@thermal-label/brother-ql-core 0.5.0 → 0.6.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 (46) hide show
  1. package/README.md +83 -12
  2. package/data/devices.json +666 -26
  3. package/data/media.json +68 -68
  4. package/dist/__tests__/devices.test.js +1 -0
  5. package/dist/__tests__/devices.test.js.map +1 -1
  6. package/dist/__tests__/media.test.js +7 -7
  7. package/dist/__tests__/protocol.test.js +1 -1
  8. package/dist/__tests__/status.test.js +56 -15
  9. package/dist/__tests__/status.test.js.map +1 -1
  10. package/dist/devices.d.ts +737 -2
  11. package/dist/devices.d.ts.map +1 -1
  12. package/dist/devices.generated.d.ts +72 -13
  13. package/dist/devices.generated.d.ts.map +1 -1
  14. package/dist/devices.generated.js +109 -34
  15. package/dist/devices.generated.js.map +1 -1
  16. package/dist/devices.js +6 -2
  17. package/dist/devices.js.map +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/media.d.ts +1 -1
  23. package/dist/media.generated.d.ts.map +1 -1
  24. package/dist/media.generated.js +138 -136
  25. package/dist/media.generated.js.map +1 -1
  26. package/dist/media.js +3 -3
  27. package/dist/protocol.js +4 -4
  28. package/dist/status.d.ts +8 -5
  29. package/dist/status.d.ts.map +1 -1
  30. package/dist/status.js +43 -7
  31. package/dist/status.js.map +1 -1
  32. package/dist/types.d.ts +7 -14
  33. package/dist/types.d.ts.map +1 -1
  34. package/package.json +3 -3
  35. package/src/__tests__/devices.test.ts +1 -0
  36. package/src/__tests__/media.test.ts +7 -7
  37. package/src/__tests__/protocol.test.ts +1 -1
  38. package/src/__tests__/status.test.ts +66 -16
  39. package/src/devices.generated.ts +130 -42
  40. package/src/devices.ts +7 -2
  41. package/src/index.ts +2 -0
  42. package/src/media.generated.ts +139 -138
  43. package/src/media.ts +3 -3
  44. package/src/protocol.ts +4 -4
  45. package/src/status.ts +47 -8
  46. package/src/types.ts +7 -14
@@ -1,3 +1,5 @@
1
+ // AUTO-GENERATED by scripts/compile-data.mjs from packages/core/data/media.json5.
2
+ // Edit that file, not this one. Run `pnpm --filter @thermal-label/brother-ql-core compile-data`.
1
3
  const MEDIA_BY_ID = {
2
4
  "251": {
3
5
  "id": 251,
@@ -30,7 +32,7 @@ const MEDIA_BY_ID = {
30
32
  ]
31
33
  }
32
34
  ],
33
- "printAreaDots": 696,
35
+ "printableDots": 696,
34
36
  "leftMarginPins": 12,
35
37
  "rightMarginPins": 12
36
38
  },
@@ -47,9 +49,9 @@ const MEDIA_BY_ID = {
47
49
  "DK-22214"
48
50
  ],
49
51
  "category": "continuous",
50
- "printAreaDots": 106,
51
- "leftMarginPins": 585,
52
- "rightMarginPins": 29
52
+ "printableDots": 106,
53
+ "leftMarginPins": 29,
54
+ "rightMarginPins": 585
53
55
  },
54
56
  "258": {
55
57
  "id": 258,
@@ -64,9 +66,9 @@ const MEDIA_BY_ID = {
64
66
  "DK-22210"
65
67
  ],
66
68
  "category": "continuous",
67
- "printAreaDots": 306,
68
- "leftMarginPins": 408,
69
- "rightMarginPins": 6
69
+ "printableDots": 306,
70
+ "leftMarginPins": 6,
71
+ "rightMarginPins": 408
70
72
  },
71
73
  "259": {
72
74
  "id": 259,
@@ -81,7 +83,7 @@ const MEDIA_BY_ID = {
81
83
  "DK-22205"
82
84
  ],
83
85
  "category": "continuous",
84
- "printAreaDots": 696,
86
+ "printableDots": 696,
85
87
  "leftMarginPins": 12,
86
88
  "rightMarginPins": 12
87
89
  },
@@ -98,9 +100,9 @@ const MEDIA_BY_ID = {
98
100
  "DK-22243"
99
101
  ],
100
102
  "category": "continuous",
101
- "printAreaDots": 1164,
102
- "leftMarginPins": 76,
103
- "rightMarginPins": 56
103
+ "printableDots": 1164,
104
+ "leftMarginPins": 56,
105
+ "rightMarginPins": 76
104
106
  },
105
107
  "261": {
106
108
  "id": 261,
@@ -115,9 +117,9 @@ const MEDIA_BY_ID = {
115
117
  "DK-N55224"
116
118
  ],
117
119
  "category": "continuous",
118
- "printAreaDots": 590,
119
- "leftMarginPins": 130,
120
- "rightMarginPins": 0
120
+ "printableDots": 590,
121
+ "leftMarginPins": 0,
122
+ "rightMarginPins": 130
121
123
  },
122
124
  "262": {
123
125
  "id": 262,
@@ -132,9 +134,9 @@ const MEDIA_BY_ID = {
132
134
  "DK-22246"
133
135
  ],
134
136
  "category": "continuous",
135
- "printAreaDots": 554,
136
- "leftMarginPins": 154,
137
- "rightMarginPins": 12
137
+ "printableDots": 554,
138
+ "leftMarginPins": 12,
139
+ "rightMarginPins": 154
138
140
  },
139
141
  "264": {
140
142
  "id": 264,
@@ -149,9 +151,9 @@ const MEDIA_BY_ID = {
149
151
  "DK-22225"
150
152
  ],
151
153
  "category": "continuous",
152
- "printAreaDots": 413,
153
- "leftMarginPins": 295,
154
- "rightMarginPins": 12
154
+ "printableDots": 413,
155
+ "leftMarginPins": 12,
156
+ "rightMarginPins": 295
155
157
  },
156
158
  "269": {
157
159
  "id": 269,
@@ -169,7 +171,7 @@ const MEDIA_BY_ID = {
169
171
  "DK-11204"
170
172
  ],
171
173
  "category": "die-cut",
172
- "printAreaDots": 165,
174
+ "printableDots": 165,
173
175
  "leftMarginPins": 0,
174
176
  "rightMarginPins": 0,
175
177
  "dieCutMaskedAreaDots": 566
@@ -190,7 +192,7 @@ const MEDIA_BY_ID = {
190
192
  "DK-11203"
191
193
  ],
192
194
  "category": "die-cut",
193
- "printAreaDots": 165,
195
+ "printableDots": 165,
194
196
  "leftMarginPins": 0,
195
197
  "rightMarginPins": 0,
196
198
  "dieCutMaskedAreaDots": 956
@@ -211,9 +213,9 @@ const MEDIA_BY_ID = {
211
213
  "DK-11201"
212
214
  ],
213
215
  "category": "die-cut",
214
- "printAreaDots": 306,
215
- "leftMarginPins": 0,
216
- "rightMarginPins": 0,
216
+ "printableDots": 306,
217
+ "leftMarginPins": 6,
218
+ "rightMarginPins": 408,
217
219
  "dieCutMaskedAreaDots": 991
218
220
  },
219
221
  "272": {
@@ -232,7 +234,7 @@ const MEDIA_BY_ID = {
232
234
  "DK-11218"
233
235
  ],
234
236
  "category": "die-cut",
235
- "printAreaDots": 413,
237
+ "printableDots": 413,
236
238
  "leftMarginPins": 0,
237
239
  "rightMarginPins": 0,
238
240
  "dieCutMaskedAreaDots": 991
@@ -252,7 +254,7 @@ const MEDIA_BY_ID = {
252
254
  "DK-11207"
253
255
  ],
254
256
  "category": "die-cut",
255
- "printAreaDots": 618,
257
+ "printableDots": 618,
256
258
  "leftMarginPins": 0,
257
259
  "rightMarginPins": 0,
258
260
  "dieCutMaskedAreaDots": 618
@@ -273,7 +275,7 @@ const MEDIA_BY_ID = {
273
275
  "DK-11209"
274
276
  ],
275
277
  "category": "die-cut",
276
- "printAreaDots": 696,
278
+ "printableDots": 696,
277
279
  "leftMarginPins": 0,
278
280
  "rightMarginPins": 0,
279
281
  "dieCutMaskedAreaDots": 271
@@ -294,7 +296,7 @@ const MEDIA_BY_ID = {
294
296
  "DK-11202"
295
297
  ],
296
298
  "category": "die-cut",
297
- "printAreaDots": 696,
299
+ "printableDots": 696,
298
300
  "leftMarginPins": 0,
299
301
  "rightMarginPins": 0,
300
302
  "dieCutMaskedAreaDots": 1109
@@ -311,7 +313,7 @@ const MEDIA_BY_ID = {
311
313
  "dk"
312
314
  ],
313
315
  "category": "die-cut",
314
- "printAreaDots": 94,
316
+ "printableDots": 94,
315
317
  "leftMarginPins": 0,
316
318
  "rightMarginPins": 0,
317
319
  "dieCutMaskedAreaDots": 94
@@ -331,7 +333,7 @@ const MEDIA_BY_ID = {
331
333
  "DK-11221"
332
334
  ],
333
335
  "category": "die-cut",
334
- "printAreaDots": 236,
336
+ "printableDots": 236,
335
337
  "leftMarginPins": 0,
336
338
  "rightMarginPins": 0,
337
339
  "dieCutMaskedAreaDots": 236
@@ -352,7 +354,7 @@ const MEDIA_BY_ID = {
352
354
  "DK-11240"
353
355
  ],
354
356
  "category": "die-cut",
355
- "printAreaDots": 1164,
357
+ "printableDots": 1164,
356
358
  "leftMarginPins": 0,
357
359
  "rightMarginPins": 0,
358
360
  "dieCutMaskedAreaDots": 526
@@ -373,7 +375,7 @@ const MEDIA_BY_ID = {
373
375
  "DK-11241"
374
376
  ],
375
377
  "category": "die-cut",
376
- "printAreaDots": 1164,
378
+ "printableDots": 1164,
377
379
  "leftMarginPins": 0,
378
380
  "rightMarginPins": 0,
379
381
  "dieCutMaskedAreaDots": 1660
@@ -394,7 +396,7 @@ const MEDIA_BY_ID = {
394
396
  "DK-11219"
395
397
  ],
396
398
  "category": "die-cut",
397
- "printAreaDots": 425,
399
+ "printableDots": 425,
398
400
  "leftMarginPins": 0,
399
401
  "rightMarginPins": 0,
400
402
  "dieCutMaskedAreaDots": 495
@@ -412,7 +414,7 @@ const MEDIA_BY_ID = {
412
414
  "dk"
413
415
  ],
414
416
  "category": "die-cut",
415
- "printAreaDots": 236,
417
+ "printableDots": 236,
416
418
  "leftMarginPins": 0,
417
419
  "rightMarginPins": 0,
418
420
  "dieCutMaskedAreaDots": 202
@@ -430,7 +432,7 @@ const MEDIA_BY_ID = {
430
432
  "dk"
431
433
  ],
432
434
  "category": "die-cut",
433
- "printAreaDots": 578,
435
+ "printableDots": 578,
434
436
  "leftMarginPins": 0,
435
437
  "rightMarginPins": 0,
436
438
  "dieCutMaskedAreaDots": 271
@@ -447,12 +449,12 @@ const MEDIA_BY_ID = {
447
449
  "category": "tape",
448
450
  "geometry": {
449
451
  "narrow": {
450
- "printAreaDots": 24,
452
+ "printableDots": 24,
451
453
  "leftMarginPins": 52,
452
454
  "rightMarginPins": 52
453
455
  },
454
456
  "wide": {
455
- "printAreaDots": 48,
457
+ "printableDots": 48,
456
458
  "leftMarginPins": 248,
457
459
  "rightMarginPins": 264
458
460
  }
@@ -470,12 +472,12 @@ const MEDIA_BY_ID = {
470
472
  "category": "tape",
471
473
  "geometry": {
472
474
  "narrow": {
473
- "printAreaDots": 32,
475
+ "printableDots": 32,
474
476
  "leftMarginPins": 48,
475
477
  "rightMarginPins": 48
476
478
  },
477
479
  "wide": {
478
- "printAreaDots": 64,
480
+ "printableDots": 64,
479
481
  "leftMarginPins": 240,
480
482
  "rightMarginPins": 256
481
483
  }
@@ -493,12 +495,12 @@ const MEDIA_BY_ID = {
493
495
  "category": "tape",
494
496
  "geometry": {
495
497
  "narrow": {
496
- "printAreaDots": 50,
498
+ "printableDots": 50,
497
499
  "leftMarginPins": 39,
498
500
  "rightMarginPins": 39
499
501
  },
500
502
  "wide": {
501
- "printAreaDots": 106,
503
+ "printableDots": 106,
502
504
  "leftMarginPins": 219,
503
505
  "rightMarginPins": 235
504
506
  }
@@ -516,12 +518,12 @@ const MEDIA_BY_ID = {
516
518
  "category": "tape",
517
519
  "geometry": {
518
520
  "narrow": {
519
- "printAreaDots": 70,
521
+ "printableDots": 70,
520
522
  "leftMarginPins": 29,
521
523
  "rightMarginPins": 29
522
524
  },
523
525
  "wide": {
524
- "printAreaDots": 150,
526
+ "printableDots": 150,
525
527
  "leftMarginPins": 197,
526
528
  "rightMarginPins": 213
527
529
  }
@@ -539,12 +541,12 @@ const MEDIA_BY_ID = {
539
541
  "category": "tape",
540
542
  "geometry": {
541
543
  "narrow": {
542
- "printAreaDots": 112,
544
+ "printableDots": 112,
543
545
  "leftMarginPins": 8,
544
546
  "rightMarginPins": 8
545
547
  },
546
548
  "wide": {
547
- "printAreaDots": 234,
549
+ "printableDots": 234,
548
550
  "leftMarginPins": 155,
549
551
  "rightMarginPins": 171
550
552
  }
@@ -562,12 +564,12 @@ const MEDIA_BY_ID = {
562
564
  "category": "tape",
563
565
  "geometry": {
564
566
  "narrow": {
565
- "printAreaDots": 128,
567
+ "printableDots": 128,
566
568
  "leftMarginPins": 0,
567
569
  "rightMarginPins": 0
568
570
  },
569
571
  "wide": {
570
- "printAreaDots": 320,
572
+ "printableDots": 320,
571
573
  "leftMarginPins": 112,
572
574
  "rightMarginPins": 128
573
575
  }
@@ -585,7 +587,7 @@ const MEDIA_BY_ID = {
585
587
  "category": "tape",
586
588
  "geometry": {
587
589
  "wide": {
588
- "printAreaDots": 454,
590
+ "printableDots": 454,
589
591
  "leftMarginPins": 45,
590
592
  "rightMarginPins": 61
591
593
  }
@@ -603,12 +605,12 @@ const MEDIA_BY_ID = {
603
605
  "category": "tape",
604
606
  "geometry": {
605
607
  "narrow": {
606
- "printAreaDots": 28,
608
+ "printableDots": 28,
607
609
  "leftMarginPins": 52,
608
610
  "rightMarginPins": 48
609
611
  },
610
612
  "wide": {
611
- "printAreaDots": 56,
613
+ "printableDots": 56,
612
614
  "leftMarginPins": 261,
613
615
  "rightMarginPins": 243
614
616
  }
@@ -626,12 +628,12 @@ const MEDIA_BY_ID = {
626
628
  "category": "tape",
627
629
  "geometry": {
628
630
  "narrow": {
629
- "printAreaDots": 48,
631
+ "printableDots": 48,
630
632
  "leftMarginPins": 42,
631
633
  "rightMarginPins": 38
632
634
  },
633
635
  "wide": {
634
- "printAreaDots": 96,
636
+ "printableDots": 96,
635
637
  "leftMarginPins": 241,
636
638
  "rightMarginPins": 223
637
639
  }
@@ -649,12 +651,12 @@ const MEDIA_BY_ID = {
649
651
  "category": "tape",
650
652
  "geometry": {
651
653
  "narrow": {
652
- "printAreaDots": 66,
654
+ "printableDots": 66,
653
655
  "leftMarginPins": 33,
654
656
  "rightMarginPins": 29
655
657
  },
656
658
  "wide": {
657
- "printAreaDots": 132,
659
+ "printableDots": 132,
658
660
  "leftMarginPins": 223,
659
661
  "rightMarginPins": 205
660
662
  }
@@ -672,12 +674,12 @@ const MEDIA_BY_ID = {
672
674
  "category": "tape",
673
675
  "geometry": {
674
676
  "narrow": {
675
- "printAreaDots": 106,
677
+ "printableDots": 106,
676
678
  "leftMarginPins": 13,
677
679
  "rightMarginPins": 9
678
680
  },
679
681
  "wide": {
680
- "printAreaDots": 212,
682
+ "printableDots": 212,
681
683
  "leftMarginPins": 183,
682
684
  "rightMarginPins": 165
683
685
  }
@@ -695,12 +697,12 @@ const MEDIA_BY_ID = {
695
697
  "category": "tape",
696
698
  "geometry": {
697
699
  "narrow": {
698
- "printAreaDots": 128,
700
+ "printableDots": 128,
699
701
  "leftMarginPins": 0,
700
702
  "rightMarginPins": 0
701
703
  },
702
704
  "wide": {
703
- "printAreaDots": 256,
705
+ "printableDots": 256,
704
706
  "leftMarginPins": 161,
705
707
  "rightMarginPins": 143
706
708
  }
@@ -718,12 +720,12 @@ const MEDIA_BY_ID = {
718
720
  "category": "tape",
719
721
  "geometry": {
720
722
  "narrow": {
721
- "printAreaDots": 20,
723
+ "printableDots": 20,
722
724
  "leftMarginPins": 56,
723
725
  "rightMarginPins": 52
724
726
  },
725
727
  "wide": {
726
- "printAreaDots": 40,
728
+ "printableDots": 40,
727
729
  "leftMarginPins": 269,
728
730
  "rightMarginPins": 251
729
731
  }
@@ -741,12 +743,12 @@ const MEDIA_BY_ID = {
741
743
  "category": "tape",
742
744
  "geometry": {
743
745
  "narrow": {
744
- "printAreaDots": 44,
746
+ "printableDots": 44,
745
747
  "leftMarginPins": 44,
746
748
  "rightMarginPins": 40
747
749
  },
748
750
  "wide": {
749
- "printAreaDots": 88,
751
+ "printableDots": 88,
750
752
  "leftMarginPins": 245,
751
753
  "rightMarginPins": 227
752
754
  }
@@ -764,12 +766,12 @@ const MEDIA_BY_ID = {
764
766
  "category": "tape",
765
767
  "geometry": {
766
768
  "narrow": {
767
- "printAreaDots": 50,
769
+ "printableDots": 50,
768
770
  "leftMarginPins": 41,
769
771
  "rightMarginPins": 37
770
772
  },
771
773
  "wide": {
772
- "printAreaDots": 100,
774
+ "printableDots": 100,
773
775
  "leftMarginPins": 239,
774
776
  "rightMarginPins": 221
775
777
  }
@@ -787,12 +789,12 @@ const MEDIA_BY_ID = {
787
789
  "category": "tape",
788
790
  "geometry": {
789
791
  "narrow": {
790
- "printAreaDots": 120,
792
+ "printableDots": 120,
791
793
  "leftMarginPins": 6,
792
794
  "rightMarginPins": 2
793
795
  },
794
796
  "wide": {
795
- "printAreaDots": 240,
797
+ "printableDots": 240,
796
798
  "leftMarginPins": 169,
797
799
  "rightMarginPins": 151
798
800
  }
@@ -810,7 +812,7 @@ const MEDIA_BY_ID = {
810
812
  "category": "tape",
811
813
  "geometry": {
812
814
  "wide": {
813
- "printAreaDots": 360,
815
+ "printableDots": 360,
814
816
  "leftMarginPins": 109,
815
817
  "rightMarginPins": 91
816
818
  }
@@ -832,9 +834,9 @@ export const MEDIA_LIST = Object.freeze([
832
834
  "DK-22214"
833
835
  ],
834
836
  "category": "continuous",
835
- "printAreaDots": 106,
836
- "leftMarginPins": 585,
837
- "rightMarginPins": 29
837
+ "printableDots": 106,
838
+ "leftMarginPins": 29,
839
+ "rightMarginPins": 585
838
840
  },
839
841
  {
840
842
  "id": 258,
@@ -849,9 +851,9 @@ export const MEDIA_LIST = Object.freeze([
849
851
  "DK-22210"
850
852
  ],
851
853
  "category": "continuous",
852
- "printAreaDots": 306,
853
- "leftMarginPins": 408,
854
- "rightMarginPins": 6
854
+ "printableDots": 306,
855
+ "leftMarginPins": 6,
856
+ "rightMarginPins": 408
855
857
  },
856
858
  {
857
859
  "id": 264,
@@ -866,9 +868,9 @@ export const MEDIA_LIST = Object.freeze([
866
868
  "DK-22225"
867
869
  ],
868
870
  "category": "continuous",
869
- "printAreaDots": 413,
870
- "leftMarginPins": 295,
871
- "rightMarginPins": 12
871
+ "printableDots": 413,
872
+ "leftMarginPins": 12,
873
+ "rightMarginPins": 295
872
874
  },
873
875
  {
874
876
  "id": 262,
@@ -883,9 +885,9 @@ export const MEDIA_LIST = Object.freeze([
883
885
  "DK-22246"
884
886
  ],
885
887
  "category": "continuous",
886
- "printAreaDots": 554,
887
- "leftMarginPins": 154,
888
- "rightMarginPins": 12
888
+ "printableDots": 554,
889
+ "leftMarginPins": 12,
890
+ "rightMarginPins": 154
889
891
  },
890
892
  {
891
893
  "id": 261,
@@ -900,9 +902,9 @@ export const MEDIA_LIST = Object.freeze([
900
902
  "DK-N55224"
901
903
  ],
902
904
  "category": "continuous",
903
- "printAreaDots": 590,
904
- "leftMarginPins": 130,
905
- "rightMarginPins": 0
905
+ "printableDots": 590,
906
+ "leftMarginPins": 0,
907
+ "rightMarginPins": 130
906
908
  },
907
909
  {
908
910
  "id": 259,
@@ -917,7 +919,7 @@ export const MEDIA_LIST = Object.freeze([
917
919
  "DK-22205"
918
920
  ],
919
921
  "category": "continuous",
920
- "printAreaDots": 696,
922
+ "printableDots": 696,
921
923
  "leftMarginPins": 12,
922
924
  "rightMarginPins": 12
923
925
  },
@@ -952,7 +954,7 @@ export const MEDIA_LIST = Object.freeze([
952
954
  ]
953
955
  }
954
956
  ],
955
- "printAreaDots": 696,
957
+ "printableDots": 696,
956
958
  "leftMarginPins": 12,
957
959
  "rightMarginPins": 12
958
960
  },
@@ -969,9 +971,9 @@ export const MEDIA_LIST = Object.freeze([
969
971
  "DK-22243"
970
972
  ],
971
973
  "category": "continuous",
972
- "printAreaDots": 1164,
973
- "leftMarginPins": 76,
974
- "rightMarginPins": 56
974
+ "printableDots": 1164,
975
+ "leftMarginPins": 56,
976
+ "rightMarginPins": 76
975
977
  },
976
978
  {
977
979
  "id": 269,
@@ -989,7 +991,7 @@ export const MEDIA_LIST = Object.freeze([
989
991
  "DK-11204"
990
992
  ],
991
993
  "category": "die-cut",
992
- "printAreaDots": 165,
994
+ "printableDots": 165,
993
995
  "leftMarginPins": 0,
994
996
  "rightMarginPins": 0,
995
997
  "dieCutMaskedAreaDots": 566
@@ -1010,7 +1012,7 @@ export const MEDIA_LIST = Object.freeze([
1010
1012
  "DK-11203"
1011
1013
  ],
1012
1014
  "category": "die-cut",
1013
- "printAreaDots": 165,
1015
+ "printableDots": 165,
1014
1016
  "leftMarginPins": 0,
1015
1017
  "rightMarginPins": 0,
1016
1018
  "dieCutMaskedAreaDots": 956
@@ -1028,7 +1030,7 @@ export const MEDIA_LIST = Object.freeze([
1028
1030
  "dk"
1029
1031
  ],
1030
1032
  "category": "die-cut",
1031
- "printAreaDots": 236,
1033
+ "printableDots": 236,
1032
1034
  "leftMarginPins": 0,
1033
1035
  "rightMarginPins": 0,
1034
1036
  "dieCutMaskedAreaDots": 202
@@ -1049,9 +1051,9 @@ export const MEDIA_LIST = Object.freeze([
1049
1051
  "DK-11201"
1050
1052
  ],
1051
1053
  "category": "die-cut",
1052
- "printAreaDots": 306,
1053
- "leftMarginPins": 0,
1054
- "rightMarginPins": 0,
1054
+ "printableDots": 306,
1055
+ "leftMarginPins": 6,
1056
+ "rightMarginPins": 408,
1055
1057
  "dieCutMaskedAreaDots": 991
1056
1058
  },
1057
1059
  {
@@ -1070,7 +1072,7 @@ export const MEDIA_LIST = Object.freeze([
1070
1072
  "DK-11218"
1071
1073
  ],
1072
1074
  "category": "die-cut",
1073
- "printAreaDots": 413,
1075
+ "printableDots": 413,
1074
1076
  "leftMarginPins": 0,
1075
1077
  "rightMarginPins": 0,
1076
1078
  "dieCutMaskedAreaDots": 991
@@ -1091,7 +1093,7 @@ export const MEDIA_LIST = Object.freeze([
1091
1093
  "DK-11219"
1092
1094
  ],
1093
1095
  "category": "die-cut",
1094
- "printAreaDots": 425,
1096
+ "printableDots": 425,
1095
1097
  "leftMarginPins": 0,
1096
1098
  "rightMarginPins": 0,
1097
1099
  "dieCutMaskedAreaDots": 495
@@ -1109,7 +1111,7 @@ export const MEDIA_LIST = Object.freeze([
1109
1111
  "dk"
1110
1112
  ],
1111
1113
  "category": "die-cut",
1112
- "printAreaDots": 578,
1114
+ "printableDots": 578,
1113
1115
  "leftMarginPins": 0,
1114
1116
  "rightMarginPins": 0,
1115
1117
  "dieCutMaskedAreaDots": 271
@@ -1130,7 +1132,7 @@ export const MEDIA_LIST = Object.freeze([
1130
1132
  "DK-11209"
1131
1133
  ],
1132
1134
  "category": "die-cut",
1133
- "printAreaDots": 696,
1135
+ "printableDots": 696,
1134
1136
  "leftMarginPins": 0,
1135
1137
  "rightMarginPins": 0,
1136
1138
  "dieCutMaskedAreaDots": 271
@@ -1151,7 +1153,7 @@ export const MEDIA_LIST = Object.freeze([
1151
1153
  "DK-11202"
1152
1154
  ],
1153
1155
  "category": "die-cut",
1154
- "printAreaDots": 696,
1156
+ "printableDots": 696,
1155
1157
  "leftMarginPins": 0,
1156
1158
  "rightMarginPins": 0,
1157
1159
  "dieCutMaskedAreaDots": 1109
@@ -1172,7 +1174,7 @@ export const MEDIA_LIST = Object.freeze([
1172
1174
  "DK-11240"
1173
1175
  ],
1174
1176
  "category": "die-cut",
1175
- "printAreaDots": 1164,
1177
+ "printableDots": 1164,
1176
1178
  "leftMarginPins": 0,
1177
1179
  "rightMarginPins": 0,
1178
1180
  "dieCutMaskedAreaDots": 526
@@ -1193,7 +1195,7 @@ export const MEDIA_LIST = Object.freeze([
1193
1195
  "DK-11241"
1194
1196
  ],
1195
1197
  "category": "die-cut",
1196
- "printAreaDots": 1164,
1198
+ "printableDots": 1164,
1197
1199
  "leftMarginPins": 0,
1198
1200
  "rightMarginPins": 0,
1199
1201
  "dieCutMaskedAreaDots": 1660
@@ -1210,7 +1212,7 @@ export const MEDIA_LIST = Object.freeze([
1210
1212
  "dk"
1211
1213
  ],
1212
1214
  "category": "die-cut",
1213
- "printAreaDots": 94,
1215
+ "printableDots": 94,
1214
1216
  "leftMarginPins": 0,
1215
1217
  "rightMarginPins": 0,
1216
1218
  "dieCutMaskedAreaDots": 94
@@ -1230,7 +1232,7 @@ export const MEDIA_LIST = Object.freeze([
1230
1232
  "DK-11221"
1231
1233
  ],
1232
1234
  "category": "die-cut",
1233
- "printAreaDots": 236,
1235
+ "printableDots": 236,
1234
1236
  "leftMarginPins": 0,
1235
1237
  "rightMarginPins": 0,
1236
1238
  "dieCutMaskedAreaDots": 236
@@ -1250,7 +1252,7 @@ export const MEDIA_LIST = Object.freeze([
1250
1252
  "DK-11207"
1251
1253
  ],
1252
1254
  "category": "die-cut",
1253
- "printAreaDots": 618,
1255
+ "printableDots": 618,
1254
1256
  "leftMarginPins": 0,
1255
1257
  "rightMarginPins": 0,
1256
1258
  "dieCutMaskedAreaDots": 618
@@ -1267,12 +1269,12 @@ export const MEDIA_LIST = Object.freeze([
1267
1269
  "category": "tape",
1268
1270
  "geometry": {
1269
1271
  "narrow": {
1270
- "printAreaDots": 24,
1272
+ "printableDots": 24,
1271
1273
  "leftMarginPins": 52,
1272
1274
  "rightMarginPins": 52
1273
1275
  },
1274
1276
  "wide": {
1275
- "printAreaDots": 48,
1277
+ "printableDots": 48,
1276
1278
  "leftMarginPins": 248,
1277
1279
  "rightMarginPins": 264
1278
1280
  }
@@ -1290,12 +1292,12 @@ export const MEDIA_LIST = Object.freeze([
1290
1292
  "category": "tape",
1291
1293
  "geometry": {
1292
1294
  "narrow": {
1293
- "printAreaDots": 32,
1295
+ "printableDots": 32,
1294
1296
  "leftMarginPins": 48,
1295
1297
  "rightMarginPins": 48
1296
1298
  },
1297
1299
  "wide": {
1298
- "printAreaDots": 64,
1300
+ "printableDots": 64,
1299
1301
  "leftMarginPins": 240,
1300
1302
  "rightMarginPins": 256
1301
1303
  }
@@ -1313,12 +1315,12 @@ export const MEDIA_LIST = Object.freeze([
1313
1315
  "category": "tape",
1314
1316
  "geometry": {
1315
1317
  "narrow": {
1316
- "printAreaDots": 50,
1318
+ "printableDots": 50,
1317
1319
  "leftMarginPins": 39,
1318
1320
  "rightMarginPins": 39
1319
1321
  },
1320
1322
  "wide": {
1321
- "printAreaDots": 106,
1323
+ "printableDots": 106,
1322
1324
  "leftMarginPins": 219,
1323
1325
  "rightMarginPins": 235
1324
1326
  }
@@ -1336,12 +1338,12 @@ export const MEDIA_LIST = Object.freeze([
1336
1338
  "category": "tape",
1337
1339
  "geometry": {
1338
1340
  "narrow": {
1339
- "printAreaDots": 70,
1341
+ "printableDots": 70,
1340
1342
  "leftMarginPins": 29,
1341
1343
  "rightMarginPins": 29
1342
1344
  },
1343
1345
  "wide": {
1344
- "printAreaDots": 150,
1346
+ "printableDots": 150,
1345
1347
  "leftMarginPins": 197,
1346
1348
  "rightMarginPins": 213
1347
1349
  }
@@ -1359,12 +1361,12 @@ export const MEDIA_LIST = Object.freeze([
1359
1361
  "category": "tape",
1360
1362
  "geometry": {
1361
1363
  "narrow": {
1362
- "printAreaDots": 112,
1364
+ "printableDots": 112,
1363
1365
  "leftMarginPins": 8,
1364
1366
  "rightMarginPins": 8
1365
1367
  },
1366
1368
  "wide": {
1367
- "printAreaDots": 234,
1369
+ "printableDots": 234,
1368
1370
  "leftMarginPins": 155,
1369
1371
  "rightMarginPins": 171
1370
1372
  }
@@ -1382,12 +1384,12 @@ export const MEDIA_LIST = Object.freeze([
1382
1384
  "category": "tape",
1383
1385
  "geometry": {
1384
1386
  "narrow": {
1385
- "printAreaDots": 128,
1387
+ "printableDots": 128,
1386
1388
  "leftMarginPins": 0,
1387
1389
  "rightMarginPins": 0
1388
1390
  },
1389
1391
  "wide": {
1390
- "printAreaDots": 320,
1392
+ "printableDots": 320,
1391
1393
  "leftMarginPins": 112,
1392
1394
  "rightMarginPins": 128
1393
1395
  }
@@ -1405,7 +1407,7 @@ export const MEDIA_LIST = Object.freeze([
1405
1407
  "category": "tape",
1406
1408
  "geometry": {
1407
1409
  "wide": {
1408
- "printAreaDots": 454,
1410
+ "printableDots": 454,
1409
1411
  "leftMarginPins": 45,
1410
1412
  "rightMarginPins": 61
1411
1413
  }
@@ -1423,12 +1425,12 @@ export const MEDIA_LIST = Object.freeze([
1423
1425
  "category": "tape",
1424
1426
  "geometry": {
1425
1427
  "narrow": {
1426
- "printAreaDots": 28,
1428
+ "printableDots": 28,
1427
1429
  "leftMarginPins": 52,
1428
1430
  "rightMarginPins": 48
1429
1431
  },
1430
1432
  "wide": {
1431
- "printAreaDots": 56,
1433
+ "printableDots": 56,
1432
1434
  "leftMarginPins": 261,
1433
1435
  "rightMarginPins": 243
1434
1436
  }
@@ -1446,12 +1448,12 @@ export const MEDIA_LIST = Object.freeze([
1446
1448
  "category": "tape",
1447
1449
  "geometry": {
1448
1450
  "narrow": {
1449
- "printAreaDots": 48,
1451
+ "printableDots": 48,
1450
1452
  "leftMarginPins": 42,
1451
1453
  "rightMarginPins": 38
1452
1454
  },
1453
1455
  "wide": {
1454
- "printAreaDots": 96,
1456
+ "printableDots": 96,
1455
1457
  "leftMarginPins": 241,
1456
1458
  "rightMarginPins": 223
1457
1459
  }
@@ -1469,12 +1471,12 @@ export const MEDIA_LIST = Object.freeze([
1469
1471
  "category": "tape",
1470
1472
  "geometry": {
1471
1473
  "narrow": {
1472
- "printAreaDots": 66,
1474
+ "printableDots": 66,
1473
1475
  "leftMarginPins": 33,
1474
1476
  "rightMarginPins": 29
1475
1477
  },
1476
1478
  "wide": {
1477
- "printAreaDots": 132,
1479
+ "printableDots": 132,
1478
1480
  "leftMarginPins": 223,
1479
1481
  "rightMarginPins": 205
1480
1482
  }
@@ -1492,12 +1494,12 @@ export const MEDIA_LIST = Object.freeze([
1492
1494
  "category": "tape",
1493
1495
  "geometry": {
1494
1496
  "narrow": {
1495
- "printAreaDots": 106,
1497
+ "printableDots": 106,
1496
1498
  "leftMarginPins": 13,
1497
1499
  "rightMarginPins": 9
1498
1500
  },
1499
1501
  "wide": {
1500
- "printAreaDots": 212,
1502
+ "printableDots": 212,
1501
1503
  "leftMarginPins": 183,
1502
1504
  "rightMarginPins": 165
1503
1505
  }
@@ -1515,12 +1517,12 @@ export const MEDIA_LIST = Object.freeze([
1515
1517
  "category": "tape",
1516
1518
  "geometry": {
1517
1519
  "narrow": {
1518
- "printAreaDots": 128,
1520
+ "printableDots": 128,
1519
1521
  "leftMarginPins": 0,
1520
1522
  "rightMarginPins": 0
1521
1523
  },
1522
1524
  "wide": {
1523
- "printAreaDots": 256,
1525
+ "printableDots": 256,
1524
1526
  "leftMarginPins": 161,
1525
1527
  "rightMarginPins": 143
1526
1528
  }
@@ -1538,12 +1540,12 @@ export const MEDIA_LIST = Object.freeze([
1538
1540
  "category": "tape",
1539
1541
  "geometry": {
1540
1542
  "narrow": {
1541
- "printAreaDots": 20,
1543
+ "printableDots": 20,
1542
1544
  "leftMarginPins": 56,
1543
1545
  "rightMarginPins": 52
1544
1546
  },
1545
1547
  "wide": {
1546
- "printAreaDots": 40,
1548
+ "printableDots": 40,
1547
1549
  "leftMarginPins": 269,
1548
1550
  "rightMarginPins": 251
1549
1551
  }
@@ -1561,12 +1563,12 @@ export const MEDIA_LIST = Object.freeze([
1561
1563
  "category": "tape",
1562
1564
  "geometry": {
1563
1565
  "narrow": {
1564
- "printAreaDots": 44,
1566
+ "printableDots": 44,
1565
1567
  "leftMarginPins": 44,
1566
1568
  "rightMarginPins": 40
1567
1569
  },
1568
1570
  "wide": {
1569
- "printAreaDots": 88,
1571
+ "printableDots": 88,
1570
1572
  "leftMarginPins": 245,
1571
1573
  "rightMarginPins": 227
1572
1574
  }
@@ -1584,12 +1586,12 @@ export const MEDIA_LIST = Object.freeze([
1584
1586
  "category": "tape",
1585
1587
  "geometry": {
1586
1588
  "narrow": {
1587
- "printAreaDots": 50,
1589
+ "printableDots": 50,
1588
1590
  "leftMarginPins": 41,
1589
1591
  "rightMarginPins": 37
1590
1592
  },
1591
1593
  "wide": {
1592
- "printAreaDots": 100,
1594
+ "printableDots": 100,
1593
1595
  "leftMarginPins": 239,
1594
1596
  "rightMarginPins": 221
1595
1597
  }
@@ -1607,12 +1609,12 @@ export const MEDIA_LIST = Object.freeze([
1607
1609
  "category": "tape",
1608
1610
  "geometry": {
1609
1611
  "narrow": {
1610
- "printAreaDots": 120,
1612
+ "printableDots": 120,
1611
1613
  "leftMarginPins": 6,
1612
1614
  "rightMarginPins": 2
1613
1615
  },
1614
1616
  "wide": {
1615
- "printAreaDots": 240,
1617
+ "printableDots": 240,
1616
1618
  "leftMarginPins": 169,
1617
1619
  "rightMarginPins": 151
1618
1620
  }
@@ -1630,7 +1632,7 @@ export const MEDIA_LIST = Object.freeze([
1630
1632
  "category": "tape",
1631
1633
  "geometry": {
1632
1634
  "wide": {
1633
- "printAreaDots": 360,
1635
+ "printableDots": 360,
1634
1636
  "leftMarginPins": 109,
1635
1637
  "rightMarginPins": 91
1636
1638
  }