@appcorp/app-corp-vista 0.3.64 → 0.3.65
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
|
@@ -21,8 +21,8 @@ exports.accountStatementTemplateV1 = {
|
|
|
21
21
|
type: 'text',
|
|
22
22
|
position: { x: 130, y: 10 },
|
|
23
23
|
content: '',
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
24
|
+
width: 70,
|
|
25
|
+
height: 20,
|
|
26
26
|
rotate: 0,
|
|
27
27
|
alignment: 'right',
|
|
28
28
|
verticalAlignment: 'middle',
|
|
@@ -77,32 +77,12 @@ exports.accountStatementTemplateV1 = {
|
|
|
77
77
|
fontName: 'font_light',
|
|
78
78
|
readOnly: false,
|
|
79
79
|
},
|
|
80
|
-
{
|
|
81
|
-
name: 'refNo',
|
|
82
|
-
type: 'text',
|
|
83
|
-
content: '',
|
|
84
|
-
position: { x: 130, y: 29.72 },
|
|
85
|
-
width: 70.13,
|
|
86
|
-
height: 36.43,
|
|
87
|
-
rotate: 0,
|
|
88
|
-
alignment: 'right',
|
|
89
|
-
verticalAlignment: 'right',
|
|
90
|
-
fontSize: 9,
|
|
91
|
-
lineHeight: 1,
|
|
92
|
-
characterSpacing: 0,
|
|
93
|
-
fontColor: '#2C3139',
|
|
94
|
-
backgroundColor: '',
|
|
95
|
-
opacity: 1,
|
|
96
|
-
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
97
|
-
fontName: 'font_bold',
|
|
98
|
-
readOnly: false,
|
|
99
|
-
},
|
|
100
80
|
{
|
|
101
81
|
name: 'items',
|
|
102
82
|
type: 'table',
|
|
103
83
|
position: { x: 10, y: 90 },
|
|
104
84
|
width: 190,
|
|
105
|
-
height:
|
|
85
|
+
height: 15,
|
|
106
86
|
showHead: true,
|
|
107
87
|
head: [
|
|
108
88
|
'MONTH',
|
|
@@ -112,7 +92,7 @@ exports.accountStatementTemplateV1 = {
|
|
|
112
92
|
'ADVISOR EARNINGS',
|
|
113
93
|
'PAID TO ADVISOR',
|
|
114
94
|
],
|
|
115
|
-
headWidthPercentages: [
|
|
95
|
+
headWidthPercentages: [13, 13, 24, 24, 13, 13],
|
|
116
96
|
fontName: 'font_regular',
|
|
117
97
|
tableStyles: { borderWidth: 0, borderColor: '#000000' },
|
|
118
98
|
headStyles: {
|