@kmkf-fe-packages/basic-components 2.0.79-beta.33 → 2.0.79-beta.36

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/index.esm.js CHANGED
@@ -15258,7 +15258,7 @@ var WorkorderList = function WorkorderList(props, ref) {
15258
15258
  loading: false,
15259
15259
  total: 0,
15260
15260
  current: 1,
15261
- pageSize: 2
15261
+ pageSize: 10
15262
15262
  }),
15263
15263
  _React$useState8 = _slicedToArray(_React$useState7, 2),
15264
15264
  paginationData = _React$useState8[0],
package/dist/index.js CHANGED
@@ -15271,7 +15271,7 @@ var WorkorderList = function WorkorderList(props, ref) {
15271
15271
  loading: false,
15272
15272
  total: 0,
15273
15273
  current: 1,
15274
- pageSize: 2
15274
+ pageSize: 10
15275
15275
  }),
15276
15276
  _React$useState8 = _slicedToArray(_React$useState7, 2),
15277
15277
  paginationData = _React$useState8[0],
@@ -17,8 +17,8 @@ export type GoodsSourceFormatType = {
17
17
  };
18
18
  };
19
19
  export type GoodsSourceType = {
20
- source: 'workOrder' | 'erp';
21
- sourceSettings: {
20
+ source?: 'workOrder' | 'erp';
21
+ sourceSettings?: {
22
22
  filterMode?: 'some' | 'every';
23
23
  filterRules?: {
24
24
  leftValue: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.0.79-beta.33",
3
+ "version": "2.0.79-beta.36",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
21
21
  },
22
22
  "dependencies": {
23
- "@kmkf-fe-packages/kmkf-utils": "2.0.79-beta.33",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.0.79-beta.36",
24
24
  "ahooks": "^3.7.4",
25
25
  "ali-react-table": "2.6.1",
26
26
  "bignumber.js": "^9.1.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "0422294d435e0ac7ee7a2b9ee7c5a62d9f3ffd74"
69
+ "gitHead": "185ee73c4c8da0e7864361fb3d01b8e3a040684c"
70
70
  }