@thermal-label/brother-ql-core 0.4.0 → 0.6.0

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 +442 -24
  3. package/data/media.json +56 -56
  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 +711 -2
  11. package/dist/devices.d.ts.map +1 -1
  12. package/dist/devices.generated.d.ts +44 -11
  13. package/dist/devices.generated.d.ts.map +1 -1
  14. package/dist/devices.generated.js +77 -32
  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 +8 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +8 -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 +114 -112
  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 +98 -40
  40. package/src/devices.ts +7 -2
  41. package/src/index.ts +10 -0
  42. package/src/media.generated.ts +115 -114
  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,5 +1,6 @@
1
- // AUTO-GENERATED by scripts/compile-data.mjs do not edit by hand.
2
- // Regenerate with `pnpm --filter @thermal-label/brother-ql-core compile-data`.
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`.
3
+
3
4
  import type { BrotherQLMedia } from './types.js';
4
5
 
5
6
  const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
@@ -34,7 +35,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
34
35
  ]
35
36
  }
36
37
  ],
37
- "printAreaDots": 696,
38
+ "printableDots": 696,
38
39
  "leftMarginPins": 12,
39
40
  "rightMarginPins": 12
40
41
  },
@@ -51,7 +52,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
51
52
  "DK-22214"
52
53
  ],
53
54
  "category": "continuous",
54
- "printAreaDots": 106,
55
+ "printableDots": 106,
55
56
  "leftMarginPins": 585,
56
57
  "rightMarginPins": 29
57
58
  },
@@ -68,7 +69,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
68
69
  "DK-22210"
69
70
  ],
70
71
  "category": "continuous",
71
- "printAreaDots": 306,
72
+ "printableDots": 306,
72
73
  "leftMarginPins": 408,
73
74
  "rightMarginPins": 6
74
75
  },
@@ -85,7 +86,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
85
86
  "DK-22205"
86
87
  ],
87
88
  "category": "continuous",
88
- "printAreaDots": 696,
89
+ "printableDots": 696,
89
90
  "leftMarginPins": 12,
90
91
  "rightMarginPins": 12
91
92
  },
@@ -102,7 +103,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
102
103
  "DK-22243"
103
104
  ],
104
105
  "category": "continuous",
105
- "printAreaDots": 1164,
106
+ "printableDots": 1164,
106
107
  "leftMarginPins": 76,
107
108
  "rightMarginPins": 56
108
109
  },
@@ -119,7 +120,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
119
120
  "DK-N55224"
120
121
  ],
121
122
  "category": "continuous",
122
- "printAreaDots": 590,
123
+ "printableDots": 590,
123
124
  "leftMarginPins": 130,
124
125
  "rightMarginPins": 0
125
126
  },
@@ -136,7 +137,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
136
137
  "DK-22246"
137
138
  ],
138
139
  "category": "continuous",
139
- "printAreaDots": 554,
140
+ "printableDots": 554,
140
141
  "leftMarginPins": 154,
141
142
  "rightMarginPins": 12
142
143
  },
@@ -153,7 +154,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
153
154
  "DK-22225"
154
155
  ],
155
156
  "category": "continuous",
156
- "printAreaDots": 413,
157
+ "printableDots": 413,
157
158
  "leftMarginPins": 295,
158
159
  "rightMarginPins": 12
159
160
  },
@@ -173,7 +174,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
173
174
  "DK-11204"
174
175
  ],
175
176
  "category": "die-cut",
176
- "printAreaDots": 165,
177
+ "printableDots": 165,
177
178
  "leftMarginPins": 0,
178
179
  "rightMarginPins": 0,
179
180
  "dieCutMaskedAreaDots": 566
@@ -194,7 +195,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
194
195
  "DK-11203"
195
196
  ],
196
197
  "category": "die-cut",
197
- "printAreaDots": 165,
198
+ "printableDots": 165,
198
199
  "leftMarginPins": 0,
199
200
  "rightMarginPins": 0,
200
201
  "dieCutMaskedAreaDots": 956
@@ -215,9 +216,9 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
215
216
  "DK-11201"
216
217
  ],
217
218
  "category": "die-cut",
218
- "printAreaDots": 306,
219
- "leftMarginPins": 0,
220
- "rightMarginPins": 0,
219
+ "printableDots": 306,
220
+ "leftMarginPins": 6,
221
+ "rightMarginPins": 408,
221
222
  "dieCutMaskedAreaDots": 991
222
223
  },
223
224
  "272": {
@@ -236,7 +237,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
236
237
  "DK-11218"
237
238
  ],
238
239
  "category": "die-cut",
239
- "printAreaDots": 413,
240
+ "printableDots": 413,
240
241
  "leftMarginPins": 0,
241
242
  "rightMarginPins": 0,
242
243
  "dieCutMaskedAreaDots": 991
@@ -256,7 +257,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
256
257
  "DK-11207"
257
258
  ],
258
259
  "category": "die-cut",
259
- "printAreaDots": 618,
260
+ "printableDots": 618,
260
261
  "leftMarginPins": 0,
261
262
  "rightMarginPins": 0,
262
263
  "dieCutMaskedAreaDots": 618
@@ -277,7 +278,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
277
278
  "DK-11209"
278
279
  ],
279
280
  "category": "die-cut",
280
- "printAreaDots": 696,
281
+ "printableDots": 696,
281
282
  "leftMarginPins": 0,
282
283
  "rightMarginPins": 0,
283
284
  "dieCutMaskedAreaDots": 271
@@ -298,7 +299,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
298
299
  "DK-11202"
299
300
  ],
300
301
  "category": "die-cut",
301
- "printAreaDots": 696,
302
+ "printableDots": 696,
302
303
  "leftMarginPins": 0,
303
304
  "rightMarginPins": 0,
304
305
  "dieCutMaskedAreaDots": 1109
@@ -315,7 +316,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
315
316
  "dk"
316
317
  ],
317
318
  "category": "die-cut",
318
- "printAreaDots": 94,
319
+ "printableDots": 94,
319
320
  "leftMarginPins": 0,
320
321
  "rightMarginPins": 0,
321
322
  "dieCutMaskedAreaDots": 94
@@ -335,7 +336,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
335
336
  "DK-11221"
336
337
  ],
337
338
  "category": "die-cut",
338
- "printAreaDots": 236,
339
+ "printableDots": 236,
339
340
  "leftMarginPins": 0,
340
341
  "rightMarginPins": 0,
341
342
  "dieCutMaskedAreaDots": 236
@@ -356,7 +357,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
356
357
  "DK-11240"
357
358
  ],
358
359
  "category": "die-cut",
359
- "printAreaDots": 1164,
360
+ "printableDots": 1164,
360
361
  "leftMarginPins": 0,
361
362
  "rightMarginPins": 0,
362
363
  "dieCutMaskedAreaDots": 526
@@ -377,7 +378,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
377
378
  "DK-11241"
378
379
  ],
379
380
  "category": "die-cut",
380
- "printAreaDots": 1164,
381
+ "printableDots": 1164,
381
382
  "leftMarginPins": 0,
382
383
  "rightMarginPins": 0,
383
384
  "dieCutMaskedAreaDots": 1660
@@ -398,7 +399,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
398
399
  "DK-11219"
399
400
  ],
400
401
  "category": "die-cut",
401
- "printAreaDots": 425,
402
+ "printableDots": 425,
402
403
  "leftMarginPins": 0,
403
404
  "rightMarginPins": 0,
404
405
  "dieCutMaskedAreaDots": 495
@@ -416,7 +417,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
416
417
  "dk"
417
418
  ],
418
419
  "category": "die-cut",
419
- "printAreaDots": 236,
420
+ "printableDots": 236,
420
421
  "leftMarginPins": 0,
421
422
  "rightMarginPins": 0,
422
423
  "dieCutMaskedAreaDots": 202
@@ -434,7 +435,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
434
435
  "dk"
435
436
  ],
436
437
  "category": "die-cut",
437
- "printAreaDots": 578,
438
+ "printableDots": 578,
438
439
  "leftMarginPins": 0,
439
440
  "rightMarginPins": 0,
440
441
  "dieCutMaskedAreaDots": 271
@@ -451,12 +452,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
451
452
  "category": "tape",
452
453
  "geometry": {
453
454
  "narrow": {
454
- "printAreaDots": 24,
455
+ "printableDots": 24,
455
456
  "leftMarginPins": 52,
456
457
  "rightMarginPins": 52
457
458
  },
458
459
  "wide": {
459
- "printAreaDots": 48,
460
+ "printableDots": 48,
460
461
  "leftMarginPins": 248,
461
462
  "rightMarginPins": 264
462
463
  }
@@ -474,12 +475,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
474
475
  "category": "tape",
475
476
  "geometry": {
476
477
  "narrow": {
477
- "printAreaDots": 32,
478
+ "printableDots": 32,
478
479
  "leftMarginPins": 48,
479
480
  "rightMarginPins": 48
480
481
  },
481
482
  "wide": {
482
- "printAreaDots": 64,
483
+ "printableDots": 64,
483
484
  "leftMarginPins": 240,
484
485
  "rightMarginPins": 256
485
486
  }
@@ -497,12 +498,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
497
498
  "category": "tape",
498
499
  "geometry": {
499
500
  "narrow": {
500
- "printAreaDots": 50,
501
+ "printableDots": 50,
501
502
  "leftMarginPins": 39,
502
503
  "rightMarginPins": 39
503
504
  },
504
505
  "wide": {
505
- "printAreaDots": 106,
506
+ "printableDots": 106,
506
507
  "leftMarginPins": 219,
507
508
  "rightMarginPins": 235
508
509
  }
@@ -520,12 +521,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
520
521
  "category": "tape",
521
522
  "geometry": {
522
523
  "narrow": {
523
- "printAreaDots": 70,
524
+ "printableDots": 70,
524
525
  "leftMarginPins": 29,
525
526
  "rightMarginPins": 29
526
527
  },
527
528
  "wide": {
528
- "printAreaDots": 150,
529
+ "printableDots": 150,
529
530
  "leftMarginPins": 197,
530
531
  "rightMarginPins": 213
531
532
  }
@@ -543,12 +544,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
543
544
  "category": "tape",
544
545
  "geometry": {
545
546
  "narrow": {
546
- "printAreaDots": 112,
547
+ "printableDots": 112,
547
548
  "leftMarginPins": 8,
548
549
  "rightMarginPins": 8
549
550
  },
550
551
  "wide": {
551
- "printAreaDots": 234,
552
+ "printableDots": 234,
552
553
  "leftMarginPins": 155,
553
554
  "rightMarginPins": 171
554
555
  }
@@ -566,12 +567,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
566
567
  "category": "tape",
567
568
  "geometry": {
568
569
  "narrow": {
569
- "printAreaDots": 128,
570
+ "printableDots": 128,
570
571
  "leftMarginPins": 0,
571
572
  "rightMarginPins": 0
572
573
  },
573
574
  "wide": {
574
- "printAreaDots": 320,
575
+ "printableDots": 320,
575
576
  "leftMarginPins": 112,
576
577
  "rightMarginPins": 128
577
578
  }
@@ -589,7 +590,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
589
590
  "category": "tape",
590
591
  "geometry": {
591
592
  "wide": {
592
- "printAreaDots": 454,
593
+ "printableDots": 454,
593
594
  "leftMarginPins": 45,
594
595
  "rightMarginPins": 61
595
596
  }
@@ -607,12 +608,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
607
608
  "category": "tape",
608
609
  "geometry": {
609
610
  "narrow": {
610
- "printAreaDots": 28,
611
+ "printableDots": 28,
611
612
  "leftMarginPins": 52,
612
613
  "rightMarginPins": 48
613
614
  },
614
615
  "wide": {
615
- "printAreaDots": 56,
616
+ "printableDots": 56,
616
617
  "leftMarginPins": 261,
617
618
  "rightMarginPins": 243
618
619
  }
@@ -630,12 +631,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
630
631
  "category": "tape",
631
632
  "geometry": {
632
633
  "narrow": {
633
- "printAreaDots": 48,
634
+ "printableDots": 48,
634
635
  "leftMarginPins": 42,
635
636
  "rightMarginPins": 38
636
637
  },
637
638
  "wide": {
638
- "printAreaDots": 96,
639
+ "printableDots": 96,
639
640
  "leftMarginPins": 241,
640
641
  "rightMarginPins": 223
641
642
  }
@@ -653,12 +654,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
653
654
  "category": "tape",
654
655
  "geometry": {
655
656
  "narrow": {
656
- "printAreaDots": 66,
657
+ "printableDots": 66,
657
658
  "leftMarginPins": 33,
658
659
  "rightMarginPins": 29
659
660
  },
660
661
  "wide": {
661
- "printAreaDots": 132,
662
+ "printableDots": 132,
662
663
  "leftMarginPins": 223,
663
664
  "rightMarginPins": 205
664
665
  }
@@ -676,12 +677,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
676
677
  "category": "tape",
677
678
  "geometry": {
678
679
  "narrow": {
679
- "printAreaDots": 106,
680
+ "printableDots": 106,
680
681
  "leftMarginPins": 13,
681
682
  "rightMarginPins": 9
682
683
  },
683
684
  "wide": {
684
- "printAreaDots": 212,
685
+ "printableDots": 212,
685
686
  "leftMarginPins": 183,
686
687
  "rightMarginPins": 165
687
688
  }
@@ -699,12 +700,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
699
700
  "category": "tape",
700
701
  "geometry": {
701
702
  "narrow": {
702
- "printAreaDots": 128,
703
+ "printableDots": 128,
703
704
  "leftMarginPins": 0,
704
705
  "rightMarginPins": 0
705
706
  },
706
707
  "wide": {
707
- "printAreaDots": 256,
708
+ "printableDots": 256,
708
709
  "leftMarginPins": 161,
709
710
  "rightMarginPins": 143
710
711
  }
@@ -722,12 +723,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
722
723
  "category": "tape",
723
724
  "geometry": {
724
725
  "narrow": {
725
- "printAreaDots": 20,
726
+ "printableDots": 20,
726
727
  "leftMarginPins": 56,
727
728
  "rightMarginPins": 52
728
729
  },
729
730
  "wide": {
730
- "printAreaDots": 40,
731
+ "printableDots": 40,
731
732
  "leftMarginPins": 269,
732
733
  "rightMarginPins": 251
733
734
  }
@@ -745,12 +746,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
745
746
  "category": "tape",
746
747
  "geometry": {
747
748
  "narrow": {
748
- "printAreaDots": 44,
749
+ "printableDots": 44,
749
750
  "leftMarginPins": 44,
750
751
  "rightMarginPins": 40
751
752
  },
752
753
  "wide": {
753
- "printAreaDots": 88,
754
+ "printableDots": 88,
754
755
  "leftMarginPins": 245,
755
756
  "rightMarginPins": 227
756
757
  }
@@ -768,12 +769,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
768
769
  "category": "tape",
769
770
  "geometry": {
770
771
  "narrow": {
771
- "printAreaDots": 50,
772
+ "printableDots": 50,
772
773
  "leftMarginPins": 41,
773
774
  "rightMarginPins": 37
774
775
  },
775
776
  "wide": {
776
- "printAreaDots": 100,
777
+ "printableDots": 100,
777
778
  "leftMarginPins": 239,
778
779
  "rightMarginPins": 221
779
780
  }
@@ -791,12 +792,12 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
791
792
  "category": "tape",
792
793
  "geometry": {
793
794
  "narrow": {
794
- "printAreaDots": 120,
795
+ "printableDots": 120,
795
796
  "leftMarginPins": 6,
796
797
  "rightMarginPins": 2
797
798
  },
798
799
  "wide": {
799
- "printAreaDots": 240,
800
+ "printableDots": 240,
800
801
  "leftMarginPins": 169,
801
802
  "rightMarginPins": 151
802
803
  }
@@ -814,7 +815,7 @@ const MEDIA_BY_ID: Record<number, BrotherQLMedia> = {
814
815
  "category": "tape",
815
816
  "geometry": {
816
817
  "wide": {
817
- "printAreaDots": 360,
818
+ "printableDots": 360,
818
819
  "leftMarginPins": 109,
819
820
  "rightMarginPins": 91
820
821
  }
@@ -837,7 +838,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
837
838
  "DK-22214"
838
839
  ],
839
840
  "category": "continuous",
840
- "printAreaDots": 106,
841
+ "printableDots": 106,
841
842
  "leftMarginPins": 585,
842
843
  "rightMarginPins": 29
843
844
  },
@@ -854,7 +855,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
854
855
  "DK-22210"
855
856
  ],
856
857
  "category": "continuous",
857
- "printAreaDots": 306,
858
+ "printableDots": 306,
858
859
  "leftMarginPins": 408,
859
860
  "rightMarginPins": 6
860
861
  },
@@ -871,7 +872,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
871
872
  "DK-22225"
872
873
  ],
873
874
  "category": "continuous",
874
- "printAreaDots": 413,
875
+ "printableDots": 413,
875
876
  "leftMarginPins": 295,
876
877
  "rightMarginPins": 12
877
878
  },
@@ -888,7 +889,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
888
889
  "DK-22246"
889
890
  ],
890
891
  "category": "continuous",
891
- "printAreaDots": 554,
892
+ "printableDots": 554,
892
893
  "leftMarginPins": 154,
893
894
  "rightMarginPins": 12
894
895
  },
@@ -905,7 +906,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
905
906
  "DK-N55224"
906
907
  ],
907
908
  "category": "continuous",
908
- "printAreaDots": 590,
909
+ "printableDots": 590,
909
910
  "leftMarginPins": 130,
910
911
  "rightMarginPins": 0
911
912
  },
@@ -922,7 +923,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
922
923
  "DK-22205"
923
924
  ],
924
925
  "category": "continuous",
925
- "printAreaDots": 696,
926
+ "printableDots": 696,
926
927
  "leftMarginPins": 12,
927
928
  "rightMarginPins": 12
928
929
  },
@@ -957,7 +958,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
957
958
  ]
958
959
  }
959
960
  ],
960
- "printAreaDots": 696,
961
+ "printableDots": 696,
961
962
  "leftMarginPins": 12,
962
963
  "rightMarginPins": 12
963
964
  },
@@ -974,7 +975,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
974
975
  "DK-22243"
975
976
  ],
976
977
  "category": "continuous",
977
- "printAreaDots": 1164,
978
+ "printableDots": 1164,
978
979
  "leftMarginPins": 76,
979
980
  "rightMarginPins": 56
980
981
  },
@@ -994,7 +995,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
994
995
  "DK-11204"
995
996
  ],
996
997
  "category": "die-cut",
997
- "printAreaDots": 165,
998
+ "printableDots": 165,
998
999
  "leftMarginPins": 0,
999
1000
  "rightMarginPins": 0,
1000
1001
  "dieCutMaskedAreaDots": 566
@@ -1015,7 +1016,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1015
1016
  "DK-11203"
1016
1017
  ],
1017
1018
  "category": "die-cut",
1018
- "printAreaDots": 165,
1019
+ "printableDots": 165,
1019
1020
  "leftMarginPins": 0,
1020
1021
  "rightMarginPins": 0,
1021
1022
  "dieCutMaskedAreaDots": 956
@@ -1033,7 +1034,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1033
1034
  "dk"
1034
1035
  ],
1035
1036
  "category": "die-cut",
1036
- "printAreaDots": 236,
1037
+ "printableDots": 236,
1037
1038
  "leftMarginPins": 0,
1038
1039
  "rightMarginPins": 0,
1039
1040
  "dieCutMaskedAreaDots": 202
@@ -1054,9 +1055,9 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1054
1055
  "DK-11201"
1055
1056
  ],
1056
1057
  "category": "die-cut",
1057
- "printAreaDots": 306,
1058
- "leftMarginPins": 0,
1059
- "rightMarginPins": 0,
1058
+ "printableDots": 306,
1059
+ "leftMarginPins": 6,
1060
+ "rightMarginPins": 408,
1060
1061
  "dieCutMaskedAreaDots": 991
1061
1062
  },
1062
1063
  {
@@ -1075,7 +1076,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1075
1076
  "DK-11218"
1076
1077
  ],
1077
1078
  "category": "die-cut",
1078
- "printAreaDots": 413,
1079
+ "printableDots": 413,
1079
1080
  "leftMarginPins": 0,
1080
1081
  "rightMarginPins": 0,
1081
1082
  "dieCutMaskedAreaDots": 991
@@ -1096,7 +1097,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1096
1097
  "DK-11219"
1097
1098
  ],
1098
1099
  "category": "die-cut",
1099
- "printAreaDots": 425,
1100
+ "printableDots": 425,
1100
1101
  "leftMarginPins": 0,
1101
1102
  "rightMarginPins": 0,
1102
1103
  "dieCutMaskedAreaDots": 495
@@ -1114,7 +1115,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1114
1115
  "dk"
1115
1116
  ],
1116
1117
  "category": "die-cut",
1117
- "printAreaDots": 578,
1118
+ "printableDots": 578,
1118
1119
  "leftMarginPins": 0,
1119
1120
  "rightMarginPins": 0,
1120
1121
  "dieCutMaskedAreaDots": 271
@@ -1135,7 +1136,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1135
1136
  "DK-11209"
1136
1137
  ],
1137
1138
  "category": "die-cut",
1138
- "printAreaDots": 696,
1139
+ "printableDots": 696,
1139
1140
  "leftMarginPins": 0,
1140
1141
  "rightMarginPins": 0,
1141
1142
  "dieCutMaskedAreaDots": 271
@@ -1156,7 +1157,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1156
1157
  "DK-11202"
1157
1158
  ],
1158
1159
  "category": "die-cut",
1159
- "printAreaDots": 696,
1160
+ "printableDots": 696,
1160
1161
  "leftMarginPins": 0,
1161
1162
  "rightMarginPins": 0,
1162
1163
  "dieCutMaskedAreaDots": 1109
@@ -1177,7 +1178,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1177
1178
  "DK-11240"
1178
1179
  ],
1179
1180
  "category": "die-cut",
1180
- "printAreaDots": 1164,
1181
+ "printableDots": 1164,
1181
1182
  "leftMarginPins": 0,
1182
1183
  "rightMarginPins": 0,
1183
1184
  "dieCutMaskedAreaDots": 526
@@ -1198,7 +1199,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1198
1199
  "DK-11241"
1199
1200
  ],
1200
1201
  "category": "die-cut",
1201
- "printAreaDots": 1164,
1202
+ "printableDots": 1164,
1202
1203
  "leftMarginPins": 0,
1203
1204
  "rightMarginPins": 0,
1204
1205
  "dieCutMaskedAreaDots": 1660
@@ -1215,7 +1216,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1215
1216
  "dk"
1216
1217
  ],
1217
1218
  "category": "die-cut",
1218
- "printAreaDots": 94,
1219
+ "printableDots": 94,
1219
1220
  "leftMarginPins": 0,
1220
1221
  "rightMarginPins": 0,
1221
1222
  "dieCutMaskedAreaDots": 94
@@ -1235,7 +1236,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1235
1236
  "DK-11221"
1236
1237
  ],
1237
1238
  "category": "die-cut",
1238
- "printAreaDots": 236,
1239
+ "printableDots": 236,
1239
1240
  "leftMarginPins": 0,
1240
1241
  "rightMarginPins": 0,
1241
1242
  "dieCutMaskedAreaDots": 236
@@ -1255,7 +1256,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1255
1256
  "DK-11207"
1256
1257
  ],
1257
1258
  "category": "die-cut",
1258
- "printAreaDots": 618,
1259
+ "printableDots": 618,
1259
1260
  "leftMarginPins": 0,
1260
1261
  "rightMarginPins": 0,
1261
1262
  "dieCutMaskedAreaDots": 618
@@ -1272,12 +1273,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1272
1273
  "category": "tape",
1273
1274
  "geometry": {
1274
1275
  "narrow": {
1275
- "printAreaDots": 24,
1276
+ "printableDots": 24,
1276
1277
  "leftMarginPins": 52,
1277
1278
  "rightMarginPins": 52
1278
1279
  },
1279
1280
  "wide": {
1280
- "printAreaDots": 48,
1281
+ "printableDots": 48,
1281
1282
  "leftMarginPins": 248,
1282
1283
  "rightMarginPins": 264
1283
1284
  }
@@ -1295,12 +1296,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1295
1296
  "category": "tape",
1296
1297
  "geometry": {
1297
1298
  "narrow": {
1298
- "printAreaDots": 32,
1299
+ "printableDots": 32,
1299
1300
  "leftMarginPins": 48,
1300
1301
  "rightMarginPins": 48
1301
1302
  },
1302
1303
  "wide": {
1303
- "printAreaDots": 64,
1304
+ "printableDots": 64,
1304
1305
  "leftMarginPins": 240,
1305
1306
  "rightMarginPins": 256
1306
1307
  }
@@ -1318,12 +1319,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1318
1319
  "category": "tape",
1319
1320
  "geometry": {
1320
1321
  "narrow": {
1321
- "printAreaDots": 50,
1322
+ "printableDots": 50,
1322
1323
  "leftMarginPins": 39,
1323
1324
  "rightMarginPins": 39
1324
1325
  },
1325
1326
  "wide": {
1326
- "printAreaDots": 106,
1327
+ "printableDots": 106,
1327
1328
  "leftMarginPins": 219,
1328
1329
  "rightMarginPins": 235
1329
1330
  }
@@ -1341,12 +1342,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1341
1342
  "category": "tape",
1342
1343
  "geometry": {
1343
1344
  "narrow": {
1344
- "printAreaDots": 70,
1345
+ "printableDots": 70,
1345
1346
  "leftMarginPins": 29,
1346
1347
  "rightMarginPins": 29
1347
1348
  },
1348
1349
  "wide": {
1349
- "printAreaDots": 150,
1350
+ "printableDots": 150,
1350
1351
  "leftMarginPins": 197,
1351
1352
  "rightMarginPins": 213
1352
1353
  }
@@ -1364,12 +1365,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1364
1365
  "category": "tape",
1365
1366
  "geometry": {
1366
1367
  "narrow": {
1367
- "printAreaDots": 112,
1368
+ "printableDots": 112,
1368
1369
  "leftMarginPins": 8,
1369
1370
  "rightMarginPins": 8
1370
1371
  },
1371
1372
  "wide": {
1372
- "printAreaDots": 234,
1373
+ "printableDots": 234,
1373
1374
  "leftMarginPins": 155,
1374
1375
  "rightMarginPins": 171
1375
1376
  }
@@ -1387,12 +1388,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1387
1388
  "category": "tape",
1388
1389
  "geometry": {
1389
1390
  "narrow": {
1390
- "printAreaDots": 128,
1391
+ "printableDots": 128,
1391
1392
  "leftMarginPins": 0,
1392
1393
  "rightMarginPins": 0
1393
1394
  },
1394
1395
  "wide": {
1395
- "printAreaDots": 320,
1396
+ "printableDots": 320,
1396
1397
  "leftMarginPins": 112,
1397
1398
  "rightMarginPins": 128
1398
1399
  }
@@ -1410,7 +1411,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1410
1411
  "category": "tape",
1411
1412
  "geometry": {
1412
1413
  "wide": {
1413
- "printAreaDots": 454,
1414
+ "printableDots": 454,
1414
1415
  "leftMarginPins": 45,
1415
1416
  "rightMarginPins": 61
1416
1417
  }
@@ -1428,12 +1429,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1428
1429
  "category": "tape",
1429
1430
  "geometry": {
1430
1431
  "narrow": {
1431
- "printAreaDots": 28,
1432
+ "printableDots": 28,
1432
1433
  "leftMarginPins": 52,
1433
1434
  "rightMarginPins": 48
1434
1435
  },
1435
1436
  "wide": {
1436
- "printAreaDots": 56,
1437
+ "printableDots": 56,
1437
1438
  "leftMarginPins": 261,
1438
1439
  "rightMarginPins": 243
1439
1440
  }
@@ -1451,12 +1452,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1451
1452
  "category": "tape",
1452
1453
  "geometry": {
1453
1454
  "narrow": {
1454
- "printAreaDots": 48,
1455
+ "printableDots": 48,
1455
1456
  "leftMarginPins": 42,
1456
1457
  "rightMarginPins": 38
1457
1458
  },
1458
1459
  "wide": {
1459
- "printAreaDots": 96,
1460
+ "printableDots": 96,
1460
1461
  "leftMarginPins": 241,
1461
1462
  "rightMarginPins": 223
1462
1463
  }
@@ -1474,12 +1475,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1474
1475
  "category": "tape",
1475
1476
  "geometry": {
1476
1477
  "narrow": {
1477
- "printAreaDots": 66,
1478
+ "printableDots": 66,
1478
1479
  "leftMarginPins": 33,
1479
1480
  "rightMarginPins": 29
1480
1481
  },
1481
1482
  "wide": {
1482
- "printAreaDots": 132,
1483
+ "printableDots": 132,
1483
1484
  "leftMarginPins": 223,
1484
1485
  "rightMarginPins": 205
1485
1486
  }
@@ -1497,12 +1498,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1497
1498
  "category": "tape",
1498
1499
  "geometry": {
1499
1500
  "narrow": {
1500
- "printAreaDots": 106,
1501
+ "printableDots": 106,
1501
1502
  "leftMarginPins": 13,
1502
1503
  "rightMarginPins": 9
1503
1504
  },
1504
1505
  "wide": {
1505
- "printAreaDots": 212,
1506
+ "printableDots": 212,
1506
1507
  "leftMarginPins": 183,
1507
1508
  "rightMarginPins": 165
1508
1509
  }
@@ -1520,12 +1521,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1520
1521
  "category": "tape",
1521
1522
  "geometry": {
1522
1523
  "narrow": {
1523
- "printAreaDots": 128,
1524
+ "printableDots": 128,
1524
1525
  "leftMarginPins": 0,
1525
1526
  "rightMarginPins": 0
1526
1527
  },
1527
1528
  "wide": {
1528
- "printAreaDots": 256,
1529
+ "printableDots": 256,
1529
1530
  "leftMarginPins": 161,
1530
1531
  "rightMarginPins": 143
1531
1532
  }
@@ -1543,12 +1544,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1543
1544
  "category": "tape",
1544
1545
  "geometry": {
1545
1546
  "narrow": {
1546
- "printAreaDots": 20,
1547
+ "printableDots": 20,
1547
1548
  "leftMarginPins": 56,
1548
1549
  "rightMarginPins": 52
1549
1550
  },
1550
1551
  "wide": {
1551
- "printAreaDots": 40,
1552
+ "printableDots": 40,
1552
1553
  "leftMarginPins": 269,
1553
1554
  "rightMarginPins": 251
1554
1555
  }
@@ -1566,12 +1567,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1566
1567
  "category": "tape",
1567
1568
  "geometry": {
1568
1569
  "narrow": {
1569
- "printAreaDots": 44,
1570
+ "printableDots": 44,
1570
1571
  "leftMarginPins": 44,
1571
1572
  "rightMarginPins": 40
1572
1573
  },
1573
1574
  "wide": {
1574
- "printAreaDots": 88,
1575
+ "printableDots": 88,
1575
1576
  "leftMarginPins": 245,
1576
1577
  "rightMarginPins": 227
1577
1578
  }
@@ -1589,12 +1590,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1589
1590
  "category": "tape",
1590
1591
  "geometry": {
1591
1592
  "narrow": {
1592
- "printAreaDots": 50,
1593
+ "printableDots": 50,
1593
1594
  "leftMarginPins": 41,
1594
1595
  "rightMarginPins": 37
1595
1596
  },
1596
1597
  "wide": {
1597
- "printAreaDots": 100,
1598
+ "printableDots": 100,
1598
1599
  "leftMarginPins": 239,
1599
1600
  "rightMarginPins": 221
1600
1601
  }
@@ -1612,12 +1613,12 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1612
1613
  "category": "tape",
1613
1614
  "geometry": {
1614
1615
  "narrow": {
1615
- "printAreaDots": 120,
1616
+ "printableDots": 120,
1616
1617
  "leftMarginPins": 6,
1617
1618
  "rightMarginPins": 2
1618
1619
  },
1619
1620
  "wide": {
1620
- "printAreaDots": 240,
1621
+ "printableDots": 240,
1621
1622
  "leftMarginPins": 169,
1622
1623
  "rightMarginPins": 151
1623
1624
  }
@@ -1635,7 +1636,7 @@ export const MEDIA_LIST: readonly BrotherQLMedia[] = Object.freeze([
1635
1636
  "category": "tape",
1636
1637
  "geometry": {
1637
1638
  "wide": {
1638
- "printAreaDots": 360,
1639
+ "printableDots": 360,
1639
1640
  "leftMarginPins": 109,
1640
1641
  "rightMarginPins": 91
1641
1642
  }