adp-web-components 0.0.65 → 0.0.66
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/app-globals-4aa8f46f.js +46 -0
- package/dist/cjs/cn-f559f9e5.js +2588 -0
- package/dist/cjs/contact-us-form.cjs.entry.js +209 -0
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +445 -0
- package/dist/cjs/dynamic-claim_6.cjs.entry.js +1179 -0
- package/dist/cjs/dynamic-redeem.cjs.entry.js +156 -0
- package/dist/cjs/form-dialog_8.cjs.entry.js +503 -0
- package/dist/cjs/get-local-language-1bd9662d.js +2381 -0
- package/dist/cjs/index-603d8f32.js +1610 -0
- package/dist/cjs/index.cjs.js +6 -0
- package/dist/cjs/loader-baf2418b.js +9 -0
- package/dist/cjs/loader.cjs.js +19 -0
- package/dist/cjs/loading-spinner.cjs.entry.js +27 -0
- package/dist/cjs/part-lookup.cjs.entry.js +129 -0
- package/dist/cjs/service-booking-form.cjs.entry.js +209 -0
- package/dist/cjs/shift-components.cjs.js +29 -0
- package/dist/cjs/urls-9077b31c.js +4874 -0
- package/dist/cjs/vehicle-lookup.cjs.entry.js +202 -0
- package/dist/collection/collection-manifest.json +35 -0
- package/dist/collection/components/components/loading-spinner.css +1 -0
- package/dist/collection/components/components/loading-spinner.js +47 -0
- package/dist/collection/components/form-elements/form-dialog.css +1 -0
- package/dist/collection/components/form-elements/form-dialog.js +137 -0
- package/dist/collection/components/form-elements/form-input.css +1 -0
- package/dist/collection/components/form-elements/form-input.js +323 -0
- package/dist/collection/components/form-elements/form-select.css +1 -0
- package/dist/collection/components/form-elements/form-select.js +400 -0
- package/dist/collection/components/form-elements/form-shadow-input.css +1 -0
- package/dist/collection/components/form-elements/form-shadow-input.js +100 -0
- package/dist/collection/components/form-elements/form-structure-error.css +1 -0
- package/dist/collection/components/form-elements/form-structure-error.js +72 -0
- package/dist/collection/components/form-elements/form-structure.css +1 -0
- package/dist/collection/components/form-elements/form-structure.js +269 -0
- package/dist/collection/components/form-elements/form-submit.css +1 -0
- package/dist/collection/components/form-elements/form-submit.js +140 -0
- package/dist/collection/components/form-elements/form-text-area.css +1 -0
- package/dist/collection/components/form-elements/form-text-area.js +264 -0
- package/dist/collection/components/forms/contact-us/element-mapper.js +87 -0
- package/dist/collection/components/forms/contact-us/form.css +1 -0
- package/dist/collection/components/forms/contact-us/validations.js +19 -0
- package/dist/collection/components/forms/contact-us-form.js +280 -0
- package/dist/collection/components/forms/service-booking/element-mapper.js +87 -0
- package/dist/collection/components/forms/service-booking/form.css +1 -0
- package/dist/collection/components/forms/service-booking/validations.js +19 -0
- package/dist/collection/components/forms/service-booking-form.js +280 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +405 -0
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -0
- package/dist/collection/components/part-lookup/distributor-lookup.js +470 -0
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -0
- package/dist/collection/components/part-lookup/manufacturer-lookup.js +468 -0
- package/dist/collection/components/part-lookup/part-lookup.css +1 -0
- package/dist/collection/components/part-lookup/part-lookup.js +376 -0
- package/dist/collection/components/vehicle-lookup/assets/cancelled.svg +8 -0
- package/dist/collection/components/vehicle-lookup/assets/check.svg +4 -0
- package/dist/collection/components/vehicle-lookup/assets/expired.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/loader.svg +11 -0
- package/dist/collection/components/vehicle-lookup/assets/pending.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/processed.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/x-mark.svg +4 -0
- package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +13 -0
- package/dist/collection/components/vehicle-lookup/components/Loading.js +10 -0
- package/dist/collection/components/vehicle-lookup/components/SSCTable.js +16 -0
- package/dist/collection/components/vehicle-lookup/components/StatusCard.js +11 -0
- package/dist/collection/components/vehicle-lookup/dynamic-claim.css +1 -0
- package/dist/collection/components/vehicle-lookup/dynamic-claim.js +625 -0
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.css +1 -0
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +373 -0
- package/dist/collection/components/vehicle-lookup/paint-thickness.css +1 -0
- package/dist/collection/components/vehicle-lookup/paint-thickness.js +410 -0
- package/dist/collection/components/vehicle-lookup/service-history.css +1 -0
- package/dist/collection/components/vehicle-lookup/service-history.js +393 -0
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +414 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +405 -0
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +405 -0
- package/dist/collection/components/vehicle-lookup/warranty-details.css +1 -0
- package/dist/collection/components/vehicle-lookup/warranty-details.js +780 -0
- package/dist/collection/global/api/partInformation.js +32 -0
- package/dist/collection/global/api/urls.js +6 -0
- package/dist/collection/global/api/vehicleInformation.js +48 -0
- package/dist/collection/global/assets/eye.svg +5 -0
- package/dist/collection/global/assets/loader.svg +11 -0
- package/dist/collection/global/assets/white-loader.svg +11 -0
- package/dist/collection/global/lib/cn.js +9 -0
- package/dist/collection/global/lib/form-hook.js +162 -0
- package/dist/collection/global/lib/general.js +9 -0
- package/dist/collection/global/lib/get-local-language.js +20 -0
- package/dist/collection/global/lib/image-expansion.js +69 -0
- package/dist/collection/global/lib/middleware.js +39 -0
- package/dist/collection/global/lib/recaptcha.js +25 -0
- package/dist/collection/global/lib/utils.js +7 -0
- package/dist/collection/global/lib/validate-form-structure.js +47 -0
- package/dist/collection/global/lib/validate-vin.js +62 -0
- package/dist/collection/global/types/components.js +1 -0
- package/dist/collection/global/types/forms.js +1 -0
- package/dist/collection/global/types/general.js +1 -0
- package/dist/collection/global/types/locales/error-schema.js +17 -0
- package/dist/collection/global/types/locales/forms/contact-us-schema.js +24 -0
- package/dist/collection/global/types/locales/forms/index.js +11 -0
- package/dist/collection/global/types/locales/general.js +11 -0
- package/dist/collection/global/types/locales/index.js +33 -0
- package/dist/collection/global/types/locales/inquiryTypes.js +15 -0
- package/dist/collection/global/types/locales/part-lookup/dead-stock-schema.js +10 -0
- package/dist/collection/global/types/locales/part-lookup/distributor-schema.js +21 -0
- package/dist/collection/global/types/locales/part-lookup/index.js +13 -0
- package/dist/collection/global/types/locales/part-lookup/manufacturer-schema.js +22 -0
- package/dist/collection/global/types/locales/vehicle-lookup/accessories-schema.js +13 -0
- package/dist/collection/global/types/locales/vehicle-lookup/dynamic-claim-schema.js +21 -0
- package/dist/collection/global/types/locales/vehicle-lookup/dynamic-redeem-schema.js +19 -0
- package/dist/collection/global/types/locales/vehicle-lookup/index.js +21 -0
- package/dist/collection/global/types/locales/vehicle-lookup/paint-thickness-schema.js +14 -0
- package/dist/collection/global/types/locales/vehicle-lookup/service-history-schema.js +15 -0
- package/dist/collection/global/types/locales/vehicle-lookup/specification-schema.js +15 -0
- package/dist/collection/global/types/locales/vehicle-lookup/warranty-schema.js +23 -0
- package/dist/collection/global/types/part-information.js +1 -0
- package/dist/collection/global/types/vehicle-information.js +5 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/templates/part-lookup/mock-data.js +199 -0
- package/dist/collection/templates/vehicle-lookup/mock-data.js +4165 -0
- package/dist/collection/templates/vehicle-lookup/vehicle-lookup.js +285 -0
- package/dist/collection/templates/vehicle-lookup/warranty-mock-data.js +3064 -0
- package/dist/components/contact-us-form.d.ts +11 -0
- package/dist/components/contact-us-form.js +5 -0
- package/dist/components/dead-stock-lookup.d.ts +11 -0
- package/dist/components/dead-stock-lookup.js +5 -0
- package/dist/components/distributor-lookup.d.ts +11 -0
- package/dist/components/distributor-lookup.js +5 -0
- package/dist/components/dynamic-claim.d.ts +11 -0
- package/dist/components/dynamic-claim.js +5 -0
- package/dist/components/dynamic-redeem.d.ts +11 -0
- package/dist/components/dynamic-redeem.js +5 -0
- package/dist/components/form-dialog.d.ts +11 -0
- package/dist/components/form-dialog.js +5 -0
- package/dist/components/form-input.d.ts +11 -0
- package/dist/components/form-input.js +5 -0
- package/dist/components/form-select.d.ts +11 -0
- package/dist/components/form-select.js +5 -0
- package/dist/components/form-shadow-input.d.ts +11 -0
- package/dist/components/form-shadow-input.js +5 -0
- package/dist/components/form-structure-error.d.ts +11 -0
- package/dist/components/form-structure-error.js +5 -0
- package/dist/components/form-structure.d.ts +11 -0
- package/dist/components/form-structure.js +5 -0
- package/dist/components/form-submit.d.ts +11 -0
- package/dist/components/form-submit.js +5 -0
- package/dist/components/form-text-area.d.ts +11 -0
- package/dist/components/form-text-area.js +5 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +5 -0
- package/dist/components/loading-spinner.d.ts +11 -0
- package/dist/components/loading-spinner.js +5 -0
- package/dist/components/manufacturer-lookup.d.ts +11 -0
- package/dist/components/manufacturer-lookup.js +5 -0
- package/dist/components/p-052096ca.js +5 -0
- package/dist/components/p-1e0220d8.js +5 -0
- package/dist/components/p-276072d6.js +5 -0
- package/dist/components/p-2ecc6382.js +5 -0
- package/dist/components/p-2f40bc45.js +5 -0
- package/dist/components/p-3115916e.js +5 -0
- package/dist/components/p-687e3edf.js +5 -0
- package/dist/components/p-68905104.js +5 -0
- package/dist/components/p-696dc6e8.js +5 -0
- package/dist/components/p-6d9d89d2.js +5 -0
- package/dist/components/p-6e258875.js +5 -0
- package/dist/components/p-75476014.js +5 -0
- package/dist/components/p-8175feb0.js +5 -0
- package/dist/components/p-853de183.js +5 -0
- package/dist/components/p-8b1d90d7.js +5 -0
- package/dist/components/p-8f9c80ed.js +5 -0
- package/dist/components/p-927296bb.js +5 -0
- package/dist/components/p-932ff922.js +5 -0
- package/dist/components/p-96455129.js +5 -0
- package/dist/components/p-980e2b72.js +5 -0
- package/dist/components/p-98d9e7ab.js +5 -0
- package/dist/components/p-a21e2e2e.js +5 -0
- package/dist/components/p-a3455344.js +5 -0
- package/dist/components/p-b0e5a9a2.js +5 -0
- package/dist/components/p-b173a699.js +5 -0
- package/dist/components/p-d5ff7544.js +5 -0
- package/dist/components/p-fab97ac7.js +5 -0
- package/dist/components/paint-thickness.d.ts +11 -0
- package/dist/components/paint-thickness.js +5 -0
- package/dist/components/part-lookup.d.ts +11 -0
- package/dist/components/part-lookup.js +5 -0
- package/dist/components/service-booking-form.d.ts +11 -0
- package/dist/components/service-booking-form.js +5 -0
- package/dist/components/service-history.d.ts +11 -0
- package/dist/components/service-history.js +5 -0
- package/dist/components/vehicle-accessories.d.ts +11 -0
- package/dist/components/vehicle-accessories.js +5 -0
- package/dist/components/vehicle-lookup.d.ts +11 -0
- package/dist/components/vehicle-lookup.js +5 -0
- package/dist/components/vehicle-specification.d.ts +11 -0
- package/dist/components/vehicle-specification.js +5 -0
- package/dist/components/warranty-details.d.ts +11 -0
- package/dist/components/warranty-details.js +5 -0
- package/dist/esm/app-globals-68faa233.js +44 -0
- package/dist/esm/cn-cc419b94.js +2586 -0
- package/dist/esm/contact-us-form.entry.js +205 -0
- package/dist/esm/dead-stock-lookup_3.entry.js +439 -0
- package/dist/esm/dynamic-claim_6.entry.js +1170 -0
- package/dist/esm/dynamic-redeem.entry.js +152 -0
- package/dist/esm/form-dialog_8.entry.js +492 -0
- package/dist/esm/get-local-language-b7774134.js +2376 -0
- package/dist/esm/index-cac905b0.js +1581 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/loader-027b88af.js +7 -0
- package/dist/esm/loader.js +15 -0
- package/dist/esm/loading-spinner.entry.js +23 -0
- package/dist/esm/part-lookup.entry.js +125 -0
- package/dist/esm/service-booking-form.entry.js +205 -0
- package/dist/esm/shift-components.js +24 -0
- package/dist/esm/urls-e22234f9.js +4870 -0
- package/dist/esm/vehicle-lookup.entry.js +198 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/locales/ar.json +185 -0
- package/dist/locales/en.json +185 -0
- package/dist/locales/ku.json +185 -0
- package/dist/locales/ru.json +185 -0
- package/dist/shift-components/index.esm.js +4 -0
- package/dist/shift-components/p-3601fde1.entry.js +5 -0
- package/dist/shift-components/p-446d908d.js +5 -0
- package/dist/shift-components/p-65102e7a.js +6 -0
- package/dist/shift-components/p-6b5de2b4.entry.js +5 -0
- package/dist/shift-components/p-7a95ce0a.entry.js +5 -0
- package/dist/shift-components/p-932ff922.js +5 -0
- package/dist/shift-components/p-98d9e7ab.js +5 -0
- package/dist/shift-components/p-9b664248.entry.js +5 -0
- package/dist/shift-components/p-a21e2e2e.js +5 -0
- package/dist/shift-components/p-ade77e74.entry.js +5 -0
- package/dist/shift-components/p-b43b884e.entry.js +5 -0
- package/dist/shift-components/p-c451136b.entry.js +5 -0
- package/dist/shift-components/p-d2a71388.entry.js +5 -0
- package/dist/shift-components/p-d5a81c37.entry.js +5 -0
- package/dist/shift-components/p-f0d94591.js +5 -0
- package/dist/shift-components/shift-components.esm.js +5 -0
- package/dist/types/components/components/loading-spinner.d.ts +4 -0
- package/dist/types/components/form-elements/form-dialog.d.ts +13 -0
- package/dist/types/components/form-elements/form-input.d.ts +28 -0
- package/dist/types/components/form-elements/form-select.d.ts +39 -0
- package/dist/types/components/form-elements/form-shadow-input.d.ts +9 -0
- package/dist/types/components/form-elements/form-structure-error.d.ts +8 -0
- package/dist/types/components/form-elements/form-structure.d.ts +23 -0
- package/dist/types/components/form-elements/form-submit.d.ts +12 -0
- package/dist/types/components/form-elements/form-text-area.d.ts +24 -0
- package/dist/types/components/forms/contact-us/element-mapper.d.ts +3 -0
- package/dist/types/components/forms/contact-us/validations.d.ts +26 -0
- package/dist/types/components/forms/contact-us-form.d.ts +32 -0
- package/dist/types/components/forms/service-booking/element-mapper.d.ts +3 -0
- package/dist/types/components/forms/service-booking/validations.d.ts +26 -0
- package/dist/types/components/forms/service-booking-form.d.ts +32 -0
- package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +31 -0
- package/dist/types/components/part-lookup/distributor-lookup.d.ts +32 -0
- package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +33 -0
- package/dist/types/components/part-lookup/part-lookup.d.ts +43 -0
- package/dist/types/components/vehicle-lookup/components/CardsContainer.d.ts +10 -0
- package/dist/types/components/vehicle-lookup/components/Loading.d.ts +5 -0
- package/dist/types/components/vehicle-lookup/components/SSCTable.d.ts +8 -0
- package/dist/types/components/vehicle-lookup/components/StatusCard.d.ts +12 -0
- package/dist/types/components/vehicle-lookup/dynamic-claim.d.ts +55 -0
- package/dist/types/components/vehicle-lookup/dynamic-redeem.d.ts +39 -0
- package/dist/types/components/vehicle-lookup/paint-thickness.d.ts +35 -0
- package/dist/types/components/vehicle-lookup/service-history.d.ts +30 -0
- package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +35 -0
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +53 -0
- package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +29 -0
- package/dist/types/components/vehicle-lookup/warranty-details.d.ts +57 -0
- package/dist/types/components.d.ts +760 -0
- package/dist/types/global/api/partInformation.d.ts +19 -0
- package/dist/types/global/api/urls.d.ts +2 -0
- package/dist/types/global/api/vehicleInformation.d.ts +33 -0
- package/dist/types/global/lib/cn.d.ts +2 -0
- package/dist/types/global/lib/form-hook.d.ts +47 -0
- package/dist/types/global/lib/general.d.ts +1 -0
- package/dist/types/global/lib/get-local-language.d.ts +2 -0
- package/dist/types/global/lib/image-expansion.d.ts +9 -0
- package/dist/types/global/lib/middleware.d.ts +0 -0
- package/dist/types/global/lib/recaptcha.d.ts +16 -0
- package/dist/types/global/lib/utils.d.ts +1 -0
- package/dist/types/global/lib/validate-form-structure.d.ts +3 -0
- package/dist/types/global/lib/validate-vin.d.ts +1 -0
- package/dist/types/global/types/components.d.ts +7 -0
- package/dist/types/global/types/forms.d.ts +63 -0
- package/dist/types/global/types/general.d.ts +23 -0
- package/dist/types/global/types/locales/error-schema.d.ts +23 -0
- package/dist/types/global/types/locales/forms/contact-us-schema.d.ts +37 -0
- package/dist/types/global/types/locales/forms/index.d.ts +45 -0
- package/dist/types/global/types/locales/general.d.ts +11 -0
- package/dist/types/global/types/locales/index.d.ts +382 -0
- package/dist/types/global/types/locales/inquiryTypes.d.ts +19 -0
- package/dist/types/global/types/locales/part-lookup/dead-stock-schema.d.ts +9 -0
- package/dist/types/global/types/locales/part-lookup/distributor-schema.d.ts +31 -0
- package/dist/types/global/types/locales/part-lookup/index.d.ts +79 -0
- package/dist/types/global/types/locales/part-lookup/manufacturer-schema.d.ts +33 -0
- package/dist/types/global/types/locales/vehicle-lookup/accessories-schema.d.ts +15 -0
- package/dist/types/global/types/locales/vehicle-lookup/dynamic-claim-schema.d.ts +31 -0
- package/dist/types/global/types/locales/vehicle-lookup/dynamic-redeem-schema.d.ts +27 -0
- package/dist/types/global/types/locales/vehicle-lookup/index.d.ts +173 -0
- package/dist/types/global/types/locales/vehicle-lookup/paint-thickness-schema.d.ts +17 -0
- package/dist/types/global/types/locales/vehicle-lookup/service-history-schema.d.ts +19 -0
- package/dist/types/global/types/locales/vehicle-lookup/specification-schema.d.ts +19 -0
- package/dist/types/global/types/locales/vehicle-lookup/warranty-schema.d.ts +35 -0
- package/dist/types/global/types/part-information.d.ts +53 -0
- package/dist/types/global/types/vehicle-information.d.ts +172 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/loader/cdn.js +5 -0
- package/loader/index.cjs.js +5 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +5 -0
- package/loader/index.js +6 -0
- package/loader/package.json +11 -0
- package/package.json +1 -1
|
@@ -0,0 +1,760 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { ErrorKeys, LanguageKeys } from "./global/types/locales/index";
|
|
9
|
+
import { PartInformation } from "./global/types/part-information";
|
|
10
|
+
import { DotNetObjectReference, MockJson } from "./global/types/components";
|
|
11
|
+
import { ServiceItem, VehicleInformation } from "./global/types/vehicle-information";
|
|
12
|
+
import { FormHook } from "./global/lib/form-hook";
|
|
13
|
+
import { InputParams } from "./global/types/general";
|
|
14
|
+
import { FormElementMapper, FormFieldParams, FormSelectFetcher, LocaleFormKeys, StructureObject } from "./global/types/forms";
|
|
15
|
+
import { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
16
|
+
import { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
17
|
+
export { ErrorKeys, LanguageKeys } from "./global/types/locales/index";
|
|
18
|
+
export { PartInformation } from "./global/types/part-information";
|
|
19
|
+
export { DotNetObjectReference, MockJson } from "./global/types/components";
|
|
20
|
+
export { ServiceItem, VehicleInformation } from "./global/types/vehicle-information";
|
|
21
|
+
export { FormHook } from "./global/lib/form-hook";
|
|
22
|
+
export { InputParams } from "./global/types/general";
|
|
23
|
+
export { FormElementMapper, FormFieldParams, FormSelectFetcher, LocaleFormKeys, StructureObject } from "./global/types/forms";
|
|
24
|
+
export { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
25
|
+
export { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
26
|
+
export namespace Components {
|
|
27
|
+
interface ContactUsForm {
|
|
28
|
+
"baseUrl": string;
|
|
29
|
+
"brandId": string;
|
|
30
|
+
"errorCallback": (error: any) => void;
|
|
31
|
+
"language": LanguageKeys;
|
|
32
|
+
"loadingChanges": (loading: boolean) => void;
|
|
33
|
+
"queryString": string;
|
|
34
|
+
"recaptchaKey": string;
|
|
35
|
+
"structure": string;
|
|
36
|
+
"successCallback": (values: any) => void;
|
|
37
|
+
"theme": string;
|
|
38
|
+
}
|
|
39
|
+
interface DeadStockLookup {
|
|
40
|
+
"baseUrl": string;
|
|
41
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
42
|
+
"fetchData": (partNumber?: string, headers?: any) => Promise<void>;
|
|
43
|
+
"isDev": boolean;
|
|
44
|
+
"language": LanguageKeys;
|
|
45
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
46
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
47
|
+
"queryString": string;
|
|
48
|
+
"setData": (newData: PartInformation | string, headers?: any) => Promise<void>;
|
|
49
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
50
|
+
"setMockData": (newMockData: MockJson<PartInformation>) => Promise<void>;
|
|
51
|
+
}
|
|
52
|
+
interface DistributorLookup {
|
|
53
|
+
"baseUrl": string;
|
|
54
|
+
"errorCallback": (errorMessage: string) => void;
|
|
55
|
+
"fetchData": (partNumber?: string, headers?: any) => Promise<void>;
|
|
56
|
+
"hiddenFields"?: string;
|
|
57
|
+
"isDev": boolean;
|
|
58
|
+
"language": LanguageKeys;
|
|
59
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
60
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
61
|
+
"localizationName"?: string;
|
|
62
|
+
"queryString": string;
|
|
63
|
+
"setData": (newData: PartInformation | string, headers?: any) => Promise<void>;
|
|
64
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
65
|
+
"setMockData": (newMockData: MockJson<PartInformation>) => Promise<void>;
|
|
66
|
+
}
|
|
67
|
+
interface DynamicClaim {
|
|
68
|
+
"baseUrl": string;
|
|
69
|
+
"completeClaim": () => Promise<void>;
|
|
70
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
71
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
72
|
+
"isDev": boolean;
|
|
73
|
+
"language": LanguageKeys;
|
|
74
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
75
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
76
|
+
"queryString": string;
|
|
77
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
78
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
79
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
80
|
+
}
|
|
81
|
+
interface DynamicRedeem {
|
|
82
|
+
"canceledItems"?: ServiceItem[];
|
|
83
|
+
"getQrValue": () => Promise<string>;
|
|
84
|
+
"handleQrChanges"?: (code: string) => void;
|
|
85
|
+
"handleScanner"?: (code: string) => void;
|
|
86
|
+
"item"?: ServiceItem;
|
|
87
|
+
"language": LanguageKeys;
|
|
88
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
89
|
+
"quite": () => Promise<void>;
|
|
90
|
+
"unInvoicedByBrokerName"?: string;
|
|
91
|
+
"vin"?: string;
|
|
92
|
+
}
|
|
93
|
+
interface FormDialog {
|
|
94
|
+
"dialogClosed": () => void;
|
|
95
|
+
"errorMessage": string;
|
|
96
|
+
"language": LanguageKeys;
|
|
97
|
+
}
|
|
98
|
+
interface FormInput {
|
|
99
|
+
"class": string;
|
|
100
|
+
"errorMessage": string;
|
|
101
|
+
"form": FormHook<any>;
|
|
102
|
+
"formLocaleName": LocaleFormKeys;
|
|
103
|
+
"inputParams": InputParams;
|
|
104
|
+
"inputPreFix": string;
|
|
105
|
+
"isError": boolean;
|
|
106
|
+
"isRequired": boolean;
|
|
107
|
+
"label": string;
|
|
108
|
+
"language": LanguageKeys;
|
|
109
|
+
"numberDirection"?: boolean;
|
|
110
|
+
"wrapperClass": string;
|
|
111
|
+
"wrapperId": string;
|
|
112
|
+
}
|
|
113
|
+
interface FormSelect {
|
|
114
|
+
"disabled": boolean;
|
|
115
|
+
"errorMessage": string;
|
|
116
|
+
"fetcher": FormSelectFetcher;
|
|
117
|
+
"form": FormHook<any>;
|
|
118
|
+
"formLocaleName": string;
|
|
119
|
+
"isError": boolean;
|
|
120
|
+
"isRequired": boolean;
|
|
121
|
+
"label": string;
|
|
122
|
+
"language": LanguageKeys;
|
|
123
|
+
"name": string;
|
|
124
|
+
"placeholder": string;
|
|
125
|
+
"wrapperClass": string;
|
|
126
|
+
"wrapperId": string;
|
|
127
|
+
}
|
|
128
|
+
interface FormShadowInput {
|
|
129
|
+
"form": FormHook<any>;
|
|
130
|
+
"name": string;
|
|
131
|
+
"value": string;
|
|
132
|
+
}
|
|
133
|
+
interface FormStructure {
|
|
134
|
+
"errorMessage": string;
|
|
135
|
+
"form": FormHook<any>;
|
|
136
|
+
"formElementMapper": FormElementMapper<any>;
|
|
137
|
+
"isLoading": boolean;
|
|
138
|
+
"language": LanguageKeys;
|
|
139
|
+
"renderControl": {};
|
|
140
|
+
"structure": string;
|
|
141
|
+
"theme": string;
|
|
142
|
+
"themes": any;
|
|
143
|
+
}
|
|
144
|
+
interface FormStructureError {
|
|
145
|
+
"language": LanguageKeys;
|
|
146
|
+
}
|
|
147
|
+
interface FormSubmit {
|
|
148
|
+
"isLoading": boolean;
|
|
149
|
+
"language": LanguageKeys;
|
|
150
|
+
"params": FormFieldParams;
|
|
151
|
+
"structureElement": StructureObject;
|
|
152
|
+
}
|
|
153
|
+
interface FormTextArea {
|
|
154
|
+
"errorMessage": string;
|
|
155
|
+
"form": FormHook<any>;
|
|
156
|
+
"formLocaleName": LocaleFormKeys;
|
|
157
|
+
"inputParams": InputParams;
|
|
158
|
+
"isError": boolean;
|
|
159
|
+
"isRequired": boolean;
|
|
160
|
+
"label": string;
|
|
161
|
+
"language": LanguageKeys;
|
|
162
|
+
"wrapperClass": string;
|
|
163
|
+
"wrapperId": string;
|
|
164
|
+
}
|
|
165
|
+
interface LoadingSpinner {
|
|
166
|
+
"isLoading": boolean;
|
|
167
|
+
}
|
|
168
|
+
interface ManufacturerLookup {
|
|
169
|
+
"baseUrl": string;
|
|
170
|
+
"errorCallback": (errorMessage: string) => void;
|
|
171
|
+
"fetchData": (partNumber?: string, headers?: any) => Promise<void>;
|
|
172
|
+
"headerTitle": string;
|
|
173
|
+
"hiddenFields": string;
|
|
174
|
+
"isDev": boolean;
|
|
175
|
+
"language": LanguageKeys;
|
|
176
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
177
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
178
|
+
"localizationName"?: string;
|
|
179
|
+
"queryString": string;
|
|
180
|
+
"setData": (newData: PartInformation | string, headers?: any) => Promise<void>;
|
|
181
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
182
|
+
"setMockData": (newMockData: MockJson<PartInformation>) => Promise<void>;
|
|
183
|
+
}
|
|
184
|
+
interface PaintThickness {
|
|
185
|
+
"baseUrl": string;
|
|
186
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
187
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
188
|
+
"isDev": boolean;
|
|
189
|
+
"language": LanguageKeys;
|
|
190
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
191
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
192
|
+
"queryString": string;
|
|
193
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
194
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
195
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
196
|
+
}
|
|
197
|
+
interface PartLookup {
|
|
198
|
+
"activeElement"?: ActiveElement;
|
|
199
|
+
"baseUrl": string;
|
|
200
|
+
"blazorErrorStateListener": string;
|
|
201
|
+
"blazorOnLoadingStateChange": string;
|
|
202
|
+
"childrenProps"?: string | Object;
|
|
203
|
+
"errorStateListener"?: (newError: string) => void;
|
|
204
|
+
"fetchPartNumber": (partNumber: string, quantity?: string, headers?: any) => Promise<string>;
|
|
205
|
+
"language": LanguageKeys;
|
|
206
|
+
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
207
|
+
"queryString": string;
|
|
208
|
+
"setBlazorRef": (newBlazorRef: DotNetObjectReference) => Promise<void>;
|
|
209
|
+
}
|
|
210
|
+
interface ServiceBookingForm {
|
|
211
|
+
"baseUrl": string;
|
|
212
|
+
"brandId": string;
|
|
213
|
+
"errorCallback": (error: any) => void;
|
|
214
|
+
"language": LanguageKeys;
|
|
215
|
+
"loadingChanges": (loading: boolean) => void;
|
|
216
|
+
"queryString": string;
|
|
217
|
+
"recaptchaKey": string;
|
|
218
|
+
"structure": string;
|
|
219
|
+
"successCallback": (values: any) => void;
|
|
220
|
+
"theme": string;
|
|
221
|
+
}
|
|
222
|
+
interface ServiceHistory {
|
|
223
|
+
"baseUrl": string;
|
|
224
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
225
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
226
|
+
"isDev": boolean;
|
|
227
|
+
"language": LanguageKeys;
|
|
228
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
229
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
230
|
+
"queryString": string;
|
|
231
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
232
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
233
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
234
|
+
}
|
|
235
|
+
interface VehicleAccessories {
|
|
236
|
+
"baseUrl": string;
|
|
237
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
238
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
239
|
+
"isDev": boolean;
|
|
240
|
+
"language": LanguageKeys;
|
|
241
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
242
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
243
|
+
"queryString": string;
|
|
244
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
245
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
246
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
247
|
+
}
|
|
248
|
+
interface VehicleLookup {
|
|
249
|
+
"activeElement"?: ActiveElement1;
|
|
250
|
+
"baseUrl": string;
|
|
251
|
+
"blazorErrorStateListener": string;
|
|
252
|
+
"blazorOnLoadingStateChange": string;
|
|
253
|
+
"childrenProps"?: string | Object;
|
|
254
|
+
"errorStateListener"?: (newError: string) => void;
|
|
255
|
+
"fetchVin": (vin: string, headers?: any) => Promise<string>;
|
|
256
|
+
"isDev": boolean;
|
|
257
|
+
"language": LanguageKeys;
|
|
258
|
+
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
259
|
+
"queryString": string;
|
|
260
|
+
"setBlazorRef": (newBlazorRef: DotNetObjectReference) => Promise<void>;
|
|
261
|
+
}
|
|
262
|
+
interface VehicleSpecification {
|
|
263
|
+
"baseUrl": string;
|
|
264
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
265
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
266
|
+
"isDev": boolean;
|
|
267
|
+
"language": LanguageKeys;
|
|
268
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
269
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
270
|
+
"queryString": string;
|
|
271
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
272
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
273
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
274
|
+
}
|
|
275
|
+
interface WarrantyDetails {
|
|
276
|
+
"baseUrl": string;
|
|
277
|
+
"brandIntegrationId": string;
|
|
278
|
+
"cityId"?: string;
|
|
279
|
+
"cityIntegrationId"?: string;
|
|
280
|
+
"companyBranchId"?: string;
|
|
281
|
+
"companyBranchIntegrationId"?: string;
|
|
282
|
+
"companyId"?: string;
|
|
283
|
+
"companyIntegrationId"?: string;
|
|
284
|
+
"customerEmail"?: string;
|
|
285
|
+
"customerName"?: string;
|
|
286
|
+
"customerPhone"?: string;
|
|
287
|
+
"errorCallback": (errorMessage: ErrorKeys) => void;
|
|
288
|
+
"fetchData": (requestedVin?: string, headers?: any) => Promise<void>;
|
|
289
|
+
"isDev": boolean;
|
|
290
|
+
"language": LanguageKeys;
|
|
291
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
292
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
293
|
+
"queryString": string;
|
|
294
|
+
"recaptchaKey": string;
|
|
295
|
+
"setData": (newData: VehicleInformation | string, headers?: any) => Promise<void>;
|
|
296
|
+
"setErrorMessage": (message: ErrorKeys) => Promise<void>;
|
|
297
|
+
"setMockData": (newMockData: MockJson<VehicleInformation>) => Promise<void>;
|
|
298
|
+
"showSsc": boolean;
|
|
299
|
+
"showWarranty": boolean;
|
|
300
|
+
"unauthorizedSscLookupBaseUrl": string;
|
|
301
|
+
"unauthorizedSscLookupQueryString": string;
|
|
302
|
+
"userId"?: string;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
declare global {
|
|
306
|
+
interface HTMLContactUsFormElement extends Components.ContactUsForm, HTMLStencilElement {
|
|
307
|
+
}
|
|
308
|
+
var HTMLContactUsFormElement: {
|
|
309
|
+
prototype: HTMLContactUsFormElement;
|
|
310
|
+
new (): HTMLContactUsFormElement;
|
|
311
|
+
};
|
|
312
|
+
interface HTMLDeadStockLookupElement extends Components.DeadStockLookup, HTMLStencilElement {
|
|
313
|
+
}
|
|
314
|
+
var HTMLDeadStockLookupElement: {
|
|
315
|
+
prototype: HTMLDeadStockLookupElement;
|
|
316
|
+
new (): HTMLDeadStockLookupElement;
|
|
317
|
+
};
|
|
318
|
+
interface HTMLDistributorLookupElement extends Components.DistributorLookup, HTMLStencilElement {
|
|
319
|
+
}
|
|
320
|
+
var HTMLDistributorLookupElement: {
|
|
321
|
+
prototype: HTMLDistributorLookupElement;
|
|
322
|
+
new (): HTMLDistributorLookupElement;
|
|
323
|
+
};
|
|
324
|
+
interface HTMLDynamicClaimElement extends Components.DynamicClaim, HTMLStencilElement {
|
|
325
|
+
}
|
|
326
|
+
var HTMLDynamicClaimElement: {
|
|
327
|
+
prototype: HTMLDynamicClaimElement;
|
|
328
|
+
new (): HTMLDynamicClaimElement;
|
|
329
|
+
};
|
|
330
|
+
interface HTMLDynamicRedeemElement extends Components.DynamicRedeem, HTMLStencilElement {
|
|
331
|
+
}
|
|
332
|
+
var HTMLDynamicRedeemElement: {
|
|
333
|
+
prototype: HTMLDynamicRedeemElement;
|
|
334
|
+
new (): HTMLDynamicRedeemElement;
|
|
335
|
+
};
|
|
336
|
+
interface HTMLFormDialogElement extends Components.FormDialog, HTMLStencilElement {
|
|
337
|
+
}
|
|
338
|
+
var HTMLFormDialogElement: {
|
|
339
|
+
prototype: HTMLFormDialogElement;
|
|
340
|
+
new (): HTMLFormDialogElement;
|
|
341
|
+
};
|
|
342
|
+
interface HTMLFormInputElement extends Components.FormInput, HTMLStencilElement {
|
|
343
|
+
}
|
|
344
|
+
var HTMLFormInputElement: {
|
|
345
|
+
prototype: HTMLFormInputElement;
|
|
346
|
+
new (): HTMLFormInputElement;
|
|
347
|
+
};
|
|
348
|
+
interface HTMLFormSelectElement extends Components.FormSelect, HTMLStencilElement {
|
|
349
|
+
}
|
|
350
|
+
var HTMLFormSelectElement: {
|
|
351
|
+
prototype: HTMLFormSelectElement;
|
|
352
|
+
new (): HTMLFormSelectElement;
|
|
353
|
+
};
|
|
354
|
+
interface HTMLFormShadowInputElement extends Components.FormShadowInput, HTMLStencilElement {
|
|
355
|
+
}
|
|
356
|
+
var HTMLFormShadowInputElement: {
|
|
357
|
+
prototype: HTMLFormShadowInputElement;
|
|
358
|
+
new (): HTMLFormShadowInputElement;
|
|
359
|
+
};
|
|
360
|
+
interface HTMLFormStructureElement extends Components.FormStructure, HTMLStencilElement {
|
|
361
|
+
}
|
|
362
|
+
var HTMLFormStructureElement: {
|
|
363
|
+
prototype: HTMLFormStructureElement;
|
|
364
|
+
new (): HTMLFormStructureElement;
|
|
365
|
+
};
|
|
366
|
+
interface HTMLFormStructureErrorElement extends Components.FormStructureError, HTMLStencilElement {
|
|
367
|
+
}
|
|
368
|
+
var HTMLFormStructureErrorElement: {
|
|
369
|
+
prototype: HTMLFormStructureErrorElement;
|
|
370
|
+
new (): HTMLFormStructureErrorElement;
|
|
371
|
+
};
|
|
372
|
+
interface HTMLFormSubmitElement extends Components.FormSubmit, HTMLStencilElement {
|
|
373
|
+
}
|
|
374
|
+
var HTMLFormSubmitElement: {
|
|
375
|
+
prototype: HTMLFormSubmitElement;
|
|
376
|
+
new (): HTMLFormSubmitElement;
|
|
377
|
+
};
|
|
378
|
+
interface HTMLFormTextAreaElement extends Components.FormTextArea, HTMLStencilElement {
|
|
379
|
+
}
|
|
380
|
+
var HTMLFormTextAreaElement: {
|
|
381
|
+
prototype: HTMLFormTextAreaElement;
|
|
382
|
+
new (): HTMLFormTextAreaElement;
|
|
383
|
+
};
|
|
384
|
+
interface HTMLLoadingSpinnerElement extends Components.LoadingSpinner, HTMLStencilElement {
|
|
385
|
+
}
|
|
386
|
+
var HTMLLoadingSpinnerElement: {
|
|
387
|
+
prototype: HTMLLoadingSpinnerElement;
|
|
388
|
+
new (): HTMLLoadingSpinnerElement;
|
|
389
|
+
};
|
|
390
|
+
interface HTMLManufacturerLookupElement extends Components.ManufacturerLookup, HTMLStencilElement {
|
|
391
|
+
}
|
|
392
|
+
var HTMLManufacturerLookupElement: {
|
|
393
|
+
prototype: HTMLManufacturerLookupElement;
|
|
394
|
+
new (): HTMLManufacturerLookupElement;
|
|
395
|
+
};
|
|
396
|
+
interface HTMLPaintThicknessElement extends Components.PaintThickness, HTMLStencilElement {
|
|
397
|
+
}
|
|
398
|
+
var HTMLPaintThicknessElement: {
|
|
399
|
+
prototype: HTMLPaintThicknessElement;
|
|
400
|
+
new (): HTMLPaintThicknessElement;
|
|
401
|
+
};
|
|
402
|
+
interface HTMLPartLookupElement extends Components.PartLookup, HTMLStencilElement {
|
|
403
|
+
}
|
|
404
|
+
var HTMLPartLookupElement: {
|
|
405
|
+
prototype: HTMLPartLookupElement;
|
|
406
|
+
new (): HTMLPartLookupElement;
|
|
407
|
+
};
|
|
408
|
+
interface HTMLServiceBookingFormElement extends Components.ServiceBookingForm, HTMLStencilElement {
|
|
409
|
+
}
|
|
410
|
+
var HTMLServiceBookingFormElement: {
|
|
411
|
+
prototype: HTMLServiceBookingFormElement;
|
|
412
|
+
new (): HTMLServiceBookingFormElement;
|
|
413
|
+
};
|
|
414
|
+
interface HTMLServiceHistoryElement extends Components.ServiceHistory, HTMLStencilElement {
|
|
415
|
+
}
|
|
416
|
+
var HTMLServiceHistoryElement: {
|
|
417
|
+
prototype: HTMLServiceHistoryElement;
|
|
418
|
+
new (): HTMLServiceHistoryElement;
|
|
419
|
+
};
|
|
420
|
+
interface HTMLVehicleAccessoriesElement extends Components.VehicleAccessories, HTMLStencilElement {
|
|
421
|
+
}
|
|
422
|
+
var HTMLVehicleAccessoriesElement: {
|
|
423
|
+
prototype: HTMLVehicleAccessoriesElement;
|
|
424
|
+
new (): HTMLVehicleAccessoriesElement;
|
|
425
|
+
};
|
|
426
|
+
interface HTMLVehicleLookupElement extends Components.VehicleLookup, HTMLStencilElement {
|
|
427
|
+
}
|
|
428
|
+
var HTMLVehicleLookupElement: {
|
|
429
|
+
prototype: HTMLVehicleLookupElement;
|
|
430
|
+
new (): HTMLVehicleLookupElement;
|
|
431
|
+
};
|
|
432
|
+
interface HTMLVehicleSpecificationElement extends Components.VehicleSpecification, HTMLStencilElement {
|
|
433
|
+
}
|
|
434
|
+
var HTMLVehicleSpecificationElement: {
|
|
435
|
+
prototype: HTMLVehicleSpecificationElement;
|
|
436
|
+
new (): HTMLVehicleSpecificationElement;
|
|
437
|
+
};
|
|
438
|
+
interface HTMLWarrantyDetailsElement extends Components.WarrantyDetails, HTMLStencilElement {
|
|
439
|
+
}
|
|
440
|
+
var HTMLWarrantyDetailsElement: {
|
|
441
|
+
prototype: HTMLWarrantyDetailsElement;
|
|
442
|
+
new (): HTMLWarrantyDetailsElement;
|
|
443
|
+
};
|
|
444
|
+
interface HTMLElementTagNameMap {
|
|
445
|
+
"contact-us-form": HTMLContactUsFormElement;
|
|
446
|
+
"dead-stock-lookup": HTMLDeadStockLookupElement;
|
|
447
|
+
"distributor-lookup": HTMLDistributorLookupElement;
|
|
448
|
+
"dynamic-claim": HTMLDynamicClaimElement;
|
|
449
|
+
"dynamic-redeem": HTMLDynamicRedeemElement;
|
|
450
|
+
"form-dialog": HTMLFormDialogElement;
|
|
451
|
+
"form-input": HTMLFormInputElement;
|
|
452
|
+
"form-select": HTMLFormSelectElement;
|
|
453
|
+
"form-shadow-input": HTMLFormShadowInputElement;
|
|
454
|
+
"form-structure": HTMLFormStructureElement;
|
|
455
|
+
"form-structure-error": HTMLFormStructureErrorElement;
|
|
456
|
+
"form-submit": HTMLFormSubmitElement;
|
|
457
|
+
"form-text-area": HTMLFormTextAreaElement;
|
|
458
|
+
"loading-spinner": HTMLLoadingSpinnerElement;
|
|
459
|
+
"manufacturer-lookup": HTMLManufacturerLookupElement;
|
|
460
|
+
"paint-thickness": HTMLPaintThicknessElement;
|
|
461
|
+
"part-lookup": HTMLPartLookupElement;
|
|
462
|
+
"service-booking-form": HTMLServiceBookingFormElement;
|
|
463
|
+
"service-history": HTMLServiceHistoryElement;
|
|
464
|
+
"vehicle-accessories": HTMLVehicleAccessoriesElement;
|
|
465
|
+
"vehicle-lookup": HTMLVehicleLookupElement;
|
|
466
|
+
"vehicle-specification": HTMLVehicleSpecificationElement;
|
|
467
|
+
"warranty-details": HTMLWarrantyDetailsElement;
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
declare namespace LocalJSX {
|
|
471
|
+
interface ContactUsForm {
|
|
472
|
+
"baseUrl"?: string;
|
|
473
|
+
"brandId"?: string;
|
|
474
|
+
"errorCallback"?: (error: any) => void;
|
|
475
|
+
"language"?: LanguageKeys;
|
|
476
|
+
"loadingChanges"?: (loading: boolean) => void;
|
|
477
|
+
"queryString"?: string;
|
|
478
|
+
"recaptchaKey"?: string;
|
|
479
|
+
"structure"?: string;
|
|
480
|
+
"successCallback"?: (values: any) => void;
|
|
481
|
+
"theme"?: string;
|
|
482
|
+
}
|
|
483
|
+
interface DeadStockLookup {
|
|
484
|
+
"baseUrl"?: string;
|
|
485
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
486
|
+
"isDev"?: boolean;
|
|
487
|
+
"language"?: LanguageKeys;
|
|
488
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
489
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
490
|
+
"queryString"?: string;
|
|
491
|
+
}
|
|
492
|
+
interface DistributorLookup {
|
|
493
|
+
"baseUrl"?: string;
|
|
494
|
+
"errorCallback"?: (errorMessage: string) => void;
|
|
495
|
+
"hiddenFields"?: string;
|
|
496
|
+
"isDev"?: boolean;
|
|
497
|
+
"language"?: LanguageKeys;
|
|
498
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
499
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
500
|
+
"localizationName"?: string;
|
|
501
|
+
"queryString"?: string;
|
|
502
|
+
}
|
|
503
|
+
interface DynamicClaim {
|
|
504
|
+
"baseUrl"?: string;
|
|
505
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
506
|
+
"isDev"?: boolean;
|
|
507
|
+
"language"?: LanguageKeys;
|
|
508
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
509
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
510
|
+
"queryString"?: string;
|
|
511
|
+
}
|
|
512
|
+
interface DynamicRedeem {
|
|
513
|
+
"canceledItems"?: ServiceItem[];
|
|
514
|
+
"handleQrChanges"?: (code: string) => void;
|
|
515
|
+
"handleScanner"?: (code: string) => void;
|
|
516
|
+
"item"?: ServiceItem;
|
|
517
|
+
"language"?: LanguageKeys;
|
|
518
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
519
|
+
"unInvoicedByBrokerName"?: string;
|
|
520
|
+
"vin"?: string;
|
|
521
|
+
}
|
|
522
|
+
interface FormDialog {
|
|
523
|
+
"dialogClosed"?: () => void;
|
|
524
|
+
"errorMessage"?: string;
|
|
525
|
+
"language"?: LanguageKeys;
|
|
526
|
+
}
|
|
527
|
+
interface FormInput {
|
|
528
|
+
"class"?: string;
|
|
529
|
+
"errorMessage"?: string;
|
|
530
|
+
"form"?: FormHook<any>;
|
|
531
|
+
"formLocaleName"?: LocaleFormKeys;
|
|
532
|
+
"inputParams"?: InputParams;
|
|
533
|
+
"inputPreFix"?: string;
|
|
534
|
+
"isError"?: boolean;
|
|
535
|
+
"isRequired"?: boolean;
|
|
536
|
+
"label"?: string;
|
|
537
|
+
"language"?: LanguageKeys;
|
|
538
|
+
"numberDirection"?: boolean;
|
|
539
|
+
"wrapperClass"?: string;
|
|
540
|
+
"wrapperId"?: string;
|
|
541
|
+
}
|
|
542
|
+
interface FormSelect {
|
|
543
|
+
"disabled"?: boolean;
|
|
544
|
+
"errorMessage"?: string;
|
|
545
|
+
"fetcher"?: FormSelectFetcher;
|
|
546
|
+
"form"?: FormHook<any>;
|
|
547
|
+
"formLocaleName"?: string;
|
|
548
|
+
"isError"?: boolean;
|
|
549
|
+
"isRequired"?: boolean;
|
|
550
|
+
"label"?: string;
|
|
551
|
+
"language"?: LanguageKeys;
|
|
552
|
+
"name"?: string;
|
|
553
|
+
"placeholder"?: string;
|
|
554
|
+
"wrapperClass"?: string;
|
|
555
|
+
"wrapperId"?: string;
|
|
556
|
+
}
|
|
557
|
+
interface FormShadowInput {
|
|
558
|
+
"form"?: FormHook<any>;
|
|
559
|
+
"name"?: string;
|
|
560
|
+
"value"?: string;
|
|
561
|
+
}
|
|
562
|
+
interface FormStructure {
|
|
563
|
+
"errorMessage"?: string;
|
|
564
|
+
"form"?: FormHook<any>;
|
|
565
|
+
"formElementMapper"?: FormElementMapper<any>;
|
|
566
|
+
"isLoading"?: boolean;
|
|
567
|
+
"language"?: LanguageKeys;
|
|
568
|
+
"renderControl"?: {};
|
|
569
|
+
"structure"?: string;
|
|
570
|
+
"theme"?: string;
|
|
571
|
+
"themes"?: any;
|
|
572
|
+
}
|
|
573
|
+
interface FormStructureError {
|
|
574
|
+
"language"?: LanguageKeys;
|
|
575
|
+
}
|
|
576
|
+
interface FormSubmit {
|
|
577
|
+
"isLoading"?: boolean;
|
|
578
|
+
"language"?: LanguageKeys;
|
|
579
|
+
"params"?: FormFieldParams;
|
|
580
|
+
"structureElement"?: StructureObject;
|
|
581
|
+
}
|
|
582
|
+
interface FormTextArea {
|
|
583
|
+
"errorMessage"?: string;
|
|
584
|
+
"form"?: FormHook<any>;
|
|
585
|
+
"formLocaleName"?: LocaleFormKeys;
|
|
586
|
+
"inputParams"?: InputParams;
|
|
587
|
+
"isError"?: boolean;
|
|
588
|
+
"isRequired"?: boolean;
|
|
589
|
+
"label"?: string;
|
|
590
|
+
"language"?: LanguageKeys;
|
|
591
|
+
"wrapperClass"?: string;
|
|
592
|
+
"wrapperId"?: string;
|
|
593
|
+
}
|
|
594
|
+
interface LoadingSpinner {
|
|
595
|
+
"isLoading"?: boolean;
|
|
596
|
+
}
|
|
597
|
+
interface ManufacturerLookup {
|
|
598
|
+
"baseUrl"?: string;
|
|
599
|
+
"errorCallback"?: (errorMessage: string) => void;
|
|
600
|
+
"headerTitle"?: string;
|
|
601
|
+
"hiddenFields"?: string;
|
|
602
|
+
"isDev"?: boolean;
|
|
603
|
+
"language"?: LanguageKeys;
|
|
604
|
+
"loadedResponse"?: (response: PartInformation) => void;
|
|
605
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
606
|
+
"localizationName"?: string;
|
|
607
|
+
"queryString"?: string;
|
|
608
|
+
}
|
|
609
|
+
interface PaintThickness {
|
|
610
|
+
"baseUrl"?: string;
|
|
611
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
612
|
+
"isDev"?: boolean;
|
|
613
|
+
"language"?: LanguageKeys;
|
|
614
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
615
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
616
|
+
"queryString"?: string;
|
|
617
|
+
}
|
|
618
|
+
interface PartLookup {
|
|
619
|
+
"activeElement"?: ActiveElement;
|
|
620
|
+
"baseUrl"?: string;
|
|
621
|
+
"blazorErrorStateListener"?: string;
|
|
622
|
+
"blazorOnLoadingStateChange"?: string;
|
|
623
|
+
"childrenProps"?: string | Object;
|
|
624
|
+
"errorStateListener"?: (newError: string) => void;
|
|
625
|
+
"language"?: LanguageKeys;
|
|
626
|
+
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
627
|
+
"queryString"?: string;
|
|
628
|
+
}
|
|
629
|
+
interface ServiceBookingForm {
|
|
630
|
+
"baseUrl"?: string;
|
|
631
|
+
"brandId"?: string;
|
|
632
|
+
"errorCallback"?: (error: any) => void;
|
|
633
|
+
"language"?: LanguageKeys;
|
|
634
|
+
"loadingChanges"?: (loading: boolean) => void;
|
|
635
|
+
"queryString"?: string;
|
|
636
|
+
"recaptchaKey"?: string;
|
|
637
|
+
"structure"?: string;
|
|
638
|
+
"successCallback"?: (values: any) => void;
|
|
639
|
+
"theme"?: string;
|
|
640
|
+
}
|
|
641
|
+
interface ServiceHistory {
|
|
642
|
+
"baseUrl"?: string;
|
|
643
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
644
|
+
"isDev"?: boolean;
|
|
645
|
+
"language"?: LanguageKeys;
|
|
646
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
647
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
648
|
+
"queryString"?: string;
|
|
649
|
+
}
|
|
650
|
+
interface VehicleAccessories {
|
|
651
|
+
"baseUrl"?: string;
|
|
652
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
653
|
+
"isDev"?: boolean;
|
|
654
|
+
"language"?: LanguageKeys;
|
|
655
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
656
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
657
|
+
"queryString"?: string;
|
|
658
|
+
}
|
|
659
|
+
interface VehicleLookup {
|
|
660
|
+
"activeElement"?: ActiveElement1;
|
|
661
|
+
"baseUrl"?: string;
|
|
662
|
+
"blazorErrorStateListener"?: string;
|
|
663
|
+
"blazorOnLoadingStateChange"?: string;
|
|
664
|
+
"childrenProps"?: string | Object;
|
|
665
|
+
"errorStateListener"?: (newError: string) => void;
|
|
666
|
+
"isDev"?: boolean;
|
|
667
|
+
"language"?: LanguageKeys;
|
|
668
|
+
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
669
|
+
"queryString"?: string;
|
|
670
|
+
}
|
|
671
|
+
interface VehicleSpecification {
|
|
672
|
+
"baseUrl"?: string;
|
|
673
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
674
|
+
"isDev"?: boolean;
|
|
675
|
+
"language"?: LanguageKeys;
|
|
676
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
677
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
678
|
+
"queryString"?: string;
|
|
679
|
+
}
|
|
680
|
+
interface WarrantyDetails {
|
|
681
|
+
"baseUrl"?: string;
|
|
682
|
+
"brandIntegrationId"?: string;
|
|
683
|
+
"cityId"?: string;
|
|
684
|
+
"cityIntegrationId"?: string;
|
|
685
|
+
"companyBranchId"?: string;
|
|
686
|
+
"companyBranchIntegrationId"?: string;
|
|
687
|
+
"companyId"?: string;
|
|
688
|
+
"companyIntegrationId"?: string;
|
|
689
|
+
"customerEmail"?: string;
|
|
690
|
+
"customerName"?: string;
|
|
691
|
+
"customerPhone"?: string;
|
|
692
|
+
"errorCallback"?: (errorMessage: ErrorKeys) => void;
|
|
693
|
+
"isDev"?: boolean;
|
|
694
|
+
"language"?: LanguageKeys;
|
|
695
|
+
"loadedResponse"?: (response: VehicleInformation) => void;
|
|
696
|
+
"loadingStateChange"?: (isLoading: boolean) => void;
|
|
697
|
+
"queryString"?: string;
|
|
698
|
+
"recaptchaKey"?: string;
|
|
699
|
+
"showSsc"?: boolean;
|
|
700
|
+
"showWarranty"?: boolean;
|
|
701
|
+
"unauthorizedSscLookupBaseUrl"?: string;
|
|
702
|
+
"unauthorizedSscLookupQueryString"?: string;
|
|
703
|
+
"userId"?: string;
|
|
704
|
+
}
|
|
705
|
+
interface IntrinsicElements {
|
|
706
|
+
"contact-us-form": ContactUsForm;
|
|
707
|
+
"dead-stock-lookup": DeadStockLookup;
|
|
708
|
+
"distributor-lookup": DistributorLookup;
|
|
709
|
+
"dynamic-claim": DynamicClaim;
|
|
710
|
+
"dynamic-redeem": DynamicRedeem;
|
|
711
|
+
"form-dialog": FormDialog;
|
|
712
|
+
"form-input": FormInput;
|
|
713
|
+
"form-select": FormSelect;
|
|
714
|
+
"form-shadow-input": FormShadowInput;
|
|
715
|
+
"form-structure": FormStructure;
|
|
716
|
+
"form-structure-error": FormStructureError;
|
|
717
|
+
"form-submit": FormSubmit;
|
|
718
|
+
"form-text-area": FormTextArea;
|
|
719
|
+
"loading-spinner": LoadingSpinner;
|
|
720
|
+
"manufacturer-lookup": ManufacturerLookup;
|
|
721
|
+
"paint-thickness": PaintThickness;
|
|
722
|
+
"part-lookup": PartLookup;
|
|
723
|
+
"service-booking-form": ServiceBookingForm;
|
|
724
|
+
"service-history": ServiceHistory;
|
|
725
|
+
"vehicle-accessories": VehicleAccessories;
|
|
726
|
+
"vehicle-lookup": VehicleLookup;
|
|
727
|
+
"vehicle-specification": VehicleSpecification;
|
|
728
|
+
"warranty-details": WarrantyDetails;
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
export { LocalJSX as JSX };
|
|
732
|
+
declare module "@stencil/core" {
|
|
733
|
+
export namespace JSX {
|
|
734
|
+
interface IntrinsicElements {
|
|
735
|
+
"contact-us-form": LocalJSX.ContactUsForm & JSXBase.HTMLAttributes<HTMLContactUsFormElement>;
|
|
736
|
+
"dead-stock-lookup": LocalJSX.DeadStockLookup & JSXBase.HTMLAttributes<HTMLDeadStockLookupElement>;
|
|
737
|
+
"distributor-lookup": LocalJSX.DistributorLookup & JSXBase.HTMLAttributes<HTMLDistributorLookupElement>;
|
|
738
|
+
"dynamic-claim": LocalJSX.DynamicClaim & JSXBase.HTMLAttributes<HTMLDynamicClaimElement>;
|
|
739
|
+
"dynamic-redeem": LocalJSX.DynamicRedeem & JSXBase.HTMLAttributes<HTMLDynamicRedeemElement>;
|
|
740
|
+
"form-dialog": LocalJSX.FormDialog & JSXBase.HTMLAttributes<HTMLFormDialogElement>;
|
|
741
|
+
"form-input": LocalJSX.FormInput & JSXBase.HTMLAttributes<HTMLFormInputElement>;
|
|
742
|
+
"form-select": LocalJSX.FormSelect & JSXBase.HTMLAttributes<HTMLFormSelectElement>;
|
|
743
|
+
"form-shadow-input": LocalJSX.FormShadowInput & JSXBase.HTMLAttributes<HTMLFormShadowInputElement>;
|
|
744
|
+
"form-structure": LocalJSX.FormStructure & JSXBase.HTMLAttributes<HTMLFormStructureElement>;
|
|
745
|
+
"form-structure-error": LocalJSX.FormStructureError & JSXBase.HTMLAttributes<HTMLFormStructureErrorElement>;
|
|
746
|
+
"form-submit": LocalJSX.FormSubmit & JSXBase.HTMLAttributes<HTMLFormSubmitElement>;
|
|
747
|
+
"form-text-area": LocalJSX.FormTextArea & JSXBase.HTMLAttributes<HTMLFormTextAreaElement>;
|
|
748
|
+
"loading-spinner": LocalJSX.LoadingSpinner & JSXBase.HTMLAttributes<HTMLLoadingSpinnerElement>;
|
|
749
|
+
"manufacturer-lookup": LocalJSX.ManufacturerLookup & JSXBase.HTMLAttributes<HTMLManufacturerLookupElement>;
|
|
750
|
+
"paint-thickness": LocalJSX.PaintThickness & JSXBase.HTMLAttributes<HTMLPaintThicknessElement>;
|
|
751
|
+
"part-lookup": LocalJSX.PartLookup & JSXBase.HTMLAttributes<HTMLPartLookupElement>;
|
|
752
|
+
"service-booking-form": LocalJSX.ServiceBookingForm & JSXBase.HTMLAttributes<HTMLServiceBookingFormElement>;
|
|
753
|
+
"service-history": LocalJSX.ServiceHistory & JSXBase.HTMLAttributes<HTMLServiceHistoryElement>;
|
|
754
|
+
"vehicle-accessories": LocalJSX.VehicleAccessories & JSXBase.HTMLAttributes<HTMLVehicleAccessoriesElement>;
|
|
755
|
+
"vehicle-lookup": LocalJSX.VehicleLookup & JSXBase.HTMLAttributes<HTMLVehicleLookupElement>;
|
|
756
|
+
"vehicle-specification": LocalJSX.VehicleSpecification & JSXBase.HTMLAttributes<HTMLVehicleSpecificationElement>;
|
|
757
|
+
"warranty-details": LocalJSX.WarrantyDetails & JSXBase.HTMLAttributes<HTMLWarrantyDetailsElement>;
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
}
|