@pisell/private-materials 6.3.9 → 6.3.10
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 +13 -13
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +8 -8
- package/es/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/es/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/es/businessModel/SalesModel/index.d.ts +4 -0
- package/es/businessModel/index.d.ts +0 -0
- package/es/components/Sales/Cart/serve.d.ts +2 -0
- package/es/components/Sales/Cart/types.d.ts +31 -0
- package/es/components/Sales/Cart/utils.d.ts +63 -0
- package/es/components/Sales/Checkout/index.d.ts +37 -0
- package/es/components/Sales/Checkout/serve.d.ts +15 -0
- package/es/components/Sales/Checkout/utils.d.ts +41 -0
- package/es/components/Sales/Customer/index.d.ts +25 -0
- package/es/components/Sales/Event/Detail.d.ts +30 -0
- package/es/components/Sales/Event/index.d.ts +30 -0
- package/es/components/Sales/Event/serve.d.ts +49 -0
- package/es/components/Sales/Holder/index.d.ts +33 -0
- package/es/components/Sales/Holder/serve.d.ts +8 -0
- package/es/components/Sales/Init/index.d.ts +25 -0
- package/es/components/Sales/Init/serve.d.ts +3 -0
- package/es/components/Sales/Resource/index.d.ts +26 -0
- package/es/components/Sales/Resource/serve.d.ts +12 -0
- package/es/components/Sales/Step/index.d.ts +39 -0
- package/es/components/Sales/Summary/index.d.ts +35 -0
- package/es/components/Sales/Summary/serve.d.ts +1 -0
- package/es/components/Sales/Summary/utils.d.ts +51 -0
- package/es/components/Sales/hooks/index.d.ts +1 -0
- package/es/components/Sales/index.d.ts +20 -0
- package/es/components/Sales/utils/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/utils.d.ts +56 -0
- package/es/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +12 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Form/index.d.ts +4 -0
- package/es/components/appointmentBooking/components/Form/utils.d.ts +8 -0
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Resource/utils.d.ts +5 -0
- package/es/components/appointmentBooking/context.d.ts +35 -0
- package/es/components/appointmentBooking/locales.d.ts +360 -0
- package/es/components/appointmentBooking/type.d.ts +17 -0
- package/es/components/booking/components/TabProduct/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/tabs/index.js +5 -1
- package/es/components/booking/components/browserSelect/index.js +1 -1
- package/es/components/booking/components/drawer/index.d.ts +19 -0
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/editBookingModal/locales.d.ts +21 -0
- package/es/components/booking/editBookingModal/mock.d.ts +807 -0
- package/es/components/booking/editBookingModal/serve.d.ts +52 -0
- package/es/components/booking/editBookingModal/type.d.ts +12 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/model.js +5 -5
- package/es/components/booking/forms/table/index.d.ts +1 -0
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/Provider.d.ts +0 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/dateRange/index.d.ts +0 -1
- package/es/components/booking/info/hooks/useGetHolderList.d.ts +2 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -1
- package/es/components/booking/info/service/editService/constants.d.ts +1 -0
- package/es/components/booking/info/service/like/index.d.ts +1 -0
- package/es/components/booking/info/service/like/index.js +1 -1
- package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/es/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/es/components/booking/info/service2/Lists.d.ts +1 -0
- package/es/components/booking/info/service2/hooks/useSelectPet.d.ts +6 -0
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/utils.js +1 -16
- package/es/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/utils.d.ts +4 -0
- package/es/components/booking/locales.d.ts +831 -0
- package/es/components/booking/materiels/holder/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
- package/es/components/booking/notes/NoteBlock/index.js +11 -11
- package/es/components/booking/notes/model.js +5 -5
- package/es/components/booking/payments/model.js +5 -5
- package/es/components/eftpos/deviceList/index.d.ts +1 -0
- package/es/components/eftpos/form/index.d.ts +1 -0
- package/es/components/eftpos/group/index.d.ts +1 -0
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/icon/apiKey.d.ts +1 -0
- package/es/components/eftpos/icon/device.d.ts +1 -0
- package/es/components/eftpos/receipt/index.d.ts +1 -0
- package/es/components/eftpos/surcharge/index.d.ts +1 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/app.d.ts +1 -0
- package/es/components/eftposPay/component/alert/warn.d.ts +1 -0
- package/es/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/es/components/eftposPay/component/step/index.d.ts +1 -0
- package/es/components/eftposPay/component/step/step.d.ts +1 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/es/components/eftposPay/linkly/service.d.ts +32 -0
- package/es/components/eftposPay/locales.d.ts +330 -0
- package/es/components/eftposPay/manufacturer.d.ts +7 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +3 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +4 -0
- 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/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +5 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +14 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/es/components/eventBooking/components/progressBar/index.js +20 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +0 -1
- package/es/components/eventBooking/components/scheduleCalendar/index.d.ts +14 -0
- package/es/components/eventBooking/locales.d.ts +246 -0
- package/es/components/eventBooking/type.d.ts +17 -0
- package/es/components/eventBooking/utils.d.ts +45 -0
- package/es/components/listComponent/index.js +5 -5
- package/es/components/login/locales.d.ts +24 -0
- package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/GooglePay/index.js +20 -7
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +12 -2
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +31 -24
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +113 -0
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/es/components/pay/toC/locales.d.ts +289 -0
- package/es/components/pay/toC/utils.d.ts +1 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- 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 +1 -0
- package/es/components/productExtension/fields/Forms/index.d.ts +1 -0
- 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/productSelect/components/TabProduct/tabs/index.d.ts +21 -0
- package/es/components/productSelect/hooks/useToken.d.ts +18 -0
- package/es/components/productSelect/locales.d.ts +18 -0
- package/es/components/productSelect/mock.d.ts +134 -0
- package/es/components/productSelect/theme/token.d.ts +17 -0
- package/es/components/ruleSetting/ruleBorder/index.js +1 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +1 -0
- 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.d.ts +1 -0
- 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/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- 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/index.d.ts +1 -0
- 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.d.ts +1 -0
- 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.d.ts +1 -1
- package/es/components/schedules/utils.js +4 -4
- package/es/components/selectModal/index.js +2 -2
- package/es/components/shoppingCart/Provider.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +4 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +4 -0
- package/es/components/shoppingCart/hooks/useContext.d.ts +1 -0
- package/es/components/shoppingCart/locales.d.ts +33 -0
- package/es/components/shoppingCart/mock.d.ts +40 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/shoppingCart/utils.d.ts +63 -0
- package/es/components/stepController/components/Content/index.d.ts +7 -0
- package/es/components/stepController/components/Footer/index.d.ts +8 -0
- package/es/components/stepController/locales.d.ts +27 -0
- package/es/components/stepController/types.d.ts +23 -0
- package/es/components/subTotal/locales.d.ts +42 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/es/components/ticketBooking/data.d.ts +58 -0
- package/es/components/ticketBooking/hooks/useNetworkStatus.d.ts +11 -0
- package/es/components/ticketBooking/locales.d.ts +174 -0
- package/es/components/ticketBooking/miniRedux.d.ts +22 -0
- package/es/components/ticketBooking/serve.d.ts +287 -0
- package/es/components/wallet/Detail/index.js +2 -2
- package/es/components/wallet/Detail/locales.d.ts +96 -0
- package/es/components/wallet/Detail/serve.d.ts +39 -0
- package/es/components/wallet/RechargeableCard/serve.d.ts +23 -0
- package/es/components/wallet/Voucher/locales.d.ts +21 -0
- package/es/components/wallet/components/WalletCard.js +3 -2
- package/es/components/wallet/components/index.d.ts +2 -0
- package/es/components/wallet/locales.d.ts +132 -0
- package/es/components/walletList/locales.d.ts +18 -0
- package/es/components/walletList/model.d.ts +6 -0
- package/es/components/walletList/serve.d.ts +20 -0
- package/es/components/walletList/types/index.d.ts +194 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
- package/es/components/workSpaceList/components/WorkspaceItem/index.d.ts +22 -0
- package/es/hooks/useComponents.js +1 -1
- package/es/hooks/useEngineContext.d.ts +10 -0
- package/es/hooks/useLocale.d.ts +2 -0
- package/es/hooks/useLoginUser.d.ts +2 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +18 -0
- package/es/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/productSelect/ProductList/index.d.ts +22 -0
- package/es/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
- package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/es/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/es/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/es/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/es/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/es/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/es/plus/productSelect/locales.d.ts +18 -0
- package/es/plus/productSelect/theme/token.d.ts +17 -0
- package/es/utils/date.d.ts +11 -0
- package/es/utils/index.d.ts +1 -1
- package/es/utils/locales.d.ts +1 -0
- package/es/utils/tasks/type.d.ts +4 -0
- package/lib/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/lib/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +4 -0
- package/lib/businessModel/index.d.ts +0 -0
- package/lib/components/Sales/Cart/serve.d.ts +2 -0
- package/lib/components/Sales/Cart/types.d.ts +31 -0
- package/lib/components/Sales/Cart/utils.d.ts +63 -0
- package/lib/components/Sales/Checkout/index.d.ts +37 -0
- package/lib/components/Sales/Checkout/serve.d.ts +15 -0
- package/lib/components/Sales/Checkout/utils.d.ts +41 -0
- package/lib/components/Sales/Customer/index.d.ts +25 -0
- package/lib/components/Sales/Event/Detail.d.ts +30 -0
- package/lib/components/Sales/Event/index.d.ts +30 -0
- package/lib/components/Sales/Event/serve.d.ts +49 -0
- package/lib/components/Sales/Holder/index.d.ts +33 -0
- package/lib/components/Sales/Holder/serve.d.ts +8 -0
- package/lib/components/Sales/Init/index.d.ts +25 -0
- package/lib/components/Sales/Init/serve.d.ts +3 -0
- package/lib/components/Sales/Resource/index.d.ts +26 -0
- package/lib/components/Sales/Resource/serve.d.ts +12 -0
- package/lib/components/Sales/Step/index.d.ts +39 -0
- package/lib/components/Sales/Summary/index.d.ts +35 -0
- package/lib/components/Sales/Summary/serve.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +51 -0
- package/lib/components/Sales/hooks/index.d.ts +1 -0
- package/lib/components/Sales/index.d.ts +20 -0
- package/lib/components/Sales/utils/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/utils.d.ts +56 -0
- package/lib/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +12 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Form/index.d.ts +4 -0
- package/lib/components/appointmentBooking/components/Form/utils.d.ts +8 -0
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Resource/utils.d.ts +5 -0
- package/lib/components/appointmentBooking/context.d.ts +35 -0
- package/lib/components/appointmentBooking/locales.d.ts +360 -0
- package/lib/components/appointmentBooking/type.d.ts +17 -0
- package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
- package/lib/components/booking/components/drawer/index.d.ts +19 -0
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +1 -0
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
- package/lib/components/booking/editBookingModal/serve.d.ts +52 -0
- package/lib/components/booking/editBookingModal/type.d.ts +12 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/table/index.d.ts +1 -0
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/Provider.d.ts +0 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/dateRange/index.d.ts +0 -1
- package/lib/components/booking/info/hooks/useGetHolderList.d.ts +2 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -1
- package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
- package/lib/components/booking/info/service/like/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/lib/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/lib/components/booking/info/service2/Lists.d.ts +1 -0
- package/lib/components/booking/info/service2/hooks/useSelectPet.d.ts +6 -0
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/utils.js +3 -15
- package/lib/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/utils.d.ts +4 -0
- package/lib/components/booking/locales.d.ts +831 -0
- package/lib/components/booking/materiels/holder/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/eftpos/deviceList/index.d.ts +1 -0
- package/lib/components/eftpos/form/index.d.ts +1 -0
- package/lib/components/eftpos/group/index.d.ts +1 -0
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/icon/apiKey.d.ts +1 -0
- package/lib/components/eftpos/icon/device.d.ts +1 -0
- package/lib/components/eftpos/receipt/index.d.ts +1 -0
- package/lib/components/eftpos/surcharge/index.d.ts +1 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/app.d.ts +1 -0
- package/lib/components/eftposPay/component/alert/warn.d.ts +1 -0
- package/lib/components/eftposPay/component/header/titlebar.d.ts +1 -0
- package/lib/components/eftposPay/component/step/index.d.ts +1 -0
- package/lib/components/eftposPay/component/step/step.d.ts +1 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/linkly/hooks/index.d.ts +2 -0
- package/lib/components/eftposPay/linkly/service.d.ts +32 -0
- package/lib/components/eftposPay/locales.d.ts +330 -0
- package/lib/components/eftposPay/manufacturer.d.ts +7 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +3 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +4 -0
- 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/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +5 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/index.d.ts +14 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/lib/components/eventBooking/components/progressBar/index.js +18 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +0 -1
- package/lib/components/eventBooking/components/scheduleCalendar/index.d.ts +14 -0
- package/lib/components/eventBooking/locales.d.ts +246 -0
- package/lib/components/eventBooking/type.d.ts +17 -0
- package/lib/components/eventBooking/utils.d.ts +45 -0
- package/lib/components/login/locales.d.ts +24 -0
- package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/GooglePay/index.js +11 -7
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +9 -2
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +6 -2
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +113 -0
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +0 -1
- package/lib/components/pay/toC/locales.d.ts +289 -0
- package/lib/components/pay/toC/utils.d.ts +1 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/productExtension/fields/Actor/index.d.ts +1 -0
- package/lib/components/productExtension/fields/Forms/index.d.ts +1 -0
- package/lib/components/productSelect/components/TabProduct/tabs/index.d.ts +21 -0
- package/lib/components/productSelect/hooks/useToken.d.ts +18 -0
- package/lib/components/productSelect/locales.d.ts +18 -0
- package/lib/components/productSelect/mock.d.ts +134 -0
- package/lib/components/productSelect/theme/token.d.ts +17 -0
- package/lib/components/schedules/calendar/calendarItem.d.ts +1 -0
- package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -0
- package/lib/components/schedules/products/index.d.ts +1 -0
- package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -0
- package/lib/components/schedules/utils.d.ts +1 -1
- package/lib/components/schedules/utils.js +1 -1
- package/lib/components/shoppingCart/Provider.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +4 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +4 -0
- package/lib/components/shoppingCart/hooks/useContext.d.ts +1 -0
- package/lib/components/shoppingCart/locales.d.ts +33 -0
- package/lib/components/shoppingCart/mock.d.ts +40 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/shoppingCart/utils.d.ts +63 -0
- package/lib/components/stepController/components/Content/index.d.ts +7 -0
- package/lib/components/stepController/components/Footer/index.d.ts +8 -0
- package/lib/components/stepController/locales.d.ts +27 -0
- package/lib/components/stepController/types.d.ts +23 -0
- package/lib/components/subTotal/locales.d.ts +42 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/lib/components/ticketBooking/data.d.ts +58 -0
- package/lib/components/ticketBooking/hooks/useNetworkStatus.d.ts +11 -0
- package/lib/components/ticketBooking/locales.d.ts +174 -0
- package/lib/components/ticketBooking/miniRedux.d.ts +22 -0
- package/lib/components/ticketBooking/serve.d.ts +287 -0
- package/lib/components/wallet/Detail/index.js +3 -3
- package/lib/components/wallet/Detail/locales.d.ts +96 -0
- package/lib/components/wallet/Detail/serve.d.ts +39 -0
- package/lib/components/wallet/RechargeableCard/serve.d.ts +23 -0
- package/lib/components/wallet/Voucher/locales.d.ts +21 -0
- package/lib/components/wallet/components/WalletCard.js +1 -1
- package/lib/components/wallet/components/index.d.ts +2 -0
- package/lib/components/wallet/locales.d.ts +132 -0
- package/lib/components/walletList/locales.d.ts +18 -0
- package/lib/components/walletList/model.d.ts +6 -0
- package/lib/components/walletList/serve.d.ts +20 -0
- package/lib/components/walletList/types/index.d.ts +194 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +0 -1
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +0 -1
- package/lib/components/workSpaceList/components/WorkspaceItem/index.d.ts +22 -0
- package/lib/hooks/useEngineContext.d.ts +10 -0
- package/lib/hooks/useLocale.d.ts +2 -0
- package/lib/hooks/useLoginUser.d.ts +2 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +18 -0
- package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/productSelect/ProductList/index.d.ts +22 -0
- package/lib/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
- package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/lib/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/lib/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/lib/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/lib/plus/productSelect/locales.d.ts +18 -0
- package/lib/plus/productSelect/theme/token.d.ts +17 -0
- package/lib/utils/date.d.ts +11 -0
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/locales.d.ts +1 -0
- package/lib/utils/tasks/type.d.ts +4 -0
- package/package.json +2 -2
@@ -0,0 +1,246 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
en: {
|
3
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
4
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
5
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
6
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
7
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
8
|
+
'pisell2.event.calendar.booking-closed': string;
|
9
|
+
'pisell2.event.calendar.call-to-book': string;
|
10
|
+
'pisell2.event.calendar.email-to-book': string;
|
11
|
+
'pisell2.event.close.title': string;
|
12
|
+
'pisell2.event.close.tip': string;
|
13
|
+
'pisell2.event.close.continue': string;
|
14
|
+
'pisell2.event.close.exit': string;
|
15
|
+
'pisell2.event.step': (step: number) => string;
|
16
|
+
'pisell2.event.select.category': (val: string) => string;
|
17
|
+
'pisell2.event.select.campus': (val: string) => string;
|
18
|
+
'pisell2.event.select.event': string;
|
19
|
+
'pisell2.event.cart': string;
|
20
|
+
'pisell2.event.total': string;
|
21
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
22
|
+
'pisell2.event.continue': string;
|
23
|
+
'pisell2.event.details': string;
|
24
|
+
'pisell2.event.introduction': string;
|
25
|
+
'pisell2.event.schedule': string;
|
26
|
+
'pisell2.event.teacher': string;
|
27
|
+
'pisell2.event.campus': string;
|
28
|
+
'pisell2.event.resource': string;
|
29
|
+
'pisell2.event.booking.options': string;
|
30
|
+
'pisell2.event.add.to.cart': string;
|
31
|
+
'pisell2.event.description': string;
|
32
|
+
'pisell2.event.view.more': string;
|
33
|
+
'pisell2.event.view.less': string;
|
34
|
+
'pisell2.event.holder.modal.title': string;
|
35
|
+
'pisell2.event.confirm': string;
|
36
|
+
'pisell2.event.confirm.information': string;
|
37
|
+
'pisell2.event.confirm.information.tip': string;
|
38
|
+
'pisell2.event.confirm.information.other': string;
|
39
|
+
'pisell2.event.add.others': string;
|
40
|
+
'pisell2.event.checkout': string;
|
41
|
+
'pisell2.event.edit.event': string;
|
42
|
+
'pisell2.event.remove': string;
|
43
|
+
'pisell2.event.option': string;
|
44
|
+
'pisell2.event.order.items.error.title': string;
|
45
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
46
|
+
'pisell2.event.order.items.error.proceed': string;
|
47
|
+
'pisell2.event.order.items.error.return': string;
|
48
|
+
'pisell2.event.order.items.error.back': string;
|
49
|
+
'pisell2.event.order.items.error.continue': string;
|
50
|
+
'pisell2.event.order.items.error.all.tip': string;
|
51
|
+
'pisell2.event.remove.title': string;
|
52
|
+
'pisell2.event.remove.tip': string;
|
53
|
+
'pisell2.event.remove.cancel': string;
|
54
|
+
'pisell2.event.create': string;
|
55
|
+
'pisell2.event.search': string;
|
56
|
+
'pisell2.event.empty.service': string;
|
57
|
+
'pisell2.event.title': (val: number) => string;
|
58
|
+
'pisell2.event.create.form': string;
|
59
|
+
'pisell2.event.empty.event': string;
|
60
|
+
'pisell2.event.error.holder': string;
|
61
|
+
'pisell2.event.price.from': string;
|
62
|
+
'pisell2.event.empty.holder.title': string;
|
63
|
+
'pisell2.event.empty.holder.tip': string;
|
64
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
65
|
+
'pisell2.event.empty.holder.go.back': string;
|
66
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
67
|
+
'pisell2.event.event.full.title': string;
|
68
|
+
'pisell2.event.event.full.tip': string;
|
69
|
+
'pisell2.event.event.full.ok': string;
|
70
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
71
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
72
|
+
'pisell2.event.schedule.item.expand': string;
|
73
|
+
'pisell2.event.schedule.item.collapse': string;
|
74
|
+
'pisell2.appointment.deposit': string;
|
75
|
+
'pisell2.appointment.deposit.agreed': string;
|
76
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
77
|
+
'pisell2.appointment.deposit.and': string;
|
78
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
79
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
80
|
+
'pisell2.appointment.deposit.close': string;
|
81
|
+
'pisell2.appointment.booking.empty.data': string;
|
82
|
+
};
|
83
|
+
'zh-CN': {
|
84
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
85
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
86
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
87
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
88
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
89
|
+
'pisell2.event.calendar.booking-closed': string;
|
90
|
+
'pisell2.event.calendar.call-to-book': string;
|
91
|
+
'pisell2.event.calendar.email-to-book': string;
|
92
|
+
'pisell2.event.close.title': string;
|
93
|
+
'pisell2.event.close.tip': string;
|
94
|
+
'pisell2.event.close.continue': string;
|
95
|
+
'pisell2.event.close.exit': string;
|
96
|
+
'pisell2.event.step': (step: number) => string;
|
97
|
+
'pisell2.event.select.category': (val: string) => string;
|
98
|
+
'pisell2.event.select.event': string;
|
99
|
+
'pisell2.event.select.campus': (val: string) => string;
|
100
|
+
'pisell2.event.cart': string;
|
101
|
+
'pisell2.event.total': string;
|
102
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
103
|
+
'pisell2.event.continue': string;
|
104
|
+
'pisell2.event.details': string;
|
105
|
+
'pisell2.event.introduction': string;
|
106
|
+
'pisell2.event.schedule': string;
|
107
|
+
'pisell2.event.teacher': string;
|
108
|
+
'pisell2.event.campus': string;
|
109
|
+
'pisell2.event.resource': string;
|
110
|
+
'pisell2.event.booking.options': string;
|
111
|
+
'pisell2.event.add.to.cart': string;
|
112
|
+
'pisell2.event.description': string;
|
113
|
+
'pisell2.event.view.more': string;
|
114
|
+
'pisell2.event.view.less': string;
|
115
|
+
'pisell2.event.holder.modal.title': string;
|
116
|
+
'pisell2.event.confirm': string;
|
117
|
+
'pisell2.event.confirm.information': string;
|
118
|
+
'pisell2.event.confirm.information.tip': string;
|
119
|
+
'pisell2.event.confirm.information.other': string;
|
120
|
+
'pisell2.event.add.others': string;
|
121
|
+
'pisell2.event.checkout': string;
|
122
|
+
'pisell2.event.edit.event': string;
|
123
|
+
'pisell2.event.remove': string;
|
124
|
+
'pisell2.event.option': string;
|
125
|
+
'pisell2.event.order.items.error.title': string;
|
126
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
127
|
+
'pisell2.event.order.items.error.proceed': string;
|
128
|
+
'pisell2.event.order.items.error.return': string;
|
129
|
+
'pisell2.event.order.items.error.back': string;
|
130
|
+
'pisell2.event.order.items.error.continue': string;
|
131
|
+
'pisell2.event.order.items.error.all.tip': string;
|
132
|
+
'pisell2.event.remove.title': string;
|
133
|
+
'pisell2.event.remove.tip': string;
|
134
|
+
'pisell2.event.remove.cancel': string;
|
135
|
+
'pisell2.event.create': string;
|
136
|
+
'pisell2.event.search': string;
|
137
|
+
'pisell2.event.empty.service': string;
|
138
|
+
'pisell2.event.title': (val: number) => string;
|
139
|
+
'pisell2.event.create.form': string;
|
140
|
+
'pisell2.event.empty.event': string;
|
141
|
+
'pisell2.event.error.holder': string;
|
142
|
+
'pisell2.event.price.from': string;
|
143
|
+
'pisell2.event.empty.holder.title': string;
|
144
|
+
'pisell2.event.empty.holder.tip': string;
|
145
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
146
|
+
'pisell2.event.empty.holder.go.back': string;
|
147
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
148
|
+
'pisell2.event.event.full.title': string;
|
149
|
+
'pisell2.event.event.full.tip': string;
|
150
|
+
'pisell2.event.event.full.ok': string;
|
151
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
152
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
153
|
+
'pisell2.event.schedule.item.expand': string;
|
154
|
+
'pisell2.event.schedule.item.collapse': string;
|
155
|
+
'pisell2.appointment.deposit': string;
|
156
|
+
'pisell2.appointment.deposit.agreed': string;
|
157
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
158
|
+
'pisell2.appointment.deposit.and': string;
|
159
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
160
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
161
|
+
'pisell2.appointment.deposit.close': string;
|
162
|
+
'pisell2.appointment.booking.empty.data': string;
|
163
|
+
};
|
164
|
+
'zh-HK': {
|
165
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
166
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
167
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
168
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
169
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
170
|
+
'pisell2.event.calendar.booking-closed': string;
|
171
|
+
'pisell2.event.calendar.call-to-book': string;
|
172
|
+
'pisell2.event.calendar.email-to-book': string;
|
173
|
+
'pisell2.event.close.title': string;
|
174
|
+
'pisell2.event.close.tip': string;
|
175
|
+
'pisell2.event.close.continue': string;
|
176
|
+
'pisell2.event.close.exit': string;
|
177
|
+
'pisell2.event.step': (step: number) => string;
|
178
|
+
'pisell2.event.select.category': (val: string) => string;
|
179
|
+
'pisell2.event.select.event': string;
|
180
|
+
'pisell2.event.select.campus': (val: string) => string;
|
181
|
+
'pisell2.event.cart': string;
|
182
|
+
'pisell2.event.total': string;
|
183
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
184
|
+
'pisell2.event.continue': string;
|
185
|
+
'pisell2.event.details': string;
|
186
|
+
'pisell2.event.introduction': string;
|
187
|
+
'pisell2.event.schedule': string;
|
188
|
+
'pisell2.event.teacher': string;
|
189
|
+
'pisell2.event.campus': string;
|
190
|
+
'pisell2.event.resource': string;
|
191
|
+
'pisell2.event.booking.options': string;
|
192
|
+
'pisell2.event.add.to.cart': string;
|
193
|
+
'pisell2.event.description': string;
|
194
|
+
'pisell2.event.view.more': string;
|
195
|
+
'pisell2.event.view.less': string;
|
196
|
+
'pisell2.event.holder.modal.title': string;
|
197
|
+
'pisell2.event.confirm': string;
|
198
|
+
'pisell2.event.confirm.information': string;
|
199
|
+
'pisell2.event.confirm.information.tip': string;
|
200
|
+
'pisell2.event.confirm.information.other': string;
|
201
|
+
'pisell2.event.add.others': string;
|
202
|
+
'pisell2.event.checkout': string;
|
203
|
+
'pisell2.event.edit.event': string;
|
204
|
+
'pisell2.event.remove': string;
|
205
|
+
'pisell2.event.option': string;
|
206
|
+
'pisell2.event.order.items.error.title': string;
|
207
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
208
|
+
'pisell2.event.order.items.error.proceed': string;
|
209
|
+
'pisell2.event.order.items.error.return': string;
|
210
|
+
'pisell2.event.order.items.error.back': string;
|
211
|
+
'pisell2.event.order.items.error.continue': string;
|
212
|
+
'pisell2.event.order.items.error.all.tip': string;
|
213
|
+
'pisell2.event.remove.title': string;
|
214
|
+
'pisell2.event.remove.tip': string;
|
215
|
+
'pisell2.event.remove.cancel': string;
|
216
|
+
'pisell2.event.create': string;
|
217
|
+
'pisell2.event.search': string;
|
218
|
+
'pisell2.event.empty.service': string;
|
219
|
+
'pisell2.event.title': (val: number) => string;
|
220
|
+
'pisell2.event.create.form': string;
|
221
|
+
'pisell2.event.empty.event': string;
|
222
|
+
'pisell2.event.error.holder': string;
|
223
|
+
'pisell2.event.price.from': string;
|
224
|
+
'pisell2.event.empty.holder.title': string;
|
225
|
+
'pisell2.event.empty.holder.tip': string;
|
226
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
227
|
+
'pisell2.event.empty.holder.go.back': string;
|
228
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
229
|
+
'pisell2.event.event.full.title': string;
|
230
|
+
'pisell2.event.event.full.tip': string;
|
231
|
+
'pisell2.event.event.full.ok': string;
|
232
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
233
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
234
|
+
'pisell2.event.schedule.item.expand': string;
|
235
|
+
'pisell2.event.schedule.item.collapse': string;
|
236
|
+
'pisell2.appointment.deposit': string;
|
237
|
+
'pisell2.appointment.deposit.agreed': string;
|
238
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
239
|
+
'pisell2.appointment.deposit.and': string;
|
240
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
241
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
242
|
+
'pisell2.appointment.deposit.close': string;
|
243
|
+
'pisell2.appointment.booking.empty.data': string;
|
244
|
+
};
|
245
|
+
};
|
246
|
+
export default _default;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export declare type CalendarDataItem = {
|
2
|
+
date: string;
|
3
|
+
color: string[];
|
4
|
+
isExcluded: boolean;
|
5
|
+
schedule_ids?: number[];
|
6
|
+
[key: string]: any;
|
7
|
+
};
|
8
|
+
export declare type CalendarItemProps = {
|
9
|
+
date: string;
|
10
|
+
status?: string | null;
|
11
|
+
disabled?: boolean;
|
12
|
+
select?: boolean;
|
13
|
+
onClick?: (date: string) => void;
|
14
|
+
showMonth?: boolean;
|
15
|
+
dateText: string;
|
16
|
+
week?: string;
|
17
|
+
};
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/**
|
2
|
+
* @title: 获取背景色
|
3
|
+
* @description:
|
4
|
+
* @param {string} colors
|
5
|
+
* @return {*}
|
6
|
+
* @Author: WangHan
|
7
|
+
* @Date: 2025-01-11 22:44
|
8
|
+
*/
|
9
|
+
export declare const formatBackgroundColors: (colors: string[]) => string;
|
10
|
+
/**
|
11
|
+
* @title: 获取可用的 schedule
|
12
|
+
* @description:
|
13
|
+
* @param {any} schedule
|
14
|
+
* @return {*}
|
15
|
+
* @Author: zhiwei.Wang
|
16
|
+
* @Date: 2024-03-05 18:05
|
17
|
+
*/
|
18
|
+
export declare const getUsableSchedules: (schedule: any) => boolean;
|
19
|
+
/**
|
20
|
+
* @title: 获取 schedules 的所有颜色
|
21
|
+
* @description:
|
22
|
+
* @param {any} schedules
|
23
|
+
* @return {*}
|
24
|
+
* @Author: zhiwei.Wang
|
25
|
+
* @Date: 2024-03-05 18:02
|
26
|
+
*/
|
27
|
+
export declare const getScheduleColors: (schedules: any[]) => string;
|
28
|
+
/**
|
29
|
+
* @title: 格式化日期头部日期显示
|
30
|
+
* @description:
|
31
|
+
* @param {string} dateString
|
32
|
+
* @return {*}
|
33
|
+
* @Author: WangHan
|
34
|
+
* @Date: 2025-01-12 11:55
|
35
|
+
*/
|
36
|
+
export declare const formatMonthDisplay: (dateString: string) => string;
|
37
|
+
/**
|
38
|
+
* @title: 资源名称
|
39
|
+
* @description:
|
40
|
+
* @param {any} data
|
41
|
+
* @return {*}
|
42
|
+
* @Author: WangHan
|
43
|
+
* @Date: 2025-02-11 13:39
|
44
|
+
*/
|
45
|
+
export declare const resourceTitle: (data: any) => any;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
function _typeof(
|
2
|
-
function ownKeys(
|
3
|
-
function _objectSpread(
|
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
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(
|
6
|
-
function _toPrimitive(
|
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
7
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
8
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
9
|
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); }
|
@@ -0,0 +1,24 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
en: {
|
3
|
+
'pisell2.text.login': string;
|
4
|
+
"pisell2.text.email-placeholder": string;
|
5
|
+
"pisell2.text.password-placeholder": string;
|
6
|
+
"pisell2.text.password-error": string;
|
7
|
+
"pisell2.text.email-error": string;
|
8
|
+
};
|
9
|
+
'zh-CN': {
|
10
|
+
'pisell2.text.login': string;
|
11
|
+
"pisell2.text.email-placeholder": string;
|
12
|
+
"pisell2.text.password-placeholder": string;
|
13
|
+
"pisell2.text.password-error": string;
|
14
|
+
"pisell2.text.email-error": string;
|
15
|
+
};
|
16
|
+
'zh-HK': {
|
17
|
+
'pisell2.text.login': string;
|
18
|
+
"pisell2.text.email-placeholder": string;
|
19
|
+
"pisell2.text.password-placeholder": string;
|
20
|
+
"pisell2.text.password-error": string;
|
21
|
+
"pisell2.text.email-error": string;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export default _default;
|
@@ -15,7 +15,7 @@ import ThreedsLoading from "../MWCreditCard/TDSPay/ThreedsLoading";
|
|
15
15
|
import { Context } from "../../model";
|
16
16
|
import { getPayGroupParamsFromStorage } from "../../payGroup";
|
17
17
|
import useEngineContext from "../../../../../hooks/useEngineContext";
|
18
|
-
import { formatFranchiseeRoute } from "../../utils";
|
18
|
+
import { clientPayment, formatFranchiseeRoute } from "../../utils";
|
19
19
|
/**
|
20
20
|
* @title: 谷歌支付
|
21
21
|
* @description:
|
@@ -26,7 +26,7 @@ import { formatFranchiseeRoute } from "../../utils";
|
|
26
26
|
* @Date: 2024-08-16 11:01
|
27
27
|
*/
|
28
28
|
var GooglePay = function GooglePay(props, ref) {
|
29
|
-
var _context$appHelper;
|
29
|
+
var _context$appHelper, _context$appHelper2;
|
30
30
|
var _useContext = useContext(Context),
|
31
31
|
state = _useContext.state;
|
32
32
|
var _useState = useState(false),
|
@@ -36,6 +36,8 @@ var GooglePay = function GooglePay(props, ref) {
|
|
36
36
|
var context = useEngineContext();
|
37
37
|
var _ref = ((_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.constants) || {},
|
38
38
|
config = _ref.config;
|
39
|
+
var _context$appHelper$ut = (_context$appHelper2 = context.appHelper) === null || _context$appHelper2 === void 0 ? void 0 : _context$appHelper2.utils,
|
40
|
+
interaction = _context$appHelper$ut.interaction;
|
39
41
|
|
40
42
|
/**
|
41
43
|
* @title: 初始化
|
@@ -47,23 +49,34 @@ var GooglePay = function GooglePay(props, ref) {
|
|
47
49
|
*/
|
48
50
|
var init = /*#__PURE__*/function () {
|
49
51
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref2) {
|
50
|
-
var _utils$getStore;
|
52
|
+
var _utils$getStore, _interaction$utils, _interaction$utils$is, _interaction$utils2, _interaction$utils2$i;
|
51
53
|
var payGroup, utils, dvaStore, values, _dvaStore$core, _dvaStore$core2, _state$payGroup, locale, shopId, currentURL, linkElement, shop_domain, _href;
|
52
54
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
53
55
|
while (1) switch (_context.prev = _context.next) {
|
54
56
|
case 0:
|
55
57
|
payGroup = _ref2.payGroup;
|
56
|
-
setOpen(true);
|
57
58
|
utils = context.appHelper.utils || {};
|
58
59
|
dvaStore = utils === null || utils === void 0 || (_utils$getStore = utils.getStore) === null || _utils$getStore === void 0 || (_utils$getStore = _utils$getStore.call(utils)) === null || _utils$getStore === void 0 ? void 0 : _utils$getStore.getState(); // 获取交易组
|
59
60
|
values = getPayGroupParamsFromStorage(payGroup.order_id);
|
61
|
+
if (!(interaction !== null && interaction !== void 0 && (_interaction$utils = interaction.utils) !== null && _interaction$utils !== void 0 && (_interaction$utils$is = _interaction$utils.isAppEnv) !== null && _interaction$utils$is !== void 0 && _interaction$utils$is.call(_interaction$utils) && (interaction === null || interaction === void 0 || (_interaction$utils2 = interaction.utils) === null || _interaction$utils2 === void 0 || (_interaction$utils2$i = _interaction$utils2.isAndroid_ios) === null || _interaction$utils2$i === void 0 ? void 0 : _interaction$utils2$i.call(_interaction$utils2)) === 'android')) {
|
62
|
+
_context.next = 6;
|
63
|
+
break;
|
64
|
+
}
|
65
|
+
return _context.abrupt("return", clientPayment({
|
66
|
+
order_id: payGroup.order_id,
|
67
|
+
type: 'google_pay',
|
68
|
+
values: values,
|
69
|
+
interaction: interaction
|
70
|
+
}));
|
71
|
+
case 6:
|
72
|
+
setOpen(true);
|
60
73
|
if (values) {
|
61
|
-
_context.next =
|
74
|
+
_context.next = 10;
|
62
75
|
break;
|
63
76
|
}
|
64
77
|
setOpen(false);
|
65
78
|
return _context.abrupt("return");
|
66
|
-
case
|
79
|
+
case 10:
|
67
80
|
try {
|
68
81
|
locale = ((_dvaStore$core = dvaStore.core) === null || _dvaStore$core === void 0 ? void 0 : _dvaStore$core.translateLocale) || 'en';
|
69
82
|
shopId = (_dvaStore$core2 = dvaStore.core) === null || _dvaStore$core2 === void 0 || (_dvaStore$core2 = _dvaStore$core2.core) === null || _dvaStore$core2 === void 0 || (_dvaStore$core2 = _dvaStore$core2.shop) === null || _dvaStore$core2 === void 0 ? void 0 : _dvaStore$core2.id;
|
@@ -78,7 +91,7 @@ var GooglePay = function GooglePay(props, ref) {
|
|
78
91
|
} catch (err) {
|
79
92
|
setOpen(false);
|
80
93
|
}
|
81
|
-
case
|
94
|
+
case 11:
|
82
95
|
case "end":
|
83
96
|
return _context.stop();
|
84
97
|
}
|
@@ -10,6 +10,7 @@ export interface WalletPassListProps {
|
|
10
10
|
walletSetting: {
|
11
11
|
name: string;
|
12
12
|
};
|
13
|
+
onChangeDebounce?: boolean;
|
13
14
|
}
|
14
15
|
export declare type WalletPassListRef = {
|
15
16
|
init: (params: MachineCodeListParams, formatList?: (val: WalletPassDataType[]) => WalletPassDataType[]) => void;
|
@@ -20,7 +20,10 @@ var WalletPassList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
20
20
|
onChange = props.onChange,
|
21
21
|
propsData = props.data,
|
22
22
|
value = props.value,
|
23
|
-
walletSetting = props.walletSetting
|
23
|
+
walletSetting = props.walletSetting,
|
24
|
+
onLoadingChange = props.onLoadingChange,
|
25
|
+
propsLoading = props.loading,
|
26
|
+
onChangeDebounce = props.onChangeDebounce;
|
24
27
|
var _useState = useState(propsData || []),
|
25
28
|
_useState2 = _slicedToArray(_useState, 2),
|
26
29
|
data = _useState2[0],
|
@@ -34,6 +37,9 @@ var WalletPassList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
34
37
|
setData(propsData);
|
35
38
|
}
|
36
39
|
}, [propsData]);
|
40
|
+
useEffect(function () {
|
41
|
+
setLoading(!!propsLoading);
|
42
|
+
}, [propsLoading]);
|
37
43
|
var getList = /*#__PURE__*/function () {
|
38
44
|
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(params, formatList) {
|
39
45
|
var list;
|
@@ -84,6 +90,9 @@ var WalletPassList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
84
90
|
init: init
|
85
91
|
};
|
86
92
|
});
|
93
|
+
useEffect(function () {
|
94
|
+
onLoadingChange === null || onLoadingChange === void 0 || onLoadingChange(loading);
|
95
|
+
}, [loading]);
|
87
96
|
|
88
97
|
/**
|
89
98
|
* 拆分出可用的和不可用的列表
|
@@ -131,7 +140,8 @@ var WalletPassList = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
131
140
|
value: value,
|
132
141
|
onChange: handleChange,
|
133
142
|
showEmpty: data.length === 0,
|
134
|
-
empty: empty
|
143
|
+
empty: empty,
|
144
|
+
onChangeDebounce: onChangeDebounce
|
135
145
|
}), !!disabledList.length && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
136
146
|
className: "pisell-walletPass-list-disabled"
|
137
147
|
}, locales.getText('tocPay.text.walletPassDisabled')), /*#__PURE__*/React.createElement(PisellCardList, {
|
@@ -42,41 +42,45 @@ var WalletPass = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
42
42
|
setCurrentWalletPass = _useState2[1];
|
43
43
|
var _useState3 = useState(false),
|
44
44
|
_useState4 = _slicedToArray(_useState3, 2),
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
/** 搜索 modal */
|
45
|
+
loading = _useState4[0],
|
46
|
+
setLoading = _useState4[1];
|
49
47
|
var _useState5 = useState(false),
|
50
48
|
_useState6 = _slicedToArray(_useState5, 2),
|
51
|
-
|
52
|
-
|
49
|
+
open = _useState6[0],
|
50
|
+
setOpen = _useState6[1];
|
53
51
|
|
54
|
-
/**
|
55
|
-
var _useState7 = useState(
|
52
|
+
/** 搜索 modal */
|
53
|
+
var _useState7 = useState(false),
|
56
54
|
_useState8 = _slicedToArray(_useState7, 2),
|
57
|
-
|
58
|
-
|
55
|
+
searchOpen = _useState8[0],
|
56
|
+
setSearchOpen = _useState8[1];
|
59
57
|
|
60
|
-
/**
|
61
|
-
var _useState9 = useState(
|
58
|
+
/** 搜索后添加的walletPass */
|
59
|
+
var _useState9 = useState([]),
|
62
60
|
_useState10 = _slicedToArray(_useState9, 2),
|
63
|
-
|
64
|
-
|
61
|
+
addList = _useState10[0],
|
62
|
+
setAddList = _useState10[1];
|
65
63
|
|
66
|
-
/**
|
67
|
-
var _useState11 = useState(
|
64
|
+
/** 当前order信息 */
|
65
|
+
var _useState11 = useState(null),
|
68
66
|
_useState12 = _slicedToArray(_useState11, 2),
|
69
|
-
|
70
|
-
|
67
|
+
order = _useState12[0],
|
68
|
+
setOrder = _useState12[1];
|
69
|
+
|
70
|
+
/** 当前搜索modal内list数据 */
|
71
|
+
var _useState13 = useState([]),
|
72
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
73
|
+
searchData = _useState14[0],
|
74
|
+
setSearchData = _useState14[1];
|
71
75
|
|
72
76
|
/** 当前搜索modal内选中数据 */
|
73
|
-
var
|
77
|
+
var _useState15 = useState({
|
74
78
|
ids: [],
|
75
79
|
details: []
|
76
80
|
}),
|
77
|
-
|
78
|
-
searchSelectData =
|
79
|
-
setSearchSelectData =
|
81
|
+
_useState16 = _slicedToArray(_useState15, 2),
|
82
|
+
searchSelectData = _useState16[0],
|
83
|
+
setSearchSelectData = _useState16[1];
|
80
84
|
|
81
85
|
/** 是否默认选中 搜索时默认选中 列表select变更更新列表时不默认选中 */
|
82
86
|
var isAutoSelect = useRef(false);
|
@@ -361,13 +365,16 @@ var WalletPass = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
361
365
|
data: otherCustomerWalletPassList,
|
362
366
|
title: locales.getText('tocPay.text.couponCodesAdded'),
|
363
367
|
onChange: handleOtherChange,
|
364
|
-
value: selectValue
|
368
|
+
value: selectValue,
|
369
|
+
loading: loading,
|
370
|
+
onChangeDebounce: true
|
365
371
|
}), /*#__PURE__*/React.createElement(List, {
|
366
372
|
walletSetting: walletSetting,
|
367
373
|
title: walletSetting.name,
|
368
374
|
onChange: handleCurrentChange,
|
369
375
|
ref: listRef,
|
370
|
-
value: selectValue
|
376
|
+
value: selectValue,
|
377
|
+
onLoadingChange: setLoading
|
371
378
|
}))), /*#__PURE__*/React.createElement(PisellModal, {
|
372
379
|
title: /*#__PURE__*/React.createElement("div", null, locales.getText('tocPay.text.searchResult')),
|
373
380
|
mobileModalHeight: '90%',
|