adp-web-components 0.2.6 → 0.2.7
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 +7 -8
- 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 +1 -1
- package/dist/cjs/form-dialog_13.cjs.entry.js +15 -27
- package/dist/cjs/form-input_7.cjs.entry.js +7 -7
- package/dist/cjs/form-switch.cjs.entry.js +1 -1
- package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
- package/dist/cjs/{functions-DE4KT15o.js → functions-Bte1EMDE.js} +1 -1
- package/dist/cjs/general-form.cjs.entry.js +2 -2
- package/dist/cjs/general-inquiry-form.cjs.entry.js +2 -2
- package/dist/cjs/{get-local-language-C0bR18GB.js → get-local-language-CW3Ng35-.js} +1 -1
- package/dist/cjs/{get-mock-files-DJshxzVe.js → get-mock-files-CFcZyPEb.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 +2 -2
- package/dist/cjs/{material-card-CaO7lBGp.js → material-card-CbuIeaVx.js} +8 -0
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/qr-code-scan-D7s0T4G_.js +22 -0
- package/dist/cjs/service-booking-form.cjs.entry.js +2 -2
- package/dist/cjs/shift-accordion.cjs.entry.js +1 -1
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
- package/dist/cjs/shift-tabs_2.cjs.entry.js +131 -87
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +2 -2
- package/dist/cjs/test-drive-form.cjs.entry.js +2 -2
- package/dist/cjs/{print-icon-P6vVSQ4C.js → triangle-alert-CFhgDHi0.js} +5 -11
- package/dist/cjs/{type-D0QMGcwY.js → type-iMZSdSZh.js} +6 -1
- package/dist/cjs/vehicle-accessories_7.cjs.entry.js +71 -37
- package/dist/cjs/vehicle-lookup.cjs.entry.js +4 -4
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +2 -2
- 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-accordion.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-tab-content.css +1 -1
- package/dist/collection/components/components/shift-tabs.css +1 -1
- package/dist/collection/components/form-elements/form-inputs.css +1 -1
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- 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/part-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +8 -6
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +154 -36
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.js +72 -3
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
- 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 +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
- 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 +4 -4
- package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
- package/dist/collection/global/assets/print-icon.js +1 -1
- package/dist/collection/global/assets/printer-icon.js +6 -0
- package/dist/collection/locales/vehicleLookup/claimableItems/type.js +5 -0
- package/dist/collection/locales/vehicleLookup/paintThickness/type.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-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-C2nWRsPn.js → p-AKhxkXKW.js} +1 -1
- package/dist/components/{p-BO45PIaz.js → p-B-_E_d08.js} +1 -1
- package/dist/components/{p-ecmObcUU.js → p-B0HqThHF.js} +1 -1
- package/dist/components/{p-CJVlKa4a.js → p-B36KHgxn.js} +1 -1
- package/dist/components/{p-CPjhQixH.js → p-B8zRz3ip.js} +1 -1
- package/dist/components/{p-B-5wpFeH.js → p-BJtWqm5y.js} +1 -1
- package/dist/components/{p-VimEBeIa.js → p-BLmef6Eu.js} +1 -1
- package/dist/components/{p-B2Fg3Wkk.js → p-BLyPv99p.js} +1 -1
- package/dist/components/{p-D-x9dJoG.js → p-BOlOX4xh.js} +1 -1
- package/dist/components/p-BaO30afz.js +5 -0
- package/dist/components/{p-CsyXvcWt.js → p-BmKPsE66.js} +1 -1
- package/dist/components/{p-DT4kh-pu.js → p-BxeWKBae.js} +1 -1
- package/dist/components/{p-DhprT_Dn.js → p-C-DmtskE.js} +1 -1
- package/dist/components/{p-aAFnbh6j.js → p-C94Ezrtv.js} +1 -1
- package/dist/components/{p-5xxH8tbS.js → p-CIDsoBmm.js} +1 -1
- package/dist/components/{p-BniS5fi1.js → p-CMPocNAt.js} +1 -1
- package/dist/components/{p-a7ph9yIa.js → p-C_JQwJID.js} +1 -1
- package/dist/components/{p-C0noEnAv.js → p-C_SQ4MYW.js} +1 -1
- package/dist/components/{p-D3YokgQO.js → p-CeC7WsUk.js} +1 -1
- package/dist/components/p-Ck0R8arv.js +5 -0
- package/dist/components/p-CnzIZMIw.js +5 -0
- package/dist/components/p-Co_hK-X8.js +5 -0
- package/dist/components/{p-mw0QH96Y.js → p-CrTbchEc.js} +1 -1
- package/dist/components/p-Cy5qARRa.js +5 -0
- package/dist/components/{p-BKMB2QKO.js → p-CymxvwvM.js} +1 -1
- package/dist/components/{p-X95dYnNe.js → p-D5lPxGQr.js} +1 -1
- package/dist/components/{p-9t4GxAn6.js → p-D7JQfw0Q.js} +1 -1
- package/dist/components/{p-C9ZOfr_w.js → p-DEM2hIgy.js} +1 -1
- package/dist/components/{p-B4wAr2vx.js → p-DLxmRPvI.js} +1 -1
- package/dist/components/{p-PCwMfpZi.js → p-DOiAwNG1.js} +1 -1
- package/dist/components/{p-nQWwKabJ.js → p-DQXyJFgJ.js} +1 -1
- package/dist/components/{p-i9Qh8W9F.js → p-DVbjwCPX.js} +1 -1
- package/dist/components/{p-C7DldiQX.js → p-DeD3lXoU.js} +1 -1
- package/dist/components/p-DxuZp2M2.js +5 -0
- package/dist/components/p-DxxE0R8Y.js +5 -0
- package/dist/components/p-DzNVzGCR.js +5 -0
- package/dist/components/{p-DQP_Avx4.js → p-ESWQQIJQ.js} +1 -1
- package/dist/components/{p-CeGDfcYR.js → p-eEqj5CsU.js} +1 -1
- package/dist/components/p-eYX0vceM.js +5 -0
- package/dist/components/p-iTJ5pT2w.js +5 -0
- package/dist/components/{p-Bl19uBGg.js → p-j_c0xF33.js} +1 -1
- package/dist/components/p-pnQgLSsX.js +5 -0
- package/dist/components/{p-C7PdL0Hc.js → p-wSf_1B0r.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-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-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 +6 -7
- 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 +1 -1
- package/dist/esm/form-dialog_13.entry.js +14 -26
- package/dist/esm/form-input_7.entry.js +7 -7
- package/dist/esm/form-switch.entry.js +1 -1
- package/dist/esm/form-time-picker.entry.js +1 -1
- package/dist/esm/{functions-Df5To56i.js → functions-DZYx2gE6.js} +1 -1
- package/dist/esm/general-form.entry.js +2 -2
- package/dist/esm/general-inquiry-form.entry.js +2 -2
- package/dist/esm/{get-local-language-B_CqnTpb.js → get-local-language-BJchvs-m.js} +1 -1
- package/dist/esm/{get-mock-files-oM2aCQsG.js → get-mock-files-qPteAyJz.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 +2 -2
- package/dist/esm/{material-card-xVey6i1G.js → material-card-B2I-YUG_.js} +8 -1
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/qr-code-scan-BV3-O3JE.js +20 -0
- package/dist/esm/service-booking-form.entry.js +2 -2
- package/dist/esm/shift-accordion.entry.js +1 -1
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-tab-content.entry.js +1 -1
- package/dist/esm/shift-tabs_2.entry.js +131 -87
- package/dist/esm/ssc-lookup-form.entry.js +2 -2
- package/dist/esm/test-drive-form.entry.js +2 -2
- package/dist/esm/{print-icon-Dg0IO5IH.js → triangle-alert-Cd-XmnTW.js} +5 -10
- package/dist/esm/{type-Pq-OZXzH.js → type-Cw6xdu7_.js} +6 -1
- package/dist/esm/vehicle-accessories_7.entry.js +67 -33
- package/dist/esm/vehicle-lookup.entry.js +4 -4
- package/dist/esm/vehicle-quotation-form.entry.js +2 -2
- package/dist/locales/vehicleLookup/claimableItems/ar.json +6 -1
- package/dist/locales/vehicleLookup/claimableItems/en.json +6 -1
- package/dist/locales/vehicleLookup/claimableItems/ku.json +6 -1
- package/dist/locales/vehicleLookup/claimableItems/ru.json +6 -1
- package/dist/locales/vehicleLookup/claimableItems/type.ts +5 -0
- package/dist/locales/vehicleLookup/paintThickness/ar.json +2 -1
- package/dist/locales/vehicleLookup/paintThickness/en.json +2 -1
- package/dist/locales/vehicleLookup/paintThickness/ku.json +2 -1
- package/dist/locales/vehicleLookup/paintThickness/ru.json +2 -1
- package/dist/locales/vehicleLookup/paintThickness/type.ts +1 -1
- package/dist/mocks/generated/broker-dealer/paint-thickness-certificate.json +1 -0
- package/dist/mocks/generated/broker-dealer/vehicle-lookup.json +189 -3
- package/dist/mocks/generated/standard-dealer/paint-thickness-certificate.json +145 -0
- package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +210 -14
- package/dist/shift-components/p-082b4720.entry.js +5 -0
- package/dist/shift-components/p-0b9f0f86.entry.js +5 -0
- package/dist/shift-components/{p-58ad066a.entry.js → p-17d71528.entry.js} +1 -1
- package/dist/shift-components/{p-0f72a14d.entry.js → p-1f68e100.entry.js} +1 -1
- package/dist/shift-components/p-26fedfdd.entry.js +5 -0
- package/dist/shift-components/p-28997bb9.entry.js +5 -0
- package/dist/shift-components/p-2c0ab81d.entry.js +5 -0
- package/dist/shift-components/p-4995382a.entry.js +5 -0
- package/dist/shift-components/p-4rtum-1R.js +5 -0
- package/dist/shift-components/p-59b1628c.entry.js +5 -0
- package/dist/shift-components/{p-730024d3.entry.js → p-600a9537.entry.js} +1 -1
- package/dist/shift-components/{p-fe56732e.entry.js → p-6594248c.entry.js} +1 -1
- package/dist/shift-components/{p-EqiAyCUA.js → p-6aFZA2Mh.js} +1 -1
- package/dist/shift-components/{p-85915984.entry.js → p-779e9ca8.entry.js} +1 -1
- package/dist/shift-components/{p-3a066747.entry.js → p-83d7c67d.entry.js} +1 -1
- package/dist/shift-components/{p-c78901d5.entry.js → p-8bf22aad.entry.js} +1 -1
- package/dist/shift-components/{p-a9694571.entry.js → p-93d9fdb4.entry.js} +1 -1
- package/dist/shift-components/{p-5142f7e6.entry.js → p-9a1063d0.entry.js} +1 -1
- package/dist/shift-components/{p-tM7MPCV7.js → p-B1r-REm3.js} +1 -1
- package/dist/shift-components/p-DAAsJ8ot.js +5 -0
- package/dist/shift-components/p-UpUg8Jfq.js +5 -0
- package/dist/shift-components/{p-b625606f.entry.js → p-a3c2b9e2.entry.js} +1 -1
- package/dist/shift-components/{p-0ff13ef7.entry.js → p-af098f2e.entry.js} +1 -1
- package/dist/shift-components/{p-fe1155fa.entry.js → p-b4f6683a.entry.js} +1 -1
- package/dist/shift-components/{p-b4531515.entry.js → p-b9408351.entry.js} +1 -1
- package/dist/shift-components/{p-b16f5472.entry.js → p-cc05cac1.entry.js} +1 -1
- package/dist/shift-components/{p-c778fbc3.entry.js → p-d2669612.entry.js} +1 -1
- package/dist/shift-components/{p-3f305d69.entry.js → p-e6046f1c.entry.js} +1 -1
- package/dist/shift-components/{p-GO6pqmvT.js → p-rqrxMrTB.js} +1 -1
- package/dist/shift-components/p-v4xM2_Fa.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/vehicle-lookup/vehicle-item-claim-form.d.ts +26 -0
- package/dist/types/components/vehicle-lookup/vehicle-paint-thickness.d.ts +6 -0
- package/dist/types/components.d.ts +22 -0
- package/dist/types/global/assets/print-icon.d.ts +7 -0
- package/dist/types/global/assets/printer-icon.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-item-warning.d.ts +0 -1
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-lookup-dto.d.ts +1 -0
- package/dist/types/locales/vehicleLookup/claimableItems/type.d.ts +20 -0
- package/dist/types/locales/vehicleLookup/paintThickness/type.d.ts +2 -0
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +12 -0
- package/package.json +1 -1
- package/dist/cjs/empty-table-icon-QLsRUBY_.js +0 -16
- package/dist/components/p-B2aPBdCi.js +0 -5
- package/dist/components/p-BEP4BZWm.js +0 -5
- package/dist/components/p-Bjdk6LIA.js +0 -5
- package/dist/components/p-CKG_9CP9.js +0 -5
- package/dist/components/p-ClGI2uZS.js +0 -5
- package/dist/components/p-DHEhIlaU.js +0 -5
- package/dist/components/p-DSqpW75U.js +0 -5
- package/dist/components/p-DnMWB78_.js +0 -5
- package/dist/esm/empty-table-icon-Fq7iN9Wm.js +0 -14
- package/dist/shift-components/p-030d6fe7.entry.js +0 -5
- package/dist/shift-components/p-214646dd.entry.js +0 -5
- package/dist/shift-components/p-46043523.entry.js +0 -5
- package/dist/shift-components/p-486d4868.entry.js +0 -5
- package/dist/shift-components/p-928037fb.entry.js +0 -5
- package/dist/shift-components/p-BNROFrhh.js +0 -5
- package/dist/shift-components/p-Bv1XxjKW.js +0 -5
- package/dist/shift-components/p-DFSDlqbo.js +0 -5
- package/dist/shift-components/p-DtYbk_BV.js +0 -5
- package/dist/shift-components/p-cd2ade46.entry.js +0 -5
- package/dist/shift-components/p-cdef5ee7.entry.js +0 -5
|
@@ -3,14 +3,14 @@
|
|
|
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 { f as functionHooks } from './functions-
|
|
6
|
+
import { f as functionHooks } from './functions-DZYx2gE6.js';
|
|
7
7
|
import { c as cn } from './cn-BK16Cn81.js';
|
|
8
8
|
import { g as getFormValidations } from './validation-oieVWBn1.js';
|
|
9
9
|
import { s as sharedFormLocalesSchema } from './types-BDhR4pDq.js';
|
|
10
10
|
import { g as getLanguageFromUrl } from './get-language-from-url-DvR7LGV5.js';
|
|
11
11
|
import { L as LoaderIcon } from './loader-icon-DM4Vm5gX.js';
|
|
12
12
|
import { g as getFormMappers } from './mappers-Bk5UgY3t.js';
|
|
13
|
-
import './get-local-language-
|
|
13
|
+
import './get-local-language-BJchvs-m.js';
|
|
14
14
|
import './validate-vin-CUREVASG.js';
|
|
15
15
|
import './calendar-days-icon-Dz291Fau.js';
|
|
16
16
|
import './decode-time-offset-DFZOybyr.js';
|
|
@@ -3,14 +3,14 @@
|
|
|
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 { f as functionHooks } from './functions-
|
|
6
|
+
import { f as functionHooks } from './functions-DZYx2gE6.js';
|
|
7
7
|
import { c as cn } from './cn-BK16Cn81.js';
|
|
8
8
|
import { g as getFormValidations } from './validation-oieVWBn1.js';
|
|
9
9
|
import { s as sharedFormLocalesSchema } from './types-BDhR4pDq.js';
|
|
10
10
|
import { g as getLanguageFromUrl } from './get-language-from-url-DvR7LGV5.js';
|
|
11
11
|
import { L as LoaderIcon } from './loader-icon-DM4Vm5gX.js';
|
|
12
12
|
import { g as getFormMappers } from './mappers-Bk5UgY3t.js';
|
|
13
|
-
import './get-local-language-
|
|
13
|
+
import './get-local-language-BJchvs-m.js';
|
|
14
14
|
import './validate-vin-CUREVASG.js';
|
|
15
15
|
import './calendar-days-icon-Dz291Fau.js';
|
|
16
16
|
import './decode-time-offset-DFZOybyr.js';
|
|
@@ -86,14 +86,9 @@ function closeImageViewer(event) {
|
|
|
86
86
|
this.expandedImage = null;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
const
|
|
90
|
-
h("
|
|
91
|
-
h("
|
|
92
|
-
h("
|
|
93
|
-
h("circle", { cx: "12", cy: "12", r: "8", "fill-opacity": "0.24" }),
|
|
94
|
-
h("path", { d: "M8.5 11L11.3939 13.8939C11.4525 13.9525 11.5475 13.9525 11.6061 13.8939L19.5 6", "stroke-width": "1.2" }))));
|
|
89
|
+
const TriangleAlertIcon = props => (h("svg", Object.assign({ fill: "none" }, props, { "stroke-width": "2", viewBox: "0 0 24 24", stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", xmlns: "http://www.w3.org/2000/svg" }),
|
|
90
|
+
h("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" }),
|
|
91
|
+
h("path", { d: "M12 9v4" }),
|
|
92
|
+
h("path", { d: "M12 17h.01" })));
|
|
95
93
|
|
|
96
|
-
|
|
97
|
-
h("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17 7H7V6h10v1zm0 12H7v-6h10v6zm2-12V3H5v4H1v8.996C1 17.103 1.897 18 3.004 18H5v3h14v-3h1.996A2.004 2.004 0 0 0 23 15.996V7h-4z", fill: "rgb(252, 248, 227)" })));
|
|
98
|
-
|
|
99
|
-
export { ActivationIcon as A, ImageViewer as I, PrintIcon as P, closeImageViewer as c, eyeSvg as e, openImageViewer as o };
|
|
94
|
+
export { ImageViewer as I, TriangleAlertIcon as T, closeImageViewer as c, eyeSvg as e, openImageViewer as o };
|
|
@@ -28,7 +28,7 @@ const accessoriesSchema = yupTypeMapper(['vehicleAccessories', 'noData', 'partNu
|
|
|
28
28
|
|
|
29
29
|
const specificationSchema = yupTypeMapper(['vehicleSpecification', 'noData', 'model', 'variant', 'katashiki', 'modelYear', 'sfx', 'productionDate']);
|
|
30
30
|
|
|
31
|
-
const paintThicknessSchema = yupTypeMapper(['paintThickness', 'noData', 'panel', 'position', 'left', 'right', 'inspectionDate', 'noImageGroups', 'expand']);
|
|
31
|
+
const paintThicknessSchema = yupTypeMapper(['paintThickness', 'noData', 'panel', 'position', 'left', 'right', 'inspectionDate', 'noImageGroups', 'expand', 'printCertificate']);
|
|
32
32
|
|
|
33
33
|
const ServiceHistorySchema = yupTypeMapper([
|
|
34
34
|
'serviceHistory',
|
|
@@ -53,8 +53,10 @@ const ServiceHistorySchema = yupTypeMapper([
|
|
|
53
53
|
const claimFormSchema = yupTypeMapper([
|
|
54
54
|
'uploadSingleDocument',
|
|
55
55
|
'uploadMultipleDocument',
|
|
56
|
+
'uploadHint',
|
|
56
57
|
'serviceType',
|
|
57
58
|
'name',
|
|
59
|
+
'vin',
|
|
58
60
|
'print',
|
|
59
61
|
'expand',
|
|
60
62
|
'documentLimitError',
|
|
@@ -63,12 +65,15 @@ const claimFormSchema = yupTypeMapper([
|
|
|
63
65
|
'expireDate',
|
|
64
66
|
'packageCode',
|
|
65
67
|
'scanTheVoucher',
|
|
68
|
+
'scanHint',
|
|
66
69
|
'qrCode',
|
|
67
70
|
'processing',
|
|
68
71
|
'enterServiceInfo',
|
|
69
72
|
'invoice',
|
|
70
73
|
'jobNumber',
|
|
71
74
|
'claim',
|
|
75
|
+
'claimFailed',
|
|
76
|
+
'ok',
|
|
72
77
|
]);
|
|
73
78
|
const claimableItemsSchema = create$3({
|
|
74
79
|
claimForm: claimFormSchema,
|