@pisell/private-materials 6.11.126 → 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.d.ts +11 -0
- package/es/plus/pisellReservation/PisellReservation.js +99 -14
- package/es/plus/pisellReservation/components/bookingChangeModal/demo.d.ts +1 -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/usePisellReservationBookingData.d.ts +51 -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.d.ts +11 -0
- package/lib/plus/pisellReservation/PisellReservation.js +79 -1
- package/lib/plus/pisellReservation/components/bookingChangeModal/demo.d.ts +1 -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/usePisellReservationBookingData.d.ts +51 -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,473 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'wallet-pass-gallery.rechargeableCard': string;
|
|
4
|
+
'wallet-pass-gallery.voucher': string;
|
|
5
|
+
'wallet-pass-gallery.pointCard': string;
|
|
6
|
+
'wallet-pass-gallery.discountCard': string;
|
|
7
|
+
'wallet-pass-gallery.unavailable': string;
|
|
8
|
+
'wallet-pass-gallery.available': string;
|
|
9
|
+
'wallet-pass-gallery.confirm': string;
|
|
10
|
+
'wallet-pass-gallery.addModalTitle': string;
|
|
11
|
+
'wallet-pass-gallery.searchDescribe': string;
|
|
12
|
+
'wallet-pass-gallery.scanBarQrCode': string;
|
|
13
|
+
'wallet-pass-gallery.enterCodes': string;
|
|
14
|
+
'wallet-pass-gallery.add': string;
|
|
15
|
+
'wallet-pass-gallery.rechargeOptions': string;
|
|
16
|
+
'wallet-pass-gallery.recharge': string;
|
|
17
|
+
'wallet-pass-gallery.wallet': string;
|
|
18
|
+
'wallet-pass-gallery.details': string;
|
|
19
|
+
'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
|
|
20
|
+
'wallet-pass-gallery.cardBalance': string;
|
|
21
|
+
'wallet-pass-gallery.voucherBalance': string;
|
|
22
|
+
'wallet-pass-gallery.points': string;
|
|
23
|
+
'wallet-pass-gallery.goodPass': string;
|
|
24
|
+
'wallet-pass-gallery.cardName': string;
|
|
25
|
+
'wallet-pass-gallery.carNumber': string;
|
|
26
|
+
'wallet-pass-gallery.balance': string;
|
|
27
|
+
'wallet-pass-gallery.discount': string;
|
|
28
|
+
'wallet-pass-gallery.validDate': string;
|
|
29
|
+
'wallet-pass-gallery.addSuccess': string;
|
|
30
|
+
'wallet-pass-gallery.addError': string;
|
|
31
|
+
'wallet-pass-gallery.searchNoFound': string;
|
|
32
|
+
'wallet-pass-gallery.log.updateCurrentDetail': string;
|
|
33
|
+
'wallet-pass-gallery.log.getDetailFailed': string;
|
|
34
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': string;
|
|
35
|
+
'wallet-pass-gallery.log.getWalletListFailed': string;
|
|
36
|
+
'wallet-pass-gallery.log.bindCustomerFailed': string;
|
|
37
|
+
'wallet-pass-gallery.log.getUnbindListFailed': string;
|
|
38
|
+
'wallet-pass-gallery.log.orderFailed': string;
|
|
39
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': string;
|
|
40
|
+
'wallet-pass-gallery.button.add': string;
|
|
41
|
+
'wallet-pass-gallery.button.addToAppleWallet': string;
|
|
42
|
+
'wallet-pass-gallery.button.addToGoogleWallet': string;
|
|
43
|
+
'wallet-pass-gallery.button.recharge': string;
|
|
44
|
+
'wallet-pass-gallery.error.addFailed': string;
|
|
45
|
+
'wallet-pass-gallery.copyTitle': string;
|
|
46
|
+
'wallet-pass-gallery.copyButton': string;
|
|
47
|
+
'wallet-pass-gallery.copySuccess': string;
|
|
48
|
+
'wallet-pass-gallery.detail': string;
|
|
49
|
+
'wallet-pass-gallery.activelog': string;
|
|
50
|
+
'wallet-pass-gallery.copyText': string;
|
|
51
|
+
'wallet-pass-gallery.spendingDetails': string;
|
|
52
|
+
'wallet-pass-gallery.rechargeDetails': string;
|
|
53
|
+
'wallet-pass-gallery.date': string;
|
|
54
|
+
'wallet-pass-gallery.spending': string;
|
|
55
|
+
'wallet-pass-gallery.pointsEarned': string;
|
|
56
|
+
'wallet-pass-gallery.pointsRedeemed': string;
|
|
57
|
+
'wallet-pass-gallery.refund': string;
|
|
58
|
+
'wallet-pass-gallery.expire': string;
|
|
59
|
+
'wallet-pass-gallery.viewOrder': string;
|
|
60
|
+
'wallet-pass-gallery.done': string;
|
|
61
|
+
'wallet-pass-gallery.addIos': string;
|
|
62
|
+
'wallet-pass-gallery.addGoogle': string;
|
|
63
|
+
'wallet-pass-gallery.viewDetails': string;
|
|
64
|
+
'wallet-pass-gallery.expireDate': string;
|
|
65
|
+
'wallet-pass-gallery.urlEmpty': string;
|
|
66
|
+
'wallet-pass-gallery.notIOS': string;
|
|
67
|
+
'wallet-pass-gallery.useAppleInstead': string;
|
|
68
|
+
'wallet-pass-gallery.openedInBrowser': string;
|
|
69
|
+
'wallet-pass-gallery.openFailed': string;
|
|
70
|
+
'wallet-pass-gallery.loading': string;
|
|
71
|
+
'wallet-pass-gallery.usageRules': string;
|
|
72
|
+
'wallet-pass-gallery.usageRulesSubtitle': string;
|
|
73
|
+
'wallet-pass-gallery.timeUsageLimits': string;
|
|
74
|
+
'wallet-pass-gallery.totalQuantityControl': string;
|
|
75
|
+
'wallet-pass-gallery.dailyLimit': string;
|
|
76
|
+
'wallet-pass-gallery.weeklyLimit': string;
|
|
77
|
+
'wallet-pass-gallery.monthlyLimit': string;
|
|
78
|
+
'wallet-pass-gallery.personalLimit': string;
|
|
79
|
+
'wallet-pass-gallery.dailyLimitDesc': string;
|
|
80
|
+
'wallet-pass-gallery.weeklyLimitDesc': string;
|
|
81
|
+
'wallet-pass-gallery.monthlyLimitDesc': string;
|
|
82
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': string;
|
|
83
|
+
'wallet-pass-gallery.personalLimitDesc': string;
|
|
84
|
+
'wallet-pass-gallery.dailyReset': string;
|
|
85
|
+
'wallet-pass-gallery.weeklyReset': string;
|
|
86
|
+
'wallet-pass-gallery.monthlyReset': string;
|
|
87
|
+
'wallet-pass-gallery.voucherExpireNote': string;
|
|
88
|
+
'wallet-pass-gallery.viewMore': string;
|
|
89
|
+
'wallet-pass-gallery.allLoaded': string;
|
|
90
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
91
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
92
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
93
|
+
'page.wallet.notValidDate': string;
|
|
94
|
+
'page.wallet.includedDate': string;
|
|
95
|
+
};
|
|
96
|
+
'zh-CN': {
|
|
97
|
+
'wallet-pass-gallery.rechargeableCard': string;
|
|
98
|
+
'wallet-pass-gallery.voucher': string;
|
|
99
|
+
'wallet-pass-gallery.pointCard': string;
|
|
100
|
+
'wallet-pass-gallery.discountCard': string;
|
|
101
|
+
'wallet-pass-gallery.unavailable': string;
|
|
102
|
+
'wallet-pass-gallery.available': string;
|
|
103
|
+
'wallet-pass-gallery.confirm': string;
|
|
104
|
+
'wallet-pass-gallery.addModalTitle': string;
|
|
105
|
+
'wallet-pass-gallery.searchDescribe': string;
|
|
106
|
+
'wallet-pass-gallery.scanBarQrCode': string;
|
|
107
|
+
'wallet-pass-gallery.enterCodes': string;
|
|
108
|
+
'wallet-pass-gallery.add': string;
|
|
109
|
+
'wallet-pass-gallery.rechargeOptions': string;
|
|
110
|
+
'wallet-pass-gallery.recharge': string;
|
|
111
|
+
'wallet-pass-gallery.wallet': string;
|
|
112
|
+
'wallet-pass-gallery.details': string;
|
|
113
|
+
'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
|
|
114
|
+
'wallet-pass-gallery.cardBalance': string;
|
|
115
|
+
'wallet-pass-gallery.voucherBalance': string;
|
|
116
|
+
'wallet-pass-gallery.points': string;
|
|
117
|
+
'wallet-pass-gallery.goodPass': string;
|
|
118
|
+
'wallet-pass-gallery.cardName': string;
|
|
119
|
+
'wallet-pass-gallery.carNumber': string;
|
|
120
|
+
'wallet-pass-gallery.balance': string;
|
|
121
|
+
'wallet-pass-gallery.discount': string;
|
|
122
|
+
'wallet-pass-gallery.validDate': string;
|
|
123
|
+
'wallet-pass-gallery.addSuccess': string;
|
|
124
|
+
'wallet-pass-gallery.addError': string;
|
|
125
|
+
'wallet-pass-gallery.searchNoFound': string;
|
|
126
|
+
'wallet-pass-gallery.log.updateCurrentDetail': string;
|
|
127
|
+
'wallet-pass-gallery.log.getDetailFailed': string;
|
|
128
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': string;
|
|
129
|
+
'wallet-pass-gallery.log.getWalletListFailed': string;
|
|
130
|
+
'wallet-pass-gallery.log.bindCustomerFailed': string;
|
|
131
|
+
'wallet-pass-gallery.log.getUnbindListFailed': string;
|
|
132
|
+
'wallet-pass-gallery.log.orderFailed': string;
|
|
133
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': string;
|
|
134
|
+
'wallet-pass-gallery.button.add': string;
|
|
135
|
+
'wallet-pass-gallery.button.addToAppleWallet': string;
|
|
136
|
+
'wallet-pass-gallery.button.addToGoogleWallet': string;
|
|
137
|
+
'wallet-pass-gallery.button.recharge': string;
|
|
138
|
+
'wallet-pass-gallery.error.addFailed': string;
|
|
139
|
+
'wallet-pass-gallery.copyTitle': string;
|
|
140
|
+
'wallet-pass-gallery.copyButton': string;
|
|
141
|
+
'wallet-pass-gallery.copySuccess': string;
|
|
142
|
+
'wallet-pass-gallery.detail': string;
|
|
143
|
+
'wallet-pass-gallery.activelog': string;
|
|
144
|
+
'wallet-pass-gallery.copyText': string;
|
|
145
|
+
'wallet-pass-gallery.spendingDetails': string;
|
|
146
|
+
'wallet-pass-gallery.rechargeDetails': string;
|
|
147
|
+
'wallet-pass-gallery.date': string;
|
|
148
|
+
'wallet-pass-gallery.spending': string;
|
|
149
|
+
'wallet-pass-gallery.pointsEarned': string;
|
|
150
|
+
'wallet-pass-gallery.pointsRedeemed': string;
|
|
151
|
+
'wallet-pass-gallery.refund': string;
|
|
152
|
+
'wallet-pass-gallery.expire': string;
|
|
153
|
+
'wallet-pass-gallery.viewOrder': string;
|
|
154
|
+
'wallet-pass-gallery.done': string;
|
|
155
|
+
'wallet-pass-gallery.addIos': string;
|
|
156
|
+
'wallet-pass-gallery.addGoogle': string;
|
|
157
|
+
'wallet-pass-gallery.viewDetails': string;
|
|
158
|
+
'wallet-pass-gallery.expireDate': string;
|
|
159
|
+
'wallet-pass-gallery.urlEmpty': string;
|
|
160
|
+
'wallet-pass-gallery.notIOS': string;
|
|
161
|
+
'wallet-pass-gallery.useAppleInstead': string;
|
|
162
|
+
'wallet-pass-gallery.openedInBrowser': string;
|
|
163
|
+
'wallet-pass-gallery.openFailed': string;
|
|
164
|
+
'wallet-pass-gallery.loading': string;
|
|
165
|
+
'wallet-pass-gallery.usageRules': string;
|
|
166
|
+
'wallet-pass-gallery.usageRulesSubtitle': string;
|
|
167
|
+
'wallet-pass-gallery.timeUsageLimits': string;
|
|
168
|
+
'wallet-pass-gallery.totalQuantityControl': string;
|
|
169
|
+
'wallet-pass-gallery.dailyLimit': string;
|
|
170
|
+
'wallet-pass-gallery.weeklyLimit': string;
|
|
171
|
+
'wallet-pass-gallery.monthlyLimit': string;
|
|
172
|
+
'wallet-pass-gallery.personalLimit': string;
|
|
173
|
+
'wallet-pass-gallery.dailyLimitDesc': string;
|
|
174
|
+
'wallet-pass-gallery.weeklyLimitDesc': string;
|
|
175
|
+
'wallet-pass-gallery.monthlyLimitDesc': string;
|
|
176
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': string;
|
|
177
|
+
'wallet-pass-gallery.personalLimitDesc': string;
|
|
178
|
+
'wallet-pass-gallery.dailyReset': string;
|
|
179
|
+
'wallet-pass-gallery.weeklyReset': string;
|
|
180
|
+
'wallet-pass-gallery.monthlyReset': string;
|
|
181
|
+
'wallet-pass-gallery.voucherExpireNote': string;
|
|
182
|
+
'wallet-pass-gallery.viewMore': string;
|
|
183
|
+
'wallet-pass-gallery.allLoaded': string;
|
|
184
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
185
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
186
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
187
|
+
'page.wallet.notValidDate': string;
|
|
188
|
+
'page.wallet.includedDate': string;
|
|
189
|
+
};
|
|
190
|
+
'zh-HK': {
|
|
191
|
+
'wallet-pass-gallery.rechargeableCard': string;
|
|
192
|
+
'wallet-pass-gallery.voucher': string;
|
|
193
|
+
'wallet-pass-gallery.pointCard': string;
|
|
194
|
+
'wallet-pass-gallery.discountCard': string;
|
|
195
|
+
'wallet-pass-gallery.unavailable': string;
|
|
196
|
+
'wallet-pass-gallery.available': string;
|
|
197
|
+
'wallet-pass-gallery.confirm': string;
|
|
198
|
+
'wallet-pass-gallery.addModalTitle': string;
|
|
199
|
+
'wallet-pass-gallery.searchDescribe': string;
|
|
200
|
+
'wallet-pass-gallery.scanBarQrCode': string;
|
|
201
|
+
'wallet-pass-gallery.enterCodes': string;
|
|
202
|
+
'wallet-pass-gallery.add': string;
|
|
203
|
+
'wallet-pass-gallery.rechargeOptions': string;
|
|
204
|
+
'wallet-pass-gallery.recharge': string;
|
|
205
|
+
'wallet-pass-gallery.wallet': string;
|
|
206
|
+
'wallet-pass-gallery.details': string;
|
|
207
|
+
'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
|
|
208
|
+
'wallet-pass-gallery.cardBalance': string;
|
|
209
|
+
'wallet-pass-gallery.voucherBalance': string;
|
|
210
|
+
'wallet-pass-gallery.points': string;
|
|
211
|
+
'wallet-pass-gallery.goodPass': string;
|
|
212
|
+
'wallet-pass-gallery.cardName': string;
|
|
213
|
+
'wallet-pass-gallery.carNumber': string;
|
|
214
|
+
'wallet-pass-gallery.balance': string;
|
|
215
|
+
'wallet-pass-gallery.discount': string;
|
|
216
|
+
'wallet-pass-gallery.validDate': string;
|
|
217
|
+
'wallet-pass-gallery.addSuccess': string;
|
|
218
|
+
'wallet-pass-gallery.addError': string;
|
|
219
|
+
'wallet-pass-gallery.searchNoFound': string;
|
|
220
|
+
'wallet-pass-gallery.log.updateCurrentDetail': string;
|
|
221
|
+
'wallet-pass-gallery.log.getDetailFailed': string;
|
|
222
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': string;
|
|
223
|
+
'wallet-pass-gallery.log.getWalletListFailed': string;
|
|
224
|
+
'wallet-pass-gallery.log.bindCustomerFailed': string;
|
|
225
|
+
'wallet-pass-gallery.log.getUnbindListFailed': string;
|
|
226
|
+
'wallet-pass-gallery.log.orderFailed': string;
|
|
227
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': string;
|
|
228
|
+
'wallet-pass-gallery.button.add': string;
|
|
229
|
+
'wallet-pass-gallery.button.addToAppleWallet': string;
|
|
230
|
+
'wallet-pass-gallery.button.addToGoogleWallet': string;
|
|
231
|
+
'wallet-pass-gallery.button.recharge': string;
|
|
232
|
+
'wallet-pass-gallery.error.addFailed': string;
|
|
233
|
+
'wallet-pass-gallery.copyTitle': string;
|
|
234
|
+
'wallet-pass-gallery.copyButton': string;
|
|
235
|
+
'wallet-pass-gallery.copySuccess': string;
|
|
236
|
+
'wallet-pass-gallery.detail': string;
|
|
237
|
+
'wallet-pass-gallery.activelog': string;
|
|
238
|
+
'wallet-pass-gallery.copyText': string;
|
|
239
|
+
'wallet-pass-gallery.spendingDetails': string;
|
|
240
|
+
'wallet-pass-gallery.rechargeDetails': string;
|
|
241
|
+
'wallet-pass-gallery.date': string;
|
|
242
|
+
'wallet-pass-gallery.spending': string;
|
|
243
|
+
'wallet-pass-gallery.pointsEarned': string;
|
|
244
|
+
'wallet-pass-gallery.pointsRedeemed': string;
|
|
245
|
+
'wallet-pass-gallery.refund': string;
|
|
246
|
+
'wallet-pass-gallery.expire': string;
|
|
247
|
+
'wallet-pass-gallery.viewOrder': string;
|
|
248
|
+
'wallet-pass-gallery.done': string;
|
|
249
|
+
'wallet-pass-gallery.addIos': string;
|
|
250
|
+
'wallet-pass-gallery.addGoogle': string;
|
|
251
|
+
'wallet-pass-gallery.viewDetails': string;
|
|
252
|
+
'wallet-pass-gallery.expireDate': string;
|
|
253
|
+
'wallet-pass-gallery.urlEmpty': string;
|
|
254
|
+
'wallet-pass-gallery.notIOS': string;
|
|
255
|
+
'wallet-pass-gallery.useAppleInstead': string;
|
|
256
|
+
'wallet-pass-gallery.openedInBrowser': string;
|
|
257
|
+
'wallet-pass-gallery.openFailed': string;
|
|
258
|
+
'wallet-pass-gallery.loading': string;
|
|
259
|
+
'wallet-pass-gallery.usageRules': string;
|
|
260
|
+
'wallet-pass-gallery.usageRulesSubtitle': string;
|
|
261
|
+
'wallet-pass-gallery.timeUsageLimits': string;
|
|
262
|
+
'wallet-pass-gallery.totalQuantityControl': string;
|
|
263
|
+
'wallet-pass-gallery.dailyLimit': string;
|
|
264
|
+
'wallet-pass-gallery.weeklyLimit': string;
|
|
265
|
+
'wallet-pass-gallery.monthlyLimit': string;
|
|
266
|
+
'wallet-pass-gallery.personalLimit': string;
|
|
267
|
+
'wallet-pass-gallery.dailyLimitDesc': string;
|
|
268
|
+
'wallet-pass-gallery.weeklyLimitDesc': string;
|
|
269
|
+
'wallet-pass-gallery.monthlyLimitDesc': string;
|
|
270
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': string;
|
|
271
|
+
'wallet-pass-gallery.personalLimitDesc': string;
|
|
272
|
+
'wallet-pass-gallery.dailyReset': string;
|
|
273
|
+
'wallet-pass-gallery.weeklyReset': string;
|
|
274
|
+
'wallet-pass-gallery.monthlyReset': string;
|
|
275
|
+
'wallet-pass-gallery.voucherExpireNote': string;
|
|
276
|
+
'wallet-pass-gallery.viewMore': string;
|
|
277
|
+
'wallet-pass-gallery.allLoaded': string;
|
|
278
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
279
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
280
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
281
|
+
'page.wallet.notValidDate': string;
|
|
282
|
+
'page.wallet.includedDate': string;
|
|
283
|
+
};
|
|
284
|
+
ja: {
|
|
285
|
+
'wallet-pass-gallery.rechargeableCard': string;
|
|
286
|
+
'wallet-pass-gallery.voucher': string;
|
|
287
|
+
'wallet-pass-gallery.pointCard': string;
|
|
288
|
+
'wallet-pass-gallery.discountCard': string;
|
|
289
|
+
'wallet-pass-gallery.unavailable': string;
|
|
290
|
+
'wallet-pass-gallery.available': string;
|
|
291
|
+
'wallet-pass-gallery.confirm': string;
|
|
292
|
+
'wallet-pass-gallery.addModalTitle': string;
|
|
293
|
+
'wallet-pass-gallery.searchDescribe': string;
|
|
294
|
+
'wallet-pass-gallery.scanBarQrCode': string;
|
|
295
|
+
'wallet-pass-gallery.enterCodes': string;
|
|
296
|
+
'wallet-pass-gallery.add': string;
|
|
297
|
+
'wallet-pass-gallery.rechargeOptions': string;
|
|
298
|
+
'wallet-pass-gallery.recharge': string;
|
|
299
|
+
'wallet-pass-gallery.wallet': string;
|
|
300
|
+
'wallet-pass-gallery.details': string;
|
|
301
|
+
'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
|
|
302
|
+
'wallet-pass-gallery.cardBalance': string;
|
|
303
|
+
'wallet-pass-gallery.voucherBalance': string;
|
|
304
|
+
'wallet-pass-gallery.points': string;
|
|
305
|
+
'wallet-pass-gallery.goodPass': string;
|
|
306
|
+
'wallet-pass-gallery.cardName': string;
|
|
307
|
+
'wallet-pass-gallery.carNumber': string;
|
|
308
|
+
'wallet-pass-gallery.balance': string;
|
|
309
|
+
'wallet-pass-gallery.discount': string;
|
|
310
|
+
'wallet-pass-gallery.validDate': string;
|
|
311
|
+
'wallet-pass-gallery.addSuccess': string;
|
|
312
|
+
'wallet-pass-gallery.addError': string;
|
|
313
|
+
'wallet-pass-gallery.searchNoFound': string;
|
|
314
|
+
'wallet-pass-gallery.log.updateCurrentDetail': string;
|
|
315
|
+
'wallet-pass-gallery.log.getDetailFailed': string;
|
|
316
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': string;
|
|
317
|
+
'wallet-pass-gallery.log.getWalletListFailed': string;
|
|
318
|
+
'wallet-pass-gallery.log.bindCustomerFailed': string;
|
|
319
|
+
'wallet-pass-gallery.log.getUnbindListFailed': string;
|
|
320
|
+
'wallet-pass-gallery.log.orderFailed': string;
|
|
321
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': string;
|
|
322
|
+
'wallet-pass-gallery.button.add': string;
|
|
323
|
+
'wallet-pass-gallery.button.addToAppleWallet': string;
|
|
324
|
+
'wallet-pass-gallery.button.addToGoogleWallet': string;
|
|
325
|
+
'wallet-pass-gallery.button.recharge': string;
|
|
326
|
+
'wallet-pass-gallery.error.addFailed': string;
|
|
327
|
+
'wallet-pass-gallery.copyTitle': string;
|
|
328
|
+
'wallet-pass-gallery.copyButton': string;
|
|
329
|
+
'wallet-pass-gallery.copySuccess': string;
|
|
330
|
+
'wallet-pass-gallery.detail': string;
|
|
331
|
+
'wallet-pass-gallery.activelog': string;
|
|
332
|
+
'wallet-pass-gallery.copyText': string;
|
|
333
|
+
'wallet-pass-gallery.spendingDetails': string;
|
|
334
|
+
'wallet-pass-gallery.rechargeDetails': string;
|
|
335
|
+
'wallet-pass-gallery.date': string;
|
|
336
|
+
'wallet-pass-gallery.spending': string;
|
|
337
|
+
'wallet-pass-gallery.pointsEarned': string;
|
|
338
|
+
'wallet-pass-gallery.pointsRedeemed': string;
|
|
339
|
+
'wallet-pass-gallery.refund': string;
|
|
340
|
+
'wallet-pass-gallery.expire': string;
|
|
341
|
+
'wallet-pass-gallery.viewOrder': string;
|
|
342
|
+
'wallet-pass-gallery.done': string;
|
|
343
|
+
'wallet-pass-gallery.addIos': string;
|
|
344
|
+
'wallet-pass-gallery.addGoogle': string;
|
|
345
|
+
'wallet-pass-gallery.viewDetails': string;
|
|
346
|
+
'wallet-pass-gallery.expireDate': string;
|
|
347
|
+
'wallet-pass-gallery.urlEmpty': string;
|
|
348
|
+
'wallet-pass-gallery.notIOS': string;
|
|
349
|
+
'wallet-pass-gallery.useAppleInstead': string;
|
|
350
|
+
'wallet-pass-gallery.openedInBrowser': string;
|
|
351
|
+
'wallet-pass-gallery.openFailed': string;
|
|
352
|
+
'wallet-pass-gallery.loading': string;
|
|
353
|
+
'wallet-pass-gallery.usageRules': string;
|
|
354
|
+
'wallet-pass-gallery.usageRulesSubtitle': string;
|
|
355
|
+
'wallet-pass-gallery.timeUsageLimits': string;
|
|
356
|
+
'wallet-pass-gallery.totalQuantityControl': string;
|
|
357
|
+
'wallet-pass-gallery.dailyLimit': string;
|
|
358
|
+
'wallet-pass-gallery.weeklyLimit': string;
|
|
359
|
+
'wallet-pass-gallery.monthlyLimit': string;
|
|
360
|
+
'wallet-pass-gallery.personalLimit': string;
|
|
361
|
+
'wallet-pass-gallery.dailyLimitDesc': string;
|
|
362
|
+
'wallet-pass-gallery.weeklyLimitDesc': string;
|
|
363
|
+
'wallet-pass-gallery.monthlyLimitDesc': string;
|
|
364
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': string;
|
|
365
|
+
'wallet-pass-gallery.personalLimitDesc': string;
|
|
366
|
+
'wallet-pass-gallery.dailyReset': string;
|
|
367
|
+
'wallet-pass-gallery.weeklyReset': string;
|
|
368
|
+
'wallet-pass-gallery.monthlyReset': string;
|
|
369
|
+
'wallet-pass-gallery.voucherExpireNote': string;
|
|
370
|
+
'wallet-pass-gallery.viewMore': string;
|
|
371
|
+
'wallet-pass-gallery.allLoaded': string;
|
|
372
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
373
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
374
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
375
|
+
'page.wallet.notValidDate': string;
|
|
376
|
+
'page.wallet.includedDate': string;
|
|
377
|
+
};
|
|
378
|
+
pt: {
|
|
379
|
+
'wallet-pass-gallery.rechargeableCard': string;
|
|
380
|
+
'wallet-pass-gallery.voucher': string;
|
|
381
|
+
'wallet-pass-gallery.pointCard': string;
|
|
382
|
+
'wallet-pass-gallery.discountCard': string;
|
|
383
|
+
'wallet-pass-gallery.unavailable': string;
|
|
384
|
+
'wallet-pass-gallery.available': string;
|
|
385
|
+
'wallet-pass-gallery.confirm': string;
|
|
386
|
+
'wallet-pass-gallery.addModalTitle': string;
|
|
387
|
+
'wallet-pass-gallery.searchDescribe': string;
|
|
388
|
+
'wallet-pass-gallery.scanBarQrCode': string;
|
|
389
|
+
'wallet-pass-gallery.enterCodes': string;
|
|
390
|
+
'wallet-pass-gallery.add': string;
|
|
391
|
+
'wallet-pass-gallery.rechargeOptions': string;
|
|
392
|
+
'wallet-pass-gallery.recharge': string;
|
|
393
|
+
'wallet-pass-gallery.wallet': string;
|
|
394
|
+
'wallet-pass-gallery.details': string;
|
|
395
|
+
'wallet-pass-gallery.goodPass.usedCredit': (credit: number) => string;
|
|
396
|
+
'wallet-pass-gallery.cardBalance': string;
|
|
397
|
+
'wallet-pass-gallery.voucherBalance': string;
|
|
398
|
+
'wallet-pass-gallery.points': string;
|
|
399
|
+
'wallet-pass-gallery.goodPass': string;
|
|
400
|
+
'wallet-pass-gallery.cardName': string;
|
|
401
|
+
'wallet-pass-gallery.carNumber': string;
|
|
402
|
+
'wallet-pass-gallery.balance': string;
|
|
403
|
+
'wallet-pass-gallery.discount': string;
|
|
404
|
+
'wallet-pass-gallery.validDate': string;
|
|
405
|
+
'wallet-pass-gallery.addSuccess': string;
|
|
406
|
+
'wallet-pass-gallery.addError': string;
|
|
407
|
+
'wallet-pass-gallery.searchNoFound': string;
|
|
408
|
+
'wallet-pass-gallery.log.updateCurrentDetail': string;
|
|
409
|
+
'wallet-pass-gallery.log.getDetailFailed': string;
|
|
410
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': string;
|
|
411
|
+
'wallet-pass-gallery.log.getWalletListFailed': string;
|
|
412
|
+
'wallet-pass-gallery.log.bindCustomerFailed': string;
|
|
413
|
+
'wallet-pass-gallery.log.getUnbindListFailed': string;
|
|
414
|
+
'wallet-pass-gallery.log.orderFailed': string;
|
|
415
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': string;
|
|
416
|
+
'wallet-pass-gallery.button.add': string;
|
|
417
|
+
'wallet-pass-gallery.button.addToAppleWallet': string;
|
|
418
|
+
'wallet-pass-gallery.button.addToGoogleWallet': string;
|
|
419
|
+
'wallet-pass-gallery.button.recharge': string;
|
|
420
|
+
'wallet-pass-gallery.error.addFailed': string;
|
|
421
|
+
'wallet-pass-gallery.copyTitle': string;
|
|
422
|
+
'wallet-pass-gallery.copyButton': string;
|
|
423
|
+
'wallet-pass-gallery.copySuccess': string;
|
|
424
|
+
'wallet-pass-gallery.detail': string;
|
|
425
|
+
'wallet-pass-gallery.activelog': string;
|
|
426
|
+
'wallet-pass-gallery.copyText': string;
|
|
427
|
+
'wallet-pass-gallery.spendingDetails': string;
|
|
428
|
+
'wallet-pass-gallery.rechargeDetails': string;
|
|
429
|
+
'wallet-pass-gallery.date': string;
|
|
430
|
+
'wallet-pass-gallery.spending': string;
|
|
431
|
+
'wallet-pass-gallery.pointsEarned': string;
|
|
432
|
+
'wallet-pass-gallery.pointsRedeemed': string;
|
|
433
|
+
'wallet-pass-gallery.refund': string;
|
|
434
|
+
'wallet-pass-gallery.expire': string;
|
|
435
|
+
'wallet-pass-gallery.viewOrder': string;
|
|
436
|
+
'wallet-pass-gallery.done': string;
|
|
437
|
+
'wallet-pass-gallery.addIos': string;
|
|
438
|
+
'wallet-pass-gallery.addGoogle': string;
|
|
439
|
+
'wallet-pass-gallery.viewDetails': string;
|
|
440
|
+
'wallet-pass-gallery.expireDate': string;
|
|
441
|
+
'wallet-pass-gallery.urlEmpty': string;
|
|
442
|
+
'wallet-pass-gallery.notIOS': string;
|
|
443
|
+
'wallet-pass-gallery.useAppleInstead': string;
|
|
444
|
+
'wallet-pass-gallery.openedInBrowser': string;
|
|
445
|
+
'wallet-pass-gallery.openFailed': string;
|
|
446
|
+
'wallet-pass-gallery.loading': string;
|
|
447
|
+
'wallet-pass-gallery.usageRules': string;
|
|
448
|
+
'wallet-pass-gallery.usageRulesSubtitle': string;
|
|
449
|
+
'wallet-pass-gallery.timeUsageLimits': string;
|
|
450
|
+
'wallet-pass-gallery.totalQuantityControl': string;
|
|
451
|
+
'wallet-pass-gallery.dailyLimit': string;
|
|
452
|
+
'wallet-pass-gallery.weeklyLimit': string;
|
|
453
|
+
'wallet-pass-gallery.monthlyLimit': string;
|
|
454
|
+
'wallet-pass-gallery.personalLimit': string;
|
|
455
|
+
'wallet-pass-gallery.dailyLimitDesc': string;
|
|
456
|
+
'wallet-pass-gallery.weeklyLimitDesc': string;
|
|
457
|
+
'wallet-pass-gallery.monthlyLimitDesc': string;
|
|
458
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': string;
|
|
459
|
+
'wallet-pass-gallery.personalLimitDesc': string;
|
|
460
|
+
'wallet-pass-gallery.dailyReset': string;
|
|
461
|
+
'wallet-pass-gallery.weeklyReset': string;
|
|
462
|
+
'wallet-pass-gallery.monthlyReset': string;
|
|
463
|
+
'wallet-pass-gallery.voucherExpireNote': string;
|
|
464
|
+
'wallet-pass-gallery.viewMore': string;
|
|
465
|
+
'wallet-pass-gallery.allLoaded': string;
|
|
466
|
+
'page.wallet.tempHolderSelector.title': string;
|
|
467
|
+
'page.wallet.tempHolderSelector.create': string;
|
|
468
|
+
'page.wallet.tempHolderSelector.confirm': string;
|
|
469
|
+
'page.wallet.notValidDate': string;
|
|
470
|
+
'page.wallet.includedDate': string;
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
export default _default;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/**
|
|
3
|
+
* 媒体轮播项
|
|
4
|
+
* @description 媒体展示区的轮播内容配置
|
|
5
|
+
*/
|
|
6
|
+
export interface CarouselItem {
|
|
7
|
+
/** 内容类型:图片或视频 */
|
|
8
|
+
type: 'image' | 'video' | 'logo';
|
|
9
|
+
/** 资源URL */
|
|
10
|
+
url: string;
|
|
11
|
+
/** 背景颜色 */
|
|
12
|
+
backgroundColor?: string;
|
|
13
|
+
/** logo样式 */
|
|
14
|
+
logoStyle?: React.CSSProperties;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* 媒体配置
|
|
18
|
+
* @description 媒体展示区域的配置
|
|
19
|
+
*/
|
|
20
|
+
export interface MediaConfig {
|
|
21
|
+
/** 轮播内容列表(图片/视频) */
|
|
22
|
+
carouselItems?: CarouselItem[];
|
|
23
|
+
/** 默认Logo(当无轮播时显示) */
|
|
24
|
+
logo?: string;
|
|
25
|
+
/** 品牌标语 */
|
|
26
|
+
slogan?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* 视频播放状态
|
|
30
|
+
*/
|
|
31
|
+
export declare type VideoPlayState = 'idle' | 'playing' | 'paused' | 'ended' | 'error';
|
|
32
|
+
/**
|
|
33
|
+
* MediaDisplay 媒体展示组件 Props
|
|
34
|
+
*/
|
|
35
|
+
export interface MediaDisplayProps {
|
|
36
|
+
/** 品牌配置 */
|
|
37
|
+
config?: MediaConfig;
|
|
38
|
+
/** 自定义类名 */
|
|
39
|
+
className?: string;
|
|
40
|
+
/** 是否全屏模式 */
|
|
41
|
+
fullscreen?: boolean;
|
|
42
|
+
/** 视频是否静音,默认 true */
|
|
43
|
+
muted?: boolean;
|
|
44
|
+
/** 视频是否循环播放,默认 false */
|
|
45
|
+
loop?: boolean;
|
|
46
|
+
/** 视频播放结束回调 */
|
|
47
|
+
onVideoEnded?: () => void;
|
|
48
|
+
/** 视频播放状态变化回调 */
|
|
49
|
+
onVideoStateChange?: (state: VideoPlayState) => void;
|
|
50
|
+
/** 是否可以关闭(用于控制视频结束后是否允许关闭) */
|
|
51
|
+
canClose?: boolean;
|
|
52
|
+
/** 关闭回调(视频结束且 canClose 为 true 时触发) */
|
|
53
|
+
onClose?: () => void;
|
|
54
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WebPosLogin 组件国际化文本
|
|
3
|
+
* @description 支持 en、zh-CN、zh-HK 三种语言
|
|
4
|
+
*/
|
|
5
|
+
declare const _default: {
|
|
6
|
+
en: {
|
|
7
|
+
'webpos-login-search': string;
|
|
8
|
+
'webpos-login-back': string;
|
|
9
|
+
'webpos-login-last-used': string;
|
|
10
|
+
'webpos-login-select-store-title': string;
|
|
11
|
+
'webpos-login-select-store-empty': string;
|
|
12
|
+
'webpos-login-change-account': string;
|
|
13
|
+
'webpos-login-store-data-missing': string;
|
|
14
|
+
'webpos-login-select-device-title': string;
|
|
15
|
+
'webpos-login-select-device-empty': string;
|
|
16
|
+
'webpos-login-change-store': string;
|
|
17
|
+
'webpos-login-device-not-in-use': string;
|
|
18
|
+
'webpos-login-device-currently-used-by': string;
|
|
19
|
+
'webpos-login-device-takeover-confirm': (deviceName: string, clientName: string) => string;
|
|
20
|
+
'webpos-login-device-takeover-confirm-ok': string;
|
|
21
|
+
'webpos-login-device-takeover-confirm-cancel': string;
|
|
22
|
+
};
|
|
23
|
+
'zh-CN': {
|
|
24
|
+
'webpos-login-search': string;
|
|
25
|
+
'webpos-login-back': string;
|
|
26
|
+
'webpos-login-last-used': string;
|
|
27
|
+
'webpos-login-select-store-title': string;
|
|
28
|
+
'webpos-login-select-store-empty': string;
|
|
29
|
+
'webpos-login-change-account': string;
|
|
30
|
+
'webpos-login-store-data-missing': string;
|
|
31
|
+
'webpos-login-select-device-title': string;
|
|
32
|
+
'webpos-login-select-device-empty': string;
|
|
33
|
+
'webpos-login-change-store': string;
|
|
34
|
+
'webpos-login-device-not-in-use': string;
|
|
35
|
+
'webpos-login-device-currently-used-by': string;
|
|
36
|
+
'webpos-login-device-takeover-confirm': (deviceName: string, clientName: string) => string;
|
|
37
|
+
'webpos-login-device-takeover-confirm-ok': string;
|
|
38
|
+
'webpos-login-device-takeover-confirm-cancel': string;
|
|
39
|
+
};
|
|
40
|
+
'zh-HK': {
|
|
41
|
+
'webpos-login-search': string;
|
|
42
|
+
'webpos-login-back': string;
|
|
43
|
+
'webpos-login-last-used': string;
|
|
44
|
+
'webpos-login-select-store-title': string;
|
|
45
|
+
'webpos-login-select-store-empty': string;
|
|
46
|
+
'webpos-login-change-account': string;
|
|
47
|
+
'webpos-login-store-data-missing': string;
|
|
48
|
+
'webpos-login-select-device-title': string;
|
|
49
|
+
'webpos-login-select-device-empty': string;
|
|
50
|
+
'webpos-login-change-store': string;
|
|
51
|
+
'webpos-login-device-not-in-use': string;
|
|
52
|
+
'webpos-login-device-currently-used-by': string;
|
|
53
|
+
'webpos-login-device-takeover-confirm': (deviceName: string, clientName: string) => string;
|
|
54
|
+
'webpos-login-device-takeover-confirm-ok': string;
|
|
55
|
+
'webpos-login-device-takeover-confirm-cancel': string;
|
|
56
|
+
};
|
|
57
|
+
ja: {
|
|
58
|
+
'webpos-login-search': string;
|
|
59
|
+
'webpos-login-back': string;
|
|
60
|
+
'webpos-login-last-used': string;
|
|
61
|
+
'webpos-login-select-store-title': string;
|
|
62
|
+
'webpos-login-select-store-empty': string;
|
|
63
|
+
'webpos-login-change-account': string;
|
|
64
|
+
'webpos-login-store-data-missing': string;
|
|
65
|
+
'webpos-login-select-device-title': string;
|
|
66
|
+
'webpos-login-select-device-empty': string;
|
|
67
|
+
'webpos-login-change-store': string;
|
|
68
|
+
'webpos-login-device-not-in-use': string;
|
|
69
|
+
'webpos-login-device-currently-used-by': string;
|
|
70
|
+
'webpos-login-device-takeover-confirm': (deviceName: string, clientName: string) => string;
|
|
71
|
+
'webpos-login-device-takeover-confirm-ok': string;
|
|
72
|
+
'webpos-login-device-takeover-confirm-cancel': string;
|
|
73
|
+
};
|
|
74
|
+
pt: {
|
|
75
|
+
'webpos-login-search': string;
|
|
76
|
+
'webpos-login-back': string;
|
|
77
|
+
'webpos-login-last-used': string;
|
|
78
|
+
'webpos-login-select-store-title': string;
|
|
79
|
+
'webpos-login-select-store-empty': string;
|
|
80
|
+
'webpos-login-change-account': string;
|
|
81
|
+
'webpos-login-store-data-missing': string;
|
|
82
|
+
'webpos-login-select-device-title': string;
|
|
83
|
+
'webpos-login-select-device-empty': string;
|
|
84
|
+
'webpos-login-change-store': string;
|
|
85
|
+
'webpos-login-device-not-in-use': string;
|
|
86
|
+
'webpos-login-device-currently-used-by': string;
|
|
87
|
+
'webpos-login-device-takeover-confirm': (deviceName: string, clientName: string) => string;
|
|
88
|
+
'webpos-login-device-takeover-confirm-ok': string;
|
|
89
|
+
'webpos-login-device-takeover-confirm-cancel': string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
export default _default;
|