New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scandit-capacitor-datacapture-barcode

Package Overview
Dependencies
Maintainers
3
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-capacitor-datacapture-barcode - npm Package Compare versions

Comparing version 6.28.1 to 7.0.0-beta.1

dist/dts/ts/BarcodeBatchAdvancedOverlay.d.ts

24

dist/dts/definitions.d.ts

@@ -6,4 +6,4 @@ export { Barcode, Checksum, CompositeFlag, CompositeType, EncodingRange, LocalizedOnlyBarcode, Range, Symbology, SymbologyDescription, SymbologySettings, TrackedBarcode, TargetBarcode } from 'scandit-datacapture-frameworks-barcode';

export { BarcodeSelectionFreezeBehavior, BarcodeSelectionManualSelectionStrategy, BarcodeSelectionSession, BarcodeSelectionTapBehavior, BarcodeSelectionTapSelection } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeTracking, BarcodeTrackingScenario, BarcodeTrackingSettings } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeTrackingBasicOverlay, BarcodeTrackingBasicOverlayStyle, BarcodeTrackingSession } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeBatch, BarcodeBatchScenario, BarcodeBatchSettings } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeBatchBasicOverlay, BarcodeBatchBasicOverlayStyle, BarcodeBatchSession } from 'scandit-datacapture-frameworks-barcode';
export { TrackedBarcodeView, } from './ts/TrackedBarcodeView';

@@ -15,13 +15,13 @@ export { BarcodeCount, BarcodeCountFeedback, BarcodeCountSession, BarcodeCountSettings, BarcodeCountViewStyle } from 'scandit-datacapture-frameworks-barcode';

export { BarcodeFilterSettings, BarcodeFilterHighlightType, BarcodeFilterHighlightSettingsBrush } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeTrackingBasicOverlayListener, BarcodeSelectionListener, BarcodeCountCaptureListListener } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeBatchBasicOverlayListener, BarcodeSelectionListener, BarcodeCountCaptureListListener } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeSelectionType, BarcodeCountListener, BarcodeCaptureListener, BarcodeFilterHighlightSettings } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeTrackingListener, BarcodeSelectionStrategy, StructuredAppendData } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeBatchListener, BarcodeSelectionStrategy, StructuredAppendData } from 'scandit-datacapture-frameworks-barcode';
export { ArucoDictionary, ArucoDictionaryPreset, ArucoMarker } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeTrackingAdvancedOverlayListener } from './ts/BarcodeTrackingAdvancedOverlayListener';
export { BarcodeTrackingAdvancedOverlay } from './ts/BarcodeTrackingAdvancedOverlay';
export { BarcodeBatchAdvancedOverlayListener } from './ts/BarcodeBatchAdvancedOverlayListener';
export { BarcodeBatchAdvancedOverlay } from './ts/BarcodeBatchAdvancedOverlay';
export { BarcodeFind, BarcodeFindFeedback, BarcodeFindItem, BarcodeFindItemContent, BarcodeFindItemSearchOptions } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeFindListener, BarcodeFindSettings, BarcodeFindViewSettings, BarcodeFindViewUiListener, BarcodeFindTransformer } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeFindView } from './ts/BarcodeFindView';
export { SparkScan, SparkScanFeedback, SparkScanListener, SparkScanPreviewBehavior, SparkScanScanningBehavior, SparkScanScanningMode, SparkScanScanningModeDefault, SparkScanScanningModeTarget, SparkScanViewHandMode } from 'scandit-datacapture-frameworks-barcode';
export { SparkScanSettings, SparkScanViewSettings, SparkScanViewFeedback, SparkScanViewErrorFeedback, SparkScanViewSuccessFeedback, SparkScanScanningPrecision, SparkScanSession, SparkScanToastSettings, BatterySavingMode } from 'scandit-datacapture-frameworks-barcode';
export { SparkScan, SparkScanListener, SparkScanPreviewBehavior, SparkScanScanningBehavior, SparkScanScanningMode, SparkScanScanningModeDefault, SparkScanScanningModeTarget } from 'scandit-datacapture-frameworks-barcode';
export { SparkScanSettings, SparkScanViewState, SparkScanViewSettings, SparkScanSession, SparkScanToastSettings, BatterySavingMode, SparkScanMiniPreviewSize } from 'scandit-datacapture-frameworks-barcode';
export { SparkScanBarcodeFeedback, SparkScanBarcodeSuccessFeedback, SparkScanBarcodeErrorFeedback, SparkScanFeedbackDelegate, SparkScanViewUiListener } from 'scandit-datacapture-frameworks-barcode';

@@ -33,2 +33,4 @@ export { SparkScanView } from './ts/SparkScanView';

export { Dot, DotWithIcons, Rectangular, RectangularWithIcons, BarcodePickStatusIconSettings } from 'scandit-datacapture-frameworks-barcode';
export { BarcodeGenerator, BarcodeGeneratorBuilder, Code39BarcodeGeneratorBuilder, Code128BarcodeGeneratorBuilder, Ean13BarcodeGeneratorBuilder } from 'scandit-datacapture-frameworks-barcode';
export { UpcaBarcodeGeneratorBuilder, InterleavedTwoOfFiveBarcodeGeneratorBuilder, QrCodeBarcodeGeneratorBuilder, DataMatrixBarcodeGeneratorBuilder, QrCodeErrorCorrectionLevel, AztecBarcodeGeneratorBuilder } from 'scandit-datacapture-frameworks-barcode';
export type Optional<T> = T | null;

@@ -153,2 +155,5 @@ export interface SymbologySettingsJSON {

}): Promise<void>;
updateBarcodeSelectionFeedback(data: {
feedbackJson: string;
}): Promise<void>;
}

@@ -232,5 +237,2 @@ export interface ScanditBarcodeFindNativeInterface {

stopSparkScanViewScanning(): Promise<void>;
emitSparkScanViewFeedback(data: {
feedback: string;
}): Promise<void>;
finishSparkScanDidUpdateSessionCallback(data: {

@@ -237,0 +239,0 @@ enabled: boolean;

@@ -105,2 +105,6 @@ import { BarcodeCount } from 'scandit-datacapture-frameworks-barcode';

set torchControlPosition(newValue: Anchor);
get tapToUncountEnabled(): boolean;
set tapToUncountEnabled(newValue: boolean);
get textForTapToUncountHint(): string;
set textForTapToUncountHint(newValue: string);
private _barcodeCount;

@@ -155,2 +159,4 @@ private _context;

private _torchControlPosition;
private _tapToUncountEnabled;
private _textForTapToUncountHint;
private htmlElement;

@@ -184,2 +190,3 @@ private _htmlElementState;

private _hide;
toJSON(): object;
}

@@ -13,2 +13,3 @@ import { BarcodeSelectionProxy } from 'scandit-datacapture-frameworks-barcode';

applyBarcodeSelectionModeSettings(newSettingsJson: string): Promise<void>;
updateFeedback(feedbackJson: string): Promise<void>;
}

@@ -8,11 +8,11 @@ import { BarcodeDefaults } from 'scandit-datacapture-frameworks-barcode';

FinishBarcodeCaptureDidUpdateSession = "finishBarcodeCaptureDidUpdateSession",
SubscribeBarcodeTrackingListener = "subscribeBarcodeTrackingListener",
UnsubscribeBarcodeTrackingListener = "unsubscribeBarcodeTrackingListener",
FinishBarcodeTrackingDidUpdateSession = "finishBarcodeTrackingDidUpdateSession",
SubscribeBarcodeTrackingBasicOverlayListener = "subscribeBarcodeTrackingBasicOverlayListener",
UnsubscribeBarcodeTrackingBasicOverlayListener = "unsubscribeBarcodeTrackingBasicOverlayListener",
SubscribeBarcodeBatchListener = "subscribeBarcodeBatchListener",
UnsubscribeBarcodeBatchListener = "unsubscribeBarcodeBatchListener",
FinishBarcodeBatchDidUpdateSession = "finishBarcodeBatchDidUpdateSession",
SubscribeBarcodeBatchBasicOverlayListener = "subscribeBarcodeBatchBasicOverlayListener",
UnsubscribeBarcodeBatchBasicOverlayListener = "unsubscribeBarcodeBatchBasicOverlayListener",
SetBrushForTrackedBarcode = "setBrushForTrackedBarcode",
ClearTrackedBarcodeBrushes = "clearTrackedBarcodeBrushes",
SubscribeBarcodeTrackingAdvancedOverlayListener = "subscribeBarcodeTrackingAdvancedOverlayListener",
UnsubscribeBarcodeTrackingAdvancedOverlayListener = "unsubscribeBarcodeTrackingAdvancedOverlayListener",
SubscribeBarcodeBatchAdvancedOverlayListener = "subscribeBarcodeBatchAdvancedOverlayListener",
UnsubscribeBarcodeBatchAdvancedOverlayListener = "unsubscribeBarcodeBatchAdvancedOverlayListener",
SetViewForTrackedBarcode = "setViewForTrackedBarcode",

@@ -25,3 +25,3 @@ SetAnchorForTrackedBarcode = "setAnchorForTrackedBarcode",

ResetBarcodeCaptureSession = "resetBarcodeCaptureSession",
ResetBarcodeTrackingSession = "resetBarcodeTrackingSession",
ResetBarcodeBatchSession = "resetBarcodeBatchSession",
ResetBarcodeSelectionSession = "resetBarcodeSelectionSession",

@@ -37,10 +37,14 @@ ResetBarcodeSelection = "resetBarcodeSelection",

SetBarcodeCaptureModeEnabledState = "setBarcodeCaptureModeEnabledState",
SetBarcodeTrackingModeEnabledState = "setBarcodeTrackingModeEnabledState",
SetBarcodeBatchModeEnabledState = "setBarcodeBatchModeEnabledState",
UpdateBarcodeCaptureOverlay = "updateBarcodeCaptureOverlay",
UpdateBarcodeCaptureMode = "updateBarcodeCaptureMode",
ApplyBarcodeCaptureModeSettings = "applyBarcodeCaptureModeSettings",
UpdateBarcodeTrackingBasicOverlay = "updateBarcodeTrackingBasicOverlay",
UpdateBarcodeTrackingAdvancedOverlay = "updateBarcodeTrackingAdvancedOverlay",
UpdateBarcodeTrackingMode = "updateBarcodeTrackingMode",
ApplyBarcodeTrackingModeSettings = "applyBarcodeTrackingModeSettings"
UpdateBarcodeBatchBasicOverlay = "updateBarcodeBatchBasicOverlay",
UpdateBarcodeBatchAdvancedOverlay = "updateBarcodeBatchAdvancedOverlay",
UpdateBarcodeBatchMode = "updateBarcodeBatchMode",
ApplyBarcodeBatchModeSettings = "applyBarcodeBatchModeSettings",
CreateBarcodeGenerator = "createBarcodeGenerator",
DisposeBarcodeGenerator = "disposeBarcodeGenerator",
GenerateFromBase64EncodedData = "generateFromBase64EncodedData",
GenerateFromString = "generateFromString"
}

@@ -47,0 +51,0 @@ export declare const Capacitor: {

import { BaseNativeProxy } from 'scandit-datacapture-frameworks-core';
import { SparkScanViewProxy } from 'scandit-datacapture-frameworks-barcode';
export declare class NativeSparkScanViewProxy extends BaseNativeProxy implements SparkScanViewProxy {
private fastFindButtonTappedListenerHandler;
private barcodeCountButtonTappedListenerHandler;
private feedbackForBarcodeHandler;
private barcodeFindButtonTappedListenerHandler;
private didChangeViewStateHandler;
private nativeEventSubscriptions;

@@ -14,3 +14,2 @@ updateSparkScanView(viewJson: string): Promise<void>;

hideSparkScanView(): Promise<void>;
emitSparkScanViewFeedback(feedbackJson: string): Promise<void>;
registerSparkScanViewListenerEvents(): void;

@@ -17,0 +16,0 @@ unregisterSparkScanViewListenerEvents(): Promise<void>;

import { Brush, Color, DataCaptureContext } from 'scandit-datacapture-frameworks-core';
import { SparkScan, SparkScanFeedbackDelegate, SparkScanViewFeedback, SparkScanViewSettings, SparkScanViewUiListener } from 'scandit-datacapture-frameworks-barcode';
import { SparkScan, SparkScanFeedbackDelegate, SparkScanViewSettings, SparkScanViewUiListener } from 'scandit-datacapture-frameworks-barcode';
export declare class SparkScanView {

@@ -10,12 +10,2 @@ private baseSparkScanView;

private constructor();
/**
* @deprecated This property is deprecated as it's no longer needed.
*/
get shouldShowScanAreaGuides(): boolean;
/**
* @deprecated This property is deprecated as it's no longer needed.
*/
set shouldShowScanAreaGuides(newValue: boolean);
get brush(): Brush;
set brush(newValue: Brush);
get previewSizeControlVisible(): boolean;

@@ -27,14 +17,4 @@ set previewSizeControlVisible(newValue: boolean);

set scanningBehaviorButtonVisible(newValue: boolean);
get handModeButtonVisible(): boolean;
set handModeButtonVisible(newValue: boolean);
get barcodeCountButtonVisible(): boolean;
set barcodeCountButtonVisible(newValue: boolean);
/**
* @deprecated This property was renamed. Use the property `barcodeFindButtonVisible` instead.
*/
get fastFindButtonVisible(): boolean;
/**
* @deprecated This property was renamed. Use the property `barcodeFindButtonVisible` instead.
*/
set fastFindButtonVisible(newValue: boolean);
get barcodeFindButtonVisible(): boolean;

@@ -45,30 +25,56 @@ set barcodeFindButtonVisible(newValue: boolean);

/**
* @deprecated This property is deprecated as sound mode button will be removed in the future.
* @deprecated The trigger button no longer displays text.
*/
get soundModeButtonVisible(): boolean;
get stopCapturingText(): string | null;
/**
* @deprecated This property is deprecated as sound mode button will be removed in the future.
* @deprecated The trigger button no longer displays text.
*/
set soundModeButtonVisible(newValue: boolean);
set stopCapturingText(newValue: string | null);
/**
* @deprecated This property is deprecated as haptic mode button will be removed in the future.
* @deprecated The trigger button no longer displays text.
*/
get hapticModeButtonVisible(): boolean;
get startCapturingText(): string | null;
/**
* @deprecated This property is deprecated as haptic mode button will be removed in the future.
* @deprecated The trigger button no longer displays text.
*/
set hapticModeButtonVisible(newValue: boolean);
get stopCapturingText(): string | null;
set stopCapturingText(newValue: string | null);
get startCapturingText(): string | null;
set startCapturingText(newValue: string | null);
/**
* @deprecated The trigger button no longer displays text.
*/
get resumeCapturingText(): string | null;
/**
* @deprecated The trigger button no longer displays text.
*/
set resumeCapturingText(newValue: string | null);
/**
* @deprecated The trigger button no longer displays text.
*/
get scanningCapturingText(): string | null;
/**
* @deprecated The trigger button no longer displays text.
*/
set scanningCapturingText(newValue: string | null);
/**
* @deprecated This property is not relevant anymore.
*/
get captureButtonActiveBackgroundColor(): Color | null;
/**
* @deprecated This property is not relevant anymore.
*/
set captureButtonActiveBackgroundColor(newValue: Color | null);
/**
* @deprecated use triggerButtonCollapsedColor and triggerButtonExpandedColor instead.
*/
get captureButtonBackgroundColor(): Color | null;
/**
* @deprecated use triggerButtonCollapsedColor and triggerButtonExpandedColor instead.
*/
set captureButtonBackgroundColor(newValue: Color | null);
/**
* @deprecated use triggerButtonTintColor instead.
*/
get captureButtonTintColor(): Color | null;
/**
* @deprecated use triggerButtonTintColor instead.
*/
set captureButtonTintColor(newValue: Color | null);

@@ -81,9 +87,20 @@ get toolbarBackgroundColor(): Color | null;

set toolbarIconInactiveTintColor(newValue: Color | null);
get targetModeHintText(): string | null;
set targetModeHintText(newValue: string | null);
get shouldShowTargetModeHint(): boolean;
set shouldShowTargetModeHint(newValue: boolean);
get cameraSwitchButtonVisible(): boolean;
set cameraSwitchButtonVisible(newValue: boolean);
emitFeedback(feedback: SparkScanViewFeedback): void;
get torchControlVisible(): boolean;
set torchControlVisible(newValue: boolean);
get previewCloseControlVisible(): boolean;
set previewCloseControlVisible(newValue: boolean);
get triggerButtonAnimationColor(): Color | null;
set triggerButtonAnimationColor(newValue: Color | null);
get triggerButtonExpandedColor(): Color | null;
set triggerButtonExpandedColor(newValue: Color | null);
get triggerButtonCollapsedColor(): Color | null;
set triggerButtonCollapsedColor(newValue: Color | null);
get triggerButtonTintColor(): Color | null;
set triggerButtonTintColor(newValue: Color | null);
get triggerButtonVisible(): boolean;
set triggerButtonVisible(newValue: boolean);
get triggerButtonImage(): string | null;
set triggerButtonImage(newValue: string | null);
prepareScanning(): void;

@@ -90,0 +107,0 @@ startScanning(): void;

{
"name": "scandit-capacitor-datacapture-barcode",
"version": "6.28.1",
"version": "7.0.0-beta.1",
"description": "Scandit Data Capture SDK for Capacitor",

@@ -26,5 +26,5 @@ "license": "Apache-2.0",

"dependencies": {
"scandit-capacitor-datacapture-core": "6.28.1",
"scandit-datacapture-frameworks-barcode": "6.28.1",
"scandit-datacapture-frameworks-core": "6.28.1"
"scandit-capacitor-datacapture-core": "7.0.0-beta.1",
"scandit-datacapture-frameworks-barcode": "7.0.0-beta.1",
"scandit-datacapture-frameworks-core": "7.0.0-beta.1"
},

@@ -31,0 +31,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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc