react-native-scanbot-barcode-scanner-sdk 4.0.4 → 4.2.0-beta.2

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 (83) hide show
  1. package/LICENSE +1 -1
  2. package/Libraries.txt +85 -419
  3. package/RNScanbotBarcodeSDK.podspec +3 -3
  4. package/android/build.gradle +12 -13
  5. package/android/src/main/AndroidManifest.xml +2 -2
  6. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkModule.kt +179 -0
  7. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPackage.kt +23 -0
  8. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPluginResultDelegate.kt +23 -0
  9. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraView.java +79 -70
  10. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/extensions/JSONObject.kt +90 -0
  11. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/extensions/ReadableMap.kt +53 -0
  12. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/JSONUtils.kt +24 -0
  13. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/ScanbotViewUtils.java +4 -0
  14. package/android/src/new-architecture/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraViewManager.java +0 -2
  15. package/index.d.ts +24 -29
  16. package/index.js +9 -2
  17. package/ios/Components/BarcodeCameraView/NewArchitecture/RTNScanbotBarcodeCameraView.h +0 -1
  18. package/ios/Components/BarcodeCameraView/NewArchitecture/RTNScanbotBarcodeCameraView.mm +120 -148
  19. package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraView.h +0 -31
  20. package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraView.mm +45 -158
  21. package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraViewManager.mm +0 -1
  22. package/ios/ScanbotBarcodeSdk.h +1 -12
  23. package/ios/ScanbotBarcodeSdk.m +64 -489
  24. package/ios/ScanbotBarcodeSdkPluginResultDelegate.h +18 -0
  25. package/ios/ScanbotBarcodeSdkPluginResultDelegate.m +36 -0
  26. package/js/{RTNScanbotBarcodeCameraViewNativeComponent.tsx → RTNScanbotBarcodeCameraViewNativeComponent.ts} +7 -35
  27. package/package.json +5 -2
  28. package/src/components/barcode-camera-view/{scanbot-barcode-camera-view-types.tsx → scanbot-barcode-camera-view-types.ts} +57 -16
  29. package/src/components/barcode-camera-view/scanbot-barcode-camera-view.tsx +14 -4
  30. package/src/configurations.ts +374 -0
  31. package/src/customConfigurations.ts +97 -0
  32. package/src/customResults.ts +6 -0
  33. package/src/customTypes.ts +10 -0
  34. package/src/results.ts +38 -0
  35. package/src/types.ts +1355 -0
  36. package/android/.project +0 -34
  37. package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
  38. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  39. package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  40. package/android/gradlew +0 -185
  41. package/android/gradlew.bat +0 -89
  42. package/android/src/main/java/com/reactlibrary/ScanbotBarcodeSdkModule.java +0 -19
  43. package/android/src/main/java/com/reactlibrary/ScanbotBarcodeSdkPackage.java +0 -38
  44. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ObjectMapper.java +0 -166
  45. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkConfiguration.java +0 -75
  46. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkModule.java +0 -460
  47. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPackage.java +0 -36
  48. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/StorageUtils.java +0 -108
  49. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/barcode/ScanbotBarcodeDetectorAdditionalConfigBuilder.java +0 -37
  50. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/barcode/ScanbotBarcodeDetectorConfigBuilder.java +0 -45
  51. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraViewConfiguration.java +0 -195
  52. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/filters/ReactBarcodeExtensionsFilter.java +0 -59
  53. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/JSONUtils.java +0 -440
  54. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/LogUtils.java +0 -43
  55. package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/ResponseUtils.java +0 -33
  56. package/android/src/main/res/drawable/ic_baseline_arrow_back_24.xml +0 -10
  57. package/android/src/main/res/values/attrs.xml +0 -5
  58. package/ios/Categories/SBSDKPolygon+JSON.h +0 -16
  59. package/ios/Categories/SBSDKPolygon+JSON.m +0 -21
  60. package/ios/Categories/UIColor+JSON.h +0 -14
  61. package/ios/Categories/UIColor+JSON.m +0 -61
  62. package/ios/ScanbotBarcodeSDKConfiguration.h +0 -15
  63. package/ios/ScanbotBarcodeSDKConfiguration.m +0 -13
  64. package/ios/ScanbotBarcodeSdk.xcodeproj/project.pbxproj +0 -271
  65. package/ios/ScanbotBarcodeSdk.xcworkspace/contents.xcworkspacedata +0 -7
  66. package/ios/ScanbotBarcodeSdk.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  67. package/ios/SharedConfiguration.h +0 -18
  68. package/ios/SharedConfiguration.m +0 -20
  69. package/ios/Utils/BarcodeMapping.h +0 -336
  70. package/ios/Utils/HashUtils.h +0 -46
  71. package/ios/Utils/JSONMappings.h +0 -25
  72. package/ios/Utils/LoggingUtils.h +0 -23
  73. package/ios/Utils/ObjectMapper.h +0 -26
  74. package/ios/Utils/ObjectMapper.m +0 -143
  75. package/ios/Utils/ReactBarcodeExtensionsFilter.h +0 -22
  76. package/ios/Utils/ReactBarcodeExtensionsFilter.m +0 -55
  77. package/ios/Utils/ScanbotStorageUtils.h +0 -25
  78. package/ios/Utils/ScanbotStorageUtils.m +0 -111
  79. package/src/configuration.ts +0 -328
  80. package/src/enum.ts +0 -106
  81. package/src/model.ts +0 -104
  82. package/src/result.ts +0 -45
  83. /package/src/components/barcode-camera-view/{scanbot-native-barcode-camera-view.tsx → scanbot-native-barcode-camera-view.ts} +0 -0
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- All items and source code Copyright (c) 2023 Scanbot SDK GmbH (https://scanbot.io).
1
+ All items and source code Copyright (c) 2024 Scanbot SDK GmbH (https://scanbot.io).
2
2
 
3
3
  Scanbot Document and Barcode Scanner SDK for React Native is a commercial
4
4
  product and requires a license to be used in a production environment. It will