@lucablockltd/ultimate-packaging 1.5.0 → 1.5.2

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/dist/index.d.mts CHANGED
@@ -29,6 +29,7 @@ interface DieLineBecf1010aRef {
29
29
  getAttributes: () => GetAttributesResult$a;
30
30
  exportImage: (options: ExportImageOptions$a) => Promise<Blob>;
31
31
  exportDimension: () => Promise<Blob>;
32
+ readyToPrint: () => Promise<Blob>;
32
33
  }
33
34
  interface CanvasBecf1010aRef extends DieLineBecf1010aRef {
34
35
  resetView: () => void;
@@ -82,6 +83,7 @@ interface DieLineBecf1030aRef {
82
83
  getAttributes: () => GetAttributesResult$9;
83
84
  exportImage: (options: ExportImageOptions$9) => Promise<Blob>;
84
85
  exportDimension: () => Promise<Blob>;
86
+ readyToPrint: () => Promise<Blob>;
85
87
  }
86
88
  interface CanvasBecf1030aRef extends DieLineBecf1030aRef {
87
89
  resetView: () => void;
@@ -124,6 +126,7 @@ interface DieLineBecf1040aRef {
124
126
  getAttributes: () => GetAttributesResult$8;
125
127
  exportImage: (options: ExportImageOptions$8) => Promise<Blob>;
126
128
  exportDimension: () => Promise<Blob>;
129
+ readyToPrint: () => Promise<Blob>;
127
130
  }
128
131
  interface CanvasBecf1040aRef extends DieLineBecf1040aRef {
129
132
  resetView: () => void;
@@ -164,6 +167,7 @@ interface DieLineBecf11d01Ref {
164
167
  getAttributes: () => GetAttributesResult$7;
165
168
  exportImage: (options: ExportImageOptions$7) => Promise<Blob>;
166
169
  exportDimension: () => Promise<Blob>;
170
+ readyToPrint: () => Promise<Blob>;
167
171
  }
168
172
  interface CanvasBecf11d01Ref extends DieLineBecf11d01Ref {
169
173
  resetView: () => void;
@@ -208,6 +212,7 @@ interface DieLineBecf12101Ref {
208
212
  getAttributes: () => GetAttributesResult$6;
209
213
  exportImage: (options: ExportImageOptions$6) => Promise<Blob>;
210
214
  exportDimension: () => Promise<Blob>;
215
+ readyToPrint: () => Promise<Blob>;
211
216
  }
212
217
  interface CanvasBecf12101Ref extends DieLineBecf12101Ref {
213
218
  resetView: () => void;
@@ -252,6 +257,7 @@ interface DieLineBecf12109Ref {
252
257
  getAttributes: () => GetAttributesResult$5;
253
258
  exportImage: (options: ExportImageOptions$5) => Promise<Blob>;
254
259
  exportDimension: () => Promise<Blob>;
260
+ readyToPrint: () => Promise<Blob>;
255
261
  }
256
262
  interface CanvasBecf12109Ref extends DieLineBecf12109Ref {
257
263
  resetView: () => void;
@@ -297,6 +303,7 @@ interface DieLineBecfC12101Ref {
297
303
  getAttributes: () => GetAttributesResult$4;
298
304
  exportImage: (options: ExportImageOptions$4) => Promise<Blob>;
299
305
  exportDimension: () => Promise<Blob>;
306
+ readyToPrint: () => Promise<Blob>;
300
307
  }
301
308
  interface CanvasBecfC12101Ref extends DieLineBecfC12101Ref {
302
309
  resetView: () => void;
@@ -342,6 +349,7 @@ interface DieLineBecfC12109Ref {
342
349
  getAttributes: () => GetAttributesResult$3;
343
350
  exportImage: (options: ExportImageOptions$3) => Promise<Blob>;
344
351
  exportDimension: () => Promise<Blob>;
352
+ readyToPrint: () => Promise<Blob>;
345
353
  }
346
354
  interface CanvasBecfC12109Ref extends DieLineBecfC12109Ref {
347
355
  resetView: () => void;
@@ -382,6 +390,7 @@ interface DieLineBecfB12101Ref {
382
390
  getAttributes: () => GetAttributesResult$2;
383
391
  exportImage: (options: ExportImageOptions$2) => Promise<Blob>;
384
392
  exportDimension: () => Promise<Blob>;
393
+ readyToPrint: () => Promise<Blob>;
385
394
  }
386
395
  interface CanvasBecfB12101Ref extends DieLineBecfB12101Ref {
387
396
  resetView: () => void;
@@ -422,6 +431,7 @@ interface DieLineBecfB12109Ref {
422
431
  getAttributes: () => GetAttributesResult$1;
423
432
  exportImage: (options: ExportImageOptions$1) => Promise<Blob>;
424
433
  exportDimension: () => Promise<Blob>;
434
+ readyToPrint: () => Promise<Blob>;
425
435
  }
426
436
  interface CanvasBecfB12109Ref extends DieLineBecfB12109Ref {
427
437
  resetView: () => void;
@@ -464,6 +474,7 @@ interface DieLineBecf10a0aRef {
464
474
  getAttributes: () => GetAttributesResult;
465
475
  exportImage: (options: ExportImageOptions) => Promise<Blob>;
466
476
  exportDimension: () => Promise<Blob>;
477
+ readyToPrint: () => Promise<Blob>;
467
478
  }
468
479
  interface CanvasBecf10a0aRef extends DieLineBecf10a0aRef {
469
480
  resetView: () => void;
@@ -567,6 +578,7 @@ interface DieLineLayoutRef {
567
578
  originalSize?: boolean;
568
579
  }) => Promise<Blob>;
569
580
  exportDimension: () => Promise<Blob>;
581
+ readyToPrint: () => Promise<Blob>;
570
582
  }
571
583
  declare const DIE_LINE_LAYOUT: react.ForwardRefExoticComponent<DieLineLayoutProps & react.RefAttributes<DieLineLayoutRef>>;
572
584
 
package/dist/index.d.ts CHANGED
@@ -29,6 +29,7 @@ interface DieLineBecf1010aRef {
29
29
  getAttributes: () => GetAttributesResult$a;
30
30
  exportImage: (options: ExportImageOptions$a) => Promise<Blob>;
31
31
  exportDimension: () => Promise<Blob>;
32
+ readyToPrint: () => Promise<Blob>;
32
33
  }
33
34
  interface CanvasBecf1010aRef extends DieLineBecf1010aRef {
34
35
  resetView: () => void;
@@ -82,6 +83,7 @@ interface DieLineBecf1030aRef {
82
83
  getAttributes: () => GetAttributesResult$9;
83
84
  exportImage: (options: ExportImageOptions$9) => Promise<Blob>;
84
85
  exportDimension: () => Promise<Blob>;
86
+ readyToPrint: () => Promise<Blob>;
85
87
  }
86
88
  interface CanvasBecf1030aRef extends DieLineBecf1030aRef {
87
89
  resetView: () => void;
@@ -124,6 +126,7 @@ interface DieLineBecf1040aRef {
124
126
  getAttributes: () => GetAttributesResult$8;
125
127
  exportImage: (options: ExportImageOptions$8) => Promise<Blob>;
126
128
  exportDimension: () => Promise<Blob>;
129
+ readyToPrint: () => Promise<Blob>;
127
130
  }
128
131
  interface CanvasBecf1040aRef extends DieLineBecf1040aRef {
129
132
  resetView: () => void;
@@ -164,6 +167,7 @@ interface DieLineBecf11d01Ref {
164
167
  getAttributes: () => GetAttributesResult$7;
165
168
  exportImage: (options: ExportImageOptions$7) => Promise<Blob>;
166
169
  exportDimension: () => Promise<Blob>;
170
+ readyToPrint: () => Promise<Blob>;
167
171
  }
168
172
  interface CanvasBecf11d01Ref extends DieLineBecf11d01Ref {
169
173
  resetView: () => void;
@@ -208,6 +212,7 @@ interface DieLineBecf12101Ref {
208
212
  getAttributes: () => GetAttributesResult$6;
209
213
  exportImage: (options: ExportImageOptions$6) => Promise<Blob>;
210
214
  exportDimension: () => Promise<Blob>;
215
+ readyToPrint: () => Promise<Blob>;
211
216
  }
212
217
  interface CanvasBecf12101Ref extends DieLineBecf12101Ref {
213
218
  resetView: () => void;
@@ -252,6 +257,7 @@ interface DieLineBecf12109Ref {
252
257
  getAttributes: () => GetAttributesResult$5;
253
258
  exportImage: (options: ExportImageOptions$5) => Promise<Blob>;
254
259
  exportDimension: () => Promise<Blob>;
260
+ readyToPrint: () => Promise<Blob>;
255
261
  }
256
262
  interface CanvasBecf12109Ref extends DieLineBecf12109Ref {
257
263
  resetView: () => void;
@@ -297,6 +303,7 @@ interface DieLineBecfC12101Ref {
297
303
  getAttributes: () => GetAttributesResult$4;
298
304
  exportImage: (options: ExportImageOptions$4) => Promise<Blob>;
299
305
  exportDimension: () => Promise<Blob>;
306
+ readyToPrint: () => Promise<Blob>;
300
307
  }
301
308
  interface CanvasBecfC12101Ref extends DieLineBecfC12101Ref {
302
309
  resetView: () => void;
@@ -342,6 +349,7 @@ interface DieLineBecfC12109Ref {
342
349
  getAttributes: () => GetAttributesResult$3;
343
350
  exportImage: (options: ExportImageOptions$3) => Promise<Blob>;
344
351
  exportDimension: () => Promise<Blob>;
352
+ readyToPrint: () => Promise<Blob>;
345
353
  }
346
354
  interface CanvasBecfC12109Ref extends DieLineBecfC12109Ref {
347
355
  resetView: () => void;
@@ -382,6 +390,7 @@ interface DieLineBecfB12101Ref {
382
390
  getAttributes: () => GetAttributesResult$2;
383
391
  exportImage: (options: ExportImageOptions$2) => Promise<Blob>;
384
392
  exportDimension: () => Promise<Blob>;
393
+ readyToPrint: () => Promise<Blob>;
385
394
  }
386
395
  interface CanvasBecfB12101Ref extends DieLineBecfB12101Ref {
387
396
  resetView: () => void;
@@ -422,6 +431,7 @@ interface DieLineBecfB12109Ref {
422
431
  getAttributes: () => GetAttributesResult$1;
423
432
  exportImage: (options: ExportImageOptions$1) => Promise<Blob>;
424
433
  exportDimension: () => Promise<Blob>;
434
+ readyToPrint: () => Promise<Blob>;
425
435
  }
426
436
  interface CanvasBecfB12109Ref extends DieLineBecfB12109Ref {
427
437
  resetView: () => void;
@@ -464,6 +474,7 @@ interface DieLineBecf10a0aRef {
464
474
  getAttributes: () => GetAttributesResult;
465
475
  exportImage: (options: ExportImageOptions) => Promise<Blob>;
466
476
  exportDimension: () => Promise<Blob>;
477
+ readyToPrint: () => Promise<Blob>;
467
478
  }
468
479
  interface CanvasBecf10a0aRef extends DieLineBecf10a0aRef {
469
480
  resetView: () => void;
@@ -567,6 +578,7 @@ interface DieLineLayoutRef {
567
578
  originalSize?: boolean;
568
579
  }) => Promise<Blob>;
569
580
  exportDimension: () => Promise<Blob>;
581
+ readyToPrint: () => Promise<Blob>;
570
582
  }
571
583
  declare const DIE_LINE_LAYOUT: react.ForwardRefExoticComponent<DieLineLayoutProps & react.RefAttributes<DieLineLayoutRef>>;
572
584