adp-web-components 0.0.90 → 0.0.92
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/contact-us-form.cjs.entry.js +4 -4
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +282 -325
- package/dist/cjs/empty-table-icon-PdTX6gpI.js +16 -0
- package/dist/cjs/flexible-container.cjs.entry.js +43 -46
- package/dist/cjs/form-dialog_8.cjs.entry.js +12 -12
- package/dist/cjs/{get-local-language-XsAJEAsO.js → get-local-language-Ch7javM0.js} +38 -38
- package/dist/cjs/information-table.cjs.entry.js +6 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/material-card-Cd0L1Get.js +43 -0
- package/dist/cjs/part-lookup.cjs.entry.js +32 -11
- package/dist/cjs/print-icon-C4ASnhAO.js +106 -0
- package/dist/cjs/service-booking-form.cjs.entry.js +4 -4
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-tab-content.cjs.entry.js +42 -0
- package/dist/cjs/shift-tabs_2.cjs.entry.js +277 -234
- package/dist/cjs/{vehicle-info-layout-BSAeLW7e.js → type-BG4jir8r.js} +45 -9
- package/dist/cjs/{type-BAD2dFzP.js → type-BpPQE0Ww.js} +1 -1
- package/dist/cjs/{type-DT5vXP0E.js → type-DB__lcA9.js} +1 -1
- package/dist/cjs/vehicle-accessories_6.cjs.entry.js +1115 -0
- package/dist/cjs/vehicle-info-layout-Dp2Po_uc.js +16 -0
- package/dist/cjs/vehicle-lookup.cjs.entry.js +19 -16
- package/dist/cjs/vin-extractor.cjs.entry.js +3 -3
- package/dist/collection/components/components/flexible-container.css +1 -1
- package/dist/collection/components/components/flexible-container.js +34 -36
- package/dist/collection/components/components/information-table.css +1 -1
- package/dist/collection/components/components/information-table.js +45 -2
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/material-card.js +2 -2
- package/dist/collection/components/components/shift-tab-content.css +1 -1
- package/dist/collection/components/components/shift-tab-content.js +1 -1
- package/dist/collection/components/components/shift-tabs.css +1 -1
- package/dist/collection/components/form-elements/form-dialog.js +6 -6
- package/dist/collection/components/form-elements/form-input.js +4 -4
- package/dist/collection/components/form-elements/form-select.js +6 -6
- package/dist/collection/components/form-elements/form-structure-error.js +4 -4
- package/dist/collection/components/form-elements/form-structure.js +3 -3
- package/dist/collection/components/form-elements/form-submit.js +5 -5
- package/dist/collection/components/form-elements/form-text-area.js +4 -4
- package/dist/collection/components/forms/contact-us/element-mapper.js +1 -1
- package/dist/collection/components/forms/contact-us-form.js +4 -4
- package/dist/collection/components/forms/service-booking/element-mapper.js +1 -1
- package/dist/collection/components/forms/service-booking-form.js +4 -4
- package/dist/collection/components/part-lookup/components/dead-stock-item.js +15 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +153 -175
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.js +192 -224
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-lookup.js +165 -224
- package/dist/collection/components/part-lookup/part-lookup.css +1 -1
- package/dist/collection/components/part-lookup/part-lookup.js +127 -57
- package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +1 -1
- package/dist/collection/components/vehicle-lookup/components/StatusCard.js +2 -2
- package/dist/collection/components/vehicle-lookup/components/claimable-item-popover.js +73 -0
- package/dist/collection/components/vehicle-lookup/components/claimable-item.js +27 -0
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +108 -187
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +369 -507
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +271 -345
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +59 -56
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.js +106 -192
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -3
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +106 -176
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -3
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +104 -168
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -3
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.js +198 -274
- package/dist/collection/components/vin-extractor/vin-extractor.js +13 -4
- package/dist/collection/{global/lib/image-expansion.js → features/image-viewer/image-viewer-logic.js} +15 -11
- package/dist/collection/features/image-viewer/image-viewer.js +9 -0
- package/dist/collection/features/image-viewer/index.js +7 -0
- package/dist/collection/features/image-viewer/interface.js +1 -0
- package/dist/collection/{global/lib → features/multi-lingual}/get-local-language.js +1 -5
- package/dist/collection/features/multi-lingual/index.js +7 -0
- package/dist/collection/features/multi-lingual/interface.js +1 -0
- package/dist/collection/{global/types/locale.js → features/multi-lingual/types.js} +6 -0
- package/dist/collection/features/part-lookup-components/index.js +7 -0
- package/dist/collection/features/part-lookup-components/interface.js +1 -0
- package/dist/collection/features/part-lookup-components/part-lookup-api-integration.js +84 -0
- package/dist/collection/features/part-lookup-components/types.js +1 -0
- package/dist/collection/features/vehicle-info-layout/index.js +6 -0
- package/dist/collection/features/vehicle-info-layout/interface.js +1 -0
- package/dist/collection/{components/components → features/vehicle-info-layout}/vehicle-info-layout.js +1 -1
- package/dist/collection/features/vehicle-lookup-component/index.js +7 -0
- package/dist/collection/features/vehicle-lookup-component/interface.js +1 -0
- package/dist/collection/features/vehicle-lookup-component/types.js +17 -0
- package/dist/collection/features/vehicle-lookup-component/vehicle-lookup-api-integration.js +87 -0
- package/dist/collection/global/assets/activation-icon.js +6 -0
- package/dist/collection/global/assets/add-icon.js +6 -0
- package/dist/collection/global/assets/alert-icon.js +6 -0
- package/dist/collection/global/assets/arrow-up-icon.js +6 -0
- package/dist/collection/global/assets/attach-icon.js +6 -0
- package/dist/collection/global/assets/check-icon.js +6 -0
- package/dist/collection/global/assets/empty-table-icon.js +6 -0
- package/dist/collection/global/assets/form-submit-svg.js +6 -0
- package/dist/collection/global/assets/print-icon.js +6 -0
- package/dist/collection/global/assets/question-mark.js +6 -0
- package/dist/collection/global/assets/triangle-icon.js +6 -0
- package/dist/collection/global/lib/parents-with-tag.js +22 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-item-warning.js +1 -0
- package/dist/collection/locales/vehicleLookup/claimableItems/type.js +4 -6
- package/dist/collection/templates/part-lookup/mock-data.js +85 -2
- package/dist/collection/templates/vehicle-lookup/mock-data.js +39 -0
- 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.js +1 -1
- 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-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/information-table.js +1 -1
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/p-4O0gfpsm.js +5 -0
- package/dist/components/p-8hUwcL5D.js +5 -0
- package/dist/components/p-9BQXTBdQ.js +5 -0
- package/dist/components/p-B1fdQNyr.js +5 -0
- package/dist/components/p-B2EAhWbD.js +5 -0
- package/dist/components/p-B9RSECb0.js +5 -0
- package/dist/components/p-BDCoLRVe.js +5 -0
- package/dist/components/p-BG8YXzND.js +5 -0
- package/dist/components/p-BNhO80aE.js +5 -0
- package/dist/components/p-Be1vlY8X.js +5 -0
- package/dist/components/p-BhjL0HMA.js +5 -0
- package/dist/components/p-C4zpDhOi.js +5 -0
- package/dist/components/p-CHE0gMDU.js +5 -0
- package/dist/components/p-CMweaUDZ.js +5 -0
- package/dist/components/p-COU68JDH.js +5 -0
- package/dist/components/p-Ce4X3l8Z.js +5 -0
- package/dist/components/p-CeUz_77J.js +5 -0
- package/dist/components/{p-D7yku_Qi.js → p-CgRbul8P.js} +1 -1
- package/dist/components/{p-JtBlsz4j.js → p-CiosiH6q.js} +1 -1
- package/dist/components/p-CnCnKZ25.js +5 -0
- package/dist/components/{p-C-4kx8qU.js → p-CqvK2B_Z.js} +1 -1
- package/dist/components/{p-B6QhQCZi.js → p-D6AC01Wg.js} +1 -1
- package/dist/components/p-DOoqf10k.js +5 -0
- package/dist/components/{p-BaJpYztb.js → p-DRdEUWsa.js} +1 -1
- package/dist/components/p-DSNyMvnc.js +5 -0
- package/dist/components/{p-CjWDXQ_q.js → p-DhxirzfQ.js} +1 -1
- package/dist/components/p-DiG3vhi6.js +5 -0
- package/dist/{shift-components/p-CIU9c3pi.js → components/p-DnMCq3Mw.js} +1 -1
- package/dist/components/p-Dt-24vpn.js +5 -0
- package/dist/components/p-DxBcoZIg.js +5 -0
- package/dist/components/{p-D63WC2_Y.js → p-pYVYeitk.js} +1 -1
- package/dist/components/p-piZ41_ho.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/shift-accordion.js +1 -1
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.js +1 -1
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.js +1 -1
- package/dist/components/vehicle-item-claim-form.js +1 -1
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.js +1 -1
- package/dist/components/vehicle-service-history.js +1 -1
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.js +1 -1
- package/dist/components/vin-extractor.js +1 -1
- package/dist/esm/contact-us-form.entry.js +4 -4
- package/dist/esm/dead-stock-lookup_3.entry.js +283 -326
- package/dist/esm/empty-table-icon-DvQk12N9.js +14 -0
- package/dist/esm/flexible-container.entry.js +43 -46
- package/dist/esm/form-dialog_8.entry.js +12 -12
- package/dist/esm/{get-local-language-BPo-xYwK.js → get-local-language-KsoLM3LI.js} +38 -38
- package/dist/esm/information-table.entry.js +6 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +1 -1
- package/dist/esm/material-card-DiAl-884.js +40 -0
- package/dist/esm/part-lookup.entry.js +32 -11
- package/dist/esm/print-icon-Dn5kQmLo.js +99 -0
- package/dist/esm/service-booking-form.entry.js +4 -4
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-tab-content.entry.js +40 -0
- package/dist/esm/shift-tabs_2.entry.js +277 -234
- package/dist/esm/type-BAXhU7Vq.js +79 -0
- package/dist/esm/{type-DHujxJVp.js → type-CAfIkrCW.js} +1 -1
- package/dist/esm/{type-D9Rd8Kcd.js → type-CoXoa4w8.js} +1 -1
- package/dist/esm/vehicle-accessories_6.entry.js +1108 -0
- package/dist/esm/vehicle-info-layout-CNGGKAia.js +14 -0
- package/dist/esm/vehicle-lookup.entry.js +14 -11
- package/dist/esm/vin-extractor.entry.js +3 -3
- package/dist/locales/vehicleLookup/claimableItems/ar.json +5 -6
- package/dist/locales/vehicleLookup/claimableItems/en.json +5 -6
- package/dist/locales/vehicleLookup/claimableItems/ku.json +5 -6
- package/dist/locales/vehicleLookup/claimableItems/ru.json +5 -6
- package/dist/locales/vehicleLookup/claimableItems/type.ts +4 -6
- package/dist/shift-components/p-03f093e0.entry.js +5 -0
- package/dist/shift-components/p-277c8a5b.entry.js +5 -0
- package/dist/shift-components/p-42218765.entry.js +5 -0
- package/dist/shift-components/p-55c5a5ea.entry.js +5 -0
- package/dist/shift-components/p-5906834e.entry.js +5 -0
- package/dist/shift-components/p-5bd460db.entry.js +5 -0
- package/dist/shift-components/p-701e3fb0.entry.js +5 -0
- package/dist/shift-components/p-98cb9ff7.entry.js +5 -0
- package/dist/{components/p-CK4E5G0i.js → shift-components/p-BBKhY55u.js} +1 -1
- package/dist/shift-components/{p-DHb8KxaG.js → p-BGyVhGdx.js} +1 -1
- package/dist/shift-components/p-BSpTbUWi.js +5 -0
- package/dist/shift-components/p-BnTnweSV.js +5 -0
- package/dist/shift-components/{p-CuQ84qxe.js → p-D7OEt6rC.js} +1 -1
- package/dist/shift-components/p-DzSZ47FV.js +5 -0
- package/dist/shift-components/p-Wtw8qj6x.js +5 -0
- package/dist/shift-components/p-a137e4bb.entry.js +5 -0
- package/dist/shift-components/{p-f282c740.entry.js → p-c4c88519.entry.js} +1 -1
- package/dist/shift-components/{p-b6497f63.entry.js → p-dee5dd04.entry.js} +1 -1
- package/dist/shift-components/p-e428aabb.entry.js +5 -0
- package/dist/shift-components/p-ff79b92b.entry.js +5 -0
- package/dist/shift-components/p-fyqwD4fB.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/flexible-container.d.ts +2 -5
- package/dist/types/components/components/information-table.d.ts +2 -0
- package/dist/types/components/components/material-card.d.ts +1 -1
- package/dist/types/components/form-elements/form-dialog.d.ts +1 -2
- package/dist/types/components/form-elements/form-input.d.ts +1 -2
- package/dist/types/components/form-elements/form-select.d.ts +1 -2
- package/dist/types/components/form-elements/form-structure-error.d.ts +1 -2
- package/dist/types/components/form-elements/form-structure.d.ts +2 -3
- package/dist/types/components/form-elements/form-submit.d.ts +1 -1
- package/dist/types/components/form-elements/form-text-area.d.ts +1 -1
- package/dist/types/components/forms/contact-us-form.d.ts +1 -1
- package/dist/types/components/forms/service-booking-form.d.ts +1 -1
- package/dist/types/components/part-lookup/components/dead-stock-item.d.ts +14 -0
- package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +25 -23
- package/dist/types/components/part-lookup/distributor-lookup.d.ts +23 -24
- package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +23 -25
- package/dist/types/components/part-lookup/part-lookup.d.ts +17 -12
- package/dist/types/components/vehicle-lookup/components/claimable-item-popover.d.ts +17 -0
- package/dist/types/components/vehicle-lookup/components/claimable-item.d.ts +12 -0
- package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +23 -28
- package/dist/types/components/vehicle-lookup/vehicle-claimable-items.d.ts +53 -55
- package/dist/types/components/vehicle-lookup/vehicle-item-claim-form.d.ts +39 -55
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +8 -9
- package/dist/types/components/vehicle-lookup/vehicle-paint-thickness.d.ts +23 -29
- package/dist/types/components/vehicle-lookup/vehicle-service-history.d.ts +20 -23
- package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +20 -22
- package/dist/types/components/vehicle-lookup/vehicle-warranty-details.d.ts +27 -31
- package/dist/types/components/vin-extractor/vin-extractor.d.ts +2 -2
- package/dist/types/components.d.ts +143 -169
- package/dist/types/features/image-viewer/image-viewer-logic.d.ts +3 -0
- package/dist/types/features/image-viewer/image-viewer.d.ts +10 -0
- package/dist/types/features/image-viewer/index.d.ts +3 -0
- package/dist/types/features/image-viewer/interface.d.ts +5 -0
- package/dist/types/features/multi-lingual/get-local-language.d.ts +4 -0
- package/dist/types/features/multi-lingual/index.d.ts +3 -0
- package/dist/types/features/multi-lingual/interface.d.ts +8 -0
- package/dist/types/{global/lib/get-local-language.d.ts → features/multi-lingual/types.d.ts} +17 -6
- package/dist/types/features/part-lookup-components/index.d.ts +3 -0
- package/dist/types/features/part-lookup-components/interface.d.ts +25 -0
- package/dist/types/features/part-lookup-components/part-lookup-api-integration.d.ts +14 -0
- package/dist/types/features/part-lookup-components/types.d.ts +3 -0
- package/dist/types/features/vehicle-info-layout/index.d.ts +2 -0
- package/dist/types/features/vehicle-info-layout/interface.d.ts +3 -0
- package/dist/types/{components/components → features/vehicle-info-layout}/vehicle-info-layout.d.ts +3 -3
- package/dist/types/features/vehicle-lookup-component/index.d.ts +3 -0
- package/dist/types/features/vehicle-lookup-component/interface.d.ts +24 -0
- package/dist/types/features/vehicle-lookup-component/types.d.ts +17 -0
- package/dist/types/features/vehicle-lookup-component/vehicle-lookup-api-integration.d.ts +15 -0
- package/dist/types/global/assets/activation-icon.d.ts +6 -0
- package/dist/types/global/assets/add-icon.d.ts +6 -0
- package/dist/types/global/assets/alert-icon.d.ts +6 -0
- package/dist/types/global/assets/arrow-up-icon.d.ts +6 -0
- package/dist/types/global/assets/attach-icon.d.ts +6 -0
- package/dist/types/global/assets/check-icon.d.ts +6 -0
- package/dist/types/global/assets/empty-table-icon.d.ts +6 -0
- package/dist/types/global/assets/form-submit-svg.d.ts +6 -0
- package/dist/types/global/assets/print-icon.d.ts +6 -0
- package/dist/types/global/assets/question-mark.d.ts +6 -0
- package/dist/types/global/assets/triangle-icon.d.ts +6 -0
- package/dist/types/global/lib/parents-with-tag.d.ts +1 -0
- package/dist/types/global/lib/recaptcha.d.ts +1 -1
- package/dist/types/global/types/components.d.ts +0 -1
- package/dist/types/global/types/forms.d.ts +1 -1
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-item-warning.d.ts +7 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-dto.d.ts +3 -0
- package/dist/types/locales/vehicleLookup/accessories/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/claimableItems/type.d.ts +18 -26
- package/dist/types/locales/vehicleLookup/warranty/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +14 -18
- package/package.json +1 -2
- package/dist/cjs/shift-tab-content_7.cjs.entry.js +0 -1487
- package/dist/cjs/type-CCsnwaKp.js +0 -56
- package/dist/collection/global/api/partInformation.js +0 -32
- package/dist/collection/global/api/vehicleInformation.js +0 -48
- package/dist/components/p-1vy-Ba6r.js +0 -5
- package/dist/components/p-B5YdqGVm.js +0 -5
- package/dist/components/p-BDkK65_1.js +0 -5
- package/dist/components/p-BT4rhLRL.js +0 -5
- package/dist/components/p-C1F_f1WE.js +0 -5
- package/dist/components/p-CACnUI7c.js +0 -5
- package/dist/components/p-CDOvd2iD.js +0 -5
- package/dist/components/p-CGzOJT7g.js +0 -5
- package/dist/components/p-CINfIgzX.js +0 -5
- package/dist/components/p-CJpwqpuQ.js +0 -5
- package/dist/components/p-CUqXnLyM.js +0 -5
- package/dist/components/p-Cl9ct-bZ.js +0 -5
- package/dist/components/p-CqGVdvFp.js +0 -5
- package/dist/components/p-D2bxjSGr.js +0 -5
- package/dist/components/p-DXHx6lre.js +0 -5
- package/dist/components/p-DXj5zsQK.js +0 -5
- package/dist/components/p-DsCtgcZn.js +0 -5
- package/dist/components/p-DxjQlmaz.js +0 -5
- package/dist/components/p-nxlqujKv.js +0 -5
- package/dist/components/p-vvHN2Olh.js +0 -5
- package/dist/components/p-yQ70lKV2.js +0 -5
- package/dist/esm/shift-tab-content_7.entry.js +0 -1479
- package/dist/esm/type-CfLRnI1J.js +0 -53
- package/dist/esm/vehicle-info-layout-D1bvY1nt.js +0 -43
- package/dist/shift-components/p-389f444c.entry.js +0 -5
- package/dist/shift-components/p-5dd208de.entry.js +0 -5
- package/dist/shift-components/p-5f91eb5f.entry.js +0 -5
- package/dist/shift-components/p-76dd44e9.entry.js +0 -5
- package/dist/shift-components/p-9a51dae0.entry.js +0 -5
- package/dist/shift-components/p-BAMA88Mr.js +0 -5
- package/dist/shift-components/p-Br0JD1CD.js +0 -5
- package/dist/shift-components/p-af44ca99.entry.js +0 -5
- package/dist/shift-components/p-d0e6cd78.entry.js +0 -5
- package/dist/shift-components/p-f1225504.entry.js +0 -5
- package/dist/shift-components/p-faabbd23.entry.js +0 -5
- package/dist/shift-components/p-ff0fec09.entry.js +0 -5
- package/dist/types/global/api/partInformation.d.ts +0 -19
- package/dist/types/global/api/vehicleInformation.d.ts +0 -33
- package/dist/types/global/lib/image-expansion.d.ts +0 -9
- package/dist/types/global/types/locale.d.ts +0 -11
- /package/dist/collection/{components/vehicle-lookup → global}/assets/activationRequired.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/cancelled.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/check.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/expired.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/pending.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/processed.svg +0 -0
- /package/dist/collection/{components/vehicle-lookup → global}/assets/x-mark.svg +0 -0
|
@@ -5,35 +5,41 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { LanguageKeys } from "./
|
|
9
|
-
import { ErrorKeys } from "./global/lib/get-local-language";
|
|
8
|
+
import { ErrorKeys, LanguageKeys, SharedLocales } from "./features/multi-lingual/index";
|
|
10
9
|
import { PartLookupDTO } from "./global/types/generated/part/part-lookup-dto";
|
|
11
|
-
import {
|
|
10
|
+
import { PartLookupMock } from "./features/part-lookup-components/index";
|
|
12
11
|
import { FormHook } from "./global/lib/form-hook";
|
|
13
12
|
import { InputParams } from "./global/types/general";
|
|
14
13
|
import { FormElementMapper, FormFieldParams, FormSelectFetcher, LocaleFormKeys, StructureObject } from "./global/types/forms";
|
|
14
|
+
import { LanguageKeys as LanguageKeys1 } from "./features/multi-lingual/types";
|
|
15
15
|
import { InformationTableColumn } from "./components/components/information-table";
|
|
16
16
|
import { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
17
|
+
import { DotNetObjectReference } from "./global/types/components";
|
|
17
18
|
import { AccordionItem } from "./components/components/shift-accordion";
|
|
18
19
|
import { VehicleLookupDTO } from "./global/types/generated/vehicle-lookup/vehicle-lookup-dto";
|
|
20
|
+
import { VehicleLookupMock } from "./features/vehicle-lookup-component/index";
|
|
21
|
+
import { VehicleLookupMock as VehicleLookupMock1 } from "./features/vehicle-lookup-component/types";
|
|
19
22
|
import { VehicleServiceItemDTO } from "./global/types/generated/vehicle-lookup/vehicle-service-item-dto";
|
|
20
|
-
import { ClaimFormPayload } from "./components/vehicle-lookup/vehicle-item-claim-form";
|
|
21
23
|
import { ClaimFormType } from "./locales/vehicleLookup/claimableItems/type";
|
|
24
|
+
import { ClaimFormPayload } from "./components/vehicle-lookup/vehicle-item-claim-form";
|
|
22
25
|
import { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
23
|
-
export { LanguageKeys } from "./
|
|
24
|
-
export { ErrorKeys } from "./global/lib/get-local-language";
|
|
26
|
+
export { ErrorKeys, LanguageKeys, SharedLocales } from "./features/multi-lingual/index";
|
|
25
27
|
export { PartLookupDTO } from "./global/types/generated/part/part-lookup-dto";
|
|
26
|
-
export {
|
|
28
|
+
export { PartLookupMock } from "./features/part-lookup-components/index";
|
|
27
29
|
export { FormHook } from "./global/lib/form-hook";
|
|
28
30
|
export { InputParams } from "./global/types/general";
|
|
29
31
|
export { FormElementMapper, FormFieldParams, FormSelectFetcher, LocaleFormKeys, StructureObject } from "./global/types/forms";
|
|
32
|
+
export { LanguageKeys as LanguageKeys1 } from "./features/multi-lingual/types";
|
|
30
33
|
export { InformationTableColumn } from "./components/components/information-table";
|
|
31
34
|
export { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
35
|
+
export { DotNetObjectReference } from "./global/types/components";
|
|
32
36
|
export { AccordionItem } from "./components/components/shift-accordion";
|
|
33
37
|
export { VehicleLookupDTO } from "./global/types/generated/vehicle-lookup/vehicle-lookup-dto";
|
|
38
|
+
export { VehicleLookupMock } from "./features/vehicle-lookup-component/index";
|
|
39
|
+
export { VehicleLookupMock as VehicleLookupMock1 } from "./features/vehicle-lookup-component/types";
|
|
34
40
|
export { VehicleServiceItemDTO } from "./global/types/generated/vehicle-lookup/vehicle-service-item-dto";
|
|
35
|
-
export { ClaimFormPayload } from "./components/vehicle-lookup/vehicle-item-claim-form";
|
|
36
41
|
export { ClaimFormType } from "./locales/vehicleLookup/claimableItems/type";
|
|
42
|
+
export { ClaimFormPayload } from "./components/vehicle-lookup/vehicle-item-claim-form";
|
|
37
43
|
export { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
38
44
|
export namespace Components {
|
|
39
45
|
interface ContactUsForm {
|
|
@@ -61,15 +67,17 @@ export namespace Components {
|
|
|
61
67
|
"theme": string;
|
|
62
68
|
}
|
|
63
69
|
interface DeadStockLookup {
|
|
64
|
-
/**
|
|
65
|
-
* @default ''
|
|
66
|
-
*/
|
|
67
70
|
"baseUrl": string;
|
|
68
|
-
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
69
|
-
"fetchData": (partNumber?: string, headers?: any) => Promise<void>;
|
|
70
71
|
/**
|
|
71
72
|
* @default false
|
|
72
73
|
*/
|
|
74
|
+
"coreOnly": boolean;
|
|
75
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
76
|
+
"fetchData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
77
|
+
/**
|
|
78
|
+
* @default {}
|
|
79
|
+
*/
|
|
80
|
+
"headers": object;
|
|
73
81
|
"isDev": boolean;
|
|
74
82
|
/**
|
|
75
83
|
* @default 'en'
|
|
@@ -81,24 +89,25 @@ export namespace Components {
|
|
|
81
89
|
* @default ''
|
|
82
90
|
*/
|
|
83
91
|
"queryString": string;
|
|
84
|
-
"setData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
85
92
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
86
|
-
"setMockData": (newMockData:
|
|
93
|
+
"setMockData": (newMockData: PartLookupMock) => Promise<void>;
|
|
87
94
|
}
|
|
88
95
|
interface DistributorLookup {
|
|
96
|
+
"baseUrl": string;
|
|
89
97
|
/**
|
|
90
|
-
* @default
|
|
98
|
+
* @default false
|
|
91
99
|
*/
|
|
92
|
-
"
|
|
93
|
-
"errorCallback"
|
|
94
|
-
"fetchData": (
|
|
100
|
+
"coreOnly": boolean;
|
|
101
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
102
|
+
"fetchData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
95
103
|
/**
|
|
96
|
-
* @default
|
|
104
|
+
* @default {}
|
|
97
105
|
*/
|
|
98
|
-
"
|
|
106
|
+
"headers": object;
|
|
99
107
|
/**
|
|
100
|
-
* @default
|
|
108
|
+
* @default ''
|
|
101
109
|
*/
|
|
110
|
+
"hiddenFields"?: string;
|
|
102
111
|
"isDev": boolean;
|
|
103
112
|
/**
|
|
104
113
|
* @default 'en'
|
|
@@ -114,9 +123,8 @@ export namespace Components {
|
|
|
114
123
|
* @default ''
|
|
115
124
|
*/
|
|
116
125
|
"queryString": string;
|
|
117
|
-
"setData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
118
126
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
119
|
-
"setMockData": (newMockData:
|
|
127
|
+
"setMockData": (newMockData: PartLookupMock) => Promise<void>;
|
|
120
128
|
}
|
|
121
129
|
interface FlexibleContainer {
|
|
122
130
|
"addChildrenAnimation": (child: FlexibleContainer) => Promise<void>;
|
|
@@ -131,12 +139,12 @@ export namespace Components {
|
|
|
131
139
|
* @default true
|
|
132
140
|
*/
|
|
133
141
|
"isOpened"?: boolean;
|
|
142
|
+
"onAnimationPlayChanges": (isAnimationStopped: boolean) => Promise<void>;
|
|
134
143
|
"removeChildrenAnimation": (child: FlexibleContainer) => Promise<void>;
|
|
135
144
|
/**
|
|
136
145
|
* @default false
|
|
137
146
|
*/
|
|
138
147
|
"stopAnimation"?: boolean;
|
|
139
|
-
"subscribeAsParent": (parent: FlexibleContainer) => Promise<void>;
|
|
140
148
|
}
|
|
141
149
|
interface FormDialog {
|
|
142
150
|
"dialogClosed": () => void;
|
|
@@ -247,6 +255,10 @@ export namespace Components {
|
|
|
247
255
|
"wrapperId": string;
|
|
248
256
|
}
|
|
249
257
|
interface InformationTable {
|
|
258
|
+
/**
|
|
259
|
+
* @default false
|
|
260
|
+
*/
|
|
261
|
+
"customSkeleton": boolean;
|
|
250
262
|
"headers": InformationTableColumn[];
|
|
251
263
|
/**
|
|
252
264
|
* @default false
|
|
@@ -256,6 +268,10 @@ export namespace Components {
|
|
|
256
268
|
* @default []
|
|
257
269
|
*/
|
|
258
270
|
"rows": object[];
|
|
271
|
+
/**
|
|
272
|
+
* @default true
|
|
273
|
+
*/
|
|
274
|
+
"showHeader": boolean;
|
|
259
275
|
/**
|
|
260
276
|
* @default {}
|
|
261
277
|
*/
|
|
@@ -265,23 +281,21 @@ export namespace Components {
|
|
|
265
281
|
"isLoading": boolean;
|
|
266
282
|
}
|
|
267
283
|
interface ManufacturerLookup {
|
|
284
|
+
"baseUrl": string;
|
|
268
285
|
/**
|
|
269
|
-
* @default
|
|
286
|
+
* @default false
|
|
270
287
|
*/
|
|
271
|
-
"
|
|
272
|
-
"errorCallback"
|
|
273
|
-
"fetchData": (
|
|
288
|
+
"coreOnly": boolean;
|
|
289
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
290
|
+
"fetchData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
274
291
|
/**
|
|
275
|
-
* @default
|
|
292
|
+
* @default {}
|
|
276
293
|
*/
|
|
277
|
-
"
|
|
294
|
+
"headers": object;
|
|
278
295
|
/**
|
|
279
296
|
* @default ''
|
|
280
297
|
*/
|
|
281
298
|
"hiddenFields": string;
|
|
282
|
-
/**
|
|
283
|
-
* @default false
|
|
284
|
-
*/
|
|
285
299
|
"isDev": boolean;
|
|
286
300
|
/**
|
|
287
301
|
* @default 'en'
|
|
@@ -297,9 +311,8 @@ export namespace Components {
|
|
|
297
311
|
* @default ''
|
|
298
312
|
*/
|
|
299
313
|
"queryString": string;
|
|
300
|
-
"setData": (newData: PartLookupDTO | string, headers?: any) => Promise<void>;
|
|
301
314
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
302
|
-
"setMockData": (newMockData:
|
|
315
|
+
"setMockData": (newMockData: PartLookupMock) => Promise<void>;
|
|
303
316
|
}
|
|
304
317
|
interface PartLookup {
|
|
305
318
|
/**
|
|
@@ -321,6 +334,11 @@ export namespace Components {
|
|
|
321
334
|
"childrenProps"?: string | Object;
|
|
322
335
|
"errorStateListener"?: (newError: string) => void;
|
|
323
336
|
"fetchPartNumber": (partNumber: string, quantity?: string, headers?: any) => Promise<string>;
|
|
337
|
+
"handleLoadData": (newResponse: PartLookupDTO, activeElement: any) => Promise<void>;
|
|
338
|
+
/**
|
|
339
|
+
* @default false
|
|
340
|
+
*/
|
|
341
|
+
"isDev": boolean;
|
|
324
342
|
/**
|
|
325
343
|
* @default 'en'
|
|
326
344
|
*/
|
|
@@ -378,19 +396,17 @@ export namespace Components {
|
|
|
378
396
|
"tabs": string[];
|
|
379
397
|
}
|
|
380
398
|
interface VehicleAccessories {
|
|
381
|
-
/**
|
|
382
|
-
* @default ''
|
|
383
|
-
*/
|
|
384
399
|
"baseUrl": string;
|
|
385
400
|
/**
|
|
386
401
|
* @default false
|
|
387
402
|
*/
|
|
388
403
|
"coreOnly": boolean;
|
|
389
|
-
"errorCallback"
|
|
390
|
-
"fetchData": (
|
|
404
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
405
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
391
406
|
/**
|
|
392
|
-
* @default
|
|
407
|
+
* @default {}
|
|
393
408
|
*/
|
|
409
|
+
"headers": object;
|
|
394
410
|
"isDev": boolean;
|
|
395
411
|
/**
|
|
396
412
|
* @default 'en'
|
|
@@ -402,9 +418,8 @@ export namespace Components {
|
|
|
402
418
|
* @default ''
|
|
403
419
|
*/
|
|
404
420
|
"queryString": string;
|
|
405
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
406
421
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
407
|
-
"setMockData": (newMockData:
|
|
422
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
408
423
|
}
|
|
409
424
|
interface VehicleClaimableItems {
|
|
410
425
|
"activate"?: (vehicleInformation: VehicleLookupDTO) => void;
|
|
@@ -419,15 +434,12 @@ export namespace Components {
|
|
|
419
434
|
* @default false
|
|
420
435
|
*/
|
|
421
436
|
"coreOnly": boolean;
|
|
422
|
-
"errorCallback"
|
|
423
|
-
"fetchData": (
|
|
437
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
438
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
424
439
|
/**
|
|
425
440
|
* @default {}
|
|
426
441
|
*/
|
|
427
|
-
"headers":
|
|
428
|
-
/**
|
|
429
|
-
* @default false
|
|
430
|
-
*/
|
|
442
|
+
"headers": object;
|
|
431
443
|
"isDev": boolean;
|
|
432
444
|
/**
|
|
433
445
|
* @default 'en'
|
|
@@ -444,40 +456,26 @@ export namespace Components {
|
|
|
444
456
|
* @default ''
|
|
445
457
|
*/
|
|
446
458
|
"queryString": string;
|
|
447
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
448
459
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
449
|
-
"setMockData": (newMockData:
|
|
450
|
-
}
|
|
451
|
-
interface VehicleItemClaimForm {
|
|
452
|
-
/**
|
|
453
|
-
* @default null
|
|
454
|
-
*/
|
|
455
|
-
"canceledItems"?: VehicleServiceItemDTO[];
|
|
456
|
-
"getQrValue": () => Promise<string>;
|
|
457
|
-
"handleClaiming"?: (payload: ClaimFormPayload) => void;
|
|
460
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
458
461
|
/**
|
|
459
|
-
* @default
|
|
462
|
+
* @default true
|
|
460
463
|
*/
|
|
464
|
+
"uploadMultipleDocumentsAtTheForm": boolean;
|
|
465
|
+
}
|
|
466
|
+
interface VehicleItemClaimForm {
|
|
467
|
+
"close": (forceClose?: boolean) => Promise<void>;
|
|
468
|
+
"handleClaiming"?: (payload: ClaimFormPayload) => Promise<void>;
|
|
461
469
|
"item"?: VehicleServiceItemDTO;
|
|
462
|
-
/**
|
|
463
|
-
* @default 'en'
|
|
464
|
-
*/
|
|
465
|
-
"language": LanguageKeys;
|
|
466
470
|
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
467
|
-
|
|
468
|
-
* @default claimFormSchema.getDefault()
|
|
469
|
-
*/
|
|
470
|
-
"locale": ClaimFormType;
|
|
471
|
+
"locale": { sharedLocales: SharedLocales } & ClaimFormType;
|
|
471
472
|
"maximumDocumentFileSizeInMb": number;
|
|
472
|
-
"
|
|
473
|
+
"open": () => Promise<void>;
|
|
473
474
|
"setFileUploadProgression": (uploadPercentage: number) => Promise<void>;
|
|
474
475
|
/**
|
|
475
|
-
* @default
|
|
476
|
-
*/
|
|
477
|
-
"unInvoicedByBrokerName"?: string;
|
|
478
|
-
/**
|
|
479
|
-
* @default ''
|
|
476
|
+
* @default true
|
|
480
477
|
*/
|
|
478
|
+
"uploadMultipleDocuments"?: boolean;
|
|
481
479
|
"vin"?: string;
|
|
482
480
|
}
|
|
483
481
|
interface VehicleLookup {
|
|
@@ -522,19 +520,17 @@ export namespace Components {
|
|
|
522
520
|
"setBlazorRef": (newBlazorRef: DotNetObjectReference) => Promise<void>;
|
|
523
521
|
}
|
|
524
522
|
interface VehiclePaintThickness {
|
|
525
|
-
/**
|
|
526
|
-
* @default ''
|
|
527
|
-
*/
|
|
528
523
|
"baseUrl": string;
|
|
529
524
|
/**
|
|
530
525
|
* @default false
|
|
531
526
|
*/
|
|
532
527
|
"coreOnly": boolean;
|
|
533
|
-
"errorCallback"
|
|
534
|
-
"fetchData": (
|
|
528
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
529
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
535
530
|
/**
|
|
536
|
-
* @default
|
|
531
|
+
* @default {}
|
|
537
532
|
*/
|
|
533
|
+
"headers": object;
|
|
538
534
|
"isDev": boolean;
|
|
539
535
|
/**
|
|
540
536
|
* @default 'en'
|
|
@@ -546,24 +542,21 @@ export namespace Components {
|
|
|
546
542
|
* @default ''
|
|
547
543
|
*/
|
|
548
544
|
"queryString": string;
|
|
549
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
550
545
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
551
|
-
"setMockData": (newMockData:
|
|
546
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
552
547
|
}
|
|
553
548
|
interface VehicleServiceHistory {
|
|
554
|
-
/**
|
|
555
|
-
* @default ''
|
|
556
|
-
*/
|
|
557
549
|
"baseUrl": string;
|
|
558
550
|
/**
|
|
559
551
|
* @default false
|
|
560
552
|
*/
|
|
561
553
|
"coreOnly": boolean;
|
|
562
|
-
"errorCallback"
|
|
563
|
-
"fetchData": (
|
|
554
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
555
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
564
556
|
/**
|
|
565
|
-
* @default
|
|
557
|
+
* @default {}
|
|
566
558
|
*/
|
|
559
|
+
"headers": object;
|
|
567
560
|
"isDev": boolean;
|
|
568
561
|
/**
|
|
569
562
|
* @default 'en'
|
|
@@ -575,24 +568,21 @@ export namespace Components {
|
|
|
575
568
|
* @default ''
|
|
576
569
|
*/
|
|
577
570
|
"queryString": string;
|
|
578
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
579
571
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
580
|
-
"setMockData": (newMockData:
|
|
572
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
581
573
|
}
|
|
582
574
|
interface VehicleSpecification {
|
|
583
|
-
/**
|
|
584
|
-
* @default ''
|
|
585
|
-
*/
|
|
586
575
|
"baseUrl": string;
|
|
587
576
|
/**
|
|
588
577
|
* @default false
|
|
589
578
|
*/
|
|
590
579
|
"coreOnly": boolean;
|
|
591
|
-
"errorCallback"
|
|
592
|
-
"fetchData": (
|
|
580
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
581
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
593
582
|
/**
|
|
594
|
-
* @default
|
|
583
|
+
* @default {}
|
|
595
584
|
*/
|
|
585
|
+
"headers": object;
|
|
596
586
|
"isDev": boolean;
|
|
597
587
|
/**
|
|
598
588
|
* @default 'en'
|
|
@@ -604,14 +594,10 @@ export namespace Components {
|
|
|
604
594
|
* @default ''
|
|
605
595
|
*/
|
|
606
596
|
"queryString": string;
|
|
607
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
608
597
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
609
|
-
"setMockData": (newMockData:
|
|
598
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
610
599
|
}
|
|
611
600
|
interface VehicleWarrantyDetails {
|
|
612
|
-
/**
|
|
613
|
-
* @default ''
|
|
614
|
-
*/
|
|
615
601
|
"baseUrl": string;
|
|
616
602
|
/**
|
|
617
603
|
* @default null
|
|
@@ -657,11 +643,12 @@ export namespace Components {
|
|
|
657
643
|
* @default null
|
|
658
644
|
*/
|
|
659
645
|
"customerPhone"?: string;
|
|
660
|
-
"errorCallback"
|
|
661
|
-
"fetchData": (
|
|
646
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
647
|
+
"fetchData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
662
648
|
/**
|
|
663
|
-
* @default
|
|
649
|
+
* @default {}
|
|
664
650
|
*/
|
|
651
|
+
"headers": object;
|
|
665
652
|
"isDev": boolean;
|
|
666
653
|
/**
|
|
667
654
|
* @default 'en'
|
|
@@ -677,9 +664,8 @@ export namespace Components {
|
|
|
677
664
|
* @default ''
|
|
678
665
|
*/
|
|
679
666
|
"recaptchaKey": string;
|
|
680
|
-
"setData": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
|
|
681
667
|
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
682
|
-
"setMockData": (newMockData:
|
|
668
|
+
"setMockData": (newMockData: VehicleLookupMock) => Promise<void>;
|
|
683
669
|
/**
|
|
684
670
|
* @default false
|
|
685
671
|
*/
|
|
@@ -985,14 +971,16 @@ declare namespace LocalJSX {
|
|
|
985
971
|
"theme"?: string;
|
|
986
972
|
}
|
|
987
973
|
interface DeadStockLookup {
|
|
974
|
+
"baseUrl"?: string;
|
|
988
975
|
/**
|
|
989
|
-
* @default
|
|
976
|
+
* @default false
|
|
990
977
|
*/
|
|
991
|
-
"
|
|
978
|
+
"coreOnly"?: boolean;
|
|
992
979
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
993
980
|
/**
|
|
994
|
-
* @default
|
|
981
|
+
* @default {}
|
|
995
982
|
*/
|
|
983
|
+
"headers"?: object;
|
|
996
984
|
"isDev"?: boolean;
|
|
997
985
|
/**
|
|
998
986
|
* @default 'en'
|
|
@@ -1006,18 +994,20 @@ declare namespace LocalJSX {
|
|
|
1006
994
|
"queryString"?: string;
|
|
1007
995
|
}
|
|
1008
996
|
interface DistributorLookup {
|
|
997
|
+
"baseUrl"?: string;
|
|
1009
998
|
/**
|
|
1010
|
-
* @default
|
|
999
|
+
* @default false
|
|
1011
1000
|
*/
|
|
1012
|
-
"
|
|
1013
|
-
"errorCallback"?: (errorMessage:
|
|
1001
|
+
"coreOnly"?: boolean;
|
|
1002
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1014
1003
|
/**
|
|
1015
|
-
* @default
|
|
1004
|
+
* @default {}
|
|
1016
1005
|
*/
|
|
1017
|
-
"
|
|
1006
|
+
"headers"?: object;
|
|
1018
1007
|
/**
|
|
1019
|
-
* @default
|
|
1008
|
+
* @default ''
|
|
1020
1009
|
*/
|
|
1010
|
+
"hiddenFields"?: string;
|
|
1021
1011
|
"isDev"?: boolean;
|
|
1022
1012
|
/**
|
|
1023
1013
|
* @default 'en'
|
|
@@ -1160,6 +1150,10 @@ declare namespace LocalJSX {
|
|
|
1160
1150
|
"wrapperId"?: string;
|
|
1161
1151
|
}
|
|
1162
1152
|
interface InformationTable {
|
|
1153
|
+
/**
|
|
1154
|
+
* @default false
|
|
1155
|
+
*/
|
|
1156
|
+
"customSkeleton"?: boolean;
|
|
1163
1157
|
"headers"?: InformationTableColumn[];
|
|
1164
1158
|
/**
|
|
1165
1159
|
* @default false
|
|
@@ -1169,6 +1163,10 @@ declare namespace LocalJSX {
|
|
|
1169
1163
|
* @default []
|
|
1170
1164
|
*/
|
|
1171
1165
|
"rows"?: object[];
|
|
1166
|
+
/**
|
|
1167
|
+
* @default true
|
|
1168
|
+
*/
|
|
1169
|
+
"showHeader"?: boolean;
|
|
1172
1170
|
/**
|
|
1173
1171
|
* @default {}
|
|
1174
1172
|
*/
|
|
@@ -1178,22 +1176,20 @@ declare namespace LocalJSX {
|
|
|
1178
1176
|
"isLoading"?: boolean;
|
|
1179
1177
|
}
|
|
1180
1178
|
interface ManufacturerLookup {
|
|
1179
|
+
"baseUrl"?: string;
|
|
1181
1180
|
/**
|
|
1182
|
-
* @default
|
|
1181
|
+
* @default false
|
|
1183
1182
|
*/
|
|
1184
|
-
"
|
|
1185
|
-
"errorCallback"?: (errorMessage:
|
|
1183
|
+
"coreOnly"?: boolean;
|
|
1184
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1186
1185
|
/**
|
|
1187
|
-
* @default
|
|
1186
|
+
* @default {}
|
|
1188
1187
|
*/
|
|
1189
|
-
"
|
|
1188
|
+
"headers"?: object;
|
|
1190
1189
|
/**
|
|
1191
1190
|
* @default ''
|
|
1192
1191
|
*/
|
|
1193
1192
|
"hiddenFields"?: string;
|
|
1194
|
-
/**
|
|
1195
|
-
* @default false
|
|
1196
|
-
*/
|
|
1197
1193
|
"isDev"?: boolean;
|
|
1198
1194
|
/**
|
|
1199
1195
|
* @default 'en'
|
|
@@ -1229,6 +1225,10 @@ declare namespace LocalJSX {
|
|
|
1229
1225
|
"blazorOnLoadingStateChange"?: string;
|
|
1230
1226
|
"childrenProps"?: string | Object;
|
|
1231
1227
|
"errorStateListener"?: (newError: string) => void;
|
|
1228
|
+
/**
|
|
1229
|
+
* @default false
|
|
1230
|
+
*/
|
|
1231
|
+
"isDev"?: boolean;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* @default 'en'
|
|
1234
1234
|
*/
|
|
@@ -1285,9 +1285,6 @@ declare namespace LocalJSX {
|
|
|
1285
1285
|
"tabs"?: string[];
|
|
1286
1286
|
}
|
|
1287
1287
|
interface VehicleAccessories {
|
|
1288
|
-
/**
|
|
1289
|
-
* @default ''
|
|
1290
|
-
*/
|
|
1291
1288
|
"baseUrl"?: string;
|
|
1292
1289
|
/**
|
|
1293
1290
|
* @default false
|
|
@@ -1295,8 +1292,9 @@ declare namespace LocalJSX {
|
|
|
1295
1292
|
"coreOnly"?: boolean;
|
|
1296
1293
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1297
1294
|
/**
|
|
1298
|
-
* @default
|
|
1295
|
+
* @default {}
|
|
1299
1296
|
*/
|
|
1297
|
+
"headers"?: object;
|
|
1300
1298
|
"isDev"?: boolean;
|
|
1301
1299
|
/**
|
|
1302
1300
|
* @default 'en'
|
|
@@ -1324,10 +1322,7 @@ declare namespace LocalJSX {
|
|
|
1324
1322
|
/**
|
|
1325
1323
|
* @default {}
|
|
1326
1324
|
*/
|
|
1327
|
-
"headers"?:
|
|
1328
|
-
/**
|
|
1329
|
-
* @default false
|
|
1330
|
-
*/
|
|
1325
|
+
"headers"?: object;
|
|
1331
1326
|
"isDev"?: boolean;
|
|
1332
1327
|
/**
|
|
1333
1328
|
* @default 'en'
|
|
@@ -1344,34 +1339,21 @@ declare namespace LocalJSX {
|
|
|
1344
1339
|
* @default ''
|
|
1345
1340
|
*/
|
|
1346
1341
|
"queryString"?: string;
|
|
1347
|
-
}
|
|
1348
|
-
interface VehicleItemClaimForm {
|
|
1349
|
-
/**
|
|
1350
|
-
* @default null
|
|
1351
|
-
*/
|
|
1352
|
-
"canceledItems"?: VehicleServiceItemDTO[];
|
|
1353
|
-
"handleClaiming"?: (payload: ClaimFormPayload) => void;
|
|
1354
1342
|
/**
|
|
1355
|
-
* @default
|
|
1343
|
+
* @default true
|
|
1356
1344
|
*/
|
|
1345
|
+
"uploadMultipleDocumentsAtTheForm"?: boolean;
|
|
1346
|
+
}
|
|
1347
|
+
interface VehicleItemClaimForm {
|
|
1348
|
+
"handleClaiming"?: (payload: ClaimFormPayload) => Promise<void>;
|
|
1357
1349
|
"item"?: VehicleServiceItemDTO;
|
|
1358
|
-
/**
|
|
1359
|
-
* @default 'en'
|
|
1360
|
-
*/
|
|
1361
|
-
"language"?: LanguageKeys;
|
|
1362
1350
|
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
1363
|
-
|
|
1364
|
-
* @default claimFormSchema.getDefault()
|
|
1365
|
-
*/
|
|
1366
|
-
"locale"?: ClaimFormType;
|
|
1351
|
+
"locale"?: { sharedLocales: SharedLocales } & ClaimFormType;
|
|
1367
1352
|
"maximumDocumentFileSizeInMb"?: number;
|
|
1368
1353
|
/**
|
|
1369
|
-
* @default
|
|
1370
|
-
*/
|
|
1371
|
-
"unInvoicedByBrokerName"?: string;
|
|
1372
|
-
/**
|
|
1373
|
-
* @default ''
|
|
1354
|
+
* @default true
|
|
1374
1355
|
*/
|
|
1356
|
+
"uploadMultipleDocuments"?: boolean;
|
|
1375
1357
|
"vin"?: string;
|
|
1376
1358
|
}
|
|
1377
1359
|
interface VehicleLookup {
|
|
@@ -1413,9 +1395,6 @@ declare namespace LocalJSX {
|
|
|
1413
1395
|
"queryString"?: string;
|
|
1414
1396
|
}
|
|
1415
1397
|
interface VehiclePaintThickness {
|
|
1416
|
-
/**
|
|
1417
|
-
* @default ''
|
|
1418
|
-
*/
|
|
1419
1398
|
"baseUrl"?: string;
|
|
1420
1399
|
/**
|
|
1421
1400
|
* @default false
|
|
@@ -1423,8 +1402,9 @@ declare namespace LocalJSX {
|
|
|
1423
1402
|
"coreOnly"?: boolean;
|
|
1424
1403
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1425
1404
|
/**
|
|
1426
|
-
* @default
|
|
1405
|
+
* @default {}
|
|
1427
1406
|
*/
|
|
1407
|
+
"headers"?: object;
|
|
1428
1408
|
"isDev"?: boolean;
|
|
1429
1409
|
/**
|
|
1430
1410
|
* @default 'en'
|
|
@@ -1438,9 +1418,6 @@ declare namespace LocalJSX {
|
|
|
1438
1418
|
"queryString"?: string;
|
|
1439
1419
|
}
|
|
1440
1420
|
interface VehicleServiceHistory {
|
|
1441
|
-
/**
|
|
1442
|
-
* @default ''
|
|
1443
|
-
*/
|
|
1444
1421
|
"baseUrl"?: string;
|
|
1445
1422
|
/**
|
|
1446
1423
|
* @default false
|
|
@@ -1448,8 +1425,9 @@ declare namespace LocalJSX {
|
|
|
1448
1425
|
"coreOnly"?: boolean;
|
|
1449
1426
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1450
1427
|
/**
|
|
1451
|
-
* @default
|
|
1428
|
+
* @default {}
|
|
1452
1429
|
*/
|
|
1430
|
+
"headers"?: object;
|
|
1453
1431
|
"isDev"?: boolean;
|
|
1454
1432
|
/**
|
|
1455
1433
|
* @default 'en'
|
|
@@ -1463,9 +1441,6 @@ declare namespace LocalJSX {
|
|
|
1463
1441
|
"queryString"?: string;
|
|
1464
1442
|
}
|
|
1465
1443
|
interface VehicleSpecification {
|
|
1466
|
-
/**
|
|
1467
|
-
* @default ''
|
|
1468
|
-
*/
|
|
1469
1444
|
"baseUrl"?: string;
|
|
1470
1445
|
/**
|
|
1471
1446
|
* @default false
|
|
@@ -1473,8 +1448,9 @@ declare namespace LocalJSX {
|
|
|
1473
1448
|
"coreOnly"?: boolean;
|
|
1474
1449
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1475
1450
|
/**
|
|
1476
|
-
* @default
|
|
1451
|
+
* @default {}
|
|
1477
1452
|
*/
|
|
1453
|
+
"headers"?: object;
|
|
1478
1454
|
"isDev"?: boolean;
|
|
1479
1455
|
/**
|
|
1480
1456
|
* @default 'en'
|
|
@@ -1488,9 +1464,6 @@ declare namespace LocalJSX {
|
|
|
1488
1464
|
"queryString"?: string;
|
|
1489
1465
|
}
|
|
1490
1466
|
interface VehicleWarrantyDetails {
|
|
1491
|
-
/**
|
|
1492
|
-
* @default ''
|
|
1493
|
-
*/
|
|
1494
1467
|
"baseUrl"?: string;
|
|
1495
1468
|
/**
|
|
1496
1469
|
* @default null
|
|
@@ -1538,8 +1511,9 @@ declare namespace LocalJSX {
|
|
|
1538
1511
|
"customerPhone"?: string;
|
|
1539
1512
|
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
1540
1513
|
/**
|
|
1541
|
-
* @default
|
|
1514
|
+
* @default {}
|
|
1542
1515
|
*/
|
|
1516
|
+
"headers"?: object;
|
|
1543
1517
|
"isDev"?: boolean;
|
|
1544
1518
|
/**
|
|
1545
1519
|
* @default 'en'
|