@pisell/private-materials 6.11.63 → 6.11.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/Sales/Cart/index.d.ts +53 -0
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -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/Services/index.d.ts +4 -0
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.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/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/es/components/booking/components/footer/amount.d.ts +38 -0
- package/es/components/booking/components/footer/index.d.ts +1 -0
- package/es/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/index.d.ts +1 -0
- package/es/components/booking/components/voucherModal/index.d.ts +19 -0
- package/es/components/booking/dashboard/serve.d.ts +2 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -0
- package/es/components/booking/forms/footer.d.ts +1 -0
- package/es/components/booking/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/es/components/booking/forms/serve.d.ts +18 -0
- package/es/components/booking/forms/single/index.d.ts +1 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -0
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/hooks/usePromotion.d.ts +301 -0
- package/es/components/booking/hooks/useQuotation.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/client/serve.d.ts +2 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/dateRange/index.d.ts +1 -0
- package/es/components/booking/info/header/index.d.ts +4 -0
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +5 -0
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/pet/index.d.ts +14 -0
- package/es/components/booking/info/pet/serve.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/constants.d.ts +1 -0
- package/es/components/booking/info/service/serve.d.ts +34 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +226 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/es/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/es/components/booking/info2/model/index.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/es/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/es/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/es/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/es/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/es/components/booking/info2/serve.d.ts +6 -0
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/es/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/es/components/booking/info2/service/editNormalService/index.js +5 -2
- package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/es/components/booking/locales.d.ts +1586 -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 +113 -0
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/es/components/booking/notes/addNote/index.d.ts +4 -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/selectHolderModal.d.ts +24 -0
- package/es/components/booking/utils.d.ts +184 -0
- package/es/components/checkout/PaymentProvider.d.ts +13 -0
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/es/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
- package/es/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
- package/es/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/es/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/es/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/es/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -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/components/WalletPassModule/types.d.ts +134 -0
- package/es/components/checkout/constants.d.ts +2 -0
- package/es/components/checkout/export.d.ts +9 -0
- package/es/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/index.d.ts +5 -0
- package/es/components/checkout/index.less +2 -0
- package/es/components/checkout/locales.d.ts +856 -0
- package/es/components/checkout/payment-modal-utils.d.ts +30 -0
- package/es/components/checkout/styles.d.ts +67 -0
- package/es/components/checkout/types.d.ts +130 -0
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
- package/es/components/checkout/utils.d.ts +3 -0
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/es/components/ecocup/cupList/const.d.ts +144 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/es/components/ecocup/cupList/index.d.ts +1 -0
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftpos/pos.d.ts +1 -0
- package/es/components/eftposPay/EFTPos.d.ts +14 -0
- package/es/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
- package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/es/components/eftposPay/aggregatePayment/types.d.ts +106 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
- package/es/components/eftposPay/amount.d.ts +2 -1
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.d.ts +4 -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/const.d.ts +195 -0
- package/es/components/eftposPay/device.d.ts +25 -0
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/huifu/const.d.ts +5 -0
- package/es/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/es/components/eftposPay/huifu/index.d.ts +5 -0
- package/es/components/eftposPay/huifu/types.d.ts +14 -0
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/locales.d.ts +608 -0
- package/es/components/eftposPay/manufacturer.d.ts +8 -0
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eftposPay/payo/config.d.ts +1 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/serve.d.ts +16 -0
- package/es/components/eftposPay/store/index.d.ts +362 -0
- package/es/components/eftposPay/tip.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/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/Voucher/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/es/components/eventBooking/index.d.ts +1 -0
- package/es/components/list/ResponsiveWrapper.d.ts +16 -0
- package/es/components/list/TestResponsiveWrapper.d.ts +8 -0
- package/es/components/list/components/EmptyState/index.d.ts +2 -0
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/es/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/es/components/list/components/Pagination/index.d.ts +1 -0
- package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/es/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/es/components/list/components/Tab/Tab.d.ts +5 -0
- package/es/components/list/components/Tab/index.d.ts +2 -0
- package/es/components/list/components/Tab/types.d.ts +14 -0
- package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/es/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/es/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/es/components/list/components/WaterfallList/index.d.ts +2 -0
- package/es/components/list/examples/GroupedListExample.d.ts +3 -0
- package/es/components/list/hooks/index.d.ts +5 -0
- package/es/components/list/hooks/useDevice.d.ts +24 -0
- package/es/components/list/hooks/useWaterfall.d.ts +34 -0
- package/es/components/list/index.d.ts +10 -0
- package/es/components/list/locales.d.ts +108 -0
- package/es/components/list/types.d.ts +181 -0
- package/es/components/list/utils/getText.d.ts +53 -0
- package/es/components/list/utils/index.d.ts +19 -0
- package/es/components/login/index.d.ts +1 -0
- package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/es/components/pay/toB/components/Card/index.d.ts +1 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +8 -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/toB/components/Content/Header.d.ts +5 -0
- package/es/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/es/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
- package/es/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/es/components/pay/toB/components/index.d.ts +5 -0
- package/es/components/pay/toB/hooks.d.ts +12 -0
- package/es/components/pay/toB/index.d.ts +3 -0
- package/es/components/pay/toB/locales.d.ts +88 -0
- package/es/components/pay/toB/paymentMethods/index.d.ts +11 -0
- package/es/components/pay/toB/store/context.d.ts +3 -0
- package/es/components/pay/toB/store/hooks.d.ts +15 -0
- package/es/components/pay/toB/store/index.d.ts +3 -0
- package/es/components/pay/toB/store/provider.d.ts +4 -0
- package/es/components/pay/toB/store/utils.d.ts +13 -0
- package/es/components/pay/toB/types/index.d.ts +81 -0
- package/es/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/es/components/pay/toC/PaymentList/serve.d.ts +28 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
- package/es/components/pay/toC/PaymentMethods/index.d.ts +9 -0
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/es/components/pay/toC/model.d.ts +33 -0
- package/es/components/pay/toC/serve.d.ts +82 -0
- package/es/components/pay/toC/utils.d.ts +57 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -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/RightPanel/serve.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/es/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/es/components/ruleSetting/index.d.ts +1 -0
- package/es/components/ruleSetting/ruleBorder/index.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/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/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/Provider.d.ts +3 -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/index.d.ts +4 -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/hooks/usePromotionModal.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/shoppingCart/locales.d.ts +93 -0
- package/es/components/shoppingCart/mock.d.ts +54 -0
- package/es/components/shoppingCart/server.d.ts +12 -0
- package/es/components/shoppingCart/type.d.ts +59 -0
- package/es/components/shoppingCart/utils.d.ts +192 -0
- package/es/components/subTotal/locales.d.ts +71 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/es/components/systemSettings/registry/locales.d.ts +525 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +207 -61
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -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/context/IsActiveContext.d.ts +26 -0
- package/es/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/es/components/ticketBooking/context/index.d.ts +2 -0
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/es/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/es/components/ticketBooking/index.d.ts +23 -0
- package/es/components/ticketBooking/index.js +3 -1
- package/es/components/ticketBooking/locales.d.ts +340 -0
- package/es/components/ticketBooking/serve.d.ts +289 -0
- package/es/components/ticketBooking/utils/edit.d.ts +1 -0
- package/es/components/ticketBooking/utils/index.d.ts +104 -0
- package/es/components/ticketBooking/utils/index.js +38 -32
- package/es/components/ticketBooking/utils/productCache.d.ts +75 -0
- 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/hooks/index.d.ts +10 -0
- package/es/hooks/printer.d.ts +4 -0
- package/es/hooks/useEngineContext.d.ts +4 -0
- package/es/hooks/useLogger.d.ts +2 -0
- package/es/hooks/useModal.example.d.ts +12 -0
- package/es/hooks/useModal.integration.example.d.ts +15 -0
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/hooks/useToast.d.ts +2 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/index.d.ts +91 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +1 -0
- package/es/plus/noteModal/locales.d.ts +53 -0
- package/es/plus/noteModal/types.d.ts +19 -0
- package/es/plus/orderList/components/HandleActions.d.ts +1 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/es/plus/orderList/components/Reset.d.ts +1 -0
- package/es/plus/orderList/components/Toolbar.d.ts +1 -0
- package/es/plus/orderList/config.d.ts +3 -2
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -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/Countdown/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/es/plus/productSelect/ProductCard/index.d.ts +54 -0
- package/es/plus/productSelect/ProductCard/utils.d.ts +49 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/es/plus/saasCreateOrganization/index.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/es/plus/saasRegister/components/Header.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +38 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -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/TitleExtra/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/index.d.ts +5 -0
- package/es/plus/skuOptionsSelection/index.js +2 -0
- package/es/plus/skuOptionsSelection/locales.d.ts +0 -5
- package/es/plus/skuOptionsSelection/locales.js +0 -5
- package/es/plus/skuOptionsSelection/types.d.ts +445 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -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/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/es/plus/webPosLogin/index.d.ts +12 -0
- package/es/plus/webPosLogin/locales.d.ts +92 -0
- package/es/plus/webPosLogin/service.d.ts +44 -0
- package/es/plus/webPosLogin/types.d.ts +288 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/NumberKeyboardPopover/index.d.ts +36 -0
- package/es/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/es/pro/multiDayTimeSelect/index.d.ts +3 -0
- package/es/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/es/pro/pisellPaymentList/example.d.ts +1 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/es/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/es/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/es/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
- package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/es/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/es/pro/priceKeyboard/index.d.ts +3 -0
- package/es/pro/priceKeyboard/utils.d.ts +31 -0
- package/es/pro/skuDetailModal/index.js +55 -130
- package/es/pro/skuDetailModal/index.less +2 -0
- package/es/pro/skuDetailModal/locales.d.ts +123 -0
- package/es/pro/skuDetailModal/locales.js +6 -48
- package/es/pro/skuDetailModal/types.d.ts +395 -0
- package/es/pro/skuDetailModal/utils.d.ts +31 -0
- package/es/pro/skuDetailModal/utils.js +116 -1
- package/es/shared/locales/stock.d.ts +57 -0
- package/es/shared/locales/stock.js +56 -0
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -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/Services/index.d.ts +4 -0
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.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/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.d.ts +38 -0
- package/lib/components/booking/components/footer/index.d.ts +1 -0
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/index.d.ts +1 -0
- package/lib/components/booking/components/voucherModal/index.d.ts +19 -0
- package/lib/components/booking/dashboard/serve.d.ts +2 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -0
- package/lib/components/booking/forms/footer.d.ts +1 -0
- package/lib/components/booking/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/lib/components/booking/forms/serve.d.ts +18 -0
- package/lib/components/booking/forms/single/index.d.ts +1 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/hooks/usePromotion.d.ts +301 -0
- package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/client/serve.d.ts +2 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/dateRange/index.d.ts +1 -0
- package/lib/components/booking/info/header/index.d.ts +4 -0
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +5 -0
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/pet/index.d.ts +14 -0
- package/lib/components/booking/info/pet/serve.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
- package/lib/components/booking/info/service/serve.d.ts +34 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +226 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/lib/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/lib/components/booking/info2/model/index.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/lib/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/lib/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/lib/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/lib/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/lib/components/booking/info2/serve.d.ts +6 -0
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/lib/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/lib/components/booking/info2/service/editNormalService/index.js +3 -0
- package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/lib/components/booking/locales.d.ts +1586 -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 +113 -0
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/lib/components/booking/notes/addNote/index.d.ts +4 -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/selectHolderModal.d.ts +24 -0
- package/lib/components/booking/utils.d.ts +184 -0
- package/lib/components/checkout/PaymentProvider.d.ts +13 -0
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/lib/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
- package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
- package/lib/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/lib/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/lib/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -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/components/WalletPassModule/types.d.ts +134 -0
- package/lib/components/checkout/constants.d.ts +2 -0
- package/lib/components/checkout/export.d.ts +9 -0
- package/lib/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/index.d.ts +5 -0
- package/lib/components/checkout/index.less +2 -0
- package/lib/components/checkout/locales.d.ts +856 -0
- package/lib/components/checkout/payment-modal-utils.d.ts +30 -0
- package/lib/components/checkout/styles.d.ts +67 -0
- package/lib/components/checkout/types.d.ts +130 -0
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
- package/lib/components/checkout/utils.d.ts +3 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/lib/components/ecocup/cupList/const.d.ts +144 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/lib/components/ecocup/cupList/index.d.ts +1 -0
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftpos/pos.d.ts +1 -0
- package/lib/components/eftposPay/EFTPos.d.ts +14 -0
- package/lib/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +106 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
- package/lib/components/eftposPay/amount.d.ts +2 -1
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -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/const.d.ts +195 -0
- package/lib/components/eftposPay/device.d.ts +25 -0
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/huifu/const.d.ts +5 -0
- package/lib/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/lib/components/eftposPay/huifu/index.d.ts +5 -0
- package/lib/components/eftposPay/huifu/types.d.ts +14 -0
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/locales.d.ts +608 -0
- package/lib/components/eftposPay/manufacturer.d.ts +8 -0
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eftposPay/payo/config.d.ts +1 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/serve.d.ts +16 -0
- package/lib/components/eftposPay/store/index.d.ts +362 -0
- package/lib/components/eftposPay/tip.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/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/Voucher/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/lib/components/eventBooking/index.d.ts +1 -0
- package/lib/components/list/ResponsiveWrapper.d.ts +16 -0
- package/lib/components/list/TestResponsiveWrapper.d.ts +8 -0
- package/lib/components/list/components/EmptyState/index.d.ts +2 -0
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/lib/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/Pagination/index.d.ts +1 -0
- package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/lib/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/lib/components/list/components/Tab/Tab.d.ts +5 -0
- package/lib/components/list/components/Tab/index.d.ts +2 -0
- package/lib/components/list/components/Tab/types.d.ts +14 -0
- package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/lib/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/lib/components/list/components/WaterfallList/index.d.ts +2 -0
- package/lib/components/list/examples/GroupedListExample.d.ts +3 -0
- package/lib/components/list/hooks/index.d.ts +5 -0
- package/lib/components/list/hooks/useDevice.d.ts +24 -0
- package/lib/components/list/hooks/useWaterfall.d.ts +34 -0
- package/lib/components/list/index.d.ts +10 -0
- package/lib/components/list/locales.d.ts +108 -0
- package/lib/components/list/types.d.ts +181 -0
- package/lib/components/list/utils/getText.d.ts +53 -0
- package/lib/components/list/utils/index.d.ts +19 -0
- package/lib/components/login/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +8 -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/toB/components/Content/Header.d.ts +5 -0
- package/lib/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/lib/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
- package/lib/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/lib/components/pay/toB/components/index.d.ts +5 -0
- package/lib/components/pay/toB/hooks.d.ts +12 -0
- package/lib/components/pay/toB/index.d.ts +3 -0
- package/lib/components/pay/toB/locales.d.ts +88 -0
- package/lib/components/pay/toB/paymentMethods/index.d.ts +11 -0
- package/lib/components/pay/toB/store/context.d.ts +3 -0
- package/lib/components/pay/toB/store/hooks.d.ts +15 -0
- package/lib/components/pay/toB/store/index.d.ts +3 -0
- package/lib/components/pay/toB/store/provider.d.ts +4 -0
- package/lib/components/pay/toB/store/utils.d.ts +13 -0
- package/lib/components/pay/toB/types/index.d.ts +81 -0
- package/lib/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/lib/components/pay/toC/PaymentList/serve.d.ts +28 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
- package/lib/components/pay/toC/PaymentMethods/index.d.ts +9 -0
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/lib/components/pay/toC/model.d.ts +33 -0
- package/lib/components/pay/toC/serve.d.ts +82 -0
- package/lib/components/pay/toC/utils.d.ts +57 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -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/RightPanel/serve.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/lib/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/lib/components/ruleSetting/index.d.ts +1 -0
- package/lib/components/ruleSetting/ruleBorder/index.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/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/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/Provider.d.ts +3 -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/index.d.ts +4 -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/hooks/usePromotionModal.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/shoppingCart/locales.d.ts +93 -0
- package/lib/components/shoppingCart/mock.d.ts +54 -0
- package/lib/components/shoppingCart/server.d.ts +12 -0
- package/lib/components/shoppingCart/type.d.ts +59 -0
- package/lib/components/shoppingCart/utils.d.ts +192 -0
- package/lib/components/subTotal/locales.d.ts +71 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/lib/components/systemSettings/registry/locales.d.ts +525 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +135 -13
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -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/context/IsActiveContext.d.ts +26 -0
- package/lib/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/lib/components/ticketBooking/context/index.d.ts +2 -0
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/lib/components/ticketBooking/index.d.ts +23 -0
- package/lib/components/ticketBooking/index.js +6 -1
- package/lib/components/ticketBooking/locales.d.ts +340 -0
- package/lib/components/ticketBooking/serve.d.ts +289 -0
- package/lib/components/ticketBooking/utils/edit.d.ts +1 -0
- package/lib/components/ticketBooking/utils/index.d.ts +104 -0
- package/lib/components/ticketBooking/utils/index.js +8 -2
- package/lib/components/ticketBooking/utils/productCache.d.ts +75 -0
- 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/hooks/index.d.ts +10 -0
- package/lib/hooks/printer.d.ts +4 -0
- package/lib/hooks/useEngineContext.d.ts +4 -0
- package/lib/hooks/useLogger.d.ts +2 -0
- package/lib/hooks/useModal.example.d.ts +12 -0
- package/lib/hooks/useModal.integration.example.d.ts +15 -0
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/hooks/useToast.d.ts +2 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/index.d.ts +91 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
- package/lib/plus/noteModal/locales.d.ts +53 -0
- package/lib/plus/noteModal/types.d.ts +19 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/lib/plus/orderList/components/Reset.d.ts +1 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
- package/lib/plus/orderList/config.d.ts +3 -2
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -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/Countdown/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/lib/plus/productSelect/ProductCard/index.d.ts +54 -0
- package/lib/plus/productSelect/ProductCard/utils.d.ts +49 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/index.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/lib/plus/saasRegister/components/Header.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +38 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -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/TitleExtra/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/index.d.ts +5 -0
- package/lib/plus/skuOptionsSelection/index.js +2 -0
- package/lib/plus/skuOptionsSelection/locales.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/locales.js +0 -5
- package/lib/plus/skuOptionsSelection/types.d.ts +445 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -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/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/lib/plus/webPosLogin/index.d.ts +12 -0
- package/lib/plus/webPosLogin/locales.d.ts +92 -0
- package/lib/plus/webPosLogin/service.d.ts +44 -0
- package/lib/plus/webPosLogin/types.d.ts +288 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/NumberKeyboardPopover/index.d.ts +36 -0
- package/lib/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/lib/pro/multiDayTimeSelect/index.d.ts +3 -0
- package/lib/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/lib/pro/pisellPaymentList/example.d.ts +1 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/lib/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/lib/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
- package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/lib/pro/priceKeyboard/index.d.ts +3 -0
- package/lib/pro/priceKeyboard/utils.d.ts +31 -0
- package/lib/pro/skuDetailModal/index.js +51 -102
- package/lib/pro/skuDetailModal/index.less +2 -0
- package/lib/pro/skuDetailModal/locales.d.ts +123 -0
- package/lib/pro/skuDetailModal/locales.js +6 -48
- package/lib/pro/skuDetailModal/types.d.ts +395 -0
- package/lib/pro/skuDetailModal/utils.d.ts +31 -0
- package/lib/pro/skuDetailModal/utils.js +125 -2
- package/lib/shared/locales/stock.d.ts +57 -0
- package/lib/shared/locales/stock.js +80 -0
- package/package.json +1 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 键盘输入处理 Hook
|
|
3
|
+
* @param params 配置参数
|
|
4
|
+
* @param params.onChange 值变化回调
|
|
5
|
+
* @param params.onEnter 确认回调
|
|
6
|
+
* @param params.onReset 重置回调
|
|
7
|
+
* @param params.value 当前值
|
|
8
|
+
* @param params.min 最小值限制
|
|
9
|
+
* @param params.max 最大值限制
|
|
10
|
+
* @param params.scale 小数位数限制
|
|
11
|
+
* @param params.mode 输入模式:'append' 追加模式(默认)| 'replace' 替换模式
|
|
12
|
+
*/
|
|
13
|
+
declare const useKeyActions: (params: {
|
|
14
|
+
onChange?: ((val: string) => void) | undefined;
|
|
15
|
+
onEnter?: ((val: string) => void) | undefined;
|
|
16
|
+
onReset?: (() => void) | undefined;
|
|
17
|
+
value?: string | undefined;
|
|
18
|
+
min?: number | undefined;
|
|
19
|
+
max?: number | undefined;
|
|
20
|
+
mode?: "replace" | "append" | undefined;
|
|
21
|
+
scale?: number | undefined;
|
|
22
|
+
}) => {
|
|
23
|
+
handleChange: (val?: string | number) => void;
|
|
24
|
+
error: {
|
|
25
|
+
msg: string;
|
|
26
|
+
} | null;
|
|
27
|
+
};
|
|
28
|
+
export default useKeyActions;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const DEFAULT_THEME_CONFIG: {
|
|
2
|
+
dark: {
|
|
3
|
+
titleColor: string;
|
|
4
|
+
subtitleColor: string;
|
|
5
|
+
keyboardBgColor: string;
|
|
6
|
+
keyboardWrapperBgColor: string;
|
|
7
|
+
bgColor: string;
|
|
8
|
+
bgColorGray200: string;
|
|
9
|
+
bgColorGray300: string;
|
|
10
|
+
textGray500: string;
|
|
11
|
+
textGray600: string;
|
|
12
|
+
textGray900: string;
|
|
13
|
+
};
|
|
14
|
+
light: {
|
|
15
|
+
titleColor: string;
|
|
16
|
+
subtitleColor: string;
|
|
17
|
+
keyboardBgColor: string;
|
|
18
|
+
keyboardWrapperBgColor: string;
|
|
19
|
+
bgColor: string;
|
|
20
|
+
bgColorGray200: string;
|
|
21
|
+
bgColorGray300: string;
|
|
22
|
+
textGray500: string;
|
|
23
|
+
textGray600: string;
|
|
24
|
+
textGray900: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* 设置键盘主题
|
|
29
|
+
* @param theme 主题
|
|
30
|
+
*/
|
|
31
|
+
export declare const setKeyboardTheme: (theme?: 'dark' | 'light') => void;
|
|
@@ -19,6 +19,7 @@ import Decimal from 'decimal.js';
|
|
|
19
19
|
import { locales } from '@pisell/utils';
|
|
20
20
|
import Delete_wght300_24px from '@pisell/icon/es/Delete_wght300_24px';
|
|
21
21
|
import localeTexts from "./locales";
|
|
22
|
+
import stockLocaleTexts from "../../shared/locales/stock";
|
|
22
23
|
import "./index.less";
|
|
23
24
|
import NumericStepper from "../NumericStepper";
|
|
24
25
|
import NoteModal from "../../plus/noteModal";
|
|
@@ -26,14 +27,14 @@ import useEngineContext from "../../hooks/useEngineContext";
|
|
|
26
27
|
import { DiscountKeyboard } from "../priceKeyboard";
|
|
27
28
|
import SKUOptionsSelection from "../../plus/skuOptionsSelection";
|
|
28
29
|
import { getProductDetail } from "../../components/booking/info/service/serve";
|
|
29
|
-
import {
|
|
30
|
+
import { getStockValidationResult, setHiddenStockAlertForToday } from "./utils";
|
|
30
31
|
import { Context as BookingContext } from "../../components/booking/info/model";
|
|
31
32
|
import useToast from "../../hooks/useToast";
|
|
32
33
|
import useLogger from "../../hooks/useLogger";
|
|
33
34
|
import { filterVariantGroupByVariants } from "../../components/shoppingCart/utils";
|
|
34
35
|
import { cloneDeep } from 'lodash';
|
|
35
36
|
var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
36
|
-
var _context$appHelper, _context$engine,
|
|
37
|
+
var _context$appHelper, _context$engine, _context$engine2, _bookingState$booking3, _bookingState$booking6, _productData$_extend2, _bookingState$booking12, _bookingState$booking13;
|
|
37
38
|
var onConfirm = _ref.onConfirm,
|
|
38
39
|
onRemove = _ref.onRemove,
|
|
39
40
|
onClose = _ref.onClose;
|
|
@@ -139,6 +140,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
139
140
|
bookingState = _ref3.state;
|
|
140
141
|
var symbol = getData('shop_symbol');
|
|
141
142
|
locales.init(localeTexts, (context === null || context === void 0 || (_context$engine = context.engine) === null || _context$engine === void 0 || (_context$engine = _context$engine.props) === null || _context$engine === void 0 ? void 0 : _context$engine.locale) || 'en');
|
|
143
|
+
locales.init(stockLocaleTexts, (context === null || context === void 0 || (_context$engine2 = context.engine) === null || _context$engine2 === void 0 || (_context$engine2 = _context$engine2.props) === null || _context$engine2 === void 0 ? void 0 : _context$engine2.locale) || 'en');
|
|
142
144
|
var getDetailData = /*#__PURE__*/function () {
|
|
143
145
|
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(data, open_deposit) {
|
|
144
146
|
var _data$skuDetailConfig, _data$skuDetailConfig2, _data$is_eject;
|
|
@@ -189,11 +191,6 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
189
191
|
var _bookingState$booking4, _bookingState$booking5;
|
|
190
192
|
return Number((_bookingState$booking4 = bookingState === null || bookingState === void 0 || (_bookingState$booking5 = bookingState.bookingConfig) === null || _bookingState$booking5 === void 0 || (_bookingState$booking5 = _bookingState$booking5.config) === null || _bookingState$booking5 === void 0 || (_bookingState$booking5 = _bookingState$booking5.stock_setting) === null || _bookingState$booking5 === void 0 ? void 0 : _bookingState$booking5.allow_add_to_cart_when_out_stock) !== null && _bookingState$booking4 !== void 0 ? _bookingState$booking4 : 0);
|
|
191
193
|
}, [bookingState === null || bookingState === void 0 || (_bookingState$booking6 = bookingState.bookingConfig) === null || _bookingState$booking6 === void 0 || (_bookingState$booking6 = _bookingState$booking6.config) === null || _bookingState$booking6 === void 0 ? void 0 : _bookingState$booking6.stock_setting]);
|
|
192
|
-
var enableDontShowAgainToday = useMemo(function () {
|
|
193
|
-
var _bookingState$booking7, _bookingState$booking8;
|
|
194
|
-
return Number((_bookingState$booking7 = bookingState === null || bookingState === void 0 || (_bookingState$booking8 = bookingState.bookingConfig) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.config) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.stock_setting) === null || _bookingState$booking8 === void 0 ? void 0 : _bookingState$booking8.do_not_show_again_today) !== null && _bookingState$booking7 !== void 0 ? _bookingState$booking7 : 0);
|
|
195
|
-
}, [bookingState === null || bookingState === void 0 || (_bookingState$booking9 = bookingState.bookingConfig) === null || _bookingState$booking9 === void 0 || (_bookingState$booking9 = _bookingState$booking9.config) === null || _bookingState$booking9 === void 0 ? void 0 : _bookingState$booking9.stock_setting]);
|
|
196
|
-
|
|
197
194
|
/**
|
|
198
195
|
* @description 当前商品是否存在 SKU 选择数据(套餐/单规格/组合规格)
|
|
199
196
|
* - 当 bundle_group、option_group、variant_group 都不存在或为空数组时:
|
|
@@ -266,7 +263,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
266
263
|
open: function () {
|
|
267
264
|
var _open = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(data) {
|
|
268
265
|
var _skuDetailConfig$isSh, _skuDetailConfig$isSh2, _skuDetailConfig$exte, _skuDetailConfig$useC, _skuDetailConfig$cust, _skuDetailConfig$isCa, _data$_extend, _data$_extend2, _data$_extend3, _data$_extend4, _data$_extend5;
|
|
269
|
-
var dataWithConfig, skuDetailConfig, config, _apiData, _data$productData, _apiData2, _apiData3, _apiData4, _apiData5, _apiData6, _apiData7, _ref5, _is_eject, _apiData8, _apiData9, _hydratedData$
|
|
266
|
+
var dataWithConfig, skuDetailConfig, config, _apiData, _data$productData, _apiData2, _apiData3, _apiData4, _apiData5, _apiData6, _apiData7, _ref5, _is_eject, _apiData8, _apiData9, _hydratedData$_extend2, open_deposit, productDetail, apiData, basePrice, _variantData, hydratedData, isEject, _hydratedData$_extend, _bookingState$booking7, stockResult, hydratedAny, _initialHasSkuOptions, _data, variantData, recordSkuValue, dataAny, initialHasSkuOptions;
|
|
270
267
|
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
271
268
|
while (1) switch (_context2.prev = _context2.next) {
|
|
272
269
|
case 0:
|
|
@@ -296,7 +293,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
296
293
|
|
|
297
294
|
// create 模式:只有 id/date/is_eject,先请求详情再打开
|
|
298
295
|
if (!('date' in data && !('_extend' in data))) {
|
|
299
|
-
_context2.next =
|
|
296
|
+
_context2.next = 47;
|
|
300
297
|
break;
|
|
301
298
|
}
|
|
302
299
|
logger === null || logger === void 0 || logger.addLog({
|
|
@@ -334,16 +331,38 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
334
331
|
option: []
|
|
335
332
|
}
|
|
336
333
|
})
|
|
337
|
-
}); // 如果该商品不需要弹窗(is_eject !== 1
|
|
334
|
+
}); // 如果该商品不需要弹窗(is_eject !== 1),也需要复用库存校验逻辑
|
|
338
335
|
isEject = Number((_ref5 = (_is_eject = (_apiData8 = apiData) === null || _apiData8 === void 0 ? void 0 : _apiData8.is_eject) !== null && _is_eject !== void 0 ? _is_eject : data.is_eject) !== null && _ref5 !== void 0 ? _ref5 : 0) === 1;
|
|
339
336
|
if (isEject) {
|
|
340
|
-
_context2.next =
|
|
337
|
+
_context2.next = 34;
|
|
338
|
+
break;
|
|
339
|
+
}
|
|
340
|
+
stockResult = getStockValidationResult({
|
|
341
|
+
value: hydratedData === null || hydratedData === void 0 || (_hydratedData$_extend = hydratedData._extend) === null || _hydratedData$_extend === void 0 ? void 0 : _hydratedData$_extend.skuValue,
|
|
342
|
+
data: hydratedData,
|
|
343
|
+
bookingConfig: bookingState === null || bookingState === void 0 || (_bookingState$booking7 = bookingState.bookingConfig) === null || _bookingState$booking7 === void 0 ? void 0 : _bookingState$booking7.config
|
|
344
|
+
});
|
|
345
|
+
if (!stockResult.shouldBlock) {
|
|
346
|
+
_context2.next = 25;
|
|
341
347
|
break;
|
|
342
348
|
}
|
|
349
|
+
Toast === null || Toast === void 0 || Toast.fail(locales.getText('pisell2.skuOptionsSelection.variantItemCard.soldOut'));
|
|
350
|
+
return _context2.abrupt("return");
|
|
351
|
+
case 25:
|
|
352
|
+
if (!stockResult.shouldShowAlert) {
|
|
353
|
+
_context2.next = 31;
|
|
354
|
+
break;
|
|
355
|
+
}
|
|
356
|
+
setProductData(hydratedData);
|
|
357
|
+
pendingConfirmDataRef.current = hydratedData;
|
|
358
|
+
setStockAlertDontShowAgainChecked(false);
|
|
359
|
+
setStockAlertOpen(true);
|
|
360
|
+
return _context2.abrupt("return");
|
|
361
|
+
case 31:
|
|
343
362
|
onConfirm === null || onConfirm === void 0 || onConfirm(hydratedData);
|
|
344
363
|
modalCloseAction();
|
|
345
364
|
return _context2.abrupt("return");
|
|
346
|
-
case
|
|
365
|
+
case 34:
|
|
347
366
|
setProductData(hydratedData);
|
|
348
367
|
setNote('');
|
|
349
368
|
setQuantity(((_apiData9 = apiData) === null || _apiData9 === void 0 ? void 0 : _apiData9.min_num_unit) || 1);
|
|
@@ -359,7 +378,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
359
378
|
product_variant_id: 0,
|
|
360
379
|
bundle: [],
|
|
361
380
|
option: [],
|
|
362
|
-
price: (hydratedData === null || hydratedData === void 0 || (_hydratedData$
|
|
381
|
+
price: (hydratedData === null || hydratedData === void 0 || (_hydratedData$_extend2 = hydratedData._extend) === null || _hydratedData$_extend2 === void 0 ? void 0 : _hydratedData$_extend2.price) || 0
|
|
363
382
|
});
|
|
364
383
|
setPriceOverride(null);
|
|
365
384
|
setShowPriceAdjustModal(false);
|
|
@@ -369,7 +388,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
369
388
|
setCurrentStep(_initialHasSkuOptions ? 1 : 0);
|
|
370
389
|
setOpen(true);
|
|
371
390
|
return _context2.abrupt("return");
|
|
372
|
-
case
|
|
391
|
+
case 47:
|
|
373
392
|
logger === null || logger === void 0 || logger.addLog({
|
|
374
393
|
type: 'info',
|
|
375
394
|
title: 'sku_detail_modal_open_edit',
|
|
@@ -412,7 +431,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
412
431
|
});
|
|
413
432
|
setOpen(true);
|
|
414
433
|
}, 0);
|
|
415
|
-
case
|
|
434
|
+
case 67:
|
|
416
435
|
case "end":
|
|
417
436
|
return _context2.stop();
|
|
418
437
|
}
|
|
@@ -540,51 +559,10 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
540
559
|
modalCloseAction();
|
|
541
560
|
onClose === null || onClose === void 0 || onClose();
|
|
542
561
|
};
|
|
543
|
-
|
|
544
|
-
/**
|
|
545
|
-
* @description 检查当前选择下的库存是否充足
|
|
546
|
-
*/
|
|
547
|
-
var handleCheckStock = function handleCheckStock(params) {
|
|
548
|
-
var _value$bundle;
|
|
549
|
-
var value = (params === null || params === void 0 ? void 0 : params.value) || skuValue;
|
|
550
|
-
var data = (params === null || params === void 0 ? void 0 : params.data) || productData;
|
|
551
|
-
if (!data) return true;
|
|
552
|
-
// 检测 variant 库存
|
|
553
|
-
if (value !== null && value !== void 0 && value.product_variant_id && data) {
|
|
554
|
-
var _variant2;
|
|
555
|
-
var variantItem = data === null || data === void 0 || (_variant2 = data.variant) === null || _variant2 === void 0 ? void 0 : _variant2.find(function (item) {
|
|
556
|
-
return item.id === value.product_variant_id;
|
|
557
|
-
});
|
|
558
|
-
var variantCanSell = checkSkuStockCanSell(variantItem);
|
|
559
|
-
if (!variantCanSell.hasStock) {
|
|
560
|
-
return false;
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
// 检测 bundle 库存
|
|
564
|
-
if ((value === null || value === void 0 || (_value$bundle = value.bundle) === null || _value$bundle === void 0 ? void 0 : _value$bundle.length) > 0 && data) {
|
|
565
|
-
var bundleCanSell = value === null || value === void 0 ? void 0 : value.bundle.every(function (item) {
|
|
566
|
-
var data = checkSkuStockCanSell(item);
|
|
567
|
-
return data.hasStock;
|
|
568
|
-
});
|
|
569
|
-
if (!bundleCanSell) {
|
|
570
|
-
return false;
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
// 如果有 variant,则不检测商品本身的库存了
|
|
574
|
-
if (value !== null && value !== void 0 && value.product_variant_id) {
|
|
575
|
-
return true;
|
|
576
|
-
}
|
|
577
|
-
// 检测商品本身库存
|
|
578
|
-
var productCanSell = checkSkuStockCanSell(data);
|
|
579
|
-
if (!productCanSell.hasStock) {
|
|
580
|
-
return false;
|
|
581
|
-
}
|
|
582
|
-
return true;
|
|
583
|
-
};
|
|
584
562
|
var handleConfirm = /*#__PURE__*/function () {
|
|
585
563
|
var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() {
|
|
586
|
-
var _bookingState$
|
|
587
|
-
var _procedureRef$current, _procedureRef$current2, requiredOptionValidation, shouldValidate, _skuOptionsSelectionR, _skuOptionsSelectionR2, isValid, _skuOptionsSelectionR3, _skuOptionsSelectionR4, _updatedData$_extend, latestSkuValue, originTotal, updatedData,
|
|
564
|
+
var _bookingState$booking8;
|
|
565
|
+
var _procedureRef$current, _procedureRef$current2, requiredOptionValidation, shouldValidate, _skuOptionsSelectionR, _skuOptionsSelectionR2, isValid, _skuOptionsSelectionR3, _skuOptionsSelectionR4, _updatedData$_extend, _bookingState$booking9, latestSkuValue, originTotal, updatedData, stockResult;
|
|
588
566
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
589
567
|
while (1) switch (_context3.prev = _context3.next) {
|
|
590
568
|
case 0:
|
|
@@ -603,7 +581,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
603
581
|
*
|
|
604
582
|
* @note 配置缺失时默认走“需要校验”,保持更安全的默认行为
|
|
605
583
|
*/
|
|
606
|
-
requiredOptionValidation = bookingState === null || bookingState === void 0 || (_bookingState$
|
|
584
|
+
requiredOptionValidation = bookingState === null || bookingState === void 0 || (_bookingState$booking8 = bookingState.bookingConfig) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.config) === null || _bookingState$booking8 === void 0 || (_bookingState$booking8 = _bookingState$booking8.product_setting_tab) === null || _bookingState$booking8 === void 0 ? void 0 : _bookingState$booking8.required_option_validation;
|
|
607
585
|
shouldValidate = Number(requiredOptionValidation !== null && requiredOptionValidation !== void 0 ? requiredOptionValidation : 1) !== 0; // 无 SKUOptionsSelection 时跳过校验,否则会因为 ref 为空而阻断提交
|
|
608
586
|
if (!(shouldValidate && hasSkuOptions)) {
|
|
609
587
|
_context3.next = 19;
|
|
@@ -630,7 +608,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
630
608
|
return _context3.abrupt("return");
|
|
631
609
|
case 19:
|
|
632
610
|
if (!(productData && onConfirm)) {
|
|
633
|
-
_context3.next =
|
|
611
|
+
_context3.next = 35;
|
|
634
612
|
break;
|
|
635
613
|
}
|
|
636
614
|
/**
|
|
@@ -658,42 +636,30 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
658
636
|
} : {})
|
|
659
637
|
});
|
|
660
638
|
console.log('updatedData>>>>>>', updatedData, updatedData === null || updatedData === void 0 || (_updatedData$_extend = updatedData._extend) === null || _updatedData$_extend === void 0 ? void 0 : _updatedData$_extend.origin_total);
|
|
661
|
-
|
|
662
|
-
_context3.next = 37;
|
|
663
|
-
break;
|
|
664
|
-
}
|
|
665
|
-
hasStock = handleCheckStock({
|
|
639
|
+
stockResult = getStockValidationResult({
|
|
666
640
|
value: latestSkuValue,
|
|
667
|
-
data: productData
|
|
641
|
+
data: productData,
|
|
642
|
+
bookingConfig: bookingState === null || bookingState === void 0 || (_bookingState$booking9 = bookingState.bookingConfig) === null || _bookingState$booking9 === void 0 ? void 0 : _bookingState$booking9.config
|
|
668
643
|
});
|
|
669
|
-
if (
|
|
670
|
-
_context3.next =
|
|
671
|
-
break;
|
|
672
|
-
}
|
|
673
|
-
if (!(allowAddToCartWhenOutStock !== 1)) {
|
|
674
|
-
_context3.next = 30;
|
|
644
|
+
if (!stockResult.shouldBlock) {
|
|
645
|
+
_context3.next = 28;
|
|
675
646
|
break;
|
|
676
647
|
}
|
|
677
648
|
Toast === null || Toast === void 0 || Toast.fail(locales.getText('pisell2.skuOptionsSelection.variantItemCard.soldOut'));
|
|
678
649
|
return _context3.abrupt("return");
|
|
679
|
-
case
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
shouldSkipAlert = enableDontShowAgainToday === 1 && hasHiddenStockAlertForToday({
|
|
683
|
-
productId: productId
|
|
684
|
-
});
|
|
685
|
-
if (shouldSkipAlert) {
|
|
686
|
-
_context3.next = 37;
|
|
650
|
+
case 28:
|
|
651
|
+
if (!stockResult.shouldShowAlert) {
|
|
652
|
+
_context3.next = 33;
|
|
687
653
|
break;
|
|
688
654
|
}
|
|
689
655
|
pendingConfirmDataRef.current = updatedData;
|
|
690
656
|
setStockAlertDontShowAgainChecked(false);
|
|
691
657
|
setStockAlertOpen(true);
|
|
692
658
|
return _context3.abrupt("return");
|
|
693
|
-
case
|
|
659
|
+
case 33:
|
|
694
660
|
onConfirm(updatedData);
|
|
695
661
|
modalCloseAction();
|
|
696
|
-
case
|
|
662
|
+
case 35:
|
|
697
663
|
case "end":
|
|
698
664
|
return _context3.stop();
|
|
699
665
|
}
|
|
@@ -709,13 +675,13 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
709
675
|
setStockAlertDontShowAgainChecked(false);
|
|
710
676
|
};
|
|
711
677
|
var handleStockAlertContinue = function handleStockAlertContinue() {
|
|
712
|
-
var _bookingState$
|
|
678
|
+
var _bookingState$booking10, _bookingState$booking11;
|
|
713
679
|
var pendingData = pendingConfirmDataRef.current;
|
|
714
680
|
if (!pendingData) {
|
|
715
681
|
setStockAlertOpen(false);
|
|
716
682
|
return;
|
|
717
683
|
}
|
|
718
|
-
var enableDontShowAgainToday = Number((_bookingState$
|
|
684
|
+
var enableDontShowAgainToday = Number((_bookingState$booking10 = bookingState === null || bookingState === void 0 || (_bookingState$booking11 = bookingState.bookingConfig) === null || _bookingState$booking11 === void 0 || (_bookingState$booking11 = _bookingState$booking11.config) === null || _bookingState$booking11 === void 0 || (_bookingState$booking11 = _bookingState$booking11.stock_setting) === null || _bookingState$booking11 === void 0 ? void 0 : _bookingState$booking11.do_not_show_again_today) !== null && _bookingState$booking10 !== void 0 ? _bookingState$booking10 : 0);
|
|
719
685
|
if (enableDontShowAgainToday === 1 && stockAlertDontShowAgainChecked) {
|
|
720
686
|
var productId = Number((productData === null || productData === void 0 ? void 0 : productData.product_id) || 0);
|
|
721
687
|
setHiddenStockAlertForToday({
|
|
@@ -1075,7 +1041,7 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
1075
1041
|
fontSize: 14,
|
|
1076
1042
|
lineHeight: '22px'
|
|
1077
1043
|
}
|
|
1078
|
-
}, locales.getText('pisell2.text.sku.detail.modal.stock.alert.desc')), Number((_bookingState$
|
|
1044
|
+
}, locales.getText('pisell2.text.sku.detail.modal.stock.alert.desc')), Number((_bookingState$booking12 = bookingState === null || bookingState === void 0 || (_bookingState$booking13 = bookingState.bookingConfig) === null || _bookingState$booking13 === void 0 || (_bookingState$booking13 = _bookingState$booking13.config) === null || _bookingState$booking13 === void 0 || (_bookingState$booking13 = _bookingState$booking13.stock_setting) === null || _bookingState$booking13 === void 0 ? void 0 : _bookingState$booking13.do_not_show_again_today) !== null && _bookingState$booking12 !== void 0 ? _bookingState$booking12 : 0) === 1 && /*#__PURE__*/React.createElement("div", {
|
|
1079
1045
|
style: {
|
|
1080
1046
|
marginTop: 16
|
|
1081
1047
|
}
|
|
@@ -1089,47 +1055,6 @@ var SkuDetailModal = function SkuDetailModal(_ref, ref) {
|
|
|
1089
1055
|
};
|
|
1090
1056
|
export default /*#__PURE__*/forwardRef(SkuDetailModal);
|
|
1091
1057
|
|
|
1092
|
-
/**
|
|
1093
|
-
* @description 获取本地当天日期 key(本地时区)
|
|
1094
|
-
*/
|
|
1095
|
-
function getLocalDayKey() {
|
|
1096
|
-
var now = new Date();
|
|
1097
|
-
var yyyy = String(now.getFullYear());
|
|
1098
|
-
var mm = String(now.getMonth() + 1).padStart(2, '0');
|
|
1099
|
-
var dd = String(now.getDate()).padStart(2, '0');
|
|
1100
|
-
return "".concat(yyyy, "-").concat(mm, "-").concat(dd);
|
|
1101
|
-
}
|
|
1102
|
-
function getStockAlertStorageKey(params) {
|
|
1103
|
-
return "pisell2_stock_alert_hidden_".concat(params.productId);
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
/**
|
|
1107
|
-
* @description 判断今天是否已对该商品隐藏库存提示
|
|
1108
|
-
*/
|
|
1109
|
-
function hasHiddenStockAlertForToday(params) {
|
|
1110
|
-
try {
|
|
1111
|
-
if (!params.productId) return false;
|
|
1112
|
-
if (typeof window === 'undefined') return false;
|
|
1113
|
-
var key = getStockAlertStorageKey(params);
|
|
1114
|
-
var value = window.localStorage.getItem(key);
|
|
1115
|
-
return value === getLocalDayKey();
|
|
1116
|
-
} catch (error) {
|
|
1117
|
-
return false;
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
/**
|
|
1122
|
-
* @description 设置今天对该商品隐藏库存提示
|
|
1123
|
-
*/
|
|
1124
|
-
function setHiddenStockAlertForToday(params) {
|
|
1125
|
-
try {
|
|
1126
|
-
if (!params.productId) return;
|
|
1127
|
-
if (typeof window === 'undefined') return;
|
|
1128
|
-
var key = getStockAlertStorageKey(params);
|
|
1129
|
-
window.localStorage.setItem(key, getLocalDayKey());
|
|
1130
|
-
} catch (error) {}
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
1058
|
/**
|
|
1134
1059
|
* @description
|
|
1135
1060
|
* 根据当前 skuValue(组合规格/单规格/套餐)计算“商品单价”
|
|
@@ -1144,8 +1069,8 @@ function getSelectedUnitPrice(params) {
|
|
|
1144
1069
|
// base price(默认商品基础价;如果选了组合规格则用对应 variant.price/base_price)
|
|
1145
1070
|
var price = new Decimal((_ref7 = (_productData$base_pri = productData === null || productData === void 0 ? void 0 : productData.base_price) !== null && _productData$base_pri !== void 0 ? _productData$base_pri : productData === null || productData === void 0 || (_productData$_extend3 = productData._extend) === null || _productData$_extend3 === void 0 ? void 0 : _productData$_extend3.price) !== null && _ref7 !== void 0 ? _ref7 : 0);
|
|
1146
1071
|
if (skuValue !== null && skuValue !== void 0 && skuValue.product_variant_id) {
|
|
1147
|
-
var
|
|
1148
|
-
var variantItem = productData === null || productData === void 0 || (
|
|
1072
|
+
var _variant2;
|
|
1073
|
+
var variantItem = productData === null || productData === void 0 || (_variant2 = productData.variant) === null || _variant2 === void 0 ? void 0 : _variant2.find(function (item) {
|
|
1149
1074
|
return Number(item === null || item === void 0 ? void 0 : item.id) === Number(skuValue.product_variant_id);
|
|
1150
1075
|
});
|
|
1151
1076
|
if (variantItem) {
|
|
@@ -1189,8 +1114,8 @@ function getOtherFromSkuValue(params) {
|
|
|
1189
1114
|
option: (skuValue === null || skuValue === void 0 ? void 0 : skuValue.option) || []
|
|
1190
1115
|
});
|
|
1191
1116
|
if (other.product_variant_id && productData) {
|
|
1192
|
-
var
|
|
1193
|
-
var variantItem = productData === null || productData === void 0 || (
|
|
1117
|
+
var _variant3;
|
|
1118
|
+
var variantItem = productData === null || productData === void 0 || (_variant3 = productData.variant) === null || _variant3 === void 0 ? void 0 : _variant3.find(function (item) {
|
|
1194
1119
|
return Number(item === null || item === void 0 ? void 0 : item.id) === Number(other.product_variant_id);
|
|
1195
1120
|
});
|
|
1196
1121
|
if (variantItem) {
|
|
@@ -5,12 +5,14 @@
|
|
|
5
5
|
*/
|
|
6
6
|
height: 884px;
|
|
7
7
|
width: 80%!important;
|
|
8
|
+
max-width: unset!important;
|
|
8
9
|
|
|
9
10
|
// PisellModal(PC)内容容器:固定高度,内部 body 使用 flex 占满剩余空间
|
|
10
11
|
.pisell-lowcode-modal-content {
|
|
11
12
|
width: 100% !important;
|
|
12
13
|
height: 884px;
|
|
13
14
|
max-height: 884px!important;
|
|
15
|
+
max-width: unset!important;
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
/**
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
4
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
5
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
6
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
7
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
8
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
9
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
10
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
11
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
12
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
13
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
14
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
15
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
16
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
17
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
18
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
19
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
20
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
21
|
+
};
|
|
22
|
+
'zh-CN': {
|
|
23
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
24
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
25
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
26
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
27
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
28
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
29
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
30
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
31
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
32
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
33
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
34
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
35
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
36
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
37
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
38
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
39
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
40
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
41
|
+
};
|
|
42
|
+
'zh-HK': {
|
|
43
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
44
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
45
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
46
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
47
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
48
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
49
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
50
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
51
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
52
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
53
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
54
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
55
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
56
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
57
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
58
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
59
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
60
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
61
|
+
};
|
|
62
|
+
'zh-TW': {
|
|
63
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
64
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
65
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
66
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
67
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
68
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
69
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
70
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
71
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
72
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
73
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
74
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
75
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
76
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
77
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
78
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
79
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
80
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
81
|
+
};
|
|
82
|
+
ja: {
|
|
83
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
84
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
85
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
86
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
87
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
88
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
89
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
90
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
91
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
92
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
93
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
94
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
95
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
96
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
97
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
98
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
99
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
100
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
101
|
+
};
|
|
102
|
+
pt: {
|
|
103
|
+
'pisell2.text.sku.detail.modal.quantity': string;
|
|
104
|
+
'pisell2.text.sku.detail.modal.note': string;
|
|
105
|
+
'pisell2.text.sku.detail.modal.subtotal': string;
|
|
106
|
+
'pisell2.text.sku.detail.modal.discount': string;
|
|
107
|
+
'pisell2.text.sku.detail.modal.manual.price.change': string;
|
|
108
|
+
'pisell2.text.sku.detail.modal.price.override': string;
|
|
109
|
+
'pisell2.text.sku.detail.modal.total': string;
|
|
110
|
+
'pisell2.text.sku.detail.modal.gst.excl': string;
|
|
111
|
+
'pisell2.text.sku.detail.modal.gst.incl': string;
|
|
112
|
+
'pisell2.text.sku.detail.modal.btn.add.note': string;
|
|
113
|
+
'pisell2.text.sku.detail.modal.btn.remove': string;
|
|
114
|
+
'pisell2.text.sku.detail.modal.btn.confirm': string;
|
|
115
|
+
'pisell2.text.sku.detail.modal.btn.manual.price.change': string;
|
|
116
|
+
'pisell2.text.sku.detail.modal.btn.close': string;
|
|
117
|
+
'pisell2.text.sku.detail.modal.btn.back': string;
|
|
118
|
+
'pisell2.text.sku.detail.modal.btn.next': string;
|
|
119
|
+
'pisell2.text.sku.detail.modal.step.details': string;
|
|
120
|
+
'pisell2.text.sku.detail.modal.step.select.bundle': string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export default _default;
|