barkoder-nativescript 0.0.1

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.
Files changed (54) hide show
  1. package/index.d.ts +9 -0
  2. package/package.json +81 -0
  3. package/platforms/android/README.md +9 -0
  4. package/platforms/android/barkoder.aar +0 -0
  5. package/platforms/android/barkoder_nativescript.aar +0 -0
  6. package/platforms/android/include.gradle +11 -0
  7. package/platforms/ios/Barkoder.xcframework/Info.plist +44 -0
  8. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Barkoder +0 -0
  9. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Headers/Barkoder.h +13 -0
  10. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Headers/iBarkoder.h +494 -0
  11. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Info.plist +0 -0
  12. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Modules/module.modulemap +6 -0
  13. package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/default.metallib +0 -0
  14. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Barkoder +0 -0
  15. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Headers/Barkoder.h +13 -0
  16. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Headers/iBarkoder.h +494 -0
  17. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Info.plist +0 -0
  18. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Modules/module.modulemap +6 -0
  19. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/_CodeSignature/CodeResources +146 -0
  20. package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/default.metallib +0 -0
  21. package/platforms/ios/BarkoderSDK.xcframework/Info.plist +44 -0
  22. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/BarkoderSDK +0 -0
  23. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +528 -0
  24. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Headers/BarkoderSDK.h +17 -0
  25. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Info.plist +0 -0
  26. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.abi.json +8416 -0
  27. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +141 -0
  28. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  29. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftinterface +141 -0
  30. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/module.modulemap +11 -0
  31. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/beep.mp3 +0 -0
  32. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/templates.json +671 -0
  33. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/BarkoderSDK +0 -0
  34. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +1052 -0
  35. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Headers/BarkoderSDK.h +17 -0
  36. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Info.plist +0 -0
  37. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +8416 -0
  38. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +141 -0
  39. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  40. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +141 -0
  41. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +8416 -0
  42. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +141 -0
  43. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  44. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +141 -0
  45. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/module.modulemap +11 -0
  46. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/_CodeSignature/CodeResources +327 -0
  47. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/beep.mp3 +0 -0
  48. package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/templates.json +671 -0
  49. package/platforms/ios/Info.plist +7 -0
  50. package/platforms/ios/README.md +9 -0
  51. package/platforms/ios/build.xcconfig +0 -0
  52. package/references.d.ts +2 -0
  53. package/typings/ios/objc!Barkoder.d.ts +662 -0
  54. package/typings/ios/objc!BarkoderSDK.d.ts +185 -0
@@ -0,0 +1,671 @@
1
+ {
2
+ "all": {
3
+ "decoder": {
4
+ "Aztec": {
5
+ "enabled": true
6
+ },
7
+ "Aztec Compact": {
8
+ "enabled": true
9
+ },
10
+ "QR": {
11
+ "enabled": true
12
+ },
13
+ "QR Micro": {
14
+ "enabled": true
15
+ },
16
+ "Code 128": {
17
+ "enabled": true,
18
+ "minimumLength": 0,
19
+ "maximumLength": 0
20
+ },
21
+ "Code 93": {
22
+ "enabled": true,
23
+ "minimumLength": 0,
24
+ "maximumLength": 0
25
+ },
26
+ "Code 39": {
27
+ "enabled": true,
28
+ "minimumLength": 0,
29
+ "maximumLength": 0,
30
+ "checksum": 0
31
+ },
32
+ "Codabar": {
33
+ "enabled": true,
34
+ "minimumLength": 0,
35
+ "maximumLength": 0
36
+ },
37
+ "Code 11": {
38
+ "enabled": true,
39
+ "minimumLength": 0,
40
+ "maximumLength": 0,
41
+ "checksum": 0
42
+ },
43
+ "MSI": {
44
+ "enabled": true,
45
+ "minimumLength": 4,
46
+ "maximumLength": 0,
47
+ "checksum": 1
48
+ },
49
+ "Upc-A": {
50
+ "enabled": true
51
+ },
52
+ "Upc-E": {
53
+ "enabled": true
54
+ },
55
+ "Ean-13": {
56
+ "enabled": true
57
+ },
58
+ "Ean-8": {
59
+ "enabled": true
60
+ },
61
+ "PDF 417": {
62
+ "enabled": true
63
+ },
64
+ "PDF 417 Micro": {
65
+ "enabled": true
66
+ },
67
+ "Datamatrix": {
68
+ "enabled": true,
69
+ "dpmMode": 0
70
+ },
71
+ "Code 25": {
72
+ "enabled": true,
73
+ "checksum": 0,
74
+ "minimumLength": 0,
75
+ "maximumLength": 0
76
+ },
77
+ "Interleaved 2 of 5": {
78
+ "enabled": true,
79
+ "checksum": 0,
80
+ "minimumLength": 0,
81
+ "maximumLength": 0
82
+ },
83
+ "ITF 14": {
84
+ "enabled": true
85
+ },
86
+ "IATA 25": {
87
+ "enabled": true,
88
+ "checksum": 0,
89
+ "minimumLength": 0,
90
+ "maximumLength": 0
91
+ },
92
+ "Matrix 25": {
93
+ "enabled": true,
94
+ "checksum": 0,
95
+ "minimumLength": 0,
96
+ "maximumLength": 0
97
+ },
98
+ "COOP 25": {
99
+ "enabled": true,
100
+ "checksum": 0,
101
+ "minimumLength": 0,
102
+ "maximumLength": 0
103
+ },
104
+ "Code 32": {
105
+ "enabled": true,
106
+ "minimumLength": 0,
107
+ "maximumLength": 0
108
+ },
109
+ "Telepen": {
110
+ "enabled": true,
111
+ "minimumLength": 0,
112
+ "maximumLength": 0
113
+ },
114
+ "general": {
115
+ "maxThreads": 2,
116
+ "decodingSpeed": 1,
117
+ "roi_x": 0,
118
+ "roi_y": 0,
119
+ "roi_w": 100,
120
+ "roi_h": 100,
121
+ "formattingType": 1,
122
+ "duplicatesDelayMs": 0,
123
+ "encodingCharacterSet": "",
124
+ "multicodeCachingEnabled": true,
125
+ "multicodeCachingDuration": 1000,
126
+ "enableMisshaped1D": false,
127
+ "upcEanDeblur": false,
128
+ "enableVINRestrictions": false,
129
+ "thresholdBetweenDuplicatesScans": 5
130
+ }
131
+ },
132
+ "locationLineColor": -65536,
133
+ "locationLineWidth": 4,
134
+ "roiLineColor": -65536,
135
+ "roiLineWidth": 3,
136
+ "roiOverlayBackgroundColor": 1711276032,
137
+ "closeSessionOnResultEnabled": true,
138
+ "imageResultEnabled": false,
139
+ "locationInImageResultEnabled": false,
140
+ "locationInPreviewEnabled": true,
141
+ "pinchToZoomEnabled": false,
142
+ "regionOfInterestVisible": false,
143
+ "barkoderResolution": 0,
144
+ "beepOnSuccessEnabled": true,
145
+ "vibrateOnSuccessEnabled": true
146
+ },
147
+ "pdf_optimized": {
148
+ "decoder": {
149
+ "PDF 417": {
150
+ "enabled": true
151
+ },
152
+ "PDF 417 Micro": {
153
+ "enabled": true
154
+ },
155
+ "general": {
156
+ "maxThreads": 2,
157
+ "decodingSpeed": 2,
158
+ "roi_x": 0,
159
+ "roi_y": 0,
160
+ "roi_w": 100,
161
+ "roi_h": 100,
162
+ "formattingType": 3,
163
+ "duplicatesDelayMs": 0,
164
+ "encodingCharacterSet": "",
165
+ "multicodeCachingEnabled": true,
166
+ "multicodeCachingDuration": 1000,
167
+ "enableMisshaped1D": false,
168
+ "upcEanDeblur": false,
169
+ "enableVINRestrictions": false,
170
+ "thresholdBetweenDuplicatesScans": 5
171
+ }
172
+ },
173
+ "locationLineColor": -65536,
174
+ "locationLineWidth": 4,
175
+ "roiLineColor": -65536,
176
+ "roiLineWidth": 3,
177
+ "roiOverlayBackgroundColor": 1711276032,
178
+ "closeSessionOnResultEnabled": true,
179
+ "imageResultEnabled": false,
180
+ "locationInImageResultEnabled": false,
181
+ "locationInPreviewEnabled": true,
182
+ "pinchToZoomEnabled": false,
183
+ "regionOfInterestVisible": false,
184
+ "barkoderResolution": 1,
185
+ "beepOnSuccessEnabled": true,
186
+ "vibrateOnSuccessEnabled": true
187
+ },
188
+ "qr": {
189
+ "decoder": {
190
+ "QR": {
191
+ "enabled": true
192
+ },
193
+ "QR Micro": {
194
+ "enabled": true
195
+ },
196
+ "general": {
197
+ "maxThreads": 2,
198
+ "decodingSpeed": 2,
199
+ "roi_x": 0,
200
+ "roi_y": 0,
201
+ "roi_w": 100,
202
+ "roi_h": 100,
203
+ "formattingType": 0,
204
+ "duplicatesDelayMs": 0,
205
+ "encodingCharacterSet": "",
206
+ "multicodeCachingEnabled": true,
207
+ "multicodeCachingDuration": 1000,
208
+ "enableMisshaped1D": false,
209
+ "upcEanDeblur": false,
210
+ "enableVINRestrictions": false,
211
+ "thresholdBetweenDuplicatesScans": 5
212
+ }
213
+ },
214
+ "locationLineColor": -65536,
215
+ "locationLineWidth": 4,
216
+ "roiLineColor": -65536,
217
+ "roiLineWidth": 3,
218
+ "roiOverlayBackgroundColor": 1711276032,
219
+ "closeSessionOnResultEnabled": true,
220
+ "imageResultEnabled": false,
221
+ "locationInImageResultEnabled": false,
222
+ "locationInPreviewEnabled": true,
223
+ "pinchToZoomEnabled": false,
224
+ "regionOfInterestVisible": false,
225
+ "barkoderResolution": 1,
226
+ "beepOnSuccessEnabled": true,
227
+ "vibrateOnSuccessEnabled": true
228
+ },
229
+ "retail_1d": {
230
+ "decoder": {
231
+ "Upc-A": {
232
+ "enabled": true
233
+ },
234
+ "Upc-E": {
235
+ "enabled": true
236
+ },
237
+ "Ean-13": {
238
+ "enabled": true
239
+ },
240
+ "Ean-8": {
241
+ "enabled": true
242
+ },
243
+ "general": {
244
+ "maxThreads": 2,
245
+ "decodingSpeed": 2,
246
+ "roi_x": 0,
247
+ "roi_y": 0,
248
+ "roi_w": 100,
249
+ "roi_h": 100,
250
+ "formattingType": 0,
251
+ "duplicatesDelayMs": 0,
252
+ "encodingCharacterSet": "",
253
+ "multicodeCachingEnabled": true,
254
+ "multicodeCachingDuration": 1000,
255
+ "enableMisshaped1D": true,
256
+ "upcEanDeblur": false,
257
+ "enableVINRestrictions": false,
258
+ "thresholdBetweenDuplicatesScans": 5
259
+ }
260
+ },
261
+ "locationLineColor": -65536,
262
+ "locationLineWidth": 4,
263
+ "roiLineColor": -65536,
264
+ "roiLineWidth": 3,
265
+ "roiOverlayBackgroundColor": 1711276032,
266
+ "closeSessionOnResultEnabled": true,
267
+ "imageResultEnabled": false,
268
+ "locationInImageResultEnabled": false,
269
+ "locationInPreviewEnabled": true,
270
+ "pinchToZoomEnabled": false,
271
+ "regionOfInterestVisible": false,
272
+ "barkoderResolution": 1,
273
+ "beepOnSuccessEnabled": true,
274
+ "vibrateOnSuccessEnabled": true
275
+ },
276
+ "industrial_1d": {
277
+ "decoder": {
278
+ "Code 128": {
279
+ "enabled": true,
280
+ "minimumLength": 0,
281
+ "maximumLength": 0
282
+ },
283
+ "Code 93": {
284
+ "enabled": true,
285
+ "minimumLength": 0,
286
+ "maximumLength": 0
287
+ },
288
+ "Code 39": {
289
+ "enabled": true,
290
+ "minimumLength": 0,
291
+ "maximumLength": 0,
292
+ "checksum": 0
293
+ },
294
+ "Code 25": {
295
+ "enabled": true,
296
+ "checksum": 0,
297
+ "minimumLength": 0,
298
+ "maximumLength": 0
299
+ },
300
+ "Codabar": {
301
+ "enabled": true,
302
+ "minimumLength": 0,
303
+ "maximumLength": 0
304
+ },
305
+ "Code 11": {
306
+ "enabled": true,
307
+ "minimumLength": 0,
308
+ "maximumLength": 0,
309
+ "checksum": 0
310
+ },
311
+ "Interleaved 2 of 5": {
312
+ "enabled": true,
313
+ "checksum": 0,
314
+ "minimumLength": 0,
315
+ "maximumLength": 0
316
+ },
317
+ "ITF 14": {
318
+ "enabled": true
319
+ },
320
+ "Telepen": {
321
+ "enabled": true,
322
+ "minimumLength": 0,
323
+ "maximumLength": 0
324
+ },
325
+ "general": {
326
+ "maxThreads": 2,
327
+ "decodingSpeed": 2,
328
+ "roi_x": 0,
329
+ "roi_y": 0,
330
+ "roi_w": 100,
331
+ "roi_h": 100,
332
+ "formattingType": 0,
333
+ "duplicatesDelayMs": 0,
334
+ "encodingCharacterSet": "",
335
+ "multicodeCachingEnabled": true,
336
+ "multicodeCachingDuration": 1000,
337
+ "enableMisshaped1D": false,
338
+ "upcEanDeblur": false,
339
+ "enableVINRestrictions": false,
340
+ "thresholdBetweenDuplicatesScans": 5
341
+ }
342
+ },
343
+ "locationLineColor": -65536,
344
+ "locationLineWidth": 4,
345
+ "roiLineColor": -65536,
346
+ "roiLineWidth": 3,
347
+ "roiOverlayBackgroundColor": 1711276032,
348
+ "closeSessionOnResultEnabled": true,
349
+ "imageResultEnabled": false,
350
+ "locationInImageResultEnabled": false,
351
+ "locationInPreviewEnabled": true,
352
+ "pinchToZoomEnabled": false,
353
+ "regionOfInterestVisible": false,
354
+ "barkoderResolution": 1,
355
+ "beepOnSuccessEnabled": true,
356
+ "vibrateOnSuccessEnabled": true
357
+ },
358
+ "all_2d": {
359
+ "decoder": {
360
+ "Aztec": {
361
+ "enabled": true
362
+ },
363
+ "Aztec Compact": {
364
+ "enabled": true
365
+ },
366
+ "QR": {
367
+ "enabled": true
368
+ },
369
+ "QR Micro": {
370
+ "enabled": true
371
+ },
372
+ "Datamatrix": {
373
+ "enabled": true,
374
+ "dpmMode": 0
375
+ },
376
+ "general": {
377
+ "maxThreads": 2,
378
+ "decodingSpeed": 2,
379
+ "roi_x": 0,
380
+ "roi_y": 0,
381
+ "roi_w": 100,
382
+ "roi_h": 100,
383
+ "formattingType": 0,
384
+ "duplicatesDelayMs": 0,
385
+ "encodingCharacterSet": "",
386
+ "multicodeCachingEnabled": true,
387
+ "multicodeCachingDuration": 1000,
388
+ "enableMisshaped1D": false,
389
+ "upcEanDeblur": false,
390
+ "enableVINRestrictions": false,
391
+ "thresholdBetweenDuplicatesScans": 5
392
+ }
393
+ },
394
+ "locationLineColor": -65536,
395
+ "locationLineWidth": 4,
396
+ "roiLineColor": -65536,
397
+ "roiLineWidth": 3,
398
+ "roiOverlayBackgroundColor": 1711276032,
399
+ "closeSessionOnResultEnabled": true,
400
+ "imageResultEnabled": false,
401
+ "locationInImageResultEnabled": false,
402
+ "locationInPreviewEnabled": true,
403
+ "pinchToZoomEnabled": false,
404
+ "regionOfInterestVisible": false,
405
+ "barkoderResolution": 1,
406
+ "beepOnSuccessEnabled": true,
407
+ "vibrateOnSuccessEnabled": true
408
+ },
409
+ "dpm": {
410
+ "decoder": {
411
+ "Datamatrix": {
412
+ "enabled": true,
413
+ "dpmMode": 1
414
+ },
415
+ "general": {
416
+ "maxThreads": 2,
417
+ "decodingSpeed": 2,
418
+ "roi_x": 40,
419
+ "roi_y": 40,
420
+ "roi_w": 20,
421
+ "roi_h": 9,
422
+ "formattingType": 0,
423
+ "duplicatesDelayMs": 0,
424
+ "encodingCharacterSet": "",
425
+ "multicodeCachingEnabled": true,
426
+ "multicodeCachingDuration": 1000,
427
+ "enableMisshaped1D": false,
428
+ "upcEanDeblur": false,
429
+ "enableVINRestrictions": false,
430
+ "thresholdBetweenDuplicatesScans": 5
431
+ }
432
+ },
433
+ "locationLineColor": -65536,
434
+ "locationLineWidth": 4,
435
+ "roiLineColor": -65536,
436
+ "roiLineWidth": 3,
437
+ "roiOverlayBackgroundColor": 1711276032,
438
+ "closeSessionOnResultEnabled": true,
439
+ "imageResultEnabled": false,
440
+ "locationInImageResultEnabled": false,
441
+ "locationInPreviewEnabled": true,
442
+ "pinchToZoomEnabled": false,
443
+ "regionOfInterestVisible": false,
444
+ "barkoderResolution": 1,
445
+ "beepOnSuccessEnabled": true,
446
+ "vibrateOnSuccessEnabled": true
447
+ },
448
+ "vin": {
449
+ "decoder": {
450
+ "Code 39": {
451
+ "enabled": true,
452
+ "minimumLength": 0,
453
+ "maximumLength": 0,
454
+ "checksum": 0
455
+ },
456
+ "Code 128": {
457
+ "enabled": true,
458
+ "minimumLength": 0,
459
+ "maximumLength": 0
460
+ },
461
+ "Datamatrix": {
462
+ "enabled": true,
463
+ "dpmMode": 0
464
+ },
465
+ "QR": {
466
+ "enabled": true
467
+ },
468
+ "general": {
469
+ "maxThreads": 2,
470
+ "decodingSpeed": 2,
471
+ "roi_x": 0,
472
+ "roi_y": 0,
473
+ "roi_w": 100,
474
+ "roi_h": 100,
475
+ "formattingType": 0,
476
+ "duplicatesDelayMs": 0,
477
+ "encodingCharacterSet": "",
478
+ "multicodeCachingEnabled": true,
479
+ "multicodeCachingDuration": 1000,
480
+ "enableMisshaped1D": false,
481
+ "upcEanDeblur": false,
482
+ "enableVINRestrictions": true,
483
+ "thresholdBetweenDuplicatesScans": 5
484
+ }
485
+ },
486
+ "locationLineColor": -65536,
487
+ "locationLineWidth": 4,
488
+ "roiLineColor": -65536,
489
+ "roiLineWidth": 3,
490
+ "roiOverlayBackgroundColor": 1711276032,
491
+ "closeSessionOnResultEnabled": true,
492
+ "imageResultEnabled": false,
493
+ "locationInImageResultEnabled": false,
494
+ "locationInPreviewEnabled": true,
495
+ "pinchToZoomEnabled": false,
496
+ "regionOfInterestVisible": false,
497
+ "barkoderResolution": 1,
498
+ "beepOnSuccessEnabled": true,
499
+ "vibrateOnSuccessEnabled": true
500
+ },
501
+ "dotcode": {
502
+ "decoder": {
503
+ "Dotcode": {
504
+ "enabled": true
505
+ },
506
+ "general": {
507
+ "maxThreads": 2,
508
+ "decodingSpeed": 2,
509
+ "roi_x": 30,
510
+ "roi_y": 40,
511
+ "roi_w": 40,
512
+ "roi_h": 9,
513
+ "formattingType": 0,
514
+ "duplicatesDelayMs": 0,
515
+ "encodingCharacterSet": "",
516
+ "multicodeCachingEnabled": true,
517
+ "multicodeCachingDuration": 1000,
518
+ "enableMisshaped1D": false,
519
+ "upcEanDeblur": false,
520
+ "enableVINRestrictions": false,
521
+ "thresholdBetweenDuplicatesScans": 5
522
+ }
523
+ },
524
+ "locationLineColor": -65536,
525
+ "locationLineWidth": 4,
526
+ "roiLineColor": -65536,
527
+ "roiLineWidth": 3,
528
+ "roiOverlayBackgroundColor": 1711276032,
529
+ "closeSessionOnResultEnabled": true,
530
+ "imageResultEnabled": false,
531
+ "locationInImageResultEnabled": false,
532
+ "locationInPreviewEnabled": true,
533
+ "pinchToZoomEnabled": false,
534
+ "regionOfInterestVisible": false,
535
+ "barkoderResolution": 1,
536
+ "beepOnSuccessEnabled": true,
537
+ "vibrateOnSuccessEnabled": true
538
+ },
539
+ "all_1d": {
540
+ "decoder": {
541
+ "Code 128": {
542
+ "enabled": false,
543
+ "minimumLength": 0,
544
+ "maximumLength": 0
545
+ },
546
+ "Code 93": {
547
+ "enabled": true,
548
+ "minimumLength": 0,
549
+ "maximumLength": 0
550
+ },
551
+ "Code 39": {
552
+ "enabled": true,
553
+ "minimumLength": 0,
554
+ "maximumLength": 0,
555
+ "checksum": 0
556
+ },
557
+ "Codabar": {
558
+ "enabled": true,
559
+ "minimumLength": 0,
560
+ "maximumLength": 0
561
+ },
562
+ "Code 11": {
563
+ "enabled": true,
564
+ "minimumLength": 0,
565
+ "maximumLength": 0,
566
+ "checksum": 0
567
+ },
568
+ "MSI": {
569
+ "enabled": false,
570
+ "minimumLength": 0,
571
+ "maximumLength": 0,
572
+ "checksum": 1
573
+ },
574
+ "Upc-A": {
575
+ "enabled": true
576
+ },
577
+ "Upc-E": {
578
+ "enabled": true
579
+ },
580
+ "Upc-E1": {
581
+ "enabled": false
582
+ },
583
+ "Ean-13": {
584
+ "enabled": true
585
+ },
586
+ "Ean-8": {
587
+ "enabled": true
588
+ },
589
+ "Code 25": {
590
+ "enabled": true,
591
+ "checksum": 0,
592
+ "minimumLength": 0,
593
+ "maximumLength": 0
594
+ },
595
+ "Interleaved 2 of 5": {
596
+ "enabled": true,
597
+ "checksum": 0,
598
+ "minimumLength": 0,
599
+ "maximumLength": 0
600
+ },
601
+ "ITF 14": {
602
+ "enabled": true
603
+ },
604
+ "IATA 25": {
605
+ "enabled": false,
606
+ "checksum": 0,
607
+ "minimumLength": 0,
608
+ "maximumLength": 0
609
+ },
610
+ "Matrix 25": {
611
+ "enabled": false,
612
+ "checksum": 0,
613
+ "minimumLength": 0,
614
+ "maximumLength": 0
615
+ },
616
+ "Datalogic 25": {
617
+ "enabled": false,
618
+ "checksum": 0,
619
+ "minimumLength": 0,
620
+ "maximumLength": 0
621
+ },
622
+ "COOP 25": {
623
+ "enabled": false,
624
+ "checksum": 0,
625
+ "minimumLength": 0,
626
+ "maximumLength": 0
627
+ },
628
+ "Code 32": {
629
+ "enabled": false,
630
+ "minimumLength": 0,
631
+ "maximumLength": 0
632
+ },
633
+ "Telepen": {
634
+ "enabled": true,
635
+ "minimumLength": 0,
636
+ "maximumLength": 0
637
+ },
638
+ "general": {
639
+ "maxThreads": 2,
640
+ "decodingSpeed": 2,
641
+ "roi_x": 0,
642
+ "roi_y": 0,
643
+ "roi_w": 100,
644
+ "roi_h": 100,
645
+ "formattingType": 0,
646
+ "duplicatesDelayMs": 0,
647
+ "encodingCharacterSet": "",
648
+ "multicodeCachingEnabled": true,
649
+ "multicodeCachingDuration": 1000,
650
+ "enableMisshaped1D": false,
651
+ "upcEanDeblur": false,
652
+ "enableVINRestrictions": false,
653
+ "thresholdBetweenDuplicatesScans": 5
654
+ }
655
+ },
656
+ "locationLineColor": -65536,
657
+ "locationLineWidth": 4,
658
+ "roiLineColor": -65536,
659
+ "roiLineWidth": 3,
660
+ "roiOverlayBackgroundColor": 1711276032,
661
+ "closeSessionOnResultEnabled": true,
662
+ "imageResultEnabled": false,
663
+ "locationInImageResultEnabled": false,
664
+ "locationInPreviewEnabled": true,
665
+ "pinchToZoomEnabled": false,
666
+ "regionOfInterestVisible": false,
667
+ "barkoderResolution": 1,
668
+ "beepOnSuccessEnabled": true,
669
+ "vibrateOnSuccessEnabled": true
670
+ }
671
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <!--Describe the permissions, features or other configurations required by your plugin for iOS.-->
6
+ </dict>
7
+ </plist>
@@ -0,0 +1,9 @@
1
+ # iOS permissions and dependencies
2
+
3
+
4
+ * (Optional) Use Info.plist to describe any permissions, features or other configuration specifics required or used by your plugin for iOS.
5
+ NOTE: The NativeScript CLI will not resolve any contradicting or duplicate entries during the merge. After the plugin is installed, you need to manually resolve such issues.
6
+ * (Optional) Use build.xcconfig configuration to describe any plugin the native dependencies. If there are no such, this file can be removed. For more information, see the [build.xcconfig Specification section](http://docs.nativescript.org/plugins/plugins#buildxcconfig-specification).
7
+
8
+
9
+ [Read more about nativescript plugins](http://docs.nativescript.org/plugins/plugins)
File without changes
@@ -0,0 +1,2 @@
1
+ /// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
2
+ /// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />