@pdfme/common 4.5.0 → 4.5.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.
@@ -224,6 +224,17 @@ export declare const Schema: z.ZodObject<{
224
224
  opacity: z.ZodOptional<z.ZodNumber>;
225
225
  readOnly: z.ZodOptional<z.ZodBoolean>;
226
226
  required: z.ZodOptional<z.ZodBoolean>;
227
+ __bodyRange: z.ZodOptional<z.ZodObject<{
228
+ start: z.ZodNumber;
229
+ end: z.ZodOptional<z.ZodNumber>;
230
+ }, "strip", z.ZodTypeAny, {
231
+ start: number;
232
+ end?: number | undefined;
233
+ }, {
234
+ start: number;
235
+ end?: number | undefined;
236
+ }>>;
237
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
227
238
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
228
239
  type: z.ZodString;
229
240
  content: z.ZodOptional<z.ZodString>;
@@ -243,6 +254,17 @@ export declare const Schema: z.ZodObject<{
243
254
  opacity: z.ZodOptional<z.ZodNumber>;
244
255
  readOnly: z.ZodOptional<z.ZodBoolean>;
245
256
  required: z.ZodOptional<z.ZodBoolean>;
257
+ __bodyRange: z.ZodOptional<z.ZodObject<{
258
+ start: z.ZodNumber;
259
+ end: z.ZodOptional<z.ZodNumber>;
260
+ }, "strip", z.ZodTypeAny, {
261
+ start: number;
262
+ end?: number | undefined;
263
+ }, {
264
+ start: number;
265
+ end?: number | undefined;
266
+ }>>;
267
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
246
268
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
247
269
  type: z.ZodString;
248
270
  content: z.ZodOptional<z.ZodString>;
@@ -262,6 +284,17 @@ export declare const Schema: z.ZodObject<{
262
284
  opacity: z.ZodOptional<z.ZodNumber>;
263
285
  readOnly: z.ZodOptional<z.ZodBoolean>;
264
286
  required: z.ZodOptional<z.ZodBoolean>;
287
+ __bodyRange: z.ZodOptional<z.ZodObject<{
288
+ start: z.ZodNumber;
289
+ end: z.ZodOptional<z.ZodNumber>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ start: number;
292
+ end?: number | undefined;
293
+ }, {
294
+ start: number;
295
+ end?: number | undefined;
296
+ }>>;
297
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
265
298
  }, z.ZodTypeAny, "passthrough">>;
266
299
  export declare const SchemaForUI: z.ZodObject<{
267
300
  width: z.ZodNumber;
@@ -282,6 +315,17 @@ export declare const SchemaForUI: z.ZodObject<{
282
315
  y: number;
283
316
  }>;
284
317
  readOnly: z.ZodOptional<z.ZodBoolean>;
318
+ __bodyRange: z.ZodOptional<z.ZodObject<{
319
+ start: z.ZodNumber;
320
+ end: z.ZodOptional<z.ZodNumber>;
321
+ }, "strip", z.ZodTypeAny, {
322
+ start: number;
323
+ end?: number | undefined;
324
+ }, {
325
+ start: number;
326
+ end?: number | undefined;
327
+ }>>;
328
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
285
329
  id: z.ZodString;
286
330
  key: z.ZodString;
287
331
  }, "strip", z.ZodTypeAny, {
@@ -299,6 +343,11 @@ export declare const SchemaForUI: z.ZodObject<{
299
343
  required?: boolean | undefined;
300
344
  content?: string | undefined;
301
345
  readOnly?: boolean | undefined;
346
+ __bodyRange?: {
347
+ start: number;
348
+ end?: number | undefined;
349
+ } | undefined;
350
+ __isSplit?: boolean | undefined;
302
351
  }, {
303
352
  width: number;
304
353
  height: number;
@@ -314,6 +363,11 @@ export declare const SchemaForUI: z.ZodObject<{
314
363
  required?: boolean | undefined;
315
364
  content?: string | undefined;
316
365
  readOnly?: boolean | undefined;
366
+ __bodyRange?: {
367
+ start: number;
368
+ end?: number | undefined;
369
+ } | undefined;
370
+ __isSplit?: boolean | undefined;
317
371
  }>;
318
372
  export declare const BlankPdf: z.ZodObject<{
319
373
  width: z.ZodNumber;
@@ -361,6 +415,17 @@ export declare const Template: z.ZodObject<{
361
415
  opacity: z.ZodOptional<z.ZodNumber>;
362
416
  readOnly: z.ZodOptional<z.ZodBoolean>;
363
417
  required: z.ZodOptional<z.ZodBoolean>;
418
+ __bodyRange: z.ZodOptional<z.ZodObject<{
419
+ start: z.ZodNumber;
420
+ end: z.ZodOptional<z.ZodNumber>;
421
+ }, "strip", z.ZodTypeAny, {
422
+ start: number;
423
+ end?: number | undefined;
424
+ }, {
425
+ start: number;
426
+ end?: number | undefined;
427
+ }>>;
428
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
364
429
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
365
430
  type: z.ZodString;
366
431
  content: z.ZodOptional<z.ZodString>;
@@ -380,6 +445,17 @@ export declare const Template: z.ZodObject<{
380
445
  opacity: z.ZodOptional<z.ZodNumber>;
381
446
  readOnly: z.ZodOptional<z.ZodBoolean>;
382
447
  required: z.ZodOptional<z.ZodBoolean>;
448
+ __bodyRange: z.ZodOptional<z.ZodObject<{
449
+ start: z.ZodNumber;
450
+ end: z.ZodOptional<z.ZodNumber>;
451
+ }, "strip", z.ZodTypeAny, {
452
+ start: number;
453
+ end?: number | undefined;
454
+ }, {
455
+ start: number;
456
+ end?: number | undefined;
457
+ }>>;
458
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
383
459
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
384
460
  type: z.ZodString;
385
461
  content: z.ZodOptional<z.ZodString>;
@@ -399,6 +475,17 @@ export declare const Template: z.ZodObject<{
399
475
  opacity: z.ZodOptional<z.ZodNumber>;
400
476
  readOnly: z.ZodOptional<z.ZodBoolean>;
401
477
  required: z.ZodOptional<z.ZodBoolean>;
478
+ __bodyRange: z.ZodOptional<z.ZodObject<{
479
+ start: z.ZodNumber;
480
+ end: z.ZodOptional<z.ZodNumber>;
481
+ }, "strip", z.ZodTypeAny, {
482
+ start: number;
483
+ end?: number | undefined;
484
+ }, {
485
+ start: number;
486
+ end?: number | undefined;
487
+ }>>;
488
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
402
489
  }, z.ZodTypeAny, "passthrough">>>, "many">;
403
490
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
404
491
  width: z.ZodNumber;
@@ -434,6 +521,17 @@ export declare const Template: z.ZodObject<{
434
521
  opacity: z.ZodOptional<z.ZodNumber>;
435
522
  readOnly: z.ZodOptional<z.ZodBoolean>;
436
523
  required: z.ZodOptional<z.ZodBoolean>;
524
+ __bodyRange: z.ZodOptional<z.ZodObject<{
525
+ start: z.ZodNumber;
526
+ end: z.ZodOptional<z.ZodNumber>;
527
+ }, "strip", z.ZodTypeAny, {
528
+ start: number;
529
+ end?: number | undefined;
530
+ }, {
531
+ start: number;
532
+ end?: number | undefined;
533
+ }>>;
534
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
437
535
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
438
536
  type: z.ZodString;
439
537
  content: z.ZodOptional<z.ZodString>;
@@ -453,6 +551,17 @@ export declare const Template: z.ZodObject<{
453
551
  opacity: z.ZodOptional<z.ZodNumber>;
454
552
  readOnly: z.ZodOptional<z.ZodBoolean>;
455
553
  required: z.ZodOptional<z.ZodBoolean>;
554
+ __bodyRange: z.ZodOptional<z.ZodObject<{
555
+ start: z.ZodNumber;
556
+ end: z.ZodOptional<z.ZodNumber>;
557
+ }, "strip", z.ZodTypeAny, {
558
+ start: number;
559
+ end?: number | undefined;
560
+ }, {
561
+ start: number;
562
+ end?: number | undefined;
563
+ }>>;
564
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
456
565
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
457
566
  type: z.ZodString;
458
567
  content: z.ZodOptional<z.ZodString>;
@@ -472,6 +581,17 @@ export declare const Template: z.ZodObject<{
472
581
  opacity: z.ZodOptional<z.ZodNumber>;
473
582
  readOnly: z.ZodOptional<z.ZodBoolean>;
474
583
  required: z.ZodOptional<z.ZodBoolean>;
584
+ __bodyRange: z.ZodOptional<z.ZodObject<{
585
+ start: z.ZodNumber;
586
+ end: z.ZodOptional<z.ZodNumber>;
587
+ }, "strip", z.ZodTypeAny, {
588
+ start: number;
589
+ end?: number | undefined;
590
+ }, {
591
+ start: number;
592
+ end?: number | undefined;
593
+ }>>;
594
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
475
595
  }, z.ZodTypeAny, "passthrough">>>, "many">;
476
596
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
477
597
  width: z.ZodNumber;
@@ -507,6 +627,17 @@ export declare const Template: z.ZodObject<{
507
627
  opacity: z.ZodOptional<z.ZodNumber>;
508
628
  readOnly: z.ZodOptional<z.ZodBoolean>;
509
629
  required: z.ZodOptional<z.ZodBoolean>;
630
+ __bodyRange: z.ZodOptional<z.ZodObject<{
631
+ start: z.ZodNumber;
632
+ end: z.ZodOptional<z.ZodNumber>;
633
+ }, "strip", z.ZodTypeAny, {
634
+ start: number;
635
+ end?: number | undefined;
636
+ }, {
637
+ start: number;
638
+ end?: number | undefined;
639
+ }>>;
640
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
510
641
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
511
642
  type: z.ZodString;
512
643
  content: z.ZodOptional<z.ZodString>;
@@ -526,6 +657,17 @@ export declare const Template: z.ZodObject<{
526
657
  opacity: z.ZodOptional<z.ZodNumber>;
527
658
  readOnly: z.ZodOptional<z.ZodBoolean>;
528
659
  required: z.ZodOptional<z.ZodBoolean>;
660
+ __bodyRange: z.ZodOptional<z.ZodObject<{
661
+ start: z.ZodNumber;
662
+ end: z.ZodOptional<z.ZodNumber>;
663
+ }, "strip", z.ZodTypeAny, {
664
+ start: number;
665
+ end?: number | undefined;
666
+ }, {
667
+ start: number;
668
+ end?: number | undefined;
669
+ }>>;
670
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
529
671
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
530
672
  type: z.ZodString;
531
673
  content: z.ZodOptional<z.ZodString>;
@@ -545,6 +687,17 @@ export declare const Template: z.ZodObject<{
545
687
  opacity: z.ZodOptional<z.ZodNumber>;
546
688
  readOnly: z.ZodOptional<z.ZodBoolean>;
547
689
  required: z.ZodOptional<z.ZodBoolean>;
690
+ __bodyRange: z.ZodOptional<z.ZodObject<{
691
+ start: z.ZodNumber;
692
+ end: z.ZodOptional<z.ZodNumber>;
693
+ }, "strip", z.ZodTypeAny, {
694
+ start: number;
695
+ end?: number | undefined;
696
+ }, {
697
+ start: number;
698
+ end?: number | undefined;
699
+ }>>;
700
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
548
701
  }, z.ZodTypeAny, "passthrough">>>, "many">;
549
702
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
550
703
  width: z.ZodNumber;
@@ -712,6 +865,17 @@ export declare const GenerateProps: z.ZodObject<{
712
865
  opacity: z.ZodOptional<z.ZodNumber>;
713
866
  readOnly: z.ZodOptional<z.ZodBoolean>;
714
867
  required: z.ZodOptional<z.ZodBoolean>;
868
+ __bodyRange: z.ZodOptional<z.ZodObject<{
869
+ start: z.ZodNumber;
870
+ end: z.ZodOptional<z.ZodNumber>;
871
+ }, "strip", z.ZodTypeAny, {
872
+ start: number;
873
+ end?: number | undefined;
874
+ }, {
875
+ start: number;
876
+ end?: number | undefined;
877
+ }>>;
878
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
715
879
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
716
880
  type: z.ZodString;
717
881
  content: z.ZodOptional<z.ZodString>;
@@ -731,6 +895,17 @@ export declare const GenerateProps: z.ZodObject<{
731
895
  opacity: z.ZodOptional<z.ZodNumber>;
732
896
  readOnly: z.ZodOptional<z.ZodBoolean>;
733
897
  required: z.ZodOptional<z.ZodBoolean>;
898
+ __bodyRange: z.ZodOptional<z.ZodObject<{
899
+ start: z.ZodNumber;
900
+ end: z.ZodOptional<z.ZodNumber>;
901
+ }, "strip", z.ZodTypeAny, {
902
+ start: number;
903
+ end?: number | undefined;
904
+ }, {
905
+ start: number;
906
+ end?: number | undefined;
907
+ }>>;
908
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
734
909
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
735
910
  type: z.ZodString;
736
911
  content: z.ZodOptional<z.ZodString>;
@@ -750,6 +925,17 @@ export declare const GenerateProps: z.ZodObject<{
750
925
  opacity: z.ZodOptional<z.ZodNumber>;
751
926
  readOnly: z.ZodOptional<z.ZodBoolean>;
752
927
  required: z.ZodOptional<z.ZodBoolean>;
928
+ __bodyRange: z.ZodOptional<z.ZodObject<{
929
+ start: z.ZodNumber;
930
+ end: z.ZodOptional<z.ZodNumber>;
931
+ }, "strip", z.ZodTypeAny, {
932
+ start: number;
933
+ end?: number | undefined;
934
+ }, {
935
+ start: number;
936
+ end?: number | undefined;
937
+ }>>;
938
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
753
939
  }, z.ZodTypeAny, "passthrough">>>, "many">;
754
940
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
755
941
  width: z.ZodNumber;
@@ -785,6 +971,17 @@ export declare const GenerateProps: z.ZodObject<{
785
971
  opacity: z.ZodOptional<z.ZodNumber>;
786
972
  readOnly: z.ZodOptional<z.ZodBoolean>;
787
973
  required: z.ZodOptional<z.ZodBoolean>;
974
+ __bodyRange: z.ZodOptional<z.ZodObject<{
975
+ start: z.ZodNumber;
976
+ end: z.ZodOptional<z.ZodNumber>;
977
+ }, "strip", z.ZodTypeAny, {
978
+ start: number;
979
+ end?: number | undefined;
980
+ }, {
981
+ start: number;
982
+ end?: number | undefined;
983
+ }>>;
984
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
788
985
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
789
986
  type: z.ZodString;
790
987
  content: z.ZodOptional<z.ZodString>;
@@ -804,6 +1001,17 @@ export declare const GenerateProps: z.ZodObject<{
804
1001
  opacity: z.ZodOptional<z.ZodNumber>;
805
1002
  readOnly: z.ZodOptional<z.ZodBoolean>;
806
1003
  required: z.ZodOptional<z.ZodBoolean>;
1004
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1005
+ start: z.ZodNumber;
1006
+ end: z.ZodOptional<z.ZodNumber>;
1007
+ }, "strip", z.ZodTypeAny, {
1008
+ start: number;
1009
+ end?: number | undefined;
1010
+ }, {
1011
+ start: number;
1012
+ end?: number | undefined;
1013
+ }>>;
1014
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
807
1015
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
808
1016
  type: z.ZodString;
809
1017
  content: z.ZodOptional<z.ZodString>;
@@ -823,6 +1031,17 @@ export declare const GenerateProps: z.ZodObject<{
823
1031
  opacity: z.ZodOptional<z.ZodNumber>;
824
1032
  readOnly: z.ZodOptional<z.ZodBoolean>;
825
1033
  required: z.ZodOptional<z.ZodBoolean>;
1034
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1035
+ start: z.ZodNumber;
1036
+ end: z.ZodOptional<z.ZodNumber>;
1037
+ }, "strip", z.ZodTypeAny, {
1038
+ start: number;
1039
+ end?: number | undefined;
1040
+ }, {
1041
+ start: number;
1042
+ end?: number | undefined;
1043
+ }>>;
1044
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
826
1045
  }, z.ZodTypeAny, "passthrough">>>, "many">;
827
1046
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
828
1047
  width: z.ZodNumber;
@@ -858,6 +1077,17 @@ export declare const GenerateProps: z.ZodObject<{
858
1077
  opacity: z.ZodOptional<z.ZodNumber>;
859
1078
  readOnly: z.ZodOptional<z.ZodBoolean>;
860
1079
  required: z.ZodOptional<z.ZodBoolean>;
1080
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1081
+ start: z.ZodNumber;
1082
+ end: z.ZodOptional<z.ZodNumber>;
1083
+ }, "strip", z.ZodTypeAny, {
1084
+ start: number;
1085
+ end?: number | undefined;
1086
+ }, {
1087
+ start: number;
1088
+ end?: number | undefined;
1089
+ }>>;
1090
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
861
1091
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
862
1092
  type: z.ZodString;
863
1093
  content: z.ZodOptional<z.ZodString>;
@@ -877,6 +1107,17 @@ export declare const GenerateProps: z.ZodObject<{
877
1107
  opacity: z.ZodOptional<z.ZodNumber>;
878
1108
  readOnly: z.ZodOptional<z.ZodBoolean>;
879
1109
  required: z.ZodOptional<z.ZodBoolean>;
1110
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1111
+ start: z.ZodNumber;
1112
+ end: z.ZodOptional<z.ZodNumber>;
1113
+ }, "strip", z.ZodTypeAny, {
1114
+ start: number;
1115
+ end?: number | undefined;
1116
+ }, {
1117
+ start: number;
1118
+ end?: number | undefined;
1119
+ }>>;
1120
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
880
1121
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
881
1122
  type: z.ZodString;
882
1123
  content: z.ZodOptional<z.ZodString>;
@@ -896,6 +1137,17 @@ export declare const GenerateProps: z.ZodObject<{
896
1137
  opacity: z.ZodOptional<z.ZodNumber>;
897
1138
  readOnly: z.ZodOptional<z.ZodBoolean>;
898
1139
  required: z.ZodOptional<z.ZodBoolean>;
1140
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1141
+ start: z.ZodNumber;
1142
+ end: z.ZodOptional<z.ZodNumber>;
1143
+ }, "strip", z.ZodTypeAny, {
1144
+ start: number;
1145
+ end?: number | undefined;
1146
+ }, {
1147
+ start: number;
1148
+ end?: number | undefined;
1149
+ }>>;
1150
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
899
1151
  }, z.ZodTypeAny, "passthrough">>>, "many">;
900
1152
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
901
1153
  width: z.ZodNumber;
@@ -1020,6 +1272,17 @@ export declare const GenerateProps: z.ZodObject<{
1020
1272
  opacity: z.ZodOptional<z.ZodNumber>;
1021
1273
  readOnly: z.ZodOptional<z.ZodBoolean>;
1022
1274
  required: z.ZodOptional<z.ZodBoolean>;
1275
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1276
+ start: z.ZodNumber;
1277
+ end: z.ZodOptional<z.ZodNumber>;
1278
+ }, "strip", z.ZodTypeAny, {
1279
+ start: number;
1280
+ end?: number | undefined;
1281
+ }, {
1282
+ start: number;
1283
+ end?: number | undefined;
1284
+ }>>;
1285
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1023
1286
  }, z.ZodTypeAny, "passthrough">>[];
1024
1287
  basePdf: (string | ArrayBuffer | Uint8Array | {
1025
1288
  width: number;
@@ -1086,6 +1349,17 @@ export declare const GenerateProps: z.ZodObject<{
1086
1349
  opacity: z.ZodOptional<z.ZodNumber>;
1087
1350
  readOnly: z.ZodOptional<z.ZodBoolean>;
1088
1351
  required: z.ZodOptional<z.ZodBoolean>;
1352
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1353
+ start: z.ZodNumber;
1354
+ end: z.ZodOptional<z.ZodNumber>;
1355
+ }, "strip", z.ZodTypeAny, {
1356
+ start: number;
1357
+ end?: number | undefined;
1358
+ }, {
1359
+ start: number;
1360
+ end?: number | undefined;
1361
+ }>>;
1362
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1089
1363
  }, z.ZodTypeAny, "passthrough">>[];
1090
1364
  basePdf: (string | ArrayBuffer | Uint8Array | {
1091
1365
  width: number;
@@ -1211,6 +1485,17 @@ export declare const UIProps: z.ZodObject<{
1211
1485
  opacity: z.ZodOptional<z.ZodNumber>;
1212
1486
  readOnly: z.ZodOptional<z.ZodBoolean>;
1213
1487
  required: z.ZodOptional<z.ZodBoolean>;
1488
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1489
+ start: z.ZodNumber;
1490
+ end: z.ZodOptional<z.ZodNumber>;
1491
+ }, "strip", z.ZodTypeAny, {
1492
+ start: number;
1493
+ end?: number | undefined;
1494
+ }, {
1495
+ start: number;
1496
+ end?: number | undefined;
1497
+ }>>;
1498
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1214
1499
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1215
1500
  type: z.ZodString;
1216
1501
  content: z.ZodOptional<z.ZodString>;
@@ -1230,6 +1515,17 @@ export declare const UIProps: z.ZodObject<{
1230
1515
  opacity: z.ZodOptional<z.ZodNumber>;
1231
1516
  readOnly: z.ZodOptional<z.ZodBoolean>;
1232
1517
  required: z.ZodOptional<z.ZodBoolean>;
1518
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1519
+ start: z.ZodNumber;
1520
+ end: z.ZodOptional<z.ZodNumber>;
1521
+ }, "strip", z.ZodTypeAny, {
1522
+ start: number;
1523
+ end?: number | undefined;
1524
+ }, {
1525
+ start: number;
1526
+ end?: number | undefined;
1527
+ }>>;
1528
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1233
1529
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1234
1530
  type: z.ZodString;
1235
1531
  content: z.ZodOptional<z.ZodString>;
@@ -1249,6 +1545,17 @@ export declare const UIProps: z.ZodObject<{
1249
1545
  opacity: z.ZodOptional<z.ZodNumber>;
1250
1546
  readOnly: z.ZodOptional<z.ZodBoolean>;
1251
1547
  required: z.ZodOptional<z.ZodBoolean>;
1548
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1549
+ start: z.ZodNumber;
1550
+ end: z.ZodOptional<z.ZodNumber>;
1551
+ }, "strip", z.ZodTypeAny, {
1552
+ start: number;
1553
+ end?: number | undefined;
1554
+ }, {
1555
+ start: number;
1556
+ end?: number | undefined;
1557
+ }>>;
1558
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1252
1559
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1253
1560
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1254
1561
  width: z.ZodNumber;
@@ -1284,6 +1591,17 @@ export declare const UIProps: z.ZodObject<{
1284
1591
  opacity: z.ZodOptional<z.ZodNumber>;
1285
1592
  readOnly: z.ZodOptional<z.ZodBoolean>;
1286
1593
  required: z.ZodOptional<z.ZodBoolean>;
1594
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1595
+ start: z.ZodNumber;
1596
+ end: z.ZodOptional<z.ZodNumber>;
1597
+ }, "strip", z.ZodTypeAny, {
1598
+ start: number;
1599
+ end?: number | undefined;
1600
+ }, {
1601
+ start: number;
1602
+ end?: number | undefined;
1603
+ }>>;
1604
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1287
1605
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1288
1606
  type: z.ZodString;
1289
1607
  content: z.ZodOptional<z.ZodString>;
@@ -1303,6 +1621,17 @@ export declare const UIProps: z.ZodObject<{
1303
1621
  opacity: z.ZodOptional<z.ZodNumber>;
1304
1622
  readOnly: z.ZodOptional<z.ZodBoolean>;
1305
1623
  required: z.ZodOptional<z.ZodBoolean>;
1624
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1625
+ start: z.ZodNumber;
1626
+ end: z.ZodOptional<z.ZodNumber>;
1627
+ }, "strip", z.ZodTypeAny, {
1628
+ start: number;
1629
+ end?: number | undefined;
1630
+ }, {
1631
+ start: number;
1632
+ end?: number | undefined;
1633
+ }>>;
1634
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1306
1635
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1307
1636
  type: z.ZodString;
1308
1637
  content: z.ZodOptional<z.ZodString>;
@@ -1322,6 +1651,17 @@ export declare const UIProps: z.ZodObject<{
1322
1651
  opacity: z.ZodOptional<z.ZodNumber>;
1323
1652
  readOnly: z.ZodOptional<z.ZodBoolean>;
1324
1653
  required: z.ZodOptional<z.ZodBoolean>;
1654
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1655
+ start: z.ZodNumber;
1656
+ end: z.ZodOptional<z.ZodNumber>;
1657
+ }, "strip", z.ZodTypeAny, {
1658
+ start: number;
1659
+ end?: number | undefined;
1660
+ }, {
1661
+ start: number;
1662
+ end?: number | undefined;
1663
+ }>>;
1664
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1325
1665
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1326
1666
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1327
1667
  width: z.ZodNumber;
@@ -1357,6 +1697,17 @@ export declare const UIProps: z.ZodObject<{
1357
1697
  opacity: z.ZodOptional<z.ZodNumber>;
1358
1698
  readOnly: z.ZodOptional<z.ZodBoolean>;
1359
1699
  required: z.ZodOptional<z.ZodBoolean>;
1700
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1701
+ start: z.ZodNumber;
1702
+ end: z.ZodOptional<z.ZodNumber>;
1703
+ }, "strip", z.ZodTypeAny, {
1704
+ start: number;
1705
+ end?: number | undefined;
1706
+ }, {
1707
+ start: number;
1708
+ end?: number | undefined;
1709
+ }>>;
1710
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1360
1711
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1361
1712
  type: z.ZodString;
1362
1713
  content: z.ZodOptional<z.ZodString>;
@@ -1376,6 +1727,17 @@ export declare const UIProps: z.ZodObject<{
1376
1727
  opacity: z.ZodOptional<z.ZodNumber>;
1377
1728
  readOnly: z.ZodOptional<z.ZodBoolean>;
1378
1729
  required: z.ZodOptional<z.ZodBoolean>;
1730
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1731
+ start: z.ZodNumber;
1732
+ end: z.ZodOptional<z.ZodNumber>;
1733
+ }, "strip", z.ZodTypeAny, {
1734
+ start: number;
1735
+ end?: number | undefined;
1736
+ }, {
1737
+ start: number;
1738
+ end?: number | undefined;
1739
+ }>>;
1740
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1379
1741
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1380
1742
  type: z.ZodString;
1381
1743
  content: z.ZodOptional<z.ZodString>;
@@ -1395,6 +1757,17 @@ export declare const UIProps: z.ZodObject<{
1395
1757
  opacity: z.ZodOptional<z.ZodNumber>;
1396
1758
  readOnly: z.ZodOptional<z.ZodBoolean>;
1397
1759
  required: z.ZodOptional<z.ZodBoolean>;
1760
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1761
+ start: z.ZodNumber;
1762
+ end: z.ZodOptional<z.ZodNumber>;
1763
+ }, "strip", z.ZodTypeAny, {
1764
+ start: number;
1765
+ end?: number | undefined;
1766
+ }, {
1767
+ start: number;
1768
+ end?: number | undefined;
1769
+ }>>;
1770
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1398
1771
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1399
1772
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1400
1773
  width: z.ZodNumber;
@@ -1504,6 +1877,17 @@ export declare const UIProps: z.ZodObject<{
1504
1877
  opacity: z.ZodOptional<z.ZodNumber>;
1505
1878
  readOnly: z.ZodOptional<z.ZodBoolean>;
1506
1879
  required: z.ZodOptional<z.ZodBoolean>;
1880
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1881
+ start: z.ZodNumber;
1882
+ end: z.ZodOptional<z.ZodNumber>;
1883
+ }, "strip", z.ZodTypeAny, {
1884
+ start: number;
1885
+ end?: number | undefined;
1886
+ }, {
1887
+ start: number;
1888
+ end?: number | undefined;
1889
+ }>>;
1890
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1507
1891
  }, z.ZodTypeAny, "passthrough">>[];
1508
1892
  basePdf: (string | ArrayBuffer | Uint8Array | {
1509
1893
  width: number;
@@ -1565,6 +1949,17 @@ export declare const UIProps: z.ZodObject<{
1565
1949
  opacity: z.ZodOptional<z.ZodNumber>;
1566
1950
  readOnly: z.ZodOptional<z.ZodBoolean>;
1567
1951
  required: z.ZodOptional<z.ZodBoolean>;
1952
+ __bodyRange: z.ZodOptional<z.ZodObject<{
1953
+ start: z.ZodNumber;
1954
+ end: z.ZodOptional<z.ZodNumber>;
1955
+ }, "strip", z.ZodTypeAny, {
1956
+ start: number;
1957
+ end?: number | undefined;
1958
+ }, {
1959
+ start: number;
1960
+ end?: number | undefined;
1961
+ }>>;
1962
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1568
1963
  }, z.ZodTypeAny, "passthrough">>[];
1569
1964
  basePdf: (string | ArrayBuffer | Uint8Array | {
1570
1965
  width: number;
@@ -1685,6 +2080,17 @@ export declare const PreviewProps: z.ZodObject<{
1685
2080
  opacity: z.ZodOptional<z.ZodNumber>;
1686
2081
  readOnly: z.ZodOptional<z.ZodBoolean>;
1687
2082
  required: z.ZodOptional<z.ZodBoolean>;
2083
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2084
+ start: z.ZodNumber;
2085
+ end: z.ZodOptional<z.ZodNumber>;
2086
+ }, "strip", z.ZodTypeAny, {
2087
+ start: number;
2088
+ end?: number | undefined;
2089
+ }, {
2090
+ start: number;
2091
+ end?: number | undefined;
2092
+ }>>;
2093
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1688
2094
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1689
2095
  type: z.ZodString;
1690
2096
  content: z.ZodOptional<z.ZodString>;
@@ -1704,6 +2110,17 @@ export declare const PreviewProps: z.ZodObject<{
1704
2110
  opacity: z.ZodOptional<z.ZodNumber>;
1705
2111
  readOnly: z.ZodOptional<z.ZodBoolean>;
1706
2112
  required: z.ZodOptional<z.ZodBoolean>;
2113
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2114
+ start: z.ZodNumber;
2115
+ end: z.ZodOptional<z.ZodNumber>;
2116
+ }, "strip", z.ZodTypeAny, {
2117
+ start: number;
2118
+ end?: number | undefined;
2119
+ }, {
2120
+ start: number;
2121
+ end?: number | undefined;
2122
+ }>>;
2123
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1707
2124
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1708
2125
  type: z.ZodString;
1709
2126
  content: z.ZodOptional<z.ZodString>;
@@ -1723,6 +2140,17 @@ export declare const PreviewProps: z.ZodObject<{
1723
2140
  opacity: z.ZodOptional<z.ZodNumber>;
1724
2141
  readOnly: z.ZodOptional<z.ZodBoolean>;
1725
2142
  required: z.ZodOptional<z.ZodBoolean>;
2143
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2144
+ start: z.ZodNumber;
2145
+ end: z.ZodOptional<z.ZodNumber>;
2146
+ }, "strip", z.ZodTypeAny, {
2147
+ start: number;
2148
+ end?: number | undefined;
2149
+ }, {
2150
+ start: number;
2151
+ end?: number | undefined;
2152
+ }>>;
2153
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1726
2154
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1727
2155
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1728
2156
  width: z.ZodNumber;
@@ -1758,6 +2186,17 @@ export declare const PreviewProps: z.ZodObject<{
1758
2186
  opacity: z.ZodOptional<z.ZodNumber>;
1759
2187
  readOnly: z.ZodOptional<z.ZodBoolean>;
1760
2188
  required: z.ZodOptional<z.ZodBoolean>;
2189
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2190
+ start: z.ZodNumber;
2191
+ end: z.ZodOptional<z.ZodNumber>;
2192
+ }, "strip", z.ZodTypeAny, {
2193
+ start: number;
2194
+ end?: number | undefined;
2195
+ }, {
2196
+ start: number;
2197
+ end?: number | undefined;
2198
+ }>>;
2199
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1761
2200
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1762
2201
  type: z.ZodString;
1763
2202
  content: z.ZodOptional<z.ZodString>;
@@ -1777,6 +2216,17 @@ export declare const PreviewProps: z.ZodObject<{
1777
2216
  opacity: z.ZodOptional<z.ZodNumber>;
1778
2217
  readOnly: z.ZodOptional<z.ZodBoolean>;
1779
2218
  required: z.ZodOptional<z.ZodBoolean>;
2219
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2220
+ start: z.ZodNumber;
2221
+ end: z.ZodOptional<z.ZodNumber>;
2222
+ }, "strip", z.ZodTypeAny, {
2223
+ start: number;
2224
+ end?: number | undefined;
2225
+ }, {
2226
+ start: number;
2227
+ end?: number | undefined;
2228
+ }>>;
2229
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1780
2230
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1781
2231
  type: z.ZodString;
1782
2232
  content: z.ZodOptional<z.ZodString>;
@@ -1796,6 +2246,17 @@ export declare const PreviewProps: z.ZodObject<{
1796
2246
  opacity: z.ZodOptional<z.ZodNumber>;
1797
2247
  readOnly: z.ZodOptional<z.ZodBoolean>;
1798
2248
  required: z.ZodOptional<z.ZodBoolean>;
2249
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2250
+ start: z.ZodNumber;
2251
+ end: z.ZodOptional<z.ZodNumber>;
2252
+ }, "strip", z.ZodTypeAny, {
2253
+ start: number;
2254
+ end?: number | undefined;
2255
+ }, {
2256
+ start: number;
2257
+ end?: number | undefined;
2258
+ }>>;
2259
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1799
2260
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1800
2261
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1801
2262
  width: z.ZodNumber;
@@ -1831,6 +2292,17 @@ export declare const PreviewProps: z.ZodObject<{
1831
2292
  opacity: z.ZodOptional<z.ZodNumber>;
1832
2293
  readOnly: z.ZodOptional<z.ZodBoolean>;
1833
2294
  required: z.ZodOptional<z.ZodBoolean>;
2295
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2296
+ start: z.ZodNumber;
2297
+ end: z.ZodOptional<z.ZodNumber>;
2298
+ }, "strip", z.ZodTypeAny, {
2299
+ start: number;
2300
+ end?: number | undefined;
2301
+ }, {
2302
+ start: number;
2303
+ end?: number | undefined;
2304
+ }>>;
2305
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1834
2306
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1835
2307
  type: z.ZodString;
1836
2308
  content: z.ZodOptional<z.ZodString>;
@@ -1850,6 +2322,17 @@ export declare const PreviewProps: z.ZodObject<{
1850
2322
  opacity: z.ZodOptional<z.ZodNumber>;
1851
2323
  readOnly: z.ZodOptional<z.ZodBoolean>;
1852
2324
  required: z.ZodOptional<z.ZodBoolean>;
2325
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2326
+ start: z.ZodNumber;
2327
+ end: z.ZodOptional<z.ZodNumber>;
2328
+ }, "strip", z.ZodTypeAny, {
2329
+ start: number;
2330
+ end?: number | undefined;
2331
+ }, {
2332
+ start: number;
2333
+ end?: number | undefined;
2334
+ }>>;
2335
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1853
2336
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1854
2337
  type: z.ZodString;
1855
2338
  content: z.ZodOptional<z.ZodString>;
@@ -1869,6 +2352,17 @@ export declare const PreviewProps: z.ZodObject<{
1869
2352
  opacity: z.ZodOptional<z.ZodNumber>;
1870
2353
  readOnly: z.ZodOptional<z.ZodBoolean>;
1871
2354
  required: z.ZodOptional<z.ZodBoolean>;
2355
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2356
+ start: z.ZodNumber;
2357
+ end: z.ZodOptional<z.ZodNumber>;
2358
+ }, "strip", z.ZodTypeAny, {
2359
+ start: number;
2360
+ end?: number | undefined;
2361
+ }, {
2362
+ start: number;
2363
+ end?: number | undefined;
2364
+ }>>;
2365
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1872
2366
  }, z.ZodTypeAny, "passthrough">>>, "many">;
1873
2367
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
1874
2368
  width: z.ZodNumber;
@@ -1921,6 +2415,17 @@ export declare const PreviewProps: z.ZodObject<{
1921
2415
  opacity: z.ZodOptional<z.ZodNumber>;
1922
2416
  readOnly: z.ZodOptional<z.ZodBoolean>;
1923
2417
  required: z.ZodOptional<z.ZodBoolean>;
2418
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2419
+ start: z.ZodNumber;
2420
+ end: z.ZodOptional<z.ZodNumber>;
2421
+ }, "strip", z.ZodTypeAny, {
2422
+ start: number;
2423
+ end?: number | undefined;
2424
+ }, {
2425
+ start: number;
2426
+ end?: number | undefined;
2427
+ }>>;
2428
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1924
2429
  }, z.ZodTypeAny, "passthrough">>[];
1925
2430
  basePdf: (string | ArrayBuffer | Uint8Array | {
1926
2431
  width: number;
@@ -1983,6 +2488,17 @@ export declare const PreviewProps: z.ZodObject<{
1983
2488
  opacity: z.ZodOptional<z.ZodNumber>;
1984
2489
  readOnly: z.ZodOptional<z.ZodBoolean>;
1985
2490
  required: z.ZodOptional<z.ZodBoolean>;
2491
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2492
+ start: z.ZodNumber;
2493
+ end: z.ZodOptional<z.ZodNumber>;
2494
+ }, "strip", z.ZodTypeAny, {
2495
+ start: number;
2496
+ end?: number | undefined;
2497
+ }, {
2498
+ start: number;
2499
+ end?: number | undefined;
2500
+ }>>;
2501
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
1986
2502
  }, z.ZodTypeAny, "passthrough">>[];
1987
2503
  basePdf: (string | ArrayBuffer | Uint8Array | {
1988
2504
  width: number;
@@ -2104,6 +2620,17 @@ export declare const DesignerProps: z.ZodObject<{
2104
2620
  opacity: z.ZodOptional<z.ZodNumber>;
2105
2621
  readOnly: z.ZodOptional<z.ZodBoolean>;
2106
2622
  required: z.ZodOptional<z.ZodBoolean>;
2623
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2624
+ start: z.ZodNumber;
2625
+ end: z.ZodOptional<z.ZodNumber>;
2626
+ }, "strip", z.ZodTypeAny, {
2627
+ start: number;
2628
+ end?: number | undefined;
2629
+ }, {
2630
+ start: number;
2631
+ end?: number | undefined;
2632
+ }>>;
2633
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2107
2634
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2108
2635
  type: z.ZodString;
2109
2636
  content: z.ZodOptional<z.ZodString>;
@@ -2123,6 +2650,17 @@ export declare const DesignerProps: z.ZodObject<{
2123
2650
  opacity: z.ZodOptional<z.ZodNumber>;
2124
2651
  readOnly: z.ZodOptional<z.ZodBoolean>;
2125
2652
  required: z.ZodOptional<z.ZodBoolean>;
2653
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2654
+ start: z.ZodNumber;
2655
+ end: z.ZodOptional<z.ZodNumber>;
2656
+ }, "strip", z.ZodTypeAny, {
2657
+ start: number;
2658
+ end?: number | undefined;
2659
+ }, {
2660
+ start: number;
2661
+ end?: number | undefined;
2662
+ }>>;
2663
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2126
2664
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2127
2665
  type: z.ZodString;
2128
2666
  content: z.ZodOptional<z.ZodString>;
@@ -2142,6 +2680,17 @@ export declare const DesignerProps: z.ZodObject<{
2142
2680
  opacity: z.ZodOptional<z.ZodNumber>;
2143
2681
  readOnly: z.ZodOptional<z.ZodBoolean>;
2144
2682
  required: z.ZodOptional<z.ZodBoolean>;
2683
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2684
+ start: z.ZodNumber;
2685
+ end: z.ZodOptional<z.ZodNumber>;
2686
+ }, "strip", z.ZodTypeAny, {
2687
+ start: number;
2688
+ end?: number | undefined;
2689
+ }, {
2690
+ start: number;
2691
+ end?: number | undefined;
2692
+ }>>;
2693
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2145
2694
  }, z.ZodTypeAny, "passthrough">>>, "many">;
2146
2695
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
2147
2696
  width: z.ZodNumber;
@@ -2177,6 +2726,17 @@ export declare const DesignerProps: z.ZodObject<{
2177
2726
  opacity: z.ZodOptional<z.ZodNumber>;
2178
2727
  readOnly: z.ZodOptional<z.ZodBoolean>;
2179
2728
  required: z.ZodOptional<z.ZodBoolean>;
2729
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2730
+ start: z.ZodNumber;
2731
+ end: z.ZodOptional<z.ZodNumber>;
2732
+ }, "strip", z.ZodTypeAny, {
2733
+ start: number;
2734
+ end?: number | undefined;
2735
+ }, {
2736
+ start: number;
2737
+ end?: number | undefined;
2738
+ }>>;
2739
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2180
2740
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2181
2741
  type: z.ZodString;
2182
2742
  content: z.ZodOptional<z.ZodString>;
@@ -2196,6 +2756,17 @@ export declare const DesignerProps: z.ZodObject<{
2196
2756
  opacity: z.ZodOptional<z.ZodNumber>;
2197
2757
  readOnly: z.ZodOptional<z.ZodBoolean>;
2198
2758
  required: z.ZodOptional<z.ZodBoolean>;
2759
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2760
+ start: z.ZodNumber;
2761
+ end: z.ZodOptional<z.ZodNumber>;
2762
+ }, "strip", z.ZodTypeAny, {
2763
+ start: number;
2764
+ end?: number | undefined;
2765
+ }, {
2766
+ start: number;
2767
+ end?: number | undefined;
2768
+ }>>;
2769
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2199
2770
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2200
2771
  type: z.ZodString;
2201
2772
  content: z.ZodOptional<z.ZodString>;
@@ -2215,6 +2786,17 @@ export declare const DesignerProps: z.ZodObject<{
2215
2786
  opacity: z.ZodOptional<z.ZodNumber>;
2216
2787
  readOnly: z.ZodOptional<z.ZodBoolean>;
2217
2788
  required: z.ZodOptional<z.ZodBoolean>;
2789
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2790
+ start: z.ZodNumber;
2791
+ end: z.ZodOptional<z.ZodNumber>;
2792
+ }, "strip", z.ZodTypeAny, {
2793
+ start: number;
2794
+ end?: number | undefined;
2795
+ }, {
2796
+ start: number;
2797
+ end?: number | undefined;
2798
+ }>>;
2799
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2218
2800
  }, z.ZodTypeAny, "passthrough">>>, "many">;
2219
2801
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
2220
2802
  width: z.ZodNumber;
@@ -2250,6 +2832,17 @@ export declare const DesignerProps: z.ZodObject<{
2250
2832
  opacity: z.ZodOptional<z.ZodNumber>;
2251
2833
  readOnly: z.ZodOptional<z.ZodBoolean>;
2252
2834
  required: z.ZodOptional<z.ZodBoolean>;
2835
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2836
+ start: z.ZodNumber;
2837
+ end: z.ZodOptional<z.ZodNumber>;
2838
+ }, "strip", z.ZodTypeAny, {
2839
+ start: number;
2840
+ end?: number | undefined;
2841
+ }, {
2842
+ start: number;
2843
+ end?: number | undefined;
2844
+ }>>;
2845
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2253
2846
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
2254
2847
  type: z.ZodString;
2255
2848
  content: z.ZodOptional<z.ZodString>;
@@ -2269,6 +2862,17 @@ export declare const DesignerProps: z.ZodObject<{
2269
2862
  opacity: z.ZodOptional<z.ZodNumber>;
2270
2863
  readOnly: z.ZodOptional<z.ZodBoolean>;
2271
2864
  required: z.ZodOptional<z.ZodBoolean>;
2865
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2866
+ start: z.ZodNumber;
2867
+ end: z.ZodOptional<z.ZodNumber>;
2868
+ }, "strip", z.ZodTypeAny, {
2869
+ start: number;
2870
+ end?: number | undefined;
2871
+ }, {
2872
+ start: number;
2873
+ end?: number | undefined;
2874
+ }>>;
2875
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2272
2876
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
2273
2877
  type: z.ZodString;
2274
2878
  content: z.ZodOptional<z.ZodString>;
@@ -2288,6 +2892,17 @@ export declare const DesignerProps: z.ZodObject<{
2288
2892
  opacity: z.ZodOptional<z.ZodNumber>;
2289
2893
  readOnly: z.ZodOptional<z.ZodBoolean>;
2290
2894
  required: z.ZodOptional<z.ZodBoolean>;
2895
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2896
+ start: z.ZodNumber;
2897
+ end: z.ZodOptional<z.ZodNumber>;
2898
+ }, "strip", z.ZodTypeAny, {
2899
+ start: number;
2900
+ end?: number | undefined;
2901
+ }, {
2902
+ start: number;
2903
+ end?: number | undefined;
2904
+ }>>;
2905
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2291
2906
  }, z.ZodTypeAny, "passthrough">>>, "many">;
2292
2907
  basePdf: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodType<ArrayBuffer, z.ZodTypeDef, ArrayBuffer>, z.ZodType<Uint8Array, z.ZodTypeDef, Uint8Array>]>, z.ZodObject<{
2293
2908
  width: z.ZodNumber;
@@ -2339,6 +2954,17 @@ export declare const DesignerProps: z.ZodObject<{
2339
2954
  opacity: z.ZodOptional<z.ZodNumber>;
2340
2955
  readOnly: z.ZodOptional<z.ZodBoolean>;
2341
2956
  required: z.ZodOptional<z.ZodBoolean>;
2957
+ __bodyRange: z.ZodOptional<z.ZodObject<{
2958
+ start: z.ZodNumber;
2959
+ end: z.ZodOptional<z.ZodNumber>;
2960
+ }, "strip", z.ZodTypeAny, {
2961
+ start: number;
2962
+ end?: number | undefined;
2963
+ }, {
2964
+ start: number;
2965
+ end?: number | undefined;
2966
+ }>>;
2967
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2342
2968
  }, z.ZodTypeAny, "passthrough">>[];
2343
2969
  basePdf: (string | ArrayBuffer | Uint8Array | {
2344
2970
  width: number;
@@ -2400,6 +3026,17 @@ export declare const DesignerProps: z.ZodObject<{
2400
3026
  opacity: z.ZodOptional<z.ZodNumber>;
2401
3027
  readOnly: z.ZodOptional<z.ZodBoolean>;
2402
3028
  required: z.ZodOptional<z.ZodBoolean>;
3029
+ __bodyRange: z.ZodOptional<z.ZodObject<{
3030
+ start: z.ZodNumber;
3031
+ end: z.ZodOptional<z.ZodNumber>;
3032
+ }, "strip", z.ZodTypeAny, {
3033
+ start: number;
3034
+ end?: number | undefined;
3035
+ }, {
3036
+ start: number;
3037
+ end?: number | undefined;
3038
+ }>>;
3039
+ __isSplit: z.ZodOptional<z.ZodBoolean>;
2403
3040
  }, z.ZodTypeAny, "passthrough">>[];
2404
3041
  basePdf: (string | ArrayBuffer | Uint8Array | {
2405
3042
  width: number;