@kmkf-fe-packages/basic-components 0.13.0-beta.7 → 0.13.0-beta.8
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -11953,7 +11953,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11953
11953
|
maxHeight: '300px',
|
|
11954
11954
|
overflowY: 'auto'
|
|
11955
11955
|
}
|
|
11956
|
-
}, type
|
|
11956
|
+
}, [1, 2].includes(type) ? /*#__PURE__*/React.createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
|
|
11957
11957
|
};
|
|
11958
11958
|
var changeHandle = function changeHandle(val, valType) {
|
|
11959
11959
|
console.log(val, valType);
|
package/dist/index.js
CHANGED
|
@@ -11964,7 +11964,7 @@ var CommonSystemOrder$1 = function CommonSystemOrder(props) {
|
|
|
11964
11964
|
maxHeight: '300px',
|
|
11965
11965
|
overflowY: 'auto'
|
|
11966
11966
|
}
|
|
11967
|
-
}, type
|
|
11967
|
+
}, [1, 2].includes(type) ? /*#__PURE__*/React__default['default'].createElement("span", null, "\u7CFB\u7EDF\u8BA2\u5355\u53F7", index + 1, "\uFF1A", item.systemOrderId) : null);
|
|
11968
11968
|
};
|
|
11969
11969
|
var changeHandle = function changeHandle(val, valType) {
|
|
11970
11970
|
console.log(val, valType);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.13.0-beta.
|
|
3
|
+
"version": "0.13.0-beta.8",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "c236eb4b5464f99d613322237af23d371ce615c2"
|
|
65
65
|
}
|