@mescius/wijmo.angular2legacy.barcode.composite 5.20261.45-nightly.d20251218.t163151 → 5.20261.45-nightly.d20260105.t163143
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +1 -1
- package/index.d.ts +28 -28
- package/index.js +1 -1
- package/package.json +4 -4
package/es2015-commonjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t163143
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var WjBarcodeGs1DataBarOmnidirectional_1,WjBarcodeGs1DataBarTruncated_1,WjBarcodeGs1DataBarStacked_1,WjBarcodeGs1DataBarStackedOmnidirectional_1,WjBarcodeGs1DataBarLimited_1,WjBarcodeGs1DataBarExpanded_1,WjBarcodeGs1DataBarExpandedStacked_1,WjBarcodePdf417_1,WjBarcodeMicroPdf417_1,__decorate=this&&this.__decorate||function(e,a,t,r){var o,i=arguments.length,d=i<3?a:null===r?r=Object.getOwnPropertyDescriptor(a,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(e,a,t,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(d=(i<3?o(d):i>3?o(a,t,d):o(a,t))||d);return i>3&&d&&Object.defineProperty(a,t,d),d},__param=this&&this.__param||function(e,a){return function(t,r){a(t,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var a={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(a[t]=e[t]);a.default=e;return a};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcBarcodeComposite=__importStar(require("@mescius/wijmo.barcode.composite"));var wjBarcodeGs1DataBarOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarOmnidirectionalMeta=wjBarcodeGs1DataBarOmnidirectionalMeta;let WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=class WjBarcodeGs1DataBarOmnidirectional extends wjcBarcodeComposite.Gs1DataBarOmnidirectional{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarOmnidirectional.meta={outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarOmnidirectional_1)},...wjBarcodeGs1DataBarOmnidirectionalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarOmnidirectional);exports.WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional;var wjBarcodeGs1DataBarTruncatedMeta={selector:"wj-barcode-gs1-data-bar-truncated",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarTruncatedMeta=wjBarcodeGs1DataBarTruncatedMeta;let WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=class WjBarcodeGs1DataBarTruncated extends wjcBarcodeComposite.Gs1DataBarTruncated{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarTruncated.meta={outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs};WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarTruncatedMeta.selector,template:wjBarcodeGs1DataBarTruncatedMeta.template,inputs:wjBarcodeGs1DataBarTruncatedMeta.inputs,outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarTruncated_1)},...wjBarcodeGs1DataBarTruncatedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarTruncated);exports.WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated;var wjBarcodeGs1DataBarStackedMeta={selector:"wj-barcode-gs1-data-bar-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedMeta=wjBarcodeGs1DataBarStackedMeta;let WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=class WjBarcodeGs1DataBarStacked extends wjcBarcodeComposite.Gs1DataBarStacked{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStacked.meta={outputs:wjBarcodeGs1DataBarStackedMeta.outputs};WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarStackedMeta.selector,template:wjBarcodeGs1DataBarStackedMeta.template,inputs:wjBarcodeGs1DataBarStackedMeta.inputs,outputs:wjBarcodeGs1DataBarStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarStacked_1)},...wjBarcodeGs1DataBarStackedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarStacked);exports.WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked;var wjBarcodeGs1DataBarStackedOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-stacked-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedOmnidirectionalMeta=wjBarcodeGs1DataBarStackedOmnidirectionalMeta;let WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=class WjBarcodeGs1DataBarStackedOmnidirectional extends wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStackedOmnidirectional.meta={outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarStackedOmnidirectional_1)},...wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarStackedOmnidirectional);exports.WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional;var wjBarcodeGs1DataBarLimitedMeta={selector:"wj-barcode-gs1-data-bar-limited",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarLimitedMeta=wjBarcodeGs1DataBarLimitedMeta;let WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=class WjBarcodeGs1DataBarLimited extends wjcBarcodeComposite.Gs1DataBarLimited{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarLimited.meta={outputs:wjBarcodeGs1DataBarLimitedMeta.outputs};WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarLimitedMeta.selector,template:wjBarcodeGs1DataBarLimitedMeta.template,inputs:wjBarcodeGs1DataBarLimitedMeta.inputs,outputs:wjBarcodeGs1DataBarLimitedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarLimited_1)},...wjBarcodeGs1DataBarLimitedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarLimited);exports.WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited;var wjBarcodeGs1DataBarExpandedMeta={selector:"wj-barcode-gs1-data-bar-expanded",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedMeta=wjBarcodeGs1DataBarExpandedMeta;let WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=class WjBarcodeGs1DataBarExpanded extends wjcBarcodeComposite.Gs1DataBarExpanded{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpanded.meta={outputs:wjBarcodeGs1DataBarExpandedMeta.outputs};WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarExpandedMeta.selector,template:wjBarcodeGs1DataBarExpandedMeta.template,inputs:wjBarcodeGs1DataBarExpandedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarExpanded_1)},...wjBarcodeGs1DataBarExpandedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarExpanded);exports.WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded;var wjBarcodeGs1DataBarExpandedStackedMeta={selector:"wj-barcode-gs1-data-bar-expanded-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom","rowCount"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedStackedMeta=wjBarcodeGs1DataBarExpandedStackedMeta;let WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=class WjBarcodeGs1DataBarExpandedStacked extends wjcBarcodeComposite.Gs1DataBarExpandedStacked{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpandedStacked.meta={outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs};WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarExpandedStackedMeta.selector,template:wjBarcodeGs1DataBarExpandedStackedMeta.template,inputs:wjBarcodeGs1DataBarExpandedStackedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarExpandedStacked_1)},...wjBarcodeGs1DataBarExpandedStackedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarExpandedStacked);exports.WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked;var wjBarcodePdf417Meta={selector:"wj-barcode-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","errorCorrectionLevel","columns","rows","compact"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodePdf417Meta=wjBarcodePdf417Meta;let WjBarcodePdf417=WjBarcodePdf417_1=class WjBarcodePdf417 extends wjcBarcodeComposite.Pdf417{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodePdf417.meta={outputs:wjBarcodePdf417Meta.outputs};WjBarcodePdf417=WjBarcodePdf417_1=__decorate([core_1.Component({selector:wjBarcodePdf417Meta.selector,template:wjBarcodePdf417Meta.template,inputs:wjBarcodePdf417Meta.inputs,outputs:wjBarcodePdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodePdf417_1)},...wjBarcodePdf417Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodePdf417);exports.WjBarcodePdf417=WjBarcodePdf417;var wjBarcodeMicroPdf417Meta={selector:"wj-barcode-micro-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","dimensions","compactionMode","structuredAppend","segmentIndex","fileId","optionalFields"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeMicroPdf417Meta=wjBarcodeMicroPdf417Meta;let WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=class WjBarcodeMicroPdf417 extends wjcBarcodeComposite.MicroPdf417{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeMicroPdf417.meta={outputs:wjBarcodeMicroPdf417Meta.outputs};WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=__decorate([core_1.Component({selector:wjBarcodeMicroPdf417Meta.selector,template:wjBarcodeMicroPdf417Meta.template,inputs:wjBarcodeMicroPdf417Meta.inputs,outputs:wjBarcodeMicroPdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeMicroPdf417_1)},...wjBarcodeMicroPdf417Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeMicroPdf417);exports.WjBarcodeMicroPdf417=WjBarcodeMicroPdf417;let moduleExports=[WjBarcodeGs1DataBarOmnidirectional,WjBarcodeGs1DataBarTruncated,WjBarcodeGs1DataBarStacked,WjBarcodeGs1DataBarStackedOmnidirectional,WjBarcodeGs1DataBarLimited,WjBarcodeGs1DataBarExpanded,WjBarcodeGs1DataBarExpandedStacked,WjBarcodePdf417,WjBarcodeMicroPdf417],WjBarcodeCompositeModule=class WjBarcodeCompositeModule{};WjBarcodeCompositeModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeCompositeModule);exports.WjBarcodeCompositeModule=WjBarcodeCompositeModule;
|
|
14
|
+
"use strict";var WjBarcodeGs1DataBarOmnidirectional_1,WjBarcodeGs1DataBarTruncated_1,WjBarcodeGs1DataBarStacked_1,WjBarcodeGs1DataBarStackedOmnidirectional_1,WjBarcodeGs1DataBarLimited_1,WjBarcodeGs1DataBarExpanded_1,WjBarcodeGs1DataBarExpandedStacked_1,WjBarcodePdf417_1,WjBarcodeMicroPdf417_1,__decorate=this&&this.__decorate||function(e,a,t,r){var o,i=arguments.length,d=i<3?a:null===r?r=Object.getOwnPropertyDescriptor(a,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(e,a,t,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(d=(i<3?o(d):i>3?o(a,t,d):o(a,t))||d);return i>3&&d&&Object.defineProperty(a,t,d),d},__param=this&&this.__param||function(e,a){return function(t,r){a(t,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var a={};if(null!=e)for(var t in e)Object.hasOwnProperty.call(e,t)&&(a[t]=e[t]);a.default=e;return a};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcBarcodeComposite=__importStar(require("@mescius/wijmo.barcode.composite"));var wjBarcodeGs1DataBarOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarOmnidirectionalMeta=wjBarcodeGs1DataBarOmnidirectionalMeta;let WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=class WjBarcodeGs1DataBarOmnidirectional extends wjcBarcodeComposite.Gs1DataBarOmnidirectional{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarOmnidirectional.meta={outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarOmnidirectional_1)},...wjBarcodeGs1DataBarOmnidirectionalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarOmnidirectional);exports.WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional;var wjBarcodeGs1DataBarTruncatedMeta={selector:"wj-barcode-gs1-data-bar-truncated",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarTruncatedMeta=wjBarcodeGs1DataBarTruncatedMeta;let WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=class WjBarcodeGs1DataBarTruncated extends wjcBarcodeComposite.Gs1DataBarTruncated{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarTruncated.meta={outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs};WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarTruncatedMeta.selector,template:wjBarcodeGs1DataBarTruncatedMeta.template,inputs:wjBarcodeGs1DataBarTruncatedMeta.inputs,outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarTruncated_1)},...wjBarcodeGs1DataBarTruncatedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarTruncated);exports.WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated;var wjBarcodeGs1DataBarStackedMeta={selector:"wj-barcode-gs1-data-bar-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedMeta=wjBarcodeGs1DataBarStackedMeta;let WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=class WjBarcodeGs1DataBarStacked extends wjcBarcodeComposite.Gs1DataBarStacked{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStacked.meta={outputs:wjBarcodeGs1DataBarStackedMeta.outputs};WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarStackedMeta.selector,template:wjBarcodeGs1DataBarStackedMeta.template,inputs:wjBarcodeGs1DataBarStackedMeta.inputs,outputs:wjBarcodeGs1DataBarStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarStacked_1)},...wjBarcodeGs1DataBarStackedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarStacked);exports.WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked;var wjBarcodeGs1DataBarStackedOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-stacked-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedOmnidirectionalMeta=wjBarcodeGs1DataBarStackedOmnidirectionalMeta;let WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=class WjBarcodeGs1DataBarStackedOmnidirectional extends wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStackedOmnidirectional.meta={outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarStackedOmnidirectional_1)},...wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarStackedOmnidirectional);exports.WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional;var wjBarcodeGs1DataBarLimitedMeta={selector:"wj-barcode-gs1-data-bar-limited",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarLimitedMeta=wjBarcodeGs1DataBarLimitedMeta;let WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=class WjBarcodeGs1DataBarLimited extends wjcBarcodeComposite.Gs1DataBarLimited{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarLimited.meta={outputs:wjBarcodeGs1DataBarLimitedMeta.outputs};WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarLimitedMeta.selector,template:wjBarcodeGs1DataBarLimitedMeta.template,inputs:wjBarcodeGs1DataBarLimitedMeta.inputs,outputs:wjBarcodeGs1DataBarLimitedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarLimited_1)},...wjBarcodeGs1DataBarLimitedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarLimited);exports.WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited;var wjBarcodeGs1DataBarExpandedMeta={selector:"wj-barcode-gs1-data-bar-expanded",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedMeta=wjBarcodeGs1DataBarExpandedMeta;let WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=class WjBarcodeGs1DataBarExpanded extends wjcBarcodeComposite.Gs1DataBarExpanded{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpanded.meta={outputs:wjBarcodeGs1DataBarExpandedMeta.outputs};WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarExpandedMeta.selector,template:wjBarcodeGs1DataBarExpandedMeta.template,inputs:wjBarcodeGs1DataBarExpandedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarExpanded_1)},...wjBarcodeGs1DataBarExpandedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarExpanded);exports.WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded;var wjBarcodeGs1DataBarExpandedStackedMeta={selector:"wj-barcode-gs1-data-bar-expanded-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom","rowCount"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedStackedMeta=wjBarcodeGs1DataBarExpandedStackedMeta;let WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=class WjBarcodeGs1DataBarExpandedStacked extends wjcBarcodeComposite.Gs1DataBarExpandedStacked{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpandedStacked.meta={outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs};WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=__decorate([core_1.Component({selector:wjBarcodeGs1DataBarExpandedStackedMeta.selector,template:wjBarcodeGs1DataBarExpandedStackedMeta.template,inputs:wjBarcodeGs1DataBarExpandedStackedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeGs1DataBarExpandedStacked_1)},...wjBarcodeGs1DataBarExpandedStackedMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeGs1DataBarExpandedStacked);exports.WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked;var wjBarcodePdf417Meta={selector:"wj-barcode-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","errorCorrectionLevel","columns","rows","compact"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodePdf417Meta=wjBarcodePdf417Meta;let WjBarcodePdf417=WjBarcodePdf417_1=class WjBarcodePdf417 extends wjcBarcodeComposite.Pdf417{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodePdf417.meta={outputs:wjBarcodePdf417Meta.outputs};WjBarcodePdf417=WjBarcodePdf417_1=__decorate([core_1.Component({selector:wjBarcodePdf417Meta.selector,template:wjBarcodePdf417Meta.template,inputs:wjBarcodePdf417Meta.inputs,outputs:wjBarcodePdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodePdf417_1)},...wjBarcodePdf417Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodePdf417);exports.WjBarcodePdf417=WjBarcodePdf417;var wjBarcodeMicroPdf417Meta={selector:"wj-barcode-micro-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","dimensions","compactionMode","structuredAppend","segmentIndex","fileId","optionalFields"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeMicroPdf417Meta=wjBarcodeMicroPdf417Meta;let WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=class WjBarcodeMicroPdf417 extends wjcBarcodeComposite.MicroPdf417{constructor(e,a,t){super(wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeMicroPdf417.meta={outputs:wjBarcodeMicroPdf417Meta.outputs};WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=__decorate([core_1.Component({selector:wjBarcodeMicroPdf417Meta.selector,template:wjBarcodeMicroPdf417Meta.template,inputs:wjBarcodeMicroPdf417Meta.inputs,outputs:wjBarcodeMicroPdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeMicroPdf417_1)},...wjBarcodeMicroPdf417Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeMicroPdf417);exports.WjBarcodeMicroPdf417=WjBarcodeMicroPdf417;const moduleExports=[WjBarcodeGs1DataBarOmnidirectional,WjBarcodeGs1DataBarTruncated,WjBarcodeGs1DataBarStacked,WjBarcodeGs1DataBarStackedOmnidirectional,WjBarcodeGs1DataBarLimited,WjBarcodeGs1DataBarExpanded,WjBarcodeGs1DataBarExpandedStacked,WjBarcodePdf417,WjBarcodeMicroPdf417];let WjBarcodeCompositeModule=class WjBarcodeCompositeModule{};WjBarcodeCompositeModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeCompositeModule);exports.WjBarcodeCompositeModule=WjBarcodeCompositeModule;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t163143
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
var WjBarcodeGs1DataBarOmnidirectional_1,WjBarcodeGs1DataBarTruncated_1,WjBarcodeGs1DataBarStacked_1,WjBarcodeGs1DataBarStackedOmnidirectional_1,WjBarcodeGs1DataBarLimited_1,WjBarcodeGs1DataBarExpanded_1,WjBarcodeGs1DataBarExpandedStacked_1,WjBarcodePdf417_1,WjBarcodeMicroPdf417_1,__decorate=this&&this.__decorate||function(e,a,t,r){var o,i=arguments.length,d=i<3?a:null===r?r=Object.getOwnPropertyDescriptor(a,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(e,a,t,r);else for(var n=e.length-1;n>=0;n--)(o=e[n])&&(d=(i<3?o(d):i>3?o(a,t,d):o(a,t))||d);return i>3&&d&&Object.defineProperty(a,t,d),d},__param=this&&this.__param||function(e,a){return function(t,r){a(t,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.angular2legacy.directivebase";import*as wjcBarcodeComposite from"@mescius/wijmo.barcode.composite";var wjBarcodeGs1DataBarOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarOmnidirectionalMeta};let WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=class WjBarcodeGs1DataBarOmnidirectional extends wjcBarcodeComposite.Gs1DataBarOmnidirectional{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarOmnidirectional.meta={outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=__decorate([Component({selector:wjBarcodeGs1DataBarOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarOmnidirectional_1)},...wjBarcodeGs1DataBarOmnidirectionalMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarOmnidirectional);export{WjBarcodeGs1DataBarOmnidirectional};var wjBarcodeGs1DataBarTruncatedMeta={selector:"wj-barcode-gs1-data-bar-truncated",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarTruncatedMeta};let WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=class WjBarcodeGs1DataBarTruncated extends wjcBarcodeComposite.Gs1DataBarTruncated{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarTruncated.meta={outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs};WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=__decorate([Component({selector:wjBarcodeGs1DataBarTruncatedMeta.selector,template:wjBarcodeGs1DataBarTruncatedMeta.template,inputs:wjBarcodeGs1DataBarTruncatedMeta.inputs,outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarTruncated_1)},...wjBarcodeGs1DataBarTruncatedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarTruncated);export{WjBarcodeGs1DataBarTruncated};var wjBarcodeGs1DataBarStackedMeta={selector:"wj-barcode-gs1-data-bar-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],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{wjBarcodeGs1DataBarStackedMeta};let WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=class WjBarcodeGs1DataBarStacked extends wjcBarcodeComposite.Gs1DataBarStacked{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStacked.meta={outputs:wjBarcodeGs1DataBarStackedMeta.outputs};WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=__decorate([Component({selector:wjBarcodeGs1DataBarStackedMeta.selector,template:wjBarcodeGs1DataBarStackedMeta.template,inputs:wjBarcodeGs1DataBarStackedMeta.inputs,outputs:wjBarcodeGs1DataBarStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarStacked_1)},...wjBarcodeGs1DataBarStackedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarStacked);export{WjBarcodeGs1DataBarStacked};var wjBarcodeGs1DataBarStackedOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-stacked-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],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{wjBarcodeGs1DataBarStackedOmnidirectionalMeta};let WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=class WjBarcodeGs1DataBarStackedOmnidirectional extends wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStackedOmnidirectional.meta={outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=__decorate([Component({selector:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarStackedOmnidirectional_1)},...wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarStackedOmnidirectional);export{WjBarcodeGs1DataBarStackedOmnidirectional};var wjBarcodeGs1DataBarLimitedMeta={selector:"wj-barcode-gs1-data-bar-limited",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarLimitedMeta};let WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=class WjBarcodeGs1DataBarLimited extends wjcBarcodeComposite.Gs1DataBarLimited{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarLimited.meta={outputs:wjBarcodeGs1DataBarLimitedMeta.outputs};WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=__decorate([Component({selector:wjBarcodeGs1DataBarLimitedMeta.selector,template:wjBarcodeGs1DataBarLimitedMeta.template,inputs:wjBarcodeGs1DataBarLimitedMeta.inputs,outputs:wjBarcodeGs1DataBarLimitedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarLimited_1)},...wjBarcodeGs1DataBarLimitedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarLimited);export{WjBarcodeGs1DataBarLimited};var wjBarcodeGs1DataBarExpandedMeta={selector:"wj-barcode-gs1-data-bar-expanded",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom"],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{wjBarcodeGs1DataBarExpandedMeta};let WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=class WjBarcodeGs1DataBarExpanded extends wjcBarcodeComposite.Gs1DataBarExpanded{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpanded.meta={outputs:wjBarcodeGs1DataBarExpandedMeta.outputs};WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=__decorate([Component({selector:wjBarcodeGs1DataBarExpandedMeta.selector,template:wjBarcodeGs1DataBarExpandedMeta.template,inputs:wjBarcodeGs1DataBarExpandedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarExpanded_1)},...wjBarcodeGs1DataBarExpandedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarExpanded);export{WjBarcodeGs1DataBarExpanded};var wjBarcodeGs1DataBarExpandedStackedMeta={selector:"wj-barcode-gs1-data-bar-expanded-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom","rowCount"],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{wjBarcodeGs1DataBarExpandedStackedMeta};let WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=class WjBarcodeGs1DataBarExpandedStacked extends wjcBarcodeComposite.Gs1DataBarExpandedStacked{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpandedStacked.meta={outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs};WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=__decorate([Component({selector:wjBarcodeGs1DataBarExpandedStackedMeta.selector,template:wjBarcodeGs1DataBarExpandedStackedMeta.template,inputs:wjBarcodeGs1DataBarExpandedStackedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarExpandedStacked_1)},...wjBarcodeGs1DataBarExpandedStackedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarExpandedStacked);export{WjBarcodeGs1DataBarExpandedStacked};var wjBarcodePdf417Meta={selector:"wj-barcode-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","errorCorrectionLevel","columns","rows","compact"],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{wjBarcodePdf417Meta};let WjBarcodePdf417=WjBarcodePdf417_1=class WjBarcodePdf417 extends wjcBarcodeComposite.Pdf417{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodePdf417.meta={outputs:wjBarcodePdf417Meta.outputs};WjBarcodePdf417=WjBarcodePdf417_1=__decorate([Component({selector:wjBarcodePdf417Meta.selector,template:wjBarcodePdf417Meta.template,inputs:wjBarcodePdf417Meta.inputs,outputs:wjBarcodePdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodePdf417_1)},...wjBarcodePdf417Meta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodePdf417);export{WjBarcodePdf417};var wjBarcodeMicroPdf417Meta={selector:"wj-barcode-micro-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","dimensions","compactionMode","structuredAppend","segmentIndex","fileId","optionalFields"],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{wjBarcodeMicroPdf417Meta};let WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=class WjBarcodeMicroPdf417 extends wjcBarcodeComposite.MicroPdf417{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){let o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeMicroPdf417.meta={outputs:wjBarcodeMicroPdf417Meta.outputs};WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=__decorate([Component({selector:wjBarcodeMicroPdf417Meta.selector,template:wjBarcodeMicroPdf417Meta.template,inputs:wjBarcodeMicroPdf417Meta.inputs,outputs:wjBarcodeMicroPdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeMicroPdf417_1)},...wjBarcodeMicroPdf417Meta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeMicroPdf417);export{WjBarcodeMicroPdf417};let moduleExports=[WjBarcodeGs1DataBarOmnidirectional,WjBarcodeGs1DataBarTruncated,WjBarcodeGs1DataBarStacked,WjBarcodeGs1DataBarStackedOmnidirectional,WjBarcodeGs1DataBarLimited,WjBarcodeGs1DataBarExpanded,WjBarcodeGs1DataBarExpandedStacked,WjBarcodePdf417,WjBarcodeMicroPdf417],WjBarcodeCompositeModule=class WjBarcodeCompositeModule{};WjBarcodeCompositeModule=__decorate([NgModule({imports:[CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeCompositeModule);export{WjBarcodeCompositeModule};
|
|
14
|
+
var WjBarcodeGs1DataBarOmnidirectional_1,WjBarcodeGs1DataBarTruncated_1,WjBarcodeGs1DataBarStacked_1,WjBarcodeGs1DataBarStackedOmnidirectional_1,WjBarcodeGs1DataBarLimited_1,WjBarcodeGs1DataBarExpanded_1,WjBarcodeGs1DataBarExpandedStacked_1,WjBarcodePdf417_1,WjBarcodeMicroPdf417_1,__decorate=this&&this.__decorate||function(e,a,t,r){var o,i=arguments.length,d=i<3?a:null===r?r=Object.getOwnPropertyDescriptor(a,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)d=Reflect.decorate(e,a,t,r);else for(var n=e.length-1;n>=0;n--)(o=e[n])&&(d=(i<3?o(d):i>3?o(a,t,d):o(a,t))||d);return i>3&&d&&Object.defineProperty(a,t,d),d},__param=this&&this.__param||function(e,a){return function(t,r){a(t,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.angular2legacy.directivebase";import*as wjcBarcodeComposite from"@mescius/wijmo.barcode.composite";var wjBarcodeGs1DataBarOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarOmnidirectionalMeta};let WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=class WjBarcodeGs1DataBarOmnidirectional extends wjcBarcodeComposite.Gs1DataBarOmnidirectional{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarOmnidirectional.meta={outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarOmnidirectional=WjBarcodeGs1DataBarOmnidirectional_1=__decorate([Component({selector:wjBarcodeGs1DataBarOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarOmnidirectional_1)},...wjBarcodeGs1DataBarOmnidirectionalMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarOmnidirectional);export{WjBarcodeGs1DataBarOmnidirectional};var wjBarcodeGs1DataBarTruncatedMeta={selector:"wj-barcode-gs1-data-bar-truncated",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarTruncatedMeta};let WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=class WjBarcodeGs1DataBarTruncated extends wjcBarcodeComposite.Gs1DataBarTruncated{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarTruncated.meta={outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs};WjBarcodeGs1DataBarTruncated=WjBarcodeGs1DataBarTruncated_1=__decorate([Component({selector:wjBarcodeGs1DataBarTruncatedMeta.selector,template:wjBarcodeGs1DataBarTruncatedMeta.template,inputs:wjBarcodeGs1DataBarTruncatedMeta.inputs,outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarTruncated_1)},...wjBarcodeGs1DataBarTruncatedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarTruncated);export{WjBarcodeGs1DataBarTruncated};var wjBarcodeGs1DataBarStackedMeta={selector:"wj-barcode-gs1-data-bar-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],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{wjBarcodeGs1DataBarStackedMeta};let WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=class WjBarcodeGs1DataBarStacked extends wjcBarcodeComposite.Gs1DataBarStacked{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStacked.meta={outputs:wjBarcodeGs1DataBarStackedMeta.outputs};WjBarcodeGs1DataBarStacked=WjBarcodeGs1DataBarStacked_1=__decorate([Component({selector:wjBarcodeGs1DataBarStackedMeta.selector,template:wjBarcodeGs1DataBarStackedMeta.template,inputs:wjBarcodeGs1DataBarStackedMeta.inputs,outputs:wjBarcodeGs1DataBarStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarStacked_1)},...wjBarcodeGs1DataBarStackedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarStacked);export{WjBarcodeGs1DataBarStacked};var wjBarcodeGs1DataBarStackedOmnidirectionalMeta={selector:"wj-barcode-gs1-data-bar-stacked-omnidirectional",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","ratio"],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{wjBarcodeGs1DataBarStackedOmnidirectionalMeta};let WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=class WjBarcodeGs1DataBarStackedOmnidirectional extends wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarStackedOmnidirectional.meta={outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs};WjBarcodeGs1DataBarStackedOmnidirectional=WjBarcodeGs1DataBarStackedOmnidirectional_1=__decorate([Component({selector:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.selector,template:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.template,inputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.inputs,outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarStackedOmnidirectional_1)},...wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarStackedOmnidirectional);export{WjBarcodeGs1DataBarStackedOmnidirectional};var wjBarcodeGs1DataBarLimitedMeta={selector:"wj-barcode-gs1-data-bar-limited",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText"],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{wjBarcodeGs1DataBarLimitedMeta};let WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=class WjBarcodeGs1DataBarLimited extends wjcBarcodeComposite.Gs1DataBarLimited{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarLimited.meta={outputs:wjBarcodeGs1DataBarLimitedMeta.outputs};WjBarcodeGs1DataBarLimited=WjBarcodeGs1DataBarLimited_1=__decorate([Component({selector:wjBarcodeGs1DataBarLimitedMeta.selector,template:wjBarcodeGs1DataBarLimitedMeta.template,inputs:wjBarcodeGs1DataBarLimitedMeta.inputs,outputs:wjBarcodeGs1DataBarLimitedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarLimited_1)},...wjBarcodeGs1DataBarLimitedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarLimited);export{WjBarcodeGs1DataBarLimited};var wjBarcodeGs1DataBarExpandedMeta={selector:"wj-barcode-gs1-data-bar-expanded",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom"],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{wjBarcodeGs1DataBarExpandedMeta};let WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=class WjBarcodeGs1DataBarExpanded extends wjcBarcodeComposite.Gs1DataBarExpanded{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpanded.meta={outputs:wjBarcodeGs1DataBarExpandedMeta.outputs};WjBarcodeGs1DataBarExpanded=WjBarcodeGs1DataBarExpanded_1=__decorate([Component({selector:wjBarcodeGs1DataBarExpandedMeta.selector,template:wjBarcodeGs1DataBarExpandedMeta.template,inputs:wjBarcodeGs1DataBarExpandedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarExpanded_1)},...wjBarcodeGs1DataBarExpandedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarExpanded);export{WjBarcodeGs1DataBarExpanded};var wjBarcodeGs1DataBarExpandedStackedMeta={selector:"wj-barcode-gs1-data-bar-expanded-stacked",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","linkage","linkageVersion","linkageHeight","hideLinkageText","hideAiText","autoWidth","autoWidthZoom","rowCount"],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{wjBarcodeGs1DataBarExpandedStackedMeta};let WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=class WjBarcodeGs1DataBarExpandedStacked extends wjcBarcodeComposite.Gs1DataBarExpandedStacked{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeGs1DataBarExpandedStacked.meta={outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs};WjBarcodeGs1DataBarExpandedStacked=WjBarcodeGs1DataBarExpandedStacked_1=__decorate([Component({selector:wjBarcodeGs1DataBarExpandedStackedMeta.selector,template:wjBarcodeGs1DataBarExpandedStackedMeta.template,inputs:wjBarcodeGs1DataBarExpandedStackedMeta.inputs,outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeGs1DataBarExpandedStacked_1)},...wjBarcodeGs1DataBarExpandedStackedMeta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1DataBarExpandedStacked);export{WjBarcodeGs1DataBarExpandedStacked};var wjBarcodePdf417Meta={selector:"wj-barcode-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","errorCorrectionLevel","columns","rows","compact"],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{wjBarcodePdf417Meta};let WjBarcodePdf417=WjBarcodePdf417_1=class WjBarcodePdf417 extends wjcBarcodeComposite.Pdf417{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodePdf417.meta={outputs:wjBarcodePdf417Meta.outputs};WjBarcodePdf417=WjBarcodePdf417_1=__decorate([Component({selector:wjBarcodePdf417Meta.selector,template:wjBarcodePdf417Meta.template,inputs:wjBarcodePdf417Meta.inputs,outputs:wjBarcodePdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodePdf417_1)},...wjBarcodePdf417Meta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodePdf417);export{WjBarcodePdf417};var wjBarcodeMicroPdf417Meta={selector:"wj-barcode-micro-pdf417",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","dimensions","compactionMode","structuredAppend","segmentIndex","fileId","optionalFields"],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{wjBarcodeMicroPdf417Meta};let WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=class WjBarcodeMicroPdf417 extends wjcBarcodeComposite.MicroPdf417{constructor(e,a,t){super(WjDirectiveBehavior.getHostElement(e,a));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,a,t);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,a,t,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[a]?i.runOutsideAngular(()=>{super.addEventListener(e,a,t,r)}):super.addEventListener(e,a,t,r)}};WjBarcodeMicroPdf417.meta={outputs:wjBarcodeMicroPdf417Meta.outputs};WjBarcodeMicroPdf417=WjBarcodeMicroPdf417_1=__decorate([Component({selector:wjBarcodeMicroPdf417Meta.selector,template:wjBarcodeMicroPdf417Meta.template,inputs:wjBarcodeMicroPdf417Meta.inputs,outputs:wjBarcodeMicroPdf417Meta.outputs,providers:[{provide:"WjComponent",useExisting:forwardRef(()=>WjBarcodeMicroPdf417_1)},...wjBarcodeMicroPdf417Meta.providers]}),__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeMicroPdf417);export{WjBarcodeMicroPdf417};const moduleExports=[WjBarcodeGs1DataBarOmnidirectional,WjBarcodeGs1DataBarTruncated,WjBarcodeGs1DataBarStacked,WjBarcodeGs1DataBarStackedOmnidirectional,WjBarcodeGs1DataBarLimited,WjBarcodeGs1DataBarExpanded,WjBarcodeGs1DataBarExpandedStacked,WjBarcodePdf417,WjBarcodeMicroPdf417];let WjBarcodeCompositeModule=class WjBarcodeCompositeModule{};WjBarcodeCompositeModule=__decorate([NgModule({imports:[CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeCompositeModule);export{WjBarcodeCompositeModule};
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20261.45-nightly.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t163143
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* {@module wijmo.angular2legacy.barcode.composite}
|
|
15
|
-
* Contains Angular 2 components for the <b>wijmo.barcode.composite</b> module.
|
|
16
|
-
*
|
|
17
|
-
* <b>wijmo.angular2legacy.barcode.composite</b> is an external TypeScript module that can be imported to your code
|
|
18
|
-
* using its ambient module name. For example:
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
14
|
+
* {@module wijmo.angular2legacy.barcode.composite}
|
|
15
|
+
* Contains Angular 2 components for the <b>wijmo.barcode.composite</b> module.
|
|
16
|
+
*
|
|
17
|
+
* <b>wijmo.angular2legacy.barcode.composite</b> is an external TypeScript module that can be imported to your code
|
|
18
|
+
* using its ambient module name. For example:
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
@@ -36,9 +36,9 @@ export { wjBarcodeGs1DataBarOmnidirectionalMeta };
|
|
|
36
36
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
37
37
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
38
38
|
*
|
|
39
|
-
* The <b>WjBarcodeGs1DataBarOmnidirectional</b> component is derived from the <b>Gs1DataBarOmnidirectional</b> control and
|
|
39
|
+
* The <b>WjBarcodeGs1DataBarOmnidirectional</b> component is derived from the <b>Gs1DataBarOmnidirectional</b> control and
|
|
40
40
|
* inherits all its properties, events and methods.
|
|
41
|
-
*/
|
|
41
|
+
*/
|
|
42
42
|
export declare class WjBarcodeGs1DataBarOmnidirectional extends wjcBarcodeComposite.Gs1DataBarOmnidirectional implements OnInit, OnDestroy, AfterViewInit {
|
|
43
43
|
static readonly meta: IWjComponentMetadata;
|
|
44
44
|
private _wjBehaviour;
|
|
@@ -116,9 +116,9 @@ export { wjBarcodeGs1DataBarTruncatedMeta };
|
|
|
116
116
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
117
117
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
118
118
|
*
|
|
119
|
-
* The <b>WjBarcodeGs1DataBarTruncated</b> component is derived from the <b>Gs1DataBarTruncated</b> control and
|
|
119
|
+
* The <b>WjBarcodeGs1DataBarTruncated</b> component is derived from the <b>Gs1DataBarTruncated</b> control and
|
|
120
120
|
* inherits all its properties, events and methods.
|
|
121
|
-
*/
|
|
121
|
+
*/
|
|
122
122
|
export declare class WjBarcodeGs1DataBarTruncated extends wjcBarcodeComposite.Gs1DataBarTruncated implements OnInit, OnDestroy, AfterViewInit {
|
|
123
123
|
static readonly meta: IWjComponentMetadata;
|
|
124
124
|
private _wjBehaviour;
|
|
@@ -196,9 +196,9 @@ export { wjBarcodeGs1DataBarStackedMeta };
|
|
|
196
196
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
197
197
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
198
198
|
*
|
|
199
|
-
* The <b>WjBarcodeGs1DataBarStacked</b> component is derived from the <b>Gs1DataBarStacked</b> control and
|
|
199
|
+
* The <b>WjBarcodeGs1DataBarStacked</b> component is derived from the <b>Gs1DataBarStacked</b> control and
|
|
200
200
|
* inherits all its properties, events and methods.
|
|
201
|
-
*/
|
|
201
|
+
*/
|
|
202
202
|
export declare class WjBarcodeGs1DataBarStacked extends wjcBarcodeComposite.Gs1DataBarStacked implements OnInit, OnDestroy, AfterViewInit {
|
|
203
203
|
static readonly meta: IWjComponentMetadata;
|
|
204
204
|
private _wjBehaviour;
|
|
@@ -276,9 +276,9 @@ export { wjBarcodeGs1DataBarStackedOmnidirectionalMeta };
|
|
|
276
276
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
277
277
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
278
278
|
*
|
|
279
|
-
* The <b>WjBarcodeGs1DataBarStackedOmnidirectional</b> component is derived from the <b>Gs1DataBarStackedOmnidirectional</b> control and
|
|
279
|
+
* The <b>WjBarcodeGs1DataBarStackedOmnidirectional</b> component is derived from the <b>Gs1DataBarStackedOmnidirectional</b> control and
|
|
280
280
|
* inherits all its properties, events and methods.
|
|
281
|
-
*/
|
|
281
|
+
*/
|
|
282
282
|
export declare class WjBarcodeGs1DataBarStackedOmnidirectional extends wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional implements OnInit, OnDestroy, AfterViewInit {
|
|
283
283
|
static readonly meta: IWjComponentMetadata;
|
|
284
284
|
private _wjBehaviour;
|
|
@@ -356,9 +356,9 @@ export { wjBarcodeGs1DataBarLimitedMeta };
|
|
|
356
356
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
357
357
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
358
358
|
*
|
|
359
|
-
* The <b>WjBarcodeGs1DataBarLimited</b> component is derived from the <b>Gs1DataBarLimited</b> control and
|
|
359
|
+
* The <b>WjBarcodeGs1DataBarLimited</b> component is derived from the <b>Gs1DataBarLimited</b> control and
|
|
360
360
|
* inherits all its properties, events and methods.
|
|
361
|
-
*/
|
|
361
|
+
*/
|
|
362
362
|
export declare class WjBarcodeGs1DataBarLimited extends wjcBarcodeComposite.Gs1DataBarLimited implements OnInit, OnDestroy, AfterViewInit {
|
|
363
363
|
static readonly meta: IWjComponentMetadata;
|
|
364
364
|
private _wjBehaviour;
|
|
@@ -436,9 +436,9 @@ export { wjBarcodeGs1DataBarExpandedMeta };
|
|
|
436
436
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
437
437
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
438
438
|
*
|
|
439
|
-
* The <b>WjBarcodeGs1DataBarExpanded</b> component is derived from the <b>Gs1DataBarExpanded</b> control and
|
|
439
|
+
* The <b>WjBarcodeGs1DataBarExpanded</b> component is derived from the <b>Gs1DataBarExpanded</b> control and
|
|
440
440
|
* inherits all its properties, events and methods.
|
|
441
|
-
*/
|
|
441
|
+
*/
|
|
442
442
|
export declare class WjBarcodeGs1DataBarExpanded extends wjcBarcodeComposite.Gs1DataBarExpanded implements OnInit, OnDestroy, AfterViewInit {
|
|
443
443
|
static readonly meta: IWjComponentMetadata;
|
|
444
444
|
private _wjBehaviour;
|
|
@@ -516,9 +516,9 @@ export { wjBarcodeGs1DataBarExpandedStackedMeta };
|
|
|
516
516
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
517
517
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
518
518
|
*
|
|
519
|
-
* The <b>WjBarcodeGs1DataBarExpandedStacked</b> component is derived from the <b>Gs1DataBarExpandedStacked</b> control and
|
|
519
|
+
* The <b>WjBarcodeGs1DataBarExpandedStacked</b> component is derived from the <b>Gs1DataBarExpandedStacked</b> control and
|
|
520
520
|
* inherits all its properties, events and methods.
|
|
521
|
-
*/
|
|
521
|
+
*/
|
|
522
522
|
export declare class WjBarcodeGs1DataBarExpandedStacked extends wjcBarcodeComposite.Gs1DataBarExpandedStacked implements OnInit, OnDestroy, AfterViewInit {
|
|
523
523
|
static readonly meta: IWjComponentMetadata;
|
|
524
524
|
private _wjBehaviour;
|
|
@@ -596,9 +596,9 @@ export { wjBarcodePdf417Meta };
|
|
|
596
596
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
597
597
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
598
598
|
*
|
|
599
|
-
* The <b>WjBarcodePdf417</b> component is derived from the <b>Pdf417</b> control and
|
|
599
|
+
* The <b>WjBarcodePdf417</b> component is derived from the <b>Pdf417</b> control and
|
|
600
600
|
* inherits all its properties, events and methods.
|
|
601
|
-
*/
|
|
601
|
+
*/
|
|
602
602
|
export declare class WjBarcodePdf417 extends wjcBarcodeComposite.Pdf417 implements OnInit, OnDestroy, AfterViewInit {
|
|
603
603
|
static readonly meta: IWjComponentMetadata;
|
|
604
604
|
private _wjBehaviour;
|
|
@@ -676,9 +676,9 @@ export { wjBarcodeMicroPdf417Meta };
|
|
|
676
676
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
677
677
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
678
678
|
*
|
|
679
|
-
* The <b>WjBarcodeMicroPdf417</b> component is derived from the <b>MicroPdf417</b> control and
|
|
679
|
+
* The <b>WjBarcodeMicroPdf417</b> component is derived from the <b>MicroPdf417</b> control and
|
|
680
680
|
* inherits all its properties, events and methods.
|
|
681
|
-
*/
|
|
681
|
+
*/
|
|
682
682
|
export declare class WjBarcodeMicroPdf417 extends wjcBarcodeComposite.MicroPdf417 implements OnInit, OnDestroy, AfterViewInit {
|
|
683
683
|
static readonly meta: IWjComponentMetadata;
|
|
684
684
|
private _wjBehaviour;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2legacy.barcode.composite",
|
|
3
|
-
"version": "5.20261.45-nightly.
|
|
3
|
+
"version": "5.20261.45-nightly.d20260105.t163143",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo": "5.20261.45-nightly.
|
|
11
|
-
"@mescius/wijmo.barcode.composite": "5.20261.45-nightly.
|
|
12
|
-
"@mescius/wijmo.angular2legacy.directivebase": "5.20261.45-nightly.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t163143",
|
|
11
|
+
"@mescius/wijmo.barcode.composite": "5.20261.45-nightly.d20260105.t163143",
|
|
12
|
+
"@mescius/wijmo.angular2legacy.directivebase": "5.20261.45-nightly.d20260105.t163143"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
15
|
"bugs": {
|