scandit-datacapture-frameworks-barcode
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -8,2 +8,4 @@ import { Anchor, CameraSettings, DataCaptureContext } from "scandit-datacapture-frameworks-core"; | ||
export declare class BaseBarcodeFindView { | ||
private isViewCreated; | ||
private autoCreateNativeView; | ||
private _dataCaptureContext; | ||
@@ -20,3 +22,3 @@ private _barcodeFind; | ||
get context(): DataCaptureContext; | ||
constructor(context: DataCaptureContext, barcodeFind: BarcodeFind, barcodeFindViewSettings?: BarcodeFindViewSettings, cameraSettings?: CameraSettings); | ||
constructor(context: DataCaptureContext, barcodeFind: BarcodeFind, barcodeFindViewSettings?: BarcodeFindViewSettings, cameraSettings?: CameraSettings, autoCreateNativeView?: boolean); | ||
initialize(nativeView?: BarcodeFindView): void; | ||
@@ -34,2 +36,4 @@ static forMode(dataCaptureContext: DataCaptureContext, barcodeFind: BarcodeFind): BaseBarcodeFindView; | ||
hide(): Promise<void>; | ||
createNativeView(): Promise<void>; | ||
removeNativeView(): Promise<void>; | ||
get shouldShowUserGuidanceView(): boolean; | ||
@@ -36,0 +40,0 @@ set shouldShowUserGuidanceView(value: boolean); |
@@ -18,2 +18,3 @@ import { BaseController } from "scandit-datacapture-frameworks-core"; | ||
createView(id: number | null, json: string): Promise<void>; | ||
removeView?(): Promise<void>; | ||
showView(): Promise<void>; | ||
@@ -23,2 +24,3 @@ hideView(): Promise<void>; | ||
export declare class BarcodeFindViewController extends BaseController<BarcodeFindViewProxy> { | ||
private autoCreateNativeView; | ||
private baseView; | ||
@@ -28,3 +30,3 @@ private nativeView?; | ||
private constructor(); | ||
static forBarcodeFindView(baseView: BaseBarcodeFindView, nativeView?: BarcodeFindView): BarcodeFindViewController; | ||
static forBarcodeFindView(baseView: BaseBarcodeFindView, nativeView?: BarcodeFindView, autoCreateNativeView?: boolean): BarcodeFindViewController; | ||
setUiListener(listener: BarcodeFindViewUiListener | null): Promise<void>; | ||
@@ -39,2 +41,4 @@ viewPaused(): Promise<void>; | ||
hideView(): Promise<void>; | ||
createNativeView(): Promise<void>; | ||
removeNativeView(): Promise<void>; | ||
private create; | ||
@@ -41,0 +45,0 @@ private initialize; |
@@ -33,3 +33,3 @@ import { BaseController } from "scandit-datacapture-frameworks-core"; | ||
private hasFeedbackDelegateListener; | ||
static forSparkScanView(view: BaseSparkScanView, sparkScan: SparkScan): SparkScanViewController; | ||
static forSparkScanView(view: BaseSparkScanView, sparkScan: SparkScan, autoCreateNativeView?: boolean): SparkScanViewController; | ||
private constructor(); | ||
@@ -36,0 +36,0 @@ private initialize; |
@@ -34,3 +34,3 @@ import { Brush, Color, DataCaptureContext } from "scandit-datacapture-frameworks-core"; | ||
private _previewCloseControlVisible; | ||
static forContext(context: DataCaptureContext, sparkScan: SparkScan, settings: SparkScanViewSettings | null): BaseSparkScanView; | ||
static forContext(context: DataCaptureContext, sparkScan: SparkScan, settings: SparkScanViewSettings | null, autoCreateNativeView?: boolean): BaseSparkScanView; | ||
static get defaultBrush(): Brush; | ||
@@ -37,0 +37,0 @@ private constructor(); |
{ | ||
"name": "scandit-datacapture-frameworks-barcode", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Barcode common package", | ||
@@ -20,4 +20,4 @@ "author": { | ||
"dependencies": { | ||
"scandit-datacapture-frameworks-core": "7.0.0" | ||
"scandit-datacapture-frameworks-core": "7.0.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
662959
9621
+ Addedscandit-datacapture-frameworks-core@7.0.1(transitive)
- Removedscandit-datacapture-frameworks-core@7.0.0(transitive)