@mescius/wijmo.angular2.barcode.common 5.20232.939 → 5.20241.2-rc
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/README.md +7 -100
- package/es2015-commonjs.js +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +32 -32
- package/index.d.ts +3 -3
- package/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[English](#wijmo) | [日本語](#wijmo-jp) | [
|
|
1
|
+
[English](#wijmo) | [日本語](#wijmo-jp) | [한국어](#wijmo-kr)
|
|
2
2
|
|
|
3
3
|
# Wijmo
|
|
4
4
|
|
|
@@ -59,19 +59,19 @@ Sample source code available with our [Wijmo Developer Pack](https://developer.m
|
|
|
59
59
|
### To install latest release version:
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
|
-
npm install @
|
|
62
|
+
npm install @mescius/wijmo.all
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
### To install latest nightly build:
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
npm install @
|
|
68
|
+
npm install @mescius/wijmo.all@nightly
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
### To install latest RC build:
|
|
72
72
|
|
|
73
73
|
```sh
|
|
74
|
-
npm install @
|
|
74
|
+
npm install @mescius/wijmo.all@rc
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
## Documentation
|
|
@@ -159,99 +159,6 @@ Submit questions to our team of [Wijmo Experts](https://developer.mescius.com/fo
|
|
|
159
159
|
- [サポート&サービス](https://developer.mescius.jp/support)
|
|
160
160
|
- [サブスクリプションサービス利用規約](https://download.mescius.jp/license/other/componentone-subscriptionservice.pdf)
|
|
161
161
|
|
|
162
|
-
## Wijmo CN
|
|
163
|
-
|
|
164
|
-
Wijmo 是一套完整的企业级 JavaScript UI 开发组件。 它包括强大的表格、图表、数据透视、输入等组件,并且可以支持各类主流前端框架,包括 Angular、React 和 Vue。
|
|
165
|
-
|
|
166
|
-
Wijmo 的轻量级、高性能 JavaScript UI 组件可以将您的开发时间缩短一半。
|
|
167
|
-
|
|
168
|
-
查看我们 [FlexGrid 表格](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs) 组件.
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
## 从 NPM 获取您所缺少的开发包!
|
|
174
|
-
|
|
175
|
-
请务必下载 Wijmo 以获得完整的开发包。 NPM 仅包含我们的 JS 组件,但我们的开发包包含数百个示例,其中包含每个 JS 框架的源代码、实际参考应用程序等等!
|
|
176
|
-
|
|
177
|
-
**[下载 Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 以启动您的项目。**
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## 示例
|
|
182
|
-
|
|
183
|
-
每种 JavaScript 框架中都提供超过 450 个功能示例
|
|
184
|
-
|
|
185
|
-
- [JavaScript 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/purejs)
|
|
186
|
-
- [Vue 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/vue)
|
|
187
|
-
- [Angular 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/angular)
|
|
188
|
-
- [React 示例](https://demo.grapecity.com.cn/wijmo/demos/Grid/Overview/react)
|
|
189
|
-
|
|
190
|
-
我们还提供了 JavaScript 框架中可用的实际应用示例
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
- [Vue 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
194
|
-
- [Angular 参考应用](https://demos.wijmo.com/5/SampleExplorer/SampleExplorer/Sample/WealthHealth)
|
|
195
|
-
- [React 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#GeoDashboard)
|
|
196
|
-
- [React Redux 参考应用](https://www.grapecity.com/wijmo/demos/reference-samples/#CryptoCurrencyTracking)
|
|
197
|
-
|
|
198
|
-
[Wijmo 开发包](https://www.grapecity.com.cn/developer/wijmojs/download) 中提供了示例源代码。
|
|
199
|
-
|
|
200
|
-
## 安装
|
|
201
|
-
|
|
202
|
-
### 安装最新版本:
|
|
203
|
-
|
|
204
|
-
```sh
|
|
205
|
-
npm install @grapecity/wijmo.all
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
### 安装最新的 nightly 版本:
|
|
209
|
-
```sh
|
|
210
|
-
npm install @grapecity/wijmo.all@nightly
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
### 安装最新的 RC 版本:
|
|
214
|
-
|
|
215
|
-
```sh
|
|
216
|
-
npm install @grapecity/wijmo.all@rc
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
## 文档
|
|
220
|
-
|
|
221
|
-
在线文档可在此处获取:
|
|
222
|
-
|
|
223
|
-
- [API Reference](https://demo.grapecity.com.cn/wijmo/api/)
|
|
224
|
-
- [Documentation Guides](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/Introduction)
|
|
225
|
-
|
|
226
|
-
## 许可
|
|
227
|
-
|
|
228
|
-
Wijmo授权由开发授权和部署授权组成
|
|
229
|
-
|
|
230
|
-
了解 [WijmoJS 价格与授权方式](https://www.grapecity.com.cn/developer/wijmojs#price).
|
|
231
|
-
|
|
232
|
-
## 资源
|
|
233
|
-
|
|
234
|
-
- [快速入门指南](https://demo.grapecity.com.cn/wijmo/docs/GettingStarted/QuickStart/QuickStart-PureJS)
|
|
235
|
-
- [Wijmo 产品介绍](https://www.grapecity.com.cn/developer/wijmojs)
|
|
236
|
-
- [博客](https://www.grapecity.com.cn/blogs/tags/wijmo)
|
|
237
|
-
- [论坛](https://gcdn.grapecity.com.cn/showforum-140-1.html)
|
|
238
|
-
|
|
239
|
-
Wijmo 开发包可以从 [这里](https://www.grapecity.com.cn/developer/wijmojs/download) 下载
|
|
240
|
-
|
|
241
|
-
## 支持
|
|
242
|
-
|
|
243
|
-
**Wijmo 随时为您提供支持**
|
|
244
|
-
|
|
245
|
-
提供多种售前支持方式。您可以通过电话热线、邮件、售前顾问、在线咨询、添加企业微信等方式获取获取售前咨询、产品解决方案、产品选型等1V1服务。帮您快速了解产品特性,助您POC验证成功,节省时间成本。
|
|
246
|
-
|
|
247
|
-
- [联系我们](https://www.grapecity.com.cn/support#goumaizixun)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
## 问题反馈
|
|
251
|
-
|
|
252
|
-
我们重视您的反馈并利用建议来帮助创建产品路线图。 告诉我们你的想法。
|
|
253
|
-
|
|
254
|
-
[提交您的问题和反馈建议](https://gcdn.grapecity.com.cn/showforum-173-1.html)
|
|
255
162
|
|
|
256
163
|
# Wijmo KR
|
|
257
164
|
|
|
@@ -302,19 +209,19 @@ Wijmo는 또한 NPM을 지원합니다. 이를 통해 최신 버전의 Wijmo 라
|
|
|
302
209
|
**[최신 정식 버전]**
|
|
303
210
|
|
|
304
211
|
```sh
|
|
305
|
-
npm install @
|
|
212
|
+
npm install @mescius/wijmo.all
|
|
306
213
|
```
|
|
307
214
|
|
|
308
215
|
**[Nightly 버전]**
|
|
309
216
|
|
|
310
217
|
```sh
|
|
311
|
-
npm install @
|
|
218
|
+
npm install @mescius/wijmo.all@nightly
|
|
312
219
|
```
|
|
313
220
|
|
|
314
221
|
**[RC 버전]**
|
|
315
222
|
|
|
316
223
|
```sh
|
|
317
|
-
npm install @
|
|
224
|
+
npm install @mescius/wijmo.all@rc
|
|
318
225
|
```
|
|
319
226
|
|
|
320
227
|
## 빠른시작 가이드
|
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20241.2
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import * as ɵngcc0 from '@angular/core';
|
|
15
|
-
var __extends=this&&this.__extends||function(){var extendStatics=function(e,
|
|
15
|
+
var __extends=this&&this.__extends||function(){var extendStatics=function(e,o){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,o){e.__proto__=o}||function(e,o){for(var t in o)o.hasOwnProperty(t)&&(e[t]=o[t])})(e,o)};return function(e,o){extendStatics(e,o);function __(){this.constructor=e}e.prototype=null===o?Object.create(o):(__.prototype=o.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,o,t,r){var a,n=arguments.length,i=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,t):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,o,t,r);else for(var c=e.length-1;c>=0;c--)(a=e[c])&&(i=(n<3?a(i):n>3?a(o,t,i):a(o,t))||i);return n>3&&i&&Object.defineProperty(o,t,i),i},__param=this&&this.__param||function(e,o){return function(t,r){o(t,r,e)}};import{Component,NgModule,ElementRef,Injector,Optional,forwardRef,Inject,SkipSelf}from"@angular/core";import{CommonModule}from"@angular/common";import{NG_VALUE_ACCESSOR}from"@angular/forms";import{WjDirectiveBehavior,WjValueAccessorFactory}from"@mescius/wijmo.angular2.directivebase";import*as wjcBarcodeCommon from"@mescius/wijmo.barcode.common";var wjBarcodeCodabarMeta={selector:"wj-barcode-codabar",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","labelPosition","nwRatio"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCodabarMeta};var WjBarcodeCodabar=function(e){__extends(WjBarcodeCodabar,e);function WjBarcodeCodabar(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeCodabar;WjBarcodeCodabar.prototype.created=function(){};WjBarcodeCodabar.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCodabar.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCodabar.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCodabar.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeCodabar.meta={outputs:wjBarcodeCodabarMeta.outputs};
|
|
16
16
|
WjBarcodeCodabar.ɵfac = function WjBarcodeCodabar_Factory(t) { return new (t || WjBarcodeCodabar)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
17
|
-
WjBarcodeCodabar.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCodabar, selectors: [["wj-barcode-codabar"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", labelPosition: "labelPosition", nwRatio: "nwRatio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
17
|
+
WjBarcodeCodabar.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCodabar, selectors: [["wj-barcode-codabar"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", labelPosition: "labelPosition", nwRatio: "nwRatio" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCodabarMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeCodabar_Template(rf, ctx) { }, encapsulation: 2 });
|
|
18
18
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCodabar, [{
|
|
19
19
|
type: Component,
|
|
20
|
-
args: [{ selector: wjBarcodeCodabarMeta.selector, template: wjBarcodeCodabarMeta.template, inputs: wjBarcodeCodabarMeta.inputs, outputs: wjBarcodeCodabarMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
20
|
+
args: [{ selector: wjBarcodeCodabarMeta.selector, template: wjBarcodeCodabarMeta.template, inputs: wjBarcodeCodabarMeta.inputs, outputs: wjBarcodeCodabarMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCodabarMeta.providers) }]
|
|
21
21
|
}], function () { return [{ type: undefined, decorators: [{
|
|
22
22
|
type: Inject,
|
|
23
23
|
args: [ElementRef]
|
|
@@ -31,12 +31,12 @@ WjBarcodeCodabar.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBar
|
|
|
31
31
|
type: SkipSelf
|
|
32
32
|
}, {
|
|
33
33
|
type: Optional
|
|
34
|
-
}] }]; }, null); })();return WjBarcodeCodabar=
|
|
34
|
+
}] }]; }, null); })();return WjBarcodeCodabar=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCodabar)}(wjcBarcodeCommon.Codabar);export{WjBarcodeCodabar};var wjBarcodeEan8Meta={selector:"wj-barcode-ean8",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan8Meta};var WjBarcodeEan8=function(e){__extends(WjBarcodeEan8,e);function WjBarcodeEan8(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeEan8;WjBarcodeEan8.prototype.created=function(){};WjBarcodeEan8.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeEan8.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeEan8.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeEan8.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeEan8.meta={outputs:wjBarcodeEan8Meta.outputs};
|
|
35
35
|
WjBarcodeEan8.ɵfac = function WjBarcodeEan8_Factory(t) { return new (t || WjBarcodeEan8)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
36
|
-
WjBarcodeEan8.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan8, selectors: [["wj-barcode-ean8"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
36
|
+
WjBarcodeEan8.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan8, selectors: [["wj-barcode-ean8"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeEan8Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeEan8_Template(rf, ctx) { }, encapsulation: 2 });
|
|
37
37
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan8, [{
|
|
38
38
|
type: Component,
|
|
39
|
-
args: [{ selector: wjBarcodeEan8Meta.selector, template: wjBarcodeEan8Meta.template, inputs: wjBarcodeEan8Meta.inputs, outputs: wjBarcodeEan8Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
39
|
+
args: [{ selector: wjBarcodeEan8Meta.selector, template: wjBarcodeEan8Meta.template, inputs: wjBarcodeEan8Meta.inputs, outputs: wjBarcodeEan8Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeEan8Meta.providers) }]
|
|
40
40
|
}], function () { return [{ type: undefined, decorators: [{
|
|
41
41
|
type: Inject,
|
|
42
42
|
args: [ElementRef]
|
|
@@ -50,12 +50,12 @@ WjBarcodeEan8.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcod
|
|
|
50
50
|
type: SkipSelf
|
|
51
51
|
}, {
|
|
52
52
|
type: Optional
|
|
53
|
-
}] }]; }, null); })();return WjBarcodeEan8=
|
|
53
|
+
}] }]; }, null); })();return WjBarcodeEan8=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan8)}(wjcBarcodeCommon.Ean8);export{WjBarcodeEan8};var wjBarcodeEan13Meta={selector:"wj-barcode-ean13",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition","addOn","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeEan13Meta};var WjBarcodeEan13=function(e){__extends(WjBarcodeEan13,e);function WjBarcodeEan13(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeEan13;WjBarcodeEan13.prototype.created=function(){};WjBarcodeEan13.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeEan13.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeEan13.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeEan13.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeEan13.meta={outputs:wjBarcodeEan13Meta.outputs};
|
|
54
54
|
WjBarcodeEan13.ɵfac = function WjBarcodeEan13_Factory(t) { return new (t || WjBarcodeEan13)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
55
|
-
WjBarcodeEan13.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan13, selectors: [["wj-barcode-ean13"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition", addOn: "addOn", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
55
|
+
WjBarcodeEan13.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeEan13, selectors: [["wj-barcode-ean13"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", labelPosition: "labelPosition", addOn: "addOn", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeEan13Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeEan13_Template(rf, ctx) { }, encapsulation: 2 });
|
|
56
56
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeEan13, [{
|
|
57
57
|
type: Component,
|
|
58
|
-
args: [{ selector: wjBarcodeEan13Meta.selector, template: wjBarcodeEan13Meta.template, inputs: wjBarcodeEan13Meta.inputs, outputs: wjBarcodeEan13Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
58
|
+
args: [{ selector: wjBarcodeEan13Meta.selector, template: wjBarcodeEan13Meta.template, inputs: wjBarcodeEan13Meta.inputs, outputs: wjBarcodeEan13Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeEan13Meta.providers) }]
|
|
59
59
|
}], function () { return [{ type: undefined, decorators: [{
|
|
60
60
|
type: Inject,
|
|
61
61
|
args: [ElementRef]
|
|
@@ -69,12 +69,12 @@ WjBarcodeEan13.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarco
|
|
|
69
69
|
type: SkipSelf
|
|
70
70
|
}, {
|
|
71
71
|
type: Optional
|
|
72
|
-
}] }]; }, null); })();return WjBarcodeEan13=
|
|
72
|
+
}] }]; }, null); })();return WjBarcodeEan13=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeEan13)}(wjcBarcodeCommon.Ean13);export{WjBarcodeEan13};var wjBarcodeCode39Meta={selector:"wj-barcode-code39",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition","nwRatio","labelWithStartAndStopCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode39Meta};var WjBarcodeCode39=function(e){__extends(WjBarcodeCode39,e);function WjBarcodeCode39(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeCode39;WjBarcodeCode39.prototype.created=function(){};WjBarcodeCode39.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode39.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode39.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode39.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeCode39.meta={outputs:wjBarcodeCode39Meta.outputs};
|
|
73
73
|
WjBarcodeCode39.ɵfac = function WjBarcodeCode39_Factory(t) { return new (t || WjBarcodeCode39)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
74
|
-
WjBarcodeCode39.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode39, selectors: [["wj-barcode-code39"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition", nwRatio: "nwRatio", labelWithStartAndStopCharacter: "labelWithStartAndStopCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
74
|
+
WjBarcodeCode39.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode39, selectors: [["wj-barcode-code39"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", checkDigit: "checkDigit", fullAscii: "fullAscii", labelPosition: "labelPosition", nwRatio: "nwRatio", labelWithStartAndStopCharacter: "labelWithStartAndStopCharacter" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCode39Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeCode39_Template(rf, ctx) { }, encapsulation: 2 });
|
|
75
75
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode39, [{
|
|
76
76
|
type: Component,
|
|
77
|
-
args: [{ selector: wjBarcodeCode39Meta.selector, template: wjBarcodeCode39Meta.template, inputs: wjBarcodeCode39Meta.inputs, outputs: wjBarcodeCode39Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
77
|
+
args: [{ selector: wjBarcodeCode39Meta.selector, template: wjBarcodeCode39Meta.template, inputs: wjBarcodeCode39Meta.inputs, outputs: wjBarcodeCode39Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCode39Meta.providers) }]
|
|
78
78
|
}], function () { return [{ type: undefined, decorators: [{
|
|
79
79
|
type: Inject,
|
|
80
80
|
args: [ElementRef]
|
|
@@ -88,12 +88,12 @@ WjBarcodeCode39.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarc
|
|
|
88
88
|
type: SkipSelf
|
|
89
89
|
}, {
|
|
90
90
|
type: Optional
|
|
91
|
-
}] }]; }, null); })();return WjBarcodeCode39=
|
|
91
|
+
}] }]; }, null); })();return WjBarcodeCode39=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode39)}(wjcBarcodeCommon.Code39);export{WjBarcodeCode39};var wjBarcodeCode128Meta={selector:"wj-barcode-code128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","codeSet","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeCode128Meta};var WjBarcodeCode128=function(e){__extends(WjBarcodeCode128,e);function WjBarcodeCode128(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeCode128;WjBarcodeCode128.prototype.created=function(){};WjBarcodeCode128.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode128.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode128.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode128.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeCode128.meta={outputs:wjBarcodeCode128Meta.outputs};
|
|
92
92
|
WjBarcodeCode128.ɵfac = function WjBarcodeCode128_Factory(t) { return new (t || WjBarcodeCode128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
93
|
-
WjBarcodeCode128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode128, selectors: [["wj-barcode-code128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", codeSet: "codeSet", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
93
|
+
WjBarcodeCode128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeCode128, selectors: [["wj-barcode-code128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", codeSet: "codeSet", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCode128Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeCode128_Template(rf, ctx) { }, encapsulation: 2 });
|
|
94
94
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeCode128, [{
|
|
95
95
|
type: Component,
|
|
96
|
-
args: [{ selector: wjBarcodeCode128Meta.selector, template: wjBarcodeCode128Meta.template, inputs: wjBarcodeCode128Meta.inputs, outputs: wjBarcodeCode128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
96
|
+
args: [{ selector: wjBarcodeCode128Meta.selector, template: wjBarcodeCode128Meta.template, inputs: wjBarcodeCode128Meta.inputs, outputs: wjBarcodeCode128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeCode128Meta.providers) }]
|
|
97
97
|
}], function () { return [{ type: undefined, decorators: [{
|
|
98
98
|
type: Inject,
|
|
99
99
|
args: [ElementRef]
|
|
@@ -107,12 +107,12 @@ WjBarcodeCode128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBar
|
|
|
107
107
|
type: SkipSelf
|
|
108
108
|
}, {
|
|
109
109
|
type: Optional
|
|
110
|
-
}] }]; }, null); })();return WjBarcodeCode128=
|
|
110
|
+
}] }]; }, null); })();return WjBarcodeCode128=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeCode128)}(wjcBarcodeCommon.Code128);export{WjBarcodeCode128};var wjBarcodeGs1_128Meta={selector:"wj-barcode-gs1_128",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeGs1_128Meta};var WjBarcodeGs1_128=function(e){__extends(WjBarcodeGs1_128,e);function WjBarcodeGs1_128(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeGs1_128;WjBarcodeGs1_128.prototype.created=function(){};WjBarcodeGs1_128.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeGs1_128.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeGs1_128.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeGs1_128.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeGs1_128.meta={outputs:wjBarcodeGs1_128Meta.outputs};
|
|
111
111
|
WjBarcodeGs1_128.ɵfac = function WjBarcodeGs1_128_Factory(t) { return new (t || WjBarcodeGs1_128)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
112
|
-
WjBarcodeGs1_128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1_128, selectors: [["wj-barcode-gs1_128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
112
|
+
WjBarcodeGs1_128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeGs1_128, selectors: [["wj-barcode-gs1_128"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", autoWidth: "autoWidth", autoWidthZoom: "autoWidthZoom", showLabel: "showLabel", labelPosition: "labelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeGs1_128Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeGs1_128_Template(rf, ctx) { }, encapsulation: 2 });
|
|
113
113
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeGs1_128, [{
|
|
114
114
|
type: Component,
|
|
115
|
-
args: [{ selector: wjBarcodeGs1_128Meta.selector, template: wjBarcodeGs1_128Meta.template, inputs: wjBarcodeGs1_128Meta.inputs, outputs: wjBarcodeGs1_128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
115
|
+
args: [{ selector: wjBarcodeGs1_128Meta.selector, template: wjBarcodeGs1_128Meta.template, inputs: wjBarcodeGs1_128Meta.inputs, outputs: wjBarcodeGs1_128Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeGs1_128Meta.providers) }]
|
|
116
116
|
}], function () { return [{ type: undefined, decorators: [{
|
|
117
117
|
type: Inject,
|
|
118
118
|
args: [ElementRef]
|
|
@@ -126,12 +126,12 @@ WjBarcodeGs1_128.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBar
|
|
|
126
126
|
type: SkipSelf
|
|
127
127
|
}, {
|
|
128
128
|
type: Optional
|
|
129
|
-
}] }]; }, null); })();return WjBarcodeGs1_128=
|
|
129
|
+
}] }]; }, null); })();return WjBarcodeGs1_128=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeGs1_128)}(wjcBarcodeCommon.Gs1_128);export{WjBarcodeGs1_128};var wjBarcodeUpcAMeta={selector:"wj-barcode-upc-a",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcAMeta};var WjBarcodeUpcA=function(e){__extends(WjBarcodeUpcA,e);function WjBarcodeUpcA(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeUpcA;WjBarcodeUpcA.prototype.created=function(){};WjBarcodeUpcA.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcA.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcA.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcA.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeUpcA.meta={outputs:wjBarcodeUpcAMeta.outputs};
|
|
130
130
|
WjBarcodeUpcA.ɵfac = function WjBarcodeUpcA_Factory(t) { return new (t || WjBarcodeUpcA)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
131
|
-
WjBarcodeUpcA.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcA, selectors: [["wj-barcode-upc-a"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
131
|
+
WjBarcodeUpcA.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcA, selectors: [["wj-barcode-upc-a"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcAMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcA_Template(rf, ctx) { }, encapsulation: 2 });
|
|
132
132
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcA, [{
|
|
133
133
|
type: Component,
|
|
134
|
-
args: [{ selector: wjBarcodeUpcAMeta.selector, template: wjBarcodeUpcAMeta.template, inputs: wjBarcodeUpcAMeta.inputs, outputs: wjBarcodeUpcAMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
134
|
+
args: [{ selector: wjBarcodeUpcAMeta.selector, template: wjBarcodeUpcAMeta.template, inputs: wjBarcodeUpcAMeta.inputs, outputs: wjBarcodeUpcAMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcAMeta.providers) }]
|
|
135
135
|
}], function () { return [{ type: undefined, decorators: [{
|
|
136
136
|
type: Inject,
|
|
137
137
|
args: [ElementRef]
|
|
@@ -145,12 +145,12 @@ WjBarcodeUpcA.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcod
|
|
|
145
145
|
type: SkipSelf
|
|
146
146
|
}, {
|
|
147
147
|
type: Optional
|
|
148
|
-
}] }]; }, null); })();return WjBarcodeUpcA=
|
|
148
|
+
}] }]; }, null); })();return WjBarcodeUpcA=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcA)}(wjcBarcodeCommon.UpcA);export{WjBarcodeUpcA};var wjBarcodeUpcE0Meta={selector:"wj-barcode-upc-e0",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE0Meta};var WjBarcodeUpcE0=function(e){__extends(WjBarcodeUpcE0,e);function WjBarcodeUpcE0(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeUpcE0;WjBarcodeUpcE0.prototype.created=function(){};WjBarcodeUpcE0.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcE0.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcE0.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcE0.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeUpcE0.meta={outputs:wjBarcodeUpcE0Meta.outputs};
|
|
149
149
|
WjBarcodeUpcE0.ɵfac = function WjBarcodeUpcE0_Factory(t) { return new (t || WjBarcodeUpcE0)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
150
|
-
WjBarcodeUpcE0.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE0, selectors: [["wj-barcode-upc-e0"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
150
|
+
WjBarcodeUpcE0.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE0, selectors: [["wj-barcode-upc-e0"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcE0Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcE0_Template(rf, ctx) { }, encapsulation: 2 });
|
|
151
151
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE0, [{
|
|
152
152
|
type: Component,
|
|
153
|
-
args: [{ selector: wjBarcodeUpcE0Meta.selector, template: wjBarcodeUpcE0Meta.template, inputs: wjBarcodeUpcE0Meta.inputs, outputs: wjBarcodeUpcE0Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
153
|
+
args: [{ selector: wjBarcodeUpcE0Meta.selector, template: wjBarcodeUpcE0Meta.template, inputs: wjBarcodeUpcE0Meta.inputs, outputs: wjBarcodeUpcE0Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcE0Meta.providers) }]
|
|
154
154
|
}], function () { return [{ type: undefined, decorators: [{
|
|
155
155
|
type: Inject,
|
|
156
156
|
args: [ElementRef]
|
|
@@ -164,12 +164,12 @@ WjBarcodeUpcE0.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarco
|
|
|
164
164
|
type: SkipSelf
|
|
165
165
|
}, {
|
|
166
166
|
type: Optional
|
|
167
|
-
}] }]; }, null); })();return WjBarcodeUpcE0=
|
|
167
|
+
}] }]; }, null); })();return WjBarcodeUpcE0=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE0)}(wjcBarcodeCommon.UpcE0);export{WjBarcodeUpcE0};var wjBarcodeUpcE1Meta={selector:"wj-barcode-upc-e1",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","addOn","labelPosition","addOnHeight","addOnLabelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeUpcE1Meta};var WjBarcodeUpcE1=function(e){__extends(WjBarcodeUpcE1,e);function WjBarcodeUpcE1(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeUpcE1;WjBarcodeUpcE1.prototype.created=function(){};WjBarcodeUpcE1.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeUpcE1.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeUpcE1.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeUpcE1.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeUpcE1.meta={outputs:wjBarcodeUpcE1Meta.outputs};
|
|
168
168
|
WjBarcodeUpcE1.ɵfac = function WjBarcodeUpcE1_Factory(t) { return new (t || WjBarcodeUpcE1)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
169
|
-
WjBarcodeUpcE1.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE1, selectors: [["wj-barcode-upc-e1"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
169
|
+
WjBarcodeUpcE1.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeUpcE1, selectors: [["wj-barcode-upc-e1"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", showLabel: "showLabel", addOn: "addOn", labelPosition: "labelPosition", addOnHeight: "addOnHeight", addOnLabelPosition: "addOnLabelPosition" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcE1Meta.providers))], decls: 0, vars: 0, template: function WjBarcodeUpcE1_Template(rf, ctx) { }, encapsulation: 2 });
|
|
170
170
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeUpcE1, [{
|
|
171
171
|
type: Component,
|
|
172
|
-
args: [{ selector: wjBarcodeUpcE1Meta.selector, template: wjBarcodeUpcE1Meta.template, inputs: wjBarcodeUpcE1Meta.inputs, outputs: wjBarcodeUpcE1Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
172
|
+
args: [{ selector: wjBarcodeUpcE1Meta.selector, template: wjBarcodeUpcE1Meta.template, inputs: wjBarcodeUpcE1Meta.inputs, outputs: wjBarcodeUpcE1Meta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeUpcE1Meta.providers) }]
|
|
173
173
|
}], function () { return [{ type: undefined, decorators: [{
|
|
174
174
|
type: Inject,
|
|
175
175
|
args: [ElementRef]
|
|
@@ -183,12 +183,12 @@ WjBarcodeUpcE1.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarco
|
|
|
183
183
|
type: SkipSelf
|
|
184
184
|
}, {
|
|
185
185
|
type: Optional
|
|
186
|
-
}] }]; }, null); })();return WjBarcodeUpcE1=
|
|
186
|
+
}] }]; }, null); })();return WjBarcodeUpcE1=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeUpcE1)}(wjcBarcodeCommon.UpcE1);export{WjBarcodeUpcE1};var wjBarcodeQrCodeMeta={selector:"wj-barcode-qr-code",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","charCode","charset","model","version","errorCorrectionLevel","mask","connection","connectionIndex"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:NG_VALUE_ACCESSOR,useFactory:WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};export{wjBarcodeQrCodeMeta};var WjBarcodeQrCode=function(e){__extends(WjBarcodeQrCode,e);function WjBarcodeQrCode(o,t,r){var a=e.call(this,WjDirectiveBehavior.getHostElement(o,t))||this;a.isInitialized=!1;a._wjBehaviour=WjDirectiveBehavior.attach(a,o,t,r);a.created();return a}o=WjBarcodeQrCode;WjBarcodeQrCode.prototype.created=function(){};WjBarcodeQrCode.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeQrCode.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeQrCode.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeQrCode.prototype.addEventListener=function(o,t,r,a){var n=this;void 0===a&&(a=!1);var i=WjDirectiveBehavior,c=i.getZone(this);c&&i.outsideZoneEvents[t]?c.runOutsideAngular((function(){e.prototype.addEventListener.call(n,o,t,r,a)})):e.prototype.addEventListener.call(this,o,t,r,a)};var o;WjBarcodeQrCode.meta={outputs:wjBarcodeQrCodeMeta.outputs};
|
|
187
187
|
WjBarcodeQrCode.ɵfac = function WjBarcodeQrCode_Factory(t) { return new (t || WjBarcodeQrCode)(ɵngcc0.ɵɵdirectiveInject(ElementRef), ɵngcc0.ɵɵdirectiveInject(Injector), ɵngcc0.ɵɵdirectiveInject("WjComponent", 12)); };
|
|
188
|
-
WjBarcodeQrCode.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeQrCode, selectors: [["wj-barcode-qr-code"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", charCode: "charCode", charset: "charset", model: "model", version: "version", errorCorrectionLevel: "errorCorrectionLevel", mask: "mask", connection: "connection", connectionIndex: "connectionIndex" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
188
|
+
WjBarcodeQrCode.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarcodeQrCode, selectors: [["wj-barcode-qr-code"]], inputs: { wjModelProperty: "wjModelProperty", isDisabled: "isDisabled", tabOrder: "tabOrder", value: "value", quietZone: "quietZone", renderType: "renderType", color: "color", backgroundColor: "backgroundColor", hideExtraChecksum: "hideExtraChecksum", font: "font", charCode: "charCode", charset: "charset", model: "model", version: "version", errorCorrectionLevel: "errorCorrectionLevel", mask: "mask", connection: "connection", connectionIndex: "connectionIndex" }, outputs: { initialized: "initialized", gotFocusNg: "gotFocus", lostFocusNg: "lostFocus", refreshingNg: "refreshing", refreshedNg: "refreshed", invalidInputNg: "invalidInput", isValidChangedNg: "isValidChanged" }, features: [ɵngcc0.ɵɵProvidersFeature([{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeQrCodeMeta.providers))], decls: 0, vars: 0, template: function WjBarcodeQrCode_Template(rf, ctx) { }, encapsulation: 2 });
|
|
189
189
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(WjBarcodeQrCode, [{
|
|
190
190
|
type: Component,
|
|
191
|
-
args: [{ selector: wjBarcodeQrCodeMeta.selector, template: wjBarcodeQrCodeMeta.template, inputs: wjBarcodeQrCodeMeta.inputs, outputs: wjBarcodeQrCodeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return
|
|
191
|
+
args: [{ selector: wjBarcodeQrCodeMeta.selector, template: wjBarcodeQrCodeMeta.template, inputs: wjBarcodeQrCodeMeta.inputs, outputs: wjBarcodeQrCodeMeta.outputs, providers: [{ provide: "WjComponent", useExisting: forwardRef((function () { return o; })) }].concat(wjBarcodeQrCodeMeta.providers) }]
|
|
192
192
|
}], function () { return [{ type: undefined, decorators: [{
|
|
193
193
|
type: Inject,
|
|
194
194
|
args: [ElementRef]
|
|
@@ -202,7 +202,7 @@ WjBarcodeQrCode.ɵcmp = /*@__PURE__*/ ɵngcc0.ɵɵdefineComponent({ type: WjBarc
|
|
|
202
202
|
type: SkipSelf
|
|
203
203
|
}, {
|
|
204
204
|
type: Optional
|
|
205
|
-
}] }]; }, null); })();return WjBarcodeQrCode=
|
|
205
|
+
}] }]; }, null); })();return WjBarcodeQrCode=o=__decorate([,__param(0,Inject(ElementRef)),__param(1,Inject(Injector)),__param(2,Inject("WjComponent")),__param(2,SkipSelf()),__param(2,Optional())],WjBarcodeQrCode)}(wjcBarcodeCommon.QrCode);export{WjBarcodeQrCode};var moduleExports=[WjBarcodeCodabar,WjBarcodeEan8,WjBarcodeEan13,WjBarcodeCode39,WjBarcodeCode128,WjBarcodeGs1_128,WjBarcodeUpcA,WjBarcodeUpcE0,WjBarcodeUpcE1,WjBarcodeQrCode],WjBarcodeCommonModule=function(){function WjBarcodeCommonModule(){}
|
|
206
206
|
WjBarcodeCommonModule.ɵfac = function WjBarcodeCommonModule_Factory(t) { return new (t || WjBarcodeCommonModule)(); };
|
|
207
207
|
WjBarcodeCommonModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: WjBarcodeCommonModule });
|
|
208
208
|
WjBarcodeCommonModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ imports: [CommonModule] });
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.20241.2
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -27,8 +27,8 @@ import * as ɵngcc0 from '@angular/core';
|
|
|
27
27
|
import * as ɵngcc1 from '@angular/common';
|
|
28
28
|
export declare var ___keepComment: any;
|
|
29
29
|
import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core';
|
|
30
|
-
import { IWjComponentMetadata, IWjComponentMeta } from '@
|
|
31
|
-
import * as wjcBarcodeCommon from '@
|
|
30
|
+
import { IWjComponentMetadata, IWjComponentMeta } from '@mescius/wijmo.angular2.directivebase';
|
|
31
|
+
import * as wjcBarcodeCommon from '@mescius/wijmo.barcode.common';
|
|
32
32
|
declare var wjBarcodeCodabarMeta: IWjComponentMeta;
|
|
33
33
|
export { wjBarcodeCodabarMeta };
|
|
34
34
|
/**
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2.barcode.common",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.20241.2-rc",
|
|
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.common": "5.
|
|
12
|
-
"@mescius/wijmo.angular2.directivebase": "5.
|
|
10
|
+
"@mescius/wijmo": "5.20241.2-rc",
|
|
11
|
+
"@mescius/wijmo.barcode.common": "5.20241.2-rc",
|
|
12
|
+
"@mescius/wijmo.angular2.directivebase": "5.20241.2-rc"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
15
|
"bugs": {
|