@nativescript/core 9.0.0-alpha.5 → 9.0.0-next-07-20-2025-16403500407

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 (481) hide show
  1. package/accessibility/accessibility-common.d.ts +0 -264
  2. package/accessibility/accessibility-common.js +0 -352
  3. package/accessibility/accessibility-common.js.map +1 -1
  4. package/accessibility/accessibility-css-helper.d.ts +1 -0
  5. package/accessibility/accessibility-css-helper.js +101 -0
  6. package/accessibility/accessibility-css-helper.js.map +1 -0
  7. package/accessibility/accessibility-properties.d.ts +1 -1
  8. package/accessibility/accessibility-properties.js +2 -2
  9. package/accessibility/accessibility-properties.js.map +1 -1
  10. package/accessibility/accessibility-service-common.d.ts +8 -0
  11. package/accessibility/accessibility-service-common.js +26 -0
  12. package/accessibility/accessibility-service-common.js.map +1 -0
  13. package/accessibility/accessibility-service.android.d.ts +6 -0
  14. package/accessibility/accessibility-service.android.js +103 -0
  15. package/accessibility/accessibility-service.android.js.map +1 -0
  16. package/accessibility/accessibility-service.d.ts +10 -0
  17. package/accessibility/accessibility-service.ios.d.ts +6 -0
  18. package/accessibility/accessibility-service.ios.js +61 -0
  19. package/accessibility/accessibility-service.ios.js.map +1 -0
  20. package/accessibility/accessibility-types.d.ts +224 -0
  21. package/accessibility/accessibility-types.js +222 -0
  22. package/accessibility/accessibility-types.js.map +1 -0
  23. package/accessibility/font-scale-common.d.ts +7 -0
  24. package/accessibility/font-scale-common.js +14 -0
  25. package/accessibility/font-scale-common.js.map +1 -0
  26. package/accessibility/font-scale.android.d.ts +5 -0
  27. package/accessibility/font-scale.android.js +55 -0
  28. package/accessibility/font-scale.android.js.map +1 -0
  29. package/accessibility/font-scale.d.ts +9 -0
  30. package/accessibility/font-scale.ios.d.ts +5 -0
  31. package/accessibility/font-scale.ios.js +89 -0
  32. package/accessibility/font-scale.ios.js.map +1 -0
  33. package/accessibility/index.android.d.ts +10 -0
  34. package/accessibility/index.android.js +577 -0
  35. package/accessibility/index.android.js.map +1 -0
  36. package/accessibility/index.d.ts +36 -0
  37. package/accessibility/index.ios.d.ts +9 -0
  38. package/accessibility/index.ios.js +229 -0
  39. package/accessibility/index.ios.js.map +1 -0
  40. package/application/application-common.d.ts +8 -6
  41. package/application/application-common.js +14 -21
  42. package/application/application-common.js.map +1 -1
  43. package/application/application-interfaces.d.ts +3 -2
  44. package/application/application.android.d.ts +7 -14
  45. package/application/application.android.js +75 -754
  46. package/application/application.android.js.map +1 -1
  47. package/application/application.d.ts +0 -25
  48. package/application/application.ios.d.ts +18 -16
  49. package/application/application.ios.js +45 -455
  50. package/application/application.ios.js.map +1 -1
  51. package/application-settings/index.android.js +2 -2
  52. package/application-settings/index.android.js.map +1 -1
  53. package/cli-hooks/{before-checkForChanges.mjs → before-checkForChanges.js} +6 -6
  54. package/cli-hooks/postinstall.js +2 -0
  55. package/cli-hooks/preuninstall.js +2 -0
  56. package/color/color-common.d.ts +19 -18
  57. package/color/color-common.js +14 -13
  58. package/color/color-common.js.map +1 -1
  59. package/color/index.ios.d.ts +1 -2
  60. package/color/index.ios.js.map +1 -1
  61. package/connectivity/index.android.js +4 -5
  62. package/connectivity/index.android.js.map +1 -1
  63. package/core-types/index.d.ts +1 -1
  64. package/core-types/index.js +2 -2
  65. package/core-types/index.js.map +1 -1
  66. package/css/css-tree-parser.js +21 -17
  67. package/css/css-tree-parser.js.map +1 -1
  68. package/css/lib/parse/index.js +577 -475
  69. package/css/package.json +36 -0
  70. package/css/reworkcss.d.ts +28 -25
  71. package/css/reworkcss.js +1 -5
  72. package/css-mediaquery/index.js +1 -1
  73. package/css-mediaquery/index.js.map +1 -1
  74. package/css-value/package.json +23 -0
  75. package/css-value/reworkcss-value.d.ts +8 -31
  76. package/css-value/reworkcss-value.js +111 -89
  77. package/debugger/devtools-elements-interfaces.d.ts +1 -1
  78. package/debugger/devtools-elements.common.js +8 -17
  79. package/debugger/devtools-elements.common.js.map +1 -1
  80. package/debugger/devtools-elements.js +1 -1
  81. package/debugger/devtools-elements.js.map +1 -1
  82. package/debugger/dom-node.d.ts +27 -0
  83. package/debugger/{dom-types.js → dom-node.js} +9 -11
  84. package/debugger/dom-node.js.map +1 -0
  85. package/debugger/webinspector-css.d.ts +18 -18
  86. package/debugger/webinspector-css.js +1 -1
  87. package/debugger/webinspector-css.js.map +1 -1
  88. package/debugger/webinspector-dom.d.ts +15 -15
  89. package/debugger/webinspector-dom.js +1 -1
  90. package/debugger/webinspector-dom.js.map +1 -1
  91. package/debugger/webinspector-network.android.d.ts +9 -9
  92. package/debugger/webinspector-network.android.js +3 -3
  93. package/debugger/webinspector-network.android.js.map +1 -1
  94. package/debugger/webinspector-network.ios.d.ts +9 -9
  95. package/debugger/webinspector-network.ios.js +1 -1
  96. package/debugger/webinspector-network.ios.js.map +1 -1
  97. package/fetch/index.js +458 -448
  98. package/file-system/file-system-access.android.js +39 -32
  99. package/file-system/file-system-access.android.js.map +1 -1
  100. package/file-system/index.d.ts +2 -2
  101. package/file-system/index.js +11 -4
  102. package/file-system/index.js.map +1 -1
  103. package/fps-meter/fps-native.android.d.ts +2 -1
  104. package/fps-meter/fps-native.android.js.map +1 -1
  105. package/fps-meter/fps-native.ios.d.ts +2 -1
  106. package/fps-meter/fps-native.ios.js.map +1 -1
  107. package/global-types.d.ts +1 -1
  108. package/globals/index.js +288 -254
  109. package/globals/index.js.map +1 -1
  110. package/http/http-request/http-request-common.js +2 -2
  111. package/http/http-request/http-request-common.js.map +1 -1
  112. package/http/http-request/index.android.d.ts +7 -3
  113. package/http/http-request/index.android.js +22 -6
  114. package/http/http-request/index.android.js.map +1 -1
  115. package/http/http-request/index.d.ts +1 -5
  116. package/http/http-request/index.ios.d.ts +7 -3
  117. package/http/http-request/index.ios.js +22 -6
  118. package/http/http-request/index.ios.js.map +1 -1
  119. package/http/index.d.ts +105 -6
  120. package/http/index.js +12 -10
  121. package/http/index.js.map +1 -1
  122. package/image-asset/index.android.js +3 -3
  123. package/image-asset/index.android.js.map +1 -1
  124. package/image-source/index.android.d.ts +1 -1
  125. package/image-source/index.android.js +23 -5
  126. package/image-source/index.android.js.map +1 -1
  127. package/image-source/index.ios.js +9 -2
  128. package/image-source/index.ios.js.map +1 -1
  129. package/index.d.ts +8 -12
  130. package/index.js +3 -6
  131. package/index.js.map +1 -1
  132. package/inspector_modules.d.ts +0 -3
  133. package/inspector_modules.js +3 -6
  134. package/inspector_modules.js.map +1 -1
  135. package/js-libs/easysax/easysax.js +3 -5
  136. package/media-query-list/index.js +17 -7
  137. package/media-query-list/index.js.map +1 -1
  138. package/module-name-resolver/index.d.ts +11 -2
  139. package/module-name-resolver/index.js +18 -6
  140. package/module-name-resolver/index.js.map +1 -1
  141. package/module-name-resolver/non-bundle-workflow-compat.js +23 -32
  142. package/module-name-resolver/non-bundle-workflow-compat.js.map +1 -1
  143. package/package.json +5 -8
  144. package/platform/device/index.android.js +2 -2
  145. package/platform/device/index.android.js.map +1 -1
  146. package/platform/screen/index.android.js +2 -2
  147. package/platform/screen/index.android.js.map +1 -1
  148. package/platform/screen/index.ios.js +2 -2
  149. package/platform/screen/index.ios.js.map +1 -1
  150. package/profiling/index.js +1 -2
  151. package/profiling/index.js.map +1 -1
  152. package/ui/action-bar/action-bar-common.js +2 -4
  153. package/ui/action-bar/action-bar-common.js.map +1 -1
  154. package/ui/action-bar/index.android.js +6 -7
  155. package/ui/action-bar/index.android.js.map +1 -1
  156. package/ui/action-bar/index.ios.js +11 -10
  157. package/ui/action-bar/index.ios.js.map +1 -1
  158. package/ui/activity-indicator/index.ios.js +4 -3
  159. package/ui/activity-indicator/index.ios.js.map +1 -1
  160. package/ui/animation/animation-common.d.ts +4 -4
  161. package/ui/animation/animation-common.js +3 -2
  162. package/ui/animation/animation-common.js.map +1 -1
  163. package/ui/animation/{animation-shared.d.ts → animation-interfaces.d.ts} +31 -39
  164. package/{core-types/animation-types.js → ui/animation/animation-interfaces.js} +1 -1
  165. package/ui/animation/animation-interfaces.js.map +1 -0
  166. package/ui/animation/index.android.d.ts +2 -1
  167. package/ui/animation/index.android.js +5 -5
  168. package/ui/animation/index.android.js.map +1 -1
  169. package/ui/animation/index.d.ts +138 -2
  170. package/ui/animation/index.ios.d.ts +2 -1
  171. package/ui/animation/index.ios.js +3 -3
  172. package/ui/animation/index.ios.js.map +1 -1
  173. package/ui/animation/keyframe-animation.d.ts +118 -67
  174. package/ui/animation/keyframe-animation.js +2 -2
  175. package/ui/animation/keyframe-animation.js.map +1 -1
  176. package/ui/builder/component-builder/index.js +2 -2
  177. package/ui/builder/component-builder/index.js.map +1 -1
  178. package/ui/builder/index.js +3 -415
  179. package/ui/builder/index.js.map +1 -1
  180. package/ui/builder/xml2ui.d.ts +134 -0
  181. package/ui/builder/xml2ui.js +397 -0
  182. package/ui/builder/xml2ui.js.map +1 -0
  183. package/ui/button/index.android.js +1 -2
  184. package/ui/button/index.android.js.map +1 -1
  185. package/ui/core/bindable/index.d.ts +38 -2
  186. package/ui/core/bindable/index.js +2 -1
  187. package/ui/core/bindable/index.js.map +1 -1
  188. package/ui/core/properties/index.d.ts +37 -4
  189. package/ui/core/properties/index.js +35 -6
  190. package/ui/core/properties/index.js.map +1 -1
  191. package/ui/core/view/index.android.d.ts +2 -2
  192. package/ui/core/view/index.android.js +10 -13
  193. package/ui/core/view/index.android.js.map +1 -1
  194. package/ui/core/view/index.d.ts +61 -1
  195. package/ui/core/view/index.ios.d.ts +3 -3
  196. package/ui/core/view/index.ios.js +13 -21
  197. package/ui/core/view/index.ios.js.map +1 -1
  198. package/ui/core/view/view-common.d.ts +16 -19
  199. package/ui/core/view/view-common.js +14 -12
  200. package/ui/core/view/view-common.js.map +1 -1
  201. package/ui/core/view/view-helper/index.ios.d.ts +1 -2
  202. package/ui/core/view/view-helper/index.ios.js +4 -3
  203. package/ui/core/view/view-helper/index.ios.js.map +1 -1
  204. package/ui/core/view/view-helper/view-helper-common.js +3 -1
  205. package/ui/core/view/view-helper/view-helper-common.js.map +1 -1
  206. package/ui/core/view-base/index.d.ts +25 -23
  207. package/ui/core/view-base/index.js +30 -9
  208. package/ui/core/view-base/index.js.map +1 -1
  209. package/ui/dialogs/dialogs-common.js +3 -3
  210. package/ui/dialogs/dialogs-common.js.map +1 -1
  211. package/ui/dialogs/index.android.js +7 -8
  212. package/ui/dialogs/index.android.js.map +1 -1
  213. package/ui/dialogs/index.ios.js +2 -2
  214. package/ui/dialogs/index.ios.js.map +1 -1
  215. package/ui/embedding/index.android.d.ts +1 -1
  216. package/ui/embedding/index.d.ts +1 -1
  217. package/ui/frame/callbacks/activity-callbacks.d.ts +19 -0
  218. package/ui/frame/callbacks/activity-callbacks.js +301 -0
  219. package/ui/frame/callbacks/activity-callbacks.js.map +1 -0
  220. package/ui/frame/{frame-helper-for-android.d.ts → callbacks/fragment-callbacks.d.ts} +1 -20
  221. package/ui/frame/{frame-helper-for-android.js → callbacks/fragment-callbacks.js} +38 -52
  222. package/ui/frame/callbacks/fragment-callbacks.js.map +1 -0
  223. package/ui/frame/fragment.android.js +2 -3
  224. package/ui/frame/fragment.android.js.map +1 -1
  225. package/ui/frame/fragment.transitions.android.js.map +1 -1
  226. package/ui/frame/frame-common.d.ts +2 -2
  227. package/ui/frame/frame-common.js.map +1 -1
  228. package/ui/frame/frame-interfaces.d.ts +4 -4
  229. package/ui/frame/frame-interfaces.js.map +1 -1
  230. package/ui/frame/frame-stack.js.map +1 -1
  231. package/ui/frame/index.android.d.ts +5 -20
  232. package/ui/frame/index.android.js +19 -296
  233. package/ui/frame/index.android.js.map +1 -1
  234. package/ui/frame/index.d.ts +19 -18
  235. package/ui/frame/index.ios.d.ts +1 -1
  236. package/ui/frame/index.ios.js +4 -5
  237. package/ui/frame/index.ios.js.map +1 -1
  238. package/ui/gestures/gestures-common.d.ts +273 -4
  239. package/ui/gestures/gestures-common.js +146 -3
  240. package/ui/gestures/gestures-common.js.map +1 -1
  241. package/ui/gestures/index.android.d.ts +1 -29
  242. package/ui/gestures/index.android.js +2 -4
  243. package/ui/gestures/index.android.js.map +1 -1
  244. package/ui/gestures/index.d.ts +0 -35
  245. package/ui/gestures/index.ios.d.ts +1 -35
  246. package/ui/gestures/index.ios.js +3 -3
  247. package/ui/gestures/index.ios.js.map +1 -1
  248. package/ui/gestures/touch-manager.d.ts +1 -1
  249. package/ui/html-view/index.ios.js +3 -3
  250. package/ui/html-view/index.ios.js.map +1 -1
  251. package/ui/image/image-common.js +1 -1
  252. package/ui/image/image-common.js.map +1 -1
  253. package/ui/image/index.android.js +1 -1
  254. package/ui/image/index.android.js.map +1 -1
  255. package/ui/image-cache/index.ios.js +11 -5
  256. package/ui/image-cache/index.ios.js.map +1 -1
  257. package/ui/index.d.ts +5 -10
  258. package/ui/index.js +3 -11
  259. package/ui/index.js.map +1 -1
  260. package/ui/label/index.ios.js.map +1 -1
  261. package/ui/layouts/absolute-layout/absolute-layout-common.js +1 -1
  262. package/ui/layouts/absolute-layout/absolute-layout-common.js.map +1 -1
  263. package/ui/layouts/absolute-layout/index.android.js +1 -1
  264. package/ui/layouts/absolute-layout/index.android.js.map +1 -1
  265. package/ui/layouts/absolute-layout/index.d.ts +1 -1
  266. package/ui/layouts/absolute-layout/index.ios.js.map +1 -1
  267. package/ui/layouts/flexbox-layout/flexbox-layout-common.js +1 -2
  268. package/ui/layouts/flexbox-layout/flexbox-layout-common.js.map +1 -1
  269. package/ui/layouts/flexbox-layout/index.android.js +1 -1
  270. package/ui/layouts/flexbox-layout/index.android.js.map +1 -1
  271. package/ui/layouts/flexbox-layout/index.ios.js.map +1 -1
  272. package/ui/layouts/layout-base.android.js +1 -2
  273. package/ui/layouts/layout-base.android.js.map +1 -1
  274. package/ui/layouts/stack-layout/index.ios.js.map +1 -1
  275. package/ui/layouts/wrap-layout/index.android.js +1 -1
  276. package/ui/layouts/wrap-layout/index.android.js.map +1 -1
  277. package/ui/layouts/wrap-layout/index.d.ts +1 -1
  278. package/ui/layouts/wrap-layout/wrap-layout-common.js +1 -1
  279. package/ui/layouts/wrap-layout/wrap-layout-common.js.map +1 -1
  280. package/ui/list-view/index.android.js +1 -1
  281. package/ui/list-view/index.android.js.map +1 -1
  282. package/ui/list-view/index.d.ts +1 -1
  283. package/ui/list-view/index.ios.js +1 -1
  284. package/ui/list-view/index.ios.js.map +1 -1
  285. package/ui/list-view/list-view-common.js +1 -1
  286. package/ui/list-view/list-view-common.js.map +1 -1
  287. package/ui/page/index.android.js +1 -2
  288. package/ui/page/index.android.js.map +1 -1
  289. package/ui/page/index.d.ts +1 -1
  290. package/ui/page/index.ios.js +5 -4
  291. package/ui/page/index.ios.js.map +1 -1
  292. package/ui/page/page-common.d.ts +2 -3
  293. package/ui/page/page-common.js +4 -5
  294. package/ui/page/page-common.js.map +1 -1
  295. package/ui/scroll-view/index.ios.js +3 -3
  296. package/ui/scroll-view/index.ios.js.map +1 -1
  297. package/ui/styling/background-common.js +1 -0
  298. package/ui/styling/background-common.js.map +1 -1
  299. package/ui/styling/background.android.d.ts +6 -0
  300. package/ui/styling/background.android.js +53 -1
  301. package/ui/styling/background.android.js.map +1 -1
  302. package/ui/styling/background.ios.js +1 -2
  303. package/ui/styling/background.ios.js.map +1 -1
  304. package/ui/styling/converters.d.ts +2 -2
  305. package/ui/styling/css-shadow.js.map +1 -1
  306. package/ui/styling/css-stroke.js.map +1 -1
  307. package/ui/styling/css-transform.d.ts +1 -1
  308. package/ui/styling/css-utils.js +1 -1
  309. package/ui/styling/css-utils.js.map +1 -1
  310. package/ui/styling/font.android.js +2 -2
  311. package/ui/styling/font.android.js.map +1 -1
  312. package/ui/styling/font.ios.js +10 -10
  313. package/ui/styling/font.ios.js.map +1 -1
  314. package/ui/styling/style/index.d.ts +1 -1
  315. package/ui/styling/style-properties.d.ts +113 -58
  316. package/ui/styling/style-properties.js +93 -7
  317. package/ui/styling/style-properties.js.map +1 -1
  318. package/ui/styling/style-scope.d.ts +48 -85
  319. package/ui/styling/style-scope.js +36 -30
  320. package/ui/styling/style-scope.js.map +1 -1
  321. package/ui/switch/index.ios.js +5 -5
  322. package/ui/switch/index.ios.js.map +1 -1
  323. package/ui/tab-view/index.android.js +6 -6
  324. package/ui/tab-view/index.android.js.map +1 -1
  325. package/ui/text-base/index.android.d.ts +1 -1
  326. package/ui/text-base/index.android.js +4 -4
  327. package/ui/text-base/index.android.js.map +1 -1
  328. package/ui/text-base/index.d.ts +1 -1
  329. package/ui/text-base/index.ios.js +4 -5
  330. package/ui/text-base/index.ios.js.map +1 -1
  331. package/ui/text-view/index.ios.js.map +1 -1
  332. package/ui/transition/fade-transition.ios.js +1 -1
  333. package/ui/transition/fade-transition.ios.js.map +1 -1
  334. package/ui/transition/index.ios.js +1 -1
  335. package/ui/transition/index.ios.js.map +1 -1
  336. package/ui/transition/modal-transition.ios.js +1 -1
  337. package/ui/transition/modal-transition.ios.js.map +1 -1
  338. package/ui/transition/page-transition.android.d.ts +1 -1
  339. package/ui/transition/page-transition.android.js +4 -4
  340. package/ui/transition/page-transition.android.js.map +1 -1
  341. package/ui/transition/page-transition.ios.js +1 -1
  342. package/ui/transition/page-transition.ios.js.map +1 -1
  343. package/ui/transition/shared-transition-helper.ios.js +1 -1
  344. package/ui/transition/shared-transition-helper.ios.js.map +1 -1
  345. package/ui/transition/shared-transition.js +1 -2
  346. package/ui/transition/shared-transition.js.map +1 -1
  347. package/ui/transition/slide-transition.ios.js +2 -2
  348. package/ui/transition/slide-transition.ios.js.map +1 -1
  349. package/utils/{native-helper-for-android.d.ts → android/index.d.ts} +2 -4
  350. package/utils/android/index.js +160 -0
  351. package/utils/android/index.js.map +1 -0
  352. package/utils/common.d.ts +38 -1
  353. package/utils/common.js +111 -1
  354. package/utils/common.js.map +1 -1
  355. package/utils/debug.js +59 -1
  356. package/utils/debug.js.map +1 -1
  357. package/utils/index.android.d.ts +1 -3
  358. package/utils/index.android.js +11 -37
  359. package/utils/index.android.js.map +1 -1
  360. package/utils/index.d.ts +14 -2
  361. package/utils/index.ios.d.ts +1 -4
  362. package/utils/index.ios.js +5 -32
  363. package/utils/index.ios.js.map +1 -1
  364. package/utils/ios/index.d.ts +39 -0
  365. package/utils/ios/index.js +229 -0
  366. package/utils/ios/index.js.map +1 -0
  367. package/utils/layout-helper/index.android.js +4 -4
  368. package/utils/layout-helper/index.android.js.map +1 -1
  369. package/utils/layout-helper/index.d.ts +4 -6
  370. package/utils/layout-helper/index.ios.js +5 -5
  371. package/utils/layout-helper/index.ios.js.map +1 -1
  372. package/utils/layout-helper/layout-helper-common.d.ts +9 -0
  373. package/utils/layout-helper/layout-helper-common.js +9 -1
  374. package/utils/layout-helper/layout-helper-common.js.map +1 -1
  375. package/utils/native-helper.android.d.ts +5 -29
  376. package/utils/native-helper.android.js +131 -18
  377. package/utils/native-helper.android.js.map +1 -1
  378. package/utils/native-helper.d.ts +258 -206
  379. package/utils/native-helper.ios.d.ts +3 -72
  380. package/utils/native-helper.ios.js +3 -250
  381. package/utils/native-helper.ios.js.map +1 -1
  382. package/xhr/index.js +13 -12
  383. package/xhr/index.js.map +1 -1
  384. package/xml/index.d.ts +98 -94
  385. package/xml/index.js +2 -58
  386. package/xml/index.js.map +1 -1
  387. package/accessibility/index.js +0 -2
  388. package/accessibility/index.js.map +0 -1
  389. package/application/helpers-common.d.ts +0 -50
  390. package/application/helpers-common.js +0 -153
  391. package/application/helpers-common.js.map +0 -1
  392. package/application/helpers.android.d.ts +0 -17
  393. package/application/helpers.android.js +0 -173
  394. package/application/helpers.android.js.map +0 -1
  395. package/application/helpers.d.ts +0 -25
  396. package/application/helpers.ios.d.ts +0 -27
  397. package/application/helpers.ios.js +0 -62
  398. package/application/helpers.ios.js.map +0 -1
  399. package/cli-hooks/postinstall.mjs +0 -7
  400. package/cli-hooks/preuninstall.mjs +0 -7
  401. package/color/color-types.d.ts +0 -49
  402. package/color/color-types.js +0 -3
  403. package/color/color-types.js.map +0 -1
  404. package/core-types/animation-types.d.ts +0 -11
  405. package/core-types/animation-types.js.map +0 -1
  406. package/core-types/validators.d.ts +0 -2
  407. package/core-types/validators.js +0 -18
  408. package/core-types/validators.js.map +0 -1
  409. package/css/lib/parse/index.d.ts +0 -1
  410. package/css/lib/parse/index.js.map +0 -1
  411. package/css/reworkcss.js.map +0 -1
  412. package/css-value/reworkcss-value.js.map +0 -1
  413. package/debugger/dom-types.d.ts +0 -24
  414. package/debugger/dom-types.js.map +0 -1
  415. package/fetch/index.d.ts +0 -72
  416. package/fetch/index.js.map +0 -1
  417. package/globals/global-utils.d.ts +0 -27
  418. package/globals/global-utils.js +0 -67
  419. package/globals/global-utils.js.map +0 -1
  420. package/http/http-interfaces.d.ts +0 -84
  421. package/http/http-interfaces.js +0 -6
  422. package/http/http-interfaces.js.map +0 -1
  423. package/http/http-shared.d.ts +0 -5
  424. package/http/http-shared.js +0 -14
  425. package/http/http-shared.js.map +0 -1
  426. package/module-name-resolver/helpers.d.ts +0 -14
  427. package/module-name-resolver/helpers.js +0 -27
  428. package/module-name-resolver/helpers.js.map +0 -1
  429. package/ui/animation/animation-shared.js +0 -4
  430. package/ui/animation/animation-shared.js.map +0 -1
  431. package/ui/animation/animation-types.d.ts +0 -1
  432. package/ui/animation/animation-types.js +0 -3
  433. package/ui/animation/animation-types.js.map +0 -1
  434. package/ui/core/bindable/bindable-types.d.ts +0 -37
  435. package/ui/core/bindable/bindable-types.js +0 -3
  436. package/ui/core/bindable/bindable-types.js.map +0 -1
  437. package/ui/core/properties/property-shared.d.ts +0 -35
  438. package/ui/core/properties/property-shared.js +0 -16
  439. package/ui/core/properties/property-shared.js.map +0 -1
  440. package/ui/core/view/view-helper/view-helper-shared.d.ts +0 -5
  441. package/ui/core/view/view-helper/view-helper-shared.js +0 -6
  442. package/ui/core/view/view-helper/view-helper-shared.js.map +0 -1
  443. package/ui/core/view/view-interfaces.d.ts +0 -54
  444. package/ui/core/view/view-interfaces.js +0 -2
  445. package/ui/core/view/view-interfaces.js.map +0 -1
  446. package/ui/core/view-base/utils.d.ts +0 -1
  447. package/ui/core/view-base/utils.js +0 -9
  448. package/ui/core/view-base/utils.js.map +0 -1
  449. package/ui/frame/frame-helper-for-android.js.map +0 -1
  450. package/ui/gestures/gestures-types.d.ts +0 -108
  451. package/ui/gestures/gestures-types.js +0 -40
  452. package/ui/gestures/gestures-types.js.map +0 -1
  453. package/ui/page/events.d.ts +0 -6
  454. package/ui/page/events.js +0 -7
  455. package/ui/page/events.js.map +0 -1
  456. package/ui/styling/length-shared.d.ts +0 -52
  457. package/ui/styling/length-shared.js +0 -173
  458. package/ui/styling/length-shared.js.map +0 -1
  459. package/ui/styling/styling-profile.d.ts +0 -1
  460. package/ui/styling/styling-profile.js +0 -4
  461. package/ui/styling/styling-profile.js.map +0 -1
  462. package/ui/styling/styling-shared.d.ts +0 -3
  463. package/ui/styling/styling-shared.js +0 -6
  464. package/ui/styling/styling-shared.js.map +0 -1
  465. package/utils/animation-helpers.d.ts +0 -27
  466. package/utils/animation-helpers.js +0 -48
  467. package/utils/animation-helpers.js.map +0 -1
  468. package/utils/debug-source.d.ts +0 -19
  469. package/utils/debug-source.js +0 -78
  470. package/utils/debug-source.js.map +0 -1
  471. package/utils/layout-helper/layout-helper-shared.d.ts +0 -9
  472. package/utils/layout-helper/layout-helper-shared.js +0 -13
  473. package/utils/layout-helper/layout-helper-shared.js.map +0 -1
  474. package/utils/native-helper-for-android.js +0 -273
  475. package/utils/native-helper-for-android.js.map +0 -1
  476. package/utils/shared.d.ts +0 -17
  477. package/utils/shared.js +0 -40
  478. package/utils/shared.js.map +0 -1
  479. package/utils/utils-shared.d.ts +0 -1
  480. package/utils/utils-shared.js +0 -8
  481. package/utils/utils-shared.js.map +0 -1
@@ -1,40 +0,0 @@
1
- // Shared gesture types, interfaces, and enums for gestures-common.ts and touch-manager.ts
2
- export var GestureEvents;
3
- (function (GestureEvents) {
4
- GestureEvents["gestureAttached"] = "gestureAttached";
5
- GestureEvents["touchDown"] = "touchDown";
6
- GestureEvents["touchUp"] = "touchUp";
7
- })(GestureEvents || (GestureEvents = {}));
8
- export var GestureTypes;
9
- (function (GestureTypes) {
10
- GestureTypes[GestureTypes["tap"] = 1] = "tap";
11
- GestureTypes[GestureTypes["doubleTap"] = 2] = "doubleTap";
12
- GestureTypes[GestureTypes["pinch"] = 4] = "pinch";
13
- GestureTypes[GestureTypes["pan"] = 8] = "pan";
14
- GestureTypes[GestureTypes["swipe"] = 16] = "swipe";
15
- GestureTypes[GestureTypes["rotation"] = 32] = "rotation";
16
- GestureTypes[GestureTypes["longPress"] = 64] = "longPress";
17
- GestureTypes[GestureTypes["touch"] = 128] = "touch";
18
- })(GestureTypes || (GestureTypes = {}));
19
- export var GestureStateTypes;
20
- (function (GestureStateTypes) {
21
- GestureStateTypes[GestureStateTypes["cancelled"] = 0] = "cancelled";
22
- GestureStateTypes[GestureStateTypes["began"] = 1] = "began";
23
- GestureStateTypes[GestureStateTypes["changed"] = 2] = "changed";
24
- GestureStateTypes[GestureStateTypes["ended"] = 3] = "ended";
25
- })(GestureStateTypes || (GestureStateTypes = {}));
26
- export var SwipeDirection;
27
- (function (SwipeDirection) {
28
- SwipeDirection[SwipeDirection["right"] = 1] = "right";
29
- SwipeDirection[SwipeDirection["left"] = 2] = "left";
30
- SwipeDirection[SwipeDirection["up"] = 4] = "up";
31
- SwipeDirection[SwipeDirection["down"] = 8] = "down";
32
- })(SwipeDirection || (SwipeDirection = {}));
33
- export var TouchAction;
34
- (function (TouchAction) {
35
- TouchAction["down"] = "down";
36
- TouchAction["up"] = "up";
37
- TouchAction["move"] = "move";
38
- TouchAction["cancel"] = "cancel";
39
- })(TouchAction || (TouchAction = {}));
40
- //# sourceMappingURL=gestures-types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"gestures-types.js","sourceRoot":"","sources":["../../../../../packages/core/ui/gestures/gestures-types.ts"],"names":[],"mappings":"AAuCA,0FAA0F;AAC1F,MAAM,CAAN,IAAY,aAIX;AAJD,WAAY,aAAa;IACxB,oDAAmC,CAAA;IACnC,wCAAuB,CAAA;IACvB,oCAAmB,CAAA;AACpB,CAAC,EAJW,aAAa,KAAb,aAAa,QAIxB;AAED,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACvB,6CAAY,CAAA;IACZ,yDAAkB,CAAA;IAClB,iDAAc,CAAA;IACd,6CAAY,CAAA;IACZ,kDAAc,CAAA;IACd,wDAAiB,CAAA;IACjB,0DAAkB,CAAA;IAClB,mDAAc,CAAA;AACf,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAED,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC5B,mEAAS,CAAA;IACT,2DAAK,CAAA;IACL,+DAAO,CAAA;IACP,2DAAK,CAAA;AACN,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACzB,qDAAc,CAAA;IACd,mDAAa,CAAA;IACb,+CAAW,CAAA;IACX,mDAAa,CAAA;AACd,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACtB,4BAAa,CAAA;IACb,wBAAS,CAAA;IACT,4BAAa,CAAA;IACb,gCAAiB,CAAA;AAClB,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB"}
@@ -1,6 +0,0 @@
1
- export declare const PageEvents: {
2
- navigatingToEvent: string;
3
- navigatedToEvent: string;
4
- navigatingFromEvent: string;
5
- navigatedFromEvent: string;
6
- };
package/ui/page/events.js DELETED
@@ -1,7 +0,0 @@
1
- export const PageEvents = {
2
- navigatingToEvent: 'navigatingTo',
3
- navigatedToEvent: 'navigatedTo',
4
- navigatingFromEvent: 'navigatingFrom',
5
- navigatedFromEvent: 'navigatedFrom',
6
- };
7
- //# sourceMappingURL=events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../../../../packages/core/ui/page/events.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACzB,iBAAiB,EAAE,cAAc;IACjC,gBAAgB,EAAE,aAAa;IAC/B,mBAAmB,EAAE,gBAAgB;IACrC,kBAAkB,EAAE,eAAe;CACnC,CAAC"}
@@ -1,52 +0,0 @@
1
- import { CoreTypes } from '../../core-types';
2
- export declare namespace PercentLength {
3
- function parse(fromValue: string | CoreTypes.LengthType): CoreTypes.PercentLengthType;
4
- const equals: {
5
- (a: CoreTypes.PercentLengthType, b: CoreTypes.PercentLengthType): boolean;
6
- };
7
- /**
8
- * Converts PercentLengthType unit to device pixels.
9
- * @param length The PercentLengthType to convert.
10
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
11
- * @param parentAvailableWidth Value to use as base when converting percent unit. By default is Math.NaN.
12
- */
13
- const toDevicePixels: {
14
- (length: CoreTypes.PercentLengthType, auto: number, parentAvailableWidth: number): number;
15
- };
16
- const convertToString: {
17
- (length: CoreTypes.PercentLengthType): string;
18
- };
19
- }
20
- export declare namespace FixedLength {
21
- function parse(fromValue: string | CoreTypes.FixedLengthType): CoreTypes.FixedLengthType;
22
- const equals: {
23
- (a: CoreTypes.FixedLengthType, b: CoreTypes.FixedLengthType): boolean;
24
- };
25
- /**
26
- * Converts FixedLengthType unit to device pixels.
27
- * @param length The FixedLengthType to convert.
28
- */
29
- const toDevicePixels: {
30
- (length: CoreTypes.FixedLengthType): number;
31
- };
32
- const convertToString: {
33
- (length: CoreTypes.FixedLengthType): string;
34
- };
35
- }
36
- export declare namespace Length {
37
- function parse(fromValue: string | CoreTypes.LengthType): CoreTypes.LengthType;
38
- const equals: {
39
- (a: CoreTypes.LengthType, b: CoreTypes.LengthType): boolean;
40
- };
41
- /**
42
- * Converts LengthType unit to device pixels.
43
- * @param length The LengthType to convert.
44
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
45
- */
46
- const toDevicePixels: {
47
- (length: CoreTypes.LengthType, auto?: number): number;
48
- };
49
- const convertToString: {
50
- (length: CoreTypes.LengthType): string;
51
- };
52
- }
@@ -1,173 +0,0 @@
1
- // Shared Length, FixedLength, and PercentLength helpers for styling modules.
2
- // Only put platform-agnostic logic here.
3
- import { layout } from '../../utils/layout-helper';
4
- import { isCssWideKeyword } from '../core/properties/property-shared';
5
- function equalsCommon(a, b) {
6
- if (a == 'auto' || isCssWideKeyword(a)) {
7
- return b == 'auto' || isCssWideKeyword(b);
8
- }
9
- if (b == 'auto' || isCssWideKeyword(b)) {
10
- return false;
11
- }
12
- if (typeof a === 'number') {
13
- if (typeof b === 'number') {
14
- return a == b;
15
- }
16
- if (!b) {
17
- return false;
18
- }
19
- return b.unit == 'dip' && a == b.value;
20
- }
21
- if (typeof b === 'number') {
22
- return a ? a.unit == 'dip' && a.value == b : false;
23
- }
24
- if (!a || !b) {
25
- return false;
26
- }
27
- return a.value == b.value && a.unit == b.unit;
28
- }
29
- function convertToStringCommon(length) {
30
- if (length == 'auto' || isCssWideKeyword(length)) {
31
- return 'auto';
32
- }
33
- if (typeof length === 'number') {
34
- return length.toString();
35
- }
36
- let val = length.value;
37
- if (length.unit === '%') {
38
- val *= 100;
39
- }
40
- return val + length.unit;
41
- }
42
- function toDevicePixelsCommon(length, auto = Number.NaN, parentAvailableWidth = Number.NaN) {
43
- if (length == 'auto' || isCssWideKeyword(length)) {
44
- return auto;
45
- }
46
- if (typeof length === 'number') {
47
- return layout.round(layout.toDevicePixels(length));
48
- }
49
- if (!length) {
50
- return auto;
51
- }
52
- // @ts-ignore
53
- switch (length.unit) {
54
- case 'px':
55
- // @ts-ignore
56
- return layout.round(length.value);
57
- case '%':
58
- // @ts-ignore
59
- return layout.round(parentAvailableWidth * length.value);
60
- case 'dip':
61
- default:
62
- // @ts-ignore
63
- return layout.round(layout.toDevicePixels(length.value));
64
- }
65
- }
66
- export var PercentLength;
67
- (function (PercentLength) {
68
- function parse(fromValue) {
69
- if (fromValue == 'auto') {
70
- return 'auto';
71
- }
72
- if (typeof fromValue === 'string') {
73
- let stringValue = fromValue.trim();
74
- const percentIndex = stringValue.indexOf('%');
75
- if (percentIndex !== -1) {
76
- let value;
77
- // if only % or % is not last we treat it as invalid value.
78
- if (percentIndex !== stringValue.length - 1 || percentIndex === 0) {
79
- value = Number.NaN;
80
- }
81
- else {
82
- // Normalize result to values between -1 and 1
83
- value = parseFloat(stringValue.substring(0, stringValue.length - 1).trim()) / 100;
84
- }
85
- if (isNaN(value) || !isFinite(value)) {
86
- throw new Error(`Invalid value: ${fromValue}`);
87
- }
88
- return { unit: '%', value };
89
- }
90
- else if (stringValue.indexOf('px') !== -1) {
91
- stringValue = stringValue.replace('px', '').trim();
92
- const value = parseFloat(stringValue);
93
- if (isNaN(value) || !isFinite(value)) {
94
- throw new Error(`Invalid value: ${fromValue}`);
95
- }
96
- return { unit: 'px', value };
97
- }
98
- else {
99
- const value = parseFloat(stringValue);
100
- if (isNaN(value) || !isFinite(value)) {
101
- throw new Error(`Invalid value: ${fromValue}`);
102
- }
103
- return value;
104
- }
105
- }
106
- else {
107
- return fromValue;
108
- }
109
- }
110
- PercentLength.parse = parse;
111
- PercentLength.equals = equalsCommon;
112
- /**
113
- * Converts PercentLengthType unit to device pixels.
114
- * @param length The PercentLengthType to convert.
115
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
116
- * @param parentAvailableWidth Value to use as base when converting percent unit. By default is Math.NaN.
117
- */
118
- PercentLength.toDevicePixels = toDevicePixelsCommon;
119
- PercentLength.convertToString = convertToStringCommon;
120
- })(PercentLength || (PercentLength = {}));
121
- export var FixedLength;
122
- (function (FixedLength) {
123
- function parse(fromValue) {
124
- if (typeof fromValue === 'string') {
125
- let stringValue = fromValue.trim();
126
- if (stringValue.indexOf('px') !== -1) {
127
- stringValue = stringValue.replace('px', '').trim();
128
- const value = parseFloat(stringValue);
129
- if (isNaN(value) || !isFinite(value)) {
130
- throw new Error(`Invalid value: ${stringValue}`);
131
- }
132
- return { unit: 'px', value };
133
- }
134
- else {
135
- const value = parseFloat(stringValue);
136
- if (isNaN(value) || !isFinite(value)) {
137
- throw new Error(`Invalid value: ${stringValue}`);
138
- }
139
- return value;
140
- }
141
- }
142
- else {
143
- return fromValue;
144
- }
145
- }
146
- FixedLength.parse = parse;
147
- FixedLength.equals = equalsCommon;
148
- /**
149
- * Converts FixedLengthType unit to device pixels.
150
- * @param length The FixedLengthType to convert.
151
- */
152
- FixedLength.toDevicePixels = toDevicePixelsCommon;
153
- FixedLength.convertToString = convertToStringCommon;
154
- })(FixedLength || (FixedLength = {}));
155
- export var Length;
156
- (function (Length) {
157
- function parse(fromValue) {
158
- if (fromValue == 'auto') {
159
- return 'auto';
160
- }
161
- return FixedLength.parse(fromValue);
162
- }
163
- Length.parse = parse;
164
- Length.equals = equalsCommon;
165
- /**
166
- * Converts LengthType unit to device pixels.
167
- * @param length The LengthType to convert.
168
- * @param auto Value to use for conversion of "auto". By default is Math.NaN.
169
- */
170
- Length.toDevicePixels = toDevicePixelsCommon;
171
- Length.convertToString = convertToStringCommon;
172
- })(Length || (Length = {}));
173
- //# sourceMappingURL=length-shared.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"length-shared.js","sourceRoot":"","sources":["../../../../../packages/core/ui/styling/length-shared.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- export { profile } from '../../profiling';
@@ -1,4 +0,0 @@
1
- // This file exists to break cycles caused by importing profiling into style-scope.ts.
2
- // Only put the @profile decorator and related logic here.
3
- export { profile } from '../../profiling';
4
- //# sourceMappingURL=styling-profile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styling-profile.js","sourceRoot":"","sources":["../../../../../packages/core/ui/styling/styling-profile.ts"],"names":[],"mappings":"AAAA,sFAAsF;AACtF,0DAA0D;AAE1D,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { Trace } from '../../trace';
2
- import { CoreTypes } from '../../core-types';
3
- export { Trace, CoreTypes };
@@ -1,6 +0,0 @@
1
- // Shared helpers and types for styling, used by both styling and view/dialogs/frame modules.
2
- // Only put platform-agnostic logic here.
3
- import { Trace } from '../../trace';
4
- import { CoreTypes } from '../../core-types';
5
- export { Trace, CoreTypes };
6
- //# sourceMappingURL=styling-shared.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styling-shared.js","sourceRoot":"","sources":["../../../../../packages/core/ui/styling/styling-shared.ts"],"names":[],"mappings":"AAAA,6FAA6F;AAC7F,yCAAyC;AAEzC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAE7C,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC"}
@@ -1,27 +0,0 @@
1
- /**
2
- * Default animation values used throughout core
3
- */
4
- export declare const CORE_ANIMATION_DEFAULTS: {
5
- duration: number;
6
- spring: {
7
- tension: number;
8
- friction: number;
9
- mass: number;
10
- velocity: number;
11
- };
12
- };
13
- /**
14
- * Get a duration with damping value from various spring related settings.
15
- * Helpful when needing to convert spring settings to isolated duration value.
16
- * @param springSettings various spring settings
17
- * @returns calculated duration with damping from spring settings
18
- */
19
- export declare function getDurationWithDampingFromSpring(springSettings?: {
20
- tension?: number;
21
- friction?: number;
22
- mass?: number;
23
- velocity?: number;
24
- }): {
25
- duration: number;
26
- damping: number;
27
- };
@@ -1,48 +0,0 @@
1
- /**
2
- * Default animation values used throughout core
3
- */
4
- export const CORE_ANIMATION_DEFAULTS = {
5
- duration: 0.35,
6
- spring: {
7
- tension: 140,
8
- friction: 10,
9
- mass: 1,
10
- velocity: 0,
11
- },
12
- };
13
- /**
14
- * Get a duration with damping value from various spring related settings.
15
- * Helpful when needing to convert spring settings to isolated duration value.
16
- * @param springSettings various spring settings
17
- * @returns calculated duration with damping from spring settings
18
- */
19
- export function getDurationWithDampingFromSpring(springSettings) {
20
- // for convenience, default spring settings are provided
21
- const opt = {
22
- ...CORE_ANIMATION_DEFAULTS.spring,
23
- ...(springSettings || {}),
24
- };
25
- const damping = opt.friction / Math.sqrt(2 * opt.tension);
26
- const undampedFrequency = Math.sqrt(opt.tension / opt.mass);
27
- // console.log({
28
- // damping,
29
- // undampedFrequency
30
- // })
31
- const epsilon = 0.001;
32
- let duration = 0;
33
- if (damping < 1) {
34
- // console.log('damping < 1');
35
- const a = Math.sqrt(1 - Math.pow(damping, 2));
36
- const b = opt.velocity / (a * undampedFrequency);
37
- const c = damping / a;
38
- const d = -((b - c) / epsilon);
39
- if (d > 0) {
40
- duration = Math.log(d) / (damping * undampedFrequency);
41
- }
42
- }
43
- return {
44
- duration,
45
- damping,
46
- };
47
- }
48
- //# sourceMappingURL=animation-helpers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"animation-helpers.js","sourceRoot":"","sources":["../../../../packages/core/utils/animation-helpers.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACtC,QAAQ,EAAE,IAAI;IACd,MAAM,EAAE;QACP,OAAO,EAAE,GAAG;QACZ,QAAQ,EAAE,EAAE;QACZ,IAAI,EAAE,CAAC;QACP,QAAQ,EAAE,CAAC;KACX;CACD,CAAC;AAEF;;;;;GAKG;AACH,MAAM,UAAU,gCAAgC,CAAC,cAA0F;IAC1I,wDAAwD;IACxD,MAAM,GAAG,GAAG;QACX,GAAG,uBAAuB,CAAC,MAAM;QACjC,GAAG,CAAC,cAAc,IAAI,EAAE,CAAC;KACzB,CAAC;IACF,MAAM,OAAO,GAAG,GAAG,CAAC,QAAQ,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC;IAC1D,MAAM,iBAAiB,GAAG,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;IAE5D,gBAAgB;IAChB,YAAY;IACZ,qBAAqB;IACrB,KAAK;IAEL,MAAM,OAAO,GAAG,KAAK,CAAC;IACtB,IAAI,QAAQ,GAAG,CAAC,CAAC;IAEjB,IAAI,OAAO,GAAG,CAAC,EAAE,CAAC;QACjB,8BAA8B;QAC9B,MAAM,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC;QAC9C,MAAM,CAAC,GAAG,GAAG,CAAC,QAAQ,GAAG,CAAC,CAAC,GAAG,iBAAiB,CAAC,CAAC;QACjD,MAAM,CAAC,GAAG,OAAO,GAAG,CAAC,CAAC;QACtB,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC;QAC/B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YACX,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,CAAC;QACxD,CAAC;IACF,CAAC;IACD,OAAO;QACN,QAAQ;QACR,OAAO;KACP,CAAC;AACH,CAAC"}
@@ -1,19 +0,0 @@
1
- export declare class Source {
2
- private _uri;
3
- private _line;
4
- private _column;
5
- private static _source;
6
- constructor(uri: string, line: number, column: number);
7
- get uri(): string;
8
- get line(): number;
9
- get column(): number;
10
- toString(): string;
11
- static get(object: any): Source;
12
- static set(object: any, src: Source): void;
13
- }
14
- export declare class ScopeError extends Error {
15
- constructor(inner: Error, message?: string);
16
- }
17
- export declare class SourceError extends ScopeError {
18
- constructor(child: Error, source: Source, message?: string);
19
- }
@@ -1,78 +0,0 @@
1
- import { getNativeApp } from '../application/helpers-common';
2
- console.log('__dirname:', global.__dirname);
3
- function getCurrentAppPath() {
4
- if (__APPLE__) {
5
- const currentDir = global.__dirname;
6
- const tnsModulesIndex = currentDir.indexOf('/tns_modules');
7
- // Module not hosted in ~/tns_modules when bundled. Use current dir.
8
- let appPath = currentDir;
9
- if (tnsModulesIndex !== -1) {
10
- // Strip part after tns_modules to obtain app root
11
- appPath = currentDir.substring(0, tnsModulesIndex);
12
- }
13
- return appPath;
14
- }
15
- else {
16
- const dir = getNativeApp().getApplicationContext().getFilesDir();
17
- return `${dir.getCanonicalPath()}/app`;
18
- }
19
- }
20
- let applicationRootPath;
21
- function ensureAppRootPath() {
22
- if (!applicationRootPath) {
23
- applicationRootPath = getCurrentAppPath();
24
- applicationRootPath = applicationRootPath.substring(0, applicationRootPath.length - 'app/'.length);
25
- }
26
- }
27
- export class Source {
28
- constructor(uri, line, column) {
29
- ensureAppRootPath();
30
- if (uri.length > applicationRootPath.length && uri.substring(0, applicationRootPath.length) === applicationRootPath) {
31
- this._uri = 'file://' + uri.substring(applicationRootPath.length);
32
- }
33
- else {
34
- this._uri = uri;
35
- }
36
- this._line = line;
37
- this._column = column;
38
- }
39
- get uri() {
40
- return this._uri;
41
- }
42
- get line() {
43
- return this._line;
44
- }
45
- get column() {
46
- return this._column;
47
- }
48
- toString() {
49
- return this._uri + ':' + this._line + ':' + this._column;
50
- }
51
- static get(object) {
52
- return object[Source._source];
53
- }
54
- static set(object, src) {
55
- object[Source._source] = src;
56
- }
57
- }
58
- Source._source = Symbol('source');
59
- export class ScopeError extends Error {
60
- constructor(inner, message) {
61
- let formattedMessage;
62
- if (message && inner.message) {
63
- formattedMessage = message + '\n > ' + inner.message.replace('\n', '\n ');
64
- }
65
- else {
66
- formattedMessage = message || inner.message || undefined;
67
- }
68
- super(formattedMessage);
69
- this.stack = __ANDROID__ ? 'Error: ' + this.message + '\n' + inner.stack.substr(inner.stack.indexOf('\n') + 1) : inner.stack;
70
- this.message = formattedMessage;
71
- }
72
- }
73
- export class SourceError extends ScopeError {
74
- constructor(child, source, message) {
75
- super(child, message ? message + ' @' + source + '' : source + '');
76
- }
77
- }
78
- //# sourceMappingURL=debug-source.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"debug-source.js","sourceRoot":"","sources":["../../../../packages/core/utils/debug-source.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- export declare const MODE_SHIFT = 30;
2
- export declare const MODE_MASK: number;
3
- export declare const UNSPECIFIED: number;
4
- export declare const EXACTLY: number;
5
- export declare const AT_MOST: number;
6
- export declare const MEASURED_HEIGHT_STATE_SHIFT = 16;
7
- export declare const MEASURED_STATE_TOO_SMALL = 16777216;
8
- export declare const MEASURED_STATE_MASK = 4278190080;
9
- export declare const MEASURED_SIZE_MASK = 16777215;
@@ -1,13 +0,0 @@
1
- // Shared layout constants and helpers for layout-helper, used by both common and platform-specific files.
2
- // Only put platform-agnostic logic here.
3
- export const MODE_SHIFT = 30;
4
- export const MODE_MASK = 0x3 << MODE_SHIFT;
5
- export const UNSPECIFIED = 0 << MODE_SHIFT;
6
- export const EXACTLY = 1 << MODE_SHIFT;
7
- export const AT_MOST = 2 << MODE_SHIFT;
8
- export const MEASURED_HEIGHT_STATE_SHIFT = 0x00000010;
9
- export const MEASURED_STATE_TOO_SMALL = 0x01000000;
10
- export const MEASURED_STATE_MASK = 0xff000000;
11
- export const MEASURED_SIZE_MASK = 0x00ffffff;
12
- // Add more shared constants/helpers as needed.
13
- //# sourceMappingURL=layout-helper-shared.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"layout-helper-shared.js","sourceRoot":"","sources":["../../../../../packages/core/utils/layout-helper/layout-helper-shared.ts"],"names":[],"mappings":"AAAA,0GAA0G;AAC1G,yCAAyC;AAEzC,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,CAAC;AAC7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,IAAI,UAAU,CAAC;AAC3C,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,IAAI,UAAU,CAAC;AAC3C,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,IAAI,UAAU,CAAC;AACvC,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,IAAI,UAAU,CAAC;AACvC,MAAM,CAAC,MAAM,2BAA2B,GAAG,UAAU,CAAC;AACtD,MAAM,CAAC,MAAM,wBAAwB,GAAG,UAAU,CAAC;AACnD,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAC;AAC9C,MAAM,CAAC,MAAM,kBAAkB,GAAG,UAAU,CAAC;AAC7C,+CAA+C"}