@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,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
interface LogData {
|
|
2
3
|
key: string;
|
|
3
4
|
value: any;
|
|
@@ -15,8 +16,8 @@ interface UsePaymentLoggerOptions {
|
|
|
15
16
|
*/
|
|
16
17
|
declare const usePaymentLogger: (options: UsePaymentLoggerOptions) => {
|
|
17
18
|
logs: import("react").MutableRefObject<LogData[]>;
|
|
18
|
-
addLog: (logData: LogData) => void;
|
|
19
|
-
sendLogs: (title?: string, err?: any) => void;
|
|
19
|
+
addLog: (this: unknown, logData: LogData) => void;
|
|
20
|
+
sendLogs: (this: unknown, title?: string | undefined, err?: any) => void;
|
|
20
21
|
};
|
|
21
22
|
export default usePaymentLogger;
|
|
22
23
|
export type { LogData, UsePaymentLoggerOptions };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import './index.less';
|
|
3
3
|
import { IClientNameProps } from './type';
|
|
4
|
-
declare const ClientName: ({ className, dataSource, style }: IClientNameProps) => JSX.Element | null;
|
|
4
|
+
declare const ClientName: ({ className, dataSource, style }: IClientNameProps) => React.JSX.Element | null;
|
|
5
5
|
export default ClientName;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DateSectionCom: ({ value, onChange, showTime, className, style, useSpace, format, itemStyle, }: any) => React.JSX.Element;
|
|
2
3
|
export default DateSectionCom;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const PhoneField: ({ value, onChange }: any) => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const PhoneField: ({ value, onChange }: any) => React.JSX.Element;
|
|
3
3
|
export default PhoneField;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
/**
|
|
2
3
|
* 获取表格列配置(支持多语言)
|
|
3
4
|
* @param locales - 多语言对象
|
|
@@ -8,7 +9,7 @@ export declare const getTableColumns: (locales: any) => ({
|
|
|
8
9
|
dataIndex: string;
|
|
9
10
|
key: string;
|
|
10
11
|
width: number;
|
|
11
|
-
render: (value: any, record: any) => JSX.Element | "-";
|
|
12
|
+
render: (value: any, record: any) => React.JSX.Element | "-";
|
|
12
13
|
isShow?: undefined;
|
|
13
14
|
} | {
|
|
14
15
|
title: any;
|
|
@@ -30,14 +31,14 @@ export declare const getTableColumns: (locales: any) => ({
|
|
|
30
31
|
key: string;
|
|
31
32
|
isShow: boolean;
|
|
32
33
|
width: number;
|
|
33
|
-
render: (value: any, record: any) => JSX.Element;
|
|
34
|
+
render: (value: any, record: any) => React.JSX.Element;
|
|
34
35
|
} | {
|
|
35
36
|
title: any;
|
|
36
37
|
dataIndex: string;
|
|
37
38
|
key: string;
|
|
38
39
|
isShow: boolean;
|
|
39
40
|
width: number;
|
|
40
|
-
render: (value: any) => JSX.Element | "-";
|
|
41
|
+
render: (value: any) => React.JSX.Element | "-";
|
|
41
42
|
})[];
|
|
42
43
|
export declare const getQuickFilterList: (locales: any) => ({
|
|
43
44
|
name: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
declare type BookingFormsPreviewProps = {
|
|
2
3
|
value?: any;
|
|
3
4
|
uniqueTables?: any[];
|
|
@@ -10,5 +11,5 @@ declare type BookingFormsPreviewProps = {
|
|
|
10
11
|
relationType?: string;
|
|
11
12
|
customer?: any;
|
|
12
13
|
};
|
|
13
|
-
declare const BookingFormsPreview: (props: BookingFormsPreviewProps) => JSX.Element;
|
|
14
|
+
declare const BookingFormsPreview: (props: BookingFormsPreviewProps) => React.JSX.Element;
|
|
14
15
|
export default BookingFormsPreview;
|
|
@@ -15,5 +15,5 @@ declare type BookingNotesPreviewProps = {
|
|
|
15
15
|
};
|
|
16
16
|
style?: React.CSSProperties;
|
|
17
17
|
};
|
|
18
|
-
declare const BookingNotesPreview: (props: BookingNotesPreviewProps) => JSX.Element | null;
|
|
18
|
+
declare const BookingNotesPreview: (props: BookingNotesPreviewProps) => React.JSX.Element | null;
|
|
19
19
|
export default BookingNotesPreview;
|
|
@@ -5,5 +5,5 @@ declare type ResourceSelectorProps = {
|
|
|
5
5
|
className?: string;
|
|
6
6
|
style?: React.CSSProperties;
|
|
7
7
|
};
|
|
8
|
-
declare const ResourceSelector: (props: ResourceSelectorProps) => JSX.Element;
|
|
8
|
+
declare const ResourceSelector: (props: ResourceSelectorProps) => React.JSX.Element;
|
|
9
9
|
export default ResourceSelector;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const getBookingStatusMap: () => Record<string, string>;
|
|
2
3
|
export declare const BOOKING_STATUS_COLOR_MAP: Record<string, string>;
|
|
3
4
|
export declare const getBookingPlatformMap: () => Record<string, string>;
|
|
@@ -68,7 +69,7 @@ export declare const getFilterButtonList: () => ({
|
|
|
68
69
|
onChange?: ((value: (string | number)[]) => void) | undefined;
|
|
69
70
|
className?: string | undefined;
|
|
70
71
|
style?: import("react").CSSProperties | undefined;
|
|
71
|
-
}) => JSX.Element;
|
|
72
|
+
}) => import("react").JSX.Element;
|
|
72
73
|
placeholder?: undefined;
|
|
73
74
|
options?: undefined;
|
|
74
75
|
minInputNumberProps?: undefined;
|
|
@@ -6,5 +6,5 @@ interface IProps {
|
|
|
6
6
|
/** 实例 id,透传 SalesGrid/RecordBoard 用于列显隐持久化(localStorage) */
|
|
7
7
|
__id?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const PisellSalesManagement: (props: IProps) => JSX.Element;
|
|
9
|
+
declare const PisellSalesManagement: (props: IProps) => React.JSX.Element;
|
|
10
10
|
export default PisellSalesManagement;
|
|
@@ -34,7 +34,7 @@ export interface ProductCardProps {
|
|
|
34
34
|
isSelected?: boolean;
|
|
35
35
|
decorateConfig?: ProductCardConfig;
|
|
36
36
|
}
|
|
37
|
-
export declare const ProductCard: React.MemoExoticComponent<({ item, index, context, onSelect, onSelectCover, onSelectInfo, isSelected, className, decorateConfig, }: ProductCardProps) => JSX.Element>;
|
|
37
|
+
export declare const ProductCard: React.MemoExoticComponent<({ item, index, context, onSelect, onSelectCover, onSelectInfo, isSelected, className, decorateConfig, }: ProductCardProps) => React.JSX.Element>;
|
|
38
38
|
export declare const DefaultItemContent: React.MemoExoticComponent<(props: {
|
|
39
39
|
item: any;
|
|
40
40
|
index: number;
|
|
@@ -42,6 +42,6 @@ export declare const DefaultItemContent: React.MemoExoticComponent<(props: {
|
|
|
42
42
|
onItemIntersectionIn: (item: any) => void;
|
|
43
43
|
onItemIntersectionOut: (item: any) => void;
|
|
44
44
|
} | undefined;
|
|
45
|
-
}) => JSX.Element>;
|
|
45
|
+
}) => React.JSX.Element>;
|
|
46
46
|
export default ProductCard;
|
|
47
47
|
export { ProductCardSkeleton };
|
|
@@ -5,8 +5,8 @@ export interface GridConfig {
|
|
|
5
5
|
}
|
|
6
6
|
export declare const parseGridConfig: (config: string) => number[];
|
|
7
7
|
export declare const createGridComponents: (layout?: GridConfig | null) => {
|
|
8
|
-
List: React.MemoExoticComponent<({ children, ...props }: any) => JSX.Element>;
|
|
9
|
-
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => JSX.Element>;
|
|
8
|
+
List: React.MemoExoticComponent<({ children, ...props }: any) => React.JSX.Element>;
|
|
9
|
+
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => React.JSX.Element>;
|
|
10
10
|
};
|
|
11
11
|
export declare const GRID_LAYOUTS: {
|
|
12
12
|
readonly SINGLE_COLUMN: {
|
|
@@ -35,10 +35,10 @@ export declare const GRID_LAYOUTS: {
|
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
export declare const createTwoColumnGrid: () => {
|
|
38
|
-
List: React.MemoExoticComponent<({ children, ...props }: any) => JSX.Element>;
|
|
39
|
-
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => JSX.Element>;
|
|
38
|
+
List: React.MemoExoticComponent<({ children, ...props }: any) => React.JSX.Element>;
|
|
39
|
+
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => React.JSX.Element>;
|
|
40
40
|
};
|
|
41
41
|
export declare const createCustomGrid: (config: string) => {
|
|
42
|
-
List: React.MemoExoticComponent<({ children, ...props }: any) => JSX.Element>;
|
|
43
|
-
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => JSX.Element>;
|
|
42
|
+
List: React.MemoExoticComponent<({ children, ...props }: any) => React.JSX.Element>;
|
|
43
|
+
Item: React.MemoExoticComponent<({ children, index, item, ...props }: any) => React.JSX.Element>;
|
|
44
44
|
};
|
|
@@ -28,5 +28,5 @@ interface ProductSelectProps {
|
|
|
28
28
|
hideCategoryWhenOne?: boolean;
|
|
29
29
|
}
|
|
30
30
|
export declare const PREFIX = "pisell-product-select";
|
|
31
|
-
declare const index: ({ dataSource, emptyDescription, showSearch, scrollDom, offsetDom, style, token: customToken, onChange, value, selectedItems, productListSetting, customScrollParent, loading, layout, hideCategoryWhenOne, ...rest }: ProductSelectProps) => JSX.Element;
|
|
31
|
+
declare const index: ({ dataSource, emptyDescription, showSearch, scrollDom, offsetDom, style, token: customToken, onChange, value, selectedItems, productListSetting, customScrollParent, loading, layout, hideCategoryWhenOne, ...rest }: ProductSelectProps) => React.JSX.Element;
|
|
32
32
|
export default index;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
declare const MembersField: (props: {
|
|
3
4
|
id?: string | undefined;
|
|
4
5
|
value?: number[] | undefined;
|
|
5
6
|
onChange?: ((newValue: number[]) => void) | undefined;
|
|
6
|
-
}) => JSX.Element;
|
|
7
|
+
}) => React.JSX.Element;
|
|
7
8
|
export default MembersField;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { SCOProps } from './types';
|
|
2
3
|
import './index.less';
|
|
3
|
-
declare const SaasCreateOrganization: (props: SCOProps) => JSX.Element;
|
|
4
|
+
declare const SaasCreateOrganization: (props: SCOProps) => React.JSX.Element;
|
|
4
5
|
export default SaasCreateOrganization;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FormInstance } from 'antd';
|
|
2
3
|
import { SRProps } from '../types';
|
|
3
4
|
import '../index.less';
|
|
@@ -5,5 +6,5 @@ interface EntryEmailProps extends SRProps {
|
|
|
5
6
|
form: FormInstance;
|
|
6
7
|
handleVerifyEmail: (bool: boolean) => Promise<void>;
|
|
7
8
|
}
|
|
8
|
-
declare const EntryEmail: (props: EntryEmailProps) => JSX.Element;
|
|
9
|
+
declare const EntryEmail: (props: EntryEmailProps) => React.JSX.Element;
|
|
9
10
|
export default EntryEmail;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { FormInstance } from 'antd';
|
|
2
3
|
import { SRProps } from '../types';
|
|
3
4
|
import '../index.less';
|
|
@@ -5,5 +6,5 @@ interface IProps extends SRProps {
|
|
|
5
6
|
form: FormInstance;
|
|
6
7
|
emailToken?: string;
|
|
7
8
|
}
|
|
8
|
-
declare const EntryInfo: (props: IProps) => JSX.Element;
|
|
9
|
+
declare const EntryInfo: (props: IProps) => React.JSX.Element;
|
|
9
10
|
export default EntryInfo;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { SRStepStatus } from '../types';
|
|
2
3
|
import '../index.less';
|
|
3
4
|
declare const VerifyError: (props: {
|
|
4
5
|
status?: SRStepStatus;
|
|
5
6
|
onBackToRegister?: () => void;
|
|
6
7
|
onGoLogin?: () => void;
|
|
7
|
-
}) => JSX.Element | null;
|
|
8
|
+
}) => React.JSX.Element | null;
|
|
8
9
|
export default VerifyError;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { RenderItemProps } from '../../../../pro/Selector/types';
|
|
3
3
|
declare const NormalCard: (props: RenderItemProps & {
|
|
4
4
|
parentDataSource: any;
|
|
5
|
-
}) => JSX.Element;
|
|
5
|
+
}) => React.JSX.Element;
|
|
6
6
|
export default NormalCard;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 单规格商品卡片,点击后需要拉起弹窗展示具体的规格信息
|
|
3
3
|
*/
|
|
4
|
+
import React from 'react';
|
|
4
5
|
import { RenderItemProps } from '../../../../pro/Selector/types';
|
|
5
6
|
import './index.less';
|
|
6
7
|
declare const OptionsCard: (props: RenderItemProps & {
|
|
7
8
|
parentDataSource: any;
|
|
8
9
|
mode: 'single' | 'multiple';
|
|
9
|
-
}) => JSX.Element;
|
|
10
|
+
}) => React.JSX.Element;
|
|
10
11
|
export default OptionsCard;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface OptionsModalProps {
|
|
2
3
|
parentDataSource: any;
|
|
3
4
|
dataSource: any;
|
|
@@ -11,5 +12,5 @@ interface OptionsModalProps {
|
|
|
11
12
|
onCancel: () => void;
|
|
12
13
|
onConfirm: (v: any) => void;
|
|
13
14
|
}
|
|
14
|
-
declare const OptionsModal: (props: OptionsModalProps) => JSX.Element;
|
|
15
|
+
declare const OptionsModal: (props: OptionsModalProps) => React.JSX.Element;
|
|
15
16
|
export default OptionsModal;
|
|
@@ -68,16 +68,18 @@ var transformSelectorValueToValue = (selectorValue) => {
|
|
|
68
68
|
let _newData = { ...rest, option: [] };
|
|
69
69
|
let totalPrice = new import_decimal.default(0);
|
|
70
70
|
Object.keys(_item == null ? void 0 : _item.data).forEach((key) => {
|
|
71
|
-
var _a2;
|
|
71
|
+
var _a2, _b2;
|
|
72
72
|
const _itemDataItem = (_a2 = _item == null ? void 0 : _item.data) == null ? void 0 : _a2[key];
|
|
73
73
|
if (Array.isArray(_itemDataItem)) {
|
|
74
74
|
_itemDataItem.forEach(
|
|
75
75
|
(_itemDataItem_item) => {
|
|
76
|
+
var _a3;
|
|
76
77
|
totalPrice = totalPrice.plus(
|
|
77
78
|
new import_decimal.default((_itemDataItem_item == null ? void 0 : _itemDataItem_item.totalPrice) || 0)
|
|
78
79
|
);
|
|
79
80
|
_newData.option.push({
|
|
80
|
-
...(_itemDataItem_item == null ? void 0 : _itemDataItem_item.data) || {}
|
|
81
|
+
...(_itemDataItem_item == null ? void 0 : _itemDataItem_item.data) || {},
|
|
82
|
+
product_option_item_id: (_a3 = _itemDataItem_item == null ? void 0 : _itemDataItem_item.data) == null ? void 0 : _a3.id
|
|
81
83
|
});
|
|
82
84
|
}
|
|
83
85
|
);
|
|
@@ -85,7 +87,10 @@ var transformSelectorValueToValue = (selectorValue) => {
|
|
|
85
87
|
totalPrice = totalPrice.plus(
|
|
86
88
|
new import_decimal.default((_itemDataItem == null ? void 0 : _itemDataItem.totalPrice) || 0)
|
|
87
89
|
);
|
|
88
|
-
_newData.option.push({
|
|
90
|
+
_newData.option.push({
|
|
91
|
+
...(_itemDataItem == null ? void 0 : _itemDataItem.data) || {},
|
|
92
|
+
product_option_item_id: (_b2 = _itemDataItem == null ? void 0 : _itemDataItem.data) == null ? void 0 : _b2.id
|
|
93
|
+
});
|
|
89
94
|
}
|
|
90
95
|
});
|
|
91
96
|
const _restPricePrefix = (rest == null ? void 0 : rest.price_type) === "markdown" ? -1 : 1;
|
|
@@ -94,6 +99,7 @@ var transformSelectorValueToValue = (selectorValue) => {
|
|
|
94
99
|
_newData.original_total = _newData == null ? void 0 : _newData.price;
|
|
95
100
|
_newData.quantity = (_item == null ? void 0 : _item.quantity) || 0;
|
|
96
101
|
_newData.num = (_item == null ? void 0 : _item.quantity) || 0;
|
|
102
|
+
_newData._bundle_product_id = _newData == null ? void 0 : _newData.bundle_product_id;
|
|
97
103
|
transformValue.bundle.push(_newData);
|
|
98
104
|
}
|
|
99
105
|
});
|
|
@@ -103,6 +109,7 @@ var transformSelectorValueToValue = (selectorValue) => {
|
|
|
103
109
|
_newData.price = new import_decimal.default((_newData == null ? void 0 : _newData.price) || 0).times(_pricePrefix).toString();
|
|
104
110
|
_newData.original_price = _newData == null ? void 0 : _newData.price;
|
|
105
111
|
_newData.original_total = _newData == null ? void 0 : _newData.price;
|
|
112
|
+
_newData._bundle_product_id = _newData == null ? void 0 : _newData.bundle_product_id;
|
|
106
113
|
transformValue.bundle.push(_newData);
|
|
107
114
|
}
|
|
108
115
|
});
|
|
@@ -122,8 +129,12 @@ var transformSelectorValueToValue = (selectorValue) => {
|
|
|
122
129
|
_groupItemValue = [groupItemValue];
|
|
123
130
|
}
|
|
124
131
|
_groupItemValue == null ? void 0 : _groupItemValue.forEach((item) => {
|
|
132
|
+
var _a2;
|
|
125
133
|
if (item == null ? void 0 : item.data) {
|
|
126
|
-
transformValue.option.push(
|
|
134
|
+
transformValue.option.push({
|
|
135
|
+
...(item == null ? void 0 : item.data) || {},
|
|
136
|
+
product_option_item_id: (_a2 = item == null ? void 0 : item.data) == null ? void 0 : _a2.id
|
|
137
|
+
});
|
|
127
138
|
}
|
|
128
139
|
});
|
|
129
140
|
});
|
|
@@ -146,7 +146,7 @@ var createBundleValue = (v, dataSource) => {
|
|
|
146
146
|
}
|
|
147
147
|
totalQuantity = totalQuantity + ((v1 == null ? void 0 : v1.quantity) || (v1 == null ? void 0 : v1.num) || 1);
|
|
148
148
|
const _price = (v1 == null ? void 0 : v1.price) || (findedBundleItem == null ? void 0 : findedBundleItem.price) || 0;
|
|
149
|
-
_createdValue.totalPrice = new import_decimal.default(_createdValue.totalPrice || 0).plus(new import_decimal.default(_price).times((v1 == null ? void 0 : v1.quantity) || 1)).toNumber();
|
|
149
|
+
_createdValue.totalPrice = new import_decimal.default(_createdValue.totalPrice || 0).plus(new import_decimal.default(_price).times((v1 == null ? void 0 : v1.quantity) || (v1 == null ? void 0 : v1.num) || 1)).toNumber();
|
|
150
150
|
});
|
|
151
151
|
_createdValue.quantity = totalQuantity;
|
|
152
152
|
_createdValue.data.quantity = totalQuantity;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
declare const RelationProduct: ({ value, onChange, }: {
|
|
3
4
|
value?: string[] | undefined;
|
|
4
5
|
onChange?: ((val: string[]) => void) | undefined;
|
|
5
|
-
}) => JSX.Element | null;
|
|
6
|
+
}) => React.JSX.Element | null;
|
|
6
7
|
export default RelationProduct;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface PassDetailProps {
|
|
3
4
|
dataSource?: any | null;
|
|
@@ -6,5 +7,5 @@ interface PassDetailProps {
|
|
|
6
7
|
showTimeLine?: boolean;
|
|
7
8
|
onListRefresh?: () => void;
|
|
8
9
|
}
|
|
9
|
-
declare const PassDetail: (props: PassDetailProps) => JSX.Element | null;
|
|
10
|
+
declare const PassDetail: (props: PassDetailProps) => React.JSX.Element | null;
|
|
10
11
|
export default PassDetail;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
interface IPassListProps {
|
|
2
3
|
dataSource: any[];
|
|
3
4
|
value?: string | number;
|
|
@@ -8,5 +9,5 @@ interface IPassListProps {
|
|
|
8
9
|
loading?: boolean;
|
|
9
10
|
onEditHolder?: (info: any) => void;
|
|
10
11
|
}
|
|
11
|
-
declare const PassList: (props: IPassListProps) => JSX.Element;
|
|
12
|
+
declare const PassList: (props: IPassListProps) => React.JSX.Element;
|
|
12
13
|
export default PassList;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
interface TimelineSectionProps {
|
|
3
4
|
code: string;
|
|
@@ -7,5 +8,5 @@ interface TimelineSectionProps {
|
|
|
7
8
|
isTerminalEnv?: boolean;
|
|
8
9
|
interaction?: any;
|
|
9
10
|
}
|
|
10
|
-
declare const TimelineSection: (props: TimelineSectionProps) => JSX.Element;
|
|
11
|
+
declare const TimelineSection: (props: TimelineSectionProps) => React.JSX.Element;
|
|
11
12
|
export default TimelineSection;
|
|
@@ -5,5 +5,5 @@ interface UsageRulesProps {
|
|
|
5
5
|
style?: React.CSSProperties;
|
|
6
6
|
dataSource?: any;
|
|
7
7
|
}
|
|
8
|
-
declare function UsageRules({ className, style, dataSource }: UsageRulesProps): JSX.Element | null;
|
|
8
|
+
declare function UsageRules({ className, style, dataSource }: UsageRulesProps): React.JSX.Element | null;
|
|
9
9
|
export default UsageRules;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import './index.less';
|
|
2
3
|
export interface WalletPassGalleryProps {
|
|
3
4
|
hideTitle: boolean;
|
|
@@ -6,5 +7,5 @@ export interface WalletPassGalleryProps {
|
|
|
6
7
|
platform?: 'pc' | 'h5';
|
|
7
8
|
[key: string]: any;
|
|
8
9
|
}
|
|
9
|
-
declare const WalletPassGallery: (props: WalletPassGalleryProps) => JSX.Element;
|
|
10
|
+
declare const WalletPassGallery: (props: WalletPassGalleryProps) => React.JSX.Element;
|
|
10
11
|
export default WalletPassGallery;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* 忘记密码流程组件
|
|
3
|
+
* 包含三个步骤:
|
|
4
|
+
* 1. 确认邮箱 (ConfirmEmail)
|
|
5
|
+
* 2. 输入验证码 (CodeInput)
|
|
6
|
+
* 3. 设置新密码 (SetPassword)
|
|
7
|
+
*/
|
|
8
|
+
import React from 'react';
|
|
2
9
|
import { PhoneValueObject } from './PhoneInput';
|
|
3
10
|
export interface ForgotPasswordFlowProps {
|
|
4
11
|
/** 初始账号(可选,如果用户在登录页已输入) */
|
|
@@ -27,5 +34,5 @@ export interface ForgotPasswordFlowProps {
|
|
|
27
34
|
currency_code: string;
|
|
28
35
|
}>;
|
|
29
36
|
}
|
|
30
|
-
declare function ForgotPasswordFlow({ initialEmail, accountType, onSendCode, onVerifyCode, onResetPassword, onSendResetLink, onBack, loading, countdown, countries, }: ForgotPasswordFlowProps): JSX.Element | null;
|
|
37
|
+
declare function ForgotPasswordFlow({ initialEmail, accountType, onSendCode, onVerifyCode, onResetPassword, onSendResetLink, onBack, loading, countdown, countries, }: ForgotPasswordFlowProps): React.JSX.Element | null;
|
|
31
38
|
export default ForgotPasswordFlow;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* 登录验证码输入组件
|
|
3
|
+
* 复用 Register2 的 CodeInput 样式和逻辑
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
2
6
|
export interface LoginCodeInputProps {
|
|
3
7
|
/** 账号(邮箱或手机号) */
|
|
4
8
|
account: string;
|
|
@@ -23,5 +27,5 @@ export interface LoginCodeInputProps {
|
|
|
23
27
|
/** 当用户输入时清除错误的回调 */
|
|
24
28
|
onClearError?: () => void;
|
|
25
29
|
}
|
|
26
|
-
declare function LoginCodeInput({ account, accountType, codeLength, onSubmit, onResend, onBack, countdown, loading, submitButtonText, error, onClearError, }: LoginCodeInputProps): JSX.Element;
|
|
30
|
+
declare function LoginCodeInput({ account, accountType, codeLength, onSubmit, onResend, onBack, countdown, loading, submitButtonText, error, onClearError, }: LoginCodeInputProps): React.JSX.Element;
|
|
27
31
|
export default LoginCodeInput;
|
|
@@ -49,5 +49,5 @@ export interface PhoneInputProps {
|
|
|
49
49
|
* 支持国际区号选择和手机号输入
|
|
50
50
|
* 值格式:+区号+手机号,例如:+8613800138000 或 +15551234567
|
|
51
51
|
*/
|
|
52
|
-
declare function PhoneInput({ value, onChange, placeholder, onKeyDown, size, disabled, className, countries, defaultCountry, valueFormat, }: PhoneInputProps): JSX.Element;
|
|
52
|
+
declare function PhoneInput({ value, onChange, placeholder, onKeyDown, size, disabled, className, countries, defaultCountry, valueFormat, }: PhoneInputProps): React.JSX.Element;
|
|
53
53
|
export default PhoneInput;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* 验证码输入页面(对应图3)
|
|
3
|
+
* 支持邮箱和手机号两种账号类型
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
2
6
|
import type { RegisterFlowData } from '../shared/registerFlow';
|
|
3
7
|
export interface CodeInputProps {
|
|
4
8
|
/** 流程数据 */
|
|
@@ -20,5 +24,5 @@ export interface CodeInputProps {
|
|
|
20
24
|
/** 当用户输入时清除错误的回调 */
|
|
21
25
|
onClearError?: () => void;
|
|
22
26
|
}
|
|
23
|
-
declare function CodeInput({ flowData, codeLength, onSubmit, onResend, onBack, countdown, loading, error, onClearError, }: CodeInputProps): JSX.Element;
|
|
27
|
+
declare function CodeInput({ flowData, codeLength, onSubmit, onResend, onBack, countdown, loading, error, onClearError, }: CodeInputProps): React.JSX.Element;
|
|
24
28
|
export default CodeInput;
|