@nativescript-community/gesturehandler 0.2.2 → 2.0.0

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/.classpath +12 -0
  2. package/.eslintrc.js +3 -0
  3. package/.gitattributes +17 -0
  4. package/.github/FUNDING.yml +1 -0
  5. package/.github/issue_template.md +28 -0
  6. package/.gitmodules +6 -0
  7. package/.gradle/7.3/checksums/checksums.lock +0 -0
  8. package/.gradle/7.3/dependencies-accessors/dependencies-accessors.lock +0 -0
  9. package/.gradle/7.3/dependencies-accessors/gc.properties +0 -0
  10. package/.gradle/7.3/fileChanges/last-build.bin +0 -0
  11. package/.gradle/7.3/fileHashes/fileHashes.lock +0 -0
  12. package/.gradle/7.3/gc.properties +0 -0
  13. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  14. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  15. package/.gradle/checksums/checksums.lock +0 -0
  16. package/.gradle/checksums/md5-checksums.bin +0 -0
  17. package/.gradle/checksums/sha1-checksums.bin +0 -0
  18. package/.gradle/vcs-1/gc.properties +0 -0
  19. package/.history/build_20201106173734.gradle +22 -0
  20. package/.history/build_20220218093019.gradle +22 -0
  21. package/.history/build_20220218093024.gradle +22 -0
  22. package/.history/build_20220218093151.gradle +22 -0
  23. package/.history/build_20220218093200.gradle +22 -0
  24. package/.history/build_20220218093224.gradle +22 -0
  25. package/.history/build_20220218093249.gradle +22 -0
  26. package/.history/build_20220218093334.gradle +22 -0
  27. package/.history/build_20220218093339.gradle +22 -0
  28. package/.history/build_20220218093341.gradle +22 -0
  29. package/.history/build_20220218093411.gradle +22 -0
  30. package/.history/build_20220218093413.gradle +22 -0
  31. package/.history/build_20220218093416.gradle +22 -0
  32. package/.history/build_20220218093421.gradle +23 -0
  33. package/.history/build_20220218093423.gradle +22 -0
  34. package/.history/build_20220218100008.gradle +22 -0
  35. package/.history/demo-snippets/package_20211119094134.json +7 -0
  36. package/.history/demo-snippets/package_20220328153105.json +7 -0
  37. package/.history/demo-snippets/package_20220328153251.json +7 -0
  38. package/.history/demo-snippets/package_20220328153410.json +7 -0
  39. package/.history/demo-snippets/vue/Basic_20210917174642.vue +46 -0
  40. package/.history/demo-snippets/vue/Basic_20220328154031.vue +44 -0
  41. package/.history/demo-snippets/vue/Basic_20220328154730.vue +46 -0
  42. package/.history/demo-snippets/vue/Basic_20220328154741.vue +46 -0
  43. package/.history/demo-snippets/vue/Basic_20220328154807.vue +47 -0
  44. package/.history/demo-snippets/vue/Basic_20220328154838.vue +51 -0
  45. package/.history/demo-snippets/vue/Basic_20220328154839.vue +51 -0
  46. package/.history/demo-snippets/vue/Basic_20220328154901.vue +52 -0
  47. package/.history/demo-snippets/vue/Basic_20220328154925.vue +52 -0
  48. package/.history/demo-snippets/vue/Basic_20220328162644.vue +52 -0
  49. package/.history/demo-snippets/vue/Basic_20220328162656.vue +48 -0
  50. package/.history/demo-snippets/vue/Basic_20220328162658.vue +48 -0
  51. package/.history/demo-snippets/vue/Basic_20220328162731.vue +48 -0
  52. package/.history/demo-snippets/vue/ModalView_20220328154527.vue +0 -0
  53. package/.history/demo-snippets/vue/ModalView_20220328154555.vue +15 -0
  54. package/.history/demo-snippets/vue/ModalView_20220328162755.vue +15 -0
  55. package/.history/demo-snippets/vue/ModalView_20220328162915.vue +17 -0
  56. package/.history/demo-snippets/vue/install_20211117134051.ts +14 -0
  57. package/.history/demo-snippets/vue/install_20220328153411.ts +10 -0
  58. package/.history/demo-snippets/vue/install_20220328154031.ts +9 -0
  59. package/.history/demo-snippets/vue/install_20220328162915.ts +10 -0
  60. package/.history/demo-vue/.npmrc_20220328151942 +1 -0
  61. package/.history/demo-vue/.npmrc_20220329084955 +2 -0
  62. package/.history/demo-vue/package_20220328151942.json +60 -0
  63. package/.history/demo-vue/package_20220328153206.json +60 -0
  64. package/.history/demo-vue/package_20220328153218.json +59 -0
  65. package/.history/demo-vue/package_20220328153326.json +60 -0
  66. package/.history/demo-vue/package_20220328153411.json +60 -0
  67. package/.history/demo_vue/app/App_20201115162303.vue +118 -0
  68. package/.history/demo_vue/app/App_20220328150238.vue +118 -0
  69. package/.history/demo_vue/app/App_20220328150240.vue +116 -0
  70. package/.history/demo_vue/app/App_20220328150241.vue +115 -0
  71. package/.history/demo_vue/package_20210511163846.json +30 -0
  72. package/.history/demo_vue/package_20220328145031.json +30 -0
  73. package/.history/demo_vue/package_20220328150155.json +30 -0
  74. package/.history/demo_vue/package_20220328151156.json +29 -0
  75. package/.history/demo_vue/tsconfig_20200909142713.json +30 -0
  76. package/.history/demo_vue/tsconfig_20220328151126.json +28 -0
  77. package/.history/demo_vue/tsconfig_20220328151129.json +27 -0
  78. package/.history/demo_vue/webpack.config_20200909141619.js +370 -0
  79. package/.history/demo_vue/webpack.config_20220328145113.js +6 -0
  80. package/.history/demo_vue/webpack.config_20220328145115.js +5 -0
  81. package/.history/lerna_20220104212014.json +21 -0
  82. package/.history/lerna_20220328152313.json +21 -0
  83. package/.history/package_20220311095923.json +74 -0
  84. package/.history/package_20220328152312.json +74 -0
  85. package/.history/packages/gesturehandler/blueprint_20220306151807.md +221 -0
  86. package/{blueprint.md → .history/packages/gesturehandler/blueprint_20220328164413.md} +0 -0
  87. package/.history/packages/gesturehandler/package_20220325110528.json +39 -0
  88. package/.history/packages/gesturehandler/package_20220328152653.json +52 -0
  89. package/.history/packages/gesturehandler/package_20220328152719.json +52 -0
  90. package/.history/packages/gesturehandler/package_20220328153446.json +52 -0
  91. package/.history/packages/gesturehandler/package_20220328164418.json +52 -0
  92. package/.history/packages/gesturehandler/package_20220328164722.json +52 -0
  93. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20210517182228.java +544 -0
  94. package/{platforms/android/java/com/swmansion/gesturehandler/GestureHandler.java → .history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20220331104607.java} +0 -0
  95. package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20210512101356.java +81 -0
  96. package/{platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java → .history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20220331111050.java} +0 -0
  97. package/.history/packages/gesturehandler/tsconfig_20220328152950.json +13 -0
  98. package/.history/packages/gesturehandler/tsconfig_20220328153011.json +13 -0
  99. package/.history/plugin/platforms/android/include_20220125161223.gradle +10 -0
  100. package/.history/plugin/platforms/android/include_20220217110818.gradle +19 -0
  101. package/.history/plugin/platforms/android/include_20220217112410.gradle +18 -0
  102. package/{platforms/android/include.gradle → .history/plugin/platforms/android/include_20220217153211.gradle} +0 -0
  103. package/.history/plugin/platforms/android/include_20220218092908.gradle +19 -0
  104. package/{platforms/android/java/com/nativescript/gesturehandler/PageLayout.java → .history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101202.java} +0 -0
  105. package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101931.java +185 -0
  106. package/.history/plugin/platforms/ios/src/GestureHandler_20201106183454.h +98 -0
  107. package/.history/plugin/platforms/ios/src/GestureHandler_20201111112216.m +365 -0
  108. package/.history/plugin/platforms/ios/src/GestureHandler_20220104160100.m +369 -0
  109. package/{platforms/ios/src/GestureHandler.h → .history/plugin/platforms/ios/src/GestureHandler_20220104172158.h} +0 -0
  110. package/.history/src/gesturehandler/gesturehandler.android_20220328144612.ts +610 -0
  111. package/.history/src/gesturehandler/gesturehandler.android_20220328154126.ts +609 -0
  112. package/.history/src/gesturehandler/gesturehandler.android_20220328154143.ts +609 -0
  113. package/.history/src/gesturehandler/gesturehandler.android_20220328154730.ts +610 -0
  114. package/.history/src/gesturehandler/gesturehandler.android_20220328160735.ts +610 -0
  115. package/.history/src/gesturehandler/gesturehandler.android_20220328161307.ts +612 -0
  116. package/.history/src/gesturehandler/gesturehandler.android_20220328161410.ts +613 -0
  117. package/.history/src/gesturehandler/gesturehandler.android_20220328161742.ts +612 -0
  118. package/.history/src/gesturehandler/gesturehandler.android_20220328162317.ts +613 -0
  119. package/.history/src/gesturehandler/gesturehandler.android_20220328162541.ts +613 -0
  120. package/.history/src/gesturehandler/gesturehandler.android_20220328162915.ts +611 -0
  121. package/{gesturehandler.android.js → .history/src/gesturehandler/gesturehandler.android_20220328163618.ts} +228 -208
  122. package/.history/src/gesturehandler/gesturehandler.android_20220328163707.ts +610 -0
  123. package/.history/src/gesturehandler/gesturehandler.common_20220328144620.ts +325 -0
  124. package/.history/src/gesturehandler/gesturehandler.common_20220328153656.ts +325 -0
  125. package/.history/src/gesturehandler/gestures_override_20210512114352.ts +523 -0
  126. package/.history/src/gesturehandler/gestures_override_20220328155041.ts +523 -0
  127. package/.history/src/gesturehandler/gestures_override_20220328155424.ts +525 -0
  128. package/.history/src/gesturehandler/gestures_override_20220328160121.ts +527 -0
  129. package/.history/src/gesturehandler/gestures_override_20220328160132.ts +527 -0
  130. package/.history/src/gesturehandler/gestures_override_20220328160220.ts +528 -0
  131. package/.history/src/gesturehandler/gestures_override_20220328160416.ts +529 -0
  132. package/.history/src/gesturehandler/gestures_override_20220328160731.ts +535 -0
  133. package/.history/src/gesturehandler/gestures_override_20220328160808.ts +536 -0
  134. package/.history/src/gesturehandler/gestures_override_20220328160834.ts +536 -0
  135. package/.history/src/gesturehandler/gestures_override_20220328160909.ts +536 -0
  136. package/.history/src/gesturehandler/gestures_override_20220328160931.ts +536 -0
  137. package/.history/src/gesturehandler/gestures_override_20220328161052.ts +536 -0
  138. package/.history/src/gesturehandler/gestures_override_20220328161319.ts +536 -0
  139. package/.history/src/gesturehandler/gestures_override_20220328161759.ts +534 -0
  140. package/.history/src/gesturehandler/gestures_override_20220328162317.ts +535 -0
  141. package/.history/src/gesturehandler/gestures_override_20220328162503.ts +535 -0
  142. package/.history/src/gesturehandler/gestures_override_20220328170816.ts +533 -0
  143. package/{gestures_override.js → .history/src/gesturehandler/gestures_override_20220328170818.ts} +171 -63
  144. package/.history/src/gesturehandler/vue/index_20201021164506.ts +12 -0
  145. package/{vue/index.js → .history/src/gesturehandler/vue/index_20220328163021.ts} +1 -1
  146. package/.history/src/gesturehandler.android_20220325103749.ts +574 -0
  147. package/.history/src/gesturehandler.android_20220325110406.ts +574 -0
  148. package/.history/src/gesturehandler.android_20220328144613.ts +610 -0
  149. package/{gesturehandler.common.js → .history/src/gesturehandler.common_20210512114125.ts} +161 -74
  150. package/.history/src/gesturehandler.common_20220328144621.ts +325 -0
  151. package/.history/src/gesturehandler.d_20210422150412.ts +154 -0
  152. package/{gesturehandler.d.ts → .history/src/gesturehandler.d_20220328144718.ts} +0 -0
  153. package/{gesturehandler.ios.js → .history/src/gesturehandler.ios_20210422150701.ts} +100 -71
  154. package/.history/src/gesturehandler.ios_20220328144653.ts +296 -0
  155. package/.history/src/references.d_20200412093513.ts +3 -0
  156. package/.history/src/references.d_20220328144701.ts +3 -0
  157. package/.history/tsconfig_20220306153539.json +9 -0
  158. package/.history/tsconfig_20220328152313.json +9 -0
  159. package/.prettierignore +4 -0
  160. package/.prettierrc +6 -0
  161. package/.prettierrc.js +7 -0
  162. package/.settings/org.eclipse.buildship.core.prefs +13 -0
  163. package/.vscode/settings.json +19 -0
  164. package/CHANGELOG.md +147 -63
  165. package/CONTRIBUTING.md +19 -0
  166. package/README.md +12 -132
  167. package/build.gradle +22 -0
  168. package/config.json +7 -0
  169. package/demo-snippets/node_modules/.package-lock.json +20 -0
  170. package/demo-snippets/package.json +7 -0
  171. package/demo-snippets/vue/Basic.vue +48 -0
  172. package/demo-snippets/vue/ModalView.vue +17 -0
  173. package/demo-snippets/vue/install.ts +10 -0
  174. package/demo-vue/App_Resources/Android/app.gradle +20 -0
  175. package/demo-vue/App_Resources/Android/src/main/AndroidManifest.xml +42 -0
  176. package/demo-vue/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml +15 -0
  177. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/background.png +0 -0
  178. package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/logo.png +0 -0
  179. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/background.png +0 -0
  180. package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/logo.png +0 -0
  181. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/background.png +0 -0
  182. package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/logo.png +0 -0
  183. package/demo-vue/App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml +8 -0
  184. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/background.png +0 -0
  185. package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png +0 -0
  186. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png +0 -0
  187. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png +0 -0
  188. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png +0 -0
  189. package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png +0 -0
  190. package/demo-vue/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  191. package/demo-vue/App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  192. package/demo-vue/App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  193. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  194. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  195. package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  196. package/demo-vue/App_Resources/Android/src/main/res/values/colors.xml +7 -0
  197. package/demo-vue/App_Resources/Android/src/main/res/values/ic_launcher_background.xml +4 -0
  198. package/demo-vue/App_Resources/Android/src/main/res/values/styles.xml +42 -0
  199. package/demo-vue/App_Resources/Android/src/main/res/values-v21/colors.xml +4 -0
  200. package/demo-vue/App_Resources/Android/src/main/res/values-v21/styles.xml +28 -0
  201. package/demo-vue/App_Resources/Android/src/main/res/values-v29/styles.xml +12 -0
  202. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +122 -0
  203. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png +0 -0
  204. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png +0 -0
  205. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png +0 -0
  206. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png +0 -0
  207. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png +0 -0
  208. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png +0 -0
  209. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png +0 -0
  210. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png +0 -0
  211. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png +0 -0
  212. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png +0 -0
  213. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png +0 -0
  214. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png +0 -0
  215. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png +0 -0
  216. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png +0 -0
  217. package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png +0 -0
  218. package/demo-vue/App_Resources/iOS/Assets.xcassets/Contents.json +6 -0
  219. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json +23 -0
  220. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png +0 -0
  221. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png +0 -0
  222. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@3x.png +0 -0
  223. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json +23 -0
  224. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png +0 -0
  225. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png +0 -0
  226. package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@3x.png +0 -0
  227. package/demo-vue/App_Resources/iOS/Info.plist +47 -0
  228. package/demo-vue/App_Resources/iOS/LaunchScreen.storyboard +53 -0
  229. package/demo-vue/App_Resources/iOS/build.xcconfig +6 -0
  230. package/demo-vue/app/app.scss +11 -0
  231. package/demo-vue/app/app.ts +9 -0
  232. package/demo-vue/app/components/Menu.vue +54 -0
  233. package/demo-vue/nativescript.config.ts +11 -0
  234. package/demo-vue/package.json +60 -0
  235. package/demo-vue/tsconfig.json +25 -0
  236. package/demo-vue/types/references.d.ts +1 -0
  237. package/demo-vue/types/shims.vue.d.ts +4 -0
  238. package/demo-vue/webpack.config.js +42 -0
  239. package/images/demo.gif +0 -0
  240. package/lerna.json +21 -0
  241. package/package.json +60 -51
  242. package/packages/gesturehandler/CHANGELOG.md +609 -0
  243. package/packages/gesturehandler/README.md +176 -0
  244. package/packages/gesturehandler/blueprint.md +74 -0
  245. package/packages/gesturehandler/package.json +52 -0
  246. package/{platforms → packages/gesturehandler/platforms}/android/AndroidManifest.xml +0 -0
  247. package/packages/gesturehandler/platforms/android/include.gradle +19 -0
  248. package/{platforms → packages/gesturehandler/platforms}/android/java/com/nativescript/gesturehandler/GestureHandlerInteractionController.java +0 -0
  249. package/packages/gesturehandler/platforms/android/java/com/nativescript/gesturehandler/PageLayout.java +189 -0
  250. package/{platforms → packages/gesturehandler/platforms}/android/java/com/nativescript/gesturehandler/RootViewGestureHandler.java +0 -0
  251. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/BaseGestureHandlerInteractionController.java +0 -0
  252. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/FlingGestureHandler.java +0 -0
  253. package/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler.java +540 -0
  254. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerInteractionController.java +0 -0
  255. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.java +0 -0
  256. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistry.java +0 -0
  257. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistryImpl.java +0 -0
  258. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/GestureUtils.java +0 -0
  259. package/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java +81 -0
  260. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/NativeViewGestureHandler.java +0 -0
  261. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/OnTouchEventListener.java +0 -0
  262. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PanGestureHandler.java +0 -0
  263. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PinchGestureHandler.java +0 -0
  264. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEvents.java +0 -0
  265. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEventsConfig.java +0 -0
  266. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/PointerEventsSpec.java +0 -0
  267. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/RotationGestureDetector.java +0 -0
  268. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/RotationGestureHandler.java +0 -0
  269. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/ScaleGestureDetector.java +0 -0
  270. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/TapGestureHandler.java +0 -0
  271. package/{platforms → packages/gesturehandler/platforms}/android/java/com/swmansion/gesturehandler/ViewConfigurationHelper.java +0 -0
  272. package/{platforms → packages/gesturehandler/platforms}/android/native-api-usage.json +0 -0
  273. package/{platforms → packages/gesturehandler/platforms}/android/res/values/config.xml +0 -0
  274. package/{platforms → packages/gesturehandler/platforms}/ios/src/FlingHandler.h +0 -0
  275. package/{platforms → packages/gesturehandler/platforms}/ios/src/FlingHandler.m +0 -0
  276. package/{platforms → packages/gesturehandler/platforms}/ios/src/ForceTouchHandler.h +0 -0
  277. package/{platforms → packages/gesturehandler/platforms}/ios/src/ForceTouchHandler.m +0 -0
  278. package/packages/gesturehandler/platforms/ios/src/GestureHandler.h +101 -0
  279. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandler.m +0 -0
  280. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerDirection.h +0 -0
  281. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerEvents.h +0 -0
  282. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerEvents.m +0 -0
  283. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerHeader.h +0 -0
  284. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerManager.h +0 -0
  285. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerManager.m +0 -0
  286. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerRegistry.h +0 -0
  287. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerRegistry.m +0 -0
  288. package/{platforms → packages/gesturehandler/platforms}/ios/src/GestureHandlerState.h +0 -0
  289. package/{platforms → packages/gesturehandler/platforms}/ios/src/LongPressHandler.h +0 -0
  290. package/{platforms → packages/gesturehandler/platforms}/ios/src/LongPressHandler.m +0 -0
  291. package/{platforms → packages/gesturehandler/platforms}/ios/src/NativeViewHandler.h +0 -0
  292. package/{platforms → packages/gesturehandler/platforms}/ios/src/NativeViewHandler.m +0 -0
  293. package/{platforms → packages/gesturehandler/platforms}/ios/src/PanHandler.h +0 -0
  294. package/{platforms → packages/gesturehandler/platforms}/ios/src/PanHandler.m +0 -0
  295. package/{platforms → packages/gesturehandler/platforms}/ios/src/PinchHandler.h +0 -0
  296. package/{platforms → packages/gesturehandler/platforms}/ios/src/PinchHandler.m +0 -0
  297. package/{platforms → packages/gesturehandler/platforms}/ios/src/RootViewGestureRecognizer.h +0 -0
  298. package/{platforms → packages/gesturehandler/platforms}/ios/src/RootViewGestureRecognizer.m +0 -0
  299. package/{platforms → packages/gesturehandler/platforms}/ios/src/RotationHandler.h +0 -0
  300. package/{platforms → packages/gesturehandler/platforms}/ios/src/RotationHandler.m +0 -0
  301. package/{platforms → packages/gesturehandler/platforms}/ios/src/TapHandler.h +0 -0
  302. package/{platforms → packages/gesturehandler/platforms}/ios/src/TapHandler.m +0 -0
  303. package/{platforms → packages/gesturehandler/platforms}/ios/src/module.modulemap +0 -0
  304. package/packages/gesturehandler/tsconfig.json +13 -0
  305. package/references.d.ts +3 -3
  306. package/src/gesturehandler/gesturehandler.android.ts +610 -0
  307. package/src/gesturehandler/gesturehandler.common.ts +325 -0
  308. package/src/gesturehandler/gesturehandler.d.ts +156 -0
  309. package/src/gesturehandler/gesturehandler.ios.ts +296 -0
  310. package/src/gesturehandler/gestures_override.ts +532 -0
  311. package/src/gesturehandler/references.d.ts +3 -0
  312. package/{typings → src/gesturehandler/typings}/android.d.ts +0 -0
  313. package/{typings → src/gesturehandler/typings}/extensions.android.d.ts +0 -0
  314. package/{typings → src/gesturehandler/typings}/ios.d.ts +0 -0
  315. package/src/gesturehandler/vue/index.ts +7 -0
  316. package/src-native/.vscode/settings.json +3 -0
  317. package/src-native/android/.settings/org.eclipse.buildship.core.prefs +13 -0
  318. package/src-native/android/.vscode/settings.json +3 -0
  319. package/src-native/android/README.md +14 -0
  320. package/src-native/android/build.gradle +25 -0
  321. package/src-native/android/build.sh +36 -0
  322. package/src-native/android/gesturehandler/.classpath +6 -0
  323. package/src-native/android/gesturehandler/.settings/org.eclipse.buildship.core.prefs +2 -0
  324. package/src-native/android/gesturehandler/build.gradle +84 -0
  325. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.jar +0 -0
  326. package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.properties +6 -0
  327. package/src-native/android/gesturehandler/gradlew +160 -0
  328. package/src-native/android/gesturehandler/gradlew.bat +90 -0
  329. package/src-native/android/gesturehandler/local.properties +9 -0
  330. package/src-native/android/gesturehandler/proguard-rules.pro +17 -0
  331. package/src-native/android/gesturehandler/src/main/AndroidManifest.xml +9 -0
  332. package/src-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  333. package/src-native/android/gradle/wrapper/gradle-wrapper.properties +6 -0
  334. package/src-native/android/gradle.properties +23 -0
  335. package/src-native/android/gradlew +160 -0
  336. package/src-native/android/gradlew.bat +90 -0
  337. package/src-native/android/settings.gradle +1 -0
  338. package/src-native/ios/GestureHandler.xcodeproj/project.pbxproj +662 -0
  339. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  340. package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  341. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandler.xcscheme +76 -0
  342. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerApp.xcscheme +87 -0
  343. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerLib.xcscheme +76 -0
  344. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/test.xcscheme +76 -0
  345. package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/universal.xcscheme +76 -0
  346. package/src-native/ios/build.sh +10 -0
  347. package/tools/.eslintrc.js +252 -0
  348. package/tools/builddoc.mjs +54 -0
  349. package/tools/common/.eslintrc.js +3 -0
  350. package/tools/common/.prettierignore +4 -0
  351. package/tools/common/.prettierrc.js +7 -0
  352. package/tools/common/references.d.ts +3 -0
  353. package/tools/package.json +116 -0
  354. package/tools/readme/blueprint.json +10 -0
  355. package/tools/readme/demos-and-development.md +35 -0
  356. package/tools/readme/edit-warning.md +20 -0
  357. package/tools/readme/questions.md +3 -0
  358. package/tools/readme.js +54 -0
  359. package/tools/sync.js +102 -0
  360. package/tools/tsconfig.doc.json +10 -0
  361. package/tools/tsconfig.eslint.json +4 -0
  362. package/tools/tsconfig.json +38 -0
  363. package/tools/typedoc.js +17 -0
  364. package/tools/update.js +32 -0
  365. package/tsconfig.json +4 -8
  366. package/.pnpm-debug.log +0 -1
  367. package/gesturehandler.android.d.ts +0 -180
  368. package/gesturehandler.android.js.map +0 -1
  369. package/gesturehandler.common.d.ts +0 -96
  370. package/gesturehandler.common.js.map +0 -1
  371. package/gesturehandler.ios.d.ts +0 -56
  372. package/gesturehandler.ios.js.map +0 -1
  373. package/gestures_override.d.ts +0 -29
  374. package/gestures_override.js.map +0 -1
  375. package/react/index.d.ts +0 -20
  376. package/react/index.js +0 -9
  377. package/react/index.js.map +0 -1
  378. package/svelte/index.d.ts +0 -11
  379. package/svelte/index.js +0 -26
  380. package/svelte/index.js.map +0 -1
  381. package/vue/index.d.ts +0 -4
  382. package/vue/index.js.map +0 -1
@@ -0,0 +1,19 @@
1
+ {
2
+ "files.exclude": {
3
+ "schema": true
4
+ },
5
+ "search.exclude": {
6
+ "**/*demo*": true,
7
+ "src/**/*.js": true,
8
+ "src/**/*.js.map": true
9
+ },
10
+ "java.configuration.updateBuildConfiguration": "disabled",
11
+ "editor.snippetSuggestions": "top",
12
+ "NE.enable.snippets": true,
13
+ "xml.fileAssociations": [
14
+ {
15
+ "systemId": "/Volumes/data/dev/nativescript/nativescript-carto/schema/tns.xsd",
16
+ "pattern": "**/**/*.xml"
17
+ }
18
+ ]
19
+ }
package/CHANGELOG.md CHANGED
@@ -3,219 +3,239 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.2.2](https://github.com/nativescript-community/gesturehandler/compare/v0.2.1...v0.2.2) (2022-03-31)
6
+ ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **android:** longpress not always recognized ([0ce2ce6](https://github.com/nativescript-community/gesturehandler/commit/0ce2ce681debb8f915467907c54fa9ec55a88f35))
11
+ * detach fix ([440ca63](https://github.com/nativescript-community/gesturehandler/commit/440ca633dee2b5efbf9f0f26062b5bf0f348354d))
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
- ## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
17
+ # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
18
18
 
19
- **Note:** Version bump only for package @nativescript-community/gesturehandler
20
19
 
20
+ ### Features
21
21
 
22
+ * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
22
23
 
23
24
 
24
25
 
25
- # [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
26
26
 
27
27
 
28
- ### Features
28
+ ## [0.1.53](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
29
29
 
30
- * added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
31
30
 
31
+ ### Bug Fixes
32
32
 
33
+ * **android:** override N gesture working with button ([a5fc49c](https://github.com/Akylas/nativescript-gesturehandler/commit/a5fc49ca85e289991caeac028f70aaaf27d48b7a))
33
34
 
34
35
 
35
36
 
36
- ## [0.1.53](https://github.com/nativescript-community/gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
37
37
 
38
- **Note:** Version bump only for package @nativescript-community/gesturehandler
39
38
 
39
+ ## [0.1.52](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
40
+
41
+
42
+ ### Bug Fixes
40
43
 
44
+ * **android:** buid fix in some cases ([a1b75ca](https://github.com/Akylas/nativescript-gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
41
45
 
42
46
 
43
47
 
44
- ## [0.1.52](https://github.com/nativescript-community/gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
48
+
49
+
50
+ ## [0.1.51](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
45
51
 
46
52
 
47
53
  ### Bug Fixes
48
54
 
49
- * **android:** buid fix in some cases ([a1b75ca](https://github.com/nativescript-community/gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
55
+ * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/Akylas/nativescript-gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
50
56
 
51
57
 
52
58
 
53
59
 
54
60
 
55
- ## [0.1.51](https://github.com/nativescript-community/gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
61
+ ## [0.1.50](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
56
62
 
57
63
 
58
64
  ### Bug Fixes
59
65
 
60
- * allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/nativescript-community/gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
66
+ * **ios:** build fix ([ce1a71e](https://github.com/Akylas/nativescript-gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
61
67
 
62
68
 
63
69
 
64
70
 
65
71
 
66
- ## [0.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
72
+ ## [0.1.49](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
67
73
 
68
74
 
69
75
  ### Bug Fixes
70
76
 
71
- * **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
77
+ * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/Akylas/nativescript-gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
72
78
 
73
79
 
74
80
 
75
81
 
76
82
 
77
- ## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
83
+ ## [0.1.48](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
78
84
 
85
+ **Note:** Version bump only for package @nativescript-community/gesturehandler
79
86
 
80
- ### Bug Fixes
81
87
 
82
- * **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/nativescript-community/gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
83
88
 
84
89
 
85
90
 
91
+ ## [0.1.47](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
86
92
 
87
93
 
88
- ## [0.1.48](https://github.com/nativescript-community/gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
94
+ ### Bug Fixes
89
95
 
90
- **Note:** Version bump only for package @nativescript-community/gesturehandler
96
+ * **android:** fix after break in last version ([5d5ceb9](https://github.com/Akylas/nativescript-gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
91
97
 
92
98
 
93
99
 
94
100
 
95
101
 
96
- ## [0.1.47](https://github.com/nativescript-community/gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
102
+ ## [0.1.46](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
97
103
 
98
104
 
99
105
  ### Bug Fixes
100
106
 
101
- * **android:** fix after break in last version ([5d5ceb9](https://github.com/nativescript-community/gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
107
+ * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/Akylas/nativescript-gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
102
108
 
103
109
 
104
110
 
105
111
 
106
112
 
107
- ## [0.1.46](https://github.com/nativescript-community/gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
113
+ ## [0.1.45](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
108
114
 
109
115
 
110
116
  ### Bug Fixes
111
117
 
112
- * **android:** gradle 7.0 fix ([9b7de7f](https://github.com/nativescript-community/gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
118
+ * **android:** NPE fix ([4c57840](https://github.com/Akylas/nativescript-gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
113
119
 
114
120
 
115
121
 
116
122
 
117
123
 
118
- ## [0.1.45](https://github.com/nativescript-community/gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
124
+ ## [0.1.44](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
119
125
 
120
126
 
121
127
  ### Bug Fixes
122
128
 
123
- * **android:** NPE fix ([4c57840](https://github.com/nativescript-community/gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
129
+ * **android:** prevent crash ([65ce28a](https://github.com/Akylas/nativescript-gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
124
130
 
125
131
 
126
132
 
127
133
 
128
134
 
129
- ## [0.1.44](https://github.com/nativescript-community/gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
135
+ ## [0.1.43](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
130
136
 
131
137
 
132
138
  ### Bug Fixes
133
139
 
134
- * **android:** prevent crash ([65ce28a](https://github.com/nativescript-community/gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
140
+ * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/Akylas/nativescript-gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
141
+ * override rewrite to get closer to N ([5d03a7d](https://github.com/Akylas/nativescript-gesturehandler/commit/5d03a7dfd753f346465adc0a9c8b686b372822a1))
142
+ * positions in dpi ([b8d6a3d](https://github.com/Akylas/nativescript-gesturehandler/commit/b8d6a3da6676c09f137bca697837e11d0a2b51b5))
135
143
 
136
144
 
137
145
 
138
146
 
139
147
 
140
- ## [0.1.43](https://github.com/nativescript-community/gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
148
+ ## [0.1.42](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
141
149
 
142
150
 
143
151
  ### Bug Fixes
144
152
 
145
- * **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/nativescript-community/gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
153
+ * nativeGetterKey option for handler ([9bf46bf](https://github.com/Akylas/nativescript-gesturehandler/commit/9bf46bf6aa3086f7e4f23d8e9eb6fe33d5e22b57))
146
154
 
147
155
 
148
156
 
149
157
 
150
158
 
151
- ## [0.1.42](https://github.com/nativescript-community/gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
159
+ ## [0.1.41](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
152
160
 
153
- **Note:** Version bump only for package @nativescript-community/gesturehandler
154
161
 
162
+ ### Bug Fixes
155
163
 
164
+ * broken rlease! ([0a60ce3](https://github.com/Akylas/nativescript-gesturehandler/commit/0a60ce36fa0b2b39baad5a7621043b9eecaf0bda))
156
165
 
157
166
 
158
167
 
159
- ## [0.1.41](https://github.com/nativescript-community/gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
160
168
 
161
- **Note:** Version bump only for package @nativescript-community/gesturehandler
162
169
 
170
+ ## [0.1.40](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
163
171
 
164
172
 
173
+ ### Bug Fixes
165
174
 
175
+ * exclusiveTouch css prop ([22df7cf](https://github.com/Akylas/nativescript-gesturehandler/commit/22df7cf838ba6acdc96db2400460f54508e114f4))
166
176
 
167
- ## [0.1.40](https://github.com/nativescript-community/gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
168
177
 
169
- **Note:** Version bump only for package @nativescript-community/gesturehandler
170
178
 
171
179
 
172
180
 
181
+ ## [0.1.39](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
173
182
 
174
183
 
175
- ## [0.1.39](https://github.com/nativescript-community/gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
184
+ ### Bug Fixes
176
185
 
177
- **Note:** Version bump only for package @nativescript-community/gesturehandler
186
+ * log removal ([86e4968](https://github.com/Akylas/nativescript-gesturehandler/commit/86e4968438a2c6272f8b2224ffe5647177c67615))
178
187
 
179
188
 
180
189
 
181
190
 
182
191
 
183
- ## [0.1.38](https://github.com/nativescript-community/gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
192
+ ## [0.1.38](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
184
193
 
185
- **Note:** Version bump only for package @nativescript-community/gesturehandler
186
194
 
195
+ ### Bug Fixes
187
196
 
197
+ * removed logs ([f9c9808](https://github.com/Akylas/nativescript-gesturehandler/commit/f9c98082128cfd6414dc6be1baa10ef293e66f6f))
188
198
 
189
199
 
190
200
 
191
- ## [0.1.37](https://github.com/nativescript-community/gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
192
201
 
193
- **Note:** Version bump only for package @nativescript-community/gesturehandler
194
202
 
203
+ ## [0.1.37](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
195
204
 
196
205
 
206
+ ### Bug Fixes
207
+
208
+ * a lot of gesture overrides fixes ([c0976e2](https://github.com/Akylas/nativescript-gesturehandler/commit/c0976e2323733b5b723da330fe81b110517d72d8))
209
+ * exclusive touch fix ([7cfe2d6](https://github.com/Akylas/nativescript-gesturehandler/commit/7cfe2d6042f22f1447e3a2d30a3632f83763a72f))
210
+ * **ios:** override support for touch gesture ([64bd989](https://github.com/Akylas/nativescript-gesturehandler/commit/64bd989da67520f1a9ced397aae6308cef7df85c))
211
+
197
212
 
198
213
 
199
- ## [0.1.36](https://github.com/nativescript-community/gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
200
214
 
201
- **Note:** Version bump only for package @nativescript-community/gesturehandler
202
215
 
216
+ ## [0.1.36](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
217
+
218
+
219
+ ### Features
220
+
221
+ * exclusiveTouch property ([94f6599](https://github.com/Akylas/nativescript-gesturehandler/commit/94f6599e47f041b3055f24ec810d744316f905f9))
203
222
 
204
223
 
205
224
 
206
225
 
207
- ## [0.1.35](https://github.com/nativescript-community/gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
226
+
227
+ ## [0.1.35](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
208
228
 
209
229
 
210
230
  ### Bug Fixes
211
231
 
212
- * android ensure we cancel events correctly ([30ffce3](https://github.com/nativescript-community/gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
232
+ * android ensure we cancel events correctly ([30ffce3](https://github.com/Akylas/nativescript-gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
213
233
 
214
234
 
215
235
 
216
236
 
217
237
 
218
- ## [0.1.34](https://github.com/nativescript-community/gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
238
+ ## [0.1.34](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
219
239
 
220
240
  **Note:** Version bump only for package @nativescript-community/gesturehandler
221
241
 
@@ -244,7 +264,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
244
264
 
245
265
  ## [0.1.31](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.30...v0.1.31) (2020-11-19)
246
266
 
247
- **Note:** Version bump only for package @nativescript-community/gesturehandler
267
+
268
+ ### Bug Fixes
269
+
270
+ * ios fix for gesture not activating ([f954c15](https://github.com/Akylas/nativescript-gesturehandler/commit/f954c15db50c660b3607242b5b54da389bf7ef08))
248
271
 
249
272
 
250
273
 
@@ -267,6 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
267
290
  ### Bug Fixes
268
291
 
269
292
  * android fixes for native gestures ([c6321bb](https://github.com/Akylas/nativescript-gesturehandler/commit/c6321bb9ac0af4fe68636118cb334d548d4eafc6))
293
+ * direction is now a number allowing masks ([7324cd9](https://github.com/Akylas/nativescript-gesturehandler/commit/7324cd90e984ef783f77db979134a281b24e68a2))
270
294
 
271
295
 
272
296
 
@@ -312,7 +336,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
312
336
 
313
337
  ## [0.1.24](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.23...v0.1.24) (2020-10-20)
314
338
 
315
- **Note:** Version bump only for package @nativescript-community/gesturehandler
339
+
340
+ ### Bug Fixes
341
+
342
+ * a few fixes ([ca5b220](https://github.com/Akylas/nativescript-gesturehandler/commit/ca5b220f9daa6c785e4c7507c6663df44664c854))
343
+ * some fixes to prevent multiple attach ([5bcdb57](https://github.com/Akylas/nativescript-gesturehandler/commit/5bcdb57de1fad78fb6b1fe817ecc842137ac2b01))
316
344
 
317
345
 
318
346
 
@@ -325,6 +353,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
325
353
 
326
354
  * android fix taken from rn ([e8145e6](https://github.com/Akylas/nativescript-gesturehandler/commit/e8145e6339765679135ac22b6068977058a34fa8))
327
355
  * android nativeviewgesture dispatch cancel ([d5bb774](https://github.com/Akylas/nativescript-gesturehandler/commit/d5bb774f22beec6460e02cc1e87ff7e128080828))
356
+ * Demo app commands not working. ([9e3701b](https://github.com/Akylas/nativescript-gesturehandler/commit/9e3701ba395d843a8e3b0e817fa9ef3b37a0fe52))
357
+ * github stats not being visualized ([cb00f9c](https://github.com/Akylas/nativescript-gesturehandler/commit/cb00f9cfe4760171f28da409d3f062ae61796d1a))
358
+ * multiple fixes for the overrides ([1be0719](https://github.com/Akylas/nativescript-gesturehandler/commit/1be0719e1f114451f87f123ad398108bdf7ace20))
328
359
 
329
360
 
330
361
 
@@ -346,6 +377,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
346
377
 
347
378
  ### Bug Fixes
348
379
 
380
+ * **ios:** another fix ([e014a1b](https://github.com/Akylas/nativescript-gesturehandler/commit/e014a1b0abc4e764c32f225742d1fd7458fa6e35))
349
381
  * **ios:** plugin not building ([153403f](https://github.com/Akylas/nativescript-gesturehandler/commit/153403f77c1f23b5105c3e17f9d9bcbffb32b005))
350
382
 
351
383
 
@@ -354,7 +386,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
354
386
 
355
387
  ## [0.1.20](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.19...v0.1.20) (2020-09-08)
356
388
 
357
- **Note:** Version bump only for package @nativescript-community/gesturehandler
389
+
390
+ ### Bug Fixes
391
+
392
+ * dont package native compiled ([f306c47](https://github.com/Akylas/nativescript-gesturehandler/commit/f306c476391ad6a0aa18530c97f520ea721f8626))
358
393
 
359
394
 
360
395
 
@@ -389,7 +424,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
389
424
 
390
425
  ## [0.1.16](https://github.com/nativescript-community/gesturehandler/compare/v0.1.15...v0.1.16) (2020-05-28)
391
426
 
392
- **Note:** Version bump only for package @nativescript-community/gesturehandler
427
+
428
+ ### Bug Fixes
429
+
430
+ * esm fix ([ef2fe97](https://github.com/nativescript-community/gesturehandler/commit/ef2fe97714162a361c749f871c1ec1b768a40aec))
393
431
 
394
432
 
395
433
 
@@ -416,7 +454,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
416
454
 
417
455
  ## [0.1.13](https://github.com/nativescript-community/gesturehandler/compare/v0.1.12...v0.1.13) (2020-05-21)
418
456
 
419
- **Note:** Version bump only for package @nativescript-community/gesturehandler
457
+
458
+ ### Bug Fixes
459
+
460
+ * esm using import for tree shaking ([3d69b26](https://github.com/nativescript-community/gesturehandler/commit/3d69b2691cb2744de0f485498d9e22622226d233))
420
461
 
421
462
 
422
463
 
@@ -435,7 +476,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
435
476
 
436
477
  ## [0.1.11](https://github.com/nativescript-community/gesturehandler/compare/v0.1.10...v0.1.11) (2020-05-12)
437
478
 
438
- **Note:** Version bump only for package @nativescript-community/gesturehandler
479
+
480
+ ### Bug Fixes
481
+
482
+ * some override fixes ([df4defc](https://github.com/nativescript-community/gesturehandler/commit/df4defc435000f87a6467c6a1e5ad0c8f44a6455))
439
483
 
440
484
 
441
485
 
@@ -451,7 +495,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
451
495
 
452
496
  ## [0.1.9](https://github.com/nativescript-community/gesturehandler/compare/v0.1.8...v0.1.9) (2020-05-12)
453
497
 
454
- **Note:** Version bump only for package @nativescript-community/gesturehandler
498
+
499
+ ### Bug Fixes
500
+
501
+ * multi direction fling support ([4eec691](https://github.com/nativescript-community/gesturehandler/commit/4eec6915a90be8dc1e86199c3b979f7b6c81dbc7))
455
502
 
456
503
 
457
504
 
@@ -459,7 +506,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
459
506
 
460
507
  ## [0.1.8](https://github.com/nativescript-community/gesturehandler/compare/v0.1.7...v0.1.8) (2020-04-28)
461
508
 
462
- **Note:** Version bump only for package @nativescript-community/gesturehandler
509
+
510
+ ### Bug Fixes
511
+
512
+ * **android:** native extension ([d63348a](https://github.com/nativescript-community/gesturehandler/commit/d63348ae40a19bc9ff6d1213302d0b975f2897b7))
463
513
 
464
514
 
465
515
 
@@ -467,7 +517,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
467
517
 
468
518
  ## [0.1.7](https://github.com/nativescript-community/gesturehandler/compare/v0.1.6...v0.1.7) (2020-03-20)
469
519
 
470
- **Note:** Version bump only for package @nativescript-community/gesturehandler
520
+
521
+ ### Bug Fixes
522
+
523
+ * **ios:** build fix ([b3b3061](https://github.com/nativescript-community/gesturehandler/commit/b3b3061001e94b75aeafbafad5042a4897b5ba48))
471
524
 
472
525
 
473
526
 
@@ -483,7 +536,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
483
536
 
484
537
  ## [0.1.5](https://github.com/nativescript-community/gesturehandler/compare/v0.1.4...v0.1.5) (2020-01-17)
485
538
 
486
- **Note:** Version bump only for package @nativescript-community/gesturehandler
539
+
540
+ ### Bug Fixes
541
+
542
+ * wrong positions return on ios ([b63ec94](https://github.com/nativescript-community/gesturehandler/commit/b63ec94eabca89b756cb3c2f9f46f1e85dbe944c))
487
543
 
488
544
 
489
545
 
@@ -491,7 +547,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
491
547
 
492
548
  ## [0.1.4](https://github.com/nativescript-community/gesturehandler/compare/v0.1.3...v0.1.4) (2020-01-13)
493
549
 
494
- **Note:** Version bump only for package @nativescript-community/gesturehandler
550
+
551
+ ### Bug Fixes
552
+
553
+ * fix import for ios ([47b8f24](https://github.com/nativescript-community/gesturehandler/commit/47b8f24278322f426ce72dff5e27d0d77656de1d))
495
554
 
496
555
 
497
556
 
@@ -499,7 +558,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
499
558
 
500
559
  ## [0.1.3](https://github.com/nativescript-community/gesturehandler/compare/v0.1.2...v0.1.3) (2020-01-13)
501
560
 
502
- **Note:** Version bump only for package @nativescript-community/gesturehandler
561
+
562
+ ### Bug Fixes
563
+
564
+ * taphandler with doubletaphandler ([6c3ed76](https://github.com/nativescript-community/gesturehandler/commit/6c3ed76e958660ea83364f1e3e9e6fcef8e7a43b))
503
565
 
504
566
 
505
567
 
@@ -507,7 +569,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
507
569
 
508
570
  ## [0.1.2](https://github.com/nativescript-community/gesturehandler/compare/v0.1.1...v0.1.2) (2020-01-11)
509
571
 
510
- **Note:** Version bump only for package @nativescript-community/gesturehandler
572
+
573
+ ### Bug Fixes
574
+
575
+ * doc fixed ([f6ecc31](https://github.com/nativescript-community/gesturehandler/commit/f6ecc31df0fe39b9e96fa8a39f973e95e8f5a5ce))
576
+ * some fixes ([18b8295](https://github.com/nativescript-community/gesturehandler/commit/18b8295f73cf582cbc10933db9be96bf582d340d))
511
577
 
512
578
 
513
579
 
@@ -515,7 +581,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
515
581
 
516
582
  ## [0.1.1](https://github.com/nativescript-community/gesturehandler/compare/v0.1.0...v0.1.1) (2020-01-07)
517
583
 
518
- **Note:** Version bump only for package @nativescript-community/gesturehandler
584
+
585
+ ### Bug Fixes
586
+
587
+ * custom ScaleGestureDetector to control minSpan ([1b7c739](https://github.com/nativescript-community/gesturehandler/commit/1b7c739dd681b4d1c131b0c142549ecf3d94db9e))
588
+ * remove logs ([6c43171](https://github.com/nativescript-community/gesturehandler/commit/6c431715c034c4973f431842dba71e930714ccfd))
589
+
590
+
591
+ ### Features
592
+
593
+ * report all pointers locations for ios ([e5d42d1](https://github.com/nativescript-community/gesturehandler/commit/e5d42d13486c79dd3f487cb16a6f01a41b2a2053))
594
+ * report all touch positions ([f147149](https://github.com/nativescript-community/gesturehandler/commit/f1471490bdf163f21c76bd5858dc93d53fc52805))
519
595
 
520
596
 
521
597
 
@@ -558,7 +634,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
558
634
 
559
635
  ## [0.0.8](https://github.com/nativescript-community/gesturehandler/compare/v0.0.7...v0.0.8) (2019-08-11)
560
636
 
561
- **Note:** Version bump only for package @nativescript-community/gesturehandler
637
+
638
+ ### Bug Fixes
639
+
640
+ * signature ([6ed89bf](https://github.com/nativescript-community/gesturehandler/commit/6ed89bf))
641
+ * throw error is view has no parent page ([e7f67a4](https://github.com/nativescript-community/gesturehandler/commit/e7f67a4))
562
642
 
563
643
 
564
644
 
@@ -593,7 +673,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
593
673
 
594
674
  ## [0.0.4](https://github.com/nativescript-community/gesturehandler/compare/v0.0.3...v0.0.4) (2019-06-12)
595
675
 
596
- **Note:** Version bump only for package @nativescript-community/gesturehandler
676
+
677
+ ### Bug Fixes
678
+
679
+ * android one registry per page ([f57fccf](https://github.com/nativescript-community/gesturehandler/commit/f57fccf))
680
+ * check for null ([0f0d83d](https://github.com/nativescript-community/gesturehandler/commit/0f0d83d))
597
681
 
598
682
 
599
683
 
@@ -0,0 +1,19 @@
1
+
2
+ ### clean up typings
3
+
4
+ * regexp: ```/export class .*?JNI {(.|[\r\n])*?}//```
5
+ * regexp: ```/export module .*? {([\t\r\n])*?}//``` twice
6
+ * regexp: ```/declare module com {([\t\r\n])*?}/```
7
+
8
+ ## ios typings
9
+
10
+ run in the demo app
11
+ ```
12
+ TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" tns build ios --bundle
13
+ ```
14
+
15
+ ### clean up typings
16
+
17
+ * regexp: ```/description\(\): string;//```
18
+ * regexp: ```/hash\(\): number;//```
19
+ * regexp: ```/var:/variant:/```