@pisell/private-materials 6.7.7 → 6.7.9
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/addons/model.d.ts +10 -1
- 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/model.d.ts +10 -1
- 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/hooks/useInfoHolder.d.ts +1 -0
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -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/addService/utils.d.ts +1 -1
- 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/model.d.ts +9 -1
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- 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/hooks/useWalletPass.js +1 -1
- 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/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/index.js +0 -12
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/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/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/model.d.ts +9 -1
- package/es/components/pay/toC/status.d.ts +0 -1
- package/es/components/pay/toC/status.js +0 -3
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/schedules/utils.d.ts +1 -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/Detail/model.d.ts +13 -1
- package/es/components/wallet/DiscountCard/model.d.ts +14 -1
- package/es/components/wallet/PointCard/model.d.ts +13 -1
- package/es/components/wallet/RechargeableCard/model.d.ts +29 -1
- package/es/components/wallet/Voucher/index.js +10 -11
- package/es/components/wallet/Voucher/model.d.ts +13 -1
- package/es/components/wallet/components/WalletCard.js +1 -5
- package/es/components/wallet/index.js +2 -4
- package/es/components/wallet/model.d.ts +9 -1
- 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/addons/model.d.ts +10 -1
- 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/model.d.ts +10 -1
- 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/hooks/useInfoHolder.d.ts +1 -0
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -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/addService/utils.d.ts +1 -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/model.d.ts +9 -1
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- 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/hooks/useWalletPass.js +1 -1
- 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/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/index.js +0 -12
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/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/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/model.d.ts +9 -1
- package/lib/components/pay/toC/status.d.ts +0 -1
- package/lib/components/pay/toC/status.js +0 -5
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/schedules/utils.d.ts +1 -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/Detail/model.d.ts +13 -1
- package/lib/components/wallet/DiscountCard/model.d.ts +14 -1
- package/lib/components/wallet/PointCard/model.d.ts +13 -1
- package/lib/components/wallet/RechargeableCard/model.d.ts +29 -1
- package/lib/components/wallet/Voucher/index.js +8 -8
- package/lib/components/wallet/Voucher/model.d.ts +13 -1
- package/lib/components/wallet/components/WalletCard.js +0 -4
- package/lib/components/wallet/index.js +2 -2
- package/lib/components/wallet/model.d.ts +9 -1
- 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
|
@@ -1,26 +1,16 @@
|
|
|
1
1
|
.payment-return-content {
|
|
2
2
|
padding: 100px 46px 0;
|
|
3
|
-
max-height: 100vh;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: 24px;
|
|
7
3
|
|
|
8
4
|
.payment-return-content-img {
|
|
9
5
|
width: 100%;
|
|
6
|
+
margin-bottom: 60px;
|
|
10
7
|
min-height: 270px;
|
|
11
|
-
display: flex;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
align-items: center;
|
|
14
8
|
img {
|
|
15
|
-
|
|
9
|
+
width: 100%;
|
|
16
10
|
height: 100%;
|
|
17
|
-
max-height: 480px;
|
|
18
11
|
}
|
|
19
12
|
}
|
|
20
|
-
|
|
21
|
-
color: var(--Gray-600, #475467);
|
|
22
|
-
text-align: center;
|
|
23
|
-
}
|
|
13
|
+
|
|
24
14
|
.payment-return-content-buttons {
|
|
25
15
|
display: flex;
|
|
26
16
|
flex-direction: column;
|
|
@@ -50,7 +50,6 @@ var import_utils2 = require("../../../utils");
|
|
|
50
50
|
var import_payGroup = require("./payGroup");
|
|
51
51
|
var import_locales = __toESM(require("./locales"));
|
|
52
52
|
var import_utils3 = require("./utils");
|
|
53
|
-
var import_status = require("./status");
|
|
54
53
|
var import_index = require("./index.less");
|
|
55
54
|
var ToCPay = (props, ref) => {
|
|
56
55
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u;
|
|
@@ -99,8 +98,7 @@ var ToCPay = (props, ref) => {
|
|
|
99
98
|
};
|
|
100
99
|
const getWalletSetting = async (initProps) => {
|
|
101
100
|
var _a2, _b2;
|
|
102
|
-
|
|
103
|
-
sale_channel = import_status.saleChannelMap[sale_channel] || sale_channel;
|
|
101
|
+
const sale_channel = ((_a2 = initProps == null ? void 0 : initProps.order) == null ? void 0 : _a2.sale_channel) || "online-store";
|
|
104
102
|
const { wallet, wallet_setting } = await (0, import_serve.getWalletNameAndPopupStatus)({
|
|
105
103
|
setting_type: `${sale_channel}-wallet-setting`
|
|
106
104
|
});
|
|
@@ -325,7 +323,6 @@ var ToCPay = (props, ref) => {
|
|
|
325
323
|
fn: "paymentInit"
|
|
326
324
|
}
|
|
327
325
|
});
|
|
328
|
-
throw err;
|
|
329
326
|
}
|
|
330
327
|
};
|
|
331
328
|
const waitAmount = (0, import_react.useMemo)(() => {
|
|
@@ -97,7 +97,6 @@ declare const _default: {
|
|
|
97
97
|
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
98
98
|
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
99
99
|
'tocPay.text.paymentFailed': string;
|
|
100
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
101
100
|
};
|
|
102
101
|
'zh-CN': {
|
|
103
102
|
'tocPay.text.checkout': string;
|
|
@@ -196,7 +195,6 @@ declare const _default: {
|
|
|
196
195
|
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
197
196
|
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
198
197
|
'tocPay.text.paymentFailed': string;
|
|
199
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
200
198
|
};
|
|
201
199
|
'zh-HK': {
|
|
202
200
|
'tocPay.text.checkout': string;
|
|
@@ -295,7 +293,6 @@ declare const _default: {
|
|
|
295
293
|
'tocPay.text.returnAndSelectOtherPaymentMethod': string;
|
|
296
294
|
'tocPay.text.paymentCompletedAndViewOrder': string;
|
|
297
295
|
'tocPay.text.paymentFailed': string;
|
|
298
|
-
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
299
296
|
};
|
|
300
297
|
};
|
|
301
298
|
export default _default;
|
|
@@ -120,8 +120,7 @@ var locales_default = {
|
|
|
120
120
|
"tocPay.text.viewDetail": "View detail",
|
|
121
121
|
"tocPay.text.returnAndSelectOtherPaymentMethod": "Go Back / Choose Another Payment",
|
|
122
122
|
"tocPay.text.paymentCompletedAndViewOrder": "Payment Completed / View Order",
|
|
123
|
-
"tocPay.text.paymentFailed": "Not paid yet, please check if the payment is successful"
|
|
124
|
-
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "We are verifying your payment. Please check your order status later."
|
|
123
|
+
"tocPay.text.paymentFailed": "Not paid yet, please check if the payment is successful"
|
|
125
124
|
},
|
|
126
125
|
"zh-CN": {
|
|
127
126
|
"tocPay.text.checkout": "结账",
|
|
@@ -219,8 +218,7 @@ var locales_default = {
|
|
|
219
218
|
"tocPay.text.viewDetail": "查看详情",
|
|
220
219
|
"tocPay.text.returnAndSelectOtherPaymentMethod": "返回 / 选择其他支付方式",
|
|
221
220
|
"tocPay.text.paymentCompletedAndViewOrder": "支付完成 / 查看订单",
|
|
222
|
-
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功"
|
|
223
|
-
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我们正在确认您的支付状态,请稍后查看订单状态。"
|
|
221
|
+
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功"
|
|
224
222
|
},
|
|
225
223
|
"zh-HK": {
|
|
226
224
|
"tocPay.text.checkout": "結帳",
|
|
@@ -318,7 +316,6 @@ var locales_default = {
|
|
|
318
316
|
"tocPay.text.viewDetail": "查看詳情",
|
|
319
317
|
"tocPay.text.returnAndSelectOtherPaymentMethod": "返回 / 選擇其他支付方式",
|
|
320
318
|
"tocPay.text.paymentCompletedAndViewOrder": "支付完成 / 查看訂單",
|
|
321
|
-
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功"
|
|
322
|
-
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我們正在確認您的支付狀態,請稍後查看訂單狀態。"
|
|
319
|
+
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功"
|
|
323
320
|
}
|
|
324
321
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface FormState {
|
|
2
3
|
platform: 'pc' | 'h5' | '' | undefined;
|
|
3
4
|
order: any;
|
|
@@ -29,4 +30,11 @@ export interface PayGroup {
|
|
|
29
30
|
_order: any;
|
|
30
31
|
front_order_uuid?: string;
|
|
31
32
|
}
|
|
32
|
-
export declare const Provider: any, Context:
|
|
33
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
34
|
+
state: FormState;
|
|
35
|
+
} & {
|
|
36
|
+
dispatch: (params: {
|
|
37
|
+
type: string;
|
|
38
|
+
payload: any;
|
|
39
|
+
}) => void;
|
|
40
|
+
}>;
|
|
@@ -23,7 +23,6 @@ __export(status_exports, {
|
|
|
23
23
|
paymentKeys: () => paymentKeys,
|
|
24
24
|
paymentServices: () => paymentServices,
|
|
25
25
|
paymentTypes: () => paymentTypes,
|
|
26
|
-
saleChannelMap: () => saleChannelMap,
|
|
27
26
|
tripartitePaymentKeys: () => tripartitePaymentKeys
|
|
28
27
|
});
|
|
29
28
|
module.exports = __toCommonJS(status_exports);
|
|
@@ -113,15 +112,11 @@ var paymentKeys = Object.keys(paymentServices);
|
|
|
113
112
|
var isTripartitePayment = (service) => {
|
|
114
113
|
return tripartitePaymentKeys.includes(service);
|
|
115
114
|
};
|
|
116
|
-
var saleChannelMap = {
|
|
117
|
-
"mobile_order": "mobile-order"
|
|
118
|
-
};
|
|
119
115
|
// Annotate the CommonJS export names for ESM import in node:
|
|
120
116
|
0 && (module.exports = {
|
|
121
117
|
isTripartitePayment,
|
|
122
118
|
paymentKeys,
|
|
123
119
|
paymentServices,
|
|
124
120
|
paymentTypes,
|
|
125
|
-
saleChannelMap,
|
|
126
121
|
tripartitePaymentKeys
|
|
127
122
|
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { CalendarDataItem, ScheduleItem } from "./type";
|
|
2
3
|
import dayjs from "dayjs";
|
|
3
4
|
export interface FormState {
|
|
@@ -68,4 +69,11 @@ export interface FormState {
|
|
|
68
69
|
};
|
|
69
70
|
setGlobalState: Function | null;
|
|
70
71
|
}
|
|
71
|
-
export declare const Provider: any, Context:
|
|
72
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
73
|
+
state: FormState;
|
|
74
|
+
} & {
|
|
75
|
+
dispatch: (params: {
|
|
76
|
+
type: string;
|
|
77
|
+
payload: any;
|
|
78
|
+
}) => void;
|
|
79
|
+
}>;
|
|
@@ -17,6 +17,6 @@ declare let modal: Omit<ModalStaticFunctions, "warn">;
|
|
|
17
17
|
export declare const setModal: (m: Omit<ModalStaticFunctions, "warn">) => void;
|
|
18
18
|
export declare const saveConfirm: () => Promise<{
|
|
19
19
|
destroy: () => void;
|
|
20
|
-
update: (configUpdate: import("antd
|
|
20
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
21
21
|
}>;
|
|
22
22
|
export { modal };
|
|
@@ -74,7 +74,7 @@ var Item = (props) => {
|
|
|
74
74
|
}
|
|
75
75
|
let str = "";
|
|
76
76
|
str = str + (tax == null ? void 0 : tax.title);
|
|
77
|
-
str = str + " " +
|
|
77
|
+
str = str + " " + Number(tax.rate) * 100 + "%";
|
|
78
78
|
if (tax == null ? void 0 : tax.is_price_include_tax) {
|
|
79
79
|
str = str + " " + import_utils.locales.getText("pisell2.subtotal.included");
|
|
80
80
|
} else {
|
package/lib/components/ticketBooking/components/ProductDisplayAdapter/ProductDisplayAdapter.js
CHANGED
|
@@ -107,7 +107,6 @@ var ProductDisplayAdapter = (props) => {
|
|
|
107
107
|
category: ((_b = (_a = item.category) == null ? void 0 : _a.map) == null ? void 0 : _b.call(_a, (category) => `${category.id}`)) || []
|
|
108
108
|
};
|
|
109
109
|
});
|
|
110
|
-
console.log(tabData, "tabData123");
|
|
111
110
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
112
111
|
"div",
|
|
113
112
|
{
|
|
@@ -28,8 +28,6 @@ interface ProductCategory {
|
|
|
28
28
|
icon?: string;
|
|
29
29
|
slug?: string;
|
|
30
30
|
sort?: number;
|
|
31
|
-
/** 父级分类 ID,0 或 null/undefined 表示一级分类 */
|
|
32
|
-
parent_id?: number | null;
|
|
33
31
|
}
|
|
34
32
|
/**
|
|
35
33
|
* 产品项接口
|
|
@@ -40,42 +38,13 @@ interface Product {
|
|
|
40
38
|
category?: ProductCategory[];
|
|
41
39
|
[key: string]: any;
|
|
42
40
|
}
|
|
43
|
-
/**
|
|
44
|
-
* 分类树节点接口(Switch 模式返回值)
|
|
45
|
-
*/
|
|
46
|
-
export interface CategoryTreeNode {
|
|
47
|
-
/** 分类 ID,All 节点为 '{父级路径}_all' 格式 */
|
|
48
|
-
id: number | string;
|
|
49
|
-
/** 分类唯一标识 兼容 List 组件的 key 字段 */
|
|
50
|
-
key: number | string;
|
|
51
|
-
/** 分类名称 兼容 List 组件的 label 字段 */
|
|
52
|
-
label: string;
|
|
53
|
-
/** 分类分组 兼容 List 组件的 group 字段 */
|
|
54
|
-
group: number | string;
|
|
55
|
-
/** 分类名称 */
|
|
56
|
-
name: string;
|
|
57
|
-
/** 分类图标 */
|
|
58
|
-
icon?: string;
|
|
59
|
-
/**
|
|
60
|
-
* 路径式父级标识
|
|
61
|
-
* - 一级分类:无此字段
|
|
62
|
-
* - 二级分类:'1'(父级 id)
|
|
63
|
-
* - 三级分类:'1_2'(路径格式)
|
|
64
|
-
* - 以此类推
|
|
65
|
-
*/
|
|
66
|
-
pid?: string;
|
|
67
|
-
/** 该分类下所有商品的 ID 数组(包含子分类的商品) */
|
|
68
|
-
productIds: number[];
|
|
69
|
-
/** 子分类列表,如果有子分类,第一个为 All 节点 */
|
|
70
|
-
children?: CategoryTreeNode[];
|
|
71
|
-
}
|
|
72
41
|
/**
|
|
73
42
|
* 根据产品数据生成分类 Tabs(Switch 模式)
|
|
74
43
|
* 参考 TestResponsiveWrapper 的 generateSimpleTabItems 函数
|
|
75
44
|
*
|
|
76
45
|
* @param products 产品列表
|
|
77
46
|
* @param tabStyle tab 样式类型
|
|
78
|
-
* @returns
|
|
47
|
+
* @returns TabItem 数组
|
|
79
48
|
*/
|
|
80
|
-
export declare const generateProductTabs: (products: Product[], tabStyle?: 'switch' | 'anchor') =>
|
|
49
|
+
export declare const generateProductTabs: (products: Product[], tabStyle?: 'switch' | 'anchor') => TabItem[];
|
|
81
50
|
export {};
|
|
@@ -38,13 +38,33 @@ var formatSkuDataSource = (dataSource) => {
|
|
|
38
38
|
};
|
|
39
39
|
var generateProductTabs = (products, tabStyle = "switch") => {
|
|
40
40
|
if (!products || products.length === 0) {
|
|
41
|
-
if (tabStyle === "switch") {
|
|
42
|
-
return [];
|
|
43
|
-
}
|
|
44
41
|
return [{ key: "all", label: import_utils.locales.getText("pisell2.ticket-booking.all") }];
|
|
45
42
|
}
|
|
46
43
|
if (tabStyle === "switch") {
|
|
47
|
-
|
|
44
|
+
const categoryMap = /* @__PURE__ */ new Map();
|
|
45
|
+
products.forEach((product) => {
|
|
46
|
+
if (product.category && Array.isArray(product.category)) {
|
|
47
|
+
product.category.forEach((cat) => {
|
|
48
|
+
if (!categoryMap.has(cat.id)) {
|
|
49
|
+
categoryMap.set(cat.id, cat);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
const sortedCategories = Array.from(categoryMap.values()).sort(
|
|
55
|
+
(a, b) => (b.sort || 0) - (a.sort || 0)
|
|
56
|
+
);
|
|
57
|
+
const tabs = [
|
|
58
|
+
{ key: "all", label: import_utils.locales.getText("pisell2.ticket-booking.all") }
|
|
59
|
+
];
|
|
60
|
+
sortedCategories.forEach((category) => {
|
|
61
|
+
tabs.push({
|
|
62
|
+
key: String(category.id),
|
|
63
|
+
label: category.name,
|
|
64
|
+
group: String(category.id)
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
return tabs;
|
|
48
68
|
} else {
|
|
49
69
|
const categoryCount = products.reduce((acc, product) => {
|
|
50
70
|
if (product.category && Array.isArray(product.category)) {
|
|
@@ -74,86 +94,6 @@ var generateProductTabs = (products, tabStyle = "switch") => {
|
|
|
74
94
|
return tabs;
|
|
75
95
|
}
|
|
76
96
|
};
|
|
77
|
-
var buildCategoryTree = (products) => {
|
|
78
|
-
const categoryMap = /* @__PURE__ */ new Map();
|
|
79
|
-
const categoryProductMap = /* @__PURE__ */ new Map();
|
|
80
|
-
products.forEach((product) => {
|
|
81
|
-
if (product.category && Array.isArray(product.category)) {
|
|
82
|
-
product.category.forEach((cat) => {
|
|
83
|
-
if (!categoryMap.has(cat.id)) {
|
|
84
|
-
categoryMap.set(cat.id, cat);
|
|
85
|
-
}
|
|
86
|
-
if (!categoryProductMap.has(cat.id)) {
|
|
87
|
-
categoryProductMap.set(cat.id, /* @__PURE__ */ new Set());
|
|
88
|
-
}
|
|
89
|
-
categoryProductMap.get(cat.id).add(product.id);
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
const childrenMap = /* @__PURE__ */ new Map();
|
|
94
|
-
const rootCategories = [];
|
|
95
|
-
categoryMap.forEach((category, id) => {
|
|
96
|
-
const parentId = category.parent_id;
|
|
97
|
-
if (!parentId || parentId === 0) {
|
|
98
|
-
rootCategories.push(id);
|
|
99
|
-
} else {
|
|
100
|
-
if (!childrenMap.has(parentId)) {
|
|
101
|
-
childrenMap.set(parentId, []);
|
|
102
|
-
}
|
|
103
|
-
childrenMap.get(parentId).push(id);
|
|
104
|
-
}
|
|
105
|
-
});
|
|
106
|
-
const sortBySort = (ids) => {
|
|
107
|
-
return ids.sort((a, b) => {
|
|
108
|
-
const catA = categoryMap.get(a);
|
|
109
|
-
const catB = categoryMap.get(b);
|
|
110
|
-
return ((catB == null ? void 0 : catB.sort) || 0) - ((catA == null ? void 0 : catA.sort) || 0);
|
|
111
|
-
});
|
|
112
|
-
};
|
|
113
|
-
const buildNode = (categoryId, parentPath) => {
|
|
114
|
-
const category = categoryMap.get(categoryId);
|
|
115
|
-
const childIds = childrenMap.get(categoryId) || [];
|
|
116
|
-
const sortedChildIds = sortBySort([...childIds]);
|
|
117
|
-
const directProductIds = Array.from(categoryProductMap.get(categoryId) || []);
|
|
118
|
-
const currentPath = parentPath ? `${parentPath}_${categoryId}` : String(categoryId);
|
|
119
|
-
const pid = parentPath || void 0;
|
|
120
|
-
const node = {
|
|
121
|
-
id: categoryId,
|
|
122
|
-
key: categoryId,
|
|
123
|
-
group: categoryId,
|
|
124
|
-
label: category.name,
|
|
125
|
-
name: category.name,
|
|
126
|
-
icon: category.icon,
|
|
127
|
-
productIds: directProductIds
|
|
128
|
-
};
|
|
129
|
-
if (pid) {
|
|
130
|
-
node.pid = pid;
|
|
131
|
-
}
|
|
132
|
-
if (sortedChildIds.length > 0) {
|
|
133
|
-
const childNodes = sortedChildIds.map(
|
|
134
|
-
(childId) => buildNode(childId, currentPath)
|
|
135
|
-
);
|
|
136
|
-
const allChildProductIds = childNodes.reduce((acc, child) => {
|
|
137
|
-
return acc.concat(child.productIds);
|
|
138
|
-
}, []);
|
|
139
|
-
const mergedProductIds = Array.from(
|
|
140
|
-
/* @__PURE__ */ new Set([...directProductIds, ...allChildProductIds])
|
|
141
|
-
);
|
|
142
|
-
node.productIds = mergedProductIds;
|
|
143
|
-
node.children = [...childNodes];
|
|
144
|
-
}
|
|
145
|
-
return node;
|
|
146
|
-
};
|
|
147
|
-
const sortedRootIds = sortBySort([...rootCategories]);
|
|
148
|
-
const rootNodes = sortedRootIds.map((rootId) => buildNode(rootId, ""));
|
|
149
|
-
if (rootNodes.length > 0) {
|
|
150
|
-
const allProductIds = Array.from(
|
|
151
|
-
new Set(rootNodes.flatMap((node) => node.productIds))
|
|
152
|
-
);
|
|
153
|
-
return [...rootNodes];
|
|
154
|
-
}
|
|
155
|
-
return rootNodes;
|
|
156
|
-
};
|
|
157
97
|
// Annotate the CommonJS export names for ESM import in node:
|
|
158
98
|
0 && (module.exports = {
|
|
159
99
|
formatSkuDataSource,
|
|
@@ -76,6 +76,7 @@ var AddSerivce = (props) => {
|
|
|
76
76
|
const context = (0, import_useEngineContext.default)();
|
|
77
77
|
const platform = (0, import_useEngineContext.usePlatform)();
|
|
78
78
|
const notAvailableRef = (0, import_react.useRef)(null);
|
|
79
|
+
const isLoadedServiceRef = (0, import_react.useRef)(false);
|
|
79
80
|
import_utils2.request.setRequest(context.appHelper.utils.request);
|
|
80
81
|
const isActive = (0, import_IsActiveContext.useIsActive)();
|
|
81
82
|
const Toast = (0, import_materials.useToast)();
|
|
@@ -39,43 +39,20 @@ var import_antd = require("antd");
|
|
|
39
39
|
var import_icons = require("@ant-design/icons");
|
|
40
40
|
var import_utils = require("@pisell/utils");
|
|
41
41
|
var import_materials = require("@pisell/materials");
|
|
42
|
-
var import_serve = require("../../serve");
|
|
43
|
-
var import_hooks = require("../../../../hooks");
|
|
44
42
|
var index = (props) => {
|
|
45
43
|
const { activeNavKey = "ticket", onNavChange } = props;
|
|
46
44
|
const status = (0, import_useNetworkStatus.useNetworkStatus)();
|
|
47
|
-
const [showFoodMenu, setShowFoodMenu] = (0, import_react.useState)(false);
|
|
48
|
-
const context = (0, import_hooks.useEngineContext)();
|
|
49
|
-
(0, import_react.useEffect)(() => {
|
|
50
|
-
const checkFoodConfig = async () => {
|
|
51
|
-
try {
|
|
52
|
-
const data = await (0, import_serve.getBookingConfig)({
|
|
53
|
-
item_type: "appointment_booking",
|
|
54
|
-
sub_type: "food",
|
|
55
|
-
source_type: "pos"
|
|
56
|
-
});
|
|
57
|
-
if (data) {
|
|
58
|
-
setShowFoodMenu(true);
|
|
59
|
-
}
|
|
60
|
-
} catch (error) {
|
|
61
|
-
console.error("获取 food 配置失败:", error);
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
checkFoodConfig();
|
|
65
|
-
}, []);
|
|
66
45
|
const navItems = [
|
|
67
46
|
{
|
|
68
47
|
key: "ticket",
|
|
69
48
|
icon: /* @__PURE__ */ import_react.default.createElement(import_materials.Iconfont, { type: "pisell2-ticket", style: { fontSize: 32 } }),
|
|
70
49
|
label: ""
|
|
71
50
|
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
] : []
|
|
51
|
+
{
|
|
52
|
+
key: "food",
|
|
53
|
+
label: "",
|
|
54
|
+
icon: /* @__PURE__ */ import_react.default.createElement(import_materials.Iconfont, { type: "pisell2-food", style: { fontSize: 32 } })
|
|
55
|
+
}
|
|
79
56
|
];
|
|
80
57
|
const items = [
|
|
81
58
|
{
|
|
@@ -110,21 +87,8 @@ var index = (props) => {
|
|
|
110
87
|
return "Offline";
|
|
111
88
|
}
|
|
112
89
|
};
|
|
113
|
-
const handleClick =
|
|
114
|
-
var _a, _b;
|
|
90
|
+
const handleClick = ({ key }) => {
|
|
115
91
|
if (key === "reload") {
|
|
116
|
-
try {
|
|
117
|
-
const { getApp } = ((_a = context.appHelper) == null ? void 0 : _a.utils) || {};
|
|
118
|
-
const app = getApp();
|
|
119
|
-
if (app) {
|
|
120
|
-
app.logger.addLog({
|
|
121
|
-
type: "info",
|
|
122
|
-
title: "Reload App"
|
|
123
|
-
});
|
|
124
|
-
await ((_b = app == null ? void 0 : app.logger) == null ? void 0 : _b.storeLog());
|
|
125
|
-
}
|
|
126
|
-
} catch (err) {
|
|
127
|
-
}
|
|
128
92
|
window.location.reload();
|
|
129
93
|
}
|
|
130
94
|
if (key === "logout") {
|
|
@@ -448,12 +448,12 @@ var TicketBooking = (props) => {
|
|
|
448
448
|
};
|
|
449
449
|
}, []);
|
|
450
450
|
const _getProducts = (date) => {
|
|
451
|
-
var _a2, _b2, _c2, _d2, _e2, _f
|
|
451
|
+
var _a2, _b2, _c2, _d2, _e2, _f;
|
|
452
452
|
const currentDate2 = date.format("YYYY-MM-DD");
|
|
453
453
|
const currentDatetime = date.format("YYYY-MM-DD HH:mm:ss");
|
|
454
454
|
const customerId = (_c2 = (_b2 = (_a2 = state.modalState) == null ? void 0 : _a2.client) == null ? void 0 : _b2.value) == null ? void 0 : _c2.id;
|
|
455
455
|
const menuList = ((_f = (_e2 = (_d2 = state.bookingConfig) == null ? void 0 : _d2.config) == null ? void 0 : _e2.menu_list_tab) == null ? void 0 : _f.menu_list) || [];
|
|
456
|
-
|
|
456
|
+
getProductsRef.current({
|
|
457
457
|
schedule_date: currentDate2,
|
|
458
458
|
customer_id: customerId,
|
|
459
459
|
menu_list_ids: menuList,
|
|
@@ -41,43 +41,9 @@ var import_dayjs = __toESM(require("dayjs"));
|
|
|
41
41
|
var import_classnames = __toESM(require("classnames"));
|
|
42
42
|
var import_utils = require("@pisell/utils");
|
|
43
43
|
var import_index = require("./index.less");
|
|
44
|
-
var import_materials2 = require("@pisell/materials");
|
|
45
44
|
var TimeBar = (props) => {
|
|
46
45
|
var _a, _b;
|
|
47
46
|
const { globalState: state, setGlobalState, locale, onCreateClick, setNowTime } = props;
|
|
48
|
-
const [collapsed, setCollapsed] = (0, import_react.useState)(true);
|
|
49
|
-
const [scaleCompensation, setScaleCompensation] = (0, import_react.useState)(1);
|
|
50
|
-
(0, import_react.useEffect)(() => {
|
|
51
|
-
const getBodyScale = () => {
|
|
52
|
-
const body = document.body;
|
|
53
|
-
const computedStyle = window.getComputedStyle(body);
|
|
54
|
-
const transform = computedStyle.transform;
|
|
55
|
-
if (transform && transform !== "none") {
|
|
56
|
-
const matrix = transform.match(/matrix\(([^)]+)\)/);
|
|
57
|
-
if (matrix) {
|
|
58
|
-
const values = matrix[1].split(",").map((v) => parseFloat(v.trim()));
|
|
59
|
-
const scale = values[0] || 1;
|
|
60
|
-
return scale;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
return 1;
|
|
64
|
-
};
|
|
65
|
-
const updateScale = () => {
|
|
66
|
-
const scale = getBodyScale();
|
|
67
|
-
setScaleCompensation(scale);
|
|
68
|
-
};
|
|
69
|
-
updateScale();
|
|
70
|
-
const observer = new MutationObserver(updateScale);
|
|
71
|
-
observer.observe(document.body, {
|
|
72
|
-
attributes: true,
|
|
73
|
-
attributeFilter: ["style", "class"]
|
|
74
|
-
});
|
|
75
|
-
window.addEventListener("resize", updateScale);
|
|
76
|
-
return () => {
|
|
77
|
-
observer.disconnect();
|
|
78
|
-
window.removeEventListener("resize", updateScale);
|
|
79
|
-
};
|
|
80
|
-
}, []);
|
|
81
47
|
const _onClickNext = (0, import_ahooks.useMemoizedFn)(() => {
|
|
82
48
|
var _a2, _b2, _c, _d;
|
|
83
49
|
const currentTime = (_b2 = (_a2 = state.modalState) == null ? void 0 : _a2.date) == null ? void 0 : _b2.value;
|
|
@@ -113,62 +79,8 @@ var TimeBar = (props) => {
|
|
|
113
79
|
});
|
|
114
80
|
(_d = props.setIntervalTime) == null ? void 0 : _d.call(props, timeString === (0, import_dayjs.default)().format("HH:mm"));
|
|
115
81
|
});
|
|
116
|
-
const _onToggleCollapse = (0, import_ahooks.useMemoizedFn)(() => {
|
|
117
|
-
setCollapsed(!collapsed);
|
|
118
|
-
});
|
|
119
82
|
return (0, import_react.useMemo)(() => {
|
|
120
|
-
var _a2, _b2, _c, _d
|
|
121
|
-
if (collapsed) {
|
|
122
|
-
const currentDate = (_b2 = (_a2 = state == null ? void 0 : state.modalState) == null ? void 0 : _a2.date) == null ? void 0 : _b2.value;
|
|
123
|
-
const isToday = currentDate && currentDate.isSame((0, import_dayjs.default)(), "day");
|
|
124
|
-
const displayText = isToday ? import_utils.locales.getText("pisell2.ticket-booking.today") : (currentDate == null ? void 0 : currentDate.format("YYYY-MM-DD")) || "";
|
|
125
|
-
const targetHeight = 40;
|
|
126
|
-
const compensatedHeight = targetHeight / scaleCompensation;
|
|
127
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
128
|
-
"div",
|
|
129
|
-
{
|
|
130
|
-
className: (0, import_classnames.default)("pisell-ticket-booking-time-bar", "collapsed"),
|
|
131
|
-
style: {
|
|
132
|
-
height: `${compensatedHeight}px`,
|
|
133
|
-
minHeight: `${compensatedHeight}px`,
|
|
134
|
-
maxHeight: `${compensatedHeight}px`
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
138
|
-
"div",
|
|
139
|
-
{
|
|
140
|
-
className: "pisell-ticket-booking-time-bar-collapsed-content",
|
|
141
|
-
style: {
|
|
142
|
-
height: `${compensatedHeight}px`
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
146
|
-
"span",
|
|
147
|
-
{
|
|
148
|
-
className: "pisell-ticket-booking-time-bar-collapsed-today",
|
|
149
|
-
style: {
|
|
150
|
-
lineHeight: `${compensatedHeight}px`
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
displayText
|
|
154
|
-
),
|
|
155
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
156
|
-
import_antd.Button,
|
|
157
|
-
{
|
|
158
|
-
type: "link",
|
|
159
|
-
size: "small",
|
|
160
|
-
className: "pisell-ticket-booking-time-bar-collapsed-expand",
|
|
161
|
-
onClick: _onToggleCollapse,
|
|
162
|
-
style: {
|
|
163
|
-
lineHeight: `${compensatedHeight}px`
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
/* @__PURE__ */ import_react.default.createElement("span", null, import_utils.locales.getText("pisell2.ticket-booking.expand")),
|
|
167
|
-
/* @__PURE__ */ import_react.default.createElement(import_materials2.Iconfont, { type: "pisell2-chevron-right-double" })
|
|
168
|
-
)
|
|
169
|
-
)
|
|
170
|
-
);
|
|
171
|
-
}
|
|
83
|
+
var _a2, _b2, _c, _d;
|
|
172
84
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
173
85
|
"div",
|
|
174
86
|
{
|
|
@@ -204,7 +116,7 @@ var TimeBar = (props) => {
|
|
|
204
116
|
import_materials.DatePicker,
|
|
205
117
|
{
|
|
206
118
|
inputReadOnly: true,
|
|
207
|
-
value: (
|
|
119
|
+
value: (_b2 = (_a2 = state == null ? void 0 : state.modalState) == null ? void 0 : _a2.date) == null ? void 0 : _b2.value,
|
|
208
120
|
format: locale === "en" ? "dddd, DD MMM YYYY" : "YYYY年MM月DD日",
|
|
209
121
|
onChange: props == null ? void 0 : props.onDateChange,
|
|
210
122
|
size: "large",
|
|
@@ -230,7 +142,7 @@ var TimeBar = (props) => {
|
|
|
230
142
|
/* @__PURE__ */ import_react.default.createElement(
|
|
231
143
|
import_materials.SelectTime,
|
|
232
144
|
{
|
|
233
|
-
value: (
|
|
145
|
+
value: (_d = (_c = state == null ? void 0 : state.modalState) == null ? void 0 : _c.date) == null ? void 0 : _d.value.format("HH:mm"),
|
|
234
146
|
onChange: _onDateTimeChange,
|
|
235
147
|
popoverProps: {
|
|
236
148
|
style: { zoom: 0.8 }
|
|
@@ -260,27 +172,14 @@ var TimeBar = (props) => {
|
|
|
260
172
|
type: "primary"
|
|
261
173
|
},
|
|
262
174
|
import_utils.locales.getText("pisell2.ticket-booking.create-new")
|
|
263
|
-
),
|
|
264
|
-
/* @__PURE__ */ import_react.default.createElement(
|
|
265
|
-
import_antd.Button,
|
|
266
|
-
{
|
|
267
|
-
type: "link",
|
|
268
|
-
style: { marginLeft: "auto" },
|
|
269
|
-
onClick: _onToggleCollapse
|
|
270
|
-
},
|
|
271
|
-
/* @__PURE__ */ import_react.default.createElement("span", null, import_utils.locales.getText("pisell2.ticket-booking.collapse")),
|
|
272
|
-
/* @__PURE__ */ import_react.default.createElement(import_materials2.Iconfont, { type: "pisell2-chevron-left-double" })
|
|
273
175
|
)
|
|
274
176
|
);
|
|
275
177
|
}, [
|
|
276
|
-
collapsed,
|
|
277
178
|
(_b = (_a = state.modalState) == null ? void 0 : _a.date) == null ? void 0 : _b.value,
|
|
278
179
|
state.intervalSetTime,
|
|
279
180
|
state.isTimeChange,
|
|
280
181
|
state.isDateChange,
|
|
281
|
-
locale
|
|
282
|
-
_onToggleCollapse,
|
|
283
|
-
scaleCompensation
|
|
182
|
+
locale
|
|
284
183
|
]);
|
|
285
184
|
};
|
|
286
185
|
var timeBar_default = TimeBar;
|