@nativescript/core 8.8.6-next-11-19-2024-11906251440 → 8.8.6-next-01-12-2025-12736908929

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 (383) hide show
  1. package/animation-frame/index.d.ts +3 -17
  2. package/core-types/index.d.ts +2 -2
  3. package/core-types/index.js +3 -3
  4. package/core-types/index.js.map +1 -1
  5. package/css/css-tree-parser.js +17 -21
  6. package/css/parser.js +2 -1
  7. package/css/parser.js.map +1 -1
  8. package/data/observable/index.d.ts +1 -0
  9. package/data/observable/index.js +1 -0
  10. package/data/observable/index.js.map +1 -1
  11. package/debugger/devtools-elements.d.ts +5 -23
  12. package/debugger/dom-node.d.ts +20 -23
  13. package/file-system/index.d.ts +95 -370
  14. package/fps-meter/index.d.ts +7 -24
  15. package/globals/index.d.ts +19 -4
  16. package/globals/index.js +5 -3
  17. package/globals/index.js.map +1 -1
  18. package/http/index.d.ts +73 -149
  19. package/index.d.ts +6 -23
  20. package/matrix/index.d.ts +5 -32
  21. package/module-name-resolver/index.d.ts +13 -21
  22. package/module-name-resolver/qualifier-matcher/index.d.ts +6 -12
  23. package/package.json +1 -1
  24. package/platform/index.d.ts +0 -26
  25. package/profiling/index.d.ts +26 -153
  26. package/text/formatted-string.d.ts +1 -1
  27. package/text/span.d.ts +1 -1
  28. package/trace/index.d.ts +105 -131
  29. package/ui/animation/animation-common.d.ts +1 -8
  30. package/ui/animation/animation-common.js +0 -8
  31. package/ui/animation/animation-common.js.map +1 -1
  32. package/ui/animation/animation-interfaces.d.ts +11 -0
  33. package/ui/animation/animation-interfaces.js +12 -1
  34. package/ui/animation/animation-interfaces.js.map +1 -1
  35. package/ui/animation/index.android.d.ts +2 -2
  36. package/ui/animation/index.android.js +2 -2
  37. package/ui/animation/index.android.js.map +1 -1
  38. package/ui/animation/index.ios.d.ts +2 -2
  39. package/ui/animation/index.ios.js +4 -4
  40. package/ui/animation/index.ios.js.map +1 -1
  41. package/ui/animation/keyframe-animation.d.ts +67 -118
  42. package/ui/builder/binding-builder.d.ts +12 -15
  43. package/ui/builder/index.d.ts +27 -69
  44. package/ui/content-view/index.d.ts +23 -4
  45. package/ui/core/view/view-common.d.ts +7 -1
  46. package/ui/core/view/view-common.js +12 -0
  47. package/ui/core/view/view-common.js.map +1 -1
  48. package/ui/core/view-base/index.d.ts +93 -2
  49. package/ui/core/view-base/index.js +18 -0
  50. package/ui/core/view-base/index.js.map +1 -1
  51. package/ui/core/weak-event-listener/index.d.ts +2 -18
  52. package/ui/date-picker/date-picker-common.d.ts +1 -0
  53. package/ui/date-picker/date-picker-common.js +1 -0
  54. package/ui/date-picker/date-picker-common.js.map +1 -1
  55. package/ui/editable-text-base/editable-text-base-common.d.ts +1 -0
  56. package/ui/editable-text-base/editable-text-base-common.js.map +1 -1
  57. package/ui/frame/frame-common.d.ts +1 -1
  58. package/ui/frame/frame-common.js +2 -2
  59. package/ui/frame/frame-common.js.map +1 -1
  60. package/ui/gestures/gestures-common.d.ts +22 -0
  61. package/ui/gestures/gestures-common.js +22 -0
  62. package/ui/gestures/gestures-common.js.map +1 -1
  63. package/ui/html-view/html-view-common.d.ts +1 -0
  64. package/ui/html-view/html-view-common.js.map +1 -1
  65. package/ui/image/image-common.d.ts +2 -0
  66. package/ui/image/image-common.js +1 -0
  67. package/ui/image/image-common.js.map +1 -1
  68. package/ui/index.d.ts +2 -0
  69. package/ui/index.js.map +1 -1
  70. package/ui/layouts/index.d.ts +2 -1
  71. package/ui/list-picker/list-picker-common.d.ts +1 -0
  72. package/ui/list-picker/list-picker-common.js +1 -0
  73. package/ui/list-picker/list-picker-common.js.map +1 -1
  74. package/ui/placeholder/index.android.d.ts +1 -1
  75. package/ui/placeholder/index.d.ts +8 -42
  76. package/ui/proxy-view-container/index.d.ts +2 -0
  77. package/ui/proxy-view-container/index.js +2 -0
  78. package/ui/proxy-view-container/index.js.map +1 -1
  79. package/ui/repeater/index.d.ts +2 -0
  80. package/ui/repeater/index.js +2 -0
  81. package/ui/repeater/index.js.map +1 -1
  82. package/ui/slider/slider-common.d.ts +1 -0
  83. package/ui/slider/slider-common.js +1 -0
  84. package/ui/slider/slider-common.js.map +1 -1
  85. package/ui/styling/background.ios.js +1 -1
  86. package/ui/styling/background.ios.js.map +1 -1
  87. package/ui/styling/converters.d.ts +2 -2
  88. package/ui/styling/style/index.d.ts +3 -1
  89. package/ui/styling/style/index.js.map +1 -1
  90. package/ui/styling/style-properties.d.ts +81 -101
  91. package/ui/styling/style-scope.d.ts +79 -48
  92. package/ui/text-base/formatted-string.d.ts +36 -73
  93. package/ui/text-base/span.d.ts +36 -81
  94. package/ui/text-base/text-base-common.d.ts +2 -0
  95. package/ui/text-base/text-base-common.js +6 -0
  96. package/ui/text-base/text-base-common.js.map +1 -1
  97. package/ui/time-picker/time-picker-common.d.ts +1 -0
  98. package/ui/time-picker/time-picker-common.js +1 -0
  99. package/ui/time-picker/time-picker-common.js.map +1 -1
  100. package/ui/web-view/web-view-common.d.ts +1 -1
  101. package/utils/debug.d.ts +17 -61
  102. package/utils/lazy.d.ts +0 -5
  103. package/utils/macrotask-scheduler.d.ts +1 -5
  104. package/utils/native-helper.ios.js +1 -0
  105. package/utils/native-helper.ios.js.map +1 -1
  106. package/utils/types.d.ts +23 -115
  107. package/xml/index.d.ts +44 -105
  108. package/xml/index.js +1 -1
  109. package/xml/index.js.map +1 -1
  110. package/accessibility/accessibility-service.d.ts +0 -10
  111. package/accessibility/font-scale.d.ts +0 -9
  112. package/accessibility/index.d.ts +0 -37
  113. package/animation-frame/animation-native.d.ts +0 -4
  114. package/application/application.d.ts +0 -194
  115. package/application/index.d.ts +0 -2
  116. package/application-settings/index.d.ts +0 -70
  117. package/cli-hooks/before-checkForChanges.js +0 -60
  118. package/cli-hooks/postinstall.js +0 -2
  119. package/cli-hooks/preuninstall.js +0 -2
  120. package/color/index.d.ts +0 -206
  121. package/connectivity/index.d.ts +0 -52
  122. package/css/lib/parse/index.js +0 -602
  123. package/css/package.json +0 -36
  124. package/css/reworkcss.d.ts +0 -47
  125. package/css/reworkcss.js +0 -1
  126. package/css-value/package.json +0 -23
  127. package/css-value/reworkcss-value.d.ts +0 -8
  128. package/css-value/reworkcss-value.js +0 -113
  129. package/debugger/css-agent.d.ts +0 -59
  130. package/fetch/index.js +0 -539
  131. package/file-system/file-system-access.d.ts +0 -441
  132. package/fps-meter/fps-native.d.ts +0 -24
  133. package/global-types.d.ts +0 -393
  134. package/http/http-request/index.d.ts +0 -3
  135. package/image-asset/index.d.ts +0 -17
  136. package/image-source/index.d.ts +0 -345
  137. package/js-libs/easysax/easysax.d.ts +0 -8
  138. package/js-libs/easysax/easysax.js +0 -782
  139. package/js-libs/easysax/package.json +0 -35
  140. package/platform/device/index.d.ts +0 -70
  141. package/platform/screen/index.d.ts +0 -48
  142. package/platforms/android/native-api-usage.json +0 -32
  143. package/platforms/android/res/values/ids.xml +0 -4
  144. package/platforms/android/widgets-release.aar +0 -0
  145. package/platforms/android/winter_cg-release.aar +0 -0
  146. package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
  147. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  148. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  149. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  150. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
  151. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  152. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  153. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  154. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  155. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  156. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  157. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  158. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  159. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  160. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
  161. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
  162. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
  163. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
  164. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
  165. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
  166. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
  167. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
  168. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
  169. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  170. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  171. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  172. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  173. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  174. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  175. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  176. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  177. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  178. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  179. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  180. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  181. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  182. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  183. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  184. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  185. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  186. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  187. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
  188. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  189. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  190. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  191. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  192. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  193. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  194. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  195. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  196. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  197. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  198. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  199. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  200. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  201. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  202. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  203. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  204. package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
  205. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  206. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  207. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  208. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  209. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  210. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  211. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  212. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  213. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  214. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
  215. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  216. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  217. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  218. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  219. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  220. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  221. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  222. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  223. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  224. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  225. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  226. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  227. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  228. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  229. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  230. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  231. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
  232. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  233. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  234. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
  235. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
  236. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
  237. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
  238. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
  239. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
  240. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
  241. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
  242. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
  243. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
  244. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
  245. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
  246. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
  247. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
  248. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
  249. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
  250. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  251. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  252. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  253. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  254. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  255. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  256. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  257. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  258. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  259. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  260. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  261. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  262. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  263. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  264. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  265. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  266. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  267. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  268. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  269. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  270. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  271. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  272. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  273. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  274. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  275. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  276. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  277. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  278. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  279. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  280. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  281. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  282. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  283. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
  284. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  285. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  286. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  287. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  288. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  289. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  290. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  291. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  292. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  293. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  294. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  295. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  296. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  297. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  298. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  299. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  300. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  301. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  302. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  303. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  304. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  305. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  306. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  307. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  308. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  309. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  310. package/platforms/ios/native-api-usage.json +0 -41
  311. package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
  312. package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
  313. package/platforms/ios/src/NativeScriptMainWindow.swift +0 -196
  314. package/platforms/ios/src/NativeScriptUtils.h +0 -16
  315. package/platforms/ios/src/NativeScriptUtils.m +0 -137
  316. package/platforms/ios/src/UIView+NativeScript.h +0 -15
  317. package/platforms/ios/src/UIView+NativeScript.m +0 -148
  318. package/platforms/ios/src/module.modulemap +0 -14
  319. package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
  320. package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
  321. package/references.d.ts +0 -10
  322. package/text/index.d.ts +0 -36
  323. package/timer/index.d.ts +0 -27
  324. package/ui/action-bar/index.d.ts +0 -271
  325. package/ui/activity-indicator/index.d.ts +0 -21
  326. package/ui/animation/index.d.ts +0 -152
  327. package/ui/button/index.d.ts +0 -44
  328. package/ui/core/control-state-change/index.d.ts +0 -15
  329. package/ui/core/view/index.d.ts +0 -1001
  330. package/ui/core/view/view-helper/index.d.ts +0 -76
  331. package/ui/date-picker/index.d.ts +0 -65
  332. package/ui/dialogs/index.d.ts +0 -311
  333. package/ui/editable-text-base/index.d.ts +0 -100
  334. package/ui/embedding/index.d.ts +0 -10
  335. package/ui/frame/fragment.d.ts +0 -5
  336. package/ui/frame/fragment.transitions.d.ts +0 -43
  337. package/ui/frame/index.d.ts +0 -563
  338. package/ui/frame/transition-definitions.android.d.ts +0 -54
  339. package/ui/gestures/index.d.ts +0 -59
  340. package/ui/html-view/index.d.ts +0 -27
  341. package/ui/image/index.d.ts +0 -77
  342. package/ui/image/symbol-effects.d.ts +0 -13
  343. package/ui/image-cache/index.d.ts +0 -147
  344. package/ui/label/index.d.ts +0 -21
  345. package/ui/layouts/absolute-layout/index.d.ts +0 -40
  346. package/ui/layouts/dock-layout/index.d.ts +0 -35
  347. package/ui/layouts/flexbox-layout/index.d.ts +0 -66
  348. package/ui/layouts/grid-layout/index.d.ts +0 -182
  349. package/ui/layouts/layout-base.d.ts +0 -105
  350. package/ui/layouts/root-layout/index.d.ts +0 -45
  351. package/ui/layouts/stack-layout/index.d.ts +0 -19
  352. package/ui/layouts/wrap-layout/index.d.ts +0 -43
  353. package/ui/list-picker/index.d.ts +0 -32
  354. package/ui/list-view/index.d.ts +0 -208
  355. package/ui/page/index.d.ts +0 -212
  356. package/ui/progress/index.d.ts +0 -37
  357. package/ui/scroll-view/index.d.ts +0 -89
  358. package/ui/search-bar/index.d.ts +0 -89
  359. package/ui/segmented-bar/index.d.ts +0 -106
  360. package/ui/slider/index.d.ts +0 -72
  361. package/ui/styling/background.d.ts +0 -93
  362. package/ui/styling/font.d.ts +0 -62
  363. package/ui/switch/index.d.ts +0 -35
  364. package/ui/tab-view/index.d.ts +0 -175
  365. package/ui/text-base/index.d.ts +0 -161
  366. package/ui/text-field/index.d.ts +0 -41
  367. package/ui/text-view/index.d.ts +0 -24
  368. package/ui/time-picker/index.d.ts +0 -80
  369. package/ui/transition/fade-transition.d.ts +0 -3
  370. package/ui/transition/flip-transition.d.ts +0 -5
  371. package/ui/transition/index.d.ts +0 -59
  372. package/ui/transition/modal-transition.d.ts +0 -2
  373. package/ui/transition/page-transition.d.ts +0 -4
  374. package/ui/transition/shared-transition-helper.d.ts +0 -14
  375. package/ui/transition/slide-transition.d.ts +0 -5
  376. package/ui/utils.d.ts +0 -44
  377. package/ui/web-view/index.d.ts +0 -130
  378. package/utils/constants.d.ts +0 -1
  379. package/utils/index.d.ts +0 -177
  380. package/utils/layout-helper/index.d.ts +0 -82
  381. package/utils/mainthread-helper.d.ts +0 -16
  382. package/utils/native-helper.d.ts +0 -280
  383. package/utils/typescript-utils.d.ts +0 -6
@@ -1,60 +0,0 @@
1
- //
2
- // NSCCrypto.h
3
- // TNSWidgets
4
- //
5
- // Created by Osei Fortune on 03/07/2024.
6
- // Copyright © 2024 NativeScript. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <CommonCrypto/CommonCrypto.h>
11
- #import <Security/Security.h>
12
- #import <Security/SecItem.h>
13
- #ifndef NSCCrypto_h
14
- #define NSCCrypto_h
15
-
16
- typedef enum : NSUInteger {
17
- kNSCCryptoRSASSA_PKCS1_v1_5,
18
- kNSCCryptoRSA_PSS,
19
- kNSCCryptoRSA_OAEP,
20
- } NSCCryptoRsaHashedKeyGenParamsName;
21
-
22
-
23
- typedef enum : NSUInteger {
24
- kNSCCryptoHashSHA1,
25
- kNSCCryptoHashSHA256,
26
- kNSCCryptoHashSHA384,
27
- kNSCCryptoHashSHA512
28
- } NSCCryptoHash;
29
-
30
-
31
- typedef enum : NSUInteger {
32
- kNSCCryptoDecrypt,
33
- kNSCCryptoEncrypt,
34
- kNSCCryptoSign,
35
- kNSCCryptoVerify,
36
- kNSCCryptoDeriveKey,
37
- kNSCCryptoDeriveBits,
38
- kNSCCryptoWrapKey,
39
- kNSCCryptoUnwrapKey,
40
- } NSCCryptoKeyUsages;
41
-
42
-
43
-
44
- @interface NSCCryptoKeyPair : NSObject
45
- @property (nonatomic, nonnull) SecKeyRef privateKey;
46
- @property (nonatomic, nonnull) SecKeyRef publicKey;
47
- -(nonnull id)initWithPrivateKey:(nonnull SecKeyRef)privKey andPublicKey:(nonnull SecKeyRef)pubKey;
48
- @end
49
-
50
- @interface NSCCrypto:NSObject
51
- + (nonnull NSString*)randomUUID;
52
- + (nullable NSString*)getRandomValues:(nonnull void*)buffer length:(unsigned int)length;
53
- + (nullable NSData*)digest:(nonnull void*)data length:(unsigned int)length mode:(int)mode;
54
- + (nullable NSData *)generateKeyHmac:(int)hash length:(int)length;
55
- + (nullable NSCCryptoKeyPair*)generateKeyRsa:(NSCCryptoRsaHashedKeyGenParamsName)name modulusLength:(unsigned int)modulusLength publicExponent:(nullable void*)exponent size:(unsigned int)size hash:(NSCCryptoHash)hash extractable:(BOOL)extractable keyUsages:(nonnull NSArray*) usages;
56
- + (nullable NSData *)encryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull void*)data size:(unsigned int) size;
57
-
58
- + (nullable NSData *)decryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull void*)data size:(unsigned int) size;
59
- @end
60
- #endif /* NSCCrypto_h */
@@ -1,24 +0,0 @@
1
- //
2
- // NSData+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Peter Staev on 7.08.19.
6
- // Copyright © 2019 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSData (Async)
14
-
15
- + (void)dataWithContentsOfFile:(nonnull NSString*)path
16
- completion:(void (^) (NSData*))callback;
17
-
18
- - (void)writeToFile:(nonnull NSString*) path
19
- atomically:(BOOL)atomically
20
- completion:(void (^) (void))callback;
21
-
22
- @end
23
-
24
- NS_ASSUME_NONNULL_END
@@ -1,22 +0,0 @@
1
- //
2
- // NSFileHandle+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Osei Fortune on 03/05/2023.
6
- // Copyright © 2023 NativeScript. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSFileHandle (Async)
14
-
15
- - (void)appendData:(nonnull NSData*) data
16
- completion:(void (^) (NSError*))callback;
17
-
18
- + (void)fileHandleWith:(NSString *)path data:(NSData *)data completion:(void (^)(NSFileHandle*,NSError*))callback;
19
-
20
- @end
21
-
22
- NS_ASSUME_NONNULL_END
@@ -1,25 +0,0 @@
1
- //
2
- // NSString+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Peter Staev on 5.08.19.
6
- // Copyright © 2019 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSString (Async)
14
-
15
- + (void)stringWithContentsOfFile:(nonnull NSString*)path
16
- encoding:(NSStringEncoding)enc
17
- completion:(void (^) (NSString*, NSError*))callback;
18
-
19
- - (void)writeToFile:(nonnull NSString*) path
20
- atomically:(BOOL)atomically
21
- encoding:(NSStringEncoding)enc
22
- completion:(void (^) (NSError*))callback;
23
- @end
24
-
25
- NS_ASSUME_NONNULL_END
@@ -1,16 +0,0 @@
1
- //
2
- // TNSLabel.h
3
- // TNSWidgets
4
- //
5
- // Created by Hristo Hristov on 6/9/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
- @interface TNSLabel : UILabel
12
-
13
- @property(nonatomic) UIEdgeInsets padding;
14
- @property(nonatomic) UIEdgeInsets borderThickness;
15
-
16
- @end
@@ -1,29 +0,0 @@
1
- //
2
- // TNSProcess.h
3
- // TNSWidgets
4
- //
5
- // Created by Panayot Cankov on 15/05/2017.
6
- // Copyright © 2017 Telerik A D. All rights reserved.
7
- //
8
-
9
- #ifndef TNSProcess_h
10
- #define TNSProcess_h
11
-
12
- #import <Foundation/Foundation.h>
13
-
14
- /**
15
- * Get the milliseconds since the process started.
16
- */
17
- double __tns_uptime(void);
18
-
19
- /**
20
- * Provides access to NSLog. The runtime implementation of console.log is filtered in release.
21
- * We rarely need to log in release but in cases such as when logging app startup times in release,
22
- * this will be convenient shortcut to NSLog, NSLog is not exposed.
23
- *
24
- * Please note the {N} CLI may be filtering app output, prefixing the message with "CONSOLE LOG"
25
- * will make the logs visible in "tns run ios --release" builds.
26
- */
27
- void __nslog(NSString* message);
28
-
29
- #endif /* TNSProcess_h */
@@ -1,25 +0,0 @@
1
- //
2
- // TNSWidgets.h
3
- // TNSWidgets
4
- //
5
- // Created by Panayot Cankov on 4/27/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
- //! Project version number for TNSWidgets.
12
- FOUNDATION_EXPORT double TNSWidgetsVersionNumber;
13
-
14
- //! Project version string for TNSWidgets.
15
- FOUNDATION_EXPORT const unsigned char TNSWidgetsVersionString[];
16
-
17
- // In this header, you should import all the public headers of your framework using statements like #import <TNSWidgets/PublicHeader.h>
18
-
19
- #import "UIImage+TNSBlocks.h"
20
- #import "UIView+PassThroughParent.h"
21
- #import "TNSLabel.h"
22
- #import "TNSProcess.h"
23
- #import "NSString+Async.h"
24
- #import "NSData+Async.h"
25
- #import "NSFileHandle+Async.h"
@@ -1,26 +0,0 @@
1
- //
2
- // UIImage+UIImage_Async.h
3
- // TKImageAsync
4
- //
5
- // Created by Panayot Cankov on 4/18/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- @interface UIImage (TNSBlocks)
10
-
11
- /**
12
- * Similar to imageNamed: however it runs on a separate queue so the UI thread is not blocked.
13
- * It also draws the UIImage in a small thumb to force decoding potentially avoiding UI hicckups when displayed.
14
- */
15
- + (void) tns_safeDecodeImageNamed: (NSString*) name completion: (void (^) (UIImage*))callback;
16
-
17
- /**
18
- * Same as imageNamed, however calls to this method are sinchronized to be thread safe in iOS8 along with calls to tns_safeImageNamed and tns_safeDecodeImageNamed:completion:
19
- * imageNamed is thread safe in iOS 9 and later so in later versions this methods simply fallbacks to imageNamed:
20
- */
21
- + (UIImage*) tns_safeImageNamed: (NSString*) name;
22
-
23
- + (void) tns_decodeImageWithData: (NSData*) data completion: (void (^) (UIImage*))callback;
24
- + (void) tns_decodeImageWidthContentsOfFile: (NSString*) file completion: (void (^) (UIImage*))callback;
25
-
26
- @end
@@ -1,17 +0,0 @@
1
- //
2
- // UIView+PassThroughParent.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
-
12
- @interface UIView (PassThroughParent)
13
-
14
- - (BOOL) passThroughParent;
15
- - (void) setPassThroughParent:(BOOL) passThroughParent;
16
-
17
- @end
@@ -1,6 +0,0 @@
1
- framework module TNSWidgets {
2
- umbrella header "TNSWidgets.h"
3
- export *
4
-
5
- module * { export * }
6
- }
@@ -1,17 +0,0 @@
1
- //
2
- // NSObject+Swizzling.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <objc/runtime.h>
11
-
12
-
13
- @interface NSObject (Swizzling)
14
-
15
- + (void)swizzleInstanceMethodWithOriginalSelector:(SEL)originalSelector fromClass:(Class)classContainigOriginalSel withSwizzlingSelector:(SEL)swizzlingSelector;
16
-
17
- @end
@@ -1,18 +0,0 @@
1
- //
2
- // UIView+PropertyBag.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <UIKit/UIKit.h>
11
-
12
-
13
- @interface UIView (PropertyBag)
14
-
15
- - (id) propertyValueForKey:(NSString*) key;
16
- - (void) setPropertyValue:(id) value forKey:(NSString*) key;
17
-
18
- @end
@@ -1,52 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>BuildMachineOSBuild</key>
6
- <string>23F79</string>
7
- <key>CFBundleDevelopmentRegion</key>
8
- <string>en</string>
9
- <key>CFBundleExecutable</key>
10
- <string>TNSWidgets</string>
11
- <key>CFBundleIdentifier</key>
12
- <string>org.nativescript.TNSWidgets</string>
13
- <key>CFBundleInfoDictionaryVersion</key>
14
- <string>6.0</string>
15
- <key>CFBundleName</key>
16
- <string>TNSWidgets</string>
17
- <key>CFBundlePackageType</key>
18
- <string>FMWK</string>
19
- <key>CFBundleShortVersionString</key>
20
- <string>1.0</string>
21
- <key>CFBundleSignature</key>
22
- <string>????</string>
23
- <key>CFBundleSupportedPlatforms</key>
24
- <array>
25
- <string>MacOSX</string>
26
- </array>
27
- <key>CFBundleVersion</key>
28
- <string>1</string>
29
- <key>DTCompiler</key>
30
- <string>com.apple.compilers.llvm.clang.1_0</string>
31
- <key>DTPlatformBuild</key>
32
- <string></string>
33
- <key>DTPlatformName</key>
34
- <string>macosx</string>
35
- <key>DTPlatformVersion</key>
36
- <string>14.5</string>
37
- <key>DTSDKBuild</key>
38
- <string>23F73</string>
39
- <key>DTSDKName</key>
40
- <string>macosx14.5</string>
41
- <key>DTXcode</key>
42
- <string>1540</string>
43
- <key>DTXcodeBuild</key>
44
- <string>15F31d</string>
45
- <key>LSMinimumSystemVersion</key>
46
- <string>10.15</string>
47
- <key>UIDeviceFamily</key>
48
- <array>
49
- <integer>2</integer>
50
- </array>
51
- </dict>
52
- </plist>
@@ -1,60 +0,0 @@
1
- //
2
- // NSCCrypto.h
3
- // TNSWidgets
4
- //
5
- // Created by Osei Fortune on 03/07/2024.
6
- // Copyright © 2024 NativeScript. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <CommonCrypto/CommonCrypto.h>
11
- #import <Security/Security.h>
12
- #import <Security/SecItem.h>
13
- #ifndef NSCCrypto_h
14
- #define NSCCrypto_h
15
-
16
- typedef enum : NSUInteger {
17
- kNSCCryptoRSASSA_PKCS1_v1_5,
18
- kNSCCryptoRSA_PSS,
19
- kNSCCryptoRSA_OAEP,
20
- } NSCCryptoRsaHashedKeyGenParamsName;
21
-
22
-
23
- typedef enum : NSUInteger {
24
- kNSCCryptoHashSHA1,
25
- kNSCCryptoHashSHA256,
26
- kNSCCryptoHashSHA384,
27
- kNSCCryptoHashSHA512
28
- } NSCCryptoHash;
29
-
30
-
31
- typedef enum : NSUInteger {
32
- kNSCCryptoDecrypt,
33
- kNSCCryptoEncrypt,
34
- kNSCCryptoSign,
35
- kNSCCryptoVerify,
36
- kNSCCryptoDeriveKey,
37
- kNSCCryptoDeriveBits,
38
- kNSCCryptoWrapKey,
39
- kNSCCryptoUnwrapKey,
40
- } NSCCryptoKeyUsages;
41
-
42
-
43
-
44
- @interface NSCCryptoKeyPair : NSObject
45
- @property (nonatomic, nonnull) SecKeyRef privateKey;
46
- @property (nonatomic, nonnull) SecKeyRef publicKey;
47
- -(nonnull id)initWithPrivateKey:(nonnull SecKeyRef)privKey andPublicKey:(nonnull SecKeyRef)pubKey;
48
- @end
49
-
50
- @interface NSCCrypto:NSObject
51
- + (nonnull NSString*)randomUUID;
52
- + (nullable NSString*)getRandomValues:(nonnull void*)buffer length:(unsigned int)length;
53
- + (nullable NSData*)digest:(nonnull void*)data length:(unsigned int)length mode:(int)mode;
54
- + (nullable NSData *)generateKeyHmac:(int)hash length:(int)length;
55
- + (nullable NSCCryptoKeyPair*)generateKeyRsa:(NSCCryptoRsaHashedKeyGenParamsName)name modulusLength:(unsigned int)modulusLength publicExponent:(nullable void*)exponent size:(unsigned int)size hash:(NSCCryptoHash)hash extractable:(BOOL)extractable keyUsages:(nonnull NSArray*) usages;
56
- + (nullable NSData *)encryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull void*)data size:(unsigned int) size;
57
-
58
- + (nullable NSData *)decryptRsa:(BOOL)isPrivate key:(nonnull NSCCryptoKeyPair *)key hash:(NSCCryptoHash)hash data:(nonnull void*)data size:(unsigned int) size;
59
- @end
60
- #endif /* NSCCrypto_h */
@@ -1,24 +0,0 @@
1
- //
2
- // NSData+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Peter Staev on 7.08.19.
6
- // Copyright © 2019 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSData (Async)
14
-
15
- + (void)dataWithContentsOfFile:(nonnull NSString*)path
16
- completion:(void (^) (NSData*))callback;
17
-
18
- - (void)writeToFile:(nonnull NSString*) path
19
- atomically:(BOOL)atomically
20
- completion:(void (^) (void))callback;
21
-
22
- @end
23
-
24
- NS_ASSUME_NONNULL_END
@@ -1,22 +0,0 @@
1
- //
2
- // NSFileHandle+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Osei Fortune on 03/05/2023.
6
- // Copyright © 2023 NativeScript. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSFileHandle (Async)
14
-
15
- - (void)appendData:(nonnull NSData*) data
16
- completion:(void (^) (NSError*))callback;
17
-
18
- + (void)fileHandleWith:(NSString *)path data:(NSData *)data completion:(void (^)(NSFileHandle*,NSError*))callback;
19
-
20
- @end
21
-
22
- NS_ASSUME_NONNULL_END
@@ -1,25 +0,0 @@
1
- //
2
- // NSString+Async.h
3
- // TNSWidgets
4
- //
5
- // Created by Peter Staev on 5.08.19.
6
- // Copyright © 2019 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
-
13
- @interface NSString (Async)
14
-
15
- + (void)stringWithContentsOfFile:(nonnull NSString*)path
16
- encoding:(NSStringEncoding)enc
17
- completion:(void (^) (NSString*, NSError*))callback;
18
-
19
- - (void)writeToFile:(nonnull NSString*) path
20
- atomically:(BOOL)atomically
21
- encoding:(NSStringEncoding)enc
22
- completion:(void (^) (NSError*))callback;
23
- @end
24
-
25
- NS_ASSUME_NONNULL_END
@@ -1,16 +0,0 @@
1
- //
2
- // TNSLabel.h
3
- // TNSWidgets
4
- //
5
- // Created by Hristo Hristov on 6/9/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
- @interface TNSLabel : UILabel
12
-
13
- @property(nonatomic) UIEdgeInsets padding;
14
- @property(nonatomic) UIEdgeInsets borderThickness;
15
-
16
- @end
@@ -1,29 +0,0 @@
1
- //
2
- // TNSProcess.h
3
- // TNSWidgets
4
- //
5
- // Created by Panayot Cankov on 15/05/2017.
6
- // Copyright © 2017 Telerik A D. All rights reserved.
7
- //
8
-
9
- #ifndef TNSProcess_h
10
- #define TNSProcess_h
11
-
12
- #import <Foundation/Foundation.h>
13
-
14
- /**
15
- * Get the milliseconds since the process started.
16
- */
17
- double __tns_uptime(void);
18
-
19
- /**
20
- * Provides access to NSLog. The runtime implementation of console.log is filtered in release.
21
- * We rarely need to log in release but in cases such as when logging app startup times in release,
22
- * this will be convenient shortcut to NSLog, NSLog is not exposed.
23
- *
24
- * Please note the {N} CLI may be filtering app output, prefixing the message with "CONSOLE LOG"
25
- * will make the logs visible in "tns run ios --release" builds.
26
- */
27
- void __nslog(NSString* message);
28
-
29
- #endif /* TNSProcess_h */
@@ -1,25 +0,0 @@
1
- //
2
- // TNSWidgets.h
3
- // TNSWidgets
4
- //
5
- // Created by Panayot Cankov on 4/27/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
- //! Project version number for TNSWidgets.
12
- FOUNDATION_EXPORT double TNSWidgetsVersionNumber;
13
-
14
- //! Project version string for TNSWidgets.
15
- FOUNDATION_EXPORT const unsigned char TNSWidgetsVersionString[];
16
-
17
- // In this header, you should import all the public headers of your framework using statements like #import <TNSWidgets/PublicHeader.h>
18
-
19
- #import "UIImage+TNSBlocks.h"
20
- #import "UIView+PassThroughParent.h"
21
- #import "TNSLabel.h"
22
- #import "TNSProcess.h"
23
- #import "NSString+Async.h"
24
- #import "NSData+Async.h"
25
- #import "NSFileHandle+Async.h"
@@ -1,26 +0,0 @@
1
- //
2
- // UIImage+UIImage_Async.h
3
- // TKImageAsync
4
- //
5
- // Created by Panayot Cankov on 4/18/16.
6
- // Copyright © 2016 Telerik A D. All rights reserved.
7
- //
8
-
9
- @interface UIImage (TNSBlocks)
10
-
11
- /**
12
- * Similar to imageNamed: however it runs on a separate queue so the UI thread is not blocked.
13
- * It also draws the UIImage in a small thumb to force decoding potentially avoiding UI hicckups when displayed.
14
- */
15
- + (void) tns_safeDecodeImageNamed: (NSString*) name completion: (void (^) (UIImage*))callback;
16
-
17
- /**
18
- * Same as imageNamed, however calls to this method are sinchronized to be thread safe in iOS8 along with calls to tns_safeImageNamed and tns_safeDecodeImageNamed:completion:
19
- * imageNamed is thread safe in iOS 9 and later so in later versions this methods simply fallbacks to imageNamed:
20
- */
21
- + (UIImage*) tns_safeImageNamed: (NSString*) name;
22
-
23
- + (void) tns_decodeImageWithData: (NSData*) data completion: (void (^) (UIImage*))callback;
24
- + (void) tns_decodeImageWidthContentsOfFile: (NSString*) file completion: (void (^) (UIImage*))callback;
25
-
26
- @end
@@ -1,17 +0,0 @@
1
- //
2
- // UIView+PassThroughParent.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <UIKit/UIKit.h>
10
-
11
-
12
- @interface UIView (PassThroughParent)
13
-
14
- - (BOOL) passThroughParent;
15
- - (void) setPassThroughParent:(BOOL) passThroughParent;
16
-
17
- @end
@@ -1,6 +0,0 @@
1
- framework module TNSWidgets {
2
- umbrella header "TNSWidgets.h"
3
- export *
4
-
5
- module * { export * }
6
- }
@@ -1,17 +0,0 @@
1
- //
2
- // NSObject+Swizzling.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <objc/runtime.h>
11
-
12
-
13
- @interface NSObject (Swizzling)
14
-
15
- + (void)swizzleInstanceMethodWithOriginalSelector:(SEL)originalSelector fromClass:(Class)classContainigOriginalSel withSwizzlingSelector:(SEL)swizzlingSelector;
16
-
17
- @end
@@ -1,18 +0,0 @@
1
- //
2
- // UIView+PropertyBag.h
3
- // TNSWidgets
4
- //
5
- // Created by Manol Donev on 21.08.18.
6
- // Copyright © 2018 Telerik A D. All rights reserved.
7
- //
8
-
9
- #import <Foundation/Foundation.h>
10
- #import <UIKit/UIKit.h>
11
-
12
-
13
- @interface UIView (PropertyBag)
14
-
15
- - (id) propertyValueForKey:(NSString*) key;
16
- - (void) setPropertyValue:(id) value forKey:(NSString*) key;
17
-
18
- @end