@pisell/private-materials 6.3.70 → 6.3.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +7 -7
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/components/Sales/Cart/index.js +20 -3
- package/es/components/Sales/Cart/utils.d.ts +5 -0
- package/es/components/Sales/Cart/utils.js +16 -0
- package/es/components/Sales/Summary/utils.js +5 -4
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
- package/es/components/booking/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/booking/components/emptyBooking/index.d.ts +0 -1
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -1
- package/es/components/booking/components/voucher/index.js +8 -7
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/single/index.d.ts +0 -1
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
- package/es/components/booking/info/date/index.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +1 -10
- package/es/components/booking/info/notes/index.d.ts +0 -1
- package/es/components/booking/info/service/actions/index.d.ts +0 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/actions/index.d.ts +0 -1
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/es/components/booking/materiels/contacts/index.d.ts +0 -1
- package/es/components/booking/materiels/duration/index.d.ts +0 -1
- package/es/components/booking/materiels/holder/index.d.ts +0 -1
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/model.d.ts +1 -9
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
- package/es/components/booking/notes/NoteBlock/index.d.ts +0 -1
- 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.d.ts +2 -2
- package/es/components/eftpos/index.d.ts +0 -1
- package/es/components/eftpos/pos.d.ts +0 -1
- package/es/components/eftposPay/amount.d.ts +1 -2
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/es/components/eftposPay/component/fail/network.d.ts +0 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/es/components/eftposPay/component/manual/index.d.ts +0 -1
- package/es/components/eftposPay/component/signature/index.d.ts +0 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/pay.d.ts +0 -1
- package/es/components/eftposPay/payo/config.d.ts +0 -1
- package/es/components/eftposPay/store/index.d.ts +4 -4
- package/es/components/eftposPay/tip.d.ts +0 -1
- package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/es/components/eftposPay/windcave/windcave.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/Item/index.js +2 -1
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/es/components/eventBooking/components/Voucher/components/Voucher.d.ts +20 -0
- package/es/components/eventBooking/components/Voucher/components/Voucher.js +99 -0
- package/es/components/eventBooking/components/Voucher/components/index.less +124 -0
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +38 -0
- package/es/components/eventBooking/components/Voucher/hooks.d.ts +7 -0
- package/es/components/eventBooking/components/Voucher/hooks.js +212 -0
- package/es/components/eventBooking/components/Voucher/index.d.ts +2 -0
- package/es/components/eventBooking/components/Voucher/index.js +266 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
- package/es/components/kioskSkuDetail/index.d.ts +39 -0
- package/es/components/kioskSkuDetail/index.js +531 -0
- package/es/components/kioskSkuDetail/index.less +196 -0
- package/es/components/kioskSkuDetail/locales.d.ts +27 -0
- package/es/components/kioskSkuDetail/locales.js +26 -0
- package/es/components/login/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +5 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pay/toC/model.d.ts +1 -9
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/es/components/ruleSetting/ruleBorder/index.d.ts +0 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/calendar/index.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/index.d.ts +0 -1
- package/es/components/schedules/model.d.ts +1 -9
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/products/list/ProductItem/index.d.ts +0 -1
- package/es/components/schedules/products/list/index.d.ts +0 -1
- package/es/components/schedules/resources/index.d.ts +0 -1
- package/es/components/schedules/resources/list/index.d.ts +0 -1
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
- package/es/components/schedules/schedules/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/shoppingCart/index.d.ts +0 -1
- package/es/components/walletList/index.js +7 -2
- package/es/hooks/usePaymentLogger.d.ts +0 -1
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -1
- package/es/plus/saasCreateOrganization/components/Header.d.ts +0 -1
- package/es/plus/saasRegister/components/EntryEmail.d.ts +0 -1
- package/es/plus/saasRegister/components/EntryInfo.d.ts +0 -1
- package/es/plus/saasRegister/components/GoLogin.d.ts +0 -1
- package/es/plus/saasRegister/components/Header.d.ts +0 -1
- package/es/plus/saasRegister/components/VerifyError.d.ts +0 -1
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
- package/es/plus/skuOptionsSelection/components/VariantCard/index.js +30 -1
- package/es/plus/skuOptionsSelection/components/VariantCard/index.less +10 -0
- package/es/plus/skuOptionsSelection/locales.d.ts +3 -0
- package/es/plus/skuOptionsSelection/locales.js +3 -0
- package/es/plus/skuOptionsSelection/store/actions.js +17 -2
- package/es/plus/skuOptionsSelection/types.d.ts +5 -0
- package/es/plus/skuOptionsSelection/types.js +2 -1
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +70 -3
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +6 -5
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.js +9 -3
- package/es/plus/walletPassGallery/index.js +2 -2
- package/es/plus/walletPassGallery/serve.d.ts +8 -0
- package/es/plus/walletPassGallery/serve.js +78 -52
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/es/pro/numberKeyboard/index.d.ts +28 -0
- package/es/pro/numberKeyboard/index.js +155 -0
- package/es/pro/numberKeyboard/index.less +25 -0
- package/es/pro/numberKeyboard/locales.d.ts +12 -0
- package/es/pro/numberKeyboard/locales.js +11 -0
- package/es/pro/pisellNumberSelector/example.d.ts +3 -0
- package/es/pro/pisellNumberSelector/example.js +68 -0
- package/es/pro/pisellNumberSelector/index.d.ts +29 -0
- package/es/pro/pisellNumberSelector/index.js +257 -0
- package/es/pro/pisellNumberSelector/index.less +235 -0
- package/es/pro/skuDetailModal/index.d.ts +4 -0
- package/es/pro/skuDetailModal/index.js +1031 -0
- package/lib/components/Sales/Cart/index.js +25 -7
- package/lib/components/Sales/Cart/utils.d.ts +5 -0
- package/lib/components/Sales/Cart/utils.js +13 -1
- package/lib/components/Sales/Summary/utils.js +2 -4
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
- package/lib/components/booking/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/booking/components/emptyBooking/index.d.ts +0 -1
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -1
- package/lib/components/booking/components/voucher/index.js +0 -1
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/single/index.d.ts +0 -1
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
- package/lib/components/booking/info/date/index.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +1 -10
- package/lib/components/booking/info/notes/index.d.ts +0 -1
- package/lib/components/booking/info/service/actions/index.d.ts +0 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/actions/index.d.ts +0 -1
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/lib/components/booking/materiels/contacts/index.d.ts +0 -1
- package/lib/components/booking/materiels/duration/index.d.ts +0 -1
- package/lib/components/booking/materiels/holder/index.d.ts +0 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/model.d.ts +1 -9
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
- package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -1
- 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.d.ts +2 -2
- package/lib/components/eftpos/index.d.ts +0 -1
- package/lib/components/eftpos/pos.d.ts +0 -1
- package/lib/components/eftposPay/amount.d.ts +1 -2
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/lib/components/eftposPay/component/manual/index.d.ts +0 -1
- package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/pay.d.ts +0 -1
- package/lib/components/eftposPay/payo/config.d.ts +0 -1
- package/lib/components/eftposPay/store/index.d.ts +4 -4
- package/lib/components/eftposPay/tip.d.ts +0 -1
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/lib/components/eftposPay/windcave/windcave.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +2 -1
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/lib/components/eventBooking/components/Voucher/components/Voucher.d.ts +20 -0
- package/lib/components/eventBooking/components/Voucher/components/Voucher.js +116 -0
- package/lib/components/eventBooking/components/Voucher/components/index.less +124 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +59 -0
- package/lib/components/eventBooking/components/Voucher/hooks.d.ts +7 -0
- package/lib/components/eventBooking/components/Voucher/hooks.js +176 -0
- package/lib/components/eventBooking/components/Voucher/index.d.ts +2 -0
- package/lib/components/eventBooking/components/Voucher/index.js +197 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
- package/lib/components/kioskSkuDetail/index.d.ts +39 -0
- package/lib/components/kioskSkuDetail/index.js +393 -0
- package/lib/components/kioskSkuDetail/index.less +196 -0
- package/lib/components/kioskSkuDetail/locales.d.ts +27 -0
- package/lib/components/kioskSkuDetail/locales.js +50 -0
- package/lib/components/login/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +5 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pay/toC/model.d.ts +1 -9
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +0 -1
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/calendar/index.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/index.d.ts +0 -1
- package/lib/components/schedules/model.d.ts +1 -9
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +0 -1
- package/lib/components/schedules/products/list/index.d.ts +0 -1
- package/lib/components/schedules/resources/index.d.ts +0 -1
- package/lib/components/schedules/resources/list/index.d.ts +0 -1
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
- package/lib/components/schedules/schedules/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/shoppingCart/index.d.ts +0 -1
- package/lib/components/walletList/index.js +5 -1
- package/lib/hooks/usePaymentLogger.d.ts +0 -1
- package/lib/index.d.ts +3 -1
- package/lib/index.js +7 -1
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +0 -1
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +0 -1
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +0 -1
- package/lib/plus/saasRegister/components/GoLogin.d.ts +0 -1
- package/lib/plus/saasRegister/components/Header.d.ts +0 -1
- package/lib/plus/saasRegister/components/VerifyError.d.ts +0 -1
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.js +32 -3
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.less +10 -0
- package/lib/plus/skuOptionsSelection/locales.d.ts +3 -0
- package/lib/plus/skuOptionsSelection/locales.js +3 -0
- package/lib/plus/skuOptionsSelection/store/actions.js +25 -1
- package/lib/plus/skuOptionsSelection/types.d.ts +5 -0
- package/lib/plus/skuOptionsSelection/types.js +2 -1
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +51 -5
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +24 -6
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +17 -10
- package/lib/plus/walletPassGallery/index.js +2 -2
- package/lib/plus/walletPassGallery/serve.d.ts +8 -0
- package/lib/plus/walletPassGallery/serve.js +23 -10
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lib/pro/numberKeyboard/index.d.ts +28 -0
- package/lib/pro/numberKeyboard/index.js +182 -0
- package/lib/pro/numberKeyboard/index.less +25 -0
- package/lib/pro/numberKeyboard/locales.d.ts +12 -0
- package/lib/pro/numberKeyboard/locales.js +35 -0
- package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lib/pro/pisellNumberSelector/example.js +93 -0
- package/lib/pro/pisellNumberSelector/index.d.ts +29 -0
- package/lib/pro/pisellNumberSelector/index.js +275 -0
- package/lib/pro/pisellNumberSelector/index.less +235 -0
- package/lib/pro/skuDetailModal/index.d.ts +4 -0
- package/lib/pro/skuDetailModal/index.js +736 -0
- package/lowcode/kiosk-sku-detail/meta.ts +264 -0
- package/package.json +3 -3
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface VoucherUIProps {
|
|
4
|
+
showDetail: boolean;
|
|
5
|
+
onToggleDetail: () => void;
|
|
6
|
+
isLogin: boolean;
|
|
7
|
+
onLoginClick: () => void;
|
|
8
|
+
availableData: any[];
|
|
9
|
+
onDiscountChange: (val: {
|
|
10
|
+
id: any;
|
|
11
|
+
isSelected: boolean;
|
|
12
|
+
}) => void;
|
|
13
|
+
mixedSort: (val: any[]) => any[];
|
|
14
|
+
code: string;
|
|
15
|
+
onCodeChange: (value: string) => void;
|
|
16
|
+
onApplyCode: () => void;
|
|
17
|
+
codeDisabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare const VoucherUI: React.FC<VoucherUIProps>;
|
|
20
|
+
export default VoucherUI;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import React, { useEffect } from 'react';
|
|
2
|
+
import ChevronDown from '@pisell/icon/es/ChevronDown';
|
|
3
|
+
import UserCircle from '@pisell/icon/es/UserCircle';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import { locales } from '@pisell/utils';
|
|
6
|
+
import { PisellInput, PisellGoodPassCard, PisellText, Button } from '@pisell/materials';
|
|
7
|
+
import useEngineContext from "../../../../../hooks/useEngineContext";
|
|
8
|
+
import localeTexts from "./locales";
|
|
9
|
+
import "./index.less";
|
|
10
|
+
var VoucherUI = function VoucherUI(_ref) {
|
|
11
|
+
var _context$appHelper;
|
|
12
|
+
var showDetail = _ref.showDetail,
|
|
13
|
+
onToggleDetail = _ref.onToggleDetail,
|
|
14
|
+
isLogin = _ref.isLogin,
|
|
15
|
+
onLoginClick = _ref.onLoginClick,
|
|
16
|
+
availableData = _ref.availableData,
|
|
17
|
+
onDiscountChange = _ref.onDiscountChange,
|
|
18
|
+
mixedSort = _ref.mixedSort,
|
|
19
|
+
code = _ref.code,
|
|
20
|
+
onCodeChange = _ref.onCodeChange,
|
|
21
|
+
onApplyCode = _ref.onApplyCode,
|
|
22
|
+
_ref$codeDisabled = _ref.codeDisabled,
|
|
23
|
+
codeDisabled = _ref$codeDisabled === void 0 ? false : _ref$codeDisabled;
|
|
24
|
+
var context = useEngineContext();
|
|
25
|
+
var utils = ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.utils) || {};
|
|
26
|
+
|
|
27
|
+
// 初始化多语言
|
|
28
|
+
useEffect(function () {
|
|
29
|
+
var _utils$storage;
|
|
30
|
+
var locale = (utils === null || utils === void 0 || (_utils$storage = utils.storage) === null || _utils$storage === void 0 ? void 0 : _utils$storage.get('umi_locale')) || 'en';
|
|
31
|
+
locales.init(localeTexts, locale);
|
|
32
|
+
}, [utils]);
|
|
33
|
+
|
|
34
|
+
// 渲染登录卡片
|
|
35
|
+
var renderLoginCard = function renderLoginCard() {
|
|
36
|
+
if (isLogin) return null;
|
|
37
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
38
|
+
className: "login-card"
|
|
39
|
+
}, /*#__PURE__*/React.createElement(UserCircle, {
|
|
40
|
+
style: {
|
|
41
|
+
fontSize: 28
|
|
42
|
+
}
|
|
43
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
44
|
+
className: "text-wrapper"
|
|
45
|
+
}, /*#__PURE__*/React.createElement(PisellText, {
|
|
46
|
+
className: "login-btn",
|
|
47
|
+
onClick: onLoginClick
|
|
48
|
+
}, locales.getText('pisell2.voucher.login')), /*#__PURE__*/React.createElement("span", null, " ", locales.getText('pisell2.voucher.login-tip'))));
|
|
49
|
+
};
|
|
50
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
51
|
+
className: "pisell-lowcode__event-booking-voucher-container"
|
|
52
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
53
|
+
className: "voucher-title"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
55
|
+
className: "voucher-title-left"
|
|
56
|
+
}, locales.getText('pisell2.voucher.title')), /*#__PURE__*/React.createElement("span", {
|
|
57
|
+
className: "voucher-title-right",
|
|
58
|
+
onClick: onToggleDetail
|
|
59
|
+
}, locales.getText('pisell2.voucher.details'), ' ', /*#__PURE__*/React.createElement(ChevronDown, {
|
|
60
|
+
className: classNames('voucher-right-icon', {
|
|
61
|
+
show: showDetail
|
|
62
|
+
})
|
|
63
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
className: classNames('voucher-detail', {
|
|
65
|
+
show: showDetail
|
|
66
|
+
})
|
|
67
|
+
}, (availableData === null || availableData === void 0 ? void 0 : availableData.length) > 0 ? /*#__PURE__*/React.createElement(PisellGoodPassCard, {
|
|
68
|
+
style: {
|
|
69
|
+
width: '100%'
|
|
70
|
+
},
|
|
71
|
+
dataSource: availableData,
|
|
72
|
+
mixedSort: mixedSort,
|
|
73
|
+
onChange: onDiscountChange
|
|
74
|
+
}) : null, renderLoginCard(), /*#__PURE__*/React.createElement("div", {
|
|
75
|
+
className: "voucher-code-input-wrapper"
|
|
76
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
77
|
+
className: "voucher-code-input"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
79
|
+
style: {
|
|
80
|
+
whiteSpace: 'nowrap'
|
|
81
|
+
}
|
|
82
|
+
}, locales.getText('pisell2.voucher.code'), ":"), /*#__PURE__*/React.createElement(PisellInput, {
|
|
83
|
+
value: code,
|
|
84
|
+
allowClear: true,
|
|
85
|
+
onChange: function onChange(e) {
|
|
86
|
+
var _e$target;
|
|
87
|
+
onCodeChange((_e$target = e.target) === null || _e$target === void 0 ? void 0 : _e$target.value);
|
|
88
|
+
},
|
|
89
|
+
size: "small",
|
|
90
|
+
placeholder: locales.getText('pisell2.voucher.enter-code')
|
|
91
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
92
|
+
size: "small",
|
|
93
|
+
disabled: codeDisabled,
|
|
94
|
+
onClick: function onClick() {
|
|
95
|
+
return onApplyCode();
|
|
96
|
+
}
|
|
97
|
+
}, locales.getText('pisell2.voucher.apply')))));
|
|
98
|
+
};
|
|
99
|
+
export default VoucherUI;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
.pisell-lowcode__event-booking-voucher-container {
|
|
2
|
+
margin-bottom: 8px;
|
|
3
|
+
|
|
4
|
+
.login-card {
|
|
5
|
+
border-radius: 8px;
|
|
6
|
+
border: 1px solid var(--Gray-300, #d0d5dd);
|
|
7
|
+
background: #fff;
|
|
8
|
+
display: flex;
|
|
9
|
+
padding: 12px;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
gap: 10px;
|
|
13
|
+
color: var(--Gray-500, #667085);
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 600;
|
|
17
|
+
margin-top: 6px;
|
|
18
|
+
|
|
19
|
+
.text-wrapper {
|
|
20
|
+
max-width: 200px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.login-btn {
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
color: var(--theme-color, #8157d5);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.voucher-title {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
margin-bottom: 10px;
|
|
34
|
+
|
|
35
|
+
.voucher-title-left {
|
|
36
|
+
color: var(--base-black, #000);
|
|
37
|
+
font-size: 18px;
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 600;
|
|
40
|
+
line-height: 28px;
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.voucher-title-right {
|
|
46
|
+
display: flex;
|
|
47
|
+
align-items: center;
|
|
48
|
+
justify-content: center;
|
|
49
|
+
gap: 4px;
|
|
50
|
+
color: var(--theme-color, #7f56d9);
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
font-size: 18px;
|
|
53
|
+
font-style: normal;
|
|
54
|
+
font-weight: 500;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.voucher-right-icon {
|
|
58
|
+
font-size: 20px;
|
|
59
|
+
width: 24px;
|
|
60
|
+
height: 24px;
|
|
61
|
+
color: var(--theme-color, #7f56d9);
|
|
62
|
+
display: flex;
|
|
63
|
+
align-items: center;
|
|
64
|
+
justify-content: center;
|
|
65
|
+
|
|
66
|
+
&.show {
|
|
67
|
+
transform: rotate(180deg);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.voucher-detail {
|
|
73
|
+
width: 100%;
|
|
74
|
+
transition: 0.2s;
|
|
75
|
+
max-height: 0;
|
|
76
|
+
overflow: hidden;
|
|
77
|
+
display: flex;
|
|
78
|
+
flex-direction: column;
|
|
79
|
+
|
|
80
|
+
&.show {
|
|
81
|
+
max-height: unset;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.voucher-code-input-wrapper {
|
|
86
|
+
margin-top: 6px;
|
|
87
|
+
display: flex;
|
|
88
|
+
width: 100%;
|
|
89
|
+
height: 42px;
|
|
90
|
+
padding: 8px;
|
|
91
|
+
justify-content: space-between;
|
|
92
|
+
align-items: center;
|
|
93
|
+
gap: 8px;
|
|
94
|
+
flex-shrink: 0;
|
|
95
|
+
border-radius: 8px;
|
|
96
|
+
border: 1px solid var(--Gray-300, #d0d5dd);
|
|
97
|
+
background: #fff;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.voucher-code-input {
|
|
101
|
+
display: flex;
|
|
102
|
+
align-items: center;
|
|
103
|
+
flex: 1;
|
|
104
|
+
|
|
105
|
+
> div {
|
|
106
|
+
color: var(--Gray-500, #667085);
|
|
107
|
+
text-align: center;
|
|
108
|
+
font-size: 16px;
|
|
109
|
+
font-style: normal;
|
|
110
|
+
font-weight: 600;
|
|
111
|
+
line-height: 20px;
|
|
112
|
+
margin-right: 8px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.pisell-materials__input {
|
|
116
|
+
flex: 1;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
input {
|
|
121
|
+
box-shadow: none !important;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Voucher 组件多语言配置
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
en: {
|
|
6
|
+
'pisell2.voucher.title': string;
|
|
7
|
+
'pisell2.voucher.details': string;
|
|
8
|
+
'pisell2.voucher.login': string;
|
|
9
|
+
'pisell2.voucher.login-tip': string;
|
|
10
|
+
'pisell2.voucher.code': string;
|
|
11
|
+
'pisell2.voucher.enter-code': string;
|
|
12
|
+
'pisell2.voucher.apply': string;
|
|
13
|
+
'pisell2.voucher.code-invalid': string;
|
|
14
|
+
'pisell2.voucher.code-invalid-cart': string;
|
|
15
|
+
};
|
|
16
|
+
'zh-CN': {
|
|
17
|
+
'pisell2.voucher.title': string;
|
|
18
|
+
'pisell2.voucher.details': string;
|
|
19
|
+
'pisell2.voucher.login': string;
|
|
20
|
+
'pisell2.voucher.login-tip': string;
|
|
21
|
+
'pisell2.voucher.code': string;
|
|
22
|
+
'pisell2.voucher.enter-code': string;
|
|
23
|
+
'pisell2.voucher.apply': string;
|
|
24
|
+
'pisell2.voucher.code-invalid': string;
|
|
25
|
+
'pisell2.voucher.code-invalid-cart': string;
|
|
26
|
+
};
|
|
27
|
+
'zh-HK': {
|
|
28
|
+
'pisell2.voucher.title': string;
|
|
29
|
+
'pisell2.voucher.details': string;
|
|
30
|
+
'pisell2.voucher.login': string;
|
|
31
|
+
'pisell2.voucher.login-tip': string;
|
|
32
|
+
'pisell2.voucher.code': string;
|
|
33
|
+
'pisell2.voucher.enter-code': string;
|
|
34
|
+
'pisell2.voucher.apply': string;
|
|
35
|
+
'pisell2.voucher.code-invalid': string;
|
|
36
|
+
'pisell2.voucher.code-invalid-cart': string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Voucher 组件多语言配置
|
|
3
|
+
*/
|
|
4
|
+
export default {
|
|
5
|
+
en: {
|
|
6
|
+
'pisell2.voucher.title': 'Promotion',
|
|
7
|
+
'pisell2.voucher.details': 'Details',
|
|
8
|
+
'pisell2.voucher.login': 'Login',
|
|
9
|
+
'pisell2.voucher.login-tip': 'to view your vouchers',
|
|
10
|
+
'pisell2.voucher.code': 'Code',
|
|
11
|
+
'pisell2.voucher.enter-code': 'Enter voucher code',
|
|
12
|
+
'pisell2.voucher.apply': 'Apply',
|
|
13
|
+
'pisell2.voucher.code-invalid': 'Invalid voucher code',
|
|
14
|
+
'pisell2.voucher.code-invalid-cart': 'Voucher not applicable to current cart'
|
|
15
|
+
},
|
|
16
|
+
'zh-CN': {
|
|
17
|
+
'pisell2.voucher.title': '促销',
|
|
18
|
+
'pisell2.voucher.details': '详情',
|
|
19
|
+
'pisell2.voucher.login': '登录',
|
|
20
|
+
'pisell2.voucher.login-tip': '查看您的优惠券',
|
|
21
|
+
'pisell2.voucher.code': '优惠码',
|
|
22
|
+
'pisell2.voucher.enter-code': '请输入优惠码',
|
|
23
|
+
'pisell2.voucher.apply': '应用',
|
|
24
|
+
'pisell2.voucher.code-invalid': '优惠码无效',
|
|
25
|
+
'pisell2.voucher.code-invalid-cart': '优惠券不适用于当前购物车'
|
|
26
|
+
},
|
|
27
|
+
'zh-HK': {
|
|
28
|
+
'pisell2.voucher.title': '促销',
|
|
29
|
+
'pisell2.voucher.details': '詳情',
|
|
30
|
+
'pisell2.voucher.login': '登錄',
|
|
31
|
+
'pisell2.voucher.login-tip': '查看您的優惠券',
|
|
32
|
+
'pisell2.voucher.code': '優惠碼',
|
|
33
|
+
'pisell2.voucher.enter-code': '請輸入優惠碼',
|
|
34
|
+
'pisell2.voucher.apply': '應用',
|
|
35
|
+
'pisell2.voucher.code-invalid': '優惠碼無效',
|
|
36
|
+
'pisell2.voucher.code-invalid-cart': '優惠券不適用於當前購物車'
|
|
37
|
+
}
|
|
38
|
+
};
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
3
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
4
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
import { useCart, useSales } from "../../../Sales";
|
|
11
|
+
import { useRequest } from 'ahooks';
|
|
12
|
+
import { getProductPrice } from "../../../Sales/Event/serve";
|
|
13
|
+
import useEngineContext, { usePisellOS } from "../../../../hooks/useEngineContext";
|
|
14
|
+
export var useShopDiscount = function useShopDiscount() {
|
|
15
|
+
var pisellOS = usePisellOS();
|
|
16
|
+
return pisellOS.getModule('shopDiscount:eventBooking');
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* @title 登录后重新获取应用报价单后的价格
|
|
21
|
+
*/
|
|
22
|
+
export var useVoucherLogin = function useVoucherLogin() {
|
|
23
|
+
var _context$appHelper;
|
|
24
|
+
var context = useEngineContext();
|
|
25
|
+
var _ref = ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.utils) || {},
|
|
26
|
+
getStore = _ref.getStore;
|
|
27
|
+
var _useSales = useSales(),
|
|
28
|
+
setData = _useSales.setData;
|
|
29
|
+
var _useCart = useCart(),
|
|
30
|
+
cartData = _useCart.cartData;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 登录后根据返回商品价格更新cartItem price
|
|
34
|
+
*/
|
|
35
|
+
var _getProductPrice = useRequest(getProductPrice, {
|
|
36
|
+
manual: true,
|
|
37
|
+
onSuccess: function onSuccess(res) {
|
|
38
|
+
var list = res.data || [];
|
|
39
|
+
var productById = list.reduce(function (pre, cur) {
|
|
40
|
+
pre[cur.id] = cur;
|
|
41
|
+
return pre;
|
|
42
|
+
}, {});
|
|
43
|
+
console.log('start update price');
|
|
44
|
+
var newCartItems = cartData.cartItems.map(function (item) {
|
|
45
|
+
var _ref2 = item._originData || {},
|
|
46
|
+
product = _ref2.product;
|
|
47
|
+
var newProduct = productById[product.product_id];
|
|
48
|
+
// 目前默认按单件商品计算,即 价格 * 1
|
|
49
|
+
var _totalPrice = Number(newProduct.price);
|
|
50
|
+
if (!(item !== null && item !== void 0 && item._productDetail)) {
|
|
51
|
+
// 没有 _productDetail 说明可能是普通商品 则直接替换价格
|
|
52
|
+
item.price = _totalPrice;
|
|
53
|
+
item.total = _totalPrice;
|
|
54
|
+
return item;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// 从 cartItem 中获取bundleItem原始信息
|
|
58
|
+
var _item$_productDetail = item._productDetail,
|
|
59
|
+
_item$_productDetail$ = _item$_productDetail.bundle,
|
|
60
|
+
bundle = _item$_productDetail$ === void 0 ? [] : _item$_productDetail$,
|
|
61
|
+
options = _item$_productDetail.options;
|
|
62
|
+
if (
|
|
63
|
+
// 1. 套餐商品
|
|
64
|
+
Array.isArray(product === null || product === void 0 ? void 0 : product.product_bundle) && product.product_bundle.length > 0) {
|
|
65
|
+
// 登录后的最新商品分组信息
|
|
66
|
+
var _newProduct$bundle_gr = newProduct.bundle_group,
|
|
67
|
+
bundle_group = _newProduct$bundle_gr === void 0 ? [] : _newProduct$bundle_gr;
|
|
68
|
+
var _loop = function _loop() {
|
|
69
|
+
var _targetBundleGroup$bu;
|
|
70
|
+
var pbItem = product.product_bundle[i];
|
|
71
|
+
var bundle_group_id = pbItem.bundle_group_id,
|
|
72
|
+
bundle_id = pbItem.bundle_id,
|
|
73
|
+
option = pbItem.option;
|
|
74
|
+
// 最初绑定的bundle的基本信息,主要是获取 price_type 用于计算最新价格
|
|
75
|
+
var _originBundleItemInfo = bundle.find(function (bi) {
|
|
76
|
+
return bi.id === bundle_id;
|
|
77
|
+
});
|
|
78
|
+
var _targetBundleGroup = bundle_group.find(function (bg) {
|
|
79
|
+
return bg.id === bundle_group_id;
|
|
80
|
+
});
|
|
81
|
+
// 如果匹配到bundle group items, 则继续定位 item
|
|
82
|
+
if (_targetBundleGroup !== null && _targetBundleGroup !== void 0 && (_targetBundleGroup$bu = _targetBundleGroup.bundle_item) !== null && _targetBundleGroup$bu !== void 0 && _targetBundleGroup$bu.length) {
|
|
83
|
+
var _newBundleItemInfo = _targetBundleGroup.bundle_item.find(function (bi) {
|
|
84
|
+
return bi.id === bundle_id;
|
|
85
|
+
});
|
|
86
|
+
// 比对原始bundle_item中的商品id和最新bundle_item中的商品id
|
|
87
|
+
if ((_originBundleItemInfo === null || _originBundleItemInfo === void 0 ? void 0 : _originBundleItemInfo._bundle_product_id) === (_newBundleItemInfo === null || _newBundleItemInfo === void 0 ? void 0 : _newBundleItemInfo.bundle_product_id)) {
|
|
88
|
+
var price_type = _originBundleItemInfo.price_type,
|
|
89
|
+
_originBundleItemInfo2 = _originBundleItemInfo.num,
|
|
90
|
+
num = _originBundleItemInfo2 === void 0 ? 1 : _originBundleItemInfo2,
|
|
91
|
+
_originBundleItemOptions = _originBundleItemInfo.option;
|
|
92
|
+
var _bundleItemPrice = Number(_newBundleItemInfo.price);
|
|
93
|
+
if (price_type === 'markup') {
|
|
94
|
+
_totalPrice += _bundleItemPrice * num;
|
|
95
|
+
} else if (price_type === 'markdown') {
|
|
96
|
+
_totalPrice -= _bundleItemPrice * num;
|
|
97
|
+
} else {
|
|
98
|
+
_totalPrice += _bundleItemPrice * num;
|
|
99
|
+
}
|
|
100
|
+
// 如果该套餐商品子商品为单规格商品
|
|
101
|
+
if (Array.isArray(option) && (option === null || option === void 0 ? void 0 : option.length) > 0) {
|
|
102
|
+
var _loop2 = function _loop2() {
|
|
103
|
+
var option_group_item_id = option[j].option_group_item_id;
|
|
104
|
+
var _originOptionItem = _originBundleItemOptions.find(function (op) {
|
|
105
|
+
return op.product_option_item_id === option_group_item_id;
|
|
106
|
+
});
|
|
107
|
+
if (_originOptionItem) {
|
|
108
|
+
var price = _originOptionItem.price,
|
|
109
|
+
_originOptionItem$num = _originOptionItem.num,
|
|
110
|
+
_optionNum = _originOptionItem$num === void 0 ? 1 : _originOptionItem$num;
|
|
111
|
+
_totalPrice += Number(price) * _optionNum;
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
for (var j = 0; j < option.length; j++) {
|
|
115
|
+
_loop2();
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
for (var i = 0; i < product.product_bundle.length; i++) {
|
|
122
|
+
_loop();
|
|
123
|
+
}
|
|
124
|
+
} else {
|
|
125
|
+
// 2. 组合商品
|
|
126
|
+
if (product !== null && product !== void 0 && product.product_variant_id) {
|
|
127
|
+
var _newProduct$variant = newProduct.variant,
|
|
128
|
+
variant = _newProduct$variant === void 0 ? [] : _newProduct$variant;
|
|
129
|
+
var _variant = variant.find(function (v) {
|
|
130
|
+
return v.id === product.product_variant_id;
|
|
131
|
+
});
|
|
132
|
+
if (_variant) {
|
|
133
|
+
_totalPrice = Number(_variant.price);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
// 3. 单规格商品
|
|
137
|
+
if (Array.isArray(product === null || product === void 0 ? void 0 : product.product_option_item) && product.product_option_item.length > 0) {
|
|
138
|
+
var _loop3 = function _loop3() {
|
|
139
|
+
var option_group_item_id = product.product_option_item[_i].option_group_item_id;
|
|
140
|
+
var _originOptionItem = options.find(function (op) {
|
|
141
|
+
return op.product_option_item_id === option_group_item_id;
|
|
142
|
+
});
|
|
143
|
+
if (_originOptionItem) {
|
|
144
|
+
var price = _originOptionItem.price,
|
|
145
|
+
_originOptionItem$num2 = _originOptionItem.num,
|
|
146
|
+
num = _originOptionItem$num2 === void 0 ? 1 : _originOptionItem$num2;
|
|
147
|
+
_totalPrice += Number(price) * num;
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
for (var _i = 0; _i < product.product_option_item.length; _i++) {
|
|
151
|
+
_loop3();
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
item.price = _totalPrice;
|
|
156
|
+
item.total = _totalPrice;
|
|
157
|
+
return item;
|
|
158
|
+
});
|
|
159
|
+
console.log('new cart data', newCartItems);
|
|
160
|
+
setData({
|
|
161
|
+
cartData: _objectSpread(_objectSpread({}, cartData), {}, {
|
|
162
|
+
cartItems: newCartItems
|
|
163
|
+
})
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
/**
|
|
168
|
+
* 登录后重新获取应用报价单后的价格
|
|
169
|
+
* 过滤掉组规格商品
|
|
170
|
+
*/
|
|
171
|
+
var getCartItemProductsWithQuotation = /*#__PURE__*/function () {
|
|
172
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
173
|
+
var _store$getState;
|
|
174
|
+
var ids, store, customer;
|
|
175
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
176
|
+
while (1) switch (_context.prev = _context.next) {
|
|
177
|
+
case 0:
|
|
178
|
+
ids = cartData.cartItems.map(function (item) {
|
|
179
|
+
var _ref4 = item._originData || {},
|
|
180
|
+
_ref4$product = _ref4.product,
|
|
181
|
+
product = _ref4$product === void 0 ? {} : _ref4$product;
|
|
182
|
+
var product_id = product.product_id;
|
|
183
|
+
return product_id;
|
|
184
|
+
}).filter(function (id) {
|
|
185
|
+
return !!id;
|
|
186
|
+
});
|
|
187
|
+
store = getStore();
|
|
188
|
+
customer = store === null || store === void 0 || (_store$getState = store.getState()) === null || _store$getState === void 0 || (_store$getState = _store$getState.global) === null || _store$getState === void 0 ? void 0 : _store$getState.userInfo;
|
|
189
|
+
if (ids !== null && ids !== void 0 && ids.length) {
|
|
190
|
+
_context.next = 5;
|
|
191
|
+
break;
|
|
192
|
+
}
|
|
193
|
+
return _context.abrupt("return");
|
|
194
|
+
case 5:
|
|
195
|
+
_getProductPrice.run({
|
|
196
|
+
ids: ids,
|
|
197
|
+
customer_id: customer === null || customer === void 0 ? void 0 : customer.id
|
|
198
|
+
});
|
|
199
|
+
case 6:
|
|
200
|
+
case "end":
|
|
201
|
+
return _context.stop();
|
|
202
|
+
}
|
|
203
|
+
}, _callee);
|
|
204
|
+
}));
|
|
205
|
+
return function getCartItemProductsWithQuotation() {
|
|
206
|
+
return _ref3.apply(this, arguments);
|
|
207
|
+
};
|
|
208
|
+
}();
|
|
209
|
+
return {
|
|
210
|
+
getCartItemProductsWithQuotation: getCartItemProductsWithQuotation
|
|
211
|
+
};
|
|
212
|
+
};
|