adp-web-components 0.0.94 → 0.0.96
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/add-icon-BpfeU8T4.js +13 -0
- package/dist/cjs/app-globals-D2j2HjfX.js +11 -0
- package/dist/cjs/arrow-up-icon-B_nvUxUm.js +12 -0
- package/dist/cjs/check-icon-gbrTPAKV.js +12 -0
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +15 -17
- package/dist/cjs/demo-form.cjs.entry.js +214 -0
- package/dist/cjs/{empty-table-icon-PdTX6gpI.js → empty-table-icon-BKTk1lZZ.js} +1 -1
- package/dist/cjs/flexible-container.cjs.entry.js +2 -2
- package/dist/cjs/form-checkbox_3.cjs.entry.js +109 -0
- package/dist/cjs/form-dialog_8.cjs.entry.js +230 -287
- package/dist/cjs/form-input-label-B4EsaC9R.js +30 -0
- package/dist/cjs/{get-local-language-KyKy1Z-t.js → get-local-language-Cah865CM.js} +233 -15
- package/dist/cjs/{index-BjyafrBw.js → index-CW-dkZVH.js} +185 -115
- package/dist/cjs/information-table.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +4 -3
- package/dist/cjs/loading-spinner.cjs.entry.js +2 -2
- package/dist/cjs/{material-card-Cd0L1Get.js → material-card-DFd5SQVC.js} +1 -1
- package/dist/cjs/part-lookup.cjs.entry.js +5 -5
- package/dist/cjs/{type-CbAwm6xr.js → phone-validator-DI1aq9s6.js} +1637 -1837
- package/dist/cjs/{print-icon-C4ASnhAO.js → print-icon-CeXvXhF8.js} +1 -1
- package/dist/cjs/shift-accordion.cjs.entry.js +2 -2
- package/dist/cjs/shift-checkbox.cjs.entry.js +33 -0
- package/dist/cjs/shift-components.cjs.js +5 -4
- package/dist/cjs/shift-slider.cjs.entry.js +3 -3
- package/dist/cjs/shift-switch.cjs.entry.js +32 -0
- package/dist/cjs/shift-tab-content.cjs.entry.js +3 -3
- package/dist/cjs/shift-tabs_2.cjs.entry.js +19 -24
- package/dist/cjs/{type-Bn9L4pF9.js → type-J3o1Qebo.js} +1 -1
- package/dist/cjs/{type-5Vrg-AAB.js → type-ybVlUdDs.js} +1 -1
- package/dist/cjs/vehicle-accessories_6.cjs.entry.js +32 -34
- package/dist/cjs/{vehicle-info-layout-Dp2Po_uc.js → vehicle-info-layout-CvgBHkXb.js} +1 -1
- package/dist/cjs/vehicle-lookup.cjs.entry.js +5 -5
- package/dist/cjs/vehicle-quotation-form.cjs.entry.js +418 -0
- package/dist/cjs/vin-extractor.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +9 -4
- package/dist/collection/components/components/empty.css +1 -0
- package/dist/collection/components/components/flexible-container.css +1 -1
- 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/shift-accordion.css +1 -1
- package/dist/collection/components/components/shift-checkbox.js +216 -0
- package/dist/collection/components/components/shift-slider.css +1 -1
- package/dist/collection/components/components/shift-slider.js +1 -1
- package/dist/collection/components/components/shift-switch.js +215 -0
- 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/components/form-error-message.js +9 -0
- package/dist/collection/components/form-elements/components/form-input-label.js +10 -0
- package/dist/collection/components/form-elements/components/form-input-prefix.js +10 -0
- package/dist/collection/components/form-elements/form-checkbox.js +188 -0
- package/dist/collection/components/form-elements/form-dialog.js +75 -51
- package/dist/collection/components/form-elements/form-input.js +43 -172
- package/dist/collection/components/form-elements/form-inputs.css +1 -0
- package/dist/collection/components/form-elements/form-phone-number.js +251 -0
- package/dist/collection/components/form-elements/form-select.js +152 -117
- package/dist/collection/components/form-elements/form-shadow-input.js +7 -5
- package/dist/collection/components/form-elements/form-structure-error.js +3 -3
- package/dist/collection/components/form-elements/form-structure.js +63 -110
- package/dist/collection/components/form-elements/form-submit.js +74 -63
- package/dist/collection/components/form-elements/form-switch.js +188 -0
- package/dist/collection/components/form-elements/form-text-area.js +27 -160
- package/dist/collection/components/forms/demo/element-mapper.js +41 -0
- package/dist/collection/components/forms/demo/structure.js +15 -0
- package/dist/collection/components/forms/demo/themes.css +1 -0
- package/dist/collection/components/forms/demo/validations.js +34 -0
- package/dist/collection/components/forms/{service-booking-form.js → demo-form.js} +164 -101
- package/dist/collection/components/forms/vehicle-quotation/VehicleImageViewer.js +50 -0
- package/dist/collection/components/forms/vehicle-quotation/element-mapper.js +120 -0
- package/dist/collection/components/forms/vehicle-quotation/structure.js +34 -0
- package/dist/collection/components/forms/{service-booking/form.css → vehicle-quotation/themes.css} +1 -1
- package/dist/collection/components/forms/vehicle-quotation/validations.js +41 -0
- package/dist/collection/components/forms/vehicle-quotation.js +326 -0
- 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/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 +6 -12
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +8 -8
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.js +5 -3
- 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-details.js +4 -4
- 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/{global/lib → features/form-hook}/form-hook.js +72 -11
- package/dist/collection/features/form-hook/gist-loader.js +25 -0
- package/dist/collection/features/form-hook/index.js +11 -0
- package/dist/collection/features/form-hook/interface.js +1 -0
- package/dist/collection/features/form-hook/phone-validator.js +11 -0
- package/dist/collection/features/form-hook/render-structure.js +36 -0
- package/dist/collection/features/multi-lingual/get-local-language.js +5 -0
- package/dist/collection/features/multi-lingual/types.js +2 -0
- package/dist/collection/global/assets/add-icon.js +1 -1
- package/dist/collection/global/assets/loader-icon.js +6 -0
- package/dist/collection/global/assets/tick-icon.js +6 -0
- package/dist/collection/global/lib/fetch-json.js +12 -0
- package/dist/collection/global/lib/get-language-from-url.js +17 -0
- package/dist/collection/global/lib/get-nested-value.js +9 -0
- package/dist/collection/global/lib/parse-loose-json.js +23 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-inspection-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-inspection-panel-dto.js +1 -0
- package/dist/collection/locale-mapper.js +10 -2
- package/dist/collection/locales/forms/contactUs/type.js +6 -2
- package/dist/collection/locales/forms/demo/type.js +30 -0
- package/dist/collection/locales/forms/type.js +3 -1
- package/dist/collection/locales/forms/vehicleQuotation/type.js +35 -0
- package/dist/collection/locales/general/type.js +1 -1
- package/dist/collection/locales/generalTicketTypes/type.js +1 -10
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/{service-booking-form.d.ts → demo-form.d.ts} +4 -4
- package/dist/components/demo-form.js +5 -0
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.js +1 -1
- package/dist/components/form-checkbox.d.ts +11 -0
- package/dist/components/form-checkbox.js +5 -0
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-phone-number.d.ts +11 -0
- package/dist/components/form-phone-number.js +5 -0
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-shadow-input.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.d.ts +11 -0
- package/dist/components/form-switch.js +5 -0
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/index.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/p-2bxe8YI7.js +5 -0
- package/dist/components/p-B2MwZoPq.js +5 -0
- package/dist/components/p-B2beUAyz.js +5 -0
- package/dist/components/p-BANchzwt.js +5 -0
- package/dist/components/p-BGTo_J4_.js +5 -0
- package/dist/components/p-BLe-glwc.js +5 -0
- package/dist/components/p-Bf0ucGoz.js +5 -0
- package/dist/components/p-BqeORJTo.js +5 -0
- package/dist/components/p-C0EPmkEd.js +5 -0
- package/dist/components/p-CG_J75di.js +5 -0
- package/dist/components/{p-BTRPQzLG.js → p-CKHkzbKX.js} +1 -1
- package/dist/components/p-CRhdQvF0.js +5 -0
- package/dist/components/p-CS6o6qyw.js +5 -0
- package/dist/components/p-C_jDd3e_.js +5 -0
- package/dist/components/p-C_ozk0lR.js +5 -0
- package/dist/components/p-CdpJAeIB.js +5 -0
- package/dist/components/p-Cgt5s_xn.js +5 -0
- package/dist/components/p-CnHfmo0x.js +5 -0
- package/dist/components/p-Cr0foSte.js +5 -0
- package/dist/components/p-Ct357EhI.js +5 -0
- package/dist/components/{p-CqE4gnqf.js → p-CyDcBgW1.js} +1 -1
- package/dist/components/p-D0IHkGuC.js +5 -0
- package/dist/components/p-D3BMiplT.js +5 -0
- package/dist/components/p-DC7E4vgR.js +5 -0
- package/dist/components/p-DJaWpqrV.js +5 -0
- package/dist/components/p-DKLuboqT.js +5 -0
- package/dist/components/p-DLNC6ubn.js +5 -0
- package/dist/components/p-DRnxC_Dv.js +5 -0
- package/dist/components/p-DbuZOGHo.js +5 -0
- package/dist/components/p-Dn3zEIrl.js +5 -0
- package/dist/components/p-DoaqChvz.js +5 -0
- package/dist/components/p-H8WzANZa.js +5 -0
- package/dist/components/p-M7q3SKiP.js +5 -0
- package/dist/components/p-RqMSFAfL.js +5 -0
- package/dist/components/p-WO9DWTbl.js +5 -0
- package/dist/components/p-Xrfzb9z7.js +5 -0
- package/dist/components/p-nPg5F6xZ.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/shift-accordion.js +1 -1
- package/dist/components/{contact-us-form.d.ts → shift-checkbox.d.ts} +4 -4
- package/dist/components/shift-checkbox.js +5 -0
- package/dist/components/shift-slider.js +1 -1
- package/dist/components/shift-switch.d.ts +11 -0
- package/dist/components/shift-switch.js +5 -0
- package/dist/components/shift-tab-content.js +1 -1
- package/dist/components/shift-tabs.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.d.ts +11 -0
- package/dist/components/vehicle-quotation-form.js +5 -0
- 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/vin-extractor.js +1 -1
- package/dist/esm/add-icon-BYuh_IBk.js +11 -0
- package/dist/esm/app-globals-FlE3HjBb.js +9 -0
- package/dist/esm/arrow-up-icon-DxOdc6k0.js +10 -0
- package/dist/esm/check-icon-DVWsrBK6.js +10 -0
- package/dist/esm/dead-stock-lookup_3.entry.js +14 -16
- package/dist/esm/demo-form.entry.js +212 -0
- package/dist/esm/{empty-table-icon-DvQk12N9.js → empty-table-icon-CBc6OV9P.js} +1 -1
- package/dist/esm/flexible-container.entry.js +2 -2
- package/dist/esm/form-checkbox_3.entry.js +105 -0
- package/dist/esm/form-dialog_8.entry.js +230 -287
- package/dist/esm/form-input-label-D5w5EH3F.js +26 -0
- package/dist/esm/{get-local-language-l6UrjwJe.js → get-local-language-XModHSFO.js} +231 -16
- package/dist/esm/{index-CikEOqe0.js → index-BnEa9hGL.js} +184 -114
- package/dist/esm/information-table.entry.js +2 -2
- package/dist/esm/loader.js +4 -3
- package/dist/esm/loading-spinner.entry.js +2 -2
- package/dist/esm/{material-card-DiAl-884.js → material-card-KRdYdM6Z.js} +1 -1
- package/dist/esm/part-lookup.entry.js +5 -5
- package/dist/esm/{type-XIkfMGvz.js → phone-validator-CDkKaNS8.js} +1635 -1834
- package/dist/esm/{print-icon-Dn5kQmLo.js → print-icon-FGeHkj8F.js} +1 -1
- package/dist/esm/shift-accordion.entry.js +2 -2
- package/dist/esm/shift-checkbox.entry.js +31 -0
- package/dist/esm/shift-components.js +5 -4
- package/dist/esm/shift-slider.entry.js +3 -3
- package/dist/esm/shift-switch.entry.js +30 -0
- package/dist/esm/shift-tab-content.entry.js +3 -3
- package/dist/esm/shift-tabs_2.entry.js +17 -22
- package/dist/esm/{type-2vLsdi8g.js → type-CpFPCvvR.js} +1 -1
- package/dist/esm/{type-CsQXeUno.js → type-OZnKrrJQ.js} +1 -1
- package/dist/esm/vehicle-accessories_6.entry.js +32 -34
- package/dist/esm/{vehicle-info-layout-CNGGKAia.js → vehicle-info-layout-gB294hFH.js} +1 -1
- package/dist/esm/vehicle-lookup.entry.js +5 -5
- package/dist/esm/vehicle-quotation-form.entry.js +416 -0
- package/dist/esm/vin-extractor.entry.js +3 -3
- package/dist/locales/forms/ar.json +8 -1
- package/dist/locales/forms/contactUs/ar.json +5 -1
- package/dist/locales/forms/contactUs/en.json +5 -1
- package/dist/locales/forms/contactUs/ku.json +5 -1
- package/dist/locales/forms/contactUs/ru.json +5 -1
- package/dist/locales/forms/contactUs/type.ts +26 -19
- package/dist/locales/forms/demo/ar.json +24 -0
- package/dist/locales/forms/demo/en.json +24 -0
- package/dist/locales/forms/demo/ku.json +24 -0
- package/dist/locales/forms/demo/ru.json +24 -0
- package/dist/locales/forms/demo/type.ts +31 -0
- package/dist/locales/forms/en.json +8 -1
- package/dist/locales/forms/ku.json +8 -1
- package/dist/locales/forms/ru.json +5 -1
- package/dist/locales/forms/type.ts +4 -1
- package/dist/locales/forms/vehicleQuotation/ar.json +29 -0
- package/dist/locales/forms/vehicleQuotation/en.json +29 -0
- package/dist/locales/forms/vehicleQuotation/ku.json +29 -0
- package/dist/locales/forms/vehicleQuotation/ru.json +29 -0
- package/dist/locales/forms/vehicleQuotation/type.ts +33 -0
- package/dist/locales/general/ar.json +0 -1
- package/dist/locales/general/en.json +0 -1
- package/dist/locales/general/ku.json +0 -1
- package/dist/locales/general/ru.json +0 -1
- package/dist/locales/general/type.ts +1 -1
- package/dist/locales/generalTicketTypes/ar.json +0 -2
- package/dist/locales/generalTicketTypes/en.json +0 -2
- package/dist/locales/generalTicketTypes/ku.json +0 -2
- package/dist/locales/generalTicketTypes/ru.json +0 -2
- package/dist/locales/generalTicketTypes/type.ts +1 -10
- package/dist/shift-components/{p-0c8bbdd0.entry.js → p-087fef54.entry.js} +1 -1
- package/dist/shift-components/p-2dced6b3.entry.js +5 -0
- package/dist/shift-components/p-33d1f904.entry.js +5 -0
- package/dist/shift-components/p-3901EPA-.js +5 -0
- package/dist/shift-components/p-40b688f9.entry.js +5 -0
- package/dist/shift-components/p-5874cf33.entry.js +5 -0
- package/dist/shift-components/p-58d6b097.entry.js +5 -0
- package/dist/shift-components/p-5d4f1d6c.entry.js +5 -0
- package/dist/shift-components/p-63827c96.entry.js +5 -0
- package/dist/shift-components/{p-C--yf0Ms.js → p-6ZcNm02U.js} +1 -1
- package/dist/shift-components/p-6aLHCD9h.js +5 -0
- package/dist/shift-components/p-7c5a2603.entry.js +5 -0
- package/dist/shift-components/{p-277c8a5b.entry.js → p-82cd67f3.entry.js} +1 -1
- package/dist/shift-components/p-8eefae49.entry.js +5 -0
- package/dist/shift-components/{p-DzSZ47FV.js → p-BK6OxaNt.js} +1 -1
- package/dist/shift-components/{p-Wtw8qj6x.js → p-BWuXL_w2.js} +1 -1
- package/dist/shift-components/p-BgARsXBh.js +5 -0
- package/dist/shift-components/p-BnEa9hGL.js +6 -0
- package/dist/shift-components/p-BuKksSjk.js +5 -0
- package/dist/shift-components/p-Bzq1Jrq5.js +5 -0
- package/dist/shift-components/p-DB9dXavJ.js +5 -0
- package/dist/shift-components/p-DL_G203I.js +5 -0
- package/dist/shift-components/{p-BNCTcdgP.js → p-EajpaTfb.js} +1 -1
- package/dist/shift-components/p-b1504123.entry.js +5 -0
- package/dist/shift-components/p-bc10e8d1.entry.js +5 -0
- package/dist/shift-components/p-d14a49c1.entry.js +5 -0
- package/dist/shift-components/p-d504d8bb.entry.js +5 -0
- package/dist/shift-components/p-de18e09d.entry.js +5 -0
- package/dist/shift-components/p-e4724d6c.entry.js +5 -0
- package/dist/shift-components/p-eL99WkVm.js +5 -0
- package/dist/shift-components/{p-238f5df0.entry.js → p-fecd88c9.entry.js} +1 -1
- package/dist/shift-components/p-jtkSIgt7.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/shift-checkbox.d.ts +15 -0
- package/dist/types/components/components/shift-switch.d.ts +15 -0
- package/dist/types/components/form-elements/components/form-error-message.d.ts +7 -0
- package/dist/types/components/form-elements/components/form-input-label.d.ts +7 -0
- package/dist/types/components/form-elements/components/form-input-prefix.d.ts +7 -0
- package/dist/types/components/form-elements/form-checkbox.d.ts +17 -0
- package/dist/types/components/form-elements/form-dialog.d.ts +7 -9
- package/dist/types/components/form-elements/form-input.d.ts +8 -19
- package/dist/types/components/form-elements/form-phone-number.d.ts +23 -0
- package/dist/types/components/form-elements/form-select.d.ts +19 -19
- package/dist/types/components/form-elements/form-shadow-input.d.ts +1 -1
- package/dist/types/components/form-elements/form-structure.d.ts +11 -19
- package/dist/types/components/form-elements/form-submit.d.ts +9 -10
- package/dist/types/components/form-elements/form-switch.d.ts +17 -0
- package/dist/types/components/form-elements/form-text-area.d.ts +5 -15
- package/dist/types/components/forms/demo/element-mapper.d.ts +6 -0
- package/dist/types/components/forms/demo/structure.d.ts +12 -0
- package/dist/types/components/forms/demo/validations.d.ts +32 -0
- package/dist/types/components/forms/demo-form.d.ts +41 -0
- package/dist/types/components/forms/vehicle-quotation/VehicleImageViewer.d.ts +8 -0
- package/dist/types/components/forms/vehicle-quotation/element-mapper.d.ts +6 -0
- package/dist/types/components/forms/vehicle-quotation/structure.d.ts +0 -0
- package/dist/types/components/forms/vehicle-quotation/validations.d.ts +32 -0
- package/dist/types/components/forms/vehicle-quotation.d.ts +37 -0
- package/dist/types/components.d.ts +321 -234
- package/dist/types/features/form-hook/form-hook.d.ts +57 -0
- package/dist/types/features/form-hook/gist-loader.d.ts +2 -0
- package/dist/types/features/form-hook/index.d.ts +7 -0
- package/dist/types/features/form-hook/inputs/form-input.d.ts +4 -0
- package/dist/types/features/form-hook/inputs/form-select.d.ts +12 -0
- package/dist/types/features/form-hook/interface.d.ts +79 -0
- package/dist/types/features/form-hook/phone-validator.d.ts +9 -0
- package/dist/types/features/form-hook/render-structure.d.ts +3 -0
- package/dist/types/features/multi-lingual/get-local-language.d.ts +2 -1
- package/dist/types/features/multi-lingual/types.d.ts +33 -0
- package/dist/types/global/assets/add-icon.d.ts +1 -0
- package/dist/types/global/assets/loader-icon.d.ts +6 -0
- package/dist/types/global/assets/tick-icon.d.ts +6 -0
- package/dist/types/global/lib/fetch-json.d.ts +1 -0
- package/dist/types/global/lib/get-language-from-url.d.ts +2 -0
- package/dist/types/global/lib/get-nested-value.d.ts +1 -0
- package/dist/types/global/lib/parse-loose-json.d.ts +1 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-inspection-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-inspection-panel-dto.d.ts +7 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-lookup-dto.d.ts +2 -2
- package/dist/types/locale-mapper.d.ts +3 -1
- package/dist/types/locales/forms/contactUs/type.d.ts +9 -0
- package/dist/types/locales/forms/demo/type.d.ts +49 -0
- package/dist/types/locales/forms/type.d.ts +13 -0
- package/dist/types/locales/forms/vehicleQuotation/type.d.ts +58 -0
- package/dist/types/locales/forms/wrapper-type.d.ts +21 -0
- package/dist/types/locales/general/type.d.ts +0 -2
- package/dist/types/locales/generalTicketTypes/type.d.ts +0 -4
- package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +2 -2
- package/dist/types/stencil-public-runtime.d.ts +12 -5
- package/package.json +5 -3
- package/dist/cjs/contact-us-form.cjs.entry.js +0 -198
- package/dist/cjs/service-booking-form.cjs.entry.js +0 -198
- package/dist/collection/components/form-elements/form-dialog.css +0 -1
- package/dist/collection/components/form-elements/form-input.css +0 -1
- package/dist/collection/components/form-elements/form-select.css +0 -1
- package/dist/collection/components/form-elements/form-shadow-input.css +0 -1
- package/dist/collection/components/form-elements/form-structure-error.css +0 -1
- package/dist/collection/components/form-elements/form-structure.css +0 -1
- package/dist/collection/components/form-elements/form-submit.css +0 -1
- package/dist/collection/components/form-elements/form-text-area.css +0 -1
- package/dist/collection/components/forms/contact-us/element-mapper.js +0 -88
- package/dist/collection/components/forms/contact-us/form.css +0 -1
- package/dist/collection/components/forms/contact-us/validations.js +0 -19
- package/dist/collection/components/forms/contact-us-form.js +0 -295
- package/dist/collection/components/forms/service-booking/element-mapper.js +0 -88
- package/dist/collection/components/forms/service-booking/validations.js +0 -19
- package/dist/collection/global/lib/validate-form-structure.js +0 -47
- package/dist/components/contact-us-form.js +0 -5
- package/dist/components/p-4O0gfpsm.js +0 -5
- package/dist/components/p-B2EAhWbD.js +0 -5
- package/dist/components/p-BDCoLRVe.js +0 -5
- package/dist/components/p-BFtiSrGL.js +0 -5
- package/dist/components/p-BFu1pPb9.js +0 -5
- package/dist/components/p-BKNiCeoh.js +0 -5
- package/dist/components/p-BYLU_3i3.js +0 -5
- package/dist/components/p-Bd0Q-vpX.js +0 -5
- package/dist/components/p-BhjL0HMA.js +0 -5
- package/dist/components/p-Bz5U4EDM.js +0 -5
- package/dist/components/p-C75-VQw0.js +0 -5
- package/dist/components/p-CDS5hBc4.js +0 -5
- package/dist/components/p-CMOvIDH4.js +0 -5
- package/dist/components/p-CMOvVq8A.js +0 -5
- package/dist/components/p-CN7sHzME.js +0 -5
- package/dist/components/p-COU68JDH.js +0 -5
- package/dist/components/p-CeUz_77J.js +0 -5
- package/dist/components/p-CqgLoPPc.js +0 -5
- package/dist/components/p-DaTPi4wS.js +0 -5
- package/dist/components/p-DgE2ZHp1.js +0 -5
- package/dist/components/p-DmxWbMU0.js +0 -5
- package/dist/components/p-Dv0OKy1v.js +0 -5
- package/dist/components/p-G1W_uRHh.js +0 -5
- package/dist/components/p-KkJxo02O.js +0 -5
- package/dist/components/p-P3fAKtye.js +0 -5
- package/dist/components/service-booking-form.js +0 -5
- package/dist/esm/contact-us-form.entry.js +0 -196
- package/dist/esm/service-booking-form.entry.js +0 -196
- package/dist/shift-components/p-03f093e0.entry.js +0 -5
- package/dist/shift-components/p-1afee4a0.entry.js +0 -5
- package/dist/shift-components/p-2b990894.entry.js +0 -5
- package/dist/shift-components/p-42218765.entry.js +0 -5
- package/dist/shift-components/p-504ccfe3.entry.js +0 -5
- package/dist/shift-components/p-55c5a5ea.entry.js +0 -5
- package/dist/shift-components/p-5906834e.entry.js +0 -5
- package/dist/shift-components/p-5a697eeb.entry.js +0 -5
- package/dist/shift-components/p-67a10625.entry.js +0 -5
- package/dist/shift-components/p-701e3fb0.entry.js +0 -5
- package/dist/shift-components/p-BSpTbUWi.js +0 -5
- package/dist/shift-components/p-Bc60yqQu.js +0 -5
- package/dist/shift-components/p-CikEOqe0.js +0 -6
- package/dist/shift-components/p-DYfeIope.js +0 -5
- package/dist/shift-components/p-e063d9b4.entry.js +0 -5
- package/dist/shift-components/p-f18553dc.entry.js +0 -5
- package/dist/shift-components/p-fyqwD4fB.js +0 -5
- package/dist/types/components/forms/contact-us/element-mapper.d.ts +0 -3
- package/dist/types/components/forms/contact-us/validations.d.ts +0 -26
- package/dist/types/components/forms/contact-us-form.d.ts +0 -32
- package/dist/types/components/forms/service-booking/element-mapper.d.ts +0 -3
- package/dist/types/components/forms/service-booking/validations.d.ts +0 -26
- package/dist/types/components/forms/service-booking-form.d.ts +0 -32
- package/dist/types/global/lib/form-hook.d.ts +0 -47
- package/dist/types/global/lib/validate-form-structure.d.ts +0 -3
- package/dist/types/global/types/forms.d.ts +0 -64
- package/dist/types/global/types/general.d.ts +0 -23
- /package/dist/collection/{global/types/forms.js → features/form-hook/inputs/form-input.js} +0 -0
- /package/dist/collection/{global/types/general.js → features/form-hook/inputs/form-select.js} +0 -0
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import{h as t}from"./p-CikEOqe0.js";import{c as i}from"./p-BK16Cn81.js";const o=(i,o=[])=>{var n;return t("div",{style:{flex:"1",display:"flex",width:i.width,flexDirection:"column",minWidth:i.minWidth,maxWidth:i.maxWidth},class:i.class},t("strong",{style:{padding:"10px 0",fontWeight:"bold",marginBottom:"8px",borderBottom:"1px solid gray"}},i.title),t("flexible-container",null,o.length?o:t(l,{hidden:""===(null===(n=null==i?void 0:i.desc)||void 0===n?void 0:n.trim())},i.desc||t("p",null," "))))},l=(o,l)=>{const n={"transition-duration":"0ms !important",opacity:o.hidden?"0":"1"};return t("div",{style:{width:"100%"},class:i("shift-skeleton",o.class)},t("div",{style:n},l))};export{o as M,l as a}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
import"./p-CikEOqe0.js";function t(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var e,r,n,s,i,u=function(){if(r)return e;function t(t){this._maxSize=t,this.clear()}r=1,t.prototype.clear=function(){this._size=0,this._values=Object.create(null)},t.prototype.get=function(t){return this._values[t]},t.prototype.set=function(t,e){return this._size>=this._maxSize&&this.clear(),t in this._values||this._size++,this._values[t]=e};var n=/[^.^\]^[]+|(?=\[\]|\.\.)/g,s=/^\d+$/,i=/^\d/,u=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,a=/^\s*(['"]?)(.*?)(\1)\s*$/,o=new t(512),l=new t(512),c=new t(512);function f(t){return o.get(t)||o.set(t,h(t).map((function(t){return t.replace(a,"$2")})))}function h(t){return t.match(n)||[""]}function d(t){return"string"==typeof t&&t&&-1!==["'",'"'].indexOf(t.charAt(0))}function p(t){return!d(t)&&(function(t){return t.match(i)&&!t.match(s)}(t)||function(t){return u.test(t)}(t))}return e={Cache:t,split:h,normalizePath:f,setter:function(t){var e=f(t);return l.get(t)||l.set(t,(function(t,r){for(var n=0,s=e.length,i=t;n<s-1;){var u=e[n];if("__proto__"===u||"constructor"===u||"prototype"===u)return t;i=i[e[n++]]}i[e[n]]=r}))},getter:function(t,e){var r=f(t);return c.get(t)||c.set(t,(function(t){for(var n=0,s=r.length;n<s;){if(null==t&&e)return;t=t[r[n++]]}return t}))},join:function(t){return t.reduce((function(t,e){return t+(d(e)||s.test(e)?"["+e+"]":(t?".":"")+e)}),"")},forEach:function(t,e,r){!function(t,e,r){var n,s,i,u,a=t.length;for(s=0;s<a;s++)(n=t[s])&&(p(n)&&(n='"'+n+'"'),i=!(u=d(n))&&/^\d+$/.test(n),e.call(r,n,u,i,s,t))}(Array.isArray(t)?t:h(t),e,r)}}}(),a=function(){if(s)return n;s=1;const t=/[A-Z\xc0-\xd6\xd8-\xde]?[a-z\xdf-\xf6\xf8-\xff]+(?:['’](?:d|ll|m|re|s|t|ve))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde]|$)|(?:[A-Z\xc0-\xd6\xd8-\xde]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=[\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000]|[A-Z\xc0-\xd6\xd8-\xde](?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])|$)|[A-Z\xc0-\xd6\xd8-\xde]?(?:[a-z\xdf-\xf6\xf8-\xff]|[^\ud800-\udfff\xac\xb1\xd7\xf7\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\xbf\u2000-\u206f \t\x0b\f\xa0\ufeff\n\r\u2028\u2029\u1680\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\d+\u2700-\u27bfa-z\xdf-\xf6\xf8-\xffA-Z\xc0-\xd6\xd8-\xde])+(?:['’](?:d|ll|m|re|s|t|ve))?|[A-Z\xc0-\xd6\xd8-\xde]+(?:['’](?:D|LL|M|RE|S|T|VE))?|\d*(?:1ST|2ND|3RD|(?![123])\dTH)(?=\b|[a-z_])|\d*(?:1st|2nd|3rd|(?![123])\dth)(?=\b|[A-Z_])|\d+|(?:[\u2700-\u27bf]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?(?:\u200d(?:[^\ud800-\udfff]|(?:\ud83c[\udde6-\uddff]){2}|[\ud800-\udbff][\udc00-\udfff])[\ufe0e\ufe0f]?(?:[\u0300-\u036f\ufe20-\ufe2f\u20d0-\u20ff]|\ud83c[\udffb-\udfff])?)*/g,e=e=>e.match(t)||[],r=t=>t[0].toUpperCase()+t.slice(1),i=(t,r)=>e(t).join(r).toLowerCase(),u=t=>e(t).reduce(((t,e)=>`${t}${t?e[0].toUpperCase()+e.slice(1).toLowerCase():e.toLowerCase()}`),"");return n={words:e,upperFirst:r,camelCase:u,pascalCase:t=>r(u(t)),snakeCase:t=>i(t,"_"),kebabCase:t=>i(t,"-"),sentenceCase:t=>r(i(t," ")),titleCase:t=>e(t).map(r).join(" ")}}(),o={exports:{}},l=function(){if(i)return o.exports;function t(t,e){var r=t.length,n=new Array(r),s={},i=r,u=function(t){for(var e=new Map,r=0,n=t.length;r<n;r++){var s=t[r];e.has(s[0])||e.set(s[0],new Set),e.has(s[1])||e.set(s[1],new Set),e.get(s[0]).add(s[1])}return e}(e),a=function(t){for(var e=new Map,r=0,n=t.length;r<n;r++)e.set(t[r],r);return e}(t);for(e.forEach((function(t){if(!a.has(t[0])||!a.has(t[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")}));i--;)s[i]||o(t[i],i,new Set);return n;function o(t,e,i){if(i.has(t)){var l;try{l=", node was:"+JSON.stringify(t)}catch(t){l=""}throw new Error("Cyclic dependency"+l)}if(!a.has(t))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(t));if(!s[e]){s[e]=!0;var c=u.get(t)||new Set;if(e=(c=Array.from(c)).length){i.add(t);do{var f=c[--e];o(f,a.get(f),i)}while(e);i.delete(t)}n[--r]=t}}}return i=1,o.exports=function(e){return t(function(t){for(var e=new Set,r=0,n=t.length;r<n;r++){var s=t[r];e.add(s[0]),e.add(s[1])}return Array.from(e)}(e),e)},o.exports.array=t,o.exports}(),c=t(l);const f=Object.prototype.toString,h=Error.prototype.toString,d=RegExp.prototype.toString,p="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",m=/^Symbol\((.*)\)(.*)$/;function b(t,e=!1){if(null==t||!0===t||!1===t)return""+t;const r=typeof t;if("number"===r)return function(t){return t!=+t?"NaN":0===t&&1/t<0?"-0":""+t}(t);if("string"===r)return e?`"${t}"`:t;if("function"===r)return"[Function "+(t.name||"anonymous")+"]";if("symbol"===r)return p.call(t).replace(m,"Symbol($1)");const n=f.call(t).slice(8,-1);return"Date"===n?isNaN(t.getTime())?""+t:t.toISOString(t):"Error"===n||t instanceof Error?"["+h.call(t)+"]":"RegExp"===n?d.call(t):null}function v(t,e){let r=b(t,e);return null!==r?r:JSON.stringify(t,(function(t,r){let n=b(this[t],e);return null!==n?n:r}),2)}function x(t){return null==t?[]:[].concat(t)}let F,y,g,w=/\$\{\s*(\w+)\s*\}/g;F=Symbol.toStringTag;class ${constructor(t,e,r,n){this.name=void 0,this.message=void 0,this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=void 0,this.inner=void 0,this[F]="Error",this.name="ValidationError",this.value=e,this.path=r,this.type=n,this.errors=[],this.inner=[],x(t).forEach((t=>{k.isError(t)?(this.errors.push(...t.errors),this.inner.push(...t.inner.length?t.inner:[t])):this.errors.push(t)})),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0]}}y=Symbol.hasInstance,g=Symbol.toStringTag;class k extends Error{static formatError(t,e){return e=Object.assign({},e,{path:e.label||e.path||"this",originalPath:e.path}),"string"==typeof t?t.replace(w,((t,r)=>v(e[r]))):"function"==typeof t?t(e):t}static isError(t){return t&&"ValidationError"===t.name}constructor(t,e,r,n,s){const i=new $(t,e,r,n);if(s)return i;super(),this.value=void 0,this.path=void 0,this.type=void 0,this.params=void 0,this.errors=[],this.inner=[],this[g]="Error",this.name=i.name,this.message=i.message,this.type=i.type,this.value=i.value,this.path=i.path,this.errors=i.errors,this.inner=i.inner,Error.captureStackTrace&&Error.captureStackTrace(this,k)}static[y](t){return $[Symbol.hasInstance](t)||super[Symbol.hasInstance](t)}}let O={default:"${path} is invalid",required:"${path} is a required field",defined:"${path} must be defined",notNull:"${path} cannot be null",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:t,type:e,value:r,originalValue:n})=>{const s=null!=n&&n!==r?` (cast from the value \`${v(n,!0)}\`).`:".";return"mixed"!==e?`${t} must be a \`${e}\` type, but the final value was: \`${v(r,!0)}\``+s:`${t} must match the configured type. The validated value was: \`${v(r,!0)}\``+s}},j={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",datetime:"${path} must be a valid ISO date-time",datetime_precision:"${path} must be a valid ISO date-time with a sub-second precision of exactly ${precision} digits",datetime_offset:'${path} must be a valid ISO date-time with UTC "Z" timezone',trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},E={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},A={noUnknown:"${path} field has unspecified keys: ${unknown}",exact:"${path} object contains unknown properties: ${properties}"},D={notType:t=>{const{path:e,value:r,spec:n}=t,s=n.types.length;if(Array.isArray(r)){if(r.length<s)return`${e} tuple value has too few items, expected a length of ${s} but got ${r.length} for value: \`${v(r,!0)}\``;if(r.length>s)return`${e} tuple value has too many items, expected a length of ${s} but got ${r.length} for value: \`${v(r,!0)}\``}return k.formatError(O.notType,t)}};Object.assign(Object.create(null),{mixed:O,string:j,number:{min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},date:E,object:A,array:{min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},boolean:{isValue:"${path} field must be ${value}"},tuple:D});const S=t=>t&&t.__isYupSchema__;class T{static fromOptions(t,e){if(!e.then&&!e.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:r,then:n,otherwise:s}=e,i="function"==typeof r?r:(...t)=>t.every((t=>t===r));return new T(t,((t,e)=>{var r;let u=i(...t)?n:s;return null!=(r=null==u?void 0:u(e))?r:e}))}constructor(t,e){this.fn=void 0,this.refs=t,this.refs=t,this.fn=e}resolve(t,e){let r=this.refs.map((t=>t.getValue(null==e?void 0:e.value,null==e?void 0:e.parent,null==e?void 0:e.context))),n=this.fn(r,t,e);if(void 0===n||n===t)return t;if(!S(n))throw new TypeError("conditions must return a schema object");return n.resolve(e)}}class L{constructor(t,e={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,"string"!=typeof t)throw new TypeError("ref must be a string, got: "+t);if(this.key=t.trim(),""===t)throw new TypeError("ref must be a non-empty string");this.isContext="$"===this.key[0],this.isValue="."===this.key[0],this.isSibling=!this.isContext&&!this.isValue,this.path=this.key.slice((this.isContext?"$":this.isValue?".":"").length),this.getter=this.path&&u.getter(this.path,!0),this.map=e.map}getValue(t,e,r){let n=this.isContext?r:this.isValue?t:e;return this.getter&&(n=this.getter(n||{})),this.map&&(n=this.map(n)),n}cast(t,e){return this.getValue(t,null==e?void 0:e.parent,null==e?void 0:e.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(t){return t&&t.__isYupRef}}L.prototype.__isYupRef=!0;const z=t=>null==t;function _(t){function e({value:e,path:r="",options:n,originalValue:s,schema:i},u,a){const{name:o,test:l,params:c,message:f,skipAbsent:h}=t;let{parent:d,context:p,abortEarly:m=i.spec.abortEarly,disableStackTrace:b=i.spec.disableStackTrace}=n;function v(t){return L.isRef(t)?t.getValue(e,d,p):t}function x(t={}){const n=Object.assign({value:e,originalValue:s,label:i.spec.label,path:t.path||r,spec:i.spec,disableStackTrace:t.disableStackTrace||b},c,t.params);for(const t of Object.keys(n))n[t]=v(n[t]);const u=new k(k.formatError(t.message||f,n),e,n.path,t.type||o,n.disableStackTrace);return u.params=n,u}const F=m?u:a;let y={path:r,parent:d,type:o,from:n.from,createError:x,resolve:v,options:n,originalValue:s,schema:i};const g=t=>{k.isError(t)?F(t):t?a(null):F(x())},w=t=>{k.isError(t)?F(t):u(t)};if(h&&z(e))return g(!0);let $;try{var O;if($=l.call(y,e,y),"function"==typeof(null==(O=$)?void 0:O.then)){if(n.sync)throw new Error(`Validation test of type: "${y.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`);return Promise.resolve($).then(g,w)}}catch(t){return void w(t)}g($)}return e.OPTIONS=t,e}function C(t,e,r,n=r){let s,i,a;return e?(u.forEach(e,((u,o,l)=>{let c=o?u.slice(1,u.length-1):u,f="tuple"===(t=t.resolve({context:n,parent:s,value:r})).type,h=l?parseInt(c,10):0;if(t.innerType||f){if(f&&!l)throw new Error(`Yup.reach cannot implicitly index into a tuple type. the path part "${a}" must contain an index to the tuple element, e.g. "${a}[0]"`);if(r&&h>=r.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${u}, in the path: ${e}. because there is no value at that index. `);s=r,r=r&&r[h],t=f?t.spec.types[h]:t.innerType}if(!l){if(!t.fields||!t.fields[c])throw new Error(`The schema does not contain the path: ${e}. (failed at: ${a} which is a type: "${t.type}")`);s=r,r=r&&r[c],t=t.fields[c]}i=c,a=o?"["+u+"]":"."+u})),{schema:t,parent:s,parentPath:i}):{parent:s,parentPath:e,schema:t}}class V extends Set{describe(){const t=[];for(const e of this.values())t.push(L.isRef(e)?e.describe():e);return t}resolveAll(t){let e=[];for(const r of this.values())e.push(t(r));return e}clone(){return new V(this.values())}merge(t,e){const r=this.clone();return t.forEach((t=>r.add(t))),e.forEach((t=>r.delete(t))),r}}function Z(t,e=new Map){if(S(t)||!t||"object"!=typeof t)return t;if(e.has(t))return e.get(t);let r;if(t instanceof Date)r=new Date(t.getTime()),e.set(t,r);else if(t instanceof RegExp)r=new RegExp(t),e.set(t,r);else if(Array.isArray(t)){r=new Array(t.length),e.set(t,r);for(let n=0;n<t.length;n++)r[n]=Z(t[n],e)}else if(t instanceof Map){r=new Map,e.set(t,r);for(const[n,s]of t.entries())r.set(n,Z(s,e))}else if(t instanceof Set){r=new Set,e.set(t,r);for(const n of t)r.add(Z(n,e))}else{if(!(t instanceof Object))throw Error(`Unable to clone ${t}`);r={},e.set(t,r);for(const[n,s]of Object.entries(t))r[n]=Z(s,e)}return r}class N{constructor(t){this.type=void 0,this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this.internalTests={},this._whitelist=new V,this._blacklist=new V,this.exclusiveTests=Object.create(null),this._typeCheck=void 0,this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation((()=>{this.typeError(O.notType)})),this.type=t.type,this._typeCheck=t.check,this.spec=Object.assign({strip:!1,strict:!1,abortEarly:!0,recursive:!0,disableStackTrace:!1,nullable:!1,optional:!0,coerce:!0},null==t?void 0:t.spec),this.withMutation((t=>{t.nonNullable()}))}get _type(){return this.type}clone(t){if(this._mutate)return t&&Object.assign(this.spec,t),this;const e=Object.create(Object.getPrototypeOf(this));return e.type=this.type,e._typeCheck=this._typeCheck,e._whitelist=this._whitelist.clone(),e._blacklist=this._blacklist.clone(),e.internalTests=Object.assign({},this.internalTests),e.exclusiveTests=Object.assign({},this.exclusiveTests),e.deps=[...this.deps],e.conditions=[...this.conditions],e.tests=[...this.tests],e.transforms=[...this.transforms],e.spec=Z(Object.assign({},this.spec,t)),e}label(t){let e=this.clone();return e.spec.label=t,e}meta(...t){if(0===t.length)return this.spec.meta;let e=this.clone();return e.spec.meta=Object.assign(e.spec.meta||{},t[0]),e}withMutation(t){let e=this._mutate;this._mutate=!0;let r=t(this);return this._mutate=e,r}concat(t){if(!t||t===this)return this;if(t.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${t.type}`);let e=this,r=t.clone();const n=Object.assign({},e.spec,r.spec);return r.spec=n,r.internalTests=Object.assign({},e.internalTests,r.internalTests),r._whitelist=e._whitelist.merge(t._whitelist,t._blacklist),r._blacklist=e._blacklist.merge(t._blacklist,t._whitelist),r.tests=e.tests,r.exclusiveTests=e.exclusiveTests,r.withMutation((e=>{t.tests.forEach((t=>{e.test(t.OPTIONS)}))})),r.transforms=[...e.transforms,...r.transforms],r}isType(t){return null==t?!(!this.spec.nullable||null!==t)||!(!this.spec.optional||void 0!==t):this._typeCheck(t)}resolve(t){let e=this;if(e.conditions.length){let r=e.conditions;e=e.clone(),e.conditions=[],e=r.reduce(((e,r)=>r.resolve(e,t)),e),e=e.resolve(t)}return e}resolveOptions(t){var e,r,n,s;return Object.assign({},t,{from:t.from||[],strict:null!=(e=t.strict)?e:this.spec.strict,abortEarly:null!=(r=t.abortEarly)?r:this.spec.abortEarly,recursive:null!=(n=t.recursive)?n:this.spec.recursive,disableStackTrace:null!=(s=t.disableStackTrace)?s:this.spec.disableStackTrace})}cast(t,e={}){let r=this.resolve(Object.assign({value:t},e)),n="ignore-optionality"===e.assert,s=r._cast(t,e);if(!1!==e.assert&&!r.isType(s)){if(n&&z(s))return s;let i=v(t),u=v(s);throw new TypeError(`The value of ${e.path||"field"} could not be cast to a value that satisfies the schema type: "${r.type}". \n\nattempted value: ${i} \n`+(u!==i?`result of cast: ${u}`:""))}return s}_cast(t,e){let r=void 0===t?t:this.transforms.reduce(((e,r)=>r.call(this,e,t,this)),t);return void 0===r&&(r=this.getDefault(e)),r}_validate(t,e={},r,n){let{path:s,originalValue:i=t,strict:u=this.spec.strict}=e,a=t;u||(a=this._cast(a,Object.assign({assert:!1},e)));let o=[];for(let t of Object.values(this.internalTests))t&&o.push(t);this.runTests({path:s,value:a,originalValue:i,options:e,tests:o},r,(t=>{if(t.length)return n(t,a);this.runTests({path:s,value:a,originalValue:i,options:e,tests:this.tests},r,n)}))}runTests(t,e,r){let n=!1,{tests:s,value:i,originalValue:u,path:a,options:o}=t,l=t=>{n||(n=!0,e(t,i))},c=t=>{n||(n=!0,r(t,i))},f=s.length,h=[];if(!f)return c([]);let d={value:i,originalValue:u,path:a,options:o,schema:this};for(let t=0;t<s.length;t++)(0,s[t])(d,l,(function(t){t&&(Array.isArray(t)?h.push(...t):h.push(t)),--f<=0&&c(h)}))}asNestedTest({key:t,index:e,parent:r,parentPath:n,originalParent:s,options:i}){const u=null!=t?t:e;if(null==u)throw TypeError("Must include `key` or `index` for nested validations");const a="number"==typeof u;let o=r[u];const l=Object.assign({},i,{strict:!0,parent:r,value:o,originalValue:s[u],key:void 0,[a?"index":"key"]:u,path:a||u.includes(".")?`${n||""}[${a?u:`"${u}"`}]`:(n?`${n}.`:"")+t});return(t,e,r)=>this.resolve(l)._validate(o,l,e,r)}validate(t,e){var r;let n=this.resolve(Object.assign({},e,{value:t})),s=null!=(r=null==e?void 0:e.disableStackTrace)?r:n.spec.disableStackTrace;return new Promise(((r,i)=>n._validate(t,e,((t,e)=>{k.isError(t)&&(t.value=e),i(t)}),((t,e)=>{t.length?i(new k(t,e,void 0,void 0,s)):r(e)}))))}validateSync(t,e){var r;let n,s=this.resolve(Object.assign({},e,{value:t})),i=null!=(r=null==e?void 0:e.disableStackTrace)?r:s.spec.disableStackTrace;return s._validate(t,Object.assign({},e,{sync:!0}),((t,e)=>{throw k.isError(t)&&(t.value=e),t}),((e,r)=>{if(e.length)throw new k(e,t,void 0,void 0,i);n=r})),n}isValid(t,e){return this.validate(t,e).then((()=>!0),(t=>{if(k.isError(t))return!1;throw t}))}isValidSync(t,e){try{return this.validateSync(t,e),!0}catch(t){if(k.isError(t))return!1;throw t}}_getDefault(t){let e=this.spec.default;return null==e?e:"function"==typeof e?e.call(this,t):Z(e)}getDefault(t){return this.resolve(t||{})._getDefault(t)}default(t){return 0===arguments.length?this._getDefault():this.clone({default:t})}strict(t=!0){return this.clone({strict:t})}nullability(t,e){const r=this.clone({nullable:t});return r.internalTests.nullable=_({message:e,name:"nullable",test(t){return null!==t||this.schema.spec.nullable}}),r}optionality(t,e){const r=this.clone({optional:t});return r.internalTests.optionality=_({message:e,name:"optionality",test(t){return void 0!==t||this.schema.spec.optional}}),r}optional(){return this.optionality(!0)}defined(t=O.defined){return this.optionality(!1,t)}nullable(){return this.nullability(!0)}nonNullable(t=O.notNull){return this.nullability(!1,t)}required(t=O.required){return this.clone().withMutation((e=>e.nonNullable(t).defined(t)))}notRequired(){return this.clone().withMutation((t=>t.nullable().optional()))}transform(t){let e=this.clone();return e.transforms.push(t),e}test(...t){let e;if(e=1===t.length?"function"==typeof t[0]?{test:t[0]}:t[0]:2===t.length?{name:t[0],test:t[1]}:{name:t[0],message:t[1],test:t[2]},void 0===e.message&&(e.message=O.default),"function"!=typeof e.test)throw new TypeError("`test` is a required parameters");let r=this.clone(),n=_(e),s=e.exclusive||e.name&&!0===r.exclusiveTests[e.name];if(e.exclusive&&!e.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return e.name&&(r.exclusiveTests[e.name]=!!e.exclusive),r.tests=r.tests.filter((t=>{if(t.OPTIONS.name===e.name){if(s)return!1;if(t.OPTIONS.test===n.OPTIONS.test)return!1}return!0})),r.tests.push(n),r}when(t,e){Array.isArray(t)||"string"==typeof t||(e=t,t=".");let r=this.clone(),n=x(t).map((t=>new L(t)));return n.forEach((t=>{t.isSibling&&r.deps.push(t.key)})),r.conditions.push("function"==typeof e?new T(n,e):T.fromOptions(n,e)),r}typeError(t){let e=this.clone();return e.internalTests.typeError=_({message:t,name:"typeError",skipAbsent:!0,test(t){return!!this.schema._typeCheck(t)||this.createError({params:{type:this.schema.type}})}}),e}oneOf(t,e=O.oneOf){let r=this.clone();return t.forEach((t=>{r._whitelist.add(t),r._blacklist.delete(t)})),r.internalTests.whiteList=_({message:e,name:"oneOf",skipAbsent:!0,test(t){let e=this.schema._whitelist,r=e.resolveAll(this.resolve);return!!r.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:r}})}}),r}notOneOf(t,e=O.notOneOf){let r=this.clone();return t.forEach((t=>{r._blacklist.add(t),r._whitelist.delete(t)})),r.internalTests.blacklist=_({message:e,name:"notOneOf",test(t){let e=this.schema._blacklist,r=e.resolveAll(this.resolve);return!r.includes(t)||this.createError({params:{values:Array.from(e).join(", "),resolved:r}})}}),r}strip(t=!0){let e=this.clone();return e.spec.strip=t,e}describe(t){const e=(t?this.resolve(t):this).clone(),{label:r,meta:n,optional:s,nullable:i}=e.spec;return{meta:n,label:r,optional:s,nullable:i,default:e.getDefault(t),type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map((t=>({name:t.OPTIONS.name,params:t.OPTIONS.params}))).filter(((t,e,r)=>r.findIndex((e=>e.name===t.name))===e))}}}N.prototype.__isYupSchema__=!0;for(const t of["validate","validateSync"])N.prototype[`${t}At`]=function(e,r,n={}){const{parent:s,parentPath:i,schema:u}=C(this,e,r,n.context);return u[t](s&&s[i],Object.assign({},n,{parent:s,path:e}))};for(const t of["equals","is"])N.prototype[t]=N.prototype.oneOf;for(const t of["not","nope"])N.prototype[t]=N.prototype.notOneOf;const q=/^(\d{4}|[+-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,.](\d{1,}))?)?(?:(Z)|([+-])(\d{2})(?::?(\d{2}))?)?)?$/;function P(t){var e,r;const n=q.exec(t);return n?{year:R(n[1]),month:R(n[2],1)-1,day:R(n[3],1),hour:R(n[4]),minute:R(n[5]),second:R(n[6]),millisecond:n[7]?R(n[7].substring(0,3)):0,precision:null!=(e=null==(r=n[7])?void 0:r.length)?e:void 0,z:n[8]||void 0,plusMinus:n[9]||void 0,hourOffset:R(n[10]),minuteOffset:R(n[11])}:null}function R(t,e=0){return Number(t)||e}let U=/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,M=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,I=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,H=new RegExp("^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(([+-]\\d{2}(:?\\d{2})?)|Z)$"),J=t=>z(t)||t===t.trim(),Y={}.toString();function B(){return new K}class K extends N{constructor(){super({type:"string",check:t=>(t instanceof String&&(t=t.valueOf()),"string"==typeof t)}),this.withMutation((()=>{this.transform(((t,e,r)=>{if(!r.spec.coerce||r.isType(t))return t;if(Array.isArray(t))return t;const n=null!=t&&t.toString?t.toString():t;return n===Y?t:n}))}))}required(t){return super.required(t).withMutation((e=>e.test({message:t||O.required,name:"required",skipAbsent:!0,test:t=>!!t.length})))}notRequired(){return super.notRequired().withMutation((t=>(t.tests=t.tests.filter((t=>"required"!==t.OPTIONS.name)),t)))}length(t,e=j.length){return this.test({message:e,name:"length",exclusive:!0,params:{length:t},skipAbsent:!0,test(e){return e.length===this.resolve(t)}})}min(t,e=j.min){return this.test({message:e,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(e){return e.length>=this.resolve(t)}})}max(t,e=j.max){return this.test({name:"max",exclusive:!0,message:e,params:{max:t},skipAbsent:!0,test(e){return e.length<=this.resolve(t)}})}matches(t,e){let r,n,s=!1;return e&&("object"==typeof e?({excludeEmptyString:s=!1,message:r,name:n}=e):r=e),this.test({name:n||"matches",message:r||j.matches,params:{regex:t},skipAbsent:!0,test:e=>""===e&&s||-1!==e.search(t)})}email(t=j.email){return this.matches(U,{name:"email",message:t,excludeEmptyString:!0})}url(t=j.url){return this.matches(M,{name:"url",message:t,excludeEmptyString:!0})}uuid(t=j.uuid){return this.matches(I,{name:"uuid",message:t,excludeEmptyString:!1})}datetime(t){let e,r,n="";return t&&("object"==typeof t?({message:n="",allowOffset:e=!1,precision:r}=t):n=t),this.matches(H,{name:"datetime",message:n||j.datetime,excludeEmptyString:!0}).test({name:"datetime_offset",message:n||j.datetime_offset,params:{allowOffset:e},skipAbsent:!0,test:t=>{if(!t||e)return!0;const r=P(t);return!!r&&!!r.z}}).test({name:"datetime_precision",message:n||j.datetime_precision,params:{precision:r},skipAbsent:!0,test:t=>{if(!t||null==r)return!0;const e=P(t);return!!e&&e.precision===r}})}ensure(){return this.default("").transform((t=>null===t?"":t))}trim(t=j.trim){return this.transform((t=>null!=t?t.trim():t)).test({message:t,name:"trim",test:J})}lowercase(t=j.lowercase){return this.transform((t=>z(t)?t:t.toLowerCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>z(t)||t===t.toLowerCase()})}uppercase(t=j.uppercase){return this.transform((t=>z(t)?t:t.toUpperCase())).test({message:t,name:"string_case",exclusive:!0,skipAbsent:!0,test:t=>z(t)||t===t.toUpperCase()})}}B.prototype=K.prototype;let G=new Date("");class Q extends N{constructor(){super({type:"date",check:t=>"[object Date]"===Object.prototype.toString.call(t)&&!isNaN(t.getTime())}),this.withMutation((()=>{this.transform(((t,e,r)=>!r.spec.coerce||r.isType(t)||null===t?t:(t=function(t){const e=P(t);if(!e)return Date.parse?Date.parse(t):Number.NaN;if(void 0===e.z&&void 0===e.plusMinus)return new Date(e.year,e.month,e.day,e.hour,e.minute,e.second,e.millisecond).valueOf();let r=0;return"Z"!==e.z&&void 0!==e.plusMinus&&(r=60*e.hourOffset+e.minuteOffset,"+"===e.plusMinus&&(r=0-r)),Date.UTC(e.year,e.month,e.day,e.hour,e.minute+r,e.second,e.millisecond)}(t),isNaN(t)?Q.INVALID_DATE:new Date(t))))}))}prepareParam(t,e){let r;if(L.isRef(t))r=t;else{let n=this.cast(t);if(!this._typeCheck(n))throw new TypeError(`\`${e}\` must be a Date or a value that can be \`cast()\` to a Date`);r=n}return r}min(t,e=E.min){let r=this.prepareParam(t,"min");return this.test({message:e,name:"min",exclusive:!0,params:{min:t},skipAbsent:!0,test(t){return t>=this.resolve(r)}})}max(t,e=E.max){let r=this.prepareParam(t,"max");return this.test({message:e,name:"max",exclusive:!0,params:{max:t},skipAbsent:!0,test(t){return t<=this.resolve(r)}})}}function W(t,e){let r=1/0;return t.some(((t,n)=>{var s;if(null!=(s=e.path)&&s.includes(t))return r=n,!0})),r}function X(t){return(e,r)=>W(t,e)-W(t,r)}Q.INVALID_DATE=G;const tt=(t,e,r)=>{if("string"!=typeof t)return t;let n=t;try{n=JSON.parse(t)}catch(t){}return r.isType(n)?n:t};function et(t){if("fields"in t){const e={};for(const[r,n]of Object.entries(t.fields))e[r]=et(n);return t.setFields(e)}if("array"===t.type){const e=t.optional();return e.innerType&&(e.innerType=et(e.innerType)),e}return"tuple"===t.type?t.optional().clone({types:t.spec.types.map(et)}):"optional"in t?t.optional():t}let rt=t=>"[object Object]"===Object.prototype.toString.call(t);function nt(t,e){let r=Object.keys(t.fields);return Object.keys(e).filter((t=>-1===r.indexOf(t)))}const st=X([]);function it(t){return new ut(t)}class ut extends N{constructor(t){super({type:"object",check:t=>rt(t)||"function"==typeof t}),this.fields=Object.create(null),this._sortErrors=st,this._nodes=[],this._excludedEdges=[],this.withMutation((()=>{t&&this.shape(t)}))}_cast(t,e={}){var r;let n=super._cast(t,e);if(void 0===n)return this.getDefault(e);if(!this._typeCheck(n))return n;let s=this.fields,i=null!=(r=e.stripUnknown)?r:this.spec.noUnknown,u=[].concat(this._nodes,Object.keys(n).filter((t=>!this._nodes.includes(t)))),a={},o=Object.assign({},e,{parent:a,__validating:e.__validating||!1}),l=!1;for(const t of u){let r=s[t],u=t in n;if(r){let s,i=n[t];o.path=(e.path?`${e.path}.`:"")+t,r=r.resolve({value:i,context:e.context,parent:a});let u=r instanceof N?r.spec:void 0,c=null==u?void 0:u.strict;if(null!=u&&u.strip){l=l||t in n;continue}s=e.__validating&&c?n[t]:r.cast(n[t],o),void 0!==s&&(a[t]=s)}else u&&!i&&(a[t]=n[t]);u===t in a&&a[t]===n[t]||(l=!0)}return l?a:n}_validate(t,e={},r,n){let{from:s=[],originalValue:i=t,recursive:u=this.spec.recursive}=e;e.from=[{schema:this,value:i},...s],e.__validating=!0,e.originalValue=i,super._validate(t,e,r,((t,s)=>{if(!u||!rt(s))return void n(t,s);i=i||s;let a=[];for(let t of this._nodes){let r=this.fields[t];r&&!L.isRef(r)&&a.push(r.asNestedTest({options:e,key:t,parent:s,parentPath:e.path,originalParent:i}))}this.runTests({tests:a,value:s,originalValue:i,options:e},r,(e=>{n(e.sort(this._sortErrors).concat(t),s)}))}))}clone(t){const e=super.clone(t);return e.fields=Object.assign({},this.fields),e._nodes=this._nodes,e._excludedEdges=this._excludedEdges,e._sortErrors=this._sortErrors,e}concat(t){let e=super.concat(t),r=e.fields;for(let[t,e]of Object.entries(this.fields)){const n=r[t];r[t]=void 0===n?e:n}return e.withMutation((e=>e.setFields(r,[...this._excludedEdges,...t._excludedEdges])))}_getDefault(t){if("default"in this.spec)return super._getDefault(t);if(!this._nodes.length)return;let e={};return this._nodes.forEach((r=>{var n;const s=this.fields[r];let i=t;null!=(n=i)&&n.value&&(i=Object.assign({},i,{parent:i.value,value:i.value[r]})),e[r]=s&&"getDefault"in s?s.getDefault(i):void 0})),e}setFields(t,e){let r=this.clone();return r.fields=t,r._nodes=function(t,e=[]){let r=[],n=new Set,s=new Set(e.map((([t,e])=>`${t}-${e}`)));function i(t,e){let i=u.split(t)[0];n.add(i),s.has(`${e}-${i}`)||r.push([e,i])}for(const e of Object.keys(t)){let r=t[e];n.add(e),L.isRef(r)&&r.isSibling?i(r.path,e):S(r)&&"deps"in r&&r.deps.forEach((t=>i(t,e)))}return c.array(Array.from(n),r).reverse()}(t,e),r._sortErrors=X(Object.keys(t)),e&&(r._excludedEdges=e),r}shape(t,e=[]){return this.clone().withMutation((r=>{let n=r._excludedEdges;return e.length&&(Array.isArray(e[0])||(e=[e]),n=[...r._excludedEdges,...e]),r.setFields(Object.assign(r.fields,t),n)}))}partial(){const t={};for(const[e,r]of Object.entries(this.fields))t[e]="optional"in r&&r.optional instanceof Function?r.optional():r;return this.setFields(t)}deepPartial(){return et(this)}pick(t){const e={};for(const r of t)this.fields[r]&&(e[r]=this.fields[r]);return this.setFields(e,this._excludedEdges.filter((([e,r])=>t.includes(e)&&t.includes(r))))}omit(t){const e=[];for(const r of Object.keys(this.fields))t.includes(r)||e.push(r);return this.pick(e)}from(t,e,r){let n=u.getter(t,!0);return this.transform((s=>{if(!s)return s;let i=s;return((t,e)=>{const r=[...u.normalizePath(e)];if(1===r.length)return r[0]in t;let n=r.pop(),s=u.getter(u.join(r),!0)(t);return!(!s||!(n in s))})(s,t)&&(i=Object.assign({},s),r||delete i[t],i[e]=n(s)),i}))}json(){return this.transform(tt)}exact(t){return this.test({name:"exact",exclusive:!0,message:t||A.exact,test(t){if(null==t)return!0;const e=nt(this.schema,t);return 0===e.length||this.createError({params:{properties:e.join(", ")}})}})}stripUnknown(){return this.clone({noUnknown:!0})}noUnknown(t=!0,e=A.noUnknown){"boolean"!=typeof t&&(e=t,t=!0);let r=this.test({name:"noUnknown",exclusive:!0,message:e,test(e){if(null==e)return!0;const r=nt(this.schema,e);return!t||0===r.length||this.createError({params:{unknown:r.join(", ")}})}});return r.spec.noUnknown=t,r}unknown(t=!0,e=A.noUnknown){return this.noUnknown(!t,e)}transformKeys(t){return this.transform((e=>{if(!e)return e;const r={};for(const n of Object.keys(e))r[t(n)]=e[n];return r}))}camelCase(){return this.transformKeys(a.camelCase)}snakeCase(){return this.transformKeys(a.snakeCase)}constantCase(){return this.transformKeys((t=>a.snakeCase(t).toUpperCase()))}describe(t){const e=(t?this.resolve(t):this).clone(),r=super.describe(t);r.fields={};for(const[s,i]of Object.entries(e.fields)){var n;let e=t;null!=(n=e)&&n.value&&(e=Object.assign({},e,{parent:e.value,value:e.value[s]})),r.fields[s]=i.describe(e)}return r}}function at(t){return it(t.reduce(((t,e)=>(t[e]=B().required().default(""),t)),{}))}it.prototype=ut.prototype;const ot=at(["lang","direction","language","noData"]),lt=at(["noBaseUrl","invalidVin","vinNumberRequired","partNumberRequired","wrongResponseFormat","noPartsFound","noServiceAvailable","wrongFormStructure","wildCard","requestFailedPleaseTryAgainLater"]),ct=it({errors:lt}).concat(ot),ft={ar:"ar.json",en:"en.json",ku:"ku.json",ru:"ru.json"},ht={"-":["locales/"],errors:["locales/errors/"],forms:["locales/forms/","locales/forms/contactUs/"],"forms.contactUs":["locales/forms/contactUs/"],general:["locales/general/"],generalTicketTypes:["locales/generalTicketTypes/"],"partLookup.deadStock":["locales/partLookup/deadStock/"],partLookup:["locales/partLookup/deadStock/","locales/partLookup/distributor/","locales/partLookup/manufacturer/"],"partLookup.distributor":["locales/partLookup/distributor/"],"partLookup.manufacturer":["locales/partLookup/manufacturer/"],"vehicleLookup.accessories":["locales/vehicleLookup/accessories/"],vehicleLookup:["locales/vehicleLookup/accessories/","locales/vehicleLookup/claimableItems/","locales/vehicleLookup/paintThickness/","locales/vehicleLookup/serviceHistory/","locales/vehicleLookup/specification/","locales/vehicleLookup/warranty/"],"vehicleLookup.claimableItems":["locales/vehicleLookup/claimableItems/"],"vehicleLookup.paintThickness":["locales/vehicleLookup/paintThickness/"],"vehicleLookup.serviceHistory":["locales/vehicleLookup/serviceHistory/"],"vehicleLookup.specification":["locales/vehicleLookup/specification/"],"vehicleLookup.warranty":["locales/vehicleLookup/warranty/"],"forms*":["locales/forms/"]},dt={};async function pt(t){const[e,r]=await Promise.all([mt(t,"errors",lt),mt(t,"-",ot)]);return Object.assign({errors:e},r)}async function mt(t,e,r){const n=ft[t]||ft.en,s=ht[e];if(!s||!s.length)throw new Error(`Locale file not found for component: ${e}`);if(1===s.length){const t=s[0]+n,e=await xt(t);try{r.validateSync(e,{strict:!0,abortEarly:!1})}catch(e){console.error(`Failed to parse locale file: ${t}`),console.error(e)}return e}{const t=s.map((t=>xt(t+n))),i=await Promise.all(t),u={};vt(e,r.getDefault(),u,n);try{r.validateSync(u,{strict:!0,abortEarly:!1})}catch(t){console.error(`Failed to parse locale file component: ${e}`),console.error(t)}return i}}function bt(t){return"object"==typeof t&&null!==t&&!Array.isArray(t)}function vt(t,e,r,n){let s=!1;Object.entries(e).forEach((([e,i])=>{if("string"!=typeof i||s){if(bt(i)){const s=t+"."+e;if(Object.entries(i).some((([t,e])=>bt(e))))r[e]={},vt(s,i,r[e],n);else if(ht[s]&&ht[s].length){const t=ht[s][0]+n;dt[t]&&(r[e]=dt[t])}}}else{if(ht[t]){const e=ht[t][0]+n;dt[e]&&Object.assign(r,dt[e])}s=!0}}))}async function xt(t){if(dt[t])return await dt[t];try{const e=fetch(`https://cdn.jsdelivr.net/npm/adp-web-components@0.0.94/dist/${t}`).then((e=>(e.ok||delete dt[t],e.json())));dt[t]=e;const r=await e;return dt[t]=r,r}catch(e){return delete dt[t],{}}}export{pt as a,B as b,it as c,mt as g,ct as s,at as y}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Built by ShiftSoftware
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
*/
|
|
5
|
-
!async function(){window.blazorInvoke||(window.blazorInvoke=async function(t,n,...e){const o=document.querySelector(t);if(o)if("function"==typeof o[n])try{return await o[n](...e)}catch(e){console.error(`Error invoking function "${n}" on element "${t}":`,e)}else console.error(`Function "${n}" not found on the element.`);else console.error(`Element with selector "${t}" not found.`)},window.blazorInvokeSet=async function(t,n,e){const o=document.querySelector(t);if(o)try{return o[n]=e}catch(t){console.error(`Setting field ${n} failed to set value: ${e}:`,t)}else console.error(`Element with selector "${t}" not found.`)},console.log("Global blazorInvoke initialized."))}();const t=()=>{};var n=Object.defineProperty,e=t=>{if(t.__stencil__getHostRef)return t.__stencil__getHostRef()},o=(t,n)=>{t.__stencil__getHostRef=()=>n,n.t=t},l=(t,n)=>n in t,s=(t,n)=>(0,console.error)(t,n),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="http://www.w3.org/1999/xlink",f="undefined"!=typeof window?window:{},a={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,o)=>t.addEventListener(n,e,o),rel:(t,n,e,o)=>t.removeEventListener(n,e,o),ce:(t,n)=>new CustomEvent(t,n)},d=t=>Promise.resolve(t),h=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),p=!1,v=[],m=[],y=(t,n)=>e=>{t.push(e),p||(p=!0,n&&4&a.o?b($):a.raf($))},w=t=>{for(let n=0;n<t.length;n++)try{t[n](performance.now())}catch(t){s(t)}t.length=0},$=()=>{w(v),w(m),(p=v.length>0)&&a.raf($)},b=t=>d().then(t),g=y(m,!0),S=t=>"object"==(t=typeof t)||"function"===t;function j(t){var n,e,o;return null!=(o=null==(e=null==(n=t.head)?void 0:n.querySelector('meta[name="csp-nonce"]'))?void 0:e.getAttribute("content"))?o:void 0}((t,e)=>{for(var o in e)n(t,o,{get:e[o],enumerable:!0})})({},{err:()=>O,map:()=>E,ok:()=>k,unwrap:()=>C,unwrapErr:()=>x});var k=t=>({isOk:!0,isErr:!1,value:t}),O=t=>({isOk:!1,isErr:!0,value:t});function E(t,n){if(t.isOk){const e=n(t.value);return e instanceof Promise?e.then((t=>k(t))):k(e)}if(t.isErr)return O(t.value);throw"should never get here"}var C=t=>{if(t.isOk)return t.value;throw t.value},x=t=>{if(t.isErr)return t.value;throw t.value};function M(){const t=this.attachShadow({mode:"open"});if(h){const n=new CSSStyleSheet;n.replaceSync(""),t.adoptedStyleSheets.push(n)}}var N=t=>{const n=L(t,"childNodes");t.tagName&&t.tagName.includes("-")&&t["s-cr"]&&"SLOT-FB"!==t.tagName&&R(n,t.tagName).forEach((t=>{1===t.nodeType&&"SLOT-FB"===t.tagName&&(t.hidden=!!F(t,T(t),!1).length)}));let e=0;for(e=0;e<n.length;e++){const t=n[e];1===t.nodeType&&L(t,"childNodes").length&&N(t)}};function R(t,n,e){let o,l=0,s=[];for(;l<t.length;l++)o=t[l],!o["s-sr"]||n&&o["s-hn"]!==n||void 0!==e||s.push(o),s=[...s,...R(o.childNodes,n,e)];return s}var F=(t,n,e=!0)=>{const o=[];(e&&t["s-sr"]||!t["s-sr"])&&o.push(t);let l=t;for(;l=l.nextSibling;)T(l)!==n||!e&&l["s-sr"]||o.push(l);return o},P=(t,n)=>1===t.nodeType?null===t.getAttribute("slot")&&""===n||t.getAttribute("slot")===n:t["s-sn"]===n||""===n,T=t=>"string"==typeof t["s-sn"]?t["s-sn"]:1===t.nodeType&&t.getAttribute("slot")||void 0;function L(t,n){if("__"+n in t){const e=t["__"+n];return"function"!=typeof e?e:e.bind(t)}return"function"!=typeof t[n]?t[n]:t[n].bind(t)}var A=(t,n,...e)=>{let o=null,l=null,s=null,i=!1,r=!1;const c=[],u=n=>{for(let e=0;e<n.length;e++)o=n[e],Array.isArray(o)?u(o):null!=o&&"boolean"!=typeof o&&((i="function"!=typeof t&&!S(o))&&(o+=""),i&&r?c[c.length-1].i+=o:c.push(i?D(null,o):o),r=i)};if(u(e),n){n.key&&(l=n.key),n.name&&(s=n.name);{const t=n.className||n.class;t&&(n.class="object"!=typeof t?t:Object.keys(t).filter((n=>t[n])).join(" "))}}if("function"==typeof t)return t(null===n?{}:n,c,W);const f=D(t,null);return f.u=n,c.length>0&&(f.h=c),f.p=l,f.v=s,f},D=(t,n)=>({o:0,m:t,i:n,$:null,h:null,u:null,p:null,v:null}),U={},W={forEach:(t,n)=>t.map(_).forEach(n),map:(t,n)=>t.map(_).map(n).map(z)},_=t=>({vattrs:t.u,vchildren:t.h,vkey:t.p,vname:t.v,vtag:t.m,vtext:t.i}),z=t=>{if("function"==typeof t.vtag){const n={...t.vattrs};return t.vkey&&(n.key=t.vkey),t.vname&&(n.name=t.vname),A(t.vtag,n,...t.vchildren||[])}const n=D(t.vtag,t.vtext);return n.u=t.vattrs,n.h=t.vchildren,n.p=t.vkey,n.v=t.vname,n},H=t=>{const n=(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))(t);return RegExp(`(^|[^@]|@(?!supports\\s+selector\\s*\\([^{]*?${n}))(${n}\\b)`,"g")};H("::slotted"),H(":host"),H(":host-context");var B,I,G=(t,n)=>null==t||S(t)?t:4&n?"false"!==t&&(""===t||!!t):2&n?"string"==typeof t?parseFloat(t):"number"==typeof t?t:NaN:1&n?t+"":t,V=t=>e(t).$hostElement$,Y=new WeakMap,q=t=>"sc-"+t.S,J=(t,n,e,o,s,i)=>{if(e===o)return;let r=l(t,n),c=n.toLowerCase();if("class"===n){const n=t.classList,l=Q(e);let s=Q(o);n.remove(...l.filter((t=>t&&!s.includes(t)))),n.add(...s.filter((t=>t&&!l.includes(t))))}else if("style"===n){for(const n in e)o&&null!=o[n]||(n.includes("-")?t.style.removeProperty(n):t.style[n]="");for(const n in o)e&&o[n]===e[n]||(n.includes("-")?t.style.setProperty(n,o[n]):t.style[n]=o[n])}else if("key"===n);else if("ref"===n)o&&o(t);else if(r||"o"!==n[0]||"n"!==n[1]){const l=S(o);if((r||l&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[n]!==o&&(t[n]=o);else{const l=null==o?"":o;"list"===n?r=!1:null!=e&&t[n]==l||("function"==typeof t.__lookupSetter__(n)?t[n]=l:t.setAttribute(n,l))}}catch(t){}let f=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(n=c,f=!0),null==o||!1===o?!1===o&&""!==t.getAttribute(n)||(f?t.removeAttributeNS(u,n):t.removeAttribute(n)):(!r||4&i||s)&&!l&&1===t.nodeType&&(o=!0===o?"":o,f?t.setAttributeNS(u,n,o):t.setAttribute(n,o))}else if(n="-"===n[2]?n.slice(3):l(f,c)?c.slice(2):c[2]+n.slice(3),e||o){const l=n.endsWith(X);n=n.replace(Z,""),e&&a.rel(t,n,e,l),o&&a.ael(t,n,o,l)}},K=/\s/,Q=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(K):[]),X="Capture",Z=RegExp(X+"$"),tt=(t,n,e)=>{const o=11===n.$.nodeType&&n.$.host?n.$.host:n.$,l=t&&t.u||{},s=n.u||{};for(const t of nt(Object.keys(l)))t in s||J(o,t,l[t],void 0,e,n.o);for(const t of nt(Object.keys(s)))J(o,t,l[t],s[t],e,n.o)};function nt(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var et=!1,ot=!1,lt=!1,st=!1,it=(t,n,e)=>{var o;const l=n.h[e];let s,i,r,c=0;if(et||(lt=!0,"slot"===l.m&&(l.o|=l.h?2:1)),null!==l.i)s=l.$=f.document.createTextNode(l.i);else if(1&l.o)s=l.$=f.document.createTextNode(""),tt(null,l,st);else{if(st||(st="svg"===l.m),!f.document)throw Error("You are trying to render a Stencil component in an environment that doesn't support the DOM. Make sure to populate the [`window`](https://developer.mozilla.org/en-US/docs/Web/API/Window/window) object before rendering a component.");if(s=l.$=f.document.createElementNS(st?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",!et&&2&l.o?"slot-fb":l.m),st&&"foreignObject"===l.m&&(st=!1),tt(null,l,st),l.h)for(c=0;c<l.h.length;++c)i=it(t,l,c),i&&s.appendChild(i);"svg"===l.m?st=!1:"foreignObject"===s.tagName&&(st=!0)}return s["s-hn"]=I,3&l.o&&(s["s-sr"]=!0,s["s-cr"]=B,s["s-sn"]=l.v||"",s["s-rf"]=null==(o=l.u)?void 0:o.ref,function(t){if(t.assignedElements||t.assignedNodes||!t["s-sr"])return;const n=n=>function(t){const e=[],o=this["s-sn"];(null==t?void 0:t.flatten)&&console.error("\n Flattening is not supported for Stencil non-shadow slots.\n You can use `.childNodes` to nested slot fallback content.\n If you have a particular use case, please open an issue on the Stencil repo.\n ");const l=this["s-cr"].parentElement;return(l.__childNodes?l.childNodes:(t=>{const n=[];for(let e=0;e<t.length;e++){const o=t[e]["s-nr"]||void 0;o&&o.isConnected&&n.push(o)}return n})(l.childNodes)).forEach((t=>{o===T(t)&&e.push(t)})),n?e.filter((t=>1===t.nodeType)):e}.bind(t);t.assignedElements=n(!0),t.assignedNodes=n(!1)}(s),r=t&&t.h&&t.h[e],r&&r.m===l.m&&t.$&&rt(t.$,!1)),s},rt=(t,n)=>{a.o|=1;const e=Array.from(t.__childNodes||t.childNodes);for(let t=e.length-1;t>=0;t--){const o=e[t];o["s-hn"]!==I&&o["s-ol"]&&(mt(at(o).parentNode,o,at(o)),o["s-ol"].remove(),o["s-ol"]=void 0,o["s-sh"]=void 0,lt=!0),n&&rt(o,n)}a.o&=-2},ct=(t,n,e,o,l,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(r.shadowRoot&&r.tagName===I&&(r=r.shadowRoot);l<=s;++l)o[l]&&(i=it(null,e,l),i&&(o[l].$=i,mt(r,i,at(n))))},ut=(t,n,e)=>{for(let o=n;o<=e;++o){const n=t[o];if(n){const t=n.$;vt(n),t&&(ot=!0,t["s-ol"]?t["s-ol"].remove():rt(t,!0),t.remove())}}},ft=(t,n,e=!1)=>t.m===n.m&&("slot"===t.m?t.v===n.v:e?(e&&!t.p&&n.p&&(t.p=n.p),!0):t.p===n.p),at=t=>t&&t["s-ol"]||t,dt=(t,n,e=!1)=>{const o=n.$=t.$,l=t.h,s=n.h,i=n.m,r=n.i;let c;null===r?(tt(t,n,st="svg"===i||"foreignObject"!==i&&st),null!==l&&null!==s?((t,n,e,o,l=!1)=>{let s,i,r=0,c=0,u=0,f=0,a=n.length-1,d=n[0],h=n[a],p=o.length-1,v=o[0],m=o[p];for(;r<=a&&c<=p;)if(null==d)d=n[++r];else if(null==h)h=n[--a];else if(null==v)v=o[++c];else if(null==m)m=o[--p];else if(ft(d,v,l))dt(d,v,l),d=n[++r],v=o[++c];else if(ft(h,m,l))dt(h,m,l),h=n[--a],m=o[--p];else if(ft(d,m,l))"slot"!==d.m&&"slot"!==m.m||rt(d.$.parentNode,!1),dt(d,m,l),mt(t,d.$,h.$.nextSibling),d=n[++r],m=o[--p];else if(ft(h,v,l))"slot"!==d.m&&"slot"!==m.m||rt(h.$.parentNode,!1),dt(h,v,l),mt(t,h.$,d.$),h=n[--a],v=o[++c];else{for(u=-1,f=r;f<=a;++f)if(n[f]&&null!==n[f].p&&n[f].p===v.p){u=f;break}u>=0?(i=n[u],i.m!==v.m?s=it(n&&n[c],e,u):(dt(i,v,l),n[u]=void 0,s=i.$),v=o[++c]):(s=it(n&&n[c],e,c),v=o[++c]),s&&mt(at(d.$).parentNode,s,at(d.$))}r>a?ct(t,null==o[p+1]?null:o[p+1].$,e,o,c,p):c>p&&ut(n,r,a)})(o,l,n,s,e):null!==s?(null!==t.i&&(o.textContent=""),ct(o,null,n,s,0,s.length-1)):!e&&null!==l&&ut(l,0,l.length-1),st&&"svg"===i&&(st=!1)):(c=o["s-cr"])?c.parentNode.textContent=r:t.i!==r&&(o.data=r)},ht=[],pt=t=>{let n,e,o;const l=t.__childNodes||t.childNodes;for(const t of l){if(t["s-sr"]&&(n=t["s-cr"])&&n.parentNode){e=n.parentNode.__childNodes||n.parentNode.childNodes;const l=t["s-sn"];for(o=e.length-1;o>=0;o--)if(n=e[o],!n["s-cn"]&&!n["s-nr"]&&n["s-hn"]!==t["s-hn"])if(P(n,l)){let e=ht.find((t=>t.j===n));ot=!0,n["s-sn"]=n["s-sn"]||l,e?(e.j["s-sh"]=t["s-hn"],e.k=t):(n["s-sh"]=t["s-hn"],ht.push({k:t,j:n})),n["s-sr"]&&ht.map((t=>{P(t.j,n["s-sn"])&&(e=ht.find((t=>t.j===n)),e&&!t.k&&(t.k=e.k))}))}else ht.some((t=>t.j===n))||ht.push({j:n})}1===t.nodeType&&pt(t)}},vt=t=>{t.u&&t.u.ref&&t.u.ref(null),t.h&&t.h.map(vt)},mt=(t,n,e)=>null==t?void 0:t.insertBefore(n,e),yt=(t,n)=>{if(n&&!t.O&&n["s-p"]){const e=n["s-p"].push(new Promise((o=>t.O=()=>{n["s-p"].splice(e-1,1),o()})))}},wt=(t,n)=>{if(t.o|=16,!(4&t.o))return yt(t,t.C),g((()=>$t(t,n)));t.o|=512},$t=(t,n)=>{const e=t.$hostElement$,o=t.t;if(!o)throw Error(`Can't render component <${e.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return l=Et(o,n?"componentWillLoad":"componentWillUpdate",void 0,e),l=bt(l,(()=>Et(o,"componentWillRender",void 0,e))),bt(l,(()=>St(t,o,n)))},bt=(t,n)=>gt(t)?t.then(n).catch((t=>{console.error(t),n()})):n(),gt=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,St=async(t,n,e)=>{var o;const l=t.$hostElement$,s=l["s-rc"];e&&(t=>{const n=t.M,e=t.$hostElement$,o=n.o,l=((t,n)=>{var e;const o=q(n),l=r.get(o);if(!f.document)return o;if(t=11===t.nodeType?t:f.document,l)if("string"==typeof l){let s,i=Y.get(t=t.head||t);if(i||Y.set(t,i=new Set),!i.has(o)){{s=f.document.createElement("style"),s.innerHTML=l;const o=null!=(e=a.N)?e:j(f.document);if(null!=o&&s.setAttribute("nonce",o),!(1&n.o))if("HEAD"===t.nodeName){const n=t.querySelectorAll("link[rel=preconnect]"),e=n.length>0?n[n.length-1].nextSibling:t.querySelector("style");t.insertBefore(s,(null==e?void 0:e.parentNode)===t?e:null)}else if("host"in t)if(h){const n=new CSSStyleSheet;n.replaceSync(l),t.adoptedStyleSheets=[n,...t.adoptedStyleSheets]}else{const n=t.querySelector("style");n?n.innerHTML=l+n.innerHTML:t.prepend(s)}else t.append(s);1&n.o&&t.insertBefore(s,null)}4&n.o&&(s.innerHTML+=c),i&&i.add(o)}}else t.adoptedStyleSheets.includes(l)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return o})(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);10&o&&(e["s-sc"]=l,e.classList.add(l+"-h"))})(t);jt(t,n,l,e),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const n=null!=(o=l["s-p"])?o:[],e=()=>kt(t);0===n.length?e():(Promise.all(n).then(e),t.o|=4,n.length=0)}},jt=(t,n,e,o)=>{try{n=n.render(),t.o&=-17,t.o|=2,((t,n,e=!1)=>{var o,l,s,i;const r=t.$hostElement$,c=t.M,u=t.R||D(null,null),d=(t=>t&&t.m===U)(n)?n:A(null,null,n);if(I=r.tagName,e&&d.u)for(const t of Object.keys(d.u))r.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(d.u[t]=r[t]);if(d.m=null,d.o|=4,t.R=d,d.$=u.$=r.shadowRoot||r,et=!(!(1&c.o)||128&c.o),B=r["s-cr"],ot=!1,dt(u,d,e),a.o|=1,lt){pt(d.$);for(const t of ht){const n=t.j;if(!n["s-ol"]&&f.document){const t=f.document.createTextNode("");t["s-nr"]=n,mt(n.parentNode,n["s-ol"]=t,n)}}for(const t of ht){const n=t.j,r=t.k;if(r){const t=r.parentNode;let e=r.nextSibling;{let s=null==(o=n["s-ol"])?void 0:o.previousSibling;for(;s;){let o=null!=(l=s["s-nr"])?l:null;if(o&&o["s-sn"]===n["s-sn"]&&t===(o.__parentNode||o.parentNode)){for(o=o.nextSibling;o===n||(null==o?void 0:o["s-sr"]);)o=null==o?void 0:o.nextSibling;if(!o||!o["s-nr"]){e=o;break}}s=s.previousSibling}}(!e&&t!==(n.__parentNode||n.parentNode)||(n.__nextSibling||n.nextSibling)!==e)&&n!==e&&(!n["s-hn"]&&n["s-ol"]&&(n["s-hn"]=n["s-ol"].parentNode.nodeName),mt(t,n,e),1===n.nodeType&&"SLOT-FB"!==n.tagName&&(n.hidden=null!=(s=n["s-ih"])&&s)),n&&"function"==typeof r["s-rf"]&&r["s-rf"](r)}else 1===n.nodeType&&(e&&(n["s-ih"]=null!=(i=n.hidden)&&i),n.hidden=!0)}}ot&&N(d.$),a.o&=-2,ht.length=0,B=void 0})(t,n,o)}catch(n){s(n,t.$hostElement$)}return null},kt=t=>{const n=t.$hostElement$,e=t.t,o=t.C;Et(e,"componentDidRender",void 0,n),64&t.o?Et(e,"componentDidUpdate",void 0,n):(t.o|=64,Ct(n),Et(e,"componentDidLoad",void 0,n),t.F(n),o||Ot()),t.P(n),t.O&&(t.O(),t.O=void 0),512&t.o&&b((()=>wt(t,!1))),t.o&=-517},Ot=()=>{b((()=>(t=>{const n=a.ce("appload",{detail:{namespace:"shift-components"}});return t.dispatchEvent(n),n})(f)))},Et=(t,n,e,o)=>{if(t&&t[n])try{return t[n](e)}catch(t){s(t,o)}},Ct=t=>t.classList.add("hydrated"),xt=(t,n,o,l)=>{const i=e(t);if(!i)throw Error(`Couldn't find host element for "${l.S}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`);const r=i.$hostElement$,c=i.T.get(n),u=i.o,f=i.t;if(o=G(o,l.L[n][0]),(!(8&u)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(i.T.set(n,o),f)){if(l.A&&128&u){const t=l.A[n];t&&t.map((t=>{try{f[t](o,c,n)}catch(t){s(t,r)}}))}if(2==(18&u)){if(f.componentShouldUpdate&&!1===f.componentShouldUpdate(o,c,n))return;wt(i,!1)}}},Mt=(t,n,o)=>{var l,s;const i=t.prototype;if(n.L||n.A||t.watchers){t.watchers&&!n.A&&(n.A=t.watchers);const r=Object.entries(null!=(l=n.L)?l:{});if(r.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,t)||{};s&&(n.L[t][0]|=2048),r&&(n.L[t][0]|=4096),(1&o||!s)&&Object.defineProperty(i,t,{get(){{if(!(2048&n.L[t][0]))return((t,n)=>e(this).T.get(n))(0,t);const o=e(this),l=o?o.t:i;if(!l)return;return l[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,t,{set(s){const i=e(this);if(r){const e=32&l?this[t]:i.$hostElement$[t];return void 0===e&&i.T.get(t)?s=i.T.get(t):!i.T.get(t)&&e&&i.T.set(t,e),r.call(this,G(s,l)),void xt(this,t,s=32&l?this[t]:i.$hostElement$[t],n)}{if(!(1&o&&4096&n.L[t][0]))return xt(this,t,s,n),void(1&o&&!i.t&&i.D.then((()=>{4096&n.L[t][0]&&i.t[t]!==i.T.get(t)&&(i.t[t]=s)})));const e=()=>{const e=i.t[t];!i.T.get(t)&&e&&i.T.set(t,e),i.t[t]=G(s,l),xt(this,t,i.t[t],n)};i.t?e():i.D.then((()=>e()))}}})}else 1&o&&64&l&&Object.defineProperty(i,t,{value(...n){var o;const l=e(this);return null==(o=null==l?void 0:l.U)?void 0:o.then((()=>{var e;return null==(e=l.t)?void 0:e[t](...n)}))}})})),1&o){const o=new Map;i.attributeChangedCallback=function(t,l,s){a.jmp((()=>{var r;const c=o.get(t);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=e(this),i=null==o?void 0:o.o;if(i&&!(8&i)&&128&i&&s!==l){const e=o.t,i=null==(r=n.A)?void 0:r[t];null==i||i.forEach((n=>{null!=e[n]&&e[n].call(e,s,l,t)}))}return}}const u=Object.getOwnPropertyDescriptor(i,c);(s=(null!==s||"boolean"!=typeof this[c])&&s)===this[c]||u.get&&!u.set||(this[c]=s)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=n.A)?s:{}),...r.filter((([t,n])=>15&n[0])).map((([t,n])=>{const e=n[1]||t;return o.set(e,t),e}))]))}}return t},Nt=(t,n)=>{Et(t,"connectedCallback",void 0,n)},Rt=(t,n)=>{Et(t,"disconnectedCallback",void 0,n||t)},Ft=(t,n={})=>{var o;if(!f.document)return void console.warn("Stencil: No document found. Skipping bootstrapping lazy components.");const l=[],u=n.exclude||[],d=f.customElements,p=f.document.head,v=p.querySelector("meta[charset]"),m=f.document.createElement("style"),y=[];let w,$=!0;Object.assign(a,n),a.l=new URL(n.resourcesUrl||"./",f.document.baseURI).href;let b=!1;if(t.map((t=>{t[1].map((n=>{var o;const c={o:n[0],S:n[1],L:n[2],W:n[3]};4&c.o&&(b=!0),c.L=n[2],c.A=null!=(o=n[4])?o:{};const p=c.S,v=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,n)=>{const e={o:0,$hostElement$:t,M:n,T:new Map};e.U=new Promise((t=>e.P=t)),e.D=new Promise((t=>e.F=t)),t["s-p"]=[],t["s-rc"]=[];const o=e;t.__stencil__getHostRef=()=>o})(t=this,c),1&c.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.S}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else M.call(t,c)}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),w&&(clearTimeout(w),w=null),$?y.push(this):a.jmp((()=>(t=>{if(!(1&a.o)){const n=e(t),o=n.M,l=()=>{};if(1&n.o)(null==n?void 0:n.t)?Nt(n.t,t):(null==n?void 0:n.D)&&n.D.then((()=>Nt(n.t,t)));else{n.o|=1,12&o.o&&(t=>{if(!f.document)return;const n=t["s-cr"]=f.document.createComment("");n["s-cn"]=!0,mt(t,n,t.firstChild)})(t);{let e=t;for(;e=e.parentNode||e.host;)if(e["s-p"]){yt(n,n.C=e);break}}o.L&&Object.entries(o.L).map((([n,[e]])=>{if(31&e&&t.hasOwnProperty(n)){const e=t[n];delete t[n],t[n]=e}})),(async(t,n,e)=>{let o;if(!(32&n.o)){if(n.o|=32,e._){const l=((t,n)=>{const e=t.S.replace(/-/g,"_"),o=t._;if(!o)return;const l=i.get(o);return l?l[e]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[e])),(t=>{s(t,n.$hostElement$)}))
|
|
6
|
-
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(e,n);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${e.S}#${n.H}" was not found`);o.isProxied||(e.A=o.watchers,Mt(o,e,2),o.isProxied=!0);const r=()=>{};n.o|=8;try{new o(n)}catch(n){s(n,t)}n.o&=-9,n.o|=128,r(),Nt(n.t,t)}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>n.o|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const n=q(e);if(!r.has(n)){const o=()=>{};((t,n,e)=>{let o=r.get(t);h&&e?(o=o||new CSSStyleSheet,"string"==typeof o?o=n:o.replaceSync(n)):o=n,r.set(t,o)})(n,t,!!(1&e.o)),o()}}}const l=n.C,c=()=>wt(n,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(t,n,o)}l()}})(this)))}disconnectedCallback(){a.jmp((()=>(async t=>{if(!(1&a.o)){const n=e(t);(null==n?void 0:n.t)?Rt(n.t,t):(null==n?void 0:n.D)&&n.D.then((()=>Rt(n.t,t)))}Y.has(t)&&Y.delete(t),t.shadowRoot&&Y.has(t.shadowRoot)&&Y.delete(t.shadowRoot)})(this))),a.raf((()=>{var t;const n=e(this),o=y.findIndex((t=>t===this));o>-1&&y.splice(o,1),(null==(t=null==n?void 0:n.R)?void 0:t.$)instanceof Node&&!n.R.$.isConnected&&delete n.R.$}))}componentOnReady(){return e(this).D}};c._=t[0],u.includes(p)||d.get(p)||(l.push(p),d.define(p,Mt(v,c,1)))}))})),l.length>0&&(b&&(m.textContent+=c),m.textContent+=l.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",m.innerHTML.length)){m.setAttribute("data-styles","");const t=null!=(o=a.N)?o:j(f.document);null!=t&&m.setAttribute("nonce",t),p.insertBefore(m,v?v.nextSibling:p.firstChild)}$=!1,y.length?y.map((t=>t.connectedCallback())):a.jmp((()=>w=setTimeout(Ot,30)))},Pt=(t,n)=>n,Tt=t=>a.N=t;export{Pt as F,U as H,V as a,Ft as b,t as g,A as h,d as p,o as r,Tt as s}
|