szld-libs 0.3.96 → 0.3.97

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.
@@ -117,9 +117,8 @@ const MySelect = ({
117
117
  {
118
118
  popup: true,
119
119
  columns: options,
120
- placeholder: "",
121
120
  columnsFieldNames: {
122
- text: "value"
121
+ text: "label"
123
122
  },
124
123
  onConfirm: onChange,
125
124
  children: (val, _, actions) => {
@@ -61,7 +61,7 @@ const handleObjDetailToSignleAttrList = (attrList, detail) => {
61
61
  };
62
62
  const handleSetTableRowColor = (record, index, ngColor) => ({
63
63
  style: {
64
- backgroundColor: index !== void 0 && index % 2 === 1 ? (ngColor == null ? void 0 : ngColor[0]) || "var(--bg-color-2)" : (ngColor == null ? void 0 : ngColor[1]) || "var(--bg-color-3)"
64
+ backgroundColor: index !== void 0 && index % 2 === 1 ? (ngColor == null ? void 0 : ngColor[0]) || "rgba(0, 77, 50, 0.16)" : (ngColor == null ? void 0 : ngColor[1]) || "rgba(0, 77, 50, 0.24)"
65
65
  }
66
66
  });
67
67
  const handleFormatMobileDate = (values, format = "YYYY-MM-DD") => {
@@ -118,9 +118,8 @@ const MySelect = ({
118
118
  {
119
119
  popup: true,
120
120
  columns: options,
121
- placeholder: "",
122
121
  columnsFieldNames: {
123
- text: "value"
122
+ text: "label"
124
123
  },
125
124
  onConfirm: onChange,
126
125
  children: (val, _, actions) => {
@@ -63,7 +63,7 @@ const handleObjDetailToSignleAttrList = (attrList, detail) => {
63
63
  };
64
64
  const handleSetTableRowColor = (record, index, ngColor) => ({
65
65
  style: {
66
- backgroundColor: index !== void 0 && index % 2 === 1 ? (ngColor == null ? void 0 : ngColor[0]) || "var(--bg-color-2)" : (ngColor == null ? void 0 : ngColor[1]) || "var(--bg-color-3)"
66
+ backgroundColor: index !== void 0 && index % 2 === 1 ? (ngColor == null ? void 0 : ngColor[0]) || "rgba(0, 77, 50, 0.16)" : (ngColor == null ? void 0 : ngColor[1]) || "rgba(0, 77, 50, 0.24)"
67
67
  }
68
68
  });
69
69
  const handleFormatMobileDate = (values, format = "YYYY-MM-DD") => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.96",
4
+ "version": "0.3.97",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",