barkoder-cordova
Advanced tools
Comparing version 1.3.2 to 1.5.1
{ | ||
"name": "barkoder-cordova", | ||
"version": "1.3.2", | ||
"version": "1.5.1", | ||
"description": "Cordova plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -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 | ||
} | ||
} |
@@ -68,3 +68,4 @@ export enum DecodingSpeed { | ||
telepen, | ||
dotcode | ||
dotcode, | ||
idDocument | ||
} | ||
@@ -124,2 +125,3 @@ | ||
dotcode?: BarcodeConfig; | ||
idDocument?: BarcodeConfig; | ||
general?: GeneralSettings; | ||
@@ -126,0 +128,0 @@ |
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
82750852
77
31797