adp-web-components 0.1.99 → 0.1.101
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/dead-stock-lookup_3.cjs.entry.js +9 -9
- package/dist/cjs/decode-time-offset-DqzP0mck.js +37 -0
- package/dist/cjs/flexible-container.cjs.entry.js +1 -1
- package/dist/cjs/form-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-date-picker.cjs.entry.js +5 -5
- package/dist/cjs/form-dialog_13.cjs.entry.js +34 -33
- package/dist/cjs/form-input_7.cjs.entry.js +17 -17
- package/dist/cjs/form-switch.cjs.entry.js +2 -2
- package/dist/cjs/form-time-picker.cjs.entry.js +6 -6
- package/dist/cjs/{functions-MTNlZ268.js → functions-D4hs216-.js} +4 -4
- package/dist/cjs/general-form.cjs.entry.js +8 -7
- package/dist/cjs/general-inquiry-form.cjs.entry.js +8 -7
- package/dist/cjs/{get-local-language-BW-OMSKP.js → get-local-language-Dz3AkuKo.js} +1 -1
- package/dist/cjs/{get-mock-files-CH2rciL_.js → get-mock-files-C-NrYaxv.js} +1 -1
- package/dist/{esm/loader-icon-DM4Vm5gX.js → cjs/index-D5c513Xn.js} +2 -12
- package/dist/cjs/information-table.cjs.entry.js +82 -13
- package/dist/cjs/loader-icon-CrQnLdn_.js +19 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +2 -2
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
- package/dist/cjs/{mappers-C82gH1dw.js → mappers-xmmivNQt.js} +6 -5
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/service-booking-form.cjs.entry.js +8 -7
- package/dist/cjs/shift-accordion.cjs.entry.js +2 -2
- package/dist/cjs/shift-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-slider.cjs.entry.js +1 -1
- package/dist/cjs/shift-switch.cjs.entry.js +1 -1
- package/dist/cjs/shift-tab-content.cjs.entry.js +2 -2
- package/dist/cjs/shift-tabs_2.cjs.entry.js +12 -12
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +8 -7
- package/dist/cjs/test-drive-form.cjs.entry.js +8 -7
- package/dist/cjs/vehicle-accessories_7.cjs.entry.js +230 -157
- package/dist/cjs/vehicle-lookup.cjs.entry.js +5 -4
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +6 -5
- package/dist/collection/components/components/flexible-container.css +1 -1
- package/dist/collection/components/components/information-table.css +1 -1
- package/dist/collection/components/components/information-table.js +101 -12
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/loading-spinner.js +1 -1
- package/dist/collection/components/components/shift-accordion.css +1 -1
- package/dist/collection/components/components/shift-accordion.js +1 -1
- package/dist/collection/components/components/shift-checkbox.js +1 -1
- package/dist/collection/components/components/shift-portal.css +1 -1
- package/dist/collection/components/components/shift-select-dropdown.css +1 -1
- package/dist/collection/components/components/shift-select-dropdown.js +2 -2
- package/dist/collection/components/components/shift-select.css +1 -1
- package/dist/collection/components/components/shift-select.js +3 -3
- package/dist/collection/components/components/shift-slider.js +1 -1
- package/dist/collection/components/components/shift-switch.js +1 -1
- 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/components/shift-tabs.js +2 -2
- package/dist/collection/components/form-elements/form-checkbox.js +1 -1
- package/dist/collection/components/form-elements/form-date-picker-legacy.js +4 -4
- package/dist/collection/components/form-elements/form-dialog.js +1 -1
- package/dist/collection/components/form-elements/form-file.js +2 -2
- package/dist/collection/components/form-elements/form-input.js +2 -2
- package/dist/collection/components/form-elements/form-inputs.css +1 -1
- package/dist/collection/components/form-elements/form-picker-input.js +2 -2
- package/dist/collection/components/form-elements/form-shadow-input.js +1 -1
- package/dist/collection/components/form-elements/form-stepper-control.js +2 -2
- package/dist/collection/components/form-elements/form-stepper-submit.js +2 -2
- package/dist/collection/components/form-elements/form-stepper.js +1 -1
- package/dist/collection/components/form-elements/form-structure-error.js +1 -1
- package/dist/collection/components/form-elements/form-submit.js +2 -2
- package/dist/collection/components/form-elements/form-switch.js +1 -1
- package/dist/collection/components/form-elements/form-text-area.js +2 -2
- package/dist/collection/components/form-elements/form-time-picker-legacy.js +5 -5
- package/dist/collection/components/form-elements/form-vin-input.js +2 -2
- package/dist/collection/components/forms/general-form.js +2 -2
- package/dist/collection/components/forms/general-inquiry.js +2 -2
- package/dist/collection/components/forms/service-booking.js +2 -2
- package/dist/collection/components/forms/ssc-lookup.js +2 -2
- package/dist/collection/components/forms/test-drive.js +2 -2
- package/dist/collection/components/forms/vehicle-quotation.js +2 -2
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +2 -2
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.js +2 -2
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.js +1 -1
- package/dist/collection/components/part-lookup/part-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/components/claimable-item-popover.js +33 -55
- package/dist/collection/components/vehicle-lookup/components/claimable-item.js +3 -2
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +107 -16
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +9 -9
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +23 -2
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +7 -31
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.js +80 -39
- package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
- package/dist/collection/global/lib/format-date-time.js +13 -0
- package/dist/collection/templates/vehicle-lookup/mock-data.js +2 -2
- 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-checkbox.js +1 -1
- package/dist/components/form-date-picker.js +1 -1
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-file.js +1 -1
- package/dist/components/form-input-preview.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-phone-number.js +1 -1
- package/dist/components/form-picker-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-stepper-control.js +1 -1
- package/dist/components/form-stepper-submit.js +1 -1
- package/dist/components/form-stepper.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-switch.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/form-time-picker.js +1 -1
- package/dist/components/form-vin-input.js +1 -1
- package/dist/components/general-form.js +1 -1
- package/dist/components/general-inquiry-form.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/manufacturer-part-lookup.js +1 -1
- package/dist/components/{p-DU9Q7NXG.js → p--IrcIOME.js} +1 -1
- package/dist/components/p-4dpgcYvD.js +5 -0
- package/dist/components/{p-CY5MOfMW.js → p-B3GY0WZf.js} +1 -1
- package/dist/components/{p-0tuoyA_w.js → p-BE5oO-Ra.js} +1 -1
- package/dist/{shift-components/p-PbrmcWde.js → components/p-BGcBZST0.js} +1 -1
- package/dist/components/{p-B_yOyI1j.js → p-BIiMewAO.js} +1 -1
- package/dist/components/{p-BGYwKkNW.js → p-BJNPjrrA.js} +1 -1
- package/dist/components/{p-CK3nnfXh.js → p-BQvn4Lg1.js} +1 -1
- package/dist/components/{p-tn1xayL4.js → p-BS8Uuzyj.js} +1 -1
- package/dist/components/{p-CC91t_ZU.js → p-BaRJc7Hc.js} +1 -1
- package/dist/components/{p-Cctm5vfv.js → p-BqKI94WE.js} +1 -1
- package/dist/components/{p-7iMaOrRU.js → p-C0YkBJrb.js} +1 -1
- package/dist/components/{p-BKJy6MMD.js → p-C2hvMeLJ.js} +1 -1
- package/dist/components/{p-Bg7C87Dc.js → p-C5JI5Ev4.js} +1 -1
- package/dist/components/p-C76cluuz.js +5 -0
- package/dist/components/{p-DgLtjdg2.js → p-CCcvvhAq.js} +1 -1
- package/dist/components/{p-Dc2VRr5p.js → p-CElSZ3OW.js} +1 -1
- package/dist/components/p-CHI8UDdP.js +5 -0
- package/dist/components/p-CL5oAbHC.js +5 -0
- package/dist/components/{p-DhTKM66U.js → p-CUdQ-4ki.js} +1 -1
- package/dist/components/{p-D58F4aUL.js → p-CZ-FFu7i.js} +1 -1
- package/dist/components/{p-BAV62I5C.js → p-C_TjSDaR.js} +1 -1
- package/dist/components/{p-BV90NnNh.js → p-Cbda4mAT.js} +1 -1
- package/dist/components/{p-NAH3zekG.js → p-Cu0NrQx0.js} +1 -1
- package/dist/components/{p-zwt4_06d.js → p-Cug0BMEn.js} +1 -1
- package/dist/components/p-CwKmg267.js +5 -0
- package/dist/components/{p-CbOzoN-z.js → p-D-Moh7Pw.js} +1 -1
- package/dist/components/{p-kZwU9Rop.js → p-D-oztFLx.js} +1 -1
- package/dist/components/{p-KtBTftkz.js → p-D7bMAfFD.js} +1 -1
- package/dist/components/{p-BQIItjPt.js → p-D8H5CDHG.js} +1 -1
- package/dist/components/p-DBJiJBjC.js +5 -0
- package/dist/components/{p-CiUZDgB0.js → p-DHEhIlaU.js} +1 -1
- package/dist/components/{p-DtuPf1ij.js → p-DQ2NX4b7.js} +1 -1
- package/dist/components/{p-BrWQSZDI.js → p-Dkw8RBrJ.js} +1 -1
- package/dist/components/{p-Ckhvusns.js → p-DuEiMJPU.js} +1 -1
- package/dist/components/{p-DW4cIsIJ.js → p-DvldTYH-.js} +1 -1
- package/dist/components/{p-sm-1avIF.js → p-EOGzivLl.js} +1 -1
- package/dist/components/{p-BjyqToCQ.js → p-I9AWLDMF.js} +1 -1
- package/dist/components/p-WZu-OFow.js +5 -0
- package/dist/components/p-ZUaV_qBQ.js +5 -0
- package/dist/components/{p-CxUuvztd.js → p-q5x64cEI.js} +1 -1
- package/dist/components/p-ropAoIFx.js +5 -0
- package/dist/components/{p-BiDunQ9O.js → p-uvT2R4rY.js} +1 -1
- 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-checkbox.js +1 -1
- package/dist/components/shift-portal.js +1 -1
- package/dist/components/shift-select-dropdown.js +1 -1
- package/dist/components/shift-select.js +1 -1
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-switch.js +1 -1
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.js +1 -1
- package/dist/components/ssc-lookup-form.js +1 -1
- package/dist/components/test-drive-form.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-quotation-form.js +1 -1
- package/dist/components/vehicle-sale-information.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/dead-stock-lookup_3.entry.js +9 -9
- package/dist/esm/{decode-time-offset-DFZOybyr.js → decode-time-offset-Cfi43WoV.js} +1 -1
- package/dist/esm/flexible-container.entry.js +1 -1
- package/dist/esm/form-checkbox.entry.js +2 -2
- package/dist/esm/form-date-picker.entry.js +5 -5
- package/dist/esm/form-dialog_13.entry.js +31 -30
- package/dist/esm/form-input_7.entry.js +17 -17
- package/dist/esm/form-switch.entry.js +2 -2
- package/dist/esm/form-time-picker.entry.js +6 -6
- package/dist/esm/{functions-Bx8rvXMs.js → functions-BAB-CYp6.js} +2 -2
- package/dist/esm/general-form.entry.js +8 -7
- package/dist/esm/general-inquiry-form.entry.js +8 -7
- package/dist/esm/{get-local-language-JXQsf8P_.js → get-local-language-CeOMEk0j.js} +1 -1
- package/dist/esm/{get-mock-files-C0qBK8Zr.js → get-mock-files-DORxCdO5.js} +1 -1
- package/dist/{cjs/loader-icon-j5dMQ4bN.js → esm/index-BILW0yP6.js} +1 -16
- package/dist/esm/information-table.entry.js +82 -13
- package/dist/esm/loader-icon-VioDlAqK.js +17 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +2 -2
- package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
- package/dist/esm/{mappers-Bk5UgY3t.js → mappers-NExCg_Eh.js} +3 -2
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/service-booking-form.entry.js +8 -7
- package/dist/esm/shift-accordion.entry.js +2 -2
- package/dist/esm/shift-checkbox.entry.js +1 -1
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-slider.entry.js +1 -1
- package/dist/esm/shift-switch.entry.js +1 -1
- package/dist/esm/shift-tab-content.entry.js +2 -2
- package/dist/esm/shift-tabs_2.entry.js +12 -12
- package/dist/esm/ssc-lookup-form.entry.js +8 -7
- package/dist/esm/test-drive-form.entry.js +8 -7
- package/dist/esm/vehicle-accessories_7.entry.js +230 -157
- package/dist/esm/vehicle-lookup.entry.js +5 -4
- package/dist/esm/vehicle-quotation-form.entry.js +6 -5
- package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +54 -18
- package/dist/shift-components/p-021a09c8.entry.js +5 -0
- package/dist/shift-components/p-39b43bb1.entry.js +5 -0
- package/dist/shift-components/p-3a066747.entry.js +5 -0
- package/dist/shift-components/p-4261253e.entry.js +5 -0
- package/dist/shift-components/{p-897da01a.entry.js → p-486d4868.entry.js} +1 -1
- package/dist/shift-components/p-4a12d940.entry.js +5 -0
- package/dist/shift-components/{p-df8df3ab.entry.js → p-4e9e9228.entry.js} +1 -1
- package/dist/shift-components/{p-74fb690c.entry.js → p-53ab6714.entry.js} +1 -1
- package/dist/shift-components/{p-c59d17fc.entry.js → p-5fa058df.entry.js} +1 -1
- package/dist/shift-components/{p-d373ac8b.entry.js → p-6b06fdfb.entry.js} +1 -1
- package/dist/shift-components/p-7a56f08f.entry.js +5 -0
- package/dist/shift-components/{p-8518dee8.entry.js → p-7fad08ea.entry.js} +1 -1
- package/dist/shift-components/{p-0057f289.entry.js → p-84604cbf.entry.js} +1 -1
- package/dist/shift-components/{p-e26b46fe.entry.js → p-969036e5.entry.js} +1 -1
- package/dist/shift-components/{p-d92ba259.entry.js → p-9a71c06f.entry.js} +1 -1
- package/dist/shift-components/p-BDB5Sxbu.js +5 -0
- package/dist/shift-components/p-BILW0yP6.js +5 -0
- package/dist/shift-components/{p-C0_1HmCX.js → p-BcSCC7zI.js} +1 -1
- package/dist/shift-components/p-BzwjYUIR.js +5 -0
- package/dist/shift-components/p-DXLXmeHZ.js +5 -0
- package/dist/{components/p-CM4XIdUb.js → shift-components/p-DxzQ201y.js} +1 -1
- package/dist/shift-components/{p-Cv7m_MLQ.js → p-XyQhTm0V.js} +1 -1
- package/dist/shift-components/{p-3ed72ed3.entry.js → p-a8718412.entry.js} +1 -1
- package/dist/shift-components/p-b443c937.entry.js +5 -0
- package/dist/shift-components/{p-c18fe44e.entry.js → p-b4531515.entry.js} +1 -1
- package/dist/shift-components/p-b5dbefea.entry.js +5 -0
- package/dist/shift-components/p-b8c0831f.entry.js +5 -0
- package/dist/shift-components/p-cdef5ee7.entry.js +5 -0
- package/dist/shift-components/p-d7f931ae.entry.js +5 -0
- package/dist/shift-components/p-d8317fb1.entry.js +5 -0
- package/dist/shift-components/{p-6129aed5.entry.js → p-ddf4b39c.entry.js} +1 -1
- package/dist/shift-components/p-ddf82990.entry.js +5 -0
- package/dist/shift-components/{p-579760b4.entry.js → p-ef8106fa.entry.js} +1 -1
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/information-table.d.ts +6 -0
- package/dist/types/components/vehicle-lookup/components/claimable-item-popover.d.ts +13 -5
- package/dist/types/components/vehicle-lookup/vehicle-claimable-items.d.ts +18 -7
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +1 -0
- package/dist/types/components/vehicle-lookup/vehicle-warranty-details.d.ts +6 -0
- package/dist/types/components.d.ts +24 -0
- package/dist/types/global/lib/format-date-time.d.ts +1 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-dto.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/decode-time-offset-CY6JVxX3.js +0 -37
- package/dist/components/p-BGw43AxT.js +0 -5
- package/dist/components/p-BYQ-hY-R.js +0 -5
- package/dist/components/p-CPQ7IXU0.js +0 -5
- package/dist/components/p-CjNacNI2.js +0 -5
- package/dist/components/p-CqGeoBcj.js +0 -5
- package/dist/components/p-D0JFdlgc.js +0 -5
- package/dist/components/p-Dgy0oCQO.js +0 -5
- package/dist/components/p-EiaHrRBl.js +0 -5
- package/dist/components/p-V-co8nMw.js +0 -5
- package/dist/shift-components/p-0b8fcfbe.entry.js +0 -5
- package/dist/shift-components/p-3242bdc2.entry.js +0 -5
- package/dist/shift-components/p-3d5f7853.entry.js +0 -5
- package/dist/shift-components/p-46e4f9ea.entry.js +0 -5
- package/dist/shift-components/p-53b758df.entry.js +0 -5
- package/dist/shift-components/p-5cdcb5af.entry.js +0 -5
- package/dist/shift-components/p-762e985d.entry.js +0 -5
- package/dist/shift-components/p-7892af11.entry.js +0 -5
- package/dist/shift-components/p-830fb1d8.entry.js +0 -5
- package/dist/shift-components/p-BLYk7i8q.js +0 -5
- package/dist/shift-components/p-BffuX06w.js +0 -5
- package/dist/shift-components/p-DQUCHNJ-.js +0 -5
- package/dist/shift-components/p-bd2208f8.entry.js +0 -5
- package/dist/shift-components/p-cbe70a06.entry.js +0 -5
- package/dist/shift-components/p-daf075d7.entry.js +0 -5
- package/dist/shift-components/p-fdfe36a8.entry.js +0 -5
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Copyright (c)
|
|
4
4
|
*/
|
|
5
5
|
import { r as registerInstance, h, H as Host, a as getElement } from './index-Bf4Ol6Qt.js';
|
|
6
|
-
import { g as getMockFile } from './get-mock-files-
|
|
6
|
+
import { g as getMockFile } from './get-mock-files-DORxCdO5.js';
|
|
7
7
|
import { c as create$3, d as sharedLocalesSchema } from './types-BDhR4pDq.js';
|
|
8
8
|
import { S as ServiceHistorySchema, p as paintThicknessSchema, c as claimableItemsSchema, s as specificationSchema, a as accessoriesSchema, w as warrantySchema } from './type-DCLi-Gh3.js';
|
|
9
9
|
import { V as VehicleInfoLayout } from './vehicle-info-layout-BLfwnoQD.js';
|
|
10
|
-
import { a as getLocaleLanguage, g as getSharedLocal } from './get-local-language-
|
|
10
|
+
import { a as getLocaleLanguage, g as getSharedLocal } from './get-local-language-CeOMEk0j.js';
|
|
11
11
|
import './cn-BK16Cn81.js';
|
|
12
12
|
|
|
13
13
|
const vehicleLookupWrapperSchema = create$3({
|
|
@@ -43,6 +43,7 @@ const VehicleLookup = class {
|
|
|
43
43
|
this.baseUrl = '';
|
|
44
44
|
this.isDev = false;
|
|
45
45
|
this.mockUrl = '';
|
|
46
|
+
this.mockRecaptcha = false;
|
|
46
47
|
this.disableVinValidation = false;
|
|
47
48
|
this.queryString = '';
|
|
48
49
|
this.sscQueryString = '';
|
|
@@ -217,9 +218,9 @@ const VehicleLookup = class {
|
|
|
217
218
|
const hiddenSet = new Set(this.hiddenTabs.split(',').map(t => t.trim()).filter(Boolean));
|
|
218
219
|
if (!Object.values(componentTags).includes(this.activeElement) || hiddenSet.has(this.activeElement))
|
|
219
220
|
return h("div", { class: "w-full h-[200px] text-[26px] text-red-600 flex items-center justify-center" }, "Invalid tag");
|
|
220
|
-
const allComponents = Object.assign(Object.assign({ 'vehicle-specification': (h("vehicle-specification", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleSpecification }, props[componentTags.vehicleSpecification]))), 'vehicle-accessories': (h("vehicle-accessories", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleAccessories }, props[componentTags.vehicleAccessories]))), 'vehicle-sale-information': (h("vehicle-sale-information", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleSaleInformation }, props[componentTags.vehicleSaleInformation]))), 'vehicle-warranty-details': (h("vehicle-warranty-details", Object.assign({ coreOnly: true, "show-ssc": !this.separateSsc, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "show-warranty": "true", "base-url": this.baseUrl, language: this.language, "query-string": !this.separateSsc && this.sscQueryString ? [this.queryString, this.sscQueryString].filter(Boolean).join('&') : this.queryString, id: componentTags.vehicleWarrantyDetails }, props[componentTags.vehicleWarrantyDetails]))) }, (this.separateSsc
|
|
221
|
+
const allComponents = Object.assign(Object.assign({ 'vehicle-specification': (h("vehicle-specification", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleSpecification }, props[componentTags.vehicleSpecification]))), 'vehicle-accessories': (h("vehicle-accessories", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleAccessories }, props[componentTags.vehicleAccessories]))), 'vehicle-sale-information': (h("vehicle-sale-information", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleSaleInformation }, props[componentTags.vehicleSaleInformation]))), 'vehicle-warranty-details': (h("vehicle-warranty-details", Object.assign({ coreOnly: true, "show-ssc": !this.separateSsc, isDev: this.isDev, mockRecaptcha: this.mockRecaptcha, disableVinValidation: this.disableVinValidation, "show-warranty": "true", "base-url": this.baseUrl, language: this.language, "query-string": !this.separateSsc && this.sscQueryString ? [this.queryString, this.sscQueryString].filter(Boolean).join('&') : this.queryString, id: componentTags.vehicleWarrantyDetails }, props[componentTags.vehicleWarrantyDetails]))) }, (this.separateSsc
|
|
221
222
|
? {
|
|
222
|
-
'vehicle-ssc': (h("vehicle-warranty-details", Object.assign({ coreOnly: true, "show-ssc": "true", isDev: this.isDev, disableVinValidation: this.disableVinValidation, "show-warranty": "false", "base-url": this.baseUrl, language: this.language, "query-string": [this.queryString, this.sscQueryString].filter(Boolean).join('&'), id: componentTags.vehicleSsc }, props[componentTags.vehicleSsc]))),
|
|
223
|
+
'vehicle-ssc': (h("vehicle-warranty-details", Object.assign({ coreOnly: true, "show-ssc": "true", isDev: this.isDev, mockRecaptcha: this.mockRecaptcha, disableVinValidation: this.disableVinValidation, "show-warranty": "false", "base-url": this.baseUrl, language: this.language, "query-string": [this.queryString, this.sscQueryString].filter(Boolean).join('&'), id: componentTags.vehicleSsc }, props[componentTags.vehicleSsc]))),
|
|
223
224
|
}
|
|
224
225
|
: {})), { 'vehicle-service-history': (h("vehicle-service-history", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleServiceHistory }, props[componentTags.vehicleServiceHistory]))), 'vehicle-paint-thickness': (h("vehicle-paint-thickness", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehiclePaintThickness }, props[componentTags.vehiclePaintThickness]))), 'vehicle-claimable-items': (h("vehicle-claimable-items", Object.assign({ coreOnly: true, isDev: this.isDev, disableVinValidation: this.disableVinValidation, "base-url": this.baseUrl, language: this.language, "query-string": this.queryString, id: componentTags.vehicleClaimableItems }, props[componentTags.vehicleClaimableItems]))) });
|
|
225
226
|
const componentList = Object.fromEntries(Object.entries(allComponents).filter(([key]) => !hiddenSet.has(key)));
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
* Copyright (c)
|
|
4
4
|
*/
|
|
5
5
|
import { h, r as registerInstance, H as Host, a as getElement } from './index-Bf4Ol6Qt.js';
|
|
6
|
-
import { L as LoaderIcon } from './loader-icon-
|
|
6
|
+
import { L as LoaderIcon } from './loader-icon-VioDlAqK.js';
|
|
7
7
|
import { c as cn } from './cn-BK16Cn81.js';
|
|
8
8
|
import { c as create$3, b as create$6, s as sharedFormLocalesSchema } from './types-BDhR4pDq.js';
|
|
9
|
-
import { a as formLanguageChange, b as formLoadingHandler, c as formErrorHandler, d as formSuccessHandler, g as getMarketingValues, e as formDidLoadHandler, h as formGetFormHandler, i as handleFormSubmit, j as formStructureRenderedHandler } from './functions-
|
|
9
|
+
import { a as formLanguageChange, b as formLoadingHandler, c as formErrorHandler, d as formSuccessHandler, g as getMarketingValues, e as formDidLoadHandler, h as formGetFormHandler, i as handleFormSubmit, j as formStructureRenderedHandler } from './functions-BAB-CYp6.js';
|
|
10
10
|
import { g as getLanguageFromUrl } from './get-language-from-url-DvR7LGV5.js';
|
|
11
|
-
import './get-local-language-
|
|
11
|
+
import './get-local-language-CeOMEk0j.js';
|
|
12
|
+
import './index-BILW0yP6.js';
|
|
12
13
|
|
|
13
14
|
const cachedImages = {};
|
|
14
15
|
const cacheImage = (form, imSrc, id) => {
|
|
@@ -418,9 +419,9 @@ const VehicleQuotationForm = class {
|
|
|
418
419
|
// #endregion
|
|
419
420
|
render() {
|
|
420
421
|
var _a, _b;
|
|
421
|
-
return (h(Host, { key: '
|
|
422
|
+
return (h(Host, { key: 'fdc919a8b52675e1dd598408cc7f056d992c1517', translate: "no" }, h("div", { key: 'd11a5531f061e778038eedea7cca02b0ad834332', part: `shift-form vehicle-quotation-${(_b = (_a = this.structure) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.theme}` }, h("div", { key: 'abac151f3be810dbd850b63e7c692afe4e5f14fe', part: "form-container", class: "relative min-h-[150px]" }, h("div", { key: 'e6dcec2bd78ddef371e3adb5f249b4c3e7e8587c', part: "form-loader-container", class: cn('form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500', {
|
|
422
423
|
'opacity-0': this.structureRendered,
|
|
423
|
-
}) }, h(LoaderIcon, { key: '
|
|
424
|
+
}) }, h(LoaderIcon, { key: '155668175e0735e2314ce55b586bd82df4a3c2df', part: "form-loader-icon", class: "img" })), h("flexible-container", { key: '61dea530ef1a00cd09a2b2871262573e8b1248a3', onlyForMounting: true, isOpened: this.structureRendered }, !!this.form && (h("form-structure", { key: '572c108a4d67e1443ca9f90585fa3339a5ffaea5', form: this.form, fields: this.fields, formId: this.formId, formLocale: this.locale, structure: this.structure, isLoading: this.isLoading, language: this.localeLanguage, errorMessage: this.errorMessage, formElementMapper: vehicleQuotationElements, successMessage: this.locale['Form submitted successfully.'] }, h("slot", { key: '8e0b1e969144912d4ce5c87edb8d7ede708be3e0' }))))))));
|
|
424
425
|
}
|
|
425
426
|
get el() { return getElement(this); }
|
|
426
427
|
static get watchers() { return {
|
|
@@ -176,15 +176,21 @@
|
|
|
176
176
|
"typeEnum": "Free",
|
|
177
177
|
"activatedAt": "2024-02-01",
|
|
178
178
|
"expiresAt": "2024-08-01",
|
|
179
|
-
"status": "
|
|
180
|
-
"statusEnum": "
|
|
179
|
+
"status": "processed",
|
|
180
|
+
"statusEnum": "Processed",
|
|
181
|
+
"packageCode": "PKG-FREE-1K",
|
|
182
|
+
"cost": 0,
|
|
183
|
+
"claimDate": "2024-04-15T10:30:00+03:00",
|
|
181
184
|
"serviceItemID": "SI-001",
|
|
185
|
+
"companyName": "Sample Motors",
|
|
186
|
+
"invoiceNumber": "INV-2024-101",
|
|
187
|
+
"jobNumber": "WO-2024-101",
|
|
182
188
|
"maximumMileage": 1500,
|
|
183
189
|
"claimable": false,
|
|
184
190
|
"claimingMethodEnum": 0,
|
|
185
191
|
"vehicleInspectionTypeID": "",
|
|
186
|
-
"signature": "
|
|
187
|
-
"signatureExpiry": "2026-04-
|
|
192
|
+
"signature": "F1yOC45pltF1i4AyIcIw4pm08XHzbcDA\u002BzScDjyfqNE=",
|
|
193
|
+
"signatureExpiry": "2026-04-30T11:06:14.3238488Z"
|
|
188
194
|
},
|
|
189
195
|
{
|
|
190
196
|
"showDocumentUploader": false,
|
|
@@ -194,15 +200,21 @@
|
|
|
194
200
|
"typeEnum": "Free",
|
|
195
201
|
"activatedAt": "2024-08-01",
|
|
196
202
|
"expiresAt": "2025-08-01",
|
|
197
|
-
"status": "
|
|
198
|
-
"statusEnum": "
|
|
203
|
+
"status": "processed",
|
|
204
|
+
"statusEnum": "Processed",
|
|
205
|
+
"packageCode": "PKG-FREE-5K",
|
|
206
|
+
"cost": 0,
|
|
207
|
+
"claimDate": "2024-12-10T14:15:00+03:00",
|
|
199
208
|
"serviceItemID": "SI-002",
|
|
209
|
+
"companyName": "Sample Motors",
|
|
210
|
+
"invoiceNumber": "INV-2024-218",
|
|
211
|
+
"jobNumber": "WO-2024-218",
|
|
200
212
|
"maximumMileage": 6000,
|
|
201
213
|
"claimable": false,
|
|
202
214
|
"claimingMethodEnum": 0,
|
|
203
215
|
"vehicleInspectionTypeID": "",
|
|
204
|
-
"signature": "
|
|
205
|
-
"signatureExpiry": "2026-04-
|
|
216
|
+
"signature": "TuhGIQQEFqqUXhJWxjBn3yP7xV8uuKfTyw8AXcNVlNY=",
|
|
217
|
+
"signatureExpiry": "2026-04-30T11:06:14.3238488Z"
|
|
206
218
|
},
|
|
207
219
|
{
|
|
208
220
|
"showDocumentUploader": false,
|
|
@@ -219,8 +231,26 @@
|
|
|
219
231
|
"claimable": true,
|
|
220
232
|
"claimingMethodEnum": 0,
|
|
221
233
|
"vehicleInspectionTypeID": "",
|
|
222
|
-
"signature": "
|
|
223
|
-
"signatureExpiry": "2026-04-
|
|
234
|
+
"signature": "2RPo6oNz7TVCUxff1QctT\u002B/c3Zgr/bFQDi7s6jI3YRE=",
|
|
235
|
+
"signatureExpiry": "2026-04-30T11:06:14.3238488Z"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"showDocumentUploader": false,
|
|
239
|
+
"documentUploaderIsRequired": false,
|
|
240
|
+
"name": "15,000 KM Paid Service",
|
|
241
|
+
"type": "paid",
|
|
242
|
+
"typeEnum": "Paid",
|
|
243
|
+
"activatedAt": "2026-02-01",
|
|
244
|
+
"expiresAt": "2027-02-01",
|
|
245
|
+
"status": "pending",
|
|
246
|
+
"statusEnum": "Pending",
|
|
247
|
+
"packageCode": "PKG-PAID-15K",
|
|
248
|
+
"serviceItemID": "SI-PAID-15K",
|
|
249
|
+
"maximumMileage": 16000,
|
|
250
|
+
"claimable": true,
|
|
251
|
+
"claimingMethodEnum": 0,
|
|
252
|
+
"signature": "gOp7opn8TTho3G29fopbu3v79\u002BAcFi8CbsRdRVnzUz8=",
|
|
253
|
+
"signatureExpiry": "2026-04-30T11:06:14.3238488Z"
|
|
224
254
|
}
|
|
225
255
|
],
|
|
226
256
|
"accessories": [
|
|
@@ -279,15 +309,21 @@
|
|
|
279
309
|
"typeEnum": "Free",
|
|
280
310
|
"activatedAt": "2023-06-20",
|
|
281
311
|
"expiresAt": "2023-12-20",
|
|
282
|
-
"status": "
|
|
283
|
-
"statusEnum": "
|
|
312
|
+
"status": "processed",
|
|
313
|
+
"statusEnum": "Processed",
|
|
314
|
+
"packageCode": "PKG-FREE-1K",
|
|
315
|
+
"cost": 0,
|
|
316
|
+
"claimDate": "2023-08-22T11:05:00+03:00",
|
|
284
317
|
"serviceItemID": "SI-001",
|
|
318
|
+
"companyName": "Sample Motors",
|
|
319
|
+
"invoiceNumber": "INV-2023-077",
|
|
320
|
+
"jobNumber": "WO-2023-077",
|
|
285
321
|
"maximumMileage": 1500,
|
|
286
322
|
"claimable": false,
|
|
287
323
|
"claimingMethodEnum": 0,
|
|
288
324
|
"vehicleInspectionTypeID": "",
|
|
289
|
-
"signature": "
|
|
290
|
-
"signatureExpiry": "2026-04-
|
|
325
|
+
"signature": "M1itmxk3RhSR6VadSa4uNZIZGVRt2ZAjuUwfXNSwvEw=",
|
|
326
|
+
"signatureExpiry": "2026-04-30T11:06:14.3322464Z"
|
|
291
327
|
},
|
|
292
328
|
{
|
|
293
329
|
"showDocumentUploader": false,
|
|
@@ -304,8 +340,8 @@
|
|
|
304
340
|
"claimable": false,
|
|
305
341
|
"claimingMethodEnum": 0,
|
|
306
342
|
"vehicleInspectionTypeID": "",
|
|
307
|
-
"signature": "
|
|
308
|
-
"signatureExpiry": "2026-04-
|
|
343
|
+
"signature": "\u002BOiJ0dIwu/DHv5HwwxIJsLc\u002BA3tu2dMyQiKEE3P7q6E=",
|
|
344
|
+
"signatureExpiry": "2026-04-30T11:06:14.3322464Z"
|
|
309
345
|
},
|
|
310
346
|
{
|
|
311
347
|
"showDocumentUploader": false,
|
|
@@ -322,8 +358,8 @@
|
|
|
322
358
|
"claimable": true,
|
|
323
359
|
"claimingMethodEnum": 0,
|
|
324
360
|
"vehicleInspectionTypeID": "",
|
|
325
|
-
"signature": "
|
|
326
|
-
"signatureExpiry": "2026-04-
|
|
361
|
+
"signature": "71JuTflm0Ii4cJYwuFpM1pLJmW\u002BZ9Hk6kfRY3EJXje8=",
|
|
362
|
+
"signatureExpiry": "2026-04-30T11:06:14.3322464Z"
|
|
327
363
|
}
|
|
328
364
|
],
|
|
329
365
|
"accessories": [],
|