@pisell/private-materials 6.3.118 → 6.3.119
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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.css +1 -1
- package/build/lowcode/preview.js +153 -152
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +12 -19
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +21 -28
- package/es/businessModel/SalesModel/index.d.ts +2 -1
- package/es/components/Sales/index.d.ts +1 -1
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +2 -1
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/Cart/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/Content/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +3 -2
- package/es/components/appointmentBooking/components/Footer/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/Header/index.d.ts +2 -1
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +2 -1
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +2 -1
- package/es/components/appointmentBooking/context.d.ts +2 -2
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +2 -1
- package/es/components/appointmentBooking/deposit/index.d.ts +2 -1
- package/es/components/appointmentBooking/index.d.ts +2 -1
- package/es/components/booking/components/TabProduct/index.d.ts +2 -2
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +2 -1
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +2 -1
- package/es/components/booking/components/authWrap/index.d.ts +1 -1
- package/es/components/booking/components/browserSelect/index.d.ts +1 -1
- package/es/components/booking/components/collapsibleList/utils.d.ts +2 -1
- package/es/components/booking/components/drawer/index.d.ts +1 -1
- package/es/components/booking/components/emptyBooking/index.d.ts +2 -1
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +2 -1
- package/es/components/booking/components/footer/index.d.ts +2 -1
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
- package/es/components/booking/components/menuButton/index.d.ts +1 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +2 -1
- package/es/components/booking/components/voucher/index.d.ts +2 -1
- package/es/components/booking/dashboard/index.d.ts +1 -1
- package/es/components/booking/deposit/ClientItem/index.d.ts +1 -1
- package/es/components/booking/deposit/DepositItem/index.d.ts +1 -1
- package/es/components/booking/deposit/index.d.ts +2 -1
- package/es/components/booking/forms/footer.d.ts +2 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/booking/forms/single/index.d.ts +2 -1
- package/es/components/booking/forms/table/index.d.ts +2 -1
- package/es/components/booking/hooks/useClearCart.d.ts +2 -1
- package/es/components/booking/hooks/useQuotation.d.ts +2 -1
- package/es/components/booking/info/addServiceVariant/index.d.ts +2 -1
- package/es/components/booking/info/client/index.d.ts +1 -1
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +2 -1
- package/es/components/booking/info/date/index.d.ts +2 -1
- package/es/components/booking/info/dateRange/index.d.ts +2 -1
- package/es/components/booking/info/header/index.d.ts +2 -1
- package/es/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +2 -2
- package/es/components/booking/info/index.d.ts +2 -1
- package/es/components/booking/info/notes/index.d.ts +2 -1
- package/es/components/booking/info/pet/index.d.ts +1 -1
- package/es/components/booking/info/service/Lists.d.ts +2 -1
- package/es/components/booking/info/service/actions/index.d.ts +2 -1
- package/es/components/booking/info/service/addService/index.d.ts +2 -1
- package/es/components/booking/info/service/addTimeModal/index.d.ts +2 -1
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +2 -1
- package/es/components/booking/info/service/index.d.ts +1 -1
- package/es/components/booking/info/service/like/index.d.ts +2 -2
- package/es/components/booking/info/service/serviceItem/index.d.ts +2 -1
- package/es/components/booking/info/service/serviceList/index.d.ts +2 -1
- package/es/components/booking/info/service2/Lists.d.ts +2 -1
- package/es/components/booking/info/service2/index.d.ts +1 -1
- package/es/components/booking/info2/service/actions/index.d.ts +2 -1
- package/es/components/booking/info2/service/addService/index.d.ts +2 -1
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +2 -1
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +2 -1
- package/es/components/booking/info2/service/index.d.ts +1 -1
- package/es/components/booking/info2/service/serviceItem/index.d.ts +2 -1
- package/es/components/booking/info2/service/serviceList/index.d.ts +2 -1
- package/es/components/booking/materiels/contacts/index.d.ts +2 -1
- package/es/components/booking/materiels/duration/index.d.ts +2 -1
- package/es/components/booking/materiels/holder/index.d.ts +2 -1
- package/es/components/booking/materiels/startTime/index.d.ts +2 -1
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +2 -1
- package/es/components/booking/notes/NoteBlock/index.d.ts +2 -1
- package/es/components/booking/notes/addNote/index.d.ts +2 -1
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +2 -1
- package/es/components/ecocup/components/CupActionList/index.d.ts +2 -1
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +1 -1
- package/es/components/ecocup/components/CupActionModal/index.d.ts +2 -1
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +2 -1
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +2 -2
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +2 -1
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +2 -2
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +5 -1
- package/es/components/ecocup/components/CustomerCard/index.d.ts +2 -1
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +2 -1
- package/es/components/ecocup/components/PageHeader/index.d.ts +1 -1
- package/es/components/ecocup/components/SearchBar/index.d.ts +2 -1
- package/es/components/ecocup/components/SettingModal/index.d.ts +2 -1
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +2 -1
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +2 -1
- package/es/components/ecocup/cupList/index.d.ts +2 -1
- package/es/components/ecocup/cupProject/index.d.ts +2 -2
- package/es/components/ecocup/customerList/index.d.ts +2 -2
- package/es/components/eftpos/device.d.ts +1 -1
- package/es/components/eftpos/deviceList/index.d.ts +2 -2
- package/es/components/eftpos/form/index.d.ts +2 -1
- package/es/components/eftpos/group/index.d.ts +3 -3
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/icon/apiKey.d.ts +2 -2
- package/es/components/eftpos/icon/device.d.ts +2 -2
- package/es/components/eftpos/index.d.ts +2 -1
- package/es/components/eftpos/log.d.ts +2 -2
- package/es/components/eftpos/pos.d.ts +2 -1
- package/es/components/eftpos/receipt/index.d.ts +2 -2
- package/es/components/eftpos/surcharge/index.d.ts +2 -1
- package/es/components/eftposPay/amount.d.ts +2 -1
- package/es/components/eftposPay/app.d.ts +3 -2
- package/es/components/eftposPay/component/alert/index.d.ts +1 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +2 -2
- package/es/components/eftposPay/component/fail/failCustom.d.ts +2 -1
- package/es/components/eftposPay/component/fail/index.d.ts +2 -1
- package/es/components/eftposPay/component/fail/network.d.ts +2 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +2 -1
- package/es/components/eftposPay/component/header/index.d.ts +1 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +2 -2
- package/es/components/eftposPay/component/manual/index.d.ts +2 -1
- package/es/components/eftposPay/component/signature/index.d.ts +2 -1
- package/es/components/eftposPay/component/step/index.d.ts +2 -2
- package/es/components/eftposPay/component/step/step.d.ts +2 -2
- package/es/components/eftposPay/device.d.ts +2 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.d.ts +2 -1
- package/es/components/eftposPay/linkly/index.d.ts +2 -1
- package/es/components/eftposPay/pay.d.ts +2 -1
- package/es/components/eftposPay/payo/config.d.ts +3 -2
- package/es/components/eftposPay/payo/index.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +3 -3
- package/es/components/eftposPay/tip.d.ts +2 -1
- package/es/components/eftposPay/tyro/index.d.ts +1 -1
- package/es/components/eftposPay/windcave/receiptAction.d.ts +3 -2
- package/es/components/eftposPay/windcave/windcave.d.ts +2 -1
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +2 -1
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +2 -1
- package/es/components/eventBooking/components/Voucher/index.d.ts +2 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +2 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +2 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +2 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +2 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +2 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +2 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +2 -1
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +2 -1
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +2 -1
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +2 -1
- package/es/components/eventBooking/index.d.ts +2 -1
- package/es/components/kioskSkuDetail/index.d.ts +1 -1
- package/es/components/login/index.d.ts +2 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +2 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +2 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +2 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +2 -1
- package/es/components/pisellSelectCustomerModal/index.d.ts +2 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +2 -1
- package/es/components/productExtension/fields/Forms/index.d.ts +2 -2
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +2 -1
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +2 -1
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +2 -1
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +2 -1
- package/es/components/productExtension/index.d.ts +2 -1
- package/es/components/productSelect/components/TabProduct/index.d.ts +2 -1
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/es/components/productSelect/components/productGroup/index.d.ts +3 -2
- package/es/components/productSelect/index.d.ts +1 -1
- package/es/components/ruleSetting/index.d.ts +2 -1
- package/es/components/ruleSetting/ruleBorder/index.d.ts +2 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +2 -1
- package/es/components/schedules/calendar/index.d.ts +2 -1
- package/es/components/schedules/components/Card/index.d.ts +1 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +2 -1
- package/es/components/schedules/components/ResourceList/index.d.ts +1 -1
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +2 -1
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +2 -1
- package/es/components/schedules/components/ScheduleList/index.d.ts +2 -1
- package/es/components/schedules/components/Search/index.d.ts +1 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +2 -1
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +2 -1
- package/es/components/schedules/products/index.d.ts +2 -1
- package/es/components/schedules/products/list/ProductItem/index.d.ts +2 -1
- package/es/components/schedules/products/list/index.d.ts +2 -1
- package/es/components/schedules/resources/index.d.ts +2 -1
- package/es/components/schedules/resources/list/index.d.ts +2 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +2 -1
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +2 -1
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +2 -1
- package/es/components/schedules/schedules/Schedules.d.ts +1 -1
- package/es/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
- package/es/components/schedules/schedules/index.d.ts +2 -1
- package/es/components/shoppingCart/Provider.d.ts +1 -1
- package/es/components/shoppingCart/components/Cart/Product.d.ts +2 -1
- package/es/components/shoppingCart/components/Cart/index.d.ts +2 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +2 -2
- package/es/components/shoppingCart/hooks/useAddService.d.ts +2 -1
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +2 -1
- package/es/components/shoppingCart/index.d.ts +2 -1
- package/es/components/subTotal/index.d.ts +1 -1
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +2 -1
- package/es/components/tabProduct/index.d.ts +1 -1
- package/es/components/taxSelect/index.d.ts +2 -1
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -1
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +2 -1
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +2 -1
- package/es/components/ticketBooking/components/timeBar/index.d.ts +2 -1
- package/es/components/ticketBooking/index.d.ts +2 -1
- package/es/components/ticketBooking/miniRedux.d.ts +1 -1
- package/es/components/walletList/index.d.ts +2 -1
- package/es/components/walletList/model.d.ts +1 -1
- package/es/components/walletList/tempHolderSelector/index.d.ts +2 -2
- package/es/components/workSpaceList/components/Modal/index.d.ts +2 -1
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +2 -1
- package/es/hooks/usePaymentLogger.d.ts +3 -2
- package/es/plus/clientName/index.d.ts +2 -2
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -1
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +2 -1
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -2
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +2 -1
- package/es/plus/orderList/components/HandleActions.d.ts +2 -1
- package/es/plus/orderList/components/QuickFilter.d.ts +2 -1
- package/es/plus/orderList/components/Reset.d.ts +2 -1
- package/es/plus/orderList/components/Toolbar.d.ts +2 -1
- package/es/plus/orderList/config.d.ts +4 -3
- package/es/plus/orderList/index.d.ts +1 -1
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +2 -1
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +1 -1
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +1 -1
- package/es/plus/pisellSalesManagement/config/booking.d.ts +2 -1
- package/es/plus/pisellSalesManagement/index.d.ts +1 -1
- package/es/plus/productSelect/ProductCard/index.d.ts +2 -2
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +6 -6
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/es/plus/productSelect/index.d.ts +1 -1
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +2 -1
- package/es/plus/saasCreateOrganization/components/Header.d.ts +2 -1
- package/es/plus/saasCreateOrganization/index.d.ts +2 -1
- package/es/plus/saasRegister/components/EntryEmail.d.ts +2 -1
- package/es/plus/saasRegister/components/EntryInfo.d.ts +2 -1
- package/es/plus/saasRegister/components/GoLogin.d.ts +2 -1
- package/es/plus/saasRegister/components/Header.d.ts +2 -1
- package/es/plus/saasRegister/components/VerifyError.d.ts +2 -1
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +2 -1
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +2 -1
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +2 -1
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +2 -1
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +2 -1
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +2 -1
- package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +2 -1
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +2 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +19 -6
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +1 -1
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +2 -1
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +2 -1
- package/es/plus/walletPassGallery/components/passList/index.d.ts +2 -1
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +2 -1
- package/es/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
- package/es/plus/walletPassGallery/index.d.ts +2 -1
- package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +9 -2
- package/es/pro/Login2.0/components/LoginCodeInput.d.ts +6 -2
- package/es/pro/Login2.0/components/PhoneInput.d.ts +1 -1
- package/es/pro/Login2.0/steps/CodeInput.d.ts +6 -2
- package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +6 -2
- package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +5 -2
- package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +5 -2
- package/es/pro/Login2.0/steps/SetPassword.d.ts +5 -2
- package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +5 -2
- package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +5 -2
- package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +5 -2
- package/es/pro/Selector/Item.d.ts +1 -1
- package/es/pro/Selector/demo.d.ts +2 -2
- package/es/pro/keyboards/numberKeyboard/index.d.ts +1 -1
- package/es/pro/numberKeyboard/index.d.ts +1 -1
- package/es/pro/pisellPaymentList/example.d.ts +11 -10
- package/es/pro/pisellPhoneKeyboard/index.d.ts +2 -1
- package/lib/businessModel/SalesModel/index.d.ts +2 -1
- package/lib/components/Sales/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Content/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +3 -2
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Header/index.d.ts +2 -1
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +2 -1
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +2 -1
- package/lib/components/appointmentBooking/context.d.ts +2 -2
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +2 -1
- package/lib/components/appointmentBooking/deposit/index.d.ts +2 -1
- package/lib/components/appointmentBooking/index.d.ts +2 -1
- package/lib/components/booking/components/TabProduct/index.d.ts +2 -2
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +2 -1
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +2 -1
- package/lib/components/booking/components/authWrap/index.d.ts +1 -1
- package/lib/components/booking/components/browserSelect/index.d.ts +1 -1
- package/lib/components/booking/components/collapsibleList/utils.d.ts +2 -1
- package/lib/components/booking/components/drawer/index.d.ts +1 -1
- package/lib/components/booking/components/emptyBooking/index.d.ts +2 -1
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +2 -1
- package/lib/components/booking/components/footer/index.d.ts +2 -1
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
- package/lib/components/booking/components/menuButton/index.d.ts +1 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +2 -1
- package/lib/components/booking/components/voucher/index.d.ts +2 -1
- package/lib/components/booking/dashboard/index.d.ts +1 -1
- package/lib/components/booking/deposit/ClientItem/index.d.ts +1 -1
- package/lib/components/booking/deposit/DepositItem/index.d.ts +1 -1
- package/lib/components/booking/deposit/index.d.ts +2 -1
- package/lib/components/booking/forms/footer.d.ts +2 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/booking/forms/single/index.d.ts +2 -1
- package/lib/components/booking/forms/table/index.d.ts +2 -1
- package/lib/components/booking/hooks/useClearCart.d.ts +2 -1
- package/lib/components/booking/hooks/useQuotation.d.ts +2 -1
- package/lib/components/booking/info/addServiceVariant/index.d.ts +2 -1
- package/lib/components/booking/info/client/index.d.ts +1 -1
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +2 -1
- package/lib/components/booking/info/date/index.d.ts +2 -1
- package/lib/components/booking/info/dateRange/index.d.ts +2 -1
- package/lib/components/booking/info/header/index.d.ts +2 -1
- package/lib/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +2 -2
- package/lib/components/booking/info/index.d.ts +2 -1
- package/lib/components/booking/info/notes/index.d.ts +2 -1
- package/lib/components/booking/info/pet/index.d.ts +1 -1
- package/lib/components/booking/info/service/Lists.d.ts +2 -1
- package/lib/components/booking/info/service/actions/index.d.ts +2 -1
- package/lib/components/booking/info/service/addService/index.d.ts +2 -1
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +2 -1
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +2 -1
- package/lib/components/booking/info/service/index.d.ts +1 -1
- package/lib/components/booking/info/service/like/index.d.ts +2 -2
- package/lib/components/booking/info/service/serviceItem/index.d.ts +2 -1
- package/lib/components/booking/info/service/serviceList/index.d.ts +2 -1
- package/lib/components/booking/info/service2/Lists.d.ts +2 -1
- package/lib/components/booking/info/service2/index.d.ts +1 -1
- package/lib/components/booking/info2/service/actions/index.d.ts +2 -1
- package/lib/components/booking/info2/service/addService/index.d.ts +2 -1
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +2 -1
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +2 -1
- package/lib/components/booking/info2/service/index.d.ts +1 -1
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +2 -1
- package/lib/components/booking/info2/service/serviceList/index.d.ts +2 -1
- package/lib/components/booking/materiels/contacts/index.d.ts +2 -1
- package/lib/components/booking/materiels/duration/index.d.ts +2 -1
- package/lib/components/booking/materiels/holder/index.d.ts +2 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +2 -1
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +2 -1
- package/lib/components/booking/notes/NoteBlock/index.d.ts +2 -1
- package/lib/components/booking/notes/addNote/index.d.ts +2 -1
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +2 -1
- package/lib/components/ecocup/components/CupActionList/index.d.ts +2 -1
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +1 -1
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +2 -1
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +2 -1
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +2 -2
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +2 -1
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +2 -2
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +5 -1
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +2 -1
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +2 -1
- package/lib/components/ecocup/components/PageHeader/index.d.ts +1 -1
- package/lib/components/ecocup/components/SearchBar/index.d.ts +2 -1
- package/lib/components/ecocup/components/SettingModal/index.d.ts +2 -1
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +2 -1
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +2 -1
- package/lib/components/ecocup/cupList/index.d.ts +2 -1
- package/lib/components/ecocup/cupProject/index.d.ts +2 -2
- package/lib/components/ecocup/customerList/index.d.ts +2 -2
- package/lib/components/eftpos/device.d.ts +1 -1
- package/lib/components/eftpos/deviceList/index.d.ts +2 -2
- package/lib/components/eftpos/form/index.d.ts +2 -1
- package/lib/components/eftpos/group/index.d.ts +3 -3
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/icon/apiKey.d.ts +2 -2
- package/lib/components/eftpos/icon/device.d.ts +2 -2
- package/lib/components/eftpos/index.d.ts +2 -1
- package/lib/components/eftpos/log.d.ts +2 -2
- package/lib/components/eftpos/pos.d.ts +2 -1
- package/lib/components/eftpos/receipt/index.d.ts +2 -2
- package/lib/components/eftpos/surcharge/index.d.ts +2 -1
- package/lib/components/eftposPay/amount.d.ts +2 -1
- package/lib/components/eftposPay/app.d.ts +3 -2
- package/lib/components/eftposPay/component/alert/index.d.ts +1 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +2 -2
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +2 -1
- package/lib/components/eftposPay/component/fail/index.d.ts +2 -1
- package/lib/components/eftposPay/component/fail/network.d.ts +2 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +2 -1
- package/lib/components/eftposPay/component/header/index.d.ts +1 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +2 -2
- package/lib/components/eftposPay/component/manual/index.d.ts +2 -1
- package/lib/components/eftposPay/component/signature/index.d.ts +2 -1
- package/lib/components/eftposPay/component/step/index.d.ts +2 -2
- package/lib/components/eftposPay/component/step/step.d.ts +2 -2
- package/lib/components/eftposPay/device.d.ts +2 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.d.ts +2 -1
- package/lib/components/eftposPay/linkly/index.d.ts +2 -1
- package/lib/components/eftposPay/pay.d.ts +2 -1
- package/lib/components/eftposPay/payo/config.d.ts +3 -2
- package/lib/components/eftposPay/payo/index.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +3 -3
- package/lib/components/eftposPay/tip.d.ts +2 -1
- package/lib/components/eftposPay/tyro/index.d.ts +1 -1
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +3 -2
- package/lib/components/eftposPay/windcave/windcave.d.ts +2 -1
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +2 -1
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +2 -1
- package/lib/components/eventBooking/components/Voucher/index.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +2 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +2 -1
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +2 -1
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +2 -1
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +2 -1
- package/lib/components/eventBooking/index.d.ts +2 -1
- package/lib/components/kioskSkuDetail/index.d.ts +1 -1
- package/lib/components/login/index.d.ts +2 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +1 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +2 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +1 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +2 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +2 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +2 -1
- package/lib/components/pisellSelectCustomerModal/index.d.ts +2 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +2 -1
- package/lib/components/productExtension/fields/Forms/index.d.ts +2 -2
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +2 -1
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +2 -1
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +2 -1
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +2 -1
- package/lib/components/productExtension/index.d.ts +2 -1
- package/lib/components/productSelect/components/TabProduct/index.d.ts +2 -1
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/lib/components/productSelect/components/productGroup/index.d.ts +3 -2
- package/lib/components/productSelect/index.d.ts +1 -1
- package/lib/components/ruleSetting/index.d.ts +2 -1
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +2 -1
- package/lib/components/schedules/calendar/calendarItem.d.ts +2 -1
- package/lib/components/schedules/calendar/index.d.ts +2 -1
- package/lib/components/schedules/components/Card/index.d.ts +1 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +2 -1
- package/lib/components/schedules/components/ResourceList/index.d.ts +1 -1
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +2 -1
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +2 -1
- package/lib/components/schedules/components/ScheduleList/index.d.ts +2 -1
- package/lib/components/schedules/components/Search/index.d.ts +1 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +2 -1
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +2 -1
- package/lib/components/schedules/products/index.d.ts +2 -1
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +2 -1
- package/lib/components/schedules/products/list/index.d.ts +2 -1
- package/lib/components/schedules/resources/index.d.ts +2 -1
- package/lib/components/schedules/resources/list/index.d.ts +2 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +2 -1
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +2 -1
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +2 -1
- package/lib/components/schedules/schedules/Schedules.d.ts +1 -1
- package/lib/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
- package/lib/components/schedules/schedules/index.d.ts +2 -1
- package/lib/components/shoppingCart/Provider.d.ts +1 -1
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +2 -1
- package/lib/components/shoppingCart/components/Cart/index.d.ts +2 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +2 -2
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +2 -1
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +2 -1
- package/lib/components/shoppingCart/index.d.ts +2 -1
- package/lib/components/subTotal/index.d.ts +1 -1
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +2 -1
- package/lib/components/tabProduct/index.d.ts +1 -1
- package/lib/components/taxSelect/index.d.ts +2 -1
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -1
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +2 -1
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +2 -1
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +2 -1
- package/lib/components/ticketBooking/index.d.ts +2 -1
- package/lib/components/ticketBooking/miniRedux.d.ts +1 -1
- package/lib/components/walletList/index.d.ts +2 -1
- package/lib/components/walletList/model.d.ts +1 -1
- package/lib/components/walletList/tempHolderSelector/index.d.ts +2 -2
- package/lib/components/workSpaceList/components/Modal/index.d.ts +2 -1
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +2 -1
- package/lib/hooks/usePaymentLogger.d.ts +3 -2
- package/lib/plus/clientName/index.d.ts +2 -2
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -1
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +2 -1
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +2 -2
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +2 -1
- package/lib/plus/orderList/components/HandleActions.d.ts +2 -1
- package/lib/plus/orderList/components/QuickFilter.d.ts +2 -1
- package/lib/plus/orderList/components/Reset.d.ts +2 -1
- package/lib/plus/orderList/components/Toolbar.d.ts +2 -1
- package/lib/plus/orderList/config.d.ts +4 -3
- package/lib/plus/orderList/index.d.ts +1 -1
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +2 -1
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +1 -1
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +1 -1
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +2 -1
- package/lib/plus/pisellSalesManagement/index.d.ts +1 -1
- package/lib/plus/productSelect/ProductCard/index.d.ts +2 -2
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +6 -6
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/lib/plus/productSelect/index.d.ts +1 -1
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +2 -1
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +2 -1
- package/lib/plus/saasCreateOrganization/index.d.ts +2 -1
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +2 -1
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +2 -1
- package/lib/plus/saasRegister/components/GoLogin.d.ts +2 -1
- package/lib/plus/saasRegister/components/Header.d.ts +2 -1
- package/lib/plus/saasRegister/components/VerifyError.d.ts +2 -1
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +2 -1
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +2 -1
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +2 -1
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +15 -4
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +1 -1
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +2 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +2 -1
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +2 -1
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +2 -1
- package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
- package/lib/plus/walletPassGallery/index.d.ts +2 -1
- package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +9 -2
- package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +6 -2
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +1 -1
- package/lib/pro/Login2.0/steps/CodeInput.d.ts +6 -2
- package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +6 -2
- package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +5 -2
- package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +5 -2
- package/lib/pro/Login2.0/steps/SetPassword.d.ts +5 -2
- package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +5 -2
- package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +5 -2
- package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +5 -2
- package/lib/pro/Selector/Item.d.ts +1 -1
- package/lib/pro/Selector/demo.d.ts +2 -2
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +1 -1
- package/lib/pro/numberKeyboard/index.d.ts +1 -1
- package/lib/pro/pisellPaymentList/example.d.ts +11 -10
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { SelectProps } from 'antd';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
interface HolderProps extends SelectProps {
|
|
3
4
|
selectProps?: SelectProps;
|
|
4
5
|
}
|
|
5
|
-
declare const Holder: (props: HolderProps) => JSX.Element;
|
|
6
|
+
declare const Holder: (props: HolderProps) => React.JSX.Element;
|
|
6
7
|
export default Holder;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { SelectProps } from "antd";
|
|
2
|
+
import React from "react";
|
|
2
3
|
interface StartTimeProps extends SelectProps {
|
|
3
4
|
locale?: string;
|
|
4
5
|
slice?: number;
|
|
5
6
|
selectProps?: SelectProps;
|
|
6
7
|
timeObjChange?: any;
|
|
7
8
|
}
|
|
8
|
-
declare const StartTime: (props: StartTimeProps) => JSX.Element;
|
|
9
|
+
declare const StartTime: (props: StartTimeProps) => React.JSX.Element;
|
|
9
10
|
export default StartTime;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import "./index.less";
|
|
2
3
|
export interface InfoProps {
|
|
3
4
|
isEdit: boolean;
|
|
@@ -5,5 +6,5 @@ export interface InfoProps {
|
|
|
5
6
|
onChange?: (item: any, type: "edit" | "remove") => void;
|
|
6
7
|
menus?: any[];
|
|
7
8
|
}
|
|
8
|
-
declare const NoteItem: (props: InfoProps) => JSX.Element;
|
|
9
|
+
declare const NoteItem: (props: InfoProps) => React.JSX.Element;
|
|
9
10
|
export default NoteItem;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import "./index.less";
|
|
2
3
|
export interface InfoProps {
|
|
3
4
|
title?: string;
|
|
@@ -12,5 +13,5 @@ export interface InfoProps {
|
|
|
12
13
|
maxLength?: number;
|
|
13
14
|
noteType: string;
|
|
14
15
|
}
|
|
15
|
-
declare const NoteBlock: (props: InfoProps) => JSX.Element;
|
|
16
|
+
declare const NoteBlock: (props: InfoProps) => React.JSX.Element;
|
|
16
17
|
export default NoteBlock;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface IProps {
|
|
3
4
|
visible: boolean;
|
|
@@ -5,5 +6,5 @@ interface IProps {
|
|
|
5
6
|
onCancel: () => void;
|
|
6
7
|
onOk: (values: Record<string, any>) => void;
|
|
7
8
|
}
|
|
8
|
-
declare const AddCustomerModal: (props: IProps) => JSX.Element;
|
|
9
|
+
declare const AddCustomerModal: (props: IProps) => React.JSX.Element;
|
|
9
10
|
export default AddCustomerModal;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ECupActionType, ICup, ICustomer } from '../../types';
|
|
2
3
|
import './index.less';
|
|
3
4
|
interface IProps {
|
|
@@ -9,5 +10,5 @@ interface IProps {
|
|
|
9
10
|
onRemove: (cup: ICup) => void;
|
|
10
11
|
onAction: (type: ECupActionType, cup: ICup) => void;
|
|
11
12
|
}
|
|
12
|
-
declare const CupActionList: (props: IProps) => JSX.Element;
|
|
13
|
+
declare const CupActionList: (props: IProps) => React.JSX.Element;
|
|
13
14
|
export default CupActionList;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
import { ICustomer, ICup, ECupActionType } from '../../types';
|
|
3
4
|
interface IProps {
|
|
@@ -10,5 +11,5 @@ interface IProps {
|
|
|
10
11
|
customerData: ICustomer;
|
|
11
12
|
};
|
|
12
13
|
}
|
|
13
|
-
declare const CupActionModal: (props: IProps) => JSX.Element;
|
|
14
|
+
declare const CupActionModal: (props: IProps) => React.JSX.Element;
|
|
14
15
|
export default CupActionModal;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface IProps {
|
|
3
4
|
type: 'rentInfo' | 'markInfo' | 'belongInfo' | 'otherBelongInfo';
|
|
@@ -5,5 +6,5 @@ interface IProps {
|
|
|
5
6
|
isMultipleShop?: boolean;
|
|
6
7
|
isMultipleTime?: boolean;
|
|
7
8
|
}
|
|
8
|
-
declare const CupInfoCard: (props: IProps) => JSX.Element;
|
|
9
|
+
declare const CupInfoCard: (props: IProps) => React.JSX.Element;
|
|
9
10
|
export default CupInfoCard;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ECupActionType, ICup } from '../../types';
|
|
2
2
|
export declare const useCupAction: () => {
|
|
3
|
-
run: (cupId: string, action: ECupActionType) => Promise<boolean>;
|
|
3
|
+
run: (this: unknown, cupId: string, action: ECupActionType) => Promise<boolean>;
|
|
4
4
|
loading: boolean;
|
|
5
5
|
};
|
|
6
6
|
/**
|
|
@@ -8,7 +8,7 @@ export declare const useCupAction: () => {
|
|
|
8
8
|
* @return {*}
|
|
9
9
|
*/
|
|
10
10
|
export declare const useBatchCupAction: () => {
|
|
11
|
-
run: (eco_cup_ids: number[] | string[]) => Promise<boolean>;
|
|
11
|
+
run: (this: unknown, eco_cup_ids: number[] | string[]) => Promise<boolean>;
|
|
12
12
|
loading: boolean;
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ECupScanStatus, ICup } from '../../types';
|
|
2
3
|
import './index.less';
|
|
3
4
|
interface IProps {
|
|
@@ -9,5 +10,5 @@ interface IProps {
|
|
|
9
10
|
cupData: ICup;
|
|
10
11
|
};
|
|
11
12
|
}
|
|
12
|
-
declare const CupStatusModal: (props: IProps) => JSX.Element;
|
|
13
|
+
declare const CupStatusModal: (props: IProps) => React.JSX.Element;
|
|
13
14
|
export default CupStatusModal;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* 获取客户详情
|
|
3
3
|
*/
|
|
4
4
|
export declare const useCustomerDetail: () => {
|
|
5
|
-
run: (id: string) => Promise<any>;
|
|
5
|
+
run: (this: unknown, id: string) => Promise<any>;
|
|
6
6
|
loading: boolean;
|
|
7
7
|
};
|
|
8
8
|
/**
|
|
9
9
|
* 批量租用杯子
|
|
10
10
|
*/
|
|
11
11
|
export declare const useBatchRentCups: () => {
|
|
12
|
-
run: (id: string, cupIds: string[]) => Promise<boolean>;
|
|
12
|
+
run: (this: unknown, id: string, cupIds: string[]) => Promise<boolean>;
|
|
13
13
|
loading: boolean;
|
|
14
14
|
};
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 先选择的客户,然后选择杯子
|
|
3
|
+
*/
|
|
4
|
+
import React from 'react';
|
|
1
5
|
import './index.less';
|
|
2
6
|
import { ICup, ICustomer } from '../../types';
|
|
3
7
|
interface IProps {
|
|
@@ -12,5 +16,5 @@ interface IProps {
|
|
|
12
16
|
cupData?: ICup;
|
|
13
17
|
};
|
|
14
18
|
}
|
|
15
|
-
declare const CustomerAndCupModal: (props: IProps) => JSX.Element;
|
|
19
|
+
declare const CustomerAndCupModal: (props: IProps) => React.JSX.Element;
|
|
16
20
|
export default CustomerAndCupModal;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
import { ICustomer } from '../../types';
|
|
3
4
|
interface IProps extends Partial<ICustomer> {
|
|
4
5
|
/** 是否为多个客户,为 true 时显示 "Multiple customers" */
|
|
5
6
|
isMultiple?: boolean;
|
|
6
7
|
}
|
|
7
|
-
declare const CustomerCard: (props: IProps) => JSX.Element | null;
|
|
8
|
+
declare const CustomerCard: (props: IProps) => React.JSX.Element | null;
|
|
8
9
|
export default CustomerCard;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface MoreDropdownProps {
|
|
2
3
|
locales: any;
|
|
3
4
|
onClick?: (key: string) => void;
|
|
4
5
|
buttonText?: string;
|
|
5
6
|
showFields?: string[];
|
|
6
7
|
}
|
|
7
|
-
declare const MoreDropdown: (props: MoreDropdownProps) => JSX.Element;
|
|
8
|
+
declare const MoreDropdown: (props: MoreDropdownProps) => React.JSX.Element;
|
|
8
9
|
export default MoreDropdown;
|
|
@@ -5,5 +5,5 @@ interface CustomPageHeaderProps {
|
|
|
5
5
|
rightContent?: React.ReactNode;
|
|
6
6
|
isReturn?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const CustomPageHeader: (props: CustomPageHeaderProps) => JSX.Element;
|
|
8
|
+
declare const CustomPageHeader: (props: CustomPageHeaderProps) => React.JSX.Element;
|
|
9
9
|
export default CustomPageHeader;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface SearchBarProps {
|
|
3
4
|
scanListenerKey: string;
|
|
@@ -9,5 +10,5 @@ interface SearchBarProps {
|
|
|
9
10
|
customerId?: string;
|
|
10
11
|
onCupStatusValidate?: (data: any) => void;
|
|
11
12
|
}
|
|
12
|
-
declare const SearchBar: (props: SearchBarProps) => JSX.Element;
|
|
13
|
+
declare const SearchBar: (props: SearchBarProps) => React.JSX.Element;
|
|
13
14
|
export default SearchBar;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface IProps {
|
|
3
4
|
visible: boolean;
|
|
4
5
|
data?: Record<string, any>;
|
|
5
6
|
onCancel: () => void;
|
|
6
7
|
}
|
|
7
|
-
declare const SettingModal: (props: IProps) => JSX.Element;
|
|
8
|
+
declare const SettingModal: (props: IProps) => React.JSX.Element;
|
|
8
9
|
export default SettingModal;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import '../index.less';
|
|
2
3
|
interface IProps {
|
|
3
4
|
onClickAction: (type: string, record: any) => void;
|
|
@@ -37,7 +38,7 @@ export declare const useColumns: (props: IProps) => ({
|
|
|
37
38
|
key: string;
|
|
38
39
|
hidden: boolean | undefined;
|
|
39
40
|
width: number;
|
|
40
|
-
render: (text: string, record: any) => JSX.Element | null;
|
|
41
|
+
render: (text: string, record: any) => React.JSX.Element | null;
|
|
41
42
|
align?: undefined;
|
|
42
43
|
with?: undefined;
|
|
43
44
|
})[];
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import '../index.less';
|
|
2
|
-
export declare const useSummary: (locales: any, staticsData: any, isPartner?: boolean) => () => JSX.Element;
|
|
3
|
+
export declare const useSummary: (locales: any, staticsData: any, isPartner?: boolean) => () => React.JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import './index.less';
|
|
3
|
-
export default function EcoCupProject(): JSX.Element;
|
|
3
|
+
export default function EcoCupProject(): React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import './index.less';
|
|
3
3
|
interface CustomerListProps {
|
|
4
4
|
data: any[];
|
|
5
5
|
}
|
|
6
|
-
export default function CustomerList(props: CustomerListProps): JSX.Element;
|
|
6
|
+
export default function CustomerList(props: CustomerListProps): React.JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: ({ input, ...formItemProps }: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: ({ input, ...formItemProps }: any) => React.JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* @title: 递归循环表单数据
|
|
3
4
|
* @Author: hongbing.wang
|
|
@@ -7,7 +8,7 @@ declare const CustomFormItem: ({ formItemList, level, onChange, }: {
|
|
|
7
8
|
formItemList: any[];
|
|
8
9
|
level?: number | undefined;
|
|
9
10
|
onChange?: ((...agrn: unknown[]) => unknown) | undefined;
|
|
10
|
-
}) => JSX.Element;
|
|
11
|
+
}) => React.JSX.Element;
|
|
11
12
|
export default CustomFormItem;
|
|
12
13
|
declare type helpMappingType = {
|
|
13
14
|
[key: string]: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { RadioGroupProps } from 'antd';
|
|
3
|
-
export declare const CheckboxGroup: ({ direction, options, ...props }: any) => JSX.Element;
|
|
3
|
+
export declare const CheckboxGroup: ({ direction, options, ...props }: any) => React.JSX.Element;
|
|
4
4
|
export declare const RadioGroup: ({ direction, options, ...props }: RadioGroupProps & {
|
|
5
5
|
direction?: "vertical" | undefined;
|
|
6
|
-
}) => JSX.Element;
|
|
6
|
+
}) => React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { Eftpos, DeviceStatus } from './const';
|
|
2
3
|
import './index.less';
|
|
3
4
|
interface PosProps {
|
|
@@ -42,5 +43,5 @@ interface PosProps {
|
|
|
42
43
|
getPosComm: (...agrn: unknown[]) => any;
|
|
43
44
|
savePos: (...agrn: unknown[]) => any;
|
|
44
45
|
}
|
|
45
|
-
declare const _default: (props: PosProps) => JSX.Element;
|
|
46
|
+
declare const _default: (props: PosProps) => React.JSX.Element;
|
|
46
47
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Eftpos } from './const';
|
|
3
3
|
export default function Log({ device, type, tyroUrl, tyroVersion, }: {
|
|
4
4
|
device: any;
|
|
5
5
|
type: Eftpos;
|
|
6
6
|
tyroUrl: string;
|
|
7
7
|
tyroVersion: string;
|
|
8
|
-
}): JSX.Element;
|
|
8
|
+
}): React.JSX.Element;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { DeviceProp } from "./const";
|
|
2
3
|
interface PosProps {
|
|
3
4
|
eftposName: string;
|
|
4
5
|
formItemList: any[];
|
|
5
6
|
onSave: (device: DeviceProp) => void;
|
|
6
7
|
}
|
|
7
|
-
declare const PosForm: ({ onSave, formItemList }: PosProps) => JSX.Element;
|
|
8
|
+
declare const PosForm: ({ onSave, formItemList }: PosProps) => React.JSX.Element;
|
|
8
9
|
export default PosForm;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* @title: 自定义组件设置
|
|
4
4
|
* @description: 自定义组件设置
|
|
@@ -20,5 +20,5 @@ export declare const getCommName: (commConfig: any, name: string[]) => any;
|
|
|
20
20
|
export declare const getCommDefaultVal: (commConfig: any) => {
|
|
21
21
|
[x: number]: any;
|
|
22
22
|
};
|
|
23
|
-
declare const _default: (props: any) => JSX.Element;
|
|
23
|
+
declare const _default: (props: any) => React.JSX.Element;
|
|
24
24
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.css';
|
|
2
3
|
/**
|
|
3
4
|
* @title: 自定义组件设置
|
|
@@ -26,5 +27,5 @@ export declare const getCommDefaultVal: (commConfig: any) => {
|
|
|
26
27
|
* @Author: hongbing.wang
|
|
27
28
|
* @Date: 2024-08-20 13:22
|
|
28
29
|
*/
|
|
29
|
-
declare const _default: (props: any) => JSX.Element;
|
|
30
|
+
declare const _default: (props: any) => React.JSX.Element;
|
|
30
31
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { PosProps } from './const';
|
|
2
3
|
/**
|
|
3
4
|
* @title: 支付金额信息配置页
|
|
@@ -16,5 +17,5 @@ declare const _default: ({ className, onChange, onClose, formatAmount, isMobile,
|
|
|
16
17
|
isMobile: boolean;
|
|
17
18
|
net: boolean;
|
|
18
19
|
client: string;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
+
}) => React.JSX.Element;
|
|
20
21
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { PosProps, RouteType } from './const';
|
|
2
|
-
declare const App: ({ action, api, device_number, terminal, tyroUrl, tyroVersion, onChangeParams, isMobile, channel, formatAmount, ...props }: Omit<PosProps, "
|
|
3
|
+
declare const App: ({ action, api, device_number, terminal, tyroUrl, tyroVersion, onChangeParams, isMobile, channel, formatAmount, ...props }: Omit<PosProps, "type" | "mode" | "getApi"> & {
|
|
3
4
|
action: RouteType;
|
|
4
5
|
device_number: string | number;
|
|
5
6
|
api: ReturnType<PosProps['getApi']>;
|
|
6
7
|
isMobile: boolean;
|
|
7
8
|
channel?: string | undefined;
|
|
8
9
|
formatAmount(amount: number | string, precision: number, symbol: string): string;
|
|
9
|
-
}) => JSX.Element;
|
|
10
|
+
}) => React.JSX.Element;
|
|
10
11
|
export default App;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: () => React.JSX.Element;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
|
-
declare const _default: ({ className, isMobile, onChange }: ActionProps) => JSX.Element;
|
|
3
|
+
declare const _default: ({ className, isMobile, onChange }: ActionProps) => React.JSX.Element;
|
|
3
4
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
|
-
declare const _default: ({ onChange, className, isMobile }: ActionProps) => JSX.Element;
|
|
3
|
+
declare const _default: ({ onChange, className, isMobile }: ActionProps) => React.JSX.Element;
|
|
3
4
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
3
|
/**
|
|
3
4
|
* @title: 断网(客户端)提示页
|
|
4
5
|
* @Author: hongbing.wang
|
|
5
6
|
* @Date: 2024-08-20 11:40
|
|
6
7
|
*/
|
|
7
|
-
declare const _default: ({ className }: ActionProps) => JSX.Element;
|
|
8
|
+
declare const _default: ({ className }: ActionProps) => React.JSX.Element;
|
|
8
9
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
3
|
/**
|
|
3
4
|
* @title: 支付状态未知页面
|
|
@@ -5,5 +6,5 @@ import { ActionProps } from '../../const';
|
|
|
5
6
|
* @Author: hongbing.wang
|
|
6
7
|
* @Date: 2024-08-20 11:42
|
|
7
8
|
*/
|
|
8
|
-
declare const _default: ({ onChange, className }: ActionProps) => JSX.Element;
|
|
9
|
+
declare const _default: ({ onChange, className }: ActionProps) => React.JSX.Element;
|
|
9
10
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import './titlebar.less';
|
|
3
3
|
declare enum EPopupTitleBarVariantType {
|
|
4
4
|
BackTitleClose = "back-title-cancel",
|
|
@@ -9,5 +9,5 @@ declare const _default: ({ type, children, onBack, onClose, }: {
|
|
|
9
9
|
children: string;
|
|
10
10
|
onBack?: (() => void) | undefined;
|
|
11
11
|
onClose?: (() => void) | undefined;
|
|
12
|
-
}) => JSX.Element;
|
|
12
|
+
}) => React.JSX.Element;
|
|
13
13
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
3
|
import './index.less';
|
|
3
4
|
/**
|
|
@@ -5,5 +6,5 @@ import './index.less';
|
|
|
5
6
|
* @Author: hongbing.wang
|
|
6
7
|
* @Date: 2024-08-20 11:46
|
|
7
8
|
*/
|
|
8
|
-
declare const _default: ({ onChange, className, formatAmount }: ActionProps) => JSX.Element;
|
|
9
|
+
declare const _default: ({ onChange, className, formatAmount }: ActionProps) => React.JSX.Element;
|
|
9
10
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { ActionProps } from '../../const';
|
|
2
3
|
/**
|
|
3
4
|
* @title: 取消签名确认页
|
|
4
5
|
* @Author: hongbing.wang
|
|
5
6
|
* @Date: 2024-08-20 11:49
|
|
6
7
|
*/
|
|
7
|
-
declare const _default: ({ api, className }: ActionProps) => JSX.Element;
|
|
8
|
+
declare const _default: ({ api, className }: ActionProps) => React.JSX.Element;
|
|
8
9
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { StatusType } from '../../const';
|
|
3
3
|
declare const _default: (props: {
|
|
4
4
|
status: StatusType;
|
|
@@ -8,5 +8,5 @@ declare const _default: (props: {
|
|
|
8
8
|
loading?: string;
|
|
9
9
|
success?: string;
|
|
10
10
|
fail?: string;
|
|
11
|
-
}) => JSX.Element;
|
|
11
|
+
}) => React.JSX.Element;
|
|
12
12
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
declare const _default: (props: {
|
|
3
3
|
status: string;
|
|
4
4
|
pedding?: string;
|
|
5
5
|
resolve?: string;
|
|
6
6
|
reject?: string;
|
|
7
7
|
className?: string;
|
|
8
|
-
}) => JSX.Element;
|
|
8
|
+
}) => React.JSX.Element;
|
|
9
9
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { PayProps, PosProps } from './const';
|
|
2
3
|
import './device.less';
|
|
3
4
|
/**
|
|
@@ -19,5 +20,5 @@ declare const _default: ({ api, onChange, onClose, className, device_number, isM
|
|
|
19
20
|
net: boolean;
|
|
20
21
|
client: string;
|
|
21
22
|
formatAmount(amount: number | string, precision: number, symbol: string): string;
|
|
22
|
-
}) => JSX.Element;
|
|
23
|
+
}) => React.JSX.Element;
|
|
23
24
|
export default _default;
|
|
@@ -19,7 +19,7 @@ export declare const useStoreRef: <T extends {
|
|
|
19
19
|
readonly netRef: React.MutableRefObject<boolean | undefined>;
|
|
20
20
|
readonly symbolRef: React.MutableRefObject<string>;
|
|
21
21
|
readonly amountRef: React.MutableRefObject<string | number>;
|
|
22
|
-
readonly eftposRef: React.MutableRefObject<"stripe" | "tyro" | "
|
|
22
|
+
readonly eftposRef: React.MutableRefObject<"stripe" | "tyro" | "payo" | "windcave" | "linkly">;
|
|
23
23
|
readonly clientRef: React.MutableRefObject<ClientEnum>;
|
|
24
24
|
readonly dataRef: React.MutableRefObject<import("./store").State>;
|
|
25
25
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { PayProps } from './const';
|
|
2
3
|
import './index.less';
|
|
3
4
|
/**
|
|
@@ -16,5 +17,5 @@ declare const Pay: ({ api, onChange: onChangeStatus, className, terminal, net, i
|
|
|
16
17
|
tyroVersion?: string | undefined;
|
|
17
18
|
formatAmount(amount: number | string, precision: number, symbol: string): string;
|
|
18
19
|
client: string;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
+
}) => React.JSX.Element;
|
|
20
21
|
export default Pay;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { StatusEnum } from '../const';
|
|
2
3
|
export declare const POS: ({ api, onChange, }: {
|
|
3
4
|
api: {
|
|
@@ -6,7 +7,7 @@ export declare const POS: ({ api, onChange, }: {
|
|
|
6
7
|
onChange: (status: `${StatusEnum.Success}` | `${StatusEnum.Fail}`, params?: {
|
|
7
8
|
[keys: string]: unknown;
|
|
8
9
|
} | undefined) => void;
|
|
9
|
-
}) => JSX.Element;
|
|
10
|
+
}) => React.JSX.Element;
|
|
10
11
|
export declare const Action: ({ onChange }: {
|
|
11
12
|
onChange: any;
|
|
12
|
-
}) => JSX.Element;
|
|
13
|
+
}) => React.JSX.Element;
|