@nativescript/core 8.9.0-alpha.2 → 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 (425) 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/lazy.d.ts +0 -5
  145. package/utils/macrotask-scheduler.d.ts +1 -5
  146. package/utils/native-helper.ios.js +1 -0
  147. package/utils/native-helper.ios.js.map +1 -1
  148. package/utils/types.d.ts +23 -115
  149. package/xml/index.d.ts +44 -105
  150. package/xml/index.js +1 -1
  151. package/xml/index.js.map +1 -1
  152. package/accessibility/accessibility-service.d.ts +0 -10
  153. package/accessibility/font-scale.d.ts +0 -9
  154. package/accessibility/index.d.ts +0 -37
  155. package/animation-frame/animation-native.d.ts +0 -4
  156. package/application/application.d.ts +0 -194
  157. package/application/index.d.ts +0 -2
  158. package/application-settings/index.d.ts +0 -70
  159. package/cli-hooks/before-checkForChanges.js +0 -60
  160. package/cli-hooks/postinstall.js +0 -2
  161. package/cli-hooks/preuninstall.js +0 -2
  162. package/color/index.d.ts +0 -206
  163. package/connectivity/index.d.ts +0 -52
  164. package/css/lib/parse/index.js +0 -602
  165. package/css/package.json +0 -36
  166. package/css/reworkcss.d.ts +0 -47
  167. package/css/reworkcss.js +0 -1
  168. package/css-value/package.json +0 -23
  169. package/css-value/reworkcss-value.d.ts +0 -8
  170. package/css-value/reworkcss-value.js +0 -113
  171. package/debugger/css-agent.d.ts +0 -59
  172. package/fetch/index.js +0 -539
  173. package/file-system/file-system-access.d.ts +0 -441
  174. package/fps-meter/fps-native.d.ts +0 -24
  175. package/global-types.d.ts +0 -393
  176. package/http/http-request/index.d.ts +0 -3
  177. package/image-asset/index.d.ts +0 -17
  178. package/image-source/index.d.ts +0 -345
  179. package/js-libs/easysax/easysax.d.ts +0 -8
  180. package/js-libs/easysax/easysax.js +0 -782
  181. package/js-libs/easysax/package.json +0 -35
  182. package/platform/device/index.d.ts +0 -70
  183. package/platform/screen/index.d.ts +0 -48
  184. package/platforms/android/native-api-usage.json +0 -32
  185. package/platforms/android/res/values/ids.xml +0 -4
  186. package/platforms/android/widgets-release.aar +0 -0
  187. package/platforms/android/winter_cg-release.aar +0 -0
  188. package/platforms/ios/NSCWinterCG.xcframework/Info.plist +0 -102
  189. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  190. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  191. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  192. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Info.plist +0 -0
  193. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  194. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  195. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  196. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  197. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  198. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  199. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  200. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  201. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  202. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/NSCWinterCG +0 -0
  203. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Resources/Info.plist +0 -52
  204. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCCrypto.h +0 -79
  205. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSCWinterCG.h +0 -20
  206. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Headers/NSString+WinterCG.h +0 -21
  207. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Modules/module.modulemap +0 -6
  208. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/NSCWinterCG +0 -0
  209. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/A/Resources/Info.plist +0 -52
  210. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/NSCWinterCG.framework/Versions/Current/NSCWinterCG +0 -0
  211. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  212. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  213. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  214. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  215. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  216. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  217. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  218. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  219. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  220. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  221. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  222. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  223. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  224. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  225. package/platforms/ios/NSCWinterCG.xcframework/ios-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  226. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  227. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  228. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  229. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Info.plist +0 -0
  230. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  231. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/NSCWinterCG.framework/NSCWinterCG +0 -0
  232. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  233. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  234. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  235. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCCrypto.h +0 -79
  236. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSCWinterCG.h +0 -20
  237. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Headers/NSString+WinterCG.h +0 -21
  238. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Info.plist +0 -0
  239. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/Modules/module.modulemap +0 -6
  240. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/NSCWinterCG +0 -0
  241. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/NSCWinterCG.framework/_CodeSignature/CodeResources +0 -146
  242. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Info.plist +0 -20
  243. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/DWARF/NSCWinterCG +0 -0
  244. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/aarch64/NSCWinterCG.yml +0 -40
  245. package/platforms/ios/NSCWinterCG.xcframework/xros-arm64_x86_64-simulator/dSYMs/NSCWinterCG.framework.dSYM/Contents/Resources/Relocations/x86_64/NSCWinterCG.yml +0 -40
  246. package/platforms/ios/TNSWidgets.xcframework/Info.plist +0 -102
  247. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  248. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  249. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  250. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  251. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  252. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  253. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  254. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  255. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  256. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Info.plist +0 -0
  257. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  258. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  259. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  260. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  261. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  262. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  263. package/platforms/ios/TNSWidgets.xcframework/ios-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  264. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  265. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  266. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  267. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  268. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  269. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  270. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  271. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  272. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  273. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Modules/module.modulemap +0 -6
  274. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  275. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  276. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Resources/Info.plist +0 -52
  277. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/TNSWidgets +0 -0
  278. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSCCrypto.h +0 -60
  279. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSData+Async.h +0 -24
  280. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSFileHandle+Async.h +0 -22
  281. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/NSString+Async.h +0 -25
  282. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSLabel.h +0 -16
  283. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSProcess.h +0 -29
  284. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/TNSWidgets.h +0 -25
  285. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIImage+TNSBlocks.h +0 -26
  286. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Headers/UIView+PassThroughParent.h +0 -17
  287. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Modules/module.modulemap +0 -6
  288. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/NSObject+Swizzling.h +0 -17
  289. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/PrivateHeaders/UIView+PropertyBag.h +0 -18
  290. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/Resources/Info.plist +0 -52
  291. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/A/TNSWidgets +0 -0
  292. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/TNSWidgets.framework/Versions/Current/TNSWidgets +0 -0
  293. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  294. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  295. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  296. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-maccatalyst/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  297. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  298. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  299. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  300. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  301. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  302. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  303. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  304. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  305. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  306. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  307. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  308. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  309. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  310. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  311. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  312. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  313. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  314. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  315. package/platforms/ios/TNSWidgets.xcframework/ios-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  316. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  317. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  318. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  319. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  320. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  321. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  322. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  323. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  324. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  325. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Info.plist +0 -0
  326. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/Modules/module.modulemap +0 -6
  327. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  328. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  329. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/TNSWidgets.framework/TNSWidgets +0 -0
  330. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  331. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  332. package/platforms/ios/TNSWidgets.xcframework/xros-arm64/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  333. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSCCrypto.h +0 -60
  334. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSData+Async.h +0 -24
  335. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSFileHandle+Async.h +0 -22
  336. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/NSString+Async.h +0 -25
  337. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSLabel.h +0 -16
  338. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSProcess.h +0 -29
  339. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/TNSWidgets.h +0 -25
  340. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIImage+TNSBlocks.h +0 -26
  341. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Headers/UIView+PassThroughParent.h +0 -17
  342. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Info.plist +0 -0
  343. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/Modules/module.modulemap +0 -6
  344. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/NSObject+Swizzling.h +0 -17
  345. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/PrivateHeaders/UIView+PropertyBag.h +0 -18
  346. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/TNSWidgets +0 -0
  347. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/TNSWidgets.framework/_CodeSignature/CodeResources +0 -223
  348. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Info.plist +0 -20
  349. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/DWARF/TNSWidgets +0 -0
  350. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/aarch64/TNSWidgets.yml +0 -82
  351. package/platforms/ios/TNSWidgets.xcframework/xros-arm64_x86_64-simulator/dSYMs/TNSWidgets.framework.dSYM/Contents/Resources/Relocations/x86_64/TNSWidgets.yml +0 -82
  352. package/platforms/ios/native-api-usage.json +0 -41
  353. package/platforms/ios/src/NativeScriptEmbedder.h +0 -31
  354. package/platforms/ios/src/NativeScriptEmbedder.m +0 -43
  355. package/platforms/ios/src/NativeScriptMainWindow.swift +0 -179
  356. package/platforms/ios/src/NativeScriptUtils.h +0 -16
  357. package/platforms/ios/src/NativeScriptUtils.m +0 -137
  358. package/platforms/ios/src/UIView+NativeScript.h +0 -15
  359. package/platforms/ios/src/UIView+NativeScript.m +0 -150
  360. package/platforms/ios/src/module.modulemap +0 -14
  361. package/platforms/ios/typings/objc!MaterialComponents.d.ts +0 -808
  362. package/platforms/ios/typings/objc!NativeScriptUtils.d.ts +0 -18
  363. package/references.d.ts +0 -10
  364. package/text/index.d.ts +0 -36
  365. package/timer/index.d.ts +0 -27
  366. package/ui/action-bar/index.d.ts +0 -271
  367. package/ui/activity-indicator/index.d.ts +0 -21
  368. package/ui/animation/index.d.ts +0 -152
  369. package/ui/button/index.d.ts +0 -44
  370. package/ui/core/control-state-change/index.d.ts +0 -15
  371. package/ui/core/view/index.d.ts +0 -992
  372. package/ui/core/view/view-helper/index.d.ts +0 -76
  373. package/ui/date-picker/index.d.ts +0 -65
  374. package/ui/dialogs/index.d.ts +0 -311
  375. package/ui/editable-text-base/index.d.ts +0 -100
  376. package/ui/embedding/index.d.ts +0 -10
  377. package/ui/frame/fragment.d.ts +0 -5
  378. package/ui/frame/fragment.transitions.d.ts +0 -43
  379. package/ui/frame/index.d.ts +0 -553
  380. package/ui/frame/transition-definitions.android.d.ts +0 -54
  381. package/ui/gestures/index.d.ts +0 -59
  382. package/ui/html-view/index.d.ts +0 -27
  383. package/ui/image/index.d.ts +0 -77
  384. package/ui/image/symbol-effects.d.ts +0 -13
  385. package/ui/image-cache/index.d.ts +0 -147
  386. package/ui/label/index.d.ts +0 -21
  387. package/ui/layouts/absolute-layout/index.d.ts +0 -40
  388. package/ui/layouts/dock-layout/index.d.ts +0 -35
  389. package/ui/layouts/flexbox-layout/index.d.ts +0 -66
  390. package/ui/layouts/grid-layout/index.d.ts +0 -182
  391. package/ui/layouts/layout-base.d.ts +0 -105
  392. package/ui/layouts/root-layout/index.d.ts +0 -45
  393. package/ui/layouts/stack-layout/index.d.ts +0 -19
  394. package/ui/layouts/wrap-layout/index.d.ts +0 -43
  395. package/ui/list-picker/index.d.ts +0 -32
  396. package/ui/list-view/index.d.ts +0 -208
  397. package/ui/page/index.d.ts +0 -212
  398. package/ui/progress/index.d.ts +0 -37
  399. package/ui/scroll-view/index.d.ts +0 -89
  400. package/ui/search-bar/index.d.ts +0 -89
  401. package/ui/segmented-bar/index.d.ts +0 -106
  402. package/ui/slider/index.d.ts +0 -72
  403. package/ui/styling/background.d.ts +0 -93
  404. package/ui/styling/font.d.ts +0 -62
  405. package/ui/switch/index.d.ts +0 -35
  406. package/ui/tab-view/index.d.ts +0 -175
  407. package/ui/text-base/index.d.ts +0 -161
  408. package/ui/text-field/index.d.ts +0 -41
  409. package/ui/text-view/index.d.ts +0 -35
  410. package/ui/time-picker/index.d.ts +0 -80
  411. package/ui/transition/fade-transition.d.ts +0 -3
  412. package/ui/transition/flip-transition.d.ts +0 -5
  413. package/ui/transition/index.d.ts +0 -59
  414. package/ui/transition/modal-transition.d.ts +0 -2
  415. package/ui/transition/page-transition.d.ts +0 -4
  416. package/ui/transition/shared-transition-helper.d.ts +0 -14
  417. package/ui/transition/slide-transition.d.ts +0 -5
  418. package/ui/utils.d.ts +0 -44
  419. package/ui/web-view/index.d.ts +0 -130
  420. package/utils/constants.d.ts +0 -1
  421. package/utils/index.d.ts +0 -177
  422. package/utils/layout-helper/index.d.ts +0 -82
  423. package/utils/mainthread-helper.d.ts +0 -16
  424. package/utils/native-helper.d.ts +0 -280
  425. package/utils/typescript-utils.d.ts +0 -6
@@ -1,380 +1,105 @@
1
- import { FileSystemAccess } from './file-system-access';
2
-
3
- export enum AndroidDirectory {
4
- ALARMS,
5
- AUDIOBOOKS,
6
- DCIM,
7
- DOCUMENTS,
8
- DOWNLOADS,
9
- MOVIES,
10
- MUSIC,
11
- NOTIFICATIONS,
12
- PICTURES,
13
- PODCASTS,
14
- RINGTONES,
15
- SCREENSHOTS,
16
- }
17
-
1
+ import { IFileSystemAccess } from './file-system-access';
18
2
  /**
19
3
  * Returns FileSystemAccess, a shared singleton utility class to provide methods to access and work with the file system. This is used under the hood of all the file system apis in @nativescript/core and provided as a lower level convenience if needed.
20
4
  * @returns FileSystemAccess
21
5
  */
22
- export function getFileAccess(): FileSystemAccess;
23
-
24
- /**
25
- * Represents a single entity on the file system.
26
- */
27
- export class FileSystemEntity {
28
- /**
29
- * Gets the Date object specifying the last time this entity was modified.
30
- */
31
- lastModified: Date;
32
-
33
- /**
34
- * Gets the name of the entity.
35
- */
36
- name: string;
37
-
38
- /**
39
- * Gets the fully-qualified path (including the extension for a File) of the entity.
40
- */
41
- path: string;
42
-
43
- /**
44
- * Gets the Folder object representing the parent of this entity.
45
- * Will be null for a root folder like Documents or Temporary.
46
- * This property is readonly.
47
- */
48
- parent: Folder;
49
-
50
- /**
51
- * Removes (deletes) the current Entity from the file system.
52
- */
53
- remove(): Promise<any>;
54
-
55
- /**
56
- * Removes (deletes) the current Entity from the file system synchronously.
57
- */
58
- removeSync(onError?: (error: any) => any): void;
59
-
60
- /**
61
- * Renames the current entity using the specified name.
62
- * @param newName The new name to be applied to the entity.
63
- */
64
- rename(newName: string): Promise<any>;
65
-
66
- /**
67
- * Renames the current entity synchronously, using the specified name.
68
- * @param newName The new name to be applied to the entity.
69
- */
70
- renameSync(newName: string, onError?: (error: any) => any): void;
6
+ export declare function getFileAccess(): IFileSystemAccess;
7
+ export declare class FileSystemEntity {
8
+ _path: string;
9
+ _name: string;
10
+ _extension: string;
11
+ _locked: boolean;
12
+ _lastModified: Date;
13
+ _isKnown: boolean;
14
+ get parent(): Folder;
15
+ remove(): Promise<any>;
16
+ removeSync(onError?: (error: any) => any): void;
17
+ rename(newName: string): Promise<any>;
18
+ renameSync(newName: string, onError?: (error: any) => any): void;
19
+ get name(): string;
20
+ get path(): string;
21
+ get lastModified(): Date;
71
22
  }
72
-
73
- /**
74
- * Contains Android-specific the file system helpers.
75
- */
76
- class Android {
77
- createFile(options: { relativePath?: string; name: string; mime: string; directory: AndroidDirectory }): File;
23
+ export declare enum AndroidDirectory {
24
+ ALARMS = "alarms",
25
+ AUDIOBOOKS = "audiobooks",
26
+ DCIM = "dcim",
27
+ DOCUMENTS = "documents",
28
+ DOWNLOADS = "downloads",
29
+ MOVIES = "movies",
30
+ MUSIC = "music",
31
+ NOTIFICATIONS = "notifications",
32
+ PICTURES = "pictures",
33
+ PODCASTS = "podcasts",
34
+ RINGTONES = "ringtones",
35
+ SCREENSHOTS = "screenshots"
78
36
  }
79
-
80
- /**
81
- * Contains iOS-specific the file system helpers.
82
- */
83
-
84
- class iOS {}
85
-
86
- /**
87
- * Represents a File entity on the file system.
88
- */
89
- export class File extends FileSystemEntity {
90
- static readonly android: Android;
91
-
92
- static readonly ios: iOS;
93
-
94
- /**
95
- * Checks whether a File with the specified path already exists.
96
- * @param path The path to check for.
97
- */
98
- static exists(path: string): boolean;
99
-
100
- /**
101
- * Gets the extension of the file.
102
- */
103
- extension: string;
104
-
105
- /**
106
- * Gets the size in bytes of the file.
107
- */
108
- size: number;
109
-
110
- /**
111
- * Gets a value indicating whether the file is currently locked, meaning a background operation associated with this file is running.
112
- */
113
- isLocked: boolean;
114
-
115
- /**
116
- * Appends the provided string to the file, using the specified encoding (defaults to UTF-8).
117
- * @param content The content to be saved to the file.
118
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
119
- */
120
- appendText(content: string, encoding?: string): Promise<any>;
121
-
122
- /**
123
- * Appends the provided string to the file synchronously, using the specified encoding (defaults to UTF-8).
124
- * @param content The content to be saved to the file.
125
- * @param onError An optional function to be called if some IO-error occurs.
126
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
127
- */
128
- appendTextSync(content: string, onError?: (error: any) => any, encoding?: string): void;
129
-
130
- /**
131
- * Appends the provided binary content to the file.
132
- * @param content The binary content to be saved to the file.
133
- */
134
- append(content: any): Promise<void>;
135
-
136
- /**
137
- * Appends the provided binary content to the file synchronously.
138
- * @param content The binary content to be saved to the file.
139
- * @param onError An optional function to be called if some IO-error occurs.
140
- */
141
- appendSync(content: any, onError?: (error: any) => any): void;
142
-
143
- /**
144
- * Copies a file to a given path.
145
- * @param dest The path to the destination file.
146
- * Returns a Promise with a boolean.
147
- */
148
- copy(dest: string): Promise<boolean>;
149
-
150
- /**
151
- * Copies a file to a given path.
152
- * @param dest The path to the destination file.
153
- * @param onError (optional) A callback function to use if any error occurs.
154
- * Returns a Promise with a boolean.
155
- */
156
- copySync(dest: string, onError?: (error: any) => any): any;
157
-
158
- /**
159
- * Gets or creates a File entity at the specified path.
160
- * @param path The path to get/create the file at.
161
- * @param copy An optional value when set, copies the content-uri to a temp file enabling the legacy behaviour
162
- */
163
- static fromPath(path: string, copy?: boolean): File;
164
-
165
- /**
166
- * Reads the content of the file as a string using the specified encoding (defaults to UTF-8).
167
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
168
- */
169
- readText(encoding?: string): Promise<string>;
170
-
171
- /**
172
- * Reads the content of the file as a string synchronously, using the specified encoding (defaults to UTF-8).
173
- * @param onError An optional function to be called if some IO-error occurs.
174
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
175
- */
176
- readTextSync(onError?: (error: any) => any, encoding?: string): string;
177
-
178
- /**
179
- * Reads the binary content of the file asynchronously.
180
- */
181
- read(): Promise<any>;
182
-
183
- /**
184
- * Reads the binary content of the file synchronously.
185
- * @param onError An optional function to be called if some IO-error occurs.
186
- */
187
- readSync(onError?: (error: any) => any): any;
188
-
189
- /**
190
- * Writes the provided string to the file, using the specified encoding (defaults to UTF-8).
191
- * @param content The content to be saved to the file.
192
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
193
- */
194
- writeText(content: string, encoding?: string): Promise<any>;
195
-
196
- /**
197
- * Writes the provided string to the file synchronously, using the specified encoding (defaults to UTF-8).
198
- * @param content The content to be saved to the file.
199
- * @param onError An optional function to be called if some IO-error occurs.
200
- * @param encoding An optional value specifying the preferred encoding (defaults to UTF-8).
201
- */
202
- writeTextSync(content: string, onError?: (error: any) => any, encoding?: string): void;
203
-
204
- /**
205
- * Writes the provided binary content to the file.
206
- * @param content The binary content to be saved to the file.
207
- */
208
- write(content: any): Promise<void>;
209
-
210
- /**
211
- * Writes the provided binary content to the file synchronously.
212
- * @param content The binary content to be saved to the file.
213
- * @param onError An optional function to be called if some IO-error occurs.
214
- */
215
- writeSync(content: any, onError?: (error: any) => any): void;
37
+ declare class Android {
38
+ createFile(options: {
39
+ relativePath?: string;
40
+ name: string;
41
+ mime: string;
42
+ directory: AndroidDirectory;
43
+ }): File;
216
44
  }
217
-
218
- /**
219
- * Represents a Folder (directory) entity on the file system.
220
- */
221
- export class Folder extends FileSystemEntity {
222
- /**
223
- * Determines whether this instance is a KnownFolder (accessed through the KnownFolders object).
224
- */
225
- isKnown: boolean;
226
-
227
- /**
228
- * Gets or creates a Folder entity at the specified path.
229
- * @param path The path to get/create the folder at.
230
- */
231
- static fromPath(path: string): Folder;
232
-
233
- /**
234
- * Checks whether a Folder with the specified path already exists.
235
- * @param path The path to check for.
236
- */
237
- static exists(path: string): boolean;
238
-
239
- /**
240
- * Checks whether this Folder contains an Entity with the specified name.
241
- * The path of the folder is added to the name to resolve the complete path to check for.
242
- * @param name The name of the entity to check for.
243
- */
244
- contains(name: string): boolean;
245
-
246
- /**
247
- * Deletes all the files and folders (recursively), contained within this Folder.
248
- */
249
- clear(): Promise<any>;
250
-
251
- /**
252
- * Deletes all the files and folders (recursively), contained within this Folder synchronously.
253
- * @param onError An optional function to be called if some error occurs.
254
- */
255
- clearSync(onError?: (error: any) => void): void;
256
-
257
- /**
258
- * Gets or creates a File entity with the specified name within this Folder.
259
- * @param name The name of the file to get/create.
260
- */
261
- getFile(name: string): File;
262
-
263
- /**
264
- * Gets or creates a Folder entity with the specified name within this Folder.
265
- * @param name The name of the folder to get/create.
266
- */
267
- getFolder(name: string): Folder;
268
-
269
- /**
270
- * Gets all the top-level entities residing within this folder.
271
- */
272
- getEntities(): Promise<Array<FileSystemEntity>>;
273
-
274
- /**
275
- * Gets all the top-level entities residing within this folder synchronously.
276
- * @param onError An optional function to be called if some error occurs.
277
- */
278
- getEntitiesSync(onError?: (error: any) => any): Array<FileSystemEntity>;
279
-
280
- /**
281
- * Enumerates all the top-level FileSystem entities residing within this folder.
282
- * @param onEntity A callback that receives the current entity. If the callback returns false this will mean for the iteration to stop.
283
- */
284
- eachEntity(onEntity: (entity: FileSystemEntity) => boolean);
45
+ declare class iOS {
285
46
  }
286
-
287
- /**
288
- * Provides access to the top-level Folders instances that are accessible from the application. Use these as entry points to access the FileSystem.
289
- */
290
- export module knownFolders {
291
- /**
292
- * Gets the Documents folder available for the current application. This Folder is private for the application and not accessible from Users/External apps.
293
- */
294
- export function documents(): Folder;
295
-
296
- /**
297
- * Gets the Documents folder available for the current application on an external storage. This Folder is private for the application and not accessible from Users/External apps.
298
- * On android this requires READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE permissions
299
- * There is no external storage on iOS os it is the same as `documents()`
300
- */
301
- export function externalDocuments(): Folder;
302
-
303
- /**
304
- * Gets the Temporary (Caches) folder available for the current application. This Folder is private for the application and not accessible from Users/External apps.
305
- */
306
- export function temp(): Folder;
307
-
308
- /**
309
- * Gets the root folder for the current application. This Folder is private for the application and not accessible from Users/External apps.
310
- * iOS - this folder is read-only and contains the app and all its resources.
311
- */
312
- export function currentApp(): Folder;
313
-
314
- /**
315
- * Contains iOS-specific known folders.
316
- */
317
- module ios {
318
- /**
319
- * Gets the NSLibraryDirectory. Note that the folder will not be created if it did not exist.
320
- */
321
- export function library(): Folder;
322
-
323
- /**
324
- * Gets the NSDeveloperDirectory. Note that the folder will not be created if it did not exist.
325
- */
326
- export function developer(): Folder;
327
-
328
- /**
329
- * Gets the NSDesktopDirectory. Note that the folder will not be created if it did not exist.
330
- */
331
- export function desktop(): Folder;
332
-
333
- /**
334
- * Gets the NSDownloadsDirectory. Note that the folder will not be created if it did not exist.
335
- */
336
- export function downloads(): Folder;
337
-
338
- /**
339
- * Gets the NSMoviesDirectory. Note that the folder will not be created if it did not exist.
340
- */
341
- export function movies(): Folder;
342
-
343
- /**
344
- * Gets the NSMusicDirectory. Note that the folder will not be created if it did not exist.
345
- */
346
- export function music(): Folder;
347
-
348
- /**
349
- * Gets the NSPicturesDirectory. Note that the folder will not be created if it did not exist.
350
- */
351
- export function pictures(): Folder;
352
-
353
- /**
354
- * Gets the NSSharedPublicDirectory. Note that the folder will not be created if it did not exist.
355
- */
356
- export function sharedPublic(): Folder;
357
- }
47
+ export declare class File extends FileSystemEntity {
48
+ static get ios(): iOS;
49
+ static get android(): Android;
50
+ static fromPath(path: string, copy?: boolean): File;
51
+ static exists(path: string): boolean;
52
+ get extension(): string;
53
+ get isLocked(): boolean;
54
+ get size(): number;
55
+ append(content: any): Promise<void>;
56
+ appendSync(content: any, onError?: (error: any) => any): void;
57
+ appendText(content: string, encoding?: string): Promise<any>;
58
+ appendTextSync(content: string, onError?: (error: any) => any, encoding?: string): void;
59
+ copy(dest: string): Promise<boolean>;
60
+ copySync(dest: string, onError?: (error: any) => any): any;
61
+ read(): Promise<any>;
62
+ readSync(onError?: (error: any) => any): any;
63
+ write(content: any): Promise<void>;
64
+ writeSync(content: any, onError?: (error: any) => any): void;
65
+ readText(encoding?: string): Promise<string>;
66
+ readTextSync(onError?: (error: any) => any, encoding?: string): string;
67
+ writeText(content: string, encoding?: string): Promise<any>;
68
+ writeTextSync(content: string, onError?: (error: any) => any, encoding?: string): void;
69
+ _checkAccess(): void;
358
70
  }
359
-
360
- /**
361
- * Enables path-specific operations like join, extension, etc.
362
- */
363
- export module path {
364
- /**
365
- * Normalizes a path, taking care of occurrances like ".." and "//".
366
- * @param path The path to be normalized.
367
- */
368
- export function normalize(path: string): string;
369
-
370
- /**
371
- * Joins all the provided string components, forming a valid and normalized path.
372
- * @param paths An array of string components to be joined.
373
- */
374
- export function join(...paths: string[]): string;
375
-
376
- /**
377
- * Gets the string used to separate file paths.
378
- */
379
- export const separator: string;
71
+ export declare class Folder extends FileSystemEntity {
72
+ static fromPath(path: string): Folder;
73
+ static exists(path: string): boolean;
74
+ contains(name: string): boolean;
75
+ clear(): Promise<any>;
76
+ clearSync(onError?: (error: any) => void): void;
77
+ get isKnown(): boolean;
78
+ getFile(name: string): File;
79
+ getFolder(name: string): Folder;
80
+ getEntities(): Promise<Array<FileSystemEntity>>;
81
+ getEntitiesSync(onError?: (error: any) => any): Array<FileSystemEntity>;
82
+ eachEntity(onEntity: (entity: FileSystemEntity) => boolean): void;
83
+ }
84
+ export declare namespace knownFolders {
85
+ function documents(): Folder;
86
+ function externalDocuments(): Folder;
87
+ function temp(): Folder;
88
+ function currentApp(): Folder;
89
+ namespace ios {
90
+ function library(): Folder;
91
+ function developer(): Folder;
92
+ function desktop(): Folder;
93
+ function downloads(): Folder;
94
+ function movies(): Folder;
95
+ function music(): Folder;
96
+ function pictures(): Folder;
97
+ function sharedPublic(): Folder;
98
+ }
99
+ }
100
+ export declare namespace path {
101
+ function normalize(path: string): string;
102
+ function join(...paths: string[]): string;
103
+ const separator: string;
380
104
  }
105
+ export {};
@@ -1,24 +1,7 @@
1
- /**
2
- * Starts the frames-per-second meter.
3
- */
4
- export function start(): void;
5
-
6
- /**
7
- * Stops the frames-per-second meter.
8
- */
9
- export function stop(): void;
10
-
11
- /**
12
- * Returns a valid indicating whether the frames-per-second meter is currently running.
13
- */
14
- export function running(): boolean;
15
-
16
- /**
17
- * Adds a callback function to be called each time FPS data is due to be reported. Returns an unique id which can be used to remove this callback later.
18
- */
19
- export function addCallback(callback: (fps: number, minFps?: number) => void): number;
20
-
21
- /**
22
- * Removes the callback with the specified id.
23
- */
24
- export function removeCallback(id: number);
1
+ export declare function reset(): void;
2
+ export declare function running(): boolean;
3
+ export declare function minFps(): number;
4
+ export declare function start(): void;
5
+ export declare function stop(): void;
6
+ export declare function addCallback(callback: (fps: number, minFps?: number) => void): number;
7
+ export declare function removeCallback(id: number): void;
@@ -1,7 +1,22 @@
1
1
  import { Observable } from '../data/observable';
2
+ /**
3
+ * Manages internal framework global state
4
+ */
2
5
  export declare class NativeScriptGlobalState {
3
- events: Observable;
4
- launched: boolean;
6
+ events: Observable;
7
+ launched: boolean;
8
+ appEventWiring: Array<any>;
9
+ private _appInstanceReady;
10
+ private _setLaunched;
11
+ constructor();
12
+ get appInstanceReady(): boolean;
13
+ set appInstanceReady(value: boolean);
14
+ /**
15
+ * Ability for classes to initialize app event handling early even before the app instance is ready during boot cycle avoiding boot race conditions
16
+ * @param callback wire up any global event handling inside the callback
17
+ */
18
+ addEventWiring(callback: () => void): void;
19
+ private _setLaunchedFn;
5
20
  }
6
- export function installPolyfills(moduleName: string, exportNames: string[]): void;
7
- export function initGlobal(): void;
21
+ export declare function installPolyfills(moduleName: string, exportNames: string[]): void;
22
+ export declare function initGlobal(): void;
package/globals/index.js CHANGED
@@ -307,11 +307,13 @@ export function initGlobal() {
307
307
  }
308
308
  }
309
309
  function isTestingEnv() {
310
- return typeof jest !== 'undefined';
310
+ return typeof jest !== 'undefined' || global.__UNIT_TEST__;
311
311
  }
312
312
  if (!global.NativeScriptHasInitGlobal && !isTestingEnv()) {
313
313
  initGlobal();
314
314
  }
315
- // ensure the Application instance is initialized before any other module imports it.
316
- require('@nativescript/core/application');
315
+ if (!isTestingEnv()) {
316
+ // ensure the Application instance is initialized before any other module imports it.
317
+ require('@nativescript/core/application');
318
+ }
317
319
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/core/globals/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/core/globals/index.ts"],"names":[],"mappings":"AACA,MAAM,KAAK,GAAqB,OAAO,CAAC,OAAO,CAAC,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,KAAK,IAAI,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AAa9F,SAAS,uBAAuB,CAAC,UAAkB,EAAE,UAAkB;IACtE,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,UAAU,EAAE;QACzC,GAAG,EAAE;YACJ,oFAAoF;YACpF,MAAM,CAAC,GAAG,MAAM,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;YAExC,2EAA2E;YAC3E,MAAM,aAAa,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC;YACpC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,UAAU,EAAE;gBACzC,KAAK,EAAE,aAAa;gBACpB,YAAY,EAAE,IAAI;gBAClB,QAAQ,EAAE,IAAI;aACd,CAAC,CAAC;YAEH,OAAO,aAAa,CAAC;QACtB,CAAC;QACD,YAAY,EAAE,IAAI;KAClB,CAAC,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,OAAO,uBAAuB;IAOnC;QALA,aAAQ,GAAG,KAAK,CAAC;QAGT,sBAAiB,GAAG,KAAK,CAAC;QAGjC,iDAAiD;QACjD,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,EAAE,CAAC;QAC/B,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACnD,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QAC5C,IAAI,cAAc,EAAE,GAAG,CAAC,EAAE,CAAC;YAC1B,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,WAAW,EAAE,GAAG,EAAE;gBAChC,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC;gBAC1B,MAAM,GAAG,GAAG,IAAI,EAAE,CAAC;gBACnB,MAAM,KAAK,GAAG,GAAG,GAAG,QAAQ,CAAC;gBAC7B,cAAc,CAAC,gBAAgB,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,CAAC,CAAC;YACrE,CAAC,CAAC,CAAC;QACJ,CAAC;IACF,CAAC;IAED,IAAI,gBAAgB;QACnB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAC/B,CAAC;IAED,IAAI,gBAAgB,CAAC,KAAc;QAClC,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;QAC/B,sEAAsE;QACtE,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC;YACvD,KAAK,MAAM,QAAQ,IAAI,IAAI,CAAC,cAAc,EAAE,CAAC;gBAC5C,QAAQ,EAAE,CAAC;YACZ,CAAC;YACD,UAAU;YACV,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;QAC5B,CAAC;IACF,CAAC;IAED;;;OAGG;IACH,cAAc,CAAC,QAAoB;QAClC,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;YAC5B,QAAQ,EAAE,CAAC;QACZ,CAAC;aAAM,CAAC;YACP,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;gBAC1B,IAAI,CAAC,cAAc,GAAG,EAAE,CAAC;YAC1B,CAAC;YACD,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACpC,CAAC;IACF,CAAC;IAEO,cAAc;QACrB,oDAAoD;QACpD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;QACrB,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC;QAC7C,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC1B,CAAC;CACD;AAED,MAAM,UAAU,gBAAgB,CAAC,UAAkB,EAAE,WAAqB;IACzE,IAAI,MAAM,CAAC,UAAU,EAAE,CAAC;QACvB,MAAM,YAAY,GAAG,MAAM,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC;QACnD,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IACtF,CAAC;SAAM,CAAC;QACP,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,uBAAuB,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC;IACtF,CAAC;AACF,CAAC;AAED,MAAM,UAAU,UAAU;IACzB,IAAI,CAAC,MAAM,CAAC,yBAAyB,EAAE,CAAC;QACvC,MAAM,CAAC,yBAAyB,GAAG,IAAI,CAAC;QACxC,4BAA4B;QAC5B,MAAM,CAAC,mBAAmB,GAAG,IAAI,uBAAuB,EAAE,CAAC;QAE3D,aAAa;QACb,oCAAoC;QACpC,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,CAAC;YACvB,MAAM,CAAC,SAAS,GAAG,UAAU,CAAC,EAAE,CAAC;gBAChC,KAAK,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC;oBACnB,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;wBACzB,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;oBACb,CAAC;gBACF,CAAC;gBACD,SAAS,EAAE;oBACV,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC;gBACtB,CAAC;gBACD,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;YACxF,CAAC,CAAC;QACH,CAAC;QAED,0CAA0C;QAC1C,wDAAwD;QACxD,kCAAkC;QAClC,KAAK,MAAM,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,KAAK,CAAC,EAAE,CAAC;YACxD,IAAI,OAAO,KAAK,CAAC,MAAM,CAAC,KAAK,UAAU,EAAE,CAAC;gBACzC,SAAS;YACV,CAAC;YAED,IAAI,MAAM,IAAI,MAAM,EAAE,CAAC;gBACtB,kEAAkE;gBAClE,SAAS;YACV,CAAC;YAED,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;QAChC,CAAC;QAED,iBAAiB;QACjB,MAAM,OAAO,GAA4D,IAAI,GAAG,EAAsD,CAAC;QACvI,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAU,CAAC;QAC7C,MAAM,mBAAmB,GAAiB;YACzC,KAAK,EAAE,KAAK;YACZ,KAAK,EAAE,KAAK;YACZ,KAAK,EAAE,KAAK;YACZ,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,MAAM;YACf,OAAO,EAAE,MAAM;YACf,OAAO,EAAE,MAAM;YACf,MAAM,EAAE,MAAM;SACd,CAAC;QAEF,oEAAoE;QACpE,MAAM,CAAC,eAAe,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAE1C,MAAM,CAAC,cAAc,GAAG,UAAU,IAAY,EAAE,MAAoB;YACnE,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/C,CAAC,CAAC;QAEF,MAAM,CAAC,iBAAiB,GAAG,SAAS,iBAAiB,CAAC,IAAY;YACjE,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACtB,CAAC,CAAC;QAEF,MAAM,CAAC,oBAAoB,GAAG,SAAS,oBAAoB,CAAC,UAAkB;YAC7E,OAAO,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QAC3C,CAAC,CAAC;QAEF,MAAM,CAAC,sBAAsB,GAAG,SAAS,sBAAsB,CAAC,OAAgB,EAAE,eAA6B,EAAE;YAChH,OAAO,CAAC,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;gBACnC,MAAM,WAAW,GAAG,QAAQ,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;gBAC9C,MAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,EAAE,WAAW,CAAC,CAAC;gBAC7C,MAAM,WAAW,GAAG,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;gBACjD,MAAM,WAAW,GAAG,YAAY,CAAC,WAAW,CAAC,IAAI,mBAAmB,CAAC,WAAW,CAAC,IAAI,WAAW,CAAC;gBAEjG,6EAA6E;gBAC7E,+GAA+G;gBAC/G,wGAAwG;gBACxG,MAAM,YAAY,GAAG,WAAW,KAAK,WAAW,CAAC;gBACjD,MAAM,YAAY,GAAG,IAAI,GAAG,WAAW,CAAC;gBAExC,MAAM,gBAAgB,GAAG,CAAC,QAAgB,EAAE,EAAE;oBAC7C,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE;wBACrB,QAAQ;wBACR,MAAM,EAAE,GAAG,EAAE;4BACZ,OAAO,OAAO,CAAC,QAAQ,CAAC,CAAC;wBAC1B,CAAC;qBACD,CAAC,CAAC;gBACJ,CAAC,CAAC;gBAEF,IAAI,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;oBACnE,MAAM,WAAW,GAAG;wBACnB,uIAAuI;wBACvI,YAAY,CAAC,MAAM,CAAC,CAAC,EAAE,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC;wBAC/C,8DAA8D;wBAC9D,YAAY,CAAC,MAAM,CAAC,CAAC,EAAE,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC;wBAC/C,+DAA+D;wBAC/D,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC;qBACtB,CAAC;oBAEF,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE;wBAClC,IAAI,YAAY,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,CAAC;4BACtD,gBAAgB,CAAC,UAAU,CAAC,CAAC;wBAC9B,CAAC;oBACF,CAAC,CAAC,CAAC;gBACJ,CAAC;qBAAM,IAAI,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC;oBAC1C,MAAM,eAAe,GAAG;wBACvB,gEAAgE;wBAChE,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC;qBACtB,CAAC;oBAEF,eAAe,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,EAAE;wBAC1C,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,EAAE,CAAC;4BAC1C,gBAAgB,CAAC,cAAc,CAAC,CAAC;wBAClC,CAAC;oBACF,CAAC,CAAC,CAAC;gBACJ,CAAC;gBAED,IAAI,YAAY,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;oBACxD,gBAAgB,CAAC,YAAY,CAAC,CAAC;gBAChC,CAAC;YACF,CAAC,CAAC,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,CAAC,YAAY,GAAG,SAAS,YAAY,CAAC,IAAY;YACvD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAC1B,CAAC,CAAC;QAEF,MAAM,CAAC,UAAU,GAAG,SAAS,UAAU,CAAC,IAAY,EAAE,UAAU,GAAG,KAAK;YACvE,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;YACrC,IAAI,UAAU,EAAE,CAAC;gBAChB,IAAI,UAAU,EAAE,CAAC;oBAChB,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;gBAC7C,CAAC;gBAED,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;gBAEvC,IAAI,MAAM,CAAC,gBAAgB,EAAE,CAAC;oBAC7B,MAAM,CAAC,gBAAgB,EAAE,CAAC;gBAC3B,CAAC;gBAED,OAAO,MAAM,CAAC;YACf,CAAC;YAED,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,eAAe,EAAE,CAAC;gBAC/C,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;gBAC9B,IAAI,MAAM,EAAE,CAAC;oBACZ,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC;oBAE5D,OAAO,MAAM,CAAC;gBACf,CAAC;YACF,CAAC;QACF,CAAC,CAAC;QAEF,MAAM,CAAC,oBAAoB,GAAG,SAAS,oBAAoB;YAC1D,OAAO,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC;QACnC,CAAC,CAAC;QAEF;;WAEG;QACH,iHAAiH;QACjH,mIAAmI;QACnI,MAAM,CAAC,WAAW,GAAG,UAAU,aAAkB,EAAE,WAAgB;YAClE,KAAK,MAAM,GAAG,IAAI,aAAa,EAAE,CAAC;gBACjC,WAAW,CAAC,GAAG,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,CAAC;YACvC,CAAC;QACF,CAAC,CAAC;QAEF,MAAM,CAAC,aAAa,GAAG,UAAU,QAAkB;YAClD,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;gBACjB,sCAAsC;gBACtC,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YACnC,CAAC;YACD,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;gBACjB,sCAAsC;gBACtC,OAAO,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;YAC3C,CAAC;iBAAM,CAAC;gBACP,OAAO,QAAQ,CAAC;YACjB,CAAC;QACF,CAAC,CAAC;QAEF,MAAM,CAAC,MAAM,GAAG;YACf,MAAM,CAAC,IAAI;gBACV,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBACtC,IAAI,CAAC;wBACJ,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;oBAC/B,CAAC;oBAAC,OAAO,CAAC,EAAE,CAAC;wBACZ,MAAM,CAAC,CAAC,CAAC,CAAC;oBACX,CAAC;gBACF,CAAC,CAAC,CAAC;YACJ,CAAC;SACD,CAAC;QAEF,oBAAoB;QACpB,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;QAC1D,gBAAgB,CAAC,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,eAAe,CAAC,CAAC,CAAC;QAE1F,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;QACxE,gBAAgB,CAAC,WAAW,EAAE,CAAC,uBAAuB,EAAE,sBAAsB,CAAC,CAAC,CAAC;QAEjF,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC;QAChF,gBAAgB,CAAC,kBAAkB,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC,CAAC,CAAC;QAEvE,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;QACpE,gBAAgB,CAAC,YAAY,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC;QAElF,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC;QACxD,gBAAgB,CAAC,MAAM,EAAE,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC;QAEzD,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtD,gBAAgB,CAAC,KAAK,EAAE,CAAC,gBAAgB,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC;QAEtF,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;QAC1D,gBAAgB,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;QAEvE,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;QACtD,gBAAgB,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;QAE1C,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;QAChE,gBAAgB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;QAEvC,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC;QAC7E,gBAAgB,CAAC,eAAe,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;QAE9C,MAAM,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;QAEpC,iFAAiF;QACjF,2EAA2E;QAE3E,oBAAoB;QAEpB,MAAM,CAAC,UAAU,GAAG,UAAU,MAAc,EAAE,GAAqB,EAAE,UAAgB;YACpF,IAAI,UAAU,EAAE,CAAC;gBAChB,MAAM,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;gBAExC,UAAU,CAAC,KAAK,GAAG,UAAU,GAAG,IAAW;oBAC1C,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;oBAE/C,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBAEF,OAAO,UAAU,CAAC;YACnB,CAAC;iBAAM,CAAC;gBACP,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,IAAU,MAAO,CAAC,IAAI,CAAC,IAAI,MAAM,gBAAgB,CAAC,CAAC;gBAEzE,OAAO,MAAM,CAAC;YACf,CAAC;QACF,CAAC,CAAC;QAEF,MAAM,CAAC,YAAY,GAAG,UAAU,MAAc,EAAE,GAAqB,EAAE,UAAgB;YACtF,IAAI,UAAU,EAAE,CAAC;gBAChB,MAAM,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC;gBAExC,UAAU,CAAC,KAAK,GAAG,UAAU,GAAG,IAAW;oBAC1C,OAAO,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,QAAQ,EAAE,kBAAkB,CAAC,CAAC;oBAEjD,OAAO,cAAc,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBAEF,OAAO,UAAU,CAAC;YACnB,CAAC;iBAAM,CAAC;gBACP,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,IAAU,MAAO,CAAC,IAAI,CAAC,IAAI,MAAM,kBAAkB,CAAC,CAAC;gBAE3E,OAAO,MAAM,CAAC;YACf,CAAC;QACF,CAAC,CAAC;IACH,CAAC;AACF,CAAC;AAGD,SAAS,YAAY;IACpB,OAAO,OAAO,IAAI,KAAK,WAAW,IAAI,MAAM,CAAC,aAAa,CAAC;AAC5D,CAAC;AAED,IAAI,CAAC,MAAM,CAAC,yBAAyB,IAAI,CAAC,YAAY,EAAE,EAAE,CAAC;IAC1D,UAAU,EAAE,CAAC;AACd,CAAC;AAED,IAAI,CAAC,YAAY,EAAE,EAAE,CAAC;IACrB,qFAAqF;IACrF,OAAO,CAAC,gCAAgC,CAAC,CAAC;AAC3C,CAAC"}