@mescius/wijmo.angular2.barcode.composite 5.20232.939

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js ADDED
@@ -0,0 +1,195 @@
1
+ /*!
2
+ *
3
+ * Wijmo Library 5.20232.939
4
+ * https://developer.mescius.com/wijmo
5
+ *
6
+ * Copyright(c) MESCIUS inc. All rights reserved.
7
+ *
8
+ * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
9
+ * us.sales@mescius.com
10
+ * https://developer.mescius.com/wijmo/licensing
11
+ *
12
+ */
13
+
14
+ "use strict";var ɵngcc0 = require('@angular/core');
15
+ var ɵngcc1 = require('@angular/common');
16
+ var __extends=this&&this.__extends||function(){var extendStatics=function(e,a){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,a){e.__proto__=a}||function(e,a){for(var t in a)a.hasOwnProperty(t)&&(e[t]=a[t])})(e,a)};return function(e,a){extendStatics(e,a);function __(){this.constructor=e}e.prototype=null===a?Object.create(a):(__.prototype=a.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,a,t,r){var o,i=arguments.length,n=i<3?a:null===r?r=Object.getOwnPropertyDescriptor(a,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,a,t,r);else for(var d=e.length-1;d>=0;d--)(o=e[d])&&(n=(i<3?o(n):i>3?o(a,t,n):o(a,t))||n);return i>3&&n&&Object.defineProperty(a,t,n),n},__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});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcBarcodeComposite=__importStar(require("@mescius/wijmo.barcode.composite")),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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarOmnidirectionalMeta=wjBarcodeGs1DataBarOmnidirectionalMeta;var WjBarcodeGs1DataBarOmnidirectional=function(e){__extends(WjBarcodeGs1DataBarOmnidirectional,e);function WjBarcodeGs1DataBarOmnidirectional(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarOmnidirectional;WjBarcodeGs1DataBarOmnidirectional.prototype.created=function(){};WjBarcodeGs1DataBarOmnidirectional.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarOmnidirectional.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarOmnidirectional.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarOmnidirectional.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarOmnidirectional.meta={outputs:wjBarcodeGs1DataBarOmnidirectionalMeta.outputs};
17
+ WjBarcodeGs1DataBarOmnidirectional.ɵfac = function WjBarcodeGs1DataBarOmnidirectional_Factory(t) { return new (t || WjBarcodeGs1DataBarOmnidirectional)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
18
+ WjBarcodeGs1DataBarOmnidirectional.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarOmnidirectional, selectors: [["wj-barcode-gs1-data-bar-omnidirectional"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarOmnidirectionalMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarOmnidirectional_Template(rf, ctx) { }, encapsulation: 2 });
19
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarOmnidirectional, [{
20
+ type: core_1.Component,
21
+ args: [{ selector: wjBarcodeGs1DataBarOmnidirectionalMeta.selector, template: wjBarcodeGs1DataBarOmnidirectionalMeta.template, inputs: wjBarcodeGs1DataBarOmnidirectionalMeta.inputs, outputs: wjBarcodeGs1DataBarOmnidirectionalMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarOmnidirectionalMeta.providers) }]
22
+ }], function () { return [{ type: undefined, decorators: [{
23
+ type: core_1.Inject,
24
+ args: [core_1.ElementRef]
25
+ }] }, { type: undefined, decorators: [{
26
+ type: core_1.Inject,
27
+ args: [core_1.Injector]
28
+ }] }, { type: undefined, decorators: [{
29
+ type: core_1.Inject,
30
+ args: ["WjComponent"]
31
+ }, {
32
+ type: core_1.SkipSelf
33
+ }, {
34
+ type: core_1.Optional
35
+ }] }]; }, null); })();return WjBarcodeGs1DataBarOmnidirectional=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarOmnidirectional);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarTruncatedMeta=wjBarcodeGs1DataBarTruncatedMeta;var WjBarcodeGs1DataBarTruncated=function(e){__extends(WjBarcodeGs1DataBarTruncated,e);function WjBarcodeGs1DataBarTruncated(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarTruncated;WjBarcodeGs1DataBarTruncated.prototype.created=function(){};WjBarcodeGs1DataBarTruncated.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarTruncated.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarTruncated.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarTruncated.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarTruncated.meta={outputs:wjBarcodeGs1DataBarTruncatedMeta.outputs};
36
+ WjBarcodeGs1DataBarTruncated.ɵfac = function WjBarcodeGs1DataBarTruncated_Factory(t) { return new (t || WjBarcodeGs1DataBarTruncated)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
37
+ WjBarcodeGs1DataBarTruncated.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarTruncated, selectors: [["wj-barcode-gs1-data-bar-truncated"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarTruncatedMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarTruncated_Template(rf, ctx) { }, encapsulation: 2 });
38
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarTruncated, [{
39
+ type: core_1.Component,
40
+ args: [{ selector: wjBarcodeGs1DataBarTruncatedMeta.selector, template: wjBarcodeGs1DataBarTruncatedMeta.template, inputs: wjBarcodeGs1DataBarTruncatedMeta.inputs, outputs: wjBarcodeGs1DataBarTruncatedMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarTruncatedMeta.providers) }]
41
+ }], function () { return [{ type: undefined, decorators: [{
42
+ type: core_1.Inject,
43
+ args: [core_1.ElementRef]
44
+ }] }, { type: undefined, decorators: [{
45
+ type: core_1.Inject,
46
+ args: [core_1.Injector]
47
+ }] }, { type: undefined, decorators: [{
48
+ type: core_1.Inject,
49
+ args: ["WjComponent"]
50
+ }, {
51
+ type: core_1.SkipSelf
52
+ }, {
53
+ type: core_1.Optional
54
+ }] }]; }, null); })();return WjBarcodeGs1DataBarTruncated=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarTruncated);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedMeta=wjBarcodeGs1DataBarStackedMeta;var WjBarcodeGs1DataBarStacked=function(e){__extends(WjBarcodeGs1DataBarStacked,e);function WjBarcodeGs1DataBarStacked(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarStacked;WjBarcodeGs1DataBarStacked.prototype.created=function(){};WjBarcodeGs1DataBarStacked.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarStacked.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarStacked.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarStacked.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarStacked.meta={outputs:wjBarcodeGs1DataBarStackedMeta.outputs};
55
+ WjBarcodeGs1DataBarStacked.ɵfac = function WjBarcodeGs1DataBarStacked_Factory(t) { return new (t || WjBarcodeGs1DataBarStacked)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
56
+ WjBarcodeGs1DataBarStacked.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarStacked, selectors: [["wj-barcode-gs1-data-bar-stacked"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText", ratio: "ratio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarStackedMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarStacked_Template(rf, ctx) { }, encapsulation: 2 });
57
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarStacked, [{
58
+ type: core_1.Component,
59
+ args: [{ selector: wjBarcodeGs1DataBarStackedMeta.selector, template: wjBarcodeGs1DataBarStackedMeta.template, inputs: wjBarcodeGs1DataBarStackedMeta.inputs, outputs: wjBarcodeGs1DataBarStackedMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarStackedMeta.providers) }]
60
+ }], function () { return [{ type: undefined, decorators: [{
61
+ type: core_1.Inject,
62
+ args: [core_1.ElementRef]
63
+ }] }, { type: undefined, decorators: [{
64
+ type: core_1.Inject,
65
+ args: [core_1.Injector]
66
+ }] }, { type: undefined, decorators: [{
67
+ type: core_1.Inject,
68
+ args: ["WjComponent"]
69
+ }, {
70
+ type: core_1.SkipSelf
71
+ }, {
72
+ type: core_1.Optional
73
+ }] }]; }, null); })();return WjBarcodeGs1DataBarStacked=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarStacked);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarStackedOmnidirectionalMeta=wjBarcodeGs1DataBarStackedOmnidirectionalMeta;var WjBarcodeGs1DataBarStackedOmnidirectional=function(e){__extends(WjBarcodeGs1DataBarStackedOmnidirectional,e);function WjBarcodeGs1DataBarStackedOmnidirectional(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarStackedOmnidirectional;WjBarcodeGs1DataBarStackedOmnidirectional.prototype.created=function(){};WjBarcodeGs1DataBarStackedOmnidirectional.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarStackedOmnidirectional.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarStackedOmnidirectional.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarStackedOmnidirectional.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarStackedOmnidirectional.meta={outputs:wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs};
74
+ WjBarcodeGs1DataBarStackedOmnidirectional.ɵfac = function WjBarcodeGs1DataBarStackedOmnidirectional_Factory(t) { return new (t || WjBarcodeGs1DataBarStackedOmnidirectional)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
75
+ WjBarcodeGs1DataBarStackedOmnidirectional.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarStackedOmnidirectional, selectors: [["wj-barcode-gs1-data-bar-stacked-omnidirectional"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText", ratio: "ratio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarStackedOmnidirectional_Template(rf, ctx) { }, encapsulation: 2 });
76
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarStackedOmnidirectional, [{
77
+ type: core_1.Component,
78
+ args: [{ selector: wjBarcodeGs1DataBarStackedOmnidirectionalMeta.selector, template: wjBarcodeGs1DataBarStackedOmnidirectionalMeta.template, inputs: wjBarcodeGs1DataBarStackedOmnidirectionalMeta.inputs, outputs: wjBarcodeGs1DataBarStackedOmnidirectionalMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarStackedOmnidirectionalMeta.providers) }]
79
+ }], function () { return [{ type: undefined, decorators: [{
80
+ type: core_1.Inject,
81
+ args: [core_1.ElementRef]
82
+ }] }, { type: undefined, decorators: [{
83
+ type: core_1.Inject,
84
+ args: [core_1.Injector]
85
+ }] }, { type: undefined, decorators: [{
86
+ type: core_1.Inject,
87
+ args: ["WjComponent"]
88
+ }, {
89
+ type: core_1.SkipSelf
90
+ }, {
91
+ type: core_1.Optional
92
+ }] }]; }, null); })();return WjBarcodeGs1DataBarStackedOmnidirectional=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarLimitedMeta=wjBarcodeGs1DataBarLimitedMeta;var WjBarcodeGs1DataBarLimited=function(e){__extends(WjBarcodeGs1DataBarLimited,e);function WjBarcodeGs1DataBarLimited(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarLimited;WjBarcodeGs1DataBarLimited.prototype.created=function(){};WjBarcodeGs1DataBarLimited.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarLimited.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarLimited.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarLimited.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarLimited.meta={outputs:wjBarcodeGs1DataBarLimitedMeta.outputs};
93
+ WjBarcodeGs1DataBarLimited.ɵfac = function WjBarcodeGs1DataBarLimited_Factory(t) { return new (t || WjBarcodeGs1DataBarLimited)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
94
+ WjBarcodeGs1DataBarLimited.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarLimited, selectors: [["wj-barcode-gs1-data-bar-limited"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarLimitedMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarLimited_Template(rf, ctx) { }, encapsulation: 2 });
95
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarLimited, [{
96
+ type: core_1.Component,
97
+ args: [{ selector: wjBarcodeGs1DataBarLimitedMeta.selector, template: wjBarcodeGs1DataBarLimitedMeta.template, inputs: wjBarcodeGs1DataBarLimitedMeta.inputs, outputs: wjBarcodeGs1DataBarLimitedMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarLimitedMeta.providers) }]
98
+ }], function () { return [{ type: undefined, decorators: [{
99
+ type: core_1.Inject,
100
+ args: [core_1.ElementRef]
101
+ }] }, { type: undefined, decorators: [{
102
+ type: core_1.Inject,
103
+ args: [core_1.Injector]
104
+ }] }, { type: undefined, decorators: [{
105
+ type: core_1.Inject,
106
+ args: ["WjComponent"]
107
+ }, {
108
+ type: core_1.SkipSelf
109
+ }, {
110
+ type: core_1.Optional
111
+ }] }]; }, null); })();return WjBarcodeGs1DataBarLimited=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarLimited);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedMeta=wjBarcodeGs1DataBarExpandedMeta;var WjBarcodeGs1DataBarExpanded=function(e){__extends(WjBarcodeGs1DataBarExpanded,e);function WjBarcodeGs1DataBarExpanded(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarExpanded;WjBarcodeGs1DataBarExpanded.prototype.created=function(){};WjBarcodeGs1DataBarExpanded.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarExpanded.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarExpanded.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarExpanded.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarExpanded.meta={outputs:wjBarcodeGs1DataBarExpandedMeta.outputs};
112
+ WjBarcodeGs1DataBarExpanded.ɵfac = function WjBarcodeGs1DataBarExpanded_Factory(t) { return new (t || WjBarcodeGs1DataBarExpanded)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
113
+ WjBarcodeGs1DataBarExpanded.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarExpanded, selectors: [["wj-barcode-gs1-data-bar-expanded"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarExpandedMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarExpanded_Template(rf, ctx) { }, encapsulation: 2 });
114
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarExpanded, [{
115
+ type: core_1.Component,
116
+ args: [{ selector: wjBarcodeGs1DataBarExpandedMeta.selector, template: wjBarcodeGs1DataBarExpandedMeta.template, inputs: wjBarcodeGs1DataBarExpandedMeta.inputs, outputs: wjBarcodeGs1DataBarExpandedMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarExpandedMeta.providers) }]
117
+ }], function () { return [{ type: undefined, decorators: [{
118
+ type: core_1.Inject,
119
+ args: [core_1.ElementRef]
120
+ }] }, { type: undefined, decorators: [{
121
+ type: core_1.Inject,
122
+ args: [core_1.Injector]
123
+ }] }, { type: undefined, decorators: [{
124
+ type: core_1.Inject,
125
+ args: ["WjComponent"]
126
+ }, {
127
+ type: core_1.SkipSelf
128
+ }, {
129
+ type: core_1.Optional
130
+ }] }]; }, null); })();return WjBarcodeGs1DataBarExpanded=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarExpanded);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeGs1DataBarExpandedStackedMeta=wjBarcodeGs1DataBarExpandedStackedMeta;var WjBarcodeGs1DataBarExpandedStacked=function(e){__extends(WjBarcodeGs1DataBarExpandedStacked,e);function WjBarcodeGs1DataBarExpandedStacked(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeGs1DataBarExpandedStacked;WjBarcodeGs1DataBarExpandedStacked.prototype.created=function(){};WjBarcodeGs1DataBarExpandedStacked.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1DataBarExpandedStacked.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1DataBarExpandedStacked.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1DataBarExpandedStacked.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeGs1DataBarExpandedStacked.meta={outputs:wjBarcodeGs1DataBarExpandedStackedMeta.outputs};
131
+ WjBarcodeGs1DataBarExpandedStacked.ɵfac = function WjBarcodeGs1DataBarExpandedStacked_Factory(t) { return new (t || WjBarcodeGs1DataBarExpandedStacked)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
132
+ WjBarcodeGs1DataBarExpandedStacked.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1DataBarExpandedStacked, selectors: [["wj-barcode-gs1-data-bar-expanded-stacked"]], 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", linkage: "linkage", linkageVersion: "linkageVersion", linkageHeight: "linkageHeight", hideLinkageText: "hideLinkageText", hideAiText: "hideAiText", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", rowCount: "rowCount" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarExpandedStackedMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1DataBarExpandedStacked_Template(rf, ctx) { }, encapsulation: 2 });
133
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1DataBarExpandedStacked, [{
134
+ type: core_1.Component,
135
+ args: [{ selector: wjBarcodeGs1DataBarExpandedStackedMeta.selector, template: wjBarcodeGs1DataBarExpandedStackedMeta.template, inputs: wjBarcodeGs1DataBarExpandedStackedMeta.inputs, outputs: wjBarcodeGs1DataBarExpandedStackedMeta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeGs1DataBarExpandedStackedMeta.providers) }]
136
+ }], function () { return [{ type: undefined, decorators: [{
137
+ type: core_1.Inject,
138
+ args: [core_1.ElementRef]
139
+ }] }, { type: undefined, decorators: [{
140
+ type: core_1.Inject,
141
+ args: [core_1.Injector]
142
+ }] }, { type: undefined, decorators: [{
143
+ type: core_1.Inject,
144
+ args: ["WjComponent"]
145
+ }, {
146
+ type: core_1.SkipSelf
147
+ }, {
148
+ type: core_1.Optional
149
+ }] }]; }, null); })();return WjBarcodeGs1DataBarExpandedStacked=a=__decorate([,__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)}(wjcBarcodeComposite.Gs1DataBarExpandedStacked);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodePdf417Meta=wjBarcodePdf417Meta;var WjBarcodePdf417=function(e){__extends(WjBarcodePdf417,e);function WjBarcodePdf417(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodePdf417;WjBarcodePdf417.prototype.created=function(){};WjBarcodePdf417.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodePdf417.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodePdf417.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodePdf417.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodePdf417.meta={outputs:wjBarcodePdf417Meta.outputs};
150
+ WjBarcodePdf417.ɵfac = function WjBarcodePdf417_Factory(t) { return new (t || WjBarcodePdf417)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
151
+ WjBarcodePdf417.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodePdf417, selectors: [["wj-barcode-pdf417"]], 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", errorCorrectionLevel: "errorCorrectionLevel", columns: "columns", rows: "rows", compact: "compact" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodePdf417Meta.providers))], decls: 0, vars: 0, template: function WjBarcodePdf417_Template(rf, ctx) { }, encapsulation: 2 });
152
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodePdf417, [{
153
+ type: core_1.Component,
154
+ args: [{ selector: wjBarcodePdf417Meta.selector, template: wjBarcodePdf417Meta.template, inputs: wjBarcodePdf417Meta.inputs, outputs: wjBarcodePdf417Meta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodePdf417Meta.providers) }]
155
+ }], function () { return [{ type: undefined, decorators: [{
156
+ type: core_1.Inject,
157
+ args: [core_1.ElementRef]
158
+ }] }, { type: undefined, decorators: [{
159
+ type: core_1.Inject,
160
+ args: [core_1.Injector]
161
+ }] }, { type: undefined, decorators: [{
162
+ type: core_1.Inject,
163
+ args: ["WjComponent"]
164
+ }, {
165
+ type: core_1.SkipSelf
166
+ }, {
167
+ type: core_1.Optional
168
+ }] }]; }, null); })();return WjBarcodePdf417=a=__decorate([,__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)}(wjcBarcodeComposite.Pdf417);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_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeMicroPdf417Meta=wjBarcodeMicroPdf417Meta;var WjBarcodeMicroPdf417=function(e){__extends(WjBarcodeMicroPdf417,e);function WjBarcodeMicroPdf417(a,t,r){var o=e.call(this,wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(a,t))||this;o.isInitialized=!1;o._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(o,a,t,r);o.created();return o}a=WjBarcodeMicroPdf417;WjBarcodeMicroPdf417.prototype.created=function(){};WjBarcodeMicroPdf417.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeMicroPdf417.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeMicroPdf417.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeMicroPdf417.prototype.addEventListener=function(a,t,r,o){var i=this;void 0===o&&(o=!1);var n=wijmo_angular2_directivebase_1.WjDirectiveBehavior,d=n.getZone(this);d&&n.outsideZoneEvents[t]?d.runOutsideAngular((function(){e.prototype.addEventListener.call(i,a,t,r,o)})):e.prototype.addEventListener.call(this,a,t,r,o)};var a;WjBarcodeMicroPdf417.meta={outputs:wjBarcodeMicroPdf417Meta.outputs};
169
+ WjBarcodeMicroPdf417.ɵfac = function WjBarcodeMicroPdf417_Factory(t) { return new (t || WjBarcodeMicroPdf417)(ɵngcc0.ɵɵdirectiveInject(core_1.ElementRef), ɵngcc0.ɵɵdirectiveInject(core_1.Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
170
+ WjBarcodeMicroPdf417.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeMicroPdf417, selectors: [["wj-barcode-micro-pdf417"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", dimensions: "dimensions", compactionMode: "compactionMode", structuredAppend: "structuredAppend", segmentIndex: "segmentIndex", fileId: "fileId", optionalFields: "optionalFields" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeMicroPdf417Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeMicroPdf417_Template(rf, ctx) { }, encapsulation: 2 });
171
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeMicroPdf417, [{
172
+ type: core_1.Component,
173
+ args: [{ selector: wjBarcodeMicroPdf417Meta.selector, template: wjBarcodeMicroPdf417Meta.template, inputs: wjBarcodeMicroPdf417Meta.inputs, outputs: wjBarcodeMicroPdf417Meta.outputs, providers: [{ provide: "WjComponent", useExisting: core_1.forwardRef((function () { return a; })) }].concat(wjBarcodeMicroPdf417Meta.providers) }]
174
+ }], function () { return [{ type: undefined, decorators: [{
175
+ type: core_1.Inject,
176
+ args: [core_1.ElementRef]
177
+ }] }, { type: undefined, decorators: [{
178
+ type: core_1.Inject,
179
+ args: [core_1.Injector]
180
+ }] }, { type: undefined, decorators: [{
181
+ type: core_1.Inject,
182
+ args: ["WjComponent"]
183
+ }, {
184
+ type: core_1.SkipSelf
185
+ }, {
186
+ type: core_1.Optional
187
+ }] }]; }, null); })();return WjBarcodeMicroPdf417=a=__decorate([,__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)}(wjcBarcodeComposite.MicroPdf417);exports.WjBarcodeMicroPdf417=WjBarcodeMicroPdf417;var moduleExports=[WjBarcodeGs1DataBarOmnidirectional,WjBarcodeGs1DataBarTruncated,WjBarcodeGs1DataBarStacked,WjBarcodeGs1DataBarStackedOmnidirectional,WjBarcodeGs1DataBarLimited,WjBarcodeGs1DataBarExpanded,WjBarcodeGs1DataBarExpandedStacked,WjBarcodePdf417,WjBarcodeMicroPdf417],WjBarcodeCompositeModule=function(){function WjBarcodeCompositeModule(){}
188
+ WjBarcodeCompositeModule.ɵfac = function WjBarcodeCompositeModule_Factory(t) { return new (t || WjBarcodeCompositeModule)(); };
189
+ WjBarcodeCompositeModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjBarcodeCompositeModule });
190
+ WjBarcodeCompositeModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [common_1.CommonModule] });
191
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCompositeModule, [{
192
+ type: core_1.NgModule,
193
+ args: [{ imports: [common_1.CommonModule], declarations: moduleExports.slice(), exports: moduleExports.slice() }]
194
+ }], function () { return []; }, null); })();
195
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(WjBarcodeCompositeModule, { declarations: [WjBarcodeGs1DataBarOmnidirectional, WjBarcodeGs1DataBarTruncated, WjBarcodeGs1DataBarStacked, WjBarcodeGs1DataBarStackedOmnidirectional, WjBarcodeGs1DataBarLimited, WjBarcodeGs1DataBarExpanded, WjBarcodeGs1DataBarExpandedStacked, WjBarcodePdf417, WjBarcodeMicroPdf417], imports: [ɵngcc1.CommonModule], exports: [WjBarcodeGs1DataBarOmnidirectional, WjBarcodeGs1DataBarTruncated, WjBarcodeGs1DataBarStacked, WjBarcodeGs1DataBarStackedOmnidirectional, WjBarcodeGs1DataBarLimited, WjBarcodeGs1DataBarExpanded, WjBarcodeGs1DataBarExpandedStacked, WjBarcodePdf417, WjBarcodeMicroPdf417] }); })();return WjBarcodeCompositeModule}();exports.WjBarcodeCompositeModule=WjBarcodeCompositeModule;
package/package.json ADDED
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "@mescius/wijmo.angular2.barcode.composite",
3
+ "version": "5.20232.939",
4
+ "description": "UI library for pure JS, Angular, React, Vue and more...",
5
+ "author": "MESCIUS inc",
6
+ "license": "Commercial",
7
+ "main": "./index.js",
8
+ "types": "./index.d.ts",
9
+ "dependencies": {
10
+ "@mescius/wijmo": "5.20232.939",
11
+ "@mescius/wijmo.barcode.composite": "5.20232.939",
12
+ "@mescius/wijmo.angular2.directivebase": "5.20232.939"
13
+ },
14
+ "homepage": "https://developer.mescius.com/wijmo",
15
+ "bugs": {
16
+ "url": "https://developer.mescius.com/forums/wijmo"
17
+ },
18
+ "keywords": [
19
+ "control",
20
+ "component",
21
+ "ui",
22
+ "control library",
23
+ "component library",
24
+ "ui library",
25
+ "control-library",
26
+ "component-library",
27
+ "ui-library",
28
+ "grid",
29
+ "data grid",
30
+ "data-grid",
31
+ "datagrid",
32
+ "angular grid",
33
+ "react grid",
34
+ "vue grid",
35
+ "angular-grid",
36
+ "react-grid",
37
+ "vue-grid"
38
+ ],
39
+ "module": "./es5-esm.js",
40
+ "esm5": "./es5-esm.js",
41
+ "wj-esm5": "./es5-esm.js",
42
+ "es2015Cjs": "./es2015-commonjs.js",
43
+ "wj-es2015Cjs": "./es2015-commonjs.js",
44
+ "esm2015": "./es2015-esm.js",
45
+ "wj-esm2015": "./es2015-esm.js"
46
+ }