scandit-web-datacapture-core
Version:
Scandit Data Capture SDK for the Web
7 lines (4 loc) • 1.69 kB
JavaScript
import { d } from './chunk-5Y4OYXNX.js';
import { n, l, d as d$1 } from './chunk-N4NOODAT.js';
var s=class{constructor(i,e){this.type="rectangular";this._disabledColor=n.fromRGBA(0,0,0,0);let n$1=i!=null?i:d.RectangularViewfinder.defaultStyle;this._style=d.RectangularViewfinder.styles[n$1].style,this._lineStyle=d.RectangularViewfinder.styles[n$1].lineStyle,this._dimming=d.RectangularViewfinder.styles[n$1].dimming,this._animation=d.RectangularViewfinder.styles[n$1].animation,this.color=d.RectangularViewfinder.styles[n$1].color,this._sizeWithUnitAndAspect=d.RectangularViewfinder.styles[n$1].size,e!==void 0&&(this._lineStyle=e);}get animation(){return this._animation}set animation(i){this._animation=i;}get dimming(){return this._dimming}set dimming(i){this._dimming=i;}get lineStyle(){return this._lineStyle}get sizeWithUnitAndAspect(){return this._sizeWithUnitAndAspect}get style(){return this._style}get disabledColor(){return this._disabledColor}set disabledColor(i){this._disabledColor=i;}setHeightAndAspectRatio(i,e){this._sizeWithUnitAndAspect=l.sizeWithHeightAndAspectRatio(i,e);}setShorterDimensionAndAspectRatio(i,e){this._sizeWithUnitAndAspect=l.sizeWithShorterDimensionAndAspectRatio(new d$1(i,"fraction"),e);}setSize(i){this._sizeWithUnitAndAspect=l.sizeWithWidthAndHeight(i);}setWidthAndAspectRatio(i,e){this._sizeWithUnitAndAspect=l.sizeWithWidthAndAspectRatio(i,e);}toJSONObject(){return {type:this.type,color:this.color.toJSON(),style:this.style,lineStyle:this.lineStyle,dimming:this.dimming,animation:this.animation?this.animation.toJSONObject():null,size:this.sizeWithUnitAndAspect.toJSONObject(),disabledColor:this._disabledColor.toJSON()}}};
export { s as a };