general-basic-form 2.0.20 → 2.0.21

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.
Files changed (2) hide show
  1. package/README.md +17 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -338,7 +338,7 @@ getList会传出默认的参数,首次请求时会有页数和分页大小,重
338
338
 
339
339
  //divider支持template:
340
340
  //default
341
- 支持组件:
341
+ 支持组件type:
342
342
 
343
343
  /**
344
344
 
@@ -404,6 +404,22 @@ getList会传出默认的参数,首次请求时会有页数和分页大小,重
404
404
 
405
405
  'input-number' = 'input-number',
406
406
 
407
+ /**
408
+
409
+ \* @description: 单选框
410
+
411
+ */
412
+
413
+ 'radio' = 'radio',
414
+
415
+ /**
416
+
417
+ \* @description: 自定义元素,插槽组件
418
+
419
+ */
420
+
421
+ 'form-item-slot'='form-item-slot',
422
+
407
423
 
408
424
 
409
425
  ## 对虚拟滚动列表+接口的封装
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-basic-form",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "type": "module",