@dcloudio/uni-app-x 0.7.113 → 0.7.114

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 (34) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniCSSPropertyId.d.ts +356 -351
  3. package/types/dom2-internal/sharedData.d.ts +219 -0
  4. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +2 -3
  5. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +2 -3
  6. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -1155
  7. package/types/uni/uts-plugin-component/.temp/uni-camera.d.ts +0 -38
  8. package/types/uni/uts-plugin-component/.temp/uni-camera.ts +0 -52
  9. package/types/uni/uts-plugin-component/.temp/uni-canvas/utssdk/interface.uts +0 -976
  10. package/types/uni/uts-plugin-component/.temp/uni-canvas-dom2/utssdk/interface.uts +0 -976
  11. package/types/uni/uts-plugin-component/.temp/uni-editor.d.ts +0 -171
  12. package/types/uni/uts-plugin-component/.temp/uni-editor.ts +0 -237
  13. package/types/uni/uts-plugin-component/.temp/uni-form.d.ts +0 -2
  14. package/types/uni/uts-plugin-component/.temp/uni-form.ts +0 -1
  15. package/types/uni/uts-plugin-component/.temp/uni-input/utssdk/interface.uts +0 -0
  16. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.d.ts +0 -56
  17. package/types/uni/uts-plugin-component/.temp/uni-map-tencent.ts +0 -88
  18. package/types/uni/uts-plugin-component/.temp/uni-match-media.d.ts +0 -2
  19. package/types/uni/uts-plugin-component/.temp/uni-match-media.ts +0 -2
  20. package/types/uni/uts-plugin-component/.temp/uni-navigator.d.ts +0 -2
  21. package/types/uni/uts-plugin-component/.temp/uni-navigator.ts +0 -1
  22. package/types/uni/uts-plugin-component/.temp/uni-page-container.d.ts +0 -0
  23. package/types/uni/uts-plugin-component/.temp/uni-page-container.ts +0 -2
  24. package/types/uni/uts-plugin-component/.temp/uni-progress.d.ts +0 -2
  25. package/types/uni/uts-plugin-component/.temp/uni-progress.ts +0 -1
  26. package/types/uni/uts-plugin-component/.temp/uni-rich-text.d.ts +0 -7
  27. package/types/uni/uts-plugin-component/.temp/uni-rich-text.ts +0 -12
  28. package/types/uni/uts-plugin-component/.temp/uni-textarea/utssdk/interface.uts +0 -0
  29. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -936
  30. package/types/uni/uts-plugin-component/.temp/uni-video.d.ts +0 -134
  31. package/types/uni/uts-plugin-component/.temp/uni-video.ts +0 -180
  32. package/types/uni/uts-plugin-component/.temp/uni-web-view/utssdk/interface.uts +0 -452
  33. package/types/uni/uts-plugin-component/.temp/uni-web-view.d.ts +0 -51
  34. package/types/uni/uts-plugin-component/.temp/uni-web-view.ts +0 -86
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.113",
3
+ "version": "0.7.114",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",