@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.66",
3
+ "version": "0.7.67",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -110,7 +110,7 @@ declare global {
110
110
  * 当前页面或组件的样式表
111
111
  * @internal
112
112
  */
113
- _styleSheet: Map<string, Map<string, Map<string, any>>>
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, create: () => T)
207
+ constructor(scope: UniSharedDataPage)
208
208
  }
209
209
 
210
210
  class VueReactivity { }