adp-web-components 0.3.19 → 0.3.21
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.
- package/dist/cjs/{branch-slot-dropdown_15.cjs.entry.js → branch-date-dropdown_17.cjs.entry.js} +961 -70
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +9 -9
- package/dist/cjs/flexible-container.cjs.entry.js +3 -3
- package/dist/cjs/form-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-date-picker.cjs.entry.js +5 -5
- package/dist/cjs/form-input_7.cjs.entry.js +19 -17
- package/dist/cjs/form-switch.cjs.entry.js +2 -2
- package/dist/cjs/form-time-picker.cjs.entry.js +6 -6
- package/dist/cjs/{functions-DL7oNhTD.js → functions-COlPGX7F.js} +44 -19
- package/dist/cjs/general-form.cjs.entry.js +6 -6
- package/dist/cjs/general-inquiry-form.cjs.entry.js +6 -6
- package/dist/cjs/{get-local-language-BuK1vyX4.js → get-local-language-rWhci9Es.js} +1 -1
- package/dist/cjs/{get-mock-files-D0TNQtTV.js → get-mock-files-Cceb_318.js} +1 -1
- package/dist/cjs/information-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +2 -2
- package/dist/cjs/manufacturer-part-lookup.cjs.entry.js +3 -3
- package/dist/cjs/{mappers-BlH-TAo7.js → mappers-DnWgECCv.js} +54 -18
- package/dist/cjs/part-lookup.cjs.entry.js +2 -2
- package/dist/cjs/service-booking-form.cjs.entry.js +6 -6
- package/dist/cjs/shift-accordion.cjs.entry.js +1 -1
- package/dist/cjs/shift-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/shift-components.cjs.js +1 -1
- package/dist/cjs/shift-slider.cjs.entry.js +1 -1
- package/dist/cjs/shift-switch.cjs.entry.js +2 -2
- package/dist/cjs/shift-tab-content.cjs.entry.js +2 -2
- package/dist/cjs/shift-tabs_2.cjs.entry.js +10 -10
- package/dist/cjs/ssc-lookup-form.cjs.entry.js +6 -6
- package/dist/cjs/test-drive-form.cjs.entry.js +6 -6
- package/dist/cjs/vehicle-accessories_8.cjs.entry.js +21 -21
- package/dist/cjs/vehicle-lookup.cjs.entry.js +3 -3
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +17 -18
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/components/empty.css +1 -1
- package/dist/collection/components/components/flexible-container.css +1 -1
- package/dist/collection/components/components/flexible-container.js +2 -2
- package/dist/collection/components/components/information-table.css +1 -1
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/loading-spinner.js +1 -1
- package/dist/collection/components/components/shift-accordion.js +1 -1
- package/dist/collection/components/components/shift-checkbox.js +1 -1
- package/dist/collection/components/components/shift-portal.css +1 -1
- package/dist/collection/components/components/shift-select-dropdown.js +2 -2
- package/dist/collection/components/components/shift-select.js +3 -3
- package/dist/collection/components/components/shift-slider.js +1 -1
- package/dist/collection/components/components/shift-switch.js +1 -1
- package/dist/collection/components/components/shift-tab-content.css +1 -1
- package/dist/collection/components/components/shift-tab-content.js +1 -1
- package/dist/collection/components/components/shift-tabs.css +1 -1
- package/dist/collection/components/components/shift-tabs.js +2 -2
- package/dist/collection/components/form-elements/branch-date-dropdown.css +1 -0
- package/dist/collection/components/form-elements/branch-date-dropdown.js +682 -0
- package/dist/collection/components/form-elements/branch-date-picker.css +1 -0
- package/dist/collection/components/form-elements/branch-date-picker.js +1197 -0
- package/dist/collection/components/form-elements/branch-slot-dropdown.css +1 -1
- package/dist/collection/components/form-elements/branch-slot-dropdown.js +11 -6
- package/dist/collection/components/form-elements/branch-slot-picker.css +1 -1
- package/dist/collection/components/form-elements/branch-slot-picker.js +166 -18
- package/dist/collection/components/form-elements/form-checkbox.js +1 -1
- package/dist/collection/components/form-elements/form-date-picker-legacy.js +4 -4
- package/dist/collection/components/form-elements/form-dialog.css +1 -1
- package/dist/collection/components/form-elements/form-dialog.js +1 -1
- package/dist/collection/components/form-elements/form-file.js +2 -2
- package/dist/collection/components/form-elements/form-input.js +6 -4
- package/dist/collection/components/form-elements/form-inputs.css +1 -1
- package/dist/collection/components/form-elements/form-phone-number.js +4 -2
- package/dist/collection/components/form-elements/form-picker-input.js +6 -4
- package/dist/collection/components/form-elements/form-shadow-input.js +1 -1
- package/dist/collection/components/form-elements/form-stepper-control.js +2 -2
- package/dist/collection/components/form-elements/form-stepper-submit.js +2 -2
- package/dist/collection/components/form-elements/form-stepper.js +1 -1
- package/dist/collection/components/form-elements/form-structure-error.js +1 -1
- package/dist/collection/components/form-elements/form-structure.js +3 -2
- package/dist/collection/components/form-elements/form-submit.js +2 -2
- package/dist/collection/components/form-elements/form-switch.js +1 -1
- package/dist/collection/components/form-elements/form-text-area.js +6 -4
- package/dist/collection/components/form-elements/form-time-picker-legacy.js +5 -5
- package/dist/collection/components/form-elements/form-vin-input.js +6 -4
- package/dist/collection/components/forms/defaults/mappers.js +54 -18
- package/dist/collection/components/forms/defaults/style.css +1 -1
- package/dist/collection/components/forms/general-form.js +2 -2
- package/dist/collection/components/forms/general-inquiry.js +2 -2
- package/dist/collection/components/forms/service-booking.js +2 -2
- package/dist/collection/components/forms/ssc-lookup.js +2 -2
- package/dist/collection/components/forms/test-drive.js +2 -2
- package/dist/collection/components/forms/vehicle-quotation/themes.css +1 -1
- package/dist/collection/components/forms/vehicle-quotation.js +15 -16
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -1
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +2 -2
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -1
- package/dist/collection/components/part-lookup/distributor-lookup.js +2 -2
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.css +1 -1
- package/dist/collection/components/part-lookup/manufacturer-part-lookup.js +1 -1
- package/dist/collection/components/part-lookup/part-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +5 -5
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +6 -6
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-sale-information.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-timeline.js +1 -1
- package/dist/collection/components/vin-extractor/vin-extractor.css +1 -1
- package/dist/collection/components/vin-extractor/vin-extractor.js +1 -1
- package/dist/collection/features/form-hook/functions.js +42 -18
- package/dist/collection/global/lib/slot-day-rules.js +65 -0
- package/dist/collection/templates/assets/favicon.svg +17 -0
- package/dist/collection/templates/forms/docs-content/params.js +1199 -0
- package/dist/collection/templates/forms/docs-content/structure.js +1153 -0
- package/dist/collection/templates/forms/docs-content/theming.js +1240 -0
- package/dist/collection/templates/harness.js +595 -84
- package/dist/collection/templates/highlight.js +194 -0
- package/dist/collection/templates/nav.js +320 -0
- package/dist/collection/templates/site-header.js +642 -0
- package/dist/collection/templates/site-locales.js +771 -0
- package/dist/components/branch-date-dropdown.d.ts +11 -0
- package/dist/components/branch-date-dropdown.js +5 -0
- package/dist/components/branch-date-picker.d.ts +11 -0
- package/dist/components/branch-date-picker.js +5 -0
- package/dist/components/branch-slot-dropdown.js +1 -1
- package/dist/components/branch-slot-picker.js +1 -1
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.js +1 -1
- package/dist/components/form-checkbox.js +1 -1
- package/dist/components/form-date-picker.js +1 -1
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-file.js +1 -1
- package/dist/components/form-input-preview.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-phone-number.js +1 -1
- package/dist/components/form-picker-input.js +1 -1
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-shadow-input.js +1 -1
- package/dist/components/form-stepper-control.js +1 -1
- package/dist/components/form-stepper-submit.js +1 -1
- package/dist/components/form-stepper.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-submit.js +1 -1
- package/dist/components/form-switch.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/form-time-picker.js +1 -1
- package/dist/components/form-vin-input.js +1 -1
- package/dist/components/general-form.js +1 -1
- package/dist/components/general-inquiry-form.js +1 -1
- package/dist/components/information-table.js +1 -1
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/manufacturer-part-lookup.js +1 -1
- package/dist/components/p--lk4OUJg.js +5 -0
- package/dist/components/p-3450p9UN.js +5 -0
- package/dist/components/{p-Dd_Xnn2b.js → p-3kY-T9ID.js} +1 -1
- package/dist/components/p-40jijfEq.js +5 -0
- package/dist/components/{p-_apNp6J3.js → p-BJrbtmnU.js} +1 -1
- package/dist/components/p-BTt7sEhA.js +5 -0
- package/dist/components/p-BcbFXFPI.js +5 -0
- package/dist/components/{p-DpXLfNHS.js → p-BgJljKxp.js} +1 -1
- package/dist/components/{p-1fzw9lBq.js → p-BiTpOAiT.js} +1 -1
- package/dist/components/p-BoQgpmtN.js +5 -0
- package/dist/components/p-BpHkd1L9.js +5 -0
- package/dist/components/{p-CC16uGpN.js → p-BwKzJeLy.js} +1 -1
- package/dist/components/{p-C8S2P4sw.js → p-BwcxrN3h.js} +1 -1
- package/dist/components/{p-CwbJMZVZ.js → p-C1I6zBo7.js} +1 -1
- package/dist/components/{p-DcMgXNpe.js → p-CC5K40ze.js} +1 -1
- package/dist/components/{p-B8hl68AM.js → p-CDdYNb7K.js} +1 -1
- package/dist/components/p-CE9wNugx.js +5 -0
- package/dist/components/p-CU0gZwVU.js +5 -0
- package/dist/components/{p-BdPZ7u2w.js → p-CUTQhKeo.js} +1 -1
- package/dist/components/{p-BbQAkWw4.js → p-CXigg5tn.js} +1 -1
- package/dist/components/p-CYuQunRn.js +5 -0
- package/dist/components/{p-B9xLzbPr.js → p-Ce2mazYo.js} +1 -1
- package/dist/components/p-CjQ2hRI-.js +5 -0
- package/dist/components/{p-l2FHTMzv.js → p-CjdYtmBI.js} +1 -1
- package/dist/components/{p-C6U9Fs9H.js → p-CmIFPUXD.js} +1 -1
- package/dist/components/{p-ClT5CzCZ.js → p-CsXGhc7r.js} +1 -1
- package/dist/components/{p-7Gq_FyNj.js → p-D1JLecvO.js} +1 -1
- package/dist/components/p-DDhVlLOx.js +5 -0
- package/dist/components/{p-D7Sj02XY.js → p-DFKEx7TJ.js} +1 -1
- package/dist/components/p-DQSUv7pB.js +5 -0
- package/dist/components/{p-Bb2xDuqh.js → p-DU9WzEFX.js} +1 -1
- package/dist/components/{p-LkNhSGDO.js → p-DaQOYb2R.js} +1 -1
- package/dist/components/p-Dd_3uKgv.js +5 -0
- package/dist/components/{p-DbnN292R.js → p-DdgLsuaX.js} +1 -1
- package/dist/components/p-DeeDRJ2C.js +5 -0
- package/dist/components/{p-Dsk1SNut.js → p-Dl0BmrLe.js} +1 -1
- package/dist/components/{p-B2w49gNR.js → p-Dsu3xdDz.js} +1 -1
- package/dist/components/{p-B7G2HjX0.js → p-Dts2Iuoc.js} +1 -1
- package/dist/components/p-DvcOTV3l.js +5 -0
- package/dist/components/{p-BaZAgTxG.js → p-HpXp7TBt.js} +1 -1
- package/dist/components/p-KSvRVGk-.js +5 -0
- package/dist/components/{p-BKzXBxxc.js → p-O0AragmD.js} +1 -1
- package/dist/components/{p-CL5G_ZDE.js → p-OdEwTuBq.js} +1 -1
- package/dist/components/{p-R_rAJ4hF.js → p-UeoCFDF-.js} +1 -1
- package/dist/components/{p-Qh1y1RV2.js → p-Wfd6v4yE.js} +1 -1
- package/dist/components/p-g-v1c-Sz.js +5 -0
- package/dist/components/{p-DtZM3yHS.js → p-kvRYCMvP.js} +1 -1
- package/dist/components/p-nX_t9aCK.js +5 -0
- package/dist/components/p-yWyKiQgx.js +5 -0
- package/dist/components/p-zeGxLJvE.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/shift-accordion.js +1 -1
- package/dist/components/shift-checkbox.js +1 -1
- package/dist/components/shift-portal.js +1 -1
- package/dist/components/shift-select-dropdown.js +1 -1
- package/dist/components/shift-select.js +1 -1
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-switch.js +1 -1
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.js +1 -1
- package/dist/components/ssc-lookup-form.js +1 -1
- package/dist/components/test-drive-form.js +1 -1
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.js +1 -1
- package/dist/components/vehicle-item-claim-form.js +1 -1
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.js +1 -1
- package/dist/components/vehicle-quotation-form.js +1 -1
- package/dist/components/vehicle-sale-information.js +1 -1
- package/dist/components/vehicle-service-history.js +1 -1
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.js +1 -1
- package/dist/components/vehicle-warranty-timeline.js +1 -1
- package/dist/components/vin-extractor.js +1 -1
- package/dist/esm/{branch-slot-dropdown_15.entry.js → branch-date-dropdown_17.entry.js} +960 -71
- package/dist/esm/dead-stock-lookup_3.entry.js +9 -9
- package/dist/esm/flexible-container.entry.js +3 -3
- package/dist/esm/form-checkbox.entry.js +2 -2
- package/dist/esm/form-date-picker.entry.js +5 -5
- package/dist/esm/form-input_7.entry.js +19 -17
- package/dist/esm/form-switch.entry.js +2 -2
- package/dist/esm/form-time-picker.entry.js +6 -6
- package/dist/esm/{functions-Ccrile_u.js → functions-DJ_k25ew.js} +44 -20
- package/dist/esm/general-form.entry.js +6 -6
- package/dist/esm/general-inquiry-form.entry.js +6 -6
- package/dist/esm/{get-local-language-oNw84Rsz.js → get-local-language-Bx6zWD91.js} +1 -1
- package/dist/esm/{get-mock-files-C26lznN1.js → get-mock-files-BBSjMVMQ.js} +1 -1
- package/dist/esm/information-table.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-spinner.entry.js +2 -2
- package/dist/esm/manufacturer-part-lookup.entry.js +3 -3
- package/dist/esm/{mappers-9IKbvPiR.js → mappers-CZs2R7k6.js} +54 -18
- package/dist/esm/part-lookup.entry.js +2 -2
- package/dist/esm/service-booking-form.entry.js +6 -6
- package/dist/esm/shift-accordion.entry.js +1 -1
- package/dist/esm/shift-checkbox.entry.js +2 -2
- package/dist/esm/shift-components.js +1 -1
- package/dist/esm/shift-slider.entry.js +1 -1
- package/dist/esm/shift-switch.entry.js +2 -2
- package/dist/esm/shift-tab-content.entry.js +2 -2
- package/dist/esm/shift-tabs_2.entry.js +10 -10
- package/dist/esm/ssc-lookup-form.entry.js +6 -6
- package/dist/esm/test-drive-form.entry.js +6 -6
- package/dist/esm/vehicle-accessories_8.entry.js +21 -21
- package/dist/esm/vehicle-lookup.entry.js +3 -3
- package/dist/esm/vehicle-quotation-form.entry.js +17 -18
- package/dist/integration-manifest.json +1 -1
- package/dist/shift-components/{p-BugYpTL6.js → p--hCDlSpp.js} +1 -1
- package/dist/shift-components/p-020fbe81.entry.js +5 -0
- package/dist/shift-components/p-0398f3c4.entry.js +5 -0
- package/dist/shift-components/{p-0da97a29.entry.js → p-10882717.entry.js} +1 -1
- package/dist/shift-components/p-165ff895.entry.js +5 -0
- package/dist/shift-components/{p-d59276b6.entry.js → p-1a0b40e6.entry.js} +1 -1
- package/dist/shift-components/{p-e90c354a.entry.js → p-1be40385.entry.js} +1 -1
- package/dist/shift-components/{p-31718ec2.entry.js → p-327774de.entry.js} +1 -1
- package/dist/shift-components/{p-urLq-GEs.js → p-3YRvA44H.js} +1 -1
- package/dist/shift-components/{p-323ffb6e.entry.js → p-79e08717.entry.js} +1 -1
- package/dist/shift-components/{p-34e9053b.entry.js → p-7b1c5abb.entry.js} +1 -1
- package/dist/shift-components/{p-30e84a3b.entry.js → p-7e89d3fc.entry.js} +1 -1
- package/dist/shift-components/{p-729d8d4b.entry.js → p-7f2e2763.entry.js} +1 -1
- package/dist/shift-components/{p-eb265a3e.entry.js → p-81257775.entry.js} +1 -1
- package/dist/shift-components/{p-3aad8840.entry.js → p-8870420e.entry.js} +1 -1
- package/dist/shift-components/{p-c9ba7fd5.entry.js → p-8d205235.entry.js} +1 -1
- package/dist/shift-components/{p-09a0fd99.entry.js → p-95a4096f.entry.js} +1 -1
- package/dist/shift-components/p-B9INqdFT.js +5 -0
- package/dist/shift-components/p-DwFtCPcT.js +5 -0
- package/dist/shift-components/{p-d58404bd.entry.js → p-a0dc1bcc.entry.js} +1 -1
- package/dist/shift-components/{p-53cd54e8.entry.js → p-a1b97bce.entry.js} +1 -1
- package/dist/shift-components/p-bd1a0763.entry.js +5 -0
- package/dist/shift-components/{p-a15fdf1e.entry.js → p-c197b86b.entry.js} +1 -1
- package/dist/shift-components/{p-63713eae.entry.js → p-c2512cb2.entry.js} +1 -1
- package/dist/shift-components/{p-f2a546db.entry.js → p-cc900265.entry.js} +1 -1
- package/dist/shift-components/{p-1355934b.entry.js → p-d23d9d1f.entry.js} +1 -1
- package/dist/shift-components/p-ddf6c6f6.entry.js +5 -0
- package/dist/shift-components/{p-68722c7b.entry.js → p-e02f3a3f.entry.js} +1 -1
- package/dist/shift-components/{p-9b13a82b.entry.js → p-e72947e0.entry.js} +1 -1
- package/dist/shift-components/p-f30a355a.entry.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/stencil-docs.json +1677 -12
- package/dist/templates/production-host/vehicle-service-history.html +14 -0
- package/dist/types/components/form-elements/branch-date-dropdown.d.ts +74 -0
- package/dist/types/components/form-elements/branch-date-picker.d.ts +174 -0
- package/dist/types/components/form-elements/branch-slot-dropdown.d.ts +6 -0
- package/dist/types/components/form-elements/branch-slot-picker.d.ts +27 -0
- package/dist/types/components/forms/defaults/mappers.d.ts +15 -9
- package/dist/types/components.d.ts +533 -6
- package/dist/types/features/form-hook/functions.d.ts +14 -0
- package/dist/types/global/lib/slot-day-rules.d.ts +25 -0
- package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/warrantyTimeline/type.d.ts +4 -4
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +2 -2
- package/package.json +6 -1
- package/dist/components/p-6RmAcc2q.js +0 -5
- package/dist/components/p-8jIkK-Kb.js +0 -5
- package/dist/components/p-BUepGDZV.js +0 -5
- package/dist/components/p-B__72-PA.js +0 -5
- package/dist/components/p-Bj3cvdzl.js +0 -5
- package/dist/components/p-BvMcY9Sk.js +0 -5
- package/dist/components/p-C-yTwaAA.js +0 -5
- package/dist/components/p-C8B9jarP.js +0 -5
- package/dist/components/p-CCounVqq.js +0 -5
- package/dist/components/p-CIPh05sT.js +0 -5
- package/dist/components/p-CKwgX_v0.js +0 -5
- package/dist/components/p-CPBmhspv.js +0 -5
- package/dist/components/p-Cm94OAx9.js +0 -5
- package/dist/components/p-DWjIts4C.js +0 -5
- package/dist/components/p-DeipsN8N.js +0 -5
- package/dist/components/p-DkagL-e-.js +0 -5
- package/dist/components/p-G7teNuSi.js +0 -5
- package/dist/shift-components/p-12e295ba.entry.js +0 -5
- package/dist/shift-components/p-138af7f3.entry.js +0 -5
- package/dist/shift-components/p-327fddd8.entry.js +0 -5
- package/dist/shift-components/p-8374f629.entry.js +0 -5
- package/dist/shift-components/p-awXOnuq1.js +0 -5
- package/dist/shift-components/p-c25a6c0d.entry.js +0 -5
- package/dist/shift-components/p-dacdff2a.entry.js +0 -5
- package/dist/shift-components/p-hABirfUj.js +0 -5
- /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
|
+
}
|