@dcloudio/uni-app-x 0.7.122 → 0.7.123
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/package.json +1 -1
- package/types/dom2-internal/UniTextLayout.d.ts +5 -0
- package/types/native/IUniElement.d.ts +253 -13
- package/types/native/UniAnimation.d.ts +63 -9
- package/types/page.d.ts +3 -3
- package/types/uni/uts-plugin-api/global.d.ts +1 -2
- package/types/uni/uts-plugin-api/index.d.ts +1 -2
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
- package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +84 -13
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +22 -6
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +28 -12
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +14 -6
- package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +203 -178
- package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +7 -559
- package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +38 -14
- package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +19 -7
- package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +415 -350
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
- package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +720 -0
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
- package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
- package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/global.d.ts +2 -2
- package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
- package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +24 -2
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +12 -1
- package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +158 -47
- package/types/uni/uts-plugin-biz/global.d.ts +2 -1
- package/types/uni/uts-plugin-biz/index.d.ts +2 -1
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
- package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +772 -257
- package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
- package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
- package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/interface.d.ts +22 -6
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +28 -12
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +14 -6
- package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +203 -178
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +38 -14
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +19 -7
- package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +415 -350
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
- package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
- package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
- package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
- package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +24 -2
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +12 -1
- package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +132 -19
- package/types/uni/uts-plugin-component/global.d.ts +23 -112
- package/types/uni/uts-plugin-component/index.d.ts +23 -112
- package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-form-global}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-label-global}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
- package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
- package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
- package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
- package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
- package/types/vue/LifeCycle.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/global.d.ts +0 -35
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/index.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/interface.d.ts +0 -359
- package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
- package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -226
- package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
- package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +0 -59
- package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +0 -1342
- package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/global.d.ts +0 -35
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/index.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/interface.d.ts +0 -944
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -979
- package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
- package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
- package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
- package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
- package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/global.d.ts +0 -35
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/index.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/interface.d.ts +0 -353
- package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
- package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
- package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
- package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
- package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
- package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
- package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
- package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
- package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
- package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
- package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
- package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
- package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -43
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -943
- package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
- package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
- package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
- package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
- package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
- package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
- package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
- package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
- package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
- package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
- package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
- package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
- package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
- package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
- package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
- package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
- package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
- package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
- package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
- package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
- package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
- package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
- package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
- package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
- package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
- package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
- package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
- package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
- package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
- package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
- package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
- package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
- package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
- package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
- package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/global.d.ts +0 -35
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/index.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/interface.d.ts +0 -362
- package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
- package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
- package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
- package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
- package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
- package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
- package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
- package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
- package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
- package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
- package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
- package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
- package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
- package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
- package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
- package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
- package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/interface.d.ts +0 -20
- package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
- package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
- package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
- package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
- package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
- package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
- package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
- package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
- package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
- package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
- package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
- package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
- package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
- package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
- package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
- package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
- package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/global.d.ts +0 -23
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/index.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/interface.d.ts +0 -420
- package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
- package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
- package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
- package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
- package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/global.d.ts +0 -49
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/index.d.ts +0 -24
- package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/interface.d.ts +0 -349
- package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
- package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
- package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -625
- package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
- package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
- package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
- package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
- package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
- package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
- package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
- package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
- package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
- package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
- package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
- package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
- package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
- package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
- package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +0 -57
- package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +0 -28
- package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +0 -1175
- package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
- package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
- package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
- package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
- package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
- package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
- package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
- package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
- package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
- package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
- package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
- package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
- package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
- package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
- package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
- package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
- package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
- package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/global.d.ts +0 -27
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/index.d.ts +0 -13
- package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/interface.d.ts +0 -88
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
- package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
- package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
- package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
- package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
- package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
- package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
- package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
- /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
- /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
export type CreateWebviewContext = (webviewId : string.WebviewIdString, component ?: ComponentPublicInstance | null) => WebviewContext | null;
|
|
2
|
-
|
|
3
|
-
export type UniWebviewContextLoadDataOptions = {
|
|
4
|
-
/**
|
|
5
|
-
* 要加载的内容,编码后的字符串
|
|
6
|
-
*/
|
|
7
|
-
data: string,
|
|
8
|
-
/**
|
|
9
|
-
* 页面的基础URL
|
|
10
|
-
*/
|
|
11
|
-
baseURL?: string | null,
|
|
12
|
-
/**
|
|
13
|
-
* 加载的页面内容类型,默认值为"text/html"
|
|
14
|
-
*/
|
|
15
|
-
mimeType?: string | null,
|
|
16
|
-
/**
|
|
17
|
-
* 页面内容的编码类型,默认值为"utf-8"
|
|
18
|
-
*/
|
|
19
|
-
encoding?: string | null
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export interface WebviewContext {
|
|
23
|
-
/**
|
|
24
|
-
* @description 后退到 web-view 组件网页加载历史的上一页,如果不存在上一页则没有任何效果。
|
|
25
|
-
* @uniPlatform {
|
|
26
|
-
* "app": {
|
|
27
|
-
* "android": {
|
|
28
|
-
* "osVer": "5.0",
|
|
29
|
-
* "uniVer": "x",
|
|
30
|
-
* "unixVer": "3.9.0"
|
|
31
|
-
* },
|
|
32
|
-
* "ios": {
|
|
33
|
-
* "osVer": "12.0",
|
|
34
|
-
* "uniVer": "√",
|
|
35
|
-
* "unixVer": "4.11"
|
|
36
|
-
* },
|
|
37
|
-
* "harmony": {
|
|
38
|
-
* "osVer": "3.0",
|
|
39
|
-
* "uniVer": "4.28",
|
|
40
|
-
* "unixVer": "4.61",
|
|
41
|
-
* "unixVaporVer": "5.0"
|
|
42
|
-
* }
|
|
43
|
-
* }
|
|
44
|
-
* }
|
|
45
|
-
* @uniVueVersion 2,3
|
|
46
|
-
*/
|
|
47
|
-
back() : void
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @description 前进到 web-view 组件网页加载历史的下一页,如果不存在下一页则没有任何效果。
|
|
51
|
-
* @uniPlatform {
|
|
52
|
-
* "app": {
|
|
53
|
-
* "android": {
|
|
54
|
-
* "osVer": "5.0",
|
|
55
|
-
* "uniVer": "x",
|
|
56
|
-
* "unixVer": "3.9.0"
|
|
57
|
-
* },
|
|
58
|
-
* "ios": {
|
|
59
|
-
* "osVer": "12.0",
|
|
60
|
-
* "uniVer": "√",
|
|
61
|
-
* "unixVer": "4.11"
|
|
62
|
-
* },
|
|
63
|
-
* "harmony": {
|
|
64
|
-
* "osVer": "3.0",
|
|
65
|
-
* "uniVer": "4.28",
|
|
66
|
-
* "unixVer": "4.61",
|
|
67
|
-
* "unixVaporVer": "5.0"
|
|
68
|
-
* }
|
|
69
|
-
* }
|
|
70
|
-
* }
|
|
71
|
-
* @uniVueVersion 2,3
|
|
72
|
-
*/
|
|
73
|
-
forward() : void
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* @description 重新加载 web-view 组件当前页面。
|
|
77
|
-
* @uniPlatform {
|
|
78
|
-
* "app": {
|
|
79
|
-
* "android": {
|
|
80
|
-
* "osVer": "5.0",
|
|
81
|
-
* "uniVer": "x",
|
|
82
|
-
* "unixVer": "3.9.0"
|
|
83
|
-
* },
|
|
84
|
-
* "ios": {
|
|
85
|
-
* "osVer": "12.0",
|
|
86
|
-
* "uniVer": "√",
|
|
87
|
-
* "unixVer": "4.11"
|
|
88
|
-
* },
|
|
89
|
-
* "harmony": {
|
|
90
|
-
* "osVer": "3.0",
|
|
91
|
-
* "uniVer": "4.28",
|
|
92
|
-
* "unixVer": "4.61",
|
|
93
|
-
* "unixVaporVer": "5.0"
|
|
94
|
-
* }
|
|
95
|
-
* }
|
|
96
|
-
* }
|
|
97
|
-
* @uniVueVersion 2,3
|
|
98
|
-
*/
|
|
99
|
-
reload() : void
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* @description 停止加载 web-view 组件当前网页,该方法不能阻止已经加载的 html 文档,但是能够阻止未完成的图片及延迟加载的资源。
|
|
103
|
-
* @uniPlatform {
|
|
104
|
-
* "app": {
|
|
105
|
-
* "android": {
|
|
106
|
-
* "osVer": "5.0",
|
|
107
|
-
* "uniVer": "x",
|
|
108
|
-
* "unixVer": "3.9.0"
|
|
109
|
-
* },
|
|
110
|
-
* "ios": {
|
|
111
|
-
* "osVer": "12.0",
|
|
112
|
-
* "uniVer": "√",
|
|
113
|
-
* "unixVer": "4.11"
|
|
114
|
-
* },
|
|
115
|
-
* "harmony": {
|
|
116
|
-
* "osVer": "3.0",
|
|
117
|
-
* "uniVer": "4.28",
|
|
118
|
-
* "unixVer": "4.61",
|
|
119
|
-
* "unixVaporVer": "5.0"
|
|
120
|
-
* }
|
|
121
|
-
* }
|
|
122
|
-
* }
|
|
123
|
-
* @uniVueVersion 2,3
|
|
124
|
-
*/
|
|
125
|
-
stop() : void
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* @description 在网页中执行指定的js脚本,在 uvue 页面中可通过此方法向 web-view 组件加载的页面发送数据
|
|
129
|
-
* @uniPlatform {
|
|
130
|
-
* "app": {
|
|
131
|
-
* "android": {
|
|
132
|
-
* "osVer": "5.0",
|
|
133
|
-
* "uniVer": "x",
|
|
134
|
-
* "unixVer": "3.9.0"
|
|
135
|
-
* },
|
|
136
|
-
* "ios": {
|
|
137
|
-
* "osVer": "12.0",
|
|
138
|
-
* "uniVer": "√",
|
|
139
|
-
* "unixVer": "4.11"
|
|
140
|
-
* },
|
|
141
|
-
* "harmony": {
|
|
142
|
-
* "osVer": "3.0",
|
|
143
|
-
* "uniVer": "4.28",
|
|
144
|
-
* "unixVer": "4.61",
|
|
145
|
-
* "unixVaporVer": "5.0"
|
|
146
|
-
* }
|
|
147
|
-
* }
|
|
148
|
-
* }
|
|
149
|
-
* @uniVueVersion 2,3
|
|
150
|
-
*/
|
|
151
|
-
evalJS(js : string) : void
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* @description 在web-view组件中加载页面内容
|
|
155
|
-
* @uniPlatform {
|
|
156
|
-
* "app": {
|
|
157
|
-
* "android": {
|
|
158
|
-
* "osVer": "5.0",
|
|
159
|
-
* "uniVer": "x",
|
|
160
|
-
* "unixVer": "4.71"
|
|
161
|
-
* },
|
|
162
|
-
* "ios": {
|
|
163
|
-
* "osVer": "12.0",
|
|
164
|
-
* "uniVer": "x",
|
|
165
|
-
* "unixVer": "4.71"
|
|
166
|
-
* },
|
|
167
|
-
* "harmony": {
|
|
168
|
-
* "osVer": "3.0",
|
|
169
|
-
* "uniVer": "4.71",
|
|
170
|
-
* "unixVer": "4.71",
|
|
171
|
-
* "unixVaporVer": "5.0"
|
|
172
|
-
* }
|
|
173
|
-
* }
|
|
174
|
-
* }
|
|
175
|
-
* @uniVueVersion 2,3
|
|
176
|
-
*/
|
|
177
|
-
loadData(options: UniWebviewContextLoadDataOptions) : void
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
export interface Uni {
|
|
181
|
-
/**
|
|
182
|
-
* @description 创建 web-view 组件的上下文对象,用于操作 web-view 的行为。
|
|
183
|
-
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/create-webview-context.html
|
|
184
|
-
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/create-webview-context.html
|
|
185
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/create-webview-context.html#createwebviewcontext
|
|
186
|
-
* @uniPlatform {
|
|
187
|
-
* "app": {
|
|
188
|
-
* "android": {
|
|
189
|
-
* "osVer": "5.0",
|
|
190
|
-
* "uniVer": "x",
|
|
191
|
-
* "unixVer": "3.9.0"
|
|
192
|
-
* },
|
|
193
|
-
* "ios": {
|
|
194
|
-
* "osVer": "12.0",
|
|
195
|
-
* "uniVer": "√",
|
|
196
|
-
* "unixVer": "4.11"
|
|
197
|
-
* },
|
|
198
|
-
* "harmony": {
|
|
199
|
-
* "osVer": "3.0",
|
|
200
|
-
* "uniVer": "4.28",
|
|
201
|
-
* "unixVer": "4.61",
|
|
202
|
-
* "unixVaporVer": "5.0"
|
|
203
|
-
* }
|
|
204
|
-
* },
|
|
205
|
-
* "web": {
|
|
206
|
-
* "uniVer": "x",
|
|
207
|
-
* "unixVer": "x"
|
|
208
|
-
* }
|
|
209
|
-
* }
|
|
210
|
-
* @uniVueVersion 2,3
|
|
211
|
-
* @return {WebviewContext} web-view组件上下文对象
|
|
212
|
-
*/
|
|
213
|
-
createWebviewContext(webviewId : string.WebviewIdString, component ?: ComponentPublicInstance | null): WebviewContext | null;
|
|
214
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
WorkerOnErrorCallbackResultErrorCode as WorkerOnErrorCallbackResultErrorCodeOrigin,
|
|
4
|
-
WorkerOnErrorCallbackResult as WorkerOnErrorCallbackResultOrigin,
|
|
5
|
-
WorkerOnMessageCallback as WorkerOnMessageCallbackOrigin,
|
|
6
|
-
WorkerOnErrorCallback as WorkerOnErrorCallbackOrigin,
|
|
7
|
-
WorkerPostMessageOptions as WorkerPostMessageOptionsOrigin,
|
|
8
|
-
Worker as WorkerOrigin,
|
|
9
|
-
CreateWorker as CreateWorkerOrigin,
|
|
10
|
-
Uni as UniOrigin
|
|
11
|
-
} from './interface'
|
|
12
|
-
|
|
13
|
-
declare global {
|
|
14
|
-
type WorkerOnErrorCallbackResultErrorCode = WorkerOnErrorCallbackResultErrorCodeOrigin
|
|
15
|
-
type WorkerOnErrorCallbackResult = WorkerOnErrorCallbackResultOrigin
|
|
16
|
-
type WorkerOnMessageCallback = WorkerOnMessageCallbackOrigin
|
|
17
|
-
type WorkerOnErrorCallback = WorkerOnErrorCallbackOrigin
|
|
18
|
-
type WorkerPostMessageOptions = WorkerPostMessageOptionsOrigin
|
|
19
|
-
type Worker = WorkerOrigin
|
|
20
|
-
type CreateWorker = CreateWorkerOrigin
|
|
21
|
-
interface Uni extends UniOrigin { }
|
|
22
|
-
}
|
|
23
|
-
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
export type WorkerOnErrorCallbackResultErrorCode =
|
|
2
|
-
/**
|
|
3
|
-
* worker 运行错误
|
|
4
|
-
*/
|
|
5
|
-
5000501 |
|
|
6
|
-
/**
|
|
7
|
-
* worker 序列化失败
|
|
8
|
-
*/
|
|
9
|
-
5000502 |
|
|
10
|
-
/**
|
|
11
|
-
* worker 实例未运行
|
|
12
|
-
*/
|
|
13
|
-
5000503 |
|
|
14
|
-
/**
|
|
15
|
-
* worker 线程中不支持调用的API。
|
|
16
|
-
*/
|
|
17
|
-
5000504 |
|
|
18
|
-
/**
|
|
19
|
-
* worker 线程初始化失败
|
|
20
|
-
*/
|
|
21
|
-
5000505 |
|
|
22
|
-
/**
|
|
23
|
-
* worker 文件路径无效
|
|
24
|
-
*/
|
|
25
|
-
5000506 |
|
|
26
|
-
/**
|
|
27
|
-
* 非主线程调用worker API
|
|
28
|
-
*/
|
|
29
|
-
5000510 |
|
|
30
|
-
/**
|
|
31
|
-
* worker 线程无效
|
|
32
|
-
*/
|
|
33
|
-
5000511
|
|
34
|
-
|
|
35
|
-
export interface WorkerOnErrorCallbackResult extends IUniError {
|
|
36
|
-
errCode: WorkerOnErrorCallbackResultErrorCode
|
|
37
|
-
};
|
|
38
|
-
//监听消息Callback
|
|
39
|
-
export type WorkerOnMessageCallback = (message: any) => void;
|
|
40
|
-
//Worker错误callback
|
|
41
|
-
export type WorkerOnErrorCallback = (result: WorkerOnErrorCallbackResult) => void;
|
|
42
|
-
//发送消息扩展参数
|
|
43
|
-
export type WorkerPostMessageOptions = {
|
|
44
|
-
/**
|
|
45
|
-
* 是否支持符合Sendable协议的对象作为共享变量发送,使用postMessageWithSharedSendable实现,默认值为false
|
|
46
|
-
* 仅鸿蒙平台支持,参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/arkts-sendable
|
|
47
|
-
*
|
|
48
|
-
* @uniPlatform {
|
|
49
|
-
* "app": {
|
|
50
|
-
* "android": {
|
|
51
|
-
* "osVer": "x",
|
|
52
|
-
* "uniVer": "x",
|
|
53
|
-
* "unixVer": "x"
|
|
54
|
-
* },
|
|
55
|
-
* "ios": {
|
|
56
|
-
* "osVer": "x",
|
|
57
|
-
* "uniVer": "x",
|
|
58
|
-
* "unixVer": "x"
|
|
59
|
-
* },
|
|
60
|
-
* "harmony": {
|
|
61
|
-
* "osVer": "5.0.0",
|
|
62
|
-
* "uniVer": "x",
|
|
63
|
-
* "unixVer": "4.81",
|
|
64
|
-
* "unixVaporVer": "5.0"
|
|
65
|
-
* }
|
|
66
|
-
* },
|
|
67
|
-
* "web": {
|
|
68
|
-
* "uniVer": "x",
|
|
69
|
-
* "unixVer": "x"
|
|
70
|
-
* }
|
|
71
|
-
* }
|
|
72
|
-
*/
|
|
73
|
-
harmonySendable?: boolean
|
|
74
|
-
/**
|
|
75
|
-
* 可转移对象数组,默认值为空数组
|
|
76
|
-
* 仅鸿蒙、web平台支持,参考:https://developer.mozilla.org/zh-CN/docs/Web/API/Web_Workers_API/Transferable_objects
|
|
77
|
-
*
|
|
78
|
-
* @uniPlatform {
|
|
79
|
-
* "app": {
|
|
80
|
-
* "android": {
|
|
81
|
-
* "osVer": "x",
|
|
82
|
-
* "uniVer": "x",
|
|
83
|
-
* "unixVer": "x"
|
|
84
|
-
* },
|
|
85
|
-
* "ios": {
|
|
86
|
-
* "osVer": "x",
|
|
87
|
-
* "uniVer": "x",
|
|
88
|
-
* "unixVer": "x"
|
|
89
|
-
* },
|
|
90
|
-
* "harmony": {
|
|
91
|
-
* "osVer": "5.0.0",
|
|
92
|
-
* "uniVer": "x",
|
|
93
|
-
* "unixVer": "4.81",
|
|
94
|
-
* "unixVaporVer": "5.0"
|
|
95
|
-
* }
|
|
96
|
-
* },
|
|
97
|
-
* "web": {
|
|
98
|
-
* "uniVer": "x",
|
|
99
|
-
* "unixVer": "4.81"
|
|
100
|
-
* }
|
|
101
|
-
* }
|
|
102
|
-
*/
|
|
103
|
-
transfer?: any[]
|
|
104
|
-
}
|
|
105
|
-
//Worker对象
|
|
106
|
-
export interface Worker {
|
|
107
|
-
/**
|
|
108
|
-
* 监听主线程/Worker 线程向当前线程发送的消息的事件。
|
|
109
|
-
*/
|
|
110
|
-
onMessage(callback: WorkerOnMessageCallback): void;
|
|
111
|
-
/**
|
|
112
|
-
* 监听 Worker 线程错误事件。当 Worker 线程中发生脚本错误时会触发此事件。
|
|
113
|
-
*/
|
|
114
|
-
onError(callback: WorkerOnErrorCallback): void;
|
|
115
|
-
/**
|
|
116
|
-
* 向主线程/Worker 线程发送的消息。
|
|
117
|
-
*/
|
|
118
|
-
postMessage(message: any, options?: WorkerPostMessageOptions | null): void;
|
|
119
|
-
/**
|
|
120
|
-
* 结束当前 Worker 线程。仅限在主线程 worker 对象上调用。
|
|
121
|
-
*/
|
|
122
|
-
terminate(): void;
|
|
123
|
-
}
|
|
124
|
-
export type CreateWorker = (url: string) => Worker
|
|
125
|
-
export interface Uni {
|
|
126
|
-
/**
|
|
127
|
-
* 创建一个Worker对象
|
|
128
|
-
* @param url Worker脚本的URL
|
|
129
|
-
*
|
|
130
|
-
* @uniPlatform {
|
|
131
|
-
* "app": {
|
|
132
|
-
* "android": {
|
|
133
|
-
* "osVer": "5.0",
|
|
134
|
-
* "uniVer": "x",
|
|
135
|
-
* "unixVer": "4.81",
|
|
136
|
-
* "unixUtsPlugin": "4.81"
|
|
137
|
-
* },
|
|
138
|
-
* "ios": {
|
|
139
|
-
* "osVer": "12.0",
|
|
140
|
-
* "uniVer": "x",
|
|
141
|
-
* "unixVer": "x",
|
|
142
|
-
* "unixUtsPlugin": "4.81"
|
|
143
|
-
* },
|
|
144
|
-
* "harmony": {
|
|
145
|
-
* "osVer": "5.0.0",
|
|
146
|
-
* "uniVer": "x",
|
|
147
|
-
* "unixVer": "4.81",
|
|
148
|
-
* "unixUtsPlugin": "4.81"
|
|
149
|
-
* }
|
|
150
|
-
* },
|
|
151
|
-
* "web": {
|
|
152
|
-
* "uniVer": "x",
|
|
153
|
-
* "unixVer": "4.81"
|
|
154
|
-
* }
|
|
155
|
-
* }
|
|
156
|
-
*/
|
|
157
|
-
createWorker: CreateWorker
|
|
158
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
RouteErrorCode as RouteErrorCodeOrigin,
|
|
4
|
-
OpenDialogPageSuccess as OpenDialogPageSuccessOrigin,
|
|
5
|
-
OpenDialogPageFail as OpenDialogPageFailOrigin,
|
|
6
|
-
OpenDialogPageComplete as OpenDialogPageCompleteOrigin,
|
|
7
|
-
OpenDialogPageOptions as OpenDialogPageOptionsOrigin,
|
|
8
|
-
CloseDialogPageSuccess as CloseDialogPageSuccessOrigin,
|
|
9
|
-
CloseDialogPageFail as CloseDialogPageFailOrigin,
|
|
10
|
-
CloseDialogPageComplete as CloseDialogPageCompleteOrigin,
|
|
11
|
-
CloseDialogPageOptions as CloseDialogPageOptionsOrigin,
|
|
12
|
-
Uni as UniOrigin
|
|
13
|
-
} from './interface'
|
|
14
|
-
|
|
15
|
-
declare global {
|
|
16
|
-
type RouteErrorCode = RouteErrorCodeOrigin
|
|
17
|
-
type OpenDialogPageSuccess = OpenDialogPageSuccessOrigin
|
|
18
|
-
type OpenDialogPageFail = OpenDialogPageFailOrigin
|
|
19
|
-
type OpenDialogPageComplete = OpenDialogPageCompleteOrigin
|
|
20
|
-
type OpenDialogPageOptions = OpenDialogPageOptionsOrigin
|
|
21
|
-
type CloseDialogPageSuccess = CloseDialogPageSuccessOrigin
|
|
22
|
-
type CloseDialogPageFail = CloseDialogPageFailOrigin
|
|
23
|
-
type CloseDialogPageComplete = CloseDialogPageCompleteOrigin
|
|
24
|
-
type CloseDialogPageOptions = CloseDialogPageOptionsOrigin
|
|
25
|
-
interface Uni extends UniOrigin { }
|
|
26
|
-
}
|
|
27
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
RouteErrorCode,
|
|
4
|
-
OpenDialogPageSuccess,
|
|
5
|
-
OpenDialogPageFail,
|
|
6
|
-
OpenDialogPageComplete,
|
|
7
|
-
OpenDialogPageOptions,
|
|
8
|
-
CloseDialogPageSuccess,
|
|
9
|
-
CloseDialogPageFail,
|
|
10
|
-
CloseDialogPageComplete,
|
|
11
|
-
CloseDialogPageOptions,
|
|
12
|
-
} from './interface'
|
|
13
|
-
|