@appcorp/app-corp-vista 0.3.75 → 0.3.77
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
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.accountStatementTemplateV1 = void 0;
|
|
4
|
-
var common_1 = require("@pdfme/common");
|
|
5
4
|
exports.accountStatementTemplateV1 = {
|
|
6
|
-
basePdf: common_1.BLANK_A4_PDF,
|
|
7
5
|
schemas: [
|
|
8
6
|
[
|
|
9
7
|
{
|
|
@@ -124,40 +122,17 @@ exports.accountStatementTemplateV1 = {
|
|
|
124
122
|
},
|
|
125
123
|
columnStyles: {
|
|
126
124
|
alignment: {
|
|
127
|
-
0: '
|
|
128
|
-
1: '
|
|
129
|
-
2: '
|
|
130
|
-
3: '
|
|
131
|
-
4: '
|
|
132
|
-
5: '
|
|
125
|
+
0: 'center',
|
|
126
|
+
1: 'center',
|
|
127
|
+
2: 'center',
|
|
128
|
+
3: 'center',
|
|
129
|
+
4: 'center',
|
|
130
|
+
5: 'center',
|
|
133
131
|
},
|
|
134
132
|
},
|
|
135
133
|
readOnly: false,
|
|
136
134
|
content: '[]',
|
|
137
135
|
},
|
|
138
|
-
{
|
|
139
|
-
name: 'marketingNote',
|
|
140
|
-
type: 'text',
|
|
141
|
-
position: { x: 177, y: 103 },
|
|
142
|
-
required: false,
|
|
143
|
-
content: '',
|
|
144
|
-
width: 60,
|
|
145
|
-
height: 8,
|
|
146
|
-
rotate: 90,
|
|
147
|
-
alignment: 'middle',
|
|
148
|
-
verticalAlignment: 'middle',
|
|
149
|
-
fontSize: 8,
|
|
150
|
-
lineHeight: 1,
|
|
151
|
-
characterSpacing: 0,
|
|
152
|
-
fontColor: '#909E98',
|
|
153
|
-
backgroundColor: '',
|
|
154
|
-
opacity: 1,
|
|
155
|
-
strikethrough: false,
|
|
156
|
-
underline: false,
|
|
157
|
-
dynamicFontSize: { min: 6, max: 8, fit: 'vertical' },
|
|
158
|
-
fontName: 'font_light',
|
|
159
|
-
readOnly: false,
|
|
160
|
-
},
|
|
161
136
|
{
|
|
162
137
|
name: 'companyValue',
|
|
163
138
|
type: 'text',
|
|
@@ -221,26 +196,31 @@ exports.accountStatementTemplateV1 = {
|
|
|
221
196
|
},
|
|
222
197
|
],
|
|
223
198
|
],
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
199
|
+
basePdf: {
|
|
200
|
+
width: 210,
|
|
201
|
+
height: 297,
|
|
202
|
+
padding: [10, 10, 10, 10],
|
|
203
|
+
staticSchema: [
|
|
204
|
+
{
|
|
205
|
+
name: 'disclaimer',
|
|
206
|
+
type: 'text',
|
|
207
|
+
content: 'Disclaimer: This report reflects activity occurring on the Kismaa platform for informational purposes only. Advisors providing services through Kismaa operate as independent professionals and are not employees of Kismaa.',
|
|
208
|
+
position: { x: 10, y: 280 },
|
|
209
|
+
width: 190,
|
|
210
|
+
height: 15,
|
|
211
|
+
rotate: 0,
|
|
212
|
+
alignment: 'left',
|
|
213
|
+
verticalAlignment: 'top',
|
|
214
|
+
fontSize: 7,
|
|
215
|
+
lineHeight: 1,
|
|
216
|
+
characterSpacing: 0,
|
|
217
|
+
fontColor: '#909E98',
|
|
218
|
+
backgroundColor: '',
|
|
219
|
+
opacity: 1,
|
|
220
|
+
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
221
|
+
fontName: 'font_light',
|
|
222
|
+
readOnly: false,
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
},
|
|
246
226
|
};
|