@pisell/materials 1.0.50 → 1.0.52

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.
@@ -192,6 +192,15 @@ export default {
192
192
  propType: { type: 'oneOfType', value: ['bool', 'func'] },
193
193
  setter: ['BoolSetter', 'FunctionSetter', 'VariableSetter'],
194
194
  },
195
+ {
196
+ name: 'defaultFilters',
197
+ title: {
198
+ label: '默认筛选',
199
+ tip: 'defaultFilters | 是否开启默认筛选',
200
+ },
201
+ propType: 'bool',
202
+ setter: 'BoolSetter',
203
+ },
195
204
  {
196
205
  name: 'hidden',
197
206
  title: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.50",
3
+ "version": "1.0.52",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -55,8 +55,8 @@
55
55
  "@dnd-kit/utilities": "^3.2.1",
56
56
  "ahooks": "^3.7.6",
57
57
  "@pisell/utils": "1.0.2",
58
- "@pisell/date-picker": "1.0.15",
59
- "@pisell/icon": "0.0.7"
58
+ "@pisell/icon": "0.0.7",
59
+ "@pisell/date-picker": "1.0.16"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "react": "^18.0.0",