@3sc/common-component 0.0.161 → 0.0.162
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.es.js +13 -13
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38209,7 +38209,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38209
38209
|
color: e.palette.primary.notifyTextColor,
|
|
38210
38210
|
borderRadius: "0.8rem",
|
|
38211
38211
|
backgroundColor: `${e.palette.primary.notifyBackground}!important`,
|
|
38212
|
-
|
|
38212
|
+
padding: "0.3rem",
|
|
38213
38213
|
"& fieldset": {
|
|
38214
38214
|
borderColor: `${e.palette.primary.notifyBorderColor}!important`
|
|
38215
38215
|
},
|
|
@@ -38228,7 +38228,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38228
38228
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
38229
38229
|
fontSize: "1.1rem",
|
|
38230
38230
|
height: "2.6rem",
|
|
38231
|
-
padding: "0.
|
|
38231
|
+
padding: "0.8rem"
|
|
38232
38232
|
},
|
|
38233
38233
|
"& .MuiInputBase-input.Mui-disabled": {
|
|
38234
38234
|
color: `${e.palette.primary.notifyTextColor} !important`,
|
|
@@ -38335,7 +38335,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38335
38335
|
onClick: () => {
|
|
38336
38336
|
u((h) => !h);
|
|
38337
38337
|
},
|
|
38338
|
-
...l != null && l.placeholder ? null : { value: r },
|
|
38338
|
+
...l != null && l.placeholder ? null : { value: (r == null ? void 0 : r.label) || r },
|
|
38339
38339
|
...l
|
|
38340
38340
|
}
|
|
38341
38341
|
),
|
|
@@ -38367,7 +38367,8 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38367
38367
|
onChange: t == null ? void 0 : t.onChange,
|
|
38368
38368
|
sx: {
|
|
38369
38369
|
fontSize: "1.1rem",
|
|
38370
|
-
borderBottom: (h) => `1px solid ${h.palette.primary.notifyBorderColor}
|
|
38370
|
+
borderBottom: (h) => `1px solid ${h.palette.primary.notifyBorderColor}`,
|
|
38371
|
+
"& .MuiInputBase-input": { padding: "0.3rem 1.3rem!important" }
|
|
38371
38372
|
}
|
|
38372
38373
|
}
|
|
38373
38374
|
),
|
|
@@ -38376,15 +38377,16 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38376
38377
|
ii,
|
|
38377
38378
|
{
|
|
38378
38379
|
sx: {
|
|
38379
|
-
padding: "0.
|
|
38380
|
+
padding: "0.8rem 1.2rem"
|
|
38380
38381
|
},
|
|
38381
38382
|
onClick: (h) => {
|
|
38382
38383
|
h.stopPropagation(), g();
|
|
38383
38384
|
},
|
|
38384
|
-
children: /* @__PURE__ */ y.jsxs(Mt, { direction: "row", alignItems: "center", gap: "
|
|
38385
|
+
children: /* @__PURE__ */ y.jsxs(Mt, { direction: "row", alignItems: "center", gap: "1rem", children: [
|
|
38385
38386
|
/* @__PURE__ */ y.jsx(
|
|
38386
38387
|
wb,
|
|
38387
38388
|
{
|
|
38389
|
+
sx: { p: 0 },
|
|
38388
38390
|
checked: o.length > 0 && r.length === o.length
|
|
38389
38391
|
}
|
|
38390
38392
|
),
|
|
@@ -38406,7 +38408,7 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38406
38408
|
ii,
|
|
38407
38409
|
{
|
|
38408
38410
|
sx: {
|
|
38409
|
-
padding: "0.
|
|
38411
|
+
padding: "0.8rem 1.2rem",
|
|
38410
38412
|
borderTop: b !== 0 || a ? (v) => `0.1rem solid ${v.palette.primary.notifyBorderColor}` : "none"
|
|
38411
38413
|
},
|
|
38412
38414
|
draggable: e,
|
|
@@ -38421,11 +38423,12 @@ const IL = ({ options: e, isDraggable: t }) => {
|
|
|
38421
38423
|
{
|
|
38422
38424
|
direction: "row",
|
|
38423
38425
|
alignItems: "center",
|
|
38424
|
-
gap: "
|
|
38426
|
+
gap: "1rem",
|
|
38425
38427
|
children: [
|
|
38426
38428
|
s && /* @__PURE__ */ y.jsx(
|
|
38427
38429
|
wb,
|
|
38428
38430
|
{
|
|
38431
|
+
sx: { p: 0 },
|
|
38429
38432
|
checked: r.some((v) => v.id === h.id)
|
|
38430
38433
|
}
|
|
38431
38434
|
),
|
|
@@ -40635,11 +40638,8 @@ const Fc = {
|
|
|
40635
40638
|
Se,
|
|
40636
40639
|
{
|
|
40637
40640
|
sx: {
|
|
40638
|
-
"& .MuiInputBase-input": { padding: "0.
|
|
40641
|
+
"& .MuiInputBase-input": { padding: "0rem 0.8rem!important" },
|
|
40639
40642
|
width: "9%"
|
|
40640
|
-
// "& .select-container": {
|
|
40641
|
-
// width: "50%"
|
|
40642
|
-
// }
|
|
40643
40643
|
},
|
|
40644
40644
|
children: /* @__PURE__ */ y.jsx(
|
|
40645
40645
|
Hf,
|
|
@@ -41389,7 +41389,7 @@ const y2 = ({
|
|
|
41389
41389
|
}
|
|
41390
41390
|
}
|
|
41391
41391
|
),
|
|
41392
|
-
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "
|
|
41392
|
+
t && /* @__PURE__ */ y.jsx(Se, { sx: { "& .MuiInputBase-input": { padding: "0rem 1.2rem" } }, children: /* @__PURE__ */ y.jsx(
|
|
41393
41393
|
Hf,
|
|
41394
41394
|
{
|
|
41395
41395
|
placeholder: "Manage Columns",
|