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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1054) hide show
  1. package/LICENSE +19 -0
  2. package/abortcontroller/abortsignal.d.ts +23 -0
  3. package/abortcontroller/abortsignal.js +57 -0
  4. package/abortcontroller/abortsignal.js.map +1 -0
  5. package/abortcontroller/index.d.ts +20 -0
  6. package/abortcontroller/index.js +52 -0
  7. package/abortcontroller/index.js.map +1 -0
  8. package/accessibility/accessibility-common.d.ts +282 -0
  9. package/accessibility/accessibility-common.js +416 -0
  10. package/accessibility/accessibility-common.js.map +1 -0
  11. package/accessibility/accessibility-properties.d.ts +24 -0
  12. package/accessibility/accessibility-properties.js +118 -0
  13. package/accessibility/accessibility-properties.js.map +1 -0
  14. package/accessibility/index.d.ts +1 -0
  15. package/accessibility/index.js +2 -0
  16. package/accessibility/index.js.map +1 -0
  17. package/animation-frame/animation-native.android.d.ts +1 -0
  18. package/animation-frame/animation-native.android.js +4 -0
  19. package/animation-frame/animation-native.android.js.map +1 -0
  20. package/animation-frame/animation-native.ios.d.ts +1 -0
  21. package/animation-frame/animation-native.ios.js +3 -0
  22. package/animation-frame/animation-native.ios.js.map +1 -0
  23. package/animation-frame/index.js +81 -0
  24. package/animation-frame/index.js.map +1 -0
  25. package/application/application-common.d.ts +247 -0
  26. package/application/application-common.js +578 -0
  27. package/application/application-common.js.map +1 -0
  28. package/application/application-interfaces.d.ts +220 -0
  29. package/application/application-interfaces.js +2 -0
  30. package/application/application-interfaces.js.map +1 -0
  31. package/application/application-shims.d.ts +378 -0
  32. package/application/application-shims.js +380 -0
  33. package/application/application-shims.js.map +1 -0
  34. package/application/application.android.d.ts +81 -0
  35. package/application/application.android.js +1233 -0
  36. package/application/application.android.js.map +1 -0
  37. package/application/application.ios.d.ts +145 -0
  38. package/application/application.ios.js +1481 -0
  39. package/application/application.ios.js.map +1 -0
  40. package/application/helpers-common.d.ts +50 -0
  41. package/application/helpers-common.js +153 -0
  42. package/application/helpers-common.js.map +1 -0
  43. package/application/helpers.android.d.ts +8 -0
  44. package/application/helpers.android.js +119 -0
  45. package/application/helpers.android.js.map +1 -0
  46. package/application/helpers.ios.d.ts +8 -0
  47. package/application/helpers.ios.js +24 -0
  48. package/application/helpers.ios.js.map +1 -0
  49. package/application/index.android.d.ts +2 -0
  50. package/application/index.android.js +3 -0
  51. package/application/index.android.js.map +1 -0
  52. package/application/index.ios.d.ts +2 -0
  53. package/application/index.ios.js +3 -0
  54. package/application/index.ios.js.map +1 -0
  55. package/application-settings/application-settings-common.d.ts +2 -0
  56. package/application-settings/application-settings-common.js +15 -0
  57. package/application-settings/application-settings-common.js.map +1 -0
  58. package/application-settings/index.android.d.ts +11 -0
  59. package/application-settings/index.android.js +124 -0
  60. package/application-settings/index.android.js.map +1 -0
  61. package/application-settings/index.ios.d.ts +11 -0
  62. package/application-settings/index.ios.js +81 -0
  63. package/application-settings/index.ios.js.map +1 -0
  64. package/bundle-entry-points.d.ts +1 -0
  65. package/bundle-entry-points.js +47 -0
  66. package/bundle-entry-points.js.map +1 -0
  67. package/color/color-common.d.ts +136 -0
  68. package/color/color-common.js +341 -0
  69. package/color/color-common.js.map +1 -0
  70. package/color/color-types.d.ts +49 -0
  71. package/color/color-types.js +3 -0
  72. package/color/color-types.js.map +1 -0
  73. package/color/color-utils.d.ts +38 -0
  74. package/color/color-utils.js +213 -0
  75. package/color/color-utils.js.map +1 -0
  76. package/color/index.android.d.ts +4 -0
  77. package/color/index.android.js +7 -0
  78. package/color/index.android.js.map +1 -0
  79. package/color/index.ios.d.ts +7 -0
  80. package/color/index.ios.js +19 -0
  81. package/color/index.ios.js.map +1 -0
  82. package/color/known-colors.d.ts +144 -0
  83. package/color/known-colors.js +165 -0
  84. package/color/known-colors.js.map +1 -0
  85. package/config/config.interface.d.ts +297 -0
  86. package/config/config.interface.js +2 -0
  87. package/config/config.interface.js.map +1 -0
  88. package/config/index.d.ts +1 -0
  89. package/config/index.js +2 -0
  90. package/config/index.js.map +1 -0
  91. package/connectivity/index.android.d.ts +11 -0
  92. package/connectivity/index.android.js +157 -0
  93. package/connectivity/index.android.js.map +1 -0
  94. package/connectivity/index.ios.d.ts +11 -0
  95. package/connectivity/index.ios.js +132 -0
  96. package/connectivity/index.ios.js.map +1 -0
  97. package/console/index.d.ts +14 -0
  98. package/console/index.js +33 -0
  99. package/console/index.js.map +1 -0
  100. package/core-types/animation-types.d.ts +11 -0
  101. package/core-types/animation-types.js +13 -0
  102. package/core-types/animation-types.js.map +1 -0
  103. package/core-types/index.d.ts +345 -0
  104. package/core-types/index.js +290 -0
  105. package/core-types/index.js.map +1 -0
  106. package/core-types/validators.d.ts +2 -0
  107. package/core-types/validators.js +27 -0
  108. package/core-types/validators.js.map +1 -0
  109. package/css/CSS3Parser.d.ts +184 -0
  110. package/css/CSS3Parser.js +534 -0
  111. package/css/CSS3Parser.js.map +1 -0
  112. package/css/CSSNativeScript.d.ts +14 -0
  113. package/css/CSSNativeScript.js +113 -0
  114. package/css/CSSNativeScript.js.map +1 -0
  115. package/css/css-tree-parser.d.ts +1 -0
  116. package/css/css-tree-parser.js +133 -0
  117. package/css/css-tree-parser.js.map +1 -0
  118. package/css/lib/parse/index.d.ts +1 -0
  119. package/css/lib/parse/index.js +500 -0
  120. package/css/lib/parse/index.js.map +1 -0
  121. package/css/parser.d.ts +70 -0
  122. package/css/parser.js +517 -0
  123. package/css/parser.js.map +1 -0
  124. package/css/reworkcss.d.ts +44 -0
  125. package/css/reworkcss.js +5 -0
  126. package/css/reworkcss.js.map +1 -0
  127. package/css/system-classes.d.ts +12 -0
  128. package/css/system-classes.js +47 -0
  129. package/css/system-classes.js.map +1 -0
  130. package/css-mediaquery/index.d.ts +27 -0
  131. package/css-mediaquery/index.js +118 -0
  132. package/css-mediaquery/index.js.map +1 -0
  133. package/css-value/reworkcss-value.d.ts +31 -0
  134. package/css-value/reworkcss-value.js +91 -0
  135. package/css-value/reworkcss-value.js.map +1 -0
  136. package/data/observable/index.d.ts +213 -0
  137. package/data/observable/index.js +452 -0
  138. package/data/observable/index.js.map +1 -0
  139. package/data/observable-array/index.d.ts +215 -0
  140. package/data/observable-array/index.js +325 -0
  141. package/data/observable-array/index.js.map +1 -0
  142. package/data/virtual-array/index.d.ts +72 -0
  143. package/data/virtual-array/index.js +133 -0
  144. package/data/virtual-array/index.js.map +1 -0
  145. package/debugger/InspectorBackendCommands.d.ts +1056 -0
  146. package/debugger/InspectorBackendCommands.js +578 -0
  147. package/debugger/InspectorBackendCommands.js.map +1 -0
  148. package/debugger/devtools-elements-interfaces.d.ts +16 -0
  149. package/debugger/devtools-elements-interfaces.js +2 -0
  150. package/debugger/devtools-elements-interfaces.js.map +1 -0
  151. package/debugger/devtools-elements.common.d.ts +7 -0
  152. package/debugger/devtools-elements.common.js +93 -0
  153. package/debugger/devtools-elements.common.js.map +1 -0
  154. package/debugger/devtools-elements.js +20 -0
  155. package/debugger/devtools-elements.js.map +1 -0
  156. package/debugger/dom-types.d.ts +24 -0
  157. package/debugger/dom-types.js +152 -0
  158. package/debugger/dom-types.js.map +1 -0
  159. package/debugger/index.d.ts +87 -0
  160. package/debugger/index.js +118 -0
  161. package/debugger/index.js.map +1 -0
  162. package/debugger/webinspector-css.d.ts +34 -0
  163. package/debugger/webinspector-css.js +72 -0
  164. package/debugger/webinspector-css.js.map +1 -0
  165. package/debugger/webinspector-dom.d.ts +33 -0
  166. package/debugger/webinspector-dom.js +75 -0
  167. package/debugger/webinspector-dom.js.map +1 -0
  168. package/debugger/webinspector-network.android.d.ts +79 -0
  169. package/debugger/webinspector-network.android.js +208 -0
  170. package/debugger/webinspector-network.android.js.map +1 -0
  171. package/debugger/webinspector-network.ios.d.ts +79 -0
  172. package/debugger/webinspector-network.ios.js +204 -0
  173. package/debugger/webinspector-network.ios.js.map +1 -0
  174. package/fetch/index.d.ts +72 -0
  175. package/fetch/index.js +529 -0
  176. package/fetch/index.js.map +1 -0
  177. package/file-system/file-system-access.android.d.ts +151 -0
  178. package/file-system/file-system-access.android.js +1162 -0
  179. package/file-system/file-system-access.android.js.map +1 -0
  180. package/file-system/file-system-access.ios.d.ts +85 -0
  181. package/file-system/file-system-access.ios.js +622 -0
  182. package/file-system/file-system-access.ios.js.map +1 -0
  183. package/file-system/index.js +873 -0
  184. package/file-system/index.js.map +1 -0
  185. package/fps-meter/fps-native.android.d.ts +11 -0
  186. package/fps-meter/fps-native.android.js +62 -0
  187. package/fps-meter/fps-native.android.js.map +1 -0
  188. package/fps-meter/fps-native.ios.d.ts +10 -0
  189. package/fps-meter/fps-native.ios.js +56 -0
  190. package/fps-meter/fps-native.ios.js.map +1 -0
  191. package/fps-meter/index.js +77 -0
  192. package/fps-meter/index.js.map +1 -0
  193. package/globals/global-utils.d.ts +27 -0
  194. package/globals/global-utils.js +67 -0
  195. package/globals/global-utils.js.map +1 -0
  196. package/globals/index.d.ts +3 -0
  197. package/globals/index.js +313 -0
  198. package/globals/index.js.map +1 -0
  199. package/http/http-interfaces.d.ts +84 -0
  200. package/http/http-interfaces.js +6 -0
  201. package/http/http-interfaces.js.map +1 -0
  202. package/http/http-request/http-request-common.d.ts +1 -0
  203. package/http/http-request/http-request-common.js +15 -0
  204. package/http/http-request/http-request-common.js.map +1 -0
  205. package/http/http-request/index.android.d.ts +3 -0
  206. package/http/http-request/index.android.js +274 -0
  207. package/http/http-request/index.android.js.map +1 -0
  208. package/http/http-request/index.ios.d.ts +3 -0
  209. package/http/http-request/index.ios.js +221 -0
  210. package/http/http-request/index.ios.js.map +1 -0
  211. package/http/http-shared.d.ts +3 -0
  212. package/http/http-shared.js +2 -0
  213. package/http/http-shared.js.map +1 -0
  214. package/http/index.js +70 -0
  215. package/http/index.js.map +1 -0
  216. package/image-asset/image-asset-common.d.ts +25 -0
  217. package/image-asset/image-asset-common.js +74 -0
  218. package/image-asset/image-asset-common.js.map +1 -0
  219. package/image-asset/index.android.d.ts +9 -0
  220. package/image-asset/index.android.js +33 -0
  221. package/image-asset/index.android.js.map +1 -0
  222. package/image-asset/index.ios.d.ts +10 -0
  223. package/image-asset/index.ios.js +57 -0
  224. package/image-asset/index.ios.js.map +1 -0
  225. package/image-source/image-source-common.d.ts +4 -0
  226. package/image-source/image-source-common.js +21 -0
  227. package/image-source/image-source-common.js.map +1 -0
  228. package/image-source/index.android.d.ts +58 -0
  229. package/image-source/index.android.js +371 -0
  230. package/image-source/index.android.js.map +1 -0
  231. package/image-source/index.ios.d.ts +59 -0
  232. package/image-source/index.ios.js +454 -0
  233. package/image-source/index.ios.js.map +1 -0
  234. package/index.js +38 -0
  235. package/index.js.map +1 -0
  236. package/inspector_modules.d.ts +7 -0
  237. package/inspector_modules.js +233 -0
  238. package/inspector_modules.js.map +1 -0
  239. package/matrix/index.js +45 -0
  240. package/matrix/index.js.map +1 -0
  241. package/media-query-list/index.d.ts +21 -0
  242. package/media-query-list/index.js +159 -0
  243. package/media-query-list/index.js.map +1 -0
  244. package/module-name-resolver/helpers.d.ts +14 -0
  245. package/module-name-resolver/helpers.js +27 -0
  246. package/module-name-resolver/helpers.js.map +1 -0
  247. package/module-name-resolver/index.d.ts +14 -0
  248. package/module-name-resolver/index.js +67 -0
  249. package/module-name-resolver/index.js.map +1 -0
  250. package/module-name-resolver/non-bundle-workflow-compat.d.ts +6 -0
  251. package/module-name-resolver/non-bundle-workflow-compat.js +128 -0
  252. package/module-name-resolver/non-bundle-workflow-compat.js.map +1 -0
  253. package/module-name-resolver/qualifier-matcher/index.d.ts +11 -0
  254. package/module-name-resolver/qualifier-matcher/index.js +141 -0
  255. package/module-name-resolver/qualifier-matcher/index.js.map +1 -0
  256. package/package.json +86 -86
  257. package/platform/common.d.ts +10 -0
  258. package/platform/common.js +14 -0
  259. package/platform/common.js.map +1 -0
  260. package/platform/device/index.android.d.ts +20 -0
  261. package/platform/device/index.android.js +78 -0
  262. package/platform/device/index.android.js.map +1 -0
  263. package/platform/device/index.ios.d.ts +19 -0
  264. package/platform/device/index.ios.js +69 -0
  265. package/platform/device/index.ios.js.map +1 -0
  266. package/platform/index.js +4 -0
  267. package/platform/index.js.map +1 -0
  268. package/platform/screen/index.android.d.ts +16 -0
  269. package/platform/screen/index.android.js +41 -0
  270. package/platform/screen/index.android.js.map +1 -0
  271. package/platform/screen/index.ios.d.ts +15 -0
  272. package/platform/screen/index.ios.js +35 -0
  273. package/platform/screen/index.ios.js.map +1 -0
  274. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCCrypto.h +79 -0
  275. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSCWinterTC.h +20 -0
  276. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Headers/NSString+WinterTC.h +21 -0
  277. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Modules/module.modulemap +6 -0
  278. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Resources/Info.plist +52 -0
  279. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSCCrypto.h +79 -0
  280. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSCWinterTC.h +20 -0
  281. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Headers/NSString+WinterTC.h +21 -0
  282. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Modules/module.modulemap +6 -0
  283. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/NSCWinterTC +0 -0
  284. package/platforms/ios/NSCWinterTC.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterTC.framework/Versions/Current/Resources/Info.plist +52 -0
  285. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +60 -0
  286. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +24 -0
  287. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +22 -0
  288. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +25 -0
  289. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +16 -0
  290. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +29 -0
  291. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +25 -0
  292. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +26 -0
  293. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +17 -0
  294. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +6 -0
  295. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +17 -0
  296. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +18 -0
  297. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +52 -0
  298. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSCCrypto.h +60 -0
  299. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSData+Async.h +24 -0
  300. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSFileHandle+Async.h +22 -0
  301. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/NSString+Async.h +25 -0
  302. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSLabel.h +16 -0
  303. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSProcess.h +29 -0
  304. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/TNSWidgets.h +25 -0
  305. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/UIImage+TNSBlocks.h +26 -0
  306. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Headers/UIView+PassThroughParent.h +17 -0
  307. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Modules/module.modulemap +6 -0
  308. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/PrivateHeaders/NSObject+Swizzling.h +17 -0
  309. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/PrivateHeaders/UIView+PropertyBag.h +18 -0
  310. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/Resources/Info.plist +52 -0
  311. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  312. package/profiling/index.js +273 -0
  313. package/profiling/index.js.map +1 -0
  314. package/text/formatted-string.js +2 -0
  315. package/text/formatted-string.js.map +1 -0
  316. package/text/index.android.d.ts +9 -0
  317. package/text/index.android.js +11 -0
  318. package/text/index.android.js.map +1 -0
  319. package/text/index.ios.d.ts +9 -0
  320. package/text/index.ios.js +11 -0
  321. package/text/index.ios.js.map +1 -0
  322. package/text/span.js +2 -0
  323. package/text/span.js.map +1 -0
  324. package/text/text-common.d.ts +12 -0
  325. package/text/text-common.js +111 -0
  326. package/text/text-common.js.map +1 -0
  327. package/timer/index.android.d.ts +4 -0
  328. package/timer/index.android.js +83 -0
  329. package/timer/index.android.js.map +1 -0
  330. package/timer/index.ios.d.ts +4 -0
  331. package/timer/index.ios.js +68 -0
  332. package/timer/index.ios.js.map +1 -0
  333. package/trace/index.js +255 -0
  334. package/trace/index.js.map +1 -0
  335. package/ui/action-bar/action-bar-common.d.ts +85 -0
  336. package/ui/action-bar/action-bar-common.js +381 -0
  337. package/ui/action-bar/action-bar-common.js.map +1 -0
  338. package/ui/action-bar/index.android.d.ts +55 -0
  339. package/ui/action-bar/index.android.js +502 -0
  340. package/ui/action-bar/index.android.js.map +1 -0
  341. package/ui/action-bar/index.ios.d.ts +64 -0
  342. package/ui/action-bar/index.ios.js +614 -0
  343. package/ui/action-bar/index.ios.js.map +1 -0
  344. package/ui/activity-indicator/activity-indicator-common.d.ts +9 -0
  345. package/ui/activity-indicator/activity-indicator-common.js +22 -0
  346. package/ui/activity-indicator/activity-indicator-common.js.map +1 -0
  347. package/ui/activity-indicator/index.android.d.ts +15 -0
  348. package/ui/activity-indicator/index.android.js +54 -0
  349. package/ui/activity-indicator/index.android.js.map +1 -0
  350. package/ui/activity-indicator/index.ios.d.ts +16 -0
  351. package/ui/activity-indicator/index.ios.js +54 -0
  352. package/ui/activity-indicator/index.ios.js.map +1 -0
  353. package/ui/animation/animation-common.d.ts +30 -0
  354. package/ui/animation/animation-common.js +239 -0
  355. package/ui/animation/animation-common.js.map +1 -0
  356. package/ui/animation/animation-shared.d.ts +84 -0
  357. package/ui/animation/animation-shared.js +4 -0
  358. package/ui/animation/animation-shared.js.map +1 -0
  359. package/ui/animation/animation-types.d.ts +1 -0
  360. package/ui/animation/animation-types.js +3 -0
  361. package/ui/animation/animation-types.js.map +1 -0
  362. package/ui/animation/index.android.d.ts +23 -0
  363. package/ui/animation/index.android.js +432 -0
  364. package/ui/animation/index.android.js.map +1 -0
  365. package/ui/animation/index.ios.d.ts +28 -0
  366. package/ui/animation/index.ios.js +808 -0
  367. package/ui/animation/index.ios.js.map +1 -0
  368. package/ui/animation/keyframe-animation.d.ts +76 -0
  369. package/ui/animation/keyframe-animation.js +238 -0
  370. package/ui/animation/keyframe-animation.js.map +1 -0
  371. package/ui/builder/binding-builder.d.ts +13 -0
  372. package/ui/builder/binding-builder.js +171 -0
  373. package/ui/builder/binding-builder.js.map +1 -0
  374. package/ui/builder/component-builder/index.d.ts +7 -0
  375. package/ui/builder/component-builder/index.js +219 -0
  376. package/ui/builder/component-builder/index.js.map +1 -0
  377. package/ui/builder/index.d.ts +193 -0
  378. package/ui/builder/index.js +643 -0
  379. package/ui/builder/index.js.map +1 -0
  380. package/ui/button/button-common.d.ts +9 -0
  381. package/ui/button/button-common.js +26 -0
  382. package/ui/button/button-common.js.map +1 -0
  383. package/ui/button/index.android.d.ts +29 -0
  384. package/ui/button/index.android.js +166 -0
  385. package/ui/button/index.android.js.map +1 -0
  386. package/ui/button/index.ios.d.ts +37 -0
  387. package/ui/button/index.ios.js +316 -0
  388. package/ui/button/index.ios.js.map +1 -0
  389. package/ui/content-view/index.js +87 -0
  390. package/ui/content-view/index.js.map +1 -0
  391. package/ui/core/bindable/bindable-expressions.d.ts +7 -0
  392. package/ui/core/bindable/bindable-expressions.js +255 -0
  393. package/ui/core/bindable/bindable-expressions.js.map +1 -0
  394. package/ui/core/bindable/bindable-resources.d.ts +2 -0
  395. package/ui/core/bindable/bindable-resources.js +8 -0
  396. package/ui/core/bindable/bindable-resources.js.map +1 -0
  397. package/ui/core/bindable/bindable-types.d.ts +37 -0
  398. package/ui/core/bindable/bindable-types.js +3 -0
  399. package/ui/core/bindable/bindable-types.js.map +1 -0
  400. package/ui/core/bindable/index.d.ts +53 -0
  401. package/ui/core/bindable/index.js +555 -0
  402. package/ui/core/bindable/index.js.map +1 -0
  403. package/ui/core/control-state-change/index.android.d.ts +6 -0
  404. package/ui/core/control-state-change/index.android.js +8 -0
  405. package/ui/core/control-state-change/index.android.js.map +1 -0
  406. package/ui/core/control-state-change/index.ios.d.ts +10 -0
  407. package/ui/core/control-state-change/index.ios.js +43 -0
  408. package/ui/core/control-state-change/index.ios.js.map +1 -0
  409. package/ui/core/properties/index.d.ts +114 -0
  410. package/ui/core/properties/index.js +1290 -0
  411. package/ui/core/properties/index.js.map +1 -0
  412. package/ui/core/properties/property-shared.d.ts +35 -0
  413. package/ui/core/properties/property-shared.js +16 -0
  414. package/ui/core/properties/property-shared.js.map +1 -0
  415. package/ui/core/view/index.android.d.ts +144 -0
  416. package/ui/core/view/index.android.js +1576 -0
  417. package/ui/core/view/index.android.js.map +1 -0
  418. package/ui/core/view/index.ios.d.ts +151 -0
  419. package/ui/core/view/index.ios.js +1091 -0
  420. package/ui/core/view/index.ios.js.map +1 -0
  421. package/ui/core/view/view-common.d.ts +349 -0
  422. package/ui/core/view/view-common.js +1147 -0
  423. package/ui/core/view/view-common.js.map +1 -0
  424. package/ui/core/view/view-helper/index.android.d.ts +9 -0
  425. package/ui/core/view/view-helper/index.android.js +56 -0
  426. package/ui/core/view/view-helper/index.android.js.map +1 -0
  427. package/ui/core/view/view-helper/index.ios.d.ts +67 -0
  428. package/ui/core/view/view-helper/index.ios.js +414 -0
  429. package/ui/core/view/view-helper/index.ios.js.map +1 -0
  430. package/ui/core/view/view-helper/view-helper-common.d.ts +11 -0
  431. package/ui/core/view/view-helper/view-helper-common.js +166 -0
  432. package/ui/core/view/view-helper/view-helper-common.js.map +1 -0
  433. package/ui/core/view/view-helper/view-helper-shared.d.ts +5 -0
  434. package/ui/core/view/view-helper/view-helper-shared.js +6 -0
  435. package/ui/core/view/view-helper/view-helper-shared.js.map +1 -0
  436. package/ui/core/view/view-interfaces.d.ts +76 -0
  437. package/ui/core/view/view-interfaces.js +2 -0
  438. package/ui/core/view/view-interfaces.js.map +1 -0
  439. package/ui/core/view-base/index.d.ts +597 -0
  440. package/ui/core/view-base/index.js +1154 -0
  441. package/ui/core/view-base/index.js.map +1 -0
  442. package/ui/core/view-base/utils.d.ts +1 -0
  443. package/ui/core/view-base/utils.js +9 -0
  444. package/ui/core/view-base/utils.js.map +1 -0
  445. package/ui/core/weak-event-listener/index.js +123 -0
  446. package/ui/core/weak-event-listener/index.js.map +1 -0
  447. package/ui/date-picker/date-picker-common.d.ts +28 -0
  448. package/ui/date-picker/date-picker-common.js +82 -0
  449. package/ui/date-picker/date-picker-common.js.map +1 -0
  450. package/ui/date-picker/index.android.d.ts +19 -0
  451. package/ui/date-picker/index.android.js +131 -0
  452. package/ui/date-picker/index.android.js.map +1 -0
  453. package/ui/date-picker/index.ios.d.ts +27 -0
  454. package/ui/date-picker/index.ios.js +165 -0
  455. package/ui/date-picker/index.ios.js.map +1 -0
  456. package/ui/dialogs/dialogs-common.d.ts +211 -0
  457. package/ui/dialogs/dialogs-common.js +167 -0
  458. package/ui/dialogs/dialogs-common.js.map +1 -0
  459. package/ui/dialogs/index.android.d.ts +20 -0
  460. package/ui/dialogs/index.android.js +330 -0
  461. package/ui/dialogs/index.android.js.map +1 -0
  462. package/ui/dialogs/index.ios.d.ts +17 -0
  463. package/ui/dialogs/index.ios.js +293 -0
  464. package/ui/dialogs/index.ios.js.map +1 -0
  465. package/ui/editable-text-base/editable-text-base-common.d.ts +36 -0
  466. package/ui/editable-text-base/editable-text-base-common.js +91 -0
  467. package/ui/editable-text-base/editable-text-base-common.js.map +1 -0
  468. package/ui/editable-text-base/index.android.d.ts +48 -0
  469. package/ui/editable-text-base/index.android.js +497 -0
  470. package/ui/editable-text-base/index.android.js.map +1 -0
  471. package/ui/editable-text-base/index.ios.d.ts +20 -0
  472. package/ui/editable-text-base/index.ios.js +255 -0
  473. package/ui/editable-text-base/index.ios.js.map +1 -0
  474. package/ui/embedding/index.android.d.ts +4 -0
  475. package/ui/embedding/index.android.js +14 -0
  476. package/ui/embedding/index.android.js.map +1 -0
  477. package/ui/embedding/index.ios.d.ts +1 -0
  478. package/ui/embedding/index.ios.js +4 -0
  479. package/ui/embedding/index.ios.js.map +1 -0
  480. package/ui/enums/enums.js +6 -0
  481. package/ui/enums/enums.js.map +1 -0
  482. package/ui/enums/index.js +6 -0
  483. package/ui/enums/index.js.map +1 -0
  484. package/ui/frame/activity.android.d.ts +1 -0
  485. package/ui/frame/activity.android.js +110 -0
  486. package/ui/frame/activity.android.js.map +1 -0
  487. package/ui/frame/fragment.android.d.ts +3 -0
  488. package/ui/frame/fragment.android.js +90 -0
  489. package/ui/frame/fragment.android.js.map +1 -0
  490. package/ui/frame/fragment.ios.d.ts +3 -0
  491. package/ui/frame/fragment.ios.js +4 -0
  492. package/ui/frame/fragment.ios.js.map +1 -0
  493. package/ui/frame/fragment.transitions.android.d.ts +40 -0
  494. package/ui/frame/fragment.transitions.android.js +679 -0
  495. package/ui/frame/fragment.transitions.android.js.map +1 -0
  496. package/ui/frame/fragment.transitions.types.d.ts +6 -0
  497. package/ui/frame/fragment.transitions.types.js +2 -0
  498. package/ui/frame/fragment.transitions.types.js.map +1 -0
  499. package/ui/frame/frame-common.d.ts +101 -0
  500. package/ui/frame/frame-common.js +688 -0
  501. package/ui/frame/frame-common.js.map +1 -0
  502. package/ui/frame/frame-helper-for-android.d.ts +37 -0
  503. package/ui/frame/frame-helper-for-android.js +337 -0
  504. package/ui/frame/frame-helper-for-android.js.map +1 -0
  505. package/ui/frame/frame-helpers.d.ts +16 -0
  506. package/ui/frame/frame-helpers.js +19 -0
  507. package/ui/frame/frame-helpers.js.map +1 -0
  508. package/ui/frame/frame-interfaces.d.ts +130 -0
  509. package/ui/frame/frame-interfaces.js +7 -0
  510. package/ui/frame/frame-interfaces.js.map +1 -0
  511. package/ui/frame/frame-stack.d.ts +7 -0
  512. package/ui/frame/frame-stack.js +41 -0
  513. package/ui/frame/frame-stack.js.map +1 -0
  514. package/ui/frame/index.android.d.ts +93 -0
  515. package/ui/frame/index.android.js +977 -0
  516. package/ui/frame/index.android.js.map +1 -0
  517. package/ui/frame/index.ios.d.ts +61 -0
  518. package/ui/frame/index.ios.js +728 -0
  519. package/ui/frame/index.ios.js.map +1 -0
  520. package/ui/gestures/gestures-common.d.ts +32 -0
  521. package/ui/gestures/gestures-common.js +78 -0
  522. package/ui/gestures/gestures-common.js.map +1 -0
  523. package/ui/gestures/gestures-types.d.ts +108 -0
  524. package/ui/gestures/gestures-types.js +40 -0
  525. package/ui/gestures/gestures-types.js.map +1 -0
  526. package/ui/gestures/index.android.d.ts +49 -0
  527. package/ui/gestures/index.android.js +596 -0
  528. package/ui/gestures/index.android.js.map +1 -0
  529. package/ui/gestures/index.ios.d.ts +70 -0
  530. package/ui/gestures/index.ios.js +510 -0
  531. package/ui/gestures/index.ios.js.map +1 -0
  532. package/ui/gestures/touch-manager.d.ts +82 -0
  533. package/ui/gestures/touch-manager.js +268 -0
  534. package/ui/gestures/touch-manager.js.map +1 -0
  535. package/ui/html-view/html-view-common.d.ts +12 -0
  536. package/ui/html-view/html-view-common.js +31 -0
  537. package/ui/html-view/html-view-common.js.map +1 -0
  538. package/ui/html-view/index.android.d.ts +27 -0
  539. package/ui/html-view/index.android.js +90 -0
  540. package/ui/html-view/index.android.js.map +1 -0
  541. package/ui/html-view/index.ios.d.ts +22 -0
  542. package/ui/html-view/index.ios.js +101 -0
  543. package/ui/html-view/index.ios.js.map +1 -0
  544. package/ui/image/image-common.d.ts +45 -0
  545. package/ui/image/image-common.js +195 -0
  546. package/ui/image/image-common.js.map +1 -0
  547. package/ui/image/index.android.d.ts +23 -0
  548. package/ui/image/index.android.js +171 -0
  549. package/ui/image/index.android.js.map +1 -0
  550. package/ui/image/index.ios.d.ts +26 -0
  551. package/ui/image/index.ios.js +186 -0
  552. package/ui/image/index.ios.js.map +1 -0
  553. package/ui/image/symbol-effects-common.d.ts +36 -0
  554. package/ui/image/symbol-effects-common.js +35 -0
  555. package/ui/image/symbol-effects-common.js.map +1 -0
  556. package/ui/image/symbol-effects.android.d.ts +5 -0
  557. package/ui/image/symbol-effects.android.js +8 -0
  558. package/ui/image/symbol-effects.android.js.map +1 -0
  559. package/ui/image/symbol-effects.ios.d.ts +6 -0
  560. package/ui/image/symbol-effects.ios.js +79 -0
  561. package/ui/image/symbol-effects.ios.js.map +1 -0
  562. package/ui/image-cache/image-cache-common.d.ts +40 -0
  563. package/ui/image-cache/image-cache-common.js +176 -0
  564. package/ui/image-cache/image-cache-common.js.map +1 -0
  565. package/ui/image-cache/index.android.d.ts +11 -0
  566. package/ui/image-cache/index.android.js +74 -0
  567. package/ui/image-cache/index.android.js.map +1 -0
  568. package/ui/image-cache/index.ios.d.ts +11 -0
  569. package/ui/image-cache/index.ios.js +78 -0
  570. package/ui/image-cache/index.ios.js.map +1 -0
  571. package/ui/index.d.ts +92 -0
  572. package/ui/index.js +80 -0
  573. package/ui/index.js.map +1 -0
  574. package/ui/label/index.android.d.ts +13 -0
  575. package/ui/label/index.android.js +47 -0
  576. package/ui/label/index.android.js.map +1 -0
  577. package/ui/label/index.ios.d.ts +31 -0
  578. package/ui/label/index.ios.js +234 -0
  579. package/ui/label/index.ios.js.map +1 -0
  580. package/ui/layouts/absolute-layout/absolute-layout-common.d.ts +16 -0
  581. package/ui/layouts/absolute-layout/absolute-layout-common.js +72 -0
  582. package/ui/layouts/absolute-layout/absolute-layout-common.js.map +1 -0
  583. package/ui/layouts/absolute-layout/index.android.d.ts +6 -0
  584. package/ui/layouts/absolute-layout/index.android.js +26 -0
  585. package/ui/layouts/absolute-layout/index.android.js.map +1 -0
  586. package/ui/layouts/absolute-layout/index.ios.d.ts +10 -0
  587. package/ui/layouts/absolute-layout/index.ios.js +48 -0
  588. package/ui/layouts/absolute-layout/index.ios.js.map +1 -0
  589. package/ui/layouts/dock-layout/dock-layout-common.d.ts +14 -0
  590. package/ui/layouts/dock-layout/dock-layout-common.js +51 -0
  591. package/ui/layouts/dock-layout/dock-layout-common.js.map +1 -0
  592. package/ui/layouts/dock-layout/index.android.d.ts +8 -0
  593. package/ui/layouts/dock-layout/index.android.js +38 -0
  594. package/ui/layouts/dock-layout/index.android.js.map +1 -0
  595. package/ui/layouts/dock-layout/index.ios.d.ts +8 -0
  596. package/ui/layouts/dock-layout/index.ios.js +115 -0
  597. package/ui/layouts/dock-layout/index.ios.js.map +1 -0
  598. package/ui/layouts/flexbox-layout/flexbox-layout-common.d.ts +126 -0
  599. package/ui/layouts/flexbox-layout/flexbox-layout-common.js +403 -0
  600. package/ui/layouts/flexbox-layout/flexbox-layout-common.js.map +1 -0
  601. package/ui/layouts/flexbox-layout/index.android.d.ts +23 -0
  602. package/ui/layouts/flexbox-layout/index.android.js +152 -0
  603. package/ui/layouts/flexbox-layout/index.android.js.map +1 -0
  604. package/ui/layouts/flexbox-layout/index.ios.d.ts +44 -0
  605. package/ui/layouts/flexbox-layout/index.ios.js +1241 -0
  606. package/ui/layouts/flexbox-layout/index.ios.js.map +1 -0
  607. package/ui/layouts/grid-layout/grid-layout-common.d.ts +72 -0
  608. package/ui/layouts/grid-layout/grid-layout-common.js +358 -0
  609. package/ui/layouts/grid-layout/grid-layout-common.js.map +1 -0
  610. package/ui/layouts/grid-layout/index.android.d.ts +23 -0
  611. package/ui/layouts/grid-layout/index.android.js +122 -0
  612. package/ui/layouts/grid-layout/index.android.js.map +1 -0
  613. package/ui/layouts/grid-layout/index.ios.d.ts +28 -0
  614. package/ui/layouts/grid-layout/index.ios.js +778 -0
  615. package/ui/layouts/grid-layout/index.ios.js.map +1 -0
  616. package/ui/layouts/index.d.ts +12 -0
  617. package/ui/layouts/index.js +11 -0
  618. package/ui/layouts/index.js.map +1 -0
  619. package/ui/layouts/layout-base-common.d.ts +36 -0
  620. package/ui/layouts/layout-base-common.js +141 -0
  621. package/ui/layouts/layout-base-common.js.map +1 -0
  622. package/ui/layouts/layout-base.android.d.ts +17 -0
  623. package/ui/layouts/layout-base.android.js +50 -0
  624. package/ui/layouts/layout-base.android.js.map +1 -0
  625. package/ui/layouts/layout-base.ios.d.ts +13 -0
  626. package/ui/layouts/layout-base.ios.js +40 -0
  627. package/ui/layouts/layout-base.ios.js.map +1 -0
  628. package/ui/layouts/liquid-glass/index.android.d.ts +5 -0
  629. package/ui/layouts/liquid-glass/index.android.js +8 -0
  630. package/ui/layouts/liquid-glass/index.android.js.map +1 -0
  631. package/ui/layouts/liquid-glass/index.ios.d.ts +10 -0
  632. package/ui/layouts/liquid-glass/index.ios.js +59 -0
  633. package/ui/layouts/liquid-glass/index.ios.js.map +1 -0
  634. package/ui/layouts/liquid-glass/liquid-glass-common.d.ts +3 -0
  635. package/ui/layouts/liquid-glass/liquid-glass-common.js +4 -0
  636. package/ui/layouts/liquid-glass/liquid-glass-common.js.map +1 -0
  637. package/ui/layouts/liquid-glass-container/index.android.d.ts +3 -0
  638. package/ui/layouts/liquid-glass-container/index.android.js +4 -0
  639. package/ui/layouts/liquid-glass-container/index.android.js.map +1 -0
  640. package/ui/layouts/liquid-glass-container/index.ios.d.ts +14 -0
  641. package/ui/layouts/liquid-glass-container/index.ios.js +121 -0
  642. package/ui/layouts/liquid-glass-container/index.ios.js.map +1 -0
  643. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.d.ts +4 -0
  644. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.js +5 -0
  645. package/ui/layouts/liquid-glass-container/liquid-glass-container-common.js.map +1 -0
  646. package/ui/layouts/root-layout/index.android.d.ts +15 -0
  647. package/ui/layouts/root-layout/index.android.js +126 -0
  648. package/ui/layouts/root-layout/index.android.js.map +1 -0
  649. package/ui/layouts/root-layout/index.ios.d.ts +17 -0
  650. package/ui/layouts/root-layout/index.ios.js +101 -0
  651. package/ui/layouts/root-layout/index.ios.js.map +1 -0
  652. package/ui/layouts/root-layout/root-layout-common.d.ts +61 -0
  653. package/ui/layouts/root-layout/root-layout-common.js +425 -0
  654. package/ui/layouts/root-layout/root-layout-common.js.map +1 -0
  655. package/ui/layouts/root-layout/root-layout-stack.d.ts +5 -0
  656. package/ui/layouts/root-layout/root-layout-stack.js +19 -0
  657. package/ui/layouts/root-layout/root-layout-stack.js.map +1 -0
  658. package/ui/layouts/stack-layout/index.android.d.ts +7 -0
  659. package/ui/layouts/stack-layout/index.android.js +11 -0
  660. package/ui/layouts/stack-layout/index.android.js.map +1 -0
  661. package/ui/layouts/stack-layout/index.ios.d.ts +10 -0
  662. package/ui/layouts/stack-layout/index.ios.js +155 -0
  663. package/ui/layouts/stack-layout/index.ios.js.map +1 -0
  664. package/ui/layouts/stack-layout/stack-layout-common.d.ts +8 -0
  665. package/ui/layouts/stack-layout/stack-layout-common.js +19 -0
  666. package/ui/layouts/stack-layout/stack-layout-common.js.map +1 -0
  667. package/ui/layouts/wrap-layout/index.android.d.ts +10 -0
  668. package/ui/layouts/wrap-layout/index.android.js +18 -0
  669. package/ui/layouts/wrap-layout/index.android.js.map +1 -0
  670. package/ui/layouts/wrap-layout/index.ios.d.ts +8 -0
  671. package/ui/layouts/wrap-layout/index.ios.js +170 -0
  672. package/ui/layouts/wrap-layout/index.ios.js.map +1 -0
  673. package/ui/layouts/wrap-layout/wrap-layout-common.d.ts +15 -0
  674. package/ui/layouts/wrap-layout/wrap-layout-common.js +40 -0
  675. package/ui/layouts/wrap-layout/wrap-layout-common.js.map +1 -0
  676. package/ui/list-picker/index.android.d.ts +18 -0
  677. package/ui/list-picker/index.android.js +177 -0
  678. package/ui/list-picker/index.android.js.map +1 -0
  679. package/ui/list-picker/index.ios.d.ts +19 -0
  680. package/ui/list-picker/index.ios.js +99 -0
  681. package/ui/list-picker/index.ios.js.map +1 -0
  682. package/ui/list-picker/list-picker-common.d.ts +23 -0
  683. package/ui/list-picker/list-picker-common.js +78 -0
  684. package/ui/list-picker/list-picker-common.js.map +1 -0
  685. package/ui/list-view/index.android.d.ts +68 -0
  686. package/ui/list-view/index.android.js +1005 -0
  687. package/ui/list-view/index.android.js.map +1 -0
  688. package/ui/list-view/index.ios.d.ts +84 -0
  689. package/ui/list-view/index.ios.js +996 -0
  690. package/ui/list-view/index.ios.js.map +1 -0
  691. package/ui/list-view/list-view-common.d.ts +87 -0
  692. package/ui/list-view/list-view-common.js +296 -0
  693. package/ui/list-view/list-view-common.js.map +1 -0
  694. package/ui/page/events.d.ts +6 -0
  695. package/ui/page/events.js +7 -0
  696. package/ui/page/events.js.map +1 -0
  697. package/ui/page/index.android.d.ts +16 -0
  698. package/ui/page/index.android.js +106 -0
  699. package/ui/page/index.android.js.map +1 -0
  700. package/ui/page/index.ios.d.ts +52 -0
  701. package/ui/page/index.ios.js +515 -0
  702. package/ui/page/index.ios.js.map +1 -0
  703. package/ui/page/page-common.d.ts +73 -0
  704. package/ui/page/page-common.js +191 -0
  705. package/ui/page/page-common.js.map +1 -0
  706. package/ui/placeholder/index.android.d.ts +12 -0
  707. package/ui/placeholder/index.android.js +21 -0
  708. package/ui/placeholder/index.android.js.map +1 -0
  709. package/ui/placeholder/index.js +16 -0
  710. package/ui/placeholder/index.js.map +1 -0
  711. package/ui/placeholder/placeholder-common.d.ts +11 -0
  712. package/ui/placeholder/placeholder-common.js +2 -0
  713. package/ui/placeholder/placeholder-common.js.map +1 -0
  714. package/ui/progress/index.android.d.ts +18 -0
  715. package/ui/progress/index.android.js +65 -0
  716. package/ui/progress/index.android.js.map +1 -0
  717. package/ui/progress/index.ios.d.ts +19 -0
  718. package/ui/progress/index.ios.js +45 -0
  719. package/ui/progress/index.ios.js.map +1 -0
  720. package/ui/progress/progress-common.d.ts +15 -0
  721. package/ui/progress/progress-common.js +34 -0
  722. package/ui/progress/progress-common.js.map +1 -0
  723. package/ui/proxy-view-container/index.d.ts +33 -0
  724. package/ui/proxy-view-container/index.js +247 -0
  725. package/ui/proxy-view-container/index.js.map +1 -0
  726. package/ui/repeater/index.d.ts +67 -0
  727. package/ui/repeater/index.js +225 -0
  728. package/ui/repeater/index.js.map +1 -0
  729. package/ui/scroll-view/index.android.d.ts +27 -0
  730. package/ui/scroll-view/index.android.js +157 -0
  731. package/ui/scroll-view/index.android.js.map +1 -0
  732. package/ui/scroll-view/index.ios.d.ts +29 -0
  733. package/ui/scroll-view/index.ios.js +193 -0
  734. package/ui/scroll-view/index.ios.js.map +1 -0
  735. package/ui/scroll-view/scroll-view-common.d.ts +27 -0
  736. package/ui/scroll-view/scroll-view-common.js +93 -0
  737. package/ui/scroll-view/scroll-view-common.js.map +1 -0
  738. package/ui/search-bar/index.android.d.ts +44 -0
  739. package/ui/search-bar/index.android.js +260 -0
  740. package/ui/search-bar/index.android.js.map +1 -0
  741. package/ui/search-bar/index.ios.d.ts +36 -0
  742. package/ui/search-bar/index.ios.js +203 -0
  743. package/ui/search-bar/index.ios.js.map +1 -0
  744. package/ui/search-bar/search-bar-common.d.ts +19 -0
  745. package/ui/search-bar/search-bar-common.js +43 -0
  746. package/ui/search-bar/search-bar-common.js.map +1 -0
  747. package/ui/segmented-bar/index.android.d.ts +42 -0
  748. package/ui/segmented-bar/index.android.js +280 -0
  749. package/ui/segmented-bar/index.android.js.map +1 -0
  750. package/ui/segmented-bar/index.ios.d.ts +28 -0
  751. package/ui/segmented-bar/index.ios.js +141 -0
  752. package/ui/segmented-bar/index.ios.js.map +1 -0
  753. package/ui/segmented-bar/segmented-bar-common.d.ts +37 -0
  754. package/ui/segmented-bar/segmented-bar-common.js +146 -0
  755. package/ui/segmented-bar/segmented-bar-common.js.map +1 -0
  756. package/ui/slider/index.android.d.ts +32 -0
  757. package/ui/slider/index.android.js +123 -0
  758. package/ui/slider/index.android.js.map +1 -0
  759. package/ui/slider/index.ios.d.ts +34 -0
  760. package/ui/slider/index.ios.js +145 -0
  761. package/ui/slider/index.ios.js.map +1 -0
  762. package/ui/slider/slider-common.d.ts +27 -0
  763. package/ui/slider/slider-common.js +69 -0
  764. package/ui/slider/slider-common.js.map +1 -0
  765. package/ui/split-view/index.android.d.ts +3 -0
  766. package/ui/split-view/index.android.js +4 -0
  767. package/ui/split-view/index.android.js.map +1 -0
  768. package/ui/split-view/index.ios.d.ts +51 -0
  769. package/ui/split-view/index.ios.js +567 -0
  770. package/ui/split-view/index.ios.js.map +1 -0
  771. package/ui/split-view/split-view-common.d.ts +59 -0
  772. package/ui/split-view/split-view-common.js +127 -0
  773. package/ui/split-view/split-view-common.js.map +1 -0
  774. package/ui/styling/background-common.d.ts +78 -0
  775. package/ui/styling/background-common.js +241 -0
  776. package/ui/styling/background-common.js.map +1 -0
  777. package/ui/styling/background.android.d.ts +3 -0
  778. package/ui/styling/background.android.js +82 -0
  779. package/ui/styling/background.android.js.map +1 -0
  780. package/ui/styling/background.ios.d.ts +21 -0
  781. package/ui/styling/background.ios.js +1105 -0
  782. package/ui/styling/background.ios.js.map +1 -0
  783. package/ui/styling/box-shadow.d.ts +9 -0
  784. package/ui/styling/box-shadow.js +3 -0
  785. package/ui/styling/box-shadow.js.map +1 -0
  786. package/ui/styling/clip-path-function.d.ts +16 -0
  787. package/ui/styling/clip-path-function.js +25 -0
  788. package/ui/styling/clip-path-function.js.map +1 -0
  789. package/ui/styling/converters.d.ts +2 -0
  790. package/ui/styling/converters.js +41 -0
  791. package/ui/styling/converters.js.map +1 -0
  792. package/ui/styling/css-animation-parser.d.ts +14 -0
  793. package/ui/styling/css-animation-parser.js +187 -0
  794. package/ui/styling/css-animation-parser.js.map +1 -0
  795. package/ui/styling/css-selector.d.ts +270 -0
  796. package/ui/styling/css-selector.js +934 -0
  797. package/ui/styling/css-selector.js.map +1 -0
  798. package/ui/styling/css-shadow.d.ts +19 -0
  799. package/ui/styling/css-shadow.js +26 -0
  800. package/ui/styling/css-shadow.js.map +1 -0
  801. package/ui/styling/css-stroke.d.ts +12 -0
  802. package/ui/styling/css-stroke.js +19 -0
  803. package/ui/styling/css-stroke.js.map +1 -0
  804. package/ui/styling/css-transform.d.ts +2 -0
  805. package/ui/styling/css-transform.js +110 -0
  806. package/ui/styling/css-transform.js.map +1 -0
  807. package/ui/styling/css-utils.d.ts +8 -0
  808. package/ui/styling/css-utils.js +73 -0
  809. package/ui/styling/css-utils.js.map +1 -0
  810. package/ui/styling/font-common.d.ts +62 -0
  811. package/ui/styling/font-common.js +195 -0
  812. package/ui/styling/font-common.js.map +1 -0
  813. package/ui/styling/font-interfaces.d.ts +16 -0
  814. package/ui/styling/font-interfaces.js +2 -0
  815. package/ui/styling/font-interfaces.js.map +1 -0
  816. package/ui/styling/font.android.d.ts +15 -0
  817. package/ui/styling/font.android.js +226 -0
  818. package/ui/styling/font.android.js.map +1 -0
  819. package/ui/styling/font.ios.d.ts +18 -0
  820. package/ui/styling/font.ios.js +159 -0
  821. package/ui/styling/font.ios.js.map +1 -0
  822. package/ui/styling/length-shared.d.ts +52 -0
  823. package/ui/styling/length-shared.js +173 -0
  824. package/ui/styling/length-shared.js.map +1 -0
  825. package/ui/styling/linear-gradient.d.ts +13 -0
  826. package/ui/styling/linear-gradient.js +48 -0
  827. package/ui/styling/linear-gradient.js.map +1 -0
  828. package/ui/styling/style/index.d.ts +166 -0
  829. package/ui/styling/style/index.js +67 -0
  830. package/ui/styling/style/index.js.map +1 -0
  831. package/ui/styling/style-properties.d.ts +63 -0
  832. package/ui/styling/style-properties.js +1151 -0
  833. package/ui/styling/style-properties.js.map +1 -0
  834. package/ui/styling/style-scope.d.ts +87 -0
  835. package/ui/styling/style-scope.js +1020 -0
  836. package/ui/styling/style-scope.js.map +1 -0
  837. package/ui/styling/styling-profile.d.ts +1 -0
  838. package/ui/styling/styling-profile.js +4 -0
  839. package/ui/styling/styling-profile.js.map +1 -0
  840. package/ui/styling/styling-shared.d.ts +3 -0
  841. package/ui/styling/styling-shared.js +6 -0
  842. package/ui/styling/styling-shared.js.map +1 -0
  843. package/ui/switch/index.android.d.ts +23 -0
  844. package/ui/switch/index.android.js +111 -0
  845. package/ui/switch/index.android.js.map +1 -0
  846. package/ui/switch/index.ios.d.ts +26 -0
  847. package/ui/switch/index.ios.js +185 -0
  848. package/ui/switch/index.ios.js.map +1 -0
  849. package/ui/switch/switch-common.d.ts +12 -0
  850. package/ui/switch/switch-common.js +37 -0
  851. package/ui/switch/switch-common.js.map +1 -0
  852. package/ui/tab-view/index.android.d.ts +73 -0
  853. package/ui/tab-view/index.android.js +646 -0
  854. package/ui/tab-view/index.android.js.map +1 -0
  855. package/ui/tab-view/index.ios.d.ts +80 -0
  856. package/ui/tab-view/index.ios.js +877 -0
  857. package/ui/tab-view/index.ios.js.map +1 -0
  858. package/ui/tab-view/tab-view-common.d.ts +86 -0
  859. package/ui/tab-view/tab-view-common.js +277 -0
  860. package/ui/tab-view/tab-view-common.js.map +1 -0
  861. package/ui/text-base/formatted-string.js +163 -0
  862. package/ui/text-base/formatted-string.js.map +1 -0
  863. package/ui/text-base/index.android.d.ts +79 -0
  864. package/ui/text-base/index.android.js +589 -0
  865. package/ui/text-base/index.android.js.map +1 -0
  866. package/ui/text-base/index.ios.d.ts +53 -0
  867. package/ui/text-base/index.ios.js +452 -0
  868. package/ui/text-base/index.ios.js.map +1 -0
  869. package/ui/text-base/span.js +113 -0
  870. package/ui/text-base/span.js.map +1 -0
  871. package/ui/text-base/text-base-common.d.ts +99 -0
  872. package/ui/text-base/text-base-common.js +324 -0
  873. package/ui/text-base/text-base-common.js.map +1 -0
  874. package/ui/text-field/index.android.d.ts +10 -0
  875. package/ui/text-field/index.android.js +92 -0
  876. package/ui/text-field/index.android.js.map +1 -0
  877. package/ui/text-field/index.ios.d.ts +56 -0
  878. package/ui/text-field/index.ios.js +315 -0
  879. package/ui/text-field/index.ios.js.map +1 -0
  880. package/ui/text-field/text-field-common.d.ts +11 -0
  881. package/ui/text-field/text-field-common.js +25 -0
  882. package/ui/text-field/text-field-common.js.map +1 -0
  883. package/ui/text-view/index.android.d.ts +8 -0
  884. package/ui/text-view/index.android.js +24 -0
  885. package/ui/text-view/index.android.js.map +1 -0
  886. package/ui/text-view/index.ios.d.ts +59 -0
  887. package/ui/text-view/index.ios.js +432 -0
  888. package/ui/text-view/index.ios.js.map +1 -0
  889. package/ui/text-view/text-view-common.d.ts +32 -0
  890. package/ui/text-view/text-view-common.js +39 -0
  891. package/ui/text-view/text-view-common.js.map +1 -0
  892. package/ui/time-picker/index.android.d.ts +10 -0
  893. package/ui/time-picker/index.android.js +79 -0
  894. package/ui/time-picker/index.android.js.map +1 -0
  895. package/ui/time-picker/index.ios.d.ts +31 -0
  896. package/ui/time-picker/index.ios.js +138 -0
  897. package/ui/time-picker/index.ios.js.map +1 -0
  898. package/ui/time-picker/time-picker-common.d.ts +31 -0
  899. package/ui/time-picker/time-picker-common.js +176 -0
  900. package/ui/time-picker/time-picker-common.js.map +1 -0
  901. package/ui/transition/fade-transition.android.d.ts +4 -0
  902. package/ui/transition/fade-transition.android.js +28 -0
  903. package/ui/transition/fade-transition.android.js.map +1 -0
  904. package/ui/transition/fade-transition.ios.d.ts +17 -0
  905. package/ui/transition/fade-transition.ios.js +64 -0
  906. package/ui/transition/fade-transition.ios.js.map +1 -0
  907. package/ui/transition/flip-transition.android.d.ts +6 -0
  908. package/ui/transition/flip-transition.android.js +90 -0
  909. package/ui/transition/flip-transition.android.js.map +1 -0
  910. package/ui/transition/index.android.d.ts +19 -0
  911. package/ui/transition/index.android.js +37 -0
  912. package/ui/transition/index.android.js.map +1 -0
  913. package/ui/transition/index.ios.d.ts +14 -0
  914. package/ui/transition/index.ios.js +30 -0
  915. package/ui/transition/index.ios.js.map +1 -0
  916. package/ui/transition/modal-transition.android.d.ts +5 -0
  917. package/ui/transition/modal-transition.android.js +7 -0
  918. package/ui/transition/modal-transition.android.js.map +1 -0
  919. package/ui/transition/modal-transition.ios.d.ts +34 -0
  920. package/ui/transition/modal-transition.ios.js +175 -0
  921. package/ui/transition/modal-transition.ios.js.map +1 -0
  922. package/ui/transition/page-transition.android.d.ts +9 -0
  923. package/ui/transition/page-transition.android.js +284 -0
  924. package/ui/transition/page-transition.android.js.map +1 -0
  925. package/ui/transition/page-transition.ios.d.ts +35 -0
  926. package/ui/transition/page-transition.ios.js +193 -0
  927. package/ui/transition/page-transition.ios.js.map +1 -0
  928. package/ui/transition/shared-transition-helper.android.d.ts +9 -0
  929. package/ui/transition/shared-transition-helper.android.js +10 -0
  930. package/ui/transition/shared-transition-helper.android.js.map +1 -0
  931. package/ui/transition/shared-transition-helper.ios.d.ts +14 -0
  932. package/ui/transition/shared-transition-helper.ios.js +539 -0
  933. package/ui/transition/shared-transition-helper.ios.js.map +1 -0
  934. package/ui/transition/shared-transition.d.ts +271 -0
  935. package/ui/transition/shared-transition.js +215 -0
  936. package/ui/transition/shared-transition.js.map +1 -0
  937. package/ui/transition/slide-transition.android.d.ts +7 -0
  938. package/ui/transition/slide-transition.android.js +116 -0
  939. package/ui/transition/slide-transition.android.js.map +1 -0
  940. package/ui/transition/slide-transition.ios.d.ts +19 -0
  941. package/ui/transition/slide-transition.ios.js +94 -0
  942. package/ui/transition/slide-transition.ios.js.map +1 -0
  943. package/ui/utils.android.d.ts +5 -0
  944. package/ui/utils.android.js +16 -0
  945. package/ui/utils.android.js.map +1 -0
  946. package/ui/utils.ios.d.ts +11 -0
  947. package/ui/utils.ios.js +66 -0
  948. package/ui/utils.ios.js.map +1 -0
  949. package/ui/web-view/index.android.d.ts +18 -0
  950. package/ui/web-view/index.android.js +173 -0
  951. package/ui/web-view/index.android.js.map +1 -0
  952. package/ui/web-view/index.ios.d.ts +27 -0
  953. package/ui/web-view/index.ios.js +246 -0
  954. package/ui/web-view/index.ios.js.map +1 -0
  955. package/ui/web-view/web-view-common.d.ts +30 -0
  956. package/ui/web-view/web-view-common.js +74 -0
  957. package/ui/web-view/web-view-common.js.map +1 -0
  958. package/ui/web-view/web-view-interfaces.d.ts +11 -0
  959. package/ui/web-view/web-view-interfaces.js +2 -0
  960. package/ui/web-view/web-view-interfaces.js.map +1 -0
  961. package/utils/animation-helpers.d.ts +27 -0
  962. package/utils/animation-helpers.js +48 -0
  963. package/utils/animation-helpers.js.map +1 -0
  964. package/utils/common.d.ts +28 -0
  965. package/utils/common.js +158 -0
  966. package/utils/common.js.map +1 -0
  967. package/utils/constants.android.d.ts +2 -0
  968. package/utils/constants.android.js +5 -0
  969. package/utils/constants.android.js.map +1 -0
  970. package/utils/constants.ios.d.ts +2 -0
  971. package/utils/constants.ios.js +5 -0
  972. package/utils/constants.ios.js.map +1 -0
  973. package/utils/debug-source.d.ts +19 -0
  974. package/utils/debug-source.js +78 -0
  975. package/utils/debug-source.js.map +1 -0
  976. package/utils/debug.js +3 -0
  977. package/utils/debug.js.map +1 -0
  978. package/utils/index.android.d.ts +26 -0
  979. package/utils/index.android.js +205 -0
  980. package/utils/index.android.js.map +1 -0
  981. package/utils/index.ios.d.ts +22 -0
  982. package/utils/index.ios.js +113 -0
  983. package/utils/index.ios.js.map +1 -0
  984. package/utils/layout-helper/index.android.d.ts +25 -0
  985. package/utils/layout-helper/index.android.js +86 -0
  986. package/utils/layout-helper/index.android.js.map +1 -0
  987. package/utils/layout-helper/index.ios.d.ts +25 -0
  988. package/utils/layout-helper/index.ios.js +68 -0
  989. package/utils/layout-helper/index.ios.js.map +1 -0
  990. package/utils/layout-helper/layout-helper-common.d.ts +5 -0
  991. package/utils/layout-helper/layout-helper-common.js +49 -0
  992. package/utils/layout-helper/layout-helper-common.js.map +1 -0
  993. package/utils/layout-helper/layout-helper-shared.d.ts +9 -0
  994. package/utils/layout-helper/layout-helper-shared.js +13 -0
  995. package/utils/layout-helper/layout-helper-shared.js.map +1 -0
  996. package/utils/lazy.js +5 -0
  997. package/utils/lazy.js.map +1 -0
  998. package/utils/macrotask-scheduler.js +26 -0
  999. package/utils/macrotask-scheduler.js.map +1 -0
  1000. package/utils/mainthread-helper.android.d.ts +3 -0
  1001. package/utils/mainthread-helper.android.js +28 -0
  1002. package/utils/mainthread-helper.android.js.map +1 -0
  1003. package/utils/mainthread-helper.ios.d.ts +3 -0
  1004. package/utils/mainthread-helper.ios.js +17 -0
  1005. package/utils/mainthread-helper.ios.js.map +1 -0
  1006. package/utils/module-merge.d.ts +1 -0
  1007. package/utils/module-merge.js +8 -0
  1008. package/utils/module-merge.js.map +1 -0
  1009. package/utils/native-helper-for-android.d.ts +45 -0
  1010. package/utils/native-helper-for-android.js +376 -0
  1011. package/utils/native-helper-for-android.js.map +1 -0
  1012. package/utils/native-helper.android.d.ts +42 -0
  1013. package/utils/native-helper.android.js +30 -0
  1014. package/utils/native-helper.android.js.map +1 -0
  1015. package/utils/native-helper.ios.d.ts +79 -0
  1016. package/utils/native-helper.ios.js +339 -0
  1017. package/utils/native-helper.ios.js.map +1 -0
  1018. package/utils/number-utils.d.ts +19 -0
  1019. package/utils/number-utils.js +37 -0
  1020. package/utils/number-utils.js.map +1 -0
  1021. package/utils/platform-check.d.ts +4 -0
  1022. package/utils/platform-check.js +21 -0
  1023. package/utils/platform-check.js.map +1 -0
  1024. package/utils/shared.d.ts +17 -0
  1025. package/utils/shared.js +40 -0
  1026. package/utils/shared.js.map +1 -0
  1027. package/utils/types.js +104 -0
  1028. package/utils/types.js.map +1 -0
  1029. package/utils/utils-shared.d.ts +1 -0
  1030. package/utils/utils-shared.js +8 -0
  1031. package/utils/utils-shared.js.map +1 -0
  1032. package/wgc/atob.d.ts +1 -0
  1033. package/wgc/atob.js +9 -0
  1034. package/wgc/atob.js.map +1 -0
  1035. package/wgc/btoa.d.ts +1 -0
  1036. package/wgc/btoa.js +9 -0
  1037. package/wgc/btoa.js.map +1 -0
  1038. package/wgc/crypto/SubtleCrypto.d.ts +63 -0
  1039. package/wgc/crypto/SubtleCrypto.js +551 -0
  1040. package/wgc/crypto/SubtleCrypto.js.map +1 -0
  1041. package/wgc/crypto/index.d.ts +8 -0
  1042. package/wgc/crypto/index.js +32 -0
  1043. package/wgc/crypto/index.js.map +1 -0
  1044. package/wgc/index.d.ts +2 -0
  1045. package/wgc/index.js +3 -0
  1046. package/wgc/index.js.map +1 -0
  1047. package/xhr/index.d.ts +113 -0
  1048. package/xhr/index.js +486 -0
  1049. package/xhr/index.js.map +1 -0
  1050. package/xml/index.d.ts +108 -0
  1051. package/xml/index.js +574 -0
  1052. package/xml/index.js.map +1 -0
  1053. package/css/package.json +0 -36
  1054. package/css-value/package.json +0 -23
@@ -0,0 +1,1290 @@
1
+ import { WrappedValue } from '../../../data/observable';
2
+ import { Trace } from '../../../trace';
3
+ import { profile } from '../../../profiling';
4
+ import { unsetValue, isResetValue } from './property-shared';
5
+ import { calc } from '@csstools/css-calc';
6
+ // Backwards compatibility
7
+ export { unsetValue } from './property-shared';
8
+ const cssPropertyNames = [];
9
+ const HAS_OWN = Object.prototype.hasOwnProperty;
10
+ const symbolPropertyMap = {};
11
+ const cssSymbolPropertyMap = {};
12
+ // Hoisted regex/constants for hot paths to avoid re-allocation
13
+ const CSS_VARIABLE_NAME_RE = /^--[^,\s]+?$/;
14
+ const DIP_RE = /([0-9]+(\.[0-9]+)?)dip\b/g;
15
+ const UNSET_RE = /unset/g;
16
+ const INFINITY_RE = /infinity/g;
17
+ const inheritableProperties = new Array();
18
+ const inheritableCssProperties = new Array();
19
+ function print(map) {
20
+ const symbols = Object.getOwnPropertySymbols(map);
21
+ for (const symbol of symbols) {
22
+ const prop = map[symbol];
23
+ if (!prop.registered) {
24
+ console.log(`Property ${prop.name} not Registered!!!!!`);
25
+ }
26
+ }
27
+ }
28
+ export function _printUnregisteredProperties() {
29
+ print(symbolPropertyMap);
30
+ print(cssSymbolPropertyMap);
31
+ }
32
+ export function _getProperties() {
33
+ return getPropertiesFromMap(symbolPropertyMap);
34
+ }
35
+ export function _getStyleProperties() {
36
+ return getPropertiesFromMap(cssSymbolPropertyMap);
37
+ }
38
+ export function isCssVariable(property) {
39
+ return CSS_VARIABLE_NAME_RE.test(property);
40
+ }
41
+ export function isCssCalcExpression(value) {
42
+ return value.includes('calc(');
43
+ }
44
+ export function isCssVariableExpression(value) {
45
+ return value.includes('var(--');
46
+ }
47
+ export function _evaluateCssVariableExpression(view, cssName, value) {
48
+ if (typeof value !== 'string') {
49
+ return value;
50
+ }
51
+ if (!isCssVariableExpression(value)) {
52
+ // Value is not using css-variable(s)
53
+ return value;
54
+ }
55
+ let output = value.trim();
56
+ // Evaluate every (and nested) css-variables in the value.
57
+ let lastValue;
58
+ while (lastValue !== output) {
59
+ lastValue = output;
60
+ const idx = output.lastIndexOf('var(');
61
+ if (idx === -1) {
62
+ continue;
63
+ }
64
+ const endIdx = output.indexOf(')', idx);
65
+ if (endIdx === -1) {
66
+ continue;
67
+ }
68
+ const matched = output
69
+ .substring(idx + 4, endIdx)
70
+ .split(',')
71
+ .map((v) => v.trim())
72
+ .filter((v) => !!v);
73
+ const cssVariableName = matched.shift();
74
+ let cssVariableValue = view.style.getCssVariable(cssVariableName);
75
+ if (cssVariableValue === null && matched.length) {
76
+ cssVariableValue = _evaluateCssVariableExpression(view, cssName, matched.join(', ')).split(',')[0];
77
+ }
78
+ if (!cssVariableValue) {
79
+ cssVariableValue = 'unset';
80
+ }
81
+ output = `${output.substring(0, idx)}${cssVariableValue}${output.substring(endIdx + 1)}`;
82
+ }
83
+ return output;
84
+ }
85
+ export function _evaluateCssCalcExpression(value) {
86
+ if (typeof value !== 'string') {
87
+ return value;
88
+ }
89
+ if (isCssCalcExpression(value)) {
90
+ return calc(_replaceKeywordsWithValues(_replaceDip(value)));
91
+ }
92
+ else {
93
+ return value;
94
+ }
95
+ return value;
96
+ }
97
+ function _replaceDip(value) {
98
+ return value.replace(DIP_RE, '$1');
99
+ }
100
+ function _replaceKeywordsWithValues(value) {
101
+ let cssValue = value;
102
+ if (cssValue.includes('unset')) {
103
+ cssValue = cssValue.replace(UNSET_RE, '0');
104
+ }
105
+ if (cssValue.includes('infinity')) {
106
+ cssValue = cssValue.replace(INFINITY_RE, '999999');
107
+ }
108
+ return cssValue;
109
+ }
110
+ function getPropertiesFromMap(map) {
111
+ const symbols = Object.getOwnPropertySymbols(map);
112
+ const len = symbols.length;
113
+ const props = new Array(len);
114
+ for (let i = 0; i < len; i++) {
115
+ props[i] = map[symbols[i]];
116
+ }
117
+ return props;
118
+ }
119
+ export class Property {
120
+ constructor(options) {
121
+ this.enumerable = true;
122
+ this.configurable = true;
123
+ const propertyName = options.name;
124
+ this.name = propertyName;
125
+ const key = Symbol(propertyName + ':propertyKey');
126
+ this.key = key;
127
+ const getDefault = Symbol(propertyName + ':getDefault');
128
+ this.getDefault = getDefault;
129
+ const setNative = Symbol(propertyName + ':setNative');
130
+ this.setNative = setNative;
131
+ const defaultValueKey = Symbol(propertyName + ':nativeDefaultValue');
132
+ this.defaultValueKey = defaultValueKey;
133
+ const defaultValue = options.defaultValue;
134
+ this.defaultValue = defaultValue;
135
+ const eventName = propertyName + 'Change';
136
+ let equalityComparer = options.equalityComparer;
137
+ let affectsLayout = options.affectsLayout;
138
+ let valueChanged = options.valueChanged;
139
+ let valueConverter = options.valueConverter;
140
+ this.overrideHandlers = function (options) {
141
+ if (typeof options.equalityComparer !== 'undefined') {
142
+ equalityComparer = options.equalityComparer;
143
+ }
144
+ if (typeof options.affectsLayout !== 'undefined') {
145
+ affectsLayout = options.affectsLayout;
146
+ }
147
+ if (typeof options.valueChanged !== 'undefined') {
148
+ valueChanged = options.valueChanged;
149
+ }
150
+ if (typeof options.valueConverter !== 'undefined') {
151
+ valueConverter = options.valueConverter;
152
+ }
153
+ };
154
+ const property = this;
155
+ this.set = function (boxedValue) {
156
+ const reset = isResetValue(boxedValue);
157
+ let value;
158
+ let wrapped;
159
+ if (reset) {
160
+ value = defaultValue;
161
+ }
162
+ else {
163
+ wrapped = boxedValue && boxedValue.wrapped;
164
+ value = wrapped ? WrappedValue.unwrap(boxedValue) : boxedValue;
165
+ if (valueConverter && typeof value === 'string') {
166
+ value = valueConverter(value);
167
+ }
168
+ }
169
+ const oldValue = (key in this ? this[key] : defaultValue);
170
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
171
+ if (wrapped || changed) {
172
+ if (affectsLayout) {
173
+ this.requestLayout();
174
+ }
175
+ if (reset) {
176
+ delete this[key];
177
+ if (valueChanged) {
178
+ valueChanged(this, oldValue, value);
179
+ }
180
+ if (this[setNative]) {
181
+ if (this._suspendNativeUpdatesCount) {
182
+ if (this._suspendedUpdates) {
183
+ this._suspendedUpdates[propertyName] = property;
184
+ }
185
+ }
186
+ else if (defaultValueKey in this) {
187
+ this[setNative](this[defaultValueKey]);
188
+ delete this[defaultValueKey];
189
+ }
190
+ else {
191
+ this[setNative](defaultValue);
192
+ }
193
+ }
194
+ }
195
+ else {
196
+ this[key] = value;
197
+ if (valueChanged) {
198
+ valueChanged(this, oldValue, value);
199
+ }
200
+ if (this[setNative]) {
201
+ if (this._suspendNativeUpdatesCount) {
202
+ if (this._suspendedUpdates) {
203
+ this._suspendedUpdates[propertyName] = property;
204
+ }
205
+ }
206
+ else {
207
+ if (!(defaultValueKey in this)) {
208
+ this[defaultValueKey] = this[getDefault] ? this[getDefault]() : defaultValue;
209
+ }
210
+ this[setNative](value);
211
+ }
212
+ }
213
+ }
214
+ if (this.hasListeners(eventName)) {
215
+ this.notify({
216
+ object: this,
217
+ eventName,
218
+ propertyName,
219
+ value,
220
+ oldValue,
221
+ });
222
+ }
223
+ if (this.domNode) {
224
+ if (reset) {
225
+ this.domNode.attributeRemoved(propertyName);
226
+ }
227
+ else {
228
+ this.domNode.attributeModified(propertyName, value);
229
+ }
230
+ }
231
+ }
232
+ };
233
+ this.get = function () {
234
+ return (key in this ? this[key] : defaultValue);
235
+ };
236
+ this.nativeValueChange = function (owner, value) {
237
+ const oldValue = (key in owner ? owner[key] : defaultValue);
238
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
239
+ if (changed) {
240
+ owner[key] = value;
241
+ if (valueChanged) {
242
+ valueChanged(owner, oldValue, value);
243
+ }
244
+ if (owner.nativeViewProtected && !(defaultValueKey in owner)) {
245
+ owner[defaultValueKey] = owner[getDefault] ? owner[getDefault]() : defaultValue;
246
+ }
247
+ if (owner.hasListeners(eventName)) {
248
+ owner.notify({
249
+ object: owner,
250
+ eventName,
251
+ propertyName,
252
+ value,
253
+ oldValue,
254
+ });
255
+ }
256
+ if (affectsLayout) {
257
+ owner.requestLayout();
258
+ }
259
+ if (owner.domNode) {
260
+ owner.domNode.attributeModified(propertyName, value);
261
+ }
262
+ }
263
+ };
264
+ symbolPropertyMap[key] = this;
265
+ }
266
+ register(cls) {
267
+ if (this.registered) {
268
+ throw new Error(`Property ${this.name} already registered.`);
269
+ }
270
+ this.registered = true;
271
+ Object.defineProperty(cls.prototype, this.name, this);
272
+ }
273
+ isSet(instance) {
274
+ return this.key in instance;
275
+ }
276
+ }
277
+ Property.prototype.isStyleProperty = false;
278
+ export class CoercibleProperty extends Property {
279
+ constructor(options) {
280
+ super(options);
281
+ const propertyName = options.name;
282
+ const key = this.key;
283
+ const getDefault = this.getDefault;
284
+ const setNative = this.setNative;
285
+ const defaultValueKey = this.defaultValueKey;
286
+ const defaultValue = this.defaultValue;
287
+ const coerceKey = Symbol(propertyName + ':coerceKey');
288
+ const eventName = propertyName + 'Change';
289
+ let affectsLayout = options.affectsLayout;
290
+ let equalityComparer = options.equalityComparer;
291
+ let valueChanged = options.valueChanged;
292
+ let valueConverter = options.valueConverter;
293
+ let coerceCallback = options.coerceValue;
294
+ const property = this;
295
+ this.overrideHandlers = function (options) {
296
+ if (typeof options.equalityComparer !== 'undefined') {
297
+ equalityComparer = options.equalityComparer;
298
+ }
299
+ if (typeof options.affectsLayout !== 'undefined') {
300
+ affectsLayout = options.affectsLayout;
301
+ }
302
+ if (typeof options.valueChanged !== 'undefined') {
303
+ valueChanged = options.valueChanged;
304
+ }
305
+ if (typeof options.valueConverter !== 'undefined') {
306
+ valueConverter = options.valueConverter;
307
+ }
308
+ if (typeof options.coerceValue !== 'undefined') {
309
+ coerceCallback = options.coerceValue;
310
+ }
311
+ };
312
+ this.coerce = function (target) {
313
+ const originalValue = (coerceKey in target ? target[coerceKey] : defaultValue);
314
+ // need that to make coercing but also fire change events
315
+ target[propertyName] = originalValue;
316
+ };
317
+ this.set = function (boxedValue) {
318
+ const reset = isResetValue(boxedValue);
319
+ let value;
320
+ let wrapped;
321
+ if (reset) {
322
+ value = defaultValue;
323
+ delete this[coerceKey];
324
+ }
325
+ else {
326
+ wrapped = boxedValue && boxedValue.wrapped;
327
+ value = wrapped ? WrappedValue.unwrap(boxedValue) : boxedValue;
328
+ if (valueConverter && typeof value === 'string') {
329
+ value = valueConverter(value);
330
+ }
331
+ this[coerceKey] = value;
332
+ value = coerceCallback(this, value);
333
+ }
334
+ const oldValue = key in this ? this[key] : defaultValue;
335
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
336
+ if (wrapped || changed) {
337
+ if (reset) {
338
+ delete this[key];
339
+ if (valueChanged) {
340
+ valueChanged(this, oldValue, value);
341
+ }
342
+ if (this[setNative]) {
343
+ if (this._suspendNativeUpdatesCount) {
344
+ if (this._suspendedUpdates) {
345
+ this._suspendedUpdates[propertyName] = property;
346
+ }
347
+ }
348
+ else if (defaultValueKey in this) {
349
+ this[setNative](this[defaultValueKey]);
350
+ delete this[defaultValueKey];
351
+ }
352
+ else {
353
+ this[setNative](defaultValue);
354
+ }
355
+ }
356
+ }
357
+ else {
358
+ this[key] = value;
359
+ if (valueChanged) {
360
+ valueChanged(this, oldValue, value);
361
+ }
362
+ if (this[setNative]) {
363
+ if (this._suspendNativeUpdatesCount) {
364
+ if (this._suspendedUpdates) {
365
+ this._suspendedUpdates[propertyName] = property;
366
+ }
367
+ }
368
+ else {
369
+ if (!(defaultValueKey in this)) {
370
+ this[defaultValueKey] = this[getDefault] ? this[getDefault]() : defaultValue;
371
+ }
372
+ this[setNative](value);
373
+ }
374
+ }
375
+ }
376
+ if (this.hasListeners(eventName)) {
377
+ this.notify({
378
+ object: this,
379
+ eventName,
380
+ propertyName,
381
+ value,
382
+ oldValue,
383
+ });
384
+ }
385
+ if (affectsLayout) {
386
+ this.requestLayout();
387
+ }
388
+ if (this.domNode) {
389
+ if (reset) {
390
+ this.domNode.attributeRemoved(propertyName);
391
+ }
392
+ else {
393
+ this.domNode.attributeModified(propertyName, value);
394
+ }
395
+ }
396
+ }
397
+ };
398
+ }
399
+ }
400
+ export class InheritedProperty extends Property {
401
+ constructor(options) {
402
+ super(options);
403
+ const name = options.name;
404
+ const key = this.key;
405
+ const defaultValue = options.defaultValue;
406
+ const sourceKey = Symbol(name + ':valueSourceKey');
407
+ this.sourceKey = sourceKey;
408
+ const setBase = this.set;
409
+ const setFunc = (valueSource) => function (value) {
410
+ const that = this;
411
+ let unboxedValue;
412
+ let newValueSource;
413
+ if (isResetValue(value)) {
414
+ const parent = that.parent;
415
+ // If value is not initial or unset and view has a parent that has non-default value, use it as the reset value.
416
+ if (value !== 'initial' && parent && parent[sourceKey] !== 0 /* ValueSource.Default */) {
417
+ unboxedValue = parent[name];
418
+ newValueSource = 1 /* ValueSource.Inherited */;
419
+ }
420
+ else {
421
+ unboxedValue = defaultValue;
422
+ newValueSource = 0 /* ValueSource.Default */;
423
+ }
424
+ }
425
+ else {
426
+ // else we are set through property set.
427
+ unboxedValue = value;
428
+ newValueSource = valueSource;
429
+ }
430
+ // take currentValue before calling base - base may change it.
431
+ const currentValue = that[key];
432
+ setBase.call(that, unboxedValue);
433
+ const newValue = that[key];
434
+ that[sourceKey] = newValueSource;
435
+ if (currentValue !== newValue) {
436
+ const reset = newValueSource === 0 /* ValueSource.Default */;
437
+ that.eachChild((child) => {
438
+ const childValueSource = child[sourceKey] || 0 /* ValueSource.Default */;
439
+ if (reset) {
440
+ if (childValueSource === 1 /* ValueSource.Inherited */) {
441
+ setFunc.call(child, unsetValue);
442
+ }
443
+ }
444
+ else {
445
+ if (childValueSource <= 1 /* ValueSource.Inherited */) {
446
+ setInheritedValue.call(child, newValue);
447
+ }
448
+ }
449
+ return true;
450
+ });
451
+ }
452
+ };
453
+ const setInheritedValue = setFunc(1 /* ValueSource.Inherited */);
454
+ this.setInheritedValue = setInheritedValue;
455
+ this.set = setFunc(3 /* ValueSource.Local */);
456
+ inheritableProperties.push(this);
457
+ }
458
+ }
459
+ export class CssProperty {
460
+ constructor(options) {
461
+ const propertyName = options.name;
462
+ this.name = propertyName;
463
+ // Guard against undefined cssName
464
+ if (options.cssName) {
465
+ cssPropertyNames.push(options.cssName);
466
+ }
467
+ this.cssName = `css:${options.cssName}`;
468
+ this.cssLocalName = options.cssName;
469
+ const key = Symbol(propertyName + ':propertyKey');
470
+ this.key = key;
471
+ const sourceKey = Symbol(propertyName + ':valueSourceKey');
472
+ this.sourceKey = sourceKey;
473
+ const getDefault = Symbol(propertyName + ':getDefault');
474
+ this.getDefault = getDefault;
475
+ const setNative = Symbol(propertyName + ':setNative');
476
+ this.setNative = setNative;
477
+ const defaultValueKey = Symbol(propertyName + ':nativeDefaultValue');
478
+ this.defaultValueKey = defaultValueKey;
479
+ const defaultValue = options.defaultValue;
480
+ this.defaultValue = defaultValue;
481
+ const eventName = propertyName + 'Change';
482
+ let affectsLayout = options.affectsLayout;
483
+ let equalityComparer = options.equalityComparer;
484
+ let valueChanged = options.valueChanged;
485
+ let valueConverter = options.valueConverter;
486
+ this.overrideHandlers = function (options) {
487
+ if (typeof options.equalityComparer !== 'undefined') {
488
+ equalityComparer = options.equalityComparer;
489
+ }
490
+ if (typeof options.affectsLayout !== 'undefined') {
491
+ affectsLayout = options.affectsLayout;
492
+ }
493
+ if (typeof options.valueChanged !== 'undefined') {
494
+ valueChanged = options.valueChanged;
495
+ }
496
+ if (typeof options.valueConverter !== 'undefined') {
497
+ valueConverter = options.valueConverter;
498
+ }
499
+ };
500
+ const property = this;
501
+ function setLocalValue(newValue) {
502
+ const view = this.viewRef.get();
503
+ if (!view) {
504
+ Trace.write(`${newValue} not set to view because ".viewRef" is cleared`, Trace.categories.Style, Trace.messageType.warn);
505
+ return;
506
+ }
507
+ const reset = isResetValue(newValue) || newValue === '';
508
+ let value;
509
+ if (reset) {
510
+ value = defaultValue;
511
+ delete this[sourceKey];
512
+ }
513
+ else {
514
+ this[sourceKey] = 3 /* ValueSource.Local */;
515
+ value = valueConverter && typeof newValue === 'string' ? valueConverter(newValue) : newValue;
516
+ }
517
+ const oldValue = (key in this ? this[key] : defaultValue);
518
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
519
+ if (changed) {
520
+ if (reset) {
521
+ delete this[key];
522
+ if (valueChanged) {
523
+ valueChanged(this, oldValue, value);
524
+ }
525
+ if (view[setNative]) {
526
+ if (view._suspendNativeUpdatesCount) {
527
+ if (view._suspendedUpdates) {
528
+ view._suspendedUpdates[propertyName] = property;
529
+ }
530
+ }
531
+ else if (defaultValueKey in this) {
532
+ view[setNative](this[defaultValueKey]);
533
+ delete this[defaultValueKey];
534
+ }
535
+ else {
536
+ view[setNative](defaultValue);
537
+ }
538
+ }
539
+ }
540
+ else {
541
+ this[key] = value;
542
+ if (valueChanged) {
543
+ valueChanged(this, oldValue, value);
544
+ }
545
+ if (view[setNative]) {
546
+ if (view._suspendNativeUpdatesCount) {
547
+ if (view._suspendedUpdates) {
548
+ view._suspendedUpdates[propertyName] = property;
549
+ }
550
+ }
551
+ else {
552
+ if (!(defaultValueKey in this)) {
553
+ this[defaultValueKey] = view[getDefault] ? view[getDefault]() : defaultValue;
554
+ }
555
+ view[setNative](value);
556
+ }
557
+ }
558
+ }
559
+ if (this.hasListeners(eventName)) {
560
+ this.notify({
561
+ object: this,
562
+ eventName,
563
+ propertyName,
564
+ value,
565
+ oldValue,
566
+ });
567
+ }
568
+ if (affectsLayout) {
569
+ view.requestLayout();
570
+ }
571
+ }
572
+ }
573
+ function setCssValue(newValue) {
574
+ const view = this.viewRef.get();
575
+ if (!view) {
576
+ Trace.write(`${newValue} not set to view because ".viewRef" is cleared`, Trace.categories.Style, Trace.messageType.warn);
577
+ return;
578
+ }
579
+ const currentValueSource = this[sourceKey] || 0 /* ValueSource.Default */;
580
+ // We have localValueSource - NOOP.
581
+ if (currentValueSource === 3 /* ValueSource.Local */) {
582
+ return;
583
+ }
584
+ const reset = isResetValue(newValue) || newValue === '';
585
+ let value;
586
+ if (reset) {
587
+ value = defaultValue;
588
+ delete this[sourceKey];
589
+ }
590
+ else {
591
+ value = valueConverter && typeof newValue === 'string' ? valueConverter(newValue) : newValue;
592
+ this[sourceKey] = 2 /* ValueSource.Css */;
593
+ }
594
+ const oldValue = (key in this ? this[key] : defaultValue);
595
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
596
+ if (changed) {
597
+ if (reset) {
598
+ delete this[key];
599
+ if (valueChanged) {
600
+ valueChanged(this, oldValue, value);
601
+ }
602
+ if (view[setNative]) {
603
+ if (view._suspendNativeUpdatesCount) {
604
+ if (view._suspendedUpdates) {
605
+ view._suspendedUpdates[propertyName] = property;
606
+ }
607
+ }
608
+ else if (defaultValueKey in this) {
609
+ view[setNative](this[defaultValueKey]);
610
+ delete this[defaultValueKey];
611
+ }
612
+ else {
613
+ view[setNative](defaultValue);
614
+ }
615
+ }
616
+ }
617
+ else {
618
+ this[key] = value;
619
+ if (valueChanged) {
620
+ valueChanged(this, oldValue, value);
621
+ }
622
+ if (view[setNative]) {
623
+ if (view._suspendNativeUpdatesCount) {
624
+ if (view._suspendedUpdates) {
625
+ view._suspendedUpdates[propertyName] = property;
626
+ }
627
+ }
628
+ else {
629
+ if (!(defaultValueKey in this)) {
630
+ this[defaultValueKey] = view[getDefault] ? view[getDefault]() : defaultValue;
631
+ }
632
+ view[setNative](value);
633
+ }
634
+ }
635
+ }
636
+ if (this.hasListeners(eventName)) {
637
+ this.notify({
638
+ object: this,
639
+ eventName,
640
+ propertyName,
641
+ value,
642
+ oldValue,
643
+ });
644
+ }
645
+ if (affectsLayout) {
646
+ view.requestLayout();
647
+ }
648
+ }
649
+ }
650
+ function get() {
651
+ return key in this ? this[key] : defaultValue;
652
+ }
653
+ this.cssValueDescriptor = {
654
+ enumerable: true,
655
+ configurable: true,
656
+ get: get,
657
+ set: setCssValue,
658
+ };
659
+ this.localValueDescriptor = {
660
+ enumerable: true,
661
+ configurable: true,
662
+ get: get,
663
+ set: setLocalValue,
664
+ };
665
+ cssSymbolPropertyMap[key] = this;
666
+ }
667
+ register(cls) {
668
+ if (this.registered) {
669
+ throw new Error(`Property ${this.name} already registered.`);
670
+ }
671
+ this.registered = true;
672
+ Object.defineProperty(cls.prototype, this.name, this.localValueDescriptor);
673
+ Object.defineProperty(cls.prototype, this.cssName, this.cssValueDescriptor);
674
+ if (this.cssLocalName !== this.cssName) {
675
+ Object.defineProperty(cls.prototype, this.cssLocalName, this.localValueDescriptor);
676
+ }
677
+ }
678
+ isSet(instance) {
679
+ return this.key in instance;
680
+ }
681
+ }
682
+ CssProperty.prototype.isStyleProperty = true;
683
+ export class CssAnimationProperty {
684
+ constructor(options) {
685
+ const propertyName = options.name;
686
+ this.name = propertyName;
687
+ if (options.cssName) {
688
+ cssPropertyNames.push(options.cssName);
689
+ }
690
+ CssAnimationProperty.properties[propertyName] = this;
691
+ if (options.cssName && options.cssName !== propertyName) {
692
+ CssAnimationProperty.properties[options.cssName] = this;
693
+ }
694
+ this._valueConverter = options.valueConverter;
695
+ const cssLocalName = options.cssName || propertyName;
696
+ this.cssLocalName = cssLocalName;
697
+ const cssName = 'css:' + cssLocalName;
698
+ this.cssName = cssName;
699
+ const keyframeName = 'keyframe:' + propertyName;
700
+ this.keyframe = keyframeName;
701
+ const defaultName = 'default:' + propertyName;
702
+ const defaultValueKey = Symbol(defaultName);
703
+ this.defaultValueKey = defaultValueKey;
704
+ this.defaultValue = options.defaultValue;
705
+ const cssValue = Symbol(cssName);
706
+ const styleValue = Symbol(`local:${propertyName}`);
707
+ const keyframeValue = Symbol(keyframeName);
708
+ const computedValue = Symbol('computed-value:' + propertyName);
709
+ this.key = computedValue;
710
+ const computedSource = Symbol('computed-source:' + propertyName);
711
+ this.source = computedSource;
712
+ this.getDefault = Symbol(propertyName + ':getDefault');
713
+ const getDefault = this.getDefault;
714
+ const setNative = (this.setNative = Symbol(propertyName + ':setNative'));
715
+ const eventName = propertyName + 'Change';
716
+ const property = this;
717
+ function descriptor(symbol, propertySource, enumerable, configurable, getsComputed) {
718
+ return {
719
+ enumerable,
720
+ configurable,
721
+ get: getsComputed
722
+ ? function () {
723
+ return this[computedValue];
724
+ }
725
+ : function () {
726
+ return this[symbol];
727
+ },
728
+ set(boxedValue) {
729
+ const view = this.viewRef.get();
730
+ if (!view) {
731
+ Trace.write(`${boxedValue} not set to view because ".viewRef" is cleared`, Trace.categories.Animation, Trace.messageType.warn);
732
+ return;
733
+ }
734
+ const oldValue = this[computedValue];
735
+ const oldSource = this[computedSource];
736
+ const wasSet = oldSource !== 0 /* ValueSource.Default */;
737
+ const reset = isResetValue(boxedValue) || boxedValue === '';
738
+ if (reset) {
739
+ this[symbol] = boxedValue;
740
+ if (this[computedSource] === propertySource) {
741
+ // Fallback to lower value source.
742
+ if (!isResetValue(this[styleValue])) {
743
+ this[computedSource] = 3 /* ValueSource.Local */;
744
+ this[computedValue] = this[styleValue];
745
+ }
746
+ else if (!isResetValue(this[cssValue])) {
747
+ this[computedSource] = 2 /* ValueSource.Css */;
748
+ this[computedValue] = this[cssValue];
749
+ }
750
+ else {
751
+ delete this[computedSource];
752
+ delete this[computedValue];
753
+ }
754
+ }
755
+ }
756
+ else {
757
+ if (options.valueConverter && typeof boxedValue === 'string') {
758
+ boxedValue = options.valueConverter(boxedValue);
759
+ }
760
+ this[symbol] = boxedValue;
761
+ if (this[computedSource] <= propertySource) {
762
+ this[computedSource] = propertySource;
763
+ this[computedValue] = boxedValue;
764
+ }
765
+ }
766
+ const value = this[computedValue];
767
+ const source = this[computedSource];
768
+ const isSet = source !== 0 /* ValueSource.Default */;
769
+ const computedValueChanged = oldValue !== value && (!options.equalityComparer || !options.equalityComparer(oldValue, value));
770
+ if (computedValueChanged && options.valueChanged) {
771
+ options.valueChanged(this, oldValue, value);
772
+ }
773
+ if (view[setNative] && (computedValueChanged || isSet !== wasSet)) {
774
+ if (view._suspendNativeUpdatesCount) {
775
+ if (view._suspendedUpdates) {
776
+ view._suspendedUpdates[propertyName] = property;
777
+ }
778
+ }
779
+ else {
780
+ if (isSet) {
781
+ if (!wasSet && !(defaultValueKey in this)) {
782
+ this[defaultValueKey] = view[getDefault] ? view[getDefault]() : options.defaultValue;
783
+ }
784
+ view[setNative](value);
785
+ }
786
+ else if (wasSet) {
787
+ if (defaultValueKey in this) {
788
+ view[setNative](this[defaultValueKey]);
789
+ }
790
+ else {
791
+ view[setNative](options.defaultValue);
792
+ }
793
+ }
794
+ }
795
+ }
796
+ if (computedValueChanged && this.hasListeners(eventName)) {
797
+ this.notify({
798
+ object: this,
799
+ eventName,
800
+ propertyName,
801
+ value,
802
+ oldValue,
803
+ });
804
+ }
805
+ },
806
+ };
807
+ }
808
+ const defaultPropertyDescriptor = descriptor(defaultValueKey, 0 /* ValueSource.Default */, false, false, false);
809
+ const cssPropertyDescriptor = descriptor(cssValue, 2 /* ValueSource.Css */, false, false, false);
810
+ const stylePropertyDescriptor = descriptor(styleValue, 3 /* ValueSource.Local */, true, true, true);
811
+ const keyframePropertyDescriptor = descriptor(keyframeValue, 4 /* ValueSource.Keyframe */, false, false, false);
812
+ symbolPropertyMap[computedValue] = this;
813
+ cssSymbolPropertyMap[computedValue] = this;
814
+ this.register = (cls) => {
815
+ cls.prototype[computedValue] = options.defaultValue;
816
+ cls.prototype[computedSource] = 0 /* ValueSource.Default */;
817
+ cls.prototype[cssValue] = unsetValue;
818
+ cls.prototype[styleValue] = unsetValue;
819
+ cls.prototype[keyframeValue] = unsetValue;
820
+ Object.defineProperty(cls.prototype, defaultName, defaultPropertyDescriptor);
821
+ Object.defineProperty(cls.prototype, cssName, cssPropertyDescriptor);
822
+ Object.defineProperty(cls.prototype, propertyName, stylePropertyDescriptor);
823
+ if (options.cssName && options.cssName !== options.name) {
824
+ Object.defineProperty(cls.prototype, options.cssName, stylePropertyDescriptor);
825
+ }
826
+ Object.defineProperty(cls.prototype, keyframeName, keyframePropertyDescriptor);
827
+ };
828
+ }
829
+ _initDefaultNativeValue(target) {
830
+ const view = target.viewRef.get();
831
+ if (!view) {
832
+ Trace.write(`_initDefaultNativeValue not executed to view because ".viewRef" is cleared`, Trace.categories.Animation, Trace.messageType.warn);
833
+ return;
834
+ }
835
+ const defaultValueKey = this.defaultValueKey;
836
+ if (!(defaultValueKey in target)) {
837
+ const getDefault = this.getDefault;
838
+ target[defaultValueKey] = view[getDefault] ? view[getDefault]() : this.defaultValue;
839
+ }
840
+ }
841
+ static _getByCssName(name) {
842
+ return this.properties[name];
843
+ }
844
+ static _getPropertyNames() {
845
+ return Object.keys(CssAnimationProperty.properties);
846
+ }
847
+ isSet(instance) {
848
+ return instance[this.source] !== 0 /* ValueSource.Default */;
849
+ }
850
+ }
851
+ CssAnimationProperty.properties = {};
852
+ CssAnimationProperty.prototype.isStyleProperty = true;
853
+ export class InheritedCssProperty extends CssProperty {
854
+ constructor(options) {
855
+ super(options);
856
+ const propertyName = options.name;
857
+ const key = this.key;
858
+ const sourceKey = this.sourceKey;
859
+ const getDefault = this.getDefault;
860
+ const setNative = this.setNative;
861
+ const defaultValueKey = this.defaultValueKey;
862
+ const eventName = propertyName + 'Change';
863
+ const defaultValue = options.defaultValue;
864
+ let affectsLayout = options.affectsLayout;
865
+ let equalityComparer = options.equalityComparer;
866
+ let valueChanged = options.valueChanged;
867
+ let valueConverter = options.valueConverter;
868
+ const property = this;
869
+ this.overrideHandlers = function (options) {
870
+ if (typeof options.equalityComparer !== 'undefined') {
871
+ equalityComparer = options.equalityComparer;
872
+ }
873
+ if (typeof options.affectsLayout !== 'undefined') {
874
+ affectsLayout = options.affectsLayout;
875
+ }
876
+ if (typeof options.valueChanged !== 'undefined') {
877
+ valueChanged = options.valueChanged;
878
+ }
879
+ if (typeof options.valueConverter !== 'undefined') {
880
+ valueConverter = options.valueConverter;
881
+ }
882
+ };
883
+ const setFunc = (valueSource) => function (boxedValue) {
884
+ const view = this.viewRef.get();
885
+ if (!view) {
886
+ Trace.write(`${boxedValue} not set to view's property because ".viewRef" is cleared`, Trace.categories.Style, Trace.messageType.warn);
887
+ return;
888
+ }
889
+ const reset = isResetValue(boxedValue) || boxedValue === '';
890
+ const currentValueSource = this[sourceKey] || 0 /* ValueSource.Default */;
891
+ if (reset) {
892
+ // If we want to reset cssValue and we have localValue - return;
893
+ if (valueSource === 2 /* ValueSource.Css */ && currentValueSource === 3 /* ValueSource.Local */) {
894
+ return;
895
+ }
896
+ }
897
+ else {
898
+ if (currentValueSource > valueSource) {
899
+ return;
900
+ }
901
+ }
902
+ const oldValue = key in this ? this[key] : defaultValue;
903
+ let value;
904
+ let unsetNativeValue = false;
905
+ if (reset) {
906
+ const parentStyle = view.parent ? view.parent.style : null;
907
+ // If value is not initial or unset and view has a parent that has non-default value, use it as the reset value.
908
+ if (boxedValue !== 'initial' && parentStyle && parentStyle[sourceKey] > 0 /* ValueSource.Default */) {
909
+ value = parentStyle[propertyName];
910
+ this[sourceKey] = 1 /* ValueSource.Inherited */;
911
+ this[key] = value;
912
+ }
913
+ else {
914
+ value = defaultValue;
915
+ delete this[sourceKey];
916
+ delete this[key];
917
+ unsetNativeValue = true;
918
+ }
919
+ }
920
+ else {
921
+ this[sourceKey] = valueSource;
922
+ if (valueConverter && typeof boxedValue === 'string') {
923
+ value = valueConverter(boxedValue);
924
+ }
925
+ else {
926
+ value = boxedValue;
927
+ }
928
+ this[key] = value;
929
+ }
930
+ const changed = equalityComparer ? !equalityComparer(oldValue, value) : oldValue !== value;
931
+ if (changed) {
932
+ if (valueChanged) {
933
+ valueChanged(this, oldValue, value);
934
+ }
935
+ if (view[setNative]) {
936
+ if (view._suspendNativeUpdatesCount) {
937
+ if (view._suspendedUpdates) {
938
+ view._suspendedUpdates[propertyName] = property;
939
+ }
940
+ }
941
+ else if (unsetNativeValue) {
942
+ if (defaultValueKey in this) {
943
+ view[setNative](this[defaultValueKey]);
944
+ delete this[defaultValueKey];
945
+ }
946
+ else {
947
+ view[setNative](defaultValue);
948
+ }
949
+ }
950
+ else {
951
+ if (!(defaultValueKey in this)) {
952
+ this[defaultValueKey] = view[getDefault] ? view[getDefault]() : defaultValue;
953
+ }
954
+ view[setNative](value);
955
+ }
956
+ }
957
+ if (this.hasListeners(eventName)) {
958
+ this.notify({
959
+ object: this,
960
+ eventName,
961
+ propertyName,
962
+ value,
963
+ oldValue,
964
+ });
965
+ }
966
+ if (affectsLayout) {
967
+ view.requestLayout();
968
+ }
969
+ view.eachChild((child) => {
970
+ const childStyle = child.style;
971
+ const childValueSource = childStyle[sourceKey] || 0 /* ValueSource.Default */;
972
+ if (reset) {
973
+ if (childValueSource === 1 /* ValueSource.Inherited */) {
974
+ setDefaultFunc.call(childStyle, unsetValue);
975
+ }
976
+ }
977
+ else {
978
+ if (childValueSource <= 1 /* ValueSource.Inherited */) {
979
+ setInheritedFunc.call(childStyle, value);
980
+ }
981
+ }
982
+ return true;
983
+ });
984
+ }
985
+ };
986
+ const setDefaultFunc = setFunc(0 /* ValueSource.Default */);
987
+ const setInheritedFunc = setFunc(1 /* ValueSource.Inherited */);
988
+ this.setInheritedValue = setInheritedFunc;
989
+ this.cssValueDescriptor.set = setFunc(2 /* ValueSource.Css */);
990
+ this.localValueDescriptor.set = setFunc(3 /* ValueSource.Local */);
991
+ inheritableCssProperties.push(this);
992
+ }
993
+ }
994
+ export class ShorthandProperty {
995
+ constructor(options) {
996
+ this.name = options.name;
997
+ const key = Symbol(this.name + ':propertyKey');
998
+ this.key = key;
999
+ this.cssName = `css:${options.cssName}`;
1000
+ this.cssLocalName = `${options.cssName}`;
1001
+ const converter = options.converter;
1002
+ function setLocalValue(value) {
1003
+ const view = this.viewRef.get();
1004
+ if (!view) {
1005
+ Trace.write(`setLocalValue not executed to view because ".viewRef" is cleared`, Trace.categories.Animation, Trace.messageType.warn);
1006
+ return;
1007
+ }
1008
+ view._batchUpdate(() => {
1009
+ for (const [p, v] of converter(value)) {
1010
+ this[p.name] = v;
1011
+ }
1012
+ });
1013
+ }
1014
+ function setCssValue(value) {
1015
+ const view = this.viewRef.get();
1016
+ if (!view) {
1017
+ Trace.write(`setCssValue not executed to view because ".viewRef" is cleared`, Trace.categories.Animation, Trace.messageType.warn);
1018
+ return;
1019
+ }
1020
+ view._batchUpdate(() => {
1021
+ for (const [p, v] of converter(value)) {
1022
+ this[p.cssName] = v;
1023
+ }
1024
+ });
1025
+ }
1026
+ this.cssValueDescriptor = {
1027
+ enumerable: true,
1028
+ configurable: true,
1029
+ get: options.getter,
1030
+ set: setCssValue,
1031
+ };
1032
+ this.localValueDescriptor = {
1033
+ enumerable: true,
1034
+ configurable: true,
1035
+ get: options.getter,
1036
+ set: setLocalValue,
1037
+ };
1038
+ this.propertyBagDescriptor = {
1039
+ enumerable: false,
1040
+ configurable: true,
1041
+ set(value) {
1042
+ converter(value).forEach(([property, value]) => {
1043
+ this[property.cssLocalName] = value;
1044
+ });
1045
+ },
1046
+ };
1047
+ cssSymbolPropertyMap[key] = this;
1048
+ }
1049
+ register(cls) {
1050
+ if (this.registered) {
1051
+ throw new Error(`Property ${this.name} already registered.`);
1052
+ }
1053
+ this.registered = true;
1054
+ Object.defineProperty(cls.prototype, this.name, this.localValueDescriptor);
1055
+ Object.defineProperty(cls.prototype, this.cssName, this.cssValueDescriptor);
1056
+ if (this.cssLocalName !== this.cssName) {
1057
+ Object.defineProperty(cls.prototype, this.cssLocalName, this.localValueDescriptor);
1058
+ }
1059
+ Object.defineProperty(cls.prototype.PropertyBag, this.cssLocalName, this.propertyBagDescriptor);
1060
+ }
1061
+ }
1062
+ export { makeValidator, makeParser } from '../../../core-types/validators';
1063
+ function inheritablePropertyValuesOn(view) {
1064
+ const array = new Array();
1065
+ for (const prop of inheritableProperties) {
1066
+ const sourceKey = prop.sourceKey;
1067
+ const valueSource = view[sourceKey] || 0 /* ValueSource.Default */;
1068
+ if (valueSource !== 0 /* ValueSource.Default */) {
1069
+ // use prop.name as it will return value or default value.
1070
+ // prop.key will return undefined if property is set the same value as default one.
1071
+ array.push({ property: prop, value: view[prop.name] });
1072
+ }
1073
+ }
1074
+ return array;
1075
+ }
1076
+ function inheritableCssPropertyValuesOn(style) {
1077
+ const array = new Array();
1078
+ for (const prop of inheritableCssProperties) {
1079
+ const sourceKey = prop.sourceKey;
1080
+ const valueSource = style[sourceKey] || 0 /* ValueSource.Default */;
1081
+ if (valueSource !== 0 /* ValueSource.Default */) {
1082
+ // use prop.name as it will return value or default value.
1083
+ // prop.key will return undefined if property is set the same value as default one.
1084
+ array.push({ property: prop, value: style[prop.name] });
1085
+ }
1086
+ }
1087
+ return array;
1088
+ }
1089
+ export const initNativeView = profile('"properties".initNativeView', function initNativeView(view) {
1090
+ if (view._suspendedUpdates) {
1091
+ applyPendingNativeSetters(view);
1092
+ }
1093
+ else {
1094
+ applyAllNativeSetters(view);
1095
+ }
1096
+ // Would it be faster to delete all members of the old object?
1097
+ view._suspendedUpdates = {};
1098
+ });
1099
+ export function applyPendingNativeSetters(view) {
1100
+ // TODO: Check what happens if a view was suspended and its value was reset, or set back to default!
1101
+ const suspendedUpdates = view._suspendedUpdates;
1102
+ for (const propertyName in suspendedUpdates) {
1103
+ if (!HAS_OWN.call(suspendedUpdates, propertyName))
1104
+ continue;
1105
+ const property = suspendedUpdates[propertyName];
1106
+ const setNative = property.setNative;
1107
+ if (view[setNative]) {
1108
+ const { getDefault, isStyleProperty, defaultValueKey, defaultValue } = property;
1109
+ let value;
1110
+ if (isStyleProperty) {
1111
+ const style = view.style;
1112
+ if (property.isSet(view.style)) {
1113
+ if (!(defaultValueKey in style)) {
1114
+ style[defaultValueKey] = view[getDefault] ? view[getDefault]() : defaultValue;
1115
+ }
1116
+ value = view.style[propertyName];
1117
+ }
1118
+ else {
1119
+ value = style[defaultValueKey];
1120
+ }
1121
+ }
1122
+ else {
1123
+ if (property.isSet(view)) {
1124
+ if (!(defaultValueKey in view)) {
1125
+ view[defaultValueKey] = view[getDefault] ? view[getDefault]() : defaultValue;
1126
+ }
1127
+ value = view[propertyName];
1128
+ }
1129
+ else {
1130
+ value = view[defaultValueKey];
1131
+ }
1132
+ }
1133
+ // TODO: Only if value is different from the value before the scope was created.
1134
+ view[setNative](value);
1135
+ }
1136
+ }
1137
+ }
1138
+ export function applyAllNativeSetters(view) {
1139
+ let symbols = Object.getOwnPropertySymbols(view);
1140
+ for (const symbol of symbols) {
1141
+ const property = symbolPropertyMap[symbol];
1142
+ if (!property) {
1143
+ continue;
1144
+ }
1145
+ const setNative = property.setNative;
1146
+ const getDefault = property.getDefault;
1147
+ if (setNative in view) {
1148
+ const defaultValueKey = property.defaultValueKey;
1149
+ if (!(defaultValueKey in view)) {
1150
+ view[defaultValueKey] = view[getDefault] ? view[getDefault]() : property.defaultValue;
1151
+ }
1152
+ const value = view[symbol];
1153
+ view[setNative](value);
1154
+ }
1155
+ }
1156
+ const style = view.style;
1157
+ symbols = Object.getOwnPropertySymbols(style);
1158
+ for (const symbol of symbols) {
1159
+ const property = cssSymbolPropertyMap[symbol];
1160
+ if (!property) {
1161
+ continue;
1162
+ }
1163
+ if (view[property.setNative]) {
1164
+ const defaultValueKey = property.defaultValueKey;
1165
+ if (!(defaultValueKey in style)) {
1166
+ style[defaultValueKey] = view[property.getDefault] ? view[property.getDefault]() : property.defaultValue;
1167
+ }
1168
+ const value = style[symbol];
1169
+ view[property.setNative](value);
1170
+ }
1171
+ }
1172
+ }
1173
+ export function resetNativeView(view) {
1174
+ let symbols = Object.getOwnPropertySymbols(view);
1175
+ for (const symbol of symbols) {
1176
+ const property = symbolPropertyMap[symbol];
1177
+ if (!property) {
1178
+ continue;
1179
+ }
1180
+ if (view[property.setNative]) {
1181
+ if (property.defaultValueKey in view) {
1182
+ view[property.setNative](view[property.defaultValueKey]);
1183
+ delete view[property.defaultValueKey];
1184
+ }
1185
+ else {
1186
+ view[property.setNative](property.defaultValue);
1187
+ }
1188
+ }
1189
+ }
1190
+ const style = view.style;
1191
+ symbols = Object.getOwnPropertySymbols(style);
1192
+ for (const symbol of symbols) {
1193
+ const property = cssSymbolPropertyMap[symbol];
1194
+ if (!property) {
1195
+ continue;
1196
+ }
1197
+ if (view[property.setNative]) {
1198
+ if (property.defaultValueKey in style) {
1199
+ view[property.setNative](style[property.defaultValueKey]);
1200
+ delete style[property.defaultValueKey];
1201
+ }
1202
+ else {
1203
+ view[property.setNative](property.defaultValue);
1204
+ }
1205
+ }
1206
+ }
1207
+ }
1208
+ export function clearInheritedProperties(view) {
1209
+ for (const prop of inheritableProperties) {
1210
+ const sourceKey = prop.sourceKey;
1211
+ if (view[sourceKey] === 1 /* ValueSource.Inherited */) {
1212
+ prop.set.call(view, unsetValue);
1213
+ }
1214
+ }
1215
+ const style = view.style;
1216
+ for (const prop of inheritableCssProperties) {
1217
+ const sourceKey = prop.sourceKey;
1218
+ if (style[sourceKey] === 1 /* ValueSource.Inherited */) {
1219
+ prop.setInheritedValue.call(style, unsetValue);
1220
+ }
1221
+ }
1222
+ }
1223
+ export function resetCSSProperties(style) {
1224
+ const symbols = Object.getOwnPropertySymbols(style);
1225
+ for (const symbol of symbols) {
1226
+ let cssProperty;
1227
+ if ((cssProperty = cssSymbolPropertyMap[symbol])) {
1228
+ style[cssProperty.cssName] = unsetValue;
1229
+ if (cssProperty instanceof CssAnimationProperty) {
1230
+ style[cssProperty.keyframe] = unsetValue;
1231
+ }
1232
+ }
1233
+ }
1234
+ }
1235
+ export function propagateInheritableProperties(view, child) {
1236
+ const inheritablePropertyValues = inheritablePropertyValuesOn(view);
1237
+ for (const pair of inheritablePropertyValues) {
1238
+ const prop = pair.property;
1239
+ const sourceKey = prop.sourceKey;
1240
+ const currentValueSource = child[sourceKey] || 0 /* ValueSource.Default */;
1241
+ if (currentValueSource <= 1 /* ValueSource.Inherited */) {
1242
+ prop.setInheritedValue.call(child, pair.value);
1243
+ }
1244
+ }
1245
+ }
1246
+ export function propagateInheritableCssProperties(parentStyle, childStyle) {
1247
+ const inheritableCssPropertyValues = inheritableCssPropertyValuesOn(parentStyle);
1248
+ for (const pair of inheritableCssPropertyValues) {
1249
+ const prop = pair.property;
1250
+ const sourceKey = prop.sourceKey;
1251
+ const currentValueSource = childStyle[sourceKey] || 0 /* ValueSource.Default */;
1252
+ if (currentValueSource <= 1 /* ValueSource.Inherited */) {
1253
+ prop.setInheritedValue.call(childStyle, pair.value, 1 /* ValueSource.Inherited */);
1254
+ }
1255
+ }
1256
+ }
1257
+ export function getSetProperties(view) {
1258
+ const result = [];
1259
+ const ownProps = Object.getOwnPropertyNames(view);
1260
+ for (let i = 0; i < ownProps.length; i++) {
1261
+ const prop = ownProps[i];
1262
+ result.push([prop, view[prop]]);
1263
+ }
1264
+ const symbols = Object.getOwnPropertySymbols(view);
1265
+ for (const symbol of symbols) {
1266
+ const property = symbolPropertyMap[symbol];
1267
+ if (!property) {
1268
+ continue;
1269
+ }
1270
+ const value = view[property.key];
1271
+ result.push([property.name, value]);
1272
+ }
1273
+ return result;
1274
+ }
1275
+ export function getComputedCssValues(view) {
1276
+ const result = [];
1277
+ const style = view.style;
1278
+ for (const prop of cssPropertyNames) {
1279
+ if (prop !== undefined && prop !== null) {
1280
+ result.push([prop, style[prop]]);
1281
+ }
1282
+ }
1283
+ // Add these to enable box model in chrome-devtools styles tab
1284
+ result.push(['top', 'auto']);
1285
+ result.push(['left', 'auto']);
1286
+ result.push(['bottom', 'auto']);
1287
+ result.push(['right', 'auto']);
1288
+ return result;
1289
+ }
1290
+ //# sourceMappingURL=index.js.map