@dcloudio/uni-app-x 0.7.122 → 0.7.124
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 +6 -5
- 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-openLocation/utssdk/interface.d.ts +69 -67
- package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +22 -5
- 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-tabBar/utssdk/interface.d.ts +19 -18
- 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-api/lib/uni-video/utssdk/interface.d.ts +68 -67
- package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +3 -3
- 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/node_modules/.package-lock.json +0 -20
- package/types/node_modules/typescript/LICENSE.txt +0 -55
- package/types/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
- package/types/node_modules/typescript/bin/tsc +0 -2
- package/types/node_modules/typescript/bin/tsserver +0 -2
- package/types/node_modules/typescript/lib/cancellationToken.js +0 -90
- package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/lib.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.decorators.d.ts +0 -386
- package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.dom.d.ts +0 -28596
- package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -475
- package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -147
- package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -597
- package/types/node_modules/typescript/lib/lib.es2015.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -77
- package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -495
- package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -81
- package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -128
- package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -144
- package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -46
- package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
- package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -116
- package/types/node_modules/typescript/lib/lib.es2016.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -31
- package/types/node_modules/typescript/lib/lib.es2017.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -31
- package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -44
- package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -49
- package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -135
- package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -45
- package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -53
- package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -77
- package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -43
- package/types/node_modules/typescript/lib/lib.es2018.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -83
- package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -30
- package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -79
- package/types/node_modules/typescript/lib/lib.es2019.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -727
- package/types/node_modules/typescript/lib/lib.es2020.d.ts +0 -27
- package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -42
- package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -474
- package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -47
- package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -97
- package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -42
- package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -37
- package/types/node_modules/typescript/lib/lib.es2021.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -166
- package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -48
- package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -76
- package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -121
- package/types/node_modules/typescript/lib/lib.es2022.d.ts +0 -26
- package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -73
- package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -117
- package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -26
- package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -39
- package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +0 -39
- package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -924
- package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.es2023.d.ts +0 -22
- package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -56
- package/types/node_modules/typescript/lib/lib.es5.d.ts +0 -4585
- package/types/node_modules/typescript/lib/lib.es6.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -35
- package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -106
- package/types/node_modules/typescript/lib/lib.esnext.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -28
- package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -185
- package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -24
- package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -21
- package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +0 -29
- package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -35
- package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +0 -25
- package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +0 -29
- package/types/node_modules/typescript/lib/lib.scripthost.d.ts +0 -322
- package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -33
- package/types/node_modules/typescript/lib/lib.webworker.d.ts +0 -9431
- package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -23
- package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -276
- package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/tsc.js +0 -129741
- package/types/node_modules/typescript/lib/tsserver.js +0 -621
- package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -17
- package/types/node_modules/typescript/lib/tsserverlibrary.js +0 -21
- package/types/node_modules/typescript/lib/typesMap.json +0 -497
- package/types/node_modules/typescript/lib/typescript.d.ts +0 -11240
- package/types/node_modules/typescript/lib/typescript.js +0 -194910
- package/types/node_modules/typescript/lib/typingsInstaller.js +0 -236
- package/types/node_modules/typescript/lib/watchGuard.js +0 -53
- package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
- package/types/node_modules/typescript/package.json +0 -116
- 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,397 +0,0 @@
|
|
|
1
|
-
export type LegacySaveFileSuccess = {
|
|
2
|
-
savedFilePath: string;
|
|
3
|
-
};
|
|
4
|
-
export type LegacySaveFileSuccessCallback = (res: LegacySaveFileSuccess) => void;
|
|
5
|
-
export type LegacySaveFileFail = {};
|
|
6
|
-
export type LegacySaveFileFailCallback = (res: LegacySaveFileFail) => void;
|
|
7
|
-
export type LegacySaveFileCompleteCallback = (res: any) => void;
|
|
8
|
-
export type LegacySaveFileOptions = {
|
|
9
|
-
tempFilePath: string;
|
|
10
|
-
success?: LegacySaveFileSuccessCallback | null;
|
|
11
|
-
fail?: LegacySaveFileFailCallback | null;
|
|
12
|
-
complete?: LegacySaveFileCompleteCallback | null;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export type LegacyGetFileInfoSuccess = {
|
|
16
|
-
digest: string;
|
|
17
|
-
size: number;
|
|
18
|
-
};
|
|
19
|
-
export type LegacyGetFileInfoSuccessCallback = (res: LegacyGetFileInfoSuccess) => void;
|
|
20
|
-
export type LegacyGetFileInfoFail = {};
|
|
21
|
-
export type LegacyGetFileInfoFailCallback = (res: LegacyGetFileInfoFail) => void;
|
|
22
|
-
export type LegacyGetFileInfoCompleteCallback = (res: any) => void;
|
|
23
|
-
export type LegacyGetFileInfoOptions = {
|
|
24
|
-
filePath: string;
|
|
25
|
-
digestAlgorithm?: string | null;
|
|
26
|
-
success?: LegacyGetFileInfoSuccessCallback | null;
|
|
27
|
-
fail?: LegacyGetFileInfoFailCallback | null;
|
|
28
|
-
complete?: LegacyGetFileInfoCompleteCallback | null;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export type LegacyGetSavedFileInfoSuccess = {
|
|
32
|
-
size: number;
|
|
33
|
-
createTime: number;
|
|
34
|
-
};
|
|
35
|
-
export type LegacyGetSavedFileInfoSuccessCallback = (res: LegacyGetSavedFileInfoSuccess) => void;
|
|
36
|
-
export type LegacyGetSavedFileInfoFail = {};
|
|
37
|
-
export type LegacyGetSavedFileInfoFailCallback = (res: LegacyGetSavedFileInfoFail) => void;
|
|
38
|
-
export type LegacyGetSavedFileInfoCompleteCallback = (res: any) => void;
|
|
39
|
-
export type LegacyGetSavedFileInfoOptions = {
|
|
40
|
-
filePath: string;
|
|
41
|
-
success?: LegacyGetSavedFileInfoSuccessCallback | null;
|
|
42
|
-
fail?: LegacyGetSavedFileInfoFailCallback | null;
|
|
43
|
-
complete?: LegacyGetSavedFileInfoCompleteCallback | null;
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
export type LegacyRemoveSavedFileSuccess = {};
|
|
47
|
-
export type LegacyRemoveSavedFileSuccessCallback = (res: LegacyRemoveSavedFileSuccess) => void;
|
|
48
|
-
export type LegacyRemoveSavedFileFail = {};
|
|
49
|
-
export type LegacyRemoveSavedFileFailCallback = (res: LegacyRemoveSavedFileFail) => void;
|
|
50
|
-
export type LegacyRemoveSavedFileCompleteCallback = (res: any) => void;
|
|
51
|
-
export type LegacyRemoveSavedFileOptions = {
|
|
52
|
-
filePath: string;
|
|
53
|
-
success?: LegacyRemoveSavedFileSuccessCallback | null;
|
|
54
|
-
fail?: LegacyRemoveSavedFileFailCallback | null;
|
|
55
|
-
complete?: LegacyRemoveSavedFileCompleteCallback | null;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export type LegacySavedFileListItem = {
|
|
59
|
-
/**
|
|
60
|
-
* 文件路径。自 `4.65` 起,返回 `unifile://` 协议的路径
|
|
61
|
-
*/
|
|
62
|
-
filePath: string;
|
|
63
|
-
size: number;
|
|
64
|
-
createTime: number;
|
|
65
|
-
};
|
|
66
|
-
export type LegacyGetSavedFileListSuccess = {
|
|
67
|
-
fileList: LegacySavedFileListItem[];
|
|
68
|
-
};
|
|
69
|
-
export type LegacyGetSavedFileListSuccessCallback = (res: LegacyGetSavedFileListSuccess) => void;
|
|
70
|
-
export type LegacyGetSavedFileListFail = {};
|
|
71
|
-
export type LegacyGetSavedFileListFailCallback = (res: LegacyGetSavedFileListFail) => void;
|
|
72
|
-
export type LegacyGetSavedFileListCompleteCallback = (res: any) => void;
|
|
73
|
-
export type LegacyGetSavedFileListOptions = {
|
|
74
|
-
success?: LegacyGetSavedFileListSuccessCallback | null;
|
|
75
|
-
fail?: LegacyGetSavedFileListFailCallback | null;
|
|
76
|
-
complete?: LegacyGetSavedFileListCompleteCallback | null;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
export type SaveFile = (options?: LegacySaveFileOptions | null) => void;
|
|
80
|
-
export type GetFileInfo = (options?: LegacyGetFileInfoOptions | null) => void;
|
|
81
|
-
export type GetSavedFileInfo = (options?: LegacyGetSavedFileInfoOptions | null) => void;
|
|
82
|
-
export type RemoveSavedFile = (options?: LegacyRemoveSavedFileOptions | null) => void;
|
|
83
|
-
export type GetSavedFileList = (options?: LegacyGetSavedFileListOptions | null) => void;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export interface Uni {
|
|
87
|
-
/**
|
|
88
|
-
* 保存文件
|
|
89
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#savefile
|
|
90
|
-
* @uniPlatform {
|
|
91
|
-
* "app": {
|
|
92
|
-
* "harmony": {
|
|
93
|
-
* "osVer": "3.0",
|
|
94
|
-
* "uniVer": "4.25",
|
|
95
|
-
* "unixVer": "4.61",
|
|
96
|
-
* "unixVaporVer": "5.0"
|
|
97
|
-
* }
|
|
98
|
-
* },
|
|
99
|
-
* "mp": {
|
|
100
|
-
* "weixin": {
|
|
101
|
-
* "hostVer": "√",
|
|
102
|
-
* "uniVer": "√",
|
|
103
|
-
* "unixVer": "4.41"
|
|
104
|
-
* },
|
|
105
|
-
* "alipay": {
|
|
106
|
-
* "hostVer": "√",
|
|
107
|
-
* "uniVer": "√",
|
|
108
|
-
* "unixVer": "x"
|
|
109
|
-
* },
|
|
110
|
-
* "baidu": {
|
|
111
|
-
* "hostVer": "√",
|
|
112
|
-
* "uniVer": "√",
|
|
113
|
-
* "unixVer": "x"
|
|
114
|
-
* },
|
|
115
|
-
* "toutiao": {
|
|
116
|
-
* "hostVer": "√",
|
|
117
|
-
* "uniVer": "√",
|
|
118
|
-
* "unixVer": "x"
|
|
119
|
-
* },
|
|
120
|
-
* "lark": {
|
|
121
|
-
* "hostVer": "√",
|
|
122
|
-
* "uniVer": "√",
|
|
123
|
-
* "unixVer": "x"
|
|
124
|
-
* },
|
|
125
|
-
* "qq": {
|
|
126
|
-
* "hostVer": "√",
|
|
127
|
-
* "uniVer": "√",
|
|
128
|
-
* "unixVer": "x"
|
|
129
|
-
* },
|
|
130
|
-
* "kuaishou": {
|
|
131
|
-
* "hostVer": "√",
|
|
132
|
-
* "uniVer": "√",
|
|
133
|
-
* "unixVer": "x"
|
|
134
|
-
* },
|
|
135
|
-
* "jd": {
|
|
136
|
-
* "hostVer": "√",
|
|
137
|
-
* "uniVer": "√",
|
|
138
|
-
* "unixVer": "x"
|
|
139
|
-
* }
|
|
140
|
-
* },
|
|
141
|
-
* "web": {
|
|
142
|
-
* "uniVer": "x",
|
|
143
|
-
* "unixVer": "x"
|
|
144
|
-
* }
|
|
145
|
-
* }
|
|
146
|
-
* @uniVueVersion 2,3 //支持的vue版本
|
|
147
|
-
*/
|
|
148
|
-
saveFile(options?: LegacySaveFileOptions | null): void;
|
|
149
|
-
/**
|
|
150
|
-
* 获取本地已保存的文件列表
|
|
151
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getsavedfilelist
|
|
152
|
-
* @uniPlatform {
|
|
153
|
-
* "app": {
|
|
154
|
-
* "harmony": {
|
|
155
|
-
* "osVer": "3.0",
|
|
156
|
-
* "uniVer": "4.25",
|
|
157
|
-
* "unixVer": "4.61",
|
|
158
|
-
* "unixVaporVer": "5.0"
|
|
159
|
-
* }
|
|
160
|
-
* },
|
|
161
|
-
* "mp": {
|
|
162
|
-
* "weixin": {
|
|
163
|
-
* "hostVer": "√",
|
|
164
|
-
* "uniVer": "√",
|
|
165
|
-
* "unixVer": "4.41"
|
|
166
|
-
* },
|
|
167
|
-
* "alipay": {
|
|
168
|
-
* "hostVer": "√",
|
|
169
|
-
* "uniVer": "√",
|
|
170
|
-
* "unixVer": "x"
|
|
171
|
-
* },
|
|
172
|
-
* "baidu": {
|
|
173
|
-
* "hostVer": "√",
|
|
174
|
-
* "uniVer": "√",
|
|
175
|
-
* "unixVer": "x"
|
|
176
|
-
* },
|
|
177
|
-
* "toutiao": {
|
|
178
|
-
* "hostVer": "√",
|
|
179
|
-
* "uniVer": "√",
|
|
180
|
-
* "unixVer": "x"
|
|
181
|
-
* },
|
|
182
|
-
* "lark": {
|
|
183
|
-
* "hostVer": "√",
|
|
184
|
-
* "uniVer": "√",
|
|
185
|
-
* "unixVer": "x"
|
|
186
|
-
* },
|
|
187
|
-
* "qq": {
|
|
188
|
-
* "hostVer": "√",
|
|
189
|
-
* "uniVer": "√",
|
|
190
|
-
* "unixVer": "x"
|
|
191
|
-
* },
|
|
192
|
-
* "kuaishou": {
|
|
193
|
-
* "hostVer": "√",
|
|
194
|
-
* "uniVer": "√",
|
|
195
|
-
* "unixVer": "x"
|
|
196
|
-
* },
|
|
197
|
-
* "jd": {
|
|
198
|
-
* "hostVer": "√",
|
|
199
|
-
* "uniVer": "√",
|
|
200
|
-
* "unixVer": "x"
|
|
201
|
-
* }
|
|
202
|
-
* },
|
|
203
|
-
* "web": {
|
|
204
|
-
* "uniVer": "x",
|
|
205
|
-
* "unixVer": "x"
|
|
206
|
-
* }
|
|
207
|
-
* }
|
|
208
|
-
* @uniVueVersion 2,3 //支持的vue版本
|
|
209
|
-
*/
|
|
210
|
-
getSavedFileList(options?: LegacyGetSavedFileListOptions | null): void;
|
|
211
|
-
/**
|
|
212
|
-
* 获取已保存到本地的文件信息
|
|
213
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getsavedfileinfo
|
|
214
|
-
* @uniPlatform {
|
|
215
|
-
* "app": {
|
|
216
|
-
* "harmony": {
|
|
217
|
-
* "osVer": "3.0",
|
|
218
|
-
* "uniVer": "4.25",
|
|
219
|
-
* "unixVer": "4.61",
|
|
220
|
-
* "unixVaporVer": "5.0"
|
|
221
|
-
* }
|
|
222
|
-
* },
|
|
223
|
-
* "mp": {
|
|
224
|
-
* "weixin": {
|
|
225
|
-
* "hostVer": "√",
|
|
226
|
-
* "uniVer": "√",
|
|
227
|
-
* "unixVer": "4.41"
|
|
228
|
-
* },
|
|
229
|
-
* "alipay": {
|
|
230
|
-
* "hostVer": "√",
|
|
231
|
-
* "uniVer": "√",
|
|
232
|
-
* "unixVer": "x"
|
|
233
|
-
* },
|
|
234
|
-
* "baidu": {
|
|
235
|
-
* "hostVer": "√",
|
|
236
|
-
* "uniVer": "√",
|
|
237
|
-
* "unixVer": "x"
|
|
238
|
-
* },
|
|
239
|
-
* "toutiao": {
|
|
240
|
-
* "hostVer": "√",
|
|
241
|
-
* "uniVer": "√",
|
|
242
|
-
* "unixVer": "x"
|
|
243
|
-
* },
|
|
244
|
-
* "lark": {
|
|
245
|
-
* "hostVer": "√",
|
|
246
|
-
* "uniVer": "√",
|
|
247
|
-
* "unixVer": "x"
|
|
248
|
-
* },
|
|
249
|
-
* "qq": {
|
|
250
|
-
* "hostVer": "√",
|
|
251
|
-
* "uniVer": "√",
|
|
252
|
-
* "unixVer": "x"
|
|
253
|
-
* },
|
|
254
|
-
* "kuaishou": {
|
|
255
|
-
* "hostVer": "√",
|
|
256
|
-
* "uniVer": "√",
|
|
257
|
-
* "unixVer": "x"
|
|
258
|
-
* },
|
|
259
|
-
* "jd": {
|
|
260
|
-
* "hostVer": "√",
|
|
261
|
-
* "uniVer": "√",
|
|
262
|
-
* "unixVer": "x"
|
|
263
|
-
* }
|
|
264
|
-
* },
|
|
265
|
-
* "web": {
|
|
266
|
-
* "uniVer": "x",
|
|
267
|
-
* "unixVer": "x"
|
|
268
|
-
* }
|
|
269
|
-
* }
|
|
270
|
-
* @uniVueVersion 2,3 //支持的vue版本
|
|
271
|
-
*/
|
|
272
|
-
getSavedFileInfo(options?: LegacyGetSavedFileInfoOptions | null): void;
|
|
273
|
-
/**
|
|
274
|
-
* 删除已保存的文件
|
|
275
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#removesavedfile
|
|
276
|
-
* @uniPlatform {
|
|
277
|
-
* "app": {
|
|
278
|
-
* "harmony": {
|
|
279
|
-
* "osVer": "3.0",
|
|
280
|
-
* "uniVer": "4.25",
|
|
281
|
-
* "unixVer": "4.61",
|
|
282
|
-
* "unixVaporVer": "5.0"
|
|
283
|
-
* }
|
|
284
|
-
* },
|
|
285
|
-
* "mp": {
|
|
286
|
-
* "weixin": {
|
|
287
|
-
* "hostVer": "√",
|
|
288
|
-
* "uniVer": "√",
|
|
289
|
-
* "unixVer": "4.41"
|
|
290
|
-
* },
|
|
291
|
-
* "alipay": {
|
|
292
|
-
* "hostVer": "√",
|
|
293
|
-
* "uniVer": "√",
|
|
294
|
-
* "unixVer": "x"
|
|
295
|
-
* },
|
|
296
|
-
* "baidu": {
|
|
297
|
-
* "hostVer": "√",
|
|
298
|
-
* "uniVer": "√",
|
|
299
|
-
* "unixVer": "x"
|
|
300
|
-
* },
|
|
301
|
-
* "toutiao": {
|
|
302
|
-
* "hostVer": "√",
|
|
303
|
-
* "uniVer": "√",
|
|
304
|
-
* "unixVer": "x"
|
|
305
|
-
* },
|
|
306
|
-
* "lark": {
|
|
307
|
-
* "hostVer": "√",
|
|
308
|
-
* "uniVer": "√",
|
|
309
|
-
* "unixVer": "x"
|
|
310
|
-
* },
|
|
311
|
-
* "qq": {
|
|
312
|
-
* "hostVer": "√",
|
|
313
|
-
* "uniVer": "√",
|
|
314
|
-
* "unixVer": "x"
|
|
315
|
-
* },
|
|
316
|
-
* "kuaishou": {
|
|
317
|
-
* "hostVer": "√",
|
|
318
|
-
* "uniVer": "√",
|
|
319
|
-
* "unixVer": "x"
|
|
320
|
-
* },
|
|
321
|
-
* "jd": {
|
|
322
|
-
* "hostVer": "√",
|
|
323
|
-
* "uniVer": "√",
|
|
324
|
-
* "unixVer": "x"
|
|
325
|
-
* }
|
|
326
|
-
* },
|
|
327
|
-
* "web": {
|
|
328
|
-
* "uniVer": "x",
|
|
329
|
-
* "unixVer": "x"
|
|
330
|
-
* }
|
|
331
|
-
* }
|
|
332
|
-
* @uniVueVersion 2,3 //支持的vue版本
|
|
333
|
-
*/
|
|
334
|
-
removeSavedFile(options?: LegacyRemoveSavedFileOptions | null): void;
|
|
335
|
-
/**
|
|
336
|
-
* 获取文件信息
|
|
337
|
-
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getfileinfo
|
|
338
|
-
* @uniPlatform {
|
|
339
|
-
* "app": {
|
|
340
|
-
* "harmony": {
|
|
341
|
-
* "osVer": "3.0",
|
|
342
|
-
* "uniVer": "4.25",
|
|
343
|
-
* "unixVer": "4.61",
|
|
344
|
-
* "unixVaporVer": "5.0"
|
|
345
|
-
* }
|
|
346
|
-
* },
|
|
347
|
-
* "mp": {
|
|
348
|
-
* "weixin": {
|
|
349
|
-
* "hostVer": "√",
|
|
350
|
-
* "uniVer": "√",
|
|
351
|
-
* "unixVer": "4.41"
|
|
352
|
-
* },
|
|
353
|
-
* "alipay": {
|
|
354
|
-
* "hostVer": "√",
|
|
355
|
-
* "uniVer": "√",
|
|
356
|
-
* "unixVer": "x"
|
|
357
|
-
* },
|
|
358
|
-
* "baidu": {
|
|
359
|
-
* "hostVer": "√",
|
|
360
|
-
* "uniVer": "√",
|
|
361
|
-
* "unixVer": "x"
|
|
362
|
-
* },
|
|
363
|
-
* "toutiao": {
|
|
364
|
-
* "hostVer": "√",
|
|
365
|
-
* "uniVer": "√",
|
|
366
|
-
* "unixVer": "x"
|
|
367
|
-
* },
|
|
368
|
-
* "lark": {
|
|
369
|
-
* "hostVer": "√",
|
|
370
|
-
* "uniVer": "√",
|
|
371
|
-
* "unixVer": "x"
|
|
372
|
-
* },
|
|
373
|
-
* "qq": {
|
|
374
|
-
* "hostVer": "√",
|
|
375
|
-
* "uniVer": "√",
|
|
376
|
-
* "unixVer": "x"
|
|
377
|
-
* },
|
|
378
|
-
* "kuaishou": {
|
|
379
|
-
* "hostVer": "√",
|
|
380
|
-
* "uniVer": "√",
|
|
381
|
-
* "unixVer": "x"
|
|
382
|
-
* },
|
|
383
|
-
* "jd": {
|
|
384
|
-
* "hostVer": "√",
|
|
385
|
-
* "uniVer": "√",
|
|
386
|
-
* "unixVer": "x"
|
|
387
|
-
* }
|
|
388
|
-
* },
|
|
389
|
-
* "web": {
|
|
390
|
-
* "uniVer": "x",
|
|
391
|
-
* "unixVer": "x"
|
|
392
|
-
* }
|
|
393
|
-
* }
|
|
394
|
-
* @uniVueVersion 2,3 //支持的vue版本
|
|
395
|
-
*/
|
|
396
|
-
getFileInfo(options?: LegacyGetFileInfoOptions | null): void;
|
|
397
|
-
}
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
// 本文件为自动构建生成
|
|
2
|
-
import {
|
|
3
|
-
ReadFileSuccessResult as ReadFileSuccessResultOrigin,
|
|
4
|
-
OpenFileSuccessResult as OpenFileSuccessResultOrigin,
|
|
5
|
-
FileManagerSuccessResult as FileManagerSuccessResultOrigin,
|
|
6
|
-
FileManagerSuccessCallback as FileManagerSuccessCallbackOrigin,
|
|
7
|
-
FileManagerFailCallback as FileManagerFailCallbackOrigin,
|
|
8
|
-
FileManagerCompleteCallback as FileManagerCompleteCallbackOrigin,
|
|
9
|
-
ReadFileSuccessCallback as ReadFileSuccessCallbackOrigin,
|
|
10
|
-
ReadFileOptions as ReadFileOptionsOrigin,
|
|
11
|
-
WriteFileOptions as WriteFileOptionsOrigin,
|
|
12
|
-
AppendFileOptions as AppendFileOptionsOrigin,
|
|
13
|
-
OpenFileSuccessCallback as OpenFileSuccessCallbackOrigin,
|
|
14
|
-
OpenFileOptions as OpenFileOptionsOrigin,
|
|
15
|
-
OpenFileSyncOptions as OpenFileSyncOptionsOrigin,
|
|
16
|
-
UnLinkSuccessCallback as UnLinkSuccessCallbackOrigin,
|
|
17
|
-
UnLinkOptions as UnLinkOptionsOrigin,
|
|
18
|
-
MkDirSuccessCallback as MkDirSuccessCallbackOrigin,
|
|
19
|
-
MkDirOptions as MkDirOptionsOrigin,
|
|
20
|
-
RmDirOptions as RmDirOptionsOrigin,
|
|
21
|
-
ReadDirSuccessResult as ReadDirSuccessResultOrigin,
|
|
22
|
-
ReadDirSuccessCallback as ReadDirSuccessCallbackOrigin,
|
|
23
|
-
ReadDirOptions as ReadDirOptionsOrigin,
|
|
24
|
-
AccessOptions as AccessOptionsOrigin,
|
|
25
|
-
RenameOptions as RenameOptionsOrigin,
|
|
26
|
-
CopyFileOptions as CopyFileOptionsOrigin,
|
|
27
|
-
SaveFileOptions as SaveFileOptionsOrigin,
|
|
28
|
-
SaveFileSuccessCallback as SaveFileSuccessCallbackOrigin,
|
|
29
|
-
SaveFileSuccessResult as SaveFileSuccessResultOrigin,
|
|
30
|
-
GetFileInfoSuccessResult as GetFileInfoSuccessResultOrigin,
|
|
31
|
-
GetFileInfoSuccessCallback as GetFileInfoSuccessCallbackOrigin,
|
|
32
|
-
GetFileInfoOptions as GetFileInfoOptionsOrigin,
|
|
33
|
-
Stats as StatsOrigin,
|
|
34
|
-
FileStats as FileStatsOrigin,
|
|
35
|
-
StatSuccessResult as StatSuccessResultOrigin,
|
|
36
|
-
StatSuccessCallback as StatSuccessCallbackOrigin,
|
|
37
|
-
StatOptions as StatOptionsOrigin,
|
|
38
|
-
UnzipFileOptions as UnzipFileOptionsOrigin,
|
|
39
|
-
GetSavedFileListResult as GetSavedFileListResultOrigin,
|
|
40
|
-
GetSavedFileListCallback as GetSavedFileListCallbackOrigin,
|
|
41
|
-
GetSavedFileListOptions as GetSavedFileListOptionsOrigin,
|
|
42
|
-
TruncateFileOptions as TruncateFileOptionsOrigin,
|
|
43
|
-
ReadCompressedFileResult as ReadCompressedFileResultOrigin,
|
|
44
|
-
ReadCompressedFileCallback as ReadCompressedFileCallbackOrigin,
|
|
45
|
-
ReadCompressedFileOptions as ReadCompressedFileOptionsOrigin,
|
|
46
|
-
RemoveSavedFileOptions as RemoveSavedFileOptionsOrigin,
|
|
47
|
-
WriteResult as WriteResultOrigin,
|
|
48
|
-
WriteCallback as WriteCallbackOrigin,
|
|
49
|
-
WriteOptions as WriteOptionsOrigin,
|
|
50
|
-
WriteSyncOptions as WriteSyncOptionsOrigin,
|
|
51
|
-
CloseOptions as CloseOptionsOrigin,
|
|
52
|
-
CloseSyncOptions as CloseSyncOptionsOrigin,
|
|
53
|
-
FStatSuccessResult as FStatSuccessResultOrigin,
|
|
54
|
-
FStatSuccessCallback as FStatSuccessCallbackOrigin,
|
|
55
|
-
FStatOptions as FStatOptionsOrigin,
|
|
56
|
-
FStatSyncOptions as FStatSyncOptionsOrigin,
|
|
57
|
-
FTruncateFileOptions as FTruncateFileOptionsOrigin,
|
|
58
|
-
FTruncateFileSyncOptions as FTruncateFileSyncOptionsOrigin,
|
|
59
|
-
EntryItem as EntryItemOrigin,
|
|
60
|
-
EntriesResult as EntriesResultOrigin,
|
|
61
|
-
ZipFileItem as ZipFileItemOrigin,
|
|
62
|
-
ReadZipEntryCallback as ReadZipEntryCallbackOrigin,
|
|
63
|
-
ReadZipEntryOptions as ReadZipEntryOptionsOrigin,
|
|
64
|
-
ReadSuccessCallbackResult as ReadSuccessCallbackResultOrigin,
|
|
65
|
-
ReadSuccessCallback as ReadSuccessCallbackOrigin,
|
|
66
|
-
ReadOption as ReadOptionOrigin,
|
|
67
|
-
ReadSyncOption as ReadSyncOptionOrigin,
|
|
68
|
-
ReadResult as ReadResultOrigin,
|
|
69
|
-
FileSystemManager as FileSystemManagerOrigin,
|
|
70
|
-
GetFileSystemManager as GetFileSystemManagerOrigin,
|
|
71
|
-
FileSystemManagerErrorCode as FileSystemManagerErrorCodeOrigin,
|
|
72
|
-
FileSystemManagerFail as FileSystemManagerFailOrigin,
|
|
73
|
-
IFileSystemManagerFail as IFileSystemManagerFailOrigin,
|
|
74
|
-
Uni as UniOrigin
|
|
75
|
-
} from './interface'
|
|
76
|
-
|
|
77
|
-
declare global {
|
|
78
|
-
type ReadFileSuccessResult = ReadFileSuccessResultOrigin
|
|
79
|
-
type OpenFileSuccessResult = OpenFileSuccessResultOrigin
|
|
80
|
-
type FileManagerSuccessResult = FileManagerSuccessResultOrigin
|
|
81
|
-
type FileManagerSuccessCallback = FileManagerSuccessCallbackOrigin
|
|
82
|
-
type FileManagerFailCallback = FileManagerFailCallbackOrigin
|
|
83
|
-
type FileManagerCompleteCallback = FileManagerCompleteCallbackOrigin
|
|
84
|
-
type ReadFileSuccessCallback = ReadFileSuccessCallbackOrigin
|
|
85
|
-
type ReadFileOptions = ReadFileOptionsOrigin
|
|
86
|
-
type WriteFileOptions = WriteFileOptionsOrigin
|
|
87
|
-
type AppendFileOptions = AppendFileOptionsOrigin
|
|
88
|
-
type OpenFileSuccessCallback = OpenFileSuccessCallbackOrigin
|
|
89
|
-
type OpenFileOptions = OpenFileOptionsOrigin
|
|
90
|
-
type OpenFileSyncOptions = OpenFileSyncOptionsOrigin
|
|
91
|
-
type UnLinkSuccessCallback = UnLinkSuccessCallbackOrigin
|
|
92
|
-
type UnLinkOptions = UnLinkOptionsOrigin
|
|
93
|
-
type MkDirSuccessCallback = MkDirSuccessCallbackOrigin
|
|
94
|
-
type MkDirOptions = MkDirOptionsOrigin
|
|
95
|
-
type RmDirOptions = RmDirOptionsOrigin
|
|
96
|
-
type ReadDirSuccessResult = ReadDirSuccessResultOrigin
|
|
97
|
-
type ReadDirSuccessCallback = ReadDirSuccessCallbackOrigin
|
|
98
|
-
type ReadDirOptions = ReadDirOptionsOrigin
|
|
99
|
-
type AccessOptions = AccessOptionsOrigin
|
|
100
|
-
type RenameOptions = RenameOptionsOrigin
|
|
101
|
-
type CopyFileOptions = CopyFileOptionsOrigin
|
|
102
|
-
type SaveFileOptions = SaveFileOptionsOrigin
|
|
103
|
-
type SaveFileSuccessCallback = SaveFileSuccessCallbackOrigin
|
|
104
|
-
type SaveFileSuccessResult = SaveFileSuccessResultOrigin
|
|
105
|
-
type GetFileInfoSuccessResult = GetFileInfoSuccessResultOrigin
|
|
106
|
-
type GetFileInfoSuccessCallback = GetFileInfoSuccessCallbackOrigin
|
|
107
|
-
type GetFileInfoOptions = GetFileInfoOptionsOrigin
|
|
108
|
-
type Stats = StatsOrigin
|
|
109
|
-
type FileStats = FileStatsOrigin
|
|
110
|
-
type StatSuccessResult = StatSuccessResultOrigin
|
|
111
|
-
type StatSuccessCallback = StatSuccessCallbackOrigin
|
|
112
|
-
type StatOptions = StatOptionsOrigin
|
|
113
|
-
type UnzipFileOptions = UnzipFileOptionsOrigin
|
|
114
|
-
type GetSavedFileListResult = GetSavedFileListResultOrigin
|
|
115
|
-
type GetSavedFileListCallback = GetSavedFileListCallbackOrigin
|
|
116
|
-
type GetSavedFileListOptions = GetSavedFileListOptionsOrigin
|
|
117
|
-
type TruncateFileOptions = TruncateFileOptionsOrigin
|
|
118
|
-
type ReadCompressedFileResult = ReadCompressedFileResultOrigin
|
|
119
|
-
type ReadCompressedFileCallback = ReadCompressedFileCallbackOrigin
|
|
120
|
-
type ReadCompressedFileOptions = ReadCompressedFileOptionsOrigin
|
|
121
|
-
type RemoveSavedFileOptions = RemoveSavedFileOptionsOrigin
|
|
122
|
-
type WriteResult = WriteResultOrigin
|
|
123
|
-
type WriteCallback = WriteCallbackOrigin
|
|
124
|
-
type WriteOptions = WriteOptionsOrigin
|
|
125
|
-
type WriteSyncOptions = WriteSyncOptionsOrigin
|
|
126
|
-
type CloseOptions = CloseOptionsOrigin
|
|
127
|
-
type CloseSyncOptions = CloseSyncOptionsOrigin
|
|
128
|
-
type FStatSuccessResult = FStatSuccessResultOrigin
|
|
129
|
-
type FStatSuccessCallback = FStatSuccessCallbackOrigin
|
|
130
|
-
type FStatOptions = FStatOptionsOrigin
|
|
131
|
-
type FStatSyncOptions = FStatSyncOptionsOrigin
|
|
132
|
-
type FTruncateFileOptions = FTruncateFileOptionsOrigin
|
|
133
|
-
type FTruncateFileSyncOptions = FTruncateFileSyncOptionsOrigin
|
|
134
|
-
type EntryItem = EntryItemOrigin
|
|
135
|
-
type EntriesResult = EntriesResultOrigin
|
|
136
|
-
type ZipFileItem = ZipFileItemOrigin
|
|
137
|
-
type ReadZipEntryCallback = ReadZipEntryCallbackOrigin
|
|
138
|
-
type ReadZipEntryOptions = ReadZipEntryOptionsOrigin
|
|
139
|
-
type ReadSuccessCallbackResult = ReadSuccessCallbackResultOrigin
|
|
140
|
-
type ReadSuccessCallback = ReadSuccessCallbackOrigin
|
|
141
|
-
type ReadOption = ReadOptionOrigin
|
|
142
|
-
type ReadSyncOption = ReadSyncOptionOrigin
|
|
143
|
-
type ReadResult = ReadResultOrigin
|
|
144
|
-
type FileSystemManager = FileSystemManagerOrigin
|
|
145
|
-
type GetFileSystemManager = GetFileSystemManagerOrigin
|
|
146
|
-
type FileSystemManagerErrorCode = FileSystemManagerErrorCodeOrigin
|
|
147
|
-
type FileSystemManagerFail = FileSystemManagerFailOrigin
|
|
148
|
-
type IFileSystemManagerFail = IFileSystemManagerFailOrigin
|
|
149
|
-
interface Uni extends UniOrigin { }
|
|
150
|
-
}
|
|
151
|
-
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
// 本文件为自动构建生成
|
|
2
|
-
export {
|
|
3
|
-
ReadFileSuccessResult,
|
|
4
|
-
OpenFileSuccessResult,
|
|
5
|
-
FileManagerSuccessResult,
|
|
6
|
-
FileManagerSuccessCallback,
|
|
7
|
-
FileManagerFailCallback,
|
|
8
|
-
FileManagerCompleteCallback,
|
|
9
|
-
ReadFileSuccessCallback,
|
|
10
|
-
ReadFileOptions,
|
|
11
|
-
WriteFileOptions,
|
|
12
|
-
AppendFileOptions,
|
|
13
|
-
OpenFileSuccessCallback,
|
|
14
|
-
OpenFileOptions,
|
|
15
|
-
OpenFileSyncOptions,
|
|
16
|
-
UnLinkSuccessCallback,
|
|
17
|
-
UnLinkOptions,
|
|
18
|
-
MkDirSuccessCallback,
|
|
19
|
-
MkDirOptions,
|
|
20
|
-
RmDirOptions,
|
|
21
|
-
ReadDirSuccessResult,
|
|
22
|
-
ReadDirSuccessCallback,
|
|
23
|
-
ReadDirOptions,
|
|
24
|
-
AccessOptions,
|
|
25
|
-
RenameOptions,
|
|
26
|
-
CopyFileOptions,
|
|
27
|
-
SaveFileOptions,
|
|
28
|
-
SaveFileSuccessCallback,
|
|
29
|
-
SaveFileSuccessResult,
|
|
30
|
-
GetFileInfoSuccessResult,
|
|
31
|
-
GetFileInfoSuccessCallback,
|
|
32
|
-
GetFileInfoOptions,
|
|
33
|
-
Stats,
|
|
34
|
-
FileStats,
|
|
35
|
-
StatSuccessResult,
|
|
36
|
-
StatSuccessCallback,
|
|
37
|
-
StatOptions,
|
|
38
|
-
UnzipFileOptions,
|
|
39
|
-
GetSavedFileListResult,
|
|
40
|
-
GetSavedFileListCallback,
|
|
41
|
-
GetSavedFileListOptions,
|
|
42
|
-
TruncateFileOptions,
|
|
43
|
-
ReadCompressedFileResult,
|
|
44
|
-
ReadCompressedFileCallback,
|
|
45
|
-
ReadCompressedFileOptions,
|
|
46
|
-
RemoveSavedFileOptions,
|
|
47
|
-
WriteResult,
|
|
48
|
-
WriteCallback,
|
|
49
|
-
WriteOptions,
|
|
50
|
-
WriteSyncOptions,
|
|
51
|
-
CloseOptions,
|
|
52
|
-
CloseSyncOptions,
|
|
53
|
-
FStatSuccessResult,
|
|
54
|
-
FStatSuccessCallback,
|
|
55
|
-
FStatOptions,
|
|
56
|
-
FStatSyncOptions,
|
|
57
|
-
FTruncateFileOptions,
|
|
58
|
-
FTruncateFileSyncOptions,
|
|
59
|
-
EntryItem,
|
|
60
|
-
EntriesResult,
|
|
61
|
-
ZipFileItem,
|
|
62
|
-
ReadZipEntryCallback,
|
|
63
|
-
ReadZipEntryOptions,
|
|
64
|
-
ReadSuccessCallbackResult,
|
|
65
|
-
ReadSuccessCallback,
|
|
66
|
-
ReadOption,
|
|
67
|
-
ReadSyncOption,
|
|
68
|
-
ReadResult,
|
|
69
|
-
FileSystemManager,
|
|
70
|
-
GetFileSystemManager,
|
|
71
|
-
FileSystemManagerErrorCode,
|
|
72
|
-
FileSystemManagerFail,
|
|
73
|
-
IFileSystemManagerFail,
|
|
74
|
-
} from './interface'
|
|
75
|
-
|