@kmkf-fe-packages/basic-components 2.0.79-beta.94 → 2.0.79-beta.97
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 -3
- package/dist/index.js +5 -3
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -21284,8 +21284,10 @@ var CustomizeUpload = function CustomizeUpload(_ref) {
|
|
|
21284
21284
|
}));
|
|
21285
21285
|
};
|
|
21286
21286
|
var handleUploadChange = function handleUploadChange(val) {
|
|
21287
|
-
var newValue = val.
|
|
21288
|
-
|
|
21287
|
+
var newValue = val.map(function (t) {
|
|
21288
|
+
return (t === null || t === void 0 ? void 0 : t.startsWith('http')) ? t : "https://kefu.kuaimai.com/".concat(t);
|
|
21289
|
+
});
|
|
21290
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(newValue.join(','));
|
|
21289
21291
|
};
|
|
21290
21292
|
// Popover 内容
|
|
21291
21293
|
var popoverContent = /*#__PURE__*/React.createElement("div", {
|
|
@@ -21822,7 +21824,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
21822
21824
|
isShow: true,
|
|
21823
21825
|
isEdit: false,
|
|
21824
21826
|
isRequired: false,
|
|
21825
|
-
width: 150
|
|
21827
|
+
width: (next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21826
21828
|
};
|
|
21827
21829
|
if (t && t.isShow) {
|
|
21828
21830
|
prv.push(_objectSpread2(_objectSpread2(_objectSpread2({}, next), t), {}, {
|
package/dist/index.js
CHANGED
|
@@ -21297,8 +21297,10 @@ var CustomizeUpload = function CustomizeUpload(_ref) {
|
|
|
21297
21297
|
}));
|
|
21298
21298
|
};
|
|
21299
21299
|
var handleUploadChange = function handleUploadChange(val) {
|
|
21300
|
-
var newValue = val.
|
|
21301
|
-
|
|
21300
|
+
var newValue = val.map(function (t) {
|
|
21301
|
+
return (t === null || t === void 0 ? void 0 : t.startsWith('http')) ? t : "https://kefu.kuaimai.com/".concat(t);
|
|
21302
|
+
});
|
|
21303
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(newValue.join(','));
|
|
21302
21304
|
};
|
|
21303
21305
|
// Popover 内容
|
|
21304
21306
|
var popoverContent = /*#__PURE__*/React__default['default'].createElement("div", {
|
|
@@ -21835,7 +21837,7 @@ var OrderSubForm = function OrderSubForm(props) {
|
|
|
21835
21837
|
isShow: true,
|
|
21836
21838
|
isEdit: false,
|
|
21837
21839
|
isRequired: false,
|
|
21838
|
-
width: 150
|
|
21840
|
+
width: (next === null || next === void 0 ? void 0 : next.width) || 150
|
|
21839
21841
|
};
|
|
21840
21842
|
if (t && t.isShow) {
|
|
21841
21843
|
prv.push(_objectSpread2(_objectSpread2(_objectSpread2({}, next), t), {}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.0.79-beta.
|
|
3
|
+
"version": "2.0.79-beta.97",
|
|
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": "958f258cc92b7cc219bb8c69feb8ff3804141864"
|
|
70
70
|
}
|