@dcloudio/uni-app-x 0.7.93 → 0.7.95
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
CHANGED
|
@@ -109,7 +109,8 @@ declare global {
|
|
|
109
109
|
|
|
110
110
|
enum UniSharedDataComponentStyleIsolation {
|
|
111
111
|
Isolated,
|
|
112
|
-
|
|
112
|
+
App,
|
|
113
|
+
AppAndPage
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
enum UniSharedDataComponentRenderer {
|
|
@@ -180,7 +181,7 @@ declare global {
|
|
|
180
181
|
useComputedStyle(options: {
|
|
181
182
|
properties: number[]
|
|
182
183
|
filterProperties?: boolean | null
|
|
183
|
-
callback: (result: Array<[
|
|
184
|
+
callback: (result: Array<[string, any | null]>) => void
|
|
184
185
|
}): Map<string, any | null>
|
|
185
186
|
/**
|
|
186
187
|
* 由编译器动态生成的子类中的 Element 渲染器
|
|
@@ -325,7 +325,7 @@ export type SetInnerAudioOptionOptions = {
|
|
|
325
325
|
"osVer": "12.0",
|
|
326
326
|
"uniVer": "x",
|
|
327
327
|
"uniUtsPlugin": "x",
|
|
328
|
-
"unixVer": "
|
|
328
|
+
"unixVer": "5.0",
|
|
329
329
|
"unixUtsPlugin": "5.0"
|
|
330
330
|
},
|
|
331
331
|
"harmony": {
|
|
@@ -1208,8 +1208,8 @@ export interface InnerAudioContext {
|
|
|
1208
1208
|
"osVer": "12.0",
|
|
1209
1209
|
"uniVer": "√",
|
|
1210
1210
|
"uniUtsPlugin": "x",
|
|
1211
|
-
"unixVer": "
|
|
1212
|
-
"unixUtsPlugin": "
|
|
1211
|
+
"unixVer": "5.0",
|
|
1212
|
+
"unixUtsPlugin": "5.0"
|
|
1213
1213
|
},
|
|
1214
1214
|
"harmony": {
|
|
1215
1215
|
"osVer": "5.0.0",
|