@ant-design/pro-components 2.8.1 → 2.8.3
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.
- package/dist/api.json +6 -0
- package/dist/pro-components.min.js +1 -1
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +10 -10
package/dist/api.json
CHANGED
|
@@ -3649,6 +3649,12 @@
|
|
|
3649
3649
|
"类型": "`object`",
|
|
3650
3650
|
"默认值": "-"
|
|
3651
3651
|
},
|
|
3652
|
+
{
|
|
3653
|
+
"属性": "polling",
|
|
3654
|
+
"描述": "是否轮询,polling 表示轮询的时间间隔,0 表示关闭轮询,大于 0 表示开启轮询,最小的轮询时间为 2000ms",
|
|
3655
|
+
"类型": "`number | ((dataSource: columnType[]) => number) | undefined`",
|
|
3656
|
+
"默认值": "-"
|
|
3657
|
+
},
|
|
3652
3658
|
{
|
|
3653
3659
|
"属性": "postData",
|
|
3654
3660
|
"描述": "对通过 `request` 获取的数据进行处理",
|