@pisell/private-materials 6.1.1 → 6.2.1
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +13 -13
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +11 -11
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/es/businessModel/SalesModel/Sales/index.js +37 -4
- package/es/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/Sales/Cart/index.js +13 -4
- package/es/components/Sales/Cart/utils.d.ts +40 -0
- package/es/components/Sales/Cart/utils.js +171 -0
- package/es/components/Sales/Checkout/index.d.ts +4 -0
- package/es/components/Sales/Checkout/index.js +52 -8
- package/es/components/Sales/Checkout/serve.d.ts +13 -0
- package/es/components/Sales/Checkout/serve.js +16 -2
- package/es/components/Sales/Checkout/utils.d.ts +6 -1
- package/es/components/Sales/Checkout/utils.js +15 -4
- package/es/components/Sales/Customer/index.d.ts +1 -0
- package/es/components/Sales/Customer/index.js +1 -0
- package/es/components/Sales/Resource/index.js +2 -2
- package/es/components/Sales/Resource/serve.d.ts +7 -0
- package/es/components/Sales/Resource/serve.js +10 -0
- package/es/components/Sales/Summary/index.d.ts +10 -0
- package/es/components/Sales/Summary/index.js +17 -2
- package/es/components/Sales/Summary/serve.d.ts +1 -0
- package/es/components/Sales/Summary/serve.js +6 -0
- package/es/components/Sales/Summary/utils.d.ts +15 -0
- package/es/components/Sales/Summary/utils.js +43 -1
- package/es/components/appointmentBooking/components/Cart/Item/index.js +1 -0
- package/es/components/appointmentBooking/components/Content/index.js +15 -1
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
- package/es/components/appointmentBooking/components/Deposit/index.js +27 -7
- package/es/components/appointmentBooking/components/Form/index.js +1 -1
- package/es/components/appointmentBooking/components/Form/utils.d.ts +1 -1
- package/es/components/appointmentBooking/components/Form/utils.js +17 -15
- package/es/components/appointmentBooking/components/Header/index.js +2 -1
- package/es/components/appointmentBooking/components/Resource/index.js +1 -0
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.js +25 -20
- package/es/components/appointmentBooking/deposit/index.js +4 -2
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/footer/index.js +9 -33
- package/es/components/booking/components/footer/utils.d.ts +1 -0
- package/es/components/booking/components/footer/utils.js +47 -18
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +8 -0
- package/es/components/{pay/toB/store/provider.js → booking/components/reloadResourceModal/index.js} +48 -52
- package/es/components/booking/components/reloadResourceModal/index.less +6 -0
- package/es/components/booking/components/voucher/index.js +2 -2
- package/es/components/booking/editBookingModal/index.d.ts +5 -0
- package/es/components/booking/editBookingModal/index.js +386 -0
- package/es/components/booking/editBookingModal/index.less +8 -0
- package/es/components/booking/editBookingModal/locales.d.ts +21 -0
- package/es/components/booking/editBookingModal/locales.js +20 -0
- package/es/components/booking/editBookingModal/mock.d.ts +807 -0
- package/es/components/booking/editBookingModal/mock.js +2993 -0
- package/es/components/booking/editBookingModal/serve.d.ts +51 -0
- package/es/components/booking/editBookingModal/serve.js +288 -0
- package/es/components/booking/editBookingModal/type.d.ts +12 -0
- package/es/components/booking/editBookingModal/type.js +1 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/editBookingModal/utils.js +157 -0
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/hooks/useIsBooking4Shop.js +2 -2
- package/es/components/booking/info/addServiceVariant/index.js +2 -2
- package/es/components/booking/info/client/index.js +2 -2
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.js +8 -1
- package/es/components/booking/info/index.js +4 -5
- package/es/components/booking/info/model.js +5 -0
- package/es/components/booking/info/service/addService/index.js +2 -2
- package/es/components/booking/info/service/editService/index.js +1 -1
- package/es/components/booking/info/service/like/index.d.ts +0 -1
- package/es/components/booking/info/service/serviceManager/index.js +4 -4
- package/es/components/booking/info/service2/Lists.d.ts +0 -1
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/info/service2/utils.js +6 -4
- package/es/components/booking/info/utils.js +1 -1
- package/es/components/booking/info2/index.js +37 -13
- package/es/components/booking/info2/service/addService/index.js +22 -9
- package/es/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/es/components/booking/info2/service/addService/utils.js +48 -14
- package/es/components/booking/info2/service/addTimeModal/index.js +32 -9
- package/es/components/booking/info2/service/editService/Resources/index.js +22 -8
- package/es/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +26 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.js +308 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/es/components/booking/info2/service/editService/index.js +12 -15
- package/es/components/booking/info2/utils.js +13 -16
- package/es/components/booking/info2/utilsByBooking.js +10 -1
- package/es/components/booking/locales.d.ts +12 -0
- package/es/components/booking/locales.js +12 -0
- package/es/components/booking/materiels/holder/index.d.ts +0 -1
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/model.d.ts +1 -0
- package/es/components/eftpos/deviceList/index.d.ts +0 -1
- package/es/components/eftpos/form/index.d.ts +0 -1
- package/es/components/eftpos/group/index.d.ts +0 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftpos/icon/apiKey.d.ts +0 -1
- package/es/components/eftpos/icon/device.d.ts +0 -1
- package/es/components/eftpos/receipt/index.d.ts +0 -1
- package/es/components/eftpos/surcharge/index.d.ts +0 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/es/components/eftposPay/component/step/index.d.ts +0 -1
- package/es/components/eftposPay/component/step/step.d.ts +0 -1
- package/es/components/eftposPay/const.d.ts +4 -1
- package/es/components/eftposPay/const.js +3 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/hooks.js +3 -1
- package/es/components/eftposPay/index.js +1 -1
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/linkly/const.js +82 -0
- package/es/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/es/components/eftposPay/linkly/hooks/index.js +2 -0
- package/es/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
- package/es/components/eftposPay/linkly/hooks/normal.js +321 -0
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/es/components/{pay/toB/store/hooks.js → eftposPay/linkly/hooks/useTimeQuery.js} +252 -59
- package/es/components/eftposPay/linkly/index.d.ts +2 -0
- package/es/components/eftposPay/linkly/index.js +197 -0
- package/es/components/eftposPay/linkly/service.d.ts +32 -0
- package/es/components/eftposPay/linkly/service.js +81 -0
- package/es/components/eftposPay/manufacturer.d.ts +1 -0
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/pay.d.ts +1 -1
- package/es/components/eftposPay/pay.js +6 -2
- package/es/components/eftposPay/payo/config.js +30 -3
- package/es/components/eftposPay/store/index.d.ts +5 -5
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +40 -19
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +17 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.js +10 -6
- package/es/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
- package/es/components/eventBooking/components/Provider/Event/index.js +13 -4
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/index.js +22 -4
- package/es/components/eventBooking/index.js +21 -7
- package/es/components/eventBooking/locales.d.ts +24 -0
- package/es/components/eventBooking/locales.js +30 -6
- package/es/components/index.d.ts +3 -1
- package/es/components/index.js +3 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/es/components/productSelect/components/pisellPriceText/index.js +2 -3
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/es/components/schedules/utils.d.ts +1 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/stepController/components/Content/index.d.ts +7 -0
- package/es/components/stepController/components/Content/index.js +9 -0
- package/es/components/stepController/components/Content/index.less +8 -0
- package/es/components/stepController/components/Footer/index.d.ts +8 -0
- package/es/components/stepController/components/Footer/index.js +15 -0
- package/es/components/stepController/components/Footer/index.less +39 -0
- package/es/components/stepController/components/Header/index.d.ts +20 -0
- package/es/components/stepController/components/Header/index.js +97 -0
- package/es/components/stepController/components/Header/index.less +21 -0
- package/es/components/stepController/index.d.ts +5 -0
- package/es/components/stepController/index.js +64 -0
- package/es/components/stepController/index.less +11 -0
- package/es/components/stepController/locales.d.ts +27 -0
- package/es/components/stepController/locales.js +32 -0
- package/es/components/stepController/types.d.ts +23 -0
- package/es/components/stepController/types.js +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +19 -9
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.js +141 -142
- package/es/components/ticketBooking/index.js +4 -3
- package/es/components/ticketBooking/serve.d.ts +0 -1
- package/es/components/ticketBooking/serve.js +0 -26
- package/es/components/ticketBooking/utils/index.js +2 -1
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/hooks/useWindowSize.js +26 -0
- package/es/index.d.ts +2 -1
- package/es/index.js +3 -2
- package/es/utils/index.d.ts +1 -1
- package/lib/businessModel/SalesModel/Sales/index.js +22 -8
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/Sales/Cart/index.js +9 -4
- package/lib/components/Sales/Cart/utils.d.ts +40 -0
- package/lib/components/Sales/Cart/utils.js +120 -0
- package/lib/components/Sales/Checkout/index.d.ts +4 -0
- package/lib/components/Sales/Checkout/index.js +39 -7
- package/lib/components/Sales/Checkout/serve.d.ts +13 -0
- package/lib/components/Sales/Checkout/serve.js +7 -2
- package/lib/components/Sales/Checkout/utils.d.ts +6 -1
- package/lib/components/Sales/Checkout/utils.js +7 -3
- package/lib/components/Sales/Customer/index.d.ts +1 -0
- package/lib/components/Sales/Customer/index.js +1 -0
- package/lib/components/Sales/Resource/index.js +1 -1
- package/lib/components/Sales/Resource/serve.d.ts +7 -0
- package/lib/components/Sales/Resource/serve.js +9 -2
- package/lib/components/Sales/Summary/index.d.ts +10 -0
- package/lib/components/Sales/Summary/index.js +7 -1
- package/lib/components/Sales/Summary/serve.d.ts +1 -0
- package/lib/components/Sales/Summary/serve.js +32 -0
- package/lib/components/Sales/Summary/utils.d.ts +15 -0
- package/lib/components/Sales/Summary/utils.js +30 -1
- package/lib/components/appointmentBooking/components/Cart/Item/index.js +1 -0
- package/lib/components/appointmentBooking/components/Content/index.js +6 -1
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +6 -0
- package/lib/components/appointmentBooking/components/Deposit/index.js +36 -4
- package/lib/components/appointmentBooking/components/Form/index.js +6 -1
- package/lib/components/appointmentBooking/components/Form/utils.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Form/utils.js +9 -12
- package/lib/components/appointmentBooking/components/Header/index.js +1 -0
- package/lib/components/appointmentBooking/components/Resource/index.js +1 -0
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +8 -4
- package/lib/components/appointmentBooking/deposit/index.js +4 -2
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/footer/index.js +4 -23
- package/lib/components/booking/components/footer/utils.d.ts +1 -0
- package/lib/components/booking/components/footer/utils.js +27 -7
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +8 -0
- package/lib/components/booking/components/reloadResourceModal/index.js +74 -0
- package/lib/components/booking/components/reloadResourceModal/index.less +6 -0
- package/lib/components/booking/components/voucher/index.js +2 -2
- package/lib/components/booking/editBookingModal/index.d.ts +5 -0
- package/lib/components/booking/editBookingModal/index.js +363 -0
- package/lib/components/booking/editBookingModal/index.less +8 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
- package/lib/components/booking/editBookingModal/locales.js +44 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
- package/lib/components/booking/editBookingModal/mock.js +3314 -0
- package/lib/components/booking/editBookingModal/serve.d.ts +51 -0
- package/lib/components/booking/editBookingModal/serve.js +178 -0
- package/lib/components/booking/editBookingModal/type.d.ts +12 -0
- package/lib/components/{pay/toB/store/context.js → booking/editBookingModal/type.js} +3 -18
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/editBookingModal/utils.js +158 -0
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.js +2 -2
- package/lib/components/booking/info/addServiceVariant/index.js +3 -3
- package/lib/components/booking/info/client/index.js +19 -57
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.js +6 -1
- package/lib/components/booking/info/index.js +6 -4
- package/lib/components/booking/info/model.js +3 -0
- package/lib/components/booking/info/service/addService/index.js +3 -3
- package/lib/components/booking/info/service/editService/index.js +1 -0
- package/lib/components/booking/info/service/like/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceManager/index.js +3 -3
- package/lib/components/booking/info/service2/Lists.d.ts +0 -1
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/info/service2/utils.js +5 -4
- package/lib/components/booking/info/utils.js +2 -1
- package/lib/components/booking/info2/index.js +54 -20
- package/lib/components/booking/info2/service/addService/index.js +20 -7
- package/lib/components/booking/info2/service/addService/utils.d.ts +10 -0
- package/lib/components/booking/info2/service/addService/utils.js +32 -5
- package/lib/components/booking/info2/service/addTimeModal/index.js +26 -10
- package/lib/components/booking/info2/service/editService/Resources/index.js +54 -10
- package/lib/components/booking/info2/service/editService/Resources/index.less +6 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.js +53 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.d.ts +10 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.js +311 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/index.less +44 -0
- package/lib/components/booking/info2/service/editService/index.js +25 -28
- package/lib/components/booking/info2/utils.js +0 -15
- package/lib/components/booking/info2/utilsByBooking.js +7 -1
- package/lib/components/booking/locales.d.ts +12 -0
- package/lib/components/booking/locales.js +12 -0
- package/lib/components/booking/materiels/holder/index.d.ts +0 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/model.d.ts +1 -0
- package/lib/components/eftpos/deviceList/index.d.ts +0 -1
- package/lib/components/eftpos/form/index.d.ts +0 -1
- package/lib/components/eftpos/group/index.d.ts +0 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
- package/lib/components/eftpos/icon/device.d.ts +0 -1
- package/lib/components/eftpos/receipt/index.d.ts +0 -1
- package/lib/components/eftpos/surcharge/index.d.ts +0 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/lib/components/eftposPay/component/step/index.d.ts +0 -1
- package/lib/components/eftposPay/component/step/step.d.ts +0 -1
- package/lib/components/eftposPay/const.d.ts +4 -1
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/hooks.js +11 -4
- package/lib/components/eftposPay/index.js +1 -1
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/linkly/const.js +102 -0
- package/lib/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/lib/components/{pay/toB/types → eftposPay/linkly/hooks}/index.js +7 -5
- package/lib/components/eftposPay/linkly/hooks/normal.d.ts +30 -0
- package/lib/components/eftposPay/linkly/hooks/normal.js +242 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +222 -0
- package/lib/components/eftposPay/linkly/index.d.ts +2 -0
- package/lib/components/eftposPay/linkly/index.js +208 -0
- package/lib/components/eftposPay/linkly/service.d.ts +32 -0
- package/lib/components/eftposPay/linkly/service.js +55 -0
- package/lib/components/eftposPay/manufacturer.d.ts +1 -0
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/pay.d.ts +1 -1
- package/lib/components/eftposPay/pay.js +13 -2
- package/lib/components/eftposPay/payo/config.js +22 -2
- package/lib/components/eftposPay/store/index.d.ts +5 -5
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +29 -8
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -0
- package/lib/components/{pay/toB/components → eventBooking/components/Provider/Cart/Deposit}/index.js +26 -22
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.js +8 -5
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +4 -2
- package/lib/components/eventBooking/components/Provider/Event/index.js +10 -3
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/index.js +10 -4
- package/lib/components/eventBooking/index.js +11 -7
- package/lib/components/eventBooking/locales.d.ts +24 -0
- package/lib/components/eventBooking/locales.js +30 -6
- package/lib/components/index.d.ts +3 -1
- package/lib/components/index.js +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/lib/components/productSelect/components/pisellPriceText/index.js +2 -8
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/lib/components/schedules/utils.d.ts +1 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/stepController/components/Content/index.d.ts +7 -0
- package/lib/components/{pay/toB/components/Content/Header.js → stepController/components/Content/index.js} +9 -9
- package/lib/components/stepController/components/Content/index.less +8 -0
- package/lib/components/stepController/components/Footer/index.d.ts +8 -0
- package/lib/components/{pay/toB/components/CardGroup → stepController/components/Footer}/index.js +17 -11
- package/lib/components/stepController/components/Footer/index.less +39 -0
- package/lib/components/stepController/components/Header/index.d.ts +20 -0
- package/lib/components/stepController/components/Header/index.js +104 -0
- package/lib/components/stepController/components/Header/index.less +21 -0
- package/lib/components/stepController/index.d.ts +5 -0
- package/lib/components/stepController/index.js +89 -0
- package/lib/components/stepController/index.less +11 -0
- package/lib/components/stepController/locales.d.ts +27 -0
- package/lib/components/stepController/locales.js +50 -0
- package/lib/components/stepController/types.d.ts +23 -0
- package/lib/components/{pay/toB/store/index.js → stepController/types.js} +3 -13
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +22 -11
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.js +147 -143
- package/lib/components/ticketBooking/index.js +5 -16
- package/lib/components/ticketBooking/serve.d.ts +0 -1
- package/lib/components/ticketBooking/serve.js +0 -11
- package/lib/components/ticketBooking/utils/index.js +2 -1
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/hooks/useWindowSize.js +51 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +6 -3
- package/lib/utils/index.d.ts +1 -1
- package/lowcode/edit-booking-modal/meta.ts +53 -0
- package/lowcode/step-controller/meta.ts +88 -0
- package/package.json +3 -3
- package/es/components/pay/toB/components/Cache/index.d.ts +0 -10
- package/es/components/pay/toB/components/Cache/index.js +0 -94
- package/es/components/pay/toB/components/Cache/index.less +0 -41
- package/es/components/pay/toB/components/Card/index.d.ts +0 -7
- package/es/components/pay/toB/components/Card/index.js +0 -32
- package/es/components/pay/toB/components/Card/index.less +0 -26
- package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -7
- package/es/components/pay/toB/components/CardGroup/index.js +0 -22
- package/es/components/pay/toB/components/CardGroup/index.less +0 -18
- package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
- package/es/components/pay/toB/components/ConfirmedPayment/index.js +0 -67
- package/es/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
- package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/es/components/pay/toB/components/Content/Footer.js +0 -36
- package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/es/components/pay/toB/components/Content/Header.js +0 -12
- package/es/components/pay/toB/components/Content/index.d.ts +0 -4
- package/es/components/pay/toB/components/Content/index.js +0 -277
- package/es/components/pay/toB/components/Content/index.less +0 -9
- package/es/components/pay/toB/components/Content/utils.d.ts +0 -16
- package/es/components/pay/toB/components/Content/utils.js +0 -76
- package/es/components/pay/toB/components/index.d.ts +0 -5
- package/es/components/pay/toB/components/index.js +0 -5
- package/es/components/pay/toB/hooks.d.ts +0 -12
- package/es/components/pay/toB/hooks.js +0 -30
- package/es/components/pay/toB/index.d.ts +0 -3
- package/es/components/pay/toB/index.js +0 -24
- package/es/components/pay/toB/locales.d.ts +0 -54
- package/es/components/pay/toB/locales.js +0 -65
- package/es/components/pay/toB/store/context.d.ts +0 -3
- package/es/components/pay/toB/store/context.js +0 -2
- package/es/components/pay/toB/store/hooks.d.ts +0 -15
- package/es/components/pay/toB/store/index.d.ts +0 -3
- package/es/components/pay/toB/store/index.js +0 -3
- package/es/components/pay/toB/store/provider.d.ts +0 -4
- package/es/components/pay/toB/store/utils.d.ts +0 -13
- package/es/components/pay/toB/store/utils.js +0 -66
- package/es/components/pay/toB/types/index.d.ts +0 -1
- package/es/components/pay/toB/types/index.js +0 -1
- package/es/components/pay/toB/types/storeTypes.d.ts +0 -141
- package/es/components/pay/toB/types/storeTypes.js +0 -24
- package/lib/components/pay/toB/components/Cache/index.d.ts +0 -10
- package/lib/components/pay/toB/components/Cache/index.js +0 -108
- package/lib/components/pay/toB/components/Cache/index.less +0 -41
- package/lib/components/pay/toB/components/Card/index.d.ts +0 -7
- package/lib/components/pay/toB/components/Card/index.js +0 -66
- package/lib/components/pay/toB/components/Card/index.less +0 -26
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -7
- package/lib/components/pay/toB/components/CardGroup/index.less +0 -18
- package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +0 -6
- package/lib/components/pay/toB/components/ConfirmedPayment/index.js +0 -77
- package/lib/components/pay/toB/components/ConfirmedPayment/index.less +0 -69
- package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/lib/components/pay/toB/components/Content/Footer.js +0 -63
- package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/lib/components/pay/toB/components/Content/index.d.ts +0 -4
- package/lib/components/pay/toB/components/Content/index.js +0 -209
- package/lib/components/pay/toB/components/Content/index.less +0 -9
- package/lib/components/pay/toB/components/Content/utils.d.ts +0 -16
- package/lib/components/pay/toB/components/Content/utils.js +0 -91
- package/lib/components/pay/toB/components/index.d.ts +0 -5
- package/lib/components/pay/toB/hooks.d.ts +0 -12
- package/lib/components/pay/toB/hooks.js +0 -60
- package/lib/components/pay/toB/index.d.ts +0 -3
- package/lib/components/pay/toB/index.js +0 -54
- package/lib/components/pay/toB/locales.d.ts +0 -54
- package/lib/components/pay/toB/locales.js +0 -77
- package/lib/components/pay/toB/store/context.d.ts +0 -3
- package/lib/components/pay/toB/store/hooks.d.ts +0 -15
- package/lib/components/pay/toB/store/hooks.js +0 -85
- package/lib/components/pay/toB/store/index.d.ts +0 -3
- package/lib/components/pay/toB/store/provider.d.ts +0 -4
- package/lib/components/pay/toB/store/provider.js +0 -70
- package/lib/components/pay/toB/store/utils.d.ts +0 -13
- package/lib/components/pay/toB/store/utils.js +0 -72
- package/lib/components/pay/toB/types/index.d.ts +0 -1
- package/lib/components/pay/toB/types/storeTypes.d.ts +0 -141
- package/lib/components/pay/toB/types/storeTypes.js +0 -36
- package/lowcode/tob-pay/meta.ts +0 -44
@@ -5,4 +5,14 @@ export var getResourceListApi = function getResourceListApi(params) {
|
|
5
5
|
return request.getRequest().get('/h5/form/data/v1', params, {
|
6
6
|
useCache: true
|
7
7
|
});
|
8
|
+
};
|
9
|
+
|
10
|
+
/**
|
11
|
+
* @title: 获取特殊资源列表
|
12
|
+
* @Author: xiangfeng.xue
|
13
|
+
*/
|
14
|
+
export var getSpecialResourceListApi = function getSpecialResourceListApi(params) {
|
15
|
+
return request.getRequest().get('/h5/eventbookingv2/item/specify-resources', params, {
|
16
|
+
useCache: true
|
17
|
+
});
|
8
18
|
};
|
@@ -7,6 +7,16 @@ interface SummaryContextType {
|
|
7
7
|
taxTitle?: string;
|
8
8
|
totalTaxFee?: string;
|
9
9
|
isPriceIncludeTax?: 0 | 1;
|
10
|
+
deposit?: {
|
11
|
+
total: string;
|
12
|
+
protocols: any[];
|
13
|
+
hasDeposit: boolean;
|
14
|
+
};
|
15
|
+
isAgreeDepositPolicy: boolean;
|
16
|
+
setIsAgreeDepositPolicy: (value: boolean) => void;
|
17
|
+
getDepositProtocol: (params: {
|
18
|
+
id: string;
|
19
|
+
}) => Promise<any>;
|
10
20
|
}
|
11
21
|
interface SummaryProviderProps {
|
12
22
|
children: React.ReactNode;
|
@@ -1,7 +1,14 @@
|
|
1
|
-
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
7
|
+
import React, { createContext, useMemo, useState } from 'react';
|
2
8
|
import { useCart } from "../Cart";
|
3
9
|
import { calculatePriceDetails } from "./utils";
|
4
10
|
import { useInit } from "../Init";
|
11
|
+
import { getDepositProtocolApi } from "./serve";
|
5
12
|
|
6
13
|
// 定义上下文接口
|
7
14
|
|
@@ -16,6 +23,10 @@ export var SummaryProvider = function SummaryProvider(_ref) {
|
|
16
23
|
cartData = _useCart.cartData;
|
17
24
|
var _useInit = useInit(),
|
18
25
|
initData = _useInit.initData;
|
26
|
+
var _useState = useState(false),
|
27
|
+
_useState2 = _slicedToArray(_useState, 2),
|
28
|
+
isAgreeDepositPolicy = _useState2[0],
|
29
|
+
setIsAgreeDepositPolicy = _useState2[1];
|
19
30
|
var summaryData = useMemo(function () {
|
20
31
|
return calculatePriceDetails((initData === null || initData === void 0 ? void 0 : initData.shop) || {}, cartData.cartItems);
|
21
32
|
}, [cartData.cartItems, initData === null || initData === void 0 ? void 0 : initData.shop]);
|
@@ -26,7 +37,11 @@ export var SummaryProvider = function SummaryProvider(_ref) {
|
|
26
37
|
total: summaryData.total,
|
27
38
|
taxTitle: summaryData.taxTitle,
|
28
39
|
totalTaxFee: summaryData.totalTaxFee,
|
29
|
-
isPriceIncludeTax: summaryData.isPriceIncludeTax
|
40
|
+
isPriceIncludeTax: summaryData.isPriceIncludeTax,
|
41
|
+
deposit: summaryData.deposit,
|
42
|
+
isAgreeDepositPolicy: isAgreeDepositPolicy,
|
43
|
+
setIsAgreeDepositPolicy: setIsAgreeDepositPolicy,
|
44
|
+
getDepositProtocol: getDepositProtocolApi
|
30
45
|
};
|
31
46
|
return /*#__PURE__*/React.createElement(SummaryContext.Provider, {
|
32
47
|
value: contextValue
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const getDepositProtocolApi: (id: string) => Promise<any>;
|
@@ -10,6 +10,11 @@ interface PriceDetail {
|
|
10
10
|
taxTitle?: string;
|
11
11
|
totalTaxFee?: string;
|
12
12
|
isPriceIncludeTax?: 0 | 1;
|
13
|
+
deposit?: {
|
14
|
+
total: string;
|
15
|
+
protocols: any[];
|
16
|
+
hasDeposit: boolean;
|
17
|
+
};
|
13
18
|
}
|
14
19
|
/**
|
15
20
|
* 计算商品小计(不含其他费用)
|
@@ -33,4 +38,14 @@ export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.0
|
|
33
38
|
* @returns 价格明细对象
|
34
39
|
*/
|
35
40
|
export declare const calculatePriceDetails: (shopInfo: any, items: CartItem[]) => PriceDetail;
|
41
|
+
/**
|
42
|
+
* @title: 计算定金
|
43
|
+
* @param items - 购物车商品数组
|
44
|
+
* @returns 定金字符串,保留2位小数
|
45
|
+
*/
|
46
|
+
export declare const calculateDeposit: (items: CartItem[]) => {
|
47
|
+
total: string;
|
48
|
+
protocols: any[];
|
49
|
+
hasDeposit: never;
|
50
|
+
} | undefined;
|
36
51
|
export {};
|
@@ -54,11 +54,53 @@ export var calculatePriceDetails = function calculatePriceDetails(shopInfo, item
|
|
54
54
|
|
55
55
|
// 计算总价
|
56
56
|
var total = shopInfo !== null && shopInfo !== void 0 && shopInfo.is_price_include_tax ? subtotal : subtotal.plus(totalTaxFee);
|
57
|
+
|
58
|
+
// 计算定金
|
59
|
+
var deposit = calculateDeposit(items);
|
57
60
|
return {
|
58
61
|
subtotal: subtotal.toFixed(2),
|
59
62
|
total: total.toFixed(2),
|
60
63
|
taxTitle: shopInfo === null || shopInfo === void 0 ? void 0 : shopInfo.tax_title,
|
61
64
|
totalTaxFee: totalTaxFee.toFixed(2),
|
62
|
-
isPriceIncludeTax: shopInfo === null || shopInfo === void 0 ? void 0 : shopInfo.is_price_include_tax
|
65
|
+
isPriceIncludeTax: shopInfo === null || shopInfo === void 0 ? void 0 : shopInfo.is_price_include_tax,
|
66
|
+
deposit: deposit
|
63
67
|
};
|
68
|
+
};
|
69
|
+
|
70
|
+
/**
|
71
|
+
* @title: 计算定金
|
72
|
+
* @param items - 购物车商品数组
|
73
|
+
* @returns 定金字符串,保留2位小数
|
74
|
+
*/
|
75
|
+
export var calculateDeposit = function calculateDeposit(items) {
|
76
|
+
if (!(items !== null && items !== void 0 && items.length)) {
|
77
|
+
return undefined;
|
78
|
+
}
|
79
|
+
var protocols = [];
|
80
|
+
var hasDeposit = false;
|
81
|
+
var total = items.reduce(function (sum, item) {
|
82
|
+
if (item !== null && item !== void 0 && item.deposit) {
|
83
|
+
var _item$deposit, _item$deposit2;
|
84
|
+
hasDeposit = true;
|
85
|
+
var cartItemTotalPrice = new Decimal((item === null || item === void 0 || (_item$deposit = item.deposit) === null || _item$deposit === void 0 ? void 0 : _item$deposit.total) || 0);
|
86
|
+
// 将协议数据去重合并
|
87
|
+
item === null || item === void 0 || (_item$deposit2 = item.deposit) === null || _item$deposit2 === void 0 || (_item$deposit2 = _item$deposit2.protocols) === null || _item$deposit2 === void 0 || _item$deposit2.forEach(function (protocol) {
|
88
|
+
if (protocols.findIndex(function (p) {
|
89
|
+
return p.id === protocol.id;
|
90
|
+
}) === -1) {
|
91
|
+
protocols.push(protocol);
|
92
|
+
}
|
93
|
+
});
|
94
|
+
return sum.plus(cartItemTotalPrice);
|
95
|
+
}
|
96
|
+
return sum;
|
97
|
+
}, new Decimal(0));
|
98
|
+
if (hasDeposit) {
|
99
|
+
return {
|
100
|
+
total: total.toFixed(2),
|
101
|
+
protocols: protocols,
|
102
|
+
hasDeposit: hasDeposit
|
103
|
+
};
|
104
|
+
}
|
105
|
+
return undefined;
|
64
106
|
};
|
@@ -213,6 +213,19 @@ var Layout = function Layout() {
|
|
213
213
|
if (isDateSelectedFirst && key === 'select-date') return false;
|
214
214
|
return key !== 'confirm-information';
|
215
215
|
}, [isDateSelectedFirst, currentStep === null || currentStep === void 0 || (_currentStep$step8 = currentStep.step) === null || _currentStep$step8 === void 0 ? void 0 : _currentStep$step8.key]);
|
216
|
+
|
217
|
+
/**
|
218
|
+
* @title: 获取协议方法需要在组件中定义才能传递给子组件,子组件无法获取到context中的方法
|
219
|
+
* @description:
|
220
|
+
* @param {string} id
|
221
|
+
* @return {*}
|
222
|
+
* @Author: WangHan
|
223
|
+
* @Date: 2025-07-07 10:06
|
224
|
+
*/
|
225
|
+
var depositProtocolRequest = function depositProtocolRequest(id) {
|
226
|
+
var _appointmentBooking$g;
|
227
|
+
return appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$g = appointmentBooking.getProtocol) === null || _appointmentBooking$g === void 0 ? void 0 : _appointmentBooking$g.call(appointmentBooking, id);
|
228
|
+
};
|
216
229
|
return /*#__PURE__*/React.createElement(React.Fragment, null, !isRetailTemplate ? /*#__PURE__*/React.createElement(Header, null) : null, /*#__PURE__*/React.createElement("div", {
|
217
230
|
className: "parallel-content-wrap ".concat(isMobile() ? 'parallel-content-mobile-wrap' : '', " ").concat(isRetailTemplate ? 'parallel-content-retail-wrap' : '')
|
218
231
|
}, /*#__PURE__*/React.createElement("div", {
|
@@ -237,7 +250,8 @@ var Layout = function Layout() {
|
|
237
250
|
onChange: function onChange() {
|
238
251
|
return setLoading(false);
|
239
252
|
},
|
240
|
-
isHideCheckout: false
|
253
|
+
isHideCheckout: false,
|
254
|
+
depositProtocolRequest: depositProtocolRequest
|
241
255
|
}) : null);
|
242
256
|
};
|
243
257
|
export default Layout;
|
@@ -1,3 +1,9 @@
|
|
1
1
|
import './index.less';
|
2
|
+
export declare const DepositContent: (props: {
|
3
|
+
isAgreeDepositPolicy: boolean;
|
4
|
+
setIsAgreeDepositPolicy: (value: boolean) => void;
|
5
|
+
deposit: any;
|
6
|
+
depositProtocolRequest?: any;
|
7
|
+
}) => JSX.Element;
|
2
8
|
declare const Deposit: () => JSX.Element;
|
3
9
|
export default Deposit;
|
@@ -4,12 +4,11 @@ import AppointmentDeposit from "../../deposit";
|
|
4
4
|
import { useAppointmentBookingContext } from "../../context";
|
5
5
|
import { locales } from '@pisell/utils';
|
6
6
|
import "./index.less";
|
7
|
-
var
|
8
|
-
var
|
9
|
-
setIsAgreeDepositPolicy =
|
10
|
-
|
11
|
-
|
12
|
-
var deposit = summary.deposit;
|
7
|
+
export var DepositContent = function DepositContent(props) {
|
8
|
+
var isAgreeDepositPolicy = props.isAgreeDepositPolicy,
|
9
|
+
setIsAgreeDepositPolicy = props.setIsAgreeDepositPolicy,
|
10
|
+
deposit = props.deposit,
|
11
|
+
depositProtocolRequest = props.depositProtocolRequest;
|
13
12
|
return /*#__PURE__*/React.createElement("div", {
|
14
13
|
className: "appointment-deposit-wrap"
|
15
14
|
}, /*#__PURE__*/React.createElement("div", {
|
@@ -24,7 +23,28 @@ var Deposit = function Deposit() {
|
|
24
23
|
isAgreePolicy: isAgreeDepositPolicy,
|
25
24
|
onChange: function onChange(value) {
|
26
25
|
return setIsAgreeDepositPolicy(value);
|
27
|
-
}
|
26
|
+
},
|
27
|
+
depositProtocolRequest: depositProtocolRequest
|
28
28
|
}));
|
29
29
|
};
|
30
|
+
var Deposit = function Deposit() {
|
31
|
+
var _ref = useAppointmentBookingContext(),
|
32
|
+
setIsAgreeDepositPolicy = _ref.setIsAgreeDepositPolicy,
|
33
|
+
isAgreeDepositPolicy = _ref.isAgreeDepositPolicy,
|
34
|
+
summary = _ref.summary,
|
35
|
+
appointmentBooking = _ref.appointmentBooking;
|
36
|
+
var deposit = summary.deposit;
|
37
|
+
|
38
|
+
// 获取协议方法需要在组件中定义才能传递给子组件,子组件无法获取到context中的方法
|
39
|
+
var depositProtocolRequest = function depositProtocolRequest(id) {
|
40
|
+
var _appointmentBooking$g;
|
41
|
+
return appointmentBooking === null || appointmentBooking === void 0 || (_appointmentBooking$g = appointmentBooking.getProtocol) === null || _appointmentBooking$g === void 0 ? void 0 : _appointmentBooking$g.call(appointmentBooking, id);
|
42
|
+
};
|
43
|
+
return /*#__PURE__*/React.createElement(DepositContent, {
|
44
|
+
isAgreeDepositPolicy: !!isAgreeDepositPolicy,
|
45
|
+
setIsAgreeDepositPolicy: setIsAgreeDepositPolicy,
|
46
|
+
deposit: deposit,
|
47
|
+
depositProtocolRequest: depositProtocolRequest
|
48
|
+
});
|
49
|
+
};
|
30
50
|
export default Deposit;
|
@@ -104,7 +104,7 @@ var Form = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
104
104
|
// 更新表单购物车
|
105
105
|
appointmentBooking.updateCart({
|
106
106
|
_id: appointmentBoard === null || appointmentBoard === void 0 ? void 0 : appointmentBoard.cart_id,
|
107
|
-
relationForms: updateRelationForms(carts, appointmentBoard, values)
|
107
|
+
relationForms: updateRelationForms(carts, appointmentBoard, values, currentStepParams === null || currentStepParams === void 0 ? void 0 : currentStepParams.key)
|
108
108
|
});
|
109
109
|
};
|
110
110
|
|
@@ -5,4 +5,4 @@
|
|
5
5
|
* @Author: WangHan
|
6
6
|
* @Date: 2025-05-26 16:58
|
7
7
|
*/
|
8
|
-
export declare const updateRelationForms: (carts: any[], currentCart: any, values: any) => any;
|
8
|
+
export declare const updateRelationForms: (carts: any[], currentCart: any, values: any, currentStepKey?: string) => any;
|
@@ -5,32 +5,34 @@
|
|
5
5
|
* @Author: WangHan
|
6
6
|
* @Date: 2025-05-26 16:58
|
7
7
|
*/
|
8
|
-
export var updateRelationForms = function updateRelationForms(carts, currentCart, values) {
|
8
|
+
export var updateRelationForms = function updateRelationForms(carts, currentCart, values, currentStepKey) {
|
9
9
|
var _cartItem$_origin;
|
10
10
|
if (!(currentCart !== null && currentCart !== void 0 && currentCart.cart_id)) return [];
|
11
|
+
// 不同情况如下:
|
12
|
+
// 1. 一个商品,一个资源,一个表单
|
13
|
+
// 2. 一个商品,多个资源,多个表单
|
14
|
+
// 3. 多个商品,一个资源,一个表单
|
15
|
+
// 4. 多个商品,多个资源,多个表单
|
16
|
+
|
11
17
|
var cartItem = carts === null || carts === void 0 ? void 0 : carts.find(function (item) {
|
12
18
|
return (item === null || item === void 0 ? void 0 : item._id) === (currentCart === null || currentCart === void 0 ? void 0 : currentCart.cart_id);
|
13
19
|
});
|
14
20
|
var oldLists = (cartItem === null || cartItem === void 0 || (_cartItem$_origin = cartItem._origin) === null || _cartItem$_origin === void 0 ? void 0 : _cartItem$_origin.relation_forms) || [];
|
15
21
|
var newData = {
|
16
22
|
form_id: Number(values === null || values === void 0 ? void 0 : values.form_id),
|
17
|
-
|
23
|
+
form_record_ids: [values === null || values === void 0 ? void 0 : values.form_record_id],
|
24
|
+
cartId: currentCart === null || currentCart === void 0 ? void 0 : currentCart.cart_id,
|
25
|
+
currentStepKey: currentStepKey
|
18
26
|
};
|
19
|
-
var exist = oldLists.find(function (item) {
|
20
|
-
return item.form_id === (newData === null || newData === void 0 ? void 0 : newData.form_id);
|
21
|
-
});
|
22
27
|
|
23
|
-
//
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
28
|
+
// 查找是否有相同 cartId 和 form_id 的项
|
29
|
+
var existIndex = oldLists.findIndex(function (item) {
|
30
|
+
return item.cartId === newData.cartId && item.form_id === newData.form_id && item.currentStepKey === newData.currentStepKey;
|
31
|
+
});
|
32
|
+
if (existIndex > -1) {
|
33
|
+
oldLists[existIndex].form_record_ids = newData.form_record_ids;
|
29
34
|
} else {
|
30
|
-
oldLists.
|
31
|
-
form_id: newData.form_id,
|
32
|
-
form_record_ids: [newData.form_record_id]
|
33
|
-
});
|
35
|
+
oldLists = oldLists.concat(newData);
|
34
36
|
}
|
35
37
|
return oldLists;
|
36
38
|
};
|
@@ -106,7 +106,8 @@ var Header = function Header() {
|
|
106
106
|
// 5. 清空表单数据
|
107
107
|
if (key.startsWith('fill-form')) {
|
108
108
|
form_key = 'booking_form';
|
109
|
-
booking_form = getOtherData(form_key);
|
109
|
+
booking_form = getOtherData(form_key); // 移除表单步骤
|
110
|
+
removeStep(key);
|
110
111
|
setOtherData(form_key, _objectSpread(_objectSpread({}, booking_form), {}, _defineProperty({}, key, {})));
|
111
112
|
}
|
112
113
|
|
@@ -210,6 +210,7 @@ var Resource = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
210
210
|
var index = carts.findIndex(function (n) {
|
211
211
|
return !(appointmentBooking !== null && appointmentBooking !== void 0 && appointmentBooking.isTargetCartIdNormalProduct(n._id));
|
212
212
|
});
|
213
|
+
e.like_status = 'like';
|
213
214
|
return appointmentBooking.updateCart({
|
214
215
|
_id: carts === null || carts === void 0 || (_carts$index = carts[index]) === null || _carts$index === void 0 ? void 0 : _carts$index._id,
|
215
216
|
resources: updateCartResources(carts === null || carts === void 0 ? void 0 : carts[index], e)
|
@@ -12,7 +12,6 @@ import React, { useState, useEffect } from 'react';
|
|
12
12
|
import { Spin } from 'antd';
|
13
13
|
import { PisellModal, PisellEmpty, Button, Checkbox } from '@pisell/materials';
|
14
14
|
import { locales, isMobile } from '@pisell/utils';
|
15
|
-
import { useAppointmentBookingContext } from "../../../context";
|
16
15
|
import "./index.less";
|
17
16
|
var DepositModal = function DepositModal(props) {
|
18
17
|
var open = props.open,
|
@@ -21,9 +20,8 @@ var DepositModal = function DepositModal(props) {
|
|
21
20
|
onChange = props.onChange,
|
22
21
|
onConfirm = props.onConfirm,
|
23
22
|
_props$isHideCheckout = props.isHideCheckout,
|
24
|
-
isHideCheckout = _props$isHideCheckout === void 0 ? true : _props$isHideCheckout
|
25
|
-
|
26
|
-
appointmentBooking = _useAppointmentBookin.appointmentBooking;
|
23
|
+
isHideCheckout = _props$isHideCheckout === void 0 ? true : _props$isHideCheckout,
|
24
|
+
depositProtocolRequest = props.depositProtocolRequest;
|
27
25
|
var _useState = useState(null),
|
28
26
|
_useState2 = _slicedToArray(_useState, 2),
|
29
27
|
policy = _useState2[0],
|
@@ -50,35 +48,42 @@ var DepositModal = function DepositModal(props) {
|
|
50
48
|
*/
|
51
49
|
var getPolicy = /*#__PURE__*/function () {
|
52
50
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(id) {
|
53
|
-
var _yield$
|
51
|
+
var _yield$depositProtoco, data;
|
54
52
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
55
53
|
while (1) switch (_context.prev = _context.next) {
|
56
54
|
case 0:
|
55
|
+
if (depositProtocolRequest) {
|
56
|
+
_context.next = 3;
|
57
|
+
break;
|
58
|
+
}
|
59
|
+
console.error('depositProtocolRequest is not defined');
|
60
|
+
return _context.abrupt("return");
|
61
|
+
case 3:
|
57
62
|
setLoading(true);
|
58
|
-
_context.prev =
|
59
|
-
_context.next =
|
60
|
-
return
|
61
|
-
case
|
62
|
-
_yield$
|
63
|
-
data = _yield$
|
63
|
+
_context.prev = 4;
|
64
|
+
_context.next = 7;
|
65
|
+
return depositProtocolRequest === null || depositProtocolRequest === void 0 ? void 0 : depositProtocolRequest(id);
|
66
|
+
case 7:
|
67
|
+
_yield$depositProtoco = _context.sent;
|
68
|
+
data = _yield$depositProtoco.data;
|
64
69
|
setPolicy(data);
|
65
70
|
onChange && onChange(data);
|
66
|
-
_context.next =
|
71
|
+
_context.next = 17;
|
67
72
|
break;
|
68
|
-
case
|
69
|
-
_context.prev =
|
70
|
-
_context.t0 = _context["catch"](
|
73
|
+
case 13:
|
74
|
+
_context.prev = 13;
|
75
|
+
_context.t0 = _context["catch"](4);
|
71
76
|
console.log(_context.t0);
|
72
77
|
onChange && onChange(_context.t0);
|
73
|
-
case 14:
|
74
|
-
_context.prev = 14;
|
75
|
-
setLoading(false);
|
76
|
-
return _context.finish(14);
|
77
78
|
case 17:
|
79
|
+
_context.prev = 17;
|
80
|
+
setLoading(false);
|
81
|
+
return _context.finish(17);
|
82
|
+
case 20:
|
78
83
|
case "end":
|
79
84
|
return _context.stop();
|
80
85
|
}
|
81
|
-
}, _callee, null, [[
|
86
|
+
}, _callee, null, [[4, 13, 17, 20]]);
|
82
87
|
}));
|
83
88
|
return function getPolicy(_x) {
|
84
89
|
return _ref.apply(this, arguments);
|
@@ -21,7 +21,8 @@ var Deposit = function Deposit(props) {
|
|
21
21
|
isAgreePolicy = _props$isAgreePolicy === void 0 ? true : _props$isAgreePolicy,
|
22
22
|
_props$isShowTitle = props.isShowTitle,
|
23
23
|
isShowTitle = _props$isShowTitle === void 0 ? true : _props$isShowTitle,
|
24
|
-
onChange = props.onChange
|
24
|
+
onChange = props.onChange,
|
25
|
+
depositProtocolRequest = props.depositProtocolRequest;
|
25
26
|
var context = useEngineContext();
|
26
27
|
// 打开协议弹窗
|
27
28
|
var _useState = useState(false),
|
@@ -95,7 +96,8 @@ var Deposit = function Deposit(props) {
|
|
95
96
|
onCancel: function onCancel() {
|
96
97
|
return setVisible(false);
|
97
98
|
},
|
98
|
-
item: policyItem
|
99
|
+
item: policyItem,
|
100
|
+
depositProtocolRequest: depositProtocolRequest
|
99
101
|
}));
|
100
102
|
};
|
101
103
|
export default Deposit;
|
@@ -76,7 +76,6 @@ var Footer = function Footer(props) {
|
|
76
76
|
var context = useEngineContext();
|
77
77
|
var _context$appHelper$ut = (_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.utils,
|
78
78
|
isTerminal = _context$appHelper$ut.isTerminal,
|
79
|
-
isWebPos = _context$appHelper$ut.isWebPos,
|
80
79
|
interaction = _context$appHelper$ut.interaction,
|
81
80
|
store = _context$appHelper$ut.store,
|
82
81
|
storage = _context$appHelper$ut.storage,
|
@@ -253,7 +252,7 @@ var Footer = function Footer(props) {
|
|
253
252
|
* @Date: 2024-01-30 16:53
|
254
253
|
*/
|
255
254
|
var goCheckout = /*#__PURE__*/function () {
|
256
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(order_id
|
255
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(order_id) {
|
257
256
|
var _interaction$utils, _interaction$utils$po;
|
258
257
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
259
258
|
while (1) switch (_context.prev = _context.next) {
|
@@ -264,31 +263,8 @@ var Footer = function Footer(props) {
|
|
264
263
|
}
|
265
264
|
return _context.abrupt("return");
|
266
265
|
case 2:
|
267
|
-
if (!isWebPos) {
|
268
|
-
_context.next = 5;
|
269
|
-
break;
|
270
|
-
}
|
271
|
-
state.action({
|
272
|
-
type: 'pisell1.handleOpenPayment',
|
273
|
-
data: {
|
274
|
-
order_id: order_id,
|
275
|
-
total_amount: totalAmount
|
276
|
-
},
|
277
|
-
callback: function callback(res) {
|
278
|
-
console.log('webpos_pay_result', res);
|
279
|
-
if ((res === null || res === void 0 ? void 0 : res.status) === 'success') {
|
280
|
-
var _window;
|
281
|
-
(_window = window) === null || _window === void 0 || (_window = _window.shopApi) === null || _window === void 0 || (_window = _window.booking) === null || _window === void 0 || _window.refreshBookingDetail();
|
282
|
-
} else if ((res === null || res === void 0 ? void 0 : res.status) === 'cancel') {
|
283
|
-
var _window2;
|
284
|
-
(_window2 = window) === null || _window2 === void 0 || (_window2 = _window2.shopApi) === null || _window2 === void 0 || (_window2 = _window2.booking) === null || _window2 === void 0 || _window2.voidBooking(order_id);
|
285
|
-
} else {}
|
286
|
-
}
|
287
|
-
});
|
288
|
-
return _context.abrupt("return");
|
289
|
-
case 5:
|
290
266
|
if (!(isTerminal !== null && isTerminal !== void 0 && isTerminal())) {
|
291
|
-
_context.next =
|
267
|
+
_context.next = 4;
|
292
268
|
break;
|
293
269
|
}
|
294
270
|
return _context.abrupt("return", interaction === null || interaction === void 0 || (_interaction$utils = interaction.utils) === null || _interaction$utils === void 0 || (_interaction$utils$po = _interaction$utils.postMessageToApp) === null || _interaction$utils$po === void 0 ? void 0 : _interaction$utils$po.call(_interaction$utils, {
|
@@ -299,7 +275,7 @@ var Footer = function Footer(props) {
|
|
299
275
|
callbackType: 'pisell2'
|
300
276
|
}
|
301
277
|
}));
|
302
|
-
case
|
278
|
+
case 4:
|
303
279
|
state.action({
|
304
280
|
type: 'pisell1.handlePayment',
|
305
281
|
data: {
|
@@ -309,13 +285,13 @@ var Footer = function Footer(props) {
|
|
309
285
|
state === null || state === void 0 || state.callback();
|
310
286
|
}
|
311
287
|
});
|
312
|
-
case
|
288
|
+
case 5:
|
313
289
|
case "end":
|
314
290
|
return _context.stop();
|
315
291
|
}
|
316
292
|
}, _callee);
|
317
293
|
}));
|
318
|
-
return function goCheckout(_x
|
294
|
+
return function goCheckout(_x) {
|
319
295
|
return _ref.apply(this, arguments);
|
320
296
|
};
|
321
297
|
}();
|
@@ -355,7 +331,7 @@ var Footer = function Footer(props) {
|
|
355
331
|
});
|
356
332
|
case 7:
|
357
333
|
res = _context2.sent;
|
358
|
-
goCheckout((res === null || res === void 0 ? void 0 : res.order_id) || state.bookingId
|
334
|
+
goCheckout((res === null || res === void 0 ? void 0 : res.order_id) || state.bookingId);
|
359
335
|
return _context2.abrupt("return");
|
360
336
|
case 10:
|
361
337
|
return _context2.abrupt("return", goCheckout(state.bookingId));
|
@@ -576,7 +552,7 @@ var Footer = function Footer(props) {
|
|
576
552
|
}
|
577
553
|
}, _callee4, null, [[20, 38]]);
|
578
554
|
}));
|
579
|
-
return function handleSave(
|
555
|
+
return function handleSave(_x2) {
|
580
556
|
return _ref5.apply(this, arguments);
|
581
557
|
};
|
582
558
|
}();
|
@@ -616,7 +592,7 @@ var Footer = function Footer(props) {
|
|
616
592
|
}
|
617
593
|
}, _callee5);
|
618
594
|
}));
|
619
|
-
return function onSelect(
|
595
|
+
return function onSelect(_x3) {
|
620
596
|
return _ref6.apply(this, arguments);
|
621
597
|
};
|
622
598
|
}();
|
@@ -743,7 +719,7 @@ var Footer = function Footer(props) {
|
|
743
719
|
}
|
744
720
|
}, _callee6);
|
745
721
|
}));
|
746
|
-
return function handleMenuClick(
|
722
|
+
return function handleMenuClick(_x4) {
|
747
723
|
return _ref7.apply(this, arguments);
|
748
724
|
};
|
749
725
|
}();
|
@@ -27,6 +27,7 @@ export interface ResourceItem {
|
|
27
27
|
* @Author: jinglin.tan
|
28
28
|
*/
|
29
29
|
export declare const checkSubResourcesCapacity: (resource: ResourceItem) => void;
|
30
|
+
export declare const checkResourcesFormat: (resources: any[], service: any, isChild?: boolean) => any[];
|
30
31
|
/**
|
31
32
|
* @title: 格式化商品单价
|
32
33
|
* @description:
|