@dcloudio/uni-app-x 0.7.118 → 0.7.120

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.
Files changed (22) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/sharedData.d.ts +9 -3
  3. package/types/uni/uts-plugin-api/global.d.ts +0 -2
  4. package/types/uni/uts-plugin-api/index.d.ts +0 -2
  5. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +110 -110
  6. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +214 -549
  7. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +198 -1087
  8. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +534 -337
  9. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -4
  10. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -2
  11. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +27 -20
  12. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  13. package/types/uni/uts-plugin-component/global.d.ts +0 -2
  14. package/types/uni/uts-plugin-component/index.d.ts +0 -2
  15. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +110 -110
  16. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +569 -110
  17. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +1087 -198
  18. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +478 -15
  19. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +4 -4
  20. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +2 -2
  21. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +27 -20
  22. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
@@ -1,3 +1,5 @@
1
+
2
+
1
3
  export interface UniShareWeixinProvider extends UniShareProvider {
2
4
  isWeChatInstalled : boolean
3
- }
5
+ }