adp-web-components 0.3.19 → 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 (346) 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-DL7oNhTD.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-BuK1vyX4.js → get-local-language-DI_UK6D5.js} +1 -1
  13. package/dist/cjs/{get-mock-files-D0TNQtTV.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 +2 -2
  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 +10 -10
  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/vehicle-accessories_8.cjs.entry.js +21 -21
  31. package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
  32. package/dist/cjs/vehicle-quotation-form.cjs.entry.js +17 -18
  33. package/dist/collection/collection-manifest.json +2 -0
  34. package/dist/collection/components/components/empty.css +1 -1
  35. package/dist/collection/components/components/flexible-container.css +1 -1
  36. package/dist/collection/components/components/flexible-container.js +2 -2
  37. package/dist/collection/components/components/information-table.css +1 -1
  38. package/dist/collection/components/components/loading-spinner.css +1 -1
  39. package/dist/collection/components/components/loading-spinner.js +1 -1
  40. package/dist/collection/components/components/shift-accordion.css +1 -1
  41. package/dist/collection/components/components/shift-accordion.js +1 -1
  42. package/dist/collection/components/components/shift-checkbox.js +1 -1
  43. package/dist/collection/components/components/shift-portal.css +1 -1
  44. package/dist/collection/components/components/shift-select-dropdown.css +1 -1
  45. package/dist/collection/components/components/shift-select-dropdown.js +2 -2
  46. package/dist/collection/components/components/shift-select.css +1 -1
  47. package/dist/collection/components/components/shift-select.js +3 -3
  48. package/dist/collection/components/components/shift-slider.css +1 -1
  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/vehicle-accessories.css +1 -1
  100. package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +2 -2
  101. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
  102. package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +5 -5
  103. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
  104. package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +6 -6
  105. package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
  106. package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
  107. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
  108. package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +2 -2
  109. package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
  110. package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +1 -1
  111. package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
  112. package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
  113. package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
  114. package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.css +1 -1
  115. package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.js +1 -1
  116. package/dist/collection/components/vin-extractor/vin-extractor.css +1 -1
  117. package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
  118. package/dist/collection/features/form-hook/functions.js +42 -18
  119. package/dist/collection/global/lib/slot-day-rules.js +65 -0
  120. package/dist/collection/templates/assets/favicon.svg +17 -0
  121. package/dist/collection/templates/forms/docs-content/params.js +1199 -0
  122. package/dist/collection/templates/forms/docs-content/structure.js +1153 -0
  123. package/dist/collection/templates/forms/docs-content/theming.js +1240 -0
  124. package/dist/collection/templates/harness.js +595 -84
  125. package/dist/collection/templates/highlight.js +194 -0
  126. package/dist/collection/templates/nav.js +320 -0
  127. package/dist/collection/templates/site-header.js +642 -0
  128. package/dist/collection/templates/site-locales.js +771 -0
  129. package/dist/components/branch-date-dropdown.d.ts +11 -0
  130. package/dist/components/branch-date-dropdown.js +5 -0
  131. package/dist/components/branch-date-picker.d.ts +11 -0
  132. package/dist/components/branch-date-picker.js +5 -0
  133. package/dist/components/branch-slot-dropdown.js +1 -1
  134. package/dist/components/branch-slot-picker.js +1 -1
  135. package/dist/components/dead-stock-lookup.js +1 -1
  136. package/dist/components/distributor-lookup.js +1 -1
  137. package/dist/components/flexible-container.js +1 -1
  138. package/dist/components/form-checkbox.js +1 -1
  139. package/dist/components/form-date-picker.js +1 -1
  140. package/dist/components/form-dialog.js +1 -1
  141. package/dist/components/form-file.js +1 -1
  142. package/dist/components/form-input-preview.js +1 -1
  143. package/dist/components/form-input.js +1 -1
  144. package/dist/components/form-phone-number.js +1 -1
  145. package/dist/components/form-picker-input.js +1 -1
  146. package/dist/components/form-select.js +1 -1
  147. package/dist/components/form-shadow-input.js +1 -1
  148. package/dist/components/form-stepper-control.js +1 -1
  149. package/dist/components/form-stepper-submit.js +1 -1
  150. package/dist/components/form-stepper.js +1 -1
  151. package/dist/components/form-structure-error.js +1 -1
  152. package/dist/components/form-structure.js +1 -1
  153. package/dist/components/form-submit.js +1 -1
  154. package/dist/components/form-switch.js +1 -1
  155. package/dist/components/form-text-area.js +1 -1
  156. package/dist/components/form-time-picker.js +1 -1
  157. package/dist/components/form-vin-input.js +1 -1
  158. package/dist/components/general-form.js +1 -1
  159. package/dist/components/general-inquiry-form.js +1 -1
  160. package/dist/components/information-table.js +1 -1
  161. package/dist/components/loading-spinner.js +1 -1
  162. package/dist/components/manufacturer-lookup.js +1 -1
  163. package/dist/components/manufacturer-part-lookup.js +1 -1
  164. package/dist/components/p--lk4OUJg.js +5 -0
  165. package/dist/components/{p-DbnN292R.js → p-38ox9qxm.js} +1 -1
  166. package/dist/components/p-5OD_mwiD.js +5 -0
  167. package/dist/components/{p-l2FHTMzv.js → p-68bjv9gT.js} +1 -1
  168. package/dist/components/p-B0_5_VvS.js +5 -0
  169. package/dist/components/p-B1xVBTqj.js +5 -0
  170. package/dist/components/{p-B7G2HjX0.js → p-B2bD-55K.js} +1 -1
  171. package/dist/components/{p-BKzXBxxc.js → p-BI5NL1Rh.js} +1 -1
  172. package/dist/components/{p-CL5G_ZDE.js → p-BPXRokES.js} +1 -1
  173. package/dist/components/{p-D7Sj02XY.js → p-BULuujHY.js} +1 -1
  174. package/dist/components/{p-CC16uGpN.js → p-BWlX-Nz-.js} +1 -1
  175. package/dist/components/p-Bc5HIbcj.js +5 -0
  176. package/dist/components/p-BcWJAP8j.js +5 -0
  177. package/dist/components/p-BpB_86n0.js +5 -0
  178. package/dist/components/p-BpHkd1L9.js +5 -0
  179. package/dist/components/{p-Qh1y1RV2.js → p-BsnGFZeT.js} +1 -1
  180. package/dist/components/{p-Dd_Xnn2b.js → p-BvLVCp-j.js} +1 -1
  181. package/dist/components/p-C3KLOUbk.js +5 -0
  182. package/dist/components/{p-BaZAgTxG.js → p-CJtTHErI.js} +1 -1
  183. package/dist/components/{p-R_rAJ4hF.js → p-CMAmzdM7.js} +1 -1
  184. package/dist/components/p-CVpbr1tR.js +5 -0
  185. package/dist/components/{p-6RmAcc2q.js → p-CXbi5iPZ.js} +1 -1
  186. package/dist/components/p-C_1_eN4N.js +5 -0
  187. package/dist/components/{p-B9xLzbPr.js → p-Ce2mazYo.js} +1 -1
  188. package/dist/components/p-Cg6Prz81.js +5 -0
  189. package/dist/components/{p-CwbJMZVZ.js → p-Cpjvk1pk.js} +1 -1
  190. package/dist/components/p-CqJiXtPb.js +5 -0
  191. package/dist/components/p-CrPyvAdX.js +5 -0
  192. package/dist/components/{p-C6U9Fs9H.js → p-CsU_c7eX.js} +1 -1
  193. package/dist/components/{p-LkNhSGDO.js → p-D42YuMNZ.js} +1 -1
  194. package/dist/components/{p-CIPh05sT.js → p-DCpRGVqe.js} +1 -1
  195. package/dist/components/{p-DcMgXNpe.js → p-DCsMDWbS.js} +1 -1
  196. package/dist/components/{p-B8hl68AM.js → p-DQ0uTCi2.js} +1 -1
  197. package/dist/components/p-DTmI_Yx0.js +5 -0
  198. package/dist/components/p-DnspXuVN.js +5 -0
  199. package/dist/components/p-DqSdjh2n.js +5 -0
  200. package/dist/components/p-Dv2j7fhS.js +5 -0
  201. package/dist/components/{p-C8S2P4sw.js → p-K-OF4DG-.js} +1 -1
  202. package/dist/components/p-KSvRVGk-.js +5 -0
  203. package/dist/components/p-KbiYvxzP.js +5 -0
  204. package/dist/components/{p-B2w49gNR.js → p-OY4Ixaeq.js} +1 -1
  205. package/dist/components/{p-Dsk1SNut.js → p-SIS25ChD.js} +1 -1
  206. package/dist/components/p-Wgb4y0H3.js +5 -0
  207. package/dist/components/p-X3AzJ0KD.js +5 -0
  208. package/dist/components/{p-Cm94OAx9.js → p-bCeQwUKM.js} +1 -1
  209. package/dist/components/p-d3ZIPeEC.js +5 -0
  210. package/dist/components/{p-DpXLfNHS.js → p-ikaUQvOO.js} +1 -1
  211. package/dist/components/p-mbVTvSJF.js +5 -0
  212. package/dist/components/{p-BbQAkWw4.js → p-rQ3Z9EnS.js} +1 -1
  213. package/dist/components/{p-BdPZ7u2w.js → p-uYkn8a0m.js} +1 -1
  214. package/dist/components/part-lookup.js +1 -1
  215. package/dist/components/service-booking-form.js +1 -1
  216. package/dist/components/shift-accordion.js +1 -1
  217. package/dist/components/shift-checkbox.js +1 -1
  218. package/dist/components/shift-portal.js +1 -1
  219. package/dist/components/shift-select-dropdown.js +1 -1
  220. package/dist/components/shift-select.js +1 -1
  221. package/dist/components/shift-slider.js +1 -1
  222. package/dist/components/shift-switch.js +1 -1
  223. package/dist/components/shift-tab-content.js +1 -1
  224. package/dist/components/shift-tabs.js +1 -1
  225. package/dist/components/ssc-lookup-form.js +1 -1
  226. package/dist/components/test-drive-form.js +1 -1
  227. package/dist/components/vehicle-accessories.js +1 -1
  228. package/dist/components/vehicle-claimable-items.js +1 -1
  229. package/dist/components/vehicle-item-claim-form.js +1 -1
  230. package/dist/components/vehicle-lookup.js +1 -1
  231. package/dist/components/vehicle-paint-thickness.js +1 -1
  232. package/dist/components/vehicle-quotation-form.js +1 -1
  233. package/dist/components/vehicle-sale-information.js +1 -1
  234. package/dist/components/vehicle-service-history.js +1 -1
  235. package/dist/components/vehicle-specification.js +1 -1
  236. package/dist/components/vehicle-warranty-details.js +1 -1
  237. package/dist/components/vehicle-warranty-timeline.js +1 -1
  238. package/dist/components/vin-extractor.js +1 -1
  239. package/dist/esm/{branch-slot-dropdown_15.entry.js → branch-date-dropdown_17.entry.js} +957 -69
  240. package/dist/esm/dead-stock-lookup_3.entry.js +9 -9
  241. package/dist/esm/flexible-container.entry.js +3 -3
  242. package/dist/esm/form-checkbox.entry.js +2 -2
  243. package/dist/esm/form-date-picker.entry.js +5 -5
  244. package/dist/esm/form-input_7.entry.js +21 -19
  245. package/dist/esm/form-switch.entry.js +2 -2
  246. package/dist/esm/form-time-picker.entry.js +6 -6
  247. package/dist/esm/{functions-Ccrile_u.js → functions-DSwc1YVL.js} +44 -20
  248. package/dist/esm/general-form.entry.js +6 -6
  249. package/dist/esm/general-inquiry-form.entry.js +6 -6
  250. package/dist/esm/{get-local-language-oNw84Rsz.js → get-local-language-DdSAPSCV.js} +1 -1
  251. package/dist/esm/{get-mock-files-C26lznN1.js → get-mock-files-D4naDetb.js} +1 -1
  252. package/dist/esm/information-table.entry.js +1 -1
  253. package/dist/esm/loader.js +1 -1
  254. package/dist/esm/loading-spinner.entry.js +2 -2
  255. package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
  256. package/dist/esm/{mappers-9IKbvPiR.js → mappers-CZs2R7k6.js} +54 -18
  257. package/dist/esm/part-lookup.entry.js +2 -2
  258. package/dist/esm/service-booking-form.entry.js +6 -6
  259. package/dist/esm/shift-accordion.entry.js +2 -2
  260. package/dist/esm/shift-checkbox.entry.js +2 -2
  261. package/dist/esm/shift-components.js +1 -1
  262. package/dist/esm/shift-slider.entry.js +2 -2
  263. package/dist/esm/shift-switch.entry.js +2 -2
  264. package/dist/esm/shift-tab-content.entry.js +2 -2
  265. package/dist/esm/shift-tabs_2.entry.js +10 -10
  266. package/dist/esm/ssc-lookup-form.entry.js +6 -6
  267. package/dist/esm/test-drive-form.entry.js +6 -6
  268. package/dist/esm/vehicle-accessories_8.entry.js +21 -21
  269. package/dist/esm/vehicle-lookup.entry.js +3 -3
  270. package/dist/esm/vehicle-quotation-form.entry.js +17 -18
  271. package/dist/integration-manifest.json +1 -1
  272. package/dist/shift-components/{p-9b13a82b.entry.js → p-0b576888.entry.js} +1 -1
  273. package/dist/shift-components/p-11ffa908.entry.js +5 -0
  274. package/dist/shift-components/{p-f2a546db.entry.js → p-152057de.entry.js} +1 -1
  275. package/dist/shift-components/p-198333fa.entry.js +5 -0
  276. package/dist/shift-components/{p-d58404bd.entry.js → p-247ac2db.entry.js} +1 -1
  277. package/dist/shift-components/{p-d59276b6.entry.js → p-295e445f.entry.js} +1 -1
  278. package/dist/shift-components/p-431522f2.entry.js +5 -0
  279. package/dist/shift-components/{p-c9ba7fd5.entry.js → p-49dc6d73.entry.js} +1 -1
  280. package/dist/shift-components/{p-eb265a3e.entry.js → p-4b6f801a.entry.js} +1 -1
  281. package/dist/shift-components/{p-0da97a29.entry.js → p-4cdeab63.entry.js} +1 -1
  282. package/dist/shift-components/{p-31718ec2.entry.js → p-52530fba.entry.js} +1 -1
  283. package/dist/shift-components/p-5ad4d072.entry.js +5 -0
  284. package/dist/shift-components/{p-3aad8840.entry.js → p-5e8e5ed7.entry.js} +1 -1
  285. package/dist/shift-components/{p-09a0fd99.entry.js → p-68e41217.entry.js} +1 -1
  286. package/dist/shift-components/{p-a15fdf1e.entry.js → p-76b0ea8c.entry.js} +1 -1
  287. package/dist/shift-components/{p-68722c7b.entry.js → p-85d43a41.entry.js} +1 -1
  288. package/dist/shift-components/p-B9INqdFT.js +5 -0
  289. package/dist/shift-components/{p-urLq-GEs.js → p-D2Ofzg_i.js} +1 -1
  290. package/dist/shift-components/p-DDtDRGFL.js +5 -0
  291. package/dist/shift-components/{p-BugYpTL6.js → p-OfPuHUYc.js} +1 -1
  292. package/dist/shift-components/p-b44b2c00.entry.js +5 -0
  293. package/dist/shift-components/{p-1355934b.entry.js → p-b4544d10.entry.js} +1 -1
  294. package/dist/shift-components/{p-e90c354a.entry.js → p-bfe0661c.entry.js} +1 -1
  295. package/dist/shift-components/{p-138af7f3.entry.js → p-c7fc8d5f.entry.js} +1 -1
  296. package/dist/shift-components/{p-30e84a3b.entry.js → p-ca0683e9.entry.js} +1 -1
  297. package/dist/shift-components/{p-53cd54e8.entry.js → p-cbdc1c2e.entry.js} +1 -1
  298. package/dist/shift-components/p-d3bbba07.entry.js +5 -0
  299. package/dist/shift-components/{p-63713eae.entry.js → p-df0c7ac1.entry.js} +1 -1
  300. package/dist/shift-components/p-f4679148.entry.js +5 -0
  301. package/dist/shift-components/{p-729d8d4b.entry.js → p-feb443ec.entry.js} +1 -1
  302. package/dist/shift-components/shift-components.esm.js +1 -1
  303. package/dist/stencil-docs.json +1677 -12
  304. package/dist/templates/production-host/vehicle-service-history.html +14 -0
  305. package/dist/types/components/form-elements/branch-date-dropdown.d.ts +74 -0
  306. package/dist/types/components/form-elements/branch-date-picker.d.ts +174 -0
  307. package/dist/types/components/form-elements/branch-slot-dropdown.d.ts +6 -0
  308. package/dist/types/components/form-elements/branch-slot-picker.d.ts +27 -0
  309. package/dist/types/components/forms/defaults/mappers.d.ts +15 -9
  310. package/dist/types/components.d.ts +533 -6
  311. package/dist/types/features/form-hook/functions.d.ts +14 -0
  312. package/dist/types/global/lib/slot-day-rules.d.ts +25 -0
  313. package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +2 -2
  314. package/dist/types/locales/vehicleLookup/warrantyTimeline/type.d.ts +4 -4
  315. package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +2 -2
  316. package/package.json +6 -1
  317. package/dist/components/p-1fzw9lBq.js +0 -5
  318. package/dist/components/p-7Gq_FyNj.js +0 -5
  319. package/dist/components/p-8jIkK-Kb.js +0 -5
  320. package/dist/components/p-BUepGDZV.js +0 -5
  321. package/dist/components/p-B__72-PA.js +0 -5
  322. package/dist/components/p-Bb2xDuqh.js +0 -5
  323. package/dist/components/p-Bj3cvdzl.js +0 -5
  324. package/dist/components/p-BvMcY9Sk.js +0 -5
  325. package/dist/components/p-C-yTwaAA.js +0 -5
  326. package/dist/components/p-C8B9jarP.js +0 -5
  327. package/dist/components/p-CCounVqq.js +0 -5
  328. package/dist/components/p-CKwgX_v0.js +0 -5
  329. package/dist/components/p-CPBmhspv.js +0 -5
  330. package/dist/components/p-ClT5CzCZ.js +0 -5
  331. package/dist/components/p-DWjIts4C.js +0 -5
  332. package/dist/components/p-DeipsN8N.js +0 -5
  333. package/dist/components/p-DkagL-e-.js +0 -5
  334. package/dist/components/p-DtZM3yHS.js +0 -5
  335. package/dist/components/p-G7teNuSi.js +0 -5
  336. package/dist/components/p-_apNp6J3.js +0 -5
  337. package/dist/shift-components/p-12e295ba.entry.js +0 -5
  338. package/dist/shift-components/p-323ffb6e.entry.js +0 -5
  339. package/dist/shift-components/p-327fddd8.entry.js +0 -5
  340. package/dist/shift-components/p-34e9053b.entry.js +0 -5
  341. package/dist/shift-components/p-8374f629.entry.js +0 -5
  342. package/dist/shift-components/p-awXOnuq1.js +0 -5
  343. package/dist/shift-components/p-c25a6c0d.entry.js +0 -5
  344. package/dist/shift-components/p-dacdff2a.entry.js +0 -5
  345. package/dist/shift-components/p-hABirfUj.js +0 -5
  346. /package/dist/collection/templates/{vehicle-lookup → prototypes}/prototype-assets/extended-warranty/adp-logo.svg +0 -0
@@ -0,0 +1,682 @@
1
+ /*!
2
+ * Built by ShiftSoftware
3
+ * Copyright (c)
4
+ */
5
+ import { Host, h } from "@stencil/core";
6
+ import cn from "../../global/lib/cn";
7
+ import { ChevronLeftIcon } from "../../global/assets/chevron-left-icon";
8
+ import { ChevronRightIcon } from "../../global/assets/chevron-right-icon";
9
+ /**
10
+ * Panel half of `branch-date-picker`.
11
+ *
12
+ * Two panes on one horizontal track — a month grid, then that day's times —
13
+ * rather than the two stacked sections `branch-slot-dropdown` uses. Only one
14
+ * decision is on screen at a time, which is the point of the date-picker
15
+ * variant: a customer who has met a month calendar before recognises step one
16
+ * immediately, and step two arrives already scoped to the day they picked.
17
+ *
18
+ * Mounted on `document.body` by `shift-portal` and positioned through the
19
+ * `--branch-date-*` variables the picker sets, exactly as the slot panel is.
20
+ */
21
+ export class BranchDateDropdown {
22
+ constructor() {
23
+ this.name = '';
24
+ this.isOpen = false;
25
+ this.direction = 'ltr';
26
+ this.status = 'idle';
27
+ /** Bookable days, already de-duplicated, sorted and rule-marked by the picker. */
28
+ this.days = [];
29
+ /** The month on screen, as `YYYY-MM`. */
30
+ this.monthKey = '';
31
+ /** `1` when the last month change went forward, `-1` back. Drives the slide. */
32
+ this.monthDirection = 1;
33
+ this.canGoPrev = false;
34
+ this.canGoNext = false;
35
+ this.step = 'date';
36
+ this.activeDate = '';
37
+ this.selectedRaw = '';
38
+ this.today = '';
39
+ /** `0` Sunday … `6` Saturday — resolved from the locale by the picker. */
40
+ this.weekStart = 1;
41
+ this.idleText = '';
42
+ this.containerEl = null;
43
+ }
44
+ componentDidLoad() {
45
+ var _a;
46
+ (_a = this.setElementRef) === null || _a === void 0 ? void 0 : _a.call(this, this.containerEl);
47
+ }
48
+ disconnectedCallback() {
49
+ var _a;
50
+ (_a = this.setElementRef) === null || _a === void 0 ? void 0 : _a.call(this, null);
51
+ }
52
+ get dayMap() {
53
+ return this.days.reduce((map, day) => {
54
+ map[day.date] = day;
55
+ return map;
56
+ }, {});
57
+ }
58
+ /**
59
+ * The visible month as a flat list of ISO dates, padded with nulls so the
60
+ * first of the month lands under its own weekday column.
61
+ */
62
+ monthCells() {
63
+ if (!this.monthKey)
64
+ return [];
65
+ const [year, month] = this.monthKey.split('-').map(part => parseInt(part, 10));
66
+ // Day 0 of the next month is the last day of this one.
67
+ const length = new Date(year, month, 0).getDate();
68
+ // Midday, so a negative-offset zone cannot roll the first back into last month.
69
+ const lead = (new Date(year, month - 1, 1, 12).getDay() - this.weekStart + 7) % 7;
70
+ const cells = new Array(lead).fill(null);
71
+ for (let day = 1; day <= length; day++)
72
+ cells.push(`${this.monthKey}-${String(day).padStart(2, '0')}`);
73
+ // Always six rows. Some months need five and some need six, and letting the
74
+ // grid choose makes the panel change height as you page through months.
75
+ while (cells.length < 42)
76
+ cells.push(null);
77
+ return cells;
78
+ }
79
+ renderMessage(text, isError = false) {
80
+ const identifier = cn(`${this.name}-date-empty-container branch-date-empty-container`, {
81
+ 'branch-date-empty-container-error': isError,
82
+ });
83
+ return (h("div", { part: identifier, class: identifier }, h("div", null, text, isError && (h("div", null, h("button", { type: "button", class: "branch-date-retry", part: `${this.name}-date-retry branch-date-retry`, onClick: () => this.handleRetry() }, this.copy.retry))))));
84
+ }
85
+ renderSkeleton() {
86
+ return (h("div", { class: "branch-date-pane" }, h("div", { class: "branch-date-pane-inner" }, h("div", { class: "branch-date-monthbar" }, h("div", { class: "branch-date-skeleton branch-date-skeleton-title" })), h("div", { class: "branch-date-grid" }, Array.from({ length: 35 }).map((_, index) => (h("div", { key: index, class: "branch-date-skeleton branch-date-skeleton-cell" })))))));
87
+ }
88
+ renderCalendarPane() {
89
+ const map = this.dayMap;
90
+ const enterClass = this.monthDirection < 0 ? 'branch-date-enter-back' : 'branch-date-enter-forward';
91
+ return (h("div", { class: "branch-date-pane" }, h("div", { class: "branch-date-pane-inner" }, h("div", { class: "branch-date-monthbar" }, h("button", { type: "button", class: "branch-date-nav", part: `${this.name}-date-prev branch-date-nav`, disabled: !this.canGoPrev, onClick: () => this.handleMonth(-1) }, h(ChevronLeftIcon, { class: "branch-date-nav-icon" })), h("span", { key: this.monthKey, class: cn('branch-date-month', enterClass) }, this.formatMonth(this.monthKey)), h("button", { type: "button", class: "branch-date-nav", part: `${this.name}-date-next branch-date-nav`, disabled: !this.canGoNext, onClick: () => this.handleMonth(1) }, h(ChevronRightIcon, { class: "branch-date-nav-icon" }))), h("div", { class: "branch-date-dows", "aria-hidden": "true" }, Array.from({ length: 7 }).map((_, index) => (h("span", { key: index, class: "branch-date-dow" }, this.formatWeekday((this.weekStart + index) % 7))))), h("div", { key: this.monthKey, class: cn('branch-date-grid', enterClass), role: "grid", "aria-label": this.copy.date }, this.monthCells().map((date, index) => {
92
+ if (!date)
93
+ return h("span", { key: `pad-${index}`, class: "branch-date-cell-pad" });
94
+ const entry = map[date];
95
+ // Three outcomes, two of them dead ends: bookable, blocked by a rule,
96
+ // or never offered at all — outside the window, or a closed day.
97
+ const isBlocked = !!(entry === null || entry === void 0 ? void 0 : entry.disabled);
98
+ const isBookable = !!entry && !isBlocked;
99
+ const isSelected = date === this.activeDate;
100
+ const identifier = cn(`${this.name}-date-cell branch-date-cell`, {
101
+ 'branch-date-cell-open': isBookable,
102
+ 'branch-date-cell-blocked': isBlocked,
103
+ 'branch-date-cell-off': !entry,
104
+ 'branch-date-cell-today': date === this.today,
105
+ 'branch-date-cell-selected': isSelected && isBookable,
106
+ });
107
+ return (h("button", { key: date, type: "button", part: identifier, class: identifier, disabled: !isBookable, "aria-disabled": isBookable ? 'false' : 'true', "aria-pressed": isSelected && isBookable ? 'true' : 'false', title: isBlocked ? this.copy.closed : undefined, onClick: () => isBookable && this.handleDate(date) }, this.formatDay(date, { day: 'numeric' })));
108
+ })))));
109
+ }
110
+ renderTimePane() {
111
+ var _a;
112
+ const active = this.days.find(day => day.date === this.activeDate && !day.disabled);
113
+ const times = (_a = active === null || active === void 0 ? void 0 : active.times) !== null && _a !== void 0 ? _a : [];
114
+ return (h("div", { class: "branch-date-pane" }, h("div", { class: "branch-date-pane-inner" }, h("div", { class: "branch-date-monthbar" }, h("button", { type: "button", class: "branch-date-back", part: `${this.name}-date-back branch-date-back`, onClick: () => this.handleBack() }, h(ChevronLeftIcon, { class: "branch-date-nav-icon" }), h("span", null, this.copy.back)), h("span", { class: "branch-date-count" }, times.length, " ", this.copy.slots)), h("div", { class: "branch-date-chosen" }, this.activeDate ? this.formatDay(this.activeDate, { weekday: 'long', day: 'numeric', month: 'long' }) : ''), !times.length && h("div", { class: "branch-date-notimes" }, this.copy.noTimes), h("div", { class: "branch-date-times", role: "radiogroup", "aria-label": this.copy.time }, times.map((raw, index) => {
115
+ const isSelected = raw === this.selectedRaw;
116
+ const identifier = cn(`${this.name}-date-time branch-date-time`, { 'branch-date-time-selected': isSelected });
117
+ return (h("button", { key: raw, type: "button", role: "radio", part: identifier, class: identifier, "aria-checked": isSelected ? 'true' : 'false',
118
+ // Capped, or a branch with a long ladder lands its last chip half
119
+ // a second after its first.
120
+ style: { animationDelay: `${Math.min(index, 11) * 24}ms` }, onClick: () => this.handleTime(raw) }, this.displayTime(raw)));
121
+ })))));
122
+ }
123
+ render() {
124
+ const containerIdentifiers = cn(`${this.name}-date-container branch-date-container`, {
125
+ 'branch-date-container-open': this.isOpen,
126
+ });
127
+ const backdropIdentifiers = cn(`${this.name}-date-backdrop branch-date-backdrop`, {
128
+ 'branch-date-backdrop-open': this.isOpen,
129
+ });
130
+ return (h(Host, { key: 'a8553c379c1b91fc804c811fe2d6c3db0e556887' }, h("div", { key: 'b29a42fa92b244a0f526c74c8f6a5b49242abf63', part: backdropIdentifiers, class: backdropIdentifiers, onClick: () => { var _a; return (_a = this.handleDismiss) === null || _a === void 0 ? void 0 : _a.call(this); } }), h("div", { key: '2cd62103a893c81881d41e968547226b9aff010f', dir: this.direction, part: containerIdentifiers, class: containerIdentifiers,
131
+ // Keeps a scroll gesture inside the panel instead of moving the page
132
+ // behind it — the panel is a child of <body>, not of the field.
133
+ onWheel: event => event.stopPropagation(), onTouchMove: event => event.stopPropagation(), ref: el => (this.containerEl = el) }, this.status === 'idle' && this.renderMessage(this.idleText || ''), this.status === 'loading' && this.renderSkeleton(), this.status === 'empty' && this.renderMessage(this.copy.empty), this.status === 'error' && this.renderMessage(this.copy.error, true), this.status === 'ready' && (h("div", { key: 'b9aba9a7ddf87f10715b8bf63e88951e1d54e892', class: "branch-date-body" }, h("div", { key: '394dacc1aede8c081a6dee697ced96c065eafcef', class: cn('branch-date-track', { 'branch-date-track-time': this.step === 'time' }) }, this.renderCalendarPane(), this.renderTimePane()))))));
134
+ }
135
+ static get is() { return "branch-date-dropdown"; }
136
+ static get encapsulation() { return "shadow"; }
137
+ static get originalStyleUrls() {
138
+ return {
139
+ "$": ["branch-date-dropdown.css"]
140
+ };
141
+ }
142
+ static get styleUrls() {
143
+ return {
144
+ "$": ["branch-date-dropdown.css"]
145
+ };
146
+ }
147
+ static get properties() {
148
+ return {
149
+ "name": {
150
+ "type": "string",
151
+ "mutable": false,
152
+ "complexType": {
153
+ "original": "string",
154
+ "resolved": "string",
155
+ "references": {}
156
+ },
157
+ "required": false,
158
+ "optional": true,
159
+ "docs": {
160
+ "tags": [],
161
+ "text": ""
162
+ },
163
+ "getter": false,
164
+ "setter": false,
165
+ "reflect": false,
166
+ "attribute": "name",
167
+ "defaultValue": "''"
168
+ },
169
+ "isOpen": {
170
+ "type": "boolean",
171
+ "mutable": false,
172
+ "complexType": {
173
+ "original": "boolean",
174
+ "resolved": "boolean",
175
+ "references": {}
176
+ },
177
+ "required": false,
178
+ "optional": false,
179
+ "docs": {
180
+ "tags": [],
181
+ "text": ""
182
+ },
183
+ "getter": false,
184
+ "setter": false,
185
+ "reflect": false,
186
+ "attribute": "is-open",
187
+ "defaultValue": "false"
188
+ },
189
+ "direction": {
190
+ "type": "string",
191
+ "mutable": false,
192
+ "complexType": {
193
+ "original": "string",
194
+ "resolved": "string",
195
+ "references": {}
196
+ },
197
+ "required": false,
198
+ "optional": false,
199
+ "docs": {
200
+ "tags": [],
201
+ "text": ""
202
+ },
203
+ "getter": false,
204
+ "setter": false,
205
+ "reflect": false,
206
+ "attribute": "direction",
207
+ "defaultValue": "'ltr'"
208
+ },
209
+ "status": {
210
+ "type": "string",
211
+ "mutable": false,
212
+ "complexType": {
213
+ "original": "'idle' | 'loading' | 'ready' | 'empty' | 'error'",
214
+ "resolved": "\"empty\" | \"error\" | \"idle\" | \"loading\" | \"ready\"",
215
+ "references": {}
216
+ },
217
+ "required": false,
218
+ "optional": false,
219
+ "docs": {
220
+ "tags": [],
221
+ "text": ""
222
+ },
223
+ "getter": false,
224
+ "setter": false,
225
+ "reflect": false,
226
+ "attribute": "status",
227
+ "defaultValue": "'idle'"
228
+ },
229
+ "days": {
230
+ "type": "unknown",
231
+ "mutable": false,
232
+ "complexType": {
233
+ "original": "BranchSlotDay[]",
234
+ "resolved": "BranchSlotDay[]",
235
+ "references": {
236
+ "BranchSlotDay": {
237
+ "location": "import",
238
+ "path": "./branch-slot-dropdown",
239
+ "id": "src/components/form-elements/branch-slot-dropdown.tsx::BranchSlotDay",
240
+ "referenceLocation": "BranchSlotDay"
241
+ }
242
+ }
243
+ },
244
+ "required": false,
245
+ "optional": false,
246
+ "docs": {
247
+ "tags": [],
248
+ "text": "Bookable days, already de-duplicated, sorted and rule-marked by the picker."
249
+ },
250
+ "getter": false,
251
+ "setter": false,
252
+ "defaultValue": "[]"
253
+ },
254
+ "monthKey": {
255
+ "type": "string",
256
+ "mutable": false,
257
+ "complexType": {
258
+ "original": "string",
259
+ "resolved": "string",
260
+ "references": {}
261
+ },
262
+ "required": false,
263
+ "optional": false,
264
+ "docs": {
265
+ "tags": [],
266
+ "text": "The month on screen, as `YYYY-MM`."
267
+ },
268
+ "getter": false,
269
+ "setter": false,
270
+ "reflect": false,
271
+ "attribute": "month-key",
272
+ "defaultValue": "''"
273
+ },
274
+ "monthDirection": {
275
+ "type": "number",
276
+ "mutable": false,
277
+ "complexType": {
278
+ "original": "number",
279
+ "resolved": "number",
280
+ "references": {}
281
+ },
282
+ "required": false,
283
+ "optional": false,
284
+ "docs": {
285
+ "tags": [],
286
+ "text": "`1` when the last month change went forward, `-1` back. Drives the slide."
287
+ },
288
+ "getter": false,
289
+ "setter": false,
290
+ "reflect": false,
291
+ "attribute": "month-direction",
292
+ "defaultValue": "1"
293
+ },
294
+ "canGoPrev": {
295
+ "type": "boolean",
296
+ "mutable": false,
297
+ "complexType": {
298
+ "original": "boolean",
299
+ "resolved": "boolean",
300
+ "references": {}
301
+ },
302
+ "required": false,
303
+ "optional": false,
304
+ "docs": {
305
+ "tags": [],
306
+ "text": ""
307
+ },
308
+ "getter": false,
309
+ "setter": false,
310
+ "reflect": false,
311
+ "attribute": "can-go-prev",
312
+ "defaultValue": "false"
313
+ },
314
+ "canGoNext": {
315
+ "type": "boolean",
316
+ "mutable": false,
317
+ "complexType": {
318
+ "original": "boolean",
319
+ "resolved": "boolean",
320
+ "references": {}
321
+ },
322
+ "required": false,
323
+ "optional": false,
324
+ "docs": {
325
+ "tags": [],
326
+ "text": ""
327
+ },
328
+ "getter": false,
329
+ "setter": false,
330
+ "reflect": false,
331
+ "attribute": "can-go-next",
332
+ "defaultValue": "false"
333
+ },
334
+ "step": {
335
+ "type": "string",
336
+ "mutable": false,
337
+ "complexType": {
338
+ "original": "BranchDateStep",
339
+ "resolved": "\"date\" | \"time\"",
340
+ "references": {
341
+ "BranchDateStep": {
342
+ "location": "local",
343
+ "path": "/home/vsts/work/1/s/ADP.WebComponents/adp-web-components/src/components/form-elements/branch-date-dropdown.tsx",
344
+ "id": "src/components/form-elements/branch-date-dropdown.tsx::BranchDateStep"
345
+ }
346
+ }
347
+ },
348
+ "required": false,
349
+ "optional": false,
350
+ "docs": {
351
+ "tags": [],
352
+ "text": ""
353
+ },
354
+ "getter": false,
355
+ "setter": false,
356
+ "reflect": false,
357
+ "attribute": "step",
358
+ "defaultValue": "'date'"
359
+ },
360
+ "activeDate": {
361
+ "type": "string",
362
+ "mutable": false,
363
+ "complexType": {
364
+ "original": "string",
365
+ "resolved": "string",
366
+ "references": {}
367
+ },
368
+ "required": false,
369
+ "optional": false,
370
+ "docs": {
371
+ "tags": [],
372
+ "text": ""
373
+ },
374
+ "getter": false,
375
+ "setter": false,
376
+ "reflect": false,
377
+ "attribute": "active-date",
378
+ "defaultValue": "''"
379
+ },
380
+ "selectedRaw": {
381
+ "type": "string",
382
+ "mutable": false,
383
+ "complexType": {
384
+ "original": "string",
385
+ "resolved": "string",
386
+ "references": {}
387
+ },
388
+ "required": false,
389
+ "optional": false,
390
+ "docs": {
391
+ "tags": [],
392
+ "text": ""
393
+ },
394
+ "getter": false,
395
+ "setter": false,
396
+ "reflect": false,
397
+ "attribute": "selected-raw",
398
+ "defaultValue": "''"
399
+ },
400
+ "today": {
401
+ "type": "string",
402
+ "mutable": false,
403
+ "complexType": {
404
+ "original": "string",
405
+ "resolved": "string",
406
+ "references": {}
407
+ },
408
+ "required": false,
409
+ "optional": false,
410
+ "docs": {
411
+ "tags": [],
412
+ "text": ""
413
+ },
414
+ "getter": false,
415
+ "setter": false,
416
+ "reflect": false,
417
+ "attribute": "today",
418
+ "defaultValue": "''"
419
+ },
420
+ "weekStart": {
421
+ "type": "number",
422
+ "mutable": false,
423
+ "complexType": {
424
+ "original": "number",
425
+ "resolved": "number",
426
+ "references": {}
427
+ },
428
+ "required": false,
429
+ "optional": false,
430
+ "docs": {
431
+ "tags": [],
432
+ "text": "`0` Sunday \u2026 `6` Saturday \u2014 resolved from the locale by the picker."
433
+ },
434
+ "getter": false,
435
+ "setter": false,
436
+ "reflect": false,
437
+ "attribute": "week-start",
438
+ "defaultValue": "1"
439
+ },
440
+ "idleText": {
441
+ "type": "string",
442
+ "mutable": false,
443
+ "complexType": {
444
+ "original": "string",
445
+ "resolved": "string",
446
+ "references": {}
447
+ },
448
+ "required": false,
449
+ "optional": true,
450
+ "docs": {
451
+ "tags": [],
452
+ "text": ""
453
+ },
454
+ "getter": false,
455
+ "setter": false,
456
+ "reflect": false,
457
+ "attribute": "idle-text",
458
+ "defaultValue": "''"
459
+ },
460
+ "copy": {
461
+ "type": "unknown",
462
+ "mutable": false,
463
+ "complexType": {
464
+ "original": "BranchDateDropdownCopy",
465
+ "resolved": "BranchDateDropdownCopy",
466
+ "references": {
467
+ "BranchDateDropdownCopy": {
468
+ "location": "local",
469
+ "path": "/home/vsts/work/1/s/ADP.WebComponents/adp-web-components/src/components/form-elements/branch-date-dropdown.tsx",
470
+ "id": "src/components/form-elements/branch-date-dropdown.tsx::BranchDateDropdownCopy"
471
+ }
472
+ }
473
+ },
474
+ "required": true,
475
+ "optional": false,
476
+ "docs": {
477
+ "tags": [],
478
+ "text": ""
479
+ },
480
+ "getter": false,
481
+ "setter": false
482
+ },
483
+ "formatDay": {
484
+ "type": "unknown",
485
+ "mutable": false,
486
+ "complexType": {
487
+ "original": "(date: string, options: Intl.DateTimeFormatOptions) => string",
488
+ "resolved": "(date: string, options: DateTimeFormatOptions) => string",
489
+ "references": {
490
+ "Intl": {
491
+ "location": "global",
492
+ "id": "global::Intl"
493
+ }
494
+ }
495
+ },
496
+ "required": true,
497
+ "optional": false,
498
+ "docs": {
499
+ "tags": [],
500
+ "text": ""
501
+ },
502
+ "getter": false,
503
+ "setter": false
504
+ },
505
+ "formatMonth": {
506
+ "type": "unknown",
507
+ "mutable": false,
508
+ "complexType": {
509
+ "original": "(monthKey: string) => string",
510
+ "resolved": "(monthKey: string) => string",
511
+ "references": {}
512
+ },
513
+ "required": true,
514
+ "optional": false,
515
+ "docs": {
516
+ "tags": [],
517
+ "text": ""
518
+ },
519
+ "getter": false,
520
+ "setter": false
521
+ },
522
+ "formatWeekday": {
523
+ "type": "unknown",
524
+ "mutable": false,
525
+ "complexType": {
526
+ "original": "(weekday: number) => string",
527
+ "resolved": "(weekday: number) => string",
528
+ "references": {}
529
+ },
530
+ "required": true,
531
+ "optional": false,
532
+ "docs": {
533
+ "tags": [],
534
+ "text": ""
535
+ },
536
+ "getter": false,
537
+ "setter": false
538
+ },
539
+ "displayTime": {
540
+ "type": "unknown",
541
+ "mutable": false,
542
+ "complexType": {
543
+ "original": "(raw: string) => string",
544
+ "resolved": "(raw: string) => string",
545
+ "references": {}
546
+ },
547
+ "required": true,
548
+ "optional": false,
549
+ "docs": {
550
+ "tags": [],
551
+ "text": ""
552
+ },
553
+ "getter": false,
554
+ "setter": false
555
+ },
556
+ "handleMonth": {
557
+ "type": "unknown",
558
+ "mutable": false,
559
+ "complexType": {
560
+ "original": "(delta: number) => void",
561
+ "resolved": "(delta: number) => void",
562
+ "references": {}
563
+ },
564
+ "required": true,
565
+ "optional": false,
566
+ "docs": {
567
+ "tags": [],
568
+ "text": ""
569
+ },
570
+ "getter": false,
571
+ "setter": false
572
+ },
573
+ "handleDate": {
574
+ "type": "unknown",
575
+ "mutable": false,
576
+ "complexType": {
577
+ "original": "(date: string) => void",
578
+ "resolved": "(date: string) => void",
579
+ "references": {}
580
+ },
581
+ "required": true,
582
+ "optional": false,
583
+ "docs": {
584
+ "tags": [],
585
+ "text": ""
586
+ },
587
+ "getter": false,
588
+ "setter": false
589
+ },
590
+ "handleTime": {
591
+ "type": "unknown",
592
+ "mutable": false,
593
+ "complexType": {
594
+ "original": "(raw: string) => void",
595
+ "resolved": "(raw: string) => void",
596
+ "references": {}
597
+ },
598
+ "required": true,
599
+ "optional": false,
600
+ "docs": {
601
+ "tags": [],
602
+ "text": ""
603
+ },
604
+ "getter": false,
605
+ "setter": false
606
+ },
607
+ "handleBack": {
608
+ "type": "unknown",
609
+ "mutable": false,
610
+ "complexType": {
611
+ "original": "() => void",
612
+ "resolved": "() => void",
613
+ "references": {}
614
+ },
615
+ "required": true,
616
+ "optional": false,
617
+ "docs": {
618
+ "tags": [],
619
+ "text": ""
620
+ },
621
+ "getter": false,
622
+ "setter": false
623
+ },
624
+ "handleRetry": {
625
+ "type": "unknown",
626
+ "mutable": false,
627
+ "complexType": {
628
+ "original": "() => void",
629
+ "resolved": "() => void",
630
+ "references": {}
631
+ },
632
+ "required": true,
633
+ "optional": false,
634
+ "docs": {
635
+ "tags": [],
636
+ "text": ""
637
+ },
638
+ "getter": false,
639
+ "setter": false
640
+ },
641
+ "handleDismiss": {
642
+ "type": "unknown",
643
+ "mutable": false,
644
+ "complexType": {
645
+ "original": "() => void",
646
+ "resolved": "() => void",
647
+ "references": {}
648
+ },
649
+ "required": false,
650
+ "optional": true,
651
+ "docs": {
652
+ "tags": [],
653
+ "text": "Tapping the sheet scrim. Unused above 600px, where the scrim is hidden."
654
+ },
655
+ "getter": false,
656
+ "setter": false
657
+ },
658
+ "setElementRef": {
659
+ "type": "unknown",
660
+ "mutable": false,
661
+ "complexType": {
662
+ "original": "(el: HTMLElement | null) => void",
663
+ "resolved": "(el: HTMLElement) => void",
664
+ "references": {
665
+ "HTMLElement": {
666
+ "location": "global",
667
+ "id": "global::HTMLElement"
668
+ }
669
+ }
670
+ },
671
+ "required": false,
672
+ "optional": true,
673
+ "docs": {
674
+ "tags": [],
675
+ "text": ""
676
+ },
677
+ "getter": false,
678
+ "setter": false
679
+ }
680
+ };
681
+ }
682
+ }