@appcorp/app-corp-vista 0.3.87 → 0.3.89

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.87",
3
+ "version": "0.3.89",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
6
6
  "build:next": "next build",
@@ -34,47 +34,6 @@ exports.psychicPayoutReportTemplateV1 = {
34
34
  fontName: 'font_light',
35
35
  readOnly: false,
36
36
  },
37
- {
38
- name: 'clientLabel',
39
- type: 'text',
40
- position: { x: 10, y: 60 },
41
- content: '',
42
- width: 84.68,
43
- height: 10,
44
- rotate: 0,
45
- alignment: 'left',
46
- verticalAlignment: 'top',
47
- fontSize: 10,
48
- fontWeight: 400,
49
- lineHeight: 1,
50
- characterSpacing: 0,
51
- fontColor: '#2C3139',
52
- backgroundColor: '',
53
- opacity: 1,
54
- dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
55
- fontName: 'font_bold',
56
- readOnly: false,
57
- },
58
- {
59
- name: 'clientValue',
60
- type: 'text',
61
- content: '',
62
- position: { x: 10, y: 65 },
63
- width: 84.95,
64
- height: 17.67,
65
- rotate: 0,
66
- alignment: 'left',
67
- verticalAlignment: 'top',
68
- fontSize: 9,
69
- lineHeight: 1.4,
70
- characterSpacing: 0,
71
- fontColor: '#909E98',
72
- backgroundColor: '',
73
- opacity: 1,
74
- dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
75
- fontName: 'font_light',
76
- readOnly: false,
77
- },
78
37
  {
79
38
  name: 'items',
80
39
  type: 'table',
@@ -83,13 +42,14 @@ exports.psychicPayoutReportTemplateV1 = {
83
42
  height: 15,
84
43
  showHead: true,
85
44
  head: [
86
- 'PSYCHIC',
45
+ 'PSYCHIC NAME',
46
+ 'PSYCHIC USERNAME',
87
47
  'INTRO AMOUNT',
88
48
  'AMOUNT',
89
49
  'TOTAL AMOUNT',
90
50
  'NUMBER OF SESSIONS',
91
51
  ],
92
- headWidthPercentages: [26, 24, 24, 13, 13],
52
+ headWidthPercentages: [13, 13, 24, 24, 13, 13],
93
53
  fontName: 'font_regular',
94
54
  tableStyles: { borderWidth: 0, borderColor: '#000000' },
95
55
  headStyles: {
@@ -121,7 +81,7 @@ exports.psychicPayoutReportTemplateV1 = {
121
81
  },
122
82
  columnStyles: {
123
83
  alignment: {
124
- 0: 'center',
84
+ 0: 'left',
125
85
  1: 'center',
126
86
  2: 'center',
127
87
  3: 'center',
@@ -131,47 +91,6 @@ exports.psychicPayoutReportTemplateV1 = {
131
91
  readOnly: false,
132
92
  content: '[]',
133
93
  },
134
- {
135
- name: 'companyValue',
136
- type: 'text',
137
- content: '',
138
- position: { x: 10, y: 35 },
139
- width: 84.95,
140
- height: 17.67,
141
- rotate: 0,
142
- alignment: 'left',
143
- verticalAlignment: 'top',
144
- fontSize: 9,
145
- lineHeight: 1.4,
146
- characterSpacing: 0,
147
- fontColor: '#909E98',
148
- backgroundColor: '',
149
- opacity: 1,
150
- dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
151
- fontName: 'font_light',
152
- readOnly: false,
153
- },
154
- {
155
- name: 'companyLabel',
156
- type: 'text',
157
- position: { x: 10, y: 30 },
158
- content: '',
159
- width: 84.68,
160
- height: 10,
161
- rotate: 0,
162
- alignment: 'left',
163
- verticalAlignment: 'top',
164
- fontSize: 10,
165
- fontWeight: 400,
166
- lineHeight: 1,
167
- characterSpacing: 0,
168
- fontColor: '#2C3139',
169
- backgroundColor: '',
170
- opacity: 1,
171
- dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
172
- fontName: 'font_bold',
173
- readOnly: false,
174
- },
175
94
  {
176
95
  name: 'date',
177
96
  type: 'text',