@weareconceptstudio/account 0.0.7 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AccountProvider.d.ts +4 -1
- package/dist/AccountProvider.js +9 -7
- package/dist/components/EmptyOrders/index.js +5 -4
- package/dist/components/OrderedItems/index.d.ts +1 -1
- package/dist/components/OrderedItems/index.js +4 -37
- package/dist/components/TotalCheckout/index.js +13 -18
- package/dist/components/TotalCheckout/style.js +0 -7
- package/dist/components/cart/EmptyCart/index.js +3 -3
- package/dist/components/cart/EmptyCart/style.js +1 -1
- package/dist/components/cart/Items/Simple/Item/index.js +12 -20
- package/dist/components/cart/Items/Simple/ItemMobile/index.js +13 -36
- package/dist/components/cart/Items/Simple/index.js +10 -9
- package/dist/components/cart/Items/Simple/style.js +14 -7
- package/dist/components/index.d.ts +0 -6
- package/dist/components/index.js +0 -6
- package/dist/components/ui/AccountButton/index.js +5 -2
- package/dist/components/ui/AccountButton/style.js +3 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/modules/address/AddressForm/index.js +44 -0
- package/dist/{components → modules/address}/AddressItem/index.d.ts +2 -4
- package/dist/{components → modules/address}/AddressItem/index.js +11 -11
- package/dist/modules/address/AddressProvider.d.ts +7 -0
- package/dist/modules/address/AddressProvider.js +57 -0
- package/dist/{components → modules/address}/AddressWrap/index.d.ts +3 -2
- package/dist/{components → modules/address}/AddressWrap/index.js +7 -7
- package/dist/modules/address/AddressesTemplate/index.d.ts +3 -0
- package/dist/modules/address/AddressesTemplate/index.js +11 -0
- package/dist/modules/address/SelectAddress/index.d.ts +6 -0
- package/dist/modules/address/SelectAddress/index.js +22 -0
- package/dist/modules/address/SelectAddress/style.d.ts +2 -0
- package/dist/modules/address/SelectAddress/style.js +68 -0
- package/dist/modules/address/SelectShippingBilling/index.d.ts +3 -0
- package/dist/modules/address/SelectShippingBilling/index.js +29 -0
- package/dist/modules/address/SelectShippingBillingPopup/index.d.ts +3 -0
- package/dist/modules/address/SelectShippingBillingPopup/index.js +25 -0
- package/dist/{components/SelectShippingBilling → modules/address/SelectShippingBillingPopup}/style.js +0 -43
- package/dist/modules/address/ShippingBillingForm/index.js +15 -0
- package/dist/modules/address/index.d.ts +9 -0
- package/dist/modules/address/index.js +9 -0
- package/dist/modules/index.d.ts +1 -0
- package/dist/modules/index.js +1 -0
- package/dist/templates/AccountSettingsTemplate/AccountInfo/index.js +1 -1
- package/dist/templates/AccountTemplate/index.js +1 -1
- package/dist/templates/AccountTemplate/style.js +0 -6
- package/dist/templates/CartTemplate/index.d.ts +1 -2
- package/dist/templates/CartTemplate/index.js +11 -8
- package/dist/templates/CheckoutTemplate/StepReview/index.d.ts +5 -0
- package/dist/templates/CheckoutTemplate/StepReview/index.js +16 -0
- package/dist/templates/CheckoutTemplate/StepShipping/index.d.ts +5 -0
- package/dist/templates/CheckoutTemplate/StepShipping/index.js +9 -0
- package/dist/templates/CheckoutTemplate/index.d.ts +2 -1
- package/dist/templates/CheckoutTemplate/index.js +29 -149
- package/dist/templates/CheckoutTemplate/style.js +9 -9
- package/dist/templates/OrderIndividualTemplate/index.js +1 -1
- package/dist/templates/index.d.ts +0 -1
- package/dist/templates/index.js +0 -1
- package/dist/translations/en.d.ts +72 -133
- package/dist/translations/en.js +84 -133
- package/dist/translations/hy.d.ts +74 -64
- package/dist/translations/hy.js +177 -155
- package/dist/translations/index.d.ts +218 -289
- package/dist/translations/ru.d.ts +72 -92
- package/dist/translations/ru.js +177 -185
- package/dist/utils/_functions.d.ts +0 -3
- package/dist/utils/_functions.js +0 -10
- package/package.json +1 -1
- package/dist/components/AddressForm/index.js +0 -99
- package/dist/components/FavoriteButton/index.d.ts +0 -3
- package/dist/components/FavoriteButton/index.js +0 -42
- package/dist/components/OrderedItems/ReviewPopup/index.d.ts +0 -0
- package/dist/components/OrderedItems/ReviewPopup/index.js +0 -202
- package/dist/components/OrderedItems/ReviewPopup/style.d.ts +0 -2
- package/dist/components/OrderedItems/ReviewPopup/style.js +0 -329
- package/dist/components/SelectShippingBilling/index.d.ts +0 -3
- package/dist/components/SelectShippingBilling/index.js +0 -31
- package/dist/components/ShippingBillingForm/index.js +0 -96
- package/dist/templates/AddressesTemplate/index.d.ts +0 -6
- package/dist/templates/AddressesTemplate/index.js +0 -9
- /package/dist/{components → modules/address}/AddressForm/index.d.ts +0 -0
- /package/dist/{components → modules/address}/AddressForm/style.d.ts +0 -0
- /package/dist/{components → modules/address}/AddressForm/style.js +0 -0
- /package/dist/{components → modules/address}/AddressItem/style.d.ts +0 -0
- /package/dist/{components → modules/address}/AddressItem/style.js +0 -0
- /package/dist/{templates → modules/address}/AddressesTemplate/style.d.ts +0 -0
- /package/dist/{templates → modules/address}/AddressesTemplate/style.js +0 -0
- /package/dist/{components → modules/address}/EmptyAddress/index.d.ts +0 -0
- /package/dist/{components → modules/address}/EmptyAddress/index.js +0 -0
- /package/dist/{components/SelectShippingBilling → modules/address/SelectShippingBillingPopup}/style.d.ts +0 -0
- /package/dist/{components → modules/address}/ShippingBillingForm/index.d.ts +0 -0
- /package/dist/{components → modules/address}/ShippingBillingForm/style.d.ts +0 -0
- /package/dist/{components → modules/address}/ShippingBillingForm/style.js +0 -0
- /package/dist/{components → modules/address}/ShippingBillingInfo/index.d.ts +0 -0
- /package/dist/{components → modules/address}/ShippingBillingInfo/index.js +0 -0
- /package/dist/{components → modules/address}/ShippingBillingInfo/style.d.ts +0 -0
- /package/dist/{components → modules/address}/ShippingBillingInfo/style.js +0 -0
package/dist/translations/hy.js
CHANGED
|
@@ -1,157 +1,179 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
enterCurrentPassword: '
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
myCart: '
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
2
|
+
editCart: 'Edit cart',
|
|
3
|
+
shopNow: 'Shop now',
|
|
4
|
+
noData: 'No data',
|
|
5
|
+
privacyPolicy: 'Privacy policy',
|
|
6
|
+
welcomeBack: 'Welcome back!',
|
|
7
|
+
login: 'Login',
|
|
8
|
+
accountText: 'Don’t have an account?',
|
|
9
|
+
joinNow: 'Join now',
|
|
10
|
+
forgotPasswordLink: 'Forgot Password?',
|
|
11
|
+
forgotPassword: 'Forgot password',
|
|
12
|
+
forgotPasswordDescription: "Please enter your email address and we'll send you instructions to reset your password.",
|
|
13
|
+
thankYou: 'Thank you!',
|
|
14
|
+
recoveryText: 'We sent a recovery link to you at',
|
|
15
|
+
tryAgainText: 'If you didn’t receive the email please',
|
|
16
|
+
tryAgain: 'try again.',
|
|
17
|
+
successfullyMessage: 'Your password has successfully changed.',
|
|
18
|
+
registration: 'Registration',
|
|
19
|
+
alreadyHaveAnAccount: 'Already have an account?',
|
|
20
|
+
signUp: 'Sign up',
|
|
21
|
+
checkedText1: "Yes I've read the",
|
|
22
|
+
checkedText2: 'and agree that my data given by me can be stored electronically.My data will thereby only be used to process my inquiry.',
|
|
23
|
+
verifyYourEmail: 'Verify your email',
|
|
24
|
+
verifyText1: 'We just sent your activation code to',
|
|
25
|
+
verifyText2: 'Enter the code below to confirm your email address.',
|
|
26
|
+
verify: 'Verify',
|
|
27
|
+
haveNotReceivedIt: "It may take a minute to receive your code. Haven't received it?",
|
|
28
|
+
resendNewCode: 'Resend a new code.',
|
|
29
|
+
deleteAccountTextPart1: 'If your email address is incorrect, ',
|
|
30
|
+
deleteAccountTextPart2: 'delete this account ',
|
|
31
|
+
deleteAccountTextPart3: '& register again.',
|
|
32
|
+
codeResendSuccessTitle: 'Your code was successfully resent.',
|
|
33
|
+
codeResendSuccessSubtitle: 'A new code has been sent to your email address.',
|
|
34
|
+
myAccount: 'My account',
|
|
35
|
+
accountInformation: 'Account information',
|
|
36
|
+
accountSettings: 'Account settings',
|
|
37
|
+
orderHistory: 'Order history',
|
|
38
|
+
signOut: 'Sign out',
|
|
39
|
+
//! First Name
|
|
40
|
+
firstName: 'First name',
|
|
41
|
+
first_name: 'First name:',
|
|
42
|
+
firstNamePlaceholder: 'First name',
|
|
43
|
+
//! Last Name
|
|
44
|
+
last_name: 'Last name:',
|
|
45
|
+
lastName: 'Last name',
|
|
46
|
+
lastNamePlaceholder: 'Last name',
|
|
47
|
+
//! Email
|
|
48
|
+
email_: 'Email:',
|
|
49
|
+
emailPlaceholder: 'Email',
|
|
50
|
+
email: 'Email',
|
|
51
|
+
//! Phone
|
|
52
|
+
phone: 'Phone',
|
|
53
|
+
phone_: 'Phone:',
|
|
54
|
+
phone_input: 'Phone',
|
|
55
|
+
phonePlaceholder: 'Phone',
|
|
56
|
+
//! Password
|
|
57
|
+
password: 'Password',
|
|
58
|
+
password_: 'Password:',
|
|
59
|
+
password_title: 'Password',
|
|
60
|
+
passwordPlaceholder: 'Password',
|
|
61
|
+
enterCurrentPassword: 'Enter current password',
|
|
62
|
+
enterCurrentPasswordPlaceholder: 'Enter current password',
|
|
63
|
+
enterNewPassword: 'Enter new password',
|
|
64
|
+
enterNewPasswordPlaceholder: 'Enter new password',
|
|
65
|
+
newPasswordPlaceholder: 'New password',
|
|
66
|
+
confirmNewPasswordPlaceholder: 'Confirm new password',
|
|
67
|
+
recoverPassword: 'Recover password.',
|
|
68
|
+
recoverPasswordDesc: 'An email has been sent to your email address. Please click the link when you get it.',
|
|
69
|
+
newPassword: 'New password',
|
|
70
|
+
confirmNewPassword: 'Confirm new password',
|
|
71
|
+
resetPassword: 'Reset password',
|
|
72
|
+
//! Empty
|
|
73
|
+
emptyTitle: 'Your orders will appear here.',
|
|
74
|
+
emptyDesc: 'You haven’t placed any orders yet.',
|
|
75
|
+
//! Btn
|
|
76
|
+
cancel: 'Cancel',
|
|
77
|
+
canceled: 'Canceled',
|
|
78
|
+
backToList: 'Back to list',
|
|
79
|
+
saveChanges: 'Save changes',
|
|
80
|
+
continueToShop: 'Continue to shop',
|
|
81
|
+
saveAndApply: 'Save and Apply',
|
|
82
|
+
remove: 'Remove',
|
|
83
|
+
goHome: 'Go home',
|
|
84
|
+
change: 'Change',
|
|
85
|
+
edit: 'Edit',
|
|
86
|
+
submit: 'Submit',
|
|
87
|
+
//! Order
|
|
88
|
+
orderItems: 'Order items',
|
|
89
|
+
orderDate: 'Order date',
|
|
90
|
+
totalItems: 'Total items',
|
|
91
|
+
orderNumber: 'Order number',
|
|
92
|
+
orderStatus: 'Order status',
|
|
93
|
+
totalPrice: 'Total price',
|
|
94
|
+
viewOrder: 'View order',
|
|
95
|
+
inProgress: 'In progress',
|
|
96
|
+
orderDetails: 'Order details',
|
|
97
|
+
deliverDate: 'Deliver date',
|
|
98
|
+
sortBy: 'Sort by',
|
|
99
|
+
sortByWithSymbol: 'Sort by:',
|
|
100
|
+
delivered: 'Delivered',
|
|
101
|
+
//! Address
|
|
102
|
+
addresses: 'Addresses',
|
|
103
|
+
address: 'Address',
|
|
104
|
+
shippingAndBillingInfo: 'Shipping & billing information',
|
|
105
|
+
shippedTo: 'Shipped to:',
|
|
106
|
+
addNewAdd: '+ Add a new address',
|
|
107
|
+
shippingAddress: 'Shipping address',
|
|
108
|
+
billingAddress: 'Billing address',
|
|
109
|
+
emptyAddress: 'We don’t have any saved addresses for you!',
|
|
110
|
+
deleteAddressMessage: 'Are you sure delete this address?',
|
|
111
|
+
confirmDeleteAddress: 'Please confirm you want to delete this address.',
|
|
112
|
+
addNewAddress: 'Add new address',
|
|
113
|
+
addNewShippingAddress: 'Add new shipping address',
|
|
114
|
+
addNewBillingAddress: 'Add new billing address',
|
|
115
|
+
updateYourAddress: 'Update your address',
|
|
116
|
+
updateYourShippingAddress: 'Update your shipping address',
|
|
117
|
+
updateYourBillingAddress: 'Update your billing address',
|
|
118
|
+
thisYourDefaultAddress: 'This is your default address.',
|
|
119
|
+
thisYourDefaultShippingAddress: 'This is your default shipping address.',
|
|
120
|
+
thisYourDefaultBillingAddress: 'This is your default billing address.',
|
|
121
|
+
makeYourDefaultShippingAddress: 'Make this your default shipping address.',
|
|
122
|
+
makeYourDefaultBillingAddress: 'Make this your default billing address.',
|
|
123
|
+
makeYourDefaultAddress: 'Make this your default address',
|
|
124
|
+
defaultAddress: 'Default address',
|
|
125
|
+
defaultShippingAddress: 'Default shipping address',
|
|
126
|
+
defaultBillingAddress: 'Default billing address',
|
|
127
|
+
//! Cart && checkout
|
|
128
|
+
addToCart: 'Add to cart',
|
|
129
|
+
addedToCart: 'Added to cart',
|
|
130
|
+
quantityWithSymbol: 'Quantity:',
|
|
131
|
+
free: 'Free',
|
|
132
|
+
shippingCost: 'Shipping cost',
|
|
133
|
+
cartEmpty: 'Your cart is empty',
|
|
134
|
+
cartEmptyDesc: 'Once you add something to your cart, it will appear here. Ready to get started?',
|
|
135
|
+
orderSummary: 'Order summary',
|
|
136
|
+
subtotal: 'Subtotal',
|
|
137
|
+
shipping: 'Shipping',
|
|
138
|
+
myCart: 'My cart',
|
|
139
|
+
proceedToCheckout: 'Proceed to Checkout',
|
|
140
|
+
continueShopping: 'Continue shopping',
|
|
141
|
+
proceedToPayment: 'Proceed to Payment',
|
|
142
|
+
checkoutCommentPlaceholder: 'Add a comment to the order',
|
|
143
|
+
item: 'Item',
|
|
144
|
+
quantity: 'Quantity',
|
|
145
|
+
price: 'Price',
|
|
146
|
+
total: 'Total',
|
|
147
|
+
//! Account
|
|
148
|
+
yourSettingsHaveBeenSaved: 'Your settings have been saved.',
|
|
149
|
+
yourPasswordHaveBeenChanged: 'Your password has been changed.',
|
|
150
|
+
removeAccount: 'Remove account',
|
|
151
|
+
deleteYourAccount: 'Delete your account?',
|
|
152
|
+
deleteYourAccountDesc: 'When you delete your account, your data will be permanently removed.',
|
|
153
|
+
//! Other
|
|
154
|
+
billedTo: 'Billed to:',
|
|
155
|
+
default: 'Default',
|
|
156
|
+
country: 'Country',
|
|
157
|
+
countryPlaceholder: 'Country',
|
|
158
|
+
address_1: 'Address',
|
|
159
|
+
address_1Placeholder: 'Address',
|
|
160
|
+
address_2: 'Address 2',
|
|
161
|
+
address_2Placeholder: 'Address 2',
|
|
162
|
+
zipCode: 'Zip code',
|
|
163
|
+
zipCodePlaceholder: 'Zip code',
|
|
164
|
+
city: 'City',
|
|
165
|
+
cityPlaceholder: 'City',
|
|
166
|
+
done: 'Done',
|
|
167
|
+
useAlsoBillingAddress: 'Use also as a billing address.',
|
|
168
|
+
shippingInformation: 'Shipping information',
|
|
169
|
+
payment: 'Payment',
|
|
170
|
+
confirmation: 'Confirmation',
|
|
171
|
+
billing: 'Billing',
|
|
172
|
+
selectShippingAddress: 'Select shipping address',
|
|
173
|
+
selectBillingAddress: 'Select billing address',
|
|
174
|
+
all: 'All',
|
|
175
|
+
by: 'By',
|
|
176
|
+
view: 'View',
|
|
177
|
+
confirmMessageTitle: 'Thank you for shopping with us!',
|
|
178
|
+
confirmMessageDesc: 'You will receive a confirmation email with details of your order.',
|
|
157
179
|
};
|