@pisell/materials 1.0.201 → 1.0.202

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.
@@ -9,7 +9,7 @@ const ItemMeta: ComponentMetadata = {
9
9
  "devMode": "proCode",
10
10
  "npm": {
11
11
  "package": "@pisell/materials",
12
- "version": "1.0.200",
12
+ "version": "1.0.201",
13
13
  "exportName": "Breadcrumb",
14
14
  "main": "src/index.tsx",
15
15
  "destructuring": true,
@@ -414,6 +414,16 @@ export default {
414
414
  "VariableSetter",
415
415
  ],
416
416
  },
417
+ {
418
+ name: "virtual",
419
+ title: {
420
+ label: "虚拟列表",
421
+ tip: "virtual | 支持虚拟列表,开启后不支持 components.body 自定义",
422
+ },
423
+ propType: "bool",
424
+ setter: "BoolSetter",
425
+ defaultValue: true,
426
+ },
417
427
  ],
418
428
  },
419
429
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.201",
3
+ "version": "1.0.202",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",