@commercelayer/react-components 3.5.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/AddToCartButton.d.ts +1 -20
- package/lib/components/AddToCartButton.js +1 -1
- package/lib/components/Address.d.ts +1 -13
- package/lib/components/Address.js +1 -1
- package/lib/components/AddressCountrySelector.d.ts +1 -9
- package/lib/components/AddressCountrySelector.js +1 -1
- package/lib/components/AddressField.d.ts +1 -15
- package/lib/components/AddressField.js +1 -1
- package/lib/components/AddressInput.d.ts +1 -7
- package/lib/components/AddressInput.js +1 -1
- package/lib/components/AddressStateSelector.d.ts +1 -11
- package/lib/components/AddressStateSelector.js +1 -1
- package/lib/components/AddressesContainer.d.ts +1 -8
- package/lib/components/AddressesContainer.js +1 -1
- package/lib/components/AdjustmentAmount.d.ts +1 -4
- package/lib/components/AdjustmentAmount.js +1 -1
- package/lib/components/AdyenPayment.d.ts +1 -25
- package/lib/components/AdyenPayment.js +1 -1
- package/lib/components/AvailabilityContainer.d.ts +1 -7
- package/lib/components/AvailabilityContainer.js +1 -1
- package/lib/components/AvailabilityTemplate.d.ts +1 -15
- package/lib/components/AvailabilityTemplate.js +1 -1
- package/lib/components/BillingAddressContainer.d.ts +1 -6
- package/lib/components/BillingAddressContainer.js +1 -1
- package/lib/components/BillingAddressForm.d.ts +1 -8
- package/lib/components/BillingAddressForm.js +1 -1
- package/lib/components/BraintreePayment.d.ts +1 -30
- package/lib/components/BraintreePayment.js +1 -1
- package/lib/components/CheckoutComPayment.d.ts +1 -23
- package/lib/components/CheckoutComPayment.js +1 -1
- package/lib/components/CheckoutLink.d.ts +1 -13
- package/lib/components/CheckoutLink.js +1 -1
- package/lib/components/CommerceLayer.d.ts +1 -8
- package/lib/components/CommerceLayer.js +1 -1
- package/lib/components/CustomerContainer.d.ts +1 -7
- package/lib/components/CustomerContainer.js +1 -1
- package/lib/components/CustomerInput.d.ts +1 -11
- package/lib/components/CustomerInput.js +1 -1
- package/lib/components/DeliveryLeadTime.d.ts +1 -10
- package/lib/components/DeliveryLeadTime.js +1 -1
- package/lib/components/DiscountAmount.d.ts +1 -4
- package/lib/components/DiscountAmount.js +1 -1
- package/lib/components/Errors.d.ts +1 -5
- package/lib/components/Errors.js +1 -1
- package/lib/components/ExternalFunction.d.ts +1 -7
- package/lib/components/ExternalFunction.js +1 -1
- package/lib/components/GiftCard.d.ts +1 -8
- package/lib/components/GiftCard.js +1 -1
- package/lib/components/GiftCardAmount.d.ts +1 -4
- package/lib/components/GiftCardAmount.js +1 -1
- package/lib/components/GiftCardContainer.d.ts +1 -6
- package/lib/components/GiftCardContainer.js +1 -1
- package/lib/components/GiftCardCurrencySelector.d.ts +1 -7
- package/lib/components/GiftCardCurrencySelector.js +1 -1
- package/lib/components/GiftCardInput.d.ts +1 -7
- package/lib/components/GiftCardInput.js +1 -1
- package/lib/components/GiftCardOrCouponCode.d.ts +1 -13
- package/lib/components/GiftCardOrCouponCode.js +1 -1
- package/lib/components/GiftCardOrCouponForm.d.ts +1 -10
- package/lib/components/GiftCardOrCouponForm.js +1 -1
- package/lib/components/GiftCardOrCouponInput.d.ts +1 -8
- package/lib/components/GiftCardOrCouponInput.js +1 -1
- package/lib/components/GiftCardOrCouponRemoveButton.d.ts +1 -16
- package/lib/components/GiftCardOrCouponRemoveButton.js +1 -1
- package/lib/components/GiftCardOrCouponSubmit.d.ts +1 -9
- package/lib/components/GiftCardOrCouponSubmit.js +1 -1
- package/lib/components/ItemContainer.d.ts +1 -11
- package/lib/components/ItemContainer.js +1 -1
- package/lib/components/LineItem.d.ts +1 -8
- package/lib/components/LineItem.js +1 -1
- package/lib/components/LineItemAmount.d.ts +1 -7
- package/lib/components/LineItemAmount.js +1 -1
- package/lib/components/LineItemCode.d.ts +1 -12
- package/lib/components/LineItemCode.js +1 -1
- package/lib/components/LineItemImage.d.ts +1 -16
- package/lib/components/LineItemImage.js +1 -1
- package/lib/components/LineItemName.d.ts +1 -11
- package/lib/components/LineItemName.js +1 -1
- package/lib/components/LineItemOption.d.ts +1 -19
- package/lib/components/LineItemOption.js +1 -1
- package/lib/components/LineItemOptions.d.ts +1 -14
- package/lib/components/LineItemOptions.js +1 -1
- package/lib/components/LineItemQuantity.d.ts +1 -14
- package/lib/components/LineItemQuantity.js +1 -1
- package/lib/components/LineItemRemoveLink.d.ts +1 -12
- package/lib/components/LineItemRemoveLink.js +1 -1
- package/lib/components/LineItemsContainer.d.ts +1 -8
- package/lib/components/LineItemsContainer.js +1 -1
- package/lib/components/LineItemsCount.d.ts +1 -12
- package/lib/components/LineItemsCount.js +1 -1
- package/lib/components/LineItemsEmpty.d.ts +1 -12
- package/lib/components/LineItemsEmpty.js +1 -1
- package/lib/components/MetadataInput.d.ts +1 -5
- package/lib/components/MetadataInput.js +1 -1
- package/lib/components/OrderContainer.d.ts +1 -11
- package/lib/components/OrderContainer.js +1 -1
- package/lib/components/OrderNumber.d.ts +1 -5
- package/lib/components/OrderNumber.js +1 -1
- package/lib/components/OrderStorage.d.ts +1 -8
- package/lib/components/OrderStorage.js +1 -1
- package/lib/components/PaymentGateway.d.ts +1 -16
- package/lib/components/PaymentGateway.js +1 -1
- package/lib/components/PaymentMethod.d.ts +1 -16
- package/lib/components/PaymentMethod.js +1 -1
- package/lib/components/PaymentMethodAmount.d.ts +1 -4
- package/lib/components/PaymentMethodAmount.js +1 -1
- package/lib/components/PaymentMethodName.d.ts +1 -9
- package/lib/components/PaymentMethodName.js +1 -1
- package/lib/components/PaymentMethodPrice.d.ts +1 -9
- package/lib/components/PaymentMethodPrice.js +1 -1
- package/lib/components/PaymentMethodRadioButton.d.ts +1 -11
- package/lib/components/PaymentMethodRadioButton.js +1 -1
- package/lib/components/PaymentMethodsContainer.d.ts +1 -8
- package/lib/components/PaymentMethodsContainer.js +1 -1
- package/lib/components/PaymentSource.d.ts +1 -19
- package/lib/components/PaymentSource.js +1 -1
- package/lib/components/PaymentSourceBrandIcon.d.ts +1 -15
- package/lib/components/PaymentSourceBrandIcon.js +1 -1
- package/lib/components/PaymentSourceBrandName.d.ts +1 -12
- package/lib/components/PaymentSourceBrandName.js +1 -1
- package/lib/components/PaymentSourceDetail.d.ts +1 -12
- package/lib/components/PaymentSourceDetail.js +1 -1
- package/lib/components/PaymentSourceEditButton.d.ts +1 -9
- package/lib/components/PaymentSourceEditButton.js +1 -1
- package/lib/components/PaypalPayment.d.ts +1 -12
- package/lib/components/PaypalPayment.js +1 -1
- package/lib/components/PlaceOrderButton.d.ts +1 -12
- package/lib/components/PlaceOrderButton.js +1 -1
- package/lib/components/PlaceOrderContainer.d.ts +1 -8
- package/lib/components/PlaceOrderContainer.js +1 -1
- package/lib/components/Price.d.ts +1 -16
- package/lib/components/Price.js +1 -1
- package/lib/components/PricesContainer.d.ts +1 -11
- package/lib/components/PricesContainer.js +1 -1
- package/lib/components/PrivacyAndTermsCheckbox.d.ts +1 -4
- package/lib/components/PrivacyAndTermsCheckbox.js +1 -1
- package/lib/components/QuantitySelector.d.ts +1 -17
- package/lib/components/QuantitySelector.js +1 -1
- package/lib/components/SaveAddressesButton.d.ts +1 -10
- package/lib/components/SaveAddressesButton.js +1 -1
- package/lib/components/SaveCustomerButton.d.ts +1 -13
- package/lib/components/SaveCustomerButton.js +1 -1
- package/lib/components/Shipment.d.ts +1 -8
- package/lib/components/Shipment.js +1 -1
- package/lib/components/ShipmentField.d.ts +1 -12
- package/lib/components/ShipmentField.js +1 -1
- package/lib/components/ShipmentsContainer.d.ts +1 -6
- package/lib/components/ShipmentsContainer.js +1 -1
- package/lib/components/ShippingAddressContainer.d.ts +1 -6
- package/lib/components/ShippingAddressContainer.js +1 -1
- package/lib/components/ShippingAddressForm.d.ts +1 -8
- package/lib/components/ShippingAddressForm.js +1 -1
- package/lib/components/ShippingAmount.d.ts +1 -4
- package/lib/components/ShippingAmount.js +1 -1
- package/lib/components/ShippingMethod.d.ts +1 -8
- package/lib/components/ShippingMethod.js +1 -1
- package/lib/components/ShippingMethodName.d.ts +1 -11
- package/lib/components/ShippingMethodName.js +1 -1
- package/lib/components/ShippingMethodPrice.d.ts +1 -13
- package/lib/components/ShippingMethodPrice.js +1 -1
- package/lib/components/ShippingMethodRadioButton.d.ts +1 -13
- package/lib/components/ShippingMethodRadioButton.js +1 -1
- package/lib/components/SkuList.d.ts +1 -7
- package/lib/components/SkuList.js +1 -1
- package/lib/components/SkuListsContainer.d.ts +1 -6
- package/lib/components/SkuListsContainer.js +1 -1
- package/lib/components/SkuOption.d.ts +1 -7
- package/lib/components/SkuOption.js +1 -1
- package/lib/components/SkuOptionInput.d.ts +1 -5
- package/lib/components/SkuOptionInput.js +1 -1
- package/lib/components/SkuOptionsContainer.d.ts +1 -7
- package/lib/components/SkuOptionsContainer.js +1 -1
- package/lib/components/StockTransfer.d.ts +1 -6
- package/lib/components/StockTransfer.js +1 -1
- package/lib/components/StockTransferField.d.ts +1 -9
- package/lib/components/StockTransferField.js +1 -1
- package/lib/components/StripePayment.d.ts +1 -18
- package/lib/components/StripePayment.js +1 -1
- package/lib/components/SubTotalAmount.d.ts +1 -4
- package/lib/components/SubTotalAmount.js +1 -1
- package/lib/components/SubmitButton.d.ts +1 -9
- package/lib/components/SubmitButton.js +1 -1
- package/lib/components/TaxesAmount.d.ts +1 -4
- package/lib/components/TaxesAmount.js +1 -1
- package/lib/components/TotalAmount.d.ts +1 -4
- package/lib/components/TotalAmount.js +1 -1
- package/lib/components/VariantSelector.d.ts +1 -29
- package/lib/components/VariantSelector.js +1 -1
- package/lib/components/VariantsContainer.d.ts +1 -8
- package/lib/components/VariantsContainer.js +1 -1
- package/lib/components/WireTransferPayment.d.ts +1 -10
- package/lib/components/WireTransferPayment.js +1 -1
- package/lib/components/gateways/AdyenGateway.d.ts +1 -4
- package/lib/components/gateways/AdyenGateway.js +1 -1
- package/lib/components/gateways/BraintreeGateway.d.ts +1 -4
- package/lib/components/gateways/BraintreeGateway.js +1 -1
- package/lib/components/gateways/CheckoutComGateway.d.ts +1 -4
- package/lib/components/gateways/CheckoutComGateway.js +1 -1
- package/lib/components/gateways/PaypalGateway.d.ts +1 -4
- package/lib/components/gateways/PaypalGateway.js +1 -1
- package/lib/components/gateways/StripeGateway.d.ts +1 -4
- package/lib/components/gateways/StripeGateway.js +1 -1
- package/lib/components/gateways/WireTransferGateway.d.ts +1 -4
- package/lib/components/gateways/WireTransferGateway.js +1 -1
- package/lib/components/utils/AddressCardsTemplate.d.ts +1 -26
- package/lib/components/utils/AddressCardsTemplate.js +1 -1
- package/lib/components/utils/BaseField.d.ts +1 -8
- package/lib/components/utils/BaseField.js +1 -1
- package/lib/components/utils/BaseInput.d.ts +1 -5
- package/lib/components/utils/BaseInput.js +1 -1
- package/lib/components/utils/BaseOrderPrice.d.ts +1 -6
- package/lib/components/utils/BaseOrderPrice.js +1 -1
- package/lib/components/utils/BaseSelect.d.ts +1 -5
- package/lib/components/utils/BaseSelect.js +1 -1
- package/lib/components/utils/Parent.d.ts +1 -8
- package/lib/components/utils/Parent.js +1 -1
- package/lib/components/utils/PaymentCardsTemplate.d.ts +1 -22
- package/lib/components/utils/PaymentCardsTemplate.js +1 -1
- package/lib/components/utils/PriceTemplate.d.ts +1 -8
- package/lib/components/utils/PriceTemplate.js +1 -1
- package/lib/components/utils/VariantTemplate.d.ts +1 -36
- package/lib/components/utils/VariantTemplate.js +1 -1
- package/lib/components/utils/getAllErrors.d.ts +1 -17
- package/lib/config/components.d.ts +1 -891
- package/lib/config/currency.d.ts +1 -5
- package/lib/context/AddressChildrenContext.d.ts +1 -6
- package/lib/context/AddressContext.d.ts +1 -16
- package/lib/context/AvailabilityContext.d.ts +1 -2
- package/lib/context/BillingAddressContext.d.ts +1 -11
- package/lib/context/BillingAddressFormContext.d.ts +1 -19
- package/lib/context/CommerceLayerContext.d.ts +1 -6
- package/lib/context/CouponAndGiftCardFormContext.d.ts +1 -7
- package/lib/context/CustomerContext.d.ts +1 -15
- package/lib/context/ExternalFunctionContext.d.ts +1 -11
- package/lib/context/GiftCardContext.d.ts +1 -10
- package/lib/context/ItemContext.d.ts +1 -12
- package/lib/context/LineItemChildrenContext.d.ts +1 -8
- package/lib/context/LineItemContext.d.ts +1 -7
- package/lib/context/LineItemOptionChildrenContext.d.ts +1 -7
- package/lib/context/OrderContext.d.ts +1 -25
- package/lib/context/OrderStorageContext.d.ts +1 -10
- package/lib/context/PaymentMethodChildrenContext.d.ts +1 -9
- package/lib/context/PaymentMethodContext.d.ts +1 -22
- package/lib/context/PaymentSourceContext.d.ts +1 -13
- package/lib/context/PlaceOrderContext.d.ts +1 -17
- package/lib/context/PricesContext.d.ts +1 -6
- package/lib/context/ShipmentChildrenContext.d.ts +1 -12
- package/lib/context/ShipmentContext.d.ts +1 -11
- package/lib/context/ShippingAddressContext.d.ts +1 -9
- package/lib/context/ShippingAddressFormContext.d.ts +1 -3
- package/lib/context/ShippingMethodChildrenContext.d.ts +1 -9
- package/lib/context/SkuListsContext.d.ts +1 -5
- package/lib/context/SkuOptionChildrenContext.d.ts +1 -7
- package/lib/context/SkuOptionsContext.d.ts +1 -2
- package/lib/context/StockTransferChildrenContext.d.ts +1 -6
- package/lib/context/VariantsContext.d.ts +1 -2
- package/lib/index.d.ts +1 -99
- package/lib/reducers/AddressReducer.d.ts +1 -59
- package/lib/reducers/AvailabilityReducer.d.ts +1 -53
- package/lib/reducers/BillingAddressReducer.d.ts +1 -31
- package/lib/reducers/CustomerReducer.d.ts +1 -50
- package/lib/reducers/CustomerReducer.js +1 -1
- package/lib/reducers/GiftCardReducer.d.ts +1 -76
- package/lib/reducers/ItemReducer.d.ts +1 -69
- package/lib/reducers/LineItemReducer.d.ts +1 -52
- package/lib/reducers/OrderReducer.d.ts +2 -121
- package/lib/reducers/PaymentMethodReducer.d.ts +1 -145
- package/lib/reducers/PlaceOrderReducer.d.ts +1 -57
- package/lib/reducers/PriceReducer.d.ts +1 -44
- package/lib/reducers/ShipmentReducer.d.ts +1 -40
- package/lib/reducers/ShippingAddressReducer.d.ts +1 -32
- package/lib/reducers/SkuListsReducer.d.ts +1 -21
- package/lib/reducers/SkuOptionsReducer.d.ts +1 -26
- package/lib/reducers/VariantReducer.d.ts +1 -71
- package/lib/typings/errors.d.ts +1 -42
- package/lib/typings/index.d.ts +1 -127
- package/lib/utils/PropsType.d.ts +1 -33
- package/lib/utils/addressesManager.d.ts +1 -28
- package/lib/utils/baseReducer.d.ts +1 -3
- package/lib/utils/browserInfo.d.ts +1 -9
- package/lib/utils/childrenTypes.d.ts +1 -9
- package/lib/utils/countryStateCity.d.ts +1 -9
- package/lib/utils/customMessages.d.ts +1 -8
- package/lib/utils/customerOrderOptions.d.ts +1 -3
- package/lib/utils/getAmount.d.ts +1 -9
- package/lib/utils/getCardDetails.d.ts +1 -15
- package/lib/utils/getCurrentItemKey.d.ts +1 -6
- package/lib/utils/getErrors.d.ts +1 -11
- package/lib/utils/getLineItemsCount.d.ts +1 -12
- package/lib/utils/getLoaderComponent.d.ts +1 -2
- package/lib/utils/getLoaderComponent.js +1 -1
- package/lib/utils/getPrices.d.ts +1 -17
- package/lib/utils/getPrices.js +1 -1
- package/lib/utils/getSdk.d.ts +1 -3
- package/lib/utils/getSkus.d.ts +1 -3
- package/lib/utils/hooks/useExternalScript.d.ts +1 -1
- package/lib/utils/isEmptyStates.d.ts +1 -1
- package/lib/utils/isJSON.d.ts +1 -1
- package/lib/utils/jwt.d.ts +1 -27
- package/lib/utils/localStorage.d.ts +1 -17
- package/lib/utils/organization.d.ts +1 -6
- package/lib/utils/paypalPayment.d.ts +1 -3
- package/lib/utils/promisify.d.ts +1 -1
- package/lib/utils/shipments.d.ts +1 -2
- package/lib/utils/validateFormFields.d.ts +1 -22
- package/package.json +21 -21
|
@@ -1,892 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
|
-
import { TimeFormat, BaseInputType, GiftCardInputName, LineItemType, BasePriceType, BaseFormatPrice, BaseSelectorType, AddressInputName, AddressCountrySelectName, AddressStateSelectName } from '../typings/index';
|
|
4
|
-
import { DeliveryLeadTimeField } from '../components/DeliveryLeadTime';
|
|
5
|
-
import { StockTransferFieldType } from '../components/StockTransferField';
|
|
6
|
-
import { PaymentSourceDetailType } from '../components/PaymentSourceDetail';
|
|
7
|
-
import { CodeType } from '../reducers/OrderReducer';
|
|
8
|
-
import { ShipmentAttribute } from '../components/ShipmentField';
|
|
9
|
-
declare const components: {
|
|
10
|
-
Address: {
|
|
11
|
-
permittedChildren: string[];
|
|
12
|
-
displayName: string;
|
|
13
|
-
propTypes: {
|
|
14
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
AddressCountrySelector: {
|
|
18
|
-
displayName: string;
|
|
19
|
-
propTypes: {
|
|
20
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
21
|
-
placeholder: PropTypes.Requireable<PropTypes.InferProps<{
|
|
22
|
-
label: PropTypes.Validator<string>;
|
|
23
|
-
value: PropTypes.Validator<string | number>;
|
|
24
|
-
}>>;
|
|
25
|
-
value: PropTypes.Requireable<string>;
|
|
26
|
-
name: PropTypes.Validator<AddressCountrySelectName>;
|
|
27
|
-
required: PropTypes.Requireable<boolean>;
|
|
28
|
-
};
|
|
29
|
-
defaultProps: {
|
|
30
|
-
required: boolean;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
AddressStateSelector: {
|
|
34
|
-
displayName: string;
|
|
35
|
-
propTypes: {
|
|
36
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
37
|
-
placeholder: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
-
label: PropTypes.Validator<string>;
|
|
39
|
-
value: PropTypes.Validator<string | number>;
|
|
40
|
-
}>>;
|
|
41
|
-
value: PropTypes.Requireable<string>;
|
|
42
|
-
name: PropTypes.Validator<AddressStateSelectName>;
|
|
43
|
-
required: PropTypes.Requireable<boolean>;
|
|
44
|
-
};
|
|
45
|
-
defaultProps: {
|
|
46
|
-
required: boolean;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
AddressField: {
|
|
50
|
-
displayName: string;
|
|
51
|
-
propTypes: {
|
|
52
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
AddressInput: {
|
|
56
|
-
displayName: string;
|
|
57
|
-
propTypes: {
|
|
58
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
59
|
-
name: PropTypes.Validator<AddressInputName>;
|
|
60
|
-
type: PropTypes.Validator<BaseInputType>;
|
|
61
|
-
placeholder: PropTypes.Requireable<string>;
|
|
62
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
63
|
-
required: PropTypes.Requireable<boolean>;
|
|
64
|
-
};
|
|
65
|
-
defaultProps: {
|
|
66
|
-
required: boolean;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
AdjustmentAmount: {
|
|
70
|
-
displayName: string;
|
|
71
|
-
propTypes: {
|
|
72
|
-
id: PropTypes.Requireable<string>;
|
|
73
|
-
className: PropTypes.Requireable<string>;
|
|
74
|
-
style: PropTypes.Requireable<object>;
|
|
75
|
-
name: PropTypes.Requireable<string>;
|
|
76
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
77
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
78
|
-
};
|
|
79
|
-
defaultProps: {
|
|
80
|
-
format: BaseFormatPrice;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
AddToCartButton: {
|
|
84
|
-
displayName: string;
|
|
85
|
-
propTypes: {
|
|
86
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
87
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
88
|
-
skuCode: PropTypes.Requireable<string>;
|
|
89
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
90
|
-
lineItem: PropTypes.Requireable<PropTypes.InferProps<{
|
|
91
|
-
name: PropTypes.Validator<string>;
|
|
92
|
-
imageUrl: PropTypes.Requireable<string>;
|
|
93
|
-
}>>;
|
|
94
|
-
};
|
|
95
|
-
defaultProps: {
|
|
96
|
-
label: string;
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
AddressesContainer: {
|
|
100
|
-
displayName: string;
|
|
101
|
-
permittedChildren: string[];
|
|
102
|
-
propTypes: {
|
|
103
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
104
|
-
shipToDifferentAddress: PropTypes.Requireable<boolean>;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
AvailabilityContainer: {
|
|
108
|
-
displayName: string;
|
|
109
|
-
permittedChildren: string[];
|
|
110
|
-
propTypes: {
|
|
111
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
112
|
-
skuCode: PropTypes.Requireable<string>;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
AvailabilityTemplate: {
|
|
116
|
-
displayName: string;
|
|
117
|
-
propTypes: {
|
|
118
|
-
timeFormat: PropTypes.Requireable<TimeFormat>;
|
|
119
|
-
showShippingMethodName: PropTypes.Requireable<boolean>;
|
|
120
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
121
|
-
};
|
|
122
|
-
defaultProps: {
|
|
123
|
-
timeFormat: string;
|
|
124
|
-
showShippingMethodName: boolean;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
BillingAddressContainer: {
|
|
128
|
-
permittedChildren: string[];
|
|
129
|
-
propTypes: {
|
|
130
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
BillingAddressForm: {
|
|
134
|
-
permittedChildren: string[];
|
|
135
|
-
propTypes: {
|
|
136
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
CheckoutLink: {
|
|
140
|
-
displayName: string;
|
|
141
|
-
propTypes: {
|
|
142
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
143
|
-
label: PropTypes.Requireable<string>;
|
|
144
|
-
};
|
|
145
|
-
defaultProps: {
|
|
146
|
-
label: string;
|
|
147
|
-
};
|
|
148
|
-
};
|
|
149
|
-
CommerceLayer: {
|
|
150
|
-
permittedChildren: string[];
|
|
151
|
-
propTypes: {
|
|
152
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
153
|
-
accessToken: PropTypes.Validator<string>;
|
|
154
|
-
endpoint: PropTypes.Validator<string>;
|
|
155
|
-
};
|
|
156
|
-
};
|
|
157
|
-
CustomerContainer: {
|
|
158
|
-
displayName: string;
|
|
159
|
-
permittedChildren: string[];
|
|
160
|
-
propTypes: {
|
|
161
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
162
|
-
isGuest: PropTypes.Requireable<boolean>;
|
|
163
|
-
};
|
|
164
|
-
};
|
|
165
|
-
CustomerInput: {
|
|
166
|
-
displayName: string;
|
|
167
|
-
propTypes: {
|
|
168
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
169
|
-
name: PropTypes.Requireable<string>;
|
|
170
|
-
type: PropTypes.Requireable<string>;
|
|
171
|
-
placeholder: PropTypes.Requireable<string>;
|
|
172
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
173
|
-
required: PropTypes.Requireable<boolean>;
|
|
174
|
-
saveOnBlur: PropTypes.Requireable<boolean>;
|
|
175
|
-
};
|
|
176
|
-
defaultProps: {
|
|
177
|
-
required: boolean;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
DeliveryLeadTime: {
|
|
181
|
-
displayName: string;
|
|
182
|
-
propTypes: {
|
|
183
|
-
type: PropTypes.Validator<DeliveryLeadTimeField>;
|
|
184
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
DiscountAmount: {
|
|
188
|
-
displayName: string;
|
|
189
|
-
propTypes: {
|
|
190
|
-
id: PropTypes.Requireable<string>;
|
|
191
|
-
className: PropTypes.Requireable<string>;
|
|
192
|
-
style: PropTypes.Requireable<object>;
|
|
193
|
-
name: PropTypes.Requireable<string>;
|
|
194
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
195
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
196
|
-
};
|
|
197
|
-
defaultProps: {
|
|
198
|
-
format: BaseFormatPrice;
|
|
199
|
-
};
|
|
200
|
-
};
|
|
201
|
-
Errors: {
|
|
202
|
-
displayName: string;
|
|
203
|
-
propTypes: {
|
|
204
|
-
resource: PropTypes.Validator<import("../typings/errors").ResourceErrorType>;
|
|
205
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
206
|
-
field: PropTypes.Requireable<string>;
|
|
207
|
-
};
|
|
208
|
-
defaultProps: {
|
|
209
|
-
messages: never[];
|
|
210
|
-
field: string;
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
ExternalFunction: {
|
|
214
|
-
displayName: string;
|
|
215
|
-
permittedChildren: string[];
|
|
216
|
-
propTypes: {
|
|
217
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
218
|
-
url: PropTypes.Validator<string>;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
GiftCard: {
|
|
222
|
-
permittedChildren: string[];
|
|
223
|
-
displayName: string;
|
|
224
|
-
propTypes: {
|
|
225
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
226
|
-
onSubmit: PropTypes.Requireable<(...args: any[]) => any>;
|
|
227
|
-
};
|
|
228
|
-
defaultProps: {
|
|
229
|
-
onSubmit: undefined;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
GiftCardAmount: {
|
|
233
|
-
displayName: string;
|
|
234
|
-
propTypes: {
|
|
235
|
-
id: PropTypes.Requireable<string>;
|
|
236
|
-
className: PropTypes.Requireable<string>;
|
|
237
|
-
style: PropTypes.Requireable<object>;
|
|
238
|
-
name: PropTypes.Requireable<string>;
|
|
239
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
240
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
|
-
GiftCardContainer: {
|
|
244
|
-
permittedChildren: string[];
|
|
245
|
-
displayName: string;
|
|
246
|
-
propTypes: {
|
|
247
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
GiftCardCurrencySelector: {
|
|
251
|
-
displayName: string;
|
|
252
|
-
propTypes: {
|
|
253
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
254
|
-
placeholder: PropTypes.Requireable<PropTypes.InferProps<{
|
|
255
|
-
value: PropTypes.Validator<string | number>;
|
|
256
|
-
label: PropTypes.Validator<string>;
|
|
257
|
-
}>>;
|
|
258
|
-
value: PropTypes.Requireable<string>;
|
|
259
|
-
required: PropTypes.Requireable<boolean>;
|
|
260
|
-
};
|
|
261
|
-
defaultProps: {
|
|
262
|
-
required: boolean;
|
|
263
|
-
};
|
|
264
|
-
};
|
|
265
|
-
GiftCardInput: {
|
|
266
|
-
displayName: string;
|
|
267
|
-
propTypes: {
|
|
268
|
-
type: PropTypes.Validator<BaseInputType>;
|
|
269
|
-
name: PropTypes.Validator<GiftCardInputName>;
|
|
270
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
271
|
-
placeholder: PropTypes.Requireable<string>;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
274
|
-
GiftCardOrCouponForm: {
|
|
275
|
-
permittedChildren: string[];
|
|
276
|
-
propTypes: {
|
|
277
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
278
|
-
};
|
|
279
|
-
};
|
|
280
|
-
GiftCardOrCouponInput: {
|
|
281
|
-
displayName: string;
|
|
282
|
-
propTypes: {
|
|
283
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
284
|
-
placeholder: PropTypes.Requireable<string>;
|
|
285
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
286
|
-
required: PropTypes.Requireable<boolean>;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
GiftCardOrCouponSubmit: {
|
|
290
|
-
displayName: string;
|
|
291
|
-
propTypes: {
|
|
292
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
293
|
-
label: PropTypes.Requireable<string | object>;
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
GiftCardOrCouponCode: {
|
|
297
|
-
displayName: string;
|
|
298
|
-
propTypes: {
|
|
299
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
300
|
-
type: PropTypes.Requireable<CodeType>;
|
|
301
|
-
};
|
|
302
|
-
};
|
|
303
|
-
GiftCardOrCouponRemoveButton: {
|
|
304
|
-
displayName: string;
|
|
305
|
-
propTypes: {
|
|
306
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
307
|
-
type: PropTypes.Requireable<CodeType>;
|
|
308
|
-
label: PropTypes.Requireable<string | object>;
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
ItemContainer: {
|
|
312
|
-
permittedChildren: string[];
|
|
313
|
-
displayName: string;
|
|
314
|
-
propTypes: {
|
|
315
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
316
|
-
skuCode: PropTypes.Requireable<string>;
|
|
317
|
-
lineItem: PropTypes.Requireable<PropTypes.InferProps<{
|
|
318
|
-
name: PropTypes.Validator<string>;
|
|
319
|
-
imageUrl: PropTypes.Requireable<string>;
|
|
320
|
-
}>>;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
LineItem: {
|
|
324
|
-
permittedChildren: string[];
|
|
325
|
-
displayName: string;
|
|
326
|
-
propTypes: {
|
|
327
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
328
|
-
type: PropTypes.Requireable<LineItemType>;
|
|
329
|
-
};
|
|
330
|
-
defaultProps: {
|
|
331
|
-
type: string;
|
|
332
|
-
};
|
|
333
|
-
};
|
|
334
|
-
LineItemAmount: {
|
|
335
|
-
displayName: string;
|
|
336
|
-
propTypes: {
|
|
337
|
-
type: PropTypes.Requireable<BasePriceType>;
|
|
338
|
-
id: PropTypes.Requireable<string>;
|
|
339
|
-
className: PropTypes.Requireable<string>;
|
|
340
|
-
style: PropTypes.Requireable<object>;
|
|
341
|
-
name: PropTypes.Requireable<string>;
|
|
342
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
343
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
344
|
-
};
|
|
345
|
-
defaultProps: {
|
|
346
|
-
format: string;
|
|
347
|
-
type: string;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
LineItemImage: {
|
|
351
|
-
displayName: string;
|
|
352
|
-
propTypes: {
|
|
353
|
-
width: PropTypes.Requireable<number>;
|
|
354
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
355
|
-
};
|
|
356
|
-
};
|
|
357
|
-
LineItemName: {
|
|
358
|
-
displayName: string;
|
|
359
|
-
propTypes: {
|
|
360
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
LineItemCode: {
|
|
364
|
-
displayName: string;
|
|
365
|
-
propTypes: {
|
|
366
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
367
|
-
};
|
|
368
|
-
};
|
|
369
|
-
LineItemOption: {
|
|
370
|
-
displayName: string;
|
|
371
|
-
propTypes: {
|
|
372
|
-
name: PropTypes.Requireable<string>;
|
|
373
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
374
|
-
valueClassName: PropTypes.Requireable<string>;
|
|
375
|
-
className: PropTypes.Requireable<string>;
|
|
376
|
-
id: PropTypes.Requireable<string>;
|
|
377
|
-
style: PropTypes.Requireable<object>;
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
LineItemOptions: {
|
|
381
|
-
permittedChildren: string[];
|
|
382
|
-
displayName: string;
|
|
383
|
-
propTypes: {
|
|
384
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
385
|
-
title: PropTypes.Requireable<string>;
|
|
386
|
-
showName: PropTypes.Requireable<boolean>;
|
|
387
|
-
skuOptionId: PropTypes.Requireable<string>;
|
|
388
|
-
};
|
|
389
|
-
};
|
|
390
|
-
LineItemQuantity: {
|
|
391
|
-
displayName: string;
|
|
392
|
-
propTypes: {
|
|
393
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
394
|
-
max: PropTypes.Requireable<number>;
|
|
395
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
396
|
-
readonly: PropTypes.Requireable<boolean>;
|
|
397
|
-
};
|
|
398
|
-
defaultProps: {
|
|
399
|
-
max: number;
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
LineItemRemoveLink: {
|
|
403
|
-
displayName: string;
|
|
404
|
-
propTypes: {
|
|
405
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
406
|
-
label: PropTypes.Requireable<string>;
|
|
407
|
-
};
|
|
408
|
-
defaultProps: {
|
|
409
|
-
label: string;
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
LineItemsContainer: {
|
|
413
|
-
permittedChildren: string[];
|
|
414
|
-
displayName: string;
|
|
415
|
-
propTypes: {
|
|
416
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
417
|
-
filters: PropTypes.Requireable<object>;
|
|
418
|
-
loader: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
419
|
-
};
|
|
420
|
-
defaultProps: {
|
|
421
|
-
filters: {};
|
|
422
|
-
loader: string;
|
|
423
|
-
};
|
|
424
|
-
};
|
|
425
|
-
LineItemsCount: {
|
|
426
|
-
displayName: string;
|
|
427
|
-
propTypes: {
|
|
428
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
429
|
-
id: PropTypes.Requireable<string>;
|
|
430
|
-
className: PropTypes.Requireable<string>;
|
|
431
|
-
name: PropTypes.Requireable<string>;
|
|
432
|
-
style: PropTypes.Requireable<object>;
|
|
433
|
-
};
|
|
434
|
-
};
|
|
435
|
-
LineItemsEmpty: {
|
|
436
|
-
displayName: string;
|
|
437
|
-
propTypes: {
|
|
438
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
439
|
-
id: PropTypes.Requireable<string>;
|
|
440
|
-
className: PropTypes.Requireable<string>;
|
|
441
|
-
name: PropTypes.Requireable<string>;
|
|
442
|
-
style: PropTypes.Requireable<object>;
|
|
443
|
-
text: PropTypes.Requireable<string>;
|
|
444
|
-
};
|
|
445
|
-
};
|
|
446
|
-
MetadataInput: {
|
|
447
|
-
displayName: string;
|
|
448
|
-
propTypes: {
|
|
449
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
450
|
-
name: PropTypes.Validator<string>;
|
|
451
|
-
type: PropTypes.Validator<BaseInputType>;
|
|
452
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
453
|
-
placeholder: PropTypes.Requireable<string>;
|
|
454
|
-
};
|
|
455
|
-
};
|
|
456
|
-
OrderContainer: {
|
|
457
|
-
permittedChildren: string[];
|
|
458
|
-
displayName: string;
|
|
459
|
-
propTypes: {
|
|
460
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
461
|
-
orderId: PropTypes.Requireable<string>;
|
|
462
|
-
metadata: PropTypes.Requireable<{
|
|
463
|
-
[x: string]: string | null | undefined;
|
|
464
|
-
}>;
|
|
465
|
-
attributes: PropTypes.Requireable<object>;
|
|
466
|
-
};
|
|
467
|
-
defaultProps: {
|
|
468
|
-
metadata: {};
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
|
-
OrderNumber: {
|
|
472
|
-
displayName: string;
|
|
473
|
-
propTypes: {
|
|
474
|
-
className: PropTypes.Requireable<string>;
|
|
475
|
-
};
|
|
476
|
-
defaultProps: {
|
|
477
|
-
format: BaseFormatPrice;
|
|
478
|
-
};
|
|
479
|
-
};
|
|
480
|
-
OrderStorage: {
|
|
481
|
-
permittedChildren: string[];
|
|
482
|
-
displayName: string;
|
|
483
|
-
propTypes: {
|
|
484
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
485
|
-
clearWhenPlaced: PropTypes.Requireable<boolean>;
|
|
486
|
-
persistKey: PropTypes.Validator<string>;
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
PaymentMethod: {
|
|
490
|
-
permittedChildren: string[];
|
|
491
|
-
displayName: string;
|
|
492
|
-
propTypes: {
|
|
493
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
PaymentMethodAmount: {
|
|
497
|
-
displayName: string;
|
|
498
|
-
propTypes: {
|
|
499
|
-
id: PropTypes.Requireable<string>;
|
|
500
|
-
className: PropTypes.Requireable<string>;
|
|
501
|
-
style: PropTypes.Requireable<object>;
|
|
502
|
-
name: PropTypes.Requireable<string>;
|
|
503
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
504
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
505
|
-
};
|
|
506
|
-
defaultProps: {
|
|
507
|
-
format: BaseFormatPrice;
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
PaymentMethodName: {
|
|
511
|
-
displayName: string;
|
|
512
|
-
propTypes: {
|
|
513
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
514
|
-
};
|
|
515
|
-
};
|
|
516
|
-
PaymentMethodPrice: {
|
|
517
|
-
displayName: string;
|
|
518
|
-
propTypes: {
|
|
519
|
-
type: PropTypes.Requireable<"amount">;
|
|
520
|
-
id: PropTypes.Requireable<string>;
|
|
521
|
-
className: PropTypes.Requireable<string>;
|
|
522
|
-
style: PropTypes.Requireable<object>;
|
|
523
|
-
name: PropTypes.Requireable<string>;
|
|
524
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
525
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
PaymentMethodRadioButton: {
|
|
529
|
-
displayName: string;
|
|
530
|
-
propTypes: {
|
|
531
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
532
|
-
};
|
|
533
|
-
};
|
|
534
|
-
PaymentMethodsContainer: {
|
|
535
|
-
displayName: string;
|
|
536
|
-
permittedChildren: string[];
|
|
537
|
-
propTypes: {
|
|
538
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
539
|
-
};
|
|
540
|
-
};
|
|
541
|
-
PaymentSource: {
|
|
542
|
-
displayName: string;
|
|
543
|
-
permittedChildren: string[];
|
|
544
|
-
propTypes: {
|
|
545
|
-
children: PropTypes.Requireable<import("react").ReactNode>;
|
|
546
|
-
readonly: PropTypes.Requireable<boolean>;
|
|
547
|
-
};
|
|
548
|
-
};
|
|
549
|
-
PaymentSourceBrandIcon: {
|
|
550
|
-
displayName: string;
|
|
551
|
-
propTypes: {
|
|
552
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
553
|
-
width: PropTypes.Requireable<number>;
|
|
554
|
-
height: PropTypes.Requireable<number>;
|
|
555
|
-
src: PropTypes.Requireable<string>;
|
|
556
|
-
className: PropTypes.Requireable<string>;
|
|
557
|
-
};
|
|
558
|
-
};
|
|
559
|
-
PaymentSourceBrandName: {
|
|
560
|
-
displayName: string;
|
|
561
|
-
propTypes: {
|
|
562
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
563
|
-
label: PropTypes.Requireable<string>;
|
|
564
|
-
};
|
|
565
|
-
};
|
|
566
|
-
PaymentSourceEditButton: {
|
|
567
|
-
displayName: string;
|
|
568
|
-
propTypes: {
|
|
569
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
570
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
571
|
-
};
|
|
572
|
-
};
|
|
573
|
-
PaymentSourceDetail: {
|
|
574
|
-
displayName: string;
|
|
575
|
-
propTypes: {
|
|
576
|
-
type: PropTypes.Validator<PaymentSourceDetailType>;
|
|
577
|
-
};
|
|
578
|
-
};
|
|
579
|
-
PlaceOrderButton: {
|
|
580
|
-
displayName: string;
|
|
581
|
-
propTypes: {
|
|
582
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
583
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
584
|
-
};
|
|
585
|
-
defaultProps: {
|
|
586
|
-
label: string;
|
|
587
|
-
};
|
|
588
|
-
};
|
|
589
|
-
PlaceOrderContainer: {
|
|
590
|
-
displayName: string;
|
|
591
|
-
permittedChildren: string[];
|
|
592
|
-
propTypes: {
|
|
593
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
594
|
-
};
|
|
595
|
-
};
|
|
596
|
-
Price: {
|
|
597
|
-
displayName: string;
|
|
598
|
-
propTypes: {
|
|
599
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
600
|
-
compareClassName: PropTypes.Requireable<string>;
|
|
601
|
-
skuCode: PropTypes.Requireable<string>;
|
|
602
|
-
showCompare: PropTypes.Requireable<boolean>;
|
|
603
|
-
};
|
|
604
|
-
defaultProps: {
|
|
605
|
-
skuCode: string;
|
|
606
|
-
};
|
|
607
|
-
};
|
|
608
|
-
PricesContainer: {
|
|
609
|
-
permittedChildren: string[];
|
|
610
|
-
displayName: string;
|
|
611
|
-
propTypes: {
|
|
612
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
613
|
-
skuCode: PropTypes.Requireable<string>;
|
|
614
|
-
loader: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
615
|
-
perPage: PropTypes.Requireable<number>;
|
|
616
|
-
filters: PropTypes.Requireable<object>;
|
|
617
|
-
};
|
|
618
|
-
defaultProps: {
|
|
619
|
-
perPage: number;
|
|
620
|
-
filters: {};
|
|
621
|
-
loader: string;
|
|
622
|
-
skuCode: string;
|
|
623
|
-
};
|
|
624
|
-
};
|
|
625
|
-
PrivacyAndTermsCheckbox: {
|
|
626
|
-
displayName: string;
|
|
627
|
-
propTypes: {
|
|
628
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
629
|
-
};
|
|
630
|
-
};
|
|
631
|
-
QuantitySelector: {
|
|
632
|
-
displayName: string;
|
|
633
|
-
propTypes: {
|
|
634
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
635
|
-
min: PropTypes.Requireable<number>;
|
|
636
|
-
max: PropTypes.Requireable<number>;
|
|
637
|
-
value: PropTypes.Requireable<string>;
|
|
638
|
-
skuCode: PropTypes.Requireable<string>;
|
|
639
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
640
|
-
};
|
|
641
|
-
defaultProps: {
|
|
642
|
-
min: number;
|
|
643
|
-
};
|
|
644
|
-
};
|
|
645
|
-
SaveAddressesButton: {
|
|
646
|
-
displayName: string;
|
|
647
|
-
propTypes: {
|
|
648
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
649
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
650
|
-
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
651
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
652
|
-
};
|
|
653
|
-
defaultProps: {
|
|
654
|
-
label: string;
|
|
655
|
-
};
|
|
656
|
-
};
|
|
657
|
-
Shipment: {
|
|
658
|
-
permittedChildren: string[];
|
|
659
|
-
displayName: string;
|
|
660
|
-
propTypes: {
|
|
661
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
662
|
-
};
|
|
663
|
-
};
|
|
664
|
-
ShipmentField: {
|
|
665
|
-
displayName: string;
|
|
666
|
-
propTypes: {
|
|
667
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
668
|
-
name: PropTypes.Validator<ShipmentAttribute>;
|
|
669
|
-
};
|
|
670
|
-
};
|
|
671
|
-
ShipmentsContainer: {
|
|
672
|
-
displayName: string;
|
|
673
|
-
permittedChildren: string[];
|
|
674
|
-
propTypes: {
|
|
675
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
676
|
-
};
|
|
677
|
-
};
|
|
678
|
-
ShippingAddressContainer: {
|
|
679
|
-
permittedChildren: string[];
|
|
680
|
-
propTypes: {
|
|
681
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
682
|
-
};
|
|
683
|
-
};
|
|
684
|
-
SaveCustomerButton: {
|
|
685
|
-
displayName: string;
|
|
686
|
-
propTypes: {
|
|
687
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
688
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
689
|
-
onClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
690
|
-
};
|
|
691
|
-
defaultProps: {
|
|
692
|
-
label: string;
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
ShippingAddressForm: {
|
|
696
|
-
permittedChildren: string[];
|
|
697
|
-
propTypes: {
|
|
698
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
699
|
-
};
|
|
700
|
-
};
|
|
701
|
-
ShippingAmount: {
|
|
702
|
-
displayName: string;
|
|
703
|
-
propTypes: {
|
|
704
|
-
id: PropTypes.Requireable<string>;
|
|
705
|
-
className: PropTypes.Requireable<string>;
|
|
706
|
-
style: PropTypes.Requireable<object>;
|
|
707
|
-
name: PropTypes.Requireable<string>;
|
|
708
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
709
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
710
|
-
};
|
|
711
|
-
};
|
|
712
|
-
ShippingMethod: {
|
|
713
|
-
permittedChildren: string[];
|
|
714
|
-
displayName: string;
|
|
715
|
-
propTypes: {
|
|
716
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
717
|
-
readonly: PropTypes.Requireable<boolean>;
|
|
718
|
-
};
|
|
719
|
-
};
|
|
720
|
-
ShippingMethodName: {
|
|
721
|
-
displayName: string;
|
|
722
|
-
propTypes: {
|
|
723
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
724
|
-
};
|
|
725
|
-
};
|
|
726
|
-
ShippingMethodRadioButton: {
|
|
727
|
-
displayName: string;
|
|
728
|
-
propTypes: {
|
|
729
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
730
|
-
};
|
|
731
|
-
};
|
|
732
|
-
ShippingMethodPrice: {
|
|
733
|
-
displayName: string;
|
|
734
|
-
propTypes: {
|
|
735
|
-
type: PropTypes.Requireable<"amount">;
|
|
736
|
-
id: PropTypes.Requireable<string>;
|
|
737
|
-
className: PropTypes.Requireable<string>;
|
|
738
|
-
style: PropTypes.Requireable<object>;
|
|
739
|
-
name: PropTypes.Requireable<string>;
|
|
740
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
741
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
742
|
-
};
|
|
743
|
-
defaultProps: {
|
|
744
|
-
format: string;
|
|
745
|
-
type: string;
|
|
746
|
-
};
|
|
747
|
-
};
|
|
748
|
-
SkuList: {
|
|
749
|
-
permittedChildren: string[];
|
|
750
|
-
displayName: string;
|
|
751
|
-
propTypes: {
|
|
752
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
753
|
-
id: PropTypes.Validator<string>;
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
SkuListsContainer: {
|
|
757
|
-
permittedChildren: string[];
|
|
758
|
-
displayName: string;
|
|
759
|
-
propTypes: {
|
|
760
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
761
|
-
};
|
|
762
|
-
};
|
|
763
|
-
SkuOption: {
|
|
764
|
-
permittedChildren: string[];
|
|
765
|
-
displayName: string;
|
|
766
|
-
propTypes: {
|
|
767
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
768
|
-
id: PropTypes.Validator<string>;
|
|
769
|
-
};
|
|
770
|
-
};
|
|
771
|
-
SkuOptionInput: {
|
|
772
|
-
displayName: string;
|
|
773
|
-
propTypes: {
|
|
774
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
775
|
-
name: PropTypes.Validator<string>;
|
|
776
|
-
type: PropTypes.Validator<BaseInputType>;
|
|
777
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
778
|
-
placeholder: PropTypes.Requireable<string>;
|
|
779
|
-
};
|
|
780
|
-
};
|
|
781
|
-
SkuOptionsContainer: {
|
|
782
|
-
permittedChildren: string[];
|
|
783
|
-
displayName: string;
|
|
784
|
-
propTypes: {
|
|
785
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
786
|
-
skuCode: PropTypes.Requireable<string>;
|
|
787
|
-
};
|
|
788
|
-
};
|
|
789
|
-
StockTransfer: {
|
|
790
|
-
permittedChildren: string[];
|
|
791
|
-
displayName: string;
|
|
792
|
-
propTypes: {
|
|
793
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
794
|
-
};
|
|
795
|
-
};
|
|
796
|
-
StockTransferField: {
|
|
797
|
-
displayName: string;
|
|
798
|
-
propTypes: {
|
|
799
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
800
|
-
type: PropTypes.Validator<StockTransferFieldType>;
|
|
801
|
-
};
|
|
802
|
-
};
|
|
803
|
-
SubmitButton: {
|
|
804
|
-
displayName: string;
|
|
805
|
-
propTypes: {
|
|
806
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
807
|
-
label: PropTypes.Requireable<string | PropTypes.ReactElementLike>;
|
|
808
|
-
};
|
|
809
|
-
defaultProps: {
|
|
810
|
-
label: string;
|
|
811
|
-
};
|
|
812
|
-
};
|
|
813
|
-
SubTotalAmount: {
|
|
814
|
-
displayName: string;
|
|
815
|
-
propTypes: {
|
|
816
|
-
id: PropTypes.Requireable<string>;
|
|
817
|
-
className: PropTypes.Requireable<string>;
|
|
818
|
-
style: PropTypes.Requireable<object>;
|
|
819
|
-
name: PropTypes.Requireable<string>;
|
|
820
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
821
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
822
|
-
};
|
|
823
|
-
defaultProps: {
|
|
824
|
-
format: BaseFormatPrice;
|
|
825
|
-
};
|
|
826
|
-
};
|
|
827
|
-
TaxesAmount: {
|
|
828
|
-
displayName: string;
|
|
829
|
-
propTypes: {
|
|
830
|
-
id: PropTypes.Requireable<string>;
|
|
831
|
-
className: PropTypes.Requireable<string>;
|
|
832
|
-
style: PropTypes.Requireable<object>;
|
|
833
|
-
name: PropTypes.Requireable<string>;
|
|
834
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
835
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
836
|
-
};
|
|
837
|
-
defaultProps: {
|
|
838
|
-
format: BaseFormatPrice;
|
|
839
|
-
};
|
|
840
|
-
};
|
|
841
|
-
TotalAmount: {
|
|
842
|
-
displayName: string;
|
|
843
|
-
propTypes: {
|
|
844
|
-
id: PropTypes.Requireable<string>;
|
|
845
|
-
className: PropTypes.Requireable<string>;
|
|
846
|
-
style: PropTypes.Requireable<object>;
|
|
847
|
-
name: PropTypes.Requireable<string>;
|
|
848
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
849
|
-
format: PropTypes.Requireable<BaseFormatPrice>;
|
|
850
|
-
};
|
|
851
|
-
defaultProps: {
|
|
852
|
-
format: BaseFormatPrice;
|
|
853
|
-
};
|
|
854
|
-
};
|
|
855
|
-
VariantsContainer: {
|
|
856
|
-
permittedChildren: string[];
|
|
857
|
-
displayName: string;
|
|
858
|
-
propTypes: {
|
|
859
|
-
children: PropTypes.Validator<boolean | import("react").ReactChild | import("react").ReactFragment | import("react").ReactPortal>;
|
|
860
|
-
skuCode: PropTypes.Requireable<string>;
|
|
861
|
-
filters: PropTypes.Requireable<object>;
|
|
862
|
-
};
|
|
863
|
-
defaultProps: {
|
|
864
|
-
skuCode: string;
|
|
865
|
-
filters: {};
|
|
866
|
-
};
|
|
867
|
-
};
|
|
868
|
-
VariantSelector: {
|
|
869
|
-
displayName: string;
|
|
870
|
-
propTypes: {
|
|
871
|
-
options: PropTypes.Validator<PropTypes.InferProps<{
|
|
872
|
-
label: PropTypes.Validator<string>;
|
|
873
|
-
code: PropTypes.Validator<string>;
|
|
874
|
-
lineItem: PropTypes.Requireable<PropTypes.InferProps<{
|
|
875
|
-
name: PropTypes.Validator<string>;
|
|
876
|
-
imageUrl: PropTypes.Requireable<string>;
|
|
877
|
-
}>>;
|
|
878
|
-
}>[]>;
|
|
879
|
-
name: PropTypes.Requireable<string>;
|
|
880
|
-
children: PropTypes.Requireable<(...args: any[]) => any>;
|
|
881
|
-
type: PropTypes.Requireable<BaseSelectorType>;
|
|
882
|
-
loader: PropTypes.Requireable<PropTypes.ReactElementLike>;
|
|
883
|
-
placeholder: PropTypes.Requireable<string>;
|
|
884
|
-
skuCode: PropTypes.Requireable<string>;
|
|
885
|
-
};
|
|
886
|
-
defaultProps: {
|
|
887
|
-
placeholder: string;
|
|
888
|
-
type: BaseSelectorType;
|
|
889
|
-
};
|
|
890
|
-
};
|
|
891
|
-
};
|
|
892
|
-
export default components;
|
|
2
|
+
import PropTypes from'prop-types';import{TimeFormat,BaseInputType,GiftCardInputName,LineItemType,BasePriceType,BaseFormatPrice,BaseSelectorType,AddressInputName,AddressCountrySelectName,AddressStateSelectName}from'../typings/index';import{DeliveryLeadTimeField}from'../components/DeliveryLeadTime';import{StockTransferFieldType}from'../components/StockTransferField';import{PaymentSourceDetailType}from'../components/PaymentSourceDetail';import{CodeType}from'../reducers/OrderReducer';import{ShipmentAttribute}from'../components/ShipmentField';declare const components:{Address:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};AddressCountrySelector:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<PropTypes.InferProps<{label:PropTypes.Validator<string>;value:PropTypes.Validator<string|number>;}>>;value:PropTypes.Requireable<string>;name:PropTypes.Validator<AddressCountrySelectName>;required:PropTypes.Requireable<boolean>;};defaultProps:{required:boolean;};};AddressStateSelector:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<PropTypes.InferProps<{label:PropTypes.Validator<string>;value:PropTypes.Validator<string|number>;}>>;value:PropTypes.Requireable<string>;name:PropTypes.Validator<AddressStateSelectName>;required:PropTypes.Requireable<boolean>;};defaultProps:{required:boolean;};};AddressField:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};AddressInput:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;name:PropTypes.Validator<AddressInputName>;type:PropTypes.Validator<BaseInputType>;placeholder:PropTypes.Requireable<string>;disabled:PropTypes.Requireable<boolean>;required:PropTypes.Requireable<boolean>;};defaultProps:{required:boolean;};};AdjustmentAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};AddToCartButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;skuCode:PropTypes.Requireable<string>;disabled:PropTypes.Requireable<boolean>;lineItem:PropTypes.Requireable<PropTypes.InferProps<{name:PropTypes.Validator<string>;imageUrl:PropTypes.Requireable<string>;}>>;};defaultProps:{label:string;};};AddressesContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;shipToDifferentAddress:PropTypes.Requireable<boolean>;};};AvailabilityContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;skuCode:PropTypes.Requireable<string>;};};AvailabilityTemplate:{displayName:string;propTypes:{timeFormat:PropTypes.Requireable<TimeFormat>;showShippingMethodName:PropTypes.Requireable<boolean>;children:PropTypes.Requireable<(...args:any[])=>any>;};defaultProps:{timeFormat:string;showShippingMethodName:boolean;};};BillingAddressContainer:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};BillingAddressForm:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};CheckoutLink:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string>;};defaultProps:{label:string;};};CommerceLayer:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;accessToken:PropTypes.Validator<string>;endpoint:PropTypes.Validator<string>;};};CustomerContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;isGuest:PropTypes.Requireable<boolean>;};};CustomerInput:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;name:PropTypes.Requireable<string>;type:PropTypes.Requireable<string>;placeholder:PropTypes.Requireable<string>;disabled:PropTypes.Requireable<boolean>;required:PropTypes.Requireable<boolean>;saveOnBlur:PropTypes.Requireable<boolean>;};defaultProps:{required:boolean;};};DeliveryLeadTime:{displayName:string;propTypes:{type:PropTypes.Validator<DeliveryLeadTimeField>;children:PropTypes.Requireable<(...args:any[])=>any>;};};DiscountAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};Errors:{displayName:string;propTypes:{resource:PropTypes.Validator<import("../typings/errors").ResourceErrorType>;children:PropTypes.Requireable<(...args:any[])=>any>;field:PropTypes.Requireable<string>;};defaultProps:{messages:never[];field:string;};};ExternalFunction:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;url:PropTypes.Validator<string>;};};GiftCard:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;onSubmit:PropTypes.Requireable<(...args:any[])=>any>;};defaultProps:{onSubmit:undefined;};};GiftCardAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};};GiftCardContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};GiftCardCurrencySelector:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<PropTypes.InferProps<{value:PropTypes.Validator<string|number>;label:PropTypes.Validator<string>;}>>;value:PropTypes.Requireable<string>;required:PropTypes.Requireable<boolean>;};defaultProps:{required:boolean;};};GiftCardInput:{displayName:string;propTypes:{type:PropTypes.Validator<BaseInputType>;name:PropTypes.Validator<GiftCardInputName>;children:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<string>;};};GiftCardOrCouponForm:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};GiftCardOrCouponInput:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<string>;disabled:PropTypes.Requireable<boolean>;required:PropTypes.Requireable<boolean>;};};GiftCardOrCouponSubmit:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|object>;};};GiftCardOrCouponCode:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;type:PropTypes.Requireable<CodeType>;};};GiftCardOrCouponRemoveButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;type:PropTypes.Requireable<CodeType>;label:PropTypes.Requireable<string|object>;};};ItemContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;skuCode:PropTypes.Requireable<string>;lineItem:PropTypes.Requireable<PropTypes.InferProps<{name:PropTypes.Validator<string>;imageUrl:PropTypes.Requireable<string>;}>>;};};LineItem:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;type:PropTypes.Requireable<LineItemType>;};defaultProps:{type:string;};};LineItemAmount:{displayName:string;propTypes:{type:PropTypes.Requireable<BasePriceType>;id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:string;type:string;};};LineItemImage:{displayName:string;propTypes:{width:PropTypes.Requireable<number>;children:PropTypes.Requireable<(...args:any[])=>any>;};};LineItemName:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};LineItemCode:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};LineItemOption:{displayName:string;propTypes:{name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;valueClassName:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;id:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;};};LineItemOptions:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;title:PropTypes.Requireable<string>;showName:PropTypes.Requireable<boolean>;skuOptionId:PropTypes.Requireable<string>;};};LineItemQuantity:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;max:PropTypes.Requireable<number>;disabled:PropTypes.Requireable<boolean>;readonly:PropTypes.Requireable<boolean>;};defaultProps:{max:number;};};LineItemRemoveLink:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string>;};defaultProps:{label:string;};};LineItemsContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;filters:PropTypes.Requireable<object>;loader:PropTypes.Requireable<string|PropTypes.ReactElementLike>;};defaultProps:{filters:{};loader:string;};};LineItemsCount:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;name:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;};};LineItemsEmpty:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;name:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;text:PropTypes.Requireable<string>;};};MetadataInput:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;name:PropTypes.Validator<string>;type:PropTypes.Validator<BaseInputType>;onChange:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<string>;};};OrderContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;orderId:PropTypes.Requireable<string>;metadata:PropTypes.Requireable<{[x:string]:string|null|undefined;}>;attributes:PropTypes.Requireable<object>;};defaultProps:{metadata:{};};};OrderNumber:{displayName:string;propTypes:{className:PropTypes.Requireable<string>;};defaultProps:{format:BaseFormatPrice;};};OrderStorage:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;clearWhenPlaced:PropTypes.Requireable<boolean>;persistKey:PropTypes.Validator<string>;};};PaymentMethod:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};PaymentMethodAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};PaymentMethodName:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};PaymentMethodPrice:{displayName:string;propTypes:{type:PropTypes.Requireable<"amount">;id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};};PaymentMethodRadioButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};PaymentMethodsContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};PaymentSource:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Requireable<import("react").ReactNode>;readonly:PropTypes.Requireable<boolean>;};};PaymentSourceBrandIcon:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;width:PropTypes.Requireable<number>;height:PropTypes.Requireable<number>;src:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;};};PaymentSourceBrandName:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string>;};};PaymentSourceEditButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;};};PaymentSourceDetail:{displayName:string;propTypes:{type:PropTypes.Validator<PaymentSourceDetailType>;};};PlaceOrderButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;};defaultProps:{label:string;};};PlaceOrderContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};Price:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;compareClassName:PropTypes.Requireable<string>;skuCode:PropTypes.Requireable<string>;showCompare:PropTypes.Requireable<boolean>;};defaultProps:{skuCode:string;};};PricesContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;skuCode:PropTypes.Requireable<string>;loader:PropTypes.Requireable<string|PropTypes.ReactElementLike>;perPage:PropTypes.Requireable<number>;filters:PropTypes.Requireable<object>;};defaultProps:{perPage:number;filters:{};loader:string;skuCode:string;};};PrivacyAndTermsCheckbox:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};QuantitySelector:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;min:PropTypes.Requireable<number>;max:PropTypes.Requireable<number>;value:PropTypes.Requireable<string>;skuCode:PropTypes.Requireable<string>;disabled:PropTypes.Requireable<boolean>;};defaultProps:{min:number;};};SaveAddressesButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;onClick:PropTypes.Requireable<(...args:any[])=>any>;disabled:PropTypes.Requireable<boolean>;};defaultProps:{label:string;};};Shipment:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};ShipmentField:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;name:PropTypes.Validator<ShipmentAttribute>;};};ShipmentsContainer:{displayName:string;permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};ShippingAddressContainer:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};SaveCustomerButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;onClick:PropTypes.Requireable<(...args:any[])=>any>;};defaultProps:{label:string;};};ShippingAddressForm:{permittedChildren:string[];propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};ShippingAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};};ShippingMethod:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;readonly:PropTypes.Requireable<boolean>;};};ShippingMethodName:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};ShippingMethodRadioButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;};};ShippingMethodPrice:{displayName:string;propTypes:{type:PropTypes.Requireable<"amount">;id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:string;type:string;};};SkuList:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;id:PropTypes.Validator<string>;};};SkuListsContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};SkuOption:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;id:PropTypes.Validator<string>;};};SkuOptionInput:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;name:PropTypes.Validator<string>;type:PropTypes.Validator<BaseInputType>;onChange:PropTypes.Requireable<(...args:any[])=>any>;placeholder:PropTypes.Requireable<string>;};};SkuOptionsContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;skuCode:PropTypes.Requireable<string>;};};StockTransfer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;};};StockTransferField:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;type:PropTypes.Validator<StockTransferFieldType>;};};SubmitButton:{displayName:string;propTypes:{children:PropTypes.Requireable<(...args:any[])=>any>;label:PropTypes.Requireable<string|PropTypes.ReactElementLike>;};defaultProps:{label:string;};};SubTotalAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};TaxesAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};TotalAmount:{displayName:string;propTypes:{id:PropTypes.Requireable<string>;className:PropTypes.Requireable<string>;style:PropTypes.Requireable<object>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;format:PropTypes.Requireable<BaseFormatPrice>;};defaultProps:{format:BaseFormatPrice;};};VariantsContainer:{permittedChildren:string[];displayName:string;propTypes:{children:PropTypes.Validator<boolean|import("react").ReactChild|import("react").ReactFragment|import("react").ReactPortal>;skuCode:PropTypes.Requireable<string>;filters:PropTypes.Requireable<object>;};defaultProps:{skuCode:string;filters:{};};};VariantSelector:{displayName:string;propTypes:{options:PropTypes.Validator<PropTypes.InferProps<{label:PropTypes.Validator<string>;code:PropTypes.Validator<string>;lineItem:PropTypes.Requireable<PropTypes.InferProps<{name:PropTypes.Validator<string>;imageUrl:PropTypes.Requireable<string>;}>>;}>[]>;name:PropTypes.Requireable<string>;children:PropTypes.Requireable<(...args:any[])=>any>;type:PropTypes.Requireable<BaseSelectorType>;loader:PropTypes.Requireable<PropTypes.ReactElementLike>;placeholder:PropTypes.Requireable<string>;skuCode:PropTypes.Requireable<string>;};defaultProps:{placeholder:string;type:BaseSelectorType;};};};export default components;
|