@driveflux/pdf 1.6.70 → 1.7.1
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/dist/__mocks__/quotation.js +11 -10
- package/dist/__mocks__/subscription.d.ts +0 -2
- package/dist/__mocks__/subscription.d.ts.map +1 -1
- package/dist/__mocks__/subscription.js +140 -408
- package/dist/__mocks__/subscription.js.map +1 -1
- package/dist/components/FluxLogo.js +3 -62
- package/dist/components/StandardPage.d.ts.map +1 -1
- package/dist/components/StandardPage.js +8 -107
- package/dist/components/StandardPage.js.map +1 -1
- package/dist/debug.js +30 -223
- package/dist/debug.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/templates/QuotationPdf/CustomerSubscriptionSection.js +27 -145
- package/dist/templates/QuotationPdf/GFV.js +12 -49
- package/dist/templates/QuotationPdf/Header.js +5 -63
- package/dist/templates/QuotationPdf/Pricing.d.ts.map +1 -1
- package/dist/templates/QuotationPdf/Pricing.js +208 -574
- package/dist/templates/QuotationPdf/Pricing.js.map +1 -1
- package/dist/templates/QuotationPdf/QuotationPdfPage.js +3 -23
- package/dist/templates/QuotationPdf/SectionBoxNew.js +4 -34
- package/dist/templates/QuotationPdf/TermsSection.js +5 -42
- package/dist/templates/QuotationPdf/VehiclePhotos.js +24 -54
- package/dist/templates/QuotationPdf/index.js +11 -198
- package/dist/templates/QuotationPdf/translations.d.ts.map +1 -1
- package/dist/templates/QuotationPdf/translations.js +23 -34
- package/dist/templates/QuotationPdf/translations.js.map +1 -1
- package/dist/templates/QuotationPdf/utils.js +29 -59
- package/dist/templates/SubscriptionAgreement/Confirmation.d.ts +0 -2
- package/dist/templates/SubscriptionAgreement/Confirmation.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/Confirmation.js +11 -66
- package/dist/templates/SubscriptionAgreement/Confirmation.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/CoverPage.d.ts +1 -3
- package/dist/templates/SubscriptionAgreement/CoverPage.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/CoverPage.js +11 -94
- package/dist/templates/SubscriptionAgreement/CoverPage.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/CoverPageSection.js +5 -16
- package/dist/templates/SubscriptionAgreement/Details.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/Details.js +46 -140
- package/dist/templates/SubscriptionAgreement/Details.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/Footer.js +6 -48
- package/dist/templates/SubscriptionAgreement/Header.js +5 -35
- package/dist/templates/SubscriptionAgreement/LabelValue.js +3 -25
- package/dist/templates/SubscriptionAgreement/SubscriptionAgreementPage.js +3 -26
- package/dist/templates/SubscriptionAgreement/TermsOfUse.d.ts +2 -2
- package/dist/templates/SubscriptionAgreement/TermsOfUse.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/TermsOfUse.js +4 -97
- package/dist/templates/SubscriptionAgreement/TermsOfUse.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/TermsOfUseSubSection.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/TermsOfUseSubSection.js +9 -98
- package/dist/templates/SubscriptionAgreement/TermsOfUseSubSection.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/index.d.ts +1 -5
- package/dist/templates/SubscriptionAgreement/index.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/index.js +15 -254
- package/dist/templates/SubscriptionAgreement/index.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/translations.d.ts +0 -6
- package/dist/templates/SubscriptionAgreement/translations.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/translations.js +192 -199
- package/dist/templates/SubscriptionAgreement/translations.js.map +1 -1
- package/dist/templates/SubscriptionAgreement/types.d.ts +1 -2
- package/dist/templates/SubscriptionAgreement/types.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/types.js +2 -1
- package/dist/templates/SubscriptionAgreement/utils.d.ts +0 -3
- package/dist/templates/SubscriptionAgreement/utils.d.ts.map +1 -1
- package/dist/templates/SubscriptionAgreement/utils.js +5 -36
- package/dist/templates/SubscriptionAgreement/utils.js.map +1 -1
- package/dist/templates/index.js +1 -0
- package/dist/theme/colors.js +63 -44
- package/dist/theme/index.js +1 -0
- package/dist/types.js +2 -1
- package/dist/utils.js +16 -166
- package/dist/watch.js +4 -3
- package/package.json +19 -19
- package/dist/__mocks__/tou.d.ts +0 -10
- package/dist/__mocks__/tou.d.ts.map +0 -1
- package/dist/__mocks__/tou.js +0 -22
- package/dist/__mocks__/tou.js.map +0 -1
|
@@ -1,184 +1,89 @@
|
|
|
1
|
-
function _define_property(obj, key, value) {
|
|
2
|
-
if (key in obj) {
|
|
3
|
-
Object.defineProperty(obj, key, {
|
|
4
|
-
value: value,
|
|
5
|
-
enumerable: true,
|
|
6
|
-
configurable: true,
|
|
7
|
-
writable: true
|
|
8
|
-
});
|
|
9
|
-
} else {
|
|
10
|
-
obj[key] = value;
|
|
11
|
-
}
|
|
12
|
-
return obj;
|
|
13
|
-
}
|
|
14
|
-
function _object_spread(target) {
|
|
15
|
-
for(var i = 1; i < arguments.length; i++){
|
|
16
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
17
|
-
var ownKeys = Object.keys(source);
|
|
18
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
19
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
20
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
ownKeys.forEach(function(key) {
|
|
24
|
-
_define_property(target, key, source[key]);
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
return target;
|
|
28
|
-
}
|
|
29
|
-
function ownKeys(object, enumerableOnly) {
|
|
30
|
-
var keys = Object.keys(object);
|
|
31
|
-
if (Object.getOwnPropertySymbols) {
|
|
32
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
33
|
-
if (enumerableOnly) {
|
|
34
|
-
symbols = symbols.filter(function(sym) {
|
|
35
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
keys.push.apply(keys, symbols);
|
|
39
|
-
}
|
|
40
|
-
return keys;
|
|
41
|
-
}
|
|
42
|
-
function _object_spread_props(target, source) {
|
|
43
|
-
source = source != null ? source : {};
|
|
44
|
-
if (Object.getOwnPropertyDescriptors) {
|
|
45
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
46
|
-
} else {
|
|
47
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
48
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
return target;
|
|
52
|
-
}
|
|
53
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
54
2
|
import { userName } from '@driveflux/db/models/user';
|
|
55
3
|
import { format } from '@driveflux/time';
|
|
56
4
|
import { Text, View } from '@react-pdf/renderer';
|
|
57
5
|
import { colors } from '../../theme/index.js';
|
|
58
6
|
import LabelValue from './LabelValue.js';
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
var details = {};
|
|
63
|
-
if (subscription.payerType === 'business') {
|
|
64
|
-
var _subscription_business;
|
|
65
|
-
details.business = [
|
|
66
|
-
{
|
|
67
|
-
key: tDetails.business.name,
|
|
68
|
-
value: subscription === null || subscription === void 0 ? void 0 : subscription.businessName
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
key: tDetails.business.companyNo,
|
|
72
|
-
value: subscription === null || subscription === void 0 ? void 0 : (_subscription_business = subscription.business) === null || _subscription_business === void 0 ? void 0 : _subscription_business.registrationNumber
|
|
73
|
-
}
|
|
74
|
-
];
|
|
75
|
-
} else {
|
|
76
|
-
var _subscription_user_identification;
|
|
77
|
-
details.member = [
|
|
7
|
+
const Details = ({ tDetails, subscription }) => {
|
|
8
|
+
const details = {
|
|
9
|
+
member: [
|
|
78
10
|
{
|
|
79
11
|
key: tDetails.member.name,
|
|
80
|
-
value: userName(subscription.user)
|
|
12
|
+
value: userName(subscription.user),
|
|
81
13
|
},
|
|
82
14
|
{
|
|
83
15
|
key: tDetails.member.idOrPassportNo,
|
|
84
|
-
value:
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
details = _object_spread_props(_object_spread({}, details), {
|
|
16
|
+
value: subscription.user.identification?.number,
|
|
17
|
+
},
|
|
18
|
+
],
|
|
89
19
|
vehicle: [
|
|
90
20
|
{
|
|
91
21
|
key: tDetails.vehicle.make,
|
|
92
|
-
value:
|
|
22
|
+
value: subscription.vehicle?.make,
|
|
93
23
|
},
|
|
94
24
|
{
|
|
95
25
|
key: tDetails.vehicle.model,
|
|
96
|
-
value:
|
|
26
|
+
value: `${subscription.vehicle?.vehicleModel} ${subscription.vehicle?.variant}`,
|
|
97
27
|
},
|
|
98
28
|
{
|
|
99
29
|
key: tDetails.vehicle.year,
|
|
100
|
-
value:
|
|
30
|
+
value: subscription.vehicle?.year,
|
|
101
31
|
},
|
|
102
32
|
{
|
|
103
33
|
key: tDetails.vehicle.plateNo,
|
|
104
|
-
value:
|
|
105
|
-
}
|
|
34
|
+
value: subscription.vehicle?.registrationNumber,
|
|
35
|
+
},
|
|
106
36
|
],
|
|
107
37
|
subscription: [
|
|
108
38
|
{
|
|
109
39
|
key: tDetails.subscription.subscriptionPlan,
|
|
110
|
-
value: getPlanTranslation(subscription.plan)
|
|
40
|
+
value: getPlanTranslation(subscription.plan),
|
|
111
41
|
},
|
|
112
42
|
{
|
|
113
43
|
key: tDetails.subscription.mileagePackage,
|
|
114
|
-
value: getFullMileagePackageTranslation(subscription.mileagePackage)
|
|
44
|
+
value: getFullMileagePackageTranslation(subscription.mileagePackage),
|
|
115
45
|
},
|
|
116
46
|
{
|
|
117
47
|
key: tDetails.subscription.startDate,
|
|
118
|
-
value: subscription.startedAt
|
|
48
|
+
value: subscription.startedAt
|
|
49
|
+
? format(subscription.startedAt, 'dd-MM-yyyy')
|
|
50
|
+
: undefined,
|
|
119
51
|
},
|
|
120
52
|
{
|
|
121
53
|
key: tDetails.subscription.endDate,
|
|
122
|
-
value: subscription.endedAt
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
children: [
|
|
133
|
-
/*#__PURE__*/ _jsx(View, {
|
|
134
|
-
style: {
|
|
54
|
+
value: subscription.endedAt
|
|
55
|
+
? format(subscription.endedAt, 'dd-MM-yyyy')
|
|
56
|
+
: subscription.schedule?.endAt
|
|
57
|
+
? format(subscription.schedule?.endAt, 'dd-MM-yyyy')
|
|
58
|
+
: undefined,
|
|
59
|
+
},
|
|
60
|
+
],
|
|
61
|
+
};
|
|
62
|
+
const border = `1px solid ${colors.primary2}`;
|
|
63
|
+
return (_jsxs(View, { style: { borderLeft: border, borderRight: border }, children: [_jsx(View, { style: {
|
|
135
64
|
backgroundColor: colors.primary1,
|
|
136
65
|
borderTop: border,
|
|
137
|
-
padding: 8
|
|
138
|
-
},
|
|
139
|
-
children: /*#__PURE__*/ _jsx(Text, {
|
|
140
|
-
style: {
|
|
66
|
+
padding: 8,
|
|
67
|
+
}, children: _jsx(Text, { style: {
|
|
141
68
|
fontWeight: 'bold',
|
|
142
69
|
textTransform: 'uppercase',
|
|
143
|
-
letterSpacing: 1
|
|
144
|
-
},
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
},
|
|
156
|
-
children: [
|
|
157
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
158
|
-
style: {
|
|
159
|
-
textTransform: 'uppercase',
|
|
160
|
-
color: colors.primary2,
|
|
161
|
-
fontSize: 8,
|
|
162
|
-
letterSpacing: 1
|
|
163
|
-
},
|
|
164
|
-
children: "".concat(key, " details")
|
|
165
|
-
}),
|
|
166
|
-
details[key].map(function(line) {
|
|
167
|
-
return /*#__PURE__*/ _jsx(LabelValue, {
|
|
168
|
-
label: line.key,
|
|
169
|
-
value: line.value
|
|
170
|
-
}, line.key);
|
|
171
|
-
})
|
|
172
|
-
]
|
|
173
|
-
}, key);
|
|
174
|
-
})
|
|
175
|
-
]
|
|
176
|
-
});
|
|
70
|
+
letterSpacing: 1,
|
|
71
|
+
}, children: tDetails.agreement }) }), Object.keys(details).map((key, i) => (_jsxs(View, { style: {
|
|
72
|
+
padding: 8,
|
|
73
|
+
paddingBottom: 16,
|
|
74
|
+
rowGap: 8,
|
|
75
|
+
borderTop: border,
|
|
76
|
+
}, children: [_jsx(Text, { style: {
|
|
77
|
+
textTransform: 'uppercase',
|
|
78
|
+
color: colors.primary2,
|
|
79
|
+
fontSize: 8,
|
|
80
|
+
letterSpacing: 1,
|
|
81
|
+
}, children: `${key} details` }), details[key].map((line) => (_jsx(LabelValue, { label: line.key, value: line.value }, line.key)))] }, key)))] }));
|
|
177
82
|
};
|
|
178
83
|
export default Details;
|
|
179
84
|
// TODO: replace this with dump's once the package is ready
|
|
180
|
-
|
|
181
|
-
switch(plan){
|
|
85
|
+
const getPlanTranslation = (plan, vehicleType) => {
|
|
86
|
+
switch (plan) {
|
|
182
87
|
case 'plan60':
|
|
183
88
|
return vehicleType === 'motorcycle' ? '60 Months' : '60 Months (Basic)';
|
|
184
89
|
case 'plan36':
|
|
@@ -195,8 +100,8 @@ var getPlanTranslation = function(plan, vehicleType) {
|
|
|
195
100
|
return 'Unknown Plan';
|
|
196
101
|
}
|
|
197
102
|
};
|
|
198
|
-
|
|
199
|
-
switch(plan){
|
|
103
|
+
const getFullMileagePackageTranslation = (plan) => {
|
|
104
|
+
switch (plan) {
|
|
200
105
|
case 'lite':
|
|
201
106
|
return 'Lite - 1,250KM';
|
|
202
107
|
case 'standard':
|
|
@@ -209,3 +114,4 @@ var getFullMileagePackageTranslation = function(plan) {
|
|
|
209
114
|
return 'Unknown Mileage Package';
|
|
210
115
|
}
|
|
211
116
|
};
|
|
117
|
+
//# sourceMappingURL=Details.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/Details.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AACxC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAEhD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,UAAU,MAAM,iBAAiB,CAAA;AASxC,MAAM,OAAO,GAAc,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;IACzD,
|
|
1
|
+
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/Details.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,58 +1,16 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Text, View } from '@react-pdf/renderer';
|
|
3
3
|
import { colors } from '../../theme/colors.js';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
return /*#__PURE__*/ _jsxs(View, {
|
|
7
|
-
fixed: true,
|
|
8
|
-
style: {
|
|
4
|
+
const Footer = ({ tComputerGenerated, tPage, tOf }) => {
|
|
5
|
+
return (_jsxs(View, { fixed: true, style: {
|
|
9
6
|
justifyContent: 'space-between',
|
|
10
7
|
flexDirection: 'row',
|
|
11
8
|
paddingTop: 16,
|
|
12
9
|
marginTop: 16,
|
|
13
|
-
borderTop:
|
|
10
|
+
borderTop: `1px solid ${colors.links}`,
|
|
14
11
|
color: colors.primary2,
|
|
15
|
-
fontSize: 8
|
|
16
|
-
},
|
|
17
|
-
children: [
|
|
18
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
19
|
-
children: tComputerGenerated
|
|
20
|
-
}),
|
|
21
|
-
/*#__PURE__*/ _jsxs(View, {
|
|
22
|
-
style: {
|
|
23
|
-
flexDirection: 'row',
|
|
24
|
-
columnGap: 4
|
|
25
|
-
},
|
|
26
|
-
children: [
|
|
27
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
28
|
-
children: tPage
|
|
29
|
-
}),
|
|
30
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
31
|
-
style: {
|
|
32
|
-
fontWeight: 'bold',
|
|
33
|
-
color: colors.black
|
|
34
|
-
},
|
|
35
|
-
render: function(param) {
|
|
36
|
-
var pageNumber = param.pageNumber;
|
|
37
|
-
return "".concat(pageNumber);
|
|
38
|
-
}
|
|
39
|
-
}),
|
|
40
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
41
|
-
children: tOf
|
|
42
|
-
}),
|
|
43
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
44
|
-
style: {
|
|
45
|
-
fontWeight: 'bold',
|
|
46
|
-
color: colors.black
|
|
47
|
-
},
|
|
48
|
-
render: function(param) {
|
|
49
|
-
var totalPages = param.totalPages;
|
|
50
|
-
return "".concat(totalPages);
|
|
51
|
-
}
|
|
52
|
-
})
|
|
53
|
-
]
|
|
54
|
-
})
|
|
55
|
-
]
|
|
56
|
-
});
|
|
12
|
+
fontSize: 8,
|
|
13
|
+
}, children: [_jsx(Text, { children: tComputerGenerated }), _jsxs(View, { style: { flexDirection: 'row', columnGap: 4 }, children: [_jsx(Text, { children: tPage }), _jsx(Text, { style: { fontWeight: 'bold', color: colors.black }, render: ({ pageNumber }) => `${pageNumber}` }), _jsx(Text, { children: tOf }), _jsx(Text, { style: { fontWeight: 'bold', color: colors.black }, render: ({ totalPages }) => `${totalPages}` })] })] }));
|
|
57
14
|
};
|
|
58
15
|
export default Footer;
|
|
16
|
+
//# sourceMappingURL=Footer.js.map
|
|
@@ -2,45 +2,15 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Link, Text, View } from '@react-pdf/renderer';
|
|
3
3
|
import FluxLogo from '../../components/FluxLogo.js';
|
|
4
4
|
import { colors } from '../../theme/colors.js';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
return /*#__PURE__*/ _jsxs(View, {
|
|
8
|
-
fixed: true,
|
|
9
|
-
style: {
|
|
5
|
+
const Header = ({ tTitle, userId, subscriptionId }) => {
|
|
6
|
+
return (_jsxs(View, { fixed: true, style: {
|
|
10
7
|
flexDirection: 'row',
|
|
11
8
|
justifyContent: 'space-between',
|
|
12
9
|
alignItems: 'center',
|
|
13
10
|
paddingBottom: 40,
|
|
14
11
|
// to not get pushed by the content
|
|
15
|
-
minHeight: 69
|
|
16
|
-
},
|
|
17
|
-
children: [
|
|
18
|
-
/*#__PURE__*/ _jsx(Link, {
|
|
19
|
-
src: "https://driveflux.com",
|
|
20
|
-
children: /*#__PURE__*/ _jsx(FluxLogo, {})
|
|
21
|
-
}),
|
|
22
|
-
/*#__PURE__*/ _jsxs(View, {
|
|
23
|
-
style: {
|
|
24
|
-
rowGap: 4,
|
|
25
|
-
fontSize: 8,
|
|
26
|
-
alignItems: 'flex-end'
|
|
27
|
-
},
|
|
28
|
-
children: [
|
|
29
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
30
|
-
style: {
|
|
31
|
-
fontWeight: 'bold'
|
|
32
|
-
},
|
|
33
|
-
children: tTitle
|
|
34
|
-
}),
|
|
35
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
36
|
-
style: {
|
|
37
|
-
color: colors.primary2
|
|
38
|
-
},
|
|
39
|
-
children: "FLUX-".concat(userId, "-").concat(subscriptionId)
|
|
40
|
-
})
|
|
41
|
-
]
|
|
42
|
-
})
|
|
43
|
-
]
|
|
44
|
-
});
|
|
12
|
+
minHeight: 69,
|
|
13
|
+
}, children: [_jsx(Link, { src: "https://driveflux.com", children: _jsx(FluxLogo, {}) }), _jsxs(View, { style: { rowGap: 4, fontSize: 8, alignItems: 'flex-end' }, children: [_jsx(Text, { style: { fontWeight: 'bold' }, children: tTitle }), _jsx(Text, { style: { color: colors.primary2 }, children: `FLUX-${userId}-${subscriptionId}` })] })] }));
|
|
45
14
|
};
|
|
46
15
|
export default Header;
|
|
16
|
+
//# sourceMappingURL=Header.js.map
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Text, View } from '@react-pdf/renderer';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return /*#__PURE__*/ _jsxs(View, {
|
|
6
|
-
style: {
|
|
7
|
-
flexDirection: 'row'
|
|
8
|
-
},
|
|
9
|
-
children: [
|
|
10
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
11
|
-
style: {
|
|
12
|
-
minWidth: 120,
|
|
13
|
-
textTransform: 'capitalize'
|
|
14
|
-
},
|
|
15
|
-
children: label
|
|
16
|
-
}),
|
|
17
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
18
|
-
children: ':'
|
|
19
|
-
}),
|
|
20
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
21
|
-
style: {
|
|
22
|
-
paddingLeft: 16
|
|
23
|
-
},
|
|
24
|
-
children: value ? "".concat(value) : '-'
|
|
25
|
-
})
|
|
26
|
-
]
|
|
27
|
-
});
|
|
3
|
+
const LabelValue = ({ label, value }) => {
|
|
4
|
+
return (_jsxs(View, { style: { flexDirection: 'row' }, children: [_jsx(Text, { style: { minWidth: 120, textTransform: 'capitalize' }, children: label }), _jsx(Text, { children: ':' }), _jsx(Text, { style: { paddingLeft: 16 }, children: value ? `${value}` : '-' })] }));
|
|
28
5
|
};
|
|
29
6
|
export default LabelValue;
|
|
7
|
+
//# sourceMappingURL=LabelValue.js.map
|
|
@@ -3,31 +3,8 @@ import { View } from '@react-pdf/renderer';
|
|
|
3
3
|
import StandardPage from '../../components/StandardPage.js';
|
|
4
4
|
import Footer from './Footer.js';
|
|
5
5
|
import Header from './Header.js';
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
return /*#__PURE__*/ _jsxs(StandardPage, {
|
|
9
|
-
style: {
|
|
10
|
-
padding: 40,
|
|
11
|
-
fontSize: 10
|
|
12
|
-
},
|
|
13
|
-
children: [
|
|
14
|
-
/*#__PURE__*/ _jsx(Header, {
|
|
15
|
-
tTitle: t.title,
|
|
16
|
-
userId: userId,
|
|
17
|
-
subscriptionId: subscriptionId
|
|
18
|
-
}),
|
|
19
|
-
/*#__PURE__*/ _jsx(View, {
|
|
20
|
-
style: {
|
|
21
|
-
flex: 1
|
|
22
|
-
},
|
|
23
|
-
children: children
|
|
24
|
-
}),
|
|
25
|
-
/*#__PURE__*/ _jsx(Footer, {
|
|
26
|
-
tComputerGenerated: t.computerGenerated,
|
|
27
|
-
tPage: t.page,
|
|
28
|
-
tOf: t.of
|
|
29
|
-
})
|
|
30
|
-
]
|
|
31
|
-
});
|
|
6
|
+
const SubscriptionAgreementPage = ({ t, userId, subscriptionId, children, }) => {
|
|
7
|
+
return (_jsxs(StandardPage, { style: { padding: 40, fontSize: 10 }, children: [_jsx(Header, { tTitle: t.title, userId: userId, subscriptionId: subscriptionId }), _jsx(View, { style: { flex: 1 }, children: children }), _jsx(Footer, { tComputerGenerated: t.computerGenerated, tPage: t.page, tOf: t.of })] }));
|
|
32
8
|
};
|
|
33
9
|
export default SubscriptionAgreementPage;
|
|
10
|
+
//# sourceMappingURL=SubscriptionAgreementPage.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { TermsOfUseSettings } from '@driveflux/db/types/helpers';
|
|
2
1
|
import type { FC } from 'react';
|
|
2
|
+
import type { SubscriptionAgreementTranslation } from './translations.js';
|
|
3
3
|
type Props = {
|
|
4
|
-
|
|
4
|
+
t: SubscriptionAgreementTranslation['termsOfUse'];
|
|
5
5
|
};
|
|
6
6
|
declare const TermsOfUse: FC<Props>;
|
|
7
7
|
export default TermsOfUse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TermsOfUse.d.ts","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUse.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TermsOfUse.d.ts","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUse.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAE/B,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,mBAAmB,CAAA;AAEzE,KAAK,KAAK,GAAG;IACZ,CAAC,EAAE,gCAAgC,CAAC,YAAY,CAAC,CAAA;CACjD,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,KAAK,CA0BzB,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,101 +1,8 @@
|
|
|
1
|
-
function _array_like_to_array(arr, len) {
|
|
2
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
3
|
-
for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
|
|
4
|
-
return arr2;
|
|
5
|
-
}
|
|
6
|
-
function _array_without_holes(arr) {
|
|
7
|
-
if (Array.isArray(arr)) return _array_like_to_array(arr);
|
|
8
|
-
}
|
|
9
|
-
function _iterable_to_array(iter) {
|
|
10
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
11
|
-
}
|
|
12
|
-
function _non_iterable_spread() {
|
|
13
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
14
|
-
}
|
|
15
|
-
function _to_consumable_array(arr) {
|
|
16
|
-
return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
|
|
17
|
-
}
|
|
18
|
-
function _unsupported_iterable_to_array(o, minLen) {
|
|
19
|
-
if (!o) return;
|
|
20
|
-
if (typeof o === "string") return _array_like_to_array(o, minLen);
|
|
21
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
22
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
23
|
-
if (n === "Map" || n === "Set") return Array.from(n);
|
|
24
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
|
|
25
|
-
}
|
|
26
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
27
2
|
import { Text, View } from '@react-pdf/renderer';
|
|
28
|
-
import
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
var getTerms = function(items) {
|
|
32
|
-
var indices = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
33
|
-
return items.map(function(item, i) {
|
|
34
|
-
var _item_items;
|
|
35
|
-
var currentIndices = _to_consumable_array(indices).concat([
|
|
36
|
-
i + 1
|
|
37
|
-
]);
|
|
38
|
-
var indicesString = currentIndices.join('.');
|
|
39
|
-
return /*#__PURE__*/ _jsxs(View, {
|
|
40
|
-
style: {
|
|
41
|
-
rowGap: 16
|
|
42
|
-
},
|
|
43
|
-
children: [
|
|
44
|
-
item.content && /*#__PURE__*/ _jsxs(View, {
|
|
45
|
-
style: {
|
|
46
|
-
flexDirection: 'row',
|
|
47
|
-
columnGap: 16
|
|
48
|
-
},
|
|
49
|
-
children: [
|
|
50
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
51
|
-
style: {
|
|
52
|
-
fontWeight: 'bold'
|
|
53
|
-
},
|
|
54
|
-
children: indicesString
|
|
55
|
-
}),
|
|
56
|
-
/*#__PURE__*/ _jsxs(Text, {
|
|
57
|
-
style: {
|
|
58
|
-
textAlign: 'justify',
|
|
59
|
-
flex: 1
|
|
60
|
-
},
|
|
61
|
-
children: [
|
|
62
|
-
renderMarkdown(item.content),
|
|
63
|
-
' '
|
|
64
|
-
]
|
|
65
|
-
})
|
|
66
|
-
]
|
|
67
|
-
}),
|
|
68
|
-
((_item_items = item.items) === null || _item_items === void 0 ? void 0 : _item_items.length) > 0 && /*#__PURE__*/ _jsx(View, {
|
|
69
|
-
style: {
|
|
70
|
-
paddingLeft: 16,
|
|
71
|
-
rowGap: 16
|
|
72
|
-
},
|
|
73
|
-
children: getTerms(item.items, currentIndices)
|
|
74
|
-
})
|
|
75
|
-
]
|
|
76
|
-
}, indicesString);
|
|
77
|
-
});
|
|
78
|
-
};
|
|
79
|
-
return /*#__PURE__*/ _jsxs(View, {
|
|
80
|
-
style: {
|
|
81
|
-
rowGap: 16
|
|
82
|
-
},
|
|
83
|
-
children: [
|
|
84
|
-
/*#__PURE__*/ _jsx(Text, {
|
|
85
|
-
style: {
|
|
86
|
-
fontWeight: 'bold',
|
|
87
|
-
textTransform: 'uppercase'
|
|
88
|
-
},
|
|
89
|
-
children: 'Terms of Use'
|
|
90
|
-
}),
|
|
91
|
-
/*#__PURE__*/ _jsx(View, {
|
|
92
|
-
style: {
|
|
93
|
-
rowGap: 16,
|
|
94
|
-
lineHeight: 1.4
|
|
95
|
-
},
|
|
96
|
-
children: getTerms(termsOfUse.items)
|
|
97
|
-
})
|
|
98
|
-
]
|
|
99
|
-
});
|
|
3
|
+
import TermsOfUseSubSection from './TermsOfUseSubSection.js';
|
|
4
|
+
const TermsOfUse = ({ t }) => {
|
|
5
|
+
return (_jsxs(View, { style: { rowGap: 16 }, children: [_jsx(Text, { style: { fontWeight: 'bold', textTransform: 'uppercase' }, children: t.title }), _jsx(View, { style: { rowGap: 16, lineHeight: 1.4 }, children: t.content.map((section, i) => (_jsxs(View, { style: { rowGap: 16 }, children: [_jsx(Text, { style: { fontWeight: 'bold' }, children: `${i + 1} ${section.title}` }), _jsx(View, { style: { rowGap: 16, paddingLeft: 16 }, children: section.subSections.map((subSection, j) => (_jsx(TermsOfUseSubSection, { indices: [i + 1, j + 1], subSection: subSection }, `${i + 1}.${j}`))) })] }, section.title))) })] }));
|
|
100
6
|
};
|
|
101
7
|
export default TermsOfUse;
|
|
8
|
+
//# sourceMappingURL=TermsOfUse.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TermsOfUse.js","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUse.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TermsOfUse.js","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUse.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAA;AAEhD,OAAO,oBAAoB,MAAM,2BAA2B,CAAA;AAO5D,MAAM,UAAU,GAAc,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;IACvC,OAAO,CACN,MAAC,IAAI,IAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,aAC1B,KAAC,IAAI,IAAC,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,aAAa,EAAE,WAAW,EAAE,YAC7D,CAAC,CAAC,KAAK,GACF,EACP,KAAC,IAAI,IAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE,YAC1C,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,CAAC,EAAE,EAAE,CAAC,CAC9B,MAAC,IAAI,IAAqB,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,aAC9C,KAAC,IAAI,IACJ,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,YAC5B,GAAG,CAAC,GAAG,CAAC,IAAI,OAAO,CAAC,KAAK,EAAE,GAAQ,EACrC,KAAC,IAAI,IAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,YAC1C,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE,CAAC,CAC3C,KAAC,oBAAoB,IACpB,OAAO,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,EACvB,UAAU,EAAE,UAAU,IACjB,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CACnB,CACF,CAAC,GACI,KAZG,OAAO,CAAC,KAAK,CAajB,CACP,CAAC,GACI,IACD,CACP,CAAA;AACF,CAAC,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TermsOfUseSubSection.d.ts","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUseSubSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"TermsOfUseSubSection.d.ts","sourceRoot":"","sources":["../../../src/templates/SubscriptionAgreement/TermsOfUseSubSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAG/B,KAAK,wBAAwB,GAC1B,MAAM,GACN;IACA,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,wBAAwB,EAAE,CAAA;CACtC,CAAA;AAEJ,KAAK,KAAK,GAAG;IACZ,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,UAAU,EAAE,wBAAwB,CAAA;CACpC,CAAA;AAED,QAAA,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CA4CnC,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|