@pisell/private-materials 6.1.1 → 6.2.2
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 +8 -8
- 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.d.ts +1 -0
- 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.js +8 -1
- package/es/components/booking/info/index.d.ts +1 -0
- package/es/components/booking/info/index.js +4 -5
- package/es/components/booking/info/model.js +5 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.js +2 -2
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- 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/utils.js +6 -4
- package/es/components/booking/info/utils.js +1 -1
- package/es/components/booking/info2/index.js +45 -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/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 +1 -1
- 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 +2 -2
- 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/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/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/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.d.ts +1 -0
- 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.js +6 -1
- package/lib/components/booking/info/index.d.ts +1 -0
- package/lib/components/booking/info/index.js +6 -4
- package/lib/components/booking/info/model.js +3 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.js +3 -3
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- 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/utils.js +5 -4
- package/lib/components/booking/info/utils.js +2 -1
- package/lib/components/booking/info2/index.js +64 -25
- 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/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 +1 -1
- 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 +2 -2
- 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/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/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/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
@@ -0,0 +1,32 @@
|
|
1
|
+
/**
|
2
|
+
* linkly支付接口
|
3
|
+
*/
|
4
|
+
export declare const linklyPayApi: (data: any) => Promise<any>;
|
5
|
+
/**
|
6
|
+
* 查询linkly支付结果
|
7
|
+
*/
|
8
|
+
export declare const linklyPayQueryApi: (param: any) => Promise<any>;
|
9
|
+
/**
|
10
|
+
* 取消linkly支付
|
11
|
+
*/
|
12
|
+
export declare const linklyPayCancelApi: (param: any) => Promise<any>;
|
13
|
+
/**
|
14
|
+
* linkly支付签名结果处理
|
15
|
+
*/
|
16
|
+
export declare const linklyPaySignatureApi: (param: any) => Promise<any>;
|
17
|
+
/**
|
18
|
+
* linkly退款接口
|
19
|
+
*/
|
20
|
+
export declare const linklyRefundApi: (data: any) => Promise<any>;
|
21
|
+
/**
|
22
|
+
* 查询linkly退款结果
|
23
|
+
*/
|
24
|
+
export declare const linklyRefundQueryApi: (param: any) => Promise<any>;
|
25
|
+
/**
|
26
|
+
* 取消linkly退款
|
27
|
+
*/
|
28
|
+
export declare const linklyRefundCancelApi: (param: any) => Promise<any>;
|
29
|
+
/**
|
30
|
+
* linkly退款签名结果处理
|
31
|
+
*/
|
32
|
+
export declare const linklyRefundSignatureApi: (param: any) => Promise<any>;
|
@@ -0,0 +1,55 @@
|
|
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/eftposPay/linkly/service.ts
|
20
|
+
var service_exports = {};
|
21
|
+
__export(service_exports, {
|
22
|
+
linklyPayApi: () => linklyPayApi,
|
23
|
+
linklyPayCancelApi: () => linklyPayCancelApi,
|
24
|
+
linklyPayQueryApi: () => linklyPayQueryApi,
|
25
|
+
linklyPaySignatureApi: () => linklyPaySignatureApi,
|
26
|
+
linklyRefundApi: () => linklyRefundApi,
|
27
|
+
linklyRefundCancelApi: () => linklyRefundCancelApi,
|
28
|
+
linklyRefundQueryApi: () => linklyRefundQueryApi,
|
29
|
+
linklyRefundSignatureApi: () => linklyRefundSignatureApi
|
30
|
+
});
|
31
|
+
module.exports = __toCommonJS(service_exports);
|
32
|
+
var import_utils = require("../../../utils");
|
33
|
+
var linklyPayApi = (data) => {
|
34
|
+
return import_utils.request.getRequest().post("/shop/linkly/pay/apply", data, { customMessage: true, fullResult: true });
|
35
|
+
};
|
36
|
+
var linklyPayQueryApi = (param) => import_utils.request.getRequest().get("/shop/linkly/pay/query", param, { customMessage: true, fullResult: true });
|
37
|
+
var linklyPayCancelApi = (param) => import_utils.request.getRequest().post("/shop/linkly/pay/cancel", param, { customMessage: true, fullResult: true });
|
38
|
+
var linklyPaySignatureApi = (param) => import_utils.request.getRequest().post("/shop/linkly/pay/signature", param, { customMessage: true, fullResult: true });
|
39
|
+
var linklyRefundApi = (data) => {
|
40
|
+
return import_utils.request.getRequest().post("/shop/linkly/refund/apply", data, { customMessage: true, fullResult: true });
|
41
|
+
};
|
42
|
+
var linklyRefundQueryApi = (param) => import_utils.request.getRequest().get("/shop/linkly/refund/query", param, { customMessage: true, fullResult: true });
|
43
|
+
var linklyRefundCancelApi = (param) => import_utils.request.getRequest().post("/shop/linkly/refund/cancel", param, { customMessage: true, fullResult: true });
|
44
|
+
var linklyRefundSignatureApi = (param) => import_utils.request.getRequest().post("/shop/linkly/refund/signature", param, { customMessage: true, fullResult: true });
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
46
|
+
0 && (module.exports = {
|
47
|
+
linklyPayApi,
|
48
|
+
linklyPayCancelApi,
|
49
|
+
linklyPayQueryApi,
|
50
|
+
linklyPaySignatureApi,
|
51
|
+
linklyRefundApi,
|
52
|
+
linklyRefundCancelApi,
|
53
|
+
linklyRefundQueryApi,
|
54
|
+
linklyRefundSignatureApi
|
55
|
+
});
|
@@ -3,4 +3,5 @@ export { getAmonunt } from './helper';
|
|
3
3
|
export { default as Payo } from './payo';
|
4
4
|
export { default as Windcave } from './windcave/windcave';
|
5
5
|
export { default as Tyro } from './tyro';
|
6
|
+
export { default as Linkly } from './linkly';
|
6
7
|
export declare const getInitState: (type: string, params?: any) => State;
|
@@ -29,6 +29,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
29
29
|
// src/components/eftposPay/manufacturer.tsx
|
30
30
|
var manufacturer_exports = {};
|
31
31
|
__export(manufacturer_exports, {
|
32
|
+
Linkly: () => import_linkly.default,
|
32
33
|
Payo: () => import_payo.default,
|
33
34
|
Tyro: () => import_tyro.default,
|
34
35
|
Windcave: () => import_windcave.default,
|
@@ -40,10 +41,12 @@ var import_const = require("./const");
|
|
40
41
|
var import_const2 = __toESM(require("./payo/const"));
|
41
42
|
var import_const3 = __toESM(require("./tyro/const"));
|
42
43
|
var import_const4 = __toESM(require("./windcave/const"));
|
44
|
+
var import_const5 = __toESM(require("./linkly/const"));
|
43
45
|
var import_helper = require("./helper");
|
44
46
|
var import_payo = __toESM(require("./payo"));
|
45
47
|
var import_windcave = __toESM(require("./windcave/windcave"));
|
46
48
|
var import_tyro = __toESM(require("./tyro"));
|
49
|
+
var import_linkly = __toESM(require("./linkly"));
|
47
50
|
var getInitState = (type, params) => {
|
48
51
|
switch (type) {
|
49
52
|
case import_const.EftposEnum.Payo:
|
@@ -52,12 +55,15 @@ var getInitState = (type, params) => {
|
|
52
55
|
return (0, import_const4.default)(params);
|
53
56
|
case import_const.EftposEnum.Tyro:
|
54
57
|
return (0, import_const3.default)(params);
|
58
|
+
case import_const.EftposEnum.Linkly:
|
59
|
+
return (0, import_const5.default)(params);
|
55
60
|
default:
|
56
61
|
throw new Error("未知的厂商类型");
|
57
62
|
}
|
58
63
|
};
|
59
64
|
// Annotate the CommonJS export names for ESM import in node:
|
60
65
|
0 && (module.exports = {
|
66
|
+
Linkly,
|
61
67
|
Payo,
|
62
68
|
Tyro,
|
63
69
|
Windcave,
|
@@ -6,7 +6,7 @@ import './index.less';
|
|
6
6
|
* @Author: hongbing.wang
|
7
7
|
* @Date: 2024-08-20 14:59
|
8
8
|
*/
|
9
|
-
declare const Pay: ({ api, onChange: onChangeStatus, className, terminal, net, isMobile, tyroUrl, tyroVersion, formatAmount, client }: PayProps & {
|
9
|
+
declare const Pay: ({ api, onChange: onChangeStatus, className, terminal, net, isMobile, tyroUrl, tyroVersion, formatAmount, client, }: PayProps & {
|
10
10
|
terminal: {
|
11
11
|
network: boolean;
|
12
12
|
};
|
@@ -145,6 +145,7 @@ var Pay = ({
|
|
145
145
|
}
|
146
146
|
};
|
147
147
|
}, []);
|
148
|
+
console.log("data =>>>>>> ", data);
|
148
149
|
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, data.render ? /* @__PURE__ */ import_react.default.createElement(
|
149
150
|
"div",
|
150
151
|
{
|
@@ -160,7 +161,16 @@ var Pay = ({
|
|
160
161
|
}
|
161
162
|
),
|
162
163
|
data.eftpos === "payo" ? /* @__PURE__ */ import_react.default.createElement(import_manufacturer.Payo, { api, onChange }, data.warn && data.status !== import_const.StatusEnum.Success && client === import_const.ClientEnum.Merchant ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__eft-pay-step-item pisell-lowcode__eft-pay-step-item-warn" }, data.warn) : null, data.status === import_const.StatusEnum.Success ? /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__eft-pay-step-item pisell-lowcode__eft-pay-step-item-tip" }, import_utils.locales.getText("page.eftpos-pay.text.transaction.end")) : null) : null,
|
163
|
-
data.eftpos === "tyro" ? /* @__PURE__ */ import_react.default.createElement(
|
164
|
+
data.eftpos === "tyro" ? /* @__PURE__ */ import_react.default.createElement(
|
165
|
+
import_manufacturer.Tyro,
|
166
|
+
{
|
167
|
+
api,
|
168
|
+
onChange,
|
169
|
+
key: data.key,
|
170
|
+
url: tyroUrl,
|
171
|
+
version: tyroVersion
|
172
|
+
}
|
173
|
+
) : null,
|
164
174
|
data.eftpos === "windcave" ? /* @__PURE__ */ import_react.default.createElement(
|
165
175
|
import_manufacturer.Windcave,
|
166
176
|
{
|
@@ -169,7 +179,8 @@ var Pay = ({
|
|
169
179
|
key: data.key,
|
170
180
|
formatAmount
|
171
181
|
}
|
172
|
-
) : null
|
182
|
+
) : null,
|
183
|
+
data.eftpos === "linkly" ? /* @__PURE__ */ import_react.default.createElement(import_manufacturer.Linkly, { key: data.key, api, onChange }) : null
|
173
184
|
) : null, data.type === import_const.PayRouteEnum.Unset && Comm ? /* @__PURE__ */ import_react.default.createElement(
|
174
185
|
Comm,
|
175
186
|
{
|
@@ -237,7 +237,16 @@ var POS = ({
|
|
237
237
|
};
|
238
238
|
var Action = ({ onChange }) => {
|
239
239
|
const dispatch = (0, import_store.useDispatch)();
|
240
|
-
const { mode, client } = (0, import_store.useContextData)();
|
240
|
+
const { mode, client, order_id, number, device } = (0, import_store.useContextData)();
|
241
|
+
const [isShowCancel, setIsShowCancel] = (0, import_react.useState)(false);
|
242
|
+
(0, import_react.useEffect)(() => {
|
243
|
+
const timer = setTimeout(() => {
|
244
|
+
setIsShowCancel(true);
|
245
|
+
}, 30 * 1e3);
|
246
|
+
return () => {
|
247
|
+
clearTimeout(timer);
|
248
|
+
};
|
249
|
+
}, []);
|
241
250
|
const onManually = () => {
|
242
251
|
dispatch(
|
243
252
|
(0, import_store.updateState)({
|
@@ -249,7 +258,18 @@ var Action = ({ onChange }) => {
|
|
249
258
|
);
|
250
259
|
dispatch((0, import_store.updateComponent)("Manual", true));
|
251
260
|
};
|
252
|
-
|
261
|
+
const onCancel = () => {
|
262
|
+
onChange("fail", { number, uniquePaymentNumber: number, device, order_id });
|
263
|
+
};
|
264
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-lowcode__eft-pay-step-item-btns" }, client !== import_const.ClientEnum.Merchant && isShowCancel && /* @__PURE__ */ import_react.default.createElement(
|
265
|
+
import_antd.Button,
|
266
|
+
{
|
267
|
+
block: true,
|
268
|
+
className: "pisell-lowcode__eft-pay-step-item-btn",
|
269
|
+
onClick: onCancel
|
270
|
+
},
|
271
|
+
import_utils.locales.getText("page.eftpos-pay.text.cancel")
|
272
|
+
), client === import_const.ClientEnum.Merchant ? /* @__PURE__ */ import_react.default.createElement(
|
253
273
|
import_antd.Button,
|
254
274
|
{
|
255
275
|
block: true,
|
@@ -295,9 +295,9 @@ export declare const backUpFree: (payload: Partial<State>) => {
|
|
295
295
|
name?: string | undefined;
|
296
296
|
symbol?: string | undefined;
|
297
297
|
amount?: string | number | undefined;
|
298
|
-
mode?: "refund" | "
|
298
|
+
mode?: "refund" | "pay" | "fullPay" | "query" | undefined;
|
299
299
|
order_id?: string | number | undefined;
|
300
|
-
eftpos?: "tyro" | "windcave" | "stripe" | "payo" | undefined;
|
300
|
+
eftpos?: "tyro" | "windcave" | "stripe" | "payo" | "linkly" | undefined;
|
301
301
|
action?: "amount" | "pay" | "deviceList" | undefined;
|
302
302
|
key?: number | undefined;
|
303
303
|
step?: number | undefined;
|
@@ -43,6 +43,7 @@ var import_serve = require("../../../../../Sales/Event/serve");
|
|
43
43
|
var import_ahooks = require("ahooks");
|
44
44
|
var import_useEngineContext = __toESM(require("../../../../../../hooks/useEngineContext"));
|
45
45
|
var import_index = require("./index.less");
|
46
|
+
var import_utils3 = require("../../../../../appointmentBooking/utils");
|
46
47
|
var ContinueButton = () => {
|
47
48
|
var _a, _b;
|
48
49
|
const { data } = (0, import_Sales.useSales)();
|
@@ -53,9 +54,11 @@ var ContinueButton = () => {
|
|
53
54
|
onCheckout,
|
54
55
|
createBooking,
|
55
56
|
onCheckBeforeBooking,
|
56
|
-
checkBeforeBooking
|
57
|
+
checkBeforeBooking,
|
58
|
+
freePay
|
57
59
|
} = (0, import_Sales.useCheckout)();
|
58
60
|
const { openLoginModal, isLogin } = (0, import_Sales.useCustomer)();
|
61
|
+
const { deposit, isAgreeDepositPolicy } = (0, import_Sales.useSummary)();
|
59
62
|
const [openCheckout, setOpenCheckout] = (0, import_react.useState)(false);
|
60
63
|
const [checkedNumber, setCheckedNumber] = (0, import_react.useState)(0);
|
61
64
|
const [openEmptyHolder, setOpenEmptyHolder] = (0, import_react.useState)(false);
|
@@ -68,19 +71,24 @@ var ContinueButton = () => {
|
|
68
71
|
type: "pisell1.goProductForm",
|
69
72
|
data: params,
|
70
73
|
callback: async (e) => {
|
71
|
-
var _a2;
|
74
|
+
var _a2, _b2, _c;
|
72
75
|
if ((e == null ? void 0 : e.type) === "close") {
|
73
76
|
return;
|
74
77
|
}
|
75
|
-
const value = (0, import_utils2.formatValues)(
|
76
|
-
|
78
|
+
const value = (0, import_utils2.formatValues)({
|
79
|
+
state: data,
|
80
|
+
platform: (_b2 = (_a2 = context == null ? void 0 : context.appHelper) == null ? void 0 : _a2.constants) == null ? void 0 : _b2.platform,
|
81
|
+
excludeDisabled: false,
|
82
|
+
extra: {
|
83
|
+
relation_forms: e
|
84
|
+
}
|
77
85
|
});
|
78
86
|
const result = await onCheckout(value);
|
79
87
|
if (result == null ? void 0 : result.success) {
|
80
88
|
removeSessionStorage();
|
81
89
|
} else {
|
82
90
|
(0, import_materials.PisellToast)({
|
83
|
-
content: ((
|
91
|
+
content: ((_c = result == null ? void 0 : result.err) == null ? void 0 : _c.message) || ""
|
84
92
|
});
|
85
93
|
}
|
86
94
|
}
|
@@ -226,8 +234,16 @@ var ContinueButton = () => {
|
|
226
234
|
handleNextStep();
|
227
235
|
};
|
228
236
|
const handleContinue = async () => {
|
237
|
+
var _a2, _b2, _c;
|
229
238
|
if (isLastStep) {
|
230
|
-
const value = (0, import_utils2.formatValues)(
|
239
|
+
const value = (0, import_utils2.formatValues)({
|
240
|
+
state: data,
|
241
|
+
platform: (_b2 = (_a2 = context == null ? void 0 : context.appHelper) == null ? void 0 : _a2.constants) == null ? void 0 : _b2.platform
|
242
|
+
});
|
243
|
+
if ((deposit == null ? void 0 : deposit.hasDeposit) && ((_c = deposit == null ? void 0 : deposit.protocols) == null ? void 0 : _c.length) > 0 && !isAgreeDepositPolicy) {
|
244
|
+
(0, import_utils3.Toast)(import_utils.locales.getText("pisell2.appointment.deposit.agree.policy"));
|
245
|
+
return;
|
246
|
+
}
|
231
247
|
const checkRes = await onCheckBeforeBooking(value);
|
232
248
|
if ((checkRes == null ? void 0 : checkRes.result) === false) {
|
233
249
|
setCheckedNumber(checkRes == null ? void 0 : checkRes.num);
|
@@ -263,8 +279,13 @@ var ContinueButton = () => {
|
|
263
279
|
}, [currentStepData == null ? void 0 : currentStepData.key]);
|
264
280
|
const confirmLoading = (0, import_react.useMemo)(() => {
|
265
281
|
if (!isLastStep) return false;
|
266
|
-
return (createBooking == null ? void 0 : createBooking.loading) || (checkBeforeBooking == null ? void 0 : checkBeforeBooking.loading);
|
267
|
-
}, [
|
282
|
+
return (createBooking == null ? void 0 : createBooking.loading) || (checkBeforeBooking == null ? void 0 : checkBeforeBooking.loading) || (freePay == null ? void 0 : freePay.loading);
|
283
|
+
}, [
|
284
|
+
isLastStep,
|
285
|
+
createBooking == null ? void 0 : createBooking.loading,
|
286
|
+
checkBeforeBooking == null ? void 0 : checkBeforeBooking.loading,
|
287
|
+
freePay == null ? void 0 : freePay.loading
|
288
|
+
]);
|
268
289
|
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement(
|
269
290
|
import_materials.Button,
|
270
291
|
{
|
package/lib/components/{pay/toB/components → eventBooking/components/Provider/Cart/Deposit}/index.js
RENAMED
@@ -26,26 +26,30 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
26
26
|
));
|
27
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
28
28
|
|
29
|
-
// src/components/
|
30
|
-
var
|
31
|
-
__export(
|
32
|
-
|
33
|
-
ToBPayCache: () => import_Cache.default,
|
34
|
-
ToBPayCard: () => import_Card.default,
|
35
|
-
ToBPayCardGroup: () => import_CardGroup.default,
|
36
|
-
ToBPayContent: () => import_Content.default
|
37
|
-
});
|
38
|
-
module.exports = __toCommonJS(components_exports);
|
39
|
-
var import_Content = __toESM(require("./Content"));
|
40
|
-
var import_Card = __toESM(require("./Card"));
|
41
|
-
var import_CardGroup = __toESM(require("./CardGroup"));
|
42
|
-
var import_ConfirmedPayment = __toESM(require("./ConfirmedPayment"));
|
43
|
-
var import_Cache = __toESM(require("./Cache"));
|
44
|
-
// Annotate the CommonJS export names for ESM import in node:
|
45
|
-
0 && (module.exports = {
|
46
|
-
ConfirmedPayment,
|
47
|
-
ToBPayCache,
|
48
|
-
ToBPayCard,
|
49
|
-
ToBPayCardGroup,
|
50
|
-
ToBPayContent
|
29
|
+
// src/components/eventBooking/components/Provider/Cart/Deposit/index.tsx
|
30
|
+
var Deposit_exports = {};
|
31
|
+
__export(Deposit_exports, {
|
32
|
+
default: () => Deposit_default
|
51
33
|
});
|
34
|
+
module.exports = __toCommonJS(Deposit_exports);
|
35
|
+
var import_react = __toESM(require("react"));
|
36
|
+
var import_Sales = require("../../../../../Sales");
|
37
|
+
var import_Deposit = require("../../../../../appointmentBooking/components/Deposit");
|
38
|
+
var Deposit = () => {
|
39
|
+
const {
|
40
|
+
deposit,
|
41
|
+
isAgreeDepositPolicy,
|
42
|
+
setIsAgreeDepositPolicy,
|
43
|
+
getDepositProtocol
|
44
|
+
} = (0, import_Sales.useSummary)();
|
45
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
46
|
+
import_Deposit.DepositContent,
|
47
|
+
{
|
48
|
+
isAgreeDepositPolicy: !!isAgreeDepositPolicy,
|
49
|
+
setIsAgreeDepositPolicy,
|
50
|
+
deposit,
|
51
|
+
depositProtocolRequest: getDepositProtocol
|
52
|
+
}
|
53
|
+
);
|
54
|
+
};
|
55
|
+
var Deposit_default = Deposit;
|
@@ -40,8 +40,9 @@ var import_useEngineContext = __toESM(require("../../../../../../hooks/useEngine
|
|
40
40
|
var import_index = require("./index.less");
|
41
41
|
var import_classnames = __toESM(require("classnames"));
|
42
42
|
var Total = ({ className, isFooter }) => {
|
43
|
-
var _a, _b, _c, _d, _e, _f;
|
44
|
-
const {
|
43
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
44
|
+
const { cartData } = (0, import_Sales.useCart)();
|
45
|
+
const { taxTitle, totalTaxFee, isPriceIncludeTax, total, deposit } = (0, import_Sales.useSummary)();
|
45
46
|
const context = (0, import_useEngineContext.default)();
|
46
47
|
console.log(
|
47
48
|
taxTitle,
|
@@ -49,8 +50,10 @@ var Total = ({ className, isFooter }) => {
|
|
49
50
|
totalTaxFee,
|
50
51
|
total,
|
51
52
|
(_c = (_b = (_a = context == null ? void 0 : context.appHelper) == null ? void 0 : _a.utils) == null ? void 0 : _b.getSymbolic) == null ? void 0 : _c.call(_b),
|
53
|
+
deposit,
|
52
54
|
"wh97978"
|
53
55
|
);
|
56
|
+
const showDeposit = ((_d = cartData == null ? void 0 : cartData.cartItems) == null ? void 0 : _d.length) > 0 && (deposit == null ? void 0 : deposit.hasDeposit);
|
54
57
|
return /* @__PURE__ */ import_react.default.createElement("div", { className: `event-total-wrap ${className}` }, !isPriceIncludeTax && Number(totalTaxFee) > 0 ? /* @__PURE__ */ import_react.default.createElement("div", { className: "gst-wrap" }, /* @__PURE__ */ import_react.default.createElement("span", null, taxTitle, isFooter ? ": " : ""), /* @__PURE__ */ import_react.default.createElement(import_materials.PisellText.Amount, { value: totalTaxFee, showCurrencySymbol: true })) : null, /* @__PURE__ */ import_react.default.createElement(
|
55
58
|
"div",
|
56
59
|
{
|
@@ -58,16 +61,16 @@ var Total = ({ className, isFooter }) => {
|
|
58
61
|
[["total-gst-wrap"]]: !isPriceIncludeTax && Number(totalTaxFee) > 0
|
59
62
|
})
|
60
63
|
},
|
61
|
-
/* @__PURE__ */ import_react.default.createElement("div", { className: "left" }, /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement("span", null, import_utils.locales.getText("pisell2.event.total"), isFooter ? ": " : ""), isFooter ? /* @__PURE__ */ import_react.default.createElement(
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: "left" }, /* @__PURE__ */ import_react.default.createElement("div", null, /* @__PURE__ */ import_react.default.createElement("span", null, isFooter && showDeposit ? import_utils.locales.getText("pisell2.appointment.deposit") : import_utils.locales.getText("pisell2.event.total"), isFooter ? ": " : ""), isFooter ? /* @__PURE__ */ import_react.default.createElement(
|
62
65
|
import_materials.PisellText.Amount,
|
63
66
|
{
|
64
|
-
value: total,
|
67
|
+
value: ((_e = cartData == null ? void 0 : cartData.cartItems) == null ? void 0 : _e.length) > 0 && (deposit == null ? void 0 : deposit.hasDeposit) ? deposit == null ? void 0 : deposit.total : total,
|
65
68
|
showCurrencySymbol: true,
|
66
69
|
className: "event-amount"
|
67
70
|
}
|
68
71
|
) : null), isPriceIncludeTax && Number(totalTaxFee) > 0 ? /* @__PURE__ */ import_react.default.createElement("span", { className: "gst" }, import_utils.locales.getText("pisell2.event.total.gst")(
|
69
72
|
`${isFooter ? `${taxTitle}: ` : taxTitle}`,
|
70
|
-
`${(
|
73
|
+
`${(_h = (_g = (_f = context == null ? void 0 : context.appHelper) == null ? void 0 : _f.utils) == null ? void 0 : _g.getSymbolic) == null ? void 0 : _h.call(_g)}${totalTaxFee}`
|
71
74
|
)) : null),
|
72
75
|
!isFooter ? /* @__PURE__ */ import_react.default.createElement(
|
73
76
|
import_materials.PisellText.Amount,
|
@@ -39,8 +39,10 @@ var import_Sales = require("../../../../../Sales");
|
|
39
39
|
var import_SelectHolderModal = __toESM(require("../../SelectHolderModal"));
|
40
40
|
var import_ContinueButton = __toESM(require("../ContinueButton"));
|
41
41
|
var import_Total = __toESM(require("./Total"));
|
42
|
+
var import_Deposit = __toESM(require("../Deposit"));
|
42
43
|
var import_index = require("./index.less");
|
43
44
|
var CartItem = () => {
|
45
|
+
var _a;
|
44
46
|
const { open, holderData, selectedHolderIds } = (0, import_Sales.useHolder)();
|
45
47
|
const {
|
46
48
|
deleteCartItem,
|
@@ -48,7 +50,7 @@ var CartItem = () => {
|
|
48
50
|
cartData,
|
49
51
|
addNoteToCartItem
|
50
52
|
} = (0, import_Sales.useCart)();
|
51
|
-
const {
|
53
|
+
const { deposit } = (0, import_Sales.useSummary)();
|
52
54
|
const { isLastStep } = (0, import_Sales.useStep)();
|
53
55
|
const handleClickCard = (e, type, key) => {
|
54
56
|
if (type === "note") {
|
@@ -86,7 +88,7 @@ var CartItem = () => {
|
|
86
88
|
onChange: (e, type, key) => handleClickCard(e, type, key)
|
87
89
|
}
|
88
90
|
)),
|
89
|
-
/* @__PURE__ */ import_react.default.createElement("div", { className: "event-footer" }, /* @__PURE__ */ import_react.default.createElement(import_Total.default, null), /* @__PURE__ */ import_react.default.createElement(import_ContinueButton.default, null))
|
91
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: "event-footer" }, /* @__PURE__ */ import_react.default.createElement(import_Total.default, null), ((_a = cartData == null ? void 0 : cartData.cartItems) == null ? void 0 : _a.length) > 0 && (deposit == null ? void 0 : deposit.hasDeposit) ? /* @__PURE__ */ import_react.default.createElement(import_Deposit.default, null) : null, /* @__PURE__ */ import_react.default.createElement(import_ContinueButton.default, null))
|
90
92
|
), /* @__PURE__ */ import_react.default.createElement(import_SelectHolderModal.default, { open }));
|
91
93
|
};
|
92
94
|
var Item_default = CartItem;
|
@@ -48,6 +48,7 @@ var Event = () => {
|
|
48
48
|
const { onOpenEventDetail, open } = (0, import_Sales.useEventDetail)();
|
49
49
|
const [lists, setLists] = (0, import_react.useState)();
|
50
50
|
const customer = (0, import_useLoginUser.default)();
|
51
|
+
const { appUtils } = (0, import_Sales.useCustomer)();
|
51
52
|
(0, import_react.useEffect)(() => {
|
52
53
|
var _a2;
|
53
54
|
const eventList = (eventData == null ? void 0 : eventData.eventList) || [];
|
@@ -59,16 +60,22 @@ var Event = () => {
|
|
59
60
|
}
|
60
61
|
}, [eventData == null ? void 0 : eventData.eventList]);
|
61
62
|
(0, import_react.useEffect)(() => {
|
62
|
-
var _a2, _b2;
|
63
|
+
var _a2, _b2, _c, _d, _e;
|
63
64
|
const id = (_b2 = (_a2 = data == null ? void 0 : data.resourceData) == null ? void 0 : _a2.currentResourceItem) == null ? void 0 : _b2.id;
|
64
65
|
if (!id) return;
|
65
|
-
|
66
|
+
const history = ((_c = appUtils == null ? void 0 : appUtils.getHistory) == null ? void 0 : _c.call(appUtils)) || {};
|
67
|
+
const query = (_d = history == null ? void 0 : history.location) == null ? void 0 : _d.query;
|
68
|
+
const params = {
|
66
69
|
event_item_resource_id: id,
|
67
70
|
skip: 1,
|
68
71
|
num: 100,
|
69
72
|
customer_id: customer == null ? void 0 : customer.id,
|
70
73
|
open_quotation: 1
|
71
|
-
}
|
74
|
+
};
|
75
|
+
if (query == null ? void 0 : query.ids) {
|
76
|
+
params.ids = (_e = query == null ? void 0 : query.ids) == null ? void 0 : _e.split(",");
|
77
|
+
}
|
78
|
+
getEventList.run(params);
|
72
79
|
}, [(_b = (_a = data == null ? void 0 : data.resourceData) == null ? void 0 : _a.currentResourceItem) == null ? void 0 : _b.id, customer == null ? void 0 : customer.id]);
|
73
80
|
const handleClick = (item) => {
|
74
81
|
selectEvent(item);
|
@@ -44,7 +44,7 @@ var import_OrderProductModal = __toESM(require("../Provider/OrderProductModal/in
|
|
44
44
|
var import_index = require("./index.less");
|
45
45
|
var import_useEngineContext = __toESM(require("../../../../hooks/useEngineContext"));
|
46
46
|
var BookingDetailModal = (props) => {
|
47
|
-
var _a;
|
47
|
+
var _a, _b, _c;
|
48
48
|
const modalContentRef = (0, import_react.useRef)(null);
|
49
49
|
const context = (0, import_useEngineContext.default)();
|
50
50
|
const { utils } = context.appHelper || {};
|
@@ -58,11 +58,17 @@ var BookingDetailModal = (props) => {
|
|
58
58
|
checkBeforeSelectEventDetail
|
59
59
|
} = (0, import_Sales.useEventDetail)();
|
60
60
|
const { addToCart, checkBeforeAddToCart, checkBeforeAddToCartResquest } = (0, import_Sales.useCart)();
|
61
|
+
const { initData } = (0, import_Sales.useInit)();
|
61
62
|
const [activeTab, setActiveTab] = (0, import_react.useState)("introduction");
|
62
63
|
const [isScrolling, setIsScrolling] = (0, import_react.useState)(false);
|
63
64
|
const [openCheckout, setOpenCheckout] = (0, import_react.useState)(false);
|
64
65
|
const isUserClickRef = (0, import_react.useRef)(false);
|
65
66
|
const scrollTimeoutRef = (0, import_react.useRef)(null);
|
67
|
+
const buttonText = (0, import_react.useMemo)(() => {
|
68
|
+
var _a2, _b2, _c2;
|
69
|
+
const config = ((_b2 = (_a2 = initData == null ? void 0 : initData.boardSetting) == null ? void 0 : _a2.config) == null ? void 0 : _b2.product_display_setting) || {};
|
70
|
+
return ((_c2 = utils == null ? void 0 : utils.translation) == null ? void 0 : _c2.call(utils, config == null ? void 0 : config.booking_event_v2_product_detail_button)) || import_utils.locales.getText("pisell2.event.add.to.cart");
|
71
|
+
}, [(_b = (_a = initData == null ? void 0 : initData.boardSetting) == null ? void 0 : _a.config) == null ? void 0 : _b.product_display_setting]);
|
66
72
|
const anchorOptions = (0, import_react.useMemo)(
|
67
73
|
() => [
|
68
74
|
{
|
@@ -91,7 +97,7 @@ var BookingDetailModal = (props) => {
|
|
91
97
|
const images = (0, import_react.useMemo)(() => {
|
92
98
|
var _a2;
|
93
99
|
return ((_a2 = detail == null ? void 0 : detail.introduction) == null ? void 0 : _a2.images) || [];
|
94
|
-
}, [(
|
100
|
+
}, [(_c = detail == null ? void 0 : detail.introduction) == null ? void 0 : _c.images]);
|
95
101
|
(0, import_react.useEffect)(() => {
|
96
102
|
if (!modalContentRef.current) return;
|
97
103
|
let isCurrentlyScrolling = false;
|
@@ -233,7 +239,7 @@ var BookingDetailModal = (props) => {
|
|
233
239
|
utils == null ? void 0 : utils.action({
|
234
240
|
type: "pisell1.productDetail",
|
235
241
|
data: {
|
236
|
-
detail: { ...(bookingOption == null ? void 0 : bookingOption._originData) || {} },
|
242
|
+
detail: { ...(bookingOption == null ? void 0 : bookingOption._originData) || {}, open_deposit: 1 },
|
237
243
|
isOS: false
|
238
244
|
},
|
239
245
|
callback: (data) => {
|
@@ -283,7 +289,7 @@ var BookingDetailModal = (props) => {
|
|
283
289
|
destroyOnClose: true,
|
284
290
|
className: "booking-detail-modal",
|
285
291
|
onCancel: onCloseEventDetail,
|
286
|
-
okText:
|
292
|
+
okText: buttonText,
|
287
293
|
cancelVisible: false,
|
288
294
|
onOk: handleOk,
|
289
295
|
width: (0, import_utils.isMobile)() ? "100%" : 600,
|
@@ -55,13 +55,17 @@ var Content = () => {
|
|
55
55
|
getBoardSetting.run({ item_type: "event_booking_v2" });
|
56
56
|
}, []);
|
57
57
|
(0, import_react.useEffect)(() => {
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
}
|
64
|
-
|
58
|
+
var _a2, _b, _c;
|
59
|
+
const history = ((_a2 = utils == null ? void 0 : utils.getHistory) == null ? void 0 : _a2.call(utils)) || {};
|
60
|
+
const query = (_b = history == null ? void 0 : history.location) == null ? void 0 : _b.query;
|
61
|
+
const params = {
|
62
|
+
front_end_cache_id: (query == null ? void 0 : query.cacheId) || ""
|
63
|
+
};
|
64
|
+
if (query == null ? void 0 : query.ids) {
|
65
|
+
params.event_item_ids = (_c = query == null ? void 0 : query.ids) == null ? void 0 : _c.split(",");
|
66
|
+
}
|
67
|
+
getResourceList.run(params);
|
68
|
+
}, []);
|
65
69
|
return /* @__PURE__ */ import_react.default.createElement(
|
66
70
|
"div",
|
67
71
|
{
|
@@ -71,6 +71,14 @@ declare const _default: {
|
|
71
71
|
'pisell2.event.capacity.limit.reached.tip': string;
|
72
72
|
'pisell2.event.schedule.item.expand': string;
|
73
73
|
'pisell2.event.schedule.item.collapse': string;
|
74
|
+
'pisell2.appointment.deposit': string;
|
75
|
+
'pisell2.appointment.deposit.agreed': string;
|
76
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
77
|
+
'pisell2.appointment.deposit.and': string;
|
78
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
79
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
80
|
+
'pisell2.appointment.deposit.close': string;
|
81
|
+
'pisell2.appointment.booking.empty.data': string;
|
74
82
|
};
|
75
83
|
'zh-CN': {
|
76
84
|
'pisell2.event.calendar.limit.unavailable': string;
|
@@ -144,6 +152,14 @@ declare const _default: {
|
|
144
152
|
'pisell2.event.capacity.limit.reached.tip': string;
|
145
153
|
'pisell2.event.schedule.item.expand': string;
|
146
154
|
'pisell2.event.schedule.item.collapse': string;
|
155
|
+
'pisell2.appointment.deposit': string;
|
156
|
+
'pisell2.appointment.deposit.agreed': string;
|
157
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
158
|
+
'pisell2.appointment.deposit.and': string;
|
159
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
160
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
161
|
+
'pisell2.appointment.deposit.close': string;
|
162
|
+
'pisell2.appointment.booking.empty.data': string;
|
147
163
|
};
|
148
164
|
'zh-HK': {
|
149
165
|
'pisell2.event.calendar.limit.unavailable': string;
|
@@ -217,6 +233,14 @@ declare const _default: {
|
|
217
233
|
'pisell2.event.capacity.limit.reached.tip': string;
|
218
234
|
'pisell2.event.schedule.item.expand': string;
|
219
235
|
'pisell2.event.schedule.item.collapse': string;
|
236
|
+
'pisell2.appointment.deposit': string;
|
237
|
+
'pisell2.appointment.deposit.agreed': string;
|
238
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
239
|
+
'pisell2.appointment.deposit.and': string;
|
240
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
241
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
242
|
+
'pisell2.appointment.deposit.close': string;
|
243
|
+
'pisell2.appointment.booking.empty.data': string;
|
220
244
|
};
|
221
245
|
};
|
222
246
|
export default _default;
|