@tarojs/router 4.0.0-alpha.37 → 4.0.0-alpha.39
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.cjs.js +0 -2
- package/dist/index.esm.js +0 -2
- package/dist/index.js +0 -2
- package/package.json +8 -8
package/dist/index.cjs.js
CHANGED
|
@@ -1713,7 +1713,6 @@ function handleAppMount(config, _, appId = config.appId || 'app') {
|
|
|
1713
1713
|
isPosition = false;
|
|
1714
1714
|
}
|
|
1715
1715
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
1716
|
-
document.body.classList.add('taro-app-wrap');
|
|
1717
1716
|
app.classList.add('taro_router');
|
|
1718
1717
|
if (!isPosition)
|
|
1719
1718
|
appWrapper.appendChild(app);
|
|
@@ -1728,7 +1727,6 @@ function handleAppMountWithTabbar(config, history, appId = config.appId || 'app'
|
|
|
1728
1727
|
isPosition = false;
|
|
1729
1728
|
}
|
|
1730
1729
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
1731
|
-
document.body.classList.add('taro-app-wrap');
|
|
1732
1730
|
app.classList.add('taro_router');
|
|
1733
1731
|
const container = document.createElement('div');
|
|
1734
1732
|
container.classList.add('taro-tabbar__container');
|
package/dist/index.esm.js
CHANGED
|
@@ -1712,7 +1712,6 @@ function handleAppMount(config, _, appId = config.appId || 'app') {
|
|
|
1712
1712
|
isPosition = false;
|
|
1713
1713
|
}
|
|
1714
1714
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
1715
|
-
document.body.classList.add('taro-app-wrap');
|
|
1716
1715
|
app.classList.add('taro_router');
|
|
1717
1716
|
if (!isPosition)
|
|
1718
1717
|
appWrapper.appendChild(app);
|
|
@@ -1727,7 +1726,6 @@ function handleAppMountWithTabbar(config, history, appId = config.appId || 'app'
|
|
|
1727
1726
|
isPosition = false;
|
|
1728
1727
|
}
|
|
1729
1728
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
1730
|
-
document.body.classList.add('taro-app-wrap');
|
|
1731
1729
|
app.classList.add('taro_router');
|
|
1732
1730
|
const container = document.createElement('div');
|
|
1733
1731
|
container.classList.add('taro-tabbar__container');
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,6 @@ function handleAppMount(config, _, appId = config.appId || 'app') {
|
|
|
17
17
|
isPosition = false;
|
|
18
18
|
}
|
|
19
19
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
20
|
-
document.body.classList.add('taro-app-wrap');
|
|
21
20
|
app.classList.add('taro_router');
|
|
22
21
|
if (!isPosition)
|
|
23
22
|
appWrapper.appendChild(app);
|
|
@@ -32,7 +31,6 @@ function handleAppMountWithTabbar(config, history, appId = config.appId || 'app'
|
|
|
32
31
|
isPosition = false;
|
|
33
32
|
}
|
|
34
33
|
const appWrapper = ((app === null || app === void 0 ? void 0 : app.parentNode) || (app === null || app === void 0 ? void 0 : app.parentElement) || document.body);
|
|
35
|
-
document.body.classList.add('taro-app-wrap');
|
|
36
34
|
app.classList.add('taro_router');
|
|
37
35
|
const container = document.createElement('div');
|
|
38
36
|
container.classList.add('taro-tabbar__container');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/router",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.39",
|
|
4
4
|
"description": "Taro-router",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"universal-router": "^9.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tarojs/components": "4.0.0-alpha.
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/
|
|
37
|
+
"@tarojs/components": "4.0.0-alpha.39",
|
|
38
|
+
"@tarojs/taro": "4.0.0-alpha.39",
|
|
39
|
+
"@tarojs/shared": "4.0.0-alpha.39",
|
|
40
|
+
"@tarojs/runtime": "4.0.0-alpha.39"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@tarojs/runtime": "4.0.0-alpha.
|
|
44
|
-
"@tarojs/taro": "4.0.0-alpha.
|
|
45
|
-
"@tarojs/shared": "4.0.0-alpha.
|
|
43
|
+
"@tarojs/runtime": "4.0.0-alpha.39",
|
|
44
|
+
"@tarojs/taro": "4.0.0-alpha.39",
|
|
45
|
+
"@tarojs/shared": "4.0.0-alpha.39"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|