@kmkf-fe-packages/basic-components 0.8.14-alpha.0 → 0.8.14-alpha.2
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 -2
- package/dist/index.js +1 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -7401,11 +7401,10 @@ function ApaasPosting(props) {
|
|
|
7401
7401
|
});
|
|
7402
7402
|
}
|
|
7403
7403
|
|
|
7404
|
-
var _excluded$a = ["value", "
|
|
7404
|
+
var _excluded$a = ["value", "onChange"];
|
|
7405
7405
|
var express = ExpressData.getInstance();
|
|
7406
7406
|
function ApaasLogistics(props) {
|
|
7407
7407
|
var value = props.value,
|
|
7408
|
-
disabled = props.disabled,
|
|
7409
7408
|
onChange = props.onChange,
|
|
7410
7409
|
other = _objectWithoutProperties(props, _excluded$a);
|
|
7411
7410
|
var _useState = useState([]),
|
package/dist/index.js
CHANGED
|
@@ -7412,11 +7412,10 @@ function ApaasPosting(props) {
|
|
|
7412
7412
|
});
|
|
7413
7413
|
}
|
|
7414
7414
|
|
|
7415
|
-
var _excluded$a = ["value", "
|
|
7415
|
+
var _excluded$a = ["value", "onChange"];
|
|
7416
7416
|
var express = kmkfUtils.ExpressData.getInstance();
|
|
7417
7417
|
function ApaasLogistics(props) {
|
|
7418
7418
|
var value = props.value,
|
|
7419
|
-
disabled = props.disabled,
|
|
7420
7419
|
onChange = props.onChange,
|
|
7421
7420
|
other = _objectWithoutProperties(props, _excluded$a);
|
|
7422
7421
|
var _useState = React.useState([]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.8.14-alpha.
|
|
3
|
+
"version": "0.8.14-alpha.2",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "85f5fc827314bf23ca07f425958dcd47a9cac094"
|
|
64
64
|
}
|