@dcloudio/uni-app-x 0.7.119 → 0.7.121

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 (189) hide show
  1. package/package.json +1 -1
  2. package/types/app.d.ts +2 -1
  3. package/types/dom2-internal/UniPage.d.ts +6 -0
  4. package/types/dom2-internal/sharedData.d.ts +5 -1
  5. package/types/native/DrawableContext.d.ts +104 -52
  6. package/types/native/IUniElement.d.ts +4 -2
  7. package/types/node_modules/.package-lock.json +20 -0
  8. package/types/node_modules/typescript/LICENSE.txt +55 -0
  9. package/types/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
  10. package/types/node_modules/typescript/bin/tsc +2 -0
  11. package/types/node_modules/typescript/bin/tsserver +2 -0
  12. package/types/node_modules/typescript/lib/cancellationToken.js +90 -0
  13. package/types/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
  14. package/types/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
  15. package/types/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
  16. package/types/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
  17. package/types/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
  18. package/types/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
  19. package/types/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
  20. package/types/node_modules/typescript/lib/lib.d.ts +22 -0
  21. package/types/node_modules/typescript/lib/lib.decorators.d.ts +386 -0
  22. package/types/node_modules/typescript/lib/lib.decorators.legacy.d.ts +22 -0
  23. package/types/node_modules/typescript/lib/lib.dom.asynciterable.d.ts +33 -0
  24. package/types/node_modules/typescript/lib/lib.dom.d.ts +28596 -0
  25. package/types/node_modules/typescript/lib/lib.dom.iterable.d.ts +475 -0
  26. package/types/node_modules/typescript/lib/lib.es2015.collection.d.ts +147 -0
  27. package/types/node_modules/typescript/lib/lib.es2015.core.d.ts +597 -0
  28. package/types/node_modules/typescript/lib/lib.es2015.d.ts +28 -0
  29. package/types/node_modules/typescript/lib/lib.es2015.generator.d.ts +77 -0
  30. package/types/node_modules/typescript/lib/lib.es2015.iterable.d.ts +495 -0
  31. package/types/node_modules/typescript/lib/lib.es2015.promise.d.ts +81 -0
  32. package/types/node_modules/typescript/lib/lib.es2015.proxy.d.ts +128 -0
  33. package/types/node_modules/typescript/lib/lib.es2015.reflect.d.ts +144 -0
  34. package/types/node_modules/typescript/lib/lib.es2015.symbol.d.ts +46 -0
  35. package/types/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts +326 -0
  36. package/types/node_modules/typescript/lib/lib.es2016.array.include.d.ts +116 -0
  37. package/types/node_modules/typescript/lib/lib.es2016.d.ts +21 -0
  38. package/types/node_modules/typescript/lib/lib.es2016.full.d.ts +23 -0
  39. package/types/node_modules/typescript/lib/lib.es2016.intl.d.ts +31 -0
  40. package/types/node_modules/typescript/lib/lib.es2017.d.ts +25 -0
  41. package/types/node_modules/typescript/lib/lib.es2017.date.d.ts +31 -0
  42. package/types/node_modules/typescript/lib/lib.es2017.full.d.ts +23 -0
  43. package/types/node_modules/typescript/lib/lib.es2017.intl.d.ts +44 -0
  44. package/types/node_modules/typescript/lib/lib.es2017.object.d.ts +49 -0
  45. package/types/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts +135 -0
  46. package/types/node_modules/typescript/lib/lib.es2017.string.d.ts +45 -0
  47. package/types/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts +53 -0
  48. package/types/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts +77 -0
  49. package/types/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts +43 -0
  50. package/types/node_modules/typescript/lib/lib.es2018.d.ts +24 -0
  51. package/types/node_modules/typescript/lib/lib.es2018.full.d.ts +24 -0
  52. package/types/node_modules/typescript/lib/lib.es2018.intl.d.ts +83 -0
  53. package/types/node_modules/typescript/lib/lib.es2018.promise.d.ts +30 -0
  54. package/types/node_modules/typescript/lib/lib.es2018.regexp.d.ts +37 -0
  55. package/types/node_modules/typescript/lib/lib.es2019.array.d.ts +79 -0
  56. package/types/node_modules/typescript/lib/lib.es2019.d.ts +24 -0
  57. package/types/node_modules/typescript/lib/lib.es2019.full.d.ts +24 -0
  58. package/types/node_modules/typescript/lib/lib.es2019.intl.d.ts +23 -0
  59. package/types/node_modules/typescript/lib/lib.es2019.object.d.ts +33 -0
  60. package/types/node_modules/typescript/lib/lib.es2019.string.d.ts +37 -0
  61. package/types/node_modules/typescript/lib/lib.es2019.symbol.d.ts +24 -0
  62. package/types/node_modules/typescript/lib/lib.es2020.bigint.d.ts +727 -0
  63. package/types/node_modules/typescript/lib/lib.es2020.d.ts +27 -0
  64. package/types/node_modules/typescript/lib/lib.es2020.date.d.ts +42 -0
  65. package/types/node_modules/typescript/lib/lib.es2020.full.d.ts +24 -0
  66. package/types/node_modules/typescript/lib/lib.es2020.intl.d.ts +474 -0
  67. package/types/node_modules/typescript/lib/lib.es2020.number.d.ts +28 -0
  68. package/types/node_modules/typescript/lib/lib.es2020.promise.d.ts +47 -0
  69. package/types/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts +97 -0
  70. package/types/node_modules/typescript/lib/lib.es2020.string.d.ts +42 -0
  71. package/types/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts +37 -0
  72. package/types/node_modules/typescript/lib/lib.es2021.d.ts +23 -0
  73. package/types/node_modules/typescript/lib/lib.es2021.full.d.ts +24 -0
  74. package/types/node_modules/typescript/lib/lib.es2021.intl.d.ts +166 -0
  75. package/types/node_modules/typescript/lib/lib.es2021.promise.d.ts +48 -0
  76. package/types/node_modules/typescript/lib/lib.es2021.string.d.ts +33 -0
  77. package/types/node_modules/typescript/lib/lib.es2021.weakref.d.ts +76 -0
  78. package/types/node_modules/typescript/lib/lib.es2022.array.d.ts +121 -0
  79. package/types/node_modules/typescript/lib/lib.es2022.d.ts +26 -0
  80. package/types/node_modules/typescript/lib/lib.es2022.error.d.ts +73 -0
  81. package/types/node_modules/typescript/lib/lib.es2022.full.d.ts +24 -0
  82. package/types/node_modules/typescript/lib/lib.es2022.intl.d.ts +117 -0
  83. package/types/node_modules/typescript/lib/lib.es2022.object.d.ts +26 -0
  84. package/types/node_modules/typescript/lib/lib.es2022.regexp.d.ts +39 -0
  85. package/types/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts +39 -0
  86. package/types/node_modules/typescript/lib/lib.es2022.string.d.ts +25 -0
  87. package/types/node_modules/typescript/lib/lib.es2023.array.d.ts +924 -0
  88. package/types/node_modules/typescript/lib/lib.es2023.collection.d.ts +21 -0
  89. package/types/node_modules/typescript/lib/lib.es2023.d.ts +22 -0
  90. package/types/node_modules/typescript/lib/lib.es2023.full.d.ts +24 -0
  91. package/types/node_modules/typescript/lib/lib.es2023.intl.d.ts +56 -0
  92. package/types/node_modules/typescript/lib/lib.es5.d.ts +4585 -0
  93. package/types/node_modules/typescript/lib/lib.es6.d.ts +23 -0
  94. package/types/node_modules/typescript/lib/lib.esnext.array.d.ts +35 -0
  95. package/types/node_modules/typescript/lib/lib.esnext.collection.d.ts +106 -0
  96. package/types/node_modules/typescript/lib/lib.esnext.d.ts +28 -0
  97. package/types/node_modules/typescript/lib/lib.esnext.decorators.d.ts +28 -0
  98. package/types/node_modules/typescript/lib/lib.esnext.disposable.d.ts +185 -0
  99. package/types/node_modules/typescript/lib/lib.esnext.full.d.ts +24 -0
  100. package/types/node_modules/typescript/lib/lib.esnext.intl.d.ts +21 -0
  101. package/types/node_modules/typescript/lib/lib.esnext.object.d.ts +29 -0
  102. package/types/node_modules/typescript/lib/lib.esnext.promise.d.ts +35 -0
  103. package/types/node_modules/typescript/lib/lib.esnext.regexp.d.ts +25 -0
  104. package/types/node_modules/typescript/lib/lib.esnext.string.d.ts +29 -0
  105. package/types/node_modules/typescript/lib/lib.scripthost.d.ts +322 -0
  106. package/types/node_modules/typescript/lib/lib.webworker.asynciterable.d.ts +33 -0
  107. package/types/node_modules/typescript/lib/lib.webworker.d.ts +9431 -0
  108. package/types/node_modules/typescript/lib/lib.webworker.importscripts.d.ts +23 -0
  109. package/types/node_modules/typescript/lib/lib.webworker.iterable.d.ts +276 -0
  110. package/types/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
  111. package/types/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
  112. package/types/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
  113. package/types/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
  114. package/types/node_modules/typescript/lib/tsc.js +129741 -0
  115. package/types/node_modules/typescript/lib/tsserver.js +621 -0
  116. package/types/node_modules/typescript/lib/tsserverlibrary.d.ts +17 -0
  117. package/types/node_modules/typescript/lib/tsserverlibrary.js +21 -0
  118. package/types/node_modules/typescript/lib/typesMap.json +497 -0
  119. package/types/node_modules/typescript/lib/typescript.d.ts +11240 -0
  120. package/types/node_modules/typescript/lib/typescript.js +194910 -0
  121. package/types/node_modules/typescript/lib/typingsInstaller.js +236 -0
  122. package/types/node_modules/typescript/lib/watchGuard.js +53 -0
  123. package/types/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
  124. package/types/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
  125. package/types/node_modules/typescript/package.json +116 -0
  126. package/types/page.d.ts +2 -2
  127. package/types/uni/env/index.d.ts +2 -1
  128. package/types/uni/uts-plugin-api/global.d.ts +0 -2
  129. package/types/uni/uts-plugin-api/index.d.ts +0 -2
  130. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +0 -2
  131. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +0 -1
  132. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +0 -1
  133. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +110 -110
  134. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +1 -0
  135. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +72 -531
  136. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +72 -531
  137. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +214 -549
  138. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +72 -68
  139. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +8 -12
  140. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +4 -6
  141. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +1741 -905
  142. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +12 -12
  143. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +534 -337
  144. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +1157 -830
  145. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -4
  146. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -2
  147. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +948 -340
  148. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  149. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +8 -0
  150. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +4 -0
  151. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +1155 -1142
  152. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +6 -6
  153. package/types/uni/uts-plugin-component/global.d.ts +0 -2
  154. package/types/uni/uts-plugin-component/index.d.ts +0 -2
  155. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -2
  156. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -1
  157. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -1
  158. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +110 -110
  159. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/interface.d.ts +2 -1
  160. package/types/uni/uts-plugin-component/lib/uni-form-global/utssdk/interface.d.ts +1 -1
  161. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +1 -0
  162. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +531 -72
  163. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +531 -72
  164. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +569 -110
  165. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +73 -67
  166. package/types/uni/uts-plugin-component/lib/uni-match-media-global/utssdk/interface.d.ts +1 -1
  167. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +8 -12
  168. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +4 -6
  169. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +1743 -291
  170. package/types/uni/uts-plugin-component/lib/uni-navigator-global/utssdk/interface.d.ts +1 -1
  171. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +12 -12
  172. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +478 -15
  173. package/types/uni/uts-plugin-component/lib/uni-progress-global/utssdk/interface.d.ts +1 -1
  174. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +1175 -314
  175. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +4 -4
  176. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +2 -2
  177. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +948 -340
  178. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  179. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +8 -0
  180. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +4 -0
  181. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +1617 -446
  182. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +6 -6
  183. package/types/uni/uts-plugin-extend/global.d.ts +0 -1
  184. package/types/uni/uts-plugin-extend/index.d.ts +0 -1
  185. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +3 -3
  186. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +2 -1
  187. package/types/vue/LifeCycle.d.ts +2 -2
  188. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/global.d.ts +0 -9
  189. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.119",
3
+ "version": "0.7.121",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
package/types/app.d.ts CHANGED
@@ -1134,7 +1134,8 @@ declare global {
1134
1134
  * "harmony": {
1135
1135
  * "osVer": "3.0",
1136
1136
  * "uniVer": "4.23",
1137
- * "unixVer": "4.61"
1137
+ * "unixVer": "4.61",
1138
+ * "unixVaporVer": "5.0"
1138
1139
  * }
1139
1140
  * },
1140
1141
  * "mp": {
@@ -108,6 +108,12 @@ declare global {
108
108
  * @internal
109
109
  */
110
110
  createElement(type: UniElementType): UniElement
111
+ /**
112
+ * Android平台Kotlin层实现
113
+ * 用于Android平台线程2中uts组件(native-view)中自定义的Element,仅限原生层自定义Element使用
114
+ * @internal
115
+ */
116
+ createCustomNativeElement(name: string, flatten: boolean): UniElement
111
117
  /**
112
118
  * Android平台Kotlin层实现
113
119
  * 用于Android平台线程1中创建UniTextLayout
@@ -161,6 +161,10 @@ declare global {
161
161
  * @internal
162
162
  */
163
163
  _renderElement(): UniElementBlock
164
+ /**
165
+ * @internal
166
+ */
167
+ _dispose(): void
164
168
 
165
169
  /**
166
170
  * 由编译器动态生成的子类中的 Kotlin Element 渲染器,kt层
@@ -312,7 +316,7 @@ declare global {
312
316
 
313
317
  type InferSharedData<T, R extends UniSharedData = UniSharedData> = T extends keyof UniSharedDataRegistry ? UniSharedDataRegistry[T] : R
314
318
 
315
- function useSharedData<T extends string>(scope: UniSharedDataPage): InferSharedData<T>
319
+ function useSharedData<T extends string>(scope: UniSharedDataPage, options?: UniDynamicSharedDataInitOptions): InferSharedData<T>
316
320
 
317
321
  function useSharedDataPage<T extends string>(
318
322
  pageIdOrScope: number | UniSharedDataPage,
@@ -10,12 +10,14 @@ declare global {
10
10
  * "android": {
11
11
  * "osVer": "5.0",
12
12
  * "uniVer": "x",
13
- * "unixVer": "3.9"
13
+ * "unixVer": "3.9",
14
+ * "unixVaporVer": "x"
14
15
  * },
15
16
  * "ios": {
16
17
  * "osVer": "12.0",
17
18
  * "uniVer": "x",
18
- * "unixVer": "4.11"
19
+ * "unixVer": "4.11",
20
+ * "unixVaporVer": "x"
19
21
  * },
20
22
  * "harmony": {
21
23
  * "osVer": "x",
@@ -81,12 +83,14 @@ declare global {
81
83
  * "android": {
82
84
  * "osVer": "5.0",
83
85
  * "uniVer": "x",
84
- * "unixVer": "3.9"
86
+ * "unixVer": "3.9",
87
+ * "unixVaporVer": "x"
85
88
  * },
86
89
  * "ios": {
87
90
  * "osVer": "12.0",
88
91
  * "uniVer": "x",
89
- * "unixVer": "4.11"
92
+ * "unixVer": "4.11",
93
+ * "unixVaporVer": "x"
90
94
  * },
91
95
  * "harmony": {
92
96
  * "osVer": "x",
@@ -152,12 +156,14 @@ declare global {
152
156
  * "android": {
153
157
  * "osVer": "5.0",
154
158
  * "uniVer": "x",
155
- * "unixVer": "3.9"
159
+ * "unixVer": "3.9",
160
+ * "unixVaporVer": "x"
156
161
  * },
157
162
  * "ios": {
158
163
  * "osVer": "12.0",
159
164
  * "uniVer": "x",
160
- * "unixVer": "4.11"
165
+ * "unixVer": "4.11",
166
+ * "unixVaporVer": "x"
161
167
  * },
162
168
  * "harmony": {
163
169
  * "osVer": "x",
@@ -223,12 +229,14 @@ declare global {
223
229
  * "android": {
224
230
  * "osVer": "5.0",
225
231
  * "uniVer": "x",
226
- * "unixVer": "3.9"
232
+ * "unixVer": "3.9",
233
+ * "unixVaporVer": "x"
227
234
  * },
228
235
  * "ios": {
229
236
  * "osVer": "12.0",
230
237
  * "uniVer": "x",
231
- * "unixVer": "4.11"
238
+ * "unixVer": "4.11",
239
+ * "unixVaporVer": "x"
232
240
  * },
233
241
  * "harmony": {
234
242
  * "osVer": "x",
@@ -293,12 +301,14 @@ declare global {
293
301
  * "android": {
294
302
  * "osVer": "5.0",
295
303
  * "uniVer": "x",
296
- * "unixVer": "3.9"
304
+ * "unixVer": "3.9",
305
+ * "unixVaporVer": "x"
297
306
  * },
298
307
  * "ios": {
299
308
  * "osVer": "12.0",
300
309
  * "uniVer": "x",
301
- * "unixVer": "4.11"
310
+ * "unixVer": "4.11",
311
+ * "unixVaporVer": "x"
302
312
  * },
303
313
  * "harmony": {
304
314
  * "osVer": "x",
@@ -364,12 +374,14 @@ declare global {
364
374
  * "android": {
365
375
  * "osVer": "5.0",
366
376
  * "uniVer": "x",
367
- * "unixVer": "3.9"
377
+ * "unixVer": "3.9",
378
+ * "unixVaporVer": "x"
368
379
  * },
369
380
  * "ios": {
370
381
  * "osVer": "12.0",
371
382
  * "uniVer": "x",
372
- * "unixVer": "4.11"
383
+ * "unixVer": "4.11",
384
+ * "unixVaporVer": "x"
373
385
  * },
374
386
  * "harmony": {
375
387
  * "osVer": "x",
@@ -435,12 +447,14 @@ declare global {
435
447
  * "android": {
436
448
  * "osVer": "5.0",
437
449
  * "uniVer": "x",
438
- * "unixVer": "3.9"
450
+ * "unixVer": "3.9",
451
+ * "unixVaporVer": "x"
439
452
  * },
440
453
  * "ios": {
441
454
  * "osVer": "12.0",
442
455
  * "uniVer": "x",
443
- * "unixVer": "4.11"
456
+ * "unixVer": "4.11",
457
+ * "unixVaporVer": "x"
444
458
  * },
445
459
  * "harmony": {
446
460
  * "osVer": "x",
@@ -506,12 +520,14 @@ declare global {
506
520
  * "android": {
507
521
  * "osVer": "5.0",
508
522
  * "uniVer": "x",
509
- * "unixVer": "3.9"
523
+ * "unixVer": "3.9",
524
+ * "unixVaporVer": "x"
510
525
  * },
511
526
  * "ios": {
512
527
  * "osVer": "12.0",
513
528
  * "uniVer": "x",
514
- * "unixVer": "4.11"
529
+ * "unixVer": "4.11",
530
+ * "unixVaporVer": "x"
515
531
  * },
516
532
  * "harmony": {
517
533
  * "osVer": "x",
@@ -577,12 +593,14 @@ declare global {
577
593
  * "android": {
578
594
  * "osVer": "5.0",
579
595
  * "uniVer": "x",
580
- * "unixVer": "3.9"
596
+ * "unixVer": "3.9",
597
+ * "unixVaporVer": "x"
581
598
  * },
582
599
  * "ios": {
583
600
  * "osVer": "12.0",
584
601
  * "uniVer": "x",
585
- * "unixVer": "4.11"
602
+ * "unixVer": "4.11",
603
+ * "unixVaporVer": "x"
586
604
  * },
587
605
  * "harmony": {
588
606
  * "osVer": "x",
@@ -648,12 +666,14 @@ declare global {
648
666
  * "android": {
649
667
  * "osVer": "5.0",
650
668
  * "uniVer": "x",
651
- * "unixVer": "3.9"
669
+ * "unixVer": "3.9",
670
+ * "unixVaporVer": "x"
652
671
  * },
653
672
  * "ios": {
654
673
  * "osVer": "12.0",
655
674
  * "uniVer": "x",
656
- * "unixVer": "4.11"
675
+ * "unixVer": "4.11",
676
+ * "unixVaporVer": "x"
657
677
  * },
658
678
  * "harmony": {
659
679
  * "osVer": "x",
@@ -725,12 +745,14 @@ declare global {
725
745
  * "android": {
726
746
  * "osVer": "5.0",
727
747
  * "uniVer": "x",
728
- * "unixVer": "3.9"
748
+ * "unixVer": "3.9",
749
+ * "unixVaporVer": "x"
729
750
  * },
730
751
  * "ios": {
731
752
  * "osVer": "12.0",
732
753
  * "uniVer": "x",
733
- * "unixVer": "4.11"
754
+ * "unixVer": "4.11",
755
+ * "unixVaporVer": "x"
734
756
  * },
735
757
  * "harmony": {
736
758
  * "osVer": "x",
@@ -798,12 +820,14 @@ declare global {
798
820
  * "android": {
799
821
  * "osVer": "5.0",
800
822
  * "uniVer": "x",
801
- * "unixVer": "3.9"
823
+ * "unixVer": "3.9",
824
+ * "unixVaporVer": "x"
802
825
  * },
803
826
  * "ios": {
804
827
  * "osVer": "12.0",
805
828
  * "uniVer": "x",
806
- * "unixVer": "4.11"
829
+ * "unixVer": "4.11",
830
+ * "unixVaporVer": "x"
807
831
  * },
808
832
  * "harmony": {
809
833
  * "osVer": "x",
@@ -873,12 +897,14 @@ declare global {
873
897
  * "android": {
874
898
  * "osVer": "5.0",
875
899
  * "uniVer": "x",
876
- * "unixVer": "3.9"
900
+ * "unixVer": "3.9",
901
+ * "unixVaporVer": "x"
877
902
  * },
878
903
  * "ios": {
879
904
  * "osVer": "12.0",
880
905
  * "uniVer": "x",
881
- * "unixVer": "4.11"
906
+ * "unixVer": "4.11",
907
+ * "unixVaporVer": "x"
882
908
  * },
883
909
  * "harmony": {
884
910
  * "osVer": "x",
@@ -946,12 +972,14 @@ declare global {
946
972
  * "android": {
947
973
  * "osVer": "5.0",
948
974
  * "uniVer": "x",
949
- * "unixVer": "3.9"
975
+ * "unixVer": "3.9",
976
+ * "unixVaporVer": "x"
950
977
  * },
951
978
  * "ios": {
952
979
  * "osVer": "12.0",
953
980
  * "uniVer": "x",
954
- * "unixVer": "4.11"
981
+ * "unixVer": "4.11",
982
+ * "unixVaporVer": "x"
955
983
  * },
956
984
  * "harmony": {
957
985
  * "osVer": "x",
@@ -1017,12 +1045,14 @@ declare global {
1017
1045
  * "android": {
1018
1046
  * "osVer": "5.0",
1019
1047
  * "uniVer": "x",
1020
- * "unixVer": "3.9"
1048
+ * "unixVer": "3.9",
1049
+ * "unixVaporVer": "x"
1021
1050
  * },
1022
1051
  * "ios": {
1023
1052
  * "osVer": "12.0",
1024
1053
  * "uniVer": "x",
1025
- * "unixVer": "4.11"
1054
+ * "unixVer": "4.11",
1055
+ * "unixVaporVer": "x"
1026
1056
  * },
1027
1057
  * "harmony": {
1028
1058
  * "osVer": "x",
@@ -1088,12 +1118,14 @@ declare global {
1088
1118
  * "android": {
1089
1119
  * "osVer": "5.0",
1090
1120
  * "uniVer": "x",
1091
- * "unixVer": "3.9"
1121
+ * "unixVer": "3.9",
1122
+ * "unixVaporVer": "x"
1092
1123
  * },
1093
1124
  * "ios": {
1094
1125
  * "osVer": "12.0",
1095
1126
  * "uniVer": "x",
1096
- * "unixVer": "4.11"
1127
+ * "unixVer": "4.11",
1128
+ * "unixVaporVer": "x"
1097
1129
  * },
1098
1130
  * "harmony": {
1099
1131
  * "osVer": "x",
@@ -1163,12 +1195,14 @@ declare global {
1163
1195
  * "android": {
1164
1196
  * "osVer": "5.0",
1165
1197
  * "uniVer": "x",
1166
- * "unixVer": "3.9"
1198
+ * "unixVer": "3.9",
1199
+ * "unixVaporVer": "x"
1167
1200
  * },
1168
1201
  * "ios": {
1169
1202
  * "osVer": "12.0",
1170
1203
  * "uniVer": "x",
1171
- * "unixVer": "4.11"
1204
+ * "unixVer": "4.11",
1205
+ * "unixVaporVer": "x"
1172
1206
  * },
1173
1207
  * "harmony": {
1174
1208
  * "osVer": "x",
@@ -1237,12 +1271,14 @@ declare global {
1237
1271
  * "android": {
1238
1272
  * "osVer": "5.0",
1239
1273
  * "uniVer": "x",
1240
- * "unixVer": "3.9"
1274
+ * "unixVer": "3.9",
1275
+ * "unixVaporVer": "x"
1241
1276
  * },
1242
1277
  * "ios": {
1243
1278
  * "osVer": "12.0",
1244
1279
  * "uniVer": "x",
1245
- * "unixVer": "4.11"
1280
+ * "unixVer": "4.11",
1281
+ * "unixVaporVer": "x"
1246
1282
  * },
1247
1283
  * "harmony": {
1248
1284
  * "osVer": "x",
@@ -1309,12 +1345,14 @@ declare global {
1309
1345
  * "android": {
1310
1346
  * "osVer": "5.0",
1311
1347
  * "uniVer": "x",
1312
- * "unixVer": "3.9"
1348
+ * "unixVer": "3.9",
1349
+ * "unixVaporVer": "x"
1313
1350
  * },
1314
1351
  * "ios": {
1315
1352
  * "osVer": "12.0",
1316
1353
  * "uniVer": "x",
1317
- * "unixVer": "4.11"
1354
+ * "unixVer": "4.11",
1355
+ * "unixVaporVer": "x"
1318
1356
  * },
1319
1357
  * "harmony": {
1320
1358
  * "osVer": "x",
@@ -1384,12 +1422,14 @@ declare global {
1384
1422
  * "android": {
1385
1423
  * "osVer": "5.0",
1386
1424
  * "uniVer": "x",
1387
- * "unixVer": "3.9"
1425
+ * "unixVer": "3.9",
1426
+ * "unixVaporVer": "x"
1388
1427
  * },
1389
1428
  * "ios": {
1390
1429
  * "osVer": "12.0",
1391
1430
  * "uniVer": "x",
1392
- * "unixVer": "4.11"
1431
+ * "unixVer": "4.11",
1432
+ * "unixVaporVer": "x"
1393
1433
  * },
1394
1434
  * "harmony": {
1395
1435
  * "osVer": "x",
@@ -1458,12 +1498,14 @@ declare global {
1458
1498
  * "android": {
1459
1499
  * "osVer": "5.0",
1460
1500
  * "uniVer": "x",
1461
- * "unixVer": "3.9"
1501
+ * "unixVer": "3.9",
1502
+ * "unixVaporVer": "x"
1462
1503
  * },
1463
1504
  * "ios": {
1464
1505
  * "osVer": "12.0",
1465
1506
  * "uniVer": "x",
1466
- * "unixVer": "4.11"
1507
+ * "unixVer": "4.11",
1508
+ * "unixVaporVer": "x"
1467
1509
  * },
1468
1510
  * "harmony": {
1469
1511
  * "osVer": "x",
@@ -1529,12 +1571,14 @@ declare global {
1529
1571
  * "android": {
1530
1572
  * "osVer": "5.0",
1531
1573
  * "uniVer": "x",
1532
- * "unixVer": "3.9"
1574
+ * "unixVer": "3.9",
1575
+ * "unixVaporVer": "x"
1533
1576
  * },
1534
1577
  * "ios": {
1535
1578
  * "osVer": "12.0",
1536
1579
  * "uniVer": "x",
1537
- * "unixVer": "4.11"
1580
+ * "unixVer": "4.11",
1581
+ * "unixVaporVer": "x"
1538
1582
  * },
1539
1583
  * "harmony": {
1540
1584
  * "osVer": "x",
@@ -1600,12 +1644,14 @@ declare global {
1600
1644
  * "android": {
1601
1645
  * "osVer": "5.0",
1602
1646
  * "uniVer": "x",
1603
- * "unixVer": "3.9"
1647
+ * "unixVer": "3.9",
1648
+ * "unixVaporVer": "x"
1604
1649
  * },
1605
1650
  * "ios": {
1606
1651
  * "osVer": "12.0",
1607
1652
  * "uniVer": "x",
1608
- * "unixVer": "4.11"
1653
+ * "unixVer": "4.11",
1654
+ * "unixVaporVer": "x"
1609
1655
  * },
1610
1656
  * "harmony": {
1611
1657
  * "osVer": "x",
@@ -1672,12 +1718,14 @@ declare global {
1672
1718
  * "android": {
1673
1719
  * "osVer": "5.0",
1674
1720
  * "uniVer": "x",
1675
- * "unixVer": "3.9"
1721
+ * "unixVer": "3.9",
1722
+ * "unixVaporVer": "x"
1676
1723
  * },
1677
1724
  * "ios": {
1678
1725
  * "osVer": "12.0",
1679
1726
  * "uniVer": "x",
1680
- * "unixVer": "4.11"
1727
+ * "unixVer": "4.11",
1728
+ * "unixVaporVer": "x"
1681
1729
  * },
1682
1730
  * "harmony": {
1683
1731
  * "osVer": "x",
@@ -1748,12 +1796,14 @@ declare global {
1748
1796
  * "android": {
1749
1797
  * "osVer": "5.0",
1750
1798
  * "uniVer": "x",
1751
- * "unixVer": "3.9"
1799
+ * "unixVer": "3.9",
1800
+ * "unixVaporVer": "x"
1752
1801
  * },
1753
1802
  * "ios": {
1754
1803
  * "osVer": "12.0",
1755
1804
  * "uniVer": "x",
1756
- * "unixVer": "4.11"
1805
+ * "unixVer": "4.11",
1806
+ * "unixVaporVer": "x"
1757
1807
  * },
1758
1808
  * "harmony": {
1759
1809
  * "osVer": "x",
@@ -1825,12 +1875,14 @@ declare global {
1825
1875
  * "android": {
1826
1876
  * "osVer": "5.0",
1827
1877
  * "uniVer": "x",
1828
- * "unixVer": "3.9"
1878
+ * "unixVer": "3.9",
1879
+ * "unixVaporVer": "x"
1829
1880
  * },
1830
1881
  * "ios": {
1831
1882
  * "osVer": "12.0",
1832
1883
  * "uniVer": "x",
1833
- * "unixVer": "4.11"
1884
+ * "unixVer": "4.11",
1885
+ * "unixVaporVer": "x"
1834
1886
  * },
1835
1887
  * "harmony": {
1836
1888
  * "osVer": "x",
@@ -1590,13 +1590,15 @@ declare global {
1590
1590
  * "android": {
1591
1591
  * "osVer": "5.0",
1592
1592
  * "uniVer": "x",
1593
- * "unixVer": "3.9+"
1593
+ * "unixVer": "3.9+",
1594
+ * "unixVaporVer": "x"
1594
1595
  * },
1595
1596
  * "ios": {
1596
1597
  * "osVer": "12.0",
1597
1598
  * "uniVer": "x",
1598
1599
  * "unixVer": "4.11",
1599
- * "unixUtsPlugin": "4.25"
1600
+ * "unixUtsPlugin": "4.25",
1601
+ * "unixVaporVer": "x"
1600
1602
  * },
1601
1603
  * "harmony": {
1602
1604
  * "osVer": "5.0",
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "types",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "node_modules/typescript": {
8
+ "version": "5.5.2",
9
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
10
+ "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
11
+ "bin": {
12
+ "tsc": "bin/tsc",
13
+ "tsserver": "bin/tsserver"
14
+ },
15
+ "engines": {
16
+ "node": ">=14.17"
17
+ }
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,55 @@
1
+ Apache License
2
+
3
+ Version 2.0, January 2004
4
+
5
+ http://www.apache.org/licenses/
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
16
+
17
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
18
+
19
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
20
+
21
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
22
+
23
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
24
+
25
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
26
+
27
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
28
+
29
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
30
+
31
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
32
+
33
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
34
+
35
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
36
+
37
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
38
+
39
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
40
+
41
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
42
+
43
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
44
+
45
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
46
+
47
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
48
+
49
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
50
+
51
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
52
+
53
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
54
+
55
+ END OF TERMS AND CONDITIONS