barkoder-capacitor
Advanced tools
Comparing version 1.3.1 to 1.5.1
@@ -466,3 +466,4 @@ import { Plugin } from '@capacitor/core'; | ||
telepen = 26, | ||
dotcode = 27 | ||
dotcode = 27, | ||
idDocument = 28 | ||
} | ||
@@ -516,2 +517,3 @@ export declare class BarkoderConfig { | ||
dotcode?: BarcodeConfig; | ||
idDocument?: BarcodeConfig; | ||
general?: GeneralSettings; | ||
@@ -518,0 +520,0 @@ constructor(config: Partial<DekoderConfig>); |
@@ -70,2 +70,3 @@ export var DecodingSpeed; | ||
BarcodeType[BarcodeType["dotcode"] = 27] = "dotcode"; | ||
BarcodeType[BarcodeType["idDocument"] = 28] = "idDocument"; | ||
})(BarcodeType || (BarcodeType = {})); | ||
@@ -72,0 +73,0 @@ export class BarkoderConfig { |
@@ -76,2 +76,3 @@ 'use strict'; | ||
BarcodeType[BarcodeType["dotcode"] = 27] = "dotcode"; | ||
BarcodeType[BarcodeType["idDocument"] = 28] = "idDocument"; | ||
})(exports.BarcodeType || (exports.BarcodeType = {})); | ||
@@ -78,0 +79,0 @@ class BarkoderConfig { |
@@ -73,2 +73,3 @@ var capacitorBarkoder = (function (exports, core) { | ||
BarcodeType[BarcodeType["dotcode"] = 27] = "dotcode"; | ||
BarcodeType[BarcodeType["idDocument"] = 28] = "idDocument"; | ||
})(exports.BarcodeType || (exports.BarcodeType = {})); | ||
@@ -75,0 +76,0 @@ class BarkoderConfig { |
@@ -145,3 +145,3 @@ { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -187,3 +187,3 @@ "pdf_optimized": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -229,3 +229,3 @@ "qr": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -258,4 +258,4 @@ "retail_1d": { | ||
"multicodeCachingDuration": 1000, | ||
"enableMisshaped1D": true, | ||
"upcEanDeblur": false, | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false, | ||
@@ -278,3 +278,3 @@ "thresholdBetweenDuplicatesScans": 5 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -343,3 +343,3 @@ "industrial_1d": { | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": false, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false, | ||
@@ -362,3 +362,3 @@ "thresholdBetweenDuplicatesScans": 5 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -414,3 +414,3 @@ "all_2d": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -454,3 +454,3 @@ "dpm": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -500,3 +500,3 @@ "vin": { | ||
"roiOverlayBackgroundColor": 1711276032, | ||
"closeSessionOnResultEnabled": true, | ||
"closeSessionOnResultEnabled": false, | ||
"imageResultEnabled": false, | ||
@@ -506,6 +506,6 @@ "locationInImageResultEnabled": false, | ||
"pinchToZoomEnabled": false, | ||
"regionOfInterestVisible": false, | ||
"regionOfInterestVisible": true, | ||
"barkoderResolution": 1, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -548,3 +548,3 @@ "dotcode": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -554,3 +554,3 @@ "all_1d": { | ||
"Code 128": { | ||
"enabled": false, | ||
"enabled": true, | ||
"minimumLength": 0, | ||
@@ -682,4 +682,190 @@ "maximumLength": 0 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
} | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
"mrz": { | ||
"decoder": { | ||
"ID Document": { | ||
"enabled": true | ||
}, | ||
"general": { | ||
"maxThreads": 2, | ||
"decodingSpeed": 1, | ||
"roi_x": 0, | ||
"roi_y": 0, | ||
"roi_w": 100, | ||
"roi_h": 100, | ||
"formattingType": 0, | ||
"duplicatesDelayMs": 0, | ||
"encodingCharacterSet": "", | ||
"multicodeCachingEnabled": true, | ||
"multicodeCachingDuration": 1000, | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": false, | ||
"enableVINRestrictions": false, | ||
"thresholdBetweenDuplicatesScans": 5 | ||
} | ||
}, | ||
"locationLineColor": -65536, | ||
"locationLineWidth": 4, | ||
"roiLineColor": -65536, | ||
"roiLineWidth": 3, | ||
"roiOverlayBackgroundColor": 1711276032, | ||
"closeSessionOnResultEnabled": true, | ||
"imageResultEnabled": false, | ||
"locationInImageResultEnabled": false, | ||
"locationInPreviewEnabled": true, | ||
"pinchToZoomEnabled": false, | ||
"regionOfInterestVisible": false, | ||
"barkoderResolution": 1, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
"gallery_scan": { | ||
"decoder": { | ||
"Aztec": { | ||
"enabled": true | ||
}, | ||
"Aztec Compact": { | ||
"enabled": true | ||
}, | ||
"QR": { | ||
"enabled": true | ||
}, | ||
"QR Micro": { | ||
"enabled": true | ||
}, | ||
"Code 128": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 93": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 39": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0, | ||
"checksum": 0 | ||
}, | ||
"Codabar": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 11": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0, | ||
"checksum": 0 | ||
}, | ||
"MSI": { | ||
"enabled": true, | ||
"minimumLength": 4, | ||
"maximumLength": 0, | ||
"checksum": 1 | ||
}, | ||
"Upc-A": { | ||
"enabled": true | ||
}, | ||
"Upc-E": { | ||
"enabled": true | ||
}, | ||
"Upc-E1": { | ||
"enabled": false | ||
}, | ||
"Ean-13": { | ||
"enabled": true | ||
}, | ||
"Ean-8": { | ||
"enabled": true | ||
}, | ||
"PDF 417": { | ||
"enabled": true | ||
}, | ||
"PDF 417 Micro": { | ||
"enabled": true | ||
}, | ||
"Datamatrix": { | ||
"enabled": true, | ||
"dpmMode": 1 | ||
}, | ||
"Code 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Interleaved 2 of 5": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"ITF 14": { | ||
"enabled": true | ||
}, | ||
"IATA 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Matrix 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Datalogic 25": { | ||
"enabled": false, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"COOP 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 32": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Telepen": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Dotcode": { | ||
"enabled": true | ||
}, | ||
"ID Document": { | ||
"enabled": true | ||
}, | ||
"general": { | ||
"maxThreads": 2, | ||
"decodingSpeed": 3, | ||
"roi_x": 0, | ||
"roi_y": 0, | ||
"roi_w": 100, | ||
"roi_h": 100, | ||
"formattingType": 1, | ||
"encodingCharacterSet": "", | ||
"enableMisshaped1D": true, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false | ||
} | ||
}, | ||
"closeSessionOnResultEnabled": true, | ||
"barkoderResolution": 0, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": false, | ||
"locationInImageResultEnabled": true, | ||
"locationLineWidth": 7 | ||
} | ||
} |
@@ -145,3 +145,3 @@ { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -187,3 +187,3 @@ "pdf_optimized": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -229,3 +229,3 @@ "qr": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -258,4 +258,4 @@ "retail_1d": { | ||
"multicodeCachingDuration": 1000, | ||
"enableMisshaped1D": true, | ||
"upcEanDeblur": false, | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false, | ||
@@ -278,3 +278,3 @@ "thresholdBetweenDuplicatesScans": 5 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -343,3 +343,3 @@ "industrial_1d": { | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": false, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false, | ||
@@ -362,3 +362,3 @@ "thresholdBetweenDuplicatesScans": 5 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -414,3 +414,3 @@ "all_2d": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -454,3 +454,3 @@ "dpm": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -500,3 +500,3 @@ "vin": { | ||
"roiOverlayBackgroundColor": 1711276032, | ||
"closeSessionOnResultEnabled": true, | ||
"closeSessionOnResultEnabled": false, | ||
"imageResultEnabled": false, | ||
@@ -506,6 +506,6 @@ "locationInImageResultEnabled": false, | ||
"pinchToZoomEnabled": false, | ||
"regionOfInterestVisible": false, | ||
"regionOfInterestVisible": true, | ||
"barkoderResolution": 1, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -548,3 +548,3 @@ "dotcode": { | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
@@ -554,3 +554,3 @@ "all_1d": { | ||
"Code 128": { | ||
"enabled": false, | ||
"enabled": true, | ||
"minimumLength": 0, | ||
@@ -682,4 +682,190 @@ "maximumLength": 0 | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": true | ||
} | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
"mrz": { | ||
"decoder": { | ||
"ID Document": { | ||
"enabled": true | ||
}, | ||
"general": { | ||
"maxThreads": 2, | ||
"decodingSpeed": 1, | ||
"roi_x": 0, | ||
"roi_y": 0, | ||
"roi_w": 100, | ||
"roi_h": 100, | ||
"formattingType": 0, | ||
"duplicatesDelayMs": 0, | ||
"encodingCharacterSet": "", | ||
"multicodeCachingEnabled": true, | ||
"multicodeCachingDuration": 1000, | ||
"enableMisshaped1D": false, | ||
"upcEanDeblur": false, | ||
"enableVINRestrictions": false, | ||
"thresholdBetweenDuplicatesScans": 5 | ||
} | ||
}, | ||
"locationLineColor": -65536, | ||
"locationLineWidth": 4, | ||
"roiLineColor": -65536, | ||
"roiLineWidth": 3, | ||
"roiOverlayBackgroundColor": 1711276032, | ||
"closeSessionOnResultEnabled": true, | ||
"imageResultEnabled": false, | ||
"locationInImageResultEnabled": false, | ||
"locationInPreviewEnabled": true, | ||
"pinchToZoomEnabled": false, | ||
"regionOfInterestVisible": false, | ||
"barkoderResolution": 1, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": false | ||
}, | ||
"gallery_scan": { | ||
"decoder": { | ||
"Aztec": { | ||
"enabled": true | ||
}, | ||
"Aztec Compact": { | ||
"enabled": true | ||
}, | ||
"QR": { | ||
"enabled": true | ||
}, | ||
"QR Micro": { | ||
"enabled": true | ||
}, | ||
"Code 128": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 93": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 39": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0, | ||
"checksum": 0 | ||
}, | ||
"Codabar": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 11": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0, | ||
"checksum": 0 | ||
}, | ||
"MSI": { | ||
"enabled": true, | ||
"minimumLength": 4, | ||
"maximumLength": 0, | ||
"checksum": 1 | ||
}, | ||
"Upc-A": { | ||
"enabled": true | ||
}, | ||
"Upc-E": { | ||
"enabled": true | ||
}, | ||
"Upc-E1": { | ||
"enabled": false | ||
}, | ||
"Ean-13": { | ||
"enabled": true | ||
}, | ||
"Ean-8": { | ||
"enabled": true | ||
}, | ||
"PDF 417": { | ||
"enabled": true | ||
}, | ||
"PDF 417 Micro": { | ||
"enabled": true | ||
}, | ||
"Datamatrix": { | ||
"enabled": true, | ||
"dpmMode": 1 | ||
}, | ||
"Code 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Interleaved 2 of 5": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"ITF 14": { | ||
"enabled": true | ||
}, | ||
"IATA 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Matrix 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Datalogic 25": { | ||
"enabled": false, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"COOP 25": { | ||
"enabled": true, | ||
"checksum": 0, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Code 32": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Telepen": { | ||
"enabled": true, | ||
"minimumLength": 0, | ||
"maximumLength": 0 | ||
}, | ||
"Dotcode": { | ||
"enabled": true | ||
}, | ||
"ID Document": { | ||
"enabled": true | ||
}, | ||
"general": { | ||
"maxThreads": 2, | ||
"decodingSpeed": 3, | ||
"roi_x": 0, | ||
"roi_y": 0, | ||
"roi_w": 100, | ||
"roi_h": 100, | ||
"formattingType": 1, | ||
"encodingCharacterSet": "", | ||
"enableMisshaped1D": true, | ||
"upcEanDeblur": true, | ||
"enableVINRestrictions": false | ||
} | ||
}, | ||
"closeSessionOnResultEnabled": true, | ||
"barkoderResolution": 0, | ||
"beepOnSuccessEnabled": true, | ||
"vibrateOnSuccessEnabled": false, | ||
"locationInImageResultEnabled": true, | ||
"locationLineWidth": 7 | ||
} | ||
} |
{ | ||
"name": "barkoder-capacitor", | ||
"version": "1.3.1", | ||
"version": "1.5.1", | ||
"description": "Capacitor plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
82862264
96
32797
2