@para-ui/core 3.0.106 → 3.0.107

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/Form/index.js CHANGED
@@ -3,7 +3,7 @@ import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
3
3
  import { jsx } from 'react/jsx-runtime';
4
4
  import { DeepClone } from '@paraview/lib';
5
5
  import React__default from 'react';
6
- import { F as FormItem, l as localeJson, v as validate } from '../_verture/index-effca97a.js';
6
+ import { F as FormItem, l as localeJson, v as validate } from '../_verture/index-8c296d3f.js';
7
7
  import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
8
8
  import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
9
9
  import '../_verture/unsupportedIterableToArray-cb478f24.js';
package/FormItem/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import 'react/jsx-runtime';
2
2
  import 'react';
3
- export { F as default } from '../_verture/index-effca97a.js';
3
+ export { F as default } from '../_verture/index-8c296d3f.js';
4
4
  import 'clsx';
5
5
  import '../Label/index.js';
6
6
  import '../_verture/constant-66aa48a1.js';
package/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 版本: 3.0.107
2
+
3
+ para-ui/core@3.0.107 发布
4
+ 【表格-Table】刷新增加清空选中操作
5
+
1
6
  ## 版本: 3.0.106
2
7
 
3
8
  para-ui/core@3.0.106 发布
package/Table/index.js CHANGED
@@ -3024,7 +3024,8 @@ var Table = function Table(propsInit) {
3024
3024
  onExpand: onExpand,
3025
3025
  defaultExpandAllRows: defaultExpandAllRows,
3026
3026
  onRefresh: function onRefresh() {
3027
- return setRefreshCom(Math.random());
3027
+ setRefreshCom(Math.random());
3028
+ clearCheckValue();
3028
3029
  },
3029
3030
  posFixed: posFixed,
3030
3031
  beyondText: beyondText,
@@ -3052,7 +3053,8 @@ var Table = function Table(propsInit) {
3052
3053
  refreshInside: refreshInside,
3053
3054
  checkCount: checkCount,
3054
3055
  onRefresh: function onRefresh() {
3055
- return setRefreshCom(Math.random());
3056
+ setRefreshCom(Math.random());
3057
+ clearCheckValue();
3056
3058
  },
3057
3059
  selectStatus: headSelectStatus,
3058
3060
  selectAll: setAllCheck,
package/index.js CHANGED
@@ -22,7 +22,7 @@ export { D as Dropdown } from './_verture/index-77f9e0fb.js';
22
22
  export { default as DynamicMultiBox } from './DynamicMultiBox/index.js';
23
23
  export { default as Empty } from './Empty/index.js';
24
24
  export { default as Form } from './Form/index.js';
25
- export { F as FormItem } from './_verture/index-effca97a.js';
25
+ export { F as FormItem } from './_verture/index-8c296d3f.js';
26
26
  export { u as FunctionModal, F as FunctionModalProvider, a as useClose } from './_verture/modalContext-c04790c8.js';
27
27
  export { default as GlobalContext, changeConfirmLocale, getConfirmLocale } from './GlobalContext/index.js';
28
28
  export { default as Help } from './Help/index.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "3.0.106",
4
+ "version": "3.0.107",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",