@factorialco/f0-react 1.438.1 → 1.438.3
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/{F0AiChat-DqqfCgbK.js → F0AiChat-Cv0j7lo_.js} +447 -445
- package/dist/{F0HILActionConfirmation-BdjYxiC3.js → F0HILActionConfirmation-DDhZML5m.js} +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +36 -12
- package/dist/experimental.js +6392 -20060
- package/dist/f0.d.ts +572 -27
- package/dist/f0.js +190 -174
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-26YoN1Ks.js → index-CqiKdYjB.js} +33326 -19693
- package/dist/index.css +1 -1
- package/package.json +1 -1
- package/dist/experimental.css +0 -1
|
@@ -3,9 +3,9 @@ import * as N from "react";
|
|
|
3
3
|
import yt, { useContext as e2, createContext as z2, useRef as Ee, useImperativeHandle as y3e, useEffect as Ve, useState as ve, useCallback as ze, forwardRef as z, memo as w3e, useLayoutEffect as Nr, useId as Sa, useInsertionEffect as b3e, useMemo as _e, Children as Y_e, isValidElement as L3e, Fragment as uo, createElement as tl, Component as q_e, useReducer as K_e, cloneElement as x3e, useDeferredValue as Q_e, useSyncExternalStore as J_e } from "react";
|
|
4
4
|
import { useCopilotAction as i4, useLazyToolRenderer as eke, useCopilotContext as Ch, useCopilotChatInternal as F9, CopilotKit as tke } from "@copilotkit/react-core";
|
|
5
5
|
import { Markdown as IH, useChatContext as nke, CopilotSidebar as rke } from "@copilotkit/react-ui";
|
|
6
|
+
import { randomId as Tw } from "@copilotkit/shared";
|
|
6
7
|
import * as gh from "react-dom";
|
|
7
|
-
import OH, { createPortal as
|
|
8
|
-
import { randomId as Fw } from "@copilotkit/shared";
|
|
8
|
+
import OH, { createPortal as Fw, flushSync as ake } from "react-dom";
|
|
9
9
|
import './F0AiChat.css';function M3e(e) {
|
|
10
10
|
var t, n, r = "";
|
|
11
11
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
@@ -90,7 +90,7 @@ const Rz = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, ike = (e)
|
|
|
90
90
|
};
|
|
91
91
|
}, [i, o]), /* @__PURE__ */ E(ZH.Provider, { value: { enabled: t, enable: i, disable: o, filter: r }, children: [
|
|
92
92
|
e,
|
|
93
|
-
t && typeof document < "u" &&
|
|
93
|
+
t && typeof document < "u" && Fw(
|
|
94
94
|
/* @__PURE__ */ E("div", { className: "bg-white fixed right-2 top-2 z-50 flex flex-col space-y-2 rounded-2xs border-solid border-f1-border p-4 opacity-80 shadow-md", children: [
|
|
95
95
|
/* @__PURE__ */ u("div", { className: "text-md z-50 font-semibold", children: "XRay" }),
|
|
96
96
|
/* @__PURE__ */ u("div", { className: "flex flex-col space-y-2", children: Iz.map((s) => /* @__PURE__ */ E("label", { className: "block", children: [
|
|
@@ -29113,7 +29113,7 @@ function jqe() {
|
|
|
29113
29113
|
const { _reactContentMap: e } = Gie(), { getWidgetContainer: t } = zqe();
|
|
29114
29114
|
return /* @__PURE__ */ u(Et, { children: Array.from(e.value.entries()).map(([n, r]) => {
|
|
29115
29115
|
const a = t(n);
|
|
29116
|
-
return a ? /* @__PURE__ */ u(Wqe.Provider, { value: { widget: { id: n } }, children: r &&
|
|
29116
|
+
return a ? /* @__PURE__ */ u(Wqe.Provider, { value: { widget: { id: n } }, children: r && Fw(r, a) }, n) : (console.error(`Widget container not found for widget ${n}`), null);
|
|
29117
29117
|
}) });
|
|
29118
29118
|
}
|
|
29119
29119
|
function Gqe(e, t, n, r, a) {
|
|
@@ -126356,24 +126356,25 @@ const IDt = (e, t) => {
|
|
|
126356
126356
|
}, GDt = (e) => /* @__PURE__ */ u("div", { "data-cell-type": "status", children: /* @__PURE__ */ u(AO, { variant: e.status, text: e.label }) }), UDt = (e) => /* @__PURE__ */ u("div", { "data-cell-type": "tag", children: /* @__PURE__ */ u(LL, { text: e.label, icon: e.icon }) }), Sfe = ({ count: e, list: t }) => {
|
|
126357
126357
|
const n = /* @__PURE__ */ u(LL, { text: `+${e}` });
|
|
126358
126358
|
return t?.length ? /* @__PURE__ */ E(aR, { children: [
|
|
126359
|
-
/* @__PURE__ */ u(iR, { children: /* @__PURE__ */ u("span", { className: "cursor-pointer", children: n }) }),
|
|
126360
|
-
/* @__PURE__ */ u(
|
|
126361
|
-
|
|
126362
|
-
|
|
126363
|
-
|
|
126364
|
-
|
|
126365
|
-
|
|
126366
|
-
|
|
126367
|
-
|
|
126368
|
-
|
|
126369
|
-
|
|
126370
|
-
|
|
126371
|
-
|
|
126372
|
-
|
|
126373
|
-
|
|
126374
|
-
|
|
126375
|
-
|
|
126376
|
-
|
|
126359
|
+
/* @__PURE__ */ u(iR, { children: /* @__PURE__ */ u("span", { className: "pointer-events-auto relative z-[1] cursor-pointer", children: n }) }),
|
|
126360
|
+
/* @__PURE__ */ u(
|
|
126361
|
+
kb,
|
|
126362
|
+
{
|
|
126363
|
+
side: "top",
|
|
126364
|
+
className: "bg-f1-background text-f1-foreground shadow-md ring-1 ring-f1-border-secondary",
|
|
126365
|
+
children: /* @__PURE__ */ E(Ma, { className: "flex max-h-[220px] flex-col", children: [
|
|
126366
|
+
t.map((r, a) => /* @__PURE__ */ u(
|
|
126367
|
+
"div",
|
|
126368
|
+
{
|
|
126369
|
+
className: "flex w-[172px] min-w-0 items-center gap-1.5 px-2 py-1 [&:first-child]:pt-2 [&:last-child]:pb-2",
|
|
126370
|
+
children: r.description ? /* @__PURE__ */ u(m6, { label: r.description, children: /* @__PURE__ */ u("div", { children: /* @__PURE__ */ u(Kf, { tag: r }) }) }) : /* @__PURE__ */ u(Kf, { tag: r })
|
|
126371
|
+
},
|
|
126372
|
+
a
|
|
126373
|
+
)),
|
|
126374
|
+
/* @__PURE__ */ u(pl, { orientation: "vertical" })
|
|
126375
|
+
] })
|
|
126376
|
+
}
|
|
126377
|
+
)
|
|
126377
126378
|
] }) : n;
|
|
126378
126379
|
};
|
|
126379
126380
|
Sfe.displayName = "TagCounter";
|
|
@@ -126391,6 +126392,7 @@ const Efe = ({
|
|
|
126391
126392
|
{
|
|
126392
126393
|
items: a,
|
|
126393
126394
|
max: n,
|
|
126395
|
+
min: 1,
|
|
126394
126396
|
renderListItem: (i) => /* @__PURE__ */ u(Kf, { tag: i }),
|
|
126395
126397
|
renderDropdownItem: () => null,
|
|
126396
126398
|
forceShowingOverflowIndicator: r !== void 0,
|
|
@@ -165760,7 +165762,7 @@ const qhe = z2(null), Khe = "ONE-ai-chat-width", wx2 = () => {
|
|
|
165760
165762
|
return;
|
|
165761
165763
|
S || P(!0);
|
|
165762
165764
|
const D2 = typeof Kt == "string" ? {
|
|
165763
|
-
id:
|
|
165765
|
+
id: Tw(),
|
|
165764
165766
|
role: "user",
|
|
165765
165767
|
content: Kt
|
|
165766
165768
|
} : Kt;
|
|
@@ -194500,7 +194502,7 @@ const $ve = ({
|
|
|
194500
194502
|
await r?.(), v([
|
|
194501
194503
|
...w.current,
|
|
194502
194504
|
{
|
|
194503
|
-
id:
|
|
194505
|
+
id: Tw(),
|
|
194504
194506
|
role: "assistant",
|
|
194505
194507
|
content: `*<!--response-stopped-->${m.ai.responseStopped}*`
|
|
194506
194508
|
}
|
|
@@ -195224,7 +195226,7 @@ const gR2 = ({
|
|
|
195224
195226
|
},
|
|
195225
195227
|
[d]
|
|
195226
195228
|
), M = g.length > 0 || m.length > 0;
|
|
195227
|
-
return
|
|
195229
|
+
return Fw(
|
|
195228
195230
|
/* @__PURE__ */ E(Et, { children: [
|
|
195229
195231
|
/* @__PURE__ */ u(
|
|
195230
195232
|
"div",
|
|
@@ -196188,7 +196190,7 @@ const BR2 = ({ onClose: e }) => {
|
|
|
196188
196190
|
}, [s, a2, ht]), !s)
|
|
196189
196191
|
return /* @__PURE__ */ u("div", { ref: r });
|
|
196190
196192
|
const Xt = ue > 0.5 ? (Math.random() - 0.5) * ue : 0, tt = ue > 0.5 ? (Math.random() - 0.5) * ue : 0;
|
|
196191
|
-
return
|
|
196193
|
+
return Fw(
|
|
196192
196194
|
/* @__PURE__ */ E("div", { className: "absolute inset-0 z-50 flex flex-col bg-f1-background", children: [
|
|
196193
196195
|
/* @__PURE__ */ u("style", { children: `
|
|
196194
196196
|
@property --gradient-angle {
|
|
@@ -196489,7 +196491,7 @@ const jR2 = ({
|
|
|
196489
196491
|
icon: g.icon,
|
|
196490
196492
|
onClick: () => {
|
|
196491
196493
|
h?.onWelcomeSuggestionClick?.(g), d({
|
|
196492
|
-
id:
|
|
196494
|
+
id: Tw(),
|
|
196493
196495
|
role: "user",
|
|
196494
196496
|
content: g.prompt || g.message
|
|
196495
196497
|
});
|
|
@@ -196859,7 +196861,7 @@ const KR2 = () => {
|
|
|
196859
196861
|
setSendMessageFunction: r
|
|
196860
196862
|
} = Y1(), { reset: a, setMessages: i, sendMessage: o } = F9(), { setThreadId: s, copilotApiConfig: l, actions: c } = Ch();
|
|
196861
196863
|
return Ve(() => (e(() => {
|
|
196862
|
-
a(), s(
|
|
196864
|
+
a(), s(Tw());
|
|
196863
196865
|
}), () => {
|
|
196864
196866
|
e(null);
|
|
196865
196867
|
}), [e, a, s]), Ve(() => (t((d) => {
|
|
@@ -205446,7 +205448,7 @@ const P$2 = () => {
|
|
|
205446
205448
|
F$2
|
|
205447
205449
|
);
|
|
205448
205450
|
export {
|
|
205449
|
-
|
|
205451
|
+
A9 as $,
|
|
205450
205452
|
UPe as A,
|
|
205451
205453
|
HTe as B,
|
|
205452
205454
|
$ve as C,
|
|
@@ -205461,431 +205463,431 @@ export {
|
|
|
205461
205463
|
t1 as L,
|
|
205462
205464
|
Gt as M,
|
|
205463
205465
|
Uw as N,
|
|
205464
|
-
|
|
205465
|
-
|
|
205466
|
-
|
|
205467
|
-
|
|
205466
|
+
Ih as O,
|
|
205467
|
+
Rhe as P,
|
|
205468
|
+
Zhe as Q,
|
|
205469
|
+
$h as R,
|
|
205468
205470
|
eFe as S,
|
|
205469
|
-
|
|
205470
|
-
|
|
205471
|
+
fx2 as T,
|
|
205472
|
+
epe as U,
|
|
205471
205473
|
zTe as V,
|
|
205472
|
-
|
|
205473
|
-
|
|
205474
|
-
|
|
205475
|
-
|
|
205476
|
-
|
|
205474
|
+
Nhe as W,
|
|
205475
|
+
B4e as X,
|
|
205476
|
+
Bl as Y,
|
|
205477
|
+
TO as Z,
|
|
205478
|
+
vt as _,
|
|
205477
205479
|
xB2 as a,
|
|
205478
|
-
|
|
205479
|
-
|
|
205480
|
-
|
|
205481
|
-
|
|
205482
|
-
|
|
205483
|
-
|
|
205484
|
-
|
|
205485
|
-
|
|
205486
|
-
|
|
205487
|
-
|
|
205488
|
-
|
|
205489
|
-
|
|
205490
|
-
|
|
205491
|
-
|
|
205492
|
-
|
|
205493
|
-
|
|
205494
|
-
|
|
205495
|
-
|
|
205496
|
-
|
|
205497
|
-
|
|
205498
|
-
|
|
205499
|
-
|
|
205500
|
-
|
|
205501
|
-
|
|
205502
|
-
|
|
205503
|
-
|
|
205504
|
-
|
|
205505
|
-
|
|
205506
|
-
|
|
205507
|
-
|
|
205508
|
-
|
|
205509
|
-
|
|
205510
|
-
|
|
205511
|
-
|
|
205512
|
-
|
|
205513
|
-
|
|
205514
|
-
|
|
205515
|
-
|
|
205516
|
-
|
|
205517
|
-
|
|
205518
|
-
|
|
205519
|
-
|
|
205520
|
-
|
|
205521
|
-
|
|
205522
|
-
|
|
205523
|
-
|
|
205524
|
-
|
|
205525
|
-
|
|
205526
|
-
|
|
205527
|
-
|
|
205528
|
-
|
|
205529
|
-
|
|
205530
|
-
|
|
205531
|
-
|
|
205532
|
-
|
|
205533
|
-
|
|
205534
|
-
|
|
205535
|
-
|
|
205536
|
-
|
|
205537
|
-
|
|
205538
|
-
|
|
205539
|
-
|
|
205540
|
-
|
|
205541
|
-
|
|
205480
|
+
Jl as a$,
|
|
205481
|
+
V9 as a0,
|
|
205482
|
+
H9 as a1,
|
|
205483
|
+
cZ as a2,
|
|
205484
|
+
Uhe as a3,
|
|
205485
|
+
J2 as a4,
|
|
205486
|
+
g6 as a5,
|
|
205487
|
+
V2 as a6,
|
|
205488
|
+
M$e as a7,
|
|
205489
|
+
k$e as a8,
|
|
205490
|
+
Pt as a9,
|
|
205491
|
+
Yw as aA,
|
|
205492
|
+
Qw as aB,
|
|
205493
|
+
Sh as aC,
|
|
205494
|
+
E2 as aD,
|
|
205495
|
+
vb as aE,
|
|
205496
|
+
ENe as aF,
|
|
205497
|
+
zo as aG,
|
|
205498
|
+
eH as aH,
|
|
205499
|
+
W1 as aI,
|
|
205500
|
+
c9t as aJ,
|
|
205501
|
+
Ma as aK,
|
|
205502
|
+
y_2 as aL,
|
|
205503
|
+
w0e as aM,
|
|
205504
|
+
bN as aN,
|
|
205505
|
+
hOe as aO,
|
|
205506
|
+
Fh as aP,
|
|
205507
|
+
ML as aQ,
|
|
205508
|
+
jD as aR,
|
|
205509
|
+
di as aS,
|
|
205510
|
+
J0 as aT,
|
|
205511
|
+
Vl as aU,
|
|
205512
|
+
i8 as aV,
|
|
205513
|
+
Oh as aW,
|
|
205514
|
+
d4e as aX,
|
|
205515
|
+
oZ as aY,
|
|
205516
|
+
b_2 as aZ,
|
|
205517
|
+
tAe as a_,
|
|
205518
|
+
Net as aa,
|
|
205519
|
+
Ret as ab,
|
|
205520
|
+
M1 as ac,
|
|
205521
|
+
xOe as ad,
|
|
205522
|
+
J$2 as ae,
|
|
205523
|
+
b0e as af,
|
|
205524
|
+
m5 as ag,
|
|
205525
|
+
Ye as ah,
|
|
205526
|
+
mi as ai,
|
|
205527
|
+
f0e as aj,
|
|
205528
|
+
x2t as ak,
|
|
205529
|
+
L0e as al,
|
|
205530
|
+
Gl as am,
|
|
205531
|
+
M0e as an,
|
|
205532
|
+
v6 as ao,
|
|
205533
|
+
_Oe as ap,
|
|
205534
|
+
D9 as aq,
|
|
205535
|
+
m6 as ar,
|
|
205536
|
+
AO as as,
|
|
205537
|
+
ID as at,
|
|
205538
|
+
vi as au,
|
|
205539
|
+
B9 as av,
|
|
205540
|
+
Ul as aw,
|
|
205541
|
+
fi as ax,
|
|
205542
|
+
T2 as ay,
|
|
205543
|
+
Cn as az,
|
|
205542
205544
|
LB2 as b,
|
|
205543
|
-
|
|
205544
|
-
|
|
205545
|
-
|
|
205546
|
-
|
|
205547
|
-
|
|
205548
|
-
|
|
205549
|
-
|
|
205550
|
-
|
|
205551
|
-
|
|
205552
|
-
|
|
205553
|
-
|
|
205554
|
-
|
|
205555
|
-
|
|
205556
|
-
|
|
205557
|
-
|
|
205558
|
-
|
|
205559
|
-
|
|
205560
|
-
|
|
205561
|
-
|
|
205562
|
-
|
|
205563
|
-
|
|
205564
|
-
|
|
205565
|
-
|
|
205566
|
-
|
|
205567
|
-
|
|
205568
|
-
|
|
205569
|
-
|
|
205570
|
-
|
|
205571
|
-
|
|
205572
|
-
|
|
205573
|
-
|
|
205574
|
-
|
|
205575
|
-
|
|
205576
|
-
|
|
205577
|
-
|
|
205578
|
-
|
|
205579
|
-
|
|
205580
|
-
|
|
205581
|
-
|
|
205582
|
-
|
|
205583
|
-
|
|
205584
|
-
|
|
205585
|
-
|
|
205586
|
-
|
|
205587
|
-
|
|
205588
|
-
|
|
205589
|
-
|
|
205590
|
-
|
|
205591
|
-
|
|
205592
|
-
|
|
205593
|
-
|
|
205594
|
-
|
|
205595
|
-
|
|
205596
|
-
|
|
205597
|
-
|
|
205598
|
-
|
|
205599
|
-
|
|
205600
|
-
|
|
205601
|
-
|
|
205602
|
-
|
|
205603
|
-
|
|
205604
|
-
|
|
205605
|
-
|
|
205606
|
-
|
|
205545
|
+
VO as b$,
|
|
205546
|
+
ec as b0,
|
|
205547
|
+
G9 as b1,
|
|
205548
|
+
yi as b2,
|
|
205549
|
+
npe as b3,
|
|
205550
|
+
K7 as b4,
|
|
205551
|
+
H2 as b5,
|
|
205552
|
+
G2 as b6,
|
|
205553
|
+
U1 as b7,
|
|
205554
|
+
m7e as b8,
|
|
205555
|
+
$9 as b9,
|
|
205556
|
+
sfe as bA,
|
|
205557
|
+
dHt as bB,
|
|
205558
|
+
XDt as bC,
|
|
205559
|
+
$ct as bD,
|
|
205560
|
+
va as bE,
|
|
205561
|
+
Pke as bF,
|
|
205562
|
+
zH as bG,
|
|
205563
|
+
ow as bH,
|
|
205564
|
+
Xme as bI,
|
|
205565
|
+
F4e as bJ,
|
|
205566
|
+
KNe as bK,
|
|
205567
|
+
_0e as bL,
|
|
205568
|
+
dFe as bM,
|
|
205569
|
+
qOe as bN,
|
|
205570
|
+
GOe as bO,
|
|
205571
|
+
v4e as bP,
|
|
205572
|
+
Ea as bQ,
|
|
205573
|
+
CFe as bR,
|
|
205574
|
+
lFe as bS,
|
|
205575
|
+
wS2 as bT,
|
|
205576
|
+
LS2 as bU,
|
|
205577
|
+
Eh as bV,
|
|
205578
|
+
pBe as bW,
|
|
205579
|
+
cke as bX,
|
|
205580
|
+
Wo as bY,
|
|
205581
|
+
up as bZ,
|
|
205582
|
+
xL as b_,
|
|
205583
|
+
hn as ba,
|
|
205584
|
+
wfe as bb,
|
|
205585
|
+
nDt as bc,
|
|
205586
|
+
W$2 as bd,
|
|
205587
|
+
SN as be,
|
|
205588
|
+
pNe as bf,
|
|
205589
|
+
S2t as bg,
|
|
205590
|
+
jT as bh,
|
|
205591
|
+
Vo as bi,
|
|
205592
|
+
p5e as bj,
|
|
205593
|
+
gb as bk,
|
|
205594
|
+
G$2 as bl,
|
|
205595
|
+
xa as bm,
|
|
205596
|
+
j$2 as bn,
|
|
205597
|
+
whe as bo,
|
|
205598
|
+
LL as bp,
|
|
205599
|
+
dB2 as bq,
|
|
205600
|
+
mc as br,
|
|
205601
|
+
vZe as bs,
|
|
205602
|
+
Xl as bt,
|
|
205603
|
+
sRe as bu,
|
|
205604
|
+
k4e as bv,
|
|
205605
|
+
ZD as bw,
|
|
205606
|
+
Z0e as bx,
|
|
205607
|
+
u9t as by,
|
|
205608
|
+
FO as bz,
|
|
205607
205609
|
Y1 as c,
|
|
205608
|
-
|
|
205609
|
-
|
|
205610
|
-
|
|
205611
|
-
|
|
205612
|
-
|
|
205613
|
-
|
|
205614
|
-
|
|
205615
|
-
|
|
205616
|
-
|
|
205617
|
-
|
|
205618
|
-
|
|
205619
|
-
|
|
205620
|
-
|
|
205621
|
-
|
|
205622
|
-
|
|
205623
|
-
|
|
205624
|
-
|
|
205625
|
-
|
|
205626
|
-
|
|
205627
|
-
|
|
205628
|
-
|
|
205629
|
-
|
|
205630
|
-
|
|
205631
|
-
|
|
205632
|
-
|
|
205633
|
-
|
|
205634
|
-
|
|
205635
|
-
|
|
205636
|
-
|
|
205637
|
-
|
|
205638
|
-
|
|
205639
|
-
|
|
205640
|
-
|
|
205641
|
-
|
|
205642
|
-
|
|
205643
|
-
|
|
205644
|
-
cZ,
|
|
205645
|
-
|
|
205646
|
-
|
|
205647
|
-
|
|
205648
|
-
|
|
205649
|
-
|
|
205650
|
-
|
|
205651
|
-
|
|
205652
|
-
|
|
205653
|
-
|
|
205654
|
-
|
|
205655
|
-
|
|
205656
|
-
|
|
205657
|
-
|
|
205658
|
-
|
|
205659
|
-
|
|
205660
|
-
|
|
205661
|
-
|
|
205662
|
-
|
|
205663
|
-
|
|
205664
|
-
|
|
205665
|
-
|
|
205666
|
-
|
|
205667
|
-
|
|
205668
|
-
|
|
205669
|
-
|
|
205670
|
-
|
|
205671
|
-
|
|
205610
|
+
q$2 as c$,
|
|
205611
|
+
jo as c0,
|
|
205612
|
+
Xw as c1,
|
|
205613
|
+
lDt as c2,
|
|
205614
|
+
fB2 as c3,
|
|
205615
|
+
b4e as c4,
|
|
205616
|
+
L4e as c5,
|
|
205617
|
+
VS2 as c6,
|
|
205618
|
+
o8 as c7,
|
|
205619
|
+
aAe as c8,
|
|
205620
|
+
wb as c9,
|
|
205621
|
+
sx2 as cA,
|
|
205622
|
+
lx2 as cB,
|
|
205623
|
+
cx2 as cC,
|
|
205624
|
+
Ehe as cD,
|
|
205625
|
+
sr as cE,
|
|
205626
|
+
JHt as cF,
|
|
205627
|
+
yfe as cG,
|
|
205628
|
+
KZ2 as cH,
|
|
205629
|
+
ZZ2 as cI,
|
|
205630
|
+
IZ2 as cJ,
|
|
205631
|
+
NZ2 as cK,
|
|
205632
|
+
YL as cL,
|
|
205633
|
+
QZ2 as cM,
|
|
205634
|
+
h$ as cN,
|
|
205635
|
+
xI2 as cO,
|
|
205636
|
+
II2 as cP,
|
|
205637
|
+
GCe as cQ,
|
|
205638
|
+
K$2 as cR,
|
|
205639
|
+
ioe as cS,
|
|
205640
|
+
VUe as cT,
|
|
205641
|
+
_4e as cU,
|
|
205642
|
+
N9 as cV,
|
|
205643
|
+
Ji as cW,
|
|
205644
|
+
lHt as cX,
|
|
205645
|
+
C1e as cY,
|
|
205646
|
+
YV as cZ,
|
|
205647
|
+
mBe as c_,
|
|
205648
|
+
kN as ca,
|
|
205649
|
+
TRe as cb,
|
|
205650
|
+
p$e as cc,
|
|
205651
|
+
f$e as cd,
|
|
205652
|
+
H4e as ce,
|
|
205653
|
+
OD as cf,
|
|
205654
|
+
zIe as cg,
|
|
205655
|
+
cRe as ch,
|
|
205656
|
+
RD as ci,
|
|
205657
|
+
nB2 as cj,
|
|
205658
|
+
YCe as ck,
|
|
205659
|
+
zl as cl,
|
|
205660
|
+
dke as cm,
|
|
205661
|
+
oCe as cn,
|
|
205662
|
+
WCe as co,
|
|
205663
|
+
SS2 as cp,
|
|
205664
|
+
hCe as cq,
|
|
205665
|
+
i2t as cr,
|
|
205666
|
+
_8t as cs,
|
|
205667
|
+
hx2 as ct,
|
|
205668
|
+
eM2 as cu,
|
|
205669
|
+
tM2 as cv,
|
|
205670
|
+
nM2 as cw,
|
|
205671
|
+
Po as cx,
|
|
205672
|
+
iw as cy,
|
|
205673
|
+
Un as cz,
|
|
205672
205674
|
Ove as d,
|
|
205673
|
-
|
|
205674
|
-
|
|
205675
|
-
|
|
205676
|
-
|
|
205677
|
-
|
|
205678
|
-
|
|
205679
|
-
|
|
205680
|
-
|
|
205681
|
-
|
|
205682
|
-
|
|
205683
|
-
|
|
205684
|
-
|
|
205685
|
-
|
|
205686
|
-
|
|
205687
|
-
|
|
205688
|
-
|
|
205689
|
-
|
|
205690
|
-
|
|
205691
|
-
|
|
205692
|
-
|
|
205693
|
-
|
|
205694
|
-
|
|
205695
|
-
|
|
205696
|
-
|
|
205697
|
-
|
|
205698
|
-
|
|
205699
|
-
|
|
205700
|
-
|
|
205701
|
-
|
|
205702
|
-
|
|
205703
|
-
|
|
205704
|
-
|
|
205705
|
-
|
|
205706
|
-
|
|
205707
|
-
|
|
205708
|
-
|
|
205709
|
-
|
|
205710
|
-
|
|
205711
|
-
|
|
205712
|
-
|
|
205713
|
-
|
|
205714
|
-
|
|
205715
|
-
|
|
205716
|
-
|
|
205717
|
-
|
|
205718
|
-
|
|
205719
|
-
|
|
205720
|
-
|
|
205721
|
-
|
|
205722
|
-
|
|
205723
|
-
|
|
205724
|
-
|
|
205725
|
-
|
|
205726
|
-
|
|
205727
|
-
|
|
205728
|
-
|
|
205729
|
-
|
|
205730
|
-
|
|
205731
|
-
|
|
205732
|
-
|
|
205733
|
-
|
|
205734
|
-
|
|
205735
|
-
|
|
205675
|
+
tB2 as d$,
|
|
205676
|
+
z4e as d0,
|
|
205677
|
+
pl as d1,
|
|
205678
|
+
Lf as d2,
|
|
205679
|
+
gB2 as d3,
|
|
205680
|
+
khe as d4,
|
|
205681
|
+
_he as d5,
|
|
205682
|
+
c6 as d6,
|
|
205683
|
+
gCe as d7,
|
|
205684
|
+
uAe as d8,
|
|
205685
|
+
_a as d9,
|
|
205686
|
+
tZe as dA,
|
|
205687
|
+
ND as dB,
|
|
205688
|
+
DDe as dC,
|
|
205689
|
+
eB2 as dD,
|
|
205690
|
+
Iet as dE,
|
|
205691
|
+
Oet as dF,
|
|
205692
|
+
x0e as dG,
|
|
205693
|
+
Q$2 as dH,
|
|
205694
|
+
ZDe as dI,
|
|
205695
|
+
u9 as dJ,
|
|
205696
|
+
ZIe as dK,
|
|
205697
|
+
zNe as dL,
|
|
205698
|
+
SL as dM,
|
|
205699
|
+
DD as dN,
|
|
205700
|
+
HD as dO,
|
|
205701
|
+
jDt as dP,
|
|
205702
|
+
Hhe as dQ,
|
|
205703
|
+
sZ as dR,
|
|
205704
|
+
lZ as dS,
|
|
205705
|
+
RS2 as dT,
|
|
205706
|
+
OS2 as dU,
|
|
205707
|
+
GD as dV,
|
|
205708
|
+
Wme as dW,
|
|
205709
|
+
B$2 as dX,
|
|
205710
|
+
uB2 as dY,
|
|
205711
|
+
Y$2 as dZ,
|
|
205712
|
+
Z$2 as d_,
|
|
205713
|
+
Ck2 as da,
|
|
205714
|
+
tRe as db,
|
|
205715
|
+
Zh as dc,
|
|
205716
|
+
U$e as dd,
|
|
205717
|
+
RRe as de,
|
|
205718
|
+
sOe as df,
|
|
205719
|
+
yk2 as dg,
|
|
205720
|
+
KZe as dh,
|
|
205721
|
+
sNe as di,
|
|
205722
|
+
QT as dj,
|
|
205723
|
+
oM2 as dk,
|
|
205724
|
+
sM2 as dl,
|
|
205725
|
+
U0e as dm,
|
|
205726
|
+
QOe as dn,
|
|
205727
|
+
AL as dp,
|
|
205728
|
+
yOe as dq,
|
|
205729
|
+
uZe as dr,
|
|
205730
|
+
Kf as ds,
|
|
205731
|
+
aR as dt,
|
|
205732
|
+
iR as du,
|
|
205733
|
+
kb as dv,
|
|
205734
|
+
LD as dw,
|
|
205735
|
+
wHe as dx,
|
|
205736
|
+
$$e as dy,
|
|
205737
|
+
P4e as dz,
|
|
205736
205738
|
ON2 as e,
|
|
205737
|
-
|
|
205738
|
-
|
|
205739
|
-
|
|
205740
|
-
|
|
205741
|
-
|
|
205742
|
-
|
|
205743
|
-
|
|
205744
|
-
|
|
205745
|
-
|
|
205746
|
-
|
|
205747
|
-
|
|
205748
|
-
|
|
205749
|
-
|
|
205750
|
-
|
|
205751
|
-
|
|
205752
|
-
|
|
205753
|
-
|
|
205754
|
-
|
|
205755
|
-
|
|
205756
|
-
|
|
205757
|
-
|
|
205758
|
-
|
|
205759
|
-
|
|
205760
|
-
|
|
205761
|
-
|
|
205762
|
-
|
|
205763
|
-
|
|
205764
|
-
|
|
205765
|
-
|
|
205766
|
-
|
|
205767
|
-
|
|
205768
|
-
|
|
205769
|
-
|
|
205770
|
-
|
|
205771
|
-
|
|
205772
|
-
|
|
205773
|
-
|
|
205774
|
-
|
|
205775
|
-
|
|
205776
|
-
|
|
205777
|
-
|
|
205778
|
-
|
|
205779
|
-
|
|
205780
|
-
|
|
205781
|
-
|
|
205782
|
-
|
|
205783
|
-
|
|
205784
|
-
|
|
205785
|
-
|
|
205786
|
-
|
|
205787
|
-
|
|
205788
|
-
|
|
205789
|
-
|
|
205790
|
-
|
|
205791
|
-
|
|
205792
|
-
|
|
205793
|
-
|
|
205794
|
-
|
|
205795
|
-
|
|
205796
|
-
|
|
205797
|
-
|
|
205798
|
-
|
|
205799
|
-
|
|
205800
|
-
|
|
205739
|
+
_3e as e$,
|
|
205740
|
+
wB2 as e0,
|
|
205741
|
+
h5e as e1,
|
|
205742
|
+
PZ as e2,
|
|
205743
|
+
WHt as e3,
|
|
205744
|
+
cB2 as e4,
|
|
205745
|
+
DHt as e5,
|
|
205746
|
+
OHt as e6,
|
|
205747
|
+
BHt as e7,
|
|
205748
|
+
zHt as e8,
|
|
205749
|
+
IHt as e9,
|
|
205750
|
+
OCe as eA,
|
|
205751
|
+
pS2 as eB,
|
|
205752
|
+
CS2 as eC,
|
|
205753
|
+
yB2 as eD,
|
|
205754
|
+
X$2 as eE,
|
|
205755
|
+
$$2 as eF,
|
|
205756
|
+
Qt as eG,
|
|
205757
|
+
V1 as eH,
|
|
205758
|
+
z9 as eI,
|
|
205759
|
+
Lb as eJ,
|
|
205760
|
+
cl as eK,
|
|
205761
|
+
oB2 as eL,
|
|
205762
|
+
iB2 as eM,
|
|
205763
|
+
aB2 as eN,
|
|
205764
|
+
zN as eO,
|
|
205765
|
+
y3 as eP,
|
|
205766
|
+
tS as eQ,
|
|
205767
|
+
Mn as eR,
|
|
205768
|
+
e6 as eS,
|
|
205769
|
+
D8t as eT,
|
|
205770
|
+
lb as eU,
|
|
205771
|
+
db as eV,
|
|
205772
|
+
cN as eW,
|
|
205773
|
+
eoe as eX,
|
|
205774
|
+
sN as eY,
|
|
205775
|
+
Qie as eZ,
|
|
205776
|
+
Kie as e_,
|
|
205777
|
+
ZHt as ea,
|
|
205778
|
+
$Ht as eb,
|
|
205779
|
+
oDt as ec,
|
|
205780
|
+
CB2 as ed,
|
|
205781
|
+
hB2 as ee,
|
|
205782
|
+
pB2 as ef,
|
|
205783
|
+
Qf as eg,
|
|
205784
|
+
sne as eh,
|
|
205785
|
+
Dhe as ei,
|
|
205786
|
+
fHt as ej,
|
|
205787
|
+
Sfe as ek,
|
|
205788
|
+
hfe as el,
|
|
205789
|
+
pHt as em,
|
|
205790
|
+
th as en,
|
|
205791
|
+
fH as eo,
|
|
205792
|
+
TL as ep,
|
|
205793
|
+
Mpe as eq,
|
|
205794
|
+
eh as er,
|
|
205795
|
+
bM2 as es,
|
|
205796
|
+
mB2 as et,
|
|
205797
|
+
bZ as eu,
|
|
205798
|
+
FL as ev,
|
|
205799
|
+
_pe as ew,
|
|
205800
|
+
Cp as ex,
|
|
205801
|
+
fS2 as ey,
|
|
205802
|
+
hS2 as ez,
|
|
205801
205803
|
AN2 as f,
|
|
205802
|
-
|
|
205803
|
-
|
|
205804
|
-
|
|
205805
|
-
|
|
205806
|
-
|
|
205807
|
-
|
|
205808
|
-
|
|
205809
|
-
|
|
205810
|
-
|
|
205811
|
-
|
|
205812
|
-
|
|
205813
|
-
|
|
205814
|
-
|
|
205815
|
-
|
|
205816
|
-
|
|
205817
|
-
|
|
205818
|
-
|
|
205819
|
-
|
|
205820
|
-
|
|
205821
|
-
|
|
205822
|
-
|
|
205823
|
-
|
|
205824
|
-
|
|
205825
|
-
|
|
205826
|
-
|
|
205827
|
-
|
|
205828
|
-
|
|
205829
|
-
|
|
205830
|
-
|
|
205831
|
-
|
|
205832
|
-
|
|
205833
|
-
|
|
205834
|
-
|
|
205835
|
-
|
|
205836
|
-
|
|
205837
|
-
|
|
205838
|
-
|
|
205839
|
-
|
|
205840
|
-
|
|
205841
|
-
|
|
205842
|
-
|
|
205843
|
-
|
|
205844
|
-
|
|
205845
|
-
|
|
205846
|
-
|
|
205847
|
-
|
|
205848
|
-
|
|
205849
|
-
|
|
205850
|
-
|
|
205851
|
-
|
|
205852
|
-
|
|
205853
|
-
|
|
205854
|
-
|
|
205855
|
-
|
|
205856
|
-
|
|
205857
|
-
|
|
205858
|
-
|
|
205859
|
-
|
|
205860
|
-
|
|
205861
|
-
|
|
205862
|
-
|
|
205863
|
-
|
|
205864
|
-
|
|
205865
|
-
|
|
205804
|
+
lG as f$,
|
|
205805
|
+
MKe as f0,
|
|
205806
|
+
lQe as f1,
|
|
205807
|
+
JKe as f2,
|
|
205808
|
+
$Ke as f3,
|
|
205809
|
+
zKe as f4,
|
|
205810
|
+
roe as f5,
|
|
205811
|
+
aQe as f6,
|
|
205812
|
+
AKe as f7,
|
|
205813
|
+
SKe as f8,
|
|
205814
|
+
PKe as f9,
|
|
205815
|
+
Jw as fA,
|
|
205816
|
+
YDe as fB,
|
|
205817
|
+
jDe as fC,
|
|
205818
|
+
KDe as fD,
|
|
205819
|
+
UDe as fE,
|
|
205820
|
+
gNe as fF,
|
|
205821
|
+
KIe as fG,
|
|
205822
|
+
j$e as fH,
|
|
205823
|
+
E$e as fI,
|
|
205824
|
+
EIe as fJ,
|
|
205825
|
+
TIe as fK,
|
|
205826
|
+
AIe as fL,
|
|
205827
|
+
iZe as fM,
|
|
205828
|
+
qw as fN,
|
|
205829
|
+
rRe as fO,
|
|
205830
|
+
BD as fP,
|
|
205831
|
+
NZe as fQ,
|
|
205832
|
+
sB2 as fR,
|
|
205833
|
+
Eie as fS,
|
|
205834
|
+
eUe as fT,
|
|
205835
|
+
Ij as fU,
|
|
205836
|
+
vWe as fV,
|
|
205837
|
+
gWe as fW,
|
|
205838
|
+
$s as fX,
|
|
205839
|
+
Gj as fY,
|
|
205840
|
+
nUe as fZ,
|
|
205841
|
+
lWe as f_,
|
|
205842
|
+
HKe as fa,
|
|
205843
|
+
QKe as fb,
|
|
205844
|
+
jKe as fc,
|
|
205845
|
+
Ql as fd,
|
|
205846
|
+
Yie as fe,
|
|
205847
|
+
Ro as ff,
|
|
205848
|
+
dQe as fg,
|
|
205849
|
+
YKe as fh,
|
|
205850
|
+
EKe as fi,
|
|
205851
|
+
zBe as fj,
|
|
205852
|
+
$7 as fk,
|
|
205853
|
+
lB2 as fl,
|
|
205854
|
+
O7e as fm,
|
|
205855
|
+
Kct as fn,
|
|
205856
|
+
dw as fo,
|
|
205857
|
+
fw as fp,
|
|
205858
|
+
RCe as fq,
|
|
205859
|
+
ZUe as fr,
|
|
205860
|
+
M9 as fs,
|
|
205861
|
+
IDe as ft,
|
|
205862
|
+
oct as fu,
|
|
205863
|
+
sct as fv,
|
|
205864
|
+
lct as fw,
|
|
205865
|
+
c7e as fx,
|
|
205866
|
+
IZe as fy,
|
|
205867
|
+
zDe as fz,
|
|
205866
205868
|
E$2 as g,
|
|
205867
|
-
|
|
205868
|
-
|
|
205869
|
-
|
|
205870
|
-
|
|
205871
|
-
|
|
205872
|
-
|
|
205873
|
-
|
|
205874
|
-
|
|
205875
|
-
|
|
205876
|
-
|
|
205877
|
-
|
|
205878
|
-
|
|
205879
|
-
|
|
205880
|
-
|
|
205881
|
-
|
|
205882
|
-
|
|
205883
|
-
|
|
205884
|
-
|
|
205885
|
-
|
|
205886
|
-
|
|
205887
|
-
|
|
205888
|
-
|
|
205869
|
+
ma as g0,
|
|
205870
|
+
T4 as g1,
|
|
205871
|
+
W3 as g2,
|
|
205872
|
+
lF as g3,
|
|
205873
|
+
eb as g4,
|
|
205874
|
+
G1 as g5,
|
|
205875
|
+
ti as g6,
|
|
205876
|
+
QD as g7,
|
|
205877
|
+
m2 as g8,
|
|
205878
|
+
u1 as g9,
|
|
205879
|
+
uWe as ga,
|
|
205880
|
+
EUe as gb,
|
|
205881
|
+
fGe as gc,
|
|
205882
|
+
cUe as gd,
|
|
205883
|
+
oWe as ge,
|
|
205884
|
+
eIe as gf,
|
|
205885
|
+
qRe as gg,
|
|
205886
|
+
XRe as gh,
|
|
205887
|
+
GRe as gi,
|
|
205888
|
+
QRe as gj,
|
|
205889
|
+
JT as gk,
|
|
205890
|
+
q$e as gl,
|
|
205889
205891
|
A4e as gm,
|
|
205890
205892
|
T4e as gn,
|
|
205891
205893
|
fN as go,
|