adp-web-components 0.3.8 → 0.3.9

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 (198) hide show
  1. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +5 -5
  2. package/dist/cjs/flexible-container.cjs.entry.js +1 -1
  3. package/dist/cjs/form-checkbox.cjs.entry.js +1 -1
  4. package/dist/cjs/form-date-picker.cjs.entry.js +1 -1
  5. package/dist/cjs/form-dialog_13.cjs.entry.js +12 -12
  6. package/dist/cjs/form-input_7.cjs.entry.js +7 -7
  7. package/dist/cjs/form-switch.cjs.entry.js +1 -1
  8. package/dist/cjs/form-time-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/{functions-DsI6l2TK.js → functions-DJnQ4mku.js} +1 -1
  10. package/dist/cjs/general-form.cjs.entry.js +2 -2
  11. package/dist/cjs/general-inquiry-form.cjs.entry.js +2 -2
  12. package/dist/cjs/{get-local-language-DEN8eoYd.js → get-local-language-BurP5AR9.js} +1 -1
  13. package/dist/cjs/{get-mock-files-B6HnIgDG.js → get-mock-files-rRYh_VpS.js} +1 -1
  14. package/dist/cjs/information-table.cjs.entry.js +1 -1
  15. package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
  16. package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +2 -2
  17. package/dist/cjs/part-lookup.cjs.entry.js +2 -2
  18. package/dist/cjs/service-booking-form.cjs.entry.js +2 -2
  19. package/dist/cjs/shift-accordion.cjs.entry.js +1 -1
  20. package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
  21. package/dist/cjs/shift-tabs_2.cjs.entry.js +2 -2
  22. package/dist/cjs/ssc-lookup-form.cjs.entry.js +2 -2
  23. package/dist/cjs/test-drive-form.cjs.entry.js +2 -2
  24. package/dist/cjs/vehicle-accessories_7.cjs.entry.js +8 -8
  25. package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
  26. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +2 -2
  27. package/dist/collection/components/components/flexible-container.css +1 -1
  28. package/dist/collection/components/components/information-table.css +1 -1
  29. package/dist/collection/components/components/loading-spinner.css +1 -1
  30. package/dist/collection/components/components/shift-accordion.css +1 -1
  31. package/dist/collection/components/components/shift-portal.css +1 -1
  32. package/dist/collection/components/components/shift-select-dropdown.css +1 -1
  33. package/dist/collection/components/components/shift-select.css +1 -1
  34. package/dist/collection/components/components/shift-tab-content.css +1 -1
  35. package/dist/collection/components/components/shift-tabs.css +1 -1
  36. package/dist/collection/components/form-elements/form-inputs.css +1 -1
  37. package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
  38. package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
  39. package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
  40. package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
  41. package/dist/collection/components/part-lookup/part-lookup.css +1 -1
  42. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
  43. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  44. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  45. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  46. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  47. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  48. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  49. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  50. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  51. package/dist/collection/integration/host-loader.js +82 -0
  52. package/dist/components/dead-stock-lookup.js +1 -1
  53. package/dist/components/distributor-lookup.js +1 -1
  54. package/dist/components/flexible-container.js +1 -1
  55. package/dist/components/form-checkbox.js +1 -1
  56. package/dist/components/form-date-picker.js +1 -1
  57. package/dist/components/form-file.js +1 -1
  58. package/dist/components/form-input-preview.js +1 -1
  59. package/dist/components/form-input.js +1 -1
  60. package/dist/components/form-phone-number.js +1 -1
  61. package/dist/components/form-picker-input.js +1 -1
  62. package/dist/components/form-select.js +1 -1
  63. package/dist/components/form-shadow-input.js +1 -1
  64. package/dist/components/form-stepper-control.js +1 -1
  65. package/dist/components/form-stepper-submit.js +1 -1
  66. package/dist/components/form-stepper.js +1 -1
  67. package/dist/components/form-structure-error.js +1 -1
  68. package/dist/components/form-structure.js +1 -1
  69. package/dist/components/form-submit.js +1 -1
  70. package/dist/components/form-switch.js +1 -1
  71. package/dist/components/form-text-area.js +1 -1
  72. package/dist/components/form-time-picker.js +1 -1
  73. package/dist/components/form-vin-input.js +1 -1
  74. package/dist/components/general-form.js +1 -1
  75. package/dist/components/general-inquiry-form.js +1 -1
  76. package/dist/components/information-table.js +1 -1
  77. package/dist/components/loading-spinner.js +1 -1
  78. package/dist/components/manufacturer-lookup.js +1 -1
  79. package/dist/components/manufacturer-part-lookup.js +1 -1
  80. package/dist/components/{p-LdVysirV.js → p-06PpSY0r.js} +1 -1
  81. package/dist/components/{p-BdqxnYP4.js → p-8VA50wUJ.js} +1 -1
  82. package/dist/components/{p-C7-In2-i.js → p-B0540QGq.js} +1 -1
  83. package/dist/components/{p-lYFRT3tw.js → p-BKvcMw5q.js} +1 -1
  84. package/dist/components/{p-DJlu3c3B.js → p-BKxVFCQK.js} +1 -1
  85. package/dist/components/{p-DTx2MemR.js → p-BOJ0vZBj.js} +1 -1
  86. package/dist/components/{p-DhbZZWRG.js → p-BOfRYXTK.js} +1 -1
  87. package/dist/components/{p-B3Ib0Bf_.js → p-BT9N29E8.js} +1 -1
  88. package/dist/components/{p-Chrq42PX.js → p-BUUxvYwf.js} +1 -1
  89. package/dist/components/{p-B828SHPL.js → p-Bj2ygQLZ.js} +1 -1
  90. package/dist/components/{p-TnSJrdgi.js → p-BqpPyNbD.js} +1 -1
  91. package/dist/components/{p-BG4R9joZ.js → p-By0M3npW.js} +1 -1
  92. package/dist/components/{p-DiLFIrBU.js → p-C0ldWVb9.js} +1 -1
  93. package/dist/components/{p-Dg8WJ1nW.js → p-C2LsO81F.js} +1 -1
  94. package/dist/components/{p-5xxH8tbS.js → p-CBlZ51Zd.js} +1 -1
  95. package/dist/components/{p-D3iihz6z.js → p-CHv5UdMC.js} +1 -1
  96. package/dist/components/{p-B2vczFib.js → p-CKp6TrRG.js} +1 -1
  97. package/dist/components/{p-ChmVj-yH.js → p-CRrpU891.js} +1 -1
  98. package/dist/components/{p-Bmhxb84c.js → p-CTNsc8c1.js} +1 -1
  99. package/dist/components/{p-FMiME4DL.js → p-CZWoTJUk.js} +1 -1
  100. package/dist/components/{p-CBXeT0QP.js → p-Cf37vRoj.js} +1 -1
  101. package/dist/components/{p-CbczcJH-.js → p-CpYBh3fY.js} +1 -1
  102. package/dist/components/{p-DbLXc1w3.js → p-Cr10n3sP.js} +1 -1
  103. package/dist/components/{p-BjxCEjBQ.js → p-D2auksj_.js} +1 -1
  104. package/dist/components/{p-CdXLLROz.js → p-DKfNo8L9.js} +1 -1
  105. package/dist/components/{p-v8gBggz4.js → p-DOCDhMli.js} +1 -1
  106. package/dist/components/{p-Cpt7NNFE.js → p-DR2PKhri.js} +1 -1
  107. package/dist/components/{p-DNkRKDBM.js → p-DVoI2Lj0.js} +1 -1
  108. package/dist/components/{p-CwQNtg1g.js → p-DbkOsb73.js} +1 -1
  109. package/dist/components/{p-Cvq1Bf9e.js → p-DwpWYY23.js} +1 -1
  110. package/dist/components/{p-B87y2xeR.js → p-DxtdBYcq.js} +1 -1
  111. package/dist/components/{p-CloDeI9T.js → p-SPx8iUQV.js} +1 -1
  112. package/dist/components/{p-Dk-XHCJk.js → p-_0Sj1vUl.js} +1 -1
  113. package/dist/components/{p-DskaE7Dv.js → p-a0c8G-hB.js} +1 -1
  114. package/dist/components/{p-CKUTTYy8.js → p-f5uKXfCl.js} +1 -1
  115. package/dist/components/{p-C5-YHrFw.js → p-fNN4Scgk.js} +1 -1
  116. package/dist/components/{p-B20Hq6yC.js → p-lD2WKtqZ.js} +1 -1
  117. package/dist/components/{p-Bo0H66q7.js → p-t7qjxYTf.js} +1 -1
  118. package/dist/components/{p-gu-AZWZt.js → p-yapGzeYE.js} +1 -1
  119. package/dist/components/part-lookup.js +1 -1
  120. package/dist/components/service-booking-form.js +1 -1
  121. package/dist/components/shift-accordion.js +1 -1
  122. package/dist/components/shift-portal.js +1 -1
  123. package/dist/components/shift-select-dropdown.js +1 -1
  124. package/dist/components/shift-select.js +1 -1
  125. package/dist/components/shift-slider.js +1 -1
  126. package/dist/components/shift-tab-content.js +1 -1
  127. package/dist/components/shift-tabs.js +1 -1
  128. package/dist/components/ssc-lookup-form.js +1 -1
  129. package/dist/components/test-drive-form.js +1 -1
  130. package/dist/components/vehicle-accessories.js +1 -1
  131. package/dist/components/vehicle-claimable-items.js +1 -1
  132. package/dist/components/vehicle-item-claim-form.js +1 -1
  133. package/dist/components/vehicle-lookup.js +1 -1
  134. package/dist/components/vehicle-paint-thickness.js +1 -1
  135. package/dist/components/vehicle-quotation-form.js +1 -1
  136. package/dist/components/vehicle-sale-information.js +1 -1
  137. package/dist/components/vehicle-service-history.js +1 -1
  138. package/dist/components/vehicle-specification.js +1 -1
  139. package/dist/components/vehicle-warranty-details.js +1 -1
  140. package/dist/esm/dead-stock-lookup_3.entry.js +5 -5
  141. package/dist/esm/flexible-container.entry.js +1 -1
  142. package/dist/esm/form-checkbox.entry.js +1 -1
  143. package/dist/esm/form-date-picker.entry.js +1 -1
  144. package/dist/esm/form-dialog_13.entry.js +12 -12
  145. package/dist/esm/form-input_7.entry.js +7 -7
  146. package/dist/esm/form-switch.entry.js +1 -1
  147. package/dist/esm/form-time-picker.entry.js +1 -1
  148. package/dist/esm/{functions-DtnMXWIE.js → functions-CICb0D47.js} +1 -1
  149. package/dist/esm/general-form.entry.js +2 -2
  150. package/dist/esm/general-inquiry-form.entry.js +2 -2
  151. package/dist/esm/{get-local-language-DYEIKJas.js → get-local-language-CGfbeQ6H.js} +1 -1
  152. package/dist/esm/{get-mock-files-D5_RTlIF.js → get-mock-files-kUVhroMC.js} +1 -1
  153. package/dist/esm/information-table.entry.js +1 -1
  154. package/dist/esm/loading-spinner.entry.js +1 -1
  155. package/dist/esm/manufacturer-part-lookup.entry.js +2 -2
  156. package/dist/esm/part-lookup.entry.js +2 -2
  157. package/dist/esm/service-booking-form.entry.js +2 -2
  158. package/dist/esm/shift-accordion.entry.js +1 -1
  159. package/dist/esm/shift-tab-content.entry.js +1 -1
  160. package/dist/esm/shift-tabs_2.entry.js +2 -2
  161. package/dist/esm/ssc-lookup-form.entry.js +2 -2
  162. package/dist/esm/test-drive-form.entry.js +2 -2
  163. package/dist/esm/vehicle-accessories_7.entry.js +8 -8
  164. package/dist/esm/vehicle-lookup.entry.js +3 -3
  165. package/dist/esm/vehicle-quotation-form.entry.js +2 -2
  166. package/dist/host-loader.js +82 -0
  167. package/dist/integration-manifest.json +521 -0
  168. package/dist/shift-components/{p-4464aec1.entry.js → p-1691c4a2.entry.js} +1 -1
  169. package/dist/shift-components/{p-47d8d4bb.entry.js → p-18adce4e.entry.js} +1 -1
  170. package/dist/shift-components/{p-cad272b3.entry.js → p-22319e7b.entry.js} +1 -1
  171. package/dist/shift-components/{p-e98ed477.entry.js → p-318d897a.entry.js} +1 -1
  172. package/dist/shift-components/{p-ac16fc11.entry.js → p-332d0309.entry.js} +1 -1
  173. package/dist/shift-components/{p-cc59526c.entry.js → p-3f68b714.entry.js} +1 -1
  174. package/dist/shift-components/{p-4fa8a946.entry.js → p-422557cf.entry.js} +1 -1
  175. package/dist/shift-components/{p-37eb006a.entry.js → p-5c0e564b.entry.js} +1 -1
  176. package/dist/shift-components/{p-982f6417.entry.js → p-5cddee9c.entry.js} +1 -1
  177. package/dist/shift-components/{p-2e29e89c.entry.js → p-5ee91770.entry.js} +1 -1
  178. package/dist/shift-components/{p-748bf5f7.entry.js → p-637ce96d.entry.js} +1 -1
  179. package/dist/shift-components/{p-75a5e683.entry.js → p-68c80c58.entry.js} +1 -1
  180. package/dist/shift-components/{p-5532d454.entry.js → p-751eadda.entry.js} +1 -1
  181. package/dist/shift-components/{p-b039311d.entry.js → p-757de959.entry.js} +1 -1
  182. package/dist/shift-components/{p-d674327e.entry.js → p-767a8ce6.entry.js} +1 -1
  183. package/dist/shift-components/{p-725b3998.entry.js → p-98ed617d.entry.js} +1 -1
  184. package/dist/shift-components/{p-e1e2ce99.entry.js → p-9e05b0de.entry.js} +1 -1
  185. package/dist/shift-components/{p-Dnso4DS4.js → p-BpFOPbZ9.js} +1 -1
  186. package/dist/shift-components/{p-DMmadxtC.js → p-BqwYgRto.js} +1 -1
  187. package/dist/shift-components/{p-CyaS6pdB.js → p-BvmPJ2LT.js} +1 -1
  188. package/dist/shift-components/{p-a29147ac.entry.js → p-c7646446.entry.js} +1 -1
  189. package/dist/shift-components/{p-8f2a41a7.entry.js → p-ce83e665.entry.js} +1 -1
  190. package/dist/shift-components/{p-e9d552eb.entry.js → p-dc1a4f60.entry.js} +1 -1
  191. package/dist/shift-components/{p-38ea69ed.entry.js → p-dc4b3d53.entry.js} +1 -1
  192. package/dist/shift-components/{p-0647a3a6.entry.js → p-dd244462.entry.js} +1 -1
  193. package/dist/shift-components/{p-2042981c.entry.js → p-f0d01e27.entry.js} +1 -1
  194. package/dist/shift-components/shift-components.esm.js +1 -1
  195. package/dist/stencil-docs.d.ts +443 -0
  196. package/dist/stencil-docs.json +21758 -0
  197. package/dist/templates/production-host/vehicle-service-history.html +31 -0
  198. package/package.json +13 -3
@@ -0,0 +1,521 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "package": "adp-web-components",
4
+ "packageVersion": "0.3.9",
5
+ "outputFamily": "per-component",
6
+ "components": [
7
+ {
8
+ "tag": "vehicle-lookup",
9
+ "modulePath": "dist/components/vehicle-lookup.js",
10
+ "wireContract": "adp.vehicle-lookup.v1",
11
+ "supportedLocales": ["en", "ar", "ku", "ru"],
12
+ "host": {
13
+ "properties": ["activeElement", "baseUrl", "childrenProps", "disableVinValidation", "hiddenTabs", "language", "queryString", "separateSsc"],
14
+ "methods": ["fetchVin"],
15
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
16
+ "owns": ["vehicle lookup request", "response distribution to child components", "active child rendering"]
17
+ },
18
+ "api": {
19
+ "props": [
20
+ {
21
+ "name": "activeElement",
22
+ "attribute": "active-element",
23
+ "type": "\"\" | \"vehicle-accessories\" | \"vehicle-claimable-items\" | \"vehicle-paint-thickness\" | \"vehicle-sale-information\" | \"vehicle-service-history\" | \"vehicle-specification\" | \"vehicle-ssc\" | \"vehicle-warranty-details\"",
24
+ "default": null,
25
+ "mutable": false,
26
+ "required": false
27
+ },
28
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
29
+ { "name": "blazorDynamicClaimActivate", "attribute": "blazor-dynamic-claim-activate", "type": "string", "default": null, "mutable": false, "required": false },
30
+ { "name": "blazorErrorStateListener", "attribute": "blazor-error-state-listener", "type": "string", "default": null, "mutable": false, "required": false },
31
+ { "name": "blazorOnLoadingStateChange", "attribute": "blazor-on-loading-state-change", "type": "string", "default": null, "mutable": false, "required": false },
32
+ { "name": "childrenProps", "attribute": "children-props", "type": "Object | string", "default": null, "mutable": false, "required": false },
33
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
34
+ {
35
+ "name": "dynamicClaimActivate",
36
+ "attribute": "dynamic-claim-activate",
37
+ "type": "(vehicleInformation: VehicleLookupDTO) => void",
38
+ "default": null,
39
+ "mutable": false,
40
+ "required": false
41
+ },
42
+ { "name": "errorStateListener", "attribute": "error-state-listener", "type": "(newError: string) => void", "default": null, "mutable": false, "required": false },
43
+ { "name": "hiddenTabs", "attribute": "hidden-tabs", "type": "string", "default": null, "mutable": false, "required": false },
44
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
45
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
46
+ { "name": "loadingStateChanged", "attribute": "loading-state-changed", "type": "(isLoading: boolean) => void", "default": null, "mutable": false, "required": false },
47
+ { "name": "mockRecaptcha", "attribute": "mock-recaptcha", "type": "boolean", "default": null, "mutable": false, "required": false },
48
+ { "name": "mockUrl", "attribute": "mock-url", "type": "string", "default": null, "mutable": false, "required": false },
49
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false },
50
+ { "name": "separateSsc", "attribute": "separate-ssc", "type": "boolean", "default": null, "mutable": false, "required": false },
51
+ { "name": "sscQueryString", "attribute": "ssc-query-string", "type": "string", "default": null, "mutable": false, "required": false }
52
+ ],
53
+ "methods": [
54
+ { "name": "fetchVin", "parameters": "(vin: string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
55
+ { "name": "handleLoadData", "parameters": "(newResponse: VehicleLookupDTO, activeElement: any) => Promise<void>", "returns": "Promise<void>" },
56
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" }
57
+ ],
58
+ "events": [],
59
+ "dependencies": [
60
+ "vehicle-specification",
61
+ "vehicle-accessories",
62
+ "vehicle-sale-information",
63
+ "vehicle-warranty-details",
64
+ "vehicle-service-history",
65
+ "vehicle-paint-thickness",
66
+ "vehicle-claimable-items",
67
+ "shift-tab-content"
68
+ ]
69
+ },
70
+ "runtimeAssets": { "locales": "dist/locales", "notes": ["The host owns tab navigation and selects the activeElement."] }
71
+ },
72
+ {
73
+ "tag": "vehicle-specification",
74
+ "modulePath": "dist/components/vehicle-specification.js",
75
+ "wireContract": "adp.vehicle-specification.v1",
76
+ "supportedLocales": ["en", "ar", "ku", "ru"],
77
+ "host": {
78
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "queryString"],
79
+ "methods": ["fetchVin"],
80
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
81
+ "owns": ["lookup request", "response handling", "loading and error state", "vehicle specification rendering"]
82
+ },
83
+ "api": {
84
+ "props": [
85
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
86
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
87
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
88
+ {
89
+ "name": "errorCallback",
90
+ "attribute": "error-callback",
91
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
92
+ "default": null,
93
+ "mutable": false,
94
+ "required": false
95
+ },
96
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
97
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
98
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
99
+ {
100
+ "name": "loadedResponse",
101
+ "attribute": "loaded-response",
102
+ "type": "((response: VehicleLookupDTO) => void) | string",
103
+ "default": null,
104
+ "mutable": false,
105
+ "required": false
106
+ },
107
+ {
108
+ "name": "loadingStateChange",
109
+ "attribute": "loading-state-change",
110
+ "type": "((isLoading: boolean) => void) | string",
111
+ "default": null,
112
+ "mutable": false,
113
+ "required": false
114
+ },
115
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false }
116
+ ],
117
+ "methods": [
118
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
119
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
120
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
121
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
122
+ ],
123
+ "events": [],
124
+ "dependencies": ["flexible-container"]
125
+ },
126
+ "runtimeAssets": { "locales": "dist/locales", "notes": [] }
127
+ },
128
+ {
129
+ "tag": "vehicle-sale-information",
130
+ "modulePath": "dist/components/vehicle-sale-information.js",
131
+ "wireContract": "adp.vehicle-sale-information.v1",
132
+ "supportedLocales": ["en", "ar", "ku", "ru"],
133
+ "host": {
134
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "hiddenFields", "queryString"],
135
+ "methods": ["fetchVin"],
136
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
137
+ "owns": ["lookup request", "response handling", "loading and error state", "sale information rendering"]
138
+ },
139
+ "api": {
140
+ "props": [
141
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
142
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
143
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
144
+ {
145
+ "name": "errorCallback",
146
+ "attribute": "error-callback",
147
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
148
+ "default": null,
149
+ "mutable": false,
150
+ "required": false
151
+ },
152
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
153
+ { "name": "hiddenFields", "attribute": "hidden-fields", "type": "string", "default": null, "mutable": false, "required": false },
154
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
155
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
156
+ {
157
+ "name": "loadedResponse",
158
+ "attribute": "loaded-response",
159
+ "type": "((response: VehicleLookupDTO) => void) | string",
160
+ "default": null,
161
+ "mutable": false,
162
+ "required": false
163
+ },
164
+ {
165
+ "name": "loadingStateChange",
166
+ "attribute": "loading-state-change",
167
+ "type": "((isLoading: boolean) => void) | string",
168
+ "default": null,
169
+ "mutable": false,
170
+ "required": false
171
+ },
172
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false }
173
+ ],
174
+ "methods": [
175
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
176
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
177
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
178
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
179
+ ],
180
+ "events": [],
181
+ "dependencies": ["flexible-container"]
182
+ },
183
+ "runtimeAssets": { "locales": "dist/locales", "notes": ["The host may use hiddenFields to apply its approved presentation policy."] }
184
+ },
185
+ {
186
+ "tag": "vehicle-accessories",
187
+ "modulePath": "dist/components/vehicle-accessories.js",
188
+ "wireContract": "adp.vehicle-accessories.v1",
189
+ "supportedLocales": ["en", "ar", "ku", "ru"],
190
+ "host": {
191
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "queryString"],
192
+ "methods": ["fetchVin"],
193
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
194
+ "owns": ["lookup request", "response handling", "loading and error state", "accessory rendering"]
195
+ },
196
+ "api": {
197
+ "props": [
198
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
199
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
200
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
201
+ {
202
+ "name": "errorCallback",
203
+ "attribute": "error-callback",
204
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
205
+ "default": null,
206
+ "mutable": false,
207
+ "required": false
208
+ },
209
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
210
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
211
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
212
+ {
213
+ "name": "loadedResponse",
214
+ "attribute": "loaded-response",
215
+ "type": "((response: VehicleLookupDTO) => void) | string",
216
+ "default": null,
217
+ "mutable": false,
218
+ "required": false
219
+ },
220
+ {
221
+ "name": "loadingStateChange",
222
+ "attribute": "loading-state-change",
223
+ "type": "((isLoading: boolean) => void) | string",
224
+ "default": null,
225
+ "mutable": false,
226
+ "required": false
227
+ },
228
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false }
229
+ ],
230
+ "methods": [
231
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
232
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
233
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
234
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
235
+ ],
236
+ "events": [],
237
+ "dependencies": ["information-table"]
238
+ },
239
+ "runtimeAssets": { "locales": "dist/locales", "notes": [] }
240
+ },
241
+ {
242
+ "tag": "vehicle-service-history",
243
+ "modulePath": "dist/components/vehicle-service-history.js",
244
+ "wireContract": "adp.vehicle-service-history.v1",
245
+ "supportedLocales": ["en", "ar", "ku", "ru"],
246
+ "host": {
247
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "queryString"],
248
+ "methods": ["fetchVin"],
249
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
250
+ "owns": ["lookup request", "response handling", "loading and error state", "service-history rendering"]
251
+ },
252
+ "api": {
253
+ "props": [
254
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
255
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
256
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
257
+ {
258
+ "name": "errorCallback",
259
+ "attribute": "error-callback",
260
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
261
+ "default": null,
262
+ "mutable": false,
263
+ "required": false
264
+ },
265
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
266
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
267
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
268
+ {
269
+ "name": "loadedResponse",
270
+ "attribute": "loaded-response",
271
+ "type": "((response: VehicleLookupDTO) => void) | string",
272
+ "default": null,
273
+ "mutable": false,
274
+ "required": false
275
+ },
276
+ {
277
+ "name": "loadingStateChange",
278
+ "attribute": "loading-state-change",
279
+ "type": "((isLoading: boolean) => void) | string",
280
+ "default": null,
281
+ "mutable": false,
282
+ "required": false
283
+ },
284
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false }
285
+ ],
286
+ "methods": [
287
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
288
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
289
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
290
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
291
+ ],
292
+ "events": [],
293
+ "dependencies": ["information-table"]
294
+ },
295
+ "runtimeAssets": { "locales": "dist/locales", "notes": ["The current package global script loads shared fonts and browser interop helpers."] }
296
+ },
297
+ {
298
+ "tag": "vehicle-paint-thickness",
299
+ "modulePath": "dist/components/vehicle-paint-thickness.js",
300
+ "wireContract": "adp.vehicle-paint-thickness.v1",
301
+ "supportedLocales": ["en", "ar", "ku", "ru"],
302
+ "host": {
303
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "queryString", "showCertificateButton"],
304
+ "methods": ["fetchVin"],
305
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
306
+ "owns": ["lookup request", "response handling", "loading and error state", "paint-thickness rendering"]
307
+ },
308
+ "api": {
309
+ "props": [
310
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
311
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
312
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
313
+ {
314
+ "name": "errorCallback",
315
+ "attribute": "error-callback",
316
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
317
+ "default": null,
318
+ "mutable": false,
319
+ "required": false
320
+ },
321
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
322
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
323
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
324
+ {
325
+ "name": "loadedResponse",
326
+ "attribute": "loaded-response",
327
+ "type": "((response: VehicleLookupDTO) => void) | string",
328
+ "default": null,
329
+ "mutable": false,
330
+ "required": false
331
+ },
332
+ {
333
+ "name": "loadingStateChange",
334
+ "attribute": "loading-state-change",
335
+ "type": "((isLoading: boolean) => void) | string",
336
+ "default": null,
337
+ "mutable": false,
338
+ "required": false
339
+ },
340
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false },
341
+ { "name": "showCertificateButton", "attribute": "show-certificate-button", "type": "boolean", "default": null, "mutable": false, "required": false }
342
+ ],
343
+ "methods": [
344
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
345
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
346
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
347
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
348
+ ],
349
+ "events": [],
350
+ "dependencies": ["shift-tabs", "flexible-container"]
351
+ },
352
+ "runtimeAssets": { "locales": "dist/locales", "notes": [] }
353
+ },
354
+ {
355
+ "tag": "vehicle-warranty-details",
356
+ "modulePath": "dist/components/vehicle-warranty-details.js",
357
+ "wireContract": "adp.vehicle-warranty-details.v1",
358
+ "supportedLocales": ["en", "ar", "ku", "ru"],
359
+ "host": {
360
+ "properties": ["baseUrl", "language", "coreOnly", "disableVinValidation", "queryString", "showSsc", "showWarranty"],
361
+ "methods": ["fetchVin"],
362
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
363
+ "owns": ["lookup request", "response handling", "loading and error state", "warranty and campaign rendering"]
364
+ },
365
+ "api": {
366
+ "props": [
367
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
368
+ { "name": "brandIntegrationId", "attribute": "brand-integration-id", "type": "string", "default": null, "mutable": false, "required": false },
369
+ { "name": "cityId", "attribute": "city-id", "type": "string", "default": null, "mutable": false, "required": false },
370
+ { "name": "cityIntegrationId", "attribute": "city-integration-id", "type": "string", "default": null, "mutable": false, "required": false },
371
+ { "name": "companyBranchId", "attribute": "company-branch-id", "type": "string", "default": null, "mutable": false, "required": false },
372
+ { "name": "companyBranchIntegrationId", "attribute": "company-branch-integration-id", "type": "string", "default": null, "mutable": false, "required": false },
373
+ { "name": "companyId", "attribute": "company-id", "type": "string", "default": null, "mutable": false, "required": false },
374
+ { "name": "companyIntegrationId", "attribute": "company-integration-id", "type": "string", "default": null, "mutable": false, "required": false },
375
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
376
+ { "name": "customerEmail", "attribute": "customer-email", "type": "string", "default": null, "mutable": false, "required": false },
377
+ { "name": "customerName", "attribute": "customer-name", "type": "string", "default": null, "mutable": false, "required": false },
378
+ { "name": "customerPhone", "attribute": "customer-phone", "type": "string", "default": null, "mutable": false, "required": false },
379
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
380
+ {
381
+ "name": "errorCallback",
382
+ "attribute": "error-callback",
383
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
384
+ "default": null,
385
+ "mutable": false,
386
+ "required": false
387
+ },
388
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
389
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
390
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
391
+ {
392
+ "name": "loadedResponse",
393
+ "attribute": "loaded-response",
394
+ "type": "((response: VehicleLookupDTO) => void) | string",
395
+ "default": null,
396
+ "mutable": false,
397
+ "required": false
398
+ },
399
+ {
400
+ "name": "loadingStateChange",
401
+ "attribute": "loading-state-change",
402
+ "type": "((isLoading: boolean) => void) | string",
403
+ "default": null,
404
+ "mutable": false,
405
+ "required": false
406
+ },
407
+ { "name": "mockRecaptcha", "attribute": "mock-recaptcha", "type": "boolean", "default": null, "mutable": false, "required": false },
408
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false },
409
+ { "name": "recaptchaKey", "attribute": "recaptcha-key", "type": "string", "default": null, "mutable": false, "required": false },
410
+ { "name": "showSsc", "attribute": "show-ssc", "type": "boolean", "default": null, "mutable": false, "required": false },
411
+ { "name": "showWarranty", "attribute": "show-warranty", "type": "boolean", "default": null, "mutable": false, "required": false },
412
+ { "name": "unauthorizedSscLookupBaseUrl", "attribute": "unauthorized-ssc-lookup-base-url", "type": "string", "default": null, "mutable": false, "required": false },
413
+ {
414
+ "name": "unauthorizedSscLookupQueryString",
415
+ "attribute": "unauthorized-ssc-lookup-query-string",
416
+ "type": "string",
417
+ "default": null,
418
+ "mutable": false,
419
+ "required": false
420
+ },
421
+ {
422
+ "name": "unauthorizedSscLookupResponse",
423
+ "attribute": "unauthorized-ssc-lookup-response",
424
+ "type": "((sscLookupStatus: number) => void) | string",
425
+ "default": null,
426
+ "mutable": false,
427
+ "required": false
428
+ },
429
+ { "name": "userId", "attribute": "user-id", "type": "string", "default": null, "mutable": false, "required": false }
430
+ ],
431
+ "methods": [
432
+ { "name": "clearData", "parameters": "() => Promise<void>", "returns": "Promise<void>" },
433
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
434
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
435
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
436
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
437
+ ],
438
+ "events": [],
439
+ "dependencies": ["flexible-container", "loading-spinner", "information-table"]
440
+ },
441
+ "runtimeAssets": { "locales": "dist/locales", "notes": ["Unauthorized campaign lookup and reCAPTCHA configuration are host policy and remain optional raw API properties."] }
442
+ },
443
+ {
444
+ "tag": "vehicle-claimable-items",
445
+ "modulePath": "dist/components/vehicle-claimable-items.js",
446
+ "wireContract": "adp.vehicle-claimable-items.v1",
447
+ "supportedLocales": ["en", "ar", "ku", "ru"],
448
+ "host": {
449
+ "properties": ["baseUrl", "coreOnly", "disableVinValidation", "language", "queryString", "showTrace"],
450
+ "methods": ["fetchVin"],
451
+ "sequence": ["load module", "wait for custom element definition", "set properties", "call a documented method"],
452
+ "owns": ["lookup request", "response handling", "loading and error state", "claimable-item rendering"]
453
+ },
454
+ "api": {
455
+ "props": [
456
+ { "name": "activate", "attribute": "activate", "type": "(vehicleInformation: VehicleLookupDTO) => void", "default": null, "mutable": false, "required": false },
457
+ { "name": "baseUrl", "attribute": "base-url", "type": "string", "default": null, "mutable": false, "required": false },
458
+ { "name": "claimEndPoint", "attribute": "claim-end-point", "type": "string", "default": null, "mutable": false, "required": false },
459
+ { "name": "coreOnly", "attribute": "core-only", "type": "boolean", "default": null, "mutable": false, "required": false },
460
+ { "name": "disableVinValidation", "attribute": "disable-vin-validation", "type": "boolean", "default": null, "mutable": false, "required": false },
461
+ {
462
+ "name": "errorCallback",
463
+ "attribute": "error-callback",
464
+ "type": "((errorMessage: OptionalKeys<{ noBaseUrl: string; invalidVin: string; vinNumberRequired: string; partNumberRequired: string; wrongResponseFormat: string; noPartsFound: string; noServiceAvailable: string; wrongFormStructure: string; wildCard: string; requestFailedPleaseTryAgainLater: string; }>) => void) | string",
465
+ "default": null,
466
+ "mutable": false,
467
+ "required": false
468
+ },
469
+ { "name": "headers", "attribute": "headers", "type": "object", "default": null, "mutable": false, "required": false },
470
+ { "name": "isDev", "attribute": "is-dev", "type": "boolean", "default": null, "mutable": false, "required": false },
471
+ { "name": "language", "attribute": "language", "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"", "default": null, "mutable": false, "required": false },
472
+ {
473
+ "name": "loadedResponse",
474
+ "attribute": "loaded-response",
475
+ "type": "((response: VehicleLookupDTO) => void) | string",
476
+ "default": null,
477
+ "mutable": false,
478
+ "required": false
479
+ },
480
+ {
481
+ "name": "loadingStateChange",
482
+ "attribute": "loading-state-change",
483
+ "type": "((isLoading: boolean) => void) | string",
484
+ "default": null,
485
+ "mutable": false,
486
+ "required": false
487
+ },
488
+ { "name": "maximumDocumentFileSizeInMb", "attribute": "maximum-document-file-size-in-mb", "type": "number", "default": null, "mutable": false, "required": false },
489
+ { "name": "print", "attribute": "print", "type": "(claimResponse: any) => void", "default": null, "mutable": false, "required": false },
490
+ { "name": "queryString", "attribute": "query-string", "type": "string", "default": null, "mutable": false, "required": false },
491
+ { "name": "showTrace", "attribute": "show-trace", "type": "boolean", "default": null, "mutable": false, "required": false },
492
+ {
493
+ "name": "uploadMultipleDocumentsAtTheForm",
494
+ "attribute": "upload-multiple-documents-at-the-form",
495
+ "type": "boolean",
496
+ "default": null,
497
+ "mutable": false,
498
+ "required": false
499
+ }
500
+ ],
501
+ "methods": [
502
+ { "name": "claim", "parameters": "(item: VehicleServiceItemDTO) => Promise<void>", "returns": "Promise<void>" },
503
+ { "name": "completeClaim", "parameters": "(response: any) => Promise<void>", "returns": "Promise<void>" },
504
+ { "name": "fetchVin", "parameters": "(newData: VehicleLookupDTO | string, headers?: any) => Promise<void>", "returns": "Promise<void>" },
505
+ { "name": "openTrace", "parameters": "() => Promise<void>", "returns": "Promise<void>" },
506
+ { "name": "setBlazorRef", "parameters": "(newBlazorRef: DotNetObjectReference) => Promise<void>", "returns": "Promise<void>" },
507
+ { "name": "setErrorMessage", "parameters": "(message: ErrorKeys) => Promise<void>", "returns": "Promise<void>" },
508
+ { "name": "setMockData", "parameters": "(newMockData: VehicleLookupMock) => Promise<void>", "returns": "Promise<void>" }
509
+ ],
510
+ "events": [],
511
+ "dependencies": ["vehicle-item-claim-form", "shift-tabs"]
512
+ },
513
+ "runtimeAssets": {
514
+ "locales": "dist/locales",
515
+ "notes": [
516
+ "claim, completeClaim, activate, claimEndPoint, and document-upload settings are mutation integration features. They remain raw API metadata until their host contract is reviewed."
517
+ ]
518
+ }
519
+ }
520
+ ]
521
+ }