@pelcro/react-pelcro-js 3.13.0-beta.8 → 3.13.0
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 +1069 -444
- package/dist/index.esm.js +1064 -445
- 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",
|
|
@@ -3922,7 +3926,7 @@ var messages$W = {
|
|
|
3922
3926
|
}
|
|
3923
3927
|
};
|
|
3924
3928
|
var dashboard_en = {
|
|
3925
|
-
labels: labels$
|
|
3929
|
+
labels: labels$U,
|
|
3926
3930
|
messages: messages$W
|
|
3927
3931
|
};
|
|
3928
3932
|
|
|
@@ -3931,7 +3935,7 @@ var messages$V = {
|
|
|
3931
3935
|
loginHere: "Login here",
|
|
3932
3936
|
checkbox: "Check this box to gift this subscription"
|
|
3933
3937
|
};
|
|
3934
|
-
var labels$
|
|
3938
|
+
var labels$T = {
|
|
3935
3939
|
plan: {
|
|
3936
3940
|
title: "Subscribe to a plan",
|
|
3937
3941
|
subtitle: "Select one of the plans below and click on next."
|
|
@@ -3955,7 +3959,7 @@ var buttons$g = {
|
|
|
3955
3959
|
};
|
|
3956
3960
|
var select_en = {
|
|
3957
3961
|
messages: messages$V,
|
|
3958
|
-
labels: labels$
|
|
3962
|
+
labels: labels$T,
|
|
3959
3963
|
buttons: buttons$g
|
|
3960
3964
|
};
|
|
3961
3965
|
|
|
@@ -3969,7 +3973,7 @@ var notification_en = {
|
|
|
3969
3973
|
confirm: confirm$9
|
|
3970
3974
|
};
|
|
3971
3975
|
|
|
3972
|
-
var labels$
|
|
3976
|
+
var labels$S = {
|
|
3973
3977
|
title: "Verify your email",
|
|
3974
3978
|
instructions: "You're on your way!\nLet's confirm your email address.\nClick on the verification link we've sent to your email:",
|
|
3975
3979
|
resend: "Resend email"
|
|
@@ -3979,12 +3983,12 @@ var messages$U = {
|
|
|
3979
3983
|
success: "Email verified successfully!"
|
|
3980
3984
|
};
|
|
3981
3985
|
var verifyEmail_en = {
|
|
3982
|
-
labels: labels$
|
|
3986
|
+
labels: labels$S,
|
|
3983
3987
|
messages: messages$U
|
|
3984
3988
|
};
|
|
3985
3989
|
|
|
3986
3990
|
var title$r = "Invoice details";
|
|
3987
|
-
var labels$
|
|
3991
|
+
var labels$R = {
|
|
3988
3992
|
summary: "Summary",
|
|
3989
3993
|
total: "Total",
|
|
3990
3994
|
amountPaid: "Amount paid",
|
|
@@ -3997,11 +4001,11 @@ var buttons$f = {
|
|
|
3997
4001
|
};
|
|
3998
4002
|
var invoiceDetails_en = {
|
|
3999
4003
|
title: title$r,
|
|
4000
|
-
labels: labels$
|
|
4004
|
+
labels: labels$R,
|
|
4001
4005
|
buttons: buttons$f
|
|
4002
4006
|
};
|
|
4003
4007
|
|
|
4004
|
-
var labels$
|
|
4008
|
+
var labels$Q = {
|
|
4005
4009
|
title: "Cancel subscription",
|
|
4006
4010
|
cancelReason: "Cancellation reason",
|
|
4007
4011
|
subCancellation: {
|
|
@@ -4021,18 +4025,108 @@ var messages$T = {
|
|
|
4021
4025
|
}
|
|
4022
4026
|
};
|
|
4023
4027
|
var subscriptionCancel_en = {
|
|
4024
|
-
labels: labels$
|
|
4028
|
+
labels: labels$Q,
|
|
4025
4029
|
messages: messages$T
|
|
4026
4030
|
};
|
|
4027
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
|
+
|
|
4028
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 = {
|
|
4029
4123
|
title: "Suspend subscription",
|
|
4030
4124
|
suspensionDate: "Suspension date",
|
|
4031
4125
|
subCancellation: {
|
|
4032
4126
|
goBack: "Go back"
|
|
4033
4127
|
}
|
|
4034
4128
|
};
|
|
4035
|
-
var messages$
|
|
4129
|
+
var messages$Q = {
|
|
4036
4130
|
suspensionEnd: "The suspension is set to expire on",
|
|
4037
4131
|
suspendNow: "Suspend Subscription Now",
|
|
4038
4132
|
suspendLater: "Suspend at Period End",
|
|
@@ -4045,14 +4139,15 @@ var messages$S = {
|
|
|
4045
4139
|
}
|
|
4046
4140
|
};
|
|
4047
4141
|
var subscriptionSuspend_en = {
|
|
4048
|
-
labels: labels$
|
|
4049
|
-
messages: messages$
|
|
4142
|
+
labels: labels$K,
|
|
4143
|
+
messages: messages$Q
|
|
4050
4144
|
};
|
|
4051
4145
|
|
|
4052
4146
|
var validation$2 = {
|
|
4053
4147
|
validEmail: "le courriel n’est pas valide",
|
|
4054
4148
|
validUsername: "Le nom d'utilisateur n'est pas valide.",
|
|
4055
4149
|
enterEmail: "Un courriel est requis.",
|
|
4150
|
+
enterEmails: "Les adresses e-mail sont obligatoires.",
|
|
4056
4151
|
enterUsername: "Nom d'utilisateur est nécessaire.",
|
|
4057
4152
|
enterPassword: "Mot de passe requis.",
|
|
4058
4153
|
confirmPassword: "Confirmer le mot de passe requis.",
|
|
@@ -4169,7 +4264,7 @@ var paymentMethod_fr = {
|
|
|
4169
4264
|
var title$q = "Entrez votre adresse courriel pour vous abonner à notre infolettre";
|
|
4170
4265
|
var updateTitle$2 = "Mettre à jour son choix d'infolettres";
|
|
4171
4266
|
var subtitle$b = "Nous pouvons utiliser votre adresse courriel pour d’autres communications marketing";
|
|
4172
|
-
var labels$
|
|
4267
|
+
var labels$J = {
|
|
4173
4268
|
submit: "Lire l’article !",
|
|
4174
4269
|
firstName: "Prénom",
|
|
4175
4270
|
lastName: "Nom de famille",
|
|
@@ -4177,7 +4272,7 @@ var labels$L = {
|
|
|
4177
4272
|
postalCode: "Code postal",
|
|
4178
4273
|
required: "Champs obligatoires"
|
|
4179
4274
|
};
|
|
4180
|
-
var messages$
|
|
4275
|
+
var messages$P = {
|
|
4181
4276
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4182
4277
|
success: "Votre choix d'infolettres à été mis à jour",
|
|
4183
4278
|
loginHere: "Connectez-vous ici",
|
|
@@ -4188,14 +4283,14 @@ var newsletter_fr = {
|
|
|
4188
4283
|
title: title$q,
|
|
4189
4284
|
updateTitle: updateTitle$2,
|
|
4190
4285
|
subtitle: subtitle$b,
|
|
4191
|
-
labels: labels$
|
|
4192
|
-
messages: messages$
|
|
4286
|
+
labels: labels$J,
|
|
4287
|
+
messages: messages$P
|
|
4193
4288
|
};
|
|
4194
4289
|
|
|
4195
|
-
var labels$
|
|
4290
|
+
var labels$I = {
|
|
4196
4291
|
"continue": "Abonnement réussi !"
|
|
4197
4292
|
};
|
|
4198
|
-
var messages$
|
|
4293
|
+
var messages$O = {
|
|
4199
4294
|
yourFreeTrial: "Votre essai gratuit vient de débuter",
|
|
4200
4295
|
youHaveAccess: "Nous espérons que vous allez apprécier votre abonnement. Veuillez nous contacter si vous avez des questions ou des préoccupations.",
|
|
4201
4296
|
clickToLearn: {
|
|
@@ -4221,12 +4316,12 @@ var errors$e = {
|
|
|
4221
4316
|
"": ""
|
|
4222
4317
|
};
|
|
4223
4318
|
var success_fr = {
|
|
4224
|
-
labels: labels$
|
|
4225
|
-
messages: messages$
|
|
4319
|
+
labels: labels$I,
|
|
4320
|
+
messages: messages$O,
|
|
4226
4321
|
errors: errors$e
|
|
4227
4322
|
};
|
|
4228
4323
|
|
|
4229
|
-
var messages$
|
|
4324
|
+
var messages$N = {
|
|
4230
4325
|
freeVisits: "Visites gratuites restantes:",
|
|
4231
4326
|
subscribeNow: "Abonnez-vous maintenant !",
|
|
4232
4327
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
@@ -4236,16 +4331,16 @@ var errors$d = {
|
|
|
4236
4331
|
"": ""
|
|
4237
4332
|
};
|
|
4238
4333
|
var meter_fr = {
|
|
4239
|
-
messages: messages$
|
|
4334
|
+
messages: messages$N,
|
|
4240
4335
|
errors: errors$d
|
|
4241
4336
|
};
|
|
4242
4337
|
|
|
4243
|
-
var messages$
|
|
4338
|
+
var messages$M = {
|
|
4244
4339
|
youAreSafe: "Vous êtes en sécurité - PCI conforme 128 SSL par",
|
|
4245
4340
|
bankRedirection: "Veuillez patienter, nous vous redirigeons vers votre banque.",
|
|
4246
4341
|
bankAuthenticationSuccess: "Veuillez patienter pendant que nous accédons à votre requête."
|
|
4247
4342
|
};
|
|
4248
|
-
var labels$
|
|
4343
|
+
var labels$H = {
|
|
4249
4344
|
card: "Entrez le numéro de carte",
|
|
4250
4345
|
date: "Date d’expiration",
|
|
4251
4346
|
CVC: "CVC",
|
|
@@ -4267,8 +4362,8 @@ var labels$J = {
|
|
|
4267
4362
|
phone: "Téléphoner"
|
|
4268
4363
|
};
|
|
4269
4364
|
var checkoutForm_fr = {
|
|
4270
|
-
messages: messages$
|
|
4271
|
-
labels: labels$
|
|
4365
|
+
messages: messages$M,
|
|
4366
|
+
labels: labels$H
|
|
4272
4367
|
};
|
|
4273
4368
|
|
|
4274
4369
|
var youAreSafe$2 = "Vous êtes en sécurité - PCI conforme 128 SSL par";
|
|
@@ -4277,7 +4372,8 @@ var giftSent$2 = "Le cadeau d’abonnement a été envoyé à";
|
|
|
4277
4372
|
var successfully$2 = "avec succès.";
|
|
4278
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";
|
|
4279
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.";
|
|
4280
|
-
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";
|
|
4281
4377
|
var zeroTotalInvoice$2 = "You can't view an invoice of 0$";
|
|
4282
4378
|
var messages_fr = {
|
|
4283
4379
|
youAreSafe: youAreSafe$2,
|
|
@@ -4287,10 +4383,11 @@ var messages_fr = {
|
|
|
4287
4383
|
entitlement: entitlement$2,
|
|
4288
4384
|
recaptcha: recaptcha$2,
|
|
4289
4385
|
invalidInvoice: invalidInvoice$2,
|
|
4386
|
+
invalidSubscription: invalidSubscription$1,
|
|
4290
4387
|
zeroTotalInvoice: zeroTotalInvoice$2
|
|
4291
4388
|
};
|
|
4292
4389
|
|
|
4293
|
-
var labels$
|
|
4390
|
+
var labels$G = {
|
|
4294
4391
|
email: "Entrez votre adresse courriel",
|
|
4295
4392
|
username: "Saisissez votre nom d'utilisateur",
|
|
4296
4393
|
password: "Entrez votre mot de passe",
|
|
@@ -4299,7 +4396,7 @@ var labels$I = {
|
|
|
4299
4396
|
passwordPlaceholder: "Mot de passe",
|
|
4300
4397
|
login: "Connexion"
|
|
4301
4398
|
};
|
|
4302
|
-
var messages$
|
|
4399
|
+
var messages$L = {
|
|
4303
4400
|
loginTo: "Connectez-vous à votre compte",
|
|
4304
4401
|
welcome: "Bienvenue, connectez-vous avec votre compte existant.",
|
|
4305
4402
|
dontHaveAccount: "Vous n’avez pas encore de compte ?",
|
|
@@ -4318,28 +4415,28 @@ var errors$c = {
|
|
|
4318
4415
|
"": ""
|
|
4319
4416
|
};
|
|
4320
4417
|
var login_fr = {
|
|
4321
|
-
labels: labels$
|
|
4322
|
-
messages: messages$
|
|
4418
|
+
labels: labels$G,
|
|
4419
|
+
messages: messages$L,
|
|
4323
4420
|
errors: errors$c
|
|
4324
4421
|
};
|
|
4325
4422
|
|
|
4326
|
-
var labels$
|
|
4423
|
+
var labels$F = {
|
|
4327
4424
|
title: "Confirmez votre courriel",
|
|
4328
4425
|
instructions: "Confirmez votre courriel.\nVeuillez cliquer sur le lien de vérification, qui vous a été envoyé à:",
|
|
4329
4426
|
resend: "Renvoyer le courriel"
|
|
4330
4427
|
};
|
|
4331
|
-
var messages$
|
|
4428
|
+
var messages$K = {
|
|
4332
4429
|
resent: "Renvoyé avec succès",
|
|
4333
4430
|
success: "Vous vous êtes connecté avec succès"
|
|
4334
4431
|
};
|
|
4335
4432
|
var verifyLinkToken_fr = {
|
|
4336
|
-
labels: labels$
|
|
4337
|
-
messages: messages$
|
|
4433
|
+
labels: labels$F,
|
|
4434
|
+
messages: messages$K
|
|
4338
4435
|
};
|
|
4339
4436
|
|
|
4340
4437
|
var title$p = "Créer un compte";
|
|
4341
4438
|
var subtitle$a = "Entrez votre courriel et votre mot de passe ci-dessous";
|
|
4342
|
-
var labels$
|
|
4439
|
+
var labels$E = {
|
|
4343
4440
|
signUpFacebook: "Inscrivez-vous avec Facebook",
|
|
4344
4441
|
signUpGoogle: "Inscrivez-vous avec Google",
|
|
4345
4442
|
signUpEmail: "Inscrivez-vous avec votre courriel",
|
|
@@ -4352,7 +4449,7 @@ var labels$G = {
|
|
|
4352
4449
|
lastName: "Nom de famille",
|
|
4353
4450
|
phone: "Téléphoner"
|
|
4354
4451
|
};
|
|
4355
|
-
var messages$
|
|
4452
|
+
var messages$J = {
|
|
4356
4453
|
alreadyHaveAccount: "Vous avez déjà un compte?",
|
|
4357
4454
|
createAccount: "Créer un compte",
|
|
4358
4455
|
loginHere: "Connectez-vous ici",
|
|
@@ -4427,14 +4524,14 @@ var redeem$2 = {
|
|
|
4427
4524
|
var register_fr = {
|
|
4428
4525
|
title: title$p,
|
|
4429
4526
|
subtitle: subtitle$a,
|
|
4430
|
-
labels: labels$
|
|
4431
|
-
messages: messages$
|
|
4527
|
+
labels: labels$E,
|
|
4528
|
+
messages: messages$J,
|
|
4432
4529
|
errors: errors$b,
|
|
4433
4530
|
gift: gift$2,
|
|
4434
4531
|
redeem: redeem$2
|
|
4435
4532
|
};
|
|
4436
4533
|
|
|
4437
|
-
var labels$
|
|
4534
|
+
var labels$D = {
|
|
4438
4535
|
title: "Voulez-vous mettre à jour votre profil ?",
|
|
4439
4536
|
subtitle: "Entrez vos informations ci-dessous pour mettre à jour votre profil",
|
|
4440
4537
|
email: "Address courriel",
|
|
@@ -4451,20 +4548,20 @@ var labels$F = {
|
|
|
4451
4548
|
zoom: "Zoom",
|
|
4452
4549
|
tin: "Numéro d'identification fiscale"
|
|
4453
4550
|
};
|
|
4454
|
-
var messages$
|
|
4551
|
+
var messages$I = {
|
|
4455
4552
|
userUpdated: "Votre profil a été mis à jour avec succès.",
|
|
4456
4553
|
pictureRemoved: "Votre photo de profil a été supprimée avec succès.",
|
|
4457
4554
|
pictureUpdated: "Votre photo de profil a été mise à jour avec succès."
|
|
4458
4555
|
};
|
|
4459
4556
|
var userEdit_fr = {
|
|
4460
|
-
labels: labels$
|
|
4461
|
-
messages: messages$
|
|
4557
|
+
labels: labels$D,
|
|
4558
|
+
messages: messages$I
|
|
4462
4559
|
};
|
|
4463
4560
|
|
|
4464
4561
|
var title$o = "Entrez votre adresse de livraison";
|
|
4465
4562
|
var selectAddressTitle$2 = "Veuillez sélectionner une adresse";
|
|
4466
4563
|
var selectAddressSubtitle$2 = "Choisissez l'une de vos adresses ou créez-en une nouvelle";
|
|
4467
|
-
var labels$
|
|
4564
|
+
var labels$C = {
|
|
4468
4565
|
address: "Adresse",
|
|
4469
4566
|
code: "Code postal / Zip",
|
|
4470
4567
|
city: "Ville",
|
|
@@ -4480,7 +4577,7 @@ var buttons$d = {
|
|
|
4480
4577
|
selectAddress: "Choisir cette adresse",
|
|
4481
4578
|
addAddress: "Ajouter une nouvelle adresse"
|
|
4482
4579
|
};
|
|
4483
|
-
var messages$
|
|
4580
|
+
var messages$H = {
|
|
4484
4581
|
addressUpdated: "Votre adresse a été mise à jour avec succès",
|
|
4485
4582
|
subRedeemed: "Votre abonnement a bien été activé."
|
|
4486
4583
|
};
|
|
@@ -4488,9 +4585,9 @@ var address_fr = {
|
|
|
4488
4585
|
title: title$o,
|
|
4489
4586
|
selectAddressTitle: selectAddressTitle$2,
|
|
4490
4587
|
selectAddressSubtitle: selectAddressSubtitle$2,
|
|
4491
|
-
labels: labels$
|
|
4588
|
+
labels: labels$C,
|
|
4492
4589
|
buttons: buttons$d,
|
|
4493
|
-
messages: messages$
|
|
4590
|
+
messages: messages$H
|
|
4494
4591
|
};
|
|
4495
4592
|
|
|
4496
4593
|
var title$n = "Réinitialiser votre mot de passe";
|
|
@@ -4518,7 +4615,7 @@ var password$4 = "Mot de passe";
|
|
|
4518
4615
|
var submit$a = "Soumettre";
|
|
4519
4616
|
var required$a = "Champs obligatoires";
|
|
4520
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.";
|
|
4521
|
-
var messages$
|
|
4618
|
+
var messages$G = {
|
|
4522
4619
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4523
4620
|
loginHere: "Connectez-vous ici"
|
|
4524
4621
|
};
|
|
@@ -4529,7 +4626,7 @@ var passwordForgot_fr = {
|
|
|
4529
4626
|
submit: submit$a,
|
|
4530
4627
|
required: required$a,
|
|
4531
4628
|
passwordResetEmailSent: passwordResetEmailSent$2,
|
|
4532
|
-
messages: messages$
|
|
4629
|
+
messages: messages$G
|
|
4533
4630
|
};
|
|
4534
4631
|
|
|
4535
4632
|
var title$l = "Changez votre mot de passe";
|
|
@@ -4557,7 +4654,7 @@ var title$k = "Connexion sans mot de passe";
|
|
|
4557
4654
|
var email$6 = "Entrez votre adresse courriel";
|
|
4558
4655
|
var submit$8 = "Soumettre";
|
|
4559
4656
|
var required$8 = "Champs obligatoires";
|
|
4560
|
-
var messages$
|
|
4657
|
+
var messages$F = {
|
|
4561
4658
|
PasswordlessLoginSuccess: "Vous avez été authentifié avec succès avec la connexion sans mot de passe"
|
|
4562
4659
|
};
|
|
4563
4660
|
var passwordlessRequest_fr = {
|
|
@@ -4565,7 +4662,7 @@ var passwordlessRequest_fr = {
|
|
|
4565
4662
|
email: email$6,
|
|
4566
4663
|
submit: submit$8,
|
|
4567
4664
|
required: required$8,
|
|
4568
|
-
messages: messages$
|
|
4665
|
+
messages: messages$F
|
|
4569
4666
|
};
|
|
4570
4667
|
|
|
4571
4668
|
var title$j = "Votre panier";
|
|
@@ -4599,7 +4696,7 @@ var buttons$c = {
|
|
|
4599
4696
|
purchase: "Acheter",
|
|
4600
4697
|
"continue": "Continuer au contenu"
|
|
4601
4698
|
};
|
|
4602
|
-
var messages$
|
|
4699
|
+
var messages$E = {
|
|
4603
4700
|
orderConfirmed: {
|
|
4604
4701
|
title: "Votre commande est confirmée !",
|
|
4605
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."
|
|
@@ -4608,17 +4705,17 @@ var messages$G = {
|
|
|
4608
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.",
|
|
4609
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."
|
|
4610
4707
|
};
|
|
4611
|
-
var labels$
|
|
4708
|
+
var labels$B = {
|
|
4612
4709
|
summary: "récapitulatif de commande",
|
|
4613
4710
|
total: "total"
|
|
4614
4711
|
};
|
|
4615
4712
|
var shop_fr = {
|
|
4616
4713
|
buttons: buttons$c,
|
|
4617
|
-
messages: messages$
|
|
4618
|
-
labels: labels$
|
|
4714
|
+
messages: messages$E,
|
|
4715
|
+
labels: labels$B
|
|
4619
4716
|
};
|
|
4620
4717
|
|
|
4621
|
-
var labels$
|
|
4718
|
+
var labels$A = {
|
|
4622
4719
|
cardNumber: "Numéro de carte",
|
|
4623
4720
|
securityCode: "Code de sécurité",
|
|
4624
4721
|
submit: "Soumettre",
|
|
@@ -4640,7 +4737,7 @@ var labels$C = {
|
|
|
4640
4737
|
title: "Informations de paiement"
|
|
4641
4738
|
}
|
|
4642
4739
|
};
|
|
4643
|
-
var messages$
|
|
4740
|
+
var messages$D = {
|
|
4644
4741
|
youAreSafe: "Vous êtes en sécurité - PCI conforme 128 SSL par",
|
|
4645
4742
|
cancel: "Annuler votre abonnement en ligne à tout moment.",
|
|
4646
4743
|
giftSent: "Le cadeau d’abonnement a été envoyé à",
|
|
@@ -4654,12 +4751,12 @@ var errors$a = {
|
|
|
4654
4751
|
"": ""
|
|
4655
4752
|
};
|
|
4656
4753
|
var payment_fr = {
|
|
4657
|
-
labels: labels$
|
|
4658
|
-
messages: messages$
|
|
4754
|
+
labels: labels$A,
|
|
4755
|
+
messages: messages$D,
|
|
4659
4756
|
errors: errors$a
|
|
4660
4757
|
};
|
|
4661
4758
|
|
|
4662
|
-
var labels$
|
|
4759
|
+
var labels$z = {
|
|
4663
4760
|
menu: "Menu Pelcro",
|
|
4664
4761
|
name: "Nom",
|
|
4665
4762
|
email: "Courriel",
|
|
@@ -4674,6 +4771,7 @@ var labels$B = {
|
|
|
4674
4771
|
scheduled: "Programmé",
|
|
4675
4772
|
incomplete: "Incomplet"
|
|
4676
4773
|
},
|
|
4774
|
+
manageMembers: "Gérer les membres",
|
|
4677
4775
|
shipments: "Expéditions restantes",
|
|
4678
4776
|
logout: "Déconnexion",
|
|
4679
4777
|
dashboard: "Tableau de bord",
|
|
@@ -4745,7 +4843,7 @@ var labels$B = {
|
|
|
4745
4843
|
goBack: "Retourner"
|
|
4746
4844
|
}
|
|
4747
4845
|
};
|
|
4748
|
-
var messages$
|
|
4846
|
+
var messages$C = {
|
|
4749
4847
|
noCard: "Vous n’avez pas une carte",
|
|
4750
4848
|
subCancellation: {
|
|
4751
4849
|
isSureToCancel: "Êtes-vous certain de vouloir annuler votre abonnement?",
|
|
@@ -4761,16 +4859,16 @@ var messages$E = {
|
|
|
4761
4859
|
}
|
|
4762
4860
|
};
|
|
4763
4861
|
var dashboard_fr = {
|
|
4764
|
-
labels: labels$
|
|
4765
|
-
messages: messages$
|
|
4862
|
+
labels: labels$z,
|
|
4863
|
+
messages: messages$C
|
|
4766
4864
|
};
|
|
4767
4865
|
|
|
4768
|
-
var messages$
|
|
4866
|
+
var messages$B = {
|
|
4769
4867
|
alreadyHaveAccount: "Vous avez déjà un compte ?",
|
|
4770
4868
|
loginHere: "Connectez-vous ici",
|
|
4771
4869
|
checkbox: "Cochez cette case pour offrir cet abonnement"
|
|
4772
4870
|
};
|
|
4773
|
-
var labels$
|
|
4871
|
+
var labels$y = {
|
|
4774
4872
|
plan: {
|
|
4775
4873
|
title: "Abonnez-vous à un plan",
|
|
4776
4874
|
subtitle: "Sélectionnez l’un des plans ci-dessous et cliquez sur suivant."
|
|
@@ -4793,8 +4891,8 @@ var buttons$b = {
|
|
|
4793
4891
|
back: "Retour"
|
|
4794
4892
|
};
|
|
4795
4893
|
var select_fr = {
|
|
4796
|
-
messages: messages$
|
|
4797
|
-
labels: labels$
|
|
4894
|
+
messages: messages$B,
|
|
4895
|
+
labels: labels$y,
|
|
4798
4896
|
buttons: buttons$b
|
|
4799
4897
|
};
|
|
4800
4898
|
|
|
@@ -4808,22 +4906,22 @@ var notification_fr = {
|
|
|
4808
4906
|
confirm: confirm$6
|
|
4809
4907
|
};
|
|
4810
4908
|
|
|
4811
|
-
var labels$
|
|
4909
|
+
var labels$x = {
|
|
4812
4910
|
title: "Confirmez votre courriel",
|
|
4813
4911
|
instructions: "Confirmez votre courriel.\nVeuillez cliquer sur le lien de vérification, qui vous a été envoyé à:",
|
|
4814
4912
|
resend: "Renvoyer le courriel"
|
|
4815
4913
|
};
|
|
4816
|
-
var messages$
|
|
4914
|
+
var messages$A = {
|
|
4817
4915
|
resent: "Renvoyé avec succès",
|
|
4818
4916
|
success: "Adresse courriel vérifiée avec succès"
|
|
4819
4917
|
};
|
|
4820
4918
|
var verifyEmail_fr = {
|
|
4821
|
-
labels: labels$
|
|
4822
|
-
messages: messages$
|
|
4919
|
+
labels: labels$x,
|
|
4920
|
+
messages: messages$A
|
|
4823
4921
|
};
|
|
4824
4922
|
|
|
4825
4923
|
var title$i = "Détails de la facture";
|
|
4826
|
-
var labels$
|
|
4924
|
+
var labels$w = {
|
|
4827
4925
|
summary: "Résumé",
|
|
4828
4926
|
total: "Total",
|
|
4829
4927
|
amountPaid: "Montant payé",
|
|
@@ -4836,42 +4934,18 @@ var buttons$a = {
|
|
|
4836
4934
|
};
|
|
4837
4935
|
var invoiceDetails_fr = {
|
|
4838
4936
|
title: title$i,
|
|
4839
|
-
labels: labels$
|
|
4937
|
+
labels: labels$w,
|
|
4840
4938
|
buttons: buttons$a
|
|
4841
4939
|
};
|
|
4842
4940
|
|
|
4843
|
-
var labels$
|
|
4844
|
-
title: "Annuler l'abonnement",
|
|
4845
|
-
cancelReason: "Motif d'annulation",
|
|
4846
|
-
subCancellation: {
|
|
4847
|
-
goBack: "Retourner"
|
|
4848
|
-
}
|
|
4849
|
-
};
|
|
4850
|
-
var messages$B = {
|
|
4851
|
-
subscriptionEnd: "Cet abonnement doit expirer le",
|
|
4852
|
-
cancelNow: "Cancel Subscription Now",
|
|
4853
|
-
cancelLater: "Annuler l'abonnement maintenant",
|
|
4854
|
-
subCancellation: {
|
|
4855
|
-
isSureToCancelNow: "Êtes-vous sûr de vouloir résilier votre abonnement immédiatement?",
|
|
4856
|
-
isSureToCancel: "Êtes-vous sûr de vouloir résilier votre abonnement?",
|
|
4857
|
-
loading: "Annulation de votre abonnement",
|
|
4858
|
-
success: "L'abonnement a été annulé avec succès",
|
|
4859
|
-
error: "Erreur lors de l'annulation de votre abonnement"
|
|
4860
|
-
}
|
|
4861
|
-
};
|
|
4862
|
-
var subscriptionCancel_fr = {
|
|
4863
|
-
labels: labels$x,
|
|
4864
|
-
messages: messages$B
|
|
4865
|
-
};
|
|
4866
|
-
|
|
4867
|
-
var labels$w = {
|
|
4941
|
+
var labels$v = {
|
|
4868
4942
|
title: "Suspendre l'abonnement",
|
|
4869
4943
|
suspensionDate: "Date de suspension",
|
|
4870
4944
|
subCancellation: {
|
|
4871
4945
|
goBack: "Revenir en arrière"
|
|
4872
4946
|
}
|
|
4873
4947
|
};
|
|
4874
|
-
var messages$
|
|
4948
|
+
var messages$z = {
|
|
4875
4949
|
suspensionEnd: "La suspension doit expirer le",
|
|
4876
4950
|
suspendNow: "Suspendre l'abonnement maintenant",
|
|
4877
4951
|
suspendLater: "Suspendre à la fin de la période",
|
|
@@ -4884,14 +4958,15 @@ var messages$A = {
|
|
|
4884
4958
|
}
|
|
4885
4959
|
};
|
|
4886
4960
|
var subscriptionSuspend_fr = {
|
|
4887
|
-
labels: labels$
|
|
4888
|
-
messages: messages$
|
|
4961
|
+
labels: labels$v,
|
|
4962
|
+
messages: messages$z
|
|
4889
4963
|
};
|
|
4890
4964
|
|
|
4891
4965
|
var validation$1 = {
|
|
4892
4966
|
validEmail: "이메일 주소가 유효하지 않습니다.",
|
|
4893
4967
|
validUsername: "사용자 이름이 유효하지 않습니다.",
|
|
4894
4968
|
enterEmail: "이메일 주소는 필수 항목입니다.",
|
|
4969
|
+
enterEmails: "이메일 주소가 필요합니다.",
|
|
4895
4970
|
enterUsername: "사용자 이름이 필요합니다.",
|
|
4896
4971
|
enterPassword: "비밀번호는 필수 항목입니다.",
|
|
4897
4972
|
enterFirstName: "이름은 필수 항목입니다.",
|
|
@@ -5007,7 +5082,7 @@ var paymentMethod_ko = {
|
|
|
5007
5082
|
var title$h = "Frieze 뉴스레터를 구독하려면 이메일을 입력하세요.";
|
|
5008
5083
|
var updateTitle$1 = "뉴스레터 선택 업데이트";
|
|
5009
5084
|
var subtitle$7 = "귀하의 이메일은 다른 마케팅 용도로도 사용됩니다.";
|
|
5010
|
-
var labels$
|
|
5085
|
+
var labels$u = {
|
|
5011
5086
|
submit: "제출",
|
|
5012
5087
|
firstName: "이름",
|
|
5013
5088
|
lastName: "성",
|
|
@@ -5015,7 +5090,7 @@ var labels$v = {
|
|
|
5015
5090
|
postalCode: "우편번호",
|
|
5016
5091
|
required: "필수 항목"
|
|
5017
5092
|
};
|
|
5018
|
-
var messages$
|
|
5093
|
+
var messages$y = {
|
|
5019
5094
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5020
5095
|
success: "뉴스레터가 성공적으로 업데이트되었습니다.",
|
|
5021
5096
|
loginHere: "여기에서 로그인하세요.",
|
|
@@ -5026,14 +5101,14 @@ var newsletter_ko = {
|
|
|
5026
5101
|
title: title$h,
|
|
5027
5102
|
updateTitle: updateTitle$1,
|
|
5028
5103
|
subtitle: subtitle$7,
|
|
5029
|
-
labels: labels$
|
|
5030
|
-
messages: messages$
|
|
5104
|
+
labels: labels$u,
|
|
5105
|
+
messages: messages$y
|
|
5031
5106
|
};
|
|
5032
5107
|
|
|
5033
|
-
var labels$
|
|
5108
|
+
var labels$t = {
|
|
5034
5109
|
"continue": "콘텐츠로 돌아가기"
|
|
5035
5110
|
};
|
|
5036
|
-
var messages$
|
|
5111
|
+
var messages$x = {
|
|
5037
5112
|
yourFreeTrial: "유료 멤버십에 가입하셨습니다!",
|
|
5038
5113
|
youHaveAccess: "멤버십 혜택을 즐기시기를 바라며, 질문이나 문의 사항이 있으면 저희에게 연락주십시오.",
|
|
5039
5114
|
clickToLearn: {
|
|
@@ -5059,12 +5134,12 @@ var errors$9 = {
|
|
|
5059
5134
|
"": ""
|
|
5060
5135
|
};
|
|
5061
5136
|
var success_ko = {
|
|
5062
|
-
labels: labels$
|
|
5063
|
-
messages: messages$
|
|
5137
|
+
labels: labels$t,
|
|
5138
|
+
messages: messages$x,
|
|
5064
5139
|
errors: errors$9
|
|
5065
5140
|
};
|
|
5066
5141
|
|
|
5067
|
-
var messages$
|
|
5142
|
+
var messages$w = {
|
|
5068
5143
|
freeVisits: "남은 무료 방문 기간:",
|
|
5069
5144
|
subscribeNow: "멤버십 가입",
|
|
5070
5145
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
@@ -5074,16 +5149,16 @@ var errors$8 = {
|
|
|
5074
5149
|
"": ""
|
|
5075
5150
|
};
|
|
5076
5151
|
var meter_ko = {
|
|
5077
|
-
messages: messages$
|
|
5152
|
+
messages: messages$w,
|
|
5078
5153
|
errors: errors$8
|
|
5079
5154
|
};
|
|
5080
5155
|
|
|
5081
|
-
var messages$
|
|
5156
|
+
var messages$v = {
|
|
5082
5157
|
youAreSafe: "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ",
|
|
5083
5158
|
bankRedirection: "잠시만 기다려 주십시오. 결제 은행으로 연결 중입니다.",
|
|
5084
5159
|
bankAuthenticationSuccess: "요청을 처리하는 동안 기다려 주십시오."
|
|
5085
5160
|
};
|
|
5086
|
-
var labels$
|
|
5161
|
+
var labels$s = {
|
|
5087
5162
|
card: "카드 번호 입력",
|
|
5088
5163
|
date: "만료일",
|
|
5089
5164
|
CVC: "CVC",
|
|
@@ -5105,8 +5180,8 @@ var labels$t = {
|
|
|
5105
5180
|
phone: "핸드폰"
|
|
5106
5181
|
};
|
|
5107
5182
|
var checkoutForm_ko = {
|
|
5108
|
-
messages: messages$
|
|
5109
|
-
labels: labels$
|
|
5183
|
+
messages: messages$v,
|
|
5184
|
+
labels: labels$s
|
|
5110
5185
|
};
|
|
5111
5186
|
|
|
5112
5187
|
var youAreSafe$1 = "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ";
|
|
@@ -5116,6 +5191,7 @@ var successfully$1 = "님께 성공적으로 전송되었습니다.";
|
|
|
5116
5191
|
var entitlement$1 = "이 페이지의 일부 콘텐츠는 하나 이상의 요금제 가입 시 이용이 가능합니다. 전체 페이지에 액세스하려면 지금 <1>멤버십에 가입</1>하세요.";
|
|
5117
5192
|
var recaptcha$1 = "이 사이트는 reCAPTCHA로 보호되며, Google <1>개인정보 보호정책</1> 및 <3>서비스 약관</3>이 적용됩니다.";
|
|
5118
5193
|
var invalidInvoice$1 = "유효하지 않은 인보이스 ID입니다. 지원팀에 문의하십시오.";
|
|
5194
|
+
var invalidSubscription = "잘못된 구독 ID입니다. 지원팀에 문의하세요.";
|
|
5119
5195
|
var zeroTotalInvoice$1 = "0$인 인보이스는 열람할 수 없습니다.";
|
|
5120
5196
|
var messages_ko = {
|
|
5121
5197
|
youAreSafe: youAreSafe$1,
|
|
@@ -5125,10 +5201,11 @@ var messages_ko = {
|
|
|
5125
5201
|
entitlement: entitlement$1,
|
|
5126
5202
|
recaptcha: recaptcha$1,
|
|
5127
5203
|
invalidInvoice: invalidInvoice$1,
|
|
5204
|
+
invalidSubscription: invalidSubscription,
|
|
5128
5205
|
zeroTotalInvoice: zeroTotalInvoice$1
|
|
5129
5206
|
};
|
|
5130
5207
|
|
|
5131
|
-
var labels$
|
|
5208
|
+
var labels$r = {
|
|
5132
5209
|
email: "이메일 입력",
|
|
5133
5210
|
username: "사용자 이름 입력",
|
|
5134
5211
|
password: "비밀번호 입력",
|
|
@@ -5137,7 +5214,7 @@ var labels$s = {
|
|
|
5137
5214
|
passwordPlaceholder: "비밀번호",
|
|
5138
5215
|
login: "로그인"
|
|
5139
5216
|
};
|
|
5140
|
-
var messages$
|
|
5217
|
+
var messages$u = {
|
|
5141
5218
|
loginTo: "귀하의 계정에 로그인",
|
|
5142
5219
|
welcome: "반갑습니다. 귀하의 기존 계정으로 로그인하세요.",
|
|
5143
5220
|
dontHaveAccount: "아직 계정이 없으신가요?",
|
|
@@ -5156,28 +5233,28 @@ var errors$7 = {
|
|
|
5156
5233
|
"": ""
|
|
5157
5234
|
};
|
|
5158
5235
|
var login_ko = {
|
|
5159
|
-
labels: labels$
|
|
5160
|
-
messages: messages$
|
|
5236
|
+
labels: labels$r,
|
|
5237
|
+
messages: messages$u,
|
|
5161
5238
|
errors: errors$7
|
|
5162
5239
|
};
|
|
5163
5240
|
|
|
5164
|
-
var labels$
|
|
5241
|
+
var labels$q = {
|
|
5165
5242
|
title: "비밀번호 없는 링크 확인",
|
|
5166
5243
|
instructions: "가는 중입니다!\n이메일 주소를 확인하겠습니다.\n이메일로 전송된 확인 링크를 클릭하세요.",
|
|
5167
5244
|
resend: "이메일 재전송"
|
|
5168
5245
|
};
|
|
5169
|
-
var messages$
|
|
5246
|
+
var messages$t = {
|
|
5170
5247
|
resent: "성공적으로 재전송",
|
|
5171
5248
|
success: "성공적으로 로그인했습니다"
|
|
5172
5249
|
};
|
|
5173
5250
|
var verifyLinkToken_ko = {
|
|
5174
|
-
labels: labels$
|
|
5175
|
-
messages: messages$
|
|
5251
|
+
labels: labels$q,
|
|
5252
|
+
messages: messages$t
|
|
5176
5253
|
};
|
|
5177
5254
|
|
|
5178
5255
|
var title$g = "계정 만들기";
|
|
5179
5256
|
var subtitle$6 = "아래에 이메일과 비밀번호를 입력하세요.";
|
|
5180
|
-
var labels$
|
|
5257
|
+
var labels$p = {
|
|
5181
5258
|
signUpFacebook: "Facebook으로 가입하기",
|
|
5182
5259
|
signUpGoogle: "Google로 가입하기",
|
|
5183
5260
|
signUpEmail: "이메일로 가입하기",
|
|
@@ -5190,7 +5267,7 @@ var labels$q = {
|
|
|
5190
5267
|
lastName: "성",
|
|
5191
5268
|
phone: "핸드폰"
|
|
5192
5269
|
};
|
|
5193
|
-
var messages$
|
|
5270
|
+
var messages$s = {
|
|
5194
5271
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5195
5272
|
createAccount: "계정 만들기",
|
|
5196
5273
|
loginHere: "여기에서 로그인하세요.",
|
|
@@ -5264,14 +5341,14 @@ var redeem$1 = {
|
|
|
5264
5341
|
var register_ko = {
|
|
5265
5342
|
title: title$g,
|
|
5266
5343
|
subtitle: subtitle$6,
|
|
5267
|
-
labels: labels$
|
|
5268
|
-
messages: messages$
|
|
5344
|
+
labels: labels$p,
|
|
5345
|
+
messages: messages$s,
|
|
5269
5346
|
errors: errors$6,
|
|
5270
5347
|
gift: gift$1,
|
|
5271
5348
|
redeem: redeem$1
|
|
5272
5349
|
};
|
|
5273
5350
|
|
|
5274
|
-
var labels$
|
|
5351
|
+
var labels$o = {
|
|
5275
5352
|
title: "프로파일을 업데이트하시겠습니까?",
|
|
5276
5353
|
subtitle: "프로필을 업데이트하려면 아래 정보를 입력하세요.",
|
|
5277
5354
|
email: "이메일",
|
|
@@ -5288,20 +5365,20 @@ var labels$p = {
|
|
|
5288
5365
|
zoom: "확대",
|
|
5289
5366
|
tin: "세금 식별 번호"
|
|
5290
5367
|
};
|
|
5291
|
-
var messages$
|
|
5368
|
+
var messages$r = {
|
|
5292
5369
|
userUpdated: "감사합니다! 프로필이 성공적으로 업데이트되었습니다.",
|
|
5293
5370
|
pictureRemoved: "귀하의 프로필 사진이 제거되었습니다.",
|
|
5294
5371
|
pictureUpdated: "귀하의 프로필 사진이 업데이트되었습니다."
|
|
5295
5372
|
};
|
|
5296
5373
|
var userEdit_ko = {
|
|
5297
|
-
labels: labels$
|
|
5298
|
-
messages: messages$
|
|
5374
|
+
labels: labels$o,
|
|
5375
|
+
messages: messages$r
|
|
5299
5376
|
};
|
|
5300
5377
|
|
|
5301
5378
|
var title$f = "배송 주소를 입력하십시오.";
|
|
5302
5379
|
var selectAddressTitle$1 = "주소를 선택하십시오.";
|
|
5303
5380
|
var selectAddressSubtitle$1 = "저장된 주소에서 선택하거나 새 주소를 추가하십시오.";
|
|
5304
|
-
var labels$
|
|
5381
|
+
var labels$n = {
|
|
5305
5382
|
address: "주소",
|
|
5306
5383
|
code: "우편번호",
|
|
5307
5384
|
city: "도시",
|
|
@@ -5317,7 +5394,7 @@ var buttons$8 = {
|
|
|
5317
5394
|
selectAddress: "주소 선택",
|
|
5318
5395
|
addAddress: "새 주소 추가"
|
|
5319
5396
|
};
|
|
5320
|
-
var messages$
|
|
5397
|
+
var messages$q = {
|
|
5321
5398
|
addressUpdated: "주소가 성공적으로 업데이트되었습니다!",
|
|
5322
5399
|
subRedeemed: "귀하의 유료 멤버십이 사용되었습니다."
|
|
5323
5400
|
};
|
|
@@ -5325,9 +5402,9 @@ var address_ko = {
|
|
|
5325
5402
|
title: title$f,
|
|
5326
5403
|
selectAddressTitle: selectAddressTitle$1,
|
|
5327
5404
|
selectAddressSubtitle: selectAddressSubtitle$1,
|
|
5328
|
-
labels: labels$
|
|
5405
|
+
labels: labels$n,
|
|
5329
5406
|
buttons: buttons$8,
|
|
5330
|
-
messages: messages$
|
|
5407
|
+
messages: messages$q
|
|
5331
5408
|
};
|
|
5332
5409
|
|
|
5333
5410
|
var title$e = "비밀번호 재설정";
|
|
@@ -5355,7 +5432,7 @@ var password$2 = "비밀번호";
|
|
|
5355
5432
|
var submit$6 = "제출";
|
|
5356
5433
|
var required$6 = "필수 항목";
|
|
5357
5434
|
var passwordResetEmailSent$1 = "비밀번호 재설정 안내가 귀하의 이메일로 발송되었습니다.";
|
|
5358
|
-
var messages$
|
|
5435
|
+
var messages$p = {
|
|
5359
5436
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5360
5437
|
loginHere: "여기에서 로그인하세요."
|
|
5361
5438
|
};
|
|
@@ -5366,7 +5443,7 @@ var passwordForgot_ko = {
|
|
|
5366
5443
|
submit: submit$6,
|
|
5367
5444
|
required: required$6,
|
|
5368
5445
|
passwordResetEmailSent: passwordResetEmailSent$1,
|
|
5369
|
-
messages: messages$
|
|
5446
|
+
messages: messages$p
|
|
5370
5447
|
};
|
|
5371
5448
|
|
|
5372
5449
|
var title$c = "비밀번호를 변경합니다.";
|
|
@@ -5394,7 +5471,7 @@ var title$b = "비밀번호 없는 로그인";
|
|
|
5394
5471
|
var email$3 = "이메일 입력";
|
|
5395
5472
|
var submit$4 = "제출";
|
|
5396
5473
|
var required$4 = "필수 항목";
|
|
5397
|
-
var messages$
|
|
5474
|
+
var messages$o = {
|
|
5398
5475
|
PasswordlessLoginSuccess: "비밀번호 없는 로그인으로 성공적으로 인증되었습니다."
|
|
5399
5476
|
};
|
|
5400
5477
|
var passwordlessRequest_ko = {
|
|
@@ -5402,7 +5479,7 @@ var passwordlessRequest_ko = {
|
|
|
5402
5479
|
email: email$3,
|
|
5403
5480
|
submit: submit$4,
|
|
5404
5481
|
required: required$4,
|
|
5405
|
-
messages: messages$
|
|
5482
|
+
messages: messages$o
|
|
5406
5483
|
};
|
|
5407
5484
|
|
|
5408
5485
|
var title$a = "귀하의 장바구니";
|
|
@@ -5436,7 +5513,7 @@ var buttons$7 = {
|
|
|
5436
5513
|
purchase: "구매",
|
|
5437
5514
|
"continue": "계속"
|
|
5438
5515
|
};
|
|
5439
|
-
var messages$
|
|
5516
|
+
var messages$n = {
|
|
5440
5517
|
orderConfirmed: {
|
|
5441
5518
|
title: "주문이 확인되었습니다!",
|
|
5442
5519
|
body: "귀하의 주문이 확인되었으며 며칠 안에 배송될 예정입니다. 이 주문의 확인 이메일이 귀하에게 전송됩니다."
|
|
@@ -5445,17 +5522,17 @@ var messages$o = {
|
|
|
5445
5522
|
multipleCurrencies: "장바구니에 다른 통화로만 결제가 가능한 아이템이 있습니다. 결제를 계속 진행하려면 모든 아이템의 결제 통화가 동일한지 확인하십시오.",
|
|
5446
5523
|
currencyMismatch: "선택하신 아이템(들)이 귀하가 설정한 기본 통화({{currency}})와 일치하지 않습니다. 기본 통화와 일치하는 아이템(들)만 선택하십시오."
|
|
5447
5524
|
};
|
|
5448
|
-
var labels$
|
|
5525
|
+
var labels$m = {
|
|
5449
5526
|
summary: "주문 요약",
|
|
5450
5527
|
total: "총계"
|
|
5451
5528
|
};
|
|
5452
5529
|
var shop_ko = {
|
|
5453
5530
|
buttons: buttons$7,
|
|
5454
|
-
messages: messages$
|
|
5455
|
-
labels: labels$
|
|
5531
|
+
messages: messages$n,
|
|
5532
|
+
labels: labels$m
|
|
5456
5533
|
};
|
|
5457
5534
|
|
|
5458
|
-
var labels$
|
|
5535
|
+
var labels$l = {
|
|
5459
5536
|
cardNumber: "카드 번호",
|
|
5460
5537
|
securityCode: "보안 코드",
|
|
5461
5538
|
submit: "제출",
|
|
@@ -5477,7 +5554,7 @@ var labels$m = {
|
|
|
5477
5554
|
title: "결제 정보"
|
|
5478
5555
|
}
|
|
5479
5556
|
};
|
|
5480
|
-
var messages$
|
|
5557
|
+
var messages$m = {
|
|
5481
5558
|
youAreSafe: "PCI 준수 128비트 SSL 인증서로 보호됩니다. 제공: ",
|
|
5482
5559
|
cancel: "유료 멤버십은 언제든 온라인으로 취소가 가능합니다.",
|
|
5483
5560
|
giftSent: "유료 멤버십 선물이 ",
|
|
@@ -5491,12 +5568,12 @@ var errors$5 = {
|
|
|
5491
5568
|
"": ""
|
|
5492
5569
|
};
|
|
5493
5570
|
var payment_ko = {
|
|
5494
|
-
labels: labels$
|
|
5495
|
-
messages: messages$
|
|
5571
|
+
labels: labels$l,
|
|
5572
|
+
messages: messages$m,
|
|
5496
5573
|
errors: errors$5
|
|
5497
5574
|
};
|
|
5498
5575
|
|
|
5499
|
-
var labels$
|
|
5576
|
+
var labels$k = {
|
|
5500
5577
|
menu: "Pelcro 메뉴",
|
|
5501
5578
|
name: "이름",
|
|
5502
5579
|
email: "이메일",
|
|
@@ -5511,6 +5588,7 @@ var labels$l = {
|
|
|
5511
5588
|
scheduled: "예약",
|
|
5512
5589
|
incomplete: "불완전한"
|
|
5513
5590
|
},
|
|
5591
|
+
manageMembers: "회원 관리",
|
|
5514
5592
|
shipments: "남은 배송 일정",
|
|
5515
5593
|
logout: "로그아웃",
|
|
5516
5594
|
dashboard: "대시보드",
|
|
@@ -5642,7 +5720,7 @@ var savedItems = {
|
|
|
5642
5720
|
var subCancellation = {
|
|
5643
5721
|
goBack: "뒤로 가기"
|
|
5644
5722
|
};
|
|
5645
|
-
var messages$
|
|
5723
|
+
var messages$l = {
|
|
5646
5724
|
noCard: "등록된 카드가 없습니다.",
|
|
5647
5725
|
subCancellation: {
|
|
5648
5726
|
isSureToCancel: "정말로 유료 멤버십을 취소하시겠습니까?",
|
|
@@ -5658,7 +5736,7 @@ var messages$m = {
|
|
|
5658
5736
|
}
|
|
5659
5737
|
};
|
|
5660
5738
|
var dashboard_ko = {
|
|
5661
|
-
labels: labels$
|
|
5739
|
+
labels: labels$k,
|
|
5662
5740
|
shipments: shipments,
|
|
5663
5741
|
logout: logout,
|
|
5664
5742
|
dashboard: dashboard$1,
|
|
@@ -5707,15 +5785,15 @@ var dashboard_ko = {
|
|
|
5707
5785
|
orders: orders,
|
|
5708
5786
|
savedItems: savedItems,
|
|
5709
5787
|
subCancellation: subCancellation,
|
|
5710
|
-
messages: messages$
|
|
5788
|
+
messages: messages$l
|
|
5711
5789
|
};
|
|
5712
5790
|
|
|
5713
|
-
var messages$
|
|
5791
|
+
var messages$k = {
|
|
5714
5792
|
alreadyHaveAccount: "이미 계정이 있습니까?",
|
|
5715
5793
|
loginHere: "여기에서 로그인하세요.",
|
|
5716
5794
|
checkbox: "이 유료 멤버십을 선물하려면 체크하세요."
|
|
5717
5795
|
};
|
|
5718
|
-
var labels$
|
|
5796
|
+
var labels$j = {
|
|
5719
5797
|
plan: {
|
|
5720
5798
|
title: "요금제 가입하기",
|
|
5721
5799
|
subtitle: "아래 요금제 중 하나를 선택하고 다음을 클릭하세요."
|
|
@@ -5738,8 +5816,8 @@ var buttons$6 = {
|
|
|
5738
5816
|
back: "뒤로"
|
|
5739
5817
|
};
|
|
5740
5818
|
var select_ko = {
|
|
5741
|
-
messages: messages$
|
|
5742
|
-
labels: labels$
|
|
5819
|
+
messages: messages$k,
|
|
5820
|
+
labels: labels$j,
|
|
5743
5821
|
buttons: buttons$6
|
|
5744
5822
|
};
|
|
5745
5823
|
|
|
@@ -5753,22 +5831,22 @@ var notification_ko = {
|
|
|
5753
5831
|
confirm: confirm$3
|
|
5754
5832
|
};
|
|
5755
5833
|
|
|
5756
|
-
var labels$
|
|
5834
|
+
var labels$i = {
|
|
5757
5835
|
title: "이메일 주소를 인증하세요.",
|
|
5758
5836
|
instructions: "거의 완료되었습니다!\n이메일 주소만 인증하면 됩니다.\n다음 이메일 주소로 전송된 인증 링크를 클릭해 주십시오:",
|
|
5759
5837
|
resend: "이메일 재전송"
|
|
5760
5838
|
};
|
|
5761
|
-
var messages$
|
|
5839
|
+
var messages$j = {
|
|
5762
5840
|
resent: "재전송 완료",
|
|
5763
5841
|
success: "이메일 주소가 인증되었습니다!"
|
|
5764
5842
|
};
|
|
5765
5843
|
var verifyEmail_ko = {
|
|
5766
|
-
labels: labels$
|
|
5767
|
-
messages: messages$
|
|
5844
|
+
labels: labels$i,
|
|
5845
|
+
messages: messages$j
|
|
5768
5846
|
};
|
|
5769
5847
|
|
|
5770
5848
|
var title$9 = "인보이스 세부 정보";
|
|
5771
|
-
var labels$
|
|
5849
|
+
var labels$h = {
|
|
5772
5850
|
summary: "요약",
|
|
5773
5851
|
total: "총계",
|
|
5774
5852
|
amountPaid: "지불된 금액",
|
|
@@ -5781,32 +5859,8 @@ var buttons$5 = {
|
|
|
5781
5859
|
};
|
|
5782
5860
|
var invoiceDetails_ko = {
|
|
5783
5861
|
title: title$9,
|
|
5784
|
-
labels: labels$i,
|
|
5785
|
-
buttons: buttons$5
|
|
5786
|
-
};
|
|
5787
|
-
|
|
5788
|
-
var labels$h = {
|
|
5789
|
-
title: "구독 취소",
|
|
5790
|
-
cancelReason: "취소 사유",
|
|
5791
|
-
subCancellation: {
|
|
5792
|
-
goBack: "돌아가기"
|
|
5793
|
-
}
|
|
5794
|
-
};
|
|
5795
|
-
var messages$j = {
|
|
5796
|
-
subscriptionEnd: "이 구독은 다음 날짜에 만료되도록 설정되었습니다.",
|
|
5797
|
-
cancelNow: "지금 구독 취소",
|
|
5798
|
-
cancelLater: "기간 종료 시 취소",
|
|
5799
|
-
subCancellation: {
|
|
5800
|
-
isSureToCancelNow: "구독을 즉시 취소하시겠습니까?",
|
|
5801
|
-
isSureToCancel: "구독을 취소하시겠습니까?",
|
|
5802
|
-
loading: "구독 취소",
|
|
5803
|
-
success: "구독이 성공적으로 취소되었습니다.",
|
|
5804
|
-
error: "구독 취소 중 오류 발생"
|
|
5805
|
-
}
|
|
5806
|
-
};
|
|
5807
|
-
var subscriptionCancel_ko = {
|
|
5808
5862
|
labels: labels$h,
|
|
5809
|
-
|
|
5863
|
+
buttons: buttons$5
|
|
5810
5864
|
};
|
|
5811
5865
|
|
|
5812
5866
|
var labels$g = {
|
|
@@ -8063,7 +8117,7 @@ class PelcroActions {
|
|
|
8063
8117
|
view,
|
|
8064
8118
|
cartItems,
|
|
8065
8119
|
...otherStateFields
|
|
8066
|
-
} = initialState$
|
|
8120
|
+
} = initialState$n;
|
|
8067
8121
|
this.set(otherStateFields);
|
|
8068
8122
|
});
|
|
8069
8123
|
|
|
@@ -8215,6 +8269,26 @@ class PelcroActions {
|
|
|
8215
8269
|
});
|
|
8216
8270
|
});
|
|
8217
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
|
+
|
|
8218
8292
|
_defineProperty$3(this, "setInvoice", id => {
|
|
8219
8293
|
var _window$Pelcro$invoic;
|
|
8220
8294
|
|
|
@@ -8449,7 +8523,7 @@ class PelcroCallbacks {
|
|
|
8449
8523
|
|
|
8450
8524
|
}
|
|
8451
8525
|
|
|
8452
|
-
const initialState$
|
|
8526
|
+
const initialState$n = {
|
|
8453
8527
|
// View
|
|
8454
8528
|
view: null,
|
|
8455
8529
|
// Plans
|
|
@@ -8460,6 +8534,7 @@ const initialState$m = {
|
|
|
8460
8534
|
giftRecipient: null,
|
|
8461
8535
|
giftCode: "",
|
|
8462
8536
|
subscriptionIdToRenew: null,
|
|
8537
|
+
subscriptionToManageMembers: null,
|
|
8463
8538
|
// E-commerce
|
|
8464
8539
|
cartItems: [],
|
|
8465
8540
|
order: null,
|
|
@@ -8483,7 +8558,7 @@ const createPelcroStore = () => createStore(middleware_3((set, get) => {
|
|
|
8483
8558
|
return {
|
|
8484
8559
|
// Store setter
|
|
8485
8560
|
set,
|
|
8486
|
-
...initialState$
|
|
8561
|
+
...initialState$n,
|
|
8487
8562
|
// State actions
|
|
8488
8563
|
...actions,
|
|
8489
8564
|
// Callbacks
|
|
@@ -8647,7 +8722,7 @@ const calcAndFormatItemsTotal = (items, currency) => {
|
|
|
8647
8722
|
*/
|
|
8648
8723
|
|
|
8649
8724
|
const isValidViewFromURL = viewID => {
|
|
8650
|
-
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()) {
|
|
8651
8726
|
return true;
|
|
8652
8727
|
}
|
|
8653
8728
|
|
|
@@ -8878,7 +8953,8 @@ const resources = {
|
|
|
8878
8953
|
notification: notification_en,
|
|
8879
8954
|
invoiceDetails: invoiceDetails_en,
|
|
8880
8955
|
subscriptionCancel: subscriptionCancel_en,
|
|
8881
|
-
subscriptionSuspend: subscriptionSuspend_en
|
|
8956
|
+
subscriptionSuspend: subscriptionSuspend_en,
|
|
8957
|
+
subscriptionManageMembers: subscriptionManageMembers_en
|
|
8882
8958
|
},
|
|
8883
8959
|
fr: {
|
|
8884
8960
|
common: common_fr,
|
|
@@ -8906,7 +8982,8 @@ const resources = {
|
|
|
8906
8982
|
notification: notification_fr,
|
|
8907
8983
|
invoiceDetails: invoiceDetails_fr,
|
|
8908
8984
|
subscriptionCancel: subscriptionCancel_fr,
|
|
8909
|
-
subscriptionSuspend: subscriptionSuspend_fr
|
|
8985
|
+
subscriptionSuspend: subscriptionSuspend_fr,
|
|
8986
|
+
subscriptionManageMembers: subscriptionManageMembers_fr
|
|
8910
8987
|
},
|
|
8911
8988
|
ko: {
|
|
8912
8989
|
common: common_ko,
|
|
@@ -8934,7 +9011,8 @@ const resources = {
|
|
|
8934
9011
|
notification: notification_ko,
|
|
8935
9012
|
invoiceDetails: invoiceDetails_ko,
|
|
8936
9013
|
subscriptionCancel: subscriptionCancel_ko,
|
|
8937
|
-
subscriptionSuspend: subscriptionSuspend_ko
|
|
9014
|
+
subscriptionSuspend: subscriptionSuspend_ko,
|
|
9015
|
+
subscriptionManageMembers: subscriptionManageMembers_ko
|
|
8938
9016
|
},
|
|
8939
9017
|
es: {
|
|
8940
9018
|
common: common_es,
|
|
@@ -10255,7 +10333,8 @@ const init$1 = () => {
|
|
|
10255
10333
|
switchToPaymentView,
|
|
10256
10334
|
whenEcommerceLoaded,
|
|
10257
10335
|
addToCart,
|
|
10258
|
-
purchaseItem
|
|
10336
|
+
purchaseItem,
|
|
10337
|
+
setSubscriptionToManageMembers
|
|
10259
10338
|
} = usePelcro.getStore();
|
|
10260
10339
|
const pelcroLoginButtonsByClass = document.getElementsByClassName("pelcro-login-button");
|
|
10261
10340
|
|
|
@@ -10285,6 +10364,33 @@ const init$1 = () => {
|
|
|
10285
10364
|
}
|
|
10286
10365
|
}
|
|
10287
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
|
+
|
|
10288
10394
|
const pelcroUpdateNewslettersButtons = document.getElementsByClassName("pelcro-update-newsletters-button");
|
|
10289
10395
|
|
|
10290
10396
|
if (pelcroUpdateNewslettersButtons.length !== 0) {
|
|
@@ -11159,6 +11265,10 @@ const initViewFromURL = () => {
|
|
|
11159
11265
|
return showInvoiceDetailsFromUrl();
|
|
11160
11266
|
}
|
|
11161
11267
|
|
|
11268
|
+
if (view === "manage-members") {
|
|
11269
|
+
return showSubscriptionManageMembersFromUrl();
|
|
11270
|
+
}
|
|
11271
|
+
|
|
11162
11272
|
switchView(view);
|
|
11163
11273
|
});
|
|
11164
11274
|
}
|
|
@@ -11430,6 +11540,35 @@ const showInvoiceDetailsFromUrl = () => {
|
|
|
11430
11540
|
});
|
|
11431
11541
|
};
|
|
11432
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
|
+
|
|
11433
11572
|
const defaultOptions = {
|
|
11434
11573
|
loadPaymentSDKs: true,
|
|
11435
11574
|
loadAuth0SDK: true,
|
|
@@ -11778,8 +11917,16 @@ const LINK_TOKEN_VERIFY = "LINK_TOKEN_VERIFY";
|
|
|
11778
11917
|
const SET_CANCEL_SUBSCRIPTION_REASON = "SET_CANCEL_SUBSCRIPTION_REASON";
|
|
11779
11918
|
const HANDLE_CHECKBOX_CHANGE = "HANDLE_CHECKBOX_CHANGE";
|
|
11780
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";
|
|
11781
11928
|
|
|
11782
|
-
const initialState$
|
|
11929
|
+
const initialState$m = {
|
|
11783
11930
|
email: "",
|
|
11784
11931
|
username: "",
|
|
11785
11932
|
password: "",
|
|
@@ -11792,10 +11939,10 @@ const initialState$l = {
|
|
|
11792
11939
|
content: ""
|
|
11793
11940
|
}
|
|
11794
11941
|
};
|
|
11795
|
-
const store$
|
|
11942
|
+
const store$m = /*#__PURE__*/createContext(initialState$m);
|
|
11796
11943
|
const {
|
|
11797
|
-
Provider: Provider$
|
|
11798
|
-
} = store$
|
|
11944
|
+
Provider: Provider$m
|
|
11945
|
+
} = store$m;
|
|
11799
11946
|
|
|
11800
11947
|
const LoginContainer = ({
|
|
11801
11948
|
style,
|
|
@@ -11919,7 +12066,7 @@ const LoginContainer = ({
|
|
|
11919
12066
|
});
|
|
11920
12067
|
|
|
11921
12068
|
case RESET_LOGIN_FORM:
|
|
11922
|
-
return initialState$
|
|
12069
|
+
return initialState$m;
|
|
11923
12070
|
|
|
11924
12071
|
case DISABLE_LOGIN_BUTTON:
|
|
11925
12072
|
return lib_7({ ...state,
|
|
@@ -11937,12 +12084,12 @@ const LoginContainer = ({
|
|
|
11937
12084
|
default:
|
|
11938
12085
|
return state;
|
|
11939
12086
|
}
|
|
11940
|
-
}, initialState$
|
|
12087
|
+
}, initialState$m);
|
|
11941
12088
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
11942
12089
|
style: { ...style
|
|
11943
12090
|
},
|
|
11944
12091
|
className: `pelcro-container pelcro-login-container ${className}`
|
|
11945
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
12092
|
+
}, /*#__PURE__*/React__default.createElement(Provider$m, {
|
|
11946
12093
|
value: {
|
|
11947
12094
|
state,
|
|
11948
12095
|
dispatch
|
|
@@ -11950,12 +12097,12 @@ const LoginContainer = ({
|
|
|
11950
12097
|
}, children.length ? children.map((child, i) => {
|
|
11951
12098
|
if (child) {
|
|
11952
12099
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
11953
|
-
store: store$
|
|
12100
|
+
store: store$m,
|
|
11954
12101
|
key: i
|
|
11955
12102
|
});
|
|
11956
12103
|
}
|
|
11957
12104
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
11958
|
-
store: store$
|
|
12105
|
+
store: store$m
|
|
11959
12106
|
})));
|
|
11960
12107
|
};
|
|
11961
12108
|
|
|
@@ -12261,7 +12408,7 @@ const LoginButton = ({
|
|
|
12261
12408
|
buttonDisabled
|
|
12262
12409
|
},
|
|
12263
12410
|
dispatch
|
|
12264
|
-
} = useContext(store$
|
|
12411
|
+
} = useContext(store$m);
|
|
12265
12412
|
const {
|
|
12266
12413
|
t
|
|
12267
12414
|
} = useTranslation("login");
|
|
@@ -12319,15 +12466,15 @@ const LoginRequestLoginToken = ({
|
|
|
12319
12466
|
};
|
|
12320
12467
|
|
|
12321
12468
|
const LoginEmail = props => /*#__PURE__*/React__default.createElement(Email, Object.assign({
|
|
12322
|
-
store: store$
|
|
12469
|
+
store: store$m
|
|
12323
12470
|
}, props));
|
|
12324
12471
|
|
|
12325
12472
|
const LoginUsername = props => /*#__PURE__*/React__default.createElement(UserNameInput, Object.assign({
|
|
12326
|
-
store: store$
|
|
12473
|
+
store: store$m
|
|
12327
12474
|
}, props));
|
|
12328
12475
|
|
|
12329
12476
|
const LoginPassword = props => /*#__PURE__*/React__default.createElement(Password, Object.assign({
|
|
12330
|
-
store: store$
|
|
12477
|
+
store: store$m
|
|
12331
12478
|
}, props));
|
|
12332
12479
|
|
|
12333
12480
|
var _path$s;
|
|
@@ -12404,7 +12551,7 @@ var facebookLoginRenderProps = createCommonjsModule(function (module, exports) {
|
|
|
12404
12551
|
var FacebookLogin = unwrapExports(facebookLoginRenderProps);
|
|
12405
12552
|
facebookLoginRenderProps.FacebookLogin;
|
|
12406
12553
|
|
|
12407
|
-
const initialState$
|
|
12554
|
+
const initialState$l = {
|
|
12408
12555
|
email: "",
|
|
12409
12556
|
password: "",
|
|
12410
12557
|
firstName: "",
|
|
@@ -12425,10 +12572,10 @@ const initialState$k = {
|
|
|
12425
12572
|
content: ""
|
|
12426
12573
|
}
|
|
12427
12574
|
};
|
|
12428
|
-
const store$
|
|
12575
|
+
const store$l = /*#__PURE__*/createContext(initialState$l);
|
|
12429
12576
|
const {
|
|
12430
|
-
Provider: Provider$
|
|
12431
|
-
} = store$
|
|
12577
|
+
Provider: Provider$l
|
|
12578
|
+
} = store$l;
|
|
12432
12579
|
|
|
12433
12580
|
const RegisterContainer = ({
|
|
12434
12581
|
style,
|
|
@@ -12647,7 +12794,7 @@ const RegisterContainer = ({
|
|
|
12647
12794
|
});
|
|
12648
12795
|
|
|
12649
12796
|
case RESET_LOGIN_FORM:
|
|
12650
|
-
return initialState$
|
|
12797
|
+
return initialState$l;
|
|
12651
12798
|
|
|
12652
12799
|
case DISABLE_REGISTRATION_BUTTON:
|
|
12653
12800
|
return lib_7({ ...state,
|
|
@@ -12665,12 +12812,12 @@ const RegisterContainer = ({
|
|
|
12665
12812
|
default:
|
|
12666
12813
|
return state;
|
|
12667
12814
|
}
|
|
12668
|
-
}, initialState$
|
|
12815
|
+
}, initialState$l);
|
|
12669
12816
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
12670
12817
|
style: { ...style
|
|
12671
12818
|
},
|
|
12672
12819
|
className: `pelcro-container pelcro-register-container ${className}`
|
|
12673
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
12820
|
+
}, /*#__PURE__*/React__default.createElement(Provider$l, {
|
|
12674
12821
|
value: {
|
|
12675
12822
|
state,
|
|
12676
12823
|
dispatch
|
|
@@ -12678,12 +12825,12 @@ const RegisterContainer = ({
|
|
|
12678
12825
|
}, children.length ? children.map((child, i) => {
|
|
12679
12826
|
if (child) {
|
|
12680
12827
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
12681
|
-
store: store$
|
|
12828
|
+
store: store$l,
|
|
12682
12829
|
key: i
|
|
12683
12830
|
});
|
|
12684
12831
|
}
|
|
12685
12832
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
12686
|
-
store: store$
|
|
12833
|
+
store: store$l
|
|
12687
12834
|
})));
|
|
12688
12835
|
};
|
|
12689
12836
|
/**
|
|
@@ -12723,10 +12870,10 @@ const FacebookLoginButton = ({
|
|
|
12723
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;
|
|
12724
12871
|
const {
|
|
12725
12872
|
dispatch: loginDispatch
|
|
12726
|
-
} = useContext(store$
|
|
12873
|
+
} = useContext(store$m);
|
|
12727
12874
|
const {
|
|
12728
12875
|
dispatch: registerDispatch
|
|
12729
|
-
} = useContext(store$
|
|
12876
|
+
} = useContext(store$l);
|
|
12730
12877
|
|
|
12731
12878
|
const onSuccess = facebookUser => {
|
|
12732
12879
|
loginDispatch === null || loginDispatch === void 0 ? void 0 : loginDispatch({
|
|
@@ -12891,10 +13038,10 @@ const GoogleLoginButton = ({
|
|
|
12891
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;
|
|
12892
13039
|
const {
|
|
12893
13040
|
dispatch: loginDispatch
|
|
12894
|
-
} = useContext(store$
|
|
13041
|
+
} = useContext(store$m);
|
|
12895
13042
|
const {
|
|
12896
13043
|
dispatch: registerDispatch
|
|
12897
|
-
} = useContext(store$
|
|
13044
|
+
} = useContext(store$l);
|
|
12898
13045
|
useEffect(() => {
|
|
12899
13046
|
gapi.load("client:auth2", () => {
|
|
12900
13047
|
gapi.auth2.init({
|
|
@@ -12997,10 +13144,10 @@ const Auth0LoginButton = ({
|
|
|
12997
13144
|
}, [auth0Enabled, auth0Loaded]);
|
|
12998
13145
|
const {
|
|
12999
13146
|
dispatch: loginDispatch
|
|
13000
|
-
} = useContext(store$
|
|
13147
|
+
} = useContext(store$m);
|
|
13001
13148
|
const {
|
|
13002
13149
|
dispatch: registerDispatch
|
|
13003
|
-
} = useContext(store$
|
|
13150
|
+
} = useContext(store$l);
|
|
13004
13151
|
|
|
13005
13152
|
function handleClick() {
|
|
13006
13153
|
var _auth0InstanceRef$cur, _auth0InstanceRef$cur2, _auth0InstanceRef$cur3;
|
|
@@ -13323,11 +13470,11 @@ function LoginModal({
|
|
|
13323
13470
|
LoginModal.viewId = "login";
|
|
13324
13471
|
|
|
13325
13472
|
const RegisterEmail = props => /*#__PURE__*/React__default.createElement(Email, Object.assign({
|
|
13326
|
-
store: store$
|
|
13473
|
+
store: store$l
|
|
13327
13474
|
}, props));
|
|
13328
13475
|
|
|
13329
13476
|
const RegisterPassword = props => /*#__PURE__*/React__default.createElement(Password, Object.assign({
|
|
13330
|
-
store: store$
|
|
13477
|
+
store: store$l
|
|
13331
13478
|
}, props));
|
|
13332
13479
|
|
|
13333
13480
|
const RegisterButton = ({
|
|
@@ -13347,7 +13494,7 @@ const RegisterButton = ({
|
|
|
13347
13494
|
buttonDisabled
|
|
13348
13495
|
},
|
|
13349
13496
|
dispatch
|
|
13350
|
-
} = useContext(store$
|
|
13497
|
+
} = useContext(store$l);
|
|
13351
13498
|
const {
|
|
13352
13499
|
t
|
|
13353
13500
|
} = useTranslation("register");
|
|
@@ -13445,7 +13592,7 @@ function FirstName({
|
|
|
13445
13592
|
}
|
|
13446
13593
|
|
|
13447
13594
|
const RegisterFirstName = props => /*#__PURE__*/React__default.createElement(FirstName, Object.assign({
|
|
13448
|
-
store: store$
|
|
13595
|
+
store: store$l
|
|
13449
13596
|
}, props));
|
|
13450
13597
|
|
|
13451
13598
|
function LastName({
|
|
@@ -13523,7 +13670,7 @@ function LastName({
|
|
|
13523
13670
|
}
|
|
13524
13671
|
|
|
13525
13672
|
const RegisterLastName = props => /*#__PURE__*/React__default.createElement(LastName, Object.assign({
|
|
13526
|
-
store: store$
|
|
13673
|
+
store: store$l
|
|
13527
13674
|
}, props));
|
|
13528
13675
|
|
|
13529
13676
|
function Phone({
|
|
@@ -13810,7 +13957,7 @@ function TextInput({
|
|
|
13810
13957
|
|
|
13811
13958
|
const RegisterTextInput = props => {
|
|
13812
13959
|
return /*#__PURE__*/React__default.createElement(TextInput, Object.assign({}, props, {
|
|
13813
|
-
store: store$
|
|
13960
|
+
store: store$l
|
|
13814
13961
|
}));
|
|
13815
13962
|
};
|
|
13816
13963
|
|
|
@@ -16394,7 +16541,7 @@ class TapGateway {
|
|
|
16394
16541
|
|
|
16395
16542
|
/** @type {PaymentStateType} */
|
|
16396
16543
|
|
|
16397
|
-
const initialState$
|
|
16544
|
+
const initialState$k = {
|
|
16398
16545
|
disableSubmit: false,
|
|
16399
16546
|
isLoading: false,
|
|
16400
16547
|
disableCouponButton: false,
|
|
@@ -16419,10 +16566,10 @@ const initialState$j = {
|
|
|
16419
16566
|
content: ""
|
|
16420
16567
|
}
|
|
16421
16568
|
};
|
|
16422
|
-
const store$
|
|
16569
|
+
const store$k = /*#__PURE__*/createContext(initialState$k);
|
|
16423
16570
|
const {
|
|
16424
|
-
Provider: Provider$
|
|
16425
|
-
} = store$
|
|
16571
|
+
Provider: Provider$k
|
|
16572
|
+
} = store$k;
|
|
16426
16573
|
|
|
16427
16574
|
const PaymentMethodContainerWithoutStripe = ({
|
|
16428
16575
|
style,
|
|
@@ -18105,21 +18252,21 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
18105
18252
|
default:
|
|
18106
18253
|
return state;
|
|
18107
18254
|
}
|
|
18108
|
-
}, initialState$
|
|
18255
|
+
}, initialState$k);
|
|
18109
18256
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
18110
18257
|
style: { ...style
|
|
18111
18258
|
},
|
|
18112
18259
|
className: `pelcro-container pelcro-payment-container ${className}`
|
|
18113
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
18260
|
+
}, /*#__PURE__*/React__default.createElement(Provider$k, {
|
|
18114
18261
|
value: {
|
|
18115
18262
|
state,
|
|
18116
18263
|
dispatch
|
|
18117
18264
|
}
|
|
18118
18265
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
18119
|
-
store: store$
|
|
18266
|
+
store: store$k,
|
|
18120
18267
|
key: i
|
|
18121
18268
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
18122
|
-
store: store$
|
|
18269
|
+
store: store$k
|
|
18123
18270
|
})));
|
|
18124
18271
|
};
|
|
18125
18272
|
|
|
@@ -18146,7 +18293,7 @@ const PaymentMethodContainer = props => {
|
|
|
18146
18293
|
stripeAccount: window.Pelcro.site.read().account_id,
|
|
18147
18294
|
locale: getPageOrDefaultLanguage()
|
|
18148
18295
|
}, /*#__PURE__*/React__default.createElement(es_11, null, /*#__PURE__*/React__default.createElement(UnwrappedForm, Object.assign({
|
|
18149
|
-
store: store$
|
|
18296
|
+
store: store$k
|
|
18150
18297
|
}, props))));
|
|
18151
18298
|
}
|
|
18152
18299
|
|
|
@@ -18199,7 +18346,7 @@ const PelcroPaymentRequestButton = props => {
|
|
|
18199
18346
|
currentPlan,
|
|
18200
18347
|
updatedPrice
|
|
18201
18348
|
}
|
|
18202
|
-
} = useContext(store$
|
|
18349
|
+
} = useContext(store$k);
|
|
18203
18350
|
|
|
18204
18351
|
const updatePaymentRequest = () => {
|
|
18205
18352
|
// Make sure payment request is up to date, eg. user added a coupon code.
|
|
@@ -18281,7 +18428,7 @@ const DiscountedPrice = props => {
|
|
|
18281
18428
|
taxAmount,
|
|
18282
18429
|
percentOff
|
|
18283
18430
|
}
|
|
18284
|
-
} = useContext(store$
|
|
18431
|
+
} = useContext(store$k);
|
|
18285
18432
|
const {
|
|
18286
18433
|
order,
|
|
18287
18434
|
plan
|
|
@@ -18338,7 +18485,7 @@ const SubmitPaymentMethod = ({
|
|
|
18338
18485
|
isLoading,
|
|
18339
18486
|
updatedPrice
|
|
18340
18487
|
}
|
|
18341
|
-
} = useContext(store$
|
|
18488
|
+
} = useContext(store$k);
|
|
18342
18489
|
const planQuantity = (_plan$quantity = plan === null || plan === void 0 ? void 0 : plan.quantity) !== null && _plan$quantity !== void 0 ? _plan$quantity : 1;
|
|
18343
18490
|
const price = updatedPrice !== null && updatedPrice !== void 0 ? updatedPrice : plan === null || plan === void 0 ? void 0 : plan.amount;
|
|
18344
18491
|
const priceFormatted = getFormattedPriceByLocal(price * planQuantity, plan === null || plan === void 0 ? void 0 : plan.currency, getPageOrDefaultLanguage());
|
|
@@ -18400,7 +18547,7 @@ const ApplyCouponButton = ({
|
|
|
18400
18547
|
disableCouponButton
|
|
18401
18548
|
},
|
|
18402
18549
|
dispatch
|
|
18403
|
-
} = useContext(store$
|
|
18550
|
+
} = useContext(store$k);
|
|
18404
18551
|
const {
|
|
18405
18552
|
t
|
|
18406
18553
|
} = useTranslation("checkoutForm");
|
|
@@ -18434,7 +18581,7 @@ const CouponCodeField = props => {
|
|
|
18434
18581
|
couponCode,
|
|
18435
18582
|
couponError
|
|
18436
18583
|
}
|
|
18437
|
-
} = useContext(store$
|
|
18584
|
+
} = useContext(store$k);
|
|
18438
18585
|
|
|
18439
18586
|
const onCouponCodeChange = e => {
|
|
18440
18587
|
dispatch({
|
|
@@ -18490,7 +18637,7 @@ const CouponCode = ({
|
|
|
18490
18637
|
state: {
|
|
18491
18638
|
enableCouponField
|
|
18492
18639
|
}
|
|
18493
|
-
} = useContext(store$
|
|
18640
|
+
} = useContext(store$k);
|
|
18494
18641
|
const {
|
|
18495
18642
|
t
|
|
18496
18643
|
} = useTranslation("checkoutForm");
|
|
@@ -18747,7 +18894,7 @@ const PaypalSubscribeButton = props => {
|
|
|
18747
18894
|
const {
|
|
18748
18895
|
dispatch,
|
|
18749
18896
|
state
|
|
18750
|
-
} = useContext(store$
|
|
18897
|
+
} = useContext(store$k);
|
|
18751
18898
|
const {
|
|
18752
18899
|
product,
|
|
18753
18900
|
plan,
|
|
@@ -18891,7 +19038,7 @@ const SelectedPaymentMethod = () => {
|
|
|
18891
19038
|
state: {
|
|
18892
19039
|
isLoading
|
|
18893
19040
|
}
|
|
18894
|
-
} = useContext(store$
|
|
19041
|
+
} = useContext(store$k);
|
|
18895
19042
|
const {
|
|
18896
19043
|
switchView,
|
|
18897
19044
|
selectedPaymentMethodId
|
|
@@ -18933,7 +19080,7 @@ const TaxAmount = () => {
|
|
|
18933
19080
|
state: {
|
|
18934
19081
|
taxAmount
|
|
18935
19082
|
}
|
|
18936
|
-
} = useContext(store$
|
|
19083
|
+
} = useContext(store$k);
|
|
18937
19084
|
const {
|
|
18938
19085
|
plan
|
|
18939
19086
|
} = usePelcro();
|
|
@@ -18953,15 +19100,15 @@ const TaxAmount = () => {
|
|
|
18953
19100
|
};
|
|
18954
19101
|
|
|
18955
19102
|
const IncludeFirstName = props => /*#__PURE__*/React__default.createElement(FirstName, Object.assign({
|
|
18956
|
-
store: store$
|
|
19103
|
+
store: store$k
|
|
18957
19104
|
}, props));
|
|
18958
19105
|
|
|
18959
19106
|
const IncludeLastName = props => /*#__PURE__*/React__default.createElement(LastName, Object.assign({
|
|
18960
|
-
store: store$
|
|
19107
|
+
store: store$k
|
|
18961
19108
|
}, props));
|
|
18962
19109
|
|
|
18963
19110
|
const IncludePhone = props => /*#__PURE__*/React__default.createElement(Phone, Object.assign({
|
|
18964
|
-
store: store$
|
|
19111
|
+
store: store$k
|
|
18965
19112
|
}, props));
|
|
18966
19113
|
|
|
18967
19114
|
const SubscriptionCreateFreePlanButton = ({
|
|
@@ -18974,7 +19121,7 @@ const SubscriptionCreateFreePlanButton = ({
|
|
|
18974
19121
|
disableSubmit
|
|
18975
19122
|
},
|
|
18976
19123
|
dispatch
|
|
18977
|
-
} = useContext(store$
|
|
19124
|
+
} = useContext(store$k);
|
|
18978
19125
|
const {
|
|
18979
19126
|
t
|
|
18980
19127
|
} = useTranslation("common");
|
|
@@ -19174,13 +19321,13 @@ function SubscriptionRenewModal({
|
|
|
19174
19321
|
}
|
|
19175
19322
|
SubscriptionRenewModal.viewId = "subscription-renew";
|
|
19176
19323
|
|
|
19177
|
-
const initialState$
|
|
19324
|
+
const initialState$j = {
|
|
19178
19325
|
cancelationReason: ""
|
|
19179
19326
|
};
|
|
19180
|
-
const store$
|
|
19327
|
+
const store$j = /*#__PURE__*/createContext(initialState$j);
|
|
19181
19328
|
const {
|
|
19182
|
-
Provider: Provider$
|
|
19183
|
-
} = store$
|
|
19329
|
+
Provider: Provider$j
|
|
19330
|
+
} = store$j;
|
|
19184
19331
|
|
|
19185
19332
|
const SubscriptionCancelContainer = ({
|
|
19186
19333
|
style,
|
|
@@ -19201,21 +19348,21 @@ const SubscriptionCancelContainer = ({
|
|
|
19201
19348
|
default:
|
|
19202
19349
|
return state;
|
|
19203
19350
|
}
|
|
19204
|
-
}, initialState$
|
|
19351
|
+
}, initialState$j);
|
|
19205
19352
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
19206
19353
|
style: { ...style
|
|
19207
19354
|
},
|
|
19208
19355
|
className: `pelcro-container pelcro-subscription-cancel-container ${className}`
|
|
19209
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
19356
|
+
}, /*#__PURE__*/React__default.createElement(Provider$j, {
|
|
19210
19357
|
value: {
|
|
19211
19358
|
state,
|
|
19212
19359
|
dispatch
|
|
19213
19360
|
}
|
|
19214
19361
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
19215
|
-
store: store$
|
|
19362
|
+
store: store$j,
|
|
19216
19363
|
key: i
|
|
19217
19364
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
19218
|
-
store: store$
|
|
19365
|
+
store: store$j
|
|
19219
19366
|
})));
|
|
19220
19367
|
};
|
|
19221
19368
|
|
|
@@ -19300,7 +19447,7 @@ const SubscriptionCancelReason = props => {
|
|
|
19300
19447
|
const {
|
|
19301
19448
|
dispatch,
|
|
19302
19449
|
state
|
|
19303
|
-
} = useContext(store$
|
|
19450
|
+
} = useContext(store$j);
|
|
19304
19451
|
|
|
19305
19452
|
const handleOnTextAreaBlur = e => {
|
|
19306
19453
|
dispatch({
|
|
@@ -19348,7 +19495,7 @@ const SubscriptionCancelNowButton = ({
|
|
|
19348
19495
|
cancelationReason
|
|
19349
19496
|
},
|
|
19350
19497
|
dispatch
|
|
19351
|
-
} = useContext(store$
|
|
19498
|
+
} = useContext(store$j);
|
|
19352
19499
|
const {
|
|
19353
19500
|
t
|
|
19354
19501
|
} = useTranslation("subscriptionCancel");
|
|
@@ -19420,7 +19567,7 @@ const SubscriptionCancelLaterButton = ({
|
|
|
19420
19567
|
cancelationReason
|
|
19421
19568
|
},
|
|
19422
19569
|
dispatch
|
|
19423
|
-
} = useContext(store$
|
|
19570
|
+
} = useContext(store$j);
|
|
19424
19571
|
const {
|
|
19425
19572
|
t
|
|
19426
19573
|
} = useTranslation("subscriptionCancel");
|
|
@@ -19525,14 +19672,14 @@ const SubscriptionCancelModal = ({
|
|
|
19525
19672
|
};
|
|
19526
19673
|
SubscriptionCancelModal.viewId = "subscription-cancel";
|
|
19527
19674
|
|
|
19528
|
-
const initialState$
|
|
19675
|
+
const initialState$i = {
|
|
19529
19676
|
suspendDate: null,
|
|
19530
19677
|
buttonDisabled: false
|
|
19531
19678
|
};
|
|
19532
|
-
const store$
|
|
19679
|
+
const store$i = /*#__PURE__*/createContext(initialState$i);
|
|
19533
19680
|
const {
|
|
19534
|
-
Provider: Provider$
|
|
19535
|
-
} = store$
|
|
19681
|
+
Provider: Provider$i
|
|
19682
|
+
} = store$i;
|
|
19536
19683
|
|
|
19537
19684
|
const SubscriptionSuspendContainer = ({
|
|
19538
19685
|
style,
|
|
@@ -19558,21 +19705,21 @@ const SubscriptionSuspendContainer = ({
|
|
|
19558
19705
|
default:
|
|
19559
19706
|
return state;
|
|
19560
19707
|
}
|
|
19561
|
-
}, initialState$
|
|
19708
|
+
}, initialState$i);
|
|
19562
19709
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
19563
19710
|
style: { ...style
|
|
19564
19711
|
},
|
|
19565
19712
|
className: `pelcro-container pelcro-subscription-suspend-container ${className}`
|
|
19566
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
19713
|
+
}, /*#__PURE__*/React__default.createElement(Provider$i, {
|
|
19567
19714
|
value: {
|
|
19568
19715
|
state,
|
|
19569
19716
|
dispatch
|
|
19570
19717
|
}
|
|
19571
19718
|
}, children.length ? children.map((child, i) => /*#__PURE__*/React__default.cloneElement(child, {
|
|
19572
|
-
store: store$
|
|
19719
|
+
store: store$i,
|
|
19573
19720
|
key: i
|
|
19574
19721
|
})) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
19575
|
-
store: store$
|
|
19722
|
+
store: store$i
|
|
19576
19723
|
})));
|
|
19577
19724
|
};
|
|
19578
19725
|
|
|
@@ -19621,7 +19768,7 @@ const SubscriptionSuspendDate = props => {
|
|
|
19621
19768
|
const {
|
|
19622
19769
|
dispatch,
|
|
19623
19770
|
state
|
|
19624
|
-
} = useContext(store$
|
|
19771
|
+
} = useContext(store$i);
|
|
19625
19772
|
|
|
19626
19773
|
const handleInputChange = value => {
|
|
19627
19774
|
if (value) {
|
|
@@ -19663,7 +19810,7 @@ const SubscriptionSuspendButton = ({
|
|
|
19663
19810
|
buttonDisabled
|
|
19664
19811
|
},
|
|
19665
19812
|
dispatch
|
|
19666
|
-
} = useContext(store$
|
|
19813
|
+
} = useContext(store$i);
|
|
19667
19814
|
const {
|
|
19668
19815
|
t
|
|
19669
19816
|
} = useTranslation("subscriptionSuspend");
|
|
@@ -20112,7 +20259,7 @@ class DefaultNewsLetter extends Component {
|
|
|
20112
20259
|
|
|
20113
20260
|
const NewsLetter = withTranslation("newsletter")(DefaultNewsLetter);
|
|
20114
20261
|
|
|
20115
|
-
const initialState$
|
|
20262
|
+
const initialState$h = {
|
|
20116
20263
|
didSubToNewslettersBefore: false,
|
|
20117
20264
|
newsletters: [],
|
|
20118
20265
|
isListLoading: true,
|
|
@@ -20122,10 +20269,10 @@ const initialState$g = {
|
|
|
20122
20269
|
content: ""
|
|
20123
20270
|
}
|
|
20124
20271
|
};
|
|
20125
|
-
const store$
|
|
20272
|
+
const store$h = /*#__PURE__*/createContext(initialState$h);
|
|
20126
20273
|
const {
|
|
20127
|
-
Provider: Provider$
|
|
20128
|
-
} = store$
|
|
20274
|
+
Provider: Provider$h
|
|
20275
|
+
} = store$h;
|
|
20129
20276
|
|
|
20130
20277
|
const NewsletterUpdateContainer = ({
|
|
20131
20278
|
style,
|
|
@@ -20238,7 +20385,7 @@ const NewsletterUpdateContainer = ({
|
|
|
20238
20385
|
default:
|
|
20239
20386
|
return state;
|
|
20240
20387
|
}
|
|
20241
|
-
}, initialState$
|
|
20388
|
+
}, initialState$h);
|
|
20242
20389
|
useEffect(() => {
|
|
20243
20390
|
const getUserNewsletters = () => {
|
|
20244
20391
|
var _window$Pelcro$user$r3, _window$Pelcro$user$r4;
|
|
@@ -20282,7 +20429,7 @@ const NewsletterUpdateContainer = ({
|
|
|
20282
20429
|
style: { ...style
|
|
20283
20430
|
},
|
|
20284
20431
|
className: `pelcro-container pelcro-newsletter-update-container ${className}`
|
|
20285
|
-
}, /*#__PURE__*/React__default.createElement(Provider$
|
|
20432
|
+
}, /*#__PURE__*/React__default.createElement(Provider$h, {
|
|
20286
20433
|
value: {
|
|
20287
20434
|
state,
|
|
20288
20435
|
dispatch
|
|
@@ -20290,12 +20437,12 @@ const NewsletterUpdateContainer = ({
|
|
|
20290
20437
|
}, children.length ? children.map((child, i) => {
|
|
20291
20438
|
if (child) {
|
|
20292
20439
|
return /*#__PURE__*/React__default.cloneElement(child, {
|
|
20293
|
-
store: store$
|
|
20440
|
+
store: store$h,
|
|
20294
20441
|
key: i
|
|
20295
20442
|
});
|
|
20296
20443
|
}
|
|
20297
20444
|
}) : /*#__PURE__*/React__default.cloneElement(children, {
|
|
20298
|
-
store: store$
|
|
20445
|
+
store: store$h
|
|
20299
20446
|
})));
|
|
20300
20447
|
};
|
|
20301
20448
|
|
|
@@ -20310,7 +20457,7 @@ const NewsletterUpdateButton = ({
|
|
|
20310
20457
|
isSubmitting,
|
|
20311
20458
|
isListLoading
|
|
20312
20459
|
}
|
|
20313
|
-
} = useContext(store$
|
|
20460
|
+
} = useContext(store$h);
|
|
20314
20461
|
const {
|
|
20315
20462
|
t
|
|
20316
20463
|
} = useTranslation("newsletter");
|
|
@@ -20340,7 +20487,7 @@ const NewsletterUpdateList = () => {
|
|
|
20340
20487
|
newsletters,
|
|
20341
20488
|
isListLoading
|
|
20342
20489
|
}
|
|
20343
|
-
} = useContext(store$
|
|
20490
|
+
} = useContext(store$h);
|
|
20344
20491
|
|
|
20345
20492
|
if (isListLoading) {
|
|
20346
20493
|
return /*#__PURE__*/React__default.createElement(Loader, {
|
|
@@ -20429,122 +20576,593 @@ const MeterView = () => {
|
|
|
20429
20576
|
// Meter view.
|
|
20430
20577
|
const MeterModal = props => {
|
|
20431
20578
|
const {
|
|
20432
|
-
resetView
|
|
20433
|
-
} = 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);
|
|
20434
20927
|
useEffect(() => {
|
|
20435
|
-
|
|
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
|
+
};
|
|
20436
20941
|
|
|
20437
|
-
|
|
20438
|
-
|
|
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);
|
|
20439
20957
|
|
|
20440
|
-
|
|
20441
|
-
|
|
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
|
+
}
|
|
20442
20982
|
|
|
20443
|
-
|
|
20444
|
-
resetView();
|
|
20445
|
-
};
|
|
20983
|
+
var _path$i;
|
|
20446
20984
|
|
|
20447
|
-
|
|
20448
|
-
id: "pelcro-view-meter-modal",
|
|
20449
|
-
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"
|
|
20450
|
-
}, /*#__PURE__*/React__default.createElement("button", {
|
|
20451
|
-
type: "button",
|
|
20452
|
-
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",
|
|
20453
|
-
"aria-label": "Close",
|
|
20454
|
-
onClick: onClose
|
|
20455
|
-
}, /*#__PURE__*/React__default.createElement("span", null, "\xD7")), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(MeterView, props)));
|
|
20456
|
-
};
|
|
20457
|
-
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); }
|
|
20458
20986
|
|
|
20459
|
-
|
|
20460
|
-
|
|
20461
|
-
|
|
20462
|
-
|
|
20463
|
-
|
|
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
|
+
}
|
|
20464
20999
|
|
|
21000
|
+
function SubscriptionManageMembersList(props) {
|
|
20465
21001
|
const {
|
|
20466
21002
|
t
|
|
20467
|
-
} = useTranslation("
|
|
21003
|
+
} = useTranslation("subscriptionManageMembers");
|
|
20468
21004
|
const {
|
|
20469
|
-
|
|
20470
|
-
|
|
20471
|
-
|
|
20472
|
-
|
|
20473
|
-
|
|
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
|
+
}
|
|
20474
21022
|
|
|
20475
|
-
|
|
20476
|
-
|
|
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
|
+
}, []);
|
|
20477
21031
|
|
|
20478
|
-
|
|
20479
|
-
|
|
20480
|
-
|
|
20481
|
-
|
|
20482
|
-
|
|
20483
|
-
|
|
20484
|
-
|
|
20485
|
-
|
|
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
|
|
20486
21067
|
});
|
|
20487
|
-
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());
|
|
20488
|
-
return /*#__PURE__*/React__default.createElement("p", {
|
|
20489
|
-
className: "plc-text-gray-600"
|
|
20490
|
-
}, /*#__PURE__*/React__default.createElement("span", {
|
|
20491
|
-
className: "plc-tracking-wider plc-uppercase"
|
|
20492
|
-
}, plan.nickname), /*#__PURE__*/React__default.createElement("br", null), /*#__PURE__*/React__default.createElement("span", {
|
|
20493
|
-
className: "plc-text-xl plc-font-semibold plc-text-primary-600"
|
|
20494
|
-
}, priceFormatted, " "), /*#__PURE__*/React__default.createElement("span", {
|
|
20495
|
-
className: "plc-font-thin"
|
|
20496
|
-
}, autoRenewed ? "/" : t("labels.for"), " ", intervalText));
|
|
20497
21068
|
};
|
|
20498
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");
|
|
20499
21100
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
20500
|
-
id: "pelcro-
|
|
21101
|
+
id: "pelcro-login-view"
|
|
20501
21102
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
20502
|
-
className: "plc-
|
|
21103
|
+
className: "plc-font-semibold plc-text-center plc-text-gray-900 pelcro-title-wrapper"
|
|
20503
21104
|
}, /*#__PURE__*/React__default.createElement("h4", {
|
|
20504
|
-
className: "plc-text-2xl
|
|
20505
|
-
}, (
|
|
20506
|
-
|
|
20507
|
-
|
|
20508
|
-
|
|
20509
|
-
|
|
20510
|
-
|
|
20511
|
-
|
|
20512
|
-
|
|
20513
|
-
|
|
20514
|
-
|
|
20515
|
-
|
|
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
|
+
}
|
|
20516
21140
|
|
|
20517
21141
|
/**
|
|
20518
21142
|
*
|
|
20519
21143
|
*/
|
|
20520
21144
|
|
|
20521
|
-
function
|
|
21145
|
+
function SubscriptionManageMembersModal({
|
|
20522
21146
|
onDisplay,
|
|
20523
21147
|
onClose,
|
|
20524
|
-
...
|
|
21148
|
+
...props
|
|
20525
21149
|
}) {
|
|
20526
|
-
useTranslation("common");
|
|
20527
|
-
const {
|
|
20528
|
-
switchView
|
|
20529
|
-
} = usePelcro();
|
|
20530
|
-
|
|
20531
21150
|
const onSuccess = res => {
|
|
20532
|
-
var
|
|
21151
|
+
var _props$onSuccess;
|
|
20533
21152
|
|
|
20534
|
-
(
|
|
20535
|
-
trackSubscriptionOnGA();
|
|
20536
|
-
return switchView("subscription-success");
|
|
21153
|
+
(_props$onSuccess = props.onSuccess) === null || _props$onSuccess === void 0 ? void 0 : _props$onSuccess.call(props, res);
|
|
20537
21154
|
};
|
|
20538
21155
|
|
|
20539
21156
|
return /*#__PURE__*/React__default.createElement(Modal, {
|
|
20540
|
-
id: "pelcro-
|
|
21157
|
+
id: "pelcro-manage-members-modal",
|
|
20541
21158
|
onDisplay: onDisplay,
|
|
20542
|
-
onClose: onClose
|
|
20543
|
-
|
|
21159
|
+
onClose: onClose,
|
|
21160
|
+
className: "plc-max-w-xl"
|
|
21161
|
+
}, /*#__PURE__*/React__default.createElement(ModalBody, null, /*#__PURE__*/React__default.createElement(SubscriptionManageMembersView, Object.assign({}, props, {
|
|
20544
21162
|
onSuccess: onSuccess
|
|
20545
21163
|
}))), /*#__PURE__*/React__default.createElement(ModalFooter, null, /*#__PURE__*/React__default.createElement(Authorship, null)));
|
|
20546
21164
|
}
|
|
20547
|
-
|
|
21165
|
+
SubscriptionManageMembersModal.viewId = "manage-members";
|
|
20548
21166
|
|
|
20549
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;
|
|
20550
21168
|
const initialState$f = {
|
|
@@ -20766,17 +21384,17 @@ const UserUpdateContainer = ({
|
|
|
20766
21384
|
})));
|
|
20767
21385
|
};
|
|
20768
21386
|
|
|
20769
|
-
var _path$
|
|
21387
|
+
var _path$h;
|
|
20770
21388
|
|
|
20771
|
-
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); }
|
|
20772
21390
|
|
|
20773
21391
|
function SvgEdit(props) {
|
|
20774
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
21392
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
20775
21393
|
className: "plc-w-6 plc-h-6",
|
|
20776
21394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20777
21395
|
viewBox: "0 0 20 20",
|
|
20778
21396
|
fill: "currentColor"
|
|
20779
|
-
}, props), _path$
|
|
21397
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
20780
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"
|
|
20781
21399
|
})));
|
|
20782
21400
|
}
|
|
@@ -25303,8 +25921,8 @@ const PaymentMethodSelectModal = ({
|
|
|
25303
25921
|
};
|
|
25304
25922
|
PaymentMethodSelectModal.viewId = "payment-method-select";
|
|
25305
25923
|
|
|
25306
|
-
function _extends$
|
|
25307
|
-
_extends$
|
|
25924
|
+
function _extends$h() {
|
|
25925
|
+
_extends$h = Object.assign || function (target) {
|
|
25308
25926
|
for (var i = 1; i < arguments.length; i++) {
|
|
25309
25927
|
var source = arguments[i];
|
|
25310
25928
|
|
|
@@ -25318,7 +25936,7 @@ function _extends$i() {
|
|
|
25318
25936
|
return target;
|
|
25319
25937
|
};
|
|
25320
25938
|
|
|
25321
|
-
return _extends$
|
|
25939
|
+
return _extends$h.apply(this, arguments);
|
|
25322
25940
|
}
|
|
25323
25941
|
|
|
25324
25942
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
@@ -25502,7 +26120,7 @@ function render(props, propsBag, defaultTag, features, visible) {
|
|
|
25502
26120
|
return match(strategy, (_match = {}, _match[RenderStrategy.Unmount] = function () {
|
|
25503
26121
|
return null;
|
|
25504
26122
|
}, _match[RenderStrategy.Hidden] = function () {
|
|
25505
|
-
return _render(_extends$
|
|
26123
|
+
return _render(_extends$h({}, _rest, {
|
|
25506
26124
|
hidden: true,
|
|
25507
26125
|
style: {
|
|
25508
26126
|
display: 'none'
|
|
@@ -26030,7 +26648,7 @@ function TransitionChild(props) {
|
|
|
26030
26648
|
var passthroughProps = rest;
|
|
26031
26649
|
return React__default.createElement(NestingContext.Provider, {
|
|
26032
26650
|
value: nesting
|
|
26033
|
-
}, render(_extends$
|
|
26651
|
+
}, render(_extends$h({}, passthroughProps, propsWeControl), propsBag, DEFAULT_TRANSITION_CHILD_TAG, TransitionChildRenderFeatures, state === TreeStates.Visible));
|
|
26034
26652
|
}
|
|
26035
26653
|
|
|
26036
26654
|
function Transition(props) {
|
|
@@ -26074,7 +26692,7 @@ function Transition(props) {
|
|
|
26074
26692
|
value: nestingBag
|
|
26075
26693
|
}, React__default.createElement(TransitionContext.Provider, {
|
|
26076
26694
|
value: transitionBag
|
|
26077
|
-
}, render(_extends$
|
|
26695
|
+
}, render(_extends$h({}, sharedProps, {
|
|
26078
26696
|
as: Fragment,
|
|
26079
26697
|
children: React__default.createElement(TransitionChild, Object.assign({}, sharedProps, passthroughProps))
|
|
26080
26698
|
}), propsBag, Fragment, TransitionChildRenderFeatures, state === TreeStates.Visible)));
|
|
@@ -26201,12 +26819,12 @@ var ActionTypes;
|
|
|
26201
26819
|
})(ActionTypes || (ActionTypes = {}));
|
|
26202
26820
|
|
|
26203
26821
|
(_reducers = {}, _reducers[ActionTypes.CloseMenu] = function (state) {
|
|
26204
|
-
return _extends$
|
|
26822
|
+
return _extends$h({}, state, {
|
|
26205
26823
|
activeItemIndex: null,
|
|
26206
26824
|
menuState: MenuStates.Closed
|
|
26207
26825
|
});
|
|
26208
26826
|
}, _reducers[ActionTypes.OpenMenu] = function (state) {
|
|
26209
|
-
return _extends$
|
|
26827
|
+
return _extends$h({}, state, {
|
|
26210
26828
|
menuState: MenuStates.Open
|
|
26211
26829
|
});
|
|
26212
26830
|
}, _reducers[ActionTypes.GoToItem] = function (state, action) {
|
|
@@ -26225,7 +26843,7 @@ var ActionTypes;
|
|
|
26225
26843
|
}
|
|
26226
26844
|
});
|
|
26227
26845
|
if (state.searchQuery === '' && state.activeItemIndex === activeItemIndex) return state;
|
|
26228
|
-
return _extends$
|
|
26846
|
+
return _extends$h({}, state, {
|
|
26229
26847
|
searchQuery: '',
|
|
26230
26848
|
activeItemIndex: activeItemIndex
|
|
26231
26849
|
});
|
|
@@ -26236,19 +26854,19 @@ var ActionTypes;
|
|
|
26236
26854
|
|
|
26237
26855
|
return ((_item$dataRef$current = item.dataRef.current.textValue) == null ? void 0 : _item$dataRef$current.startsWith(searchQuery)) && !item.dataRef.current.disabled;
|
|
26238
26856
|
});
|
|
26239
|
-
if (match === -1 || match === state.activeItemIndex) return _extends$
|
|
26857
|
+
if (match === -1 || match === state.activeItemIndex) return _extends$h({}, state, {
|
|
26240
26858
|
searchQuery: searchQuery
|
|
26241
26859
|
});
|
|
26242
|
-
return _extends$
|
|
26860
|
+
return _extends$h({}, state, {
|
|
26243
26861
|
searchQuery: searchQuery,
|
|
26244
26862
|
activeItemIndex: match
|
|
26245
26863
|
});
|
|
26246
26864
|
}, _reducers[ActionTypes.ClearSearch] = function (state) {
|
|
26247
|
-
return _extends$
|
|
26865
|
+
return _extends$h({}, state, {
|
|
26248
26866
|
searchQuery: ''
|
|
26249
26867
|
});
|
|
26250
26868
|
}, _reducers[ActionTypes.RegisterItem] = function (state, action) {
|
|
26251
|
-
return _extends$
|
|
26869
|
+
return _extends$h({}, state, {
|
|
26252
26870
|
items: [].concat(state.items, [{
|
|
26253
26871
|
id: action.id,
|
|
26254
26872
|
dataRef: action.dataRef
|
|
@@ -26261,7 +26879,7 @@ var ActionTypes;
|
|
|
26261
26879
|
return a.id === action.id;
|
|
26262
26880
|
});
|
|
26263
26881
|
if (idx !== -1) nextItems.splice(idx, 1);
|
|
26264
|
-
return _extends$
|
|
26882
|
+
return _extends$h({}, state, {
|
|
26265
26883
|
items: nextItems,
|
|
26266
26884
|
activeItemIndex: function () {
|
|
26267
26885
|
if (idx === state.activeItemIndex) return null;
|
|
@@ -26300,19 +26918,19 @@ var ActionTypes$1;
|
|
|
26300
26918
|
(_reducers$1 = {}, _reducers$1[ActionTypes$1.CloseListbox] = function (state) {
|
|
26301
26919
|
if (state.disabled) return state;
|
|
26302
26920
|
if (state.listboxState === ListboxStates.Closed) return state;
|
|
26303
|
-
return _extends$
|
|
26921
|
+
return _extends$h({}, state, {
|
|
26304
26922
|
activeOptionIndex: null,
|
|
26305
26923
|
listboxState: ListboxStates.Closed
|
|
26306
26924
|
});
|
|
26307
26925
|
}, _reducers$1[ActionTypes$1.OpenListbox] = function (state) {
|
|
26308
26926
|
if (state.disabled) return state;
|
|
26309
26927
|
if (state.listboxState === ListboxStates.Open) return state;
|
|
26310
|
-
return _extends$
|
|
26928
|
+
return _extends$h({}, state, {
|
|
26311
26929
|
listboxState: ListboxStates.Open
|
|
26312
26930
|
});
|
|
26313
26931
|
}, _reducers$1[ActionTypes$1.SetDisabled] = function (state, action) {
|
|
26314
26932
|
if (state.disabled === action.disabled) return state;
|
|
26315
|
-
return _extends$
|
|
26933
|
+
return _extends$h({}, state, {
|
|
26316
26934
|
disabled: action.disabled
|
|
26317
26935
|
});
|
|
26318
26936
|
}, _reducers$1[ActionTypes$1.GoToOption] = function (state, action) {
|
|
@@ -26333,7 +26951,7 @@ var ActionTypes$1;
|
|
|
26333
26951
|
}
|
|
26334
26952
|
});
|
|
26335
26953
|
if (state.searchQuery === '' && state.activeOptionIndex === activeOptionIndex) return state;
|
|
26336
|
-
return _extends$
|
|
26954
|
+
return _extends$h({}, state, {
|
|
26337
26955
|
searchQuery: '',
|
|
26338
26956
|
activeOptionIndex: activeOptionIndex
|
|
26339
26957
|
});
|
|
@@ -26346,10 +26964,10 @@ var ActionTypes$1;
|
|
|
26346
26964
|
|
|
26347
26965
|
return !option.dataRef.current.disabled && ((_option$dataRef$curre = option.dataRef.current.textValue) == null ? void 0 : _option$dataRef$curre.startsWith(searchQuery));
|
|
26348
26966
|
});
|
|
26349
|
-
if (match === -1 || match === state.activeOptionIndex) return _extends$
|
|
26967
|
+
if (match === -1 || match === state.activeOptionIndex) return _extends$h({}, state, {
|
|
26350
26968
|
searchQuery: searchQuery
|
|
26351
26969
|
});
|
|
26352
|
-
return _extends$
|
|
26970
|
+
return _extends$h({}, state, {
|
|
26353
26971
|
searchQuery: searchQuery,
|
|
26354
26972
|
activeOptionIndex: match
|
|
26355
26973
|
});
|
|
@@ -26357,11 +26975,11 @@ var ActionTypes$1;
|
|
|
26357
26975
|
if (state.disabled) return state;
|
|
26358
26976
|
if (state.listboxState === ListboxStates.Closed) return state;
|
|
26359
26977
|
if (state.searchQuery === '') return state;
|
|
26360
|
-
return _extends$
|
|
26978
|
+
return _extends$h({}, state, {
|
|
26361
26979
|
searchQuery: ''
|
|
26362
26980
|
});
|
|
26363
26981
|
}, _reducers$1[ActionTypes$1.RegisterOption] = function (state, action) {
|
|
26364
|
-
return _extends$
|
|
26982
|
+
return _extends$h({}, state, {
|
|
26365
26983
|
options: [].concat(state.options, [{
|
|
26366
26984
|
id: action.id,
|
|
26367
26985
|
dataRef: action.dataRef
|
|
@@ -26374,7 +26992,7 @@ var ActionTypes$1;
|
|
|
26374
26992
|
return a.id === action.id;
|
|
26375
26993
|
});
|
|
26376
26994
|
if (idx !== -1) nextOptions.splice(idx, 1);
|
|
26377
|
-
return _extends$
|
|
26995
|
+
return _extends$h({}, state, {
|
|
26378
26996
|
options: nextOptions,
|
|
26379
26997
|
activeOptionIndex: function () {
|
|
26380
26998
|
if (idx === state.activeOptionIndex) return null;
|
|
@@ -26433,18 +27051,18 @@ const getPaymentCardIcon = name => {
|
|
|
26433
27051
|
}));
|
|
26434
27052
|
};
|
|
26435
27053
|
|
|
26436
|
-
var _path$
|
|
27054
|
+
var _path$g;
|
|
26437
27055
|
|
|
26438
|
-
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); }
|
|
26439
27057
|
|
|
26440
27058
|
function SvgChevronRight(props) {
|
|
26441
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27059
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
26442
27060
|
className: "plc-w-6 plc-h-6",
|
|
26443
27061
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26444
27062
|
fill: "none",
|
|
26445
27063
|
viewBox: "0 0 24 24",
|
|
26446
27064
|
stroke: "currentColor"
|
|
26447
|
-
}, props), _path$
|
|
27065
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
26448
27066
|
strokeLinecap: "round",
|
|
26449
27067
|
strokeLinejoin: "round",
|
|
26450
27068
|
strokeWidth: 2,
|
|
@@ -26660,18 +27278,18 @@ const SavedItems = ({
|
|
|
26660
27278
|
});
|
|
26661
27279
|
};
|
|
26662
27280
|
|
|
26663
|
-
var _path$
|
|
27281
|
+
var _path$f;
|
|
26664
27282
|
|
|
26665
|
-
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); }
|
|
26666
27284
|
|
|
26667
27285
|
function SvgRefresh(props) {
|
|
26668
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27286
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
26669
27287
|
className: "plc-w-4 plc-h-4 plc-mr-1",
|
|
26670
27288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26671
27289
|
fill: "none",
|
|
26672
27290
|
viewBox: "0 0 24 24",
|
|
26673
27291
|
stroke: "currentColor"
|
|
26674
|
-
}, props), _path$
|
|
27292
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
26675
27293
|
strokeLinecap: "round",
|
|
26676
27294
|
strokeLinejoin: "round",
|
|
26677
27295
|
strokeWidth: 2,
|
|
@@ -26679,35 +27297,35 @@ function SvgRefresh(props) {
|
|
|
26679
27297
|
})));
|
|
26680
27298
|
}
|
|
26681
27299
|
|
|
26682
|
-
var _path$
|
|
27300
|
+
var _path$e;
|
|
26683
27301
|
|
|
26684
|
-
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); }
|
|
26685
27303
|
|
|
26686
27304
|
function SvgCalendar(props) {
|
|
26687
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27305
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
26688
27306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26689
27307
|
className: "plc-h-4 plc-w-4 plc-mr-1",
|
|
26690
27308
|
viewBox: "0 0 20 20",
|
|
26691
27309
|
fill: "currentColor"
|
|
26692
|
-
}, props), _path$
|
|
27310
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
26693
27311
|
fillRule: "evenodd",
|
|
26694
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",
|
|
26695
27313
|
clipRule: "evenodd"
|
|
26696
27314
|
})));
|
|
26697
27315
|
}
|
|
26698
27316
|
|
|
26699
|
-
var _path$
|
|
27317
|
+
var _path$d;
|
|
26700
27318
|
|
|
26701
|
-
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); }
|
|
26702
27320
|
|
|
26703
27321
|
function SvgPlus(props) {
|
|
26704
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
27322
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
26705
27323
|
className: "plc-w-5 plc-h-5",
|
|
26706
27324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26707
27325
|
fill: "none",
|
|
26708
27326
|
viewBox: "0 0 24 24",
|
|
26709
27327
|
stroke: "currentColor"
|
|
26710
|
-
}, props), _path$
|
|
27328
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
26711
27329
|
strokeLinecap: "round",
|
|
26712
27330
|
strokeLinejoin: "round",
|
|
26713
27331
|
strokeWidth: 2,
|
|
@@ -26715,23 +27333,6 @@ function SvgPlus(props) {
|
|
|
26715
27333
|
})));
|
|
26716
27334
|
}
|
|
26717
27335
|
|
|
26718
|
-
var _path$d;
|
|
26719
|
-
|
|
26720
|
-
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); }
|
|
26721
|
-
|
|
26722
|
-
function SvgCheckMark(props) {
|
|
26723
|
-
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
26724
|
-
className: "plc-w-4 plc-h-4 plc-mr-1",
|
|
26725
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
26726
|
-
viewBox: "0 0 20 20",
|
|
26727
|
-
fill: "currentColor"
|
|
26728
|
-
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
26729
|
-
fillRule: "evenodd",
|
|
26730
|
-
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",
|
|
26731
|
-
clipRule: "evenodd"
|
|
26732
|
-
})));
|
|
26733
|
-
}
|
|
26734
|
-
|
|
26735
27336
|
const SubscriptionsMenu = props => {
|
|
26736
27337
|
const {
|
|
26737
27338
|
t
|
|
@@ -26792,11 +27393,13 @@ const SubscriptionsItems = ({
|
|
|
26792
27393
|
switchView,
|
|
26793
27394
|
setSubscriptionToCancel,
|
|
26794
27395
|
setSubscriptionToSuspend,
|
|
26795
|
-
|
|
27396
|
+
set
|
|
26796
27397
|
} = usePelcro();
|
|
26797
27398
|
const subs = getNonDonationSubs();
|
|
26798
27399
|
if (subs.length === 0) return null;
|
|
26799
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
|
+
|
|
26800
27403
|
const isActive = activeMenu === sub.id; // Cancel button click handlers
|
|
26801
27404
|
|
|
26802
27405
|
const onCancelClick = () => {
|
|
@@ -26842,6 +27445,15 @@ const SubscriptionsItems = ({
|
|
|
26842
27445
|
setProductAndPlan(product, plan);
|
|
26843
27446
|
setSubscriptionIdToRenew(sub.id);
|
|
26844
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");
|
|
26845
27457
|
}; // Suspend click
|
|
26846
27458
|
|
|
26847
27459
|
|
|
@@ -26945,7 +27557,14 @@ const SubscriptionsItems = ({
|
|
|
26945
27557
|
onClick: onCancelClick,
|
|
26946
27558
|
disabled: disableSubmit,
|
|
26947
27559
|
"data-key": sub.id
|
|
26948
|
-
}, 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", {
|
|
26949
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"}`
|
|
26950
27569
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
26951
27570
|
className: `plc-transition plc-ease-out ${isActive && "plc-text-white plc-transform plc-rotate-90"}`
|
|
@@ -32029,4 +32648,4 @@ const QrCodeModal = ({
|
|
|
32029
32648
|
};
|
|
32030
32649
|
QrCodeModal.viewId = "qrcode";
|
|
32031
32650
|
|
|
32032
|
-
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 };
|