@appcorp/app-corp-vista 0.3.67 → 0.3.68
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/package.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.imageGridTemplateV2 = void 0;
|
|
4
4
|
var common_1 = require("@pdfme/common");
|
|
5
|
+
// grid 3 columns and 5 rows
|
|
5
6
|
exports.imageGridTemplateV2 = {
|
|
6
7
|
basePdf: common_1.BLANK_A4_PDF,
|
|
7
8
|
schemas: [
|
|
@@ -12,7 +13,7 @@ exports.imageGridTemplateV2 = {
|
|
|
12
13
|
content: '',
|
|
13
14
|
position: { x: 10, y: 10 },
|
|
14
15
|
width: 60,
|
|
15
|
-
height:
|
|
16
|
+
height: 51.4,
|
|
16
17
|
rotate: 0,
|
|
17
18
|
opacity: 1,
|
|
18
19
|
required: true,
|
|
@@ -24,7 +25,7 @@ exports.imageGridTemplateV2 = {
|
|
|
24
25
|
content: '',
|
|
25
26
|
position: { x: 75, y: 10 },
|
|
26
27
|
width: 60,
|
|
27
|
-
height:
|
|
28
|
+
height: 51.4,
|
|
28
29
|
rotate: 0,
|
|
29
30
|
opacity: 1,
|
|
30
31
|
required: true,
|
|
@@ -36,7 +37,7 @@ exports.imageGridTemplateV2 = {
|
|
|
36
37
|
content: '',
|
|
37
38
|
position: { x: 140, y: 10 },
|
|
38
39
|
width: 60,
|
|
39
|
-
height:
|
|
40
|
+
height: 51.4,
|
|
40
41
|
rotate: 0,
|
|
41
42
|
opacity: 1,
|
|
42
43
|
required: true,
|
|
@@ -47,9 +48,9 @@ exports.imageGridTemplateV2 = {
|
|
|
47
48
|
name: 'img4',
|
|
48
49
|
type: 'image',
|
|
49
50
|
content: '',
|
|
50
|
-
position: { x: 10, y:
|
|
51
|
+
position: { x: 10, y: 66.4 },
|
|
51
52
|
width: 60,
|
|
52
|
-
height:
|
|
53
|
+
height: 51.4,
|
|
53
54
|
rotate: 0,
|
|
54
55
|
opacity: 1,
|
|
55
56
|
required: true,
|
|
@@ -59,9 +60,9 @@ exports.imageGridTemplateV2 = {
|
|
|
59
60
|
name: 'img5',
|
|
60
61
|
type: 'image',
|
|
61
62
|
content: '',
|
|
62
|
-
position: { x: 75, y:
|
|
63
|
+
position: { x: 75, y: 66.4 },
|
|
63
64
|
width: 60,
|
|
64
|
-
height:
|
|
65
|
+
height: 51.4,
|
|
65
66
|
rotate: 0,
|
|
66
67
|
opacity: 1,
|
|
67
68
|
required: true,
|
|
@@ -71,9 +72,9 @@ exports.imageGridTemplateV2 = {
|
|
|
71
72
|
name: 'img6',
|
|
72
73
|
type: 'image',
|
|
73
74
|
content: '',
|
|
74
|
-
position: { x: 140, y:
|
|
75
|
+
position: { x: 140, y: 66.4 },
|
|
75
76
|
width: 60,
|
|
76
|
-
height:
|
|
77
|
+
height: 51.4,
|
|
77
78
|
rotate: 0,
|
|
78
79
|
opacity: 1,
|
|
79
80
|
required: true,
|
|
@@ -84,9 +85,9 @@ exports.imageGridTemplateV2 = {
|
|
|
84
85
|
name: 'img7',
|
|
85
86
|
type: 'image',
|
|
86
87
|
content: '',
|
|
87
|
-
position: { x: 10, y:
|
|
88
|
+
position: { x: 10, y: 122.8 },
|
|
88
89
|
width: 60,
|
|
89
|
-
height:
|
|
90
|
+
height: 51.4,
|
|
90
91
|
rotate: 0,
|
|
91
92
|
opacity: 1,
|
|
92
93
|
required: true,
|
|
@@ -96,9 +97,9 @@ exports.imageGridTemplateV2 = {
|
|
|
96
97
|
name: 'img8',
|
|
97
98
|
type: 'image',
|
|
98
99
|
content: '',
|
|
99
|
-
position: { x: 75, y:
|
|
100
|
+
position: { x: 75, y: 122.8 },
|
|
100
101
|
width: 60,
|
|
101
|
-
height:
|
|
102
|
+
height: 51.4,
|
|
102
103
|
rotate: 0,
|
|
103
104
|
opacity: 1,
|
|
104
105
|
required: true,
|
|
@@ -108,9 +109,9 @@ exports.imageGridTemplateV2 = {
|
|
|
108
109
|
name: 'img9',
|
|
109
110
|
type: 'image',
|
|
110
111
|
content: '',
|
|
111
|
-
position: { x: 140, y:
|
|
112
|
+
position: { x: 140, y: 122.8 },
|
|
112
113
|
width: 60,
|
|
113
|
-
height:
|
|
114
|
+
height: 51.4,
|
|
114
115
|
rotate: 0,
|
|
115
116
|
opacity: 1,
|
|
116
117
|
required: true,
|
|
@@ -121,9 +122,9 @@ exports.imageGridTemplateV2 = {
|
|
|
121
122
|
name: 'img10',
|
|
122
123
|
type: 'image',
|
|
123
124
|
content: '',
|
|
124
|
-
position: { x: 10, y:
|
|
125
|
+
position: { x: 10, y: 179.2 },
|
|
125
126
|
width: 60,
|
|
126
|
-
height:
|
|
127
|
+
height: 51.4,
|
|
127
128
|
rotate: 0,
|
|
128
129
|
opacity: 1,
|
|
129
130
|
required: true,
|
|
@@ -133,9 +134,9 @@ exports.imageGridTemplateV2 = {
|
|
|
133
134
|
name: 'img11',
|
|
134
135
|
type: 'image',
|
|
135
136
|
content: '',
|
|
136
|
-
position: { x: 75, y:
|
|
137
|
+
position: { x: 75, y: 179.2 },
|
|
137
138
|
width: 60,
|
|
138
|
-
height:
|
|
139
|
+
height: 51.4,
|
|
139
140
|
rotate: 0,
|
|
140
141
|
opacity: 1,
|
|
141
142
|
required: true,
|
|
@@ -145,9 +146,9 @@ exports.imageGridTemplateV2 = {
|
|
|
145
146
|
name: 'img12',
|
|
146
147
|
type: 'image',
|
|
147
148
|
content: '',
|
|
148
|
-
position: { x: 140, y:
|
|
149
|
+
position: { x: 140, y: 179.2 },
|
|
149
150
|
width: 60,
|
|
150
|
-
height:
|
|
151
|
+
height: 51.4,
|
|
151
152
|
rotate: 0,
|
|
152
153
|
opacity: 1,
|
|
153
154
|
required: true,
|
|
@@ -158,9 +159,9 @@ exports.imageGridTemplateV2 = {
|
|
|
158
159
|
name: 'img13',
|
|
159
160
|
type: 'image',
|
|
160
161
|
content: '',
|
|
161
|
-
position: { x: 10, y:
|
|
162
|
+
position: { x: 10, y: 230.6 },
|
|
162
163
|
width: 60,
|
|
163
|
-
height:
|
|
164
|
+
height: 51.4,
|
|
164
165
|
rotate: 0,
|
|
165
166
|
opacity: 1,
|
|
166
167
|
required: true,
|
|
@@ -170,9 +171,9 @@ exports.imageGridTemplateV2 = {
|
|
|
170
171
|
name: 'img14',
|
|
171
172
|
type: 'image',
|
|
172
173
|
content: '',
|
|
173
|
-
position: { x: 75, y:
|
|
174
|
+
position: { x: 75, y: 230.6 },
|
|
174
175
|
width: 60,
|
|
175
|
-
height:
|
|
176
|
+
height: 51.4,
|
|
176
177
|
rotate: 0,
|
|
177
178
|
opacity: 1,
|
|
178
179
|
required: true,
|
|
@@ -182,9 +183,9 @@ exports.imageGridTemplateV2 = {
|
|
|
182
183
|
name: 'img15',
|
|
183
184
|
type: 'image',
|
|
184
185
|
content: '',
|
|
185
|
-
position: { x: 140, y:
|
|
186
|
+
position: { x: 140, y: 230.6 },
|
|
186
187
|
width: 60,
|
|
187
|
-
height:
|
|
188
|
+
height: 51.4,
|
|
188
189
|
rotate: 0,
|
|
189
190
|
opacity: 1,
|
|
190
191
|
required: true,
|