@pisell/private-materials 6.0.23 → 6.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +29 -13
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +12 -27
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +18 -33
- package/es/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/es/businessModel/SalesModel/Sales/index.js +69 -0
- package/es/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/es/businessModel/SalesModel/hooks/index.js +7 -0
- package/es/businessModel/SalesModel/index.d.ts +4 -0
- package/es/businessModel/SalesModel/index.js +18 -0
- package/es/businessModel/index.d.ts +0 -0
- package/es/businessModel/index.js +0 -0
- package/es/components/Sales/Cart/index.d.ts +53 -0
- package/es/components/Sales/Cart/index.js +590 -0
- package/es/components/Sales/Cart/serve.d.ts +2 -0
- package/es/components/Sales/Cart/serve.js +11 -0
- package/es/components/Sales/Cart/types.d.ts +19 -0
- package/es/components/Sales/Cart/types.js +1 -0
- package/es/components/Sales/Checkout/index.d.ts +33 -0
- package/es/components/Sales/Checkout/index.js +152 -0
- package/es/components/Sales/Checkout/serve.d.ts +2 -0
- package/es/components/Sales/Checkout/serve.js +11 -0
- package/es/components/Sales/Checkout/utils.d.ts +27 -0
- package/es/components/Sales/Checkout/utils.js +104 -0
- package/es/components/Sales/Customer/index.d.ts +24 -0
- package/es/components/Sales/Customer/index.js +59 -0
- package/es/components/Sales/Event/Detail.d.ts +27 -0
- package/es/components/Sales/Event/Detail.js +246 -0
- package/es/components/Sales/Event/index.d.ts +30 -0
- package/es/components/Sales/Event/index.js +123 -0
- package/es/components/Sales/Event/serve.d.ts +26 -0
- package/es/components/Sales/Event/serve.js +33 -0
- package/es/components/Sales/Holder/index.d.ts +33 -0
- package/es/components/Sales/Holder/index.js +229 -0
- package/es/components/Sales/Holder/serve.d.ts +8 -0
- package/es/components/Sales/Holder/serve.js +20 -0
- package/es/components/Sales/Init/index.d.ts +24 -0
- package/es/components/Sales/Init/index.js +117 -0
- package/es/components/Sales/Init/serve.d.ts +3 -0
- package/es/components/Sales/Init/serve.js +11 -0
- package/es/components/Sales/Resource/index.d.ts +26 -0
- package/es/components/Sales/Resource/index.js +128 -0
- package/es/components/Sales/Resource/serve.d.ts +5 -0
- package/es/components/Sales/Resource/serve.js +8 -0
- package/es/components/Sales/Step/index.d.ts +37 -0
- package/es/components/Sales/Step/index.js +195 -0
- package/es/components/Sales/Summary/index.d.ts +25 -0
- package/es/components/Sales/Summary/index.js +50 -0
- package/es/components/Sales/Summary/serve.d.ts +0 -0
- package/es/components/Sales/Summary/serve.js +0 -0
- package/es/components/Sales/Summary/utils.d.ts +36 -0
- package/es/components/Sales/Summary/utils.js +63 -0
- package/es/components/Sales/hooks/index.d.ts +1 -0
- package/es/components/Sales/hooks/index.js +3 -0
- package/es/components/Sales/index.d.ts +20 -0
- package/es/components/Sales/index.js +26 -0
- package/es/components/Sales/utils/index.d.ts +1 -0
- package/es/components/Sales/utils/index.js +18 -0
- package/es/components/booking/components/customSelect/index.d.ts +1 -0
- package/es/components/booking/components/customSelect/index.js +6 -2
- package/es/components/booking/components/footer/AppointmentProductModal/index.d.ts +3 -0
- package/es/components/booking/components/footer/AppointmentProductModal/index.js +38 -0
- package/es/components/booking/components/footer/AppointmentProductModal/index.less +0 -0
- package/es/components/booking/components/footer/amount.js +46 -22
- package/es/components/booking/components/footer/index.js +116 -79
- package/es/components/booking/components/footer/serve.d.ts +2 -0
- package/es/components/booking/components/footer/serve.js +44 -0
- package/es/components/booking/components/footer/utils.js +280 -35
- package/es/components/booking/info/Provider.d.ts +0 -0
- package/es/components/booking/info/Provider.js +54 -0
- package/es/components/booking/info/addServiceVariant/index.js +8 -1
- package/es/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +1 -0
- package/es/components/booking/info/clientVariant/vertical/SelectDrawer.js +14 -13
- package/es/components/booking/info/clientVariant/vertical/index.js +131 -15
- package/es/components/booking/info/dateRange/index.d.ts +4 -0
- package/es/components/booking/info/dateRange/index.js +98 -0
- package/es/components/booking/info/dateRange/index.less +21 -0
- package/es/components/booking/info/main.js +44 -28
- package/es/components/booking/info/model.js +3 -0
- package/es/components/booking/info/pet/ChangePetModal/index.d.ts +4 -0
- package/es/components/booking/info/pet/ChangePetModal/index.js +134 -0
- package/es/components/booking/info/pet/ChangePetModal/index.less +4 -0
- package/es/components/booking/info/pet/index.d.ts +1 -1
- package/es/components/booking/info/pet/index.js +93 -34
- package/es/components/booking/info/service/addService/index.d.ts +0 -1
- package/es/components/booking/info/service/addService/index.js +195 -104
- package/es/components/booking/info/service/addService/index.less +13 -3
- package/es/components/booking/info/service/addService/utils.d.ts +12 -2
- package/es/components/booking/info/service/addService/utils.js +103 -26
- package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +4 -0
- package/es/components/booking/info/service/editService/BookingList/index.js +39 -0
- package/es/components/booking/info/service/editService/EditTabs/index.d.ts +3 -0
- package/es/components/booking/info/service/editService/EditTabs/index.js +35 -0
- package/es/components/booking/info/service/editService/index.js +449 -141
- package/es/components/booking/info/service/editService/index.less +18 -13
- package/es/components/booking/info/service/serve.d.ts +10 -0
- package/es/components/booking/info/service/serve.js +28 -0
- package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/es/components/booking/info/service/serviceManager/distributeDiscount.js +55 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service/serviceManager/index.js +281 -0
- package/es/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/es/components/booking/info/service/serviceManager/utils.js +0 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Group/utils.js +146 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/Lists.js +153 -0
- package/es/components/booking/info/service2/hooks/useSelectPet.d.ts +6 -0
- package/es/components/booking/info/service2/hooks/useSelectPet.js +54 -0
- package/es/components/booking/info/service2/index.d.ts +6 -0
- package/es/components/booking/info/service2/index.js +57 -0
- package/es/components/booking/info/service2/status.d.ts +31 -0
- package/es/components/booking/info/service2/status.js +78 -0
- package/es/components/booking/info/service2/utils.d.ts +240 -0
- package/es/components/booking/info/service2/utils.js +1077 -0
- package/es/components/booking/info/utils.d.ts +20 -0
- package/es/components/booking/info/utils.js +38 -1
- package/es/components/booking/info2/utilsByBooking.js +0 -1
- package/es/components/booking/locales.d.ts +66 -0
- package/es/components/booking/locales.js +81 -3
- package/es/components/booking/materiels/contacts/index.d.ts +1 -0
- package/es/components/booking/materiels/holder/index.d.ts +7 -0
- package/es/components/booking/materiels/holder/index.js +51 -0
- package/es/components/booking/model.d.ts +5 -1
- package/es/components/booking/model.js +4 -2
- package/es/components/booking/utils.d.ts +12 -3
- package/es/components/booking/utils.js +143 -26
- package/es/components/eftpos/hooks.d.ts +4 -4
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/es/components/eftposPay/component/fail/index.d.ts +0 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/es/components/eftposPay/component/step/index.d.ts +6 -6
- package/es/components/eftposPay/component/step/step.d.ts +4 -4
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/pay.d.ts +0 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +2 -2
- package/es/components/eftposPay/windcave/helper.d.ts +1 -1
- package/es/components/eventBooking/assets/alert-circle.png +0 -0
- package/es/components/eventBooking/assets/calendar-heart.svg +5 -0
- package/es/components/eventBooking/assets/compass.svg +13 -0
- package/es/components/eventBooking/assets/image.svg +5 -0
- package/es/components/eventBooking/assets/phone.svg +5 -0
- package/es/components/eventBooking/assets/shopping-cart.svg +10 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +3 -0
- package/es/components/eventBooking/components/ErrorTip/index.js +14 -0
- package/es/components/eventBooking/components/ErrorTip/index.less +51 -0
- package/es/components/eventBooking/components/OpenCard/index.d.ts +4 -0
- package/es/components/eventBooking/components/OpenCard/index.js +65 -0
- package/es/components/eventBooking/components/OpenCard/index.less +52 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +274 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.less +0 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.js +46 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.js +63 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.less +87 -0
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Cart/index.js +30 -0
- package/es/components/eventBooking/components/Provider/Cart/index.less +2 -0
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +4 -0
- package/es/components/eventBooking/components/Provider/Content/index.js +65 -0
- package/es/components/eventBooking/components/Provider/Content/index.less +31 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.js +34 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.less +17 -0
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Event/index.js +93 -0
- package/es/components/eventBooking/components/Provider/Event/index.less +20 -0
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Footer/index.js +76 -0
- package/es/components/eventBooking/components/Provider/Footer/index.less +64 -0
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +4 -0
- package/es/components/eventBooking/components/Provider/Header/index.js +75 -0
- package/es/components/eventBooking/components/Provider/Header/index.less +2 -0
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Information/index.js +178 -0
- package/es/components/eventBooking/components/Provider/Information/index.less +92 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.js +34 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.less +27 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.js +27 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.less +32 -0
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +2 -0
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.js +31 -0
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/Resource/index.js +79 -0
- package/es/components/eventBooking/components/Provider/Resource/index.less +46 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.js +90 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.js +26 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.less +25 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +10 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.js +65 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.less +32 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +3 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.js +69 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.less +12 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +12 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.js +152 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.less +35 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.js +20 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.less +28 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +5 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.js +38 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.less +87 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.js +28 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.less +25 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.js +269 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.less +119 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.js +256 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.js +173 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.less +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +14 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/index.js +36 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/index.less +2 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.js +70 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +2 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.js +38 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +3 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.js +33 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +3 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.js +30 -0
- package/es/components/eventBooking/components/bookingDetailModal/index.d.ts +7 -0
- package/es/components/eventBooking/components/bookingDetailModal/index.js +337 -0
- package/es/components/eventBooking/components/bookingDetailModal/index.less +82 -0
- package/es/components/eventBooking/components/bookingServiceList/index.d.ts +17 -0
- package/es/components/eventBooking/components/bookingServiceList/index.js +52 -0
- package/es/components/eventBooking/components/bookingServiceList/index.less +6 -0
- package/es/components/eventBooking/components/eventCard/index.d.ts +14 -0
- package/es/components/eventBooking/components/eventCard/index.js +116 -0
- package/es/components/eventBooking/components/eventCard/index.less +81 -0
- package/es/components/eventBooking/components/productCard/index.d.ts +16 -0
- package/es/components/eventBooking/components/productCard/index.js +79 -0
- package/es/components/eventBooking/components/productCard/index.less +60 -0
- package/es/components/eventBooking/components/progressBar/index.d.ts +16 -0
- package/es/components/eventBooking/components/progressBar/index.js +93 -0
- package/es/components/eventBooking/components/progressBar/index.less +15 -0
- package/es/components/eventBooking/components/resourceDisplay/index.d.ts +23 -0
- package/es/components/eventBooking/components/resourceDisplay/index.js +148 -0
- package/es/components/eventBooking/components/resourceDisplay/index.less +95 -0
- package/es/components/eventBooking/components/resourceUsability/index.d.ts +12 -0
- package/es/components/eventBooking/components/resourceUsability/index.js +44 -0
- package/es/components/eventBooking/components/resourceUsability/index.less +40 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +10 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.js +37 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.less +58 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +11 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.js +127 -0
- package/es/components/eventBooking/components/scheduleCalendar/index.d.ts +13 -0
- package/es/components/eventBooking/components/scheduleCalendar/index.js +142 -0
- package/es/components/eventBooking/components/scheduleCalendar/index.less +222 -0
- package/es/components/eventBooking/components/selectHolder/index.d.ts +22 -0
- package/es/components/eventBooking/components/selectHolder/index.js +118 -0
- package/es/components/eventBooking/components/selectHolder/index.less +70 -0
- package/es/components/eventBooking/components/timeResourceSelector/index.d.ts +20 -0
- package/es/components/eventBooking/components/timeResourceSelector/index.js +168 -0
- package/es/components/eventBooking/components/timeResourceSelector/index.less +74 -0
- package/es/components/eventBooking/index.d.ts +4 -0
- package/es/components/eventBooking/index.js +58 -0
- package/es/components/eventBooking/index.less +22 -0
- package/es/components/eventBooking/locales.d.ts +216 -0
- package/es/components/eventBooking/locales.js +251 -0
- package/es/components/eventBooking/mock.d.ts +627 -0
- package/es/components/eventBooking/mock.js +1172 -0
- package/es/components/eventBooking/status.d.ts +21 -0
- package/es/components/eventBooking/status.js +51 -0
- package/es/components/eventBooking/type.d.ts +17 -0
- package/es/components/eventBooking/type.js +1 -0
- package/es/components/eventBooking/utils.d.ts +45 -0
- package/es/components/eventBooking/utils.js +99 -0
- package/es/components/login/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/shoppingCart/Provider.d.ts +3 -0
- package/es/components/shoppingCart/Provider.js +86 -0
- package/es/components/shoppingCart/components/Cart/Product.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/Product.js +71 -0
- package/es/components/shoppingCart/components/Cart/index.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/index.js +73 -0
- package/es/components/shoppingCart/components/Cart/index.less +68 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +4 -0
- package/es/components/shoppingCart/components/Empty/index.js +15 -0
- package/es/components/shoppingCart/components/Empty/index.less +19 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +4 -0
- package/es/components/shoppingCart/components/Render/index.js +70 -0
- package/es/components/shoppingCart/components/Render/index.less +2 -0
- package/es/components/shoppingCart/components/SelectHolderModal/index.d.ts +4 -0
- package/es/components/shoppingCart/components/SelectHolderModal/index.js +132 -0
- package/es/components/shoppingCart/components/SelectHolderModal/index.less +32 -0
- package/es/components/shoppingCart/hooks/useAddService.d.ts +2 -0
- package/es/components/shoppingCart/hooks/useAddService.js +23 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +2 -0
- package/es/components/shoppingCart/hooks/useClearCart.js +59 -0
- package/es/components/shoppingCart/hooks/useContext.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useContext.js +5 -0
- package/es/components/shoppingCart/index.d.ts +4 -0
- package/es/components/shoppingCart/index.js +24 -0
- package/es/components/shoppingCart/locales.d.ts +33 -0
- package/es/components/shoppingCart/locales.js +38 -0
- package/es/components/shoppingCart/mock.d.ts +40 -0
- package/es/components/shoppingCart/mock.js +40 -0
- package/es/components/shoppingCart/status.d.ts +2 -0
- package/es/components/shoppingCart/status.js +22 -0
- package/es/components/shoppingCart/type.d.ts +40 -0
- package/es/components/shoppingCart/type.js +1 -0
- package/es/components/shoppingCart/utils.d.ts +63 -0
- package/es/components/shoppingCart/utils.js +116 -0
- package/es/components/tabProduct/tabs/index.less +13 -3
- package/es/components/taxSelect/index.d.ts +1 -0
- package/es/components/wallet/hooks/useWalletCard.d.ts +1 -0
- package/es/components/workSpaceList/components/AppearanceEdit/IconPanel.js +1 -1
- package/es/components/workSpaceList/components/AppearanceEdit/constants.js +11 -1
- package/es/components/workSpaceList/components/Card/constants.js +2 -1
- package/es/components/workSpaceList/components/EditableString/index.js +1 -1
- package/es/components/workSpaceList/components/SearchBar/index.js +4 -1
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.js +1 -1
- package/es/components/workSpaceList/components/Sort/index.js +1 -1
- package/es/components/workSpaceList/components/WorkspaceItem/index.js +1 -1
- package/es/components/workSpaceList/server.d.ts +3 -3
- package/es/index.d.ts +13 -0
- package/es/index.js +14 -1
- package/lib/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/lib/businessModel/SalesModel/Sales/index.js +104 -0
- package/lib/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/lib/businessModel/SalesModel/hooks/index.js +34 -0
- package/lib/businessModel/SalesModel/index.d.ts +4 -0
- package/lib/businessModel/SalesModel/index.js +51 -0
- package/lib/businessModel/index.d.ts +0 -0
- package/lib/businessModel/index.js +0 -0
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/Sales/Cart/index.js +500 -0
- package/lib/components/Sales/Cart/serve.d.ts +2 -0
- package/lib/components/Sales/Cart/serve.js +37 -0
- package/lib/components/Sales/Cart/types.d.ts +19 -0
- package/lib/components/Sales/Cart/types.js +17 -0
- package/lib/components/Sales/Checkout/index.d.ts +33 -0
- package/lib/components/Sales/Checkout/index.js +130 -0
- package/lib/components/Sales/Checkout/serve.d.ts +2 -0
- package/lib/components/Sales/Checkout/serve.js +37 -0
- package/lib/components/Sales/Checkout/utils.d.ts +27 -0
- package/lib/components/Sales/Checkout/utils.js +88 -0
- package/lib/components/Sales/Customer/index.d.ts +24 -0
- package/lib/components/Sales/Customer/index.js +90 -0
- package/lib/components/Sales/Event/Detail.d.ts +27 -0
- package/lib/components/Sales/Event/Detail.js +224 -0
- package/lib/components/Sales/Event/index.d.ts +30 -0
- package/lib/components/Sales/Event/index.js +136 -0
- package/lib/components/Sales/Event/serve.d.ts +26 -0
- package/lib/components/Sales/Event/serve.js +54 -0
- package/lib/components/Sales/Holder/index.d.ts +33 -0
- package/lib/components/Sales/Holder/index.js +210 -0
- package/lib/components/Sales/Holder/serve.d.ts +8 -0
- package/lib/components/Sales/Holder/serve.js +37 -0
- package/lib/components/Sales/Init/index.d.ts +24 -0
- package/lib/components/Sales/Init/index.js +128 -0
- package/lib/components/Sales/Init/serve.d.ts +3 -0
- package/lib/components/Sales/Init/serve.js +34 -0
- package/lib/components/Sales/Resource/index.d.ts +26 -0
- package/lib/components/Sales/Resource/index.js +133 -0
- package/lib/components/Sales/Resource/serve.d.ts +5 -0
- package/lib/components/Sales/Resource/serve.js +32 -0
- package/lib/components/Sales/Step/index.d.ts +37 -0
- package/lib/components/Sales/Step/index.js +170 -0
- package/lib/components/Sales/Summary/index.d.ts +25 -0
- package/lib/components/Sales/Summary/index.js +83 -0
- package/lib/components/Sales/Summary/serve.d.ts +0 -0
- package/lib/components/Sales/Summary/serve.js +0 -0
- package/lib/components/Sales/Summary/utils.d.ts +36 -0
- package/lib/components/Sales/Summary/utils.js +80 -0
- package/lib/components/Sales/hooks/index.d.ts +1 -0
- package/lib/components/Sales/hooks/index.js +31 -0
- package/lib/components/Sales/index.d.ts +20 -0
- package/lib/components/Sales/index.js +79 -0
- package/lib/components/Sales/utils/index.d.ts +1 -0
- package/lib/components/Sales/utils/index.js +43 -0
- package/lib/components/booking/components/customSelect/index.d.ts +1 -0
- package/lib/components/booking/components/customSelect/index.js +6 -2
- package/lib/components/booking/components/footer/AppointmentProductModal/index.d.ts +3 -0
- package/lib/components/booking/components/footer/AppointmentProductModal/index.js +60 -0
- package/lib/components/booking/components/footer/AppointmentProductModal/index.less +0 -0
- package/lib/components/booking/components/footer/amount.js +27 -8
- package/lib/components/booking/components/footer/index.js +48 -55
- package/lib/components/booking/components/footer/serve.d.ts +2 -0
- package/lib/components/booking/components/footer/serve.js +12 -0
- package/lib/components/booking/components/footer/utils.js +168 -37
- package/lib/components/booking/info/Provider.d.ts +0 -0
- package/lib/components/booking/info/Provider.js +0 -0
- package/lib/components/booking/info/addServiceVariant/index.js +5 -0
- package/lib/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/vertical/SelectDrawer.js +8 -7
- package/lib/components/booking/info/clientVariant/vertical/index.js +96 -20
- package/lib/components/booking/info/dateRange/index.d.ts +4 -0
- package/lib/components/booking/info/dateRange/index.js +111 -0
- package/lib/components/booking/info/dateRange/index.less +21 -0
- package/lib/components/booking/info/main.js +33 -22
- package/lib/components/booking/info/model.js +3 -0
- package/lib/components/booking/info/pet/ChangePetModal/index.d.ts +4 -0
- package/lib/components/booking/info/pet/ChangePetModal/index.js +121 -0
- package/lib/components/booking/info/pet/ChangePetModal/index.less +4 -0
- package/lib/components/booking/info/pet/index.d.ts +1 -1
- package/lib/components/booking/info/pet/index.js +90 -44
- package/lib/components/booking/info/service/addService/index.d.ts +0 -1
- package/lib/components/booking/info/service/addService/index.js +131 -101
- package/lib/components/booking/info/service/addService/index.less +13 -3
- package/lib/components/booking/info/service/addService/utils.d.ts +12 -2
- package/lib/components/booking/info/service/addService/utils.js +57 -10
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +4 -0
- package/lib/components/booking/info/service/editService/BookingList/index.js +55 -0
- package/lib/components/booking/info/service/editService/EditTabs/index.d.ts +3 -0
- package/lib/components/booking/info/service/editService/EditTabs/index.js +75 -0
- package/lib/components/booking/info/service/editService/index.js +446 -197
- package/lib/components/booking/info/service/editService/index.less +18 -13
- package/lib/components/booking/info/service/serve.d.ts +10 -0
- package/lib/components/booking/info/service/serve.js +7 -2
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.js +70 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service/serviceManager/index.js +211 -0
- package/lib/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/lib/components/booking/info/service/serviceManager/utils.js +0 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Group/utils.js +142 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/Lists.js +116 -0
- package/lib/components/booking/info/service2/hooks/useSelectPet.d.ts +6 -0
- package/lib/components/booking/info/service2/hooks/useSelectPet.js +49 -0
- package/lib/components/booking/info/service2/index.d.ts +6 -0
- package/lib/components/booking/info/service2/index.js +75 -0
- package/lib/components/booking/info/service2/status.d.ts +31 -0
- package/lib/components/booking/info/service2/status.js +81 -0
- package/lib/components/booking/info/service2/utils.d.ts +240 -0
- package/lib/components/booking/info/service2/utils.js +686 -0
- package/lib/components/booking/info/utils.d.ts +20 -0
- package/lib/components/booking/info/utils.js +42 -1
- package/lib/components/booking/locales.d.ts +66 -0
- package/lib/components/booking/locales.js +69 -3
- package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
- package/lib/components/booking/materiels/holder/index.d.ts +7 -0
- package/lib/components/booking/materiels/holder/index.js +64 -0
- package/lib/components/booking/model.d.ts +5 -1
- package/lib/components/booking/model.js +4 -2
- package/lib/components/booking/utils.d.ts +12 -3
- package/lib/components/booking/utils.js +89 -18
- package/lib/components/eftpos/hooks.d.ts +4 -4
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/index.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -1
- package/lib/components/eftposPay/component/step/index.d.ts +6 -6
- package/lib/components/eftposPay/component/step/step.d.ts +4 -4
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/pay.d.ts +0 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +2 -2
- package/lib/components/eftposPay/windcave/helper.d.ts +1 -1
- package/lib/components/eventBooking/assets/alert-circle.png +0 -0
- package/lib/components/eventBooking/assets/calendar-heart.svg +5 -0
- package/lib/components/eventBooking/assets/compass.svg +13 -0
- package/lib/components/eventBooking/assets/image.svg +5 -0
- package/lib/components/eventBooking/assets/phone.svg +5 -0
- package/lib/components/eventBooking/assets/shopping-cart.svg +10 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +3 -0
- package/lib/components/eventBooking/components/ErrorTip/index.js +30 -0
- package/lib/components/eventBooking/components/ErrorTip/index.less +51 -0
- package/lib/components/eventBooking/components/OpenCard/index.d.ts +4 -0
- package/lib/components/eventBooking/components/OpenCard/index.js +90 -0
- package/lib/components/eventBooking/components/OpenCard/index.less +52 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.js +158 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.less +0 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.js +82 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +92 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.less +87 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.js +59 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.less +2 -0
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +4 -0
- package/lib/components/eventBooking/components/Provider/Content/index.js +90 -0
- package/lib/components/eventBooking/components/Provider/Content/index.less +31 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.js +60 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.less +17 -0
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Event/index.js +100 -0
- package/lib/components/eventBooking/components/Provider/Event/index.less +20 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.js +87 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.less +64 -0
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +4 -0
- package/lib/components/eventBooking/components/Provider/Header/index.js +80 -0
- package/lib/components/eventBooking/components/Provider/Header/index.less +2 -0
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Information/index.js +151 -0
- package/lib/components/eventBooking/components/Provider/Information/index.less +92 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.js +67 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.less +27 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.js +57 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.less +32 -0
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +2 -0
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.js +62 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.js +90 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.less +46 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.js +97 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.js +55 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.less +25 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +10 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.js +78 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.less +32 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +3 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.js +86 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.less +12 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +12 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.js +121 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.less +35 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.js +37 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.less +28 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +5 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.js +58 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.less +87 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.js +55 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.less +25 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.js +196 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/index.less +119 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.js +198 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.js +122 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/SelectDate/index.less +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +14 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/index.js +70 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/index.less +2 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.js +70 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +2 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.js +75 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +3 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.js +66 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +3 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.js +69 -0
- package/lib/components/eventBooking/components/bookingDetailModal/index.d.ts +7 -0
- package/lib/components/eventBooking/components/bookingDetailModal/index.js +248 -0
- package/lib/components/eventBooking/components/bookingDetailModal/index.less +82 -0
- package/lib/components/eventBooking/components/bookingServiceList/index.d.ts +17 -0
- package/lib/components/eventBooking/components/bookingServiceList/index.js +79 -0
- package/lib/components/eventBooking/components/bookingServiceList/index.less +6 -0
- package/lib/components/eventBooking/components/eventCard/index.d.ts +14 -0
- package/lib/components/eventBooking/components/eventCard/index.js +124 -0
- package/lib/components/eventBooking/components/eventCard/index.less +81 -0
- package/lib/components/eventBooking/components/productCard/index.d.ts +16 -0
- package/lib/components/eventBooking/components/productCard/index.js +77 -0
- package/lib/components/eventBooking/components/productCard/index.less +60 -0
- package/lib/components/eventBooking/components/progressBar/index.d.ts +16 -0
- package/lib/components/eventBooking/components/progressBar/index.js +100 -0
- package/lib/components/eventBooking/components/progressBar/index.less +15 -0
- package/lib/components/eventBooking/components/resourceDisplay/index.d.ts +23 -0
- package/lib/components/eventBooking/components/resourceDisplay/index.js +116 -0
- package/lib/components/eventBooking/components/resourceDisplay/index.less +95 -0
- package/lib/components/eventBooking/components/resourceUsability/index.d.ts +12 -0
- package/lib/components/eventBooking/components/resourceUsability/index.js +76 -0
- package/lib/components/eventBooking/components/resourceUsability/index.less +40 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +10 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.js +73 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.less +58 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +11 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.js +135 -0
- package/lib/components/eventBooking/components/scheduleCalendar/index.d.ts +13 -0
- package/lib/components/eventBooking/components/scheduleCalendar/index.js +125 -0
- package/lib/components/eventBooking/components/scheduleCalendar/index.less +222 -0
- package/lib/components/eventBooking/components/selectHolder/index.d.ts +22 -0
- package/lib/components/eventBooking/components/selectHolder/index.js +106 -0
- package/lib/components/eventBooking/components/selectHolder/index.less +70 -0
- package/lib/components/eventBooking/components/timeResourceSelector/index.d.ts +20 -0
- package/lib/components/eventBooking/components/timeResourceSelector/index.js +146 -0
- package/lib/components/eventBooking/components/timeResourceSelector/index.less +74 -0
- package/lib/components/eventBooking/index.d.ts +4 -0
- package/lib/components/eventBooking/index.js +78 -0
- package/lib/components/eventBooking/index.less +22 -0
- package/lib/components/eventBooking/locales.d.ts +216 -0
- package/lib/components/eventBooking/locales.js +239 -0
- package/lib/components/eventBooking/mock.d.ts +627 -0
- package/lib/components/eventBooking/mock.js +1352 -0
- package/lib/components/eventBooking/status.d.ts +21 -0
- package/lib/components/eventBooking/status.js +70 -0
- package/lib/components/eventBooking/type.d.ts +17 -0
- package/lib/components/eventBooking/type.js +17 -0
- package/lib/components/eventBooking/utils.d.ts +45 -0
- package/lib/components/eventBooking/utils.js +90 -0
- package/lib/components/login/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/shoppingCart/Provider.d.ts +3 -0
- package/lib/components/shoppingCart/Provider.js +110 -0
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/Product.js +72 -0
- package/lib/components/shoppingCart/components/Cart/index.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/index.js +85 -0
- package/lib/components/shoppingCart/components/Cart/index.less +68 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +4 -0
- package/lib/components/shoppingCart/components/Empty/index.js +43 -0
- package/lib/components/shoppingCart/components/Empty/index.less +19 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +4 -0
- package/lib/components/shoppingCart/components/Render/index.js +75 -0
- package/lib/components/shoppingCart/components/Render/index.less +2 -0
- package/lib/components/shoppingCart/components/SelectHolderModal/index.d.ts +4 -0
- package/lib/components/shoppingCart/components/SelectHolderModal/index.js +124 -0
- package/lib/components/shoppingCart/components/SelectHolderModal/index.less +32 -0
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +2 -0
- package/lib/components/shoppingCart/hooks/useAddService.js +55 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +2 -0
- package/lib/components/shoppingCart/hooks/useClearCart.js +66 -0
- package/lib/components/shoppingCart/hooks/useContext.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useContext.js +31 -0
- package/lib/components/shoppingCart/index.d.ts +4 -0
- package/lib/components/shoppingCart/index.js +60 -0
- package/lib/components/shoppingCart/locales.d.ts +33 -0
- package/lib/components/shoppingCart/locales.js +56 -0
- package/lib/components/shoppingCart/mock.d.ts +40 -0
- package/lib/components/shoppingCart/mock.js +76 -0
- package/lib/components/shoppingCart/status.d.ts +2 -0
- package/lib/components/shoppingCart/status.js +60 -0
- package/lib/components/shoppingCart/type.d.ts +40 -0
- package/lib/components/shoppingCart/type.js +17 -0
- package/lib/components/shoppingCart/utils.d.ts +63 -0
- package/lib/components/shoppingCart/utils.js +83 -0
- package/lib/components/tabProduct/tabs/index.less +13 -3
- package/lib/components/taxSelect/index.d.ts +1 -0
- package/lib/components/wallet/hooks/useWalletCard.d.ts +1 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/IconPanel.js +2 -2
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.js +32 -12
- package/lib/components/workSpaceList/components/Card/constants.js +4 -3
- package/lib/components/workSpaceList/components/EditableString/index.js +2 -2
- package/lib/components/workSpaceList/components/SearchBar/index.js +8 -5
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.js +2 -2
- package/lib/components/workSpaceList/components/Sort/index.js +2 -2
- package/lib/components/workSpaceList/components/WorkspaceItem/index.js +2 -2
- package/lib/components/workSpaceList/server.d.ts +3 -3
- package/lib/index.d.ts +13 -0
- package/lib/index.js +39 -0
- package/lowcode/event-booking/meta.ts +69 -0
- package/lowcode/event-booking-availability-calendar/meta.ts +53 -0
- package/lowcode/event-booking-detail-modal/meta.ts +39 -0
- package/lowcode/event-booking-service-list/meta.ts +77 -0
- package/lowcode/event-card/meta.ts +77 -0
- package/lowcode/event-product-card/meta.ts +79 -0
- package/lowcode/event-progress-bar/meta.ts +65 -0
- package/lowcode/event-resource-display/meta.ts +169 -0
- package/lowcode/event-resource-usability/meta.ts +67 -0
- package/lowcode/event-schedule-calendar/meta.ts +56 -0
- package/lowcode/event-select-holder/meta.ts +84 -0
- package/lowcode/event-time-resource-selector/meta.ts +69 -0
- package/lowcode/shopping-cart/meta.ts +98 -0
- package/package.json +4 -4
@@ -0,0 +1,70 @@
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
7
|
+
import React, { useEffect, useRef, useState } from 'react';
|
8
|
+
import classNames from 'classnames';
|
9
|
+
import { useContext } from "../../hooks/useContext";
|
10
|
+
import Empty from "../Empty";
|
11
|
+
import { formatService } from "../../utils";
|
12
|
+
import SelectHolderModal from "../SelectHolderModal";
|
13
|
+
import Cart from "../Cart";
|
14
|
+
import "./index.less";
|
15
|
+
var Content = function Content() {
|
16
|
+
var _useContext = useContext(),
|
17
|
+
state = _useContext.state,
|
18
|
+
onChange = _useContext.onChange;
|
19
|
+
var selectPetRef = useRef();
|
20
|
+
var _useState = useState([]),
|
21
|
+
_useState2 = _slicedToArray(_useState, 2),
|
22
|
+
pet = _useState2[0],
|
23
|
+
setPet = _useState2[1];
|
24
|
+
var isEmpty = state.isEmpty,
|
25
|
+
className = state.className,
|
26
|
+
holders = state.holders,
|
27
|
+
products = state.products,
|
28
|
+
isEdit = state.isEdit,
|
29
|
+
platform = state.platform;
|
30
|
+
|
31
|
+
/**
|
32
|
+
* @title: 监听holder发生变化
|
33
|
+
* @description:
|
34
|
+
* @return {*}
|
35
|
+
* @Author: WangHan
|
36
|
+
* @Date: 2024-12-09 18:06
|
37
|
+
*/
|
38
|
+
useEffect(function () {
|
39
|
+
var _holders = holders === null || holders === void 0 ? void 0 : holders.filter(function (item) {
|
40
|
+
return (item === null || item === void 0 ? void 0 : item.key) > 0;
|
41
|
+
});
|
42
|
+
console.log(isEdit, products, _holders, pet, 'wh_holder');
|
43
|
+
|
44
|
+
// 不是编辑页面,有选择的holder,没有记录的holder,并且有商品数据
|
45
|
+
if (_holders !== null && _holders !== void 0 && _holders.length && !(pet !== null && pet !== void 0 && pet.length) && products !== null && products !== void 0 && products.length && !isEdit && platform !== 'h5') {
|
46
|
+
if (_holders.length === 1) {
|
47
|
+
var _holders$, _holders$2;
|
48
|
+
// const ids = products?.map((item: any) => item?._id);
|
49
|
+
onChange(products, 'update_holders', (_holders$ = _holders[0]) === null || _holders$ === void 0 ? void 0 : _holders$.key);
|
50
|
+
return;
|
51
|
+
var _products = formatService(products, (_holders$2 = _holders[0]) === null || _holders$2 === void 0 ? void 0 : _holders$2.key);
|
52
|
+
onChange(_products);
|
53
|
+
} else {
|
54
|
+
var _selectPetRef$current, _selectPetRef$current2;
|
55
|
+
(_selectPetRef$current = selectPetRef.current) === null || _selectPetRef$current === void 0 || (_selectPetRef$current2 = _selectPetRef$current.open) === null || _selectPetRef$current2 === void 0 || _selectPetRef$current2.call(_selectPetRef$current, {
|
56
|
+
products: products,
|
57
|
+
holders: holders
|
58
|
+
});
|
59
|
+
}
|
60
|
+
}
|
61
|
+
setPet(_holders);
|
62
|
+
}, [holders]);
|
63
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
64
|
+
className: classNames('pisell-lowcode__shopping-cart-wrap', className)
|
65
|
+
}, isEmpty ? /*#__PURE__*/React.createElement(Empty, null) : /*#__PURE__*/React.createElement(Cart, null)), /*#__PURE__*/React.createElement(SelectHolderModal, {
|
66
|
+
ref: selectPetRef,
|
67
|
+
onChange: onChange
|
68
|
+
}));
|
69
|
+
};
|
70
|
+
export default Content;
|
@@ -0,0 +1,132 @@
|
|
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 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; }
|
3
|
+
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; }
|
4
|
+
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; }
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
6
|
+
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); }
|
7
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
8
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
9
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
10
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
11
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
12
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
13
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
14
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
15
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
16
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
17
|
+
import React, { forwardRef, useImperativeHandle, useState, useMemo } from 'react';
|
18
|
+
import { PisellModal } from '@pisell/materials';
|
19
|
+
import { locales } from '@pisell/utils';
|
20
|
+
import { formatService } from "../../utils";
|
21
|
+
import { Select } from 'antd';
|
22
|
+
import "./index.less";
|
23
|
+
var SelectPetModal = function SelectPetModal(_ref, ref) {
|
24
|
+
var onChange = _ref.onChange;
|
25
|
+
var _useState = useState(false),
|
26
|
+
_useState2 = _slicedToArray(_useState, 2),
|
27
|
+
open = _useState2[0],
|
28
|
+
setOpen = _useState2[1];
|
29
|
+
var _useState3 = useState(null),
|
30
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
31
|
+
params = _useState4[0],
|
32
|
+
setParams = _useState4[1];
|
33
|
+
useImperativeHandle(ref, function () {
|
34
|
+
return {
|
35
|
+
open: function open(_ref2) {
|
36
|
+
var _holders$;
|
37
|
+
var products = _ref2.products,
|
38
|
+
holders = _ref2.holders;
|
39
|
+
var _holders = holders === null || holders === void 0 ? void 0 : holders.filter(function (item) {
|
40
|
+
return item.key > 0;
|
41
|
+
});
|
42
|
+
// 将service默认的holder_id设置为当前第一个宠物的id
|
43
|
+
var service = formatService(products, _holders === null || _holders === void 0 || (_holders$ = _holders[0]) === null || _holders$ === void 0 ? void 0 : _holders$.key);
|
44
|
+
setParams({
|
45
|
+
service: service,
|
46
|
+
holders: _holders
|
47
|
+
});
|
48
|
+
setOpen(true);
|
49
|
+
}
|
50
|
+
};
|
51
|
+
});
|
52
|
+
var handleChange = function handleChange(e, index) {
|
53
|
+
var _lists = _toConsumableArray(params === null || params === void 0 ? void 0 : params.service);
|
54
|
+
_lists[index].holder_id = e;
|
55
|
+
console.log(e, index, _lists, 'wh79876');
|
56
|
+
setParams(_objectSpread(_objectSpread({}, params), {}, {
|
57
|
+
service: _lists
|
58
|
+
}));
|
59
|
+
};
|
60
|
+
|
61
|
+
/**
|
62
|
+
* @title: 弹窗内容
|
63
|
+
* @description:
|
64
|
+
* @param {*} useMemo
|
65
|
+
* @return {*}
|
66
|
+
* @Author: WangHan
|
67
|
+
* @Date: 2024-12-03 16:26
|
68
|
+
*/
|
69
|
+
var content = useMemo(function () {
|
70
|
+
var _params$holders;
|
71
|
+
var services = (params === null || params === void 0 ? void 0 : params.service) || [];
|
72
|
+
var options = params === null || params === void 0 || (_params$holders = params.holders) === null || _params$holders === void 0 ? void 0 : _params$holders.map(function (item) {
|
73
|
+
return {
|
74
|
+
value: item.key,
|
75
|
+
label: item.main_field
|
76
|
+
};
|
77
|
+
});
|
78
|
+
return /*#__PURE__*/React.createElement("div", {
|
79
|
+
className: "pisell-lowcode__booking-select-pet-content"
|
80
|
+
}, services === null || services === void 0 ? void 0 : services.map(function (item, index) {
|
81
|
+
var _options$;
|
82
|
+
return /*#__PURE__*/React.createElement("div", {
|
83
|
+
className: "pisell-lowcode__booking-select-pet-item",
|
84
|
+
key: item._id
|
85
|
+
}, /*#__PURE__*/React.createElement("span", null, " ", item.name), /*#__PURE__*/React.createElement(Select, {
|
86
|
+
defaultValue: (_options$ = options[0]) === null || _options$ === void 0 ? void 0 : _options$.value,
|
87
|
+
onChange: function onChange(e) {
|
88
|
+
return handleChange(e, index);
|
89
|
+
},
|
90
|
+
options: options,
|
91
|
+
popupMatchSelectWidth: false
|
92
|
+
}));
|
93
|
+
}));
|
94
|
+
}, [params === null || params === void 0 ? void 0 : params.service, params === null || params === void 0 ? void 0 : params.pets]);
|
95
|
+
var handleCancel = function handleCancel() {
|
96
|
+
setOpen(false);
|
97
|
+
};
|
98
|
+
|
99
|
+
/**
|
100
|
+
* @title: 点击确定
|
101
|
+
* @description:
|
102
|
+
* @return {*}
|
103
|
+
* @Author: WangHan
|
104
|
+
* @Date: 2024-12-03 17:05
|
105
|
+
*/
|
106
|
+
var handleOk = function handleOk() {
|
107
|
+
var service = params.service;
|
108
|
+
var holders = service === null || service === void 0 ? void 0 : service.map(function (item) {
|
109
|
+
return {
|
110
|
+
_id: item._id,
|
111
|
+
holder_id: item.holder_id
|
112
|
+
};
|
113
|
+
});
|
114
|
+
onChange(service, 'update_holders', holders);
|
115
|
+
handleCancel();
|
116
|
+
};
|
117
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(PisellModal, {
|
118
|
+
platform: 'pc',
|
119
|
+
open: open,
|
120
|
+
bodyStyle: {
|
121
|
+
padding: 0
|
122
|
+
},
|
123
|
+
title: locales.getText('pisell2.text.shopping-cart.select.holder.modal.title'),
|
124
|
+
okText: locales.getText('pisell2.text.shopping-cart.confirm'),
|
125
|
+
cancelText: locales.getText('pisell2.text.shopping-cart.cancel'),
|
126
|
+
onCancel: handleCancel,
|
127
|
+
onOk: handleOk,
|
128
|
+
destroyOnClose: true,
|
129
|
+
className: "pisell-lowcode__booking-select-pet-modal-wrap"
|
130
|
+
}, content));
|
131
|
+
};
|
132
|
+
export default /*#__PURE__*/forwardRef(SelectPetModal);
|
@@ -0,0 +1,32 @@
|
|
1
|
+
.pisell-lowcode__booking-select-pet-modal-wrap {
|
2
|
+
.pisell-lowcode-modal-body {
|
3
|
+
padding: 24px !important;
|
4
|
+
overflow-y: auto !important;
|
5
|
+
max-height: 80vh;
|
6
|
+
|
7
|
+
.pisell-lowcode__booking-select-pet-content {
|
8
|
+
display: flex;
|
9
|
+
flex-direction: column;
|
10
|
+
gap: 20px;
|
11
|
+
|
12
|
+
.pisell-lowcode__booking-select-pet-item {
|
13
|
+
display: flex;
|
14
|
+
padding: 8px 16px;
|
15
|
+
justify-content: space-between;
|
16
|
+
align-items: center;
|
17
|
+
align-self: stretch;
|
18
|
+
border-radius: 12px;
|
19
|
+
border: 1px solid var(--Gray-300, #d0d5dd);
|
20
|
+
|
21
|
+
.pisell-lowcode-select-selector {
|
22
|
+
display: flex;
|
23
|
+
padding: 6px 16px;
|
24
|
+
align-items: center;
|
25
|
+
gap: 8px;
|
26
|
+
border-radius: 20px;
|
27
|
+
border: 1px solid var(--Gray-300, #d0d5dd);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import classNames from 'classnames';
|
3
|
+
import { Iconfont } from '@pisell/materials';
|
4
|
+
import { useContext } from "./useContext";
|
5
|
+
import { locales } from '@pisell/utils';
|
6
|
+
var useAddService = function useAddService(id, type) {
|
7
|
+
var _useContext = useContext(),
|
8
|
+
state = _useContext.state,
|
9
|
+
onAddProduct = _useContext.onAddProduct;
|
10
|
+
var isProductList = state.isProductList,
|
11
|
+
disabledEdit = state.disabledEdit;
|
12
|
+
return !disabledEdit ? /*#__PURE__*/React.createElement("div", {
|
13
|
+
className: classNames('pisell-lowcode__shopping-cart-add-service', {
|
14
|
+
'pisell-lowcode__shopping-cart-add-service-products': isProductList
|
15
|
+
}),
|
16
|
+
onClick: function onClick() {
|
17
|
+
return onAddProduct(id);
|
18
|
+
}
|
19
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
20
|
+
type: "pisell2-plus-circle"
|
21
|
+
}), /*#__PURE__*/React.createElement("span", null, type === 'more' ? locales.getText('pisell2.text.shopping-cart.add.more') : locales.getText('pisell2.text.shopping-cart.add.service'))) : null;
|
22
|
+
};
|
23
|
+
export default useAddService;
|
@@ -0,0 +1,59 @@
|
|
1
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
2
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
4
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
5
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
7
|
+
import React from 'react';
|
8
|
+
import classNames from 'classnames';
|
9
|
+
import { Iconfont } from '@pisell/materials';
|
10
|
+
import { useContext } from "./useContext";
|
11
|
+
import { locales } from '@pisell/utils';
|
12
|
+
var useClearCart = function useClearCart(key) {
|
13
|
+
var _useContext = useContext(),
|
14
|
+
state = _useContext.state,
|
15
|
+
updateState = _useContext.updateState,
|
16
|
+
onChange = _useContext.onChange;
|
17
|
+
var isProductList = state.isProductList,
|
18
|
+
disabledEdit = state.disabledEdit,
|
19
|
+
holders = state.holders;
|
20
|
+
|
21
|
+
/**
|
22
|
+
* @title: 清空购物车
|
23
|
+
* @description:
|
24
|
+
* @return {*}
|
25
|
+
* @Author: WangHan
|
26
|
+
* @Date: 2024-11-28 22:47
|
27
|
+
*/
|
28
|
+
var handleClear = function handleClear() {
|
29
|
+
var products = _toConsumableArray((state === null || state === void 0 ? void 0 : state.products) || []);
|
30
|
+
|
31
|
+
// 没传递key则清空所有的商品
|
32
|
+
if (typeof key === 'undefined') {
|
33
|
+
products = [];
|
34
|
+
} else {
|
35
|
+
var _products;
|
36
|
+
var ids = (_products = products) === null || _products === void 0 ? void 0 : _products.map(function (item) {
|
37
|
+
return item === null || item === void 0 ? void 0 : item._id;
|
38
|
+
});
|
39
|
+
onChange(ids, 'delete_holders', key);
|
40
|
+
return;
|
41
|
+
products = products.filter(function (item) {
|
42
|
+
return (item === null || item === void 0 ? void 0 : item.holder_id) !== key;
|
43
|
+
});
|
44
|
+
}
|
45
|
+
|
46
|
+
// 更新state
|
47
|
+
// updateState(updateProduct(state, products));
|
48
|
+
// onChange(products);
|
49
|
+
};
|
50
|
+
return !disabledEdit && (holders === null || holders === void 0 ? void 0 : holders.length) > 0 ? /*#__PURE__*/React.createElement("span", {
|
51
|
+
className: classNames('pisell-lowcode__shopping-cart-clear-btn', {
|
52
|
+
'pisell-lowcode__shopping-cart-clear-btn-empty': isProductList
|
53
|
+
}),
|
54
|
+
onClick: handleClear
|
55
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
56
|
+
type: "pisell2-trash-01"
|
57
|
+
}), /*#__PURE__*/React.createElement("span", null, locales.getText('pisell2.booking.info.text.clear-cart'))) : null;
|
58
|
+
};
|
59
|
+
export default useClearCart;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const useContext: () => any;
|
@@ -0,0 +1,24 @@
|
|
1
|
+
var _excluded = ["onCard", "onChange", "onAddProduct", "onActiveKey"];
|
2
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
3
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
4
|
+
import React from 'react';
|
5
|
+
import Render from "./components/Render";
|
6
|
+
import { CartProvider } from "./Provider";
|
7
|
+
import { locales } from '@pisell/utils';
|
8
|
+
import localeTexts from "./locales";
|
9
|
+
locales.init(localeTexts, localStorage.getItem('umi_locale') || 'en');
|
10
|
+
var shoppingCart = function shoppingCart(_ref) {
|
11
|
+
var onCard = _ref.onCard,
|
12
|
+
onChange = _ref.onChange,
|
13
|
+
onAddProduct = _ref.onAddProduct,
|
14
|
+
onActiveKey = _ref.onActiveKey,
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
16
|
+
return /*#__PURE__*/React.createElement(CartProvider, {
|
17
|
+
props: props,
|
18
|
+
onCard: onCard,
|
19
|
+
onChange: onChange,
|
20
|
+
onAddProduct: onAddProduct,
|
21
|
+
onActiveKey: onActiveKey
|
22
|
+
}, /*#__PURE__*/React.createElement(Render, null));
|
23
|
+
};
|
24
|
+
export default shoppingCart;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
en: {
|
3
|
+
'pisell2.text.shopping-cart.item': (num: number) => string;
|
4
|
+
'pisell2.text.shopping-cart.clear.cart': string;
|
5
|
+
'pisell2.text.shopping-cart.add.service': string;
|
6
|
+
'pisell2.text.shopping-cart.add.more': string;
|
7
|
+
'pisell2.text.shopping-cart.no.selected': string;
|
8
|
+
'pisell2.text.shopping-cart.confirm': string;
|
9
|
+
'pisell2.text.shopping-cart.cancel': string;
|
10
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
11
|
+
};
|
12
|
+
'zh-CN': {
|
13
|
+
'pisell2.text.shopping-cart.item': (num: number) => string;
|
14
|
+
'pisell2.text.shopping-cart.clear.cart': string;
|
15
|
+
'pisell2.text.shopping-cart.add.service': string;
|
16
|
+
'pisell2.text.shopping-cart.add.more': string;
|
17
|
+
'pisell2.text.shopping-cart.no.selected': string;
|
18
|
+
'pisell2.text.shopping-cart.confirm': string;
|
19
|
+
'pisell2.text.shopping-cart.cancel': string;
|
20
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
21
|
+
};
|
22
|
+
'zh-HK': {
|
23
|
+
'pisell2.text.shopping-cart.item': (num: number) => string;
|
24
|
+
'pisell2.text.shopping-cart.clear.cart': string;
|
25
|
+
'pisell2.text.shopping-cart.add.service': string;
|
26
|
+
'pisell2.text.shopping-cart.add.more': string;
|
27
|
+
'pisell2.text.shopping-cart.no.selected': string;
|
28
|
+
'pisell2.text.shopping-cart.confirm': string;
|
29
|
+
'pisell2.text.shopping-cart.cancel': string;
|
30
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
export default _default;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
export default {
|
2
|
+
"en": {
|
3
|
+
'pisell2.text.shopping-cart.item': function pisell2TextShoppingCartItem(num) {
|
4
|
+
return "(".concat(num, " ").concat(num > 1 ? 'items' : 'item', ")");
|
5
|
+
},
|
6
|
+
'pisell2.text.shopping-cart.clear.cart': 'Clear cart',
|
7
|
+
'pisell2.text.shopping-cart.add.service': 'Add items',
|
8
|
+
'pisell2.text.shopping-cart.add.more': 'Add more',
|
9
|
+
'pisell2.text.shopping-cart.no.selected': 'No items selected',
|
10
|
+
'pisell2.text.shopping-cart.confirm': 'Confirm',
|
11
|
+
'pisell2.text.shopping-cart.cancel': 'Cancel',
|
12
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': 'Item Assignment'
|
13
|
+
},
|
14
|
+
'zh-CN': {
|
15
|
+
'pisell2.text.shopping-cart.item': function pisell2TextShoppingCartItem(num) {
|
16
|
+
return "(".concat(num, " \u9879)");
|
17
|
+
},
|
18
|
+
'pisell2.text.shopping-cart.clear.cart': '清空购物车',
|
19
|
+
'pisell2.text.shopping-cart.add.service': '添加项目',
|
20
|
+
'pisell2.text.shopping-cart.add.more': '添加更多',
|
21
|
+
'pisell2.text.shopping-cart.no.selected': '未选择任何项目',
|
22
|
+
'pisell2.text.shopping-cart.confirm': '确定',
|
23
|
+
'pisell2.text.shopping-cart.cancel': '取消',
|
24
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': '商品分配'
|
25
|
+
},
|
26
|
+
'zh-HK': {
|
27
|
+
'pisell2.text.shopping-cart.item': function pisell2TextShoppingCartItem(num) {
|
28
|
+
return "(".concat(num, " \u9805)");
|
29
|
+
},
|
30
|
+
'pisell2.text.shopping-cart.clear.cart': '清空購物車',
|
31
|
+
'pisell2.text.shopping-cart.add.service': '添加項目',
|
32
|
+
'pisell2.text.shopping-cart.add.more': '添加更多',
|
33
|
+
'pisell2.text.shopping-cart.no.selected': '未選擇任何項目',
|
34
|
+
'pisell2.text.shopping-cart.confirm': '確定',
|
35
|
+
'pisell2.text.shopping-cart.cancel': '取消',
|
36
|
+
'pisell2.text.shopping-cart.select.holder.modal.title': '商品分配'
|
37
|
+
}
|
38
|
+
};
|
@@ -0,0 +1,40 @@
|
|
1
|
+
export declare const holder: {
|
2
|
+
key: number;
|
3
|
+
label: string;
|
4
|
+
tip: string;
|
5
|
+
img: string;
|
6
|
+
}[];
|
7
|
+
export declare const products: ({
|
8
|
+
id: number;
|
9
|
+
title: string;
|
10
|
+
from_id: number;
|
11
|
+
holder: string;
|
12
|
+
price: number;
|
13
|
+
total: number;
|
14
|
+
num: number;
|
15
|
+
origin_price: number;
|
16
|
+
symbol: string;
|
17
|
+
relation_form_name: string;
|
18
|
+
like_status: string;
|
19
|
+
_extend: {
|
20
|
+
start_time: string;
|
21
|
+
duration: number;
|
22
|
+
date: string;
|
23
|
+
like_status: string;
|
24
|
+
};
|
25
|
+
product_cover: string;
|
26
|
+
} | {
|
27
|
+
id: number;
|
28
|
+
title: string;
|
29
|
+
from_id: number;
|
30
|
+
holder: string;
|
31
|
+
price: number;
|
32
|
+
total: number;
|
33
|
+
num: number;
|
34
|
+
symbol: string;
|
35
|
+
origin_price?: undefined;
|
36
|
+
relation_form_name?: undefined;
|
37
|
+
like_status?: undefined;
|
38
|
+
_extend?: undefined;
|
39
|
+
product_cover?: undefined;
|
40
|
+
})[];
|
@@ -0,0 +1,40 @@
|
|
1
|
+
export var holder = [{
|
2
|
+
key: 1,
|
3
|
+
label: '旺旺',
|
4
|
+
tip: 'french',
|
5
|
+
img: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg'
|
6
|
+
}, {
|
7
|
+
key: 2,
|
8
|
+
label: '咪咪',
|
9
|
+
tip: 'french',
|
10
|
+
img: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg'
|
11
|
+
}];
|
12
|
+
export var products = [{
|
13
|
+
id: 1,
|
14
|
+
title: '旺旺1',
|
15
|
+
from_id: 1,
|
16
|
+
holder: 'holder1',
|
17
|
+
price: 4,
|
18
|
+
total: 5,
|
19
|
+
num: 2,
|
20
|
+
origin_price: 6,
|
21
|
+
symbol: '&',
|
22
|
+
relation_form_name: 'Room1',
|
23
|
+
like_status: 'like',
|
24
|
+
_extend: {
|
25
|
+
start_time: '2024-10-23 18:40:00',
|
26
|
+
duration: 120,
|
27
|
+
date: '2024-10-27 18:40:00',
|
28
|
+
like_status: 'like'
|
29
|
+
},
|
30
|
+
product_cover: 'https://file.mypisell.com/pisel/manual/janedeer/2024-2-8/25.png'
|
31
|
+
}, {
|
32
|
+
id: 2,
|
33
|
+
title: '旺旺2',
|
34
|
+
from_id: 1,
|
35
|
+
holder: 'Room2',
|
36
|
+
price: 4,
|
37
|
+
total: 4,
|
38
|
+
num: 2,
|
39
|
+
symbol: '&'
|
40
|
+
}];
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { locales } from '@pisell/utils';
|
2
|
+
import localeTexts from "./locales";
|
3
|
+
locales.init(localeTexts, localStorage.getItem('umi_locale') || 'en');
|
4
|
+
var productDefault = {
|
5
|
+
hideAddBtn: false,
|
6
|
+
isShowNote: true,
|
7
|
+
isShowPackageNote: true,
|
8
|
+
holders: [],
|
9
|
+
products: [],
|
10
|
+
isEdit: false,
|
11
|
+
disabledEdit: false
|
12
|
+
};
|
13
|
+
export var defaultData = {
|
14
|
+
isOpenGroup: true,
|
15
|
+
carts: [],
|
16
|
+
platform: 'shop',
|
17
|
+
emptyText: locales.getText('pisell2.text.shopping-cart.no.selected'),
|
18
|
+
activeKey: [],
|
19
|
+
defaultActiveKey: [],
|
20
|
+
className: '',
|
21
|
+
productParams: productDefault
|
22
|
+
};
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { CollapseProps } from 'antd';
|
2
|
+
export interface productProps {
|
3
|
+
hideAddBtn?: boolean;
|
4
|
+
isShowNote?: boolean;
|
5
|
+
isShowPackageNote?: boolean;
|
6
|
+
products?: any[];
|
7
|
+
holders?: any[];
|
8
|
+
isEdit?: boolean;
|
9
|
+
disabledEdit?: boolean;
|
10
|
+
}
|
11
|
+
export interface shoppingCartProps {
|
12
|
+
isOpenGroup?: boolean;
|
13
|
+
carts?: any[];
|
14
|
+
platform?: 'shop' | 'h5';
|
15
|
+
emptyText?: string;
|
16
|
+
activeKey?: string[] | number[];
|
17
|
+
defaultActiveKey?: string[] | number[];
|
18
|
+
className?: string;
|
19
|
+
onCard?: (e: any) => void;
|
20
|
+
onChange?: (items: any, type?: string, other?: any) => void;
|
21
|
+
onAddProduct?: (e?: any) => void;
|
22
|
+
onActiveKey?: (e: any) => void;
|
23
|
+
isShowImage?: boolean;
|
24
|
+
isShowHolder?: boolean;
|
25
|
+
isShowDelete?: boolean;
|
26
|
+
collapseParams?: CollapseProps;
|
27
|
+
productParams?: productProps;
|
28
|
+
}
|
29
|
+
/**
|
30
|
+
* @title: 商品卡片
|
31
|
+
* @description:
|
32
|
+
* @return {*}
|
33
|
+
* @Author: WangHan
|
34
|
+
* @Date: 2024-11-29 09:52
|
35
|
+
*/
|
36
|
+
export interface ProductProps {
|
37
|
+
id?: any;
|
38
|
+
lists: any[];
|
39
|
+
isAdd?: boolean;
|
40
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|