@factorialco/f0-react 4.3.2 → 4.4.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/experimental.js +2 -2
- package/dist/f0.d.ts +128 -33
- package/dist/f0.js +10996 -10717
- package/dist/{useDataCollectionSource-CKC4IqL-.js → useDataCollectionSource-Q4blWhWZ.js} +58 -40
- package/package.json +1 -1
|
@@ -56545,38 +56545,47 @@ function xse({
|
|
|
56545
56545
|
const u = f?.value?.from, h = u ? N5(u, kse) : "";
|
|
56546
56546
|
h !== e && s(h);
|
|
56547
56547
|
};
|
|
56548
|
-
return /* @__PURE__ */ m(
|
|
56549
|
-
|
|
56548
|
+
return /* @__PURE__ */ m(
|
|
56549
|
+
Js,
|
|
56550
56550
|
{
|
|
56551
|
-
|
|
56552
|
-
|
|
56553
|
-
|
|
56554
|
-
|
|
56551
|
+
showRightBorder: !o,
|
|
56552
|
+
error: i,
|
|
56553
|
+
hint: a,
|
|
56554
|
+
cursor: "pointer",
|
|
56555
56555
|
children: /* @__PURE__ */ m(
|
|
56556
|
-
|
|
56556
|
+
"div",
|
|
56557
56557
|
{
|
|
56558
56558
|
className: Y(
|
|
56559
|
-
"
|
|
56560
|
-
"
|
|
56561
|
-
"[&_[data-slot='placeholder']]:!items-center",
|
|
56562
|
-
"[&_[data-slot='placeholder']]:!py-0",
|
|
56563
|
-
"[&_[data-slot='placeholder']]:!truncate"
|
|
56559
|
+
"flex w-full min-w-0 items-center",
|
|
56560
|
+
t.align === "right" && "justify-end"
|
|
56564
56561
|
),
|
|
56565
|
-
|
|
56566
|
-
|
|
56567
|
-
|
|
56568
|
-
|
|
56569
|
-
|
|
56570
|
-
|
|
56571
|
-
|
|
56572
|
-
|
|
56573
|
-
|
|
56574
|
-
|
|
56575
|
-
|
|
56562
|
+
children: /* @__PURE__ */ m(
|
|
56563
|
+
pm,
|
|
56564
|
+
{
|
|
56565
|
+
className: Y(
|
|
56566
|
+
"[&_input]:!py-0",
|
|
56567
|
+
"[&_[data-slot='placeholder']]:!flex",
|
|
56568
|
+
"[&_[data-slot='placeholder']]:!items-center",
|
|
56569
|
+
"[&_[data-slot='placeholder']]:!py-0",
|
|
56570
|
+
"[&_[data-slot='placeholder']]:!truncate"
|
|
56571
|
+
),
|
|
56572
|
+
placeholder: n ?? t.inputPlaceholder,
|
|
56573
|
+
label: t.label,
|
|
56574
|
+
hideLabel: !0,
|
|
56575
|
+
showIcon: !1,
|
|
56576
|
+
transparent: !0,
|
|
56577
|
+
displayFormat: "default",
|
|
56578
|
+
value: c,
|
|
56579
|
+
onChange: d,
|
|
56580
|
+
loading: r,
|
|
56581
|
+
minDate: l?.minDate,
|
|
56582
|
+
maxDate: l?.maxDate
|
|
56583
|
+
}
|
|
56584
|
+
)
|
|
56576
56585
|
}
|
|
56577
56586
|
)
|
|
56578
56587
|
}
|
|
56579
|
-
)
|
|
56588
|
+
);
|
|
56580
56589
|
}
|
|
56581
56590
|
let J1 = null;
|
|
56582
56591
|
function _se(t, e) {
|
|
@@ -56742,7 +56751,7 @@ function Tse({
|
|
|
56742
56751
|
multiple: !1,
|
|
56743
56752
|
onOpenChange: c
|
|
56744
56753
|
}, u = d.clearable ? { clearable: !0 } : {};
|
|
56745
|
-
return /* @__PURE__ */ m(Js, { error: n, isActive: l, hint: s, children: /* @__PURE__ */ m(
|
|
56754
|
+
return /* @__PURE__ */ m(Js, { error: n, isActive: l, hint: s, cursor: "pointer", children: /* @__PURE__ */ m(
|
|
56746
56755
|
"div",
|
|
56747
56756
|
{
|
|
56748
56757
|
className: Y(
|
|
@@ -56788,14 +56797,14 @@ function Nse({
|
|
|
56788
56797
|
hint: n
|
|
56789
56798
|
}) {
|
|
56790
56799
|
const i = ze();
|
|
56791
|
-
return /* @__PURE__ */ m(Js, { borderOnHover: !1, hint: n, children: /* @__PURE__ */ m(
|
|
56800
|
+
return /* @__PURE__ */ m(Js, { borderOnHover: !1, hint: n, cursor: "not-allowed", children: /* @__PURE__ */ m(
|
|
56792
56801
|
"div",
|
|
56793
56802
|
{
|
|
56794
56803
|
className: Y(
|
|
56795
56804
|
t.align === "right" ? "justify-end" : "",
|
|
56796
56805
|
"flex p-4 min-h-12 items-center border-0 h-full",
|
|
56797
56806
|
"bg-f1-background-disabled h-full",
|
|
56798
|
-
"
|
|
56807
|
+
"w-full"
|
|
56799
56808
|
),
|
|
56800
56809
|
children: Rf(e, t, "editableTable", i)
|
|
56801
56810
|
}
|
|
@@ -56808,17 +56817,26 @@ function aM({
|
|
|
56808
56817
|
hint: i
|
|
56809
56818
|
}) {
|
|
56810
56819
|
const r = ze();
|
|
56811
|
-
return /* @__PURE__ */ m(
|
|
56812
|
-
|
|
56820
|
+
return /* @__PURE__ */ m(
|
|
56821
|
+
Js,
|
|
56813
56822
|
{
|
|
56814
|
-
|
|
56815
|
-
|
|
56816
|
-
|
|
56817
|
-
|
|
56818
|
-
|
|
56819
|
-
|
|
56823
|
+
showRightBorder: !n,
|
|
56824
|
+
borderOnHover: !1,
|
|
56825
|
+
hint: i,
|
|
56826
|
+
cursor: "default",
|
|
56827
|
+
children: /* @__PURE__ */ m(
|
|
56828
|
+
"div",
|
|
56829
|
+
{
|
|
56830
|
+
className: Y(
|
|
56831
|
+
"flex w-full min-w-0",
|
|
56832
|
+
"items-center px-3",
|
|
56833
|
+
t.align === "right" && "justify-end"
|
|
56834
|
+
),
|
|
56835
|
+
children: Rf(e, t, "editableTable", r)
|
|
56836
|
+
}
|
|
56837
|
+
)
|
|
56820
56838
|
}
|
|
56821
|
-
)
|
|
56839
|
+
);
|
|
56822
56840
|
}
|
|
56823
56841
|
function yS({
|
|
56824
56842
|
editableColumn: t,
|
|
@@ -69333,10 +69351,10 @@ export {
|
|
|
69333
69351
|
Kee as al,
|
|
69334
69352
|
Uee as am,
|
|
69335
69353
|
Ree as an,
|
|
69336
|
-
|
|
69337
|
-
|
|
69338
|
-
|
|
69339
|
-
|
|
69354
|
+
Sy as ao,
|
|
69355
|
+
Tb as ap,
|
|
69356
|
+
rY as aq,
|
|
69357
|
+
yG as ar,
|
|
69340
69358
|
Qee as as,
|
|
69341
69359
|
mE as at,
|
|
69342
69360
|
tte as au,
|