@nativescript/core 8.8.5 → 8.8.6-next-01-12-2025-12736592426

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 (361) hide show
  1. package/accessibility/accessibility-properties.js +0 -1
  2. package/accessibility/accessibility-properties.js.map +1 -1
  3. package/animation-frame/index.d.ts +3 -17
  4. package/core-types/index.d.ts +2 -2
  5. package/core-types/index.js +3 -3
  6. package/core-types/index.js.map +1 -1
  7. package/css/css-tree-parser.js +17 -21
  8. package/css/parser.js +2 -1
  9. package/css/parser.js.map +1 -1
  10. package/debugger/devtools-elements.d.ts +5 -23
  11. package/debugger/dom-node.d.ts +20 -23
  12. package/file-system/file-system-access.android.js +1 -1
  13. package/file-system/file-system-access.android.js.map +1 -1
  14. package/file-system/file-system-access.ios.js +2 -2
  15. package/file-system/file-system-access.ios.js.map +1 -1
  16. package/file-system/index.d.ts +95 -370
  17. package/fps-meter/index.d.ts +7 -24
  18. package/globals/index.d.ts +19 -4
  19. package/globals/index.js +5 -3
  20. package/globals/index.js.map +1 -1
  21. package/http/index.d.ts +73 -149
  22. package/index.d.ts +6 -23
  23. package/matrix/index.d.ts +5 -32
  24. package/module-name-resolver/index.d.ts +13 -21
  25. package/module-name-resolver/qualifier-matcher/index.d.ts +6 -12
  26. package/package.json +1 -1
  27. package/platform/index.d.ts +0 -26
  28. package/profiling/index.d.ts +26 -153
  29. package/text/formatted-string.d.ts +1 -1
  30. package/text/span.d.ts +1 -1
  31. package/trace/index.d.ts +105 -131
  32. package/ui/action-bar/index.android.d.ts +1 -0
  33. package/ui/action-bar/index.android.js +3 -0
  34. package/ui/action-bar/index.android.js.map +1 -1
  35. package/ui/animation/animation-common.d.ts +1 -8
  36. package/ui/animation/animation-common.js +0 -8
  37. package/ui/animation/animation-common.js.map +1 -1
  38. package/ui/animation/animation-interfaces.d.ts +11 -0
  39. package/ui/animation/animation-interfaces.js +12 -1
  40. package/ui/animation/animation-interfaces.js.map +1 -1
  41. package/ui/animation/index.android.d.ts +2 -2
  42. package/ui/animation/index.android.js +2 -2
  43. package/ui/animation/index.android.js.map +1 -1
  44. package/ui/animation/index.ios.d.ts +2 -2
  45. package/ui/animation/index.ios.js +4 -4
  46. package/ui/animation/index.ios.js.map +1 -1
  47. package/ui/animation/keyframe-animation.d.ts +67 -118
  48. package/ui/builder/binding-builder.d.ts +12 -15
  49. package/ui/builder/index.d.ts +27 -69
  50. package/ui/button/index.android.d.ts +1 -0
  51. package/ui/button/index.android.js +3 -0
  52. package/ui/button/index.android.js.map +1 -1
  53. package/ui/content-view/index.d.ts +23 -4
  54. package/ui/core/view/index.android.js +3 -4
  55. package/ui/core/view/index.android.js.map +1 -1
  56. package/ui/core/view/index.ios.js +1 -3
  57. package/ui/core/view/index.ios.js.map +1 -1
  58. package/ui/core/view/view-common.d.ts +2 -1
  59. package/ui/core/view/view-common.js +4 -3
  60. package/ui/core/view/view-common.js.map +1 -1
  61. package/ui/core/weak-event-listener/index.d.ts +2 -18
  62. package/ui/frame/frame-common.d.ts +2 -1
  63. package/ui/frame/frame-common.js +4 -4
  64. package/ui/frame/frame-common.js.map +1 -1
  65. package/ui/layouts/index.d.ts +2 -1
  66. package/ui/layouts/layout-base-common.d.ts +0 -1
  67. package/ui/layouts/layout-base-common.js +1 -8
  68. package/ui/layouts/layout-base-common.js.map +1 -1
  69. package/ui/placeholder/index.android.d.ts +1 -1
  70. package/ui/placeholder/index.d.ts +8 -42
  71. package/ui/styling/background.ios.js +13 -12
  72. package/ui/styling/background.ios.js.map +1 -1
  73. package/ui/styling/converters.d.ts +2 -2
  74. package/ui/styling/style-properties.d.ts +81 -101
  75. package/ui/styling/style-scope.d.ts +79 -48
  76. package/ui/text-base/formatted-string.d.ts +36 -73
  77. package/ui/text-base/span.d.ts +36 -81
  78. package/ui/web-view/web-view-common.d.ts +1 -1
  79. package/utils/debug.d.ts +17 -61
  80. package/utils/lazy.d.ts +0 -5
  81. package/utils/macrotask-scheduler.d.ts +1 -5
  82. package/utils/native-helper.ios.js +1 -0
  83. package/utils/native-helper.ios.js.map +1 -1
  84. package/utils/types.d.ts +23 -115
  85. package/xml/index.d.ts +44 -105
  86. package/xml/index.js +1 -1
  87. package/xml/index.js.map +1 -1
  88. package/accessibility/accessibility-service.d.ts +0 -10
  89. package/accessibility/font-scale.d.ts +0 -9
  90. package/accessibility/index.d.ts +0 -37
  91. package/animation-frame/animation-native.d.ts +0 -4
  92. package/application/application.d.ts +0 -194
  93. package/application/index.d.ts +0 -2
  94. package/application-settings/index.d.ts +0 -70
  95. package/cli-hooks/before-checkForChanges.js +0 -60
  96. package/cli-hooks/postinstall.js +0 -2
  97. package/cli-hooks/preuninstall.js +0 -2
  98. package/color/index.d.ts +0 -206
  99. package/connectivity/index.d.ts +0 -52
  100. package/css/lib/parse/index.js +0 -602
  101. package/css/package.json +0 -36
  102. package/css/reworkcss.d.ts +0 -47
  103. package/css/reworkcss.js +0 -1
  104. package/css-value/package.json +0 -23
  105. package/css-value/reworkcss-value.d.ts +0 -8
  106. package/css-value/reworkcss-value.js +0 -113
  107. package/debugger/css-agent.d.ts +0 -59
  108. package/fetch/index.js +0 -539
  109. package/file-system/file-system-access.d.ts +0 -441
  110. package/fps-meter/fps-native.d.ts +0 -24
  111. package/global-types.d.ts +0 -393
  112. package/http/http-request/index.d.ts +0 -3
  113. package/image-asset/index.d.ts +0 -17
  114. package/image-source/index.d.ts +0 -345
  115. package/js-libs/easysax/easysax.d.ts +0 -8
  116. package/js-libs/easysax/easysax.js +0 -782
  117. package/js-libs/easysax/package.json +0 -35
  118. package/platform/device/index.d.ts +0 -70
  119. package/platform/screen/index.d.ts +0 -48
  120. package/platforms/android/native-api-usage.json +0 -32
  121. package/platforms/android/res/values/ids.xml +0 -4
  122. package/platforms/android/widgets-release.aar +0 -0
  123. package/platforms/android/winter_cg-release.aar +0 -0
  124. package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
  125. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  126. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  127. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  128. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
  129. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  130. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  131. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  132. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  133. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  134. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  135. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  136. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  137. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  138. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
  139. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
  140. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
  141. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
  142. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
  143. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
  144. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
  145. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
  146. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
  147. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  148. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  149. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  150. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  151. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  152. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  153. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  154. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  155. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  156. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  157. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  158. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  159. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  160. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  161. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  162. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  163. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  164. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  165. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
  166. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  167. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  168. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  169. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  170. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  171. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  172. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  173. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  174. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  175. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  176. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  177. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  178. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  179. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  180. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  181. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  182. package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
  183. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  184. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  185. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  186. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  187. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  188. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  189. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  190. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  191. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  192. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
  193. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  194. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  195. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  196. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  197. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  198. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  199. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  200. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  201. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  202. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  203. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  204. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  205. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  206. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  207. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  208. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  209. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
  210. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  211. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  212. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
  213. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
  214. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
  215. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
  216. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
  217. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
  218. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
  219. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
  220. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
  221. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
  222. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
  223. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
  224. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
  225. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
  226. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
  227. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
  228. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  229. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  230. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  231. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  232. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  233. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  234. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  235. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  236. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  237. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  238. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  239. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  240. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  241. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  242. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  243. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  244. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  245. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  246. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  247. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  248. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  249. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  250. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  251. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  252. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  253. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  254. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  255. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  256. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  257. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  258. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  259. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  260. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  261. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
  262. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  263. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  264. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  265. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  266. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  267. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  268. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  269. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  270. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  271. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  272. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  273. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  274. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  275. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  276. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  277. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  278. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  279. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  280. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  281. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  282. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  283. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  284. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  285. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  286. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  287. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  288. package/platforms/ios/native-api-usage.json +0 -41
  289. package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
  290. package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
  291. package/platforms/ios/src/NativeScriptMainWindow.swift +0 -192
  292. package/platforms/ios/src/NativeScriptUtils.h +0 -16
  293. package/platforms/ios/src/NativeScriptUtils.m +0 -137
  294. package/platforms/ios/src/UIView+NativeScript.h +0 -15
  295. package/platforms/ios/src/UIView+NativeScript.m +0 -148
  296. package/platforms/ios/src/module.modulemap +0 -14
  297. package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
  298. package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
  299. package/references.d.ts +0 -10
  300. package/text/index.d.ts +0 -36
  301. package/timer/index.d.ts +0 -27
  302. package/ui/action-bar/index.d.ts +0 -271
  303. package/ui/activity-indicator/index.d.ts +0 -21
  304. package/ui/animation/index.d.ts +0 -152
  305. package/ui/button/index.d.ts +0 -44
  306. package/ui/core/control-state-change/index.d.ts +0 -15
  307. package/ui/core/view/index.d.ts +0 -992
  308. package/ui/core/view/view-helper/index.d.ts +0 -76
  309. package/ui/date-picker/index.d.ts +0 -65
  310. package/ui/dialogs/index.d.ts +0 -311
  311. package/ui/editable-text-base/index.d.ts +0 -100
  312. package/ui/embedding/index.d.ts +0 -10
  313. package/ui/frame/fragment.d.ts +0 -5
  314. package/ui/frame/fragment.transitions.d.ts +0 -43
  315. package/ui/frame/index.d.ts +0 -553
  316. package/ui/frame/transition-definitions.android.d.ts +0 -54
  317. package/ui/gestures/index.d.ts +0 -59
  318. package/ui/html-view/index.d.ts +0 -27
  319. package/ui/image/index.d.ts +0 -77
  320. package/ui/image/symbol-effects.d.ts +0 -13
  321. package/ui/image-cache/index.d.ts +0 -147
  322. package/ui/label/index.d.ts +0 -21
  323. package/ui/layouts/absolute-layout/index.d.ts +0 -40
  324. package/ui/layouts/dock-layout/index.d.ts +0 -35
  325. package/ui/layouts/flexbox-layout/index.d.ts +0 -66
  326. package/ui/layouts/grid-layout/index.d.ts +0 -182
  327. package/ui/layouts/layout-base.d.ts +0 -105
  328. package/ui/layouts/root-layout/index.d.ts +0 -45
  329. package/ui/layouts/stack-layout/index.d.ts +0 -19
  330. package/ui/layouts/wrap-layout/index.d.ts +0 -43
  331. package/ui/list-picker/index.d.ts +0 -32
  332. package/ui/list-view/index.d.ts +0 -208
  333. package/ui/page/index.d.ts +0 -212
  334. package/ui/progress/index.d.ts +0 -37
  335. package/ui/scroll-view/index.d.ts +0 -89
  336. package/ui/search-bar/index.d.ts +0 -89
  337. package/ui/segmented-bar/index.d.ts +0 -106
  338. package/ui/slider/index.d.ts +0 -72
  339. package/ui/styling/background.d.ts +0 -93
  340. package/ui/styling/font.d.ts +0 -62
  341. package/ui/switch/index.d.ts +0 -35
  342. package/ui/tab-view/index.d.ts +0 -175
  343. package/ui/text-base/index.d.ts +0 -161
  344. package/ui/text-field/index.d.ts +0 -41
  345. package/ui/text-view/index.d.ts +0 -24
  346. package/ui/time-picker/index.d.ts +0 -80
  347. package/ui/transition/fade-transition.d.ts +0 -3
  348. package/ui/transition/flip-transition.d.ts +0 -5
  349. package/ui/transition/index.d.ts +0 -59
  350. package/ui/transition/modal-transition.d.ts +0 -2
  351. package/ui/transition/page-transition.d.ts +0 -4
  352. package/ui/transition/shared-transition-helper.d.ts +0 -14
  353. package/ui/transition/slide-transition.d.ts +0 -5
  354. package/ui/utils.d.ts +0 -44
  355. package/ui/web-view/index.d.ts +0 -130
  356. package/utils/constants.d.ts +0 -1
  357. package/utils/index.d.ts +0 -177
  358. package/utils/layout-helper/index.d.ts +0 -82
  359. package/utils/mainthread-helper.d.ts +0 -16
  360. package/utils/native-helper.d.ts +0 -280
  361. package/utils/typescript-utils.d.ts +0 -6
@@ -1,107 +1,87 @@
1
+ import { CssProperty, CssAnimationProperty, InheritedCssProperty } from '../core/properties';
2
+ import { Style } from './style';
1
3
  import { TransformFunctionsInfo } from '../animation';
2
- import { CoreTypes } from '../../core-types';
3
4
  import { Color } from '../../color';
4
- import { CssProperty, CssAnimationProperty, ShorthandProperty, InheritedCssProperty } from '../core/properties';
5
- import { Style } from './style';
6
5
  import { Font, FontStyleType, FontWeightType, FontVariationSettingsType } from './font';
7
6
  import { Background } from './background';
8
-
9
- export namespace Length {
10
- export function parse(text: string): CoreTypes.LengthType;
11
- export function equals(a: CoreTypes.LengthType, b: CoreTypes.LengthType): boolean;
12
- /**
13
- * Converts Length unit to device pixels.
14
- * @param length The Length to convert.
15
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
16
- */
17
- export function toDevicePixels(length: CoreTypes.LengthType, auto?: number): number;
18
- export function convertToString(length: CoreTypes.LengthType): string;
7
+ import { CoreTypes } from '../../core-types';
8
+ import { LinearGradient } from './linear-gradient';
9
+ export declare namespace PercentLength {
10
+ function parse(fromValue: string | CoreTypes.LengthType): CoreTypes.PercentLengthType;
11
+ const equals: {
12
+ (a: CoreTypes.PercentLengthType, b: CoreTypes.PercentLengthType): boolean;
13
+ };
14
+ const toDevicePixels: {
15
+ (length: CoreTypes.PercentLengthType, auto: number, parentAvailableWidth: number): number;
16
+ };
17
+ const convertToString: {
18
+ (length: CoreTypes.PercentLengthType): string;
19
+ };
19
20
  }
20
-
21
- export namespace PercentLength {
22
- export function parse(text: string): CoreTypes.PercentLengthType;
23
- export function equals(a: CoreTypes.PercentLengthType, b: CoreTypes.PercentLengthType): boolean;
24
- /**
25
- * Converts PercentLengthType unit to device pixels.
26
- * @param length The PercentLengthType to convert.
27
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
28
- * @param parentAvailableWidth Value to use as base when converting percent unit. By default is Math.NaN.
29
- */
30
- export function toDevicePixels(length: CoreTypes.PercentLengthType, auto?: number, parentAvailableWidth?: CoreTypes.px): number;
31
- export function convertToString(length: CoreTypes.PercentLengthType): string;
21
+ export declare namespace Length {
22
+ function parse(fromValue: string | CoreTypes.LengthType): CoreTypes.LengthType;
23
+ const equals: {
24
+ (a: CoreTypes.LengthType, b: CoreTypes.LengthType): boolean;
25
+ };
26
+ const toDevicePixels: {
27
+ (length: CoreTypes.LengthType, auto?: number): number;
28
+ };
29
+ const convertToString: {
30
+ (length: CoreTypes.LengthType): string;
31
+ };
32
32
  }
33
-
34
- export const zeroLength: CoreTypes.LengthType;
35
-
36
- export const rotateProperty: CssAnimationProperty<Style, number>;
37
- export const scaleXProperty: CssAnimationProperty<Style, number>;
38
- export const scaleYProperty: CssAnimationProperty<Style, number>;
39
- export const translateXProperty: CssAnimationProperty<Style, CoreTypes.dip>;
40
- export const translateYProperty: CssAnimationProperty<Style, CoreTypes.dip>;
41
-
42
- export function transformConverter(text: string): TransformFunctionsInfo;
43
-
44
- export const clipPathProperty: CssProperty<Style, string>;
45
- export const colorProperty: InheritedCssProperty<Style, Color>;
46
-
47
- export const backgroundProperty: ShorthandProperty<Style, string>;
48
- export const backgroundColorProperty: CssAnimationProperty<Style, Color>;
49
- export const backgroundImageProperty: CssProperty<Style, string>;
50
- export const backgroundRepeatProperty: CssProperty<Style, CoreTypes.BackgroundRepeatType>;
51
- export const backgroundSizeProperty: CssProperty<Style, string>;
52
- export const backgroundPositionProperty: CssProperty<Style, string>;
53
-
54
- export const borderColorProperty: ShorthandProperty<Style, string | Color>;
55
- export const borderTopColorProperty: CssProperty<Style, Color>;
56
- export const borderRightColorProperty: CssProperty<Style, Color>;
57
- export const borderBottomColorProperty: CssProperty<Style, Color>;
58
- export const borderLeftColorProperty: CssProperty<Style, Color>;
59
-
60
- export const borderWidthProperty: ShorthandProperty<Style, string | CoreTypes.LengthType>;
61
- export const borderTopWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
62
- export const borderRightWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
63
- export const borderBottomWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
64
- export const borderLeftWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
65
-
66
- export const borderRadiusProperty: ShorthandProperty<Style, string | CoreTypes.LengthType>;
67
- export const borderTopLeftRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
68
- export const borderTopRightRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
69
- export const borderBottomRightRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
70
- export const borderBottomLeftRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
71
-
72
- export const zIndexProperty: CssProperty<Style, number>;
73
- export const visibilityProperty: CssProperty<Style, CoreTypes.VisibilityType>;
74
- export const opacityProperty: CssAnimationProperty<Style, number>;
75
-
76
- export const minWidthProperty: CssProperty<Style, CoreTypes.dip | CoreTypes.LengthDipUnit | CoreTypes.LengthPxUnit>;
77
- export const minHeightProperty: CssProperty<Style, CoreTypes.dip | CoreTypes.LengthDipUnit | CoreTypes.LengthPxUnit>;
78
- export const widthProperty: CssAnimationProperty<Style, CoreTypes.PercentLengthType>;
79
- export const heightProperty: CssAnimationProperty<Style, CoreTypes.PercentLengthType>;
80
- export const lineHeightProperty: CssProperty<Style, number>;
81
- export const marginProperty: ShorthandProperty<Style, string | CoreTypes.PercentLengthType>;
82
- export const marginLeftProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
83
- export const marginRightProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
84
- export const marginTopProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
85
- export const marginBottomProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
86
-
87
- export const paddingProperty: ShorthandProperty<Style, string | CoreTypes.LengthType>;
88
- export const paddingLeftProperty: CssProperty<Style, CoreTypes.LengthType>;
89
- export const paddingRightProperty: CssProperty<Style, CoreTypes.LengthType>;
90
- export const paddingTopProperty: CssProperty<Style, CoreTypes.LengthType>;
91
- export const paddingBottomProperty: CssProperty<Style, CoreTypes.LengthType>;
92
-
93
- export const horizontalAlignmentProperty: CssProperty<Style, CoreTypes.HorizontalAlignmentType>;
94
- export const verticalAlignmentProperty: CssProperty<Style, CoreTypes.VerticalAlignmentType>;
95
-
96
- export const fontSizeProperty: InheritedCssProperty<Style, number>;
97
- export const fontFamilyProperty: InheritedCssProperty<Style, string>;
98
- export const fontStyleProperty: InheritedCssProperty<Style, FontStyleType>;
99
- export const fontWeightProperty: InheritedCssProperty<Style, FontWeightType>;
100
-
101
- export const backgroundInternalProperty: CssProperty<Style, Background>;
102
- export const fontInternalProperty: InheritedCssProperty<Style, Font>;
103
- export const fontScaleInternalProperty: InheritedCssProperty<Style, number>;
104
- export const fontVariationSettingsProperty: InheritedCssProperty<Style, FontVariationSettingsType[]>;
105
-
106
- export const androidElevationProperty: CssProperty<Style, number>;
107
- export const androidDynamicElevationOffsetProperty: CssProperty<Style, number>;
33
+ export declare const minWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
34
+ export declare const minHeightProperty: CssProperty<Style, CoreTypes.LengthType>;
35
+ export declare const widthProperty: CssAnimationProperty<Style, CoreTypes.PercentLengthType>;
36
+ export declare const heightProperty: CssAnimationProperty<Style, CoreTypes.PercentLengthType>;
37
+ export declare const marginLeftProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
38
+ export declare const marginRightProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
39
+ export declare const marginTopProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
40
+ export declare const marginBottomProperty: CssProperty<Style, CoreTypes.PercentLengthType>;
41
+ export declare const paddingLeftProperty: CssProperty<Style, CoreTypes.LengthType>;
42
+ export declare const paddingRightProperty: CssProperty<Style, CoreTypes.LengthType>;
43
+ export declare const paddingTopProperty: CssProperty<Style, CoreTypes.LengthType>;
44
+ export declare const paddingBottomProperty: CssProperty<Style, CoreTypes.LengthType>;
45
+ export declare const horizontalAlignmentProperty: CssProperty<Style, CoreTypes.HorizontalAlignmentType>;
46
+ export declare const verticalAlignmentProperty: CssProperty<Style, CoreTypes.VerticalAlignmentTextType>;
47
+ export declare const rotateProperty: CssAnimationProperty<Style, number>;
48
+ export declare const rotateXProperty: CssAnimationProperty<Style, number>;
49
+ export declare const rotateYProperty: CssAnimationProperty<Style, number>;
50
+ export declare const perspectiveProperty: CssAnimationProperty<Style, number>;
51
+ export declare const scaleXProperty: CssAnimationProperty<Style, number>;
52
+ export declare const scaleYProperty: CssAnimationProperty<Style, number>;
53
+ export declare const translateXProperty: CssAnimationProperty<Style, number>;
54
+ export declare const translateYProperty: CssAnimationProperty<Style, number>;
55
+ export declare function transformConverter(text: string): TransformFunctionsInfo;
56
+ export declare const backgroundInternalProperty: CssProperty<Style, Background>;
57
+ export declare const backgroundImageProperty: CssProperty<Style, string | LinearGradient>;
58
+ export declare const backgroundColorProperty: CssAnimationProperty<Style, Color>;
59
+ export declare const backgroundRepeatProperty: CssProperty<Style, CoreTypes.BackgroundRepeatType>;
60
+ export declare const backgroundSizeProperty: CssProperty<Style, string>;
61
+ export declare const backgroundPositionProperty: CssProperty<Style, string>;
62
+ export declare const borderTopColorProperty: CssProperty<Style, Color>;
63
+ export declare const borderRightColorProperty: CssProperty<Style, Color>;
64
+ export declare const borderBottomColorProperty: CssProperty<Style, Color>;
65
+ export declare const borderLeftColorProperty: CssProperty<Style, Color>;
66
+ export declare const borderTopWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
67
+ export declare const borderRightWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
68
+ export declare const borderBottomWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
69
+ export declare const borderLeftWidthProperty: CssProperty<Style, CoreTypes.LengthType>;
70
+ export declare const borderTopLeftRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
71
+ export declare const borderTopRightRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
72
+ export declare const borderBottomRightRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
73
+ export declare const borderBottomLeftRadiusProperty: CssProperty<Style, CoreTypes.LengthType>;
74
+ export declare const clipPathProperty: CssProperty<Style, string>;
75
+ export declare const zIndexProperty: CssProperty<Style, number>;
76
+ export declare const opacityProperty: CssAnimationProperty<Style, number>;
77
+ export declare const colorProperty: InheritedCssProperty<Style, Color>;
78
+ export declare const fontInternalProperty: CssProperty<Style, Font>;
79
+ export declare const fontFamilyProperty: InheritedCssProperty<Style, string>;
80
+ export declare const fontScaleInternalProperty: InheritedCssProperty<Style, number>;
81
+ export declare const fontSizeProperty: InheritedCssProperty<Style, number>;
82
+ export declare const fontStyleProperty: InheritedCssProperty<Style, FontStyleType>;
83
+ export declare const fontWeightProperty: InheritedCssProperty<Style, FontWeightType>;
84
+ export declare const fontVariationSettingsProperty: InheritedCssProperty<Style, FontVariationSettingsType[]>;
85
+ export declare const visibilityProperty: CssProperty<Style, CoreTypes.VisibilityType>;
86
+ export declare const androidElevationProperty: CssProperty<Style, number>;
87
+ export declare const androidDynamicElevationOffsetProperty: CssProperty<Style, number>;
@@ -1,50 +1,81 @@
1
- import { ViewBase } from '../core/view-base';
2
- import { SyntaxTree } from '../../css';
3
- import { RuleSet, Node, SelectorCore, ChangeMap } from '../styling/css-selector';
4
- import { KeyframeAnimationInfo } from '../animation/keyframe-animation';
5
-
6
- export class CssState {
7
- /**
8
- * Re-evaluate the selectors and apply any changes to the underlying view.
9
- */
10
- public apply(): void;
11
-
12
- /**
13
- * Gets the static selectors that match the view and the dynamic selectors that may potentially match the view.
14
- */
15
- public changeMap: ChangeMap<ViewBase>;
16
-
17
- /**
18
- * Checks whether style scope and CSS state selectors are in sync.
19
- */
20
- public isSelectorsLatestVersionApplied(): boolean;
1
+ import { ViewBase } from '../core/view-base';
2
+ import * as ReworkCSS from '../../css';
3
+ import { RuleSet, SelectorCore, SelectorsMatch, ChangeMap, Node } from './css-selector';
4
+ import * as kam from '../animation/keyframe-animation';
5
+ export declare function mergeCssSelectors(): void;
6
+ export declare function mergeCssKeyframes(): void;
7
+ export declare function _populateRules(nodes: ReworkCSS.Node[], rulesets: RuleSet[], keyframes: kam.Keyframes[], mediaQueryString?: string): void;
8
+ export declare function removeTaggedAdditionalCSS(tag: string | number): boolean;
9
+ export declare function addTaggedAdditionalCSS(cssText: string, tag?: string | number): boolean;
10
+ export declare const loadAppCSS: any;
11
+ export declare class CssState {
12
+ private viewRef;
13
+ static emptyChangeMap: Readonly<ChangeMap<ViewBase>>;
14
+ static emptyPropertyBag: Record<string, unknown>;
15
+ static emptyAnimationArray: ReadonlyArray<kam.KeyframeAnimation>;
16
+ static emptyMatch: Readonly<SelectorsMatch<ViewBase>>;
17
+ _onDynamicStateChangeHandler: () => void;
18
+ _appliedChangeMap: Readonly<ChangeMap<ViewBase>>;
19
+ private _appliedPropertyValues;
20
+ _appliedAnimations: ReadonlyArray<kam.KeyframeAnimation>;
21
+ _appliedSelectorsVersion: number;
22
+ _match: SelectorsMatch<ViewBase>;
23
+ _matchInvalid: boolean;
24
+ _playsKeyframeAnimations: boolean;
25
+ constructor(viewRef: WeakRef<ViewBase>);
26
+ /**
27
+ * Called when a change had occurred that may invalidate the statically matching selectors (class, id, ancestor selectors).
28
+ * As a result, at some point in time, the selectors matched have to be requerried from the style scope and applied to the view.
29
+ */
30
+ onChange(): void;
31
+ isSelectorsLatestVersionApplied(): boolean;
32
+ onLoaded(): void;
33
+ onUnloaded(): void;
34
+ private updateMatch;
35
+ private updateDynamicState;
36
+ private playKeyframeAnimations;
37
+ private stopKeyframeAnimations;
38
+ /**
39
+ * Calculate the difference between the previously applied property values,
40
+ * and the new set of property values that have to be applied for the provided selectors.
41
+ * Apply the values and ensure each property setter is called at most once to avoid excessive change notifications.
42
+ * @param matchingSelectors
43
+ */
44
+ private setPropertyValues;
45
+ private subscribeForDynamicUpdates;
46
+ private unsubscribeFromDynamicUpdates;
47
+ toString(): string;
21
48
  }
22
-
23
- export class StyleScope {
24
- public css: string;
25
- public addCss(cssString: string, cssFileName?: string): void;
26
- public addCssFile(cssFileName: string): void;
27
- public changeCssFile(cssFileName: string): void;
28
-
29
- public static createSelectorsFromCss(css: string, cssFileName: string, keyframes: Object): RuleSet[];
30
- public static createSelectorsFromImports(tree: SyntaxTree, keyframes: Object): RuleSet[];
31
- public ensureSelectors(): number;
32
-
33
- /**
34
- * Increase the application CSS selector version.
35
- */
36
- public _increaseApplicationCssSelectorVersion(): void;
37
- public isApplicationCssSelectorsLatestVersionApplied(): boolean;
38
- public isLocalCssSelectorsLatestVersionApplied(): boolean;
39
-
40
- public applySelectors(view: ViewBase): void;
41
- public query(options: Node): SelectorCore[];
42
-
43
- public getKeyframeAnimationWithName(animationName: string): KeyframeAnimationInfo;
44
- public getAnimations(ruleset: RuleSet): KeyframeAnimationInfo[];
49
+ export declare class StyleScope {
50
+ private _selectorScope;
51
+ private _css;
52
+ private _mergedCssSelectors;
53
+ private _mergedCssKeyframes;
54
+ private _localCssSelectors;
55
+ private _localCssKeyframes;
56
+ private _localCssSelectorVersion;
57
+ private _localCssSelectorsAppliedVersion;
58
+ private _applicationCssSelectorsAppliedVersion;
59
+ private _cssFiles;
60
+ get css(): string;
61
+ set css(value: string);
62
+ addCss(cssString: string, cssFileName?: string): void;
63
+ addCssFile(cssFileName: string): void;
64
+ changeCssFile(cssFileName: string): void;
65
+ private setCss;
66
+ private appendCss;
67
+ getKeyframeAnimationWithName(animationName: string): kam.KeyframeAnimationInfo;
68
+ ensureSelectors(): number;
69
+ _increaseApplicationCssSelectorVersion(): void;
70
+ isApplicationCssSelectorsLatestVersionApplied(): boolean;
71
+ isLocalCssSelectorsLatestVersionApplied(): boolean;
72
+ private _createSelectors;
73
+ matchSelectors(view: any): SelectorsMatch<ViewBase>;
74
+ query(node: Node): SelectorCore[];
75
+ getSelectorsVersion(): number;
76
+ private _applyKeyframesToSelectors;
77
+ getAnimations(ruleset: RuleSet): kam.KeyframeAnimationInfo[];
78
+ private findKeyframeRule;
45
79
  }
46
-
47
- export function resolveFileNameFromUrl(url: string, appDirectory: string, fileExists: (filepath: string) => boolean, importSource?: string): string;
48
- export function applyInlineStyle(view: ViewBase, style: string): void;
49
- export function addTaggedAdditionalCSS(cssText: string, tag?: string | Number): boolean;
50
- export function removeTaggedAdditionalCSS(tag: String | Number): boolean;
80
+ export declare function resolveFileNameFromUrl(url: string, appDirectory: string, fileExists: (name: string) => boolean, importSource?: string): string;
81
+ export declare const applyInlineStyle: any;
@@ -1,80 +1,43 @@
1
- /**
2
- * Contains the FormattedString and Span classes, which are used to create a formatted (rich text) strings.
3
- */
4
-
1
+ import { FormattedString as FormattedStringDefinition } from './formatted-string';
5
2
  import { Span } from './span';
6
3
  import { ObservableArray } from '../../data/observable-array';
4
+ import { AddArrayFromBuilder, AddChildFromBuilder } from '../core/view';
7
5
  import { ViewBase } from '../core/view-base';
8
6
  import { Color } from '../../color';
9
7
  import { FontStyleType, FontVariationSettingsType, FontWeightType } from '../styling/font';
10
8
  import { CoreTypes } from '../../core-types';
11
-
12
- /**
13
- * A class used to create a formatted (rich text) string.
14
- */
15
- export class FormattedString extends ViewBase {
16
- /**
17
- * An observable collection of Span objects used to define common text properties.
18
- */
19
- public spans: ObservableArray<Span>;
20
-
21
- /**
22
- * A human readable representation of the formatted string.
23
- */
24
- public toString(): string;
25
-
26
- /**
27
- * Gets or sets the font family which will be used for all spans that doesn't have a specific value.
28
- */
29
- public fontFamily: string;
30
-
31
- /**
32
- * Gets or sets the font size which will be used for all spans that doesn't have a specific value.
33
- */
34
- public fontSize: number;
35
-
36
- /**
37
- * Gets or sets the font style which will be used for all spans that doesn't have a specific value.
38
- */
39
- public fontStyle: FontStyleType;
40
-
41
- /**
42
- * Gets or sets the font weight which will be used for all spans that doesn't have a specific value.
43
- */
44
- public fontWeight: FontWeightType;
45
-
46
- /**
47
- * Gets or sets the font variation settings which will be used for all spans that doesn't have a specific value.
48
- */
49
- public fontVariationSettings: FontVariationSettingsType[];
50
-
51
- /**
52
- * Gets or sets text decorations which will be used for all spans that doesn't have a specific value.
53
- */
54
- public textDecoration: CoreTypes.TextDecorationType;
55
-
56
- /**
57
- * Gets or sets the font foreground color which will be used for all spans that doesn't have a specific value.
58
- */
59
- public color: Color;
60
-
61
- /**
62
- * Gets or sets the font background color which will be used for all spans that doesn't have a specific value.
63
- */
64
- public backgroundColor: Color;
65
-
66
- /**
67
- * Defines whether accessibility font scale should affect font size.
68
- */
69
- iosAccessibilityAdjustsFontSize: boolean;
70
-
71
- /**
72
- * Gets or sets the minimum accessibility font scale.
73
- */
74
- iosAccessibilityMinFontScale: number;
75
-
76
- /**
77
- * Gets or sets the maximum accessibility font scale.
78
- */
79
- iosAccessibilityMaxFontScale: number;
9
+ export declare class FormattedString extends ViewBase implements FormattedStringDefinition, AddArrayFromBuilder, AddChildFromBuilder {
10
+ private _spans;
11
+ constructor();
12
+ get fontFamily(): string;
13
+ set fontFamily(value: string);
14
+ get fontSize(): number;
15
+ set fontSize(value: number);
16
+ get fontStyle(): FontStyleType;
17
+ set fontStyle(value: FontStyleType);
18
+ get fontWeight(): FontWeightType;
19
+ set fontWeight(value: FontWeightType);
20
+ get fontVariationSettings(): FontVariationSettingsType[];
21
+ set fontVariationSettings(value: FontVariationSettingsType[]);
22
+ get textDecoration(): CoreTypes.TextDecorationType;
23
+ set textDecoration(value: CoreTypes.TextDecorationType);
24
+ get color(): Color;
25
+ set color(value: Color);
26
+ get backgroundColor(): Color;
27
+ set backgroundColor(value: Color);
28
+ get iosAccessibilityAdjustsFontSize(): boolean;
29
+ set iosAccessibilityAdjustsFontSize(value: boolean);
30
+ get iosAccessibilityMinFontScale(): number;
31
+ set iosAccessibilityMinFontScale(value: number);
32
+ get iosAccessibilityMaxFontScale(): number;
33
+ set iosAccessibilityMaxFontScale(value: number);
34
+ get spans(): ObservableArray<Span>;
35
+ toString(): string;
36
+ _addArrayFromBuilder(name: string, value: Array<any>): void;
37
+ _addChildFromBuilder(name: string, value: any): void;
38
+ private onSpansCollectionChanged;
39
+ private addPropertyChangeHandler;
40
+ private removePropertyChangeHandler;
41
+ private onPropertyChange;
42
+ eachChild(callback: (child: ViewBase) => boolean): void;
80
43
  }
@@ -1,85 +1,40 @@
1
- import { Color } from '../../color';
1
+ import { Color } from '../../color';
2
+ import { Span as SpanDefinition } from './span';
2
3
  import { ViewBase } from '../core/view-base';
3
4
  import { FontStyleType, FontVariationSettingsType, FontWeightType } from '../styling/font';
4
5
  import { CoreTypes } from '../../core-types';
5
-
6
- /**
7
- * A class used to create a single part of formatted string with a common text properties.
8
- */
9
- export class Span extends ViewBase {
10
- /**
11
- * Gets or sets the font family of the span.
12
- */
13
- public fontFamily: string;
14
-
15
- /**
16
- * Gets or sets the font size of the span.
17
- */
18
- public fontSize: number;
19
-
20
- /**
21
- * Gets or sets the font style of the span.
22
- */
23
- public fontStyle: FontStyleType;
24
-
25
- /**
26
- * Gets or sets the font weight of the span.
27
- */
28
- public fontWeight: FontWeightType;
29
-
30
- /**
31
- * Gets or sets the font variation settings of the span.
32
- */
33
- public fontVariationSettings: FontVariationSettingsType[];
34
-
35
- /**
36
- * Gets or sets text decorations for the span.
37
- */
38
- public textDecoration: CoreTypes.TextDecorationType;
39
-
40
- /**
41
- * Gets or sets the font foreground color of the span.
42
- */
43
- public color: Color;
44
-
45
- /**
46
- * Gets or sets the font background color of the span.
47
- */
48
- public backgroundColor: Color;
49
-
50
- /**
51
- * Defines whether accessibility font scale should affect font size.
52
- */
53
- iosAccessibilityAdjustsFontSize: boolean;
54
-
55
- /**
56
- * Gets or sets the minimum accessibility font scale.
57
- */
58
- iosAccessibilityMinFontScale: number;
59
-
60
- /**
61
- * Gets or sets the maximum accessibility font scale.
62
- */
63
- iosAccessibilityMaxFontScale: number;
64
-
65
- /**
66
- * Gets or sets the text for the span.
67
- */
68
- public text: string;
69
- /**
70
- * String value used when hooking to linkTap event.
71
- */
72
- public static linkTapEvent: string;
73
-
74
- /**
75
- * Gets if the span is tappable or not.
76
- */
77
- public readonly tappable: boolean;
78
-
79
- //@private
80
- /**
81
- * @private
82
- */
83
- _setTextInternal(value: string): void;
84
- //@endprivate
6
+ import { EventData } from '../../data/observable';
7
+ export declare class Span extends ViewBase implements SpanDefinition {
8
+ static linkTapEvent: string;
9
+ private _text;
10
+ private _tappable;
11
+ get fontFamily(): string;
12
+ set fontFamily(value: string);
13
+ get fontSize(): number;
14
+ set fontSize(value: number);
15
+ get fontStyle(): FontStyleType;
16
+ set fontStyle(value: FontStyleType);
17
+ get fontWeight(): FontWeightType;
18
+ set fontWeight(value: FontWeightType);
19
+ get fontVariationSettings(): FontVariationSettingsType[];
20
+ set fontVariationSettings(value: FontVariationSettingsType[]);
21
+ get textDecoration(): CoreTypes.TextDecorationType;
22
+ set textDecoration(value: CoreTypes.TextDecorationType);
23
+ get color(): Color;
24
+ set color(value: Color);
25
+ get backgroundColor(): Color;
26
+ set backgroundColor(value: Color);
27
+ get iosAccessibilityAdjustsFontSize(): boolean;
28
+ set iosAccessibilityAdjustsFontSize(value: boolean);
29
+ get iosAccessibilityMinFontScale(): number;
30
+ set iosAccessibilityMinFontScale(value: number);
31
+ get iosAccessibilityMaxFontScale(): number;
32
+ set iosAccessibilityMaxFontScale(value: number);
33
+ get text(): string;
34
+ set text(value: string);
35
+ get tappable(): boolean;
36
+ addEventListener(arg: string, callback: (data: EventData) => void, thisArg?: any): void;
37
+ removeEventListener(arg: string, callback?: (data: EventData) => void, thisArg?: any): void;
38
+ _setTextInternal(value: string): void;
39
+ private _setTappable;
85
40
  }
@@ -3,7 +3,7 @@ import { ContainerView } from '../core/view';
3
3
  import { Property } from '../core/properties';
4
4
  import { EventData } from '../../data/observable';
5
5
  export * from './web-view-interfaces';
6
- export declare const srcProperty: any;
6
+ export declare const srcProperty: Property<WebViewBase, string>;
7
7
  export declare const disableZoomProperty: Property<WebViewBase, boolean>;
8
8
  export declare abstract class WebViewBase extends ContainerView {
9
9
  static loadStartedEvent: string;