@dcloudio/uni-app-x 0.7.66 → 0.7.67
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
|
@@ -110,7 +110,7 @@ declare global {
|
|
|
110
110
|
* 当前页面或组件的样式表
|
|
111
111
|
* @internal
|
|
112
112
|
*/
|
|
113
|
-
_styleSheet: Map<string, Map<string, Map<
|
|
113
|
+
_styleSheet: Map<string, Map<string, Map<number, any>>>
|
|
114
114
|
/**
|
|
115
115
|
* 自定义组件需要透传的属性,需要暴露给js层设置: _set_inheritAttrs()
|
|
116
116
|
* @internal
|
|
@@ -204,7 +204,7 @@ declare global {
|
|
|
204
204
|
update: UniSharedDataVForUpdate[]
|
|
205
205
|
dirty: UniSharedDataVForDirty
|
|
206
206
|
create: () => T
|
|
207
|
-
constructor(scope: UniSharedDataPage
|
|
207
|
+
constructor(scope: UniSharedDataPage)
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
class VueReactivity { }
|