@pisell/materials 1.0.281 → 1.0.282

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.
@@ -1136,6 +1136,7 @@ export default {
1136
1136
  if (value) {
1137
1137
  target.parent.setPropValue("rowSelection", {
1138
1138
  type: "radio",
1139
+ columnWidth: 48,
1139
1140
  });
1140
1141
  }
1141
1142
  },
@@ -1192,7 +1193,10 @@ export default {
1192
1193
  value: ["number", "string"],
1193
1194
  },
1194
1195
  setter: ["NumberSetter", "StringSetter", "VariableSetter"],
1195
- defaultValue: 48,
1196
+ condition: {
1197
+ type: "JSFunction",
1198
+ value: 'target => !!target.getProps().getPropValue("rowSelection")',
1199
+ },
1196
1200
  },
1197
1201
  {
1198
1202
  name: "rowSelection.selectedRowKeys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.281",
3
+ "version": "1.0.282",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -62,9 +62,9 @@
62
62
  "react-window": "^1.8.10",
63
63
  "react-virtualized-auto-sizer": "^1.0.20",
64
64
  "crypto-js": "^4.2.0",
65
- "@pisell/utils": "1.0.25",
66
65
  "@pisell/icon": "0.0.8",
67
- "@pisell/date-picker": "1.0.72"
66
+ "@pisell/date-picker": "1.0.72",
67
+ "@pisell/utils": "1.0.25"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^18.0.0",