@fctc/sme-widget-ui 2.2.4 → 2.2.6
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.js +7 -3
- package/dist/index.mjs +7 -3
- package/dist/widgets.js +7 -3
- package/dist/widgets.mjs +7 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10964,7 +10964,7 @@ var Row = (props) => {
|
|
|
10964
10964
|
"data-row-id": row?.id,
|
|
10965
10965
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
10966
10966
|
style: {
|
|
10967
|
-
background: indexRow % 2 === 0 ? "#
|
|
10967
|
+
background: indexRow % 2 === 0 ? "#FFF" : "#EEF3FB"
|
|
10968
10968
|
},
|
|
10969
10969
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
10970
10970
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
@@ -33006,7 +33006,10 @@ var SelectDropdownField = (props) => {
|
|
|
33006
33006
|
menu: () => "z-[99]"
|
|
33007
33007
|
},
|
|
33008
33008
|
styles: {
|
|
33009
|
-
control: () => ({
|
|
33009
|
+
control: (base) => ({
|
|
33010
|
+
...base,
|
|
33011
|
+
background: isEditTable ? "transparent" : "initial"
|
|
33012
|
+
}),
|
|
33010
33013
|
container: (base) => ({
|
|
33011
33014
|
...base,
|
|
33012
33015
|
height: "100%"
|
|
@@ -33798,7 +33801,8 @@ var Many2OneField = (props) => {
|
|
|
33798
33801
|
styles: {
|
|
33799
33802
|
control: () => ({
|
|
33800
33803
|
maxWidth: "100%",
|
|
33801
|
-
minWidth: isEditTable ? "max-content" : "100%"
|
|
33804
|
+
minWidth: isEditTable ? "max-content" : "100%",
|
|
33805
|
+
background: isEditTable ? "transparent" : "initial"
|
|
33802
33806
|
}),
|
|
33803
33807
|
container: (base) => ({
|
|
33804
33808
|
...base,
|
package/dist/index.mjs
CHANGED
|
@@ -10838,7 +10838,7 @@ var Row = (props) => {
|
|
|
10838
10838
|
"data-row-id": row?.id,
|
|
10839
10839
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
10840
10840
|
style: {
|
|
10841
|
-
background: indexRow % 2 === 0 ? "#
|
|
10841
|
+
background: indexRow % 2 === 0 ? "#FFF" : "#EEF3FB"
|
|
10842
10842
|
},
|
|
10843
10843
|
children: /* @__PURE__ */ jsxs26(Fragment3, { children: [
|
|
10844
10844
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
@@ -32880,7 +32880,10 @@ var SelectDropdownField = (props) => {
|
|
|
32880
32880
|
menu: () => "z-[99]"
|
|
32881
32881
|
},
|
|
32882
32882
|
styles: {
|
|
32883
|
-
control: () => ({
|
|
32883
|
+
control: (base) => ({
|
|
32884
|
+
...base,
|
|
32885
|
+
background: isEditTable ? "transparent" : "initial"
|
|
32886
|
+
}),
|
|
32884
32887
|
container: (base) => ({
|
|
32885
32888
|
...base,
|
|
32886
32889
|
height: "100%"
|
|
@@ -33672,7 +33675,8 @@ var Many2OneField = (props) => {
|
|
|
33672
33675
|
styles: {
|
|
33673
33676
|
control: () => ({
|
|
33674
33677
|
maxWidth: "100%",
|
|
33675
|
-
minWidth: isEditTable ? "max-content" : "100%"
|
|
33678
|
+
minWidth: isEditTable ? "max-content" : "100%",
|
|
33679
|
+
background: isEditTable ? "transparent" : "initial"
|
|
33676
33680
|
}),
|
|
33677
33681
|
container: (base) => ({
|
|
33678
33682
|
...base,
|
package/dist/widgets.js
CHANGED
|
@@ -9956,7 +9956,7 @@ var Row = (props) => {
|
|
|
9956
9956
|
"data-row-id": row?.id,
|
|
9957
9957
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
9958
9958
|
style: {
|
|
9959
|
-
background: indexRow % 2 === 0 ? "#
|
|
9959
|
+
background: indexRow % 2 === 0 ? "#FFF" : "#EEF3FB"
|
|
9960
9960
|
},
|
|
9961
9961
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
|
|
9962
9962
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
@@ -32257,7 +32257,10 @@ var SelectDropdownField = (props) => {
|
|
|
32257
32257
|
menu: () => "z-[99]"
|
|
32258
32258
|
},
|
|
32259
32259
|
styles: {
|
|
32260
|
-
control: () => ({
|
|
32260
|
+
control: (base) => ({
|
|
32261
|
+
...base,
|
|
32262
|
+
background: isEditTable ? "transparent" : "initial"
|
|
32263
|
+
}),
|
|
32261
32264
|
container: (base) => ({
|
|
32262
32265
|
...base,
|
|
32263
32266
|
height: "100%"
|
|
@@ -33049,7 +33052,8 @@ var Many2OneField = (props) => {
|
|
|
33049
33052
|
styles: {
|
|
33050
33053
|
control: () => ({
|
|
33051
33054
|
maxWidth: "100%",
|
|
33052
|
-
minWidth: isEditTable ? "max-content" : "100%"
|
|
33055
|
+
minWidth: isEditTable ? "max-content" : "100%",
|
|
33056
|
+
background: isEditTable ? "transparent" : "initial"
|
|
33053
33057
|
}),
|
|
33054
33058
|
container: (base) => ({
|
|
33055
33059
|
...base,
|
package/dist/widgets.mjs
CHANGED
|
@@ -9894,7 +9894,7 @@ var Row = (props) => {
|
|
|
9894
9894
|
"data-row-id": row?.id,
|
|
9895
9895
|
className: `border-b border-[#e8e8e8] cursor-pointer`,
|
|
9896
9896
|
style: {
|
|
9897
|
-
background: indexRow % 2 === 0 ? "#
|
|
9897
|
+
background: indexRow % 2 === 0 ? "#FFF" : "#EEF3FB"
|
|
9898
9898
|
},
|
|
9899
9899
|
children: /* @__PURE__ */ jsxs26(Fragment3, { children: [
|
|
9900
9900
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
@@ -32195,7 +32195,10 @@ var SelectDropdownField = (props) => {
|
|
|
32195
32195
|
menu: () => "z-[99]"
|
|
32196
32196
|
},
|
|
32197
32197
|
styles: {
|
|
32198
|
-
control: () => ({
|
|
32198
|
+
control: (base) => ({
|
|
32199
|
+
...base,
|
|
32200
|
+
background: isEditTable ? "transparent" : "initial"
|
|
32201
|
+
}),
|
|
32199
32202
|
container: (base) => ({
|
|
32200
32203
|
...base,
|
|
32201
32204
|
height: "100%"
|
|
@@ -32987,7 +32990,8 @@ var Many2OneField = (props) => {
|
|
|
32987
32990
|
styles: {
|
|
32988
32991
|
control: () => ({
|
|
32989
32992
|
maxWidth: "100%",
|
|
32990
|
-
minWidth: isEditTable ? "max-content" : "100%"
|
|
32993
|
+
minWidth: isEditTable ? "max-content" : "100%",
|
|
32994
|
+
background: isEditTable ? "transparent" : "initial"
|
|
32991
32995
|
}),
|
|
32992
32996
|
container: (base) => ({
|
|
32993
32997
|
...base,
|