adp-web-components 0.3.15 → 0.3.16
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/branch-slot-dropdown_15.cjs.entry.js +12 -12
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +2 -2
- 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-input_7.cjs.entry.js +4 -4
- 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-BHYWCotp.js → functions-CGcEF0Sy.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-BSOLV9z2.js → get-local-language-B805IYI-.js} +1 -1
- package/dist/cjs/{get-mock-files-Dv8XsTW8.js → get-mock-files-_dswvp-k.js} +1 -1
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +1 -1
- package/dist/cjs/part-lookup.cjs.entry.js +1 -1
- 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-checkbox.cjs.entry.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 +1 -1
- package/dist/cjs/shift-tabs_2.cjs.entry.js +2 -2
- 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/vehicle-accessories_8.cjs.entry.js +154 -35
- package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +2 -2
- package/dist/collection/components/components/empty.css +1 -1
- 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-slider.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/vehicle-lookup/components/claimable-item-popover.js +51 -3
- package/dist/collection/components/vehicle-lookup/components/claimable-item.js +14 -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 +79 -23
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.css +1 -1
- package/dist/collection/global/assets/hourglass-icon.js +6 -0
- package/dist/collection/global/assets/lock-icon.js +6 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-lock-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-prerequisite-dto.js +1 -0
- package/dist/collection/tests/asset-stub.js +3 -0
- 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-qGX3WTkQ.js → p-3f-o34tT.js} +1 -1
- package/dist/components/{p-pIanEonc.js → p-8TjpeJSM.js} +1 -1
- package/dist/components/{p-CzVOOo8C.js → p-B-ee46vn.js} +1 -1
- package/dist/components/{p-B9_-Tb0H.js → p-B5VLbYvi.js} +1 -1
- package/dist/components/{p-a5fTeexp.js → p-B87nMNzg.js} +1 -1
- package/dist/components/{p-BGX0qdUG.js → p-BFM-DcG_.js} +1 -1
- package/dist/components/{p-qs0MTheD.js → p-BI9fJaw-.js} +1 -1
- package/dist/components/{p-txgHrQYx.js → p-BRSUeqZY.js} +1 -1
- package/dist/components/{p-HT-TmIJD.js → p-BRga86YJ.js} +1 -1
- package/dist/components/{p-3xgnJUhD.js → p-BrWGW8tX.js} +1 -1
- package/dist/components/p-BzXn-wtv.js +5 -0
- package/dist/components/{p-v_TjAHaO.js → p-C4kEe245.js} +1 -1
- package/dist/components/{p-ZTI11kto.js → p-C4o65xY0.js} +1 -1
- package/dist/components/{p-DQGcS-zL.js → p-C8Fy2Klg.js} +1 -1
- package/dist/components/{p-Dhi7g1w3.js → p-CADxWthH.js} +1 -1
- package/dist/components/{p-gzdpekMI.js → p-CFAD5EiT.js} +1 -1
- package/dist/components/{p-C4ud82ie.js → p-CXDKH9dP.js} +1 -1
- package/dist/components/{p-DTk3bhGl.js → p-CkOYv-3p.js} +1 -1
- package/dist/components/{p-C2RnTSH-.js → p-ClyGZeVx.js} +1 -1
- package/dist/components/{p-ByA_B82T.js → p-CwhHBYbG.js} +1 -1
- package/dist/components/p-Czytw_So.js +5 -0
- package/dist/components/p-D7eC7KnG.js +5 -0
- package/dist/components/{p-D2H3RzIC.js → p-DDbQOqlR.js} +1 -1
- package/dist/components/{p-BPnD6Cqq.js → p-DFDuwRN_.js} +1 -1
- package/dist/components/{p--qz4ecXR.js → p-DGpQUIZ3.js} +1 -1
- package/dist/components/{p-BQC1g-wS.js → p-DHx3Ycv-.js} +1 -1
- package/dist/components/{p-B47kSZHb.js → p-DVBif7ht.js} +1 -1
- package/dist/components/{p-Cq13CFua.js → p-DVHM8Qgv.js} +1 -1
- package/dist/components/{p-C_ZtLgwx.js → p-DZQhS99P.js} +1 -1
- package/dist/components/{p-87NLGlyb.js → p-DsIilFPI.js} +1 -1
- package/dist/components/{p-B9ClwHPb.js → p-DuG7sgOh.js} +1 -1
- package/dist/components/{p-BAtXT_Mt.js → p-DzVx9lgv.js} +1 -1
- package/dist/components/p-WXgB5UwE.js +5 -0
- package/dist/components/p-_LAr7EWQ.js +5 -0
- package/dist/components/{p-CGJ8ndBw.js → p-dHk4hFiZ.js} +1 -1
- package/dist/components/{p-DHaTQ9vT.js → p-mkmziXBF.js} +1 -1
- package/dist/components/{p-D-6PSzhd.js → p-qYnLW3ti.js} +1 -1
- package/dist/components/{p-CNcA_RyS.js → p-rCUaKToY.js} +1 -1
- package/dist/components/{p-DdB_zKQz.js → p-yq14A9cI.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-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/vehicle-warranty-timeline.js +1 -1
- package/dist/esm/branch-slot-dropdown_15.entry.js +12 -12
- package/dist/esm/dead-stock-lookup_3.entry.js +2 -2
- 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-input_7.entry.js +4 -4
- package/dist/esm/form-switch.entry.js +1 -1
- package/dist/esm/form-time-picker.entry.js +1 -1
- package/dist/esm/{functions-BObezuTv.js → functions-LONv8snV.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-DcxL5hdi.js → get-local-language-CizYq_00.js} +1 -1
- package/dist/esm/{get-mock-files-IEjS5G9N.js → get-mock-files-k02F3T7q.js} +1 -1
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loading-spinner.entry.js +1 -1
- package/dist/esm/manufacturer-part-lookup.entry.js +1 -1
- package/dist/esm/part-lookup.entry.js +1 -1
- package/dist/esm/service-booking-form.entry.js +2 -2
- package/dist/esm/shift-accordion.entry.js +1 -1
- package/dist/esm/shift-checkbox.entry.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 +1 -1
- package/dist/esm/shift-tabs_2.entry.js +2 -2
- package/dist/esm/ssc-lookup-form.entry.js +2 -2
- package/dist/esm/test-drive-form.entry.js +2 -2
- package/dist/esm/vehicle-accessories_8.entry.js +154 -35
- package/dist/esm/vehicle-lookup.entry.js +3 -3
- package/dist/esm/vehicle-quotation-form.entry.js +2 -2
- package/dist/integration-manifest.json +1 -1
- package/dist/mocks/generated/standard-dealer/part-lookup.json +18 -18
- package/dist/mocks/generated/standard-dealer/vehicle-lookup.json +96 -0
- package/dist/shift-components/p-0f576cb7.entry.js +5 -0
- package/dist/shift-components/{p-7cc6806c.entry.js → p-10f68d42.entry.js} +1 -1
- package/dist/shift-components/{p-5ba85e5c.entry.js → p-1aaf2b7f.entry.js} +1 -1
- package/dist/shift-components/{p-7f44f655.entry.js → p-1e26a2c4.entry.js} +1 -1
- package/dist/shift-components/{p-868d554f.entry.js → p-316aa46b.entry.js} +1 -1
- package/dist/shift-components/{p-28e29ce7.entry.js → p-404ab3a9.entry.js} +1 -1
- package/dist/shift-components/p-4c0e75bc.entry.js +5 -0
- package/dist/shift-components/{p-99886c58.entry.js → p-65aad39b.entry.js} +1 -1
- package/dist/shift-components/p-695436be.entry.js +5 -0
- package/dist/shift-components/{p-bb13232d.entry.js → p-6b46a2d7.entry.js} +1 -1
- package/dist/shift-components/{p-bad65a42.entry.js → p-6fe01a86.entry.js} +1 -1
- package/dist/shift-components/p-79150c47.entry.js +5 -0
- package/dist/shift-components/{p-088c8e4c.entry.js → p-8250a9d6.entry.js} +1 -1
- package/dist/shift-components/{p-12f36d97.entry.js → p-829f24b9.entry.js} +1 -1
- package/dist/shift-components/{p-e7a99998.entry.js → p-902c5265.entry.js} +1 -1
- package/dist/shift-components/{p-880c103a.entry.js → p-9d1bbc0c.entry.js} +1 -1
- package/dist/shift-components/{p-1c7c9c13.entry.js → p-9d41e300.entry.js} +1 -1
- package/dist/shift-components/{p-D9Xf90VX.js → p-BOBRhkdK.js} +1 -1
- package/dist/shift-components/p-CzKJCNU9.js +5 -0
- package/dist/shift-components/{p-Dyo77aS3.js → p-D6syzMN5.js} +1 -1
- package/dist/shift-components/p-aa2bf198.entry.js +5 -0
- package/dist/shift-components/{p-ec3e0cce.entry.js → p-aac87b64.entry.js} +1 -1
- package/dist/shift-components/{p-f9b8d43c.entry.js → p-ac83e668.entry.js} +1 -1
- package/dist/shift-components/{p-b8084ca2.entry.js → p-bd1b1b6a.entry.js} +1 -1
- package/dist/shift-components/{p-b675fb6b.entry.js → p-c6a7902c.entry.js} +1 -1
- package/dist/shift-components/{p-ee623097.entry.js → p-cb518142.entry.js} +1 -1
- package/dist/shift-components/{p-3dcba301.entry.js → p-d26cc97e.entry.js} +1 -1
- package/dist/shift-components/{p-902a40c4.entry.js → p-d6973435.entry.js} +1 -1
- package/dist/shift-components/{p-c4cf0a18.entry.js → p-f092c7a2.entry.js} +1 -1
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/stencil-docs.json +7 -7
- package/dist/types/components/vehicle-lookup/vehicle-claimable-items.d.ts +15 -0
- package/dist/types/global/assets/hourglass-icon.d.ts +6 -0
- package/dist/types/global/assets/lock-icon.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-dto.d.ts +2 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-lock-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-prerequisite-dto.d.ts +6 -0
- package/package.json +1 -1
- package/dist/components/p-B83lw3YO.js +0 -5
- package/dist/components/p-BaKmifzr.js +0 -5
- package/dist/components/p-C0JoH_yH.js +0 -5
- package/dist/components/p-Dx0NcxCM.js +0 -5
- package/dist/components/p-bOkg1-34.js +0 -5
- package/dist/shift-components/p-17862b0b.entry.js +0 -5
- package/dist/shift-components/p-187cbdf5.entry.js +0 -5
- package/dist/shift-components/p-383342be.entry.js +0 -5
- package/dist/shift-components/p-65beafcc.entry.js +0 -5
- package/dist/shift-components/p-CMMsmKvs.js +0 -5
- package/dist/shift-components/p-e2868220.entry.js +0 -5
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
'use strict';
|
|
6
6
|
|
|
7
7
|
var index = require('./index-BdHAYIvO.js');
|
|
8
|
-
var functions = require('./functions-
|
|
8
|
+
var functions = require('./functions-CGcEF0Sy.js');
|
|
9
9
|
var cn = require('./cn-BHnqYtun.js');
|
|
10
10
|
var validation$1 = require('./validation-5ZUxalyW.js');
|
|
11
11
|
var types = require('./types-DV_cOCRi.js');
|
|
12
12
|
var getLanguageFromUrl = require('./get-language-from-url-DwOt9DVH.js');
|
|
13
13
|
var loaderIcon = require('./loader-icon-aY56OHXW.js');
|
|
14
14
|
var mappers = require('./mappers-BlH-TAo7.js');
|
|
15
|
-
require('./get-local-language-
|
|
15
|
+
require('./get-local-language-B805IYI-.js');
|
|
16
16
|
require('./validate-vin-CJDIXpJO.js');
|
|
17
17
|
require('./calendar-days-icon-Cf14ROXV.js');
|
|
18
18
|
require('./decode-time-offset-DOUImlif.js');
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
'use strict';
|
|
6
6
|
|
|
7
7
|
var index = require('./index-BdHAYIvO.js');
|
|
8
|
-
var functions = require('./functions-
|
|
8
|
+
var functions = require('./functions-CGcEF0Sy.js');
|
|
9
9
|
var cn = require('./cn-BHnqYtun.js');
|
|
10
10
|
var validation$1 = require('./validation-5ZUxalyW.js');
|
|
11
11
|
var types = require('./types-DV_cOCRi.js');
|
|
12
12
|
var getLanguageFromUrl = require('./get-language-from-url-DwOt9DVH.js');
|
|
13
13
|
var loaderIcon = require('./loader-icon-aY56OHXW.js');
|
|
14
14
|
var mappers = require('./mappers-BlH-TAo7.js');
|
|
15
|
-
require('./get-local-language-
|
|
15
|
+
require('./get-local-language-B805IYI-.js');
|
|
16
16
|
require('./validate-vin-CJDIXpJO.js');
|
|
17
17
|
require('./calendar-days-icon-Cf14ROXV.js');
|
|
18
18
|
require('./decode-time-offset-DOUImlif.js');
|