@factorialco/f0-react 6.37.1 → 6.37.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/{ChatPdfThumbnail-CQ1wIHx9.js → ChatPdfThumbnail-CeogMz7X.js} +1 -1
- package/dist/{CoachmarkProvider-Bsd7SQ7b.js → CoachmarkProvider-CdA9uptF.js} +5672 -5666
- package/dist/{DocumentToolbar-BMthASJ1.js → DocumentToolbar-JrXXDWlg.js} +2 -2
- package/dist/{DocxViewer-BCNMMrpN.js → DocxViewer-DEA61Dsq.js} +2 -2
- package/dist/{F0AiProcessingOverlay-yNEnd9Kb.js → F0AiProcessingOverlay-O9iKzCzA.js} +1 -1
- package/dist/{F0CanvasPanel-I2yVFoJt.js → F0CanvasPanel-x0HG1lL2.js} +191 -182
- package/dist/{F0VideoPlayer-BNDkMaVS.js → F0VideoPlayer-CNLDjvWx.js} +1 -1
- package/dist/{LocationMap-sdDgvE3Z.js → LocationMap-DF6Uqunl.js} +1 -1
- package/dist/{SheetViewer-HXCj9lLe.js → SheetViewer-DV9V4yAv.js} +2 -2
- package/dist/{TextViewer-CrMSFEdS.js → TextViewer-BflRFlvu.js} +2 -2
- package/dist/ai.js +2 -2
- package/dist/component-status.js +1 -1
- package/dist/{experimental-CSDwYYVZ.js → experimental-D_2ntw23.js} +6 -6
- package/dist/experimental.js +3 -3
- package/dist/f0.js +10 -10
- package/dist/{index-B6Fzh6dM.js → index-B2h4ZwMg.js} +3 -3
- package/dist/index-DfvLN3Ea.js +4 -0
- package/dist/{pdfWorker-ImC5pKJs.js → pdfWorker-CMsIpYiA.js} +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/index-CZ7j3t04.js +0 -4
|
@@ -111983,10 +111983,18 @@ function f12({
|
|
|
111983
111983
|
}
|
|
111984
111984
|
);
|
|
111985
111985
|
}
|
|
111986
|
-
const iz1 = (e) => /* @__PURE__ */ i("div", { "data-cell-type": "alert-tag", children: /* @__PURE__ */ i(ix, { level: e.level, text: e.label }) }), N4 = {
|
|
111986
|
+
const iz1 = (e) => /* @__PURE__ */ i("div", { "data-cell-type": "alert-tag", children: /* @__PURE__ */ i(ix, { level: e.level, text: e.label }) }), b63 = "min-h-6 items-center", N4 = {
|
|
111987
111987
|
text: "",
|
|
111988
111988
|
avatar: "",
|
|
111989
|
-
avatarList: ""
|
|
111989
|
+
avatarList: "",
|
|
111990
|
+
/**
|
|
111991
|
+
* Values that wrap can't be centered in the band: once they are taller than it,
|
|
111992
|
+
* centering is a no-op and their first line would sit above the single-line
|
|
111993
|
+
* cells beside them. Pinning them to the top of the band and offsetting by half
|
|
111994
|
+
* its slack — `(24 - 20) / 2` = 2px, against one line of `text-base` — puts their
|
|
111995
|
+
* first line on the same baseline as every other cell, wrapped or not.
|
|
111996
|
+
*/
|
|
111997
|
+
multiline: "self-start pt-0.5"
|
|
111990
111998
|
};
|
|
111991
111999
|
function C12(e) {
|
|
111992
112000
|
return typeof e == "object" && e !== null && "placeholder" in e && typeof e.placeholder == "string";
|
|
@@ -112655,7 +112663,7 @@ const Zz1 = (e, t) => {
|
|
|
112655
112663
|
className: Q(
|
|
112656
112664
|
"whitespace-pre-wrap break-words text-f1-foreground",
|
|
112657
112665
|
r && "text-f1-foreground-secondary",
|
|
112658
|
-
t.visualization === "table" && N4.
|
|
112666
|
+
t.visualization === "table" && N4.multiline
|
|
112659
112667
|
),
|
|
112660
112668
|
lines: o,
|
|
112661
112669
|
disabled: a,
|
|
@@ -113274,7 +113282,7 @@ const S12 = q1(F12), Mq1 = (e) => /* @__PURE__ */ i(S12, { type: e.type, tags: e
|
|
|
113274
113282
|
delta: Sz1,
|
|
113275
113283
|
summary: uq1,
|
|
113276
113284
|
count: _z1
|
|
113277
|
-
}, _q1 = (e) => e !== void 0 && typeof e == "object",
|
|
113285
|
+
}, _q1 = (e) => e !== void 0 && typeof e == "object", L63 = (e, t, n) => {
|
|
113278
113286
|
const { type: r, value: a } = _q1(e) ? e : {
|
|
113279
113287
|
type: "text",
|
|
113280
113288
|
value: e ?? n
|
|
@@ -113585,7 +113593,7 @@ function wI({
|
|
|
113585
113593
|
}
|
|
113586
113594
|
);
|
|
113587
113595
|
}
|
|
113588
|
-
const
|
|
113596
|
+
const w63 = [
|
|
113589
113597
|
"contain",
|
|
113590
113598
|
// Show entire image, no crop
|
|
113591
113599
|
"cover",
|
|
@@ -113596,7 +113604,7 @@ const L63 = [
|
|
|
113596
113604
|
// Fill height, crop left/right if needed
|
|
113597
113605
|
"scale-down"
|
|
113598
113606
|
// Prevent upscaling
|
|
113599
|
-
],
|
|
113607
|
+
], M63 = ["xs", "sm", "md", "lg", "xl"], x63 = ["default", "video"], Eq1 = {
|
|
113600
113608
|
xs: "h-24",
|
|
113601
113609
|
sm: "h-32",
|
|
113602
113610
|
md: "h-40",
|
|
@@ -113904,7 +113912,7 @@ const Nq1 = Z(
|
|
|
113904
113912
|
return /* @__PURE__ */ i(Nq1, { ref: t, ...n });
|
|
113905
113913
|
}), Iq1 = ({ compact: e = !1 }) => /* @__PURE__ */ i(Dq1, { compact: e });
|
|
113906
113914
|
Z12.displayName = "F0Card";
|
|
113907
|
-
const
|
|
113915
|
+
const P63 = q1(td(Z12, Iq1)), Te = "→", Kn = (e) => e.replace(/'([^']+)'/g, "$1").replace(/MM/g, "mm").replace(/dd/g, "dd").replace(/yyyy/g, "yyyy").replace(/I/g, "nn").replace(/Q/g, "n"), tc = (e) => {
|
|
113908
113916
|
if (e instanceof Date)
|
|
113909
113917
|
return { from: e };
|
|
113910
113918
|
if (e != null)
|
|
@@ -116929,7 +116937,7 @@ const pX1 = ({ text: e }) => /* @__PURE__ */ i(
|
|
|
116929
116937
|
t && /* @__PURE__ */ i("span", { className: "text-f1-foreground-critical", "aria-hidden": "true", children: "*" })
|
|
116930
116938
|
]
|
|
116931
116939
|
}
|
|
116932
|
-
),
|
|
116940
|
+
), _63 = ["sm", "md"], i32 = "", gX1 = (e) => e === i32 || e ? e.toString().length === 0 : !0, vX1 = (e) => e ? e.toString().length : 0, Qv = J1({
|
|
116933
116941
|
base: "",
|
|
116934
116942
|
variants: {
|
|
116935
116943
|
size: {
|
|
@@ -118945,7 +118953,7 @@ const sY1 = J1({
|
|
|
118945
118953
|
);
|
|
118946
118954
|
}, uY1 = Z(
|
|
118947
118955
|
lY1
|
|
118948
|
-
),
|
|
118956
|
+
), $63 = ({
|
|
118949
118957
|
className: e,
|
|
118950
118958
|
disabled: t,
|
|
118951
118959
|
onVisible: n,
|
|
@@ -119094,7 +119102,7 @@ M32.displayName = "BreadcrumbSkeleton";
|
|
|
119094
119102
|
const cY1 = (e) => `datacollection-${e}`, x32 = {
|
|
119095
119103
|
get: () => ({}),
|
|
119096
119104
|
set: () => Promise.resolve()
|
|
119097
|
-
}, P32 = i3(x32),
|
|
119105
|
+
}, P32 = i3(x32), H63 = ({
|
|
119098
119106
|
children: e,
|
|
119099
119107
|
handler: t
|
|
119100
119108
|
}) => /* @__PURE__ */ i(P32.Provider, { value: t ?? x32, children: e }), dY1 = () => {
|
|
@@ -119104,7 +119112,7 @@ const cY1 = (e) => `datacollection-${e}`, x32 = {
|
|
|
119104
119112
|
"useDataCollectionStorage must be used within a DataCollectionStorageProvider"
|
|
119105
119113
|
);
|
|
119106
119114
|
return e;
|
|
119107
|
-
}, Hl = /* @__PURE__ */ new Map(),
|
|
119115
|
+
}, Hl = /* @__PURE__ */ new Map(), F63 = (e, t) => {
|
|
119108
119116
|
let n = Hl.get(e);
|
|
119109
119117
|
return n || (n = /* @__PURE__ */ new Set(), Hl.set(e, n)), n.add(t), () => {
|
|
119110
119118
|
n.delete(t), n.size === 0 && Hl.delete(e);
|
|
@@ -119585,7 +119593,7 @@ function _Y1(e, t) {
|
|
|
119585
119593
|
a.current !== null && (clearTimeout(a.current), a.current = null);
|
|
119586
119594
|
}, []), [n, o];
|
|
119587
119595
|
}
|
|
119588
|
-
const F32 = (e) => e.paginationType ?? "no-pagination",
|
|
119596
|
+
const F32 = (e) => e.paginationType ?? "no-pagination", S63 = (e) => e;
|
|
119589
119597
|
function S32({
|
|
119590
119598
|
defaultFilters: e = {},
|
|
119591
119599
|
currentFilters: t,
|
|
@@ -120118,7 +120126,7 @@ const qI = (e, t) => e.reduce(
|
|
|
120118
120126
|
delay: 0.03,
|
|
120119
120127
|
duration: 0.03,
|
|
120120
120128
|
maxDelay: 20
|
|
120121
|
-
},
|
|
120129
|
+
}, V63 = (e) => {
|
|
120122
120130
|
const { delay: t, duration: n, maxDelay: r } = {
|
|
120123
120131
|
...NY1,
|
|
120124
120132
|
...e
|
|
@@ -121871,7 +121879,7 @@ const gK1 = J1({
|
|
|
121871
121879
|
);
|
|
121872
121880
|
}, Y32 = (e) => /* @__PURE__ */ i(_K1, { ...e });
|
|
121873
121881
|
Y32.displayName = "F0Dialog";
|
|
121874
|
-
const
|
|
121882
|
+
const k63 = q1(
|
|
121875
121883
|
f3("F0Dialog", Y32)
|
|
121876
121884
|
), Wt = (e) => e === void 0 ? [] : Array.isArray(e) ? e : [e], $K1 = ({
|
|
121877
121885
|
resolve: e,
|
|
@@ -124169,7 +124177,7 @@ const AQ1 = /^\+\d{1,4}$/, rj = /* @__PURE__ */ new Set(), TQ1 = (e) => {
|
|
|
124169
124177
|
}
|
|
124170
124178
|
) });
|
|
124171
124179
|
}, Ve2 = i3(null);
|
|
124172
|
-
function
|
|
124180
|
+
function A63({
|
|
124173
124181
|
children: e,
|
|
124174
124182
|
onEvent: t,
|
|
124175
124183
|
enabled: n = !0,
|
|
@@ -127642,7 +127650,7 @@ const _J1 = ["compact"], $J1 = (e) => {
|
|
|
127642
127650
|
toRangeString: t.toRangeString,
|
|
127643
127651
|
toString: t.toString
|
|
127644
127652
|
};
|
|
127645
|
-
},
|
|
127653
|
+
}, T63 = (e) => {
|
|
127646
127654
|
const t = oc[e];
|
|
127647
127655
|
if (!t)
|
|
127648
127656
|
throw new Error(`Granularity definition ${e} not found`);
|
|
@@ -127862,13 +127870,13 @@ const _J1 = ["compact"], $J1 = (e) => {
|
|
|
127862
127870
|
return /* @__PURE__ */ i(Ke2, { ...t });
|
|
127863
127871
|
};
|
|
127864
127872
|
Qe2.displayName = "OneCalendar";
|
|
127865
|
-
const
|
|
127873
|
+
const E63 = q1(Qe2), HJ1 = ["days", "hours", "minutes", "seconds"], O63 = ["sm", "md"], Je2 = [...HJ1], Z63 = ["hours", "minutes"], _6 = {
|
|
127866
127874
|
days: 86400,
|
|
127867
127875
|
hours: 3600,
|
|
127868
127876
|
minutes: 60,
|
|
127869
127877
|
seconds: 1
|
|
127870
127878
|
};
|
|
127871
|
-
function
|
|
127879
|
+
function N63(e) {
|
|
127872
127880
|
const t = Number.isFinite(e) ? e : 0;
|
|
127873
127881
|
let n = Math.max(0, Math.floor(t));
|
|
127874
127882
|
const r = Math.floor(n / _6.days);
|
|
@@ -127878,13 +127886,13 @@ function Z63(e) {
|
|
|
127878
127886
|
const o = Math.floor(n / _6.minutes), s = n % _6.minutes;
|
|
127879
127887
|
return { days: r, hours: a, minutes: o, seconds: s };
|
|
127880
127888
|
}
|
|
127881
|
-
function
|
|
127889
|
+
function D63(e) {
|
|
127882
127890
|
return Je2.reduce((t, n) => {
|
|
127883
127891
|
const r = e[n], a = Number.isFinite(r) ? r : 0, o = Math.max(0, Math.floor(a));
|
|
127884
127892
|
return t + o * _6[n];
|
|
127885
127893
|
}, 0);
|
|
127886
127894
|
}
|
|
127887
|
-
function
|
|
127895
|
+
function R63(e, t) {
|
|
127888
127896
|
const n = Number.isFinite(e) ? e : 0;
|
|
127889
127897
|
let r = Math.max(0, Math.floor(n));
|
|
127890
127898
|
const a = { days: 0, hours: 0, minutes: 0, seconds: 0 }, o = Je2.filter((s) => t.includes(s));
|
|
@@ -127892,7 +127900,7 @@ function D63(e, t) {
|
|
|
127892
127900
|
a[s] = Math.floor(r / _6[s]), r = r % _6[s];
|
|
127893
127901
|
return a;
|
|
127894
127902
|
}
|
|
127895
|
-
function
|
|
127903
|
+
function I63(e, t) {
|
|
127896
127904
|
return t != null && e > t ? t : e < 0 ? 0 : e;
|
|
127897
127905
|
}
|
|
127898
127906
|
const FJ1 = ["buttonToggle"], e42 = Z(
|
|
@@ -127905,7 +127913,7 @@ const FJ1 = ["buttonToggle"], e42 = Z(
|
|
|
127905
127913
|
}
|
|
127906
127914
|
);
|
|
127907
127915
|
e42.displayName = "F0TextInput";
|
|
127908
|
-
const
|
|
127916
|
+
const j63 = e42;
|
|
127909
127917
|
var C3;
|
|
127910
127918
|
(function(e) {
|
|
127911
127919
|
e.assertEqual = (a) => {
|
|
@@ -130499,7 +130507,7 @@ var G2;
|
|
|
130499
130507
|
(function(e) {
|
|
130500
130508
|
e.ZodString = "ZodString", e.ZodNumber = "ZodNumber", e.ZodNaN = "ZodNaN", e.ZodBigInt = "ZodBigInt", e.ZodBoolean = "ZodBoolean", e.ZodDate = "ZodDate", e.ZodSymbol = "ZodSymbol", e.ZodUndefined = "ZodUndefined", e.ZodNull = "ZodNull", e.ZodAny = "ZodAny", e.ZodUnknown = "ZodUnknown", e.ZodNever = "ZodNever", e.ZodVoid = "ZodVoid", e.ZodArray = "ZodArray", e.ZodObject = "ZodObject", e.ZodUnion = "ZodUnion", e.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", e.ZodIntersection = "ZodIntersection", e.ZodTuple = "ZodTuple", e.ZodRecord = "ZodRecord", e.ZodMap = "ZodMap", e.ZodSet = "ZodSet", e.ZodFunction = "ZodFunction", e.ZodLazy = "ZodLazy", e.ZodLiteral = "ZodLiteral", e.ZodEnum = "ZodEnum", e.ZodEffects = "ZodEffects", e.ZodNativeEnum = "ZodNativeEnum", e.ZodOptional = "ZodOptional", e.ZodNullable = "ZodNullable", e.ZodDefault = "ZodDefault", e.ZodCatch = "ZodCatch", e.ZodPromise = "ZodPromise", e.ZodBranded = "ZodBranded", e.ZodPipeline = "ZodPipeline", e.ZodReadonly = "ZodReadonly";
|
|
130501
130509
|
})(G2 || (G2 = {}));
|
|
130502
|
-
const Ge = k7.create, Y8 = gn.create, Mj = gw.create, Tt = $i.create,
|
|
130510
|
+
const Ge = k7.create, Y8 = gn.create, Mj = gw.create, Tt = $i.create, W63 = vw.create, B63 = yw.create;
|
|
130503
130511
|
X7.create;
|
|
130504
130512
|
const K8 = Kt.create, s0 = ke.create;
|
|
130505
130513
|
hc.create;
|
|
@@ -131842,7 +131850,7 @@ var _13 = {
|
|
|
131842
131850
|
function f42(e) {
|
|
131843
131851
|
return _13[e];
|
|
131844
131852
|
}
|
|
131845
|
-
function
|
|
131853
|
+
function z63(e) {
|
|
131846
131854
|
for (var t = "", n = x13(e.split("")), r; !(r = n()).done; ) {
|
|
131847
131855
|
var a = r.value, o = f42(a);
|
|
131848
131856
|
o && (t += o);
|
|
@@ -132283,7 +132291,7 @@ const m42 = /^\+\d{1,4}$/, p42 = (e, t) => {
|
|
|
132283
132291
|
}, g33 = (e) => e ? e.toLowerCase() : void 0, v33 = (e) => `+${h42(e)}`, v42 = (e) => {
|
|
132284
132292
|
if (m42.test(e.trim()))
|
|
132285
132293
|
return p42(v0(e));
|
|
132286
|
-
},
|
|
132294
|
+
}, q63 = (e, t) => {
|
|
132287
132295
|
if (!e.startsWith("+")) return;
|
|
132288
132296
|
const n = v0(e);
|
|
132289
132297
|
for (let r = 1; r <= Math.min(3, n.length); r++) {
|
|
@@ -132311,7 +132319,7 @@ const m42 = /^\+\d{1,4}$/, p42 = (e, t) => {
|
|
|
132311
132319
|
return o ? `+${h42(t)}${o}` : void 0;
|
|
132312
132320
|
}
|
|
132313
132321
|
}
|
|
132314
|
-
},
|
|
132322
|
+
}, G63 = (e, t) => {
|
|
132315
132323
|
if (!e) return;
|
|
132316
132324
|
const n = V6(e);
|
|
132317
132325
|
if (n)
|
|
@@ -132333,7 +132341,7 @@ const m42 = /^\+\d{1,4}$/, p42 = (e, t) => {
|
|
|
132333
132341
|
}, b33 = (e, t) => {
|
|
132334
132342
|
const n = y$(e, g42(t));
|
|
132335
132343
|
return n ? V6(n)?.isPossible() ?? !1 : !1;
|
|
132336
|
-
},
|
|
132344
|
+
}, U63 = (e, t) => {
|
|
132337
132345
|
const n = e ? V6(e) : void 0;
|
|
132338
132346
|
return {
|
|
132339
132347
|
country: g33(n?.country ?? t),
|
|
@@ -132341,7 +132349,7 @@ const m42 = /^\+\d{1,4}$/, p42 = (e, t) => {
|
|
|
132341
132349
|
isValid: n?.isValid() ?? !1,
|
|
132342
132350
|
isPossible: n?.isPossible() ?? !1
|
|
132343
132351
|
};
|
|
132344
|
-
},
|
|
132352
|
+
}, X63 = (e) => {
|
|
132345
132353
|
if (!e) return;
|
|
132346
132354
|
const t = y$(e), n = t ? V6(t) : void 0;
|
|
132347
132355
|
if (n?.country) return n.country;
|
|
@@ -132350,7 +132358,7 @@ const m42 = /^\+\d{1,4}$/, p42 = (e, t) => {
|
|
|
132350
132358
|
function mt(e, t) {
|
|
132351
132359
|
return e._def?.typeName === t;
|
|
132352
132360
|
}
|
|
132353
|
-
function
|
|
132361
|
+
function Y63(e) {
|
|
132354
132362
|
return mt(e, "ZodEffects") ? e._def.schema : e;
|
|
132355
132363
|
}
|
|
132356
132364
|
const y42 = /* @__PURE__ */ new WeakMap();
|
|
@@ -132363,7 +132371,7 @@ function b42(e) {
|
|
|
132363
132371
|
const t = e;
|
|
132364
132372
|
return t._f0Config ? t._f0Config : y42.get(e);
|
|
132365
132373
|
}
|
|
132366
|
-
function
|
|
132374
|
+
function K63(e) {
|
|
132367
132375
|
return b42(e) !== void 0;
|
|
132368
132376
|
}
|
|
132369
132377
|
function yc(e) {
|
|
@@ -132899,7 +132907,7 @@ const Jj = {
|
|
|
132899
132907
|
initial: { opacity: 0 },
|
|
132900
132908
|
animate: { opacity: 1 },
|
|
132901
132909
|
exit: { opacity: 0 }
|
|
132902
|
-
},
|
|
132910
|
+
}, Q63 = ({ title: e, status: t, inGroup: n }) => {
|
|
132903
132911
|
const a = {
|
|
132904
132912
|
duration: K6() ? 0 : 0.18,
|
|
132905
132913
|
ease: [0.33, 1, 0.68, 1]
|
|
@@ -132983,8 +132991,8 @@ const Jj = {
|
|
|
132983
132991
|
}), j33 = f3(
|
|
132984
132992
|
"F0RichTextDisplay",
|
|
132985
132993
|
I33
|
|
132986
|
-
),
|
|
132987
|
-
function
|
|
132994
|
+
), J63 = j33, W33 = 250, B33 = 12e4, z33 = () => typeof navigator < "u" && !!navigator.mediaDevices?.getUserMedia && typeof MediaRecorder < "u";
|
|
132995
|
+
function e73({
|
|
132988
132996
|
onTranscribe: e,
|
|
132989
132997
|
onPartial: t,
|
|
132990
132998
|
onFinal: n,
|
|
@@ -133075,7 +133083,7 @@ function J63({
|
|
|
133075
133083
|
[x]
|
|
133076
133084
|
), { status: s, durationMs: u, isSupported: d, stream: f, start: k, stop: F, cancel: T };
|
|
133077
133085
|
}
|
|
133078
|
-
const
|
|
133086
|
+
const t73 = ["md", "lg"], q33 = J1({
|
|
133079
133087
|
base: "flex w-fit flex-row items-center overflow-hidden bg-f1-background-tertiary rounded-[10px]",
|
|
133080
133088
|
variants: {
|
|
133081
133089
|
size: {
|
|
@@ -133146,11 +133154,11 @@ $42.displayName = "F0FileItem";
|
|
|
133146
133154
|
const H42 = f3(
|
|
133147
133155
|
"F0FileItem",
|
|
133148
133156
|
q1($42)
|
|
133149
|
-
),
|
|
133157
|
+
), n73 = H42, U33 = 2, tW = 2, X33 = 70, nW = 0.08, Y33 = 6, K33 = 0.6, Q33 = () => {
|
|
133150
133158
|
if (typeof window > "u") return;
|
|
133151
133159
|
const e = window;
|
|
133152
133160
|
return e.AudioContext ?? e.webkitAudioContext;
|
|
133153
|
-
},
|
|
133161
|
+
}, r73 = ({
|
|
133154
133162
|
stream: e,
|
|
133155
133163
|
className: t,
|
|
133156
133164
|
anchor: n = "right"
|
|
@@ -134241,7 +134249,7 @@ function E42(e) {
|
|
|
134241
134249
|
errorTriggerMode: e.errorTriggerMode
|
|
134242
134250
|
};
|
|
134243
134251
|
}
|
|
134244
|
-
function
|
|
134252
|
+
function a73(e) {
|
|
134245
134253
|
return E42(e);
|
|
134246
134254
|
}
|
|
134247
134255
|
function oW(e, t = {}) {
|
|
@@ -134338,7 +134346,7 @@ function vy(e) {
|
|
|
134338
134346
|
return t;
|
|
134339
134347
|
}
|
|
134340
134348
|
const O42 = i3(null);
|
|
134341
|
-
function
|
|
134349
|
+
function i73({
|
|
134342
134350
|
children: e,
|
|
134343
134351
|
availableFormDefinitions: t
|
|
134344
134352
|
}) {
|
|
@@ -134622,7 +134630,7 @@ function a73({
|
|
|
134622
134630
|
);
|
|
134623
134631
|
return /* @__PURE__ */ i(O42.Provider, { value: G, children: e });
|
|
134624
134632
|
}
|
|
134625
|
-
function
|
|
134633
|
+
function o73() {
|
|
134626
134634
|
return f1(O42);
|
|
134627
134635
|
}
|
|
134628
134636
|
const Xr = J1({
|
|
@@ -135397,7 +135405,7 @@ const e43 = () => /* @__PURE__ */ i(
|
|
|
135397
135405
|
/* @__PURE__ */ i(ee, { className: "h-9 w-24 rounded-md" })
|
|
135398
135406
|
] })
|
|
135399
135407
|
}
|
|
135400
|
-
),
|
|
135408
|
+
), s73 = q1(
|
|
135401
135409
|
f3(
|
|
135402
135410
|
"F0CardHorizontal",
|
|
135403
135411
|
td(D42, e43)
|
|
@@ -136150,7 +136158,7 @@ const u43 = ({ onClose: e }) => {
|
|
|
136150
136158
|
) })
|
|
136151
136159
|
}
|
|
136152
136160
|
);
|
|
136153
|
-
},
|
|
136161
|
+
}, l73 = f3("F0AiChat", f43), u73 = f3(
|
|
136154
136162
|
"F0AiChatProvider",
|
|
136155
136163
|
d43
|
|
136156
136164
|
), R42 = J1({
|
|
@@ -136638,10 +136646,10 @@ const S43 = f3("DataList", n52), dt = Object.assign(S43, {
|
|
|
136638
136646
|
o && /* @__PURE__ */ i(T43, { onClick: s })
|
|
136639
136647
|
] }) });
|
|
136640
136648
|
}
|
|
136641
|
-
),
|
|
136649
|
+
), c73 = f3(
|
|
136642
136650
|
"DetailsItemsList",
|
|
136643
136651
|
E43
|
|
136644
|
-
),
|
|
136652
|
+
), d73 = ({ position: e }) => /* @__PURE__ */ i(
|
|
136645
136653
|
S1.div,
|
|
136646
136654
|
{
|
|
136647
136655
|
transition: { duration: 0.2, ease: "easeOut" },
|
|
@@ -136765,7 +136773,7 @@ export {
|
|
|
136765
136773
|
_42 as C,
|
|
136766
136774
|
t43 as D,
|
|
136767
136775
|
N53 as E,
|
|
136768
|
-
|
|
136776
|
+
l73 as F,
|
|
136769
136777
|
zt3 as G,
|
|
136770
136778
|
Ax2 as H,
|
|
136771
136779
|
Ot3 as I,
|
|
@@ -136787,7 +136795,7 @@ export {
|
|
|
136787
136795
|
i53 as Y,
|
|
136788
136796
|
o53 as Z,
|
|
136789
136797
|
An as _,
|
|
136790
|
-
|
|
136798
|
+
u73 as a,
|
|
136791
136799
|
q53 as a$,
|
|
136792
136800
|
l53 as a0,
|
|
136793
136801
|
u53 as a1,
|
|
@@ -136879,7 +136887,7 @@ export {
|
|
|
136879
136887
|
qi as bM,
|
|
136880
136888
|
jg2 as bN,
|
|
136881
136889
|
h4 as bO,
|
|
136882
|
-
|
|
136890
|
+
r73 as bP,
|
|
136883
136891
|
H42 as bQ,
|
|
136884
136892
|
z7 as bR,
|
|
136885
136893
|
aX as bS,
|
|
@@ -136887,9 +136895,9 @@ export {
|
|
|
136887
136895
|
K6 as bU,
|
|
136888
136896
|
V3 as bV,
|
|
136889
136897
|
S1 as bW,
|
|
136890
|
-
|
|
136898
|
+
s73 as bX,
|
|
136891
136899
|
n63 as bY,
|
|
136892
|
-
|
|
136900
|
+
e73 as bZ,
|
|
136893
136901
|
De3 as b_,
|
|
136894
136902
|
et3 as ba,
|
|
136895
136903
|
nt3 as bb,
|
|
@@ -136917,7 +136925,7 @@ export {
|
|
|
136917
136925
|
Lt3 as bx,
|
|
136918
136926
|
xt3 as by,
|
|
136919
136927
|
Pt3 as bz,
|
|
136920
|
-
|
|
136928
|
+
Q63 as c,
|
|
136921
136929
|
Tq as c$,
|
|
136922
136930
|
_t as c0,
|
|
136923
136931
|
L_ as c1,
|
|
@@ -136925,7 +136933,7 @@ export {
|
|
|
136925
136933
|
Lq1 as c3,
|
|
136926
136934
|
wq1 as c4,
|
|
136927
136935
|
$12 as c5,
|
|
136928
|
-
|
|
136936
|
+
P63 as c6,
|
|
136929
136937
|
Zn as c7,
|
|
136930
136938
|
iX as c8,
|
|
136931
136939
|
ed as c9,
|
|
@@ -136958,18 +136966,18 @@ export {
|
|
|
136958
136966
|
L32 as c_,
|
|
136959
136967
|
ro as ca,
|
|
136960
136968
|
rX as cb,
|
|
136961
|
-
|
|
136962
|
-
|
|
136963
|
-
|
|
136969
|
+
c73 as cc,
|
|
136970
|
+
N63 as cd,
|
|
136971
|
+
o73 as ce,
|
|
136964
136972
|
j33 as cf,
|
|
136965
|
-
|
|
136966
|
-
|
|
136973
|
+
k63 as cg,
|
|
136974
|
+
j63 as ch,
|
|
136967
136975
|
u32 as ci,
|
|
136968
136976
|
En as cj,
|
|
136969
136977
|
p63 as ck,
|
|
136970
136978
|
g63 as cl,
|
|
136971
136979
|
v63 as cm,
|
|
136972
|
-
|
|
136980
|
+
d73 as cn,
|
|
136973
136981
|
yo as co,
|
|
136974
136982
|
K43 as cp,
|
|
136975
136983
|
Q43 as cq,
|
|
@@ -136989,7 +136997,7 @@ export {
|
|
|
136989
136997
|
SU as d2,
|
|
136990
136998
|
kU as d3,
|
|
136991
136999
|
jI as d4,
|
|
136992
|
-
|
|
137000
|
+
_63 as d5,
|
|
136993
137001
|
a4 as d6,
|
|
136994
137002
|
m8 as d7,
|
|
136995
137003
|
Sw as d8,
|
|
@@ -137011,7 +137019,7 @@ export {
|
|
|
137011
137019
|
UM as dO,
|
|
137012
137020
|
hY1 as dP,
|
|
137013
137021
|
dY1 as dQ,
|
|
137014
|
-
|
|
137022
|
+
F63 as dR,
|
|
137015
137023
|
V32 as dS,
|
|
137016
137024
|
uz as dT,
|
|
137017
137025
|
Xh2 as dU,
|
|
@@ -137046,7 +137054,7 @@ export {
|
|
|
137046
137054
|
jy as dx,
|
|
137047
137055
|
cz as dy,
|
|
137048
137056
|
U_1 as dz,
|
|
137049
|
-
|
|
137057
|
+
$63 as e,
|
|
137050
137058
|
pu as e$,
|
|
137051
137059
|
T$1 as e0,
|
|
137052
137060
|
LW as e1,
|
|
@@ -137058,9 +137066,9 @@ export {
|
|
|
137058
137066
|
Qt3 as e7,
|
|
137059
137067
|
XK as e8,
|
|
137060
137068
|
Dt3 as e9,
|
|
137061
|
-
|
|
137062
|
-
|
|
137063
|
-
|
|
137069
|
+
J63 as eA,
|
|
137070
|
+
t73 as eB,
|
|
137071
|
+
n73 as eC,
|
|
137064
137072
|
m43 as eD,
|
|
137065
137073
|
Hc as eE,
|
|
137066
137074
|
$c as eF,
|
|
@@ -137105,8 +137113,8 @@ export {
|
|
|
137105
137113
|
mX1 as er,
|
|
137106
137114
|
Te as es,
|
|
137107
137115
|
$J1 as et,
|
|
137108
|
-
|
|
137109
|
-
|
|
137116
|
+
T63 as eu,
|
|
137117
|
+
E63 as ev,
|
|
137110
137118
|
Ke2 as ew,
|
|
137111
137119
|
o4 as ex,
|
|
137112
137120
|
$B1 as ey,
|
|
@@ -137202,16 +137210,16 @@ export {
|
|
|
137202
137210
|
D23 as gL,
|
|
137203
137211
|
s4 as gM,
|
|
137204
137212
|
f$ as gN,
|
|
137205
|
-
|
|
137213
|
+
Y63 as gO,
|
|
137206
137214
|
b42 as gP,
|
|
137207
|
-
|
|
137215
|
+
W63 as gQ,
|
|
137208
137216
|
s0 as gR,
|
|
137209
137217
|
mt as gS,
|
|
137210
137218
|
yc as gT,
|
|
137211
137219
|
N0 as gU,
|
|
137212
137220
|
ZR2 as gV,
|
|
137213
137221
|
G43 as gW,
|
|
137214
|
-
|
|
137222
|
+
L63 as gX,
|
|
137215
137223
|
W6 as gY,
|
|
137216
137224
|
j6 as gZ,
|
|
137217
137225
|
qj as g_,
|
|
@@ -137226,10 +137234,10 @@ export {
|
|
|
137226
137234
|
rd as gi,
|
|
137227
137235
|
Nx as gj,
|
|
137228
137236
|
Je2 as gk,
|
|
137229
|
-
|
|
137230
|
-
|
|
137231
|
-
|
|
137232
|
-
|
|
137237
|
+
Z63 as gl,
|
|
137238
|
+
R63 as gm,
|
|
137239
|
+
D63 as gn,
|
|
137240
|
+
I63 as go,
|
|
137233
137241
|
W_ as gp,
|
|
137234
137242
|
sc as gq,
|
|
137235
137243
|
Cw as gr,
|
|
@@ -137239,133 +137247,134 @@ export {
|
|
|
137239
137247
|
jt3 as gv,
|
|
137240
137248
|
h$ as gw,
|
|
137241
137249
|
z23 as gx,
|
|
137242
|
-
|
|
137250
|
+
z63 as gy,
|
|
137243
137251
|
B23 as gz,
|
|
137244
137252
|
W42 as h,
|
|
137245
|
-
|
|
137253
|
+
K3 as h$,
|
|
137246
137254
|
t53 as h0,
|
|
137247
137255
|
As2 as h1,
|
|
137248
137256
|
zI as h2,
|
|
137249
137257
|
IY1 as h3,
|
|
137250
137258
|
ZY1 as h4,
|
|
137251
137259
|
FK1 as h5,
|
|
137252
|
-
|
|
137260
|
+
V63 as h6,
|
|
137253
137261
|
$q1 as h7,
|
|
137254
137262
|
OY1 as h8,
|
|
137255
137263
|
PY1 as h9,
|
|
137256
|
-
|
|
137257
|
-
|
|
137258
|
-
|
|
137259
|
-
|
|
137260
|
-
|
|
137261
|
-
|
|
137262
|
-
|
|
137264
|
+
g33 as hA,
|
|
137265
|
+
JU as hB,
|
|
137266
|
+
tX as hC,
|
|
137267
|
+
v33 as hD,
|
|
137268
|
+
g42 as hE,
|
|
137269
|
+
y$ as hF,
|
|
137270
|
+
X63 as hG,
|
|
137263
137271
|
q63 as hH,
|
|
137264
137272
|
G63 as hI,
|
|
137265
|
-
|
|
137266
|
-
|
|
137267
|
-
|
|
137268
|
-
|
|
137269
|
-
|
|
137270
|
-
|
|
137271
|
-
|
|
137272
|
-
|
|
137273
|
-
|
|
137274
|
-
|
|
137275
|
-
|
|
137276
|
-
|
|
137277
|
-
|
|
137278
|
-
|
|
137279
|
-
|
|
137280
|
-
|
|
137281
|
-
|
|
137282
|
-
|
|
137273
|
+
U63 as hJ,
|
|
137274
|
+
C$1 as hK,
|
|
137275
|
+
m$1 as hL,
|
|
137276
|
+
p$1 as hM,
|
|
137277
|
+
BY as hN,
|
|
137278
|
+
NQ1 as hO,
|
|
137279
|
+
h$1 as hP,
|
|
137280
|
+
It3 as hQ,
|
|
137281
|
+
ux as hR,
|
|
137282
|
+
NI as hS,
|
|
137283
|
+
ty as hT,
|
|
137284
|
+
EX1 as hU,
|
|
137285
|
+
r63 as hV,
|
|
137286
|
+
sv2 as hW,
|
|
137287
|
+
Jg2 as hX,
|
|
137288
|
+
Rt3 as hY,
|
|
137289
|
+
DK as hZ,
|
|
137290
|
+
p5 as h_,
|
|
137283
137291
|
U43 as ha,
|
|
137284
|
-
|
|
137285
|
-
|
|
137286
|
-
|
|
137287
|
-
|
|
137288
|
-
|
|
137289
|
-
|
|
137290
|
-
|
|
137291
|
-
|
|
137292
|
-
|
|
137293
|
-
|
|
137294
|
-
|
|
137295
|
-
|
|
137296
|
-
|
|
137297
|
-
|
|
137298
|
-
|
|
137299
|
-
|
|
137300
|
-
|
|
137301
|
-
|
|
137302
|
-
|
|
137303
|
-
|
|
137304
|
-
|
|
137305
|
-
|
|
137306
|
-
|
|
137307
|
-
|
|
137308
|
-
|
|
137292
|
+
b63 as hb,
|
|
137293
|
+
ox as hc,
|
|
137294
|
+
oN as hd,
|
|
137295
|
+
Ak1 as he,
|
|
137296
|
+
ei as hf,
|
|
137297
|
+
zn as hg,
|
|
137298
|
+
eL2 as hh,
|
|
137299
|
+
zL as hi,
|
|
137300
|
+
Nq1 as hj,
|
|
137301
|
+
cY1 as hk,
|
|
137302
|
+
w0 as hl,
|
|
137303
|
+
pJ1 as hm,
|
|
137304
|
+
ZQ1 as hn,
|
|
137305
|
+
mJ1 as ho,
|
|
137306
|
+
c$ as hp,
|
|
137307
|
+
S32 as hq,
|
|
137308
|
+
Gj as hr,
|
|
137309
|
+
x3 as hs,
|
|
137310
|
+
C$ as ht,
|
|
137311
|
+
F13 as hu,
|
|
137312
|
+
Zj as hv,
|
|
137313
|
+
h23 as hw,
|
|
137314
|
+
h33 as hx,
|
|
137315
|
+
m33 as hy,
|
|
137316
|
+
a42 as hz,
|
|
137309
137317
|
qp2 as i,
|
|
137310
|
-
|
|
137311
|
-
|
|
137312
|
-
|
|
137313
|
-
|
|
137314
|
-
|
|
137315
|
-
|
|
137316
|
-
|
|
137317
|
-
|
|
137318
|
-
|
|
137319
|
-
|
|
137320
|
-
|
|
137321
|
-
|
|
137318
|
+
C63 as i0,
|
|
137319
|
+
aI as i1,
|
|
137320
|
+
y22 as i2,
|
|
137321
|
+
jW1 as i3,
|
|
137322
|
+
h63 as i4,
|
|
137323
|
+
WW1 as i5,
|
|
137324
|
+
qW1 as i6,
|
|
137325
|
+
iI as i7,
|
|
137326
|
+
BL as i8,
|
|
137327
|
+
sx as i9,
|
|
137328
|
+
RW1 as iA,
|
|
137329
|
+
x63 as iB,
|
|
137322
137330
|
w63 as iC,
|
|
137323
|
-
|
|
137324
|
-
|
|
137325
|
-
|
|
137326
|
-
|
|
137327
|
-
|
|
137328
|
-
|
|
137329
|
-
|
|
137330
|
-
|
|
137331
|
-
|
|
137332
|
-
|
|
137333
|
-
|
|
137334
|
-
|
|
137335
|
-
|
|
137336
|
-
|
|
137337
|
-
|
|
137338
|
-
|
|
137339
|
-
|
|
137340
|
-
|
|
137341
|
-
|
|
137342
|
-
|
|
137343
|
-
|
|
137344
|
-
|
|
137345
|
-
|
|
137346
|
-
|
|
137347
|
-
|
|
137348
|
-
|
|
137349
|
-
|
|
137350
|
-
|
|
137351
|
-
|
|
137352
|
-
|
|
137353
|
-
|
|
137354
|
-
|
|
137355
|
-
|
|
137356
|
-
|
|
137357
|
-
|
|
137358
|
-
|
|
137359
|
-
|
|
137360
|
-
|
|
137361
|
-
|
|
137362
|
-
|
|
137363
|
-
|
|
137364
|
-
|
|
137365
|
-
|
|
137366
|
-
|
|
137367
|
-
|
|
137368
|
-
|
|
137331
|
+
M63 as iD,
|
|
137332
|
+
TI as iE,
|
|
137333
|
+
l32 as iF,
|
|
137334
|
+
HJ1 as iG,
|
|
137335
|
+
O63 as iH,
|
|
137336
|
+
K63 as iI,
|
|
137337
|
+
i73 as iJ,
|
|
137338
|
+
a73 as iK,
|
|
137339
|
+
XW1 as iL,
|
|
137340
|
+
S12 as iM,
|
|
137341
|
+
H12 as iN,
|
|
137342
|
+
P22 as iO,
|
|
137343
|
+
QW1 as iP,
|
|
137344
|
+
Pi as iQ,
|
|
137345
|
+
FY1 as iR,
|
|
137346
|
+
tw as iS,
|
|
137347
|
+
F32 as iT,
|
|
137348
|
+
S63 as iU,
|
|
137349
|
+
A63 as iV,
|
|
137350
|
+
Zt3 as iW,
|
|
137351
|
+
B43 as iX,
|
|
137352
|
+
CY1 as iY,
|
|
137353
|
+
mY1 as iZ,
|
|
137354
|
+
lx as ia,
|
|
137355
|
+
oI as ib,
|
|
137356
|
+
F22 as ic,
|
|
137357
|
+
Eq as id,
|
|
137358
|
+
ja as ie,
|
|
137359
|
+
B6 as ig,
|
|
137360
|
+
je2 as ih,
|
|
137361
|
+
nX as ii,
|
|
137362
|
+
B63 as ij,
|
|
137363
|
+
Mj as ik,
|
|
137364
|
+
K8 as il,
|
|
137365
|
+
Ge as im,
|
|
137366
|
+
Y8 as io,
|
|
137367
|
+
Tt as ip,
|
|
137368
|
+
Bz1 as iq,
|
|
137369
|
+
u12 as ir,
|
|
137370
|
+
hJ1 as is,
|
|
137371
|
+
MM as it,
|
|
137372
|
+
z43 as iu,
|
|
137373
|
+
t63 as iv,
|
|
137374
|
+
Nt3 as iw,
|
|
137375
|
+
W43 as ix,
|
|
137376
|
+
Gt3 as iy,
|
|
137377
|
+
H63 as iz,
|
|
137369
137378
|
lg2 as j,
|
|
137370
137379
|
fc as k,
|
|
137371
137380
|
$53 as l,
|