@pisell/private-materials 6.8.32 → 6.8.34
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 +164 -150
- 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/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Content/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/components/PolicyModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/index.d.ts +1 -0
- package/es/components/booking/components/footer/index.d.ts +1 -0
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/es/components/booking/components/voucher/index.d.ts +1 -0
- package/es/components/booking/deposit/index.d.ts +1 -0
- package/es/components/booking/forms/footer.d.ts +1 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.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/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/dateRange/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/model.d.ts +1 -10
- 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/addService/index.d.ts +1 -0
- package/es/components/booking/info/service/addTimeModal/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/addService/index.d.ts +1 -0
- package/es/components/booking/info2/service/contactInfoMode/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/duration/index.d.ts +0 -1
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- 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/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- 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/receipt/index.d.ts +1 -0
- package/es/components/eftpos/surcharge/index.d.ts +1 -0
- package/es/components/eftposPay/amount.d.ts +2 -1
- 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/failCustom.d.ts +1 -0
- package/es/components/eftposPay/component/fail/index.d.ts +1 -0
- package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/es/components/eftposPay/component/step/step.d.ts +1 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.d.ts +1 -0
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/pay.d.ts +1 -0
- package/es/components/eftposPay/store/index.d.ts +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/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/Information/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/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/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/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/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/ConfirmedPayment/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Footer.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/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/pay/toC/model.d.ts +1 -9
- 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/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/ruleSetting/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- package/es/components/schedules/model.d.ts +1 -9
- package/es/components/schedules/resources/relationProduct/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Cart/Product.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/ticketBooking/components/addServiceVariant/addService.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.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/es/components/ticketBooking/utils/index.js +5 -1
- package/es/components/walletList/index.d.ts +1 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +4 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/es/plus/walletPassGallery/index.d.ts +1 -0
- package/es/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/es/pro/Selector/Selector.stories.d.ts +78 -0
- package/es/pro/Selector/SelectorGroup.d.ts +11 -0
- package/es/pro/Selector/demo.d.ts +3 -0
- package/es/pro/Selector/index.d.ts +11 -0
- package/es/pro/pisellNumberSelector/example.d.ts +3 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Content/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/components/PolicyModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/index.d.ts +1 -0
- package/lib/components/booking/components/footer/index.d.ts +1 -0
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/lib/components/booking/components/voucher/index.d.ts +1 -0
- package/lib/components/booking/deposit/index.d.ts +1 -0
- package/lib/components/booking/forms/footer.d.ts +1 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.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/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/dateRange/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/model.d.ts +1 -10
- 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/addService/index.d.ts +1 -0
- package/lib/components/booking/info/service/addTimeModal/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/addService/index.d.ts +1 -0
- package/lib/components/booking/info2/service/contactInfoMode/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/duration/index.d.ts +0 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- 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/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -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/receipt/index.d.ts +1 -0
- package/lib/components/eftpos/surcharge/index.d.ts +1 -0
- package/lib/components/eftposPay/amount.d.ts +2 -1
- 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/failCustom.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +1 -0
- package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/lib/components/eftposPay/component/step/step.d.ts +1 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.d.ts +1 -0
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/pay.d.ts +1 -0
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/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/Information/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/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/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/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/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/ConfirmedPayment/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Footer.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/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/pay/toC/model.d.ts +1 -9
- 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/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/ruleSetting/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- package/lib/components/schedules/model.d.ts +1 -9
- package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Cart/Product.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/ticketBooking/components/addServiceVariant/addService.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.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/components/ticketBooking/utils/index.js +4 -1
- package/lib/components/walletList/index.d.ts +1 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +4 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/index.d.ts +1 -0
- package/lib/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/lib/pro/Selector/Selector.stories.d.ts +78 -0
- package/lib/pro/Selector/SelectorGroup.d.ts +11 -0
- package/lib/pro/Selector/demo.d.ts +3 -0
- package/lib/pro/Selector/index.d.ts +11 -0
- package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/package.json +3 -3
- package/es/components/authentication/admin/AuthMethods/SettingList.d.ts +0 -5
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
- package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
- package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
- package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
- package/es/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/es/components/authentication/admin/AuthMethods/types.d.ts +0 -76
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/es/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/CustomerOAuthConfig/index.d.ts +0 -6
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/es/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/OAuthConfig/index.d.ts +0 -6
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/es/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
- package/es/components/authentication/index.d.ts +0 -0
- package/es/components/booking/addons/model.d.ts +0 -10
- package/es/components/booking/components/customSelect/index.d.ts +0 -38
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -43
- package/es/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +0 -25
- package/es/components/booking/info/service/serve.d.ts +0 -34
- package/es/components/booking/info/service2/utils.d.ts +0 -219
- package/es/components/booking/info/utils.d.ts +0 -50
- package/es/components/booking/info2/service/addService/utils.d.ts +0 -106
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -36
- package/es/components/booking/utils.d.ts +0 -182
- package/es/components/checkout/components/PaymentDetailModal/index.d.ts +0 -38
- package/es/components/eftposPay/utils/log/index.d.ts +0 -110
- package/es/components/pay/toB/components/MX51/index.d.ts +0 -3
- package/es/components/pay/toB/types/index.d.ts +0 -72
- package/es/components/pay/toC/locales.d.ts +0 -301
- package/es/components/pay/toC/status.d.ts +0 -13
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/es/components/systemSettings/registry/locales.d.ts +0 -272
- package/es/components/systemSettings/registry/services.d.ts +0 -77
- package/es/components/systemSettings/registry/types.d.ts +0 -126
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -16
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/types/index.d.ts +0 -194
- package/es/plus/clientName/index.d.ts +0 -4
- package/es/plus/clientName/type.d.ts +0 -13
- package/es/plus/clientName/utils.d.ts +0 -2
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/es/plus/contactInfo/locales.d.ts +0 -15
- package/es/plus/contactInfo/types.d.ts +0 -91
- package/es/plus/contactInfo/utils.d.ts +0 -7
- package/es/plus/contactInfoModal/locales.d.ts +0 -66
- package/es/plus/productSelect/utils.d.ts +0 -39
- package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
- package/es/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +0 -20
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -7
- package/es/plus/walletEditor/types.d.ts +0 -52
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +0 -54
- package/es/plus/webPosLogin/locales.d.ts +0 -49
- package/es/plus/webPosLogin/types.d.ts +0 -286
- package/es/pro/Login2.0/components/phoneValidation.d.ts +0 -17
- package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
- package/es/pro/Login2.0/locales.d.ts +0 -543
- package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
- package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
- package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
- package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
- package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
- package/es/pro/Login2.0/types.d.ts +0 -167
- package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +0 -5
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
- package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
- package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
- package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
- package/lib/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/lib/components/authentication/admin/AuthMethods/types.d.ts +0 -76
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/lib/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +0 -6
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/lib/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/OAuthConfig/index.d.ts +0 -6
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/lib/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
- package/lib/components/authentication/index.d.ts +0 -0
- package/lib/components/booking/addons/model.d.ts +0 -10
- package/lib/components/booking/components/customSelect/index.d.ts +0 -38
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -43
- package/lib/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +0 -25
- package/lib/components/booking/info/service/serve.d.ts +0 -34
- package/lib/components/booking/info/service2/utils.d.ts +0 -219
- package/lib/components/booking/info/utils.d.ts +0 -50
- package/lib/components/booking/info2/service/addService/utils.d.ts +0 -106
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -36
- package/lib/components/booking/utils.d.ts +0 -182
- package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +0 -38
- package/lib/components/eftposPay/utils/log/index.d.ts +0 -110
- package/lib/components/pay/toB/components/MX51/index.d.ts +0 -3
- package/lib/components/pay/toB/types/index.d.ts +0 -72
- package/lib/components/pay/toC/locales.d.ts +0 -301
- package/lib/components/pay/toC/status.d.ts +0 -13
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/lib/components/systemSettings/registry/locales.d.ts +0 -272
- package/lib/components/systemSettings/registry/services.d.ts +0 -77
- package/lib/components/systemSettings/registry/types.d.ts +0 -126
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -16
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/types/index.d.ts +0 -194
- package/lib/plus/clientName/index.d.ts +0 -4
- package/lib/plus/clientName/type.d.ts +0 -13
- package/lib/plus/clientName/utils.d.ts +0 -2
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/lib/plus/contactInfo/locales.d.ts +0 -15
- package/lib/plus/contactInfo/types.d.ts +0 -91
- package/lib/plus/contactInfo/utils.d.ts +0 -7
- package/lib/plus/contactInfoModal/locales.d.ts +0 -66
- package/lib/plus/productSelect/utils.d.ts +0 -39
- package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
- package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +0 -20
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -7
- package/lib/plus/walletEditor/types.d.ts +0 -52
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +0 -54
- package/lib/plus/webPosLogin/locales.d.ts +0 -49
- package/lib/plus/webPosLogin/types.d.ts +0 -286
- package/lib/pro/Login2.0/components/phoneValidation.d.ts +0 -17
- package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
- package/lib/pro/Login2.0/locales.d.ts +0 -543
- package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
- package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
- package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
- package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
- package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
- package/lib/pro/Login2.0/types.d.ts +0 -167
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
export interface LogEntry {
|
|
2
|
-
/** 日志标题 */
|
|
3
|
-
title: string;
|
|
4
|
-
/** 日志内容 */
|
|
5
|
-
content?: any;
|
|
6
|
-
/** 支付时间(精确到毫秒) */
|
|
7
|
-
time: string;
|
|
8
|
-
}
|
|
9
|
-
interface PaymentLogRecord {
|
|
10
|
-
/** 交易记录号 */
|
|
11
|
-
number: string;
|
|
12
|
-
/** 订单ID */
|
|
13
|
-
orderId?: string | number;
|
|
14
|
-
/** 设备ID */
|
|
15
|
-
deviceId?: string | number;
|
|
16
|
-
/** 支付类型 */
|
|
17
|
-
paymentType?: string;
|
|
18
|
-
/** 创建时间 */
|
|
19
|
-
createdAt: string;
|
|
20
|
-
/** 日志条目列表 */
|
|
21
|
-
logs: LogEntry[];
|
|
22
|
-
}
|
|
23
|
-
declare class PaymentLogInstance {
|
|
24
|
-
private static instance;
|
|
25
|
-
/** 当前交易记录号 */
|
|
26
|
-
private currentNumber;
|
|
27
|
-
/** 当前日志记录 */
|
|
28
|
-
private currentRecord;
|
|
29
|
-
private constructor();
|
|
30
|
-
/**
|
|
31
|
-
* 获取单例实例
|
|
32
|
-
*/
|
|
33
|
-
static getInstance(): PaymentLogInstance;
|
|
34
|
-
/**
|
|
35
|
-
* 初始化支付日志
|
|
36
|
-
* @param number 交易记录号
|
|
37
|
-
* @param options 初始化选项
|
|
38
|
-
*/
|
|
39
|
-
init(number: string, options?: {
|
|
40
|
-
orderId?: string | number;
|
|
41
|
-
deviceId?: string | number;
|
|
42
|
-
paymentType?: string;
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
}): void;
|
|
45
|
-
/**
|
|
46
|
-
* 添加日志条目
|
|
47
|
-
* @param title 日志标题
|
|
48
|
-
* @param content 日志内容
|
|
49
|
-
*/
|
|
50
|
-
addLog(params: {
|
|
51
|
-
title: string;
|
|
52
|
-
content?: any;
|
|
53
|
-
}): void;
|
|
54
|
-
/**
|
|
55
|
-
* 构建日志内容
|
|
56
|
-
* @param record 日志记录
|
|
57
|
-
* @returns 格式化的日志内容数组
|
|
58
|
-
*/
|
|
59
|
-
private buildLogContent;
|
|
60
|
-
/**
|
|
61
|
-
* 发送单条日志记录到飞书
|
|
62
|
-
* @param record 日志记录
|
|
63
|
-
* @param isRestore 是否是恢复上传
|
|
64
|
-
*/
|
|
65
|
-
private sendLogRecord;
|
|
66
|
-
/**
|
|
67
|
-
* 发送日志到飞书
|
|
68
|
-
* @param title 日志标题(可选,仅在需要自定义标题时使用)
|
|
69
|
-
*/
|
|
70
|
-
sendLogs(title?: string): void;
|
|
71
|
-
/**
|
|
72
|
-
* 清除当前日志
|
|
73
|
-
* @param shouldSend 清除前是否发送到飞书,默认为 true
|
|
74
|
-
*/
|
|
75
|
-
clearLogs(shouldSend?: boolean): void;
|
|
76
|
-
/**
|
|
77
|
-
* 检查并上传旧日志
|
|
78
|
-
*/
|
|
79
|
-
private checkAndUploadOldLogs;
|
|
80
|
-
/**
|
|
81
|
-
* 获取所有支付日志对象
|
|
82
|
-
*/
|
|
83
|
-
private getAllLogsObject;
|
|
84
|
-
/**
|
|
85
|
-
* 保存所有支付日志对象
|
|
86
|
-
*/
|
|
87
|
-
private saveAllLogsObject;
|
|
88
|
-
/**
|
|
89
|
-
* 保存到 localStorage
|
|
90
|
-
*/
|
|
91
|
-
private saveToLocalStorage;
|
|
92
|
-
/**
|
|
93
|
-
* 从 localStorage 中删除
|
|
94
|
-
*/
|
|
95
|
-
private removeFromLocalStorage;
|
|
96
|
-
/**
|
|
97
|
-
* 获取所有旧日志
|
|
98
|
-
*/
|
|
99
|
-
private getOldLogsFromLocalStorage;
|
|
100
|
-
/**
|
|
101
|
-
* 获取当前日志记录(用于调试)
|
|
102
|
-
*/
|
|
103
|
-
getCurrentRecord(): PaymentLogRecord | null;
|
|
104
|
-
/**
|
|
105
|
-
* 获取当前交易号(用于调试)
|
|
106
|
-
*/
|
|
107
|
-
getCurrentNumber(): string | null;
|
|
108
|
-
}
|
|
109
|
-
declare const paymentLog: PaymentLogInstance;
|
|
110
|
-
export default paymentLog;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
export * from './storeTypes';
|
|
2
|
-
export interface ToBPayParams {
|
|
3
|
-
source?: 'normal' | 'restore';
|
|
4
|
-
data: {
|
|
5
|
-
type?: string;
|
|
6
|
-
payMethod: {
|
|
7
|
-
id: string;
|
|
8
|
-
code: string;
|
|
9
|
-
type: string;
|
|
10
|
-
name: string;
|
|
11
|
-
};
|
|
12
|
-
params: {
|
|
13
|
-
orderId: string | number;
|
|
14
|
-
symbol?: string;
|
|
15
|
-
amount: string;
|
|
16
|
-
surcharge?: string;
|
|
17
|
-
};
|
|
18
|
-
mode: 'pay' | 'refund';
|
|
19
|
-
};
|
|
20
|
-
callback: ToBPayCallback;
|
|
21
|
-
}
|
|
22
|
-
export declare type ToBPayCallback = (res: {
|
|
23
|
-
status: string;
|
|
24
|
-
data: {
|
|
25
|
-
amount: number;
|
|
26
|
-
surPercentRate?: number;
|
|
27
|
-
surMoney?: number;
|
|
28
|
-
surcharge?: number;
|
|
29
|
-
uniquePaymentNumber?: string;
|
|
30
|
-
};
|
|
31
|
-
msg?: string;
|
|
32
|
-
}) => void;
|
|
33
|
-
/**
|
|
34
|
-
* @title: 支付打开参数
|
|
35
|
-
*/
|
|
36
|
-
export interface PayOpenParams extends Omit<ToBPayParams, 'callback'> {
|
|
37
|
-
payCallback: (res: EftposPayResult | MX51PayResult) => void;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* @title: eftpos支付结果
|
|
41
|
-
*/
|
|
42
|
-
export interface EftposPayResult {
|
|
43
|
-
status: 'success' | 'fail';
|
|
44
|
-
params: {
|
|
45
|
-
amount: number;
|
|
46
|
-
surPercentRate: number;
|
|
47
|
-
surMoney: number;
|
|
48
|
-
uniquePaymentNumber: string;
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* @title: MX51支付结果
|
|
53
|
-
*/
|
|
54
|
-
export interface MX51PayResult {
|
|
55
|
-
result: boolean;
|
|
56
|
-
msg?: string;
|
|
57
|
-
amount: number;
|
|
58
|
-
surcharge: number;
|
|
59
|
-
uniquePaymentNumber: string;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @title 原生MX51支付结果
|
|
63
|
-
*/
|
|
64
|
-
export interface NativeMX51PayResult {
|
|
65
|
-
code: string;
|
|
66
|
-
msg?: string;
|
|
67
|
-
data: {
|
|
68
|
-
amount: number;
|
|
69
|
-
surcharge: number;
|
|
70
|
-
};
|
|
71
|
-
uuid: string;
|
|
72
|
-
}
|
|
@@ -1,301 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'tocPay.text.checkout': string;
|
|
4
|
-
'tocPay.text.total': string;
|
|
5
|
-
'tocPay.text.completePaymentIn': string;
|
|
6
|
-
'tocPay.text.paymentInstruction': string;
|
|
7
|
-
'tocPay.text.serviceCharge': string;
|
|
8
|
-
'tocPay.text.noAvailablePaymentMethods': string;
|
|
9
|
-
'tocPay.text.paymentMethod': string;
|
|
10
|
-
'tocPay.text.connectingApplePay': string;
|
|
11
|
-
'tocPay.text.connectingGooglePay': string;
|
|
12
|
-
'tocPay.text.enterName': string;
|
|
13
|
-
'tocPay.text.enterValidName': string;
|
|
14
|
-
'tocPay.text.enterCardNumber': string;
|
|
15
|
-
'tocPay.text.enterValidCardNumber': string;
|
|
16
|
-
'tocPay.text.enterExpirationDate': string;
|
|
17
|
-
'tocPay.text.enterCVV': string;
|
|
18
|
-
'tocPay.text.enterValidCVV': string;
|
|
19
|
-
'tocPay.text.addCard': string;
|
|
20
|
-
'tocPay.text.creditorDebitCard': string;
|
|
21
|
-
'tocPay.text.addCreditOrDebitCard': string;
|
|
22
|
-
'tocPay.text.cardNumber': string;
|
|
23
|
-
'tocPay.text.incorrectCardNumber': string;
|
|
24
|
-
'tocPay.text.expiration': string;
|
|
25
|
-
'tocPay.text.incorrectExpiryDate': string;
|
|
26
|
-
'tocPay.text.securityCode': string;
|
|
27
|
-
'tocPay.text.incorrectSecurityCode': string;
|
|
28
|
-
'tocPay.text.cardholderName': string;
|
|
29
|
-
'tocPay.text.enterEnglishName': string;
|
|
30
|
-
'tocPay.text.incorrectName': string;
|
|
31
|
-
'tocPay.text.saveCardForNextTime': string;
|
|
32
|
-
'tocPay.text.secureBankInfo': string;
|
|
33
|
-
'tocPay.text.pay': string;
|
|
34
|
-
'tocPay.text.surcharge': string;
|
|
35
|
-
'tocPay.text.done': string;
|
|
36
|
-
'tocPay.text.manageCard': string;
|
|
37
|
-
'tocPay.text.waitingForBankVerification': string;
|
|
38
|
-
'tocPay.text.successBack': string;
|
|
39
|
-
'tocPay.text.redirectingToAlipay': string;
|
|
40
|
-
'tocPay.text.redirectingToPaypal': string;
|
|
41
|
-
'tocPay.text.redirectingToWeChatPay': string;
|
|
42
|
-
'tocPay.text.submit': string;
|
|
43
|
-
'tocPay.text.clickSubmitToComplete': string;
|
|
44
|
-
'tocPay.text.noExtraPayNeeded': string;
|
|
45
|
-
'tocPay.text.continuePayment': string;
|
|
46
|
-
'tocPay.text.prompt': string;
|
|
47
|
-
'tocPay.text.confirmLeave': string;
|
|
48
|
-
'tocPay.text.continuePay': string;
|
|
49
|
-
'tocPay.text.leave': string;
|
|
50
|
-
'tocPay.text.getParamsFail': string;
|
|
51
|
-
'tocPay.text.walletPass': string;
|
|
52
|
-
'tocPay.text.toUse': string;
|
|
53
|
-
'tocPay.text.searchResult': string;
|
|
54
|
-
'tocPay.text.select': string;
|
|
55
|
-
'tocPay.text.couponCodesAdded': string;
|
|
56
|
-
'tocPay.text.redeem': string;
|
|
57
|
-
'tocPay.text.howToPay': string;
|
|
58
|
-
'tocPay.text.congrats': string;
|
|
59
|
-
'tocPay.text.creditHaveBeen': string;
|
|
60
|
-
'tocPay.text.walletPassCodesTitle': string;
|
|
61
|
-
'tocPay.text.scanBarQrCode': string;
|
|
62
|
-
'tocPay.text.enterCodes': string;
|
|
63
|
-
'tocPay.text.searchDescribe': string;
|
|
64
|
-
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
65
|
-
'tocPay.text.walletPassDisabled': string;
|
|
66
|
-
'tocPay.text.walletPassPermanent': string;
|
|
67
|
-
'tocPay.text.walletPassCompleteTitle': string;
|
|
68
|
-
'tocPay.text.walletPassNoExtraPay': string;
|
|
69
|
-
'tocPay.text.walletCanPay': string;
|
|
70
|
-
'tocPay.text.paymentInstructions': string;
|
|
71
|
-
'tocPay.text.walletSearchEmpty': string;
|
|
72
|
-
'tocPay.text.detectIncognitoConfirm': string;
|
|
73
|
-
'tocPay.text.copyLink': string;
|
|
74
|
-
'tocPay.text.copySuccess': string;
|
|
75
|
-
'tocPay.text.walletName': (shopName: string) => string;
|
|
76
|
-
'tocPay.text.bestValueFound': string;
|
|
77
|
-
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
78
|
-
'tocPay.text.totalSavings': string;
|
|
79
|
-
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
80
|
-
'tocPay.text.recommended': string;
|
|
81
|
-
'tocPay.text.edit': string;
|
|
82
|
-
'tocPay.text.confirm': string;
|
|
83
|
-
'tocPay.text.unusedAndContinueToPayment': string;
|
|
84
|
-
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
85
|
-
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
86
|
-
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
87
|
-
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
88
|
-
'tocPay.text.skipAndContinueToPayment': string;
|
|
89
|
-
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
90
|
-
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
91
|
-
'tocPay.text.addPointsCard': string;
|
|
92
|
-
'tocPay.text.hasNoWalletPassAmount': string;
|
|
93
|
-
'tocPay.text.multipleSelectionAvailable': string;
|
|
94
|
-
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
95
|
-
'tocPay.text.bestValueCombination': string;
|
|
96
|
-
'tocPay.text.viewDetail': string;
|
|
97
|
-
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
98
|
-
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
99
|
-
'tocPay.text.paymentFailed': string;
|
|
100
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
101
|
-
};
|
|
102
|
-
'zh-CN': {
|
|
103
|
-
'tocPay.text.checkout': string;
|
|
104
|
-
'tocPay.text.total': string;
|
|
105
|
-
'tocPay.text.completePaymentIn': string;
|
|
106
|
-
'tocPay.text.paymentInstructions': string;
|
|
107
|
-
'tocPay.text.serviceCharge': string;
|
|
108
|
-
'tocPay.text.noAvailablePaymentMethods': string;
|
|
109
|
-
'tocPay.text.paymentMethod': string;
|
|
110
|
-
'tocPay.text.connectingApplePay': string;
|
|
111
|
-
'tocPay.text.connectingGooglePay': string;
|
|
112
|
-
'tocPay.text.enterName': string;
|
|
113
|
-
'tocPay.text.enterValidName': string;
|
|
114
|
-
'tocPay.text.enterCardNumber': string;
|
|
115
|
-
'tocPay.text.enterValidCardNumber': string;
|
|
116
|
-
'tocPay.text.enterExpirationDate': string;
|
|
117
|
-
'tocPay.text.enterCVV': string;
|
|
118
|
-
'tocPay.text.enterValidCVV': string;
|
|
119
|
-
'tocPay.text.addCard': string;
|
|
120
|
-
'tocPay.text.creditorDebitCard': string;
|
|
121
|
-
'tocPay.text.addCreditOrDebitCard': string;
|
|
122
|
-
'tocPay.text.cardNumber': string;
|
|
123
|
-
'tocPay.text.incorrectCardNumber': string;
|
|
124
|
-
'tocPay.text.expiration': string;
|
|
125
|
-
'tocPay.text.incorrectExpiryDate': string;
|
|
126
|
-
'tocPay.text.securityCode': string;
|
|
127
|
-
'tocPay.text.incorrectSecurityCode': string;
|
|
128
|
-
'tocPay.text.cardholderName': string;
|
|
129
|
-
'tocPay.text.enterEnglishName': string;
|
|
130
|
-
'tocPay.text.incorrectName': string;
|
|
131
|
-
'tocPay.text.saveCardForNextTime': string;
|
|
132
|
-
'tocPay.text.secureBankInfo': string;
|
|
133
|
-
'tocPay.text.pay': string;
|
|
134
|
-
'tocPay.text.surcharge': string;
|
|
135
|
-
'tocPay.text.done': string;
|
|
136
|
-
'tocPay.text.manageCard': string;
|
|
137
|
-
'tocPay.text.waitingForBankVerification': string;
|
|
138
|
-
'tocPay.text.successBack': string;
|
|
139
|
-
'tocPay.text.redirectingToAlipay': string;
|
|
140
|
-
'tocPay.text.redirectingToPaypal': string;
|
|
141
|
-
'tocPay.text.redirectingToWeChatPay': string;
|
|
142
|
-
'tocPay.text.submit': string;
|
|
143
|
-
'tocPay.text.clickSubmitToComplete': string;
|
|
144
|
-
'tocPay.text.noExtraPayNeeded': string;
|
|
145
|
-
'tocPay.text.continuePayment': string;
|
|
146
|
-
'tocPay.text.prompt': string;
|
|
147
|
-
'tocPay.text.confirmLeave': string;
|
|
148
|
-
'tocPay.text.continuePay': string;
|
|
149
|
-
'tocPay.text.leave': string;
|
|
150
|
-
'tocPay.text.getParamsFail': string;
|
|
151
|
-
'tocPay.text.walletPass': string;
|
|
152
|
-
'tocPay.text.toUse': string;
|
|
153
|
-
'tocPay.text.searchResult': string;
|
|
154
|
-
'tocPay.text.select': string;
|
|
155
|
-
'tocPay.text.couponCodesAdded': string;
|
|
156
|
-
'tocPay.text.redeem': string;
|
|
157
|
-
'tocPay.text.howToPay': string;
|
|
158
|
-
'tocPay.text.congrats': string;
|
|
159
|
-
'tocPay.text.creditHaveBeen': string;
|
|
160
|
-
'tocPay.text.walletPassCodesTitle': string;
|
|
161
|
-
'tocPay.text.scanBarQrCode': string;
|
|
162
|
-
'tocPay.text.enterCodes': string;
|
|
163
|
-
'tocPay.text.searchDescribe': string;
|
|
164
|
-
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
165
|
-
'tocPay.text.walletPassDisabled': string;
|
|
166
|
-
'tocPay.text.walletPassPermanent': string;
|
|
167
|
-
'tocPay.text.walletPassCompleteTitle': string;
|
|
168
|
-
'tocPay.text.walletPassNoExtraPay': string;
|
|
169
|
-
'tocPay.text.walletCanPay': string;
|
|
170
|
-
'tocPay.text.walletSearchEmpty': string;
|
|
171
|
-
'tocPay.text.detectIncognitoConfirm': string;
|
|
172
|
-
'tocPay.text.copyLink': string;
|
|
173
|
-
'tocPay.text.copySuccess': string;
|
|
174
|
-
'tocPay.text.walletName': (shopName: string) => string;
|
|
175
|
-
'tocPay.text.bestValueFound': string;
|
|
176
|
-
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
177
|
-
'tocPay.text.totalSavings': string;
|
|
178
|
-
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
179
|
-
'tocPay.text.recommended': string;
|
|
180
|
-
'tocPay.text.edit': string;
|
|
181
|
-
'tocPay.text.confirm': string;
|
|
182
|
-
'tocPay.text.unusedAndContinueToPayment': string;
|
|
183
|
-
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
184
|
-
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
185
|
-
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
186
|
-
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
187
|
-
'tocPay.text.skipAndContinueToPayment': string;
|
|
188
|
-
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
189
|
-
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
190
|
-
'tocPay.text.addPointsCard': string;
|
|
191
|
-
'tocPay.text.hasNoWalletPassAmount': string;
|
|
192
|
-
'tocPay.text.multipleSelectionAvailable': string;
|
|
193
|
-
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
194
|
-
'tocPay.text.bestValueCombination': string;
|
|
195
|
-
'tocPay.text.viewDetail': string;
|
|
196
|
-
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
197
|
-
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
198
|
-
'tocPay.text.paymentFailed': string;
|
|
199
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
200
|
-
};
|
|
201
|
-
'zh-HK': {
|
|
202
|
-
'tocPay.text.checkout': string;
|
|
203
|
-
'tocPay.text.total': string;
|
|
204
|
-
'tocPay.text.completePaymentIn': string;
|
|
205
|
-
'tocPay.text.paymentInstructions': string;
|
|
206
|
-
'tocPay.text.serviceCharge': string;
|
|
207
|
-
'tocPay.text.noAvailablePaymentMethods': string;
|
|
208
|
-
'tocPay.text.paymentMethod': string;
|
|
209
|
-
'tocPay.text.connectingApplePay': string;
|
|
210
|
-
'tocPay.text.connectingGooglePay': string;
|
|
211
|
-
'tocPay.text.enterName': string;
|
|
212
|
-
'tocPay.text.enterValidName': string;
|
|
213
|
-
'tocPay.text.enterCardNumber': string;
|
|
214
|
-
'tocPay.text.enterValidCardNumber': string;
|
|
215
|
-
'tocPay.text.enterExpirationDate': string;
|
|
216
|
-
'tocPay.text.enterCVV': string;
|
|
217
|
-
'tocPay.text.enterValidCVV': string;
|
|
218
|
-
'tocPay.text.addCard': string;
|
|
219
|
-
'tocPay.text.creditorDebitCard': string;
|
|
220
|
-
'tocPay.text.addCreditOrDebitCard': string;
|
|
221
|
-
'tocPay.text.cardNumber': string;
|
|
222
|
-
'tocPay.text.incorrectCardNumber': string;
|
|
223
|
-
'tocPay.text.expiration': string;
|
|
224
|
-
'tocPay.text.incorrectExpiryDate': string;
|
|
225
|
-
'tocPay.text.securityCode': string;
|
|
226
|
-
'tocPay.text.incorrectSecurityCode': string;
|
|
227
|
-
'tocPay.text.cardholderName': string;
|
|
228
|
-
'tocPay.text.enterEnglishName': string;
|
|
229
|
-
'tocPay.text.incorrectName': string;
|
|
230
|
-
'tocPay.text.saveCardForNextTime': string;
|
|
231
|
-
'tocPay.text.secureBankInfo': string;
|
|
232
|
-
'tocPay.text.pay': string;
|
|
233
|
-
'tocPay.text.surcharge': string;
|
|
234
|
-
'tocPay.text.done': string;
|
|
235
|
-
'tocPay.text.manageCard': string;
|
|
236
|
-
'tocPay.text.waitingForBankVerification': string;
|
|
237
|
-
'tocPay.text.successBack': string;
|
|
238
|
-
'tocPay.text.redirectingToAlipay': string;
|
|
239
|
-
'tocPay.text.redirectingToPaypal': string;
|
|
240
|
-
'tocPay.text.redirectingToWeChatPay': string;
|
|
241
|
-
'tocPay.text.submit': string;
|
|
242
|
-
'tocPay.text.clickSubmitToComplete': string;
|
|
243
|
-
'tocPay.text.noExtraPayNeeded': string;
|
|
244
|
-
'tocPay.text.continuePayment': string;
|
|
245
|
-
'tocPay.text.prompt': string;
|
|
246
|
-
'tocPay.text.confirmLeave': string;
|
|
247
|
-
'tocPay.text.continuePay': string;
|
|
248
|
-
'tocPay.text.leave': string;
|
|
249
|
-
'tocPay.text.getParamsFail': string;
|
|
250
|
-
'tocPay.text.walletPass': string;
|
|
251
|
-
'tocPay.text.toUse': string;
|
|
252
|
-
'tocPay.text.searchResult': string;
|
|
253
|
-
'tocPay.text.select': string;
|
|
254
|
-
'tocPay.text.couponCodesAdded': string;
|
|
255
|
-
'tocPay.text.redeem': string;
|
|
256
|
-
'tocPay.text.howToPay': string;
|
|
257
|
-
'tocPay.text.congrats': string;
|
|
258
|
-
'tocPay.text.creditHaveBeen': string;
|
|
259
|
-
'tocPay.text.walletPassCodesTitle': string;
|
|
260
|
-
'tocPay.text.scanBarQrCode': string;
|
|
261
|
-
'tocPay.text.enterCodes': string;
|
|
262
|
-
'tocPay.text.searchDescribe': string;
|
|
263
|
-
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
264
|
-
'tocPay.text.walletPassDisabled': string;
|
|
265
|
-
'tocPay.text.walletPassPermanent': string;
|
|
266
|
-
'tocPay.text.walletPassCompleteTitle': string;
|
|
267
|
-
'tocPay.text.walletPassNoExtraPay': string;
|
|
268
|
-
'tocPay.text.walletCanPay': string;
|
|
269
|
-
'tocPay.text.walletSearchEmpty': string;
|
|
270
|
-
'tocPay.text.detectIncognitoConfirm': string;
|
|
271
|
-
'tocPay.text.copyLink': string;
|
|
272
|
-
'tocPay.text.copySuccess': string;
|
|
273
|
-
'tocPay.text.walletName': (shopName: string) => string;
|
|
274
|
-
'tocPay.text.bestValueFound': string;
|
|
275
|
-
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
276
|
-
'tocPay.text.totalSavings': string;
|
|
277
|
-
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
278
|
-
'tocPay.text.recommended': string;
|
|
279
|
-
'tocPay.text.edit': string;
|
|
280
|
-
'tocPay.text.confirm': string;
|
|
281
|
-
'tocPay.text.unusedAndContinueToPayment': string;
|
|
282
|
-
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
283
|
-
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
284
|
-
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
285
|
-
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
286
|
-
'tocPay.text.skipAndContinueToPayment': string;
|
|
287
|
-
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
288
|
-
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
289
|
-
'tocPay.text.addPointsCard': string;
|
|
290
|
-
'tocPay.text.hasNoWalletPassAmount': string;
|
|
291
|
-
'tocPay.text.multipleSelectionAvailable': string;
|
|
292
|
-
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
293
|
-
'tocPay.text.bestValueCombination': string;
|
|
294
|
-
'tocPay.text.viewDetail': string;
|
|
295
|
-
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
296
|
-
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
297
|
-
'tocPay.text.paymentFailed': string;
|
|
298
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const paymentServices: any;
|
|
2
|
-
export declare const paymentTypes: any[];
|
|
3
|
-
export declare const tripartitePaymentKeys: string[];
|
|
4
|
-
export declare const paymentKeys: string[];
|
|
5
|
-
/**
|
|
6
|
-
* @title: 判断是否是三方支付
|
|
7
|
-
* @description:
|
|
8
|
-
* @return: *
|
|
9
|
-
* @Author: shengjie.zuo
|
|
10
|
-
* @Date: 2024-08-30 10:16:26
|
|
11
|
-
*/
|
|
12
|
-
export declare const isTripartitePayment: (service: string) => boolean;
|
|
13
|
-
export declare const saleChannelMap: Record<string, string>;
|