@situm/cordova 3.15.60 → 3.15.61

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 (148) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +1 -2
  3. package/azure-pipelines.yml +12 -13
  4. package/docs/JSDoc/img/toast-ui.png +0 -0
  5. package/docs/JSDoc/scripts/jquery.min.js +0 -0
  6. package/docs/JSDoc/scripts/linenumber.js +0 -0
  7. package/docs/JSDoc/scripts/prettify/Apache-License-2.0.txt +0 -0
  8. package/docs/JSDoc/scripts/prettify/lang-css.js +0 -0
  9. package/docs/JSDoc/scripts/prettify/prettify.js +0 -0
  10. package/docs/JSDoc/styles/prettify-jsdoc.css +0 -0
  11. package/docs/JSDoc/styles/prettify-tomorrow.css +0 -0
  12. package/docs/conf.json +0 -0
  13. package/example/README.md +10 -3
  14. package/example/android/gradlew +0 -0
  15. package/example/azure/build-examples.yaml +4 -1
  16. package/example/azure/common-steps.yaml +8 -5
  17. package/example/ios/App/App.xcodeproj/project.pbxproj +29 -24
  18. package/example/ios/App/Podfile +11 -11
  19. package/example/package.json +4 -2
  20. package/package.json +10 -10
  21. package/plugin.xml +1 -1
  22. package/pnpm-workspace.yaml +6 -0
  23. package/scripts/update_changelog.sh +0 -0
  24. package/src/android/app/build.gradle +1 -1
  25. package/src/android/app/src/main/java/es/situm/plugin/SitumPlugin.java +0 -0
  26. package/src/android/gradlew +0 -0
  27. package/src/android/situm.gradle +1 -1
  28. package/src/ios/Classes/Private/CDVDebug.h +0 -0
  29. package/src/ios/Classes/Private/CDVJSON_private.h +0 -0
  30. package/src/ios/Classes/Private/CDVJSON_private.m +0 -0
  31. package/src/ios/Classes/Private/CDVPlugin+Private.h +0 -0
  32. package/src/ios/Classes/Private/CDVPlugins/CDVGestureHandler/CDVGestureHandler.h +0 -0
  33. package/src/ios/Classes/Private/CDVPlugins/CDVGestureHandler/CDVGestureHandler.m +0 -0
  34. package/src/ios/Classes/Private/CDVPlugins/CDVHandleOpenURL/CDVHandleOpenURL.h +0 -0
  35. package/src/ios/Classes/Private/CDVPlugins/CDVHandleOpenURL/CDVHandleOpenURL.m +0 -0
  36. package/src/ios/Classes/Private/CDVPlugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.h +0 -0
  37. package/src/ios/Classes/Private/CDVPlugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m +0 -0
  38. package/src/ios/Classes/Private/CDVPlugins/CDVLocalStorage/CDVLocalStorage.h +0 -0
  39. package/src/ios/Classes/Private/CDVPlugins/CDVLocalStorage/CDVLocalStorage.m +0 -0
  40. package/src/ios/Classes/Private/CDVPlugins/CDVLogger/CDVLogger.h +0 -0
  41. package/src/ios/Classes/Private/CDVPlugins/CDVLogger/CDVLogger.m +0 -0
  42. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.h +0 -0
  43. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.m +0 -0
  44. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewEngine.h +0 -0
  45. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewEngine.m +0 -0
  46. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.h +0 -0
  47. package/src/ios/Classes/Private/CDVPlugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m +0 -0
  48. package/src/ios/Classes/Public/CDV.h +0 -0
  49. package/src/ios/Classes/Public/CDVAppDelegate.h +0 -0
  50. package/src/ios/Classes/Public/CDVAppDelegate.m +0 -0
  51. package/src/ios/Classes/Public/CDVAvailability.h +0 -0
  52. package/src/ios/Classes/Public/CDVAvailabilityDeprecated.h +0 -0
  53. package/src/ios/Classes/Public/CDVCommandDelegate.h +0 -0
  54. package/src/ios/Classes/Public/CDVCommandDelegateImpl.h +0 -0
  55. package/src/ios/Classes/Public/CDVCommandDelegateImpl.m +0 -0
  56. package/src/ios/Classes/Public/CDVCommandQueue.h +0 -0
  57. package/src/ios/Classes/Public/CDVCommandQueue.m +0 -0
  58. package/src/ios/Classes/Public/CDVConfigParser.h +0 -0
  59. package/src/ios/Classes/Public/CDVConfigParser.m +0 -0
  60. package/src/ios/Classes/Public/CDVInvokedUrlCommand.h +0 -0
  61. package/src/ios/Classes/Public/CDVInvokedUrlCommand.m +0 -0
  62. package/src/ios/Classes/Public/CDVPlugin+Resources.h +0 -0
  63. package/src/ios/Classes/Public/CDVPlugin+Resources.m +0 -0
  64. package/src/ios/Classes/Public/CDVPlugin.h +0 -0
  65. package/src/ios/Classes/Public/CDVPlugin.m +0 -0
  66. package/src/ios/Classes/Public/CDVPluginResult.h +0 -0
  67. package/src/ios/Classes/Public/CDVPluginResult.m +0 -0
  68. package/src/ios/Classes/Public/CDVScreenOrientationDelegate.h +0 -0
  69. package/src/ios/Classes/Public/CDVTimer.h +0 -0
  70. package/src/ios/Classes/Public/CDVTimer.m +0 -0
  71. package/src/ios/Classes/Public/CDVURLProtocol.h +0 -0
  72. package/src/ios/Classes/Public/CDVURLProtocol.m +0 -0
  73. package/src/ios/Classes/Public/CDVUserAgentUtil.h +0 -0
  74. package/src/ios/Classes/Public/CDVUserAgentUtil.m +0 -0
  75. package/src/ios/Classes/Public/CDVViewController.h +0 -0
  76. package/src/ios/Classes/Public/CDVViewController.m +0 -0
  77. package/src/ios/Classes/Public/CDVWebViewEngineProtocol.h +0 -0
  78. package/src/ios/Classes/Public/CDVWhitelist.h +0 -0
  79. package/src/ios/Classes/Public/CDVWhitelist.m +0 -0
  80. package/src/ios/Classes/Public/NSDictionary+CordovaPreferences.h +0 -0
  81. package/src/ios/Classes/Public/NSDictionary+CordovaPreferences.m +0 -0
  82. package/src/ios/Classes/Public/NSMutableArray+QueueAdditions.h +0 -0
  83. package/src/ios/Classes/Public/NSMutableArray+QueueAdditions.m +0 -0
  84. package/src/ios/Cordova/Cordova.h +0 -0
  85. package/src/ios/Cordova/Info.plist +0 -0
  86. package/src/ios/SitumCordovaPlugin_Prefix.pch +0 -0
  87. package/src/ios/VERSION +0 -0
  88. package/src/ios/cordova.js +0 -0
  89. package/src/ios/situmcordovaplugin/SitumPlugin.h +0 -0
  90. package/src/ios/situmcordovaplugin/SitumPlugin.m +0 -0
  91. package/tests/common-resources/angle/angle1.json +0 -0
  92. package/tests/common-resources/angle/angle2.json +0 -0
  93. package/tests/common-resources/bounds/bounds1.json +0 -0
  94. package/tests/common-resources/bounds/bounds2.json +0 -0
  95. package/tests/common-resources/cartesianCoordinate/cartesianCoordinate1.json +0 -0
  96. package/tests/common-resources/coordinate/coordinate1.json +0 -0
  97. package/tests/common-resources/dimensions/dimensions1.json +0 -0
  98. package/tests/common-resources/floor/floor1.json +0 -0
  99. package/tests/common-resources/floor/floor2.json +0 -0
  100. package/tests/common-resources/indication/indication1.json +0 -0
  101. package/tests/common-resources/location/location1.json +0 -0
  102. package/tests/common-resources/location/location10.json +0 -0
  103. package/tests/common-resources/location/location2.json +0 -0
  104. package/tests/common-resources/location/location3.json +0 -0
  105. package/tests/common-resources/location/location4.json +0 -0
  106. package/tests/common-resources/location/location5.json +0 -0
  107. package/tests/common-resources/location/location6.json +0 -0
  108. package/tests/common-resources/location/location7.json +0 -0
  109. package/tests/common-resources/location/location8.json +0 -0
  110. package/tests/common-resources/location/location9.json +0 -0
  111. package/tests/common-resources/locationStatus/locationStatus1.json +0 -0
  112. package/tests/common-resources/locationStatus/locationStatus10.json +0 -0
  113. package/tests/common-resources/locationStatus/locationStatus11.json +0 -0
  114. package/tests/common-resources/locationStatus/locationStatus12.json +0 -0
  115. package/tests/common-resources/locationStatus/locationStatus13.json +0 -0
  116. package/tests/common-resources/locationStatus/locationStatus2.json +0 -0
  117. package/tests/common-resources/locationStatus/locationStatus3.json +0 -0
  118. package/tests/common-resources/locationStatus/locationStatus4.json +0 -0
  119. package/tests/common-resources/locationStatus/locationStatus5.json +0 -0
  120. package/tests/common-resources/locationStatus/locationStatus6.json +0 -0
  121. package/tests/common-resources/locationStatus/locationStatus7.json +0 -0
  122. package/tests/common-resources/locationStatus/locationStatus8.json +0 -0
  123. package/tests/common-resources/locationStatus/locationStatus9.json +0 -0
  124. package/tests/common-resources/navigationProgress/navigationProgress1.json +0 -0
  125. package/tests/common-resources/navigationProgress/navigationProgress2.json +0 -0
  126. package/tests/common-resources/poiCategory/poiCategory1.json +0 -0
  127. package/tests/common-resources/point/point1.json +0 -0
  128. package/tests/common-resources/point/point2.json +0 -0
  129. package/tests/common-resources/point/point3.json +0 -0
  130. package/tests/common-resources/point/point4.json +0 -0
  131. package/tests/common-resources/point/point5.json +0 -0
  132. package/tests/common-resources/point/point6.json +0 -0
  133. package/tests/common-resources/point/point7.json +0 -0
  134. package/tests/common-resources/point/point8.json +0 -0
  135. package/tests/common-resources/route/route1.json +0 -0
  136. package/tests/common-resources/routeStep/routeStep1.json +0 -0
  137. package/tests/common-resources/routeStep/routeStep2.json +0 -0
  138. package/tests/common-resources/routeStep/routeStep3.json +0 -0
  139. package/tests/common-resources/routeStep/routeStep4.json +0 -0
  140. package/tests/common-resources/routeStep/routeStep5.json +0 -0
  141. package/tests/common-resources/situmConversionArea/situmConversionArea1.json +0 -0
  142. package/tests/scripts/clean_android_resources.sh +0 -0
  143. package/tests/scripts/clean_ios_resources.sh +0 -0
  144. package/tests/scripts/copy_android_resources.sh +0 -0
  145. package/tests/scripts/copy_ios_resources.sh +0 -0
  146. package/tests/scripts/self-destruct.sh +0 -0
  147. package/www/situm.js +0 -0
  148. package/example/package-lock.json +0 -18326

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.