@appcorp/app-corp-vista 0.3.73 → 0.3.74
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
|
@@ -135,97 +135,6 @@ exports.accountStatementTemplateV1 = {
|
|
|
135
135
|
readOnly: false,
|
|
136
136
|
content: '[]',
|
|
137
137
|
},
|
|
138
|
-
// {
|
|
139
|
-
// name: 'subTotalLabel',
|
|
140
|
-
// type: 'text',
|
|
141
|
-
// position: { x: 126.59, y: 110 },
|
|
142
|
-
// content: '',
|
|
143
|
-
// width: 25.42,
|
|
144
|
-
// height: 8.61,
|
|
145
|
-
// rotate: 0,
|
|
146
|
-
// alignment: 'left',
|
|
147
|
-
// verticalAlignment: 'middle',
|
|
148
|
-
// fontSize: 10,
|
|
149
|
-
// lineHeight: 1,
|
|
150
|
-
// characterSpacing: 0,
|
|
151
|
-
// fontColor: '#2C3139',
|
|
152
|
-
// backgroundColor: '',
|
|
153
|
-
// opacity: 1,
|
|
154
|
-
// dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
155
|
-
// fontName: 'font_bold',
|
|
156
|
-
// readOnly: false,
|
|
157
|
-
// },
|
|
158
|
-
// {
|
|
159
|
-
// name: 'subTotalValue',
|
|
160
|
-
// type: 'text',
|
|
161
|
-
// content: '$500',
|
|
162
|
-
// position: { x: 167.26, y: 110 },
|
|
163
|
-
// width: 32.48,
|
|
164
|
-
// height: 7.56,
|
|
165
|
-
// rotate: 0,
|
|
166
|
-
// alignment: 'right',
|
|
167
|
-
// verticalAlignment: 'middle',
|
|
168
|
-
// fontSize: 10,
|
|
169
|
-
// lineHeight: 1,
|
|
170
|
-
// characterSpacing: 0,
|
|
171
|
-
// fontColor: '#2C3139',
|
|
172
|
-
// backgroundColor: '',
|
|
173
|
-
// opacity: 1,
|
|
174
|
-
// dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
175
|
-
// fontName: 'font_regular',
|
|
176
|
-
// readOnly: false,
|
|
177
|
-
// },
|
|
178
|
-
// {
|
|
179
|
-
// name: 'subTotalDivider',
|
|
180
|
-
// type: 'line',
|
|
181
|
-
// position: { x: 127.09, y: 118 },
|
|
182
|
-
// width: 71.91,
|
|
183
|
-
// height: 1,
|
|
184
|
-
// rotate: 0,
|
|
185
|
-
// opacity: 1,
|
|
186
|
-
// readOnly: true,
|
|
187
|
-
// color: '#ECF1F1',
|
|
188
|
-
// },
|
|
189
|
-
// {
|
|
190
|
-
// name: 'totalLabel',
|
|
191
|
-
// type: 'text',
|
|
192
|
-
// position: { x: 128.05, y: 123 },
|
|
193
|
-
// content: '',
|
|
194
|
-
// width: 22.01,
|
|
195
|
-
// height: 10.2,
|
|
196
|
-
// rotate: 0,
|
|
197
|
-
// alignment: 'left',
|
|
198
|
-
// verticalAlignment: 'middle',
|
|
199
|
-
// fontSize: 14,
|
|
200
|
-
// lineHeight: 1,
|
|
201
|
-
// characterSpacing: 0,
|
|
202
|
-
// fontColor: '#2C3139',
|
|
203
|
-
// fontName: 'font_bold',
|
|
204
|
-
// backgroundColor: '',
|
|
205
|
-
// dynamicFontSize: { min: 6, max: 14, fit: 'vertical' },
|
|
206
|
-
// opacity: 1,
|
|
207
|
-
// readOnly: false,
|
|
208
|
-
// },
|
|
209
|
-
// {
|
|
210
|
-
// name: 'totalValue',
|
|
211
|
-
// type: 'text',
|
|
212
|
-
// content: '',
|
|
213
|
-
// position: { x: 167.26, y: 123 },
|
|
214
|
-
// width: 32.48,
|
|
215
|
-
// height: 9.94,
|
|
216
|
-
// rotate: 0,
|
|
217
|
-
// alignment: 'right',
|
|
218
|
-
// verticalAlignment: 'middle',
|
|
219
|
-
// fontSize: 14,
|
|
220
|
-
// lineHeight: 1,
|
|
221
|
-
// characterSpacing: 0,
|
|
222
|
-
// fontColor: '#2C3139',
|
|
223
|
-
// backgroundColor: '',
|
|
224
|
-
// opacity: 1,
|
|
225
|
-
// dynamicFontSize: { min: 6, max: 14, fit: 'vertical' },
|
|
226
|
-
// fontName: 'font_regular',
|
|
227
|
-
// readOnly: false,
|
|
228
|
-
// },
|
|
229
138
|
{
|
|
230
139
|
name: 'marketingNote',
|
|
231
140
|
type: 'text',
|
|
@@ -293,35 +202,43 @@ exports.accountStatementTemplateV1 = {
|
|
|
293
202
|
{
|
|
294
203
|
name: 'disclaimer',
|
|
295
204
|
type: 'text',
|
|
296
|
-
|
|
297
|
-
|
|
205
|
+
content: '',
|
|
206
|
+
position: { x: 10, y: 180 },
|
|
298
207
|
width: 190,
|
|
299
|
-
height:
|
|
208
|
+
height: 15,
|
|
300
209
|
rotate: 0,
|
|
301
210
|
alignment: 'left',
|
|
302
211
|
verticalAlignment: 'top',
|
|
303
|
-
fontSize:
|
|
304
|
-
fontWeight: 400,
|
|
212
|
+
fontSize: 7,
|
|
305
213
|
lineHeight: 1,
|
|
306
214
|
characterSpacing: 0,
|
|
307
|
-
fontColor: '#
|
|
215
|
+
fontColor: '#909E98',
|
|
308
216
|
backgroundColor: '',
|
|
309
217
|
opacity: 1,
|
|
310
218
|
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
311
|
-
fontName: '
|
|
219
|
+
fontName: 'font_light',
|
|
220
|
+
readOnly: false,
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
name: 'date',
|
|
224
|
+
type: 'text',
|
|
225
|
+
content: '',
|
|
226
|
+
position: { x: 140, y: 35 },
|
|
227
|
+
width: 60,
|
|
228
|
+
height: 15,
|
|
229
|
+
rotate: 0,
|
|
230
|
+
alignment: 'right',
|
|
231
|
+
verticalAlignment: 'top',
|
|
232
|
+
fontSize: 7,
|
|
233
|
+
lineHeight: 1,
|
|
234
|
+
characterSpacing: 0,
|
|
235
|
+
fontColor: '#909E98',
|
|
236
|
+
backgroundColor: '',
|
|
237
|
+
opacity: 1,
|
|
238
|
+
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
239
|
+
fontName: 'font_light',
|
|
312
240
|
readOnly: false,
|
|
313
241
|
},
|
|
314
|
-
// {
|
|
315
|
-
// name: 'totalDivider',
|
|
316
|
-
// type: 'line',
|
|
317
|
-
// position: { x: 127.09, y: 133 },
|
|
318
|
-
// width: 72.91,
|
|
319
|
-
// height: 1.2,
|
|
320
|
-
// rotate: 0,
|
|
321
|
-
// opacity: 1,
|
|
322
|
-
// readOnly: false,
|
|
323
|
-
// color: '#EFEFD1',
|
|
324
|
-
// },
|
|
325
242
|
],
|
|
326
243
|
],
|
|
327
244
|
};
|