@kmkf-fe-packages/basic-components 0.26.1-beta.2 → 0.26.1-beta.5
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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -7404,7 +7404,6 @@ var Province = function Province(props) {
|
|
|
7404
7404
|
workOrder: addressData
|
|
7405
7405
|
}[type] || addressData).addressOptions || [];
|
|
7406
7406
|
if (!(options === null || options === void 0 ? void 0 : options.length) && num < 6) {
|
|
7407
|
-
getBsAddress();
|
|
7408
7407
|
time.current = setTimeout(function () {
|
|
7409
7408
|
initPageSource();
|
|
7410
7409
|
}, 1000);
|
package/dist/index.js
CHANGED
|
@@ -7415,7 +7415,6 @@ var Province = function Province(props) {
|
|
|
7415
7415
|
workOrder: addressData
|
|
7416
7416
|
}[type] || addressData).addressOptions || [];
|
|
7417
7417
|
if (!(options === null || options === void 0 ? void 0 : options.length) && num < 6) {
|
|
7418
|
-
getBsAddress();
|
|
7419
7418
|
time.current = setTimeout(function () {
|
|
7420
7419
|
initPageSource();
|
|
7421
7420
|
}, 1000);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "0.26.1-beta.
|
|
3
|
+
"version": "0.26.1-beta.5",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "fb2288483d4d13d31f57568a7fec4d76c6f660ab"
|
|
68
68
|
}
|