@dcloudio/uni-mp-toutiao 3.0.0-alpha-3080120230425001 → 3.0.0-alpha-3080120230428001
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/uni.api.esm.js +19 -0
- package/dist/uni.compiler.js +1 -1
- package/package.json +6 -6
package/dist/uni.api.esm.js
CHANGED
|
@@ -1187,6 +1187,22 @@ const startAccelerometer = {
|
|
|
1187
1187
|
interval: false,
|
|
1188
1188
|
},
|
|
1189
1189
|
};
|
|
1190
|
+
const showToast = {
|
|
1191
|
+
args: {
|
|
1192
|
+
image: false,
|
|
1193
|
+
mask: false,
|
|
1194
|
+
},
|
|
1195
|
+
};
|
|
1196
|
+
const showLoading = {
|
|
1197
|
+
args: {
|
|
1198
|
+
mask: false,
|
|
1199
|
+
},
|
|
1200
|
+
};
|
|
1201
|
+
const showActionSheet = {
|
|
1202
|
+
args: {
|
|
1203
|
+
itemColor: false,
|
|
1204
|
+
},
|
|
1205
|
+
};
|
|
1190
1206
|
const login = {
|
|
1191
1207
|
args: {
|
|
1192
1208
|
scopes: false,
|
|
@@ -1225,6 +1241,9 @@ var protocols = /*#__PURE__*/Object.freeze({
|
|
|
1225
1241
|
redirectTo: redirectTo,
|
|
1226
1242
|
requestPayment: requestPayment,
|
|
1227
1243
|
scanCode: scanCode,
|
|
1244
|
+
showActionSheet: showActionSheet,
|
|
1245
|
+
showLoading: showLoading,
|
|
1246
|
+
showToast: showToast,
|
|
1228
1247
|
startAccelerometer: startAccelerometer
|
|
1229
1248
|
});
|
|
1230
1249
|
|
package/dist/uni.compiler.js
CHANGED
|
@@ -62,7 +62,7 @@ function transformSwiper(node) {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
const customElements = ['aweme-data'
|
|
65
|
+
const customElements = ['aweme-data'];
|
|
66
66
|
const projectConfigFilename = 'project.config.json';
|
|
67
67
|
const nodeTransforms = [
|
|
68
68
|
uniCliShared.transformRef,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-mp-toutiao",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-3080120230428001",
|
|
4
4
|
"description": "uni-app mp-toutiao",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@dcloudio/uni-cli-shared": "3.0.0-alpha-
|
|
30
|
-
"@dcloudio/uni-mp-compiler": "3.0.0-alpha-
|
|
31
|
-
"@dcloudio/uni-mp-vite": "3.0.0-alpha-
|
|
32
|
-
"@dcloudio/uni-mp-vue": "3.0.0-alpha-
|
|
33
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
29
|
+
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3080120230428001",
|
|
30
|
+
"@dcloudio/uni-mp-compiler": "3.0.0-alpha-3080120230428001",
|
|
31
|
+
"@dcloudio/uni-mp-vite": "3.0.0-alpha-3080120230428001",
|
|
32
|
+
"@dcloudio/uni-mp-vue": "3.0.0-alpha-3080120230428001",
|
|
33
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-3080120230428001",
|
|
34
34
|
"@vue/shared": "3.2.47",
|
|
35
35
|
"@vue/compiler-core": "3.2.47"
|
|
36
36
|
}
|