@pisell/materials 2.2.18 → 2.2.20

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.
@@ -101,7 +101,7 @@ var PopoverContent = function PopoverContent(props) {
101
101
  className: "".concat(prefix, "table-action-column-drag-item-right")
102
102
  }, /*#__PURE__*/React.createElement("span", {
103
103
  className: classNames("".concat(prefix, "table-action-column-drag-item-right-text"), _defineProperty({}, "".concat(prefix, "table-action-column-drag-item-right-text-hidden"), !item.isShow))
104
- }, item.title), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
104
+ }, item.titleString || item.title), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", {
105
105
  className: "".concat(prefix, "table-action-column-drag-item-right-icon-wrap"),
106
106
  onClick: function onClick() {
107
107
  handleChange(index, !item.isShow);
@@ -132,7 +132,7 @@ var PopoverContent = (props) => {
132
132
  }
133
133
  )
134
134
  },
135
- item.title
135
+ item.titleString || item.title
136
136
  ), /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement(
137
137
  "span",
138
138
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "2.2.18",
3
+ "version": "2.2.20",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -63,9 +63,9 @@
63
63
  "react-virtualized-auto-sizer": "^1.0.20",
64
64
  "crypto-js": "^4.2.0",
65
65
  "@zxing/library": "0.21.2",
66
- "@pisell/utils": "1.0.30",
67
- "@pisell/date-picker": "1.0.99",
68
- "@pisell/icon": "0.0.11"
66
+ "@pisell/utils": "2.0.1",
67
+ "@pisell/icon": "0.0.11",
68
+ "@pisell/date-picker": "1.0.100"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "react": "^18.0.0",