adp-web-components 0.3.18 → 0.3.20

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 (364) hide show
  1. package/dist/cjs/{branch-slot-dropdown_15.cjs.entry.js → branch-date-dropdown_17.cjs.entry.js} +958 -68
  2. package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +9 -9
  3. package/dist/cjs/flexible-container.cjs.entry.js +3 -3
  4. package/dist/cjs/form-checkbox.cjs.entry.js +2 -2
  5. package/dist/cjs/form-date-picker.cjs.entry.js +5 -5
  6. package/dist/cjs/form-input_7.cjs.entry.js +21 -19
  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/{functions-C9XsBzrL.js → functions-BAUJUMt-.js} +44 -19
  10. package/dist/cjs/general-form.cjs.entry.js +6 -6
  11. package/dist/cjs/general-inquiry-form.cjs.entry.js +6 -6
  12. package/dist/cjs/{get-local-language-BnUadlVY.js → get-local-language-DI_UK6D5.js} +1 -1
  13. package/dist/cjs/{get-mock-files-Dr5dpq1N.js → get-mock-files-B1tNGb9m.js} +1 -1
  14. package/dist/cjs/information-table.cjs.entry.js +1 -1
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/loading-spinner.cjs.entry.js +2 -2
  17. package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
  18. package/dist/cjs/{mappers-BlH-TAo7.js → mappers-DnWgECCv.js} +54 -18
  19. package/dist/cjs/part-lookup.cjs.entry.js +2 -2
  20. package/dist/cjs/service-booking-form.cjs.entry.js +6 -6
  21. package/dist/cjs/shift-accordion.cjs.entry.js +2 -2
  22. package/dist/cjs/shift-checkbox.cjs.entry.js +2 -2
  23. package/dist/cjs/shift-components.cjs.js +1 -1
  24. package/dist/cjs/shift-slider.cjs.entry.js +1 -1
  25. package/dist/cjs/shift-switch.cjs.entry.js +2 -2
  26. package/dist/cjs/shift-tab-content.cjs.entry.js +2 -2
  27. package/dist/cjs/shift-tabs_2.cjs.entry.js +92 -34
  28. package/dist/cjs/ssc-lookup-form.cjs.entry.js +6 -6
  29. package/dist/cjs/test-drive-form.cjs.entry.js +6 -6
  30. package/dist/cjs/triangle-alert-CTvU1eGY.js +248 -0
  31. package/dist/cjs/vehicle-accessories_8.cjs.entry.js +177 -117
  32. package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
  33. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +17 -18
  34. package/dist/collection/collection-manifest.json +2 -0
  35. package/dist/collection/components/components/empty.css +1 -1
  36. package/dist/collection/components/components/flexible-container.css +1 -1
  37. package/dist/collection/components/components/flexible-container.js +2 -2
  38. package/dist/collection/components/components/information-table.css +1 -1
  39. package/dist/collection/components/components/loading-spinner.css +1 -1
  40. package/dist/collection/components/components/loading-spinner.js +1 -1
  41. package/dist/collection/components/components/shift-accordion.css +1 -1
  42. package/dist/collection/components/components/shift-accordion.js +1 -1
  43. package/dist/collection/components/components/shift-checkbox.js +1 -1
  44. package/dist/collection/components/components/shift-portal.css +1 -1
  45. package/dist/collection/components/components/shift-select-dropdown.css +1 -1
  46. package/dist/collection/components/components/shift-select-dropdown.js +2 -2
  47. package/dist/collection/components/components/shift-select.css +1 -1
  48. package/dist/collection/components/components/shift-select.js +3 -3
  49. package/dist/collection/components/components/shift-slider.js +1 -1
  50. package/dist/collection/components/components/shift-switch.js +1 -1
  51. package/dist/collection/components/components/shift-tab-content.css +1 -1
  52. package/dist/collection/components/components/shift-tab-content.js +1 -1
  53. package/dist/collection/components/components/shift-tabs.css +1 -1
  54. package/dist/collection/components/components/shift-tabs.js +2 -2
  55. package/dist/collection/components/form-elements/branch-date-dropdown.css +1 -0
  56. package/dist/collection/components/form-elements/branch-date-dropdown.js +682 -0
  57. package/dist/collection/components/form-elements/branch-date-picker.css +1 -0
  58. package/dist/collection/components/form-elements/branch-date-picker.js +1197 -0
  59. package/dist/collection/components/form-elements/branch-slot-dropdown.css +1 -1
  60. package/dist/collection/components/form-elements/branch-slot-dropdown.js +11 -6
  61. package/dist/collection/components/form-elements/branch-slot-picker.css +1 -1
  62. package/dist/collection/components/form-elements/branch-slot-picker.js +166 -18
  63. package/dist/collection/components/form-elements/form-checkbox.js +1 -1
  64. package/dist/collection/components/form-elements/form-date-picker-legacy.js +4 -4
  65. package/dist/collection/components/form-elements/form-dialog.css +1 -1
  66. package/dist/collection/components/form-elements/form-dialog.js +1 -1
  67. package/dist/collection/components/form-elements/form-file.js +2 -2
  68. package/dist/collection/components/form-elements/form-input.js +6 -4
  69. package/dist/collection/components/form-elements/form-inputs.css +1 -1
  70. package/dist/collection/components/form-elements/form-phone-number.js +4 -2
  71. package/dist/collection/components/form-elements/form-picker-input.js +6 -4
  72. package/dist/collection/components/form-elements/form-shadow-input.js +1 -1
  73. package/dist/collection/components/form-elements/form-stepper-control.js +2 -2
  74. package/dist/collection/components/form-elements/form-stepper-submit.js +2 -2
  75. package/dist/collection/components/form-elements/form-stepper.js +1 -1
  76. package/dist/collection/components/form-elements/form-structure-error.js +1 -1
  77. package/dist/collection/components/form-elements/form-submit.js +2 -2
  78. package/dist/collection/components/form-elements/form-switch.js +1 -1
  79. package/dist/collection/components/form-elements/form-text-area.js +6 -4
  80. package/dist/collection/components/form-elements/form-time-picker-legacy.js +5 -5
  81. package/dist/collection/components/form-elements/form-vin-input.js +6 -4
  82. package/dist/collection/components/forms/defaults/mappers.js +54 -18
  83. package/dist/collection/components/forms/defaults/style.css +1 -1
  84. package/dist/collection/components/forms/general-form.js +2 -2
  85. package/dist/collection/components/forms/general-inquiry.js +2 -2
  86. package/dist/collection/components/forms/service-booking.js +2 -2
  87. package/dist/collection/components/forms/ssc-lookup.js +2 -2
  88. package/dist/collection/components/forms/test-drive.js +2 -2
  89. package/dist/collection/components/forms/vehicle-quotation/themes.css +1 -1
  90. package/dist/collection/components/forms/vehicle-quotation.js +15 -16
  91. package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
  92. package/dist/collection/components/part-lookup/dead-stock-lookup.js +2 -2
  93. package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
  94. package/dist/collection/components/part-lookup/distributor-lookup.js +2 -2
  95. package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
  96. package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
  97. package/dist/collection/components/part-lookup/manufacturer-part-lookup.js +1 -1
  98. package/dist/collection/components/part-lookup/part-lookup.css +1 -1
  99. package/dist/collection/components/vehicle-lookup/components/claimable-item-popover.js +37 -29
  100. package/dist/collection/components/vehicle-lookup/components/claimable-trace-modal.js +6 -2
  101. package/dist/collection/components/vehicle-lookup/components/service-history-sub-row.js +3 -3
  102. package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
  103. package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +2 -2
  104. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  105. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +121 -70
  106. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  107. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +89 -29
  108. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  109. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  110. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  111. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +2 -2
  112. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  113. package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +1 -1
  114. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  115. package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
  116. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  117. package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.css +1 -1
  118. package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.js +1 -1
  119. package/dist/collection/components/vin-extractor/vin-extractor.css +1 -1
  120. package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
  121. package/dist/collection/features/form-hook/functions.js +42 -18
  122. package/dist/collection/global/lib/overlay.js +154 -0
  123. package/dist/collection/global/lib/slot-day-rules.js +65 -0
  124. package/dist/collection/templates/assets/adp-wordmark.svg +1 -0
  125. package/dist/collection/templates/assets/favicon.svg +17 -0
  126. package/dist/collection/templates/forms/docs-content/params.js +1199 -0
  127. package/dist/collection/templates/forms/docs-content/structure.js +1153 -0
  128. package/dist/collection/templates/forms/docs-content/theming.js +1240 -0
  129. package/dist/collection/templates/harness-theme.js +44 -0
  130. package/dist/collection/templates/harness.js +775 -0
  131. package/dist/collection/templates/highlight.js +194 -0
  132. package/dist/collection/templates/nav.js +320 -0
  133. package/dist/collection/templates/site-header.js +642 -0
  134. package/dist/collection/templates/site-locales.js +771 -0
  135. package/dist/components/branch-date-dropdown.d.ts +11 -0
  136. package/dist/components/branch-date-dropdown.js +5 -0
  137. package/dist/components/branch-date-picker.d.ts +11 -0
  138. package/dist/components/branch-date-picker.js +5 -0
  139. package/dist/components/branch-slot-dropdown.js +1 -1
  140. package/dist/components/branch-slot-picker.js +1 -1
  141. package/dist/components/dead-stock-lookup.js +1 -1
  142. package/dist/components/distributor-lookup.js +1 -1
  143. package/dist/components/flexible-container.js +1 -1
  144. package/dist/components/form-checkbox.js +1 -1
  145. package/dist/components/form-date-picker.js +1 -1
  146. package/dist/components/form-dialog.js +1 -1
  147. package/dist/components/form-file.js +1 -1
  148. package/dist/components/form-input-preview.js +1 -1
  149. package/dist/components/form-input.js +1 -1
  150. package/dist/components/form-phone-number.js +1 -1
  151. package/dist/components/form-picker-input.js +1 -1
  152. package/dist/components/form-select.js +1 -1
  153. package/dist/components/form-shadow-input.js +1 -1
  154. package/dist/components/form-stepper-control.js +1 -1
  155. package/dist/components/form-stepper-submit.js +1 -1
  156. package/dist/components/form-stepper.js +1 -1
  157. package/dist/components/form-structure-error.js +1 -1
  158. package/dist/components/form-structure.js +1 -1
  159. package/dist/components/form-submit.js +1 -1
  160. package/dist/components/form-switch.js +1 -1
  161. package/dist/components/form-text-area.js +1 -1
  162. package/dist/components/form-time-picker.js +1 -1
  163. package/dist/components/form-vin-input.js +1 -1
  164. package/dist/components/general-form.js +1 -1
  165. package/dist/components/general-inquiry-form.js +1 -1
  166. package/dist/components/information-table.js +1 -1
  167. package/dist/components/loading-spinner.js +1 -1
  168. package/dist/components/manufacturer-lookup.js +1 -1
  169. package/dist/components/manufacturer-part-lookup.js +1 -1
  170. package/dist/components/p--lk4OUJg.js +5 -0
  171. package/dist/components/p-38ox9qxm.js +5 -0
  172. package/dist/components/p-5OD_mwiD.js +5 -0
  173. package/dist/components/{p-D7wRHBb3.js → p-68bjv9gT.js} +1 -1
  174. package/dist/components/p-B0_5_VvS.js +5 -0
  175. package/dist/components/p-B1xVBTqj.js +5 -0
  176. package/dist/components/{p-B0lK-5c_.js → p-B2bD-55K.js} +1 -1
  177. package/dist/components/{p-Bs5AIefE.js → p-BI5NL1Rh.js} +1 -1
  178. package/dist/components/{p-Be01Kv65.js → p-BPXRokES.js} +1 -1
  179. package/dist/components/{p-oZMLGlUq.js → p-BULuujHY.js} +1 -1
  180. package/dist/components/{p-B6EgLMus.js → p-BWlX-Nz-.js} +1 -1
  181. package/dist/components/p-Bc5HIbcj.js +5 -0
  182. package/dist/components/p-BcWJAP8j.js +5 -0
  183. package/dist/components/p-BpB_86n0.js +5 -0
  184. package/dist/components/p-BpHkd1L9.js +5 -0
  185. package/dist/components/{p-B0tcNl8W.js → p-BsnGFZeT.js} +1 -1
  186. package/dist/components/{p-B_jDD5xI.js → p-BvLVCp-j.js} +1 -1
  187. package/dist/components/p-C3KLOUbk.js +5 -0
  188. package/dist/components/{p-DgJ9CCPI.js → p-CJtTHErI.js} +1 -1
  189. package/dist/components/{p-DcB3e3j1.js → p-CMAmzdM7.js} +1 -1
  190. package/dist/components/p-CVpbr1tR.js +5 -0
  191. package/dist/components/{p-BVdlf8rx.js → p-CXbi5iPZ.js} +1 -1
  192. package/dist/components/p-C_1_eN4N.js +5 -0
  193. package/dist/components/{p-TtDq4UV5.js → p-Ce2mazYo.js} +1 -1
  194. package/dist/components/p-Cg6Prz81.js +5 -0
  195. package/dist/components/{p-l738xIxs.js → p-Cpjvk1pk.js} +1 -1
  196. package/dist/components/p-CqJiXtPb.js +5 -0
  197. package/dist/components/p-CrPyvAdX.js +5 -0
  198. package/dist/components/{p-C31A3MHr.js → p-CsU_c7eX.js} +1 -1
  199. package/dist/components/{p-Ci6k5mSb.js → p-D42YuMNZ.js} +1 -1
  200. package/dist/components/{p-Dhi7g1w3.js → p-DCpRGVqe.js} +1 -1
  201. package/dist/components/{p-D9pKibY5.js → p-DCsMDWbS.js} +1 -1
  202. package/dist/components/{p-BMnQwtNn.js → p-DQ0uTCi2.js} +1 -1
  203. package/dist/components/p-DTmI_Yx0.js +5 -0
  204. package/dist/components/p-DnspXuVN.js +5 -0
  205. package/dist/components/p-DqSdjh2n.js +5 -0
  206. package/dist/components/p-Dv2j7fhS.js +5 -0
  207. package/dist/components/{p-BUczNscD.js → p-K-OF4DG-.js} +1 -1
  208. package/dist/components/p-KSvRVGk-.js +5 -0
  209. package/dist/components/p-KbiYvxzP.js +5 -0
  210. package/dist/components/{p-DG-IgRFW.js → p-OY4Ixaeq.js} +1 -1
  211. package/dist/components/{p-BiaT4YFg.js → p-SIS25ChD.js} +1 -1
  212. package/dist/components/p-Wgb4y0H3.js +5 -0
  213. package/dist/components/p-X3AzJ0KD.js +5 -0
  214. package/dist/components/{p-gzdpekMI.js → p-bCeQwUKM.js} +1 -1
  215. package/dist/components/p-d3ZIPeEC.js +5 -0
  216. package/dist/components/{p-DlqfD7uh.js → p-ikaUQvOO.js} +1 -1
  217. package/dist/components/p-mbVTvSJF.js +5 -0
  218. package/dist/components/{p-DTdm5I7a.js → p-rQ3Z9EnS.js} +1 -1
  219. package/dist/components/{p-BmQrqnnJ.js → p-uYkn8a0m.js} +1 -1
  220. package/dist/components/part-lookup.js +1 -1
  221. package/dist/components/service-booking-form.js +1 -1
  222. package/dist/components/shift-accordion.js +1 -1
  223. package/dist/components/shift-checkbox.js +1 -1
  224. package/dist/components/shift-portal.js +1 -1
  225. package/dist/components/shift-select-dropdown.js +1 -1
  226. package/dist/components/shift-select.js +1 -1
  227. package/dist/components/shift-slider.js +1 -1
  228. package/dist/components/shift-switch.js +1 -1
  229. package/dist/components/shift-tab-content.js +1 -1
  230. package/dist/components/shift-tabs.js +1 -1
  231. package/dist/components/ssc-lookup-form.js +1 -1
  232. package/dist/components/test-drive-form.js +1 -1
  233. package/dist/components/vehicle-accessories.js +1 -1
  234. package/dist/components/vehicle-claimable-items.js +1 -1
  235. package/dist/components/vehicle-item-claim-form.js +1 -1
  236. package/dist/components/vehicle-lookup.js +1 -1
  237. package/dist/components/vehicle-paint-thickness.js +1 -1
  238. package/dist/components/vehicle-quotation-form.js +1 -1
  239. package/dist/components/vehicle-sale-information.js +1 -1
  240. package/dist/components/vehicle-service-history.js +1 -1
  241. package/dist/components/vehicle-specification.js +1 -1
  242. package/dist/components/vehicle-warranty-details.js +1 -1
  243. package/dist/components/vehicle-warranty-timeline.js +1 -1
  244. package/dist/components/vin-extractor.js +1 -1
  245. package/dist/esm/{branch-slot-dropdown_15.entry.js → branch-date-dropdown_17.entry.js} +957 -69
  246. package/dist/esm/dead-stock-lookup_3.entry.js +9 -9
  247. package/dist/esm/flexible-container.entry.js +3 -3
  248. package/dist/esm/form-checkbox.entry.js +2 -2
  249. package/dist/esm/form-date-picker.entry.js +5 -5
  250. package/dist/esm/form-input_7.entry.js +21 -19
  251. package/dist/esm/form-switch.entry.js +2 -2
  252. package/dist/esm/form-time-picker.entry.js +6 -6
  253. package/dist/esm/{functions-COLiDjnd.js → functions-DSwc1YVL.js} +44 -20
  254. package/dist/esm/general-form.entry.js +6 -6
  255. package/dist/esm/general-inquiry-form.entry.js +6 -6
  256. package/dist/esm/{get-local-language-CACck9dv.js → get-local-language-DdSAPSCV.js} +1 -1
  257. package/dist/esm/{get-mock-files-BEIYZlS_.js → get-mock-files-D4naDetb.js} +1 -1
  258. package/dist/esm/information-table.entry.js +1 -1
  259. package/dist/esm/loader.js +1 -1
  260. package/dist/esm/loading-spinner.entry.js +2 -2
  261. package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
  262. package/dist/esm/{mappers-9IKbvPiR.js → mappers-CZs2R7k6.js} +54 -18
  263. package/dist/esm/part-lookup.entry.js +2 -2
  264. package/dist/esm/service-booking-form.entry.js +6 -6
  265. package/dist/esm/shift-accordion.entry.js +2 -2
  266. package/dist/esm/shift-checkbox.entry.js +2 -2
  267. package/dist/esm/shift-components.js +1 -1
  268. package/dist/esm/shift-slider.entry.js +1 -1
  269. package/dist/esm/shift-switch.entry.js +2 -2
  270. package/dist/esm/shift-tab-content.entry.js +2 -2
  271. package/dist/esm/shift-tabs_2.entry.js +92 -34
  272. package/dist/esm/ssc-lookup-form.entry.js +6 -6
  273. package/dist/esm/test-drive-form.entry.js +6 -6
  274. package/dist/esm/triangle-alert-BlnfPzWh.js +237 -0
  275. package/dist/esm/vehicle-accessories_8.entry.js +177 -117
  276. package/dist/esm/vehicle-lookup.entry.js +3 -3
  277. package/dist/esm/vehicle-quotation-form.entry.js +17 -18
  278. package/dist/integration-manifest.json +1 -1
  279. package/dist/locales/vehicleLookup/serviceHistory/en.json +2 -2
  280. package/dist/shift-components/{p-a91ed0fc.entry.js → p-0b576888.entry.js} +1 -1
  281. package/dist/shift-components/p-11ffa908.entry.js +5 -0
  282. package/dist/shift-components/{p-b2048d87.entry.js → p-152057de.entry.js} +1 -1
  283. package/dist/shift-components/p-198333fa.entry.js +5 -0
  284. package/dist/shift-components/{p-537507ee.entry.js → p-247ac2db.entry.js} +1 -1
  285. package/dist/shift-components/{p-1923fdb9.entry.js → p-295e445f.entry.js} +1 -1
  286. package/dist/shift-components/p-431522f2.entry.js +5 -0
  287. package/dist/shift-components/{p-b1270d98.entry.js → p-49dc6d73.entry.js} +1 -1
  288. package/dist/shift-components/{p-ac91d4ce.entry.js → p-4b6f801a.entry.js} +1 -1
  289. package/dist/shift-components/{p-6263bc0c.entry.js → p-4cdeab63.entry.js} +1 -1
  290. package/dist/shift-components/{p-829f24b9.entry.js → p-52530fba.entry.js} +1 -1
  291. package/dist/shift-components/p-5ad4d072.entry.js +5 -0
  292. package/dist/shift-components/{p-a0d13479.entry.js → p-5e8e5ed7.entry.js} +1 -1
  293. package/dist/shift-components/{p-65aad39b.entry.js → p-68e41217.entry.js} +1 -1
  294. package/dist/shift-components/{p-f2b86186.entry.js → p-76b0ea8c.entry.js} +1 -1
  295. package/dist/shift-components/{p-fdf94f65.entry.js → p-85d43a41.entry.js} +1 -1
  296. package/dist/shift-components/p-B9INqdFT.js +5 -0
  297. package/dist/shift-components/p-BkVfhjgg.js +5 -0
  298. package/dist/shift-components/{p--JyU3LyU.js → p-D2Ofzg_i.js} +1 -1
  299. package/dist/shift-components/p-DDtDRGFL.js +5 -0
  300. package/dist/shift-components/{p-jmNTa9tM.js → p-OfPuHUYc.js} +1 -1
  301. package/dist/shift-components/p-b44b2c00.entry.js +5 -0
  302. package/dist/shift-components/{p-48a9feb9.entry.js → p-b4544d10.entry.js} +1 -1
  303. package/dist/shift-components/{p-853f1b8b.entry.js → p-bfe0661c.entry.js} +1 -1
  304. package/dist/shift-components/{p-e7a99998.entry.js → p-c7fc8d5f.entry.js} +1 -1
  305. package/dist/shift-components/{p-bb172fc4.entry.js → p-ca0683e9.entry.js} +1 -1
  306. package/dist/shift-components/{p-cfcfdb20.entry.js → p-cbdc1c2e.entry.js} +1 -1
  307. package/dist/shift-components/p-d3bbba07.entry.js +5 -0
  308. package/dist/shift-components/{p-ec2a7d65.entry.js → p-df0c7ac1.entry.js} +1 -1
  309. package/dist/shift-components/p-f4679148.entry.js +5 -0
  310. package/dist/shift-components/{p-c4cf0a18.entry.js → p-feb443ec.entry.js} +1 -1
  311. package/dist/shift-components/shift-components.esm.js +1 -1
  312. package/dist/stencil-docs.json +1677 -12
  313. package/dist/templates/production-host/vehicle-service-history.html +14 -0
  314. package/dist/types/components/form-elements/branch-date-dropdown.d.ts +74 -0
  315. package/dist/types/components/form-elements/branch-date-picker.d.ts +174 -0
  316. package/dist/types/components/form-elements/branch-slot-dropdown.d.ts +6 -0
  317. package/dist/types/components/form-elements/branch-slot-picker.d.ts +27 -0
  318. package/dist/types/components/forms/defaults/mappers.d.ts +15 -9
  319. package/dist/types/components/vehicle-lookup/components/claimable-item-popover.d.ts +10 -1
  320. package/dist/types/components/vehicle-lookup/components/claimable-trace-modal.d.ts +3 -0
  321. package/dist/types/components/vehicle-lookup/vehicle-claimable-items.d.ts +14 -4
  322. package/dist/types/components/vehicle-lookup/vehicle-item-claim-form.d.ts +23 -3
  323. package/dist/types/components.d.ts +533 -6
  324. package/dist/types/features/form-hook/functions.d.ts +14 -0
  325. package/dist/types/global/lib/overlay.d.ts +61 -0
  326. package/dist/types/global/lib/slot-day-rules.d.ts +25 -0
  327. package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +2 -2
  328. package/dist/types/locales/vehicleLookup/warrantyTimeline/type.d.ts +4 -4
  329. package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +2 -2
  330. package/package.json +15 -3
  331. package/dist/cjs/triangle-alert-BjQBwsRv.js +0 -92
  332. package/dist/components/p-BQHywBX6.js +0 -5
  333. package/dist/components/p-Bb4mauUH.js +0 -5
  334. package/dist/components/p-Bl_BMBad.js +0 -5
  335. package/dist/components/p-BogCz_yJ.js +0 -5
  336. package/dist/components/p-BvFDjUZZ.js +0 -5
  337. package/dist/components/p-C2trAVtF.js +0 -5
  338. package/dist/components/p-CCuYl9VQ.js +0 -5
  339. package/dist/components/p-CNqcMKLv.js +0 -5
  340. package/dist/components/p-CZWmJ1vV.js +0 -5
  341. package/dist/components/p-Cg4l7ICV.js +0 -5
  342. package/dist/components/p-Ci6LbIzY.js +0 -5
  343. package/dist/components/p-CuTemmgW.js +0 -5
  344. package/dist/components/p-D0oXezbg.js +0 -5
  345. package/dist/components/p-DBKG_o1-.js +0 -5
  346. package/dist/components/p-Dlm9wHfQ.js +0 -5
  347. package/dist/components/p-DsMy6H9e.js +0 -5
  348. package/dist/components/p-Dseg250d.js +0 -5
  349. package/dist/components/p-EVz84xxv.js +0 -5
  350. package/dist/components/p-SnXklPq9.js +0 -5
  351. package/dist/components/p-k8G1hnHC.js +0 -5
  352. package/dist/components/p-uPiGNvhQ.js +0 -5
  353. package/dist/esm/triangle-alert-Brtqhx2d.js +0 -86
  354. package/dist/shift-components/p-34dffc00.entry.js +0 -5
  355. package/dist/shift-components/p-6fa1121c.entry.js +0 -5
  356. package/dist/shift-components/p-782fe0e1.entry.js +0 -5
  357. package/dist/shift-components/p-9a6450f6.entry.js +0 -5
  358. package/dist/shift-components/p-B9kqtQjS.js +0 -5
  359. package/dist/shift-components/p-D0Md1Xf7.js +0 -5
  360. package/dist/shift-components/p-c66b18c9.entry.js +0 -5
  361. package/dist/shift-components/p-c9a7e5ab.entry.js +0 -5
  362. package/dist/shift-components/p-fa7a961c.entry.js +0 -5
  363. package/dist/shift-components/p-hABirfUj.js +0 -5
  364. /package/dist/collection/templates/{vehicle-lookup → prototypes}/prototype-assets/extended-warranty/adp-logo.svg +0 -0
@@ -1,11 +1,1522 @@
1
1
  {
2
- "timestamp": "2026-08-19T18:03:24",
2
+ "timestamp": "2026-09-06T16:37:25",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
6
6
  "typescriptVersion": "5.8.3"
7
7
  },
8
8
  "components": [
9
+ {
10
+ "filePath": "src/components/form-elements/branch-date-dropdown.tsx",
11
+ "encapsulation": "shadow",
12
+ "tag": "branch-date-dropdown",
13
+ "docs": "Panel half of `branch-date-picker`.\n\nTwo panes on one horizontal track — a month grid, then that day's times —\nrather than the two stacked sections `branch-slot-dropdown` uses. Only one\ndecision is on screen at a time, which is the point of the date-picker\nvariant: a customer who has met a month calendar before recognises step one\nimmediately, and step two arrives already scoped to the day they picked.\n\nMounted on `document.body` by `shift-portal` and positioned through the\n`--branch-date-*` variables the picker sets, exactly as the slot panel is.",
14
+ "docsTags": [],
15
+ "usage": {},
16
+ "props": [
17
+ {
18
+ "name": "activeDate",
19
+ "type": "string",
20
+ "complexType": {
21
+ "original": "string",
22
+ "resolved": "string",
23
+ "references": {}
24
+ },
25
+ "mutable": false,
26
+ "attr": "active-date",
27
+ "reflectToAttr": false,
28
+ "docs": "",
29
+ "docsTags": [
30
+ {
31
+ "name": "default",
32
+ "text": "''"
33
+ }
34
+ ],
35
+ "default": "''",
36
+ "values": [
37
+ {
38
+ "type": "string"
39
+ }
40
+ ],
41
+ "optional": false,
42
+ "required": false,
43
+ "getter": false,
44
+ "setter": false
45
+ },
46
+ {
47
+ "name": "canGoNext",
48
+ "type": "boolean",
49
+ "complexType": {
50
+ "original": "boolean",
51
+ "resolved": "boolean",
52
+ "references": {}
53
+ },
54
+ "mutable": false,
55
+ "attr": "can-go-next",
56
+ "reflectToAttr": false,
57
+ "docs": "",
58
+ "docsTags": [
59
+ {
60
+ "name": "default",
61
+ "text": "false"
62
+ }
63
+ ],
64
+ "default": "false",
65
+ "values": [
66
+ {
67
+ "type": "boolean"
68
+ }
69
+ ],
70
+ "optional": false,
71
+ "required": false,
72
+ "getter": false,
73
+ "setter": false
74
+ },
75
+ {
76
+ "name": "canGoPrev",
77
+ "type": "boolean",
78
+ "complexType": {
79
+ "original": "boolean",
80
+ "resolved": "boolean",
81
+ "references": {}
82
+ },
83
+ "mutable": false,
84
+ "attr": "can-go-prev",
85
+ "reflectToAttr": false,
86
+ "docs": "",
87
+ "docsTags": [
88
+ {
89
+ "name": "default",
90
+ "text": "false"
91
+ }
92
+ ],
93
+ "default": "false",
94
+ "values": [
95
+ {
96
+ "type": "boolean"
97
+ }
98
+ ],
99
+ "optional": false,
100
+ "required": false,
101
+ "getter": false,
102
+ "setter": false
103
+ },
104
+ {
105
+ "name": "copy",
106
+ "type": "BranchDateDropdownCopy",
107
+ "complexType": {
108
+ "original": "BranchDateDropdownCopy",
109
+ "resolved": "BranchDateDropdownCopy",
110
+ "references": {
111
+ "BranchDateDropdownCopy": {
112
+ "location": "local",
113
+ "path": "/home/vsts/work/1/s/ADP.WebComponents/adp-web-components/src/components/form-elements/branch-date-dropdown.tsx",
114
+ "id": "src/components/form-elements/branch-date-dropdown.tsx::BranchDateDropdownCopy"
115
+ }
116
+ }
117
+ },
118
+ "mutable": false,
119
+ "reflectToAttr": false,
120
+ "docs": "",
121
+ "docsTags": [],
122
+ "values": [
123
+ {
124
+ "type": "BranchDateDropdownCopy"
125
+ }
126
+ ],
127
+ "optional": false,
128
+ "required": true,
129
+ "getter": false,
130
+ "setter": false
131
+ },
132
+ {
133
+ "name": "days",
134
+ "type": "BranchSlotDay[]",
135
+ "complexType": {
136
+ "original": "BranchSlotDay[]",
137
+ "resolved": "BranchSlotDay[]",
138
+ "references": {
139
+ "BranchSlotDay": {
140
+ "location": "import",
141
+ "path": "./branch-slot-dropdown",
142
+ "id": "src/components/form-elements/branch-slot-dropdown.tsx::BranchSlotDay",
143
+ "referenceLocation": "BranchSlotDay"
144
+ }
145
+ }
146
+ },
147
+ "mutable": false,
148
+ "reflectToAttr": false,
149
+ "docs": "Bookable days, already de-duplicated, sorted and rule-marked by the picker.",
150
+ "docsTags": [
151
+ {
152
+ "name": "default",
153
+ "text": "[]"
154
+ }
155
+ ],
156
+ "default": "[]",
157
+ "values": [
158
+ {
159
+ "type": "BranchSlotDay[]"
160
+ }
161
+ ],
162
+ "optional": false,
163
+ "required": false,
164
+ "getter": false,
165
+ "setter": false
166
+ },
167
+ {
168
+ "name": "direction",
169
+ "type": "string",
170
+ "complexType": {
171
+ "original": "string",
172
+ "resolved": "string",
173
+ "references": {}
174
+ },
175
+ "mutable": false,
176
+ "attr": "direction",
177
+ "reflectToAttr": false,
178
+ "docs": "",
179
+ "docsTags": [
180
+ {
181
+ "name": "default",
182
+ "text": "'ltr'"
183
+ }
184
+ ],
185
+ "default": "'ltr'",
186
+ "values": [
187
+ {
188
+ "type": "string"
189
+ }
190
+ ],
191
+ "optional": false,
192
+ "required": false,
193
+ "getter": false,
194
+ "setter": false
195
+ },
196
+ {
197
+ "name": "displayTime",
198
+ "type": "(raw: string) => string",
199
+ "complexType": {
200
+ "original": "(raw: string) => string",
201
+ "resolved": "(raw: string) => string",
202
+ "references": {}
203
+ },
204
+ "mutable": false,
205
+ "reflectToAttr": false,
206
+ "docs": "",
207
+ "docsTags": [],
208
+ "values": [
209
+ {
210
+ "type": "(raw: string) => string"
211
+ }
212
+ ],
213
+ "optional": false,
214
+ "required": true,
215
+ "getter": false,
216
+ "setter": false
217
+ },
218
+ {
219
+ "name": "formatDay",
220
+ "type": "(date: string, options: DateTimeFormatOptions) => string",
221
+ "complexType": {
222
+ "original": "(date: string, options: Intl.DateTimeFormatOptions) => string",
223
+ "resolved": "(date: string, options: DateTimeFormatOptions) => string",
224
+ "references": {
225
+ "Intl": {
226
+ "location": "global",
227
+ "id": "global::Intl"
228
+ }
229
+ }
230
+ },
231
+ "mutable": false,
232
+ "reflectToAttr": false,
233
+ "docs": "",
234
+ "docsTags": [],
235
+ "values": [
236
+ {
237
+ "type": "(date: string, options: DateTimeFormatOptions) => string"
238
+ }
239
+ ],
240
+ "optional": false,
241
+ "required": true,
242
+ "getter": false,
243
+ "setter": false
244
+ },
245
+ {
246
+ "name": "formatMonth",
247
+ "type": "(monthKey: string) => string",
248
+ "complexType": {
249
+ "original": "(monthKey: string) => string",
250
+ "resolved": "(monthKey: string) => string",
251
+ "references": {}
252
+ },
253
+ "mutable": false,
254
+ "reflectToAttr": false,
255
+ "docs": "",
256
+ "docsTags": [],
257
+ "values": [
258
+ {
259
+ "type": "(monthKey: string) => string"
260
+ }
261
+ ],
262
+ "optional": false,
263
+ "required": true,
264
+ "getter": false,
265
+ "setter": false
266
+ },
267
+ {
268
+ "name": "formatWeekday",
269
+ "type": "(weekday: number) => string",
270
+ "complexType": {
271
+ "original": "(weekday: number) => string",
272
+ "resolved": "(weekday: number) => string",
273
+ "references": {}
274
+ },
275
+ "mutable": false,
276
+ "reflectToAttr": false,
277
+ "docs": "",
278
+ "docsTags": [],
279
+ "values": [
280
+ {
281
+ "type": "(weekday: number) => string"
282
+ }
283
+ ],
284
+ "optional": false,
285
+ "required": true,
286
+ "getter": false,
287
+ "setter": false
288
+ },
289
+ {
290
+ "name": "handleBack",
291
+ "type": "() => void",
292
+ "complexType": {
293
+ "original": "() => void",
294
+ "resolved": "() => void",
295
+ "references": {}
296
+ },
297
+ "mutable": false,
298
+ "reflectToAttr": false,
299
+ "docs": "",
300
+ "docsTags": [],
301
+ "values": [
302
+ {
303
+ "type": "() => void"
304
+ }
305
+ ],
306
+ "optional": false,
307
+ "required": true,
308
+ "getter": false,
309
+ "setter": false
310
+ },
311
+ {
312
+ "name": "handleDate",
313
+ "type": "(date: string) => void",
314
+ "complexType": {
315
+ "original": "(date: string) => void",
316
+ "resolved": "(date: string) => void",
317
+ "references": {}
318
+ },
319
+ "mutable": false,
320
+ "reflectToAttr": false,
321
+ "docs": "",
322
+ "docsTags": [],
323
+ "values": [
324
+ {
325
+ "type": "(date: string) => void"
326
+ }
327
+ ],
328
+ "optional": false,
329
+ "required": true,
330
+ "getter": false,
331
+ "setter": false
332
+ },
333
+ {
334
+ "name": "handleDismiss",
335
+ "type": "() => void",
336
+ "complexType": {
337
+ "original": "() => void",
338
+ "resolved": "() => void",
339
+ "references": {}
340
+ },
341
+ "mutable": false,
342
+ "reflectToAttr": false,
343
+ "docs": "Tapping the sheet scrim. Unused above 600px, where the scrim is hidden.",
344
+ "docsTags": [],
345
+ "values": [
346
+ {
347
+ "type": "() => void"
348
+ }
349
+ ],
350
+ "optional": true,
351
+ "required": false,
352
+ "getter": false,
353
+ "setter": false
354
+ },
355
+ {
356
+ "name": "handleMonth",
357
+ "type": "(delta: number) => void",
358
+ "complexType": {
359
+ "original": "(delta: number) => void",
360
+ "resolved": "(delta: number) => void",
361
+ "references": {}
362
+ },
363
+ "mutable": false,
364
+ "reflectToAttr": false,
365
+ "docs": "",
366
+ "docsTags": [],
367
+ "values": [
368
+ {
369
+ "type": "(delta: number) => void"
370
+ }
371
+ ],
372
+ "optional": false,
373
+ "required": true,
374
+ "getter": false,
375
+ "setter": false
376
+ },
377
+ {
378
+ "name": "handleRetry",
379
+ "type": "() => void",
380
+ "complexType": {
381
+ "original": "() => void",
382
+ "resolved": "() => void",
383
+ "references": {}
384
+ },
385
+ "mutable": false,
386
+ "reflectToAttr": false,
387
+ "docs": "",
388
+ "docsTags": [],
389
+ "values": [
390
+ {
391
+ "type": "() => void"
392
+ }
393
+ ],
394
+ "optional": false,
395
+ "required": true,
396
+ "getter": false,
397
+ "setter": false
398
+ },
399
+ {
400
+ "name": "handleTime",
401
+ "type": "(raw: string) => void",
402
+ "complexType": {
403
+ "original": "(raw: string) => void",
404
+ "resolved": "(raw: string) => void",
405
+ "references": {}
406
+ },
407
+ "mutable": false,
408
+ "reflectToAttr": false,
409
+ "docs": "",
410
+ "docsTags": [],
411
+ "values": [
412
+ {
413
+ "type": "(raw: string) => void"
414
+ }
415
+ ],
416
+ "optional": false,
417
+ "required": true,
418
+ "getter": false,
419
+ "setter": false
420
+ },
421
+ {
422
+ "name": "idleText",
423
+ "type": "string",
424
+ "complexType": {
425
+ "original": "string",
426
+ "resolved": "string",
427
+ "references": {}
428
+ },
429
+ "mutable": false,
430
+ "attr": "idle-text",
431
+ "reflectToAttr": false,
432
+ "docs": "",
433
+ "docsTags": [
434
+ {
435
+ "name": "default",
436
+ "text": "''"
437
+ }
438
+ ],
439
+ "default": "''",
440
+ "values": [
441
+ {
442
+ "type": "string"
443
+ }
444
+ ],
445
+ "optional": true,
446
+ "required": false,
447
+ "getter": false,
448
+ "setter": false
449
+ },
450
+ {
451
+ "name": "isOpen",
452
+ "type": "boolean",
453
+ "complexType": {
454
+ "original": "boolean",
455
+ "resolved": "boolean",
456
+ "references": {}
457
+ },
458
+ "mutable": false,
459
+ "attr": "is-open",
460
+ "reflectToAttr": false,
461
+ "docs": "",
462
+ "docsTags": [
463
+ {
464
+ "name": "default",
465
+ "text": "false"
466
+ }
467
+ ],
468
+ "default": "false",
469
+ "values": [
470
+ {
471
+ "type": "boolean"
472
+ }
473
+ ],
474
+ "optional": false,
475
+ "required": false,
476
+ "getter": false,
477
+ "setter": false
478
+ },
479
+ {
480
+ "name": "monthDirection",
481
+ "type": "number",
482
+ "complexType": {
483
+ "original": "number",
484
+ "resolved": "number",
485
+ "references": {}
486
+ },
487
+ "mutable": false,
488
+ "attr": "month-direction",
489
+ "reflectToAttr": false,
490
+ "docs": "`1` when the last month change went forward, `-1` back. Drives the slide.",
491
+ "docsTags": [
492
+ {
493
+ "name": "default",
494
+ "text": "1"
495
+ }
496
+ ],
497
+ "default": "1",
498
+ "values": [
499
+ {
500
+ "type": "number"
501
+ }
502
+ ],
503
+ "optional": false,
504
+ "required": false,
505
+ "getter": false,
506
+ "setter": false
507
+ },
508
+ {
509
+ "name": "monthKey",
510
+ "type": "string",
511
+ "complexType": {
512
+ "original": "string",
513
+ "resolved": "string",
514
+ "references": {}
515
+ },
516
+ "mutable": false,
517
+ "attr": "month-key",
518
+ "reflectToAttr": false,
519
+ "docs": "The month on screen, as `YYYY-MM`.",
520
+ "docsTags": [
521
+ {
522
+ "name": "default",
523
+ "text": "''"
524
+ }
525
+ ],
526
+ "default": "''",
527
+ "values": [
528
+ {
529
+ "type": "string"
530
+ }
531
+ ],
532
+ "optional": false,
533
+ "required": false,
534
+ "getter": false,
535
+ "setter": false
536
+ },
537
+ {
538
+ "name": "name",
539
+ "type": "string",
540
+ "complexType": {
541
+ "original": "string",
542
+ "resolved": "string",
543
+ "references": {}
544
+ },
545
+ "mutable": false,
546
+ "attr": "name",
547
+ "reflectToAttr": false,
548
+ "docs": "",
549
+ "docsTags": [
550
+ {
551
+ "name": "default",
552
+ "text": "''"
553
+ }
554
+ ],
555
+ "default": "''",
556
+ "values": [
557
+ {
558
+ "type": "string"
559
+ }
560
+ ],
561
+ "optional": true,
562
+ "required": false,
563
+ "getter": false,
564
+ "setter": false
565
+ },
566
+ {
567
+ "name": "selectedRaw",
568
+ "type": "string",
569
+ "complexType": {
570
+ "original": "string",
571
+ "resolved": "string",
572
+ "references": {}
573
+ },
574
+ "mutable": false,
575
+ "attr": "selected-raw",
576
+ "reflectToAttr": false,
577
+ "docs": "",
578
+ "docsTags": [
579
+ {
580
+ "name": "default",
581
+ "text": "''"
582
+ }
583
+ ],
584
+ "default": "''",
585
+ "values": [
586
+ {
587
+ "type": "string"
588
+ }
589
+ ],
590
+ "optional": false,
591
+ "required": false,
592
+ "getter": false,
593
+ "setter": false
594
+ },
595
+ {
596
+ "name": "setElementRef",
597
+ "type": "(el: HTMLElement) => void",
598
+ "complexType": {
599
+ "original": "(el: HTMLElement | null) => void",
600
+ "resolved": "(el: HTMLElement) => void",
601
+ "references": {
602
+ "HTMLElement": {
603
+ "location": "global",
604
+ "id": "global::HTMLElement"
605
+ }
606
+ }
607
+ },
608
+ "mutable": false,
609
+ "reflectToAttr": false,
610
+ "docs": "",
611
+ "docsTags": [],
612
+ "values": [
613
+ {
614
+ "type": "(el: HTMLElement) => void"
615
+ }
616
+ ],
617
+ "optional": true,
618
+ "required": false,
619
+ "getter": false,
620
+ "setter": false
621
+ },
622
+ {
623
+ "name": "status",
624
+ "type": "\"empty\" | \"error\" | \"idle\" | \"loading\" | \"ready\"",
625
+ "complexType": {
626
+ "original": "'idle' | 'loading' | 'ready' | 'empty' | 'error'",
627
+ "resolved": "\"empty\" | \"error\" | \"idle\" | \"loading\" | \"ready\"",
628
+ "references": {}
629
+ },
630
+ "mutable": false,
631
+ "attr": "status",
632
+ "reflectToAttr": false,
633
+ "docs": "",
634
+ "docsTags": [
635
+ {
636
+ "name": "default",
637
+ "text": "'idle'"
638
+ }
639
+ ],
640
+ "default": "'idle'",
641
+ "values": [
642
+ {
643
+ "value": "empty",
644
+ "type": "string"
645
+ },
646
+ {
647
+ "value": "error",
648
+ "type": "string"
649
+ },
650
+ {
651
+ "value": "idle",
652
+ "type": "string"
653
+ },
654
+ {
655
+ "value": "loading",
656
+ "type": "string"
657
+ },
658
+ {
659
+ "value": "ready",
660
+ "type": "string"
661
+ }
662
+ ],
663
+ "optional": false,
664
+ "required": false,
665
+ "getter": false,
666
+ "setter": false
667
+ },
668
+ {
669
+ "name": "step",
670
+ "type": "\"date\" | \"time\"",
671
+ "complexType": {
672
+ "original": "BranchDateStep",
673
+ "resolved": "\"date\" | \"time\"",
674
+ "references": {
675
+ "BranchDateStep": {
676
+ "location": "local",
677
+ "path": "/home/vsts/work/1/s/ADP.WebComponents/adp-web-components/src/components/form-elements/branch-date-dropdown.tsx",
678
+ "id": "src/components/form-elements/branch-date-dropdown.tsx::BranchDateStep"
679
+ }
680
+ }
681
+ },
682
+ "mutable": false,
683
+ "attr": "step",
684
+ "reflectToAttr": false,
685
+ "docs": "",
686
+ "docsTags": [
687
+ {
688
+ "name": "default",
689
+ "text": "'date'"
690
+ }
691
+ ],
692
+ "default": "'date'",
693
+ "values": [
694
+ {
695
+ "value": "date",
696
+ "type": "string"
697
+ },
698
+ {
699
+ "value": "time",
700
+ "type": "string"
701
+ }
702
+ ],
703
+ "optional": false,
704
+ "required": false,
705
+ "getter": false,
706
+ "setter": false
707
+ },
708
+ {
709
+ "name": "today",
710
+ "type": "string",
711
+ "complexType": {
712
+ "original": "string",
713
+ "resolved": "string",
714
+ "references": {}
715
+ },
716
+ "mutable": false,
717
+ "attr": "today",
718
+ "reflectToAttr": false,
719
+ "docs": "",
720
+ "docsTags": [
721
+ {
722
+ "name": "default",
723
+ "text": "''"
724
+ }
725
+ ],
726
+ "default": "''",
727
+ "values": [
728
+ {
729
+ "type": "string"
730
+ }
731
+ ],
732
+ "optional": false,
733
+ "required": false,
734
+ "getter": false,
735
+ "setter": false
736
+ },
737
+ {
738
+ "name": "weekStart",
739
+ "type": "number",
740
+ "complexType": {
741
+ "original": "number",
742
+ "resolved": "number",
743
+ "references": {}
744
+ },
745
+ "mutable": false,
746
+ "attr": "week-start",
747
+ "reflectToAttr": false,
748
+ "docs": "`0` Sunday … `6` Saturday — resolved from the locale by the picker.",
749
+ "docsTags": [
750
+ {
751
+ "name": "default",
752
+ "text": "1"
753
+ }
754
+ ],
755
+ "default": "1",
756
+ "values": [
757
+ {
758
+ "type": "number"
759
+ }
760
+ ],
761
+ "optional": false,
762
+ "required": false,
763
+ "getter": false,
764
+ "setter": false
765
+ }
766
+ ],
767
+ "methods": [],
768
+ "events": [],
769
+ "listeners": [],
770
+ "styles": [],
771
+ "slots": [],
772
+ "parts": [],
773
+ "states": [],
774
+ "dependents": [
775
+ "branch-date-picker"
776
+ ],
777
+ "dependencies": [],
778
+ "dependencyGraph": {
779
+ "branch-date-picker": [
780
+ "branch-date-dropdown"
781
+ ]
782
+ }
783
+ },
784
+ {
785
+ "filePath": "src/components/form-elements/branch-date-picker.tsx",
786
+ "encapsulation": "none",
787
+ "tag": "branch-date-picker",
788
+ "docs": "Branch-aware booking slot field, month-calendar variant.\n\nSame contract and same data as `branch-slot-picker` — the same endpoint, the\nsame `slotChange` payload, the same standalone-without-a-form behaviour. The\ndifference is entirely in the panel: a month grid first, then that day's\ntimes, on a sliding track. Customers who have never used a horizontal day\nstrip have used a month calendar, and the second step arrives already scoped\nto one day rather than sitting under the first.\n\nThe two are meant to be interchangeable, so a deployment can pick whichever\nits audience reads faster without anything downstream changing.",
789
+ "docsTags": [],
790
+ "usage": {},
791
+ "props": [
792
+ {
793
+ "name": "branchId",
794
+ "type": "string",
795
+ "complexType": {
796
+ "original": "string",
797
+ "resolved": "string",
798
+ "references": {}
799
+ },
800
+ "mutable": false,
801
+ "attr": "branch-id",
802
+ "reflectToAttr": false,
803
+ "docs": "",
804
+ "docsTags": [],
805
+ "values": [
806
+ {
807
+ "type": "string"
808
+ }
809
+ ],
810
+ "optional": false,
811
+ "required": false,
812
+ "getter": false,
813
+ "setter": false
814
+ },
815
+ {
816
+ "name": "brandId",
817
+ "type": "string",
818
+ "complexType": {
819
+ "original": "string",
820
+ "resolved": "string",
821
+ "references": {}
822
+ },
823
+ "mutable": false,
824
+ "attr": "brand-id",
825
+ "reflectToAttr": false,
826
+ "docs": "",
827
+ "docsTags": [],
828
+ "values": [
829
+ {
830
+ "type": "string"
831
+ }
832
+ ],
833
+ "optional": false,
834
+ "required": false,
835
+ "getter": false,
836
+ "setter": false
837
+ },
838
+ {
839
+ "name": "calendarApi",
840
+ "type": "string",
841
+ "complexType": {
842
+ "original": "string",
843
+ "resolved": "string",
844
+ "references": {}
845
+ },
846
+ "mutable": false,
847
+ "attr": "calendar-api",
848
+ "reflectToAttr": false,
849
+ "docs": "Full URL of the calendar endpoint, e.g. `https://…/api/public/calendar`.",
850
+ "docsTags": [],
851
+ "values": [
852
+ {
853
+ "type": "string"
854
+ }
855
+ ],
856
+ "optional": false,
857
+ "required": false,
858
+ "getter": false,
859
+ "setter": false
860
+ },
861
+ {
862
+ "name": "companyId",
863
+ "type": "string",
864
+ "complexType": {
865
+ "original": "string",
866
+ "resolved": "string",
867
+ "references": {}
868
+ },
869
+ "mutable": false,
870
+ "attr": "company-id",
871
+ "reflectToAttr": false,
872
+ "docs": "Integration ids. The field stays idle until all four are present.",
873
+ "docsTags": [],
874
+ "values": [
875
+ {
876
+ "type": "string"
877
+ }
878
+ ],
879
+ "optional": false,
880
+ "required": false,
881
+ "getter": false,
882
+ "setter": false
883
+ },
884
+ {
885
+ "name": "daysAhead",
886
+ "type": "number",
887
+ "complexType": {
888
+ "original": "number",
889
+ "resolved": "number",
890
+ "references": {}
891
+ },
892
+ "mutable": false,
893
+ "attr": "days-ahead",
894
+ "reflectToAttr": false,
895
+ "docs": "How far ahead to ask. The endpoint caps its own response at 15 days.",
896
+ "docsTags": [
897
+ {
898
+ "name": "default",
899
+ "text": "30"
900
+ }
901
+ ],
902
+ "default": "30",
903
+ "values": [
904
+ {
905
+ "type": "number"
906
+ }
907
+ ],
908
+ "optional": false,
909
+ "required": false,
910
+ "getter": false,
911
+ "setter": false
912
+ },
913
+ {
914
+ "name": "defaultValue",
915
+ "type": "string",
916
+ "complexType": {
917
+ "original": "string",
918
+ "resolved": "string",
919
+ "references": {}
920
+ },
921
+ "mutable": true,
922
+ "attr": "default-value",
923
+ "reflectToAttr": false,
924
+ "docs": "Preselects a slot, in the same `YYYY-MM-DDTHH:mm` form the field emits.",
925
+ "docsTags": [],
926
+ "values": [
927
+ {
928
+ "type": "string"
929
+ }
930
+ ],
931
+ "optional": true,
932
+ "required": false,
933
+ "getter": false,
934
+ "setter": false
935
+ },
936
+ {
937
+ "name": "departmentId",
938
+ "type": "string",
939
+ "complexType": {
940
+ "original": "string",
941
+ "resolved": "string",
942
+ "references": {}
943
+ },
944
+ "mutable": false,
945
+ "attr": "department-id",
946
+ "reflectToAttr": false,
947
+ "docs": "",
948
+ "docsTags": [],
949
+ "values": [
950
+ {
951
+ "type": "string"
952
+ }
953
+ ],
954
+ "optional": false,
955
+ "required": false,
956
+ "getter": false,
957
+ "setter": false
958
+ },
959
+ {
960
+ "name": "disabledDates",
961
+ "type": "string | string[]",
962
+ "complexType": {
963
+ "original": "string | string[]",
964
+ "resolved": "string | string[]",
965
+ "references": {}
966
+ },
967
+ "mutable": false,
968
+ "attr": "disabled-dates",
969
+ "reflectToAttr": false,
970
+ "docs": "One-off blackout dates as `YYYY-MM-DD`, same accepted shapes as above.",
971
+ "docsTags": [],
972
+ "values": [
973
+ {
974
+ "type": "string"
975
+ },
976
+ {
977
+ "type": "string[]"
978
+ }
979
+ ],
980
+ "optional": true,
981
+ "required": false,
982
+ "getter": false,
983
+ "setter": false
984
+ },
985
+ {
986
+ "name": "disabledWeekdays",
987
+ "type": "number[] | string",
988
+ "complexType": {
989
+ "original": "string | number[]",
990
+ "resolved": "number[] | string",
991
+ "references": {}
992
+ },
993
+ "mutable": false,
994
+ "attr": "disabled-weekdays",
995
+ "reflectToAttr": false,
996
+ "docs": "Weekdays the branch never books on, `0` Sunday … `6` Saturday. Accepts an\narray or a `\"5,6\"` string. Matching days stay on the grid, struck through,\nrather than being dropped — see `~lib/slot-day-rules`.",
997
+ "docsTags": [],
998
+ "values": [
999
+ {
1000
+ "type": "number[]"
1001
+ },
1002
+ {
1003
+ "type": "string"
1004
+ }
1005
+ ],
1006
+ "optional": true,
1007
+ "required": false,
1008
+ "getter": false,
1009
+ "setter": false
1010
+ },
1011
+ {
1012
+ "name": "form",
1013
+ "type": "FormHook<any>",
1014
+ "complexType": {
1015
+ "original": "FormHook<any>",
1016
+ "resolved": "FormHook<any>",
1017
+ "references": {
1018
+ "FormHook": {
1019
+ "location": "import",
1020
+ "path": "~features/form-hook/form-hook",
1021
+ "id": "src/features/form-hook/form-hook.ts::FormHook",
1022
+ "referenceLocation": "FormHook"
1023
+ }
1024
+ }
1025
+ },
1026
+ "mutable": false,
1027
+ "reflectToAttr": false,
1028
+ "docs": "Optional — omit for standalone use and listen to `slotChange` instead.",
1029
+ "docsTags": [],
1030
+ "values": [
1031
+ {
1032
+ "type": "FormHook<any>"
1033
+ }
1034
+ ],
1035
+ "optional": true,
1036
+ "required": false,
1037
+ "getter": false,
1038
+ "setter": false
1039
+ },
1040
+ {
1041
+ "name": "gap",
1042
+ "type": "number",
1043
+ "complexType": {
1044
+ "original": "number",
1045
+ "resolved": "number",
1046
+ "references": {}
1047
+ },
1048
+ "mutable": false,
1049
+ "attr": "gap",
1050
+ "reflectToAttr": false,
1051
+ "docs": "Gap between the trigger and the panel, matching shift-select's default.",
1052
+ "docsTags": [
1053
+ {
1054
+ "name": "default",
1055
+ "text": "8"
1056
+ }
1057
+ ],
1058
+ "default": "8",
1059
+ "values": [
1060
+ {
1061
+ "type": "number"
1062
+ }
1063
+ ],
1064
+ "optional": false,
1065
+ "required": false,
1066
+ "getter": false,
1067
+ "setter": false
1068
+ },
1069
+ {
1070
+ "name": "isDisabled",
1071
+ "type": "boolean",
1072
+ "complexType": {
1073
+ "original": "boolean",
1074
+ "resolved": "boolean",
1075
+ "references": {}
1076
+ },
1077
+ "mutable": false,
1078
+ "attr": "is-disabled",
1079
+ "reflectToAttr": false,
1080
+ "docs": "",
1081
+ "docsTags": [
1082
+ {
1083
+ "name": "default",
1084
+ "text": "false"
1085
+ }
1086
+ ],
1087
+ "default": "false",
1088
+ "values": [
1089
+ {
1090
+ "type": "boolean"
1091
+ }
1092
+ ],
1093
+ "optional": false,
1094
+ "required": false,
1095
+ "getter": false,
1096
+ "setter": false
1097
+ },
1098
+ {
1099
+ "name": "isRequired",
1100
+ "type": "boolean",
1101
+ "complexType": {
1102
+ "original": "boolean",
1103
+ "resolved": "boolean",
1104
+ "references": {}
1105
+ },
1106
+ "mutable": false,
1107
+ "attr": "is-required",
1108
+ "reflectToAttr": false,
1109
+ "docs": "",
1110
+ "docsTags": [
1111
+ {
1112
+ "name": "default",
1113
+ "text": "false"
1114
+ }
1115
+ ],
1116
+ "default": "false",
1117
+ "values": [
1118
+ {
1119
+ "type": "boolean"
1120
+ }
1121
+ ],
1122
+ "optional": false,
1123
+ "required": false,
1124
+ "getter": false,
1125
+ "setter": false
1126
+ },
1127
+ {
1128
+ "name": "label",
1129
+ "type": "string",
1130
+ "complexType": {
1131
+ "original": "string",
1132
+ "resolved": "string",
1133
+ "references": {}
1134
+ },
1135
+ "mutable": false,
1136
+ "attr": "label",
1137
+ "reflectToAttr": false,
1138
+ "docs": "",
1139
+ "docsTags": [],
1140
+ "values": [
1141
+ {
1142
+ "type": "string"
1143
+ }
1144
+ ],
1145
+ "optional": true,
1146
+ "required": false,
1147
+ "getter": false,
1148
+ "setter": false
1149
+ },
1150
+ {
1151
+ "name": "language",
1152
+ "type": "\"ar\" | \"en\" | \"ku\" | \"ru\"",
1153
+ "complexType": {
1154
+ "original": "LanguageKeys",
1155
+ "resolved": "\"ar\" | \"en\" | \"ku\" | \"ru\"",
1156
+ "references": {
1157
+ "LanguageKeys": {
1158
+ "location": "import",
1159
+ "path": "~features/multi-lingual",
1160
+ "id": "src/features/multi-lingual/index.ts::LanguageKeys",
1161
+ "referenceLocation": "LanguageKeys"
1162
+ }
1163
+ }
1164
+ },
1165
+ "mutable": false,
1166
+ "attr": "language",
1167
+ "reflectToAttr": false,
1168
+ "docs": "",
1169
+ "docsTags": [
1170
+ {
1171
+ "name": "default",
1172
+ "text": "'en'"
1173
+ }
1174
+ ],
1175
+ "default": "'en'",
1176
+ "values": [
1177
+ {
1178
+ "value": "ar",
1179
+ "type": "string"
1180
+ },
1181
+ {
1182
+ "value": "en",
1183
+ "type": "string"
1184
+ },
1185
+ {
1186
+ "value": "ku",
1187
+ "type": "string"
1188
+ },
1189
+ {
1190
+ "value": "ru",
1191
+ "type": "string"
1192
+ }
1193
+ ],
1194
+ "optional": false,
1195
+ "required": false,
1196
+ "getter": false,
1197
+ "setter": false
1198
+ },
1199
+ {
1200
+ "name": "localization",
1201
+ "type": "T",
1202
+ "complexType": {
1203
+ "original": "FormInputLocalization",
1204
+ "resolved": "T",
1205
+ "references": {
1206
+ "FormInputLocalization": {
1207
+ "location": "import",
1208
+ "path": "~features/form-hook",
1209
+ "id": "src/features/form-hook/index.ts::FormInputLocalization",
1210
+ "referenceLocation": "FormInputLocalization"
1211
+ }
1212
+ }
1213
+ },
1214
+ "mutable": false,
1215
+ "reflectToAttr": false,
1216
+ "docs": "",
1217
+ "docsTags": [
1218
+ {
1219
+ "name": "default",
1220
+ "text": "{}"
1221
+ }
1222
+ ],
1223
+ "default": "{}",
1224
+ "values": [
1225
+ {
1226
+ "type": "T"
1227
+ }
1228
+ ],
1229
+ "optional": true,
1230
+ "required": false,
1231
+ "getter": false,
1232
+ "setter": false
1233
+ },
1234
+ {
1235
+ "name": "maxPanelHeight",
1236
+ "type": "number",
1237
+ "complexType": {
1238
+ "original": "number",
1239
+ "resolved": "number",
1240
+ "references": {}
1241
+ },
1242
+ "mutable": false,
1243
+ "attr": "max-panel-height",
1244
+ "reflectToAttr": false,
1245
+ "docs": "Tallest the panel may get before its panes scroll. Also capped to the viewport.",
1246
+ "docsTags": [
1247
+ {
1248
+ "name": "default",
1249
+ "text": "460"
1250
+ }
1251
+ ],
1252
+ "default": "460",
1253
+ "values": [
1254
+ {
1255
+ "type": "number"
1256
+ }
1257
+ ],
1258
+ "optional": false,
1259
+ "required": false,
1260
+ "getter": false,
1261
+ "setter": false
1262
+ },
1263
+ {
1264
+ "name": "minPanelWidth",
1265
+ "type": "number",
1266
+ "complexType": {
1267
+ "original": "number",
1268
+ "resolved": "number",
1269
+ "references": {}
1270
+ },
1271
+ "mutable": false,
1272
+ "attr": "min-panel-width",
1273
+ "reflectToAttr": false,
1274
+ "docs": "Floor for the panel width on desktop. The panel is portaled to `<body>` and\npositioned fixed, so it is free to be wider than the field — and than the\nform around it — which is the point: seven columns stop reading as a\ncalendar much below this, and form fields are routinely narrower.",
1275
+ "docsTags": [
1276
+ {
1277
+ "name": "default",
1278
+ "text": "380"
1279
+ }
1280
+ ],
1281
+ "default": "380",
1282
+ "values": [
1283
+ {
1284
+ "type": "number"
1285
+ }
1286
+ ],
1287
+ "optional": false,
1288
+ "required": false,
1289
+ "getter": false,
1290
+ "setter": false
1291
+ },
1292
+ {
1293
+ "name": "name",
1294
+ "type": "string",
1295
+ "complexType": {
1296
+ "original": "string",
1297
+ "resolved": "string",
1298
+ "references": {}
1299
+ },
1300
+ "mutable": false,
1301
+ "attr": "name",
1302
+ "reflectToAttr": false,
1303
+ "docs": "Field name. Only meaningful when `form` is supplied.",
1304
+ "docsTags": [
1305
+ {
1306
+ "name": "default",
1307
+ "text": "'bookingDate'"
1308
+ }
1309
+ ],
1310
+ "default": "'bookingDate'",
1311
+ "values": [
1312
+ {
1313
+ "type": "string"
1314
+ }
1315
+ ],
1316
+ "optional": false,
1317
+ "required": false,
1318
+ "getter": false,
1319
+ "setter": false
1320
+ },
1321
+ {
1322
+ "name": "weekStartsOn",
1323
+ "type": "number",
1324
+ "complexType": {
1325
+ "original": "number",
1326
+ "resolved": "number",
1327
+ "references": {}
1328
+ },
1329
+ "mutable": false,
1330
+ "attr": "week-starts-on",
1331
+ "reflectToAttr": false,
1332
+ "docs": "First column of the grid, `0` Sunday … `6` Saturday. Left unset it comes\nfrom the active locale, which is right far more often than any constant.",
1333
+ "docsTags": [],
1334
+ "values": [
1335
+ {
1336
+ "type": "number"
1337
+ }
1338
+ ],
1339
+ "optional": true,
1340
+ "required": false,
1341
+ "getter": false,
1342
+ "setter": false
1343
+ },
1344
+ {
1345
+ "name": "wrapperClass",
1346
+ "type": "string",
1347
+ "complexType": {
1348
+ "original": "string",
1349
+ "resolved": "string",
1350
+ "references": {}
1351
+ },
1352
+ "mutable": false,
1353
+ "attr": "wrapper-class",
1354
+ "reflectToAttr": false,
1355
+ "docs": "",
1356
+ "docsTags": [],
1357
+ "values": [
1358
+ {
1359
+ "type": "string"
1360
+ }
1361
+ ],
1362
+ "optional": false,
1363
+ "required": false,
1364
+ "getter": false,
1365
+ "setter": false
1366
+ },
1367
+ {
1368
+ "name": "wrapperId",
1369
+ "type": "string",
1370
+ "complexType": {
1371
+ "original": "string",
1372
+ "resolved": "string",
1373
+ "references": {}
1374
+ },
1375
+ "mutable": false,
1376
+ "attr": "wrapper-id",
1377
+ "reflectToAttr": false,
1378
+ "docs": "",
1379
+ "docsTags": [],
1380
+ "values": [
1381
+ {
1382
+ "type": "string"
1383
+ }
1384
+ ],
1385
+ "optional": false,
1386
+ "required": false,
1387
+ "getter": false,
1388
+ "setter": false
1389
+ }
1390
+ ],
1391
+ "methods": [
1392
+ {
1393
+ "name": "closeDropdown",
1394
+ "returns": {
1395
+ "type": "Promise<void>",
1396
+ "docs": ""
1397
+ },
1398
+ "complexType": {
1399
+ "signature": "() => Promise<void>",
1400
+ "parameters": [],
1401
+ "references": {
1402
+ "Promise": {
1403
+ "location": "global",
1404
+ "id": "global::Promise"
1405
+ }
1406
+ },
1407
+ "return": "Promise<void>"
1408
+ },
1409
+ "signature": "closeDropdown() => Promise<void>",
1410
+ "parameters": [],
1411
+ "docs": "",
1412
+ "docsTags": []
1413
+ },
1414
+ {
1415
+ "name": "openDropdown",
1416
+ "returns": {
1417
+ "type": "Promise<void>",
1418
+ "docs": ""
1419
+ },
1420
+ "complexType": {
1421
+ "signature": "() => Promise<void>",
1422
+ "parameters": [],
1423
+ "references": {
1424
+ "Promise": {
1425
+ "location": "global",
1426
+ "id": "global::Promise"
1427
+ }
1428
+ },
1429
+ "return": "Promise<void>"
1430
+ },
1431
+ "signature": "openDropdown() => Promise<void>",
1432
+ "parameters": [],
1433
+ "docs": "",
1434
+ "docsTags": []
1435
+ },
1436
+ {
1437
+ "name": "refresh",
1438
+ "returns": {
1439
+ "type": "Promise<void>",
1440
+ "docs": ""
1441
+ },
1442
+ "complexType": {
1443
+ "signature": "() => Promise<void>",
1444
+ "parameters": [],
1445
+ "references": {
1446
+ "Promise": {
1447
+ "location": "global",
1448
+ "id": "global::Promise"
1449
+ }
1450
+ },
1451
+ "return": "Promise<void>"
1452
+ },
1453
+ "signature": "refresh() => Promise<void>",
1454
+ "parameters": [],
1455
+ "docs": "Lets a host force a refetch, e.g. after a token refresh.",
1456
+ "docsTags": []
1457
+ }
1458
+ ],
1459
+ "events": [
1460
+ {
1461
+ "event": "slotChange",
1462
+ "detail": "BranchSlotSelection",
1463
+ "bubbles": true,
1464
+ "complexType": {
1465
+ "original": "BranchSlotSelection",
1466
+ "resolved": "BranchSlotSelection",
1467
+ "references": {
1468
+ "BranchSlotSelection": {
1469
+ "location": "import",
1470
+ "path": "./branch-slot-picker",
1471
+ "id": "src/components/form-elements/branch-slot-picker.tsx::BranchSlotSelection",
1472
+ "referenceLocation": "BranchSlotSelection"
1473
+ }
1474
+ }
1475
+ },
1476
+ "cancelable": true,
1477
+ "composed": true,
1478
+ "docs": "Fires on every confirmed day+time selection. The standalone contract.",
1479
+ "docsTags": []
1480
+ }
1481
+ ],
1482
+ "listeners": [],
1483
+ "styles": [],
1484
+ "slots": [],
1485
+ "parts": [],
1486
+ "states": [],
1487
+ "dependents": [
1488
+ "general-form",
1489
+ "general-inquiry-form",
1490
+ "service-booking-form",
1491
+ "ssc-lookup-form",
1492
+ "test-drive-form"
1493
+ ],
1494
+ "dependencies": [
1495
+ "branch-date-dropdown",
1496
+ "shift-portal"
1497
+ ],
1498
+ "dependencyGraph": {
1499
+ "branch-date-picker": [
1500
+ "branch-date-dropdown",
1501
+ "shift-portal"
1502
+ ],
1503
+ "general-form": [
1504
+ "branch-date-picker"
1505
+ ],
1506
+ "general-inquiry-form": [
1507
+ "branch-date-picker"
1508
+ ],
1509
+ "service-booking-form": [
1510
+ "branch-date-picker"
1511
+ ],
1512
+ "ssc-lookup-form": [
1513
+ "branch-date-picker"
1514
+ ],
1515
+ "test-drive-form": [
1516
+ "branch-date-picker"
1517
+ ]
1518
+ }
1519
+ },
9
1520
  {
10
1521
  "filePath": "src/components/form-elements/branch-slot-dropdown.tsx",
11
1522
  "encapsulation": "shadow",
@@ -653,6 +2164,58 @@
653
2164
  "getter": false,
654
2165
  "setter": false
655
2166
  },
2167
+ {
2168
+ "name": "disabledDates",
2169
+ "type": "string | string[]",
2170
+ "complexType": {
2171
+ "original": "string | string[]",
2172
+ "resolved": "string | string[]",
2173
+ "references": {}
2174
+ },
2175
+ "mutable": false,
2176
+ "attr": "disabled-dates",
2177
+ "reflectToAttr": false,
2178
+ "docs": "One-off blackout dates as `YYYY-MM-DD`, same accepted shapes as above.",
2179
+ "docsTags": [],
2180
+ "values": [
2181
+ {
2182
+ "type": "string"
2183
+ },
2184
+ {
2185
+ "type": "string[]"
2186
+ }
2187
+ ],
2188
+ "optional": true,
2189
+ "required": false,
2190
+ "getter": false,
2191
+ "setter": false
2192
+ },
2193
+ {
2194
+ "name": "disabledWeekdays",
2195
+ "type": "number[] | string",
2196
+ "complexType": {
2197
+ "original": "string | number[]",
2198
+ "resolved": "number[] | string",
2199
+ "references": {}
2200
+ },
2201
+ "mutable": false,
2202
+ "attr": "disabled-weekdays",
2203
+ "reflectToAttr": false,
2204
+ "docs": "Weekdays the branch never books on, `0` Sunday … `6` Saturday. Accepts an\narray or a `\"5,6\"` string. Matching days stay visible but unselectable —\nsee `~lib/slot-day-rules` for why they are not simply dropped.",
2205
+ "docsTags": [],
2206
+ "values": [
2207
+ {
2208
+ "type": "number[]"
2209
+ },
2210
+ {
2211
+ "type": "string"
2212
+ }
2213
+ ],
2214
+ "optional": true,
2215
+ "required": false,
2216
+ "getter": false,
2217
+ "setter": false
2218
+ },
656
2219
  {
657
2220
  "name": "form",
658
2221
  "type": "FormHook<any>",
@@ -876,6 +2439,64 @@
876
2439
  "getter": false,
877
2440
  "setter": false
878
2441
  },
2442
+ {
2443
+ "name": "maxPanelHeight",
2444
+ "type": "number",
2445
+ "complexType": {
2446
+ "original": "number",
2447
+ "resolved": "number",
2448
+ "references": {}
2449
+ },
2450
+ "mutable": false,
2451
+ "attr": "max-panel-height",
2452
+ "reflectToAttr": false,
2453
+ "docs": "Tallest the panel may get before it scrolls. Also capped to the viewport.",
2454
+ "docsTags": [
2455
+ {
2456
+ "name": "default",
2457
+ "text": "460"
2458
+ }
2459
+ ],
2460
+ "default": "460",
2461
+ "values": [
2462
+ {
2463
+ "type": "number"
2464
+ }
2465
+ ],
2466
+ "optional": false,
2467
+ "required": false,
2468
+ "getter": false,
2469
+ "setter": false
2470
+ },
2471
+ {
2472
+ "name": "minPanelWidth",
2473
+ "type": "number",
2474
+ "complexType": {
2475
+ "original": "number",
2476
+ "resolved": "number",
2477
+ "references": {}
2478
+ },
2479
+ "mutable": false,
2480
+ "attr": "min-panel-width",
2481
+ "reflectToAttr": false,
2482
+ "docs": "Floor for the panel width on desktop. The panel is portaled to `<body>` and\npositioned fixed, so it is free to be wider than the field — and than the\nform around it — which is the point: a two-column form gives the field\n~320px, which squeezed the day strip and the time grid into something that\nread as clipped. Capped to the viewport at open time.",
2483
+ "docsTags": [
2484
+ {
2485
+ "name": "default",
2486
+ "text": "420"
2487
+ }
2488
+ ],
2489
+ "default": "420",
2490
+ "values": [
2491
+ {
2492
+ "type": "number"
2493
+ }
2494
+ ],
2495
+ "optional": false,
2496
+ "required": false,
2497
+ "getter": false,
2498
+ "setter": false
2499
+ },
879
2500
  {
880
2501
  "name": "name",
881
2502
  "type": "string",
@@ -9258,7 +10879,8 @@
9258
10879
  "form-phone-number",
9259
10880
  "form-select",
9260
10881
  "form-picker-input",
9261
- "branch-slot-picker"
10882
+ "branch-slot-picker",
10883
+ "branch-date-picker"
9262
10884
  ],
9263
10885
  "dependencyGraph": {
9264
10886
  "general-form": [
@@ -9276,7 +10898,8 @@
9276
10898
  "form-phone-number",
9277
10899
  "form-select",
9278
10900
  "form-picker-input",
9279
- "branch-slot-picker"
10901
+ "branch-slot-picker",
10902
+ "branch-date-picker"
9280
10903
  ],
9281
10904
  "form-structure": [
9282
10905
  "form-structure-error",
@@ -9303,6 +10926,10 @@
9303
10926
  "branch-slot-picker": [
9304
10927
  "branch-slot-dropdown",
9305
10928
  "shift-portal"
10929
+ ],
10930
+ "branch-date-picker": [
10931
+ "branch-date-dropdown",
10932
+ "shift-portal"
9306
10933
  ]
9307
10934
  }
9308
10935
  },
@@ -9864,7 +11491,8 @@
9864
11491
  "form-vin-input",
9865
11492
  "form-phone-number",
9866
11493
  "form-picker-input",
9867
- "branch-slot-picker"
11494
+ "branch-slot-picker",
11495
+ "branch-date-picker"
9868
11496
  ],
9869
11497
  "dependencyGraph": {
9870
11498
  "general-inquiry-form": [
@@ -9882,7 +11510,8 @@
9882
11510
  "form-vin-input",
9883
11511
  "form-phone-number",
9884
11512
  "form-picker-input",
9885
- "branch-slot-picker"
11513
+ "branch-slot-picker",
11514
+ "branch-date-picker"
9886
11515
  ],
9887
11516
  "form-structure": [
9888
11517
  "form-structure-error",
@@ -9909,6 +11538,10 @@
9909
11538
  "branch-slot-picker": [
9910
11539
  "branch-slot-dropdown",
9911
11540
  "shift-portal"
11541
+ ],
11542
+ "branch-date-picker": [
11543
+ "branch-date-dropdown",
11544
+ "shift-portal"
9912
11545
  ]
9913
11546
  }
9914
11547
  },
@@ -12505,7 +14138,8 @@
12505
14138
  "form-phone-number",
12506
14139
  "form-select",
12507
14140
  "form-picker-input",
12508
- "branch-slot-picker"
14141
+ "branch-slot-picker",
14142
+ "branch-date-picker"
12509
14143
  ],
12510
14144
  "dependencyGraph": {
12511
14145
  "service-booking-form": [
@@ -12523,7 +14157,8 @@
12523
14157
  "form-phone-number",
12524
14158
  "form-select",
12525
14159
  "form-picker-input",
12526
- "branch-slot-picker"
14160
+ "branch-slot-picker",
14161
+ "branch-date-picker"
12527
14162
  ],
12528
14163
  "form-structure": [
12529
14164
  "form-structure-error",
@@ -12550,6 +14185,10 @@
12550
14185
  "branch-slot-picker": [
12551
14186
  "branch-slot-dropdown",
12552
14187
  "shift-portal"
14188
+ ],
14189
+ "branch-date-picker": [
14190
+ "branch-date-dropdown",
14191
+ "shift-portal"
12553
14192
  ]
12554
14193
  }
12555
14194
  },
@@ -13009,12 +14648,16 @@
13009
14648
  "parts": [],
13010
14649
  "states": [],
13011
14650
  "dependents": [
14651
+ "branch-date-picker",
13012
14652
  "branch-slot-picker",
13013
14653
  "form-structure",
13014
14654
  "shift-select"
13015
14655
  ],
13016
14656
  "dependencies": [],
13017
14657
  "dependencyGraph": {
14658
+ "branch-date-picker": [
14659
+ "shift-portal"
14660
+ ],
13018
14661
  "branch-slot-picker": [
13019
14662
  "shift-portal"
13020
14663
  ],
@@ -15315,7 +16958,8 @@
15315
16958
  "form-phone-number",
15316
16959
  "form-select",
15317
16960
  "form-picker-input",
15318
- "branch-slot-picker"
16961
+ "branch-slot-picker",
16962
+ "branch-date-picker"
15319
16963
  ],
15320
16964
  "dependencyGraph": {
15321
16965
  "ssc-lookup-form": [
@@ -15333,7 +16977,8 @@
15333
16977
  "form-phone-number",
15334
16978
  "form-select",
15335
16979
  "form-picker-input",
15336
- "branch-slot-picker"
16980
+ "branch-slot-picker",
16981
+ "branch-date-picker"
15337
16982
  ],
15338
16983
  "form-structure": [
15339
16984
  "form-structure-error",
@@ -15360,6 +17005,10 @@
15360
17005
  "branch-slot-picker": [
15361
17006
  "branch-slot-dropdown",
15362
17007
  "shift-portal"
17008
+ ],
17009
+ "branch-date-picker": [
17010
+ "branch-date-dropdown",
17011
+ "shift-portal"
15363
17012
  ]
15364
17013
  }
15365
17014
  },
@@ -15921,7 +17570,8 @@
15921
17570
  "form-phone-number",
15922
17571
  "form-select",
15923
17572
  "form-picker-input",
15924
- "branch-slot-picker"
17573
+ "branch-slot-picker",
17574
+ "branch-date-picker"
15925
17575
  ],
15926
17576
  "dependencyGraph": {
15927
17577
  "test-drive-form": [
@@ -15939,7 +17589,8 @@
15939
17589
  "form-phone-number",
15940
17590
  "form-select",
15941
17591
  "form-picker-input",
15942
- "branch-slot-picker"
17592
+ "branch-slot-picker",
17593
+ "branch-date-picker"
15943
17594
  ],
15944
17595
  "form-structure": [
15945
17596
  "form-structure-error",
@@ -15966,6 +17617,10 @@
15966
17617
  "branch-slot-picker": [
15967
17618
  "branch-slot-dropdown",
15968
17619
  "shift-portal"
17620
+ ],
17621
+ "branch-date-picker": [
17622
+ "branch-date-dropdown",
17623
+ "shift-portal"
15969
17624
  ]
15970
17625
  }
15971
17626
  },
@@ -23432,7 +25087,7 @@
23432
25087
  "path": "src/features/form-hook/index.ts"
23433
25088
  },
23434
25089
  "src/components/form-elements/branch-slot-dropdown.tsx::BranchSlotDay": {
23435
- "declaration": "export interface BranchSlotDay {\n date: string;\n times: string[];\n}",
25090
+ "declaration": "export interface BranchSlotDay {\n date: string;\n times: string[];\n /**\n * Returned by the branch but not bookable — a blackout date or a weekday the\n * deployment never takes bookings on. Rendered greyed rather than removed so\n * the customer sees the day exists.\n */\n disabled?: boolean;\n}",
23436
25091
  "docstring": "One day, already de-duplicated and sorted by the picker.",
23437
25092
  "path": "src/components/form-elements/branch-slot-dropdown.tsx"
23438
25093
  },
@@ -23441,6 +25096,16 @@
23441
25096
  "docstring": "",
23442
25097
  "path": "src/components/form-elements/branch-slot-dropdown.tsx"
23443
25098
  },
25099
+ "src/components/form-elements/branch-date-dropdown.tsx::BranchDateStep": {
25100
+ "declaration": "export type BranchDateStep = 'date' | 'time';",
25101
+ "docstring": "",
25102
+ "path": "src/components/form-elements/branch-date-dropdown.tsx"
25103
+ },
25104
+ "src/components/form-elements/branch-date-dropdown.tsx::BranchDateDropdownCopy": {
25105
+ "declaration": "export interface BranchDateDropdownCopy {\n date: string;\n time: string;\n slots: string;\n empty: string;\n error: string;\n retry: string;\n back: string;\n noTimes: string;\n closed: string;\n}",
25106
+ "docstring": "",
25107
+ "path": "src/components/form-elements/branch-date-dropdown.tsx"
25108
+ },
23444
25109
  "src/components/form-elements/branch-slot-picker.tsx::BranchSlotSelection": {
23445
25110
  "declaration": "export interface BranchSlotSelection {\n /** `2026-08-13` */\n date: string;\n /** Exactly what the API sent, e.g. `2026-08-13 09:00 AM`. */\n raw: string;\n /** `2026-08-13T09:00` — what goes on the wire to the ticket. */\n value: string;\n}",
23446
25111
  "docstring": "",