@traund/orquezta-widget-calculator 1.1.0 → 1.1.2
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/index.js +244 -196
- package/dist/index.js.map +1 -1
- package/dist/module.js +245 -197
- package/dist/module.js.map +1 -1
- package/package.json +4 -3
- package/src/{calculatorV2.js → calculator.js} +31 -32
- package/src/components/disclaimers.jsx +2 -1
- package/src/components/fees.jsx +2 -1
- package/src/components/inputAmount.js +9 -15
- package/src/components/paymentMethodSelector.jsx +3 -1
- package/src/components/simulatorStyles.js +3 -3
- package/src/data/countries.js +2 -1
- package/src/helpers/flagsHelpers.js +1 -1
- package/src/index.js +1 -1
- package/src/simulator.js +5 -19
package/dist/module.js
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
import {jsxs as $5OpyM$jsxs, jsx as $5OpyM$jsx, Fragment as $5OpyM$Fragment} from "react/jsx-runtime";
|
|
2
2
|
import {Fragment as $5OpyM$Fragment1, Component as $5OpyM$Component, useRef as $5OpyM$useRef, useState as $5OpyM$useState, useCallback as $5OpyM$useCallback, useEffect as $5OpyM$useEffect} from "react";
|
|
3
|
-
import {ThemeProvider as $5OpyM$ThemeProvider, createTheme as $5OpyM$createTheme
|
|
3
|
+
import {ThemeProvider as $5OpyM$ThemeProvider, createTheme as $5OpyM$createTheme} from "@mui/material/styles";
|
|
4
4
|
import $5OpyM$muimaterialCssBaseline from "@mui/material/CssBaseline";
|
|
5
|
-
import
|
|
5
|
+
import $5OpyM$muimaterialAutocomplete from "@mui/material/Autocomplete";
|
|
6
|
+
import $5OpyM$muimaterialBox from "@mui/material/Box";
|
|
7
|
+
import $5OpyM$muimaterialButton from "@mui/material/Button";
|
|
8
|
+
import $5OpyM$muimaterialCircularProgress from "@mui/material/CircularProgress";
|
|
9
|
+
import $5OpyM$muimaterialDivider from "@mui/material/Divider";
|
|
10
|
+
import $5OpyM$muimaterialFormControl from "@mui/material/FormControl";
|
|
11
|
+
import $5OpyM$muimaterialFormHelperText from "@mui/material/FormHelperText";
|
|
12
|
+
import $5OpyM$muimaterialInputAdornment from "@mui/material/InputAdornment";
|
|
13
|
+
import $5OpyM$muimaterialInputBase from "@mui/material/InputBase";
|
|
14
|
+
import $5OpyM$muimaterialMenuItem from "@mui/material/MenuItem";
|
|
15
|
+
import $5OpyM$muimaterialPaper from "@mui/material/Paper";
|
|
16
|
+
import $5OpyM$muimaterialSelect from "@mui/material/Select";
|
|
17
|
+
import $5OpyM$muimaterialTextField from "@mui/material/TextField";
|
|
18
|
+
import $5OpyM$muimaterialTooltip from "@mui/material/Tooltip";
|
|
19
|
+
import $5OpyM$muimaterialTypography from "@mui/material/Typography";
|
|
6
20
|
import $5OpyM$muimaterialGrid2 from "@mui/material/Grid2";
|
|
7
21
|
import {HighlightOffOutlined as $5OpyM$HighlightOffOutlined} from "@mui/icons-material";
|
|
8
22
|
import {matchSorter as $5OpyM$matchSorter} from "match-sorter";
|
|
@@ -12,11 +26,14 @@ import "firebase/firestore";
|
|
|
12
26
|
import $5OpyM$reactcountdown from "react-countdown";
|
|
13
27
|
import {CircleFlag as $5OpyM$CircleFlag} from "react-circle-flags";
|
|
14
28
|
import $5OpyM$cryptojs from "crypto-js";
|
|
29
|
+
import $5OpyM$muimaterialChip from "@mui/material/Chip";
|
|
15
30
|
import $5OpyM$moment from "moment";
|
|
16
31
|
import "aws-sdk";
|
|
17
32
|
import {extend as $5OpyM$extend} from "dayjs";
|
|
18
33
|
import * as $5OpyM$dayjsbusinesstime from "dayjs-business-time";
|
|
19
34
|
import "dayjs/plugin/utc";
|
|
35
|
+
import $5OpyM$muimaterialAlert from "@mui/material/Alert";
|
|
36
|
+
import {makeStyles as $5OpyM$makeStyles} from "@mui/styles";
|
|
20
37
|
|
|
21
38
|
|
|
22
39
|
|
|
@@ -125,6 +142,20 @@ var $fb023be622053dca$export$2e2bcd8739ae039 = $fb023be622053dca$var$theme;
|
|
|
125
142
|
|
|
126
143
|
|
|
127
144
|
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
128
159
|
|
|
129
160
|
|
|
130
161
|
var $18d8bd1c5cecbd36$export$2e2bcd8739ae039 = {
|
|
@@ -1087,8 +1118,8 @@ var $9ea2f2608ea58c4b$export$2e2bcd8739ae039 = $9ea2f2608ea58c4b$var$loadFirebas
|
|
|
1087
1118
|
|
|
1088
1119
|
const $0f961b0b28f97b26$export$e5ad74579c86b003 = [
|
|
1089
1120
|
{
|
|
1090
|
-
code: "
|
|
1091
|
-
label: "WALLET
|
|
1121
|
+
code: "WLT",
|
|
1122
|
+
label: "WALLET",
|
|
1092
1123
|
prefix: "+1",
|
|
1093
1124
|
currency: "USDT"
|
|
1094
1125
|
},
|
|
@@ -1098,6 +1129,12 @@ const $0f961b0b28f97b26$export$e5ad74579c86b003 = [
|
|
|
1098
1129
|
prefix: "+1",
|
|
1099
1130
|
currency: "USD"
|
|
1100
1131
|
},
|
|
1132
|
+
{
|
|
1133
|
+
code: "USDT",
|
|
1134
|
+
label: "USDT",
|
|
1135
|
+
prefix: "+1",
|
|
1136
|
+
currency: "USDT"
|
|
1137
|
+
},
|
|
1101
1138
|
{
|
|
1102
1139
|
code: "AD",
|
|
1103
1140
|
label: "Andorra",
|
|
@@ -2446,7 +2483,7 @@ const $61ae9c76249a96f4$var$FlagsHelpers = (props)=>{
|
|
|
2446
2483
|
let code = props.code && props.code.toLowerCase();
|
|
2447
2484
|
if (code == "ach") code = "us";
|
|
2448
2485
|
let url = {
|
|
2449
|
-
'
|
|
2486
|
+
'wlt': 'https://images-traund.s3.amazonaws.com/payment-methods/Traund.svg',
|
|
2450
2487
|
'paypal': 'https://images-traund.s3.amazonaws.com/payment-methods/paypal.svg',
|
|
2451
2488
|
'usdt': 'https://images-traund.s3.amazonaws.com/payment-methods/Tether.svg',
|
|
2452
2489
|
'wise': 'https://images-traund.s3.amazonaws.com/payment-methods/Wise.svg',
|
|
@@ -2558,7 +2595,7 @@ function $be7f9e5745d99d09$export$3db7bf9691bf4b62(method, url, body = null, api
|
|
|
2558
2595
|
}
|
|
2559
2596
|
|
|
2560
2597
|
|
|
2561
|
-
class $
|
|
2598
|
+
class $f22028e81f385e47$var$Calculator extends (0, $5OpyM$Component) {
|
|
2562
2599
|
state = {
|
|
2563
2600
|
config: this.props.config,
|
|
2564
2601
|
testMode: this.props.testMode,
|
|
@@ -2732,7 +2769,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
2732
2769
|
fromExchangeRate: from.exchangeRate,
|
|
2733
2770
|
fromCurrencyValue: from.currency,
|
|
2734
2771
|
toCurrencyValue: to.currency,
|
|
2735
|
-
fromCountryValue: from.country === "TR" ? "
|
|
2772
|
+
fromCountryValue: from.country === "TR" ? "WLT" : from.country,
|
|
2736
2773
|
toCountryValue: to.country,
|
|
2737
2774
|
coupon: data.coupon,
|
|
2738
2775
|
plus: data.coupon ? data.promo : 0,
|
|
@@ -2822,7 +2859,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
2822
2859
|
"US",
|
|
2823
2860
|
"VE",
|
|
2824
2861
|
"ES",
|
|
2825
|
-
"
|
|
2862
|
+
"WLT"
|
|
2826
2863
|
];
|
|
2827
2864
|
const rates = {};
|
|
2828
2865
|
let body = {
|
|
@@ -2842,7 +2879,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
2842
2879
|
};
|
|
2843
2880
|
let usdRate = "";
|
|
2844
2881
|
if (!rates.hasOwnProperty(c)) {
|
|
2845
|
-
let forceUSD = c == "USDT" || c == "
|
|
2882
|
+
let forceUSD = c == "USDT" || c == "WLT";
|
|
2846
2883
|
currency = (0, $0f961b0b28f97b26$export$e5ad74579c86b003).find((country)=>country.code == (forceUSD ? "US" : c)).currency;
|
|
2847
2884
|
usdRate = currency == "USD" ? {
|
|
2848
2885
|
result: 1
|
|
@@ -2963,7 +3000,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
2963
3000
|
});
|
|
2964
3001
|
};
|
|
2965
3002
|
updateLimits = (selectedMethod)=>{
|
|
2966
|
-
const countryData = this.state.calculator[this.state.fromCountryValue == "TR" ? "
|
|
3003
|
+
const countryData = this.state.calculator[this.state.fromCountryValue == "TR" ? "WLT" : this.state.fromCountryValue];
|
|
2967
3004
|
let { countryMin: countryMin, countryMax: countryMax, usdBuy: usdBuy } = countryData;
|
|
2968
3005
|
let { usdSell: usdSell } = countryData.countryTo[this.state.toCountryValue || "US"];
|
|
2969
3006
|
if (this.state.paymentMethods && this.state.paymentMethods.length && this.state.paymentMethods[0].isWallet && this.state.paymentMethods[0].isActive) //usdBuy = 1;
|
|
@@ -3102,12 +3139,12 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3102
3139
|
plus: 0
|
|
3103
3140
|
});
|
|
3104
3141
|
if (this.state.recalc) clearTimeout(this.state.recalc);
|
|
3105
|
-
let { newAmountSender: newAmountSender } = (0, $d148f4b6315cfc41$export$9bf65ee82f4648c8)(this.state.fromCountryValue === "
|
|
3142
|
+
let { newAmountSender: newAmountSender } = (0, $d148f4b6315cfc41$export$9bf65ee82f4648c8)(this.state.fromCountryValue === "WLT" ? "TR" : this.state.fromCountryValue, this.state.toCountryValue, this.state.sendValue, this.state.receivedValue);
|
|
3106
3143
|
let model = {
|
|
3107
3144
|
coupon: this.state.couponValue,
|
|
3108
3145
|
from: {
|
|
3109
3146
|
amount: newAmountSender,
|
|
3110
|
-
country: this.state.fromCountryValue === "
|
|
3147
|
+
country: this.state.fromCountryValue === "WLT" ? "TR" : this.state.fromCountryValue,
|
|
3111
3148
|
currency: this.state.fromCurrencyValue
|
|
3112
3149
|
},
|
|
3113
3150
|
to: {
|
|
@@ -3493,7 +3530,8 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3493
3530
|
fontWeight: 500,
|
|
3494
3531
|
fontSize: "16px",
|
|
3495
3532
|
lineHeight: "20px",
|
|
3496
|
-
color: "#000F37"
|
|
3533
|
+
color: "#000F37",
|
|
3534
|
+
marginTop: "25px"
|
|
3497
3535
|
},
|
|
3498
3536
|
inputAmount: {
|
|
3499
3537
|
background: "#C7CDD7",
|
|
@@ -3617,7 +3655,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3617
3655
|
href: "https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap",
|
|
3618
3656
|
rel: "stylesheet"
|
|
3619
3657
|
}),
|
|
3620
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3658
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
3621
3659
|
sx: classes.root,
|
|
3622
3660
|
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialGrid2), {
|
|
3623
3661
|
container: true,
|
|
@@ -3630,7 +3668,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3630
3668
|
spacing: 0,
|
|
3631
3669
|
children: [
|
|
3632
3670
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
3633
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3671
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3634
3672
|
sx: classes.labelAmount,
|
|
3635
3673
|
gutterBottom: true,
|
|
3636
3674
|
variant: "subtitle1",
|
|
@@ -3649,22 +3687,22 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3649
3687
|
xs: 8,
|
|
3650
3688
|
md: 9
|
|
3651
3689
|
},
|
|
3652
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3690
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
3653
3691
|
sx: classes.inputAmount,
|
|
3654
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3692
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputBase), {
|
|
3655
3693
|
id: "send",
|
|
3656
3694
|
sx: classes.inputAmountText,
|
|
3657
3695
|
required: true,
|
|
3658
3696
|
value: sendValue,
|
|
3659
|
-
type
|
|
3697
|
+
//type="number"
|
|
3660
3698
|
disabled: loadingFrom || loadingTo,
|
|
3661
|
-
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3699
|
+
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputAdornment), {
|
|
3662
3700
|
position: "start",
|
|
3663
3701
|
sx: {
|
|
3664
3702
|
marginTop: "0px"
|
|
3665
3703
|
},
|
|
3666
3704
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)("span", {
|
|
3667
|
-
children: loadingFrom && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3705
|
+
children: loadingFrom && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialCircularProgress), {
|
|
3668
3706
|
size: 18
|
|
3669
3707
|
})
|
|
3670
3708
|
})
|
|
@@ -3684,7 +3722,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3684
3722
|
xs: 4,
|
|
3685
3723
|
md: 3
|
|
3686
3724
|
},
|
|
3687
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3725
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAutocomplete), {
|
|
3688
3726
|
disabled: loadingTo || loadingFrom,
|
|
3689
3727
|
options: (0, $0f961b0b28f97b26$export$e5ad74579c86b003).filter((country)=>{
|
|
3690
3728
|
if (calculator && calculator[country.code] && calculator[country.code].active) return country;
|
|
@@ -3699,7 +3737,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3699
3737
|
value: (0, $0f961b0b28f97b26$export$e5ad74579c86b003).filter((country)=>country.code == fromCountryValue)[0],
|
|
3700
3738
|
autoHighlight: true,
|
|
3701
3739
|
getOptionLabel: (option)=>`${option.currency}`,
|
|
3702
|
-
renderOption: (props, option)=>/*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
3740
|
+
renderOption: (props, option)=>/*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialBox), {
|
|
3703
3741
|
component: "li",
|
|
3704
3742
|
...props,
|
|
3705
3743
|
children: [
|
|
@@ -3711,14 +3749,14 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3711
3749
|
code: option.code == "PE-USD" ? "PE" : option.code
|
|
3712
3750
|
})
|
|
3713
3751
|
}),
|
|
3714
|
-
option.currency
|
|
3752
|
+
option.code === "WLT" ? "WLT" : option.code === "USDT" ? "USDT" : option.currency
|
|
3715
3753
|
]
|
|
3716
3754
|
}),
|
|
3717
3755
|
disableClearable: true,
|
|
3718
|
-
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3756
|
+
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
3719
3757
|
variant: "outlined",
|
|
3720
3758
|
sx: classes.rootFlags,
|
|
3721
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3759
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTextField), {
|
|
3722
3760
|
sx: {
|
|
3723
3761
|
fontSize: "15px"
|
|
3724
3762
|
},
|
|
@@ -3745,7 +3783,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3745
3783
|
xs: 12
|
|
3746
3784
|
},
|
|
3747
3785
|
container: true,
|
|
3748
|
-
children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3786
|
+
children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialFormHelperText), {
|
|
3749
3787
|
sx: {
|
|
3750
3788
|
color: "red"
|
|
3751
3789
|
},
|
|
@@ -3772,7 +3810,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3772
3810
|
size: {
|
|
3773
3811
|
xs: 1
|
|
3774
3812
|
},
|
|
3775
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3813
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3776
3814
|
variant: "body2",
|
|
3777
3815
|
color: "textSecondary"
|
|
3778
3816
|
})
|
|
@@ -3782,7 +3820,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3782
3820
|
xs: 3,
|
|
3783
3821
|
md: 4
|
|
3784
3822
|
},
|
|
3785
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3823
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3786
3824
|
variant: "body2",
|
|
3787
3825
|
color: "textSecondary",
|
|
3788
3826
|
sx: {
|
|
@@ -3795,7 +3833,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3795
3833
|
size: {
|
|
3796
3834
|
xs: 1
|
|
3797
3835
|
},
|
|
3798
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3836
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3799
3837
|
variant: "body2",
|
|
3800
3838
|
color: "textSecondary",
|
|
3801
3839
|
children: fromCurrencyValue
|
|
@@ -3805,7 +3843,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3805
3843
|
size: {
|
|
3806
3844
|
xs: 1
|
|
3807
3845
|
},
|
|
3808
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3846
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3809
3847
|
variant: "body2",
|
|
3810
3848
|
color: "textSecondary",
|
|
3811
3849
|
children: " "
|
|
@@ -3813,7 +3851,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3813
3851
|
}),
|
|
3814
3852
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
3815
3853
|
size: "grow",
|
|
3816
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3854
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3817
3855
|
variant: "body2",
|
|
3818
3856
|
color: "textSecondary",
|
|
3819
3857
|
sx: {
|
|
@@ -3837,7 +3875,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3837
3875
|
size: {
|
|
3838
3876
|
xs: 1
|
|
3839
3877
|
},
|
|
3840
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3878
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3841
3879
|
variant: "body2",
|
|
3842
3880
|
color: "textSecondary"
|
|
3843
3881
|
})
|
|
@@ -3847,7 +3885,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3847
3885
|
xs: 3,
|
|
3848
3886
|
md: 4
|
|
3849
3887
|
},
|
|
3850
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3888
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3851
3889
|
variant: "body2",
|
|
3852
3890
|
color: "textSecondary",
|
|
3853
3891
|
sx: {
|
|
@@ -3860,7 +3898,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3860
3898
|
size: {
|
|
3861
3899
|
xs: 1
|
|
3862
3900
|
},
|
|
3863
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3901
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3864
3902
|
variant: "body2",
|
|
3865
3903
|
color: "textSecondary",
|
|
3866
3904
|
children: fromCurrencyValue
|
|
@@ -3870,7 +3908,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3870
3908
|
size: {
|
|
3871
3909
|
xs: 1
|
|
3872
3910
|
},
|
|
3873
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3911
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3874
3912
|
variant: "body2",
|
|
3875
3913
|
color: "textSecondary",
|
|
3876
3914
|
children: " "
|
|
@@ -3878,7 +3916,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3878
3916
|
}),
|
|
3879
3917
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
3880
3918
|
size: "grow",
|
|
3881
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3919
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3882
3920
|
variant: "body2",
|
|
3883
3921
|
color: "textSecondary",
|
|
3884
3922
|
sx: {
|
|
@@ -3902,7 +3940,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3902
3940
|
size: {
|
|
3903
3941
|
xs: 1
|
|
3904
3942
|
},
|
|
3905
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3943
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3906
3944
|
variant: "body2",
|
|
3907
3945
|
color: "textSecondary"
|
|
3908
3946
|
})
|
|
@@ -3912,7 +3950,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3912
3950
|
xs: 3,
|
|
3913
3951
|
md: 4
|
|
3914
3952
|
},
|
|
3915
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3953
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3916
3954
|
variant: "body2",
|
|
3917
3955
|
color: "textSecondary",
|
|
3918
3956
|
sx: {
|
|
@@ -3925,7 +3963,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3925
3963
|
size: {
|
|
3926
3964
|
xs: 1
|
|
3927
3965
|
},
|
|
3928
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3966
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3929
3967
|
variant: "body2",
|
|
3930
3968
|
color: "textSecondary",
|
|
3931
3969
|
children: fromCurrencyValue
|
|
@@ -3935,7 +3973,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3935
3973
|
size: {
|
|
3936
3974
|
xs: 1
|
|
3937
3975
|
},
|
|
3938
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3976
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3939
3977
|
variant: "body2",
|
|
3940
3978
|
color: "textSecondary",
|
|
3941
3979
|
children: " "
|
|
@@ -3943,7 +3981,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3943
3981
|
}),
|
|
3944
3982
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
3945
3983
|
size: "grow",
|
|
3946
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3984
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3947
3985
|
variant: "body2",
|
|
3948
3986
|
color: "textSecondary",
|
|
3949
3987
|
sx: {
|
|
@@ -3960,11 +3998,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3960
3998
|
size: {
|
|
3961
3999
|
xs: 10
|
|
3962
4000
|
},
|
|
3963
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
3964
|
-
sx: {
|
|
3965
|
-
margin: 4
|
|
3966
|
-
}
|
|
3967
|
-
})
|
|
4001
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialDivider), {})
|
|
3968
4002
|
}),
|
|
3969
4003
|
taxSender > 0 && /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$Fragment), {
|
|
3970
4004
|
children: [
|
|
@@ -3979,7 +4013,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3979
4013
|
size: {
|
|
3980
4014
|
xs: 1
|
|
3981
4015
|
},
|
|
3982
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4016
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3983
4017
|
variant: "subtitle2",
|
|
3984
4018
|
color: "textPrimary",
|
|
3985
4019
|
sx: {
|
|
@@ -3994,7 +4028,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
3994
4028
|
xs: 3,
|
|
3995
4029
|
md: 4
|
|
3996
4030
|
},
|
|
3997
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4031
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
3998
4032
|
variant: "subtitle2",
|
|
3999
4033
|
color: "textPrimary",
|
|
4000
4034
|
sx: {
|
|
@@ -4008,7 +4042,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4008
4042
|
size: {
|
|
4009
4043
|
xs: 1
|
|
4010
4044
|
},
|
|
4011
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4045
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4012
4046
|
variant: "subtitle2",
|
|
4013
4047
|
color: "textPrimary",
|
|
4014
4048
|
sx: {
|
|
@@ -4021,7 +4055,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4021
4055
|
size: {
|
|
4022
4056
|
xs: 1
|
|
4023
4057
|
},
|
|
4024
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4058
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4025
4059
|
variant: "subtitle2",
|
|
4026
4060
|
color: "textPrimary",
|
|
4027
4061
|
children: " "
|
|
@@ -4029,7 +4063,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4029
4063
|
}),
|
|
4030
4064
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4031
4065
|
size: "grow",
|
|
4032
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4066
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4033
4067
|
variant: "subtitle2",
|
|
4034
4068
|
color: "textPrimary",
|
|
4035
4069
|
sx: {
|
|
@@ -4053,7 +4087,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4053
4087
|
size: {
|
|
4054
4088
|
xs: 1
|
|
4055
4089
|
},
|
|
4056
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4090
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4057
4091
|
variant: "subtitle2",
|
|
4058
4092
|
color: "textPrimary",
|
|
4059
4093
|
sx: {
|
|
@@ -4068,7 +4102,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4068
4102
|
xs: 3,
|
|
4069
4103
|
md: 4
|
|
4070
4104
|
},
|
|
4071
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4105
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4072
4106
|
variant: "subtitle2",
|
|
4073
4107
|
color: "textPrimary",
|
|
4074
4108
|
sx: {
|
|
@@ -4082,7 +4116,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4082
4116
|
size: {
|
|
4083
4117
|
xs: 1
|
|
4084
4118
|
},
|
|
4085
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4119
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4086
4120
|
variant: "subtitle2",
|
|
4087
4121
|
color: "textPrimary",
|
|
4088
4122
|
sx: {
|
|
@@ -4093,7 +4127,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4093
4127
|
}),
|
|
4094
4128
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4095
4129
|
size: "grow",
|
|
4096
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4130
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4097
4131
|
variant: "subtitle2",
|
|
4098
4132
|
color: "textPrimary",
|
|
4099
4133
|
sx: {
|
|
@@ -4106,7 +4140,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4106
4140
|
}),
|
|
4107
4141
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4108
4142
|
size: "grow",
|
|
4109
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4143
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4110
4144
|
variant: "subtitle2",
|
|
4111
4145
|
color: "textPrimary",
|
|
4112
4146
|
sx: {
|
|
@@ -4132,7 +4166,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4132
4166
|
size: {
|
|
4133
4167
|
xs: 1
|
|
4134
4168
|
},
|
|
4135
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4169
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4136
4170
|
variant: "subtitle2",
|
|
4137
4171
|
color: "textPrimary",
|
|
4138
4172
|
sx: {
|
|
@@ -4147,7 +4181,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4147
4181
|
xs: 3,
|
|
4148
4182
|
md: 4
|
|
4149
4183
|
},
|
|
4150
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4184
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4151
4185
|
variant: "subtitle2",
|
|
4152
4186
|
color: "textPrimary",
|
|
4153
4187
|
sx: {
|
|
@@ -4161,7 +4195,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4161
4195
|
size: {
|
|
4162
4196
|
xs: 1
|
|
4163
4197
|
},
|
|
4164
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4198
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4165
4199
|
variant: "subtitle2",
|
|
4166
4200
|
color: "textPrimary",
|
|
4167
4201
|
sx: {
|
|
@@ -4174,7 +4208,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4174
4208
|
size: {
|
|
4175
4209
|
xs: 1
|
|
4176
4210
|
},
|
|
4177
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4211
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4178
4212
|
variant: "body2",
|
|
4179
4213
|
color: "textSecondary",
|
|
4180
4214
|
children: " "
|
|
@@ -4182,7 +4216,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4182
4216
|
}),
|
|
4183
4217
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4184
4218
|
size: "grow",
|
|
4185
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4219
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4186
4220
|
variant: "subtitle2",
|
|
4187
4221
|
color: "textPrimary",
|
|
4188
4222
|
sx: {
|
|
@@ -4206,7 +4240,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4206
4240
|
size: {
|
|
4207
4241
|
xs: 1
|
|
4208
4242
|
},
|
|
4209
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4243
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4210
4244
|
variant: "subtitle2",
|
|
4211
4245
|
color: "textPrimary",
|
|
4212
4246
|
sx: {
|
|
@@ -4221,7 +4255,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4221
4255
|
xs: 3,
|
|
4222
4256
|
md: 4
|
|
4223
4257
|
},
|
|
4224
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4258
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4225
4259
|
variant: "subtitle2",
|
|
4226
4260
|
color: "textPrimary",
|
|
4227
4261
|
sx: {
|
|
@@ -4235,7 +4269,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4235
4269
|
size: {
|
|
4236
4270
|
xs: 1
|
|
4237
4271
|
},
|
|
4238
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4272
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4239
4273
|
variant: "subtitle2",
|
|
4240
4274
|
color: "textPrimary",
|
|
4241
4275
|
sx: {
|
|
@@ -4248,7 +4282,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4248
4282
|
size: {
|
|
4249
4283
|
xs: 1
|
|
4250
4284
|
},
|
|
4251
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4285
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4252
4286
|
variant: "body2",
|
|
4253
4287
|
color: "textSecondary",
|
|
4254
4288
|
children: " "
|
|
@@ -4256,7 +4290,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4256
4290
|
}),
|
|
4257
4291
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4258
4292
|
size: "grow",
|
|
4259
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4293
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4260
4294
|
variant: "subtitle2",
|
|
4261
4295
|
color: "textPrimary",
|
|
4262
4296
|
sx: {
|
|
@@ -4280,7 +4314,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4280
4314
|
size: {
|
|
4281
4315
|
xs: 1
|
|
4282
4316
|
},
|
|
4283
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4317
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4284
4318
|
variant: "subtitle2",
|
|
4285
4319
|
color: "textPrimary",
|
|
4286
4320
|
sx: {
|
|
@@ -4295,7 +4329,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4295
4329
|
xs: 3,
|
|
4296
4330
|
md: 4
|
|
4297
4331
|
},
|
|
4298
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4332
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4299
4333
|
variant: "subtitle2",
|
|
4300
4334
|
color: "textPrimary",
|
|
4301
4335
|
sx: {
|
|
@@ -4309,7 +4343,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4309
4343
|
size: {
|
|
4310
4344
|
xs: 1
|
|
4311
4345
|
},
|
|
4312
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4346
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4313
4347
|
variant: "subtitle2",
|
|
4314
4348
|
color: "textPrimary",
|
|
4315
4349
|
sx: {
|
|
@@ -4322,7 +4356,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4322
4356
|
size: {
|
|
4323
4357
|
xs: 1
|
|
4324
4358
|
},
|
|
4325
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4359
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4326
4360
|
variant: "body2",
|
|
4327
4361
|
color: "textSecondary",
|
|
4328
4362
|
children: " "
|
|
@@ -4330,7 +4364,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4330
4364
|
}),
|
|
4331
4365
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4332
4366
|
size: "grow",
|
|
4333
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4367
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4334
4368
|
variant: "subtitle2",
|
|
4335
4369
|
color: "textPrimary",
|
|
4336
4370
|
sx: {
|
|
@@ -4354,7 +4388,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4354
4388
|
size: {
|
|
4355
4389
|
xs: 1
|
|
4356
4390
|
},
|
|
4357
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4391
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4358
4392
|
variant: "subtitle2",
|
|
4359
4393
|
color: "textPrimary",
|
|
4360
4394
|
sx: {
|
|
@@ -4369,7 +4403,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4369
4403
|
xs: 3,
|
|
4370
4404
|
md: 4
|
|
4371
4405
|
},
|
|
4372
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4406
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4373
4407
|
variant: "subtitle2",
|
|
4374
4408
|
color: "textPrimary",
|
|
4375
4409
|
sx: {
|
|
@@ -4383,7 +4417,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4383
4417
|
size: {
|
|
4384
4418
|
xs: 1
|
|
4385
4419
|
},
|
|
4386
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4420
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4387
4421
|
variant: "subtitle2",
|
|
4388
4422
|
color: "textPrimary",
|
|
4389
4423
|
sx: {
|
|
@@ -4396,7 +4430,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4396
4430
|
size: {
|
|
4397
4431
|
xs: 1
|
|
4398
4432
|
},
|
|
4399
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4433
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4400
4434
|
variant: "body2",
|
|
4401
4435
|
color: "textSecondary",
|
|
4402
4436
|
children: " "
|
|
@@ -4404,7 +4438,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4404
4438
|
}),
|
|
4405
4439
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4406
4440
|
size: "grow",
|
|
4407
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4441
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4408
4442
|
variant: "subtitle2",
|
|
4409
4443
|
color: "textPrimary",
|
|
4410
4444
|
sx: {
|
|
@@ -4423,10 +4457,9 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4423
4457
|
/*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialGrid2), {
|
|
4424
4458
|
container: true,
|
|
4425
4459
|
direction: "column",
|
|
4426
|
-
spacing: 0,
|
|
4427
4460
|
children: [
|
|
4428
4461
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4429
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4462
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4430
4463
|
sx: classes.labelAmount,
|
|
4431
4464
|
gutterBottom: true,
|
|
4432
4465
|
variant: "subtitle1",
|
|
@@ -4445,24 +4478,24 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4445
4478
|
xs: 8,
|
|
4446
4479
|
md: 9
|
|
4447
4480
|
},
|
|
4448
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4481
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
4449
4482
|
sx: classes.inputAmount,
|
|
4450
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4483
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputBase), {
|
|
4451
4484
|
id: "receiver",
|
|
4452
4485
|
sx: classes.inputAmountText,
|
|
4453
|
-
type
|
|
4486
|
+
//type="number"
|
|
4454
4487
|
required: true,
|
|
4455
4488
|
value: receivedValue,
|
|
4456
4489
|
disabled: true,
|
|
4457
|
-
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4490
|
+
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputAdornment), {
|
|
4458
4491
|
position: "start",
|
|
4459
4492
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)("span", {
|
|
4460
|
-
children: loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4493
|
+
children: loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialCircularProgress), {
|
|
4461
4494
|
size: 18
|
|
4462
4495
|
})
|
|
4463
4496
|
})
|
|
4464
4497
|
}),
|
|
4465
|
-
endAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4498
|
+
endAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputAdornment), {
|
|
4466
4499
|
position: "end",
|
|
4467
4500
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)("span", {
|
|
4468
4501
|
sx: {
|
|
@@ -4489,7 +4522,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4489
4522
|
xs: 4,
|
|
4490
4523
|
md: 3
|
|
4491
4524
|
},
|
|
4492
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4525
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAutocomplete), {
|
|
4493
4526
|
disabled: loadingTo || loadingFrom,
|
|
4494
4527
|
options: (0, $0f961b0b28f97b26$export$e5ad74579c86b003).filter((country)=>{
|
|
4495
4528
|
if (calculator && calculator[fromCountryValue] && calculator[fromCountryValue].active && calculator[fromCountryValue].countryTo[country.code] && calculator[fromCountryValue].countryTo[country.code].active) return country;
|
|
@@ -4505,7 +4538,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4505
4538
|
value: (0, $0f961b0b28f97b26$export$e5ad74579c86b003).filter((country)=>country.code == toCountryValue)[0],
|
|
4506
4539
|
autoHighlight: true,
|
|
4507
4540
|
getOptionLabel: (option)=>`${option.currency}`,
|
|
4508
|
-
renderOption: (props, option)=>/*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
4541
|
+
renderOption: (props, option)=>/*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialBox), {
|
|
4509
4542
|
component: "li",
|
|
4510
4543
|
...props,
|
|
4511
4544
|
children: [
|
|
@@ -4520,10 +4553,10 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4520
4553
|
option.currency
|
|
4521
4554
|
]
|
|
4522
4555
|
}),
|
|
4523
|
-
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4556
|
+
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
4524
4557
|
variant: "outlined",
|
|
4525
4558
|
sx: classes.rootFlags,
|
|
4526
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4559
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTextField), {
|
|
4527
4560
|
...params,
|
|
4528
4561
|
variant: "standard",
|
|
4529
4562
|
slotProps: {
|
|
@@ -4551,7 +4584,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4551
4584
|
size: {
|
|
4552
4585
|
xs: 12
|
|
4553
4586
|
},
|
|
4554
|
-
children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4587
|
+
children: !isLoading && !loadingFrom && !loadingTo && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialFormHelperText), {
|
|
4555
4588
|
sx: {
|
|
4556
4589
|
color: "red"
|
|
4557
4590
|
},
|
|
@@ -4563,14 +4596,14 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4563
4596
|
size: {
|
|
4564
4597
|
xs: 12
|
|
4565
4598
|
},
|
|
4566
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4599
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialFormControl), {
|
|
4567
4600
|
fullWidth: true,
|
|
4568
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4601
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialSelect), {
|
|
4569
4602
|
id: "demo-customized-select-native",
|
|
4570
4603
|
value: "Banks",
|
|
4571
4604
|
onChange: this.changeBank,
|
|
4572
4605
|
children: paymentMethods && paymentMethods.map((payment, index)=>{
|
|
4573
|
-
if (payment.id == "trc20") return /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
4606
|
+
if (payment.id == "trc20") return /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialMenuItem), {
|
|
4574
4607
|
value: payment.id,
|
|
4575
4608
|
children: [
|
|
4576
4609
|
"Tron TRC20 (",
|
|
@@ -4578,7 +4611,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4578
4611
|
")"
|
|
4579
4612
|
]
|
|
4580
4613
|
}, payment.name + index);
|
|
4581
|
-
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4614
|
+
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialMenuItem), {
|
|
4582
4615
|
value: payment.id,
|
|
4583
4616
|
children: payment.label
|
|
4584
4617
|
}, payment.name + index);
|
|
@@ -4598,14 +4631,14 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4598
4631
|
children: [
|
|
4599
4632
|
this.state.hasValidCoupon && plus != null && plus != 'undefined' && plus != 0 && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4600
4633
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)("p", {
|
|
4601
|
-
|
|
4634
|
+
sx: {
|
|
4602
4635
|
textAlign: "center"
|
|
4603
4636
|
},
|
|
4604
4637
|
children: content.calculator.plus.replace("amount", plus).replace("currency", this.state.isUsdt ? 'USDT' : toCurrencyValue)
|
|
4605
4638
|
})
|
|
4606
4639
|
}),
|
|
4607
4640
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4608
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4641
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4609
4642
|
sx: classes.labelCoupon,
|
|
4610
4643
|
gutterBottom: true,
|
|
4611
4644
|
variant: "subtitle1",
|
|
@@ -4623,9 +4656,9 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4623
4656
|
size: {
|
|
4624
4657
|
xs: 5
|
|
4625
4658
|
},
|
|
4626
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4659
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
4627
4660
|
sx: classes.inputCoupon,
|
|
4628
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4661
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputBase), {
|
|
4629
4662
|
sx: classes.inputCouponText,
|
|
4630
4663
|
value: couponValue,
|
|
4631
4664
|
disabled: loadingFrom || loadingTo,
|
|
@@ -4641,9 +4674,9 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4641
4674
|
sx: {
|
|
4642
4675
|
paddingLeft: "3px"
|
|
4643
4676
|
},
|
|
4644
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4677
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTooltip), {
|
|
4645
4678
|
title: content.calculator.remove_coupon,
|
|
4646
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4679
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialButton), {
|
|
4647
4680
|
sx: classes.buttonRemoveCoupon,
|
|
4648
4681
|
onClick: this.removeCoupon,
|
|
4649
4682
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$HighlightOffOutlined), {
|
|
@@ -4660,7 +4693,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4660
4693
|
size: {
|
|
4661
4694
|
xs: 12
|
|
4662
4695
|
},
|
|
4663
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4696
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4664
4697
|
sx: {
|
|
4665
4698
|
color: "red",
|
|
4666
4699
|
textAlign: "center",
|
|
@@ -4687,12 +4720,12 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4687
4720
|
marginTop: "20px",
|
|
4688
4721
|
marginBottom: "10px"
|
|
4689
4722
|
},
|
|
4690
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4723
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialButton), {
|
|
4691
4724
|
sx: startDisabled ? classes.buttonStartDisabled : classes.buttonStart,
|
|
4692
4725
|
variant: "contained",
|
|
4693
4726
|
disabled: startDisabled,
|
|
4694
4727
|
onClick: this.handleSubmitForm,
|
|
4695
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4728
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4696
4729
|
sx: classes.textButtonStart,
|
|
4697
4730
|
children: content.landing.button_start
|
|
4698
4731
|
})
|
|
@@ -4705,7 +4738,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4705
4738
|
size: {
|
|
4706
4739
|
xs: 12
|
|
4707
4740
|
},
|
|
4708
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4741
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4709
4742
|
sx: classes.labelUpdateTC,
|
|
4710
4743
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $49f826b4fff6422b$export$2e2bcd8739ae039), {
|
|
4711
4744
|
locale: locale
|
|
@@ -4716,7 +4749,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4716
4749
|
size: {
|
|
4717
4750
|
xs: 12
|
|
4718
4751
|
},
|
|
4719
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4752
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
4720
4753
|
sx: {
|
|
4721
4754
|
color: "red",
|
|
4722
4755
|
textAlign: "center",
|
|
@@ -4733,7 +4766,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4733
4766
|
sx: {
|
|
4734
4767
|
marginTop: "45px"
|
|
4735
4768
|
},
|
|
4736
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
4769
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialDivider), {})
|
|
4737
4770
|
}),
|
|
4738
4771
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
4739
4772
|
size: {
|
|
@@ -4746,7 +4779,7 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4746
4779
|
sx: {
|
|
4747
4780
|
paddingBottom: "10px"
|
|
4748
4781
|
},
|
|
4749
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
4782
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialTypography), {
|
|
4750
4783
|
variant: "subtitle1",
|
|
4751
4784
|
children: [
|
|
4752
4785
|
/*#__PURE__*/ (0, $5OpyM$jsx)("span", {
|
|
@@ -4774,7 +4807,11 @@ class $e8a8a43586c972c2$var$Calculator extends (0, $5OpyM$Component) {
|
|
|
4774
4807
|
});
|
|
4775
4808
|
}
|
|
4776
4809
|
}
|
|
4777
|
-
var $
|
|
4810
|
+
var $f22028e81f385e47$export$2e2bcd8739ae039 = $f22028e81f385e47$var$Calculator;
|
|
4811
|
+
|
|
4812
|
+
|
|
4813
|
+
|
|
4814
|
+
|
|
4778
4815
|
|
|
4779
4816
|
|
|
4780
4817
|
|
|
@@ -5605,6 +5642,13 @@ var $aeba0491dead64b0$export$2e2bcd8739ae039 = $aeba0491dead64b0$var$OperationsH
|
|
|
5605
5642
|
|
|
5606
5643
|
|
|
5607
5644
|
|
|
5645
|
+
|
|
5646
|
+
|
|
5647
|
+
|
|
5648
|
+
|
|
5649
|
+
|
|
5650
|
+
|
|
5651
|
+
|
|
5608
5652
|
const $5432d217b58057a8$var$componentStyles = {
|
|
5609
5653
|
root: {
|
|
5610
5654
|
fontFamily: "Poppins",
|
|
@@ -5755,7 +5799,7 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5755
5799
|
size: {
|
|
5756
5800
|
xs: 12
|
|
5757
5801
|
},
|
|
5758
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5802
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
5759
5803
|
style: classes.labelAmount,
|
|
5760
5804
|
gutterBottom: true,
|
|
5761
5805
|
variant: "subtitle1",
|
|
@@ -5774,16 +5818,16 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5774
5818
|
size: {
|
|
5775
5819
|
xs: 5
|
|
5776
5820
|
},
|
|
5777
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5821
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
5778
5822
|
style: classes.inputAmount,
|
|
5779
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5823
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputBase), {
|
|
5780
5824
|
id: id,
|
|
5781
5825
|
style: classes.inputAmountText,
|
|
5782
5826
|
required: true,
|
|
5783
5827
|
value: user.isLoading || user.isDisabled ? "" : (user.amount > 0 ? user.amount.toString() : "").toString(),
|
|
5784
5828
|
type: "number",
|
|
5785
5829
|
disabled: user.isLoading || user.isDisabled || disabled,
|
|
5786
|
-
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5830
|
+
startAdornment: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialInputAdornment), {
|
|
5787
5831
|
position: "start",
|
|
5788
5832
|
style: {
|
|
5789
5833
|
marginTop: "0px"
|
|
@@ -5791,7 +5835,7 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5791
5835
|
children: /*#__PURE__*/ (0, $5OpyM$jsxs)("span", {
|
|
5792
5836
|
children: [
|
|
5793
5837
|
" ",
|
|
5794
|
-
user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5838
|
+
user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialCircularProgress), {
|
|
5795
5839
|
size: 18
|
|
5796
5840
|
}),
|
|
5797
5841
|
" "
|
|
@@ -5812,7 +5856,7 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5812
5856
|
size: {
|
|
5813
5857
|
xs: 5
|
|
5814
5858
|
},
|
|
5815
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5859
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAutocomplete), {
|
|
5816
5860
|
disabled: user.isLoading || user.isDisabled,
|
|
5817
5861
|
options: transferOptions,
|
|
5818
5862
|
style: {
|
|
@@ -5838,7 +5882,7 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5838
5882
|
const code = option.code || 'unknown';
|
|
5839
5883
|
const currency = option.currency || '';
|
|
5840
5884
|
const flagCode = code === "PE-USD" ? "PE" : code;
|
|
5841
|
-
return /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
5885
|
+
return /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialBox), {
|
|
5842
5886
|
component: "li",
|
|
5843
5887
|
...restProps,
|
|
5844
5888
|
children: [
|
|
@@ -5855,10 +5899,10 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5855
5899
|
}, `${code}-${currency}`);
|
|
5856
5900
|
},
|
|
5857
5901
|
disableClearable: true,
|
|
5858
|
-
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5902
|
+
renderInput: (params)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
5859
5903
|
variant: "outlined",
|
|
5860
5904
|
style: classes.rootFlags,
|
|
5861
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5905
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTextField), {
|
|
5862
5906
|
style: {
|
|
5863
5907
|
fontSize: "15px"
|
|
5864
5908
|
},
|
|
@@ -5883,7 +5927,7 @@ const $9e00e2be3bd88fb2$var$InputAmount = (props)=>{
|
|
|
5883
5927
|
size: {
|
|
5884
5928
|
xs: 12
|
|
5885
5929
|
},
|
|
5886
|
-
children: !user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5930
|
+
children: !user.isLoading && !user.isDisabled && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialFormHelperText), {
|
|
5887
5931
|
style: {
|
|
5888
5932
|
color: "red"
|
|
5889
5933
|
},
|
|
@@ -5903,6 +5947,7 @@ var $9e00e2be3bd88fb2$export$2e2bcd8739ae039 = $9e00e2be3bd88fb2$var$InputAmount
|
|
|
5903
5947
|
|
|
5904
5948
|
|
|
5905
5949
|
|
|
5950
|
+
|
|
5906
5951
|
const $a4928b807540c328$var$Fees = (props)=>{
|
|
5907
5952
|
const { content: content, details: details, simulatorMode: simulatorMode, walletName: walletName = "", locale: locale } = props;
|
|
5908
5953
|
const [isUSDTReceiver, setIsUSDTReceiver] = (0, $5OpyM$useState)(false);
|
|
@@ -5934,7 +5979,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
5934
5979
|
size: {
|
|
5935
5980
|
xs: 1
|
|
5936
5981
|
},
|
|
5937
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
5982
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
5938
5983
|
variant: "body2",
|
|
5939
5984
|
color: "textSecondary"
|
|
5940
5985
|
})
|
|
@@ -5943,7 +5988,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
5943
5988
|
size: {
|
|
5944
5989
|
md: 4
|
|
5945
5990
|
},
|
|
5946
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
5991
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialTypography), {
|
|
5947
5992
|
variant: "body2",
|
|
5948
5993
|
color: "textSecondary",
|
|
5949
5994
|
sx: {
|
|
@@ -5959,7 +6004,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
5959
6004
|
size: {
|
|
5960
6005
|
xs: 1
|
|
5961
6006
|
},
|
|
5962
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6007
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
5963
6008
|
variant: "body2",
|
|
5964
6009
|
color: "textSecondary",
|
|
5965
6010
|
children: details.currency
|
|
@@ -5969,7 +6014,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
5969
6014
|
size: {
|
|
5970
6015
|
xs: 1
|
|
5971
6016
|
},
|
|
5972
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6017
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
5973
6018
|
variant: "body2",
|
|
5974
6019
|
color: "textSecondary",
|
|
5975
6020
|
children: " "
|
|
@@ -5979,7 +6024,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
5979
6024
|
size: {
|
|
5980
6025
|
xs: 5
|
|
5981
6026
|
},
|
|
5982
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6027
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
5983
6028
|
variant: "body2",
|
|
5984
6029
|
color: "textSecondary",
|
|
5985
6030
|
sx: {
|
|
@@ -6008,7 +6053,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6008
6053
|
size: {
|
|
6009
6054
|
xs: 1
|
|
6010
6055
|
},
|
|
6011
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6056
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6012
6057
|
variant: "body2",
|
|
6013
6058
|
color: "textSecondary"
|
|
6014
6059
|
})
|
|
@@ -6017,7 +6062,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6017
6062
|
size: {
|
|
6018
6063
|
md: 4
|
|
6019
6064
|
},
|
|
6020
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6065
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6021
6066
|
variant: "body2",
|
|
6022
6067
|
color: "textSecondary",
|
|
6023
6068
|
sx: {
|
|
@@ -6030,7 +6075,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6030
6075
|
size: {
|
|
6031
6076
|
xs: 1
|
|
6032
6077
|
},
|
|
6033
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6078
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6034
6079
|
variant: "body2",
|
|
6035
6080
|
color: "textSecondary",
|
|
6036
6081
|
children: details.currency
|
|
@@ -6040,7 +6085,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6040
6085
|
size: {
|
|
6041
6086
|
xs: 1
|
|
6042
6087
|
},
|
|
6043
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6088
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6044
6089
|
variant: "body2",
|
|
6045
6090
|
color: "textSecondary",
|
|
6046
6091
|
children: " "
|
|
@@ -6050,7 +6095,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6050
6095
|
size: {
|
|
6051
6096
|
xs: 5
|
|
6052
6097
|
},
|
|
6053
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
6098
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialTypography), {
|
|
6054
6099
|
variant: "body2",
|
|
6055
6100
|
color: "textSecondary",
|
|
6056
6101
|
sx: {
|
|
@@ -6095,7 +6140,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6095
6140
|
size: {
|
|
6096
6141
|
xs: 12
|
|
6097
6142
|
},
|
|
6098
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6143
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialDivider), {
|
|
6099
6144
|
sx: {
|
|
6100
6145
|
margin: 4
|
|
6101
6146
|
}
|
|
@@ -6116,7 +6161,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6116
6161
|
size: {
|
|
6117
6162
|
xs: 1
|
|
6118
6163
|
},
|
|
6119
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6164
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6120
6165
|
variant: "subtitle2",
|
|
6121
6166
|
color: "textPrimary",
|
|
6122
6167
|
sx: {
|
|
@@ -6130,7 +6175,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6130
6175
|
size: {
|
|
6131
6176
|
md: 4
|
|
6132
6177
|
},
|
|
6133
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6178
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6134
6179
|
variant: "subtitle2",
|
|
6135
6180
|
color: "textPrimary",
|
|
6136
6181
|
sx: {
|
|
@@ -6144,7 +6189,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6144
6189
|
size: {
|
|
6145
6190
|
xs: 1
|
|
6146
6191
|
},
|
|
6147
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6192
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6148
6193
|
variant: "subtitle2",
|
|
6149
6194
|
color: "textPrimary",
|
|
6150
6195
|
sx: {
|
|
@@ -6157,7 +6202,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6157
6202
|
size: {
|
|
6158
6203
|
xs: 1
|
|
6159
6204
|
},
|
|
6160
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6205
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6161
6206
|
variant: "body2",
|
|
6162
6207
|
color: "textSecondary",
|
|
6163
6208
|
children: " "
|
|
@@ -6167,7 +6212,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6167
6212
|
size: {
|
|
6168
6213
|
xs: 5
|
|
6169
6214
|
},
|
|
6170
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6215
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6171
6216
|
variant: "subtitle2",
|
|
6172
6217
|
color: "textPrimary",
|
|
6173
6218
|
sx: {
|
|
@@ -6196,7 +6241,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6196
6241
|
size: {
|
|
6197
6242
|
xs: 1
|
|
6198
6243
|
},
|
|
6199
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6244
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6200
6245
|
variant: "body2",
|
|
6201
6246
|
color: "textPrimary"
|
|
6202
6247
|
})
|
|
@@ -6205,7 +6250,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6205
6250
|
size: {
|
|
6206
6251
|
md: 4
|
|
6207
6252
|
},
|
|
6208
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6253
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6209
6254
|
variant: "body2",
|
|
6210
6255
|
sx: {
|
|
6211
6256
|
textAlign: "right"
|
|
@@ -6217,7 +6262,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6217
6262
|
size: {
|
|
6218
6263
|
xs: 1
|
|
6219
6264
|
},
|
|
6220
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6265
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6221
6266
|
variant: "body2",
|
|
6222
6267
|
children: ` USDT`
|
|
6223
6268
|
})
|
|
@@ -6226,7 +6271,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6226
6271
|
size: {
|
|
6227
6272
|
xs: 1
|
|
6228
6273
|
},
|
|
6229
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6274
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6230
6275
|
variant: "body2",
|
|
6231
6276
|
children: " "
|
|
6232
6277
|
})
|
|
@@ -6235,7 +6280,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6235
6280
|
size: {
|
|
6236
6281
|
xs: 5
|
|
6237
6282
|
},
|
|
6238
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6283
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6239
6284
|
variant: "body2",
|
|
6240
6285
|
sx: {
|
|
6241
6286
|
fontWeight: "bold",
|
|
@@ -6263,7 +6308,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6263
6308
|
size: {
|
|
6264
6309
|
xs: 1
|
|
6265
6310
|
},
|
|
6266
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6311
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6267
6312
|
variant: "body2",
|
|
6268
6313
|
color: "textPrimary",
|
|
6269
6314
|
sx: {
|
|
@@ -6277,7 +6322,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6277
6322
|
size: {
|
|
6278
6323
|
md: 4
|
|
6279
6324
|
},
|
|
6280
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6325
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6281
6326
|
variant: "body2",
|
|
6282
6327
|
sx: {
|
|
6283
6328
|
textAlign: "right"
|
|
@@ -6289,7 +6334,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6289
6334
|
size: {
|
|
6290
6335
|
xs: 1
|
|
6291
6336
|
},
|
|
6292
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6337
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6293
6338
|
variant: "body2",
|
|
6294
6339
|
children: ` USDT`
|
|
6295
6340
|
})
|
|
@@ -6298,7 +6343,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6298
6343
|
size: {
|
|
6299
6344
|
xs: 1
|
|
6300
6345
|
},
|
|
6301
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6346
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6302
6347
|
variant: "body2",
|
|
6303
6348
|
children: " "
|
|
6304
6349
|
})
|
|
@@ -6307,7 +6352,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6307
6352
|
size: {
|
|
6308
6353
|
xs: 5
|
|
6309
6354
|
},
|
|
6310
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6355
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6311
6356
|
variant: "body2",
|
|
6312
6357
|
sx: {
|
|
6313
6358
|
fontWeight: "bold",
|
|
@@ -6335,7 +6380,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6335
6380
|
size: {
|
|
6336
6381
|
xs: 1
|
|
6337
6382
|
},
|
|
6338
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6383
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6339
6384
|
variant: "subtitle2",
|
|
6340
6385
|
color: "textPrimary",
|
|
6341
6386
|
sx: {
|
|
@@ -6349,7 +6394,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6349
6394
|
size: {
|
|
6350
6395
|
md: 4
|
|
6351
6396
|
},
|
|
6352
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6397
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6353
6398
|
variant: "subtitle2",
|
|
6354
6399
|
color: "textPrimary",
|
|
6355
6400
|
sx: {
|
|
@@ -6363,7 +6408,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6363
6408
|
size: {
|
|
6364
6409
|
xs: 1
|
|
6365
6410
|
},
|
|
6366
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6411
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6367
6412
|
variant: "subtitle2",
|
|
6368
6413
|
color: "textPrimary",
|
|
6369
6414
|
sx: {
|
|
@@ -6376,7 +6421,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6376
6421
|
size: {
|
|
6377
6422
|
xs: 1
|
|
6378
6423
|
},
|
|
6379
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6424
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6380
6425
|
variant: "body2",
|
|
6381
6426
|
color: "textSecondary",
|
|
6382
6427
|
children: " "
|
|
@@ -6386,7 +6431,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6386
6431
|
size: {
|
|
6387
6432
|
xs: 5
|
|
6388
6433
|
},
|
|
6389
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6434
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6390
6435
|
variant: "subtitle2",
|
|
6391
6436
|
color: "textPrimary",
|
|
6392
6437
|
sx: {
|
|
@@ -6415,7 +6460,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6415
6460
|
size: {
|
|
6416
6461
|
xs: 1
|
|
6417
6462
|
},
|
|
6418
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6463
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6419
6464
|
variant: "subtitle2",
|
|
6420
6465
|
color: "textPrimary",
|
|
6421
6466
|
sx: {
|
|
@@ -6429,7 +6474,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6429
6474
|
size: {
|
|
6430
6475
|
md: 4
|
|
6431
6476
|
},
|
|
6432
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6477
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6433
6478
|
variant: "subtitle2",
|
|
6434
6479
|
color: "textPrimary",
|
|
6435
6480
|
sx: {
|
|
@@ -6443,7 +6488,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6443
6488
|
size: {
|
|
6444
6489
|
xs: 1
|
|
6445
6490
|
},
|
|
6446
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6491
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6447
6492
|
variant: "subtitle2",
|
|
6448
6493
|
color: "textPrimary",
|
|
6449
6494
|
sx: {
|
|
@@ -6456,7 +6501,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6456
6501
|
size: {
|
|
6457
6502
|
xs: 1
|
|
6458
6503
|
},
|
|
6459
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6504
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6460
6505
|
variant: "body2",
|
|
6461
6506
|
color: "textSecondary",
|
|
6462
6507
|
children: " "
|
|
@@ -6466,7 +6511,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6466
6511
|
size: {
|
|
6467
6512
|
xs: 5
|
|
6468
6513
|
},
|
|
6469
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6514
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6470
6515
|
variant: "subtitle2",
|
|
6471
6516
|
color: "textPrimary",
|
|
6472
6517
|
sx: {
|
|
@@ -6495,7 +6540,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6495
6540
|
size: {
|
|
6496
6541
|
xs: 1
|
|
6497
6542
|
},
|
|
6498
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6543
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6499
6544
|
variant: "subtitle2",
|
|
6500
6545
|
color: "textPrimary",
|
|
6501
6546
|
sx: {
|
|
@@ -6509,7 +6554,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6509
6554
|
size: {
|
|
6510
6555
|
md: 4
|
|
6511
6556
|
},
|
|
6512
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6557
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6513
6558
|
variant: "subtitle2",
|
|
6514
6559
|
color: "textPrimary",
|
|
6515
6560
|
sx: {
|
|
@@ -6523,7 +6568,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6523
6568
|
size: {
|
|
6524
6569
|
xs: 1
|
|
6525
6570
|
},
|
|
6526
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6571
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6527
6572
|
variant: "subtitle2",
|
|
6528
6573
|
color: "textPrimary",
|
|
6529
6574
|
sx: {
|
|
@@ -6536,7 +6581,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6536
6581
|
size: {
|
|
6537
6582
|
xs: 1
|
|
6538
6583
|
},
|
|
6539
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6584
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6540
6585
|
variant: "body2",
|
|
6541
6586
|
color: "textSecondary",
|
|
6542
6587
|
children: " "
|
|
@@ -6546,7 +6591,7 @@ const $a4928b807540c328$var$Fees = (props)=>{
|
|
|
6546
6591
|
size: {
|
|
6547
6592
|
xs: 5
|
|
6548
6593
|
},
|
|
6549
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6594
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6550
6595
|
variant: "subtitle2",
|
|
6551
6596
|
color: "textPrimary",
|
|
6552
6597
|
sx: {
|
|
@@ -6575,6 +6620,7 @@ var $a4928b807540c328$export$2e2bcd8739ae039 = $a4928b807540c328$var$Fees;
|
|
|
6575
6620
|
|
|
6576
6621
|
|
|
6577
6622
|
|
|
6623
|
+
|
|
6578
6624
|
const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
6579
6625
|
const disclaimerTypes = {
|
|
6580
6626
|
send: "send",
|
|
@@ -6600,9 +6646,9 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6600
6646
|
size: {
|
|
6601
6647
|
xs: 12
|
|
6602
6648
|
},
|
|
6603
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6649
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAlert), {
|
|
6604
6650
|
severity: "info",
|
|
6605
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6651
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6606
6652
|
variant: "body2",
|
|
6607
6653
|
children: content.disclaimers.send
|
|
6608
6654
|
})
|
|
@@ -6612,7 +6658,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6612
6658
|
size: {
|
|
6613
6659
|
xs: 12
|
|
6614
6660
|
},
|
|
6615
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
6661
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialTypography), {
|
|
6616
6662
|
variant: "body2",
|
|
6617
6663
|
align: "center",
|
|
6618
6664
|
children: [
|
|
@@ -6626,7 +6672,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6626
6672
|
size: {
|
|
6627
6673
|
xs: 12
|
|
6628
6674
|
},
|
|
6629
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6675
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6630
6676
|
variant: "body2",
|
|
6631
6677
|
align: "center",
|
|
6632
6678
|
sx: {
|
|
@@ -6648,9 +6694,9 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6648
6694
|
size: {
|
|
6649
6695
|
xs: 12
|
|
6650
6696
|
},
|
|
6651
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6697
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAlert), {
|
|
6652
6698
|
severity: "info",
|
|
6653
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6699
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6654
6700
|
sx: {
|
|
6655
6701
|
fontSize: "0.8rem"
|
|
6656
6702
|
},
|
|
@@ -6662,7 +6708,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6662
6708
|
size: {
|
|
6663
6709
|
xs: 12
|
|
6664
6710
|
},
|
|
6665
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6711
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6666
6712
|
variant: "body2",
|
|
6667
6713
|
align: "center",
|
|
6668
6714
|
children: content.disclaimers.sendDescription
|
|
@@ -6673,7 +6719,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6673
6719
|
xs: 12
|
|
6674
6720
|
},
|
|
6675
6721
|
children: [
|
|
6676
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6722
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6677
6723
|
variant: "body2",
|
|
6678
6724
|
align: "center",
|
|
6679
6725
|
sx: {
|
|
@@ -6683,7 +6729,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6683
6729
|
children: __expiration
|
|
6684
6730
|
})
|
|
6685
6731
|
}),
|
|
6686
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6732
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6687
6733
|
variant: "caption",
|
|
6688
6734
|
align: "justify",
|
|
6689
6735
|
sx: {
|
|
@@ -6708,9 +6754,9 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6708
6754
|
size: {
|
|
6709
6755
|
xs: 12
|
|
6710
6756
|
},
|
|
6711
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6757
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAlert), {
|
|
6712
6758
|
severity: "info",
|
|
6713
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6759
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6714
6760
|
sx: {
|
|
6715
6761
|
fontSize: "0.8rem"
|
|
6716
6762
|
},
|
|
@@ -6722,7 +6768,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6722
6768
|
size: {
|
|
6723
6769
|
xs: 12
|
|
6724
6770
|
},
|
|
6725
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6771
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6726
6772
|
variant: "body2",
|
|
6727
6773
|
align: "justify",
|
|
6728
6774
|
children: content.disclaimers.receiveDescription
|
|
@@ -6732,7 +6778,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6732
6778
|
size: {
|
|
6733
6779
|
xs: 12
|
|
6734
6780
|
},
|
|
6735
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6781
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6736
6782
|
variant: "caption",
|
|
6737
6783
|
sx: {
|
|
6738
6784
|
color: "#878787"
|
|
@@ -6751,9 +6797,9 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6751
6797
|
size: {
|
|
6752
6798
|
xs: 12
|
|
6753
6799
|
},
|
|
6754
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6800
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAlert), {
|
|
6755
6801
|
severity: "info",
|
|
6756
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6802
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6757
6803
|
sx: {
|
|
6758
6804
|
fontSize: "0.8rem"
|
|
6759
6805
|
},
|
|
@@ -6766,12 +6812,12 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6766
6812
|
xs: 12
|
|
6767
6813
|
},
|
|
6768
6814
|
children: [
|
|
6769
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6815
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6770
6816
|
variant: "body2",
|
|
6771
6817
|
align: "justify",
|
|
6772
6818
|
children: content.disclaimers.receiveDescription
|
|
6773
6819
|
}),
|
|
6774
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6820
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6775
6821
|
variant: "caption",
|
|
6776
6822
|
align: "justify",
|
|
6777
6823
|
sx: {
|
|
@@ -6783,7 +6829,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6783
6829
|
},
|
|
6784
6830
|
children: content.disclaimers.receiveDisclaimer?.replace("{COUNTRY}", optionName)
|
|
6785
6831
|
}),
|
|
6786
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6832
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6787
6833
|
variant: "caption",
|
|
6788
6834
|
sx: {
|
|
6789
6835
|
color: "#878787"
|
|
@@ -6803,7 +6849,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6803
6849
|
size: {
|
|
6804
6850
|
xs: 12
|
|
6805
6851
|
},
|
|
6806
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6852
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialAlert), {
|
|
6807
6853
|
severity: "info",
|
|
6808
6854
|
children: content.disclaimers.wallet
|
|
6809
6855
|
})
|
|
@@ -6812,7 +6858,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6812
6858
|
size: {
|
|
6813
6859
|
xs: 12
|
|
6814
6860
|
},
|
|
6815
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6861
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6816
6862
|
variant: "body2",
|
|
6817
6863
|
align: "center",
|
|
6818
6864
|
children: content.disclaimers.walletDescription
|
|
@@ -6823,7 +6869,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6823
6869
|
xs: 12
|
|
6824
6870
|
},
|
|
6825
6871
|
children: [
|
|
6826
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6872
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6827
6873
|
variant: "body2",
|
|
6828
6874
|
align: "center",
|
|
6829
6875
|
sx: {
|
|
@@ -6833,7 +6879,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6833
6879
|
children: __expiration
|
|
6834
6880
|
})
|
|
6835
6881
|
}),
|
|
6836
|
-
option.code == "ACH" ? /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6882
|
+
option.code == "ACH" ? /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6837
6883
|
variant: "caption",
|
|
6838
6884
|
align: "center",
|
|
6839
6885
|
sx: {
|
|
@@ -6844,7 +6890,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6844
6890
|
maringBottom: 15
|
|
6845
6891
|
},
|
|
6846
6892
|
children: content.disclaimers.walletDisclaimerACH
|
|
6847
|
-
}) : /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6893
|
+
}) : /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6848
6894
|
variant: "caption",
|
|
6849
6895
|
align: "center",
|
|
6850
6896
|
sx: {
|
|
@@ -6861,7 +6907,7 @@ const $8389761474a96b2d$var$Disclaimers = (props)=>{
|
|
|
6861
6907
|
]
|
|
6862
6908
|
});
|
|
6863
6909
|
default:
|
|
6864
|
-
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
6910
|
+
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
6865
6911
|
children: " "
|
|
6866
6912
|
});
|
|
6867
6913
|
}
|
|
@@ -7078,6 +7124,8 @@ const $56b45b529a0f8882$export$926bfdedbec70796 = (payments)=>{
|
|
|
7078
7124
|
|
|
7079
7125
|
|
|
7080
7126
|
|
|
7127
|
+
|
|
7128
|
+
|
|
7081
7129
|
const $8010ff186eb4c648$var$PaymentMethodSelector = ({ paymentMethods: paymentMethods, onChange: onChange })=>{
|
|
7082
7130
|
const [selectedItem, setSelectedItem] = (0, $5OpyM$useState)(paymentMethods[0]?.id || "");
|
|
7083
7131
|
const handleOnChange = ({ target: target })=>{
|
|
@@ -7089,16 +7137,16 @@ const $8010ff186eb4c648$var$PaymentMethodSelector = ({ paymentMethods: paymentMe
|
|
|
7089
7137
|
}, [
|
|
7090
7138
|
paymentMethods
|
|
7091
7139
|
]);
|
|
7092
|
-
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7140
|
+
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7093
7141
|
container: true,
|
|
7094
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7142
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7095
7143
|
size: {
|
|
7096
7144
|
xs: 12
|
|
7097
7145
|
},
|
|
7098
|
-
children: paymentMethods && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7146
|
+
children: paymentMethods && /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7099
7147
|
item: true,
|
|
7100
7148
|
xs: 12,
|
|
7101
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7149
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialSelect), {
|
|
7102
7150
|
id: "demo-customized-select-native",
|
|
7103
7151
|
value: selectedItem,
|
|
7104
7152
|
onChange: handleOnChange,
|
|
@@ -7106,7 +7154,7 @@ const $8010ff186eb4c648$var$PaymentMethodSelector = ({ paymentMethods: paymentMe
|
|
|
7106
7154
|
minWidth: 300
|
|
7107
7155
|
},
|
|
7108
7156
|
fullWidth: true,
|
|
7109
|
-
children: paymentMethods && paymentMethods.filter((e)=>e.id != "trc20").map((payment, index)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7157
|
+
children: paymentMethods && paymentMethods.filter((e)=>e.id != "trc20").map((payment, index)=>/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialMenuItem), {
|
|
7110
7158
|
value: payment.id,
|
|
7111
7159
|
children: payment.label
|
|
7112
7160
|
}, payment.name + index))
|
|
@@ -7119,9 +7167,9 @@ var $8010ff186eb4c648$export$2e2bcd8739ae039 = $8010ff186eb4c648$var$PaymentMeth
|
|
|
7119
7167
|
|
|
7120
7168
|
|
|
7121
7169
|
|
|
7122
|
-
|
|
7170
|
+
|
|
7123
7171
|
const $a07246d68c74b7cf$var$theme = (0, $5OpyM$createTheme)();
|
|
7124
|
-
const $a07246d68c74b7cf$export$5ecc5d08426f3213 = (0, $5OpyM$
|
|
7172
|
+
const $a07246d68c74b7cf$export$5ecc5d08426f3213 = (0, $5OpyM$makeStyles)(()=>({
|
|
7125
7173
|
// 'input[type=number]::-webkit-outer-spin-button': {
|
|
7126
7174
|
// '-webkit-appearance': 'none',
|
|
7127
7175
|
// margin: 0
|
|
@@ -7845,7 +7893,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
7845
7893
|
href: "https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap",
|
|
7846
7894
|
rel: "stylesheet"
|
|
7847
7895
|
}),
|
|
7848
|
-
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7896
|
+
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialPaper), {
|
|
7849
7897
|
className: classes.root,
|
|
7850
7898
|
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialGrid2), {
|
|
7851
7899
|
container: true,
|
|
@@ -7862,7 +7910,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
7862
7910
|
},
|
|
7863
7911
|
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7864
7912
|
size: "grow",
|
|
7865
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7913
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialTypography), {
|
|
7866
7914
|
className: classes.labelAmount,
|
|
7867
7915
|
gutterBottom: true,
|
|
7868
7916
|
variant: "subtitle1",
|
|
@@ -7890,7 +7938,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
7890
7938
|
children: [
|
|
7891
7939
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7892
7940
|
size: "grow",
|
|
7893
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7941
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialChip), {
|
|
7894
7942
|
className: simulatorMode === (0, $3217af864b2b4eed$export$e3d7a3ffb08d3f7a).SEND ? classes.chipOptionChecked : classes.chipOptionUnchecked,
|
|
7895
7943
|
label: content.simulator.header_chips.option_send,
|
|
7896
7944
|
variant: "outlined",
|
|
@@ -7901,7 +7949,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
7901
7949
|
}),
|
|
7902
7950
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
7903
7951
|
size: "grow",
|
|
7904
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
7952
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialChip), {
|
|
7905
7953
|
className: simulatorMode === (0, $3217af864b2b4eed$export$e3d7a3ffb08d3f7a).COLLECT ? classes.chipOptionChecked : classes.chipOptionUnchecked,
|
|
7906
7954
|
label: content.simulator.header_chips.option_receive,
|
|
7907
7955
|
variant: "outlined",
|
|
@@ -8052,7 +8100,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
8052
8100
|
marginTop: "15px",
|
|
8053
8101
|
marginBottom: "15px"
|
|
8054
8102
|
},
|
|
8055
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
8103
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialButton), {
|
|
8056
8104
|
className: classes.button,
|
|
8057
8105
|
variant: "contained",
|
|
8058
8106
|
onClick: handleNext,
|
|
@@ -8081,7 +8129,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
8081
8129
|
sx: {
|
|
8082
8130
|
marginTop: "60px"
|
|
8083
8131
|
},
|
|
8084
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$
|
|
8132
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialDivider), {})
|
|
8085
8133
|
}),
|
|
8086
8134
|
/*#__PURE__*/ (0, $5OpyM$jsx)((0, $5OpyM$muimaterialGrid2), {
|
|
8087
8135
|
size: {
|
|
@@ -8094,7 +8142,7 @@ function $c4ee7a827d19e0d2$var$Simulator(props) {
|
|
|
8094
8142
|
sx: {
|
|
8095
8143
|
paddingBottom: "10px"
|
|
8096
8144
|
},
|
|
8097
|
-
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$
|
|
8145
|
+
children: /*#__PURE__*/ (0, $5OpyM$jsxs)((0, $5OpyM$muimaterialTypography), {
|
|
8098
8146
|
variant: "subtitle1",
|
|
8099
8147
|
sx: {
|
|
8100
8148
|
display: "flex",
|
|
@@ -8158,7 +8206,7 @@ function $cf838c15c8b009ba$var$WrappedSimulator(props) {
|
|
|
8158
8206
|
});
|
|
8159
8207
|
}
|
|
8160
8208
|
function $cf838c15c8b009ba$var$WrappedCalculator(props) {
|
|
8161
|
-
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $
|
|
8209
|
+
return /*#__PURE__*/ (0, $5OpyM$jsx)((0, $f22028e81f385e47$export$2e2bcd8739ae039), {
|
|
8162
8210
|
testMode: props.testMode,
|
|
8163
8211
|
locale: props.locale,
|
|
8164
8212
|
startUrl: props.startUrl,
|