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