@dcloudio/uni-app-x 0.7.15 → 0.7.16

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 (72) hide show
  1. package/package.json +1 -1
  2. package/types/native/CanvasRenderingContext2D.d.ts +1610 -45
  3. package/types/native/IUniElement.d.ts +242 -13
  4. package/types/native/IUniObjectElement.d.ts +124 -0
  5. package/types/native/Path2D.d.ts +231 -64
  6. package/types/native/UniApp.d.ts +110 -0
  7. package/types/native/UniNativePage.d.ts +21 -0
  8. package/types/native/UniProvider.d.ts +1 -0
  9. package/types/native/UniVideoElement.d.ts +5 -0
  10. package/types/native/global.d.ts +53 -16
  11. package/types/native/index.d.ts +1 -0
  12. package/types/uni/env/index.d.ts +18 -0
  13. package/types/uni/uts-plugin-api/global.d.ts +8 -0
  14. package/types/uni/uts-plugin-api/index.d.ts +8 -0
  15. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +26 -0
  16. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +12 -0
  17. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +231 -0
  18. package/types/uni/uts-plugin-api/lib/uni-cancelAnimationFrame/utssdk/global.d.ts +10 -0
  19. package/types/uni/uts-plugin-api/lib/uni-cancelAnimationFrame/utssdk/index.d.ts +4 -0
  20. package/types/uni/uts-plugin-api/lib/uni-cancelAnimationFrame/utssdk/interface.d.ts +24 -0
  21. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/global.d.ts +20 -0
  22. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/index.d.ts +9 -0
  23. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +268 -0
  24. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +5 -1
  25. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +28 -0
  26. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +13 -0
  27. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1335 -0
  28. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +80 -0
  29. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +39 -0
  30. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +174 -0
  31. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +4 -4
  32. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -1
  33. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +12 -0
  34. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +5 -0
  35. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +47 -0
  36. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +393 -2
  37. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +8 -0
  38. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +4 -0
  39. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +114 -41
  40. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +201 -14
  41. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +15 -0
  42. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/global.d.ts +24 -0
  43. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/index.d.ts +12 -0
  44. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +179 -0
  45. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +145 -2
  46. package/types/uni/uts-plugin-api/lib/uni-requestAnimationFrame/utssdk/global.d.ts +12 -0
  47. package/types/uni/uts-plugin-api/lib/uni-requestAnimationFrame/utssdk/index.d.ts +5 -0
  48. package/types/uni/uts-plugin-api/lib/uni-requestAnimationFrame/utssdk/interface.d.ts +28 -0
  49. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +0 -64
  50. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/global.d.ts +112 -0
  51. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/index.d.ts +55 -0
  52. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1068 -0
  53. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +8 -8
  54. package/types/uni/uts-plugin-extend/global.d.ts +1 -0
  55. package/types/uni/uts-plugin-extend/index.d.ts +1 -0
  56. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -0
  57. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/global.d.ts +13 -0
  58. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/index.d.ts +5 -0
  59. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +126 -0
  60. package/types/uni-cloud/unicloud-db/index.ts +3 -3
  61. package/types/vue/CheckboxGroupChangeEvent.d.ts +9 -1
  62. package/types/vue/PickerViewChangeEvent.d.ts +8 -0
  63. package/types/vue/ProgressActiveendEvent.d.ts +4 -0
  64. package/types/vue/RadioGroupChangeEvent.d.ts +9 -1
  65. package/types/vue/SliderChangeEvent.d.ts +4 -0
  66. package/types/vue/SwitchChangeEvent.d.ts +5 -1
  67. package/types/vue/UniCanvasElement.d.ts +6 -1
  68. package/types/vue/UniCloudDBElement.d.ts +5 -0
  69. package/types/vue/UniFormElement.d.ts +6 -1
  70. package/types/vue/UniNavigatorElement.d.ts +5 -0
  71. package/types/vue/global.d.ts +10 -9
  72. package/types/uni-cloud/unicloud-db/index.d.ts +0 -81
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "author": "DCloud",