@pisell/private-materials 6.7.4 → 6.7.5
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 +2 -2
- package/build/lowcode/preview.js +7 -7
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -10
- package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Voucher/index.js +2 -1
- package/es/components/booking/addons/index.js +25 -17
- package/es/components/booking/addons/model.d.ts +1 -10
- 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.js +529 -79
- package/es/components/booking/components/footer/index.js +77 -56
- package/es/components/booking/components/footer/utils.d.ts +19 -0
- package/es/components/booking/components/footer/utils.js +151 -52
- package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/es/components/booking/components/voucher/index.js +20 -6
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- 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/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.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/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/addTimeModal/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/info/service2/utils.js +1 -0
- package/es/components/booking/info2/cartClientCard/index.js +30 -6
- package/es/components/booking/info2/index.js +1 -1
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/index.js +2 -3
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/contactInfoMode/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/model.d.ts +1 -9
- 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/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils.js +16 -3
- package/es/components/checkout/PaymentModal.d.ts +7 -5
- package/es/components/checkout/PaymentModal.js +257 -213
- package/es/components/checkout/components/AdditionalModule/index.d.ts +3 -1
- package/es/components/checkout/components/AdditionalModule/index.js +52 -12
- package/es/components/checkout/components/AmountSummary/index.js +9 -76
- package/es/components/checkout/components/AmountSummary/index.less +5 -6
- package/es/components/checkout/components/CashPaymentModule/index.js +5 -2
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +6 -1
- package/es/components/checkout/components/PaymentOptionsModule/index.js +2 -1
- package/es/components/checkout/components/PaymentOptionsModule/index.less +4 -0
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +31 -8
- package/es/components/checkout/components/PaymentResultToast/index.js +6 -6
- package/es/components/checkout/components/PaymentResultToast/index.less +94 -33
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/index.less +1 -1
- package/es/components/checkout/locales.js +6 -0
- package/es/components/checkout/utils/PaymentResultToastUtils.js +11 -1
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftpos/pos.d.ts +1 -0
- package/es/components/eftposPay/amount.d.ts +1 -0
- package/es/components/eftposPay/app.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/fail/network.d.ts +1 -0
- package/es/components/eftposPay/component/fail/unknow.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/linkly/hooks/useTimeQuery.js +14 -6
- package/es/components/eftposPay/pay.d.ts +1 -0
- package/es/components/eftposPay/payo/config.js +70 -32
- package/es/components/eftposPay/payo/payment.js +579 -0
- package/es/components/eftposPay/store/index.d.ts +1 -1
- package/es/components/eftposPay/tip.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.js +12 -0
- package/es/components/eftposPay/utils/log/index.js +371 -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 +0 -1
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/es/components/index.js +2 -1
- package/es/components/login/index.d.ts +1 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Header.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/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 +0 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +2 -0
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/es/components/pay/toC/index.js +7 -4
- package/es/components/pay/toC/locales.js +6 -3
- package/es/components/pay/toC/model.d.ts +1 -9
- package/es/components/pay/toC/status.js +3 -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/productExtension/fields/Actor/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/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/index.d.ts +1 -0
- package/es/components/schedules/model.d.ts +1 -9
- 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/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/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/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/subTotal/index.js +1 -1
- package/es/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/es/components/{checkout/PaymentPlugin.js → systemSettings/registry/components/GroupModal.js} +132 -171
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +547 -0
- package/es/components/systemSettings/registry/components/ModuleList.js +54 -0
- package/es/components/systemSettings/registry/components/SectionList.js +174 -0
- package/es/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/es/components/systemSettings/registry/components/SettingsTable.js +765 -0
- package/es/components/systemSettings/registry/components/index.js +4 -0
- package/es/components/systemSettings/registry/index.d.ts +5 -0
- package/es/components/systemSettings/registry/index.js +1059 -0
- package/es/components/systemSettings/registry/index.less +410 -0
- package/es/components/systemSettings/registry/locales.js +300 -0
- package/es/components/systemSettings/registry/services.js +472 -0
- package/es/components/systemSettings/registry/types.js +1 -0
- package/es/components/systemSettings/registry/utils/typeValidation.js +284 -0
- package/es/components/systemSettings/registry/utils/validators.js +44 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +2 -86
- package/es/components/ticketBooking/components/menuBar/index.js +109 -12
- package/es/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/es/components/ticketBooking/components/timeBar/index.js +112 -7
- package/es/components/ticketBooking/components/timeBar/index.less +59 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +29 -18
- package/es/components/ticketBooking/locales.js +9 -3
- package/es/components/ticketBooking/utils/index.js +36 -13
- package/es/components/wallet/Detail/index.js +34 -2
- package/es/components/wallet/Detail/index.less +11 -0
- package/es/components/wallet/Detail/locales.js +14 -2
- package/es/components/wallet/Detail/model.d.ts +1 -13
- package/es/components/wallet/DiscountCard/model.d.ts +1 -14
- package/es/components/wallet/PointCard/model.d.ts +1 -13
- package/es/components/wallet/RechargeableCard/model.d.ts +1 -29
- package/es/components/wallet/Voucher/index.js +11 -10
- package/es/components/wallet/Voucher/model.d.ts +1 -13
- package/es/components/wallet/components/WalletCard.js +5 -1
- package/es/components/wallet/index.js +4 -2
- package/es/components/wallet/model.d.ts +1 -9
- package/es/components/wallet/utils.js +342 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/es/plus/clientCard/locales.js +3 -3
- 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/clinetSearch/index.js +28 -30
- package/es/plus/clinetSearch/locales.js +7 -4
- 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/Cover/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/TooltipTags/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/es/plus/saasCreateOrganization/components/Header.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/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/footerButton/index.js +2 -4
- package/es/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passDetail/index.js +84 -31
- package/es/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/es/plus/walletPassGallery/components/recharge/index.js +19 -8
- package/es/plus/walletPassGallery/index.js +7 -3
- package/es/plus/walletPassGallery/serve.js +4 -2
- package/es/pro/Login2.0/index.less +15 -8
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/es/pro/comprehensiveSearch/locales.js +1 -1
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +45 -36
- package/es/pro/priceKeyboard/components/cashKeyboard/index.js +4 -2
- package/es/pro/priceKeyboard/components/discountKeyboard/index.js +10 -1
- package/es/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.js +5 -2
- package/es/pro/priceKeyboard/components/shortcuts/index.less +4 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Voucher/index.js +2 -1
- package/lib/components/booking/addons/index.js +15 -7
- package/lib/components/booking/addons/model.d.ts +1 -10
- 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.js +276 -38
- package/lib/components/booking/components/footer/index.js +30 -11
- package/lib/components/booking/components/footer/utils.d.ts +19 -0
- package/lib/components/booking/components/footer/utils.js +97 -21
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/lib/components/booking/components/voucher/index.js +21 -7
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- 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/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.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/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/addTimeModal/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/info/service2/utils.js +1 -0
- package/lib/components/booking/info2/cartClientCard/index.js +25 -5
- package/lib/components/booking/info2/index.js +7 -2
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/index.js +1 -2
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/contactInfoMode/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/model.d.ts +1 -9
- 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/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils.js +11 -0
- package/lib/components/checkout/PaymentModal.d.ts +7 -5
- package/lib/components/checkout/PaymentModal.js +171 -135
- package/lib/components/checkout/components/AdditionalModule/index.d.ts +3 -1
- package/lib/components/checkout/components/AdditionalModule/index.js +52 -11
- package/lib/components/checkout/components/AmountSummary/index.js +5 -46
- package/lib/components/checkout/components/AmountSummary/index.less +5 -6
- package/lib/components/checkout/components/CashPaymentModule/index.js +5 -2
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +2 -0
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +5 -1
- package/lib/components/checkout/components/PaymentOptionsModule/index.js +6 -0
- package/lib/components/checkout/components/PaymentOptionsModule/index.less +4 -0
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +23 -5
- package/lib/components/checkout/components/PaymentResultToast/index.js +4 -4
- package/lib/components/checkout/components/PaymentResultToast/index.less +94 -33
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/index.less +1 -1
- package/lib/components/checkout/locales.js +6 -0
- package/lib/components/checkout/utils/PaymentResultToastUtils.js +11 -1
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftpos/pos.d.ts +1 -0
- package/lib/components/eftposPay/amount.d.ts +1 -0
- package/lib/components/eftposPay/app.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/fail/network.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/unknow.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/linkly/hooks/useTimeQuery.js +12 -6
- package/lib/components/eftposPay/pay.d.ts +1 -0
- package/lib/components/eftposPay/payo/config.js +98 -73
- package/lib/components/eftposPay/payo/payment.js +357 -0
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- package/lib/components/eftposPay/tip.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.js +12 -0
- package/lib/components/eftposPay/utils/log/index.js +294 -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 +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/lib/components/index.js +3 -0
- package/lib/components/login/index.d.ts +1 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Header.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +13 -11
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/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 +0 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +4 -2
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +13 -3
- package/lib/components/pay/toC/index.js +4 -1
- package/lib/components/pay/toC/locales.js +6 -3
- package/lib/components/pay/toC/model.d.ts +1 -9
- package/lib/components/pay/toC/status.js +5 -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/productExtension/fields/Actor/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/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/index.d.ts +1 -0
- package/lib/components/schedules/model.d.ts +1 -9
- 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/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/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/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/subTotal/index.js +1 -1
- package/lib/components/systemSettings/registry/components/GroupModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/GroupModal.js +177 -0
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +508 -0
- package/lib/components/systemSettings/registry/components/ModuleList.js +71 -0
- package/lib/components/systemSettings/registry/components/SectionList.js +181 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/SettingsTable.js +575 -0
- package/lib/components/systemSettings/registry/components/index.js +48 -0
- package/lib/components/systemSettings/registry/index.d.ts +5 -0
- package/lib/components/systemSettings/registry/index.js +529 -0
- package/lib/components/systemSettings/registry/index.less +410 -0
- package/lib/components/systemSettings/registry/locales.js +324 -0
- package/lib/components/systemSettings/registry/services.js +290 -0
- package/lib/components/systemSettings/registry/types.js +17 -0
- package/lib/components/systemSettings/registry/utils/typeValidation.js +228 -0
- package/lib/components/systemSettings/registry/utils/validators.js +54 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +0 -1
- package/lib/components/ticketBooking/components/menuBar/index.js +42 -6
- package/lib/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/lib/components/ticketBooking/components/timeBar/index.js +105 -4
- package/lib/components/ticketBooking/components/timeBar/index.less +59 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +17 -13
- package/lib/components/ticketBooking/locales.js +9 -3
- package/lib/components/ticketBooking/utils/index.js +20 -6
- package/lib/components/wallet/Detail/index.js +31 -3
- package/lib/components/wallet/Detail/index.less +11 -0
- package/lib/components/wallet/Detail/locales.js +14 -2
- package/lib/components/wallet/Detail/model.d.ts +1 -13
- package/lib/components/wallet/DiscountCard/model.d.ts +1 -14
- package/lib/components/wallet/PointCard/model.d.ts +1 -13
- package/lib/components/wallet/RechargeableCard/model.d.ts +1 -29
- package/lib/components/wallet/Voucher/index.js +8 -8
- package/lib/components/wallet/Voucher/model.d.ts +1 -13
- package/lib/components/wallet/components/WalletCard.js +4 -0
- package/lib/components/wallet/index.js +2 -2
- package/lib/components/wallet/model.d.ts +1 -9
- package/lib/components/wallet/utils.js +287 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +12 -0
- package/lib/plus/clientCard/locales.js +3 -3
- 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/clinetSearch/index.js +17 -8
- package/lib/plus/clinetSearch/locales.js +7 -4
- 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/Cover/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/TooltipTags/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/components/Header.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/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/footerButton/index.js +2 -2
- package/lib/plus/walletPassGallery/components/footerButton/index.less +14 -59
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.js +54 -15
- package/lib/plus/walletPassGallery/components/passDetail/index.less +4 -0
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -1
- package/lib/plus/walletPassGallery/index.js +7 -3
- package/lib/plus/walletPassGallery/serve.js +3 -2
- package/lib/pro/Login2.0/index.less +15 -8
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/lib/pro/comprehensiveSearch/locales.js +1 -1
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +42 -43
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.js +3 -2
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.js +8 -1
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.less +14 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.js +3 -2
- package/lib/pro/priceKeyboard/components/shortcuts/index.less +4 -0
- package/lowcode/settings-registry/meta.ts +29 -0
- package/lowcode/wallet-pass-detail/meta.ts +89 -0
- package/package.json +4 -4
- package/es/components/booking/components/footer/amount.d.ts +0 -36
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/es/components/booking/info/service2/utils.d.ts +0 -251
- package/es/components/booking/info2/service/addService/index.d.ts +0 -11
- package/es/components/booking/utils.d.ts +0 -173
- package/es/components/checkout/PaymentPlugin.d.ts +0 -2
- package/es/components/checkout/components/CashPaymentModule/index.d.ts +0 -24
- package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +0 -15
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +0 -81
- package/es/components/checkout/locales.d.ts +0 -507
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -33
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/es/components/eftposPay/payo/config.d.ts +0 -12
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/index.d.ts +0 -23
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -149
- package/es/components/pay/toC/locales.d.ts +0 -298
- package/es/components/pay/toC/status.d.ts +0 -12
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -16
- package/es/components/ticketBooking/locales.d.ts +0 -192
- package/es/components/ticketBooking/utils/index.d.ts +0 -90
- package/es/components/wallet/Detail/locales.d.ts +0 -147
- package/es/components/wallet/serve.d.ts +0 -143
- package/es/plus/clientCard/locales.d.ts +0 -18
- package/es/plus/clinetSearch/index.d.ts +0 -17
- package/es/plus/clinetSearch/locales.d.ts +0 -102
- package/es/plus/clinetSearch/types.d.ts +0 -49
- package/es/plus/walletPassGallery/serve.d.ts +0 -218
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -11
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -97
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -17
- package/lib/components/booking/components/footer/amount.d.ts +0 -36
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/lib/components/booking/info/service2/utils.d.ts +0 -251
- package/lib/components/booking/info2/service/addService/index.d.ts +0 -11
- package/lib/components/booking/utils.d.ts +0 -173
- package/lib/components/checkout/PaymentPlugin.d.ts +0 -2
- package/lib/components/checkout/PaymentPlugin.js +0 -181
- package/lib/components/checkout/components/CashPaymentModule/index.d.ts +0 -24
- package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +0 -15
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +0 -81
- package/lib/components/checkout/locales.d.ts +0 -507
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -33
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/lib/components/eftposPay/payo/config.d.ts +0 -12
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/index.d.ts +0 -23
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -149
- package/lib/components/pay/toC/locales.d.ts +0 -298
- package/lib/components/pay/toC/status.d.ts +0 -12
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -16
- package/lib/components/ticketBooking/locales.d.ts +0 -192
- package/lib/components/ticketBooking/utils/index.d.ts +0 -90
- package/lib/components/wallet/Detail/locales.d.ts +0 -147
- package/lib/components/wallet/serve.d.ts +0 -143
- package/lib/plus/clientCard/locales.d.ts +0 -18
- package/lib/plus/clinetSearch/index.d.ts +0 -17
- package/lib/plus/clinetSearch/locales.d.ts +0 -102
- package/lib/plus/clinetSearch/types.d.ts +0 -49
- package/lib/plus/walletPassGallery/serve.d.ts +0 -218
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -11
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -97
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -17
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.ticket-booking.info': string;
|
|
4
|
-
'pisell2.ticket-booking.notes': string;
|
|
5
|
-
'pisell2.ticket-booking.note': string;
|
|
6
|
-
'pisell2.ticket-booking.forms': string;
|
|
7
|
-
'pisell2.ticket-booking.sales': string;
|
|
8
|
-
'pisell2.ticket-booking.payment': string;
|
|
9
|
-
'pisell2.ticket-booking.unsaved-changes': string;
|
|
10
|
-
'pisell2.ticket-booking.exit-confirm': string;
|
|
11
|
-
'pisell2.ticket-booking.go-back': string;
|
|
12
|
-
'pisell2.ticket-booking.exit': string;
|
|
13
|
-
'pisell2.ticket-booking.deposit': string;
|
|
14
|
-
'pisell2.ticket-booking.copy-success': string;
|
|
15
|
-
'pisell2.ticket-booking.no-data': string;
|
|
16
|
-
'pisell2.ticket-booking.authorized': string;
|
|
17
|
-
'pisell2.ticket-booking.paid': string;
|
|
18
|
-
'pisell2.ticket-booking.partially-paid': string;
|
|
19
|
-
'pisell2.ticket-booking.partially-refunded': string;
|
|
20
|
-
'pisell2.ticket-booking.payment-pending': string;
|
|
21
|
-
'pisell2.ticket-booking.refunded': string;
|
|
22
|
-
'pisell2.ticket-booking.unpaid': string;
|
|
23
|
-
'pisell2.ticket-booking.voided': string;
|
|
24
|
-
'pisell2.ticket-booking.pending': string;
|
|
25
|
-
'pisell2.ticket-booking.all': string;
|
|
26
|
-
'pisell2.ticket-booking.not-started': string;
|
|
27
|
-
'pisell2.ticket-booking.started': string;
|
|
28
|
-
'pisell2.ticket-booking.finished': string;
|
|
29
|
-
'pisell2.ticket-booking.canceled': string;
|
|
30
|
-
'pisell2.ticket-booking.inform': string;
|
|
31
|
-
'pisell2.ticket-booking.check-management': string;
|
|
32
|
-
'pisell2.ticket-booking.confirm': string;
|
|
33
|
-
'pisell2.ticket-booking.dashboard': string;
|
|
34
|
-
'pisell2.ticket-booking.booking-list': string;
|
|
35
|
-
'pisell2.ticket-booking.full-data': string;
|
|
36
|
-
'pisell2.ticket-booking.today': string;
|
|
37
|
-
'pisell2.ticket-booking.now': string;
|
|
38
|
-
'pisell2.ticket-booking.start-time': string;
|
|
39
|
-
'pisell2.ticket-booking.create-time': string;
|
|
40
|
-
'pisell2.ticket-booking.customer': string;
|
|
41
|
-
'pisell2.ticket-booking.total': string;
|
|
42
|
-
'pisell2.ticket-booking.search': string;
|
|
43
|
-
'pisell2.ticket-booking.refresh-success': string;
|
|
44
|
-
'pisell2.ticket-booking.loading': string;
|
|
45
|
-
'pisell2.ticket-booking.appointment-not-found': string;
|
|
46
|
-
'pisell2.ticket-booking.scan': string;
|
|
47
|
-
'pisell2.ticket-booking.create-new': string;
|
|
48
|
-
'pisell2.ticket-booking.add-to-cart': string;
|
|
49
|
-
'pisell2.ticket-booking.not-available-title': string;
|
|
50
|
-
'pisell2.ticket-booking.not-available-ok': string;
|
|
51
|
-
'pisell2.ticket-booking.in-cart': (number: number) => string;
|
|
52
|
-
'pisell2.product.card.cart-items': (number: number) => string;
|
|
53
|
-
'pisell2.product.card.subtotal': string;
|
|
54
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
55
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
56
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
57
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
58
|
-
'pisell2.ticket-booking.reload': string;
|
|
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;
|
|
64
|
-
};
|
|
65
|
-
'zh-CN': {
|
|
66
|
-
'pisell2.ticket-booking.info': string;
|
|
67
|
-
'pisell2.ticket-booking.notes': string;
|
|
68
|
-
'pisell2.ticket-booking.note': string;
|
|
69
|
-
'pisell2.ticket-booking.forms': string;
|
|
70
|
-
'pisell2.ticket-booking.sales': string;
|
|
71
|
-
'pisell2.ticket-booking.payment': string;
|
|
72
|
-
'pisell2.ticket-booking.unsaved-changes': string;
|
|
73
|
-
'pisell2.ticket-booking.exit-confirm': string;
|
|
74
|
-
'pisell2.ticket-booking.go-back': string;
|
|
75
|
-
'pisell2.ticket-booking.exit': string;
|
|
76
|
-
'pisell2.ticket-booking.deposit': string;
|
|
77
|
-
'pisell2.ticket-booking.copy-success': string;
|
|
78
|
-
'pisell2.ticket-booking.no-data': string;
|
|
79
|
-
'pisell2.ticket-booking.authorized': string;
|
|
80
|
-
'pisell2.ticket-booking.paid': string;
|
|
81
|
-
'pisell2.ticket-booking.partially-paid': string;
|
|
82
|
-
'pisell2.ticket-booking.partially-refunded': string;
|
|
83
|
-
'pisell2.ticket-booking.payment-pending': string;
|
|
84
|
-
'pisell2.ticket-booking.refunded': string;
|
|
85
|
-
'pisell2.ticket-booking.unpaid': string;
|
|
86
|
-
'pisell2.ticket-booking.voided': string;
|
|
87
|
-
'pisell2.ticket-booking.pending': string;
|
|
88
|
-
'pisell2.ticket-booking.all': string;
|
|
89
|
-
'pisell2.ticket-booking.not-started': string;
|
|
90
|
-
'pisell2.ticket-booking.started': string;
|
|
91
|
-
'pisell2.ticket-booking.finished': string;
|
|
92
|
-
'pisell2.ticket-booking.canceled': string;
|
|
93
|
-
'pisell2.ticket-booking.inform': string;
|
|
94
|
-
'pisell2.ticket-booking.check-management': string;
|
|
95
|
-
'pisell2.ticket-booking.confirm': string;
|
|
96
|
-
'pisell2.ticket-booking.dashboard': string;
|
|
97
|
-
'pisell2.ticket-booking.booking-list': string;
|
|
98
|
-
'pisell2.ticket-booking.full-data': string;
|
|
99
|
-
'pisell2.ticket-booking.today': string;
|
|
100
|
-
'pisell2.ticket-booking.now': string;
|
|
101
|
-
'pisell2.ticket-booking.start-time': string;
|
|
102
|
-
'pisell2.ticket-booking.create-time': string;
|
|
103
|
-
'pisell2.ticket-booking.customer': string;
|
|
104
|
-
'pisell2.ticket-booking.total': string;
|
|
105
|
-
'pisell2.ticket-booking.search': string;
|
|
106
|
-
'pisell2.ticket-booking.refresh-success': string;
|
|
107
|
-
'pisell2.ticket-booking.loading': string;
|
|
108
|
-
'pisell2.ticket-booking.appointment-not-found': string;
|
|
109
|
-
'pisell2.ticket-booking.scan': string;
|
|
110
|
-
'pisell2.ticket-booking.create-new': string;
|
|
111
|
-
'pisell2.ticket-booking.add-to-cart': string;
|
|
112
|
-
'pisell2.ticket-booking.not-available-title': string;
|
|
113
|
-
'pisell2.ticket-booking.not-available-ok': string;
|
|
114
|
-
'pisell2.product.card.cart-items': (number: number) => string;
|
|
115
|
-
'pisell2.product.card.subtotal': string;
|
|
116
|
-
'pisell2.ticket-booking.in-cart': (number: number) => string;
|
|
117
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
118
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
119
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
120
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
121
|
-
'pisell2.ticket-booking.reload': string;
|
|
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;
|
|
127
|
-
};
|
|
128
|
-
'zh-HK': {
|
|
129
|
-
'pisell2.ticket-booking.info': string;
|
|
130
|
-
'pisell2.ticket-booking.notes': string;
|
|
131
|
-
'pisell2.ticket-booking.note': string;
|
|
132
|
-
'pisell2.ticket-booking.forms': string;
|
|
133
|
-
'pisell2.ticket-booking.sales': string;
|
|
134
|
-
'pisell2.ticket-booking.payment': string;
|
|
135
|
-
'pisell2.ticket-booking.unsaved-changes': string;
|
|
136
|
-
'pisell2.ticket-booking.exit-confirm': string;
|
|
137
|
-
'pisell2.ticket-booking.go-back': string;
|
|
138
|
-
'pisell2.ticket-booking.exit': string;
|
|
139
|
-
'pisell2.ticket-booking.deposit': string;
|
|
140
|
-
'pisell2.ticket-booking.copy-success': string;
|
|
141
|
-
'pisell2.ticket-booking.no-data': string;
|
|
142
|
-
'pisell2.ticket-booking.authorized': string;
|
|
143
|
-
'pisell2.ticket-booking.paid': string;
|
|
144
|
-
'pisell2.ticket-booking.partially-paid': string;
|
|
145
|
-
'pisell2.ticket-booking.partially-refunded': string;
|
|
146
|
-
'pisell2.ticket-booking.payment-pending': string;
|
|
147
|
-
'pisell2.ticket-booking.refunded': string;
|
|
148
|
-
'pisell2.ticket-booking.unpaid': string;
|
|
149
|
-
'pisell2.ticket-booking.voided': string;
|
|
150
|
-
'pisell2.ticket-booking.pending': string;
|
|
151
|
-
'pisell2.ticket-booking.all': string;
|
|
152
|
-
'pisell2.ticket-booking.not-started': string;
|
|
153
|
-
'pisell2.ticket-booking.started': string;
|
|
154
|
-
'pisell2.ticket-booking.finished': string;
|
|
155
|
-
'pisell2.ticket-booking.canceled': string;
|
|
156
|
-
'pisell2.ticket-booking.inform': string;
|
|
157
|
-
'pisell2.ticket-booking.check-management': string;
|
|
158
|
-
'pisell2.ticket-booking.confirm': string;
|
|
159
|
-
'pisell2.ticket-booking.dashboard': string;
|
|
160
|
-
'pisell2.ticket-booking.booking-list': string;
|
|
161
|
-
'pisell2.ticket-booking.full-data': string;
|
|
162
|
-
'pisell2.ticket-booking.today': string;
|
|
163
|
-
'pisell2.ticket-booking.now': string;
|
|
164
|
-
'pisell2.ticket-booking.start-time': string;
|
|
165
|
-
'pisell2.ticket-booking.create-time': string;
|
|
166
|
-
'pisell2.ticket-booking.customer': string;
|
|
167
|
-
'pisell2.ticket-booking.total': string;
|
|
168
|
-
'pisell2.ticket-booking.search': string;
|
|
169
|
-
'pisell2.ticket-booking.refresh-success': string;
|
|
170
|
-
'pisell2.ticket-booking.loading': string;
|
|
171
|
-
'pisell2.ticket-booking.appointment-not-found': string;
|
|
172
|
-
'pisell2.ticket-booking.scan': string;
|
|
173
|
-
'pisell2.ticket-booking.create-new': string;
|
|
174
|
-
'pisell2.ticket-booking.add-to-cart': string;
|
|
175
|
-
'pisell2.ticket-booking.not-available-title': string;
|
|
176
|
-
'pisell2.ticket-booking.not-available-ok': string;
|
|
177
|
-
'pisell2.ticket-booking.in-cart': (number: number) => string;
|
|
178
|
-
'pisell2.product.card.cart-items': (number: number) => string;
|
|
179
|
-
'pisell2.product.card.subtotal': string;
|
|
180
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
181
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
182
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
183
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
184
|
-
'pisell2.ticket-booking.reload': string;
|
|
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;
|
|
190
|
-
};
|
|
191
|
-
};
|
|
192
|
-
export default _default;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import type { Dayjs } from 'dayjs';
|
|
2
|
-
/** dayjs对象格式化为字符串时间 */
|
|
3
|
-
export declare const formatDateToStr: (date: Dayjs[]) => string | string[];
|
|
4
|
-
export declare const getDefaultStartParam: () => string | string[];
|
|
5
|
-
export declare const formatBookingList: (bookingList: any[]) => any[];
|
|
6
|
-
export declare const getNextTimeSlice: (sliceMinutes: number) => Dayjs;
|
|
7
|
-
export declare const getDisabledEdit: ({ shop_discount, bookings, payment_status }: any) => boolean;
|
|
8
|
-
export declare const formatOptions: (detail: any) => any;
|
|
9
|
-
export declare const formatHolder: (detail: any) => any;
|
|
10
|
-
export declare const restoreProductOtherData: (data: any) => {
|
|
11
|
-
product_id: any;
|
|
12
|
-
option: any;
|
|
13
|
-
bundle: any;
|
|
14
|
-
product_variant_id: any;
|
|
15
|
-
quantity: number;
|
|
16
|
-
} | undefined;
|
|
17
|
-
export declare const isSameProduct: (a: any, b: any) => boolean;
|
|
18
|
-
export declare const addService: (list: any[], addItem: any, state: any) => {
|
|
19
|
-
list: any[];
|
|
20
|
-
quantity: any;
|
|
21
|
-
};
|
|
22
|
-
export declare const addServiceScroll: (rowKey: string, cacheItem: any) => void;
|
|
23
|
-
export declare const getCartProductOverlay: (state: any) => any;
|
|
24
|
-
export declare const getIsOverlayProduct: (item: any, state: any) => any;
|
|
25
|
-
export declare const getIsShowNumber: (item: any, state: any) => any;
|
|
26
|
-
export declare const genServiceKey: (item: any) => string;
|
|
27
|
-
export declare const getIsParallelResourcesBooking: (record: any) => boolean;
|
|
28
|
-
declare type ScanData = {
|
|
29
|
-
type: string;
|
|
30
|
-
status: 'success' | 'failed';
|
|
31
|
-
scanType: 'nfc' | 'scanner';
|
|
32
|
-
scanCode: string;
|
|
33
|
-
result: {
|
|
34
|
-
searchType: 'customer' | 'wallet' | 'walletPass' | 'product' | 'local_product';
|
|
35
|
-
response: {
|
|
36
|
-
status: boolean;
|
|
37
|
-
code: number;
|
|
38
|
-
message: string;
|
|
39
|
-
data: any;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
export declare const formatScanCustomer: (data: ScanData) => {
|
|
44
|
-
searchType: "product" | "customer" | "wallet" | "walletPass" | "local_product";
|
|
45
|
-
data: any;
|
|
46
|
-
scanCode: string;
|
|
47
|
-
} | null;
|
|
48
|
-
export declare const formatScanGlobal: (data: ScanData) => {
|
|
49
|
-
searchType: "wallet";
|
|
50
|
-
data: any;
|
|
51
|
-
scanCode: string;
|
|
52
|
-
} | {
|
|
53
|
-
searchType: "walletPass";
|
|
54
|
-
data: any;
|
|
55
|
-
scanCode: string;
|
|
56
|
-
} | {
|
|
57
|
-
searchType: "product" | "local_product";
|
|
58
|
-
data: any;
|
|
59
|
-
scanCode: string;
|
|
60
|
-
} | null | undefined;
|
|
61
|
-
export declare const createSimpleCacheItem: (item: any, e: any, state: any) => any;
|
|
62
|
-
export declare const getBookingTicketKey: (osKey: string) => string;
|
|
63
|
-
export declare const getShopDiscountKey: (osKey: string) => string;
|
|
64
|
-
export declare const rulesHooks: {
|
|
65
|
-
getProduct(product: Record<string, any>): {
|
|
66
|
-
booking_id: any;
|
|
67
|
-
id: any;
|
|
68
|
-
_id: any;
|
|
69
|
-
price: any;
|
|
70
|
-
total: any;
|
|
71
|
-
discount_list: any;
|
|
72
|
-
origin_total: any;
|
|
73
|
-
num: any;
|
|
74
|
-
quantity: any;
|
|
75
|
-
vouchersApplicable: any;
|
|
76
|
-
};
|
|
77
|
-
setProduct(product: Record<string, any>, values: {
|
|
78
|
-
total: number;
|
|
79
|
-
discount_list: any[];
|
|
80
|
-
price: number;
|
|
81
|
-
quantity: number;
|
|
82
|
-
_id?: string;
|
|
83
|
-
}): {
|
|
84
|
-
_id: any;
|
|
85
|
-
discount_list: any[];
|
|
86
|
-
_extend: any;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
export { getCache, setCache, clearCache, clearAllCache, clearAllCacheByOsKey, getProductCache, setProductCache, clearProductCache, clearAllProductCache, getBoardConfigCache, setBoardConfigCache, clearBoardConfigCache, } from './productCache';
|
|
90
|
-
export type { CacheType } from './productCache';
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'page.wallet.copyTitle': string;
|
|
4
|
-
'page.wallet.copyButton': string;
|
|
5
|
-
'page.wallet.copySuccess': string;
|
|
6
|
-
'page.wallet.detail': string;
|
|
7
|
-
'page.wallet.activelog': string;
|
|
8
|
-
'page.wallet.copyText': string;
|
|
9
|
-
'page.wallet.spendingDetails': string;
|
|
10
|
-
'page.wallet.rechargeDetails': string;
|
|
11
|
-
'page.wallet.date': string;
|
|
12
|
-
'page.wallet.spending': string;
|
|
13
|
-
'page.wallet.recharge': string;
|
|
14
|
-
'page.wallet.pointsEarned': string;
|
|
15
|
-
'page.wallet.pointsRedeemed': string;
|
|
16
|
-
'page.wallet.refund': string;
|
|
17
|
-
'page.wallet.expire': string;
|
|
18
|
-
'page.wallet.viewOrder': string;
|
|
19
|
-
'page.wallet.done': string;
|
|
20
|
-
'page.wallet.addIos': string;
|
|
21
|
-
'page.wallet.addGoogle': string;
|
|
22
|
-
'page.wallet.viewDetails': string;
|
|
23
|
-
'page.wallet.expireDate': string;
|
|
24
|
-
'page.wallet.urlEmpty': string;
|
|
25
|
-
'page.wallet.notIOS': string;
|
|
26
|
-
'page.wallet.addSuccess': string;
|
|
27
|
-
'page.wallet.addFailed': string;
|
|
28
|
-
'page.wallet.useAppleInstead': string;
|
|
29
|
-
'page.wallet.openedInBrowser': string;
|
|
30
|
-
'page.wallet.openFailed': string;
|
|
31
|
-
'page.wallet.loading': string;
|
|
32
|
-
'page.wallet.usageRules': string;
|
|
33
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
34
|
-
'page.wallet.timeUsageLimits': string;
|
|
35
|
-
'page.wallet.totalQuantityControl': string;
|
|
36
|
-
'page.wallet.dailyLimit': string;
|
|
37
|
-
'page.wallet.weeklyLimit': string;
|
|
38
|
-
'page.wallet.monthlyLimit': string;
|
|
39
|
-
'page.wallet.personalLimit': string;
|
|
40
|
-
'page.wallet.dailyLimitDesc': string;
|
|
41
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
42
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
43
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
44
|
-
'page.wallet.personalLimitDesc': string;
|
|
45
|
-
'page.wallet.dailyReset': string;
|
|
46
|
-
'page.wallet.weeklyReset': string;
|
|
47
|
-
'page.wallet.monthlyReset': string;
|
|
48
|
-
'page.wallet.voucherExpireNote': string;
|
|
49
|
-
};
|
|
50
|
-
'zh-CN': {
|
|
51
|
-
'page.wallet.copyTitle': string;
|
|
52
|
-
'page.wallet.copyButton': string;
|
|
53
|
-
'page.wallet.copySuccess': string;
|
|
54
|
-
'page.wallet.detail': string;
|
|
55
|
-
'page.wallet.activelog': string;
|
|
56
|
-
'page.wallet.copyText': string;
|
|
57
|
-
'page.wallet.spendingDetails': string;
|
|
58
|
-
'page.wallet.rechargeDetails': string;
|
|
59
|
-
'page.wallet.date': string;
|
|
60
|
-
'page.wallet.spending': string;
|
|
61
|
-
'page.wallet.recharge': string;
|
|
62
|
-
'page.wallet.pointsEarned': string;
|
|
63
|
-
'page.wallet.pointsRedeemed': string;
|
|
64
|
-
'page.wallet.refund': string;
|
|
65
|
-
'page.wallet.expire': string;
|
|
66
|
-
'page.wallet.viewOrder': string;
|
|
67
|
-
'page.wallet.done': string;
|
|
68
|
-
'page.wallet.addIos': string;
|
|
69
|
-
'page.wallet.addGoogle': string;
|
|
70
|
-
'page.wallet.viewDetails': string;
|
|
71
|
-
'page.wallet.expireDate': string;
|
|
72
|
-
'page.wallet.urlEmpty': string;
|
|
73
|
-
'page.wallet.notIOS': string;
|
|
74
|
-
'page.wallet.addSuccess': string;
|
|
75
|
-
'page.wallet.addFailed': string;
|
|
76
|
-
'page.wallet.useAppleInstead': string;
|
|
77
|
-
'page.wallet.openedInBrowser': string;
|
|
78
|
-
'page.wallet.openFailed': string;
|
|
79
|
-
'page.wallet.loading': string;
|
|
80
|
-
'page.wallet.usageRules': string;
|
|
81
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
82
|
-
'page.wallet.timeUsageLimits': string;
|
|
83
|
-
'page.wallet.totalQuantityControl': string;
|
|
84
|
-
'page.wallet.dailyLimit': string;
|
|
85
|
-
'page.wallet.weeklyLimit': string;
|
|
86
|
-
'page.wallet.monthlyLimit': string;
|
|
87
|
-
'page.wallet.personalLimit': string;
|
|
88
|
-
'page.wallet.dailyLimitDesc': string;
|
|
89
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
90
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
91
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
92
|
-
'page.wallet.personalLimitDesc': string;
|
|
93
|
-
'page.wallet.dailyReset': string;
|
|
94
|
-
'page.wallet.weeklyReset': string;
|
|
95
|
-
'page.wallet.monthlyReset': string;
|
|
96
|
-
'page.wallet.voucherExpireNote': string;
|
|
97
|
-
};
|
|
98
|
-
'zh-HK': {
|
|
99
|
-
'page.wallet.copyTitle': string;
|
|
100
|
-
'page.wallet.copyButton': string;
|
|
101
|
-
'page.wallet.copySuccess': string;
|
|
102
|
-
'page.wallet.detail': string;
|
|
103
|
-
'page.wallet.activelog': string;
|
|
104
|
-
'page.wallet.copyText': string;
|
|
105
|
-
'page.wallet.spendingDetails': string;
|
|
106
|
-
'page.wallet.rechargeDetails': string;
|
|
107
|
-
'page.wallet.date': string;
|
|
108
|
-
'page.wallet.spending': string;
|
|
109
|
-
'page.wallet.recharge': string;
|
|
110
|
-
'page.wallet.pointsEarned': string;
|
|
111
|
-
'page.wallet.pointsRedeemed': string;
|
|
112
|
-
'page.wallet.refund': string;
|
|
113
|
-
'page.wallet.expire': string;
|
|
114
|
-
'page.wallet.viewOrder': string;
|
|
115
|
-
'page.wallet.done': string;
|
|
116
|
-
'page.wallet.addIos': string;
|
|
117
|
-
'page.wallet.addGoogle': string;
|
|
118
|
-
'page.wallet.viewDetails': string;
|
|
119
|
-
'page.wallet.expireDate': string;
|
|
120
|
-
'page.wallet.urlEmpty': string;
|
|
121
|
-
'page.wallet.notIOS': string;
|
|
122
|
-
'page.wallet.addSuccess': string;
|
|
123
|
-
'page.wallet.addFailed': string;
|
|
124
|
-
'page.wallet.useAppleInstead': string;
|
|
125
|
-
'page.wallet.openedInBrowser': string;
|
|
126
|
-
'page.wallet.openFailed': string;
|
|
127
|
-
'page.wallet.loading': string;
|
|
128
|
-
'page.wallet.usageRules': string;
|
|
129
|
-
'page.wallet.usageRulesSubtitle': string;
|
|
130
|
-
'page.wallet.timeUsageLimits': string;
|
|
131
|
-
'page.wallet.totalQuantityControl': string;
|
|
132
|
-
'page.wallet.dailyLimit': string;
|
|
133
|
-
'page.wallet.weeklyLimit': string;
|
|
134
|
-
'page.wallet.monthlyLimit': string;
|
|
135
|
-
'page.wallet.personalLimit': string;
|
|
136
|
-
'page.wallet.dailyLimitDesc': string;
|
|
137
|
-
'page.wallet.weeklyLimitDesc': string;
|
|
138
|
-
'page.wallet.monthlyLimitDesc': string;
|
|
139
|
-
'page.wallet.monthlyLimitUnlimited': string;
|
|
140
|
-
'page.wallet.personalLimitDesc': string;
|
|
141
|
-
'page.wallet.dailyReset': string;
|
|
142
|
-
'page.wallet.weeklyReset': string;
|
|
143
|
-
'page.wallet.monthlyReset': string;
|
|
144
|
-
'page.wallet.voucherExpireNote': string;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
export default _default;
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 钱包列表查询参数接口
|
|
3
|
-
*/
|
|
4
|
-
export interface IWalletListParmsProps {
|
|
5
|
-
tag?: string;
|
|
6
|
-
sales_status?: 1 | 0 | -1;
|
|
7
|
-
machine_search?: string;
|
|
8
|
-
createdDate?: string;
|
|
9
|
-
limit_status?: string;
|
|
10
|
-
relation_id?: string;
|
|
11
|
-
relation_type?: string;
|
|
12
|
-
customer_id?: number;
|
|
13
|
-
sort?: 'desc' | 'asc';
|
|
14
|
-
order_by?: string;
|
|
15
|
-
used_status?: string;
|
|
16
|
-
num?: number;
|
|
17
|
-
skip?: number;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* 钱包列表项属性接口
|
|
21
|
-
*/
|
|
22
|
-
export interface IWalletListItemProps {
|
|
23
|
-
id?: number | string;
|
|
24
|
-
encoded?: string;
|
|
25
|
-
code?: string;
|
|
26
|
-
limit_status?: string;
|
|
27
|
-
customer_id?: number;
|
|
28
|
-
generate_method?: 'not_settable' | 'before_order' | 'after_order';
|
|
29
|
-
created_at?: string;
|
|
30
|
-
product_id?: number;
|
|
31
|
-
sales_status?: 1 | 0;
|
|
32
|
-
tag?: string;
|
|
33
|
-
status?: string;
|
|
34
|
-
redeemed_at?: string;
|
|
35
|
-
collection_time?: string;
|
|
36
|
-
order_id?: number;
|
|
37
|
-
par_value?: string;
|
|
38
|
-
write_status?: number;
|
|
39
|
-
expire_date?: string;
|
|
40
|
-
balance?: string;
|
|
41
|
-
extension_id?: string;
|
|
42
|
-
product_title?: string;
|
|
43
|
-
product_cover?: string;
|
|
44
|
-
product?: IProductProps;
|
|
45
|
-
unified_available_status?: IUnifiedAvailableStatus;
|
|
46
|
-
shop: IShop;
|
|
47
|
-
unified_messages: any;
|
|
48
|
-
machinecode_config?: {
|
|
49
|
-
hide_recharge?: number;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* 商店信息接口
|
|
54
|
-
*/
|
|
55
|
-
export interface IShop {
|
|
56
|
-
name: string;
|
|
57
|
-
id: number;
|
|
58
|
-
}
|
|
59
|
-
/**
|
|
60
|
-
* 统一可用状态接口
|
|
61
|
-
*/
|
|
62
|
-
export interface IUnifiedAvailableStatus {
|
|
63
|
-
title?: string;
|
|
64
|
-
desc?: string;
|
|
65
|
-
alert?: string;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* 商品属性接口
|
|
69
|
-
*/
|
|
70
|
-
export interface IProductProps {
|
|
71
|
-
id?: number;
|
|
72
|
-
title?: string;
|
|
73
|
-
description?: string;
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* API响应接口
|
|
77
|
-
*/
|
|
78
|
-
export interface ApiResponse<T> {
|
|
79
|
-
data: T;
|
|
80
|
-
code?: number;
|
|
81
|
-
message?: string;
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* 错误处理函数类型
|
|
85
|
-
*/
|
|
86
|
-
export declare type ErrorCallback = () => void;
|
|
87
|
-
/**
|
|
88
|
-
* 获取钱包列表
|
|
89
|
-
* @param params 查询参数
|
|
90
|
-
* @returns Promise<{list: IWalletListItemProps[], count: number}> 钱包列表和总数
|
|
91
|
-
* @throws 请求失败时抛出错误
|
|
92
|
-
*/
|
|
93
|
-
export declare const getWalletList: (params?: IWalletListParmsProps) => Promise<{
|
|
94
|
-
list: IWalletListItemProps[];
|
|
95
|
-
count: number;
|
|
96
|
-
}>;
|
|
97
|
-
/**
|
|
98
|
-
* 通过code绑定客户
|
|
99
|
-
* @param params 请求参数,包含code
|
|
100
|
-
* @param errCallback 错误回调
|
|
101
|
-
* @returns Promise<any> 绑定结果
|
|
102
|
-
*/
|
|
103
|
-
export declare const customer: (params: {
|
|
104
|
-
code: string;
|
|
105
|
-
}, errCallback: ErrorCallback) => Promise<any>;
|
|
106
|
-
/**
|
|
107
|
-
* 用户根据code查询待绑定识别码列表
|
|
108
|
-
* @param params 请求参数,包含code和tag
|
|
109
|
-
* @param errCallback 错误回调函数
|
|
110
|
-
* @returns Promise<IWalletListItemProps[] | null> 未绑定的钱包卡列表
|
|
111
|
-
*/
|
|
112
|
-
export declare const unbindList: (params: {
|
|
113
|
-
code: string;
|
|
114
|
-
tag: string;
|
|
115
|
-
}, errCallback: ErrorCallback) => Promise<IWalletListItemProps[] | null>;
|
|
116
|
-
/**
|
|
117
|
-
* 下单请求参数接口
|
|
118
|
-
*/
|
|
119
|
-
export interface IOrderParams {
|
|
120
|
-
voucher_id: string;
|
|
121
|
-
product_id: string;
|
|
122
|
-
product_variant_id: string;
|
|
123
|
-
quantity: number;
|
|
124
|
-
type: string;
|
|
125
|
-
platform: string;
|
|
126
|
-
currency_code: {
|
|
127
|
-
currency_code: string;
|
|
128
|
-
currency_symbol: string;
|
|
129
|
-
currency_format: string;
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* 下单
|
|
134
|
-
* @param params 下单参数
|
|
135
|
-
* @returns Promise<any> 下单结果
|
|
136
|
-
* @throws 请求失败时抛出错误
|
|
137
|
-
*/
|
|
138
|
-
export declare const goOrder: (params: IOrderParams) => Promise<any>;
|
|
139
|
-
/**
|
|
140
|
-
* 设置请求对象
|
|
141
|
-
* @param req 请求对象
|
|
142
|
-
*/
|
|
143
|
-
export declare const setRequest: (req: any) => void;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.add-client': string;
|
|
4
|
-
'pisell2.text.change-client': string;
|
|
5
|
-
'pisell2.text.remove-client': string;
|
|
6
|
-
};
|
|
7
|
-
'zh-CN': {
|
|
8
|
-
'pisell2.text.add-client': string;
|
|
9
|
-
'pisell2.text.change-client': string;
|
|
10
|
-
'pisell2.text.remove-client': string;
|
|
11
|
-
};
|
|
12
|
-
'zh-HK': {
|
|
13
|
-
'pisell2.text.add-client': string;
|
|
14
|
-
'pisell2.text.change-client': string;
|
|
15
|
-
'pisell2.text.remove-client': string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TableProps } from 'antd';
|
|
3
|
-
import type { ComprehensiveSearchProps } from '../../pro/comprehensiveSearch/types';
|
|
4
|
-
import type { ClientData } from './types';
|
|
5
|
-
import './index.less';
|
|
6
|
-
interface ClientSearchProps extends Omit<ComprehensiveSearchProps, 'resultDisplay' | 'onRowClick'> {
|
|
7
|
-
onRowClick?: (record: ClientData, index: number) => void;
|
|
8
|
-
onAddClient?: (record: ClientData, isChecked: boolean) => void;
|
|
9
|
-
resultProps?: TableProps<ClientData>;
|
|
10
|
-
hasMore?: boolean;
|
|
11
|
-
onLoadMore?: () => void;
|
|
12
|
-
}
|
|
13
|
-
export declare type ClientSearchRef = {
|
|
14
|
-
resetScrollPosition: () => void;
|
|
15
|
-
};
|
|
16
|
-
declare const ClientSearch: React.ForwardRefExoticComponent<ClientSearchProps & React.RefAttributes<ClientSearchRef>>;
|
|
17
|
-
export default ClientSearch;
|