@nativescript/core 9.0.0-alpha.21 → 9.0.0-alpha.22

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 (1027) 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 +218 -0
  26. package/application/application-common.js +515 -0
  27. package/application/application-common.js.map +1 -0
  28. package/application/application-interfaces.d.ts +189 -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 +351 -0
  32. package/application/application-shims.js +353 -0
  33. package/application/application-shims.js.map +1 -0
  34. package/application/application.android.d.ts +71 -0
  35. package/application/application.android.js +1195 -0
  36. package/application/application.android.js.map +1 -0
  37. package/application/application.ios.d.ts +78 -0
  38. package/application/application.ios.js +871 -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 +17 -0
  44. package/application/helpers.android.js +173 -0
  45. package/application/helpers.android.js.map +1 -0
  46. package/application/helpers.ios.d.ts +27 -0
  47. package/application/helpers.ios.js +62 -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 +254 -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 +331 -0
  104. package/core-types/index.js +281 -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 +18 -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 +212 -0
  137. package/data/observable/index.js +440 -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 +5 -0
  212. package/http/http-shared.js +14 -0
  213. package/http/http-shared.js.map +1 -0
  214. package/http/index.js +72 -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 +39 -0
  235. package/index.js.map +1 -0
  236. package/inspector_modules.d.ts +7 -0
  237. package/inspector_modules.js +147 -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 +504 -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 +616 -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 +809 -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 +168 -0
  385. package/ui/button/index.android.js.map +1 -0
  386. package/ui/button/index.ios.d.ts +36 -0
  387. package/ui/button/index.ios.js +298 -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 +1696 -0
  417. package/ui/core/view/index.android.js.map +1 -0
  418. package/ui/core/view/index.ios.d.ts +142 -0
  419. package/ui/core/view/index.ios.js +1031 -0
  420. package/ui/core/view/index.ios.js.map +1 -0
  421. package/ui/core/view/view-common.d.ts +315 -0
  422. package/ui/core/view/view-common.js +1119 -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 +64 -0
  428. package/ui/core/view/view-helper/index.ios.js +363 -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 +159 -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 +73 -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 +593 -0
  440. package/ui/core/view-base/index.js +1150 -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 +133 -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 +499 -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 +113 -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 +39 -0
  494. package/ui/frame/fragment.transitions.android.js +680 -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 +919 -0
  516. package/ui/frame/index.android.js.map +1 -0
  517. package/ui/frame/index.ios.d.ts +57 -0
  518. package/ui/frame/index.ios.js +676 -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 +597 -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 +512 -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 +173 -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 +76 -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 +90 -0
  572. package/ui/index.js +79 -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 +44 -0
  576. package/ui/label/index.android.js.map +1 -0
  577. package/ui/label/index.ios.d.ts +30 -0
  578. package/ui/label/index.ios.js +224 -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 +1244 -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 +10 -0
  617. package/ui/layouts/index.js +9 -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/root-layout/index.android.d.ts +15 -0
  629. package/ui/layouts/root-layout/index.android.js +126 -0
  630. package/ui/layouts/root-layout/index.android.js.map +1 -0
  631. package/ui/layouts/root-layout/index.ios.d.ts +17 -0
  632. package/ui/layouts/root-layout/index.ios.js +101 -0
  633. package/ui/layouts/root-layout/index.ios.js.map +1 -0
  634. package/ui/layouts/root-layout/root-layout-common.d.ts +61 -0
  635. package/ui/layouts/root-layout/root-layout-common.js +422 -0
  636. package/ui/layouts/root-layout/root-layout-common.js.map +1 -0
  637. package/ui/layouts/root-layout/root-layout-stack.d.ts +5 -0
  638. package/ui/layouts/root-layout/root-layout-stack.js +19 -0
  639. package/ui/layouts/root-layout/root-layout-stack.js.map +1 -0
  640. package/ui/layouts/stack-layout/index.android.d.ts +7 -0
  641. package/ui/layouts/stack-layout/index.android.js +11 -0
  642. package/ui/layouts/stack-layout/index.android.js.map +1 -0
  643. package/ui/layouts/stack-layout/index.ios.d.ts +10 -0
  644. package/ui/layouts/stack-layout/index.ios.js +149 -0
  645. package/ui/layouts/stack-layout/index.ios.js.map +1 -0
  646. package/ui/layouts/stack-layout/stack-layout-common.d.ts +8 -0
  647. package/ui/layouts/stack-layout/stack-layout-common.js +19 -0
  648. package/ui/layouts/stack-layout/stack-layout-common.js.map +1 -0
  649. package/ui/layouts/wrap-layout/index.android.d.ts +10 -0
  650. package/ui/layouts/wrap-layout/index.android.js +18 -0
  651. package/ui/layouts/wrap-layout/index.android.js.map +1 -0
  652. package/ui/layouts/wrap-layout/index.ios.d.ts +8 -0
  653. package/ui/layouts/wrap-layout/index.ios.js +170 -0
  654. package/ui/layouts/wrap-layout/index.ios.js.map +1 -0
  655. package/ui/layouts/wrap-layout/wrap-layout-common.d.ts +15 -0
  656. package/ui/layouts/wrap-layout/wrap-layout-common.js +40 -0
  657. package/ui/layouts/wrap-layout/wrap-layout-common.js.map +1 -0
  658. package/ui/list-picker/index.android.d.ts +18 -0
  659. package/ui/list-picker/index.android.js +181 -0
  660. package/ui/list-picker/index.android.js.map +1 -0
  661. package/ui/list-picker/index.ios.d.ts +19 -0
  662. package/ui/list-picker/index.ios.js +99 -0
  663. package/ui/list-picker/index.ios.js.map +1 -0
  664. package/ui/list-picker/list-picker-common.d.ts +23 -0
  665. package/ui/list-picker/list-picker-common.js +78 -0
  666. package/ui/list-picker/list-picker-common.js.map +1 -0
  667. package/ui/list-view/index.android.d.ts +43 -0
  668. package/ui/list-view/index.android.js +368 -0
  669. package/ui/list-view/index.android.js.map +1 -0
  670. package/ui/list-view/index.ios.d.ts +52 -0
  671. package/ui/list-view/index.ios.js +460 -0
  672. package/ui/list-view/index.ios.js.map +1 -0
  673. package/ui/list-view/list-view-common.d.ts +66 -0
  674. package/ui/list-view/list-view-common.js +211 -0
  675. package/ui/list-view/list-view-common.js.map +1 -0
  676. package/ui/page/events.d.ts +6 -0
  677. package/ui/page/events.js +7 -0
  678. package/ui/page/events.js.map +1 -0
  679. package/ui/page/index.android.d.ts +16 -0
  680. package/ui/page/index.android.js +106 -0
  681. package/ui/page/index.android.js.map +1 -0
  682. package/ui/page/index.ios.d.ts +52 -0
  683. package/ui/page/index.ios.js +554 -0
  684. package/ui/page/index.ios.js.map +1 -0
  685. package/ui/page/page-common.d.ts +73 -0
  686. package/ui/page/page-common.js +191 -0
  687. package/ui/page/page-common.js.map +1 -0
  688. package/ui/placeholder/index.android.d.ts +12 -0
  689. package/ui/placeholder/index.android.js +21 -0
  690. package/ui/placeholder/index.android.js.map +1 -0
  691. package/ui/placeholder/index.js +16 -0
  692. package/ui/placeholder/index.js.map +1 -0
  693. package/ui/placeholder/placeholder-common.d.ts +11 -0
  694. package/ui/placeholder/placeholder-common.js +2 -0
  695. package/ui/placeholder/placeholder-common.js.map +1 -0
  696. package/ui/progress/index.android.d.ts +18 -0
  697. package/ui/progress/index.android.js +65 -0
  698. package/ui/progress/index.android.js.map +1 -0
  699. package/ui/progress/index.ios.d.ts +19 -0
  700. package/ui/progress/index.ios.js +45 -0
  701. package/ui/progress/index.ios.js.map +1 -0
  702. package/ui/progress/progress-common.d.ts +15 -0
  703. package/ui/progress/progress-common.js +34 -0
  704. package/ui/progress/progress-common.js.map +1 -0
  705. package/ui/proxy-view-container/index.d.ts +33 -0
  706. package/ui/proxy-view-container/index.js +247 -0
  707. package/ui/proxy-view-container/index.js.map +1 -0
  708. package/ui/repeater/index.d.ts +67 -0
  709. package/ui/repeater/index.js +225 -0
  710. package/ui/repeater/index.js.map +1 -0
  711. package/ui/scroll-view/index.android.d.ts +27 -0
  712. package/ui/scroll-view/index.android.js +157 -0
  713. package/ui/scroll-view/index.android.js.map +1 -0
  714. package/ui/scroll-view/index.ios.d.ts +27 -0
  715. package/ui/scroll-view/index.ios.js +174 -0
  716. package/ui/scroll-view/index.ios.js.map +1 -0
  717. package/ui/scroll-view/scroll-view-common.d.ts +32 -0
  718. package/ui/scroll-view/scroll-view-common.js +93 -0
  719. package/ui/scroll-view/scroll-view-common.js.map +1 -0
  720. package/ui/search-bar/index.android.d.ts +44 -0
  721. package/ui/search-bar/index.android.js +268 -0
  722. package/ui/search-bar/index.android.js.map +1 -0
  723. package/ui/search-bar/index.ios.d.ts +36 -0
  724. package/ui/search-bar/index.ios.js +206 -0
  725. package/ui/search-bar/index.ios.js.map +1 -0
  726. package/ui/search-bar/search-bar-common.d.ts +19 -0
  727. package/ui/search-bar/search-bar-common.js +43 -0
  728. package/ui/search-bar/search-bar-common.js.map +1 -0
  729. package/ui/segmented-bar/index.android.d.ts +42 -0
  730. package/ui/segmented-bar/index.android.js +286 -0
  731. package/ui/segmented-bar/index.android.js.map +1 -0
  732. package/ui/segmented-bar/index.ios.d.ts +28 -0
  733. package/ui/segmented-bar/index.ios.js +140 -0
  734. package/ui/segmented-bar/index.ios.js.map +1 -0
  735. package/ui/segmented-bar/segmented-bar-common.d.ts +37 -0
  736. package/ui/segmented-bar/segmented-bar-common.js +146 -0
  737. package/ui/segmented-bar/segmented-bar-common.js.map +1 -0
  738. package/ui/slider/index.android.d.ts +32 -0
  739. package/ui/slider/index.android.js +126 -0
  740. package/ui/slider/index.android.js.map +1 -0
  741. package/ui/slider/index.ios.d.ts +34 -0
  742. package/ui/slider/index.ios.js +145 -0
  743. package/ui/slider/index.ios.js.map +1 -0
  744. package/ui/slider/slider-common.d.ts +27 -0
  745. package/ui/slider/slider-common.js +69 -0
  746. package/ui/slider/slider-common.js.map +1 -0
  747. package/ui/styling/background-common.d.ts +78 -0
  748. package/ui/styling/background-common.js +241 -0
  749. package/ui/styling/background-common.js.map +1 -0
  750. package/ui/styling/background.android.d.ts +3 -0
  751. package/ui/styling/background.android.js +82 -0
  752. package/ui/styling/background.android.js.map +1 -0
  753. package/ui/styling/background.ios.d.ts +20 -0
  754. package/ui/styling/background.ios.js +1096 -0
  755. package/ui/styling/background.ios.js.map +1 -0
  756. package/ui/styling/box-shadow.d.ts +9 -0
  757. package/ui/styling/box-shadow.js +3 -0
  758. package/ui/styling/box-shadow.js.map +1 -0
  759. package/ui/styling/clip-path-function.d.ts +16 -0
  760. package/ui/styling/clip-path-function.js +25 -0
  761. package/ui/styling/clip-path-function.js.map +1 -0
  762. package/ui/styling/converters.d.ts +2 -0
  763. package/ui/styling/converters.js +41 -0
  764. package/ui/styling/converters.js.map +1 -0
  765. package/ui/styling/css-animation-parser.d.ts +14 -0
  766. package/ui/styling/css-animation-parser.js +187 -0
  767. package/ui/styling/css-animation-parser.js.map +1 -0
  768. package/ui/styling/css-selector.d.ts +270 -0
  769. package/ui/styling/css-selector.js +934 -0
  770. package/ui/styling/css-selector.js.map +1 -0
  771. package/ui/styling/css-shadow.d.ts +19 -0
  772. package/ui/styling/css-shadow.js +26 -0
  773. package/ui/styling/css-shadow.js.map +1 -0
  774. package/ui/styling/css-stroke.d.ts +12 -0
  775. package/ui/styling/css-stroke.js +19 -0
  776. package/ui/styling/css-stroke.js.map +1 -0
  777. package/ui/styling/css-transform.d.ts +2 -0
  778. package/ui/styling/css-transform.js +110 -0
  779. package/ui/styling/css-transform.js.map +1 -0
  780. package/ui/styling/css-utils.d.ts +7 -0
  781. package/ui/styling/css-utils.js +62 -0
  782. package/ui/styling/css-utils.js.map +1 -0
  783. package/ui/styling/font-common.d.ts +62 -0
  784. package/ui/styling/font-common.js +195 -0
  785. package/ui/styling/font-common.js.map +1 -0
  786. package/ui/styling/font-interfaces.d.ts +16 -0
  787. package/ui/styling/font-interfaces.js +2 -0
  788. package/ui/styling/font-interfaces.js.map +1 -0
  789. package/ui/styling/font.android.d.ts +15 -0
  790. package/ui/styling/font.android.js +226 -0
  791. package/ui/styling/font.android.js.map +1 -0
  792. package/ui/styling/font.ios.d.ts +18 -0
  793. package/ui/styling/font.ios.js +159 -0
  794. package/ui/styling/font.ios.js.map +1 -0
  795. package/ui/styling/length-shared.d.ts +52 -0
  796. package/ui/styling/length-shared.js +173 -0
  797. package/ui/styling/length-shared.js.map +1 -0
  798. package/ui/styling/linear-gradient.d.ts +13 -0
  799. package/ui/styling/linear-gradient.js +48 -0
  800. package/ui/styling/linear-gradient.js.map +1 -0
  801. package/ui/styling/style/index.d.ts +164 -0
  802. package/ui/styling/style/index.js +67 -0
  803. package/ui/styling/style/index.js.map +1 -0
  804. package/ui/styling/style-properties.d.ts +62 -0
  805. package/ui/styling/style-properties.js +1132 -0
  806. package/ui/styling/style-properties.js.map +1 -0
  807. package/ui/styling/style-scope.d.ts +87 -0
  808. package/ui/styling/style-scope.js +1020 -0
  809. package/ui/styling/style-scope.js.map +1 -0
  810. package/ui/styling/styling-profile.d.ts +1 -0
  811. package/ui/styling/styling-profile.js +4 -0
  812. package/ui/styling/styling-profile.js.map +1 -0
  813. package/ui/styling/styling-shared.d.ts +3 -0
  814. package/ui/styling/styling-shared.js +6 -0
  815. package/ui/styling/styling-shared.js.map +1 -0
  816. package/ui/switch/index.android.d.ts +23 -0
  817. package/ui/switch/index.android.js +113 -0
  818. package/ui/switch/index.android.js.map +1 -0
  819. package/ui/switch/index.ios.d.ts +25 -0
  820. package/ui/switch/index.ios.js +135 -0
  821. package/ui/switch/index.ios.js.map +1 -0
  822. package/ui/switch/switch-common.d.ts +12 -0
  823. package/ui/switch/switch-common.js +37 -0
  824. package/ui/switch/switch-common.js.map +1 -0
  825. package/ui/tab-view/index.android.d.ts +73 -0
  826. package/ui/tab-view/index.android.js +648 -0
  827. package/ui/tab-view/index.android.js.map +1 -0
  828. package/ui/tab-view/index.ios.d.ts +72 -0
  829. package/ui/tab-view/index.ios.js +589 -0
  830. package/ui/tab-view/index.ios.js.map +1 -0
  831. package/ui/tab-view/tab-view-common.d.ts +71 -0
  832. package/ui/tab-view/tab-view-common.js +262 -0
  833. package/ui/tab-view/tab-view-common.js.map +1 -0
  834. package/ui/text-base/formatted-string.js +163 -0
  835. package/ui/text-base/formatted-string.js.map +1 -0
  836. package/ui/text-base/index.android.d.ts +78 -0
  837. package/ui/text-base/index.android.js +556 -0
  838. package/ui/text-base/index.android.js.map +1 -0
  839. package/ui/text-base/index.ios.d.ts +53 -0
  840. package/ui/text-base/index.ios.js +458 -0
  841. package/ui/text-base/index.ios.js.map +1 -0
  842. package/ui/text-base/span.js +113 -0
  843. package/ui/text-base/span.js.map +1 -0
  844. package/ui/text-base/text-base-common.d.ts +98 -0
  845. package/ui/text-base/text-base-common.js +323 -0
  846. package/ui/text-base/text-base-common.js.map +1 -0
  847. package/ui/text-field/index.android.d.ts +10 -0
  848. package/ui/text-field/index.android.js +92 -0
  849. package/ui/text-field/index.android.js.map +1 -0
  850. package/ui/text-field/index.ios.d.ts +55 -0
  851. package/ui/text-field/index.ios.js +311 -0
  852. package/ui/text-field/index.ios.js.map +1 -0
  853. package/ui/text-field/text-field-common.d.ts +11 -0
  854. package/ui/text-field/text-field-common.js +25 -0
  855. package/ui/text-field/text-field-common.js.map +1 -0
  856. package/ui/text-view/index.android.d.ts +8 -0
  857. package/ui/text-view/index.android.js +24 -0
  858. package/ui/text-view/index.android.js.map +1 -0
  859. package/ui/text-view/index.ios.d.ts +58 -0
  860. package/ui/text-view/index.ios.js +427 -0
  861. package/ui/text-view/index.ios.js.map +1 -0
  862. package/ui/text-view/text-view-common.d.ts +32 -0
  863. package/ui/text-view/text-view-common.js +39 -0
  864. package/ui/text-view/text-view-common.js.map +1 -0
  865. package/ui/time-picker/index.android.d.ts +10 -0
  866. package/ui/time-picker/index.android.js +81 -0
  867. package/ui/time-picker/index.android.js.map +1 -0
  868. package/ui/time-picker/index.ios.d.ts +31 -0
  869. package/ui/time-picker/index.ios.js +138 -0
  870. package/ui/time-picker/index.ios.js.map +1 -0
  871. package/ui/time-picker/time-picker-common.d.ts +31 -0
  872. package/ui/time-picker/time-picker-common.js +176 -0
  873. package/ui/time-picker/time-picker-common.js.map +1 -0
  874. package/ui/transition/fade-transition.android.d.ts +4 -0
  875. package/ui/transition/fade-transition.android.js +28 -0
  876. package/ui/transition/fade-transition.android.js.map +1 -0
  877. package/ui/transition/fade-transition.ios.d.ts +17 -0
  878. package/ui/transition/fade-transition.ios.js +65 -0
  879. package/ui/transition/fade-transition.ios.js.map +1 -0
  880. package/ui/transition/flip-transition.android.d.ts +6 -0
  881. package/ui/transition/flip-transition.android.js +90 -0
  882. package/ui/transition/flip-transition.android.js.map +1 -0
  883. package/ui/transition/index.android.d.ts +19 -0
  884. package/ui/transition/index.android.js +37 -0
  885. package/ui/transition/index.android.js.map +1 -0
  886. package/ui/transition/index.ios.d.ts +14 -0
  887. package/ui/transition/index.ios.js +30 -0
  888. package/ui/transition/index.ios.js.map +1 -0
  889. package/ui/transition/modal-transition.android.d.ts +5 -0
  890. package/ui/transition/modal-transition.android.js +7 -0
  891. package/ui/transition/modal-transition.android.js.map +1 -0
  892. package/ui/transition/modal-transition.ios.d.ts +34 -0
  893. package/ui/transition/modal-transition.ios.js +182 -0
  894. package/ui/transition/modal-transition.ios.js.map +1 -0
  895. package/ui/transition/page-transition.android.d.ts +9 -0
  896. package/ui/transition/page-transition.android.js +293 -0
  897. package/ui/transition/page-transition.android.js.map +1 -0
  898. package/ui/transition/page-transition.ios.d.ts +35 -0
  899. package/ui/transition/page-transition.ios.js +199 -0
  900. package/ui/transition/page-transition.ios.js.map +1 -0
  901. package/ui/transition/shared-transition-helper.android.d.ts +9 -0
  902. package/ui/transition/shared-transition-helper.android.js +10 -0
  903. package/ui/transition/shared-transition-helper.android.js.map +1 -0
  904. package/ui/transition/shared-transition-helper.ios.d.ts +14 -0
  905. package/ui/transition/shared-transition-helper.ios.js +539 -0
  906. package/ui/transition/shared-transition-helper.ios.js.map +1 -0
  907. package/ui/transition/shared-transition.d.ts +271 -0
  908. package/ui/transition/shared-transition.js +215 -0
  909. package/ui/transition/shared-transition.js.map +1 -0
  910. package/ui/transition/slide-transition.android.d.ts +7 -0
  911. package/ui/transition/slide-transition.android.js +116 -0
  912. package/ui/transition/slide-transition.android.js.map +1 -0
  913. package/ui/transition/slide-transition.ios.d.ts +19 -0
  914. package/ui/transition/slide-transition.ios.js +95 -0
  915. package/ui/transition/slide-transition.ios.js.map +1 -0
  916. package/ui/utils.android.d.ts +5 -0
  917. package/ui/utils.android.js +16 -0
  918. package/ui/utils.android.js.map +1 -0
  919. package/ui/utils.ios.d.ts +11 -0
  920. package/ui/utils.ios.js +66 -0
  921. package/ui/utils.ios.js.map +1 -0
  922. package/ui/web-view/index.android.d.ts +18 -0
  923. package/ui/web-view/index.android.js +177 -0
  924. package/ui/web-view/index.android.js.map +1 -0
  925. package/ui/web-view/index.ios.d.ts +27 -0
  926. package/ui/web-view/index.ios.js +246 -0
  927. package/ui/web-view/index.ios.js.map +1 -0
  928. package/ui/web-view/web-view-common.d.ts +30 -0
  929. package/ui/web-view/web-view-common.js +74 -0
  930. package/ui/web-view/web-view-common.js.map +1 -0
  931. package/ui/web-view/web-view-interfaces.d.ts +11 -0
  932. package/ui/web-view/web-view-interfaces.js +2 -0
  933. package/ui/web-view/web-view-interfaces.js.map +1 -0
  934. package/utils/animation-helpers.d.ts +27 -0
  935. package/utils/animation-helpers.js +48 -0
  936. package/utils/animation-helpers.js.map +1 -0
  937. package/utils/common.d.ts +26 -0
  938. package/utils/common.js +139 -0
  939. package/utils/common.js.map +1 -0
  940. package/utils/constants.android.d.ts +2 -0
  941. package/utils/constants.android.js +5 -0
  942. package/utils/constants.android.js.map +1 -0
  943. package/utils/constants.ios.d.ts +2 -0
  944. package/utils/constants.ios.js +5 -0
  945. package/utils/constants.ios.js.map +1 -0
  946. package/utils/debug-source.d.ts +19 -0
  947. package/utils/debug-source.js +78 -0
  948. package/utils/debug-source.js.map +1 -0
  949. package/utils/debug.js +3 -0
  950. package/utils/debug.js.map +1 -0
  951. package/utils/index.android.d.ts +26 -0
  952. package/utils/index.android.js +205 -0
  953. package/utils/index.android.js.map +1 -0
  954. package/utils/index.ios.d.ts +22 -0
  955. package/utils/index.ios.js +113 -0
  956. package/utils/index.ios.js.map +1 -0
  957. package/utils/layout-helper/index.android.d.ts +24 -0
  958. package/utils/layout-helper/index.android.js +77 -0
  959. package/utils/layout-helper/index.android.js.map +1 -0
  960. package/utils/layout-helper/index.ios.d.ts +24 -0
  961. package/utils/layout-helper/index.ios.js +64 -0
  962. package/utils/layout-helper/index.ios.js.map +1 -0
  963. package/utils/layout-helper/layout-helper-common.d.ts +5 -0
  964. package/utils/layout-helper/layout-helper-common.js +49 -0
  965. package/utils/layout-helper/layout-helper-common.js.map +1 -0
  966. package/utils/layout-helper/layout-helper-shared.d.ts +9 -0
  967. package/utils/layout-helper/layout-helper-shared.js +13 -0
  968. package/utils/layout-helper/layout-helper-shared.js.map +1 -0
  969. package/utils/lazy.js +5 -0
  970. package/utils/lazy.js.map +1 -0
  971. package/utils/macrotask-scheduler.js +26 -0
  972. package/utils/macrotask-scheduler.js.map +1 -0
  973. package/utils/mainthread-helper.android.d.ts +3 -0
  974. package/utils/mainthread-helper.android.js +28 -0
  975. package/utils/mainthread-helper.android.js.map +1 -0
  976. package/utils/mainthread-helper.ios.d.ts +3 -0
  977. package/utils/mainthread-helper.ios.js +17 -0
  978. package/utils/mainthread-helper.ios.js.map +1 -0
  979. package/utils/module-merge.d.ts +1 -0
  980. package/utils/module-merge.js +8 -0
  981. package/utils/module-merge.js.map +1 -0
  982. package/utils/native-helper-for-android.d.ts +34 -0
  983. package/utils/native-helper-for-android.js +373 -0
  984. package/utils/native-helper-for-android.js.map +1 -0
  985. package/utils/native-helper.android.d.ts +42 -0
  986. package/utils/native-helper.android.js +30 -0
  987. package/utils/native-helper.android.js.map +1 -0
  988. package/utils/native-helper.ios.d.ts +79 -0
  989. package/utils/native-helper.ios.js +339 -0
  990. package/utils/native-helper.ios.js.map +1 -0
  991. package/utils/number-utils.d.ts +19 -0
  992. package/utils/number-utils.js +37 -0
  993. package/utils/number-utils.js.map +1 -0
  994. package/utils/platform-check.d.ts +4 -0
  995. package/utils/platform-check.js +21 -0
  996. package/utils/platform-check.js.map +1 -0
  997. package/utils/shared.d.ts +17 -0
  998. package/utils/shared.js +40 -0
  999. package/utils/shared.js.map +1 -0
  1000. package/utils/types.js +104 -0
  1001. package/utils/types.js.map +1 -0
  1002. package/utils/utils-shared.d.ts +1 -0
  1003. package/utils/utils-shared.js +8 -0
  1004. package/utils/utils-shared.js.map +1 -0
  1005. package/wgc/atob.d.ts +1 -0
  1006. package/wgc/atob.js +9 -0
  1007. package/wgc/atob.js.map +1 -0
  1008. package/wgc/btoa.d.ts +1 -0
  1009. package/wgc/btoa.js +9 -0
  1010. package/wgc/btoa.js.map +1 -0
  1011. package/wgc/crypto/SubtleCrypto.d.ts +63 -0
  1012. package/wgc/crypto/SubtleCrypto.js +551 -0
  1013. package/wgc/crypto/SubtleCrypto.js.map +1 -0
  1014. package/wgc/crypto/index.d.ts +8 -0
  1015. package/wgc/crypto/index.js +32 -0
  1016. package/wgc/crypto/index.js.map +1 -0
  1017. package/wgc/index.d.ts +2 -0
  1018. package/wgc/index.js +3 -0
  1019. package/wgc/index.js.map +1 -0
  1020. package/xhr/index.d.ts +113 -0
  1021. package/xhr/index.js +486 -0
  1022. package/xhr/index.js.map +1 -0
  1023. package/xml/index.d.ts +108 -0
  1024. package/xml/index.js +574 -0
  1025. package/xml/index.js.map +1 -0
  1026. package/css/package.json +0 -36
  1027. package/css-value/package.json +0 -23
@@ -0,0 +1,1031 @@
1
+ import { ViewCommon, isEnabledProperty, originXProperty, originYProperty, isUserInteractionEnabledProperty, testIDProperty, iosGlassEffectProperty, statusBarStyleProperty } from './view-common';
2
+ import { isAccessibilityServiceEnabled } from '../../../application';
3
+ import { updateA11yPropertiesCallback } from '../../../application/helpers-common';
4
+ import { hiddenProperty } from '../view-base';
5
+ import { Trace } from '../../../trace';
6
+ import { layout, ios as iosUtils, getWindow } from '../../../utils';
7
+ import { SDK_VERSION, supportsGlass } from '../../../utils/constants';
8
+ import { IOSHelper } from './view-helper';
9
+ import { ios as iosBackground } from '../../styling/background';
10
+ import { perspectiveProperty, visibilityProperty, opacityProperty, rotateProperty, rotateXProperty, rotateYProperty, scaleXProperty, scaleYProperty, translateXProperty, translateYProperty, zIndexProperty, backgroundInternalProperty } from '../../styling/style-properties';
11
+ import { profile } from '../../../profiling';
12
+ import { accessibilityEnabledProperty, accessibilityHiddenProperty, accessibilityHintProperty, accessibilityIdentifierProperty, accessibilityLabelProperty, accessibilityLanguageProperty, accessibilityLiveRegionProperty, accessibilityMediaSessionProperty, accessibilityRoleProperty, accessibilityStateProperty, accessibilityValueProperty, accessibilityIgnoresInvertColorsProperty } from '../../../accessibility/accessibility-properties';
13
+ import { IOSPostAccessibilityNotificationType } from '../../../accessibility';
14
+ import { CoreTypes } from '../../../core-types';
15
+ import { SharedTransition } from '../../transition/shared-transition';
16
+ import { Color } from '../../../color';
17
+ export * from './view-common';
18
+ export * from './view-helper';
19
+ // This one can eventually be cleaned up but causes issues with a lot of ui-suite plugins in particular if not exported here
20
+ export * from '../properties';
21
+ const PFLAG_FORCE_LAYOUT = 1;
22
+ const PFLAG_MEASURED_DIMENSION_SET = 1 << 1;
23
+ const PFLAG_LAYOUT_REQUIRED = 1 << 2;
24
+ export class View extends ViewCommon {
25
+ constructor() {
26
+ super(...arguments);
27
+ this._isLaidOut = false;
28
+ this._isTransformed = false;
29
+ this._privateFlags = PFLAG_LAYOUT_REQUIRED | PFLAG_FORCE_LAYOUT;
30
+ this._suspendCATransaction = false;
31
+ }
32
+ get isLayoutRequired() {
33
+ return (this._privateFlags & PFLAG_LAYOUT_REQUIRED) === PFLAG_LAYOUT_REQUIRED;
34
+ }
35
+ get isLayoutRequested() {
36
+ return (this._privateFlags & PFLAG_FORCE_LAYOUT) === PFLAG_FORCE_LAYOUT;
37
+ }
38
+ disposeNativeView() {
39
+ super.disposeNativeView();
40
+ this._cachedFrame = null;
41
+ this._isLaidOut = false;
42
+ this._isTransformed = false;
43
+ }
44
+ requestLayout() {
45
+ this._privateFlags |= PFLAG_FORCE_LAYOUT;
46
+ super.requestLayout();
47
+ const nativeView = this.nativeViewProtected;
48
+ if (nativeView && nativeView.setNeedsLayout) {
49
+ nativeView.setNeedsLayout();
50
+ }
51
+ if (this.viewController && this.viewController.view !== nativeView) {
52
+ this.viewController.view.setNeedsLayout();
53
+ }
54
+ }
55
+ measure(widthMeasureSpec, heightMeasureSpec) {
56
+ const measureSpecsChanged = this._setCurrentMeasureSpecs(widthMeasureSpec, heightMeasureSpec);
57
+ const forceLayout = (this._privateFlags & PFLAG_FORCE_LAYOUT) === PFLAG_FORCE_LAYOUT;
58
+ if (this.nativeViewProtected && (forceLayout || measureSpecsChanged)) {
59
+ // first clears the measured dimension flag
60
+ this._privateFlags &= ~PFLAG_MEASURED_DIMENSION_SET;
61
+ // measure ourselves, this should set the measured dimension flag back
62
+ this.onMeasure(widthMeasureSpec, heightMeasureSpec);
63
+ this._privateFlags |= PFLAG_LAYOUT_REQUIRED;
64
+ // flag not set, setMeasuredDimension() was not invoked, we trace
65
+ // the exception to warn the developer
66
+ if ((this._privateFlags & PFLAG_MEASURED_DIMENSION_SET) !== PFLAG_MEASURED_DIMENSION_SET) {
67
+ if (Trace.isEnabled()) {
68
+ Trace.write('onMeasure() did not set the measured dimension by calling setMeasuredDimension() ' + this, Trace.categories.Layout, Trace.messageType.error);
69
+ }
70
+ }
71
+ }
72
+ }
73
+ layout(left, top, right, bottom, setFrame = true) {
74
+ const { boundsChanged, sizeChanged } = this._setCurrentLayoutBounds(left, top, right, bottom);
75
+ if (setFrame) {
76
+ this.layoutNativeView(left, top, right, bottom);
77
+ }
78
+ const needsLayout = boundsChanged || (this._privateFlags & PFLAG_LAYOUT_REQUIRED) === PFLAG_LAYOUT_REQUIRED;
79
+ if (needsLayout) {
80
+ let position;
81
+ if (this.nativeViewProtected && SDK_VERSION > 10) {
82
+ // on iOS 11+ it is possible to have a changed layout frame due to safe area insets
83
+ // get the frame and adjust the position, so that onLayout works correctly
84
+ position = IOSHelper.getPositionFromFrame(this.nativeViewProtected.frame);
85
+ }
86
+ else {
87
+ position = { left, top, right, bottom };
88
+ }
89
+ this.onLayout(position.left, position.top, position.right, position.bottom);
90
+ this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED;
91
+ }
92
+ this.updateBackground(sizeChanged, needsLayout);
93
+ this._privateFlags &= ~PFLAG_FORCE_LAYOUT;
94
+ }
95
+ updateBackground(sizeChanged, needsLayout) {
96
+ if (sizeChanged) {
97
+ this._onSizeChanged();
98
+ }
99
+ else if (this._nativeBackgroundState === 'invalid') {
100
+ const background = this.style.backgroundInternal;
101
+ this._redrawNativeBackground(background);
102
+ }
103
+ else {
104
+ // Update layers that don't belong to view's layer (e.g. shadow layers)
105
+ if (needsLayout) {
106
+ this.layoutOuterShadows();
107
+ }
108
+ }
109
+ }
110
+ layoutOuterShadows() {
111
+ const nativeView = this.nativeViewProtected;
112
+ if (nativeView?.outerShadowContainerLayer) {
113
+ CATransaction.setDisableActions(true);
114
+ nativeView.outerShadowContainerLayer.bounds = nativeView.bounds;
115
+ nativeView.outerShadowContainerLayer.position = nativeView.center;
116
+ CATransaction.setDisableActions(false);
117
+ }
118
+ }
119
+ setMeasuredDimension(measuredWidth, measuredHeight) {
120
+ super.setMeasuredDimension(measuredWidth, measuredHeight);
121
+ this._privateFlags |= PFLAG_MEASURED_DIMENSION_SET;
122
+ }
123
+ onMeasure(widthMeasureSpec, heightMeasureSpec) {
124
+ const view = this.nativeViewProtected;
125
+ const width = layout.getMeasureSpecSize(widthMeasureSpec);
126
+ const widthMode = layout.getMeasureSpecMode(widthMeasureSpec);
127
+ const height = layout.getMeasureSpecSize(heightMeasureSpec);
128
+ const heightMode = layout.getMeasureSpecMode(heightMeasureSpec);
129
+ let nativeWidth = 0;
130
+ let nativeHeight = 0;
131
+ if (view) {
132
+ const nativeSize = layout.measureNativeView(view, width, widthMode, height, heightMode);
133
+ nativeWidth = nativeSize.width;
134
+ nativeHeight = nativeSize.height;
135
+ }
136
+ const measureWidth = Math.max(nativeWidth, this.effectiveMinWidth);
137
+ const measureHeight = Math.max(nativeHeight, this.effectiveMinHeight);
138
+ const widthAndState = View.resolveSizeAndState(measureWidth, width, widthMode, 0);
139
+ const heightAndState = View.resolveSizeAndState(measureHeight, height, heightMode, 0);
140
+ this.setMeasuredDimension(widthAndState, heightAndState);
141
+ }
142
+ onLayout(left, top, right, bottom) {
143
+ //
144
+ }
145
+ _modifyNativeViewFrame(nativeView, frame) {
146
+ let transform;
147
+ if (this._isTransformed) {
148
+ // Always set identity transform before setting frame
149
+ transform = nativeView.layer.transform;
150
+ nativeView.layer.transform = CATransform3DIdentity;
151
+ }
152
+ else {
153
+ transform = null;
154
+ }
155
+ nativeView.frame = frame;
156
+ const adjustedFrame = this.applySafeAreaInsets(frame);
157
+ if (adjustedFrame) {
158
+ nativeView.frame = adjustedFrame;
159
+ }
160
+ if (transform != null) {
161
+ // Re-apply the transform after the frame is adjusted
162
+ nativeView.layer.transform = transform;
163
+ }
164
+ const boundsOrigin = nativeView.bounds.origin;
165
+ const boundsFrame = adjustedFrame || frame;
166
+ nativeView.bounds = CGRectMake(boundsOrigin.x, boundsOrigin.y, boundsFrame.size.width, boundsFrame.size.height);
167
+ nativeView.layoutIfNeeded();
168
+ }
169
+ _setNativeViewFrame(nativeView, frame) {
170
+ const oldFrame = this._cachedFrame || nativeView.frame;
171
+ if (!CGRectEqualToRect(oldFrame, frame)) {
172
+ if (Trace.isEnabled()) {
173
+ Trace.write(this + ' :_setNativeViewFrame: ' + JSON.stringify(IOSHelper.getPositionFromFrame(frame)), Trace.categories.Layout);
174
+ }
175
+ this._cachedFrame = frame;
176
+ this._modifyNativeViewFrame(nativeView, frame);
177
+ this._raiseLayoutChangedEvent();
178
+ this._isLaidOut = true;
179
+ }
180
+ else if (!this._isLaidOut) {
181
+ this._cachedFrame = frame;
182
+ // Rects could be equal on the first layout and an event should be raised.
183
+ this._raiseLayoutChangedEvent();
184
+ // But make sure event is raised only once if rects are equal on the first layout as
185
+ // this method is called twice with equal rects in landscape mode (vs only once in portrait)
186
+ this._isLaidOut = true;
187
+ }
188
+ }
189
+ get isLayoutValid() {
190
+ if (this.nativeViewProtected) {
191
+ return this._isLayoutValid;
192
+ }
193
+ return false;
194
+ }
195
+ layoutNativeView(left, top, right, bottom) {
196
+ if (!this.nativeViewProtected) {
197
+ return;
198
+ }
199
+ const nativeView = this.nativeViewProtected;
200
+ const frame = IOSHelper.getFrameFromPosition({
201
+ left,
202
+ top,
203
+ right,
204
+ bottom,
205
+ });
206
+ this._setNativeViewFrame(nativeView, frame);
207
+ }
208
+ _layoutParent() {
209
+ if (this.nativeViewProtected) {
210
+ const frame = this.nativeViewProtected.frame;
211
+ const origin = frame.origin;
212
+ const size = frame.size;
213
+ const left = layout.toDevicePixels(origin.x);
214
+ const top = layout.toDevicePixels(origin.y);
215
+ const width = layout.toDevicePixels(size.width);
216
+ const height = layout.toDevicePixels(size.height);
217
+ this._setLayoutFlags(left, top, width + left, height + top);
218
+ }
219
+ super._layoutParent();
220
+ }
221
+ _setLayoutFlags(left, top, right, bottom) {
222
+ const width = right - left;
223
+ const height = bottom - top;
224
+ const widthSpec = layout.makeMeasureSpec(width, layout.EXACTLY);
225
+ const heightSpec = layout.makeMeasureSpec(height, layout.EXACTLY);
226
+ this._setCurrentMeasureSpecs(widthSpec, heightSpec);
227
+ this._privateFlags &= ~PFLAG_FORCE_LAYOUT;
228
+ this.setMeasuredDimension(width, height);
229
+ const { boundsChanged, sizeChanged } = this._setCurrentLayoutBounds(left, top, right, bottom);
230
+ this.updateBackground(sizeChanged, boundsChanged);
231
+ this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED;
232
+ }
233
+ focus() {
234
+ if (this.ios) {
235
+ return this.ios.becomeFirstResponder();
236
+ }
237
+ return false;
238
+ }
239
+ applySafeAreaInsets(frame) {
240
+ if (!__VISIONOS__ && SDK_VERSION <= 10) {
241
+ return null;
242
+ }
243
+ if (this.iosIgnoreSafeArea) {
244
+ return frame;
245
+ }
246
+ if (!this.iosOverflowSafeArea || !this.iosOverflowSafeAreaEnabled) {
247
+ return IOSHelper.shrinkToSafeArea(this, frame);
248
+ }
249
+ else if (this.nativeViewProtected && this.nativeViewProtected.window) {
250
+ return IOSHelper.expandBeyondSafeArea(this, frame);
251
+ }
252
+ return null;
253
+ }
254
+ getSafeAreaInsets() {
255
+ const safeAreaInsets = this.nativeViewProtected && this.nativeViewProtected.safeAreaInsets;
256
+ const insets = { left: 0, top: 0, right: 0, bottom: 0 };
257
+ if (this.iosIgnoreSafeArea) {
258
+ return insets;
259
+ }
260
+ if (safeAreaInsets) {
261
+ insets.left = layout.round(layout.toDevicePixels(safeAreaInsets.left));
262
+ insets.top = layout.round(layout.toDevicePixels(safeAreaInsets.top));
263
+ insets.right = layout.round(layout.toDevicePixels(safeAreaInsets.right));
264
+ insets.bottom = layout.round(layout.toDevicePixels(safeAreaInsets.bottom));
265
+ }
266
+ return insets;
267
+ }
268
+ getLocationInWindow() {
269
+ if (!this.nativeViewProtected || !this.nativeViewProtected.window) {
270
+ return undefined;
271
+ }
272
+ const pointInWindow = this.nativeViewProtected.convertPointToView(this.nativeViewProtected.bounds.origin, null);
273
+ return {
274
+ x: pointInWindow.x,
275
+ y: pointInWindow.y,
276
+ };
277
+ }
278
+ getLocationOnScreen() {
279
+ if (!this.nativeViewProtected || !this.nativeViewProtected.window) {
280
+ return undefined;
281
+ }
282
+ const pointInWindow = this.nativeViewProtected.convertPointToView(this.nativeViewProtected.bounds.origin, null);
283
+ const pointOnScreen = this.nativeViewProtected.window.convertPointToWindow(pointInWindow, null);
284
+ return {
285
+ x: pointOnScreen.x,
286
+ y: pointOnScreen.y,
287
+ };
288
+ }
289
+ getLocationRelativeTo(otherView) {
290
+ if (!this.nativeViewProtected || !this.nativeViewProtected.window || !otherView.nativeViewProtected || !otherView.nativeViewProtected.window || this.nativeViewProtected.window !== otherView.nativeViewProtected.window) {
291
+ return undefined;
292
+ }
293
+ const myPointInWindow = this.nativeViewProtected.convertPointToView(this.nativeViewProtected.bounds.origin, null);
294
+ const otherPointInWindow = otherView.nativeViewProtected.convertPointToView(otherView.nativeViewProtected.bounds.origin, null);
295
+ return {
296
+ x: myPointInWindow.x - otherPointInWindow.x,
297
+ y: myPointInWindow.y - otherPointInWindow.y,
298
+ };
299
+ }
300
+ _onSizeChanged() {
301
+ const nativeView = this.nativeViewProtected;
302
+ if (!nativeView) {
303
+ return;
304
+ }
305
+ const background = this.style.backgroundInternal;
306
+ const backgroundDependsOnSize = (background.image && background.image !== 'none') || background.clipPath || !background.hasUniformBorder() || background.hasBorderRadius() || background.hasBoxShadow();
307
+ if (this._nativeBackgroundState === 'invalid' || (this._nativeBackgroundState === 'drawn' && backgroundDependsOnSize)) {
308
+ this._redrawNativeBackground(background);
309
+ }
310
+ }
311
+ updateNativeTransform() {
312
+ const scaleX = this.scaleX || 1e-6;
313
+ const scaleY = this.scaleY || 1e-6;
314
+ const perspective = this.perspective || 300;
315
+ const nativeView = this.nativeViewProtected;
316
+ let transform = new CATransform3D(CATransform3DIdentity);
317
+ // Only set perspective if there is 3D rotation
318
+ if (this.rotateX || this.rotateY) {
319
+ transform.m34 = -1 / perspective;
320
+ }
321
+ transform = CATransform3DTranslate(transform, this.translateX, this.translateY, 0);
322
+ transform = iosUtils.applyRotateTransform(transform, this.rotateX, this.rotateY, this.rotate);
323
+ transform = CATransform3DScale(transform, scaleX, scaleY, 1);
324
+ if (!CATransform3DEqualToTransform(this.nativeViewProtected.layer.transform, transform)) {
325
+ const updateSuspended = this._isPresentationLayerUpdateSuspended();
326
+ if (!updateSuspended) {
327
+ CATransaction.begin();
328
+ }
329
+ // Disable CALayer animatable property changes
330
+ CATransaction.setDisableActions(true);
331
+ this.nativeViewProtected.layer.transform = transform;
332
+ if (nativeView.outerShadowContainerLayer) {
333
+ nativeView.outerShadowContainerLayer.transform = transform;
334
+ }
335
+ this._isTransformed = this.nativeViewProtected && !CATransform3DEqualToTransform(this.nativeViewProtected.transform3D, CATransform3DIdentity);
336
+ CATransaction.setDisableActions(false);
337
+ if (!updateSuspended) {
338
+ CATransaction.commit();
339
+ }
340
+ }
341
+ }
342
+ updateOriginPoint(originX, originY) {
343
+ const nativeView = this.nativeViewProtected;
344
+ const newPoint = CGPointMake(originX, originY);
345
+ // Disable CALayer animatable property changes
346
+ CATransaction.setDisableActions(true);
347
+ nativeView.layer.anchorPoint = newPoint;
348
+ // Bounds have to be recalculated after anchor point update
349
+ if (this._cachedFrame) {
350
+ const frame = this._cachedFrame;
351
+ this._cachedFrame = null;
352
+ this._setNativeViewFrame(nativeView, frame);
353
+ }
354
+ // Make sure new origin also applies to outer shadow layers
355
+ if (nativeView.outerShadowContainerLayer) {
356
+ // This is the new frame after view origin point update
357
+ const frame = nativeView.frame;
358
+ nativeView.outerShadowContainerLayer.anchorPoint = newPoint;
359
+ nativeView.outerShadowContainerLayer.position = CGPointMake(frame.origin.x + frame.size.width * originX, frame.origin.y + frame.size.height * originY);
360
+ }
361
+ CATransaction.setDisableActions(false);
362
+ }
363
+ // By default we update the view's presentation layer when setting backgroundColor and opacity properties.
364
+ // This is done by calling CATransaction begin and commit methods.
365
+ // This action should be disabled when updating those properties during an animation.
366
+ _suspendPresentationLayerUpdates() {
367
+ this._suspendCATransaction = true;
368
+ }
369
+ _resumePresentationLayerUpdates() {
370
+ this._suspendCATransaction = false;
371
+ }
372
+ _isPresentationLayerUpdateSuspended() {
373
+ return this._suspendCATransaction || this._suspendNativeUpdatesCount > 0;
374
+ }
375
+ _showNativeModalView(parent, options) {
376
+ const parentWithController = IOSHelper.getParentWithViewController(parent);
377
+ if (!parentWithController) {
378
+ Trace.write(`Could not find parent with viewController for ${parent} while showing modal view.`, Trace.categories.ViewHierarchy, Trace.messageType.error);
379
+ return;
380
+ }
381
+ const parentController = parentWithController.viewController;
382
+ if (parentController.presentedViewController) {
383
+ Trace.write('Parent is already presenting view controller. Close the current modal page before showing another one!', Trace.categories.ViewHierarchy, Trace.messageType.error);
384
+ return;
385
+ }
386
+ if (!parentController.view || !parentController.view.window) {
387
+ Trace.write('Parent page is not part of the window hierarchy.', Trace.categories.ViewHierarchy, Trace.messageType.error);
388
+ return;
389
+ }
390
+ this._setupAsRootView({});
391
+ super._showNativeModalView(parentWithController, options);
392
+ let controller = this.viewController;
393
+ if (!controller) {
394
+ const nativeView = this.ios || this.nativeViewProtected;
395
+ controller = IOSHelper.UILayoutViewController.initWithOwner(new WeakRef(this));
396
+ if (nativeView instanceof UIView) {
397
+ controller.view.addSubview(nativeView);
398
+ }
399
+ this.viewController = controller;
400
+ }
401
+ if (options.transition) {
402
+ controller.modalPresentationStyle = 4 /* UIModalPresentationStyle.Custom */;
403
+ if (options.transition.instance) {
404
+ this._transitioningDelegate = UIViewControllerTransitioningDelegateImpl.initWithOwner(new WeakRef(options.transition.instance));
405
+ controller.transitioningDelegate = this._transitioningDelegate;
406
+ this.transitionId = options.transition.instance.id;
407
+ const transitionState = SharedTransition.getState(options.transition.instance.id);
408
+ if (transitionState?.interactive?.dismiss) {
409
+ // interactive transitions via gestures
410
+ // TODO - these could be typed as: boolean | (view: View) => void
411
+ // to allow users to define their own custom gesture dismissals
412
+ options.transition.instance.setupInteractiveGesture(this._closeModalCallback.bind(this), this);
413
+ }
414
+ }
415
+ }
416
+ else if (options.fullscreen) {
417
+ controller.modalPresentationStyle = 0 /* UIModalPresentationStyle.FullScreen */;
418
+ }
419
+ else {
420
+ controller.modalPresentationStyle = 2 /* UIModalPresentationStyle.FormSheet */;
421
+ //check whether both height and width is provided and are positive numbers
422
+ // set it has prefered content size to the controller presenting the dialog
423
+ if (options.ios && options.ios.width > 0 && options.ios.height > 0) {
424
+ controller.preferredContentSize = CGSizeMake(options.ios.width, options.ios.height);
425
+ }
426
+ else {
427
+ //use CSS & attribute width & height if option is not provided
428
+ const handler = () => {
429
+ if (this.viewController) {
430
+ const w = (this.width || this.style.width);
431
+ const h = (this.height || this.style.height);
432
+ //TODO: only numeric value is supported, percentage value is not supported like Android
433
+ if (w > 0 && h > 0) {
434
+ this.viewController.preferredContentSize = CGSizeMake(w, h);
435
+ }
436
+ }
437
+ this.off(View.loadedEvent, handler);
438
+ };
439
+ this.on(View.loadedEvent, handler);
440
+ }
441
+ }
442
+ if (options.ios) {
443
+ if (options.ios.presentationStyle) {
444
+ const presentationStyle = options.ios.presentationStyle;
445
+ controller.modalPresentationStyle = presentationStyle;
446
+ if (presentationStyle === 7 /* UIModalPresentationStyle.Popover */) {
447
+ this._setupPopoverControllerDelegate(controller, parent);
448
+ }
449
+ }
450
+ if (options.ios.statusBarStyle) {
451
+ /**
452
+ * https://developer.apple.com/documentation/uikit/uiviewcontroller/modalpresentationcapturesstatusbarappearance
453
+ */
454
+ controller.modalPresentationCapturesStatusBarAppearance = true;
455
+ this.statusBarStyle = options.ios.statusBarStyle;
456
+ }
457
+ }
458
+ const cancelable = options.cancelable !== undefined ? !!options.cancelable : true;
459
+ if (SDK_VERSION >= 13) {
460
+ if (cancelable) {
461
+ // Listen for dismiss modal callback.
462
+ this._setupAdaptiveControllerDelegate(controller);
463
+ }
464
+ else {
465
+ // Prevent users from dismissing the modal.
466
+ controller.modalInPresentation = true;
467
+ }
468
+ }
469
+ this.horizontalAlignment = 'stretch';
470
+ this.verticalAlignment = 'stretch';
471
+ this._raiseShowingModallyEvent();
472
+ const animated = options.animated === undefined ? true : !!options.animated;
473
+ if (!this._modalAnimatedOptions) {
474
+ // track the user's animated options to use upon close as well
475
+ this._modalAnimatedOptions = [];
476
+ }
477
+ this._modalAnimatedOptions.push(animated);
478
+ // TODO: a11y
479
+ // controller.accessibilityViewIsModal = true;
480
+ // controller.accessibilityPerformEscape = () => {
481
+ // console.log('accessibilityPerformEscape!!')
482
+ // return true;
483
+ // }
484
+ parentController.presentViewControllerAnimatedCompletion(controller, animated, null);
485
+ const transitionCoordinator = parentController.transitionCoordinator;
486
+ if (transitionCoordinator) {
487
+ transitionCoordinator.animateAlongsideTransitionCompletion(null, () => {
488
+ setTimeout(() => {
489
+ // ensure raised on main queue
490
+ this._raiseShownModallyEvent();
491
+ });
492
+ });
493
+ }
494
+ else {
495
+ // Apparently iOS 9+ stops all transitions and animations upon application suspend and transitionCoordinator becomes null here in this case.
496
+ // Since we are not waiting for any transition to complete, i.e. transitionCoordinator is null, we can directly raise our shownModally event.
497
+ // Take a look at https://github.com/NativeScript/NativeScript/issues/2173 for more info and a sample project.
498
+ this._raiseShownModallyEvent();
499
+ }
500
+ controller = null;
501
+ }
502
+ _hideNativeModalView(parent, whenClosedCallback) {
503
+ if (!parent || !parent.viewController) {
504
+ Trace.error('Trying to hide modal view but no parent with viewController specified.');
505
+ return;
506
+ }
507
+ // modal view has already been closed by UI, probably as a popover
508
+ if (!parent.viewController.presentedViewController) {
509
+ whenClosedCallback();
510
+ return;
511
+ }
512
+ const parentController = parent.viewController;
513
+ let animated = true;
514
+ if (this._modalAnimatedOptions?.length) {
515
+ animated = this._modalAnimatedOptions.slice(-1)[0];
516
+ }
517
+ parentController.dismissViewControllerAnimatedCompletion(animated, () => {
518
+ const transitionState = SharedTransition.getState(this.transitionId);
519
+ if (!transitionState?.interactiveCancelled) {
520
+ this._transitioningDelegate = null;
521
+ // this.off('pan', this._interactiveDismissGesture);
522
+ if (this._modalAnimatedOptions) {
523
+ this._modalAnimatedOptions.pop();
524
+ }
525
+ }
526
+ whenClosedCallback();
527
+ });
528
+ }
529
+ [isEnabledProperty.getDefault]() {
530
+ const nativeView = this.nativeViewProtected;
531
+ return nativeView instanceof UIControl ? nativeView.enabled : true;
532
+ }
533
+ [isEnabledProperty.setNative](value) {
534
+ const nativeView = this.nativeViewProtected;
535
+ if (nativeView instanceof UIControl) {
536
+ nativeView.enabled = value;
537
+ }
538
+ }
539
+ [originXProperty.getDefault]() {
540
+ return this.nativeViewProtected.layer.anchorPoint.x;
541
+ }
542
+ [originXProperty.setNative](value) {
543
+ this.updateOriginPoint(value, this.originY);
544
+ }
545
+ [originYProperty.getDefault]() {
546
+ return this.nativeViewProtected.layer.anchorPoint.y;
547
+ }
548
+ [originYProperty.setNative](value) {
549
+ this.updateOriginPoint(this.originX, value);
550
+ }
551
+ [testIDProperty.setNative](value) {
552
+ this.setAccessibilityIdentifier(this.nativeViewProtected, value);
553
+ }
554
+ setAccessibilityIdentifier(view, value) {
555
+ view.accessibilityIdentifier = value;
556
+ if (this.testID && this.testID !== value)
557
+ this.testID = value;
558
+ if (this.accessibilityIdentifier !== value)
559
+ this.accessibilityIdentifier = value;
560
+ }
561
+ [accessibilityEnabledProperty.setNative](value) {
562
+ this.nativeViewProtected.isAccessibilityElement = !!value;
563
+ updateA11yPropertiesCallback(this);
564
+ }
565
+ [accessibilityIdentifierProperty.getDefault]() {
566
+ return this.nativeViewProtected.accessibilityIdentifier;
567
+ }
568
+ [accessibilityIdentifierProperty.setNative](value) {
569
+ this.setAccessibilityIdentifier(this.nativeViewProtected, value);
570
+ }
571
+ [accessibilityRoleProperty.setNative](value) {
572
+ this.accessibilityRole = value;
573
+ updateA11yPropertiesCallback(this);
574
+ }
575
+ [accessibilityValueProperty.setNative](value) {
576
+ value = value == null ? null : `${value}`;
577
+ this.nativeViewProtected.accessibilityValue = value;
578
+ }
579
+ [accessibilityLabelProperty.setNative](value) {
580
+ value = value == null ? null : `${value}`;
581
+ // not sure if needed for Label:
582
+ // if ((<any>this).nativeTextViewProtected) {
583
+ // (<any>this).nativeTextViewProtected.accessibilityLabel = value;
584
+ // } else {
585
+ this.nativeViewProtected.accessibilityLabel = value;
586
+ // }
587
+ }
588
+ [accessibilityHintProperty.setNative](value) {
589
+ value = value == null ? null : `${value}`;
590
+ this.nativeViewProtected.accessibilityHint = value;
591
+ }
592
+ [accessibilityIgnoresInvertColorsProperty.setNative](value) {
593
+ this.nativeViewProtected.accessibilityIgnoresInvertColors = !!value;
594
+ }
595
+ [accessibilityLanguageProperty.setNative](value) {
596
+ value = value == null ? null : `${value}`;
597
+ this.nativeViewProtected.accessibilityLanguage = value;
598
+ }
599
+ [accessibilityHiddenProperty.setNative](value) {
600
+ this.nativeViewProtected.accessibilityElementsHidden = !!value;
601
+ updateA11yPropertiesCallback(this);
602
+ }
603
+ [accessibilityLiveRegionProperty.setNative]() {
604
+ updateA11yPropertiesCallback(this);
605
+ }
606
+ [accessibilityStateProperty.setNative](value) {
607
+ this.accessibilityState = value;
608
+ updateA11yPropertiesCallback(this);
609
+ }
610
+ [accessibilityMediaSessionProperty.setNative]() {
611
+ updateA11yPropertiesCallback(this);
612
+ }
613
+ [isUserInteractionEnabledProperty.getDefault]() {
614
+ return this.nativeViewProtected.userInteractionEnabled;
615
+ }
616
+ [isUserInteractionEnabledProperty.setNative](value) {
617
+ this.nativeViewProtected.userInteractionEnabled = value;
618
+ }
619
+ [hiddenProperty.getDefault]() {
620
+ return this.nativeViewProtected.hidden;
621
+ }
622
+ [hiddenProperty.setNative](value) {
623
+ this.nativeViewProtected.hidden = value;
624
+ }
625
+ [visibilityProperty.getDefault]() {
626
+ return this.nativeViewProtected.hidden ? CoreTypes.Visibility.collapse : CoreTypes.Visibility.visible;
627
+ }
628
+ [visibilityProperty.setNative](value) {
629
+ const nativeView = this.nativeViewProtected;
630
+ switch (value) {
631
+ case CoreTypes.Visibility.visible:
632
+ nativeView.hidden = false;
633
+ break;
634
+ case CoreTypes.Visibility.hidden:
635
+ case CoreTypes.Visibility.collapse:
636
+ nativeView.hidden = true;
637
+ break;
638
+ default:
639
+ throw new Error(`Invalid visibility value: ${value}. Valid values are: "${CoreTypes.Visibility.visible}", "${CoreTypes.Visibility.hidden}", "${CoreTypes.Visibility.collapse}".`);
640
+ }
641
+ // Apply visibility value to shadows as well
642
+ if (nativeView.outerShadowContainerLayer) {
643
+ nativeView.outerShadowContainerLayer.hidden = nativeView.hidden;
644
+ }
645
+ }
646
+ [opacityProperty.getDefault]() {
647
+ return this.nativeViewProtected.alpha;
648
+ }
649
+ [opacityProperty.setNative](value) {
650
+ const nativeView = this.nativeViewProtected;
651
+ const updateSuspended = this._isPresentationLayerUpdateSuspended();
652
+ if (!updateSuspended) {
653
+ CATransaction.begin();
654
+ }
655
+ // Disable CALayer animatable property changes
656
+ CATransaction.setDisableActions(true);
657
+ nativeView.alpha = value;
658
+ // Apply opacity value to shadows as well
659
+ if (nativeView.outerShadowContainerLayer) {
660
+ nativeView.outerShadowContainerLayer.opacity = value;
661
+ }
662
+ CATransaction.setDisableActions(false);
663
+ if (!updateSuspended) {
664
+ CATransaction.commit();
665
+ }
666
+ }
667
+ [rotateProperty.getDefault]() {
668
+ return 0;
669
+ }
670
+ [rotateProperty.setNative](value) {
671
+ this.updateNativeTransform();
672
+ }
673
+ [rotateXProperty.getDefault]() {
674
+ return 0;
675
+ }
676
+ [rotateXProperty.setNative](value) {
677
+ this.updateNativeTransform();
678
+ }
679
+ [rotateYProperty.getDefault]() {
680
+ return 0;
681
+ }
682
+ [rotateYProperty.setNative](value) {
683
+ this.updateNativeTransform();
684
+ }
685
+ [perspectiveProperty.getDefault]() {
686
+ return 300;
687
+ }
688
+ [perspectiveProperty.setNative](value) {
689
+ this.updateNativeTransform();
690
+ }
691
+ [scaleXProperty.getDefault]() {
692
+ return 1;
693
+ }
694
+ [scaleXProperty.setNative](value) {
695
+ this.updateNativeTransform();
696
+ }
697
+ [scaleYProperty.getDefault]() {
698
+ return 1;
699
+ }
700
+ [scaleYProperty.setNative](value) {
701
+ this.updateNativeTransform();
702
+ }
703
+ [translateXProperty.getDefault]() {
704
+ return 0;
705
+ }
706
+ [translateXProperty.setNative](value) {
707
+ this.updateNativeTransform();
708
+ }
709
+ [translateYProperty.getDefault]() {
710
+ return 0;
711
+ }
712
+ [translateYProperty.setNative](value) {
713
+ this.updateNativeTransform();
714
+ }
715
+ [zIndexProperty.getDefault]() {
716
+ return 0;
717
+ }
718
+ [zIndexProperty.setNative](value) {
719
+ const nativeView = this.nativeViewProtected;
720
+ nativeView.layer.zPosition = value;
721
+ // Apply z-index to shadows as well
722
+ if (nativeView.outerShadowContainerLayer) {
723
+ nativeView.outerShadowContainerLayer.zPosition = value;
724
+ }
725
+ }
726
+ [backgroundInternalProperty.getDefault]() {
727
+ return this.nativeViewProtected.backgroundColor;
728
+ }
729
+ [backgroundInternalProperty.setNative](value) {
730
+ this._nativeBackgroundState = 'invalid';
731
+ if (this.isLayoutValid) {
732
+ this._redrawNativeBackground(value);
733
+ }
734
+ }
735
+ [statusBarStyleProperty.getDefault]() {
736
+ return this.style.statusBarStyle;
737
+ }
738
+ [statusBarStyleProperty.setNative](value) {
739
+ this.style.statusBarStyle = value;
740
+ const parent = this.parent;
741
+ if (parent) {
742
+ const ctrl = parent.ios?.controller;
743
+ if (ctrl && ctrl instanceof UINavigationController) {
744
+ const navigationBar = ctrl.navigationBar;
745
+ if (!navigationBar)
746
+ return;
747
+ if (typeof value === 'string') {
748
+ console.log('here:', value);
749
+ navigationBar.barStyle = value === 'dark' ? 1 /* UIBarStyle.Black */ : 0 /* UIBarStyle.Default */;
750
+ }
751
+ else {
752
+ navigationBar.barStyle = value;
753
+ }
754
+ }
755
+ }
756
+ }
757
+ [iosGlassEffectProperty.setNative](value) {
758
+ if (!this.nativeViewProtected || !supportsGlass()) {
759
+ return;
760
+ }
761
+ if (this._glassEffectView) {
762
+ this._glassEffectView.removeFromSuperview();
763
+ this._glassEffectView = null;
764
+ }
765
+ if (!value) {
766
+ return;
767
+ }
768
+ let effect;
769
+ if (typeof value === 'string') {
770
+ effect = UIGlassEffect.effectWithStyle(this.toUIGlassStyle(value));
771
+ }
772
+ else {
773
+ if (value.variant === 'identity') {
774
+ return;
775
+ }
776
+ effect = UIGlassEffect.effectWithStyle(this.toUIGlassStyle(value.variant));
777
+ if (value.interactive) {
778
+ effect.interactive = true;
779
+ }
780
+ if (value.tint) {
781
+ effect.tintColor = typeof value.tint === 'string' ? new Color(value.tint).ios : value.tint;
782
+ }
783
+ }
784
+ this._glassEffectView = UIVisualEffectView.alloc().initWithEffect(effect);
785
+ // let touches pass to content
786
+ this._glassEffectView.userInteractionEnabled = false;
787
+ this._glassEffectView.clipsToBounds = true;
788
+ // size & autoresize
789
+ if (this._glassEffectMeasure) {
790
+ clearTimeout(this._glassEffectMeasure);
791
+ }
792
+ this._glassEffectMeasure = setTimeout(() => {
793
+ const size = this.nativeViewProtected.bounds.size;
794
+ this._glassEffectView.frame = CGRectMake(0, 0, size.width, size.height);
795
+ this._glassEffectView.autoresizingMask = 2;
796
+ this.nativeViewProtected.insertSubviewAtIndex(this._glassEffectView, 0);
797
+ });
798
+ }
799
+ toUIGlassStyle(value) {
800
+ if (supportsGlass()) {
801
+ switch (value) {
802
+ case 'regular':
803
+ return 0 /* UIGlassEffectStyle?.Regular */ ?? 0;
804
+ case 'clear':
805
+ return 1 /* UIGlassEffectStyle?.Clear */ ?? 1;
806
+ }
807
+ }
808
+ return 1;
809
+ }
810
+ sendAccessibilityEvent(options) {
811
+ if (!isAccessibilityServiceEnabled()) {
812
+ return;
813
+ }
814
+ if (!options.iosNotificationType) {
815
+ return;
816
+ }
817
+ let notification;
818
+ let args = this.nativeViewProtected;
819
+ if (options?.message) {
820
+ args = options.message;
821
+ }
822
+ switch (options.iosNotificationType) {
823
+ case IOSPostAccessibilityNotificationType.Announcement: {
824
+ notification = UIAccessibilityAnnouncementNotification;
825
+ break;
826
+ }
827
+ case IOSPostAccessibilityNotificationType.Layout: {
828
+ notification = UIAccessibilityLayoutChangedNotification;
829
+ break;
830
+ }
831
+ case IOSPostAccessibilityNotificationType.Screen: {
832
+ notification = UIAccessibilityScreenChangedNotification;
833
+ break;
834
+ }
835
+ default: {
836
+ return;
837
+ }
838
+ }
839
+ UIAccessibilityPostNotification(notification, args ?? null);
840
+ }
841
+ accessibilityAnnouncement(msg = this.accessibilityLabel) {
842
+ this.sendAccessibilityEvent({
843
+ iosNotificationType: IOSPostAccessibilityNotificationType.Announcement,
844
+ message: msg,
845
+ });
846
+ }
847
+ accessibilityScreenChanged() {
848
+ this.sendAccessibilityEvent({
849
+ iosNotificationType: IOSPostAccessibilityNotificationType.Screen,
850
+ });
851
+ }
852
+ _getCurrentLayoutBounds() {
853
+ const nativeView = this.nativeViewProtected;
854
+ if (nativeView && !this.isCollapsed) {
855
+ const frame = nativeView.frame;
856
+ const origin = frame.origin;
857
+ const size = frame.size;
858
+ return {
859
+ left: Math.round(layout.toDevicePixels(origin.x)),
860
+ top: Math.round(layout.toDevicePixels(origin.y)),
861
+ right: Math.round(layout.toDevicePixels(origin.x + size.width)),
862
+ bottom: Math.round(layout.toDevicePixels(origin.y + size.height)),
863
+ };
864
+ }
865
+ else {
866
+ return { left: 0, top: 0, right: 0, bottom: 0 };
867
+ }
868
+ }
869
+ _redrawNativeBackground(value) {
870
+ const updateSuspended = this._isPresentationLayerUpdateSuspended();
871
+ if (!updateSuspended) {
872
+ CATransaction.begin();
873
+ }
874
+ // Disable CALayer animatable property changes
875
+ CATransaction.setDisableActions(true);
876
+ const nativeView = this.nativeViewProtected;
877
+ if (nativeView) {
878
+ if (value instanceof UIColor) {
879
+ nativeView.backgroundColor = value;
880
+ }
881
+ else {
882
+ iosBackground.createBackgroundUIColor(this, (color) => {
883
+ nativeView.backgroundColor = color;
884
+ });
885
+ this._setNativeClipToBounds();
886
+ }
887
+ }
888
+ CATransaction.setDisableActions(false);
889
+ if (!updateSuspended) {
890
+ CATransaction.commit();
891
+ }
892
+ this._nativeBackgroundState = 'drawn';
893
+ }
894
+ _setNativeClipToBounds() {
895
+ const view = this.nativeViewProtected;
896
+ if (view) {
897
+ const backgroundInternal = this.style.backgroundInternal;
898
+ view.clipsToBounds = view instanceof UIScrollView || backgroundInternal.hasBorderWidth() || backgroundInternal.hasBorderRadius();
899
+ }
900
+ }
901
+ _setupPopoverControllerDelegate(controller, parent) {
902
+ const popoverPresentationController = controller.popoverPresentationController;
903
+ this._popoverPresentationDelegate = IOSHelper.UIPopoverPresentationControllerDelegateImp.initWithOwnerAndCallback(new WeakRef(this), this._closeModalCallback);
904
+ popoverPresentationController.delegate = this._popoverPresentationDelegate;
905
+ let view;
906
+ do {
907
+ view = parent.nativeViewProtected;
908
+ parent = parent.parent;
909
+ } while (parent && !view);
910
+ // Note: sourceView and sourceRect are needed to specify the anchor location for the popover.
911
+ // Note: sourceView should be the button triggering the modal. If it the Page the popover might appear "behind" the page content
912
+ popoverPresentationController.sourceView = view;
913
+ popoverPresentationController.sourceRect = CGRectMake(0, 0, view.frame.size.width, view.frame.size.height);
914
+ }
915
+ _setupAdaptiveControllerDelegate(controller) {
916
+ this._adaptivePresentationDelegate = IOSHelper.UIAdaptivePresentationControllerDelegateImp.initWithOwnerAndCallback(new WeakRef(this), this._closeModalCallback);
917
+ if (controller?.presentationController) {
918
+ controller.presentationController.delegate = this._adaptivePresentationDelegate;
919
+ }
920
+ }
921
+ }
922
+ __decorate([
923
+ profile,
924
+ __metadata("design:type", Function),
925
+ __metadata("design:paramtypes", [Number, Number, Number, Number, Object]),
926
+ __metadata("design:returntype", void 0)
927
+ ], View.prototype, "layout", null);
928
+ __decorate([
929
+ profile,
930
+ __metadata("design:type", Function),
931
+ __metadata("design:paramtypes", [Number, Number]),
932
+ __metadata("design:returntype", void 0)
933
+ ], View.prototype, "onMeasure", null);
934
+ View.prototype._nativeBackgroundState = 'unset';
935
+ var UIViewControllerTransitioningDelegateImpl = /** @class */ (function (_super) {
936
+ __extends(UIViewControllerTransitioningDelegateImpl, _super);
937
+ function UIViewControllerTransitioningDelegateImpl() {
938
+ return _super !== null && _super.apply(this, arguments) || this;
939
+ }
940
+ UIViewControllerTransitioningDelegateImpl.initWithOwner = function (owner) {
941
+ var delegate = UIViewControllerTransitioningDelegateImpl.new();
942
+ delegate.owner = owner;
943
+ return delegate;
944
+ };
945
+ UIViewControllerTransitioningDelegateImpl.prototype.animationControllerForDismissedController = function (dismissed) {
946
+ var _a;
947
+ var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.deref();
948
+ if (owner === null || owner === void 0 ? void 0 : owner.iosDismissedController) {
949
+ return owner.iosDismissedController(dismissed);
950
+ }
951
+ return null;
952
+ };
953
+ UIViewControllerTransitioningDelegateImpl.prototype.animationControllerForPresentedControllerPresentingControllerSourceController = function (presented, presenting, source) {
954
+ var _a;
955
+ var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.deref();
956
+ if (owner === null || owner === void 0 ? void 0 : owner.iosPresentedController) {
957
+ return owner.iosPresentedController(presented, presenting, source);
958
+ }
959
+ return null;
960
+ };
961
+ UIViewControllerTransitioningDelegateImpl.prototype.interactionControllerForDismissal = function (animator) {
962
+ var _a;
963
+ var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.deref();
964
+ if (owner === null || owner === void 0 ? void 0 : owner.iosInteractionDismiss) {
965
+ var transitionState = SharedTransition.getState(owner.id);
966
+ if (transitionState === null || transitionState === void 0 ? void 0 : transitionState.interactiveBegan) {
967
+ return owner.iosInteractionDismiss(animator);
968
+ }
969
+ }
970
+ return null;
971
+ };
972
+ UIViewControllerTransitioningDelegateImpl.prototype.interactionControllerForPresentation = function (animator) {
973
+ var _a;
974
+ var owner = (_a = this.owner) === null || _a === void 0 ? void 0 : _a.deref();
975
+ if (owner === null || owner === void 0 ? void 0 : owner.iosInteractionPresented) {
976
+ return owner.iosInteractionPresented(animator);
977
+ }
978
+ return null;
979
+ };
980
+ UIViewControllerTransitioningDelegateImpl.ObjCProtocols = [UIViewControllerTransitioningDelegate];
981
+ return UIViewControllerTransitioningDelegateImpl;
982
+ }(NSObject));
983
+ export class ContainerView extends View {
984
+ constructor() {
985
+ super();
986
+ this.iosOverflowSafeArea = true;
987
+ }
988
+ }
989
+ export class CustomLayoutView extends ContainerView {
990
+ createNativeView() {
991
+ const window = getWindow();
992
+ return UIView.alloc().initWithFrame(window ? window.screen.bounds : UIScreen.mainScreen.bounds);
993
+ }
994
+ get ios() {
995
+ return this.nativeViewProtected;
996
+ }
997
+ onMeasure(widthMeasureSpec, heightMeasureSpec) {
998
+ // Don't call super because it will set MeasureDimension. This method must be overridden and calculate its measuredDimensions.
999
+ }
1000
+ _addViewToNativeVisualTree(child, atIndex) {
1001
+ super._addViewToNativeVisualTree(child, atIndex);
1002
+ const parentNativeView = this.nativeViewProtected;
1003
+ const childNativeView = child.nativeViewProtected;
1004
+ if (parentNativeView && childNativeView) {
1005
+ if (typeof atIndex !== 'number' || atIndex >= parentNativeView.subviews.count) {
1006
+ parentNativeView.addSubview(childNativeView);
1007
+ }
1008
+ else {
1009
+ parentNativeView.insertSubviewAtIndex(childNativeView, atIndex);
1010
+ }
1011
+ // Add outer shadow layer manually as it belongs to parent layer tree (this is needed for reusable views)
1012
+ if (childNativeView.outerShadowContainerLayer && !childNativeView.outerShadowContainerLayer.superlayer) {
1013
+ parentNativeView.layer.insertSublayerBelow(childNativeView.outerShadowContainerLayer, childNativeView.layer);
1014
+ }
1015
+ return true;
1016
+ }
1017
+ return false;
1018
+ }
1019
+ _removeViewFromNativeVisualTree(child) {
1020
+ super._removeViewFromNativeVisualTree(child);
1021
+ if (child.nativeViewProtected) {
1022
+ const nativeView = child.nativeViewProtected;
1023
+ // Remove outer shadow layer manually as it belongs to parent layer tree
1024
+ if (nativeView.outerShadowContainerLayer) {
1025
+ nativeView.outerShadowContainerLayer.removeFromSuperlayer();
1026
+ }
1027
+ nativeView.removeFromSuperview();
1028
+ }
1029
+ }
1030
+ }
1031
+ //# sourceMappingURL=index.ios.js.map