@pisell/materials 1.0.330 → 1.0.331

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.
@@ -205,6 +205,26 @@ export default {
205
205
  "VariableSetter",
206
206
  ],
207
207
  },
208
+ {
209
+ name: "disablePortal",
210
+ title: {
211
+ label: "渲染位置",
212
+ tip: "disablePortal | true dom结构在当前结构下 false 追加到body",
213
+ },
214
+ propType: "bool",
215
+ defaultValue: false,
216
+ setter: "BoolSetter",
217
+ },
218
+ {
219
+ name: "returnShortcutString",
220
+ title: {
221
+ label: "使用快捷筛选时value返回快捷字符串",
222
+ tip: "returnShortcutString | 使用快捷筛选时返回快捷字符串",
223
+ },
224
+ propType: "bool",
225
+ defaultValue: false,
226
+ setter: "BoolSetter",
227
+ },
208
228
  ],
209
229
  },
210
230
  // {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.330",
3
+ "version": "1.0.331",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -62,8 +62,8 @@
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/icon": "0.0.10",
66
65
  "@pisell/date-picker": "1.0.78",
66
+ "@pisell/icon": "0.0.10",
67
67
  "@pisell/utils": "1.0.27"
68
68
  },
69
69
  "peerDependencies": {