@ctlyst.id/internal-ui 3.3.13 → 3.3.14
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +21 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1424,16 +1424,25 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1424
1424
|
w: "full",
|
1425
1425
|
...container,
|
1426
1426
|
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_react28.Table, { ...styles == null ? void 0 : styles.table, "data-loading": "true", children: [
|
1427
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Thead, { ...(styles == null ? void 0 : styles.tableHead, headerSticky ? { position: "sticky", top: 0, bg: "white", zIndex: 1 } : {}), children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Tr, { mx: "2", ...styles == null ? void 0 : styles.tableRow, children: headerGroup.headers.map((header, index) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
1428
|
-
import_react28.
|
1427
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Thead, { ...(styles == null ? void 0 : styles.tableHead, headerSticky ? { position: "sticky", top: 0, bg: "white", zIndex: 1 } : {}), children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Tr, { mx: "2", ...styles == null ? void 0 : styles.tableRow, children: headerGroup.headers.map((header, index) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
1428
|
+
import_react28.Th,
|
1429
1429
|
{
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1430
|
+
colSpan: header.colSpan,
|
1431
|
+
width: `${header.getSize()}px`,
|
1432
|
+
...styles == null ? void 0 : styles.tableColumnHeader,
|
1433
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
1434
|
+
import_react28.Flex,
|
1435
|
+
{
|
1436
|
+
"data-test-id": "CT_component_data-table_loader",
|
1437
|
+
textTransform: "capitalize",
|
1438
|
+
align: "center",
|
1439
|
+
gap: 2,
|
1440
|
+
children: (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext())
|
1441
|
+
}
|
1442
|
+
)
|
1443
|
+
},
|
1444
|
+
header.id
|
1445
|
+
)) }, headerGroup.id)) }),
|
1437
1446
|
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Tbody, { children: [...Array(5)].map((num) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Tr, { mx: "2", children: [...Array(generateColumn().length)].map((i) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Td, { width: 210, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react28.Skeleton, { startColor: "neutral.100", endColor: "neutral.200", h: "20px", w: "70%" }, i) }, i)) }, num)) })
|
1438
1447
|
] }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_react28.Table, { ...styles == null ? void 0 : styles.table, children: [
|
1439
1448
|
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
@@ -1448,7 +1457,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1448
1457
|
{
|
1449
1458
|
colSpan: header.colSpan,
|
1450
1459
|
sx: getCommonPinningStyles(header.column),
|
1451
|
-
width: header.getSize()
|
1460
|
+
width: `${header.getSize()}px`,
|
1452
1461
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
1453
1462
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
1454
1463
|
import_react28.Flex,
|
@@ -4889,7 +4898,8 @@ var InputTimeArea = (0, import_react84.forwardRef)((props, ref) => {
|
|
4889
4898
|
px: "2px",
|
4890
4899
|
py: 0,
|
4891
4900
|
sx: {
|
4892
|
-
fontVariantNumeric: "tabular-nums"
|
4901
|
+
fontVariantNumeric: "tabular-nums",
|
4902
|
+
fontSize: 12
|
4893
4903
|
},
|
4894
4904
|
...props
|
4895
4905
|
}
|