@mescius/wijmo.angular2.barcode.common 5.20232.939
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +213 -0
- package/es5-esm.js +213 -0
- package/index.d.ts +856 -0
- package/index.js +214 -0
- package/package.json +46 -0
package/es2015-esm.js
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import * as ɵngcc0 from '@angular/core';
|
|
15
|
+
var WjBarcodeCodabar_1,WjBarcodeEan8_1,WjBarcodeEan13_1,WjBarcodeCode39_1,WjBarcodeCode128_1,WjBarcodeGs1_128_1,WjBarcodeUpcA_1,WjBarcodeUpcE0_1,WjBarcodeUpcE1_1,WjBarcodeQrCode_1,__decorate=this&&this.__decorate||function(e,t,o,r){var a,i=arguments.length,n=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,o,r);else for(var d=e.length-1;d>=0;d--)(a=e[d])&&(n=(i<3?a(n):i>3?a(t,o,n):a(t,o))||n);return i>3&&n&&Object.defineProperty(t,o,n),n},__param=this&&this.__param||function(e,t){return function(o,r){t(o,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";var wjBarcodeCodabarMeta={selector:"wj-barcode-codabar",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCodabarMeta};let WjBarcodeCodabar=WjBarcodeCodabar_1=class WjBarcodeCodabar extends wjcBarcodeCommon.Codabar{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
16
|
+
WjBarcodeCodabar.ɵfac = function WjBarcodeCodabar_Factory(t) { return new (t || WjBarcodeCodabar)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
+
WjBarcodeCodabar.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCodabar, selectors: [["wj-barcode-codabar"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", labelPosition: "labelPosition", nwRatio: "nwRatio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCodabar_1) }, ...wjBarcodeCodabarMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCodabar_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCodabar.meta={outputs:wjBarcodeCodabarMeta.outputs};WjBarcodeCodabar=WjBarcodeCodabar_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCodabar);export{WjBarcodeCodabar};var wjBarcodeEan8Meta={selector:"wj-barcode-ean8",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan8Meta};let WjBarcodeEan8=WjBarcodeEan8_1=class WjBarcodeEan8 extends wjcBarcodeCommon.Ean8{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
18
|
+
WjBarcodeEan8.ɵfac = function WjBarcodeEan8_Factory(t) { return new (t || WjBarcodeEan8)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
19
|
+
WjBarcodeEan8.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan8, selectors: [["wj-barcode-ean8"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeEan8_1) }, ...wjBarcodeEan8Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeEan8_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeEan8.meta={outputs:wjBarcodeEan8Meta.outputs};WjBarcodeEan8=WjBarcodeEan8_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan8);export{WjBarcodeEan8};var wjBarcodeEan13Meta={selector:"wj-barcode-ean13",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan13Meta};let WjBarcodeEan13=WjBarcodeEan13_1=class WjBarcodeEan13 extends wjcBarcodeCommon.Ean13{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
20
|
+
WjBarcodeEan13.ɵfac = function WjBarcodeEan13_Factory(t) { return new (t || WjBarcodeEan13)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
21
|
+
WjBarcodeEan13.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan13, selectors: [["wj-barcode-ean13"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition", addOn: "addOn", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeEan13_1) }, ...wjBarcodeEan13Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeEan13_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeEan13.meta={outputs:wjBarcodeEan13Meta.outputs};WjBarcodeEan13=WjBarcodeEan13_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan13);export{WjBarcodeEan13};var wjBarcodeCode39Meta={selector:"wj-barcode-code39",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode39Meta};let WjBarcodeCode39=WjBarcodeCode39_1=class WjBarcodeCode39 extends wjcBarcodeCommon.Code39{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
22
|
+
WjBarcodeCode39.ɵfac = function WjBarcodeCode39_Factory(t) { return new (t || WjBarcodeCode39)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
23
|
+
WjBarcodeCode39.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode39, selectors: [["wj-barcode-code39"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition", nwRatio: "nwRatio", labelWithStartAndStopCharacter: "labelWithStartAndStopCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode39_1) }, ...wjBarcodeCode39Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode39_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode39.meta={outputs:wjBarcodeCode39Meta.outputs};WjBarcodeCode39=WjBarcodeCode39_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode39);export{WjBarcodeCode39};var wjBarcodeCode128Meta={selector:"wj-barcode-code128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode128Meta};let WjBarcodeCode128=WjBarcodeCode128_1=class WjBarcodeCode128 extends wjcBarcodeCommon.Code128{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
24
|
+
WjBarcodeCode128.ɵfac = function WjBarcodeCode128_Factory(t) { return new (t || WjBarcodeCode128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
25
|
+
WjBarcodeCode128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode128, selectors: [["wj-barcode-code128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", codeSet: "codeSet", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode128_1) }, ...wjBarcodeCode128Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode128_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode128.meta={outputs:wjBarcodeCode128Meta.outputs};WjBarcodeCode128=WjBarcodeCode128_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode128);export{WjBarcodeCode128};var wjBarcodeGs1_128Meta={selector:"wj-barcode-gs1_128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeGs1_128Meta};let WjBarcodeGs1_128=WjBarcodeGs1_128_1=class WjBarcodeGs1_128 extends wjcBarcodeCommon.Gs1_128{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
26
|
+
WjBarcodeGs1_128.ɵfac = function WjBarcodeGs1_128_Factory(t) { return new (t || WjBarcodeGs1_128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
27
|
+
WjBarcodeGs1_128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1_128, selectors: [["wj-barcode-gs1_128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeGs1_128_1) }, ...wjBarcodeGs1_128Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeGs1_128_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeGs1_128.meta={outputs:wjBarcodeGs1_128Meta.outputs};WjBarcodeGs1_128=WjBarcodeGs1_128_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1_128);export{WjBarcodeGs1_128};var wjBarcodeUpcAMeta={selector:"wj-barcode-upc-a",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcAMeta};let WjBarcodeUpcA=WjBarcodeUpcA_1=class WjBarcodeUpcA extends wjcBarcodeCommon.UpcA{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
28
|
+
WjBarcodeUpcA.ɵfac = function WjBarcodeUpcA_Factory(t) { return new (t || WjBarcodeUpcA)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
29
|
+
WjBarcodeUpcA.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcA, selectors: [["wj-barcode-upc-a"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcA_1) }, ...wjBarcodeUpcAMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeUpcA_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeUpcA.meta={outputs:wjBarcodeUpcAMeta.outputs};WjBarcodeUpcA=WjBarcodeUpcA_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcA);export{WjBarcodeUpcA};var wjBarcodeUpcE0Meta={selector:"wj-barcode-upc-e0",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE0Meta};let WjBarcodeUpcE0=WjBarcodeUpcE0_1=class WjBarcodeUpcE0 extends wjcBarcodeCommon.UpcE0{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
30
|
+
WjBarcodeUpcE0.ɵfac = function WjBarcodeUpcE0_Factory(t) { return new (t || WjBarcodeUpcE0)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
31
|
+
WjBarcodeUpcE0.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE0, selectors: [["wj-barcode-upc-e0"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcE0_1) }, ...wjBarcodeUpcE0Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeUpcE0_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeUpcE0.meta={outputs:wjBarcodeUpcE0Meta.outputs};WjBarcodeUpcE0=WjBarcodeUpcE0_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE0);export{WjBarcodeUpcE0};var wjBarcodeUpcE1Meta={selector:"wj-barcode-upc-e1",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE1Meta};let WjBarcodeUpcE1=WjBarcodeUpcE1_1=class WjBarcodeUpcE1 extends wjcBarcodeCommon.UpcE1{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
32
|
+
WjBarcodeUpcE1.ɵfac = function WjBarcodeUpcE1_Factory(t) { return new (t || WjBarcodeUpcE1)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
33
|
+
WjBarcodeUpcE1.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE1, selectors: [["wj-barcode-upc-e1"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcE1_1) }, ...wjBarcodeUpcE1Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeUpcE1_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeUpcE1.meta={outputs:wjBarcodeUpcE1Meta.outputs};WjBarcodeUpcE1=WjBarcodeUpcE1_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE1);export{WjBarcodeUpcE1};var wjBarcodeQrCodeMeta={selector:"wj-barcode-qr-code",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeQrCodeMeta};let WjBarcodeQrCode=WjBarcodeQrCode_1=class WjBarcodeQrCode extends wjcBarcodeCommon.QrCode{constructor(e,t,o){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,o);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,o,r=!1){let a=WjDirectiveBehavior,i=a.getZone(this);i&&a.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,o,r)}):super.addEventListener(e,t,o,r)}};
|
|
34
|
+
WjBarcodeQrCode.ɵfac = function WjBarcodeQrCode_Factory(t) { return new (t || WjBarcodeQrCode)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
35
|
+
WjBarcodeQrCode.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeQrCode, selectors: [["wj-barcode-qr-code"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", charCode: "charCode", charset: "charset", model: "model", version: "version", errorCorrectionLevel: "errorCorrectionLevel", mask: "mask", connection: "connection", connectionIndex: "connectionIndex" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeQrCode_1) }, ...wjBarcodeQrCodeMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeQrCode_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeQrCode.meta={outputs:wjBarcodeQrCodeMeta.outputs};WjBarcodeQrCode=WjBarcodeQrCode_1=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeQrCode);export{WjBarcodeQrCode};let moduleExports=[WjBarcodeCodabar,WjBarcodeEan8,WjBarcodeEan13,WjBarcodeCode39,WjBarcodeCode128,WjBarcodeGs1_128,WjBarcodeUpcA,WjBarcodeUpcE0,WjBarcodeUpcE1,WjBarcodeQrCode],WjBarcodeCommonModule=class WjBarcodeCommonModule{};
|
|
36
|
+
WjBarcodeCommonModule.ɵfac = function WjBarcodeCommonModule_Factory(t) { return new (t || WjBarcodeCommonModule)(); };
|
|
37
|
+
WjBarcodeCommonModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjBarcodeCommonModule });
|
|
38
|
+
WjBarcodeCommonModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
|
39
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCodabar, [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{ selector: wjBarcodeCodabarMeta.selector, template: wjBarcodeCodabarMeta.template, inputs: wjBarcodeCodabarMeta.inputs, outputs: wjBarcodeCodabarMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCodabar_1) }, ...wjBarcodeCodabarMeta.providers] }]
|
|
42
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
43
|
+
type: Inject,
|
|
44
|
+
args: [ElementRef]
|
|
45
|
+
}] }, { type: undefined, decorators: [{
|
|
46
|
+
type: Inject,
|
|
47
|
+
args: [Injector]
|
|
48
|
+
}] }, { type: undefined, decorators: [{
|
|
49
|
+
type: Inject,
|
|
50
|
+
args: ["WjComponent"]
|
|
51
|
+
}, {
|
|
52
|
+
type: SkipSelf
|
|
53
|
+
}, {
|
|
54
|
+
type: Optional
|
|
55
|
+
}] }]; }, null); })();
|
|
56
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan8, [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: wjBarcodeEan8Meta.selector, template: wjBarcodeEan8Meta.template, inputs: wjBarcodeEan8Meta.inputs, outputs: wjBarcodeEan8Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeEan8_1) }, ...wjBarcodeEan8Meta.providers] }]
|
|
59
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
60
|
+
type: Inject,
|
|
61
|
+
args: [ElementRef]
|
|
62
|
+
}] }, { type: undefined, decorators: [{
|
|
63
|
+
type: Inject,
|
|
64
|
+
args: [Injector]
|
|
65
|
+
}] }, { type: undefined, decorators: [{
|
|
66
|
+
type: Inject,
|
|
67
|
+
args: ["WjComponent"]
|
|
68
|
+
}, {
|
|
69
|
+
type: SkipSelf
|
|
70
|
+
}, {
|
|
71
|
+
type: Optional
|
|
72
|
+
}] }]; }, null); })();
|
|
73
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan13, [{
|
|
74
|
+
type: Component,
|
|
75
|
+
args: [{ selector: wjBarcodeEan13Meta.selector, template: wjBarcodeEan13Meta.template, inputs: wjBarcodeEan13Meta.inputs, outputs: wjBarcodeEan13Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeEan13_1) }, ...wjBarcodeEan13Meta.providers] }]
|
|
76
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
77
|
+
type: Inject,
|
|
78
|
+
args: [ElementRef]
|
|
79
|
+
}] }, { type: undefined, decorators: [{
|
|
80
|
+
type: Inject,
|
|
81
|
+
args: [Injector]
|
|
82
|
+
}] }, { type: undefined, decorators: [{
|
|
83
|
+
type: Inject,
|
|
84
|
+
args: ["WjComponent"]
|
|
85
|
+
}, {
|
|
86
|
+
type: SkipSelf
|
|
87
|
+
}, {
|
|
88
|
+
type: Optional
|
|
89
|
+
}] }]; }, null); })();
|
|
90
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode39, [{
|
|
91
|
+
type: Component,
|
|
92
|
+
args: [{ selector: wjBarcodeCode39Meta.selector, template: wjBarcodeCode39Meta.template, inputs: wjBarcodeCode39Meta.inputs, outputs: wjBarcodeCode39Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode39_1) }, ...wjBarcodeCode39Meta.providers] }]
|
|
93
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
94
|
+
type: Inject,
|
|
95
|
+
args: [ElementRef]
|
|
96
|
+
}] }, { type: undefined, decorators: [{
|
|
97
|
+
type: Inject,
|
|
98
|
+
args: [Injector]
|
|
99
|
+
}] }, { type: undefined, decorators: [{
|
|
100
|
+
type: Inject,
|
|
101
|
+
args: ["WjComponent"]
|
|
102
|
+
}, {
|
|
103
|
+
type: SkipSelf
|
|
104
|
+
}, {
|
|
105
|
+
type: Optional
|
|
106
|
+
}] }]; }, null); })();
|
|
107
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode128, [{
|
|
108
|
+
type: Component,
|
|
109
|
+
args: [{ selector: wjBarcodeCode128Meta.selector, template: wjBarcodeCode128Meta.template, inputs: wjBarcodeCode128Meta.inputs, outputs: wjBarcodeCode128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode128_1) }, ...wjBarcodeCode128Meta.providers] }]
|
|
110
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
111
|
+
type: Inject,
|
|
112
|
+
args: [ElementRef]
|
|
113
|
+
}] }, { type: undefined, decorators: [{
|
|
114
|
+
type: Inject,
|
|
115
|
+
args: [Injector]
|
|
116
|
+
}] }, { type: undefined, decorators: [{
|
|
117
|
+
type: Inject,
|
|
118
|
+
args: ["WjComponent"]
|
|
119
|
+
}, {
|
|
120
|
+
type: SkipSelf
|
|
121
|
+
}, {
|
|
122
|
+
type: Optional
|
|
123
|
+
}] }]; }, null); })();
|
|
124
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1_128, [{
|
|
125
|
+
type: Component,
|
|
126
|
+
args: [{ selector: wjBarcodeGs1_128Meta.selector, template: wjBarcodeGs1_128Meta.template, inputs: wjBarcodeGs1_128Meta.inputs, outputs: wjBarcodeGs1_128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeGs1_128_1) }, ...wjBarcodeGs1_128Meta.providers] }]
|
|
127
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
128
|
+
type: Inject,
|
|
129
|
+
args: [ElementRef]
|
|
130
|
+
}] }, { type: undefined, decorators: [{
|
|
131
|
+
type: Inject,
|
|
132
|
+
args: [Injector]
|
|
133
|
+
}] }, { type: undefined, decorators: [{
|
|
134
|
+
type: Inject,
|
|
135
|
+
args: ["WjComponent"]
|
|
136
|
+
}, {
|
|
137
|
+
type: SkipSelf
|
|
138
|
+
}, {
|
|
139
|
+
type: Optional
|
|
140
|
+
}] }]; }, null); })();
|
|
141
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcA, [{
|
|
142
|
+
type: Component,
|
|
143
|
+
args: [{ selector: wjBarcodeUpcAMeta.selector, template: wjBarcodeUpcAMeta.template, inputs: wjBarcodeUpcAMeta.inputs, outputs: wjBarcodeUpcAMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcA_1) }, ...wjBarcodeUpcAMeta.providers] }]
|
|
144
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
145
|
+
type: Inject,
|
|
146
|
+
args: [ElementRef]
|
|
147
|
+
}] }, { type: undefined, decorators: [{
|
|
148
|
+
type: Inject,
|
|
149
|
+
args: [Injector]
|
|
150
|
+
}] }, { type: undefined, decorators: [{
|
|
151
|
+
type: Inject,
|
|
152
|
+
args: ["WjComponent"]
|
|
153
|
+
}, {
|
|
154
|
+
type: SkipSelf
|
|
155
|
+
}, {
|
|
156
|
+
type: Optional
|
|
157
|
+
}] }]; }, null); })();
|
|
158
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE0, [{
|
|
159
|
+
type: Component,
|
|
160
|
+
args: [{ selector: wjBarcodeUpcE0Meta.selector, template: wjBarcodeUpcE0Meta.template, inputs: wjBarcodeUpcE0Meta.inputs, outputs: wjBarcodeUpcE0Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcE0_1) }, ...wjBarcodeUpcE0Meta.providers] }]
|
|
161
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
162
|
+
type: Inject,
|
|
163
|
+
args: [ElementRef]
|
|
164
|
+
}] }, { type: undefined, decorators: [{
|
|
165
|
+
type: Inject,
|
|
166
|
+
args: [Injector]
|
|
167
|
+
}] }, { type: undefined, decorators: [{
|
|
168
|
+
type: Inject,
|
|
169
|
+
args: ["WjComponent"]
|
|
170
|
+
}, {
|
|
171
|
+
type: SkipSelf
|
|
172
|
+
}, {
|
|
173
|
+
type: Optional
|
|
174
|
+
}] }]; }, null); })();
|
|
175
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE1, [{
|
|
176
|
+
type: Component,
|
|
177
|
+
args: [{ selector: wjBarcodeUpcE1Meta.selector, template: wjBarcodeUpcE1Meta.template, inputs: wjBarcodeUpcE1Meta.inputs, outputs: wjBarcodeUpcE1Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeUpcE1_1) }, ...wjBarcodeUpcE1Meta.providers] }]
|
|
178
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
179
|
+
type: Inject,
|
|
180
|
+
args: [ElementRef]
|
|
181
|
+
}] }, { type: undefined, decorators: [{
|
|
182
|
+
type: Inject,
|
|
183
|
+
args: [Injector]
|
|
184
|
+
}] }, { type: undefined, decorators: [{
|
|
185
|
+
type: Inject,
|
|
186
|
+
args: ["WjComponent"]
|
|
187
|
+
}, {
|
|
188
|
+
type: SkipSelf
|
|
189
|
+
}, {
|
|
190
|
+
type: Optional
|
|
191
|
+
}] }]; }, null); })();
|
|
192
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeQrCode, [{
|
|
193
|
+
type: Component,
|
|
194
|
+
args: [{ selector: wjBarcodeQrCodeMeta.selector, template: wjBarcodeQrCodeMeta.template, inputs: wjBarcodeQrCodeMeta.inputs, outputs: wjBarcodeQrCodeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeQrCode_1) }, ...wjBarcodeQrCodeMeta.providers] }]
|
|
195
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
196
|
+
type: Inject,
|
|
197
|
+
args: [ElementRef]
|
|
198
|
+
}] }, { type: undefined, decorators: [{
|
|
199
|
+
type: Inject,
|
|
200
|
+
args: [Injector]
|
|
201
|
+
}] }, { type: undefined, decorators: [{
|
|
202
|
+
type: Inject,
|
|
203
|
+
args: ["WjComponent"]
|
|
204
|
+
}, {
|
|
205
|
+
type: SkipSelf
|
|
206
|
+
}, {
|
|
207
|
+
type: Optional
|
|
208
|
+
}] }]; }, null); })();
|
|
209
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCommonModule, [{
|
|
210
|
+
type: NgModule,
|
|
211
|
+
args: [{ imports: [CommonModule], declarations: [...moduleExports], exports: [...moduleExports] }]
|
|
212
|
+
}], null, null); })();
|
|
213
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjBarcodeCommonModule, { declarations: function () { return [WjBarcodeCodabar, WjBarcodeEan8, WjBarcodeEan13, WjBarcodeCode39, WjBarcodeCode128, WjBarcodeGs1_128, WjBarcodeUpcA, WjBarcodeUpcE0, WjBarcodeUpcE1, WjBarcodeQrCode]; }, imports: function () { return [CommonModule]; }, exports: function () { return [WjBarcodeCodabar, WjBarcodeEan8, WjBarcodeEan13, WjBarcodeCode39, WjBarcodeCode128, WjBarcodeGs1_128, WjBarcodeUpcA, WjBarcodeUpcE0, WjBarcodeUpcE1, WjBarcodeQrCode]; } }); })();export{WjBarcodeCommonModule};
|
package/es5-esm.js
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import * as ɵngcc0 from '@angular/core';
|
|
15
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,r){var a,n=arguments.length,i=n<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,o,r);else for(var c=e.length-1;c>=0;c--)(a=e[c])&&(i=(n<3?a(i):n>3?a(t,o,i):a(t,o))||i);return n>3&&i&&Object.defineProperty(t,o,i),i},__param=this&&this.__param||function(e,t){return function(o,r){t(o,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";var wjBarcodeCodabarMeta={selector:"wj-barcode-codabar",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCodabarMeta};var WjBarcodeCodabar=function(e){__extends(WjBarcodeCodabar,e);function WjBarcodeCodabar(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeCodabar;WjBarcodeCodabar.prototype.created=function(){};WjBarcodeCodabar.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCodabar.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCodabar.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCodabar.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeCodabar.meta={outputs:wjBarcodeCodabarMeta.outputs};
|
|
16
|
+
WjBarcodeCodabar.ɵfac = function WjBarcodeCodabar_Factory(t) { return new (t || WjBarcodeCodabar)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
+
WjBarcodeCodabar.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCodabar, selectors: [["wj-barcode-codabar"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", labelPosition: "labelPosition", nwRatio: "nwRatio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCodabarMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeCodabar_Template(rf, ctx) { }, encapsulation: 2 });
|
|
18
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCodabar, [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: wjBarcodeCodabarMeta.selector, template: wjBarcodeCodabarMeta.template, inputs: wjBarcodeCodabarMeta.inputs, outputs: wjBarcodeCodabarMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCodabarMeta.providers) }]
|
|
21
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
22
|
+
type: Inject,
|
|
23
|
+
args: [ElementRef]
|
|
24
|
+
}] }, { type: undefined, decorators: [{
|
|
25
|
+
type: Inject,
|
|
26
|
+
args: [Injector]
|
|
27
|
+
}] }, { type: undefined, decorators: [{
|
|
28
|
+
type: Inject,
|
|
29
|
+
args: ["WjComponent"]
|
|
30
|
+
}, {
|
|
31
|
+
type: SkipSelf
|
|
32
|
+
}, {
|
|
33
|
+
type: Optional
|
|
34
|
+
}] }]; }, null); })();return WjBarcodeCodabar=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCodabar)}(wjcBarcodeCommon.Codabar);export{WjBarcodeCodabar};var wjBarcodeEan8Meta={selector:"wj-barcode-ean8",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan8Meta};var WjBarcodeEan8=function(e){__extends(WjBarcodeEan8,e);function WjBarcodeEan8(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeEan8;WjBarcodeEan8.prototype.created=function(){};WjBarcodeEan8.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeEan8.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeEan8.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeEan8.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeEan8.meta={outputs:wjBarcodeEan8Meta.outputs};
|
|
35
|
+
WjBarcodeEan8.ɵfac = function WjBarcodeEan8_Factory(t) { return new (t || WjBarcodeEan8)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
36
|
+
WjBarcodeEan8.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan8, selectors: [["wj-barcode-ean8"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeEan8Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeEan8_Template(rf, ctx) { }, encapsulation: 2 });
|
|
37
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan8, [{
|
|
38
|
+
type: Component,
|
|
39
|
+
args: [{ selector: wjBarcodeEan8Meta.selector, template: wjBarcodeEan8Meta.template, inputs: wjBarcodeEan8Meta.inputs, outputs: wjBarcodeEan8Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeEan8Meta.providers) }]
|
|
40
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
41
|
+
type: Inject,
|
|
42
|
+
args: [ElementRef]
|
|
43
|
+
}] }, { type: undefined, decorators: [{
|
|
44
|
+
type: Inject,
|
|
45
|
+
args: [Injector]
|
|
46
|
+
}] }, { type: undefined, decorators: [{
|
|
47
|
+
type: Inject,
|
|
48
|
+
args: ["WjComponent"]
|
|
49
|
+
}, {
|
|
50
|
+
type: SkipSelf
|
|
51
|
+
}, {
|
|
52
|
+
type: Optional
|
|
53
|
+
}] }]; }, null); })();return WjBarcodeEan8=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan8)}(wjcBarcodeCommon.Ean8);export{WjBarcodeEan8};var wjBarcodeEan13Meta={selector:"wj-barcode-ean13",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan13Meta};var WjBarcodeEan13=function(e){__extends(WjBarcodeEan13,e);function WjBarcodeEan13(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeEan13;WjBarcodeEan13.prototype.created=function(){};WjBarcodeEan13.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeEan13.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeEan13.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeEan13.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeEan13.meta={outputs:wjBarcodeEan13Meta.outputs};
|
|
54
|
+
WjBarcodeEan13.ɵfac = function WjBarcodeEan13_Factory(t) { return new (t || WjBarcodeEan13)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
55
|
+
WjBarcodeEan13.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan13, selectors: [["wj-barcode-ean13"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition", addOn: "addOn", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeEan13Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeEan13_Template(rf, ctx) { }, encapsulation: 2 });
|
|
56
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan13, [{
|
|
57
|
+
type: Component,
|
|
58
|
+
args: [{ selector: wjBarcodeEan13Meta.selector, template: wjBarcodeEan13Meta.template, inputs: wjBarcodeEan13Meta.inputs, outputs: wjBarcodeEan13Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeEan13Meta.providers) }]
|
|
59
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
60
|
+
type: Inject,
|
|
61
|
+
args: [ElementRef]
|
|
62
|
+
}] }, { type: undefined, decorators: [{
|
|
63
|
+
type: Inject,
|
|
64
|
+
args: [Injector]
|
|
65
|
+
}] }, { type: undefined, decorators: [{
|
|
66
|
+
type: Inject,
|
|
67
|
+
args: ["WjComponent"]
|
|
68
|
+
}, {
|
|
69
|
+
type: SkipSelf
|
|
70
|
+
}, {
|
|
71
|
+
type: Optional
|
|
72
|
+
}] }]; }, null); })();return WjBarcodeEan13=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan13)}(wjcBarcodeCommon.Ean13);export{WjBarcodeEan13};var wjBarcodeCode39Meta={selector:"wj-barcode-code39",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode39Meta};var WjBarcodeCode39=function(e){__extends(WjBarcodeCode39,e);function WjBarcodeCode39(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeCode39;WjBarcodeCode39.prototype.created=function(){};WjBarcodeCode39.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode39.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode39.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode39.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeCode39.meta={outputs:wjBarcodeCode39Meta.outputs};
|
|
73
|
+
WjBarcodeCode39.ɵfac = function WjBarcodeCode39_Factory(t) { return new (t || WjBarcodeCode39)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
74
|
+
WjBarcodeCode39.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode39, selectors: [["wj-barcode-code39"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition", nwRatio: "nwRatio", labelWithStartAndStopCharacter: "labelWithStartAndStopCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCode39Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeCode39_Template(rf, ctx) { }, encapsulation: 2 });
|
|
75
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode39, [{
|
|
76
|
+
type: Component,
|
|
77
|
+
args: [{ selector: wjBarcodeCode39Meta.selector, template: wjBarcodeCode39Meta.template, inputs: wjBarcodeCode39Meta.inputs, outputs: wjBarcodeCode39Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCode39Meta.providers) }]
|
|
78
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
79
|
+
type: Inject,
|
|
80
|
+
args: [ElementRef]
|
|
81
|
+
}] }, { type: undefined, decorators: [{
|
|
82
|
+
type: Inject,
|
|
83
|
+
args: [Injector]
|
|
84
|
+
}] }, { type: undefined, decorators: [{
|
|
85
|
+
type: Inject,
|
|
86
|
+
args: ["WjComponent"]
|
|
87
|
+
}, {
|
|
88
|
+
type: SkipSelf
|
|
89
|
+
}, {
|
|
90
|
+
type: Optional
|
|
91
|
+
}] }]; }, null); })();return WjBarcodeCode39=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode39)}(wjcBarcodeCommon.Code39);export{WjBarcodeCode39};var wjBarcodeCode128Meta={selector:"wj-barcode-code128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode128Meta};var WjBarcodeCode128=function(e){__extends(WjBarcodeCode128,e);function WjBarcodeCode128(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeCode128;WjBarcodeCode128.prototype.created=function(){};WjBarcodeCode128.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode128.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode128.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode128.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeCode128.meta={outputs:wjBarcodeCode128Meta.outputs};
|
|
92
|
+
WjBarcodeCode128.ɵfac = function WjBarcodeCode128_Factory(t) { return new (t || WjBarcodeCode128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
93
|
+
WjBarcodeCode128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode128, selectors: [["wj-barcode-code128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", codeSet: "codeSet", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCode128Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeCode128_Template(rf, ctx) { }, encapsulation: 2 });
|
|
94
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode128, [{
|
|
95
|
+
type: Component,
|
|
96
|
+
args: [{ selector: wjBarcodeCode128Meta.selector, template: wjBarcodeCode128Meta.template, inputs: wjBarcodeCode128Meta.inputs, outputs: wjBarcodeCode128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeCode128Meta.providers) }]
|
|
97
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
98
|
+
type: Inject,
|
|
99
|
+
args: [ElementRef]
|
|
100
|
+
}] }, { type: undefined, decorators: [{
|
|
101
|
+
type: Inject,
|
|
102
|
+
args: [Injector]
|
|
103
|
+
}] }, { type: undefined, decorators: [{
|
|
104
|
+
type: Inject,
|
|
105
|
+
args: ["WjComponent"]
|
|
106
|
+
}, {
|
|
107
|
+
type: SkipSelf
|
|
108
|
+
}, {
|
|
109
|
+
type: Optional
|
|
110
|
+
}] }]; }, null); })();return WjBarcodeCode128=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode128)}(wjcBarcodeCommon.Code128);export{WjBarcodeCode128};var wjBarcodeGs1_128Meta={selector:"wj-barcode-gs1_128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeGs1_128Meta};var WjBarcodeGs1_128=function(e){__extends(WjBarcodeGs1_128,e);function WjBarcodeGs1_128(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeGs1_128;WjBarcodeGs1_128.prototype.created=function(){};WjBarcodeGs1_128.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1_128.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1_128.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1_128.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeGs1_128.meta={outputs:wjBarcodeGs1_128Meta.outputs};
|
|
111
|
+
WjBarcodeGs1_128.ɵfac = function WjBarcodeGs1_128_Factory(t) { return new (t || WjBarcodeGs1_128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
112
|
+
WjBarcodeGs1_128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1_128, selectors: [["wj-barcode-gs1_128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeGs1_128Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1_128_Template(rf, ctx) { }, encapsulation: 2 });
|
|
113
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1_128, [{
|
|
114
|
+
type: Component,
|
|
115
|
+
args: [{ selector: wjBarcodeGs1_128Meta.selector, template: wjBarcodeGs1_128Meta.template, inputs: wjBarcodeGs1_128Meta.inputs, outputs: wjBarcodeGs1_128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeGs1_128Meta.providers) }]
|
|
116
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
117
|
+
type: Inject,
|
|
118
|
+
args: [ElementRef]
|
|
119
|
+
}] }, { type: undefined, decorators: [{
|
|
120
|
+
type: Inject,
|
|
121
|
+
args: [Injector]
|
|
122
|
+
}] }, { type: undefined, decorators: [{
|
|
123
|
+
type: Inject,
|
|
124
|
+
args: ["WjComponent"]
|
|
125
|
+
}, {
|
|
126
|
+
type: SkipSelf
|
|
127
|
+
}, {
|
|
128
|
+
type: Optional
|
|
129
|
+
}] }]; }, null); })();return WjBarcodeGs1_128=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1_128)}(wjcBarcodeCommon.Gs1_128);export{WjBarcodeGs1_128};var wjBarcodeUpcAMeta={selector:"wj-barcode-upc-a",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcAMeta};var WjBarcodeUpcA=function(e){__extends(WjBarcodeUpcA,e);function WjBarcodeUpcA(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeUpcA;WjBarcodeUpcA.prototype.created=function(){};WjBarcodeUpcA.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcA.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcA.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcA.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeUpcA.meta={outputs:wjBarcodeUpcAMeta.outputs};
|
|
130
|
+
WjBarcodeUpcA.ɵfac = function WjBarcodeUpcA_Factory(t) { return new (t || WjBarcodeUpcA)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
131
|
+
WjBarcodeUpcA.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcA, selectors: [["wj-barcode-upc-a"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcAMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcA_Template(rf, ctx) { }, encapsulation: 2 });
|
|
132
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcA, [{
|
|
133
|
+
type: Component,
|
|
134
|
+
args: [{ selector: wjBarcodeUpcAMeta.selector, template: wjBarcodeUpcAMeta.template, inputs: wjBarcodeUpcAMeta.inputs, outputs: wjBarcodeUpcAMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcAMeta.providers) }]
|
|
135
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
136
|
+
type: Inject,
|
|
137
|
+
args: [ElementRef]
|
|
138
|
+
}] }, { type: undefined, decorators: [{
|
|
139
|
+
type: Inject,
|
|
140
|
+
args: [Injector]
|
|
141
|
+
}] }, { type: undefined, decorators: [{
|
|
142
|
+
type: Inject,
|
|
143
|
+
args: ["WjComponent"]
|
|
144
|
+
}, {
|
|
145
|
+
type: SkipSelf
|
|
146
|
+
}, {
|
|
147
|
+
type: Optional
|
|
148
|
+
}] }]; }, null); })();return WjBarcodeUpcA=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcA)}(wjcBarcodeCommon.UpcA);export{WjBarcodeUpcA};var wjBarcodeUpcE0Meta={selector:"wj-barcode-upc-e0",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE0Meta};var WjBarcodeUpcE0=function(e){__extends(WjBarcodeUpcE0,e);function WjBarcodeUpcE0(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeUpcE0;WjBarcodeUpcE0.prototype.created=function(){};WjBarcodeUpcE0.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcE0.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcE0.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcE0.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeUpcE0.meta={outputs:wjBarcodeUpcE0Meta.outputs};
|
|
149
|
+
WjBarcodeUpcE0.ɵfac = function WjBarcodeUpcE0_Factory(t) { return new (t || WjBarcodeUpcE0)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
150
|
+
WjBarcodeUpcE0.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE0, selectors: [["wj-barcode-upc-e0"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcE0Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcE0_Template(rf, ctx) { }, encapsulation: 2 });
|
|
151
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE0, [{
|
|
152
|
+
type: Component,
|
|
153
|
+
args: [{ selector: wjBarcodeUpcE0Meta.selector, template: wjBarcodeUpcE0Meta.template, inputs: wjBarcodeUpcE0Meta.inputs, outputs: wjBarcodeUpcE0Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcE0Meta.providers) }]
|
|
154
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
155
|
+
type: Inject,
|
|
156
|
+
args: [ElementRef]
|
|
157
|
+
}] }, { type: undefined, decorators: [{
|
|
158
|
+
type: Inject,
|
|
159
|
+
args: [Injector]
|
|
160
|
+
}] }, { type: undefined, decorators: [{
|
|
161
|
+
type: Inject,
|
|
162
|
+
args: ["WjComponent"]
|
|
163
|
+
}, {
|
|
164
|
+
type: SkipSelf
|
|
165
|
+
}, {
|
|
166
|
+
type: Optional
|
|
167
|
+
}] }]; }, null); })();return WjBarcodeUpcE0=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE0)}(wjcBarcodeCommon.UpcE0);export{WjBarcodeUpcE0};var wjBarcodeUpcE1Meta={selector:"wj-barcode-upc-e1",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE1Meta};var WjBarcodeUpcE1=function(e){__extends(WjBarcodeUpcE1,e);function WjBarcodeUpcE1(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeUpcE1;WjBarcodeUpcE1.prototype.created=function(){};WjBarcodeUpcE1.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcE1.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcE1.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcE1.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeUpcE1.meta={outputs:wjBarcodeUpcE1Meta.outputs};
|
|
168
|
+
WjBarcodeUpcE1.ɵfac = function WjBarcodeUpcE1_Factory(t) { return new (t || WjBarcodeUpcE1)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
169
|
+
WjBarcodeUpcE1.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE1, selectors: [["wj-barcode-upc-e1"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcE1Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcE1_Template(rf, ctx) { }, encapsulation: 2 });
|
|
170
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE1, [{
|
|
171
|
+
type: Component,
|
|
172
|
+
args: [{ selector: wjBarcodeUpcE1Meta.selector, template: wjBarcodeUpcE1Meta.template, inputs: wjBarcodeUpcE1Meta.inputs, outputs: wjBarcodeUpcE1Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeUpcE1Meta.providers) }]
|
|
173
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
174
|
+
type: Inject,
|
|
175
|
+
args: [ElementRef]
|
|
176
|
+
}] }, { type: undefined, decorators: [{
|
|
177
|
+
type: Inject,
|
|
178
|
+
args: [Injector]
|
|
179
|
+
}] }, { type: undefined, decorators: [{
|
|
180
|
+
type: Inject,
|
|
181
|
+
args: ["WjComponent"]
|
|
182
|
+
}, {
|
|
183
|
+
type: SkipSelf
|
|
184
|
+
}, {
|
|
185
|
+
type: Optional
|
|
186
|
+
}] }]; }, null); })();return WjBarcodeUpcE1=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE1)}(wjcBarcodeCommon.UpcE1);export{WjBarcodeUpcE1};var wjBarcodeQrCodeMeta={selector:"wj-barcode-qr-code",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeQrCodeMeta};var WjBarcodeQrCode=function(e){__extends(WjBarcodeQrCode,e);function WjBarcodeQrCode(t,o,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeQrCode;WjBarcodeQrCode.prototype.created=function(){};WjBarcodeQrCode.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeQrCode.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeQrCode.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeQrCode.prototype.addEventListener=function(t,o,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[o]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeQrCode.meta={outputs:wjBarcodeQrCodeMeta.outputs};
|
|
187
|
+
WjBarcodeQrCode.ɵfac = function WjBarcodeQrCode_Factory(t) { return new (t || WjBarcodeQrCode)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
188
|
+
WjBarcodeQrCode.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeQrCode, selectors: [["wj-barcode-qr-code"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", charCode: "charCode", charset: "charset", model: "model", version: "version", errorCorrectionLevel: "errorCorrectionLevel", mask: "mask", connection: "connection", connectionIndex: "connectionIndex" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeQrCodeMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeQrCode_Template(rf, ctx) { }, encapsulation: 2 });
|
|
189
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeQrCode, [{
|
|
190
|
+
type: Component,
|
|
191
|
+
args: [{ selector: wjBarcodeQrCodeMeta.selector, template: wjBarcodeQrCodeMeta.template, inputs: wjBarcodeQrCodeMeta.inputs, outputs: wjBarcodeQrCodeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return t; })) }].concat(wjBarcodeQrCodeMeta.providers) }]
|
|
192
|
+
}], function () { return [{ type: undefined, decorators: [{
|
|
193
|
+
type: Inject,
|
|
194
|
+
args: [ElementRef]
|
|
195
|
+
}] }, { type: undefined, decorators: [{
|
|
196
|
+
type: Inject,
|
|
197
|
+
args: [Injector]
|
|
198
|
+
}] }, { type: undefined, decorators: [{
|
|
199
|
+
type: Inject,
|
|
200
|
+
args: ["WjComponent"]
|
|
201
|
+
}, {
|
|
202
|
+
type: SkipSelf
|
|
203
|
+
}, {
|
|
204
|
+
type: Optional
|
|
205
|
+
}] }]; }, null); })();return WjBarcodeQrCode=t=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeQrCode)}(wjcBarcodeCommon.QrCode);export{WjBarcodeQrCode};var moduleExports=[WjBarcodeCodabar,WjBarcodeEan8,WjBarcodeEan13,WjBarcodeCode39,WjBarcodeCode128,WjBarcodeGs1_128,WjBarcodeUpcA,WjBarcodeUpcE0,WjBarcodeUpcE1,WjBarcodeQrCode],WjBarcodeCommonModule=function(){function WjBarcodeCommonModule(){}
|
|
206
|
+
WjBarcodeCommonModule.ɵfac = function WjBarcodeCommonModule_Factory(t) { return new (t || WjBarcodeCommonModule)(); };
|
|
207
|
+
WjBarcodeCommonModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjBarcodeCommonModule });
|
|
208
|
+
WjBarcodeCommonModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
|
209
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCommonModule, [{
|
|
210
|
+
type: NgModule,
|
|
211
|
+
args: [{ imports: [CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
|
|
212
|
+
}], function () { return []; }, null); })();
|
|
213
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjBarcodeCommonModule, { declarations: function () { return [WjBarcodeCodabar, WjBarcodeEan8, WjBarcodeEan13, WjBarcodeCode39, WjBarcodeCode128, WjBarcodeGs1_128, WjBarcodeUpcA, WjBarcodeUpcE0, WjBarcodeUpcE1, WjBarcodeQrCode]; }, imports: function () { return [CommonModule]; }, exports: function () { return [WjBarcodeCodabar, WjBarcodeEan8, WjBarcodeEan13, WjBarcodeCode39, WjBarcodeCode128, WjBarcodeGs1_128, WjBarcodeUpcA, WjBarcodeUpcE0, WjBarcodeUpcE1, WjBarcodeQrCode]; } }); })();return WjBarcodeCommonModule}();export{WjBarcodeCommonModule};
|