@pisell/private-materials 6.11.125 → 6.11.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/businessModel/SalesModel/index.d.ts +1 -0
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Content/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/index.d.ts +1 -0
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/TabProduct/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/es/components/booking/components/footer/index.d.ts +1 -0
- package/es/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/es/components/booking/components/voucher/index.d.ts +1 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/deposit/index.d.ts +1 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/footer.d.ts +1 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/booking/forms/single/index.d.ts +1 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -0
- package/es/components/booking/hooks/useQuotation.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/dateRange/index.d.ts +1 -0
- package/es/components/booking/info/header/index.d.ts +4 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/index.d.ts +1 -0
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -0
- package/es/components/booking/info/service/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.d.ts +1 -0
- package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/constants.d.ts +1 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/es/components/booking/info/service2/Lists.d.ts +1 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/es/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/es/components/booking/info2/model/index.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/es/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/es/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/es/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/es/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/index.d.ts +1 -0
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/es/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/es/components/booking/locales.d.ts +1581 -0
- package/es/components/booking/materiels/duration/index.d.ts +1 -0
- package/es/components/booking/materiels/holder/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/model.d.ts +113 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/es/components/booking/notes/addNote/index.d.ts +1 -0
- package/es/components/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/es/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/es/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/es/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/es/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/es/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/es/components/checkout/constants.d.ts +2 -0
- package/es/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/es/components/checkout/locales.d.ts +856 -0
- package/es/components/checkout/styles.d.ts +67 -0
- package/es/components/checkout/types.d.ts +130 -0
- package/es/components/checkout/utils.d.ts +3 -0
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/es/components/ecocup/cupList/const.d.ts +144 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/es/components/ecocup/cupList/index.d.ts +1 -0
- package/es/components/ecocup/utils/download.d.ts +7 -0
- package/es/components/ecocup/utils/index.d.ts +2 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/hooks.d.ts +34 -0
- package/es/components/eftpos/index.d.ts +47 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/table.d.ts +21 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/es/components/eftposPay/amount.d.ts +1 -0
- package/es/components/eftposPay/app.d.ts +2 -1
- package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -0
- package/es/components/eftposPay/component/fail/index.d.ts +1 -0
- package/es/components/eftposPay/component/fail/network.d.ts +9 -0
- package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/es/components/eftposPay/component/manual/index.d.ts +10 -0
- package/es/components/eftposPay/component/signature/index.d.ts +9 -0
- package/es/components/eftposPay/const.d.ts +195 -0
- package/es/components/eftposPay/hooks.d.ts +36 -0
- package/es/components/eftposPay/huifu/const.d.ts +5 -0
- package/es/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/es/components/eftposPay/huifu/types.d.ts +14 -0
- package/es/components/eftposPay/index.d.ts +1 -0
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/locales.d.ts +608 -0
- package/es/components/eftposPay/pay.d.ts +1 -0
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/hooks.d.ts +10 -0
- package/es/components/eftposPay/payo/payment.d.ts +66 -0
- package/es/components/eftposPay/store/index.d.ts +358 -0
- package/es/components/eftposPay/tip.d.ts +10 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/utils/log/index.d.ts +110 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -0
- package/es/components/eftposPay/windcave/receiptAction.d.ts +23 -0
- package/es/components/eftposPay/windcave/windcave.d.ts +7 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/es/components/eventBooking/index.d.ts +1 -0
- package/es/components/kioskSkuDetail/locales.d.ts +43 -0
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/es/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/es/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/es/components/list/components/Tab/Tab.d.ts +5 -0
- package/es/components/list/components/Tab/index.d.ts +2 -0
- package/es/components/list/components/Tab/types.d.ts +14 -0
- package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/es/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/es/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/es/components/list/components/WaterfallList/index.d.ts +2 -0
- package/es/components/list/hooks/useDevice.d.ts +24 -0
- package/es/components/list/hooks/useWaterfall.d.ts +34 -0
- package/es/components/list/locales.d.ts +108 -0
- package/es/components/list/types.d.ts +181 -0
- package/es/components/list/utils/getText.d.ts +53 -0
- package/es/components/list/utils/index.d.ts +19 -0
- package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/es/components/pay/toB/components/Card/index.d.ts +1 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Header.d.ts +5 -0
- package/es/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/es/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/es/components/pay/toB/hooks.d.ts +12 -0
- package/es/components/pay/toB/locales.d.ts +88 -0
- package/es/components/pay/toB/store/context.d.ts +3 -0
- package/es/components/pay/toB/store/hooks.d.ts +15 -0
- package/es/components/pay/toB/store/index.d.ts +3 -0
- package/es/components/pay/toB/store/provider.d.ts +4 -0
- package/es/components/pay/toB/store/utils.d.ts +13 -0
- package/es/components/pay/toB/types/index.d.ts +81 -0
- package/es/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/model.d.ts +33 -0
- package/es/components/pay/toC/payGroup.d.ts +48 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- 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/SelectProducts/ProductItem/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/es/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/es/components/ruleSetting/index.d.ts +1 -0
- package/es/components/ruleSetting/locales.d.ts +78 -0
- package/es/components/schedules/locales.d.ts +143 -0
- package/es/components/schedules/model.d.ts +1 -9
- package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
- package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/es/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/shoppingCart/locales.d.ts +93 -0
- package/es/components/shoppingCart/mock.d.ts +54 -0
- package/es/components/shoppingCart/type.d.ts +61 -0
- package/es/components/subTotal/locales.d.ts +71 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/es/components/systemSettings/registry/locales.d.ts +534 -0
- package/es/components/systemSettings/registry/services.d.ts +97 -0
- package/es/components/systemSettings/registry/types.d.ts +140 -0
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
- package/es/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/es/components/ticketBooking/context/PlatformContext.d.ts +22 -0
- package/es/components/ticketBooking/context/index.d.ts +3 -0
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/es/components/ticketBooking/hooks/useRuntime.d.ts +4 -0
- package/es/components/ticketBooking/hooks/useSync.d.ts +21 -0
- package/es/components/ticketBooking/locales.d.ts +388 -0
- package/es/components/ticketBooking/miniRedux.d.ts +22 -0
- package/es/components/ticketBooking/sync.d.ts +8 -0
- package/es/components/ticketBooking/utils/edit.d.ts +1 -0
- package/es/components/ticketBooking/utils/formatProductMessage.d.ts +2 -0
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/es/components/ticketBooking/utils/productCache.d.ts +75 -0
- package/es/components/walletList/index.d.ts +1 -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 +1 -0
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/es/hooks/printer.d.ts +4 -0
- package/es/hooks/useEngineContext.d.ts +4 -0
- package/es/hooks/useLogger.d.ts +2 -0
- package/es/hooks/useToast.d.ts +2 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +1 -0
- package/es/plus/noteModal/locales.d.ts +53 -0
- package/es/plus/noteModal/types.d.ts +19 -0
- package/es/plus/orderList/components/HandleActions.d.ts +1 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/es/plus/orderList/components/Reset.d.ts +1 -0
- package/es/plus/orderList/components/Toolbar.d.ts +1 -0
- package/es/plus/orderList/config.d.ts +1 -0
- package/es/plus/orderList/locales.d.ts +618 -0
- package/es/plus/pisellFinancialSummary/components/Collapse/Collapse.d.ts +8 -0
- package/es/plus/pisellFinancialSummary/components/Collapse/Collapse.stories.d.ts +7 -0
- package/es/plus/pisellFinancialSummary/components/Collapse/index.d.ts +2 -0
- package/es/plus/pisellFinancialSummary/components/Collapse/types.d.ts +48 -0
- package/es/plus/pisellFinancialSummary/locales.d.ts +28 -0
- package/es/plus/pisellFinancialSummary/types.d.ts +139 -0
- package/es/plus/pisellFinancialSummary/utils/buildSummaryItems.d.ts +44 -0
- package/es/plus/pisellFinancialSummary/utils/index.d.ts +2 -0
- package/es/plus/pisellReservation/PisellReservation.js +99 -14
- package/es/plus/pisellReservation/components/bookingChangeModal/demo.d.ts +3 -0
- package/es/plus/pisellReservation/components/bookingChangeModal/demo.js +433 -0
- package/es/plus/pisellReservation/components/bookingChangeModal/index.d.ts +154 -0
- package/es/plus/pisellReservation/components/bookingChangeModal/index.js +685 -0
- package/es/plus/pisellReservation/components/bookingChangeModal/index.less +320 -0
- package/es/plus/pisellReservation/components/bookingDetailModal/bookingProductToProductCard.d.ts +10 -0
- package/es/plus/pisellReservation/data/filterBookingsAtTimeCursor.d.ts +9 -0
- package/es/plus/pisellReservation/floorMap/useReservationFloorPlan.d.ts +1 -0
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardDom.d.ts +3 -0
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardHeaderFormat.d.ts +3 -0
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardModel.d.ts +59 -0
- package/es/plus/pisellReservation/floorRoomCard/floorRoomCardPaymentUi.d.ts +9 -0
- package/es/plus/pisellReservation/floorRoomCard/mapFloorRoomCardViewProps.d.ts +10 -0
- package/es/plus/pisellReservation/floorRoomCard/views/RoomCardHeaderView.d.ts +12 -0
- package/es/plus/pisellReservation/floorRoomCard/views/RoomCardIcons.d.ts +5 -0
- package/es/plus/pisellReservation/floorRoomCard/views/RoomCardShellView.d.ts +9 -0
- package/es/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +1 -0
- package/es/plus/pisellReservation/locales/locales-ja.d.ts +143 -0
- package/es/plus/pisellReservation/locales/locales-pt.d.ts +143 -0
- package/es/plus/pisellReservation/locales/locales.d.ts +708 -0
- package/es/plus/pisellSalesGrid/types.d.ts +197 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/es/plus/pisellSalesManagement/hooks/useSalesGridData.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/es/plus/productSelect/ProductCard/utils.d.ts +1 -1
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +38 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/locales.d.ts +53 -0
- package/es/plus/skuOptionsSelection/types.d.ts +445 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/es/plus/walletPassGallery/index.d.ts +1 -0
- package/es/plus/walletPassGallery/locales.d.ts +473 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/es/plus/webPosLogin/locales.d.ts +92 -0
- package/es/plus/webPosLogin/types.d.ts +288 -0
- package/es/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/components/phoneValidation.d.ts +17 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/es/pro/Selector/demo.d.ts +1 -0
- package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/es/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/es/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/es/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/es/pro/priceKeyboard/utils.d.ts +31 -0
- package/es/pro/skuDetailModal/locales.d.ts +129 -0
- package/es/pro/skuDetailModal/types.d.ts +395 -0
- package/es/pro/skuDetailModal/utils.d.ts +56 -0
- package/es/shared/locales/stock.d.ts +57 -0
- package/es/test/setup.d.ts +1 -0
- package/lib/businessModel/SalesModel/index.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/index.d.ts +1 -0
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/TabProduct/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/lib/components/booking/components/footer/index.d.ts +1 -0
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/lib/components/booking/components/voucher/index.d.ts +1 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/deposit/index.d.ts +1 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/footer.d.ts +1 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/booking/forms/single/index.d.ts +1 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
- package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/dateRange/index.d.ts +1 -0
- package/lib/components/booking/info/header/index.d.ts +4 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/index.d.ts +1 -0
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -0
- package/lib/components/booking/info/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.d.ts +1 -0
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/lib/components/booking/info/service2/Lists.d.ts +1 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/lib/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/lib/components/booking/info2/model/index.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/lib/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/lib/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/lib/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/lib/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +1 -0
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/lib/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -0
- package/lib/components/booking/locales.d.ts +1581 -0
- package/lib/components/booking/materiels/duration/index.d.ts +1 -0
- package/lib/components/booking/materiels/holder/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/model.d.ts +113 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/lib/components/booking/notes/addNote/index.d.ts +1 -0
- package/lib/components/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/lib/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/lib/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/lib/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/lib/components/checkout/constants.d.ts +2 -0
- package/lib/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/lib/components/checkout/locales.d.ts +856 -0
- package/lib/components/checkout/styles.d.ts +67 -0
- package/lib/components/checkout/types.d.ts +130 -0
- package/lib/components/checkout/utils.d.ts +3 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/lib/components/ecocup/cupList/const.d.ts +144 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/lib/components/ecocup/cupList/index.d.ts +1 -0
- package/lib/components/ecocup/utils/download.d.ts +7 -0
- package/lib/components/ecocup/utils/index.d.ts +2 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/hooks.d.ts +34 -0
- package/lib/components/eftpos/index.d.ts +47 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/table.d.ts +21 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/lib/components/eftposPay/amount.d.ts +1 -0
- package/lib/components/eftposPay/app.d.ts +2 -1
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/network.d.ts +9 -0
- package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/lib/components/eftposPay/component/manual/index.d.ts +10 -0
- package/lib/components/eftposPay/component/signature/index.d.ts +9 -0
- package/lib/components/eftposPay/const.d.ts +195 -0
- package/lib/components/eftposPay/hooks.d.ts +36 -0
- package/lib/components/eftposPay/huifu/const.d.ts +5 -0
- package/lib/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/lib/components/eftposPay/huifu/types.d.ts +14 -0
- package/lib/components/eftposPay/index.d.ts +1 -0
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +4 -0
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/locales.d.ts +608 -0
- package/lib/components/eftposPay/pay.d.ts +1 -0
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/hooks.d.ts +10 -0
- package/lib/components/eftposPay/payo/payment.d.ts +66 -0
- package/lib/components/eftposPay/store/index.d.ts +358 -0
- package/lib/components/eftposPay/tip.d.ts +10 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +23 -0
- package/lib/components/eftposPay/windcave/windcave.d.ts +7 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/lib/components/eventBooking/index.d.ts +1 -0
- package/lib/components/kioskSkuDetail/locales.d.ts +43 -0
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/lib/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/lib/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/lib/components/list/components/Tab/Tab.d.ts +5 -0
- package/lib/components/list/components/Tab/index.d.ts +2 -0
- package/lib/components/list/components/Tab/types.d.ts +14 -0
- package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/lib/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/lib/components/list/components/WaterfallList/index.d.ts +2 -0
- package/lib/components/list/hooks/useDevice.d.ts +24 -0
- package/lib/components/list/hooks/useWaterfall.d.ts +34 -0
- package/lib/components/list/locales.d.ts +108 -0
- package/lib/components/list/types.d.ts +181 -0
- package/lib/components/list/utils/getText.d.ts +53 -0
- package/lib/components/list/utils/index.d.ts +19 -0
- package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +1 -0
- package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Header.d.ts +5 -0
- package/lib/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/lib/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/lib/components/pay/toB/hooks.d.ts +12 -0
- package/lib/components/pay/toB/locales.d.ts +88 -0
- package/lib/components/pay/toB/store/context.d.ts +3 -0
- package/lib/components/pay/toB/store/hooks.d.ts +15 -0
- package/lib/components/pay/toB/store/index.d.ts +3 -0
- package/lib/components/pay/toB/store/provider.d.ts +4 -0
- package/lib/components/pay/toB/store/utils.d.ts +13 -0
- package/lib/components/pay/toB/types/index.d.ts +81 -0
- package/lib/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -0
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/model.d.ts +33 -0
- package/lib/components/pay/toC/payGroup.d.ts +48 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -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/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/lib/components/productSelect/components/productGroup/index.d.ts +1 -0
- package/lib/components/ruleSetting/index.d.ts +1 -0
- package/lib/components/ruleSetting/locales.d.ts +78 -0
- package/lib/components/schedules/locales.d.ts +143 -0
- package/lib/components/schedules/model.d.ts +1 -9
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
- package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/shoppingCart/locales.d.ts +93 -0
- package/lib/components/shoppingCart/mock.d.ts +54 -0
- package/lib/components/shoppingCart/type.d.ts +61 -0
- package/lib/components/subTotal/locales.d.ts +71 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/lib/components/systemSettings/registry/locales.d.ts +534 -0
- package/lib/components/systemSettings/registry/services.d.ts +97 -0
- package/lib/components/systemSettings/registry/types.d.ts +140 -0
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
- package/lib/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/lib/components/ticketBooking/context/PlatformContext.d.ts +22 -0
- package/lib/components/ticketBooking/context/index.d.ts +3 -0
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/lib/components/ticketBooking/hooks/useRuntime.d.ts +4 -0
- package/lib/components/ticketBooking/hooks/useSync.d.ts +21 -0
- package/lib/components/ticketBooking/locales.d.ts +388 -0
- package/lib/components/ticketBooking/miniRedux.d.ts +22 -0
- package/lib/components/ticketBooking/sync.d.ts +8 -0
- package/lib/components/ticketBooking/utils/edit.d.ts +1 -0
- package/lib/components/ticketBooking/utils/formatProductMessage.d.ts +2 -0
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/components/ticketBooking/utils/productCache.d.ts +75 -0
- package/lib/components/walletList/index.d.ts +1 -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 +1 -0
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/lib/hooks/printer.d.ts +4 -0
- package/lib/hooks/useEngineContext.d.ts +4 -0
- package/lib/hooks/useLogger.d.ts +2 -0
- package/lib/hooks/useToast.d.ts +2 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +1 -0
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
- package/lib/plus/noteModal/locales.d.ts +53 -0
- package/lib/plus/noteModal/types.d.ts +19 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/lib/plus/orderList/components/Reset.d.ts +1 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
- package/lib/plus/orderList/config.d.ts +1 -0
- package/lib/plus/orderList/locales.d.ts +618 -0
- package/lib/plus/pisellFinancialSummary/components/Collapse/Collapse.d.ts +8 -0
- package/lib/plus/pisellFinancialSummary/components/Collapse/Collapse.stories.d.ts +7 -0
- package/lib/plus/pisellFinancialSummary/components/Collapse/index.d.ts +2 -0
- package/lib/plus/pisellFinancialSummary/components/Collapse/types.d.ts +48 -0
- package/lib/plus/pisellFinancialSummary/locales.d.ts +28 -0
- package/lib/plus/pisellFinancialSummary/types.d.ts +139 -0
- package/lib/plus/pisellFinancialSummary/utils/buildSummaryItems.d.ts +44 -0
- package/lib/plus/pisellFinancialSummary/utils/index.d.ts +2 -0
- package/lib/plus/pisellReservation/PisellReservation.js +79 -1
- package/lib/plus/pisellReservation/components/bookingChangeModal/demo.d.ts +3 -0
- package/lib/plus/pisellReservation/components/bookingChangeModal/demo.js +388 -0
- package/lib/plus/pisellReservation/components/bookingChangeModal/index.d.ts +154 -0
- package/lib/plus/pisellReservation/components/bookingChangeModal/index.js +632 -0
- package/lib/plus/pisellReservation/components/bookingChangeModal/index.less +320 -0
- package/lib/plus/pisellReservation/components/bookingDetailModal/bookingProductToProductCard.d.ts +10 -0
- package/lib/plus/pisellReservation/data/filterBookingsAtTimeCursor.d.ts +9 -0
- package/lib/plus/pisellReservation/floorMap/useReservationFloorPlan.d.ts +1 -0
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardDom.d.ts +3 -0
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardHeaderFormat.d.ts +3 -0
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardModel.d.ts +59 -0
- package/lib/plus/pisellReservation/floorRoomCard/floorRoomCardPaymentUi.d.ts +9 -0
- package/lib/plus/pisellReservation/floorRoomCard/mapFloorRoomCardViewProps.d.ts +10 -0
- package/lib/plus/pisellReservation/floorRoomCard/views/RoomCardHeaderView.d.ts +12 -0
- package/lib/plus/pisellReservation/floorRoomCard/views/RoomCardIcons.d.ts +5 -0
- package/lib/plus/pisellReservation/floorRoomCard/views/RoomCardShellView.d.ts +9 -0
- package/lib/plus/pisellReservation/hooks/useReservationScheduleDebounced.d.ts +1 -0
- package/lib/plus/pisellReservation/locales/locales-ja.d.ts +143 -0
- package/lib/plus/pisellReservation/locales/locales-pt.d.ts +143 -0
- package/lib/plus/pisellReservation/locales/locales.d.ts +708 -0
- package/lib/plus/pisellSalesGrid/types.d.ts +197 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/lib/plus/pisellSalesManagement/hooks/useSalesGridData.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/lib/plus/productSelect/ProductCard/utils.d.ts +1 -1
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +38 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/locales.d.ts +53 -0
- package/lib/plus/skuOptionsSelection/types.d.ts +445 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/locales.d.ts +473 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/lib/plus/webPosLogin/locales.d.ts +92 -0
- package/lib/plus/webPosLogin/types.d.ts +288 -0
- package/lib/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/components/phoneValidation.d.ts +17 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/lib/pro/Selector/demo.d.ts +1 -0
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/lib/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/lib/pro/priceKeyboard/utils.d.ts +31 -0
- package/lib/pro/skuDetailModal/locales.d.ts +129 -0
- package/lib/pro/skuDetailModal/types.d.ts +395 -0
- package/lib/pro/skuDetailModal/utils.d.ts +56 -0
- package/lib/shared/locales/stock.d.ts +57 -0
- package/lib/test/setup.d.ts +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
.pisell-booking-change-modal {
|
|
2
|
+
position: fixed;
|
|
3
|
+
inset: 0;
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
padding: 16px;
|
|
8
|
+
background: rgba(0, 0, 0, 0.45);
|
|
9
|
+
backdrop-filter: blur(8px);
|
|
10
|
+
opacity: 0;
|
|
11
|
+
transition: opacity 0.18s ease;
|
|
12
|
+
|
|
13
|
+
&.is-visible {
|
|
14
|
+
opacity: 1;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.is-dark {
|
|
18
|
+
color: #ffffff;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.is-light {
|
|
22
|
+
color: #0f172a;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.pisell-booking-change-modal__panel {
|
|
27
|
+
width: 100%;
|
|
28
|
+
max-width: 980px;
|
|
29
|
+
padding: 24px;
|
|
30
|
+
border: 1px solid #3f3f46;
|
|
31
|
+
border-radius: 24px;
|
|
32
|
+
background: #121217;
|
|
33
|
+
box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
|
|
34
|
+
transform: translateY(8px) scale(0.96);
|
|
35
|
+
transition: transform 0.18s ease, opacity 0.18s ease;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.pisell-booking-change-modal.is-visible .pisell-booking-change-modal__panel {
|
|
40
|
+
transform: translateY(0) scale(1);
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__panel {
|
|
45
|
+
border-color: #dbe2ea;
|
|
46
|
+
background: #ffffff;
|
|
47
|
+
box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.pisell-booking-change-modal__title {
|
|
51
|
+
font-size: 22px;
|
|
52
|
+
font-weight: 600;
|
|
53
|
+
line-height: 1.3;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.pisell-booking-change-modal__description {
|
|
57
|
+
margin-top: 8px;
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
line-height: 1.5;
|
|
60
|
+
color: #a1a1aa;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__description {
|
|
64
|
+
color: #64748b;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.pisell-booking-change-modal__body {
|
|
68
|
+
display: flex;
|
|
69
|
+
flex-direction: column;
|
|
70
|
+
gap: 16px;
|
|
71
|
+
margin-top: 20px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.pisell-booking-change-modal__card {
|
|
75
|
+
padding: 20px;
|
|
76
|
+
border: 1px solid #3f3f46;
|
|
77
|
+
border-radius: 24px;
|
|
78
|
+
background: #171820;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__card {
|
|
82
|
+
border-color: #dbe2ea;
|
|
83
|
+
background: #f8fafc;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.pisell-booking-change-modal__customer {
|
|
87
|
+
display: flex;
|
|
88
|
+
gap: 16px;
|
|
89
|
+
align-items: flex-start;
|
|
90
|
+
justify-content: space-between;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.pisell-booking-change-modal__customer-info {
|
|
94
|
+
flex: 1;
|
|
95
|
+
min-width: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.pisell-booking-change-modal__section-label {
|
|
99
|
+
font-size: 11px;
|
|
100
|
+
font-weight: 600;
|
|
101
|
+
line-height: 1.4;
|
|
102
|
+
letter-spacing: 0.14em;
|
|
103
|
+
text-transform: uppercase;
|
|
104
|
+
color: #71717a;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__section-label {
|
|
108
|
+
color: #64748b;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.pisell-booking-change-modal__customer-name {
|
|
112
|
+
margin-top: 12px;
|
|
113
|
+
font-size: 20px;
|
|
114
|
+
font-weight: 600;
|
|
115
|
+
line-height: 1.4;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.pisell-booking-change-modal__customer-meta {
|
|
119
|
+
margin-top: 8px;
|
|
120
|
+
font-size: 14px;
|
|
121
|
+
line-height: 1.5;
|
|
122
|
+
color: #a1a1aa;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__customer-meta {
|
|
126
|
+
color: #64748b;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.pisell-booking-change-modal__grid {
|
|
130
|
+
display: grid;
|
|
131
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
132
|
+
gap: 16px;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.pisell-booking-change-modal__field {
|
|
136
|
+
min-width: 0;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.pisell-booking-change-modal__field-label {
|
|
140
|
+
display: block;
|
|
141
|
+
margin-bottom: 8px;
|
|
142
|
+
font-size: 14px;
|
|
143
|
+
line-height: 1.5;
|
|
144
|
+
color: #a1a1aa;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__field-label {
|
|
148
|
+
color: #64748b;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.pisell-booking-change-modal__control {
|
|
152
|
+
width: 100%;
|
|
153
|
+
min-height: 56px;
|
|
154
|
+
padding: 16px;
|
|
155
|
+
border: 1px solid #3f3f46;
|
|
156
|
+
border-radius: 18px;
|
|
157
|
+
outline: none;
|
|
158
|
+
background: #171820;
|
|
159
|
+
color: #ffffff;
|
|
160
|
+
transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
|
|
161
|
+
|
|
162
|
+
&:focus {
|
|
163
|
+
border-color: #8b5cf6;
|
|
164
|
+
box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.18);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
&:disabled {
|
|
168
|
+
cursor: not-allowed;
|
|
169
|
+
opacity: 0.7;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__control {
|
|
174
|
+
border-color: #cbd5e1;
|
|
175
|
+
background: #ffffff;
|
|
176
|
+
color: #0f172a;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.pisell-booking-change-modal__compare-grid {
|
|
180
|
+
display: grid;
|
|
181
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
182
|
+
gap: 12px;
|
|
183
|
+
margin-top: 12px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.pisell-booking-change-modal__compare-card {
|
|
187
|
+
padding: 16px;
|
|
188
|
+
border-radius: 18px;
|
|
189
|
+
background: #101117;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__compare-card {
|
|
193
|
+
background: #ffffff;
|
|
194
|
+
box-shadow: inset 0 0 0 1px #e2e8f0;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.pisell-booking-change-modal__compare-card.is-highlighted {
|
|
198
|
+
border: 1px solid rgba(139, 92, 246, 0.35);
|
|
199
|
+
background: rgba(139, 92, 246, 0.1);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__compare-card.is-highlighted {
|
|
203
|
+
border-color: #c4b5fd;
|
|
204
|
+
background: #f5f3ff;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.pisell-booking-change-modal__compare-title {
|
|
208
|
+
font-size: 12px;
|
|
209
|
+
line-height: 1.4;
|
|
210
|
+
color: #c4b5fd;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__compare-title {
|
|
214
|
+
color: #6d28d9;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.pisell-booking-change-modal__compare-value {
|
|
218
|
+
margin-top: 8px;
|
|
219
|
+
font-size: 14px;
|
|
220
|
+
line-height: 1.5;
|
|
221
|
+
color: #d4d4d8;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__compare-value {
|
|
225
|
+
color: #334155;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.pisell-booking-change-modal__error {
|
|
229
|
+
margin-top: 16px;
|
|
230
|
+
padding: 12px 16px;
|
|
231
|
+
border: 1px solid rgba(239, 68, 68, 0.3);
|
|
232
|
+
border-radius: 16px;
|
|
233
|
+
background: rgba(239, 68, 68, 0.1);
|
|
234
|
+
color: #fecaca;
|
|
235
|
+
font-size: 14px;
|
|
236
|
+
line-height: 1.5;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__error {
|
|
240
|
+
color: #b91c1c;
|
|
241
|
+
background: #fef2f2;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.pisell-booking-change-modal__footer {
|
|
245
|
+
display: flex;
|
|
246
|
+
justify-content: flex-end;
|
|
247
|
+
gap: 12px;
|
|
248
|
+
margin-top: 24px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.pisell-booking-change-modal__ghost-button,
|
|
252
|
+
.pisell-booking-change-modal__primary-button {
|
|
253
|
+
display: inline-flex;
|
|
254
|
+
align-items: center;
|
|
255
|
+
justify-content: center;
|
|
256
|
+
min-height: 48px;
|
|
257
|
+
padding: 12px 20px;
|
|
258
|
+
border-radius: 16px;
|
|
259
|
+
font-size: 14px;
|
|
260
|
+
font-weight: 600;
|
|
261
|
+
line-height: 1;
|
|
262
|
+
transition: all 0.16s ease;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.pisell-booking-change-modal__ghost-button {
|
|
266
|
+
border: 1px solid #3f3f46;
|
|
267
|
+
background: rgba(255, 255, 255, 0.05);
|
|
268
|
+
color: #d4d4d8;
|
|
269
|
+
|
|
270
|
+
&:hover:not(:disabled) {
|
|
271
|
+
background: rgba(255, 255, 255, 0.1);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.pisell-booking-change-modal.is-light .pisell-booking-change-modal__ghost-button {
|
|
276
|
+
border-color: #cbd5e1;
|
|
277
|
+
background: #ffffff;
|
|
278
|
+
color: #334155;
|
|
279
|
+
|
|
280
|
+
&:hover:not(:disabled) {
|
|
281
|
+
background: #f8fafc;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.pisell-booking-change-modal__primary-button {
|
|
286
|
+
border: none;
|
|
287
|
+
background: #7c3aed;
|
|
288
|
+
color: #ffffff;
|
|
289
|
+
|
|
290
|
+
&:hover:not(:disabled) {
|
|
291
|
+
background: #8b5cf6;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
&:disabled {
|
|
295
|
+
cursor: not-allowed;
|
|
296
|
+
background: #3f3f46;
|
|
297
|
+
color: #a1a1aa;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
@media (max-width: 768px) {
|
|
302
|
+
.pisell-booking-change-modal__panel {
|
|
303
|
+
padding: 20px;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.pisell-booking-change-modal__grid,
|
|
307
|
+
.pisell-booking-change-modal__compare-grid {
|
|
308
|
+
grid-template-columns: minmax(0, 1fr);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.pisell-booking-change-modal__customer,
|
|
312
|
+
.pisell-booking-change-modal__footer {
|
|
313
|
+
flex-direction: column;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.pisell-booking-change-modal__ghost-button,
|
|
317
|
+
.pisell-booking-change-modal__primary-button {
|
|
318
|
+
width: 100%;
|
|
319
|
+
}
|
|
320
|
+
}
|
package/es/plus/pisellReservation/components/bookingDetailModal/bookingProductToProductCard.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 将 booking 顶层 products[] 行映射为 ProductCard 的 dataSource(只读展示)。
|
|
3
|
+
* 字段对齐 {@link api/api-bookings-demo.json} 中 order.products 结构。
|
|
4
|
+
* 数据源必须为 raw.products,不得使用 order.products。
|
|
5
|
+
*/
|
|
6
|
+
import type { productType } from '../../../../../../materials/src/components/productCard/types';
|
|
7
|
+
/**
|
|
8
|
+
* @param line booking.products 或 order.products 同源结构(与 api-bookings-demo 一致)
|
|
9
|
+
*/
|
|
10
|
+
export declare function bookingProductLineToProductCardData(line: Record<string, unknown>, index: number): productType;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图时间轴游标:从当日预约列表中筛出「在 cursor 时刻仍有效」的项,避免仅拖动时间重复请求接口。
|
|
3
|
+
*/
|
|
4
|
+
import { type Dayjs } from 'dayjs';
|
|
5
|
+
/**
|
|
6
|
+
* @param bookings GET booking 列表项(与 bookingToReservationTables 入参一致)
|
|
7
|
+
* @param cursor 顶栏日程带 `at`(与 PisellTimeNavigator 对齐)
|
|
8
|
+
*/
|
|
9
|
+
export declare function filterBookingsVisibleAtTimeCursor(bookings: unknown[], cursor: Dayjs): unknown[];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { FloorRoomCardBooking, FloorRoomCardData } from './floorRoomCardModel';
|
|
2
|
+
export declare function formatRoomCapLine(data: FloorRoomCardData, bookingsForOcc: FloorRoomCardBooking[]): string;
|
|
3
|
+
export declare function floorRoomCardStatusTagLabel(status: FloorRoomCardData['status']): string;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图绑定桌 RoomCard 数据结构(对齐 demo/card mock,供展示与 getCardType)
|
|
3
|
+
*/
|
|
4
|
+
export declare type FloorRoomCardHolder = {
|
|
5
|
+
name: string;
|
|
6
|
+
phone?: string;
|
|
7
|
+
};
|
|
8
|
+
/** 宿主单条 booking.status,用于多条列表时区分占用/预留肤(与行级聚合 status 解耦) */
|
|
9
|
+
export declare type FloorRoomCardHostBookingStatus = 'reserved' | 'occupied' | 'locked' | 'empty';
|
|
10
|
+
export declare type FloorRoomCardBooking = {
|
|
11
|
+
booking_id: string;
|
|
12
|
+
/**
|
|
13
|
+
* 宿主 `floorMapSourceBookings` 行 `id`;同一订单多时段时多条可共用 `booking_id`,
|
|
14
|
+
* 点击命中与 DOM 需用此行级 id 区分。
|
|
15
|
+
*/
|
|
16
|
+
recordId?: string;
|
|
17
|
+
start_date: string;
|
|
18
|
+
start_time: string;
|
|
19
|
+
end_date: string;
|
|
20
|
+
end_time: string;
|
|
21
|
+
number: number;
|
|
22
|
+
holder?: FloorRoomCardHolder;
|
|
23
|
+
amount: string | number;
|
|
24
|
+
/** 来自宿主 `booking.status`(小写);多条 occupied 时参与 multi_occupied,纯预留多条则排序后主卡+Next */
|
|
25
|
+
hostBookingStatus?: FloorRoomCardHostBookingStatus;
|
|
26
|
+
/** 宿主:迟到时长(分钟);有值才展示「迟到 +Xm」,前端不按开始时间推算 */
|
|
27
|
+
lateTime?: number;
|
|
28
|
+
/** 宿主:超时时长(分钟);有值才展示「+Xm」,前端不按结束时间推算 */
|
|
29
|
+
timeoutTime?: number;
|
|
30
|
+
/** 宿主:进行中进度 0–100(100 为满条),优先于起止时间推算 */
|
|
31
|
+
progressPercent?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 宿主:距预约开始剩余分钟(`remainingReserveTime`),预留 not_arrived 时用于「还有 n 分钟」展示,优先于本地起止时间推算
|
|
34
|
+
*/
|
|
35
|
+
remainingReserveTime?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 宿主订单支付状态(来源:接口 `booking.order.payment_status` 等,映射到模型)。
|
|
38
|
+
* - `paid`:已付(绿)
|
|
39
|
+
* - 其它(含宿主曾返回的 `partially_paid`):按需付款展示(红);映射层应写入 `unpaid`
|
|
40
|
+
* - 未设:按需付款展示
|
|
41
|
+
*/
|
|
42
|
+
order_payment_status?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 订单商品件数:`products` 有效行数优先,否则 `order.summary.product_quantity`;无则 0。
|
|
45
|
+
*/
|
|
46
|
+
product_quantity?: number;
|
|
47
|
+
/** 接口 `is_next` / `isNext`:为 true 时仅展示在 Next 行,不参与主档/多条约预览主列表 */
|
|
48
|
+
isNext?: boolean;
|
|
49
|
+
};
|
|
50
|
+
export declare type FloorRoomCardRoomStatus = 'empty' | 'reserved' | 'occupied' | 'locked';
|
|
51
|
+
/** 细分态:与 demo `CARD_CLASS` / `getCardType` 一致 */
|
|
52
|
+
export declare type FloorRoomCardSubStatus = 'not_arrived' | 'late' | 'payed' | 'payment_required' | 'timeout' | '';
|
|
53
|
+
export declare type FloorRoomCardData = {
|
|
54
|
+
main_field: string;
|
|
55
|
+
capacity: number | string;
|
|
56
|
+
status: FloorRoomCardRoomStatus;
|
|
57
|
+
sub_status: FloorRoomCardSubStatus;
|
|
58
|
+
bookings: FloorRoomCardBooking[];
|
|
59
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 平面图 RoomCard:订单支付态 → UI 分支(印章 / 金额颜色)
|
|
3
|
+
*/
|
|
4
|
+
/** 平面图 RoomCard 仅两种徽章:已付款 / 需付款 */
|
|
5
|
+
export declare type FloorRoomCardPaymentUiKind = 'paid' | 'unpaid';
|
|
6
|
+
/**
|
|
7
|
+
* @param orderPaymentStatus 来自 {@link FloorRoomCardBooking.order_payment_status}(接口多为 `order.payment_status` 映射)
|
|
8
|
+
*/
|
|
9
|
+
export declare function floorRoomCardPaymentUiFromOrderStatus(orderPaymentStatus: string | undefined): FloorRoomCardPaymentUiKind;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 将 {@link FloorRoomCardData} 映射为 {@link RoomCardHeaderView} props(供嵌入页直连纯 UI)。
|
|
3
|
+
*/
|
|
4
|
+
import type { FloorRoomCardBooking, FloorRoomCardData } from './floorRoomCardModel';
|
|
5
|
+
import type { RoomCardHeaderViewProps } from './views/RoomCardHeaderView';
|
|
6
|
+
export declare function mapFloorRoomCardDataToHeaderViewProps(data: FloorRoomCardData, options?: {
|
|
7
|
+
hideCapacity?: boolean;
|
|
8
|
+
occupancyBookings?: FloorRoomCardBooking[];
|
|
9
|
+
showStatusTag?: boolean;
|
|
10
|
+
}): RoomCardHeaderViewProps;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { FloorRoomCardRoomStatus } from '../floorRoomCardModel';
|
|
3
|
+
export interface RoomCardHeaderViewProps {
|
|
4
|
+
roomTitle: string;
|
|
5
|
+
/** 为 null 或空串时不渲染 Cap 行 */
|
|
6
|
+
capacityLine: string | null;
|
|
7
|
+
status: FloorRoomCardRoomStatus;
|
|
8
|
+
statusLabel: string;
|
|
9
|
+
/** false:维护卡等仅左侧标题+Cap,无右侧状态 tag */
|
|
10
|
+
showStatusTag?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare function RoomCardHeaderView(props: RoomCardHeaderViewProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface RoomCardShellViewProps {
|
|
3
|
+
className: string;
|
|
4
|
+
checkoutBookingKey?: string;
|
|
5
|
+
header: React.ReactNode;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
/** 单张 RoomCard 根壳:顶栏 + 可选主体(empty 仅顶栏) */
|
|
9
|
+
export declare function RoomCardShellView(props: RoomCardShellViewProps): JSX.Element;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/** PisellReservation — 日本語 */
|
|
2
|
+
declare const _default: {
|
|
3
|
+
'pisell-reservation.page-title': string;
|
|
4
|
+
'pisell-reservation.page-title-venue': string;
|
|
5
|
+
'pisell-reservation.new': string;
|
|
6
|
+
'pisell-reservation.new-modal-title': string;
|
|
7
|
+
'pisell-reservation.new-modal-placeholder': string;
|
|
8
|
+
'pisell-reservation.cancel': string;
|
|
9
|
+
'pisell-reservation.edit-map': string;
|
|
10
|
+
'pisell-reservation.edit-map-done': string;
|
|
11
|
+
'pisell-reservation.follow-current': string;
|
|
12
|
+
'pisell-reservation.view-grid': string;
|
|
13
|
+
'pisell-reservation.view-floor': string;
|
|
14
|
+
'pisell-reservation.view-calendar': string;
|
|
15
|
+
'pisell-reservation.view-resource-wall': string;
|
|
16
|
+
'pisell-reservation.resource-wall-resources': string;
|
|
17
|
+
'pisell-reservation.calendar-granularity-day': string;
|
|
18
|
+
'pisell-reservation.calendar-granularity-week': string;
|
|
19
|
+
'pisell-reservation.calendar-granularity-month': string;
|
|
20
|
+
'pisell-reservation.calendar-write-not-available': string;
|
|
21
|
+
'pisell-reservation.follow-live-time': string;
|
|
22
|
+
'pisell-reservation.follow-custom-time': string;
|
|
23
|
+
'pisell-reservation.follow-live-hint': string;
|
|
24
|
+
'pisell-reservation.follow-custom-hint': string;
|
|
25
|
+
'pisell-reservation.switch-to-custom-time': string;
|
|
26
|
+
'pisell-reservation.switch-to-live-time': string;
|
|
27
|
+
'pisell-reservation.non-current-hint': string;
|
|
28
|
+
'pisell-reservation.at-current-time': string;
|
|
29
|
+
'pisell-reservation.go-current': string;
|
|
30
|
+
'pisell-reservation.schedule-data-loading': string;
|
|
31
|
+
'pisell-reservation.hud-open-table-aria': string;
|
|
32
|
+
'pisell-reservation.hud-table-drawer-title': string;
|
|
33
|
+
'pisell-reservation.hud-sheet-close-aria': string;
|
|
34
|
+
'pisell-reservation.hud-expand-aria': string;
|
|
35
|
+
'pisell-reservation.hud-collapse-aria': string;
|
|
36
|
+
'pisell-reservation.grid.code': string;
|
|
37
|
+
'pisell-reservation.grid.area': string;
|
|
38
|
+
'pisell-reservation.grid.status': string;
|
|
39
|
+
'pisell-reservation.grid.guest': string;
|
|
40
|
+
'pisell-reservation.grid.time': string;
|
|
41
|
+
'pisell-reservation.grid.party': string;
|
|
42
|
+
'pisell-reservation.canvas.main': string;
|
|
43
|
+
'pisell-reservation.canvas.secondary': string;
|
|
44
|
+
'pisell-reservation.canvas.vip': string;
|
|
45
|
+
'pisell-reservation.maintenance': string;
|
|
46
|
+
'pisell-reservation.next': string;
|
|
47
|
+
'pisell-reservation.party': string;
|
|
48
|
+
'pisell-reservation.more': string;
|
|
49
|
+
'pisell-reservation.late': string;
|
|
50
|
+
'pisell-reservation.floor-hud.total': string;
|
|
51
|
+
'pisell-reservation.floor-hud.interactive-title': string;
|
|
52
|
+
'pisell-reservation.floor-map.data-source-label': string;
|
|
53
|
+
'pisell-reservation.floor-map.category-background': string;
|
|
54
|
+
'pisell-reservation.floor-map.palette-image-bg': string;
|
|
55
|
+
'pisell-reservation.floor-plan.save-failed': string;
|
|
56
|
+
'pisell-reservation.card-placeholder.hint-select-row': string;
|
|
57
|
+
'pisell-reservation.card-placeholder.hint-bind-datasource': string;
|
|
58
|
+
'pisell-reservation.card-placeholder.hint-new-slot': string;
|
|
59
|
+
'pisell-reservation.card-placeholder.hint-row-not-found': string;
|
|
60
|
+
'pisell-reservation.resource-grid.id': string;
|
|
61
|
+
'pisell-reservation.resource-grid.name': string;
|
|
62
|
+
'pisell-reservation.resource-grid.form-code': string;
|
|
63
|
+
'pisell-reservation.resource-grid.capacity': string;
|
|
64
|
+
'pisell-reservation.resource-grid.schedule': string;
|
|
65
|
+
'pisell-reservation.resource-grid.form-id': string;
|
|
66
|
+
'pisell-reservation.resource-grid.card-status': string;
|
|
67
|
+
'pisell-reservation.room-kind-bound': string;
|
|
68
|
+
'pisell-reservation.room-kind-bound-round': string;
|
|
69
|
+
'pisell-reservation.room-status-occupied': string;
|
|
70
|
+
'pisell-reservation.room-status-reserved': string;
|
|
71
|
+
'pisell-reservation.room-status-empty': string;
|
|
72
|
+
'pisell-reservation.room-status-locked': string;
|
|
73
|
+
'pisell-reservation.room-status-unbound': string;
|
|
74
|
+
'pisell-reservation.room-paid': string;
|
|
75
|
+
'pisell-reservation.room-unpaid': string;
|
|
76
|
+
'pisell-reservation.room-payment-needed': string;
|
|
77
|
+
'pisell-reservation.room-items-total': string;
|
|
78
|
+
'pisell-reservation.room-modal-bookings': string;
|
|
79
|
+
'pisell-reservation.room-cap-prefix': string;
|
|
80
|
+
'pisell-reservation.room-time-end': string;
|
|
81
|
+
'pisell-reservation.room-time-start': string;
|
|
82
|
+
'pisell-reservation.room-in-minutes': string;
|
|
83
|
+
'pisell-reservation.room-view-all': string;
|
|
84
|
+
'pisell-reservation.room-occupancy-sum': string;
|
|
85
|
+
'pisell-reservation.room-next-prefix': string;
|
|
86
|
+
'pisell-reservation.room-guest-unknown': string;
|
|
87
|
+
'pisell-reservation.room-collapse': string;
|
|
88
|
+
'pisell-reservation.booking-detail.modal-title': string;
|
|
89
|
+
'pisell-reservation.booking-detail.booking-id': string;
|
|
90
|
+
'pisell-reservation.booking-detail.status': string;
|
|
91
|
+
'pisell-reservation.booking-detail.contact': string;
|
|
92
|
+
'pisell-reservation.booking-detail.phone': string;
|
|
93
|
+
'pisell-reservation.booking-detail.time': string;
|
|
94
|
+
'pisell-reservation.booking-detail.staff': string;
|
|
95
|
+
'pisell-reservation.booking-detail.staff-unassigned': string;
|
|
96
|
+
'pisell-reservation.booking-detail.table': string;
|
|
97
|
+
'pisell-reservation.booking-detail.payment': string;
|
|
98
|
+
'pisell-reservation.booking-detail.total': string;
|
|
99
|
+
'pisell-reservation.booking-detail.tab-info': string;
|
|
100
|
+
'pisell-reservation.booking-detail.tab-notes': string;
|
|
101
|
+
'pisell-reservation.booking-detail.tab-form': string;
|
|
102
|
+
'pisell-reservation.booking-detail.empty-notes': string;
|
|
103
|
+
'pisell-reservation.booking-detail.empty-items': string;
|
|
104
|
+
'pisell-reservation.booking-detail.empty-form': string;
|
|
105
|
+
'pisell-reservation.booking-detail.booking-label': string;
|
|
106
|
+
'pisell-reservation.booking-detail.strip-items-total': string;
|
|
107
|
+
'pisell-reservation.booking-detail.strip-due-label': string;
|
|
108
|
+
'pisell-reservation.booking-detail.see-all': string;
|
|
109
|
+
'pisell-reservation.booking-detail.header-mode-aria': string;
|
|
110
|
+
'pisell-reservation.booking-detail.header-mode-order-strip': string;
|
|
111
|
+
'pisell-reservation.booking-detail.header-mode-room-card': string;
|
|
112
|
+
'pisell-reservation.booking-detail.action-grid-aria': string;
|
|
113
|
+
'pisell-reservation.booking-detail.action-edit': string;
|
|
114
|
+
'pisell-reservation.booking-detail.action-cart': string;
|
|
115
|
+
'pisell-reservation.booking-detail.action-print': string;
|
|
116
|
+
'pisell-reservation.booking-detail.action-form': string;
|
|
117
|
+
'pisell-reservation.booking-detail.action-list': string;
|
|
118
|
+
'pisell-reservation.booking-detail.action-close': string;
|
|
119
|
+
'pisell-reservation.booking-detail.to-pay': string;
|
|
120
|
+
'pisell-reservation.booking-detail.order-open': string;
|
|
121
|
+
'pisell-reservation.booking-detail.order-already-paid': string;
|
|
122
|
+
'pisell-reservation.booking-detail.meta-host-status': string;
|
|
123
|
+
'pisell-reservation.booking-detail.meta-line-amount': string;
|
|
124
|
+
'pisell-reservation.booking-detail.meta-timeout': string;
|
|
125
|
+
'pisell-reservation.booking-detail.meta-progress': string;
|
|
126
|
+
'pisell-reservation.booking-detail.meta-arrival': string;
|
|
127
|
+
'pisell-reservation.booking-detail.status-enum.started': string;
|
|
128
|
+
'pisell-reservation.booking-detail.status-enum.confirmed': string;
|
|
129
|
+
'pisell-reservation.booking-detail.status-enum.active': string;
|
|
130
|
+
'pisell-reservation.booking-detail.status-enum.checked_in': string;
|
|
131
|
+
'pisell-reservation.booking-detail.status-enum.checkin': string;
|
|
132
|
+
'pisell-reservation.booking-detail.status-enum.in_progress': string;
|
|
133
|
+
'pisell-reservation.booking-detail.status-enum.pending': string;
|
|
134
|
+
'pisell-reservation.booking-detail.status-enum.pending_payment': string;
|
|
135
|
+
'pisell-reservation.booking-detail.status-enum.draft': string;
|
|
136
|
+
'pisell-reservation.booking-detail.status-enum.waiting': string;
|
|
137
|
+
'pisell-reservation.booking-detail.status-enum.hold': string;
|
|
138
|
+
'pisell-reservation.booking-detail.status-enum.cancelled': string;
|
|
139
|
+
'pisell-reservation.booking-detail.status-enum.canceled': string;
|
|
140
|
+
'pisell-reservation.booking-detail.status-enum.void': string;
|
|
141
|
+
'pisell-reservation.booking-detail.status-enum.refunded': string;
|
|
142
|
+
};
|
|
143
|
+
export default _default;
|