@appcorp/app-corp-vista 0.3.74 → 0.3.76
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,29 +135,6 @@ exports.accountStatementTemplateV1 = {
|
|
|
135
135
|
readOnly: false,
|
|
136
136
|
content: '[]',
|
|
137
137
|
},
|
|
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
138
|
{
|
|
162
139
|
name: 'companyValue',
|
|
163
140
|
type: 'text',
|
|
@@ -199,26 +176,6 @@ exports.accountStatementTemplateV1 = {
|
|
|
199
176
|
fontName: 'font_bold',
|
|
200
177
|
readOnly: false,
|
|
201
178
|
},
|
|
202
|
-
{
|
|
203
|
-
name: 'disclaimer',
|
|
204
|
-
type: 'text',
|
|
205
|
-
content: '',
|
|
206
|
-
position: { x: 10, y: 180 },
|
|
207
|
-
width: 190,
|
|
208
|
-
height: 15,
|
|
209
|
-
rotate: 0,
|
|
210
|
-
alignment: 'left',
|
|
211
|
-
verticalAlignment: 'top',
|
|
212
|
-
fontSize: 7,
|
|
213
|
-
lineHeight: 1,
|
|
214
|
-
characterSpacing: 0,
|
|
215
|
-
fontColor: '#909E98',
|
|
216
|
-
backgroundColor: '',
|
|
217
|
-
opacity: 1,
|
|
218
|
-
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
219
|
-
fontName: 'font_light',
|
|
220
|
-
readOnly: false,
|
|
221
|
-
},
|
|
222
179
|
{
|
|
223
180
|
name: 'date',
|
|
224
181
|
type: 'text',
|
|
@@ -241,4 +198,26 @@ exports.accountStatementTemplateV1 = {
|
|
|
241
198
|
},
|
|
242
199
|
],
|
|
243
200
|
],
|
|
201
|
+
staticSchemas: [
|
|
202
|
+
{
|
|
203
|
+
name: 'disclaimer',
|
|
204
|
+
type: 'text',
|
|
205
|
+
content: '',
|
|
206
|
+
position: { x: 10, y: 265 },
|
|
207
|
+
width: 190,
|
|
208
|
+
height: 15,
|
|
209
|
+
rotate: 0,
|
|
210
|
+
alignment: 'left',
|
|
211
|
+
verticalAlignment: 'top',
|
|
212
|
+
fontSize: 7,
|
|
213
|
+
lineHeight: 1,
|
|
214
|
+
characterSpacing: 0,
|
|
215
|
+
fontColor: '#909E98',
|
|
216
|
+
backgroundColor: '',
|
|
217
|
+
opacity: 1,
|
|
218
|
+
dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
|
|
219
|
+
fontName: 'font_light',
|
|
220
|
+
readOnly: false,
|
|
221
|
+
},
|
|
222
|
+
],
|
|
244
223
|
};
|