@pdfme/common 6.1.12-dev.7 → 6.1.13

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 CHANGED
@@ -1,16 +1,17 @@
1
1
  import { z } from 'zod';
2
2
  export declare const Lang: z.ZodEnum<{
3
- en: "en";
4
- zh: "zh";
5
- ja: "ja";
6
- ko: "ko";
7
3
  ar: "ar";
8
- th: "th";
9
- pl: "pl";
10
- it: "it";
11
4
  de: "de";
5
+ en: "en";
12
6
  es: "es";
13
7
  fr: "fr";
8
+ it: "it";
9
+ ja: "ja";
10
+ ko: "ko";
11
+ pl: "pl";
12
+ th: "th";
13
+ zh: "zh";
14
+ "zh-TW": "zh-TW";
14
15
  }>;
15
16
  export declare const Dict: z.ZodObject<{
16
17
  cancel: z.ZodString;
@@ -120,13 +121,13 @@ export declare const Dict: z.ZodObject<{
120
121
  'schemas.list.outdentItem': z.ZodString;
121
122
  }, z.core.$strip>;
122
123
  export declare const Mode: z.ZodEnum<{
123
- viewer: "viewer";
124
- form: "form";
125
124
  designer: "designer";
125
+ form: "form";
126
+ viewer: "viewer";
126
127
  }>;
127
128
  export declare const ColorType: z.ZodOptional<z.ZodEnum<{
128
- rgb: "rgb";
129
129
  cmyk: "cmyk";
130
+ rgb: "rgb";
130
131
  }>>;
131
132
  export declare const Size: z.ZodObject<{
132
133
  height: z.ZodNumber;
@@ -375,8 +376,8 @@ export declare const GeneratorOptions: z.ZodObject<{
375
376
  subset: z.ZodOptional<z.ZodBoolean>;
376
377
  }, z.core.$strip>>>;
377
378
  colorType: z.ZodOptional<z.ZodEnum<{
378
- rgb: "rgb";
379
379
  cmyk: "cmyk";
380
+ rgb: "rgb";
380
381
  }>>;
381
382
  author: z.ZodOptional<z.ZodString>;
382
383
  basePdfPassword: z.ZodOptional<z.ZodString>;
@@ -384,17 +385,18 @@ export declare const GeneratorOptions: z.ZodObject<{
384
385
  creator: z.ZodOptional<z.ZodString>;
385
386
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
386
387
  lang: z.ZodOptional<z.ZodEnum<{
387
- en: "en";
388
- zh: "zh";
389
- ja: "ja";
390
- ko: "ko";
391
388
  ar: "ar";
392
- th: "th";
393
- pl: "pl";
394
- it: "it";
395
389
  de: "de";
390
+ en: "en";
396
391
  es: "es";
397
392
  fr: "fr";
393
+ it: "it";
394
+ ja: "ja";
395
+ ko: "ko";
396
+ pl: "pl";
397
+ th: "th";
398
+ zh: "zh";
399
+ "zh-TW": "zh-TW";
398
400
  }>>;
399
401
  modificationDate: z.ZodOptional<z.ZodDate>;
400
402
  producer: z.ZodOptional<z.ZodString>;
@@ -490,8 +492,8 @@ export declare const GenerateProps: z.ZodObject<{
490
492
  subset: z.ZodOptional<z.ZodBoolean>;
491
493
  }, z.core.$strip>>>;
492
494
  colorType: z.ZodOptional<z.ZodEnum<{
493
- rgb: "rgb";
494
495
  cmyk: "cmyk";
496
+ rgb: "rgb";
495
497
  }>>;
496
498
  author: z.ZodOptional<z.ZodString>;
497
499
  basePdfPassword: z.ZodOptional<z.ZodString>;
@@ -499,17 +501,18 @@ export declare const GenerateProps: z.ZodObject<{
499
501
  creator: z.ZodOptional<z.ZodString>;
500
502
  keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
501
503
  lang: z.ZodOptional<z.ZodEnum<{
502
- en: "en";
503
- zh: "zh";
504
- ja: "ja";
505
- ko: "ko";
506
504
  ar: "ar";
507
- th: "th";
508
- pl: "pl";
509
- it: "it";
510
505
  de: "de";
506
+ en: "en";
511
507
  es: "es";
512
508
  fr: "fr";
509
+ it: "it";
510
+ ja: "ja";
511
+ ko: "ko";
512
+ pl: "pl";
513
+ th: "th";
514
+ zh: "zh";
515
+ "zh-TW": "zh-TW";
513
516
  }>>;
514
517
  modificationDate: z.ZodOptional<z.ZodDate>;
515
518
  producer: z.ZodOptional<z.ZodString>;
@@ -524,17 +527,18 @@ export declare const UIOptions: z.ZodObject<{
524
527
  subset: z.ZodOptional<z.ZodBoolean>;
525
528
  }, z.core.$strip>>>;
526
529
  lang: z.ZodOptional<z.ZodEnum<{
527
- en: "en";
528
- zh: "zh";
529
- ja: "ja";
530
- ko: "ko";
531
530
  ar: "ar";
532
- th: "th";
533
- pl: "pl";
534
- it: "it";
535
531
  de: "de";
532
+ en: "en";
536
533
  es: "es";
537
534
  fr: "fr";
535
+ it: "it";
536
+ ja: "ja";
537
+ ko: "ko";
538
+ pl: "pl";
539
+ th: "th";
540
+ zh: "zh";
541
+ "zh-TW": "zh-TW";
538
542
  }>>;
539
543
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
540
544
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -633,17 +637,18 @@ export declare const UIProps: z.ZodObject<{
633
637
  subset: z.ZodOptional<z.ZodBoolean>;
634
638
  }, z.core.$strip>>>;
635
639
  lang: z.ZodOptional<z.ZodEnum<{
636
- en: "en";
637
- zh: "zh";
638
- ja: "ja";
639
- ko: "ko";
640
640
  ar: "ar";
641
- th: "th";
642
- pl: "pl";
643
- it: "it";
644
641
  de: "de";
642
+ en: "en";
645
643
  es: "es";
646
644
  fr: "fr";
645
+ it: "it";
646
+ ja: "ja";
647
+ ko: "ko";
648
+ pl: "pl";
649
+ th: "th";
650
+ zh: "zh";
651
+ "zh-TW": "zh-TW";
647
652
  }>>;
648
653
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
649
654
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -743,17 +748,18 @@ export declare const PreviewProps: z.ZodObject<{
743
748
  subset: z.ZodOptional<z.ZodBoolean>;
744
749
  }, z.core.$strip>>>;
745
750
  lang: z.ZodOptional<z.ZodEnum<{
746
- en: "en";
747
- zh: "zh";
748
- ja: "ja";
749
- ko: "ko";
750
751
  ar: "ar";
751
- th: "th";
752
- pl: "pl";
753
- it: "it";
754
752
  de: "de";
753
+ en: "en";
755
754
  es: "es";
756
755
  fr: "fr";
756
+ it: "it";
757
+ ja: "ja";
758
+ ko: "ko";
759
+ pl: "pl";
760
+ th: "th";
761
+ zh: "zh";
762
+ "zh-TW": "zh-TW";
757
763
  }>>;
758
764
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
759
765
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
@@ -854,17 +860,18 @@ export declare const DesignerProps: z.ZodObject<{
854
860
  subset: z.ZodOptional<z.ZodBoolean>;
855
861
  }, z.core.$strip>>>;
856
862
  lang: z.ZodOptional<z.ZodEnum<{
857
- en: "en";
858
- zh: "zh";
859
- ja: "ja";
860
- ko: "ko";
861
863
  ar: "ar";
862
- th: "th";
863
- pl: "pl";
864
- it: "it";
865
864
  de: "de";
865
+ en: "en";
866
866
  es: "es";
867
867
  fr: "fr";
868
+ it: "it";
869
+ ja: "ja";
870
+ ko: "ko";
871
+ pl: "pl";
872
+ th: "th";
873
+ zh: "zh";
874
+ "zh-TW": "zh-TW";
868
875
  }>>;
869
876
  labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
870
877
  theme: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const PDFME_VERSION = "6.1.12";
1
+ export declare const PDFME_VERSION = "6.1.13";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/common",
3
- "version": "6.1.12-dev.7",
3
+ "version": "6.1.13",
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",