@mescius/wijmo.angular2.barcode.specialized 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 +2 -2
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- 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
|
@@ -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.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
"use strict";var WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,c=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,a,r);else for(var d=e.length-1;d>=0;d--)(o=e[d])&&(c=(i<3?o(c):i>3?o(t,a,c):o(t,a))||c);return i>3&&c&&Object.defineProperty(t,a,c),c},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcBarcodeSpecialized=__importStar(require("@mescius/wijmo.barcode.specialized"));var wjBarcodeDataMatrixEcc000Meta={selector:"wj-barcode-data-matrix-ecc000",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","version","symbolSize"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc000Meta=wjBarcodeDataMatrixEcc000Meta;let WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc000Meta.selector,template:wjBarcodeDataMatrixEcc000Meta.template,inputs:wjBarcodeDataMatrixEcc000Meta.inputs,outputs:wjBarcodeDataMatrixEcc000Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc000_1)},...wjBarcodeDataMatrixEcc000Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeDataMatrixEcc000);exports.WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000;var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc200Meta=wjBarcodeDataMatrixEcc200Meta;let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc200Meta.selector,template:wjBarcodeDataMatrixEcc200Meta.template,inputs:wjBarcodeDataMatrixEcc200Meta.inputs,outputs:wjBarcodeDataMatrixEcc200Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc200_1)},...wjBarcodeDataMatrixEcc200Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeDataMatrixEcc200);exports.WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200;var wjBarcodeCode49Meta={selector:"wj-barcode-code49",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode49Meta=wjBarcodeCode49Meta;let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([core_1.Component({selector:wjBarcodeCode49Meta.selector,template:wjBarcodeCode49Meta.template,inputs:wjBarcodeCode49Meta.inputs,outputs:wjBarcodeCode49Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode49_1)},...wjBarcodeCode49Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeCode49);exports.WjBarcodeCode49=WjBarcodeCode49;var wjBarcodeCode93Meta={selector:"wj-barcode-code93",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode93Meta=wjBarcodeCode93Meta;let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([core_1.Component({selector:wjBarcodeCode93Meta.selector,template:wjBarcodeCode93Meta.template,inputs:wjBarcodeCode93Meta.inputs,outputs:wjBarcodeCode93Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode93_1)},...wjBarcodeCode93Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeCode93);exports.WjBarcodeCode93=WjBarcodeCode93;var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeItf14Meta=wjBarcodeItf14Meta;let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([core_1.Component({selector:wjBarcodeItf14Meta.selector,template:wjBarcodeItf14Meta.template,inputs:wjBarcodeItf14Meta.inputs,outputs:wjBarcodeItf14Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeItf14_1)},...wjBarcodeItf14Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeItf14);exports.WjBarcodeItf14=WjBarcodeItf14;var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeInterleaved2of5Meta=wjBarcodeInterleaved2of5Meta;let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([core_1.Component({selector:wjBarcodeInterleaved2of5Meta.selector,template:wjBarcodeInterleaved2of5Meta.template,inputs:wjBarcodeInterleaved2of5Meta.inputs,outputs:wjBarcodeInterleaved2of5Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeInterleaved2of5_1)},...wjBarcodeInterleaved2of5Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeInterleaved2of5);exports.WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5;var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeJapanesePostalMeta=wjBarcodeJapanesePostalMeta;let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([core_1.Component({selector:wjBarcodeJapanesePostalMeta.selector,template:wjBarcodeJapanesePostalMeta.template,inputs:wjBarcodeJapanesePostalMeta.inputs,outputs:wjBarcodeJapanesePostalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeJapanesePostal_1)},...wjBarcodeJapanesePostalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeJapanesePostal);exports.WjBarcodeJapanesePostal=WjBarcodeJapanesePostal;let moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal],WjBarcodeSpecializedModule=class WjBarcodeSpecializedModule{};WjBarcodeSpecializedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeSpecializedModule);exports.WjBarcodeSpecializedModule=WjBarcodeSpecializedModule;
|
|
14
|
+
"use strict";var WjBarcodeDataMatrixEcc000_1,WjBarcodeDataMatrixEcc200_1,WjBarcodeCode49_1,WjBarcodeCode93_1,WjBarcodeItf14_1,WjBarcodeInterleaved2of5_1,WjBarcodeJapanesePostal_1,__decorate=this&&this.__decorate||function(e,t,a,r){var o,i=arguments.length,c=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,a):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,a,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(c=(i<3?o(c):i>3?o(t,a,c):o(t,a))||c);return i>3&&c&&Object.defineProperty(t,a,c),c},__param=this&&this.__param||function(e,t){return function(a,r){t(a,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});const core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo_angular2_directivebase_1=require("@mescius/wijmo.angular2.directivebase"),wjcBarcodeSpecialized=__importStar(require("@mescius/wijmo.barcode.specialized"));var wjBarcodeDataMatrixEcc000Meta={selector:"wj-barcode-data-matrix-ecc000",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","version","symbolSize"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc000Meta=wjBarcodeDataMatrixEcc000Meta;let WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc000Meta.selector,template:wjBarcodeDataMatrixEcc000Meta.template,inputs:wjBarcodeDataMatrixEcc000Meta.inputs,outputs:wjBarcodeDataMatrixEcc000Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc000_1)},...wjBarcodeDataMatrixEcc000Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeDataMatrixEcc000);exports.WjBarcodeDataMatrixEcc000=WjBarcodeDataMatrixEcc000;var wjBarcodeDataMatrixEcc200Meta={selector:"wj-barcode-data-matrix-ecc200",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","symbolSize","encodingMode","structuredAppend","structureNumber","fileIdentifier"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc200Meta=wjBarcodeDataMatrixEcc200Meta;let WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200_1=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc200Meta.selector,template:wjBarcodeDataMatrixEcc200Meta.template,inputs:wjBarcodeDataMatrixEcc200Meta.inputs,outputs:wjBarcodeDataMatrixEcc200Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeDataMatrixEcc200_1)},...wjBarcodeDataMatrixEcc200Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeDataMatrixEcc200);exports.WjBarcodeDataMatrixEcc200=WjBarcodeDataMatrixEcc200;var wjBarcodeCode49Meta={selector:"wj-barcode-code49",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","grouping","groupIndex","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode49Meta=wjBarcodeCode49Meta;let WjBarcodeCode49=WjBarcodeCode49_1=class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};WjBarcodeCode49=WjBarcodeCode49_1=__decorate([core_1.Component({selector:wjBarcodeCode49Meta.selector,template:wjBarcodeCode49Meta.template,inputs:wjBarcodeCode49Meta.inputs,outputs:wjBarcodeCode49Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode49_1)},...wjBarcodeCode49Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeCode49);exports.WjBarcodeCode49=WjBarcodeCode49;var wjBarcodeCode93Meta={selector:"wj-barcode-code93",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","checkDigit","fullAscii","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode93Meta=wjBarcodeCode93Meta;let WjBarcodeCode93=WjBarcodeCode93_1=class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};WjBarcodeCode93=WjBarcodeCode93_1=__decorate([core_1.Component({selector:wjBarcodeCode93Meta.selector,template:wjBarcodeCode93Meta.template,inputs:wjBarcodeCode93Meta.inputs,outputs:wjBarcodeCode93Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeCode93_1)},...wjBarcodeCode93Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeCode93);exports.WjBarcodeCode93=WjBarcodeCode93;var wjBarcodeItf14Meta={selector:"wj-barcode-itf14",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","nwRatio","bearerBar","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeItf14Meta=wjBarcodeItf14Meta;let WjBarcodeItf14=WjBarcodeItf14_1=class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};WjBarcodeItf14=WjBarcodeItf14_1=__decorate([core_1.Component({selector:wjBarcodeItf14Meta.selector,template:wjBarcodeItf14Meta.template,inputs:wjBarcodeItf14Meta.inputs,outputs:wjBarcodeItf14Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeItf14_1)},...wjBarcodeItf14Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeItf14);exports.WjBarcodeItf14=WjBarcodeItf14;var wjBarcodeInterleaved2of5Meta={selector:"wj-barcode-interleaved2of5",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","autoWidth","autoWidthZoom","showLabel","nwRatio","bearerBar","labelPosition","checkCharacter"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeInterleaved2of5Meta=wjBarcodeInterleaved2of5Meta;let WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5_1=__decorate([core_1.Component({selector:wjBarcodeInterleaved2of5Meta.selector,template:wjBarcodeInterleaved2of5Meta.template,inputs:wjBarcodeInterleaved2of5Meta.inputs,outputs:wjBarcodeInterleaved2of5Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeInterleaved2of5_1)},...wjBarcodeInterleaved2of5Meta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeInterleaved2of5);exports.WjBarcodeInterleaved2of5=WjBarcodeInterleaved2of5;var wjBarcodeJapanesePostalMeta={selector:"wj-barcode-japanese-postal",template:"",inputs:["wjModelProperty","isDisabled","tabOrder","value","quietZone","renderType","color","backgroundColor","hideExtraChecksum","font","showLabel","labelPosition"],outputs:["initialized","gotFocusNg: gotFocus","lostFocusNg: lostFocus","refreshingNg: refreshing","refreshedNg: refreshed","invalidInputNg: invalidInput","isValidChangedNg: isValidChanged"],providers:[{provide:forms_1.NG_VALUE_ACCESSOR,useFactory:wijmo_angular2_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeJapanesePostalMeta=wjBarcodeJapanesePostalMeta;let WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal{constructor(e,t,a){super(wijmo_angular2_directivebase_1.WjDirectiveBehavior.getHostElement(e,t));this.isInitialized=!1;this._wjBehaviour=wijmo_angular2_directivebase_1.WjDirectiveBehavior.attach(this,e,t,a);this.created()}created(){}ngOnInit(){this._wjBehaviour.ngOnInit()}ngAfterViewInit(){this._wjBehaviour.ngAfterViewInit()}ngOnDestroy(){this._wjBehaviour.ngOnDestroy()}addEventListener(e,t,a,r=!1){let o=wijmo_angular2_directivebase_1.WjDirectiveBehavior,i=o.getZone(this);i&&o.outsideZoneEvents[t]?i.runOutsideAngular(()=>{super.addEventListener(e,t,a,r)}):super.addEventListener(e,t,a,r)}};WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};WjBarcodeJapanesePostal=WjBarcodeJapanesePostal_1=__decorate([core_1.Component({selector:wjBarcodeJapanesePostalMeta.selector,template:wjBarcodeJapanesePostalMeta.template,inputs:wjBarcodeJapanesePostalMeta.inputs,outputs:wjBarcodeJapanesePostalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef(()=>WjBarcodeJapanesePostal_1)},...wjBarcodeJapanesePostalMeta.providers]}),__param(0,core_1.Inject(core_1.ElementRef)),__param(1,core_1.Inject(core_1.Injector)),__param(2,core_1.Inject("WjComponent")),__param(2,core_1.SkipSelf()),__param(2,core_1.Optional())],WjBarcodeJapanesePostal);exports.WjBarcodeJapanesePostal=WjBarcodeJapanesePostal;let moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal],WjBarcodeSpecializedModule=class WjBarcodeSpecializedModule{};WjBarcodeSpecializedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:[...moduleExports],exports:[...moduleExports]})],WjBarcodeSpecializedModule);exports.WjBarcodeSpecializedModule=WjBarcodeSpecializedModule;
|
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.
|
|
3
|
+
* Wijmo Library 5.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 wjcBarcodeSpecialized from '@
|
|
30
|
+
import { IWjComponentMetadata, IWjComponentMeta } from '@mescius/wijmo.angular2.directivebase';
|
|
31
|
+
import * as wjcBarcodeSpecialized from '@mescius/wijmo.barcode.specialized';
|
|
32
32
|
declare var wjBarcodeDataMatrixEcc000Meta: IWjComponentMeta;
|
|
33
33
|
export { wjBarcodeDataMatrixEcc000Meta };
|
|
34
34
|
/**
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo.angular2.barcode.specialized",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.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.specialized": "5.
|
|
12
|
-
"@mescius/wijmo.angular2.directivebase": "5.
|
|
10
|
+
"@mescius/wijmo": "5.20241.2-rc",
|
|
11
|
+
"@mescius/wijmo.barcode.specialized": "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": {
|