@base-web-kits/base-tools-web 1.0.2-alpha.1 → 1.0.2-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/base-tools-web.umd.global.js +2 -2
- package/dist/base-tools-web.umd.global.js.map +1 -1
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/web/config/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -220,7 +220,7 @@ var appConfig = {};
|
|
|
220
220
|
function getAppConfig() {
|
|
221
221
|
return appConfig;
|
|
222
222
|
}
|
|
223
|
-
function
|
|
223
|
+
function setBaseToolsConfig(newConfig) {
|
|
224
224
|
Object.assign(appConfig, newConfig);
|
|
225
225
|
}
|
|
226
226
|
|
|
@@ -1796,7 +1796,7 @@ export {
|
|
|
1796
1796
|
removeCookie,
|
|
1797
1797
|
removeLocalStorage,
|
|
1798
1798
|
request,
|
|
1799
|
-
|
|
1799
|
+
setBaseToolsConfig,
|
|
1800
1800
|
setCookie,
|
|
1801
1801
|
setLocalStorage,
|
|
1802
1802
|
unlockBodyScroll,
|