parsec-libs 0.0.103 → 0.0.104

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -906,6 +906,7 @@ var index = (function (_ref2) {
906
906
  }].concat(_toConsumableArray(!hideAutoDelete ? [{
907
907
  title: '自动删除',
908
908
  width: 180,
909
+ searchIndex: 'delFlag',
909
910
  search: /*#__PURE__*/React__default['default'].createElement(parsecAdmin.ArrSelect, {
910
911
  options: [{
911
912
  value: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parsec-libs",
3
- "version": "0.0.103",
3
+ "version": "0.0.104",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",