@dcloudio/uni-app-x 0.7.87 → 0.7.89
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/UniElement.d.ts +2 -1
- package/types/dom2-internal/UniNativeBaseView.d.ts +2 -1
- package/types/dom2-internal/UniTextElement.d.ts +5 -0
- package/types/dom2-internal/sharedData.d.ts +6 -9
- package/types/native/IUniElement.d.ts +291 -286
- package/types/native/IUniNativeViewElement.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
package/package.json
CHANGED
|
@@ -119,6 +119,7 @@ declare global {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
interface UniSharedDataComponentOptions {
|
|
122
|
+
vueId: number
|
|
122
123
|
styleIsolation: UniSharedDataComponentStyleIsolation
|
|
123
124
|
renderer: UniSharedDataComponentRenderer
|
|
124
125
|
flatten: UniSharedDataComponentFlatten
|
|
@@ -134,6 +135,11 @@ declare global {
|
|
|
134
135
|
* @internal
|
|
135
136
|
*/
|
|
136
137
|
static _styleSheet: Map<string, Map<string, Map<number, any>>>
|
|
138
|
+
/**
|
|
139
|
+
* vue实例ID
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
142
|
+
_vueId: number
|
|
137
143
|
/**
|
|
138
144
|
* 当前页面或组件关联的 UniPage 对象
|
|
139
145
|
* @internal
|
|
@@ -162,15 +168,6 @@ declare global {
|
|
|
162
168
|
*/
|
|
163
169
|
inheritAttrs: UniSharedDataJSONObject
|
|
164
170
|
constructor(scope: UniSharedDataPage, options: UniSharedDataComponentOptions)
|
|
165
|
-
/**
|
|
166
|
-
* 设置 vue id (主要用于自动化测试,js层设置)
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
_setVueId(id: number): void
|
|
170
|
-
/**
|
|
171
|
-
* 获取 vue id (主要用于自动化测试,c层读取)
|
|
172
|
-
*/
|
|
173
|
-
getVueId(): number
|
|
174
171
|
/**
|
|
175
172
|
* 监听组件根节点样式变更
|
|
176
173
|
* @internal
|