adp-web-components 0.1.71 → 0.1.73

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 (294) 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_8.cjs.entry.js → form-dialog_12.cjs.entry.js} +216 -28
  6. package/dist/cjs/form-input_4.cjs.entry.js +9 -11
  7. package/dist/cjs/form-switch.cjs.entry.js +2 -2
  8. package/dist/cjs/form-time-picker.cjs.entry.js +6 -6
  9. package/dist/cjs/general-inquiry-form.cjs.entry.js +6 -6
  10. package/dist/cjs/{get-language-from-url-DSzX4HQt.js → get-language-from-url-Bqqqxz28.js} +55 -3
  11. package/dist/cjs/{get-local-language-CrGMNJyx.js → get-local-language-CNebztcH.js} +1 -1
  12. package/dist/cjs/information-table.cjs.entry.js +1 -1
  13. package/dist/cjs/{loader-icon-BTRe-EkU.js → loader-icon-1SQ5PJDU.js} +2 -2
  14. package/dist/cjs/loader.cjs.js +1 -1
  15. package/dist/cjs/loading-spinner.cjs.entry.js +1 -1
  16. package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
  17. package/dist/cjs/part-lookup.cjs.entry.js +1 -1
  18. package/dist/cjs/service-booking-form.cjs.entry.js +6 -6
  19. package/dist/cjs/shift-accordion.cjs.entry.js +1 -1
  20. package/dist/cjs/shift-checkbox.cjs.entry.js +1 -1
  21. package/dist/cjs/shift-components.cjs.js +1 -1
  22. package/dist/cjs/shift-switch.cjs.entry.js +1 -1
  23. package/dist/cjs/shift-tab-content.cjs.entry.js +1 -1
  24. package/dist/cjs/shift-tabs_2.cjs.entry.js +10 -11
  25. package/dist/cjs/ssc-lookup-form.cjs.entry.js +6 -6
  26. package/dist/cjs/{state-object-DC2JjJcf.js → state-object-CzC0mUcK.js} +12 -12
  27. package/dist/cjs/test-drive-form.cjs.entry.js +6 -6
  28. package/dist/cjs/vehicle-accessories_7.cjs.entry.js +30 -23
  29. package/dist/cjs/vehicle-lookup.cjs.entry.js +10 -9
  30. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +5 -5
  31. package/dist/cjs/white-loader-55klC_ZH.js +21 -0
  32. package/dist/collection/collection-manifest.json +4 -0
  33. package/dist/collection/components/components/empty.css +1 -1
  34. package/dist/collection/components/components/flexible-container.css +1 -1
  35. package/dist/collection/components/components/information-table.css +1 -1
  36. package/dist/collection/components/components/loading-spinner.css +1 -1
  37. package/dist/collection/components/components/shift-accordion.css +1 -1
  38. package/dist/collection/components/components/shift-tab-content.css +1 -1
  39. package/dist/collection/components/components/shift-tabs.css +1 -1
  40. package/dist/collection/components/form-elements/form-input-preview.js +126 -0
  41. package/dist/collection/components/form-elements/form-input.js +2 -2
  42. package/dist/collection/components/form-elements/form-inputs.css +1 -1
  43. package/dist/collection/components/form-elements/form-stepper-control.js +195 -0
  44. package/dist/collection/components/form-elements/form-stepper-submit.js +210 -0
  45. package/dist/collection/components/form-elements/form-stepper.js +197 -0
  46. package/dist/collection/components/form-elements/form-structure-error.js +1 -1
  47. package/dist/collection/components/form-elements/form-structure.js +12 -4
  48. package/dist/collection/components/form-elements/form-submit.js +2 -2
  49. package/dist/collection/components/form-elements/form-switch.js +1 -1
  50. package/dist/collection/components/form-elements/form-text-area.js +2 -2
  51. package/dist/collection/components/form-elements/form-time-picker-legacy.js +5 -5
  52. package/dist/collection/components/form-elements/form-vin-input.js +2 -2
  53. package/dist/collection/components/forms/defaults/mappers.js +11 -11
  54. package/dist/collection/components/forms/general-inquiry.js +21 -3
  55. package/dist/collection/components/forms/service-booking.js +21 -3
  56. package/dist/collection/components/forms/ssc-lookup.js +21 -3
  57. package/dist/collection/components/forms/test-drive.js +21 -3
  58. package/dist/collection/components/forms/vehicle-quotation.js +3 -3
  59. package/dist/collection/components/part-lookup/dead-stock-lookup.js +2 -2
  60. package/dist/collection/components/part-lookup/distributor-lookup.js +2 -2
  61. package/dist/collection/components/part-lookup/manufacturer-part-lookup.js +1 -1
  62. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
  63. package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +23 -2
  64. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  65. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +25 -4
  66. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  67. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +8 -9
  68. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  69. package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +28 -7
  70. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  71. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.js +21 -0
  72. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  73. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +23 -2
  74. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  75. package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +22 -1
  76. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  77. package/dist/collection/components/vehicle-lookup/vehicle-specification.js +22 -1
  78. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  79. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.js +25 -4
  80. package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
  81. package/dist/collection/features/form-hook/form-hook.js +55 -3
  82. package/dist/collection/features/form-hook/render-structure.js +16 -5
  83. package/dist/collection/features/vehicle-lookup-component/vehicle-lookup-api-integration.js +1 -1
  84. package/dist/collection/global/assets/chevron-left-icon.js +6 -0
  85. package/dist/collection/global/assets/chevron-right-icon.js +6 -0
  86. package/dist/components/dead-stock-lookup.js +1 -1
  87. package/dist/components/distributor-lookup.js +1 -1
  88. package/dist/components/flexible-container.js +1 -1
  89. package/dist/components/form-checkbox.js +1 -1
  90. package/dist/components/form-date-picker.js +1 -1
  91. package/dist/components/form-dialog.js +1 -1
  92. package/dist/components/form-input-preview.d.ts +11 -0
  93. package/dist/components/form-input-preview.js +5 -0
  94. package/dist/components/form-input.js +1 -1
  95. package/dist/components/form-phone-number.js +1 -1
  96. package/dist/components/form-picker-input.js +1 -1
  97. package/dist/components/form-select.js +1 -1
  98. package/dist/components/form-shadow-input.js +1 -1
  99. package/dist/components/form-stepper-control.d.ts +11 -0
  100. package/dist/components/form-stepper-control.js +5 -0
  101. package/dist/components/form-stepper-submit.d.ts +11 -0
  102. package/dist/components/form-stepper-submit.js +5 -0
  103. package/dist/components/form-stepper.d.ts +11 -0
  104. package/dist/components/form-stepper.js +5 -0
  105. package/dist/components/form-structure-error.js +1 -1
  106. package/dist/components/form-structure.js +1 -1
  107. package/dist/components/form-submit.js +1 -1
  108. package/dist/components/form-switch.js +1 -1
  109. package/dist/components/form-text-area.js +1 -1
  110. package/dist/components/form-time-picker.js +1 -1
  111. package/dist/components/form-vin-input.js +1 -1
  112. package/dist/components/general-inquiry-form.js +1 -1
  113. package/dist/components/information-table.js +1 -1
  114. package/dist/components/loading-spinner.js +1 -1
  115. package/dist/components/manufacturer-lookup.js +1 -1
  116. package/dist/components/manufacturer-part-lookup.js +1 -1
  117. package/dist/components/p-0mTj2WOy.js +5 -0
  118. package/dist/components/p-1rMNgTmN.js +5 -0
  119. package/dist/components/{p-2CMkowBx.js → p-79vIxrcU.js} +1 -1
  120. package/dist/components/{p-CWVjZ_Vg.js → p-7iqASLTY.js} +1 -1
  121. package/dist/components/p-ArbH-E30.js +5 -0
  122. package/dist/components/p-B3JtiVD2.js +5 -0
  123. package/dist/components/{p-B9DO0698.js → p-B3Xh0vdw.js} +1 -1
  124. package/dist/components/p-B4TQINqj.js +5 -0
  125. package/dist/components/p-B65dFfDh.js +5 -0
  126. package/dist/components/p-B72Jlkwt.js +5 -0
  127. package/dist/components/p-BCpsjHXn.js +5 -0
  128. package/dist/components/{p-D5TUOBeG.js → p-BEMq07yY.js} +1 -1
  129. package/dist/components/p-Bma8_jGX.js +5 -0
  130. package/dist/components/p-Boejxjtr.js +5 -0
  131. package/dist/components/p-Bp88H2mI.js +5 -0
  132. package/dist/components/{p-Db4o0Qpx.js → p-Bpl_xEZ-.js} +1 -1
  133. package/dist/components/{p-CnU-FAvr.js → p-BryhrDnv.js} +1 -1
  134. package/dist/components/{p-BlGKvTMT.js → p-C0RzLTfq.js} +1 -1
  135. package/dist/components/p-C2KleZJn.js +5 -0
  136. package/dist/components/p-CD82_5Cy.js +5 -0
  137. package/dist/components/p-CKTuyirQ.js +5 -0
  138. package/dist/components/{p-DpbkJnGN.js → p-CKmHT-QE.js} +1 -1
  139. package/dist/components/p-CWHwusek.js +5 -0
  140. package/dist/components/{p-h28ATSQb.js → p-CozfQOrj.js} +1 -1
  141. package/dist/components/{p-c05QCGD9.js → p-D0v1QCmD.js} +1 -1
  142. package/dist/components/p-D7Jb5Fju.js +5 -0
  143. package/dist/components/{p-TR2srg3G.js → p-DMVrarsm.js} +1 -1
  144. package/dist/components/{p-DWuvZsGI.js → p-DRlBYuev.js} +1 -1
  145. package/dist/components/p-DSnwz6ub.js +5 -0
  146. package/dist/components/p-DVG0n__B.js +5 -0
  147. package/dist/components/{p-CEOpVFS4.js → p-DrTvKZRy.js} +1 -1
  148. package/dist/components/p-Dw3mY0AO.js +5 -0
  149. package/dist/components/p-DxNmqHoK.js +5 -0
  150. package/dist/components/p-DyTZjpQ4.js +5 -0
  151. package/dist/components/{p-Uit3uqMQ.js → p-DzKVZVy-.js} +1 -1
  152. package/dist/components/{p-DWWN4ooP.js → p-GPQYyufW.js} +1 -1
  153. package/dist/components/p-OUedjU16.js +5 -0
  154. package/dist/components/{p-0xcR950E.js → p-SQun8tPd.js} +1 -1
  155. package/dist/components/{p-DJaWpqrV.js → p-V4RS2bVl.js} +1 -1
  156. package/dist/components/{p-Bw_VvuFc.js → p-kKPCaZNE.js} +1 -1
  157. package/dist/components/{p-CRhdQvF0.js → p-l6FwCuo4.js} +1 -1
  158. package/dist/components/{p-DRqirHEl.js → p-oeYt0bvP.js} +1 -1
  159. package/dist/components/part-lookup.js +1 -1
  160. package/dist/components/service-booking-form.js +1 -1
  161. package/dist/components/shift-accordion.js +1 -1
  162. package/dist/components/shift-checkbox.js +1 -1
  163. package/dist/components/shift-slider.js +1 -1
  164. package/dist/components/shift-switch.js +1 -1
  165. package/dist/components/shift-tab-content.js +1 -1
  166. package/dist/components/shift-tabs.js +1 -1
  167. package/dist/components/ssc-lookup-form.js +1 -1
  168. package/dist/components/test-drive-form.js +1 -1
  169. package/dist/components/vehicle-accessories.js +1 -1
  170. package/dist/components/vehicle-claimable-items.js +1 -1
  171. package/dist/components/vehicle-item-claim-form.js +1 -1
  172. package/dist/components/vehicle-lookup.js +1 -1
  173. package/dist/components/vehicle-paint-thickness.js +1 -1
  174. package/dist/components/vehicle-quotation-form.js +1 -1
  175. package/dist/components/vehicle-sale-information.js +1 -1
  176. package/dist/components/vehicle-service-history.js +1 -1
  177. package/dist/components/vehicle-specification.js +1 -1
  178. package/dist/components/vehicle-warranty-details.js +1 -1
  179. package/dist/components/vin-extractor.js +1 -1
  180. package/dist/esm/dead-stock-lookup_3.entry.js +5 -5
  181. package/dist/esm/flexible-container.entry.js +1 -1
  182. package/dist/esm/form-checkbox.entry.js +1 -1
  183. package/dist/esm/form-date-picker.entry.js +1 -1
  184. package/dist/esm/{form-dialog_8.entry.js → form-dialog_12.entry.js} +212 -28
  185. package/dist/esm/form-input_4.entry.js +9 -11
  186. package/dist/esm/form-switch.entry.js +2 -2
  187. package/dist/esm/form-time-picker.entry.js +6 -6
  188. package/dist/esm/general-inquiry-form.entry.js +6 -6
  189. package/dist/esm/{get-language-from-url-WEiw5juk.js → get-language-from-url-Ba709Um1.js} +55 -3
  190. package/dist/esm/{get-local-language-CDa5dIz4.js → get-local-language-CdVuxk3V.js} +1 -1
  191. package/dist/esm/information-table.entry.js +1 -1
  192. package/dist/esm/{loader-icon-DEUB-nef.js → loader-icon-DMlta9DL.js} +2 -2
  193. package/dist/esm/loader.js +1 -1
  194. package/dist/esm/loading-spinner.entry.js +1 -1
  195. package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
  196. package/dist/esm/part-lookup.entry.js +1 -1
  197. package/dist/esm/service-booking-form.entry.js +6 -6
  198. package/dist/esm/shift-accordion.entry.js +1 -1
  199. package/dist/esm/shift-checkbox.entry.js +1 -1
  200. package/dist/esm/shift-components.js +1 -1
  201. package/dist/esm/shift-switch.entry.js +1 -1
  202. package/dist/esm/shift-tab-content.entry.js +1 -1
  203. package/dist/esm/shift-tabs_2.entry.js +10 -11
  204. package/dist/esm/ssc-lookup-form.entry.js +6 -6
  205. package/dist/esm/{state-object-Ogxin4e1.js → state-object-cAyVCMfT.js} +12 -12
  206. package/dist/esm/test-drive-form.entry.js +6 -6
  207. package/dist/esm/vehicle-accessories_7.entry.js +30 -23
  208. package/dist/esm/vehicle-lookup.entry.js +10 -9
  209. package/dist/esm/vehicle-quotation-form.entry.js +5 -5
  210. package/dist/esm/white-loader-BpnYQ3A6.js +18 -0
  211. package/dist/shift-components/{p-d637c69b.entry.js → p-05b5be85.entry.js} +1 -1
  212. package/dist/shift-components/{p-2fe3538e.entry.js → p-11d17669.entry.js} +1 -1
  213. package/dist/shift-components/p-121d55ce.entry.js +5 -0
  214. package/dist/shift-components/{p-398ca2dd.entry.js → p-1acf600e.entry.js} +1 -1
  215. package/dist/shift-components/{p-15e10305.entry.js → p-1f65b5c3.entry.js} +1 -1
  216. package/dist/shift-components/{p-ba2b46c2.entry.js → p-2902e224.entry.js} +1 -1
  217. package/dist/shift-components/{p-b2721d2b.entry.js → p-2bf577e9.entry.js} +1 -1
  218. package/dist/shift-components/{p-4238fe6e.entry.js → p-2d3ad28d.entry.js} +1 -1
  219. package/dist/shift-components/p-629bd97a.entry.js +5 -0
  220. package/dist/shift-components/{p-e962f341.entry.js → p-6714c71f.entry.js} +1 -1
  221. package/dist/shift-components/{p-f4914abc.entry.js → p-78ebd5aa.entry.js} +1 -1
  222. package/dist/shift-components/{p-b90e8298.entry.js → p-848a211e.entry.js} +1 -1
  223. package/dist/shift-components/{p-66ef506a.entry.js → p-9c1cccb3.entry.js} +1 -1
  224. package/dist/shift-components/p-CK-8T86o.js +5 -0
  225. package/dist/shift-components/{p-rMLckxTx.js → p-Cos1STxV.js} +1 -1
  226. package/dist/shift-components/p-CyHfimfF.js +5 -0
  227. package/dist/shift-components/p-DSP1JNSF.js +5 -0
  228. package/dist/shift-components/{p-CpPMv1bM.js → p-DzTKgRdV.js} +1 -1
  229. package/dist/shift-components/{p-623d5c3d.entry.js → p-a31baa00.entry.js} +1 -1
  230. package/dist/shift-components/p-a3af1fef.entry.js +5 -0
  231. package/dist/shift-components/p-a7fb0ce7.entry.js +5 -0
  232. package/dist/shift-components/{p-ad9a34aa.entry.js → p-b5b63c74.entry.js} +1 -1
  233. package/dist/shift-components/{p-8d733785.entry.js → p-c18fe44e.entry.js} +1 -1
  234. package/dist/shift-components/{p-2c5165b8.entry.js → p-c7001287.entry.js} +1 -1
  235. package/dist/shift-components/{p-76fe6d18.entry.js → p-cc4bdf56.entry.js} +1 -1
  236. package/dist/shift-components/p-ee45b75a.entry.js +5 -0
  237. package/dist/shift-components/p-f24dbdb6.entry.js +5 -0
  238. package/dist/shift-components/{p-c0758cce.entry.js → p-fc85a523.entry.js} +1 -1
  239. package/dist/shift-components/{p-c342b9d1.entry.js → p-fcba9fce.entry.js} +1 -1
  240. package/dist/shift-components/shift-components.esm.js +1 -1
  241. package/dist/types/components/form-elements/form-input-preview.d.ts +13 -0
  242. package/dist/types/components/form-elements/form-stepper-control.d.ts +14 -0
  243. package/dist/types/components/form-elements/form-stepper-submit.d.ts +15 -0
  244. package/dist/types/components/form-elements/form-stepper.d.ts +17 -0
  245. package/dist/types/components/form-elements/form-structure.d.ts +1 -0
  246. package/dist/types/components/forms/defaults/mappers.d.ts +13 -0
  247. package/dist/types/components/forms/general-inquiry.d.ts +1 -0
  248. package/dist/types/components/forms/service-booking.d.ts +1 -0
  249. package/dist/types/components/forms/ssc-lookup.d.ts +1 -0
  250. package/dist/types/components/forms/test-drive.d.ts +1 -0
  251. package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +1 -0
  252. package/dist/types/components/vehicle-lookup/vehicle-claimable-items.d.ts +1 -0
  253. package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +1 -0
  254. package/dist/types/components/vehicle-lookup/vehicle-paint-thickness.d.ts +1 -0
  255. package/dist/types/components/vehicle-lookup/vehicle-sale-information.d.ts +1 -0
  256. package/dist/types/components/vehicle-lookup/vehicle-service-history.d.ts +1 -0
  257. package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +1 -0
  258. package/dist/types/components/vehicle-lookup/vehicle-warranty-details.d.ts +1 -0
  259. package/dist/types/components.d.ts +208 -0
  260. package/dist/types/features/form-hook/form-hook.d.ts +5 -1
  261. package/dist/types/features/form-hook/interface.d.ts +11 -0
  262. package/dist/types/features/form-hook/render-structure.d.ts +1 -1
  263. package/dist/types/features/vehicle-lookup-component/interface.d.ts +1 -0
  264. package/dist/types/global/assets/chevron-left-icon.d.ts +8 -0
  265. package/dist/types/global/assets/chevron-right-icon.d.ts +8 -0
  266. package/package.json +1 -1
  267. package/dist/cjs/form-input-prefix-RFgXEC1Q.js +0 -18
  268. package/dist/components/p-8XSbLgc1.js +0 -5
  269. package/dist/components/p-B5f2dpEy.js +0 -5
  270. package/dist/components/p-BBYPaQBK.js +0 -5
  271. package/dist/components/p-BGzp0k11.js +0 -5
  272. package/dist/components/p-BLFDdJWV.js +0 -5
  273. package/dist/components/p-BmyNDE_E.js +0 -5
  274. package/dist/components/p-BxuggWJc.js +0 -5
  275. package/dist/components/p-CDTvzwTY.js +0 -5
  276. package/dist/components/p-CVR4TrpD.js +0 -5
  277. package/dist/components/p-CZzCbI9_.js +0 -5
  278. package/dist/components/p-C_xCz80J.js +0 -5
  279. package/dist/components/p-Ctn6qJSb.js +0 -5
  280. package/dist/components/p-DL1ZwCZy.js +0 -5
  281. package/dist/components/p-DTSxLKHX.js +0 -5
  282. package/dist/components/p-DbcLXe18.js +0 -5
  283. package/dist/components/p-DiqiT5wD.js +0 -5
  284. package/dist/components/p-DyNlA71C.js +0 -5
  285. package/dist/esm/form-input-prefix-C48SfAOK.js +0 -16
  286. package/dist/shift-components/p-0e27b251.entry.js +0 -5
  287. package/dist/shift-components/p-4461d611.entry.js +0 -5
  288. package/dist/shift-components/p-6433c2ae.entry.js +0 -5
  289. package/dist/shift-components/p-C5yZUyec.js +0 -5
  290. package/dist/shift-components/p-DXZTo2xz.js +0 -5
  291. package/dist/shift-components/p-a4abc248.entry.js +0 -5
  292. package/dist/shift-components/p-c2f8916b.entry.js +0 -5
  293. package/dist/shift-components/p-da9862ea.entry.js +0 -5
  294. package/dist/shift-components/p-no7IC1jn.js +0 -5
@@ -2,6 +2,19 @@ export declare const getFormMappers: (stateObject: Record<string, any>, extraMap
2
2
  submit: ({ props }: {
3
3
  props: any;
4
4
  }) => any;
5
+ inputPreview: ({ props }: {
6
+ props: any;
7
+ }) => any;
8
+ formStepper: ({ props, language }: {
9
+ props: any;
10
+ language: any;
11
+ }) => any;
12
+ back: ({ props }: {
13
+ props: any;
14
+ }) => any;
15
+ stepperSubmit: ({ props }: {
16
+ props: any;
17
+ }) => any;
5
18
  name: ({ props }: {
6
19
  props: any;
7
20
  }) => any;
@@ -14,6 +14,7 @@ export declare class GeneralInquiryForm implements FormHookInterface<any>, Multi
14
14
  loadingChanges: (loading: boolean) => void;
15
15
  errorCallback: (error: any, message: string) => void;
16
16
  successCallback: (data: any, message?: string) => void;
17
+ stepChangeCallback?: (step: number, currentForm?: any) => void;
17
18
  structure: FormElementStructure<any> | undefined;
18
19
  fields?: object;
19
20
  el: HTMLElement;
@@ -14,6 +14,7 @@ export declare class ServiceBookingForm implements FormHookInterface<any>, Multi
14
14
  loadingChanges: (loading: boolean) => void;
15
15
  errorCallback: (error: any, message: string) => void;
16
16
  successCallback: (data: any, message?: string) => void;
17
+ stepChangeCallback?: (step: number, currentForm?: any) => void;
17
18
  structure: FormElementStructure<any> | undefined;
18
19
  fields?: object;
19
20
  el: HTMLElement;
@@ -14,6 +14,7 @@ export declare class SSCLookupForm implements FormHookInterface<any>, MultiLingu
14
14
  loadingChanges: (loading: boolean) => void;
15
15
  errorCallback: (error: any, message: string) => void;
16
16
  successCallback: (data: any, message?: string) => void;
17
+ stepChangeCallback?: (step: number, currentForm?: any) => void;
17
18
  structure: FormElementStructure<any> | undefined;
18
19
  fields?: object;
19
20
  el: HTMLElement;
@@ -14,6 +14,7 @@ export declare class TestDriveForm implements FormHookInterface<any>, MultiLingu
14
14
  loadingChanges: (loading: boolean) => void;
15
15
  errorCallback: (error: any, message: string) => void;
16
16
  successCallback: (data: any, message?: string) => void;
17
+ stepChangeCallback?: (step: number, currentForm?: any) => void;
17
18
  structure: FormElementStructure<any> | undefined;
18
19
  fields?: object;
19
20
  el: HTMLElement;
@@ -16,6 +16,7 @@ export declare class VehicleAccessories implements MultiLingual, VehicleInfoLayo
16
16
  blazorRef?: DotNetObjectReference;
17
17
  setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
18
18
  isDev: boolean;
19
+ disableVinValidation: boolean;
19
20
  baseUrl: string;
20
21
  headers: object;
21
22
  queryString: string;
@@ -15,6 +15,7 @@ export declare class VehicleClaimableItems implements MultiLingual, VehicleInfoL
15
15
  changeLanguage(newLanguage: LanguageKeys): Promise<void>;
16
16
  coreOnly: boolean;
17
17
  isDev: boolean;
18
+ disableVinValidation: boolean;
18
19
  baseUrl: string;
19
20
  headers: object;
20
21
  queryString: string;
@@ -35,6 +35,7 @@ export declare class VehicleLookup implements MultiLingual {
35
35
  activeElement?: ActiveElement;
36
36
  baseUrl: string;
37
37
  isDev: boolean;
38
+ disableVinValidation: boolean;
38
39
  queryString: string;
39
40
  childrenProps?: string | Object;
40
41
  blazorErrorStateListener: string;
@@ -16,6 +16,7 @@ export declare class VehiclePaintThickness implements MultiLingual, VehicleInfoL
16
16
  blazorRef?: DotNetObjectReference;
17
17
  setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
18
18
  isDev: boolean;
19
+ disableVinValidation: boolean;
19
20
  baseUrl: string;
20
21
  headers: object;
21
22
  queryString: string;
@@ -13,6 +13,7 @@ export declare class VehicleSaleInformation implements MultiLingual, VehicleInfo
13
13
  blazorRef?: DotNetObjectReference;
14
14
  setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
15
15
  isDev: boolean;
16
+ disableVinValidation: boolean;
16
17
  baseUrl: string;
17
18
  headers: object;
18
19
  queryString: string;
@@ -13,6 +13,7 @@ export declare class VehicleServiceHistory implements MultiLingual, VehicleInfoL
13
13
  blazorRef?: DotNetObjectReference;
14
14
  setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
15
15
  isDev: boolean;
16
+ disableVinValidation: boolean;
16
17
  baseUrl: string;
17
18
  headers: object;
18
19
  queryString: string;
@@ -13,6 +13,7 @@ export declare class VehicleSpecification implements MultiLingual, VehicleInfoLa
13
13
  blazorRef?: DotNetObjectReference;
14
14
  setBlazorRef(newBlazorRef: DotNetObjectReference): Promise<void>;
15
15
  isDev: boolean;
16
+ disableVinValidation: boolean;
16
17
  baseUrl: string;
17
18
  headers: object;
18
19
  queryString: string;
@@ -11,6 +11,7 @@ export declare class VehicleWarrantyDetails implements MultiLingual, VehicleInfo
11
11
  changeLanguage(newLanguage: LanguageKeys): Promise<void>;
12
12
  coreOnly: boolean;
13
13
  isDev: boolean;
14
+ disableVinValidation: boolean;
14
15
  baseUrl: string;
15
16
  headers: object;
16
17
  queryString: string;
@@ -198,6 +198,18 @@ export namespace Components {
198
198
  "wrapperClass": string;
199
199
  "wrapperId": string;
200
200
  }
201
+ interface FormInputPreview {
202
+ "form": FormHook<any>;
203
+ /**
204
+ * @default {}
205
+ */
206
+ "localization"?: FormInputLocalization<{ value?: string }>;
207
+ "name"?: string;
208
+ /**
209
+ * @default {}
210
+ */
211
+ "props"?: any;
212
+ }
201
213
  interface FormPhoneNumber {
202
214
  "defaultValue": string;
203
215
  "form": FormHook<any>;
@@ -292,6 +304,44 @@ export namespace Components {
292
304
  "type"?: string;
293
305
  "value": string;
294
306
  }
307
+ interface FormStepper {
308
+ "form": FormHook<any>;
309
+ "language"?: string;
310
+ "name"?: string;
311
+ "wrapperClass": string;
312
+ "wrapperId": string;
313
+ }
314
+ interface FormStepperControl {
315
+ "form": FormHook<any>;
316
+ "isLoading": boolean;
317
+ "language"?: string;
318
+ /**
319
+ * @default {}
320
+ */
321
+ "localization"?: FormInputLocalization;
322
+ /**
323
+ * @default 'submit'
324
+ */
325
+ "submitTextKey"?: string;
326
+ "wrapperClass": string;
327
+ "wrapperId": string;
328
+ }
329
+ interface FormStepperSubmit {
330
+ "form": FormHook<any>;
331
+ "isLoading": boolean;
332
+ "language"?: string;
333
+ /**
334
+ * @default {}
335
+ */
336
+ "localization"?: FormInputLocalization;
337
+ "step"?: number;
338
+ /**
339
+ * @default 'submit'
340
+ */
341
+ "submitTextKey"?: string;
342
+ "wrapperClass": string;
343
+ "wrapperId": string;
344
+ }
295
345
  interface FormStructure {
296
346
  "errorMessage": string;
297
347
  "fields"?: object;
@@ -424,6 +474,7 @@ export namespace Components {
424
474
  "isMobileForm": boolean;
425
475
  "language": LanguageKeys;
426
476
  "loadingChanges": (loading: boolean) => void;
477
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
427
478
  "structure": FormElementStructure<any> | undefined;
428
479
  "structureUrl"?: string;
429
480
  "submit": () => Promise<void>;
@@ -586,6 +637,7 @@ export namespace Components {
586
637
  "isMobileForm": boolean;
587
638
  "language": LanguageKeys;
588
639
  "loadingChanges": (loading: boolean) => void;
640
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
589
641
  "structure": FormElementStructure<any> | undefined;
590
642
  "structureUrl"?: string;
591
643
  "submit": () => Promise<void>;
@@ -656,6 +708,7 @@ export namespace Components {
656
708
  "isMobileForm": boolean;
657
709
  "language": LanguageKeys;
658
710
  "loadingChanges": (loading: boolean) => void;
711
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
659
712
  "structure": FormElementStructure<any> | undefined;
660
713
  "structureUrl"?: string;
661
714
  "submit": () => Promise<void>;
@@ -683,6 +736,7 @@ export namespace Components {
683
736
  "isMobileForm": boolean;
684
737
  "language": LanguageKeys;
685
738
  "loadingChanges": (loading: boolean) => void;
739
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
686
740
  "structure": FormElementStructure<any> | undefined;
687
741
  "structureUrl"?: string;
688
742
  "submit": () => Promise<void>;
@@ -695,6 +749,10 @@ export namespace Components {
695
749
  * @default false
696
750
  */
697
751
  "coreOnly": boolean;
752
+ /**
753
+ * @default false
754
+ */
755
+ "disableVinValidation": boolean;
698
756
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
699
757
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
700
758
  /**
@@ -729,6 +787,10 @@ export namespace Components {
729
787
  * @default false
730
788
  */
731
789
  "coreOnly": boolean;
790
+ /**
791
+ * @default false
792
+ */
793
+ "disableVinValidation": boolean;
732
794
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
733
795
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
734
796
  /**
@@ -796,6 +858,10 @@ export namespace Components {
796
858
  */
797
859
  "blazorOnLoadingStateChange": string;
798
860
  "childrenProps"?: string | Object;
861
+ /**
862
+ * @default false
863
+ */
864
+ "disableVinValidation": boolean;
799
865
  "dynamicClaimActivate"?: (vehicleInformation: VehicleLookupDTO) => void;
800
866
  "errorStateListener"?: (newError: string) => void;
801
867
  "fetchVin": (vin: string, headers?: any) => Promise<void>;
@@ -821,6 +887,10 @@ export namespace Components {
821
887
  * @default false
822
888
  */
823
889
  "coreOnly": boolean;
890
+ /**
891
+ * @default false
892
+ */
893
+ "disableVinValidation": boolean;
824
894
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
825
895
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
826
896
  /**
@@ -874,6 +944,10 @@ export namespace Components {
874
944
  * @default false
875
945
  */
876
946
  "coreOnly": boolean;
947
+ /**
948
+ * @default false
949
+ */
950
+ "disableVinValidation": boolean;
877
951
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
878
952
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
879
953
  /**
@@ -905,6 +979,10 @@ export namespace Components {
905
979
  * @default false
906
980
  */
907
981
  "coreOnly": boolean;
982
+ /**
983
+ * @default false
984
+ */
985
+ "disableVinValidation": boolean;
908
986
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
909
987
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
910
988
  /**
@@ -932,6 +1010,10 @@ export namespace Components {
932
1010
  * @default false
933
1011
  */
934
1012
  "coreOnly": boolean;
1013
+ /**
1014
+ * @default false
1015
+ */
1016
+ "disableVinValidation": boolean;
935
1017
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
936
1018
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
937
1019
  /**
@@ -999,6 +1081,10 @@ export namespace Components {
999
1081
  * @default null
1000
1082
  */
1001
1083
  "customerPhone"?: string;
1084
+ /**
1085
+ * @default false
1086
+ */
1087
+ "disableVinValidation": boolean;
1002
1088
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
1003
1089
  "fetchVin": (newData: VehicleLookupDTO | string, headers?: any) => Promise<void>;
1004
1090
  /**
@@ -1132,6 +1218,12 @@ declare global {
1132
1218
  prototype: HTMLFormInputElement;
1133
1219
  new (): HTMLFormInputElement;
1134
1220
  };
1221
+ interface HTMLFormInputPreviewElement extends Components.FormInputPreview, HTMLStencilElement {
1222
+ }
1223
+ var HTMLFormInputPreviewElement: {
1224
+ prototype: HTMLFormInputPreviewElement;
1225
+ new (): HTMLFormInputPreviewElement;
1226
+ };
1135
1227
  interface HTMLFormPhoneNumberElement extends Components.FormPhoneNumber, HTMLStencilElement {
1136
1228
  }
1137
1229
  var HTMLFormPhoneNumberElement: {
@@ -1156,6 +1248,24 @@ declare global {
1156
1248
  prototype: HTMLFormShadowInputElement;
1157
1249
  new (): HTMLFormShadowInputElement;
1158
1250
  };
1251
+ interface HTMLFormStepperElement extends Components.FormStepper, HTMLStencilElement {
1252
+ }
1253
+ var HTMLFormStepperElement: {
1254
+ prototype: HTMLFormStepperElement;
1255
+ new (): HTMLFormStepperElement;
1256
+ };
1257
+ interface HTMLFormStepperControlElement extends Components.FormStepperControl, HTMLStencilElement {
1258
+ }
1259
+ var HTMLFormStepperControlElement: {
1260
+ prototype: HTMLFormStepperControlElement;
1261
+ new (): HTMLFormStepperControlElement;
1262
+ };
1263
+ interface HTMLFormStepperSubmitElement extends Components.FormStepperSubmit, HTMLStencilElement {
1264
+ }
1265
+ var HTMLFormStepperSubmitElement: {
1266
+ prototype: HTMLFormStepperSubmitElement;
1267
+ new (): HTMLFormStepperSubmitElement;
1268
+ };
1159
1269
  interface HTMLFormStructureElement extends Components.FormStructure, HTMLStencilElement {
1160
1270
  }
1161
1271
  var HTMLFormStructureElement: {
@@ -1362,10 +1472,14 @@ declare global {
1362
1472
  "form-date-picker": HTMLFormDatePickerElement;
1363
1473
  "form-dialog": HTMLFormDialogElement;
1364
1474
  "form-input": HTMLFormInputElement;
1475
+ "form-input-preview": HTMLFormInputPreviewElement;
1365
1476
  "form-phone-number": HTMLFormPhoneNumberElement;
1366
1477
  "form-picker-input": HTMLFormPickerInputElement;
1367
1478
  "form-select": HTMLFormSelectElement;
1368
1479
  "form-shadow-input": HTMLFormShadowInputElement;
1480
+ "form-stepper": HTMLFormStepperElement;
1481
+ "form-stepper-control": HTMLFormStepperControlElement;
1482
+ "form-stepper-submit": HTMLFormStepperSubmitElement;
1369
1483
  "form-structure": HTMLFormStructureElement;
1370
1484
  "form-structure-error": HTMLFormStructureErrorElement;
1371
1485
  "form-submit": HTMLFormSubmitElement;
@@ -1543,6 +1657,18 @@ declare namespace LocalJSX {
1543
1657
  "wrapperClass"?: string;
1544
1658
  "wrapperId"?: string;
1545
1659
  }
1660
+ interface FormInputPreview {
1661
+ "form"?: FormHook<any>;
1662
+ /**
1663
+ * @default {}
1664
+ */
1665
+ "localization"?: FormInputLocalization<{ value?: string }>;
1666
+ "name"?: string;
1667
+ /**
1668
+ * @default {}
1669
+ */
1670
+ "props"?: any;
1671
+ }
1546
1672
  interface FormPhoneNumber {
1547
1673
  "defaultValue"?: string;
1548
1674
  "form"?: FormHook<any>;
@@ -1637,6 +1763,44 @@ declare namespace LocalJSX {
1637
1763
  "type"?: string;
1638
1764
  "value"?: string;
1639
1765
  }
1766
+ interface FormStepper {
1767
+ "form"?: FormHook<any>;
1768
+ "language"?: string;
1769
+ "name"?: string;
1770
+ "wrapperClass"?: string;
1771
+ "wrapperId"?: string;
1772
+ }
1773
+ interface FormStepperControl {
1774
+ "form"?: FormHook<any>;
1775
+ "isLoading"?: boolean;
1776
+ "language"?: string;
1777
+ /**
1778
+ * @default {}
1779
+ */
1780
+ "localization"?: FormInputLocalization;
1781
+ /**
1782
+ * @default 'submit'
1783
+ */
1784
+ "submitTextKey"?: string;
1785
+ "wrapperClass"?: string;
1786
+ "wrapperId"?: string;
1787
+ }
1788
+ interface FormStepperSubmit {
1789
+ "form"?: FormHook<any>;
1790
+ "isLoading"?: boolean;
1791
+ "language"?: string;
1792
+ /**
1793
+ * @default {}
1794
+ */
1795
+ "localization"?: FormInputLocalization;
1796
+ "step"?: number;
1797
+ /**
1798
+ * @default 'submit'
1799
+ */
1800
+ "submitTextKey"?: string;
1801
+ "wrapperClass"?: string;
1802
+ "wrapperId"?: string;
1803
+ }
1640
1804
  interface FormStructure {
1641
1805
  "errorMessage"?: string;
1642
1806
  "fields"?: object;
@@ -1768,6 +1932,7 @@ declare namespace LocalJSX {
1768
1932
  "isMobileForm"?: boolean;
1769
1933
  "language"?: LanguageKeys;
1770
1934
  "loadingChanges"?: (loading: boolean) => void;
1935
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
1771
1936
  "structure"?: FormElementStructure<any> | undefined;
1772
1937
  "structureUrl"?: string;
1773
1938
  "successCallback"?: (data: any, message?: string) => void;
@@ -1919,6 +2084,7 @@ declare namespace LocalJSX {
1919
2084
  "isMobileForm"?: boolean;
1920
2085
  "language"?: LanguageKeys;
1921
2086
  "loadingChanges"?: (loading: boolean) => void;
2087
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
1922
2088
  "structure"?: FormElementStructure<any> | undefined;
1923
2089
  "structureUrl"?: string;
1924
2090
  "successCallback"?: (data: any, message?: string) => void;
@@ -1983,6 +2149,7 @@ declare namespace LocalJSX {
1983
2149
  "isMobileForm"?: boolean;
1984
2150
  "language"?: LanguageKeys;
1985
2151
  "loadingChanges"?: (loading: boolean) => void;
2152
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
1986
2153
  "structure"?: FormElementStructure<any> | undefined;
1987
2154
  "structureUrl"?: string;
1988
2155
  "successCallback"?: (data: any, message?: string) => void;
@@ -2008,6 +2175,7 @@ declare namespace LocalJSX {
2008
2175
  "isMobileForm"?: boolean;
2009
2176
  "language"?: LanguageKeys;
2010
2177
  "loadingChanges"?: (loading: boolean) => void;
2178
+ "stepChangeCallback"?: (step: number, currentForm?: any) => void;
2011
2179
  "structure"?: FormElementStructure<any> | undefined;
2012
2180
  "structureUrl"?: string;
2013
2181
  "successCallback"?: (data: any, message?: string) => void;
@@ -2019,6 +2187,10 @@ declare namespace LocalJSX {
2019
2187
  * @default false
2020
2188
  */
2021
2189
  "coreOnly"?: boolean;
2190
+ /**
2191
+ * @default false
2192
+ */
2193
+ "disableVinValidation"?: boolean;
2022
2194
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2023
2195
  /**
2024
2196
  * @default {}
@@ -2047,6 +2219,10 @@ declare namespace LocalJSX {
2047
2219
  * @default false
2048
2220
  */
2049
2221
  "coreOnly"?: boolean;
2222
+ /**
2223
+ * @default false
2224
+ */
2225
+ "disableVinValidation"?: boolean;
2050
2226
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2051
2227
  /**
2052
2228
  * @default {}
@@ -2107,6 +2283,10 @@ declare namespace LocalJSX {
2107
2283
  */
2108
2284
  "blazorOnLoadingStateChange"?: string;
2109
2285
  "childrenProps"?: string | Object;
2286
+ /**
2287
+ * @default false
2288
+ */
2289
+ "disableVinValidation"?: boolean;
2110
2290
  "dynamicClaimActivate"?: (vehicleInformation: VehicleLookupDTO) => void;
2111
2291
  "errorStateListener"?: (newError: string) => void;
2112
2292
  /**
@@ -2129,6 +2309,10 @@ declare namespace LocalJSX {
2129
2309
  * @default false
2130
2310
  */
2131
2311
  "coreOnly"?: boolean;
2312
+ /**
2313
+ * @default false
2314
+ */
2315
+ "disableVinValidation"?: boolean;
2132
2316
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2133
2317
  /**
2134
2318
  * @default {}
@@ -2176,6 +2360,10 @@ declare namespace LocalJSX {
2176
2360
  * @default false
2177
2361
  */
2178
2362
  "coreOnly"?: boolean;
2363
+ /**
2364
+ * @default false
2365
+ */
2366
+ "disableVinValidation"?: boolean;
2179
2367
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2180
2368
  /**
2181
2369
  * @default {}
@@ -2203,6 +2391,10 @@ declare namespace LocalJSX {
2203
2391
  * @default false
2204
2392
  */
2205
2393
  "coreOnly"?: boolean;
2394
+ /**
2395
+ * @default false
2396
+ */
2397
+ "disableVinValidation"?: boolean;
2206
2398
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2207
2399
  /**
2208
2400
  * @default {}
@@ -2226,6 +2418,10 @@ declare namespace LocalJSX {
2226
2418
  * @default false
2227
2419
  */
2228
2420
  "coreOnly"?: boolean;
2421
+ /**
2422
+ * @default false
2423
+ */
2424
+ "disableVinValidation"?: boolean;
2229
2425
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2230
2426
  /**
2231
2427
  * @default {}
@@ -2289,6 +2485,10 @@ declare namespace LocalJSX {
2289
2485
  * @default null
2290
2486
  */
2291
2487
  "customerPhone"?: string;
2488
+ /**
2489
+ * @default false
2490
+ */
2491
+ "disableVinValidation"?: boolean;
2292
2492
  "errorCallback"?: BlazorInvokableFunction<(errorMessage: ErrorKeys) => void>;
2293
2493
  /**
2294
2494
  * @default {}
@@ -2379,10 +2579,14 @@ declare namespace LocalJSX {
2379
2579
  "form-date-picker": FormDatePicker;
2380
2580
  "form-dialog": FormDialog;
2381
2581
  "form-input": FormInput;
2582
+ "form-input-preview": FormInputPreview;
2382
2583
  "form-phone-number": FormPhoneNumber;
2383
2584
  "form-picker-input": FormPickerInput;
2384
2585
  "form-select": FormSelect;
2385
2586
  "form-shadow-input": FormShadowInput;
2587
+ "form-stepper": FormStepper;
2588
+ "form-stepper-control": FormStepperControl;
2589
+ "form-stepper-submit": FormStepperSubmit;
2386
2590
  "form-structure": FormStructure;
2387
2591
  "form-structure-error": FormStructureError;
2388
2592
  "form-submit": FormSubmit;
@@ -2429,10 +2633,14 @@ declare module "@stencil/core" {
2429
2633
  "form-date-picker": LocalJSX.FormDatePicker & JSXBase.HTMLAttributes<HTMLFormDatePickerElement>;
2430
2634
  "form-dialog": LocalJSX.FormDialog & JSXBase.HTMLAttributes<HTMLFormDialogElement>;
2431
2635
  "form-input": LocalJSX.FormInput & JSXBase.HTMLAttributes<HTMLFormInputElement>;
2636
+ "form-input-preview": LocalJSX.FormInputPreview & JSXBase.HTMLAttributes<HTMLFormInputPreviewElement>;
2432
2637
  "form-phone-number": LocalJSX.FormPhoneNumber & JSXBase.HTMLAttributes<HTMLFormPhoneNumberElement>;
2433
2638
  "form-picker-input": LocalJSX.FormPickerInput & JSXBase.HTMLAttributes<HTMLFormPickerInputElement>;
2434
2639
  "form-select": LocalJSX.FormSelect & JSXBase.HTMLAttributes<HTMLFormSelectElement>;
2435
2640
  "form-shadow-input": LocalJSX.FormShadowInput & JSXBase.HTMLAttributes<HTMLFormShadowInputElement>;
2641
+ "form-stepper": LocalJSX.FormStepper & JSXBase.HTMLAttributes<HTMLFormStepperElement>;
2642
+ "form-stepper-control": LocalJSX.FormStepperControl & JSXBase.HTMLAttributes<HTMLFormStepperControlElement>;
2643
+ "form-stepper-submit": LocalJSX.FormStepperSubmit & JSXBase.HTMLAttributes<HTMLFormStepperSubmitElement>;
2436
2644
  "form-structure": LocalJSX.FormStructure & JSXBase.HTMLAttributes<HTMLFormStructureElement>;
2437
2645
  "form-structure-error": LocalJSX.FormStructureError & JSXBase.HTMLAttributes<HTMLFormStructureErrorElement>;
2438
2646
  "form-submit": LocalJSX.FormSubmit & JSXBase.HTMLAttributes<HTMLFormSubmitElement>;
@@ -1,10 +1,11 @@
1
1
  import { AnyObjectSchema } from 'yup';
2
2
  import { LanguageKeys, SharedFormLocales } from "../multi-lingual/index";
3
- import { Field, FormElement, FormHookInterface, FormStateOptions, WatchCallback } from './interface';
3
+ import { Field, FormElement, FormHookInterface, FormStateOptions, Step, WatchCallback } from './interface';
4
4
  import { FormStructure } from '../../components/form-elements/form-structure';
5
5
  export declare class FormHook<T> {
6
6
  haltValidation: boolean;
7
7
  private isSubmitted;
8
+ private stepFormValues;
8
9
  private watchers;
9
10
  private cachedValues;
10
11
  private subscribers;
@@ -17,6 +18,7 @@ export declare class FormHook<T> {
17
18
  formErrors: {
18
19
  [key: string]: string;
19
20
  };
21
+ backButtonContexts: any[];
20
22
  formController: any;
21
23
  formStructure?: FormStructure;
22
24
  openDialog: () => void;
@@ -24,6 +26,7 @@ export declare class FormHook<T> {
24
26
  constructor(context: FormHookInterface<T>, schemaObject: AnyObjectSchema, formStateOptions?: FormStateOptions);
25
27
  subscribe: (formName: string, formElement: FormElement) => void;
26
28
  unsubscribe: (formName: string) => void;
29
+ getStepLabels: (language?: LanguageKeys, selectedStep?: number) => Step;
27
30
  reset(): void;
28
31
  addWatcher: (key?: string, callback?: WatchCallback) => void;
29
32
  removeWatcher: (key: string) => void;
@@ -40,6 +43,7 @@ export declare class FormHook<T> {
40
43
  getValues: <T_1>() => T_1;
41
44
  private focusFirstInput;
42
45
  hasItemInStructure: (target: any, structure?: import("./interface").FormElementStructure<any>) => any;
46
+ updateStep: (newStep: number, replace?: boolean) => void;
43
47
  private submitForm;
44
48
  onSubmit: (formEvent: SubmitEvent) => void;
45
49
  /**
@@ -4,6 +4,8 @@ import { FormHook } from "./form-hook";
4
4
  import { LanguageKeys } from "../multi-lingual/index";
5
5
  export type FormElementStructureComponents<T> = {
6
6
  id?: string;
7
+ step?: number;
8
+ type?: string;
7
9
  class?: string;
8
10
  staticValue?: any;
9
11
  isHidden?: boolean;
@@ -16,7 +18,15 @@ export type FormElementStructureComponents<T> = {
16
18
  tag: string;
17
19
  name?: T;
18
20
  });
21
+ export type Step = {
22
+ back?: string;
23
+ title: string;
24
+ stepCell?: string;
25
+ stepTitle?: string;
26
+ submitButton?: string;
27
+ };
19
28
  export type FormElementStructure<T> = {
29
+ steps?: Record<LanguageKeys, Step>[];
20
30
  data?: Record<string, any>;
21
31
  requiredContext?: Record<string, boolean>;
22
32
  } & FormElementStructureComponents<T>;
@@ -43,6 +53,7 @@ export interface FormHookInterface<T> {
43
53
  loadingChanges?: (loading: boolean) => void;
44
54
  errorCallback?: (error: any, message?: string) => void;
45
55
  successCallback?: (data: any, message?: string) => void;
56
+ stepChangeCallback?: (step: number, currentForm?: any) => void;
46
57
  }
47
58
  export type ValidationType = 'onSubmit' | 'always';
48
59
  export interface Field<MetaType> {
@@ -1,3 +1,3 @@
1
1
  import { JSX } from '../../stencil-public-runtime';
2
2
  import { FormElementStructure, FormElementMapper, FormElementMapperFunctionProps } from "./index";
3
- export declare function renderStructure(structure: FormElementStructure<any> | string, elementMapper: FormElementMapper<any, any>, generaProps: FormElementMapperFunctionProps<any>, fields?: object): JSX.Element | false;
3
+ export declare function renderStructure(structure: FormElementStructure<any> | string, elementMapper: FormElementMapper<any, any>, generaProps: FormElementMapperFunctionProps<any>, fields: object, currentStep: number): JSX.Element | false;
@@ -4,6 +4,7 @@ import { BlazorInvokableFunction } from "../blazor-ref/index";
4
4
  import { VehicleLookupMock, VehicleRequestHeaders } from './types';
5
5
  export interface VehicleLookupComponent extends VehicleRequestHeaders {
6
6
  isDev: boolean;
7
+ disableVinValidation?: boolean;
7
8
  baseUrl: string;
8
9
  headers: object;
9
10
  isError: boolean;
@@ -0,0 +1,8 @@
1
+ import { FunctionalComponent } from '../../stencil-public-runtime';
2
+ type Props = {
3
+ class?: string;
4
+ part?: string;
5
+ onClick?: () => void;
6
+ };
7
+ export declare const ChevronLeftIcon: FunctionalComponent<Props>;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ import { FunctionalComponent } from '../../stencil-public-runtime';
2
+ type Props = {
3
+ class?: string;
4
+ part?: string;
5
+ onClick?: () => void;
6
+ };
7
+ export declare const ChevronRightIcon: FunctionalComponent<Props>;
8
+ export {};