scandit-cordova-datacapture-text
Advanced tools
Comparing version 6.10.0-beta.2 to 6.10.0
{ | ||
"name": "scandit-cordova-datacapture-text", | ||
"version": "6.10.0-beta.2", | ||
"version": "6.10.0", | ||
"description": "Scandit Data Capture SDK for Cordova", | ||
@@ -28,3 +28,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"typescript": "^3.4.5", | ||
"typescript": "^3.7.7", | ||
"@types/jest": "^24.0.13", | ||
@@ -31,0 +31,0 @@ "cordova-paramedic": "https://github.com/apache/cordova-paramedic.git", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CapturedText = void 0; | ||
/// <amd-module name="scandit-cordova-datacapture-text.CapturedText"/> | ||
@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CordovaFunction = exports.Cordova = void 0; | ||
/// <amd-module name="scandit-cordova-datacapture-text.Cordova"/> | ||
@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defaultsFromJSON = void 0; | ||
/// <amd-module name="scandit-cordova-datacapture-text.Defaults"/> | ||
@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TextCaptureListenerProxy = void 0; | ||
const TextCapture_Related_1 = require("scandit-cordova-datacapture-text.TextCapture+Related"); | ||
@@ -4,0 +5,0 @@ const Cordova_1 = require("scandit-cordova-datacapture-text.Cordova"); |
@@ -12,5 +12,5 @@ declare module Scandit { | ||
private _value; | ||
readonly value: string; | ||
get value(): string; | ||
private _location; | ||
readonly location: Quadrilateral; | ||
get location(): Quadrilateral; | ||
private static fromJSON; | ||
@@ -25,6 +25,8 @@ } | ||
export class TextCapture implements DataCaptureMode { | ||
isEnabled: boolean; | ||
readonly context: DataCaptureContext | null; | ||
static readonly recommendedCameraSettings: CameraSettings; | ||
feedback: TextCaptureFeedback; | ||
get isEnabled(): boolean; | ||
set isEnabled(isEnabled: boolean); | ||
get context(): DataCaptureContext | null; | ||
static get recommendedCameraSettings(): CameraSettings; | ||
get feedback(): TextCaptureFeedback; | ||
set feedback(feedback: TextCaptureFeedback); | ||
private type; | ||
@@ -55,5 +57,5 @@ private _isEnabled; | ||
private _newlyCapturedTexts; | ||
readonly newlyCapturedTexts: CapturedText[]; | ||
get newlyCapturedTexts(): CapturedText[]; | ||
private _frameSequenceID; | ||
readonly frameSequenceID: number; | ||
get frameSequenceID(): number; | ||
private static fromJSON; | ||
@@ -69,3 +71,3 @@ } | ||
success: Feedback; | ||
static readonly default: TextCaptureFeedback; | ||
static get default(): TextCaptureFeedback; | ||
} | ||
@@ -80,7 +82,10 @@ interface PrivateTextCaptureOverlay { | ||
private _viewfinder; | ||
static readonly defaultBrush: Brush; | ||
static get defaultBrush(): Brush; | ||
private _brush; | ||
brush: Brush; | ||
viewfinder: Viewfinder | null; | ||
shouldShowScanAreaGuides: boolean; | ||
get brush(): Brush; | ||
set brush(newBrush: Brush); | ||
get viewfinder(): Viewfinder | null; | ||
set viewfinder(newViewfinder: Viewfinder | null); | ||
get shouldShowScanAreaGuides(): boolean; | ||
set shouldShowScanAreaGuides(shouldShow: boolean); | ||
static withTextCapture(textCapture: TextCapture): TextCaptureOverlay; | ||
@@ -87,0 +92,0 @@ static withTextCaptureForView(textCapture: TextCapture, view: DataCaptureView | null): TextCaptureOverlay; |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TextCapture = void 0; | ||
/// <amd-module name="scandit-cordova-datacapture-text.TextCapture"/> | ||
@@ -11,0 +12,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TextCaptureOverlay = exports.TextCaptureFeedback = exports.TextCaptureSession = void 0; | ||
/// <amd-module name="scandit-cordova-datacapture-text.TextCapture+Related"/> | ||
@@ -11,0 +12,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TextCaptureSettings = void 0; | ||
const Cordova_1 = require("scandit-cordova-datacapture-text.Cordova"); | ||
@@ -11,0 +12,0 @@ const LocationSelection_1 = require("scandit-cordova-datacapture-core.LocationSelection"); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
59043
544
1