@pisell/private-materials 6.11.63 → 6.11.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/Sales/Cart/index.d.ts +53 -0
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -0
- package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Content/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/Services/index.d.ts +4 -0
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
- package/es/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/es/components/appointmentBooking/index.d.ts +1 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/es/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/es/components/booking/components/footer/amount.d.ts +38 -0
- package/es/components/booking/components/footer/index.d.ts +1 -0
- package/es/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/index.d.ts +1 -0
- package/es/components/booking/components/voucherModal/index.d.ts +19 -0
- package/es/components/booking/dashboard/serve.d.ts +2 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -0
- package/es/components/booking/forms/footer.d.ts +1 -0
- package/es/components/booking/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/es/components/booking/forms/serve.d.ts +18 -0
- package/es/components/booking/forms/single/index.d.ts +1 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -0
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/hooks/usePromotion.d.ts +301 -0
- package/es/components/booking/hooks/useQuotation.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/client/serve.d.ts +2 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/dateRange/index.d.ts +1 -0
- package/es/components/booking/info/header/index.d.ts +4 -0
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +5 -0
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/pet/index.d.ts +14 -0
- package/es/components/booking/info/pet/serve.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/es/components/booking/info/service/editService/constants.d.ts +1 -0
- package/es/components/booking/info/service/serve.d.ts +34 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +226 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/es/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/es/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/es/components/booking/info2/model/index.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/es/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/es/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/es/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/es/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/es/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/es/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/es/components/booking/info2/serve.d.ts +6 -0
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/es/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/es/components/booking/info2/service/editNormalService/index.js +5 -2
- package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/es/components/booking/locales.d.ts +1586 -0
- package/es/components/booking/materiels/contacts/index.d.ts +1 -0
- package/es/components/booking/materiels/duration/index.d.ts +1 -0
- package/es/components/booking/materiels/holder/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/model.d.ts +113 -0
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils/selectHolderModal.d.ts +24 -0
- package/es/components/booking/utils.d.ts +184 -0
- package/es/components/checkout/PaymentProvider.d.ts +13 -0
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/es/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
- package/es/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
- package/es/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/es/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/es/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/es/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -0
- package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/es/components/checkout/constants.d.ts +2 -0
- package/es/components/checkout/export.d.ts +9 -0
- package/es/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/index.d.ts +5 -0
- package/es/components/checkout/index.less +2 -0
- package/es/components/checkout/locales.d.ts +856 -0
- package/es/components/checkout/payment-modal-utils.d.ts +30 -0
- package/es/components/checkout/styles.d.ts +67 -0
- package/es/components/checkout/types.d.ts +130 -0
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
- package/es/components/checkout/utils.d.ts +3 -0
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/es/components/ecocup/cupList/const.d.ts +144 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/es/components/ecocup/cupList/index.d.ts +1 -0
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftpos/index.d.ts +1 -0
- package/es/components/eftpos/pos.d.ts +1 -0
- package/es/components/eftposPay/EFTPos.d.ts +14 -0
- package/es/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
- package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/es/components/eftposPay/aggregatePayment/types.d.ts +106 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
- package/es/components/eftposPay/amount.d.ts +2 -1
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.d.ts +4 -0
- package/es/components/eftposPay/component/fail/network.d.ts +1 -0
- package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
- package/es/components/eftposPay/component/manual/index.d.ts +1 -0
- package/es/components/eftposPay/component/signature/index.d.ts +1 -0
- package/es/components/eftposPay/const.d.ts +195 -0
- package/es/components/eftposPay/device.d.ts +25 -0
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/huifu/const.d.ts +5 -0
- package/es/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/es/components/eftposPay/huifu/index.d.ts +5 -0
- package/es/components/eftposPay/huifu/types.d.ts +14 -0
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/linkly/index.d.ts +1 -0
- package/es/components/eftposPay/locales.d.ts +608 -0
- package/es/components/eftposPay/manufacturer.d.ts +8 -0
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eftposPay/payo/config.d.ts +1 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/serve.d.ts +16 -0
- package/es/components/eftposPay/store/index.d.ts +362 -0
- package/es/components/eftposPay/tip.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/es/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/es/components/eventBooking/index.d.ts +1 -0
- package/es/components/list/ResponsiveWrapper.d.ts +16 -0
- package/es/components/list/TestResponsiveWrapper.d.ts +8 -0
- package/es/components/list/components/EmptyState/index.d.ts +2 -0
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/es/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/es/components/list/components/Pagination/index.d.ts +1 -0
- package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/es/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/es/components/list/components/Tab/Tab.d.ts +5 -0
- package/es/components/list/components/Tab/index.d.ts +2 -0
- package/es/components/list/components/Tab/types.d.ts +14 -0
- package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/es/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/es/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/es/components/list/components/WaterfallList/index.d.ts +2 -0
- package/es/components/list/examples/GroupedListExample.d.ts +3 -0
- package/es/components/list/hooks/index.d.ts +5 -0
- package/es/components/list/hooks/useDevice.d.ts +24 -0
- package/es/components/list/hooks/useWaterfall.d.ts +34 -0
- package/es/components/list/index.d.ts +10 -0
- package/es/components/list/locales.d.ts +108 -0
- package/es/components/list/types.d.ts +181 -0
- package/es/components/list/utils/getText.d.ts +53 -0
- package/es/components/list/utils/index.d.ts +19 -0
- package/es/components/login/index.d.ts +1 -0
- package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/es/components/pay/toB/components/Card/index.d.ts +1 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +8 -0
- package/es/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/es/components/pay/toB/components/Content/Header.d.ts +5 -0
- package/es/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/es/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
- package/es/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/es/components/pay/toB/components/index.d.ts +5 -0
- package/es/components/pay/toB/hooks.d.ts +12 -0
- package/es/components/pay/toB/index.d.ts +3 -0
- package/es/components/pay/toB/locales.d.ts +88 -0
- package/es/components/pay/toB/paymentMethods/index.d.ts +11 -0
- package/es/components/pay/toB/store/context.d.ts +3 -0
- package/es/components/pay/toB/store/hooks.d.ts +15 -0
- package/es/components/pay/toB/store/index.d.ts +3 -0
- package/es/components/pay/toB/store/provider.d.ts +4 -0
- package/es/components/pay/toB/store/utils.d.ts +13 -0
- package/es/components/pay/toB/types/index.d.ts +81 -0
- package/es/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/es/components/pay/toC/PaymentList/serve.d.ts +28 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
- package/es/components/pay/toC/PaymentMethods/index.d.ts +9 -0
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/es/components/pay/toC/model.d.ts +33 -0
- package/es/components/pay/toC/serve.d.ts +82 -0
- package/es/components/pay/toC/utils.d.ts +57 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/es/components/productExtension/index.d.ts +1 -0
- package/es/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/es/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/es/components/ruleSetting/index.d.ts +1 -0
- package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -0
- package/es/components/schedules/calendar/index.d.ts +1 -0
- package/es/components/schedules/components/CurrentDay/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
- package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/es/components/schedules/model.d.ts +1 -9
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/products/index.d.ts +1 -0
- package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -0
- package/es/components/schedules/products/list/index.d.ts +1 -0
- package/es/components/schedules/resources/index.d.ts +1 -0
- package/es/components/schedules/resources/list/index.d.ts +1 -0
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/schedules/index.d.ts +1 -0
- package/es/components/shoppingCart/Provider.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -0
- package/es/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/es/components/shoppingCart/hooks/index.d.ts +4 -0
- package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/es/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/es/components/shoppingCart/index.d.ts +1 -0
- package/es/components/shoppingCart/locales.d.ts +93 -0
- package/es/components/shoppingCart/mock.d.ts +54 -0
- package/es/components/shoppingCart/server.d.ts +12 -0
- package/es/components/shoppingCart/type.d.ts +59 -0
- package/es/components/shoppingCart/utils.d.ts +192 -0
- package/es/components/subTotal/locales.d.ts +71 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/es/components/systemSettings/registry/locales.d.ts +525 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +207 -61
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
- package/es/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/es/components/ticketBooking/context/index.d.ts +2 -0
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/es/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/es/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/es/components/ticketBooking/index.d.ts +23 -0
- package/es/components/ticketBooking/index.js +3 -1
- package/es/components/ticketBooking/locales.d.ts +340 -0
- package/es/components/ticketBooking/serve.d.ts +289 -0
- package/es/components/ticketBooking/utils/edit.d.ts +1 -0
- package/es/components/ticketBooking/utils/index.d.ts +104 -0
- package/es/components/ticketBooking/utils/index.js +38 -32
- package/es/components/ticketBooking/utils/productCache.d.ts +75 -0
- package/es/components/walletList/index.d.ts +1 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/es/hooks/index.d.ts +10 -0
- package/es/hooks/printer.d.ts +4 -0
- package/es/hooks/useEngineContext.d.ts +4 -0
- package/es/hooks/useLogger.d.ts +2 -0
- package/es/hooks/useModal.example.d.ts +12 -0
- package/es/hooks/useModal.integration.example.d.ts +15 -0
- package/es/hooks/usePaymentLogger.d.ts +1 -0
- package/es/hooks/useToast.d.ts +2 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/index.d.ts +91 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/es/plus/noteModal/AddTempModal.d.ts +1 -0
- package/es/plus/noteModal/locales.d.ts +53 -0
- package/es/plus/noteModal/types.d.ts +19 -0
- package/es/plus/orderList/components/HandleActions.d.ts +1 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/es/plus/orderList/components/Reset.d.ts +1 -0
- package/es/plus/orderList/components/Toolbar.d.ts +1 -0
- package/es/plus/orderList/config.d.ts +3 -2
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/es/plus/productSelect/ProductCard/index.d.ts +54 -0
- package/es/plus/productSelect/ProductCard/utils.d.ts +49 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/es/plus/saasCreateOrganization/index.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/es/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/es/plus/saasRegister/components/Header.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.d.ts +38 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/index.d.ts +5 -0
- package/es/plus/skuOptionsSelection/index.js +2 -0
- package/es/plus/skuOptionsSelection/locales.d.ts +0 -5
- package/es/plus/skuOptionsSelection/locales.js +0 -5
- package/es/plus/skuOptionsSelection/types.d.ts +445 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/es/plus/walletPassGallery/index.d.ts +1 -0
- package/es/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/es/plus/webPosLogin/index.d.ts +12 -0
- package/es/plus/webPosLogin/locales.d.ts +92 -0
- package/es/plus/webPosLogin/service.d.ts +44 -0
- package/es/plus/webPosLogin/types.d.ts +288 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/NumberKeyboardPopover/index.d.ts +36 -0
- package/es/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/es/pro/multiDayTimeSelect/index.d.ts +3 -0
- package/es/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/es/pro/pisellPaymentList/example.d.ts +1 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/es/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/es/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/es/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
- package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/es/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/es/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/es/pro/priceKeyboard/index.d.ts +3 -0
- package/es/pro/priceKeyboard/utils.d.ts +31 -0
- package/es/pro/skuDetailModal/index.js +55 -130
- package/es/pro/skuDetailModal/index.less +2 -0
- package/es/pro/skuDetailModal/locales.d.ts +123 -0
- package/es/pro/skuDetailModal/locales.js +6 -48
- package/es/pro/skuDetailModal/types.d.ts +395 -0
- package/es/pro/skuDetailModal/utils.d.ts +31 -0
- package/es/pro/skuDetailModal/utils.js +116 -1
- package/es/shared/locales/stock.d.ts +57 -0
- package/es/shared/locales/stock.js +56 -0
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -0
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Services/index.d.ts +4 -0
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -0
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -0
- package/lib/components/appointmentBooking/deposit/index.d.ts +1 -0
- package/lib/components/appointmentBooking/index.d.ts +1 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -0
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -0
- package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/booking/components/emptyBooking/index.d.ts +1 -0
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -0
- package/lib/components/booking/components/footer/amount.d.ts +38 -0
- package/lib/components/booking/components/footer/index.d.ts +1 -0
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +9 -0
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/index.d.ts +1 -0
- package/lib/components/booking/components/voucherModal/index.d.ts +19 -0
- package/lib/components/booking/dashboard/serve.d.ts +2 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -0
- package/lib/components/booking/forms/footer.d.ts +1 -0
- package/lib/components/booking/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/lib/components/booking/forms/serve.d.ts +18 -0
- package/lib/components/booking/forms/single/index.d.ts +1 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -0
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/hooks/usePromotion.d.ts +301 -0
- package/lib/components/booking/hooks/useQuotation.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/client/serve.d.ts +2 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +3 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/dateRange/index.d.ts +1 -0
- package/lib/components/booking/info/header/index.d.ts +4 -0
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +10 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +11 -0
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +5 -0
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/pet/index.d.ts +14 -0
- package/lib/components/booking/info/pet/serve.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -0
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -0
- package/lib/components/booking/info/service/editService/constants.d.ts +1 -0
- package/lib/components/booking/info/service/serve.d.ts +34 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +226 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +33 -0
- package/lib/components/booking/info2/cartClientCard/types.d.ts +19 -0
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +3 -0
- package/lib/components/booking/info2/model/index.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/index.d.ts +7 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/evaluator.d.ts +185 -0
- package/lib/components/booking/info2/model/strategy/adapter/promotion/type.d.ts +420 -0
- package/lib/components/booking/info2/model/strategy/adapter/type.d.ts +28 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/evaluator.d.ts +84 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/example.d.ts +4 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/index.d.ts +32 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/locales.d.ts +1 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/type.d.ts +165 -0
- package/lib/components/booking/info2/model/strategy/adapter/walletPass/utils.d.ts +50 -0
- package/lib/components/booking/info2/model/strategy/index.d.ts +107 -0
- package/lib/components/booking/info2/model/strategy/strategy-example.d.ts +5 -0
- package/lib/components/booking/info2/model/strategy/type.d.ts +228 -0
- package/lib/components/booking/info2/serve.d.ts +6 -0
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +106 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -0
- package/lib/components/booking/info2/service/editNormalService/index.d.ts +3 -0
- package/lib/components/booking/info2/service/editNormalService/index.js +3 -0
- package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/openNormalService.d.ts +37 -0
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +36 -0
- package/lib/components/booking/locales.d.ts +1586 -0
- package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
- package/lib/components/booking/materiels/duration/index.d.ts +1 -0
- package/lib/components/booking/materiels/holder/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/model.d.ts +113 -0
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -0
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils/selectHolderModal.d.ts +24 -0
- package/lib/components/booking/utils.d.ts +184 -0
- package/lib/components/checkout/PaymentProvider.d.ts +13 -0
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +58 -0
- package/lib/components/checkout/components/CashPaymentModule/index.d.ts +26 -0
- package/lib/components/checkout/components/PaymentDetailModal/index.d.ts +38 -0
- package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +16 -0
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +85 -0
- package/lib/components/checkout/components/PaymentResultToast/types.d.ts +59 -0
- package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +44 -0
- package/lib/components/checkout/components/ScrollableList/index.d.ts +5 -0
- package/lib/components/checkout/components/ScrollableList/types.d.ts +53 -0
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/SendPaymentLinkModal/index.d.ts +12 -0
- package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/types.d.ts +134 -0
- package/lib/components/checkout/constants.d.ts +2 -0
- package/lib/components/checkout/export.d.ts +9 -0
- package/lib/components/checkout/hooks/usePaymentLogger.d.ts +2 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/index.d.ts +5 -0
- package/lib/components/checkout/index.less +2 -0
- package/lib/components/checkout/locales.d.ts +856 -0
- package/lib/components/checkout/payment-modal-utils.d.ts +30 -0
- package/lib/components/checkout/styles.d.ts +67 -0
- package/lib/components/checkout/types.d.ts +130 -0
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +32 -0
- package/lib/components/checkout/utils.d.ts +3 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +1 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +1 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +1 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +1 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +1 -0
- package/lib/components/ecocup/cupList/const.d.ts +144 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +1 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +1 -0
- package/lib/components/ecocup/cupList/index.d.ts +1 -0
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftpos/index.d.ts +1 -0
- package/lib/components/eftpos/pos.d.ts +1 -0
- package/lib/components/eftposPay/EFTPos.d.ts +14 -0
- package/lib/components/eftposPay/aggregatePayment/hooks/useMicropay.d.ts +7 -0
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +106 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +139 -0
- package/lib/components/eftposPay/amount.d.ts +2 -1
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
- package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
- package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
- package/lib/components/eftposPay/const.d.ts +195 -0
- package/lib/components/eftposPay/device.d.ts +25 -0
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/huifu/const.d.ts +5 -0
- package/lib/components/eftposPay/huifu/hooks.d.ts +25 -0
- package/lib/components/eftposPay/huifu/index.d.ts +5 -0
- package/lib/components/eftposPay/huifu/types.d.ts +14 -0
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/linkly/index.d.ts +1 -0
- package/lib/components/eftposPay/locales.d.ts +608 -0
- package/lib/components/eftposPay/manufacturer.d.ts +8 -0
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eftposPay/payo/config.d.ts +1 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/serve.d.ts +16 -0
- package/lib/components/eftposPay/store/index.d.ts +362 -0
- package/lib/components/eftposPay/tip.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +1 -0
- package/lib/components/eftposPay/windcave/windcave.d.ts +1 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -0
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -0
- package/lib/components/eventBooking/index.d.ts +1 -0
- package/lib/components/list/ResponsiveWrapper.d.ts +16 -0
- package/lib/components/list/TestResponsiveWrapper.d.ts +8 -0
- package/lib/components/list/components/EmptyState/index.d.ts +2 -0
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +13 -0
- package/lib/components/list/components/ListItemSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/Pagination/index.d.ts +1 -0
- package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +18 -0
- package/lib/components/list/components/ScrollLoader/index.d.ts +2 -0
- package/lib/components/list/components/Tab/Tab.d.ts +5 -0
- package/lib/components/list/components/Tab/index.d.ts +2 -0
- package/lib/components/list/components/Tab/types.d.ts +14 -0
- package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +11 -0
- package/lib/components/list/components/TabSkeleton/index.d.ts +2 -0
- package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +33 -0
- package/lib/components/list/components/WaterfallList/index.d.ts +2 -0
- package/lib/components/list/examples/GroupedListExample.d.ts +3 -0
- package/lib/components/list/hooks/index.d.ts +5 -0
- package/lib/components/list/hooks/useDevice.d.ts +24 -0
- package/lib/components/list/hooks/useWaterfall.d.ts +34 -0
- package/lib/components/list/index.d.ts +10 -0
- package/lib/components/list/locales.d.ts +108 -0
- package/lib/components/list/types.d.ts +181 -0
- package/lib/components/list/utils/getText.d.ts +53 -0
- package/lib/components/list/utils/index.d.ts +19 -0
- package/lib/components/login/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Card/index.d.ts +1 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +8 -0
- package/lib/components/pay/toB/components/ConfirmedPayment/index.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Footer.d.ts +1 -0
- package/lib/components/pay/toB/components/Content/Header.d.ts +5 -0
- package/lib/components/pay/toB/components/Content/utils.d.ts +16 -0
- package/lib/components/pay/toB/components/EFTPOS/index.d.ts +8 -0
- package/lib/components/pay/toB/components/MX51/index.d.ts +3 -0
- package/lib/components/pay/toB/components/index.d.ts +5 -0
- package/lib/components/pay/toB/hooks.d.ts +12 -0
- package/lib/components/pay/toB/index.d.ts +3 -0
- package/lib/components/pay/toB/locales.d.ts +88 -0
- package/lib/components/pay/toB/paymentMethods/index.d.ts +11 -0
- package/lib/components/pay/toB/store/context.d.ts +3 -0
- package/lib/components/pay/toB/store/hooks.d.ts +15 -0
- package/lib/components/pay/toB/store/index.d.ts +3 -0
- package/lib/components/pay/toB/store/provider.d.ts +4 -0
- package/lib/components/pay/toB/store/utils.d.ts +13 -0
- package/lib/components/pay/toB/types/index.d.ts +81 -0
- package/lib/components/pay/toB/types/storeTypes.d.ts +143 -0
- package/lib/components/pay/toC/PaymentList/serve.d.ts +28 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +7 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +161 -0
- package/lib/components/pay/toC/PaymentMethods/index.d.ts +9 -0
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -0
- package/lib/components/pay/toC/model.d.ts +33 -0
- package/lib/components/pay/toC/serve.d.ts +82 -0
- package/lib/components/pay/toC/utils.d.ts +57 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -0
- package/lib/components/productExtension/index.d.ts +1 -0
- package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -0
- package/lib/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/lib/components/ruleSetting/index.d.ts +1 -0
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -0
- package/lib/components/schedules/calendar/index.d.ts +1 -0
- package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -0
- package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/lib/components/schedules/model.d.ts +1 -9
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/products/index.d.ts +1 -0
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -0
- package/lib/components/schedules/products/list/index.d.ts +1 -0
- package/lib/components/schedules/resources/index.d.ts +1 -0
- package/lib/components/schedules/resources/list/index.d.ts +1 -0
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/schedules/index.d.ts +1 -0
- package/lib/components/shoppingCart/Provider.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -0
- package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/components/Render/index.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/index.d.ts +4 -0
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/usePromotionModal.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useSkuModal.d.ts +1 -0
- package/lib/components/shoppingCart/index.d.ts +1 -0
- package/lib/components/shoppingCart/locales.d.ts +93 -0
- package/lib/components/shoppingCart/mock.d.ts +54 -0
- package/lib/components/shoppingCart/server.d.ts +12 -0
- package/lib/components/shoppingCart/type.d.ts +59 -0
- package/lib/components/shoppingCart/utils.d.ts +192 -0
- package/lib/components/subTotal/locales.d.ts +71 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +1 -0
- package/lib/components/systemSettings/registry/locales.d.ts +525 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +115 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +94 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +135 -13
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +11 -0
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +11 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +6 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +22 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/context/IsActiveContext.d.ts +26 -0
- package/lib/components/ticketBooking/context/OsKeyContext.d.ts +29 -0
- package/lib/components/ticketBooking/context/index.d.ts +2 -0
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +6 -0
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +4 -0
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +21 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCartChangeEffect.d.ts +5 -0
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +25 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/lib/components/ticketBooking/hooks/pisellos/useShopDiscountModule.d.ts +6 -0
- package/lib/components/ticketBooking/index.d.ts +23 -0
- package/lib/components/ticketBooking/index.js +6 -1
- package/lib/components/ticketBooking/locales.d.ts +340 -0
- package/lib/components/ticketBooking/serve.d.ts +289 -0
- package/lib/components/ticketBooking/utils/edit.d.ts +1 -0
- package/lib/components/ticketBooking/utils/index.d.ts +104 -0
- package/lib/components/ticketBooking/utils/index.js +8 -2
- package/lib/components/ticketBooking/utils/productCache.d.ts +75 -0
- package/lib/components/walletList/index.d.ts +1 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -0
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/lib/hooks/index.d.ts +10 -0
- package/lib/hooks/printer.d.ts +4 -0
- package/lib/hooks/useEngineContext.d.ts +4 -0
- package/lib/hooks/useLogger.d.ts +2 -0
- package/lib/hooks/useModal.example.d.ts +12 -0
- package/lib/hooks/useModal.integration.example.d.ts +15 -0
- package/lib/hooks/usePaymentLogger.d.ts +1 -0
- package/lib/hooks/useToast.d.ts +2 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/index.d.ts +91 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +1 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +1 -0
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -0
- package/lib/plus/noteModal/AddTempModal.d.ts +1 -0
- package/lib/plus/noteModal/locales.d.ts +53 -0
- package/lib/plus/noteModal/types.d.ts +19 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +1 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +1 -0
- package/lib/plus/orderList/components/Reset.d.ts +1 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +1 -0
- package/lib/plus/orderList/config.d.ts +3 -2
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +1 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +1 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +8 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +8 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/SubTitle/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +1 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Title/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +7 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +4 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +6 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +9 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +68 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +173 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +298 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +9 -0
- package/lib/plus/productSelect/ProductCard/index.d.ts +54 -0
- package/lib/plus/productSelect/ProductCard/utils.d.ts +49 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +46 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -0
- package/lib/plus/saasCreateOrganization/index.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -0
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -0
- package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -0
- package/lib/plus/saasRegister/components/Header.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -0
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -0
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.d.ts +38 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/index.d.ts +5 -0
- package/lib/plus/skuOptionsSelection/index.js +2 -0
- package/lib/plus/skuOptionsSelection/locales.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/locales.js +0 -5
- package/lib/plus/skuOptionsSelection/types.d.ts +445 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +1 -0
- package/lib/plus/walletPassGallery/index.d.ts +1 -0
- package/lib/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/lib/plus/webPosLogin/index.d.ts +12 -0
- package/lib/plus/webPosLogin/locales.d.ts +92 -0
- package/lib/plus/webPosLogin/service.d.ts +44 -0
- package/lib/plus/webPosLogin/types.d.ts +288 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/NumberKeyboardPopover/index.d.ts +36 -0
- package/lib/pro/NumberKeyboardPopover/types.d.ts +31 -0
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/lib/pro/multiDayTimeSelect/index.d.ts +3 -0
- package/lib/pro/multiDayTimeSelect/types.d.ts +28 -0
- package/lib/pro/pisellPaymentList/example.d.ts +1 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +1 -0
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +2 -0
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +25 -0
- package/lib/pro/pisellPriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +5 -0
- package/lib/pro/pisellPriceKeyboardPopover/index.d.ts +2 -0
- package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +2 -0
- package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +33 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +13 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +63 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +98 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +68 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +17 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/index.d.ts +1 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +73 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +39 -0
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +18 -0
- package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +28 -0
- package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +1 -0
- package/lib/pro/priceKeyboard/index.d.ts +3 -0
- package/lib/pro/priceKeyboard/utils.d.ts +31 -0
- package/lib/pro/skuDetailModal/index.js +51 -102
- package/lib/pro/skuDetailModal/index.less +2 -0
- package/lib/pro/skuDetailModal/locales.d.ts +123 -0
- package/lib/pro/skuDetailModal/locales.js +6 -48
- package/lib/pro/skuDetailModal/types.d.ts +395 -0
- package/lib/pro/skuDetailModal/utils.d.ts +31 -0
- package/lib/pro/skuDetailModal/utils.js +125 -2
- package/lib/shared/locales/stock.d.ts +57 -0
- package/lib/shared/locales/stock.js +80 -0
- package/package.json +1 -1
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'registry.title': string;
|
|
4
|
+
'registry.sections.title': string;
|
|
5
|
+
'registry.sections.empty': string;
|
|
6
|
+
'registry.sections.loadMore': string;
|
|
7
|
+
'registry.sections.noMore': string;
|
|
8
|
+
'registry.table.title': string;
|
|
9
|
+
'registry.table.name': string;
|
|
10
|
+
'registry.table.key': string;
|
|
11
|
+
'registry.table.type': string;
|
|
12
|
+
'registry.table.interface': string;
|
|
13
|
+
'registry.table.scopes': string;
|
|
14
|
+
'registry.table.default': string;
|
|
15
|
+
'registry.table.description': string;
|
|
16
|
+
'registry.table.actions': string;
|
|
17
|
+
'registry.level.group': string;
|
|
18
|
+
'registry.level.item': string;
|
|
19
|
+
'registry.action.add.group': string;
|
|
20
|
+
'registry.action.add.item': string;
|
|
21
|
+
'registry.action.edit': string;
|
|
22
|
+
'registry.action.delete': string;
|
|
23
|
+
'registry.action.expand': string;
|
|
24
|
+
'registry.action.collapse': string;
|
|
25
|
+
'registry.modal.add.group': string;
|
|
26
|
+
'registry.modal.edit.group': string;
|
|
27
|
+
'registry.modal.add.item': string;
|
|
28
|
+
'registry.modal.edit.item': string;
|
|
29
|
+
'registry.modal.delete.title': string;
|
|
30
|
+
'registry.modal.delete.group.content': string;
|
|
31
|
+
'registry.modal.delete.group.hasItems.title': string;
|
|
32
|
+
'registry.modal.delete.group.hasItems.content': string;
|
|
33
|
+
'registry.modal.delete.item.content': string;
|
|
34
|
+
'registry.form.title': string;
|
|
35
|
+
'registry.form.name': string;
|
|
36
|
+
'registry.form.name.placeholder': string;
|
|
37
|
+
'registry.form.code': string;
|
|
38
|
+
'registry.form.code.placeholder': string;
|
|
39
|
+
'registry.form.key': string;
|
|
40
|
+
'registry.form.key.placeholder': string;
|
|
41
|
+
'registry.form.fieldType': string;
|
|
42
|
+
'registry.form.fieldType.placeholder': string;
|
|
43
|
+
'registry.form.interfaceType': string;
|
|
44
|
+
'registry.form.interfaceType.placeholder': string;
|
|
45
|
+
'registry.form.scopes': string;
|
|
46
|
+
'registry.form.scopes.placeholder': string;
|
|
47
|
+
'registry.form.description': string;
|
|
48
|
+
'registry.form.description.placeholder': string;
|
|
49
|
+
'registry.form.systemDefaultValue': string;
|
|
50
|
+
'registry.form.systemDefaultValue.placeholder': string;
|
|
51
|
+
'registry.form.uiSchema': string;
|
|
52
|
+
'registry.form.uiSchema.placeholder': string;
|
|
53
|
+
'registry.button.ok': string;
|
|
54
|
+
'registry.button.cancel': string;
|
|
55
|
+
'registry.button.save': string;
|
|
56
|
+
'registry.message.save.success': string;
|
|
57
|
+
'registry.message.delete.success': string;
|
|
58
|
+
'registry.message.required': string;
|
|
59
|
+
'registry.message.code.exists': string;
|
|
60
|
+
'registry.message.key.exists': string;
|
|
61
|
+
'registry.message.code.pattern': string;
|
|
62
|
+
'registry.message.key.pattern': string;
|
|
63
|
+
'registry.message.code.format': string;
|
|
64
|
+
'registry.message.code.start': string;
|
|
65
|
+
'registry.message.code.end': string;
|
|
66
|
+
'registry.message.code.consecutive': string;
|
|
67
|
+
'registry.message.name.maxLength': string;
|
|
68
|
+
'registry.message.key.maxLength': string;
|
|
69
|
+
'registry.message.description.maxLength': string;
|
|
70
|
+
'registry.message.uiSchema.invalid': string;
|
|
71
|
+
'registry.message.select.section': string;
|
|
72
|
+
'registry.message.loading.groups': string;
|
|
73
|
+
'registry.message.no.settings': string;
|
|
74
|
+
'registry.message.load.failed': string;
|
|
75
|
+
'registry.message.create.group.error': string;
|
|
76
|
+
'registry.drag.drop.here': string;
|
|
77
|
+
'registry.empty.container.placeholder': string;
|
|
78
|
+
'registry.message.update.group.error': string;
|
|
79
|
+
'registry.message.delete.group.error': string;
|
|
80
|
+
'registry.message.create.item.error': string;
|
|
81
|
+
'registry.message.update.item.error': string;
|
|
82
|
+
'registry.message.delete.item.error': string;
|
|
83
|
+
'registry.message.reorder.success': string;
|
|
84
|
+
'registry.message.reorder.error': string;
|
|
85
|
+
'registry.message.move.success': string;
|
|
86
|
+
'registry.message.move.error': string;
|
|
87
|
+
'registry.scope.systemDefault': string;
|
|
88
|
+
'registry.scope.saasDefault': string;
|
|
89
|
+
'registry.scope.organization': string;
|
|
90
|
+
'registry.scope.business': string;
|
|
91
|
+
'registry.scope.channel': string;
|
|
92
|
+
'registry.scope.board': string;
|
|
93
|
+
'registry.optionDataSource.type.title': string;
|
|
94
|
+
'registry.optionDataSource.type.desc': string;
|
|
95
|
+
'registry.optionDataSource.type.default-label': string;
|
|
96
|
+
'registry.optionDataSource.type.default-desc': string;
|
|
97
|
+
'registry.optionDataSource.type.api-label': string;
|
|
98
|
+
'registry.optionDataSource.type.api-desc': string;
|
|
99
|
+
'registry.optionDataSource.type.custom-label': string;
|
|
100
|
+
'registry.optionDataSource.type.custom-desc': string;
|
|
101
|
+
'registry.optionDataSource.type.custom.warning-title': string;
|
|
102
|
+
'registry.optionDataSource.type.custom.warning-description': string;
|
|
103
|
+
'registry.optionDataSource.api.dataSource-label': string;
|
|
104
|
+
'registry.optionDataSource.api.dataSource-required': string;
|
|
105
|
+
'registry.optionDataSource.api.extraParams-label': string;
|
|
106
|
+
'registry.optionDataSource.api.extraParams-desc': string;
|
|
107
|
+
'registry.optionDataSource.options.label': string;
|
|
108
|
+
'registry.optionDataSource.options.label-field': string;
|
|
109
|
+
'registry.optionDataSource.options.label-placeholder': string;
|
|
110
|
+
'registry.optionDataSource.options.value-field': string;
|
|
111
|
+
'registry.optionDataSource.options.value-placeholder': string;
|
|
112
|
+
'registry.optionDataSource.options.drag-desc': string;
|
|
113
|
+
'registry.optionDataSource.options.required-desc': string;
|
|
114
|
+
'registry.optionDataSource.options.empty': string;
|
|
115
|
+
'registry.optionDataSource.options.add': string;
|
|
116
|
+
};
|
|
117
|
+
'zh-CN': {
|
|
118
|
+
'registry.title': string;
|
|
119
|
+
'registry.sections.title': string;
|
|
120
|
+
'registry.sections.empty': string;
|
|
121
|
+
'registry.sections.loadMore': string;
|
|
122
|
+
'registry.sections.noMore': string;
|
|
123
|
+
'registry.table.title': string;
|
|
124
|
+
'registry.table.name': string;
|
|
125
|
+
'registry.table.key': string;
|
|
126
|
+
'registry.table.type': string;
|
|
127
|
+
'registry.table.interface': string;
|
|
128
|
+
'registry.table.scopes': string;
|
|
129
|
+
'registry.table.default': string;
|
|
130
|
+
'registry.table.description': string;
|
|
131
|
+
'registry.table.actions': string;
|
|
132
|
+
'registry.level.group': string;
|
|
133
|
+
'registry.level.item': string;
|
|
134
|
+
'registry.action.add.group': string;
|
|
135
|
+
'registry.action.add.item': string;
|
|
136
|
+
'registry.action.edit': string;
|
|
137
|
+
'registry.action.delete': string;
|
|
138
|
+
'registry.action.expand': string;
|
|
139
|
+
'registry.action.collapse': string;
|
|
140
|
+
'registry.modal.add.group': string;
|
|
141
|
+
'registry.modal.edit.group': string;
|
|
142
|
+
'registry.modal.add.item': string;
|
|
143
|
+
'registry.modal.edit.item': string;
|
|
144
|
+
'registry.modal.delete.title': string;
|
|
145
|
+
'registry.modal.delete.group.content': string;
|
|
146
|
+
'registry.modal.delete.group.hasItems.title': string;
|
|
147
|
+
'registry.modal.delete.group.hasItems.content': string;
|
|
148
|
+
'registry.modal.delete.item.content': string;
|
|
149
|
+
'registry.form.title': string;
|
|
150
|
+
'registry.form.name': string;
|
|
151
|
+
'registry.form.name.placeholder': string;
|
|
152
|
+
'registry.form.code': string;
|
|
153
|
+
'registry.form.code.placeholder': string;
|
|
154
|
+
'registry.form.key': string;
|
|
155
|
+
'registry.form.key.placeholder': string;
|
|
156
|
+
'registry.form.fieldType': string;
|
|
157
|
+
'registry.form.fieldType.placeholder': string;
|
|
158
|
+
'registry.form.interfaceType': string;
|
|
159
|
+
'registry.form.interfaceType.placeholder': string;
|
|
160
|
+
'registry.form.scopes': string;
|
|
161
|
+
'registry.form.scopes.placeholder': string;
|
|
162
|
+
'registry.form.description': string;
|
|
163
|
+
'registry.form.description.placeholder': string;
|
|
164
|
+
'registry.form.systemDefaultValue': string;
|
|
165
|
+
'registry.form.systemDefaultValue.placeholder': string;
|
|
166
|
+
'registry.form.uiSchema': string;
|
|
167
|
+
'registry.form.uiSchema.placeholder': string;
|
|
168
|
+
'registry.button.ok': string;
|
|
169
|
+
'registry.button.cancel': string;
|
|
170
|
+
'registry.button.save': string;
|
|
171
|
+
'registry.message.save.success': string;
|
|
172
|
+
'registry.message.delete.success': string;
|
|
173
|
+
'registry.message.required': string;
|
|
174
|
+
'registry.message.code.exists': string;
|
|
175
|
+
'registry.message.key.exists': string;
|
|
176
|
+
'registry.message.code.pattern': string;
|
|
177
|
+
'registry.message.key.pattern': string;
|
|
178
|
+
'registry.message.code.format': string;
|
|
179
|
+
'registry.message.code.start': string;
|
|
180
|
+
'registry.message.code.end': string;
|
|
181
|
+
'registry.message.code.consecutive': string;
|
|
182
|
+
'registry.message.name.maxLength': string;
|
|
183
|
+
'registry.message.key.maxLength': string;
|
|
184
|
+
'registry.message.description.maxLength': string;
|
|
185
|
+
'registry.message.uiSchema.invalid': string;
|
|
186
|
+
'registry.message.select.section': string;
|
|
187
|
+
'registry.message.loading.groups': string;
|
|
188
|
+
'registry.message.no.settings': string;
|
|
189
|
+
'registry.message.load.failed': string;
|
|
190
|
+
'registry.message.create.group.error': string;
|
|
191
|
+
'registry.message.update.group.error': string;
|
|
192
|
+
'registry.message.delete.group.error': string;
|
|
193
|
+
'registry.message.create.item.error': string;
|
|
194
|
+
'registry.message.update.item.error': string;
|
|
195
|
+
'registry.message.delete.item.error': string;
|
|
196
|
+
'registry.message.reorder.success': string;
|
|
197
|
+
'registry.message.reorder.error': string;
|
|
198
|
+
'registry.message.move.success': string;
|
|
199
|
+
'registry.message.move.error': string;
|
|
200
|
+
'registry.drag.drop.here': string;
|
|
201
|
+
'registry.empty.container.placeholder': string;
|
|
202
|
+
'registry.scope.systemDefault': string;
|
|
203
|
+
'registry.scope.saasDefault': string;
|
|
204
|
+
'registry.scope.organization': string;
|
|
205
|
+
'registry.scope.business': string;
|
|
206
|
+
'registry.scope.channel': string;
|
|
207
|
+
'registry.scope.board': string;
|
|
208
|
+
'registry.optionDataSource.type.title': string;
|
|
209
|
+
'registry.optionDataSource.type.desc': string;
|
|
210
|
+
'registry.optionDataSource.type.default-label': string;
|
|
211
|
+
'registry.optionDataSource.type.default-desc': string;
|
|
212
|
+
'registry.optionDataSource.type.api-label': string;
|
|
213
|
+
'registry.optionDataSource.type.api-desc': string;
|
|
214
|
+
'registry.optionDataSource.type.custom-label': string;
|
|
215
|
+
'registry.optionDataSource.type.custom-desc': string;
|
|
216
|
+
'registry.optionDataSource.type.custom.warning-title': string;
|
|
217
|
+
'registry.optionDataSource.type.custom.warning-description': string;
|
|
218
|
+
'registry.optionDataSource.api.dataSource-label': string;
|
|
219
|
+
'registry.optionDataSource.api.dataSource-required': string;
|
|
220
|
+
'registry.optionDataSource.api.extraParams-label': string;
|
|
221
|
+
'registry.optionDataSource.api.extraParams-desc': string;
|
|
222
|
+
'registry.optionDataSource.options.label': string;
|
|
223
|
+
'registry.optionDataSource.options.label-field': string;
|
|
224
|
+
'registry.optionDataSource.options.label-placeholder': string;
|
|
225
|
+
'registry.optionDataSource.options.value-field': string;
|
|
226
|
+
'registry.optionDataSource.options.value-placeholder': string;
|
|
227
|
+
'registry.optionDataSource.options.drag-desc': string;
|
|
228
|
+
'registry.optionDataSource.options.required-desc': string;
|
|
229
|
+
'registry.optionDataSource.options.empty': string;
|
|
230
|
+
'registry.optionDataSource.options.add': string;
|
|
231
|
+
};
|
|
232
|
+
'zh-HK': {
|
|
233
|
+
'registry.title': string;
|
|
234
|
+
'registry.sections.title': string;
|
|
235
|
+
'registry.sections.empty': string;
|
|
236
|
+
'registry.sections.loadMore': string;
|
|
237
|
+
'registry.sections.noMore': string;
|
|
238
|
+
'registry.table.title': string;
|
|
239
|
+
'registry.table.name': string;
|
|
240
|
+
'registry.table.key': string;
|
|
241
|
+
'registry.table.scopes': string;
|
|
242
|
+
'registry.table.actions': string;
|
|
243
|
+
'registry.level.group': string;
|
|
244
|
+
'registry.level.item': string;
|
|
245
|
+
'registry.action.add.group': string;
|
|
246
|
+
'registry.action.add.item': string;
|
|
247
|
+
'registry.action.edit': string;
|
|
248
|
+
'registry.action.delete': string;
|
|
249
|
+
'registry.action.expand': string;
|
|
250
|
+
'registry.action.collapse': string;
|
|
251
|
+
'registry.modal.add.group': string;
|
|
252
|
+
'registry.modal.edit.group': string;
|
|
253
|
+
'registry.modal.add.item': string;
|
|
254
|
+
'registry.modal.edit.item': string;
|
|
255
|
+
'registry.modal.delete.title': string;
|
|
256
|
+
'registry.modal.delete.group.content': string;
|
|
257
|
+
'registry.modal.delete.group.hasItems.title': string;
|
|
258
|
+
'registry.modal.delete.group.hasItems.content': string;
|
|
259
|
+
'registry.modal.delete.item.content': string;
|
|
260
|
+
'registry.form.title': string;
|
|
261
|
+
'registry.form.name': string;
|
|
262
|
+
'registry.form.name.placeholder': string;
|
|
263
|
+
'registry.form.code': string;
|
|
264
|
+
'registry.form.code.placeholder': string;
|
|
265
|
+
'registry.form.key': string;
|
|
266
|
+
'registry.form.key.placeholder': string;
|
|
267
|
+
'registry.form.fieldType': string;
|
|
268
|
+
'registry.form.fieldType.placeholder': string;
|
|
269
|
+
'registry.form.interfaceType': string;
|
|
270
|
+
'registry.form.interfaceType.placeholder': string;
|
|
271
|
+
'registry.form.scopes': string;
|
|
272
|
+
'registry.form.scopes.placeholder': string;
|
|
273
|
+
'registry.form.description': string;
|
|
274
|
+
'registry.form.description.placeholder': string;
|
|
275
|
+
'registry.form.systemDefaultValue': string;
|
|
276
|
+
'registry.form.systemDefaultValue.placeholder': string;
|
|
277
|
+
'registry.form.uiSchema': string;
|
|
278
|
+
'registry.form.uiSchema.placeholder': string;
|
|
279
|
+
'registry.button.ok': string;
|
|
280
|
+
'registry.button.cancel': string;
|
|
281
|
+
'registry.button.save': string;
|
|
282
|
+
'registry.message.save.success': string;
|
|
283
|
+
'registry.message.delete.success': string;
|
|
284
|
+
'registry.message.required': string;
|
|
285
|
+
'registry.message.code.exists': string;
|
|
286
|
+
'registry.message.key.exists': string;
|
|
287
|
+
'registry.message.code.pattern': string;
|
|
288
|
+
'registry.message.key.pattern': string;
|
|
289
|
+
'registry.message.code.format': string;
|
|
290
|
+
'registry.message.code.start': string;
|
|
291
|
+
'registry.message.code.end': string;
|
|
292
|
+
'registry.message.code.consecutive': string;
|
|
293
|
+
'registry.message.name.maxLength': string;
|
|
294
|
+
'registry.message.key.maxLength': string;
|
|
295
|
+
'registry.message.description.maxLength': string;
|
|
296
|
+
'registry.message.select.section': string;
|
|
297
|
+
'registry.message.loading.groups': string;
|
|
298
|
+
'registry.message.no.settings': string;
|
|
299
|
+
'registry.message.load.failed': string;
|
|
300
|
+
'registry.message.create.group.error': string;
|
|
301
|
+
'registry.message.update.group.error': string;
|
|
302
|
+
'registry.message.delete.group.error': string;
|
|
303
|
+
'registry.message.create.item.error': string;
|
|
304
|
+
'registry.message.update.item.error': string;
|
|
305
|
+
'registry.message.delete.item.error': string;
|
|
306
|
+
'registry.message.reorder.success': string;
|
|
307
|
+
'registry.message.reorder.error': string;
|
|
308
|
+
'registry.message.move.success': string;
|
|
309
|
+
'registry.message.move.error': string;
|
|
310
|
+
'registry.scope.systemDefault': string;
|
|
311
|
+
'registry.scope.saasDefault': string;
|
|
312
|
+
'registry.scope.organization': string;
|
|
313
|
+
'registry.scope.business': string;
|
|
314
|
+
'registry.scope.channel': string;
|
|
315
|
+
'registry.scope.board': string;
|
|
316
|
+
'registry.optionDataSource.type.title': string;
|
|
317
|
+
'registry.optionDataSource.type.desc': string;
|
|
318
|
+
'registry.optionDataSource.type.default-label': string;
|
|
319
|
+
'registry.optionDataSource.type.default-desc': string;
|
|
320
|
+
'registry.optionDataSource.type.api-label': string;
|
|
321
|
+
'registry.optionDataSource.type.api-desc': string;
|
|
322
|
+
'registry.optionDataSource.type.custom-label': string;
|
|
323
|
+
'registry.optionDataSource.type.custom-desc': string;
|
|
324
|
+
'registry.optionDataSource.type.custom.warning-title': string;
|
|
325
|
+
'registry.optionDataSource.type.custom.warning-description': string;
|
|
326
|
+
'registry.optionDataSource.api.dataSource-label': string;
|
|
327
|
+
'registry.optionDataSource.api.dataSource-required': string;
|
|
328
|
+
'registry.optionDataSource.api.extraParams-label': string;
|
|
329
|
+
'registry.optionDataSource.api.extraParams-desc': string;
|
|
330
|
+
'registry.optionDataSource.options.label': string;
|
|
331
|
+
'registry.optionDataSource.options.label-field': string;
|
|
332
|
+
'registry.optionDataSource.options.label-placeholder': string;
|
|
333
|
+
'registry.optionDataSource.options.value-field': string;
|
|
334
|
+
'registry.optionDataSource.options.value-placeholder': string;
|
|
335
|
+
'registry.optionDataSource.options.drag-desc': string;
|
|
336
|
+
'registry.optionDataSource.options.required-desc': string;
|
|
337
|
+
'registry.optionDataSource.options.empty': string;
|
|
338
|
+
'registry.optionDataSource.options.add': string;
|
|
339
|
+
};
|
|
340
|
+
ja: {
|
|
341
|
+
'registry.title': string;
|
|
342
|
+
'registry.sections.title': string;
|
|
343
|
+
'registry.sections.empty': string;
|
|
344
|
+
'registry.sections.loadMore': string;
|
|
345
|
+
'registry.sections.noMore': string;
|
|
346
|
+
'registry.table.title': string;
|
|
347
|
+
'registry.table.name': string;
|
|
348
|
+
'registry.table.key': string;
|
|
349
|
+
'registry.table.type': string;
|
|
350
|
+
'registry.table.interface': string;
|
|
351
|
+
'registry.table.scopes': string;
|
|
352
|
+
'registry.table.default': string;
|
|
353
|
+
'registry.table.description': string;
|
|
354
|
+
'registry.table.actions': string;
|
|
355
|
+
'registry.level.group': string;
|
|
356
|
+
'registry.level.item': string;
|
|
357
|
+
'registry.action.add.group': string;
|
|
358
|
+
'registry.action.add.item': string;
|
|
359
|
+
'registry.action.edit': string;
|
|
360
|
+
'registry.action.delete': string;
|
|
361
|
+
'registry.action.expand': string;
|
|
362
|
+
'registry.action.collapse': string;
|
|
363
|
+
'registry.modal.add.group': string;
|
|
364
|
+
'registry.modal.edit.group': string;
|
|
365
|
+
'registry.modal.add.item': string;
|
|
366
|
+
'registry.modal.edit.item': string;
|
|
367
|
+
'registry.modal.delete.title': string;
|
|
368
|
+
'registry.modal.delete.group.content': string;
|
|
369
|
+
'registry.modal.delete.group.hasItems.title': string;
|
|
370
|
+
'registry.modal.delete.group.hasItems.content': string;
|
|
371
|
+
'registry.modal.delete.item.content': string;
|
|
372
|
+
'registry.form.title': string;
|
|
373
|
+
'registry.form.name': string;
|
|
374
|
+
'registry.form.name.placeholder': string;
|
|
375
|
+
'registry.form.code': string;
|
|
376
|
+
'registry.form.code.placeholder': string;
|
|
377
|
+
'registry.form.key': string;
|
|
378
|
+
'registry.form.key.placeholder': string;
|
|
379
|
+
'registry.form.fieldType': string;
|
|
380
|
+
'registry.form.fieldType.placeholder': string;
|
|
381
|
+
'registry.form.interfaceType': string;
|
|
382
|
+
'registry.form.interfaceType.placeholder': string;
|
|
383
|
+
'registry.form.scopes': string;
|
|
384
|
+
'registry.form.scopes.placeholder': string;
|
|
385
|
+
'registry.form.description': string;
|
|
386
|
+
'registry.form.description.placeholder': string;
|
|
387
|
+
'registry.form.systemDefaultValue': string;
|
|
388
|
+
'registry.form.systemDefaultValue.placeholder': string;
|
|
389
|
+
'registry.form.uiSchema': string;
|
|
390
|
+
'registry.form.uiSchema.placeholder': string;
|
|
391
|
+
'registry.button.ok': string;
|
|
392
|
+
'registry.button.cancel': string;
|
|
393
|
+
'registry.button.save': string;
|
|
394
|
+
'registry.message.save.success': string;
|
|
395
|
+
'registry.message.delete.success': string;
|
|
396
|
+
'registry.message.required': string;
|
|
397
|
+
'registry.message.code.exists': string;
|
|
398
|
+
'registry.message.key.exists': string;
|
|
399
|
+
'registry.message.code.pattern': string;
|
|
400
|
+
'registry.message.key.pattern': string;
|
|
401
|
+
'registry.message.code.format': string;
|
|
402
|
+
'registry.message.code.start': string;
|
|
403
|
+
'registry.message.code.end': string;
|
|
404
|
+
'registry.message.code.consecutive': string;
|
|
405
|
+
'registry.message.name.maxLength': string;
|
|
406
|
+
'registry.message.key.maxLength': string;
|
|
407
|
+
'registry.message.description.maxLength': string;
|
|
408
|
+
'registry.message.uiSchema.invalid': string;
|
|
409
|
+
'registry.message.select.section': string;
|
|
410
|
+
'registry.message.loading.groups': string;
|
|
411
|
+
'registry.message.no.settings': string;
|
|
412
|
+
'registry.message.load.failed': string;
|
|
413
|
+
'registry.message.create.group.error': string;
|
|
414
|
+
'registry.drag.drop.here': string;
|
|
415
|
+
'registry.empty.container.placeholder': string;
|
|
416
|
+
'registry.message.update.group.error': string;
|
|
417
|
+
'registry.message.delete.group.error': string;
|
|
418
|
+
'registry.message.create.item.error': string;
|
|
419
|
+
'registry.message.update.item.error': string;
|
|
420
|
+
'registry.message.delete.item.error': string;
|
|
421
|
+
'registry.message.reorder.success': string;
|
|
422
|
+
'registry.message.reorder.error': string;
|
|
423
|
+
'registry.message.move.success': string;
|
|
424
|
+
'registry.message.move.error': string;
|
|
425
|
+
'registry.scope.systemDefault': string;
|
|
426
|
+
'registry.scope.saasDefault': string;
|
|
427
|
+
'registry.scope.organization': string;
|
|
428
|
+
'registry.scope.business': string;
|
|
429
|
+
'registry.scope.channel': string;
|
|
430
|
+
'registry.scope.board': string;
|
|
431
|
+
};
|
|
432
|
+
pt: {
|
|
433
|
+
'registry.title': string;
|
|
434
|
+
'registry.sections.title': string;
|
|
435
|
+
'registry.sections.empty': string;
|
|
436
|
+
'registry.sections.loadMore': string;
|
|
437
|
+
'registry.sections.noMore': string;
|
|
438
|
+
'registry.table.title': string;
|
|
439
|
+
'registry.table.name': string;
|
|
440
|
+
'registry.table.key': string;
|
|
441
|
+
'registry.table.type': string;
|
|
442
|
+
'registry.table.interface': string;
|
|
443
|
+
'registry.table.scopes': string;
|
|
444
|
+
'registry.table.default': string;
|
|
445
|
+
'registry.table.description': string;
|
|
446
|
+
'registry.table.actions': string;
|
|
447
|
+
'registry.level.group': string;
|
|
448
|
+
'registry.level.item': string;
|
|
449
|
+
'registry.action.add.group': string;
|
|
450
|
+
'registry.action.add.item': string;
|
|
451
|
+
'registry.action.edit': string;
|
|
452
|
+
'registry.action.delete': string;
|
|
453
|
+
'registry.action.expand': string;
|
|
454
|
+
'registry.action.collapse': string;
|
|
455
|
+
'registry.modal.add.group': string;
|
|
456
|
+
'registry.modal.edit.group': string;
|
|
457
|
+
'registry.modal.add.item': string;
|
|
458
|
+
'registry.modal.edit.item': string;
|
|
459
|
+
'registry.modal.delete.title': string;
|
|
460
|
+
'registry.modal.delete.group.content': string;
|
|
461
|
+
'registry.modal.delete.group.hasItems.title': string;
|
|
462
|
+
'registry.modal.delete.group.hasItems.content': string;
|
|
463
|
+
'registry.modal.delete.item.content': string;
|
|
464
|
+
'registry.form.title': string;
|
|
465
|
+
'registry.form.name': string;
|
|
466
|
+
'registry.form.name.placeholder': string;
|
|
467
|
+
'registry.form.code': string;
|
|
468
|
+
'registry.form.code.placeholder': string;
|
|
469
|
+
'registry.form.key': string;
|
|
470
|
+
'registry.form.key.placeholder': string;
|
|
471
|
+
'registry.form.fieldType': string;
|
|
472
|
+
'registry.form.fieldType.placeholder': string;
|
|
473
|
+
'registry.form.interfaceType': string;
|
|
474
|
+
'registry.form.interfaceType.placeholder': string;
|
|
475
|
+
'registry.form.scopes': string;
|
|
476
|
+
'registry.form.scopes.placeholder': string;
|
|
477
|
+
'registry.form.description': string;
|
|
478
|
+
'registry.form.description.placeholder': string;
|
|
479
|
+
'registry.form.systemDefaultValue': string;
|
|
480
|
+
'registry.form.systemDefaultValue.placeholder': string;
|
|
481
|
+
'registry.form.uiSchema': string;
|
|
482
|
+
'registry.form.uiSchema.placeholder': string;
|
|
483
|
+
'registry.button.ok': string;
|
|
484
|
+
'registry.button.cancel': string;
|
|
485
|
+
'registry.button.save': string;
|
|
486
|
+
'registry.message.save.success': string;
|
|
487
|
+
'registry.message.delete.success': string;
|
|
488
|
+
'registry.message.required': string;
|
|
489
|
+
'registry.message.code.exists': string;
|
|
490
|
+
'registry.message.key.exists': string;
|
|
491
|
+
'registry.message.code.pattern': string;
|
|
492
|
+
'registry.message.key.pattern': string;
|
|
493
|
+
'registry.message.code.format': string;
|
|
494
|
+
'registry.message.code.start': string;
|
|
495
|
+
'registry.message.code.end': string;
|
|
496
|
+
'registry.message.code.consecutive': string;
|
|
497
|
+
'registry.message.name.maxLength': string;
|
|
498
|
+
'registry.message.key.maxLength': string;
|
|
499
|
+
'registry.message.description.maxLength': string;
|
|
500
|
+
'registry.message.uiSchema.invalid': string;
|
|
501
|
+
'registry.message.select.section': string;
|
|
502
|
+
'registry.message.loading.groups': string;
|
|
503
|
+
'registry.message.no.settings': string;
|
|
504
|
+
'registry.message.load.failed': string;
|
|
505
|
+
'registry.message.create.group.error': string;
|
|
506
|
+
'registry.drag.drop.here': string;
|
|
507
|
+
'registry.empty.container.placeholder': string;
|
|
508
|
+
'registry.message.update.group.error': string;
|
|
509
|
+
'registry.message.delete.group.error': string;
|
|
510
|
+
'registry.message.create.item.error': string;
|
|
511
|
+
'registry.message.update.item.error': string;
|
|
512
|
+
'registry.message.delete.item.error': string;
|
|
513
|
+
'registry.message.reorder.success': string;
|
|
514
|
+
'registry.message.reorder.error': string;
|
|
515
|
+
'registry.message.move.success': string;
|
|
516
|
+
'registry.message.move.error': string;
|
|
517
|
+
'registry.scope.systemDefault': string;
|
|
518
|
+
'registry.scope.saasDefault': string;
|
|
519
|
+
'registry.scope.organization': string;
|
|
520
|
+
'registry.scope.business': string;
|
|
521
|
+
'registry.scope.channel': string;
|
|
522
|
+
'registry.scope.board': string;
|
|
523
|
+
};
|
|
524
|
+
};
|
|
525
|
+
export default _default;
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
export interface MultiLanguageText {
|
|
3
|
+
en: string;
|
|
4
|
+
'zh-CN': string;
|
|
5
|
+
'zh-HK': string;
|
|
6
|
+
'ja': string;
|
|
7
|
+
'pt': string;
|
|
8
|
+
original: string;
|
|
9
|
+
}
|
|
10
|
+
export interface BaseItem {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string | MultiLanguageText;
|
|
13
|
+
code: string;
|
|
14
|
+
order?: number;
|
|
15
|
+
}
|
|
16
|
+
export interface SettingItem extends BaseItem {
|
|
17
|
+
key?: string;
|
|
18
|
+
scopes?: string[];
|
|
19
|
+
groupId?: number;
|
|
20
|
+
group_id?: number;
|
|
21
|
+
fieldType?: string;
|
|
22
|
+
type?: string;
|
|
23
|
+
interfaceType?: string;
|
|
24
|
+
interface?: string;
|
|
25
|
+
description?: string | MultiLanguageText;
|
|
26
|
+
systemDefaultValue?: string;
|
|
27
|
+
default?: string;
|
|
28
|
+
schema?: any;
|
|
29
|
+
title?: string | MultiLanguageText;
|
|
30
|
+
sort: number;
|
|
31
|
+
created_at?: string | null;
|
|
32
|
+
updated_at?: string | null;
|
|
33
|
+
deleted_at?: string | null;
|
|
34
|
+
}
|
|
35
|
+
export interface SettingGroup extends BaseItem {
|
|
36
|
+
items: SettingItem[];
|
|
37
|
+
expanded?: boolean;
|
|
38
|
+
sort: number;
|
|
39
|
+
}
|
|
40
|
+
export interface Section extends BaseItem {
|
|
41
|
+
icon?: string;
|
|
42
|
+
description?: string | MultiLanguageText;
|
|
43
|
+
groups: SettingGroup[];
|
|
44
|
+
created_at?: string | null;
|
|
45
|
+
updated_at?: string | null;
|
|
46
|
+
deleted_at?: string | null;
|
|
47
|
+
}
|
|
48
|
+
export interface TreeNode {
|
|
49
|
+
key: string;
|
|
50
|
+
type: 'group' | 'item';
|
|
51
|
+
data: SettingGroup | SettingItem;
|
|
52
|
+
children?: TreeNode[];
|
|
53
|
+
parentKey?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare type OperationType = 'add' | 'edit' | 'delete';
|
|
56
|
+
export interface DragItem {
|
|
57
|
+
id: number;
|
|
58
|
+
type: 'group' | 'item';
|
|
59
|
+
groupId?: number;
|
|
60
|
+
}
|
|
61
|
+
export interface RegistryProps {
|
|
62
|
+
className?: string;
|
|
63
|
+
style?: CSSProperties;
|
|
64
|
+
sections?: Section[];
|
|
65
|
+
selectedSectionId?: number;
|
|
66
|
+
onSectionSelect?: (sectionId: number) => void;
|
|
67
|
+
onDataChange?: (sections: Section[]) => void;
|
|
68
|
+
}
|
|
69
|
+
export interface SectionListProps {
|
|
70
|
+
sections: Section[];
|
|
71
|
+
selectedSectionId?: number;
|
|
72
|
+
onSectionSelect: (sectionId: number) => void;
|
|
73
|
+
loading?: boolean;
|
|
74
|
+
hasMore?: boolean;
|
|
75
|
+
onLoadMore?: () => void;
|
|
76
|
+
}
|
|
77
|
+
export interface SettingsTableProps {
|
|
78
|
+
section?: Section;
|
|
79
|
+
groupList?: SettingGroup[];
|
|
80
|
+
groupLoading?: boolean;
|
|
81
|
+
onDataChange?: (section: Section) => void;
|
|
82
|
+
onEditGroup?: (group: SettingGroup) => void;
|
|
83
|
+
onDeleteGroup?: (groupId: number) => void;
|
|
84
|
+
onAddItem?: (groupId: number) => void;
|
|
85
|
+
onEditItem?: (item: SettingItem) => void;
|
|
86
|
+
onDeleteItem?: (itemId: number) => void;
|
|
87
|
+
onGroupReorder?: (groupIds: number[]) => void;
|
|
88
|
+
onItemMove?: (itemId: number, targetGroupId: number, newOrder: number) => void;
|
|
89
|
+
}
|
|
90
|
+
export interface GroupFormData {
|
|
91
|
+
title: MultiLanguageText;
|
|
92
|
+
code: string;
|
|
93
|
+
}
|
|
94
|
+
export interface ItemFormData {
|
|
95
|
+
name: MultiLanguageText;
|
|
96
|
+
key: string;
|
|
97
|
+
fieldType: string;
|
|
98
|
+
interfaceType?: string;
|
|
99
|
+
scopes: string[];
|
|
100
|
+
description?: MultiLanguageText;
|
|
101
|
+
default?: string | null;
|
|
102
|
+
schema?: Record<string, any>;
|
|
103
|
+
xDataSource?: {
|
|
104
|
+
type?: string;
|
|
105
|
+
options?: Array<{
|
|
106
|
+
id?: string;
|
|
107
|
+
label: string | MultiLanguageText;
|
|
108
|
+
value: string;
|
|
109
|
+
color?: string;
|
|
110
|
+
}>;
|
|
111
|
+
dataSource?: Record<string, any>;
|
|
112
|
+
extraParams?: string;
|
|
113
|
+
};
|
|
114
|
+
xCustomUiSchema?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface GroupModalProps {
|
|
117
|
+
open: boolean;
|
|
118
|
+
type: OperationType;
|
|
119
|
+
data?: SettingGroup;
|
|
120
|
+
onOk: (data: GroupFormData) => void | Promise<void>;
|
|
121
|
+
onCancel: () => void;
|
|
122
|
+
}
|
|
123
|
+
export interface ItemModalProps {
|
|
124
|
+
open: boolean;
|
|
125
|
+
type: OperationType;
|
|
126
|
+
data?: SettingItem;
|
|
127
|
+
section?: Section;
|
|
128
|
+
onOk: (data: ItemFormData) => void | Promise<void>;
|
|
129
|
+
onCancel: () => void;
|
|
130
|
+
}
|
|
131
|
+
export interface ApiResponse<T> {
|
|
132
|
+
data: T[];
|
|
133
|
+
meta: {
|
|
134
|
+
count: number;
|
|
135
|
+
page: number;
|
|
136
|
+
pageSize: number;
|
|
137
|
+
totalPage: number;
|
|
138
|
+
};
|
|
139
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ProductDisplayAdapter 产品展示适配器
|
|
3
|
+
* 支持通过配置化方式在 ProductSelect 和 SkuList 两种展示模式之间切换
|
|
4
|
+
*/
|
|
5
|
+
export { default } from './ProductDisplayAdapter';
|
|
6
|
+
export type { ProductDisplayConfig, ProductDisplayPresetKey, ProductSelectConfig, ProductSelectLayout, ProductListSetting, SkuListConfig, SkuCardDisplayMode, ListConfig, ListLayoutType, DisplayMode, } from './types';
|
|
7
|
+
export { ProductDisplayPresets, LegacyProductDisplayPresets, resolveProductDisplayConfig, } from './types';
|