@pisell/private-materials 6.7.7 → 6.7.8
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 +17 -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/appointmentBooking/components/Voucher/index.js +1 -2
- package/es/components/booking/addons/index.js +17 -25
- package/es/components/booking/components/footer/amount.d.ts +0 -1
- package/es/components/booking/components/footer/amount.js +84 -548
- package/es/components/booking/components/footer/index.js +56 -77
- package/es/components/booking/components/footer/utils.d.ts +0 -19
- package/es/components/booking/components/footer/utils.js +73 -194
- package/es/components/booking/components/voucher/index.js +7 -23
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/es/components/booking/hooks/useQuotation.js +1 -4
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/es/components/booking/info/service2/utils.js +0 -1
- package/es/components/booking/info2/cartClientCard/index.js +6 -30
- package/es/components/booking/info2/index.js +1 -1
- package/es/components/booking/info2/service/addService/index.js +3 -2
- package/es/components/booking/info2/service/editNormalService/index.js +0 -6
- package/es/components/booking/info2/service/editService/index.js +6 -16
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -15
- package/es/components/booking/info2/service/editService/utils.js +0 -66
- package/es/components/booking/utils.d.ts +0 -1
- package/es/components/booking/utils.js +3 -16
- package/es/components/checkout/PaymentModal.d.ts +5 -13
- package/es/components/checkout/PaymentModal.js +252 -304
- package/es/components/checkout/PaymentPlugin.d.ts +3 -0
- package/es/components/{systemSettings/registry/components/GroupModal.js → checkout/PaymentPlugin.js} +171 -132
- package/es/components/checkout/components/AdditionalModule/index.d.ts +1 -3
- package/es/components/checkout/components/AdditionalModule/index.js +12 -52
- package/es/components/checkout/components/AmountSummary/index.js +76 -9
- package/es/components/checkout/components/AmountSummary/index.less +6 -5
- package/es/components/checkout/components/CashPaymentModule/index.d.ts +1 -3
- package/es/components/checkout/components/CashPaymentModule/index.js +2 -5
- package/es/components/checkout/components/PaymentDetailModal/index.js +2 -2
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -2
- package/es/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +1 -6
- package/es/components/checkout/components/PaymentOptionsModule/index.d.ts +0 -1
- package/es/components/checkout/components/PaymentOptionsModule/index.js +1 -2
- package/es/components/checkout/components/PaymentOptionsModule/index.less +0 -4
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +0 -4
- package/es/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +8 -31
- package/es/components/checkout/components/PaymentResultToast/index.js +6 -6
- package/es/components/checkout/components/PaymentResultToast/index.less +33 -94
- package/es/components/checkout/components/SearchAndClientModule/index.js +40 -39
- package/es/components/checkout/index.less +1 -1
- package/es/components/checkout/locales.d.ts +0 -6
- package/es/components/checkout/locales.js +0 -6
- package/es/components/checkout/utils/PaymentResultToastUtils.d.ts +1 -0
- package/es/components/checkout/utils/PaymentResultToastUtils.js +1 -11
- package/es/components/eftpos/hooks.d.ts +0 -1
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/linkly/hooks/useTimeQuery.js +6 -14
- package/es/components/eftposPay/payo/config.js +32 -70
- package/es/components/eftposPay/store/index.d.ts +4 -4
- package/es/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/es/components/eftposPay/tyro/index.js +0 -12
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +1 -2
- package/es/components/list/List.js +40 -56
- package/es/components/list/hooks/useListState.d.ts +3 -5
- package/es/components/list/hooks/useListState.js +2 -17
- package/es/components/list/styles/header.less +3 -3
- package/es/components/list/utils/index.d.ts +1 -13
- package/es/components/list/utils/index.js +1 -43
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +12 -14
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -4
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +0 -2
- package/es/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +3 -13
- package/es/components/pay/toC/index.js +4 -7
- package/es/components/pay/toC/locales.d.ts +0 -3
- package/es/components/pay/toC/locales.js +3 -6
- package/es/components/pay/toC/status.d.ts +0 -1
- package/es/components/pay/toC/status.js +0 -3
- package/es/components/schedules/utils.d.ts +1 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/subTotal/index.js +1 -1
- package/es/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -1
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +2 -33
- package/es/components/ticketBooking/components/ProductDisplayAdapter/utils.js +36 -139
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +86 -2
- package/es/components/ticketBooking/components/menuBar/index.js +12 -109
- package/es/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/es/components/ticketBooking/components/timeBar/index.js +7 -112
- package/es/components/ticketBooking/components/timeBar/index.less +0 -59
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +18 -29
- package/es/components/ticketBooking/locales.d.ts +0 -6
- package/es/components/ticketBooking/locales.js +3 -9
- package/es/components/ticketBooking/utils/index.d.ts +0 -3
- package/es/components/ticketBooking/utils/index.js +13 -36
- package/es/components/wallet/Detail/index.js +2 -34
- package/es/components/wallet/Detail/index.less +0 -11
- package/es/components/wallet/Detail/locales.d.ts +0 -6
- package/es/components/wallet/Detail/locales.js +2 -14
- package/es/components/wallet/Voucher/index.js +10 -11
- package/es/components/wallet/components/WalletCard.js +1 -5
- package/es/components/wallet/index.js +2 -4
- package/es/components/wallet/serve.d.ts +0 -7
- package/es/hooks/usePaymentLogger.d.ts +0 -1
- package/es/index.d.ts +0 -4
- package/es/index.js +1 -5
- package/es/plus/clientCard/locales.js +3 -3
- package/es/plus/clinetSearch/index.js +30 -28
- package/es/plus/clinetSearch/locales.d.ts +0 -3
- package/es/plus/clinetSearch/locales.js +4 -7
- package/es/plus/clinetSearch/types.d.ts +0 -12
- package/es/plus/walletPassGallery/components/footerButton/index.js +4 -2
- package/es/plus/walletPassGallery/components/footerButton/index.less +59 -14
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +31 -84
- package/es/plus/walletPassGallery/components/passDetail/index.less +0 -4
- package/es/plus/walletPassGallery/components/recharge/index.js +8 -19
- package/es/plus/walletPassGallery/index.js +3 -7
- package/es/plus/walletPassGallery/serve.d.ts +0 -3
- package/es/plus/walletPassGallery/serve.js +2 -4
- package/es/pro/Login2.0/index.less +8 -15
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/es/pro/comprehensiveSearch/locales.js +1 -1
- package/es/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +36 -45
- package/es/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
- package/es/pro/priceKeyboard/components/cashKeyboard/index.js +2 -4
- package/es/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -1
- package/es/pro/priceKeyboard/components/discountKeyboard/index.js +1 -10
- package/es/pro/priceKeyboard/components/discountKeyboard/index.less +0 -14
- package/es/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -1
- package/es/pro/priceKeyboard/components/shortcuts/index.js +2 -5
- package/es/pro/priceKeyboard/components/shortcuts/index.less +0 -4
- package/es/utils/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Voucher/index.js +1 -2
- package/lib/components/booking/addons/index.js +7 -15
- package/lib/components/booking/components/footer/amount.d.ts +0 -1
- package/lib/components/booking/components/footer/amount.js +41 -293
- package/lib/components/booking/components/footer/index.js +11 -30
- package/lib/components/booking/components/footer/utils.d.ts +0 -19
- package/lib/components/booking/components/footer/utils.js +41 -138
- package/lib/components/booking/components/voucher/index.js +9 -25
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/lib/components/booking/hooks/useQuotation.js +1 -2
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +0 -1
- package/lib/components/booking/info/service2/utils.js +0 -1
- package/lib/components/booking/info2/cartClientCard/index.js +5 -25
- package/lib/components/booking/info2/index.js +2 -7
- package/lib/components/booking/info2/service/addService/index.js +2 -1
- package/lib/components/booking/info2/service/editNormalService/index.js +0 -6
- package/lib/components/booking/info2/service/editService/index.js +3 -12
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -15
- package/lib/components/booking/info2/service/editService/utils.js +3 -40
- package/lib/components/booking/utils.d.ts +0 -1
- package/lib/components/booking/utils.js +0 -11
- package/lib/components/checkout/PaymentModal.d.ts +5 -13
- package/lib/components/checkout/PaymentModal.js +147 -190
- package/lib/components/checkout/PaymentPlugin.d.ts +3 -0
- package/lib/components/checkout/PaymentPlugin.js +181 -0
- package/lib/components/checkout/components/AdditionalModule/index.d.ts +1 -3
- package/lib/components/checkout/components/AdditionalModule/index.js +11 -52
- package/lib/components/checkout/components/AmountSummary/index.js +46 -5
- package/lib/components/checkout/components/AmountSummary/index.less +6 -5
- package/lib/components/checkout/components/CashPaymentModule/index.d.ts +1 -3
- package/lib/components/checkout/components/CashPaymentModule/index.js +2 -5
- package/lib/components/checkout/components/PaymentDetailModal/index.js +2 -2
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.d.ts +0 -2
- package/lib/components/checkout/components/PaymentOptionsModule/PaymentMethodItem.js +1 -5
- package/lib/components/checkout/components/PaymentOptionsModule/index.d.ts +0 -1
- package/lib/components/checkout/components/PaymentOptionsModule/index.js +0 -6
- package/lib/components/checkout/components/PaymentOptionsModule/index.less +0 -4
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.d.ts +0 -4
- package/lib/components/checkout/components/PaymentResultToast/PaymentResultToastProvider.js +5 -23
- package/lib/components/checkout/components/PaymentResultToast/index.js +4 -4
- package/lib/components/checkout/components/PaymentResultToast/index.less +33 -94
- package/lib/components/checkout/components/SearchAndClientModule/index.js +3 -29
- package/lib/components/checkout/index.less +1 -1
- package/lib/components/checkout/locales.d.ts +0 -6
- package/lib/components/checkout/locales.js +0 -6
- package/lib/components/checkout/utils/PaymentResultToastUtils.d.ts +1 -0
- package/lib/components/checkout/utils/PaymentResultToastUtils.js +1 -11
- package/lib/components/eftpos/hooks.d.ts +0 -1
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/linkly/hooks/useTimeQuery.js +6 -12
- package/lib/components/eftposPay/payo/config.js +73 -98
- package/lib/components/eftposPay/store/index.d.ts +4 -4
- package/lib/components/eftposPay/tyro/hooks.d.ts +0 -1
- package/lib/components/eftposPay/tyro/index.js +0 -12
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/index.d.ts +1 -2
- package/lib/components/index.js +0 -3
- package/lib/components/list/List.js +16 -34
- package/lib/components/list/hooks/useListState.d.ts +3 -5
- package/lib/components/list/hooks/useListState.js +1 -14
- package/lib/components/list/styles/header.less +3 -3
- package/lib/components/list/utils/index.d.ts +1 -13
- package/lib/components/list/utils/index.js +0 -27
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +12 -14
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -4
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/components/PaymentReturnContent/index.less +3 -13
- package/lib/components/pay/toC/index.js +1 -4
- package/lib/components/pay/toC/locales.d.ts +0 -3
- package/lib/components/pay/toC/locales.js +3 -6
- package/lib/components/pay/toC/status.d.ts +0 -1
- package/lib/components/pay/toC/status.js +0 -5
- package/lib/components/schedules/utils.d.ts +1 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/subTotal/index.js +1 -1
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js +0 -1
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.d.ts +2 -33
- package/lib/components/ticketBooking/components/ProductDisplayAdapter/utils.js +24 -84
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +1 -0
- package/lib/components/ticketBooking/components/menuBar/index.js +6 -42
- package/lib/components/ticketBooking/components/ticketBooking/index.js +2 -2
- package/lib/components/ticketBooking/components/timeBar/index.js +4 -105
- package/lib/components/ticketBooking/components/timeBar/index.less +0 -59
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +13 -17
- package/lib/components/ticketBooking/locales.d.ts +0 -6
- package/lib/components/ticketBooking/locales.js +3 -9
- package/lib/components/ticketBooking/utils/index.d.ts +0 -3
- package/lib/components/ticketBooking/utils/index.js +6 -20
- package/lib/components/wallet/Detail/index.js +3 -31
- package/lib/components/wallet/Detail/index.less +0 -11
- package/lib/components/wallet/Detail/locales.d.ts +0 -6
- package/lib/components/wallet/Detail/locales.js +2 -14
- package/lib/components/wallet/Voucher/index.js +8 -8
- package/lib/components/wallet/components/WalletCard.js +0 -4
- package/lib/components/wallet/index.js +2 -2
- package/lib/components/wallet/serve.d.ts +0 -7
- package/lib/hooks/usePaymentLogger.d.ts +0 -1
- package/lib/index.d.ts +0 -4
- package/lib/index.js +0 -12
- package/lib/plus/clientCard/locales.js +3 -3
- package/lib/plus/clinetSearch/index.js +8 -17
- package/lib/plus/clinetSearch/locales.d.ts +0 -3
- package/lib/plus/clinetSearch/locales.js +4 -7
- package/lib/plus/clinetSearch/types.d.ts +0 -12
- package/lib/plus/walletPassGallery/components/footerButton/index.js +2 -2
- package/lib/plus/walletPassGallery/components/footerButton/index.less +59 -14
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +15 -54
- package/lib/plus/walletPassGallery/components/passDetail/index.less +0 -4
- package/lib/plus/walletPassGallery/components/recharge/index.js +1 -7
- package/lib/plus/walletPassGallery/index.js +3 -7
- package/lib/plus/walletPassGallery/serve.d.ts +0 -3
- package/lib/plus/walletPassGallery/serve.js +2 -3
- package/lib/pro/Login2.0/index.less +8 -15
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
- package/lib/pro/comprehensiveSearch/locales.js +1 -1
- package/lib/pro/priceKeyboard/components/cashKeyboard/CashKeyboardIntact.js +43 -42
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.d.ts +0 -1
- package/lib/pro/priceKeyboard/components/cashKeyboard/index.js +2 -3
- package/lib/pro/priceKeyboard/components/cashKeyboard/types.d.ts +0 -1
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.js +1 -8
- package/lib/pro/priceKeyboard/components/discountKeyboard/index.less +0 -14
- package/lib/pro/priceKeyboard/components/shortcuts/index.d.ts +0 -1
- package/lib/pro/priceKeyboard/components/shortcuts/index.js +2 -3
- package/lib/pro/priceKeyboard/components/shortcuts/index.less +0 -4
- package/lib/utils/index.d.ts +1 -1
- package/package.json +4 -4
- package/es/components/checkout/plugin.d.ts +0 -2
- package/es/components/checkout/plugin.js +0 -303
- package/es/components/eftposPay/payo/payment.d.ts +0 -66
- package/es/components/eftposPay/payo/payment.js +0 -579
- package/es/components/eftposPay/utils/log/index.d.ts +0 -110
- package/es/components/eftposPay/utils/log/index.js +0 -371
- 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/ItemModal.js +0 -547
- package/es/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/es/components/systemSettings/registry/components/ModuleList.js +0 -54
- package/es/components/systemSettings/registry/components/SectionList.d.ts +0 -4
- package/es/components/systemSettings/registry/components/SectionList.js +0 -174
- package/es/components/systemSettings/registry/components/SettingsTable.d.ts +0 -4
- package/es/components/systemSettings/registry/components/SettingsTable.js +0 -765
- package/es/components/systemSettings/registry/components/index.d.ts +0 -4
- package/es/components/systemSettings/registry/components/index.js +0 -4
- package/es/components/systemSettings/registry/index.d.ts +0 -5
- package/es/components/systemSettings/registry/index.js +0 -1059
- package/es/components/systemSettings/registry/index.less +0 -410
- package/es/components/systemSettings/registry/locales.d.ts +0 -272
- package/es/components/systemSettings/registry/locales.js +0 -300
- package/es/components/systemSettings/registry/services.d.ts +0 -77
- package/es/components/systemSettings/registry/services.js +0 -472
- package/es/components/systemSettings/registry/types.d.ts +0 -126
- package/es/components/systemSettings/registry/types.js +0 -1
- package/es/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/es/components/systemSettings/registry/utils/typeValidation.js +0 -284
- package/es/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/es/components/systemSettings/registry/utils/validators.js +0 -44
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/wallet/utils.js +0 -342
- package/lib/components/checkout/plugin.d.ts +0 -2
- package/lib/components/checkout/plugin.js +0 -263
- package/lib/components/eftposPay/payo/payment.d.ts +0 -66
- package/lib/components/eftposPay/payo/payment.js +0 -357
- package/lib/components/eftposPay/utils/log/index.d.ts +0 -110
- package/lib/components/eftposPay/utils/log/index.js +0 -294
- package/lib/components/systemSettings/registry/components/GroupModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/GroupModal.js +0 -177
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/ItemModal.js +0 -508
- package/lib/components/systemSettings/registry/components/ModuleList.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/ModuleList.js +0 -71
- package/lib/components/systemSettings/registry/components/SectionList.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/SectionList.js +0 -181
- package/lib/components/systemSettings/registry/components/SettingsTable.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/SettingsTable.js +0 -575
- package/lib/components/systemSettings/registry/components/index.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/index.js +0 -48
- package/lib/components/systemSettings/registry/index.d.ts +0 -5
- package/lib/components/systemSettings/registry/index.js +0 -529
- package/lib/components/systemSettings/registry/index.less +0 -410
- package/lib/components/systemSettings/registry/locales.d.ts +0 -272
- package/lib/components/systemSettings/registry/locales.js +0 -324
- package/lib/components/systemSettings/registry/services.d.ts +0 -77
- package/lib/components/systemSettings/registry/services.js +0 -290
- package/lib/components/systemSettings/registry/types.d.ts +0 -126
- package/lib/components/systemSettings/registry/types.js +0 -17
- package/lib/components/systemSettings/registry/utils/typeValidation.d.ts +0 -16
- package/lib/components/systemSettings/registry/utils/typeValidation.js +0 -228
- package/lib/components/systemSettings/registry/utils/validators.d.ts +0 -8
- package/lib/components/systemSettings/registry/utils/validators.js +0 -54
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/wallet/utils.js +0 -287
- package/lowcode/payment-modal/meta.ts +0 -135
- package/lowcode/settings-registry/meta.ts +0 -29
- package/lowcode/wallet-pass-detail/meta.ts +0 -89
|
@@ -37,14 +37,14 @@ var import_antd = require("antd");
|
|
|
37
37
|
var import_ahooks = require("ahooks");
|
|
38
38
|
var import_lodash = require("lodash");
|
|
39
39
|
var import_utils = require("@pisell/utils");
|
|
40
|
+
var import_materials = require("@pisell/materials");
|
|
40
41
|
var import_shortcuts = __toESM(require("../shortcuts"));
|
|
41
42
|
var import_CashKeyboardSimple = __toESM(require("./CashKeyboardSimple"));
|
|
42
43
|
var import_utils2 = require("../../utils");
|
|
43
44
|
var import_index = require("./index.less");
|
|
44
45
|
var import_decimal = __toESM(require("decimal.js"));
|
|
45
|
-
var import_materials = require("@pisell/materials");
|
|
46
|
-
var import_utils3 = require("@pisell/utils");
|
|
47
46
|
var import_materials2 = require("@pisell/materials");
|
|
47
|
+
var import_utils3 = require("@pisell/utils");
|
|
48
48
|
var CashKeyboardIntact = (props) => {
|
|
49
49
|
var _a, _b, _c;
|
|
50
50
|
const {
|
|
@@ -59,8 +59,7 @@ var CashKeyboardIntact = (props) => {
|
|
|
59
59
|
doneText,
|
|
60
60
|
resetText,
|
|
61
61
|
disabled,
|
|
62
|
-
hiddenChangeDue
|
|
63
|
-
shortcutsSize
|
|
62
|
+
hiddenChangeDue
|
|
64
63
|
} = props;
|
|
65
64
|
const [internalValue, setInternalValue] = (0, import_ahooks.useControllableValue)(props);
|
|
66
65
|
const [isShowModal, setIsShowModal] = (0, import_react.useState)(false);
|
|
@@ -130,8 +129,7 @@ var CashKeyboardIntact = (props) => {
|
|
|
130
129
|
value: "pay",
|
|
131
130
|
style: {
|
|
132
131
|
color: "white",
|
|
133
|
-
backgroundColor: "#7F56DA"
|
|
134
|
-
gridColumn: "span 2"
|
|
132
|
+
backgroundColor: "#7F56DA"
|
|
135
133
|
},
|
|
136
134
|
onClick: () => {
|
|
137
135
|
var _a2;
|
|
@@ -140,7 +138,7 @@ var CashKeyboardIntact = (props) => {
|
|
|
140
138
|
}
|
|
141
139
|
];
|
|
142
140
|
const userPresets = presets || [];
|
|
143
|
-
const maxUserPresets =
|
|
141
|
+
const maxUserPresets = 8 - defaultEndPresets.length;
|
|
144
142
|
const limitedUserPresets = userPresets.slice(0, maxUserPresets);
|
|
145
143
|
return [...limitedUserPresets, ...defaultEndPresets];
|
|
146
144
|
};
|
|
@@ -250,7 +248,7 @@ var CashKeyboardIntact = (props) => {
|
|
|
250
248
|
)
|
|
251
249
|
},
|
|
252
250
|
/* @__PURE__ */ import_react.default.createElement(
|
|
253
|
-
|
|
251
|
+
import_materials2.AutoResizeText,
|
|
254
252
|
{
|
|
255
253
|
minFontSizePx: 10,
|
|
256
254
|
maxFontSizePx: 18,
|
|
@@ -272,53 +270,57 @@ var CashKeyboardIntact = (props) => {
|
|
|
272
270
|
{
|
|
273
271
|
style: {
|
|
274
272
|
...getGridStyle(1),
|
|
275
|
-
padding: "
|
|
273
|
+
padding: "6px 16px",
|
|
276
274
|
borderRadius: "8px",
|
|
277
275
|
backgroundColor: "white",
|
|
278
|
-
boxShadow: "
|
|
276
|
+
boxShadow: "0px 1px 2px rgba(16, 24, 40, 0.06)",
|
|
279
277
|
overflow: "hidden",
|
|
280
278
|
maxWidth: 188,
|
|
281
|
-
cursor: "pointer"
|
|
282
|
-
border: "1px solid #7f56da",
|
|
283
|
-
borderBottom: "1px solid #7f56da"
|
|
279
|
+
cursor: "pointer"
|
|
284
280
|
},
|
|
285
281
|
onClick: () => {
|
|
286
282
|
setIsShowModal(true);
|
|
287
283
|
}
|
|
288
284
|
},
|
|
289
285
|
/* @__PURE__ */ import_react.default.createElement(
|
|
290
|
-
|
|
286
|
+
import_materials.VirtualInput,
|
|
291
287
|
{
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
297
|
-
"div",
|
|
298
|
-
{
|
|
299
|
-
className: "pisell-cash-keyboard-intact-container-top-value"
|
|
288
|
+
showCursor: false,
|
|
289
|
+
focused: true,
|
|
290
|
+
wrapperStyle: {
|
|
291
|
+
width: "100%"
|
|
300
292
|
},
|
|
301
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
302
|
-
|
|
293
|
+
topContent: /* @__PURE__ */ import_react.default.createElement(
|
|
294
|
+
"div",
|
|
303
295
|
{
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
style: { color: "#7f56da", textDecoration: "underline", textUnderlineOffset: "3px" }
|
|
308
|
-
},
|
|
309
|
-
internalValue ? (0, import_utils3.formatAmountWithOptions)(
|
|
310
|
-
internalValue || "",
|
|
311
|
-
amountSymbol,
|
|
312
|
-
{
|
|
313
|
-
value: internalValue,
|
|
314
|
-
hideDecimalForWholeNumbers: false,
|
|
315
|
-
precision: 2,
|
|
316
|
-
showCurrencySymbol: true
|
|
296
|
+
style: {
|
|
297
|
+
fontSize: "14px",
|
|
298
|
+
color: "#667085"
|
|
317
299
|
}
|
|
318
|
-
|
|
300
|
+
},
|
|
301
|
+
mergedDisplayField.cashReceived.label
|
|
319
302
|
),
|
|
320
|
-
|
|
321
|
-
|
|
303
|
+
value: internalValue ? (0, import_utils3.formatAmountWithOptions)(
|
|
304
|
+
internalValue || "",
|
|
305
|
+
amountSymbol,
|
|
306
|
+
{
|
|
307
|
+
value: internalValue,
|
|
308
|
+
hideDecimalForWholeNumbers: false,
|
|
309
|
+
precision: 2,
|
|
310
|
+
showCurrencySymbol: true
|
|
311
|
+
}
|
|
312
|
+
) : "",
|
|
313
|
+
height: 30,
|
|
314
|
+
fontSize: 20,
|
|
315
|
+
placeholder,
|
|
316
|
+
style: {
|
|
317
|
+
fontSize: "24px",
|
|
318
|
+
fontWeight: "bold",
|
|
319
|
+
border: "none",
|
|
320
|
+
background: "transparent",
|
|
321
|
+
width: "100%"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
322
324
|
)
|
|
323
325
|
), ((_c = mergedDisplayField.changeDue) == null ? void 0 : _c.visible) && /* @__PURE__ */ import_react.default.createElement(
|
|
324
326
|
"div",
|
|
@@ -342,7 +344,7 @@ var CashKeyboardIntact = (props) => {
|
|
|
342
344
|
)
|
|
343
345
|
},
|
|
344
346
|
/* @__PURE__ */ import_react.default.createElement(
|
|
345
|
-
|
|
347
|
+
import_materials2.AutoResizeText,
|
|
346
348
|
{
|
|
347
349
|
minFontSizePx: 10,
|
|
348
350
|
maxFontSizePx: 18,
|
|
@@ -363,7 +365,6 @@ var CashKeyboardIntact = (props) => {
|
|
|
363
365
|
)), /* @__PURE__ */ import_react.default.createElement(
|
|
364
366
|
import_shortcuts.default,
|
|
365
367
|
{
|
|
366
|
-
size: shortcutsSize || "default",
|
|
367
368
|
presets: getDefaultPresets(),
|
|
368
369
|
onChange: setInternalValue,
|
|
369
370
|
disabled
|
|
@@ -7,7 +7,6 @@ export interface CashKeyboardProps extends CashKeyboardBaseProps {
|
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
};
|
|
9
9
|
variant?: 'intact' | 'simple';
|
|
10
|
-
shortcutsSize?: 'default' | 'large';
|
|
11
10
|
}
|
|
12
11
|
declare const CashKeyboard: (props: CashKeyboardProps) => React.JSX.Element;
|
|
13
12
|
export default CashKeyboard;
|
|
@@ -48,7 +48,7 @@ var CashKeyboard = (props) => {
|
|
|
48
48
|
);
|
|
49
49
|
const { getData } = context.appHelper.utils;
|
|
50
50
|
const amountSymbol = props.amountSymbol || (getData == null ? void 0 : getData("shop_symbol")) || "$";
|
|
51
|
-
const { variant = "intact", value, onChange,
|
|
51
|
+
const { variant = "intact", value, onChange, ...otherProps } = props;
|
|
52
52
|
const [internalValue, setInternalValue] = (0, import_ahooks.useControllableValue)(props);
|
|
53
53
|
if (variant === "intact") {
|
|
54
54
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
@@ -58,8 +58,7 @@ var CashKeyboard = (props) => {
|
|
|
58
58
|
amountSymbol,
|
|
59
59
|
value: internalValue,
|
|
60
60
|
placeholder: `${amountSymbol}0`,
|
|
61
|
-
onChange: setInternalValue
|
|
62
|
-
shortcutsSize
|
|
61
|
+
onChange: setInternalValue
|
|
63
62
|
}
|
|
64
63
|
);
|
|
65
64
|
}
|
|
@@ -55,7 +55,6 @@ var DiscountKeyboardBase = (props) => {
|
|
|
55
55
|
defaultValue,
|
|
56
56
|
originalValue,
|
|
57
57
|
selectType = "light",
|
|
58
|
-
tips,
|
|
59
58
|
resetText,
|
|
60
59
|
doneText,
|
|
61
60
|
onEnter,
|
|
@@ -345,13 +344,7 @@ var DiscountKeyboardBase = (props) => {
|
|
|
345
344
|
)
|
|
346
345
|
);
|
|
347
346
|
};
|
|
348
|
-
|
|
349
|
-
if (tips) {
|
|
350
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-pro-price-keyboard-tips" }, tips);
|
|
351
|
-
}
|
|
352
|
-
return null;
|
|
353
|
-
};
|
|
354
|
-
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-pro-price-keyboard-discount" }, renderTipsContent(), /* @__PURE__ */ import_react.default.createElement(
|
|
347
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "pisell-pro-price-keyboard-discount" }, /* @__PURE__ */ import_react.default.createElement(
|
|
355
348
|
import_antd.Segmented,
|
|
356
349
|
{
|
|
357
350
|
size: "large",
|
|
@@ -7,20 +7,6 @@
|
|
|
7
7
|
gap: 10px;
|
|
8
8
|
background-color: var(--pisell-pro-price-keyboard-bg-color, #ffffff);
|
|
9
9
|
|
|
10
|
-
.pisell-pro-price-keyboard-tips {
|
|
11
|
-
background-color: var(
|
|
12
|
-
--pisell-pro-price-keyboard-bg-color-gray-200,
|
|
13
|
-
#eaecf0
|
|
14
|
-
);
|
|
15
|
-
color: #ffffff;
|
|
16
|
-
font-size: 14px;
|
|
17
|
-
font-weight: 600;
|
|
18
|
-
height: 36px;
|
|
19
|
-
line-height: 36px;
|
|
20
|
-
text-align: center;
|
|
21
|
-
border-radius: 8px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
10
|
.ellipsis {
|
|
25
11
|
overflow: hidden;
|
|
26
12
|
text-overflow: ellipsis;
|
|
@@ -12,7 +12,6 @@ export interface ShortcutsProps {
|
|
|
12
12
|
presets?: ShortcutsItem[];
|
|
13
13
|
onChange?: (val: string) => void;
|
|
14
14
|
disabled?: boolean;
|
|
15
|
-
size?: 'default' | 'large';
|
|
16
15
|
}
|
|
17
16
|
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ShortcutsProps & React.RefAttributes<HTMLDivElement>>>;
|
|
18
17
|
export default _default;
|
|
@@ -36,7 +36,7 @@ var import_react = __toESM(require("react"));
|
|
|
36
36
|
var import_classnames = __toESM(require("classnames"));
|
|
37
37
|
var import_index = require("./index.less");
|
|
38
38
|
var Shortcuts = (0, import_react.forwardRef)((props, ref) => {
|
|
39
|
-
const { presets, onChange, disabled
|
|
39
|
+
const { presets, onChange, disabled } = props;
|
|
40
40
|
const handleItemClick = (item) => {
|
|
41
41
|
if (disabled || item.disabled) {
|
|
42
42
|
return;
|
|
@@ -65,8 +65,7 @@ var Shortcuts = (0, import_react.forwardRef)((props, ref) => {
|
|
|
65
65
|
const itemProps = {
|
|
66
66
|
key: index,
|
|
67
67
|
className: (0, import_classnames.default)("pisell-virtual-keyboard-shortcut", {
|
|
68
|
-
disabled: item.disabled
|
|
69
|
-
large: size === "large"
|
|
68
|
+
disabled: item.disabled
|
|
70
69
|
}),
|
|
71
70
|
style: item.style,
|
|
72
71
|
onClick: () => handleItemClick(item)
|
package/lib/utils/index.d.ts
CHANGED
|
@@ -18,6 +18,6 @@ declare let modal: Omit<ModalStaticFunctions, 'warn'>;
|
|
|
18
18
|
export declare const setModal: (m: Omit<ModalStaticFunctions, 'warn'>) => void;
|
|
19
19
|
export declare const saveConfirm: () => Promise<{
|
|
20
20
|
destroy: () => void;
|
|
21
|
-
update: (configUpdate: import("antd
|
|
21
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
22
22
|
}>;
|
|
23
23
|
export { modal };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.8",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"styled-components": "^6.0.0-rc.3",
|
|
62
62
|
"@react-spring/web": "^9.6.1",
|
|
63
63
|
"@use-gesture/react": "^10.3.1",
|
|
64
|
-
"@pisell/date-picker": "3.0.7",
|
|
65
|
-
"@pisell/materials": "6.7.3",
|
|
66
64
|
"@pisell/utils": "3.0.2",
|
|
67
|
-
"@pisell/icon": "0.0.11"
|
|
65
|
+
"@pisell/icon": "0.0.11",
|
|
66
|
+
"@pisell/date-picker": "3.0.7",
|
|
67
|
+
"@pisell/materials": "6.7.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"react": "^18.0.0",
|
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
2
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
6
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
7
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
8
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
9
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
11
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
12
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
13
|
-
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
14
|
-
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
15
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
16
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
17
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
18
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
19
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
20
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
21
|
-
import useEngineContext from "../../hooks/useEngineContext";
|
|
22
|
-
import React, { useEffect, useState } from 'react';
|
|
23
|
-
import PaymentModal from "./PaymentModal";
|
|
24
|
-
import { _getBookingDetail } from "../booking/editBookingModal/serve";
|
|
25
|
-
import { _formatBookingDetail } from "../ticketBooking/components/ticketBooking";
|
|
26
|
-
import { request } from "../../utils";
|
|
27
|
-
import { formatValues } from "../booking/components/footer/utils";
|
|
28
|
-
import { getSumTotal } from "../booking/components/footer/amount";
|
|
29
|
-
import { locales } from '@pisell/utils';
|
|
30
|
-
import { Provider } from "../booking/info/model";
|
|
31
|
-
import { useToast } from '@pisell/materials';
|
|
32
|
-
|
|
33
|
-
// 这里的 Provider 来自 miniRedux,是一个高阶组件(HOC),而不是普通的 React 组件。
|
|
34
|
-
// 使用方式应为:const Wrapped = Provider(Component),而不是 <Provider>...</Provider>。
|
|
35
|
-
|
|
36
|
-
var PaymentModalContent = function PaymentModalContent(_ref) {
|
|
37
|
-
var _context$engine, _data$subtotal_info, _data$total;
|
|
38
|
-
var state = _ref.state,
|
|
39
|
-
dispatch = _ref.dispatch;
|
|
40
|
-
var _useState = useState(false),
|
|
41
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
42
|
-
dataReady = _useState2[0],
|
|
43
|
-
setDataReady = _useState2[1];
|
|
44
|
-
var _useState3 = useState(null),
|
|
45
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
46
|
-
data = _useState4[0],
|
|
47
|
-
setData = _useState4[1];
|
|
48
|
-
var _useState5 = useState(null),
|
|
49
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
50
|
-
client = _useState6[0],
|
|
51
|
-
setClient = _useState6[1];
|
|
52
|
-
var context = useEngineContext();
|
|
53
|
-
var engineProps = ((_context$engine = context.engine) === null || _context$engine === void 0 ? void 0 : _context$engine.props) || {};
|
|
54
|
-
request.setRequest(context.appHelper.utils.request);
|
|
55
|
-
var _context$appHelper$ut = context.appHelper.utils,
|
|
56
|
-
getData = _context$appHelper$ut.getData,
|
|
57
|
-
pisellos = _context$appHelper$ut.pisellos;
|
|
58
|
-
var Toast = useToast();
|
|
59
|
-
var getDataFromHost = function getDataFromHost() {
|
|
60
|
-
try {
|
|
61
|
-
var is_price_include_tax = getData('is_price_include_tax');
|
|
62
|
-
var tax_rate = getData('tax_rate') || '10';
|
|
63
|
-
var tax_title = getData('tax_title') || 'GST';
|
|
64
|
-
var surcharge_list = getData('surcharge_list');
|
|
65
|
-
var schedule_list = getData('schedule_list');
|
|
66
|
-
var scheduleById = {};
|
|
67
|
-
// 提前转换,节省附加费计算时的遍历时间
|
|
68
|
-
if (Array.isArray(schedule_list)) {
|
|
69
|
-
var _iterator = _createForOfIteratorHelper(schedule_list),
|
|
70
|
-
_step;
|
|
71
|
-
try {
|
|
72
|
-
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
73
|
-
var item = _step.value;
|
|
74
|
-
scheduleById[item.id] = item;
|
|
75
|
-
}
|
|
76
|
-
} catch (err) {
|
|
77
|
-
_iterator.e(err);
|
|
78
|
-
} finally {
|
|
79
|
-
_iterator.f();
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return {
|
|
83
|
-
is_price_include_tax: is_price_include_tax,
|
|
84
|
-
tax_rate: tax_rate,
|
|
85
|
-
tax_title: tax_title,
|
|
86
|
-
surcharge_list: surcharge_list,
|
|
87
|
-
schedule_list: schedule_list,
|
|
88
|
-
scheduleById: scheduleById
|
|
89
|
-
};
|
|
90
|
-
} catch (error) {
|
|
91
|
-
console.error(error);
|
|
92
|
-
return {};
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
useEffect(function () {
|
|
96
|
-
if (!engineProps.order_id) return;
|
|
97
|
-
var getBookingDetail = /*#__PURE__*/function () {
|
|
98
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
99
|
-
var _Toast$loading, _bookingOrigin$paymen, _Toast$close;
|
|
100
|
-
var bookingOrigin, booking, values, ScheduleModule, total, orderTotalList, subTotalList, checkoutModule, paymentMethodList, existPayment, modalData;
|
|
101
|
-
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
102
|
-
while (1) switch (_context.prev = _context.next) {
|
|
103
|
-
case 0:
|
|
104
|
-
Toast === null || Toast === void 0 || (_Toast$loading = Toast.loading) === null || _Toast$loading === void 0 || _Toast$loading.call(Toast);
|
|
105
|
-
// 根据父id 获取预约详情
|
|
106
|
-
_context.next = 3;
|
|
107
|
-
return _getBookingDetail(engineProps.order_id);
|
|
108
|
-
case 3:
|
|
109
|
-
bookingOrigin = _context.sent;
|
|
110
|
-
booking = _formatBookingDetail(bookingOrigin, {});
|
|
111
|
-
values = formatValues(booking);
|
|
112
|
-
ScheduleModule = context.appHelper.utils.pisellos.getModule('schedule');
|
|
113
|
-
total = getSumTotal(booking, _objectSpread({
|
|
114
|
-
isEdit: true,
|
|
115
|
-
ScheduleModule: ScheduleModule
|
|
116
|
-
}, getDataFromHost()));
|
|
117
|
-
total = _objectSpread(_objectSpread({}, total), {}, {
|
|
118
|
-
expectAmount: bookingOrigin.expect_amount,
|
|
119
|
-
actualPaidAmount: bookingOrigin.paid_amount,
|
|
120
|
-
dueAmount: bookingOrigin.total_amount,
|
|
121
|
-
notPaidAmount: bookingOrigin.amount_gap,
|
|
122
|
-
orderPaidAmount: bookingOrigin.order_paid_amount,
|
|
123
|
-
originExpectAmount: bookingOrigin.expect_amount,
|
|
124
|
-
shopDiscount: bookingOrigin.shop_discount,
|
|
125
|
-
roundingAmount: bookingOrigin.rounding_amount,
|
|
126
|
-
sumTotalAmount: bookingOrigin.total_amount,
|
|
127
|
-
tax: bookingOrigin.tax_fee,
|
|
128
|
-
productAmount: bookingOrigin.product_expect_amount,
|
|
129
|
-
paySurchargeFee: bookingOrigin.surcharge_fee,
|
|
130
|
-
taxInfo: {
|
|
131
|
-
title: bookingOrigin.tax_title,
|
|
132
|
-
rate: bookingOrigin.tax_rate,
|
|
133
|
-
is_price_include_tax: bookingOrigin.is_price_include_tax
|
|
134
|
-
}
|
|
135
|
-
});
|
|
136
|
-
orderTotalList = [
|
|
137
|
-
// 订单已付金额
|
|
138
|
-
{
|
|
139
|
-
hidden: !booking.bookingId,
|
|
140
|
-
key: 'custom_orderPaidAmount',
|
|
141
|
-
value: total.orderPaidAmount,
|
|
142
|
-
label: locales.getText('pisell2.text.amount-paid-on-order')
|
|
143
|
-
},
|
|
144
|
-
// 支付手续费
|
|
145
|
-
{
|
|
146
|
-
hidden: !booking.bookingId,
|
|
147
|
-
key: 'custom_paySurchargeFee',
|
|
148
|
-
value: total.paySurchargeFee,
|
|
149
|
-
label: locales.getText('pisell1.text.payment-fee')
|
|
150
|
-
},
|
|
151
|
-
// 客户实付金额
|
|
152
|
-
{
|
|
153
|
-
hidden: !booking.bookingId,
|
|
154
|
-
key: 'custom_actualPaidAmount',
|
|
155
|
-
value: total.actualPaidAmount,
|
|
156
|
-
label: locales.getText('pisell2.text.amount-actually-paid-by-the-customer')
|
|
157
|
-
},
|
|
158
|
-
// 退款金额
|
|
159
|
-
{
|
|
160
|
-
hidden: !booking.bookingId || !total.totalRefundAmount,
|
|
161
|
-
key: 'custom_totalRefundAmount',
|
|
162
|
-
value: total.totalRefundAmount,
|
|
163
|
-
label: locales.getText('pisell2.text.refunded-amount')
|
|
164
|
-
}];
|
|
165
|
-
subTotalList = [
|
|
166
|
-
// 小计
|
|
167
|
-
{
|
|
168
|
-
key: 'sub_total',
|
|
169
|
-
value: total.productAmount
|
|
170
|
-
}].concat(_toConsumableArray(total.surcharge || []), [
|
|
171
|
-
// 税费
|
|
172
|
-
{
|
|
173
|
-
key: 'tax',
|
|
174
|
-
value: total.tax,
|
|
175
|
-
tax: total.taxInfo
|
|
176
|
-
},
|
|
177
|
-
// 订单折扣(优惠券等)
|
|
178
|
-
{
|
|
179
|
-
key: 'discount',
|
|
180
|
-
value: total.shopDiscount
|
|
181
|
-
},
|
|
182
|
-
// 手动折扣
|
|
183
|
-
// {
|
|
184
|
-
// key: 'shop_discount',
|
|
185
|
-
// value: Number(state.shop_discount) || 0,
|
|
186
|
-
// label: locales.getText('pisell2.text.manual-price-adjustment'),
|
|
187
|
-
// },
|
|
188
|
-
// 总计
|
|
189
|
-
{
|
|
190
|
-
key: 'expect_amount',
|
|
191
|
-
value: total.expectAmount,
|
|
192
|
-
label: locales.getText('pisell2.subtotal.total')
|
|
193
|
-
},
|
|
194
|
-
// 舍入金额
|
|
195
|
-
{
|
|
196
|
-
hidden: !total.roundingAmount,
|
|
197
|
-
key: 'custom_roundingAmount',
|
|
198
|
-
value: total.roundingAmount,
|
|
199
|
-
label: locales.getText('pisell1.text.rounding')
|
|
200
|
-
}]);
|
|
201
|
-
console.log(values);
|
|
202
|
-
_context.next = 14;
|
|
203
|
-
return pisellos.getModule('checkout');
|
|
204
|
-
case 14:
|
|
205
|
-
checkoutModule = _context.sent;
|
|
206
|
-
_context.next = 17;
|
|
207
|
-
return checkoutModule.getPaymentMethodsAsync();
|
|
208
|
-
case 17:
|
|
209
|
-
paymentMethodList = _context.sent;
|
|
210
|
-
// 补充 values中relation_products、
|
|
211
|
-
existPayment = (_bookingOrigin$paymen = bookingOrigin.payments) === null || _bookingOrigin$paymen === void 0 || (_bookingOrigin$paymen = _bookingOrigin$paymen.filter(function (item) {
|
|
212
|
-
return item.status === 'paid';
|
|
213
|
-
})) === null || _bookingOrigin$paymen === void 0 ? void 0 : _bookingOrigin$paymen.map(function (item) {
|
|
214
|
-
// 查询对应支付项的信息
|
|
215
|
-
var paymentMethod = paymentMethodList.find(function (method) {
|
|
216
|
-
return method.code === item.payment_method;
|
|
217
|
-
});
|
|
218
|
-
return {
|
|
219
|
-
uuid: item.metadata.unique_payment_number,
|
|
220
|
-
custom_payment_id: paymentMethod.id,
|
|
221
|
-
order_payment_id: item.id,
|
|
222
|
-
name: paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.name,
|
|
223
|
-
code: item.payment_method,
|
|
224
|
-
type: paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.type,
|
|
225
|
-
amount: item.amount,
|
|
226
|
-
rounding_amount: item.rounding_amount,
|
|
227
|
-
status: 'active',
|
|
228
|
-
order_payment_type: item.type,
|
|
229
|
-
metadata: item.metadata,
|
|
230
|
-
voucher_id: item.voucher_id,
|
|
231
|
-
service_charge: item.service_charge && _typeof(item.service_charge) === 'object' && !Array.isArray(item.service_charge) ? item.service_charge : {},
|
|
232
|
-
created_at: item.created_at,
|
|
233
|
-
updated_at: item.updated_at
|
|
234
|
-
};
|
|
235
|
-
});
|
|
236
|
-
console.log(values);
|
|
237
|
-
modalData = {
|
|
238
|
-
order_info: values,
|
|
239
|
-
subtotal_info: {
|
|
240
|
-
subTotalList: subTotalList,
|
|
241
|
-
orderTotalList: orderTotalList,
|
|
242
|
-
total: total
|
|
243
|
-
},
|
|
244
|
-
existPayment: existPayment
|
|
245
|
-
};
|
|
246
|
-
if (dispatch) {
|
|
247
|
-
dispatch({
|
|
248
|
-
type: 'setState',
|
|
249
|
-
payload: _objectSpread({}, booking)
|
|
250
|
-
});
|
|
251
|
-
}
|
|
252
|
-
setClient(booking.client);
|
|
253
|
-
setData(modalData);
|
|
254
|
-
setDataReady(true);
|
|
255
|
-
Toast === null || Toast === void 0 || (_Toast$close = Toast.close) === null || _Toast$close === void 0 || _Toast$close.call(Toast);
|
|
256
|
-
case 26:
|
|
257
|
-
case "end":
|
|
258
|
-
return _context.stop();
|
|
259
|
-
}
|
|
260
|
-
}, _callee);
|
|
261
|
-
}));
|
|
262
|
-
return function getBookingDetail() {
|
|
263
|
-
return _ref2.apply(this, arguments);
|
|
264
|
-
};
|
|
265
|
-
}();
|
|
266
|
-
getBookingDetail();
|
|
267
|
-
}, [engineProps.order_id]);
|
|
268
|
-
console.log(dataReady, 'dataReady');
|
|
269
|
-
if (!dataReady) return null;
|
|
270
|
-
return /*#__PURE__*/React.createElement(PaymentModal, {
|
|
271
|
-
open: true,
|
|
272
|
-
editOrderId: engineProps.order_id,
|
|
273
|
-
data: data,
|
|
274
|
-
paymentResultDisplayMode: "toast",
|
|
275
|
-
shopDiscount: data === null || data === void 0 || (_data$subtotal_info = data.subtotal_info) === null || _data$subtotal_info === void 0 ? void 0 : _data$subtotal_info.shopDiscount,
|
|
276
|
-
client: client,
|
|
277
|
-
currentTotalPrice: data === null || data === void 0 || (_data$total = data.total) === null || _data$total === void 0 ? void 0 : _data$total.productAmount,
|
|
278
|
-
config: engineProps === null || engineProps === void 0 ? void 0 : engineProps.config,
|
|
279
|
-
setEditCartMode: function setEditCartMode() {
|
|
280
|
-
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
281
|
-
type: 'close'
|
|
282
|
-
});
|
|
283
|
-
},
|
|
284
|
-
onClose: function onClose(reset) {
|
|
285
|
-
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
286
|
-
type: 'close',
|
|
287
|
-
reset: reset
|
|
288
|
-
});
|
|
289
|
-
},
|
|
290
|
-
callback: function callback(result) {
|
|
291
|
-
console.log(result);
|
|
292
|
-
debugger;
|
|
293
|
-
engineProps === null || engineProps === void 0 || engineProps.callback({
|
|
294
|
-
type: 'callback',
|
|
295
|
-
data: result
|
|
296
|
-
});
|
|
297
|
-
}
|
|
298
|
-
});
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
// 正确用法:使用 miniRedux 返回的 Provider 作为高阶组件包裹内容组件
|
|
302
|
-
var PaymentModalPlugin = Provider(PaymentModalContent);
|
|
303
|
-
export default PaymentModalPlugin;
|