adp-web-components 0.1.91 → 0.1.93
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/flexible-container.cjs.entry.js +1 -1
- package/dist/cjs/form-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/form-date-picker.cjs.entry.js +4 -4
- package/dist/cjs/form-dialog_13.cjs.entry.js +19 -20
- package/dist/cjs/{form-input_6.cjs.entry.js → form-input_7.cjs.entry.js} +52 -9
- package/dist/cjs/form-switch.cjs.entry.js +1 -1
- package/dist/cjs/form-time-picker.cjs.entry.js +5 -5
- package/dist/cjs/{functions-b8tFLJfq.js → functions-DjUxN5aW.js} +1 -1
- package/dist/cjs/general-form.cjs.entry.js +4 -4
- package/dist/cjs/general-inquiry-form.cjs.entry.js +4 -4
- package/dist/cjs/{get-local-language-DNAZjtmK.js → get-local-language-DnfiY7ux.js} +1 -1
- package/dist/cjs/{get-mock-files-B3F99_oV.js → get-mock-files-N63QfvLe.js} +1 -1
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/service-booking-form.cjs.entry.js +4 -4
- 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 +10 -10
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +4 -4
- package/dist/cjs/test-drive-form.cjs.entry.js +4 -4
- package/dist/cjs/vehicle-accessories_7.cjs.entry.js +15 -15
- package/dist/cjs/vehicle-lookup.cjs.entry.js +2 -2
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +4 -4
- package/dist/cjs/{white-loader-Ca6EPcsj.js → white-loader-D6sR0fOI.js} +4 -0
- 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/loading-spinner.css +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.css +1 -1
- package/dist/collection/components/components/shift-select.js +3 -1
- 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.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 +3 -3
- package/dist/collection/components/form-elements/form-input.js +2 -2
- 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/vehicle-accessories.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +4 -4
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +8 -8
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.js +4 -4
- package/dist/collection/components/vin-extractor/vin-extractor.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-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-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--anxcjtN.js → p--qNNn9sU.js} +1 -1
- package/dist/components/{p-BXXhyo8T.js → p-1_7tkvDR.js} +1 -1
- package/dist/components/{p-XpRw_7oy.js → p-5GX03zxI.js} +1 -1
- package/dist/components/{p-CMcJt0YF.js → p-6BLQVweu.js} +1 -1
- package/dist/components/{p-BUS2YqxZ.js → p-B99Rx3Z3.js} +1 -1
- package/dist/components/{p-UPh8uhqc.js → p-BEHbEYgw.js} +1 -1
- package/dist/components/{p-BkQCx7i0.js → p-BJjQEdRE.js} +1 -1
- package/dist/components/{p-c3X39K7X.js → p-BNhKw0yC.js} +1 -1
- package/dist/components/{p-7zVWuLAq.js → p-BQVr-lpn.js} +1 -1
- package/dist/components/{p-C44H0Rnu.js → p-BZsCyRuf.js} +1 -1
- package/dist/components/{p-Cj5IMvmY.js → p-Bp_nR7YZ.js} +1 -1
- package/dist/components/{p-BqR8Ws-B.js → p-BxQg4x1d.js} +1 -1
- package/dist/components/p-C-N7Vmvn.js +5 -0
- package/dist/components/{p-Mcvs6zfL.js → p-C45ns6GW.js} +1 -1
- package/dist/components/{p-BM4tew8G.js → p-CAvWNw8_.js} +1 -1
- package/dist/components/{p-BXMyUNO3.js → p-CD1V39Lh.js} +1 -1
- package/dist/components/{p-D0Kv9fuX.js → p-CG0-jexD.js} +1 -1
- package/dist/components/{p-Dsdar5Wr.js → p-CHjkTvcK.js} +1 -1
- package/dist/components/{p-CGyBRij0.js → p-CPrw0mjE.js} +1 -1
- package/dist/components/{p-CK23iS-3.js → p-CQdw408H.js} +1 -1
- package/dist/components/p-CaSDlBR7.js +5 -0
- package/dist/components/p-CoZmVEhG.js +5 -0
- package/dist/components/{p-DB8VkFjT.js → p-DNgB489O.js} +1 -1
- package/dist/components/{p-C2hvMeLJ.js → p-DSX1Us0c.js} +1 -1
- package/dist/components/{p-ZtVXd0tH.js → p-DUUZMUcK.js} +1 -1
- package/dist/components/{p-Ca4tNXFJ.js → p-Dc2VRr5p.js} +1 -1
- package/dist/components/{p-CPXxiK6w.js → p-DceiUk1-.js} +1 -1
- package/dist/components/{p-BaAv91r7.js → p-DdvAPiXD.js} +1 -1
- package/dist/components/{p-DbZXHOdd.js → p-DeTlpxJo.js} +1 -1
- package/dist/components/{p-Dh4Zl2o6.js → p-Difb6wAu.js} +1 -1
- package/dist/components/{p-VbjDlhNs.js → p-DmRvWEt8.js} +1 -1
- package/dist/components/{p-BxnICZU9.js → p-DneQvTBN.js} +1 -1
- package/dist/components/{p-iv-7fJhX.js → p-DpJU3STs.js} +1 -1
- package/dist/components/p-DtZFngeg.js +5 -0
- package/dist/components/{p-Bu-zIHAI.js → p-Dz-8nS21.js} +1 -1
- package/dist/components/{p-hPoTeCL3.js → p-S-WWqwj9.js} +1 -1
- package/dist/components/p-SLSgIc7j.js +5 -0
- package/dist/components/{p-8XSbLgc1.js → p-VJukRa3M.js} +1 -1
- package/dist/components/{p-D7BV0VvA.js → p-h-dFgMWF.js} +1 -1
- package/dist/components/{p-CSITVd7T.js → p-q7mAZ9GU.js} +1 -1
- package/dist/components/p-qD2ZFR4C.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-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/flexible-container.entry.js +1 -1
- package/dist/esm/form-checkbox.entry.js +1 -1
- package/dist/esm/form-date-picker.entry.js +4 -4
- package/dist/esm/form-dialog_13.entry.js +18 -19
- package/dist/esm/{form-input_6.entry.js → form-input_7.entry.js} +52 -10
- package/dist/esm/form-switch.entry.js +1 -1
- package/dist/esm/form-time-picker.entry.js +5 -5
- package/dist/esm/{functions-ChlnhZY4.js → functions-D9xtEmc3.js} +1 -1
- package/dist/esm/general-form.entry.js +4 -4
- package/dist/esm/general-inquiry-form.entry.js +4 -4
- package/dist/esm/{get-local-language-DkHdgkup.js → get-local-language-DzN2nUK1.js} +1 -1
- package/dist/esm/{get-mock-files-BsX01omE.js → get-mock-files-BmvaGWHy.js} +1 -1
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +1 -1
- package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/service-booking-form.entry.js +4 -4
- 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 +10 -10
- package/dist/esm/ssc-lookup-form.entry.js +4 -4
- package/dist/esm/test-drive-form.entry.js +4 -4
- package/dist/esm/vehicle-accessories_7.entry.js +15 -15
- package/dist/esm/vehicle-lookup.entry.js +2 -2
- package/dist/esm/vehicle-quotation-form.entry.js +4 -4
- package/dist/esm/{white-loader-r3AUTEZM.js → white-loader-DG6pqLQw.js} +4 -1
- package/dist/shift-components/{p-56ed2239.entry.js → p-05649aaa.entry.js} +1 -1
- package/dist/shift-components/{p-a9a7db2b.entry.js → p-06b24750.entry.js} +1 -1
- package/dist/shift-components/{p-22d9da03.entry.js → p-10367240.entry.js} +1 -1
- package/dist/shift-components/{p-8a641004.entry.js → p-28b50732.entry.js} +1 -1
- package/dist/shift-components/{p-2cc056e3.entry.js → p-38ebed75.entry.js} +1 -1
- package/dist/shift-components/{p-141add0d.entry.js → p-3a0264f0.entry.js} +1 -1
- package/dist/shift-components/p-45fa3e7d.entry.js +5 -0
- package/dist/shift-components/{p-528b17c9.entry.js → p-5602be47.entry.js} +1 -1
- package/dist/shift-components/{p-b37bf318.entry.js → p-5eb8e4ce.entry.js} +1 -1
- package/dist/shift-components/{p-a7bb4ec2.entry.js → p-688e4054.entry.js} +1 -1
- package/dist/shift-components/{p-32f402bb.entry.js → p-6e7ec317.entry.js} +1 -1
- package/dist/shift-components/{p-a4abc248.entry.js → p-786e2893.entry.js} +1 -1
- package/dist/shift-components/{p-d26301cf.entry.js → p-7a69c2a0.entry.js} +1 -1
- package/dist/shift-components/{p-679edab6.entry.js → p-82cb57db.entry.js} +1 -1
- package/dist/shift-components/{p-6dc0119d.entry.js → p-8518dee8.entry.js} +1 -1
- package/dist/shift-components/{p-BMKSfYIH.js → p-CIFyYXIZ.js} +1 -1
- package/dist/shift-components/{p-Di5DPSdR.js → p-D_lUAwnw.js} +1 -1
- package/dist/shift-components/{p-c5JXmb7U.js → p-Dm2lHoFC.js} +1 -1
- package/dist/shift-components/p-a408bfd9.entry.js +5 -0
- package/dist/shift-components/{p-5d8a2df9.entry.js → p-b200565e.entry.js} +1 -1
- package/dist/shift-components/{p-e6ab3eb6.entry.js → p-c59d17fc.entry.js} +1 -1
- package/dist/shift-components/{p-0680a239.entry.js → p-cc90d4d5.entry.js} +1 -1
- package/dist/shift-components/{p-c0e734ef.entry.js → p-d6e42cc4.entry.js} +1 -1
- package/dist/shift-components/{p-d7bcd6e3.entry.js → p-e225d38c.entry.js} +1 -1
- package/dist/shift-components/{p-9f270488.entry.js → p-e450619a.entry.js} +1 -1
- package/dist/shift-components/{p-2ca566ae.entry.js → p-ea1d69ea.entry.js} +1 -1
- package/dist/shift-components/p-fcd48e2e.entry.js +5 -0
- package/dist/shift-components/p-veklgezh.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/shift-select-dropdown.cjs.entry.js +0 -51
- package/dist/cjs/tick-icon-5nsAUzj6.js +0 -12
- package/dist/components/p-B-Wb2O9M.js +0 -5
- package/dist/components/p-BX94Wv8p.js +0 -5
- package/dist/components/p-CNZcXdUu.js +0 -5
- package/dist/components/p-CR6lda7Y.js +0 -5
- package/dist/components/p-DHCNR72p.js +0 -5
- package/dist/esm/shift-select-dropdown.entry.js +0 -49
- package/dist/esm/tick-icon-Dbjn6jAI.js +0 -10
- package/dist/shift-components/p-1dbffda3.entry.js +0 -5
- package/dist/shift-components/p-675dd4e6.entry.js +0 -5
- package/dist/shift-components/p-CqxKslQ7.js +0 -5
- package/dist/shift-components/p-Cu7M4VEk.js +0 -5
- package/dist/shift-components/p-ed19150f.entry.js +0 -5
- package/dist/shift-components/p-f199867c.entry.js +0 -5
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{h as I}from"./p-Bf4Ol6Qt.js";import{c as i}from"./p-BK16Cn81.js";const g=({direction:g,prefix:C,name:a})=>!!C&&I("div",{dir:g,class:i("form-input-prefix",{[`${a}-prefix`]:!!a}),part:i("form-input-prefix",{[`${a}-prefix`]:!!a})},C),C="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIgogICAgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWxvYWRlciI+CiAgICA8cGF0aCBkPSJNMTIgMnY0IiAvPgogICAgPHBhdGggZD0ibTE2LjIgNy44IDIuOS0yLjkiIC8+CiAgICA8cGF0aCBkPSJNMTggMTJoNCIgLz4KICAgIDxwYXRoIGQ9Im0xNi4yIDE2LjIgMi45IDIuOSIgLz4KICAgIDxwYXRoIGQ9Ik0xMiAxOHY0IiAvPgogICAgPHBhdGggZD0ibTQuOSAxOS4xIDIuOS0yLjkiIC8+CiAgICA8cGF0aCBkPSJNMiAxMmg0IiAvPgogICAgPHBhdGggZD0ibTQuOSA0LjkgMi45IDIuOSIgLz4KPC9zdmc+";export{g as F,C as w}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{h as o}from"./p-Bf4Ol6Qt.js";const r=r=>o("svg",Object.assign({fill:"none","stroke-width":"2",viewBox:"0 0 24 24"},r,{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"}),o("path",{d:"M20 6 9 17l-5-5"}));export{r as T}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{r as t,h as e,H as i}from"./p-Bf4Ol6Qt.js";import{c as o}from"./p-BK16Cn81.js";import{l as r}from"./p-C-EQDloC.js";import{T as n}from"./p-Cu7M4VEk.js";const a=class{constructor(e){t(this,e),this.hasTick=!0,this.hasArrow=!0,this.name="",this.isOpen=!1,this.selectedValue="",this.options=[],this.reverseOptions=!1,this.containerEl=null}componentDidLoad(){var t;null===(t=this.setElementRef)||void 0===t||t.call(this,this.containerEl)}disconnectedCallback(){var t;null===(t=this.setElementRef)||void 0===t||t.call(this,null)}render(){const t=o(`${this.name}-select-container shift-select-container`,{"shift-select-container-open":this.isOpen}),a=t=>o(`${this.name}-select-option shift-select-option`,{"shift-select-option-selected":this.selectedValue===t.value}),s=t=>o(`${this.name}-tick-icon shift-select-option-tick`,{"shift-select-option-tick-selected":this.selectedValue===t.value}),c=o(`${this.name}-select-empty-container shift-select-empty-container`,{"shift-select-empty-container-error":this.fetchingErrorText}),l=o(`${this.name}-select-spinner shift-select-spinner`),p=o(`${this.name}-select-option-label shift-select-option-label`);return e(i,{key:"2fe679acd490412150dfa2c7d77acf37cde5e5a4"},e("div",{key:"291b72ea5945821740dc9c9fe40b2b5c65a1ac86",onWheel:t=>t.stopPropagation(),onTouchMove:t=>t.stopPropagation(),ref:t=>this.containerEl=t,part:t,class:t},!!this.options.length&&(this.reverseOptions?[...this.options].reverse():this.options).map((t=>this.fullRenderOption?this.fullRenderOption(t,this.selectedValue===t.value,this.handleSelection):e("button",{type:"button",part:a(t),class:a(t),onClick:()=>this.handleSelection(t)},this.renderOption?this.renderOption(t,this.selectedValue===t.value):e("div",{part:p,class:p},t.label),this.hasTick&&e(n,{part:s(t),class:s(t)})))),!this.options.length&&e("div",{key:"eba47101554f4834deac006521f2124c8f503c32",part:c,class:c},this.fetchingErrorText,!this.fetchingErrorText&&(this.isLoading?e("img",{part:l,class:l,src:r}):this.noSelectionText))))}};a.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.z-\\[551\\]{z-index:551}.block{display:block}.flex{display:flex}.hidden{display:none}.\\!size-\\[22px\\]{height:22px!important;width:22px!important}.size-5{height:1.25rem;width:1.25rem}.h-\\[100px\\]{height:100px}.max-h-\\[250px\\]{max-height:250px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.rounded-md{border-radius:.375rem}.border{border-width:1px}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.text-start{text-align:start}.capitalize{text-transform:capitalize}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}:host{all:initial!important;display:block;font-family:inherit!important;font-family:Noto Kufi Arabic,Nunito,Roboto,Arial,sans-serif!important}*,:host *{font-family:inherit!important}.shift-select-container{--tw-bg-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.375rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:flex;flex-direction:column;left:var(--shift-select-left,0);max-height:250px;opacity:0;overflow:auto;pointer-events:none;position:fixed;top:var(--shift-select-top,0);transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);width:var(--shift-select-width,auto);z-index:551}.shift-select-container-open{opacity:1;pointer-events:auto}.shift-select-option{align-items:center;display:flex;justify-content:space-between;padding:.5rem 1rem;text-align:start}.shift-select-option:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.shift-select-option-selected{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.shift-select-option-tick{height:1.25rem;opacity:0;transition-duration:.3s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.shift-select-option-tick-selected{opacity:1}.shift-select-empty-container{align-items:center;display:flex;height:100px;justify-content:center}.shift-select-empty-container-error{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}@keyframes spin-animation{to{transform:rotate(1turn)}}.shift-select-spinner{animation:spin-animation 2s linear infinite;height:22px!important;width:22px!important}.phone-country-selection-select-container{width:200px!important}.custom-shift-select-country-option{background:transparent;display:flex;flex-direction:row;gap:8px;overflow:hidden}.shift-select-country-code-label{display:block;min-width:30px;text-transform:capitalize}.static{position:static}';export{a as shift_select_dropdown}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{h as e,r as t,H as i,a}from"./p-Bf4Ol6Qt.js";import{L as o}from"./p-BffuX06w.js";import{c as n}from"./p-BK16Cn81.js";import{c as l,b as r,s}from"./p-BDhR4pDq.js";import{a as c,b as d,c as h,d as u,g as p,e as v,h as f,i as m,j as w}from"./p-Di5DPSdR.js";import{g as b}from"./p-BunCk2NQ.js";import"./p-BMKSfYIH.js";const g={};let y="";const x=({form:t})=>{var i,a,l,r;t.addWatcher("vehicle");let s=t.getValue("vehicle"),c=!!s;const d=null===(i=t.context.vehicleList)||void 0===i?void 0:i.find((e=>e.value===s));let h;d?(h=null===(a=null==d?void 0:d.meta)||void 0===a?void 0:a.image,s=d.value):t.context.vehicleList&&t.context.vehicleList[0]&&(h=null===(r=null===(l=t.context.vehicleList[0])||void 0===l?void 0:l.meta)||void 0===r?void 0:r.image,s=t.context.vehicleList[0].value);let u=!1;return g[s]?y=g[s]:t&&h&&s&&(((e,t,i)=>{fetch(t).then((e=>e.blob())).then((t=>{const a=new FileReader;a.onloadend=()=>{g[i]=a.result,e.rerender({rerenderForm:!0})},a.readAsDataURL(t)})).catch((e=>{console.log(e)}))})(t,h,s),u=!0),e("flexible-container",{isOpened:c},e("div",{style:{"min-height":"60px"},part:"vehicle-image-wrapper",class:n("vehicle-image-wrapper",{loading:u})},e("div",{part:n("vehicle-image-loading-wrapper",{"vehicle-image-active-loading-wrapper":u}),class:"loading-wrapper"},e(o,{part:"vehicle-image-loader-icon",class:"img"})),e("img",{alt:"vehicle image",part:"vehicle-image",src:y,style:{"border-radius":"6px",transition:"opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);",opacity:u?"0":"1"}})))},k={submit:({props:t})=>e("form-submit",Object.assign({},t)),name:({props:t})=>e("form-input",Object.assign({},t)),phone:({props:t,isLoading:i})=>e("form-phone-number",Object.assign({isLoading:i},t)),vehicle:({form:t,language:i,props:a})=>{var o;let n;return n=a.defaultValue?a.defaultValue:new URLSearchParams(window.location.search).get(null===(o=t.context.structure.data)||void 0===o?void 0:o.vehicleIdQueryParam),e("form-select",Object.assign({},a,{defaultValue:n,searchable:!0,fetcher:async({signal:e})=>{var a,o,n;const l=null===(a=t.context.structure)||void 0===a?void 0:a.data.vehicleApi,r=await fetch(l,{signal:e,headers:{"Accept-Language":i}});return(null===(n=null===(o=t.context.structure)||void 0===o?void 0:o.data)||void 0===n?void 0:n.vehiclesApiStrapiFormat)?(await r.json()).data.map((e=>{var t,i,a,o,n,l;return{label:(null==e?void 0:e.GradeName)||(null===(t=null==e?void 0:e.attributes)||void 0===t?void 0:t.GradeName),value:`${e.id}`,meta:Object.assign(Object.assign({},e),{image:(null===(i=null==e?void 0:e.Cover)||void 0===i?void 0:i.url)||(null===(l=null===(n=null===(o=null===(a=null==e?void 0:e.attributes)||void 0===a?void 0:a.Cover)||void 0===o?void 0:o.data)||void 0===n?void 0:n.attributes)||void 0===l?void 0:l.url)})}})):(await r.json()).map((e=>({label:e.Title,value:`${e.ID}`,meta:Object.assign(Object.assign({},e),{image:e.Image})})))},language:i}))},dealer:({form:t,language:i,props:a})=>e("form-select",Object.assign({},a,{clearable:!0,searchable:!0,fetcher:async({signal:e})=>{var a;const o=null===(a=t.context.structure)||void 0===a?void 0:a.data.dealerApi,n=await fetch(o,{signal:e,headers:{"Accept-Language":i}});return(await n.json()).map((e=>({label:e.Name,value:`${e.ID}`,meta:Object.assign({},e)})))},language:i})),paymentType:({language:t,props:i,locale:a})=>e("form-select",Object.assign({},i,{clearable:!0,fetcher:async({})=>[{value:"Cash",label:null==a?void 0:a.Cash},{value:"Installments",label:a.Installments},{value:"Flexible",label:a.Flexible}],language:t})),contactTime:({language:t,props:i,locale:a})=>e("form-select",Object.assign({},i,{clearable:!0,fetcher:async({})=>[{value:"Morning",label:null==a?void 0:a.Morning},{value:"Noon",label:null==a?void 0:a.Noon},{value:"Afternoon",label:null==a?void 0:a.Afternoon}],language:t})),ownVehicle:({language:t,props:i,locale:a})=>e("form-select",Object.assign({},i,{fetcher:async({})=>[{value:"yes",label:null==a?void 0:a.Yes},{value:"no",label:null==a?void 0:a.No}],language:t})),currentVehicleBrand:({form:t,language:i,props:a,locale:o})=>{t.addWatcher("ownVehicle");const n="yes"===t.getValue("ownVehicle");return e("form-select",Object.assign({},a,{searchable:!0,fetcher:async({signal:e})=>{var i;const a=null===(i=t.context.structure)||void 0===i?void 0:i.data.currentVehiclesApi,n=await fetch(a,{signal:e,headers:{"Accept-Language":"en"}});return[...(await n.json()).filter((e=>"Other"!==e.name)).map((e=>({label:e.Name,value:`${e.ID}`,meta:Object.assign({},e)}))),{value:"Other",label:o.Other}]},language:i,resetKey:n,isRequired:n,isDisabled:!n}))},currentVehicleModel:({form:t,language:i,props:a,locale:o})=>{t.addWatcher("ownVehicle"),t.addWatcher("currentVehicleBrand");const n="yes"===t.getValue("ownVehicle"),l=t.getValue("currentVehicleBrand");return e("form-select",Object.assign({},a,{searchable:!0,fetcher:async({})=>{var e,i;if(!l)return[];const a=null===(i=null===(e=t.context.currentVehicleBrandList)||void 0===e?void 0:e.find((e=>e.value===l)))||void 0===i?void 0:i.meta;return a?[...null==a?void 0:a.Models.map((e=>({label:e.Name,value:`${e.ID}`}))),{value:"Other",label:o.Other}]:[]},language:i,resetKey:l,fetcherKey:l,isRequired:n&&"Other"!==l,isDisabled:!l||"Other"===l}))},vehicleImage:({form:t})=>e(x,{form:t}),choose:({locale:t})=>e("h1",{part:"section-title"},t.Choose),"current car":({locale:t})=>e("h1",{part:"section-title"},t["Your current car"]),"contact information":({locale:t})=>e("h1",{part:"section-title"},t["Contact Information"]),city:({form:t,language:i,props:a})=>e("form-select",Object.assign({},a,{clearable:!0,searchable:!0,fetcher:async({signal:e})=>{var a;const o=null===(a=t.context.structure)||void 0===a?void 0:a.data.cityApi,n=await fetch(o,{signal:e,headers:{"Accept-Language":i}});return(await n.json()).map((e=>({label:e.Name,value:`${e.ID}`,meta:Object.assign({},e)})))},language:i}))},j=l({vehicle:r().meta({label:"Vehicle",placeholder:"Please select a Vehicle"}).required("This field is required."),name:r().meta({label:"Full name",placeholder:"Full name"}).required("Full name is required").min(3,"Full name minimum"),dealer:r().meta({label:"Dealer",placeholder:"Select a dealer"}).required("Dealer is required"),city:r().meta({label:"City",placeholder:"Select a City"}).required("This field is required."),paymentType:r().meta({label:"Preferred purchasing method",placeholder:"Select the purchasing method"}).when("$paymentTypeRequired",{is:!0,otherwise:e=>e.optional(),then:e=>e.required("This field is required.")}),contactTime:r().meta({label:"Preferred contact time",placeholder:"Please select a time"}).when("$contactTimeRequired",{is:!0,otherwise:e=>e.optional(),then:e=>e.required("This field is required.")}),ownVehicle:r().meta({label:"Do you own a vehicle?",placeholder:"Do you own a vehicle?"}).when("$ownVehicleRequired",{is:!0,otherwise:e=>e.optional(),then:e=>e.required("This field is required.")}),currentVehicleBrand:r().meta({label:"Your current vehicle",placeholder:"Your current vehicle"}).when("ownVehicle",{is:e=>"yes"===e,then:e=>e.required("Please answer this field"),otherwise:e=>e.optional()}),currentVehicleModel:r().meta({label:"Vehicle Model",placeholder:"Vehicle Model"}).when(["ownVehicle","currentVehicleBrand"],{is:(e,t)=>"yes"===e&&"Other"!==t,then:e=>e.required("Please answer this field"),otherwise:e=>e.optional()})}),O=class{constructor(e){t(this,e),this.locale={sharedFormLocales:s.getDefault()},this.isLoading=!1,this.structureRendered=!1,this.isDev=!1,this.isMobileForm=!1}async changeLanguage(e){await c(this,e)}setIsLoading(e){d(this,e)}setErrorCallback(e){h(this,e)}setSuccessCallback(e){u(this,e)}async componentWillLoad(){this.language||(this.language=b())}async formSubmit(e){var t,i,a,o,n,l,r,s,c,d,h,u,v,f,m,w,b,g,y,x,k,j,O,V,z,L,q;try{this.setIsLoading(!0);const T=null===(i=null===(t=this.structure)||void 0===t?void 0:t.data)||void 0===i?void 0:i.nameContactedVehicles,M=p(this.structure);let C=Object.assign({name:e.name,phone:e.phone,companyBranchId:e.dealer,cityId:null==e?void 0:e.city,vehicleQuotationType:null===(o=null===(a=this.structure)||void 0===a?void 0:a.data)||void 0===o?void 0:o.quotationType,preferredContactTime:(null==e?void 0:e.contactTime)||"NotSpecified",preferredPaymentMethod:(null==e?void 0:e.paymentType)||"Flexible"},M);if(T){if(C.vehicle=(null===(n=this.vehicleList.find((t=>t.value===e.vehicle)))||void 0===n?void 0:n.label)||"","yes"===(null==e?void 0:e.ownVehicle)){const t=(null===(l=this.currentVehicleBrandList.find((t=>t.value===e.currentVehicleBrand)))||void 0===l?void 0:l.meta)||!1;let i;t&&(i=t.Models.find((t=>`${t.ID}`===e.currentVehicleModel))||!1),C.currentOrTradeInVehicle=`${(null==t?void 0:t.Name)||this.locale.Other} - ${(null==i?void 0:i.Name)||this.locale.Other}`}}else C.vehicle=e.vehicle,C.additionalData={DoYouOwnAVehicle:"yes"===(null==e?void 0:e.ownVehicle)},"yes"===(null==e?void 0:e.ownVehicle)&&(C.additionalData.yourCurrentVehicle=(null==e?void 0:e.currentVehicleBrand)||this.locale.Other,C.additionalData.vehicleModel=(null==e?void 0:e.currentVehicleModel)||this.locale.Other);const S={Brand:null===(s=null===(r=this.structure)||void 0===r?void 0:r.data)||void 0===s?void 0:s.brandId,"Accept-Language":this.localeLanguage||"en","Content-Type":"application/json"};let B="";if(this.isMobileForm){const e=await this.getMobileToken();e.toLowerCase().startsWith("bearer")?(S.Authorization=e,B=null===(d=null===(c=this.structure)||void 0===c?void 0:c.data)||void 0===d?void 0:d.requestAppUrl):(S["verification-token"]=e,B=null===(u=null===(h=this.structure)||void 0===h?void 0:h.data)||void 0===u?void 0:u.requestAppCheckUrl)}else{B=null===(f=null===(v=this.structure)||void 0===v?void 0:v.data)||void 0===f?void 0:f.requestUrl;const e=await grecaptcha.execute(null===(w=null===(m=this.structure)||void 0===m?void 0:m.data)||void 0===w?void 0:w.recaptchaKey,{action:"submit"});S["Recaptcha-Token"]=e}this.isDev&&(B=B.replaceAll("production=true","production=false")),(null===(g=null===(b=this.structure)||void 0===b?void 0:b.data)||void 0===g?void 0:g.extraPayload)&&(C=Object.assign(Object.assign({},C),null===(x=null===(y=this.structure)||void 0===y?void 0:y.data)||void 0===x?void 0:x.extraPayload));const F=await fetch(B,{headers:S,method:"POST",body:JSON.stringify(C)});if(!(null==F?void 0:F.ok)){const e=(F.headers.get("content-type")||"").includes("application/json")?null!==(q=null===(L=null===(z=await F.json().catch((()=>({}))))||void 0===z?void 0:z.message)||void 0===L?void 0:L.body)&&void 0!==q?q:"":await F.text().catch((()=>""));throw new Error(e)}{const t=await(null==F?void 0:F.json().catch((()=>({})))),i=null===(j=null===(k=this.structure)||void 0===k?void 0:k.data)||void 0===j?void 0:j.pushAnalyticsEventTo;i&&(window[i]=window[i]||[],window[i].push({event:"get_a_quote",phone:e.phone,fullname:e.name,dealer:null===(O=this.dealerList.find((t=>t.value===e.dealer)))||void 0===O?void 0:O.label,vehicle:null===(V=this.vehicleList.find((t=>t.value===e.vehicle)))||void 0===V?void 0:V.label})),this.setSuccessCallback(t),setTimeout((()=>{this.form.reset(),this.form.rerender({rerenderForm:!0,rerenderAll:!0})}),100)}}catch(e){console.error(e),this.setErrorCallback(e)}finally{this.setIsLoading(!1)}}async componentDidLoad(){await v(this,j)}async getForm(){return await f(this)}async submit(){await m(this)}async structureChanged(e){await w(this,e)}render(){var t,a;return e(i,{key:"3950bb6d50dc6873d75799ff4c7780f25a523071",translate:"no"},e("div",{key:"0b33e32c765a005f4486529dc2ad65a84a84e58f",part:`shift-form vehicle-quotation-${null===(a=null===(t=this.structure)||void 0===t?void 0:t.data)||void 0===a?void 0:a.theme}`},e("div",{key:"b50136b959efc32820be5df07ce531dae4101961",part:"form-container",class:"relative min-h-[150px]"},e("div",{key:"0df5804806426acad62bbfa180fa9f09203038a6",part:"form-loader-container",class:n("form-loader-container absolute top-0 left-0 w-full h-full pointer-events-none flex justify-center items-center transition-opacity duration-500",{"opacity-0":this.structureRendered})},e(o,{key:"48c079ae3e1cf0fd8829165507cfadc16c13742e",part:"form-loader-icon",class:"img"})),e("flexible-container",{key:"c1b293c555a19b50ada0504d29ca13b2121e789b",onlyForMounting:!0,isOpened:this.structureRendered},!!this.form&&e("form-structure",{key:"4b84ceb41742e5400ae0d5585ae2d8992a38f76a",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:k,successMessage:this.locale["Form submitted successfully."]},e("slot",{key:"9371b887cb7bc2f13b1b63ee05e645e47971d453"}))))))}get el(){return a(this)}static get watchers(){return{language:["changeLanguage"],structureRendered:["structureChanged"]}}};O.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.block{display:block}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}:host{all:initial!important;display:block;font-family:inherit!important}@keyframes spin{to{transform:rotate(1turn)}}.form-loader-container .img{animation:spin 2s linear infinite;height:32px;width:32px}*{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.static{position:static}.absolute{position:absolute}.relative{position:relative}.left-0{left:0}.top-0{top:0}.flex{display:flex}.h-full{height:100%}.min-h-\\[150px\\]{min-height:150px}.w-full{width:100%}.items-center{align-items:center}.justify-center{justify-content:center}.opacity-0{opacity:0}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.\\!h-auto{height:auto!important}.min-w-full{min-width:100%}.resize{resize:both}.overflow-hidden{overflow:hidden}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\\!transition-none{transition-property:none!important}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\\!duration-0{transition-duration:0s!important}.\\!duration-500{transition-duration:.5s!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.cursor-pointer{cursor:pointer}';export{O as vehicle_quotation_form}
|