@pisell/private-materials 6.3.78 → 6.3.80
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/meta.js +1 -1
- 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/businessModel/SalesModel/index.d.ts +0 -1
- package/es/components/Sales/Cart/index.d.ts +1 -1
- package/es/components/Sales/Cart/index.js +18 -3
- package/es/components/Sales/Cart/utils.d.ts +68 -0
- package/es/components/Sales/Checkout/utils.d.ts +41 -0
- package/es/components/Sales/Checkout/utils.js +57 -1
- package/es/components/Sales/Summary/index.d.ts +2 -0
- package/es/components/Sales/Summary/index.js +7 -2
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/Sales/Summary/utils.js +57 -10
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Cart/Item/index.js +62 -4
- package/es/components/appointmentBooking/components/Content/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +5 -1
- package/es/components/appointmentBooking/components/Deposit/index.js +9 -4
- package/es/components/appointmentBooking/components/Header/index.d.ts +0 -1
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
- package/es/components/appointmentBooking/index.d.ts +0 -1
- package/es/components/appointmentBooking/locales.d.ts +366 -0
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/footer/index.d.ts +0 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +0 -1
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/date/index.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/index.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/notes/index.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +0 -1
- package/es/components/booking/info/service/actions/index.d.ts +1 -0
- package/es/components/booking/info/service/addService/index.d.ts +0 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/es/components/booking/info/service/serviceList/index.d.ts +0 -1
- package/es/components/booking/info/service2/Lists.d.ts +0 -1
- package/es/components/booking/info/service2/utils.d.ts +1 -0
- package/es/components/booking/info/service2/utils.js +4 -4
- package/es/components/booking/info2/service/actions/index.d.ts +1 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -1
- package/es/components/booking/materiels/contacts/index.d.ts +1 -0
- package/es/components/booking/materiels/duration/index.d.ts +1 -0
- package/es/components/booking/materiels/holder/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/addNote/index.d.ts +3 -0
- 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 +2 -2
- package/es/components/eftpos/const.d.ts +3 -1
- package/es/components/eftpos/const.js +2 -0
- package/es/components/eftpos/device.d.ts +3 -1
- package/es/components/eftpos/device.js +5 -3
- package/es/components/eftpos/index.js +34 -11
- package/es/components/eftpos/index.less +26 -1
- package/es/components/eftpos/locales.d.ts +3 -0
- package/es/components/eftpos/locales.js +3 -0
- package/es/components/eftpos/pos.d.ts +1 -0
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
- package/es/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/es/components/eftposPay/aggregatePayment/index.js +3 -0
- package/es/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
- package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
- package/es/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/es/components/eftposPay/aggregatePayment/service.js +70 -0
- package/es/components/eftposPay/aggregatePayment/types.d.ts +96 -0
- package/es/components/eftposPay/aggregatePayment/types.js +61 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +1127 -0
- package/es/components/eftposPay/amount.d.ts +1 -2
- package/es/components/eftposPay/app.d.ts +0 -1
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/es/components/eftposPay/component/fail/network.d.ts +1 -0
- package/es/components/eftposPay/component/fail/unknow.d.ts +1 -0
- package/es/components/eftposPay/component/manual/index.d.ts +1 -0
- package/es/components/eftposPay/component/signature/index.d.ts +1 -0
- package/es/components/eftposPay/const.d.ts +189 -0
- package/es/components/eftposPay/const.js +2 -0
- package/es/components/eftposPay/device.d.ts +1 -2
- package/es/components/eftposPay/hooks.d.ts +36 -0
- package/es/components/eftposPay/hooks.js +12 -0
- package/es/components/eftposPay/index.d.ts +0 -1
- package/es/components/eftposPay/linkly/index.d.ts +0 -1
- package/es/components/eftposPay/linkly/index.js +1 -0
- package/es/components/eftposPay/locales.d.ts +330 -0
- package/es/components/eftposPay/manufacturer.d.ts +1 -0
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/mx51/Action.d.ts +6 -0
- package/es/components/eftposPay/mx51/Action.js +91 -0
- package/es/components/eftposPay/mx51/const.d.ts +5 -0
- package/es/components/eftposPay/mx51/const.js +69 -0
- package/es/components/eftposPay/mx51/index.d.ts +6 -0
- package/es/components/eftposPay/mx51/index.js +362 -0
- package/es/components/eftposPay/mx51/types.d.ts +136 -0
- package/es/components/eftposPay/mx51/types.js +29 -0
- package/es/components/eftposPay/mx51/utils.d.ts +10 -0
- package/es/components/eftposPay/mx51/utils.js +120 -0
- package/es/components/eftposPay/pay.d.ts +0 -1
- package/es/components/eftposPay/pay.js +7 -2
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +4 -2
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.js +4 -1
- package/es/components/eventBooking/components/Provider/Cart/Item/index.js +79 -6
- package/es/components/eventBooking/components/Provider/Cart/Item/index.less +7 -6
- package/es/components/eventBooking/components/Provider/Cart/index.js +2 -7
- package/es/components/eventBooking/components/Provider/Content/index.less +1 -1
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
- package/es/components/eventBooking/components/Voucher/index.js +1 -1
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/es/components/eventBooking/index.d.ts +0 -1
- package/es/components/index.d.ts +1 -2
- package/es/components/index.js +1 -2
- package/es/components/pay/toC/PaymentList/utils.d.ts +36 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
- package/es/components/pay/toC/model.d.ts +40 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
- package/es/components/productExtension/index.d.ts +0 -1
- package/es/components/ruleSetting/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/products/index.d.ts +1 -0
- package/es/components/schedules/resources/index.d.ts +1 -0
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/es/components/schedules/schedules/index.d.ts +1 -0
- package/es/components/shoppingCart/locales.d.ts +33 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/subTotal/index.d.ts +2 -0
- package/es/components/subTotal/index.js +42 -20
- package/es/components/subTotal/locales.d.ts +42 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/es/components/ticketBooking/locales.d.ts +174 -0
- package/es/hooks/useEngineContext.d.ts +10 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/selectHolder/locales.d.ts +21 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
- package/es/plus/skuOptionsSelection/types.d.ts +429 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/es/pro/NumericStepper/index.d.ts +43 -0
- package/es/pro/Selector/Selector.d.ts +14 -0
- package/es/pro/Selector/components/Card/index.d.ts +57 -0
- package/es/pro/Selector/components/Indicator/index.d.ts +19 -0
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +16 -0
- package/es/pro/Selector/demo.d.ts +0 -1
- package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/es/pro/Selector/types.d.ts +173 -0
- package/es/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lib/businessModel/SalesModel/index.d.ts +0 -1
- package/lib/components/Sales/Cart/index.d.ts +1 -1
- package/lib/components/Sales/Cart/index.js +20 -7
- package/lib/components/Sales/Cart/utils.d.ts +68 -0
- package/lib/components/Sales/Checkout/utils.d.ts +41 -0
- package/lib/components/Sales/Checkout/utils.js +64 -1
- package/lib/components/Sales/Summary/index.d.ts +2 -0
- package/lib/components/Sales/Summary/index.js +8 -2
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/Sales/Summary/utils.js +38 -13
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Cart/Item/index.js +52 -4
- package/lib/components/appointmentBooking/components/Content/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +5 -1
- package/lib/components/appointmentBooking/components/Deposit/index.js +7 -4
- package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -1
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -1
- package/lib/components/appointmentBooking/index.d.ts +0 -1
- package/lib/components/appointmentBooking/locales.d.ts +366 -0
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/footer/index.d.ts +0 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -0
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +0 -1
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/date/index.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/index.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/notes/index.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +0 -1
- package/lib/components/booking/info/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info/service/addService/index.d.ts +0 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/booking/info/service/serviceList/index.d.ts +0 -1
- package/lib/components/booking/info/service2/Lists.d.ts +0 -1
- package/lib/components/booking/info/service2/utils.d.ts +1 -0
- package/lib/components/booking/info/service2/utils.js +4 -4
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -1
- package/lib/components/booking/materiels/contacts/index.d.ts +1 -0
- package/lib/components/booking/materiels/duration/index.d.ts +1 -0
- package/lib/components/booking/materiels/holder/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/addNote/index.d.ts +3 -0
- 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 +2 -2
- package/lib/components/eftpos/const.d.ts +3 -1
- package/lib/components/eftpos/const.js +2 -0
- package/lib/components/eftpos/device.d.ts +3 -1
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/index.js +20 -5
- package/lib/components/eftpos/index.less +26 -1
- package/lib/components/eftpos/locales.d.ts +3 -0
- package/lib/components/eftpos/locales.js +3 -0
- package/lib/components/eftpos/pos.d.ts +1 -0
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +6 -0
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +3 -0
- package/lib/components/eftposPay/aggregatePayment/index.js +32 -0
- package/lib/components/eftposPay/aggregatePayment/mock.d.ts +495 -0
- package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +24 -0
- package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +96 -0
- package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +110 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +132 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +746 -0
- package/lib/components/eftposPay/amount.d.ts +1 -2
- package/lib/components/eftposPay/app.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/network.d.ts +1 -0
- package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -0
- package/lib/components/eftposPay/component/manual/index.d.ts +1 -0
- package/lib/components/eftposPay/component/signature/index.d.ts +1 -0
- package/lib/components/eftposPay/const.d.ts +189 -0
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/device.d.ts +1 -2
- package/lib/components/eftposPay/hooks.d.ts +36 -0
- package/lib/components/eftposPay/hooks.js +16 -0
- package/lib/components/eftposPay/index.d.ts +0 -1
- package/lib/components/eftposPay/linkly/index.d.ts +0 -1
- package/lib/components/eftposPay/linkly/index.js +1 -0
- package/lib/components/eftposPay/locales.d.ts +330 -0
- package/lib/components/eftposPay/manufacturer.d.ts +1 -0
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/mx51/Action.d.ts +6 -0
- package/lib/components/eftposPay/mx51/Action.js +127 -0
- package/lib/components/eftposPay/mx51/const.d.ts +5 -0
- package/lib/components/eftposPay/mx51/const.js +85 -0
- package/lib/components/eftposPay/mx51/index.d.ts +6 -0
- package/lib/components/eftposPay/mx51/index.js +330 -0
- package/lib/components/eftposPay/mx51/types.d.ts +136 -0
- package/lib/components/eftposPay/mx51/types.js +39 -0
- package/lib/components/eftposPay/mx51/utils.d.ts +10 -0
- package/lib/components/eftposPay/mx51/utils.js +114 -0
- package/lib/components/eftposPay/pay.d.ts +0 -1
- package/lib/components/eftposPay/pay.js +4 -2
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +4 -2
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.js +3 -1
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.js +77 -5
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.less +7 -6
- package/lib/components/eventBooking/components/Provider/Cart/index.js +2 -2
- package/lib/components/eventBooking/components/Provider/Content/index.less +1 -1
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +39 -0
- package/lib/components/eventBooking/components/Voucher/index.js +1 -1
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -0
- package/lib/components/eventBooking/index.d.ts +0 -1
- package/lib/components/index.d.ts +1 -2
- package/lib/components/index.js +0 -3
- package/lib/components/pay/toC/PaymentList/utils.d.ts +36 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +10 -0
- package/lib/components/pay/toC/model.d.ts +40 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +0 -1
- package/lib/components/productExtension/index.d.ts +0 -1
- package/lib/components/ruleSetting/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -0
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/products/index.d.ts +1 -0
- package/lib/components/schedules/resources/index.d.ts +1 -0
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -0
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -0
- package/lib/components/schedules/schedules/index.d.ts +1 -0
- package/lib/components/shoppingCart/locales.d.ts +33 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/subTotal/index.d.ts +2 -0
- package/lib/components/subTotal/index.js +34 -20
- package/lib/components/subTotal/locales.d.ts +42 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -1
- package/lib/components/ticketBooking/locales.d.ts +174 -0
- package/lib/hooks/useEngineContext.d.ts +10 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/selectHolder/locales.d.ts +21 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/types.d.ts +429 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -0
- package/lib/pro/NumericStepper/index.d.ts +43 -0
- package/lib/pro/Selector/Selector.d.ts +14 -0
- package/lib/pro/Selector/components/Card/index.d.ts +57 -0
- package/lib/pro/Selector/components/Indicator/index.d.ts +19 -0
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +16 -0
- package/lib/pro/Selector/demo.d.ts +0 -1
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/lib/pro/Selector/types.d.ts +173 -0
- package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lowcode/eco-cup-list/meta.ts +63 -0
- package/lowcode/eco-customer-list/meta.ts +63 -0
- package/package.json +1 -1
|
@@ -0,0 +1,366 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
|
4
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
|
5
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
|
6
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
7
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
8
|
+
'pisell2.event.calendar.booking-closed': string;
|
|
9
|
+
'pisell2.event.calendar.call-to-book': string;
|
|
10
|
+
'pisell2.event.calendar.email-to-book': string;
|
|
11
|
+
'pisell2.event.close.title': string;
|
|
12
|
+
'pisell2.event.close.tip': string;
|
|
13
|
+
'pisell2.event.close.continue': string;
|
|
14
|
+
'pisell2.event.close.exit': string;
|
|
15
|
+
'pisell2.appointment.step': (step: number) => string;
|
|
16
|
+
'pisell2.event.select.category': (val: string) => string;
|
|
17
|
+
'pisell2.event.select.campus': (val: string) => string;
|
|
18
|
+
'pisell2.event.select.event': string;
|
|
19
|
+
'pisell2.event.cart': string;
|
|
20
|
+
'pisell2.event.total': string;
|
|
21
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
22
|
+
'pisell2.event.continue': string;
|
|
23
|
+
'pisell2.event.details': string;
|
|
24
|
+
'pisell2.event.introduction': string;
|
|
25
|
+
'pisell2.event.schedule': string;
|
|
26
|
+
'pisell2.event.teacher': string;
|
|
27
|
+
'pisell2.event.campus': string;
|
|
28
|
+
'pisell2.event.resource': string;
|
|
29
|
+
'pisell2.event.booking.options': string;
|
|
30
|
+
'pisell2.event.add.to.cart': string;
|
|
31
|
+
'pisell2.event.description': string;
|
|
32
|
+
'pisell2.event.view.more': string;
|
|
33
|
+
'pisell2.event.view.less': string;
|
|
34
|
+
'pisell2.event.holder.modal.title': string;
|
|
35
|
+
'pisell2.event.confirm': string;
|
|
36
|
+
'pisell2.event.confirm.information': string;
|
|
37
|
+
'pisell2.event.confirm.information.tip': string;
|
|
38
|
+
'pisell2.event.confirm.information.other': string;
|
|
39
|
+
'pisell2.event.add.others': string;
|
|
40
|
+
'pisell2.event.checkout': string;
|
|
41
|
+
'pisell2.event.edit.event': string;
|
|
42
|
+
'pisell2.event.remove': string;
|
|
43
|
+
'pisell2.event.option': string;
|
|
44
|
+
'pisell2.event.order.items.error.title': string;
|
|
45
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
46
|
+
'pisell2.event.order.items.error.proceed': string;
|
|
47
|
+
'pisell2.event.order.items.error.return': string;
|
|
48
|
+
'pisell2.event.order.items.error.back': string;
|
|
49
|
+
'pisell2.event.order.items.error.continue': string;
|
|
50
|
+
'pisell2.event.order.items.error.all.tip': string;
|
|
51
|
+
'pisell2.event.remove.title': string;
|
|
52
|
+
'pisell2.event.remove.tip': string;
|
|
53
|
+
'pisell2.event.remove.cancel': string;
|
|
54
|
+
'pisell2.event.create': string;
|
|
55
|
+
'pisell2.event.search': string;
|
|
56
|
+
'pisell2.event.empty.service': string;
|
|
57
|
+
'pisell2.event.title': (val: number) => string;
|
|
58
|
+
'pisell2.event.create.form': string;
|
|
59
|
+
'pisell2.event.empty.event': string;
|
|
60
|
+
'pisell2.event.error.holder': string;
|
|
61
|
+
'pisell2.event.price.from': string;
|
|
62
|
+
'pisell2.event.empty.holder.title': string;
|
|
63
|
+
'pisell2.event.empty.holder.tip': string;
|
|
64
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
|
65
|
+
'pisell2.event.empty.holder.go.back': string;
|
|
66
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
|
67
|
+
'pisell2.event.event.full.title': string;
|
|
68
|
+
'pisell2.event.event.full.tip': string;
|
|
69
|
+
'pisell2.event.event.full.ok': string;
|
|
70
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
|
71
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
|
72
|
+
'pisell2.appointment.booking.empty.service': string;
|
|
73
|
+
'pisell2.appointment.booking.empty.data': string;
|
|
74
|
+
'pisell2.appointment.booking.empty.time': string;
|
|
75
|
+
'pisell2.appointment.service.title': (val: number) => string;
|
|
76
|
+
'pisell2.appointment.add.guest': string;
|
|
77
|
+
'pisell2.appointment.edit.service': string;
|
|
78
|
+
'pisell2.appointment.remove.guest': string;
|
|
79
|
+
'pisell2.appointment.no.available.service': string;
|
|
80
|
+
'pisell2.appointment.max.guest': string;
|
|
81
|
+
'pisell2.appointment.no.available.time': string;
|
|
82
|
+
'pisell2.appointment.monday': string;
|
|
83
|
+
'pisell2.appointment.tuesday': string;
|
|
84
|
+
'pisell2.appointment.wednesday': string;
|
|
85
|
+
'pisell2.appointment.thursday': string;
|
|
86
|
+
'pisell2.appointment.friday': string;
|
|
87
|
+
'pisell2.appointment.saturday': string;
|
|
88
|
+
'pisell2.appointment.sunday': string;
|
|
89
|
+
'pisell2.appointment.any.professional': string;
|
|
90
|
+
'pisell2.appointment.for.maximum.availability': string;
|
|
91
|
+
'pisell2.appointment.deposit': string;
|
|
92
|
+
'pisell2.appointment.deposit.agreed': string;
|
|
93
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
|
94
|
+
'pisell2.appointment.deposit.and': string;
|
|
95
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
|
96
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
|
97
|
+
'pisell2.appointment.deposit.close': string;
|
|
98
|
+
'pisell2.appointment.tips': string;
|
|
99
|
+
'pisell2.appointment.tips.content': string;
|
|
100
|
+
'pisell2.appointment.fill-form': string;
|
|
101
|
+
'pisell2.appointment.select.holder': (val: string) => string;
|
|
102
|
+
'pisell2.appointment.select.time': string;
|
|
103
|
+
'pisell2.appointment.unselect.time': string;
|
|
104
|
+
'pisell2.appointment.unselect.date': string;
|
|
105
|
+
'pisell2.appointment.unuse.date': string;
|
|
106
|
+
'pisell2.appointment.add-guests': string;
|
|
107
|
+
'pisell2.appointment.policy': string;
|
|
108
|
+
'pisell2.appointment.policy.confirm': string;
|
|
109
|
+
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
110
|
+
'pisell2.text.apply': string;
|
|
111
|
+
'pisell2.text.goodpass': string;
|
|
112
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
113
|
+
'pisell2.text.goodpass.view-more': string;
|
|
114
|
+
'pisell2.text.goodpass.code': string;
|
|
115
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
116
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
117
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
118
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
119
|
+
'pisell2.text.goodpass.login': string;
|
|
120
|
+
'pisell2.text.goodpass.login-tip': string;
|
|
121
|
+
'pisell2.text.contact-info.title': string;
|
|
122
|
+
};
|
|
123
|
+
'zh-CN': {
|
|
124
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
|
125
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
|
126
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
|
127
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
128
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
129
|
+
'pisell2.event.calendar.booking-closed': string;
|
|
130
|
+
'pisell2.event.calendar.call-to-book': string;
|
|
131
|
+
'pisell2.event.calendar.email-to-book': string;
|
|
132
|
+
'pisell2.event.close.title': string;
|
|
133
|
+
'pisell2.event.close.tip': string;
|
|
134
|
+
'pisell2.event.close.continue': string;
|
|
135
|
+
'pisell2.event.close.exit': string;
|
|
136
|
+
'pisell2.appointment.step': (step: number) => string;
|
|
137
|
+
'pisell2.event.select.category': (val: string) => string;
|
|
138
|
+
'pisell2.event.select.event': string;
|
|
139
|
+
'pisell2.event.select.campus': (val: string) => string;
|
|
140
|
+
'pisell2.event.cart': string;
|
|
141
|
+
'pisell2.event.total': string;
|
|
142
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
143
|
+
'pisell2.event.continue': string;
|
|
144
|
+
'pisell2.event.details': string;
|
|
145
|
+
'pisell2.event.introduction': string;
|
|
146
|
+
'pisell2.event.schedule': string;
|
|
147
|
+
'pisell2.event.teacher': string;
|
|
148
|
+
'pisell2.event.campus': string;
|
|
149
|
+
'pisell2.event.resource': string;
|
|
150
|
+
'pisell2.event.booking.options': string;
|
|
151
|
+
'pisell2.event.add.to.cart': string;
|
|
152
|
+
'pisell2.event.description': string;
|
|
153
|
+
'pisell2.event.view.more': string;
|
|
154
|
+
'pisell2.event.view.less': string;
|
|
155
|
+
'pisell2.event.holder.modal.title': string;
|
|
156
|
+
'pisell2.event.confirm': string;
|
|
157
|
+
'pisell2.event.confirm.information': string;
|
|
158
|
+
'pisell2.event.confirm.information.tip': string;
|
|
159
|
+
'pisell2.event.confirm.information.other': string;
|
|
160
|
+
'pisell2.event.add.others': string;
|
|
161
|
+
'pisell2.event.checkout': string;
|
|
162
|
+
'pisell2.event.edit.event': string;
|
|
163
|
+
'pisell2.event.remove': string;
|
|
164
|
+
'pisell2.event.option': string;
|
|
165
|
+
'pisell2.event.order.items.error.title': string;
|
|
166
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
167
|
+
'pisell2.event.order.items.error.proceed': string;
|
|
168
|
+
'pisell2.event.order.items.error.return': string;
|
|
169
|
+
'pisell2.event.order.items.error.back': string;
|
|
170
|
+
'pisell2.event.order.items.error.continue': string;
|
|
171
|
+
'pisell2.event.order.items.error.all.tip': string;
|
|
172
|
+
'pisell2.event.remove.title': string;
|
|
173
|
+
'pisell2.event.remove.tip': string;
|
|
174
|
+
'pisell2.event.remove.cancel': string;
|
|
175
|
+
'pisell2.event.create': string;
|
|
176
|
+
'pisell2.event.search': string;
|
|
177
|
+
'pisell2.event.empty.service': string;
|
|
178
|
+
'pisell2.event.title': (val: number) => string;
|
|
179
|
+
'pisell2.event.create.form': string;
|
|
180
|
+
'pisell2.event.empty.event': string;
|
|
181
|
+
'pisell2.event.error.holder': string;
|
|
182
|
+
'pisell2.event.price.from': string;
|
|
183
|
+
'pisell2.event.empty.holder.title': string;
|
|
184
|
+
'pisell2.event.empty.holder.tip': string;
|
|
185
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
|
186
|
+
'pisell2.event.empty.holder.go.back': string;
|
|
187
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
|
188
|
+
'pisell2.event.event.full.title': string;
|
|
189
|
+
'pisell2.event.event.full.tip': string;
|
|
190
|
+
'pisell2.event.event.full.ok': string;
|
|
191
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
|
192
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
|
193
|
+
'pisell2.appointment.booking.empty.service': string;
|
|
194
|
+
'pisell2.appointment.booking.empty.data': string;
|
|
195
|
+
'pisell2.appointment.booking.empty.time': string;
|
|
196
|
+
'pisell2.appointment.service.title': (val: number) => string;
|
|
197
|
+
'pisell2.appointment.add.guest': string;
|
|
198
|
+
'pisell2.appointment.edit.service': string;
|
|
199
|
+
'pisell2.appointment.remove.guest': string;
|
|
200
|
+
'pisell2.appointment.no.available.service': string;
|
|
201
|
+
'pisell2.appointment.max.guest': string;
|
|
202
|
+
'pisell2.appointment.no.available.time': string;
|
|
203
|
+
'pisell2.appointment.monday': string;
|
|
204
|
+
'pisell2.appointment.tuesday': string;
|
|
205
|
+
'pisell2.appointment.wednesday': string;
|
|
206
|
+
'pisell2.appointment.thursday': string;
|
|
207
|
+
'pisell2.appointment.friday': string;
|
|
208
|
+
'pisell2.appointment.saturday': string;
|
|
209
|
+
'pisell2.appointment.sunday': string;
|
|
210
|
+
'pisell2.appointment.any.professional': string;
|
|
211
|
+
'pisell2.appointment.for.maximum.availability': string;
|
|
212
|
+
'pisell2.appointment.deposit': string;
|
|
213
|
+
'pisell2.appointment.deposit.agreed': string;
|
|
214
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
|
215
|
+
'pisell2.appointment.deposit.and': string;
|
|
216
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
|
217
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
|
218
|
+
'pisell2.appointment.deposit.close': string;
|
|
219
|
+
'pisell2.appointment.tips': string;
|
|
220
|
+
'pisell2.appointment.tips.content': string;
|
|
221
|
+
'pisell2.appointment.fill-form': string;
|
|
222
|
+
'pisell2.appointment.select.holder': (val: string) => string;
|
|
223
|
+
'pisell2.appointment.select.time': string;
|
|
224
|
+
'pisell2.appointment.unselect.time': string;
|
|
225
|
+
'pisell2.appointment.unselect.date': string;
|
|
226
|
+
'pisell2.appointment.unuse.date': string;
|
|
227
|
+
'pisell2.appointment.add-guests': string;
|
|
228
|
+
'pisell2.appointment.policy': string;
|
|
229
|
+
'pisell2.appointment.policy.confirm': string;
|
|
230
|
+
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
231
|
+
'pisell2.text.apply': string;
|
|
232
|
+
'pisell2.text.goodpass': string;
|
|
233
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
234
|
+
'pisell2.text.goodpass.view-more': string;
|
|
235
|
+
'pisell2.text.goodpass.code': string;
|
|
236
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
237
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
238
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
239
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
240
|
+
'pisell2.text.goodpass.login': string;
|
|
241
|
+
'pisell2.text.goodpass.login-tip': string;
|
|
242
|
+
'pisell2.text.contact-info.title': string;
|
|
243
|
+
};
|
|
244
|
+
'zh-HK': {
|
|
245
|
+
'pisell2.event.calendar.limit.unavailable': string;
|
|
246
|
+
'pisell2.event.calendar.limit.sold.out': string;
|
|
247
|
+
'pisell2.event.calendar.limit.call.to.book': string;
|
|
248
|
+
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
249
|
+
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
250
|
+
'pisell2.event.calendar.booking-closed': string;
|
|
251
|
+
'pisell2.event.calendar.call-to-book': string;
|
|
252
|
+
'pisell2.event.calendar.email-to-book': string;
|
|
253
|
+
'pisell2.event.close.title': string;
|
|
254
|
+
'pisell2.event.close.tip': string;
|
|
255
|
+
'pisell2.event.close.continue': string;
|
|
256
|
+
'pisell2.event.close.exit': string;
|
|
257
|
+
'pisell2.appointment.step': (step: number) => string;
|
|
258
|
+
'pisell2.event.select.category': (val: string) => string;
|
|
259
|
+
'pisell2.event.select.event': string;
|
|
260
|
+
'pisell2.event.select.campus': (val: string) => string;
|
|
261
|
+
'pisell2.event.cart': string;
|
|
262
|
+
'pisell2.event.total': string;
|
|
263
|
+
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
264
|
+
'pisell2.event.continue': string;
|
|
265
|
+
'pisell2.event.details': string;
|
|
266
|
+
'pisell2.event.introduction': string;
|
|
267
|
+
'pisell2.event.schedule': string;
|
|
268
|
+
'pisell2.event.teacher': string;
|
|
269
|
+
'pisell2.event.campus': string;
|
|
270
|
+
'pisell2.event.resource': string;
|
|
271
|
+
'pisell2.event.booking.options': string;
|
|
272
|
+
'pisell2.event.add.to.cart': string;
|
|
273
|
+
'pisell2.event.description': string;
|
|
274
|
+
'pisell2.event.view.more': string;
|
|
275
|
+
'pisell2.event.view.less': string;
|
|
276
|
+
'pisell2.event.holder.modal.title': string;
|
|
277
|
+
'pisell2.event.confirm': string;
|
|
278
|
+
'pisell2.event.confirm.information': string;
|
|
279
|
+
'pisell2.event.confirm.information.tip': string;
|
|
280
|
+
'pisell2.event.confirm.information.other': string;
|
|
281
|
+
'pisell2.event.add.others': string;
|
|
282
|
+
'pisell2.event.checkout': string;
|
|
283
|
+
'pisell2.event.edit.event': string;
|
|
284
|
+
'pisell2.event.remove': string;
|
|
285
|
+
'pisell2.event.option': string;
|
|
286
|
+
'pisell2.event.order.items.error.title': string;
|
|
287
|
+
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
288
|
+
'pisell2.event.order.items.error.proceed': string;
|
|
289
|
+
'pisell2.event.order.items.error.return': string;
|
|
290
|
+
'pisell2.event.order.items.error.back': string;
|
|
291
|
+
'pisell2.event.order.items.error.continue': string;
|
|
292
|
+
'pisell2.event.order.items.error.all.tip': string;
|
|
293
|
+
'pisell2.event.remove.title': string;
|
|
294
|
+
'pisell2.event.remove.tip': string;
|
|
295
|
+
'pisell2.event.remove.cancel': string;
|
|
296
|
+
'pisell2.event.create': string;
|
|
297
|
+
'pisell2.event.search': string;
|
|
298
|
+
'pisell2.event.empty.service': string;
|
|
299
|
+
'pisell2.event.title': (val: number) => string;
|
|
300
|
+
'pisell2.event.create.form': string;
|
|
301
|
+
'pisell2.event.empty.event': string;
|
|
302
|
+
'pisell2.event.error.holder': string;
|
|
303
|
+
'pisell2.event.price.from': string;
|
|
304
|
+
'pisell2.event.empty.holder.title': string;
|
|
305
|
+
'pisell2.event.empty.holder.tip': string;
|
|
306
|
+
'pisell2.event.empty.holder.continue.tip': string;
|
|
307
|
+
'pisell2.event.empty.holder.go.back': string;
|
|
308
|
+
'pisell2.event.empty.holder.continue.anyway': string;
|
|
309
|
+
'pisell2.event.event.full.title': string;
|
|
310
|
+
'pisell2.event.event.full.tip': string;
|
|
311
|
+
'pisell2.event.event.full.ok': string;
|
|
312
|
+
'pisell2.event.capacity.limit.reached.title': string;
|
|
313
|
+
'pisell2.event.capacity.limit.reached.tip': string;
|
|
314
|
+
'pisell2.appointment.booking.empty.service': string;
|
|
315
|
+
'pisell2.appointment.booking.empty.data': string;
|
|
316
|
+
'pisell2.appointment.booking.empty.time': string;
|
|
317
|
+
'pisell2.appointment.service.title': (val: number) => string;
|
|
318
|
+
'pisell2.appointment.add.guest': string;
|
|
319
|
+
'pisell2.appointment.edit.service': string;
|
|
320
|
+
'pisell2.appointment.remove.guest': string;
|
|
321
|
+
'pisell2.appointment.no.available.service': string;
|
|
322
|
+
'pisell2.appointment.max.guest': string;
|
|
323
|
+
'pisell2.appointment.no.available.time': string;
|
|
324
|
+
'pisell2.appointment.monday': string;
|
|
325
|
+
'pisell2.appointment.tuesday': string;
|
|
326
|
+
'pisell2.appointment.wednesday': string;
|
|
327
|
+
'pisell2.appointment.thursday': string;
|
|
328
|
+
'pisell2.appointment.friday': string;
|
|
329
|
+
'pisell2.appointment.saturday': string;
|
|
330
|
+
'pisell2.appointment.sunday': string;
|
|
331
|
+
'pisell2.appointment.any.professional': string;
|
|
332
|
+
'pisell2.appointment.for.maximum.availability': string;
|
|
333
|
+
'pisell2.appointment.deposit': string;
|
|
334
|
+
'pisell2.appointment.deposit.agreed': string;
|
|
335
|
+
'pisell2.appointment.deposit.agree.policy': string;
|
|
336
|
+
'pisell2.appointment.deposit.and': string;
|
|
337
|
+
'pisell2.appointment.deposit.amount.tip1': string;
|
|
338
|
+
'pisell2.appointment.deposit.amount.tip2': string;
|
|
339
|
+
'pisell2.appointment.deposit.close': string;
|
|
340
|
+
'pisell2.appointment.tips': string;
|
|
341
|
+
'pisell2.appointment.tips.content': string;
|
|
342
|
+
'pisell2.appointment.fill-form': string;
|
|
343
|
+
'pisell2.appointment.select.holder': (val: string) => string;
|
|
344
|
+
'pisell2.appointment.select.time': string;
|
|
345
|
+
'pisell2.appointment.unselect.time': string;
|
|
346
|
+
'pisell2.appointment.unselect.date': string;
|
|
347
|
+
'pisell2.appointment.unuse.date': string;
|
|
348
|
+
'pisell2.appointment.add-guests': string;
|
|
349
|
+
'pisell2.appointment.policy': string;
|
|
350
|
+
'pisell2.appointment.policy.confirm': string;
|
|
351
|
+
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
352
|
+
'pisell2.text.apply': string;
|
|
353
|
+
'pisell2.text.goodpass': string;
|
|
354
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
355
|
+
'pisell2.text.goodpass.view-more': string;
|
|
356
|
+
'pisell2.text.goodpass.code': string;
|
|
357
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
358
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
359
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
360
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
361
|
+
'pisell2.text.goodpass.login': string;
|
|
362
|
+
'pisell2.text.goodpass.login-tip': string;
|
|
363
|
+
'pisell2.text.contact-info.title': string;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
export default _default;
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FormState } from "../model";
|
|
3
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
4
|
+
state: FormState;
|
|
5
|
+
} & {
|
|
6
|
+
dispatch: (params: {
|
|
7
|
+
type: string;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => void;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
declare type DepositItemProps = {
|
|
4
|
+
status: 'paid' | 'unpaid' | 'partially_paid';
|
|
5
|
+
onEdit: React.MouseEventHandler<HTMLSpanElement>;
|
|
6
|
+
customer: any;
|
|
7
|
+
totalAmountStr: string;
|
|
8
|
+
totalAmount: number;
|
|
9
|
+
orderId: number;
|
|
10
|
+
orderNumber: number;
|
|
11
|
+
handleGoOrderDetail: () => void;
|
|
12
|
+
generatePaymentLink: (orderId: number) => void;
|
|
13
|
+
sendEmail: (orderId: number) => void;
|
|
14
|
+
depositAmount: number;
|
|
15
|
+
depositUnPaidAmount: number;
|
|
16
|
+
depositPaidAmount: number;
|
|
17
|
+
depositOriginPaidAmount: number;
|
|
18
|
+
amountSymbol: string;
|
|
19
|
+
createdTime: string;
|
|
20
|
+
isPaid: boolean;
|
|
21
|
+
isBookingCancelled: boolean;
|
|
22
|
+
hideOrderDetail?: boolean;
|
|
23
|
+
};
|
|
24
|
+
declare const DepositItem: (props: DepositItemProps) => JSX.Element;
|
|
25
|
+
export default DepositItem;
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FormState } from "../model";
|
|
3
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
4
|
+
state: FormState;
|
|
5
|
+
} & {
|
|
6
|
+
dispatch: (params: {
|
|
7
|
+
type: string;
|
|
8
|
+
payload: any;
|
|
9
|
+
}) => void;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useIsBooking4Shop: (state: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getWaiverTitle: (waiverForm: any[]) => string;
|
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FormState } from '../model';
|
|
1
3
|
export declare const walkInData: {
|
|
2
4
|
id: number;
|
|
3
5
|
nickname: string;
|
|
4
6
|
};
|
|
5
|
-
export declare const Provider: any, Context:
|
|
7
|
+
export declare const Provider: (ComponentUi: any) => any, Context: import("react").Context<{
|
|
8
|
+
state: FormState;
|
|
9
|
+
} & {
|
|
10
|
+
dispatch: (params: {
|
|
11
|
+
type: string;
|
|
12
|
+
payload: any;
|
|
13
|
+
}) => void;
|
|
14
|
+
}>;
|
|
@@ -530,9 +530,8 @@ var getGeneralParams = (item, state, isParallelResource) => {
|
|
|
530
530
|
...parallelResourceOtherParams
|
|
531
531
|
};
|
|
532
532
|
};
|
|
533
|
-
var calcAddTimeTotalPrice = (total, addTimeProducts
|
|
534
|
-
|
|
535
|
-
return (Number(total) || 0) - difference + (0, import_amount.getRelationDetailsTotal)(addTimeProducts || []);
|
|
533
|
+
var calcAddTimeTotalPrice = (total, addTimeProducts) => {
|
|
534
|
+
return (Number(total) || 0) + (0, import_amount.getRelationDetailsTotal)(addTimeProducts || []);
|
|
536
535
|
};
|
|
537
536
|
var formatProducts = (lists, state, isRenderGroup = true, isGeneral, isParallelResource) => {
|
|
538
537
|
if (!(lists == null ? void 0 : lists.length)) return [];
|
|
@@ -557,7 +556,8 @@ var formatProducts = (lists, state, isRenderGroup = true, isGeneral, isParallelR
|
|
|
557
556
|
_id: item == null ? void 0 : item._id,
|
|
558
557
|
name: item == null ? void 0 : item.title,
|
|
559
558
|
price: (_g = item == null ? void 0 : item._extend) == null ? void 0 : _g.price,
|
|
560
|
-
|
|
559
|
+
totalDifference: (0, import_amount.getProductDiscountProductDiscountDifference)(item),
|
|
560
|
+
total: calcAddTimeTotalPrice((_h = item == null ? void 0 : item._extend) == null ? void 0 : _h.total, (_i = item == null ? void 0 : item._extend) == null ? void 0 : _i.relation_details),
|
|
561
561
|
origin_total: calcAddTimeTotalPrice((_j = item == null ? void 0 : item._extend) == null ? void 0 : _j.origin_total, (_k = item == null ? void 0 : item._extend) == null ? void 0 : _k.relation_details),
|
|
562
562
|
num: item == null ? void 0 : item._extend.quantity,
|
|
563
563
|
image: item == null ? void 0 : item.cover,
|