adp-web-components 0.0.41 → 0.0.42

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.
Files changed (73) hide show
  1. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +29 -27
  2. package/dist/cjs/dynamic-claim_6.cjs.entry.js +12 -12
  3. package/dist/cjs/dynamic-redeem.cjs.entry.js +4 -4
  4. package/dist/cjs/form-input.cjs.entry.js +1 -1
  5. package/dist/cjs/general-inquiry-form.cjs.entry.js +1 -1
  6. package/dist/cjs/{get-local-language-2afae4fa.js → get-local-language-9c2b4910.js} +1 -1
  7. package/dist/cjs/part-lookup.cjs.entry.js +2 -2
  8. package/dist/cjs/vehicle-lookup.cjs.entry.js +2 -2
  9. package/dist/collection/components/form-input/form-input.js +1 -1
  10. package/dist/collection/components/general-inquiry-form/general-inquiry-form.js +1 -1
  11. package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
  12. package/dist/collection/components/part-lookup/distributor-lookup.js +11 -9
  13. package/dist/collection/components/part-lookup/manufacturer-lookup.js +16 -16
  14. package/dist/collection/components/part-lookup/part-lookup.js +1 -1
  15. package/dist/collection/components/vehicle-lookup/dynamic-claim.js +2 -2
  16. package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +3 -3
  17. package/dist/collection/components/vehicle-lookup/paint-thickness.js +3 -3
  18. package/dist/collection/components/vehicle-lookup/service-history.js +1 -1
  19. package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +3 -3
  20. package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +1 -1
  21. package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
  22. package/dist/collection/components/vehicle-lookup/warranty-details.js +1 -1
  23. package/dist/collection/templates/part-lookup/mock-data.js +92 -133
  24. package/dist/components/dead-stock-lookup.js +1 -1
  25. package/dist/components/distributor-lookup.js +1 -1
  26. package/dist/components/dynamic-claim.js +1 -1
  27. package/dist/components/dynamic-redeem.js +1 -1
  28. package/dist/components/form-input.js +1 -1
  29. package/dist/components/general-inquiry-form.js +1 -1
  30. package/dist/components/manufacturer-lookup.js +1 -1
  31. package/dist/components/{p-2fac364f.js → p-034250c1.js} +1 -1
  32. package/dist/components/{p-0f6fc926.js → p-0de24860.js} +1 -1
  33. package/dist/components/{p-9c625b44.js → p-0e363c60.js} +1 -1
  34. package/dist/components/p-1435d040.js +5 -0
  35. package/dist/components/{p-46262302.js → p-47a14cee.js} +1 -1
  36. package/dist/components/{p-8927ee20.js → p-49a798ff.js} +1 -1
  37. package/dist/components/p-52abe27a.js +5 -0
  38. package/dist/components/{p-88712a6f.js → p-633cc0ac.js} +1 -1
  39. package/dist/components/{p-5ebb1baa.js → p-8e7a3271.js} +1 -1
  40. package/dist/components/p-c2aa007b.js +5 -0
  41. package/dist/components/{p-6425b049.js → p-c9ae326d.js} +1 -1
  42. package/dist/components/{p-e0fe137d.js → p-cb6328fc.js} +1 -1
  43. package/dist/components/{p-e69fdb26.js → p-f13a8c1e.js} +1 -1
  44. package/dist/components/paint-thickness.js +1 -1
  45. package/dist/components/part-lookup.js +1 -1
  46. package/dist/components/service-history.js +1 -1
  47. package/dist/components/vehicle-accessories.js +1 -1
  48. package/dist/components/vehicle-lookup.js +1 -1
  49. package/dist/components/vehicle-specification.js +1 -1
  50. package/dist/components/warranty-details.js +1 -1
  51. package/dist/esm/dead-stock-lookup_3.entry.js +29 -27
  52. package/dist/esm/dynamic-claim_6.entry.js +12 -12
  53. package/dist/esm/dynamic-redeem.entry.js +4 -4
  54. package/dist/esm/form-input.entry.js +1 -1
  55. package/dist/esm/general-inquiry-form.entry.js +1 -1
  56. package/dist/esm/{get-local-language-80211d62.js → get-local-language-5ce26e67.js} +1 -1
  57. package/dist/esm/part-lookup.entry.js +2 -2
  58. package/dist/esm/vehicle-lookup.entry.js +2 -2
  59. package/dist/shift-components/p-187ba4ce.entry.js +5 -0
  60. package/dist/shift-components/{p-c2c97548.entry.js → p-3b087a36.entry.js} +1 -1
  61. package/dist/shift-components/{p-005b6da7.entry.js → p-425b4484.entry.js} +1 -1
  62. package/dist/shift-components/{p-4f7a3fd9.entry.js → p-56977a12.entry.js} +1 -1
  63. package/dist/shift-components/{p-7a5f86b7.entry.js → p-71f49510.entry.js} +1 -1
  64. package/dist/shift-components/{p-cde3b164.entry.js → p-b0ad10ce.entry.js} +1 -1
  65. package/dist/shift-components/{p-ec2994d5.entry.js → p-e28e0073.entry.js} +1 -1
  66. package/dist/shift-components/{p-01839fa0.js → p-ea9f7055.js} +1 -1
  67. package/dist/shift-components/shift-components.esm.js +1 -1
  68. package/dist/types/global/types/part-information.d.ts +16 -17
  69. package/package.json +1 -1
  70. package/dist/components/p-1e3a346b.js +0 -5
  71. package/dist/components/p-8770a54b.js +0 -5
  72. package/dist/components/p-e5963c31.js +0 -5
  73. package/dist/shift-components/p-06f334f6.entry.js +0 -5
@@ -7,7 +7,7 @@
7
7
  Object.defineProperty(exports, '__esModule', { value: true });
8
8
 
9
9
  const index = require('./index-846c93d2.js');
10
- const getLocalLanguage = require('./get-local-language-2afae4fa.js');
10
+ const getLocalLanguage = require('./get-local-language-9c2b4910.js');
11
11
  const cn = require('./cn-f559f9e5.js');
12
12
  const Loading = require('./Loading-6f4f0127.js');
13
13
  require('./index.esm-c628daeb.js');
@@ -156,7 +156,7 @@ const DeadStockLookup = class {
156
156
  };
157
157
  DeadStockLookup.style = DeadStockLookupStyle0;
158
158
 
159
- const distributorLookupCss = "*,: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{all:initial!important;display:block}*{font-family:Arial}.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}.mt-\\[12px\\]{margin-top:12px}.flex{display:flex}.table{display:table}.grid{display:grid}.h-\\[40px\\]{height:40px}.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))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-\\[15px\\]{gap:15px}.gap-\\[50px\\]{gap:50px}.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))}.border-b-\\[gray\\]{--tw-border-opacity:1;border-bottom-color:rgb(128 128 128/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-0{padding-left:0;padding-right:0}.px-\\[10px\\]{padding-left:10px;padding-right:10px}.px-\\[16px\\]{padding-left:16px;padding-right:16px}.px-\\[30px\\]{padding-left:30px;padding-right:30px}.py-\\[10px\\]{padding-bottom:10px;padding-top:10px}.py-\\[16px\\]{padding-bottom:16px;padding-top:16px}.py-\\[20px\\]{padding-bottom:20px;padding-top:20px}.py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.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-\\[green\\]{--tw-text-opacity:1;color:rgb(0 128 0/var(--tw-text-opacity,1))}.text-\\[orange\\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity,1))}.text-\\[red\\]{--tw-text-opacity:1;color:rgb(255 0 0/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)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.reject-card{background-color:#f7d7d8;border-color:#f2aeb5;color:#58151c}.last\\:border-none:last-child{border-style:none}.hover\\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.z-50{z-index:50}.size-\\[40px\\]{height:40px;width:40px}.size-full{height:100%;width:100%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin-2s{animation:spin 2s linear infinite}";
159
+ const distributorLookupCss = "*,: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{all:initial!important;display:block}*{font-family:Arial}.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}.me-3{margin-inline-end:.75rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mt-\\[12px\\]{margin-top:12px}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.h-\\[40px\\]{height:40px}.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))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-\\[15px\\]{gap:15px}.gap-\\[50px\\]{gap:50px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-\\[4px\\]{border-radius:4px}.rounded-\\[8px\\]{border-radius:8px}.rounded-lg{border-radius:.5rem}.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))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-b-\\[gray\\]{--tw-border-opacity:1;border-bottom-color:rgb(128 128 128/var(--tw-border-opacity,1))}.bg-\\[\\#e1e3e5\\]{--tw-bg-opacity:1;background-color:rgb(225 227 229/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.px-0{padding-left:0;padding-right:0}.px-3{padding-left:.75rem;padding-right:.75rem}.px-\\[10px\\]{padding-left:10px;padding-right:10px}.px-\\[16px\\]{padding-left:16px;padding-right:16px}.px-\\[30px\\]{padding-left:30px;padding-right:30px}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-\\[10px\\]{padding-bottom:10px;padding-top:10px}.py-\\[16px\\]{padding-bottom:16px;padding-top:16px}.py-\\[20px\\]{padding-bottom:20px;padding-top:20px}.py-\\[8px\\]{padding-bottom:8px;padding-top:8px}.text-center{text-align:center}.text-\\[18px\\]{font-size:18px}.text-\\[20px\\]{font-size:20px}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-\\[\\#383c43\\]{--tw-text-opacity:1;color:rgb(56 60 67/var(--tw-text-opacity,1))}.text-\\[green\\]{--tw-text-opacity:1;color:rgb(0 128 0/var(--tw-text-opacity,1))}.text-\\[orange\\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity,1))}.text-\\[red\\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/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)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.reject-card{background-color:#f7d7d8;border-color:#f2aeb5;color:#58151c}.last\\:border-none:last-child{border-style:none}.hover\\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.z-50{z-index:50}.size-\\[40px\\]{height:40px;width:40px}.size-full{height:100%;width:100%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin-2s{animation:spin 2s linear infinite}";
160
160
  const DistributorLookupStyle0 = distributorLookupCss;
161
161
 
162
162
  let mockData$1 = {};
@@ -244,30 +244,32 @@ const DistributorLookup = class {
244
244
  mockData$1 = newMockData;
245
245
  }
246
246
  render() {
247
- var _a, _b, _c;
247
+ var _a, _b;
248
248
  const texts = this.locale.partLookup.distributor;
249
249
  const localName = this.partInformation ? this.localizationName || 'russian' : 'russian';
250
250
  const hiddenFields = this.partInformation ? this.hiddenFields.split(',').map(field => field.trim()) || [] : [];
251
251
  const partsInformation = this.partInformation
252
252
  ? [
253
- { label: texts.description, key: 'partDescription', value: this.partInformation.stockParts[0].partDescription },
254
- { label: texts.productGroup, key: 'group', value: this.partInformation.stockParts[0].group },
253
+ { label: texts.description, key: 'partDescription', value: this.partInformation.partDescription },
254
+ { label: texts.productGroup, key: 'group', value: this.partInformation.group },
255
255
  {
256
256
  label: texts.localDescription.replace('$', localName),
257
257
  key: 'localDescription',
258
- value: this.partInformation.stockParts[0].localDescription,
258
+ value: this.partInformation.localDescription,
259
259
  },
260
- { label: texts.dealerPurchasePrice, key: 'fob', value: (_a = this.partInformation.stockParts[0].fob) === null || _a === void 0 ? void 0 : _a.toFixed(2) },
261
- { label: texts.recommendedRetailPrice, key: 'price', value: (_b = this.partInformation.stockParts[0].price) === null || _b === void 0 ? void 0 : _b.toFixed(2) },
262
- { label: texts.supersededFrom, key: 'supersededFrom', value: this.partInformation.stockParts[0].supersededFrom },
263
- { label: texts.supersededTo, key: 'supersededTo', value: this.partInformation.stockParts[0].supersededTo },
260
+ { label: texts.dealerPurchasePrice, key: 'fob', value: null, values: this.partInformation.prices.map(price => { var _a; return { header: price === null || price === void 0 ? void 0 : price.countryName, body: (_a = price === null || price === void 0 ? void 0 : price.fob) === null || _a === void 0 ? void 0 : _a.toFixed(2) }; }) },
261
+ { label: texts.recommendedRetailPrice, key: 'price', value: (_a = this.partInformation.prices[0].price) === null || _a === void 0 ? void 0 : _a.toFixed(2) },
262
+ { label: texts.supersededTo, key: 'supersededTo', value: this.partInformation.supersededTo },
264
263
  ]
265
264
  : [];
266
265
  const displayedFields = partsInformation.filter(part => !hiddenFields.includes(part.key));
267
266
  const displayDistributer = this.partInformation
268
267
  ? !this.partInformation.stockParts.some(({ quantityLookUpResult }) => quantityLookUpResult === 'LookupIsSkipped' || quantityLookUpResult === 'QuantityNotWithinLookupThreshold')
269
268
  : false;
270
- return (index.h(index.Host, { key: 'dfc3c07bae01155268a071ae0f19fb4530dc6d20' }, index.h("div", { key: 'dc644b6897f5a6b0f097f7b9be229fbee9a3e572', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '0746775729b4a25b8ede7d6bb41c0dbc728a097f' }, index.h(Loading.Loading, { key: '6883aedd91e745b701aecce993e5be98783096b9', isLoading: this.state.includes('loading') }), index.h("div", { key: '32f514d0acb4642378430384b3d18b3871e1cb9a', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '8b261761a5bc1ec3a0b202b48eaabc843be0bcef', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '9424a160f60d16092caf024f65b383b8bbbb60d9', class: " px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '2eb2d5a1cb1374650acdac024fda304bb48bf288' }, index.h("div", { key: 'd8fdd4f615bc201636e3a85d40c71eb651a41f4d', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '2463ab849a17485a676c095cbb85b7f7b5c4cf79', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.info), index.h("div", { key: '611cecf0f6cc7ec5e96f51421f39b7987e0901a5', class: "py-[10px] px-[30px] flex flex-col gap-[15px]" }, index.h("div", { key: '47f00102b72741e633e5238f9dc8ae8c37d6c784', class: "grid grid-cols-3 gap-[50px]" }, displayedFields.map(({ label, value, key }) => (index.h("div", { key: key, class: "flex flex-col flex-1" }, index.h("strong", { class: "py-[10px] px-0 border-b-[gray] border-b" }, label), index.h("div", { class: "py-[10px] px-0" }, value))))))), displayDistributer && (index.h("div", { key: '4a098c48395263c9ea051d172aa1a1191da22f28', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '86bf538ef1e51bacc2584bbc8d10a51a6e9fc3c7', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.distributorStock), index.h("div", { key: '30edc53951986417fb89fb1683cf47d42b621a44', class: "flex flex-col gap-[15px]" }, index.h("table", { key: '8c1e4806387b36e696245451378f7dbf90cdba1f', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '501de449dc19791bc1b4b8d1ba7757b34dd5e0c7', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: '5e16d48cf313467d8bbabba7fe8fe32ce3fda2ce' }, [texts.location, texts.availability].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, title))))), index.h("tbody", { key: 'afe0f26778d5ab571a0aedaee78ed5ee26eac4bd' }, (_c = this.partInformation) === null || _c === void 0 ? void 0 : _c.stockParts.map(stock => (index.h("tr", { class: "transition-colors duration-100 border-b border-[#d6d8dc] last:border-none hover:bg-slate-100", key: stock.locationID }, index.h("td", { class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap') }, stock.locationName), index.h("td", { class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap') }, index.h("div", { class: cn.cn('text-[red]', {
269
+ return (index.h(index.Host, null, index.h("div", { dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", null, index.h(Loading.Loading, { isLoading: this.state.includes('loading') }), index.h("div", { class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, ['error', 'error-loading'].includes(this.state) && (index.h("div", { class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { class: " px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", null, index.h("div", { class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.info), index.h("div", { class: "py-[10px] px-[30px] flex flex-col gap-[15px]" }, index.h("div", { class: "grid grid-cols-3 gap-[50px]" }, displayedFields.map(({ label, value, values, key }) => (index.h("div", { key: key, class: "flex flex-col flex-1" }, index.h("strong", { class: "py-[10px] px-0 border-b-[gray] border-b" }, label), values ?
270
+ index.h("div", null, (values.map(x => (index.h("span", { key: x.header, class: "inline-flex items-center bg-red-50 text-red-800 text-sm font-medium px-3 py-1 me-3 mt-2 rounded-lg border border-red-300" }, index.h("span", { class: "font-semibold" }, x.header, ":"), index.h("span", { class: "ml-1" }, x.body))))))
271
+ :
272
+ (index.h("div", { class: "py-[10px] px-0" }, value)))))))), displayDistributer && (index.h("div", { class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.distributorStock), index.h("div", { class: "flex flex-col gap-[15px]" }, index.h("table", { class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { class: "top-0 font-bold sticky bg-white" }, index.h("tr", null, [texts.location, texts.availability].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, title))))), index.h("tbody", null, (_b = this.partInformation) === null || _b === void 0 ? void 0 : _b.stockParts.map(stock => (index.h("tr", { class: "transition-colors duration-100 border-b border-[#d6d8dc] last:border-none hover:bg-slate-100", key: stock.locationID }, index.h("td", { class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap') }, stock.locationName), index.h("td", { class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap') }, index.h("div", { class: cn.cn('text-[red]', {
271
273
  'text-[green]': stock.quantityLookUpResult === 'Available',
272
274
  'text-[orange]': stock.quantityLookUpResult === 'PartiallyAvailable',
273
275
  }) }, index.h("strong", null, stock.quantityLookUpResult === 'Available'
@@ -379,25 +381,25 @@ const ManufacturerLookup = class {
379
381
  const hiddenFields = this.partInformation ? this.hiddenFields.split(',').map(field => field.trim()) || [] : [];
380
382
  const manufacturerData = this.partInformation
381
383
  ? [
382
- { label: texts.origin, key: 'origin', value: this.partInformation.tmcPart.origin },
383
- { label: texts.warrantyPrice, key: 'warrantyPrice', value: (_a = this.partInformation.tmcPart.warrantyPrice) === null || _a === void 0 ? void 0 : _a.toFixed(2) },
384
- { label: texts.specialPrice, key: 'specialPrice', value: (_b = this.partInformation.tmcPart.specialPrice) === null || _b === void 0 ? void 0 : _b.toFixed(2) },
385
- { label: texts.wholesalesPrice, key: 'salesPrice', value: (_c = this.partInformation.tmcPart.salesPrice) === null || _c === void 0 ? void 0 : _c.toFixed(2) },
386
- { label: texts.pnc, key: 'pnc', value: this.partInformation.tmcPart.pnc },
387
- { label: texts.pncName.replace('$', localName), key: 'pncLocalName', value: this.partInformation.tmcPart.pncLocalName },
388
- { label: texts.binCode, key: 'binCode', value: this.partInformation.tmcPart.binCode },
389
- { label: texts.dimension1, key: 'dimension1', value: this.partInformation.tmcPart.dimension1 },
390
- { label: texts.dimension2, key: 'dimension2', value: this.partInformation.tmcPart.dimension2 },
391
- { label: texts.dimension3, key: 'dimension3', value: this.partInformation.tmcPart.dimension3 },
392
- { label: texts.netWeight, key: 'netWeight', value: this.partInformation.tmcPart.netWeight },
393
- { label: texts.grossWeight, key: 'grossWeight', value: this.partInformation.tmcPart.grossWeight },
394
- { label: texts.cubicMeasure, key: 'cubicMeasure', value: this.partInformation.tmcPart.cubicMeasure },
395
- { label: texts.hsCode, key: 'hsCode', value: this.partInformation.tmcPart.hsCode },
396
- { label: texts.uzHsCode, key: 'uzHsCode', value: this.partInformation.tmcPart.uzHsCode },
384
+ { label: texts.origin, key: 'origin', value: this.partInformation.origin },
385
+ { label: texts.warrantyPrice, key: 'warrantyPrice', value: (_a = this.partInformation.prices[0].warrantyPrice) === null || _a === void 0 ? void 0 : _a.toFixed(2) },
386
+ { label: texts.specialPrice, key: 'specialPrice', value: (_b = this.partInformation.prices[0].fob) === null || _b === void 0 ? void 0 : _b.toFixed(2) },
387
+ { label: texts.wholesalesPrice, key: 'salesPrice', value: (_c = this.partInformation.prices[0].price) === null || _c === void 0 ? void 0 : _c.toFixed(2) },
388
+ { label: texts.pnc, key: 'pnc', value: this.partInformation.pnc },
389
+ { label: texts.pncName.replace('$', localName), key: 'pncLocalName', value: this.partInformation.pncLocalName },
390
+ { label: texts.binCode, key: 'binCode', value: this.partInformation.binCode },
391
+ { label: texts.dimension1, key: 'dimension1', value: this.partInformation.dimension1 },
392
+ { label: texts.dimension2, key: 'dimension2', value: this.partInformation.dimension2 },
393
+ { label: texts.dimension3, key: 'dimension3', value: this.partInformation.dimension3 },
394
+ { label: texts.netWeight, key: 'netWeight', value: this.partInformation.netWeight },
395
+ { label: texts.grossWeight, key: 'grossWeight', value: this.partInformation.grossWeight },
396
+ { label: texts.cubicMeasure, key: 'cubicMeasure', value: this.partInformation.cubicMeasure },
397
+ { label: texts.hsCode, key: 'hsCode', value: this.partInformation.hsCode },
398
+ { label: texts.uzHsCode, key: 'uzHsCode', value: this.partInformation.uzHsCode },
397
399
  ]
398
400
  : [];
399
401
  const displayedManufacturerData = manufacturerData.filter(part => !hiddenFields.includes(part.key));
400
- return (index.h(index.Host, { key: 'e7a268a4871e4c93e6cfeab933f25709705f7cba' }, index.h("div", { key: '7439a3fd0d521268c42925d0ecfd19bae55153d2', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: 'ae5f9644c3dc0ee8c2da994ce2225968d6858663' }, index.h(Loading.Loading, { key: '89cccb47ca737afe725660fe0864af7d055d655e', isLoading: this.state.includes('loading') }), index.h("div", { key: '7f0f5096f6d1679c74b396660d2855ea53bb9d53', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '8e231bbe51763a87a9cf04cf9e2c1de223cfbf0b', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '57cf99f515a6efcbac913452c4e342f5a5c9432a', class: " px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: 'de201e56f0bf0b8b14bfac50099c85a6dc9f19e1' }, index.h("div", { key: '7af41614f6e78d7583f6b00aec6f93b91e3118e5', class: "flex mt-[12px] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '5e64e23bce7be7ab329a4808143730c08a297522', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, this.headerTitle), index.h("div", { key: '2aa1fb1cad61eb48ab89258f7d1d3a34d50925a6', class: "px-[30px] py-[10px] flex flex-col gap-[15px]" }, index.h("div", { key: 'd888b93b3230c58106bbd1c132600f3cba3c090b', class: "grid grid-cols-3 gap-[50px]" }, displayedManufacturerData.map(({ label, value, key }) => (index.h("div", { key: key, class: "flex flex-col flex-1" }, index.h("strong", { class: "py-[10px] px-0 border-b-[gray] border-b" }, label), index.h("div", { class: "py-[10px] px-0" }, value))))))))))))));
402
+ return (index.h(index.Host, { key: '0047834d242fcd127db205a730fcc1c8f648ab3f' }, index.h("div", { key: '1d44475fca5eec7f344d25eae10ef2b8fff14cb5', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '988240a99baccee7de01525e4b3d9c24e3796d0e' }, index.h(Loading.Loading, { key: '6850077681a5808deb27e5526256b914d34e12b0', isLoading: this.state.includes('loading') }), index.h("div", { key: '9db218068dea4b94a44019583abdf9fa0a205d53', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '75adf6893d83035771501949833bd4d5ddcd704e', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '6409d4825ec54e53917caa710414bef0105cffd9', class: " px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '8608ef0ebc86747454331dbdd578d8f69503f408' }, index.h("div", { key: 'bc9f07dc137c2e595fada3fc99733c815b0c836d', class: "flex mt-[12px] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: 'afeec48bb8f9ce1b50feee9813297122385fb3ab', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, this.headerTitle), index.h("div", { key: '3c4383284b76fcd0c6691f16aa58e5422bc08899', class: "px-[30px] py-[10px] flex flex-col gap-[15px]" }, index.h("div", { key: '3abb0160bb69161f74ae4000805049b558ae2972', class: "grid grid-cols-3 gap-[50px]" }, displayedManufacturerData.map(({ label, value, key }) => (index.h("div", { key: key, class: "flex flex-col flex-1" }, index.h("strong", { class: "py-[10px] px-0 border-b-[gray] border-b" }, label), index.h("div", { class: "py-[10px] px-0" }, value))))))))))))));
401
403
  }
402
404
  get el() { return index.getElement(this); }
403
405
  static get watchers() { return {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
 
9
9
  const index = require('./index-846c93d2.js');
10
10
  const cn = require('./cn-f559f9e5.js');
11
- const getLocalLanguage = require('./get-local-language-2afae4fa.js');
11
+ const getLocalLanguage = require('./get-local-language-9c2b4910.js');
12
12
  const Loading$1 = require('./Loading-6f4f0127.js');
13
13
  require('./index.esm-c628daeb.js');
14
14
 
@@ -349,7 +349,7 @@ const DynamicClaim = class {
349
349
  const serviceItems = ((_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.serviceItems) || [];
350
350
  const texts = this.locale.vehicleLookup.dynamicClaim;
351
351
  console.log(this.errorMessage);
352
- return (index.h(index.Host, { key: 'f1dbf82cd49663f50734aa9560e4e02235f64a9a' }, index.h("dynamic-redeem", { key: '3269978d2b741552c125726bcc026accadaa52d3', language: this.language, id: "dynamic-redeem" }), index.h("div", { key: '8165fa8b81aacda177d5db4bab85355f95d64724', class: cn.cn('dynamic-claim-wrapper', { loading: this.isLoading, idle: this.isIdle }) }, index.h("div", { key: '981f436040177ff765d1e3a14f063c392035d2f4', class: "dynamic-claim-header" }, index.h("strong", { key: 'd59eb0e332c8f4663f1c7be94feafd852b3205b3', onAnimationEnd: this.removeLoadAnimationClass, class: "dynamic-claim-header-vin load-animation" }, this.errorMessage && (index.h("span", { key: 'd4b412856645c320eac9ba59ab045068ad47a3a8', dir: this.locale.direction, style: { color: 'red' } }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard)), !this.errorMessage && ((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin))), index.h("div", { key: 'fb61d473a35ff0ba24b4fbc02fbcf6e7d99d57ca', class: "dynamic-claim-body" }, index.h("div", { key: '00df0d85d4e757b084b9aa4ffeb59100989d7c50', class: "loading-lane" }, index.h("div", { key: '7c4951d3f553bac4edc92efdafcc39f766b98a32', class: "dynamic-claim-loading-slider" }, index.h("div", { key: 'cc2ff5853dca6b2748f0a6ea577d817028c7348e', class: "dynamic-claim-loading-slider-line" }), index.h("div", { key: 'a117d138579b210fe8fa7c4819994aa312bd7f3f', class: "dynamic-claim-loading-slider-subline dynamic-claim-inc" }), index.h("div", { key: '571812cefe89bfea9bae4278381a6c3e518f6db0', class: "dynamic-claim-loading-slider-subline dynamic-claim-dec" }))), index.h("div", { key: 'f3a51224d5ea4d358aa4980a57f44aeb5b2babd1', class: "dynamic-claim-progress-lane" }, serviceItems.map((item, idx) => {
352
+ return (index.h(index.Host, { key: 'ff0c989e459e7d193e9c172e274e518298c12a5a' }, index.h("dynamic-redeem", { key: '9184f4adb3fd17bc954b032d68dc4914da94d819', language: this.language, id: "dynamic-redeem" }), index.h("div", { key: '31a310e194673f8d24a94429da651231e7a42ab9', class: cn.cn('dynamic-claim-wrapper', { loading: this.isLoading, idle: this.isIdle }) }, index.h("div", { key: 'f13b4a8b80b1ef0ad8350918b65427b85c401bea', class: "dynamic-claim-header" }, index.h("strong", { key: '2c11338159e6713b02aecdbe25ed31b57b53adef', onAnimationEnd: this.removeLoadAnimationClass, class: "dynamic-claim-header-vin load-animation" }, this.errorMessage && (index.h("span", { key: '665181c52510d1ba90f99ee4e2b2656d7990d831', dir: this.locale.direction, style: { color: 'red' } }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard)), !this.errorMessage && ((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin))), index.h("div", { key: '42663f5666f8ad37deef0181cb73df06f4c21e2c', class: "dynamic-claim-body" }, index.h("div", { key: '621c9ef01d78003d2df0da997e4f15a2d97e469b', class: "loading-lane" }, index.h("div", { key: 'bd9019d67858a6ff72c39a474c38264a33d75984', class: "dynamic-claim-loading-slider" }, index.h("div", { key: 'f87c1dcd829c81e1368364ca416dda66da62c776', class: "dynamic-claim-loading-slider-line" }), index.h("div", { key: '993b61a7aae716d3c24e217b9c065d1118edd654', class: "dynamic-claim-loading-slider-subline dynamic-claim-inc" }), index.h("div", { key: 'dc977c70b03d149669482583f6739f77e59dc545', class: "dynamic-claim-loading-slider-subline dynamic-claim-dec" }))), index.h("div", { key: 'b0f1e9cb108ec32db025c8bb164c6a4c08ad3f03', class: "dynamic-claim-progress-lane" }, serviceItems.map((item, idx) => {
353
353
  let statusClass = '';
354
354
  if (item.status === 'pending') {
355
355
  if (serviceItems.findIndex(i => i.status === 'pending') === idx)
@@ -358,7 +358,7 @@ const DynamicClaim = class {
358
358
  else
359
359
  statusClass = item.status;
360
360
  return (index.h("div", { key: item.name, class: cn.cn('dynamic-claim-item', statusClass), onMouseLeave: this.onMouseLeave }, index.h("div", { onAnimationEnd: this.removeLoadAnimationClass, class: "dynamic-claim-item-header load-animation", onMouseEnter: event => this.onMouseEnter(event.target, idx) }, index.h("img", { src: icons[item.status], alt: "status icon" }), index.h("span", null, texts[item.status]), this.activePopupIndex === idx && this.createPopup(item)), index.h("div", { onAnimationEnd: this.removeLoadAnimationClass, class: "dynamic-claim-item-circle load-animation" }), index.h("p", { onAnimationEnd: this.removeLoadAnimationClass, class: "dynamic-claim-item-footer load-animation" }, item.name)));
361
- }), index.h("div", { key: '21959ac25cb9dc74344f0ebfaa84913a7476e5b5', class: "dynamic-claim-progress-bar" }))))));
361
+ }), index.h("div", { key: 'fb633d6d5f18d86563bcf946f2be23b886235ad9', class: "dynamic-claim-progress-bar" }))))));
362
362
  }
363
363
  get el() { return index.getElement(this); }
364
364
  static get watchers() { return {
@@ -543,11 +543,11 @@ const PaintThickness = class {
543
543
  var _a, _b;
544
544
  const texts = this.locale.vehicleLookup.paintThickness;
545
545
  const { imageGroups, parts } = (this === null || this === void 0 ? void 0 : this.vehicleInformation) ? (_a = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.paintThickness : { imageGroups: [], parts: [] };
546
- return (index.h(index.Host, { key: '0f1f10455821e6baf28c090ce87f34f73dd28f05' }, index.h("div", { key: 'b1921a27c8cf06458740f0ec5711d38c2e60ee80', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '800a1b815575134df1d349d7c1f0c7e5d6370ecf' }, index.h(Loading$1.Loading, { key: '55f4b5b7a09f1ff37a9b23f4b01858a082c97157', isLoading: this.state.includes('loading') }), index.h("div", { key: 'b5eb90020cf19308173fb70962975a9ad843c5b0', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: 'fad43babc8badfa957611d80b9870d7bc55487af', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '76d9f5da1247eb621f8afe7cf0529659963837a7', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '234d370ec2018f5527170b679f2bbd9113dd3fea', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: 'bc12cfbd10efa2c854a79518546bd112e15f88ce', class: "flex mt-[12px] w-full max-h-[70dvh] overflow-hidden mx-auto rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: 'caa558d52277c3aca06635ee78e2643f2ca95810', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.paintThickness), index.h("div", { key: '5974a075858c0b6198b897294346b23f1918a49e', class: "h-0 overflow-auto flex-1" }, !parts.length && index.h("div", { key: 'bc901ddc958ee02871fce5de73f6b642a58a20f4', class: "h-[50px] px-[30px] flex items-center justify-center text-[18px]" }, texts.noData), !!parts.length && (index.h("table", { key: '63320dc0e1191fc27e4c730c78c3844ce5598c8c', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: 'b3f19a3b91bbd52811ed62db73edea43f1ebfc80', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: '7494636e20b4e0eaf08922e81f7eaf8d9675914f' }, ['part', 'left', 'right'].map(title => (index.h("th", { key: title, class: "px-[15px] min-w-[100px] py-[15px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'd7246fa3b97726bdaf76dea82685670d64121841' }, parts.map((part, idx) => (index.h("tr", { class: "transition-colors duration-100 hover:bg-slate-100", key: part.part }, ['part', 'left', 'right'].map(key => (index.h("td", { key: part.part + key, class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]', {
546
+ return (index.h(index.Host, { key: '83b631f8930611e1797e3007ceb6fd12a22babd4' }, index.h("div", { key: 'dfed7d89d64e62cf7862c5ea9251d1d8ca537ff3', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '6696f1e717993cc68624e1219022599b5b648e78' }, index.h(Loading$1.Loading, { key: 'e3af343d01cf1daea480b632cf2b2c048fff98e7', isLoading: this.state.includes('loading') }), index.h("div", { key: '26c0c4f6dd5d1784f59382caa53b36020fe8fe07', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: '40006294f13294572795be03888f278b4984b388', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: 'ad2e357e6c6c43aa3302ffd40d669e08e39f2993', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '3ee9ed31a171a9792e81358ddd6fe93ddfa14c94', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '72188f1b9c950b472b856725f3a0b4829e1b9616', class: "flex mt-[12px] w-full max-h-[70dvh] overflow-hidden mx-auto rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '2064e777509c54291f0a93b880797be980503b2f', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.paintThickness), index.h("div", { key: 'a0b8c4f0529823b877fe49167f6935143f3a2f0c', class: "h-0 overflow-auto flex-1" }, !parts.length && index.h("div", { key: '9204dd94e4f3b8c2593d062eb0ccd3dee215641c', class: "h-[50px] px-[30px] flex items-center justify-center text-[18px]" }, texts.noData), !!parts.length && (index.h("table", { key: '9d4de26bbd3f494970c6f6c71fdd21da240b8e5d', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: 'b261998e726cf2fcd703b7f3dfb354b53abf5097', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: '1ef501a1c43e4b5a8ebcbecdaa2cde362ece8f84' }, ['part', 'left', 'right'].map(title => (index.h("th", { key: title, class: "px-[15px] min-w-[100px] py-[15px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'f4c86e9df672e7316466aba5d50b0eb0f7fa5225' }, parts.map((part, idx) => (index.h("tr", { class: "transition-colors duration-100 hover:bg-slate-100", key: part.part }, ['part', 'left', 'right'].map(key => (index.h("td", { key: part.part + key, class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]', {
547
547
  '!border-none': idx === parts.length - 1,
548
- }) }, part[key] || '...')))))))))))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '4439a45615beaed342b6a96aaf5ac764159cae01' }, !imageGroups.length && index.h("div", { key: '1116110ad211a5d955583d8042dc06f86d95aef8', class: "h-[40px] px-[30px] flex text-red-500 items-center justify-center text-[18px]" }, texts.noImageGroups), !!imageGroups.length && (index.h("div", { key: 'bbcf32a2a4b5a14808f9ccf8f0b680556875aae8', class: "py-[16px] gap-[16px] justify-center flex flex-wrap px-[24px] w-full" }, imageGroups.map(imageGroup => (index.h("div", { class: "shrink-0 rounded-lg shadow-sm border overflow-hidden flex flex-col", key: imageGroup.name }, index.h("h1", { class: "text-center border-b bg-slate-200 font-semibold p-[6px]" }, imageGroup.name), index.h("div", { class: "flex p-[12px] gap-[8px]" }, imageGroup.images.map(image => (index.h("div", { class: "flex gap-[8px]", key: image }, index.h("button", { onClick: ({ target }) => this.openImage(target, image), class: "shrink-0 relative ring-0 outline-none w-fit mx-auto [&_img]:hover:shadow-lg [&_div]:hover:!opacity-100 cursor-pointer" }, index.h("div", { class: "absolute flex-col justify-center gap-[4px] size-full flex items-center pointer-events-none hover:opacity-100 rounded-lg opacity-0 bg-black/40 transition-all duration-300" }, index.h("img", { src: eyeSvg }), index.h("span", { class: "text-white" }, texts.expand)), index.h("img", { class: "w-auto h-[150px] cursor-pointer shadow-sm rounded-lg transition-all duration-300", src: image }))))))))), index.h("div", { key: '354863fdf24a45300bc7a55e917da3c034e8039c', onClick: () => this.closeImage(), style: { backdropFilter: this.expandedImage ? 'blur(3px)' : 'blur(0px)' }, class: cn.cn('pointer-events-none w-[100dvw] h-[100dvh] fixed top-0 z-10 left-0 opacity-0 bg-black/40 transition-all duration-400', {
548
+ }) }, part[key] || '...')))))))))))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '2948ad9180facf3146fbc2b1988a4d1cf6069e9d' }, !imageGroups.length && index.h("div", { key: '83471414f185b32cfbc3cae213e475e5b8e446c6', class: "h-[40px] px-[30px] flex text-red-500 items-center justify-center text-[18px]" }, texts.noImageGroups), !!imageGroups.length && (index.h("div", { key: 'df37f198d2bb3473157af568ea0d68caa5c85f64', class: "py-[16px] gap-[16px] justify-center flex flex-wrap px-[24px] w-full" }, imageGroups.map(imageGroup => (index.h("div", { class: "shrink-0 rounded-lg shadow-sm border overflow-hidden flex flex-col", key: imageGroup.name }, index.h("h1", { class: "text-center border-b bg-slate-200 font-semibold p-[6px]" }, imageGroup.name), index.h("div", { class: "flex p-[12px] gap-[8px]" }, imageGroup.images.map(image => (index.h("div", { class: "flex gap-[8px]", key: image }, index.h("button", { onClick: ({ target }) => this.openImage(target, image), class: "shrink-0 relative ring-0 outline-none w-fit mx-auto [&_img]:hover:shadow-lg [&_div]:hover:!opacity-100 cursor-pointer" }, index.h("div", { class: "absolute flex-col justify-center gap-[4px] size-full flex items-center pointer-events-none hover:opacity-100 rounded-lg opacity-0 bg-black/40 transition-all duration-300" }, index.h("img", { src: eyeSvg }), index.h("span", { class: "text-white" }, texts.expand)), index.h("img", { class: "w-auto h-[150px] cursor-pointer shadow-sm rounded-lg transition-all duration-300", src: image }))))))))), index.h("div", { key: '5394c730ae03151ccd4bf6e1ef5ae79d342e5dca', onClick: () => this.closeImage(), style: { backdropFilter: this.expandedImage ? 'blur(3px)' : 'blur(0px)' }, class: cn.cn('pointer-events-none w-[100dvw] h-[100dvh] fixed top-0 z-10 left-0 opacity-0 bg-black/40 transition-all duration-400', {
549
549
  'pointer-events-auto opacity-100 delay-200': this.expandedImage,
550
- }) }, index.h("button", { key: 'b36531ad612d0b6bef0624dada3f3de57aec17ce', class: "flex flex-col mt-[16px] items-center justify-center size-12 float-right mr-[16px]", onClick: () => this.closeImage() }, index.h("div", { key: 'debe04a3319679bbb87a0a5c789c983beb8fc51d', class: "h-1 w-12 rounded-full rotate-45 absolute bg-white" }), index.h("div", { key: 'e0bcd1e1aed0d534528506532239a954a5b13e34', class: "h-1 w-12 rounded-full -rotate-45 absolute bg-white" }))), index.h("img", { key: 'a50f08ded7bd9fc5bd5c798d7fffaeeefdfc5f5b', alt: "", id: "expanded-image", class: "fixed opacity-0 z-40 transition-all rounded-lg" }))))))))));
550
+ }) }, index.h("button", { key: 'dad31ee89ef2ae0feba7318473b714f4ed2e8942', class: "flex flex-col mt-[16px] items-center justify-center size-12 float-right mr-[16px]", onClick: () => this.closeImage() }, index.h("div", { key: '72f8ec7474e559615fbf7ab309138901719ac601', class: "h-1 w-12 rounded-full rotate-45 absolute bg-white" }), index.h("div", { key: '3dc4f76d878985926ea2d9e698931b7ec3c7b7d1', class: "h-1 w-12 rounded-full -rotate-45 absolute bg-white" }))), index.h("img", { key: '1e31c450c00ef9a62f31a3c689bf1effc80e41c9', alt: "", id: "expanded-image", class: "fixed opacity-0 z-40 transition-all rounded-lg" }))))))))));
551
551
  }
552
552
  get el() { return index.getElement(this); }
553
553
  static get watchers() { return {
@@ -647,7 +647,7 @@ const ServiceHistory = class {
647
647
  render() {
648
648
  var _a, _b, _c, _d;
649
649
  const texts = this.locale.vehicleLookup.serviceHistory;
650
- return (index.h(index.Host, { key: 'e9f311259a1cf454a321b7fc545ef63376b550ed' }, index.h("div", { key: 'a15387bfaaf537efaacb05c88b21aaa9fbc88358', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '17b07cbb666cbdf57e4981cced3c381cf24a593d' }, index.h(Loading$1.Loading, { key: '476569573d6e2aae148933877f1037985bf5c506', isLoading: this.state.includes('loading') }), index.h("div", { key: '14b39e1b7844079562d3a58f79c45b8fed8f653e', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: '1ad0af1c36dd168601b62532db7c230393932e49', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '52b7511c85e5194e8e3874f83ecc9a8721e7cd2b', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '9191852ae634c94af3eb0835a077741adc658166', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '5f01da2a8c4e955d0595f0dc305607c0db1428aa', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: 'f2efe672c104a675d4d69bf38830d4ffaab90881', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.serviceHistory), index.h("div", { key: '1b3184fe0b591151213c091c1ff5f8b67512388d', class: "h-0 overflow-auto flex-1" }, !((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.serviceHistory.length) && index.h("div", { key: '2c5a156b3bff826d15226fd1b73bb89160739bbc', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!((_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.serviceHistory.length) && (index.h("table", { key: '3346083a75bfbad916b27fc0ba2989ead2dbe6b5', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '97086058e03e953d454548981c2091c47e567358', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: 'fb0725c6a546833b5b3b55ca086ba4f2f5ee27c4' }, ['branch', 'dealer', 'invoiceNumber', 'date', 'serviceType', 'odometer'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: '625eeff2eeb59de0e40923c750f3f5fe71485ed5' }, (_d = this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.serviceHistory.map((service, idx) => (index.h("tr", { class: "transition-colors duration-100 hover:bg-slate-100", key: service.invoiceNumber }, ['branchName', 'companyName', 'invoiceNumber', 'serviceDate', 'serviceType', 'mileage'].map(serviceType => {
650
+ return (index.h(index.Host, { key: 'fb0709eef4958764e0f01c1cf92de75d114b5caf' }, index.h("div", { key: '36c25ced2571a2c46eb5d1231b405cab0a8a56ef', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '41d1ea63f756021124b358884d9e9c1b5ccfc7b7' }, index.h(Loading$1.Loading, { key: 'd2900b20a73d94308ecf8605724bb29a33fefa88', isLoading: this.state.includes('loading') }), index.h("div", { key: 'f174d054f19a1bb93e7aa441aa62dbbbd6360052', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: '8bd020d89027ca82c52bf69539c7249a156e8d51', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '1cdb4eabeefd7d5392779d98e21d73919a80ff83', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '17b0d00d553be0fee6d48b8083f93481b9b97276', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '96c4e2000af869b4ef65868571d8972037672839', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '284c959b29358843a02f4e06bab3f25813432028', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.serviceHistory), index.h("div", { key: 'b8a6c19ad2d71a32e9539e3d264d40adf8139ed8', class: "h-0 overflow-auto flex-1" }, !((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.serviceHistory.length) && index.h("div", { key: '759edda1bc3d2fe1dd08bbb649a21de64e8fe24b', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!((_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.serviceHistory.length) && (index.h("table", { key: 'dcb9ac4c011a1529c4667f1878eaf6fe1e09be1c', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '72277b4b32fc2c418555e951337d000cc766760d', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: 'bfbd69e1227bc579994e6acadbbf8f05f26cc0cc' }, ['branch', 'dealer', 'invoiceNumber', 'date', 'serviceType', 'odometer'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'e8de5443772cba6db0269c5bf40b653a50ae10c3' }, (_d = this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.serviceHistory.map((service, idx) => (index.h("tr", { class: "transition-colors duration-100 hover:bg-slate-100", key: service.invoiceNumber }, ['branchName', 'companyName', 'invoiceNumber', 'serviceDate', 'serviceType', 'mileage'].map(serviceType => {
651
651
  var _a;
652
652
  return (index.h("td", { key: service.invoiceNumber + serviceType, class: cn.cn('px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]', {
653
653
  '!border-none': idx === ((_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.serviceHistory.length) - 1,
@@ -763,7 +763,7 @@ const VehicleAccessories = class {
763
763
  var _a, _b;
764
764
  const texts = this.locale.vehicleLookup.accessories;
765
765
  const accessories = (this === null || this === void 0 ? void 0 : this.vehicleInformation) ? (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.accessories : [];
766
- return (index.h(index.Host, { key: '233a53fe15f137c207f2a34647db6c995ed43edb' }, index.h("div", { key: 'b61562a007846e8e49beb150c1d52ebec882d76e', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '74d8760528c838ba2f0bcf78f25ba165822d8c9d' }, index.h(Loading$1.Loading, { key: '23e2e9f046673d9a64902e39035f640b9ff2e31d', isLoading: this.state.includes('loading') }), index.h("div", { key: '1b25bfc7a1c117b301dd3c365fa353bf4d0d31b7', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: 'd40a2a645f75ce46dbe7cdce57f6e023ebda3912', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '5d74f635c82aa3725ebfc257351d68524978b272', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: 'fb0c609677be6a060519b7cec9acc1e7a0ec1c15', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: 'de03c8406d4f28b2d8625ebba664635365d08aab', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '639c08fa36f02f55175d819e91db6e0d42f2dedd', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.vehicleAccessories), index.h("div", { key: '7054a7a753f1758de4e75f4fd1f0b8bb2d3f6613', class: "h-0 overflow-auto flex-1" }, !accessories.length && index.h("div", { key: 'ad33e0903b2067dfd961d91be8624fdfb1564e1d', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!accessories.length && (index.h("table", { key: '2e3c4f553276d954cf4cdecbe6655eb2cc23943b', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '02a45fbbf7fcfc86db8edd1c5620166c2c0818d0', class: "top-0 font-bold z-40 sticky bg-white" }, index.h("tr", { key: '105470076c89e31d41ac500112007f1331946d98' }, ['partNumber', 'description', 'image'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'b42156638292719d8a25936fbe82a1d43a48230b' }, accessories.map((accessory, idx) => {
766
+ return (index.h(index.Host, { key: 'ebec6bdd299dc11b3674af558bfa18e49b7064d8' }, index.h("div", { key: 'f51b05774f4ba3296ad0cecd2dd53c326575b971', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: 'd5dc05eef7c9edfa865c2d9a838533fec0c15117' }, index.h(Loading$1.Loading, { key: '9b9c411d2b7705e11cbf84b8b28e75236b00915c', isLoading: this.state.includes('loading') }), index.h("div", { key: '000217d2cc8180ae2490da2dc07aa86ba98e2c2a', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: '1f42c06da9c818fd6abdaf6485f6a525c4de55a5', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '1085045a6f31f8a624324fcf64e29187724a4868', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '47be186483dd357afc5823481cddad6a60c40f87', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: 'baa84153796ba801708d11b820739f09fde5a958', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '8f573e96772c55e3ffbbde0ca901f93e1c9a04a6', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.vehicleAccessories), index.h("div", { key: '788a60e73ca47330bdce522ed9468acfab94a4b6', class: "h-0 overflow-auto flex-1" }, !accessories.length && index.h("div", { key: '1d58f0d610e6fe51f6686729469e9df230d08834', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!accessories.length && (index.h("table", { key: '782503840daf184d195c1262d12fdaca647d402d', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '862d905b630f47bca8893a8c988af5548e5cceea', class: "top-0 font-bold z-40 sticky bg-white" }, index.h("tr", { key: 'bcbfa2565a0b36308bff0e9506838b5e95e15a3e' }, ['partNumber', 'description', 'image'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'f88dbbce6d30bb11ce367d598071843d5c01101b' }, accessories.map((accessory, idx) => {
767
767
  var _a;
768
768
  return (index.h("tr", { class: "transition-colors duration-100 hover:bg-slate-100", key: accessory.partNumber }, ['partNumber', 'description'].map(key => {
769
769
  var _a;
@@ -773,9 +773,9 @@ const VehicleAccessories = class {
773
773
  }), index.h("td", { class: cn.cn('px-[10px] py-[10px] text-center whitespace-nowrap border-b border-[#d6d8dc]', {
774
774
  '!border-none': idx === ((_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.serviceHistory.length) - 1,
775
775
  }) }, index.h("button", { onClick: ({ target }) => this.openImage(target, accessory.image), class: "shrink-0 relative ring-0 outline-none w-fit mx-auto [&_img]:hover:shadow-lg [&_div]:hover:!opacity-100 cursor-pointer" }, index.h("div", { class: "absolute flex-col justify-center gap-[4px] size-full flex items-center pointer-events-none hover:opacity-100 rounded-lg opacity-0 bg-black/40 transition-all duration-300" }, index.h("img", { src: eyeSvg }), index.h("span", { class: "text-white" }, texts.expand)), index.h("img", { class: "w-auto h-auto max-w-[133px] max-h-[133px] cursor-pointer shadow-sm rounded-lg transition-all duration-300", src: accessory.image })))));
776
- })), index.h("div", { key: '380a9c797d5e6814cbda91c3b007958af5c241fa', onClick: () => this.closeImage(), style: { backdropFilter: this.expandedImage ? 'blur(3px)' : 'blur(0px)' }, class: cn.cn('pointer-events-none w-[100dvw] h-[100dvh] fixed top-0 z-50 left-0 opacity-0 bg-black/40 transition-all duration-400', {
776
+ })), index.h("div", { key: 'd797c321fd0b557730545dbb04978105b10ad2cf', onClick: () => this.closeImage(), style: { backdropFilter: this.expandedImage ? 'blur(3px)' : 'blur(0px)' }, class: cn.cn('pointer-events-none w-[100dvw] h-[100dvh] fixed top-0 z-50 left-0 opacity-0 bg-black/40 transition-all duration-400', {
777
777
  'pointer-events-auto opacity-100 delay-200': this.expandedImage,
778
- }) }, index.h("button", { key: 'ffd98bd0e98a57f734c935cd1fd8e60a64408fbd', class: "flex flex-col mt-[16px] items-center justify-center size-12 float-right mr-[16px]", onClick: () => this.closeImage() }, index.h("div", { key: 'b673d0051393f0bfec40b71a614995029e32cf4d', class: "h-1 w-12 rounded-full rotate-45 absolute bg-white" }), index.h("div", { key: 'd75186e71eb2d6c6aab182f411fe43e058e63bd8', class: "h-1 w-12 rounded-full -rotate-45 absolute bg-white" }))), index.h("img", { key: 'cca60bc92ba4a26cb06e980c9c8b68444a88ad07', alt: "", id: "expanded-image", class: "fixed opacity-0 z-50 transition-all rounded-lg" })))))))))));
778
+ }) }, index.h("button", { key: 'fd915af65704584955eb7e756a8c6be1f9ea21e8', class: "flex flex-col mt-[16px] items-center justify-center size-12 float-right mr-[16px]", onClick: () => this.closeImage() }, index.h("div", { key: '47aca66215ecec8290c0129aee8278f7c83c0263', class: "h-1 w-12 rounded-full rotate-45 absolute bg-white" }), index.h("div", { key: '16d03c8debadf13d5dfdc7e6513f2b36181d7387', class: "h-1 w-12 rounded-full -rotate-45 absolute bg-white" }))), index.h("img", { key: '57bd9de7a42ea60b1a4dabb3db9127292ac16694', alt: "", id: "expanded-image", class: "fixed opacity-0 z-50 transition-all rounded-lg" })))))))))));
779
779
  }
780
780
  get el() { return index.getElement(this); }
781
781
  static get watchers() { return {
@@ -870,7 +870,7 @@ const VehicleSpecification = class {
870
870
  render() {
871
871
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
872
872
  const texts = this.locale.vehicleLookup.specification;
873
- return (index.h(index.Host, { key: '10d7da29405e9f6f059789bfe4cabb9de999fd7d' }, index.h("div", { key: 'b4aaaa70893040e56373280e8b1826f2111dc795', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: '5447aceb47b1ff56de869f2bdc2ceea41fad8d00' }, index.h(Loading$1.Loading, { key: 'e5afa11e2072dce52cb0c744c2715bc222373b18', isLoading: this.state.includes('loading') }), index.h("div", { key: '8ef1c896ac4234bb3aeec3df8241b5d461bb3267', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: '5ee0f72bbf2f6c0d79ca4e8aa38067a244c680cd', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '8ff294c1b333731612c0baec23409c0c9d7f6db1', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '4d61facf67dda7aeda382623017c2e0c380ad90f', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: 'ccba81927f973552d7cf4d4727d4f460c7a08deb', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '1202f36fafd59fb69f99e36d714ca1a4cd8e9593', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.vehicleSpecification), index.h("div", { key: 'd61786575ebde339955d5e2dfe8888d76a759785', class: "h-0 overflow-auto flex-1" }, !((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vehicleSpecification) && index.h("div", { key: '99ad46e48a387c4aa3a51d0e80bd1838ae276036', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!((_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.vehicleSpecification) && (index.h("table", { key: 'bdf3c84ac4f92ac37025066133fdbe29bac511cf', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '638a5a952ff2ae5321416ab7ab506bc5d716580a', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: 'd6566deba126815e6e3dc919ae23a5c0d4c59e91' }, ['model', 'variant', 'katashiki', 'modelYear', 'sfx'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: 'f0fb82022c9e714bd6de988de9b91e82d8dc3af0' }, index.h("tr", { key: '1fb11f4f0bf979225fd299fe76c41f8b2f4312b8' }, index.h("td", { key: '6eee318f27ba96ce39cfb32249a7b9a2286414fe', class: "px-[10px] py-[20px] text-center whitespace-nowrap" }, ((_e = (_d = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.vehicleVariantInfo) === null || _e === void 0 ? void 0 : _e.modelCode) || '...', " ", index.h("br", { key: '884eabac1cce2f941e1cf46127be3a4052678ed8', class: "my-2" }), ((_g = (_f = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _f === void 0 ? void 0 : _f.vehicleSpecification) === null || _g === void 0 ? void 0 : _g.modelDesc) || '...'), index.h("td", { key: 'a1fcf0dc949a213d95a4db18402fdbe3fb5118ed', class: "px-[10px] py-[20px] text-center whitespace-nowrap" }, ((_j = (_h = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _h === void 0 ? void 0 : _h.identifiers) === null || _j === void 0 ? void 0 : _j.variant) || '...', " ", index.h("br", { key: '93f5e7d8d067f4c1acfc1adf87d8c43b94d83a59' }), ((_l = (_k = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _k === void 0 ? void 0 : _k.vehicleSpecification) === null || _l === void 0 ? void 0 : _l.variantDesc) || '...'), ['identifiers.katashiki', 'vehicleVariantInfo.modelYear', 'vehicleVariantInfo.sfx'].map(infoPath => {
873
+ return (index.h(index.Host, { key: '654fc5cfca93417226d625f86fa301b0e73e3ea3' }, index.h("div", { key: '403848d8b07eb6e92261faedb3f3e03a1137c3e2', dir: this.locale.direction, class: "min-h-[100px] relative transition-all duration-300 overflow-hidden" }, index.h("div", { key: 'd7a28cd863ed3b2adac894f1e984e8c0a7eff397' }, index.h(Loading$1.Loading, { key: '1f0dd2da7a5c4d0cfe096ad17692420bdbe9733e', isLoading: this.state.includes('loading') }), index.h("div", { key: 'cab294a92318223460e516e6c06e14f22d69875b', class: cn.cn('transition-all duration-700', { 'scale-0': this.state.includes('loading') || this.state === 'idle', 'opacity-0': this.state.includes('loading') }) }, index.h("div", { key: 'b81360f91e16dd235d767f8a3ab94b746d099f9a', class: cn.cn('text-center pt-[4px] text-[20px]', { 'text-red-600': !!this.errorMessage }) }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '206daad90e1f4c9800399ac0078d4fe41bc1b848', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '4a7d46719a50482fc0fb35b3a8fb845bb2035d32', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), ['data', 'data-loading'].includes(this.state) && (index.h("div", { key: '5f8c747def2f7e143996aad208cf0a199c2aab5a', class: "flex mt-[12px] max-h-[70dvh] overflow-hidden rounded-[4px] flex-col border border-[#d6d8dc]" }, index.h("div", { key: '54fb2c20a34a7e9f202116a909a8f7d7b05d99b0', class: "w-full h-[40px] flex shrink-0 justify-center text-[18px] items-center text-[#383c43] text-center bg-[#e1e3e5]" }, texts.vehicleSpecification), index.h("div", { key: 'd1f97db40c736327daeb401f23b8ce3b6c08e836', class: "h-0 overflow-auto flex-1" }, !((_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.vehicleSpecification) && index.h("div", { key: '88fea0958056438fcd1495aceb49b1f199563f60', class: "h-[80px] flex items-center justify-center text-[18px]" }, texts.noData), !!((_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.vehicleSpecification) && (index.h("table", { key: '5caf2e773a2e674d1bebe30149e09e6ec4633680', class: "w-full overflow-auto relative border-collapse" }, index.h("thead", { key: '1e1fd402a6e8a32ba089db4607166a3b786dfaef', class: "top-0 font-bold sticky bg-white" }, index.h("tr", { key: 'c6ccdc3fd69963cf2ebf3e1f1ecbe170cf0d91cf' }, ['model', 'variant', 'katashiki', 'modelYear', 'sfx'].map(title => (index.h("th", { key: title, class: "px-[10px] py-[20px] text-center whitespace-nowrap border-b border-[#d6d8dc]" }, texts[title]))))), index.h("tbody", { key: '5c1784bb001c540a9e4bcea1857837217df8dccc' }, index.h("tr", { key: '17df33b87625681eedc9b218c2e661bf4212df65' }, index.h("td", { key: 'e240150a8364488f74417938dc038b0e0435b148', class: "px-[10px] py-[20px] text-center whitespace-nowrap" }, ((_e = (_d = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.vehicleVariantInfo) === null || _e === void 0 ? void 0 : _e.modelCode) || '...', " ", index.h("br", { key: 'a50d400c003c0d6c20854f0b595d805638e6dd05', class: "my-2" }), ((_g = (_f = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _f === void 0 ? void 0 : _f.vehicleSpecification) === null || _g === void 0 ? void 0 : _g.modelDesc) || '...'), index.h("td", { key: '045bcef7a2587516f0f14150f57eb8149fcfa1b7', class: "px-[10px] py-[20px] text-center whitespace-nowrap" }, ((_j = (_h = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _h === void 0 ? void 0 : _h.identifiers) === null || _j === void 0 ? void 0 : _j.variant) || '...', " ", index.h("br", { key: 'b400d3ce04d200e82555d28766cd9188eafb92ef' }), ((_l = (_k = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _k === void 0 ? void 0 : _k.vehicleSpecification) === null || _l === void 0 ? void 0 : _l.variantDesc) || '...'), ['identifiers.katashiki', 'vehicleVariantInfo.modelYear', 'vehicleVariantInfo.sfx'].map(infoPath => {
874
874
  var _a;
875
875
  const [place, field] = infoPath.split('.');
876
876
  const cellValue = (_a = this === null || this === void 0 ? void 0 : this.vehicleInformation) === null || _a === void 0 ? void 0 : _a[place][field].toString();
@@ -1140,7 +1140,7 @@ const WarrantyDetails = class {
1140
1140
  }
1141
1141
  render() {
1142
1142
  var _a, _b, _c, _d, _e;
1143
- return (index.h(index.Host, { key: '05671ed9fb83c625845fff736d8c016dec2d8d3e' }, index.h("div", { key: '0686b377c731efbe8f1285b20fd8c729cc37e9dc', dir: this.locale.direction, class: "min-h-[100px] warranty" }, index.h("div", { key: '4ff7a5213af99837157ff4b1b3b1ce7e4e13a7a5' }, index.h(Loading, { key: '8cbe5da5e43234af4fe6863434d818780305c7e2', isLoading: this.state.includes('loading') }), index.h("div", { key: 'b892118b49ea759893857b62906c0cd73a31f743', class: "transition duration-700", style: { transform: this.state.includes('loading') || this.state === 'idle' ? 'scale(0)' : 'scale(1)', opacity: this.state.includes('loading') ? '0' : '1' } }, (this.showSsc || this.showWarranty) && (index.h("div", { key: '70e863a4cd779576091c5ef68d4ed704f77d7f6e', style: { color: !!this.errorMessage ? 'red' : 'black' }, class: "warranty-vin" }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin)), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: 'c747056c72b6f8d9beed75ac04f59079a9853469', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: '9b433b21f7a551c962c5d14fb7bf22e654fbfed9', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), this.showWarranty && ['data', 'data-loading'].includes(this.state) && (index.h(CardsContainer, { key: 'df09b8e3d65ab105c51668475a8dead2b866eca3', locale: this.locale, isAuthorized: (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.isAuthorized, unInvoicedByBrokerName: this.unInvoicedByBrokerName, warranty: (_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.warranty })), index.h("div", { key: 'e9fcd40e1c3fa94bfa759c0afcaa5da003de8c1f', style: Object.assign({}, (this.showRecaptcha ? { height: 'auto', padding: '16px 16px 0px 16px' } : { height: '0px' })), class: "recaptcha-container" }, index.h("slot", { key: 'e0b3e5448fa34625844e9c33329952e44596553d' })), ['data', 'data-loading'].includes(this.state) && this.recaptchaRes && (index.h("div", { key: '3972c6641f9740d127720f3e3c9329cc217a8f1a', class: cn.cn('recaptcha-response', !this.recaptchaRes.hasSSC ? 'success-card' : 'reject-card ') }, this.locale.vehicleLookup.warranty[this.recaptchaRes.message])), this.checkingUnauthorizedSSC && (index.h("div", { key: '335690f8cbbdb16f66f5195badc540f5285c59e1', class: "loading-spinner", style: { marginTop: '20px', flexDirection: 'column' } }, index.h("div", { key: '4c702685092ba03d4948113c48596a0a280b1ef7' }, index.h("strong", { key: '7094cf50ab510d57dd5ba8c363cea3a1ad1b8fdb' }, this.locale.vehicleLookup.warranty.checkingTMC)), index.h("img", { key: '565df909abc73313cfbadf3cfb904a202476d765', class: "spin", src: Loading$1.loaderSvg }))), this.showSsc && ['data', 'data-loading'].includes(this.state) && ((_d = this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.ssc) !== null && !!((_e = this.vehicleInformation) === null || _e === void 0 ? void 0 : _e.ssc.length) && (index.h(SSCTable, { key: '4eea4000b3eeed82654e26e7861b005958a3ef94', locale: this.locale, ssc: this.vehicleInformation.ssc })))))));
1143
+ return (index.h(index.Host, { key: '4d23c9ec57816f7ea5c58186040cd45d11cdf929' }, index.h("div", { key: 'fe9ca5df13b72f0b114f4009f6e57bffbd41f34a', dir: this.locale.direction, class: "min-h-[100px] warranty" }, index.h("div", { key: '16f1d4f0abb36f59b88cac22d68461ac99d8789b' }, index.h(Loading, { key: '4897cce4a1f48d0a2e3ad07bb9ae00d17e7b4388', isLoading: this.state.includes('loading') }), index.h("div", { key: '320434813f0d8ec61660d40ccc769f63e2a7be28', class: "transition duration-700", style: { transform: this.state.includes('loading') || this.state === 'idle' ? 'scale(0)' : 'scale(1)', opacity: this.state.includes('loading') ? '0' : '1' } }, (this.showSsc || this.showWarranty) && (index.h("div", { key: '929ce95d0c86ad31b38092ec91c159acad887fa5', style: { color: !!this.errorMessage ? 'red' : 'black' }, class: "warranty-vin" }, (_a = this.vehicleInformation) === null || _a === void 0 ? void 0 : _a.vin)), ['error', 'error-loading'].includes(this.state) && (index.h("div", { key: '078b72c79963bbcedda83e079c868073c8ca0d97', class: "py-[16px] min-h-[100px] flex items-center" }, index.h("div", { key: 'fd4515cc4ac90a2a50927455d97f765716462f79', class: "px-[16px] py-[8px] border reject-card text-[20px] rounded-[8px] w-fit mx-auto" }, this.locale.errors[this.errorMessage] || this.locale.errors.wildCard))), this.showWarranty && ['data', 'data-loading'].includes(this.state) && (index.h(CardsContainer, { key: 'e8d4812e8838917c51ce8511ba217d009e560041', locale: this.locale, isAuthorized: (_b = this.vehicleInformation) === null || _b === void 0 ? void 0 : _b.isAuthorized, unInvoicedByBrokerName: this.unInvoicedByBrokerName, warranty: (_c = this.vehicleInformation) === null || _c === void 0 ? void 0 : _c.warranty })), index.h("div", { key: '538a6c11e66451b7d5e201f1088d8430aa37b591', style: Object.assign({}, (this.showRecaptcha ? { height: 'auto', padding: '16px 16px 0px 16px' } : { height: '0px' })), class: "recaptcha-container" }, index.h("slot", { key: '50017861df57d9c0d7ffa0d8792d5703fd3702b0' })), ['data', 'data-loading'].includes(this.state) && this.recaptchaRes && (index.h("div", { key: '1cbb11644dba0c43bf91733970ddb032a5ef07f8', class: cn.cn('recaptcha-response', !this.recaptchaRes.hasSSC ? 'success-card' : 'reject-card ') }, this.locale.vehicleLookup.warranty[this.recaptchaRes.message])), this.checkingUnauthorizedSSC && (index.h("div", { key: '3385b3173c1067126b8fa1f23d9571b5c772c107', class: "loading-spinner", style: { marginTop: '20px', flexDirection: 'column' } }, index.h("div", { key: '404fc58821940e0f1d2902ba1c09393b184eb6e5' }, index.h("strong", { key: '2835f24ae7247928e2f6f74fd2e7d72c290d698d' }, this.locale.vehicleLookup.warranty.checkingTMC)), index.h("img", { key: 'bbe2ca4c7933de58d4dddca4a1fe760a0c7b305d', class: "spin", src: Loading$1.loaderSvg }))), this.showSsc && ['data', 'data-loading'].includes(this.state) && ((_d = this.vehicleInformation) === null || _d === void 0 ? void 0 : _d.ssc) !== null && !!((_e = this.vehicleInformation) === null || _e === void 0 ? void 0 : _e.ssc.length) && (index.h(SSCTable, { key: 'e9855ed100b8573b12a64c8794a39138f5ad0f6a', locale: this.locale, ssc: this.vehicleInformation.ssc })))))));
1144
1144
  }
1145
1145
  get el() { return index.getElement(this); }
1146
1146
  static get watchers() { return {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
8
8
 
9
9
  const index = require('./index-846c93d2.js');
10
10
  const cn = require('./cn-f559f9e5.js');
11
- const getLocalLanguage = require('./get-local-language-2afae4fa.js');
11
+ const getLocalLanguage = require('./get-local-language-9c2b4910.js');
12
12
  require('./index.esm-c628daeb.js');
13
13
 
14
14
  const dynamicRedeemCss = "*,: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}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.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))}.border{border-width:1px}.outline{outline-style:solid}.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)}:host{all:initial!important;display:block}*{box-sizing:content-box;margin:revert;padding:revert}.dynamic-claim-processor{align-items:center;background:#fff;display:flex;flex-direction:row;font-family:Arial;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transform:translateY(0) scale(110%);transition:.4s;visibility:hidden;width:100%;z-index:999999999999999}.dynamic-claim-processor.active{opacity:1;transform:translateY(0) scale(100%);visibility:visible}.dynamic-claim-processor-wrapper{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between;overflow:auto;padding:50px}.dynamic-claim-processor .qr-input{background:none;border:none;border-bottom:1px solid #ddd;color:#424242;font-size:14px;outline:none;padding:7px;text-align:center;width:100%}.dynamic-claim-processor-info-box{background:#fdfdfd;border:1px solid #dcdcdc;border-radius:5px;box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 hsla(0,0%,100%,.1);color:#424242;font-size:14px;margin-top:50px;padding:0;width:100%}.dynamic-claim-processor-info-box-header{background:#f6f6f6;border:1px solid #ededed;padding:7px 0;text-align:center}.dynamic-claim-processor-info-box table{width:100%}.dynamic-claim-processor-info-box table td,.dynamic-claim-processor-info-box table th{border-bottom:1px solid #ededed;padding:5px;text-align:start}.dynamic-claim-processor-progress{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:space-evenly;margin-bottom:16px;margin-top:10px;width:100%}.dynamic-claim-processor-progress .dynamic-claim-processor-progress-step{background:#f4f4f4;border:1px solid #d4d4d4;border-bottom:5px double #3071a9;border-radius:5px;box-shadow:0 0 4px 2px #eee;color:#3071a9;flex:1;margin-top:0;padding:15px;text-align:center}.lds-ripple{display:inline-block;height:80px;left:50%;left:0;margin-left:12px;position:relative;top:55px;top:0;width:80px}.lds-ripple,.lds-ripple div{box-sizing:border-box}.lds-ripple-loading.active,.lds-ripple.active{opacity:1!important;visibility:visible!important}.lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #3071a9;border-radius:50%;opacity:1;position:absolute;z-index:10}.lds-ripple div:nth-child(2){animation-delay:-.5s}.loading-wrapper,.scan-invoice-wrapper{transition:.4s}.dynamic-claim-processor-progress-step.processing .scan-invoice-wrapper,.loading-wrapper{opacity:0;transform:scale(70%)}.dynamic-claim-processor-progress-step.processing .loading-wrapper{opacity:1;transform:scale(100%)}@keyframes lds-ripple{0%{height:8px;left:36px;opacity:0;top:36px;width:8px}4.9%{height:8px;left:36px;opacity:0;top:36px;width:8px}5%{height:8px;left:36px;opacity:1;top:36px;width:8px}to{height:80px;left:0;opacity:0;top:0;width:80px}}#dynamic-claim-processor-close-icon{cursor:pointer;height:20px;position:absolute;right:50px;top:20px;transition:.5s;width:20px}#dynamic-claim-processor-close-icon:hover{transform:rotate(180deg) scale(150%)}.admonition-title{background-color:#ff91001a;font-size:13px;font-weight:700;margin:0;padding:10px 5px}.admonition-title:before{background-color:#ff9100;content:\"\";display:inline-block;height:20px;margin-inline-end:5px;-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z\"/></svg>');vertical-align:sub;width:20px}.admonition{background-color:var(--md-admonition-bg-color);border:.075rem solid #ff9100;border-radius:.2rem;box-shadow:0 .2rem .5rem #0000000d,0 0 .05rem #0000001a;color:var(--md-admonition-fg-color);display:flow-root;margin:15px 0 0;padding:0;page-break-inside:avoid;transition:box-shadow 125ms;width:100%}.cancel-confirmation-box{background:#f8f8f8;border:1px solid #e1e1e1;border-radius:5px;font-weight:700;margin-bottom:10px;padding:10px 25px}.dynamic-claim-processor-progress.disabled{opacity:.6}.warning-ul{padding-inline-start:2.5rem}.static{position:static}.w-full{width:100%}.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}.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-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-\\[16px\\]{padding-bottom:16px;padding-top:16px}.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}.success-card{background-color:#d0e7de;border-color:#a2d0bb;color:#0b3521}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.m-\\[3px\\]{margin:3px}.my-4{margin-bottom:1rem;margin-top:1rem}.ml-1{margin-left:.25rem}.border-separate{border-collapse:separate}.list-disc{list-style-type:disc}.gap-1{gap:.25rem}";
@@ -136,11 +136,11 @@ const DynamicRedeem = class {
136
136
  const disableInput = !this.confirmServiceCancellation || !this.confirmUnInvoicedTBPVehicles;
137
137
  if (!disableInput)
138
138
  this.focusInput();
139
- return (index.h(index.Host, { key: '9e0834b0d015a04c78e222d1dace141e587b05f0' }, index.h("div", { key: 'b04217257d133377bbd9da346d2fd1b68afe4aeb', dir: this.locale.direction, class: cn.cn('dynamic-claim-processor', (this === null || this === void 0 ? void 0 : this.isOpened) && 'active') }, index.h("svg", { key: '93161c65789e759bd6ba991b3ba27f309756d8c9', id: "dynamic-claim-processor-close-icon", onClick: this.closeModal, viewBox: "-0.5 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '29005414c93ce4c8c987eeef9505cba880015884', id: "SVGRepo_bgCarrier", "stroke-width": "0" }), index.h("g", { key: 'a8254bf76b1cd0f4cc8489601cf79a5f46992f7d', id: "SVGRepo_tracerCarrier", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("g", { key: '044c23d1eec52b8913139be277a92a0f27bc56ec', id: "SVGRepo_iconCarrier" }, index.h("path", { key: '2071bb9933395f25a048e70a4aa65548ca9ca68d', d: "M3 21.32L21 3.32001", stroke: "#000000", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("path", { key: '4926e90429e8517cd68667b445eb12aa6f3c5a7f', d: "M3 3.32001L21 21.32", stroke: "#000000", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), index.h("div", { key: '350b073abe9ee9a3f58cc075d6a6002a6f09017e', class: "dynamic-claim-processor-wrapper" }, index.h("div", { key: '07c0205b788cf6d9c19c49b6f60e0fa16aaa8594', class: "dynamic-claim-processor-info-box" }, index.h("div", { key: 'cb13978e075f2551aba2d8fd503f747c0f823657', class: "dynamic-claim-processor-info-box-header" }, index.h("strong", { key: '0233b8a791add6908038d1a2bb71f7b14e0516c9', class: "dynamic-claim-header-vin" }, this === null || this === void 0 ? void 0 : this.internalVin)), index.h("div", { key: 'da9f9be90ced72ca4f7b83032ea45ed89bd3a356', class: "dynamic-claim-processor-info-box-body" }, index.h("table", { key: '785cf2ca8fbfab6ac15f380d9dfc599a2facb3c8', class: "border-separate" }, index.h("tr", { key: '1d51d2355d2cf7035a43b8ef8a58db0b7c57700b' }, index.h("th", { key: '99d65eea1a5bf369733720bdf32ad209b4ec588d' }, texts.serviceType), index.h("td", { key: '7d889cf118c6decea02919cfc7ff47e09e3682b3' }, (_a = this === null || this === void 0 ? void 0 : this.internalItem) === null || _a === void 0 ? void 0 : _a.type), index.h("th", { key: '92b5480c9127f5e3a6e350978ba4b40551fc8877' }, texts.name), index.h("td", { key: '6bb3baac3650047be60ef1cf49978cbbfbd39018' }, (_b = this === null || this === void 0 ? void 0 : this.internalItem) === null || _b === void 0 ? void 0 : _b.name)), index.h("tr", { key: '8ca114e0cec800fd12d829d61eb3908db5da6243' }, index.h("th", { key: '20328b30ab84c5d19d468ba3daf25585344d87de' }, texts.activationDate), index.h("td", { key: '02be56dadcb39e5740225b133a0a1ffbd15fd977' }, (_c = this === null || this === void 0 ? void 0 : this.internalItem) === null || _c === void 0 ? void 0 : _c.activatedAt), index.h("th", { key: 'a3e92f01ea2ddb2bfbb8fc2c93354c06387acf05' }, texts.expireDate), index.h("td", { key: '858160e2a08b1ea41f658bdb15ec87addd31ba4c' }, (_d = this === null || this === void 0 ? void 0 : this.internalItem) === null || _d === void 0 ? void 0 : _d.expiresAt)), index.h("tr", { key: 'b27e1732f0dcab87f0748fbff6af3aa0ee77dba8' }, index.h("th", { key: '58cca2e1dfc2ba9e2352ffc151bb7ab412dc2dc6' }, texts.menuCode), index.h("td", { key: '3f44350813014c12cd6ec8be98ff6575b09fc3b7' }, (_e = this === null || this === void 0 ? void 0 : this.internalItem) === null || _e === void 0 ? void 0 : _e.menuCode))))), index.h("div", { key: '9098ec6ae9fe1cb7e86837c04c4bd56b0c0ed7eb', style: { flex: '1', width: '100%', display: 'flex', flexDirection: 'column', justifyContent: 'space-evenly' } }, (this === null || this === void 0 ? void 0 : this.internalCanceledItem) && Array.isArray(this.internalCanceledItem) && !!this.internalCanceledItem.length && (index.h("div", { key: '48ffcf275d946607e0f633d8c0da648614bd019c', class: "admonition warning" }, index.h("p", { key: '53146d545919d962832b26af141a5d41de325ba7', class: "admonition-title" }, texts.warning), index.h("div", { key: 'eef812d4dd53e1fab99808f8fb2a08e0c041746b', style: { padding: '0 30px' } }, index.h("p", { key: '8c7c8bc6210d50aa49a4ab29a54d432efe56e828', class: "my-4" }, texts.skipServicesWarning), index.h("ul", { key: 'f10734a0bc4cc53f545ce52728e7930e8cc46937', class: "dynamic-claim-processor-to-be-cancelled-list warning-ul my-4 list-disc" }, this.internalCanceledItem.map(({ name }) => (index.h("li", { id: name }, name)))), index.h("div", { key: '6929ed41212f6b6cc03961d451ad9f53fe524e4a', class: "cancel-confirmation-box" }, index.h("label", { key: '8e929d414396739e84e59c8038eb92b40d673a98' }, index.h("input", { key: '7f2c07215d29459461e558c6d7f3a61019856e40', type: "checkbox", class: "confirm-cancellation-input m-[3px] ml-1", onChange: () => {
139
+ return (index.h(index.Host, { key: 'e82387f23272b912cebeb9507385898f2197860e' }, index.h("div", { key: 'e1d6e36de17bf18515980fa3f67781abc956eb93', dir: this.locale.direction, class: cn.cn('dynamic-claim-processor', (this === null || this === void 0 ? void 0 : this.isOpened) && 'active') }, index.h("svg", { key: 'fd0926cb86e3bade817e52d0b02f03c205225070', id: "dynamic-claim-processor-close-icon", onClick: this.closeModal, viewBox: "-0.5 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("g", { key: '05161080260f9d135ac3085e97b0c8c74bc5325e', id: "SVGRepo_bgCarrier", "stroke-width": "0" }), index.h("g", { key: '4ab99a92ed57e5f397e680f843c19119f742ffce', id: "SVGRepo_tracerCarrier", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("g", { key: 'a819b798cae3237b0aebeefb1c130da74d43897a', id: "SVGRepo_iconCarrier" }, index.h("path", { key: 'a897b73e8fc211756b3246785579f954ae41dbd3', d: "M3 21.32L21 3.32001", stroke: "#000000", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("path", { key: '1040311f3ef7868cf54c9513f6b3d0107a59fde5', d: "M3 3.32001L21 21.32", stroke: "#000000", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }))), index.h("div", { key: '53f5214a94b4b3520c4f5553d49d490f4b1ccdfe', class: "dynamic-claim-processor-wrapper" }, index.h("div", { key: '78f8e4235662bdfd6de6b64daf609ed60ef42734', class: "dynamic-claim-processor-info-box" }, index.h("div", { key: '7ab23f662a829b6a99f26553e8c23e6c8a6fcdbe', class: "dynamic-claim-processor-info-box-header" }, index.h("strong", { key: '55fd88763c8c61b036de3784378ed2b9ae8ecc63', class: "dynamic-claim-header-vin" }, this === null || this === void 0 ? void 0 : this.internalVin)), index.h("div", { key: 'a27841d34223ac961d24aaf7f8b6268c03f6f298', class: "dynamic-claim-processor-info-box-body" }, index.h("table", { key: 'baa5825eb481b128a8e0be826fdecf79df41ab0d', class: "border-separate" }, index.h("tr", { key: '432f64f61a879adadeb7bf0a820344fd9039d905' }, index.h("th", { key: '631fa1706e468251fc0142fad8d1aceb157a5632' }, texts.serviceType), index.h("td", { key: '5884042ec0c25335188c1bbebccee2e636f8abec' }, (_a = this === null || this === void 0 ? void 0 : this.internalItem) === null || _a === void 0 ? void 0 : _a.type), index.h("th", { key: '4db3b47fb15c74b25549faa5f0f7db2a3d5c133d' }, texts.name), index.h("td", { key: '1326bf88c8277f0ea2662cb1471ec2320adc36f9' }, (_b = this === null || this === void 0 ? void 0 : this.internalItem) === null || _b === void 0 ? void 0 : _b.name)), index.h("tr", { key: '3913b36fcee1d005d61d1dd181fbd50ab7717144' }, index.h("th", { key: '8eb79a4426f3bfeedc814fb8972984d811316596' }, texts.activationDate), index.h("td", { key: '65a3439edf060c1919651154e0c19161fd3398c1' }, (_c = this === null || this === void 0 ? void 0 : this.internalItem) === null || _c === void 0 ? void 0 : _c.activatedAt), index.h("th", { key: '6575d1cb4dd40f6d7d601df56723ed07cda9b777' }, texts.expireDate), index.h("td", { key: '9924a83230f7b9f6e4db986750371bee08db70e3' }, (_d = this === null || this === void 0 ? void 0 : this.internalItem) === null || _d === void 0 ? void 0 : _d.expiresAt)), index.h("tr", { key: 'c4920ef832bc68805d748c3998f73d8cb50745cf' }, index.h("th", { key: '0a59d0c712fa652da2df7dc1168e67eb64c8a0b9' }, texts.menuCode), index.h("td", { key: 'f08d538971dabc2b2ef0c36c5c0502f80f9ddad2' }, (_e = this === null || this === void 0 ? void 0 : this.internalItem) === null || _e === void 0 ? void 0 : _e.menuCode))))), index.h("div", { key: 'dabfa34aaf29814877b1646a10c02af30d172e97', style: { flex: '1', width: '100%', display: 'flex', flexDirection: 'column', justifyContent: 'space-evenly' } }, (this === null || this === void 0 ? void 0 : this.internalCanceledItem) && Array.isArray(this.internalCanceledItem) && !!this.internalCanceledItem.length && (index.h("div", { key: '535008c2634a3a7f4e4b77addf552bfb83e90481', class: "admonition warning" }, index.h("p", { key: 'f20362a8888fe2b5ab83c1f8489329cc6f67e5c2', class: "admonition-title" }, texts.warning), index.h("div", { key: '23c889a5cda480f984c00a1ef37c5625e45d530e', style: { padding: '0 30px' } }, index.h("p", { key: '9069f15f8c49bc6d6384ad7477ae0da9921103bc', class: "my-4" }, texts.skipServicesWarning), index.h("ul", { key: '3e40ced6b2115775ad85e85133d6dee8b7606929', class: "dynamic-claim-processor-to-be-cancelled-list warning-ul my-4 list-disc" }, this.internalCanceledItem.map(({ name }) => (index.h("li", { id: name }, name)))), index.h("div", { key: 'ea1ded3f5d4c6b5d922097d39d6b2cc7aa427add', class: "cancel-confirmation-box" }, index.h("label", { key: '9ef5906cd22ef738b40e2bee5600bfd3b47f6fcf' }, index.h("input", { key: '988931e3c7675655292a0e6ec928b4737acaa4e9', type: "checkbox", class: "confirm-cancellation-input m-[3px] ml-1", onChange: () => {
140
140
  this.confirmServiceCancellation = !this.confirmServiceCancellation;
141
- } }), texts.confirmSkipServices))))), this.unInvoicedByBrokerName && (index.h("div", { key: '9c7874ac49eae55fb544589e242ce97ce715a819', class: "admonition warning" }, index.h("p", { key: '9c5fec7622bcacff06f1b5b7329585022a21d767', class: "admonition-title" }, texts.warning), index.h("div", { key: 'a9f4612b6abe3672309dfedb9f96aea05230cf44', style: { padding: '0 30px' } }, index.h("p", { key: '2e34407ccc5dc666c14b7a3b6a30252a3e873e7e', class: "my-4" }, texts.notInvoiced), index.h("div", { key: '0c974e3bdc0084e0c2861c9fb6488c306e33738a' }, index.h("strong", { key: '7e38f7433805d69931daa2eff5b8d7885cf9e42d' }, this.unInvoicedByBrokerName)), index.h("div", { key: '6b7ef5ad872b4d5a54aad31279cb097229f63b35', class: "cancel-confirmation-box" }, index.h("label", { key: '5b4c78d1cd554ed8eb7360e17de8196423a7304e' }, index.h("input", { key: '287a6fcdf32f3065f2b0cf3ed87e7c2b8af3fe85', type: "checkbox", class: "confirm-cancellation-input m-[3px] ml-1", onChange: () => {
141
+ } }), texts.confirmSkipServices))))), this.unInvoicedByBrokerName && (index.h("div", { key: '8e011f64bf6d607a48210c5480bbe684f23431e9', class: "admonition warning" }, index.h("p", { key: '3fa583e45306ffa61e6b499ef89e8f57750b2d52', class: "admonition-title" }, texts.warning), index.h("div", { key: '0e539a781fec14126c7705b10057f6a74e5d636c', style: { padding: '0 30px' } }, index.h("p", { key: 'd66d19f5b3973eed149a3bf7a2459f5ef463c7b6', class: "my-4" }, texts.notInvoiced), index.h("div", { key: 'e6ee5c092fd015bc786080d22f4933c04240694f' }, index.h("strong", { key: '9dbdb058772aa8897b8250b12cc16be5e5ab0cd2' }, this.unInvoicedByBrokerName)), index.h("div", { key: '9616750c54432fc75b3784055d92a9adadd2de75', class: "cancel-confirmation-box" }, index.h("label", { key: '97019c9545be7a79b09a076ede2b112d92ced410' }, index.h("input", { key: 'b63d53d859fab16f7e926ea44da2df6486580b02', type: "checkbox", class: "confirm-cancellation-input m-[3px] ml-1", onChange: () => {
142
142
  this.confirmUnInvoicedTBPVehicles = !this.confirmUnInvoicedTBPVehicles;
143
- } }), texts.confirmNotInvoiced))))), index.h("div", { key: '23317721daac926aea70551f3ba51c9d124ab317', class: cn.cn('dynamic-claim-processor-progress', (!this.confirmServiceCancellation || !this.confirmUnInvoicedTBPVehicles) && 'disabled') }, index.h("div", { key: 'f9601d0cabeef18b467ec95cc9a34061d13b6f4a', id: "scan-invoice-step", class: cn.cn('dynamic-claim-processor-progress-step', this.isLoading && 'processing') }, index.h("div", { key: '328e694b35d26cc55cc415ec17e7118ede8e79df', style: { position: 'relative', width: '130px', height: '130px', display: 'block', margin: 'auto', marginTop: '15px' } }, index.h("div", { key: 'abd41fc29d4c6592a403936fa8bb1670f1cd98e2', style: { position: 'absolute' }, class: "scan-invoice-wrapper flex flex-col gap-1 justify-center items-center" }, index.h("svg", { key: 'f68e70e19472d48425f235a16bcf3c1327cb9271', fill: "#3071a9", height: "100px", width: "100px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", stroke: "#ffffff" }, index.h("g", { key: 'b24c370dccfab6192523cfb8063102da3c874839', id: "SVGRepo_bgCarrier", "stroke-width": "0" }), index.h("g", { key: '747a333d8557a5362eca428029a2bb808905ce34', id: "SVGRepo_tracerCarrier", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("g", { key: 'a8beddf4148d7efcdee587cb6d597fe5c3d3977e', id: "SVGRepo_iconCarrier" }, index.h("g", { key: '91505a088ab4913a575aabb4a57130c47f4e13e0' }, index.h("g", { key: 'ce23d10dc5fabba0963bc436d6492350ce77ac41' }, index.h("path", { key: '8a433d73c362aae2924216da9e7f30047aacc620', d: "M354.338,34.205h-61.71c-3.354-9.93-12.752-17.102-23.8-17.102h-17.547C243.359,6.451,230.813,0,217.521,0 s-25.839,6.451-33.76,17.102h-17.547c-11.048,0-20.446,7.172-23.8,17.102H80.701c-18.566,0-33.67,15.105-33.67,33.67v359.148 c0,18.566,15.105,33.67,33.67,33.67h171.023c4.427,0,8.017-3.589,8.017-8.017c0-4.427-3.589-8.017-8.017-8.017H80.701 c-9.725,0-17.637-7.912-17.637-17.637V67.875c0-9.725,7.912-17.637,17.637-17.637h60.394v26.188c0,4.427,3.589,8.017,8.017,8.017 H285.93c4.427,0,8.017-3.589,8.017-8.017V50.238h60.391c9.725,0,17.637,7.912,17.637,17.637v230.881 c0,4.427,3.589,8.017,8.017,8.017c4.427,0,8.017-3.589,8.017-8.017V67.875C388.008,49.309,372.904,34.205,354.338,34.205z M277.914,68.409H157.129V42.252c0-0.011,0.001-0.02,0.001-0.031c0-0.005-0.001-0.011-0.001-0.015 c0.009-5.004,4.08-9.071,9.085-9.071h21.846c2.854,0,5.493-1.517,6.929-3.985c4.781-8.213,13.204-13.117,22.532-13.117 s17.751,4.904,22.532,13.117c1.435,2.467,4.075,3.985,6.929,3.985h21.846c4.999,0,9.067,4.059,9.085,9.055 c0,0.011-0.001,0.02-0.001,0.031c0,0.021,0.003,0.041,0.003,0.062V68.409z" }))), index.h("g", { key: '47666523cf9347e0f8e155d4610faa685a786e8b' }, index.h("g", { key: '0f09c5e47bb86983cb31c562e2d7a02c9fe6283b' }, index.h("path", { key: 'a260800a437176787738fd576ca2223de6e53914', d: "M251.722,410.455H97.269V84.443h17.64c4.427,0,8.017-3.589,8.017-8.017s-3.589-8.017-8.017-8.017H89.253 c-4.427,0-8.017,3.589-8.017,8.017v342.046c0,4.427,3.589,8.017,8.017,8.017h162.47c4.427,0,8.017-3.589,8.017-8.017 C259.739,414.044,256.15,410.455,251.722,410.455z" }))), index.h("g", { key: 'ae63d4b16681efb4887155e817826ef7a7fe745c' }, index.h("g", { key: 'c4f6de16ea2bad437253945ccd18140a08ea5584' }, index.h("path", { key: '8f2134dc62e9f386dc1034d562e1464030486618', d: "M345.787,68.409h-25.653c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.637v214.311 c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017V76.426C353.804,71.999,350.214,68.409,345.787,68.409z" }))), index.h("g", { key: '74df7261104bff1da50252bb223a8d08ad5fdfe5' }, index.h("g", { key: '53ef53041c9f8dc7b8f6eecff10703baa1bee6db' }, index.h("path", { key: 'cda1f0a75e612da7943bfb10d1edebb7055898e9', d: "M371.44,324.944c-51.572,0-93.528,41.956-93.528,93.528S319.869,512,371.44,512s93.528-41.956,93.528-93.528 S423.012,324.944,371.44,324.944z M371.44,495.967c-42.731,0-77.495-34.764-77.495-77.495s34.764-77.495,77.495-77.495 s77.495,34.764,77.495,77.495S414.172,495.967,371.44,495.967z" }))), index.h("g", { key: '0e21a4915d6ab6e58991db5e37da2c6911c63b4d' }, index.h("g", { key: 'a65c9fe8a4629c90fd973c64b25541cd8f28976e' }, index.h("path", { key: '3777e4081c25ccfcaacf0d9f689ee31114496bbd', d: "M217.607,34.205h-0.086c-4.427,0-7.974,3.589-7.974,8.017c0,4.427,3.631,8.017,8.059,8.017 c4.427,0,8.017-3.589,8.017-8.017C225.624,37.794,222.035,34.205,217.607,34.205z" }))), index.h("g", { key: '94160dab1c0c48766e0fbc9c4c982eb1359b782b' }, index.h("g", { key: 'b0c239c6bb69573c10cf3c1ffd3953c9c6b6614c' }, index.h("path", { key: '8d4509d9aad59197e606acf2bb12fdb413501e2f', d: "M419.865,387.15c-3.13-3.131-8.207-3.131-11.337,0l-54.19,54.19l-28.536-28.536c-3.131-3.131-8.207-3.131-11.337,0 c-3.131,3.131-3.131,8.207,0,11.337l34.205,34.205c1.565,1.565,3.617,2.348,5.668,2.348s4.103-0.782,5.668-2.348l59.858-59.858 C422.995,395.356,422.995,390.28,419.865,387.15z" }))), index.h("g", { key: '90ae14fd2295e3ccda79cd1d5144a3c9037e7ef2' }, index.h("g", { key: '05f92bf017c5a9672bfb9b80fe1b3924d0fb60c1' }, index.h("path", { key: '117eda012c52c0471264be0b112d512db1a1b38d', d: "M182.781,177.309v-32.338c11.295,1.934,18.171,7.688,18.171,11.889c0,4.427,3.589,8.017,8.017,8.017 s8.017-3.589,8.017-8.017c0-14.171-14.492-25.621-34.205-28.092v-1.036c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017 v1.036c-19.713,2.47-34.205,13.92-34.205,28.092c0,20.074,18.829,27.788,34.205,32.461v32.338 c-11.295-1.934-18.171-7.688-18.171-11.889c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017 c0,14.171,14.492,25.621,34.205,28.092v1.036c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017v-1.036 c19.713-2.47,34.205-13.92,34.205-28.092C216.985,189.697,198.157,181.982,182.781,177.309z M166.747,172.411 c-13.524-4.713-18.171-8.963-18.171-15.551c0-2.535,2.236-5.335,6.134-7.68c3.294-1.982,7.473-3.415,12.037-4.198V172.411z M194.818,217.45c-3.294,1.982-7.473,3.415-12.037,4.198v-27.429c13.524,4.713,18.171,8.963,18.171,15.551 C200.952,212.306,198.716,215.105,194.818,217.45z" }))), index.h("g", { key: '0bbe9e8a65c3deba1a997653a6a212fc218807cc' }, index.h("g", { key: '8ae8e29d7d460e8e6b6a8287489d26986a3ab821' }, index.h("path", { key: 'ba99c674627522ac33d70ea6100c5958e562d620', d: "M294.48,136.818h-42.756c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h42.756 c4.427,0,8.017-3.589,8.017-8.017S298.908,136.818,294.48,136.818z" }))), index.h("g", { key: '5b9e09a12f0def9cf011d7fe8909d8f2086c04b5' }, index.h("g", { key: '1ce72824285a08151b3f33737129ced2b63333d7' }, index.h("path", { key: 'fb939c8b4fb336bd949d719271bbc2dca1840da0', d: "M277.378,171.023h-25.653c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h25.653 c4.427,0,8.017-3.589,8.017-8.017S281.805,171.023,277.378,171.023z" }))), index.h("g", { key: '1c23413c8ac1fe1b1d6d4bb1c804f948a2fe22cc' }, index.h("g", { key: '3ccdfde33bf588f2fa038a610848bc0dbfa68c1f' }, index.h("path", { key: '0adda5a28bebea44b33c5cf887b11b28972f9eef', d: "M294.48,205.228h-42.756c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h42.756 c4.427,0,8.017-3.589,8.017-8.017S298.908,205.228,294.48,205.228z" }))), index.h("g", { key: '5f1f9eb4e3287e7dde6daa8db7dec6c699a8b5d0' }, index.h("g", { key: '704aab9638bd52411156cbbc76b1baa1a25b19e5' }, index.h("path", { key: 'f572ff85113a92c45d9d8155f1f68a79ad747d4a', d: "M157.662,282.188H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,282.188,157.662,282.188z" }))), index.h("g", { key: 'f02f77ea7ca0ca2d0eb882fe81d053b0248f1725' }, index.h("g", { key: 'a6ab10765e363f2e25502539e53ee610a8b7aafd' }, index.h("path", { key: '9f59014caeca9072039da437d8c10afe5574197d', d: "M157.662,350.597H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,350.597,157.662,350.597z" }))), index.h("g", { key: '682b60122feea993d88be043bc51f442b56a4e76' }, index.h("g", { key: 'be949e227811b8af7241c07cfc7e611e218df31f' }, index.h("path", { key: '58f4a85b9039f0bf839e0dda88f64cba1a90b80f', d: "M157.662,316.393H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,316.393,157.662,316.393z" }))), index.h("g", { key: 'f4b6babd17e88e8507d011dda0311616b1bb2202' }, index.h("g", { key: '59eea65f697e7ac2df5f95ed1cc9f67fd5abcf36' }, index.h("path", { key: '386481692bae2bca8fb12e70219ef79be1ae8c4f', d: "M294.48,282.188H191.866c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017H294.48 c4.427,0,8.017-3.589,8.017-8.017S298.908,282.188,294.48,282.188z" }))), index.h("g", { key: 'f4703c204d3d521fb5ab07c0d233008bf18e99b1' }, index.h("g", { key: 'e8a0825ece9d2707d1754e7d61eaca2021d5ddde' }, index.h("path", { key: '3f26f62d79ce8f8f44b42f1d4cf03066abf7ea68', d: "M268.827,350.597h-76.96c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h76.96 c4.427,0,8.017-3.589,8.017-8.017S273.254,350.597,268.827,350.597z" }))), index.h("g", { key: 'acbf002a7902cb06e31d218621d4c7d3f40ce88d' }, index.h("g", { key: '585dd449d363add070a696b43ce76a06e9204f85' }, index.h("path", { key: 'd2352b417a9a25b82d17bbffc3d58dffede07fb0', d: "M294.48,316.393H191.866c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017H294.48 c4.427,0,8.017-3.589,8.017-8.017S298.908,316.393,294.48,316.393z" }))))), index.h("div", { key: 'c14059cf2cc7ec1c6f6469ff6b98503fe3b7bc12' }, texts.scanTheInvoice)), index.h("div", { key: '794225f0cb388ae74fd28eeb1b6d68b4f7d93470', style: { position: 'absolute' }, class: "loading-wrapper" }, index.h("div", { key: '7a58e7359cfb906115e717a04e033504ad5a1e83', class: cn.cn('lds-ripple', this.isLoading && 'active') }, index.h("div", { key: 'bfe2f78e944fb2ac4ea0de9e0953605da08a8428' }), index.h("div", { key: 'ff2403222c9510e8eaee20c56494bce1701cdda1' })), index.h("div", { key: 'e9a811ec65baabb5a6dc8ec224484f49dbf20a7b', class: cn.cn('lds-ripple-loading', this.isLoading && 'active') }, texts.processing))), index.h("input", { key: '639d18db01761b74522153bcf32689fe38801f49', dir: "ltr", class: "qr-input", spellcheck: "false", onInput: this.onValueChanges, onKeyDown: this.qrCodeKeyDown, onBlur: () => this.input.focus(), autocomplete: "off", disabled: disableInput, placeholder: "", autofocus: true, style: { marginTop: '20px', padding: '10px 0px', fontSize: '16px' } }))))))));
143
+ } }), texts.confirmNotInvoiced))))), index.h("div", { key: '3f4c8d525ac1a293cd79cf0395e2386159c19b36', class: cn.cn('dynamic-claim-processor-progress', (!this.confirmServiceCancellation || !this.confirmUnInvoicedTBPVehicles) && 'disabled') }, index.h("div", { key: 'fc98c3ed358229a63d0909e5bf61bb28daf042b7', id: "scan-invoice-step", class: cn.cn('dynamic-claim-processor-progress-step', this.isLoading && 'processing') }, index.h("div", { key: '43b8ac376d8f550f4e94da98df449983f319526b', style: { position: 'relative', width: '130px', height: '130px', display: 'block', margin: 'auto', marginTop: '15px' } }, index.h("div", { key: '47898c300b56b7ece6646dd2810fc5703a7b7919', style: { position: 'absolute' }, class: "scan-invoice-wrapper flex flex-col gap-1 justify-center items-center" }, index.h("svg", { key: '44a3f6acb0cfde61f8f5e213fbcbb3eefb3ea820', fill: "#3071a9", height: "100px", width: "100px", version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", stroke: "#ffffff" }, index.h("g", { key: 'd2c2f6df02595724eda3e8f28b31ed328f1eca64', id: "SVGRepo_bgCarrier", "stroke-width": "0" }), index.h("g", { key: '65a5145985545477e90ec6727a1763bd53c8d750', id: "SVGRepo_tracerCarrier", "stroke-linecap": "round", "stroke-linejoin": "round" }), index.h("g", { key: '439f0167e832dca00fa5db1ecc535b6db23e45a4', id: "SVGRepo_iconCarrier" }, index.h("g", { key: '7c575078dfc575ef66d0d8fe8a99d6b13ba1b28c' }, index.h("g", { key: 'cae6f039da8bf37aacdcdda289778a3091b72df7' }, index.h("path", { key: '071058540735d964835065d284819d95e5b4bc91', d: "M354.338,34.205h-61.71c-3.354-9.93-12.752-17.102-23.8-17.102h-17.547C243.359,6.451,230.813,0,217.521,0 s-25.839,6.451-33.76,17.102h-17.547c-11.048,0-20.446,7.172-23.8,17.102H80.701c-18.566,0-33.67,15.105-33.67,33.67v359.148 c0,18.566,15.105,33.67,33.67,33.67h171.023c4.427,0,8.017-3.589,8.017-8.017c0-4.427-3.589-8.017-8.017-8.017H80.701 c-9.725,0-17.637-7.912-17.637-17.637V67.875c0-9.725,7.912-17.637,17.637-17.637h60.394v26.188c0,4.427,3.589,8.017,8.017,8.017 H285.93c4.427,0,8.017-3.589,8.017-8.017V50.238h60.391c9.725,0,17.637,7.912,17.637,17.637v230.881 c0,4.427,3.589,8.017,8.017,8.017c4.427,0,8.017-3.589,8.017-8.017V67.875C388.008,49.309,372.904,34.205,354.338,34.205z M277.914,68.409H157.129V42.252c0-0.011,0.001-0.02,0.001-0.031c0-0.005-0.001-0.011-0.001-0.015 c0.009-5.004,4.08-9.071,9.085-9.071h21.846c2.854,0,5.493-1.517,6.929-3.985c4.781-8.213,13.204-13.117,22.532-13.117 s17.751,4.904,22.532,13.117c1.435,2.467,4.075,3.985,6.929,3.985h21.846c4.999,0,9.067,4.059,9.085,9.055 c0,0.011-0.001,0.02-0.001,0.031c0,0.021,0.003,0.041,0.003,0.062V68.409z" }))), index.h("g", { key: '358afa04ff2520000f09a8e96c4be43fa8f7e724' }, index.h("g", { key: '4d6836e6c1721a5d7089520625d885af54c3b943' }, index.h("path", { key: '603289c7ac4feb50136d86109072a4b084095725', d: "M251.722,410.455H97.269V84.443h17.64c4.427,0,8.017-3.589,8.017-8.017s-3.589-8.017-8.017-8.017H89.253 c-4.427,0-8.017,3.589-8.017,8.017v342.046c0,4.427,3.589,8.017,8.017,8.017h162.47c4.427,0,8.017-3.589,8.017-8.017 C259.739,414.044,256.15,410.455,251.722,410.455z" }))), index.h("g", { key: 'b36524342e37a4fe34ae69582afd0eee8e39b93e' }, index.h("g", { key: '9090c028d90b0554302097f9a87d2d3907fafcde' }, index.h("path", { key: 'a9c5be6f3bdecb2818864af6c3f8ed113b75861a', d: "M345.787,68.409h-25.653c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.637v214.311 c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017V76.426C353.804,71.999,350.214,68.409,345.787,68.409z" }))), index.h("g", { key: '5c285d8aed470763b7cf1d21a7908a15fa7a19ae' }, index.h("g", { key: '234fad6d9de97563bd89118ffbc8b9f7a95a35bc' }, index.h("path", { key: '964f2d5b2e61f4b4e0e685e6b8f7915e12cbc4f7', d: "M371.44,324.944c-51.572,0-93.528,41.956-93.528,93.528S319.869,512,371.44,512s93.528-41.956,93.528-93.528 S423.012,324.944,371.44,324.944z M371.44,495.967c-42.731,0-77.495-34.764-77.495-77.495s34.764-77.495,77.495-77.495 s77.495,34.764,77.495,77.495S414.172,495.967,371.44,495.967z" }))), index.h("g", { key: '7479fdf23d5fc3900aaaed534dc7788775bcf65d' }, index.h("g", { key: '7c50f6053b64a17ec58ec4b3ba20e9482b3b645c' }, index.h("path", { key: '7475e3788381f9100186196884728628fccf14b0', d: "M217.607,34.205h-0.086c-4.427,0-7.974,3.589-7.974,8.017c0,4.427,3.631,8.017,8.059,8.017 c4.427,0,8.017-3.589,8.017-8.017C225.624,37.794,222.035,34.205,217.607,34.205z" }))), index.h("g", { key: '919dd1c830714a049078ea5c21ac2692a896edd2' }, index.h("g", { key: '905b8dac46abb6f44b898c4e039434cc6101d284' }, index.h("path", { key: '87f4951c5352fc83d96b31bfe9c3e006b74bd430', d: "M419.865,387.15c-3.13-3.131-8.207-3.131-11.337,0l-54.19,54.19l-28.536-28.536c-3.131-3.131-8.207-3.131-11.337,0 c-3.131,3.131-3.131,8.207,0,11.337l34.205,34.205c1.565,1.565,3.617,2.348,5.668,2.348s4.103-0.782,5.668-2.348l59.858-59.858 C422.995,395.356,422.995,390.28,419.865,387.15z" }))), index.h("g", { key: 'b2a9d5528d90fc18fdacb0ca088ca02842323b48' }, index.h("g", { key: 'fcbf0c794f9b1bb9e25aa35d04c91a1361c02fb2' }, index.h("path", { key: '4376f4fbad103cd02286028292f33ed4ab462b4e', d: "M182.781,177.309v-32.338c11.295,1.934,18.171,7.688,18.171,11.889c0,4.427,3.589,8.017,8.017,8.017 s8.017-3.589,8.017-8.017c0-14.171-14.492-25.621-34.205-28.092v-1.036c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017 v1.036c-19.713,2.47-34.205,13.92-34.205,28.092c0,20.074,18.829,27.788,34.205,32.461v32.338 c-11.295-1.934-18.171-7.688-18.171-11.889c0-4.427-3.589-8.017-8.017-8.017s-8.017,3.589-8.017,8.017 c0,14.171,14.492,25.621,34.205,28.092v1.036c0,4.427,3.589,8.017,8.017,8.017s8.017-3.589,8.017-8.017v-1.036 c19.713-2.47,34.205-13.92,34.205-28.092C216.985,189.697,198.157,181.982,182.781,177.309z M166.747,172.411 c-13.524-4.713-18.171-8.963-18.171-15.551c0-2.535,2.236-5.335,6.134-7.68c3.294-1.982,7.473-3.415,12.037-4.198V172.411z M194.818,217.45c-3.294,1.982-7.473,3.415-12.037,4.198v-27.429c13.524,4.713,18.171,8.963,18.171,15.551 C200.952,212.306,198.716,215.105,194.818,217.45z" }))), index.h("g", { key: '1b2aa610f84957b26fbf91bcae46af032fdcff5a' }, index.h("g", { key: 'da9dfa0d04c1c1c70dd762d7806d2cb74bf84603' }, index.h("path", { key: 'bedf3ca80b455ba8c153ff71f101d9dbac407d52', d: "M294.48,136.818h-42.756c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h42.756 c4.427,0,8.017-3.589,8.017-8.017S298.908,136.818,294.48,136.818z" }))), index.h("g", { key: 'fe443ce9157a5264c4f0838550300d41914fbad9' }, index.h("g", { key: 'd4a27ecb8118dfe09d39b449b39efd281a831cf4' }, index.h("path", { key: '0f8b818a723812c751c00a145b3afb18871f5767', d: "M277.378,171.023h-25.653c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h25.653 c4.427,0,8.017-3.589,8.017-8.017S281.805,171.023,277.378,171.023z" }))), index.h("g", { key: '3b44ac9b5ef9b38bd36df028c2933ab719320a62' }, index.h("g", { key: 'aa66c96dab67243b02c7594d71cf160ab7767f23' }, index.h("path", { key: '0b628148f17b6e5376adf2576ffcee54cade666f', d: "M294.48,205.228h-42.756c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h42.756 c4.427,0,8.017-3.589,8.017-8.017S298.908,205.228,294.48,205.228z" }))), index.h("g", { key: '503c9455d920090c2a260ea6ff9334fb3ccdd9cb' }, index.h("g", { key: '568e7ec9cfa86ff1d3c35af6cd5bb7adfc1ea4a4' }, index.h("path", { key: '3596c180d162799d9f66c9de98a15d386f4465e7', d: "M157.662,282.188H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,282.188,157.662,282.188z" }))), index.h("g", { key: 'a7b3b62b784e58e9a8b1b330977f311ab2c9302b' }, index.h("g", { key: '658726ed6fcca91a85ceb743ae05bf95346fc11e' }, index.h("path", { key: 'dc9f015cb56ae57803ec23b3d689aebb3f2621aa', d: "M157.662,350.597H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,350.597,157.662,350.597z" }))), index.h("g", { key: '555dfd5579be4d8976b521affee32ac89f5abb9f' }, index.h("g", { key: '286e8f6da85eee05c5a9ec41ede30270586da0ce' }, index.h("path", { key: 'bbc694013e6d8322cbaef53ac14aa12200b206b5', d: "M157.662,316.393H140.56c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h17.102 c4.427,0,8.017-3.589,8.017-8.017S162.089,316.393,157.662,316.393z" }))), index.h("g", { key: '7fffec793ab07a49fa3577138a789bb1bd5936f4' }, index.h("g", { key: 'afbbc236d372094b871f519c405fe24355483643' }, index.h("path", { key: 'ed856c4c30eb6b7ca9b727784895fa6b345c53d1', d: "M294.48,282.188H191.866c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017H294.48 c4.427,0,8.017-3.589,8.017-8.017S298.908,282.188,294.48,282.188z" }))), index.h("g", { key: '3b77dcf50f38b183082dff9dfb744e5f829ad4d9' }, index.h("g", { key: 'dab1f59b6a50b47f5704d03ff9f05ed2a8d14c8a' }, index.h("path", { key: 'ed524376df56b3ef1da080cc3f3f28aad297f3f3', d: "M268.827,350.597h-76.96c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017h76.96 c4.427,0,8.017-3.589,8.017-8.017S273.254,350.597,268.827,350.597z" }))), index.h("g", { key: '1f45e32e9853c60ab262484371ddf19b8934f0ff' }, index.h("g", { key: '48db3bd4c6319832095bd0392edd6e0eb0bf390e' }, index.h("path", { key: 'c74591ca435d10fdd1ef6477883699af71866a44', d: "M294.48,316.393H191.866c-4.427,0-8.017,3.589-8.017,8.017s3.589,8.017,8.017,8.017H294.48 c4.427,0,8.017-3.589,8.017-8.017S298.908,316.393,294.48,316.393z" }))))), index.h("div", { key: '21de0b0fc271f53641ca321056a8021a5ef8c0ca' }, texts.scanTheInvoice)), index.h("div", { key: 'dd5e71718cc92d166c0da30cc42f1a593db20409', style: { position: 'absolute' }, class: "loading-wrapper" }, index.h("div", { key: 'd1dfac41a8c78ea8ebc2f38d85a546b2bf8faa7b', class: cn.cn('lds-ripple', this.isLoading && 'active') }, index.h("div", { key: '38cac720c19053c05a9fed96f00ce407715899e9' }), index.h("div", { key: '94e26296f85d115eb11711f7e605815f8853695d' })), index.h("div", { key: '50a3f738760506e79ed4f665d96f4fc143cc3803', class: cn.cn('lds-ripple-loading', this.isLoading && 'active') }, texts.processing))), index.h("input", { key: 'afc068515c859666b0e848bf44919492b219df35', dir: "ltr", class: "qr-input", spellcheck: "false", onInput: this.onValueChanges, onKeyDown: this.qrCodeKeyDown, onBlur: () => this.input.focus(), autocomplete: "off", disabled: disableInput, placeholder: "", autofocus: true, style: { marginTop: '20px', padding: '10px 0px', fontSize: '16px' } }))))))));
144
144
  }
145
145
  get el() { return index.getElement(this); }
146
146
  static get watchers() { return {
@@ -28,7 +28,7 @@ const FormInput = class {
28
28
  }
29
29
  render() {
30
30
  const { class: inputClass, errorClass, containerClass, disabled, label, isError, labelClass, name, errorMessage, onInput } = this;
31
- return (index.h(index.Host, { key: '3e1822539c92ef0637a43b9d539a2ccebd21ae3c' }, index.h("label", { key: '429c85408ab3ee572a93de21c857b02b7860e84f', class: cn.cn('relative w-full pb-[20px] inline-flex flex-col', containerClass) }, label && index.h("div", { key: '617f36131336bf40f79fbb364446d6f1dfa89d98', class: cn.cn('mb-[4px]', labelClass) }, label), index.h("input", { key: 'e0fb538bf75d9edc1286a7df114b7bace51a8bd8', name: name, onInput: onInput, disabled: disabled, class: cn.cn('border disabled:opacity-75 flex-1 py-[6px] px-[12px] transition-colors duration-300 rounded-lg outline-none focus:border-slate-600 w-full', { '!border-red-500': isError }, inputClass) }), index.h("div", { key: 'f79eee4df72512970dda3581c09b32189b4b2ea9', class: cn.cn('absolute bottom-0 -z-10 text-red-500 transition-all duration-300', { '-translate-y-full opacity-0': !isError }, errorClass) }, errorMessage))));
31
+ return (index.h(index.Host, { key: '891447bb24145afb78075b8f590d69958f537e6c' }, index.h("label", { key: '85bed6f8c2dd9120e3ae7aac1a081c719efae975', class: cn.cn('relative w-full pb-[20px] inline-flex flex-col', containerClass) }, label && index.h("div", { key: '0f3a69047a4926ac0661b54c320f49267417fa32', class: cn.cn('mb-[4px]', labelClass) }, label), index.h("input", { key: '7e41e1bc1f1feaca67e48729d696be6e7d29b870', name: name, onInput: onInput, disabled: disabled, class: cn.cn('border disabled:opacity-75 flex-1 py-[6px] px-[12px] transition-colors duration-300 rounded-lg outline-none focus:border-slate-600 w-full', { '!border-red-500': isError }, inputClass) }), index.h("div", { key: '59d25498ae9142d4df68eded5dfc71c81acb0a70', class: cn.cn('absolute bottom-0 -z-10 text-red-500 transition-all duration-300', { '-translate-y-full opacity-0': !isError }, errorClass) }, errorMessage))));
32
32
  }
33
33
  };
34
34
  FormInput.style = FormInputStyle0;
@@ -145,7 +145,7 @@ const GeneralInquiryForm = class {
145
145
  }
146
146
  render() {
147
147
  const { formController } = this.form;
148
- return (index.h(index.Host, { key: '489ff53ac7b50acbf43f171271a80c8f12916efb' }, index.h("form", Object.assign({ key: '20767726ef5f5bcf7ef6813cecb207bfd453c343' }, formController), index.h("form-input", Object.assign({ key: '71dd2d71b8d9e6668a4940cd9cdf844a279294aa' }, this.nameController, { label: "Name", name: "name" })), index.h("form-input", Object.assign({ key: '39fbce79b619f4fb6985f702e920d73e58482fef' }, this.name2Controller, { label: "Name2", name: "name2" })), index.h("button", { key: '5f1cd249501ab17aea61b46083271716b8541fb5', type: "submit" }, "sd"))));
148
+ return (index.h(index.Host, { key: '71c5e1fe2c9f4e5275ad254d173c642bcd6f36b3' }, index.h("form", Object.assign({ key: 'e4f44ad69006d79a41aed3a9e3e1f61da0b70f38' }, formController), index.h("form-input", Object.assign({ key: 'e7d8d18af478cec8e0d101cc64f6c207ac03f007' }, this.nameController, { label: "Name", name: "name" })), index.h("form-input", Object.assign({ key: '299d140f2b32f6b8ad95d94ecb9a5bb69db5eea1' }, this.name2Controller, { label: "Name2", name: "name2" })), index.h("button", { key: 'd948142dc67a1d62520a9e28e1d90a8204d75ac3', type: "submit" }, "sd"))));
149
149
  }
150
150
  get el() { return index.getElement(this); }
151
151
  };
@@ -185,7 +185,7 @@ const localeSchema = index_esm.create$3({
185
185
  vehicleLookup: vehicleLookupSchema,
186
186
  });
187
187
 
188
- const version = "0.0.41";
188
+ const version = "0.0.42";
189
189
 
190
190
  const cachedLocales = {};
191
191
  const getLocaleLanguage = async (fileKey) => {
@@ -7,7 +7,7 @@
7
7
  Object.defineProperty(exports, '__esModule', { value: true });
8
8
 
9
9
  const index = require('./index-846c93d2.js');
10
- const getLocalLanguage = require('./get-local-language-2afae4fa.js');
10
+ const getLocalLanguage = require('./get-local-language-9c2b4910.js');
11
11
  const cn = require('./cn-f559f9e5.js');
12
12
  require('./index.esm-c628daeb.js');
13
13
 
@@ -117,7 +117,7 @@ const PartLookup = class {
117
117
  catch (error) {
118
118
  console.error(error);
119
119
  }
120
- return (index.h(index.Host, { key: 'c448e13159847eafcb7a53a8a1f7a0e6af13401a' }, index.h("div", { key: 'f737cd7912c9e32c1f18fb9ae14934e62408dcac', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.deadStock }) }, index.h("dead-stock-lookup", Object.assign({ key: '97f442a52d37e62e58e6f96ed234cc26bc038cc2', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.deadStock]))), index.h("div", { key: '7f23c59eeaeeb81a6de5831980274ffc146633ab', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.distributor }) }, index.h("distributor-lookup", Object.assign({ key: '1decf9927ab4895a85204121c28a18595ecf7972', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.distributor]))), index.h("div", { key: '909695dc0d1cc6a5fb6fac9cb21f04cadfd9e634', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.manufacturer }) }, index.h("manufacturer-lookup", Object.assign({ key: '022c698b945cd267cec04c4597f57edbd77788ee', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.manufacturer]))), index.h("slot", { key: '60771ae02d45e53923e33207995e5443251966a5' })));
120
+ return (index.h(index.Host, { key: '1399bbe94bd816d4b3ab821a332333aa7e0462ed' }, index.h("div", { key: '82ee3929845efa9e155dac8b3254a146e3fa3cf6', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.deadStock }) }, index.h("dead-stock-lookup", Object.assign({ key: 'ca79afbf7474dd51c46c088ef0ade1dc72ae9c6f', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.deadStock]))), index.h("div", { key: '2b60522679269aa036cfbaed807222fca654055d', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.distributor }) }, index.h("distributor-lookup", Object.assign({ key: '860135221d15ee337505bb3d5fb13a20d82b2e82', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.distributor]))), index.h("div", { key: 'cfd557bb9d33a596f1adeb78affdd3b300c1e1c1', class: cn.cn('w-full', { hidden: this.activeElement !== componentTags.manufacturer }) }, index.h("manufacturer-lookup", Object.assign({ key: 'b76cc809b31ace9dc158026072e5b272efc13924', "base-url": this.baseUrl, language: this.language, "query-string": this.queryString }, props[componentTags.manufacturer]))), index.h("slot", { key: '78875aa9bcae3d3c1e0d9a49304e18fd09b50f41' })));
121
121
  }
122
122
  get el() { return index.getElement(this); }
123
123
  static get watchers() { return {