@shipengine/elements 1.8.0 → 2.0.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/README.md +0 -4
- package/address-8f8119f4.js +1 -0
- package/assertions-dfa95b4d.js +1 -0
- package/carrier-c2a5ed53.js +1 -0
- package/carrier-logo-330e926f.js +1 -0
- package/components.js +1 -0
- package/constants.js +1 -0
- package/elements.js +1 -0
- package/extensions.js +1 -0
- package/formatString-413ec7c7.js +1 -0
- package/hooks.js +1 -0
- package/index.js +1 -25578
- package/money-d4f3d7c3.js +1 -0
- package/package.json +53 -7
- package/phone-87dd7bd8.js +1 -0
- package/schemas.js +1 -0
- package/shipment-150160e0.js +1 -0
- package/src/components/add-funds-form/add-funds-form.d.ts +1 -1
- package/src/components/address-preference-context/address-preference-context.d.ts +5 -2
- package/src/components/auto-funding-form/auto-funding-form.d.ts +1 -1
- package/src/components/carrier-balance/carrier-balance.d.ts +1 -1
- package/src/components/carrier-icon/carrier-icon.d.ts +9 -9
- package/src/components/carrier-logo/carrier-logo.d.ts +2 -1
- package/src/components/collapsible-panel/collapsible-panel.d.ts +1 -1
- package/src/components/display-term/display-term.d.ts +1 -1
- package/src/components/edit-billing-form/edit-billing-form.d.ts +1 -1
- package/src/components/field/date-picker/date-picker.d.ts +1 -1
- package/src/components/field/money-input/money-input.d.ts +1 -1
- package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
- package/src/components/field/rate-card/rate-card.d.ts +3 -2
- package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
- package/src/components/field/rate-select/rate-select.d.ts +7 -2
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +5 -2
- package/src/components/here-map/here-map.d.ts +16 -0
- package/src/components/here-map/here-map.styles.d.ts +23 -0
- package/src/components/history/history-card/history-card.d.ts +1 -1
- package/src/components/index.d.ts +1 -0
- package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
- package/src/components/modal/modal.d.ts +2 -1
- package/src/components/pager/pager.d.ts +1 -1
- package/src/components/rate-details/index.d.ts +1 -0
- package/src/components/rate-details/rate-details.d.ts +17 -0
- package/src/components/rate-details/rate-details.styles.d.ts +23 -0
- package/src/components/save-status/save-status.d.ts +1 -1
- package/src/components/search-bar/index.d.ts +1 -0
- package/src/components/search-bar/search-bar.d.ts +8 -0
- package/src/components/service-point-display/operating-hours.d.ts +6 -0
- package/src/components/service-point-display/operating-hours.styles.d.ts +44 -0
- package/src/components/service-point-display/service-point-display.d.ts +6 -6
- package/src/components/service-point-display/service-point-display.styles.d.ts +13 -19
- package/src/components/service-points/service-points.d.ts +3 -2
- package/src/components/tabs/tabs.d.ts +5 -1
- package/src/components/tabs/tabs.styles.d.ts +3 -2
- package/src/components/templates/address-display/address-display.d.ts +1 -1
- package/src/components/templates/address-preference-display/address-preference-display.d.ts +1 -1
- package/src/components/templates/address-preference-select/address-preference-select.d.ts +1 -1
- package/src/components/templates/connect-external-carrier-form/connect-external-carrier-form.d.ts +12 -0
- package/src/components/templates/connect-external-carrier-form/index.d.ts +1 -0
- package/src/components/templates/index.d.ts +2 -2
- package/src/components/templates/label/label.d.ts +1 -1
- package/src/components/templates/label/label.styles.d.ts +21 -1
- package/src/components/templates/product-form/product-form-schema.d.ts +12 -0
- package/src/components/templates/product-form/product-form.d.ts +1 -1
- package/src/components/templates/products-display/products-display.d.ts +1 -1
- package/src/components/templates/pudo-rate-tabs/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/pudo-list-view/pudo-list-view.d.ts +5 -0
- package/src/components/templates/pudo-rate-tabs/pudo-map-view/pudo-map-view.d.ts +15 -0
- package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +17 -15
- package/src/components/templates/rate-form/rate-form.d.ts +11 -4
- package/src/components/templates/register-funding-source-carrier-form/index.d.ts +2 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.d.ts +13 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.styles.d.ts +25 -0
- package/src/components/templates/{add-carrier-form/add-carrier-form-schema.d.ts → register-funding-source-carrier-form/register-funding-source-carrier-schema.d.ts} +42 -88
- package/src/components/templates/shipment/shipment.d.ts +3 -10
- package/src/components/templates/shipment-form/shipment-form.d.ts +2 -9
- package/src/components/templates/shipment-form/shipment-schema.d.ts +1 -1
- package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
- package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
- package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
- package/src/components/templates/wallet-form/wallet-form.d.ts +2 -4
- package/src/components/templates/wallet-form/wallet-schema.d.ts +1 -1
- package/src/components/wallet-card/wallet-card.d.ts +1 -1
- package/src/components/warehouse-form/warehouse-form.d.ts +1 -1
- package/src/create-element/create-element.d.ts +10 -0
- package/src/create-element/element/element.d.ts +16 -0
- package/src/create-element/element/hooks/index.d.ts +1 -0
- package/src/create-element/element/hooks/use-i18n.d.ts +12 -0
- package/src/create-element/element/index.d.ts +3 -0
- package/src/create-element/element/utils/get-emotion-cache.d.ts +2 -0
- package/src/create-element/element/utils/index.d.ts +1 -0
- package/src/create-element/error-boundary/error-boundary.d.ts +21 -0
- package/src/create-element/error-boundary/index.d.ts +1 -0
- package/src/create-element/index.d.ts +1 -0
- package/src/elements/index.d.ts +5 -4
- package/src/elements/label-layout/label-layout-element.d.ts +50 -4
- package/src/elements/labels-grid/labels-grid.d.ts +51 -5
- package/src/elements/manage-carriers/index.d.ts +1 -0
- package/src/elements/{shipengine-carriers/shipengine-carriers.d.ts → manage-carriers/manage-carriers.d.ts} +101 -49
- package/src/elements/manage-external-carriers/index.d.ts +1 -0
- package/src/elements/{external-carriers/external-carriers.d.ts → manage-external-carriers/manage-external-carriers.d.ts} +58 -41
- package/src/elements/manage-funding/manage-funding-element.d.ts +50 -4
- package/src/elements/manage-warehouses/manage-warehouses.d.ts +68 -5
- package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +50 -4
- package/src/elements/purchase-label/configure-shipment.d.ts +4 -26
- package/src/elements/purchase-label/hooks/use-address.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-configure-shipment.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-customs.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-import-sales-order.d.ts +2 -2
- package/src/elements/purchase-label/hooks/use-load-shipment.d.ts +3 -3
- package/src/elements/purchase-label/hooks/use-pending-shipment.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-presets.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-rates-form.d.ts +6 -1
- package/src/elements/purchase-label/hooks/use-rates-with-cache.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-request-preferred-rates.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-request-rates.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label-by-sales-order.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label-by-shipment.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label.d.ts +67 -44
- package/src/elements/shipment-summary/index.d.ts +1 -0
- package/src/elements/{view-shipment/view-shipment.d.ts → shipment-summary/shipment-summary.d.ts} +87 -51
- package/src/elements/shipments-grid/shipments-grid.d.ts +51 -5
- package/src/elements/theme-creator/theme-creator.d.ts +50 -4
- package/src/elements/theme-creator/themeData/themeData.d.ts +0 -1
- package/src/elements/transaction-history/index.d.ts +1 -0
- package/src/elements/{wallet-history/wallet-history-element.d.ts → transaction-history/transaction-history-element.d.ts} +50 -4
- package/src/elements/unit-settings/unit-settings-element.d.ts +50 -4
- package/src/elements/vat-settings/vat-settings-element.d.ts +50 -4
- package/src/elements/void-label/components/actions/actions.d.ts +4 -4
- package/src/elements/void-label/components/message/message.d.ts +1 -1
- package/src/elements/void-label/void-label.d.ts +80 -45
- package/src/elements-provider/elements-provider.d.ts +46 -0
- package/src/elements-provider/elements-test-provider.d.ts +3 -0
- package/src/elements-provider/hooks/index.d.ts +1 -0
- package/src/elements-provider/hooks/use-load-icons.d.ts +7 -0
- package/src/elements-provider/index.d.ts +1 -0
- package/src/factories/shipengine/address.d.ts +1 -1
- package/src/factories/shipengine/carrier.d.ts +1 -1
- package/src/factories/shipengine/index.d.ts +1 -1
- package/src/factories/shipengine/label.d.ts +3 -1
- package/src/factories/shipengine/money.d.ts +1 -1
- package/src/factories/shipengine/order-source.d.ts +1 -1
- package/src/factories/shipengine/package.d.ts +1 -1
- package/src/factories/shipengine/resource.d.ts +1 -1
- package/src/factories/shipengine/sales-order.d.ts +1 -1
- package/src/factories/shipengine/service-point.d.ts +1 -1
- package/src/factories/shipengine/service.d.ts +1 -1
- package/src/factories/shipengine/shipment.d.ts +1 -1
- package/src/factories/shipengine/{wallet-history.d.ts → transaction-history.d.ts} +1 -1
- package/src/factories/shipengine/warehouse.d.ts +1 -1
- package/src/factories/shipengine/weight.d.ts +1 -1
- package/src/features/index.d.ts +3 -3
- package/src/features/label-layout/label-layout.d.ts +1 -1
- package/src/features/label-layout/use-label-layout.d.ts +1 -1
- package/src/features/manage-carriers/hooks/index.d.ts +3 -0
- package/src/features/manage-carriers/hooks/use-carrier-metadata.d.ts +2 -0
- package/src/features/manage-carriers/hooks/use-list-funding-source-carriers.d.ts +11 -0
- package/src/features/manage-carriers/index.d.ts +1 -0
- package/src/features/manage-carriers/manage-carriers-row/index.d.ts +1 -0
- package/src/features/manage-carriers/manage-carriers-row/manage-carriers-row.d.ts +11 -0
- package/src/features/manage-carriers/manage-carriers.d.ts +4 -0
- package/src/features/manage-external-carriers/index.d.ts +1 -0
- package/src/features/manage-external-carriers/manage-external-carriers.d.ts +4 -0
- package/src/features/manage-warehouses/manage-warehouses.d.ts +1 -1
- package/src/features/manage-warehouses/use-manage-warehouses.d.ts +9 -9
- package/src/features/manage-warehouses/warehouse-display/warehouse-display.d.ts +1 -1
- package/src/features/transaction-history/index.d.ts +1 -0
- package/src/features/transaction-history/transaction-history.d.ts +6 -0
- package/src/features/unit-settings/unit-settings.d.ts +1 -1
- package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
- package/src/features/vat-settings/use-vat-settings.d.ts +5 -5
- package/src/hooks/here-map/init.d.ts +6 -0
- package/src/hooks/here-map/use-here-map-ui.d.ts +10 -0
- package/src/hooks/here-map/use-here-map.d.ts +5 -0
- package/src/hooks/options/use-confirmation-options.d.ts +1 -1
- package/src/hooks/options/use-customs-contents-options.d.ts +1 -1
- package/src/hooks/options/use-customs-non-delivery-options.d.ts +1 -1
- package/src/hooks/options/use-insurance-provider-options.d.ts +1 -1
- package/src/hooks/options/use-package-options.d.ts +1 -1
- package/src/hooks/options/use-rate-options.d.ts +1 -1
- package/src/hooks/options/use-service-code-options.d.ts +1 -1
- package/src/hooks/options/use-service-points.d.ts +5 -3
- package/src/hooks/options/use-shipment-metadata.d.ts +1 -1
- package/src/hooks/options/use-shipping-presets-options.d.ts +1 -1
- package/src/hooks/options/use-warehouse-options.d.ts +1 -1
- package/src/hooks/use-address-validation.d.ts +1 -1
- package/src/hooks/use-get-or-create-shipment.d.ts +3 -3
- package/src/hooks/use-scrub-errors.d.ts +1 -1
- package/src/index.d.ts +1 -0
- package/src/locales/en/index.d.ts +50 -4
- package/src/mocks/carriers/handlers.d.ts +1 -1
- package/src/mocks/warehouses/handlers.d.ts +1 -1
- package/src/schemas/shipengine/money.d.ts +1 -1
- package/src/testing/test-utils.d.ts +8 -1
- package/src/themes/fallback.d.ts +3 -0
- package/src/themes/index.d.ts +4 -0
- package/src/types/carrier-metadata.d.ts +7 -11
- package/src/types/index.d.ts +0 -1
- package/src/types/preferred-rates.d.ts +1 -1
- package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
- package/src/utilities/date.d.ts +1 -2
- package/src/utilities/error.d.ts +1 -1
- package/src/utilities/feature-flags/feature-flags.d.ts +18 -0
- package/src/utilities/feature-flags/index.d.ts +2 -0
- package/src/utilities/feature-flags/types.d.ts +141 -0
- package/src/utilities/money.d.ts +1 -1
- package/src/utilities/rates.d.ts +1 -1
- package/src/utilities/shipengine/address.d.ts +1 -1
- package/src/utilities/shipengine/carrier.d.ts +9 -1
- package/src/utilities/shipengine/dimensions.d.ts +1 -1
- package/src/utilities/shipengine/sales-order.d.ts +1 -1
- package/src/utilities/shipengine/shipment.d.ts +1 -1
- package/src/utilities/shipengine/warehouses.d.ts +1 -1
- package/src/utilities/shipengine/weight.d.ts +1 -1
- package/src/workflows/account-settings/account-settings.d.ts +56 -17
- package/src/workflows/{manage-wallet-workflow/manage-wallet-workflow.d.ts → carrier-services/carrier-services.d.ts} +79 -25
- package/src/workflows/carrier-services/index.d.ts +1 -0
- package/src/workflows/{connect-carrier/connect-carrier.d.ts → connect-external-carrier/connect-external-carrier.d.ts} +58 -39
- package/src/workflows/connect-external-carrier/index.d.ts +1 -0
- package/src/workflows/index.d.ts +3 -2
- package/src/workflows/label-workflow/index.d.ts +1 -0
- package/src/workflows/{purchase-label-workflow/purchase-label-workflow.d.ts → label-workflow/label-workflow.d.ts} +16 -34
- package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +4 -5
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +2 -4
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -3
- package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -9
- package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +1 -1
- package/src/workflows/onboarding/components/ship-from-address-step/use-ship-from-address-step.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +2 -7
- package/src/workflows/onboarding/onboarding.d.ts +71 -73
- package/story-notes-c714d2ed.js +1 -0
- package/suspend-text-cad3a977.js +1 -0
- package/transaction-history-element-cbfe487c.js +1 -0
- package/types.js +1 -0
- package/use-page-layout-8cb5075f.js +1 -0
- package/use-scrub-errors-9870a6f3.js +1 -0
- package/use-toggle-866d7938.js +1 -0
- package/use-unit-settings-a5bae16e.js +1 -0
- package/utilities.js +1 -0
- package/validation-528e7834.js +1 -0
- package/wallet-form-9e4bfaea.js +1 -0
- package/warehouse-form-da6a7ac5.js +34 -0
- package/warehouses-a83188ab.js +1 -0
- package/workflows.js +1 -0
- package/zod-60def96c.js +1 -0
- package/index.cjs +0 -25795
- package/src/components/templates/add-carrier-form/add-carrier-form-test.d.ts +0 -1
- package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +0 -10
- package/src/components/templates/add-carrier-form/index.d.ts +0 -2
- package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +0 -12
- package/src/components/templates/connect-carrier-form/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +0 -6
- package/src/elements/external-carriers/index.d.ts +0 -1
- package/src/elements/shipengine-carriers/index.d.ts +0 -1
- package/src/elements/view-shipment/index.d.ts +0 -1
- package/src/elements/wallet-history/index.d.ts +0 -1
- package/src/features/external-carriers/external-carriers.d.ts +0 -10
- package/src/features/external-carriers/index.d.ts +0 -1
- package/src/features/shipengine-carriers/hooks/index.d.ts +0 -2
- package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +0 -13
- package/src/features/shipengine-carriers/hooks/use-list-connected-carriers.d.ts +0 -11
- package/src/features/shipengine-carriers/index.d.ts +0 -1
- package/src/features/shipengine-carriers/shipengine-carriers-row/index.d.ts +0 -1
- package/src/features/shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts +0 -9
- package/src/features/shipengine-carriers/shipengine-carriers.d.ts +0 -10
- package/src/features/wallet-history/index.d.ts +0 -1
- package/src/features/wallet-history/wallet-history.d.ts +0 -6
- package/src/hooks/use-elements.d.ts +0 -35
- package/src/types/patch.d.ts +0 -2
- package/src/utilities/feature-flags.d.ts +0 -232
- package/src/workflows/connect-carrier/index.d.ts +0 -1
- package/src/workflows/manage-wallet-workflow/index.d.ts +0 -1
- package/src/workflows/purchase-label-workflow/index.d.ts +0 -1
- /package/src/components/templates/{connect-carrier-form/connect-carrier-form.styles.d.ts → connect-external-carrier-form/connect-external-carrier-form.styles.d.ts} +0 -0
- /package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.styles.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.styles.d.ts} +0 -0
- /package/src/features/{shipengine-carriers/shipengine-carriers.styles.d.ts → manage-carriers/manage-carriers.styles.d.ts} +0 -0
- /package/src/features/{wallet-history/wallet-history.styles.d.ts → transaction-history/transaction-history.styles.d.ts} +0 -0
- /package/src/workflows/{manage-wallet-workflow → carrier-services}/use-get-wallet-panel-props.d.ts +0 -0
package/src/elements/{view-shipment/view-shipment.d.ts → shipment-summary/shipment-summary.d.ts}
RENAMED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { SE } from "@shipengine/
|
|
3
|
-
import {
|
|
2
|
+
import { SE } from "@shipengine/react-api";
|
|
3
|
+
import { ShipmentSummaryFeatures } from "../../utilities";
|
|
4
4
|
/**
|
|
5
|
-
* #
|
|
5
|
+
* # Shipment Summary Component Props
|
|
6
6
|
*
|
|
7
|
-
* - These are the base props that will be passed into the `<
|
|
7
|
+
* - These are the base props that will be passed into the `<ShipmentSummary />` component.
|
|
8
8
|
*
|
|
9
|
-
* @see {@link
|
|
9
|
+
* @see {@link ShipmentSummary.Component | This prop types usage in the `<ShipmentSummary />` component}
|
|
10
10
|
*/
|
|
11
11
|
export type ComponentProps = {
|
|
12
12
|
/**
|
|
13
13
|
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
14
14
|
*/
|
|
15
|
-
features?:
|
|
15
|
+
features?: ShipmentSummaryFeatures;
|
|
16
16
|
/**
|
|
17
17
|
* `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
|
|
18
18
|
* `Print Label` button.
|
|
@@ -34,21 +34,21 @@ export type ComponentProps = {
|
|
|
34
34
|
shipmentId?: string;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
|
-
* #
|
|
37
|
+
* # Shipment Summary Component
|
|
38
38
|
*
|
|
39
|
-
* - The `<
|
|
39
|
+
* - The `<ShipmentSummary />` component is used to for viewing the shipment's tracking number, printing the label that
|
|
40
40
|
* was created, and the option to void the label. When a label is voided, you can see a list of the
|
|
41
41
|
* previously voided labels for a given shipment using this component.
|
|
42
42
|
*
|
|
43
|
-
* @param ComponentProps The base props that will be passed into the `<
|
|
43
|
+
* @param ComponentProps The base props that will be passed into the `<ShipmentSummary />` component.
|
|
44
44
|
*
|
|
45
|
-
* @returns Element An EmotionJSX.Element that will render the `<
|
|
45
|
+
* @returns Element An EmotionJSX.Element that will render the `<ShipmentSummary />` component
|
|
46
46
|
* with all the appropriate wrappers.
|
|
47
47
|
*
|
|
48
48
|
* @example
|
|
49
49
|
* You can see how the `<Component />` is used in the `createElement` function call below.
|
|
50
50
|
* ```tsx
|
|
51
|
-
* export const Element =
|
|
51
|
+
* export const Element = createElement(Component, ErrorFallback, {
|
|
52
52
|
* css: { height: "100%", maxWidth: "800px", minWidth: "440px", width: "100%" },
|
|
53
53
|
* resources: { en },
|
|
54
54
|
* });
|
|
@@ -56,23 +56,23 @@ export type ComponentProps = {
|
|
|
56
56
|
*
|
|
57
57
|
* <br />
|
|
58
58
|
*
|
|
59
|
-
* @see {@link
|
|
59
|
+
* @see {@link ShipmentSummary.Element | The **Element** created to render `<ShipmentSummary />`}
|
|
60
60
|
*/
|
|
61
61
|
export declare const Component: ({ features, onClickPrintLabel, onClickPurchaseLabel, onClickVoidLabel, shipmentId, }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
62
62
|
/**
|
|
63
|
-
* # Registered
|
|
63
|
+
* # Registered Shipment Summary Element
|
|
64
64
|
*
|
|
65
|
-
* - This is the registered `<
|
|
66
|
-
* `<
|
|
65
|
+
* - This is the registered `<ShipmentSummary />` element that will be used to render the
|
|
66
|
+
* `<ShipmentSummary.Element />` component.
|
|
67
67
|
*
|
|
68
68
|
* @param ElementProps The props, callbacks, and resources necessary to render
|
|
69
|
-
* the `<
|
|
69
|
+
* the `<ShipmentSummary.Element />` component.
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
|
-
* The `<Component />` is the source JSX that is rendered when you make use of the `
|
|
72
|
+
* The `<Component />` is the source JSX that is rendered when you make use of the `ShipmentSummary`
|
|
73
73
|
* Element directly. Here is a brief example of how you would use it within your application.
|
|
74
74
|
* ```tsx
|
|
75
|
-
* <
|
|
75
|
+
* <ShipmentSummary.Element
|
|
76
76
|
* onClickPurchaseLabel={({ salesOrderId }) => {
|
|
77
77
|
* console.log('sales order ID', salesOrderId);
|
|
78
78
|
* }}
|
|
@@ -85,7 +85,7 @@ export declare const Component: ({ features, onClickPrintLabel, onClickPurchaseL
|
|
|
85
85
|
*
|
|
86
86
|
* <br />
|
|
87
87
|
*
|
|
88
|
-
* @see {@link
|
|
88
|
+
* @see {@link ShipmentSummary.ComponentProps | The **props** that can be passed into the `<ShipmentSummary.Element />` component}
|
|
89
89
|
*
|
|
90
90
|
* @see {@link VoidLabel.Element | The next step in the label purchase workflow `<VoidLabel.Element />`}
|
|
91
91
|
**/
|
|
@@ -145,6 +145,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
145
145
|
schedulePickup: string;
|
|
146
146
|
showItems: string;
|
|
147
147
|
void: string;
|
|
148
|
+
download: string;
|
|
148
149
|
};
|
|
149
150
|
fields: {
|
|
150
151
|
dimensions: string;
|
|
@@ -163,10 +164,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
163
164
|
highVolumeForms: string;
|
|
164
165
|
multipleShippingServices: string;
|
|
165
166
|
sections: {
|
|
166
|
-
labels: string;
|
|
167
|
-
|
|
168
|
-
* `Void Label` button.
|
|
169
|
-
*/
|
|
167
|
+
labels: string;
|
|
168
|
+
shipmentSummary: string;
|
|
170
169
|
};
|
|
171
170
|
noLabels: string;
|
|
172
171
|
};
|
|
@@ -188,7 +187,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
188
187
|
genericText: string;
|
|
189
188
|
};
|
|
190
189
|
};
|
|
191
|
-
"
|
|
190
|
+
"manage-carriers": {
|
|
192
191
|
title: string;
|
|
193
192
|
headers: {
|
|
194
193
|
accountCarriers: string;
|
|
@@ -222,10 +221,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
222
221
|
};
|
|
223
222
|
carriers: {
|
|
224
223
|
title: string;
|
|
225
|
-
/**
|
|
226
|
-
* `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
|
|
227
|
-
* `Print Label` button.
|
|
228
|
-
*/
|
|
229
224
|
subtitle: string;
|
|
230
225
|
};
|
|
231
226
|
notifications: {
|
|
@@ -260,8 +255,50 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
260
255
|
};
|
|
261
256
|
};
|
|
262
257
|
"register-carrier": {
|
|
263
|
-
formTitle:
|
|
264
|
-
|
|
258
|
+
formTitle: {
|
|
259
|
+
default: string;
|
|
260
|
+
new: string;
|
|
261
|
+
edit: string;
|
|
262
|
+
};
|
|
263
|
+
notifications: {
|
|
264
|
+
error: {
|
|
265
|
+
title: string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
"rate-details": {
|
|
270
|
+
total: string;
|
|
271
|
+
subtotal: string;
|
|
272
|
+
registerVat: string;
|
|
273
|
+
concepts: {
|
|
274
|
+
confirmation: string;
|
|
275
|
+
uncategorized: string;
|
|
276
|
+
shipping: string;
|
|
277
|
+
insurance: string;
|
|
278
|
+
confirm: string;
|
|
279
|
+
discount: string;
|
|
280
|
+
fuel_charge: string;
|
|
281
|
+
additional_fees: string;
|
|
282
|
+
tariff: string;
|
|
283
|
+
tax: string;
|
|
284
|
+
delivery: string;
|
|
285
|
+
handling: string;
|
|
286
|
+
special_goods: string;
|
|
287
|
+
pickup: string;
|
|
288
|
+
location_fee: string;
|
|
289
|
+
oversize: string;
|
|
290
|
+
returns: string;
|
|
291
|
+
notifications: string;
|
|
292
|
+
tip: string; /**
|
|
293
|
+
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
294
|
+
*/
|
|
295
|
+
duties_and_taxes: string;
|
|
296
|
+
brokerage_fee: string;
|
|
297
|
+
admin_fee: string;
|
|
298
|
+
adjustment: string;
|
|
299
|
+
auctane_service_fee: string;
|
|
300
|
+
product_price: string;
|
|
301
|
+
};
|
|
265
302
|
};
|
|
266
303
|
"purchase-label": {
|
|
267
304
|
title: string;
|
|
@@ -281,9 +318,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
281
318
|
insufficientBalanceCTA: string;
|
|
282
319
|
};
|
|
283
320
|
cta: {
|
|
284
|
-
addPackageDetails: string;
|
|
285
|
-
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
286
|
-
*/
|
|
321
|
+
addPackageDetails: string;
|
|
287
322
|
};
|
|
288
323
|
errorMessages: {
|
|
289
324
|
customsItemsRequired: string;
|
|
@@ -376,7 +411,16 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
376
411
|
today: string;
|
|
377
412
|
viewMap: string;
|
|
378
413
|
otherLocations: string;
|
|
379
|
-
|
|
414
|
+
noServicePointsForService: string; /**
|
|
415
|
+
* # Shipment Summary Element Props
|
|
416
|
+
*
|
|
417
|
+
* - These are the base props that will be passed into the `<ShipmentSummary />` element.
|
|
418
|
+
*
|
|
419
|
+
* @see {@link ShipmentSummary.Element | See the full type that `typeof Element` will return}
|
|
420
|
+
*/
|
|
421
|
+
error: string;
|
|
422
|
+
paperless: string;
|
|
423
|
+
localTimeDisclaimer: string;
|
|
380
424
|
};
|
|
381
425
|
shipToAddressFormFields: string;
|
|
382
426
|
sections: {
|
|
@@ -477,9 +521,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
477
521
|
isEnabled: string;
|
|
478
522
|
isLoading: string;
|
|
479
523
|
lowBalancePurchaseThreshold: string;
|
|
480
|
-
/**
|
|
481
|
-
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
482
|
-
*/
|
|
483
524
|
maximumPurchasesPerDay: string;
|
|
484
525
|
purchaseAmount: string;
|
|
485
526
|
readSettings: string;
|
|
@@ -538,9 +579,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
538
579
|
};
|
|
539
580
|
units: {
|
|
540
581
|
title: string;
|
|
541
|
-
/**
|
|
542
|
-
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
543
|
-
*/
|
|
544
582
|
dimensions: {
|
|
545
583
|
title: string;
|
|
546
584
|
standard: string;
|
|
@@ -596,9 +634,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
596
634
|
registrationForm: {
|
|
597
635
|
error: string;
|
|
598
636
|
title: string;
|
|
599
|
-
betaWarning: string;
|
|
600
|
-
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
601
|
-
*/
|
|
637
|
+
betaWarning: string;
|
|
602
638
|
};
|
|
603
639
|
search: string;
|
|
604
640
|
settingsModal: {
|
|
@@ -642,10 +678,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
642
678
|
addressLine2: string;
|
|
643
679
|
cityLocality: string;
|
|
644
680
|
stateProvince: string;
|
|
645
|
-
postalCode: string;
|
|
646
|
-
* `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
|
|
647
|
-
* `Print Label` button.
|
|
648
|
-
*/
|
|
681
|
+
postalCode: string;
|
|
649
682
|
phone: string;
|
|
650
683
|
email: string;
|
|
651
684
|
addressResidentialIndicator: string;
|
|
@@ -664,7 +697,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
664
697
|
modified: string;
|
|
665
698
|
title: string;
|
|
666
699
|
originalAddress: string;
|
|
667
|
-
matchedAddress: string;
|
|
700
|
+
matchedAddress: string; /**
|
|
701
|
+
* `shipmentId` is the unique identifier for the shipment you wish to view.
|
|
702
|
+
*/
|
|
668
703
|
unableToValidate: string;
|
|
669
704
|
use: {
|
|
670
705
|
originalAddress: string;
|
|
@@ -891,6 +926,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
891
926
|
gram: string;
|
|
892
927
|
kilogram: string;
|
|
893
928
|
};
|
|
929
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
894
930
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
895
931
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
896
932
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -925,10 +961,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
925
961
|
} | undefined;
|
|
926
962
|
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
927
963
|
/**
|
|
928
|
-
* #
|
|
964
|
+
* # Shipment Summary Element Props
|
|
929
965
|
*
|
|
930
|
-
* - These are the base props that will be passed into the `<
|
|
966
|
+
* - These are the base props that will be passed into the `<ShipmentSummary />` element.
|
|
931
967
|
*
|
|
932
|
-
* @see {@link
|
|
968
|
+
* @see {@link ShipmentSummary.Element | See the full type that `typeof Element` will return}
|
|
933
969
|
*/
|
|
934
970
|
export type ElementProps = React.ComponentProps<typeof Element>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Shipment, ShipmentStatus } from "@shipengine/
|
|
1
|
+
import { Shipment, ShipmentStatus } from "@shipengine/react-api";
|
|
2
2
|
type ShipmentsGridProps = {
|
|
3
3
|
onRowClick?: (data: Shipment) => void;
|
|
4
4
|
shipmentStatus?: ShipmentStatus;
|
|
@@ -59,6 +59,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
59
59
|
schedulePickup: string;
|
|
60
60
|
showItems: string;
|
|
61
61
|
void: string;
|
|
62
|
+
download: string;
|
|
62
63
|
};
|
|
63
64
|
fields: {
|
|
64
65
|
dimensions: string;
|
|
@@ -78,6 +79,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
78
79
|
multipleShippingServices: string;
|
|
79
80
|
sections: {
|
|
80
81
|
labels: string;
|
|
82
|
+
shipmentSummary: string;
|
|
81
83
|
};
|
|
82
84
|
noLabels: string;
|
|
83
85
|
};
|
|
@@ -99,7 +101,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
99
101
|
genericText: string;
|
|
100
102
|
};
|
|
101
103
|
};
|
|
102
|
-
"
|
|
104
|
+
"manage-carriers": {
|
|
103
105
|
title: string;
|
|
104
106
|
headers: {
|
|
105
107
|
accountCarriers: string;
|
|
@@ -167,8 +169,48 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
167
169
|
};
|
|
168
170
|
};
|
|
169
171
|
"register-carrier": {
|
|
170
|
-
formTitle:
|
|
171
|
-
|
|
172
|
+
formTitle: {
|
|
173
|
+
default: string;
|
|
174
|
+
new: string;
|
|
175
|
+
edit: string;
|
|
176
|
+
};
|
|
177
|
+
notifications: {
|
|
178
|
+
error: {
|
|
179
|
+
title: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
"rate-details": {
|
|
184
|
+
total: string;
|
|
185
|
+
subtotal: string;
|
|
186
|
+
registerVat: string;
|
|
187
|
+
concepts: {
|
|
188
|
+
confirmation: string;
|
|
189
|
+
uncategorized: string;
|
|
190
|
+
shipping: string;
|
|
191
|
+
insurance: string;
|
|
192
|
+
confirm: string;
|
|
193
|
+
discount: string;
|
|
194
|
+
fuel_charge: string;
|
|
195
|
+
additional_fees: string;
|
|
196
|
+
tariff: string;
|
|
197
|
+
tax: string;
|
|
198
|
+
delivery: string;
|
|
199
|
+
handling: string;
|
|
200
|
+
special_goods: string;
|
|
201
|
+
pickup: string;
|
|
202
|
+
location_fee: string;
|
|
203
|
+
oversize: string;
|
|
204
|
+
returns: string;
|
|
205
|
+
notifications: string;
|
|
206
|
+
tip: string;
|
|
207
|
+
duties_and_taxes: string;
|
|
208
|
+
brokerage_fee: string;
|
|
209
|
+
admin_fee: string;
|
|
210
|
+
adjustment: string;
|
|
211
|
+
auctane_service_fee: string;
|
|
212
|
+
product_price: string;
|
|
213
|
+
};
|
|
172
214
|
};
|
|
173
215
|
"purchase-label": {
|
|
174
216
|
title: string;
|
|
@@ -281,7 +323,10 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
281
323
|
today: string;
|
|
282
324
|
viewMap: string;
|
|
283
325
|
otherLocations: string;
|
|
284
|
-
|
|
326
|
+
noServicePointsForService: string;
|
|
327
|
+
error: string;
|
|
328
|
+
paperless: string;
|
|
329
|
+
localTimeDisclaimer: string;
|
|
285
330
|
};
|
|
286
331
|
shipToAddressFormFields: string;
|
|
287
332
|
sections: {
|
|
@@ -785,6 +830,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
|
|
|
785
830
|
gram: string;
|
|
786
831
|
kilogram: string;
|
|
787
832
|
};
|
|
833
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
788
834
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
789
835
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
790
836
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -69,6 +69,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
69
69
|
schedulePickup: string;
|
|
70
70
|
showItems: string;
|
|
71
71
|
void: string;
|
|
72
|
+
download: string;
|
|
72
73
|
};
|
|
73
74
|
fields: {
|
|
74
75
|
dimensions: string;
|
|
@@ -88,6 +89,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
88
89
|
multipleShippingServices: string;
|
|
89
90
|
sections: {
|
|
90
91
|
labels: string;
|
|
92
|
+
shipmentSummary: string;
|
|
91
93
|
};
|
|
92
94
|
noLabels: string;
|
|
93
95
|
};
|
|
@@ -109,7 +111,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
109
111
|
genericText: string;
|
|
110
112
|
};
|
|
111
113
|
};
|
|
112
|
-
"
|
|
114
|
+
"manage-carriers": {
|
|
113
115
|
title: string;
|
|
114
116
|
headers: {
|
|
115
117
|
accountCarriers: string;
|
|
@@ -177,8 +179,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
177
179
|
};
|
|
178
180
|
};
|
|
179
181
|
"register-carrier": {
|
|
180
|
-
formTitle:
|
|
181
|
-
|
|
182
|
+
formTitle: {
|
|
183
|
+
default: string;
|
|
184
|
+
new: string;
|
|
185
|
+
edit: string;
|
|
186
|
+
};
|
|
187
|
+
notifications: {
|
|
188
|
+
error: {
|
|
189
|
+
title: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
"rate-details": {
|
|
194
|
+
total: string;
|
|
195
|
+
subtotal: string;
|
|
196
|
+
registerVat: string;
|
|
197
|
+
concepts: {
|
|
198
|
+
confirmation: string;
|
|
199
|
+
uncategorized: string;
|
|
200
|
+
shipping: string;
|
|
201
|
+
insurance: string;
|
|
202
|
+
confirm: string;
|
|
203
|
+
discount: string;
|
|
204
|
+
fuel_charge: string;
|
|
205
|
+
additional_fees: string;
|
|
206
|
+
tariff: string;
|
|
207
|
+
tax: string;
|
|
208
|
+
delivery: string;
|
|
209
|
+
handling: string;
|
|
210
|
+
special_goods: string;
|
|
211
|
+
pickup: string;
|
|
212
|
+
location_fee: string;
|
|
213
|
+
oversize: string;
|
|
214
|
+
returns: string;
|
|
215
|
+
notifications: string;
|
|
216
|
+
tip: string;
|
|
217
|
+
duties_and_taxes: string;
|
|
218
|
+
brokerage_fee: string;
|
|
219
|
+
admin_fee: string;
|
|
220
|
+
adjustment: string;
|
|
221
|
+
auctane_service_fee: string;
|
|
222
|
+
product_price: string;
|
|
223
|
+
};
|
|
182
224
|
};
|
|
183
225
|
"purchase-label": {
|
|
184
226
|
title: string;
|
|
@@ -291,7 +333,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
291
333
|
today: string;
|
|
292
334
|
viewMap: string;
|
|
293
335
|
otherLocations: string;
|
|
294
|
-
|
|
336
|
+
noServicePointsForService: string;
|
|
337
|
+
error: string;
|
|
338
|
+
paperless: string;
|
|
339
|
+
localTimeDisclaimer: string;
|
|
295
340
|
};
|
|
296
341
|
shipToAddressFormFields: string;
|
|
297
342
|
sections: {
|
|
@@ -795,6 +840,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
795
840
|
gram: string;
|
|
796
841
|
kilogram: string;
|
|
797
842
|
};
|
|
843
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
798
844
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
799
845
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
800
846
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as TransactionHistory from "./transaction-history-element";
|
|
@@ -56,6 +56,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
56
56
|
schedulePickup: string;
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
|
+
download: string;
|
|
59
60
|
};
|
|
60
61
|
fields: {
|
|
61
62
|
dimensions: string;
|
|
@@ -75,6 +76,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
75
76
|
multipleShippingServices: string;
|
|
76
77
|
sections: {
|
|
77
78
|
labels: string;
|
|
79
|
+
shipmentSummary: string;
|
|
78
80
|
};
|
|
79
81
|
noLabels: string;
|
|
80
82
|
};
|
|
@@ -96,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
96
98
|
genericText: string;
|
|
97
99
|
};
|
|
98
100
|
};
|
|
99
|
-
"
|
|
101
|
+
"manage-carriers": {
|
|
100
102
|
title: string;
|
|
101
103
|
headers: {
|
|
102
104
|
accountCarriers: string;
|
|
@@ -164,8 +166,48 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
164
166
|
};
|
|
165
167
|
};
|
|
166
168
|
"register-carrier": {
|
|
167
|
-
formTitle:
|
|
168
|
-
|
|
169
|
+
formTitle: {
|
|
170
|
+
default: string;
|
|
171
|
+
new: string;
|
|
172
|
+
edit: string;
|
|
173
|
+
};
|
|
174
|
+
notifications: {
|
|
175
|
+
error: {
|
|
176
|
+
title: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
"rate-details": {
|
|
181
|
+
total: string;
|
|
182
|
+
subtotal: string;
|
|
183
|
+
registerVat: string;
|
|
184
|
+
concepts: {
|
|
185
|
+
confirmation: string;
|
|
186
|
+
uncategorized: string;
|
|
187
|
+
shipping: string;
|
|
188
|
+
insurance: string;
|
|
189
|
+
confirm: string;
|
|
190
|
+
discount: string;
|
|
191
|
+
fuel_charge: string;
|
|
192
|
+
additional_fees: string;
|
|
193
|
+
tariff: string;
|
|
194
|
+
tax: string;
|
|
195
|
+
delivery: string;
|
|
196
|
+
handling: string;
|
|
197
|
+
special_goods: string;
|
|
198
|
+
pickup: string;
|
|
199
|
+
location_fee: string;
|
|
200
|
+
oversize: string;
|
|
201
|
+
returns: string;
|
|
202
|
+
notifications: string;
|
|
203
|
+
tip: string;
|
|
204
|
+
duties_and_taxes: string;
|
|
205
|
+
brokerage_fee: string;
|
|
206
|
+
admin_fee: string;
|
|
207
|
+
adjustment: string;
|
|
208
|
+
auctane_service_fee: string;
|
|
209
|
+
product_price: string;
|
|
210
|
+
};
|
|
169
211
|
};
|
|
170
212
|
"purchase-label": {
|
|
171
213
|
title: string;
|
|
@@ -278,7 +320,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
278
320
|
today: string;
|
|
279
321
|
viewMap: string;
|
|
280
322
|
otherLocations: string;
|
|
281
|
-
|
|
323
|
+
noServicePointsForService: string;
|
|
324
|
+
error: string;
|
|
325
|
+
paperless: string;
|
|
326
|
+
localTimeDisclaimer: string;
|
|
282
327
|
};
|
|
283
328
|
shipToAddressFormFields: string;
|
|
284
329
|
sections: {
|
|
@@ -782,6 +827,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
782
827
|
gram: string;
|
|
783
828
|
kilogram: string;
|
|
784
829
|
};
|
|
830
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
785
831
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
786
832
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
787
833
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -56,6 +56,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
56
56
|
schedulePickup: string;
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
|
+
download: string;
|
|
59
60
|
};
|
|
60
61
|
fields: {
|
|
61
62
|
dimensions: string;
|
|
@@ -75,6 +76,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
75
76
|
multipleShippingServices: string;
|
|
76
77
|
sections: {
|
|
77
78
|
labels: string;
|
|
79
|
+
shipmentSummary: string;
|
|
78
80
|
};
|
|
79
81
|
noLabels: string;
|
|
80
82
|
};
|
|
@@ -96,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
96
98
|
genericText: string;
|
|
97
99
|
};
|
|
98
100
|
};
|
|
99
|
-
"
|
|
101
|
+
"manage-carriers": {
|
|
100
102
|
title: string;
|
|
101
103
|
headers: {
|
|
102
104
|
accountCarriers: string;
|
|
@@ -164,8 +166,48 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
164
166
|
};
|
|
165
167
|
};
|
|
166
168
|
"register-carrier": {
|
|
167
|
-
formTitle:
|
|
168
|
-
|
|
169
|
+
formTitle: {
|
|
170
|
+
default: string;
|
|
171
|
+
new: string;
|
|
172
|
+
edit: string;
|
|
173
|
+
};
|
|
174
|
+
notifications: {
|
|
175
|
+
error: {
|
|
176
|
+
title: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
"rate-details": {
|
|
181
|
+
total: string;
|
|
182
|
+
subtotal: string;
|
|
183
|
+
registerVat: string;
|
|
184
|
+
concepts: {
|
|
185
|
+
confirmation: string;
|
|
186
|
+
uncategorized: string;
|
|
187
|
+
shipping: string;
|
|
188
|
+
insurance: string;
|
|
189
|
+
confirm: string;
|
|
190
|
+
discount: string;
|
|
191
|
+
fuel_charge: string;
|
|
192
|
+
additional_fees: string;
|
|
193
|
+
tariff: string;
|
|
194
|
+
tax: string;
|
|
195
|
+
delivery: string;
|
|
196
|
+
handling: string;
|
|
197
|
+
special_goods: string;
|
|
198
|
+
pickup: string;
|
|
199
|
+
location_fee: string;
|
|
200
|
+
oversize: string;
|
|
201
|
+
returns: string;
|
|
202
|
+
notifications: string;
|
|
203
|
+
tip: string;
|
|
204
|
+
duties_and_taxes: string;
|
|
205
|
+
brokerage_fee: string;
|
|
206
|
+
admin_fee: string;
|
|
207
|
+
adjustment: string;
|
|
208
|
+
auctane_service_fee: string;
|
|
209
|
+
product_price: string;
|
|
210
|
+
};
|
|
169
211
|
};
|
|
170
212
|
"purchase-label": {
|
|
171
213
|
title: string;
|
|
@@ -278,7 +320,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
278
320
|
today: string;
|
|
279
321
|
viewMap: string;
|
|
280
322
|
otherLocations: string;
|
|
281
|
-
|
|
323
|
+
noServicePointsForService: string;
|
|
324
|
+
error: string;
|
|
325
|
+
paperless: string;
|
|
326
|
+
localTimeDisclaimer: string;
|
|
282
327
|
};
|
|
283
328
|
shipToAddressFormFields: string;
|
|
284
329
|
sections: {
|
|
@@ -782,6 +827,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
782
827
|
gram: string;
|
|
783
828
|
kilogram: string;
|
|
784
829
|
};
|
|
830
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
785
831
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
786
832
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
787
833
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|