@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,76 +0,0 @@
1
- import { View } from '..';
2
-
3
- export class ViewHelper {
4
- /**
5
- * Measure a child by taking into account its margins and a given measureSpecs.
6
- * @param parent This parameter is not used. You can pass null.
7
- * @param child The view to be measured.
8
- * @param measuredWidth The measured width that the parent layout specifies for this view.
9
- * @param measuredHeight The measured height that the parent layout specifies for this view.
10
- */
11
- public static measureChild(parent: View, child: View, widthMeasureSpec: number, heightMeasureSpec: number): { measuredWidth: number; measuredHeight: number };
12
-
13
- /**
14
- * Layout a child by taking into account its margins, horizontal and vertical alignments and a given bounds.
15
- * @param parent This parameter is not used. You can pass null.
16
- * @param left Left position, relative to parent
17
- * @param top Top position, relative to parent
18
- * @param right Right position, relative to parent
19
- * @param bottom Bottom position, relative to parent
20
- */
21
- public static layoutChild(parent: View, child: View, left: number, top: number, right: number, bottom: number): void;
22
-
23
- /**
24
- * Utility to reconcile a desired size and state, with constraints imposed
25
- * by a MeasureSpec. Will take the desired size, unless a different size
26
- * is imposed by the constraints. The returned value is a compound integer,
27
- * with the resolved size in the MEASURED_SIZE_MASK bits and
28
- * optionally the bit MEASURED_STATE_TOO_SMALL set if the resulting
29
- * size is smaller than the size the view wants to be.
30
- */
31
- public static resolveSizeAndState(size: number, specSize: number, specMode: number, childMeasuredState: number): number;
32
-
33
- public static combineMeasuredStates(curState: number, newState): number;
34
- }
35
-
36
- /**
37
- * Various Android view helper methods
38
- */
39
- export namespace AndroidHelper {
40
- export function getDrawableColor(drawable: any /* android.graphics.drawable.Drawable */): Color;
41
- export function setDrawableColor(color: number, drawable: any /* android.graphics.drawable.Drawable */, blendMode?: any /* androidx.core.graphics.BlendModeCompat */): void;
42
- export function clearDrawableColor(drawable: any /* android.graphics.drawable.Drawable */): void;
43
- export function getCopyOrDrawable(drawable: any /* android.graphics.drawable.Drawable */, resources?: any /* android.content.res.Resources */): any; /* android.graphics.drawable.Drawable */
44
- }
45
-
46
- /**
47
- * Various iOS view helper methods
48
- */
49
- export namespace IOSHelper {
50
- /**
51
- * String value used when hooking to traitCollectionColorAppearanceChangedEvent event.
52
- */
53
- export const traitCollectionColorAppearanceChangedEvent: string;
54
-
55
- /**
56
- * Returns a view with viewController or undefined if no such found along the view's parent chain.
57
- * @param view The view form which to start the search.
58
- */
59
- export function getParentWithViewController(view: View): View;
60
- export function updateAutoAdjustScrollInsets(controller: any /* UIViewController */, owner: View): void;
61
- export function updateConstraints(controller: any /* UIViewController */, owner: View): void;
62
- export function layoutView(controller: any /* UIViewController */, owner: View): void;
63
- export function getPositionFromFrame(frame: any /* CGRect */): { left; top; right; bottom };
64
- export function getFrameFromPosition(position: { left; top; right; bottom }, insets?: { left; top; right; bottom }): any; /* CGRect */
65
- export function shrinkToSafeArea(view: View, frame: any /* CGRect */): any; /* CGRect */
66
- export function expandBeyondSafeArea(view: View, frame: any /* CGRect */): any; /* CGRect */
67
- export class UILayoutViewController {
68
- public static initWithOwner(owner: WeakRef<View>): UILayoutViewController;
69
- }
70
- export class UIAdaptivePresentationControllerDelegateImp {
71
- public static initWithOwnerAndCallback(owner: WeakRef<View>, whenClosedCallback: Function): UIAdaptivePresentationControllerDelegateImp;
72
- }
73
- export class UIPopoverPresentationControllerDelegateImp {
74
- public static initWithOwnerAndCallback(owner: WeakRef<View>, whenClosedCallback: Function): UIPopoverPresentationControllerDelegateImp;
75
- }
76
- }
@@ -1,65 +0,0 @@
1
- import { View } from '../core/view';
2
- import { Property } from '../core/properties';
3
-
4
- export const yearProperty: Property<DatePicker, number>;
5
- export const monthProperty: Property<DatePicker, number>;
6
- export const dayProperty: Property<DatePicker, number>;
7
- export const dateProperty: Property<DatePicker, Date>;
8
- export const maxDate: Property<DatePicker, Date>;
9
- export const minDate: Property<DatePicker, Date>;
10
- export const iosPreferredDatePickerStyleProperty: Property<DatePicker, number>;
11
-
12
- /**
13
- * Represents an date picker.
14
- */
15
- export class DatePicker extends View {
16
- /**
17
- * Gets the native [android.widget.DatePicker](http://developer.android.com/reference/android/widget/DatePicker.html) that represents the user interface for this component. Valid only when running on Android OS.
18
- */
19
- android: any /* android.widget.DatePicker */;
20
-
21
- /**
22
- * Gets the native iOS [UIDatePicker](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.
23
- */
24
- ios: any /* UIDatePicker */;
25
-
26
- /**
27
- * Gets or sets the year.
28
- */
29
- year: number;
30
-
31
- /**
32
- * Gets or sets the month. The months start from 1.
33
- */
34
- month: number;
35
-
36
- /**
37
- * Gets or sets the day. The days start from 1.
38
- */
39
- day: number;
40
-
41
- /**
42
- * Gets or sets the entire date.
43
- */
44
- date: Date;
45
-
46
- /**
47
- * Gets or sets the max date.
48
- */
49
- maxDate: Date;
50
-
51
- /**
52
- * Gets or sets the min date.
53
- */
54
- minDate: Date;
55
-
56
- /**
57
- * Gets or set the UIDatePickerStyle of the date picker in iOS 13.4+. Defaults to 0.
58
- * Valid values are numbers:
59
- * - 0: automatic (system picks the concrete style based on the current platform and date picker mode)
60
- * - 1: wheels (the date picker displays as a wheel picker)
61
- * - 2: compact (the date picker displays as a label that when tapped displays a calendar-style editor)
62
- * - 3: inline (the date pickers displays as an inline, editable field)
63
- */
64
- iosPreferredDatePickerStyle: number;
65
- }
@@ -1,311 +0,0 @@
1
- export * from './dialogs-common';
2
- /**
3
- * Defines the input type for prompt dialog.
4
- */
5
- export namespace inputType {
6
- /**
7
- * Plain text input type.
8
- */
9
- export const text: string;
10
-
11
- /**
12
- * Password input type.
13
- */
14
- export const password: string;
15
-
16
- /**
17
- * Email input type.
18
- */
19
- export const email: string;
20
-
21
- /**
22
- * Number input type.
23
- */
24
- export const number: string;
25
-
26
- /**
27
- * Decimal input type.
28
- */
29
- export const decimal: string;
30
-
31
- /**
32
- * Phone input type.
33
- */
34
- export const phone: string;
35
- }
36
-
37
- /**
38
- * Defines the capitalization type for prompt dialog.
39
- */
40
- export namespace capitalizationType {
41
- /**
42
- * No automatic capitalization.
43
- */
44
- export const none: string;
45
-
46
- /**
47
- * Capitalizes every character.
48
- */
49
- export const all: string;
50
-
51
- /**
52
- * Capitalize the first word of each sentence.
53
- */
54
- export const sentences: string;
55
-
56
- /**
57
- * Capitalize the first letter of every word.
58
- */
59
- export const words: string;
60
- }
61
-
62
- /**
63
- * The alert() method displays an alert box with a specified message.
64
- * @param message Specifies the text to display in the alert box.
65
- */
66
- export function alert(message: string | number | boolean): Promise<void>;
67
-
68
- /**
69
- * The alert() method displays an alert box with a specified message.
70
- * @param options Specifies the options for the alert box.
71
- */
72
- export function alert(options: AlertOptions): Promise<void>;
73
-
74
- /**
75
- * The confirm() method displays a dialog box with a specified message.
76
- * @param message Specifies the text to display in the confirm box.
77
- */
78
- export function confirm(message: string): Promise<boolean>;
79
-
80
- /**
81
- * The confirm() method displays a dialog box with a specified message.
82
- * @param options Specifies the options for the confirm box.
83
- */
84
- export function confirm(options: ConfirmOptions): Promise<boolean>;
85
-
86
- /**
87
- * The prompt() method displays a dialog box that prompts the visitor for input.
88
- * @param message The text to display in the dialog box.
89
- * @param defaultText The default text to display in the input box. Optional.
90
- */
91
- export function prompt(message: string, defaultText?: string): Promise<PromptResult>;
92
-
93
- /**
94
- * The prompt() method displays a dialog box that prompts the visitor for input.
95
- * @param options The options for the dialog box.
96
- */
97
- export function prompt(options: PromptOptions): Promise<PromptResult>;
98
-
99
- /**
100
- * The login() method displays a login dialog box that prompts the visitor for user name and password.
101
- * @param message The text to display in the dialog box.
102
- * @param userNameHint The default text to display as a hint in the username input. Optional.
103
- * @param passwordHint The default text to display as a hint in the password input. Optional.
104
- * @param userName The default text to display in the user name input box. Optional.
105
- * @param password The default text to display in the password input box. Optional.
106
- */
107
- export function login(message: string, userNameHint?: string, passwordHint?: string, userName?: string, password?: string): Promise<LoginResult>;
108
-
109
- /**
110
- * The login() method displays a login dialog box that prompts the visitor for user name and password.
111
- * @param message The text to display in the dialog box.
112
- * @param userNameHint The default text to display as a hint in the username input. Optional.
113
- * @param passwordHint The default text to display as a hint in the password input. Optional.
114
- */
115
- export function login(message: string, userNameHint?: string, passwordHint?: string): Promise<LoginResult>;
116
-
117
- /**
118
- * The login() method displays a login dialog box that prompts the visitor for user name and password.
119
- * @param options The options for the dialog box.
120
- */
121
- export function login(options: LoginOptions): Promise<LoginResult>;
122
-
123
- /**
124
- * The action() method displays a action box that prompts the visitor to choose some action.
125
- * @param message The text to display in the dialog box.
126
- * @param cancelButtonText The text to display in the cancel button.
127
- * @param actions List of available actions.
128
- */
129
- export function action(message: string, cancelButtonText: string, actions: Array<string>): Promise<string>;
130
-
131
- /**
132
- * The action() method displays a action box that prompts the visitor to choose some action.
133
- * @param options The options for the dialog box.
134
- */
135
- export function action(options: ActionOptions): Promise<string>;
136
-
137
- /**
138
- * Provides options for the dialog.
139
- */
140
- export interface CancelableOptions {
141
- /**
142
- * [Android only] Gets or sets if the dialog can be canceled by taping outside of the dialog.
143
- */
144
- cancelable?: boolean;
145
-
146
- /**
147
- * [Android only] Sets the theme of the Dialog. Usable themes can be found: https://developer.android.com/reference/android/R.style
148
- */
149
- theme?: number;
150
- }
151
-
152
- /**
153
- * Provides options for the dialog.
154
- */
155
- export interface ActionOptions extends CancelableOptions {
156
- /**
157
- * Gets or sets the dialog title.
158
- */
159
- title?: string;
160
-
161
- /**
162
- * Gets or sets the dialog message.
163
- */
164
- message?: string;
165
-
166
- /**
167
- * Gets or sets the Cancel button text.
168
- */
169
- cancelButtonText?: string;
170
-
171
- /**
172
- * Gets or sets the list of available actions.
173
- */
174
- actions?: Array<string>;
175
-
176
- /**
177
- * [iOS only] Gets or sets the indexes of destructive actions.
178
- */
179
- destructiveActionsIndexes?: Array<number>;
180
- }
181
-
182
- /**
183
- * Provides options for the dialog.
184
- */
185
- export interface DialogOptions extends CancelableOptions {
186
- /**
187
- * Gets or sets the dialog title.
188
- */
189
- title?: string;
190
-
191
- /**
192
- * Gets or sets the dialog message.
193
- */
194
- message?: string;
195
- }
196
-
197
- /**
198
- * Provides options for the alert.
199
- */
200
- export interface AlertOptions extends DialogOptions {
201
- /**
202
- * Gets or sets the OK button text.
203
- */
204
- okButtonText?: string;
205
- }
206
-
207
- /**
208
- * Provides options for the confirm dialog.
209
- */
210
- export interface ConfirmOptions extends AlertOptions {
211
- /**
212
- * Gets or sets the Cancel button text.
213
- */
214
- cancelButtonText?: string;
215
-
216
- /**
217
- * Gets or sets the neutral button text.
218
- */
219
- neutralButtonText?: string;
220
- }
221
-
222
- /**
223
- * Provides options for the prompt dialog.
224
- */
225
- export interface PromptOptions extends ConfirmOptions {
226
- /**
227
- * Gets or sets the default text to display in the input box.
228
- */
229
- defaultText?: string;
230
-
231
- /**
232
- * Gets or sets the prompt input type (plain text, password, or email).
233
- */
234
- inputType?: string;
235
-
236
- /**
237
- * Gets or sets the prompt capitalizationType (none, all, sentences, or words).
238
- */
239
- capitalizationType?: string;
240
- }
241
-
242
- /**
243
- * Provides options for the login dialog.
244
- */
245
- export interface LoginOptions extends ConfirmOptions {
246
- /**
247
- * Gets or sets the default text to display as hint in the user name input box.
248
- */
249
- userNameHint?: string;
250
-
251
- /**
252
- * Gets or sets the default text to display as hint in the password input box.
253
- */
254
- passwordHint?: string;
255
-
256
- /**
257
- * Gets or sets the default text to display in the user name input box.
258
- */
259
- userName?: string;
260
-
261
- /**
262
- * Gets or sets the default text to display in the password input box.
263
- */
264
- password?: string;
265
- }
266
-
267
- /**
268
- * Provides result data from the prompt dialog.
269
- */
270
- export interface PromptResult {
271
- /**
272
- * Gets or sets the prompt dialog boolean result.
273
- */
274
- result: boolean;
275
-
276
- /**
277
- * Gets or sets the text entered in the prompt dialog.
278
- */
279
- text: string;
280
- }
281
-
282
- /**
283
- * Provides result data from the login dialog.
284
- */
285
- export interface LoginResult {
286
- /**
287
- * Gets or sets the login dialog boolean result.
288
- */
289
- result: boolean;
290
-
291
- /**
292
- * Gets or sets the user entered in the login dialog.
293
- */
294
- userName: string;
295
-
296
- /**
297
- * Gets or sets the password entered in the login dialog.
298
- */
299
- password: string;
300
- }
301
-
302
- /**
303
- * Singular rollup for convenience of all dialog methods
304
- */
305
- export declare const Dialogs: {
306
- alert: typeof alert;
307
- confirm: typeof confirm;
308
- prompt: typeof prompt;
309
- login: typeof login;
310
- action: typeof action;
311
- };
@@ -1,100 +0,0 @@
1
- import { TextBase } from '../text-base';
2
- import { Color } from '../../color';
3
- import { FormattedString } from '../text-base/formatted-string';
4
- import { Style } from '../styling/style';
5
- import { Property, CssProperty } from '../core/properties';
6
- import { CoreTypes } from '../../core-types';
7
-
8
- /**
9
- * Represents the base class for all editable text views.
10
- */
11
- export class EditableTextBase extends TextBase {
12
- public static blurEvent: string;
13
- public static focusEvent: string;
14
- public static textChangeEvent: string;
15
-
16
- /**
17
- * Gets or sets the soft keyboard type.
18
- */
19
- keyboardType: CoreTypes.KeyboardInputType;
20
-
21
- /**
22
- * Gets or sets the soft keyboard return key flavor.
23
- */
24
- returnKeyType: CoreTypes.ReturnKeyButtonType;
25
-
26
- /**
27
- * Gets or sets a value indicating when the text property will be updated.
28
- */
29
- updateTextTrigger: CoreTypes.UpdateTextTriggerType;
30
-
31
- /**
32
- * Gets or sets the autocapitalization type.
33
- */
34
- autocapitalizationType: CoreTypes.AutocapitalizationInputType;
35
-
36
- /**
37
- * Gets or sets the autofill type.
38
- */
39
- autofillType: CoreTypes.AutofillType;
40
-
41
- /**
42
- * Gets or sets whether the instance is editable.
43
- */
44
- editable: boolean;
45
-
46
- /**
47
- * Enables or disables autocorrection.
48
- */
49
- autocorrect: boolean;
50
-
51
- /**
52
- * Gets or sets the placeholder text.
53
- */
54
- hint: string;
55
-
56
- /**
57
- * Limits input to a certain number of characters.
58
- */
59
- maxLength: number;
60
-
61
- /**
62
- * Format input values
63
- * Note: useful for input masking/formatting
64
- */
65
- valueFormatter: (value: string) => string;
66
-
67
- /**
68
- * Hides the soft input method, ususally a soft keyboard.
69
- */
70
- dismissSoftInput(): void;
71
-
72
- //@private
73
- /**
74
- * @private
75
- */
76
- public _setInputType(inputType: number): void;
77
- //@endprivate
78
-
79
- /**
80
- * Set the selection anchor to start and the selection edge to stop
81
- */
82
- public setSelection(start: number, stop?: number);
83
- }
84
-
85
- export const keyboardTypeProperty: Property<EditableTextBase, CoreTypes.KeyboardInputType>;
86
- export const returnKeyTypeProperty: Property<EditableTextBase, CoreTypes.ReturnKeyButtonType>;
87
- export const editableProperty: Property<EditableTextBase, boolean>;
88
- export const updateTextTriggerProperty: Property<EditableTextBase, CoreTypes.UpdateTextTriggerType>;
89
- export const autocapitalizationTypeProperty: Property<EditableTextBase, CoreTypes.AutocapitalizationInputType>;
90
- export const autocorrectProperty: Property<EditableTextBase, boolean>;
91
- export const hintProperty: Property<EditableTextBase, string>;
92
- export const placeholderColorProperty: CssProperty<Style, Color>;
93
- export const maxLengthProperty: Property<EditableTextBase, number>;
94
-
95
- //@private
96
- /**
97
- * @private
98
- */
99
- export function _updateCharactersInRangeReplacementString(formattedText: FormattedString, rangeLocation: number, rangeLength: number, replacementString: string): void;
100
- //@endprivate
@@ -1,10 +0,0 @@
1
- import type { View } from '../../ui/core/view';
2
-
3
- /**
4
- * Whether the app is embedded into a host project or standalone project
5
- */
6
- export function isEmbedded(): boolean;
7
-
8
- export function setEmbeddedView(view: View | undefined): void;
9
-
10
- export function getEmbeddedView(): View;
@@ -1,5 +0,0 @@
1
- export function ensureFragmentClass(): void;
2
-
3
- export function setFragmentClass(clazz: any): void;
4
-
5
- export let fragmentClass: any;
@@ -1,43 +0,0 @@
1
- import { NavigationTransition, BackstackEntry } from '.';
2
-
3
- /**
4
- * @private
5
- */
6
- export function _setAndroidFragmentTransitions(animated: boolean, navigationTransition: NavigationTransition, currentEntry: BackstackEntry, newEntry: BackstackEntry, frameId: number, fragmentTransaction: any, isNestedDefaultTransition?: boolean): void;
7
- /**
8
- * @private
9
- */
10
- export function _getAnimatedEntries(frameId: number): Set<BackstackEntry>;
11
- /**
12
- * @private
13
- * Called once fragment is recreated after it was destroyed.
14
- * Reapply animations and transitions from entry to fragment if any.
15
- */
16
- export function _updateTransitions(entry: BackstackEntry): void;
17
- /**
18
- * @private
19
- * Called once fragment is going to reappear from backstack.
20
- * Reverse transitions from entry to fragment if any.
21
- */
22
- export function _reverseTransitions(previousEntry: BackstackEntry, currentEntry: BackstackEntry): boolean;
23
- /**
24
- * @private
25
- * Called when entry is removed from backstack (either back navigation or
26
- * navigate with clear history). Removes all animations and transitions from entry
27
- * and fragment and clears all listeners in order to prevent memory leaks.
28
- */
29
- export function _clearEntry(entry: BackstackEntry): void;
30
- /**
31
- * @private
32
- * Called when fragment is destroyed because activity is destroyed.
33
- * Removes all animations and transitions but keeps them on the entry
34
- * in order to reapply them when new fragment is created for the same entry.
35
- */
36
- export function _clearFragment(entry: BackstackEntry): void;
37
-
38
- /**
39
- * @private
40
- * nativeTransition: androidx.transition.Transition
41
- */
42
- export function addNativeTransitionListener(entry: any, nativeTransition: any): any;
43
- //@endprivate