@kmkf-fe-packages/basic-components 2.0.19-beta.70 → 2.0.19-beta.72
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1397,7 +1397,7 @@ var ApaasUploadProAsync = function ApaasUploadProAsync(_ref, ref) {
|
|
|
1397
1397
|
return item;
|
|
1398
1398
|
}));
|
|
1399
1399
|
},
|
|
1400
|
-
placeholder: "\u8BF7\u8F93\u5165\u56FE\u7247\
|
|
1400
|
+
placeholder: "\u8BF7\u8F93\u5165\u56FE\u7247\u540D\u79F0",
|
|
1401
1401
|
autoSize: {
|
|
1402
1402
|
minRows: 2,
|
|
1403
1403
|
maxRows: 2
|
|
@@ -13467,7 +13467,7 @@ var searchFormData$2 = [{
|
|
|
13467
13467
|
label: '商品简称',
|
|
13468
13468
|
name: 'goodShortName'
|
|
13469
13469
|
}, {
|
|
13470
|
-
label: '
|
|
13470
|
+
label: '商品sku名称',
|
|
13471
13471
|
name: 'skuName',
|
|
13472
13472
|
dataIndex: 'specName'
|
|
13473
13473
|
}, {
|
package/dist/index.js
CHANGED
|
@@ -1409,7 +1409,7 @@ var ApaasUploadProAsync = function ApaasUploadProAsync(_ref, ref) {
|
|
|
1409
1409
|
return item;
|
|
1410
1410
|
}));
|
|
1411
1411
|
},
|
|
1412
|
-
placeholder: "\u8BF7\u8F93\u5165\u56FE\u7247\
|
|
1412
|
+
placeholder: "\u8BF7\u8F93\u5165\u56FE\u7247\u540D\u79F0",
|
|
1413
1413
|
autoSize: {
|
|
1414
1414
|
minRows: 2,
|
|
1415
1415
|
maxRows: 2
|
|
@@ -13479,7 +13479,7 @@ var searchFormData$2 = [{
|
|
|
13479
13479
|
label: '商品简称',
|
|
13480
13480
|
name: 'goodShortName'
|
|
13481
13481
|
}, {
|
|
13482
|
-
label: '
|
|
13482
|
+
label: '商品sku名称',
|
|
13483
13483
|
name: 'skuName',
|
|
13484
13484
|
dataIndex: 'specName'
|
|
13485
13485
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.19-beta.
|
|
3
|
+
"version": "2.0.19-beta.72",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "547915b53e977999c5d52d1c0ddfefb9e5e9a2a7"
|
|
69
69
|
}
|