@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,301 +0,0 @@
|
|
|
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,32 +0,0 @@
|
|
|
1
|
-
export interface FormState {
|
|
2
|
-
platform: 'pc' | 'h5' | '' | undefined;
|
|
3
|
-
order: any;
|
|
4
|
-
status: 'init' | 'ready' | 'loading' | 'success' | 'error';
|
|
5
|
-
payCallback: (res?: any) => void;
|
|
6
|
-
history?: any;
|
|
7
|
-
payGroup?: PayGroup;
|
|
8
|
-
walletSetting: {
|
|
9
|
-
name: string;
|
|
10
|
-
popup_status: 0 | 1 | null;
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
export interface PayGroup {
|
|
14
|
-
order_id?: string;
|
|
15
|
-
total_amount?: number;
|
|
16
|
-
walletPass?: {
|
|
17
|
-
amount: number;
|
|
18
|
-
cards: any[];
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
paid?: boolean;
|
|
21
|
-
};
|
|
22
|
-
otherPayment?: {
|
|
23
|
-
[key: string]: any;
|
|
24
|
-
};
|
|
25
|
-
wait_amount?: number;
|
|
26
|
-
payment_group_id?: number;
|
|
27
|
-
payment_priority?: string[];
|
|
28
|
-
pay_number?: string;
|
|
29
|
-
_order: any;
|
|
30
|
-
front_order_uuid?: string;
|
|
31
|
-
}
|
|
32
|
-
export declare const Provider: any, Context: any;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
export declare const getPaymentList: (values: any) => Promise<{
|
|
2
|
-
message: string;
|
|
3
|
-
status: string;
|
|
4
|
-
paymentList?: undefined;
|
|
5
|
-
} | {
|
|
6
|
-
message: string;
|
|
7
|
-
status: string;
|
|
8
|
-
paymentList: any;
|
|
9
|
-
}>;
|
|
10
|
-
/**
|
|
11
|
-
* @title: 聚合接口, 根据订单 返回支付列表和钱包
|
|
12
|
-
* @description:
|
|
13
|
-
* @param {object} values
|
|
14
|
-
* @return {*}
|
|
15
|
-
* @Author: zhiwei.Wang
|
|
16
|
-
* @Date: 2024-08-15 11:52
|
|
17
|
-
*/
|
|
18
|
-
export declare const getPaymentsAndWalletPass: (values: {
|
|
19
|
-
order_id: string;
|
|
20
|
-
total_amount: number;
|
|
21
|
-
sale_channel: string;
|
|
22
|
-
}) => Promise<any>;
|
|
23
|
-
/**
|
|
24
|
-
* @title: 初始化交易组
|
|
25
|
-
* @description:
|
|
26
|
-
* @param {object} values
|
|
27
|
-
* @return {*}
|
|
28
|
-
* @Author: zhiwei.Wang
|
|
29
|
-
* @Date: 2024-08-16 10:42
|
|
30
|
-
*/
|
|
31
|
-
export declare const getPaymentInit: (values: {
|
|
32
|
-
order_id?: string;
|
|
33
|
-
amount?: number;
|
|
34
|
-
}) => Promise<any>;
|
|
35
|
-
/**
|
|
36
|
-
* @title: 获取钱包名称和弹窗状态
|
|
37
|
-
* @description:
|
|
38
|
-
* @param {object} values
|
|
39
|
-
* @return {*}
|
|
40
|
-
* @Author: shengjie.zuo
|
|
41
|
-
* @member: 马天宇
|
|
42
|
-
* @Date: 2025-02-21 10:42
|
|
43
|
-
*/
|
|
44
|
-
export declare const getWalletNameAndPopupStatus: (values: {
|
|
45
|
-
setting_type?: string;
|
|
46
|
-
}) => Promise<{
|
|
47
|
-
wallet: {
|
|
48
|
-
name?: {
|
|
49
|
-
en: string;
|
|
50
|
-
'zh-CN': string;
|
|
51
|
-
'zh-HK': string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
wallet_setting: {
|
|
55
|
-
popup_status?: 1 | 0;
|
|
56
|
-
};
|
|
57
|
-
}>;
|
|
58
|
-
/**
|
|
59
|
-
* @title: 获取支付结果
|
|
60
|
-
* @description: 获取支付结果
|
|
61
|
-
*/
|
|
62
|
-
export declare const getPaymentResult: (values: any) => Promise<any>;
|
|
@@ -1,13 +0,0 @@
|
|
|
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,57 +0,0 @@
|
|
|
1
|
-
import { PayGroup } from "./model";
|
|
2
|
-
import { WalletPassDataType } from "./PaymentMethods/WalletPass/serve";
|
|
3
|
-
/**
|
|
4
|
-
* 计算walletPass列表数据的总金额
|
|
5
|
-
* @param list
|
|
6
|
-
*/
|
|
7
|
-
export declare const calcWalletPassListAmount: (list: any[]) => any;
|
|
8
|
-
/**
|
|
9
|
-
* 将walletPass列表数据转换为prepare_payments需要的数据格式
|
|
10
|
-
* @param list
|
|
11
|
-
*/
|
|
12
|
-
export declare const formatWalletPassList2PreparePayments: (list?: any[]) => {
|
|
13
|
-
voucher_id: any;
|
|
14
|
-
amount: number;
|
|
15
|
-
tag: any;
|
|
16
|
-
}[];
|
|
17
|
-
/**
|
|
18
|
-
* walletPass支付params
|
|
19
|
-
* @param payGroup
|
|
20
|
-
*/
|
|
21
|
-
export declare const formatWalletPassParams: (payGroup: PayGroup) => {
|
|
22
|
-
order_id: string;
|
|
23
|
-
payment_group_id: number;
|
|
24
|
-
payments: {
|
|
25
|
-
amount: string;
|
|
26
|
-
wallet_pass_use_value: any;
|
|
27
|
-
voucher_id: any;
|
|
28
|
-
tag: any;
|
|
29
|
-
wallet_pass_usage_unit: any;
|
|
30
|
-
}[];
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* @title: 获取是否walletPass和三方支付的组合支付
|
|
34
|
-
* @description: 三方支付 (stripe 支付宝 微信 苹果 谷歌)
|
|
35
|
-
* @return: *
|
|
36
|
-
* @Author: shengjie.zuo
|
|
37
|
-
* @Date: 2024-08-30 10:06:17
|
|
38
|
-
*/
|
|
39
|
-
export declare const getIsWalletPassAndTripartitePayment: (payGroup: PayGroup) => boolean | 0 | undefined;
|
|
40
|
-
export declare const isFranchiseeShop: (path?: any, history?: any) => any;
|
|
41
|
-
/**
|
|
42
|
-
* @title: 获取当前连锁加盟店铺shopid
|
|
43
|
-
* @description:
|
|
44
|
-
* @param {any} param1
|
|
45
|
-
* @return {*}
|
|
46
|
-
* @Author: chensheng.gu
|
|
47
|
-
* @Date: 2024-08-07 10:04
|
|
48
|
-
*/
|
|
49
|
-
export declare const getFranchiseeShopId: (path?: any, history?: any) => number;
|
|
50
|
-
export declare const formatFranchiseeRoute: (url: string, history?: any) => string;
|
|
51
|
-
export declare const getAvailableMaxAmount: (data: WalletPassDataType) => string;
|
|
52
|
-
export declare const clientPayment: (params: {
|
|
53
|
-
order_id: number;
|
|
54
|
-
type: "aliPay" | "wxPay" | 'google_pay';
|
|
55
|
-
values: any;
|
|
56
|
-
interaction?: any;
|
|
57
|
-
}) => void;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
2
|
-
declare type BoolConfigVal = 0 | 1;
|
|
3
|
-
export interface ProductCardConfig {
|
|
4
|
-
isProductCover: BoolConfigVal;
|
|
5
|
-
imgWidth: string;
|
|
6
|
-
imgHeight: string;
|
|
7
|
-
radius?: number;
|
|
8
|
-
isTitle: BoolConfigVal;
|
|
9
|
-
isSubtitle: BoolConfigVal;
|
|
10
|
-
showSpec: boolean;
|
|
11
|
-
isTag: BoolConfigVal;
|
|
12
|
-
isPrice: BoolConfigVal;
|
|
13
|
-
isOriginPrice: BoolConfigVal;
|
|
14
|
-
showZeroPrice: boolean;
|
|
15
|
-
showMarketingTag: boolean;
|
|
16
|
-
showRemark: boolean;
|
|
17
|
-
isStock: BoolConfigVal;
|
|
18
|
-
list_max_length: 0 | 1;
|
|
19
|
-
}
|
|
20
|
-
interface ProductGroupProps {
|
|
21
|
-
data: {
|
|
22
|
-
icon: string;
|
|
23
|
-
id: number;
|
|
24
|
-
name: string;
|
|
25
|
-
products: any[];
|
|
26
|
-
slug: string;
|
|
27
|
-
sort: number;
|
|
28
|
-
};
|
|
29
|
-
layout: {
|
|
30
|
-
grid: boolean;
|
|
31
|
-
config?: string;
|
|
32
|
-
};
|
|
33
|
-
onSelectProduct?: (id: number) => void;
|
|
34
|
-
currentProductId?: number;
|
|
35
|
-
}
|
|
36
|
-
declare const ProductGroup: ({ data, layout, onSelectProduct, currentProductId, isProductCover, imgWidth, imgHeight, radius, isTitle, isSubtitle, showSpec, isTag, isPrice, isOriginPrice, showZeroPrice, showMarketingTag, showRemark, isStock, }: ProductGroupProps & ProductCardConfig) => JSX.Element;
|
|
37
|
-
export declare const ProductGroupSkeleton: ({ layout }: any) => JSX.Element;
|
|
38
|
-
export default ProductGroup;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
4
|
-
'pisell2.text.add': string;
|
|
5
|
-
'pisell2.text.and': string;
|
|
6
|
-
'pisell2.text.or': string;
|
|
7
|
-
'pisell2.text.all': string;
|
|
8
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
9
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
10
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
11
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
12
|
-
'pisell2.text.rule-setting.staff': string;
|
|
13
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
14
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
15
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
16
|
-
};
|
|
17
|
-
'zh-CN': {
|
|
18
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
19
|
-
'pisell2.text.and': string;
|
|
20
|
-
'pisell2.text.or': string;
|
|
21
|
-
'pisell2.text.all': string;
|
|
22
|
-
'pisell2.text.add': string;
|
|
23
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
24
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
25
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
26
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
27
|
-
'pisell2.text.rule-setting.staff': string;
|
|
28
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
29
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
30
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
31
|
-
};
|
|
32
|
-
'zh-HK': {
|
|
33
|
-
'pisell2.text.satisfy_any_condition': string;
|
|
34
|
-
'pisell2.text.and': string;
|
|
35
|
-
'pisell2.text.or': string;
|
|
36
|
-
'pisell2.text.all': string;
|
|
37
|
-
'pisell2.text.add': string;
|
|
38
|
-
'pisell2.text.rule-setting.Contain': string;
|
|
39
|
-
'pisell2.text.rule-setting.Exclude': string;
|
|
40
|
-
'pisell2.text.rule-setting.order_type': string;
|
|
41
|
-
'pisell2.text.rule-setting.sales_channel': string;
|
|
42
|
-
'pisell2.text.rule-setting.staff': string;
|
|
43
|
-
'pisell2.text.rule-setting.payment_method': string;
|
|
44
|
-
'pisell2.text.rule-setting.pisell_terminal_device': string;
|
|
45
|
-
'pisell2.text.rule-setting.current_device': string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
4
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
5
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
6
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
7
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
8
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
9
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
10
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
11
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
12
|
-
};
|
|
13
|
-
'zh-CN': {
|
|
14
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
15
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
16
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
17
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
18
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
19
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
20
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
21
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
22
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
23
|
-
};
|
|
24
|
-
'zh-HK': {
|
|
25
|
-
'pisell2.text.shopping-cart.item': (num: number) => string;
|
|
26
|
-
'pisell2.text.shopping-cart.clear.cart': string;
|
|
27
|
-
'pisell2.text.shopping-cart.add.service': string;
|
|
28
|
-
'pisell2.text.shopping-cart.add.more': string;
|
|
29
|
-
'pisell2.text.shopping-cart.no.selected': string;
|
|
30
|
-
'pisell2.text.shopping-cart.confirm': string;
|
|
31
|
-
'pisell2.text.shopping-cart.cancel': string;
|
|
32
|
-
'pisell2.text.shopping-cart.select.holder.modal.title': string;
|
|
33
|
-
'pisell2.text.shopping-cart.save.items': (num: number) => string;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
export default _default;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { CollapseProps } from 'antd';
|
|
2
|
-
export interface productProps {
|
|
3
|
-
hideAddBtn?: boolean;
|
|
4
|
-
isShowNote?: boolean;
|
|
5
|
-
isShowPackageNote?: boolean;
|
|
6
|
-
products?: any[];
|
|
7
|
-
holders?: any[];
|
|
8
|
-
isEdit?: boolean;
|
|
9
|
-
disabledEdit?: boolean;
|
|
10
|
-
isShowChangeResource?: boolean;
|
|
11
|
-
isShowDelete?: boolean;
|
|
12
|
-
isShowChangeHolder?: boolean;
|
|
13
|
-
isShowHolder?: boolean;
|
|
14
|
-
isShowAddHolderButton?: boolean;
|
|
15
|
-
}
|
|
16
|
-
export interface shoppingCartProps {
|
|
17
|
-
isOpenGroup?: boolean;
|
|
18
|
-
carts?: any[];
|
|
19
|
-
platform?: 'shop' | 'h5';
|
|
20
|
-
emptyText?: string;
|
|
21
|
-
activeKey?: string[] | number[];
|
|
22
|
-
defaultActiveKey?: string[] | number[];
|
|
23
|
-
className?: string;
|
|
24
|
-
onCard?: (e: any) => void;
|
|
25
|
-
onAction?: (e: any) => void;
|
|
26
|
-
onChange?: (items: any, type?: string, other?: any) => void;
|
|
27
|
-
onAddProduct?: (e?: any) => void;
|
|
28
|
-
onActiveKey?: (e: any) => void;
|
|
29
|
-
isShowImage?: boolean;
|
|
30
|
-
isShowHolder?: boolean;
|
|
31
|
-
isShowDelete?: boolean;
|
|
32
|
-
collapseParams?: CollapseProps;
|
|
33
|
-
productParams?: productProps;
|
|
34
|
-
isHideClearCart?: boolean;
|
|
35
|
-
isParallelResource?: boolean;
|
|
36
|
-
scenario?: 'booking2';
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* @title: 商品卡片
|
|
40
|
-
* @description:
|
|
41
|
-
* @return {*}
|
|
42
|
-
* @Author: WangHan
|
|
43
|
-
* @Date: 2024-11-29 09:52
|
|
44
|
-
*/
|
|
45
|
-
export interface ProductProps {
|
|
46
|
-
id?: any;
|
|
47
|
-
lists: any[];
|
|
48
|
-
isAdd?: boolean;
|
|
49
|
-
}
|