scanbot-web-sdk 7.0.0-dev.2 → 7.0.0-dev.4

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 (108) hide show
  1. package/@types/barcode-scanner-view.d.ts +6 -6
  2. package/@types/core-types.d.ts +28 -28
  3. package/@types/cropping-view.d.ts +2 -2
  4. package/@types/document-data-extractor-view.d.ts +3 -3
  5. package/@types/document-scanner-view.d.ts +6 -6
  6. package/@types/index.d.ts +7 -33
  7. package/@types/model/barcode/barcode-result.d.ts +3 -7
  8. package/@types/model/barcode/barcode.d.ts +4 -4
  9. package/@types/model/configuration/{barcode-scanner-configuration.d.ts → barcode-scanner-view-configuration.d.ts} +5 -5
  10. package/@types/model/configuration/document-data-extractor-view-configuration.d.ts +9 -0
  11. package/@types/model/configuration/{document-scanner-configuration.d.ts → document-scanner-view-configuration.d.ts} +7 -7
  12. package/@types/model/configuration/{mrz-scanner-configuration.d.ts → mrz-scanner-view-configuration.d.ts} +6 -6
  13. package/@types/model/configuration/selection-overlay-configuration.d.ts +2 -2
  14. package/@types/model/configuration/text-pattern-scanner-view-configuration.d.ts +9 -0
  15. package/@types/model/configuration/vin-scanner-view-configuration.d.ts +9 -0
  16. package/@types/mrz-scanner-view.d.ts +3 -3
  17. package/@types/scanbot-sdk.d.ts +77 -77
  18. package/@types/service/document-data-extractor.d.ts +2 -2
  19. package/@types/service/document-quality-analyzer.d.ts +2 -2
  20. package/@types/service/ocr-engine.d.ts +3 -3
  21. package/@types/service/simple-mrz-recognizer.d.ts +3 -3
  22. package/@types/service/text-pattern-scanner.d.ts +3 -3
  23. package/@types/service/tiff-generator.d.ts +2 -2
  24. package/@types/service/vin-scanner.d.ts +3 -3
  25. package/@types/ui2/barcode/controllers/barcode-scanner-controller.d.ts +2 -2
  26. package/@types/ui2/barcode/controllers/multiple-scanning-mode-controller.d.ts +2 -2
  27. package/@types/ui2/barcode/controllers/single-scanning-mode-controller.d.ts +2 -2
  28. package/@types/ui2/barcode/utils/camera-config.d.ts +1 -1
  29. package/@types/ui2/barcode/utils/styled-button.d.ts +1 -1
  30. package/@types/ui2/barcode/views/action-button/action-button-container.d.ts +2 -2
  31. package/@types/ui2/barcode/views/action-button/action-button.d.ts +1 -1
  32. package/@types/ui2/barcode/views/barcode-scanner.d.ts +3 -3
  33. package/@types/ui2/barcode/views/camera-permission-denied.d.ts +1 -1
  34. package/@types/ui2/barcode/views/drawer/subviews/drawer-header-content.d.ts +1 -1
  35. package/@types/ui2/barcode/views/form/dialog-button.d.ts +0 -1
  36. package/@types/ui2/barcode/views/navigation-bar.d.ts +1 -1
  37. package/@types/ui2/configuration/BarcodeItemMapper.d.ts +6 -0
  38. package/@types/ui2/configuration/BarcodeScannerTypes.d.ts +2 -0
  39. package/@types/ui2/configuration/BarcodeTypes.d.ts +1 -0
  40. package/@types/ui2/configuration/CommonFieldType.d.ts +1 -0
  41. package/@types/ui2/configuration/GenericDocument.d.ts +1 -0
  42. package/@types/ui2/configuration/Geometry.d.ts +1 -1
  43. package/@types/ui2/configuration/barcode/ArTrackingOverlayConfiguration.d.ts +3 -24
  44. package/@types/ui2/configuration/barcode/BarcodeInfoMapping.d.ts +3 -3
  45. package/@types/ui2/configuration/barcode/BarcodeRecognizerConfiguration.d.ts +6 -13
  46. package/@types/ui2/configuration/barcode/BarcodeScannerConfiguration.d.ts +13 -13
  47. package/@types/ui2/configuration/barcode/BarcodeScannerUIResult.d.ts +8 -8
  48. package/@types/ui2/configuration/barcode/BarcodeUseCase.d.ts +3 -3
  49. package/@types/ui2/configuration/barcode/FindAndPickScanningModeUseCase.d.ts +8 -6
  50. package/@types/ui2/configuration/barcode/MultipleScanningModeUseCase.d.ts +11 -6
  51. package/@types/ui2/configuration/barcode/SingleScanningModeUseCase.d.ts +4 -4
  52. package/@types/ui2/configuration.d.ts +12 -20
  53. package/@types/ui2/document/model/sb-document.d.ts +3 -3
  54. package/@types/ui2/document/views/camera-screen/use-document-scanner-view.d.ts +1 -1
  55. package/@types/ui2/document/views/camera-screen/user-guidance-text.d.ts +1 -1
  56. package/@types/ui2/scanbot-sdk-ui.d.ts +2 -2
  57. package/@types/utils/barcode-utils.d.ts +2 -2
  58. package/@types/view/action-bar/bottom-action-bar.d.ts +2 -2
  59. package/@types/view/barcode-calculation/barcode-calculation-popup-list.d.ts +2 -2
  60. package/@types/view/barcode-calculation/barcode-calculation-popup.d.ts +4 -4
  61. package/@types/view/barcode-polygon/animated-barcode-selection-overlay.d.ts +5 -5
  62. package/@types/view/barcode-polygon/barcode-overlay.d.ts +3 -3
  63. package/@types/view/barcode-polygon/barcode-polygon-label.d.ts +2 -2
  64. package/@types/view/document-outline.d.ts +1 -1
  65. package/@types/view/polygon/animated-document-polygon.d.ts +1 -1
  66. package/@types/view/polygon/animated-path.d.ts +1 -1
  67. package/@types/worker/worker-bridge.d.ts +98 -98
  68. package/bundle/ScanbotSDK.min.js +4 -4
  69. package/bundle/ScanbotSDK.ui2.min.js +16 -16
  70. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  71. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  72. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  73. package/bundle/bin/barcode-scanner/ScanbotSDK.Asm.wasm +0 -0
  74. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  75. package/bundle/bin/barcode-scanner/ScanbotSDK.Core-simd.js +1 -1
  76. package/bundle/bin/barcode-scanner/ScanbotSDK.Core.js +1 -1
  77. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.js +1 -1
  78. package/bundle/bin/complete/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  79. package/bundle/bin/complete/ScanbotSDK.Asm-simd.wasm +0 -0
  80. package/bundle/bin/complete/ScanbotSDK.Asm.wasm +0 -0
  81. package/bundle/bin/complete/ScanbotSDK.Core-simd-threads.js +1 -1
  82. package/bundle/bin/complete/ScanbotSDK.Core-simd.js +1 -1
  83. package/bundle/bin/complete/ScanbotSDK.Core.js +1 -1
  84. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.js +1 -1
  85. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd-threads.wasm +0 -0
  86. package/bundle/bin/document-scanner/ScanbotSDK.Asm-simd.wasm +0 -0
  87. package/bundle/bin/document-scanner/ScanbotSDK.Asm.wasm +0 -0
  88. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd-threads.js +1 -1
  89. package/bundle/bin/document-scanner/ScanbotSDK.Core-simd.js +1 -1
  90. package/bundle/bin/document-scanner/ScanbotSDK.Core.js +1 -1
  91. package/package.json +1 -1
  92. package/@types/model/configuration/document-data-extractor-configuration.d.ts +0 -9
  93. package/@types/model/configuration/text-pattern-scanner-configuration.d.ts +0 -9
  94. package/@types/model/configuration/vin-scanner-configuration.d.ts +0 -9
  95. package/@types/ui2/configuration/barcode/ActionBarConfiguration.d.ts +0 -42
  96. package/@types/ui2/configuration/barcode/BarcodeItemMapper.d.ts +0 -6
  97. package/@types/ui2/configuration/barcode/BarcodeScannerTypes.d.ts +0 -2
  98. package/@types/ui2/configuration/barcode/BarcodeTypes.d.ts +0 -1
  99. package/@types/ui2/configuration/barcode/CameraConfiguration.d.ts +0 -60
  100. package/@types/ui2/configuration/barcode/CameraPermission.d.ts +0 -54
  101. package/@types/ui2/configuration/barcode/Common.d.ts +0 -359
  102. package/@types/ui2/configuration/barcode/CommonFieldType.d.ts +0 -1
  103. package/@types/ui2/configuration/barcode/GenericDocument.d.ts +0 -1
  104. package/@types/ui2/configuration/barcode/Geometry.d.ts +0 -1
  105. package/@types/ui2/configuration/barcode/ScanbotAlertDialog.d.ts +0 -49
  106. package/@types/ui2/configuration/barcode/TopBarConfiguration.d.ts +0 -55
  107. package/@types/ui2/configuration/barcode/UserGuidanceConfiguration.d.ts +0 -30
  108. package/@types/ui2/configuration/barcode/ViewFinderConfiguration.d.ts +0 -93

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.