@kmkf-fe-packages/basic-components 2.6.1-beta.10 → 2.6.1-beta.11
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 +5 -1
- package/dist/index.js +5 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -16364,6 +16364,10 @@ var searchFormData = [{
|
|
|
16364
16364
|
label: '款式编码',
|
|
16365
16365
|
name: 'styleCode',
|
|
16366
16366
|
type: 'optionalInput'
|
|
16367
|
+
}, {
|
|
16368
|
+
label: '规格值',
|
|
16369
|
+
name: 'propertiesValue',
|
|
16370
|
+
type: 'optionalInput'
|
|
16367
16371
|
}, {
|
|
16368
16372
|
label: '商品类型',
|
|
16369
16373
|
name: 'skuType',
|
|
@@ -24081,7 +24085,7 @@ var processKmGoods$1 = function processKmGoods(_ref8) {
|
|
|
24081
24085
|
sysTitle: item.goodName,
|
|
24082
24086
|
title: null,
|
|
24083
24087
|
shortTitle: item.goodShortName,
|
|
24084
|
-
sysOuterId: item.
|
|
24088
|
+
sysOuterId: item.specNo,
|
|
24085
24089
|
outerId: item.goodNo,
|
|
24086
24090
|
skuSysId: item.specId,
|
|
24087
24091
|
sysSkuId: item.specId,
|
package/dist/index.js
CHANGED
|
@@ -16379,6 +16379,10 @@ var searchFormData = [{
|
|
|
16379
16379
|
label: '款式编码',
|
|
16380
16380
|
name: 'styleCode',
|
|
16381
16381
|
type: 'optionalInput'
|
|
16382
|
+
}, {
|
|
16383
|
+
label: '规格值',
|
|
16384
|
+
name: 'propertiesValue',
|
|
16385
|
+
type: 'optionalInput'
|
|
16382
16386
|
}, {
|
|
16383
16387
|
label: '商品类型',
|
|
16384
16388
|
name: 'skuType',
|
|
@@ -24096,7 +24100,7 @@ var processKmGoods$1 = function processKmGoods(_ref8) {
|
|
|
24096
24100
|
sysTitle: item.goodName,
|
|
24097
24101
|
title: null,
|
|
24098
24102
|
shortTitle: item.goodShortName,
|
|
24099
|
-
sysOuterId: item.
|
|
24103
|
+
sysOuterId: item.specNo,
|
|
24100
24104
|
outerId: item.goodNo,
|
|
24101
24105
|
skuSysId: item.specId,
|
|
24102
24106
|
sysSkuId: item.specId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.6.1-beta.
|
|
3
|
+
"version": "2.6.1-beta.11",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d65356cd4c472acc03938936df301a92c41bb20d"
|
|
70
70
|
}
|