@mescius/wijmo.angular2legacy.barcode.specialized 5.20232.939
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +14 -0
- package/es5-esm.js +14 -0
- package/index.d.ts +591 -0
- package/index.js +14 -0
- package/index.metadata.json +1 -0
- package/package.json +46 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,591 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* {@module wijmo.angular2legacy.barcode.specialized}
|
|
15
|
+
* Contains Angular 2 components for the <b>wijmo.barcode.specialized</b> module.
|
|
16
|
+
*
|
|
17
|
+
* <b>wijmo.angular2legacy.barcode.specialized</b> is an external TypeScript module that can be imported to your code
|
|
18
|
+
* using its ambient module name. For example:
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare var ___keepComment: any;
|
|
27
|
+
import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core';
|
|
28
|
+
import { IWjComponentMetadata, IWjComponentMeta } from '@grapecity/wijmo.angular2legacy.directivebase';
|
|
29
|
+
import * as wjcBarcodeSpecialized from '@grapecity/wijmo.barcode.specialized';
|
|
30
|
+
declare var wjBarcodeDataMatrixEcc000Meta: IWjComponentMeta;
|
|
31
|
+
export { wjBarcodeDataMatrixEcc000Meta };
|
|
32
|
+
/**
|
|
33
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.DataMatrixEcc000} control.
|
|
34
|
+
*
|
|
35
|
+
* Use the <b>wj-barcode-data-matrix-ecc000</b> component to add <b>DataMatrixEcc000</b> controls to your
|
|
36
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
37
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
38
|
+
*
|
|
39
|
+
* The <b>WjBarcodeDataMatrixEcc000</b> component is derived from the <b>DataMatrixEcc000</b> control and
|
|
40
|
+
* inherits all its properties, events and methods.
|
|
41
|
+
*/
|
|
42
|
+
export declare class WjBarcodeDataMatrixEcc000 extends wjcBarcodeSpecialized.DataMatrixEcc000 implements OnInit, OnDestroy, AfterViewInit {
|
|
43
|
+
static readonly meta: IWjComponentMetadata;
|
|
44
|
+
private _wjBehaviour;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates whether the component has been initialized by Angular.
|
|
47
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
48
|
+
*/
|
|
49
|
+
isInitialized: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
52
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
53
|
+
*/
|
|
54
|
+
initialized: EventEmitter<any>;
|
|
55
|
+
/**
|
|
56
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
57
|
+
* Default value is ''.
|
|
58
|
+
*/
|
|
59
|
+
wjModelProperty: string;
|
|
60
|
+
/**
|
|
61
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
62
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
63
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
64
|
+
*/
|
|
65
|
+
gotFocusNg: EventEmitter<any>;
|
|
66
|
+
/**
|
|
67
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
68
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
69
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
70
|
+
*/
|
|
71
|
+
lostFocusNg: EventEmitter<any>;
|
|
72
|
+
/**
|
|
73
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
74
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
75
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
76
|
+
*/
|
|
77
|
+
refreshingNg: EventEmitter<any>;
|
|
78
|
+
/**
|
|
79
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
80
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
81
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
82
|
+
*/
|
|
83
|
+
refreshedNg: EventEmitter<any>;
|
|
84
|
+
/**
|
|
85
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
86
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
87
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
88
|
+
*/
|
|
89
|
+
invalidInputNg: EventEmitter<any>;
|
|
90
|
+
/**
|
|
91
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
92
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
93
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
94
|
+
*/
|
|
95
|
+
isValidChangedNg: EventEmitter<any>;
|
|
96
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
97
|
+
/**
|
|
98
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
99
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
100
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
101
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
102
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
103
|
+
*/
|
|
104
|
+
created(): void;
|
|
105
|
+
ngOnInit(): void;
|
|
106
|
+
ngAfterViewInit(): void;
|
|
107
|
+
ngOnDestroy(): void;
|
|
108
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
109
|
+
}
|
|
110
|
+
declare var wjBarcodeDataMatrixEcc200Meta: IWjComponentMeta;
|
|
111
|
+
export { wjBarcodeDataMatrixEcc200Meta };
|
|
112
|
+
/**
|
|
113
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.DataMatrixEcc200} control.
|
|
114
|
+
*
|
|
115
|
+
* Use the <b>wj-barcode-data-matrix-ecc200</b> component to add <b>DataMatrixEcc200</b> controls to your
|
|
116
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
117
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
118
|
+
*
|
|
119
|
+
* The <b>WjBarcodeDataMatrixEcc200</b> component is derived from the <b>DataMatrixEcc200</b> control and
|
|
120
|
+
* inherits all its properties, events and methods.
|
|
121
|
+
*/
|
|
122
|
+
export declare class WjBarcodeDataMatrixEcc200 extends wjcBarcodeSpecialized.DataMatrixEcc200 implements OnInit, OnDestroy, AfterViewInit {
|
|
123
|
+
static readonly meta: IWjComponentMetadata;
|
|
124
|
+
private _wjBehaviour;
|
|
125
|
+
/**
|
|
126
|
+
* Indicates whether the component has been initialized by Angular.
|
|
127
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
128
|
+
*/
|
|
129
|
+
isInitialized: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
132
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
133
|
+
*/
|
|
134
|
+
initialized: EventEmitter<any>;
|
|
135
|
+
/**
|
|
136
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
137
|
+
* Default value is ''.
|
|
138
|
+
*/
|
|
139
|
+
wjModelProperty: string;
|
|
140
|
+
/**
|
|
141
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
142
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
143
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
144
|
+
*/
|
|
145
|
+
gotFocusNg: EventEmitter<any>;
|
|
146
|
+
/**
|
|
147
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
148
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
149
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
150
|
+
*/
|
|
151
|
+
lostFocusNg: EventEmitter<any>;
|
|
152
|
+
/**
|
|
153
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
154
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
155
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
156
|
+
*/
|
|
157
|
+
refreshingNg: EventEmitter<any>;
|
|
158
|
+
/**
|
|
159
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
160
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
161
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
162
|
+
*/
|
|
163
|
+
refreshedNg: EventEmitter<any>;
|
|
164
|
+
/**
|
|
165
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
166
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
167
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
168
|
+
*/
|
|
169
|
+
invalidInputNg: EventEmitter<any>;
|
|
170
|
+
/**
|
|
171
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
172
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
173
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
174
|
+
*/
|
|
175
|
+
isValidChangedNg: EventEmitter<any>;
|
|
176
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
177
|
+
/**
|
|
178
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
179
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
180
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
181
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
182
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
183
|
+
*/
|
|
184
|
+
created(): void;
|
|
185
|
+
ngOnInit(): void;
|
|
186
|
+
ngAfterViewInit(): void;
|
|
187
|
+
ngOnDestroy(): void;
|
|
188
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
189
|
+
}
|
|
190
|
+
declare var wjBarcodeCode49Meta: IWjComponentMeta;
|
|
191
|
+
export { wjBarcodeCode49Meta };
|
|
192
|
+
/**
|
|
193
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.Code49} control.
|
|
194
|
+
*
|
|
195
|
+
* Use the <b>wj-barcode-code49</b> component to add <b>Code49</b> controls to your
|
|
196
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
197
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
198
|
+
*
|
|
199
|
+
* The <b>WjBarcodeCode49</b> component is derived from the <b>Code49</b> control and
|
|
200
|
+
* inherits all its properties, events and methods.
|
|
201
|
+
*/
|
|
202
|
+
export declare class WjBarcodeCode49 extends wjcBarcodeSpecialized.Code49 implements OnInit, OnDestroy, AfterViewInit {
|
|
203
|
+
static readonly meta: IWjComponentMetadata;
|
|
204
|
+
private _wjBehaviour;
|
|
205
|
+
/**
|
|
206
|
+
* Indicates whether the component has been initialized by Angular.
|
|
207
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
208
|
+
*/
|
|
209
|
+
isInitialized: boolean;
|
|
210
|
+
/**
|
|
211
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
212
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
213
|
+
*/
|
|
214
|
+
initialized: EventEmitter<any>;
|
|
215
|
+
/**
|
|
216
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
217
|
+
* Default value is ''.
|
|
218
|
+
*/
|
|
219
|
+
wjModelProperty: string;
|
|
220
|
+
/**
|
|
221
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
222
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
223
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
224
|
+
*/
|
|
225
|
+
gotFocusNg: EventEmitter<any>;
|
|
226
|
+
/**
|
|
227
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
228
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
229
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
230
|
+
*/
|
|
231
|
+
lostFocusNg: EventEmitter<any>;
|
|
232
|
+
/**
|
|
233
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
234
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
235
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
236
|
+
*/
|
|
237
|
+
refreshingNg: EventEmitter<any>;
|
|
238
|
+
/**
|
|
239
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
240
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
241
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
242
|
+
*/
|
|
243
|
+
refreshedNg: EventEmitter<any>;
|
|
244
|
+
/**
|
|
245
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
246
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
247
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
248
|
+
*/
|
|
249
|
+
invalidInputNg: EventEmitter<any>;
|
|
250
|
+
/**
|
|
251
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
252
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
253
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
254
|
+
*/
|
|
255
|
+
isValidChangedNg: EventEmitter<any>;
|
|
256
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
257
|
+
/**
|
|
258
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
259
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
260
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
261
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
262
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
263
|
+
*/
|
|
264
|
+
created(): void;
|
|
265
|
+
ngOnInit(): void;
|
|
266
|
+
ngAfterViewInit(): void;
|
|
267
|
+
ngOnDestroy(): void;
|
|
268
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
269
|
+
}
|
|
270
|
+
declare var wjBarcodeCode93Meta: IWjComponentMeta;
|
|
271
|
+
export { wjBarcodeCode93Meta };
|
|
272
|
+
/**
|
|
273
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.Code93} control.
|
|
274
|
+
*
|
|
275
|
+
* Use the <b>wj-barcode-code93</b> component to add <b>Code93</b> controls to your
|
|
276
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
277
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
278
|
+
*
|
|
279
|
+
* The <b>WjBarcodeCode93</b> component is derived from the <b>Code93</b> control and
|
|
280
|
+
* inherits all its properties, events and methods.
|
|
281
|
+
*/
|
|
282
|
+
export declare class WjBarcodeCode93 extends wjcBarcodeSpecialized.Code93 implements OnInit, OnDestroy, AfterViewInit {
|
|
283
|
+
static readonly meta: IWjComponentMetadata;
|
|
284
|
+
private _wjBehaviour;
|
|
285
|
+
/**
|
|
286
|
+
* Indicates whether the component has been initialized by Angular.
|
|
287
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
288
|
+
*/
|
|
289
|
+
isInitialized: boolean;
|
|
290
|
+
/**
|
|
291
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
292
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
293
|
+
*/
|
|
294
|
+
initialized: EventEmitter<any>;
|
|
295
|
+
/**
|
|
296
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
297
|
+
* Default value is ''.
|
|
298
|
+
*/
|
|
299
|
+
wjModelProperty: string;
|
|
300
|
+
/**
|
|
301
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
302
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
303
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
304
|
+
*/
|
|
305
|
+
gotFocusNg: EventEmitter<any>;
|
|
306
|
+
/**
|
|
307
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
308
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
309
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
310
|
+
*/
|
|
311
|
+
lostFocusNg: EventEmitter<any>;
|
|
312
|
+
/**
|
|
313
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
314
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
315
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
316
|
+
*/
|
|
317
|
+
refreshingNg: EventEmitter<any>;
|
|
318
|
+
/**
|
|
319
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
320
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
321
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
322
|
+
*/
|
|
323
|
+
refreshedNg: EventEmitter<any>;
|
|
324
|
+
/**
|
|
325
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
326
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
327
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
328
|
+
*/
|
|
329
|
+
invalidInputNg: EventEmitter<any>;
|
|
330
|
+
/**
|
|
331
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
332
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
333
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
334
|
+
*/
|
|
335
|
+
isValidChangedNg: EventEmitter<any>;
|
|
336
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
337
|
+
/**
|
|
338
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
339
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
340
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
341
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
342
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
343
|
+
*/
|
|
344
|
+
created(): void;
|
|
345
|
+
ngOnInit(): void;
|
|
346
|
+
ngAfterViewInit(): void;
|
|
347
|
+
ngOnDestroy(): void;
|
|
348
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
349
|
+
}
|
|
350
|
+
declare var wjBarcodeItf14Meta: IWjComponentMeta;
|
|
351
|
+
export { wjBarcodeItf14Meta };
|
|
352
|
+
/**
|
|
353
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.Itf14} control.
|
|
354
|
+
*
|
|
355
|
+
* Use the <b>wj-barcode-itf14</b> component to add <b>Itf14</b> controls to your
|
|
356
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
357
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
358
|
+
*
|
|
359
|
+
* The <b>WjBarcodeItf14</b> component is derived from the <b>Itf14</b> control and
|
|
360
|
+
* inherits all its properties, events and methods.
|
|
361
|
+
*/
|
|
362
|
+
export declare class WjBarcodeItf14 extends wjcBarcodeSpecialized.Itf14 implements OnInit, OnDestroy, AfterViewInit {
|
|
363
|
+
static readonly meta: IWjComponentMetadata;
|
|
364
|
+
private _wjBehaviour;
|
|
365
|
+
/**
|
|
366
|
+
* Indicates whether the component has been initialized by Angular.
|
|
367
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
368
|
+
*/
|
|
369
|
+
isInitialized: boolean;
|
|
370
|
+
/**
|
|
371
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
372
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
373
|
+
*/
|
|
374
|
+
initialized: EventEmitter<any>;
|
|
375
|
+
/**
|
|
376
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
377
|
+
* Default value is ''.
|
|
378
|
+
*/
|
|
379
|
+
wjModelProperty: string;
|
|
380
|
+
/**
|
|
381
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
382
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
383
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
384
|
+
*/
|
|
385
|
+
gotFocusNg: EventEmitter<any>;
|
|
386
|
+
/**
|
|
387
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
388
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
389
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
390
|
+
*/
|
|
391
|
+
lostFocusNg: EventEmitter<any>;
|
|
392
|
+
/**
|
|
393
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
394
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
395
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
396
|
+
*/
|
|
397
|
+
refreshingNg: EventEmitter<any>;
|
|
398
|
+
/**
|
|
399
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
400
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
401
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
402
|
+
*/
|
|
403
|
+
refreshedNg: EventEmitter<any>;
|
|
404
|
+
/**
|
|
405
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
406
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
407
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
408
|
+
*/
|
|
409
|
+
invalidInputNg: EventEmitter<any>;
|
|
410
|
+
/**
|
|
411
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
412
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
413
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
414
|
+
*/
|
|
415
|
+
isValidChangedNg: EventEmitter<any>;
|
|
416
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
417
|
+
/**
|
|
418
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
419
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
420
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
421
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
422
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
423
|
+
*/
|
|
424
|
+
created(): void;
|
|
425
|
+
ngOnInit(): void;
|
|
426
|
+
ngAfterViewInit(): void;
|
|
427
|
+
ngOnDestroy(): void;
|
|
428
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
429
|
+
}
|
|
430
|
+
declare var wjBarcodeInterleaved2of5Meta: IWjComponentMeta;
|
|
431
|
+
export { wjBarcodeInterleaved2of5Meta };
|
|
432
|
+
/**
|
|
433
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.Interleaved2of5} control.
|
|
434
|
+
*
|
|
435
|
+
* Use the <b>wj-barcode-interleaved2of5</b> component to add <b>Interleaved2of5</b> controls to your
|
|
436
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
437
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
438
|
+
*
|
|
439
|
+
* The <b>WjBarcodeInterleaved2of5</b> component is derived from the <b>Interleaved2of5</b> control and
|
|
440
|
+
* inherits all its properties, events and methods.
|
|
441
|
+
*/
|
|
442
|
+
export declare class WjBarcodeInterleaved2of5 extends wjcBarcodeSpecialized.Interleaved2of5 implements OnInit, OnDestroy, AfterViewInit {
|
|
443
|
+
static readonly meta: IWjComponentMetadata;
|
|
444
|
+
private _wjBehaviour;
|
|
445
|
+
/**
|
|
446
|
+
* Indicates whether the component has been initialized by Angular.
|
|
447
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
448
|
+
*/
|
|
449
|
+
isInitialized: boolean;
|
|
450
|
+
/**
|
|
451
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
452
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
453
|
+
*/
|
|
454
|
+
initialized: EventEmitter<any>;
|
|
455
|
+
/**
|
|
456
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
457
|
+
* Default value is ''.
|
|
458
|
+
*/
|
|
459
|
+
wjModelProperty: string;
|
|
460
|
+
/**
|
|
461
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
462
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
463
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
464
|
+
*/
|
|
465
|
+
gotFocusNg: EventEmitter<any>;
|
|
466
|
+
/**
|
|
467
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
468
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
469
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
470
|
+
*/
|
|
471
|
+
lostFocusNg: EventEmitter<any>;
|
|
472
|
+
/**
|
|
473
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
474
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
475
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
476
|
+
*/
|
|
477
|
+
refreshingNg: EventEmitter<any>;
|
|
478
|
+
/**
|
|
479
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
480
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
481
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
482
|
+
*/
|
|
483
|
+
refreshedNg: EventEmitter<any>;
|
|
484
|
+
/**
|
|
485
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
486
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
487
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
488
|
+
*/
|
|
489
|
+
invalidInputNg: EventEmitter<any>;
|
|
490
|
+
/**
|
|
491
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
492
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
493
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
494
|
+
*/
|
|
495
|
+
isValidChangedNg: EventEmitter<any>;
|
|
496
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
497
|
+
/**
|
|
498
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
499
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
500
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
501
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
502
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
503
|
+
*/
|
|
504
|
+
created(): void;
|
|
505
|
+
ngOnInit(): void;
|
|
506
|
+
ngAfterViewInit(): void;
|
|
507
|
+
ngOnDestroy(): void;
|
|
508
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
509
|
+
}
|
|
510
|
+
declare var wjBarcodeJapanesePostalMeta: IWjComponentMeta;
|
|
511
|
+
export { wjBarcodeJapanesePostalMeta };
|
|
512
|
+
/**
|
|
513
|
+
* Angular 2 component for the {@link wijmo.barcode.specialized.JapanesePostal} control.
|
|
514
|
+
*
|
|
515
|
+
* Use the <b>wj-barcode-japanese-postal</b> component to add <b>JapanesePostal</b> controls to your
|
|
516
|
+
* Angular 2 applications. For details about Angular 2 markup syntax, see
|
|
517
|
+
* <a href="/wijmo/docs/GettingStarted/Angular-Components">Angular 2 Markup</a>.
|
|
518
|
+
*
|
|
519
|
+
* The <b>WjBarcodeJapanesePostal</b> component is derived from the <b>JapanesePostal</b> control and
|
|
520
|
+
* inherits all its properties, events and methods.
|
|
521
|
+
*/
|
|
522
|
+
export declare class WjBarcodeJapanesePostal extends wjcBarcodeSpecialized.JapanesePostal implements OnInit, OnDestroy, AfterViewInit {
|
|
523
|
+
static readonly meta: IWjComponentMetadata;
|
|
524
|
+
private _wjBehaviour;
|
|
525
|
+
/**
|
|
526
|
+
* Indicates whether the component has been initialized by Angular.
|
|
527
|
+
* Changes its value from false to true right before triggering the <b>initialized</b> event.
|
|
528
|
+
*/
|
|
529
|
+
isInitialized: boolean;
|
|
530
|
+
/**
|
|
531
|
+
* This event is triggered after the component has been initialized by Angular, that is
|
|
532
|
+
* all bound properties have been assigned and child components (if any) have been initialized.
|
|
533
|
+
*/
|
|
534
|
+
initialized: EventEmitter<any>;
|
|
535
|
+
/**
|
|
536
|
+
* Defines a name of a property represented by [(ngModel)] directive (if specified).
|
|
537
|
+
* Default value is ''.
|
|
538
|
+
*/
|
|
539
|
+
wjModelProperty: string;
|
|
540
|
+
/**
|
|
541
|
+
* Angular (EventEmitter) version of the Wijmo <b>gotFocus</b> event for programmatic access.
|
|
542
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
543
|
+
* In template bindings use the conventional <b>gotFocus</b> Wijmo event name.
|
|
544
|
+
*/
|
|
545
|
+
gotFocusNg: EventEmitter<any>;
|
|
546
|
+
/**
|
|
547
|
+
* Angular (EventEmitter) version of the Wijmo <b>lostFocus</b> event for programmatic access.
|
|
548
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
549
|
+
* In template bindings use the conventional <b>lostFocus</b> Wijmo event name.
|
|
550
|
+
*/
|
|
551
|
+
lostFocusNg: EventEmitter<any>;
|
|
552
|
+
/**
|
|
553
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshing</b> event for programmatic access.
|
|
554
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
555
|
+
* In template bindings use the conventional <b>refreshing</b> Wijmo event name.
|
|
556
|
+
*/
|
|
557
|
+
refreshingNg: EventEmitter<any>;
|
|
558
|
+
/**
|
|
559
|
+
* Angular (EventEmitter) version of the Wijmo <b>refreshed</b> event for programmatic access.
|
|
560
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
561
|
+
* In template bindings use the conventional <b>refreshed</b> Wijmo event name.
|
|
562
|
+
*/
|
|
563
|
+
refreshedNg: EventEmitter<any>;
|
|
564
|
+
/**
|
|
565
|
+
* Angular (EventEmitter) version of the Wijmo <b>invalidInput</b> event for programmatic access.
|
|
566
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
567
|
+
* In template bindings use the conventional <b>invalidInput</b> Wijmo event name.
|
|
568
|
+
*/
|
|
569
|
+
invalidInputNg: EventEmitter<any>;
|
|
570
|
+
/**
|
|
571
|
+
* Angular (EventEmitter) version of the Wijmo <b>isValidChanged</b> event for programmatic access.
|
|
572
|
+
* Use this event name if you want to subscribe to the Angular version of the event in code.
|
|
573
|
+
* In template bindings use the conventional <b>isValidChanged</b> Wijmo event name.
|
|
574
|
+
*/
|
|
575
|
+
isValidChangedNg: EventEmitter<any>;
|
|
576
|
+
constructor(elRef: ElementRef, injector: Injector, parentCmp: any);
|
|
577
|
+
/**
|
|
578
|
+
* If you create a custom component inherited from a Wijmo component, you can override this
|
|
579
|
+
* method and perform necessary initializations that you usually do in a class constructor.
|
|
580
|
+
* This method is called in the last line of a Wijmo component constructor and allows you
|
|
581
|
+
* to not declare your custom component's constructor at all, thus preventing you from a necessity
|
|
582
|
+
* to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters.
|
|
583
|
+
*/
|
|
584
|
+
created(): void;
|
|
585
|
+
ngOnInit(): void;
|
|
586
|
+
ngAfterViewInit(): void;
|
|
587
|
+
ngOnDestroy(): void;
|
|
588
|
+
addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void;
|
|
589
|
+
}
|
|
590
|
+
export declare class WjBarcodeSpecializedModule {
|
|
591
|
+
}
|
package/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Wijmo Library 5.20232.939
|
|
4
|
+
* https://developer.mescius.com/wijmo
|
|
5
|
+
*
|
|
6
|
+
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
|
|
9
|
+
* us.sales@mescius.com
|
|
10
|
+
* https://developer.mescius.com/wijmo/licensing
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
"use strict";var __extends=this&&this.__extends||function(){var extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])})(e,t)};return function(e,t){extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}}(),__decorate=this&&this.__decorate||function(e,t,o,r){var a,i=arguments.length,c=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,o):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,o,r);else for(var n=e.length-1;n>=0;n--)(a=e[n])&&(c=(i<3?a(c):i>3?a(t,o,c):a(t,o))||c);return i>3&&c&&Object.defineProperty(t,o,c),c},__param=this&&this.__param||function(e,t){return function(o,r){t(o,r,e)}},__importStar=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)Object.hasOwnProperty.call(e,o)&&(t[o]=e[o]);t.default=e;return t};Object.defineProperty(exports,"__esModule",{value:!0});var core_1=require("@angular/core"),common_1=require("@angular/common"),forms_1=require("@angular/forms"),wijmo.angular2legacy_directivebase_1=require("@mescius/wijmo.angular2legacy.directivebase"),wjcBarcodeSpecialized=__importStar(require("@mescius/wijmo.barcode.specialized")),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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc000Meta=wjBarcodeDataMatrixEcc000Meta;var WjBarcodeDataMatrixEcc000=function(e){__extends(WjBarcodeDataMatrixEcc000,e);function WjBarcodeDataMatrixEcc000(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeDataMatrixEcc000;WjBarcodeDataMatrixEcc000.prototype.created=function(){};WjBarcodeDataMatrixEcc000.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeDataMatrixEcc000.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeDataMatrixEcc000.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeDataMatrixEcc000.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeDataMatrixEcc000.meta={outputs:wjBarcodeDataMatrixEcc000Meta.outputs};return WjBarcodeDataMatrixEcc000=t=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc000Meta.selector,template:wjBarcodeDataMatrixEcc000Meta.template,inputs:wjBarcodeDataMatrixEcc000Meta.inputs,outputs:wjBarcodeDataMatrixEcc000Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.DataMatrixEcc000);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeDataMatrixEcc200Meta=wjBarcodeDataMatrixEcc200Meta;var WjBarcodeDataMatrixEcc200=function(e){__extends(WjBarcodeDataMatrixEcc200,e);function WjBarcodeDataMatrixEcc200(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeDataMatrixEcc200;WjBarcodeDataMatrixEcc200.prototype.created=function(){};WjBarcodeDataMatrixEcc200.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeDataMatrixEcc200.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeDataMatrixEcc200.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeDataMatrixEcc200.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeDataMatrixEcc200.meta={outputs:wjBarcodeDataMatrixEcc200Meta.outputs};return WjBarcodeDataMatrixEcc200=t=__decorate([core_1.Component({selector:wjBarcodeDataMatrixEcc200Meta.selector,template:wjBarcodeDataMatrixEcc200Meta.template,inputs:wjBarcodeDataMatrixEcc200Meta.inputs,outputs:wjBarcodeDataMatrixEcc200Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.DataMatrixEcc200);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode49Meta=wjBarcodeCode49Meta;var WjBarcodeCode49=function(e){__extends(WjBarcodeCode49,e);function WjBarcodeCode49(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeCode49;WjBarcodeCode49.prototype.created=function(){};WjBarcodeCode49.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode49.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode49.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode49.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeCode49.meta={outputs:wjBarcodeCode49Meta.outputs};return WjBarcodeCode49=t=__decorate([core_1.Component({selector:wjBarcodeCode49Meta.selector,template:wjBarcodeCode49Meta.template,inputs:wjBarcodeCode49Meta.inputs,outputs:wjBarcodeCode49Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.Code49);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeCode93Meta=wjBarcodeCode93Meta;var WjBarcodeCode93=function(e){__extends(WjBarcodeCode93,e);function WjBarcodeCode93(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeCode93;WjBarcodeCode93.prototype.created=function(){};WjBarcodeCode93.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeCode93.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeCode93.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeCode93.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeCode93.meta={outputs:wjBarcodeCode93Meta.outputs};return WjBarcodeCode93=t=__decorate([core_1.Component({selector:wjBarcodeCode93Meta.selector,template:wjBarcodeCode93Meta.template,inputs:wjBarcodeCode93Meta.inputs,outputs:wjBarcodeCode93Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.Code93);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeItf14Meta=wjBarcodeItf14Meta;var WjBarcodeItf14=function(e){__extends(WjBarcodeItf14,e);function WjBarcodeItf14(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeItf14;WjBarcodeItf14.prototype.created=function(){};WjBarcodeItf14.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeItf14.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeItf14.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeItf14.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeItf14.meta={outputs:wjBarcodeItf14Meta.outputs};return WjBarcodeItf14=t=__decorate([core_1.Component({selector:wjBarcodeItf14Meta.selector,template:wjBarcodeItf14Meta.template,inputs:wjBarcodeItf14Meta.inputs,outputs:wjBarcodeItf14Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.Itf14);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeInterleaved2of5Meta=wjBarcodeInterleaved2of5Meta;var WjBarcodeInterleaved2of5=function(e){__extends(WjBarcodeInterleaved2of5,e);function WjBarcodeInterleaved2of5(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeInterleaved2of5;WjBarcodeInterleaved2of5.prototype.created=function(){};WjBarcodeInterleaved2of5.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeInterleaved2of5.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeInterleaved2of5.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeInterleaved2of5.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeInterleaved2of5.meta={outputs:wjBarcodeInterleaved2of5Meta.outputs};return WjBarcodeInterleaved2of5=t=__decorate([core_1.Component({selector:wjBarcodeInterleaved2of5Meta.selector,template:wjBarcodeInterleaved2of5Meta.template,inputs:wjBarcodeInterleaved2of5Meta.inputs,outputs:wjBarcodeInterleaved2of5Meta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.Interleaved2of5);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.angular2legacy_directivebase_1.WjValueAccessorFactory,multi:!0,deps:["WjComponent"]}]};exports.wjBarcodeJapanesePostalMeta=wjBarcodeJapanesePostalMeta;var WjBarcodeJapanesePostal=function(e){__extends(WjBarcodeJapanesePostal,e);function WjBarcodeJapanesePostal(t,o,r){var a=e.call(this,wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.getHostElement(t,o))||this;a.isInitialized=!1;a._wjBehaviour=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior.attach(a,t,o,r);a.created();return a}t=WjBarcodeJapanesePostal;WjBarcodeJapanesePostal.prototype.created=function(){};WjBarcodeJapanesePostal.prototype.ngOnInit=function(){this._wjBehaviour.ngOnInit()};WjBarcodeJapanesePostal.prototype.ngAfterViewInit=function(){this._wjBehaviour.ngAfterViewInit()};WjBarcodeJapanesePostal.prototype.ngOnDestroy=function(){this._wjBehaviour.ngOnDestroy()};WjBarcodeJapanesePostal.prototype.addEventListener=function(t,o,r,a){var i=this;void 0===a&&(a=!1);var c=wijmo.angular2legacy_directivebase_1.WjDirectiveBehavior,n=c.getZone(this);n&&c.outsideZoneEvents[o]?n.runOutsideAngular((function(){e.prototype.addEventListener.call(i,t,o,r,a)})):e.prototype.addEventListener.call(this,t,o,r,a)};var t;WjBarcodeJapanesePostal.meta={outputs:wjBarcodeJapanesePostalMeta.outputs};return WjBarcodeJapanesePostal=t=__decorate([core_1.Component({selector:wjBarcodeJapanesePostalMeta.selector,template:wjBarcodeJapanesePostalMeta.template,inputs:wjBarcodeJapanesePostalMeta.inputs,outputs:wjBarcodeJapanesePostalMeta.outputs,providers:[{provide:"WjComponent",useExisting:core_1.forwardRef((function(){return t}))}].concat(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)}(wjcBarcodeSpecialized.JapanesePostal);exports.WjBarcodeJapanesePostal=WjBarcodeJapanesePostal;var moduleExports=[WjBarcodeDataMatrixEcc000,WjBarcodeDataMatrixEcc200,WjBarcodeCode49,WjBarcodeCode93,WjBarcodeItf14,WjBarcodeInterleaved2of5,WjBarcodeJapanesePostal],WjBarcodeSpecializedModule=function(){function WjBarcodeSpecializedModule(){}return WjBarcodeSpecializedModule=__decorate([core_1.NgModule({imports:[common_1.CommonModule],declarations:moduleExports.slice(),exports:moduleExports.slice()})],WjBarcodeSpecializedModule)}();exports.WjBarcodeSpecializedModule=WjBarcodeSpecializedModule;
|