@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
@@ -1,3 +1,4 @@
|
|
1
|
+
import Decimal from 'decimal.js';
|
1
2
|
import { ICalculatePriceParams } from './types';
|
2
3
|
export declare const handleProductInfo: (eventDetail: any, num: number) => {
|
3
4
|
totalPrice: number;
|
@@ -21,3 +22,42 @@ export declare const getOriginTotalPrice: (params: ICalculatePriceParams) => num
|
|
21
22
|
export declare const handleCartItemOrigin: (cartItem: any, eventDetail: any) => any;
|
22
23
|
export declare const formatBundleToOrigin: (bundle: any) => any;
|
23
24
|
export declare const formatOptionsToOrigin: (options: any) => any;
|
25
|
+
export declare const handleProductDeposit: (cartItem: any, eventDetail: any, num: number) => {
|
26
|
+
total: number;
|
27
|
+
protocols: any;
|
28
|
+
} | null;
|
29
|
+
/**
|
30
|
+
* 获取商品定金
|
31
|
+
* @description 定金基于商品售价来算,最终乘商品数量
|
32
|
+
* 1、如果套餐主商品有定金规则,则定金为:(套餐商品总售价 * 定金百分比 + 定金固定金额)* 商品数量
|
33
|
+
* 2、如果套餐主商品没有定金规则,子商品有定金规则,则定金为:(套餐子商品售价 * 套餐子商品定金百分比 + 套餐子商品定金固定金额)* 商品数量,最终将所有子商品定金相加
|
34
|
+
* 3、普通商品/单规格商品/组合规则商品,定金规则:(商品总售价 * 定金百分比 + 定金固定金额)* 商品数量
|
35
|
+
* @param params 参数
|
36
|
+
* @returns 商品定金
|
37
|
+
*/
|
38
|
+
export declare const getProductDeposit: (params: {
|
39
|
+
cartItem: any;
|
40
|
+
product: any;
|
41
|
+
bundle?: any;
|
42
|
+
options?: any;
|
43
|
+
num?: number;
|
44
|
+
}) => {
|
45
|
+
total: number;
|
46
|
+
protocols: any;
|
47
|
+
} | null;
|
48
|
+
/**
|
49
|
+
* 计算商品定金
|
50
|
+
* @param params 参数
|
51
|
+
* @returns 商品定金
|
52
|
+
*/
|
53
|
+
export declare const calculateProductDeposit: (params: {
|
54
|
+
depositData: {
|
55
|
+
deposit_fixed?: string;
|
56
|
+
deposit_percentage?: string;
|
57
|
+
};
|
58
|
+
total: string | number;
|
59
|
+
num: number;
|
60
|
+
}) => {
|
61
|
+
result: boolean;
|
62
|
+
depositTotal: Decimal;
|
63
|
+
};
|
@@ -1,6 +1,8 @@
|
|
1
|
+
var __create = Object.create;
|
1
2
|
var __defProp = Object.defineProperty;
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
7
|
var __export = (target, all) => {
|
6
8
|
for (var name in all)
|
@@ -14,19 +16,31 @@ var __copyProps = (to, from, except, desc) => {
|
|
14
16
|
}
|
15
17
|
return to;
|
16
18
|
};
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
25
|
+
mod
|
26
|
+
));
|
17
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
28
|
|
19
29
|
// src/components/Sales/Cart/utils.ts
|
20
30
|
var utils_exports = {};
|
21
31
|
__export(utils_exports, {
|
32
|
+
calculateProductDeposit: () => calculateProductDeposit,
|
22
33
|
formatBundleToOrigin: () => formatBundleToOrigin,
|
23
34
|
formatOptionsToOrigin: () => formatOptionsToOrigin,
|
24
35
|
getOriginTotalPrice: () => getOriginTotalPrice,
|
36
|
+
getProductDeposit: () => getProductDeposit,
|
25
37
|
getTotalPrice: () => getTotalPrice,
|
26
38
|
handleCartItemOrigin: () => handleCartItemOrigin,
|
39
|
+
handleProductDeposit: () => handleProductDeposit,
|
27
40
|
handleProductInfo: () => handleProductInfo
|
28
41
|
});
|
29
42
|
module.exports = __toCommonJS(utils_exports);
|
43
|
+
var import_decimal = __toESM(require("decimal.js"));
|
30
44
|
var handleProductInfo = (eventDetail, num) => {
|
31
45
|
var _a;
|
32
46
|
const { productDetail, bookingOptionItem } = eventDetail;
|
@@ -138,12 +152,118 @@ var formatOptionsToOrigin = (options) => {
|
|
138
152
|
};
|
139
153
|
});
|
140
154
|
};
|
155
|
+
var handleProductDeposit = (cartItem, eventDetail, num) => {
|
156
|
+
var _a;
|
157
|
+
const { productDetail } = eventDetail;
|
158
|
+
if (!productDetail) {
|
159
|
+
return null;
|
160
|
+
}
|
161
|
+
const { origin, bundle, options, product_variant_id } = productDetail || {};
|
162
|
+
let deposit = null;
|
163
|
+
const product = origin;
|
164
|
+
if (product_variant_id) {
|
165
|
+
product.product_variant_id = product_variant_id;
|
166
|
+
}
|
167
|
+
if (((_a = origin == null ? void 0 : origin.custom_deposit_data) == null ? void 0 : _a.has_deposit) == 1) {
|
168
|
+
deposit = getProductDeposit({ cartItem, product, bundle, options, num });
|
169
|
+
}
|
170
|
+
return deposit;
|
171
|
+
};
|
172
|
+
var getProductDeposit = (params) => {
|
173
|
+
var _a, _b;
|
174
|
+
const { cartItem, product, bundle, options } = params;
|
175
|
+
const num = (params == null ? void 0 : params.num) || 1;
|
176
|
+
if (((_a = product == null ? void 0 : product.custom_deposit_data) == null ? void 0 : _a.has_deposit) == 1) {
|
177
|
+
let total = new import_decimal.default(0);
|
178
|
+
const {
|
179
|
+
deposit_fixed,
|
180
|
+
deposit_percentage,
|
181
|
+
deposit_policy_data,
|
182
|
+
self_deposit_policy_ids
|
183
|
+
} = (product == null ? void 0 : product.custom_deposit_data) || {};
|
184
|
+
const allProtocols = deposit_policy_data || [];
|
185
|
+
let productHasDeposit = false;
|
186
|
+
const protocolIds = [];
|
187
|
+
if (typeof deposit_fixed === "string" && typeof deposit_percentage === "string") {
|
188
|
+
const { depositTotal, result } = calculateProductDeposit({
|
189
|
+
depositData: product == null ? void 0 : product.custom_deposit_data,
|
190
|
+
total: (cartItem == null ? void 0 : cartItem.total) || 0,
|
191
|
+
num
|
192
|
+
});
|
193
|
+
if (result) {
|
194
|
+
total = depositTotal;
|
195
|
+
protocolIds.push(...self_deposit_policy_ids || []);
|
196
|
+
productHasDeposit = true;
|
197
|
+
}
|
198
|
+
} else {
|
199
|
+
if (product == null ? void 0 : product.product_variant_id) {
|
200
|
+
const variantProduct = (_b = product == null ? void 0 : product.variant) == null ? void 0 : _b.find(
|
201
|
+
(item) => (item == null ? void 0 : item.id) === (product == null ? void 0 : product.product_variant_id)
|
202
|
+
);
|
203
|
+
if (variantProduct) {
|
204
|
+
const depositData = variantProduct == null ? void 0 : variantProduct.custom_deposit_data;
|
205
|
+
const { depositTotal, result } = calculateProductDeposit({
|
206
|
+
depositData,
|
207
|
+
total: (cartItem == null ? void 0 : cartItem.total) || 0,
|
208
|
+
num
|
209
|
+
});
|
210
|
+
if (result) {
|
211
|
+
total = depositTotal;
|
212
|
+
protocolIds.push(...(depositData == null ? void 0 : depositData.self_deposit_policy_ids) || []);
|
213
|
+
productHasDeposit = true;
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
if (bundle == null ? void 0 : bundle.length) {
|
218
|
+
total = bundle.reduce((accumulator, currBundleProduct) => {
|
219
|
+
const depositData = currBundleProduct == null ? void 0 : currBundleProduct.custom_deposit_data;
|
220
|
+
const { depositTotal, result } = calculateProductDeposit({
|
221
|
+
depositData,
|
222
|
+
total: currBundleProduct == null ? void 0 : currBundleProduct.price,
|
223
|
+
num: (currBundleProduct == null ? void 0 : currBundleProduct.num) || 1
|
224
|
+
});
|
225
|
+
if (result) {
|
226
|
+
protocolIds.push(...(depositData == null ? void 0 : depositData.self_deposit_policy_ids) || []);
|
227
|
+
productHasDeposit = true;
|
228
|
+
return accumulator.plus(depositTotal);
|
229
|
+
}
|
230
|
+
return accumulator;
|
231
|
+
}, new import_decimal.default(0));
|
232
|
+
}
|
233
|
+
}
|
234
|
+
if (productHasDeposit) {
|
235
|
+
const ids = new Set(protocolIds);
|
236
|
+
const protocols = allProtocols.filter((item) => ids.has(item.id));
|
237
|
+
return { total: total.toNumber(), protocols };
|
238
|
+
}
|
239
|
+
return null;
|
240
|
+
}
|
241
|
+
return null;
|
242
|
+
};
|
243
|
+
var calculateProductDeposit = (params) => {
|
244
|
+
const { depositData, total, num } = params;
|
245
|
+
if (!depositData) {
|
246
|
+
return { result: false, depositTotal: new import_decimal.default(0) };
|
247
|
+
}
|
248
|
+
const { deposit_fixed, deposit_percentage } = depositData || {};
|
249
|
+
if (typeof deposit_fixed === "string" && typeof deposit_percentage === "string") {
|
250
|
+
const depositFixed = new import_decimal.default(deposit_fixed || 0);
|
251
|
+
const depositPercent = new import_decimal.default(deposit_percentage || 0);
|
252
|
+
const productTotalPrice = new import_decimal.default(total || 0);
|
253
|
+
const deposit = depositFixed.plus(depositPercent.times(productTotalPrice));
|
254
|
+
return { depositTotal: deposit.times(num), result: true };
|
255
|
+
}
|
256
|
+
return { result: false, depositTotal: new import_decimal.default(0) };
|
257
|
+
};
|
141
258
|
// Annotate the CommonJS export names for ESM import in node:
|
142
259
|
0 && (module.exports = {
|
260
|
+
calculateProductDeposit,
|
143
261
|
formatBundleToOrigin,
|
144
262
|
formatOptionsToOrigin,
|
145
263
|
getOriginTotalPrice,
|
264
|
+
getProductDeposit,
|
146
265
|
getTotalPrice,
|
147
266
|
handleCartItemOrigin,
|
267
|
+
handleProductDeposit,
|
148
268
|
handleProductInfo
|
149
269
|
});
|
@@ -5,6 +5,9 @@ interface PayProps {
|
|
5
5
|
order_id: string;
|
6
6
|
amount: number;
|
7
7
|
sale_channel?: string;
|
8
|
+
is_deposit?: number;
|
9
|
+
deposit_amount?: number;
|
10
|
+
total_amount?: number;
|
8
11
|
}
|
9
12
|
interface CheckoutContextType {
|
10
13
|
onCheckBeforeBooking: (data: any) => Promise<{
|
@@ -15,6 +18,7 @@ interface CheckoutContextType {
|
|
15
18
|
onPay: (payProps: PayProps) => void;
|
16
19
|
createBooking: any;
|
17
20
|
checkBeforeBooking: any;
|
21
|
+
freePay: any;
|
18
22
|
}
|
19
23
|
interface CheckoutProviderProps {
|
20
24
|
children: React.ReactNode;
|
@@ -41,6 +41,7 @@ var import_useEngineContext = __toESM(require("../../../hooks/useEngineContext")
|
|
41
41
|
var import_ahooks = require("ahooks");
|
42
42
|
var import_serve = require("./serve");
|
43
43
|
var import_Cart = require("../Cart");
|
44
|
+
var import_utils = require("../../appointmentBooking/utils");
|
44
45
|
var defaultState = {};
|
45
46
|
var CheckoutContext = (0, import_react.createContext)(
|
46
47
|
void 0
|
@@ -54,6 +55,7 @@ var CheckoutProvider = ({
|
|
54
55
|
const { updateDisabledCartItem } = (0, import_Cart.useCart)();
|
55
56
|
const checkoutCallback = (0, import_react.useRef)(null);
|
56
57
|
const checkRef = (0, import_react.useRef)(null);
|
58
|
+
const payRef = (0, import_react.useRef)(null);
|
57
59
|
const checkBeforeBooking = (0, import_ahooks.useRequest)(import_serve.checkBeforeBookingApi, {
|
58
60
|
manual: true,
|
59
61
|
onSuccess: (res) => {
|
@@ -76,6 +78,17 @@ var CheckoutProvider = ({
|
|
76
78
|
checkoutCallback.current({ success: false, err });
|
77
79
|
}
|
78
80
|
});
|
81
|
+
const freePay = (0, import_ahooks.useRequest)(import_serve.freePayApi, {
|
82
|
+
manual: true,
|
83
|
+
onSuccess: (res) => {
|
84
|
+
var _a, _b;
|
85
|
+
if (res == null ? void 0 : res.status) {
|
86
|
+
goPaymentFinish((_a = payRef.current) == null ? void 0 : _a.order_id, (_b = payRef.current) == null ? void 0 : _b.total_amount);
|
87
|
+
} else {
|
88
|
+
(0, import_utils.Toast)(res == null ? void 0 : res.message);
|
89
|
+
}
|
90
|
+
}
|
91
|
+
});
|
79
92
|
const onCheckBeforeBooking = (data2) => {
|
80
93
|
return new Promise((resolve) => {
|
81
94
|
checkRef.current = (res) => {
|
@@ -94,21 +107,40 @@ var CheckoutProvider = ({
|
|
94
107
|
createBooking.runAsync(data2);
|
95
108
|
});
|
96
109
|
};
|
110
|
+
const goPaymentFinish = (order_id, amount) => {
|
111
|
+
var _a;
|
112
|
+
const url = `/payment-finish/success?order_id=${order_id}&amount=${Number(
|
113
|
+
amount
|
114
|
+
)}`;
|
115
|
+
(_a = utils == null ? void 0 : utils.history) == null ? void 0 : _a.replace(url);
|
116
|
+
};
|
97
117
|
const onPay = (payProps) => {
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
118
|
+
payRef.current = payProps;
|
119
|
+
const { is_deposit, deposit_amount, total_amount } = payProps;
|
120
|
+
const _total = is_deposit ? deposit_amount || 0 : total_amount || 0;
|
121
|
+
if (_total > 0) {
|
122
|
+
utils.action({
|
123
|
+
type: "pisell1.payment",
|
124
|
+
data: { ...payProps, total_amount: _total },
|
125
|
+
callback: (e) => {
|
126
|
+
checkoutCallback.current && checkoutCallback.current(e);
|
127
|
+
}
|
128
|
+
});
|
129
|
+
} else {
|
130
|
+
if (is_deposit) {
|
131
|
+
goPaymentFinish(payProps.order_id, _total);
|
132
|
+
return;
|
103
133
|
}
|
104
|
-
|
134
|
+
freePay.runAsync(payProps.order_id);
|
135
|
+
}
|
105
136
|
};
|
106
137
|
const contextValue = {
|
107
138
|
onCheckBeforeBooking,
|
108
139
|
onCheckout,
|
109
140
|
onPay,
|
110
141
|
createBooking,
|
111
|
-
checkBeforeBooking
|
142
|
+
checkBeforeBooking,
|
143
|
+
freePay
|
112
144
|
};
|
113
145
|
return /* @__PURE__ */ import_react.default.createElement(CheckoutContext.Provider, { value: contextValue }, children);
|
114
146
|
};
|
@@ -1,2 +1,15 @@
|
|
1
|
+
/**
|
2
|
+
* @title: 下单前置校验接口
|
3
|
+
* @param {any} data
|
4
|
+
*/
|
1
5
|
export declare const checkBeforeBookingApi: (data: any) => Promise<any>;
|
6
|
+
/**
|
7
|
+
* @title: 创建订单
|
8
|
+
* @param {any} data
|
9
|
+
*/
|
2
10
|
export declare const createBookingApi: (data: any) => Promise<any>;
|
11
|
+
/**
|
12
|
+
* @title: 免费支付
|
13
|
+
* @param {string} orderId
|
14
|
+
*/
|
15
|
+
export declare const freePayApi: (orderId: string) => Promise<any>;
|
@@ -20,7 +20,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
20
20
|
var serve_exports = {};
|
21
21
|
__export(serve_exports, {
|
22
22
|
checkBeforeBookingApi: () => checkBeforeBookingApi,
|
23
|
-
createBookingApi: () => createBookingApi
|
23
|
+
createBookingApi: () => createBookingApi,
|
24
|
+
freePayApi: () => freePayApi
|
24
25
|
});
|
25
26
|
module.exports = __toCommonJS(serve_exports);
|
26
27
|
var import_utils = require("../../../utils");
|
@@ -30,8 +31,12 @@ var checkBeforeBookingApi = (data) => {
|
|
30
31
|
var createBookingApi = (data) => {
|
31
32
|
return import_utils.request.getRequest().post("/h5/eventbookingv2/order", data);
|
32
33
|
};
|
34
|
+
var freePayApi = (orderId) => {
|
35
|
+
return import_utils.request.getRequest().post(`/h5/pay/order/free-pay/${orderId}`, {});
|
36
|
+
};
|
33
37
|
// Annotate the CommonJS export names for ESM import in node:
|
34
38
|
0 && (module.exports = {
|
35
39
|
checkBeforeBookingApi,
|
36
|
-
createBookingApi
|
40
|
+
createBookingApi,
|
41
|
+
freePayApi
|
37
42
|
});
|
@@ -24,7 +24,12 @@ export declare const formatProductBundle: (bundle: any) => any;
|
|
24
24
|
* @Author: xiangfeng.xue
|
25
25
|
* @Date: 2025-01-21 17:57
|
26
26
|
*/
|
27
|
-
export declare const formatValues: (
|
27
|
+
export declare const formatValues: (params: {
|
28
|
+
state: any;
|
29
|
+
platform: 'h5' | 'pc';
|
30
|
+
excludeDisabled?: boolean;
|
31
|
+
extra?: Record<string, any>;
|
32
|
+
}) => any;
|
28
33
|
/**
|
29
34
|
* @title: 获取拉开表单弹窗参数
|
30
35
|
* @param state
|
@@ -61,24 +61,28 @@ var formatBookings = (list) => {
|
|
61
61
|
});
|
62
62
|
return bookings;
|
63
63
|
};
|
64
|
-
var formatValues = (
|
64
|
+
var formatValues = (params) => {
|
65
65
|
var _a, _b;
|
66
|
+
const { state, platform, excludeDisabled, extra } = params;
|
66
67
|
let values = {
|
67
68
|
type: "event_booking_v2",
|
68
|
-
platform: "H5",
|
69
|
+
platform: platform === "pc" ? "PC" : "H5",
|
69
70
|
sales_channel: "my_pisel",
|
70
71
|
order_sales_channel: "online_store",
|
71
72
|
bookings: [],
|
72
73
|
shop_note: "",
|
73
74
|
schedule_date: "",
|
74
|
-
...
|
75
|
+
...extra || {}
|
75
76
|
};
|
77
|
+
console.log("values", values);
|
76
78
|
let data = [];
|
77
79
|
if (excludeDisabled) {
|
78
80
|
data = (_b = (_a = state.cartData.cartItems) == null ? void 0 : _a.filter) == null ? void 0 : _b.call(_a, (v) => v.disabled !== true);
|
79
81
|
} else {
|
80
82
|
data = state.cartData.cartItems;
|
81
83
|
}
|
84
|
+
const is_deposit = data.find((v) => v.deposit) ? 1 : 0;
|
85
|
+
values.is_deposit = is_deposit;
|
82
86
|
values.bookings = formatBookings(data);
|
83
87
|
return values;
|
84
88
|
};
|
@@ -90,7 +90,7 @@ var ResourceProvider = ({
|
|
90
90
|
resourceMap.forEach((v) => renderData.push(v));
|
91
91
|
return renderData;
|
92
92
|
};
|
93
|
-
const getResourceList = (0, import_ahooks.useRequest)(import_serve.
|
93
|
+
const getResourceList = (0, import_ahooks.useRequest)(import_serve.getSpecialResourceListApi, {
|
94
94
|
manual: true,
|
95
95
|
onSuccess: (res) => {
|
96
96
|
const formatData = formatResourceList(res);
|
@@ -3,3 +3,10 @@ export declare const getResourceListApi: (params: {
|
|
3
3
|
shop_id: string;
|
4
4
|
form_data_status: string;
|
5
5
|
}) => Promise<any>;
|
6
|
+
/**
|
7
|
+
* @title: 获取特殊资源列表
|
8
|
+
* @Author: xiangfeng.xue
|
9
|
+
*/
|
10
|
+
export declare const getSpecialResourceListApi: (params: {
|
11
|
+
event_item_ids?: string | number[];
|
12
|
+
}) => Promise<any>;
|
@@ -19,14 +19,21 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
19
19
|
// src/components/Sales/Resource/serve.ts
|
20
20
|
var serve_exports = {};
|
21
21
|
__export(serve_exports, {
|
22
|
-
getResourceListApi: () => getResourceListApi
|
22
|
+
getResourceListApi: () => getResourceListApi,
|
23
|
+
getSpecialResourceListApi: () => getSpecialResourceListApi
|
23
24
|
});
|
24
25
|
module.exports = __toCommonJS(serve_exports);
|
25
26
|
var import_utils = require("../../../utils");
|
26
27
|
var getResourceListApi = (params) => {
|
27
28
|
return import_utils.request.getRequest().get("/h5/form/data/v1", params, { useCache: true });
|
28
29
|
};
|
30
|
+
var getSpecialResourceListApi = (params) => {
|
31
|
+
return import_utils.request.getRequest().get("/h5/eventbookingv2/item/specify-resources", params, {
|
32
|
+
useCache: true
|
33
|
+
});
|
34
|
+
};
|
29
35
|
// Annotate the CommonJS export names for ESM import in node:
|
30
36
|
0 && (module.exports = {
|
31
|
-
getResourceListApi
|
37
|
+
getResourceListApi,
|
38
|
+
getSpecialResourceListApi
|
32
39
|
});
|
@@ -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;
|
@@ -39,6 +39,7 @@ var import_react = __toESM(require("react"));
|
|
39
39
|
var import_Cart = require("../Cart");
|
40
40
|
var import_utils = require("./utils");
|
41
41
|
var import_Init = require("../Init");
|
42
|
+
var import_serve = require("./serve");
|
42
43
|
var defaultState = {};
|
43
44
|
var SummaryContext = (0, import_react.createContext)(
|
44
45
|
void 0
|
@@ -48,6 +49,7 @@ var SummaryProvider = ({
|
|
48
49
|
}) => {
|
49
50
|
const { cartData } = (0, import_Cart.useCart)();
|
50
51
|
const { initData } = (0, import_Init.useInit)();
|
52
|
+
const [isAgreeDepositPolicy, setIsAgreeDepositPolicy] = (0, import_react.useState)(false);
|
51
53
|
const summaryData = (0, import_react.useMemo)(() => {
|
52
54
|
return (0, import_utils.calculatePriceDetails)(
|
53
55
|
(initData == null ? void 0 : initData.shop) || {},
|
@@ -61,7 +63,11 @@ var SummaryProvider = ({
|
|
61
63
|
total: summaryData.total,
|
62
64
|
taxTitle: summaryData.taxTitle,
|
63
65
|
totalTaxFee: summaryData.totalTaxFee,
|
64
|
-
isPriceIncludeTax: summaryData.isPriceIncludeTax
|
66
|
+
isPriceIncludeTax: summaryData.isPriceIncludeTax,
|
67
|
+
deposit: summaryData.deposit,
|
68
|
+
isAgreeDepositPolicy,
|
69
|
+
setIsAgreeDepositPolicy,
|
70
|
+
getDepositProtocol: import_serve.getDepositProtocolApi
|
65
71
|
};
|
66
72
|
return /* @__PURE__ */ import_react.default.createElement(SummaryContext.Provider, { value: contextValue }, children);
|
67
73
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const getDepositProtocolApi: (id: string) => Promise<any>;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
|
19
|
+
// src/components/Sales/Summary/serve.ts
|
20
|
+
var serve_exports = {};
|
21
|
+
__export(serve_exports, {
|
22
|
+
getDepositProtocolApi: () => getDepositProtocolApi
|
23
|
+
});
|
24
|
+
module.exports = __toCommonJS(serve_exports);
|
25
|
+
var import_utils = require("../../../utils");
|
26
|
+
var getDepositProtocolApi = (id) => {
|
27
|
+
return import_utils.request.getRequest().get(`/h5/shop-policy/${id}`, {});
|
28
|
+
};
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
30
|
+
0 && (module.exports = {
|
31
|
+
getDepositProtocolApi
|
32
|
+
});
|
@@ -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 {};
|
@@ -29,6 +29,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
29
29
|
// src/components/Sales/Summary/utils.ts
|
30
30
|
var utils_exports = {};
|
31
31
|
__export(utils_exports, {
|
32
|
+
calculateDeposit: () => calculateDeposit,
|
32
33
|
calculatePriceDetails: () => calculatePriceDetails,
|
33
34
|
calculateSubtotal: () => calculateSubtotal,
|
34
35
|
calculateTaxFee: () => calculateTaxFee
|
@@ -65,16 +66,44 @@ var calculatePriceDetails = (shopInfo, items) => {
|
|
65
66
|
const totalTaxFee = new import_decimal.default(calculateTaxFee(shopInfo, items));
|
66
67
|
console.log("totalTaxFee", totalTaxFee.toFixed(2));
|
67
68
|
const total = (shopInfo == null ? void 0 : shopInfo.is_price_include_tax) ? subtotal : subtotal.plus(totalTaxFee);
|
69
|
+
const deposit = calculateDeposit(items);
|
68
70
|
return {
|
69
71
|
subtotal: subtotal.toFixed(2),
|
70
72
|
total: total.toFixed(2),
|
71
73
|
taxTitle: shopInfo == null ? void 0 : shopInfo.tax_title,
|
72
74
|
totalTaxFee: totalTaxFee.toFixed(2),
|
73
|
-
isPriceIncludeTax: shopInfo == null ? void 0 : shopInfo.is_price_include_tax
|
75
|
+
isPriceIncludeTax: shopInfo == null ? void 0 : shopInfo.is_price_include_tax,
|
76
|
+
deposit
|
74
77
|
};
|
75
78
|
};
|
79
|
+
var calculateDeposit = (items) => {
|
80
|
+
if (!(items == null ? void 0 : items.length)) {
|
81
|
+
return void 0;
|
82
|
+
}
|
83
|
+
const protocols = [];
|
84
|
+
let hasDeposit = false;
|
85
|
+
const total = items.reduce((sum, item) => {
|
86
|
+
var _a, _b, _c;
|
87
|
+
if (item == null ? void 0 : item.deposit) {
|
88
|
+
hasDeposit = true;
|
89
|
+
const cartItemTotalPrice = new import_decimal.default(((_a = item == null ? void 0 : item.deposit) == null ? void 0 : _a.total) || 0);
|
90
|
+
(_c = (_b = item == null ? void 0 : item.deposit) == null ? void 0 : _b.protocols) == null ? void 0 : _c.forEach((protocol) => {
|
91
|
+
if (protocols.findIndex((p) => p.id === protocol.id) === -1) {
|
92
|
+
protocols.push(protocol);
|
93
|
+
}
|
94
|
+
});
|
95
|
+
return sum.plus(cartItemTotalPrice);
|
96
|
+
}
|
97
|
+
return sum;
|
98
|
+
}, new import_decimal.default(0));
|
99
|
+
if (hasDeposit) {
|
100
|
+
return { total: total.toFixed(2), protocols, hasDeposit };
|
101
|
+
}
|
102
|
+
return void 0;
|
103
|
+
};
|
76
104
|
// Annotate the CommonJS export names for ESM import in node:
|
77
105
|
0 && (module.exports = {
|
106
|
+
calculateDeposit,
|
78
107
|
calculatePriceDetails,
|
79
108
|
calculateSubtotal,
|
80
109
|
calculateTaxFee
|
@@ -98,6 +98,7 @@ var CartItem = ({ onNext }) => {
|
|
98
98
|
...resourceOtherParams,
|
99
99
|
errorList: null
|
100
100
|
});
|
101
|
+
val.like_status = "like";
|
101
102
|
appointmentBooking.updateCart({
|
102
103
|
_id: e == null ? void 0 : e._id,
|
103
104
|
resources: (0, import_utils2.updateCartResources)(e, val, currentSelectedResources)
|
@@ -190,6 +190,10 @@ var Layout = () => {
|
|
190
190
|
if (isDateSelectedFirst && key === "select-date") return false;
|
191
191
|
return key !== "confirm-information";
|
192
192
|
}, [isDateSelectedFirst, (_e = currentStep == null ? void 0 : currentStep.step) == null ? void 0 : _e.key]);
|
193
|
+
const depositProtocolRequest = (id) => {
|
194
|
+
var _a2;
|
195
|
+
return (_a2 = appointmentBooking == null ? void 0 : appointmentBooking.getProtocol) == null ? void 0 : _a2.call(appointmentBooking, id);
|
196
|
+
};
|
193
197
|
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, !isRetailTemplate ? /* @__PURE__ */ import_react.default.createElement(import_Header.default, null) : null, /* @__PURE__ */ import_react.default.createElement(
|
194
198
|
"div",
|
195
199
|
{
|
@@ -214,7 +218,8 @@ var Layout = () => {
|
|
214
218
|
onConfirm: () => closePolicy(true),
|
215
219
|
item: policyParams == null ? void 0 : policyParams.content,
|
216
220
|
onChange: () => setLoading(false),
|
217
|
-
isHideCheckout: false
|
221
|
+
isHideCheckout: false,
|
222
|
+
depositProtocolRequest
|
218
223
|
}
|
219
224
|
) : null);
|
220
225
|
};
|
@@ -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;
|