@pisell/private-materials 6.2.24 → 6.2.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 +9 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +9 -9
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/Sales/Cart/index.js +1 -0
- package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.js +1 -1
- package/es/components/booking/addons/index.js +4 -1
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/TabProduct/tabs/index.js +5 -1
- package/es/components/booking/components/actionButtons/index.d.ts +29 -0
- package/es/components/booking/components/actionButtons/index.js +395 -0
- package/es/components/booking/components/actionButtons/index.less +148 -0
- package/es/components/booking/components/browserSelect/index.js +1 -1
- package/es/components/booking/components/clearCartModal/index.d.ts +10 -0
- package/es/components/booking/components/clearCartModal/index.js +50 -0
- package/es/components/booking/components/clearCartModal/index.less +109 -0
- package/es/components/booking/components/customiseItemModal/index.d.ts +28 -0
- package/es/components/booking/components/customiseItemModal/index.js +294 -0
- package/es/components/booking/components/customiseItemModal/index.less +606 -0
- package/es/components/booking/components/footer/amount.d.ts +1 -0
- package/es/components/booking/components/footer/amount.js +15 -3
- package/es/components/booking/components/footer/index.js +106 -39
- package/es/components/booking/components/footer/utils.js +52 -24
- package/es/components/booking/components/tabPane/index.js +86 -5
- package/es/components/booking/components/tabPane/index.less +75 -1
- package/es/components/booking/components/voucher/index.js +19 -8
- package/es/components/booking/components/voucher/index.less +1 -1
- package/es/components/booking/dashboard/index.d.ts +1 -1
- package/es/components/booking/dashboard/index.js +10 -3
- package/es/components/booking/forms/model.js +5 -5
- package/es/components/booking/hooks/useQuotation.js +17 -7
- package/es/components/booking/info/dateRange/index.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.js +12 -3
- package/es/components/booking/info/index.less +18 -2
- package/es/components/booking/info/main.js +14 -15
- package/es/components/booking/info/service/Lists.js +5 -2
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -1
- package/es/components/booking/info/service/like/index.js +1 -1
- package/es/components/booking/info/service/serviceItem/index.js +2 -2
- package/es/components/booking/info/service2/Lists.d.ts +0 -1
- package/es/components/booking/info/service2/utils.d.ts +5 -1
- package/es/components/booking/info/service2/utils.js +12 -2
- package/es/components/booking/info2/cartClientCard/index.d.ts +6 -0
- package/es/components/booking/info2/cartClientCard/index.js +343 -0
- package/es/components/booking/info2/cartClientCard/index.less +6 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +21 -0
- package/es/components/booking/info2/cartClientCard/locales.js +26 -0
- package/es/components/booking/info2/cartClientCard/types.d.ts +13 -0
- package/es/components/booking/info2/cartClientCard/types.js +1 -0
- package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/es/components/booking/info2/cartClientCard/utils.js +7 -0
- package/es/components/booking/info2/index.js +40 -18
- package/es/components/booking/info2/service/addTimeModal/index.js +2 -1
- package/es/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/es/components/booking/info2/service/editNormalService/index.js +67 -0
- package/es/components/booking/info2/service/editService/index.js +3 -2
- package/es/components/booking/info2/service/index.js +11 -5
- package/es/components/booking/info2/service/serviceItem/index.js +2 -2
- package/es/components/booking/info2/utilsByBooking.d.ts +1 -0
- package/es/components/booking/info2/utilsByBooking.js +26 -3
- package/es/components/booking/locales.d.ts +75 -0
- package/es/components/booking/locales.js +99 -3
- package/es/components/booking/materiels/startTime/index.js +1 -1
- package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
- package/es/components/booking/notes/NoteBlock/index.js +11 -11
- package/es/components/booking/notes/addNote/index.d.ts +1 -1
- package/es/components/booking/notes/addNote/index.js +52 -32
- package/es/components/booking/notes/addNote/index.less +53 -0
- package/es/components/booking/notes/model.js +5 -5
- package/es/components/booking/payments/model.js +5 -5
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/store/index.d.ts +3 -3
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +0 -1
- package/es/components/listComponent/index.js +5 -5
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/productExtension/card/index.js +3 -3
- package/es/components/productExtension/fields/Actor/CutOffTime/index.js +1 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/Forms/index.js +12 -12
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.js +1 -1
- package/es/components/productExtension/fields/SelectProducts/server.js +2 -2
- package/es/components/productExtension/fields/SelectResourcesTable/server.js +2 -2
- package/es/components/productExtension/server.js +2 -2
- package/es/components/ruleSetting/ruleBorder/index.js +1 -1
- package/es/components/schedules/calendar/index.js +4 -4
- package/es/components/schedules/calendar/serve.js +2 -2
- package/es/components/schedules/components/CurrentDay/index.js +5 -5
- package/es/components/schedules/components/CurrentDay/serve.js +2 -2
- package/es/components/schedules/components/DropdownSort/index.js +1 -1
- package/es/components/schedules/components/ResourceList/index.js +1 -1
- package/es/components/schedules/components/Search/index.js +5 -5
- package/es/components/schedules/model.js +5 -5
- package/es/components/schedules/openHours/index.js +1 -1
- package/es/components/schedules/openHours/serve.js +2 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.js +1 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.js +5 -5
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.js +4 -4
- package/es/components/schedules/products/ProductDetailDrawer/index.js +3 -3
- package/es/components/schedules/products/serve.js +2 -2
- package/es/components/schedules/products/utils.js +5 -5
- package/es/components/schedules/resources/detail/detailContent.js +2 -2
- package/es/components/schedules/resources/detail/index.js +10 -10
- package/es/components/schedules/resources/list/index.js +2 -2
- package/es/components/schedules/resources/relationProduct/index.js +1 -1
- package/es/components/schedules/resources/serve.js +2 -2
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.js +9 -9
- package/es/components/schedules/utils.js +4 -4
- package/es/components/selectModal/index.js +2 -2
- package/es/components/shoppingCart/components/Cart/Product.js +20 -3
- 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/type.d.ts +1 -0
- package/es/components/subTotal/index.less +1 -1
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +155 -217
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +8 -0
- package/es/components/ticketBooking/components/addServiceVariant/utils.js +190 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +33 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +5 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +12 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +213 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +69 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +79 -0
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/es/components/ticketBooking/components/bookingDataPanel/constants.js +25 -0
- package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +9 -0
- package/es/components/ticketBooking/components/bookingDataPanel/index.js +74 -0
- package/es/components/ticketBooking/components/bookingDataPanel/index.less +61 -0
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +14 -0
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +71 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
- package/es/components/ticketBooking/components/floatButtons/index.d.ts +11 -0
- package/es/components/ticketBooking/components/floatButtons/index.js +19 -0
- package/es/components/ticketBooking/components/floatButtons/index.less +17 -0
- package/es/components/ticketBooking/components/ticketBooking/index.js +208 -33
- package/es/components/ticketBooking/components/ticketBooking/index.less +28 -0
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.js +10 -3
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +1 -0
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.js +5 -0
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +3 -0
- package/es/components/ticketBooking/hooks/pisellos/index.js +3 -0
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +244 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +12 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +52 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +5 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.js +30 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +5 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.js +29 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +2 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +49 -0
- package/es/components/ticketBooking/index.js +21 -3
- package/es/components/ticketBooking/locales.d.ts +6 -3
- package/es/components/ticketBooking/locales.js +6 -3
- package/es/components/ticketBooking/serve.js +11 -11
- package/es/components/ticketBooking/utils/index.d.ts +39 -2
- package/es/components/ticketBooking/utils/index.js +104 -11
- package/es/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
- package/es/hooks/useComponents.js +1 -1
- package/es/hooks/useToast.d.ts +2 -0
- package/es/hooks/useToast.js +9 -0
- package/es/hooks/useTranslationOriginal.d.ts +1 -0
- package/es/hooks/useTranslationOriginal.js +10 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +5 -1
- package/es/plus/clientCard/index.d.ts +7 -0
- package/es/plus/clientCard/index.js +452 -0
- package/es/plus/clientCard/index.less +539 -0
- package/es/plus/clientCard/line/index.d.ts +9 -0
- package/es/plus/clientCard/line/index.js +157 -0
- package/es/plus/clientCard/line/index.less +142 -0
- package/es/plus/clientCard/locales.d.ts +18 -0
- package/es/plus/clientCard/locales.js +17 -0
- package/es/plus/clientCard/types.d.ts +126 -0
- package/es/plus/clientCard/types.js +1 -0
- package/es/plus/clientCard/utils.d.ts +8 -0
- package/es/plus/clientCard/utils.js +59 -0
- package/es/plus/clientName/index.d.ts +5 -0
- package/es/plus/clientName/index.js +18 -0
- package/es/plus/clientName/index.less +10 -0
- package/es/plus/clientName/type.d.ts +13 -0
- package/es/plus/clientName/type.js +1 -0
- package/es/plus/clientName/utils.d.ts +2 -0
- package/es/plus/clientName/utils.js +18 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +277 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +2 -0
- package/es/plus/clinetSearch/Add/GenderField/index.js +18 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.js +52 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +166 -0
- package/es/plus/clinetSearch/Add/index.d.ts +18 -0
- package/es/plus/clinetSearch/Add/index.js +212 -0
- package/es/plus/clinetSearch/Add/index.less +30 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +265 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.js +1 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.js +1 -0
- package/es/plus/clinetSearch/index.d.ts +18 -0
- package/es/plus/clinetSearch/index.js +214 -0
- package/es/plus/clinetSearch/index.less +91 -0
- package/es/plus/clinetSearch/locales.d.ts +102 -0
- package/es/plus/clinetSearch/locales.js +101 -0
- package/es/plus/clinetSearch/serve.d.ts +1 -0
- package/es/plus/clinetSearch/serve.js +31 -0
- package/es/plus/clinetSearch/types.d.ts +49 -0
- package/es/plus/clinetSearch/types.js +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +7 -0
- package/es/plus/noteModal/AddTempModal.js +64 -0
- package/es/plus/noteModal/index.d.ts +4 -0
- package/es/plus/noteModal/index.js +199 -0
- package/es/plus/noteModal/index.less +168 -0
- package/es/plus/noteModal/locales.d.ts +33 -0
- package/es/plus/noteModal/locales.js +32 -0
- package/es/plus/noteModal/types.d.ts +17 -0
- package/es/plus/noteModal/types.js +1 -0
- package/es/pro/comprehensiveSearch/camera.svg +4 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +24 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +44 -0
- package/es/pro/comprehensiveSearch/index.d.ts +9 -0
- package/es/pro/comprehensiveSearch/index.js +342 -0
- package/es/pro/comprehensiveSearch/index.less +323 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +18 -0
- package/es/pro/comprehensiveSearch/locales.js +17 -0
- package/es/pro/comprehensiveSearch/types.d.ts +31 -0
- package/es/pro/comprehensiveSearch/types.js +1 -0
- 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 +26 -0
- package/es/pro/pisellNumberSelector/index.js +231 -0
- package/es/pro/pisellNumberSelector/index.less +193 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +12 -0
- package/es/pro/pisellPhoneKeyboard/index.js +211 -0
- package/es/pro/pisellPhoneKeyboard/index.less +157 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +12 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +11 -0
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +5 -0
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +158 -0
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +13 -0
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/es/pro/pisellPriceKeyboardModal/index.js +1 -0
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/es/pro/pisellPriceKeyboardModal/types.js +1 -0
- package/es/pro/pisellPriceRadio/index.d.ts +26 -0
- package/es/pro/pisellPriceRadio/index.js +113 -0
- package/es/pro/pisellPriceRadio/index.less +158 -0
- package/es/pro/skuDetailModal/index.d.ts +5 -0
- package/es/pro/skuDetailModal/index.js +352 -0
- package/es/pro/skuDetailModal/index.less +236 -0
- package/es/pro/skuDetailModal/locales.d.ts +48 -0
- package/es/pro/skuDetailModal/locales.js +47 -0
- package/es/pro/skuDetailModal/types.d.ts +347 -0
- package/es/pro/skuDetailModal/types.js +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/Sales/Cart/index.js +1 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.js +1 -1
- package/lib/components/booking/addons/index.js +4 -1
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/actionButtons/index.d.ts +29 -0
- package/lib/components/booking/components/actionButtons/index.js +325 -0
- package/lib/components/booking/components/actionButtons/index.less +148 -0
- package/lib/components/booking/components/clearCartModal/index.d.ts +10 -0
- package/lib/components/booking/components/clearCartModal/index.js +80 -0
- package/lib/components/booking/components/clearCartModal/index.less +109 -0
- package/lib/components/booking/components/customiseItemModal/index.d.ts +28 -0
- package/lib/components/booking/components/customiseItemModal/index.js +279 -0
- package/lib/components/booking/components/customiseItemModal/index.less +606 -0
- package/lib/components/booking/components/footer/amount.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.js +5 -3
- package/lib/components/booking/components/footer/index.js +93 -23
- package/lib/components/booking/components/footer/utils.js +38 -13
- package/lib/components/booking/components/tabPane/index.js +78 -4
- package/lib/components/booking/components/tabPane/index.less +75 -1
- package/lib/components/booking/components/voucher/index.js +18 -7
- package/lib/components/booking/components/voucher/index.less +1 -1
- package/lib/components/booking/dashboard/index.d.ts +1 -1
- package/lib/components/booking/dashboard/index.js +7 -2
- package/lib/components/booking/hooks/useQuotation.js +3 -1
- package/lib/components/booking/info/dateRange/index.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.js +11 -3
- package/lib/components/booking/info/index.less +18 -2
- package/lib/components/booking/info/main.js +12 -5
- package/lib/components/booking/info/service/Lists.js +6 -2
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceItem/index.js +2 -2
- package/lib/components/booking/info/service2/Lists.d.ts +0 -1
- package/lib/components/booking/info/service2/utils.d.ts +5 -1
- package/lib/components/booking/info/service2/utils.js +14 -2
- package/lib/components/booking/info2/cartClientCard/index.d.ts +6 -0
- package/lib/components/booking/info2/cartClientCard/index.js +298 -0
- package/lib/components/booking/info2/cartClientCard/index.less +6 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +21 -0
- package/lib/components/booking/info2/cartClientCard/locales.js +50 -0
- package/lib/components/booking/info2/cartClientCard/types.d.ts +13 -0
- package/lib/components/booking/info2/cartClientCard/types.js +17 -0
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/lib/components/booking/info2/cartClientCard/utils.js +37 -0
- package/lib/components/booking/info2/index.js +30 -9
- package/lib/components/booking/info2/service/addTimeModal/index.js +1 -0
- package/lib/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/lib/components/booking/info2/service/editNormalService/index.js +100 -0
- package/lib/components/booking/info2/service/editService/index.js +2 -1
- package/lib/components/booking/info2/service/index.js +5 -5
- package/lib/components/booking/info2/service/serviceItem/index.js +2 -2
- package/lib/components/booking/info2/utilsByBooking.d.ts +1 -0
- package/lib/components/booking/info2/utilsByBooking.js +23 -4
- package/lib/components/booking/locales.d.ts +75 -0
- package/lib/components/booking/locales.js +93 -3
- package/lib/components/booking/notes/addNote/index.d.ts +1 -1
- package/lib/components/booking/notes/addNote/index.js +41 -23
- package/lib/components/booking/notes/addNote/index.less +53 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/store/index.d.ts +3 -3
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +0 -1
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/schedules/utils.js +1 -1
- package/lib/components/shoppingCart/components/Cart/Product.js +20 -3
- 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/type.d.ts +1 -0
- package/lib/components/subTotal/index.less +1 -1
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +41 -131
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +8 -0
- package/lib/components/ticketBooking/components/addServiceVariant/utils.js +173 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +75 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +5 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +12 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +210 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +69 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +105 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.js +57 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +9 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/index.js +113 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/index.less +61 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +14 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +84 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
- package/lib/components/ticketBooking/components/floatButtons/index.d.ts +11 -0
- package/lib/components/ticketBooking/components/floatButtons/index.js +52 -0
- package/lib/components/ticketBooking/components/floatButtons/index.less +17 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.js +228 -80
- package/lib/components/ticketBooking/components/ticketBooking/index.less +28 -0
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.js +12 -2
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +1 -0
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.js +33 -0
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +3 -0
- package/lib/components/ticketBooking/hooks/pisellos/index.js +27 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +144 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +12 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +47 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +5 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.js +64 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +5 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.js +65 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +2 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +83 -0
- package/lib/components/ticketBooking/index.js +31 -4
- package/lib/components/ticketBooking/locales.d.ts +6 -3
- package/lib/components/ticketBooking/locales.js +6 -3
- package/lib/components/ticketBooking/serve.js +11 -11
- package/lib/components/ticketBooking/utils/index.d.ts +39 -2
- package/lib/components/ticketBooking/utils/index.js +71 -10
- package/lib/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
- package/lib/hooks/useToast.d.ts +2 -0
- package/lib/hooks/useToast.js +42 -0
- package/lib/hooks/useTranslationOriginal.d.ts +1 -0
- package/lib/hooks/useTranslationOriginal.js +42 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +12 -0
- package/lib/plus/clientCard/index.d.ts +7 -0
- package/lib/plus/clientCard/index.js +442 -0
- package/lib/plus/clientCard/index.less +539 -0
- package/lib/plus/clientCard/line/index.d.ts +9 -0
- package/lib/plus/clientCard/line/index.js +153 -0
- package/lib/plus/clientCard/line/index.less +142 -0
- package/lib/plus/clientCard/locales.d.ts +18 -0
- package/lib/plus/clientCard/locales.js +41 -0
- package/lib/plus/clientCard/types.d.ts +126 -0
- package/lib/plus/clientCard/types.js +17 -0
- package/lib/plus/clientCard/utils.d.ts +8 -0
- package/lib/plus/clientCard/utils.js +75 -0
- package/lib/plus/clientName/index.d.ts +5 -0
- package/lib/plus/clientName/index.js +53 -0
- package/lib/plus/clientName/index.less +10 -0
- package/lib/plus/clientName/type.d.ts +13 -0
- package/lib/plus/clientName/type.js +17 -0
- package/lib/plus/clientName/utils.d.ts +2 -0
- package/lib/plus/clientName/utils.js +43 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +256 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.js +52 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +78 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +193 -0
- package/lib/plus/clinetSearch/Add/index.d.ts +18 -0
- package/lib/plus/clinetSearch/Add/index.js +243 -0
- package/lib/plus/clinetSearch/Add/index.less +30 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +235 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +35 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +17 -0
- package/lib/plus/clinetSearch/index.d.ts +18 -0
- package/lib/plus/clinetSearch/index.js +205 -0
- package/lib/plus/clinetSearch/index.less +91 -0
- package/lib/plus/clinetSearch/locales.d.ts +102 -0
- package/lib/plus/clinetSearch/locales.js +125 -0
- package/lib/plus/clinetSearch/serve.d.ts +1 -0
- package/lib/plus/clinetSearch/serve.js +33 -0
- package/lib/plus/clinetSearch/types.d.ts +49 -0
- package/lib/plus/clinetSearch/types.js +17 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +7 -0
- package/lib/plus/noteModal/AddTempModal.js +95 -0
- package/lib/plus/noteModal/index.d.ts +4 -0
- package/lib/plus/noteModal/index.js +199 -0
- package/lib/plus/noteModal/index.less +168 -0
- package/lib/plus/noteModal/locales.d.ts +33 -0
- package/lib/plus/noteModal/locales.js +56 -0
- package/lib/plus/noteModal/types.d.ts +17 -0
- package/lib/plus/noteModal/types.js +17 -0
- package/lib/pro/comprehensiveSearch/camera.svg +4 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +56 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +70 -0
- package/lib/pro/comprehensiveSearch/index.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/index.js +259 -0
- package/lib/pro/comprehensiveSearch/index.less +323 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +18 -0
- package/lib/pro/comprehensiveSearch/locales.js +41 -0
- package/lib/pro/comprehensiveSearch/types.d.ts +31 -0
- package/lib/pro/comprehensiveSearch/types.js +17 -0
- 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 +26 -0
- package/lib/pro/pisellNumberSelector/index.js +260 -0
- package/lib/pro/pisellNumberSelector/index.less +193 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +12 -0
- package/lib/pro/pisellPhoneKeyboard/index.js +220 -0
- package/lib/pro/pisellPhoneKeyboard/index.less +157 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +12 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +35 -0
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +5 -0
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +158 -0
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +13 -0
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/lib/pro/pisellPriceKeyboardModal/index.js +35 -0
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/lib/pro/pisellPriceKeyboardModal/types.js +17 -0
- package/lib/pro/pisellPriceRadio/index.d.ts +26 -0
- package/lib/pro/pisellPriceRadio/index.js +130 -0
- package/lib/pro/pisellPriceRadio/index.less +158 -0
- package/lib/pro/skuDetailModal/index.d.ts +5 -0
- package/lib/pro/skuDetailModal/index.js +311 -0
- package/lib/pro/skuDetailModal/index.less +236 -0
- package/lib/pro/skuDetailModal/locales.d.ts +48 -0
- package/lib/pro/skuDetailModal/locales.js +71 -0
- package/lib/pro/skuDetailModal/types.d.ts +347 -0
- package/lib/pro/skuDetailModal/types.js +17 -0
- package/lowcode/client-card/fragments/cardStyle.ts +63 -0
- package/lowcode/client-card/fragments/nameStyle.ts +34 -0
- package/lowcode/client-card/fragments/pisellAvatar.ts +87 -0
- package/lowcode/client-card/fragments/tagConfig.ts +88 -0
- package/lowcode/client-card/meta.ts +337 -0
- package/lowcode/comprehensive-search/meta.ts +261 -0
- package/package.json +26 -26
@@ -0,0 +1,342 @@
|
|
1
|
+
var _excluded = ["dataSource", "isShowScanner", "isShowCamera", "isShowNFC", "isShowNewButton", "newButtonAlign", "newButtonText", "renderType", "containerProps", "isShowSearch", "isShowSearchCamera", "searchIcon", "placeholder", "isShowSearchButton", "resultDisplay", "resultSort", "style", "loading", "onSearchTextChange", "onSearch", "onAdd", "onRowClick"];
|
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 _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
8
|
+
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); }
|
9
|
+
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; }
|
10
|
+
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); } }
|
11
|
+
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); }); }; }
|
12
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
13
|
+
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."); }
|
14
|
+
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); }
|
15
|
+
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; }
|
16
|
+
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; } }
|
17
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
18
|
+
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; }
|
19
|
+
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; }
|
20
|
+
import React, { forwardRef, useImperativeHandle, useState } from 'react';
|
21
|
+
import { Button, Input, Empty, Spin } from 'antd';
|
22
|
+
import { PisellContainer, Iconfont } from '@pisell/materials';
|
23
|
+
import { PlusCircle } from '@pisell/icon';
|
24
|
+
import { locales } from '@pisell/utils';
|
25
|
+
import useEngineContext from "../../hooks/useEngineContext";
|
26
|
+
import useTerminalPeripherals from "./hooks/useTerminalPeripherals";
|
27
|
+
import useNativeScanner from "./hooks/useNativeScanner";
|
28
|
+
import Camera from "./camera.svg";
|
29
|
+
import localeTexts from "./locales";
|
30
|
+
import "./index.less";
|
31
|
+
import classNames from 'classnames';
|
32
|
+
var ComprehensiveSearch = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
33
|
+
var _context$appHelper;
|
34
|
+
var _ref$dataSource = _ref.dataSource,
|
35
|
+
dataSource = _ref$dataSource === void 0 ? [] : _ref$dataSource,
|
36
|
+
_ref$isShowScanner = _ref.isShowScanner,
|
37
|
+
isShowScanner = _ref$isShowScanner === void 0 ? true : _ref$isShowScanner,
|
38
|
+
_ref$isShowCamera = _ref.isShowCamera,
|
39
|
+
isShowCamera = _ref$isShowCamera === void 0 ? true : _ref$isShowCamera,
|
40
|
+
_ref$isShowNFC = _ref.isShowNFC,
|
41
|
+
isShowNFC = _ref$isShowNFC === void 0 ? true : _ref$isShowNFC,
|
42
|
+
_ref$isShowNewButton = _ref.isShowNewButton,
|
43
|
+
isShowNewButton = _ref$isShowNewButton === void 0 ? true : _ref$isShowNewButton,
|
44
|
+
_ref$newButtonAlign = _ref.newButtonAlign,
|
45
|
+
newButtonAlign = _ref$newButtonAlign === void 0 ? 'left' : _ref$newButtonAlign,
|
46
|
+
newButtonText = _ref.newButtonText,
|
47
|
+
renderType = _ref.renderType,
|
48
|
+
_ref$containerProps = _ref.containerProps,
|
49
|
+
containerProps = _ref$containerProps === void 0 ? {} : _ref$containerProps,
|
50
|
+
_ref$isShowSearch = _ref.isShowSearch,
|
51
|
+
isShowSearch = _ref$isShowSearch === void 0 ? true : _ref$isShowSearch,
|
52
|
+
_ref$isShowSearchCame = _ref.isShowSearchCamera,
|
53
|
+
isShowSearchCamera = _ref$isShowSearchCame === void 0 ? true : _ref$isShowSearchCame,
|
54
|
+
_ref$searchIcon = _ref.searchIcon,
|
55
|
+
searchIcon = _ref$searchIcon === void 0 ? 'pisell2-search-lg' : _ref$searchIcon,
|
56
|
+
placeholder = _ref.placeholder,
|
57
|
+
_ref$isShowSearchButt = _ref.isShowSearchButton,
|
58
|
+
isShowSearchButton = _ref$isShowSearchButt === void 0 ? true : _ref$isShowSearchButt,
|
59
|
+
_ref$resultDisplay = _ref.resultDisplay,
|
60
|
+
resultDisplay = _ref$resultDisplay === void 0 ? 'list' : _ref$resultDisplay,
|
61
|
+
_ref$resultSort = _ref.resultSort,
|
62
|
+
resultSort = _ref$resultSort === void 0 ? 'asc' : _ref$resultSort,
|
63
|
+
style = _ref.style,
|
64
|
+
loading = _ref.loading,
|
65
|
+
onSearchTextChange = _ref.onSearchTextChange,
|
66
|
+
onSearch = _ref.onSearch,
|
67
|
+
onAdd = _ref.onAdd,
|
68
|
+
onRowClick = _ref.onRowClick,
|
69
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
70
|
+
var _useState = useState(''),
|
71
|
+
_useState2 = _slicedToArray(_useState, 2),
|
72
|
+
searchValue = _useState2[0],
|
73
|
+
setSearchValue = _useState2[1];
|
74
|
+
var _useTerminalPeriphera = useTerminalPeripherals(),
|
75
|
+
peripheralsStatus = _useTerminalPeriphera.peripheralsStatus;
|
76
|
+
var _useNativeScanner = useNativeScanner(),
|
77
|
+
activeNativeScanner = _useNativeScanner.activeNativeScanner,
|
78
|
+
isTerminal = _useNativeScanner.isTerminal;
|
79
|
+
var context = useEngineContext();
|
80
|
+
locales.init(localeTexts, ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 || (_context$appHelper = _context$appHelper.utils) === null || _context$appHelper === void 0 || (_context$appHelper = _context$appHelper.storage) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.get('umi_locale')) || 'en');
|
81
|
+
function checkCameraAvailability() {
|
82
|
+
return _checkCameraAvailability.apply(this, arguments);
|
83
|
+
}
|
84
|
+
function _checkCameraAvailability() {
|
85
|
+
_checkCameraAvailability = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
|
86
|
+
var devices, hasCamera;
|
87
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
88
|
+
while (1) switch (_context2.prev = _context2.next) {
|
89
|
+
case 0:
|
90
|
+
_context2.prev = 0;
|
91
|
+
_context2.next = 3;
|
92
|
+
return navigator.mediaDevices.enumerateDevices();
|
93
|
+
case 3:
|
94
|
+
devices = _context2.sent;
|
95
|
+
hasCamera = devices.some(function (device) {
|
96
|
+
return device.kind === 'videoinput';
|
97
|
+
});
|
98
|
+
return _context2.abrupt("return", hasCamera);
|
99
|
+
case 8:
|
100
|
+
_context2.prev = 8;
|
101
|
+
_context2.t0 = _context2["catch"](0);
|
102
|
+
console.error('Error checking camera availability:', _context2.t0);
|
103
|
+
case 11:
|
104
|
+
return _context2.abrupt("return", false);
|
105
|
+
case 12:
|
106
|
+
case "end":
|
107
|
+
return _context2.stop();
|
108
|
+
}
|
109
|
+
}, _callee2, null, [[0, 8]]);
|
110
|
+
}));
|
111
|
+
return _checkCameraAvailability.apply(this, arguments);
|
112
|
+
}
|
113
|
+
var handleSearch = /*#__PURE__*/function () {
|
114
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
115
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
116
|
+
while (1) switch (_context.prev = _context.next) {
|
117
|
+
case 0:
|
118
|
+
_context.prev = 0;
|
119
|
+
_context.next = 3;
|
120
|
+
return onSearch === null || onSearch === void 0 ? void 0 : onSearch(searchValue);
|
121
|
+
case 3:
|
122
|
+
_context.next = 7;
|
123
|
+
break;
|
124
|
+
case 5:
|
125
|
+
_context.prev = 5;
|
126
|
+
_context.t0 = _context["catch"](0);
|
127
|
+
case 7:
|
128
|
+
case "end":
|
129
|
+
return _context.stop();
|
130
|
+
}
|
131
|
+
}, _callee, null, [[0, 5]]);
|
132
|
+
}));
|
133
|
+
return function handleSearch() {
|
134
|
+
return _ref2.apply(this, arguments);
|
135
|
+
};
|
136
|
+
}();
|
137
|
+
var handleInputChange = function handleInputChange(e) {
|
138
|
+
var value = e.target.value;
|
139
|
+
setSearchValue(value);
|
140
|
+
onSearchTextChange === null || onSearchTextChange === void 0 || onSearchTextChange(value);
|
141
|
+
};
|
142
|
+
var handleAdd = function handleAdd() {
|
143
|
+
onAdd === null || onAdd === void 0 || onAdd();
|
144
|
+
};
|
145
|
+
var renderSearchSection = function renderSearchSection() {
|
146
|
+
if (!isShowSearch) return null;
|
147
|
+
return /*#__PURE__*/React.createElement("div", {
|
148
|
+
className: "comprehensive-search__search-section"
|
149
|
+
}, /*#__PURE__*/React.createElement("div", {
|
150
|
+
className: "comprehensive-search__search-row"
|
151
|
+
}, /*#__PURE__*/React.createElement("div", {
|
152
|
+
className: "comprehensive-search__search-input-wrapper"
|
153
|
+
}, isShowSearchCamera && /*#__PURE__*/React.createElement("div", {
|
154
|
+
className: classNames('comprehensive-search__search-camera-wrapper', {
|
155
|
+
disabled: !isTerminal
|
156
|
+
}),
|
157
|
+
onClick: function onClick() {
|
158
|
+
if (isTerminal) {
|
159
|
+
activeNativeScanner();
|
160
|
+
}
|
161
|
+
}
|
162
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
163
|
+
type: "pisell2-camera-01",
|
164
|
+
className: "comprehensive-search__search-camera"
|
165
|
+
})), /*#__PURE__*/React.createElement(Input, {
|
166
|
+
value: searchValue,
|
167
|
+
onChange: handleInputChange,
|
168
|
+
placeholder: placeholder || locales.getText('pisell2.comprehensive-search.placeholder'),
|
169
|
+
prefix: /*#__PURE__*/React.createElement(Iconfont, {
|
170
|
+
style: {
|
171
|
+
fontSize: 24,
|
172
|
+
color: '#5D3F9F'
|
173
|
+
},
|
174
|
+
type: searchIcon
|
175
|
+
}),
|
176
|
+
onPressEnter: handleSearch,
|
177
|
+
className: "comprehensive-search__search-input",
|
178
|
+
allowClear: true
|
179
|
+
})), isShowSearchButton && /*#__PURE__*/React.createElement("div", {
|
180
|
+
className: "comprehensive-search__search-button-wrapper"
|
181
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
182
|
+
type: "primary",
|
183
|
+
onClick: handleSearch,
|
184
|
+
loading: loading
|
185
|
+
}, locales.getText('pisell2.text.search')))));
|
186
|
+
};
|
187
|
+
useImperativeHandle(ref, function () {
|
188
|
+
return {
|
189
|
+
setSearchKeyword: function setSearchKeyword(keyword) {
|
190
|
+
setSearchValue(keyword);
|
191
|
+
}
|
192
|
+
};
|
193
|
+
});
|
194
|
+
var renderResults = function renderResults() {
|
195
|
+
if ( /*#__PURE__*/React.isValidElement(resultDisplay)) {
|
196
|
+
return resultDisplay;
|
197
|
+
}
|
198
|
+
|
199
|
+
// 如果是自定义组件或渲染函数
|
200
|
+
if (typeof resultDisplay === 'function') {
|
201
|
+
var result = resultDisplay(dataSource);
|
202
|
+
if ( /*#__PURE__*/React.isValidElement(result)) {
|
203
|
+
return result;
|
204
|
+
}
|
205
|
+
return null;
|
206
|
+
}
|
207
|
+
if (loading) {
|
208
|
+
return /*#__PURE__*/React.createElement(Spin, null, /*#__PURE__*/React.createElement("div", {
|
209
|
+
className: "comprehensive-search__loading"
|
210
|
+
}));
|
211
|
+
}
|
212
|
+
|
213
|
+
//@ts-ignore
|
214
|
+
if (dataSource.length === 0 && props.__designMode !== 'design') {
|
215
|
+
return /*#__PURE__*/React.createElement(Empty, {
|
216
|
+
description: locales.getText('pisell2.comprehensive-search.empty'),
|
217
|
+
className: "comprehensive-search__empty"
|
218
|
+
});
|
219
|
+
}
|
220
|
+
var resultClass = resultDisplay === 'list' ? 'comprehensive-search__results--list' : 'comprehensive-search__results--grid';
|
221
|
+
|
222
|
+
// 渲染所有字段值
|
223
|
+
var renderAllFields = function renderAllFields(result) {
|
224
|
+
return Object.entries(result).map(function (_ref3) {
|
225
|
+
var _ref4 = _slicedToArray(_ref3, 2),
|
226
|
+
key = _ref4[0],
|
227
|
+
value = _ref4[1];
|
228
|
+
if (value == null) return null;
|
229
|
+
var displayValue;
|
230
|
+
if (Array.isArray(value)) {
|
231
|
+
displayValue = value.join(', ');
|
232
|
+
} else if (_typeof(value) === 'object') {
|
233
|
+
displayValue = JSON.stringify(value);
|
234
|
+
} else {
|
235
|
+
displayValue = String(value);
|
236
|
+
}
|
237
|
+
return /*#__PURE__*/React.createElement("div", {
|
238
|
+
key: key,
|
239
|
+
className: "comprehensive-search__result-field"
|
240
|
+
}, /*#__PURE__*/React.createElement("span", {
|
241
|
+
className: "comprehensive-search__result-field-value"
|
242
|
+
}, displayValue));
|
243
|
+
});
|
244
|
+
};
|
245
|
+
return /*#__PURE__*/React.createElement("div", {
|
246
|
+
className: "comprehensive-search__results ".concat(resultClass)
|
247
|
+
}, dataSource.map(function (result, index) {
|
248
|
+
return /*#__PURE__*/React.createElement("div", {
|
249
|
+
key: result.id,
|
250
|
+
className: "comprehensive-search__result-item"
|
251
|
+
}, /*#__PURE__*/React.createElement("div", {
|
252
|
+
className: "comprehensive-search__result-fields",
|
253
|
+
onClick: function onClick() {
|
254
|
+
return onRowClick === null || onRowClick === void 0 ? void 0 : onRowClick(result, index);
|
255
|
+
}
|
256
|
+
}, renderAllFields(result)));
|
257
|
+
}));
|
258
|
+
};
|
259
|
+
var stautsIndicator = function stautsIndicator(status) {
|
260
|
+
return /*#__PURE__*/React.createElement(Iconfont, {
|
261
|
+
style: {
|
262
|
+
borderRadius: '50%',
|
263
|
+
background: status ? '#17B26A' : '#F04438',
|
264
|
+
color: '#fff'
|
265
|
+
},
|
266
|
+
type: status ? 'pisell2-check' : 'pisell2-x-close'
|
267
|
+
});
|
268
|
+
};
|
269
|
+
|
270
|
+
// 根据按钮对齐方式决定布局
|
271
|
+
var getTopRowLayout = function getTopRowLayout() {
|
272
|
+
var newButton = /*#__PURE__*/React.createElement(Button, {
|
273
|
+
className: "comprehensive-search__new-button",
|
274
|
+
onClick: handleAdd
|
275
|
+
}, newButtonText || locales.getText('pisell2.text.new-client'), /*#__PURE__*/React.createElement(PlusCircle, {
|
276
|
+
style: {
|
277
|
+
fontSize: 20
|
278
|
+
}
|
279
|
+
}));
|
280
|
+
var iconGroup = /*#__PURE__*/React.createElement("div", {
|
281
|
+
className: "comprehensive-search__icon-group"
|
282
|
+
}, isShowScanner && /*#__PURE__*/React.createElement("span", {
|
283
|
+
className: "comprehensive-search__icon-button"
|
284
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
285
|
+
type: "pisell2-Scanner"
|
286
|
+
}), /*#__PURE__*/React.createElement("div", {
|
287
|
+
className: "status-indicator"
|
288
|
+
}, stautsIndicator((peripheralsStatus === null || peripheralsStatus === void 0 ? void 0 : peripheralsStatus.scanner) === 'connected'))), isShowNFC && /*#__PURE__*/React.createElement("span", {
|
289
|
+
className: "comprehensive-search__icon-button"
|
290
|
+
}, /*#__PURE__*/React.createElement(Iconfont, {
|
291
|
+
type: "pisell2-NFC"
|
292
|
+
}), /*#__PURE__*/React.createElement("div", {
|
293
|
+
className: "status-indicator"
|
294
|
+
}, stautsIndicator((peripheralsStatus === null || peripheralsStatus === void 0 ? void 0 : peripheralsStatus.nfc) === 'connected'))), isShowCamera && /*#__PURE__*/React.createElement("span", {
|
295
|
+
className: "comprehensive-search__icon-button"
|
296
|
+
}, /*#__PURE__*/React.createElement("img", {
|
297
|
+
src: Camera
|
298
|
+
}), /*#__PURE__*/React.createElement("div", {
|
299
|
+
className: "status-indicator"
|
300
|
+
}, stautsIndicator(isTerminal))));
|
301
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
302
|
+
className: "comprehensive-search__third"
|
303
|
+
}, newButtonAlign === 'left' ? newButton : newButtonAlign === 'right' ? iconGroup : null), /*#__PURE__*/React.createElement("div", {
|
304
|
+
className: "comprehensive-search__third"
|
305
|
+
}, newButtonAlign === 'center' ? newButton : null), /*#__PURE__*/React.createElement("div", {
|
306
|
+
className: "comprehensive-search__third"
|
307
|
+
}, newButtonAlign === 'left' ? iconGroup : newButtonAlign === 'right' ? newButton : iconGroup));
|
308
|
+
};
|
309
|
+
var renderContent = function renderContent() {
|
310
|
+
return /*#__PURE__*/React.createElement("div", _extends({
|
311
|
+
className: "comprehensive-search",
|
312
|
+
style: style
|
313
|
+
}, props), /*#__PURE__*/React.createElement("div", {
|
314
|
+
className: "comprehensive-search__top-section"
|
315
|
+
}, /*#__PURE__*/React.createElement("div", {
|
316
|
+
className: "comprehensive-search__top-row"
|
317
|
+
}, getTopRowLayout())), renderSearchSection(), /*#__PURE__*/React.createElement("div", {
|
318
|
+
className: "comprehensive-search__results-container"
|
319
|
+
}, renderResults()));
|
320
|
+
};
|
321
|
+
return /*#__PURE__*/React.createElement(PisellContainer, {
|
322
|
+
renderType: renderType,
|
323
|
+
props: _objectSpread({
|
324
|
+
open: true,
|
325
|
+
cancelVisible: false,
|
326
|
+
bodyStyle: {
|
327
|
+
padding: '0px 24px 24px',
|
328
|
+
overflow: 'hidden',
|
329
|
+
display: 'flex',
|
330
|
+
flexDirection: 'column'
|
331
|
+
},
|
332
|
+
width: 680,
|
333
|
+
onCancel: function onCancel() {},
|
334
|
+
okButtonProps: {},
|
335
|
+
onOk: function onOk() {},
|
336
|
+
footer: null,
|
337
|
+
headerDivider: false,
|
338
|
+
className: 'comprehensive-search-modal'
|
339
|
+
}, containerProps)
|
340
|
+
}, renderContent());
|
341
|
+
});
|
342
|
+
export default ComprehensiveSearch;
|
@@ -0,0 +1,323 @@
|
|
1
|
+
.comprehensive-search {
|
2
|
+
display: flex;
|
3
|
+
flex-direction: column;
|
4
|
+
overflow: hidden;
|
5
|
+
flex: 1;
|
6
|
+
gap: 16px;
|
7
|
+
|
8
|
+
&__top-row {
|
9
|
+
display: flex;
|
10
|
+
justify-content: space-between;
|
11
|
+
align-items: center;
|
12
|
+
}
|
13
|
+
|
14
|
+
// 三等分布局样式
|
15
|
+
&__third {
|
16
|
+
flex: 1;
|
17
|
+
display: flex;
|
18
|
+
|
19
|
+
&:first-child {
|
20
|
+
justify-content: flex-start;
|
21
|
+
}
|
22
|
+
|
23
|
+
&:nth-child(2) {
|
24
|
+
justify-content: center;
|
25
|
+
}
|
26
|
+
|
27
|
+
&:last-child {
|
28
|
+
justify-content: flex-end;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
&__new-button {
|
33
|
+
display: flex;
|
34
|
+
align-items: center;
|
35
|
+
font-size: 14px;
|
36
|
+
font-weight: 600;
|
37
|
+
line-height: 20px;
|
38
|
+
word-wrap: break-word;
|
39
|
+
height: 40px;
|
40
|
+
color: #6941c6;
|
41
|
+
border-color: #e9d7fe;
|
42
|
+
|
43
|
+
&:hover {
|
44
|
+
background-color: #f9f5ff;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
&__icon-group {
|
49
|
+
display: flex;
|
50
|
+
gap: 16px;
|
51
|
+
align-items: center;
|
52
|
+
}
|
53
|
+
|
54
|
+
&__icon-button {
|
55
|
+
display: inline-block;
|
56
|
+
width: 40px;
|
57
|
+
height: 40px;
|
58
|
+
position: relative;
|
59
|
+
|
60
|
+
.status-indicator {
|
61
|
+
position: absolute;
|
62
|
+
left: 0;
|
63
|
+
bottom: 0;
|
64
|
+
font-size: 14px;
|
65
|
+
line-height: 14px;
|
66
|
+
}
|
67
|
+
|
68
|
+
> span {
|
69
|
+
font-size: 40px;
|
70
|
+
}
|
71
|
+
> img {
|
72
|
+
width: 40px;
|
73
|
+
height: 40px;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
&__search-row {
|
78
|
+
display: flex;
|
79
|
+
gap: 8px;
|
80
|
+
align-items: center;
|
81
|
+
}
|
82
|
+
|
83
|
+
&__search-input-wrapper {
|
84
|
+
flex: 1;
|
85
|
+
display: flex;
|
86
|
+
align-items: center;
|
87
|
+
border: 1px solid #d9d9d9;
|
88
|
+
border-radius: 6px;
|
89
|
+
background: #fff;
|
90
|
+
transition: border-color 0.3s;
|
91
|
+
padding: 4px;
|
92
|
+
|
93
|
+
&:focus-within {
|
94
|
+
border-color: #e9d7fe;
|
95
|
+
box-shadow: 0 0 0 2px #f9f5ff;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
|
99
|
+
&__search-input {
|
100
|
+
height: 38px;
|
101
|
+
padding: 0 16px;
|
102
|
+
display: flex;
|
103
|
+
align-items: center;
|
104
|
+
border: none;
|
105
|
+
box-shadow: none;
|
106
|
+
background: transparent;
|
107
|
+
flex: 1;
|
108
|
+
|
109
|
+
&:focus {
|
110
|
+
border: none;
|
111
|
+
box-shadow: none;
|
112
|
+
}
|
113
|
+
|
114
|
+
.ant-input-prefix {
|
115
|
+
margin-right: 12px;
|
116
|
+
|
117
|
+
.anticon,
|
118
|
+
.iconfont {
|
119
|
+
font-size: 24px;
|
120
|
+
color: #5d3f9f;
|
121
|
+
}
|
122
|
+
}
|
123
|
+
}
|
124
|
+
|
125
|
+
&__search-camera-wrapper {
|
126
|
+
display: flex;
|
127
|
+
align-items: center;
|
128
|
+
justify-content: center;
|
129
|
+
padding: 0 12px;
|
130
|
+
border-radius: 8px;
|
131
|
+
border: 1px solid #7f56da;
|
132
|
+
background: #5d3f9f;
|
133
|
+
width: 38px;
|
134
|
+
height: 38px;
|
135
|
+
cursor: pointer;
|
136
|
+
|
137
|
+
&.disabled {
|
138
|
+
border: none;
|
139
|
+
background-color: #d1d5dd;
|
140
|
+
}
|
141
|
+
|
142
|
+
.comprehensive-search__search-camera {
|
143
|
+
font-size: 20px;
|
144
|
+
color: #fff;
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
&__search-button-wrapper {
|
149
|
+
flex: 0 0 auto;
|
150
|
+
|
151
|
+
button {
|
152
|
+
height: 48px;
|
153
|
+
padding: 0 24px;
|
154
|
+
display: flex;
|
155
|
+
align-items: center;
|
156
|
+
justify-content: center;
|
157
|
+
border-radius: 8px;
|
158
|
+
border: 1px solid #7f56d9;
|
159
|
+
background: linear-gradient(
|
160
|
+
0deg,
|
161
|
+
var(---, #5d3f9f) 0%,
|
162
|
+
var(---, #5d3f9f) 100%
|
163
|
+
),
|
164
|
+
#7f56d9;
|
165
|
+
|
166
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
|
167
|
+
}
|
168
|
+
}
|
169
|
+
|
170
|
+
&__results-container {
|
171
|
+
flex: 1;
|
172
|
+
display: flex;
|
173
|
+
flex-direction: column;
|
174
|
+
overflow: hidden;
|
175
|
+
}
|
176
|
+
|
177
|
+
&__loading {
|
178
|
+
display: flex;
|
179
|
+
align-items: center;
|
180
|
+
justify-content: center;
|
181
|
+
height: 200px;
|
182
|
+
color: #666;
|
183
|
+
font-size: 14px;
|
184
|
+
}
|
185
|
+
|
186
|
+
&__empty {
|
187
|
+
margin: 40px 0;
|
188
|
+
}
|
189
|
+
|
190
|
+
&__results {
|
191
|
+
&--grid {
|
192
|
+
display: grid;
|
193
|
+
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
|
194
|
+
gap: 16px;
|
195
|
+
}
|
196
|
+
|
197
|
+
&--list {
|
198
|
+
display: flex;
|
199
|
+
flex-direction: column;
|
200
|
+
gap: 8px;
|
201
|
+
}
|
202
|
+
}
|
203
|
+
|
204
|
+
&__result-item {
|
205
|
+
padding: 16px;
|
206
|
+
border: 1px solid #f0f0f0;
|
207
|
+
border-radius: 8px;
|
208
|
+
background: #fff;
|
209
|
+
transition: all 0.3s;
|
210
|
+
cursor: pointer;
|
211
|
+
|
212
|
+
&:hover {
|
213
|
+
border-color: #1890ff;
|
214
|
+
box-shadow: 0 2px 8px rgba(24, 144, 255, 0.1);
|
215
|
+
}
|
216
|
+
}
|
217
|
+
|
218
|
+
&__result-fields {
|
219
|
+
overflow-x: auto;
|
220
|
+
|
221
|
+
.comprehensive-search__results--list & {
|
222
|
+
display: flex;
|
223
|
+
gap: 24px;
|
224
|
+
min-width: max-content;
|
225
|
+
}
|
226
|
+
|
227
|
+
.comprehensive-search__results--grid & {
|
228
|
+
display: flex;
|
229
|
+
flex-direction: column;
|
230
|
+
gap: 8px;
|
231
|
+
}
|
232
|
+
}
|
233
|
+
|
234
|
+
&__result-field {
|
235
|
+
font-size: 13px;
|
236
|
+
line-height: 1.4;
|
237
|
+
|
238
|
+
.comprehensive-search__results--list & {
|
239
|
+
display: flex;
|
240
|
+
flex-direction: column;
|
241
|
+
min-width: 120px;
|
242
|
+
flex-shrink: 0;
|
243
|
+
}
|
244
|
+
|
245
|
+
.comprehensive-search__results--grid & {
|
246
|
+
display: flex;
|
247
|
+
margin-bottom: 6px;
|
248
|
+
|
249
|
+
&:last-child {
|
250
|
+
margin-bottom: 0;
|
251
|
+
}
|
252
|
+
}
|
253
|
+
}
|
254
|
+
|
255
|
+
&__result-field-label {
|
256
|
+
font-weight: 500;
|
257
|
+
color: #666;
|
258
|
+
|
259
|
+
.comprehensive-search__results--list & {
|
260
|
+
margin-bottom: 4px;
|
261
|
+
font-size: 12px;
|
262
|
+
}
|
263
|
+
|
264
|
+
.comprehensive-search__results--grid & {
|
265
|
+
margin-right: 8px;
|
266
|
+
min-width: 80px;
|
267
|
+
flex-shrink: 0;
|
268
|
+
}
|
269
|
+
}
|
270
|
+
|
271
|
+
&__result-field-value {
|
272
|
+
color: #333;
|
273
|
+
|
274
|
+
.comprehensive-search__results--list & {
|
275
|
+
word-break: break-word;
|
276
|
+
font-weight: 400;
|
277
|
+
}
|
278
|
+
|
279
|
+
.comprehensive-search__results--grid & {
|
280
|
+
word-break: break-word;
|
281
|
+
flex: 1;
|
282
|
+
}
|
283
|
+
}
|
284
|
+
|
285
|
+
&__result-title {
|
286
|
+
font-size: 16px;
|
287
|
+
font-weight: 500;
|
288
|
+
color: #262626;
|
289
|
+
margin-bottom: 8px;
|
290
|
+
line-height: 1.4;
|
291
|
+
}
|
292
|
+
|
293
|
+
&__result-description {
|
294
|
+
font-size: 14px;
|
295
|
+
color: #666;
|
296
|
+
margin-bottom: 12px;
|
297
|
+
line-height: 1.5;
|
298
|
+
}
|
299
|
+
|
300
|
+
&__result-tags {
|
301
|
+
display: flex;
|
302
|
+
flex-wrap: wrap;
|
303
|
+
gap: 6px;
|
304
|
+
}
|
305
|
+
|
306
|
+
&__result-tag {
|
307
|
+
display: inline-block;
|
308
|
+
padding: 2px 8px;
|
309
|
+
background: #f6f6f6;
|
310
|
+
color: #666;
|
311
|
+
font-size: 12px;
|
312
|
+
border-radius: 4px;
|
313
|
+
border: 1px solid #e8e8e8;
|
314
|
+
}
|
315
|
+
}
|
316
|
+
|
317
|
+
.comprehensive-search-modal {
|
318
|
+
|
319
|
+
.pisell-lowcode-modal-content {
|
320
|
+
height: 90vh;
|
321
|
+
height: 90dvh;
|
322
|
+
}
|
323
|
+
}
|