@dcloudio/uni-app-x 0.7.106 → 0.7.107

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.106",
3
+ "version": "0.7.107",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -281,7 +281,7 @@ declare global {
281
281
  readonly oldIndex: number
282
282
  }
283
283
 
284
- class UniSharedDataVFor<T extends UniSharedData> extends UniSharedData {
284
+ class UniSharedDataVFor<T extends UniSharedData = UniSharedData> extends UniSharedData {
285
285
  setData(data: T[]): void
286
286
  setMount(mount: UniSharedDataVForMount[]): void
287
287
  setUnmount(unmount: UniSharedDataVForUnmount[]): void