@pdfme/generator 3.1.5-dev.6 → 3.1.5-dev.8
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/cjs/src/generate.js +4 -8
- package/dist/cjs/src/generate.js.map +1 -1
- package/dist/cjs/src/helper.js +8 -3
- package/dist/cjs/src/helper.js.map +1 -1
- package/dist/esm/src/generate.js +4 -8
- package/dist/esm/src/generate.js.map +1 -1
- package/dist/esm/src/helper.js +8 -3
- package/dist/esm/src/helper.js.map +1 -1
- package/dist/types/__tests__/assets/templates/index.d.ts +42 -0
- package/dist/types/src/helper.d.ts +2 -1
- package/package.json +1 -1
- package/src/generate.ts +5 -9
- package/src/helper.ts +14 -5
package/dist/cjs/src/generate.js
CHANGED
@@ -29,14 +29,11 @@ const helper_js_1 = require("./helper.js");
|
|
29
29
|
const generate = async (props) => {
|
30
30
|
(0, common_1.checkGenerateProps)(props);
|
31
31
|
const { inputs, template, options = {}, plugins: userPlugins = {} } = props;
|
32
|
-
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj } = await (0, helper_js_1.preprocessing)({
|
33
|
-
template,
|
34
|
-
userPlugins,
|
35
|
-
});
|
32
|
+
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys } = await (0, helper_js_1.preprocessing)({ template, userPlugins });
|
36
33
|
const _cache = new Map();
|
37
34
|
for (let i = 0; i < inputs.length; i += 1) {
|
38
35
|
const inputObj = inputs[i];
|
39
|
-
const keys = Object.keys(inputObj);
|
36
|
+
const keys = Object.keys(inputObj).concat(readOnlySchemaKeys);
|
40
37
|
for (let j = 0; j < embeddedPages.length; j += 1) {
|
41
38
|
const embeddedPage = embeddedPages[j];
|
42
39
|
const { width: pageWidth, height: pageHeight } = embeddedPage;
|
@@ -47,15 +44,14 @@ const generate = async (props) => {
|
|
47
44
|
const key = keys[l];
|
48
45
|
const schemaObj = template.schemas[j];
|
49
46
|
const schema = schemaObj[key];
|
50
|
-
|
51
|
-
if (!schema || !value) {
|
47
|
+
if (!schema) {
|
52
48
|
continue;
|
53
49
|
}
|
54
50
|
const render = renderObj[schema.type];
|
55
51
|
if (!render) {
|
56
52
|
continue;
|
57
53
|
}
|
58
|
-
await render({ key, value, schema, pdfLib, pdfDoc, page, options, _cache });
|
54
|
+
await render({ key, value: inputObj[key], schema, pdfLib, pdfDoc, page, options, _cache });
|
59
55
|
}
|
60
56
|
}
|
61
57
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../src/generate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAyC;AAEzC,0CAAmD;AACnD,2CAA8E;AAE9E,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAoB,EAAE,EAAE;IAC9C,IAAA,2BAAkB,EAAC,KAAK,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,EAAE,OAAO,EAAE,WAAW,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,
|
1
|
+
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../src/generate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uDAAyC;AAEzC,0CAAmD;AACnD,2CAA8E;AAE9E,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAoB,EAAE,EAAE;IAC9C,IAAA,2BAAkB,EAAC,KAAK,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,EAAE,OAAO,EAAE,WAAW,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAC3E,MAAM,IAAA,yBAAa,EAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC,CAAC;IAEjD,MAAM,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;IAEzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;QACzC,MAAM,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QAC3B,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;QAC9D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;YAChD,MAAM,YAAY,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;YACtC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,YAAY,CAAC;YAC9D,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;YAErC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;YAErD,IAAA,4BAAgB,EAAC,EAAE,IAAI,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;YACtD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;gBACvC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;gBACpB,MAAM,SAAS,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;gBACtC,MAAM,MAAM,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;gBAC9B,IAAI,CAAC,MAAM,EAAE;oBACX,SAAS;iBACV;gBAED,MAAM,MAAM,GAAG,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;gBACtC,IAAI,CAAC,MAAM,EAAE;oBACX,SAAS;iBACV;gBAED,MAAM,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC;aAC5F;SACF;KACF;IAED,IAAA,0BAAc,EAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEpC,OAAO,MAAM,CAAC,IAAI,EAAE,CAAC;AACvB,CAAC,CAAC;AAEF,kBAAe,QAAQ,CAAC"}
|
package/dist/cjs/src/helper.js
CHANGED
@@ -62,7 +62,7 @@ const drawEmbeddedPage = (arg) => {
|
|
62
62
|
exports.drawEmbeddedPage = drawEmbeddedPage;
|
63
63
|
const preprocessing = async (arg) => {
|
64
64
|
const { template, userPlugins } = arg;
|
65
|
-
const { basePdf } = template;
|
65
|
+
const { basePdf, schemas } = template;
|
66
66
|
const pdfDoc = await pdfLib.PDFDocument.create();
|
67
67
|
// @ts-ignore
|
68
68
|
pdfDoc.registerFontkit(fontkit);
|
@@ -71,7 +71,7 @@ const preprocessing = async (arg) => {
|
|
71
71
|
const pluginValues = (Object.values(userPlugins).length > 0
|
72
72
|
? Object.values(userPlugins)
|
73
73
|
: Object.values(schemas_1.builtInPlugins));
|
74
|
-
const schemaTypes =
|
74
|
+
const schemaTypes = schemas.flatMap((schemaObj) => Object.values(schemaObj).map((schema) => schema.type));
|
75
75
|
const renderObj = schemaTypes.reduce((acc, type) => {
|
76
76
|
const render = pluginValues.find((pv) => pv.propPanel.defaultSchema.type === type);
|
77
77
|
if (!render) {
|
@@ -80,7 +80,12 @@ Check this document: https://pdfme.com/docs/custom-schemas`);
|
|
80
80
|
}
|
81
81
|
return { ...acc, [type]: render.pdf };
|
82
82
|
}, {});
|
83
|
-
|
83
|
+
const readOnlySchemaKeys = schemas.reduce((acc, schema) => {
|
84
|
+
const entries = Object.entries(schema);
|
85
|
+
const keys = entries.reduce((acc, [key, value]) => (value.readOnly ? [...acc, key] : acc), []);
|
86
|
+
return [...acc, ...keys];
|
87
|
+
}, []);
|
88
|
+
return { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys };
|
84
89
|
};
|
85
90
|
exports.preprocessing = preprocessing;
|
86
91
|
const postProcessing = (props) => {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../../../src/helper.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../../../src/helper.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/src/generate.js
CHANGED
@@ -4,14 +4,11 @@ import { drawEmbeddedPage, preprocessing, postProcessing } from './helper.js';
|
|
4
4
|
const generate = async (props) => {
|
5
5
|
checkGenerateProps(props);
|
6
6
|
const { inputs, template, options = {}, plugins: userPlugins = {} } = props;
|
7
|
-
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj } = await preprocessing({
|
8
|
-
template,
|
9
|
-
userPlugins,
|
10
|
-
});
|
7
|
+
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys } = await preprocessing({ template, userPlugins });
|
11
8
|
const _cache = new Map();
|
12
9
|
for (let i = 0; i < inputs.length; i += 1) {
|
13
10
|
const inputObj = inputs[i];
|
14
|
-
const keys = Object.keys(inputObj);
|
11
|
+
const keys = Object.keys(inputObj).concat(readOnlySchemaKeys);
|
15
12
|
for (let j = 0; j < embeddedPages.length; j += 1) {
|
16
13
|
const embeddedPage = embeddedPages[j];
|
17
14
|
const { width: pageWidth, height: pageHeight } = embeddedPage;
|
@@ -22,15 +19,14 @@ const generate = async (props) => {
|
|
22
19
|
const key = keys[l];
|
23
20
|
const schemaObj = template.schemas[j];
|
24
21
|
const schema = schemaObj[key];
|
25
|
-
|
26
|
-
if (!schema || !value) {
|
22
|
+
if (!schema) {
|
27
23
|
continue;
|
28
24
|
}
|
29
25
|
const render = renderObj[schema.type];
|
30
26
|
if (!render) {
|
31
27
|
continue;
|
32
28
|
}
|
33
|
-
await render({ key, value, schema, pdfLib, pdfDoc, page, options, _cache });
|
29
|
+
await render({ key, value: inputObj[key], schema, pdfLib, pdfDoc, page, options, _cache });
|
34
30
|
}
|
35
31
|
}
|
36
32
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../src/generate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE9E,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAoB,EAAE,EAAE;IAC9C,kBAAkB,CAAC,KAAK,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,EAAE,OAAO,EAAE,WAAW,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,
|
1
|
+
{"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../src/generate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE9E,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAoB,EAAE,EAAE;IAC9C,kBAAkB,CAAC,KAAK,CAAC,CAAC;IAC1B,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,EAAE,OAAO,EAAE,WAAW,GAAG,EAAE,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EAAE,kBAAkB,EAAE,GAC3E,MAAM,aAAa,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC,CAAC;IAEjD,MAAM,MAAM,GAAG,IAAI,GAAG,EAAE,CAAC;IAEzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;QACzC,MAAM,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QAC3B,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;QAC9D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,aAAa,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;YAChD,MAAM,YAAY,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;YACtC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,YAAY,CAAC;YAC9D,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC;YAErC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;YAErD,gBAAgB,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC,CAAC;YACtD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;gBACvC,MAAM,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC;gBACpB,MAAM,SAAS,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;gBACtC,MAAM,MAAM,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;gBAC9B,IAAI,CAAC,MAAM,EAAE;oBACX,SAAS;iBACV;gBAED,MAAM,MAAM,GAAG,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;gBACtC,IAAI,CAAC,MAAM,EAAE;oBACX,SAAS;iBACV;gBAED,MAAM,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC;aAC5F;SACF;KACF;IAED,cAAc,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,CAAC;IAEpC,OAAO,MAAM,CAAC,IAAI,EAAE,CAAC;AACvB,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/dist/esm/src/helper.js
CHANGED
@@ -34,7 +34,7 @@ export const drawEmbeddedPage = (arg) => {
|
|
34
34
|
};
|
35
35
|
export const preprocessing = async (arg) => {
|
36
36
|
const { template, userPlugins } = arg;
|
37
|
-
const { basePdf } = template;
|
37
|
+
const { basePdf, schemas } = template;
|
38
38
|
const pdfDoc = await pdfLib.PDFDocument.create();
|
39
39
|
// @ts-ignore
|
40
40
|
pdfDoc.registerFontkit(fontkit);
|
@@ -43,7 +43,7 @@ export const preprocessing = async (arg) => {
|
|
43
43
|
const pluginValues = (Object.values(userPlugins).length > 0
|
44
44
|
? Object.values(userPlugins)
|
45
45
|
: Object.values(builtInPlugins));
|
46
|
-
const schemaTypes =
|
46
|
+
const schemaTypes = schemas.flatMap((schemaObj) => Object.values(schemaObj).map((schema) => schema.type));
|
47
47
|
const renderObj = schemaTypes.reduce((acc, type) => {
|
48
48
|
const render = pluginValues.find((pv) => pv.propPanel.defaultSchema.type === type);
|
49
49
|
if (!render) {
|
@@ -52,7 +52,12 @@ Check this document: https://pdfme.com/docs/custom-schemas`);
|
|
52
52
|
}
|
53
53
|
return { ...acc, [type]: render.pdf };
|
54
54
|
}, {});
|
55
|
-
|
55
|
+
const readOnlySchemaKeys = schemas.reduce((acc, schema) => {
|
56
|
+
const entries = Object.entries(schema);
|
57
|
+
const keys = entries.reduce((acc, [key, value]) => (value.readOnly ? [...acc, key] : acc), []);
|
58
|
+
return [...acc, ...keys];
|
59
|
+
}, []);
|
60
|
+
return { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys };
|
56
61
|
};
|
57
62
|
export const postProcessing = (props) => {
|
58
63
|
const { pdfDoc, options } = props;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../../../src/helper.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"helper.js","sourceRoot":"","sources":["../../../src/helper.ts"],"names":[],"mappings":"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"}
|
@@ -2,6 +2,7 @@ export declare const label: {
|
|
2
2
|
宛名8面: {
|
3
3
|
schemas: Record<string, import("zod").objectOutputType<{
|
4
4
|
type: import("zod").ZodString;
|
5
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
5
6
|
position: import("zod").ZodObject<{
|
6
7
|
x: import("zod").ZodNumber;
|
7
8
|
y: import("zod").ZodNumber;
|
@@ -24,6 +25,7 @@ export declare const label: {
|
|
24
25
|
シンプルラベル24面: {
|
25
26
|
schemas: Record<string, import("zod").objectOutputType<{
|
26
27
|
type: import("zod").ZodString;
|
28
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
27
29
|
position: import("zod").ZodObject<{
|
28
30
|
x: import("zod").ZodNumber;
|
29
31
|
y: import("zod").ZodNumber;
|
@@ -46,6 +48,7 @@ export declare const label: {
|
|
46
48
|
フレームラベル24面: {
|
47
49
|
schemas: Record<string, import("zod").objectOutputType<{
|
48
50
|
type: import("zod").ZodString;
|
51
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
49
52
|
position: import("zod").ZodObject<{
|
50
53
|
x: import("zod").ZodNumber;
|
51
54
|
y: import("zod").ZodNumber;
|
@@ -68,6 +71,7 @@ export declare const label: {
|
|
68
71
|
ストライプラベル24面: {
|
69
72
|
schemas: Record<string, import("zod").objectOutputType<{
|
70
73
|
type: import("zod").ZodString;
|
74
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
71
75
|
position: import("zod").ZodObject<{
|
72
76
|
x: import("zod").ZodNumber;
|
73
77
|
y: import("zod").ZodNumber;
|
@@ -90,6 +94,7 @@ export declare const label: {
|
|
90
94
|
装飾なしラベル24面: {
|
91
95
|
schemas: Record<string, import("zod").objectOutputType<{
|
92
96
|
type: import("zod").ZodString;
|
97
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
93
98
|
position: import("zod").ZodObject<{
|
94
99
|
x: import("zod").ZodNumber;
|
95
100
|
y: import("zod").ZodNumber;
|
@@ -112,6 +117,7 @@ export declare const label: {
|
|
112
117
|
装飾なしラベル24面中央揃え: {
|
113
118
|
schemas: Record<string, import("zod").objectOutputType<{
|
114
119
|
type: import("zod").ZodString;
|
120
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
115
121
|
position: import("zod").ZodObject<{
|
116
122
|
x: import("zod").ZodNumber;
|
117
123
|
y: import("zod").ZodNumber;
|
@@ -134,6 +140,7 @@ export declare const label: {
|
|
134
140
|
郵便はがき横書き: {
|
135
141
|
schemas: Record<string, import("zod").objectOutputType<{
|
136
142
|
type: import("zod").ZodString;
|
143
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
137
144
|
position: import("zod").ZodObject<{
|
138
145
|
x: import("zod").ZodNumber;
|
139
146
|
y: import("zod").ZodNumber;
|
@@ -156,6 +163,7 @@ export declare const label: {
|
|
156
163
|
レターパック: {
|
157
164
|
schemas: Record<string, import("zod").objectOutputType<{
|
158
165
|
type: import("zod").ZodString;
|
166
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
159
167
|
position: import("zod").ZodObject<{
|
160
168
|
x: import("zod").ZodNumber;
|
161
169
|
y: import("zod").ZodNumber;
|
@@ -178,6 +186,7 @@ export declare const label: {
|
|
178
186
|
レターパックライト: {
|
179
187
|
schemas: Record<string, import("zod").objectOutputType<{
|
180
188
|
type: import("zod").ZodString;
|
189
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
181
190
|
position: import("zod").ZodObject<{
|
182
191
|
x: import("zod").ZodNumber;
|
183
192
|
y: import("zod").ZodNumber;
|
@@ -200,6 +209,7 @@ export declare const label: {
|
|
200
209
|
レターパックプラス: {
|
201
210
|
schemas: Record<string, import("zod").objectOutputType<{
|
202
211
|
type: import("zod").ZodString;
|
212
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
203
213
|
position: import("zod").ZodObject<{
|
204
214
|
x: import("zod").ZodNumber;
|
205
215
|
y: import("zod").ZodNumber;
|
@@ -222,6 +232,7 @@ export declare const label: {
|
|
222
232
|
スマートレター: {
|
223
233
|
schemas: Record<string, import("zod").objectOutputType<{
|
224
234
|
type: import("zod").ZodString;
|
235
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
225
236
|
position: import("zod").ZodObject<{
|
226
237
|
x: import("zod").ZodNumber;
|
227
238
|
y: import("zod").ZodNumber;
|
@@ -244,6 +255,7 @@ export declare const label: {
|
|
244
255
|
ゆうパケット: {
|
245
256
|
schemas: Record<string, import("zod").objectOutputType<{
|
246
257
|
type: import("zod").ZodString;
|
258
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
247
259
|
position: import("zod").ZodObject<{
|
248
260
|
x: import("zod").ZodNumber;
|
249
261
|
y: import("zod").ZodNumber;
|
@@ -266,6 +278,7 @@ export declare const label: {
|
|
266
278
|
Aone72312宛名: {
|
267
279
|
schemas: Record<string, import("zod").objectOutputType<{
|
268
280
|
type: import("zod").ZodString;
|
281
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
269
282
|
position: import("zod").ZodObject<{
|
270
283
|
x: import("zod").ZodNumber;
|
271
284
|
y: import("zod").ZodNumber;
|
@@ -288,6 +301,7 @@ export declare const label: {
|
|
288
301
|
名刺サイズの名札: {
|
289
302
|
schemas: Record<string, import("zod").objectOutputType<{
|
290
303
|
type: import("zod").ZodString;
|
304
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
291
305
|
position: import("zod").ZodObject<{
|
292
306
|
x: import("zod").ZodNumber;
|
293
307
|
y: import("zod").ZodNumber;
|
@@ -310,6 +324,7 @@ export declare const label: {
|
|
310
324
|
connpass名札: {
|
311
325
|
schemas: Record<string, import("zod").objectOutputType<{
|
312
326
|
type: import("zod").ZodString;
|
327
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
313
328
|
position: import("zod").ZodObject<{
|
314
329
|
x: import("zod").ZodNumber;
|
315
330
|
y: import("zod").ZodNumber;
|
@@ -334,6 +349,7 @@ export declare const envelope: {
|
|
334
349
|
長形3号封筒: {
|
335
350
|
schemas: Record<string, import("zod").objectOutputType<{
|
336
351
|
type: import("zod").ZodString;
|
352
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
337
353
|
position: import("zod").ZodObject<{
|
338
354
|
x: import("zod").ZodNumber;
|
339
355
|
y: import("zod").ZodNumber;
|
@@ -356,6 +372,7 @@ export declare const envelope: {
|
|
356
372
|
洋長3号封筒: {
|
357
373
|
schemas: Record<string, import("zod").objectOutputType<{
|
358
374
|
type: import("zod").ZodString;
|
375
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
359
376
|
position: import("zod").ZodObject<{
|
360
377
|
x: import("zod").ZodNumber;
|
361
378
|
y: import("zod").ZodNumber;
|
@@ -378,6 +395,7 @@ export declare const envelope: {
|
|
378
395
|
角形2号封筒: {
|
379
396
|
schemas: Record<string, import("zod").objectOutputType<{
|
380
397
|
type: import("zod").ZodString;
|
398
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
381
399
|
position: import("zod").ZodObject<{
|
382
400
|
x: import("zod").ZodNumber;
|
383
401
|
y: import("zod").ZodNumber;
|
@@ -402,6 +420,7 @@ export declare const barcode: {
|
|
402
420
|
Aone31555QRコード: {
|
403
421
|
schemas: Record<string, import("zod").objectOutputType<{
|
404
422
|
type: import("zod").ZodString;
|
423
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
405
424
|
position: import("zod").ZodObject<{
|
406
425
|
x: import("zod").ZodNumber;
|
407
426
|
y: import("zod").ZodNumber;
|
@@ -424,6 +443,7 @@ export declare const barcode: {
|
|
424
443
|
Aone31553QRコード: {
|
425
444
|
schemas: Record<string, import("zod").objectOutputType<{
|
426
445
|
type: import("zod").ZodString;
|
446
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
427
447
|
position: import("zod").ZodObject<{
|
428
448
|
x: import("zod").ZodNumber;
|
429
449
|
y: import("zod").ZodNumber;
|
@@ -446,6 +466,7 @@ export declare const barcode: {
|
|
446
466
|
Aone72230JANコード短縮: {
|
447
467
|
schemas: Record<string, import("zod").objectOutputType<{
|
448
468
|
type: import("zod").ZodString;
|
469
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
449
470
|
position: import("zod").ZodObject<{
|
450
471
|
x: import("zod").ZodNumber;
|
451
472
|
y: import("zod").ZodNumber;
|
@@ -468,6 +489,7 @@ export declare const barcode: {
|
|
468
489
|
Aone72230JANコード標準: {
|
469
490
|
schemas: Record<string, import("zod").objectOutputType<{
|
470
491
|
type: import("zod").ZodString;
|
492
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
471
493
|
position: import("zod").ZodObject<{
|
472
494
|
x: import("zod").ZodNumber;
|
473
495
|
y: import("zod").ZodNumber;
|
@@ -490,6 +512,7 @@ export declare const barcode: {
|
|
490
512
|
barcodes: {
|
491
513
|
schemas: Record<string, import("zod").objectOutputType<{
|
492
514
|
type: import("zod").ZodString;
|
515
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
493
516
|
position: import("zod").ZodObject<{
|
494
517
|
x: import("zod").ZodNumber;
|
495
518
|
y: import("zod").ZodNumber;
|
@@ -514,6 +537,7 @@ export declare const business: {
|
|
514
537
|
領収書: {
|
515
538
|
schemas: Record<string, import("zod").objectOutputType<{
|
516
539
|
type: import("zod").ZodString;
|
540
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
517
541
|
position: import("zod").ZodObject<{
|
518
542
|
x: import("zod").ZodNumber;
|
519
543
|
y: import("zod").ZodNumber;
|
@@ -536,6 +560,7 @@ export declare const business: {
|
|
536
560
|
領収書x4: {
|
537
561
|
schemas: Record<string, import("zod").objectOutputType<{
|
538
562
|
type: import("zod").ZodString;
|
563
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
539
564
|
position: import("zod").ZodObject<{
|
540
565
|
x: import("zod").ZodNumber;
|
541
566
|
y: import("zod").ZodNumber;
|
@@ -558,6 +583,7 @@ export declare const business: {
|
|
558
583
|
表彰状: {
|
559
584
|
schemas: Record<string, import("zod").objectOutputType<{
|
560
585
|
type: import("zod").ZodString;
|
586
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
561
587
|
position: import("zod").ZodObject<{
|
562
588
|
x: import("zod").ZodNumber;
|
563
589
|
y: import("zod").ZodNumber;
|
@@ -580,6 +606,7 @@ export declare const business: {
|
|
580
606
|
見積書: {
|
581
607
|
schemas: Record<string, import("zod").objectOutputType<{
|
582
608
|
type: import("zod").ZodString;
|
609
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
583
610
|
position: import("zod").ZodObject<{
|
584
611
|
x: import("zod").ZodNumber;
|
585
612
|
y: import("zod").ZodNumber;
|
@@ -602,6 +629,7 @@ export declare const business: {
|
|
602
629
|
請求書: {
|
603
630
|
schemas: Record<string, import("zod").objectOutputType<{
|
604
631
|
type: import("zod").ZodString;
|
632
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
605
633
|
position: import("zod").ZodObject<{
|
606
634
|
x: import("zod").ZodNumber;
|
607
635
|
y: import("zod").ZodNumber;
|
@@ -624,6 +652,7 @@ export declare const business: {
|
|
624
652
|
納品書: {
|
625
653
|
schemas: Record<string, import("zod").objectOutputType<{
|
626
654
|
type: import("zod").ZodString;
|
655
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
627
656
|
position: import("zod").ZodObject<{
|
628
657
|
x: import("zod").ZodNumber;
|
629
658
|
y: import("zod").ZodNumber;
|
@@ -646,6 +675,7 @@ export declare const business: {
|
|
646
675
|
書類送付状: {
|
647
676
|
schemas: Record<string, import("zod").objectOutputType<{
|
648
677
|
type: import("zod").ZodString;
|
678
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
649
679
|
position: import("zod").ZodObject<{
|
650
680
|
x: import("zod").ZodNumber;
|
651
681
|
y: import("zod").ZodNumber;
|
@@ -668,6 +698,7 @@ export declare const business: {
|
|
668
698
|
履歴書: {
|
669
699
|
schemas: Record<string, import("zod").objectOutputType<{
|
670
700
|
type: import("zod").ZodString;
|
701
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
671
702
|
position: import("zod").ZodObject<{
|
672
703
|
x: import("zod").ZodNumber;
|
673
704
|
y: import("zod").ZodNumber;
|
@@ -690,6 +721,7 @@ export declare const business: {
|
|
690
721
|
労働条件通知書: {
|
691
722
|
schemas: Record<string, import("zod").objectOutputType<{
|
692
723
|
type: import("zod").ZodString;
|
724
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
693
725
|
position: import("zod").ZodObject<{
|
694
726
|
x: import("zod").ZodNumber;
|
695
727
|
y: import("zod").ZodNumber;
|
@@ -714,6 +746,7 @@ export declare const textType: {
|
|
714
746
|
dynamicFontSizeHorizontal: {
|
715
747
|
schemas: Record<string, import("zod").objectOutputType<{
|
716
748
|
type: import("zod").ZodString;
|
749
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
717
750
|
position: import("zod").ZodObject<{
|
718
751
|
x: import("zod").ZodNumber;
|
719
752
|
y: import("zod").ZodNumber;
|
@@ -736,6 +769,7 @@ export declare const textType: {
|
|
736
769
|
dynamicFontSizeVertical: {
|
737
770
|
schemas: Record<string, import("zod").objectOutputType<{
|
738
771
|
type: import("zod").ZodString;
|
772
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
739
773
|
position: import("zod").ZodObject<{
|
740
774
|
x: import("zod").ZodNumber;
|
741
775
|
y: import("zod").ZodNumber;
|
@@ -758,6 +792,7 @@ export declare const textType: {
|
|
758
792
|
verticalAlignmentTop: {
|
759
793
|
schemas: Record<string, import("zod").objectOutputType<{
|
760
794
|
type: import("zod").ZodString;
|
795
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
761
796
|
position: import("zod").ZodObject<{
|
762
797
|
x: import("zod").ZodNumber;
|
763
798
|
y: import("zod").ZodNumber;
|
@@ -780,6 +815,7 @@ export declare const textType: {
|
|
780
815
|
verticalAlignmentMiddle: {
|
781
816
|
schemas: Record<string, import("zod").objectOutputType<{
|
782
817
|
type: import("zod").ZodString;
|
818
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
783
819
|
position: import("zod").ZodObject<{
|
784
820
|
x: import("zod").ZodNumber;
|
785
821
|
y: import("zod").ZodNumber;
|
@@ -802,6 +838,7 @@ export declare const textType: {
|
|
802
838
|
verticalAlignmentBottom: {
|
803
839
|
schemas: Record<string, import("zod").objectOutputType<{
|
804
840
|
type: import("zod").ZodString;
|
841
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
805
842
|
position: import("zod").ZodObject<{
|
806
843
|
x: import("zod").ZodNumber;
|
807
844
|
y: import("zod").ZodNumber;
|
@@ -826,6 +863,7 @@ export declare const other: {
|
|
826
863
|
test: {
|
827
864
|
schemas: Record<string, import("zod").objectOutputType<{
|
828
865
|
type: import("zod").ZodString;
|
866
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
829
867
|
position: import("zod").ZodObject<{
|
830
868
|
x: import("zod").ZodNumber;
|
831
869
|
y: import("zod").ZodNumber;
|
@@ -848,6 +886,7 @@ export declare const other: {
|
|
848
886
|
z97mmx210mm: {
|
849
887
|
schemas: Record<string, import("zod").objectOutputType<{
|
850
888
|
type: import("zod").ZodString;
|
889
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
851
890
|
position: import("zod").ZodObject<{
|
852
891
|
x: import("zod").ZodNumber;
|
853
892
|
y: import("zod").ZodNumber;
|
@@ -870,6 +909,7 @@ export declare const other: {
|
|
870
909
|
canvasPdf: {
|
871
910
|
schemas: Record<string, import("zod").objectOutputType<{
|
872
911
|
type: import("zod").ZodString;
|
912
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
873
913
|
position: import("zod").ZodObject<{
|
874
914
|
x: import("zod").ZodNumber;
|
875
915
|
y: import("zod").ZodNumber;
|
@@ -892,6 +932,7 @@ export declare const other: {
|
|
892
932
|
background: {
|
893
933
|
schemas: Record<string, import("zod").objectOutputType<{
|
894
934
|
type: import("zod").ZodString;
|
935
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
895
936
|
position: import("zod").ZodObject<{
|
896
937
|
x: import("zod").ZodNumber;
|
897
938
|
y: import("zod").ZodNumber;
|
@@ -914,6 +955,7 @@ export declare const other: {
|
|
914
955
|
rotation: {
|
915
956
|
schemas: Record<string, import("zod").objectOutputType<{
|
916
957
|
type: import("zod").ZodString;
|
958
|
+
readOnly: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
917
959
|
position: import("zod").ZodObject<{
|
918
960
|
x: import("zod").ZodNumber;
|
919
961
|
y: import("zod").ZodNumber;
|
@@ -23,7 +23,8 @@ export declare const preprocessing: (arg: {
|
|
23
23
|
pdfDoc: pdfLib.PDFDocument;
|
24
24
|
embeddedPages: pdfLib.PDFEmbeddedPage[];
|
25
25
|
embedPdfBoxes: EmbedPdfBox[];
|
26
|
-
renderObj: Record<string, (arg: PDFRenderProps<Schema>) => Promise<void
|
26
|
+
renderObj: Record<string, (arg: PDFRenderProps<Schema>) => Promise<void> | void>;
|
27
|
+
readOnlySchemaKeys: string[];
|
27
28
|
}>;
|
28
29
|
export declare const postProcessing: (props: {
|
29
30
|
pdfDoc: pdfLib.PDFDocument;
|
package/package.json
CHANGED
package/src/generate.ts
CHANGED
@@ -7,16 +7,14 @@ const generate = async (props: GenerateProps) => {
|
|
7
7
|
checkGenerateProps(props);
|
8
8
|
const { inputs, template, options = {}, plugins: userPlugins = {} } = props;
|
9
9
|
|
10
|
-
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj } =
|
11
|
-
template,
|
12
|
-
userPlugins,
|
13
|
-
});
|
10
|
+
const { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys } =
|
11
|
+
await preprocessing({ template, userPlugins });
|
14
12
|
|
15
13
|
const _cache = new Map();
|
16
14
|
|
17
15
|
for (let i = 0; i < inputs.length; i += 1) {
|
18
16
|
const inputObj = inputs[i];
|
19
|
-
const keys = Object.keys(inputObj);
|
17
|
+
const keys = Object.keys(inputObj).concat(readOnlySchemaKeys);
|
20
18
|
for (let j = 0; j < embeddedPages.length; j += 1) {
|
21
19
|
const embeddedPage = embeddedPages[j];
|
22
20
|
const { width: pageWidth, height: pageHeight } = embeddedPage;
|
@@ -29,9 +27,7 @@ const generate = async (props: GenerateProps) => {
|
|
29
27
|
const key = keys[l];
|
30
28
|
const schemaObj = template.schemas[j];
|
31
29
|
const schema = schemaObj[key];
|
32
|
-
|
33
|
-
|
34
|
-
if (!schema || !value) {
|
30
|
+
if (!schema) {
|
35
31
|
continue;
|
36
32
|
}
|
37
33
|
|
@@ -40,7 +36,7 @@ const generate = async (props: GenerateProps) => {
|
|
40
36
|
continue;
|
41
37
|
}
|
42
38
|
|
43
|
-
await render({ key, value, schema, pdfLib, pdfDoc, page, options, _cache });
|
39
|
+
await render({ key, value: inputObj[key], schema, pdfLib, pdfDoc, page, options, _cache });
|
44
40
|
}
|
45
41
|
}
|
46
42
|
}
|
package/src/helper.ts
CHANGED
@@ -55,7 +55,7 @@ export const drawEmbeddedPage = (arg: {
|
|
55
55
|
|
56
56
|
export const preprocessing = async (arg: { template: Template; userPlugins: Plugins }) => {
|
57
57
|
const { template, userPlugins } = arg;
|
58
|
-
const { basePdf } = template;
|
58
|
+
const { basePdf, schemas } = template;
|
59
59
|
|
60
60
|
const pdfDoc = await pdfLib.PDFDocument.create();
|
61
61
|
// @ts-ignore
|
@@ -70,7 +70,7 @@ export const preprocessing = async (arg: { template: Template; userPlugins: Plug
|
|
70
70
|
: Object.values(builtInPlugins)
|
71
71
|
) as Plugin<Schema>[];
|
72
72
|
|
73
|
-
const schemaTypes =
|
73
|
+
const schemaTypes = schemas.flatMap((schemaObj) =>
|
74
74
|
Object.values(schemaObj).map((schema) => schema.type)
|
75
75
|
);
|
76
76
|
|
@@ -82,9 +82,18 @@ export const preprocessing = async (arg: { template: Template; userPlugins: Plug
|
|
82
82
|
Check this document: https://pdfme.com/docs/custom-schemas`);
|
83
83
|
}
|
84
84
|
return { ...acc, [type]: render.pdf };
|
85
|
-
}, {} as Record<string, (arg: PDFRenderProps<Schema>) => Promise<void
|
86
|
-
|
87
|
-
|
85
|
+
}, {} as Record<string, (arg: PDFRenderProps<Schema>) => Promise<void> | void>);
|
86
|
+
|
87
|
+
const readOnlySchemaKeys = schemas.reduce((acc, schema) => {
|
88
|
+
const entries = Object.entries(schema);
|
89
|
+
const keys = entries.reduce(
|
90
|
+
(acc, [key, value]) => (value.readOnly ? [...acc, key] : acc),
|
91
|
+
[] as string[]
|
92
|
+
);
|
93
|
+
return [...acc, ...keys];
|
94
|
+
}, [] as string[]);
|
95
|
+
|
96
|
+
return { pdfDoc, embeddedPages, embedPdfBoxes, renderObj, readOnlySchemaKeys };
|
88
97
|
};
|
89
98
|
|
90
99
|
export const postProcessing = (props: {
|