@pisell/private-materials 6.8.30 → 6.8.32
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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +150 -164
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +11 -11
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/es/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
- package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
- package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
- package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
- package/es/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
- package/es/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
- package/es/components/authentication/admin/AuthMethods/types.d.ts +76 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
- package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
- package/es/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
- package/es/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
- package/es/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
- package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
- package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
- package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
- package/es/components/authentication/index.d.ts +0 -0
- package/es/components/booking/addons/model.d.ts +10 -0
- package/es/components/booking/components/customSelect/index.d.ts +38 -0
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/es/components/booking/deposit/index.d.ts +0 -1
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +6 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +43 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +25 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/index.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/notes/index.d.ts +0 -1
- package/es/components/booking/info/service/Lists.d.ts +0 -1
- package/es/components/booking/info/service/like/index.d.ts +0 -1
- package/es/components/booking/info/service/serviceList/index.d.ts +0 -1
- package/es/components/booking/info/service2/Lists.d.ts +0 -1
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -1
- package/es/components/booking/materiels/duration/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +0 -1
- package/es/components/booking/notes/addNote/index.d.ts +0 -1
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/plugin.d.ts +2 -0
- package/es/components/eftpos/deviceList/index.d.ts +0 -1
- package/es/components/eftpos/form/index.d.ts +0 -1
- package/es/components/eftpos/group/index.d.ts +0 -1
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftpos/icon/apiKey.d.ts +0 -1
- package/es/components/eftpos/icon/device.d.ts +0 -1
- package/es/components/eftpos/receipt/index.d.ts +0 -1
- package/es/components/eftpos/surcharge/index.d.ts +0 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/es/components/eftposPay/component/step/step.d.ts +0 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eftposPay/utils/log/index.d.ts +110 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/es/components/kioskSkuDetail/index.d.ts +7 -4
- package/es/components/kioskSkuDetail/index.js +182 -35
- package/es/components/kioskSkuDetail/locales.d.ts +21 -0
- package/es/components/kioskSkuDetail/locales.js +20 -0
- package/es/components/pay/toB/components/CardGroup/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pay/toC/locales.d.ts +301 -0
- package/es/components/pay/toC/model.d.ts +9 -1
- package/es/components/pay/toC/status.d.ts +13 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/es/components/productExtension/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/shoppingCart/index.d.ts +0 -1
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/es/components/systemSettings/registry/locales.d.ts +272 -0
- package/es/components/systemSettings/registry/services.d.ts +77 -0
- package/es/components/systemSettings/registry/types.d.ts +126 -0
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/es/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +8 -0
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/types/index.d.ts +194 -0
- package/es/plus/clientName/index.d.ts +4 -0
- package/es/plus/clientName/type.d.ts +13 -0
- package/es/plus/clientName/utils.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
- package/es/plus/contactInfo/locales.d.ts +15 -0
- package/es/plus/contactInfo/types.d.ts +91 -0
- package/es/plus/contactInfo/utils.d.ts +7 -0
- package/es/plus/contactInfoModal/locales.d.ts +66 -0
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +1 -1
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -1
- package/es/plus/productSelect/utils.d.ts +39 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
- package/es/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
- package/es/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +7 -0
- package/es/plus/walletEditor/types.d.ts +52 -0
- package/es/pro/Login2.0/components/phoneValidation.d.ts +17 -0
- package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +24 -0
- package/es/pro/Login2.0/locales.d.ts +543 -0
- package/es/pro/Login2.0/shared/registerFlow.d.ts +116 -0
- package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +12 -0
- package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +8 -0
- package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +7 -0
- package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +18 -0
- package/es/pro/Login2.0/types.d.ts +167 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/authentication/admin/AuthMethods/SettingList.d.ts +5 -0
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +22 -0
- package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +11 -0
- package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +14 -0
- package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +13 -0
- package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +10 -0
- package/lib/components/authentication/admin/AuthMethods/constants.d.ts +22 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +249 -0
- package/lib/components/authentication/admin/AuthMethods/types.d.ts +76 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +84 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +41 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +72 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +33 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +27 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +25 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +66 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +26 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +39 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +36 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +66 -0
- package/lib/components/authentication/admin/CustomerAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/index.d.ts +6 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +22 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +57 -0
- package/lib/components/authentication/admin/DeviceAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/OAuthConfig/index.d.ts +6 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +90 -0
- package/lib/components/authentication/admin/OAuthConfig/types.d.ts +22 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +54 -0
- package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +48 -0
- package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +16 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +54 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +16 -0
- package/lib/components/authentication/index.d.ts +0 -0
- package/lib/components/booking/addons/model.d.ts +10 -0
- package/lib/components/booking/components/customSelect/index.d.ts +38 -0
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +0 -1
- package/lib/components/booking/deposit/index.d.ts +0 -1
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +6 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +43 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/vertical/SelectDrawer.d.ts +25 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/index.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/notes/index.d.ts +0 -1
- package/lib/components/booking/info/service/Lists.d.ts +0 -1
- package/lib/components/booking/info/service/like/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceList/index.d.ts +0 -1
- package/lib/components/booking/info/service2/Lists.d.ts +0 -1
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -1
- package/lib/components/booking/materiels/duration/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -1
- package/lib/components/booking/notes/addNote/index.d.ts +0 -1
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/plugin.d.ts +2 -0
- package/lib/components/eftpos/deviceList/index.d.ts +0 -1
- package/lib/components/eftpos/form/index.d.ts +0 -1
- package/lib/components/eftpos/group/index.d.ts +0 -1
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftpos/icon/apiKey.d.ts +0 -1
- package/lib/components/eftpos/icon/device.d.ts +0 -1
- package/lib/components/eftpos/receipt/index.d.ts +0 -1
- package/lib/components/eftpos/surcharge/index.d.ts +0 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +0 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +0 -1
- package/lib/components/eftposPay/component/step/step.d.ts +0 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eftposPay/utils/log/index.d.ts +110 -0
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/lib/components/kioskSkuDetail/index.d.ts +7 -4
- package/lib/components/kioskSkuDetail/index.js +178 -65
- package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
- package/lib/components/kioskSkuDetail/locales.js +44 -0
- package/lib/components/pay/toB/components/CardGroup/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pay/toC/locales.d.ts +301 -0
- package/lib/components/pay/toC/model.d.ts +9 -1
- package/lib/components/pay/toC/status.d.ts +13 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/lib/components/productExtension/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +0 -1
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/schedules/resources/relationProduct/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/shoppingCart/index.d.ts +0 -1
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +4 -0
- package/lib/components/systemSettings/registry/locales.d.ts +272 -0
- package/lib/components/systemSettings/registry/services.d.ts +77 -0
- package/lib/components/systemSettings/registry/types.d.ts +126 -0
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +16 -0
- package/lib/components/systemSettings/registry/utils/validators.d.ts +8 -0
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +8 -0
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +6 -0
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/types/index.d.ts +194 -0
- package/lib/plus/clientName/index.d.ts +4 -0
- package/lib/plus/clientName/type.d.ts +13 -0
- package/lib/plus/clientName/utils.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
- package/lib/plus/contactInfo/locales.d.ts +15 -0
- package/lib/plus/contactInfo/types.d.ts +91 -0
- package/lib/plus/contactInfo/utils.d.ts +7 -0
- package/lib/plus/contactInfoModal/locales.d.ts +66 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardCom/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.js +1 -1
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -1
- package/lib/plus/productSelect/utils.d.ts +39 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
- package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +11 -0
- package/lib/plus/walletEditor/components/ValidityPeriodSelector/index.d.ts +20 -0
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +7 -0
- package/lib/plus/walletEditor/types.d.ts +52 -0
- package/lib/pro/Login2.0/components/phoneValidation.d.ts +17 -0
- package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +24 -0
- package/lib/pro/Login2.0/locales.d.ts +543 -0
- package/lib/pro/Login2.0/shared/registerFlow.d.ts +116 -0
- package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +12 -0
- package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +8 -0
- package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +7 -0
- package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +18 -0
- package/lib/pro/Login2.0/types.d.ts +167 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
- package/package.json +3 -3
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'tocPay.text.checkout': string;
|
|
4
|
+
'tocPay.text.total': string;
|
|
5
|
+
'tocPay.text.completePaymentIn': string;
|
|
6
|
+
'tocPay.text.paymentInstruction': string;
|
|
7
|
+
'tocPay.text.serviceCharge': string;
|
|
8
|
+
'tocPay.text.noAvailablePaymentMethods': string;
|
|
9
|
+
'tocPay.text.paymentMethod': string;
|
|
10
|
+
'tocPay.text.connectingApplePay': string;
|
|
11
|
+
'tocPay.text.connectingGooglePay': string;
|
|
12
|
+
'tocPay.text.enterName': string;
|
|
13
|
+
'tocPay.text.enterValidName': string;
|
|
14
|
+
'tocPay.text.enterCardNumber': string;
|
|
15
|
+
'tocPay.text.enterValidCardNumber': string;
|
|
16
|
+
'tocPay.text.enterExpirationDate': string;
|
|
17
|
+
'tocPay.text.enterCVV': string;
|
|
18
|
+
'tocPay.text.enterValidCVV': string;
|
|
19
|
+
'tocPay.text.addCard': string;
|
|
20
|
+
'tocPay.text.creditorDebitCard': string;
|
|
21
|
+
'tocPay.text.addCreditOrDebitCard': string;
|
|
22
|
+
'tocPay.text.cardNumber': string;
|
|
23
|
+
'tocPay.text.incorrectCardNumber': string;
|
|
24
|
+
'tocPay.text.expiration': string;
|
|
25
|
+
'tocPay.text.incorrectExpiryDate': string;
|
|
26
|
+
'tocPay.text.securityCode': string;
|
|
27
|
+
'tocPay.text.incorrectSecurityCode': string;
|
|
28
|
+
'tocPay.text.cardholderName': string;
|
|
29
|
+
'tocPay.text.enterEnglishName': string;
|
|
30
|
+
'tocPay.text.incorrectName': string;
|
|
31
|
+
'tocPay.text.saveCardForNextTime': string;
|
|
32
|
+
'tocPay.text.secureBankInfo': string;
|
|
33
|
+
'tocPay.text.pay': string;
|
|
34
|
+
'tocPay.text.surcharge': string;
|
|
35
|
+
'tocPay.text.done': string;
|
|
36
|
+
'tocPay.text.manageCard': string;
|
|
37
|
+
'tocPay.text.waitingForBankVerification': string;
|
|
38
|
+
'tocPay.text.successBack': string;
|
|
39
|
+
'tocPay.text.redirectingToAlipay': string;
|
|
40
|
+
'tocPay.text.redirectingToPaypal': string;
|
|
41
|
+
'tocPay.text.redirectingToWeChatPay': string;
|
|
42
|
+
'tocPay.text.submit': string;
|
|
43
|
+
'tocPay.text.clickSubmitToComplete': string;
|
|
44
|
+
'tocPay.text.noExtraPayNeeded': string;
|
|
45
|
+
'tocPay.text.continuePayment': string;
|
|
46
|
+
'tocPay.text.prompt': string;
|
|
47
|
+
'tocPay.text.confirmLeave': string;
|
|
48
|
+
'tocPay.text.continuePay': string;
|
|
49
|
+
'tocPay.text.leave': string;
|
|
50
|
+
'tocPay.text.getParamsFail': string;
|
|
51
|
+
'tocPay.text.walletPass': string;
|
|
52
|
+
'tocPay.text.toUse': string;
|
|
53
|
+
'tocPay.text.searchResult': string;
|
|
54
|
+
'tocPay.text.select': string;
|
|
55
|
+
'tocPay.text.couponCodesAdded': string;
|
|
56
|
+
'tocPay.text.redeem': string;
|
|
57
|
+
'tocPay.text.howToPay': string;
|
|
58
|
+
'tocPay.text.congrats': string;
|
|
59
|
+
'tocPay.text.creditHaveBeen': string;
|
|
60
|
+
'tocPay.text.walletPassCodesTitle': string;
|
|
61
|
+
'tocPay.text.scanBarQrCode': string;
|
|
62
|
+
'tocPay.text.enterCodes': string;
|
|
63
|
+
'tocPay.text.searchDescribe': string;
|
|
64
|
+
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
65
|
+
'tocPay.text.walletPassDisabled': string;
|
|
66
|
+
'tocPay.text.walletPassPermanent': string;
|
|
67
|
+
'tocPay.text.walletPassCompleteTitle': string;
|
|
68
|
+
'tocPay.text.walletPassNoExtraPay': string;
|
|
69
|
+
'tocPay.text.walletCanPay': string;
|
|
70
|
+
'tocPay.text.paymentInstructions': string;
|
|
71
|
+
'tocPay.text.walletSearchEmpty': string;
|
|
72
|
+
'tocPay.text.detectIncognitoConfirm': string;
|
|
73
|
+
'tocPay.text.copyLink': string;
|
|
74
|
+
'tocPay.text.copySuccess': string;
|
|
75
|
+
'tocPay.text.walletName': (shopName: string) => string;
|
|
76
|
+
'tocPay.text.bestValueFound': string;
|
|
77
|
+
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
78
|
+
'tocPay.text.totalSavings': string;
|
|
79
|
+
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
80
|
+
'tocPay.text.recommended': string;
|
|
81
|
+
'tocPay.text.edit': string;
|
|
82
|
+
'tocPay.text.confirm': string;
|
|
83
|
+
'tocPay.text.unusedAndContinueToPayment': string;
|
|
84
|
+
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
85
|
+
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
86
|
+
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
87
|
+
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
88
|
+
'tocPay.text.skipAndContinueToPayment': string;
|
|
89
|
+
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
90
|
+
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
91
|
+
'tocPay.text.addPointsCard': string;
|
|
92
|
+
'tocPay.text.hasNoWalletPassAmount': string;
|
|
93
|
+
'tocPay.text.multipleSelectionAvailable': string;
|
|
94
|
+
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
95
|
+
'tocPay.text.bestValueCombination': string;
|
|
96
|
+
'tocPay.text.viewDetail': string;
|
|
97
|
+
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
98
|
+
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
99
|
+
'tocPay.text.paymentFailed': string;
|
|
100
|
+
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
101
|
+
};
|
|
102
|
+
'zh-CN': {
|
|
103
|
+
'tocPay.text.checkout': string;
|
|
104
|
+
'tocPay.text.total': string;
|
|
105
|
+
'tocPay.text.completePaymentIn': string;
|
|
106
|
+
'tocPay.text.paymentInstructions': string;
|
|
107
|
+
'tocPay.text.serviceCharge': string;
|
|
108
|
+
'tocPay.text.noAvailablePaymentMethods': string;
|
|
109
|
+
'tocPay.text.paymentMethod': string;
|
|
110
|
+
'tocPay.text.connectingApplePay': string;
|
|
111
|
+
'tocPay.text.connectingGooglePay': string;
|
|
112
|
+
'tocPay.text.enterName': string;
|
|
113
|
+
'tocPay.text.enterValidName': string;
|
|
114
|
+
'tocPay.text.enterCardNumber': string;
|
|
115
|
+
'tocPay.text.enterValidCardNumber': string;
|
|
116
|
+
'tocPay.text.enterExpirationDate': string;
|
|
117
|
+
'tocPay.text.enterCVV': string;
|
|
118
|
+
'tocPay.text.enterValidCVV': string;
|
|
119
|
+
'tocPay.text.addCard': string;
|
|
120
|
+
'tocPay.text.creditorDebitCard': string;
|
|
121
|
+
'tocPay.text.addCreditOrDebitCard': string;
|
|
122
|
+
'tocPay.text.cardNumber': string;
|
|
123
|
+
'tocPay.text.incorrectCardNumber': string;
|
|
124
|
+
'tocPay.text.expiration': string;
|
|
125
|
+
'tocPay.text.incorrectExpiryDate': string;
|
|
126
|
+
'tocPay.text.securityCode': string;
|
|
127
|
+
'tocPay.text.incorrectSecurityCode': string;
|
|
128
|
+
'tocPay.text.cardholderName': string;
|
|
129
|
+
'tocPay.text.enterEnglishName': string;
|
|
130
|
+
'tocPay.text.incorrectName': string;
|
|
131
|
+
'tocPay.text.saveCardForNextTime': string;
|
|
132
|
+
'tocPay.text.secureBankInfo': string;
|
|
133
|
+
'tocPay.text.pay': string;
|
|
134
|
+
'tocPay.text.surcharge': string;
|
|
135
|
+
'tocPay.text.done': string;
|
|
136
|
+
'tocPay.text.manageCard': string;
|
|
137
|
+
'tocPay.text.waitingForBankVerification': string;
|
|
138
|
+
'tocPay.text.successBack': string;
|
|
139
|
+
'tocPay.text.redirectingToAlipay': string;
|
|
140
|
+
'tocPay.text.redirectingToPaypal': string;
|
|
141
|
+
'tocPay.text.redirectingToWeChatPay': string;
|
|
142
|
+
'tocPay.text.submit': string;
|
|
143
|
+
'tocPay.text.clickSubmitToComplete': string;
|
|
144
|
+
'tocPay.text.noExtraPayNeeded': string;
|
|
145
|
+
'tocPay.text.continuePayment': string;
|
|
146
|
+
'tocPay.text.prompt': string;
|
|
147
|
+
'tocPay.text.confirmLeave': string;
|
|
148
|
+
'tocPay.text.continuePay': string;
|
|
149
|
+
'tocPay.text.leave': string;
|
|
150
|
+
'tocPay.text.getParamsFail': string;
|
|
151
|
+
'tocPay.text.walletPass': string;
|
|
152
|
+
'tocPay.text.toUse': string;
|
|
153
|
+
'tocPay.text.searchResult': string;
|
|
154
|
+
'tocPay.text.select': string;
|
|
155
|
+
'tocPay.text.couponCodesAdded': string;
|
|
156
|
+
'tocPay.text.redeem': string;
|
|
157
|
+
'tocPay.text.howToPay': string;
|
|
158
|
+
'tocPay.text.congrats': string;
|
|
159
|
+
'tocPay.text.creditHaveBeen': string;
|
|
160
|
+
'tocPay.text.walletPassCodesTitle': string;
|
|
161
|
+
'tocPay.text.scanBarQrCode': string;
|
|
162
|
+
'tocPay.text.enterCodes': string;
|
|
163
|
+
'tocPay.text.searchDescribe': string;
|
|
164
|
+
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
165
|
+
'tocPay.text.walletPassDisabled': string;
|
|
166
|
+
'tocPay.text.walletPassPermanent': string;
|
|
167
|
+
'tocPay.text.walletPassCompleteTitle': string;
|
|
168
|
+
'tocPay.text.walletPassNoExtraPay': string;
|
|
169
|
+
'tocPay.text.walletCanPay': string;
|
|
170
|
+
'tocPay.text.walletSearchEmpty': string;
|
|
171
|
+
'tocPay.text.detectIncognitoConfirm': string;
|
|
172
|
+
'tocPay.text.copyLink': string;
|
|
173
|
+
'tocPay.text.copySuccess': string;
|
|
174
|
+
'tocPay.text.walletName': (shopName: string) => string;
|
|
175
|
+
'tocPay.text.bestValueFound': string;
|
|
176
|
+
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
177
|
+
'tocPay.text.totalSavings': string;
|
|
178
|
+
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
179
|
+
'tocPay.text.recommended': string;
|
|
180
|
+
'tocPay.text.edit': string;
|
|
181
|
+
'tocPay.text.confirm': string;
|
|
182
|
+
'tocPay.text.unusedAndContinueToPayment': string;
|
|
183
|
+
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
184
|
+
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
185
|
+
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
186
|
+
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
187
|
+
'tocPay.text.skipAndContinueToPayment': string;
|
|
188
|
+
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
189
|
+
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
190
|
+
'tocPay.text.addPointsCard': string;
|
|
191
|
+
'tocPay.text.hasNoWalletPassAmount': string;
|
|
192
|
+
'tocPay.text.multipleSelectionAvailable': string;
|
|
193
|
+
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
194
|
+
'tocPay.text.bestValueCombination': string;
|
|
195
|
+
'tocPay.text.viewDetail': string;
|
|
196
|
+
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
197
|
+
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
198
|
+
'tocPay.text.paymentFailed': string;
|
|
199
|
+
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
200
|
+
};
|
|
201
|
+
'zh-HK': {
|
|
202
|
+
'tocPay.text.checkout': string;
|
|
203
|
+
'tocPay.text.total': string;
|
|
204
|
+
'tocPay.text.completePaymentIn': string;
|
|
205
|
+
'tocPay.text.paymentInstructions': string;
|
|
206
|
+
'tocPay.text.serviceCharge': string;
|
|
207
|
+
'tocPay.text.noAvailablePaymentMethods': string;
|
|
208
|
+
'tocPay.text.paymentMethod': string;
|
|
209
|
+
'tocPay.text.connectingApplePay': string;
|
|
210
|
+
'tocPay.text.connectingGooglePay': string;
|
|
211
|
+
'tocPay.text.enterName': string;
|
|
212
|
+
'tocPay.text.enterValidName': string;
|
|
213
|
+
'tocPay.text.enterCardNumber': string;
|
|
214
|
+
'tocPay.text.enterValidCardNumber': string;
|
|
215
|
+
'tocPay.text.enterExpirationDate': string;
|
|
216
|
+
'tocPay.text.enterCVV': string;
|
|
217
|
+
'tocPay.text.enterValidCVV': string;
|
|
218
|
+
'tocPay.text.addCard': string;
|
|
219
|
+
'tocPay.text.creditorDebitCard': string;
|
|
220
|
+
'tocPay.text.addCreditOrDebitCard': string;
|
|
221
|
+
'tocPay.text.cardNumber': string;
|
|
222
|
+
'tocPay.text.incorrectCardNumber': string;
|
|
223
|
+
'tocPay.text.expiration': string;
|
|
224
|
+
'tocPay.text.incorrectExpiryDate': string;
|
|
225
|
+
'tocPay.text.securityCode': string;
|
|
226
|
+
'tocPay.text.incorrectSecurityCode': string;
|
|
227
|
+
'tocPay.text.cardholderName': string;
|
|
228
|
+
'tocPay.text.enterEnglishName': string;
|
|
229
|
+
'tocPay.text.incorrectName': string;
|
|
230
|
+
'tocPay.text.saveCardForNextTime': string;
|
|
231
|
+
'tocPay.text.secureBankInfo': string;
|
|
232
|
+
'tocPay.text.pay': string;
|
|
233
|
+
'tocPay.text.surcharge': string;
|
|
234
|
+
'tocPay.text.done': string;
|
|
235
|
+
'tocPay.text.manageCard': string;
|
|
236
|
+
'tocPay.text.waitingForBankVerification': string;
|
|
237
|
+
'tocPay.text.successBack': string;
|
|
238
|
+
'tocPay.text.redirectingToAlipay': string;
|
|
239
|
+
'tocPay.text.redirectingToPaypal': string;
|
|
240
|
+
'tocPay.text.redirectingToWeChatPay': string;
|
|
241
|
+
'tocPay.text.submit': string;
|
|
242
|
+
'tocPay.text.clickSubmitToComplete': string;
|
|
243
|
+
'tocPay.text.noExtraPayNeeded': string;
|
|
244
|
+
'tocPay.text.continuePayment': string;
|
|
245
|
+
'tocPay.text.prompt': string;
|
|
246
|
+
'tocPay.text.confirmLeave': string;
|
|
247
|
+
'tocPay.text.continuePay': string;
|
|
248
|
+
'tocPay.text.leave': string;
|
|
249
|
+
'tocPay.text.getParamsFail': string;
|
|
250
|
+
'tocPay.text.walletPass': string;
|
|
251
|
+
'tocPay.text.toUse': string;
|
|
252
|
+
'tocPay.text.searchResult': string;
|
|
253
|
+
'tocPay.text.select': string;
|
|
254
|
+
'tocPay.text.couponCodesAdded': string;
|
|
255
|
+
'tocPay.text.redeem': string;
|
|
256
|
+
'tocPay.text.howToPay': string;
|
|
257
|
+
'tocPay.text.congrats': string;
|
|
258
|
+
'tocPay.text.creditHaveBeen': string;
|
|
259
|
+
'tocPay.text.walletPassCodesTitle': string;
|
|
260
|
+
'tocPay.text.scanBarQrCode': string;
|
|
261
|
+
'tocPay.text.enterCodes': string;
|
|
262
|
+
'tocPay.text.searchDescribe': string;
|
|
263
|
+
'tocPay.text.walletPassEmpty': (walletName: string) => string;
|
|
264
|
+
'tocPay.text.walletPassDisabled': string;
|
|
265
|
+
'tocPay.text.walletPassPermanent': string;
|
|
266
|
+
'tocPay.text.walletPassCompleteTitle': string;
|
|
267
|
+
'tocPay.text.walletPassNoExtraPay': string;
|
|
268
|
+
'tocPay.text.walletCanPay': string;
|
|
269
|
+
'tocPay.text.walletSearchEmpty': string;
|
|
270
|
+
'tocPay.text.detectIncognitoConfirm': string;
|
|
271
|
+
'tocPay.text.copyLink': string;
|
|
272
|
+
'tocPay.text.copySuccess': string;
|
|
273
|
+
'tocPay.text.walletName': (shopName: string) => string;
|
|
274
|
+
'tocPay.text.bestValueFound': string;
|
|
275
|
+
'tocPay.text.welcomeToUseWalletPass': (walletName: string) => string;
|
|
276
|
+
'tocPay.text.totalSavings': string;
|
|
277
|
+
'tocPay.text.bestCombination': (walletName: string) => string;
|
|
278
|
+
'tocPay.text.recommended': string;
|
|
279
|
+
'tocPay.text.edit': string;
|
|
280
|
+
'tocPay.text.confirm': string;
|
|
281
|
+
'tocPay.text.unusedAndContinueToPayment': string;
|
|
282
|
+
'tocPay.text.walletPassAvailable': (walletName: string) => string;
|
|
283
|
+
'tocPay.text.useWalletPass': (walletName: string) => string;
|
|
284
|
+
'tocPay.text.useWalletPassAdd': (walletName: string) => string;
|
|
285
|
+
'tocPay.text.editWalletPass': (walletName: string) => string;
|
|
286
|
+
'tocPay.text.skipAndContinueToPayment': string;
|
|
287
|
+
'tocPay.text.youMightHaveAnEligibleWalletPass': (walletName: string) => string;
|
|
288
|
+
'tocPay.text.checkIfYouHaveAnyPointsCardRechargableCardOrVouchersToUse': string;
|
|
289
|
+
'tocPay.text.addPointsCard': string;
|
|
290
|
+
'tocPay.text.hasNoWalletPassAmount': string;
|
|
291
|
+
'tocPay.text.multipleSelectionAvailable': string;
|
|
292
|
+
'tocPay.text.youCanSelectMultipleWalletPassesToCombineForPayment': (walletName: string) => string;
|
|
293
|
+
'tocPay.text.bestValueCombination': string;
|
|
294
|
+
'tocPay.text.viewDetail': string;
|
|
295
|
+
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
296
|
+
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
297
|
+
'tocPay.text.paymentFailed': string;
|
|
298
|
+
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface FormState {
|
|
2
3
|
platform: 'pc' | 'h5' | '' | undefined;
|
|
3
4
|
order: any;
|
|
@@ -29,4 +30,11 @@ export interface PayGroup {
|
|
|
29
30
|
_order: any;
|
|
30
31
|
front_order_uuid?: string;
|
|
31
32
|
}
|
|
32
|
-
export declare const Provider: any, Context:
|
|
33
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
34
|
+
state: FormState;
|
|
35
|
+
} & {
|
|
36
|
+
dispatch: (params: {
|
|
37
|
+
type: string;
|
|
38
|
+
payload: any;
|
|
39
|
+
}) => void;
|
|
40
|
+
}>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const paymentServices: any;
|
|
2
|
+
export declare const paymentTypes: any[];
|
|
3
|
+
export declare const tripartitePaymentKeys: string[];
|
|
4
|
+
export declare const paymentKeys: string[];
|
|
5
|
+
/**
|
|
6
|
+
* @title: 判断是否是三方支付
|
|
7
|
+
* @description:
|
|
8
|
+
* @return: *
|
|
9
|
+
* @Author: shengjie.zuo
|
|
10
|
+
* @Date: 2024-08-30 10:16:26
|
|
11
|
+
*/
|
|
12
|
+
export declare const isTripartitePayment: (service: string) => boolean;
|
|
13
|
+
export declare const saleChannelMap: Record<string, string>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CalendarDataItem, ScheduleItem } from "./type";
|
|
2
3
|
import dayjs from "dayjs";
|
|
3
4
|
export interface FormState {
|
|
@@ -68,4 +69,11 @@ export interface FormState {
|
|
|
68
69
|
};
|
|
69
70
|
setGlobalState: Function | null;
|
|
70
71
|
}
|
|
71
|
-
export declare const Provider: any, Context:
|
|
72
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
73
|
+
state: FormState;
|
|
74
|
+
} & {
|
|
75
|
+
dispatch: (params: {
|
|
76
|
+
type: string;
|
|
77
|
+
payload: any;
|
|
78
|
+
}) => void;
|
|
79
|
+
}>;
|