adp-web-components 0.0.89 → 0.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/cn-BHnqYtun.js +2597 -0
- package/dist/cjs/contact-us-form.cjs.entry.js +11 -22
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +15 -32
- package/dist/cjs/flexible-container.cjs.entry.js +134 -0
- package/dist/cjs/form-dialog_8.cjs.entry.js +44 -100
- package/dist/cjs/{get-local-language-e539cfdc.js → get-local-language-XsAJEAsO.js} +338 -295
- package/dist/cjs/{index-a8de3655.js → index-BjyafrBw.js} +525 -288
- package/dist/cjs/information-table.cjs.entry.js +40 -0
- package/dist/cjs/loader.cjs.js +3 -6
- package/dist/cjs/loading-spinner.cjs.entry.js +6 -10
- package/dist/cjs/part-lookup.cjs.entry.js +14 -21
- package/dist/cjs/service-booking-form.cjs.entry.js +10 -21
- package/dist/cjs/shift-accordion.cjs.entry.js +29 -0
- package/dist/cjs/shift-components.cjs.js +7 -8
- package/dist/cjs/shift-slider.cjs.entry.js +70 -0
- package/dist/cjs/shift-tab-content_7.cjs.entry.js +1487 -0
- package/dist/cjs/shift-tabs_2.cjs.entry.js +301 -0
- package/dist/cjs/{type-3183db65.js → type-BAD2dFzP.js} +32 -123
- package/dist/cjs/{type-87edb16d.js → type-CCsnwaKp.js} +11 -8
- package/dist/cjs/{type-c576b922.js → type-DT5vXP0E.js} +4 -4
- package/dist/cjs/{type-3d22f1fc.js → vehicle-info-layout-BSAeLW7e.js} +11 -1
- package/dist/cjs/vehicle-lookup.cjs.entry.js +60 -50
- package/dist/cjs/vin-extractor.cjs.entry.js +22 -32
- package/dist/collection/collection-manifest.json +19 -13
- package/dist/collection/components/components/card-content.js +7 -0
- package/dist/collection/components/components/flexible-container.css +1 -0
- package/dist/collection/components/components/flexible-container.js +317 -0
- package/dist/collection/components/components/information-table.css +1 -0
- package/dist/collection/components/components/information-table.js +137 -0
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/loading-spinner.js +4 -5
- package/dist/collection/components/components/material-card.js +34 -0
- package/dist/collection/components/{vehicle-lookup/service-history.css → components/shift-accordion.css} +1 -1
- package/dist/collection/components/components/shift-accordion.js +102 -0
- package/dist/collection/components/components/shift-slider.css +1 -0
- package/dist/collection/components/components/shift-slider.js +95 -0
- package/dist/collection/components/components/shift-tab-content.css +1 -0
- package/dist/collection/components/components/shift-tab-content.js +98 -0
- package/dist/collection/components/components/shift-tabs.css +1 -0
- package/dist/collection/components/components/shift-tabs.js +140 -0
- package/dist/collection/components/components/vehicle-info-layout.js +7 -0
- package/dist/collection/components/form-elements/form-dialog.css +1 -1
- package/dist/collection/components/form-elements/form-dialog.js +13 -9
- package/dist/collection/components/form-elements/form-input.css +1 -1
- package/dist/collection/components/form-elements/form-input.js +42 -26
- package/dist/collection/components/form-elements/form-select.css +1 -1
- package/dist/collection/components/form-elements/form-select.js +54 -38
- package/dist/collection/components/form-elements/form-shadow-input.css +1 -1
- package/dist/collection/components/form-elements/form-shadow-input.js +11 -9
- package/dist/collection/components/form-elements/form-structure-error.css +1 -1
- package/dist/collection/components/form-elements/form-structure-error.js +4 -2
- package/dist/collection/components/form-elements/form-structure.css +1 -1
- package/dist/collection/components/form-elements/form-structure.js +29 -13
- package/dist/collection/components/form-elements/form-submit.css +1 -1
- package/dist/collection/components/form-elements/form-submit.js +15 -7
- package/dist/collection/components/form-elements/form-text-area.css +1 -1
- package/dist/collection/components/form-elements/form-text-area.js +33 -20
- package/dist/collection/components/forms/contact-us/form.css +1 -1
- package/dist/collection/components/forms/contact-us-form.js +37 -22
- package/dist/collection/components/forms/service-booking-form.js +37 -22
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +40 -27
- package/dist/collection/components/part-lookup/distributor-lookup.js +46 -29
- package/dist/collection/components/part-lookup/manufacturer-lookup.js +54 -35
- package/dist/collection/components/part-lookup/part-lookup.js +39 -23
- package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +5 -5
- package/dist/collection/components/vehicle-lookup/components/StatusCard.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +99 -47
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +959 -0
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +590 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +123 -53
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -0
- package/dist/collection/components/vehicle-lookup/{paint-thickness.js → vehicle-paint-thickness.js} +99 -43
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +3 -0
- package/dist/collection/components/vehicle-lookup/{service-history.js → vehicle-service-history.js} +101 -38
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +3 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +66 -38
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +3 -0
- package/dist/collection/components/vehicle-lookup/{warranty-details.js → vehicle-warranty-details.js} +168 -54
- package/dist/collection/components/vin-extractor/vin-extractor.js +60 -39
- package/dist/collection/global/lib/children-with-tag.js +24 -0
- package/dist/collection/global/lib/container-has-tag.js +28 -0
- package/dist/collection/global/lib/get-local-language.js +15 -5
- package/dist/collection/global/lib/scroll-into-container-view.js +16 -0
- package/dist/collection/global/types/generated/part/dead-stock-dto.js +1 -0
- package/dist/collection/global/types/generated/part/hs-code-dto.js +1 -0
- package/dist/collection/global/types/generated/part/part-lookup-dto.js +1 -0
- package/dist/collection/global/types/generated/part/part-price-dto.js +1 -0
- package/dist/collection/global/types/generated/part/price-dto.js +1 -0
- package/dist/collection/global/types/generated/part/stock-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/accessory-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-image-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-labor-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-broker-sale-information.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-identifiers-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-labor-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-lookup-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-sale-information.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-history-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-group.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-specification-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-variant-info-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-warranty-dto.js +1 -0
- package/dist/collection/locale-mapper.js +3 -3
- package/dist/collection/locales/partLookup/manufacturer/type.js +3 -3
- package/dist/collection/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.js +9 -6
- package/dist/collection/locales/vehicleLookup/warranty/type.js +1 -0
- package/dist/collection/locales/vehicleLookup/wrapper-type.js +2 -2
- package/dist/collection/templates/part-lookup/mock-data.js +14 -14
- package/dist/collection/templates/vehicle-lookup/mock-data.js +228 -191
- package/dist/collection/templates/vehicle-lookup/warranty-mock-data.js +45 -27
- package/dist/components/contact-us-form.js +1 -1
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.d.ts +11 -0
- package/dist/components/flexible-container.js +5 -0
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-shadow-input.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-submit.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{paint-thickness.d.ts → information-table.d.ts} +4 -4
- package/dist/components/information-table.js +5 -0
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/p-1vy-Ba6r.js +5 -0
- package/dist/components/p-B6QhQCZi.js +5 -0
- package/dist/components/p-BDkK65_1.js +5 -0
- package/dist/components/p-BK16Cn81.js +5 -0
- package/dist/components/{p-c981ee34.js → p-BaJpYztb.js} +1 -1
- package/dist/components/p-C-4kx8qU.js +5 -0
- package/dist/components/p-C1F_f1WE.js +5 -0
- package/dist/components/p-CACnUI7c.js +5 -0
- package/dist/components/p-CDOvd2iD.js +5 -0
- package/dist/components/p-CGzOJT7g.js +5 -0
- package/dist/components/p-CINfIgzX.js +5 -0
- package/dist/components/p-CJpwqpuQ.js +5 -0
- package/dist/components/p-CK4E5G0i.js +5 -0
- package/dist/components/p-CUqXnLyM.js +5 -0
- package/dist/components/p-CjWDXQ_q.js +5 -0
- package/dist/components/p-Cl9ct-bZ.js +5 -0
- package/dist/components/p-CqGVdvFp.js +5 -0
- package/dist/components/p-D2bxjSGr.js +5 -0
- package/dist/components/p-D63WC2_Y.js +5 -0
- package/dist/components/p-D7yku_Qi.js +5 -0
- package/dist/components/p-DXHx6lre.js +5 -0
- package/dist/components/p-DXj5zsQK.js +5 -0
- package/dist/components/p-DsCtgcZn.js +5 -0
- package/dist/components/p-DxjQlmaz.js +5 -0
- package/dist/components/p-JtBlsz4j.js +5 -0
- package/dist/components/p-P3fAKtye.js +5 -0
- package/dist/components/p-nxlqujKv.js +5 -0
- package/dist/components/p-vvHN2Olh.js +5 -0
- package/dist/components/p-yQ70lKV2.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/{service-history.d.ts → shift-accordion.d.ts} +4 -4
- package/dist/components/shift-accordion.js +5 -0
- package/dist/components/{dynamic-claim.d.ts → shift-slider.d.ts} +4 -4
- package/dist/components/shift-slider.js +5 -0
- package/dist/components/{warranty-details.d.ts → shift-tab-content.d.ts} +4 -4
- package/dist/components/shift-tab-content.js +5 -0
- package/dist/components/{dynamic-redeem.d.ts → shift-tabs.d.ts} +4 -4
- package/dist/components/shift-tabs.js +5 -0
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.d.ts +11 -0
- package/dist/components/vehicle-claimable-items.js +5 -0
- package/dist/components/vehicle-item-claim-form.d.ts +11 -0
- package/dist/components/vehicle-item-claim-form.js +5 -0
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.d.ts +11 -0
- package/dist/components/vehicle-paint-thickness.js +5 -0
- package/dist/components/vehicle-service-history.d.ts +11 -0
- package/dist/components/vehicle-service-history.js +5 -0
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.d.ts +11 -0
- package/dist/components/vehicle-warranty-details.js +5 -0
- package/dist/components/vin-extractor.js +1 -1
- package/dist/esm/cn-BK16Cn81.js +2595 -0
- package/dist/esm/contact-us-form.entry.js +11 -20
- package/dist/esm/dead-stock-lookup_3.entry.js +15 -30
- package/dist/esm/flexible-container.entry.js +132 -0
- package/dist/esm/form-dialog_8.entry.js +44 -98
- package/dist/esm/{get-local-language-e286080a.js → get-local-language-BPo-xYwK.js} +339 -296
- package/dist/esm/{index-3a623f7c.js → index-CikEOqe0.js} +524 -268
- package/dist/esm/information-table.entry.js +38 -0
- package/dist/esm/loader.js +3 -4
- package/dist/esm/loading-spinner.entry.js +6 -8
- package/dist/esm/part-lookup.entry.js +14 -19
- package/dist/esm/service-booking-form.entry.js +10 -19
- package/dist/esm/shift-accordion.entry.js +27 -0
- package/dist/esm/shift-components.js +5 -5
- package/dist/esm/shift-slider.entry.js +68 -0
- package/dist/esm/shift-tab-content_7.entry.js +1479 -0
- package/dist/esm/shift-tabs_2.entry.js +298 -0
- package/dist/esm/{type-dc3e60a4.js → type-CfLRnI1J.js} +10 -7
- package/dist/esm/{type-1d1a2052.js → type-D9Rd8Kcd.js} +5 -5
- package/dist/esm/{type-68307857.js → type-DHujxJVp.js} +32 -123
- package/dist/esm/vehicle-info-layout-D1bvY1nt.js +43 -0
- package/dist/esm/vehicle-lookup.entry.js +55 -43
- package/dist/esm/vin-extractor.entry.js +22 -30
- package/dist/locales/errors/ru.json +10 -10
- package/dist/locales/partLookup/deadStock/ru.json +3 -3
- package/dist/locales/partLookup/distributor/ru.json +14 -14
- package/dist/locales/partLookup/manufacturer/ar.json +3 -3
- package/dist/locales/partLookup/manufacturer/en.json +3 -3
- package/dist/locales/partLookup/manufacturer/ku.json +3 -3
- package/dist/locales/partLookup/manufacturer/ru.json +15 -15
- package/dist/locales/partLookup/manufacturer/type.ts +3 -3
- package/dist/locales/vehicleLookup/accessories/ru.json +6 -6
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ar.json +6 -3
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/en.json +4 -1
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ku.json +6 -3
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ru.json +10 -7
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.ts +10 -7
- package/dist/locales/vehicleLookup/paintThickness/ru.json +7 -7
- package/dist/locales/vehicleLookup/serviceHistory/ru.json +8 -8
- package/dist/locales/vehicleLookup/specification/ru.json +8 -8
- package/dist/locales/vehicleLookup/warranty/ar.json +1 -0
- package/dist/locales/vehicleLookup/warranty/en.json +1 -0
- package/dist/locales/vehicleLookup/warranty/ku.json +1 -0
- package/dist/locales/vehicleLookup/warranty/ru.json +17 -16
- package/dist/locales/vehicleLookup/warranty/type.ts +1 -0
- package/dist/locales/vehicleLookup/wrapper-type.ts +2 -2
- package/dist/shift-components/p-0c8bbdd0.entry.js +5 -0
- package/dist/shift-components/p-238f5df0.entry.js +5 -0
- package/dist/shift-components/p-389f444c.entry.js +5 -0
- package/dist/shift-components/p-5dd208de.entry.js +5 -0
- package/dist/shift-components/p-5f91eb5f.entry.js +5 -0
- package/dist/shift-components/p-76dd44e9.entry.js +5 -0
- package/dist/shift-components/p-9a51dae0.entry.js +5 -0
- package/dist/shift-components/p-BAMA88Mr.js +5 -0
- package/dist/shift-components/p-BK16Cn81.js +5 -0
- package/dist/shift-components/p-Br0JD1CD.js +5 -0
- package/dist/shift-components/p-CIU9c3pi.js +5 -0
- package/dist/shift-components/p-CikEOqe0.js +6 -0
- package/dist/shift-components/p-CuQ84qxe.js +5 -0
- package/dist/shift-components/p-DHb8KxaG.js +5 -0
- package/dist/shift-components/p-af44ca99.entry.js +5 -0
- package/dist/shift-components/p-b6497f63.entry.js +5 -0
- package/dist/shift-components/p-d0e6cd78.entry.js +5 -0
- package/dist/shift-components/p-f1225504.entry.js +5 -0
- package/dist/shift-components/p-f282c740.entry.js +5 -0
- package/dist/shift-components/p-faabbd23.entry.js +5 -0
- package/dist/shift-components/p-ff0fec09.entry.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/card-content.d.ts +10 -0
- package/dist/types/components/components/flexible-container.d.ts +30 -0
- package/dist/types/components/components/information-table.d.ts +20 -0
- package/dist/types/components/components/material-card.d.ts +16 -0
- package/dist/types/components/components/shift-accordion.d.ts +13 -0
- package/dist/types/components/components/shift-slider.d.ts +11 -0
- package/dist/types/components/components/shift-tab-content.d.ts +12 -0
- package/dist/types/components/components/shift-tabs.d.ts +12 -0
- package/dist/types/components/components/vehicle-info-layout.d.ts +11 -0
- package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +5 -5
- package/dist/types/components/part-lookup/distributor-lookup.d.ts +5 -5
- package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +5 -5
- package/dist/types/components/vehicle-lookup/components/CardsContainer.d.ts +5 -4
- package/dist/types/components/vehicle-lookup/components/StatusCard.d.ts +4 -2
- package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +6 -5
- package/dist/types/components/vehicle-lookup/{dynamic-claim.d.ts → vehicle-claimable-items.d.ts} +31 -22
- package/dist/types/components/vehicle-lookup/{dynamic-redeem.d.ts → vehicle-item-claim-form.d.ts} +34 -10
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +20 -16
- package/dist/types/components/vehicle-lookup/{paint-thickness.d.ts → vehicle-paint-thickness.d.ts} +8 -6
- package/dist/types/components/vehicle-lookup/{service-history.d.ts → vehicle-service-history.d.ts} +7 -6
- package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +6 -5
- package/dist/types/components/vehicle-lookup/{warranty-details.d.ts → vehicle-warranty-details.d.ts} +9 -8
- package/dist/types/components.d.ts +1060 -195
- package/dist/types/global/api/partInformation.d.ts +5 -5
- package/dist/types/global/api/vehicleInformation.d.ts +4 -4
- package/dist/types/global/lib/children-with-tag.d.ts +1 -0
- package/dist/types/global/lib/container-has-tag.d.ts +1 -0
- package/dist/types/global/lib/scroll-into-container-view.d.ts +1 -0
- package/dist/types/global/types/generated/part/branch-dead-stock-dto.d.ts +5 -0
- package/dist/types/global/types/generated/part/dead-stock-dto.d.ts +6 -0
- package/dist/types/global/types/generated/part/hs-code-dto.d.ts +5 -0
- package/dist/types/global/types/generated/part/part-lookup-dto.d.ts +27 -0
- package/dist/types/global/types/generated/part/part-price-dto.d.ts +10 -0
- package/dist/types/global/types/generated/part/price-dto.d.ts +6 -0
- package/dist/types/global/types/generated/part/stock-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/accessory-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-image-dto.d.ts +4 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-dto.d.ts +10 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-labor-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-broker-sale-information.d.ts +7 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-identifiers-dto.d.ts +9 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-labor-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-lookup-dto.d.ts +27 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-part-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-sale-information.d.ts +16 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-history-dto.d.ts +16 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-dto.d.ts +34 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-group.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-specification-dto.d.ts +22 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-variant-info-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-warranty-dto.d.ts +8 -0
- package/dist/types/locale-mapper.d.ts +2 -2
- package/dist/types/locales/partLookup/distributor/type.d.ts +2 -2
- package/dist/types/locales/partLookup/manufacturer/type.d.ts +6 -6
- package/dist/types/locales/partLookup/wrapper-type.d.ts +8 -8
- package/dist/types/locales/vehicleLookup/accessories/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.d.ts +28 -16
- package/dist/types/locales/vehicleLookup/paintThickness/type.d.ts +4 -4
- package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +4 -4
- package/dist/types/locales/vehicleLookup/warranty/type.d.ts +2 -0
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +52 -44
- package/dist/types/stencil-public-runtime.d.ts +23 -1
- package/package.json +10 -8
- package/LICENSE +0 -21
- package/dist/cjs/app-globals-4aa8f46f.js +0 -46
- package/dist/cjs/cn-f559f9e5.js +0 -2588
- package/dist/cjs/dynamic-claim_6.cjs.entry.js +0 -1224
- package/dist/cjs/dynamic-redeem.cjs.entry.js +0 -210
- package/dist/collection/components/vehicle-lookup/components/SSCTable.js +0 -18
- package/dist/collection/components/vehicle-lookup/dynamic-claim.css +0 -1
- package/dist/collection/components/vehicle-lookup/dynamic-claim.js +0 -756
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.css +0 -1
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +0 -444
- package/dist/collection/components/vehicle-lookup/paint-thickness.css +0 -1
- package/dist/collection/components/vehicle-lookup/warranty-details.css +0 -1
- package/dist/collection/global/types/vehicle-information.js +0 -5
- package/dist/collection/templates/vehicle-lookup/vehicle-lookup.js +0 -285
- package/dist/components/dynamic-claim.js +0 -5
- package/dist/components/dynamic-redeem.js +0 -5
- package/dist/components/p-0aea36b4.js +0 -5
- package/dist/components/p-0fa9085a.js +0 -5
- package/dist/components/p-1c45c079.js +0 -5
- package/dist/components/p-28cf4dbe.js +0 -5
- package/dist/components/p-29a57e34.js +0 -5
- package/dist/components/p-2c893802.js +0 -5
- package/dist/components/p-3a216a1c.js +0 -5
- package/dist/components/p-48a28736.js +0 -5
- package/dist/components/p-48a9b8e5.js +0 -5
- package/dist/components/p-4ddb3435.js +0 -5
- package/dist/components/p-5709db05.js +0 -5
- package/dist/components/p-5afcb14f.js +0 -5
- package/dist/components/p-7a1dd4fc.js +0 -5
- package/dist/components/p-7d3dd7c2.js +0 -5
- package/dist/components/p-8b1d90d7.js +0 -5
- package/dist/components/p-8cd53e18.js +0 -5
- package/dist/components/p-98d9e7ab.js +0 -5
- package/dist/components/p-aacd560d.js +0 -5
- package/dist/components/p-c4f620e9.js +0 -5
- package/dist/components/p-ca0bda87.js +0 -5
- package/dist/components/p-d3f029ed.js +0 -5
- package/dist/components/p-dfb3925b.js +0 -5
- package/dist/components/p-ec493f9b.js +0 -5
- package/dist/components/p-f437e795.js +0 -5
- package/dist/components/p-ffad35ad.js +0 -5
- package/dist/components/paint-thickness.js +0 -5
- package/dist/components/service-history.js +0 -5
- package/dist/components/warranty-details.js +0 -5
- package/dist/esm/app-globals-68faa233.js +0 -44
- package/dist/esm/cn-cc419b94.js +0 -2586
- package/dist/esm/dynamic-claim_6.entry.js +0 -1215
- package/dist/esm/dynamic-redeem.entry.js +0 -206
- package/dist/esm/type-885c56ae.js +0 -34
- package/dist/shift-components/p-025b3a45.entry.js +0 -5
- package/dist/shift-components/p-07ee30c6.js +0 -5
- package/dist/shift-components/p-232a8be0.entry.js +0 -5
- package/dist/shift-components/p-40e52936.entry.js +0 -5
- package/dist/shift-components/p-446d908d.js +0 -5
- package/dist/shift-components/p-50d68cc4.entry.js +0 -5
- package/dist/shift-components/p-67d3532e.js +0 -5
- package/dist/shift-components/p-69f1a7ff.entry.js +0 -5
- package/dist/shift-components/p-6b3651bd.js +0 -5
- package/dist/shift-components/p-6ec0650f.js +0 -5
- package/dist/shift-components/p-83b755da.entry.js +0 -5
- package/dist/shift-components/p-90bf4148.entry.js +0 -5
- package/dist/shift-components/p-9474a4da.js +0 -6
- package/dist/shift-components/p-98d9e7ab.js +0 -5
- package/dist/shift-components/p-997b9bfb.entry.js +0 -5
- package/dist/shift-components/p-9e11eb3e.entry.js +0 -5
- package/dist/shift-components/p-ab79b6e8.entry.js +0 -5
- package/dist/shift-components/p-c802d527.js +0 -5
- package/dist/types/components/vehicle-lookup/components/SSCTable.d.ts +0 -9
- package/dist/types/global/types/part-information.d.ts +0 -53
- package/dist/types/global/types/vehicle-information.d.ts +0 -182
- package/loader/package.json +0 -11
- package/readme.md +0 -15
- /package/dist/cjs/{loader-baf2418b.js → loader-jtAYWeFG.js} +0 -0
- /package/dist/cjs/{validate-vin-32e95695.js → validate-vin-CJDIXpJO.js} +0 -0
- /package/dist/collection/global/types/{part-information.js → generated/part/branch-dead-stock-dto.js} +0 -0
- /package/dist/components/{p-00a27a58.js → p-B5YdqGVm.js} +0 -0
- /package/dist/components/{p-fab97ac7.js → p-BT4rhLRL.js} +0 -0
- /package/dist/components/{p-a21e2e2e.js → p-C-EQDloC.js} +0 -0
- /package/dist/components/{p-383b4ddf.js → p-CUREVASG.js} +0 -0
- /package/dist/esm/{loader-027b88af.js → loader-C-EQDloC.js} +0 -0
- /package/dist/esm/{validate-vin-f4d23a44.js → validate-vin-CUREVASG.js} +0 -0
- /package/dist/shift-components/{p-a21e2e2e.js → p-C-EQDloC.js} +0 -0
- /package/dist/shift-components/{p-383b4ddf.js → p-CUREVASG.js} +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { MockJson } from "../types/components";
|
|
2
|
-
import {
|
|
2
|
+
import { PartLookupDTO } from "../types/generated/part/part-lookup-dto";
|
|
3
3
|
export interface PartInformationInterface {
|
|
4
4
|
isDev: boolean;
|
|
5
5
|
baseUrl: string;
|
|
6
6
|
queryString?: string;
|
|
7
7
|
abortController: AbortController;
|
|
8
8
|
networkTimeoutRef: ReturnType<typeof setTimeout>;
|
|
9
|
-
loadedResponse?: (response:
|
|
9
|
+
loadedResponse?: (response: PartLookupDTO) => void;
|
|
10
10
|
}
|
|
11
11
|
type GetPartInformationProps = {
|
|
12
12
|
partNumber: string;
|
|
13
13
|
notAvailableMessage?: string;
|
|
14
|
-
mockData: MockJson<
|
|
14
|
+
mockData: MockJson<PartLookupDTO>;
|
|
15
15
|
scopedTimeoutRef: ReturnType<typeof setTimeout>;
|
|
16
|
-
middlewareCallback?: (
|
|
16
|
+
middlewareCallback?: (part: PartLookupDTO) => void;
|
|
17
17
|
};
|
|
18
|
-
export declare const getPartInformation: (component: PartInformationInterface, generalProps: GetPartInformationProps, headers?: any) => Promise<
|
|
18
|
+
export declare const getPartInformation: (component: PartInformationInterface, generalProps: GetPartInformationProps, headers?: any) => Promise<PartLookupDTO>;
|
|
19
19
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MockJson } from "../types/components";
|
|
2
|
-
import {
|
|
2
|
+
import { VehicleLookupDTO } from "../types/generated/vehicle-lookup/vehicle-lookup-dto";
|
|
3
3
|
declare const vehicleRequestHeaders: {
|
|
4
4
|
readonly cityId: "City-Id";
|
|
5
5
|
readonly userId: "User-Id";
|
|
@@ -20,14 +20,14 @@ export interface VehicleInformationInterface extends VehicleRequestHeaders {
|
|
|
20
20
|
queryString?: string;
|
|
21
21
|
abortController: AbortController;
|
|
22
22
|
networkTimeoutRef: ReturnType<typeof setTimeout>;
|
|
23
|
-
loadedResponse?: (response:
|
|
23
|
+
loadedResponse?: (response: VehicleLookupDTO) => void;
|
|
24
24
|
}
|
|
25
25
|
type GetVehicleInformationProps = {
|
|
26
26
|
vin: string;
|
|
27
27
|
notAvailableMessage?: string;
|
|
28
|
-
mockData: MockJson<
|
|
28
|
+
mockData: MockJson<VehicleLookupDTO>;
|
|
29
29
|
scopedTimeoutRef: ReturnType<typeof setTimeout>;
|
|
30
30
|
middlewareCallback?: (VehicleInformation: any) => void;
|
|
31
31
|
};
|
|
32
|
-
export declare const getVehicleInformation: (component: VehicleInformationInterface, generalProps: GetVehicleInformationProps, headers?: any) => Promise<
|
|
32
|
+
export declare const getVehicleInformation: (component: VehicleInformationInterface, generalProps: GetVehicleInformationProps, headers?: any) => Promise<VehicleLookupDTO>;
|
|
33
33
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function childrenWithTag<T>(root: Node, tag: string): T[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function containerHasTag(root: Node, tag: string): boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function scrollIntoContainerView(item: HTMLElement, container: HTMLElement): void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { StockPartDTO } from './stock-part-dto';
|
|
2
|
+
import type { PartPriceDTO } from './part-price-dto';
|
|
3
|
+
import type { HSCodeDTO } from './hs-code-dto';
|
|
4
|
+
import type { DeadStockDTO } from './dead-stock-dto';
|
|
5
|
+
export type PartLookupDTO = {
|
|
6
|
+
partNumber: string;
|
|
7
|
+
partDescription: string;
|
|
8
|
+
localDescription: string;
|
|
9
|
+
productGroup: string;
|
|
10
|
+
pnc: string;
|
|
11
|
+
binType: string;
|
|
12
|
+
distributorPurchasePrice?: number;
|
|
13
|
+
length?: number;
|
|
14
|
+
width?: number;
|
|
15
|
+
height?: number;
|
|
16
|
+
netWeight?: number;
|
|
17
|
+
grossWeight?: number;
|
|
18
|
+
cubicMeasure?: number;
|
|
19
|
+
hsCode: string;
|
|
20
|
+
origin: string;
|
|
21
|
+
supersededTo: string[];
|
|
22
|
+
stockParts: StockPartDTO[];
|
|
23
|
+
prices: PartPriceDTO[];
|
|
24
|
+
hsCodes: HSCodeDTO[];
|
|
25
|
+
deadStock: DeadStockDTO[];
|
|
26
|
+
logId?: string;
|
|
27
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { SSCLaborDTO } from './ssc-labor-dto';
|
|
2
|
+
import type { SSCPartDTO } from './ssc-part-dto';
|
|
3
|
+
export type SscDTO = {
|
|
4
|
+
sscCode: string;
|
|
5
|
+
description: string;
|
|
6
|
+
labors: SSCLaborDTO[];
|
|
7
|
+
repaired: boolean;
|
|
8
|
+
repairDate?: string;
|
|
9
|
+
parts: SSCPartDTO[];
|
|
10
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { VehicleIdentifiersDTO } from './vehicle-identifiers-dto';
|
|
2
|
+
import type { VehicleSaleInformation } from './vehicle-sale-information';
|
|
3
|
+
import type { PaintThicknessDTO } from './paint-thickness-dto';
|
|
4
|
+
import type { VehicleWarrantyDTO } from './vehicle-warranty-dto';
|
|
5
|
+
import type { VehicleServiceHistoryDTO } from './vehicle-service-history-dto';
|
|
6
|
+
import type { SscDTO } from './ssc-dto';
|
|
7
|
+
import type { VehicleVariantInfoDTO } from './vehicle-variant-info-dto';
|
|
8
|
+
import type { VehicleSpecificationDTO } from './vehicle-specification-dto';
|
|
9
|
+
import type { VehicleServiceItemDTO } from './vehicle-service-item-dto';
|
|
10
|
+
import type { AccessoryDTO } from './accessory-dto';
|
|
11
|
+
export type VehicleLookupDTO = {
|
|
12
|
+
vin: string;
|
|
13
|
+
identifiers: VehicleIdentifiersDTO;
|
|
14
|
+
saleInformation: VehicleSaleInformation;
|
|
15
|
+
paintThickness: PaintThicknessDTO;
|
|
16
|
+
isAuthorized: boolean;
|
|
17
|
+
warranty: VehicleWarrantyDTO;
|
|
18
|
+
nextServiceDate?: string;
|
|
19
|
+
serviceHistory: VehicleServiceHistoryDTO[];
|
|
20
|
+
sscLogId?: string;
|
|
21
|
+
ssc: SscDTO[];
|
|
22
|
+
vehicleVariantInfo: VehicleVariantInfoDTO;
|
|
23
|
+
vehicleSpecification: VehicleSpecificationDTO;
|
|
24
|
+
serviceItems: VehicleServiceItemDTO[];
|
|
25
|
+
accessories: AccessoryDTO[];
|
|
26
|
+
basicModelCode: string;
|
|
27
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { VehicleBrokerSaleInformation } from './vehicle-broker-sale-information';
|
|
2
|
+
export type VehicleSaleInformation = {
|
|
3
|
+
countryID: string;
|
|
4
|
+
countryName: string;
|
|
5
|
+
companyID: string;
|
|
6
|
+
companyName: string;
|
|
7
|
+
branchID: string;
|
|
8
|
+
branchName: string;
|
|
9
|
+
customerAccountNumber: string;
|
|
10
|
+
customerID: string;
|
|
11
|
+
invoiceDate?: string;
|
|
12
|
+
warrantyActivationDate?: string;
|
|
13
|
+
invoiceNumber: string;
|
|
14
|
+
broker: VehicleBrokerSaleInformation;
|
|
15
|
+
regionID: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { VehicleLaborDTO } from './vehicle-labor-dto';
|
|
2
|
+
import type { VehiclePartDTO } from './vehicle-part-dto';
|
|
3
|
+
export type VehicleServiceHistoryDTO = {
|
|
4
|
+
serviceType: string;
|
|
5
|
+
serviceDate?: string;
|
|
6
|
+
mileage?: number;
|
|
7
|
+
companyName: string;
|
|
8
|
+
branchName: string;
|
|
9
|
+
companyID: string;
|
|
10
|
+
branchID: string;
|
|
11
|
+
accountNumber: string;
|
|
12
|
+
invoiceNumber: string;
|
|
13
|
+
jobNumber: string;
|
|
14
|
+
laborLines: VehicleLaborDTO[];
|
|
15
|
+
partLines: VehiclePartDTO[];
|
|
16
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { VehicleServiceItemGroup } from './vehicle-service-item-group';
|
|
2
|
+
export type VehicleServiceItemDTO = {
|
|
3
|
+
group: VehicleServiceItemGroup;
|
|
4
|
+
showDocumentUploader: boolean;
|
|
5
|
+
documentUploaderIsRequired: boolean;
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
title: string;
|
|
9
|
+
image: string;
|
|
10
|
+
type: string;
|
|
11
|
+
typeEnum: 'Free' | 'Paid';
|
|
12
|
+
activatedAt: string;
|
|
13
|
+
expiresAt?: string;
|
|
14
|
+
status: string;
|
|
15
|
+
statusEnum: 'Processed' | 'Expired' | 'Pending' | 'Cancelled' | 'ActivationRequired';
|
|
16
|
+
campaignID?: number;
|
|
17
|
+
campaignUniqueReference: string;
|
|
18
|
+
packageCode: string;
|
|
19
|
+
cost?: number;
|
|
20
|
+
claimDate?: string;
|
|
21
|
+
modelCostID?: number;
|
|
22
|
+
serviceItemID: number;
|
|
23
|
+
paidServiceInvoiceLineID?: number;
|
|
24
|
+
companyID: string;
|
|
25
|
+
companyName: string;
|
|
26
|
+
invoiceNumber: string;
|
|
27
|
+
jobNumber: string;
|
|
28
|
+
maximumMileage?: number;
|
|
29
|
+
claimable: boolean;
|
|
30
|
+
claimingMethodEnum: 'ClaimByScanningQRCode' | 'ClaimByEnteringInvoiceAndJobNumber';
|
|
31
|
+
vehicleInspectionID: string;
|
|
32
|
+
signature: string;
|
|
33
|
+
signatureExpiry: string;
|
|
34
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export type VehicleSpecificationDTO = {
|
|
2
|
+
modelCode: string;
|
|
3
|
+
modelYear?: number;
|
|
4
|
+
productionDate?: string;
|
|
5
|
+
modelDescription: string;
|
|
6
|
+
variantDescription: string;
|
|
7
|
+
class: string;
|
|
8
|
+
bodyType: string;
|
|
9
|
+
engine: string;
|
|
10
|
+
cylinders: string;
|
|
11
|
+
lightHeavyType: string;
|
|
12
|
+
doors: string;
|
|
13
|
+
fuel: string;
|
|
14
|
+
transmission: string;
|
|
15
|
+
side: string;
|
|
16
|
+
engineType: string;
|
|
17
|
+
tankCap: string;
|
|
18
|
+
style: string;
|
|
19
|
+
fuelLiter?: number;
|
|
20
|
+
exteriorColor: string;
|
|
21
|
+
interiorColor: string;
|
|
22
|
+
};
|
|
@@ -10,8 +10,8 @@ declare const localeMapper: {
|
|
|
10
10
|
readonly "partLookup.distributor": readonly ["locales/partLookup/distributor/"];
|
|
11
11
|
readonly "partLookup.manufacturer": readonly ["locales/partLookup/manufacturer/"];
|
|
12
12
|
readonly "vehicleLookup.accessories": readonly ["locales/vehicleLookup/accessories/"];
|
|
13
|
-
readonly vehicleLookup: readonly ["locales/vehicleLookup/accessories/", "locales/vehicleLookup/
|
|
14
|
-
readonly "vehicleLookup.
|
|
13
|
+
readonly vehicleLookup: readonly ["locales/vehicleLookup/accessories/", "locales/vehicleLookup/claimableItems/", "locales/vehicleLookup/paintThickness/", "locales/vehicleLookup/serviceHistory/", "locales/vehicleLookup/specification/", "locales/vehicleLookup/warranty/"];
|
|
14
|
+
readonly "vehicleLookup.claimableItems": readonly ["locales/vehicleLookup/claimableItems/"];
|
|
15
15
|
readonly "vehicleLookup.paintThickness": readonly ["locales/vehicleLookup/paintThickness/"];
|
|
16
16
|
readonly "vehicleLookup.serviceHistory": readonly ["locales/vehicleLookup/serviceHistory/"];
|
|
17
17
|
readonly "vehicleLookup.specification": readonly ["locales/vehicleLookup/specification/"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const distributerSchema: import("yup").ObjectSchema<{
|
|
2
|
-
info: string;
|
|
3
2
|
location: string;
|
|
3
|
+
info: string;
|
|
4
4
|
description: string;
|
|
5
5
|
distributorStock: string;
|
|
6
6
|
availability: string;
|
|
@@ -14,8 +14,8 @@ declare const distributerSchema: import("yup").ObjectSchema<{
|
|
|
14
14
|
supersededFrom: string;
|
|
15
15
|
supersessions: string;
|
|
16
16
|
}, import("yup").AnyObject, {
|
|
17
|
-
info: undefined;
|
|
18
17
|
location: undefined;
|
|
18
|
+
info: undefined;
|
|
19
19
|
description: undefined;
|
|
20
20
|
distributorStock: undefined;
|
|
21
21
|
availability: undefined;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const manufacturerSchema: import("yup").ObjectSchema<{
|
|
2
2
|
origin: string;
|
|
3
|
+
height: string;
|
|
4
|
+
width: string;
|
|
5
|
+
length: string;
|
|
3
6
|
warrantyPrice: string;
|
|
4
7
|
specialPrice: string;
|
|
5
8
|
wholesalesPrice: string;
|
|
6
9
|
pnc: string;
|
|
7
10
|
pncName: string;
|
|
8
11
|
binCode: string;
|
|
9
|
-
dimension1: string;
|
|
10
|
-
dimension2: string;
|
|
11
|
-
dimension3: string;
|
|
12
12
|
netWeight: string;
|
|
13
13
|
grossWeight: string;
|
|
14
14
|
cubicMeasure: string;
|
|
@@ -16,15 +16,15 @@ declare const manufacturerSchema: import("yup").ObjectSchema<{
|
|
|
16
16
|
uzHsCode: string;
|
|
17
17
|
}, import("yup").AnyObject, {
|
|
18
18
|
origin: undefined;
|
|
19
|
+
height: undefined;
|
|
20
|
+
width: undefined;
|
|
21
|
+
length: undefined;
|
|
19
22
|
warrantyPrice: undefined;
|
|
20
23
|
specialPrice: undefined;
|
|
21
24
|
wholesalesPrice: undefined;
|
|
22
25
|
pnc: undefined;
|
|
23
26
|
pncName: undefined;
|
|
24
27
|
binCode: undefined;
|
|
25
|
-
dimension1: undefined;
|
|
26
|
-
dimension2: undefined;
|
|
27
|
-
dimension3: undefined;
|
|
28
28
|
netWeight: undefined;
|
|
29
29
|
grossWeight: undefined;
|
|
30
30
|
cubicMeasure: undefined;
|
|
@@ -5,8 +5,8 @@ declare const partLookupWrapperSchema: import("yup").ObjectSchema<{
|
|
|
5
5
|
availableQuantity?: string;
|
|
6
6
|
};
|
|
7
7
|
distributor: {
|
|
8
|
-
info?: string;
|
|
9
8
|
location?: string;
|
|
9
|
+
info?: string;
|
|
10
10
|
description?: string;
|
|
11
11
|
distributorStock?: string;
|
|
12
12
|
availability?: string;
|
|
@@ -22,15 +22,15 @@ declare const partLookupWrapperSchema: import("yup").ObjectSchema<{
|
|
|
22
22
|
};
|
|
23
23
|
manufacturer: {
|
|
24
24
|
origin?: string;
|
|
25
|
+
height?: string;
|
|
26
|
+
width?: string;
|
|
27
|
+
length?: string;
|
|
25
28
|
warrantyPrice?: string;
|
|
26
29
|
specialPrice?: string;
|
|
27
30
|
wholesalesPrice?: string;
|
|
28
31
|
pnc?: string;
|
|
29
32
|
pncName?: string;
|
|
30
33
|
binCode?: string;
|
|
31
|
-
dimension1?: string;
|
|
32
|
-
dimension2?: string;
|
|
33
|
-
dimension3?: string;
|
|
34
34
|
netWeight?: string;
|
|
35
35
|
grossWeight?: string;
|
|
36
36
|
cubicMeasure?: string;
|
|
@@ -44,8 +44,8 @@ declare const partLookupWrapperSchema: import("yup").ObjectSchema<{
|
|
|
44
44
|
availableQuantity: undefined;
|
|
45
45
|
};
|
|
46
46
|
distributor: {
|
|
47
|
-
info: undefined;
|
|
48
47
|
location: undefined;
|
|
48
|
+
info: undefined;
|
|
49
49
|
description: undefined;
|
|
50
50
|
distributorStock: undefined;
|
|
51
51
|
availability: undefined;
|
|
@@ -61,15 +61,15 @@ declare const partLookupWrapperSchema: import("yup").ObjectSchema<{
|
|
|
61
61
|
};
|
|
62
62
|
manufacturer: {
|
|
63
63
|
origin: undefined;
|
|
64
|
+
height: undefined;
|
|
65
|
+
width: undefined;
|
|
66
|
+
length: undefined;
|
|
64
67
|
warrantyPrice: undefined;
|
|
65
68
|
specialPrice: undefined;
|
|
66
69
|
wholesalesPrice: undefined;
|
|
67
70
|
pnc: undefined;
|
|
68
71
|
pncName: undefined;
|
|
69
72
|
binCode: undefined;
|
|
70
|
-
dimension1: undefined;
|
|
71
|
-
dimension2: undefined;
|
|
72
|
-
dimension3: undefined;
|
|
73
73
|
netWeight: undefined;
|
|
74
74
|
grossWeight: undefined;
|
|
75
75
|
cubicMeasure: undefined;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const accessoriesSchema: import("yup").ObjectSchema<{
|
|
2
|
-
expand: string;
|
|
3
2
|
image: string;
|
|
3
|
+
expand: string;
|
|
4
4
|
description: string;
|
|
5
5
|
noData: string;
|
|
6
6
|
partNumber: string;
|
|
7
7
|
vehicleAccessories: string;
|
|
8
8
|
}, import("yup").AnyObject, {
|
|
9
|
-
expand: undefined;
|
|
10
9
|
image: undefined;
|
|
10
|
+
expand: undefined;
|
|
11
11
|
description: undefined;
|
|
12
12
|
noData: undefined;
|
|
13
13
|
partNumber: undefined;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { InferType } from 'yup';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const claimFormSchema: import("yup").ObjectSchema<{
|
|
3
|
+
document: string;
|
|
3
4
|
name: string;
|
|
4
5
|
serviceType: string;
|
|
6
|
+
documentLimitError: string;
|
|
7
|
+
documentRequiredError: string;
|
|
5
8
|
activationDate: string;
|
|
6
9
|
expireDate: string;
|
|
7
10
|
packageCode: string;
|
|
@@ -18,8 +21,11 @@ export declare const dynamicRedeemSchema: import("yup").ObjectSchema<{
|
|
|
18
21
|
jobNumber: string;
|
|
19
22
|
claim: string;
|
|
20
23
|
}, import("yup").AnyObject, {
|
|
24
|
+
document: undefined;
|
|
21
25
|
name: undefined;
|
|
22
26
|
serviceType: undefined;
|
|
27
|
+
documentLimitError: undefined;
|
|
28
|
+
documentRequiredError: undefined;
|
|
23
29
|
activationDate: undefined;
|
|
24
30
|
expireDate: undefined;
|
|
25
31
|
packageCode: undefined;
|
|
@@ -36,11 +42,14 @@ export declare const dynamicRedeemSchema: import("yup").ObjectSchema<{
|
|
|
36
42
|
jobNumber: undefined;
|
|
37
43
|
claim: undefined;
|
|
38
44
|
}, "">;
|
|
39
|
-
export type
|
|
40
|
-
declare const
|
|
41
|
-
|
|
45
|
+
export type ClaimFormType = InferType<typeof claimFormSchema>;
|
|
46
|
+
declare const claimableItemsSchema: import("yup").ObjectSchema<{
|
|
47
|
+
claimForm: {
|
|
48
|
+
document?: string;
|
|
42
49
|
name?: string;
|
|
43
50
|
serviceType?: string;
|
|
51
|
+
documentLimitError?: string;
|
|
52
|
+
documentRequiredError?: string;
|
|
44
53
|
activationDate?: string;
|
|
45
54
|
expireDate?: string;
|
|
46
55
|
packageCode?: string;
|
|
@@ -59,11 +68,6 @@ declare const dynamicClaimSchema: import("yup").ObjectSchema<{
|
|
|
59
68
|
};
|
|
60
69
|
} & {
|
|
61
70
|
print: string;
|
|
62
|
-
processed: string;
|
|
63
|
-
expired: string;
|
|
64
|
-
cancelled: string;
|
|
65
|
-
pending: string;
|
|
66
|
-
activationRequired: string;
|
|
67
71
|
serviceType: string;
|
|
68
72
|
activationDate: string;
|
|
69
73
|
expireDate: string;
|
|
@@ -74,13 +78,21 @@ declare const dynamicClaimSchema: import("yup").ObjectSchema<{
|
|
|
74
78
|
claimAt: string;
|
|
75
79
|
claimingCompany: string;
|
|
76
80
|
invoiceNumber: string;
|
|
81
|
+
processed: string;
|
|
82
|
+
expired: string;
|
|
83
|
+
cancelled: string;
|
|
84
|
+
pending: string;
|
|
77
85
|
activateNow: string;
|
|
78
86
|
successFulClaimMessage: string;
|
|
87
|
+
activationRequired: string;
|
|
79
88
|
warrantyAndServicesNotActivated: string;
|
|
80
89
|
}, import("yup").AnyObject, {
|
|
81
|
-
|
|
90
|
+
claimForm: {
|
|
91
|
+
document: undefined;
|
|
82
92
|
name: undefined;
|
|
83
93
|
serviceType: undefined;
|
|
94
|
+
documentLimitError: undefined;
|
|
95
|
+
documentRequiredError: undefined;
|
|
84
96
|
activationDate: undefined;
|
|
85
97
|
expireDate: undefined;
|
|
86
98
|
packageCode: undefined;
|
|
@@ -98,11 +110,6 @@ declare const dynamicClaimSchema: import("yup").ObjectSchema<{
|
|
|
98
110
|
claim: undefined;
|
|
99
111
|
};
|
|
100
112
|
print: undefined;
|
|
101
|
-
processed: undefined;
|
|
102
|
-
expired: undefined;
|
|
103
|
-
cancelled: undefined;
|
|
104
|
-
pending: undefined;
|
|
105
|
-
activationRequired: undefined;
|
|
106
113
|
serviceType: undefined;
|
|
107
114
|
activationDate: undefined;
|
|
108
115
|
expireDate: undefined;
|
|
@@ -113,8 +120,13 @@ declare const dynamicClaimSchema: import("yup").ObjectSchema<{
|
|
|
113
120
|
claimAt: undefined;
|
|
114
121
|
claimingCompany: undefined;
|
|
115
122
|
invoiceNumber: undefined;
|
|
123
|
+
processed: undefined;
|
|
124
|
+
expired: undefined;
|
|
125
|
+
cancelled: undefined;
|
|
126
|
+
pending: undefined;
|
|
116
127
|
activateNow: undefined;
|
|
117
128
|
successFulClaimMessage: undefined;
|
|
129
|
+
activationRequired: undefined;
|
|
118
130
|
warrantyAndServicesNotActivated: undefined;
|
|
119
131
|
}, "">;
|
|
120
|
-
export default
|
|
132
|
+
export default claimableItemsSchema;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare const paintThicknessSchema: import("yup").ObjectSchema<{
|
|
2
|
-
expand: string;
|
|
3
2
|
part: string;
|
|
4
|
-
|
|
3
|
+
expand: string;
|
|
5
4
|
left: string;
|
|
6
5
|
right: string;
|
|
6
|
+
noData: string;
|
|
7
7
|
paintThickness: string;
|
|
8
8
|
noImageGroups: string;
|
|
9
9
|
}, import("yup").AnyObject, {
|
|
10
|
-
expand: undefined;
|
|
11
10
|
part: undefined;
|
|
12
|
-
|
|
11
|
+
expand: undefined;
|
|
13
12
|
left: undefined;
|
|
14
13
|
right: undefined;
|
|
14
|
+
noData: undefined;
|
|
15
15
|
paintThickness: undefined;
|
|
16
16
|
noImageGroups: undefined;
|
|
17
17
|
}, "">;
|