@tarojs/router 4.1.3-beta.0 → 4.1.4-beta.0
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 +1 -7
- package/dist/index.esm.js +1 -7
- package/dist/style.js +1 -7
- package/package.json +9 -9
package/dist/index.cjs.js
CHANGED
|
@@ -63,12 +63,6 @@ ${enableWindowScroll ? '' : `
|
|
|
63
63
|
`}
|
|
64
64
|
}
|
|
65
65
|
${enableTabBar ? `
|
|
66
|
-
.taro-tabbar__container {
|
|
67
|
-
height:100%;
|
|
68
|
-
}
|
|
69
|
-
.taro-tabbar__panel {
|
|
70
|
-
height: 100%;
|
|
71
|
-
}
|
|
72
66
|
.taro-tabbar__container > .taro-tabbar__panel {
|
|
73
67
|
overflow: hidden;
|
|
74
68
|
}
|
|
@@ -87,7 +81,7 @@ ${enhanceAnimation
|
|
|
87
81
|
}` : ` .taro_page_shade,
|
|
88
82
|
.taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
|
|
89
83
|
display: none;
|
|
90
|
-
}`}
|
|
84
|
+
}`}
|
|
91
85
|
`;
|
|
92
86
|
addStyle(css);
|
|
93
87
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -62,12 +62,6 @@ ${enableWindowScroll ? '' : `
|
|
|
62
62
|
`}
|
|
63
63
|
}
|
|
64
64
|
${enableTabBar ? `
|
|
65
|
-
.taro-tabbar__container {
|
|
66
|
-
height:100%;
|
|
67
|
-
}
|
|
68
|
-
.taro-tabbar__panel {
|
|
69
|
-
height: 100%;
|
|
70
|
-
}
|
|
71
65
|
.taro-tabbar__container > .taro-tabbar__panel {
|
|
72
66
|
overflow: hidden;
|
|
73
67
|
}
|
|
@@ -86,7 +80,7 @@ ${enhanceAnimation
|
|
|
86
80
|
}` : ` .taro_page_shade,
|
|
87
81
|
.taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
|
|
88
82
|
display: none;
|
|
89
|
-
}`}
|
|
83
|
+
}`}
|
|
90
84
|
`;
|
|
91
85
|
addStyle(css);
|
|
92
86
|
}
|
package/dist/style.js
CHANGED
|
@@ -52,12 +52,6 @@ ${enableWindowScroll ? '' : `
|
|
|
52
52
|
`}
|
|
53
53
|
}
|
|
54
54
|
${enableTabBar ? `
|
|
55
|
-
.taro-tabbar__container {
|
|
56
|
-
height:100%;
|
|
57
|
-
}
|
|
58
|
-
.taro-tabbar__panel {
|
|
59
|
-
height: 100%;
|
|
60
|
-
}
|
|
61
55
|
.taro-tabbar__container > .taro-tabbar__panel {
|
|
62
56
|
overflow: hidden;
|
|
63
57
|
}
|
|
@@ -76,7 +70,7 @@ ${enhanceAnimation
|
|
|
76
70
|
}` : ` .taro_page_shade,
|
|
77
71
|
.taro_router > .taro_page.taro_page_show.taro_page_stationed:not(.taro_page_shade):not(.taro_tabbar_page):not(:last-child) {
|
|
78
72
|
display: none;
|
|
79
|
-
}`}
|
|
73
|
+
}`}
|
|
80
74
|
`;
|
|
81
75
|
addStyle(css);
|
|
82
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/router",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4-beta.0",
|
|
4
4
|
"description": "Taro-router",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"router"
|
|
24
24
|
],
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": "
|
|
26
|
+
"node": ">= 18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"dingtalk-jsapi": "~2.15.2",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"universal-router": "^9.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tarojs/components": "4.1.
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/taro": "4.1.
|
|
37
|
+
"@tarojs/components": "4.1.4-beta.0",
|
|
38
|
+
"@tarojs/shared": "4.1.4-beta.0",
|
|
39
|
+
"@tarojs/runtime": "4.1.4-beta.0",
|
|
40
|
+
"@tarojs/taro": "4.1.4-beta.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@tarojs/runtime": "4.1.
|
|
44
|
-
"@tarojs/taro": "4.1.
|
|
45
|
-
"@tarojs/shared": "4.1.
|
|
43
|
+
"@tarojs/runtime": "4.1.4-beta.0",
|
|
44
|
+
"@tarojs/taro": "4.1.4-beta.0",
|
|
45
|
+
"@tarojs/shared": "4.1.4-beta.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|