@commercelayer/react-components 4.1.0-beta.1 → 4.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/components/MetadataInput.d.ts +1 -1
- package/lib/cjs/components/addresses/AddressCountrySelector.d.ts +1 -1
- package/lib/cjs/components/addresses/AddressField.d.ts +2 -2
- package/lib/cjs/components/addresses/AddressInput.d.ts +1 -1
- package/lib/cjs/components/addresses/AddressStateSelector.d.ts +1 -1
- package/lib/cjs/components/addresses/BillingAddressContainer.d.ts +1 -1
- package/lib/cjs/components/addresses/BillingAddressForm.d.ts +1 -1
- package/lib/cjs/components/customers/CustomerField.d.ts +3 -3
- package/lib/cjs/components/customers/CustomerInput.d.ts +1 -1
- package/lib/cjs/components/errors/Errors.d.ts +5 -0
- package/lib/cjs/components/errors/Errors.js +1 -0
- package/lib/cjs/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -1
- package/lib/cjs/components/gift_cards/GiftCardInput.d.ts +1 -1
- package/lib/cjs/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -1
- package/lib/cjs/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -1
- package/lib/cjs/components/gift_cards/GiftCardOrCouponRemoveButton.d.ts +1 -1
- package/lib/cjs/components/line_items/LineItem.js +1 -1
- package/lib/cjs/components/line_items/LineItemAmount.d.ts +1 -1
- package/lib/cjs/components/line_items/LineItemField.d.ts +3 -3
- package/lib/cjs/components/line_items/LineItemImage.d.ts +1 -1
- package/lib/cjs/components/line_items/LineItemOptions.d.ts +1 -1
- package/lib/cjs/components/line_items/LineItemQuantity.d.ts +1 -1
- package/lib/cjs/components/orders/AddToCartButton.d.ts +4 -4
- package/lib/cjs/components/orders/OrderList.d.ts +24 -7
- package/lib/cjs/components/orders/OrderList.js +1 -1
- package/lib/cjs/components/orders/OrderListPaginationButtons.d.ts +44 -0
- package/lib/cjs/components/orders/OrderListPaginationButtons.js +1 -0
- package/lib/cjs/components/orders/OrderListPaginationInfo.d.ts +29 -0
- package/lib/cjs/components/orders/OrderListPaginationInfo.js +1 -0
- package/lib/cjs/components/orders/OrderListRow.d.ts +3 -0
- package/lib/cjs/components/orders/OrderListRow.js +1 -1
- package/lib/cjs/components/orders/OrderNumber.d.ts +1 -1
- package/lib/cjs/components/parcels/ParcelField.d.ts +3 -3
- package/lib/cjs/components/parcels/ParcelLineItemField.d.ts +3 -3
- package/lib/cjs/components/payment_gateways/AdyenGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/BraintreeGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/CheckoutComGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/KlarnaGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/PaymentGateway.d.ts +2 -2
- package/lib/cjs/components/payment_gateways/PaypalGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/StripeGateway.d.ts +1 -1
- package/lib/cjs/components/payment_gateways/WireTransferGateway.d.ts +1 -1
- package/lib/cjs/components/payment_methods/PaymentMethod.d.ts +1 -1
- package/lib/cjs/components/payment_methods/PaymentMethodRadioButton.d.ts +1 -1
- package/lib/cjs/components/payment_source/AdyenPayment.d.ts +2 -2
- package/lib/cjs/components/payment_source/BraintreePayment.d.ts +3 -3
- package/lib/cjs/components/payment_source/CheckoutComPayment.d.ts +2 -2
- package/lib/cjs/components/payment_source/KlarnaPayment.d.ts +1 -1
- package/lib/cjs/components/payment_source/PaymentSourceDetail.d.ts +1 -1
- package/lib/cjs/components/payment_source/PaymentSourceEditButton.d.ts +1 -1
- package/lib/cjs/components/payment_source/PaypalPayment.d.ts +2 -2
- package/lib/cjs/components/payment_source/StripePayment.d.ts +2 -2
- package/lib/cjs/components/payment_source/WireTransferPayment.d.ts +2 -2
- package/lib/cjs/components/shipments/ShipmentField.d.ts +2 -2
- package/lib/cjs/components/shipping_methods/ShippingMethodName.d.ts +1 -1
- package/lib/cjs/components/shipping_methods/ShippingMethodPrice.d.ts +1 -1
- package/lib/cjs/components/shipping_methods/ShippingMethodRadioButton.d.ts +3 -3
- package/lib/cjs/components/skus/AvailabilityTemplate.d.ts +2 -2
- package/lib/cjs/components/skus/DeliveryLeadTime.d.ts +3 -3
- package/lib/cjs/components/skus/SkuField.d.ts +3 -3
- package/lib/cjs/components/stock_transfers/StockTransferField.d.ts +3 -3
- package/lib/cjs/components/utils/AddressCardsTemplate.d.ts +2 -2
- package/lib/cjs/components/utils/BaseField.d.ts +1 -1
- package/lib/cjs/components/utils/BaseInput.d.ts +2 -2
- package/lib/cjs/components/utils/BaseOrderPrice.d.ts +1 -1
- package/lib/cjs/components/utils/BaseSelect.d.ts +1 -1
- package/lib/cjs/components/utils/GenericFieldComponent.d.ts +3 -3
- package/lib/cjs/components/utils/PaymentCardsTemplate.d.ts +4 -4
- package/lib/cjs/components/utils/PriceTemplate.d.ts +1 -1
- package/lib/cjs/components/utils/getAllErrors.d.ts +1 -1
- package/lib/cjs/context/AddressContext.d.ts +1 -1
- package/lib/cjs/context/BillingAddressContext.d.ts +1 -1
- package/lib/cjs/context/BillingAddressFormContext.d.ts +1 -1
- package/lib/cjs/context/CouponAndGiftCardFormContext.d.ts +1 -1
- package/lib/cjs/context/CustomerAddressFormContext.d.ts +1 -1
- package/lib/cjs/context/CustomerContext.d.ts +1 -1
- package/lib/cjs/context/ExternalFunctionContext.d.ts +1 -1
- package/lib/cjs/context/LineItemChildrenContext.d.ts +1 -1
- package/lib/cjs/context/OrderListChildrenContext.d.ts +1 -1
- package/lib/cjs/context/OrderListPaginationContext.d.ts +19 -0
- package/lib/cjs/context/OrderListPaginationContext.js +1 -0
- package/lib/cjs/context/PaymentMethodContext.d.ts +1 -1
- package/lib/cjs/context/PaymentSourceContext.d.ts +2 -2
- package/lib/cjs/context/PlaceOrderContext.d.ts +1 -1
- package/lib/cjs/context/ShipmentContext.d.ts +1 -1
- package/lib/cjs/context/ShippingAddressContext.d.ts +1 -1
- package/lib/cjs/context/SkuChildrenContext.d.ts +1 -1
- package/lib/cjs/context/SkuContext.d.ts +1 -1
- package/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/reducers/AddressReducer.d.ts +10 -10
- package/lib/cjs/reducers/AvailabilityReducer.d.ts +4 -4
- package/lib/cjs/reducers/BillingAddressReducer.d.ts +4 -4
- package/lib/cjs/reducers/CustomerReducer.d.ts +6 -6
- package/lib/cjs/reducers/GiftCardReducer.d.ts +3 -3
- package/lib/cjs/reducers/LineItemReducer.d.ts +4 -4
- package/lib/cjs/reducers/OrderReducer.d.ts +19 -19
- package/lib/cjs/reducers/OrderReducer.js +1 -1
- package/lib/cjs/reducers/PaymentMethodReducer.d.ts +17 -17
- package/lib/cjs/reducers/PlaceOrderReducer.d.ts +5 -5
- package/lib/cjs/reducers/PriceReducer.d.ts +3 -3
- package/lib/cjs/reducers/ShipmentReducer.d.ts +6 -6
- package/lib/cjs/reducers/ShippingAddressReducer.d.ts +4 -4
- package/lib/cjs/reducers/SkuListsReducer.d.ts +3 -3
- package/lib/cjs/reducers/SkuReducer.d.ts +3 -3
- package/lib/cjs/typings/errors.d.ts +3 -3
- package/lib/cjs/typings/index.d.ts +24 -24
- package/lib/cjs/utils/PropsType.d.ts +4 -4
- package/lib/cjs/utils/addressesManager.d.ts +3 -3
- package/lib/cjs/utils/checkIncludeResource.d.ts +1 -1
- package/lib/cjs/utils/compareObjAttribute.d.ts +2 -2
- package/lib/cjs/utils/filterChildren.d.ts +8 -0
- package/lib/cjs/utils/filterChildren.js +1 -0
- package/lib/cjs/utils/getCardDetails.d.ts +2 -2
- package/lib/cjs/utils/getCartLink.d.ts +1 -1
- package/lib/cjs/utils/getErrors.d.ts +1 -1
- package/lib/cjs/utils/getLineItemsCount.d.ts +1 -1
- package/lib/cjs/utils/hooks/useCustomContext.js +1 -1
- package/lib/cjs/utils/jwt.d.ts +1 -1
- package/lib/cjs/utils/localStorage.d.ts +1 -1
- package/lib/cjs/utils/omit.d.ts +1 -0
- package/lib/cjs/utils/omit.js +1 -0
- package/lib/esm/components/MetadataInput.d.ts +1 -1
- package/lib/esm/components/addresses/AddressCountrySelector.d.ts +1 -1
- package/lib/esm/components/addresses/AddressField.d.ts +2 -2
- package/lib/esm/components/addresses/AddressInput.d.ts +1 -1
- package/lib/esm/components/addresses/AddressStateSelector.d.ts +1 -1
- package/lib/esm/components/addresses/BillingAddressContainer.d.ts +1 -1
- package/lib/esm/components/addresses/BillingAddressForm.d.ts +1 -1
- package/lib/esm/components/customers/CustomerField.d.ts +3 -3
- package/lib/esm/components/customers/CustomerInput.d.ts +1 -1
- package/lib/esm/components/errors/Errors.d.ts +5 -0
- package/lib/esm/components/errors/Errors.js +1 -0
- package/lib/esm/components/gift_cards/GiftCardCurrencySelector.d.ts +1 -1
- package/lib/esm/components/gift_cards/GiftCardInput.d.ts +1 -1
- package/lib/esm/components/gift_cards/GiftCardOrCouponForm.d.ts +1 -1
- package/lib/esm/components/gift_cards/GiftCardOrCouponInput.d.ts +1 -1
- package/lib/esm/components/gift_cards/GiftCardOrCouponRemoveButton.d.ts +1 -1
- package/lib/esm/components/line_items/LineItem.js +1 -1
- package/lib/esm/components/line_items/LineItemAmount.d.ts +1 -1
- package/lib/esm/components/line_items/LineItemField.d.ts +3 -3
- package/lib/esm/components/line_items/LineItemImage.d.ts +1 -1
- package/lib/esm/components/line_items/LineItemOptions.d.ts +1 -1
- package/lib/esm/components/line_items/LineItemQuantity.d.ts +1 -1
- package/lib/esm/components/orders/AddToCartButton.d.ts +4 -4
- package/lib/esm/components/orders/OrderList.d.ts +24 -7
- package/lib/esm/components/orders/OrderList.js +1 -1
- package/lib/esm/components/orders/OrderListPaginationButtons.d.ts +44 -0
- package/lib/esm/components/orders/OrderListPaginationButtons.js +1 -0
- package/lib/esm/components/orders/OrderListPaginationInfo.d.ts +29 -0
- package/lib/esm/components/orders/OrderListPaginationInfo.js +1 -0
- package/lib/esm/components/orders/OrderListRow.d.ts +3 -0
- package/lib/esm/components/orders/OrderListRow.js +1 -1
- package/lib/esm/components/orders/OrderNumber.d.ts +1 -1
- package/lib/esm/components/parcels/ParcelField.d.ts +3 -3
- package/lib/esm/components/parcels/ParcelLineItemField.d.ts +3 -3
- package/lib/esm/components/payment_gateways/AdyenGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/BraintreeGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/CheckoutComGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/KlarnaGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/PaymentGateway.d.ts +2 -2
- package/lib/esm/components/payment_gateways/PaypalGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/StripeGateway.d.ts +1 -1
- package/lib/esm/components/payment_gateways/WireTransferGateway.d.ts +1 -1
- package/lib/esm/components/payment_methods/PaymentMethod.d.ts +1 -1
- package/lib/esm/components/payment_methods/PaymentMethodRadioButton.d.ts +1 -1
- package/lib/esm/components/payment_source/AdyenPayment.d.ts +2 -2
- package/lib/esm/components/payment_source/BraintreePayment.d.ts +3 -3
- package/lib/esm/components/payment_source/CheckoutComPayment.d.ts +2 -2
- package/lib/esm/components/payment_source/KlarnaPayment.d.ts +1 -1
- package/lib/esm/components/payment_source/PaymentSourceDetail.d.ts +1 -1
- package/lib/esm/components/payment_source/PaymentSourceEditButton.d.ts +1 -1
- package/lib/esm/components/payment_source/PaypalPayment.d.ts +2 -2
- package/lib/esm/components/payment_source/StripePayment.d.ts +2 -2
- package/lib/esm/components/payment_source/WireTransferPayment.d.ts +2 -2
- package/lib/esm/components/shipments/ShipmentField.d.ts +2 -2
- package/lib/esm/components/shipping_methods/ShippingMethodName.d.ts +1 -1
- package/lib/esm/components/shipping_methods/ShippingMethodPrice.d.ts +1 -1
- package/lib/esm/components/shipping_methods/ShippingMethodRadioButton.d.ts +3 -3
- package/lib/esm/components/skus/AvailabilityTemplate.d.ts +2 -2
- package/lib/esm/components/skus/DeliveryLeadTime.d.ts +3 -3
- package/lib/esm/components/skus/SkuField.d.ts +3 -3
- package/lib/esm/components/stock_transfers/StockTransferField.d.ts +3 -3
- package/lib/esm/components/utils/AddressCardsTemplate.d.ts +2 -2
- package/lib/esm/components/utils/BaseField.d.ts +1 -1
- package/lib/esm/components/utils/BaseInput.d.ts +2 -2
- package/lib/esm/components/utils/BaseOrderPrice.d.ts +1 -1
- package/lib/esm/components/utils/BaseSelect.d.ts +1 -1
- package/lib/esm/components/utils/GenericFieldComponent.d.ts +3 -3
- package/lib/esm/components/utils/PaymentCardsTemplate.d.ts +4 -4
- package/lib/esm/components/utils/PriceTemplate.d.ts +1 -1
- package/lib/esm/components/utils/getAllErrors.d.ts +1 -1
- package/lib/esm/context/AddressContext.d.ts +1 -1
- package/lib/esm/context/BillingAddressContext.d.ts +1 -1
- package/lib/esm/context/BillingAddressFormContext.d.ts +1 -1
- package/lib/esm/context/CouponAndGiftCardFormContext.d.ts +1 -1
- package/lib/esm/context/CustomerAddressFormContext.d.ts +1 -1
- package/lib/esm/context/CustomerContext.d.ts +1 -1
- package/lib/esm/context/ExternalFunctionContext.d.ts +1 -1
- package/lib/esm/context/LineItemChildrenContext.d.ts +1 -1
- package/lib/esm/context/OrderListChildrenContext.d.ts +1 -1
- package/lib/esm/context/OrderListPaginationContext.d.ts +19 -0
- package/lib/esm/context/OrderListPaginationContext.js +1 -0
- package/lib/esm/context/PaymentMethodContext.d.ts +1 -1
- package/lib/esm/context/PaymentSourceContext.d.ts +2 -2
- package/lib/esm/context/PlaceOrderContext.d.ts +1 -1
- package/lib/esm/context/ShipmentContext.d.ts +1 -1
- package/lib/esm/context/ShippingAddressContext.d.ts +1 -1
- package/lib/esm/context/SkuChildrenContext.d.ts +1 -1
- package/lib/esm/context/SkuContext.d.ts +1 -1
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/reducers/AddressReducer.d.ts +10 -10
- package/lib/esm/reducers/AvailabilityReducer.d.ts +4 -4
- package/lib/esm/reducers/BillingAddressReducer.d.ts +4 -4
- package/lib/esm/reducers/CustomerReducer.d.ts +6 -6
- package/lib/esm/reducers/GiftCardReducer.d.ts +3 -3
- package/lib/esm/reducers/LineItemReducer.d.ts +4 -4
- package/lib/esm/reducers/OrderReducer.d.ts +19 -19
- package/lib/esm/reducers/OrderReducer.js +1 -1
- package/lib/esm/reducers/PaymentMethodReducer.d.ts +17 -17
- package/lib/esm/reducers/PlaceOrderReducer.d.ts +5 -5
- package/lib/esm/reducers/PriceReducer.d.ts +3 -3
- package/lib/esm/reducers/ShipmentReducer.d.ts +6 -6
- package/lib/esm/reducers/ShippingAddressReducer.d.ts +4 -4
- package/lib/esm/reducers/SkuListsReducer.d.ts +3 -3
- package/lib/esm/reducers/SkuReducer.d.ts +3 -3
- package/lib/esm/typings/errors.d.ts +3 -3
- package/lib/esm/typings/index.d.ts +24 -24
- package/lib/esm/utils/PropsType.d.ts +4 -4
- package/lib/esm/utils/addressesManager.d.ts +3 -3
- package/lib/esm/utils/checkIncludeResource.d.ts +1 -1
- package/lib/esm/utils/compareObjAttribute.d.ts +2 -2
- package/lib/esm/utils/filterChildren.d.ts +8 -0
- package/lib/esm/utils/filterChildren.js +1 -0
- package/lib/esm/utils/getCardDetails.d.ts +2 -2
- package/lib/esm/utils/getCartLink.d.ts +1 -1
- package/lib/esm/utils/getErrors.d.ts +1 -1
- package/lib/esm/utils/getLineItemsCount.d.ts +1 -1
- package/lib/esm/utils/hooks/useCustomContext.js +1 -1
- package/lib/esm/utils/jwt.d.ts +1 -1
- package/lib/esm/utils/localStorage.d.ts +1 -1
- package/lib/esm/utils/omit.d.ts +1 -0
- package/lib/esm/utils/omit.js +1 -0
- package/lib/tsconfig.prod.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.prod.tsbuildinfo +1 -1
- package/package.json +24 -17
- package/lib/cjs/components/Errors.d.ts +0 -5
- package/lib/cjs/components/Errors.js +0 -1
- package/lib/esm/components/Errors.d.ts +0 -5
- package/lib/esm/components/Errors.js +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { LineItem } from '@commercelayer/sdk';
|
|
3
3
|
import { BaseError, ResourceErrorType } from '../../typings/errors';
|
|
4
|
-
export
|
|
4
|
+
export type AllErrorsParams = {
|
|
5
5
|
allErrors: BaseError[];
|
|
6
6
|
messages: BaseError[];
|
|
7
7
|
field?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AddressState, SetAddress, AddressResource } from '../reducers/AddressReducer';
|
|
3
3
|
import { BaseError } from '../typings/errors';
|
|
4
|
-
|
|
4
|
+
type DefaultContext = {
|
|
5
5
|
saveAddresses: () => void;
|
|
6
6
|
setCloneAddress: (id: string, resource: AddressResource) => void;
|
|
7
7
|
setAddress: SetAddress;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { Address } from '@commercelayer/sdk';
|
|
3
|
-
export
|
|
3
|
+
export type AddressValuesKeys = `${keyof Address}` | `billing_address_${keyof Address}` | `shipping_address_${keyof Address}`;
|
|
4
4
|
export interface DefaultContextAddress {
|
|
5
5
|
validation?: void;
|
|
6
6
|
setValue?: (name: AddressValuesKeys, value: string | number | readonly string[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AddressCountrySelectName, AddressInputName } from '../typings/index';
|
|
3
3
|
import { AddressField } from '../reducers/AddressReducer';
|
|
4
|
-
export
|
|
4
|
+
export type DefaultContextAddress = {
|
|
5
5
|
validation?: void;
|
|
6
6
|
setValue?: (name: AddressField | AddressInputName | AddressCountrySelectName, value: any) => void;
|
|
7
7
|
errors?: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SetCustomerErrors, deleteCustomerAddress, CustomerState, GetCustomerAddresses, getCustomerPaymentSources, setCustomerEmail, TCustomerAddress } from '../reducers/CustomerReducer';
|
|
3
|
-
export
|
|
3
|
+
export type InitialCustomerContext = Partial<{
|
|
4
4
|
saveCustomerUser: (customerEmail: string) => Promise<void>;
|
|
5
5
|
setCustomerErrors: SetCustomerErrors;
|
|
6
6
|
setCustomerEmail: typeof setCustomerEmail;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { LineItem } from '@commercelayer/sdk';
|
|
3
|
-
export
|
|
3
|
+
export type InitialLineItemContext = Partial<{
|
|
4
4
|
lineItem: LineItem;
|
|
5
5
|
}>;
|
|
6
6
|
declare const LineItemChildrenContext: import("react").Context<Partial<{
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Row } from 'react-table';
|
|
3
|
+
export interface OrderListPaginationContext {
|
|
4
|
+
canNextPage: boolean;
|
|
5
|
+
canPreviousPage: boolean;
|
|
6
|
+
gotoPage: (page: number) => void;
|
|
7
|
+
nextPage: () => void;
|
|
8
|
+
page: Row[];
|
|
9
|
+
pageCount: number;
|
|
10
|
+
pageIndex: number;
|
|
11
|
+
pageNumber: number;
|
|
12
|
+
pageOptions: number[];
|
|
13
|
+
pageSize: number;
|
|
14
|
+
previousPage: () => void;
|
|
15
|
+
setPageSize: (pageCount: number) => void;
|
|
16
|
+
totalRows: number;
|
|
17
|
+
}
|
|
18
|
+
declare const ctx: import("react").Context<OrderListPaginationContext | null>;
|
|
19
|
+
export default ctx;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createContext}from"react";const ctx=createContext(null);export default ctx;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { UpdatePaymentSource, PaymentMethodState, SetPaymentMethodErrors, SetPaymentSource, SetPaymentMethod, DestroyPaymentSource, SetPaymentRef, setLoading } from '../reducers/PaymentMethodReducer';
|
|
3
|
-
|
|
3
|
+
type DefaultContext = {
|
|
4
4
|
setPaymentMethodErrors: SetPaymentMethodErrors;
|
|
5
5
|
setPaymentMethod: SetPaymentMethod;
|
|
6
6
|
setPaymentSource: SetPaymentSource;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export
|
|
3
|
-
|
|
2
|
+
export type IconBrand = 'visa' | 'credit-card' | 'amex' | 'mastercard' | 'jcb' | 'wire-transfer' | 'maestro' | 'cirrus' | 'paypal';
|
|
3
|
+
type DefaultContext = {
|
|
4
4
|
brand?: IconBrand | string;
|
|
5
5
|
exp_month?: number | string;
|
|
6
6
|
exp_year?: number | string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RefObject } from 'react';
|
|
2
2
|
import { PlaceOrderOptions, PlaceOrderState, SetPlaceOrderErrors } from '../reducers/PlaceOrderReducer';
|
|
3
3
|
import { PaymentSourceType } from '../reducers/PaymentMethodReducer';
|
|
4
|
-
|
|
4
|
+
type DefaultContext = {
|
|
5
5
|
setPlaceOrderErrors?: SetPlaceOrderErrors;
|
|
6
6
|
setPlaceOrder?: ({ paymentSource, }: {
|
|
7
7
|
paymentSource?: PaymentSourceType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ShipmentState, SetShipmentErrors } from '../reducers/ShipmentReducer';
|
|
3
|
-
|
|
3
|
+
type DefaultContext = {
|
|
4
4
|
setShipmentErrors: SetShipmentErrors;
|
|
5
5
|
setShippingMethod: (shipmentId: string, shippingMethodId: string) => Promise<void>;
|
|
6
6
|
} & ShipmentState;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ShippingAddressState } from '../reducers/ShippingAddressReducer';
|
|
3
|
-
|
|
3
|
+
type DefaultContext = {
|
|
4
4
|
setShippingAddress?: (id: string, options?: {
|
|
5
5
|
customerAddressId: string;
|
|
6
6
|
}) => Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SkuState } from '../reducers/SkuReducer';
|
|
3
|
-
export
|
|
3
|
+
export type SkuContextValue = SkuState;
|
|
4
4
|
declare const SkuContext: import("react").Context<Partial<{
|
|
5
5
|
skus: import("@commercelayer/sdk/lib/cjs/resources/skus").Sku[];
|
|
6
6
|
loading: boolean;
|
package/lib/esm/index.d.ts
CHANGED
package/lib/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export*from"./components/Errors";export*from"./components/ExternalFunction";export*from"./components/MetadataInput";export*from"./components/SubmitButton";export*from"./components/addresses/Address";export*from"./components/addresses/AddressCountrySelector";export*from"./components/addresses/AddressField";export*from"./components/addresses/AddressInput";export*from"./components/addresses/AddressStateSelector";export*from"./components/addresses/AddressesContainer";export*from"./components/addresses/AddressesEmpty";export*from"./components/addresses/BillingAddressContainer";export*from"./components/addresses/BillingAddressForm";export*from"./components/addresses/SaveAddressesButton";export*from"./components/addresses/ShippingAddressContainer";export*from"./components/addresses/ShippingAddressForm";export*from"./components/auth/CommerceLayer";export*from"./components/customers/CustomerAddressForm";export*from"./components/customers/CustomerContainer";export*from"./components/customers/CustomerField";export*from"./components/customers/CustomerInput";export*from"./components/customers/SaveCustomerButton";export*from"./components/gift_cards/GiftCard";export*from"./components/gift_cards/GiftCardContainer";export*from"./components/gift_cards/GiftCardCurrencySelector";export*from"./components/gift_cards/GiftCardInput";export*from"./components/gift_cards/GiftCardOrCouponCode";export*from"./components/gift_cards/GiftCardOrCouponForm";export*from"./components/gift_cards/GiftCardOrCouponInput";export*from"./components/gift_cards/GiftCardOrCouponRemoveButton";export*from"./components/gift_cards/GiftCardOrCouponSubmit";export*from"./components/line_items/LineItemsContainer";export*from"./components/line_items/LineItem";export*from"./components/line_items/LineItemAmount";export*from"./components/line_items/LineItemCode";export*from"./components/line_items/LineItemField";export*from"./components/line_items/LineItemImage";export*from"./components/line_items/LineItemName";export*from"./components/line_items/LineItemOption";export*from"./components/line_items/LineItemOptions";export*from"./components/line_items/LineItemQuantity";export*from"./components/line_items/LineItemRemoveLink";export*from"./components/line_items/LineItemsCount";export*from"./components/line_items/LineItemsEmpty";export*from"./components/orders/AddToCartButton";export*from"./components/orders/AdjustmentAmount";export*from"./components/orders/CartLink";export*from"./components/orders/CheckoutLink";export*from"./components/orders/DiscountAmount";export*from"./components/orders/GiftCardAmount";export*from"./components/orders/OrderContainer";export*from"./components/orders/OrderList";export*from"./components/orders/OrderListEmpty";export*from"./components/orders/OrderListRow";export*from"./components/orders/OrderNumber";export*from"./components/orders/OrderStorage";export*from"./components/orders/PaymentMethodAmount";export*from"./components/orders/PlaceOrderButton";export*from"./components/orders/PlaceOrderContainer";export*from"./components/orders/PrivacyAndTermsCheckbox";export*from"./components/orders/ShippingAmount";export*from"./components/orders/SubTotalAmount";export*from"./components/orders/TaxesAmount";export*from"./components/orders/TotalAmount";export*from"./components/parcels/ParcelField";export*from"./components/parcels/ParcelLineItem";export*from"./components/parcels/ParcelLineItemField";export*from"./components/parcels/ParcelLineItemsCount";export*from"./components/parcels/Parcels";export*from"./components/parcels/ParcelsCount";export*from"./components/payment_methods/PaymentMethod";export*from"./components/payment_methods/PaymentMethodName";export*from"./components/payment_methods/PaymentMethodPrice";export*from"./components/payment_methods/PaymentMethodRadioButton";export*from"./components/payment_methods/PaymentMethodsContainer";export*from"./components/payment_source/PaymentSource";export*from"./components/payment_source/PaymentSourceBrandIcon";export*from"./components/payment_source/PaymentSourceBrandName";export*from"./components/payment_source/PaymentSourceDetail";export*from"./components/payment_source/PaymentSourceEditButton";export*from"./components/prices/Price";export*from"./components/prices/PricesContainer";export*from"./components/shipments/Shipment";export*from"./components/shipments/ShipmentField";export*from"./components/shipments/ShipmentsContainer";export*from"./components/shipments/ShipmentsCount";export*from"./components/shipping_methods/ShippingMethod";export*from"./components/shipping_methods/ShippingMethodName";export*from"./components/shipping_methods/ShippingMethodPrice";export*from"./components/shipping_methods/ShippingMethodRadioButton";export*from"./components/skus/AvailabilityContainer";export*from"./components/skus/AvailabilityTemplate";export*from"./components/skus/DeliveryLeadTime";export*from"./components/skus/SkuField";export*from"./components/skus/SkuList";export*from"./components/skus/SkuListsContainer";export*from"./components/skus/Skus";export*from"./components/skus/SkusContainer";export*from"./components/stock_transfers/StockTransfer";export*from"./components/stock_transfers/StockTransferField";
|
|
1
|
+
export*from"./components/errors/Errors";export*from"./components/ExternalFunction";export*from"./components/MetadataInput";export*from"./components/SubmitButton";export*from"./components/addresses/Address";export*from"./components/addresses/AddressCountrySelector";export*from"./components/addresses/AddressField";export*from"./components/addresses/AddressInput";export*from"./components/addresses/AddressStateSelector";export*from"./components/addresses/AddressesContainer";export*from"./components/addresses/AddressesEmpty";export*from"./components/addresses/BillingAddressContainer";export*from"./components/addresses/BillingAddressForm";export*from"./components/addresses/SaveAddressesButton";export*from"./components/addresses/ShippingAddressContainer";export*from"./components/addresses/ShippingAddressForm";export*from"./components/auth/CommerceLayer";export*from"./components/customers/CustomerAddressForm";export*from"./components/customers/CustomerContainer";export*from"./components/customers/CustomerField";export*from"./components/customers/CustomerInput";export*from"./components/customers/SaveCustomerButton";export*from"./components/gift_cards/GiftCard";export*from"./components/gift_cards/GiftCardContainer";export*from"./components/gift_cards/GiftCardCurrencySelector";export*from"./components/gift_cards/GiftCardInput";export*from"./components/gift_cards/GiftCardOrCouponCode";export*from"./components/gift_cards/GiftCardOrCouponForm";export*from"./components/gift_cards/GiftCardOrCouponInput";export*from"./components/gift_cards/GiftCardOrCouponRemoveButton";export*from"./components/gift_cards/GiftCardOrCouponSubmit";export*from"./components/line_items/LineItemsContainer";export*from"./components/line_items/LineItem";export*from"./components/line_items/LineItemAmount";export*from"./components/line_items/LineItemCode";export*from"./components/line_items/LineItemField";export*from"./components/line_items/LineItemImage";export*from"./components/line_items/LineItemName";export*from"./components/line_items/LineItemOption";export*from"./components/line_items/LineItemOptions";export*from"./components/line_items/LineItemQuantity";export*from"./components/line_items/LineItemRemoveLink";export*from"./components/line_items/LineItemsCount";export*from"./components/line_items/LineItemsEmpty";export*from"./components/orders/AddToCartButton";export*from"./components/orders/AdjustmentAmount";export*from"./components/orders/CartLink";export*from"./components/orders/CheckoutLink";export*from"./components/orders/DiscountAmount";export*from"./components/orders/GiftCardAmount";export*from"./components/orders/OrderContainer";export*from"./components/orders/OrderList";export*from"./components/orders/OrderListEmpty";export*from"./components/orders/OrderListRow";export*from"./components/orders/OrderNumber";export*from"./components/orders/OrderStorage";export*from"./components/orders/PaymentMethodAmount";export*from"./components/orders/PlaceOrderButton";export*from"./components/orders/PlaceOrderContainer";export*from"./components/orders/PrivacyAndTermsCheckbox";export*from"./components/orders/ShippingAmount";export*from"./components/orders/SubTotalAmount";export*from"./components/orders/TaxesAmount";export*from"./components/orders/TotalAmount";export*from"./components/parcels/ParcelField";export*from"./components/parcels/ParcelLineItem";export*from"./components/parcels/ParcelLineItemField";export*from"./components/parcels/ParcelLineItemsCount";export*from"./components/parcels/Parcels";export*from"./components/parcels/ParcelsCount";export*from"./components/payment_methods/PaymentMethod";export*from"./components/payment_methods/PaymentMethodName";export*from"./components/payment_methods/PaymentMethodPrice";export*from"./components/payment_methods/PaymentMethodRadioButton";export*from"./components/payment_methods/PaymentMethodsContainer";export*from"./components/payment_source/PaymentSource";export*from"./components/payment_source/PaymentSourceBrandIcon";export*from"./components/payment_source/PaymentSourceBrandName";export*from"./components/payment_source/PaymentSourceDetail";export*from"./components/payment_source/PaymentSourceEditButton";export*from"./components/prices/Price";export*from"./components/prices/PricesContainer";export*from"./components/shipments/Shipment";export*from"./components/shipments/ShipmentField";export*from"./components/shipments/ShipmentsContainer";export*from"./components/shipments/ShipmentsCount";export*from"./components/shipping_methods/ShippingMethod";export*from"./components/shipping_methods/ShippingMethodName";export*from"./components/shipping_methods/ShippingMethodPrice";export*from"./components/shipping_methods/ShippingMethodRadioButton";export*from"./components/skus/AvailabilityContainer";export*from"./components/skus/AvailabilityTemplate";export*from"./components/skus/DeliveryLeadTime";export*from"./components/skus/SkuField";export*from"./components/skus/SkuList";export*from"./components/skus/SkuListsContainer";export*from"./components/skus/Skus";export*from"./components/skus/SkusContainer";export*from"./components/stock_transfers/StockTransfer";export*from"./components/stock_transfers/StockTransferField";
|
|
@@ -4,12 +4,12 @@ import { CommerceLayerConfig } from '../context/CommerceLayerContext';
|
|
|
4
4
|
import type { Address, AddressCreate, Order } from '@commercelayer/sdk';
|
|
5
5
|
import { updateOrder } from './OrderReducer';
|
|
6
6
|
import { TCustomerAddress } from './CustomerReducer';
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
7
|
+
export type AddressActionType = 'setErrors' | 'setAddress' | 'setShipToDifferentAddress' | 'setCloneAddress' | 'cleanup';
|
|
8
|
+
export type AddressField = 'city' | 'company' | 'country_code' | 'first_name' | 'last_name' | 'line_1' | 'line_2' | 'phone' | 'state_code' | 'zip_code' | 'billing_info';
|
|
9
|
+
export type AddressFieldView = AddressField | 'full_address' | 'full_name';
|
|
10
10
|
export declare const addressFields: AddressField[];
|
|
11
|
-
export
|
|
12
|
-
export
|
|
11
|
+
export type AddressResource = Extract<ResourceErrorType, 'billing_address' | 'shipping_address'>;
|
|
12
|
+
export type AddressSchema = Omit<Address, 'created_at' | 'updated_at' | 'id' | 'type'>;
|
|
13
13
|
export interface AddressActionPayload {
|
|
14
14
|
errors: BaseError[];
|
|
15
15
|
billing_address: TCustomerAddress;
|
|
@@ -19,13 +19,13 @@ export interface AddressActionPayload {
|
|
|
19
19
|
shippingAddressId: string;
|
|
20
20
|
isBusiness: boolean;
|
|
21
21
|
}
|
|
22
|
-
export
|
|
22
|
+
export type AddressState = Partial<AddressActionPayload>;
|
|
23
23
|
export interface AddressAction {
|
|
24
24
|
type: AddressActionType;
|
|
25
25
|
payload: Partial<AddressActionPayload>;
|
|
26
26
|
}
|
|
27
27
|
export declare const addressInitialState: AddressState;
|
|
28
|
-
export
|
|
28
|
+
export type SetAddressErrors = <V extends BaseError[]>(args: {
|
|
29
29
|
errors: V;
|
|
30
30
|
resource: Extract<ResourceErrorType, 'billing_address' | 'shipping_address'>;
|
|
31
31
|
dispatch?: Dispatch<AddressAction>;
|
|
@@ -36,8 +36,8 @@ export interface SetAddressParams<V extends AddressSchema> {
|
|
|
36
36
|
resource: AddressResource;
|
|
37
37
|
dispatch?: Dispatch<AddressAction>;
|
|
38
38
|
}
|
|
39
|
-
export
|
|
40
|
-
export
|
|
39
|
+
export type SetAddress = <V extends AddressSchema>(params: SetAddressParams<V>) => void;
|
|
40
|
+
export type SaveAddresses = (params: {
|
|
41
41
|
orderId?: string;
|
|
42
42
|
order?: Order | null;
|
|
43
43
|
updateOrder?: typeof updateOrder;
|
|
@@ -48,7 +48,7 @@ export declare type SaveAddresses = (params: {
|
|
|
48
48
|
}) => Promise<void>;
|
|
49
49
|
export declare const setAddressErrors: SetAddressErrors;
|
|
50
50
|
export declare const setAddress: SetAddress;
|
|
51
|
-
|
|
51
|
+
type SetCloneAddress = (id: string, resource: AddressResource, dispatch: Dispatch<AddressAction>) => void;
|
|
52
52
|
export declare const setCloneAddress: SetCloneAddress;
|
|
53
53
|
export declare const saveAddresses: SaveAddresses;
|
|
54
54
|
declare const addressReducer: (state: AddressState, reducer: AddressAction) => AddressState;
|
|
@@ -25,17 +25,17 @@ interface Inventory {
|
|
|
25
25
|
levels: Level[];
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
|
-
export
|
|
28
|
+
export type SkuInventory = Sku & Inventory;
|
|
29
29
|
export interface LeadTimes {
|
|
30
30
|
hours: number;
|
|
31
31
|
days: number;
|
|
32
32
|
}
|
|
33
|
-
export
|
|
33
|
+
export type AvailabilityPayload = {
|
|
34
34
|
quantity?: number;
|
|
35
35
|
errors?: BaseError[];
|
|
36
36
|
parent?: boolean;
|
|
37
37
|
} & Partial<DeliveryLeadTime>;
|
|
38
|
-
export
|
|
38
|
+
export type AvailabilityState = AvailabilityPayload;
|
|
39
39
|
export interface AvailabilityAction {
|
|
40
40
|
type: AvailabilityActionType;
|
|
41
41
|
payload: AvailabilityPayload;
|
|
@@ -46,6 +46,6 @@ export declare function getAvailability({ skuCode, dispatch, config }: {
|
|
|
46
46
|
dispatch: Dispatch<AvailabilityAction>;
|
|
47
47
|
config: CommerceLayerConfig;
|
|
48
48
|
}): Promise<void>;
|
|
49
|
-
export
|
|
49
|
+
export type AvailabilityActionType = 'setAvailability' | 'setErrors';
|
|
50
50
|
declare const availabilityReducer: (state: AvailabilityState, reducer: AvailabilityAction) => AvailabilityState;
|
|
51
51
|
export default availabilityReducer;
|
|
@@ -2,18 +2,18 @@ import { Dispatch } from 'react';
|
|
|
2
2
|
import { CommerceLayerConfig } from '../context/CommerceLayerContext';
|
|
3
3
|
import { Order } from '@commercelayer/sdk';
|
|
4
4
|
import { AddressResource } from './AddressReducer';
|
|
5
|
-
export
|
|
5
|
+
export type BillingAddressActionType = 'setBillingAddress' | 'setBillingCustomerAddressId' | 'cleanup';
|
|
6
6
|
export interface BillingAddressActionPayload {
|
|
7
7
|
_billing_address_clone_id: string;
|
|
8
8
|
billingCustomerAddressId: string;
|
|
9
9
|
}
|
|
10
|
-
export
|
|
10
|
+
export type BillingAddressState = Partial<BillingAddressActionPayload>;
|
|
11
11
|
export interface BillingAddressAction {
|
|
12
12
|
type: BillingAddressActionType;
|
|
13
13
|
payload: Partial<BillingAddressActionPayload>;
|
|
14
14
|
}
|
|
15
15
|
export declare const billingAddressInitialState: BillingAddressState;
|
|
16
|
-
export
|
|
16
|
+
export type SetBillingAddress = (id: string, options?: {
|
|
17
17
|
config: CommerceLayerConfig;
|
|
18
18
|
dispatch: Dispatch<BillingAddressAction>;
|
|
19
19
|
order?: Order;
|
|
@@ -21,7 +21,7 @@ export declare type SetBillingAddress = (id: string, options?: {
|
|
|
21
21
|
customerAddressId?: string;
|
|
22
22
|
}) => Promise<void>;
|
|
23
23
|
export declare const setBillingAddress: SetBillingAddress;
|
|
24
|
-
|
|
24
|
+
type SetBillingCustomerAddressId = (args: {
|
|
25
25
|
dispatch: Dispatch<BillingAddressAction>;
|
|
26
26
|
order: Order;
|
|
27
27
|
setCloneAddress: (id: string, resource: AddressResource) => void;
|
|
@@ -3,7 +3,7 @@ import { BaseError } from '../typings/errors';
|
|
|
3
3
|
import type { Address, AddressCreate, AddressUpdate, Customer, CustomerPaymentSource, Order } from '@commercelayer/sdk';
|
|
4
4
|
import { CommerceLayerConfig } from '../context/CommerceLayerContext';
|
|
5
5
|
import { updateOrder } from './OrderReducer';
|
|
6
|
-
export
|
|
6
|
+
export type CustomerActionType = 'setErrors' | 'setCustomerEmail' | 'setAddresses' | 'setPayments' | 'setOrders';
|
|
7
7
|
export interface CustomerActionPayload {
|
|
8
8
|
addresses: Address[] | null;
|
|
9
9
|
payments: CustomerPaymentSource[];
|
|
@@ -13,12 +13,12 @@ export interface CustomerActionPayload {
|
|
|
13
13
|
isGuest: boolean;
|
|
14
14
|
customers: Customer;
|
|
15
15
|
}
|
|
16
|
-
export
|
|
16
|
+
export type CustomerState = Partial<CustomerActionPayload>;
|
|
17
17
|
export interface CustomerAction {
|
|
18
18
|
type: CustomerActionType;
|
|
19
19
|
payload: Partial<CustomerActionPayload>;
|
|
20
20
|
}
|
|
21
|
-
export
|
|
21
|
+
export type SetSaveOnBlur = (args: {
|
|
22
22
|
saveOnBlur: boolean;
|
|
23
23
|
dispatch: Dispatch<CustomerAction>;
|
|
24
24
|
}) => void;
|
|
@@ -45,7 +45,7 @@ export interface SaveCustomerUser {
|
|
|
45
45
|
updateOrder: typeof updateOrder;
|
|
46
46
|
}
|
|
47
47
|
export declare function saveCustomerUser({ customerEmail, order, updateOrder }: SaveCustomerUser): Promise<void>;
|
|
48
|
-
export
|
|
48
|
+
export type SetCustomerErrors = <V extends BaseError[]>(errors: V, dispatch?: Dispatch<CustomerAction>) => void;
|
|
49
49
|
export declare function setCustomerErrors(
|
|
50
50
|
/**
|
|
51
51
|
* @param errors - An array of errors
|
|
@@ -93,7 +93,7 @@ export interface GetCustomerPaymentSources {
|
|
|
93
93
|
order?: Order;
|
|
94
94
|
}
|
|
95
95
|
export declare function getCustomerPaymentSources(params?: GetCustomerPaymentSources): void;
|
|
96
|
-
export
|
|
96
|
+
export type GetCustomerOrders = (params: {
|
|
97
97
|
/**
|
|
98
98
|
* The Commerce Layer config
|
|
99
99
|
*/
|
|
@@ -104,7 +104,7 @@ export declare type GetCustomerOrders = (params: {
|
|
|
104
104
|
dispatch: Dispatch<CustomerAction>;
|
|
105
105
|
}) => Promise<void>;
|
|
106
106
|
export declare const getCustomerOrders: GetCustomerOrders;
|
|
107
|
-
export
|
|
107
|
+
export type TCustomerAddress = AddressCreate & AddressUpdate;
|
|
108
108
|
interface TCreateCustomerAddress {
|
|
109
109
|
/**
|
|
110
110
|
* Customer address dispatch function
|
|
@@ -4,7 +4,7 @@ import { Dispatch } from 'react';
|
|
|
4
4
|
import { CommerceLayerConfig } from '../context/CommerceLayerContext';
|
|
5
5
|
import { BaseError } from '../typings/errors';
|
|
6
6
|
import { CreateOrder, getOrderContext } from './OrderReducer';
|
|
7
|
-
export
|
|
7
|
+
export type GiftCardActionType = 'setAvailability' | 'setGiftCardRecipient' | 'setGiftCardErrors' | 'setGiftCardLoading';
|
|
8
8
|
export interface GiftCardRecipientI {
|
|
9
9
|
email: string;
|
|
10
10
|
firstName?: string;
|
|
@@ -50,8 +50,8 @@ export interface GiftCardAction {
|
|
|
50
50
|
payload: GiftCardActionPayload;
|
|
51
51
|
}
|
|
52
52
|
export declare const giftCardInitialState: GiftCardState;
|
|
53
|
-
export
|
|
54
|
-
export
|
|
53
|
+
export type AddGiftCardError = <V extends BaseError[]>(errors: V, dispatch: Dispatch<GiftCardAction>) => void;
|
|
54
|
+
export type AddGiftCardLoading = <V extends boolean>(loading: V, dispatch: Dispatch<GiftCardAction>) => void;
|
|
55
55
|
export declare function addGiftCardRecipient<V extends GiftCardRecipientCreate>(values: V, config: CommerceLayerConfig, dispatch: Dispatch<GiftCardAction>): Promise<void>;
|
|
56
56
|
export declare const addGiftCardLoading: AddGiftCardLoading;
|
|
57
57
|
export declare function addGiftCard<V extends GiftCardI>(values: V, { config, dispatch, getOrder, createOrder, order }: {
|
|
@@ -4,7 +4,7 @@ import { getOrderContext } from './OrderReducer';
|
|
|
4
4
|
import { LoaderType } from '../typings/index';
|
|
5
5
|
import { BaseError } from '../typings/errors';
|
|
6
6
|
import { Order, LineItem } from '@commercelayer/sdk';
|
|
7
|
-
export
|
|
7
|
+
export type UpdateLineItemParams = {
|
|
8
8
|
lineItemId: string;
|
|
9
9
|
quantity?: number;
|
|
10
10
|
dispatch: Dispatch<LineItemAction>;
|
|
@@ -16,11 +16,11 @@ export declare type UpdateLineItemParams = {
|
|
|
16
16
|
export interface UpdateLineItem {
|
|
17
17
|
(params: UpdateLineItemParams): void;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
19
|
+
export type DeleteLineItemParam = Record<string, any> & UpdateLineItemParams;
|
|
20
20
|
export interface DeleteLineItem {
|
|
21
21
|
(params: DeleteLineItemParam): void;
|
|
22
22
|
}
|
|
23
|
-
export
|
|
23
|
+
export type GetLineItemsParams = {
|
|
24
24
|
dispatch: Dispatch<LineItemAction>;
|
|
25
25
|
config: CommerceLayerConfig;
|
|
26
26
|
order: Order | null;
|
|
@@ -47,6 +47,6 @@ export declare const getLineItems: GetLineItems;
|
|
|
47
47
|
export declare const updateLineItem: UpdateLineItem;
|
|
48
48
|
export declare const deleteLineItem: DeleteLineItem;
|
|
49
49
|
export declare const lineItemInitialState: LineItemState;
|
|
50
|
-
export
|
|
50
|
+
export type LineItemActionType = 'setLineItems' | 'setErrors' | 'setLoading';
|
|
51
51
|
declare const lineItemReducer: (state: LineItemState, reducer: LineItemAction) => LineItemState;
|
|
52
52
|
export default lineItemReducer;
|
|
@@ -5,7 +5,7 @@ import { BaseMetadataObject } from '../typings/index';
|
|
|
5
5
|
import { BaseError } from '../typings/errors';
|
|
6
6
|
import { AddressResource } from './AddressReducer';
|
|
7
7
|
import type { Order, OrderUpdate } from '@commercelayer/sdk';
|
|
8
|
-
export
|
|
8
|
+
export type GetOrderParams = Partial<{
|
|
9
9
|
clearWhenPlaced: boolean;
|
|
10
10
|
config: CommerceLayerConfig;
|
|
11
11
|
deleteLocalOrder: DeleteLocalOrder;
|
|
@@ -14,20 +14,20 @@ export declare type GetOrderParams = Partial<{
|
|
|
14
14
|
persistKey: string;
|
|
15
15
|
state: OrderState;
|
|
16
16
|
}>;
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
export
|
|
17
|
+
export type GetOrder = (params: GetOrderParams) => Promise<undefined | Order>;
|
|
18
|
+
type CreateOrderParams = Pick<AddToCartParams, 'config' | 'dispatch' | 'persistKey' | 'state' | 'orderMetadata' | 'orderAttributes' | 'setLocalOrder'>;
|
|
19
|
+
export type CreateOrder = (params?: CreateOrderParams) => Promise<string>;
|
|
20
20
|
export interface AddToCartImportParams extends Omit<AddToCartParams, 'skuCode' | 'skuId' | 'quantity' | 'option' | 'lineItem'> {
|
|
21
21
|
lineItems: CustomLineItem[];
|
|
22
22
|
}
|
|
23
|
-
export
|
|
23
|
+
export type AddToCartReturn = Promise<{
|
|
24
24
|
success: boolean;
|
|
25
25
|
orderId: string | undefined;
|
|
26
26
|
}>;
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
|
|
27
|
+
export type AddToCartImport = (params: AddToCartImportParams) => AddToCartReturn;
|
|
28
|
+
export type UnsetOrderState = (dispatch: Dispatch<OrderActions>) => void;
|
|
29
|
+
export type ResourceIncluded = 'billing_address' | 'shipping_address' | 'line_items.line_item_options.sku_option' | 'line_items.item' | 'available_customer_payment_sources.payment_source' | 'shipments.available_shipping_methods' | 'shipments.stock_transfers' | 'shipments.stock_transfers.line_item' | 'shipments.shipment_line_items.line_item' | 'shipments.shipping_method' | 'shipments.stock_location' | 'shipments.parcels' | 'shipments.parcels.parcel_line_items' | 'payment_source' | 'available_payment_methods' | 'payment_method';
|
|
30
|
+
type ResourceIncludedLoaded = Partial<Record<ResourceIncluded, boolean>>;
|
|
31
31
|
export interface OrderPayload {
|
|
32
32
|
loading?: boolean;
|
|
33
33
|
orderId?: string;
|
|
@@ -37,14 +37,14 @@ export interface OrderPayload {
|
|
|
37
37
|
includeLoaded?: ResourceIncludedLoaded;
|
|
38
38
|
withoutIncludes?: boolean;
|
|
39
39
|
}
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
40
|
+
export type AddToCartImportValues = Pick<AddToCartImportParams, 'lineItems'>;
|
|
41
|
+
export type getOrderContext = (id: string) => Promise<undefined | Order>;
|
|
42
|
+
export type OrderState = Partial<OrderPayload>;
|
|
43
43
|
export interface OrderActions {
|
|
44
44
|
type: OrderActionType;
|
|
45
45
|
payload: OrderPayload;
|
|
46
46
|
}
|
|
47
|
-
export
|
|
47
|
+
export type OrderActionType = 'setLoading' | 'setOrderId' | 'setOrder' | 'setSingleQuantity' | 'setCurrentSkuCodes' | 'setCurrentSkuPrices' | 'setCurrentItem' | 'setErrors' | 'setSaveAddressToCustomerAddressBook' | 'setGiftCardOrCouponCode' | 'setIncludesResource';
|
|
48
48
|
export declare const createOrder: CreateOrder;
|
|
49
49
|
export declare const getApiOrder: GetOrder;
|
|
50
50
|
export interface UpdateOrderArgs {
|
|
@@ -83,7 +83,7 @@ export interface CustomLineItem {
|
|
|
83
83
|
name?: string;
|
|
84
84
|
imageUrl?: string | null;
|
|
85
85
|
}
|
|
86
|
-
export
|
|
86
|
+
export type AddToCartParams = Partial<{
|
|
87
87
|
bundleCode: string;
|
|
88
88
|
skuCode: string;
|
|
89
89
|
persistKey: string;
|
|
@@ -112,13 +112,13 @@ interface OrderErrors {
|
|
|
112
112
|
export declare function setOrderErrors({ dispatch, errors }: OrderErrors): {
|
|
113
113
|
success: boolean;
|
|
114
114
|
};
|
|
115
|
-
export
|
|
115
|
+
export type SaveAddressToCustomerAddressBook = (params: {
|
|
116
116
|
dispatch?: Dispatch<OrderActions>;
|
|
117
117
|
type: AddressResource;
|
|
118
118
|
value: boolean;
|
|
119
119
|
}) => void;
|
|
120
120
|
export declare const saveAddressToCustomerAddressBook: SaveAddressToCustomerAddressBook;
|
|
121
|
-
export
|
|
121
|
+
export type SetGiftCardOrCouponCode = (args: {
|
|
122
122
|
code: string;
|
|
123
123
|
codeType: OrderCodeType;
|
|
124
124
|
dispatch?: Dispatch<OrderActions>;
|
|
@@ -130,9 +130,9 @@ export declare type SetGiftCardOrCouponCode = (args: {
|
|
|
130
130
|
success: boolean;
|
|
131
131
|
}>;
|
|
132
132
|
export declare const setGiftCardOrCouponCode: SetGiftCardOrCouponCode;
|
|
133
|
-
export
|
|
134
|
-
export
|
|
135
|
-
export
|
|
133
|
+
export type CodeType = 'coupon' | 'gift_card' | 'gift_card_or_coupon';
|
|
134
|
+
export type OrderCodeType = `${CodeType}_code`;
|
|
135
|
+
export type RemoveGiftCardOrCouponCode = (args: {
|
|
136
136
|
codeType: OrderCodeType;
|
|
137
137
|
dispatch?: Dispatch<OrderActions>;
|
|
138
138
|
config?: CommerceLayerConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{setCustomerOrderParam}from"../utils/localStorage";import baseReducer from"../utils/baseReducer";import isEmpty from"lodash/isEmpty";import getSdk from"../utils/getSdk";import getErrors,{setErrors}from"../utils/getErrors";import getOrganizationSlug from"../utils/organization";const actionType=["setLoading","setOrderId","setOrder","setSingleQuantity","setCurrentSkuCodes","setCurrentSkuPrices","setErrors","setCurrentItem","setSaveAddressToCustomerAddressBook","setIncludesResource"];export const createOrder=async params=>{if(params){const{persistKey,state,dispatch,config,orderMetadata:metadata,orderAttributes={},setLocalOrder}=params;if(state?.orderId)return state.orderId;const sdk=getSdk(config);try{const o=await sdk?.orders.create({metadata,...orderAttributes});return dispatch&&dispatch({type:"setOrderId",payload:{orderId:o?.id}}),persistKey&&setLocalOrder&&setLocalOrder(persistKey,o.id),o.id}catch(error){const errors=getErrors(error,"orders");console.error("Create order",errors),dispatch&&setErrors({currentErrors:state?.errors,newErrors:errors,dispatch})}}return""},getApiOrder=async params=>{const{id,dispatch,config,clearWhenPlaced,persistKey,deleteLocalOrder,state}=params,sdk=getSdk(config);try{const options={};state?.include&&state.include.length>0&&(options.include=state.include);const order=await sdk.orders.retrieve(id,options);return clearWhenPlaced&&order.
|
|
1
|
+
import{setCustomerOrderParam}from"../utils/localStorage";import baseReducer from"../utils/baseReducer";import isEmpty from"lodash/isEmpty";import getSdk from"../utils/getSdk";import getErrors,{setErrors}from"../utils/getErrors";import getOrganizationSlug from"../utils/organization";const actionType=["setLoading","setOrderId","setOrder","setSingleQuantity","setCurrentSkuCodes","setCurrentSkuPrices","setErrors","setCurrentItem","setSaveAddressToCustomerAddressBook","setIncludesResource"];export const createOrder=async params=>{if(params){const{persistKey,state,dispatch,config,orderMetadata:metadata,orderAttributes={},setLocalOrder}=params;if(state?.orderId)return state.orderId;const sdk=getSdk(config);try{const o=await sdk?.orders.create({metadata,...orderAttributes});return dispatch&&dispatch({type:"setOrderId",payload:{orderId:o?.id}}),persistKey&&setLocalOrder&&setLocalOrder(persistKey,o.id),o.id}catch(error){const errors=getErrors(error,"orders");console.error("Create order",errors),dispatch&&setErrors({currentErrors:state?.errors,newErrors:errors,dispatch})}}return""},getApiOrder=async params=>{const{id,dispatch,config,clearWhenPlaced,persistKey,deleteLocalOrder,state}=params,sdk=getSdk(config);try{const options={};state?.include&&state.include.length>0&&(options.include=state.include);const order=await sdk.orders.retrieve(id,options);return clearWhenPlaced&&order.editable===!1?(persistKey&&deleteLocalOrder&&deleteLocalOrder(persistKey),dispatch&&dispatch({type:"setOrder",payload:{order:void 0,orderId:""}})):dispatch&&dispatch({type:"setOrder",payload:{order,orderId:order.id}}),order}catch(error){const errors=getErrors(error,"orders");console.error("Retrieve order",errors),dispatch&&setErrors({currentErrors:state?.errors,newErrors:errors,dispatch});return}};export async function updateOrder({id,attributes,dispatch,config,include,state}){const sdk=getSdk(config);try{const resource={...attributes,id};await sdk.orders.update(resource,{include});const order=await getApiOrder({id,config,dispatch,state});return dispatch&&order&&dispatch({type:"setOrder",payload:{order}}),{success:!0}}catch(error){const errors=getErrors(error,"orders");return dispatch&&(setOrderErrors({errors,dispatch}),dispatch({type:"setErrors",payload:{errors}})),{success:!1,error}}}export const setOrder=(order,dispatch)=>{dispatch&&dispatch({type:"setOrder",payload:{order}})};export function addResourceToInclude({resourcesIncluded=[],dispatch,newResource,newResourceLoaded,resourceIncludedLoaded}){const payload={include:void 0,includeLoaded:void 0};if(newResource){const resources=typeof newResource=="string"?[newResource]:newResource;payload.include=[...resourcesIncluded,...resources],resources.forEach(resource=>{const includeLoaded={...payload.includeLoaded,[resource]:!0};payload.includeLoaded=includeLoaded})}else delete payload.include;const payloadIncludeLoaded={...resourceIncludedLoaded,...newResourceLoaded,...payload.includeLoaded&&payload.includeLoaded};payload.includeLoaded=payloadIncludeLoaded,dispatch&&dispatch({type:"setIncludesResource",payload:{...payload,withoutIncludes:!1}})}export async function addToCart(params){const{skuCode,bundleCode,quantity,config,dispatch,lineItem,state,errors=[],buyNowMode,checkoutUrl,lineItemOption}=params;try{if(config){const sdk=getSdk(config),id=await createOrder(params);if(id){const order=sdk.orders.relationship(id),name=lineItem?.name,imageUrl=lineItem?.imageUrl;if(buyNowMode)if(state?.order?.line_items)await Promise.all(state?.order?.line_items.map(async lineItem2=>{await sdk.line_items.delete(lineItem2.id)}));else{const{line_items:lineItems}=await sdk.orders.retrieve(id,{fields:["line_items"],include:["line_items"]});lineItems&&lineItems?.length>0&&await Promise.all(lineItems.map(async lineItem2=>{await sdk.line_items.delete(lineItem2.id)}))}const attrs={order,sku_code:skuCode,name,image_url:imageUrl,quantity:quantity??1,_update_quantity:!0,bundle_code:bundleCode},newLineItem=await sdk.line_items.create(attrs);if(lineItemOption!=null){const{skuOptionId,options,quantity:quantity2}=lineItemOption,skuOption=sdk.sku_options.relationship(skuOptionId),lineItemRel=sdk.line_items.relationship(newLineItem.id),lineItemOptionsAttributes={quantity:quantity2??1,options,sku_option:skuOption,line_item:lineItemRel};await sdk.line_item_options.create(lineItemOptionsAttributes),await getApiOrder({id,...params})}else await getApiOrder({id,...params,state});if(!isEmpty(errors)&&dispatch&&dispatch({type:"setErrors",payload:{errors:[]}}),buyNowMode){const{organization}=getOrganizationSlug(config.endpoint??""),params2=`${id}?accessToken=${config.accessToken??""}`,redirectUrl=checkoutUrl?`${checkoutUrl}/${params2}`:`https://${organization}.checkout.commercelayer.app/${params2}`;location.href=redirectUrl}return{success:!0,orderId:id}}}return{success:!1}}catch(error){const errors2=getErrors(error,"orders");return console.error("Add to cart",errors2),dispatch&&setErrors({currentErrors:state?.errors,newErrors:errors2,dispatch}),{success:!1}}}export const unsetOrderState=dispatch=>{dispatch({type:"setOrderId",payload:{orderId:""}}),dispatch({type:"setOrder",payload:{order:void 0}})};export function setOrderErrors({dispatch,errors=[]}){return dispatch&&dispatch({type:"setErrors",payload:{errors}}),{success:!1}}export const saveAddressToCustomerAddressBook=({type,value,dispatch})=>{const k=`_save_${type}_to_customer_address_book`,v=`${value.toString()}`;setCustomerOrderParam(k,v),dispatch&&dispatch({type:"setSaveAddressToCustomerAddressBook",payload:{[k]:v}})},setGiftCardOrCouponCode=async({code,codeType,dispatch,config,order,include,state})=>{try{if(config&&order&&code&&dispatch){const attributes={[codeType]:code},{success,error}=await updateOrder({id:order.id,attributes,config,include,dispatch,state});if(!success)throw error;return dispatch({type:"setErrors",payload:{errors:[]}}),{success}}return{success:!1}}catch(error){const errors=getErrors(error,"orders",codeType);return dispatch&&setOrderErrors({errors,dispatch}),{success:!1}}},removeGiftCardOrCouponCode=async({codeType,dispatch,config,order,include,state})=>{try{if(config&&order&&dispatch){const attributes={[codeType]:""};return await updateOrder({id:order.id,attributes,config,include,dispatch,state}),dispatch({type:"setErrors",payload:{errors:[]}}),{success:!0}}return{success:!1}}catch(error){const errors=getErrors(error,"orders",codeType);return console.error("Remove gift card o coupon code",errors),dispatch&&setOrderErrors({errors,dispatch}),{success:!1}}},orderInitialState={loading:!0,orderId:"",order:void 0,errors:[],include:void 0,withoutIncludes:!0};const orderReducer=(state,reducer)=>baseReducer(state,reducer,actionType);export default orderReducer;
|