@nativescript-community/gesturehandler 2.0.0 → 2.0.1

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 (382) hide show
  1. package/.pnpm-debug.log +1 -0
  2. package/CHANGELOG.md +68 -144
  3. package/README.md +132 -12
  4. package/{packages/gesturehandler/blueprint.md → blueprint.md} +0 -0
  5. package/gesturehandler.android.d.ts +180 -0
  6. package/{.history/src/gesturehandler/gesturehandler.android_20220328163618.ts → gesturehandler.android.js} +208 -228
  7. package/gesturehandler.android.js.map +1 -0
  8. package/gesturehandler.common.d.ts +96 -0
  9. package/{.history/src/gesturehandler.common_20210512114125.ts → gesturehandler.common.js} +74 -161
  10. package/gesturehandler.common.js.map +1 -0
  11. package/{src/gesturehandler/gesturehandler.d.ts → gesturehandler.d.ts} +0 -0
  12. package/gesturehandler.ios.d.ts +56 -0
  13. package/{.history/src/gesturehandler.ios_20210422150701.ts → gesturehandler.ios.js} +71 -100
  14. package/gesturehandler.ios.js.map +1 -0
  15. package/gestures_override.d.ts +29 -0
  16. package/{.history/src/gesturehandler/gestures_override_20220328170818.ts → gestures_override.js} +63 -171
  17. package/gestures_override.js.map +1 -0
  18. package/package.json +51 -60
  19. package/{packages/gesturehandler/platforms → platforms}/android/AndroidManifest.xml +0 -0
  20. package/{packages/gesturehandler/platforms → platforms}/android/include.gradle +0 -0
  21. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/GestureHandlerInteractionController.java +0 -0
  22. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/PageLayout.java +0 -0
  23. package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/RootViewGestureHandler.java +0 -0
  24. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/BaseGestureHandlerInteractionController.java +0 -0
  25. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/FlingGestureHandler.java +0 -0
  26. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandler.java +0 -0
  27. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerInteractionController.java +0 -0
  28. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.java +0 -0
  29. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistry.java +0 -0
  30. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistryImpl.java +0 -0
  31. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureUtils.java +0 -0
  32. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java +0 -0
  33. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/NativeViewGestureHandler.java +0 -0
  34. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/OnTouchEventListener.java +0 -0
  35. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PanGestureHandler.java +0 -0
  36. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PinchGestureHandler.java +0 -0
  37. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEvents.java +0 -0
  38. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsConfig.java +0 -0
  39. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsSpec.java +0 -0
  40. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureDetector.java +0 -0
  41. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureHandler.java +0 -0
  42. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ScaleGestureDetector.java +0 -0
  43. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/TapGestureHandler.java +0 -0
  44. package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ViewConfigurationHelper.java +0 -0
  45. package/{packages/gesturehandler/platforms → platforms}/android/native-api-usage.json +0 -0
  46. package/{packages/gesturehandler/platforms → platforms}/android/res/values/config.xml +0 -0
  47. package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.h +0 -0
  48. package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.m +0 -0
  49. package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.h +0 -0
  50. package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.m +0 -0
  51. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.h +0 -0
  52. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.m +0 -0
  53. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerDirection.h +0 -0
  54. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.h +0 -0
  55. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.m +0 -0
  56. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerHeader.h +0 -0
  57. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.h +0 -0
  58. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.m +0 -0
  59. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.h +0 -0
  60. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.m +0 -0
  61. package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerState.h +0 -0
  62. package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.h +0 -0
  63. package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.m +0 -0
  64. package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.h +0 -0
  65. package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.m +0 -0
  66. package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.h +0 -0
  67. package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.m +0 -0
  68. package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.h +0 -0
  69. package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.m +0 -0
  70. package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.h +0 -0
  71. package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.m +0 -0
  72. package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.h +0 -0
  73. package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.m +0 -0
  74. package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.h +0 -0
  75. package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.m +0 -0
  76. package/{packages/gesturehandler/platforms → platforms}/ios/src/module.modulemap +0 -0
  77. package/react/index.d.ts +20 -0
  78. package/react/index.js +9 -0
  79. package/react/index.js.map +1 -0
  80. package/references.d.ts +3 -3
  81. package/svelte/index.d.ts +11 -0
  82. package/svelte/index.js +26 -0
  83. package/svelte/index.js.map +1 -0
  84. package/tsconfig.json +8 -4
  85. package/{src/gesturehandler/typings → typings}/android.d.ts +0 -0
  86. package/{src/gesturehandler/typings → typings}/extensions.android.d.ts +0 -0
  87. package/{src/gesturehandler/typings → typings}/ios.d.ts +0 -0
  88. package/vue/index.d.ts +4 -0
  89. package/{.history/src/gesturehandler/vue/index_20220328163021.ts → vue/index.js} +1 -1
  90. package/vue/index.js.map +1 -0
  91. package/.classpath +0 -12
  92. package/.eslintrc.js +0 -3
  93. package/.gitattributes +0 -17
  94. package/.github/FUNDING.yml +0 -1
  95. package/.github/issue_template.md +0 -28
  96. package/.gitmodules +0 -6
  97. package/.gradle/7.3/checksums/checksums.lock +0 -0
  98. package/.gradle/7.3/dependencies-accessors/dependencies-accessors.lock +0 -0
  99. package/.gradle/7.3/dependencies-accessors/gc.properties +0 -0
  100. package/.gradle/7.3/fileChanges/last-build.bin +0 -0
  101. package/.gradle/7.3/fileHashes/fileHashes.lock +0 -0
  102. package/.gradle/7.3/gc.properties +0 -0
  103. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  104. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  105. package/.gradle/checksums/checksums.lock +0 -0
  106. package/.gradle/checksums/md5-checksums.bin +0 -0
  107. package/.gradle/checksums/sha1-checksums.bin +0 -0
  108. package/.gradle/vcs-1/gc.properties +0 -0
  109. package/.history/build_20201106173734.gradle +0 -22
  110. package/.history/build_20220218093019.gradle +0 -22
  111. package/.history/build_20220218093024.gradle +0 -22
  112. package/.history/build_20220218093151.gradle +0 -22
  113. package/.history/build_20220218093200.gradle +0 -22
  114. package/.history/build_20220218093224.gradle +0 -22
  115. package/.history/build_20220218093249.gradle +0 -22
  116. package/.history/build_20220218093334.gradle +0 -22
  117. package/.history/build_20220218093339.gradle +0 -22
  118. package/.history/build_20220218093341.gradle +0 -22
  119. package/.history/build_20220218093411.gradle +0 -22
  120. package/.history/build_20220218093413.gradle +0 -22
  121. package/.history/build_20220218093416.gradle +0 -22
  122. package/.history/build_20220218093421.gradle +0 -23
  123. package/.history/build_20220218093423.gradle +0 -22
  124. package/.history/build_20220218100008.gradle +0 -22
  125. package/.history/demo-snippets/package_20211119094134.json +0 -7
  126. package/.history/demo-snippets/package_20220328153105.json +0 -7
  127. package/.history/demo-snippets/package_20220328153251.json +0 -7
  128. package/.history/demo-snippets/package_20220328153410.json +0 -7
  129. package/.history/demo-snippets/vue/Basic_20210917174642.vue +0 -46
  130. package/.history/demo-snippets/vue/Basic_20220328154031.vue +0 -44
  131. package/.history/demo-snippets/vue/Basic_20220328154730.vue +0 -46
  132. package/.history/demo-snippets/vue/Basic_20220328154741.vue +0 -46
  133. package/.history/demo-snippets/vue/Basic_20220328154807.vue +0 -47
  134. package/.history/demo-snippets/vue/Basic_20220328154838.vue +0 -51
  135. package/.history/demo-snippets/vue/Basic_20220328154839.vue +0 -51
  136. package/.history/demo-snippets/vue/Basic_20220328154901.vue +0 -52
  137. package/.history/demo-snippets/vue/Basic_20220328154925.vue +0 -52
  138. package/.history/demo-snippets/vue/Basic_20220328162644.vue +0 -52
  139. package/.history/demo-snippets/vue/Basic_20220328162656.vue +0 -48
  140. package/.history/demo-snippets/vue/Basic_20220328162658.vue +0 -48
  141. package/.history/demo-snippets/vue/Basic_20220328162731.vue +0 -48
  142. package/.history/demo-snippets/vue/ModalView_20220328154527.vue +0 -0
  143. package/.history/demo-snippets/vue/ModalView_20220328154555.vue +0 -15
  144. package/.history/demo-snippets/vue/ModalView_20220328162755.vue +0 -15
  145. package/.history/demo-snippets/vue/ModalView_20220328162915.vue +0 -17
  146. package/.history/demo-snippets/vue/install_20211117134051.ts +0 -14
  147. package/.history/demo-snippets/vue/install_20220328153411.ts +0 -10
  148. package/.history/demo-snippets/vue/install_20220328154031.ts +0 -9
  149. package/.history/demo-snippets/vue/install_20220328162915.ts +0 -10
  150. package/.history/demo-vue/.npmrc_20220328151942 +0 -1
  151. package/.history/demo-vue/.npmrc_20220329084955 +0 -2
  152. package/.history/demo-vue/package_20220328151942.json +0 -60
  153. package/.history/demo-vue/package_20220328153206.json +0 -60
  154. package/.history/demo-vue/package_20220328153218.json +0 -59
  155. package/.history/demo-vue/package_20220328153326.json +0 -60
  156. package/.history/demo-vue/package_20220328153411.json +0 -60
  157. package/.history/demo_vue/app/App_20201115162303.vue +0 -118
  158. package/.history/demo_vue/app/App_20220328150238.vue +0 -118
  159. package/.history/demo_vue/app/App_20220328150240.vue +0 -116
  160. package/.history/demo_vue/app/App_20220328150241.vue +0 -115
  161. package/.history/demo_vue/package_20210511163846.json +0 -30
  162. package/.history/demo_vue/package_20220328145031.json +0 -30
  163. package/.history/demo_vue/package_20220328150155.json +0 -30
  164. package/.history/demo_vue/package_20220328151156.json +0 -29
  165. package/.history/demo_vue/tsconfig_20200909142713.json +0 -30
  166. package/.history/demo_vue/tsconfig_20220328151126.json +0 -28
  167. package/.history/demo_vue/tsconfig_20220328151129.json +0 -27
  168. package/.history/demo_vue/webpack.config_20200909141619.js +0 -370
  169. package/.history/demo_vue/webpack.config_20220328145113.js +0 -6
  170. package/.history/demo_vue/webpack.config_20220328145115.js +0 -5
  171. package/.history/lerna_20220104212014.json +0 -21
  172. package/.history/lerna_20220328152313.json +0 -21
  173. package/.history/package_20220311095923.json +0 -74
  174. package/.history/package_20220328152312.json +0 -74
  175. package/.history/packages/gesturehandler/blueprint_20220306151807.md +0 -221
  176. package/.history/packages/gesturehandler/blueprint_20220328164413.md +0 -74
  177. package/.history/packages/gesturehandler/package_20220325110528.json +0 -39
  178. package/.history/packages/gesturehandler/package_20220328152653.json +0 -52
  179. package/.history/packages/gesturehandler/package_20220328152719.json +0 -52
  180. package/.history/packages/gesturehandler/package_20220328153446.json +0 -52
  181. package/.history/packages/gesturehandler/package_20220328164418.json +0 -52
  182. package/.history/packages/gesturehandler/package_20220328164722.json +0 -52
  183. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20210517182228.java +0 -544
  184. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20220331104607.java +0 -540
  185. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20210512101356.java +0 -81
  186. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20220331111050.java +0 -81
  187. package/.history/packages/gesturehandler/tsconfig_20220328152950.json +0 -13
  188. package/.history/packages/gesturehandler/tsconfig_20220328153011.json +0 -13
  189. package/.history/plugin/platforms/android/include_20220125161223.gradle +0 -10
  190. package/.history/plugin/platforms/android/include_20220217110818.gradle +0 -19
  191. package/.history/plugin/platforms/android/include_20220217112410.gradle +0 -18
  192. package/.history/plugin/platforms/android/include_20220217153211.gradle +0 -19
  193. package/.history/plugin/platforms/android/include_20220218092908.gradle +0 -19
  194. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101202.java +0 -189
  195. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101931.java +0 -185
  196. package/.history/plugin/platforms/ios/src/GestureHandler_20201106183454.h +0 -98
  197. package/.history/plugin/platforms/ios/src/GestureHandler_20201111112216.m +0 -365
  198. package/.history/plugin/platforms/ios/src/GestureHandler_20220104160100.m +0 -369
  199. package/.history/plugin/platforms/ios/src/GestureHandler_20220104172158.h +0 -101
  200. package/.history/src/gesturehandler/gesturehandler.android_20220328144612.ts +0 -610
  201. package/.history/src/gesturehandler/gesturehandler.android_20220328154126.ts +0 -609
  202. package/.history/src/gesturehandler/gesturehandler.android_20220328154143.ts +0 -609
  203. package/.history/src/gesturehandler/gesturehandler.android_20220328154730.ts +0 -610
  204. package/.history/src/gesturehandler/gesturehandler.android_20220328160735.ts +0 -610
  205. package/.history/src/gesturehandler/gesturehandler.android_20220328161307.ts +0 -612
  206. package/.history/src/gesturehandler/gesturehandler.android_20220328161410.ts +0 -613
  207. package/.history/src/gesturehandler/gesturehandler.android_20220328161742.ts +0 -612
  208. package/.history/src/gesturehandler/gesturehandler.android_20220328162317.ts +0 -613
  209. package/.history/src/gesturehandler/gesturehandler.android_20220328162541.ts +0 -613
  210. package/.history/src/gesturehandler/gesturehandler.android_20220328162915.ts +0 -611
  211. package/.history/src/gesturehandler/gesturehandler.android_20220328163707.ts +0 -610
  212. package/.history/src/gesturehandler/gesturehandler.common_20220328144620.ts +0 -325
  213. package/.history/src/gesturehandler/gesturehandler.common_20220328153656.ts +0 -325
  214. package/.history/src/gesturehandler/gestures_override_20210512114352.ts +0 -523
  215. package/.history/src/gesturehandler/gestures_override_20220328155041.ts +0 -523
  216. package/.history/src/gesturehandler/gestures_override_20220328155424.ts +0 -525
  217. package/.history/src/gesturehandler/gestures_override_20220328160121.ts +0 -527
  218. package/.history/src/gesturehandler/gestures_override_20220328160132.ts +0 -527
  219. package/.history/src/gesturehandler/gestures_override_20220328160220.ts +0 -528
  220. package/.history/src/gesturehandler/gestures_override_20220328160416.ts +0 -529
  221. package/.history/src/gesturehandler/gestures_override_20220328160731.ts +0 -535
  222. package/.history/src/gesturehandler/gestures_override_20220328160808.ts +0 -536
  223. package/.history/src/gesturehandler/gestures_override_20220328160834.ts +0 -536
  224. package/.history/src/gesturehandler/gestures_override_20220328160909.ts +0 -536
  225. package/.history/src/gesturehandler/gestures_override_20220328160931.ts +0 -536
  226. package/.history/src/gesturehandler/gestures_override_20220328161052.ts +0 -536
  227. package/.history/src/gesturehandler/gestures_override_20220328161319.ts +0 -536
  228. package/.history/src/gesturehandler/gestures_override_20220328161759.ts +0 -534
  229. package/.history/src/gesturehandler/gestures_override_20220328162317.ts +0 -535
  230. package/.history/src/gesturehandler/gestures_override_20220328162503.ts +0 -535
  231. package/.history/src/gesturehandler/gestures_override_20220328170816.ts +0 -533
  232. package/.history/src/gesturehandler/vue/index_20201021164506.ts +0 -12
  233. package/.history/src/gesturehandler.android_20220325103749.ts +0 -574
  234. package/.history/src/gesturehandler.android_20220325110406.ts +0 -574
  235. package/.history/src/gesturehandler.android_20220328144613.ts +0 -610
  236. package/.history/src/gesturehandler.common_20220328144621.ts +0 -325
  237. package/.history/src/gesturehandler.d_20210422150412.ts +0 -154
  238. package/.history/src/gesturehandler.d_20220328144718.ts +0 -156
  239. package/.history/src/gesturehandler.ios_20220328144653.ts +0 -296
  240. package/.history/src/references.d_20200412093513.ts +0 -3
  241. package/.history/src/references.d_20220328144701.ts +0 -3
  242. package/.history/tsconfig_20220306153539.json +0 -9
  243. package/.history/tsconfig_20220328152313.json +0 -9
  244. package/.prettierignore +0 -4
  245. package/.prettierrc +0 -6
  246. package/.prettierrc.js +0 -7
  247. package/.settings/org.eclipse.buildship.core.prefs +0 -13
  248. package/.vscode/settings.json +0 -19
  249. package/CONTRIBUTING.md +0 -19
  250. package/build.gradle +0 -22
  251. package/config.json +0 -7
  252. package/demo-snippets/node_modules/.package-lock.json +0 -20
  253. package/demo-snippets/package.json +0 -7
  254. package/demo-snippets/vue/Basic.vue +0 -48
  255. package/demo-snippets/vue/ModalView.vue +0 -17
  256. package/demo-snippets/vue/install.ts +0 -10
  257. package/demo-vue/App_Resources/Android/app.gradle +0 -20
  258. package/demo-vue/App_Resources/Android/src/main/AndroidManifest.xml +0 -42
  259. package/demo-vue/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml +0 -15
  260. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/background.png +0 -0
  261. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/logo.png +0 -0
  262. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/background.png +0 -0
  263. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/logo.png +0 -0
  264. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/background.png +0 -0
  265. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/logo.png +0 -0
  266. package/demo-vue/App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml +0 -8
  267. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/background.png +0 -0
  268. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png +0 -0
  269. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png +0 -0
  270. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png +0 -0
  271. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png +0 -0
  272. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png +0 -0
  273. package/demo-vue/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  274. package/demo-vue/App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  275. package/demo-vue/App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  276. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  277. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  278. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  279. package/demo-vue/App_Resources/Android/src/main/res/values/colors.xml +0 -7
  280. package/demo-vue/App_Resources/Android/src/main/res/values/ic_launcher_background.xml +0 -4
  281. package/demo-vue/App_Resources/Android/src/main/res/values/styles.xml +0 -42
  282. package/demo-vue/App_Resources/Android/src/main/res/values-v21/colors.xml +0 -4
  283. package/demo-vue/App_Resources/Android/src/main/res/values-v21/styles.xml +0 -28
  284. package/demo-vue/App_Resources/Android/src/main/res/values-v29/styles.xml +0 -12
  285. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -122
  286. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png +0 -0
  287. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png +0 -0
  288. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png +0 -0
  289. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png +0 -0
  290. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png +0 -0
  291. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png +0 -0
  292. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png +0 -0
  293. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png +0 -0
  294. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png +0 -0
  295. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png +0 -0
  296. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png +0 -0
  297. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png +0 -0
  298. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png +0 -0
  299. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png +0 -0
  300. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png +0 -0
  301. package/demo-vue/App_Resources/iOS/Assets.xcassets/Contents.json +0 -6
  302. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json +0 -23
  303. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png +0 -0
  304. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png +0 -0
  305. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@3x.png +0 -0
  306. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json +0 -23
  307. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png +0 -0
  308. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png +0 -0
  309. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@3x.png +0 -0
  310. package/demo-vue/App_Resources/iOS/Info.plist +0 -47
  311. package/demo-vue/App_Resources/iOS/LaunchScreen.storyboard +0 -53
  312. package/demo-vue/App_Resources/iOS/build.xcconfig +0 -6
  313. package/demo-vue/app/app.scss +0 -11
  314. package/demo-vue/app/app.ts +0 -9
  315. package/demo-vue/app/components/Menu.vue +0 -54
  316. package/demo-vue/nativescript.config.ts +0 -11
  317. package/demo-vue/package.json +0 -60
  318. package/demo-vue/tsconfig.json +0 -25
  319. package/demo-vue/types/references.d.ts +0 -1
  320. package/demo-vue/types/shims.vue.d.ts +0 -4
  321. package/demo-vue/webpack.config.js +0 -42
  322. package/images/demo.gif +0 -0
  323. package/lerna.json +0 -21
  324. package/packages/gesturehandler/CHANGELOG.md +0 -609
  325. package/packages/gesturehandler/README.md +0 -176
  326. package/packages/gesturehandler/package.json +0 -52
  327. package/packages/gesturehandler/tsconfig.json +0 -13
  328. package/src/gesturehandler/gesturehandler.android.ts +0 -610
  329. package/src/gesturehandler/gesturehandler.common.ts +0 -325
  330. package/src/gesturehandler/gesturehandler.ios.ts +0 -296
  331. package/src/gesturehandler/gestures_override.ts +0 -532
  332. package/src/gesturehandler/references.d.ts +0 -3
  333. package/src/gesturehandler/vue/index.ts +0 -7
  334. package/src-native/.vscode/settings.json +0 -3
  335. package/src-native/android/.settings/org.eclipse.buildship.core.prefs +0 -13
  336. package/src-native/android/.vscode/settings.json +0 -3
  337. package/src-native/android/README.md +0 -14
  338. package/src-native/android/build.gradle +0 -25
  339. package/src-native/android/build.sh +0 -36
  340. package/src-native/android/gesturehandler/.classpath +0 -6
  341. package/src-native/android/gesturehandler/.settings/org.eclipse.buildship.core.prefs +0 -2
  342. package/src-native/android/gesturehandler/build.gradle +0 -84
  343. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.jar +0 -0
  344. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.properties +0 -6
  345. package/src-native/android/gesturehandler/gradlew +0 -160
  346. package/src-native/android/gesturehandler/gradlew.bat +0 -90
  347. package/src-native/android/gesturehandler/local.properties +0 -9
  348. package/src-native/android/gesturehandler/proguard-rules.pro +0 -17
  349. package/src-native/android/gesturehandler/src/main/AndroidManifest.xml +0 -9
  350. package/src-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  351. package/src-native/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  352. package/src-native/android/gradle.properties +0 -23
  353. package/src-native/android/gradlew +0 -160
  354. package/src-native/android/gradlew.bat +0 -90
  355. package/src-native/android/settings.gradle +0 -1
  356. package/src-native/ios/GestureHandler.xcodeproj/project.pbxproj +0 -662
  357. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  358. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  359. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandler.xcscheme +0 -76
  360. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerApp.xcscheme +0 -87
  361. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerLib.xcscheme +0 -76
  362. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/test.xcscheme +0 -76
  363. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/universal.xcscheme +0 -76
  364. package/src-native/ios/build.sh +0 -10
  365. package/tools/.eslintrc.js +0 -252
  366. package/tools/builddoc.mjs +0 -54
  367. package/tools/common/.eslintrc.js +0 -3
  368. package/tools/common/.prettierignore +0 -4
  369. package/tools/common/.prettierrc.js +0 -7
  370. package/tools/common/references.d.ts +0 -3
  371. package/tools/package.json +0 -116
  372. package/tools/readme/blueprint.json +0 -10
  373. package/tools/readme/demos-and-development.md +0 -35
  374. package/tools/readme/edit-warning.md +0 -20
  375. package/tools/readme/questions.md +0 -3
  376. package/tools/readme.js +0 -54
  377. package/tools/sync.js +0 -102
  378. package/tools/tsconfig.doc.json +0 -10
  379. package/tools/tsconfig.eslint.json +0 -4
  380. package/tools/tsconfig.json +0 -38
  381. package/tools/typedoc.js +0 -17
  382. package/tools/update.js +0 -32
@@ -1,221 +0,0 @@
1
- {{ load:../../tools/readme/edit-warning.md }}
2
- {{ template:title }}
3
- {{ template:badges }}
4
- {{ template:description }}
5
-
6
- <img src="https://raw.githubusercontent.com/nativescript-community/health-data/master/images/healthkit-googlefit.jpg" />
7
-
8
- {{ template:toc }}
9
-
10
- ## Installation
11
- Run the following command from the root of your project:
12
-
13
- `ns plugin add {{ pkg.name }}`
14
-
15
- ## Configuration
16
-
17
- ### Android
18
-
19
- Google Fit API Key - Go to the [Google Developers Console](https://console.developers.google.com/), create a project, and enable the `Fitness API`.
20
- Then under `Credentials`, create a `Fitness API` OAuth2 client ID for an Android App (select `User data` and press the `What credentials do I need?` button).
21
- If you are using Linux/maxOS, generate your SHA1-key with the code below.
22
-
23
- ```shell
24
- keytool -exportcert -keystore path-to-debug-or-production-keystore -list -v
25
- ```
26
-
27
- > Note that the default (debug) keystore password is empty.
28
-
29
- ### iOS
30
-
31
- Make sure you enable the `HealthKit` entitlement in your app ID.
32
-
33
- ## API
34
-
35
- The examples below are all in TypeScript, and the [demo](https://github.com/EddyVerbruggen/nativescript-health-data/tree/master/demo-ng) was developed in Nativescript w/ Angular.
36
-
37
- This is how you can import and instantiate the plugin, all examples expect this setup:
38
-
39
- ```typescript
40
- import { AggregateBy, HealthData, HealthDataType } from 'nativescript-health-data';
41
-
42
- export class MyHealthyClass {
43
- private healthData: HealthData;
44
-
45
- constructor() {
46
- this.healthData = new HealthData();
47
- }
48
- }
49
- ```
50
-
51
- ### `isAvailable`
52
-
53
- This tells you whether or not the device supports Health Data. On iOS this is probably always `true`.
54
- On Android the user will be prompted to (automatically) update their Play Services version in case it's not sufficiently up to date.
55
- If you don't want this behavior, pass false to this function, as shown below.
56
-
57
- ```typescript
58
- this.healthData.isAvailable(false).then((available) => console.log(available));
59
- ```
60
-
61
- ### `isAuthorized`
62
-
63
- This function (and the next one) takes an `Array` of `HealthDataType`'s. Each of those has a `name` and an `accessType`.
64
-
65
- - The `name` can be one of the ['Available Data Types'](#available-data-types).
66
- - The accessType can be one of `read`, `write`, or `readAndWrite` (note that this plugin currently only supports reading data, but that will change).
67
-
68
- > iOS is a bit silly here: if you've only requested 'read' access, you'll never get a `true` response from this method. [Details here.](https://stackoverflow.com/a/29128231/2596974)
69
-
70
- ```typescript
71
- this.healthData
72
- .isAuthorized([<HealthDataType>{ name: 'steps', accessType: 'read' }])
73
- .then((authorized) => console.log(authorized));
74
- ```
75
-
76
- ### `requestAuthorization`
77
-
78
- This function takes the same argument as `isAuthorized`, and will trigger a consent screen in case the user hasn't previously authorized your app to access any of the passed `HealthDataType`'s.
79
-
80
- Note that this plugin currently only supports reading data, but that will change.
81
-
82
- ```typescript
83
- const types: Array<HealthDataType> = [
84
- { name: 'height', accessType: 'write' },
85
- { name: 'weight', accessType: 'readAndWrite' },
86
- { name: 'steps', accessType: 'read' },
87
- { name: 'distance', accessType: 'read' },
88
- ];
89
-
90
- this.healthData
91
- .requestAuthorization(types)
92
- .then((authorized) => console.log(authorized))
93
- .catch((error) => console.log('Request auth error: ', error));
94
- ```
95
-
96
- ### `query`
97
-
98
- Mandatory properties are `startData`, `endDate`, and `dataType`.
99
- The `dataType` must be one of the ['Available Data Types'](#available-data-types).
100
-
101
- By default data is not aggregated, so all individual datapoints are returned.
102
- This plugin however offers a way to aggregate the data by either `hour`, `day`, or `sourceAndDay`,
103
- the latter will enable you to read daily data per source (Fitbit, Nike Run Club, manual entry, etc).
104
-
105
- If you didn't run `requestAuthorization` before running `query`,
106
- the plugin will run `requestAuthorization` for you (for the requested `dataType`). You're welcome. 😉
107
-
108
- ```typescript
109
- this.healthData
110
- .query({
111
- startDate: new Date(new Date().getTime() - 3 * 24 * 60 * 60 * 1000), // 3 days ago
112
- endDate: new Date(), // now
113
- dataType: 'steps', // equal to the 'name' property of 'HealthDataType'
114
- unit: 'count', // make sure this is compatible with the 'dataType' (see below)
115
- aggregateBy: 'day', // optional, one of: "hour", "day", "sourceAndDay"
116
- sortOrder: 'desc', // optional, default "asc"
117
- })
118
- .then((result) => console.log(JSON.stringify(result)))
119
- .catch((error) => (this.resultToShow = error));
120
- ```
121
-
122
- ### `queryAggregateData`
123
-
124
- Difference between `query` and `queryAggregateData`: if you use `query`, you will probably find that the number of steps (or other types of data) do not match those shown by the Google Fit and Apple Health apps. If you wanted to accurately compute the user's data then use: `queryAggregateData`
125
-
126
- Mandatory properties are `startData`, `endDate`, and `dataType`.
127
- The `dataType` must be one of the ['Available Data Types'](#available-data-types).
128
-
129
- By default data is aggregated by `day`.
130
- This plugin however offers a way to aggregate the data by either `hour` and `day`. (`month` and `year` available soon)
131
-
132
- Note that `queryAggregateData` only supports `steps`, `calories` and `distance` on Android. (More data types available soon).
133
-
134
- If you didn't run `requestAuthorization` before running `query`,
135
- the plugin will run `requestAuthorization` for you (for the requested `dataType`). You're welcome. 😉
136
-
137
- ```typescript
138
- this.healthData
139
- .queryAggregateData({
140
- startDate: new Date(new Date().getTime() - 3 * 24 * 60 * 60 * 1000), // 3 days ago
141
- endDate: new Date(), // now
142
- dataType: 'steps', // equal to the 'name' property of 'HealthDataType'
143
- unit: 'count', // make sure this is compatible with the 'dataType' (see below)
144
- aggregateBy: 'day', // optional, one of: "hour", "day" ; default: "day"
145
- })
146
- .then((result) => console.log(JSON.stringify(result)))
147
- .catch((error) => (this.resultToShow = error));
148
- ```
149
-
150
- ### `startMonitoring` (iOS only, for now)
151
-
152
- If you want to be notified when health data was changed, you can monitor specific types.
153
- This even works when your app is in the background, with `enableBackgroundUpdates: true`.
154
- Note that iOS will wake up your app so you can act upon this notification (in the `onUpdate` function by fi. querying recent changes to this data type),
155
- but in return you are responsible for telling iOS you're done. So make sure you invoke the `completionHandler` as shown below.
156
-
157
- Not all data types support `backgroundUpdateFrequency: "immediate"`,
158
- so your app may not always be invoked immediately when data is added/deleted in HealthKit.
159
-
160
- > Background notifications probably don't work on the iOS simulator, so please test those on a real device.
161
-
162
- ```typescript
163
- this.healthData
164
- .startMonitoring({
165
- dataType: 'heartRate',
166
- enableBackgroundUpdates: true,
167
- backgroundUpdateFrequency: 'immediate',
168
- onUpdate: (completionHandler: () => void) => {
169
- console.log('Our app was notified that health data changed, so querying...');
170
- this.getData('heartRate', 'count/min').then(() => completionHandler());
171
- },
172
- })
173
- .then(() => (this.resultToShow = `Started monitoring heartRate`))
174
- .catch((error) => (this.resultToShow = error));
175
- ```
176
-
177
- ### `stopMonitoring` (iOS only, for now)
178
-
179
- It's best to call this method in case you no longer wish to receive notifications when health data changes.
180
-
181
- ```typescript
182
- this.healthData
183
- .stopMonitoring({
184
- dataType: 'heartRate',
185
- })
186
- .then(() => (this.resultToShow = `Stopped monitoring heartRate`))
187
- .catch((error) => (this.resultToShow = error));
188
- ```
189
-
190
- ## Available Data Types
191
-
192
- With version 1.0.0 these are the supported types of data you can read. Also, make sure you pass in the correct `unit`.
193
-
194
- Note that you are responsible for passing the correct `unit`, although there's only 1 option for each type. _Well actually, the `unit` is ignored on Android at the moment, and on iOS there are undocumented types you can pass in (fi. `mi` for `distance`)._
195
-
196
- The reason is I intend to support more units per type, but that is yet to be implemented... so it's for the sake of future backward-compatibility! 🤯
197
-
198
- | TypeOfData | Unit | GoogleFit Data Type | Apple HealthKit Data Type |
199
- | ------------- | --------- | -------------------------- | ------------------------------------------------ |
200
- | distance | m | `TYPE_DISTANCE_DELTA` | `HKQuantityTypeIdentifierDistanceWalkingRunning` |
201
- | steps | count | `TYPE_STEP_COUNT_DELTA` | `HKQuantityTypeIdentifierStepCount` |
202
- | calories | count | `TYPE_CALORIES_EXPENDED` | `HKQuantityTypeIdentifierActiveEnergyBurned` |
203
- | height | m | `TYPE_HEIGHT` | `HKQuantityTypeIdentifierHeight` |
204
- | weight | kg | `TYPE_WEIGHT` | `HKQuantityTypeIdentifierBodyMass` |
205
- | heartRate | count/min | `TYPE_HEART_RATE_BPM` | `HKQuantityTypeIdentifierHeartRate` |
206
- | fatPercentage | % | `TYPE_BODY_FAT_PERCENTAGE` | `HKQuantityTypeIdentifierBodyFatPercentage` |
207
-
208
- ## Credits
209
-
210
- - [Filipe Mendes](https://github.com/filipemendes1994/) for a superb first version of this repo, while working for SPMS, Shared Services for Ministry of Health (of Portugal). He kindly transferred this repo to me when he no longer had time to maintain it.
211
- - Daniel Leal, for [a great PR](https://github.com/EddyVerbruggen/nativescript-health-data/pull/4).
212
-
213
- ### Examples:
214
-
215
- - [Basic Drawer](demo-snippets/vue/BasicDrawer.vue)
216
- - A basic sliding drawer.
217
- - [All Sides](demo-snippets/vue/AllSides.vue)
218
- - An example of drawers on all sides: left, right, top, bottom.
219
-
220
- {{ load:../../tools/readme/demos-and-development.md }}
221
- {{ load:../../tools/readme/questions.md }}
@@ -1,74 +0,0 @@
1
- {{ load:../../tools/readme/edit-warning.md }}
2
- {{ template:title }}
3
- {{ template:badges }}
4
- {{ template:description }}
5
-
6
- {{ template:toc }}
7
-
8
- ## Installation
9
- Run the following command from the root of your project:
10
-
11
- `ns plugin add {{ pkg.name }}`
12
-
13
- ## API
14
-
15
- We need to do some wiring when your app starts, so open `app.ts` and add this before creating any View/App/Frame:
16
- ##### TypeScript
17
- ```ts
18
- import { install } from "@nativescript-community/gesturehandler";
19
- install();
20
- ```
21
-
22
- You create a gesture handler using something like this:
23
- ```typescript
24
- import { GestureHandlerTouchEvent, GestureHandlerStateEvent, GestureStateEventData, GestureTouchEventData, HandlerType } from '@nativescript-community/gesturehandler';
25
-
26
-
27
- function onGestureTouch(args: GestureTouchEventData) {
28
- const { state, extraData, view } = args.data;
29
- view.translateX = extraData.translationX;
30
- view.translateY = extraData.translationY;
31
- }
32
- function onGestureState(args: GestureStateEventData) {
33
- const { state, prevState, extraData, view } = args.data;
34
- console.log('onGestureState', state, prevState, view, extraData);
35
- }
36
- const manager = Manager.getInstance();
37
- const gestureHandler = = manager.createGestureHandler(HandlerType.PAN, 10, {
38
- shouldCancelWhenOutside: false
39
- });
40
- gestureHandler.on(GestureHandlerTouchEvent, onGestureTouch, this);
41
- gestureHandler.on(GestureHandlerStateEvent, onGestureState, this);
42
- gestureHandler.attachToView(view);
43
- ```
44
-
45
- Right now you must not forget to store the ```gestureHandler``` somewhere or the gesture won't work on iOS (native object being released). This will be fixed in future versions.
46
-
47
- Now about the API. All the gestures for the react counterpart exist with the same options and the same event ```extraData```.
48
-
49
- ## GestureRootView
50
-
51
- For the gestures to work correctly we need a `root` view which knows how to handle the gestures.
52
- If using `Page` (thus `Frame`) you don't need to do anything.
53
- In case you don't (drawer root view, modals, ...) then you can wrap your views in a `GestureRootView` which inherits `GridLayout`
54
-
55
- ## Overriding Nativescript gestures
56
-
57
- This plugin can also override N gestures completely. This would give much more control over gestures and especially would allow to correctly handle simultaneous gestures likes `tap` and `longpress`
58
-
59
- To do that
60
-
61
- ## Credits
62
-
63
- This is a port of [react-native-gesturehandler](https://kmagiera.github.io/react-native-gesture-handler/).
64
- The source is based on the source code by [Krzysztof Magiera](https://github.com/kmagiera). Dont hesitate to go and thank him for his work!
65
-
66
-
67
-
68
- ### Examples:
69
-
70
- - [Basic](demo-snippets/vue/Basic.vue)
71
- - A basic example showing that overriding N gestures works, even in modals
72
-
73
- {{ load:../../tools/readme/demos-and-development.md }}
74
- {{ load:../../tools/readme/questions.md }}
@@ -1,39 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "nativescript": {
9
- "platforms": {
10
- "android": "6.2.1",
11
- "ios": "6.2.1"
12
- }
13
- },
14
- "keywords": [
15
- "NativeScript",
16
- "JavaScript",
17
- "iOS",
18
- "Android",
19
- "Vue",
20
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
21
- ],
22
- "author": {
23
- "name": "Martin Guillon",
24
- "email": "martin.guillon@akylas.fr"
25
- },
26
- "bugs": {
27
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
28
- },
29
- "license": "Apache-2.0",
30
- "repository": {
31
- "type": "git",
32
- "url": "https://github.com/nativescript-community/gesturehandler"
33
- },
34
- "bootstrapper": "nativescript-plugin-seed",
35
- "dependencies": {
36
- "@nativescript-community/observable": "^2.0.8"
37
- },
38
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
39
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.win": "npm run tsc.win && npm run readme",
11
- "build.all": "npm run build && npm run build.angular",
12
- "build.all.win": "npm run build .win&& npm run build.angular.win",
13
- "build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/ui-pager/angular/package.json -c ../../src/ui-pager/angular/tsconfig.json",
14
- "build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\ui-pager\\angular\\package.json -c ..\\..\\src\\ui-pager\\angular\\tsconfig.json",
15
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-pager' --parents --cwd=../../src/ui-pager && ../../node_modules/.bin/tsc -skipLibCheck -d",
17
- "tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\ui-pager' --parents --cwd=..\\..\\src\\ui-pager && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19
- "clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
20
- },
21
- "nativescript": {
22
- "platforms": {
23
- "android": "6.2.1",
24
- "ios": "6.2.1"
25
- }
26
- },
27
- "keywords": [
28
- "NativeScript",
29
- "JavaScript",
30
- "iOS",
31
- "Android",
32
- "Vue",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin.guillon@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/gesturehandler"
46
- },
47
- "bootstrapper": "nativescript-plugin-seed",
48
- "dependencies": {
49
- "@nativescript-community/observable": "^2.0.8"
50
- },
51
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
52
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.win": "npm run tsc.win && npm run readme",
11
- "build.all": "npm run build && npm run build.angular",
12
- "build.all.win": "npm run build .win&& npm run build.angular.win",
13
- "build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14
- "build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && ../../node_modules/.bin/tsc -skipLibCheck -d",
17
- "tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19
- "clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
20
- },
21
- "nativescript": {
22
- "platforms": {
23
- "android": "6.2.1",
24
- "ios": "6.2.1"
25
- }
26
- },
27
- "keywords": [
28
- "NativeScript",
29
- "JavaScript",
30
- "iOS",
31
- "Android",
32
- "Vue",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin.guillon@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/gesturehandler"
46
- },
47
- "bootstrapper": "nativescript-plugin-seed",
48
- "dependencies": {
49
- "@nativescript-community/observable": "^2.0.8"
50
- },
51
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
52
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.win": "npm run tsc.win && npm run readme",
11
- "build.all": "npm run build && npm run build.angular",
12
- "build.all.win": "npm run build .win&& npm run build.angular.win",
13
- "build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14
- "build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && ../../node_modules/.bin/tsc -skipLibCheck -d",
17
- "tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19
- "clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
20
- },
21
- "nativescript": {
22
- "platforms": {
23
- "android": "6.2.1",
24
- "ios": "6.2.1"
25
- }
26
- },
27
- "keywords": [
28
- "NativeScript",
29
- "JavaScript",
30
- "iOS",
31
- "Android",
32
- "Vue",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin.guillon@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/gesturehandler"
46
- },
47
- "bootstrapper": "nativescript-plugin-seed",
48
- "dependencies": {
49
- "@nativescript-community/observable": "^2.0.10"
50
- },
51
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
52
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.win": "npm run tsc.win && npm run readme",
11
- "build.all": "npm run build && npm run build.angular",
12
- "build.all.win": "npm run build .win && npm run build.angular.win",
13
- "build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14
- "build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && ../../node_modules/.bin/tsc -skipLibCheck -d",
17
- "tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19
- "clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
20
- },
21
- "nativescript": {
22
- "platforms": {
23
- "android": "6.2.1",
24
- "ios": "6.2.1"
25
- }
26
- },
27
- "keywords": [
28
- "NativeScript",
29
- "JavaScript",
30
- "iOS",
31
- "Android",
32
- "Vue",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin.guillon@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/gesturehandler"
46
- },
47
- "bootstrapper": "nativescript-plugin-seed",
48
- "dependencies": {
49
- "@nativescript-community/observable": "^2.0.10"
50
- },
51
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
52
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "@nativescript-community/gesturehandler",
3
- "version": "0.1.53",
4
- "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
- "main": "gesturehandler",
6
- "sideEffects": false,
7
- "typings": "gesturehandler.d.ts",
8
- "scripts": {
9
- "build": "npm run tsc && npm run readme",
10
- "build.win": "npm run tsc.win && npm run readme",
11
- "build.all": "npm run build",
12
- "build.all.win": "npm run build .win",
13
- "build.angular": "../../node_modules/.bin/ng-packagr -p ../../src/gesturehandler/angular/package.json -c ../../src/gesturehandler/angular/tsconfig.json",
14
- "build.angular.win": "..\\..\\node_modules\\.bin\\ng-packagr -p ..\\..\\src\\gesturehandler\\angular\\package.json -c ..\\..\\src\\gesturehandler\\angular\\tsconfig.json",
15
- "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
16
- "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/gesturehandler' --parents --cwd=../../src/gesturehandler && ../../node_modules/.bin/tsc -skipLibCheck -d",
17
- "tsc.win": "..\\..\\node_modules\\.bin\\cpy '**\\*.d.ts' '..\\..\\packages\\gesturehandler' --parents --cwd=..\\..\\src\\gesturehandler && ..\\..\\node_modules\\.bin\\tsc -skipLibCheck -d",
18
- "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map",
19
- "clean.win": "..\\..\\node_modules\\.bin\\rimraf .\\*.d.ts .\\*.js .\\*.js.map"
20
- },
21
- "nativescript": {
22
- "platforms": {
23
- "android": "6.2.1",
24
- "ios": "6.2.1"
25
- }
26
- },
27
- "keywords": [
28
- "NativeScript",
29
- "JavaScript",
30
- "iOS",
31
- "Android",
32
- "Vue",
33
- "preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
34
- ],
35
- "author": {
36
- "name": "Martin Guillon",
37
- "email": "martin.guillon@akylas.fr"
38
- },
39
- "bugs": {
40
- "url": "https://github.com/nativescript-community/gesturehandler/issues"
41
- },
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/nativescript-community/gesturehandler"
46
- },
47
- "bootstrapper": "nativescript-plugin-seed",
48
- "dependencies": {
49
- "@nativescript-community/observable": "^2.0.10"
50
- },
51
- "gitHead": "531e9068c445832a6faf6bb8e227b738baa6ef18"
52
- }