@pelcro/react-pelcro-js 3.13.0-beta.7 → 3.13.0-beta.9
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.cjs.js +1083 -446
- package/dist/index.esm.js +1078 -447
- package/dist/pelcro.css +8 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3215,6 +3215,7 @@ var validation$3 = {
|
|
|
3215
3215
|
validEmail: "Email address is not valid.",
|
|
3216
3216
|
validUsername: "User name is not valid.",
|
|
3217
3217
|
enterEmail: "Email address is required.",
|
|
3218
|
+
enterEmails: "Email addresses are required.",
|
|
3218
3219
|
enterUsername: "User name is required.",
|
|
3219
3220
|
enterPassword: "Password is required.",
|
|
3220
3221
|
confirmPassword: "Confirm password is required.",
|
|
@@ -3331,7 +3332,7 @@ var paymentMethod_en = {
|
|
|
3331
3332
|
var title$z = "Enter your email to subscribe to our newsletter";
|
|
3332
3333
|
var updateTitle$3 = "Update newsletter selections";
|
|
3333
3334
|
var subtitle$f = "We may use your email for other marketing communication";
|
|
3334
|
-
var labels
|
|
3335
|
+
var labels$12 = {
|
|
3335
3336
|
submit: "Submit",
|
|
3336
3337
|
firstName: "First name",
|
|
3337
3338
|
lastName: "Last name",
|
|
@@ -3350,11 +3351,11 @@ var newsletter_en = {
|
|
|
3350
3351
|
title: title$z,
|
|
3351
3352
|
updateTitle: updateTitle$3,
|
|
3352
3353
|
subtitle: subtitle$f,
|
|
3353
|
-
labels: labels
|
|
3354
|
+
labels: labels$12,
|
|
3354
3355
|
messages: messages$17
|
|
3355
3356
|
};
|
|
3356
3357
|
|
|
3357
|
-
var labels$
|
|
3358
|
+
var labels$11 = {
|
|
3358
3359
|
"continue": "Continue to content"
|
|
3359
3360
|
};
|
|
3360
3361
|
var messages$16 = {
|
|
@@ -3383,7 +3384,7 @@ var errors$j = {
|
|
|
3383
3384
|
"": ""
|
|
3384
3385
|
};
|
|
3385
3386
|
var success_en = {
|
|
3386
|
-
labels: labels$
|
|
3387
|
+
labels: labels$11,
|
|
3387
3388
|
messages: messages$16,
|
|
3388
3389
|
errors: errors$j
|
|
3389
3390
|
};
|
|
@@ -3407,7 +3408,7 @@ var messages$14 = {
|
|
|
3407
3408
|
bankRedirection: "Please hold, redirecting you to your bank.",
|
|
3408
3409
|
bankAuthenticationSuccess: "Please wait while we process your request."
|
|
3409
3410
|
};
|
|
3410
|
-
var labels$
|
|
3411
|
+
var labels$10 = {
|
|
3411
3412
|
card: "Enter card number",
|
|
3412
3413
|
date: "Expiration date",
|
|
3413
3414
|
CVC: "CVC",
|
|
@@ -3430,7 +3431,7 @@ var labels$Z = {
|
|
|
3430
3431
|
};
|
|
3431
3432
|
var checkoutForm_en = {
|
|
3432
3433
|
messages: messages$14,
|
|
3433
|
-
labels: labels$
|
|
3434
|
+
labels: labels$10
|
|
3434
3435
|
};
|
|
3435
3436
|
|
|
3436
3437
|
var youAreSafe$3 = "You're safe - PCI compliant 128 SSL by";
|
|
@@ -3440,6 +3441,7 @@ var successfully$3 = "successfully";
|
|
|
3440
3441
|
var entitlement$3 = "Some of the content on this page is available with one or more of our plans. <1>Subscribe</1> now to get full page access.";
|
|
3441
3442
|
var recaptcha$3 = "This site is protected by reCAPTCHA and the Google <1>Privacy Policy</1> and <3>Terms of Service</3> apply.";
|
|
3442
3443
|
var invalidInvoice$3 = "Invalid invoice ID, please contact support";
|
|
3444
|
+
var invalidSubscription$2 = "Invalid subscription ID, please contact support";
|
|
3443
3445
|
var zeroTotalInvoice$3 = "You can't view an invoice of 0$";
|
|
3444
3446
|
var messages_en = {
|
|
3445
3447
|
youAreSafe: youAreSafe$3,
|
|
@@ -3449,10 +3451,11 @@ var messages_en = {
|
|
|
3449
3451
|
entitlement: entitlement$3,
|
|
3450
3452
|
recaptcha: recaptcha$3,
|
|
3451
3453
|
invalidInvoice: invalidInvoice$3,
|
|
3454
|
+
invalidSubscription: invalidSubscription$2,
|
|
3452
3455
|
zeroTotalInvoice: zeroTotalInvoice$3
|
|
3453
3456
|
};
|
|
3454
3457
|
|
|
3455
|
-
var labels
|
|
3458
|
+
var labels$$ = {
|
|
3456
3459
|
email: "Enter email",
|
|
3457
3460
|
username: "Enter username",
|
|
3458
3461
|
password: "Enter password",
|
|
@@ -3480,12 +3483,12 @@ var errors$h = {
|
|
|
3480
3483
|
"": ""
|
|
3481
3484
|
};
|
|
3482
3485
|
var login_en = {
|
|
3483
|
-
labels: labels
|
|
3486
|
+
labels: labels$$,
|
|
3484
3487
|
messages: messages$13,
|
|
3485
3488
|
errors: errors$h
|
|
3486
3489
|
};
|
|
3487
3490
|
|
|
3488
|
-
var labels$
|
|
3491
|
+
var labels$_ = {
|
|
3489
3492
|
title: "Verifying Passwordless Link",
|
|
3490
3493
|
instructions: "You're on your way!\nLet's confirm your email address.\nClick on the verification link we've sent to your email:",
|
|
3491
3494
|
resend: "Resend email"
|
|
@@ -3495,13 +3498,13 @@ var messages$12 = {
|
|
|
3495
3498
|
success: "You have logged in successfully"
|
|
3496
3499
|
};
|
|
3497
3500
|
var verifyLinkToken_en = {
|
|
3498
|
-
labels: labels$
|
|
3501
|
+
labels: labels$_,
|
|
3499
3502
|
messages: messages$12
|
|
3500
3503
|
};
|
|
3501
3504
|
|
|
3502
3505
|
var title$y = "Create an account";
|
|
3503
3506
|
var subtitle$e = "Enter your email and password below";
|
|
3504
|
-
var labels$
|
|
3507
|
+
var labels$Z = {
|
|
3505
3508
|
signUpFacebook: "Sign up with Facebook",
|
|
3506
3509
|
signUpGoogle: "Sign up with Google",
|
|
3507
3510
|
signUpEmail: "Sign up with Email",
|
|
@@ -3588,14 +3591,14 @@ var redeem$3 = {
|
|
|
3588
3591
|
var register_en = {
|
|
3589
3592
|
title: title$y,
|
|
3590
3593
|
subtitle: subtitle$e,
|
|
3591
|
-
labels: labels$
|
|
3594
|
+
labels: labels$Z,
|
|
3592
3595
|
messages: messages$11,
|
|
3593
3596
|
errors: errors$g,
|
|
3594
3597
|
gift: gift$3,
|
|
3595
3598
|
redeem: redeem$3
|
|
3596
3599
|
};
|
|
3597
3600
|
|
|
3598
|
-
var labels$
|
|
3601
|
+
var labels$Y = {
|
|
3599
3602
|
title: "Want to update your profile?",
|
|
3600
3603
|
subtitle: "Enter your information below to update your profile",
|
|
3601
3604
|
email: "Email",
|
|
@@ -3618,14 +3621,14 @@ var messages$10 = {
|
|
|
3618
3621
|
pictureUpdated: "Your profile picture was updated successfully."
|
|
3619
3622
|
};
|
|
3620
3623
|
var userEdit_en = {
|
|
3621
|
-
labels: labels$
|
|
3624
|
+
labels: labels$Y,
|
|
3622
3625
|
messages: messages$10
|
|
3623
3626
|
};
|
|
3624
3627
|
|
|
3625
3628
|
var title$x = "Enter your shipping address";
|
|
3626
3629
|
var selectAddressTitle$3 = "Please select an address";
|
|
3627
3630
|
var selectAddressSubtitle$3 = "Select one of your saved addresses, or add a new one";
|
|
3628
|
-
var labels$
|
|
3631
|
+
var labels$X = {
|
|
3629
3632
|
address: "Address",
|
|
3630
3633
|
code: "Postal Code/Zip",
|
|
3631
3634
|
city: "City",
|
|
@@ -3649,7 +3652,7 @@ var address_en = {
|
|
|
3649
3652
|
title: title$x,
|
|
3650
3653
|
selectAddressTitle: selectAddressTitle$3,
|
|
3651
3654
|
selectAddressSubtitle: selectAddressSubtitle$3,
|
|
3652
|
-
labels: labels$
|
|
3655
|
+
labels: labels$X,
|
|
3653
3656
|
buttons: buttons$i,
|
|
3654
3657
|
messages: messages$$
|
|
3655
3658
|
};
|
|
@@ -3769,17 +3772,17 @@ var messages$Y = {
|
|
|
3769
3772
|
multipleCurrencies: "Your cart currently contains items which are available in different currencies. In order to proceed with the checkout, please make sure that all items have the same currency.",
|
|
3770
3773
|
currencyMismatch: "The selected item(s) do not match your current default currency ({{currency}}). Please choose item(s) only matching this currency."
|
|
3771
3774
|
};
|
|
3772
|
-
var labels$
|
|
3775
|
+
var labels$W = {
|
|
3773
3776
|
summary: "Order summary",
|
|
3774
3777
|
total: "total"
|
|
3775
3778
|
};
|
|
3776
3779
|
var shop_en = {
|
|
3777
3780
|
buttons: buttons$h,
|
|
3778
3781
|
messages: messages$Y,
|
|
3779
|
-
labels: labels$
|
|
3782
|
+
labels: labels$W
|
|
3780
3783
|
};
|
|
3781
3784
|
|
|
3782
|
-
var labels$
|
|
3785
|
+
var labels$V = {
|
|
3783
3786
|
cardNumber: "Card number",
|
|
3784
3787
|
securityCode: "Security Code",
|
|
3785
3788
|
submit: "Submit",
|
|
@@ -3815,12 +3818,12 @@ var errors$f = {
|
|
|
3815
3818
|
"": ""
|
|
3816
3819
|
};
|
|
3817
3820
|
var payment_en = {
|
|
3818
|
-
labels: labels$
|
|
3821
|
+
labels: labels$V,
|
|
3819
3822
|
messages: messages$X,
|
|
3820
3823
|
errors: errors$f
|
|
3821
3824
|
};
|
|
3822
3825
|
|
|
3823
|
-
var labels$
|
|
3826
|
+
var labels$U = {
|
|
3824
3827
|
menu: "Pelcro Menu",
|
|
3825
3828
|
name: "Name",
|
|
3826
3829
|
email: "Email",
|
|
@@ -3835,6 +3838,7 @@ var labels$R = {
|
|
|
3835
3838
|
scheduled: "Scheduled",
|
|
3836
3839
|
incomplete: "Incomplete"
|
|
3837
3840
|
},
|
|
3841
|
+
manageMembers: "Manage Members",
|
|
3838
3842
|
shipments: "Shipments remaining",
|
|
3839
3843
|
logout: "Logout",
|
|
3840
3844
|
dashboard: "Dashboard",
|
|
@@ -3864,6 +3868,9 @@ var labels$R = {
|
|
|
3864
3868
|
updateProfile: "Edit profile",
|
|
3865
3869
|
changePassword: "Change password",
|
|
3866
3870
|
editNewsletters: "Edit newsletters",
|
|
3871
|
+
myQRCode: "My QR code",
|
|
3872
|
+
shipping: "Shipping",
|
|
3873
|
+
billing: "Billing",
|
|
3867
3874
|
edit: "Edit",
|
|
3868
3875
|
gifts: "Gifts",
|
|
3869
3876
|
redeemGift: "Redeem gift",
|
|
@@ -3919,7 +3926,7 @@ var messages$W = {
|
|
|
3919
3926
|
}
|
|
3920
3927
|
};
|
|
3921
3928
|
var dashboard_en = {
|
|
3922
|
-
labels: labels$
|
|
3929
|
+
labels: labels$U,
|
|
3923
3930
|
messages: messages$W
|
|
3924
3931
|
};
|
|
3925
3932
|
|
|
@@ -3928,7 +3935,7 @@ var messages$V = {
|
|
|
3928
3935
|
loginHere: "Login here",
|
|
3929
3936
|
checkbox: "Check this box to gift this subscription"
|
|
3930
3937
|
};
|
|
3931
|
-
var labels$
|
|
3938
|
+
var labels$T = {
|
|
3932
3939
|
plan: {
|
|
3933
3940
|
title: "Subscribe to a plan",
|
|
3934
3941
|
subtitle: "Select one of the plans below and click on next."
|
|
@@ -3952,7 +3959,7 @@ var buttons$g = {
|
|
|
3952
3959
|
};
|
|
3953
3960
|
var select_en = {
|
|
3954
3961
|
messages: messages$V,
|
|
3955
|
-
labels: labels$
|
|
3962
|
+
labels: labels$T,
|
|
3956
3963
|
buttons: buttons$g
|
|
3957
3964
|
};
|
|
3958
3965
|
|
|
@@ -3966,7 +3973,7 @@ var notification_en = {
|
|
|
3966
3973
|
confirm: confirm$9
|
|
3967
3974
|
};
|
|
3968
3975
|
|
|
3969
|
-
var labels$
|
|
3976
|
+
var labels$S = {
|
|
3970
3977
|
title: "Verify your email",
|
|
3971
3978
|
instructions: "You're on your way!\nLet's confirm your email address.\nClick on the verification link we've sent to your email:",
|
|
3972
3979
|
resend: "Resend email"
|
|
@@ -3976,12 +3983,12 @@ var messages$U = {
|
|
|
3976
3983
|
success: "Email verified successfully!"
|
|
3977
3984
|
};
|
|
3978
3985
|
var verifyEmail_en = {
|
|
3979
|
-
labels: labels$
|
|
3986
|
+
labels: labels$S,
|
|
3980
3987
|
messages: messages$U
|
|
3981
3988
|
};
|
|
3982
3989
|
|
|
3983
3990
|
var title$r = "Invoice details";
|
|
3984
|
-
var labels$
|
|
3991
|
+
var labels$R = {
|
|
3985
3992
|
summary: "Summary",
|
|
3986
3993
|
total: "Total",
|
|
3987
3994
|
amountPaid: "Amount paid",
|
|
@@ -3994,11 +4001,11 @@ var buttons$f = {
|
|
|
3994
4001
|
};
|
|
3995
4002
|
var invoiceDetails_en = {
|
|
3996
4003
|
title: title$r,
|
|
3997
|
-
labels: labels$
|
|
4004
|
+
labels: labels$R,
|
|
3998
4005
|
buttons: buttons$f
|
|
3999
4006
|
};
|
|
4000
4007
|
|
|
4001
|
-
var labels$
|
|
4008
|
+
var labels$Q = {
|
|
4002
4009
|
title: "Cancel subscription",
|
|
4003
4010
|
cancelReason: "Cancellation reason",
|
|
4004
4011
|
subCancellation: {
|
|
@@ -4018,18 +4025,108 @@ var messages$T = {
|
|
|
4018
4025
|
}
|
|
4019
4026
|
};
|
|
4020
4027
|
var subscriptionCancel_en = {
|
|
4021
|
-
labels: labels$
|
|
4028
|
+
labels: labels$Q,
|
|
4022
4029
|
messages: messages$T
|
|
4023
4030
|
};
|
|
4024
4031
|
|
|
4032
|
+
var labels$P = {
|
|
4033
|
+
title: "Annuler l'abonnement",
|
|
4034
|
+
cancelReason: "Motif d'annulation",
|
|
4035
|
+
subCancellation: {
|
|
4036
|
+
goBack: "Retourner"
|
|
4037
|
+
}
|
|
4038
|
+
};
|
|
4039
|
+
var messages$S = {
|
|
4040
|
+
subscriptionEnd: "Cet abonnement doit expirer le",
|
|
4041
|
+
cancelNow: "Cancel Subscription Now",
|
|
4042
|
+
cancelLater: "Annuler l'abonnement maintenant",
|
|
4043
|
+
subCancellation: {
|
|
4044
|
+
isSureToCancelNow: "Êtes-vous sûr de vouloir résilier votre abonnement immédiatement?",
|
|
4045
|
+
isSureToCancel: "Êtes-vous sûr de vouloir résilier votre abonnement?",
|
|
4046
|
+
loading: "Annulation de votre abonnement",
|
|
4047
|
+
success: "L'abonnement a été annulé avec succès",
|
|
4048
|
+
error: "Erreur lors de l'annulation de votre abonnement"
|
|
4049
|
+
}
|
|
4050
|
+
};
|
|
4051
|
+
var subscriptionCancel_fr = {
|
|
4052
|
+
labels: labels$P,
|
|
4053
|
+
messages: messages$S
|
|
4054
|
+
};
|
|
4055
|
+
|
|
4056
|
+
var labels$O = {
|
|
4057
|
+
title: "구독 취소",
|
|
4058
|
+
cancelReason: "취소 사유",
|
|
4059
|
+
subCancellation: {
|
|
4060
|
+
goBack: "돌아가기"
|
|
4061
|
+
}
|
|
4062
|
+
};
|
|
4063
|
+
var messages$R = {
|
|
4064
|
+
subscriptionEnd: "이 구독은 다음 날짜에 만료되도록 설정되었습니다.",
|
|
4065
|
+
cancelNow: "지금 구독 취소",
|
|
4066
|
+
cancelLater: "기간 종료 시 취소",
|
|
4067
|
+
subCancellation: {
|
|
4068
|
+
isSureToCancelNow: "구독을 즉시 취소하시겠습니까?",
|
|
4069
|
+
isSureToCancel: "구독을 취소하시겠습니까?",
|
|
4070
|
+
loading: "구독 취소",
|
|
4071
|
+
success: "구독이 성공적으로 취소되었습니다.",
|
|
4072
|
+
error: "구독 취소 중 오류 발생"
|
|
4073
|
+
}
|
|
4074
|
+
};
|
|
4075
|
+
var subscriptionCancel_ko = {
|
|
4076
|
+
labels: labels$O,
|
|
4077
|
+
messages: messages$R
|
|
4078
|
+
};
|
|
4079
|
+
|
|
4080
|
+
var labels$N = {
|
|
4081
|
+
inviteMembers: "Invite Members",
|
|
4082
|
+
listOfMembers: "List of members",
|
|
4083
|
+
invite: "Invite",
|
|
4084
|
+
remove: "Remove",
|
|
4085
|
+
emails: "Enter emails",
|
|
4086
|
+
status: "Status",
|
|
4087
|
+
actions: "Actions",
|
|
4088
|
+
email: "Email"
|
|
4089
|
+
};
|
|
4090
|
+
var subscriptionManageMembers_en = {
|
|
4091
|
+
labels: labels$N
|
|
4092
|
+
};
|
|
4093
|
+
|
|
4025
4094
|
var labels$M = {
|
|
4095
|
+
inviteMembers: "Inviter des membres",
|
|
4096
|
+
listOfMembers: "Liste des membres",
|
|
4097
|
+
invite: "Inviter",
|
|
4098
|
+
remove: "Retirer",
|
|
4099
|
+
emails: "Saisir les e-mails",
|
|
4100
|
+
status: "Statut",
|
|
4101
|
+
actions: "Actions",
|
|
4102
|
+
email: "E-mail"
|
|
4103
|
+
};
|
|
4104
|
+
var subscriptionManageMembers_fr = {
|
|
4105
|
+
labels: labels$M
|
|
4106
|
+
};
|
|
4107
|
+
|
|
4108
|
+
var labels$L = {
|
|
4109
|
+
inviteMembers: "회원 초대",
|
|
4110
|
+
listOfMembers: "구성원 목록",
|
|
4111
|
+
invite: "초대",
|
|
4112
|
+
remove: "제거하다",
|
|
4113
|
+
emails: "이메일 입력",
|
|
4114
|
+
status: "상태",
|
|
4115
|
+
actions: "행위",
|
|
4116
|
+
email: "이메일"
|
|
4117
|
+
};
|
|
4118
|
+
var subscriptionManageMembers_ko = {
|
|
4119
|
+
labels: labels$L
|
|
4120
|
+
};
|
|
4121
|
+
|
|
4122
|
+
var labels$K = {
|
|
4026
4123
|
title: "Suspend subscription",
|
|
4027
4124
|
suspensionDate: "Suspension date",
|
|
4028
4125
|
subCancellation: {
|
|
4029
4126
|
goBack: "Go back"
|
|
4030
4127
|
}
|
|
4031
4128
|
};
|
|
4032
|
-
var messages$
|
|
4129
|
+
var messages$Q = {
|
|
4033
4130
|
suspensionEnd: "The suspension is set to expire on",
|
|
4034
4131
|
suspendNow: "Suspend Subscription Now",
|
|
4035
4132
|
suspendLater: "Suspend at Period End",
|
|
@@ -4042,14 +4139,15 @@ var messages$S = {
|
|
|
4042
4139
|
}
|
|
4043
4140
|
};
|
|
4044
4141
|
var subscriptionSuspend_en = {
|
|
4045
|
-
labels: labels$
|
|
4046
|
-
messages: messages$
|
|
4142
|
+
labels: labels$K,
|
|
4143
|
+
messages: messages$Q
|
|
4047
4144
|
};
|
|
4048
4145
|
|
|
4049
4146
|
var validation$2 = {
|
|
4050
4147
|
validEmail: "le courriel n’est pas valide",
|
|
4051
4148
|
validUsername: "Le nom d'utilisateur n'est pas valide.",
|
|
4052
4149
|
enterEmail: "Un courriel est requis.",
|
|
4150
|
+
enterEmails: "Les adresses e-mail sont obligatoires.",
|
|
4053
4151
|
enterUsername: "Nom d'utilisateur est nécessaire.",
|
|
4054
4152
|
enterPassword: "Mot de passe requis.",
|
|
4055
4153
|
confirmPassword: "Confirmer le mot de passe requis.",
|
|
@@ -4166,7 +4264,7 @@ var paymentMethod_fr = {
|
|
|
4166
4264
|
var title$q = "Entrez votre adresse courriel pour vous abonner à notre infolettre";
|
|
4167
4265
|
var updateTitle$2 = "Mettre à jour son choix d'infolettres";
|
|
4168
4266
|
var subtitle$b = "Nous pouvons utiliser votre adresse courriel pour d’autres communications marketing";
|
|
4169
|
-
var labels$
|
|
4267
|
+
var labels$J = {
|
|
4170
4268
|
submit: "Lire l’article !",
|
|
4171
4269
|
firstName: "Prénom",
|
|
4172
4270
|
lastName: "Nom de famille",
|
|
@@ -4174,7 +4272,7 @@ var labels$L = {
|
|
|
4174
4272
|
postalCode: "Code postal",
|
|
4175
4273
|
required: "Champs obligatoires"
|
|
4176
4274
|
};
|
|
4177
|
-
var messages$
|
|
4275
|
+
var messages$P = {
|
|
4178
4276
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4179
4277
|
success: "Votre choix d'infolettres à été mis à jour",
|
|
4180
4278
|
loginHere: "Connectez-vous ici",
|
|
@@ -4185,14 +4283,14 @@ var newsletter_fr = {
|
|
|
4185
4283
|
title: title$q,
|
|
4186
4284
|
updateTitle: updateTitle$2,
|
|
4187
4285
|
subtitle: subtitle$b,
|
|
4188
|
-
labels: labels$
|
|
4189
|
-
messages: messages$
|
|
4286
|
+
labels: labels$J,
|
|
4287
|
+
messages: messages$P
|
|
4190
4288
|
};
|
|
4191
4289
|
|
|
4192
|
-
var labels$
|
|
4290
|
+
var labels$I = {
|
|
4193
4291
|
"continue": "Abonnement réussi !"
|
|
4194
4292
|
};
|
|
4195
|
-
var messages$
|
|
4293
|
+
var messages$O = {
|
|
4196
4294
|
yourFreeTrial: "Votre essai gratuit vient de débuter",
|
|
4197
4295
|
youHaveAccess: "Nous espérons que vous allez apprécier votre abonnement. Veuillez nous contacter si vous avez des questions ou des préoccupations.",
|
|
4198
4296
|
clickToLearn: {
|
|
@@ -4218,12 +4316,12 @@ var errors$e = {
|
|
|
4218
4316
|
"": ""
|
|
4219
4317
|
};
|
|
4220
4318
|
var success_fr = {
|
|
4221
|
-
labels: labels$
|
|
4222
|
-
messages: messages$
|
|
4319
|
+
labels: labels$I,
|
|
4320
|
+
messages: messages$O,
|
|
4223
4321
|
errors: errors$e
|
|
4224
4322
|
};
|
|
4225
4323
|
|
|
4226
|
-
var messages$
|
|
4324
|
+
var messages$N = {
|
|
4227
4325
|
freeVisits: "Visites gratuites restantes:",
|
|
4228
4326
|
subscribeNow: "Abonnez-vous maintenant !",
|
|
4229
4327
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
@@ -4233,16 +4331,16 @@ var errors$d = {
|
|
|
4233
4331
|
"": ""
|
|
4234
4332
|
};
|
|
4235
4333
|
var meter_fr = {
|
|
4236
|
-
messages: messages$
|
|
4334
|
+
messages: messages$N,
|
|
4237
4335
|
errors: errors$d
|
|
4238
4336
|
};
|
|
4239
4337
|
|
|
4240
|
-
var messages$
|
|
4338
|
+
var messages$M = {
|
|
4241
4339
|
youAreSafe: "Vous êtes en sécurité - PCI conforme 128 SSL par",
|
|
4242
4340
|
bankRedirection: "Veuillez patienter, nous vous redirigeons vers votre banque.",
|
|
4243
4341
|
bankAuthenticationSuccess: "Veuillez patienter pendant que nous accédons à votre requête."
|
|
4244
4342
|
};
|
|
4245
|
-
var labels$
|
|
4343
|
+
var labels$H = {
|
|
4246
4344
|
card: "Entrez le numéro de carte",
|
|
4247
4345
|
date: "Date d’expiration",
|
|
4248
4346
|
CVC: "CVC",
|
|
@@ -4264,8 +4362,8 @@ var labels$J = {
|
|
|
4264
4362
|
phone: "Téléphoner"
|
|
4265
4363
|
};
|
|
4266
4364
|
var checkoutForm_fr = {
|
|
4267
|
-
messages: messages$
|
|
4268
|
-
labels: labels$
|
|
4365
|
+
messages: messages$M,
|
|
4366
|
+
labels: labels$H
|
|
4269
4367
|
};
|
|
4270
4368
|
|
|
4271
4369
|
var youAreSafe$2 = "Vous êtes en sécurité - PCI conforme 128 SSL par";
|
|
@@ -4274,7 +4372,8 @@ var giftSent$2 = "Le cadeau d’abonnement a été envoyé à";
|
|
|
4274
4372
|
var successfully$2 = "avec succès.";
|
|
4275
4373
|
var entitlement$2 = "Une partie du contenu de cette page est disponible sous un ou plusieurs de nos plans. <1>Abonnez-vous</1> à l'un de nos plans disponibles pour accéder à plus de contenu";
|
|
4276
4374
|
var recaptcha$2 = "Ce site est protégé par reCAPTCHA - les <1>règles de confidentialité</1> Google ainsi que les <3>conditions d'utilisation</3> s'appliquent.";
|
|
4277
|
-
var invalidInvoice$2 = "
|
|
4375
|
+
var invalidInvoice$2 = "Identifiant de facture non valide, veuillez contacter l'assistance";
|
|
4376
|
+
var invalidSubscription$1 = "ID d'abonnement invalide, veuillez contacter l'assistance";
|
|
4278
4377
|
var zeroTotalInvoice$2 = "You can't view an invoice of 0$";
|
|
4279
4378
|
var messages_fr = {
|
|
4280
4379
|
youAreSafe: youAreSafe$2,
|
|
@@ -4284,10 +4383,11 @@ var messages_fr = {
|
|
|
4284
4383
|
entitlement: entitlement$2,
|
|
4285
4384
|
recaptcha: recaptcha$2,
|
|
4286
4385
|
invalidInvoice: invalidInvoice$2,
|
|
4386
|
+
invalidSubscription: invalidSubscription$1,
|
|
4287
4387
|
zeroTotalInvoice: zeroTotalInvoice$2
|
|
4288
4388
|
};
|
|
4289
4389
|
|
|
4290
|
-
var labels$
|
|
4390
|
+
var labels$G = {
|
|
4291
4391
|
email: "Entrez votre adresse courriel",
|
|
4292
4392
|
username: "Saisissez votre nom d'utilisateur",
|
|
4293
4393
|
password: "Entrez votre mot de passe",
|
|
@@ -4296,7 +4396,7 @@ var labels$I = {
|
|
|
4296
4396
|
passwordPlaceholder: "Mot de passe",
|
|
4297
4397
|
login: "Connexion"
|
|
4298
4398
|
};
|
|
4299
|
-
var messages$
|
|
4399
|
+
var messages$L = {
|
|
4300
4400
|
loginTo: "Connectez-vous à votre compte",
|
|
4301
4401
|
welcome: "Bienvenue, connectez-vous avec votre compte existant.",
|
|
4302
4402
|
dontHaveAccount: "Vous n’avez pas encore de compte ?",
|
|
@@ -4315,28 +4415,28 @@ var errors$c = {
|
|
|
4315
4415
|
"": ""
|
|
4316
4416
|
};
|
|
4317
4417
|
var login_fr = {
|
|
4318
|
-
labels: labels$
|
|
4319
|
-
messages: messages$
|
|
4418
|
+
labels: labels$G,
|
|
4419
|
+
messages: messages$L,
|
|
4320
4420
|
errors: errors$c
|
|
4321
4421
|
};
|
|
4322
4422
|
|
|
4323
|
-
var labels$
|
|
4423
|
+
var labels$F = {
|
|
4324
4424
|
title: "Confirmez votre courriel",
|
|
4325
4425
|
instructions: "Confirmez votre courriel.\nVeuillez cliquer sur le lien de vérification, qui vous a été envoyé à:",
|
|
4326
4426
|
resend: "Renvoyer le courriel"
|
|
4327
4427
|
};
|
|
4328
|
-
var messages$
|
|
4428
|
+
var messages$K = {
|
|
4329
4429
|
resent: "Renvoyé avec succès",
|
|
4330
4430
|
success: "Vous vous êtes connecté avec succès"
|
|
4331
4431
|
};
|
|
4332
4432
|
var verifyLinkToken_fr = {
|
|
4333
|
-
labels: labels$
|
|
4334
|
-
messages: messages$
|
|
4433
|
+
labels: labels$F,
|
|
4434
|
+
messages: messages$K
|
|
4335
4435
|
};
|
|
4336
4436
|
|
|
4337
4437
|
var title$p = "Créer un compte";
|
|
4338
4438
|
var subtitle$a = "Entrez votre courriel et votre mot de passe ci-dessous";
|
|
4339
|
-
var labels$
|
|
4439
|
+
var labels$E = {
|
|
4340
4440
|
signUpFacebook: "Inscrivez-vous avec Facebook",
|
|
4341
4441
|
signUpGoogle: "Inscrivez-vous avec Google",
|
|
4342
4442
|
signUpEmail: "Inscrivez-vous avec votre courriel",
|
|
@@ -4349,7 +4449,7 @@ var labels$G = {
|
|
|
4349
4449
|
lastName: "Nom de famille",
|
|
4350
4450
|
phone: "Téléphoner"
|
|
4351
4451
|
};
|
|
4352
|
-
var messages$
|
|
4452
|
+
var messages$J = {
|
|
4353
4453
|
alreadyHaveAccount: "Vous avez déjà un compte?",
|
|
4354
4454
|
createAccount: "Créer un compte",
|
|
4355
4455
|
loginHere: "Connectez-vous ici",
|
|
@@ -4424,14 +4524,14 @@ var redeem$2 = {
|
|
|
4424
4524
|
var register_fr = {
|
|
4425
4525
|
title: title$p,
|
|
4426
4526
|
subtitle: subtitle$a,
|
|
4427
|
-
labels: labels$
|
|
4428
|
-
messages: messages$
|
|
4527
|
+
labels: labels$E,
|
|
4528
|
+
messages: messages$J,
|
|
4429
4529
|
errors: errors$b,
|
|
4430
4530
|
gift: gift$2,
|
|
4431
4531
|
redeem: redeem$2
|
|
4432
4532
|
};
|
|
4433
4533
|
|
|
4434
|
-
var labels$
|
|
4534
|
+
var labels$D = {
|
|
4435
4535
|
title: "Voulez-vous mettre à jour votre profil ?",
|
|
4436
4536
|
subtitle: "Entrez vos informations ci-dessous pour mettre à jour votre profil",
|
|
4437
4537
|
email: "Address courriel",
|
|
@@ -4448,20 +4548,20 @@ var labels$F = {
|
|
|
4448
4548
|
zoom: "Zoom",
|
|
4449
4549
|
tin: "Numéro d'identification fiscale"
|
|
4450
4550
|
};
|
|
4451
|
-
var messages$
|
|
4551
|
+
var messages$I = {
|
|
4452
4552
|
userUpdated: "Votre profil a été mis à jour avec succès.",
|
|
4453
4553
|
pictureRemoved: "Votre photo de profil a été supprimée avec succès.",
|
|
4454
4554
|
pictureUpdated: "Votre photo de profil a été mise à jour avec succès."
|
|
4455
4555
|
};
|
|
4456
4556
|
var userEdit_fr = {
|
|
4457
|
-
labels: labels$
|
|
4458
|
-
messages: messages$
|
|
4557
|
+
labels: labels$D,
|
|
4558
|
+
messages: messages$I
|
|
4459
4559
|
};
|
|
4460
4560
|
|
|
4461
4561
|
var title$o = "Entrez votre adresse de livraison";
|
|
4462
4562
|
var selectAddressTitle$2 = "Veuillez sélectionner une adresse";
|
|
4463
4563
|
var selectAddressSubtitle$2 = "Choisissez l'une de vos adresses ou créez-en une nouvelle";
|
|
4464
|
-
var labels$
|
|
4564
|
+
var labels$C = {
|
|
4465
4565
|
address: "Adresse",
|
|
4466
4566
|
code: "Code postal / Zip",
|
|
4467
4567
|
city: "Ville",
|
|
@@ -4477,7 +4577,7 @@ var buttons$d = {
|
|
|
4477
4577
|
selectAddress: "Choisir cette adresse",
|
|
4478
4578
|
addAddress: "Ajouter une nouvelle adresse"
|
|
4479
4579
|
};
|
|
4480
|
-
var messages$
|
|
4580
|
+
var messages$H = {
|
|
4481
4581
|
addressUpdated: "Votre adresse a été mise à jour avec succès",
|
|
4482
4582
|
subRedeemed: "Votre abonnement a bien été activé."
|
|
4483
4583
|
};
|
|
@@ -4485,9 +4585,9 @@ var address_fr = {
|
|
|
4485
4585
|
title: title$o,
|
|
4486
4586
|
selectAddressTitle: selectAddressTitle$2,
|
|
4487
4587
|
selectAddressSubtitle: selectAddressSubtitle$2,
|
|
4488
|
-
labels: labels$
|
|
4588
|
+
labels: labels$C,
|
|
4489
4589
|
buttons: buttons$d,
|
|
4490
|
-
messages: messages$
|
|
4590
|
+
messages: messages$H
|
|
4491
4591
|
};
|
|
4492
4592
|
|
|
4493
4593
|
var title$n = "Réinitialiser votre mot de passe";
|
|
@@ -4515,7 +4615,7 @@ var password$4 = "Mot de passe";
|
|
|
4515
4615
|
var submit$a = "Soumettre";
|
|
4516
4616
|
var required$a = "Champs obligatoires";
|
|
4517
4617
|
var passwordResetEmailSent$2 = "Un lien pour réinitialiser votre mot de passe vous a été envoyé. Si vous ne le recevez pas, vérifier votre courrier indésirable.";
|
|
4518
|
-
var messages$
|
|
4618
|
+
var messages$G = {
|
|
4519
4619
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4520
4620
|
loginHere: "Connectez-vous ici"
|
|
4521
4621
|
};
|
|
@@ -4526,7 +4626,7 @@ var passwordForgot_fr = {
|
|
|
4526
4626
|
submit: submit$a,
|
|
4527
4627
|
required: required$a,
|
|
4528
4628
|
passwordResetEmailSent: passwordResetEmailSent$2,
|
|
4529
|
-
messages: messages$
|
|
4629
|
+
messages: messages$G
|
|
4530
4630
|
};
|
|
4531
4631
|
|
|
4532
4632
|
var title$l = "Changez votre mot de passe";
|
|
@@ -4554,7 +4654,7 @@ var title$k = "Connexion sans mot de passe";
|
|
|
4554
4654
|
var email$6 = "Entrez votre adresse courriel";
|
|
4555
4655
|
var submit$8 = "Soumettre";
|
|
4556
4656
|
var required$8 = "Champs obligatoires";
|
|
4557
|
-
var messages$
|
|
4657
|
+
var messages$F = {
|
|
4558
4658
|
PasswordlessLoginSuccess: "Vous avez été authentifié avec succès avec la connexion sans mot de passe"
|
|
4559
4659
|
};
|
|
4560
4660
|
var passwordlessRequest_fr = {
|
|
@@ -4562,7 +4662,7 @@ var passwordlessRequest_fr = {
|
|
|
4562
4662
|
email: email$6,
|
|
4563
4663
|
submit: submit$8,
|
|
4564
4664
|
required: required$8,
|
|
4565
|
-
messages: messages$
|
|
4665
|
+
messages: messages$F
|
|
4566
4666
|
};
|
|
4567
4667
|
|
|
4568
4668
|
var title$j = "Votre panier";
|
|
@@ -4596,7 +4696,7 @@ var buttons$c = {
|
|
|
4596
4696
|
purchase: "Acheter",
|
|
4597
4697
|
"continue": "Continuer au contenu"
|
|
4598
4698
|
};
|
|
4599
|
-
var messages$
|
|
4699
|
+
var messages$E = {
|
|
4600
4700
|
orderConfirmed: {
|
|
4601
4701
|
title: "Votre commande est confirmée !",
|
|
4602
4702
|
body: "Votre commande a été confirmée et vous sera expédiée dans les prochains jours. Vous recevrez un courriel de confirmation sous peu."
|
|
@@ -4605,17 +4705,17 @@ var messages$G = {
|
|
|
4605
4705
|
multipleCurrencies: "Votre panier contient des articles disponibles dans différentes devises. Avant de passer à la caisse, veuillez vous assurer que tous les articles ont la même devise.",
|
|
4606
4706
|
currencyMismatch: "Les articles sélectionnés ne sont pas compatibles avec la devise associée à votre compte ({{currency}}). Veuillez choisir des articles uniquement offerts dans cette devise."
|
|
4607
4707
|
};
|
|
4608
|
-
var labels$
|
|
4708
|
+
var labels$B = {
|
|
4609
4709
|
summary: "récapitulatif de commande",
|
|
4610
4710
|
total: "total"
|
|
4611
4711
|
};
|
|
4612
4712
|
var shop_fr = {
|
|
4613
4713
|
buttons: buttons$c,
|
|
4614
|
-
messages: messages$
|
|
4615
|
-
labels: labels$
|
|
4714
|
+
messages: messages$E,
|
|
4715
|
+
labels: labels$B
|
|
4616
4716
|
};
|
|
4617
4717
|
|
|
4618
|
-
var labels$
|
|
4718
|
+
var labels$A = {
|
|
4619
4719
|
cardNumber: "Numéro de carte",
|
|
4620
4720
|
securityCode: "Code de sécurité",
|
|
4621
4721
|
submit: "Soumettre",
|
|
@@ -4637,7 +4737,7 @@ var labels$C = {
|
|
|
4637
4737
|
title: "Informations de paiement"
|
|
4638
4738
|
}
|
|
4639
4739
|
};
|
|
4640
|
-
var messages$
|
|
4740
|
+
var messages$D = {
|
|
4641
4741
|
youAreSafe: "Vous êtes en sécurité - PCI conforme 128 SSL par",
|
|
4642
4742
|
cancel: "Annuler votre abonnement en ligne à tout moment.",
|
|
4643
4743
|
giftSent: "Le cadeau d’abonnement a été envoyé à",
|
|
@@ -4651,12 +4751,12 @@ var errors$a = {
|
|
|
4651
4751
|
"": ""
|
|
4652
4752
|
};
|
|
4653
4753
|
var payment_fr = {
|
|
4654
|
-
labels: labels$
|
|
4655
|
-
messages: messages$
|
|
4754
|
+
labels: labels$A,
|
|
4755
|
+
messages: messages$D,
|
|
4656
4756
|
errors: errors$a
|
|
4657
4757
|
};
|
|
4658
4758
|
|
|
4659
|
-
var labels$
|
|
4759
|
+
var labels$z = {
|
|
4660
4760
|
menu: "Menu Pelcro",
|
|
4661
4761
|
name: "Nom",
|
|
4662
4762
|
email: "Courriel",
|
|
@@ -4671,6 +4771,7 @@ var labels$B = {
|
|
|
4671
4771
|
scheduled: "Programmé",
|
|
4672
4772
|
incomplete: "Incomplet"
|
|
4673
4773
|
},
|
|
4774
|
+
manageMembers: "Gérer les membres",
|
|
4674
4775
|
shipments: "Expéditions restantes",
|
|
4675
4776
|
logout: "Déconnexion",
|
|
4676
4777
|
dashboard: "Tableau de bord",
|
|
@@ -4700,6 +4801,9 @@ var labels$B = {
|
|
|
4700
4801
|
updateProfile: "Mettre à jour le profil",
|
|
4701
4802
|
changePassword: "Changer le mot de passe",
|
|
4702
4803
|
editNewsletters: "Modifier les newsletters",
|
|
4804
|
+
myQRCode: "Mon code QR",
|
|
4805
|
+
shipping: "Expédition",
|
|
4806
|
+
billing: "Facturation",
|
|
4703
4807
|
edit: "Modifier",
|
|
4704
4808
|
gifts: "Cadeaux",
|
|
4705
4809
|
redeemGift: "Échanger un cadeau",
|
|
@@ -4739,7 +4843,7 @@ var labels$B = {
|
|
|
4739
4843
|
goBack: "Retourner"
|
|
4740
4844
|
}
|
|
4741
4845
|
};
|
|
4742
|
-
var messages$
|
|
4846
|
+
var messages$C = {
|
|
4743
4847
|
noCard: "Vous n’avez pas une carte",
|
|
4744
4848
|
subCancellation: {
|
|
4745
4849
|
isSureToCancel: "Êtes-vous certain de vouloir annuler votre abonnement?",
|
|
@@ -4755,16 +4859,16 @@ var messages$E = {
|
|
|
4755
4859
|
}
|
|
4756
4860
|
};
|
|
4757
4861
|
var dashboard_fr = {
|
|
4758
|
-
labels: labels$
|
|
4759
|
-
messages: messages$
|
|
4862
|
+
labels: labels$z,
|
|
4863
|
+
messages: messages$C
|
|
4760
4864
|
};
|
|
4761
4865
|
|
|
4762
|
-
var messages$
|
|
4866
|
+
var messages$B = {
|
|
4763
4867
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4764
4868
|
loginHere: "Connectez-vous ici",
|
|
4765
4869
|
checkbox: "Cochez cette case pour offrir cet abonnement"
|
|
4766
4870
|
};
|
|
4767
|
-
var labels$
|
|
4871
|
+
var labels$y = {
|
|
4768
4872
|
plan: {
|
|
4769
4873
|
title: "Abonnez-vous à un plan",
|
|
4770
4874
|
subtitle: "Sélectionnez l’un des plans ci-dessous et cliquez sur suivant."
|
|
@@ -4787,8 +4891,8 @@ var buttons$b = {
|
|
|
4787
4891
|
back: "Retour"
|
|
4788
4892
|
};
|
|
4789
4893
|
var select_fr = {
|
|
4790
|
-
messages: messages$
|
|
4791
|
-
labels: labels$
|
|
4894
|
+
messages: messages$B,
|
|
4895
|
+
labels: labels$y,
|
|
4792
4896
|
buttons: buttons$b
|
|
4793
4897
|
};
|
|
4794
4898
|
|
|
@@ -4802,22 +4906,22 @@ var notification_fr = {
|
|
|
4802
4906
|
confirm: confirm$6
|
|
4803
4907
|
};
|
|
4804
4908
|
|
|
4805
|
-
var labels$
|
|
4909
|
+
var labels$x = {
|
|
4806
4910
|
title: "Confirmez votre courriel",
|
|
4807
4911
|
instructions: "Confirmez votre courriel.\nVeuillez cliquer sur le lien de vérification, qui vous a été envoyé à:",
|
|
4808
4912
|
resend: "Renvoyer le courriel"
|
|
4809
4913
|
};
|
|
4810
|
-
var messages$
|
|
4914
|
+
var messages$A = {
|
|
4811
4915
|
resent: "Renvoyé avec succès",
|
|
4812
4916
|
success: "Adresse courriel vérifiée avec succès"
|
|
4813
4917
|
};
|
|
4814
4918
|
var verifyEmail_fr = {
|
|
4815
|
-
labels: labels$
|
|
4816
|
-
messages: messages$
|
|
4919
|
+
labels: labels$x,
|
|
4920
|
+
messages: messages$A
|
|
4817
4921
|
};
|
|
4818
4922
|
|
|
4819
4923
|
var title$i = "Détails de la facture";
|
|
4820
|
-
var labels$
|
|
4924
|
+
var labels$w = {
|
|
4821
4925
|
summary: "Résumé",
|
|
4822
4926
|
total: "Total",
|
|
4823
4927
|
amountPaid: "Montant payé",
|
|
@@ -4830,42 +4934,18 @@ var buttons$a = {
|
|
|
4830
4934
|
};
|
|
4831
4935
|
var invoiceDetails_fr = {
|
|
4832
4936
|
title: title$i,
|
|
4833
|
-
labels: labels$
|
|
4937
|
+
labels: labels$w,
|
|
4834
4938
|
buttons: buttons$a
|
|
4835
4939
|
};
|
|
4836
4940
|
|
|
4837
|
-
var labels$
|
|
4838
|
-
title: "Annuler l'abonnement",
|
|
4839
|
-
cancelReason: "Motif d'annulation",
|
|
4840
|
-
subCancellation: {
|
|
4841
|
-
goBack: "Retourner"
|
|
4842
|
-
}
|
|
4843
|
-
};
|
|
4844
|
-
var messages$B = {
|
|
4845
|
-
subscriptionEnd: "Cet abonnement doit expirer le",
|
|
4846
|
-
cancelNow: "Cancel Subscription Now",
|
|
4847
|
-
cancelLater: "Annuler l'abonnement maintenant",
|
|
4848
|
-
subCancellation: {
|
|
4849
|
-
isSureToCancelNow: "Êtes-vous sûr de vouloir résilier votre abonnement immédiatement?",
|
|
4850
|
-
isSureToCancel: "Êtes-vous sûr de vouloir résilier votre abonnement?",
|
|
4851
|
-
loading: "Annulation de votre abonnement",
|
|
4852
|
-
success: "L'abonnement a été annulé avec succès",
|
|
4853
|
-
error: "Erreur lors de l'annulation de votre abonnement"
|
|
4854
|
-
}
|
|
4855
|
-
};
|
|
4856
|
-
var subscriptionCancel_fr = {
|
|
4857
|
-
labels: labels$x,
|
|
4858
|
-
messages: messages$B
|
|
4859
|
-
};
|
|
4860
|
-
|
|
4861
|
-
var labels$w = {
|
|
4941
|
+
var labels$v = {
|
|
4862
4942
|
title: "Suspendre l'abonnement",
|
|
4863
4943
|
suspensionDate: "Date de suspension",
|
|
4864
4944
|
subCancellation: {
|
|
4865
4945
|
goBack: "Revenir en arrière"
|
|
4866
4946
|
}
|
|
4867
4947
|
};
|
|
4868
|
-
var messages$
|
|
4948
|
+
var messages$z = {
|
|
4869
4949
|
suspensionEnd: "La suspension doit expirer le",
|
|
4870
4950
|
suspendNow: "Suspendre l'abonnement maintenant",
|
|
4871
4951
|
suspendLater: "Suspendre à la fin de la période",
|
|
@@ -4878,14 +4958,15 @@ var messages$A = {
|
|
|
4878
4958
|
}
|
|
4879
4959
|
};
|
|
4880
4960
|
var subscriptionSuspend_fr = {
|
|
4881
|
-
labels: labels$
|
|
4882
|
-
messages: messages$
|
|
4961
|
+
labels: labels$v,
|
|
4962
|
+
messages: messages$z
|
|
4883
4963
|
};
|
|
4884
4964
|
|
|
4885
4965
|
var validation$1 = {
|
|
4886
4966
|
validEmail: "이메일 주소가 유효하지 않습니다.",
|
|
4887
4967
|
validUsername: "사용자 이름이 유효하지 않습니다.",
|
|
4888
4968
|
enterEmail: "이메일 주소는 필수 항목입니다.",
|
|
4969
|
+
enterEmails: "이메일 주소가 필요합니다.",
|
|
4889
4970
|
enterUsername: "사용자 이름이 필요합니다.",
|
|
4890
4971
|
enterPassword: "비밀번호는 필수 항목입니다.",
|
|
4891
4972
|
enterFirstName: "이름은 필수 항목입니다.",
|
|
@@ -5001,7 +5082,7 @@ var paymentMethod_ko = {
|
|
|
5001
5082
|
var title$h = "Frieze 뉴스레터를 구독하려면 이메일을 입력하세요.";
|
|
5002
5083
|
var updateTitle$1 = "뉴스레터 선택 업데이트";
|
|
5003
5084
|
var subtitle$7 = "귀하의 이메일은 다른 마케팅 용도로도 사용됩니다.";
|
|
5004
|
-
var labels$
|
|
5085
|
+
var labels$u = {
|
|
5005
5086
|
submit: "제출",
|
|
5006
5087
|
firstName: "이름",
|
|
5007
5088
|
lastName: "성",
|
|
@@ -5009,7 +5090,7 @@ var labels$v = {
|
|
|
5009
5090
|
postalCode: "우편번호",
|
|
5010
5091
|
required: "필수 항목"
|
|
5011
5092
|
};
|
|
5012
|
-
var messages$
|
|
5093
|
+
var messages$y = {
|
|
5013
5094
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5014
5095
|
success: "뉴스레터가 성공적으로 업데이트되었습니다.",
|
|
5015
5096
|
loginHere: "여기에서 로그인하세요.",
|
|
@@ -5020,14 +5101,14 @@ var newsletter_ko = {
|
|
|
5020
5101
|
title: title$h,
|
|
5021
5102
|
updateTitle: updateTitle$1,
|
|
5022
5103
|
subtitle: subtitle$7,
|
|
5023
|
-
labels: labels$
|
|
5024
|
-
messages: messages$
|
|
5104
|
+
labels: labels$u,
|
|
5105
|
+
messages: messages$y
|
|
5025
5106
|
};
|
|
5026
5107
|
|
|
5027
|
-
var labels$
|
|
5108
|
+
var labels$t = {
|
|
5028
5109
|
"continue": "콘텐츠로 돌아가기"
|
|
5029
5110
|
};
|
|
5030
|
-
var messages$
|
|
5111
|
+
var messages$x = {
|
|
5031
5112
|
yourFreeTrial: "유료 멤버십에 가입하셨습니다!",
|
|
5032
5113
|
youHaveAccess: "멤버십 혜택을 즐기시기를 바라며, 질문이나 문의 사항이 있으면 저희에게 연락주십시오.",
|
|
5033
5114
|
clickToLearn: {
|
|
@@ -5053,12 +5134,12 @@ var errors$9 = {
|
|
|
5053
5134
|
"": ""
|
|
5054
5135
|
};
|
|
5055
5136
|
var success_ko = {
|
|
5056
|
-
labels: labels$
|
|
5057
|
-
messages: messages$
|
|
5137
|
+
labels: labels$t,
|
|
5138
|
+
messages: messages$x,
|
|
5058
5139
|
errors: errors$9
|
|
5059
5140
|
};
|
|
5060
5141
|
|
|
5061
|
-
var messages$
|
|
5142
|
+
var messages$w = {
|
|
5062
5143
|
freeVisits: "남은 무료 방문 기간:",
|
|
5063
5144
|
subscribeNow: "멤버십 가입",
|
|
5064
5145
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
@@ -5068,16 +5149,16 @@ var errors$8 = {
|
|
|
5068
5149
|
"": ""
|
|
5069
5150
|
};
|
|
5070
5151
|
var meter_ko = {
|
|
5071
|
-
messages: messages$
|
|
5152
|
+
messages: messages$w,
|
|
5072
5153
|
errors: errors$8
|
|
5073
5154
|
};
|
|
5074
5155
|
|
|
5075
|
-
var messages$
|
|
5156
|
+
var messages$v = {
|
|
5076
5157
|
youAreSafe: "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ",
|
|
5077
5158
|
bankRedirection: "잠시만 기다려 주십시오. 결제 은행으로 연결 중입니다.",
|
|
5078
5159
|
bankAuthenticationSuccess: "요청을 처리하는 동안 기다려 주십시오."
|
|
5079
5160
|
};
|
|
5080
|
-
var labels$
|
|
5161
|
+
var labels$s = {
|
|
5081
5162
|
card: "카드 번호 입력",
|
|
5082
5163
|
date: "만료일",
|
|
5083
5164
|
CVC: "CVC",
|
|
@@ -5099,8 +5180,8 @@ var labels$t = {
|
|
|
5099
5180
|
phone: "핸드폰"
|
|
5100
5181
|
};
|
|
5101
5182
|
var checkoutForm_ko = {
|
|
5102
|
-
messages: messages$
|
|
5103
|
-
labels: labels$
|
|
5183
|
+
messages: messages$v,
|
|
5184
|
+
labels: labels$s
|
|
5104
5185
|
};
|
|
5105
5186
|
|
|
5106
5187
|
var youAreSafe$1 = "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ";
|
|
@@ -5110,6 +5191,7 @@ var successfully$1 = "님께 성공적으로 전송되었습니다.";
|
|
|
5110
5191
|
var entitlement$1 = "이 페이지의 일부 콘텐츠는 하나 이상의 요금제 가입 시 이용이 가능합니다. 전체 페이지에 액세스하려면 지금 <1>멤버십에 가입</1>하세요.";
|
|
5111
5192
|
var recaptcha$1 = "이 사이트는 reCAPTCHA로 보호되며, Google <1>개인정보 보호정책</1> 및 <3>서비스 약관</3>이 적용됩니다.";
|
|
5112
5193
|
var invalidInvoice$1 = "유효하지 않은 인보이스 ID입니다. 지원팀에 문의하십시오.";
|
|
5194
|
+
var invalidSubscription = "잘못된 구독 ID입니다. 지원팀에 문의하세요.";
|
|
5113
5195
|
var zeroTotalInvoice$1 = "0$인 인보이스는 열람할 수 없습니다.";
|
|
5114
5196
|
var messages_ko = {
|
|
5115
5197
|
youAreSafe: youAreSafe$1,
|
|
@@ -5119,10 +5201,11 @@ var messages_ko = {
|
|
|
5119
5201
|
entitlement: entitlement$1,
|
|
5120
5202
|
recaptcha: recaptcha$1,
|
|
5121
5203
|
invalidInvoice: invalidInvoice$1,
|
|
5204
|
+
invalidSubscription: invalidSubscription,
|
|
5122
5205
|
zeroTotalInvoice: zeroTotalInvoice$1
|
|
5123
5206
|
};
|
|
5124
5207
|
|
|
5125
|
-
var labels$
|
|
5208
|
+
var labels$r = {
|
|
5126
5209
|
email: "이메일 입력",
|
|
5127
5210
|
username: "사용자 이름 입력",
|
|
5128
5211
|
password: "비밀번호 입력",
|
|
@@ -5131,7 +5214,7 @@ var labels$s = {
|
|
|
5131
5214
|
passwordPlaceholder: "비밀번호",
|
|
5132
5215
|
login: "로그인"
|
|
5133
5216
|
};
|
|
5134
|
-
var messages$
|
|
5217
|
+
var messages$u = {
|
|
5135
5218
|
loginTo: "귀하의 계정에 로그인",
|
|
5136
5219
|
welcome: "반갑습니다. 귀하의 기존 계정으로 로그인하세요.",
|
|
5137
5220
|
dontHaveAccount: "아직 계정이 없으신가요?",
|
|
@@ -5150,28 +5233,28 @@ var errors$7 = {
|
|
|
5150
5233
|
"": ""
|
|
5151
5234
|
};
|
|
5152
5235
|
var login_ko = {
|
|
5153
|
-
labels: labels$
|
|
5154
|
-
messages: messages$
|
|
5236
|
+
labels: labels$r,
|
|
5237
|
+
messages: messages$u,
|
|
5155
5238
|
errors: errors$7
|
|
5156
5239
|
};
|
|
5157
5240
|
|
|
5158
|
-
var labels$
|
|
5241
|
+
var labels$q = {
|
|
5159
5242
|
title: "비밀번호 없는 링크 확인",
|
|
5160
5243
|
instructions: "가는 중입니다!\n이메일 주소를 확인하겠습니다.\n이메일로 전송된 확인 링크를 클릭하세요.",
|
|
5161
5244
|
resend: "이메일 재전송"
|
|
5162
5245
|
};
|
|
5163
|
-
var messages$
|
|
5246
|
+
var messages$t = {
|
|
5164
5247
|
resent: "성공적으로 재전송",
|
|
5165
5248
|
success: "성공적으로 로그인했습니다"
|
|
5166
5249
|
};
|
|
5167
5250
|
var verifyLinkToken_ko = {
|
|
5168
|
-
labels: labels$
|
|
5169
|
-
messages: messages$
|
|
5251
|
+
labels: labels$q,
|
|
5252
|
+
messages: messages$t
|
|
5170
5253
|
};
|
|
5171
5254
|
|
|
5172
5255
|
var title$g = "계정 만들기";
|
|
5173
5256
|
var subtitle$6 = "아래에 이메일과 비밀번호를 입력하세요.";
|
|
5174
|
-
var labels$
|
|
5257
|
+
var labels$p = {
|
|
5175
5258
|
signUpFacebook: "Facebook으로 가입하기",
|
|
5176
5259
|
signUpGoogle: "Google로 가입하기",
|
|
5177
5260
|
signUpEmail: "이메일로 가입하기",
|
|
@@ -5184,7 +5267,7 @@ var labels$q = {
|
|
|
5184
5267
|
lastName: "성",
|
|
5185
5268
|
phone: "핸드폰"
|
|
5186
5269
|
};
|
|
5187
|
-
var messages$
|
|
5270
|
+
var messages$s = {
|
|
5188
5271
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5189
5272
|
createAccount: "계정 만들기",
|
|
5190
5273
|
loginHere: "여기에서 로그인하세요.",
|
|
@@ -5258,14 +5341,14 @@ var redeem$1 = {
|
|
|
5258
5341
|
var register_ko = {
|
|
5259
5342
|
title: title$g,
|
|
5260
5343
|
subtitle: subtitle$6,
|
|
5261
|
-
labels: labels$
|
|
5262
|
-
messages: messages$
|
|
5344
|
+
labels: labels$p,
|
|
5345
|
+
messages: messages$s,
|
|
5263
5346
|
errors: errors$6,
|
|
5264
5347
|
gift: gift$1,
|
|
5265
5348
|
redeem: redeem$1
|
|
5266
5349
|
};
|
|
5267
5350
|
|
|
5268
|
-
var labels$
|
|
5351
|
+
var labels$o = {
|
|
5269
5352
|
title: "프로파일을 업데이트하시겠습니까?",
|
|
5270
5353
|
subtitle: "프로필을 업데이트하려면 아래 정보를 입력하세요.",
|
|
5271
5354
|
email: "이메일",
|
|
@@ -5282,20 +5365,20 @@ var labels$p = {
|
|
|
5282
5365
|
zoom: "확대",
|
|
5283
5366
|
tin: "세금 식별 번호"
|
|
5284
5367
|
};
|
|
5285
|
-
var messages$
|
|
5368
|
+
var messages$r = {
|
|
5286
5369
|
userUpdated: "감사합니다! 프로필이 성공적으로 업데이트되었습니다.",
|
|
5287
5370
|
pictureRemoved: "귀하의 프로필 사진이 제거되었습니다.",
|
|
5288
5371
|
pictureUpdated: "귀하의 프로필 사진이 업데이트되었습니다."
|
|
5289
5372
|
};
|
|
5290
5373
|
var userEdit_ko = {
|
|
5291
|
-
labels: labels$
|
|
5292
|
-
messages: messages$
|
|
5374
|
+
labels: labels$o,
|
|
5375
|
+
messages: messages$r
|
|
5293
5376
|
};
|
|
5294
5377
|
|
|
5295
5378
|
var title$f = "배송 주소를 입력하십시오.";
|
|
5296
5379
|
var selectAddressTitle$1 = "주소를 선택하십시오.";
|
|
5297
5380
|
var selectAddressSubtitle$1 = "저장된 주소에서 선택하거나 새 주소를 추가하십시오.";
|
|
5298
|
-
var labels$
|
|
5381
|
+
var labels$n = {
|
|
5299
5382
|
address: "주소",
|
|
5300
5383
|
code: "우편번호",
|
|
5301
5384
|
city: "도시",
|
|
@@ -5311,7 +5394,7 @@ var buttons$8 = {
|
|
|
5311
5394
|
selectAddress: "주소 선택",
|
|
5312
5395
|
addAddress: "새 주소 추가"
|
|
5313
5396
|
};
|
|
5314
|
-
var messages$
|
|
5397
|
+
var messages$q = {
|
|
5315
5398
|
addressUpdated: "주소가 성공적으로 업데이트되었습니다!",
|
|
5316
5399
|
subRedeemed: "귀하의 유료 멤버십이 사용되었습니다."
|
|
5317
5400
|
};
|
|
@@ -5319,9 +5402,9 @@ var address_ko = {
|
|
|
5319
5402
|
title: title$f,
|
|
5320
5403
|
selectAddressTitle: selectAddressTitle$1,
|
|
5321
5404
|
selectAddressSubtitle: selectAddressSubtitle$1,
|
|
5322
|
-
labels: labels$
|
|
5405
|
+
labels: labels$n,
|
|
5323
5406
|
buttons: buttons$8,
|
|
5324
|
-
messages: messages$
|
|
5407
|
+
messages: messages$q
|
|
5325
5408
|
};
|
|
5326
5409
|
|
|
5327
5410
|
var title$e = "비밀번호 재설정";
|
|
@@ -5349,7 +5432,7 @@ var password$2 = "비밀번호";
|
|
|
5349
5432
|
var submit$6 = "제출";
|
|
5350
5433
|
var required$6 = "필수 항목";
|
|
5351
5434
|
var passwordResetEmailSent$1 = "비밀번호 재설정 안내가 귀하의 이메일로 발송되었습니다.";
|
|
5352
|
-
var messages$
|
|
5435
|
+
var messages$p = {
|
|
5353
5436
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5354
5437
|
loginHere: "여기에서 로그인하세요."
|
|
5355
5438
|
};
|
|
@@ -5360,7 +5443,7 @@ var passwordForgot_ko = {
|
|
|
5360
5443
|
submit: submit$6,
|
|
5361
5444
|
required: required$6,
|
|
5362
5445
|
passwordResetEmailSent: passwordResetEmailSent$1,
|
|
5363
|
-
messages: messages$
|
|
5446
|
+
messages: messages$p
|
|
5364
5447
|
};
|
|
5365
5448
|
|
|
5366
5449
|
var title$c = "비밀번호를 변경합니다.";
|
|
@@ -5388,7 +5471,7 @@ var title$b = "비밀번호 없는 로그인";
|
|
|
5388
5471
|
var email$3 = "이메일 입력";
|
|
5389
5472
|
var submit$4 = "제출";
|
|
5390
5473
|
var required$4 = "필수 항목";
|
|
5391
|
-
var messages$
|
|
5474
|
+
var messages$o = {
|
|
5392
5475
|
PasswordlessLoginSuccess: "비밀번호 없는 로그인으로 성공적으로 인증되었습니다."
|
|
5393
5476
|
};
|
|
5394
5477
|
var passwordlessRequest_ko = {
|
|
@@ -5396,7 +5479,7 @@ var passwordlessRequest_ko = {
|
|
|
5396
5479
|
email: email$3,
|
|
5397
5480
|
submit: submit$4,
|
|
5398
5481
|
required: required$4,
|
|
5399
|
-
messages: messages$
|
|
5482
|
+
messages: messages$o
|
|
5400
5483
|
};
|
|
5401
5484
|
|
|
5402
5485
|
var title$a = "귀하의 장바구니";
|
|
@@ -5430,7 +5513,7 @@ var buttons$7 = {
|
|
|
5430
5513
|
purchase: "구매",
|
|
5431
5514
|
"continue": "계속"
|
|
5432
5515
|
};
|
|
5433
|
-
var messages$
|
|
5516
|
+
var messages$n = {
|
|
5434
5517
|
orderConfirmed: {
|
|
5435
5518
|
title: "주문이 확인되었습니다!",
|
|
5436
5519
|
body: "귀하의 주문이 확인되었으며 며칠 안에 배송될 예정입니다. 이 주문의 확인 이메일이 귀하에게 전송됩니다."
|
|
@@ -5439,17 +5522,17 @@ var messages$o = {
|
|
|
5439
5522
|
multipleCurrencies: "장바구니에 다른 통화로만 결제가 가능한 아이템이 있습니다. 결제를 계속 진행하려면 모든 아이템의 결제 통화가 동일한지 확인하십시오.",
|
|
5440
5523
|
currencyMismatch: "선택하신 아이템(들)이 귀하가 설정한 기본 통화({{currency}})와 일치하지 않습니다. 기본 통화와 일치하는 아이템(들)만 선택하십시오."
|
|
5441
5524
|
};
|
|
5442
|
-
var labels$
|
|
5525
|
+
var labels$m = {
|
|
5443
5526
|
summary: "주문 요약",
|
|
5444
5527
|
total: "총계"
|
|
5445
5528
|
};
|
|
5446
5529
|
var shop_ko = {
|
|
5447
5530
|
buttons: buttons$7,
|
|
5448
|
-
messages: messages$
|
|
5449
|
-
labels: labels$
|
|
5531
|
+
messages: messages$n,
|
|
5532
|
+
labels: labels$m
|
|
5450
5533
|
};
|
|
5451
5534
|
|
|
5452
|
-
var labels$
|
|
5535
|
+
var labels$l = {
|
|
5453
5536
|
cardNumber: "카드 번호",
|
|
5454
5537
|
securityCode: "보안 코드",
|
|
5455
5538
|
submit: "제출",
|
|
@@ -5471,7 +5554,7 @@ var labels$m = {
|
|
|
5471
5554
|
title: "결제 정보"
|
|
5472
5555
|
}
|
|
5473
5556
|
};
|
|
5474
|
-
var messages$
|
|
5557
|
+
var messages$m = {
|
|
5475
5558
|
youAreSafe: "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ",
|
|
5476
5559
|
cancel: "유료 멤버십은 언제든 온라인으로 취소가 가능합니다.",
|
|
5477
5560
|
giftSent: "유료 멤버십 선물이 ",
|
|
@@ -5485,12 +5568,12 @@ var errors$5 = {
|
|
|
5485
5568
|
"": ""
|
|
5486
5569
|
};
|
|
5487
5570
|
var payment_ko = {
|
|
5488
|
-
labels: labels$
|
|
5489
|
-
messages: messages$
|
|
5571
|
+
labels: labels$l,
|
|
5572
|
+
messages: messages$m,
|
|
5490
5573
|
errors: errors$5
|
|
5491
5574
|
};
|
|
5492
5575
|
|
|
5493
|
-
var labels$
|
|
5576
|
+
var labels$k = {
|
|
5494
5577
|
menu: "Pelcro 메뉴",
|
|
5495
5578
|
name: "이름",
|
|
5496
5579
|
email: "이메일",
|
|
@@ -5505,6 +5588,7 @@ var labels$l = {
|
|
|
5505
5588
|
scheduled: "예약",
|
|
5506
5589
|
incomplete: "불완전한"
|
|
5507
5590
|
},
|
|
5591
|
+
manageMembers: "회원 관리",
|
|
5508
5592
|
shipments: "남은 배송 일정",
|
|
5509
5593
|
logout: "로그아웃",
|
|
5510
5594
|
dashboard: "대시보드",
|
|
@@ -5534,6 +5618,9 @@ var labels$l = {
|
|
|
5534
5618
|
updateProfile: "프로필 편집",
|
|
5535
5619
|
changePassword: "비밀번호 변경",
|
|
5536
5620
|
editNewsletters: "뉴스레터 편집",
|
|
5621
|
+
myQRCode: "내 QR 코드",
|
|
5622
|
+
shipping: "배송",
|
|
5623
|
+
billing: "청구",
|
|
5537
5624
|
edit: "편집",
|
|
5538
5625
|
gifts: "선물",
|
|
5539
5626
|
redeemGift: "선물 사용",
|
|
@@ -5633,7 +5720,7 @@ var savedItems = {
|
|
|
5633
5720
|
var subCancellation = {
|
|
5634
5721
|
goBack: "뒤로 가기"
|
|
5635
5722
|
};
|
|
5636
|
-
var messages$
|
|
5723
|
+
var messages$l = {
|
|
5637
5724
|
noCard: "등록된 카드가 없습니다.",
|
|
5638
5725
|
subCancellation: {
|
|
5639
5726
|
isSureToCancel: "정말로 유료 멤버십을 취소하시겠습니까?",
|
|
@@ -5649,7 +5736,7 @@ var messages$m = {
|
|
|
5649
5736
|
}
|
|
5650
5737
|
};
|
|
5651
5738
|
var dashboard_ko = {
|
|
5652
|
-
labels: labels$
|
|
5739
|
+
labels: labels$k,
|
|
5653
5740
|
shipments: shipments,
|
|
5654
5741
|
logout: logout,
|
|
5655
5742
|
dashboard: dashboard$1,
|
|
@@ -5698,15 +5785,15 @@ var dashboard_ko = {
|
|
|
5698
5785
|
orders: orders,
|
|
5699
5786
|
savedItems: savedItems,
|
|
5700
5787
|
subCancellation: subCancellation,
|
|
5701
|
-
messages: messages$
|
|
5788
|
+
messages: messages$l
|
|
5702
5789
|
};
|
|
5703
5790
|
|
|
5704
|
-
var messages$
|
|
5791
|
+
var messages$k = {
|
|
5705
5792
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5706
5793
|
loginHere: "여기에서 로그인하세요.",
|
|
5707
5794
|
checkbox: "이 유료 멤버십을 선물하려면 체크하세요."
|
|
5708
5795
|
};
|
|
5709
|
-
var labels$
|
|
5796
|
+
var labels$j = {
|
|
5710
5797
|
plan: {
|
|
5711
5798
|
title: "요금제 가입하기",
|
|
5712
5799
|
subtitle: "아래 요금제 중 하나를 선택하고 다음을 클릭하세요."
|
|
@@ -5729,8 +5816,8 @@ var buttons$6 = {
|
|
|
5729
5816
|
back: "뒤로"
|
|
5730
5817
|
};
|
|
5731
5818
|
var select_ko = {
|
|
5732
|
-
messages: messages$
|
|
5733
|
-
labels: labels$
|
|
5819
|
+
messages: messages$k,
|
|
5820
|
+
labels: labels$j,
|
|
5734
5821
|
buttons: buttons$6
|
|
5735
5822
|
};
|
|
5736
5823
|
|
|
@@ -5744,22 +5831,22 @@ var notification_ko = {
|
|
|
5744
5831
|
confirm: confirm$3
|
|
5745
5832
|
};
|
|
5746
5833
|
|
|
5747
|
-
var labels$
|
|
5834
|
+
var labels$i = {
|
|
5748
5835
|
title: "이메일 주소를 인증하세요.",
|
|
5749
5836
|
instructions: "거의 완료되었습니다!\n이메일 주소만 인증하면 됩니다.\n다음 이메일 주소로 전송된 인증 링크를 클릭해 주십시오:",
|
|
5750
5837
|
resend: "이메일 재전송"
|
|
5751
5838
|
};
|
|
5752
|
-
var messages$
|
|
5839
|
+
var messages$j = {
|
|
5753
5840
|
resent: "재전송 완료",
|
|
5754
5841
|
success: "이메일 주소가 인증되었습니다!"
|
|
5755
5842
|
};
|
|
5756
5843
|
var verifyEmail_ko = {
|
|
5757
|
-
labels: labels$
|
|
5758
|
-
messages: messages$
|
|
5844
|
+
labels: labels$i,
|
|
5845
|
+
messages: messages$j
|
|
5759
5846
|
};
|
|
5760
5847
|
|
|
5761
5848
|
var title$9 = "인보이스 세부 정보";
|
|
5762
|
-
var labels$
|
|
5849
|
+
var labels$h = {
|
|
5763
5850
|
summary: "요약",
|
|
5764
5851
|
total: "총계",
|
|
5765
5852
|
amountPaid: "지불된 금액",
|
|
@@ -5772,32 +5859,8 @@ var buttons$5 = {
|
|
|
5772
5859
|
};
|
|
5773
5860
|
var invoiceDetails_ko = {
|
|
5774
5861
|
title: title$9,
|
|
5775
|
-
labels: labels$i,
|
|
5776
|
-
buttons: buttons$5
|
|
5777
|
-
};
|
|
5778
|
-
|
|
5779
|
-
var labels$h = {
|
|
5780
|
-
title: "구독 취소",
|
|
5781
|
-
cancelReason: "취소 사유",
|
|
5782
|
-
subCancellation: {
|
|
5783
|
-
goBack: "돌아가기"
|
|
5784
|
-
}
|
|
5785
|
-
};
|
|
5786
|
-
var messages$j = {
|
|
5787
|
-
subscriptionEnd: "이 구독은 다음 날짜에 만료되도록 설정되었습니다.",
|
|
5788
|
-
cancelNow: "지금 구독 취소",
|
|
5789
|
-
cancelLater: "기간 종료 시 취소",
|
|
5790
|
-
subCancellation: {
|
|
5791
|
-
isSureToCancelNow: "구독을 즉시 취소하시겠습니까?",
|
|
5792
|
-
isSureToCancel: "구독을 취소하시겠습니까?",
|
|
5793
|
-
loading: "구독 취소",
|
|
5794
|
-
success: "구독이 성공적으로 취소되었습니다.",
|
|
5795
|
-
error: "구독 취소 중 오류 발생"
|
|
5796
|
-
}
|
|
5797
|
-
};
|
|
5798
|
-
var subscriptionCancel_ko = {
|
|
5799
5862
|
labels: labels$h,
|
|
5800
|
-
|
|
5863
|
+
buttons: buttons$5
|
|
5801
5864
|
};
|
|
5802
5865
|
|
|
5803
5866
|
var labels$g = {
|
|
@@ -6473,6 +6536,9 @@ var labels$5 = {
|
|
|
6473
6536
|
updateProfile: "Editar perfil",
|
|
6474
6537
|
changePassword: "Cambiar contraseña",
|
|
6475
6538
|
editNewsletters: "Editar boletines",
|
|
6539
|
+
myQRCode: "Mi código QR",
|
|
6540
|
+
shipping: "Transporte",
|
|
6541
|
+
billing: "Facturación",
|
|
6476
6542
|
edit: "Editar",
|
|
6477
6543
|
gifts: "Regalos",
|
|
6478
6544
|
redeemGift: "Redimir regalo",
|
|
@@ -8051,7 +8117,7 @@ class PelcroActions {
|
|
|
8051
8117
|
view,
|
|
8052
8118
|
cartItems,
|
|
8053
8119
|
...otherStateFields
|
|
8054
|
-
} = initialState$
|
|
8120
|
+
} = initialState$n;
|
|
8055
8121
|
this.set(otherStateFields);
|
|
8056
8122
|
});
|
|
8057
8123
|
|
|
@@ -8203,6 +8269,26 @@ class PelcroActions {
|
|
|
8203
8269
|
});
|
|
8204
8270
|
});
|
|
8205
8271
|
|
|
8272
|
+
_defineProperty$3(this, "setSubscriptionToManageMembers", id => {
|
|
8273
|
+
var _window$Pelcro$subscr3, _subscriptionToManage;
|
|
8274
|
+
|
|
8275
|
+
const subscriptions = (_window$Pelcro$subscr3 = window.Pelcro.subscription.list()) !== null && _window$Pelcro$subscr3 !== void 0 ? _window$Pelcro$subscr3 : [];
|
|
8276
|
+
const subscriptionToManageMembers = subscriptions.filter(sub => String(sub.id) === String(id))[0];
|
|
8277
|
+
|
|
8278
|
+
if (!subscriptionToManageMembers) {
|
|
8279
|
+
return console.error("invalid subscription id");
|
|
8280
|
+
}
|
|
8281
|
+
|
|
8282
|
+
if ((subscriptionToManageMembers === null || subscriptionToManageMembers === void 0 ? void 0 : (_subscriptionToManage = subscriptionToManageMembers.plan) === null || _subscriptionToManage === void 0 ? void 0 : _subscriptionToManage.type) !== 'membership') {
|
|
8283
|
+
return console.error("subscription is not from type membership");
|
|
8284
|
+
}
|
|
8285
|
+
|
|
8286
|
+
this.set({
|
|
8287
|
+
subscriptionToManageMembers
|
|
8288
|
+
});
|
|
8289
|
+
return true;
|
|
8290
|
+
});
|
|
8291
|
+
|
|
8206
8292
|
_defineProperty$3(this, "setInvoice", id => {
|
|
8207
8293
|
var _window$Pelcro$invoic;
|
|
8208
8294
|
|
|
@@ -8437,7 +8523,7 @@ class PelcroCallbacks {
|
|
|
8437
8523
|
|
|
8438
8524
|
}
|
|
8439
8525
|
|
|
8440
|
-
const initialState$
|
|
8526
|
+
const initialState$n = {
|
|
8441
8527
|
// View
|
|
8442
8528
|
view: null,
|
|
8443
8529
|
// Plans
|
|
@@ -8448,6 +8534,7 @@ const initialState$m = {
|
|
|
8448
8534
|
giftRecipient: null,
|
|
8449
8535
|
giftCode: "",
|
|
8450
8536
|
subscriptionIdToRenew: null,
|
|
8537
|
+
subscriptionToManageMembers: null,
|
|
8451
8538
|
// E-commerce
|
|
8452
8539
|
cartItems: [],
|
|
8453
8540
|
order: null,
|
|
@@ -8471,7 +8558,7 @@ const createPelcroStore = () => createStore(middleware_3((set, get) => {
|
|
|
8471
8558
|
return {
|
|
8472
8559
|
// Store setter
|
|
8473
8560
|
set,
|
|
8474
|
-
...initialState$
|
|
8561
|
+
...initialState$n,
|
|
8475
8562
|
// State actions
|
|
8476
8563
|
...actions,
|
|
8477
8564
|
// Callbacks
|
|
@@ -8635,7 +8722,7 @@ const calcAndFormatItemsTotal = (items, currency) => {
|
|
|
8635
8722
|
*/
|
|
8636
8723
|
|
|
8637
8724
|
const isValidViewFromURL = viewID => {
|
|
8638
|
-
if (["login", "register", "plan-select", "gift-redeem", "password-forgot", "password-reset", "password-change", "passwordless-request", "passwordless-login", "payment-method-update", "user-edit", "newsletter", "address-create", "order-create", "cart", "email-verify", "invoice-details"].includes(viewID) || hasValidNewsletterUpdateUrl()) {
|
|
8725
|
+
if (["login", "register", "plan-select", "gift-redeem", "password-forgot", "password-reset", "password-change", "passwordless-request", "passwordless-login", "payment-method-update", "user-edit", "newsletter", "address-create", "order-create", "cart", "email-verify", "invoice-details", "manage-members"].includes(viewID) || hasValidNewsletterUpdateUrl()) {
|
|
8639
8726
|
return true;
|
|
8640
8727
|
}
|
|
8641
8728
|
|
|
@@ -8866,7 +8953,8 @@ const resources = {
|
|
|
8866
8953
|
notification: notification_en,
|
|
8867
8954
|
invoiceDetails: invoiceDetails_en,
|
|
8868
8955
|
subscriptionCancel: subscriptionCancel_en,
|
|
8869
|
-
subscriptionSuspend: subscriptionSuspend_en
|
|
8956
|
+
subscriptionSuspend: subscriptionSuspend_en,
|
|
8957
|
+
subscriptionManageMembers: subscriptionManageMembers_en
|
|
8870
8958
|
},
|
|
8871
8959
|
fr: {
|
|
8872
8960
|
common: common_fr,
|
|
@@ -8894,7 +8982,8 @@ const resources = {
|
|
|
8894
8982
|
notification: notification_fr,
|
|
8895
8983
|
invoiceDetails: invoiceDetails_fr,
|
|
8896
8984
|
subscriptionCancel: subscriptionCancel_fr,
|
|
8897
|
-
subscriptionSuspend: subscriptionSuspend_fr
|
|
8985
|
+
subscriptionSuspend: subscriptionSuspend_fr,
|
|
8986
|
+
subscriptionManageMembers: subscriptionManageMembers_fr
|
|
8898
8987
|
},
|
|
8899
8988
|
ko: {
|
|
8900
8989
|
common: common_ko,
|
|
@@ -8922,7 +9011,8 @@ const resources = {
|
|
|
8922
9011
|
notification: notification_ko,
|
|
8923
9012
|
invoiceDetails: invoiceDetails_ko,
|
|
8924
9013
|
subscriptionCancel: subscriptionCancel_ko,
|
|
8925
|
-
subscriptionSuspend: subscriptionSuspend_ko
|
|
9014
|
+
subscriptionSuspend: subscriptionSuspend_ko,
|
|
9015
|
+
subscriptionManageMembers: subscriptionManageMembers_ko
|
|
8926
9016
|
},
|
|
8927
9017
|
es: {
|
|
8928
9018
|
common: common_es,
|
|
@@ -10243,7 +10333,8 @@ const init$1 = () => {
|
|
|
10243
10333
|
switchToPaymentView,
|
|
10244
10334
|
whenEcommerceLoaded,
|
|
10245
10335
|
addToCart,
|
|
10246
|
-
purchaseItem
|
|
10336
|
+
purchaseItem,
|
|
10337
|
+
setSubscriptionToManageMembers
|
|
10247
10338
|
} = usePelcro.getStore();
|
|
10248
10339
|
const pelcroLoginButtonsByClass = document.getElementsByClassName("pelcro-login-button");
|
|
10249
10340
|
|
|
@@ -10273,6 +10364,33 @@ const init$1 = () => {
|
|
|
10273
10364
|
}
|
|
10274
10365
|
}
|
|
10275
10366
|
|
|
10367
|
+
const pelcroManageMembersButtonsByClass = document.getElementsByClassName("pelcro-manage-members-button");
|
|
10368
|
+
|
|
10369
|
+
if (pelcroManageMembersButtonsByClass.length !== 0) {
|
|
10370
|
+
for (let j = 0; j < pelcroManageMembersButtonsByClass.length; j++) {
|
|
10371
|
+
if (pelcroManageMembersButtonsByClass[j].dataset && "subscriptionId" in pelcroManageMembersButtonsByClass[j].dataset) {
|
|
10372
|
+
pelcroManageMembersButtonsByClass[j].addEventListener("click", e => {
|
|
10373
|
+
const subscriptionId = e.target.dataset.subscriptionId;
|
|
10374
|
+
const wasSetSuccessfully = setSubscriptionToManageMembers(subscriptionId);
|
|
10375
|
+
|
|
10376
|
+
if (!wasSetSuccessfully) {
|
|
10377
|
+
const errorMessage = i18next.t("messages:invalidSubscription", {
|
|
10378
|
+
returnObjects: true
|
|
10379
|
+
});
|
|
10380
|
+
return notify.error(errorMessage);
|
|
10381
|
+
}
|
|
10382
|
+
|
|
10383
|
+
switchView("manage-members");
|
|
10384
|
+
});
|
|
10385
|
+
} else {
|
|
10386
|
+
const errorMessage = i18next.t("messages:invalidSubscription", {
|
|
10387
|
+
returnObjects: true
|
|
10388
|
+
});
|
|
10389
|
+
return notify.error(errorMessage);
|
|
10390
|
+
}
|
|
10391
|
+
}
|
|
10392
|
+
}
|
|
10393
|
+
|
|
10276
10394
|
const pelcroUpdateNewslettersButtons = document.getElementsByClassName("pelcro-update-newsletters-button");
|
|
10277
10395
|
|
|
10278
10396
|
if (pelcroUpdateNewslettersButtons.length !== 0) {
|
|
@@ -11147,6 +11265,10 @@ const initViewFromURL = () => {
|
|
|
11147
11265
|
return showInvoiceDetailsFromUrl();
|
|
11148
11266
|
}
|
|
11149
11267
|
|
|
11268
|
+
if (view === "manage-members") {
|
|
11269
|
+
return showSubscriptionManageMembersFromUrl();
|
|
11270
|
+
}
|
|
11271
|
+
|
|
11150
11272
|
switchView(view);
|
|
11151
11273
|
});
|
|
11152
11274
|
}
|
|
@@ -11418,6 +11540,35 @@ const showInvoiceDetailsFromUrl = () => {
|
|
|
11418
11540
|
});
|
|
11419
11541
|
};
|
|
11420
11542
|
|
|
11543
|
+
const showSubscriptionManageMembersFromUrl = () => {
|
|
11544
|
+
const {
|
|
11545
|
+
isAuthenticated,
|
|
11546
|
+
setSubscriptionToManageMembers,
|
|
11547
|
+
whenUserReady,
|
|
11548
|
+
whenSiteReady,
|
|
11549
|
+
switchView
|
|
11550
|
+
} = usePelcro.getStore();
|
|
11551
|
+
whenSiteReady(() => {
|
|
11552
|
+
if (!isAuthenticated()) {
|
|
11553
|
+
return switchView("login");
|
|
11554
|
+
}
|
|
11555
|
+
|
|
11556
|
+
whenUserReady(() => {
|
|
11557
|
+
const subscriptionId = window.Pelcro.helpers.getURLParameter("subscription_id");
|
|
11558
|
+
const wasSetSuccessfully = setSubscriptionToManageMembers(subscriptionId);
|
|
11559
|
+
|
|
11560
|
+
if (!wasSetSuccessfully) {
|
|
11561
|
+
const errorMessage = i18next.t("messages:invalidSubscription", {
|
|
11562
|
+
returnObjects: true
|
|
11563
|
+
});
|
|
11564
|
+
return notify.error(errorMessage);
|
|
11565
|
+
}
|
|
11566
|
+
|
|
11567
|
+
return switchView("manage-members");
|
|
11568
|
+
});
|
|
11569
|
+
});
|
|
11570
|
+
};
|
|
11571
|
+
|
|
11421
11572
|
const defaultOptions = {
|
|
11422
11573
|
loadPaymentSDKs: true,
|
|
11423
11574
|
loadAuth0SDK: true,
|
|
@@ -11766,8 +11917,16 @@ const LINK_TOKEN_VERIFY = "LINK_TOKEN_VERIFY";
|
|
|
11766
11917
|
const SET_CANCEL_SUBSCRIPTION_REASON = "SET_CANCEL_SUBSCRIPTION_REASON";
|
|
11767
11918
|
const HANDLE_CHECKBOX_CHANGE = "HANDLE_CHECKBOX_CHANGE";
|
|
11768
11919
|
const SET_SUBSCRIPTION_SUSPEND_DATE = "SET_SUBSCRIPTION_SUSPEND_DATE";
|
|
11920
|
+
const SET_EMAILS = "SET_EMAILS";
|
|
11921
|
+
const SET_EMAILS_ERROR = "SET_EMAILS_ERROR";
|
|
11922
|
+
const HANDLE_LIST_MEMBERS = "HANDLE_LIST_MEMBERS";
|
|
11923
|
+
const HANDLE_INVITE_MEMBERS = "HANDLE_INVITE_MEMBERS";
|
|
11924
|
+
const HANDLE_REMOVE_MEMBER = "HANDLE_REMOVE_MEMBER";
|
|
11925
|
+
const UPDATE_INVITE_BUTTON = "UPDATE_INVITE_BUTTON";
|
|
11926
|
+
const UPDATE_MEMBERS = "UPDATE_MEMBERS";
|
|
11927
|
+
const UPDATE_REMOVE_MEMBER_ID = "UPDATE_REMOVE_MEMBER_ID";
|
|
11769
11928
|
|
|
11770
|
-
const initialState$
|
|
11929
|
+
const initialState$m = {
|
|
11771
11930
|
email: "",
|
|
11772
11931
|
username: "",
|
|
11773
11932
|
password: "",
|
|
@@ -11780,10 +11939,10 @@ const initialState$l = {
|
|
|
11780
11939
|
content: ""
|
|
11781
11940
|
}
|
|
11782
11941
|
};
|
|
11783
|
-
const store$
|
|
11942
|
+
const store$m = /*#__PURE__*/createContext(initialState$m);
|
|
11784
11943
|
const {
|
|
11785
|
-
Provider: Provider$
|
|
11786
|
-
} = store$
|
|
11944
|
+
Provider: Provider$m
|
|
11945
|
+
} = store$m;
|
|
11787
11946
|
|
|
11788
11947
|
const LoginContainer = ({
|
|
11789
11948
|
style,
|
|
@@ -11907,7 +12066,7 @@ const LoginContainer = ({
|
|
|
11907
12066
|
});
|
|
11908
12067
|
|
|
11909
12068
|
case RESET_LOGIN_FORM:
|
|
11910
|
-
return initialState$
|
|
12069
|
+
return initialState$m;
|
|
11911
12070
|
|
|
11912
12071
|
case DISABLE_LOGIN_BUTTON:
|
|
11913
12072
|
return lib_7({ ...state,
|
|
@@ -11925,12 +12084,12 @@ const LoginContainer = ({
|
|
|
11925
12084
|
default:
|
|
11926
12085
|
return state;
|
|
11927
12086
|
}
|
|
11928
|
-
}, initialState$
|
|
12087
|
+
}, initialState$m);
|
|
11929
12088
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
11930
12089
|
style: { ...style
|
|
11931
12090
|
},
|
|
11932
12091
|
className: `pelcro-container pelcro-login-container ${className}`
|
|
11933
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
12092
|
+
}, /*#__PURE__*/React__default.createElement(Provider$m, {
|
|
11934
12093
|
value: {
|
|
11935
12094
|
state,
|
|
11936
12095
|
dispatch
|
|
@@ -11938,12 +12097,12 @@ const LoginContainer = ({
|
|
|
11938
12097
|
}, children.length ? children.map((child, i) => {
|
|
11939
12098
|
if (child) {
|
|
11940
12099
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
11941
|
-
store: store$
|
|
12100
|
+
store: store$m,
|
|
11942
12101
|
key: i
|
|
11943
12102
|
});
|
|
11944
12103
|
}
|
|
11945
12104
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
11946
|
-
store: store$
|
|
12105
|
+
store: store$m
|
|
11947
12106
|
})));
|
|
11948
12107
|
};
|
|
11949
12108
|
|
|
@@ -12249,7 +12408,7 @@ const LoginButton = ({
|
|
|
12249
12408
|
buttonDisabled
|
|
12250
12409
|
},
|
|
12251
12410
|
dispatch
|
|
12252
|
-
} = useContext(store$
|
|
12411
|
+
} = useContext(store$m);
|
|
12253
12412
|
const {
|
|
12254
12413
|
t
|
|
12255
12414
|
} = useTranslation("login");
|
|
@@ -12307,15 +12466,15 @@ const LoginRequestLoginToken = ({
|
|
|
12307
12466
|
};
|
|
12308
12467
|
|
|
12309
12468
|
const LoginEmail = props => /*#__PURE__*/React__default.createElement(Email, Object.assign({
|
|
12310
|
-
store: store$
|
|
12469
|
+
store: store$m
|
|
12311
12470
|
}, props));
|
|
12312
12471
|
|
|
12313
12472
|
const LoginUsername = props => /*#__PURE__*/React__default.createElement(UserNameInput, Object.assign({
|
|
12314
|
-
store: store$
|
|
12473
|
+
store: store$m
|
|
12315
12474
|
}, props));
|
|
12316
12475
|
|
|
12317
12476
|
const LoginPassword = props => /*#__PURE__*/React__default.createElement(Password, Object.assign({
|
|
12318
|
-
store: store$
|
|
12477
|
+
store: store$m
|
|
12319
12478
|
}, props));
|
|
12320
12479
|
|
|
12321
12480
|
var _path$s;
|
|
@@ -12392,7 +12551,7 @@ var facebookLoginRenderProps = createCommonjsModule(function (module, exports) {
|
|
|
12392
12551
|
var FacebookLogin = unwrapExports(facebookLoginRenderProps);
|
|
12393
12552
|
facebookLoginRenderProps.FacebookLogin;
|
|
12394
12553
|
|
|
12395
|
-
const initialState$
|
|
12554
|
+
const initialState$l = {
|
|
12396
12555
|
email: "",
|
|
12397
12556
|
password: "",
|
|
12398
12557
|
firstName: "",
|
|
@@ -12413,10 +12572,10 @@ const initialState$k = {
|
|
|
12413
12572
|
content: ""
|
|
12414
12573
|
}
|
|
12415
12574
|
};
|
|
12416
|
-
const store$
|
|
12575
|
+
const store$l = /*#__PURE__*/createContext(initialState$l);
|
|
12417
12576
|
const {
|
|
12418
|
-
Provider: Provider$
|
|
12419
|
-
} = store$
|
|
12577
|
+
Provider: Provider$l
|
|
12578
|
+
} = store$l;
|
|
12420
12579
|
|
|
12421
12580
|
const RegisterContainer = ({
|
|
12422
12581
|
style,
|
|
@@ -12635,7 +12794,7 @@ const RegisterContainer = ({
|
|
|
12635
12794
|
});
|
|
12636
12795
|
|
|
12637
12796
|
case RESET_LOGIN_FORM:
|
|
12638
|
-
return initialState$
|
|
12797
|
+
return initialState$l;
|
|
12639
12798
|
|
|
12640
12799
|
case DISABLE_REGISTRATION_BUTTON:
|
|
12641
12800
|
return lib_7({ ...state,
|
|
@@ -12653,12 +12812,12 @@ const RegisterContainer = ({
|
|
|
12653
12812
|
default:
|
|
12654
12813
|
return state;
|
|
12655
12814
|
}
|
|
12656
|
-
}, initialState$
|
|
12815
|
+
}, initialState$l);
|
|
12657
12816
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
12658
12817
|
style: { ...style
|
|
12659
12818
|
},
|
|
12660
12819
|
className: `pelcro-container pelcro-register-container ${className}`
|
|
12661
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
12820
|
+
}, /*#__PURE__*/React__default.createElement(Provider$l, {
|
|
12662
12821
|
value: {
|
|
12663
12822
|
state,
|
|
12664
12823
|
dispatch
|
|
@@ -12666,12 +12825,12 @@ const RegisterContainer = ({
|
|
|
12666
12825
|
}, children.length ? children.map((child, i) => {
|
|
12667
12826
|
if (child) {
|
|
12668
12827
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
12669
|
-
store: store$
|
|
12828
|
+
store: store$l,
|
|
12670
12829
|
key: i
|
|
12671
12830
|
});
|
|
12672
12831
|
}
|
|
12673
12832
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
12674
|
-
store: store$
|
|
12833
|
+
store: store$l
|
|
12675
12834
|
})));
|
|
12676
12835
|
};
|
|
12677
12836
|
/**
|
|
@@ -12711,10 +12870,10 @@ const FacebookLoginButton = ({
|
|
|
12711
12870
|
const facebookLoginEnabled = (_window$Pelcro$site$r = window.Pelcro.site.read()) === null || _window$Pelcro$site$r === void 0 ? void 0 : _window$Pelcro$site$r.facebook_app_id;
|
|
12712
12871
|
const {
|
|
12713
12872
|
dispatch: loginDispatch
|
|
12714
|
-
} = useContext(store$
|
|
12873
|
+
} = useContext(store$m);
|
|
12715
12874
|
const {
|
|
12716
12875
|
dispatch: registerDispatch
|
|
12717
|
-
} = useContext(store$
|
|
12876
|
+
} = useContext(store$l);
|
|
12718
12877
|
|
|
12719
12878
|
const onSuccess = facebookUser => {
|
|
12720
12879
|
loginDispatch === null || loginDispatch === void 0 ? void 0 : loginDispatch({
|
|
@@ -12879,10 +13038,10 @@ const GoogleLoginButton = ({
|
|
|
12879
13038
|
const googleClientId = (_window$Pelcro$site$r = window.Pelcro.site.read()) === null || _window$Pelcro$site$r === void 0 ? void 0 : _window$Pelcro$site$r.google_app_id;
|
|
12880
13039
|
const {
|
|
12881
13040
|
dispatch: loginDispatch
|
|
12882
|
-
} = useContext(store$
|
|
13041
|
+
} = useContext(store$m);
|
|
12883
13042
|
const {
|
|
12884
13043
|
dispatch: registerDispatch
|
|
12885
|
-
} = useContext(store$
|
|
13044
|
+
} = useContext(store$l);
|
|
12886
13045
|
useEffect(() => {
|
|
12887
13046
|
gapi.load("client:auth2", () => {
|
|
12888
13047
|
gapi.auth2.init({
|
|
@@ -12985,10 +13144,10 @@ const Auth0LoginButton = ({
|
|
|
12985
13144
|
}, [auth0Enabled, auth0Loaded]);
|
|
12986
13145
|
const {
|
|
12987
13146
|
dispatch: loginDispatch
|
|
12988
|
-
} = useContext(store$
|
|
13147
|
+
} = useContext(store$m);
|
|
12989
13148
|
const {
|
|
12990
13149
|
dispatch: registerDispatch
|
|
12991
|
-
} = useContext(store$
|
|
13150
|
+
} = useContext(store$l);
|
|
12992
13151
|
|
|
12993
13152
|
function handleClick() {
|
|
12994
13153
|
var _auth0InstanceRef$cur, _auth0InstanceRef$cur2, _auth0InstanceRef$cur3;
|
|
@@ -13311,11 +13470,11 @@ function LoginModal({
|
|
|
13311
13470
|
LoginModal.viewId = "login";
|
|
13312
13471
|
|
|
13313
13472
|
const RegisterEmail = props => /*#__PURE__*/React__default.createElement(Email, Object.assign({
|
|
13314
|
-
store: store$
|
|
13473
|
+
store: store$l
|
|
13315
13474
|
}, props));
|
|
13316
13475
|
|
|
13317
13476
|
const RegisterPassword = props => /*#__PURE__*/React__default.createElement(Password, Object.assign({
|
|
13318
|
-
store: store$
|
|
13477
|
+
store: store$l
|
|
13319
13478
|
}, props));
|
|
13320
13479
|
|
|
13321
13480
|
const RegisterButton = ({
|
|
@@ -13335,7 +13494,7 @@ const RegisterButton = ({
|
|
|
13335
13494
|
buttonDisabled
|
|
13336
13495
|
},
|
|
13337
13496
|
dispatch
|
|
13338
|
-
} = useContext(store$
|
|
13497
|
+
} = useContext(store$l);
|
|
13339
13498
|
const {
|
|
13340
13499
|
t
|
|
13341
13500
|
} = useTranslation("register");
|
|
@@ -13433,7 +13592,7 @@ function FirstName({
|
|
|
13433
13592
|
}
|
|
13434
13593
|
|
|
13435
13594
|
const RegisterFirstName = props => /*#__PURE__*/React__default.createElement(FirstName, Object.assign({
|
|
13436
|
-
store: store$
|
|
13595
|
+
store: store$l
|
|
13437
13596
|
}, props));
|
|
13438
13597
|
|
|
13439
13598
|
function LastName({
|
|
@@ -13511,7 +13670,7 @@ function LastName({
|
|
|
13511
13670
|
}
|
|
13512
13671
|
|
|
13513
13672
|
const RegisterLastName = props => /*#__PURE__*/React__default.createElement(LastName, Object.assign({
|
|
13514
|
-
store: store$
|
|
13673
|
+
store: store$l
|
|
13515
13674
|
}, props));
|
|
13516
13675
|
|
|
13517
13676
|
function Phone({
|
|
@@ -13798,7 +13957,7 @@ function TextInput({
|
|
|
13798
13957
|
|
|
13799
13958
|
const RegisterTextInput = props => {
|
|
13800
13959
|
return /*#__PURE__*/React__default.createElement(TextInput, Object.assign({}, props, {
|
|
13801
|
-
store: store$
|
|
13960
|
+
store: store$l
|
|
13802
13961
|
}));
|
|
13803
13962
|
};
|
|
13804
13963
|
|
|
@@ -16382,7 +16541,7 @@ class TapGateway {
|
|
|
16382
16541
|
|
|
16383
16542
|
/** @type {PaymentStateType} */
|
|
16384
16543
|
|
|
16385
|
-
const initialState$
|
|
16544
|
+
const initialState$k = {
|
|
16386
16545
|
disableSubmit: false,
|
|
16387
16546
|
isLoading: false,
|
|
16388
16547
|
disableCouponButton: false,
|
|
@@ -16407,10 +16566,10 @@ const initialState$j = {
|
|
|
16407
16566
|
content: ""
|
|
16408
16567
|
}
|
|
16409
16568
|
};
|
|
16410
|
-
const store$
|
|
16569
|
+
const store$k = /*#__PURE__*/createContext(initialState$k);
|
|
16411
16570
|
const {
|
|
16412
|
-
Provider: Provider$
|
|
16413
|
-
} = store$
|
|
16571
|
+
Provider: Provider$k
|
|
16572
|
+
} = store$k;
|
|
16414
16573
|
|
|
16415
16574
|
const PaymentMethodContainerWithoutStripe = ({
|
|
16416
16575
|
style,
|
|
@@ -18093,21 +18252,21 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
18093
18252
|
default:
|
|
18094
18253
|
return state;
|
|
18095
18254
|
}
|
|
18096
|
-
}, initialState$
|
|
18255
|
+
}, initialState$k);
|
|
18097
18256
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
18098
18257
|
style: { ...style
|
|
18099
18258
|
},
|
|
18100
18259
|
className: `pelcro-container pelcro-payment-container ${className}`
|
|
18101
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
18260
|
+
}, /*#__PURE__*/React__default.createElement(Provider$k, {
|
|
18102
18261
|
value: {
|
|
18103
18262
|
state,
|
|
18104
18263
|
dispatch
|
|
18105
18264
|
}
|
|
18106
18265
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
18107
|
-
store: store$
|
|
18266
|
+
store: store$k,
|
|
18108
18267
|
key: i
|
|
18109
18268
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
18110
|
-
store: store$
|
|
18269
|
+
store: store$k
|
|
18111
18270
|
})));
|
|
18112
18271
|
};
|
|
18113
18272
|
|
|
@@ -18134,7 +18293,7 @@ const PaymentMethodContainer = props => {
|
|
|
18134
18293
|
stripeAccount: window.Pelcro.site.read().account_id,
|
|
18135
18294
|
locale: getPageOrDefaultLanguage()
|
|
18136
18295
|
}, /*#__PURE__*/React__default.createElement(es_11, null, /*#__PURE__*/React__default.createElement(UnwrappedForm, Object.assign({
|
|
18137
|
-
store: store$
|
|
18296
|
+
store: store$k
|
|
18138
18297
|
}, props))));
|
|
18139
18298
|
}
|
|
18140
18299
|
|
|
@@ -18187,7 +18346,7 @@ const PelcroPaymentRequestButton = props => {
|
|
|
18187
18346
|
currentPlan,
|
|
18188
18347
|
updatedPrice
|
|
18189
18348
|
}
|
|
18190
|
-
} = useContext(store$
|
|
18349
|
+
} = useContext(store$k);
|
|
18191
18350
|
|
|
18192
18351
|
const updatePaymentRequest = () => {
|
|
18193
18352
|
// Make sure payment request is up to date, eg. user added a coupon code.
|
|
@@ -18269,7 +18428,7 @@ const DiscountedPrice = props => {
|
|
|
18269
18428
|
taxAmount,
|
|
18270
18429
|
percentOff
|
|
18271
18430
|
}
|
|
18272
|
-
} = useContext(store$
|
|
18431
|
+
} = useContext(store$k);
|
|
18273
18432
|
const {
|
|
18274
18433
|
order,
|
|
18275
18434
|
plan
|
|
@@ -18326,7 +18485,7 @@ const SubmitPaymentMethod = ({
|
|
|
18326
18485
|
isLoading,
|
|
18327
18486
|
updatedPrice
|
|
18328
18487
|
}
|
|
18329
|
-
} = useContext(store$
|
|
18488
|
+
} = useContext(store$k);
|
|
18330
18489
|
const planQuantity = (_plan$quantity = plan === null || plan === void 0 ? void 0 : plan.quantity) !== null && _plan$quantity !== void 0 ? _plan$quantity : 1;
|
|
18331
18490
|
const price = updatedPrice !== null && updatedPrice !== void 0 ? updatedPrice : plan === null || plan === void 0 ? void 0 : plan.amount;
|
|
18332
18491
|
const priceFormatted = getFormattedPriceByLocal(price * planQuantity, plan === null || plan === void 0 ? void 0 : plan.currency, getPageOrDefaultLanguage());
|
|
@@ -18388,7 +18547,7 @@ const ApplyCouponButton = ({
|
|
|
18388
18547
|
disableCouponButton
|
|
18389
18548
|
},
|
|
18390
18549
|
dispatch
|
|
18391
|
-
} = useContext(store$
|
|
18550
|
+
} = useContext(store$k);
|
|
18392
18551
|
const {
|
|
18393
18552
|
t
|
|
18394
18553
|
} = useTranslation("checkoutForm");
|
|
@@ -18422,7 +18581,7 @@ const CouponCodeField = props => {
|
|
|
18422
18581
|
couponCode,
|
|
18423
18582
|
couponError
|
|
18424
18583
|
}
|
|
18425
|
-
} = useContext(store$
|
|
18584
|
+
} = useContext(store$k);
|
|
18426
18585
|
|
|
18427
18586
|
const onCouponCodeChange = e => {
|
|
18428
18587
|
dispatch({
|
|
@@ -18478,7 +18637,7 @@ const CouponCode = ({
|
|
|
18478
18637
|
state: {
|
|
18479
18638
|
enableCouponField
|
|
18480
18639
|
}
|
|
18481
|
-
} = useContext(store$
|
|
18640
|
+
} = useContext(store$k);
|
|
18482
18641
|
const {
|
|
18483
18642
|
t
|
|
18484
18643
|
} = useTranslation("checkoutForm");
|
|
@@ -18735,7 +18894,7 @@ const PaypalSubscribeButton = props => {
|
|
|
18735
18894
|
const {
|
|
18736
18895
|
dispatch,
|
|
18737
18896
|
state
|
|
18738
|
-
} = useContext(store$
|
|
18897
|
+
} = useContext(store$k);
|
|
18739
18898
|
const {
|
|
18740
18899
|
product,
|
|
18741
18900
|
plan,
|
|
@@ -18879,7 +19038,7 @@ const SelectedPaymentMethod = () => {
|
|
|
18879
19038
|
state: {
|
|
18880
19039
|
isLoading
|
|
18881
19040
|
}
|
|
18882
|
-
} = useContext(store$
|
|
19041
|
+
} = useContext(store$k);
|
|
18883
19042
|
const {
|
|
18884
19043
|
switchView,
|
|
18885
19044
|
selectedPaymentMethodId
|
|
@@ -18921,7 +19080,7 @@ const TaxAmount = () => {
|
|
|
18921
19080
|
state: {
|
|
18922
19081
|
taxAmount
|
|
18923
19082
|
}
|
|
18924
|
-
} = useContext(store$
|
|
19083
|
+
} = useContext(store$k);
|
|
18925
19084
|
const {
|
|
18926
19085
|
plan
|
|
18927
19086
|
} = usePelcro();
|
|
@@ -18941,15 +19100,15 @@ const TaxAmount = () => {
|
|
|
18941
19100
|
};
|
|
18942
19101
|
|
|
18943
19102
|
const IncludeFirstName = props => /*#__PURE__*/React__default.createElement(FirstName, Object.assign({
|
|
18944
|
-
store: store$
|
|
19103
|
+
store: store$k
|
|
18945
19104
|
}, props));
|
|
18946
19105
|
|
|
18947
19106
|
const IncludeLastName = props => /*#__PURE__*/React__default.createElement(LastName, Object.assign({
|
|
18948
|
-
store: store$
|
|
19107
|
+
store: store$k
|
|
18949
19108
|
}, props));
|
|
18950
19109
|
|
|
18951
19110
|
const IncludePhone = props => /*#__PURE__*/React__default.createElement(Phone, Object.assign({
|
|
18952
|
-
store: store$
|
|
19111
|
+
store: store$k
|
|
18953
19112
|
}, props));
|
|
18954
19113
|
|
|
18955
19114
|
const SubscriptionCreateFreePlanButton = ({
|
|
@@ -18962,7 +19121,7 @@ const SubscriptionCreateFreePlanButton = ({
|
|
|
18962
19121
|
disableSubmit
|
|
18963
19122
|
},
|
|
18964
19123
|
dispatch
|
|
18965
|
-
} = useContext(store$
|
|
19124
|
+
} = useContext(store$k);
|
|
18966
19125
|
const {
|
|
18967
19126
|
t
|
|
18968
19127
|
} = useTranslation("common");
|
|
@@ -19162,13 +19321,13 @@ function SubscriptionRenewModal({
|
|
|
19162
19321
|
}
|
|
19163
19322
|
SubscriptionRenewModal.viewId = "subscription-renew";
|
|
19164
19323
|
|
|
19165
|
-
const initialState$
|
|
19324
|
+
const initialState$j = {
|
|
19166
19325
|
cancelationReason: ""
|
|
19167
19326
|
};
|
|
19168
|
-
const store$
|
|
19327
|
+
const store$j = /*#__PURE__*/createContext(initialState$j);
|
|
19169
19328
|
const {
|
|
19170
|
-
Provider: Provider$
|
|
19171
|
-
} = store$
|
|
19329
|
+
Provider: Provider$j
|
|
19330
|
+
} = store$j;
|
|
19172
19331
|
|
|
19173
19332
|
const SubscriptionCancelContainer = ({
|
|
19174
19333
|
style,
|
|
@@ -19189,21 +19348,21 @@ const SubscriptionCancelContainer = ({
|
|
|
19189
19348
|
default:
|
|
19190
19349
|
return state;
|
|
19191
19350
|
}
|
|
19192
|
-
}, initialState$
|
|
19351
|
+
}, initialState$j);
|
|
19193
19352
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
19194
19353
|
style: { ...style
|
|
19195
19354
|
},
|
|
19196
19355
|
className: `pelcro-container pelcro-subscription-cancel-container ${className}`
|
|
19197
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
19356
|
+
}, /*#__PURE__*/React__default.createElement(Provider$j, {
|
|
19198
19357
|
value: {
|
|
19199
19358
|
state,
|
|
19200
19359
|
dispatch
|
|
19201
19360
|
}
|
|
19202
19361
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
19203
|
-
store: store$
|
|
19362
|
+
store: store$j,
|
|
19204
19363
|
key: i
|
|
19205
19364
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
19206
|
-
store: store$
|
|
19365
|
+
store: store$j
|
|
19207
19366
|
})));
|
|
19208
19367
|
};
|
|
19209
19368
|
|
|
@@ -19288,7 +19447,7 @@ const SubscriptionCancelReason = props => {
|
|
|
19288
19447
|
const {
|
|
19289
19448
|
dispatch,
|
|
19290
19449
|
state
|
|
19291
|
-
} = useContext(store$
|
|
19450
|
+
} = useContext(store$j);
|
|
19292
19451
|
|
|
19293
19452
|
const handleOnTextAreaBlur = e => {
|
|
19294
19453
|
dispatch({
|
|
@@ -19336,7 +19495,7 @@ const SubscriptionCancelNowButton = ({
|
|
|
19336
19495
|
cancelationReason
|
|
19337
19496
|
},
|
|
19338
19497
|
dispatch
|
|
19339
|
-
} = useContext(store$
|
|
19498
|
+
} = useContext(store$j);
|
|
19340
19499
|
const {
|
|
19341
19500
|
t
|
|
19342
19501
|
} = useTranslation("subscriptionCancel");
|
|
@@ -19408,7 +19567,7 @@ const SubscriptionCancelLaterButton = ({
|
|
|
19408
19567
|
cancelationReason
|
|
19409
19568
|
},
|
|
19410
19569
|
dispatch
|
|
19411
|
-
} = useContext(store$
|
|
19570
|
+
} = useContext(store$j);
|
|
19412
19571
|
const {
|
|
19413
19572
|
t
|
|
19414
19573
|
} = useTranslation("subscriptionCancel");
|
|
@@ -19513,14 +19672,14 @@ const SubscriptionCancelModal = ({
|
|
|
19513
19672
|
};
|
|
19514
19673
|
SubscriptionCancelModal.viewId = "subscription-cancel";
|
|
19515
19674
|
|
|
19516
|
-
const initialState$
|
|
19675
|
+
const initialState$i = {
|
|
19517
19676
|
suspendDate: null,
|
|
19518
19677
|
buttonDisabled: false
|
|
19519
19678
|
};
|
|
19520
|
-
const store$
|
|
19679
|
+
const store$i = /*#__PURE__*/createContext(initialState$i);
|
|
19521
19680
|
const {
|
|
19522
|
-
Provider: Provider$
|
|
19523
|
-
} = store$
|
|
19681
|
+
Provider: Provider$i
|
|
19682
|
+
} = store$i;
|
|
19524
19683
|
|
|
19525
19684
|
const SubscriptionSuspendContainer = ({
|
|
19526
19685
|
style,
|
|
@@ -19546,21 +19705,21 @@ const SubscriptionSuspendContainer = ({
|
|
|
19546
19705
|
default:
|
|
19547
19706
|
return state;
|
|
19548
19707
|
}
|
|
19549
|
-
}, initialState$
|
|
19708
|
+
}, initialState$i);
|
|
19550
19709
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
19551
19710
|
style: { ...style
|
|
19552
19711
|
},
|
|
19553
19712
|
className: `pelcro-container pelcro-subscription-suspend-container ${className}`
|
|
19554
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
19713
|
+
}, /*#__PURE__*/React__default.createElement(Provider$i, {
|
|
19555
19714
|
value: {
|
|
19556
19715
|
state,
|
|
19557
19716
|
dispatch
|
|
19558
19717
|
}
|
|
19559
19718
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
19560
|
-
store: store$
|
|
19719
|
+
store: store$i,
|
|
19561
19720
|
key: i
|
|
19562
19721
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
19563
|
-
store: store$
|
|
19722
|
+
store: store$i
|
|
19564
19723
|
})));
|
|
19565
19724
|
};
|
|
19566
19725
|
|
|
@@ -19609,7 +19768,7 @@ const SubscriptionSuspendDate = props => {
|
|
|
19609
19768
|
const {
|
|
19610
19769
|
dispatch,
|
|
19611
19770
|
state
|
|
19612
|
-
} = useContext(store$
|
|
19771
|
+
} = useContext(store$i);
|
|
19613
19772
|
|
|
19614
19773
|
const handleInputChange = value => {
|
|
19615
19774
|
if (value) {
|
|
@@ -19651,7 +19810,7 @@ const SubscriptionSuspendButton = ({
|
|
|
19651
19810
|
buttonDisabled
|
|
19652
19811
|
},
|
|
19653
19812
|
dispatch
|
|
19654
|
-
} = useContext(store$
|
|
19813
|
+
} = useContext(store$i);
|
|
19655
19814
|
const {
|
|
19656
19815
|
t
|
|
19657
19816
|
} = useTranslation("subscriptionSuspend");
|
|
@@ -20100,7 +20259,7 @@ class DefaultNewsLetter extends Component {
|
|
|
20100
20259
|
|
|
20101
20260
|
const NewsLetter = withTranslation("newsletter")(DefaultNewsLetter);
|
|
20102
20261
|
|
|
20103
|
-
const initialState$
|
|
20262
|
+
const initialState$h = {
|
|
20104
20263
|
didSubToNewslettersBefore: false,
|
|
20105
20264
|
newsletters: [],
|
|
20106
20265
|
isListLoading: true,
|
|
@@ -20110,10 +20269,10 @@ const initialState$g = {
|
|
|
20110
20269
|
content: ""
|
|
20111
20270
|
}
|
|
20112
20271
|
};
|
|
20113
|
-
const store$
|
|
20272
|
+
const store$h = /*#__PURE__*/createContext(initialState$h);
|
|
20114
20273
|
const {
|
|
20115
|
-
Provider: Provider$
|
|
20116
|
-
} = store$
|
|
20274
|
+
Provider: Provider$h
|
|
20275
|
+
} = store$h;
|
|
20117
20276
|
|
|
20118
20277
|
const NewsletterUpdateContainer = ({
|
|
20119
20278
|
style,
|
|
@@ -20226,7 +20385,7 @@ const NewsletterUpdateContainer = ({
|
|
|
20226
20385
|
default:
|
|
20227
20386
|
return state;
|
|
20228
20387
|
}
|
|
20229
|
-
}, initialState$
|
|
20388
|
+
}, initialState$h);
|
|
20230
20389
|
useEffect(() => {
|
|
20231
20390
|
const getUserNewsletters = () => {
|
|
20232
20391
|
var _window$Pelcro$user$r3, _window$Pelcro$user$r4;
|
|
@@ -20270,7 +20429,7 @@ const NewsletterUpdateContainer = ({
|
|
|
20270
20429
|
style: { ...style
|
|
20271
20430
|
},
|
|
20272
20431
|
className: `pelcro-container pelcro-newsletter-update-container ${className}`
|
|
20273
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
20432
|
+
}, /*#__PURE__*/React__default.createElement(Provider$h, {
|
|
20274
20433
|
value: {
|
|
20275
20434
|
state,
|
|
20276
20435
|
dispatch
|
|
@@ -20278,12 +20437,12 @@ const NewsletterUpdateContainer = ({
|
|
|
20278
20437
|
}, children.length ? children.map((child, i) => {
|
|
20279
20438
|
if (child) {
|
|
20280
20439
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
20281
|
-
store: store$
|
|
20440
|
+
store: store$h,
|
|
20282
20441
|
key: i
|
|
20283
20442
|
});
|
|
20284
20443
|
}
|
|
20285
20444
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
20286
|
-
store: store$
|
|
20445
|
+
store: store$h
|
|
20287
20446
|
})));
|
|
20288
20447
|
};
|
|
20289
20448
|
|
|
@@ -20298,7 +20457,7 @@ const NewsletterUpdateButton = ({
|
|
|
20298
20457
|
isSubmitting,
|
|
20299
20458
|
isListLoading
|
|
20300
20459
|
}
|
|
20301
|
-
} = useContext(store$
|
|
20460
|
+
} = useContext(store$h);
|
|
20302
20461
|
const {
|
|
20303
20462
|
t
|
|
20304
20463
|
} = useTranslation("newsletter");
|
|
@@ -20328,7 +20487,7 @@ const NewsletterUpdateList = () => {
|
|
|
20328
20487
|
newsletters,
|
|
20329
20488
|
isListLoading
|
|
20330
20489
|
}
|
|
20331
|
-
} = useContext(store$
|
|
20490
|
+
} = useContext(store$h);
|
|
20332
20491
|
|
|
20333
20492
|
if (isListLoading) {
|
|
20334
20493
|
return /*#__PURE__*/React__default.createElement(Loader, {
|
|
@@ -20417,122 +20576,593 @@ const MeterView = () => {
|
|
|
20417
20576
|
// Meter view.
|
|
20418
20577
|
const MeterModal = props => {
|
|
20419
20578
|
const {
|
|
20420
|
-
resetView
|
|
20421
|
-
} = usePelcro();
|
|
20579
|
+
resetView
|
|
20580
|
+
} = usePelcro();
|
|
20581
|
+
useEffect(() => {
|
|
20582
|
+
var _props$onDisplay;
|
|
20583
|
+
|
|
20584
|
+
(_props$onDisplay = props.onDisplay) === null || _props$onDisplay === void 0 ? void 0 : _props$onDisplay.call(props);
|
|
20585
|
+
}, []);
|
|
20586
|
+
|
|
20587
|
+
const onClose = () => {
|
|
20588
|
+
var _props$onClose;
|
|
20589
|
+
|
|
20590
|
+
(_props$onClose = props.onClose) === null || _props$onClose === void 0 ? void 0 : _props$onClose.call(props);
|
|
20591
|
+
resetView();
|
|
20592
|
+
};
|
|
20593
|
+
|
|
20594
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
20595
|
+
id: "pelcro-view-meter-modal",
|
|
20596
|
+
className: "plc-fixed plc-bottom-0 plc-right-0 plc-w-full plc-p-4 plc-bg-white plc-border-t-4 plc-rounded plc-shadow-md motion-safe:plc-animate-slideInBottom sm:plc-m-4 sm:plc-max-w-md plc-z-max plc-border-primary-500"
|
|
20597
|
+
}, /*#__PURE__*/React__default.createElement("button", {
|
|
20598
|
+
type: "button",
|
|
20599
|
+
className: "plc-absolute plc-top-0 plc-text-2xl plc-text-gray-500 hover:plc-text-black focus:plc-text-black plc-right-1 plc-border-0 plc-bg-transparent hover:plc-bg-transparent focus:plc-bg-transparent pelcro-close-btn",
|
|
20600
|
+
"aria-label": "Close",
|
|
20601
|
+
onClick: onClose
|
|
20602
|
+
}, /*#__PURE__*/React__default.createElement("span", null, "\xD7")), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(MeterView, props)));
|
|
20603
|
+
};
|
|
20604
|
+
MeterModal.viewId = "meter";
|
|
20605
|
+
|
|
20606
|
+
const SubscriptionCreateView = ({
|
|
20607
|
+
onSuccess = () => {},
|
|
20608
|
+
onFailure = () => {}
|
|
20609
|
+
}) => {
|
|
20610
|
+
var _window$Pelcro, _window$Pelcro$uiSett, _product$paywall$subs, _product$paywall, _window$Pelcro$paywal, _product$paywall$subs2, _product$paywall2, _window$Pelcro$paywal2;
|
|
20611
|
+
|
|
20612
|
+
const {
|
|
20613
|
+
t
|
|
20614
|
+
} = useTranslation("checkoutForm");
|
|
20615
|
+
const {
|
|
20616
|
+
product,
|
|
20617
|
+
plan
|
|
20618
|
+
} = usePelcro();
|
|
20619
|
+
const skipPayment = (_window$Pelcro = window.Pelcro) === null || _window$Pelcro === void 0 ? void 0 : (_window$Pelcro$uiSett = _window$Pelcro.uiSettings) === null || _window$Pelcro$uiSett === void 0 ? void 0 : _window$Pelcro$uiSett.skipPaymentForFreePlans;
|
|
20620
|
+
const showSubscriptionButton = skipPayment && (plan === null || plan === void 0 ? void 0 : plan.amount) === 0;
|
|
20621
|
+
|
|
20622
|
+
const getPricingText = plan => {
|
|
20623
|
+
var _plan$quantity;
|
|
20624
|
+
|
|
20625
|
+
const autoRenewed = plan.auto_renew;
|
|
20626
|
+
const {
|
|
20627
|
+
interval,
|
|
20628
|
+
interval_count
|
|
20629
|
+
} = plan;
|
|
20630
|
+
const intervalText = t("labels.interval", {
|
|
20631
|
+
interval,
|
|
20632
|
+
count: interval_count
|
|
20633
|
+
});
|
|
20634
|
+
const priceFormatted = getFormattedPriceByLocal((plan === null || plan === void 0 ? void 0 : plan.amount) * ((_plan$quantity = plan === null || plan === void 0 ? void 0 : plan.quantity) !== null && _plan$quantity !== void 0 ? _plan$quantity : 1), plan === null || plan === void 0 ? void 0 : plan.currency, getPageOrDefaultLanguage());
|
|
20635
|
+
return /*#__PURE__*/React__default.createElement("p", {
|
|
20636
|
+
className: "plc-text-gray-600"
|
|
20637
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
20638
|
+
className: "plc-tracking-wider plc-uppercase"
|
|
20639
|
+
}, plan.nickname), /*#__PURE__*/React__default.createElement("br", null), /*#__PURE__*/React__default.createElement("span", {
|
|
20640
|
+
className: "plc-text-xl plc-font-semibold plc-text-primary-600"
|
|
20641
|
+
}, priceFormatted, " "), /*#__PURE__*/React__default.createElement("span", {
|
|
20642
|
+
className: "plc-font-thin"
|
|
20643
|
+
}, autoRenewed ? "/" : t("labels.for"), " ", intervalText));
|
|
20644
|
+
};
|
|
20645
|
+
|
|
20646
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
20647
|
+
id: "pelcro-subscription-create-view"
|
|
20648
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
20649
|
+
className: "plc-flex plc-flex-col plc-items-center plc-mb-6 plc-text-center plc-text-gray-900 pelcro-title-wrapper sm:plc-px-8"
|
|
20650
|
+
}, /*#__PURE__*/React__default.createElement("h4", {
|
|
20651
|
+
className: "plc-text-2xl plc-font-semibold "
|
|
20652
|
+
}, (_product$paywall$subs = product === null || product === void 0 ? void 0 : (_product$paywall = product.paywall) === null || _product$paywall === void 0 ? void 0 : _product$paywall.subscribe_title) !== null && _product$paywall$subs !== void 0 ? _product$paywall$subs : (_window$Pelcro$paywal = window.Pelcro.paywall.read()) === null || _window$Pelcro$paywal === void 0 ? void 0 : _window$Pelcro$paywal.subscribe_title), " ", /*#__PURE__*/React__default.createElement("p", null, (_product$paywall$subs2 = product === null || product === void 0 ? void 0 : (_product$paywall2 = product.paywall) === null || _product$paywall2 === void 0 ? void 0 : _product$paywall2.subscribe_subtitle) !== null && _product$paywall$subs2 !== void 0 ? _product$paywall$subs2 : (_window$Pelcro$paywal2 = window.Pelcro.paywall.read()) === null || _window$Pelcro$paywal2 === void 0 ? void 0 : _window$Pelcro$paywal2.subscribe_subtitle), /*#__PURE__*/React__default.createElement("div", {
|
|
20653
|
+
className: "plc-w-full plc-p-2 plc-mt-2 plc-font-semibold plc-text-center plc-text-gray-900 plc-bg-gray-100 plc-border plc-border-gray-200"
|
|
20654
|
+
}, plan && getPricingText(plan))), /*#__PURE__*/React__default.createElement(PaymentMethodView, {
|
|
20655
|
+
type: "createPayment",
|
|
20656
|
+
showCoupon: true,
|
|
20657
|
+
showExternalPaymentMethods: true,
|
|
20658
|
+
onSuccess: onSuccess,
|
|
20659
|
+
onFailure: onFailure,
|
|
20660
|
+
showSubscriptionButton: showSubscriptionButton
|
|
20661
|
+
}));
|
|
20662
|
+
};
|
|
20663
|
+
|
|
20664
|
+
/**
|
|
20665
|
+
*
|
|
20666
|
+
*/
|
|
20667
|
+
|
|
20668
|
+
function SubscriptionCreateModal({
|
|
20669
|
+
onDisplay,
|
|
20670
|
+
onClose,
|
|
20671
|
+
...otherProps
|
|
20672
|
+
}) {
|
|
20673
|
+
useTranslation("common");
|
|
20674
|
+
const {
|
|
20675
|
+
switchView
|
|
20676
|
+
} = usePelcro();
|
|
20677
|
+
|
|
20678
|
+
const onSuccess = res => {
|
|
20679
|
+
var _otherProps$onSuccess;
|
|
20680
|
+
|
|
20681
|
+
(_otherProps$onSuccess = otherProps.onSuccess) === null || _otherProps$onSuccess === void 0 ? void 0 : _otherProps$onSuccess.call(otherProps, res);
|
|
20682
|
+
trackSubscriptionOnGA();
|
|
20683
|
+
return switchView("subscription-success");
|
|
20684
|
+
};
|
|
20685
|
+
|
|
20686
|
+
return /*#__PURE__*/React__default.createElement(Modal, {
|
|
20687
|
+
id: "pelcro-subscription-create-modal",
|
|
20688
|
+
onDisplay: onDisplay,
|
|
20689
|
+
onClose: onClose
|
|
20690
|
+
}, /*#__PURE__*/React__default.createElement(ModalBody, null, /*#__PURE__*/React__default.createElement(SubscriptionCreateView, Object.assign({}, otherProps, {
|
|
20691
|
+
onSuccess: onSuccess
|
|
20692
|
+
}))), /*#__PURE__*/React__default.createElement(ModalFooter, null, /*#__PURE__*/React__default.createElement(Authorship, null)));
|
|
20693
|
+
}
|
|
20694
|
+
SubscriptionCreateModal.viewId = "subscription-create";
|
|
20695
|
+
|
|
20696
|
+
const initialState$g = {
|
|
20697
|
+
emails: "",
|
|
20698
|
+
emailsError: null,
|
|
20699
|
+
buttonDisabled: false,
|
|
20700
|
+
removeMemberId: null,
|
|
20701
|
+
members: [],
|
|
20702
|
+
loading: false,
|
|
20703
|
+
alert: {
|
|
20704
|
+
type: "error",
|
|
20705
|
+
content: ""
|
|
20706
|
+
}
|
|
20707
|
+
};
|
|
20708
|
+
const store$g = /*#__PURE__*/createContext(initialState$g);
|
|
20709
|
+
const {
|
|
20710
|
+
Provider: Provider$g
|
|
20711
|
+
} = store$g;
|
|
20712
|
+
|
|
20713
|
+
const SubscriptionManageMembersContainer = ({
|
|
20714
|
+
style,
|
|
20715
|
+
className = "",
|
|
20716
|
+
onSuccess = () => {},
|
|
20717
|
+
onFailure = () => {},
|
|
20718
|
+
children
|
|
20719
|
+
}) => {
|
|
20720
|
+
const {
|
|
20721
|
+
subscriptionToManageMembers
|
|
20722
|
+
} = usePelcro();
|
|
20723
|
+
const subscription_id = subscriptionToManageMembers === null || subscriptionToManageMembers === void 0 ? void 0 : subscriptionToManageMembers.id;
|
|
20724
|
+
|
|
20725
|
+
const handleListMembers = ({}, dispatch) => {
|
|
20726
|
+
var _window$Pelcro, _window$Pelcro$user, _window$Pelcro$user$r;
|
|
20727
|
+
|
|
20728
|
+
window.Pelcro.subscription.listMembers({
|
|
20729
|
+
auth_token: (_window$Pelcro = window.Pelcro) === null || _window$Pelcro === void 0 ? void 0 : (_window$Pelcro$user = _window$Pelcro.user) === null || _window$Pelcro$user === void 0 ? void 0 : (_window$Pelcro$user$r = _window$Pelcro$user.read()) === null || _window$Pelcro$user$r === void 0 ? void 0 : _window$Pelcro$user$r.auth_token,
|
|
20730
|
+
subscription_id
|
|
20731
|
+
}, (err, res) => {
|
|
20732
|
+
dispatch({
|
|
20733
|
+
type: UPDATE_INVITE_BUTTON,
|
|
20734
|
+
payload: false
|
|
20735
|
+
});
|
|
20736
|
+
dispatch({
|
|
20737
|
+
type: LOADING,
|
|
20738
|
+
payload: false
|
|
20739
|
+
});
|
|
20740
|
+
|
|
20741
|
+
if (err) {
|
|
20742
|
+
dispatch({
|
|
20743
|
+
type: SHOW_ALERT,
|
|
20744
|
+
payload: {
|
|
20745
|
+
type: "error",
|
|
20746
|
+
content: getErrorMessages(err)
|
|
20747
|
+
}
|
|
20748
|
+
});
|
|
20749
|
+
onFailure(err);
|
|
20750
|
+
} else {
|
|
20751
|
+
dispatch({
|
|
20752
|
+
type: UPDATE_MEMBERS,
|
|
20753
|
+
payload: res.data
|
|
20754
|
+
});
|
|
20755
|
+
onSuccess(res);
|
|
20756
|
+
}
|
|
20757
|
+
});
|
|
20758
|
+
};
|
|
20759
|
+
|
|
20760
|
+
const handleInviteMembers = ({
|
|
20761
|
+
emails
|
|
20762
|
+
}, dispatch) => {
|
|
20763
|
+
var _window$Pelcro2, _window$Pelcro2$user, _window$Pelcro2$user$;
|
|
20764
|
+
|
|
20765
|
+
const emailsArr = emails.split(",");
|
|
20766
|
+
window.Pelcro.subscription.inviteMembers({
|
|
20767
|
+
auth_token: (_window$Pelcro2 = window.Pelcro) === null || _window$Pelcro2 === void 0 ? void 0 : (_window$Pelcro2$user = _window$Pelcro2.user) === null || _window$Pelcro2$user === void 0 ? void 0 : (_window$Pelcro2$user$ = _window$Pelcro2$user.read()) === null || _window$Pelcro2$user$ === void 0 ? void 0 : _window$Pelcro2$user$.auth_token,
|
|
20768
|
+
subscription_id,
|
|
20769
|
+
emails: emailsArr
|
|
20770
|
+
}, (err, res) => {
|
|
20771
|
+
dispatch({
|
|
20772
|
+
type: UPDATE_INVITE_BUTTON,
|
|
20773
|
+
payload: false
|
|
20774
|
+
});
|
|
20775
|
+
|
|
20776
|
+
if (err) {
|
|
20777
|
+
dispatch({
|
|
20778
|
+
type: SHOW_ALERT,
|
|
20779
|
+
payload: {
|
|
20780
|
+
type: "error",
|
|
20781
|
+
content: getErrorMessages(err)
|
|
20782
|
+
}
|
|
20783
|
+
});
|
|
20784
|
+
onFailure(err);
|
|
20785
|
+
} else {
|
|
20786
|
+
dispatch({
|
|
20787
|
+
type: HANDLE_LIST_MEMBERS
|
|
20788
|
+
});
|
|
20789
|
+
onSuccess(res);
|
|
20790
|
+
}
|
|
20791
|
+
});
|
|
20792
|
+
};
|
|
20793
|
+
|
|
20794
|
+
const handleRemoveMember = ({
|
|
20795
|
+
removeMemberId
|
|
20796
|
+
}, dispatch) => {
|
|
20797
|
+
var _window$Pelcro3, _window$Pelcro3$user, _window$Pelcro3$user$;
|
|
20798
|
+
|
|
20799
|
+
window.Pelcro.subscription.removeMember({
|
|
20800
|
+
auth_token: (_window$Pelcro3 = window.Pelcro) === null || _window$Pelcro3 === void 0 ? void 0 : (_window$Pelcro3$user = _window$Pelcro3.user) === null || _window$Pelcro3$user === void 0 ? void 0 : (_window$Pelcro3$user$ = _window$Pelcro3$user.read()) === null || _window$Pelcro3$user$ === void 0 ? void 0 : _window$Pelcro3$user$.auth_token,
|
|
20801
|
+
subscription_id,
|
|
20802
|
+
id: removeMemberId
|
|
20803
|
+
}, (err, res) => {
|
|
20804
|
+
dispatch({
|
|
20805
|
+
type: UPDATE_REMOVE_MEMBER_ID,
|
|
20806
|
+
payload: null
|
|
20807
|
+
});
|
|
20808
|
+
|
|
20809
|
+
if (err) {
|
|
20810
|
+
dispatch({
|
|
20811
|
+
type: SHOW_ALERT,
|
|
20812
|
+
payload: {
|
|
20813
|
+
type: "error",
|
|
20814
|
+
content: getErrorMessages(err)
|
|
20815
|
+
}
|
|
20816
|
+
});
|
|
20817
|
+
onFailure(err);
|
|
20818
|
+
} else {
|
|
20819
|
+
dispatch({
|
|
20820
|
+
type: HANDLE_LIST_MEMBERS
|
|
20821
|
+
});
|
|
20822
|
+
onSuccess(res);
|
|
20823
|
+
}
|
|
20824
|
+
});
|
|
20825
|
+
};
|
|
20826
|
+
|
|
20827
|
+
const [state, dispatch] = useReducerWithSideEffects((state, action) => {
|
|
20828
|
+
switch (action.type) {
|
|
20829
|
+
case SET_EMAILS:
|
|
20830
|
+
return lib_7({ ...state,
|
|
20831
|
+
emails: action.payload,
|
|
20832
|
+
emailsError: null
|
|
20833
|
+
});
|
|
20834
|
+
|
|
20835
|
+
case SET_EMAILS_ERROR:
|
|
20836
|
+
return lib_7({ ...state,
|
|
20837
|
+
emailsError: action.payload,
|
|
20838
|
+
emails: ""
|
|
20839
|
+
});
|
|
20840
|
+
|
|
20841
|
+
case SHOW_ALERT:
|
|
20842
|
+
return lib_7({ ...state,
|
|
20843
|
+
alert: action.payload
|
|
20844
|
+
});
|
|
20845
|
+
|
|
20846
|
+
case LOADING:
|
|
20847
|
+
return lib_7({ ...state,
|
|
20848
|
+
loading: action.payload
|
|
20849
|
+
});
|
|
20850
|
+
|
|
20851
|
+
case UPDATE_MEMBERS:
|
|
20852
|
+
return lib_7({ ...state,
|
|
20853
|
+
members: action.payload
|
|
20854
|
+
});
|
|
20855
|
+
|
|
20856
|
+
case UPDATE_REMOVE_MEMBER_ID:
|
|
20857
|
+
return lib_7({ ...state,
|
|
20858
|
+
removeMemberId: action.payload
|
|
20859
|
+
});
|
|
20860
|
+
|
|
20861
|
+
case UPDATE_INVITE_BUTTON:
|
|
20862
|
+
return lib_7({ ...state,
|
|
20863
|
+
buttonDisabled: action.payload
|
|
20864
|
+
});
|
|
20865
|
+
|
|
20866
|
+
case HANDLE_LIST_MEMBERS:
|
|
20867
|
+
return lib_5({ ...state,
|
|
20868
|
+
loading: true
|
|
20869
|
+
}, (state, dispatch) => handleListMembers(state, dispatch));
|
|
20870
|
+
|
|
20871
|
+
case HANDLE_INVITE_MEMBERS:
|
|
20872
|
+
return lib_5({ ...state,
|
|
20873
|
+
buttonDisabled: true
|
|
20874
|
+
}, (state, dispatch) => handleInviteMembers(state, dispatch));
|
|
20875
|
+
|
|
20876
|
+
case HANDLE_REMOVE_MEMBER:
|
|
20877
|
+
return lib_5({ ...state
|
|
20878
|
+
}, (state, dispatch) => handleRemoveMember(state, dispatch));
|
|
20879
|
+
|
|
20880
|
+
default:
|
|
20881
|
+
return state;
|
|
20882
|
+
}
|
|
20883
|
+
}, initialState$g);
|
|
20884
|
+
useEffect(() => {
|
|
20885
|
+
dispatch({
|
|
20886
|
+
type: HANDLE_LIST_MEMBERS
|
|
20887
|
+
});
|
|
20888
|
+
}, []);
|
|
20889
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
20890
|
+
style: { ...style
|
|
20891
|
+
},
|
|
20892
|
+
className: `pelcro-container pelcro-manage-members-container ${className}`
|
|
20893
|
+
}, /*#__PURE__*/React__default.createElement(Provider$g, {
|
|
20894
|
+
value: {
|
|
20895
|
+
state,
|
|
20896
|
+
dispatch
|
|
20897
|
+
}
|
|
20898
|
+
}, children.length ? children.map((child, i) => {
|
|
20899
|
+
if (child) {
|
|
20900
|
+
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
20901
|
+
store: store$g,
|
|
20902
|
+
key: i
|
|
20903
|
+
});
|
|
20904
|
+
}
|
|
20905
|
+
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
20906
|
+
store: store$g
|
|
20907
|
+
})));
|
|
20908
|
+
};
|
|
20909
|
+
|
|
20910
|
+
const SubscriptionManageMembersButton = ({
|
|
20911
|
+
name,
|
|
20912
|
+
onClick,
|
|
20913
|
+
...otherProps
|
|
20914
|
+
}) => {
|
|
20915
|
+
const {
|
|
20916
|
+
state: {
|
|
20917
|
+
emailsError,
|
|
20918
|
+
emails,
|
|
20919
|
+
buttonDisabled
|
|
20920
|
+
},
|
|
20921
|
+
dispatch
|
|
20922
|
+
} = useContext(store$g);
|
|
20923
|
+
const {
|
|
20924
|
+
t
|
|
20925
|
+
} = useTranslation("subscriptionManageMembers");
|
|
20926
|
+
const [isDisabled, setDisabled] = useState(true);
|
|
20422
20927
|
useEffect(() => {
|
|
20423
|
-
|
|
20928
|
+
setDisabled(emailsError || !emails.length || buttonDisabled);
|
|
20929
|
+
}, [emailsError, emails, buttonDisabled]);
|
|
20930
|
+
return /*#__PURE__*/React__default.createElement(Button, Object.assign({
|
|
20931
|
+
onClick: () => {
|
|
20932
|
+
dispatch({
|
|
20933
|
+
type: HANDLE_INVITE_MEMBERS
|
|
20934
|
+
});
|
|
20935
|
+
onClick === null || onClick === void 0 ? void 0 : onClick();
|
|
20936
|
+
},
|
|
20937
|
+
disabled: isDisabled,
|
|
20938
|
+
isLoading: buttonDisabled
|
|
20939
|
+
}, otherProps), name !== null && name !== void 0 ? name : t("labels.invite"));
|
|
20940
|
+
};
|
|
20424
20941
|
|
|
20425
|
-
|
|
20426
|
-
|
|
20942
|
+
function SubscriptionManageMembersEmails(props) {
|
|
20943
|
+
const {
|
|
20944
|
+
t
|
|
20945
|
+
} = useTranslation("common");
|
|
20946
|
+
const {
|
|
20947
|
+
dispatch,
|
|
20948
|
+
state: {
|
|
20949
|
+
emails: stateEmails,
|
|
20950
|
+
emailsError
|
|
20951
|
+
}
|
|
20952
|
+
} = useContext(store$g);
|
|
20953
|
+
const [emails, setEmails] = useState(stateEmails);
|
|
20954
|
+
const [finishedTyping, setFinishedTyping] = useState(false);
|
|
20955
|
+
const handleInputChange = useCallback(value => {
|
|
20956
|
+
setEmails(value);
|
|
20427
20957
|
|
|
20428
|
-
|
|
20429
|
-
|
|
20958
|
+
if (emails.length) {
|
|
20959
|
+
dispatch({
|
|
20960
|
+
type: SET_EMAILS,
|
|
20961
|
+
payload: emails
|
|
20962
|
+
});
|
|
20963
|
+
} else if (finishedTyping) {
|
|
20964
|
+
dispatch({
|
|
20965
|
+
type: SET_EMAILS_ERROR,
|
|
20966
|
+
payload: t("validation.enterEmails")
|
|
20967
|
+
});
|
|
20968
|
+
}
|
|
20969
|
+
}, [dispatch, emails, finishedTyping]);
|
|
20970
|
+
useEffect(() => {
|
|
20971
|
+
handleInputChange(emails);
|
|
20972
|
+
}, [finishedTyping, emails, handleInputChange]);
|
|
20973
|
+
return /*#__PURE__*/React__default.createElement(Input, Object.assign({
|
|
20974
|
+
type: "text",
|
|
20975
|
+
error: emailsError,
|
|
20976
|
+
value: emails,
|
|
20977
|
+
onChange: e => handleInputChange(e.target.value),
|
|
20978
|
+
onBlur: () => setFinishedTyping(true),
|
|
20979
|
+
onFocus: () => setFinishedTyping(false)
|
|
20980
|
+
}, props));
|
|
20981
|
+
}
|
|
20430
20982
|
|
|
20431
|
-
|
|
20432
|
-
resetView();
|
|
20433
|
-
};
|
|
20983
|
+
var _path$i;
|
|
20434
20984
|
|
|
20435
|
-
|
|
20436
|
-
id: "pelcro-view-meter-modal",
|
|
20437
|
-
className: "plc-fixed plc-bottom-0 plc-right-0 plc-w-full plc-p-4 plc-bg-white plc-border-t-4 plc-rounded plc-shadow-md motion-safe:plc-animate-slideInBottom sm:plc-m-4 sm:plc-max-w-md plc-z-max plc-border-primary-500"
|
|
20438
|
-
}, /*#__PURE__*/React__default.createElement("button", {
|
|
20439
|
-
type: "button",
|
|
20440
|
-
className: "plc-absolute plc-top-0 plc-text-2xl plc-text-gray-500 hover:plc-text-black focus:plc-text-black plc-right-1 plc-border-0 plc-bg-transparent hover:plc-bg-transparent focus:plc-bg-transparent pelcro-close-btn",
|
|
20441
|
-
"aria-label": "Close",
|
|
20442
|
-
onClick: onClose
|
|
20443
|
-
}, /*#__PURE__*/React__default.createElement("span", null, "\xD7")), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(MeterView, props)));
|
|
20444
|
-
};
|
|
20445
|
-
MeterModal.viewId = "meter";
|
|
20985
|
+
function _extends$j() { _extends$j = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
20446
20986
|
|
|
20447
|
-
|
|
20448
|
-
|
|
20449
|
-
|
|
20450
|
-
|
|
20451
|
-
|
|
20987
|
+
function SvgCheckMark(props) {
|
|
20988
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
20989
|
+
className: "plc-w-4 plc-h-4 plc-mr-1",
|
|
20990
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20991
|
+
viewBox: "0 0 20 20",
|
|
20992
|
+
fill: "currentColor"
|
|
20993
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
20994
|
+
fillRule: "evenodd",
|
|
20995
|
+
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",
|
|
20996
|
+
clipRule: "evenodd"
|
|
20997
|
+
})));
|
|
20998
|
+
}
|
|
20452
20999
|
|
|
21000
|
+
function SubscriptionManageMembersList(props) {
|
|
20453
21001
|
const {
|
|
20454
21002
|
t
|
|
20455
|
-
} = useTranslation("
|
|
21003
|
+
} = useTranslation("subscriptionManageMembers");
|
|
20456
21004
|
const {
|
|
20457
|
-
|
|
20458
|
-
|
|
20459
|
-
|
|
20460
|
-
|
|
20461
|
-
|
|
21005
|
+
dispatch,
|
|
21006
|
+
state: {
|
|
21007
|
+
members,
|
|
21008
|
+
removeMemberId,
|
|
21009
|
+
loading
|
|
21010
|
+
}
|
|
21011
|
+
} = useContext(store$g);
|
|
21012
|
+
const getMemberStatus = useCallback(sub => {
|
|
21013
|
+
if (sub.status === "pending") {
|
|
21014
|
+
return {
|
|
21015
|
+
title: sub.status,
|
|
21016
|
+
content: sub.status,
|
|
21017
|
+
textColor: "plc-text-orange-700",
|
|
21018
|
+
bgColor: "plc-bg-orange-100",
|
|
21019
|
+
icon: /*#__PURE__*/React__default.createElement(SvgExclamation, null)
|
|
21020
|
+
};
|
|
21021
|
+
}
|
|
20462
21022
|
|
|
20463
|
-
|
|
20464
|
-
|
|
21023
|
+
return {
|
|
21024
|
+
title: sub.status,
|
|
21025
|
+
content: sub.status,
|
|
21026
|
+
textColor: "plc-text-green-700",
|
|
21027
|
+
bgColor: "plc-bg-green-100",
|
|
21028
|
+
icon: /*#__PURE__*/React__default.createElement(SvgCheckMark, null)
|
|
21029
|
+
};
|
|
21030
|
+
}, []);
|
|
20465
21031
|
|
|
20466
|
-
|
|
20467
|
-
|
|
20468
|
-
|
|
20469
|
-
|
|
20470
|
-
|
|
20471
|
-
|
|
20472
|
-
|
|
20473
|
-
|
|
21032
|
+
if (loading) {
|
|
21033
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("tr", null, /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21034
|
+
class: "plc-animate-pulse"
|
|
21035
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21036
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21037
|
+
}))), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21038
|
+
class: "plc-animate-pulse"
|
|
21039
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21040
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21041
|
+
}))), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21042
|
+
class: "plc-animate-pulse"
|
|
21043
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21044
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21045
|
+
})))), /*#__PURE__*/React__default.createElement("tr", null, /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21046
|
+
class: "plc-animate-pulse"
|
|
21047
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21048
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21049
|
+
}))), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21050
|
+
class: "plc-animate-pulse"
|
|
21051
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21052
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21053
|
+
}))), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement("div", {
|
|
21054
|
+
class: "plc-animate-pulse"
|
|
21055
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21056
|
+
class: "plc-bg-gray-200 plc-h-6 plc-m-0.5 plc-rounded"
|
|
21057
|
+
})))));
|
|
21058
|
+
}
|
|
21059
|
+
|
|
21060
|
+
const onRemoveClick = id => {
|
|
21061
|
+
dispatch({
|
|
21062
|
+
type: UPDATE_REMOVE_MEMBER_ID,
|
|
21063
|
+
payload: id
|
|
21064
|
+
});
|
|
21065
|
+
dispatch({
|
|
21066
|
+
type: HANDLE_REMOVE_MEMBER
|
|
20474
21067
|
});
|
|
20475
|
-
const priceFormatted = getFormattedPriceByLocal((plan === null || plan === void 0 ? void 0 : plan.amount) * ((_plan$quantity = plan === null || plan === void 0 ? void 0 : plan.quantity) !== null && _plan$quantity !== void 0 ? _plan$quantity : 1), plan === null || plan === void 0 ? void 0 : plan.currency, getPageOrDefaultLanguage());
|
|
20476
|
-
return /*#__PURE__*/React__default.createElement("p", {
|
|
20477
|
-
className: "plc-text-gray-600"
|
|
20478
|
-
}, /*#__PURE__*/React__default.createElement("span", {
|
|
20479
|
-
className: "plc-tracking-wider plc-uppercase"
|
|
20480
|
-
}, plan.nickname), /*#__PURE__*/React__default.createElement("br", null), /*#__PURE__*/React__default.createElement("span", {
|
|
20481
|
-
className: "plc-text-xl plc-font-semibold plc-text-primary-600"
|
|
20482
|
-
}, priceFormatted, " "), /*#__PURE__*/React__default.createElement("span", {
|
|
20483
|
-
className: "plc-font-thin"
|
|
20484
|
-
}, autoRenewed ? "/" : t("labels.for"), " ", intervalText));
|
|
20485
21068
|
};
|
|
20486
21069
|
|
|
21070
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, members === null || members === void 0 ? void 0 : members.map(member => /*#__PURE__*/React__default.createElement("tr", {
|
|
21071
|
+
key: member.id,
|
|
21072
|
+
className: `plc-w-full plc-align-middle plc-cursor-pointer accordion-header hover:plc-bg-gray-50 plc-text-center`
|
|
21073
|
+
}, /*#__PURE__*/React__default.createElement("td", {
|
|
21074
|
+
className: "plc-truncate"
|
|
21075
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
21076
|
+
className: "plc-font-semibold plc-text-gray-500"
|
|
21077
|
+
}, member === null || member === void 0 ? void 0 : member.invitation_email)), /*#__PURE__*/React__default.createElement("td", {
|
|
21078
|
+
className: "plc-py-2"
|
|
21079
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
21080
|
+
className: `plc-inline-flex plc-p-1 plc-text-xs plc-font-semibold ${getMemberStatus(member).bgColor} plc-uppercase ${getMemberStatus(member).textColor} plc-rounded-lg`
|
|
21081
|
+
}, getMemberStatus(member).icon, getMemberStatus(member).title)), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement(Button, {
|
|
21082
|
+
variant: "ghost",
|
|
21083
|
+
className: "plc-text-red-500 focus:plc-ring-red-500 pelcro-dashboard-sub-cancel-button",
|
|
21084
|
+
icon: /*#__PURE__*/React__default.createElement(SvgXIconSolid, null),
|
|
21085
|
+
onClick: () => onRemoveClick(member.id),
|
|
21086
|
+
disabled: member.id === removeMemberId,
|
|
21087
|
+
isLoading: member.id === removeMemberId,
|
|
21088
|
+
"data-key": member.id
|
|
21089
|
+
}, t("labels.remove"))))));
|
|
21090
|
+
}
|
|
21091
|
+
|
|
21092
|
+
/**
|
|
21093
|
+
*
|
|
21094
|
+
*/
|
|
21095
|
+
|
|
21096
|
+
function SubscriptionManageMembersView(props) {
|
|
21097
|
+
const {
|
|
21098
|
+
t
|
|
21099
|
+
} = useTranslation("subscriptionManageMembers");
|
|
20487
21100
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
20488
|
-
id: "pelcro-
|
|
21101
|
+
id: "pelcro-login-view"
|
|
20489
21102
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
20490
|
-
className: "plc-
|
|
21103
|
+
className: "plc-font-semibold plc-text-center plc-text-gray-900 pelcro-title-wrapper"
|
|
20491
21104
|
}, /*#__PURE__*/React__default.createElement("h4", {
|
|
20492
|
-
className: "plc-text-2xl
|
|
20493
|
-
}, (
|
|
20494
|
-
|
|
20495
|
-
|
|
20496
|
-
|
|
20497
|
-
|
|
20498
|
-
|
|
20499
|
-
|
|
20500
|
-
|
|
20501
|
-
|
|
20502
|
-
|
|
20503
|
-
|
|
21105
|
+
className: "plc-text-2xl"
|
|
21106
|
+
}, t("labels.inviteMembers")), /*#__PURE__*/React__default.createElement("p", null, "Comma-separated list e.g. 'john@example.com,jane@example.com'")), /*#__PURE__*/React__default.createElement("form", {
|
|
21107
|
+
action: "javascript:void(0);",
|
|
21108
|
+
className: "plc-mt-2 pelcro-form"
|
|
21109
|
+
}, /*#__PURE__*/React__default.createElement(SubscriptionManageMembersContainer, props, /*#__PURE__*/React__default.createElement(AlertWithContext, null), /*#__PURE__*/React__default.createElement(SubscriptionManageMembersEmails, {
|
|
21110
|
+
id: "pelcro-input-email",
|
|
21111
|
+
errorId: "pelcro-input-emails-error",
|
|
21112
|
+
required: true,
|
|
21113
|
+
label: t("labels.emails")
|
|
21114
|
+
}), /*#__PURE__*/React__default.createElement(SubscriptionManageMembersButton, {
|
|
21115
|
+
role: "submit",
|
|
21116
|
+
className: "plc-w-full",
|
|
21117
|
+
id: "pelcro-submit"
|
|
21118
|
+
}), /*#__PURE__*/React__default.createElement("div", {
|
|
21119
|
+
className: "plc-mt-1"
|
|
21120
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
21121
|
+
className: "plc-flex plc-items-center plc-justify-between "
|
|
21122
|
+
}, /*#__PURE__*/React__default.createElement("hr", {
|
|
21123
|
+
className: "plc-w-full plc-border-gray-300"
|
|
21124
|
+
}), /*#__PURE__*/React__default.createElement("span", {
|
|
21125
|
+
className: "plc-flex-shrink-0 plc-p-2 plc-text-xs plc-text-gray-400 plc-uppercase"
|
|
21126
|
+
}, t("labels.listOfMembers")), /*#__PURE__*/React__default.createElement("hr", {
|
|
21127
|
+
className: "plc-w-full plc-border-gray-300"
|
|
21128
|
+
})), /*#__PURE__*/React__default.createElement("table", {
|
|
21129
|
+
className: "plc-w-full plc-table-fixed"
|
|
21130
|
+
}, /*#__PURE__*/React__default.createElement("thead", {
|
|
21131
|
+
className: "plc-text-xs plc-font-semibold plc-tracking-wider plc-text-gray-400 plc-uppercase "
|
|
21132
|
+
}, /*#__PURE__*/React__default.createElement("tr", null, /*#__PURE__*/React__default.createElement("th", {
|
|
21133
|
+
className: "plc-w-6/12"
|
|
21134
|
+
}, t("labels.email")), /*#__PURE__*/React__default.createElement("th", {
|
|
21135
|
+
className: "plc-w-3/12 "
|
|
21136
|
+
}, t("labels.status")), /*#__PURE__*/React__default.createElement("th", {
|
|
21137
|
+
className: "plc-w-3/12 "
|
|
21138
|
+
}, t("labels.actions")))), /*#__PURE__*/React__default.createElement("tbody", null, /*#__PURE__*/React__default.createElement(SubscriptionManageMembersList, null)))))));
|
|
21139
|
+
}
|
|
20504
21140
|
|
|
20505
21141
|
/**
|
|
20506
21142
|
*
|
|
20507
21143
|
*/
|
|
20508
21144
|
|
|
20509
|
-
function
|
|
21145
|
+
function SubscriptionManageMembersModal({
|
|
20510
21146
|
onDisplay,
|
|
20511
21147
|
onClose,
|
|
20512
|
-
...
|
|
21148
|
+
...props
|
|
20513
21149
|
}) {
|
|
20514
|
-
useTranslation("common");
|
|
20515
|
-
const {
|
|
20516
|
-
switchView
|
|
20517
|
-
} = usePelcro();
|
|
20518
|
-
|
|
20519
21150
|
const onSuccess = res => {
|
|
20520
|
-
var
|
|
21151
|
+
var _props$onSuccess;
|
|
20521
21152
|
|
|
20522
|
-
(
|
|
20523
|
-
trackSubscriptionOnGA();
|
|
20524
|
-
return switchView("subscription-success");
|
|
21153
|
+
(_props$onSuccess = props.onSuccess) === null || _props$onSuccess === void 0 ? void 0 : _props$onSuccess.call(props, res);
|
|
20525
21154
|
};
|
|
20526
21155
|
|
|
20527
21156
|
return /*#__PURE__*/React__default.createElement(Modal, {
|
|
20528
|
-
id: "pelcro-
|
|
21157
|
+
id: "pelcro-manage-members-modal",
|
|
20529
21158
|
onDisplay: onDisplay,
|
|
20530
|
-
onClose: onClose
|
|
20531
|
-
|
|
21159
|
+
onClose: onClose,
|
|
21160
|
+
className: "plc-max-w-xl"
|
|
21161
|
+
}, /*#__PURE__*/React__default.createElement(ModalBody, null, /*#__PURE__*/React__default.createElement(SubscriptionManageMembersView, Object.assign({}, props, {
|
|
20532
21162
|
onSuccess: onSuccess
|
|
20533
21163
|
}))), /*#__PURE__*/React__default.createElement(ModalFooter, null, /*#__PURE__*/React__default.createElement(Authorship, null)));
|
|
20534
21164
|
}
|
|
20535
|
-
|
|
21165
|
+
SubscriptionManageMembersModal.viewId = "manage-members";
|
|
20536
21166
|
|
|
20537
21167
|
var _window$Pelcro$user$r, _window$Pelcro$user$r2, _window$Pelcro$user$r3, _window$Pelcro$user$r4, _window$Pelcro$user$r5, _window$Pelcro$user$r6;
|
|
20538
21168
|
const initialState$f = {
|
|
@@ -20754,17 +21384,17 @@ const UserUpdateContainer = ({
|
|
|
20754
21384
|
})));
|
|
20755
21385
|
};
|
|
20756
21386
|
|
|
20757
|
-
var _path$
|
|
21387
|
+
var _path$h;
|
|
20758
21388
|
|
|
20759
|
-
function _extends$
|
|
21389
|
+
function _extends$i() { _extends$i = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
20760
21390
|
|
|
20761
21391
|
function SvgEdit(props) {
|
|
20762
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
21392
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
20763
21393
|
className: "plc-w-6 plc-h-6",
|
|
20764
21394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20765
21395
|
viewBox: "0 0 20 20",
|
|
20766
21396
|
fill: "currentColor"
|
|
20767
|
-
}, props), _path$
|
|
21397
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
20768
21398
|
d: "M13.586 3.586a2 2 0 112.828 2.828l-.793.793-2.828-2.828.793-.793zm-2.207 2.207L3 14.172V17h2.828l8.38-8.379-2.83-2.828z"
|
|
20769
21399
|
})));
|
|
20770
21400
|
}
|
|
@@ -25291,8 +25921,8 @@ const PaymentMethodSelectModal = ({
|
|
|
25291
25921
|
};
|
|
25292
25922
|
PaymentMethodSelectModal.viewId = "payment-method-select";
|
|
25293
25923
|
|
|
25294
|
-
function _extends$
|
|
25295
|
-
_extends$
|
|
25924
|
+
function _extends$h() {
|
|
25925
|
+
_extends$h = Object.assign || function (target) {
|
|
25296
25926
|
for (var i = 1; i < arguments.length; i++) {
|
|
25297
25927
|
var source = arguments[i];
|
|
25298
25928
|
|
|
@@ -25306,7 +25936,7 @@ function _extends$i() {
|
|
|
25306
25936
|
return target;
|
|
25307
25937
|
};
|
|
25308
25938
|
|
|
25309
|
-
return _extends$
|
|
25939
|
+
return _extends$h.apply(this, arguments);
|
|
25310
25940
|
}
|
|
25311
25941
|
|
|
25312
25942
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
@@ -25490,7 +26120,7 @@ function render(props, propsBag, defaultTag, features, visible) {
|
|
|
25490
26120
|
return match(strategy, (_match = {}, _match[RenderStrategy.Unmount] = function () {
|
|
25491
26121
|
return null;
|
|
25492
26122
|
}, _match[RenderStrategy.Hidden] = function () {
|
|
25493
|
-
return _render(_extends$
|
|
26123
|
+
return _render(_extends$h({}, _rest, {
|
|
25494
26124
|
hidden: true,
|
|
25495
26125
|
style: {
|
|
25496
26126
|
display: 'none'
|
|
@@ -26018,7 +26648,7 @@ function TransitionChild(props) {
|
|
|
26018
26648
|
var passthroughProps = rest;
|
|
26019
26649
|
return React__default.createElement(NestingContext.Provider, {
|
|
26020
26650
|
value: nesting
|
|
26021
|
-
}, render(_extends$
|
|
26651
|
+
}, render(_extends$h({}, passthroughProps, propsWeControl), propsBag, DEFAULT_TRANSITION_CHILD_TAG, TransitionChildRenderFeatures, state === TreeStates.Visible));
|
|
26022
26652
|
}
|
|
26023
26653
|
|
|
26024
26654
|
function Transition(props) {
|
|
@@ -26062,7 +26692,7 @@ function Transition(props) {
|
|
|
26062
26692
|
value: nestingBag
|
|
26063
26693
|
}, React__default.createElement(TransitionContext.Provider, {
|
|
26064
26694
|
value: transitionBag
|
|
26065
|
-
}, render(_extends$
|
|
26695
|
+
}, render(_extends$h({}, sharedProps, {
|
|
26066
26696
|
as: Fragment,
|
|
26067
26697
|
children: React__default.createElement(TransitionChild, Object.assign({}, sharedProps, passthroughProps))
|
|
26068
26698
|
}), propsBag, Fragment, TransitionChildRenderFeatures, state === TreeStates.Visible)));
|
|
@@ -26189,12 +26819,12 @@ var ActionTypes;
|
|
|
26189
26819
|
})(ActionTypes || (ActionTypes = {}));
|
|
26190
26820
|
|
|
26191
26821
|
(_reducers = {}, _reducers[ActionTypes.CloseMenu] = function (state) {
|
|
26192
|
-
return _extends$
|
|
26822
|
+
return _extends$h({}, state, {
|
|
26193
26823
|
activeItemIndex: null,
|
|
26194
26824
|
menuState: MenuStates.Closed
|
|
26195
26825
|
});
|
|
26196
26826
|
}, _reducers[ActionTypes.OpenMenu] = function (state) {
|
|
26197
|
-
return _extends$
|
|
26827
|
+
return _extends$h({}, state, {
|
|
26198
26828
|
menuState: MenuStates.Open
|
|
26199
26829
|
});
|
|
26200
26830
|
}, _reducers[ActionTypes.GoToItem] = function (state, action) {
|
|
@@ -26213,7 +26843,7 @@ var ActionTypes;
|
|
|
26213
26843
|
}
|
|
26214
26844
|
});
|
|
26215
26845
|
if (state.searchQuery === '' && state.activeItemIndex === activeItemIndex) return state;
|
|
26216
|
-
return _extends$
|
|
26846
|
+
return _extends$h({}, state, {
|
|
26217
26847
|
searchQuery: '',
|
|
26218
26848
|
activeItemIndex: activeItemIndex
|
|
26219
26849
|
});
|
|
@@ -26224,19 +26854,19 @@ var ActionTypes;
|
|
|
26224
26854
|
|
|
26225
26855
|
return ((_item$dataRef$current = item.dataRef.current.textValue) == null ? void 0 : _item$dataRef$current.startsWith(searchQuery)) && !item.dataRef.current.disabled;
|
|
26226
26856
|
});
|
|
26227
|
-
if (match === -1 || match === state.activeItemIndex) return _extends$
|
|
26857
|
+
if (match === -1 || match === state.activeItemIndex) return _extends$h({}, state, {
|
|
26228
26858
|
searchQuery: searchQuery
|
|
26229
26859
|
});
|
|
26230
|
-
return _extends$
|
|
26860
|
+
return _extends$h({}, state, {
|
|
26231
26861
|
searchQuery: searchQuery,
|
|
26232
26862
|
activeItemIndex: match
|
|
26233
26863
|
});
|
|
26234
26864
|
}, _reducers[ActionTypes.ClearSearch] = function (state) {
|
|
26235
|
-
return _extends$
|
|
26865
|
+
return _extends$h({}, state, {
|
|
26236
26866
|
searchQuery: ''
|
|
26237
26867
|
});
|
|
26238
26868
|
}, _reducers[ActionTypes.RegisterItem] = function (state, action) {
|
|
26239
|
-
return _extends$
|
|
26869
|
+
return _extends$h({}, state, {
|
|
26240
26870
|
items: [].concat(state.items, [{
|
|
26241
26871
|
id: action.id,
|
|
26242
26872
|
dataRef: action.dataRef
|
|
@@ -26249,7 +26879,7 @@ var ActionTypes;
|
|
|
26249
26879
|
return a.id === action.id;
|
|
26250
26880
|
});
|
|
26251
26881
|
if (idx !== -1) nextItems.splice(idx, 1);
|
|
26252
|
-
return _extends$
|
|
26882
|
+
return _extends$h({}, state, {
|
|
26253
26883
|
items: nextItems,
|
|
26254
26884
|
activeItemIndex: function () {
|
|
26255
26885
|
if (idx === state.activeItemIndex) return null;
|
|
@@ -26288,19 +26918,19 @@ var ActionTypes$1;
|
|
|
26288
26918
|
(_reducers$1 = {}, _reducers$1[ActionTypes$1.CloseListbox] = function (state) {
|
|
26289
26919
|
if (state.disabled) return state;
|
|
26290
26920
|
if (state.listboxState === ListboxStates.Closed) return state;
|
|
26291
|
-
return _extends$
|
|
26921
|
+
return _extends$h({}, state, {
|
|
26292
26922
|
activeOptionIndex: null,
|
|
26293
26923
|
listboxState: ListboxStates.Closed
|
|
26294
26924
|
});
|
|
26295
26925
|
}, _reducers$1[ActionTypes$1.OpenListbox] = function (state) {
|
|
26296
26926
|
if (state.disabled) return state;
|
|
26297
26927
|
if (state.listboxState === ListboxStates.Open) return state;
|
|
26298
|
-
return _extends$
|
|
26928
|
+
return _extends$h({}, state, {
|
|
26299
26929
|
listboxState: ListboxStates.Open
|
|
26300
26930
|
});
|
|
26301
26931
|
}, _reducers$1[ActionTypes$1.SetDisabled] = function (state, action) {
|
|
26302
26932
|
if (state.disabled === action.disabled) return state;
|
|
26303
|
-
return _extends$
|
|
26933
|
+
return _extends$h({}, state, {
|
|
26304
26934
|
disabled: action.disabled
|
|
26305
26935
|
});
|
|
26306
26936
|
}, _reducers$1[ActionTypes$1.GoToOption] = function (state, action) {
|
|
@@ -26321,7 +26951,7 @@ var ActionTypes$1;
|
|
|
26321
26951
|
}
|
|
26322
26952
|
});
|
|
26323
26953
|
if (state.searchQuery === '' && state.activeOptionIndex === activeOptionIndex) return state;
|
|
26324
|
-
return _extends$
|
|
26954
|
+
return _extends$h({}, state, {
|
|
26325
26955
|
searchQuery: '',
|
|
26326
26956
|
activeOptionIndex: activeOptionIndex
|
|
26327
26957
|
});
|
|
@@ -26334,10 +26964,10 @@ var ActionTypes$1;
|
|
|
26334
26964
|
|
|
26335
26965
|
return !option.dataRef.current.disabled && ((_option$dataRef$curre = option.dataRef.current.textValue) == null ? void 0 : _option$dataRef$curre.startsWith(searchQuery));
|
|
26336
26966
|
});
|
|
26337
|
-
if (match === -1 || match === state.activeOptionIndex) return _extends$
|
|
26967
|
+
if (match === -1 || match === state.activeOptionIndex) return _extends$h({}, state, {
|
|
26338
26968
|
searchQuery: searchQuery
|
|
26339
26969
|
});
|
|
26340
|
-
return _extends$
|
|
26970
|
+
return _extends$h({}, state, {
|
|
26341
26971
|
searchQuery: searchQuery,
|
|
26342
26972
|
activeOptionIndex: match
|
|
26343
26973
|
});
|
|
@@ -26345,11 +26975,11 @@ var ActionTypes$1;
|
|
|
26345
26975
|
if (state.disabled) return state;
|
|
26346
26976
|
if (state.listboxState === ListboxStates.Closed) return state;
|
|
26347
26977
|
if (state.searchQuery === '') return state;
|
|
26348
|
-
return _extends$
|
|
26978
|
+
return _extends$h({}, state, {
|
|
26349
26979
|
searchQuery: ''
|
|
26350
26980
|
});
|
|
26351
26981
|
}, _reducers$1[ActionTypes$1.RegisterOption] = function (state, action) {
|
|
26352
|
-
return _extends$
|
|
26982
|
+
return _extends$h({}, state, {
|
|
26353
26983
|
options: [].concat(state.options, [{
|
|
26354
26984
|
id: action.id,
|
|
26355
26985
|
dataRef: action.dataRef
|
|
@@ -26362,7 +26992,7 @@ var ActionTypes$1;
|
|
|
26362
26992
|
return a.id === action.id;
|
|
26363
26993
|
});
|
|
26364
26994
|
if (idx !== -1) nextOptions.splice(idx, 1);
|
|
26365
|
-
return _extends$
|
|
26995
|
+
return _extends$h({}, state, {
|
|
26366
26996
|
options: nextOptions,
|
|
26367
26997
|
activeOptionIndex: function () {
|
|
26368
26998
|
if (idx === state.activeOptionIndex) return null;
|
|
@@ -26421,18 +27051,18 @@ const getPaymentCardIcon = name => {
|
|
|
26421
27051
|
}));
|
|
26422
27052
|
};
|
|
26423
27053
|
|
|
26424
|
-
var _path$
|
|
27054
|
+
var _path$g;
|
|
26425
27055
|
|
|
26426
|
-
function _extends$
|
|
27056
|
+
function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
26427
27057
|
|
|
26428
27058
|
function SvgChevronRight(props) {
|
|
26429
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27059
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
26430
27060
|
className: "plc-w-6 plc-h-6",
|
|
26431
27061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26432
27062
|
fill: "none",
|
|
26433
27063
|
viewBox: "0 0 24 24",
|
|
26434
27064
|
stroke: "currentColor"
|
|
26435
|
-
}, props), _path$
|
|
27065
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
26436
27066
|
strokeLinecap: "round",
|
|
26437
27067
|
strokeLinejoin: "round",
|
|
26438
27068
|
strokeWidth: 2,
|
|
@@ -26648,18 +27278,18 @@ const SavedItems = ({
|
|
|
26648
27278
|
});
|
|
26649
27279
|
};
|
|
26650
27280
|
|
|
26651
|
-
var _path$
|
|
27281
|
+
var _path$f;
|
|
26652
27282
|
|
|
26653
|
-
function _extends$
|
|
27283
|
+
function _extends$f() { _extends$f = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
26654
27284
|
|
|
26655
27285
|
function SvgRefresh(props) {
|
|
26656
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27286
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
26657
27287
|
className: "plc-w-4 plc-h-4 plc-mr-1",
|
|
26658
27288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26659
27289
|
fill: "none",
|
|
26660
27290
|
viewBox: "0 0 24 24",
|
|
26661
27291
|
stroke: "currentColor"
|
|
26662
|
-
}, props), _path$
|
|
27292
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
26663
27293
|
strokeLinecap: "round",
|
|
26664
27294
|
strokeLinejoin: "round",
|
|
26665
27295
|
strokeWidth: 2,
|
|
@@ -26667,35 +27297,35 @@ function SvgRefresh(props) {
|
|
|
26667
27297
|
})));
|
|
26668
27298
|
}
|
|
26669
27299
|
|
|
26670
|
-
var _path$
|
|
27300
|
+
var _path$e;
|
|
26671
27301
|
|
|
26672
|
-
function _extends$
|
|
27302
|
+
function _extends$e() { _extends$e = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
26673
27303
|
|
|
26674
27304
|
function SvgCalendar(props) {
|
|
26675
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27305
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
26676
27306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26677
27307
|
className: "plc-h-4 plc-w-4 plc-mr-1",
|
|
26678
27308
|
viewBox: "0 0 20 20",
|
|
26679
27309
|
fill: "currentColor"
|
|
26680
|
-
}, props), _path$
|
|
27310
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
26681
27311
|
fillRule: "evenodd",
|
|
26682
27312
|
d: "M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",
|
|
26683
27313
|
clipRule: "evenodd"
|
|
26684
27314
|
})));
|
|
26685
27315
|
}
|
|
26686
27316
|
|
|
26687
|
-
var _path$
|
|
27317
|
+
var _path$d;
|
|
26688
27318
|
|
|
26689
|
-
function _extends$
|
|
27319
|
+
function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
26690
27320
|
|
|
26691
27321
|
function SvgPlus(props) {
|
|
26692
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27322
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
26693
27323
|
className: "plc-w-5 plc-h-5",
|
|
26694
27324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26695
27325
|
fill: "none",
|
|
26696
27326
|
viewBox: "0 0 24 24",
|
|
26697
27327
|
stroke: "currentColor"
|
|
26698
|
-
}, props), _path$
|
|
27328
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
26699
27329
|
strokeLinecap: "round",
|
|
26700
27330
|
strokeLinejoin: "round",
|
|
26701
27331
|
strokeWidth: 2,
|
|
@@ -26703,23 +27333,6 @@ function SvgPlus(props) {
|
|
|
26703
27333
|
})));
|
|
26704
27334
|
}
|
|
26705
27335
|
|
|
26706
|
-
var _path$d;
|
|
26707
|
-
|
|
26708
|
-
function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
26709
|
-
|
|
26710
|
-
function SvgCheckMark(props) {
|
|
26711
|
-
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
26712
|
-
className: "plc-w-4 plc-h-4 plc-mr-1",
|
|
26713
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
26714
|
-
viewBox: "0 0 20 20",
|
|
26715
|
-
fill: "currentColor"
|
|
26716
|
-
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
26717
|
-
fillRule: "evenodd",
|
|
26718
|
-
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",
|
|
26719
|
-
clipRule: "evenodd"
|
|
26720
|
-
})));
|
|
26721
|
-
}
|
|
26722
|
-
|
|
26723
27336
|
const SubscriptionsMenu = props => {
|
|
26724
27337
|
const {
|
|
26725
27338
|
t
|
|
@@ -26780,11 +27393,13 @@ const SubscriptionsItems = ({
|
|
|
26780
27393
|
switchView,
|
|
26781
27394
|
setSubscriptionToCancel,
|
|
26782
27395
|
setSubscriptionToSuspend,
|
|
26783
|
-
|
|
27396
|
+
set
|
|
26784
27397
|
} = usePelcro();
|
|
26785
27398
|
const subs = getNonDonationSubs();
|
|
26786
27399
|
if (subs.length === 0) return null;
|
|
26787
27400
|
return subs.sort((a, b) => a.expires_at - b.expires_at).sort((a, b) => a.renews_at - b.renews_at).map(sub => {
|
|
27401
|
+
var _sub$plan;
|
|
27402
|
+
|
|
26788
27403
|
const isActive = activeMenu === sub.id; // Cancel button click handlers
|
|
26789
27404
|
|
|
26790
27405
|
const onCancelClick = () => {
|
|
@@ -26830,6 +27445,15 @@ const SubscriptionsItems = ({
|
|
|
26830
27445
|
setProductAndPlan(product, plan);
|
|
26831
27446
|
setSubscriptionIdToRenew(sub.id);
|
|
26832
27447
|
setView("plan-select");
|
|
27448
|
+
}; // Manage members click
|
|
27449
|
+
|
|
27450
|
+
|
|
27451
|
+
const onManageMembersClick = () => {
|
|
27452
|
+
const subscriptionToManageMembers = sub;
|
|
27453
|
+
set({
|
|
27454
|
+
subscriptionToManageMembers
|
|
27455
|
+
});
|
|
27456
|
+
setView("manage-members");
|
|
26833
27457
|
}; // Suspend click
|
|
26834
27458
|
|
|
26835
27459
|
|
|
@@ -26933,7 +27557,14 @@ const SubscriptionsItems = ({
|
|
|
26933
27557
|
onClick: onCancelClick,
|
|
26934
27558
|
disabled: disableSubmit,
|
|
26935
27559
|
"data-key": sub.id
|
|
26936
|
-
}, t("labels.unsubscribe")) : ""
|
|
27560
|
+
}, t("labels.unsubscribe")) : "", (sub === null || sub === void 0 ? void 0 : (_sub$plan = sub.plan) === null || _sub$plan === void 0 ? void 0 : _sub$plan.type) === 'membership' && /*#__PURE__*/React__default.createElement(Button, {
|
|
27561
|
+
variant: "ghost",
|
|
27562
|
+
className: "plc-text-blue-400 pelcro-dashboard-sub-manage-members-button",
|
|
27563
|
+
icon: /*#__PURE__*/React__default.createElement(SvgRefresh, null),
|
|
27564
|
+
onClick: onManageMembersClick,
|
|
27565
|
+
disabled: disableSubmit,
|
|
27566
|
+
"data-key": sub.id
|
|
27567
|
+
}, t("labels.manageMembers"))), /*#__PURE__*/React__default.createElement("td", null, hasPhases && /*#__PURE__*/React__default.createElement("div", {
|
|
26937
27568
|
className: `plc-flex plc-items-center plc-justify-center plc-transition-transform plc-ease-out plc-transform plc-rounded-full plc-w-7 plc-h-7 ${isActive ? "plc-flex plc-place-items-center plc-w-7 plc-h-7 plc-p-1 plc-bg-primary-400 plc-rounded-full" : "accordion-chevron"}`
|
|
26938
27569
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
26939
27570
|
className: `plc-transition plc-ease-out ${isActive && "plc-text-white plc-transform plc-rotate-90"}`
|
|
@@ -27927,7 +28558,7 @@ class Dashboard extends Component {
|
|
|
27927
28558
|
className: "plc-flex plc-mb-2 plc-mt-1"
|
|
27928
28559
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
27929
28560
|
className: "plc-rounded-full plc-bg-gray-200 plc-text-black plc-inline-flex plc-items-start plc-py-1 plc-px-4 plc-text-sm plc-capitalize"
|
|
27930
|
-
}, address.type), address.is_default && /*#__PURE__*/React__default.createElement("span", {
|
|
28561
|
+
}, address.type === "shipping" ? this.locale("labels.shipping") : this.locale("labels.billing")), address.is_default && /*#__PURE__*/React__default.createElement("span", {
|
|
27931
28562
|
className: "plc-rounded-full plc-bg-gray-800 plc-text-white plc-inline-flex plc-items-start plc-py-1 plc-px-4 plc-text-sm plc-ml-2"
|
|
27932
28563
|
}, this.locale("labels.default")))), /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement(Button, {
|
|
27933
28564
|
variant: "icon",
|
|
@@ -28080,7 +28711,7 @@ class Dashboard extends Component {
|
|
|
28080
28711
|
}),
|
|
28081
28712
|
className: "plc-text-sm plc-text-gray-500 hover:plc-text-primary-700",
|
|
28082
28713
|
onClick: this.displayQRCode
|
|
28083
|
-
}, "
|
|
28714
|
+
}, this.locale("labels.myQRCode")))
|
|
28084
28715
|
}), /*#__PURE__*/React__default.createElement(Accordion.item, {
|
|
28085
28716
|
name: SUB_MENUS.PAYMENT_CARDS,
|
|
28086
28717
|
icon: /*#__PURE__*/React__default.createElement(SvgPaymentCard, null),
|
|
@@ -32017,4 +32648,4 @@ const QrCodeModal = ({
|
|
|
32017
32648
|
};
|
|
32018
32649
|
QrCodeModal.viewId = "qrcode";
|
|
32019
32650
|
|
|
32020
|
-
export { AddressCreateCity, AddressCreateContainer, AddressCreateCountrySelect, AddressCreateFirstName, AddressCreateLastName, AddressCreateLine1, AddressCreateLine2, AddressCreateModal, AddressCreatePostalCode, AddressCreateSetDefault, AddressCreateStateSelect, AddressCreateSubmit, AddressCreateTextInput, AddressCreateView, AddressSelectContainer, AddressSelectList, AddressSelectModal, AddressSelectSubmit, AddressSelectView, AddressUpdateCity, AddressUpdateContainer, AddressUpdateCountrySelect, AddressUpdateFirstName, AddressUpdateLastName, AddressUpdateLine1, AddressUpdateLine2, AddressUpdateModal, AddressUpdatePostalCode, AddressUpdateSetDefault, AddressUpdateStateSelect, AddressUpdateSubmit, AddressUpdateTextInput, AddressUpdateView, AlertWithContext as Alert, Alert as AlertElement, ApplyCouponButton, Auth0LoginButton, Badge, BankAuthenticationSuccess, BankRedirection, Button, CartContainer, CartModal, CartRemoveItemButton, CartSubmit, CartTotalPrice, CartView, Checkbox, CheckoutForm, ConfirmPassword, CouponCode, CouponCodeField, DashboardWithHook as Dashboard, DashboardOpenButton, DatePicker, DiscountedPrice, Email, EmailVerifyContainer, EmailVerifyModal, EmailVerifyResendButton, EmailVerifyView, FacebookLoginButton, GiftCreateContainer, GiftCreateEmail, GiftCreateFirstName, GiftCreateLastName, GiftCreateMessage, GiftCreateModal, GiftCreateStartDate, GiftCreateSubmitButton, GiftCreateView, GiftRedeemCode, GiftRedeemContainer, GiftRedeemModal, GiftRedeemSubmitButton, GiftRedeemView, GoogleLoginButton, IncludeFirstName, IncludeLastName, IncludePhone, Input, InvoiceDetailsContainer, InvoiceDetailsDownloadButton, InvoiceDetailsModal, InvoiceDetailsPayButton, InvoiceDetailsView, InvoicePaymentContainer, InvoicePaymentModal, InvoicePaymentView, Link, LoginButton, LoginContainer, LoginEmail, LoginModal, LoginPassword, LoginRequestLoginToken, LoginUsername, LoginView, Logout, MeterModal, MeterView, Modal, ModalBody, ModalFooter, NewsletterWithHook as NewsLetter, NewsletterUpdateButton, NewsletterUpdateContainer, NewsletterUpdateList, NewsletterUpdateModal, NewsletterUpdateView, Notification, OrderConfirmModal, OrderCreateContainer, OrderCreateModal, OrderCreateSubmitButton, OrderCreateView, Password, PasswordChangeButton, PasswordChangeConfirmNewPassword, PasswordChangeContainer, PasswordChangeCurrentPassword, PasswordChangeModal, PasswordChangeNewPassword, PasswordChangeView, PasswordForgotButton, PasswordForgotContainer, PasswordForgotEmail, PasswordForgotModal, PasswordForgotView, PasswordResetButton, PasswordResetConfirmPassword, PasswordResetContainer, PasswordResetEmail, PasswordResetModal, PasswordResetPassword, PasswordResetView, PasswordlessRequestContainer, PasswordlessRequestEmail, PasswordlessRequestModal, PasswordlessRequestView, PasswordlessRequestViewButton, PaymentCreateContainer, PaymentCreateView, PaymentMethodContainer, PaymentMethodSelectContainer, PaymentMethodSelectList, PaymentMethodSelectModal, PaymentMethodSelectSubmit, PaymentMethodSelectView, PaymentMethodUpdateContainer, PaymentMethodUpdateModal, PaymentMethodUpdateView, PaymentMethodView, PaymentSuccessModal, PaymentSuccessView, PaypalSubscribeButton, PelcroCardCVC, PelcroCardExpiry, PelcroCardNumber, PelcroModalController, PelcroPaymentRequestButton, ProfilePicChangeButton, ProfilePicChangeContainer, ProfilePicChangeCropper, ProfilePicChangeModal, ProfilePicChangeRemoveButton, ProfilePicChangeSelectButton, ProfilePicChangeView, ProfilePicChangeZoom, QrCodeModal, QrCodeView, Radio, RegisterButton, RegisterCompany, RegisterContainer, RegisterEmail, RegisterFirstName, RegisterJobTitle, RegisterLastName, RegisterModal, RegisterPassword, RegisterView, Select, SelectModalWithHook as SelectModal, SelectedPaymentMethod, ShopPurchaseButton, ShopSelectProductButton, ShopView, SubmitPaymentMethod, SubscriptionCancelModal, SubscriptionCreateContainer, SubscriptionCreateFreePlanButton, SubscriptionCreateModal, SubscriptionCreateView, SubscriptionRenewContainer, SubscriptionRenewModal, SubscriptionRenewView, SubscriptionSuspendContainer, SubscriptionSuspendModal, SubscriptionSuspendView, TaxAmount, TextArea, Tooltip, UserNameInput, UserUpdateButton, UserUpdateContainer, UserUpdateDisplayName, UserUpdateEmail, UserUpdateFirstName, UserUpdateLastName, UserUpdateModal, UserUpdatePhone, UserUpdateProfilePic, UserUpdateTextInput, UserUpdateTin, UserUpdateView, VerifyLinkTokenContainer, VerifyLinkTokenLoader, VerifyLinkTokenModal, VerifyLinkTokenView, authenticatedButtons, i18next as i18n, init$1 as initButtons, init as initContentEntitlement, invoicePaymentSubmitButton, notify, unauthenticatedButtons, usePelcro };
|
|
32651
|
+
export { AddressCreateCity, AddressCreateContainer, AddressCreateCountrySelect, AddressCreateFirstName, AddressCreateLastName, AddressCreateLine1, AddressCreateLine2, AddressCreateModal, AddressCreatePostalCode, AddressCreateSetDefault, AddressCreateStateSelect, AddressCreateSubmit, AddressCreateTextInput, AddressCreateView, AddressSelectContainer, AddressSelectList, AddressSelectModal, AddressSelectSubmit, AddressSelectView, AddressUpdateCity, AddressUpdateContainer, AddressUpdateCountrySelect, AddressUpdateFirstName, AddressUpdateLastName, AddressUpdateLine1, AddressUpdateLine2, AddressUpdateModal, AddressUpdatePostalCode, AddressUpdateSetDefault, AddressUpdateStateSelect, AddressUpdateSubmit, AddressUpdateTextInput, AddressUpdateView, AlertWithContext as Alert, Alert as AlertElement, ApplyCouponButton, Auth0LoginButton, Badge, BankAuthenticationSuccess, BankRedirection, Button, CartContainer, CartModal, CartRemoveItemButton, CartSubmit, CartTotalPrice, CartView, Checkbox, CheckoutForm, ConfirmPassword, CouponCode, CouponCodeField, DashboardWithHook as Dashboard, DashboardOpenButton, DatePicker, DiscountedPrice, Email, EmailVerifyContainer, EmailVerifyModal, EmailVerifyResendButton, EmailVerifyView, FacebookLoginButton, GiftCreateContainer, GiftCreateEmail, GiftCreateFirstName, GiftCreateLastName, GiftCreateMessage, GiftCreateModal, GiftCreateStartDate, GiftCreateSubmitButton, GiftCreateView, GiftRedeemCode, GiftRedeemContainer, GiftRedeemModal, GiftRedeemSubmitButton, GiftRedeemView, GoogleLoginButton, IncludeFirstName, IncludeLastName, IncludePhone, Input, InvoiceDetailsContainer, InvoiceDetailsDownloadButton, InvoiceDetailsModal, InvoiceDetailsPayButton, InvoiceDetailsView, InvoicePaymentContainer, InvoicePaymentModal, InvoicePaymentView, Link, LoginButton, LoginContainer, LoginEmail, LoginModal, LoginPassword, LoginRequestLoginToken, LoginUsername, LoginView, Logout, MeterModal, MeterView, Modal, ModalBody, ModalFooter, NewsletterWithHook as NewsLetter, NewsletterUpdateButton, NewsletterUpdateContainer, NewsletterUpdateList, NewsletterUpdateModal, NewsletterUpdateView, Notification, OrderConfirmModal, OrderCreateContainer, OrderCreateModal, OrderCreateSubmitButton, OrderCreateView, Password, PasswordChangeButton, PasswordChangeConfirmNewPassword, PasswordChangeContainer, PasswordChangeCurrentPassword, PasswordChangeModal, PasswordChangeNewPassword, PasswordChangeView, PasswordForgotButton, PasswordForgotContainer, PasswordForgotEmail, PasswordForgotModal, PasswordForgotView, PasswordResetButton, PasswordResetConfirmPassword, PasswordResetContainer, PasswordResetEmail, PasswordResetModal, PasswordResetPassword, PasswordResetView, PasswordlessRequestContainer, PasswordlessRequestEmail, PasswordlessRequestModal, PasswordlessRequestView, PasswordlessRequestViewButton, PaymentCreateContainer, PaymentCreateView, PaymentMethodContainer, PaymentMethodSelectContainer, PaymentMethodSelectList, PaymentMethodSelectModal, PaymentMethodSelectSubmit, PaymentMethodSelectView, PaymentMethodUpdateContainer, PaymentMethodUpdateModal, PaymentMethodUpdateView, PaymentMethodView, PaymentSuccessModal, PaymentSuccessView, PaypalSubscribeButton, PelcroCardCVC, PelcroCardExpiry, PelcroCardNumber, PelcroModalController, PelcroPaymentRequestButton, ProfilePicChangeButton, ProfilePicChangeContainer, ProfilePicChangeCropper, ProfilePicChangeModal, ProfilePicChangeRemoveButton, ProfilePicChangeSelectButton, ProfilePicChangeView, ProfilePicChangeZoom, QrCodeModal, QrCodeView, Radio, RegisterButton, RegisterCompany, RegisterContainer, RegisterEmail, RegisterFirstName, RegisterJobTitle, RegisterLastName, RegisterModal, RegisterPassword, RegisterView, Select, SelectModalWithHook as SelectModal, SelectedPaymentMethod, ShopPurchaseButton, ShopSelectProductButton, ShopView, SubmitPaymentMethod, SubscriptionCancelModal, SubscriptionCreateContainer, SubscriptionCreateFreePlanButton, SubscriptionCreateModal, SubscriptionCreateView, SubscriptionManageMembersButton, SubscriptionManageMembersContainer, SubscriptionManageMembersEmails, SubscriptionManageMembersList, SubscriptionManageMembersModal, SubscriptionManageMembersView, SubscriptionRenewContainer, SubscriptionRenewModal, SubscriptionRenewView, SubscriptionSuspendContainer, SubscriptionSuspendModal, SubscriptionSuspendView, TaxAmount, TextArea, Tooltip, UserNameInput, UserUpdateButton, UserUpdateContainer, UserUpdateDisplayName, UserUpdateEmail, UserUpdateFirstName, UserUpdateLastName, UserUpdateModal, UserUpdatePhone, UserUpdateProfilePic, UserUpdateTextInput, UserUpdateTin, UserUpdateView, VerifyLinkTokenContainer, VerifyLinkTokenLoader, VerifyLinkTokenModal, VerifyLinkTokenView, authenticatedButtons, i18next as i18n, init$1 as initButtons, init as initContentEntitlement, invoicePaymentSubmitButton, notify, unauthenticatedButtons, usePelcro };
|