@nativescript/core 8.9.0-alpha.3 → 8.9.0-next-01-13-2025-12740325729

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 (446) 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/data/observable/index.d.ts +1 -0
  11. package/data/observable/index.js +1 -0
  12. package/data/observable/index.js.map +1 -1
  13. package/debugger/devtools-elements.d.ts +5 -23
  14. package/debugger/dom-node.d.ts +20 -23
  15. package/file-system/file-system-access.ios.js +2 -2
  16. package/file-system/file-system-access.ios.js.map +1 -1
  17. package/file-system/index.d.ts +95 -370
  18. package/fps-meter/index.d.ts +7 -24
  19. package/globals/index.d.ts +19 -4
  20. package/globals/index.js +5 -3
  21. package/globals/index.js.map +1 -1
  22. package/http/index.d.ts +73 -149
  23. package/image-source/index.android.d.ts +3 -2
  24. package/image-source/index.android.js +13 -6
  25. package/image-source/index.android.js.map +1 -1
  26. package/image-source/index.ios.d.ts +3 -2
  27. package/image-source/index.ios.js +10 -3
  28. package/image-source/index.ios.js.map +1 -1
  29. package/index.d.ts +6 -23
  30. package/matrix/index.d.ts +5 -32
  31. package/module-name-resolver/index.d.ts +13 -21
  32. package/module-name-resolver/qualifier-matcher/index.d.ts +6 -12
  33. package/package.json +1 -1
  34. package/platform/index.d.ts +0 -26
  35. package/profiling/index.d.ts +26 -153
  36. package/text/formatted-string.d.ts +1 -1
  37. package/text/span.d.ts +1 -1
  38. package/trace/index.d.ts +105 -131
  39. package/ui/action-bar/index.android.d.ts +1 -0
  40. package/ui/action-bar/index.android.js +3 -0
  41. package/ui/action-bar/index.android.js.map +1 -1
  42. package/ui/action-bar/index.ios.d.ts +7 -2
  43. package/ui/action-bar/index.ios.js +120 -19
  44. package/ui/action-bar/index.ios.js.map +1 -1
  45. package/ui/animation/animation-common.d.ts +1 -8
  46. package/ui/animation/animation-common.js +0 -8
  47. package/ui/animation/animation-common.js.map +1 -1
  48. package/ui/animation/animation-interfaces.d.ts +11 -0
  49. package/ui/animation/animation-interfaces.js +12 -1
  50. package/ui/animation/animation-interfaces.js.map +1 -1
  51. package/ui/animation/index.android.d.ts +2 -2
  52. package/ui/animation/index.android.js +2 -2
  53. package/ui/animation/index.android.js.map +1 -1
  54. package/ui/animation/index.ios.d.ts +2 -2
  55. package/ui/animation/index.ios.js +4 -4
  56. package/ui/animation/index.ios.js.map +1 -1
  57. package/ui/animation/keyframe-animation.d.ts +67 -118
  58. package/ui/builder/binding-builder.d.ts +12 -15
  59. package/ui/builder/index.d.ts +27 -69
  60. package/ui/button/index.android.d.ts +1 -1
  61. package/ui/button/index.android.js +17 -15
  62. package/ui/button/index.android.js.map +1 -1
  63. package/ui/button/index.ios.js +8 -2
  64. package/ui/button/index.ios.js.map +1 -1
  65. package/ui/content-view/index.d.ts +23 -4
  66. package/ui/core/control-state-change/index.android.d.ts +2 -2
  67. package/ui/core/control-state-change/index.android.js +1 -1
  68. package/ui/core/control-state-change/index.android.js.map +1 -1
  69. package/ui/core/control-state-change/index.ios.d.ts +3 -7
  70. package/ui/core/control-state-change/index.ios.js +19 -36
  71. package/ui/core/control-state-change/index.ios.js.map +1 -1
  72. package/ui/core/view/index.android.d.ts +2 -7
  73. package/ui/core/view/index.android.js +3 -4
  74. package/ui/core/view/index.android.js.map +1 -1
  75. package/ui/core/view/index.ios.d.ts +3 -13
  76. package/ui/core/view/index.ios.js +16 -8
  77. package/ui/core/view/index.ios.js.map +1 -1
  78. package/ui/core/view/view-common.d.ts +11 -15
  79. package/ui/core/view/view-common.js +23 -15
  80. package/ui/core/view/view-common.js.map +1 -1
  81. package/ui/core/view/view-helper/index.ios.d.ts +3 -18
  82. package/ui/core/view/view-helper/index.ios.js.map +1 -1
  83. package/ui/core/view-base/index.d.ts +107 -4
  84. package/ui/core/view-base/index.js +55 -7
  85. package/ui/core/view-base/index.js.map +1 -1
  86. package/ui/core/weak-event-listener/index.d.ts +2 -18
  87. package/ui/date-picker/date-picker-common.d.ts +1 -0
  88. package/ui/date-picker/date-picker-common.js +1 -0
  89. package/ui/date-picker/date-picker-common.js.map +1 -1
  90. package/ui/editable-text-base/editable-text-base-common.d.ts +1 -2
  91. package/ui/editable-text-base/editable-text-base-common.js +13 -7
  92. package/ui/editable-text-base/editable-text-base-common.js.map +1 -1
  93. package/ui/frame/frame-common.d.ts +3 -2
  94. package/ui/frame/frame-common.js +6 -6
  95. package/ui/frame/frame-common.js.map +1 -1
  96. package/ui/gestures/gestures-common.d.ts +22 -0
  97. package/ui/gestures/gestures-common.js +22 -0
  98. package/ui/gestures/gestures-common.js.map +1 -1
  99. package/ui/html-view/html-view-common.d.ts +1 -0
  100. package/ui/html-view/html-view-common.js.map +1 -1
  101. package/ui/image/image-common.d.ts +2 -0
  102. package/ui/image/image-common.js +3 -1
  103. package/ui/image/image-common.js.map +1 -1
  104. package/ui/index.d.ts +3 -1
  105. package/ui/index.js +1 -1
  106. package/ui/index.js.map +1 -1
  107. package/ui/layouts/flexbox-layout/index.ios.js.map +1 -1
  108. package/ui/layouts/index.d.ts +2 -1
  109. package/ui/layouts/layout-base-common.d.ts +0 -1
  110. package/ui/layouts/layout-base-common.js +1 -8
  111. package/ui/layouts/layout-base-common.js.map +1 -1
  112. package/ui/layouts/stack-layout/index.ios.js.map +1 -1
  113. package/ui/list-picker/list-picker-common.d.ts +1 -0
  114. package/ui/list-picker/list-picker-common.js +1 -0
  115. package/ui/list-picker/list-picker-common.js.map +1 -1
  116. package/ui/placeholder/index.android.d.ts +1 -1
  117. package/ui/placeholder/index.d.ts +8 -42
  118. package/ui/proxy-view-container/index.d.ts +2 -0
  119. package/ui/proxy-view-container/index.js +2 -0
  120. package/ui/proxy-view-container/index.js.map +1 -1
  121. package/ui/repeater/index.d.ts +2 -0
  122. package/ui/repeater/index.js +2 -0
  123. package/ui/repeater/index.js.map +1 -1
  124. package/ui/search-bar/search-bar-common.js.map +1 -1
  125. package/ui/slider/slider-common.d.ts +1 -0
  126. package/ui/slider/slider-common.js +1 -0
  127. package/ui/slider/slider-common.js.map +1 -1
  128. package/ui/styling/background.ios.d.ts +1 -15
  129. package/ui/styling/background.ios.js +52 -54
  130. package/ui/styling/background.ios.js.map +1 -1
  131. package/ui/styling/converters.d.ts +2 -2
  132. package/ui/styling/style/index.d.ts +3 -1
  133. package/ui/styling/style/index.js.map +1 -1
  134. package/ui/styling/style-properties.d.ts +81 -100
  135. package/ui/styling/style-properties.js.map +1 -1
  136. package/ui/styling/style-scope.d.ts +79 -48
  137. package/ui/switch/switch-common.js +4 -4
  138. package/ui/switch/switch-common.js.map +1 -1
  139. package/ui/text-base/formatted-string.d.ts +36 -73
  140. package/ui/text-base/index.android.js +2 -11
  141. package/ui/text-base/index.android.js.map +1 -1
  142. package/ui/text-base/span.d.ts +36 -81
  143. package/ui/text-base/text-base-common.d.ts +2 -0
  144. package/ui/text-base/text-base-common.js +6 -0
  145. package/ui/text-base/text-base-common.js.map +1 -1
  146. package/ui/text-field/text-field-common.js.map +1 -1
  147. package/ui/text-view/index.android.d.ts +0 -1
  148. package/ui/text-view/index.android.js +0 -1
  149. package/ui/text-view/index.android.js.map +1 -1
  150. package/ui/text-view/index.ios.d.ts +0 -3
  151. package/ui/text-view/index.ios.js +8 -64
  152. package/ui/text-view/index.ios.js.map +1 -1
  153. package/ui/text-view/text-view-common.d.ts +0 -26
  154. package/ui/text-view/text-view-common.js +0 -34
  155. package/ui/text-view/text-view-common.js.map +1 -1
  156. package/ui/time-picker/time-picker-common.d.ts +1 -0
  157. package/ui/time-picker/time-picker-common.js +1 -0
  158. package/ui/time-picker/time-picker-common.js.map +1 -1
  159. package/ui/utils.ios.d.ts +1 -2
  160. package/ui/utils.ios.js.map +1 -1
  161. package/ui/web-view/web-view-common.d.ts +1 -1
  162. package/utils/debug.d.ts +17 -61
  163. package/utils/ios/index.js +4 -4
  164. package/utils/ios/index.js.map +1 -1
  165. package/utils/lazy.d.ts +0 -5
  166. package/utils/macrotask-scheduler.d.ts +1 -5
  167. package/utils/native-helper.ios.js +1 -0
  168. package/utils/native-helper.ios.js.map +1 -1
  169. package/utils/types.d.ts +23 -115
  170. package/xml/index.d.ts +44 -105
  171. package/xml/index.js +1 -1
  172. package/xml/index.js.map +1 -1
  173. package/accessibility/accessibility-service.d.ts +0 -10
  174. package/accessibility/font-scale.d.ts +0 -9
  175. package/accessibility/index.d.ts +0 -37
  176. package/animation-frame/animation-native.d.ts +0 -4
  177. package/application/application.d.ts +0 -194
  178. package/application/index.d.ts +0 -2
  179. package/application-settings/index.d.ts +0 -70
  180. package/cli-hooks/before-checkForChanges.js +0 -60
  181. package/cli-hooks/postinstall.js +0 -2
  182. package/cli-hooks/preuninstall.js +0 -2
  183. package/color/index.d.ts +0 -206
  184. package/connectivity/index.d.ts +0 -52
  185. package/css/lib/parse/index.js +0 -602
  186. package/css/package.json +0 -36
  187. package/css/reworkcss.d.ts +0 -47
  188. package/css/reworkcss.js +0 -1
  189. package/css-value/package.json +0 -23
  190. package/css-value/reworkcss-value.d.ts +0 -8
  191. package/css-value/reworkcss-value.js +0 -113
  192. package/debugger/css-agent.d.ts +0 -59
  193. package/fetch/index.js +0 -539
  194. package/file-system/file-system-access.d.ts +0 -441
  195. package/fps-meter/fps-native.d.ts +0 -24
  196. package/global-types.d.ts +0 -393
  197. package/http/http-request/index.d.ts +0 -3
  198. package/image-asset/index.d.ts +0 -17
  199. package/image-source/index.d.ts +0 -345
  200. package/js-libs/easysax/easysax.d.ts +0 -8
  201. package/js-libs/easysax/easysax.js +0 -782
  202. package/js-libs/easysax/package.json +0 -35
  203. package/platform/device/index.d.ts +0 -70
  204. package/platform/screen/index.d.ts +0 -48
  205. package/platforms/android/native-api-usage.json +0 -32
  206. package/platforms/android/res/values/ids.xml +0 -4
  207. package/platforms/android/widgets-release.aar +0 -0
  208. package/platforms/android/winter_cg-release.aar +0 -0
  209. package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
  210. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  211. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  212. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  213. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
  214. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  215. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  216. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  217. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  218. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  219. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  220. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  221. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  222. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  223. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
  224. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
  225. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
  226. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
  227. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
  228. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
  229. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
  230. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
  231. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
  232. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  233. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  234. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  235. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  236. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  237. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  238. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  239. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  240. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  241. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  242. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  243. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  244. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  245. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  246. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  247. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  248. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  249. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  250. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
  251. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  252. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  253. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  254. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  255. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  256. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  257. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  258. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  259. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  260. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  261. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  262. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  263. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  264. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  265. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  266. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  267. package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
  268. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  269. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  270. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  271. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  272. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  273. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  274. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  275. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  276. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  277. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
  278. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  279. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  280. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  281. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  282. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  283. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  284. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  285. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  286. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  287. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  288. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  289. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  290. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  291. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  292. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  293. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  294. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
  295. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  296. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  297. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
  298. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
  299. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
  300. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
  301. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
  302. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
  303. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
  304. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
  305. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
  306. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
  307. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
  308. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
  309. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
  310. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
  311. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
  312. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
  313. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  314. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  315. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  316. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  317. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  318. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  319. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  320. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  321. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  322. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  323. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  324. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  325. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  326. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  327. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  328. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  329. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  330. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  331. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  332. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  333. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  334. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  335. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  336. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  337. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  338. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  339. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  340. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  341. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  342. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  343. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  344. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  345. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  346. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
  347. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  348. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  349. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  350. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  351. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  352. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  353. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  354. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  355. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  356. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  357. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  358. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  359. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  360. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  361. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  362. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  363. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  364. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  365. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  366. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  367. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  368. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  369. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  370. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  371. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  372. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  373. package/platforms/ios/native-api-usage.json +0 -41
  374. package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
  375. package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
  376. package/platforms/ios/src/NativeScriptMainWindow.swift +0 -179
  377. package/platforms/ios/src/NativeScriptUtils.h +0 -16
  378. package/platforms/ios/src/NativeScriptUtils.m +0 -137
  379. package/platforms/ios/src/UIView+NativeScript.h +0 -15
  380. package/platforms/ios/src/UIView+NativeScript.m +0 -150
  381. package/platforms/ios/src/module.modulemap +0 -14
  382. package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
  383. package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
  384. package/references.d.ts +0 -10
  385. package/text/index.d.ts +0 -36
  386. package/timer/index.d.ts +0 -27
  387. package/ui/action-bar/index.d.ts +0 -271
  388. package/ui/activity-indicator/index.d.ts +0 -21
  389. package/ui/animation/index.d.ts +0 -152
  390. package/ui/button/index.d.ts +0 -44
  391. package/ui/core/control-state-change/index.d.ts +0 -15
  392. package/ui/core/view/index.d.ts +0 -992
  393. package/ui/core/view/view-helper/index.d.ts +0 -76
  394. package/ui/date-picker/index.d.ts +0 -65
  395. package/ui/dialogs/index.d.ts +0 -311
  396. package/ui/editable-text-base/index.d.ts +0 -100
  397. package/ui/embedding/index.d.ts +0 -10
  398. package/ui/frame/fragment.d.ts +0 -5
  399. package/ui/frame/fragment.transitions.d.ts +0 -43
  400. package/ui/frame/index.d.ts +0 -553
  401. package/ui/frame/transition-definitions.android.d.ts +0 -54
  402. package/ui/gestures/index.d.ts +0 -59
  403. package/ui/html-view/index.d.ts +0 -27
  404. package/ui/image/index.d.ts +0 -77
  405. package/ui/image/symbol-effects.d.ts +0 -13
  406. package/ui/image-cache/index.d.ts +0 -147
  407. package/ui/label/index.d.ts +0 -21
  408. package/ui/layouts/absolute-layout/index.d.ts +0 -40
  409. package/ui/layouts/dock-layout/index.d.ts +0 -35
  410. package/ui/layouts/flexbox-layout/index.d.ts +0 -66
  411. package/ui/layouts/grid-layout/index.d.ts +0 -182
  412. package/ui/layouts/layout-base.d.ts +0 -105
  413. package/ui/layouts/root-layout/index.d.ts +0 -45
  414. package/ui/layouts/stack-layout/index.d.ts +0 -19
  415. package/ui/layouts/wrap-layout/index.d.ts +0 -43
  416. package/ui/list-picker/index.d.ts +0 -32
  417. package/ui/list-view/index.d.ts +0 -208
  418. package/ui/page/index.d.ts +0 -212
  419. package/ui/progress/index.d.ts +0 -37
  420. package/ui/scroll-view/index.d.ts +0 -89
  421. package/ui/search-bar/index.d.ts +0 -89
  422. package/ui/segmented-bar/index.d.ts +0 -106
  423. package/ui/slider/index.d.ts +0 -72
  424. package/ui/styling/background.d.ts +0 -93
  425. package/ui/styling/font.d.ts +0 -62
  426. package/ui/switch/index.d.ts +0 -35
  427. package/ui/tab-view/index.d.ts +0 -175
  428. package/ui/text-base/index.d.ts +0 -161
  429. package/ui/text-field/index.d.ts +0 -41
  430. package/ui/text-view/index.d.ts +0 -35
  431. package/ui/time-picker/index.d.ts +0 -80
  432. package/ui/transition/fade-transition.d.ts +0 -3
  433. package/ui/transition/flip-transition.d.ts +0 -5
  434. package/ui/transition/index.d.ts +0 -59
  435. package/ui/transition/modal-transition.d.ts +0 -2
  436. package/ui/transition/page-transition.d.ts +0 -4
  437. package/ui/transition/shared-transition-helper.d.ts +0 -14
  438. package/ui/transition/slide-transition.d.ts +0 -5
  439. package/ui/utils.d.ts +0 -44
  440. package/ui/web-view/index.d.ts +0 -130
  441. package/utils/constants.d.ts +0 -1
  442. package/utils/index.d.ts +0 -177
  443. package/utils/layout-helper/index.d.ts +0 -82
  444. package/utils/mainthread-helper.d.ts +0 -16
  445. package/utils/native-helper.d.ts +0 -280
  446. package/utils/typescript-utils.d.ts +0 -6
@@ -1,77 +0,0 @@
1
- import { View } from '../core/view';
2
- import { Style } from '../styling/style';
3
- import { ImageSource } from '../../image-source';
4
- import { ImageAsset } from '../../image-asset';
5
- import { Color } from '../../color';
6
- import { Property, InheritedCssProperty } from '../core/properties';
7
- import { CoreTypes } from '../../core-types';
8
-
9
- export { ImageSymbolEffect, ImageSymbolEffects } from './image-common';
10
- /**
11
- * Represents a class that provides functionality for loading and streching image(s).
12
- */
13
- export class Image extends View {
14
- /**
15
- * Gets the native [android widget](http://developer.android.com/reference/android/widget/ImageView.html) that represents the user interface for this component. Valid only when running on Android OS.
16
- */
17
- android: any /* android.widget.ImageView */;
18
-
19
- /**
20
- * Gets the native iOS [UIImageView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImageView_Class/) that represents the user interface for this component. Valid only when running on iOS.
21
- */
22
- ios: any /* UIImageView */;
23
-
24
- /**
25
- * Gets or sets the image source of the image.
26
- */
27
- imageSource: ImageSource;
28
-
29
- /**
30
- * Gets or sets the source of the Image. This can be either an URL string or a native image instance.
31
- */
32
- src: string | ImageSource | ImageAsset;
33
-
34
- /**
35
- * Gets a value indicating if the image is currently loading.
36
- */
37
- readonly isLoading: boolean;
38
-
39
- /**
40
- * Gets or sets the image stretch mode.
41
- */
42
- stretch: CoreTypes.ImageStretchType;
43
-
44
- /**
45
- * Gets or sets the loading strategy for images on the local file system:
46
- * - **sync** - blocks the UI if necessary to display immediately, good for small icons.
47
- * - **async** *(default)* - will load in the background, may appear with short delay, good for large images.
48
- * When loading images from web they are always loaded **async** no matter of loadMode value.
49
- */
50
- loadMode: 'sync' | 'async';
51
-
52
- /**
53
- * A color used to tint template images.
54
- */
55
- tintColor: Color;
56
-
57
- /**
58
- * Gets or sets the desired decode height of the image.
59
- * This property is Android specific.
60
- */
61
- decodeHeight: CoreTypes.LengthType;
62
-
63
- /**
64
- * Gets or sets the desired decode width of the image.
65
- * This property is Android specific.
66
- */
67
- decodeWidth: CoreTypes.LengthType;
68
- }
69
-
70
- export const imageSourceProperty: Property<Image, ImageSource>;
71
- export const srcProperty: Property<Image, string | ImageSource | ImageAsset>;
72
- export const isLoadingProperty: Property<Image, string>;
73
- export const loadMode: Property<Image, 'sync' | 'async'>;
74
- export const stretchProperty: Property<Image, CoreTypes.ImageStretchType>;
75
- export const tintColorProperty: InheritedCssProperty<Style, Color>;
76
- export const decodeHeightProperty: Property<Image, CoreTypes.LengthType>;
77
- export const decodeWidthProperty: Property<Image, CoreTypes.LengthType>;
@@ -1,13 +0,0 @@
1
- export { ImageSymbolEffects } from './symbol-effects-common';
2
-
3
- /**
4
- * iOS only
5
- * Symbol effects: https://developer.apple.com/documentation/symbols?language=objc
6
- */
7
- export class ImageSymbolEffect {
8
- effect?: NSSymbolEffect;
9
- options?: NSSymbolEffectOptions;
10
- completion?: (context: UISymbolEffectCompletionContext) => void;
11
- constructor(symbol: NSSymbolEffect);
12
- static fromSymbol(symbol: string): ImageSymbolEffect | null;
13
- }
@@ -1,147 +0,0 @@
1
- import { Observable, EventData } from '../../data/observable';
2
- import { ImageSource } from '../../image-source';
3
-
4
- /**
5
- * Represents a single download request.
6
- */
7
- export interface DownloadRequest {
8
- /**
9
- * The url of the image.
10
- */
11
- url: string;
12
- /**
13
- * The key used to cache the image.
14
- */
15
- key: string;
16
- /**
17
- * An optional function to be called when the download is complete.
18
- */
19
- completed?: (image: any, key: string) => void;
20
- /**
21
- * An optional function to be called if the download errors.
22
- */
23
- error?: (key: string) => void;
24
- }
25
-
26
- /**
27
- * Represents a class that stores handles image download requests and caches the already downloaded images.
28
- */
29
- export class Cache extends Observable {
30
- /**
31
- * String value used when hooking to downloaded event.
32
- */
33
- public static downloadedEvent: string;
34
- /**
35
- * String value used when hooking to download error event.
36
- */
37
- public static downloadErrorEvent: string;
38
- /**
39
- * The image to be used to notify for a pending download request - e.g. loading indicator.
40
- */
41
- placeholder: ImageSource;
42
- /**
43
- * The maximum number of simultaneous download requests. Defaults to 5.
44
- */
45
- maxRequests: number;
46
-
47
- /**
48
- * Enables previously suspended download requests.
49
- */
50
- enableDownload(): void;
51
- /**
52
- * Temporary disables download requests.
53
- */
54
- disableDownload(): void;
55
-
56
- /**
57
- * Adds a new download request at the top of the download queue. This will be the next immediate download to start.
58
- */
59
- push(request: DownloadRequest);
60
- /**
61
- * Adds a new download request at the end of the download queue. This will be the last download to start.
62
- */
63
- enqueue(request: DownloadRequest);
64
-
65
- /**
66
- * Gets the image for the specified key. May be undefined if the key is not present in the cache.
67
- */
68
- get(key: string): any;
69
- /**
70
- * Sets the image for the specified key.
71
- */
72
- set(key: string, image: any): void;
73
- /**
74
- * Removes the cache for the specified key.
75
- */
76
- remove(key: string): void;
77
- /**
78
- * Removes all the previously cached images.
79
- */
80
- clear(): void;
81
-
82
- /**
83
- * Adds a listener for the specified event name.
84
- *
85
- * @param eventName The name of the event.
86
- * @param callback The event listener to add. Will be called when an event of
87
- * the given name is raised.
88
- * @param thisArg An optional parameter which, when set, will be bound as the
89
- * `this` context when the callback is called. Falsy values will be not be
90
- * bound.
91
- */
92
- on(eventName: string, callback: (args: EventData) => void, thisArg?: any): void;
93
-
94
- /**
95
- * Raised when the image has been downloaded.
96
- */
97
- on(event: 'downloaded', callback: (args: DownloadedData) => void, thisArg?: any): void;
98
-
99
- /**
100
- * Raised if the image download errors.
101
- */
102
- on(event: 'downloadError', callback: (args: DownloadError) => void, thisArg?: any): void;
103
-
104
- //@private
105
- /**
106
- * @private
107
- */
108
- _downloadCore(request: DownloadRequest);
109
- /**
110
- * @private
111
- */
112
- _onDownloadCompleted(key: string, image: any);
113
- //@endprivate
114
- /**
115
- * @private
116
- */
117
- _onDownloadError(key: string, err: Error);
118
- //@endprivate
119
- }
120
-
121
- /**
122
- * Provides data for downloaded event.
123
- */
124
- export interface DownloadedData extends EventData {
125
- /**
126
- * A string indentifier of the cached image.
127
- */
128
- key: string;
129
- /**
130
- * Gets the cached image.
131
- */
132
- image: ImageSource;
133
- }
134
-
135
- /**
136
- * Provides data for download error.
137
- */
138
- export interface DownloadError extends EventData {
139
- /**
140
- * A string indentifier of the cached image.
141
- */
142
- key: string;
143
- /**
144
- * Gets the error.
145
- */
146
- error: Error;
147
- }
@@ -1,21 +0,0 @@
1
- import { TextBase } from '../text-base';
2
-
3
- /**
4
- * Represents a text label.
5
- */
6
- export class Label extends TextBase {
7
- /**
8
- * Gets the native [android widget](http://developer.android.com/reference/android/widget/TextView.html) that represents the user interface for this component. Valid only when running on Android OS.
9
- */
10
- android: any /* android.widget.TextView */;
11
-
12
- /**
13
- * Gets the native [UILabel](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UILabel_Class/) that represents the user interface for this component. Valid only when running on iOS.
14
- */
15
- ios: any /* UILabel */;
16
-
17
- /**
18
- * Gets or sets whether the Label wraps text or not.
19
- */
20
- textWrap: boolean;
21
- }
@@ -1,40 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { Property } from '../../core/properties';
3
- import { View } from '../../core/view';
4
- import { Length } from '../../styling/style-properties';
5
- import { CoreTypes } from '../../../core-types';
6
-
7
- /**
8
- * A layout that lets you specify exact locations (left/top coordinates) of its children.
9
- */
10
- export class AbsoluteLayout extends LayoutBase {
11
- /**
12
- * Gets the value of the Left property from a given View.
13
- */
14
- static getLeft(view: View): CoreTypes.LengthType;
15
-
16
- /**
17
- * Sets the value of the Left property from a given View.
18
- */
19
- static setLeft(view: View, value: CoreTypes.LengthType): void;
20
-
21
- /**
22
- * Gets the value of the Top property from a given View.
23
- */
24
- static getTop(view: View): CoreTypes.LengthType;
25
-
26
- /**
27
- * Sets the value of the Top property from a given View.
28
- */
29
- static setTop(view: View, value: CoreTypes.LengthType): void;
30
- }
31
-
32
- /**
33
- * Represents the observable property backing the left property.
34
- */
35
- export const leftProperty: Property<View, CoreTypes.LengthType>;
36
-
37
- /**
38
- * Represents the observable property backing the top property.
39
- */
40
- export const topProperty: Property<View, CoreTypes.LengthType>;
@@ -1,35 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { Property } from '../../core/properties';
3
- import { View } from '../../core/view';
4
- import { CoreTypes } from '../../../core-types';
5
-
6
- /**
7
- * A Layout that arranges its children at its outer edges, and allows its last child to take up the remaining space.
8
- */
9
- export class DockLayout extends LayoutBase {
10
- /**
11
- * Gets the value of the Dock property from a given View.
12
- */
13
- static getDock(view: View): CoreTypes.DockType;
14
-
15
- /**
16
- * Sets the value of the Dock property from a given View.
17
- */
18
- static setDock(view: View, value: CoreTypes.DockType): void;
19
-
20
- /**
21
- * Gets or sets a value that indicates whether the last child element within a DockLayout stretches to fill the remaining available space.
22
- * The default value is true.
23
- */
24
- stretchLastChild: boolean;
25
- }
26
-
27
- /**
28
- * Represents the observable property backing the dock property.
29
- */
30
- export const dockProperty: Property<DockLayout, CoreTypes.DockType>;
31
-
32
- /**
33
- * Represents the observable property backing the stretchLastChild property of each DockLayout instance.
34
- */
35
- export const stretchLastChildProperty: Property<DockLayout, boolean>;
@@ -1,66 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { Style } from '../../styling/style';
3
- import { CssProperty } from '../../core/properties';
4
- import { View } from '../../core/view';
5
-
6
- export type FlexDirection = 'row' | 'row-reverse' | 'column' | 'column-reverse';
7
- export type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
8
- export type JustifyContent = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around';
9
- export type AlignItems = 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'stretch';
10
- export type AlignContent = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'stretch';
11
-
12
- /**
13
- * A flex order integer.
14
- */
15
- export type Order = number;
16
-
17
- /**
18
- * A flex-grow number. Negative values are invalid.
19
- */
20
- export type FlexGrow = number;
21
-
22
- /**
23
- * A flex-shrink number. Negative values are invalid.
24
- */
25
- export type FlexShrink = number;
26
-
27
- /**
28
- * A flex-wrap-before value. True, false or their string presentations "true" or "false".
29
- */
30
- export type FlexWrapBefore = boolean;
31
-
32
- export type AlignSelf = 'auto' | AlignItems;
33
-
34
- export class FlexboxLayout extends LayoutBase {
35
- public flexDirection: FlexDirection;
36
- public flexWrap: FlexWrap;
37
- public justifyContent: JustifyContent;
38
- public alignItems: AlignItems;
39
- public alignContent: AlignContent;
40
-
41
- public static setOrder(view: View, order: number);
42
- public static getOrder(view: View): number;
43
-
44
- public static setFlexGrow(view: View, grow: number);
45
- public static getFlexGrow(view: View);
46
-
47
- public static setFlexShrink(view: View, shrink: number);
48
- public static getFlexShrink(view: View): number;
49
-
50
- public static setAlignSelf(view: View, align: AlignSelf);
51
- public static getAlignSelf(view: View): AlignSelf;
52
-
53
- public static setFlexWrapBefore(view: View, wrap: boolean);
54
- public static getFlexWrapBefore(view: View): boolean;
55
- }
56
-
57
- export const flexDirectionProperty: CssProperty<Style, FlexDirection>;
58
- export const flexWrapProperty: CssProperty<Style, FlexWrap>;
59
- export const justifyContentProperty: CssProperty<Style, JustifyContent>;
60
- export const alignItemsProperty: CssProperty<Style, AlignItems>;
61
-
62
- export const orderProperty: CssProperty<Style, Order>;
63
- export const flexGrowProperty: CssProperty<Style, FlexGrow>;
64
- export const flexShrinkProperty: CssProperty<Style, FlexShrink>;
65
- export const flexWrapBeforeProperty: CssProperty<Style, FlexWrapBefore>;
66
- export const alignSelfProperty: CssProperty<Style, AlignSelf>;
@@ -1,182 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { View } from '../../core/view';
3
- import { Property } from '../../core/properties';
4
-
5
- /**
6
- * Defines row/column specific properties that apply to GridLayout elements.
7
- */
8
- export class ItemSpec {
9
- constructor();
10
- constructor(value: number, type: GridUnitType);
11
-
12
- /**
13
- * Gets the actual length of an ItemSpec.
14
- */
15
- actualLength: number;
16
-
17
- /**
18
- * Returns unit type of this ItemSpec instance.
19
- */
20
- gridUnitType: GridUnitType;
21
-
22
- /**
23
- * Returns true if this ItemSpec instance holds
24
- * an absolute (pixel) value.
25
- */
26
- isAbsolute: boolean;
27
-
28
- /**
29
- * Returns true if this GridLength instance is
30
- * automatic (not specified).
31
- */
32
- isAuto: boolean;
33
-
34
- /**
35
- * Returns true if this ItemSpec instance holds weighted proportion
36
- * of available space.
37
- */
38
- isStar: boolean;
39
-
40
- /**
41
- * Returns value part of this ItemSpec instance.
42
- */
43
- value: number;
44
- }
45
-
46
- /**
47
- * Defines a rectangular layout area that consists of columns and rows.
48
- */
49
- export class GridLayout extends LayoutBase {
50
- /**
51
- * Gets the value of the Column attached property from a given View.
52
- */
53
- static getColumn(view: View): number;
54
-
55
- /**
56
- * Sets the value of the Column attached property to a given View.
57
- */
58
- static setColumn(view: View, value: number): void;
59
-
60
- /**
61
- * Gets the value of the ColumnSpan attached property from a given View.
62
- */
63
- static getColumnSpan(view: View): number;
64
-
65
- /**
66
- * Sets the value of the ColumnSpan attached property to a given View.
67
- */
68
- static setColumnSpan(view: View, value: number): void;
69
-
70
- /**
71
- * Gets the value of the Row attached property from a given View.
72
- */
73
- static getRow(view: View): number;
74
-
75
- /**
76
- * Sets the value of the Row attached property to a given View.
77
- */
78
- static setRow(view: View, value: number): void;
79
-
80
- /**
81
- * Gets the value of the RowSpan attached property from a given View.
82
- */
83
- static getRowSpan(view: View): number;
84
-
85
- /**
86
- * Sets the value of the RowSpan attached property to a given View.
87
- */
88
- static setRowSpan(view: View, value: number): void;
89
-
90
- /**
91
- * Adds a column specification to a GridLayout.
92
- */
93
- public addColumn(itemSpec: ItemSpec): void;
94
-
95
- /**
96
- * Adds a row specification to a GridLayout.
97
- */
98
- public addRow(itemSpec: ItemSpec): void;
99
-
100
- /**
101
- * Adds a child at specific cell in GridLayout. Optional rowSpan and columnSpan attributes
102
- */
103
- public addChildAtCell(view: View, row: number, column: number, rowSpan?: number, columnSpan?: number): void;
104
-
105
- /**
106
- * Removes a column specification from a GridLayout.
107
- */
108
- public removeColumn(itemSpec: ItemSpec): void;
109
-
110
- /**
111
- * Removes all column specifications from a GridLayout.
112
- */
113
- public removeColumns(): void;
114
-
115
- /**
116
- * Removes a row specification from a GridLayout.
117
- */
118
- public removeRow(itemSpec: ItemSpec): void;
119
-
120
- /**
121
- * Removes all row specifications from a GridLayout.
122
- */
123
- public removeRows(): void;
124
-
125
- /**
126
- * Gets array of column specifications defined on this instance of GridLayout.
127
- */
128
- public getColumns(): Array<ItemSpec>;
129
-
130
- /**
131
- * Gets array of row specifications defined on this instance of GridLayout.
132
- */
133
- public getRows(): Array<ItemSpec>;
134
-
135
- //@private
136
- /**
137
- * @private
138
- */
139
- public _onRowAdded(itemSpec: ItemSpec): void;
140
- /**
141
- * @private
142
- */
143
- public _onColumnAdded(itemSpec: ItemSpec): void;
144
- /**
145
- * @private
146
- */
147
- public _onRowRemoved(itemSpec: ItemSpec, index: number): void;
148
- /**
149
- * @private
150
- */
151
- public _onColumnRemoved(itemSpec: ItemSpec, index: number): void;
152
- //@endprivate
153
- }
154
-
155
- /**
156
- * Represents the observable property backing the column property.
157
- */
158
- export const columnProperty: Property<View, number>;
159
-
160
- /**
161
- * Represents the observable property backing the columnSpan property.
162
- */
163
- export const columnSpanProperty: Property<View, number>;
164
-
165
- /**
166
- * Represents the observable property backing the row property.
167
- */
168
- export const rowProperty: Property<View, number>;
169
-
170
- /**
171
- * Represents the observable property backing the rowSpan property.
172
- */
173
- export const rowSpanProperty: Property<View, number>;
174
-
175
- export type GridUnitType = 'pixel' | 'star' | 'auto';
176
- export namespace GridUnitType {
177
- export const PIXEL: 'pixel';
178
- export const STAR: 'star';
179
- export const AUTO: 'auto';
180
- export function isValid(value: any): boolean;
181
- export function parse(value: string): GridUnitType;
182
- }
@@ -1,105 +0,0 @@
1
- import { CoreTypes } from '../../core-types';
2
- import { View, CustomLayoutView } from '../core/view';
3
- import { Property } from '../core/properties';
4
-
5
- /**
6
- * Base class for all views that supports children positioning.
7
- */
8
- export class LayoutBase extends CustomLayoutView {
9
- /**
10
- * Returns the number of children in this Layout.
11
- */
12
- getChildrenCount(): number;
13
-
14
- /**
15
- * Returns the view at the specified position.
16
- * @param index The position at which to get the child from.
17
- */
18
- getChildAt(index: number): View;
19
-
20
- /**
21
- * Returns the position of the child view
22
- * @param child The child view that we are looking for.
23
- */
24
- getChildIndex(child: View): number;
25
-
26
- /**
27
- * Adds the view to children array.
28
- * @param view The view to be added to the end of the children array.
29
- */
30
- addChild(view: View): void;
31
-
32
- /**
33
- * Inserts the view to children array at the specified index.
34
- * @param view The view to be added to the end of the children array.
35
- * @param atIndex The insertion index.
36
- */
37
- insertChild(child: View, atIndex: number): void;
38
-
39
- /**
40
- * Removes the specified view from the children array.
41
- * @param view The view to remove from the children array.
42
- */
43
- removeChild(view: View): void;
44
-
45
- /**
46
- * Removes all views in this layout.
47
- */
48
- removeChildren(): void;
49
-
50
- /**
51
- * INTERNAL. Used by the layout system.
52
- */
53
- _registerLayoutChild(child: View): void;
54
-
55
- /**
56
- * INTERNAL. Used by the layout system.
57
- */
58
- _unregisterLayoutChild(child: View): void;
59
-
60
- /**
61
- * Calls the callback for each child that should be laid out.
62
- * @param callback The callback
63
- */
64
- eachLayoutChild(callback: (child: View, isLast: boolean) => void): void;
65
-
66
- /**
67
- * Gets or sets padding style property.
68
- */
69
- padding: string | CoreTypes.LengthType;
70
-
71
- /**
72
- * Specify the bottom padding of this layout.
73
- */
74
- paddingBottom: CoreTypes.LengthType;
75
-
76
- /**
77
- * Specify the left padding of this layout.
78
- */
79
- paddingLeft: CoreTypes.LengthType;
80
-
81
- /**
82
- * Specify the right padding of this layout.
83
- */
84
- paddingRight: CoreTypes.LengthType;
85
-
86
- /**
87
- * Specify the top padding of this layout.
88
- */
89
- paddingTop: CoreTypes.LengthType;
90
-
91
- /**
92
- * Gets or sets a value indicating whether to clip the content of this layout.
93
- */
94
- clipToBounds: boolean;
95
-
96
- /**
97
- * Gets or sets a value indicating whether touch event should pass through to a parent view of the
98
- * layout container in case an interactive child view did not handle it.
99
- * Default value of this property is false. This does not affect the appearance of the view.
100
- */
101
- isPassThroughParentEnabled: boolean;
102
- }
103
-
104
- export const clipToBoundsProperty: Property<LayoutBase, boolean>;
105
- export const isPassThroughParentEnabledProperty: Property<LayoutBase, boolean>;