@mescius/wijmo.angular2.barcode.specialized 5.20252.44 → 5.20261.45-nightly.d20260105.t014601
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 +9 -9
- package/es5-esm.js +1 -1
- package/index.d.ts +24 -24
- 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.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
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 WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,c=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,a,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(c=(i<3?o(c):i>3?o(t,a,c):o(t,a))||c);return i>3&&c&&Object.defineProperty(t,a,c),c},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcBarcodeSpecialized=__importStar(require("@mescius/wijmo.barcode.specialized"));var wjBarcodeDataMatrixEcc000Meta={selector:"wj-barcode-data-matrix-ecc000",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","version","symbolSize"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc000Meta=wjBarcodeDataMatrixEcc000Meta;let WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc000Meta.selector,standalone: false,template:wjBarcodeDataMatrixEcc000Meta.template,inputs:wjBarcodeDataMatrixEcc000Meta.inputs,outputs:wjBarcodeDataMatrixEcc000Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc000_1)},...wjBarcodeDataMatrixEcc000Meta.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())],WjBarcodeDataMatrixEcc000);exports.WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000;var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc200Meta=wjBarcodeDataMatrixEcc200Meta;let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc200Meta.selector,standalone: false,template:wjBarcodeDataMatrixEcc200Meta.template,inputs:wjBarcodeDataMatrixEcc200Meta.inputs,outputs:wjBarcodeDataMatrixEcc200Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc200_1)},...wjBarcodeDataMatrixEcc200Meta.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())],WjBarcodeDataMatrixEcc200);exports.WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200;var wjBarcodeCode49Meta={selector:"wj-barcode-code49",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode49Meta=wjBarcodeCode49Meta;let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([core_1.Component({selector:wjBarcodeCode49Meta.selector,standalone: false,template:wjBarcodeCode49Meta.template,inputs:wjBarcodeCode49Meta.inputs,outputs:wjBarcodeCode49Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode49_1)},...wjBarcodeCode49Meta.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())],WjBarcodeCode49);exports.WjBarcodeCode49=WjBarcodeCode49;var wjBarcodeCode93Meta={selector:"wj-barcode-code93",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode93Meta=wjBarcodeCode93Meta;let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([core_1.Component({selector:wjBarcodeCode93Meta.selector,standalone: false,template:wjBarcodeCode93Meta.template,inputs:wjBarcodeCode93Meta.inputs,outputs:wjBarcodeCode93Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode93_1)},...wjBarcodeCode93Meta.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())],WjBarcodeCode93);exports.WjBarcodeCode93=WjBarcodeCode93;var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeItf14Meta=wjBarcodeItf14Meta;let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([core_1.Component({selector:wjBarcodeItf14Meta.selector,standalone: false,template:wjBarcodeItf14Meta.template,inputs:wjBarcodeItf14Meta.inputs,outputs:wjBarcodeItf14Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeItf14_1)},...wjBarcodeItf14Meta.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())],WjBarcodeItf14);exports.WjBarcodeItf14=WjBarcodeItf14;var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeInterleaved2of5Meta=wjBarcodeInterleaved2of5Meta;let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([core_1.Component({selector:wjBarcodeInterleaved2of5Meta.selector,standalone: false,template:wjBarcodeInterleaved2of5Meta.template,inputs:wjBarcodeInterleaved2of5Meta.inputs,outputs:wjBarcodeInterleaved2of5Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeInterleaved2of5_1)},...wjBarcodeInterleaved2of5Meta.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())],WjBarcodeInterleaved2of5);exports.WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5;var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeJapanesePostalMeta=wjBarcodeJapanesePostalMeta;let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([core_1.Component({selector:wjBarcodeJapanesePostalMeta.selector,standalone: false,template:wjBarcodeJapanesePostalMeta.template,inputs:wjBarcodeJapanesePostalMeta.inputs,outputs:wjBarcodeJapanesePostalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeJapanesePostal_1)},...wjBarcodeJapanesePostalMeta.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())],WjBarcodeJapanesePostal);exports.WjBarcodeJapanesePostal=WjBarcodeJapanesePostal;let moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal],WjBarcodeSpecializedModule=class WjBarcodeSpecializedModule{};WjBarcodeSpecializedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeSpecializedModule);exports.WjBarcodeSpecializedModule=WjBarcodeSpecializedModule;
|
|
14
|
+
"use strict";var WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,c=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,a,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(c=(i<3?o(c):i>3?o(t,a,c):o(t,a))||c);return i>3&&c&&Object.defineProperty(t,a,c),c},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcBarcodeSpecialized=__importStar(require("@mescius/wijmo.barcode.specialized"));var wjBarcodeDataMatrixEcc000Meta={selector:"wj-barcode-data-matrix-ecc000",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","version","symbolSize"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc000Meta=wjBarcodeDataMatrixEcc000Meta;let WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc000Meta.selector,standalone: false,template:wjBarcodeDataMatrixEcc000Meta.template,inputs:wjBarcodeDataMatrixEcc000Meta.inputs,outputs:wjBarcodeDataMatrixEcc000Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc000_1)},...wjBarcodeDataMatrixEcc000Meta.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())],WjBarcodeDataMatrixEcc000);exports.WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000;var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc200Meta=wjBarcodeDataMatrixEcc200Meta;let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc200Meta.selector,standalone: false,template:wjBarcodeDataMatrixEcc200Meta.template,inputs:wjBarcodeDataMatrixEcc200Meta.inputs,outputs:wjBarcodeDataMatrixEcc200Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc200_1)},...wjBarcodeDataMatrixEcc200Meta.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())],WjBarcodeDataMatrixEcc200);exports.WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200;var wjBarcodeCode49Meta={selector:"wj-barcode-code49",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode49Meta=wjBarcodeCode49Meta;let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([core_1.Component({selector:wjBarcodeCode49Meta.selector,standalone: false,template:wjBarcodeCode49Meta.template,inputs:wjBarcodeCode49Meta.inputs,outputs:wjBarcodeCode49Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode49_1)},...wjBarcodeCode49Meta.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())],WjBarcodeCode49);exports.WjBarcodeCode49=WjBarcodeCode49;var wjBarcodeCode93Meta={selector:"wj-barcode-code93",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode93Meta=wjBarcodeCode93Meta;let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([core_1.Component({selector:wjBarcodeCode93Meta.selector,standalone: false,template:wjBarcodeCode93Meta.template,inputs:wjBarcodeCode93Meta.inputs,outputs:wjBarcodeCode93Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode93_1)},...wjBarcodeCode93Meta.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())],WjBarcodeCode93);exports.WjBarcodeCode93=WjBarcodeCode93;var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeItf14Meta=wjBarcodeItf14Meta;let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([core_1.Component({selector:wjBarcodeItf14Meta.selector,standalone: false,template:wjBarcodeItf14Meta.template,inputs:wjBarcodeItf14Meta.inputs,outputs:wjBarcodeItf14Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeItf14_1)},...wjBarcodeItf14Meta.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())],WjBarcodeItf14);exports.WjBarcodeItf14=WjBarcodeItf14;var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeInterleaved2of5Meta=wjBarcodeInterleaved2of5Meta;let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([core_1.Component({selector:wjBarcodeInterleaved2of5Meta.selector,standalone: false,template:wjBarcodeInterleaved2of5Meta.template,inputs:wjBarcodeInterleaved2of5Meta.inputs,outputs:wjBarcodeInterleaved2of5Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeInterleaved2of5_1)},...wjBarcodeInterleaved2of5Meta.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())],WjBarcodeInterleaved2of5);exports.WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5;var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeJapanesePostalMeta=wjBarcodeJapanesePostalMeta;let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([core_1.Component({selector:wjBarcodeJapanesePostalMeta.selector,standalone: false,template:wjBarcodeJapanesePostalMeta.template,inputs:wjBarcodeJapanesePostalMeta.inputs,outputs:wjBarcodeJapanesePostalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeJapanesePostal_1)},...wjBarcodeJapanesePostalMeta.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())],WjBarcodeJapanesePostal);exports.WjBarcodeJapanesePostal=WjBarcodeJapanesePostal;const moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal];let WjBarcodeSpecializedModule=class WjBarcodeSpecializedModule{};WjBarcodeSpecializedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeSpecializedModule);exports.WjBarcodeSpecializedModule=WjBarcodeSpecializedModule;
|
package/es2015-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import * as ɵngcc0 from '@angular/core';
|
|
15
|
-
var WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,
|
|
15
|
+
var WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,n=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,a,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(n=(i<3?o(n):i>3?o(t,a,n):o(t,a))||n);return i>3&&n&&Object.defineProperty(t,a,n),n},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcBarcodeSpecialized from"@mescius/wijmo.barcode.specialized";var wjBarcodeDataMatrixEcc000Meta={selector:"wj-barcode-data-matrix-ecc000",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","version","symbolSize"],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{wjBarcodeDataMatrixEcc000Meta};let WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
16
16
|
WjBarcodeDataMatrixEcc000.ɵfac = function WjBarcodeDataMatrixEcc000_Factory(t) { return new (t || WjBarcodeDataMatrixEcc000)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
-
WjBarcodeDataMatrixEcc000.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeDataMatrixEcc000, standalone: false, selectors: [["wj-barcode-data-matrix-ecc000"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", version: "version", symbolSize: "symbolSize" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeDataMatrixEcc000_1) }, ...wjBarcodeDataMatrixEcc000Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeDataMatrixEcc000_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeDataMatrixEcc000);export{WjBarcodeDataMatrixEcc000};var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],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{wjBarcodeDataMatrixEcc200Meta};let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
17
|
+
WjBarcodeDataMatrixEcc000.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeDataMatrixEcc000, standalone: false, selectors: [["wj-barcode-data-matrix-ecc000"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", version: "version", symbolSize: "symbolSize" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeDataMatrixEcc000_1) }, ...wjBarcodeDataMatrixEcc000Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeDataMatrixEcc000_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeDataMatrixEcc000);export{WjBarcodeDataMatrixEcc000};var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],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{wjBarcodeDataMatrixEcc200Meta};let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
18
18
|
WjBarcodeDataMatrixEcc200.ɵfac = function WjBarcodeDataMatrixEcc200_Factory(t) { return new (t || WjBarcodeDataMatrixEcc200)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
19
|
-
WjBarcodeDataMatrixEcc200.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeDataMatrixEcc200, standalone: false, selectors: [["wj-barcode-data-matrix-ecc200"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", symbolSize: "symbolSize", encodingMode: "encodingMode", structuredAppend: "structuredAppend", structureNumber: "structureNumber", fileIdentifier: "fileIdentifier" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeDataMatrixEcc200_1) }, ...wjBarcodeDataMatrixEcc200Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeDataMatrixEcc200_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeDataMatrixEcc200);export{WjBarcodeDataMatrixEcc200};var wjBarcodeCode49Meta={selector:"wj-barcode-code49",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode49Meta};let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
19
|
+
WjBarcodeDataMatrixEcc200.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeDataMatrixEcc200, standalone: false, selectors: [["wj-barcode-data-matrix-ecc200"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", symbolSize: "symbolSize", encodingMode: "encodingMode", structuredAppend: "structuredAppend", structureNumber: "structureNumber", fileIdentifier: "fileIdentifier" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeDataMatrixEcc200_1) }, ...wjBarcodeDataMatrixEcc200Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeDataMatrixEcc200_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeDataMatrixEcc200);export{WjBarcodeDataMatrixEcc200};var wjBarcodeCode49Meta={selector:"wj-barcode-code49",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode49Meta};let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
20
20
|
WjBarcodeCode49.ɵfac = function WjBarcodeCode49_Factory(t) { return new (t || WjBarcodeCode49)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
21
|
-
WjBarcodeCode49.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode49, standalone: false, selectors: [["wj-barcode-code49"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", grouping: "grouping", groupIndex: "groupIndex", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode49_1) }, ...wjBarcodeCode49Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode49_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode49);export{WjBarcodeCode49};var wjBarcodeCode93Meta={selector:"wj-barcode-code93",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode93Meta};let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
21
|
+
WjBarcodeCode49.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode49, standalone: false, selectors: [["wj-barcode-code49"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", grouping: "grouping", groupIndex: "groupIndex", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode49_1) }, ...wjBarcodeCode49Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode49_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode49);export{WjBarcodeCode49};var wjBarcodeCode93Meta={selector:"wj-barcode-code93",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode93Meta};let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
22
22
|
WjBarcodeCode93.ɵfac = function WjBarcodeCode93_Factory(t) { return new (t || WjBarcodeCode93)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
23
|
-
WjBarcodeCode93.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode93, standalone: false, selectors: [["wj-barcode-code93"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode93_1) }, ...wjBarcodeCode93Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode93_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode93);export{WjBarcodeCode93};var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeItf14Meta};let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
23
|
+
WjBarcodeCode93.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode93, standalone: false, selectors: [["wj-barcode-code93"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeCode93_1) }, ...wjBarcodeCode93Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeCode93_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode93);export{WjBarcodeCode93};var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeItf14Meta};let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
24
24
|
WjBarcodeItf14.ɵfac = function WjBarcodeItf14_Factory(t) { return new (t || WjBarcodeItf14)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
25
|
-
WjBarcodeItf14.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeItf14, standalone: false, selectors: [["wj-barcode-itf14"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", nwRatio: "nwRatio", bearerBar: "bearerBar", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeItf14_1) }, ...wjBarcodeItf14Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeItf14_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeItf14);export{WjBarcodeItf14};var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],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{wjBarcodeInterleaved2of5Meta};let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
25
|
+
WjBarcodeItf14.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeItf14, standalone: false, selectors: [["wj-barcode-itf14"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", nwRatio: "nwRatio", bearerBar: "bearerBar", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeItf14_1) }, ...wjBarcodeItf14Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeItf14_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeItf14);export{WjBarcodeItf14};var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],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{wjBarcodeInterleaved2of5Meta};let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
26
26
|
WjBarcodeInterleaved2of5.ɵfac = function WjBarcodeInterleaved2of5_Factory(t) { return new (t || WjBarcodeInterleaved2of5)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
27
|
-
WjBarcodeInterleaved2of5.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeInterleaved2of5, standalone: false, selectors: [["wj-barcode-interleaved2of5"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", nwRatio: "nwRatio", bearerBar: "bearerBar", labelPosition: "labelPosition", checkCharacter: "checkCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeInterleaved2of5_1) }, ...wjBarcodeInterleaved2of5Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeInterleaved2of5_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeInterleaved2of5);export{WjBarcodeInterleaved2of5};var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeJapanesePostalMeta};let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){
|
|
27
|
+
WjBarcodeInterleaved2of5.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeInterleaved2of5, standalone: false, selectors: [["wj-barcode-interleaved2of5"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", nwRatio: "nwRatio", bearerBar: "bearerBar", labelPosition: "labelPosition", checkCharacter: "checkCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeInterleaved2of5_1) }, ...wjBarcodeInterleaved2of5Meta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeInterleaved2of5_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeInterleaved2of5);export{WjBarcodeInterleaved2of5};var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",standalone: false,template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeJapanesePostalMeta};let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){const o=WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};
|
|
28
28
|
WjBarcodeJapanesePostal.ɵfac = function WjBarcodeJapanesePostal_Factory(t) { return new (t || WjBarcodeJapanesePostal)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
29
|
-
WjBarcodeJapanesePostal.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeJapanesePostal, standalone: false, selectors: [["wj-barcode-japanese-postal"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeJapanesePostal_1) }, ...wjBarcodeJapanesePostalMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeJapanesePostal_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeJapanesePostal);export{WjBarcodeJapanesePostal};
|
|
29
|
+
WjBarcodeJapanesePostal.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeJapanesePostal, standalone: false, selectors: [["wj-barcode-japanese-postal"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef(() => WjBarcodeJapanesePostal_1) }, ...wjBarcodeJapanesePostalMeta.providers]), ɵngcc0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function WjBarcodeJapanesePostal_Template(rf, ctx) { }, encapsulation: 2 });WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeJapanesePostal);export{WjBarcodeJapanesePostal};const moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal];let WjBarcodeSpecializedModule=class WjBarcodeSpecializedModule{};
|
|
30
30
|
WjBarcodeSpecializedModule.ɵfac = function WjBarcodeSpecializedModule_Factory(t) { return new (t || WjBarcodeSpecializedModule)(); };
|
|
31
31
|
WjBarcodeSpecializedModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjBarcodeSpecializedModule });
|
|
32
32
|
WjBarcodeSpecializedModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20261.45-nightly.d20260105.t014601
|
|
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.angular2.barcode.specialized}
|
|
15
|
-
* Contains Angular 2 components for the <b>wijmo.barcode.specialized</b> module.
|
|
16
|
-
*
|
|
17
|
-
* <b>wijmo.angular2.barcode.specialized</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.angular2.barcode.specialized}
|
|
15
|
+
* Contains Angular 2 components for the <b>wijmo.barcode.specialized</b> module.
|
|
16
|
+
*
|
|
17
|
+
* <b>wijmo.angular2.barcode.specialized</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
|
*/
|
|
@@ -38,9 +38,9 @@ export { wjBarcodeDataMatrixEcc000Meta };
|
|
|
38
38
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
39
39
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
40
40
|
*
|
|
41
|
-
* The <b>WjBarcodeDataMatrixEcc000</b> component is derived from the <b>DataMatrixEcc000</b> control and
|
|
41
|
+
* The <b>WjBarcodeDataMatrixEcc000</b> component is derived from the <b>DataMatrixEcc000</b> control and
|
|
42
42
|
* inherits all its properties, events and methods.
|
|
43
|
-
*/
|
|
43
|
+
*/
|
|
44
44
|
export declare class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000 implements OnInit, OnDestroy, AfterViewInit {
|
|
45
45
|
static readonly meta: IWjComponentMetadata;
|
|
46
46
|
private _wjBehaviour;
|
|
@@ -120,9 +120,9 @@ export { wjBarcodeDataMatrixEcc200Meta };
|
|
|
120
120
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
121
121
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
122
122
|
*
|
|
123
|
-
* The <b>WjBarcodeDataMatrixEcc200</b> component is derived from the <b>DataMatrixEcc200</b> control and
|
|
123
|
+
* The <b>WjBarcodeDataMatrixEcc200</b> component is derived from the <b>DataMatrixEcc200</b> control and
|
|
124
124
|
* inherits all its properties, events and methods.
|
|
125
|
-
*/
|
|
125
|
+
*/
|
|
126
126
|
export declare class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200 implements OnInit, OnDestroy, AfterViewInit {
|
|
127
127
|
static readonly meta: IWjComponentMetadata;
|
|
128
128
|
private _wjBehaviour;
|
|
@@ -202,9 +202,9 @@ export { wjBarcodeCode49Meta };
|
|
|
202
202
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
203
203
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
204
204
|
*
|
|
205
|
-
* The <b>WjBarcodeCode49</b> component is derived from the <b>Code49</b> control and
|
|
205
|
+
* The <b>WjBarcodeCode49</b> component is derived from the <b>Code49</b> control and
|
|
206
206
|
* inherits all its properties, events and methods.
|
|
207
|
-
*/
|
|
207
|
+
*/
|
|
208
208
|
export declare class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49 implements OnInit, OnDestroy, AfterViewInit {
|
|
209
209
|
static readonly meta: IWjComponentMetadata;
|
|
210
210
|
private _wjBehaviour;
|
|
@@ -284,9 +284,9 @@ export { wjBarcodeCode93Meta };
|
|
|
284
284
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
285
285
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
286
286
|
*
|
|
287
|
-
* The <b>WjBarcodeCode93</b> component is derived from the <b>Code93</b> control and
|
|
287
|
+
* The <b>WjBarcodeCode93</b> component is derived from the <b>Code93</b> control and
|
|
288
288
|
* inherits all its properties, events and methods.
|
|
289
|
-
*/
|
|
289
|
+
*/
|
|
290
290
|
export declare class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93 implements OnInit, OnDestroy, AfterViewInit {
|
|
291
291
|
static readonly meta: IWjComponentMetadata;
|
|
292
292
|
private _wjBehaviour;
|
|
@@ -366,9 +366,9 @@ export { wjBarcodeItf14Meta };
|
|
|
366
366
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
367
367
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
368
368
|
*
|
|
369
|
-
* The <b>WjBarcodeItf14</b> component is derived from the <b>Itf14</b> control and
|
|
369
|
+
* The <b>WjBarcodeItf14</b> component is derived from the <b>Itf14</b> control and
|
|
370
370
|
* inherits all its properties, events and methods.
|
|
371
|
-
*/
|
|
371
|
+
*/
|
|
372
372
|
export declare class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14 implements OnInit, OnDestroy, AfterViewInit {
|
|
373
373
|
static readonly meta: IWjComponentMetadata;
|
|
374
374
|
private _wjBehaviour;
|
|
@@ -448,9 +448,9 @@ export { wjBarcodeInterleaved2of5Meta };
|
|
|
448
448
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
449
449
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
450
450
|
*
|
|
451
|
-
* The <b>WjBarcodeInterleaved2of5</b> component is derived from the <b>Interleaved2of5</b> control and
|
|
451
|
+
* The <b>WjBarcodeInterleaved2of5</b> component is derived from the <b>Interleaved2of5</b> control and
|
|
452
452
|
* inherits all its properties, events and methods.
|
|
453
|
-
*/
|
|
453
|
+
*/
|
|
454
454
|
export declare class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5 implements OnInit, OnDestroy, AfterViewInit {
|
|
455
455
|
static readonly meta: IWjComponentMetadata;
|
|
456
456
|
private _wjBehaviour;
|
|
@@ -530,9 +530,9 @@ export { wjBarcodeJapanesePostalMeta };
|
|
|
530
530
|
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
531
531
|
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
532
532
|
*
|
|
533
|
-
* The <b>WjBarcodeJapanesePostal</b> component is derived from the <b>JapanesePostal</b> control and
|
|
533
|
+
* The <b>WjBarcodeJapanesePostal</b> component is derived from the <b>JapanesePostal</b> control and
|
|
534
534
|
* inherits all its properties, events and methods.
|
|
535
|
-
*/
|
|
535
|
+
*/
|
|
536
536
|
export declare class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal implements OnInit, OnDestroy, AfterViewInit {
|
|
537
537
|
static readonly meta: IWjComponentMetadata;
|
|
538
538
|
private _wjBehaviour;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2.barcode.specialized",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.20261.45-nightly.d20260105.t014601",
|
|
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.
|
|
11
|
-
"@mescius/wijmo.barcode.specialized": "5.
|
|
12
|
-
"@mescius/wijmo.angular2.directivebase": "5.
|
|
10
|
+
"@mescius/wijmo": "5.20261.45-nightly.d20260105.t014601",
|
|
11
|
+
"@mescius/wijmo.barcode.specialized": "5.20261.45-nightly.d20260105.t014601",
|
|
12
|
+
"@mescius/wijmo.angular2.directivebase": "5.20261.45-nightly.d20260105.t014601"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
15
|
"bugs": {
|