scandit-capacitor-datacapture-barcode
Advanced tools
Comparing version 6.18.0-beta.1 to 6.18.0-beta.2
@@ -234,7 +234,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
get identifier() { return this._identifier; } | ||
get shouldAnimateFromPreviousToNextState() { return this._shouldAnimateFromPreviousToNextState; } | ||
get shouldAnimateFromPreviousToNextState() { | ||
// tslint:disable-next-line:no-console | ||
console.warn('shouldAnimateFromPreviousToNextState is deprecated and returns "false" when accessed'); | ||
return false; | ||
} | ||
static fromJSON(json) { | ||
const trackedBarcode = new TrackedBarcode(); | ||
trackedBarcode._identifier = json.identifier; | ||
trackedBarcode._shouldAnimateFromPreviousToNextState = json.shouldAnimateFromPreviousToNextState; | ||
trackedBarcode._barcode = Barcode.fromJSON(json.barcode); | ||
@@ -241,0 +244,0 @@ trackedBarcode._location = Quadrilateral.fromJSON(json.location); |
{ | ||
"name": "scandit-capacitor-datacapture-barcode", | ||
"version": "6.18.0-beta.1", | ||
"version": "6.18.0-beta.2", | ||
"description": "Scandit Data Capture SDK for Capacitor", | ||
@@ -25,3 +25,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"scandit-capacitor-datacapture-core": "6.18.0-beta.1" | ||
"scandit-capacitor-datacapture-core": "6.18.0-beta.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13240
1525056
+ Addedscandit-capacitor-datacapture-core@6.18.0-beta.2(transitive)
- Removedscandit-capacitor-datacapture-core@6.18.0-beta.1(transitive)