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

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 (427) 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 -0
  61. package/ui/button/index.android.js +3 -0
  62. package/ui/button/index.android.js.map +1 -1
  63. package/ui/content-view/index.d.ts +23 -4
  64. package/ui/core/view/index.android.js +3 -4
  65. package/ui/core/view/index.android.js.map +1 -1
  66. package/ui/core/view/index.ios.js +1 -3
  67. package/ui/core/view/index.ios.js.map +1 -1
  68. package/ui/core/view/view-common.d.ts +8 -1
  69. package/ui/core/view/view-common.js +16 -3
  70. package/ui/core/view/view-common.js.map +1 -1
  71. package/ui/core/view-base/index.d.ts +93 -2
  72. package/ui/core/view-base/index.js +18 -0
  73. package/ui/core/view-base/index.js.map +1 -1
  74. package/ui/core/weak-event-listener/index.d.ts +2 -18
  75. package/ui/date-picker/date-picker-common.d.ts +1 -0
  76. package/ui/date-picker/date-picker-common.js +1 -0
  77. package/ui/date-picker/date-picker-common.js.map +1 -1
  78. package/ui/editable-text-base/editable-text-base-common.d.ts +1 -0
  79. package/ui/editable-text-base/editable-text-base-common.js.map +1 -1
  80. package/ui/frame/frame-common.d.ts +3 -2
  81. package/ui/frame/frame-common.js +6 -6
  82. package/ui/frame/frame-common.js.map +1 -1
  83. package/ui/gestures/gestures-common.d.ts +22 -0
  84. package/ui/gestures/gestures-common.js +22 -0
  85. package/ui/gestures/gestures-common.js.map +1 -1
  86. package/ui/html-view/html-view-common.d.ts +1 -0
  87. package/ui/html-view/html-view-common.js.map +1 -1
  88. package/ui/image/image-common.d.ts +2 -0
  89. package/ui/image/image-common.js +3 -1
  90. package/ui/image/image-common.js.map +1 -1
  91. package/ui/index.d.ts +3 -1
  92. package/ui/index.js +1 -1
  93. package/ui/index.js.map +1 -1
  94. package/ui/layouts/index.d.ts +2 -1
  95. package/ui/layouts/layout-base-common.d.ts +0 -1
  96. package/ui/layouts/layout-base-common.js +1 -8
  97. package/ui/layouts/layout-base-common.js.map +1 -1
  98. package/ui/list-picker/list-picker-common.d.ts +1 -0
  99. package/ui/list-picker/list-picker-common.js +1 -0
  100. package/ui/list-picker/list-picker-common.js.map +1 -1
  101. package/ui/placeholder/index.android.d.ts +1 -1
  102. package/ui/placeholder/index.d.ts +8 -42
  103. package/ui/proxy-view-container/index.d.ts +2 -0
  104. package/ui/proxy-view-container/index.js +2 -0
  105. package/ui/proxy-view-container/index.js.map +1 -1
  106. package/ui/repeater/index.d.ts +2 -0
  107. package/ui/repeater/index.js +2 -0
  108. package/ui/repeater/index.js.map +1 -1
  109. package/ui/slider/slider-common.d.ts +1 -0
  110. package/ui/slider/slider-common.js +1 -0
  111. package/ui/slider/slider-common.js.map +1 -1
  112. package/ui/styling/background.ios.d.ts +1 -15
  113. package/ui/styling/background.ios.js +52 -54
  114. package/ui/styling/background.ios.js.map +1 -1
  115. package/ui/styling/converters.d.ts +2 -2
  116. package/ui/styling/style/index.d.ts +3 -1
  117. package/ui/styling/style/index.js.map +1 -1
  118. package/ui/styling/style-properties.d.ts +81 -100
  119. package/ui/styling/style-properties.js.map +1 -1
  120. package/ui/styling/style-scope.d.ts +79 -48
  121. package/ui/text-base/formatted-string.d.ts +36 -73
  122. package/ui/text-base/index.android.js +2 -11
  123. package/ui/text-base/index.android.js.map +1 -1
  124. package/ui/text-base/span.d.ts +36 -81
  125. package/ui/text-base/text-base-common.d.ts +2 -0
  126. package/ui/text-base/text-base-common.js +6 -0
  127. package/ui/text-base/text-base-common.js.map +1 -1
  128. package/ui/text-view/index.android.d.ts +0 -1
  129. package/ui/text-view/index.android.js +0 -1
  130. package/ui/text-view/index.android.js.map +1 -1
  131. package/ui/text-view/index.ios.d.ts +0 -3
  132. package/ui/text-view/index.ios.js +8 -64
  133. package/ui/text-view/index.ios.js.map +1 -1
  134. package/ui/text-view/text-view-common.d.ts +0 -26
  135. package/ui/text-view/text-view-common.js +0 -34
  136. package/ui/text-view/text-view-common.js.map +1 -1
  137. package/ui/time-picker/time-picker-common.d.ts +1 -0
  138. package/ui/time-picker/time-picker-common.js +1 -0
  139. package/ui/time-picker/time-picker-common.js.map +1 -1
  140. package/ui/utils.ios.d.ts +1 -2
  141. package/ui/utils.ios.js.map +1 -1
  142. package/ui/web-view/web-view-common.d.ts +1 -1
  143. package/utils/debug.d.ts +17 -61
  144. package/utils/ios/index.js +4 -4
  145. package/utils/ios/index.js.map +1 -1
  146. package/utils/lazy.d.ts +0 -5
  147. package/utils/macrotask-scheduler.d.ts +1 -5
  148. package/utils/native-helper.ios.js +1 -0
  149. package/utils/native-helper.ios.js.map +1 -1
  150. package/utils/types.d.ts +23 -115
  151. package/xml/index.d.ts +44 -105
  152. package/xml/index.js +1 -1
  153. package/xml/index.js.map +1 -1
  154. package/accessibility/accessibility-service.d.ts +0 -10
  155. package/accessibility/font-scale.d.ts +0 -9
  156. package/accessibility/index.d.ts +0 -37
  157. package/animation-frame/animation-native.d.ts +0 -4
  158. package/application/application.d.ts +0 -194
  159. package/application/index.d.ts +0 -2
  160. package/application-settings/index.d.ts +0 -70
  161. package/cli-hooks/before-checkForChanges.js +0 -60
  162. package/cli-hooks/postinstall.js +0 -2
  163. package/cli-hooks/preuninstall.js +0 -2
  164. package/color/index.d.ts +0 -206
  165. package/connectivity/index.d.ts +0 -52
  166. package/css/lib/parse/index.js +0 -602
  167. package/css/package.json +0 -36
  168. package/css/reworkcss.d.ts +0 -47
  169. package/css/reworkcss.js +0 -1
  170. package/css-value/package.json +0 -23
  171. package/css-value/reworkcss-value.d.ts +0 -8
  172. package/css-value/reworkcss-value.js +0 -113
  173. package/debugger/css-agent.d.ts +0 -59
  174. package/fetch/index.js +0 -539
  175. package/file-system/file-system-access.d.ts +0 -441
  176. package/fps-meter/fps-native.d.ts +0 -24
  177. package/global-types.d.ts +0 -393
  178. package/http/http-request/index.d.ts +0 -3
  179. package/image-asset/index.d.ts +0 -17
  180. package/image-source/index.d.ts +0 -345
  181. package/js-libs/easysax/easysax.d.ts +0 -8
  182. package/js-libs/easysax/easysax.js +0 -782
  183. package/js-libs/easysax/package.json +0 -35
  184. package/platform/device/index.d.ts +0 -70
  185. package/platform/screen/index.d.ts +0 -48
  186. package/platforms/android/native-api-usage.json +0 -32
  187. package/platforms/android/res/values/ids.xml +0 -4
  188. package/platforms/android/widgets-release.aar +0 -0
  189. package/platforms/android/winter_cg-release.aar +0 -0
  190. package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
  191. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  192. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  193. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  194. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
  195. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  196. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  197. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  198. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  199. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  200. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  201. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  202. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  203. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  204. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
  205. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
  206. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
  207. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
  208. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
  209. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
  210. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
  211. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
  212. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
  213. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  214. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  215. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  216. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  217. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  218. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  219. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  220. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  221. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  222. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  223. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  224. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  225. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  226. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  227. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  228. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  229. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  230. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  231. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
  232. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  233. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  234. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  235. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  236. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  237. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  238. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  239. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  240. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  241. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  242. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  243. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  244. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  245. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  246. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  247. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  248. package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
  249. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  250. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  251. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  252. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  253. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  254. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  255. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  256. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  257. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  258. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
  259. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  260. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  261. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  262. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  263. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  264. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  265. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  266. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  267. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  268. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  269. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  270. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  271. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  272. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  273. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  274. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  275. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
  276. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  277. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  278. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
  279. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
  280. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
  281. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
  282. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
  283. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
  284. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
  285. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
  286. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
  287. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
  288. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
  289. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
  290. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
  291. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
  292. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
  293. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
  294. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  295. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  296. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  297. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  298. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  299. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  300. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  301. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  302. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  303. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  304. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  305. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  306. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  307. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  308. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  309. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  310. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  311. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  312. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  313. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  314. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  315. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  316. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  317. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  318. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  319. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  320. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  321. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  322. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  323. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  324. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  325. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  326. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  327. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
  328. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  329. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  330. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  331. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  332. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  333. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  334. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  335. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  336. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  337. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  338. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  339. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  340. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  341. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  342. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  343. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  344. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  345. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  346. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  347. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  348. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  349. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  350. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  351. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  352. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  353. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  354. package/platforms/ios/native-api-usage.json +0 -41
  355. package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
  356. package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
  357. package/platforms/ios/src/NativeScriptMainWindow.swift +0 -179
  358. package/platforms/ios/src/NativeScriptUtils.h +0 -16
  359. package/platforms/ios/src/NativeScriptUtils.m +0 -137
  360. package/platforms/ios/src/UIView+NativeScript.h +0 -15
  361. package/platforms/ios/src/UIView+NativeScript.m +0 -150
  362. package/platforms/ios/src/module.modulemap +0 -14
  363. package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
  364. package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
  365. package/references.d.ts +0 -10
  366. package/text/index.d.ts +0 -36
  367. package/timer/index.d.ts +0 -27
  368. package/ui/action-bar/index.d.ts +0 -271
  369. package/ui/activity-indicator/index.d.ts +0 -21
  370. package/ui/animation/index.d.ts +0 -152
  371. package/ui/button/index.d.ts +0 -44
  372. package/ui/core/control-state-change/index.d.ts +0 -15
  373. package/ui/core/view/index.d.ts +0 -992
  374. package/ui/core/view/view-helper/index.d.ts +0 -76
  375. package/ui/date-picker/index.d.ts +0 -65
  376. package/ui/dialogs/index.d.ts +0 -311
  377. package/ui/editable-text-base/index.d.ts +0 -100
  378. package/ui/embedding/index.d.ts +0 -10
  379. package/ui/frame/fragment.d.ts +0 -5
  380. package/ui/frame/fragment.transitions.d.ts +0 -43
  381. package/ui/frame/index.d.ts +0 -553
  382. package/ui/frame/transition-definitions.android.d.ts +0 -54
  383. package/ui/gestures/index.d.ts +0 -59
  384. package/ui/html-view/index.d.ts +0 -27
  385. package/ui/image/index.d.ts +0 -77
  386. package/ui/image/symbol-effects.d.ts +0 -13
  387. package/ui/image-cache/index.d.ts +0 -147
  388. package/ui/label/index.d.ts +0 -21
  389. package/ui/layouts/absolute-layout/index.d.ts +0 -40
  390. package/ui/layouts/dock-layout/index.d.ts +0 -35
  391. package/ui/layouts/flexbox-layout/index.d.ts +0 -66
  392. package/ui/layouts/grid-layout/index.d.ts +0 -182
  393. package/ui/layouts/layout-base.d.ts +0 -105
  394. package/ui/layouts/root-layout/index.d.ts +0 -45
  395. package/ui/layouts/stack-layout/index.d.ts +0 -19
  396. package/ui/layouts/wrap-layout/index.d.ts +0 -43
  397. package/ui/list-picker/index.d.ts +0 -32
  398. package/ui/list-view/index.d.ts +0 -208
  399. package/ui/page/index.d.ts +0 -212
  400. package/ui/progress/index.d.ts +0 -37
  401. package/ui/scroll-view/index.d.ts +0 -89
  402. package/ui/search-bar/index.d.ts +0 -89
  403. package/ui/segmented-bar/index.d.ts +0 -106
  404. package/ui/slider/index.d.ts +0 -72
  405. package/ui/styling/background.d.ts +0 -93
  406. package/ui/styling/font.d.ts +0 -62
  407. package/ui/switch/index.d.ts +0 -35
  408. package/ui/tab-view/index.d.ts +0 -175
  409. package/ui/text-base/index.d.ts +0 -161
  410. package/ui/text-field/index.d.ts +0 -41
  411. package/ui/text-view/index.d.ts +0 -35
  412. package/ui/time-picker/index.d.ts +0 -80
  413. package/ui/transition/fade-transition.d.ts +0 -3
  414. package/ui/transition/flip-transition.d.ts +0 -5
  415. package/ui/transition/index.d.ts +0 -59
  416. package/ui/transition/modal-transition.d.ts +0 -2
  417. package/ui/transition/page-transition.d.ts +0 -4
  418. package/ui/transition/shared-transition-helper.d.ts +0 -14
  419. package/ui/transition/slide-transition.d.ts +0 -5
  420. package/ui/utils.d.ts +0 -44
  421. package/ui/web-view/index.d.ts +0 -130
  422. package/utils/constants.d.ts +0 -1
  423. package/utils/index.d.ts +0 -177
  424. package/utils/layout-helper/index.d.ts +0 -82
  425. package/utils/mainthread-helper.d.ts +0 -16
  426. package/utils/native-helper.d.ts +0 -280
  427. package/utils/typescript-utils.d.ts +0 -6
@@ -1,45 +0,0 @@
1
- import { GridLayout } from '../grid-layout';
2
- import { View } from '../../core/view';
3
-
4
- export class RootLayout extends GridLayout {
5
- open(view: View, options: RootLayoutOptions = {}): Promise<void>;
6
- close(view: View, exitTo?: TransitionAnimation): Promise<void>;
7
- topmost(): View;
8
- bringToFront(view: View, animated?: boolean): Promise<void>;
9
- closeAll(): Promise<void[]>;
10
- getShadeCover(): View;
11
- openShadeCover(options: ShadeCoverOptions = {}): Promise<void>;
12
- closeShadeCover(shadeCoverOptions: ShadeCoverOptions = {}): Promise<void>;
13
- }
14
-
15
- export function getRootLayout(): RootLayout;
16
-
17
- export interface RootLayoutOptions {
18
- shadeCover?: ShadeCoverOptions;
19
- animation?: {
20
- enterFrom?: TransitionAnimation;
21
- exitTo?: TransitionAnimation;
22
- };
23
- }
24
-
25
- export interface ShadeCoverOptions {
26
- opacity?: number;
27
- color?: string;
28
- tapToClose?: boolean;
29
- animation?: {
30
- enterFrom?: TransitionAnimation; // only applied if first one to be opened
31
- exitTo?: TransitionAnimation; // only applied if last one to be closed
32
- };
33
- ignoreShadeRestore?: boolean;
34
- }
35
-
36
- export interface TransitionAnimation {
37
- translateX?: number;
38
- translateY?: number;
39
- scaleX?: number;
40
- scaleY?: number;
41
- rotate?: number; // in degrees
42
- opacity?: number;
43
- duration?: number; // in milliseconds
44
- curve?: any; // CoreTypes.AnimationCurve (string, cubicBezier, etc.)
45
- }
@@ -1,19 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { Property } from '../../core/properties';
3
- import { CoreTypes } from '../../../core-types';
4
-
5
- /**
6
- * A Layout that arranges its children horizontally or vertically. The direction can be set by orientation property.
7
- */
8
- export class StackLayout extends LayoutBase {
9
- /**
10
- * Gets or sets if layout should be horizontal or vertical.
11
- * The default value is vertical.
12
- */
13
- orientation: CoreTypes.OrientationType;
14
- }
15
-
16
- /**
17
- * Represents the observable property backing the orientation property of each StackLayout instance.
18
- */
19
- export const orientationProperty: Property<StackLayout, CoreTypes.OrientationType>;
@@ -1,43 +0,0 @@
1
- import { LayoutBase } from '../layout-base';
2
- import { Length } from '../../styling/style-properties';
3
- import { Property } from '../../core/properties';
4
- import { CoreTypes } from '../../../core-types';
5
-
6
- /**
7
- * WrapLayout position children in rows or columns depending on orientation property
8
- * until space is filled and then wraps them on new row or column.
9
- */
10
- export class WrapLayout extends LayoutBase {
11
- /**
12
- * Gets or sets the flow direction. Default value is horizontal.
13
- * If orientation is horizontal items are arranged in rows, else items are arranged in columns.
14
- */
15
- orientation: CoreTypes.OrientationType;
16
-
17
- /**
18
- * Gets or sets the width used to measure and layout each child.
19
- * Default value is Number.NaN which does not restrict children.
20
- */
21
- itemWidth: CoreTypes.LengthType;
22
-
23
- /**
24
- * Gets or sets the height used to measure and layout each child.
25
- * Default value is Number.NaN which does not restrict children.
26
- */
27
- itemHeight: CoreTypes.LengthType;
28
- }
29
-
30
- /**
31
- * Represents the observable property backing the orientation property of each WrapLayout instance.
32
- */
33
- export const orientationProperty: Property<WrapLayout, CoreTypes.OrientationType>;
34
-
35
- /**
36
- * Represents the observable property backing the itemWidth property of each WrapLayout instance.
37
- */
38
- export const itemWidthProperty: Property<WrapLayout, CoreTypes.LengthType>;
39
-
40
- /**
41
- * Represents the observable property backing the itemHeight property of each WrapLayout instance.
42
- */
43
- export const itemHeightProperty: Property<WrapLayout, CoreTypes.LengthType>;
@@ -1,32 +0,0 @@
1
- import { View } from '../core/view';
2
- import { Property } from '../core/properties';
3
- import { ItemsSource } from './list-picker-common';
4
-
5
- /**
6
- * Represents an list picker.
7
- */
8
- export class ListPicker extends View {
9
- /**
10
- * Gets the native [android.widget.NumberPicker](http://developer.android.com/reference/android/widget/NumberPicker.html) that represents the user interface for this component. Valid only when running on Android OS.
11
- */
12
- android: any /* android.widget.NumberPicker */;
13
-
14
- /**
15
- * Gets the native iOS [UIPickerView](http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDatePicker_Class/index.html) that represents the user interface for this component. Valid only when running on iOS.
16
- */
17
- ios: any /* UIPickerView */;
18
-
19
- /**
20
- * Gets or sets the selected index.
21
- */
22
- selectedIndex: number;
23
-
24
- /**
25
- * Gets or set the items collection of the ListPicker.
26
- * The items property can be set to an array or an object defining length and getItem(index) method.
27
- */
28
- items: any;
29
- }
30
-
31
- export const selectedIndexProperty: Property<ListPicker, number>;
32
- export const itemsProperty: Property<ListPicker, any[] | ItemsSource>;
@@ -1,208 +0,0 @@
1
- import { View, Template, KeyedTemplate } from '../core/view';
2
- import { Color } from '../../color';
3
- import { CoreTypes } from '../../core-types';
4
- import { EventData } from '../../data/observable';
5
- import { Length } from '../styling/style-properties';
6
- import { Style } from '../styling/style';
7
- import { Property, CssProperty } from '../core/properties';
8
-
9
- /**
10
- * Represents a view that shows items in a vertically scrolling list.
11
- */
12
- export class ListView extends View {
13
- /**
14
- * String value used when hooking to itemLoading event.
15
- */
16
- public static itemLoadingEvent: string;
17
- /**
18
- * String value used when hooking to itemTap event.
19
- */
20
- public static itemTapEvent: string;
21
- /**
22
- * String value used when hooking to loadMoreItems event.
23
- */
24
- public static loadMoreItemsEvent: string;
25
-
26
- /**
27
- * Gets the native [android widget](http://developer.android.com/reference/android/widget/ListView.html) that represents the user interface for this component. Valid only when running on Android OS.
28
- */
29
- android: any /* android.widget.ListView */;
30
-
31
- /**
32
- * Gets the native [iOS view](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/) that represents the user interface for this component. Valid only when running on iOS.
33
- */
34
- ios: any /* UITableView */;
35
-
36
- /**
37
- * Gets or set the items collection of the ListView.
38
- * The items property can be set to an array or an object defining length and getItem(index) method.
39
- */
40
- items: any[] | ItemsSource;
41
-
42
- /**
43
- * Gets or set the item template of the ListView.
44
- */
45
- itemTemplate: string | Template;
46
-
47
- /**
48
- * Gets or set the list of item templates for the item template selector
49
- */
50
- itemTemplates: string | Array<KeyedTemplate>;
51
-
52
- /**
53
- * A function that returns the appropriate ket template based on the data item.
54
- */
55
- itemTemplateSelector: string | ((item: any, index: number, items: any) => string);
56
-
57
- /**
58
- * Item id generator
59
- */
60
- itemIdGenerator: (item: any, index: number, items: any) => number;
61
-
62
- /**
63
- * Gets or set the items separator line color of the ListView.
64
- */
65
- separatorColor: Color;
66
-
67
- /**
68
- * Gets or set row height of the ListView.
69
- */
70
- rowHeight: CoreTypes.LengthType;
71
-
72
- /**
73
- * Gets or set the estimated height of rows in the ListView.
74
- * The default value is 44px.
75
- */
76
- iosEstimatedRowHeight: CoreTypes.LengthType;
77
-
78
- /**
79
- * Forces the ListView to reload all its items.
80
- */
81
- refresh();
82
-
83
- /**
84
- * Scrolls the specified item with index into view.
85
- * [iOS](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instm/UITableView/scrollToRowAtIndexPath:atScrollPosition:animated:)
86
- * [Android](http://developer.android.com/reference/android/widget/ListView.html#setSelection(int))
87
- * @param index - Item index.
88
- */
89
- scrollToIndex(index: number);
90
-
91
- /**
92
- * Scrolls the specified item with index into view with animation.
93
- * [iOS](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instm/UITableView/scrollToRowAtIndexPath:atScrollPosition:animated:)
94
- * [Android](https://developer.android.com/reference/android/widget/ListView.html#smoothScrollToPosition(int))
95
- * @param index - Item index.
96
- */
97
- scrollToIndexAnimated(index: number);
98
-
99
- /**
100
- * Checks if Specified item with index is visible.
101
- * @param index - Item index.
102
- */
103
- isItemAtIndexVisible(index: number): boolean;
104
-
105
- /**
106
- * Adds a listener for the specified event name.
107
- *
108
- * @param eventName The name of the event.
109
- * @param callback The event listener to add. Will be called when an event of
110
- * the given name is raised.
111
- * @param thisArg An optional parameter which, when set, will be bound as the
112
- * `this` context when the callback is called. Falsy values will be not be
113
- * bound.
114
- */
115
- on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
116
-
117
- /**
118
- * Raised when a View for the data at the specified index should be created.
119
- * The result should be returned trough the view property of the event data.
120
- * Note, that the view property of the event data can be pre-initialized with
121
- * an old instance of a view, so that it can be reused.
122
- */
123
- on(event: 'itemLoading', callback: (args: ItemEventData) => void, thisArg?: any): void;
124
-
125
- /**
126
- * Raised when an item inside the ListView is tapped.
127
- */
128
- on(event: 'itemTap', callback: (args: ItemEventData) => void, thisArg?: any): void;
129
-
130
- /**
131
- * Raised when the ListView is scrolled so that its last item is visible.
132
- */
133
- on(event: 'loadMoreItems', callback: (args: EventData) => void, thisArg?: any): void;
134
- }
135
-
136
- /**
137
- * Event data containing information for the index and the view associated to a list view item.
138
- */
139
- export interface ItemEventData extends EventData {
140
- /**
141
- * The index of the item, for which the event is raised.
142
- */
143
- index: number;
144
-
145
- /**
146
- * The view that is associated to the item, for which the event is raised.
147
- */
148
- view: View;
149
-
150
- /**
151
- * Gets the native [iOS view](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewCell_Class/) that represents the user interface where the view is hosted. Valid only when running on iOS.
152
- */
153
- ios: any /* UITableViewCell */;
154
-
155
- /**
156
- * Gets the native [android widget](http://developer.android.com/reference/android/view/ViewGroup.html) that represents the user interface where the view is hosted. Valid only when running on Android OS.
157
- */
158
- android: any /* android.view.ViewGroup */;
159
- }
160
-
161
- export interface ItemsSource {
162
- length: number;
163
- getItem(index: number): any;
164
- }
165
-
166
- export interface TemplatedItemsView {
167
- items: any[] | ItemsSource;
168
- itemTemplate: string | Template;
169
- itemTemplates?: string | Array<KeyedTemplate>;
170
- refresh(): void;
171
- on(event: 'itemLoading', callback: (args: ItemEventData) => void, thisArg?: any): void;
172
- off(event: 'itemLoading', callback: (args: EventData) => void, thisArg?: any): void;
173
- }
174
-
175
- /**
176
- * Represents the property backing the items property of each ListView instance.
177
- */
178
- export const itemsProperty: Property<ListView, any[] | ItemsSource>;
179
-
180
- /**
181
- * Represents the item template property of each ListView instance.
182
- */
183
- export const itemTemplateProperty: Property<ListView, string | Template>;
184
-
185
- /**
186
- * Represents the items template property of each ListView instance.
187
- */
188
- export const itemTemplatesProperty: Property<ListView, string | Array<KeyedTemplate>>;
189
-
190
- /**
191
- * Represents the separator color backing property.
192
- */
193
- export const separatorColor: Property<ListView, Color>;
194
-
195
- /**
196
- * Represents the observable property backing the rowHeight property of each ListView instance.
197
- */
198
- export const rowHeightProperty: Property<ListView, CoreTypes.LengthType>;
199
-
200
- /**
201
- * Represents the observable property backing the iosEstimatedRowHeight property of each ListView instance.
202
- */
203
- export const iosEstimatedRowHeightProperty: Property<ListView, CoreTypes.LengthType>;
204
-
205
- /**
206
- * Backing property for separator color property.
207
- */
208
- export const separatorColorProperty: CssProperty<Style, Color>;
@@ -1,212 +0,0 @@
1
- import { PageBase } from './page-common';
2
- import { CssProperty, Property } from '../core/properties';
3
- import { Style } from '../styling/style';
4
- import { EventData } from '../../data/observable';
5
- import { Frame } from '../frame';
6
- import { ActionBar } from '../action-bar';
7
- import { KeyframeAnimationInfo } from '../animation/keyframe-animation';
8
- import { Color } from '../../color';
9
-
10
- export * from './page-common';
11
-
12
- /**
13
- * Defines the data for the page navigation events.
14
- */
15
- export interface NavigatedData extends EventData {
16
- /**
17
- * The navigation context (optional, may be undefined) passed to the page navigation events method.
18
- */
19
- context: any;
20
-
21
- /**
22
- * Represents if a navigation is forward or backward.
23
- */
24
- isBackNavigation: boolean;
25
- }
26
-
27
- /**
28
- * Represents a logical unit for navigation (inside Frame).
29
- */
30
- export declare class Page extends PageBase {
31
- /**
32
- * String value used when hooking to navigatingTo event.
33
- */
34
- public static readonly navigatingToEvent = 'navigatingTo';
35
-
36
- /**
37
- * String value used when hooking to navigatedTo event.
38
- */
39
- public static readonly navigatedToEvent = 'navigatedTo';
40
-
41
- /**
42
- * String value used when hooking to navigatingFrom event.
43
- */
44
- public static readonly navigatingFromEvent = 'navigatingFrom';
45
-
46
- /**
47
- * String value used when hooking to navigatedFrom event.
48
- */
49
- public static readonly navigatedFromEvent = 'navigatedFrom';
50
-
51
- /**
52
- * Gets or sets whether page background spans under status bar.
53
- */
54
- public backgroundSpanUnderStatusBar: boolean;
55
-
56
- /**
57
- * Gets or sets the style of the status bar.
58
- */
59
- // @ts-ignore
60
- public statusBarStyle: 'light' | 'dark';
61
-
62
- /**
63
- * Gets or sets the color of the status bar in Android.
64
- */
65
- // @ts-ignore
66
- public androidStatusBarBackground: Color;
67
-
68
- /**
69
- * Used to hide the Navigation Bar in iOS and the Action Bar in Android.
70
- */
71
- // @ts-ignore
72
- public actionBarHidden: boolean;
73
-
74
- /**
75
- * Used to control if swipe back navigation in iOS is enabled. This property is iOS specific. Default value: true
76
- */
77
- public enableSwipeBackNavigation: boolean;
78
-
79
- /**
80
- * Returns a CSS keyframe animation with the specified name, if it exists.
81
- */
82
- public getKeyframeAnimationWithName(animationName: string): KeyframeAnimationInfo;
83
-
84
- /**
85
- * A property that is used to pass a data from another page (while navigate to).
86
- */
87
- // @ts-ignore
88
- public navigationContext: any;
89
-
90
- /**
91
- * Gets the Frame object controlling this instance.
92
- */
93
- // @ts-ignore
94
- public frame: Frame;
95
-
96
- /**
97
- * Gets the ActionBar for this page.
98
- */
99
- // @ts-ignore
100
- public actionBar: ActionBar;
101
-
102
- /**
103
- * iOS Only
104
- * Perform an action when user performans the "escape" gesture
105
- */
106
- public onAccessibilityPerformEscape?: () => boolean;
107
-
108
- /**
109
- * Should page changed be annnounced to the screen reader.
110
- */
111
- public accessibilityAnnouncePageEnabled: boolean;
112
-
113
- /**
114
- * Adds a listener for the specified event name.
115
- *
116
- * @param eventName The name of the event.
117
- * @param callback The event listener to add. Will be called when an event of
118
- * the given name is raised.
119
- * @param thisArg An optional parameter which, when set, will be bound as the
120
- * `this` context when the callback is called. Falsy values will be not be
121
- * bound.
122
- */
123
- public on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
124
-
125
- /**
126
- * Raised when navigation to the page has started.
127
- */
128
- public on(event: 'navigatingTo', callback: (args: NavigatedData) => void, thisArg?: any): void;
129
-
130
- /**
131
- * Raised when navigation to the page has finished.
132
- */
133
- public on(event: 'navigatedTo', callback: (args: NavigatedData) => void, thisArg?: any): void;
134
-
135
- /**
136
- * Raised when navigation from the page has started.
137
- */
138
- public on(event: 'navigatingFrom', callback: (args: NavigatedData) => void, thisArg?: any): void;
139
-
140
- /**
141
- * Raised when navigation from the page has finished.
142
- */
143
- public on(event: 'navigatedFrom', callback: (args: NavigatedData) => void, thisArg?: any): void;
144
- //@private
145
-
146
- /**
147
- * @private
148
- */
149
- hasActionBar: boolean;
150
-
151
- /**
152
- * A method called before navigating to the page.
153
- * @private
154
- * @param context - The data passed to the page through the NavigationEntry.context property.
155
- * @param isBackNavigation - True if the Page is being navigated from using the Frame.goBack() method, false otherwise.
156
- * @param bindingContext - An object to become the binding context of the page navigating to. Optional.
157
- */
158
- public onNavigatingTo(context: any, isBackNavigation: boolean, bindingContext?: any): void;
159
-
160
- /**
161
- * A method called after navigated to the page.
162
- * @private
163
- * @param isBackNavigation - True if the Page is being navigated from using the Frame.goBack() method, false otherwise.
164
- */
165
- public onNavigatedTo(isBackNavigation: boolean): void;
166
-
167
- /**
168
- * A method called before navigating from the page.
169
- * @private
170
- * @param isBackNavigation - True if the Page is being navigated from using the Frame.goBack() method, false otherwise.
171
- */
172
- public onNavigatingFrom(isBackNavigation: boolean): void;
173
-
174
- /**
175
- * A method called after navigated from the page.
176
- * @private
177
- * @param isBackNavigation - True if the Page is being navigated from using the Frame.goBack() method, false otherwise.
178
- */
179
- public onNavigatedFrom(isBackNavigation: boolean): void;
180
- //@endprivate
181
-
182
- /**
183
- * Announce screen changed
184
- */
185
- public accessibilityScreenChanged(refocus?: boolean): void;
186
- }
187
-
188
- /**
189
- * Dependency property that specify if page background should span under status bar.
190
- */
191
- export const backgroundSpanUnderStatusBarProperty: Property<Page, boolean>;
192
-
193
- /**
194
- * Dependency property used to hide the Navigation Bar in iOS and the Action Bar in Android.
195
- */
196
- export const actionBarHiddenProperty: Property<Page, boolean>;
197
-
198
- /**
199
- * Dependency property used to control if swipe back navigation in iOS is enabled.
200
- * This property is iOS specific. Default value: true
201
- */
202
- export const enableSwipeBackNavigationProperty: Property<Page, boolean>;
203
-
204
- /**
205
- * Property backing statusBarStyle.
206
- */
207
- export const statusBarStyleProperty: CssProperty<Style, 'light' | 'dark'>;
208
-
209
- /**
210
- * Property backing androidStatusBarBackground.
211
- */
212
- export const androidStatusBarBackgroundProperty: CssProperty<Style, Color>;
@@ -1,37 +0,0 @@
1
- import { View } from '../core/view';
2
- import { Property } from '../core/properties';
3
-
4
- /**
5
- * Represents a progress component.
6
- */
7
- export class Progress extends View {
8
- /**
9
- * Gets the native [android widget](http://developer.android.com/reference/android/widget/ProgressBar.html) that represents the user interface for this component. Valid only when running on Android OS.
10
- */
11
- android: any /* android.widget.ProgressBar */;
12
-
13
- /**
14
- * Gets the native iOS [UIProgressView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIProgressView_Class/) that represents the user interface for this component. Valid only when running on iOS.
15
- */
16
- ios: any /* UIProgressView */;
17
-
18
- /**
19
- * Gets or sets a progress current value.
20
- */
21
- value: number;
22
-
23
- /**
24
- * Gets or sets a progress max value.
25
- */
26
- maxValue: number;
27
- }
28
-
29
- /**
30
- * Represents the observable property backing the value property of each Progress instance.
31
- */
32
- export const valueProperty: Property<Progress, number>;
33
-
34
- /**
35
- * Represents the observable property backing the maxValue property of each Progress instance.
36
- */
37
- export const maxValueProperty: Property<Progress, number>;
@@ -1,89 +0,0 @@
1
- import { ContentView } from '../content-view';
2
- import { Property } from '../core/properties';
3
- import { EventData } from '../../data/observable';
4
- import { CoreTypes } from '../../core-types';
5
-
6
- /**
7
- * Represents a scrollable area that can have content that is larger than its bounds.
8
- */
9
- export class ScrollView extends ContentView {
10
- /**
11
- * String value used when hooking to scroll event.
12
- */
13
- public static scrollEvent: string;
14
-
15
- /**
16
- * Gets or sets a value indicating whether scroll is enabled.
17
- */
18
- isScrollEnabled: boolean;
19
-
20
- /**
21
- * Gets a value that contains the vertical offset of the scrolled content.
22
- */
23
- verticalOffset: number;
24
-
25
- /**
26
- * Gets a value that contains the horizontal offset of the scrolled content.
27
- */
28
- horizontalOffset: number;
29
-
30
- /**
31
- * Gets the maximum value for the verticalOffset.
32
- */
33
- scrollableHeight: number;
34
-
35
- /**
36
- * Gets the maximum value for the horizontalOffset.
37
- */
38
- scrollableWidth: number;
39
-
40
- /**
41
- * Toggles scrollbar indicator visibility
42
- */
43
- scrollBarIndicatorVisible: boolean;
44
-
45
- /**
46
- * Scrolls the content the specified vertical offset position.
47
- * @param value The offset value
48
- * @param animated true for animated scroll, false for immediate scroll.
49
- */
50
- scrollToVerticalOffset(value: number, animated: boolean);
51
-
52
- /**
53
- * Scrolls the content the specified horizontal offset position.
54
- * @param value The offset value
55
- * @param animated true for animated scroll, false for immediate scroll.
56
- */
57
- scrollToHorizontalOffset(value: number, animated: boolean);
58
-
59
- /**
60
- * Gets or sets direction in which the content can be scrolled.
61
- */
62
- orientation: CoreTypes.OrientationType;
63
-
64
- /**
65
- * Adds a listener for the specified event name.
66
- *
67
- * @param eventName The name of the event.
68
- * @param callback The event listener to add. Will be called when an event of
69
- * the given name is raised.
70
- * @param thisArg An optional parameter which, when set, will be bound as the
71
- * `this` context when the callback is called. Falsy values will be not be
72
- * bound.
73
- */
74
- on(eventName: string, callback: (data: EventData) => void, thisArg?: any): void;
75
-
76
- /**
77
- * Raised when a scroll event occurs.
78
- */
79
- on(event: 'scroll', callback: (args: ScrollEventData) => void, thisArg?: any): void;
80
-
81
- _onOrientationChanged(): void;
82
- }
83
-
84
- export interface ScrollEventData extends EventData {
85
- scrollX: number;
86
- scrollY: number;
87
- }
88
-
89
- export const orientationProperty: Property<ScrollView, CoreTypes.OrientationType>;