@nativescript/core 9.0.12-next.0 → 9.0.12-next.1

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 (1054) hide show
  1. package/LICENSE +19 -0
  2. package/abortcontroller/abortsignal.d.ts +23 -0
  3. package/abortcontroller/abortsignal.js +57 -0
  4. package/abortcontroller/abortsignal.js.map +1 -0
  5. package/abortcontroller/index.d.ts +20 -0
  6. package/abortcontroller/index.js +52 -0
  7. package/abortcontroller/index.js.map +1 -0
  8. package/accessibility/accessibility-common.d.ts +282 -0
  9. package/accessibility/accessibility-common.js +416 -0
  10. package/accessibility/accessibility-common.js.map +1 -0
  11. package/accessibility/accessibility-properties.d.ts +24 -0
  12. package/accessibility/accessibility-properties.js +118 -0
  13. package/accessibility/accessibility-properties.js.map +1 -0
  14. package/accessibility/index.d.ts +1 -0
  15. package/accessibility/index.js +2 -0
  16. package/accessibility/index.js.map +1 -0
  17. package/animation-frame/animation-native.android.d.ts +1 -0
  18. package/animation-frame/animation-native.android.js +4 -0
  19. package/animation-frame/animation-native.android.js.map +1 -0
  20. package/animation-frame/animation-native.ios.d.ts +1 -0
  21. package/animation-frame/animation-native.ios.js +3 -0
  22. package/animation-frame/animation-native.ios.js.map +1 -0
  23. package/animation-frame/index.js +81 -0
  24. package/animation-frame/index.js.map +1 -0
  25. package/application/application-common.d.ts +247 -0
  26. package/application/application-common.js +578 -0
  27. package/application/application-common.js.map +1 -0
  28. package/application/application-interfaces.d.ts +220 -0
  29. package/application/application-interfaces.js +2 -0
  30. package/application/application-interfaces.js.map +1 -0
  31. package/application/application-shims.d.ts +378 -0
  32. package/application/application-shims.js +380 -0
  33. package/application/application-shims.js.map +1 -0
  34. package/application/application.android.d.ts +81 -0
  35. package/application/application.android.js +1233 -0
  36. package/application/application.android.js.map +1 -0
  37. package/application/application.ios.d.ts +145 -0
  38. package/application/application.ios.js +1481 -0
  39. package/application/application.ios.js.map +1 -0
  40. package/application/helpers-common.d.ts +50 -0
  41. package/application/helpers-common.js +153 -0
  42. package/application/helpers-common.js.map +1 -0
  43. package/application/helpers.android.d.ts +8 -0
  44. package/application/helpers.android.js +119 -0
  45. package/application/helpers.android.js.map +1 -0
  46. package/application/helpers.ios.d.ts +8 -0
  47. package/application/helpers.ios.js +24 -0
  48. package/application/helpers.ios.js.map +1 -0
  49. package/application/index.android.d.ts +2 -0
  50. package/application/index.android.js +3 -0
  51. package/application/index.android.js.map +1 -0
  52. package/application/index.ios.d.ts +2 -0
  53. package/application/index.ios.js +3 -0
  54. package/application/index.ios.js.map +1 -0
  55. package/application-settings/application-settings-common.d.ts +2 -0
  56. package/application-settings/application-settings-common.js +15 -0
  57. package/application-settings/application-settings-common.js.map +1 -0
  58. package/application-settings/index.android.d.ts +11 -0
  59. package/application-settings/index.android.js +124 -0
  60. package/application-settings/index.android.js.map +1 -0
  61. package/application-settings/index.ios.d.ts +11 -0
  62. package/application-settings/index.ios.js +81 -0
  63. package/application-settings/index.ios.js.map +1 -0
  64. package/bundle-entry-points.d.ts +1 -0
  65. package/bundle-entry-points.js +47 -0
  66. package/bundle-entry-points.js.map +1 -0
  67. package/color/color-common.d.ts +136 -0
  68. package/color/color-common.js +341 -0
  69. package/color/color-common.js.map +1 -0
  70. package/color/color-types.d.ts +49 -0
  71. package/color/color-types.js +3 -0
  72. package/color/color-types.js.map +1 -0
  73. package/color/color-utils.d.ts +38 -0
  74. package/color/color-utils.js +213 -0
  75. package/color/color-utils.js.map +1 -0
  76. package/color/index.android.d.ts +4 -0
  77. package/color/index.android.js +7 -0
  78. package/color/index.android.js.map +1 -0
  79. package/color/index.ios.d.ts +7 -0
  80. package/color/index.ios.js +19 -0
  81. package/color/index.ios.js.map +1 -0
  82. package/color/known-colors.d.ts +144 -0
  83. package/color/known-colors.js +165 -0
  84. package/color/known-colors.js.map +1 -0
  85. package/config/config.interface.d.ts +297 -0
  86. package/config/config.interface.js +2 -0
  87. package/config/config.interface.js.map +1 -0
  88. package/config/index.d.ts +1 -0
  89. package/config/index.js +2 -0
  90. package/config/index.js.map +1 -0
  91. package/connectivity/index.android.d.ts +11 -0
  92. package/connectivity/index.android.js +157 -0
  93. package/connectivity/index.android.js.map +1 -0
  94. package/connectivity/index.ios.d.ts +11 -0
  95. package/connectivity/index.ios.js +132 -0
  96. package/connectivity/index.ios.js.map +1 -0
  97. package/console/index.d.ts +14 -0
  98. package/console/index.js +33 -0
  99. package/console/index.js.map +1 -0
  100. package/core-types/animation-types.d.ts +11 -0
  101. package/core-types/animation-types.js +13 -0
  102. package/core-types/animation-types.js.map +1 -0
  103. package/core-types/index.d.ts +345 -0
  104. package/core-types/index.js +290 -0
  105. package/core-types/index.js.map +1 -0
  106. package/core-types/validators.d.ts +2 -0
  107. package/core-types/validators.js +27 -0
  108. package/core-types/validators.js.map +1 -0
  109. package/css/CSS3Parser.d.ts +184 -0
  110. package/css/CSS3Parser.js +534 -0
  111. package/css/CSS3Parser.js.map +1 -0
  112. package/css/CSSNativeScript.d.ts +14 -0
  113. package/css/CSSNativeScript.js +113 -0
  114. package/css/CSSNativeScript.js.map +1 -0
  115. package/css/css-tree-parser.d.ts +1 -0
  116. package/css/css-tree-parser.js +133 -0
  117. package/css/css-tree-parser.js.map +1 -0
  118. package/css/lib/parse/index.d.ts +1 -0
  119. package/css/lib/parse/index.js +500 -0
  120. package/css/lib/parse/index.js.map +1 -0
  121. package/css/parser.d.ts +70 -0
  122. package/css/parser.js +517 -0
  123. package/css/parser.js.map +1 -0
  124. package/css/reworkcss.d.ts +44 -0
  125. package/css/reworkcss.js +5 -0
  126. package/css/reworkcss.js.map +1 -0
  127. package/css/system-classes.d.ts +12 -0
  128. package/css/system-classes.js +47 -0
  129. package/css/system-classes.js.map +1 -0
  130. package/css-mediaquery/index.d.ts +27 -0
  131. package/css-mediaquery/index.js +118 -0
  132. package/css-mediaquery/index.js.map +1 -0
  133. package/css-value/reworkcss-value.d.ts +31 -0
  134. package/css-value/reworkcss-value.js +91 -0
  135. package/css-value/reworkcss-value.js.map +1 -0
  136. package/data/observable/index.d.ts +213 -0
  137. package/data/observable/index.js +452 -0
  138. package/data/observable/index.js.map +1 -0
  139. package/data/observable-array/index.d.ts +215 -0
  140. package/data/observable-array/index.js +325 -0
  141. package/data/observable-array/index.js.map +1 -0
  142. package/data/virtual-array/index.d.ts +72 -0
  143. package/data/virtual-array/index.js +133 -0
  144. package/data/virtual-array/index.js.map +1 -0
  145. package/debugger/InspectorBackendCommands.d.ts +1056 -0
  146. package/debugger/InspectorBackendCommands.js +578 -0
  147. package/debugger/InspectorBackendCommands.js.map +1 -0
  148. package/debugger/devtools-elements-interfaces.d.ts +16 -0
  149. package/debugger/devtools-elements-interfaces.js +2 -0
  150. package/debugger/devtools-elements-interfaces.js.map +1 -0
  151. package/debugger/devtools-elements.common.d.ts +7 -0
  152. package/debugger/devtools-elements.common.js +93 -0
  153. package/debugger/devtools-elements.common.js.map +1 -0
  154. package/debugger/devtools-elements.js +20 -0
  155. package/debugger/devtools-elements.js.map +1 -0
  156. package/debugger/dom-types.d.ts +24 -0
  157. package/debugger/dom-types.js +152 -0
  158. package/debugger/dom-types.js.map +1 -0
  159. package/debugger/index.d.ts +87 -0
  160. package/debugger/index.js +118 -0
  161. package/debugger/index.js.map +1 -0
  162. package/debugger/webinspector-css.d.ts +34 -0
  163. package/debugger/webinspector-css.js +72 -0
  164. package/debugger/webinspector-css.js.map +1 -0
  165. package/debugger/webinspector-dom.d.ts +33 -0
  166. package/debugger/webinspector-dom.js +75 -0
  167. package/debugger/webinspector-dom.js.map +1 -0
  168. package/debugger/webinspector-network.android.d.ts +79 -0
  169. package/debugger/webinspector-network.android.js +208 -0
  170. package/debugger/webinspector-network.android.js.map +1 -0
  171. package/debugger/webinspector-network.ios.d.ts +79 -0
  172. package/debugger/webinspector-network.ios.js +204 -0
  173. package/debugger/webinspector-network.ios.js.map +1 -0
  174. package/fetch/index.d.ts +72 -0
  175. package/fetch/index.js +529 -0
  176. package/fetch/index.js.map +1 -0
  177. package/file-system/file-system-access.android.d.ts +151 -0
  178. package/file-system/file-system-access.android.js +1162 -0
  179. package/file-system/file-system-access.android.js.map +1 -0
  180. package/file-system/file-system-access.ios.d.ts +85 -0
  181. package/file-system/file-system-access.ios.js +622 -0
  182. package/file-system/file-system-access.ios.js.map +1 -0
  183. package/file-system/index.js +873 -0
  184. package/file-system/index.js.map +1 -0
  185. package/fps-meter/fps-native.android.d.ts +11 -0
  186. package/fps-meter/fps-native.android.js +62 -0
  187. package/fps-meter/fps-native.android.js.map +1 -0
  188. package/fps-meter/fps-native.ios.d.ts +10 -0
  189. package/fps-meter/fps-native.ios.js +56 -0
  190. package/fps-meter/fps-native.ios.js.map +1 -0
  191. package/fps-meter/index.js +77 -0
  192. package/fps-meter/index.js.map +1 -0
  193. package/globals/global-utils.d.ts +27 -0
  194. package/globals/global-utils.js +67 -0
  195. package/globals/global-utils.js.map +1 -0
  196. package/globals/index.d.ts +3 -0
  197. package/globals/index.js +313 -0
  198. package/globals/index.js.map +1 -0
  199. package/http/http-interfaces.d.ts +84 -0
  200. package/http/http-interfaces.js +6 -0
  201. package/http/http-interfaces.js.map +1 -0
  202. package/http/http-request/http-request-common.d.ts +1 -0
  203. package/http/http-request/http-request-common.js +15 -0
  204. package/http/http-request/http-request-common.js.map +1 -0
  205. package/http/http-request/index.android.d.ts +3 -0
  206. package/http/http-request/index.android.js +274 -0
  207. package/http/http-request/index.android.js.map +1 -0
  208. package/http/http-request/index.ios.d.ts +3 -0
  209. package/http/http-request/index.ios.js +221 -0
  210. package/http/http-request/index.ios.js.map +1 -0
  211. package/http/http-shared.d.ts +3 -0
  212. package/http/http-shared.js +2 -0
  213. package/http/http-shared.js.map +1 -0
  214. package/http/index.js +70 -0
  215. package/http/index.js.map +1 -0
  216. package/image-asset/image-asset-common.d.ts +25 -0
  217. package/image-asset/image-asset-common.js +74 -0
  218. package/image-asset/image-asset-common.js.map +1 -0
  219. package/image-asset/index.android.d.ts +9 -0
  220. package/image-asset/index.android.js +33 -0
  221. package/image-asset/index.android.js.map +1 -0
  222. package/image-asset/index.ios.d.ts +10 -0
  223. package/image-asset/index.ios.js +57 -0
  224. package/image-asset/index.ios.js.map +1 -0
  225. package/image-source/image-source-common.d.ts +4 -0
  226. package/image-source/image-source-common.js +21 -0
  227. package/image-source/image-source-common.js.map +1 -0
  228. package/image-source/index.android.d.ts +58 -0
  229. package/image-source/index.android.js +371 -0
  230. package/image-source/index.android.js.map +1 -0
  231. package/image-source/index.ios.d.ts +59 -0
  232. package/image-source/index.ios.js +454 -0
  233. package/image-source/index.ios.js.map +1 -0
  234. package/index.js +38 -0
  235. package/index.js.map +1 -0
  236. package/inspector_modules.d.ts +7 -0
  237. package/inspector_modules.js +233 -0
  238. package/inspector_modules.js.map +1 -0
  239. package/matrix/index.js +45 -0
  240. package/matrix/index.js.map +1 -0
  241. package/media-query-list/index.d.ts +21 -0
  242. package/media-query-list/index.js +159 -0
  243. package/media-query-list/index.js.map +1 -0
  244. package/module-name-resolver/helpers.d.ts +14 -0
  245. package/module-name-resolver/helpers.js +27 -0
  246. package/module-name-resolver/helpers.js.map +1 -0
  247. package/module-name-resolver/index.d.ts +14 -0
  248. package/module-name-resolver/index.js +67 -0
  249. package/module-name-resolver/index.js.map +1 -0
  250. package/module-name-resolver/non-bundle-workflow-compat.d.ts +6 -0
  251. package/module-name-resolver/non-bundle-workflow-compat.js +128 -0
  252. package/module-name-resolver/non-bundle-workflow-compat.js.map +1 -0
  253. package/module-name-resolver/qualifier-matcher/index.d.ts +11 -0
  254. package/module-name-resolver/qualifier-matcher/index.js +141 -0
  255. package/module-name-resolver/qualifier-matcher/index.js.map +1 -0
  256. package/package.json +86 -86
  257. package/platform/common.d.ts +10 -0
  258. package/platform/common.js +14 -0
  259. package/platform/common.js.map +1 -0
  260. package/platform/device/index.android.d.ts +20 -0
  261. package/platform/device/index.android.js +78 -0
  262. package/platform/device/index.android.js.map +1 -0
  263. package/platform/device/index.ios.d.ts +19 -0
  264. package/platform/device/index.ios.js +69 -0
  265. package/platform/device/index.ios.js.map +1 -0
  266. package/platform/index.js +4 -0
  267. package/platform/index.js.map +1 -0
  268. package/platform/screen/index.android.d.ts +16 -0
  269. package/platform/screen/index.android.js +41 -0
  270. package/platform/screen/index.android.js.map +1 -0
  271. package/platform/screen/index.ios.d.ts +15 -0
  272. package/platform/screen/index.ios.js +35 -0
  273. package/platform/screen/index.ios.js.map +1 -0
  274. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
  275. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
  276. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
  277. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Modules/module.modulemap +6 -0
  278. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Resources/Info.plist +52 -0
  279. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSCCrypto.h +79 -0
  280. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSCWinterTC.h +20 -0
  281. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSString+WinterTC.h +21 -0
  282. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Modules/module.modulemap +6 -0
  283. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/NSCWinterTC +0 -0
  284. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Resources/Info.plist +52 -0
  285. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
  286. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
  287. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
  288. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
  289. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
  290. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
  291. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
  292. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
  293. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
  294. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +6 -0
  295. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
  296. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
  297. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +52 -0
  298. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSCCrypto.h +60 -0
  299. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSData+Async.h +24 -0
  300. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSFileHandle+Async.h +22 -0
  301. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSString+Async.h +25 -0
  302. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSLabel.h +16 -0
  303. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSProcess.h +29 -0
  304. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSWidgets.h +25 -0
  305. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/UIImage+TNSBlocks.h +26 -0
  306. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/UIView+PassThroughParent.h +17 -0
  307. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Modules/module.modulemap +6 -0
  308. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/PrivateHeaders/NSObject+Swizzling.h +17 -0
  309. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/PrivateHeaders/UIView+PropertyBag.h +18 -0
  310. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Resources/Info.plist +52 -0
  311. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  312. package/profiling/index.js +273 -0
  313. package/profiling/index.js.map +1 -0
  314. package/text/formatted-string.js +2 -0
  315. package/text/formatted-string.js.map +1 -0
  316. package/text/index.android.d.ts +9 -0
  317. package/text/index.android.js +11 -0
  318. package/text/index.android.js.map +1 -0
  319. package/text/index.ios.d.ts +9 -0
  320. package/text/index.ios.js +11 -0
  321. package/text/index.ios.js.map +1 -0
  322. package/text/span.js +2 -0
  323. package/text/span.js.map +1 -0
  324. package/text/text-common.d.ts +12 -0
  325. package/text/text-common.js +111 -0
  326. package/text/text-common.js.map +1 -0
  327. package/timer/index.android.d.ts +4 -0
  328. package/timer/index.android.js +83 -0
  329. package/timer/index.android.js.map +1 -0
  330. package/timer/index.ios.d.ts +4 -0
  331. package/timer/index.ios.js +68 -0
  332. package/timer/index.ios.js.map +1 -0
  333. package/trace/index.js +255 -0
  334. package/trace/index.js.map +1 -0
  335. package/ui/action-bar/action-bar-common.d.ts +85 -0
  336. package/ui/action-bar/action-bar-common.js +381 -0
  337. package/ui/action-bar/action-bar-common.js.map +1 -0
  338. package/ui/action-bar/index.android.d.ts +55 -0
  339. package/ui/action-bar/index.android.js +502 -0
  340. package/ui/action-bar/index.android.js.map +1 -0
  341. package/ui/action-bar/index.ios.d.ts +64 -0
  342. package/ui/action-bar/index.ios.js +614 -0
  343. package/ui/action-bar/index.ios.js.map +1 -0
  344. package/ui/activity-indicator/activity-indicator-common.d.ts +9 -0
  345. package/ui/activity-indicator/activity-indicator-common.js +22 -0
  346. package/ui/activity-indicator/activity-indicator-common.js.map +1 -0
  347. package/ui/activity-indicator/index.android.d.ts +15 -0
  348. package/ui/activity-indicator/index.android.js +54 -0
  349. package/ui/activity-indicator/index.android.js.map +1 -0
  350. package/ui/activity-indicator/index.ios.d.ts +16 -0
  351. package/ui/activity-indicator/index.ios.js +54 -0
  352. package/ui/activity-indicator/index.ios.js.map +1 -0
  353. package/ui/animation/animation-common.d.ts +30 -0
  354. package/ui/animation/animation-common.js +239 -0
  355. package/ui/animation/animation-common.js.map +1 -0
  356. package/ui/animation/animation-shared.d.ts +84 -0
  357. package/ui/animation/animation-shared.js +4 -0
  358. package/ui/animation/animation-shared.js.map +1 -0
  359. package/ui/animation/animation-types.d.ts +1 -0
  360. package/ui/animation/animation-types.js +3 -0
  361. package/ui/animation/animation-types.js.map +1 -0
  362. package/ui/animation/index.android.d.ts +23 -0
  363. package/ui/animation/index.android.js +432 -0
  364. package/ui/animation/index.android.js.map +1 -0
  365. package/ui/animation/index.ios.d.ts +28 -0
  366. package/ui/animation/index.ios.js +808 -0
  367. package/ui/animation/index.ios.js.map +1 -0
  368. package/ui/animation/keyframe-animation.d.ts +76 -0
  369. package/ui/animation/keyframe-animation.js +238 -0
  370. package/ui/animation/keyframe-animation.js.map +1 -0
  371. package/ui/builder/binding-builder.d.ts +13 -0
  372. package/ui/builder/binding-builder.js +171 -0
  373. package/ui/builder/binding-builder.js.map +1 -0
  374. package/ui/builder/component-builder/index.d.ts +7 -0
  375. package/ui/builder/component-builder/index.js +219 -0
  376. package/ui/builder/component-builder/index.js.map +1 -0
  377. package/ui/builder/index.d.ts +193 -0
  378. package/ui/builder/index.js +643 -0
  379. package/ui/builder/index.js.map +1 -0
  380. package/ui/button/button-common.d.ts +9 -0
  381. package/ui/button/button-common.js +26 -0
  382. package/ui/button/button-common.js.map +1 -0
  383. package/ui/button/index.android.d.ts +29 -0
  384. package/ui/button/index.android.js +166 -0
  385. package/ui/button/index.android.js.map +1 -0
  386. package/ui/button/index.ios.d.ts +37 -0
  387. package/ui/button/index.ios.js +316 -0
  388. package/ui/button/index.ios.js.map +1 -0
  389. package/ui/content-view/index.js +87 -0
  390. package/ui/content-view/index.js.map +1 -0
  391. package/ui/core/bindable/bindable-expressions.d.ts +7 -0
  392. package/ui/core/bindable/bindable-expressions.js +255 -0
  393. package/ui/core/bindable/bindable-expressions.js.map +1 -0
  394. package/ui/core/bindable/bindable-resources.d.ts +2 -0
  395. package/ui/core/bindable/bindable-resources.js +8 -0
  396. package/ui/core/bindable/bindable-resources.js.map +1 -0
  397. package/ui/core/bindable/bindable-types.d.ts +37 -0
  398. package/ui/core/bindable/bindable-types.js +3 -0
  399. package/ui/core/bindable/bindable-types.js.map +1 -0
  400. package/ui/core/bindable/index.d.ts +53 -0
  401. package/ui/core/bindable/index.js +555 -0
  402. package/ui/core/bindable/index.js.map +1 -0
  403. package/ui/core/control-state-change/index.android.d.ts +6 -0
  404. package/ui/core/control-state-change/index.android.js +8 -0
  405. package/ui/core/control-state-change/index.android.js.map +1 -0
  406. package/ui/core/control-state-change/index.ios.d.ts +10 -0
  407. package/ui/core/control-state-change/index.ios.js +43 -0
  408. package/ui/core/control-state-change/index.ios.js.map +1 -0
  409. package/ui/core/properties/index.d.ts +114 -0
  410. package/ui/core/properties/index.js +1290 -0
  411. package/ui/core/properties/index.js.map +1 -0
  412. package/ui/core/properties/property-shared.d.ts +35 -0
  413. package/ui/core/properties/property-shared.js +16 -0
  414. package/ui/core/properties/property-shared.js.map +1 -0
  415. package/ui/core/view/index.android.d.ts +144 -0
  416. package/ui/core/view/index.android.js +1576 -0
  417. package/ui/core/view/index.android.js.map +1 -0
  418. package/ui/core/view/index.ios.d.ts +151 -0
  419. package/ui/core/view/index.ios.js +1091 -0
  420. package/ui/core/view/index.ios.js.map +1 -0
  421. package/ui/core/view/view-common.d.ts +349 -0
  422. package/ui/core/view/view-common.js +1147 -0
  423. package/ui/core/view/view-common.js.map +1 -0
  424. package/ui/core/view/view-helper/index.android.d.ts +9 -0
  425. package/ui/core/view/view-helper/index.android.js +56 -0
  426. package/ui/core/view/view-helper/index.android.js.map +1 -0
  427. package/ui/core/view/view-helper/index.ios.d.ts +67 -0
  428. package/ui/core/view/view-helper/index.ios.js +414 -0
  429. package/ui/core/view/view-helper/index.ios.js.map +1 -0
  430. package/ui/core/view/view-helper/view-helper-common.d.ts +11 -0
  431. package/ui/core/view/view-helper/view-helper-common.js +166 -0
  432. package/ui/core/view/view-helper/view-helper-common.js.map +1 -0
  433. package/ui/core/view/view-helper/view-helper-shared.d.ts +5 -0
  434. package/ui/core/view/view-helper/view-helper-shared.js +6 -0
  435. package/ui/core/view/view-helper/view-helper-shared.js.map +1 -0
  436. package/ui/core/view/view-interfaces.d.ts +76 -0
  437. package/ui/core/view/view-interfaces.js +2 -0
  438. package/ui/core/view/view-interfaces.js.map +1 -0
  439. package/ui/core/view-base/index.d.ts +597 -0
  440. package/ui/core/view-base/index.js +1154 -0
  441. package/ui/core/view-base/index.js.map +1 -0
  442. package/ui/core/view-base/utils.d.ts +1 -0
  443. package/ui/core/view-base/utils.js +9 -0
  444. package/ui/core/view-base/utils.js.map +1 -0
  445. package/ui/core/weak-event-listener/index.js +123 -0
  446. package/ui/core/weak-event-listener/index.js.map +1 -0
  447. package/ui/date-picker/date-picker-common.d.ts +28 -0
  448. package/ui/date-picker/date-picker-common.js +82 -0
  449. package/ui/date-picker/date-picker-common.js.map +1 -0
  450. package/ui/date-picker/index.android.d.ts +19 -0
  451. package/ui/date-picker/index.android.js +131 -0
  452. package/ui/date-picker/index.android.js.map +1 -0
  453. package/ui/date-picker/index.ios.d.ts +27 -0
  454. package/ui/date-picker/index.ios.js +165 -0
  455. package/ui/date-picker/index.ios.js.map +1 -0
  456. package/ui/dialogs/dialogs-common.d.ts +211 -0
  457. package/ui/dialogs/dialogs-common.js +167 -0
  458. package/ui/dialogs/dialogs-common.js.map +1 -0
  459. package/ui/dialogs/index.android.d.ts +20 -0
  460. package/ui/dialogs/index.android.js +330 -0
  461. package/ui/dialogs/index.android.js.map +1 -0
  462. package/ui/dialogs/index.ios.d.ts +17 -0
  463. package/ui/dialogs/index.ios.js +293 -0
  464. package/ui/dialogs/index.ios.js.map +1 -0
  465. package/ui/editable-text-base/editable-text-base-common.d.ts +36 -0
  466. package/ui/editable-text-base/editable-text-base-common.js +91 -0
  467. package/ui/editable-text-base/editable-text-base-common.js.map +1 -0
  468. package/ui/editable-text-base/index.android.d.ts +48 -0
  469. package/ui/editable-text-base/index.android.js +497 -0
  470. package/ui/editable-text-base/index.android.js.map +1 -0
  471. package/ui/editable-text-base/index.ios.d.ts +20 -0
  472. package/ui/editable-text-base/index.ios.js +255 -0
  473. package/ui/editable-text-base/index.ios.js.map +1 -0
  474. package/ui/embedding/index.android.d.ts +4 -0
  475. package/ui/embedding/index.android.js +14 -0
  476. package/ui/embedding/index.android.js.map +1 -0
  477. package/ui/embedding/index.ios.d.ts +1 -0
  478. package/ui/embedding/index.ios.js +4 -0
  479. package/ui/embedding/index.ios.js.map +1 -0
  480. package/ui/enums/enums.js +6 -0
  481. package/ui/enums/enums.js.map +1 -0
  482. package/ui/enums/index.js +6 -0
  483. package/ui/enums/index.js.map +1 -0
  484. package/ui/frame/activity.android.d.ts +1 -0
  485. package/ui/frame/activity.android.js +110 -0
  486. package/ui/frame/activity.android.js.map +1 -0
  487. package/ui/frame/fragment.android.d.ts +3 -0
  488. package/ui/frame/fragment.android.js +90 -0
  489. package/ui/frame/fragment.android.js.map +1 -0
  490. package/ui/frame/fragment.ios.d.ts +3 -0
  491. package/ui/frame/fragment.ios.js +4 -0
  492. package/ui/frame/fragment.ios.js.map +1 -0
  493. package/ui/frame/fragment.transitions.android.d.ts +40 -0
  494. package/ui/frame/fragment.transitions.android.js +679 -0
  495. package/ui/frame/fragment.transitions.android.js.map +1 -0
  496. package/ui/frame/fragment.transitions.types.d.ts +6 -0
  497. package/ui/frame/fragment.transitions.types.js +2 -0
  498. package/ui/frame/fragment.transitions.types.js.map +1 -0
  499. package/ui/frame/frame-common.d.ts +101 -0
  500. package/ui/frame/frame-common.js +688 -0
  501. package/ui/frame/frame-common.js.map +1 -0
  502. package/ui/frame/frame-helper-for-android.d.ts +37 -0
  503. package/ui/frame/frame-helper-for-android.js +337 -0
  504. package/ui/frame/frame-helper-for-android.js.map +1 -0
  505. package/ui/frame/frame-helpers.d.ts +16 -0
  506. package/ui/frame/frame-helpers.js +19 -0
  507. package/ui/frame/frame-helpers.js.map +1 -0
  508. package/ui/frame/frame-interfaces.d.ts +130 -0
  509. package/ui/frame/frame-interfaces.js +7 -0
  510. package/ui/frame/frame-interfaces.js.map +1 -0
  511. package/ui/frame/frame-stack.d.ts +7 -0
  512. package/ui/frame/frame-stack.js +41 -0
  513. package/ui/frame/frame-stack.js.map +1 -0
  514. package/ui/frame/index.android.d.ts +93 -0
  515. package/ui/frame/index.android.js +977 -0
  516. package/ui/frame/index.android.js.map +1 -0
  517. package/ui/frame/index.ios.d.ts +61 -0
  518. package/ui/frame/index.ios.js +728 -0
  519. package/ui/frame/index.ios.js.map +1 -0
  520. package/ui/gestures/gestures-common.d.ts +32 -0
  521. package/ui/gestures/gestures-common.js +78 -0
  522. package/ui/gestures/gestures-common.js.map +1 -0
  523. package/ui/gestures/gestures-types.d.ts +108 -0
  524. package/ui/gestures/gestures-types.js +40 -0
  525. package/ui/gestures/gestures-types.js.map +1 -0
  526. package/ui/gestures/index.android.d.ts +49 -0
  527. package/ui/gestures/index.android.js +596 -0
  528. package/ui/gestures/index.android.js.map +1 -0
  529. package/ui/gestures/index.ios.d.ts +70 -0
  530. package/ui/gestures/index.ios.js +510 -0
  531. package/ui/gestures/index.ios.js.map +1 -0
  532. package/ui/gestures/touch-manager.d.ts +82 -0
  533. package/ui/gestures/touch-manager.js +268 -0
  534. package/ui/gestures/touch-manager.js.map +1 -0
  535. package/ui/html-view/html-view-common.d.ts +12 -0
  536. package/ui/html-view/html-view-common.js +31 -0
  537. package/ui/html-view/html-view-common.js.map +1 -0
  538. package/ui/html-view/index.android.d.ts +27 -0
  539. package/ui/html-view/index.android.js +90 -0
  540. package/ui/html-view/index.android.js.map +1 -0
  541. package/ui/html-view/index.ios.d.ts +22 -0
  542. package/ui/html-view/index.ios.js +101 -0
  543. package/ui/html-view/index.ios.js.map +1 -0
  544. package/ui/image/image-common.d.ts +45 -0
  545. package/ui/image/image-common.js +195 -0
  546. package/ui/image/image-common.js.map +1 -0
  547. package/ui/image/index.android.d.ts +23 -0
  548. package/ui/image/index.android.js +171 -0
  549. package/ui/image/index.android.js.map +1 -0
  550. package/ui/image/index.ios.d.ts +26 -0
  551. package/ui/image/index.ios.js +186 -0
  552. package/ui/image/index.ios.js.map +1 -0
  553. package/ui/image/symbol-effects-common.d.ts +36 -0
  554. package/ui/image/symbol-effects-common.js +35 -0
  555. package/ui/image/symbol-effects-common.js.map +1 -0
  556. package/ui/image/symbol-effects.android.d.ts +5 -0
  557. package/ui/image/symbol-effects.android.js +8 -0
  558. package/ui/image/symbol-effects.android.js.map +1 -0
  559. package/ui/image/symbol-effects.ios.d.ts +6 -0
  560. package/ui/image/symbol-effects.ios.js +79 -0
  561. package/ui/image/symbol-effects.ios.js.map +1 -0
  562. package/ui/image-cache/image-cache-common.d.ts +40 -0
  563. package/ui/image-cache/image-cache-common.js +176 -0
  564. package/ui/image-cache/image-cache-common.js.map +1 -0
  565. package/ui/image-cache/index.android.d.ts +11 -0
  566. package/ui/image-cache/index.android.js +74 -0
  567. package/ui/image-cache/index.android.js.map +1 -0
  568. package/ui/image-cache/index.ios.d.ts +11 -0
  569. package/ui/image-cache/index.ios.js +78 -0
  570. package/ui/image-cache/index.ios.js.map +1 -0
  571. package/ui/index.d.ts +92 -0
  572. package/ui/index.js +80 -0
  573. package/ui/index.js.map +1 -0
  574. package/ui/label/index.android.d.ts +13 -0
  575. package/ui/label/index.android.js +47 -0
  576. package/ui/label/index.android.js.map +1 -0
  577. package/ui/label/index.ios.d.ts +31 -0
  578. package/ui/label/index.ios.js +234 -0
  579. package/ui/label/index.ios.js.map +1 -0
  580. package/ui/layouts/absolute-layout/absolute-layout-common.d.ts +16 -0
  581. package/ui/layouts/absolute-layout/absolute-layout-common.js +72 -0
  582. package/ui/layouts/absolute-layout/absolute-layout-common.js.map +1 -0
  583. package/ui/layouts/absolute-layout/index.android.d.ts +6 -0
  584. package/ui/layouts/absolute-layout/index.android.js +26 -0
  585. package/ui/layouts/absolute-layout/index.android.js.map +1 -0
  586. package/ui/layouts/absolute-layout/index.ios.d.ts +10 -0
  587. package/ui/layouts/absolute-layout/index.ios.js +48 -0
  588. package/ui/layouts/absolute-layout/index.ios.js.map +1 -0
  589. package/ui/layouts/dock-layout/dock-layout-common.d.ts +14 -0
  590. package/ui/layouts/dock-layout/dock-layout-common.js +51 -0
  591. package/ui/layouts/dock-layout/dock-layout-common.js.map +1 -0
  592. package/ui/layouts/dock-layout/index.android.d.ts +8 -0
  593. package/ui/layouts/dock-layout/index.android.js +38 -0
  594. package/ui/layouts/dock-layout/index.android.js.map +1 -0
  595. package/ui/layouts/dock-layout/index.ios.d.ts +8 -0
  596. package/ui/layouts/dock-layout/index.ios.js +115 -0
  597. package/ui/layouts/dock-layout/index.ios.js.map +1 -0
  598. package/ui/layouts/flexbox-layout/flexbox-layout-common.d.ts +126 -0
  599. package/ui/layouts/flexbox-layout/flexbox-layout-common.js +403 -0
  600. package/ui/layouts/flexbox-layout/flexbox-layout-common.js.map +1 -0
  601. package/ui/layouts/flexbox-layout/index.android.d.ts +23 -0
  602. package/ui/layouts/flexbox-layout/index.android.js +152 -0
  603. package/ui/layouts/flexbox-layout/index.android.js.map +1 -0
  604. package/ui/layouts/flexbox-layout/index.ios.d.ts +44 -0
  605. package/ui/layouts/flexbox-layout/index.ios.js +1241 -0
  606. package/ui/layouts/flexbox-layout/index.ios.js.map +1 -0
  607. package/ui/layouts/grid-layout/grid-layout-common.d.ts +72 -0
  608. package/ui/layouts/grid-layout/grid-layout-common.js +358 -0
  609. package/ui/layouts/grid-layout/grid-layout-common.js.map +1 -0
  610. package/ui/layouts/grid-layout/index.android.d.ts +23 -0
  611. package/ui/layouts/grid-layout/index.android.js +122 -0
  612. package/ui/layouts/grid-layout/index.android.js.map +1 -0
  613. package/ui/layouts/grid-layout/index.ios.d.ts +28 -0
  614. package/ui/layouts/grid-layout/index.ios.js +778 -0
  615. package/ui/layouts/grid-layout/index.ios.js.map +1 -0
  616. package/ui/layouts/index.d.ts +12 -0
  617. package/ui/layouts/index.js +11 -0
  618. package/ui/layouts/index.js.map +1 -0
  619. package/ui/layouts/layout-base-common.d.ts +36 -0
  620. package/ui/layouts/layout-base-common.js +141 -0
  621. package/ui/layouts/layout-base-common.js.map +1 -0
  622. package/ui/layouts/layout-base.android.d.ts +17 -0
  623. package/ui/layouts/layout-base.android.js +50 -0
  624. package/ui/layouts/layout-base.android.js.map +1 -0
  625. package/ui/layouts/layout-base.ios.d.ts +13 -0
  626. package/ui/layouts/layout-base.ios.js +40 -0
  627. package/ui/layouts/layout-base.ios.js.map +1 -0
  628. package/ui/layouts/liquid-glass/index.android.d.ts +5 -0
  629. package/ui/layouts/liquid-glass/index.android.js +8 -0
  630. package/ui/layouts/liquid-glass/index.android.js.map +1 -0
  631. package/ui/layouts/liquid-glass/index.ios.d.ts +10 -0
  632. package/ui/layouts/liquid-glass/index.ios.js +59 -0
  633. package/ui/layouts/liquid-glass/index.ios.js.map +1 -0
  634. package/ui/layouts/liquid-glass/liquid-glass-common.d.ts +3 -0
  635. package/ui/layouts/liquid-glass/liquid-glass-common.js +4 -0
  636. package/ui/layouts/liquid-glass/liquid-glass-common.js.map +1 -0
  637. package/ui/layouts/liquid-glass-container/index.android.d.ts +3 -0
  638. package/ui/layouts/liquid-glass-container/index.android.js +4 -0
  639. package/ui/layouts/liquid-glass-container/index.android.js.map +1 -0
  640. package/ui/layouts/liquid-glass-container/index.ios.d.ts +14 -0
  641. package/ui/layouts/liquid-glass-container/index.ios.js +121 -0
  642. package/ui/layouts/liquid-glass-container/index.ios.js.map +1 -0
  643. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.d.ts +4 -0
  644. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.js +5 -0
  645. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.js.map +1 -0
  646. package/ui/layouts/root-layout/index.android.d.ts +15 -0
  647. package/ui/layouts/root-layout/index.android.js +126 -0
  648. package/ui/layouts/root-layout/index.android.js.map +1 -0
  649. package/ui/layouts/root-layout/index.ios.d.ts +17 -0
  650. package/ui/layouts/root-layout/index.ios.js +101 -0
  651. package/ui/layouts/root-layout/index.ios.js.map +1 -0
  652. package/ui/layouts/root-layout/root-layout-common.d.ts +61 -0
  653. package/ui/layouts/root-layout/root-layout-common.js +425 -0
  654. package/ui/layouts/root-layout/root-layout-common.js.map +1 -0
  655. package/ui/layouts/root-layout/root-layout-stack.d.ts +5 -0
  656. package/ui/layouts/root-layout/root-layout-stack.js +19 -0
  657. package/ui/layouts/root-layout/root-layout-stack.js.map +1 -0
  658. package/ui/layouts/stack-layout/index.android.d.ts +7 -0
  659. package/ui/layouts/stack-layout/index.android.js +11 -0
  660. package/ui/layouts/stack-layout/index.android.js.map +1 -0
  661. package/ui/layouts/stack-layout/index.ios.d.ts +10 -0
  662. package/ui/layouts/stack-layout/index.ios.js +155 -0
  663. package/ui/layouts/stack-layout/index.ios.js.map +1 -0
  664. package/ui/layouts/stack-layout/stack-layout-common.d.ts +8 -0
  665. package/ui/layouts/stack-layout/stack-layout-common.js +19 -0
  666. package/ui/layouts/stack-layout/stack-layout-common.js.map +1 -0
  667. package/ui/layouts/wrap-layout/index.android.d.ts +10 -0
  668. package/ui/layouts/wrap-layout/index.android.js +18 -0
  669. package/ui/layouts/wrap-layout/index.android.js.map +1 -0
  670. package/ui/layouts/wrap-layout/index.ios.d.ts +8 -0
  671. package/ui/layouts/wrap-layout/index.ios.js +170 -0
  672. package/ui/layouts/wrap-layout/index.ios.js.map +1 -0
  673. package/ui/layouts/wrap-layout/wrap-layout-common.d.ts +15 -0
  674. package/ui/layouts/wrap-layout/wrap-layout-common.js +40 -0
  675. package/ui/layouts/wrap-layout/wrap-layout-common.js.map +1 -0
  676. package/ui/list-picker/index.android.d.ts +18 -0
  677. package/ui/list-picker/index.android.js +177 -0
  678. package/ui/list-picker/index.android.js.map +1 -0
  679. package/ui/list-picker/index.ios.d.ts +19 -0
  680. package/ui/list-picker/index.ios.js +99 -0
  681. package/ui/list-picker/index.ios.js.map +1 -0
  682. package/ui/list-picker/list-picker-common.d.ts +23 -0
  683. package/ui/list-picker/list-picker-common.js +78 -0
  684. package/ui/list-picker/list-picker-common.js.map +1 -0
  685. package/ui/list-view/index.android.d.ts +68 -0
  686. package/ui/list-view/index.android.js +1005 -0
  687. package/ui/list-view/index.android.js.map +1 -0
  688. package/ui/list-view/index.ios.d.ts +84 -0
  689. package/ui/list-view/index.ios.js +996 -0
  690. package/ui/list-view/index.ios.js.map +1 -0
  691. package/ui/list-view/list-view-common.d.ts +87 -0
  692. package/ui/list-view/list-view-common.js +296 -0
  693. package/ui/list-view/list-view-common.js.map +1 -0
  694. package/ui/page/events.d.ts +6 -0
  695. package/ui/page/events.js +7 -0
  696. package/ui/page/events.js.map +1 -0
  697. package/ui/page/index.android.d.ts +16 -0
  698. package/ui/page/index.android.js +106 -0
  699. package/ui/page/index.android.js.map +1 -0
  700. package/ui/page/index.ios.d.ts +52 -0
  701. package/ui/page/index.ios.js +515 -0
  702. package/ui/page/index.ios.js.map +1 -0
  703. package/ui/page/page-common.d.ts +73 -0
  704. package/ui/page/page-common.js +191 -0
  705. package/ui/page/page-common.js.map +1 -0
  706. package/ui/placeholder/index.android.d.ts +12 -0
  707. package/ui/placeholder/index.android.js +21 -0
  708. package/ui/placeholder/index.android.js.map +1 -0
  709. package/ui/placeholder/index.js +16 -0
  710. package/ui/placeholder/index.js.map +1 -0
  711. package/ui/placeholder/placeholder-common.d.ts +11 -0
  712. package/ui/placeholder/placeholder-common.js +2 -0
  713. package/ui/placeholder/placeholder-common.js.map +1 -0
  714. package/ui/progress/index.android.d.ts +18 -0
  715. package/ui/progress/index.android.js +65 -0
  716. package/ui/progress/index.android.js.map +1 -0
  717. package/ui/progress/index.ios.d.ts +19 -0
  718. package/ui/progress/index.ios.js +45 -0
  719. package/ui/progress/index.ios.js.map +1 -0
  720. package/ui/progress/progress-common.d.ts +15 -0
  721. package/ui/progress/progress-common.js +34 -0
  722. package/ui/progress/progress-common.js.map +1 -0
  723. package/ui/proxy-view-container/index.d.ts +33 -0
  724. package/ui/proxy-view-container/index.js +247 -0
  725. package/ui/proxy-view-container/index.js.map +1 -0
  726. package/ui/repeater/index.d.ts +67 -0
  727. package/ui/repeater/index.js +225 -0
  728. package/ui/repeater/index.js.map +1 -0
  729. package/ui/scroll-view/index.android.d.ts +27 -0
  730. package/ui/scroll-view/index.android.js +157 -0
  731. package/ui/scroll-view/index.android.js.map +1 -0
  732. package/ui/scroll-view/index.ios.d.ts +29 -0
  733. package/ui/scroll-view/index.ios.js +193 -0
  734. package/ui/scroll-view/index.ios.js.map +1 -0
  735. package/ui/scroll-view/scroll-view-common.d.ts +27 -0
  736. package/ui/scroll-view/scroll-view-common.js +93 -0
  737. package/ui/scroll-view/scroll-view-common.js.map +1 -0
  738. package/ui/search-bar/index.android.d.ts +44 -0
  739. package/ui/search-bar/index.android.js +260 -0
  740. package/ui/search-bar/index.android.js.map +1 -0
  741. package/ui/search-bar/index.ios.d.ts +36 -0
  742. package/ui/search-bar/index.ios.js +203 -0
  743. package/ui/search-bar/index.ios.js.map +1 -0
  744. package/ui/search-bar/search-bar-common.d.ts +19 -0
  745. package/ui/search-bar/search-bar-common.js +43 -0
  746. package/ui/search-bar/search-bar-common.js.map +1 -0
  747. package/ui/segmented-bar/index.android.d.ts +42 -0
  748. package/ui/segmented-bar/index.android.js +280 -0
  749. package/ui/segmented-bar/index.android.js.map +1 -0
  750. package/ui/segmented-bar/index.ios.d.ts +28 -0
  751. package/ui/segmented-bar/index.ios.js +141 -0
  752. package/ui/segmented-bar/index.ios.js.map +1 -0
  753. package/ui/segmented-bar/segmented-bar-common.d.ts +37 -0
  754. package/ui/segmented-bar/segmented-bar-common.js +146 -0
  755. package/ui/segmented-bar/segmented-bar-common.js.map +1 -0
  756. package/ui/slider/index.android.d.ts +32 -0
  757. package/ui/slider/index.android.js +123 -0
  758. package/ui/slider/index.android.js.map +1 -0
  759. package/ui/slider/index.ios.d.ts +34 -0
  760. package/ui/slider/index.ios.js +145 -0
  761. package/ui/slider/index.ios.js.map +1 -0
  762. package/ui/slider/slider-common.d.ts +27 -0
  763. package/ui/slider/slider-common.js +69 -0
  764. package/ui/slider/slider-common.js.map +1 -0
  765. package/ui/split-view/index.android.d.ts +3 -0
  766. package/ui/split-view/index.android.js +4 -0
  767. package/ui/split-view/index.android.js.map +1 -0
  768. package/ui/split-view/index.ios.d.ts +51 -0
  769. package/ui/split-view/index.ios.js +567 -0
  770. package/ui/split-view/index.ios.js.map +1 -0
  771. package/ui/split-view/split-view-common.d.ts +59 -0
  772. package/ui/split-view/split-view-common.js +127 -0
  773. package/ui/split-view/split-view-common.js.map +1 -0
  774. package/ui/styling/background-common.d.ts +78 -0
  775. package/ui/styling/background-common.js +241 -0
  776. package/ui/styling/background-common.js.map +1 -0
  777. package/ui/styling/background.android.d.ts +3 -0
  778. package/ui/styling/background.android.js +82 -0
  779. package/ui/styling/background.android.js.map +1 -0
  780. package/ui/styling/background.ios.d.ts +21 -0
  781. package/ui/styling/background.ios.js +1105 -0
  782. package/ui/styling/background.ios.js.map +1 -0
  783. package/ui/styling/box-shadow.d.ts +9 -0
  784. package/ui/styling/box-shadow.js +3 -0
  785. package/ui/styling/box-shadow.js.map +1 -0
  786. package/ui/styling/clip-path-function.d.ts +16 -0
  787. package/ui/styling/clip-path-function.js +25 -0
  788. package/ui/styling/clip-path-function.js.map +1 -0
  789. package/ui/styling/converters.d.ts +2 -0
  790. package/ui/styling/converters.js +41 -0
  791. package/ui/styling/converters.js.map +1 -0
  792. package/ui/styling/css-animation-parser.d.ts +14 -0
  793. package/ui/styling/css-animation-parser.js +187 -0
  794. package/ui/styling/css-animation-parser.js.map +1 -0
  795. package/ui/styling/css-selector.d.ts +270 -0
  796. package/ui/styling/css-selector.js +934 -0
  797. package/ui/styling/css-selector.js.map +1 -0
  798. package/ui/styling/css-shadow.d.ts +19 -0
  799. package/ui/styling/css-shadow.js +26 -0
  800. package/ui/styling/css-shadow.js.map +1 -0
  801. package/ui/styling/css-stroke.d.ts +12 -0
  802. package/ui/styling/css-stroke.js +19 -0
  803. package/ui/styling/css-stroke.js.map +1 -0
  804. package/ui/styling/css-transform.d.ts +2 -0
  805. package/ui/styling/css-transform.js +110 -0
  806. package/ui/styling/css-transform.js.map +1 -0
  807. package/ui/styling/css-utils.d.ts +8 -0
  808. package/ui/styling/css-utils.js +73 -0
  809. package/ui/styling/css-utils.js.map +1 -0
  810. package/ui/styling/font-common.d.ts +62 -0
  811. package/ui/styling/font-common.js +195 -0
  812. package/ui/styling/font-common.js.map +1 -0
  813. package/ui/styling/font-interfaces.d.ts +16 -0
  814. package/ui/styling/font-interfaces.js +2 -0
  815. package/ui/styling/font-interfaces.js.map +1 -0
  816. package/ui/styling/font.android.d.ts +15 -0
  817. package/ui/styling/font.android.js +226 -0
  818. package/ui/styling/font.android.js.map +1 -0
  819. package/ui/styling/font.ios.d.ts +18 -0
  820. package/ui/styling/font.ios.js +159 -0
  821. package/ui/styling/font.ios.js.map +1 -0
  822. package/ui/styling/length-shared.d.ts +52 -0
  823. package/ui/styling/length-shared.js +173 -0
  824. package/ui/styling/length-shared.js.map +1 -0
  825. package/ui/styling/linear-gradient.d.ts +13 -0
  826. package/ui/styling/linear-gradient.js +48 -0
  827. package/ui/styling/linear-gradient.js.map +1 -0
  828. package/ui/styling/style/index.d.ts +166 -0
  829. package/ui/styling/style/index.js +67 -0
  830. package/ui/styling/style/index.js.map +1 -0
  831. package/ui/styling/style-properties.d.ts +63 -0
  832. package/ui/styling/style-properties.js +1151 -0
  833. package/ui/styling/style-properties.js.map +1 -0
  834. package/ui/styling/style-scope.d.ts +87 -0
  835. package/ui/styling/style-scope.js +1020 -0
  836. package/ui/styling/style-scope.js.map +1 -0
  837. package/ui/styling/styling-profile.d.ts +1 -0
  838. package/ui/styling/styling-profile.js +4 -0
  839. package/ui/styling/styling-profile.js.map +1 -0
  840. package/ui/styling/styling-shared.d.ts +3 -0
  841. package/ui/styling/styling-shared.js +6 -0
  842. package/ui/styling/styling-shared.js.map +1 -0
  843. package/ui/switch/index.android.d.ts +23 -0
  844. package/ui/switch/index.android.js +111 -0
  845. package/ui/switch/index.android.js.map +1 -0
  846. package/ui/switch/index.ios.d.ts +26 -0
  847. package/ui/switch/index.ios.js +185 -0
  848. package/ui/switch/index.ios.js.map +1 -0
  849. package/ui/switch/switch-common.d.ts +12 -0
  850. package/ui/switch/switch-common.js +37 -0
  851. package/ui/switch/switch-common.js.map +1 -0
  852. package/ui/tab-view/index.android.d.ts +73 -0
  853. package/ui/tab-view/index.android.js +646 -0
  854. package/ui/tab-view/index.android.js.map +1 -0
  855. package/ui/tab-view/index.ios.d.ts +80 -0
  856. package/ui/tab-view/index.ios.js +877 -0
  857. package/ui/tab-view/index.ios.js.map +1 -0
  858. package/ui/tab-view/tab-view-common.d.ts +86 -0
  859. package/ui/tab-view/tab-view-common.js +277 -0
  860. package/ui/tab-view/tab-view-common.js.map +1 -0
  861. package/ui/text-base/formatted-string.js +163 -0
  862. package/ui/text-base/formatted-string.js.map +1 -0
  863. package/ui/text-base/index.android.d.ts +79 -0
  864. package/ui/text-base/index.android.js +589 -0
  865. package/ui/text-base/index.android.js.map +1 -0
  866. package/ui/text-base/index.ios.d.ts +53 -0
  867. package/ui/text-base/index.ios.js +452 -0
  868. package/ui/text-base/index.ios.js.map +1 -0
  869. package/ui/text-base/span.js +113 -0
  870. package/ui/text-base/span.js.map +1 -0
  871. package/ui/text-base/text-base-common.d.ts +99 -0
  872. package/ui/text-base/text-base-common.js +324 -0
  873. package/ui/text-base/text-base-common.js.map +1 -0
  874. package/ui/text-field/index.android.d.ts +10 -0
  875. package/ui/text-field/index.android.js +92 -0
  876. package/ui/text-field/index.android.js.map +1 -0
  877. package/ui/text-field/index.ios.d.ts +56 -0
  878. package/ui/text-field/index.ios.js +315 -0
  879. package/ui/text-field/index.ios.js.map +1 -0
  880. package/ui/text-field/text-field-common.d.ts +11 -0
  881. package/ui/text-field/text-field-common.js +25 -0
  882. package/ui/text-field/text-field-common.js.map +1 -0
  883. package/ui/text-view/index.android.d.ts +8 -0
  884. package/ui/text-view/index.android.js +24 -0
  885. package/ui/text-view/index.android.js.map +1 -0
  886. package/ui/text-view/index.ios.d.ts +59 -0
  887. package/ui/text-view/index.ios.js +432 -0
  888. package/ui/text-view/index.ios.js.map +1 -0
  889. package/ui/text-view/text-view-common.d.ts +32 -0
  890. package/ui/text-view/text-view-common.js +39 -0
  891. package/ui/text-view/text-view-common.js.map +1 -0
  892. package/ui/time-picker/index.android.d.ts +10 -0
  893. package/ui/time-picker/index.android.js +79 -0
  894. package/ui/time-picker/index.android.js.map +1 -0
  895. package/ui/time-picker/index.ios.d.ts +31 -0
  896. package/ui/time-picker/index.ios.js +138 -0
  897. package/ui/time-picker/index.ios.js.map +1 -0
  898. package/ui/time-picker/time-picker-common.d.ts +31 -0
  899. package/ui/time-picker/time-picker-common.js +176 -0
  900. package/ui/time-picker/time-picker-common.js.map +1 -0
  901. package/ui/transition/fade-transition.android.d.ts +4 -0
  902. package/ui/transition/fade-transition.android.js +28 -0
  903. package/ui/transition/fade-transition.android.js.map +1 -0
  904. package/ui/transition/fade-transition.ios.d.ts +17 -0
  905. package/ui/transition/fade-transition.ios.js +64 -0
  906. package/ui/transition/fade-transition.ios.js.map +1 -0
  907. package/ui/transition/flip-transition.android.d.ts +6 -0
  908. package/ui/transition/flip-transition.android.js +90 -0
  909. package/ui/transition/flip-transition.android.js.map +1 -0
  910. package/ui/transition/index.android.d.ts +19 -0
  911. package/ui/transition/index.android.js +37 -0
  912. package/ui/transition/index.android.js.map +1 -0
  913. package/ui/transition/index.ios.d.ts +14 -0
  914. package/ui/transition/index.ios.js +30 -0
  915. package/ui/transition/index.ios.js.map +1 -0
  916. package/ui/transition/modal-transition.android.d.ts +5 -0
  917. package/ui/transition/modal-transition.android.js +7 -0
  918. package/ui/transition/modal-transition.android.js.map +1 -0
  919. package/ui/transition/modal-transition.ios.d.ts +34 -0
  920. package/ui/transition/modal-transition.ios.js +175 -0
  921. package/ui/transition/modal-transition.ios.js.map +1 -0
  922. package/ui/transition/page-transition.android.d.ts +9 -0
  923. package/ui/transition/page-transition.android.js +284 -0
  924. package/ui/transition/page-transition.android.js.map +1 -0
  925. package/ui/transition/page-transition.ios.d.ts +35 -0
  926. package/ui/transition/page-transition.ios.js +193 -0
  927. package/ui/transition/page-transition.ios.js.map +1 -0
  928. package/ui/transition/shared-transition-helper.android.d.ts +9 -0
  929. package/ui/transition/shared-transition-helper.android.js +10 -0
  930. package/ui/transition/shared-transition-helper.android.js.map +1 -0
  931. package/ui/transition/shared-transition-helper.ios.d.ts +14 -0
  932. package/ui/transition/shared-transition-helper.ios.js +539 -0
  933. package/ui/transition/shared-transition-helper.ios.js.map +1 -0
  934. package/ui/transition/shared-transition.d.ts +271 -0
  935. package/ui/transition/shared-transition.js +215 -0
  936. package/ui/transition/shared-transition.js.map +1 -0
  937. package/ui/transition/slide-transition.android.d.ts +7 -0
  938. package/ui/transition/slide-transition.android.js +116 -0
  939. package/ui/transition/slide-transition.android.js.map +1 -0
  940. package/ui/transition/slide-transition.ios.d.ts +19 -0
  941. package/ui/transition/slide-transition.ios.js +94 -0
  942. package/ui/transition/slide-transition.ios.js.map +1 -0
  943. package/ui/utils.android.d.ts +5 -0
  944. package/ui/utils.android.js +16 -0
  945. package/ui/utils.android.js.map +1 -0
  946. package/ui/utils.ios.d.ts +11 -0
  947. package/ui/utils.ios.js +66 -0
  948. package/ui/utils.ios.js.map +1 -0
  949. package/ui/web-view/index.android.d.ts +18 -0
  950. package/ui/web-view/index.android.js +173 -0
  951. package/ui/web-view/index.android.js.map +1 -0
  952. package/ui/web-view/index.ios.d.ts +27 -0
  953. package/ui/web-view/index.ios.js +246 -0
  954. package/ui/web-view/index.ios.js.map +1 -0
  955. package/ui/web-view/web-view-common.d.ts +30 -0
  956. package/ui/web-view/web-view-common.js +74 -0
  957. package/ui/web-view/web-view-common.js.map +1 -0
  958. package/ui/web-view/web-view-interfaces.d.ts +11 -0
  959. package/ui/web-view/web-view-interfaces.js +2 -0
  960. package/ui/web-view/web-view-interfaces.js.map +1 -0
  961. package/utils/animation-helpers.d.ts +27 -0
  962. package/utils/animation-helpers.js +48 -0
  963. package/utils/animation-helpers.js.map +1 -0
  964. package/utils/common.d.ts +28 -0
  965. package/utils/common.js +158 -0
  966. package/utils/common.js.map +1 -0
  967. package/utils/constants.android.d.ts +2 -0
  968. package/utils/constants.android.js +5 -0
  969. package/utils/constants.android.js.map +1 -0
  970. package/utils/constants.ios.d.ts +2 -0
  971. package/utils/constants.ios.js +5 -0
  972. package/utils/constants.ios.js.map +1 -0
  973. package/utils/debug-source.d.ts +19 -0
  974. package/utils/debug-source.js +78 -0
  975. package/utils/debug-source.js.map +1 -0
  976. package/utils/debug.js +3 -0
  977. package/utils/debug.js.map +1 -0
  978. package/utils/index.android.d.ts +26 -0
  979. package/utils/index.android.js +205 -0
  980. package/utils/index.android.js.map +1 -0
  981. package/utils/index.ios.d.ts +22 -0
  982. package/utils/index.ios.js +113 -0
  983. package/utils/index.ios.js.map +1 -0
  984. package/utils/layout-helper/index.android.d.ts +25 -0
  985. package/utils/layout-helper/index.android.js +86 -0
  986. package/utils/layout-helper/index.android.js.map +1 -0
  987. package/utils/layout-helper/index.ios.d.ts +25 -0
  988. package/utils/layout-helper/index.ios.js +68 -0
  989. package/utils/layout-helper/index.ios.js.map +1 -0
  990. package/utils/layout-helper/layout-helper-common.d.ts +5 -0
  991. package/utils/layout-helper/layout-helper-common.js +49 -0
  992. package/utils/layout-helper/layout-helper-common.js.map +1 -0
  993. package/utils/layout-helper/layout-helper-shared.d.ts +9 -0
  994. package/utils/layout-helper/layout-helper-shared.js +13 -0
  995. package/utils/layout-helper/layout-helper-shared.js.map +1 -0
  996. package/utils/lazy.js +5 -0
  997. package/utils/lazy.js.map +1 -0
  998. package/utils/macrotask-scheduler.js +26 -0
  999. package/utils/macrotask-scheduler.js.map +1 -0
  1000. package/utils/mainthread-helper.android.d.ts +3 -0
  1001. package/utils/mainthread-helper.android.js +28 -0
  1002. package/utils/mainthread-helper.android.js.map +1 -0
  1003. package/utils/mainthread-helper.ios.d.ts +3 -0
  1004. package/utils/mainthread-helper.ios.js +17 -0
  1005. package/utils/mainthread-helper.ios.js.map +1 -0
  1006. package/utils/module-merge.d.ts +1 -0
  1007. package/utils/module-merge.js +8 -0
  1008. package/utils/module-merge.js.map +1 -0
  1009. package/utils/native-helper-for-android.d.ts +45 -0
  1010. package/utils/native-helper-for-android.js +376 -0
  1011. package/utils/native-helper-for-android.js.map +1 -0
  1012. package/utils/native-helper.android.d.ts +42 -0
  1013. package/utils/native-helper.android.js +30 -0
  1014. package/utils/native-helper.android.js.map +1 -0
  1015. package/utils/native-helper.ios.d.ts +79 -0
  1016. package/utils/native-helper.ios.js +339 -0
  1017. package/utils/native-helper.ios.js.map +1 -0
  1018. package/utils/number-utils.d.ts +19 -0
  1019. package/utils/number-utils.js +37 -0
  1020. package/utils/number-utils.js.map +1 -0
  1021. package/utils/platform-check.d.ts +4 -0
  1022. package/utils/platform-check.js +21 -0
  1023. package/utils/platform-check.js.map +1 -0
  1024. package/utils/shared.d.ts +17 -0
  1025. package/utils/shared.js +40 -0
  1026. package/utils/shared.js.map +1 -0
  1027. package/utils/types.js +104 -0
  1028. package/utils/types.js.map +1 -0
  1029. package/utils/utils-shared.d.ts +1 -0
  1030. package/utils/utils-shared.js +8 -0
  1031. package/utils/utils-shared.js.map +1 -0
  1032. package/wgc/atob.d.ts +1 -0
  1033. package/wgc/atob.js +9 -0
  1034. package/wgc/atob.js.map +1 -0
  1035. package/wgc/btoa.d.ts +1 -0
  1036. package/wgc/btoa.js +9 -0
  1037. package/wgc/btoa.js.map +1 -0
  1038. package/wgc/crypto/SubtleCrypto.d.ts +63 -0
  1039. package/wgc/crypto/SubtleCrypto.js +551 -0
  1040. package/wgc/crypto/SubtleCrypto.js.map +1 -0
  1041. package/wgc/crypto/index.d.ts +8 -0
  1042. package/wgc/crypto/index.js +32 -0
  1043. package/wgc/crypto/index.js.map +1 -0
  1044. package/wgc/index.d.ts +2 -0
  1045. package/wgc/index.js +3 -0
  1046. package/wgc/index.js.map +1 -0
  1047. package/xhr/index.d.ts +113 -0
  1048. package/xhr/index.js +486 -0
  1049. package/xhr/index.js.map +1 -0
  1050. package/xml/index.d.ts +108 -0
  1051. package/xml/index.js +574 -0
  1052. package/xml/index.js.map +1 -0
  1053. package/css/package.json +0 -36
  1054. package/css-value/package.json +0 -23
@@ -0,0 +1,515 @@
1
+ import { isAccessibilityServiceEnabled } from '../../application';
2
+ import { NavigationType } from '../frame/frame-interfaces';
3
+ import { View, IOSHelper } from '../core/view';
4
+ import { PageBase, actionBarHiddenProperty } from './page-common';
5
+ import { profile } from '../../profiling';
6
+ import { layout } from '../../utils/layout-helper';
7
+ import { SDK_VERSION } from '../../utils/constants';
8
+ import { getLastFocusedViewOnPage } from '../../accessibility/accessibility-common';
9
+ import { SharedTransition } from '../transition/shared-transition';
10
+ export * from './page-common';
11
+ const ENTRY = '_entry';
12
+ const DELEGATE = '_delegate';
13
+ const TRANSITION = '_transition';
14
+ const NON_ANIMATED_TRANSITION = 'non-animated';
15
+ var UIViewControllerImpl = (function (_super) {
16
+ __extends(UIViewControllerImpl, _super);
17
+ function UIViewControllerImpl() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ Object.defineProperty(UIViewControllerImpl.prototype, "isRunningLayout", {
21
+ get: function () {
22
+ return this._isRunningLayout !== 0;
23
+ },
24
+ enumerable: true,
25
+ configurable: true
26
+ });
27
+ UIViewControllerImpl.prototype.startRunningLayout = function () {
28
+ this._isRunningLayout++;
29
+ };
30
+ UIViewControllerImpl.prototype.finishRunningLayout = function () {
31
+ this._isRunningLayout--;
32
+ this.didFirstLayout = true;
33
+ };
34
+ UIViewControllerImpl.prototype.runLayout = function (cb) {
35
+ try {
36
+ this.startRunningLayout();
37
+ cb();
38
+ }
39
+ finally {
40
+ this.finishRunningLayout();
41
+ }
42
+ };
43
+ UIViewControllerImpl.initWithOwner = function (owner) {
44
+ var controller = UIViewControllerImpl.new();
45
+ controller._owner = owner;
46
+ controller._isRunningLayout = 0;
47
+ controller.didFirstLayout = false;
48
+ return controller;
49
+ };
50
+ UIViewControllerImpl.prototype.viewDidLoad = function () {
51
+ _super.prototype.viewDidLoad.call(this);
52
+ this.extendedLayoutIncludesOpaqueBars = true;
53
+ };
54
+ UIViewControllerImpl.prototype.viewWillAppear = function (animated) {
55
+ var _a;
56
+ _super.prototype.viewWillAppear.call(this, animated);
57
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
58
+ if (!owner) {
59
+ return;
60
+ }
61
+ var frame = this.navigationController ? this.navigationController.owner : null;
62
+ if (frame) {
63
+ var entry = this[ENTRY];
64
+ var currentPage = frame.currentPage;
65
+ if (!owner._presentedViewController && entry && currentPage !== owner && !frame._executingContext) {
66
+ var isBack = frame.backStack.includes(entry);
67
+ frame._executingContext = {
68
+ entry: entry,
69
+ isBackNavigation: isBack,
70
+ navigationType: isBack ? NavigationType.back : NavigationType.forward,
71
+ };
72
+ frame._onNavigatingTo(entry, isBack);
73
+ }
74
+ frame._resolvedPage = owner;
75
+ if (owner.parent === frame) {
76
+ frame._inheritStyles(owner);
77
+ }
78
+ else {
79
+ if (!owner.parent) {
80
+ if (!frame._styleScope) {
81
+ owner._updateStyleScope();
82
+ }
83
+ frame._addView(owner);
84
+ }
85
+ else {
86
+ throw new Error("Page is already shown on another frame.");
87
+ }
88
+ }
89
+ frame._updateActionBar(owner);
90
+ }
91
+ IOSHelper.updateAutoAdjustScrollInsets(this, owner);
92
+ if (!owner.isLoaded) {
93
+ owner.callLoaded();
94
+ owner.updateStatusBar();
95
+ }
96
+ else {
97
+ owner.updateWithWillAppear(animated);
98
+ }
99
+ };
100
+ UIViewControllerImpl.prototype.viewDidAppear = function (animated) {
101
+ var _a, _b, _c, _d;
102
+ _super.prototype.viewDidAppear.call(this, animated);
103
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
104
+ if (!owner) {
105
+ return;
106
+ }
107
+ var navigationController = this.navigationController;
108
+ var frame = navigationController ? navigationController.owner : null;
109
+ if (frame) {
110
+ var newEntry = this[ENTRY];
111
+ if (frame._executingContext && frame._executingContext.entry !== newEntry) {
112
+ frame._executingContext = null;
113
+ return;
114
+ }
115
+ if (!owner._presentedViewController) {
116
+ var navigationType = (_c = (_b = frame._executingContext) === null || _b === void 0 ? void 0 : _b.navigationType) !== null && _c !== void 0 ? _c : NavigationType.back;
117
+ var isReplace = navigationType === NavigationType.replace;
118
+ frame.setCurrent(newEntry, navigationType);
119
+ if (isReplace) {
120
+ var controller = newEntry.resolvedPage.ios;
121
+ if (controller) {
122
+ var animated_1 = frame._getIsAnimatedNavigation(newEntry.entry);
123
+ if (animated_1) {
124
+ controller[TRANSITION] = frame._getNavigationTransition(newEntry.entry);
125
+ }
126
+ else {
127
+ controller[TRANSITION] = {
128
+ name: NON_ANIMATED_TRANSITION,
129
+ };
130
+ }
131
+ }
132
+ }
133
+ if ((_d = frame.ios) === null || _d === void 0 ? void 0 : _d.controller) {
134
+ frame.ios.controller.delegate = this[DELEGATE];
135
+ }
136
+ frame._processNavigationQueue(owner);
137
+ if (!__VISIONOS__) {
138
+ if (frame.canGoBack()) {
139
+ var transitionState = SharedTransition.getState(owner.transitionId);
140
+ if (!(transitionState === null || transitionState === void 0 ? void 0 : transitionState.interactive)) {
141
+ navigationController.interactivePopGestureRecognizer.delegate = navigationController;
142
+ navigationController.interactivePopGestureRecognizer.enabled = owner.enableSwipeBackNavigation;
143
+ }
144
+ }
145
+ else {
146
+ navigationController.interactivePopGestureRecognizer.enabled = false;
147
+ }
148
+ }
149
+ }
150
+ }
151
+ if (!this.presentedViewController) {
152
+ owner._presentedViewController = null;
153
+ }
154
+ };
155
+ UIViewControllerImpl.prototype.viewWillDisappear = function (animated) {
156
+ var _a;
157
+ _super.prototype.viewWillDisappear.call(this, animated);
158
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
159
+ if (!owner) {
160
+ return;
161
+ }
162
+ if (!owner._presentedViewController) {
163
+ owner._presentedViewController = this.presentedViewController;
164
+ }
165
+ owner.updateWithWillDisappear(animated);
166
+ // If the Page is nested, cross check safe area insets on top and bottom with Frame parent.
167
+ };
168
+ UIViewControllerImpl.prototype.viewDidDisappear = function (animated) {
169
+ var _a;
170
+ _super.prototype.viewDidDisappear.call(this, animated);
171
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
172
+ if (!owner || owner.modal || owner._presentedViewController) {
173
+ return;
174
+ }
175
+ if (owner.isLoaded) {
176
+ owner.callUnloaded();
177
+ }
178
+ };
179
+ UIViewControllerImpl.prototype.viewWillLayoutSubviews = function () {
180
+ var _a;
181
+ _super.prototype.viewWillLayoutSubviews.call(this);
182
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
183
+ if (owner) {
184
+ IOSHelper.updateConstraints(this, owner);
185
+ }
186
+ };
187
+ UIViewControllerImpl.prototype.viewSafeAreaInsetsDidChange = function () {
188
+ var _this = this;
189
+ var _a;
190
+ _super.prototype.viewSafeAreaInsetsDidChange.call(this);
191
+ if (this.isRunningLayout || !this.didFirstLayout) {
192
+ return;
193
+ }
194
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
195
+ if (owner) {
196
+ this.runLayout(function () { return IOSHelper.layoutView(_this, owner); });
197
+ }
198
+ };
199
+ UIViewControllerImpl.prototype.viewDidLayoutSubviews = function () {
200
+ var _a;
201
+ this.startRunningLayout();
202
+ _super.prototype.viewDidLayoutSubviews.call(this);
203
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
204
+ if (owner) {
205
+ if (SDK_VERSION >= 11) {
206
+ var frame = owner.parent;
207
+ var frameParent = frame && frame.parent;
208
+ while (frameParent && !frameParent.nativeViewProtected) {
209
+ frameParent = frameParent.parent;
210
+ }
211
+ if (frameParent) {
212
+ var parentPageInsetsTop = frameParent.nativeViewProtected.safeAreaInsets.top;
213
+ var parentPageInsetsBottom = frameParent.nativeViewProtected.safeAreaInsets.bottom;
214
+ var currentInsetsTop = this.view.safeAreaInsets.top;
215
+ var currentInsetsBottom = this.view.safeAreaInsets.bottom;
216
+ if (this.additionalSafeAreaInsets) {
217
+ currentInsetsTop -= this.additionalSafeAreaInsets.top;
218
+ currentInsetsBottom -= this.additionalSafeAreaInsets.bottom;
219
+ }
220
+ var additionalInsetsTop = Math.max(parentPageInsetsTop - currentInsetsTop, 0);
221
+ var additionalInsetsBottom = Math.max(parentPageInsetsBottom - currentInsetsBottom, 0);
222
+ if (additionalInsetsTop > 0 || additionalInsetsBottom > 0) {
223
+ var additionalInsets = new UIEdgeInsets({
224
+ top: additionalInsetsTop,
225
+ left: 0,
226
+ bottom: additionalInsetsBottom,
227
+ right: 0,
228
+ });
229
+ this.additionalSafeAreaInsets = additionalInsets;
230
+ }
231
+ else {
232
+ this.additionalSafeAreaInsets = null;
233
+ }
234
+ }
235
+ }
236
+ IOSHelper.layoutView(this, owner);
237
+ }
238
+ this.finishRunningLayout();
239
+ };
240
+ UIViewControllerImpl.prototype.traitCollectionDidChange = function (previousTraitCollection) {
241
+ var _a;
242
+ _super.prototype.traitCollectionDidChange.call(this, previousTraitCollection);
243
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
244
+ if (owner) {
245
+ if (SDK_VERSION >= 13) {
246
+ if (this.traitCollection.hasDifferentColorAppearanceComparedToTraitCollection && this.traitCollection.hasDifferentColorAppearanceComparedToTraitCollection(previousTraitCollection)) {
247
+ owner.notify({
248
+ eventName: IOSHelper.traitCollectionColorAppearanceChangedEvent,
249
+ object: owner,
250
+ });
251
+ }
252
+ }
253
+ if (this.traitCollection.layoutDirection !== previousTraitCollection.layoutDirection) {
254
+ owner.notify({
255
+ eventName: IOSHelper.traitCollectionLayoutDirectionChangedEvent,
256
+ object: owner,
257
+ });
258
+ }
259
+ }
260
+ };
261
+ Object.defineProperty(UIViewControllerImpl.prototype, "preferredStatusBarStyle", {
262
+ get: function () {
263
+ var _a;
264
+ var owner = (_a = this._owner) === null || _a === void 0 ? void 0 : _a.deref();
265
+ if (owner) {
266
+ if (SDK_VERSION >= 13) {
267
+ return owner.statusBarStyle === "light" ? UIStatusBarStyle.LightContent : UIStatusBarStyle.DarkContent;
268
+ }
269
+ else {
270
+ return owner.statusBarStyle === "dark" ? UIStatusBarStyle.LightContent : UIStatusBarStyle.Default;
271
+ }
272
+ }
273
+ else {
274
+ return UIStatusBarStyle.Default;
275
+ }
276
+ },
277
+ enumerable: true,
278
+ configurable: true
279
+ });
280
+ __decorate([
281
+ profile
282
+ ], UIViewControllerImpl.prototype, "viewDidAppear", null);
283
+ __decorate([
284
+ profile
285
+ ], UIViewControllerImpl.prototype, "viewWillDisappear", null);
286
+ __decorate([
287
+ profile
288
+ ], UIViewControllerImpl.prototype, "viewDidDisappear", null);
289
+ return UIViewControllerImpl;
290
+ }(UIViewController));
291
+ export class Page extends PageBase {
292
+ constructor() {
293
+ super();
294
+ this._backgroundColor = SDK_VERSION <= 12 && !UIColor.systemBackgroundColor ? UIColor.whiteColor : UIColor.systemBackgroundColor;
295
+ const controller = UIViewControllerImpl.initWithOwner(new WeakRef(this));
296
+ controller.view.backgroundColor = this._backgroundColor;
297
+ this.viewController = this._ios = controller;
298
+ }
299
+ createNativeView() {
300
+ // View controller can be disposed during view disposal, so make sure to create a new one if not defined
301
+ if (!this._ios) {
302
+ const controller = UIViewControllerImpl.initWithOwner(new WeakRef(this));
303
+ controller.view.backgroundColor = this._backgroundColor;
304
+ this.viewController = this._ios = controller;
305
+ }
306
+ return this._ios.view;
307
+ }
308
+ disposeNativeView() {
309
+ this.viewController = null;
310
+ this._ios = null;
311
+ super.disposeNativeView();
312
+ }
313
+ // @ts-ignore
314
+ get ios() {
315
+ return this._ios;
316
+ }
317
+ layoutNativeView(left, top, right, bottom) {
318
+ const nativeView = this.nativeViewProtected;
319
+ if (!nativeView) {
320
+ return;
321
+ }
322
+ const currentFrame = nativeView.frame;
323
+ // Create a copy of current view frame
324
+ const newFrame = CGRectMake(currentFrame.origin.x, currentFrame.origin.y, currentFrame.size.width, currentFrame.size.height);
325
+ this._setNativeViewFrame(nativeView, newFrame);
326
+ }
327
+ _modifyNativeViewFrame(nativeView, frame) {
328
+ //
329
+ }
330
+ _shouldDelayLayout() {
331
+ return this.frame && this.frame._animationInProgress;
332
+ }
333
+ onLoaded() {
334
+ super.onLoaded();
335
+ if (this.hasActionBar) {
336
+ this.actionBar.update();
337
+ }
338
+ }
339
+ updateWithWillAppear(animated) {
340
+ // this method is important because it allows plugins to react to modal page close
341
+ // for example allowing updating status bar background color
342
+ if (this.hasActionBar) {
343
+ this.actionBar.update();
344
+ }
345
+ this.updateStatusBar();
346
+ }
347
+ updateWithWillDisappear(animated) {
348
+ // this method is important because it allows plugins to react to modal page close
349
+ // for example allowing updating status bar background color
350
+ }
351
+ updateStatusBar() {
352
+ this._updateStatusBarStyle(this.statusBarStyle);
353
+ }
354
+ _updateStatusBarStyle(value) {
355
+ const frame = this.frame;
356
+ if (frame?.ios && value) {
357
+ const navigationController = frame.ios.controller;
358
+ const navigationBar = navigationController.navigationBar;
359
+ navigationBar.barStyle = value === 'light' ? 1 /* UIBarStyle.Black */ : 0 /* UIBarStyle.Default */;
360
+ // Force overrideUserInterfaceStyle on the navigation controller as well
361
+ if (SDK_VERSION >= 13) {
362
+ const style = value === 'light' ? 2 /* UIUserInterfaceStyle.Dark */ : 1 /* UIUserInterfaceStyle.Light */;
363
+ navigationController.overrideUserInterfaceStyle = style;
364
+ navigationBar.overrideUserInterfaceStyle = style;
365
+ }
366
+ IOSHelper.invalidateStatusBarAppearance(navigationController, `Page._updateStatusBarStyle:${value}`);
367
+ }
368
+ }
369
+ _updateEnableSwipeBackNavigation(enabled) {
370
+ const navController = this._ios.navigationController;
371
+ if (this.frame && navController && navController.interactivePopGestureRecognizer) {
372
+ // Make sure we don't set true if cannot go back
373
+ enabled = enabled && this.frame.canGoBack();
374
+ navController.interactivePopGestureRecognizer.enabled = enabled;
375
+ }
376
+ }
377
+ onMeasure(widthMeasureSpec, heightMeasureSpec) {
378
+ const width = layout.getMeasureSpecSize(widthMeasureSpec);
379
+ const widthMode = layout.getMeasureSpecMode(widthMeasureSpec);
380
+ const height = layout.getMeasureSpecSize(heightMeasureSpec);
381
+ const heightMode = layout.getMeasureSpecMode(heightMeasureSpec);
382
+ if (this.hasActionBar && this.frame && this.frame._getNavBarVisible(this)) {
383
+ const { width, height } = this.actionBar._getActualSize;
384
+ const widthSpec = layout.makeMeasureSpec(width, layout.EXACTLY);
385
+ const heightSpec = layout.makeMeasureSpec(height, layout.EXACTLY);
386
+ View.measureChild(this, this.actionBar, widthSpec, heightSpec);
387
+ }
388
+ const result = View.measureChild(this, this.layoutView, widthMeasureSpec, heightMeasureSpec);
389
+ const measureWidth = Math.max(result.measuredWidth, this.effectiveMinWidth);
390
+ const measureHeight = Math.max(result.measuredHeight, this.effectiveMinHeight);
391
+ const widthAndState = View.resolveSizeAndState(measureWidth, width, widthMode, 0);
392
+ const heightAndState = View.resolveSizeAndState(measureHeight, height, heightMode, 0);
393
+ this.setMeasuredDimension(widthAndState, heightAndState);
394
+ }
395
+ onLayout(left, top, right, bottom) {
396
+ if (this.hasActionBar) {
397
+ const { width: actionBarWidth, height: actionBarHeight } = this.actionBar._getActualSize;
398
+ View.layoutChild(this, this.actionBar, 0, 0, actionBarWidth, actionBarHeight);
399
+ }
400
+ const insets = this.getSafeAreaInsets();
401
+ if (!__VISIONOS__ && SDK_VERSION <= 10 && this.viewController) {
402
+ // iOS 10 and below don't have safe area insets API,
403
+ // there we need only the top inset on the Page
404
+ insets.top = layout.round(layout.toDevicePixels(this.viewController.view.safeAreaLayoutGuide.layoutFrame.origin.y));
405
+ }
406
+ const childLeft = 0 + insets.left;
407
+ const childTop = 0 + insets.top;
408
+ const childRight = right - insets.right;
409
+ const childBottom = bottom - insets.bottom;
410
+ View.layoutChild(this, this.layoutView, childLeft, childTop, childRight, childBottom);
411
+ }
412
+ _addViewToNativeVisualTree(child, atIndex) {
413
+ // ActionBar is handled by the UINavigationController
414
+ if (this.hasActionBar && child === this.actionBar) {
415
+ return true;
416
+ }
417
+ const nativeParent = this.nativeViewProtected;
418
+ const nativeChild = child.nativeViewProtected;
419
+ const viewController = child.ios instanceof UIViewController ? child.ios : child.viewController;
420
+ if (viewController) {
421
+ // Adding modal controllers to as child will make app freeze.
422
+ if (this.viewController.presentedViewController === viewController) {
423
+ return true;
424
+ }
425
+ this.viewController.addChildViewController(viewController);
426
+ }
427
+ if (nativeParent && nativeChild) {
428
+ if (typeof atIndex !== 'number' || atIndex >= nativeParent.subviews.count) {
429
+ nativeParent.addSubview(nativeChild);
430
+ }
431
+ else {
432
+ nativeParent.insertSubviewAtIndex(nativeChild, atIndex);
433
+ }
434
+ return true;
435
+ }
436
+ return false;
437
+ }
438
+ _removeViewFromNativeVisualTree(child) {
439
+ // ActionBar is handled by the UINavigationController
440
+ if (this.hasActionBar && child === this.actionBar) {
441
+ return;
442
+ }
443
+ const viewController = child.ios instanceof UIViewController ? child.ios : child.viewController;
444
+ if (viewController) {
445
+ viewController.removeFromParentViewController();
446
+ }
447
+ super._removeViewFromNativeVisualTree(child);
448
+ }
449
+ [actionBarHiddenProperty.setNative](value) {
450
+ this._updateEnableSwipeBackNavigation(value);
451
+ // Invalidate all inner controller.
452
+ invalidateTopmostController(this.viewController);
453
+ const frame = this.frame;
454
+ if (frame) {
455
+ // Update nav-bar visibility with disabled animations
456
+ frame._updateActionBar(this, true);
457
+ }
458
+ }
459
+ accessibilityScreenChanged(refocus = false) {
460
+ if (!isAccessibilityServiceEnabled()) {
461
+ return;
462
+ }
463
+ if (refocus) {
464
+ const lastFocusedView = getLastFocusedViewOnPage(this);
465
+ if (lastFocusedView) {
466
+ const uiView = lastFocusedView.nativeViewProtected;
467
+ if (uiView) {
468
+ UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, uiView);
469
+ return;
470
+ }
471
+ }
472
+ }
473
+ if (this.actionBarHidden) {
474
+ UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, this.nativeViewProtected);
475
+ return;
476
+ }
477
+ if (this.accessibilityLabel) {
478
+ UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, this.nativeViewProtected);
479
+ return;
480
+ }
481
+ if (this.actionBar.accessibilityLabel || this.actionBar.title) {
482
+ UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, this.actionBar.nativeView);
483
+ return;
484
+ }
485
+ UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, this.nativeViewProtected);
486
+ }
487
+ }
488
+ function invalidateTopmostController(controller) {
489
+ if (!controller) {
490
+ return;
491
+ }
492
+ controller.view.setNeedsLayout();
493
+ const presentedViewController = controller.presentedViewController;
494
+ if (presentedViewController) {
495
+ return invalidateTopmostController(presentedViewController);
496
+ }
497
+ const childControllers = controller.childViewControllers;
498
+ let size = controller.childViewControllers.count;
499
+ while (size > 0) {
500
+ const childController = childControllers[--size];
501
+ if (childController instanceof UITabBarController) {
502
+ invalidateTopmostController(childController.selectedViewController);
503
+ }
504
+ else if (childController instanceof UINavigationController) {
505
+ invalidateTopmostController(childController.topViewController);
506
+ }
507
+ else if (childController instanceof UISplitViewController) {
508
+ invalidateTopmostController(childController.viewControllers.lastObject);
509
+ }
510
+ else {
511
+ invalidateTopmostController(childController);
512
+ }
513
+ }
514
+ }
515
+ //# sourceMappingURL=index.ios.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.ios.js","sourceRoot":"","sources":["../../../../../packages/core/ui/page/index.ios.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,73 @@
1
+ import { Page as PageDefinition } from '.';
2
+ import { ContentView } from '../content-view';
3
+ import { View } from '../core/view';
4
+ import { ShownModallyData } from '../core/view/view-interfaces';
5
+ import { Property, CssProperty } from '../core/properties';
6
+ import { Style } from '../styling/style';
7
+ import { Color } from '../../color';
8
+ import { EventData } from '../../data/observable';
9
+ import type { Frame } from '../frame';
10
+ import { ActionBar } from '../action-bar';
11
+ import { KeyframeAnimationInfo } from '../animation/keyframe-animation';
12
+ interface NavigatedData extends EventData {
13
+ context: any;
14
+ isBackNavigation: boolean;
15
+ }
16
+ export declare class PageBase extends ContentView {
17
+ static navigatingToEvent: string;
18
+ static navigatedToEvent: string;
19
+ static navigatingFromEvent: string;
20
+ static navigatedFromEvent: string;
21
+ private _navigationContext;
22
+ private _actionBar;
23
+ actionBarHidden: boolean;
24
+ enableSwipeBackNavigation: boolean;
25
+ backgroundSpanUnderStatusBar: boolean;
26
+ hasActionBar: boolean;
27
+ accessibilityAnnouncePageEnabled: boolean;
28
+ get navigationContext(): any;
29
+ get actionBar(): ActionBar;
30
+ set actionBar(value: ActionBar);
31
+ get androidStatusBarBackground(): Color;
32
+ set androidStatusBarBackground(value: Color);
33
+ get page(): PageDefinition;
34
+ _parentChanged(oldParent: View): void;
35
+ _addChildFromBuilder(name: string, value: any): void;
36
+ getKeyframeAnimationWithName(animationName: string): KeyframeAnimationInfo;
37
+ get frame(): Frame;
38
+ private createNavigatedData;
39
+ onNavigatingTo(context: any, isBackNavigation: boolean, bindingContext?: any): void;
40
+ onNavigatedTo(isBackNavigation: boolean): void;
41
+ onNavigatingFrom(isBackNavigation: boolean): void;
42
+ onNavigatedFrom(isBackNavigation: boolean): void;
43
+ eachChildView(callback: (child: View) => boolean): void;
44
+ get _childrenCount(): number;
45
+ accessibilityScreenChanged(refocus?: boolean): void;
46
+ }
47
+ export interface PageBase {
48
+ on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void;
49
+ on(event: 'navigatingTo', callback: (args: NavigatedData) => void, thisArg?: any): void;
50
+ on(event: 'navigatedTo', callback: (args: NavigatedData) => void, thisArg?: any): void;
51
+ on(event: 'navigatingFrom', callback: (args: NavigatedData) => void, thisArg?: any): void;
52
+ on(event: 'navigatedFrom', callback: (args: NavigatedData) => void, thisArg?: any): void;
53
+ on(event: 'showingModally', callback: (args: ShownModallyData) => void, thisArg?: any): void;
54
+ on(event: 'shownModally', callback: (args: ShownModallyData) => void, thisArg?: any): void;
55
+ }
56
+ /**
57
+ * Dependency property used to hide the Navigation Bar in iOS and the Action Bar in Android.
58
+ */
59
+ export declare const actionBarHiddenProperty: Property<PageBase, boolean>;
60
+ /**
61
+ * Dependency property that specify if page background should span under status bar.
62
+ */
63
+ export declare const backgroundSpanUnderStatusBarProperty: Property<PageBase, boolean>;
64
+ /**
65
+ * Dependency property used to control if swipe back navigation in iOS is enabled.
66
+ * This property is iOS specific. Default value: true
67
+ */
68
+ export declare const enableSwipeBackNavigationProperty: Property<PageBase, boolean>;
69
+ /**
70
+ * Property backing androidStatusBarBackground.
71
+ */
72
+ export declare const androidStatusBarBackgroundProperty: CssProperty<Style, Color>;
73
+ export {};