adp-web-components 0.0.36 → 0.0.38
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-6d543be0.js → app-globals-4aa8f46f.js} +13 -0
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +1 -1
- package/dist/cjs/dynamic-claim_6.cjs.entry.js +1 -1
- package/dist/cjs/dynamic-redeem.cjs.entry.js +1 -1
- package/dist/cjs/form-input.cjs.entry.js +1 -1
- package/dist/cjs/general-inquiry-form.cjs.entry.js +1 -1
- package/dist/cjs/{get-local-language-b38fe7ca.js → get-local-language-f00a474e.js} +4 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/part-lookup.cjs.entry.js +25 -20
- package/dist/cjs/shift-components.cjs.js +2 -2
- package/dist/cjs/vehicle-lookup.cjs.entry.js +64 -43
- package/dist/collection/components/form-input/form-input.css +1 -1
- package/dist/collection/components/general-inquiry-form/general-inquiry-form.css +1 -1
- package/dist/collection/components/part-lookup/part-lookup.js +48 -81
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +91 -71
- package/dist/collection/global/lib/middleware.js +13 -0
- package/dist/collection/global/types/locales/error-schema.js +3 -0
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/dynamic-claim.js +1 -1
- package/dist/components/dynamic-redeem.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/general-inquiry-form.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/{p-6d9cb126.js → p-090b8654.js} +1 -1
- package/dist/components/p-0c62815e.js +5 -0
- package/dist/components/{p-f3de80cd.js → p-0c9d5b37.js} +1 -1
- package/dist/components/{p-889526d8.js → p-14226c5e.js} +1 -1
- package/dist/components/{p-ee84cf70.js → p-1f28a457.js} +1 -1
- package/dist/components/{p-a865dff3.js → p-2bd0fee5.js} +1 -1
- package/dist/components/{p-1a7f780a.js → p-33d15f6d.js} +1 -1
- package/dist/components/{p-e37ce417.js → p-46262302.js} +1 -1
- package/dist/components/{p-1ec25f3c.js → p-6864b1ac.js} +1 -1
- package/dist/components/{p-5cf87534.js → p-b75f830a.js} +1 -1
- package/dist/components/{p-2de97517.js → p-c39f97a1.js} +1 -1
- package/dist/components/{p-f7b3a33c.js → p-ea183aab.js} +1 -1
- package/dist/components/{p-7cc65883.js → p-ed4f329d.js} +1 -1
- package/dist/components/paint-thickness.js +1 -1
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-history.js +1 -1
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/warranty-details.js +1 -1
- package/dist/esm/{app-globals-e6576027.js → app-globals-68faa233.js} +13 -0
- package/dist/esm/dead-stock-lookup_3.entry.js +1 -1
- package/dist/esm/dynamic-claim_6.entry.js +1 -1
- package/dist/esm/dynamic-redeem.entry.js +1 -1
- package/dist/esm/form-input.entry.js +1 -1
- package/dist/esm/general-inquiry-form.entry.js +1 -1
- package/dist/esm/{get-local-language-5f8f9df5.js → get-local-language-e7d50e27.js} +4 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/part-lookup.entry.js +25 -20
- package/dist/esm/shift-components.js +2 -2
- package/dist/esm/vehicle-lookup.entry.js +64 -43
- package/dist/locales/ar.json +3 -0
- package/dist/locales/en.json +3 -0
- package/dist/locales/ku.json +5 -2
- package/dist/locales/ru.json +3 -0
- package/dist/shift-components/{p-8b97a91f.entry.js → p-14a050bc.entry.js} +1 -1
- package/dist/shift-components/{p-42d320e2.js → p-446d908d.js} +1 -1
- package/dist/shift-components/{p-50a1ccc9.entry.js → p-4a8040d3.entry.js} +1 -1
- package/dist/shift-components/{p-6553e467.entry.js → p-4f7a3fd9.entry.js} +1 -1
- package/dist/shift-components/p-5a0e7724.entry.js +5 -0
- package/dist/shift-components/p-7222df1f.entry.js +5 -0
- package/dist/shift-components/p-8f42bfca.js +5 -0
- package/dist/shift-components/{p-ddffc71b.entry.js → p-cde3b164.entry.js} +1 -1
- package/dist/shift-components/{p-5bb328fd.entry.js → p-f1acc1fb.entry.js} +1 -1
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/part-lookup/part-lookup.d.ts +6 -7
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +23 -14
- package/dist/types/components.d.ts +10 -12
- package/dist/types/global/types/locales/error-schema.d.ts +6 -0
- package/dist/types/global/types/locales/index.d.ts +6 -0
- package/package.json +1 -1
- package/dist/components/p-3b5ef7f5.js +0 -5
- package/dist/shift-components/p-36f29bde.js +0 -5
- package/dist/shift-components/p-43f14c26.entry.js +0 -5
- package/dist/shift-components/p-dc33c5ac.entry.js +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LanguageKeys } from "../../global/types/locales/index";
|
|
2
1
|
import { DotNetObjectReference } from "../../global/types/components";
|
|
2
|
+
import { LanguageKeys, Locale } from "../../global/types/locales/index";
|
|
3
3
|
import { DeadStockLookup } from './dead-stock-lookup';
|
|
4
4
|
import { DistributorLookup } from './distributor-lookup';
|
|
5
5
|
import { ManufacturerLookup } from './manufacturer-lookup';
|
|
@@ -16,27 +16,26 @@ export type ComponentMap = {
|
|
|
16
16
|
export type ActiveElement = (typeof componentTags)[keyof typeof componentTags] | '';
|
|
17
17
|
export declare class PartLookup {
|
|
18
18
|
baseUrl: string;
|
|
19
|
-
isDev: boolean;
|
|
20
19
|
queryString: string;
|
|
21
20
|
language: LanguageKeys;
|
|
22
21
|
blazorErrorStateListener: string;
|
|
22
|
+
childrenProps?: string | Object;
|
|
23
23
|
blazorOnLoadingStateChange: string;
|
|
24
|
-
childeProps?: string | Object;
|
|
25
24
|
activeElement?: ActiveElement;
|
|
26
25
|
errorStateListener?: (newError: string) => void;
|
|
27
26
|
loadingStateChanged?: (isLoading: boolean) => void;
|
|
28
27
|
wrapperErrorState: string;
|
|
29
28
|
blazorRef?: DotNetObjectReference;
|
|
29
|
+
locale: Locale;
|
|
30
30
|
el: HTMLElement;
|
|
31
31
|
private componentsList;
|
|
32
|
+
componentWillLoad(): Promise<void>;
|
|
33
|
+
changeLanguage(newLanguage: LanguageKeys): Promise<void>;
|
|
32
34
|
componentDidLoad(): Promise<void>;
|
|
33
35
|
private loadingStateChangingMiddleware;
|
|
34
36
|
errorListener(newState: any): Promise<void>;
|
|
35
37
|
setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
|
|
36
|
-
fetchPartNumber(partNumber: string, quantity
|
|
37
|
-
getPageContext(): Promise<{
|
|
38
|
-
componentsList: ComponentMap;
|
|
39
|
-
}>;
|
|
38
|
+
fetchPartNumber(partNumber: string, quantity?: string, headers?: any): Promise<string>;
|
|
40
39
|
private handleLoadData;
|
|
41
40
|
render(): any;
|
|
42
41
|
}
|
|
@@ -1,20 +1,28 @@
|
|
|
1
|
-
import { LanguageKeys } from "../../global/types/locales/index";
|
|
2
1
|
import { DotNetObjectReference } from "../../global/types/components";
|
|
2
|
+
import { LanguageKeys, Locale } from "../../global/types/locales/index";
|
|
3
3
|
import { DynamicClaim } from './dynamic-claim';
|
|
4
4
|
import { PaintThickness } from './paint-thickness';
|
|
5
5
|
import { ServiceHistory } from './service-history';
|
|
6
6
|
import { WarrantyDetails } from './warranty-details';
|
|
7
7
|
import { VehicleAccessories } from './vehicle-accessories';
|
|
8
8
|
import { VehicleSpecification } from './vehicle-specification';
|
|
9
|
+
declare const componentTags: {
|
|
10
|
+
readonly dynamicClaim: "dynamic-claim";
|
|
11
|
+
readonly paintThickness: "paint-thickness";
|
|
12
|
+
readonly serviceHistory: "service-history";
|
|
13
|
+
readonly warrantyDetails: "warranty-details";
|
|
14
|
+
readonly vehicleAccessories: "vehicle-accessories";
|
|
15
|
+
readonly vehicleSpecification: "vehicle-specification";
|
|
16
|
+
};
|
|
9
17
|
export type ComponentMap = {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
18
|
+
[componentTags.dynamicClaim]: DynamicClaim;
|
|
19
|
+
[componentTags.paintThickness]: PaintThickness;
|
|
20
|
+
[componentTags.serviceHistory]: ServiceHistory;
|
|
21
|
+
[componentTags.warrantyDetails]: WarrantyDetails;
|
|
22
|
+
[componentTags.vehicleAccessories]: VehicleAccessories;
|
|
23
|
+
[componentTags.vehicleSpecification]: VehicleSpecification;
|
|
16
24
|
};
|
|
17
|
-
export type ActiveElement = keyof
|
|
25
|
+
export type ActiveElement = (typeof componentTags)[keyof typeof componentTags] | '';
|
|
18
26
|
export declare class VehicleLookup {
|
|
19
27
|
activeElement?: ActiveElement;
|
|
20
28
|
baseUrl: string;
|
|
@@ -22,22 +30,23 @@ export declare class VehicleLookup {
|
|
|
22
30
|
queryString: string;
|
|
23
31
|
language: LanguageKeys;
|
|
24
32
|
blazorErrorStateListener: string;
|
|
33
|
+
childrenProps?: string | Object;
|
|
25
34
|
blazorOnLoadingStateChange: string;
|
|
26
35
|
errorStateListener?: (newError: string) => void;
|
|
27
36
|
loadingStateChanged?: (isLoading: boolean) => void;
|
|
28
37
|
wrapperErrorState: string;
|
|
29
38
|
blazorRef?: DotNetObjectReference;
|
|
39
|
+
locale: Locale;
|
|
30
40
|
el: HTMLElement;
|
|
31
41
|
private componentsList;
|
|
42
|
+
componentWillLoad(): Promise<void>;
|
|
43
|
+
changeLanguage(newLanguage: LanguageKeys): Promise<void>;
|
|
32
44
|
componentDidLoad(): Promise<void>;
|
|
45
|
+
private loadingStateChangingMiddleware;
|
|
33
46
|
errorListener(newState: any): Promise<void>;
|
|
34
|
-
handleLoadingListenerPropChange(newProp: any): Promise<void>;
|
|
35
|
-
handleBlazorLoadingRefChange(loadingInvokeRef: any): Promise<void>;
|
|
36
47
|
setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
|
|
37
|
-
fetchVin(vin: string, headers?: any): Promise<
|
|
38
|
-
getPageContext(): Promise<{
|
|
39
|
-
componentsList: ComponentMap;
|
|
40
|
-
}>;
|
|
48
|
+
fetchVin(vin: string, headers?: any): Promise<string>;
|
|
41
49
|
private handleLoadData;
|
|
42
50
|
render(): any;
|
|
43
51
|
}
|
|
52
|
+
export {};
|
|
@@ -9,14 +9,14 @@ import { LanguageKeys } from "./global/types/locales/index";
|
|
|
9
9
|
import { PartInformation } from "./global/types/part-information";
|
|
10
10
|
import { DotNetObjectReference, MockJson } from "./global/types/components";
|
|
11
11
|
import { ServiceItem, VehicleInformation } from "./global/types/vehicle-information";
|
|
12
|
-
import { ActiveElement
|
|
13
|
-
import { ActiveElement as ActiveElement1
|
|
12
|
+
import { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
13
|
+
import { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
14
14
|
export { LanguageKeys } from "./global/types/locales/index";
|
|
15
15
|
export { PartInformation } from "./global/types/part-information";
|
|
16
16
|
export { DotNetObjectReference, MockJson } from "./global/types/components";
|
|
17
17
|
export { ServiceItem, VehicleInformation } from "./global/types/vehicle-information";
|
|
18
|
-
export { ActiveElement
|
|
19
|
-
export { ActiveElement as ActiveElement1
|
|
18
|
+
export { ActiveElement } from "./components/part-lookup/part-lookup";
|
|
19
|
+
export { ActiveElement as ActiveElement1 } from "./components/vehicle-lookup/vehicle-lookup";
|
|
20
20
|
export namespace Components {
|
|
21
21
|
interface DeadStockLookup {
|
|
22
22
|
"baseUrl": string;
|
|
@@ -109,11 +109,9 @@ export namespace Components {
|
|
|
109
109
|
"baseUrl": string;
|
|
110
110
|
"blazorErrorStateListener": string;
|
|
111
111
|
"blazorOnLoadingStateChange": string;
|
|
112
|
-
"
|
|
112
|
+
"childrenProps"?: string | Object;
|
|
113
113
|
"errorStateListener"?: (newError: string) => void;
|
|
114
|
-
"fetchPartNumber": (partNumber: string, quantity
|
|
115
|
-
"getPageContext": () => Promise<{ componentsList: ComponentMap; }>;
|
|
116
|
-
"isDev": boolean;
|
|
114
|
+
"fetchPartNumber": (partNumber: string, quantity?: string, headers?: any) => Promise<string>;
|
|
117
115
|
"language": LanguageKeys;
|
|
118
116
|
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
119
117
|
"queryString": string;
|
|
@@ -146,9 +144,9 @@ export namespace Components {
|
|
|
146
144
|
"baseUrl": string;
|
|
147
145
|
"blazorErrorStateListener": string;
|
|
148
146
|
"blazorOnLoadingStateChange": string;
|
|
147
|
+
"childrenProps"?: string | Object;
|
|
149
148
|
"errorStateListener"?: (newError: string) => void;
|
|
150
|
-
"fetchVin": (vin: string, headers?: any) => Promise<
|
|
151
|
-
"getPageContext": () => Promise<{ componentsList: ComponentMap1; }>;
|
|
149
|
+
"fetchVin": (vin: string, headers?: any) => Promise<string>;
|
|
152
150
|
"isDev": boolean;
|
|
153
151
|
"language": LanguageKeys;
|
|
154
152
|
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
@@ -386,9 +384,8 @@ declare namespace LocalJSX {
|
|
|
386
384
|
"baseUrl"?: string;
|
|
387
385
|
"blazorErrorStateListener"?: string;
|
|
388
386
|
"blazorOnLoadingStateChange"?: string;
|
|
389
|
-
"
|
|
387
|
+
"childrenProps"?: string | Object;
|
|
390
388
|
"errorStateListener"?: (newError: string) => void;
|
|
391
|
-
"isDev"?: boolean;
|
|
392
389
|
"language"?: LanguageKeys;
|
|
393
390
|
"loadingStateChanged"?: (isLoading: boolean) => void;
|
|
394
391
|
"queryString"?: string;
|
|
@@ -414,6 +411,7 @@ declare namespace LocalJSX {
|
|
|
414
411
|
"baseUrl"?: string;
|
|
415
412
|
"blazorErrorStateListener"?: string;
|
|
416
413
|
"blazorOnLoadingStateChange"?: string;
|
|
414
|
+
"childrenProps"?: string | Object;
|
|
417
415
|
"errorStateListener"?: (newError: string) => void;
|
|
418
416
|
"isDev"?: boolean;
|
|
419
417
|
"language"?: LanguageKeys;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
export declare const errorsSchema: import("yup").ObjectSchema<{
|
|
2
2
|
wildCard: string;
|
|
3
3
|
noBaseUrl: string;
|
|
4
|
+
invalidVin: string;
|
|
5
|
+
vinNumberRequired: string;
|
|
6
|
+
partNumberRequired: string;
|
|
4
7
|
noServiceAvailable: string;
|
|
5
8
|
wrongResponseFormat: string;
|
|
6
9
|
}, import("yup").AnyObject, {
|
|
7
10
|
wildCard: undefined;
|
|
8
11
|
noBaseUrl: undefined;
|
|
12
|
+
invalidVin: undefined;
|
|
13
|
+
vinNumberRequired: undefined;
|
|
14
|
+
partNumberRequired: undefined;
|
|
9
15
|
noServiceAvailable: undefined;
|
|
10
16
|
wrongResponseFormat: undefined;
|
|
11
17
|
}, "">;
|
|
@@ -15,6 +15,9 @@ export declare const localeSchema: import("yup").ObjectSchema<{
|
|
|
15
15
|
errors: {
|
|
16
16
|
wildCard?: string;
|
|
17
17
|
noBaseUrl?: string;
|
|
18
|
+
invalidVin?: string;
|
|
19
|
+
vinNumberRequired?: string;
|
|
20
|
+
partNumberRequired?: string;
|
|
18
21
|
noServiceAvailable?: string;
|
|
19
22
|
wrongResponseFormat?: string;
|
|
20
23
|
};
|
|
@@ -151,6 +154,9 @@ export declare const localeSchema: import("yup").ObjectSchema<{
|
|
|
151
154
|
errors: {
|
|
152
155
|
wildCard: undefined;
|
|
153
156
|
noBaseUrl: undefined;
|
|
157
|
+
invalidVin: undefined;
|
|
158
|
+
vinNumberRequired: undefined;
|
|
159
|
+
partNumberRequired: undefined;
|
|
154
160
|
noServiceAvailable: undefined;
|
|
155
161
|
wrongResponseFormat: undefined;
|
|
156
162
|
};
|
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{c as e,a as n}from"./p-e446fb9d.js";const r=e({wildCard:n().required(),noBaseUrl:n().required(),noServiceAvailable:n().required(),wrongResponseFormat:n().required()}),i=e({deadStock:n().required(),branch:n().required(),availableQuantity:n().required()}),a=e({info:n().required(),distributorStock:n().required(),availability:n().required(),notAvailable:n().required(),partiallyAvailable:n().required(),available:n().required(),location:n().required(),description:n().required(),productGroup:n().required(),localDescription:n().required(),dealerPurchasePrice:n().required(),recommendedRetailPrice:n().required(),supersededFrom:n().required(),supersededTo:n().required()}),t=e({origin:n().required(),warrantyPrice:n().required(),specialPrice:n().required(),wholesalesPrice:n().required(),pnc:n().required(),pncName:n().required(),binCode:n().required(),dimension1:n().required(),dimension2:n().required(),dimension3:n().required(),netWeight:n().required(),grossWeight:n().required(),cubicMeasure:n().required(),hsCode:n().required(),uzHsCode:n().required()}),o=e({deadStock:i,distributor:a,manufacturer:t}),c=e({authorized:n().required(),unauthorized:n().required(),activeWarranty:n().required(),notActiveWarranty:n().required(),notInvoiced:n().required(),from:n().required(),to:n().required(),pendingSSC:n().required(),noPendingSSC:n().required(),checkingTMC:n().required(),sscCampings:n().required(),sscTableCode:n().required(),sscTableDescription:n().required(),sscTableRepairStatus:n().required(),sscTableOPCode:n().required(),sscTablePartNumber:n().required()}),s=e({vehicleAccessories:n().required(),noData:n().required(),partNumber:n().required(),description:n().required(),image:n().required(),expand:n().required()}),l=e({serviceType:n().required(),activationDate:n().required(),expireDate:n().required(),claimAt:n().required(),redeemingDealer:n().required(),invoiceNumber:n().required(),wip:n().required(),menuCode:n().required(),claim:n().required(),processed:n().required(),expired:n().required(),cancelled:n().required(),pending:n().required(),warning:n().required()}),u=e({vehicleSpecification:n().required(),noData:n().required(),model:n().required(),variant:n().required(),katashiki:n().required(),modelYear:n().required(),sfx:n().required()}),d=e({serviceType:n().required(),name:n().required(),activationDate:n().required(),expireDate:n().required(),menuCode:n().required(),scanTheInvoice:n().required(),processing:n().required(),warning:n().required(),skipServicesWarning:n().required(),confirmSkipServices:n().required(),notInvoiced:n().required(),confirmNotInvoiced:n().required()}),p=e({serviceHistory:n().required(),noData:n().required(),branch:n().required(),dealer:n().required(),invoiceNumber:n().required(),date:n().required(),serviceType:n().required(),odometer:n().required()}),m=e({paintThickness:n().required(),noData:n().required(),part:n().required(),left:n().required(),right:n().required(),noImageGroups:n().required(),expand:n().required()}),v=e({warranty:c,accessories:s,dynamicClaim:l,dynamicRedeem:d,specification:u,serviceHistory:p,paintThickness:m}),f={ar:"ar.json",en:"en.json",ku:"ku.json",ru:"ru.json"},b=e({errors:r,lang:n().required(),partLookup:o,language:n().required(),direction:n().required(),vehicleLookup:v});var g=Object.defineProperty;((e,n)=>{for(var r in n)g(e,r,{get:n[r],enumerable:!0})})({},{err:()=>y,map:()=>k,ok:()=>h,unwrap:()=>$,unwrapErr:()=>w});var h=e=>({isOk:!0,isErr:!1,value:e}),y=e=>({isOk:!1,isErr:!0,value:e});function k(e,n){if(e.isOk){const r=n(e.value);return r instanceof Promise?r.then((e=>h(e))):h(r)}if(e.isErr)return y(e.value);throw"should never get here"}var $=e=>{if(e.isOk)return e.value;throw e.value},w=e=>{if(e.isErr)return e.value;throw e.value},S=(e,n,...r)=>{let i=null,a=null,t=null,o=!1,c=!1;const s=[],l=n=>{for(let a=0;a<n.length;a++)i=n[a],Array.isArray(i)?l(i):null!=i&&"boolean"!=typeof i&&((o="function"!=typeof e&&!("object"==(r=typeof(r=i))||"function"===r))&&(i=String(i)),o&&c?s[s.length-1].i+=i:s.push(o?C(null,i):i),c=o);var r};if(l(r),n){n.key&&(a=n.key),n.name&&(t=n.name);{const e=n.className||n.class;e&&(n.class="object"!=typeof e?e:Object.keys(e).filter((n=>e[n])).join(" "))}}if("function"==typeof e)return e(null===n?{}:n,s,T);const u=C(e,null);return u.t=n,s.length>0&&(u.o=s),u.l=a,u.u=t,u},C=(e,n)=>({p:0,m:e,i:n,v:null,o:null,t:null,l:null,u:null}),T={forEach:(e,n)=>e.map(D).forEach(n),map:(e,n)=>e.map(D).map(n).map(j)},D=e=>({vattrs:e.t,vchildren:e.o,vkey:e.l,vname:e.u,vtag:e.m,vtext:e.i}),j=e=>{if("function"==typeof e.vtag){const n={...e.vattrs};return e.vkey&&(n.key=e.vkey),e.vname&&(n.name=e.vname),S(e.vtag,n,...e.vchildren||[])}const n=C(e.vtag,e.vtext);return n.t=e.vattrs,n.o=e.vchildren,n.l=e.vkey,n.u=e.vname,n};const P={},x=async e=>{const n=f[e]||f.en;if(P[n])return await P[n];let r;return r=fetch(`https://cdn.jsdelivr.net/npm/adp-web-components@0.0.36/dist/locales/${n}`).then((e=>e.json())),P[n]=r,await r};export{x as g,S as h,b as l}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import"./p-0f0e54c1.js";import{c as e,a as i}from"./p-e446fb9d.js";const a=e({wildCard:i().required(),noBaseUrl:i().required(),noServiceAvailable:i().required(),wrongResponseFormat:i().required()}),n=e({deadStock:i().required(),branch:i().required(),availableQuantity:i().required()}),r=e({info:i().required(),distributorStock:i().required(),availability:i().required(),notAvailable:i().required(),partiallyAvailable:i().required(),available:i().required(),location:i().required(),description:i().required(),productGroup:i().required(),localDescription:i().required(),dealerPurchasePrice:i().required(),recommendedRetailPrice:i().required(),supersededFrom:i().required(),supersededTo:i().required()}),o=e({origin:i().required(),warrantyPrice:i().required(),specialPrice:i().required(),wholesalesPrice:i().required(),pnc:i().required(),pncName:i().required(),binCode:i().required(),dimension1:i().required(),dimension2:i().required(),dimension3:i().required(),netWeight:i().required(),grossWeight:i().required(),cubicMeasure:i().required(),hsCode:i().required(),uzHsCode:i().required()}),s=e({deadStock:n,distributor:r,manufacturer:o}),c=e({authorized:i().required(),unauthorized:i().required(),activeWarranty:i().required(),notActiveWarranty:i().required(),notInvoiced:i().required(),from:i().required(),to:i().required(),pendingSSC:i().required(),noPendingSSC:i().required(),checkingTMC:i().required(),sscCampings:i().required(),sscTableCode:i().required(),sscTableDescription:i().required(),sscTableRepairStatus:i().required(),sscTableOPCode:i().required(),sscTablePartNumber:i().required()}),t=e({vehicleAccessories:i().required(),noData:i().required(),partNumber:i().required(),description:i().required(),image:i().required(),expand:i().required()}),d=e({serviceType:i().required(),activationDate:i().required(),expireDate:i().required(),claimAt:i().required(),redeemingDealer:i().required(),invoiceNumber:i().required(),wip:i().required(),menuCode:i().required(),claim:i().required(),processed:i().required(),expired:i().required(),cancelled:i().required(),pending:i().required(),warning:i().required()}),l=e({vehicleSpecification:i().required(),noData:i().required(),model:i().required(),variant:i().required(),katashiki:i().required(),modelYear:i().required(),sfx:i().required()}),p=e({serviceType:i().required(),name:i().required(),activationDate:i().required(),expireDate:i().required(),menuCode:i().required(),scanTheInvoice:i().required(),processing:i().required(),warning:i().required(),skipServicesWarning:i().required(),confirmSkipServices:i().required(),notInvoiced:i().required(),confirmNotInvoiced:i().required()}),m=e({serviceHistory:i().required(),noData:i().required(),branch:i().required(),dealer:i().required(),invoiceNumber:i().required(),date:i().required(),serviceType:i().required(),odometer:i().required()}),u=e({paintThickness:i().required(),noData:i().required(),part:i().required(),left:i().required(),right:i().required(),noImageGroups:i().required(),expand:i().required()}),v=e({warranty:c,accessories:t,dynamicClaim:d,dynamicRedeem:p,specification:l,serviceHistory:m,paintThickness:u}),b={ar:"ar.json",en:"en.json",ku:"ku.json",ru:"ru.json"},g=e({errors:a,lang:i().required(),partLookup:s,language:i().required(),direction:i().required(),vehicleLookup:v}),h={},y=async e=>{const i=b[e]||b.en;if(h[i])return await h[i];let a;return a=fetch(`https://cdn.jsdelivr.net/npm/adp-web-components@0.0.36/dist/locales/${i}`).then((e=>e.json())),h[i]=a,await a};export{y as g,g as l}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{r as t,h as e,H as i,g as o}from"./p-0f0e54c1.js";import{c as s}from"./p-98d9e7ab.js";const r="dead-stock-lookup",a="distributor-lookup",n="manufacturer-lookup",h=class{constructor(e){t(this,e),this.loadingStateChangingMiddleware=t=>{this.loadingStateChanged&&this.loadingStateChanged(t),this.blazorRef&&this.blazorOnLoadingStateChange&&this.blazorRef.invokeMethodAsync(this.blazorOnLoadingStateChange,t)},this.baseUrl="",this.isDev=!1,this.queryString="",this.language="en",this.blazorErrorStateListener="",this.blazorOnLoadingStateChange="",this.childeProps="",this.activeElement="",this.errorStateListener=void 0,this.loadingStateChanged=void 0,this.wrapperErrorState="",this.blazorRef=void 0}async componentDidLoad(){const t=this.el.getElementsByTagName("dead-stock-lookup")[0],e=this.el.getElementsByTagName("distributor-lookup")[0],i=this.el.getElementsByTagName("manufacturer-lookup")[0];this.componentsList={[r]:t,[a]:e,[n]:i},Object.values(this.componentsList).forEach((t=>{t&&(this.loadingStateChanged&&(t.loadingStateChange=this.loadingStateChangingMiddleware),t.loadedResponse=e=>this.handleLoadData(e,t))}))}async errorListener(t){this.errorStateListener&&this.errorStateListener(t),this.blazorRef&&this.blazorErrorStateListener&&this.blazorRef.invokeMethodAsync(this.blazorErrorStateListener,t)}async setBlazorRef(t){this.blazorRef=t}async fetchPartNumber(t,e,i={}){const o=this.componentsList[this.activeElement]||null;if(this.wrapperErrorState="",!o)return;if(""==t)return this.wrapperErrorState="Part Number is Required";const s=e.trim()||"0"===e.trim()?`${t.trim()}/${e.trim()}`:t.trim();o.fetchData(s,i)}async getPageContext(){return{componentsList:this.componentsList}}handleLoadData(t,e){Object.values(this.componentsList).forEach((i=>{null!==i&&i!==e&&t&&i.setData(t)}))}render(){const t={[r]:{},[a]:{},[n]:{}};try{if(this.childeProps){let e={};"string"==typeof this.childeProps?e=JSON.parse(this.childeProps):"object"==typeof this.childeProps&&(e=this.childeProps),Object.keys(t).forEach((i=>{"object"==typeof e[i]&&(t[i]=e[i])}))}}catch(t){}return e(i,{key:"a554793f6c6a50497040418950ebf219bf0c1b1f"},e("div",{key:"724b36d16b670ba2b7a45ee0383f3f21f88f390e",class:s("w-full",{hidden:this.activeElement!==r})},e("dead-stock-lookup",Object.assign({key:"d17b37b5135cd2c24c406262d7e4294ba3b89946",isDev:this.isDev,"base-url":this.baseUrl,language:this.language,"query-string":this.queryString},t[r]))),e("div",{key:"c8f91d9965da875178a19fd8c527ea9064f75fcb",class:s("w-full",{hidden:this.activeElement!==a})},e("distributor-lookup",Object.assign({key:"2e96d5cd271c7a5eaae837b992343b1a6ead8b66",isDev:this.isDev,"base-url":this.baseUrl,language:this.language,"query-string":this.queryString},t[a]))),e("div",{key:"f51b0fbb705a52c19a72509df00bedd13d3bee07",class:s("w-full",{hidden:this.activeElement!==n})},e("manufacturer-lookup",Object.assign({key:"30f8e622d74b3b31d0dc4d348a29b6702fe2dc89",isDev:this.isDev,"base-url":this.baseUrl,language:this.language,"query-string":this.queryString},t[n]))),e("slot",{key:"ef5858c30d094e3f7b0a9eb2ae6b748a48e3c8d3"}))}get el(){return o(this)}static get watchers(){return{wrapperErrorState:["errorListener"]}}};h.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.block{display:block}:host{display:block}.static{position:static}.hidden{display:none}.w-full{width:100%}';export{h as part_lookup}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{r as t,h as e,H as i,g as a}from"./p-0f0e54c1.js";import{c as o}from"./p-98d9e7ab.js";const r=class{constructor(e){t(this,e),this.activeElement="",this.baseUrl="",this.isDev=!1,this.queryString="",this.language="en",this.blazorErrorStateListener="",this.blazorOnLoadingStateChange="",this.errorStateListener=void 0,this.loadingStateChanged=void 0,this.wrapperErrorState="",this.blazorRef=void 0}async componentDidLoad(){const t=this.el.getElementsByTagName("vehicle-specification")[0],e=this.el.getElementsByTagName("vehicle-accessories")[0],i=this.el.getElementsByTagName("warranty-details")[0],a=this.el.getElementsByTagName("service-history")[0],o=this.el.getElementsByTagName("paint-thickness")[0],r=this.el.getElementsByTagName("dynamic-claim")[0];this.componentsList={"vehicle-specification":t,"vehicle-accessories":e,"warranty-details":i,"service-history":a,"paint-thickness":o,"dynamic-claim":r},Object.values(this.componentsList).forEach((t=>{t&&(this.loadingStateChanged&&(t.loadingStateChange=this.loadingStateChanged),t.loadedResponse=e=>this.handleLoadData(e,t))}))}async errorListener(t){this.errorStateListener&&this.errorStateListener(t),this.blazorRef&&this.blazorErrorStateListener&&this.blazorRef.invokeMethodAsync(this.blazorErrorStateListener,t)}async handleLoadingListenerPropChange(t){Object.values(this.componentsList).forEach((e=>{e&&(e.loadingStateChange=t)}))}async handleBlazorLoadingRefChange(t){this.blazorRef&&Object.values(this.componentsList).forEach((e=>{e&&(e.loadingStateChange=e=>this.blazorRef.invokeMethodAsync(t,e))}))}async setBlazorRef(t){this.blazorRef=t,this.blazorOnLoadingStateChange&&Object.values(this.componentsList).forEach((t=>{t&&(t.loadingStateChange=t=>this.blazorRef.invokeMethodAsync(this.blazorOnLoadingStateChange,t))}))}async fetchVin(t,e={}){const i=this.componentsList[this.activeElement]||null;if(this.wrapperErrorState="",i)return""==t?this.wrapperErrorState="VIN is required":function(t){const e={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:1,B:2,C:3,D:4,E:5,F:6,G:7,H:8,J:1,K:2,L:3,M:4,N:5,P:7,R:9,S:2,T:3,U:4,V:5,W:6,X:7,Y:8,Z:9},i=[8,7,6,5,4,3,2,10,0,9,8,7,6,5,4,3,2];let a=0,o=!0;for(let r=0;r<t.length;r++){const s=e[t[r].toUpperCase()];if(void 0===s){o=!1;break}a+=s*i[r]}let r=(a%11).toString();return"10"===r&&(r="X"),t[8]!=r&&(o=!1),o}(t)?void i.fetchData(t,e):this.wrapperErrorState="Invalid VIN"}async getPageContext(){return{componentsList:this.componentsList}}handleLoadData(t,e){Object.values(this.componentsList).forEach((i=>{null!==i&&i!==e&&t&&i.setData(t)}))}render(){return e(i,{key:"f9e557d773f50b6fa3a76b287bd62cd852e10d06"},e("div",{key:"fa267d8aeddb4807e21fab2c61986cf98a29caeb",class:o("w-full",{hidden:"vehicle-specification"!==this.activeElement})},e("vehicle-specification",{key:"005f0bc2c8db628cbfc006bb8b6452a3691336f2",language:this.language,isDev:this.isDev,"base-url":this.baseUrl,"query-string":this.queryString})),e("div",{key:"f8dc47e3bd43694d5e1ba2c37e6dbbdbdaf4f9cf",class:o("w-full",{hidden:"vehicle-accessories"!==this.activeElement})},e("vehicle-accessories",{key:"c8c291bfc5c639c0b2dbd529e36ee61ee96751e2",language:this.language,isDev:this.isDev,"base-url":this.baseUrl,"query-string":this.queryString})),e("div",{key:"33ed406e5803036cf90a3a12a20225263cf99bb8",class:o("w-full",{hidden:"warranty-details"!==this.activeElement})},e("warranty-details",{key:"448044d8011c92e0b20827c7e3524e35f989b333",language:this.language,isDev:this.isDev,"show-ssc":"true","show-warranty":"true","base-url":this.baseUrl,"query-string":this.queryString},e("slot",{key:"f3a3eaf0e887cd5e646cb21aca824096e135c27b"}))),e("div",{key:"624f31cea6c56fc435e2d69202beac8664b65f37",class:o("w-full",{hidden:"service-history"!==this.activeElement})},e("service-history",{key:"cd3a450e7dc5933de36bc86a44ffc0c09befd5d2",language:this.language,isDev:this.isDev,"base-url":this.baseUrl,"query-string":this.queryString})),e("div",{key:"2ede71d8e30a4bddfbf70c8036283a4a9d4583d8",class:o("w-full",{hidden:"paint-thickness"!==this.activeElement})},e("paint-thickness",{key:"872f7b26a5a9dcaa8212af40509ead1691ac2ae6",language:this.language,isDev:this.isDev,"base-url":this.baseUrl,"query-string":this.queryString})),e("div",{key:"fdfef55e500725605e286ab9ceb3741632cbe3b0",class:o("w-full",{hidden:"dynamic-claim"!==this.activeElement})},e("dynamic-claim",{key:"80aa8037bf3ad6d5dbf7aa0607ed2cf3c7553c59",language:this.language,isDev:this.isDev,"base-url":this.baseUrl,"query-string":this.queryString})))}get el(){return a(this)}static get watchers(){return{wrapperErrorState:["errorListener"],onLoadingStateChanged:["handleLoadingListenerPropChange"],blazorOnLoadingStateChange:["handleBlazorLoadingRefChange"]}}};r.style='*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;border:0 solid #e5e7eb;box-sizing:border-box}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}/*! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com*/:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.block{display:block}:host{display:block}.static{position:static}.hidden{display:none}.w-full{width:100%}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.mt-\\[12px\\]{margin-top:12px}.flex{display:flex}.table{display:table}.h-0{height:0}.h-\\[40px\\]{height:40px}.h-\\[80px\\]{height:80px}.max-h-\\[70dvh\\]{max-height:70dvh}.min-h-\\[100px\\]{min-height:100px}.w-fit{width:fit-content}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.scale-0{--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[8px\\]{border-radius:8px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-\\[\\#d6d8dc\\]{--tw-border-opacity:1;border-color:rgb(214 216 220/var(--tw-border-opacity,1))}.bg-\\[\\#e1e3e5\\]{--tw-bg-opacity:1;background-color:rgb(225 227 229/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.px-\\[10px\\]{padding-left:10px;padding-right:10px}.px-\\[16px\\]{padding-left:16px;padding-right:16px}.py-4{padding-bottom:1rem;padding-top:1rem}.py-\\[20px\\]{padding-bottom:20px;padding-top:20px}.py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.pt-\\[4px\\]{padding-top:4px}.text-center{text-align:center}.text-\\[18px\\]{font-size:18px}.text-\\[20px\\]{font-size:20px}.font-bold{font-weight:700}.text-\\[\\#383c43\\]{--tw-text-opacity:1;color:rgb(56 60 67/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.opacity-0{opacity:0}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.reject-card{background-color:#f7d7d8;border-color:#f2aeb5;color:#58151c}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.success-card{background-color:#d0e7de;border-color:#a2d0bb;color:#0b3521}';export{r as vehicle_lookup}
|