@dcloudio/uni-app-x 0.7.79 → 0.7.80

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.
Files changed (147) hide show
  1. package/package.json +1 -1
  2. package/types/dom2/UniCSSProperty.d.ts +0 -1
  3. package/types/dom2/UniCSSTransition.d.ts +30 -6
  4. package/types/dom2/UniElement.d.ts +5 -0
  5. package/types/dom2/UniNativeBaseView.d.ts +5 -3
  6. package/types/dom2/UniNativeDefines.d.ts +10 -10
  7. package/types/dom2/UniPage.d.ts +36 -3
  8. package/types/dom2/UniTextElement.d.ts +5 -0
  9. package/types/dom2/global.d.ts +21 -7
  10. package/types/dom2/sharedData.d.ts +10 -1
  11. package/types/dom2-internal/UniElement.d.ts +15 -0
  12. package/types/native/UniPage.d.ts +97 -1
  13. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/global.d.ts +7 -6
  14. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/index.d.ts +4 -3
  15. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -1
  16. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/global.d.ts +7 -6
  17. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/index.d.ts +4 -3
  18. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +69 -23
  19. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +7 -40
  20. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -20
  21. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +66 -495
  22. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +9 -8
  23. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +5 -4
  24. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +29 -28
  25. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +10 -0
  26. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +5 -0
  27. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +400 -212
  28. package/types/uni/uts-plugin-component/lib/uni-web-view-global/utssdk/interface.d.ts +5 -0
  29. package/types/node_modules/.package-lock.json +0 -20
  30. package/types/node_modules/typescript/LICENSE.txt +0 -55
  31. package/types/node_modules/typescript/ThirdPartyNoticeText.txt +0 -193
  32. package/types/node_modules/typescript/bin/tsc +0 -2
  33. package/types/node_modules/typescript/bin/tsserver +0 -2
  34. package/types/node_modules/typescript/lib/cancellationToken.js +0 -90
  35. package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +0 -1880
  36. package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +0 -1880
  37. package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +0 -1880
  38. package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +0 -1880
  39. package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +0 -1880
  40. package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +0 -1880
  41. package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +0 -1880
  42. package/types/node_modules/typescript/lib/lib.d.ts +0 -22
  43. package/types/node_modules/typescript/lib/lib.decorators.d.ts +0 -386
  44. package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +0 -22
  45. package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +0 -33
  46. package/types/node_modules/typescript/lib/lib.dom.d.ts +0 -28596
  47. package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +0 -475
  48. package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +0 -147
  49. package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +0 -597
  50. package/types/node_modules/typescript/lib/lib.es2015.d.ts +0 -28
  51. package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +0 -77
  52. package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +0 -495
  53. package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +0 -81
  54. package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +0 -128
  55. package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +0 -144
  56. package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +0 -46
  57. package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
  58. package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +0 -116
  59. package/types/node_modules/typescript/lib/lib.es2016.d.ts +0 -21
  60. package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +0 -23
  61. package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +0 -31
  62. package/types/node_modules/typescript/lib/lib.es2017.d.ts +0 -25
  63. package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +0 -31
  64. package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +0 -23
  65. package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +0 -44
  66. package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +0 -49
  67. package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +0 -135
  68. package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +0 -45
  69. package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +0 -53
  70. package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +0 -77
  71. package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +0 -43
  72. package/types/node_modules/typescript/lib/lib.es2018.d.ts +0 -24
  73. package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +0 -24
  74. package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +0 -83
  75. package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +0 -30
  76. package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +0 -37
  77. package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +0 -79
  78. package/types/node_modules/typescript/lib/lib.es2019.d.ts +0 -24
  79. package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +0 -24
  80. package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +0 -23
  81. package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +0 -33
  82. package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +0 -37
  83. package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +0 -24
  84. package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +0 -727
  85. package/types/node_modules/typescript/lib/lib.es2020.d.ts +0 -27
  86. package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +0 -42
  87. package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +0 -24
  88. package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +0 -474
  89. package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +0 -28
  90. package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +0 -47
  91. package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +0 -97
  92. package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +0 -42
  93. package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +0 -37
  94. package/types/node_modules/typescript/lib/lib.es2021.d.ts +0 -23
  95. package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +0 -24
  96. package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +0 -166
  97. package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +0 -48
  98. package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +0 -33
  99. package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +0 -76
  100. package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +0 -121
  101. package/types/node_modules/typescript/lib/lib.es2022.d.ts +0 -26
  102. package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +0 -73
  103. package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +0 -24
  104. package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +0 -117
  105. package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +0 -26
  106. package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +0 -39
  107. package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +0 -39
  108. package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +0 -25
  109. package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +0 -924
  110. package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +0 -21
  111. package/types/node_modules/typescript/lib/lib.es2023.d.ts +0 -22
  112. package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +0 -24
  113. package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +0 -56
  114. package/types/node_modules/typescript/lib/lib.es5.d.ts +0 -4585
  115. package/types/node_modules/typescript/lib/lib.es6.d.ts +0 -23
  116. package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +0 -35
  117. package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +0 -106
  118. package/types/node_modules/typescript/lib/lib.esnext.d.ts +0 -28
  119. package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +0 -28
  120. package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +0 -185
  121. package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +0 -24
  122. package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +0 -21
  123. package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +0 -29
  124. package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -35
  125. package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +0 -25
  126. package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +0 -29
  127. package/types/node_modules/typescript/lib/lib.scripthost.d.ts +0 -322
  128. package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +0 -33
  129. package/types/node_modules/typescript/lib/lib.webworker.d.ts +0 -9431
  130. package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +0 -23
  131. package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +0 -276
  132. package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +0 -1880
  133. package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +0 -1880
  134. package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +0 -1880
  135. package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +0 -1880
  136. package/types/node_modules/typescript/lib/tsc.js +0 -129741
  137. package/types/node_modules/typescript/lib/tsserver.js +0 -621
  138. package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +0 -17
  139. package/types/node_modules/typescript/lib/tsserverlibrary.js +0 -21
  140. package/types/node_modules/typescript/lib/typesMap.json +0 -497
  141. package/types/node_modules/typescript/lib/typescript.d.ts +0 -11240
  142. package/types/node_modules/typescript/lib/typescript.js +0 -194910
  143. package/types/node_modules/typescript/lib/typingsInstaller.js +0 -236
  144. package/types/node_modules/typescript/lib/watchGuard.js +0 -53
  145. package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +0 -1880
  146. package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +0 -1880
  147. package/types/node_modules/typescript/package.json +0 -116
@@ -4,17 +4,17 @@
4
4
  export type OnAppCrashCallback = () => void
5
5
 
6
6
  /**
7
- * 监听应用崩溃
7
+ * 监听应用崩溃
8
8
  * @internal
9
9
  */
10
10
  export type OnAppCrash = (callback : OnAppCrashCallback) => void
11
11
 
12
12
  /**
13
- * 取消监听应用崩溃
13
+ * 取消监听应用崩溃
14
14
  * @internal
15
15
  */
16
16
  export type OffAppCrash = () => void
17
-
17
+
18
18
  /**
19
19
  * @internal
20
20
  */
@@ -24,7 +24,7 @@ export type AppCrashInfo = {
24
24
  */
25
25
  id : string,
26
26
  /**
27
- * 崩溃的堆栈信息
27
+ * 崩溃的日志路径
28
28
  */
29
29
  file : string,
30
30
  /**
@@ -34,7 +34,7 @@ export type AppCrashInfo = {
34
34
  }
35
35
 
36
36
  /**
37
- * 获取所有的崩溃信息
37
+ * 获取所有的崩溃信息
38
38
  * @internal
39
39
  */
40
40
 
@@ -43,40 +43,41 @@ export type GetAppCrashInfo = () => Array<AppCrashInfo> | null
43
43
 
44
44
 
45
45
  /**
46
- * 删除指定的崩溃信息,id为空则删除所有的崩溃信息
46
+ * 删除指定的崩溃信息,id为空则删除所有的崩溃信息
47
47
  * @internal
48
48
  */
49
49
  export type DeleteAppCrashInfo = (id : string | null) => void
50
50
 
51
- export type CreatAppCrash = () => void
51
+ export type CreateAppCrash = () => void
52
52
 
53
53
 
54
- export interface Uni {
55
- /**
56
- * 监听异常崩溃发生(iOS不支持)
57
- * @internal
54
+ export interface Uni {
55
+ /**
56
+ * 监听异常崩溃发生(iOS不支持)
57
+ * @internal
58
58
  */
59
- __onAppCrash(callback : OnAppCrashCallback | null) : void,
60
- /**
61
- * 取消异常崩溃发生(iOS不支持)
62
- * @internal
59
+ __onAppCrash(callback : OnAppCrashCallback | null) : void,
60
+ /**
61
+ * 取消异常崩溃发生(iOS不支持)
62
+ * @internal
63
63
  */
64
- __offAppCrash() : void,
65
-
66
- /**
67
- * 获取异常崩溃数据
68
- * @internal
64
+ __offAppCrash() : void,
65
+
66
+ /**
67
+ * 获取异常崩溃数据
68
+ * @internal
69
69
  */
70
70
 
71
71
  __getAppCrashInfo() : Array<AppCrashInfo> | null,
72
- /**
73
- * 删除本地对应Crash数据
74
- * @internal
72
+
73
+ /**
74
+ * 删除本地对应Crash数据
75
+ * @internal
75
76
  */
76
- __deleteAppCrashInfo(id : string | null) : void,
77
- /**
78
- * 触发crash
79
- * @internal
77
+ __deleteAppCrashInfo(id : string | null) : void,
78
+ /**
79
+ * 触发crash
80
+ * @internal
80
81
  */
81
82
  __createAppCrash() : void
82
- }
83
+ }
@@ -3,8 +3,13 @@
3
3
  WebViewProgressStyles as WebViewProgressStylesOrigin,
4
4
  WebViewStyles as WebViewStylesOrigin,
5
5
  UniWebviewContextLoadDataOptions as UniWebviewContextLoadDataOptionsOrigin,
6
+ UniWebViewContextLoadDataOptions as UniWebViewContextLoadDataOptionsOrigin,
7
+ UniWebViewElementLoadDataOptions as UniWebViewElementLoadDataOptionsOrigin,
6
8
  WebviewContext as WebviewContextOrigin,
9
+ WebViewContext as WebViewContextOrigin,
10
+ WebViewContext as WebViewContextOrigin,
7
11
  CreateWebviewContext as CreateWebviewContextOrigin,
12
+ CreateWebViewContext as CreateWebViewContextOrigin,
8
13
  Uni as UniOrigin
9
14
  } from './interface'
10
15
 
@@ -12,8 +17,13 @@
12
17
  type WebViewProgressStyles = WebViewProgressStylesOrigin
13
18
  type WebViewStyles = WebViewStylesOrigin
14
19
  type UniWebviewContextLoadDataOptions = UniWebviewContextLoadDataOptionsOrigin
20
+ type UniWebViewContextLoadDataOptions = UniWebViewContextLoadDataOptionsOrigin
21
+ type UniWebViewElementLoadDataOptions = UniWebViewElementLoadDataOptionsOrigin
15
22
  type WebviewContext = WebviewContextOrigin
23
+ type WebViewContext = WebViewContextOrigin
24
+ type WebViewContext = WebViewContextOrigin
16
25
  type CreateWebviewContext = CreateWebviewContextOrigin
26
+ type CreateWebViewContext = CreateWebViewContextOrigin
17
27
  interface Uni extends UniOrigin { }
18
28
  }
19
29
 
@@ -3,7 +3,12 @@
3
3
  WebViewProgressStyles,
4
4
  WebViewStyles,
5
5
  UniWebviewContextLoadDataOptions,
6
+ UniWebViewContextLoadDataOptions,
7
+ UniWebViewElementLoadDataOptions,
6
8
  WebviewContext,
9
+ WebViewContext,
10
+ WebViewContext,
7
11
  CreateWebviewContext,
12
+ CreateWebViewContext,
8
13
  } from './interface'
9
14