@shipengine/elements 2.9.1 → 2.11.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.
Files changed (144) hide show
  1. package/actions-menu.js +5 -5
  2. package/carrier.js +1 -1
  3. package/components.js +1 -1
  4. package/elements.js +1 -1
  5. package/hooks.js +1 -1
  6. package/index.js +1 -1
  7. package/package.json +3 -3
  8. package/shipment.js +1 -1
  9. package/src/components/add-funds-form/add-funds-form.d.ts +2 -1
  10. package/src/components/enable-insurance-banner/enable-insurance-banner.d.ts +8 -0
  11. package/src/components/enable-insurance-banner/enable-insurance-banner.styles.d.ts +37 -0
  12. package/src/components/enable-insurance-banner/index.d.ts +1 -0
  13. package/src/components/field/rate-card/insurance-popover/index.d.ts +1 -0
  14. package/src/components/field/rate-card/insurance-popover/insurance-popover.d.ts +11 -0
  15. package/src/components/field/rate-card/insurance-popover/insurance-popover.styles.d.ts +14 -0
  16. package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/cost-breakdown.styles.d.ts +0 -1
  17. package/src/components/field/rate-select/rate-card/rate-card.d.ts +16 -0
  18. package/src/components/field/rate-select/rate-card/rate-card.styles.d.ts +30 -0
  19. package/src/components/field/rate-select/rate-select.d.ts +1 -0
  20. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +2 -1
  21. package/src/components/service-card/service-card.d.ts +36 -0
  22. package/src/components/service-card/service-card.styles.d.ts +68 -0
  23. package/src/components/service-point-display/service-point-display.d.ts +1 -0
  24. package/src/components/service-points/service-points.d.ts +3 -2
  25. package/src/components/service-points/service-points.styles.d.ts +6 -0
  26. package/src/components/templates/index.d.ts +2 -1
  27. package/src/components/templates/label-display/index.d.ts +1 -0
  28. package/src/components/templates/label-display/label-card.d.ts +17 -0
  29. package/src/components/templates/{label/label.styles.d.ts → label-display/label-card.styles.d.ts} +8 -2
  30. package/src/components/templates/label-display/label-display.d.ts +15 -0
  31. package/src/components/templates/rate-form/rate-form.d.ts +3 -1
  32. package/src/components/templates/rate-form/rate-form.styles.d.ts +3 -0
  33. package/src/components/templates/rate-form/rate-view.d.ts +38 -0
  34. package/src/components/templates/register-funding-source-insurance-form/index.d.ts +2 -0
  35. package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-form-shema.d.ts +10 -0
  36. package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-form.d.ts +15 -0
  37. package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-from.styles.d.ts +14 -0
  38. package/src/components/templates/shipment/shipment.d.ts +1 -1
  39. package/src/components/templates/shipment-form/sections/customs-forms/components/index.d.ts +1 -0
  40. package/src/components/templates/shipment-form/sections/customs-forms/components/windsor-framework/windsor-framework.d.ts +7 -0
  41. package/src/components/templates/shipment-form/sections/customs-forms/components/windsor-framework/windsor-framework.styles.d.ts +20 -0
  42. package/src/components/templates/shipment-form/sections/customs-forms/customs-forms.d.ts +2 -1
  43. package/src/components/templates/shipment-form/shipment-form.d.ts +1 -1
  44. package/src/components/templates/shipment-form/shipment-form.styles.d.ts +20 -0
  45. package/src/components/templates/shipment-form/shipment-schema.d.ts +201 -13
  46. package/src/components/templates/wallet-form/wallet-form.d.ts +2 -1
  47. package/src/elements/index.d.ts +2 -2
  48. package/src/elements/labels-grid/hooks/use-labels-grid.d.ts +5 -1
  49. package/src/elements/labels-grid/labels-grid.d.ts +92 -36
  50. package/src/elements/manage-carriers/manage-carriers.d.ts +59 -6
  51. package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +81 -27
  52. package/src/elements/manage-funding/manage-funding-element.d.ts +59 -6
  53. package/src/elements/manage-warehouses/manage-warehouses.d.ts +59 -6
  54. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +59 -6
  55. package/src/elements/purchase-label/hooks/use-rates-form.d.ts +2 -0
  56. package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +1 -1
  57. package/src/elements/purchase-label/purchase-label.d.ts +83 -22
  58. package/src/elements/select-label-layout/index.d.ts +1 -0
  59. package/src/elements/{label-layout/label-layout-element.d.ts → select-label-layout/select-label-layout-element.d.ts} +59 -6
  60. package/src/elements/shipment-summary/shipment-summary.d.ts +102 -27
  61. package/src/elements/shipments-grid/hooks/use-shipments-grid.d.ts +4 -0
  62. package/src/elements/shipments-grid/shipments-grid.d.ts +61 -13
  63. package/src/elements/theme-creator/theme-creator.d.ts +59 -6
  64. package/src/elements/transaction-history/transaction-history-element.d.ts +59 -6
  65. package/src/elements/unit-settings/unit-settings-element.d.ts +59 -6
  66. package/src/elements/vat-settings/vat-settings-element.d.ts +59 -6
  67. package/src/elements/void-label/void-label.d.ts +73 -57
  68. package/src/features/index.d.ts +1 -1
  69. package/src/features/manage-carriers/hooks/use-carrier-metadata.d.ts +2 -2
  70. package/src/features/manage-carriers/hooks/use-list-funding-source-carriers.d.ts +3 -1
  71. package/src/features/manage-carriers/manage-insurance-provider-row/index.d.ts +1 -0
  72. package/src/features/manage-carriers/manage-insurance-provider-row/info-popover.d.ts +10 -0
  73. package/src/features/manage-carriers/manage-insurance-provider-row/manage-insurance-provider-row.d.ts +7 -0
  74. package/src/features/manage-carriers/manage-insurance-provider-row/manage-insurance-provider-row.styles.d.ts +37 -0
  75. package/src/features/select-label-layout/index.d.ts +2 -0
  76. package/src/features/select-label-layout/select-label-layout.d.ts +7 -0
  77. package/src/features/{label-layout → select-label-layout}/use-label-layout.d.ts +2 -2
  78. package/src/features/unit-settings/unit-settings.d.ts +2 -2
  79. package/src/features/unit-settings/use-unit-settings.d.ts +3 -3
  80. package/src/features/vat-settings/use-vat-settings.d.ts +3 -3
  81. package/src/hooks/index.d.ts +1 -0
  82. package/src/hooks/insurance/index.d.ts +2 -0
  83. package/src/hooks/insurance/use-get-funding-source-insurance-provider.d.ts +14 -0
  84. package/src/hooks/insurance/use-manage-funding-source-insurance.d.ts +10 -0
  85. package/src/hooks/options/index.d.ts +2 -0
  86. package/src/hooks/options/use-insurance-provider-options.d.ts +8 -3
  87. package/src/hooks/options/use-movement-indicator-options.d.ts +12 -0
  88. package/src/hooks/options/use-rate-options.d.ts +4 -1
  89. package/src/hooks/options/use-windsor-framework.d.ts +9 -0
  90. package/src/index.d.ts +1 -0
  91. package/src/locales/en/index.d.ts +59 -6
  92. package/src/types/carrier-metadata.d.ts +1 -1
  93. package/src/types/index.d.ts +1 -0
  94. package/src/types/insurance-metadata.d.ts +25 -0
  95. package/src/utilities/feature-flags/types.d.ts +41 -0
  96. package/src/utilities/index.d.ts +1 -1
  97. package/src/utilities/shipengine/carrier.d.ts +16 -0
  98. package/src/utilities/shipengine/index.d.ts +1 -0
  99. package/src/utilities/shipengine/insurance.d.ts +17 -0
  100. package/src/utilities/tracking-formatter.d.ts +9 -0
  101. package/src/workflows/account-settings/account-settings.d.ts +60 -12
  102. package/src/workflows/account-settings/use-get-panel-props.d.ts +3 -3
  103. package/src/workflows/carrier-services/carrier-services.d.ts +59 -6
  104. package/src/workflows/connect-external-carrier/connect-external-carrier.d.ts +59 -6
  105. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form-schema.d.ts +18 -18
  106. package/src/workflows/onboarding/components/confirmation-and-submission-step/use-confirmation-and-submission-step.d.ts +4 -2
  107. package/src/workflows/onboarding/components/funding-step/funding-step.d.ts +2 -1
  108. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +2 -1
  109. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +4 -3
  110. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +4 -0
  111. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +3 -3
  112. package/src/workflows/onboarding/onboarding.d.ts +60 -7
  113. package/suspend-text.js +1 -1
  114. package/transaction-history-element.js +1 -1
  115. package/use-run-once-on-true.js +1 -0
  116. package/use-scrub-errors.js +1 -1
  117. package/use-toggle.js +1 -1
  118. package/use-unit-settings.js +1 -1
  119. package/usePager.js +1 -1
  120. package/utilities.js +1 -1
  121. package/validation.js +1 -0
  122. package/vat.js +1 -1
  123. package/wallet-form.js +1 -1
  124. package/workflows.js +1 -1
  125. package/carrier-logo.js +0 -1
  126. package/src/components/field/rate-card/rate-card.d.ts +0 -19
  127. package/src/components/field/rate-card/rate-card.styles.d.ts +0 -22
  128. package/src/components/templates/label/index.d.ts +0 -1
  129. package/src/components/templates/label/label.d.ts +0 -12
  130. package/src/elements/label-layout/index.d.ts +0 -1
  131. package/src/features/label-layout/index.d.ts +0 -2
  132. package/src/features/label-layout/label-layout.d.ts +0 -7
  133. package/src/utilities/tracking-status-formatter.d.ts +0 -1
  134. package/warehouses.js +0 -1
  135. /package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/cost-breakdown.d.ts +0 -0
  136. /package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/index.d.ts +0 -0
  137. /package/src/components/field/{rate-card → rate-select/rate-card}/index.d.ts +0 -0
  138. /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/index.d.ts +0 -0
  139. /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/rate-detail-cost-breakdown.d.ts +0 -0
  140. /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/rate-detail-cost-breakdown.styles.d.ts +0 -0
  141. /package/src/components/{label → history/history-card/label}/index.d.ts +0 -0
  142. /package/src/components/{label → history/history-card/label}/label.d.ts +0 -0
  143. /package/src/components/{label → history/history-card/label}/label.styles.d.ts +0 -0
  144. /package/src/features/{label-layout/label-layout.styles.d.ts → select-label-layout/select-label-layout.styles.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { SE } from "@shipengine/react-api";
2
+ import { ShipmentProps } from "../../components/templates/shipment";
3
3
  import { ShipmentSummaryFeatures } from "../../utilities";
4
4
  /**
5
5
  * # Shipment Summary Component Props
@@ -17,17 +17,17 @@ export type ComponentProps = {
17
17
  * `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
18
18
  * `Print Label` button.
19
19
  */
20
- onClickPrintLabel?: () => void;
20
+ onClickPrintLabel?: ShipmentProps["onClickPrintLabel"];
21
21
  /**
22
22
  * `onClickPurchaseLabel` is a callback function that will be invoked when the user clicks the
23
23
  * `Purchase Label` button.
24
24
  */
25
- onClickPurchaseLabel?: (order: SE.SalesOrder) => void;
25
+ onClickPurchaseLabel?: ShipmentProps["onClickPurchaseLabel"];
26
26
  /**
27
27
  * `onClickVoidLabel` is a callback function that will be invoked when the user clicks the
28
28
  * `Void Label` button.
29
29
  */
30
- onClickVoidLabel?: (label: SE.Label) => void;
30
+ onClickVoidLabel?: ShipmentProps["onClickVoidLabel"];
31
31
  /**
32
32
  * `shipmentId` is the unique identifier for the shipment you wish to view.
33
33
  */
@@ -146,6 +146,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
146
146
  showItems: string;
147
147
  void: string;
148
148
  download: string;
149
+ fileClaim: string;
149
150
  };
150
151
  fields: {
151
152
  dimensions: string;
@@ -161,6 +162,20 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
161
162
  insuredValue: string;
162
163
  deliveryConfirmation: string;
163
164
  };
165
+ insurance: {
166
+ parcelguard: {
167
+ title: string;
168
+ description: string;
169
+ cta: {
170
+ title: string;
171
+ description: string;
172
+ };
173
+ registerSuccess: {
174
+ title: string;
175
+ description: string;
176
+ };
177
+ };
178
+ };
164
179
  highVolumeForms: string;
165
180
  multipleShippingServices: string;
166
181
  sections: {
@@ -203,12 +218,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
203
218
  };
204
219
  "register-wallet": {
205
220
  sections: {
206
- setup: {
207
- title: string;
208
- subtitle: string;
209
- descriptionTitle: string;
210
- description: string;
211
- };
212
221
  billing: {
213
222
  title: string;
214
223
  cardSubTitle: string;
@@ -221,13 +230,27 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
221
230
  title: string;
222
231
  subtitle: string;
223
232
  };
233
+ insuranceProviders: {
234
+ parcelguard: {
235
+ description: string;
236
+ terms: string;
237
+ termsLink: string;
238
+ popover: {
239
+ title: string;
240
+ description: string;
241
+ };
242
+ };
243
+ };
224
244
  notifications: {
225
245
  error: {
226
246
  title: string;
227
247
  };
228
248
  info: {
229
249
  description: string;
230
- };
250
+ }; /**
251
+ * `onClickVoidLabel` is a callback function that will be invoked when the user clicks the
252
+ * `Void Label` button.
253
+ */
231
254
  poBox: {
232
255
  title: string;
233
256
  description: string;
@@ -287,9 +310,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
287
310
  oversize: string;
288
311
  returns: string;
289
312
  notifications: string;
290
- tip: string; /**
291
- * `features` is a set of feature flags you would like to enable or disable in this component.
292
- */
313
+ tip: string;
293
314
  duties_and_taxes: string;
294
315
  brokerage_fee: string;
295
316
  admin_fee: string;
@@ -317,6 +338,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
317
338
  };
318
339
  cta: {
319
340
  addPackageDetails: string;
341
+ parcelguard: string;
320
342
  };
321
343
  errorMessages: {
322
344
  customsItemsRequired: string;
@@ -387,6 +409,17 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
387
409
  dhlExpressTermsAcknowledgement: string;
388
410
  noRateService: string;
389
411
  };
412
+ windsorFramework: {
413
+ movementIndicator: string;
414
+ movementIndicators: {
415
+ b2c: string;
416
+ c2b: string;
417
+ c2c: string;
418
+ b2b: string;
419
+ };
420
+ notAtRisk: string;
421
+ notAtRiskShipmentTootip: string;
422
+ };
390
423
  requirements: {
391
424
  noWarehouse: string;
392
425
  noCarrier: string;
@@ -417,6 +450,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
417
450
  shipToAddressFormFields: string;
418
451
  sections: {
419
452
  customsForm: string;
453
+ windsorFramework: string;
420
454
  shipment: string;
421
455
  rate_one: string;
422
456
  rate_other: string;
@@ -441,6 +475,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
441
475
  shipFromAddress: string;
442
476
  fundingAndCarrierConnection: string;
443
477
  };
478
+ termsAgreement: {
479
+ title: string;
480
+ subtitle: string;
481
+ };
444
482
  warehouse: {
445
483
  title: string;
446
484
  subtitle: string;
@@ -527,6 +565,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
527
565
  lowBalancePurchaseThreshold: string;
528
566
  maximumPurchasesPerDay: string;
529
567
  purchaseAmount: string;
568
+ /**
569
+ * `features` is a set of feature flags you would like to enable or disable in this component.
570
+ */
530
571
  readSettings: string;
531
572
  };
532
573
  addFunds: {
@@ -615,13 +656,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
615
656
  readyToBuy: string;
616
657
  processing: string;
617
658
  };
618
- /**
619
- * # Shipment Summary Component Props
620
- *
621
- * - These are the base props that will be passed into the `<ShipmentSummary />` component.
622
- *
623
- * @see {@link ShipmentSummary.Component | This prop types usage in the `<ShipmentSummary />` component}
624
- */
625
659
  actions: {
626
660
  download: {
627
661
  pdf: string;
@@ -638,7 +672,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
638
672
  title: string;
639
673
  subtitle: string;
640
674
  };
641
- };
675
+ }; /**
676
+ * `onClickPurchaseLabel` is a callback function that will be invoked when the user clicks the
677
+ * `Purchase Label` button.
678
+ */
642
679
  "list-labels": {
643
680
  title: string;
644
681
  headers: {
@@ -677,11 +714,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
677
714
  title: string;
678
715
  print: string;
679
716
  void: string;
680
- /**
717
+ printForms: string; /**
681
718
  * `onClickPurchaseLabel` is a callback function that will be invoked when the user clicks the
682
719
  * `Purchase Label` button.
683
720
  */
684
- printForms: string;
685
721
  };
686
722
  errorMessages: {
687
723
  title: string;
@@ -728,6 +764,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
728
764
  continue: string;
729
765
  delete: string;
730
766
  edit: string;
767
+ enable: string;
731
768
  hide: string;
732
769
  parse: string;
733
770
  purchase: string;
@@ -766,11 +803,34 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
766
803
  modified: string;
767
804
  title: string;
768
805
  originalAddress: string;
769
- matchedAddress: string; /**
770
- * `shipmentId` is the unique identifier for the shipment you wish to view.
771
- */
806
+ matchedAddress: string;
772
807
  unableToValidate: string;
773
808
  use: {
809
+ /**
810
+ * # Shipment Summary Component
811
+ *
812
+ * - The `<ShipmentSummary />` component is used to for viewing the shipment's tracking number, printing the label that
813
+ * was created, and the option to void the label. When a label is voided, you can see a list of the
814
+ * previously voided labels for a given shipment using this component.
815
+ *
816
+ * @param ComponentProps The base props that will be passed into the `<ShipmentSummary />` component.
817
+ *
818
+ * @returns Element An EmotionJSX.Element that will render the `<ShipmentSummary />` component
819
+ * with all the appropriate wrappers.
820
+ *
821
+ * @example
822
+ * You can see how the `<Component />` is used in the `createElement` function call below.
823
+ * ```tsx
824
+ * export const Element = createElement(Component, ErrorFallback, {
825
+ *
826
+ * resources: { en },
827
+ * });
828
+ * ```
829
+ *
830
+ * <br />
831
+ *
832
+ * @see {@link ShipmentSummary.Element | The **Element** created to render `<ShipmentSummary />`}
833
+ */
774
834
  originalAddress: string;
775
835
  matchedAddress: string;
776
836
  };
@@ -890,6 +950,14 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
890
950
  unknown: string;
891
951
  noRatesAvailable: string;
892
952
  refreshAndTryAgain: string;
953
+ windsorFramework: {
954
+ doNotConform: string;
955
+ pleaseAddTheFollowingTaxIds: string;
956
+ windsorFrameworkDefaultMessage: string;
957
+ shipperEori: string;
958
+ recipientEori: string;
959
+ ukims: string;
960
+ };
893
961
  };
894
962
  errorTypes: {
895
963
  accountStatus: string;
@@ -903,6 +971,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
903
971
  system: string;
904
972
  unknown: string;
905
973
  validation: string;
974
+ windsorFramework: string;
906
975
  };
907
976
  grid: {
908
977
  "row-count_one": string;
@@ -929,8 +998,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
929
998
  insuranceProviders: {
930
999
  carrier: string;
931
1000
  none: string;
1001
+ parcelguard: string;
932
1002
  shipsurance: string;
933
1003
  thirdParty: string;
1004
+ x_cover: string;
934
1005
  };
935
1006
  loading: {
936
1007
  accountSettings: string;
@@ -1008,6 +1079,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
1008
1079
  platform: string;
1009
1080
  user: string;
1010
1081
  };
1082
+ tags: {
1083
+ new: string;
1084
+ };
1011
1085
  terms: {
1012
1086
  fields: {
1013
1087
  agreement: string;
@@ -1015,6 +1089,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
1015
1089
  agreeToTerms: string;
1016
1090
  carriersTitle: string;
1017
1091
  fundingSourceTitle: string;
1092
+ insuranceProvidersTitle: string;
1018
1093
  shipEngineTitle: string;
1019
1094
  };
1020
1095
  weight: {
@@ -14,6 +14,7 @@ export declare const useShipmentsGrid: ({ shipmentStatus, showShipmentIdFilter,
14
14
  billToCountryCode?: string | undefined;
15
15
  billToParty?: SE.BillToParties | undefined;
16
16
  billToPostalCode?: string | undefined;
17
+ canadaDeliveredDuty?: "sender_prepay" | null | undefined;
17
18
  collectOnDelivery?: {
18
19
  paymentAmount: SE.Money;
19
20
  paymentType: SE.PaymentTypes;
@@ -40,6 +41,7 @@ export declare const useShipmentsGrid: ({ shipmentStatus, showShipmentIdFilter,
40
41
  shipperRelease?: boolean | undefined;
41
42
  thirdPartyConsignee?: boolean | undefined;
42
43
  useUpsGroundFreightPricing?: boolean | undefined;
44
+ windsorFrameworkDetails?: SE.WindsorFrameworkDetails | undefined;
43
45
  } | undefined;
44
46
  carrierId: string;
45
47
  comparisonRateType?: string | undefined;
@@ -99,6 +101,7 @@ export declare const useShipmentsGrid: ({ shipmentStatus, showShipmentIdFilter,
99
101
  billToCountryCode?: string | undefined;
100
102
  billToParty?: SE.BillToParties | undefined;
101
103
  billToPostalCode?: string | undefined;
104
+ canadaDeliveredDuty?: "sender_prepay" | null | undefined;
102
105
  collectOnDelivery?: {
103
106
  paymentAmount: SE.Money;
104
107
  paymentType: SE.PaymentTypes;
@@ -125,6 +128,7 @@ export declare const useShipmentsGrid: ({ shipmentStatus, showShipmentIdFilter,
125
128
  shipperRelease?: boolean | undefined;
126
129
  thirdPartyConsignee?: boolean | undefined;
127
130
  useUpsGroundFreightPricing?: boolean | undefined;
131
+ windsorFrameworkDetails?: SE.WindsorFrameworkDetails | undefined;
128
132
  } | undefined;
129
133
  carrierId: string;
130
134
  comparisonRateType?: string | undefined;
@@ -124,6 +124,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
124
124
  showItems: string;
125
125
  void: string;
126
126
  download: string;
127
+ fileClaim: string;
127
128
  };
128
129
  fields: {
129
130
  dimensions: string;
@@ -139,6 +140,20 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
139
140
  insuredValue: string;
140
141
  deliveryConfirmation: string;
141
142
  };
143
+ insurance: {
144
+ parcelguard: {
145
+ title: string;
146
+ description: string;
147
+ cta: {
148
+ title: string;
149
+ description: string;
150
+ };
151
+ registerSuccess: {
152
+ title: string;
153
+ description: string;
154
+ };
155
+ };
156
+ };
142
157
  highVolumeForms: string;
143
158
  multipleShippingServices: string;
144
159
  sections: {
@@ -181,12 +196,6 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
181
196
  };
182
197
  "register-wallet": {
183
198
  sections: {
184
- setup: {
185
- title: string;
186
- subtitle: string;
187
- descriptionTitle: string;
188
- description: string;
189
- };
190
199
  billing: {
191
200
  title: string;
192
201
  cardSubTitle: string;
@@ -199,6 +208,17 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
199
208
  title: string;
200
209
  subtitle: string;
201
210
  };
211
+ insuranceProviders: {
212
+ parcelguard: {
213
+ description: string;
214
+ terms: string;
215
+ termsLink: string;
216
+ popover: {
217
+ title: string;
218
+ description: string;
219
+ };
220
+ };
221
+ };
202
222
  notifications: {
203
223
  error: {
204
224
  title: string;
@@ -298,6 +318,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
298
318
  };
299
319
  cta: {
300
320
  addPackageDetails: string;
321
+ parcelguard: string;
301
322
  };
302
323
  errorMessages: {
303
324
  customsItemsRequired: string;
@@ -368,6 +389,17 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
368
389
  dhlExpressTermsAcknowledgement: string;
369
390
  noRateService: string;
370
391
  };
392
+ windsorFramework: {
393
+ movementIndicator: string;
394
+ movementIndicators: {
395
+ b2c: string;
396
+ c2b: string;
397
+ c2c: string;
398
+ b2b: string;
399
+ };
400
+ notAtRisk: string;
401
+ notAtRiskShipmentTootip: string;
402
+ };
371
403
  requirements: {
372
404
  noWarehouse: string;
373
405
  noCarrier: string;
@@ -398,6 +430,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
398
430
  shipToAddressFormFields: string;
399
431
  sections: {
400
432
  customsForm: string;
433
+ windsorFramework: string;
401
434
  shipment: string;
402
435
  rate_one: string;
403
436
  rate_other: string;
@@ -422,6 +455,10 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
422
455
  shipFromAddress: string;
423
456
  fundingAndCarrierConnection: string;
424
457
  };
458
+ termsAgreement: {
459
+ title: string;
460
+ subtitle: string;
461
+ };
425
462
  warehouse: {
426
463
  title: string;
427
464
  subtitle: string;
@@ -705,6 +742,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
705
742
  continue: string;
706
743
  delete: string;
707
744
  edit: string;
745
+ enable: string;
708
746
  hide: string;
709
747
  parse: string;
710
748
  purchase: string;
@@ -724,15 +762,10 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
724
762
  addressLine2: string;
725
763
  cityLocality: string;
726
764
  stateProvince: string;
727
- postalCode: string; /**
728
- * `onRowClick` callback invoked when a row is clicked.
729
- */
765
+ postalCode: string;
730
766
  phone: string;
731
767
  email: string;
732
- addressResidentialIndicator: string; /**
733
- * `shipmentStatus` is the status of the shipments you wish to view.
734
- * If no value is defined, all shipments will be rendered.
735
- */
768
+ addressResidentialIndicator: string;
736
769
  };
737
770
  noResults: string;
738
771
  subFields: {
@@ -870,6 +903,14 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
870
903
  unknown: string;
871
904
  noRatesAvailable: string;
872
905
  refreshAndTryAgain: string;
906
+ windsorFramework: {
907
+ doNotConform: string;
908
+ pleaseAddTheFollowingTaxIds: string;
909
+ windsorFrameworkDefaultMessage: string;
910
+ shipperEori: string;
911
+ recipientEori: string;
912
+ ukims: string;
913
+ };
873
914
  };
874
915
  errorTypes: {
875
916
  accountStatus: string;
@@ -883,6 +924,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
883
924
  system: string;
884
925
  unknown: string;
885
926
  validation: string;
927
+ windsorFramework: string;
886
928
  };
887
929
  grid: {
888
930
  "row-count_one": string;
@@ -909,8 +951,10 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
909
951
  insuranceProviders: {
910
952
  carrier: string;
911
953
  none: string;
954
+ parcelguard: string;
912
955
  shipsurance: string;
913
956
  thirdParty: string;
957
+ x_cover: string;
914
958
  };
915
959
  loading: {
916
960
  accountSettings: string;
@@ -988,6 +1032,9 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
988
1032
  platform: string;
989
1033
  user: string;
990
1034
  };
1035
+ tags: {
1036
+ new: string;
1037
+ };
991
1038
  terms: {
992
1039
  fields: {
993
1040
  agreement: string;
@@ -995,6 +1042,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
995
1042
  agreeToTerms: string;
996
1043
  carriersTitle: string;
997
1044
  fundingSourceTitle: string;
1045
+ insuranceProvidersTitle: string;
998
1046
  shipEngineTitle: string;
999
1047
  };
1000
1048
  weight: {
@@ -70,6 +70,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
70
70
  showItems: string;
71
71
  void: string;
72
72
  download: string;
73
+ fileClaim: string;
73
74
  };
74
75
  fields: {
75
76
  dimensions: string;
@@ -85,6 +86,20 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
85
86
  insuredValue: string;
86
87
  deliveryConfirmation: string;
87
88
  };
89
+ insurance: {
90
+ parcelguard: {
91
+ title: string;
92
+ description: string;
93
+ cta: {
94
+ title: string;
95
+ description: string;
96
+ };
97
+ registerSuccess: {
98
+ title: string;
99
+ description: string;
100
+ };
101
+ };
102
+ };
88
103
  highVolumeForms: string;
89
104
  multipleShippingServices: string;
90
105
  sections: {
@@ -127,12 +142,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
127
142
  };
128
143
  "register-wallet": {
129
144
  sections: {
130
- setup: {
131
- title: string;
132
- subtitle: string;
133
- descriptionTitle: string;
134
- description: string;
135
- };
136
145
  billing: {
137
146
  title: string;
138
147
  cardSubTitle: string;
@@ -145,6 +154,17 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
145
154
  title: string;
146
155
  subtitle: string;
147
156
  };
157
+ insuranceProviders: {
158
+ parcelguard: {
159
+ description: string;
160
+ terms: string;
161
+ termsLink: string;
162
+ popover: {
163
+ title: string;
164
+ description: string;
165
+ };
166
+ };
167
+ };
148
168
  notifications: {
149
169
  error: {
150
170
  title: string;
@@ -239,6 +259,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
239
259
  };
240
260
  cta: {
241
261
  addPackageDetails: string;
262
+ parcelguard: string;
242
263
  };
243
264
  errorMessages: {
244
265
  customsItemsRequired: string;
@@ -309,6 +330,17 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
309
330
  dhlExpressTermsAcknowledgement: string;
310
331
  noRateService: string;
311
332
  };
333
+ windsorFramework: {
334
+ movementIndicator: string;
335
+ movementIndicators: {
336
+ b2c: string;
337
+ c2b: string;
338
+ c2c: string;
339
+ b2b: string;
340
+ };
341
+ notAtRisk: string;
342
+ notAtRiskShipmentTootip: string;
343
+ };
312
344
  requirements: {
313
345
  noWarehouse: string;
314
346
  noCarrier: string;
@@ -339,6 +371,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
339
371
  shipToAddressFormFields: string;
340
372
  sections: {
341
373
  customsForm: string;
374
+ windsorFramework: string;
342
375
  shipment: string;
343
376
  rate_one: string;
344
377
  rate_other: string;
@@ -363,6 +396,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
363
396
  shipFromAddress: string;
364
397
  fundingAndCarrierConnection: string;
365
398
  };
399
+ termsAgreement: {
400
+ title: string;
401
+ subtitle: string;
402
+ };
366
403
  warehouse: {
367
404
  title: string;
368
405
  subtitle: string;
@@ -639,6 +676,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
639
676
  continue: string;
640
677
  delete: string;
641
678
  edit: string;
679
+ enable: string;
642
680
  hide: string;
643
681
  parse: string;
644
682
  purchase: string;
@@ -799,6 +837,14 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
799
837
  unknown: string;
800
838
  noRatesAvailable: string;
801
839
  refreshAndTryAgain: string;
840
+ windsorFramework: {
841
+ doNotConform: string;
842
+ pleaseAddTheFollowingTaxIds: string;
843
+ windsorFrameworkDefaultMessage: string;
844
+ shipperEori: string;
845
+ recipientEori: string;
846
+ ukims: string;
847
+ };
802
848
  };
803
849
  errorTypes: {
804
850
  accountStatus: string;
@@ -812,6 +858,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
812
858
  system: string;
813
859
  unknown: string;
814
860
  validation: string;
861
+ windsorFramework: string;
815
862
  };
816
863
  grid: {
817
864
  "row-count_one": string;
@@ -838,8 +885,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
838
885
  insuranceProviders: {
839
886
  carrier: string;
840
887
  none: string;
888
+ parcelguard: string;
841
889
  shipsurance: string;
842
890
  thirdParty: string;
891
+ x_cover: string;
843
892
  };
844
893
  loading: {
845
894
  accountSettings: string;
@@ -917,6 +966,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
917
966
  platform: string;
918
967
  user: string;
919
968
  };
969
+ tags: {
970
+ new: string;
971
+ };
920
972
  terms: {
921
973
  fields: {
922
974
  agreement: string;
@@ -924,6 +976,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
924
976
  agreeToTerms: string;
925
977
  carriersTitle: string;
926
978
  fundingSourceTitle: string;
979
+ insuranceProvidersTitle: string;
927
980
  shipEngineTitle: string;
928
981
  };
929
982
  weight: {