@3sc/common-component 0.0.550 → 0.0.551
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/{index-CT0MJah4.js → index-A4jLlGUH.js} +45 -31
- package/dist/{index-CT0MJah4.js.map → index-A4jLlGUH.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/{nl-eokt00Ng.js → nl-BMbUSY91.js} +2 -2
- package/dist/{nl-eokt00Ng.js.map → nl-BMbUSY91.js.map} +1 -1
- package/dist/{tr-L0AFjdcW.js → tr-DacYx66j.js} +2 -2
- package/dist/{tr-L0AFjdcW.js.map → tr-DacYx66j.js.map} +1 -1
- package/package.json +1 -1
|
@@ -33091,9 +33091,9 @@ const LI = ({ color: e }) => /* @__PURE__ */ h.jsx("svg", { width: "7", height:
|
|
|
33091
33091
|
async function GI(e) {
|
|
33092
33092
|
switch (e.split("-")[0]) {
|
|
33093
33093
|
case "tr":
|
|
33094
|
-
return (await import("./tr-
|
|
33094
|
+
return (await import("./tr-DacYx66j.js")).tr;
|
|
33095
33095
|
case "nl":
|
|
33096
|
-
return (await import("./nl-
|
|
33096
|
+
return (await import("./nl-BMbUSY91.js")).nl;
|
|
33097
33097
|
default:
|
|
33098
33098
|
return (await Promise.resolve().then(() => N6)).enUS;
|
|
33099
33099
|
}
|
|
@@ -38263,7 +38263,12 @@ const Nc = ne.memo(function({
|
|
|
38263
38263
|
k?.isMandatory && !k?.isResizable || (b.current = !0);
|
|
38264
38264
|
},
|
|
38265
38265
|
onResizeEnd: (P) => {
|
|
38266
|
-
k?.isMandatory && !k?.isResizable || P <= 20 || (b.current = !1, j2({
|
|
38266
|
+
k?.isMandatory && !k?.isResizable || P <= 20 || (b.current = !1, j2({
|
|
38267
|
+
index: R,
|
|
38268
|
+
visibleGridColumns: E,
|
|
38269
|
+
width: P,
|
|
38270
|
+
columnUpdaterFunction: S
|
|
38271
|
+
}));
|
|
38267
38272
|
}
|
|
38268
38273
|
}), C = mt(() => {
|
|
38269
38274
|
const k = [];
|
|
@@ -38349,7 +38354,10 @@ const Nc = ne.memo(function({
|
|
|
38349
38354
|
index: k.firstChild._originalIndex,
|
|
38350
38355
|
isManageable: r,
|
|
38351
38356
|
tableHeight: i,
|
|
38352
|
-
...v(
|
|
38357
|
+
...v(
|
|
38358
|
+
k.column,
|
|
38359
|
+
k.firstChild._originalIndex
|
|
38360
|
+
)
|
|
38353
38361
|
}
|
|
38354
38362
|
)
|
|
38355
38363
|
] }, `parent-${k.key}`))
|
|
@@ -38379,31 +38387,37 @@ const Nc = ne.memo(function({
|
|
|
38379
38387
|
}
|
|
38380
38388
|
),
|
|
38381
38389
|
n?.map(
|
|
38382
|
-
(k, R) => k._parent && /* @__PURE__ */ h.jsxs(
|
|
38383
|
-
|
|
38384
|
-
|
|
38385
|
-
|
|
38386
|
-
|
|
38387
|
-
|
|
38388
|
-
|
|
38389
|
-
|
|
38390
|
-
|
|
38391
|
-
|
|
38392
|
-
|
|
38393
|
-
|
|
38394
|
-
|
|
38395
|
-
|
|
38396
|
-
|
|
38397
|
-
|
|
38398
|
-
|
|
38399
|
-
|
|
38400
|
-
|
|
38401
|
-
|
|
38402
|
-
|
|
38403
|
-
|
|
38404
|
-
|
|
38405
|
-
|
|
38406
|
-
|
|
38390
|
+
(k, R) => k._parent && /* @__PURE__ */ h.jsxs(
|
|
38391
|
+
ne.Fragment,
|
|
38392
|
+
{
|
|
38393
|
+
children: [
|
|
38394
|
+
/* @__PURE__ */ h.jsx(
|
|
38395
|
+
Nc,
|
|
38396
|
+
{
|
|
38397
|
+
column: k,
|
|
38398
|
+
index: k._originalIndex,
|
|
38399
|
+
isManageable: r,
|
|
38400
|
+
parent: k._parent,
|
|
38401
|
+
stickyLeft: c(k),
|
|
38402
|
+
sort: a,
|
|
38403
|
+
handleMenuClick: l,
|
|
38404
|
+
...x
|
|
38405
|
+
}
|
|
38406
|
+
),
|
|
38407
|
+
o && /* @__PURE__ */ h.jsx(
|
|
38408
|
+
$c,
|
|
38409
|
+
{
|
|
38410
|
+
column: k,
|
|
38411
|
+
index: k._originalIndex,
|
|
38412
|
+
isManageable: r,
|
|
38413
|
+
tableHeight: i,
|
|
38414
|
+
...v(k, k._originalIndex)
|
|
38415
|
+
}
|
|
38416
|
+
)
|
|
38417
|
+
]
|
|
38418
|
+
},
|
|
38419
|
+
`child-${k?._parent?.key ?? k.key}-${R}`
|
|
38420
|
+
)
|
|
38407
38421
|
)
|
|
38408
38422
|
]
|
|
38409
38423
|
}
|
|
@@ -38840,7 +38854,7 @@ function $2({
|
|
|
38840
38854
|
baseUrl: r,
|
|
38841
38855
|
childUniqueKey: o
|
|
38842
38856
|
}) {
|
|
38843
|
-
const { columns: i } = e, a = Fe(ts), { t: l } = Fe(En), c = e?.isVirtualizedTable, u = lN({
|
|
38857
|
+
const { columns: i } = e, a = Fe(ts), { t: l } = Fe(En), c = !!e?.isVirtualizedTable, u = lN({
|
|
38844
38858
|
columns: i,
|
|
38845
38859
|
gridPath: n,
|
|
38846
38860
|
baseUrl: r,
|
|
@@ -40815,4 +40829,4 @@ export {
|
|
|
40815
40829
|
JN as t,
|
|
40816
40830
|
w$ as u
|
|
40817
40831
|
};
|
|
40818
|
-
//# sourceMappingURL=index-
|
|
40832
|
+
//# sourceMappingURL=index-A4jLlGUH.js.map
|