@dcloudio/uni-app-x 0.7.106 → 0.7.108
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
|
@@ -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
|
|
@@ -300,13 +300,14 @@ declare global {
|
|
|
300
300
|
class VueReactivity {
|
|
301
301
|
track(target: object, type: TrackOpTypes, key: unknown): void
|
|
302
302
|
}
|
|
303
|
+
const __elementVueReactivity: VueReactivity
|
|
304
|
+
const __nativeViewVueReactivity: VueReactivity
|
|
303
305
|
|
|
304
306
|
const TEXT_LAYOUT_INDEX_VUE_ID = 0
|
|
305
307
|
const TEXT_LAYOUT_INDEX_FID = 1
|
|
306
308
|
const TEXT_LAYOUT_INDEX_EID = 2
|
|
307
309
|
const TEXT_LAYOUT_INDEX_NODE_ID = 3
|
|
308
310
|
|
|
309
|
-
|
|
310
311
|
// 编译宏
|
|
311
312
|
|
|
312
313
|
interface UniSharedDataRegistry {}
|