@pisell/private-materials 6.4.4 → 6.4.6
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/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +4 -4
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +4 -4
- package/es/businessModel/SalesModel/index.d.ts +1 -0
- package/es/components/Sales/Summary/utils.d.ts +1 -1
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/components/TabProduct/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/es/components/booking/components/footer/amount.d.ts +6 -2
- package/es/components/booking/components/footer/amount.js +77 -55
- package/es/components/booking/components/footer/index.js +11 -11
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/es/components/booking/deposit/index.d.ts +1 -0
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/booking/forms/single/index.d.ts +1 -0
- package/es/components/booking/forms/table/index.d.ts +1 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -0
- package/es/components/booking/hooks/useQuotation.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/dateRange/index.d.ts +1 -0
- package/es/components/booking/info/header/index.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/index.d.ts +1 -0
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -0
- package/es/components/booking/info/service/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/es/components/booking/info/service/like/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/info/service2/Lists.d.ts +1 -0
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/index.d.ts +1 -0
- package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/materiels/contacts/index.d.ts +1 -0
- package/es/components/booking/materiels/duration/index.d.ts +1 -0
- package/es/components/booking/materiels/holder/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/es/components/booking/notes/addNote/index.d.ts +1 -0
- package/es/components/checkout/PaymentModal.d.ts +1 -0
- package/es/components/checkout/PaymentModal.js +27 -22
- package/es/components/checkout/PaymentPlugin.d.ts +1 -0
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.js +6 -1
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.js +6 -1
- package/es/components/checkout/components/WalletPassModule/index.js +4 -2
- package/es/components/checkout/components/WalletPassModule/types.d.ts +1 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -0
- package/es/components/checkout/hooks/useWalletPass.js +11 -2
- package/es/components/eftpos/deviceList/index.d.ts +1 -0
- package/es/components/eftpos/form/index.d.ts +1 -0
- package/es/components/eftpos/group/index.d.ts +1 -0
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/icon/apiKey.d.ts +1 -0
- package/es/components/eftpos/icon/device.d.ts +1 -0
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftpos/pos.d.ts +1 -0
- package/es/components/eftpos/receipt/index.d.ts +1 -0
- package/es/components/eftpos/surcharge/index.d.ts +1 -0
- package/es/components/eftposPay/EFTPos.d.ts +1 -0
- package/es/components/eftposPay/EFTPos.js +2 -1
- package/es/components/eftposPay/amount.d.ts +1 -0
- package/es/components/eftposPay/app.d.ts +1 -0
- package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
- package/es/components/eftposPay/component/fail/network.d.ts +1 -0
- package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/es/components/eftposPay/component/manual/index.d.ts +1 -0
- package/es/components/eftposPay/component/signature/index.d.ts +1 -0
- package/es/components/eftposPay/component/step/index.d.ts +1 -0
- package/es/components/eftposPay/component/step/step.d.ts +1 -0
- package/es/components/eftposPay/const.d.ts +1 -0
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.js +6 -1
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/payo/config.d.ts +1 -0
- package/es/components/eftposPay/store/index.d.ts +2 -2
- package/es/components/eftposPay/tip.d.ts +1 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/es/components/eventBooking/index.d.ts +1 -0
- package/es/components/login/index.d.ts +1 -0
- package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/es/components/pay/toB/components/Card/index.d.ts +1 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Header.d.ts +1 -0
- package/es/components/pay/toB/components/EFTPOS/index.d.ts +1 -0
- package/es/components/pay/toB/components/EFTPOS/index.js +2 -1
- package/es/components/pay/toB/paymentMethods/index.d.ts +1 -0
- package/es/components/pay/toB/paymentMethods/index.js +2 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/es/components/productExtension/fields/Actor/index.d.ts +1 -0
- package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/es/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
- package/es/components/schedules/calendar/calendarItem.d.ts +1 -0
- package/es/components/schedules/calendar/index.d.ts +1 -0
- package/es/components/schedules/components/CurrentDay/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/products/index.d.ts +1 -0
- package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
- package/es/components/schedules/products/list/index.d.ts +1 -0
- package/es/components/schedules/resources/index.d.ts +1 -0
- package/es/components/schedules/resources/list/index.d.ts +1 -0
- package/es/components/schedules/resources/relationProduct/index.d.ts +1 -0
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/schedules/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/taxSelect/index.d.ts +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.js +46 -4
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/locales.d.ts +12 -0
- package/es/components/ticketBooking/locales.js +15 -3
- package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/plus/clientName/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +1 -0
- package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/es/plus/saasCreateOrganization/index.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/es/plus/saasRegister/components/Header.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.d.ts +6 -2
- package/lib/components/booking/components/footer/amount.js +63 -38
- package/lib/components/booking/components/footer/index.js +2 -2
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/lib/components/booking/deposit/index.d.ts +1 -0
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/booking/forms/single/index.d.ts +1 -0
- package/lib/components/booking/forms/table/index.d.ts +1 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
- package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/dateRange/index.d.ts +1 -0
- package/lib/components/booking/info/header/index.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/index.d.ts +1 -0
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -0
- package/lib/components/booking/info/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/lib/components/booking/info/service/like/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/info/service2/Lists.d.ts +1 -0
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +1 -0
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
- package/lib/components/booking/materiels/duration/index.d.ts +1 -0
- package/lib/components/booking/materiels/holder/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/lib/components/booking/notes/addNote/index.d.ts +1 -0
- package/lib/components/checkout/PaymentModal.d.ts +1 -0
- package/lib/components/checkout/PaymentModal.js +41 -30
- package/lib/components/checkout/PaymentPlugin.d.ts +1 -0
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.js +3 -1
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.js +3 -1
- package/lib/components/checkout/components/WalletPassModule/index.js +3 -2
- package/lib/components/checkout/components/WalletPassModule/types.d.ts +1 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -0
- package/lib/components/checkout/hooks/useWalletPass.js +10 -1
- package/lib/components/eftpos/deviceList/index.d.ts +1 -0
- package/lib/components/eftpos/form/index.d.ts +1 -0
- package/lib/components/eftpos/group/index.d.ts +1 -0
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
- package/lib/components/eftpos/icon/device.d.ts +1 -0
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftpos/pos.d.ts +1 -0
- package/lib/components/eftpos/receipt/index.d.ts +1 -0
- package/lib/components/eftpos/surcharge/index.d.ts +1 -0
- package/lib/components/eftposPay/EFTPos.d.ts +1 -0
- package/lib/components/eftposPay/EFTPos.js +2 -1
- package/lib/components/eftposPay/amount.d.ts +1 -0
- package/lib/components/eftposPay/app.d.ts +1 -0
- package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
- package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
- package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
- package/lib/components/eftposPay/component/step/index.d.ts +1 -0
- package/lib/components/eftposPay/component/step/step.d.ts +1 -0
- package/lib/components/eftposPay/const.d.ts +1 -0
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.js +6 -1
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/payo/config.d.ts +1 -0
- package/lib/components/eftposPay/store/index.d.ts +2 -2
- package/lib/components/eftposPay/tip.d.ts +1 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/lib/components/eventBooking/index.d.ts +1 -0
- package/lib/components/login/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Header.d.ts +1 -0
- package/lib/components/pay/toB/components/EFTPOS/index.d.ts +1 -0
- package/lib/components/pay/toB/components/EFTPOS/index.js +2 -1
- package/lib/components/pay/toB/paymentMethods/index.d.ts +1 -0
- package/lib/components/pay/toB/paymentMethods/index.js +8 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/lib/components/productExtension/fields/Actor/index.d.ts +1 -0
- package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/lib/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
- package/lib/components/schedules/calendar/calendarItem.d.ts +1 -0
- package/lib/components/schedules/calendar/index.d.ts +1 -0
- package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/products/index.d.ts +1 -0
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
- package/lib/components/schedules/products/list/index.d.ts +1 -0
- package/lib/components/schedules/resources/index.d.ts +1 -0
- package/lib/components/schedules/resources/list/index.d.ts +1 -0
- package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/schedules/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/taxSelect/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.js +31 -2
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/locales.d.ts +12 -0
- package/lib/components/ticketBooking/locales.js +15 -3
- package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/plus/clientName/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/index.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/lib/plus/saasRegister/components/Header.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/package.json +1 -1
@@ -25,8 +25,8 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
25
25
|
import React, { useEffect, useMemo, useRef, useState } from 'react';
|
26
26
|
import { locales } from '@pisell/utils';
|
27
27
|
import { message } from 'antd';
|
28
|
-
import { Iconfont } from '@pisell/materials';
|
29
|
-
import { getOrderInfoByCode, getBookingDetail, getEventBookingDetail, getBookingConfig, getServices
|
28
|
+
import { Iconfont, PisellModal } from '@pisell/materials';
|
29
|
+
import { getOrderInfoByCode, getBookingDetail, getEventBookingDetail, getBookingConfig, getServices } from "../../serve";
|
30
30
|
import * as apis from "../../serve";
|
31
31
|
import dayjs from 'dayjs';
|
32
32
|
import useEngineContext from "../../../../hooks/useEngineContext";
|
@@ -247,6 +247,10 @@ var TicketBooking = function TicketBooking() {
|
|
247
247
|
_useState2 = _slicedToArray(_useState, 2),
|
248
248
|
activeBookingId = _useState2[0],
|
249
249
|
setActiveBookingId = _useState2[1];
|
250
|
+
var _useState3 = useState(false),
|
251
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
252
|
+
showTerminalUpgradeModal = _useState4[0],
|
253
|
+
setShowTerminalUpgradeModal = _useState4[1];
|
250
254
|
var pisellFloatingPanelRef = useRef(null);
|
251
255
|
var closeRef = useRef(null);
|
252
256
|
var bookingTicket = useBookingTicket();
|
@@ -261,6 +265,26 @@ var TicketBooking = function TicketBooking() {
|
|
261
265
|
changeCustomerToGlobalState: changeCustomerToGlobalState
|
262
266
|
}),
|
263
267
|
selectCustomer = _useCustomer.selectCustomer;
|
268
|
+
|
269
|
+
// 检测Terminal版本并显示升级提示
|
270
|
+
var checkTerminalVersion = useMemoizedFn(function () {
|
271
|
+
if (isTerminal()) {
|
272
|
+
var userAgent = navigator.userAgent;
|
273
|
+
if (userAgent.includes('terminal')) {
|
274
|
+
// 匹配 terminal/x.x.x(xxx) 格式,支持多位数
|
275
|
+
var terminalVersionMatch = userAgent.match(/terminal\/[\d.]+\((\d+)\)/i);
|
276
|
+
if (terminalVersionMatch && terminalVersionMatch[1]) {
|
277
|
+
var buildNumberStr = terminalVersionMatch[1];
|
278
|
+
var buildNumber = parseInt(buildNumberStr, 10);
|
279
|
+
|
280
|
+
// 确保解析成功且是有效数字
|
281
|
+
if (!isNaN(buildNumber) && buildNumber > 0 && buildNumber < 766) {
|
282
|
+
setShowTerminalUpgradeModal(true);
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
}
|
287
|
+
});
|
264
288
|
useMemo(function () {
|
265
289
|
openScan(function (data) {
|
266
290
|
handleScan(data);
|
@@ -336,6 +360,9 @@ var TicketBooking = function TicketBooking() {
|
|
336
360
|
});
|
337
361
|
_setShopOpeningHours();
|
338
362
|
_setIntervalTime(true);
|
363
|
+
|
364
|
+
// 检测Terminal版本
|
365
|
+
checkTerminalVersion();
|
339
366
|
interaction === null || interaction === void 0 || (_interaction$utils = interaction.utils) === null || _interaction$utils === void 0 || _interaction$utils.mountFunction('bookingTicket', 'clearAllCart', function (type, orderId) {
|
340
367
|
console.log('bookingTicket.clearAllCart');
|
341
368
|
// 支付成功后清空状态
|
@@ -349,8 +376,9 @@ var TicketBooking = function TicketBooking() {
|
|
349
376
|
|
350
377
|
// 作废预约
|
351
378
|
interaction === null || interaction === void 0 || (_interaction$utils2 = interaction.utils) === null || _interaction$utils2 === void 0 || _interaction$utils2.mountFunction('booking', 'voidBooking', function (orderId) {
|
352
|
-
|
353
|
-
|
379
|
+
// checkout2.0 结账时不生成订单 所以不需要作废订单
|
380
|
+
// voidAppointment(orderId);
|
381
|
+
// enableAllScanListeners();
|
354
382
|
});
|
355
383
|
return function () {
|
356
384
|
off === null || off === void 0 || off();
|
@@ -387,6 +415,7 @@ var TicketBooking = function TicketBooking() {
|
|
387
415
|
intervalSetTime: isInterval
|
388
416
|
});
|
389
417
|
};
|
418
|
+
useEffect(function () {}, []);
|
390
419
|
var getDataFromHost = function getDataFromHost() {
|
391
420
|
try {
|
392
421
|
var is_price_include_tax = getData('is_price_include_tax');
|
@@ -1210,6 +1239,19 @@ var TicketBooking = function TicketBooking() {
|
|
1210
1239
|
ref: pisellFloatingPanelRef,
|
1211
1240
|
currentDate: currentDate,
|
1212
1241
|
onBookingClick: handleBookingClick
|
1242
|
+
}), /*#__PURE__*/React.createElement(PisellModal.Information, {
|
1243
|
+
open: showTerminalUpgradeModal,
|
1244
|
+
title: locales.getText('pisell2.ticket-booking.terminal-upgrade-title'),
|
1245
|
+
describe: locales.getText('pisell2.ticket-booking.terminal-upgrade-description'),
|
1246
|
+
okText: locales.getText('pisell2.ticket-booking.terminal-upgrade-ok'),
|
1247
|
+
cancelText: locales.getText('pisell2.ticket-booking.terminal-upgrade-cancel'),
|
1248
|
+
closable: true,
|
1249
|
+
onOk: function onOk() {
|
1250
|
+
return setShowTerminalUpgradeModal(false);
|
1251
|
+
},
|
1252
|
+
onCancel: function onCancel() {
|
1253
|
+
return setShowTerminalUpgradeModal(false);
|
1254
|
+
}
|
1213
1255
|
}));
|
1214
1256
|
};
|
1215
1257
|
export default TicketBooking;
|
@@ -57,6 +57,10 @@ declare const _default: {
|
|
57
57
|
'pisell2.product.card.minute': (val: number) => string;
|
58
58
|
'pisell2.ticket-booking.reload': string;
|
59
59
|
'pisell2.text.scan-global-failed': string;
|
60
|
+
'pisell2.ticket-booking.terminal-upgrade-title': string;
|
61
|
+
'pisell2.ticket-booking.terminal-upgrade-description': string;
|
62
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': string;
|
63
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': string;
|
60
64
|
};
|
61
65
|
'zh-CN': {
|
62
66
|
'pisell2.ticket-booking.info': string;
|
@@ -116,6 +120,10 @@ declare const _default: {
|
|
116
120
|
'pisell2.product.card.minute': (val: number) => string;
|
117
121
|
'pisell2.ticket-booking.reload': string;
|
118
122
|
'pisell2.text.scan-global-failed': string;
|
123
|
+
'pisell2.ticket-booking.terminal-upgrade-title': string;
|
124
|
+
'pisell2.ticket-booking.terminal-upgrade-description': string;
|
125
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': string;
|
126
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': string;
|
119
127
|
};
|
120
128
|
'zh-HK': {
|
121
129
|
'pisell2.ticket-booking.info': string;
|
@@ -175,6 +183,10 @@ declare const _default: {
|
|
175
183
|
'pisell2.product.card.minute': (val: number) => string;
|
176
184
|
'pisell2.ticket-booking.reload': string;
|
177
185
|
'pisell2.text.scan-global-failed': string;
|
186
|
+
'pisell2.ticket-booking.terminal-upgrade-title': string;
|
187
|
+
'pisell2.ticket-booking.terminal-upgrade-description': string;
|
188
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': string;
|
189
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': string;
|
178
190
|
};
|
179
191
|
};
|
180
192
|
export default _default;
|
@@ -69,7 +69,11 @@ export default {
|
|
69
69
|
return "".concat(val > 1 ? ' minutes' : ' minute');
|
70
70
|
},
|
71
71
|
'pisell2.ticket-booking.reload': 'Reload',
|
72
|
-
'pisell2.text.scan-global-failed': 'No matching results'
|
72
|
+
'pisell2.text.scan-global-failed': 'No matching results',
|
73
|
+
'pisell2.ticket-booking.terminal-upgrade-title': 'Terminal Version Reminder',
|
74
|
+
'pisell2.ticket-booking.terminal-upgrade-description': 'Your Terminal version is outdated. Please upgrade Terminal to use all features.',
|
75
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': 'I understand',
|
76
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': 'Cancel'
|
73
77
|
},
|
74
78
|
'zh-CN': {
|
75
79
|
'pisell2.ticket-booking.info': '信息',
|
@@ -141,7 +145,11 @@ export default {
|
|
141
145
|
return '分钟';
|
142
146
|
},
|
143
147
|
'pisell2.ticket-booking.reload': '重新加载',
|
144
|
-
'pisell2.text.scan-global-failed': '无搜索结果'
|
148
|
+
'pisell2.text.scan-global-failed': '无搜索结果',
|
149
|
+
'pisell2.ticket-booking.terminal-upgrade-title': 'Terminal版本提醒',
|
150
|
+
'pisell2.ticket-booking.terminal-upgrade-description': '检测到您的Terminal版本较低,请升级Terminal以使用完整功能',
|
151
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': '我知道了',
|
152
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': '取消'
|
145
153
|
},
|
146
154
|
'zh-HK': {
|
147
155
|
'pisell2.ticket-booking.info': '資訊',
|
@@ -213,6 +221,10 @@ export default {
|
|
213
221
|
return '分鐘';
|
214
222
|
},
|
215
223
|
'pisell2.ticket-booking.reload': '重新載入',
|
216
|
-
'pisell2.text.scan-global-failed': '無搜索結果'
|
224
|
+
'pisell2.text.scan-global-failed': '無搜索結果',
|
225
|
+
'pisell2.ticket-booking.terminal-upgrade-title': 'Terminal版本提醒',
|
226
|
+
'pisell2.ticket-booking.terminal-upgrade-description': '檢測到您的Terminal版本較低,請升級Terminal以使用完整功能',
|
227
|
+
'pisell2.ticket-booking.terminal-upgrade-ok': '我知道了',
|
228
|
+
'pisell2.ticket-booking.terminal-upgrade-cancel': '取消'
|
217
229
|
}
|
218
230
|
};
|
@@ -30,7 +30,7 @@ export declare const calculateSubtotal: (items: CartItem[]) => string;
|
|
30
30
|
* @return {*}
|
31
31
|
* @Author: xiangfeng.xue
|
32
32
|
*/
|
33
|
-
export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) =>
|
33
|
+
export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.00" | Decimal;
|
34
34
|
/**
|
35
35
|
* 计算所有价格明细
|
36
36
|
* @param items - 购物车商品数组
|
@@ -0,0 +1,17 @@
|
|
1
|
+
/**
|
2
|
+
* @title: 添加额外商品
|
3
|
+
* @description:
|
4
|
+
* @return {*}
|
5
|
+
* @Author: zhiwei.Wang
|
6
|
+
* @Date: 2024-01-30 16:33
|
7
|
+
*/
|
8
|
+
import './index.less';
|
9
|
+
export interface InfoProps {
|
10
|
+
title?: string;
|
11
|
+
style?: any;
|
12
|
+
globalState: any;
|
13
|
+
setGlobalState: any;
|
14
|
+
}
|
15
|
+
export declare const formatProducts: (values: any) => any;
|
16
|
+
declare const Addons: any;
|
17
|
+
export default Addons;
|
@@ -3,10 +3,14 @@ export declare const getIsPriceIncludeTax: (state: any) => any;
|
|
3
3
|
/**
|
4
4
|
* 总金额
|
5
5
|
* @param state
|
6
|
-
* @param options
|
6
|
+
* @param options isEdit: 预约信息是否发生变动
|
7
7
|
* @returns
|
8
8
|
*/
|
9
|
-
export declare const getSumTotal: (state: any,
|
9
|
+
export declare const getSumTotal: (state: any, options: {
|
10
|
+
[key: string]: any;
|
11
|
+
isEdit: boolean;
|
12
|
+
ScheduleModule: any;
|
13
|
+
}) => {
|
10
14
|
productAmount: number;
|
11
15
|
duration: string;
|
12
16
|
tax: number;
|
@@ -64,7 +64,9 @@ var getProductExpectAmount = (state, isEdit) => {
|
|
64
64
|
} else {
|
65
65
|
const quantity = item._extend.quantity || 1;
|
66
66
|
price += Number(item._extend.total) * Number(quantity);
|
67
|
-
price += getRelationDetailsTotal(
|
67
|
+
price += getRelationDetailsTotal(
|
68
|
+
item._extend.relation_details || []
|
69
|
+
);
|
68
70
|
duration += import_utils.flexibleObj.getValue(item._extend.duration);
|
69
71
|
}
|
70
72
|
}
|
@@ -137,7 +139,6 @@ var processItemsTax = (items, state, options) => {
|
|
137
139
|
{
|
138
140
|
...item,
|
139
141
|
total: unitPrice.toNumber(),
|
140
|
-
price: item._extend.total,
|
141
142
|
quantity: 1
|
142
143
|
},
|
143
144
|
state,
|
@@ -160,8 +161,33 @@ var processItemsTax = (items, state, options) => {
|
|
160
161
|
);
|
161
162
|
item._extend.original_tax_fee = originalTaxPerItem.toNumber();
|
162
163
|
item._extend.tax_fee = discountedTaxPerItem.toNumber();
|
163
|
-
|
164
|
-
|
164
|
+
let addTimeTotalTax = new import_decimal.default(0);
|
165
|
+
if (Array.isArray(item._extend.relation_details)) {
|
166
|
+
for (let atItem of item._extend.relation_details) {
|
167
|
+
const _originTotal = new import_decimal.default(
|
168
|
+
atItem.selling_price || atItem.price || 0
|
169
|
+
);
|
170
|
+
let _discountedTotal = _originTotal;
|
171
|
+
if (productExpectAmount > 0) {
|
172
|
+
_discountedTotal = _originTotal.minus(
|
173
|
+
_originTotal.dividedBy(productExpectAmount).times(shopDiscount)
|
174
|
+
);
|
175
|
+
}
|
176
|
+
const addTimeTaxPerItem = getProductItemTax(
|
177
|
+
{
|
178
|
+
...atItem,
|
179
|
+
total: _discountedTotal,
|
180
|
+
// 可能包含原有数据,或前端临时数据
|
181
|
+
quantity: atItem.product_quantity || atItem.num || 1
|
182
|
+
},
|
183
|
+
state,
|
184
|
+
{ tax_rate, is_price_include_tax }
|
185
|
+
);
|
186
|
+
addTimeTotalTax = addTimeTotalTax.plus(addTimeTaxPerItem);
|
187
|
+
}
|
188
|
+
}
|
189
|
+
originTax = originTax.plus(originalTaxPerItem.times(quantity)).plus(addTimeTotalTax);
|
190
|
+
tax = tax.plus(discountedTaxPerItem.times(quantity)).plus(addTimeTotalTax);
|
165
191
|
}
|
166
192
|
return { originTax, tax };
|
167
193
|
};
|
@@ -175,20 +201,20 @@ var getTax = (state, options) => {
|
|
175
201
|
let totalTax = new import_decimal.default(0);
|
176
202
|
if ((state == null ? void 0 : state.service) || (state == null ? void 0 : state.addons)) {
|
177
203
|
if ((_b = state == null ? void 0 : state.service) == null ? void 0 : _b.value) {
|
178
|
-
const serviceResult = processItemsTax(
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
);
|
204
|
+
const serviceResult = processItemsTax(state.service.value, state, {
|
205
|
+
tax_rate,
|
206
|
+
is_price_include_tax,
|
207
|
+
computed
|
208
|
+
});
|
183
209
|
totalOriginTax = totalOriginTax.plus(serviceResult.originTax);
|
184
210
|
totalTax = totalTax.plus(serviceResult.tax);
|
185
211
|
}
|
186
212
|
if ((_c = state == null ? void 0 : state.addons) == null ? void 0 : _c.value) {
|
187
|
-
const addonsResult = processItemsTax(
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
);
|
213
|
+
const addonsResult = processItemsTax(state.addons.value, state, {
|
214
|
+
tax_rate,
|
215
|
+
is_price_include_tax,
|
216
|
+
computed
|
217
|
+
});
|
192
218
|
totalOriginTax = totalOriginTax.plus(addonsResult.originTax);
|
193
219
|
totalTax = totalTax.plus(addonsResult.tax);
|
194
220
|
}
|
@@ -276,9 +302,9 @@ var isProductMatchSurchargeCondition = (item, options) => {
|
|
276
302
|
};
|
277
303
|
var getSurcharge = (state, options) => {
|
278
304
|
var _a;
|
279
|
-
const { ScheduleModule, surcharge_list, scheduleById } = options;
|
305
|
+
const { isEdit, ScheduleModule, surcharge_list, scheduleById } = options;
|
280
306
|
const { bookingDetail, bookingId } = state;
|
281
|
-
if (bookingId) {
|
307
|
+
if (!isEdit && bookingId) {
|
282
308
|
if (Array.isArray(bookingDetail == null ? void 0 : bookingDetail.surcharge)) {
|
283
309
|
return (((_a = state.bookingDetail) == null ? void 0 : _a.surcharge) || []).map(
|
284
310
|
(d, index) => {
|
@@ -321,8 +347,10 @@ var getSurcharge = (state, options) => {
|
|
321
347
|
ScheduleModule
|
322
348
|
})) {
|
323
349
|
matchedItems.push({
|
324
|
-
total: Number(item._extend.
|
325
|
-
|
350
|
+
total: Number(item._extend.total),
|
351
|
+
addTimeTotal: getRelationDetailsTotal(
|
352
|
+
item._extend.relation_details || []
|
353
|
+
),
|
326
354
|
quantity: item._extend.quantity || 1
|
327
355
|
});
|
328
356
|
}
|
@@ -336,7 +364,7 @@ var getSurcharge = (state, options) => {
|
|
336
364
|
ScheduleModule
|
337
365
|
})) {
|
338
366
|
matchedItems.push({
|
339
|
-
total: Number(item._extend.
|
367
|
+
total: Number(item._extend.total),
|
340
368
|
quantity: item._extend.quantity || 1
|
341
369
|
});
|
342
370
|
}
|
@@ -350,7 +378,8 @@ var getSurcharge = (state, options) => {
|
|
350
378
|
for (let item of matchedItems) {
|
351
379
|
const itemPrice = new import_decimal.default(Math.max(0, item.total || 0));
|
352
380
|
const itemQuantity = new import_decimal.default(item.quantity || 1);
|
353
|
-
const
|
381
|
+
const addTimeTotal = new import_decimal.default(item.addTimeTotal || 0);
|
382
|
+
const itemSurcharge = itemPrice.times(itemQuantity).plus(addTimeTotal).times(percentageRate);
|
354
383
|
configTotal = configTotal.plus(itemSurcharge);
|
355
384
|
}
|
356
385
|
}
|
@@ -376,10 +405,13 @@ var getSurcharge = (state, options) => {
|
|
376
405
|
}
|
377
406
|
return surchargeWithAmount;
|
378
407
|
};
|
379
|
-
var getSurchargeAmount = (state, surcharge) => {
|
408
|
+
var getSurchargeAmount = (state, surcharge, options) => {
|
380
409
|
const { bookingDetail, bookingId } = state;
|
381
|
-
|
382
|
-
|
410
|
+
const { isEdit } = options;
|
411
|
+
if (!isEdit) {
|
412
|
+
if (bookingDetail && bookingId) {
|
413
|
+
return Number(bookingDetail.surcharge_fee);
|
414
|
+
}
|
383
415
|
}
|
384
416
|
if (!Array.isArray(surcharge)) return 0;
|
385
417
|
return surcharge.reduce((total, item) => {
|
@@ -434,26 +466,25 @@ var getSumTotalAmount = ({
|
|
434
466
|
}) => {
|
435
467
|
return expectAmount + roundingAmount;
|
436
468
|
};
|
437
|
-
var getSumTotal = (state,
|
469
|
+
var getSumTotal = (state, options) => {
|
438
470
|
const { productExpectAmount, duration } = getProductExpectAmount(
|
439
471
|
state,
|
440
|
-
isEdit
|
472
|
+
options.isEdit
|
441
473
|
);
|
442
474
|
const shopDiscount = getShopDiscount(state);
|
443
475
|
const roundingAmount = getRoundingAmount(state);
|
444
476
|
const paySurchargeFee = getPaySurchargeFee(state);
|
445
|
-
const surcharge = getSurcharge(state,
|
446
|
-
const surchargeAmount = getSurchargeAmount(state, surcharge);
|
477
|
+
const surcharge = getSurcharge(state, options);
|
478
|
+
const surchargeAmount = getSurchargeAmount(state, surcharge, options);
|
447
479
|
const computed = {
|
448
480
|
productExpectAmount,
|
449
481
|
shopDiscount
|
450
482
|
};
|
451
483
|
const { tax, originTax } = getTax(state, {
|
452
|
-
isEdit,
|
453
484
|
computed,
|
454
|
-
...
|
485
|
+
...options
|
455
486
|
});
|
456
|
-
const taxInfo = getTaxInfo(state,
|
487
|
+
const taxInfo = getTaxInfo(state, options);
|
457
488
|
const paidAmount = getPaidAmount(state);
|
458
489
|
const orderPaidAmount = getOrderPaidAmount(state);
|
459
490
|
const totalRefundAmount = getTotalRefundAmount(state);
|
@@ -463,10 +494,7 @@ var getSumTotal = (state, { isEdit, ScheduleModule, ...rest }) => {
|
|
463
494
|
surchargeAmount,
|
464
495
|
shopDiscount,
|
465
496
|
state,
|
466
|
-
options
|
467
|
-
isEdit,
|
468
|
-
...rest
|
469
|
-
}
|
497
|
+
options
|
470
498
|
});
|
471
499
|
const originExpectAmount = getExpectAmount({
|
472
500
|
price: productExpectAmount,
|
@@ -474,10 +502,7 @@ var getSumTotal = (state, { isEdit, ScheduleModule, ...rest }) => {
|
|
474
502
|
surchargeAmount,
|
475
503
|
shopDiscount: 0,
|
476
504
|
state,
|
477
|
-
options
|
478
|
-
isEdit,
|
479
|
-
...rest
|
480
|
-
}
|
505
|
+
options
|
481
506
|
});
|
482
507
|
const sumTotalAmount = getSumTotalAmount({ expectAmount, roundingAmount });
|
483
508
|
const notPaidAmount = Number((0, import_utils2.formatAmount)(sumTotalAmount, 2, "")) - orderPaidAmount;
|