@weareconceptstudio/account 0.3.1 → 0.3.3
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.js +8 -6
- package/dist/components/Loader/index.d.ts +2 -0
- package/dist/components/Loader/index.js +7 -0
- package/dist/components/Loader/style.d.ts +2 -0
- package/dist/components/Loader/style.js +3 -0
- package/dist/components/TotalCheckout/CommentComp/index.js +1 -1
- package/dist/components/TotalCheckout/MuramoneyComp/index.d.ts +2 -1
- package/dist/components/TotalCheckout/MuramoneyComp/index.js +7 -4
- package/dist/components/TotalCheckout/MuramoneyComp/utils.d.ts +1 -0
- package/dist/components/TotalCheckout/MuramoneyComp/utils.js +1 -0
- package/dist/components/TotalCheckout/PromoCodeComp/index.d.ts +2 -1
- package/dist/components/TotalCheckout/PromoCodeComp/index.js +4 -3
- package/dist/components/TotalCheckout/index.js +44 -16
- package/dist/components/TotalCheckout/style.js +50 -0
- package/dist/modules/account/AccountBalanceTemplate/HistoryBalance/ItemHistory/index.js +6 -1
- package/dist/modules/address/AddressForm/style.js +5 -0
- package/dist/modules/address/AddressItem/index.js +4 -8
- package/dist/modules/address/AddressItem/style.js +10 -0
- package/dist/modules/address/AddressProvider.d.ts +1 -2
- package/dist/modules/address/AddressProvider.js +7 -7
- package/dist/modules/address/SelectAddress/index.js +2 -3
- package/dist/modules/address/SelectAddressPopup/index.js +3 -19
- package/dist/modules/address/ShippingBillingForm/style.js +5 -0
- package/dist/modules/address/ShippingBillingInfo/index.js +1 -4
- package/dist/modules/cart/CartTemplate/index.d.ts +2 -1
- package/dist/modules/cart/CartTemplate/index.js +3 -2
- package/dist/modules/cart/EmptyCart/icons.js +1 -1
- package/dist/modules/checkout/CheckoutProvider.d.ts +5 -0
- package/dist/modules/checkout/CheckoutProvider.js +66 -0
- package/dist/modules/checkout/CheckoutTemplate/StepReview/index.js +7 -19
- package/dist/modules/checkout/CheckoutTemplate/index.js +6 -26
- package/dist/modules/checkout/ThankYouTemplate/icons.js +1 -1
- package/dist/modules/checkout/index.d.ts +1 -0
- package/dist/modules/checkout/index.js +1 -0
- package/dist/modules/order/OrderDetails/index.js +7 -2
- package/dist/{components/TotalCheckout → modules/payment}/AddNewCard/index.d.ts +1 -2
- package/dist/modules/payment/AddNewCard/index.js +19 -0
- package/dist/{components/TotalCheckout → modules/payment}/AddNewCard/style.js +13 -6
- package/dist/{components/TotalCheckout → modules/payment}/CardComp/index.d.ts +3 -3
- package/dist/modules/payment/CardComp/index.js +36 -0
- package/dist/{components/TotalCheckout → modules/payment}/CardComp/style.js +28 -14
- package/dist/modules/payment/PaymentComp/index.d.ts +7 -0
- package/dist/{components/TotalCheckout → modules/payment}/PaymentComp/index.js +6 -3
- package/dist/modules/payment/PaymentMethodsComp/icons.d.ts +10 -0
- package/dist/modules/payment/PaymentMethodsComp/icons.js +56 -0
- package/dist/modules/payment/PaymentMethodsComp/index.d.ts +8 -0
- package/dist/{components/TotalCheckout → modules/payment}/PaymentMethodsComp/index.js +29 -25
- package/dist/{components/TotalCheckout → modules/payment}/PaymentMethodsComp/style.js +7 -7
- package/dist/modules/payment/PaymentMethodsTemplate/index.d.ts +1 -1
- package/dist/modules/payment/PaymentMethodsTemplate/index.js +21 -34
- package/dist/modules/payment/PaymentMethodsTemplate/style.js +43 -11
- package/dist/modules/payment/PaymentWrap/index.d.ts +6 -0
- package/dist/modules/payment/PaymentWrap/index.js +26 -0
- package/dist/modules/payment/PaymentWrap/style.d.ts +2 -0
- package/dist/{components/TotalCheckout/SelectPaymentMethodPopup → modules/payment/PaymentWrap}/style.js +29 -79
- package/dist/modules/payment/SelectPaymentMethodPopup/index.d.ts +3 -0
- package/dist/modules/payment/SelectPaymentMethodPopup/index.js +25 -0
- package/dist/modules/payment/SelectPaymentMethodPopup/style.js +81 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +4 -0
- package/dist/translations/hy.d.ts +3 -0
- package/dist/translations/hy.js +4 -0
- package/dist/translations/index.d.ts +9 -0
- package/dist/translations/ru.d.ts +3 -0
- package/dist/translations/ru.js +4 -0
- package/package.json +1 -1
- package/dist/components/TotalCheckout/AddNewCard/index.js +0 -11
- package/dist/components/TotalCheckout/CardComp/index.js +0 -36
- package/dist/components/TotalCheckout/PaymentComp/index.d.ts +0 -9
- package/dist/components/TotalCheckout/PaymentMethodsComp/index.d.ts +0 -8
- package/dist/components/TotalCheckout/SelectPaymentMethodPopup/index.d.ts +0 -3
- package/dist/components/TotalCheckout/SelectPaymentMethodPopup/index.js +0 -65
- /package/dist/{components/TotalCheckout → modules/payment}/AddNewCard/style.d.ts +0 -0
- /package/dist/{components/TotalCheckout → modules/payment}/CardComp/style.d.ts +0 -0
- /package/dist/{components/TotalCheckout → modules/payment}/PaymentComp/style.d.ts +0 -0
- /package/dist/{components/TotalCheckout → modules/payment}/PaymentComp/style.js +0 -0
- /package/dist/{components/TotalCheckout → modules/payment}/PaymentMethodsComp/style.d.ts +0 -0
- /package/dist/{components/TotalCheckout → modules/payment}/SelectPaymentMethodPopup/style.d.ts +0 -0
|
@@ -37,6 +37,8 @@ declare const _default: {
|
|
|
37
37
|
accountSettings: string;
|
|
38
38
|
orderHistory: string;
|
|
39
39
|
signOut: string;
|
|
40
|
+
name: string;
|
|
41
|
+
namePlaceholder: string;
|
|
40
42
|
firstName: string;
|
|
41
43
|
first_name: string;
|
|
42
44
|
firstNamePlaceholder: string;
|
|
@@ -88,6 +90,7 @@ declare const _default: {
|
|
|
88
90
|
inProgress: string;
|
|
89
91
|
orderDetails: string;
|
|
90
92
|
deliverDate: string;
|
|
93
|
+
usedBalance: string;
|
|
91
94
|
sortBy: string;
|
|
92
95
|
sortByWithSymbol: string;
|
|
93
96
|
delivered: string;
|
package/dist/translations/en.js
CHANGED
|
@@ -37,6 +37,9 @@ export default {
|
|
|
37
37
|
accountSettings: 'Account settings',
|
|
38
38
|
orderHistory: 'Order history',
|
|
39
39
|
signOut: 'Sign out',
|
|
40
|
+
//! Name
|
|
41
|
+
name: 'Name',
|
|
42
|
+
namePlaceholder: 'Name',
|
|
40
43
|
//! First Name
|
|
41
44
|
firstName: 'First name',
|
|
42
45
|
first_name: 'First name:',
|
|
@@ -96,6 +99,7 @@ export default {
|
|
|
96
99
|
inProgress: 'In progress',
|
|
97
100
|
orderDetails: 'Order details',
|
|
98
101
|
deliverDate: 'Deliver date',
|
|
102
|
+
usedBalance: 'Used Balance',
|
|
99
103
|
sortBy: 'Sort by',
|
|
100
104
|
sortByWithSymbol: 'Sort by:',
|
|
101
105
|
delivered: 'Delivered',
|
|
@@ -37,6 +37,8 @@ declare const _default: {
|
|
|
37
37
|
accountSettings: string;
|
|
38
38
|
orderHistory: string;
|
|
39
39
|
signOut: string;
|
|
40
|
+
name: string;
|
|
41
|
+
namePlaceholder: string;
|
|
40
42
|
firstName: string;
|
|
41
43
|
first_name: string;
|
|
42
44
|
firstNamePlaceholder: string;
|
|
@@ -88,6 +90,7 @@ declare const _default: {
|
|
|
88
90
|
inProgress: string;
|
|
89
91
|
orderDetails: string;
|
|
90
92
|
deliverDate: string;
|
|
93
|
+
usedBalance: string;
|
|
91
94
|
sortBy: string;
|
|
92
95
|
sortByWithSymbol: string;
|
|
93
96
|
delivered: string;
|
package/dist/translations/hy.js
CHANGED
|
@@ -37,6 +37,9 @@ export default {
|
|
|
37
37
|
accountSettings: 'Account settings',
|
|
38
38
|
orderHistory: 'Order history',
|
|
39
39
|
signOut: 'Sign out',
|
|
40
|
+
//! Name
|
|
41
|
+
name: 'Name',
|
|
42
|
+
namePlaceholder: 'Name',
|
|
40
43
|
//! First Name
|
|
41
44
|
firstName: 'First name',
|
|
42
45
|
first_name: 'First name:',
|
|
@@ -96,6 +99,7 @@ export default {
|
|
|
96
99
|
inProgress: 'In progress',
|
|
97
100
|
orderDetails: 'Order details',
|
|
98
101
|
deliverDate: 'Deliver date',
|
|
102
|
+
usedBalance: 'Used Balance',
|
|
99
103
|
sortBy: 'Sort by',
|
|
100
104
|
sortByWithSymbol: 'Sort by:',
|
|
101
105
|
delivered: 'Delivered',
|
|
@@ -38,6 +38,8 @@ declare const _default: {
|
|
|
38
38
|
accountSettings: string;
|
|
39
39
|
orderHistory: string;
|
|
40
40
|
signOut: string;
|
|
41
|
+
name: string;
|
|
42
|
+
namePlaceholder: string;
|
|
41
43
|
firstName: string;
|
|
42
44
|
first_name: string;
|
|
43
45
|
firstNamePlaceholder: string;
|
|
@@ -89,6 +91,7 @@ declare const _default: {
|
|
|
89
91
|
inProgress: string;
|
|
90
92
|
orderDetails: string;
|
|
91
93
|
deliverDate: string;
|
|
94
|
+
usedBalance: string;
|
|
92
95
|
sortBy: string;
|
|
93
96
|
sortByWithSymbol: string;
|
|
94
97
|
delivered: string;
|
|
@@ -244,6 +247,8 @@ declare const _default: {
|
|
|
244
247
|
accountSettings: string;
|
|
245
248
|
orderHistory: string;
|
|
246
249
|
signOut: string;
|
|
250
|
+
name: string;
|
|
251
|
+
namePlaceholder: string;
|
|
247
252
|
firstName: string;
|
|
248
253
|
first_name: string;
|
|
249
254
|
firstNamePlaceholder: string;
|
|
@@ -295,6 +300,7 @@ declare const _default: {
|
|
|
295
300
|
inProgress: string;
|
|
296
301
|
orderDetails: string;
|
|
297
302
|
deliverDate: string;
|
|
303
|
+
usedBalance: string;
|
|
298
304
|
sortBy: string;
|
|
299
305
|
sortByWithSymbol: string;
|
|
300
306
|
delivered: string;
|
|
@@ -450,6 +456,8 @@ declare const _default: {
|
|
|
450
456
|
accountSettings: string;
|
|
451
457
|
orderHistory: string;
|
|
452
458
|
signOut: string;
|
|
459
|
+
name: string;
|
|
460
|
+
namePlaceholder: string;
|
|
453
461
|
firstName: string;
|
|
454
462
|
first_name: string;
|
|
455
463
|
firstNamePlaceholder: string;
|
|
@@ -501,6 +509,7 @@ declare const _default: {
|
|
|
501
509
|
inProgress: string;
|
|
502
510
|
orderDetails: string;
|
|
503
511
|
deliverDate: string;
|
|
512
|
+
usedBalance: string;
|
|
504
513
|
sortBy: string;
|
|
505
514
|
sortByWithSymbol: string;
|
|
506
515
|
delivered: string;
|
|
@@ -37,6 +37,8 @@ declare const _default: {
|
|
|
37
37
|
accountSettings: string;
|
|
38
38
|
orderHistory: string;
|
|
39
39
|
signOut: string;
|
|
40
|
+
name: string;
|
|
41
|
+
namePlaceholder: string;
|
|
40
42
|
firstName: string;
|
|
41
43
|
first_name: string;
|
|
42
44
|
firstNamePlaceholder: string;
|
|
@@ -88,6 +90,7 @@ declare const _default: {
|
|
|
88
90
|
inProgress: string;
|
|
89
91
|
orderDetails: string;
|
|
90
92
|
deliverDate: string;
|
|
93
|
+
usedBalance: string;
|
|
91
94
|
sortBy: string;
|
|
92
95
|
sortByWithSymbol: string;
|
|
93
96
|
delivered: string;
|
package/dist/translations/ru.js
CHANGED
|
@@ -37,6 +37,9 @@ export default {
|
|
|
37
37
|
accountSettings: 'Account settings',
|
|
38
38
|
orderHistory: 'Order history',
|
|
39
39
|
signOut: 'Sign out',
|
|
40
|
+
//! Name
|
|
41
|
+
name: 'Name',
|
|
42
|
+
namePlaceholder: 'Name',
|
|
40
43
|
//! First Name
|
|
41
44
|
firstName: 'First name',
|
|
42
45
|
first_name: 'First name:',
|
|
@@ -96,6 +99,7 @@ export default {
|
|
|
96
99
|
inProgress: 'In progress',
|
|
97
100
|
orderDetails: 'Order details',
|
|
98
101
|
deliverDate: 'Deliver date',
|
|
102
|
+
usedBalance: 'Used Balance',
|
|
99
103
|
sortBy: 'Sort by',
|
|
100
104
|
sortByWithSymbol: 'Sort by:',
|
|
101
105
|
delivered: 'Delivered',
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Text, Image } from '@weareconceptstudio/core';
|
|
3
|
-
//* Style
|
|
4
|
-
import AddNewCardStyle from './style';
|
|
5
|
-
const AddNewCard = ({ title, className }) => {
|
|
6
|
-
return (React.createElement(AddNewCardStyle, { className: `new-card-container ${className || ''}` },
|
|
7
|
-
React.createElement("div", { className: `new-card-wrap` },
|
|
8
|
-
React.createElement(Image, { src: '/images/card.svg', alt: 'card', className: 'ard-svg' }),
|
|
9
|
-
React.createElement(Text, { className: `account-add-card-text account-p account-p3 account-font-medium account-primary-color1`, text: title }))));
|
|
10
|
-
};
|
|
11
|
-
export default AddNewCard;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React, { useCallback } from 'react';
|
|
2
|
-
import { Text, Image, useUi } from '@weareconceptstudio/core';
|
|
3
|
-
import WarningMessageForPopup from '../../WarningMessageForPopup';
|
|
4
|
-
import AccountButton from '../../AccountButton';
|
|
5
|
-
//* Style
|
|
6
|
-
import CardCompStyle from './style';
|
|
7
|
-
const isExpired = (expDate) => {
|
|
8
|
-
const [month, year] = expDate.split('/').map(Number);
|
|
9
|
-
const expDateObject = new Date(`20${year}`, month, 0);
|
|
10
|
-
return expDateObject < new Date();
|
|
11
|
-
};
|
|
12
|
-
const CardComp = ({ cardOption, className, selectedPayment, onSelect, onDelete }) => {
|
|
13
|
-
const expired = isExpired(cardOption.expDate);
|
|
14
|
-
const { openPopup } = useUi();
|
|
15
|
-
//! Handle Popups
|
|
16
|
-
const handleDeletePopup = useCallback(() => {
|
|
17
|
-
openPopup(React.createElement(WarningMessageForPopup, { isDelete: true, title: 'deleteCardMessage', description: 'confirmDeleteCard', onRemove: () => onDelete(cardOption.id) }), {
|
|
18
|
-
className: 'messagePopup',
|
|
19
|
-
accountIcon: true,
|
|
20
|
-
});
|
|
21
|
-
}, [onDelete, cardOption.id]);
|
|
22
|
-
return (React.createElement(CardCompStyle, { className: `card-container ${expired ? 'expired' : ''} ${className || ''}` },
|
|
23
|
-
React.createElement("div", { className: `card-wrap-top` },
|
|
24
|
-
React.createElement("div", { className: 'card-svg' }, cardOption && cardOption.type === 'MasterCard' ? (React.createElement(Image, { src: '/images/payment/mastercard.svg', alt: 'mastercard', className: 'mastercard-svg' })) : (React.createElement(Image, { src: '/images/payment/visa.svg', alt: 'visa', className: 'visa-svg' }))),
|
|
25
|
-
!expired ? (React.createElement("div", { key: cardOption.number, className: `circle-selected-wrap cursor-pointer ${selectedPayment === cardOption.number ? 'active' : ''}`, onClick: () => onSelect(cardOption.number) },
|
|
26
|
-
React.createElement("svg", { version: '1.1', viewBox: '0 0 32 32', xmlns: 'http://www.w3.org/2000/svg', className: `checkbox-icon ${selectedPayment === cardOption.number ? 'selected' : 'note-selected'}` },
|
|
27
|
-
React.createElement("path", { d: 'M13.345 30.462c-1.062 0-1.859-0.531-2.39-1.328l-9.56-16.996c-0.797-1.328-0.266-2.921 1.062-3.718 1.328-0.531 2.921 0 3.718 1.328l7.436 13.012 12.481-20.183c0.797-1.328 2.39-1.593 3.718-0.797s1.593 2.39 0.797 3.718l-14.871 23.635c-0.531 0.797-1.328 1.328-2.39 1.328z' })))) : null),
|
|
28
|
-
React.createElement("div", { className: `card-wrap-center` },
|
|
29
|
-
React.createElement(Text, { className: `card-full-name account-p account-p3 account-font-regular ${expired ? 'account-primary-color3' : 'account_backgroundColor'}`, text: cardOption.fullName }),
|
|
30
|
-
React.createElement(Text, { className: `card-number
|
|
31
|
-
account-p account-p1 account-font-regular ${expired ? 'account-primary-color3' : 'account_backgroundColor'}`, text: cardOption.number })),
|
|
32
|
-
React.createElement("div", { className: `card-wrap-bottom` },
|
|
33
|
-
React.createElement(Text, { className: `account-p account-p3 account-font-regular ${expired ? 'account-primary-color3' : 'account_backgroundColor'}`, text: expired ? 'cardExpired' : `Exp. Date ${cardOption.expDate}` }),
|
|
34
|
-
React.createElement(AccountButton, { text: `remove`, onClick: handleDeletePopup, btnType: `green-small-text`, className: `account-card-remove-btn account-p account-p3 account-font-regular ${expired ? 'account-primary-color3' : 'account_backgroundColor'}` }))));
|
|
35
|
-
};
|
|
36
|
-
export default CardComp;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export default PaymentComp;
|
|
2
|
-
declare function PaymentComp({ title, onClick, className, fillCheckoutData, checkoutData }: {
|
|
3
|
-
title: any;
|
|
4
|
-
onClick: any;
|
|
5
|
-
className: any;
|
|
6
|
-
fillCheckoutData: any;
|
|
7
|
-
checkoutData: any;
|
|
8
|
-
}): React.JSX.Element;
|
|
9
|
-
import React from 'react';
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import React, { memo as Memo, useEffect, useState } from 'react';
|
|
2
|
-
import { useUi, Text } from '@weareconceptstudio/core';
|
|
3
|
-
//* Components
|
|
4
|
-
import AccountButton from '../../AccountButton';
|
|
5
|
-
import PaymentMethodsComp from '../PaymentMethodsComp';
|
|
6
|
-
import AddNewCard from '../AddNewCard';
|
|
7
|
-
import CardComp from '../CardComp';
|
|
8
|
-
//* Style
|
|
9
|
-
import SelectPaymentMethodPopupStyle from './style';
|
|
10
|
-
const SelectPaymentMethodPopup = Memo(({ title, type, fillCheckoutData, checkoutData }) => {
|
|
11
|
-
const { openPopup, closePopup } = useUi();
|
|
12
|
-
const [selectedPaymentType, setSelectedPaymentType] = useState(checkoutData.paymentType);
|
|
13
|
-
const [selectedCard, setSelectedCard] = useState('');
|
|
14
|
-
useEffect(() => {
|
|
15
|
-
setSelectedPaymentType(checkoutData.paymentType);
|
|
16
|
-
}, [checkoutData.paymentType]);
|
|
17
|
-
const handlePaymentMethodChangeSubmit = () => {
|
|
18
|
-
fillCheckoutData('paymentType', selectedPaymentType);
|
|
19
|
-
if (selectedPaymentType === 'credit_card') {
|
|
20
|
-
fillCheckoutData('selectedCard', selectedCard);
|
|
21
|
-
}
|
|
22
|
-
closePopup();
|
|
23
|
-
};
|
|
24
|
-
const [cardOptions, setCardOptions] = useState([
|
|
25
|
-
{
|
|
26
|
-
id: 1,
|
|
27
|
-
type: 'MasterCard',
|
|
28
|
-
number: '3122 4577 8799 8877',
|
|
29
|
-
fullName: 'Sasoun Papelyan',
|
|
30
|
-
expDate: '12/24',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
id: 2,
|
|
34
|
-
type: 'Visa',
|
|
35
|
-
number: '4577 1234 3122 1234',
|
|
36
|
-
fullName: 'Gohar Vardevanyan',
|
|
37
|
-
expDate: '12/25',
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
id: 3,
|
|
41
|
-
type: 'MasterCard',
|
|
42
|
-
number: '8799 1234 3122 1234',
|
|
43
|
-
fullName: 'Sasoun Papelyan',
|
|
44
|
-
expDate: '12/27',
|
|
45
|
-
},
|
|
46
|
-
]);
|
|
47
|
-
const handleDelete = (cardId) => {
|
|
48
|
-
setCardOptions((prevOptions) => prevOptions.filter((card) => card.id !== cardId));
|
|
49
|
-
};
|
|
50
|
-
return (React.createElement(SelectPaymentMethodPopupStyle, null,
|
|
51
|
-
React.createElement("div", { className: `select-payment-wrap` },
|
|
52
|
-
React.createElement(Text, { tag: `h6`, className: 'account-p account-p2 account-font-bold account-primary-color1', text: title })),
|
|
53
|
-
React.createElement("div", { className: `flex-wrapper` },
|
|
54
|
-
React.createElement(AddNewCard, { title: 'addNewCard' }),
|
|
55
|
-
cardOptions.map((card, index) => (React.createElement(CardComp, { key: index, cardOption: card, selectedPayment: selectedCard, onSelect: setSelectedCard, onDelete: handleDelete })))),
|
|
56
|
-
React.createElement("div", { className: 'line' }),
|
|
57
|
-
React.createElement(PaymentMethodsComp, { checkoutData: { ...checkoutData, paymentType: selectedPaymentType }, fillCheckoutData: (key, val) => {
|
|
58
|
-
if (key === 'paymentType')
|
|
59
|
-
setSelectedPaymentType(val);
|
|
60
|
-
}, showAll: true }),
|
|
61
|
-
React.createElement("div", { className: `cancel-and-save-wrap` },
|
|
62
|
-
React.createElement(AccountButton, { btnType: `green-large-text`, text: `cancel`, onClick: closePopup }),
|
|
63
|
-
React.createElement(AccountButton, { btnType: `full-width`, text: `saveAndApply`, onClick: handlePaymentMethodChangeSubmit }))));
|
|
64
|
-
});
|
|
65
|
-
export default SelectPaymentMethodPopup;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{components/TotalCheckout → modules/payment}/SelectPaymentMethodPopup/style.d.ts
RENAMED
|
File without changes
|