@mescius/wijmo.react.barcode.composite 5.20232.939
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +386 -0
- package/index.js +14 -0
- package/package.json +46 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,386 @@
|
|
|
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.react.barcode.composite}
|
|
15
|
+
* Contains React components for the <b>wijmo.barcode.composite</b> module.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare var ___keepComment: any;
|
|
21
|
+
import { ComponentBase } from '@grapecity/wijmo.react.base';
|
|
22
|
+
/**
|
|
23
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarOmnidirectional} control.
|
|
24
|
+
*
|
|
25
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarOmnidirectional} control it represents.
|
|
26
|
+
*
|
|
27
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
28
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
29
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
30
|
+
*/
|
|
31
|
+
export declare class BarcodeGs1DataBarOmnidirectional extends ComponentBase {
|
|
32
|
+
props: {
|
|
33
|
+
template?: any;
|
|
34
|
+
children?: any;
|
|
35
|
+
isDisabled?: any;
|
|
36
|
+
tabOrder?: any;
|
|
37
|
+
value?: any;
|
|
38
|
+
quietZone?: any;
|
|
39
|
+
renderType?: any;
|
|
40
|
+
color?: any;
|
|
41
|
+
backgroundColor?: any;
|
|
42
|
+
hideExtraChecksum?: any;
|
|
43
|
+
font?: any;
|
|
44
|
+
showLabel?: any;
|
|
45
|
+
labelPosition?: any;
|
|
46
|
+
linkage?: any;
|
|
47
|
+
linkageVersion?: any;
|
|
48
|
+
linkageHeight?: any;
|
|
49
|
+
hideLinkageText?: any;
|
|
50
|
+
hideAiText?: any;
|
|
51
|
+
initialized?: any;
|
|
52
|
+
gotFocus?: any;
|
|
53
|
+
lostFocus?: any;
|
|
54
|
+
refreshing?: any;
|
|
55
|
+
refreshed?: any;
|
|
56
|
+
invalidInput?: any;
|
|
57
|
+
isValidChanged?: any;
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
};
|
|
60
|
+
constructor(props: any);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarTruncated} control.
|
|
64
|
+
*
|
|
65
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarTruncated} control it represents.
|
|
66
|
+
*
|
|
67
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
68
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
69
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
70
|
+
*/
|
|
71
|
+
export declare class BarcodeGs1DataBarTruncated extends ComponentBase {
|
|
72
|
+
props: {
|
|
73
|
+
template?: any;
|
|
74
|
+
children?: any;
|
|
75
|
+
isDisabled?: any;
|
|
76
|
+
tabOrder?: any;
|
|
77
|
+
value?: any;
|
|
78
|
+
quietZone?: any;
|
|
79
|
+
renderType?: any;
|
|
80
|
+
color?: any;
|
|
81
|
+
backgroundColor?: any;
|
|
82
|
+
hideExtraChecksum?: any;
|
|
83
|
+
font?: any;
|
|
84
|
+
showLabel?: any;
|
|
85
|
+
labelPosition?: any;
|
|
86
|
+
linkage?: any;
|
|
87
|
+
linkageVersion?: any;
|
|
88
|
+
linkageHeight?: any;
|
|
89
|
+
hideLinkageText?: any;
|
|
90
|
+
hideAiText?: any;
|
|
91
|
+
initialized?: any;
|
|
92
|
+
gotFocus?: any;
|
|
93
|
+
lostFocus?: any;
|
|
94
|
+
refreshing?: any;
|
|
95
|
+
refreshed?: any;
|
|
96
|
+
invalidInput?: any;
|
|
97
|
+
isValidChanged?: any;
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
};
|
|
100
|
+
constructor(props: any);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarStacked} control.
|
|
104
|
+
*
|
|
105
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarStacked} control it represents.
|
|
106
|
+
*
|
|
107
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
108
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
109
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
110
|
+
*/
|
|
111
|
+
export declare class BarcodeGs1DataBarStacked extends ComponentBase {
|
|
112
|
+
props: {
|
|
113
|
+
template?: any;
|
|
114
|
+
children?: any;
|
|
115
|
+
isDisabled?: any;
|
|
116
|
+
tabOrder?: any;
|
|
117
|
+
value?: any;
|
|
118
|
+
quietZone?: any;
|
|
119
|
+
renderType?: any;
|
|
120
|
+
color?: any;
|
|
121
|
+
backgroundColor?: any;
|
|
122
|
+
hideExtraChecksum?: any;
|
|
123
|
+
font?: any;
|
|
124
|
+
showLabel?: any;
|
|
125
|
+
labelPosition?: any;
|
|
126
|
+
linkage?: any;
|
|
127
|
+
linkageVersion?: any;
|
|
128
|
+
linkageHeight?: any;
|
|
129
|
+
hideLinkageText?: any;
|
|
130
|
+
hideAiText?: any;
|
|
131
|
+
ratio?: any;
|
|
132
|
+
initialized?: any;
|
|
133
|
+
gotFocus?: any;
|
|
134
|
+
lostFocus?: any;
|
|
135
|
+
refreshing?: any;
|
|
136
|
+
refreshed?: any;
|
|
137
|
+
invalidInput?: any;
|
|
138
|
+
isValidChanged?: any;
|
|
139
|
+
[key: string]: any;
|
|
140
|
+
};
|
|
141
|
+
constructor(props: any);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarStackedOmnidirectional} control.
|
|
145
|
+
*
|
|
146
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarStackedOmnidirectional} control it represents.
|
|
147
|
+
*
|
|
148
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
149
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
150
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
151
|
+
*/
|
|
152
|
+
export declare class BarcodeGs1DataBarStackedOmnidirectional extends ComponentBase {
|
|
153
|
+
props: {
|
|
154
|
+
template?: any;
|
|
155
|
+
children?: any;
|
|
156
|
+
isDisabled?: any;
|
|
157
|
+
tabOrder?: any;
|
|
158
|
+
value?: any;
|
|
159
|
+
quietZone?: any;
|
|
160
|
+
renderType?: any;
|
|
161
|
+
color?: any;
|
|
162
|
+
backgroundColor?: any;
|
|
163
|
+
hideExtraChecksum?: any;
|
|
164
|
+
font?: any;
|
|
165
|
+
showLabel?: any;
|
|
166
|
+
labelPosition?: any;
|
|
167
|
+
linkage?: any;
|
|
168
|
+
linkageVersion?: any;
|
|
169
|
+
linkageHeight?: any;
|
|
170
|
+
hideLinkageText?: any;
|
|
171
|
+
hideAiText?: any;
|
|
172
|
+
ratio?: any;
|
|
173
|
+
initialized?: any;
|
|
174
|
+
gotFocus?: any;
|
|
175
|
+
lostFocus?: any;
|
|
176
|
+
refreshing?: any;
|
|
177
|
+
refreshed?: any;
|
|
178
|
+
invalidInput?: any;
|
|
179
|
+
isValidChanged?: any;
|
|
180
|
+
[key: string]: any;
|
|
181
|
+
};
|
|
182
|
+
constructor(props: any);
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarLimited} control.
|
|
186
|
+
*
|
|
187
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarLimited} control it represents.
|
|
188
|
+
*
|
|
189
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
190
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
191
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
192
|
+
*/
|
|
193
|
+
export declare class BarcodeGs1DataBarLimited extends ComponentBase {
|
|
194
|
+
props: {
|
|
195
|
+
template?: any;
|
|
196
|
+
children?: any;
|
|
197
|
+
isDisabled?: any;
|
|
198
|
+
tabOrder?: any;
|
|
199
|
+
value?: any;
|
|
200
|
+
quietZone?: any;
|
|
201
|
+
renderType?: any;
|
|
202
|
+
color?: any;
|
|
203
|
+
backgroundColor?: any;
|
|
204
|
+
hideExtraChecksum?: any;
|
|
205
|
+
font?: any;
|
|
206
|
+
showLabel?: any;
|
|
207
|
+
labelPosition?: any;
|
|
208
|
+
linkage?: any;
|
|
209
|
+
linkageVersion?: any;
|
|
210
|
+
linkageHeight?: any;
|
|
211
|
+
hideLinkageText?: any;
|
|
212
|
+
hideAiText?: any;
|
|
213
|
+
initialized?: any;
|
|
214
|
+
gotFocus?: any;
|
|
215
|
+
lostFocus?: any;
|
|
216
|
+
refreshing?: any;
|
|
217
|
+
refreshed?: any;
|
|
218
|
+
invalidInput?: any;
|
|
219
|
+
isValidChanged?: any;
|
|
220
|
+
[key: string]: any;
|
|
221
|
+
};
|
|
222
|
+
constructor(props: any);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarExpanded} control.
|
|
226
|
+
*
|
|
227
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarExpanded} control it represents.
|
|
228
|
+
*
|
|
229
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
230
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
231
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
232
|
+
*/
|
|
233
|
+
export declare class BarcodeGs1DataBarExpanded extends ComponentBase {
|
|
234
|
+
props: {
|
|
235
|
+
template?: any;
|
|
236
|
+
children?: any;
|
|
237
|
+
isDisabled?: any;
|
|
238
|
+
tabOrder?: any;
|
|
239
|
+
value?: any;
|
|
240
|
+
quietZone?: any;
|
|
241
|
+
renderType?: any;
|
|
242
|
+
color?: any;
|
|
243
|
+
backgroundColor?: any;
|
|
244
|
+
hideExtraChecksum?: any;
|
|
245
|
+
font?: any;
|
|
246
|
+
showLabel?: any;
|
|
247
|
+
labelPosition?: any;
|
|
248
|
+
linkage?: any;
|
|
249
|
+
linkageVersion?: any;
|
|
250
|
+
linkageHeight?: any;
|
|
251
|
+
hideLinkageText?: any;
|
|
252
|
+
hideAiText?: any;
|
|
253
|
+
autoWidth?: any;
|
|
254
|
+
autoWidthZoom?: any;
|
|
255
|
+
initialized?: any;
|
|
256
|
+
gotFocus?: any;
|
|
257
|
+
lostFocus?: any;
|
|
258
|
+
refreshing?: any;
|
|
259
|
+
refreshed?: any;
|
|
260
|
+
invalidInput?: any;
|
|
261
|
+
isValidChanged?: any;
|
|
262
|
+
[key: string]: any;
|
|
263
|
+
};
|
|
264
|
+
constructor(props: any);
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* React component for the {@link wijmo.barcode.composite.Gs1DataBarExpandedStacked} control.
|
|
268
|
+
*
|
|
269
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Gs1DataBarExpandedStacked} control it represents.
|
|
270
|
+
*
|
|
271
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
272
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
273
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
274
|
+
*/
|
|
275
|
+
export declare class BarcodeGs1DataBarExpandedStacked extends ComponentBase {
|
|
276
|
+
props: {
|
|
277
|
+
template?: any;
|
|
278
|
+
children?: any;
|
|
279
|
+
isDisabled?: any;
|
|
280
|
+
tabOrder?: any;
|
|
281
|
+
value?: any;
|
|
282
|
+
quietZone?: any;
|
|
283
|
+
renderType?: any;
|
|
284
|
+
color?: any;
|
|
285
|
+
backgroundColor?: any;
|
|
286
|
+
hideExtraChecksum?: any;
|
|
287
|
+
font?: any;
|
|
288
|
+
showLabel?: any;
|
|
289
|
+
labelPosition?: any;
|
|
290
|
+
linkage?: any;
|
|
291
|
+
linkageVersion?: any;
|
|
292
|
+
linkageHeight?: any;
|
|
293
|
+
hideLinkageText?: any;
|
|
294
|
+
hideAiText?: any;
|
|
295
|
+
autoWidth?: any;
|
|
296
|
+
autoWidthZoom?: any;
|
|
297
|
+
rowCount?: any;
|
|
298
|
+
initialized?: any;
|
|
299
|
+
gotFocus?: any;
|
|
300
|
+
lostFocus?: any;
|
|
301
|
+
refreshing?: any;
|
|
302
|
+
refreshed?: any;
|
|
303
|
+
invalidInput?: any;
|
|
304
|
+
isValidChanged?: any;
|
|
305
|
+
[key: string]: any;
|
|
306
|
+
};
|
|
307
|
+
constructor(props: any);
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* React component for the {@link wijmo.barcode.composite.Pdf417} control.
|
|
311
|
+
*
|
|
312
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.Pdf417} control it represents.
|
|
313
|
+
*
|
|
314
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
315
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
316
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
317
|
+
*/
|
|
318
|
+
export declare class BarcodePdf417 extends ComponentBase {
|
|
319
|
+
props: {
|
|
320
|
+
template?: any;
|
|
321
|
+
children?: any;
|
|
322
|
+
isDisabled?: any;
|
|
323
|
+
tabOrder?: any;
|
|
324
|
+
value?: any;
|
|
325
|
+
quietZone?: any;
|
|
326
|
+
renderType?: any;
|
|
327
|
+
color?: any;
|
|
328
|
+
backgroundColor?: any;
|
|
329
|
+
hideExtraChecksum?: any;
|
|
330
|
+
font?: any;
|
|
331
|
+
autoWidth?: any;
|
|
332
|
+
autoWidthZoom?: any;
|
|
333
|
+
errorCorrectionLevel?: any;
|
|
334
|
+
columns?: any;
|
|
335
|
+
rows?: any;
|
|
336
|
+
compact?: any;
|
|
337
|
+
initialized?: any;
|
|
338
|
+
gotFocus?: any;
|
|
339
|
+
lostFocus?: any;
|
|
340
|
+
refreshing?: any;
|
|
341
|
+
refreshed?: any;
|
|
342
|
+
invalidInput?: any;
|
|
343
|
+
isValidChanged?: any;
|
|
344
|
+
[key: string]: any;
|
|
345
|
+
};
|
|
346
|
+
constructor(props: any);
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* React component for the {@link wijmo.barcode.composite.MicroPdf417} control.
|
|
350
|
+
*
|
|
351
|
+
* The component supports all properties and events of the pure JavaScript {@link wijmo.barcode.composite.MicroPdf417} control it represents.
|
|
352
|
+
*
|
|
353
|
+
* The component includes an <b>initialized</b> event that is raised when the control is initialized after it is added to the page.
|
|
354
|
+
* You can use this event to perform further initialization in addition to setting properties in JSX.
|
|
355
|
+
* The signature of the handler function is the same as any other Wijmo event handlers.
|
|
356
|
+
*/
|
|
357
|
+
export declare class BarcodeMicroPdf417 extends ComponentBase {
|
|
358
|
+
props: {
|
|
359
|
+
template?: any;
|
|
360
|
+
children?: any;
|
|
361
|
+
isDisabled?: any;
|
|
362
|
+
tabOrder?: any;
|
|
363
|
+
value?: any;
|
|
364
|
+
quietZone?: any;
|
|
365
|
+
renderType?: any;
|
|
366
|
+
color?: any;
|
|
367
|
+
backgroundColor?: any;
|
|
368
|
+
hideExtraChecksum?: any;
|
|
369
|
+
font?: any;
|
|
370
|
+
dimensions?: any;
|
|
371
|
+
compactionMode?: any;
|
|
372
|
+
structuredAppend?: any;
|
|
373
|
+
segmentIndex?: any;
|
|
374
|
+
fileId?: any;
|
|
375
|
+
optionalFields?: any;
|
|
376
|
+
initialized?: any;
|
|
377
|
+
gotFocus?: any;
|
|
378
|
+
lostFocus?: any;
|
|
379
|
+
refreshing?: any;
|
|
380
|
+
refreshed?: any;
|
|
381
|
+
invalidInput?: any;
|
|
382
|
+
isValidChanged?: any;
|
|
383
|
+
[key: string]: any;
|
|
384
|
+
};
|
|
385
|
+
constructor(props: any);
|
|
386
|
+
}
|
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(a,e){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,e){a.__proto__=e}||function(a,e){for(var t in e)e.hasOwnProperty(t)&&(a[t]=e[t])})(a,e)};return function(a,e){extendStatics(a,e);function __(){this.constructor=a}a.prototype=null===e?Object.create(e):(__.prototype=e.prototype,new __)}}(),__importStar=this&&this.__importStar||function(a){if(a&&a.__esModule)return a;var e={};if(null!=a)for(var t in a)Object.hasOwnProperty.call(a,t)&&(e[t]=a[t]);e.default=a;return e};Object.defineProperty(exports,"__esModule",{value:!0});var wijmo_react_base_1=require("@mescius/wijmo.react.base"),wjcBarcodeComposite=__importStar(require("@mescius/wijmo.barcode.composite")),BarcodeGs1DataBarOmnidirectional=function(a){__extends(BarcodeGs1DataBarOmnidirectional,a);function BarcodeGs1DataBarOmnidirectional(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarOmnidirectional,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarOmnidirectional}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarOmnidirectional=BarcodeGs1DataBarOmnidirectional;var BarcodeGs1DataBarTruncated=function(a){__extends(BarcodeGs1DataBarTruncated,a);function BarcodeGs1DataBarTruncated(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarTruncated,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarTruncated}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarTruncated=BarcodeGs1DataBarTruncated;var BarcodeGs1DataBarStacked=function(a){__extends(BarcodeGs1DataBarStacked,a);function BarcodeGs1DataBarStacked(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarStacked,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarStacked}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarStacked=BarcodeGs1DataBarStacked;var BarcodeGs1DataBarStackedOmnidirectional=function(a){__extends(BarcodeGs1DataBarStackedOmnidirectional,a);function BarcodeGs1DataBarStackedOmnidirectional(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarStackedOmnidirectional,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarStackedOmnidirectional}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarStackedOmnidirectional=BarcodeGs1DataBarStackedOmnidirectional;var BarcodeGs1DataBarLimited=function(a){__extends(BarcodeGs1DataBarLimited,a);function BarcodeGs1DataBarLimited(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarLimited,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarLimited}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarLimited=BarcodeGs1DataBarLimited;var BarcodeGs1DataBarExpanded=function(a){__extends(BarcodeGs1DataBarExpanded,a);function BarcodeGs1DataBarExpanded(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarExpanded,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarExpanded}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarExpanded=BarcodeGs1DataBarExpanded;var BarcodeGs1DataBarExpandedStacked=function(a){__extends(BarcodeGs1DataBarExpandedStacked,a);function BarcodeGs1DataBarExpandedStacked(e){return a.call(this,e,wjcBarcodeComposite.Gs1DataBarExpandedStacked,{objectProps:["quietZone","font"]})||this}return BarcodeGs1DataBarExpandedStacked}(wijmo_react_base_1.ComponentBase);exports.BarcodeGs1DataBarExpandedStacked=BarcodeGs1DataBarExpandedStacked;var BarcodePdf417=function(a){__extends(BarcodePdf417,a);function BarcodePdf417(e){return a.call(this,e,wjcBarcodeComposite.Pdf417,{objectProps:["quietZone","font"]})||this}return BarcodePdf417}(wijmo_react_base_1.ComponentBase);exports.BarcodePdf417=BarcodePdf417;var BarcodeMicroPdf417=function(a){__extends(BarcodeMicroPdf417,a);function BarcodeMicroPdf417(e){return a.call(this,e,wjcBarcodeComposite.MicroPdf417,{objectProps:["quietZone","font","optionalFields"]})||this}return BarcodeMicroPdf417}(wijmo_react_base_1.ComponentBase);exports.BarcodeMicroPdf417=BarcodeMicroPdf417;
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mescius/wijmo.react.barcode.composite",
|
|
3
|
+
"version": "5.20232.939",
|
|
4
|
+
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
|
+
"author": "MESCIUS inc",
|
|
6
|
+
"license": "Commercial",
|
|
7
|
+
"main": "./index.js",
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@mescius/wijmo": "5.20232.939",
|
|
11
|
+
"@mescius/wijmo.barcode.composite": "5.20232.939",
|
|
12
|
+
"@mescius/wijmo.react.base": "5.20232.939"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://developer.mescius.com/wijmo",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://developer.mescius.com/forums/wijmo"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"control",
|
|
20
|
+
"component",
|
|
21
|
+
"ui",
|
|
22
|
+
"control library",
|
|
23
|
+
"component library",
|
|
24
|
+
"ui library",
|
|
25
|
+
"control-library",
|
|
26
|
+
"component-library",
|
|
27
|
+
"ui-library",
|
|
28
|
+
"grid",
|
|
29
|
+
"data grid",
|
|
30
|
+
"data-grid",
|
|
31
|
+
"datagrid",
|
|
32
|
+
"angular grid",
|
|
33
|
+
"react grid",
|
|
34
|
+
"vue grid",
|
|
35
|
+
"angular-grid",
|
|
36
|
+
"react-grid",
|
|
37
|
+
"vue-grid"
|
|
38
|
+
],
|
|
39
|
+
"module": "./es5-esm.js",
|
|
40
|
+
"esm5": "./es5-esm.js",
|
|
41
|
+
"wj-esm5": "./es5-esm.js",
|
|
42
|
+
"es2015Cjs": "./es2015-commonjs.js",
|
|
43
|
+
"wj-es2015Cjs": "./es2015-commonjs.js",
|
|
44
|
+
"esm2015": "./es2015-esm.js",
|
|
45
|
+
"wj-esm2015": "./es2015-esm.js"
|
|
46
|
+
}
|