@pisell/private-materials 6.4.83 → 6.4.84
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 +2 -2
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +9 -9
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/components/booking/addons/index.js +1 -1
- package/es/components/booking/components/actionButtons/index.js +4 -2
- package/es/components/booking/components/footer/amount.js +48 -34
- package/es/components/booking/components/footer/utils.js +52 -48
- package/es/components/booking/components/voucher/index.js +4 -2
- package/es/components/booking/dashboard/serve.js +6 -1
- package/es/components/booking/forms/serve.js +12 -2
- package/es/components/booking/hooks/useQuotation.js +4 -1
- package/es/components/booking/info/client/serve.js +11 -2
- package/es/components/booking/info/pet/serve.js +6 -1
- package/es/components/booking/info/service/Lists.js +2 -2
- package/es/components/booking/info/service/addTimeModal/serve.js +11 -1
- package/es/components/booking/info/service/serve.js +17 -3
- package/es/components/booking/info/service2/utils.js +20 -8
- package/es/components/booking/info2/serve.js +6 -1
- package/es/components/booking/info2/service/addService/utils.js +5 -5
- package/es/components/booking/info2/service/editNormalService/index.js +6 -0
- package/es/components/booking/info2/service/editService/index.js +16 -6
- package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/es/components/booking/info2/service/editService/utils.js +66 -0
- package/es/components/booking/info2/utilsByBooking.js +9 -5
- package/es/components/booking/utils.d.ts +6 -7
- package/es/components/booking/utils.js +37 -3
- package/es/components/checkout/PaymentModal.js +14 -7
- package/es/components/checkout/components/AdditionalModule/index.js +2 -0
- package/es/components/checkout/components/AmountSummary/index.less +4 -5
- package/es/components/checkout/components/CashPaymentModule/index.js +7 -1
- package/es/components/checkout/components/ScrollableList/index.js +1 -0
- package/es/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/es/components/list/List.js +56 -43
- package/es/components/list/hooks/useListState.d.ts +5 -3
- package/es/components/list/hooks/useListState.js +17 -2
- package/es/components/list/styles/header.less +3 -3
- package/es/components/list/utils/index.d.ts +13 -1
- package/es/components/list/utils/index.js +43 -1
- package/es/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/es/components/pay/toB/components/MX51/index.js +44 -14
- package/es/components/pay/toB/types/index.d.ts +12 -0
- package/es/components/pay/toB/types/index.js +4 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.js +5 -1
- package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +139 -36
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +703 -212
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.js +4 -0
- package/es/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
- package/es/components/ticketBooking/components/ticketBooking/index.js +50 -18
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/es/components/ticketBooking/components/timeBar/index.js +4 -1
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +169 -110
- package/es/components/ticketBooking/index.d.ts +1 -0
- package/es/components/ticketBooking/index.js +2 -0
- package/es/components/ticketBooking/serve.js +119 -17
- package/es/components/ticketBooking/utils/index.js +23 -7
- package/es/hooks/printer.d.ts +4 -0
- package/es/hooks/printer.js +35 -0
- package/es/hooks/useEngineContext.d.ts +1 -0
- package/es/hooks/useEngineContext.js +7 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
- package/es/plus/productSelect/ProductCard/index.js +4 -5
- package/es/plus/webPosLogin/WebPosLogin.d.ts +11 -0
- package/es/plus/webPosLogin/WebPosLogin.js +548 -0
- package/es/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/es/plus/webPosLogin/WebPosLoginCpt.js +170 -0
- package/es/plus/webPosLogin/WebPosLoginCpt.less +170 -0
- package/es/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/es/plus/webPosLogin/components/BrandPanel/index.js +22 -0
- package/es/plus/webPosLogin/components/BrandPanel/index.less +58 -0
- package/es/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/es/plus/webPosLogin/components/LoginPanel/index.js +73 -0
- package/es/plus/webPosLogin/components/LoginPanel/index.less +43 -0
- package/es/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
- package/es/plus/webPosLogin/components/MediaDisplay/index.js +220 -0
- package/es/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/es/plus/webPosLogin/components/MediaDisplay/type.js +1 -0
- package/es/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
- package/es/plus/webPosLogin/components/SelectDevice/index.js +258 -0
- package/es/plus/webPosLogin/components/SelectDevice/index.less +167 -0
- package/es/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
- package/es/plus/webPosLogin/components/SelectStore/index.js +198 -0
- package/es/plus/webPosLogin/components/SelectStore/index.less +157 -0
- package/es/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
- package/es/plus/webPosLogin/components/UserFooter/index.js +110 -0
- package/es/plus/webPosLogin/components/UserFooter/index.less +70 -0
- package/es/plus/webPosLogin/index.d.ts +12 -0
- package/es/plus/webPosLogin/index.js +15 -0
- package/es/plus/webPosLogin/locales.d.ts +49 -0
- package/es/plus/webPosLogin/locales.js +57 -0
- package/es/plus/webPosLogin/service.d.ts +44 -0
- package/es/plus/webPosLogin/service.js +198 -0
- package/es/plus/webPosLogin/types.d.ts +286 -0
- package/es/plus/webPosLogin/types.js +1 -0
- package/es/pro/Login2.0/Login2.js +9 -3
- package/es/pro/Login2.0/index.less +0 -12
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +35 -30
- package/lib/components/booking/components/actionButtons/index.js +2 -2
- package/lib/components/booking/components/footer/amount.js +29 -15
- package/lib/components/booking/components/footer/utils.js +37 -17
- package/lib/components/booking/components/voucher/index.js +5 -3
- package/lib/components/booking/dashboard/serve.js +6 -1
- package/lib/components/booking/forms/serve.js +12 -2
- package/lib/components/booking/hooks/useQuotation.js +2 -1
- package/lib/components/booking/info/client/serve.js +13 -2
- package/lib/components/booking/info/pet/serve.js +6 -1
- package/lib/components/booking/info/service/Lists.js +1 -1
- package/lib/components/booking/info/service/addTimeModal/serve.js +7 -1
- package/lib/components/booking/info/service/serve.js +17 -3
- package/lib/components/booking/info/service2/utils.js +13 -6
- package/lib/components/booking/info2/serve.js +6 -1
- package/lib/components/booking/info2/service/addService/utils.js +2 -1
- package/lib/components/booking/info2/service/editNormalService/index.js +6 -0
- package/lib/components/booking/info2/service/editService/index.js +12 -3
- package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/lib/components/booking/info2/service/editService/utils.js +40 -3
- package/lib/components/booking/info2/utilsByBooking.js +11 -7
- package/lib/components/booking/utils.d.ts +6 -7
- package/lib/components/booking/utils.js +21 -3
- package/lib/components/checkout/PaymentModal.js +11 -6
- package/lib/components/checkout/components/AdditionalModule/index.js +2 -0
- package/lib/components/checkout/components/AmountSummary/index.less +4 -5
- package/lib/components/checkout/components/CashPaymentModule/index.js +7 -1
- package/lib/components/checkout/components/ScrollableList/index.js +1 -0
- package/lib/components/checkout/components/SearchAndClientModule/index.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/index.d.ts +1 -0
- package/lib/components/list/List.js +34 -19
- package/lib/components/list/hooks/useListState.d.ts +5 -3
- package/lib/components/list/hooks/useListState.js +14 -1
- package/lib/components/list/styles/header.less +3 -3
- package/lib/components/list/utils/index.d.ts +13 -1
- package/lib/components/list/utils/index.js +27 -0
- package/lib/components/pay/toB/components/Cache/index.d.ts +1 -0
- package/lib/components/pay/toB/components/MX51/index.js +37 -12
- package/lib/components/pay/toB/types/index.d.ts +12 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.js +8 -1
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +1 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.less +12 -0
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +33 -2
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +84 -24
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +2 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +337 -215
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +2 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.js +3 -1
- package/lib/components/ticketBooking/components/addServiceVariant/utils.js +2 -1
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +4 -2
- package/lib/components/ticketBooking/components/ticketBooking/index.js +33 -12
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -0
- package/lib/components/ticketBooking/components/timeBar/index.js +3 -1
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +4 -0
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +98 -65
- package/lib/components/ticketBooking/index.d.ts +1 -0
- package/lib/components/ticketBooking/index.js +2 -0
- package/lib/components/ticketBooking/serve.js +117 -15
- package/lib/components/ticketBooking/utils/index.js +21 -4
- package/lib/hooks/printer.d.ts +4 -0
- package/lib/hooks/printer.js +60 -0
- package/lib/hooks/useEngineContext.d.ts +1 -0
- package/lib/hooks/useEngineContext.js +10 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +1 -1
- package/lib/plus/productSelect/ProductCard/index.js +3 -0
- package/lib/plus/webPosLogin/WebPosLogin.d.ts +11 -0
- package/lib/plus/webPosLogin/WebPosLogin.js +327 -0
- package/lib/plus/webPosLogin/WebPosLoginCpt.d.ts +9 -0
- package/lib/plus/webPosLogin/WebPosLoginCpt.js +170 -0
- package/lib/plus/webPosLogin/WebPosLoginCpt.less +170 -0
- package/lib/plus/webPosLogin/components/BrandPanel/index.d.ts +9 -0
- package/lib/plus/webPosLogin/components/BrandPanel/index.js +43 -0
- package/lib/plus/webPosLogin/components/BrandPanel/index.less +58 -0
- package/lib/plus/webPosLogin/components/LoginPanel/index.d.ts +21 -0
- package/lib/plus/webPosLogin/components/LoginPanel/index.js +98 -0
- package/lib/plus/webPosLogin/components/LoginPanel/index.less +43 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/index.d.ts +12 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/index.js +160 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/index.less +141 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.d.ts +54 -0
- package/lib/plus/webPosLogin/components/MediaDisplay/type.js +17 -0
- package/lib/plus/webPosLogin/components/SelectDevice/index.d.ts +28 -0
- package/lib/plus/webPosLogin/components/SelectDevice/index.js +158 -0
- package/lib/plus/webPosLogin/components/SelectDevice/index.less +167 -0
- package/lib/plus/webPosLogin/components/SelectStore/index.d.ts +24 -0
- package/lib/plus/webPosLogin/components/SelectStore/index.js +123 -0
- package/lib/plus/webPosLogin/components/SelectStore/index.less +157 -0
- package/lib/plus/webPosLogin/components/UserFooter/index.d.ts +28 -0
- package/lib/plus/webPosLogin/components/UserFooter/index.js +91 -0
- package/lib/plus/webPosLogin/components/UserFooter/index.less +70 -0
- package/lib/plus/webPosLogin/index.d.ts +12 -0
- package/lib/plus/webPosLogin/index.js +56 -0
- package/lib/plus/webPosLogin/locales.d.ts +49 -0
- package/lib/plus/webPosLogin/locales.js +77 -0
- package/lib/plus/webPosLogin/service.d.ts +44 -0
- package/lib/plus/webPosLogin/service.js +94 -0
- package/lib/plus/webPosLogin/types.d.ts +286 -0
- package/lib/plus/webPosLogin/types.js +17 -0
- package/lib/pro/Login2.0/Login2.js +19 -9
- package/lib/pro/Login2.0/index.less +0 -12
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +34 -39
- package/lowcode/web-pos-login/meta.ts +71 -0
- package/package.json +4 -4
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/Guest/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Resource/index.d.ts +0 -7
- package/es/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/es/components/appointmentBooking/locales.d.ts +0 -363
- package/es/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
- package/es/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
- package/es/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
- package/es/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
- package/es/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
- package/es/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/es/components/authentication/admin/AuthMethods/types.d.ts +0 -76
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/es/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/es/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/es/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/es/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/es/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/es/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/es/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
- package/es/components/authentication/admin/index.d.ts +0 -26
- package/es/components/authentication/index.d.ts +0 -0
- package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/es/components/booking/components/customSelect/index.d.ts +0 -38
- package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -8
- package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/es/components/booking/editBookingModal/utils.d.ts +0 -12
- package/es/components/booking/forms/footer.d.ts +0 -6
- package/es/components/booking/forms/sendModal/index.d.ts +0 -27
- package/es/components/booking/info/clientVariant/utils.d.ts +0 -3
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
- package/es/components/booking/info/model.d.ts +0 -5
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
- package/es/components/booking/info/service/editService/constants.d.ts +0 -1
- package/es/components/booking/info/service2/Lists.d.ts +0 -2
- package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/es/components/booking/info2/cartClientCard/types.d.ts +0 -18
- package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -2
- package/es/components/booking/info2/service/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -5
- package/es/components/booking/locales.d.ts +0 -921
- package/es/components/booking/model.d.ts +0 -112
- package/es/components/booking/notes/addNote/index.d.ts +0 -3
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
- package/es/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
- package/es/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
- package/es/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
- package/es/components/checkout/components/ScrollableList/types.d.ts +0 -53
- package/es/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
- package/es/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
- package/es/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
- package/es/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
- package/es/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
- package/es/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
- package/es/components/checkout/components/WalletPassModule/types.d.ts +0 -134
- package/es/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
- package/es/components/checkout/constants.d.ts +0 -2
- package/es/components/checkout/locales.d.ts +0 -513
- package/es/components/checkout/payment-modal-utils.d.ts +0 -30
- package/es/components/checkout/styles.d.ts +0 -67
- package/es/components/checkout/types.d.ts +0 -130
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -32
- package/es/components/checkout/utils.d.ts +0 -3
- package/es/components/eftposPay/app.d.ts +0 -10
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -3
- package/es/components/eftposPay/component/fail/index.d.ts +0 -3
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -9
- package/es/components/eftposPay/const.d.ts +0 -190
- package/es/components/eftposPay/device.d.ts +0 -25
- package/es/components/eftposPay/hooks.d.ts +0 -35
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/es/components/eftposPay/locales.d.ts +0 -330
- package/es/components/eftposPay/pay.d.ts +0 -20
- package/es/components/eftposPay/payo/config.d.ts +0 -12
- package/es/components/eftposPay/payo/payment.d.ts +0 -66
- package/es/components/eftposPay/serve.d.ts +0 -16
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/eftposPay/utils/log/index.d.ts +0 -110
- package/es/components/eftposPay/windcave/helper.d.ts +0 -23
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +0 -3
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
- package/es/components/index.d.ts +0 -24
- package/es/components/list/ResponsiveWrapper.d.ts +0 -16
- package/es/components/list/TestResponsiveWrapper.d.ts +0 -8
- package/es/components/list/components/EmptyState/index.d.ts +0 -2
- package/es/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
- package/es/components/list/components/ListItemSkeleton/index.d.ts +0 -2
- package/es/components/list/components/Pagination/index.d.ts +0 -1
- package/es/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
- package/es/components/list/components/ScrollLoader/index.d.ts +0 -2
- package/es/components/list/components/Tab/Tab.d.ts +0 -5
- package/es/components/list/components/Tab/index.d.ts +0 -2
- package/es/components/list/components/Tab/types.d.ts +0 -14
- package/es/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
- package/es/components/list/components/TabSkeleton/index.d.ts +0 -2
- package/es/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
- package/es/components/list/components/WaterfallList/index.d.ts +0 -2
- package/es/components/list/examples/GroupedListExample.d.ts +0 -3
- package/es/components/list/hooks/useDevice.d.ts +0 -24
- package/es/components/list/hooks/useWaterfall.d.ts +0 -34
- package/es/components/list/index.d.ts +0 -10
- package/es/components/list/locales.d.ts +0 -66
- package/es/components/list/types.d.ts +0 -177
- package/es/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/es/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/es/components/pay/toB/locales.d.ts +0 -54
- package/es/components/pay/toB/types/storeTypes.d.ts +0 -143
- package/es/components/pay/toC/PaymentList/serve.d.ts +0 -28
- package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
- package/es/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/es/components/pay/toC/locales.d.ts +0 -301
- package/es/components/pay/toC/model.d.ts +0 -32
- package/es/components/pay/toC/serve.d.ts +0 -62
- package/es/components/pay/toC/status.d.ts +0 -13
- package/es/components/pay/toC/utils.d.ts +0 -57
- package/es/components/productSelect/components/TabProduct/index.d.ts +0 -2
- package/es/components/productSelect/components/productGroup/index.d.ts +0 -38
- package/es/components/ruleSetting/locales.d.ts +0 -48
- package/es/components/ruleSetting/server.d.ts +0 -4
- package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -3
- package/es/components/shoppingCart/components/Cart/index.d.ts +0 -3
- package/es/components/shoppingCart/locales.d.ts +0 -36
- package/es/components/shoppingCart/type.d.ts +0 -49
- package/es/components/subTotal/index.d.ts +0 -22
- package/es/components/subTotal/locales.d.ts +0 -42
- package/es/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/es/components/systemSettings/registry/components/SectionList.d.ts +0 -4
- package/es/components/systemSettings/registry/components/index.d.ts +0 -4
- package/es/components/systemSettings/registry/locales.d.ts +0 -272
- package/es/components/systemSettings/registry/services.d.ts +0 -77
- package/es/components/systemSettings/registry/types.d.ts +0 -126
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/es/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
- package/es/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/es/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
- package/es/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
- package/es/components/ticketBooking/context/index.d.ts +0 -2
- package/es/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/es/components/ticketBooking/locales.d.ts +0 -198
- package/es/components/ticketBooking/utils/productCache.d.ts +0 -75
- package/es/components/wallet/Detail/locales.d.ts +0 -153
- package/es/components/wallet/Detail/model.d.ts +0 -1
- package/es/components/wallet/Detail/serve.d.ts +0 -39
- package/es/components/wallet/DiscountCard/model.d.ts +0 -1
- package/es/components/wallet/PointCard/model.d.ts +0 -1
- package/es/components/wallet/RechargeableCard/model.d.ts +0 -1
- package/es/components/wallet/RechargeableCard/serve.d.ts +0 -23
- package/es/components/wallet/Voucher/index.d.ts +0 -12
- package/es/components/wallet/Voucher/locales.d.ts +0 -21
- package/es/components/wallet/Voucher/model.d.ts +0 -1
- package/es/components/wallet/components/FooterButtons/index.d.ts +0 -18
- package/es/components/wallet/components/UsageRules/index.d.ts +0 -23
- package/es/components/wallet/components/WalletBar/index.d.ts +0 -8
- package/es/components/wallet/components/WalletCard.d.ts +0 -11
- package/es/components/wallet/components/index.d.ts +0 -3
- package/es/components/wallet/hooks/useWalletCard.d.ts +0 -33
- package/es/components/wallet/locales.d.ts +0 -132
- package/es/components/wallet/model.d.ts +0 -29
- package/es/components/wallet/serve.d.ts +0 -150
- package/es/components/wallet/utils/formatUtils.d.ts +0 -36
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/locales.d.ts +0 -18
- package/es/components/walletList/serve.d.ts +0 -24
- package/es/components/walletList/types/index.d.ts +0 -194
- package/es/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/es/components/workSpaceList/components/EditableString/index.d.ts +0 -21
- package/es/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
- package/es/components/workSpaceList/components/Sort/index.d.ts +0 -7
- package/es/hooks/useModal.d.ts +0 -35
- package/es/hooks/useModal.example.d.ts +0 -12
- package/es/hooks/useModal.integration.example.d.ts +0 -15
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/locales.d.ts +0 -18
- package/es/plus/clientCard/types.d.ts +0 -134
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientName/index.d.ts +0 -4
- package/es/plus/clientName/type.d.ts +0 -13
- package/es/plus/clientName/utils.d.ts +0 -2
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/locales.d.ts +0 -105
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/types.d.ts +0 -61
- package/es/plus/contactInfo/components/Avatar/index.d.ts +0 -10
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/es/plus/contactInfo/locales.d.ts +0 -15
- package/es/plus/contactInfo/types.d.ts +0 -91
- package/es/plus/contactInfo/utils.d.ts +0 -7
- package/es/plus/contactInfoModal/locales.d.ts +0 -66
- package/es/plus/noteModal/locales.d.ts +0 -33
- package/es/plus/noteModal/types.d.ts +0 -19
- package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -20
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
- package/es/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
- package/es/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
- package/es/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
- package/es/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
- package/es/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
- package/es/plus/productSelect/utils.d.ts +0 -39
- package/es/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -6
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
- package/es/plus/walletEditor/index.d.ts +0 -3
- package/es/plus/walletEditor/locales.d.ts +0 -126
- package/es/plus/walletEditor/types.d.ts +0 -52
- package/es/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
- package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -11
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -8
- package/es/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
- package/es/plus/walletPassGallery/locales.d.ts +0 -270
- package/es/plus/walletPassGallery/serve.d.ts +0 -221
- package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
- package/es/pro/Login2.0/components/LegalTerms.d.ts +0 -8
- package/es/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
- package/es/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
- package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
- package/es/pro/Login2.0/components/phoneValidation.d.ts +0 -17
- package/es/pro/Login2.0/hooks/index.d.ts +0 -2
- package/es/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
- package/es/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
- package/es/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
- package/es/pro/Login2.0/locales.d.ts +0 -543
- package/es/pro/Login2.0/shared/Header.d.ts +0 -11
- package/es/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
- package/es/pro/Login2.0/shared/registerFlow.d.ts +0 -116
- package/es/pro/Login2.0/shared/types.d.ts +0 -232
- package/es/pro/Login2.0/steps/CodeInput.d.ts +0 -24
- package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
- package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
- package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
- package/es/pro/Login2.0/steps/SetPassword.d.ts +0 -19
- package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
- package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
- package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
- package/es/pro/Login2.0/steps/index.d.ts +0 -19
- package/es/pro/Login2.0/types.d.ts +0 -167
- package/es/pro/NumberKeyboardPopover/index.d.ts +0 -36
- package/es/pro/NumberKeyboardPopover/types.d.ts +0 -31
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/es/pro/comprehensiveSearch/types.d.ts +0 -32
- package/es/pro/numberKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/pro/pisellNumberSelector/index.d.ts +0 -29
- package/es/pro/pisellPaymentList/example.d.ts +0 -19
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/es/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
- package/es/pro/pisellPriceRadio/index.d.ts +0 -26
- package/es/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
- package/es/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
- package/es/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
- package/es/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
- package/es/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
- package/es/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
- package/es/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
- package/es/pro/priceKeyboard/index.d.ts +0 -3
- package/es/pro/priceKeyboard/utils.d.ts +0 -31
- package/es/pro/skuDetailModal/locales.d.ts +0 -48
- package/es/pro/skuDetailModal/types.d.ts +0 -347
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/Guest/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Resource/index.d.ts +0 -7
- package/lib/components/appointmentBooking/components/TimeSlicing/index.d.ts +0 -4
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/lib/components/appointmentBooking/locales.d.ts +0 -363
- package/lib/components/authentication/admin/AuthMethods/SettingsDrawer.d.ts +0 -22
- package/lib/components/authentication/admin/AuthMethods/components/DefaultSettingsContent.d.ts +0 -11
- package/lib/components/authentication/admin/AuthMethods/components/EmailSettingsContent.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/LoginMethodsList.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/PasswordRulesSettingsContent.d.ts +0 -14
- package/lib/components/authentication/admin/AuthMethods/components/PhoneSettingsContent.d.ts +0 -13
- package/lib/components/authentication/admin/AuthMethods/components/index.d.ts +0 -10
- package/lib/components/authentication/admin/AuthMethods/constants.d.ts +0 -22
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -249
- package/lib/components/authentication/admin/AuthMethods/types.d.ts +0 -76
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -84
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -41
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -72
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -33
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -27
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/types.d.ts +0 -25
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -66
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -26
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -39
- package/lib/components/authentication/admin/ChannelAuthSetting/types.d.ts +0 -36
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -66
- package/lib/components/authentication/admin/CustomerAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/types.d.ts +0 -22
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -57
- package/lib/components/authentication/admin/DeviceAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -90
- package/lib/components/authentication/admin/OAuthConfig/types.d.ts +0 -22
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -54
- package/lib/components/authentication/admin/OrgAdminAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -48
- package/lib/components/authentication/admin/POSOperatorAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -54
- package/lib/components/authentication/admin/SaaSAdminAuth/types.d.ts +0 -16
- package/lib/components/authentication/admin/index.d.ts +0 -26
- package/lib/components/authentication/index.d.ts +0 -0
- package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/lib/components/booking/components/customSelect/index.d.ts +0 -38
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -8
- package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
- package/lib/components/booking/forms/footer.d.ts +0 -6
- package/lib/components/booking/forms/sendModal/index.d.ts +0 -27
- package/lib/components/booking/info/clientVariant/utils.d.ts +0 -3
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -10
- package/lib/components/booking/info/model.d.ts +0 -5
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -4
- package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
- package/lib/components/booking/info/service2/Lists.d.ts +0 -2
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -18
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -2
- package/lib/components/booking/info2/service/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -5
- package/lib/components/booking/locales.d.ts +0 -921
- package/lib/components/booking/model.d.ts +0 -112
- package/lib/components/booking/notes/addNote/index.d.ts +0 -3
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -36
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -31
- package/lib/components/checkout/components/PaymentResultToast/index.d.ts +0 -9
- package/lib/components/checkout/components/PaymentResultToast/types.d.ts +0 -59
- package/lib/components/checkout/components/PaymentResultToast/utils.d.ts +0 -44
- package/lib/components/checkout/components/ScrollableList/types.d.ts +0 -53
- package/lib/components/checkout/components/WalletPassModule/components/ConflictModal/index.d.ts +0 -10
- package/lib/components/checkout/components/WalletPassModule/components/DiscountWallet/DiscountTextMode.d.ts +0 -7
- package/lib/components/checkout/components/WalletPassModule/components/WalletModal/index.d.ts +0 -5
- package/lib/components/checkout/components/WalletPassModule/components/WalletPassCardDisplay/index.d.ts +0 -5
- package/lib/components/checkout/components/WalletPassModule/components/WalletPassHeader/index.d.ts +0 -5
- package/lib/components/checkout/components/WalletPassModule/components/WalletPassTextMode/index.d.ts +0 -5
- package/lib/components/checkout/components/WalletPassModule/types.d.ts +0 -134
- package/lib/components/checkout/components/WalletPassModule/utils.d.ts +0 -23
- package/lib/components/checkout/constants.d.ts +0 -2
- package/lib/components/checkout/locales.d.ts +0 -513
- package/lib/components/checkout/payment-modal-utils.d.ts +0 -30
- package/lib/components/checkout/styles.d.ts +0 -67
- package/lib/components/checkout/types.d.ts +0 -130
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +0 -32
- package/lib/components/checkout/utils.d.ts +0 -3
- package/lib/components/eftposPay/app.d.ts +0 -10
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -3
- package/lib/components/eftposPay/component/fail/index.d.ts +0 -3
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -9
- package/lib/components/eftposPay/const.d.ts +0 -190
- package/lib/components/eftposPay/device.d.ts +0 -25
- package/lib/components/eftposPay/hooks.d.ts +0 -35
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.d.ts +0 -4
- package/lib/components/eftposPay/locales.d.ts +0 -330
- package/lib/components/eftposPay/pay.d.ts +0 -20
- package/lib/components/eftposPay/payo/config.d.ts +0 -12
- package/lib/components/eftposPay/payo/payment.d.ts +0 -66
- package/lib/components/eftposPay/serve.d.ts +0 -16
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/eftposPay/utils/log/index.d.ts +0 -110
- package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +0 -3
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -11
- package/lib/components/index.d.ts +0 -24
- package/lib/components/list/ResponsiveWrapper.d.ts +0 -16
- package/lib/components/list/TestResponsiveWrapper.d.ts +0 -8
- package/lib/components/list/components/EmptyState/index.d.ts +0 -2
- package/lib/components/list/components/ListItemSkeleton/ListItemSkeleton.d.ts +0 -13
- package/lib/components/list/components/ListItemSkeleton/index.d.ts +0 -2
- package/lib/components/list/components/Pagination/index.d.ts +0 -1
- package/lib/components/list/components/ScrollLoader/ScrollLoader.d.ts +0 -18
- package/lib/components/list/components/ScrollLoader/index.d.ts +0 -2
- package/lib/components/list/components/Tab/Tab.d.ts +0 -5
- package/lib/components/list/components/Tab/index.d.ts +0 -2
- package/lib/components/list/components/Tab/types.d.ts +0 -14
- package/lib/components/list/components/TabSkeleton/TabSkeleton.d.ts +0 -11
- package/lib/components/list/components/TabSkeleton/index.d.ts +0 -2
- package/lib/components/list/components/WaterfallList/WaterfallList.d.ts +0 -33
- package/lib/components/list/components/WaterfallList/index.d.ts +0 -2
- package/lib/components/list/examples/GroupedListExample.d.ts +0 -3
- package/lib/components/list/hooks/useDevice.d.ts +0 -24
- package/lib/components/list/hooks/useWaterfall.d.ts +0 -34
- package/lib/components/list/index.d.ts +0 -10
- package/lib/components/list/locales.d.ts +0 -66
- package/lib/components/list/types.d.ts +0 -177
- package/lib/components/pay/toB/components/Content/Footer.d.ts +0 -7
- package/lib/components/pay/toB/components/Content/Header.d.ts +0 -4
- package/lib/components/pay/toB/locales.d.ts +0 -54
- package/lib/components/pay/toB/types/storeTypes.d.ts +0 -143
- package/lib/components/pay/toC/PaymentList/serve.d.ts +0 -28
- package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.d.ts +0 -15
- package/lib/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/lib/components/pay/toC/locales.d.ts +0 -301
- package/lib/components/pay/toC/model.d.ts +0 -32
- package/lib/components/pay/toC/serve.d.ts +0 -62
- package/lib/components/pay/toC/status.d.ts +0 -13
- package/lib/components/pay/toC/utils.d.ts +0 -57
- package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -2
- package/lib/components/productSelect/components/productGroup/index.d.ts +0 -38
- package/lib/components/ruleSetting/locales.d.ts +0 -48
- package/lib/components/ruleSetting/server.d.ts +0 -4
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -3
- package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -3
- package/lib/components/shoppingCart/locales.d.ts +0 -36
- package/lib/components/shoppingCart/type.d.ts +0 -49
- package/lib/components/subTotal/index.d.ts +0 -22
- package/lib/components/subTotal/locales.d.ts +0 -42
- package/lib/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/SectionList.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/index.d.ts +0 -4
- package/lib/components/systemSettings/registry/locales.d.ts +0 -272
- package/lib/components/systemSettings/registry/services.d.ts +0 -77
- package/lib/components/systemSettings/registry/types.d.ts +0 -126
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/types.d.ts +0 -115
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/lib/components/ticketBooking/context/IsActiveContext.d.ts +0 -26
- package/lib/components/ticketBooking/context/OsKeyContext.d.ts +0 -26
- package/lib/components/ticketBooking/context/index.d.ts +0 -2
- package/lib/components/ticketBooking/hooks/pisellos/useActiveExecute.d.ts +0 -21
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/lib/components/ticketBooking/locales.d.ts +0 -198
- package/lib/components/ticketBooking/utils/productCache.d.ts +0 -75
- package/lib/components/wallet/Detail/locales.d.ts +0 -153
- package/lib/components/wallet/Detail/model.d.ts +0 -1
- package/lib/components/wallet/Detail/serve.d.ts +0 -39
- package/lib/components/wallet/DiscountCard/model.d.ts +0 -1
- package/lib/components/wallet/PointCard/model.d.ts +0 -1
- package/lib/components/wallet/RechargeableCard/model.d.ts +0 -1
- package/lib/components/wallet/RechargeableCard/serve.d.ts +0 -23
- package/lib/components/wallet/Voucher/index.d.ts +0 -12
- package/lib/components/wallet/Voucher/locales.d.ts +0 -21
- package/lib/components/wallet/Voucher/model.d.ts +0 -1
- package/lib/components/wallet/components/FooterButtons/index.d.ts +0 -18
- package/lib/components/wallet/components/UsageRules/index.d.ts +0 -23
- package/lib/components/wallet/components/WalletBar/index.d.ts +0 -8
- package/lib/components/wallet/components/WalletCard.d.ts +0 -11
- package/lib/components/wallet/components/index.d.ts +0 -3
- package/lib/components/wallet/hooks/useWalletCard.d.ts +0 -33
- package/lib/components/wallet/locales.d.ts +0 -132
- package/lib/components/wallet/model.d.ts +0 -29
- package/lib/components/wallet/serve.d.ts +0 -150
- package/lib/components/wallet/utils/formatUtils.d.ts +0 -36
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/locales.d.ts +0 -18
- package/lib/components/walletList/serve.d.ts +0 -24
- package/lib/components/walletList/types/index.d.ts +0 -194
- package/lib/components/workSpaceList/components/AppearanceEdit/IconPanel.d.ts +0 -11
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/lib/components/workSpaceList/components/EditableString/index.d.ts +0 -21
- package/lib/components/workSpaceList/components/SearchBar/index.d.ts +0 -17
- package/lib/components/workSpaceList/components/Sort/index.d.ts +0 -7
- package/lib/hooks/useModal.d.ts +0 -35
- package/lib/hooks/useModal.example.d.ts +0 -12
- package/lib/hooks/useModal.integration.example.d.ts +0 -15
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/locales.d.ts +0 -18
- package/lib/plus/clientCard/types.d.ts +0 -134
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientName/index.d.ts +0 -4
- package/lib/plus/clientName/type.d.ts +0 -13
- package/lib/plus/clientName/utils.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/locales.d.ts +0 -105
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/types.d.ts +0 -61
- package/lib/plus/contactInfo/components/Avatar/index.d.ts +0 -10
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/lib/plus/contactInfo/locales.d.ts +0 -15
- package/lib/plus/contactInfo/types.d.ts +0 -91
- package/lib/plus/contactInfo/utils.d.ts +0 -7
- package/lib/plus/contactInfoModal/locales.d.ts +0 -66
- package/lib/plus/noteModal/locales.d.ts +0 -33
- package/lib/plus/noteModal/types.d.ts +0 -19
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -20
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA1/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA2/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA5/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardA9/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/SkuCardCustom/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Action/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMoreText/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Cover/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Favorite/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +0 -7
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Price/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Promotions/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Tags/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/TooltipTags/index.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/components/WarningLists/index.d.ts +0 -3
- package/lib/plus/productSelect/ProductCard/SkuCard/hooks/useDynamicComponents.d.ts +0 -6
- package/lib/plus/productSelect/ProductCard/SkuCard/index.d.ts +0 -8
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -42
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -162
- package/lib/plus/productSelect/ProductCard/SkuCard/type.d.ts +0 -298
- package/lib/plus/productSelect/ProductCard/SkuCard/utils.d.ts +0 -9
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
- package/lib/plus/productSelect/utils.d.ts +0 -39
- package/lib/plus/walletEditor/components/JsonEditor/index.d.ts +0 -11
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -6
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -37
- package/lib/plus/walletEditor/index.d.ts +0 -3
- package/lib/plus/walletEditor/locales.d.ts +0 -126
- package/lib/plus/walletEditor/types.d.ts +0 -52
- package/lib/plus/walletPassGallery/components/footerButton/index.d.ts +0 -14
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -8
- package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +0 -9
- package/lib/plus/walletPassGallery/locales.d.ts +0 -270
- package/lib/plus/walletPassGallery/serve.d.ts +0 -221
- package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +0 -31
- package/lib/pro/Login2.0/components/LegalTerms.d.ts +0 -8
- package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +0 -27
- package/lib/pro/Login2.0/components/OAuthButtonGroup.d.ts +0 -22
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
- package/lib/pro/Login2.0/components/phoneValidation.d.ts +0 -17
- package/lib/pro/Login2.0/hooks/index.d.ts +0 -2
- package/lib/pro/Login2.0/hooks/usePasswordValidationRules.d.ts +0 -24
- package/lib/pro/Login2.0/hooks/useRegisterFlow.d.ts +0 -39
- package/lib/pro/Login2.0/hooks/useRegistrationMethods.d.ts +0 -9
- package/lib/pro/Login2.0/locales.d.ts +0 -543
- package/lib/pro/Login2.0/shared/Header.d.ts +0 -11
- package/lib/pro/Login2.0/shared/OAuthButtons.d.ts +0 -11
- package/lib/pro/Login2.0/shared/registerFlow.d.ts +0 -116
- package/lib/pro/Login2.0/shared/types.d.ts +0 -232
- package/lib/pro/Login2.0/steps/CodeInput.d.ts +0 -24
- package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +0 -12
- package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +0 -7
- package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +0 -9
- package/lib/pro/Login2.0/steps/SetPassword.d.ts +0 -19
- package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +0 -8
- package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +0 -7
- package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +0 -18
- package/lib/pro/Login2.0/steps/index.d.ts +0 -19
- package/lib/pro/Login2.0/types.d.ts +0 -167
- package/lib/pro/NumberKeyboardPopover/index.d.ts +0 -36
- package/lib/pro/NumberKeyboardPopover/types.d.ts +0 -31
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -15
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -15
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
- package/lib/pro/numberKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellNumberSelector/index.d.ts +0 -29
- package/lib/pro/pisellPaymentList/example.d.ts +0 -19
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/lib/pro/pisellPriceKeyboardPopover/types.d.ts +0 -33
- package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
- package/lib/pro/pisellSimplePriceKeyboardPopover/PisellPriceKeyboardPopover.d.ts +0 -5
- package/lib/pro/pisellSimplePriceKeyboardPopover/index.d.ts +0 -2
- package/lib/pro/pisellSimplePriceKeyboardPopover/types.d.ts +0 -33
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardSimple.d.ts +0 -13
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -39
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -98
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -42
- package/lib/pro/priceKeyboard/components/discountKeyboard/types.d.ts +0 -17
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -45
- package/lib/pro/priceKeyboard/components/paymentKeyboard/types.d.ts +0 -39
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -18
- package/lib/pro/priceKeyboard/hooks/keyActions.d.ts +0 -28
- package/lib/pro/priceKeyboard/hooks/rightItems.d.ts +0 -27
- package/lib/pro/priceKeyboard/index.d.ts +0 -3
- package/lib/pro/priceKeyboard/utils.d.ts +0 -31
- package/lib/pro/skuDetailModal/locales.d.ts +0 -48
- package/lib/pro/skuDetailModal/types.d.ts +0 -347
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 注册流程配置和状态管理
|
|
3
|
-
* 支持多种验证方式的不同步骤流程
|
|
4
|
-
*/
|
|
5
|
-
/** 注册步骤类型 */
|
|
6
|
-
export declare enum RegisterStep {
|
|
7
|
-
/** 初始表单 - 输入账号密码 */
|
|
8
|
-
INITIAL_FORM = "INITIAL_FORM",
|
|
9
|
-
/** 等待邮件链接验证 */
|
|
10
|
-
WAIT_EMAIL_LINK = "WAIT_EMAIL_LINK",
|
|
11
|
-
/** 输入验证码 */
|
|
12
|
-
INPUT_VERIFICATION_CODE = "INPUT_VERIFICATION_CODE",
|
|
13
|
-
/** 验证成功提示 */
|
|
14
|
-
VERIFICATION_SUCCESS = "VERIFICATION_SUCCESS",
|
|
15
|
-
/** 设置密码 */
|
|
16
|
-
SET_PASSWORD = "SET_PASSWORD",
|
|
17
|
-
/** 邮箱已注册错误 */
|
|
18
|
-
EMAIL_ALREADY_REGISTERED = "EMAIL_ALREADY_REGISTERED",
|
|
19
|
-
/** 注册完成 */
|
|
20
|
-
COMPLETE = "COMPLETE"
|
|
21
|
-
}
|
|
22
|
-
/** 验证方式类型 */
|
|
23
|
-
export declare enum VerificationMethod {
|
|
24
|
-
/** 邮件链接验证 */
|
|
25
|
-
EMAIL_LINK = "EMAIL_LINK",
|
|
26
|
-
/** 邮箱验证码验证 */
|
|
27
|
-
EMAIL_CODE = "EMAIL_CODE",
|
|
28
|
-
/** 手机验证码验证 */
|
|
29
|
-
PHONE_CODE = "PHONE_CODE",
|
|
30
|
-
/** 密码验证(无需验证码) */
|
|
31
|
-
PASSWORD_ONLY = "PASSWORD_ONLY"
|
|
32
|
-
}
|
|
33
|
-
/** 注册流程配置 */
|
|
34
|
-
export interface RegisterFlowConfig {
|
|
35
|
-
/** 验证方式 */
|
|
36
|
-
verificationMethod: VerificationMethod;
|
|
37
|
-
/** 是否需要密码(某些流程可能在验证后才设置密码) */
|
|
38
|
-
requirePasswordAtStart?: boolean;
|
|
39
|
-
/** 自动跳转设置(某些步骤后自动跳转到下一步) */
|
|
40
|
-
autoTransition?: {
|
|
41
|
-
[key in RegisterStep]?: {
|
|
42
|
-
delay: number;
|
|
43
|
-
nextStep: RegisterStep;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
/** 注册流程步骤定义 */
|
|
48
|
-
export interface RegisterStepDefinition {
|
|
49
|
-
/** 步骤标识 */
|
|
50
|
-
step: RegisterStep;
|
|
51
|
-
/** 步骤显示的组件类型 */
|
|
52
|
-
component: 'form' | 'waiting' | 'error' | 'success' | 'code-input' | 'password-set';
|
|
53
|
-
/** 步骤配置 */
|
|
54
|
-
config?: {
|
|
55
|
-
/** 是否显示返回按钮 */
|
|
56
|
-
showBack?: boolean;
|
|
57
|
-
/** 是否显示关闭按钮 */
|
|
58
|
-
showClose?: boolean;
|
|
59
|
-
/** 是否可以编辑账号 */
|
|
60
|
-
canEditAccount?: boolean;
|
|
61
|
-
/** 是否显示重发按钮 */
|
|
62
|
-
showResend?: boolean;
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
/** 注册流程数据 */
|
|
66
|
-
export interface RegisterFlowData {
|
|
67
|
-
/** 当前步骤 */
|
|
68
|
-
currentStep: RegisterStep;
|
|
69
|
-
/** 账号(邮箱或手机号) */
|
|
70
|
-
account: string;
|
|
71
|
-
/** 账号类型 */
|
|
72
|
-
accountType: 'email' | 'phone';
|
|
73
|
-
/** 密码(如果在第一步就输入了) */
|
|
74
|
-
password?: string;
|
|
75
|
-
/** 验证码 */
|
|
76
|
-
verificationCode?: string;
|
|
77
|
-
/** 邮件链接验证码 */
|
|
78
|
-
emailLinkCode?: string;
|
|
79
|
-
/** 验证方式 */
|
|
80
|
-
verificationMethod: VerificationMethod;
|
|
81
|
-
/** 错误信息 */
|
|
82
|
-
error?: {
|
|
83
|
-
code: string;
|
|
84
|
-
message: string;
|
|
85
|
-
};
|
|
86
|
-
/** 额外数据 */
|
|
87
|
-
extraData?: Record<string, any>;
|
|
88
|
-
}
|
|
89
|
-
/** 预定义流程配置 */
|
|
90
|
-
export declare const REGISTER_FLOW_CONFIGS: Record<VerificationMethod, RegisterFlowConfig>;
|
|
91
|
-
/** 步骤流转映射 */
|
|
92
|
-
export declare const STEP_TRANSITIONS: Record<VerificationMethod, Record<RegisterStep, RegisterStep[]>>;
|
|
93
|
-
/** 步骤定义映射 */
|
|
94
|
-
export declare const STEP_DEFINITIONS: Record<RegisterStep, RegisterStepDefinition>;
|
|
95
|
-
/**
|
|
96
|
-
* 验证步骤流转是否合法
|
|
97
|
-
*/
|
|
98
|
-
export declare function isValidTransition(verificationMethod: VerificationMethod, fromStep: RegisterStep, toStep: RegisterStep): boolean;
|
|
99
|
-
/**
|
|
100
|
-
* 获取步骤配置
|
|
101
|
-
*/
|
|
102
|
-
export declare function getStepDefinition(step: RegisterStep): RegisterStepDefinition;
|
|
103
|
-
/**
|
|
104
|
-
* 获取流程配置
|
|
105
|
-
*/
|
|
106
|
-
export declare function getFlowConfig(verificationMethod: VerificationMethod): RegisterFlowConfig;
|
|
107
|
-
/**
|
|
108
|
-
* 根据认证配置决定使用哪种验证方式
|
|
109
|
-
*/
|
|
110
|
-
export declare function determineVerificationMethod(accountType: 'email' | 'phone', emailConfig?: {
|
|
111
|
-
enable_email?: boolean;
|
|
112
|
-
require_email_verification?: boolean;
|
|
113
|
-
}, phoneConfig?: {
|
|
114
|
-
enable_phone_number?: boolean;
|
|
115
|
-
require_phone_verification?: boolean;
|
|
116
|
-
}): VerificationMethod;
|
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 登录注册 2.0 共享类型定义
|
|
3
|
-
*/
|
|
4
|
-
/** 验证方式枚举 */
|
|
5
|
-
export declare type VerificationMethod = 'verification_code' | 'password';
|
|
6
|
-
/** 邮箱注册验证方式 */
|
|
7
|
-
export declare type EmailRegistrationVerification = 'verification_link' | 'verification_code' | 'none';
|
|
8
|
-
/** 手机注册验证方式 */
|
|
9
|
-
export declare type PhoneRegistrationVerification = 'verification_code';
|
|
10
|
-
/** 认证方式类型 */
|
|
11
|
-
export declare type AuthMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple' | 'guest';
|
|
12
|
-
/** 登录方式项类型 */
|
|
13
|
-
export declare type LoginMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple' | 'guest';
|
|
14
|
-
export interface PhoneValueObject {
|
|
15
|
-
phone: string;
|
|
16
|
-
country_calling_code: string;
|
|
17
|
-
}
|
|
18
|
-
/** 邮箱登录方式项 */
|
|
19
|
-
export interface EmailLoginMethod {
|
|
20
|
-
type: 'email';
|
|
21
|
-
/** 启用的验证方式(按顺序),第一个为默认方式 */
|
|
22
|
-
verificationMethods: Array<'password' | 'verification_code'>;
|
|
23
|
-
/** 密码登录是否分步骤填写(先输入邮箱,再输入密码) */
|
|
24
|
-
stepByStep?: boolean;
|
|
25
|
-
}
|
|
26
|
-
/** 手机登录方式项 */
|
|
27
|
-
export interface PhoneLoginMethod {
|
|
28
|
-
type: 'phone';
|
|
29
|
-
/** 启用的验证方式(按顺序),第一个为默认方式 */
|
|
30
|
-
verificationMethods: Array<'password' | 'verification_code'>;
|
|
31
|
-
/** 密码登录是否分步骤填写(先输入手机号,再输入密码) */
|
|
32
|
-
stepByStep?: boolean;
|
|
33
|
-
}
|
|
34
|
-
/** Google 登录方式项 */
|
|
35
|
-
export interface GoogleLoginMethod {
|
|
36
|
-
type: 'google';
|
|
37
|
-
/** Google Client ID */
|
|
38
|
-
clientId?: string;
|
|
39
|
-
}
|
|
40
|
-
/** Facebook 登录方式项 */
|
|
41
|
-
export interface FacebookLoginMethod {
|
|
42
|
-
type: 'facebook';
|
|
43
|
-
/** Facebook App ID */
|
|
44
|
-
appId?: string;
|
|
45
|
-
}
|
|
46
|
-
/** Apple 登录方式项 */
|
|
47
|
-
export interface AppleLoginMethod {
|
|
48
|
-
type: 'apple';
|
|
49
|
-
/** Apple Client ID */
|
|
50
|
-
clientId?: string;
|
|
51
|
-
}
|
|
52
|
-
/** Guest 登录方式项 */
|
|
53
|
-
export interface GuestLoginMethod {
|
|
54
|
-
type: 'guest';
|
|
55
|
-
}
|
|
56
|
-
/** 注册方式类型 */
|
|
57
|
-
export declare type RegistrationMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple';
|
|
58
|
-
/** 邮箱注册方式项 */
|
|
59
|
-
export interface EmailRegistrationMethod {
|
|
60
|
-
type: 'email';
|
|
61
|
-
/** 注册验证方式(邮箱支持验证链接/验证码/无需验证) */
|
|
62
|
-
verificationMethod: 'verification_link' | 'verification_code' | 'none';
|
|
63
|
-
}
|
|
64
|
-
/** 手机注册方式项 */
|
|
65
|
-
export interface PhoneRegistrationMethod {
|
|
66
|
-
type: 'phone';
|
|
67
|
-
/** 注册验证方式(手机仅支持验证码) */
|
|
68
|
-
verificationMethod: 'verification_code';
|
|
69
|
-
}
|
|
70
|
-
/** Google 注册方式项 */
|
|
71
|
-
export interface GoogleRegistrationMethod {
|
|
72
|
-
type: 'google';
|
|
73
|
-
/** Google Client ID */
|
|
74
|
-
clientId?: string;
|
|
75
|
-
}
|
|
76
|
-
/** Facebook 注册方式项 */
|
|
77
|
-
export interface FacebookRegistrationMethod {
|
|
78
|
-
type: 'facebook';
|
|
79
|
-
/** Facebook App ID */
|
|
80
|
-
appId?: string;
|
|
81
|
-
}
|
|
82
|
-
/** Apple 注册方式项 */
|
|
83
|
-
export interface AppleRegistrationMethod {
|
|
84
|
-
type: 'apple';
|
|
85
|
-
/** Apple Client ID */
|
|
86
|
-
clientId?: string;
|
|
87
|
-
}
|
|
88
|
-
/** 注册方式项联合类型 */
|
|
89
|
-
export declare type RegistrationMethodItem = EmailRegistrationMethod | PhoneRegistrationMethod | GoogleRegistrationMethod | FacebookRegistrationMethod | AppleRegistrationMethod;
|
|
90
|
-
/** 法律条款项 */
|
|
91
|
-
export interface LegalTermItem {
|
|
92
|
-
/** 条款名称 - 支持国际化对象或简单字符串 */
|
|
93
|
-
name: string | {
|
|
94
|
-
en?: string;
|
|
95
|
-
'zh-CN'?: string;
|
|
96
|
-
'zh-HK'?: string;
|
|
97
|
-
original?: string;
|
|
98
|
-
};
|
|
99
|
-
/** 条款链接 */
|
|
100
|
-
url: string;
|
|
101
|
-
}
|
|
102
|
-
/** 法律条款配置 */
|
|
103
|
-
export interface LegalTermsConfig {
|
|
104
|
-
/** 是否显示法律条款区域 */
|
|
105
|
-
enabled?: boolean;
|
|
106
|
-
/** 法律条款列表 */
|
|
107
|
-
terms?: LegalTermItem[];
|
|
108
|
-
/** 条款文本模板 */
|
|
109
|
-
textTemplate?: string;
|
|
110
|
-
/** 当前模式:login 或 register */
|
|
111
|
-
mode?: 'login' | 'register';
|
|
112
|
-
}
|
|
113
|
-
/** 登录方式项联合类型 */
|
|
114
|
-
export declare type LoginMethodItem = EmailLoginMethod | PhoneLoginMethod | GoogleLoginMethod | FacebookLoginMethod | AppleLoginMethod | GuestLoginMethod;
|
|
115
|
-
/** 邮箱认证配置 */
|
|
116
|
-
export interface EmailAuthConfig {
|
|
117
|
-
/** 是否启用邮箱认证 */
|
|
118
|
-
enable_email: boolean;
|
|
119
|
-
/** 注册验证方式 */
|
|
120
|
-
registration_verification?: EmailRegistrationVerification;
|
|
121
|
-
/** 登录验证方式列表 */
|
|
122
|
-
login_verification_methods?: VerificationMethod[];
|
|
123
|
-
}
|
|
124
|
-
/** 手机认证配置 */
|
|
125
|
-
export interface PhoneAuthConfig {
|
|
126
|
-
/** 是否启用手机认证 */
|
|
127
|
-
enable_phone_number: boolean;
|
|
128
|
-
/** 注册验证方式 */
|
|
129
|
-
registration_verification?: PhoneRegistrationVerification;
|
|
130
|
-
/** 登录验证方式列表 */
|
|
131
|
-
login_verification_methods?: VerificationMethod[];
|
|
132
|
-
}
|
|
133
|
-
/** 三方 OAuth 配置 */
|
|
134
|
-
export interface OAuthConfig {
|
|
135
|
-
/** Google 登录 */
|
|
136
|
-
google?: {
|
|
137
|
-
enabled: boolean;
|
|
138
|
-
client_id?: string;
|
|
139
|
-
};
|
|
140
|
-
/** Facebook 登录 */
|
|
141
|
-
facebook?: {
|
|
142
|
-
enabled: boolean;
|
|
143
|
-
app_id?: string;
|
|
144
|
-
};
|
|
145
|
-
/** Apple 登录 */
|
|
146
|
-
apple?: {
|
|
147
|
-
enabled: boolean;
|
|
148
|
-
client_id?: string;
|
|
149
|
-
};
|
|
150
|
-
}
|
|
151
|
-
/** UI 配置 */
|
|
152
|
-
export interface UIConfig {
|
|
153
|
-
/** Logo 配置 */
|
|
154
|
-
logo?: {
|
|
155
|
-
show: boolean;
|
|
156
|
-
url?: string;
|
|
157
|
-
position?: 'left' | 'center' | 'right';
|
|
158
|
-
size?: {
|
|
159
|
-
width: number;
|
|
160
|
-
height: number;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
/** 标题配置 */
|
|
164
|
-
title?: {
|
|
165
|
-
show: boolean;
|
|
166
|
-
text?: string;
|
|
167
|
-
align?: 'left' | 'center' | 'right';
|
|
168
|
-
};
|
|
169
|
-
/** 副标题配置 */
|
|
170
|
-
subtitle?: {
|
|
171
|
-
show: boolean;
|
|
172
|
-
text?: string;
|
|
173
|
-
align?: 'left' | 'center' | 'right';
|
|
174
|
-
};
|
|
175
|
-
/** 描述配置 */
|
|
176
|
-
desc?: {
|
|
177
|
-
show: boolean;
|
|
178
|
-
text?: string;
|
|
179
|
-
align?: 'left' | 'center' | 'right';
|
|
180
|
-
};
|
|
181
|
-
/** 表单标签配置 */
|
|
182
|
-
formLabels?: {
|
|
183
|
-
/** 邮箱标签配置 */
|
|
184
|
-
email?: {
|
|
185
|
-
show: boolean;
|
|
186
|
-
text?: string;
|
|
187
|
-
};
|
|
188
|
-
/** 手机标签配置 */
|
|
189
|
-
phone?: {
|
|
190
|
-
show: boolean;
|
|
191
|
-
text?: string;
|
|
192
|
-
};
|
|
193
|
-
/** 密码标签配置 */
|
|
194
|
-
password?: {
|
|
195
|
-
show: boolean;
|
|
196
|
-
text?: string;
|
|
197
|
-
};
|
|
198
|
-
/** 验证码标签配置 */
|
|
199
|
-
verificationCode?: {
|
|
200
|
-
show: boolean;
|
|
201
|
-
text?: string;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
/** 密码规则 */
|
|
205
|
-
passwordRules?: any;
|
|
206
|
-
/** 主题色 */
|
|
207
|
-
themeColor?: string;
|
|
208
|
-
}
|
|
209
|
-
/** 登录表单数据 */
|
|
210
|
-
export interface LoginFormData {
|
|
211
|
-
/** 邮箱或手机号 */
|
|
212
|
-
account: string | PhoneValueObject;
|
|
213
|
-
/** 密码 */
|
|
214
|
-
password?: string;
|
|
215
|
-
/** 验证码 */
|
|
216
|
-
verification_code?: string;
|
|
217
|
-
/** 记住我 */
|
|
218
|
-
remember_me?: boolean;
|
|
219
|
-
}
|
|
220
|
-
/** 注册表单数据 */
|
|
221
|
-
export interface RegisterFormData {
|
|
222
|
-
/** 邮箱或手机号 */
|
|
223
|
-
account: string;
|
|
224
|
-
/** 密码 */
|
|
225
|
-
password?: string;
|
|
226
|
-
/** 确认密码 */
|
|
227
|
-
confirm_password?: string;
|
|
228
|
-
/** 验证码 */
|
|
229
|
-
verification_code?: string;
|
|
230
|
-
/** 验证链接 token */
|
|
231
|
-
verification_token?: string;
|
|
232
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { RegisterFlowData } from '../shared/registerFlow';
|
|
3
|
-
export interface CodeInputProps {
|
|
4
|
-
/** 流程数据 */
|
|
5
|
-
flowData: RegisterFlowData;
|
|
6
|
-
/** 验证码长度 */
|
|
7
|
-
codeLength?: number;
|
|
8
|
-
/** 提交验证码 */
|
|
9
|
-
onSubmit?: (code: string) => void;
|
|
10
|
-
/** 重新发送 */
|
|
11
|
-
onResend?: () => void;
|
|
12
|
-
/** 返回 */
|
|
13
|
-
onBack?: () => void;
|
|
14
|
-
/** 倒计时秒数 */
|
|
15
|
-
countdown?: number;
|
|
16
|
-
/** 加载状态 */
|
|
17
|
-
loading?: boolean;
|
|
18
|
-
/** 错误信息 */
|
|
19
|
-
error?: string;
|
|
20
|
-
/** 当用户输入时清除错误的回调 */
|
|
21
|
-
onClearError?: () => void;
|
|
22
|
-
}
|
|
23
|
-
declare function CodeInput({ flowData, codeLength, onSubmit, onResend, onBack, countdown, loading, error, onClearError, }: CodeInputProps): JSX.Element;
|
|
24
|
-
export default CodeInput;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { RegisterFlowData } from '../shared/registerFlow';
|
|
3
|
-
export interface EmailAlreadyRegisteredProps {
|
|
4
|
-
/** 流程数据 */
|
|
5
|
-
flowData: RegisterFlowData;
|
|
6
|
-
/** 跳转到登录 */
|
|
7
|
-
onGoToLogin?: () => void;
|
|
8
|
-
/** 返回重新输入 */
|
|
9
|
-
onBack?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare function EmailAlreadyRegistered({ flowData, onGoToLogin, onBack, }: EmailAlreadyRegisteredProps): JSX.Element;
|
|
12
|
-
export default EmailAlreadyRegistered;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface EmailLinkExpiredProps {
|
|
3
|
-
/** 返回注册页回调 */
|
|
4
|
-
onBackToRegistration?: () => void;
|
|
5
|
-
/** 跳转到登录页回调 */
|
|
6
|
-
onGoToLogin?: () => void;
|
|
7
|
-
}
|
|
8
|
-
declare function EmailLinkExpired({ onBackToRegistration, onGoToLogin }: EmailLinkExpiredProps): JSX.Element;
|
|
9
|
-
export default EmailLinkExpired;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { RegisterFlowData } from '../shared/registerFlow';
|
|
3
|
-
import { PasswordRuleConfig } from '../hooks/usePasswordValidationRules';
|
|
4
|
-
export interface SetPasswordProps {
|
|
5
|
-
/** 流程数据 */
|
|
6
|
-
flowData: RegisterFlowData;
|
|
7
|
-
/** 提交密码 */
|
|
8
|
-
onSubmit?: (password: string, confirmPassword: string) => void;
|
|
9
|
-
/** 返回 */
|
|
10
|
-
onBack?: () => void;
|
|
11
|
-
/** 加载状态 */
|
|
12
|
-
loading?: boolean;
|
|
13
|
-
/** 密码验证规则配置 */
|
|
14
|
-
passwordRules?: PasswordRuleConfig;
|
|
15
|
-
/** 场景类型:create 表示注册场景,reset 表示修改密码场景 */
|
|
16
|
-
scenario?: 'create' | 'reset';
|
|
17
|
-
}
|
|
18
|
-
declare function SetPassword({ flowData, onSubmit, onBack, loading, passwordRules, scenario, }: SetPasswordProps): JSX.Element;
|
|
19
|
-
export default SetPassword;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { RegisterFlowData } from '../shared/registerFlow';
|
|
3
|
-
export interface VerificationSuccessProps {
|
|
4
|
-
/** 流程数据 */
|
|
5
|
-
flowData: RegisterFlowData;
|
|
6
|
-
}
|
|
7
|
-
declare function VerificationSuccess({ flowData }: VerificationSuccessProps): JSX.Element;
|
|
8
|
-
export default VerificationSuccess;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export interface VerifyingEmailLinkProps {
|
|
3
|
-
/** 加载提示文本(可选,不传则使用国际化默认文本) */
|
|
4
|
-
loadingText?: string;
|
|
5
|
-
}
|
|
6
|
-
declare function VerifyingEmailLink({ loadingText }: VerifyingEmailLinkProps): JSX.Element;
|
|
7
|
-
export default VerifyingEmailLink;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { RegisterFlowData, VerificationMethod } from '../shared/registerFlow';
|
|
3
|
-
export interface WaitEmailLinkProps {
|
|
4
|
-
/** 流程数据 */
|
|
5
|
-
flowData: RegisterFlowData;
|
|
6
|
-
/** 重新发送 */
|
|
7
|
-
onResend?: () => void;
|
|
8
|
-
/** 返回 */
|
|
9
|
-
onBack?: () => void;
|
|
10
|
-
/** 编辑邮箱 */
|
|
11
|
-
onEditEmail?: () => void;
|
|
12
|
-
/** 倒计时秒数 */
|
|
13
|
-
countdown?: number;
|
|
14
|
-
/** 验证方式 */
|
|
15
|
-
verificationMethod?: VerificationMethod;
|
|
16
|
-
}
|
|
17
|
-
declare function WaitEmailLink({ flowData, onResend, onBack, onEditEmail, countdown, verificationMethod, }: WaitEmailLinkProps): JSX.Element;
|
|
18
|
-
export default WaitEmailLink;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 注册流程步骤组件导出
|
|
3
|
-
*/
|
|
4
|
-
export { default as WaitEmailLink } from './WaitEmailLink';
|
|
5
|
-
export { default as EmailAlreadyRegistered } from './EmailAlreadyRegistered';
|
|
6
|
-
export { default as CodeInput } from './CodeInput';
|
|
7
|
-
export { default as VerificationSuccess } from './VerificationSuccess';
|
|
8
|
-
export { default as SetPassword } from './SetPassword';
|
|
9
|
-
export { default as VerifyingEmailLink } from './VerifyingEmailLink';
|
|
10
|
-
export { default as EmailLinkExpired } from './EmailLinkExpired';
|
|
11
|
-
export { default as EmailLinkAlreadyUsed } from './EmailLinkAlreadyUsed';
|
|
12
|
-
export type { WaitEmailLinkProps } from './WaitEmailLink';
|
|
13
|
-
export type { EmailAlreadyRegisteredProps } from './EmailAlreadyRegistered';
|
|
14
|
-
export type { CodeInputProps } from './CodeInput';
|
|
15
|
-
export type { VerificationSuccessProps } from './VerificationSuccess';
|
|
16
|
-
export type { SetPasswordProps } from './SetPassword';
|
|
17
|
-
export type { VerifyingEmailLinkProps } from './VerifyingEmailLink';
|
|
18
|
-
export type { EmailLinkExpiredProps } from './EmailLinkExpired';
|
|
19
|
-
export type { EmailLinkAlreadyUsedProps } from './EmailLinkAlreadyUsed';
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 登录注册 2.0 组件类型定义
|
|
3
|
-
*/
|
|
4
|
-
/// <reference types="react" />
|
|
5
|
-
/** 验证方式枚举 */
|
|
6
|
-
export declare type VerificationMethod = 'verification_code' | 'password';
|
|
7
|
-
/** 邮箱注册验证方式 */
|
|
8
|
-
export declare type EmailRegistrationVerification = 'verification_link' | 'verification_code';
|
|
9
|
-
/** 认证方式类型 */
|
|
10
|
-
export declare type AuthMethodType = 'email' | 'phone' | 'google' | 'facebook' | 'apple';
|
|
11
|
-
/** 当前状态:登录或注册 */
|
|
12
|
-
export declare type AuthState = 'login' | 'register';
|
|
13
|
-
/** 邮箱认证配置 */
|
|
14
|
-
export interface EmailAuthConfig {
|
|
15
|
-
/** 是否启用邮箱认证 */
|
|
16
|
-
enable_email: boolean;
|
|
17
|
-
/** 注册验证方式 */
|
|
18
|
-
registration_verification: EmailRegistrationVerification;
|
|
19
|
-
/** 登录验证方式列表 */
|
|
20
|
-
login_verification_methods: VerificationMethod[];
|
|
21
|
-
}
|
|
22
|
-
/** 手机认证配置 */
|
|
23
|
-
export interface PhoneAuthConfig {
|
|
24
|
-
/** 是否启用手机认证 */
|
|
25
|
-
enable_phone_number: boolean;
|
|
26
|
-
/** 注册验证方式(手机仅支持验证码) */
|
|
27
|
-
registration_verification: 'verification_code';
|
|
28
|
-
/** 登录验证方式列表 */
|
|
29
|
-
login_verification_methods: VerificationMethod[];
|
|
30
|
-
}
|
|
31
|
-
/** 三方 OAuth 配置 */
|
|
32
|
-
export interface OAuthConfig {
|
|
33
|
-
/** Google 登录 */
|
|
34
|
-
google?: {
|
|
35
|
-
enabled: boolean;
|
|
36
|
-
client_id?: string;
|
|
37
|
-
};
|
|
38
|
-
/** Facebook 登录 */
|
|
39
|
-
facebook?: {
|
|
40
|
-
enabled: boolean;
|
|
41
|
-
app_id?: string;
|
|
42
|
-
};
|
|
43
|
-
/** Apple 登录 */
|
|
44
|
-
apple?: {
|
|
45
|
-
enabled: boolean;
|
|
46
|
-
client_id?: string;
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
/** UI 配置 */
|
|
50
|
-
export interface UIConfig {
|
|
51
|
-
/** Logo 配置 */
|
|
52
|
-
logo?: {
|
|
53
|
-
show: boolean;
|
|
54
|
-
url?: string;
|
|
55
|
-
position?: 'left' | 'center' | 'right';
|
|
56
|
-
size?: {
|
|
57
|
-
width: number;
|
|
58
|
-
height: number;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
/** 标题配置 */
|
|
62
|
-
title?: {
|
|
63
|
-
show: boolean;
|
|
64
|
-
text?: string;
|
|
65
|
-
align?: 'left' | 'center' | 'right';
|
|
66
|
-
};
|
|
67
|
-
/** 副标题配置 */
|
|
68
|
-
subtitle?: {
|
|
69
|
-
show: boolean;
|
|
70
|
-
text?: string;
|
|
71
|
-
align?: 'left' | 'center' | 'right';
|
|
72
|
-
};
|
|
73
|
-
/** 描述配置 */
|
|
74
|
-
desc?: {
|
|
75
|
-
show: boolean;
|
|
76
|
-
text?: string;
|
|
77
|
-
align?: 'left' | 'center' | 'right';
|
|
78
|
-
};
|
|
79
|
-
/** 标签页配置 */
|
|
80
|
-
tabs?: {
|
|
81
|
-
show: boolean;
|
|
82
|
-
loginText?: string;
|
|
83
|
-
registerText?: string;
|
|
84
|
-
};
|
|
85
|
-
/** 主题色 */
|
|
86
|
-
themeColor?: string;
|
|
87
|
-
}
|
|
88
|
-
/** 组件总配置 */
|
|
89
|
-
export interface Login2Config {
|
|
90
|
-
/** 邮箱认证配置 */
|
|
91
|
-
email?: EmailAuthConfig;
|
|
92
|
-
/** 手机认证配置 */
|
|
93
|
-
phone?: PhoneAuthConfig;
|
|
94
|
-
/** 三方 OAuth 配置 */
|
|
95
|
-
oauth?: OAuthConfig;
|
|
96
|
-
/** UI 配置 */
|
|
97
|
-
ui?: UIConfig;
|
|
98
|
-
/** 默认认证方式 */
|
|
99
|
-
defaultAuthMethod?: AuthMethodType;
|
|
100
|
-
/** 默认状态(登录或注册) */
|
|
101
|
-
defaultState?: AuthState;
|
|
102
|
-
}
|
|
103
|
-
/** 登录表单数据 */
|
|
104
|
-
export interface LoginFormData {
|
|
105
|
-
/** 邮箱或手机号 */
|
|
106
|
-
account: string;
|
|
107
|
-
/** 密码 */
|
|
108
|
-
password?: string;
|
|
109
|
-
/** 验证码 */
|
|
110
|
-
verification_code?: string;
|
|
111
|
-
/** 记住我 */
|
|
112
|
-
remember_me?: boolean;
|
|
113
|
-
}
|
|
114
|
-
/** 注册表单数据 */
|
|
115
|
-
export interface RegisterFormData {
|
|
116
|
-
/** 邮箱或手机号 */
|
|
117
|
-
account: string;
|
|
118
|
-
/** 密码 */
|
|
119
|
-
password?: string;
|
|
120
|
-
/** 确认密码 */
|
|
121
|
-
confirm_password?: string;
|
|
122
|
-
/** 验证码 */
|
|
123
|
-
verification_code?: string;
|
|
124
|
-
/** 验证链接 token */
|
|
125
|
-
verification_token?: string;
|
|
126
|
-
}
|
|
127
|
-
/** 组件事件回调 */
|
|
128
|
-
export interface Login2Events {
|
|
129
|
-
/** 登录回调 */
|
|
130
|
-
onLogin?: (data: LoginFormData, method: AuthMethodType) => Promise<void> | void;
|
|
131
|
-
/** 注册回调 */
|
|
132
|
-
onRegister?: (data: RegisterFormData, method: AuthMethodType) => Promise<void> | void;
|
|
133
|
-
/** 三方登录回调 */
|
|
134
|
-
onOAuthLogin?: (provider: 'google' | 'facebook' | 'apple') => Promise<void> | void;
|
|
135
|
-
/** 发送验证码回调 */
|
|
136
|
-
onSendVerificationCode?: (account: string, type: 'email' | 'phone') => Promise<void> | void;
|
|
137
|
-
/** 忘记密码回调 */
|
|
138
|
-
onForgotPassword?: (account: string) => Promise<void> | void;
|
|
139
|
-
}
|
|
140
|
-
/** 组件完整属性 */
|
|
141
|
-
export interface Login2Props extends Login2Events {
|
|
142
|
-
/** 配置对象 */
|
|
143
|
-
config: Login2Config;
|
|
144
|
-
/** 是否显示 */
|
|
145
|
-
visible?: boolean;
|
|
146
|
-
/** 关闭回调 */
|
|
147
|
-
onClose?: () => void;
|
|
148
|
-
/** 自定义类名 */
|
|
149
|
-
className?: string;
|
|
150
|
-
/** 自定义样式 */
|
|
151
|
-
style?: React.CSSProperties;
|
|
152
|
-
}
|
|
153
|
-
/** 组件内部状态 */
|
|
154
|
-
export interface Login2State {
|
|
155
|
-
/** 当前状态:登录或注册 */
|
|
156
|
-
authState: AuthState;
|
|
157
|
-
/** 当前认证方式 */
|
|
158
|
-
currentAuthMethod: AuthMethodType;
|
|
159
|
-
/** 当前使用的验证方式 */
|
|
160
|
-
currentVerificationMethod: VerificationMethod;
|
|
161
|
-
/** 加载状态 */
|
|
162
|
-
loading: boolean;
|
|
163
|
-
/** 验证码倒计时 */
|
|
164
|
-
countdown: number;
|
|
165
|
-
/** 表单数据 */
|
|
166
|
-
formData: Partial<LoginFormData | RegisterFormData>;
|
|
167
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
export interface NumberKeyboardPopoverProps {
|
|
4
|
-
/** 触发元素 */
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
/** 当前值 */
|
|
7
|
-
value?: string;
|
|
8
|
-
/** 值变化回调 */
|
|
9
|
-
onChange?: (value: string) => void;
|
|
10
|
-
/** 确认回调 */
|
|
11
|
-
onConfirm?: (value: string) => void;
|
|
12
|
-
/** 取消回调 */
|
|
13
|
-
onCancel?: () => void;
|
|
14
|
-
/** 是否允许小数 */
|
|
15
|
-
allowDecimal?: boolean;
|
|
16
|
-
/** 小数位数 */
|
|
17
|
-
decimalPlaces?: number;
|
|
18
|
-
/** 键盘主题 */
|
|
19
|
-
selectType?: 'light' | 'dark';
|
|
20
|
-
/** 是否禁用 */
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
/** Popover 额外的类名 */
|
|
23
|
-
overlayClassName?: string;
|
|
24
|
-
max?: number;
|
|
25
|
-
maxLength?: number;
|
|
26
|
-
}
|
|
27
|
-
export interface NumberKeyboardPopoverRef {
|
|
28
|
-
/** 打开键盘 */
|
|
29
|
-
open: () => void;
|
|
30
|
-
/** 关闭键盘 */
|
|
31
|
-
close: () => void;
|
|
32
|
-
/** 获取当前是否打开 */
|
|
33
|
-
isOpen: () => boolean;
|
|
34
|
-
}
|
|
35
|
-
declare const NumberKeyboardPopover: React.ForwardRefExoticComponent<NumberKeyboardPopoverProps & React.RefAttributes<NumberKeyboardPopoverRef>>;
|
|
36
|
-
export default NumberKeyboardPopover;
|