@pdfme/common 6.1.12-dev.11 → 6.1.12-dev.7
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/schema.d.ts +54 -54
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const Lang: z.ZodEnum<{
|
|
3
|
-
ar: "ar";
|
|
4
|
-
de: "de";
|
|
5
3
|
en: "en";
|
|
6
|
-
|
|
7
|
-
fr: "fr";
|
|
8
|
-
it: "it";
|
|
4
|
+
zh: "zh";
|
|
9
5
|
ja: "ja";
|
|
10
6
|
ko: "ko";
|
|
11
|
-
|
|
7
|
+
ar: "ar";
|
|
12
8
|
th: "th";
|
|
13
|
-
|
|
9
|
+
pl: "pl";
|
|
10
|
+
it: "it";
|
|
11
|
+
de: "de";
|
|
12
|
+
es: "es";
|
|
13
|
+
fr: "fr";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const Dict: z.ZodObject<{
|
|
16
16
|
cancel: z.ZodString;
|
|
@@ -120,13 +120,13 @@ export declare const Dict: z.ZodObject<{
|
|
|
120
120
|
'schemas.list.outdentItem': z.ZodString;
|
|
121
121
|
}, z.core.$strip>;
|
|
122
122
|
export declare const Mode: z.ZodEnum<{
|
|
123
|
-
designer: "designer";
|
|
124
|
-
form: "form";
|
|
125
123
|
viewer: "viewer";
|
|
124
|
+
form: "form";
|
|
125
|
+
designer: "designer";
|
|
126
126
|
}>;
|
|
127
127
|
export declare const ColorType: z.ZodOptional<z.ZodEnum<{
|
|
128
|
-
cmyk: "cmyk";
|
|
129
128
|
rgb: "rgb";
|
|
129
|
+
cmyk: "cmyk";
|
|
130
130
|
}>>;
|
|
131
131
|
export declare const Size: z.ZodObject<{
|
|
132
132
|
height: z.ZodNumber;
|
|
@@ -375,8 +375,8 @@ export declare const GeneratorOptions: z.ZodObject<{
|
|
|
375
375
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
376
376
|
}, z.core.$strip>>>;
|
|
377
377
|
colorType: z.ZodOptional<z.ZodEnum<{
|
|
378
|
-
cmyk: "cmyk";
|
|
379
378
|
rgb: "rgb";
|
|
379
|
+
cmyk: "cmyk";
|
|
380
380
|
}>>;
|
|
381
381
|
author: z.ZodOptional<z.ZodString>;
|
|
382
382
|
basePdfPassword: z.ZodOptional<z.ZodString>;
|
|
@@ -384,17 +384,17 @@ export declare const GeneratorOptions: z.ZodObject<{
|
|
|
384
384
|
creator: z.ZodOptional<z.ZodString>;
|
|
385
385
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
386
386
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
387
|
-
ar: "ar";
|
|
388
|
-
de: "de";
|
|
389
387
|
en: "en";
|
|
390
|
-
|
|
391
|
-
fr: "fr";
|
|
392
|
-
it: "it";
|
|
388
|
+
zh: "zh";
|
|
393
389
|
ja: "ja";
|
|
394
390
|
ko: "ko";
|
|
395
|
-
|
|
391
|
+
ar: "ar";
|
|
396
392
|
th: "th";
|
|
397
|
-
|
|
393
|
+
pl: "pl";
|
|
394
|
+
it: "it";
|
|
395
|
+
de: "de";
|
|
396
|
+
es: "es";
|
|
397
|
+
fr: "fr";
|
|
398
398
|
}>>;
|
|
399
399
|
modificationDate: z.ZodOptional<z.ZodDate>;
|
|
400
400
|
producer: z.ZodOptional<z.ZodString>;
|
|
@@ -490,8 +490,8 @@ export declare const GenerateProps: z.ZodObject<{
|
|
|
490
490
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
491
491
|
}, z.core.$strip>>>;
|
|
492
492
|
colorType: z.ZodOptional<z.ZodEnum<{
|
|
493
|
-
cmyk: "cmyk";
|
|
494
493
|
rgb: "rgb";
|
|
494
|
+
cmyk: "cmyk";
|
|
495
495
|
}>>;
|
|
496
496
|
author: z.ZodOptional<z.ZodString>;
|
|
497
497
|
basePdfPassword: z.ZodOptional<z.ZodString>;
|
|
@@ -499,17 +499,17 @@ export declare const GenerateProps: z.ZodObject<{
|
|
|
499
499
|
creator: z.ZodOptional<z.ZodString>;
|
|
500
500
|
keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
501
501
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
502
|
-
ar: "ar";
|
|
503
|
-
de: "de";
|
|
504
502
|
en: "en";
|
|
505
|
-
|
|
506
|
-
fr: "fr";
|
|
507
|
-
it: "it";
|
|
503
|
+
zh: "zh";
|
|
508
504
|
ja: "ja";
|
|
509
505
|
ko: "ko";
|
|
510
|
-
|
|
506
|
+
ar: "ar";
|
|
511
507
|
th: "th";
|
|
512
|
-
|
|
508
|
+
pl: "pl";
|
|
509
|
+
it: "it";
|
|
510
|
+
de: "de";
|
|
511
|
+
es: "es";
|
|
512
|
+
fr: "fr";
|
|
513
513
|
}>>;
|
|
514
514
|
modificationDate: z.ZodOptional<z.ZodDate>;
|
|
515
515
|
producer: z.ZodOptional<z.ZodString>;
|
|
@@ -524,17 +524,17 @@ export declare const UIOptions: z.ZodObject<{
|
|
|
524
524
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
525
525
|
}, z.core.$strip>>>;
|
|
526
526
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
527
|
-
ar: "ar";
|
|
528
|
-
de: "de";
|
|
529
527
|
en: "en";
|
|
530
|
-
|
|
531
|
-
fr: "fr";
|
|
532
|
-
it: "it";
|
|
528
|
+
zh: "zh";
|
|
533
529
|
ja: "ja";
|
|
534
530
|
ko: "ko";
|
|
535
|
-
|
|
531
|
+
ar: "ar";
|
|
536
532
|
th: "th";
|
|
537
|
-
|
|
533
|
+
pl: "pl";
|
|
534
|
+
it: "it";
|
|
535
|
+
de: "de";
|
|
536
|
+
es: "es";
|
|
537
|
+
fr: "fr";
|
|
538
538
|
}>>;
|
|
539
539
|
labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
540
540
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -633,17 +633,17 @@ export declare const UIProps: z.ZodObject<{
|
|
|
633
633
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
634
634
|
}, z.core.$strip>>>;
|
|
635
635
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
636
|
-
ar: "ar";
|
|
637
|
-
de: "de";
|
|
638
636
|
en: "en";
|
|
639
|
-
|
|
640
|
-
fr: "fr";
|
|
641
|
-
it: "it";
|
|
637
|
+
zh: "zh";
|
|
642
638
|
ja: "ja";
|
|
643
639
|
ko: "ko";
|
|
644
|
-
|
|
640
|
+
ar: "ar";
|
|
645
641
|
th: "th";
|
|
646
|
-
|
|
642
|
+
pl: "pl";
|
|
643
|
+
it: "it";
|
|
644
|
+
de: "de";
|
|
645
|
+
es: "es";
|
|
646
|
+
fr: "fr";
|
|
647
647
|
}>>;
|
|
648
648
|
labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
649
649
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -743,17 +743,17 @@ export declare const PreviewProps: z.ZodObject<{
|
|
|
743
743
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
744
744
|
}, z.core.$strip>>>;
|
|
745
745
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
746
|
-
ar: "ar";
|
|
747
|
-
de: "de";
|
|
748
746
|
en: "en";
|
|
749
|
-
|
|
750
|
-
fr: "fr";
|
|
751
|
-
it: "it";
|
|
747
|
+
zh: "zh";
|
|
752
748
|
ja: "ja";
|
|
753
749
|
ko: "ko";
|
|
754
|
-
|
|
750
|
+
ar: "ar";
|
|
755
751
|
th: "th";
|
|
756
|
-
|
|
752
|
+
pl: "pl";
|
|
753
|
+
it: "it";
|
|
754
|
+
de: "de";
|
|
755
|
+
es: "es";
|
|
756
|
+
fr: "fr";
|
|
757
757
|
}>>;
|
|
758
758
|
labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
759
759
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -854,17 +854,17 @@ export declare const DesignerProps: z.ZodObject<{
|
|
|
854
854
|
subset: z.ZodOptional<z.ZodBoolean>;
|
|
855
855
|
}, z.core.$strip>>>;
|
|
856
856
|
lang: z.ZodOptional<z.ZodEnum<{
|
|
857
|
-
ar: "ar";
|
|
858
|
-
de: "de";
|
|
859
857
|
en: "en";
|
|
860
|
-
|
|
861
|
-
fr: "fr";
|
|
862
|
-
it: "it";
|
|
858
|
+
zh: "zh";
|
|
863
859
|
ja: "ja";
|
|
864
860
|
ko: "ko";
|
|
865
|
-
|
|
861
|
+
ar: "ar";
|
|
866
862
|
th: "th";
|
|
867
|
-
|
|
863
|
+
pl: "pl";
|
|
864
|
+
it: "it";
|
|
865
|
+
de: "de";
|
|
866
|
+
es: "es";
|
|
867
|
+
fr: "fr";
|
|
868
868
|
}>>;
|
|
869
869
|
labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
870
870
|
theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfme/common",
|
|
3
|
-
"version": "6.1.12-dev.
|
|
3
|
+
"version": "6.1.12-dev.7",
|
|
4
4
|
"description": "TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pdf",
|