@kmkf-fe-packages/basic-components 2.1.11 → 2.2.0

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
@@ -13401,6 +13401,19 @@ var searchFormData = [{
13401
13401
  }, {
13402
13402
  label: '款式编码',
13403
13403
  name: 'styleCode'
13404
+ }, {
13405
+ label: '商品类型',
13406
+ name: 'skuType',
13407
+ type: 'select',
13408
+ formItemProps: {
13409
+ options: [{
13410
+ label: '普通商品',
13411
+ value: 'normal'
13412
+ }, {
13413
+ label: '组合装商品',
13414
+ value: 'combine'
13415
+ }]
13416
+ }
13404
13417
  }];
13405
13418
  var GoodList$1 = function GoodList(props, ref) {
13406
13419
  var _useState = useState([]),
package/dist/index.js CHANGED
@@ -13413,6 +13413,19 @@ var searchFormData = [{
13413
13413
  }, {
13414
13414
  label: '款式编码',
13415
13415
  name: 'styleCode'
13416
+ }, {
13417
+ label: '商品类型',
13418
+ name: 'skuType',
13419
+ type: 'select',
13420
+ formItemProps: {
13421
+ options: [{
13422
+ label: '普通商品',
13423
+ value: 'normal'
13424
+ }, {
13425
+ label: '组合装商品',
13426
+ value: 'combine'
13427
+ }]
13428
+ }
13416
13429
  }];
13417
13430
  var GoodList$1 = function GoodList(props, ref) {
13418
13431
  var _useState = React.useState([]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/basic-components",
3
- "version": "2.1.11",
3
+ "version": "2.2.0",
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.1.11",
23
+ "@kmkf-fe-packages/kmkf-utils": "2.1.12",
24
24
  "ahooks": "^3.7.4",
25
25
  "bignumber.js": "^9.1.2",
26
26
  "kmkf-monitor": "^0.8.9",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "bae37c7d672c8cf62a72cd261a2c69fe14c3ce5e"
68
+ "gitHead": "9f0036fd8a570e2d324d4409249343dc88266711"
69
69
  }