@pisell/private-materials 6.2.30 → 6.3.1
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 +1 -9
- package/build/lowcode/preview.js +13 -13
- 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/Sales/Cart/index.js +0 -1
- package/es/components/Sales/Summary/utils.d.ts +1 -1
- package/es/components/booking/addons/index.js +1 -4
- package/es/components/booking/components/TabProduct/tabs/index.js +1 -5
- package/es/components/booking/components/browserSelect/index.js +1 -1
- package/es/components/booking/components/footer/amount.d.ts +0 -1
- package/es/components/booking/components/footer/amount.js +3 -15
- package/es/components/booking/components/footer/index.js +42 -113
- package/es/components/booking/components/footer/index.less +2 -3
- package/es/components/booking/components/footer/utils.js +23 -51
- package/es/components/booking/components/tabPane/index.js +5 -72
- package/es/components/booking/components/tabPane/index.less +1 -75
- package/es/components/booking/components/voucher/index.js +12 -26
- package/es/components/booking/components/voucher/index.less +1 -1
- package/es/components/booking/dashboard/index.d.ts +1 -1
- package/es/components/booking/dashboard/index.js +3 -10
- package/es/components/booking/forms/forms.js +1 -1
- package/es/components/booking/forms/model.js +5 -5
- package/es/components/booking/hooks/useQuotation.js +8 -18
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.js +12 -13
- package/es/components/booking/info/index.less +3 -19
- package/es/components/booking/info/main.js +15 -14
- package/es/components/booking/info/pet/index.less +1 -1
- package/es/components/booking/info/service/Lists.js +2 -5
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/index.less +1 -1
- package/es/components/booking/info/service/like/index.js +1 -1
- package/es/components/booking/info/service/serviceItem/index.js +2 -2
- package/es/components/booking/info/service2/utils.d.ts +0 -4
- package/es/components/booking/info/service2/utils.js +2 -21
- package/es/components/booking/info2/index.js +18 -40
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addTimeModal/index.js +1 -2
- package/es/components/booking/info2/service/editService/index.js +4 -4
- package/es/components/booking/info2/service/index.js +6 -11
- package/es/components/booking/info2/service/serviceItem/index.js +2 -2
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -1
- package/es/components/booking/info2/utilsByBooking.js +3 -27
- package/es/components/booking/locales.d.ts +0 -78
- package/es/components/booking/locales.js +4 -106
- package/es/components/booking/materiels/startTime/index.js +1 -1
- package/es/components/booking/notes/NoteBlock/NoteItem/index.js +1 -1
- package/es/components/booking/notes/NoteBlock/index.js +11 -11
- package/es/components/booking/notes/addNote/index.d.ts +1 -1
- package/es/components/booking/notes/addNote/index.js +32 -52
- package/es/components/booking/notes/addNote/index.less +0 -53
- package/es/components/booking/notes/model.js +5 -5
- package/es/components/booking/payments/model.js +5 -5
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/store/index.d.ts +6 -6
- package/es/components/listComponent/index.js +5 -5
- package/es/components/productExtension/card/index.js +3 -3
- package/es/components/productExtension/fields/Actor/CutOffTime/index.js +1 -1
- package/es/components/productExtension/fields/Forms/index.js +12 -12
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.js +1 -1
- package/es/components/productExtension/fields/SelectProducts/server.js +2 -2
- package/es/components/productExtension/fields/SelectResourcesTable/server.js +2 -2
- package/es/components/productExtension/server.js +2 -2
- package/es/components/productSelect/components/productGroup/index.js +4 -20
- package/es/components/productSelect/components/productGroup/index.less +0 -17
- package/es/components/ruleSetting/ruleBorder/index.js +1 -1
- package/es/components/schedules/calendar/index.js +4 -4
- package/es/components/schedules/calendar/serve.js +2 -2
- package/es/components/schedules/components/CurrentDay/index.js +5 -5
- package/es/components/schedules/components/CurrentDay/serve.js +2 -2
- package/es/components/schedules/components/DropdownSort/index.js +1 -1
- package/es/components/schedules/components/ResourceList/index.js +1 -1
- package/es/components/schedules/components/Search/index.js +5 -5
- package/es/components/schedules/model.js +5 -5
- package/es/components/schedules/openHours/index.js +1 -1
- package/es/components/schedules/openHours/serve.js +2 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.js +1 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.js +5 -5
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.js +4 -4
- package/es/components/schedules/products/ProductDetailDrawer/index.js +3 -3
- package/es/components/schedules/products/serve.js +2 -2
- package/es/components/schedules/products/utils.js +5 -5
- package/es/components/schedules/resources/detail/detailContent.js +2 -2
- package/es/components/schedules/resources/detail/index.js +10 -10
- package/es/components/schedules/resources/list/index.js +2 -2
- package/es/components/schedules/resources/relationProduct/index.js +1 -1
- package/es/components/schedules/resources/serve.js +2 -2
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.js +9 -9
- package/es/components/schedules/utils.d.ts +1 -1
- package/es/components/schedules/utils.js +4 -4
- package/es/components/selectModal/index.js +2 -2
- package/es/components/shoppingCart/components/Cart/Product.js +7 -46
- package/es/components/shoppingCart/components/Cart/index.less +1 -15
- package/es/components/shoppingCart/type.d.ts +0 -1
- package/es/components/subTotal/index.less +1 -1
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +291 -158
- package/es/components/ticketBooking/components/ticketBooking/index.js +34 -214
- package/es/components/ticketBooking/components/ticketBooking/index.less +1 -29
- package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -1
- package/es/components/ticketBooking/components/timeBar/index.js +15 -19
- package/es/components/ticketBooking/index.js +3 -21
- package/es/components/ticketBooking/index.less +1 -1
- package/es/components/ticketBooking/locales.d.ts +3 -9
- package/es/components/ticketBooking/locales.js +3 -9
- package/es/components/ticketBooking/serve.js +11 -11
- package/es/components/ticketBooking/utils/index.d.ts +4 -39
- package/es/components/ticketBooking/utils/index.js +28 -109
- package/es/hooks/useComponents.js +1 -1
- package/es/index.d.ts +0 -4
- package/es/index.js +1 -5
- package/es/utils/index.d.ts +1 -1
- package/lib/components/Sales/Cart/index.js +0 -1
- package/lib/components/Sales/Summary/utils.d.ts +1 -1
- package/lib/components/booking/addons/index.js +1 -4
- package/lib/components/booking/components/footer/amount.d.ts +0 -1
- package/lib/components/booking/components/footer/amount.js +3 -5
- package/lib/components/booking/components/footer/index.js +23 -96
- package/lib/components/booking/components/footer/index.less +2 -3
- package/lib/components/booking/components/footer/utils.js +12 -37
- package/lib/components/booking/components/tabPane/index.js +4 -57
- package/lib/components/booking/components/tabPane/index.less +1 -75
- package/lib/components/booking/components/voucher/index.js +11 -23
- package/lib/components/booking/components/voucher/index.less +1 -1
- package/lib/components/booking/dashboard/index.d.ts +1 -1
- package/lib/components/booking/dashboard/index.js +2 -7
- package/lib/components/booking/forms/forms.js +1 -1
- package/lib/components/booking/hooks/useQuotation.js +2 -4
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.js +6 -12
- package/lib/components/booking/info/index.less +3 -19
- package/lib/components/booking/info/main.js +5 -12
- package/lib/components/booking/info/pet/index.less +1 -1
- package/lib/components/booking/info/service/Lists.js +2 -6
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/index.less +1 -1
- package/lib/components/booking/info/service/serviceItem/index.js +2 -2
- package/lib/components/booking/info/service2/utils.d.ts +0 -4
- package/lib/components/booking/info/service2/utils.js +2 -23
- package/lib/components/booking/info2/index.js +9 -30
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addTimeModal/index.js +0 -1
- package/lib/components/booking/info2/service/editService/index.js +3 -3
- package/lib/components/booking/info2/service/index.js +6 -6
- package/lib/components/booking/info2/service/serviceItem/index.js +2 -2
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -1
- package/lib/components/booking/info2/utilsByBooking.js +4 -24
- package/lib/components/booking/locales.d.ts +0 -78
- package/lib/components/booking/locales.js +4 -100
- package/lib/components/booking/notes/addNote/index.d.ts +1 -1
- package/lib/components/booking/notes/addNote/index.js +23 -41
- package/lib/components/booking/notes/addNote/index.less +0 -53
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/store/index.d.ts +6 -6
- package/lib/components/productSelect/components/productGroup/index.js +3 -16
- package/lib/components/productSelect/components/productGroup/index.less +0 -17
- package/lib/components/schedules/utils.d.ts +1 -1
- package/lib/components/schedules/utils.js +1 -1
- package/lib/components/shoppingCart/components/Cart/Product.js +9 -45
- package/lib/components/shoppingCart/components/Cart/index.less +1 -15
- package/lib/components/shoppingCart/type.d.ts +0 -1
- package/lib/components/subTotal/index.less +1 -1
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +185 -45
- package/lib/components/ticketBooking/components/ticketBooking/index.js +81 -233
- package/lib/components/ticketBooking/components/ticketBooking/index.less +1 -29
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -1
- package/lib/components/ticketBooking/components/timeBar/index.js +8 -15
- package/lib/components/ticketBooking/index.js +4 -31
- package/lib/components/ticketBooking/index.less +1 -1
- package/lib/components/ticketBooking/locales.d.ts +3 -9
- package/lib/components/ticketBooking/locales.js +3 -9
- package/lib/components/ticketBooking/serve.js +11 -11
- package/lib/components/ticketBooking/utils/index.d.ts +4 -39
- package/lib/components/ticketBooking/utils/index.js +30 -69
- package/lib/index.d.ts +0 -4
- package/lib/index.js +0 -12
- package/lib/utils/index.d.ts +1 -1
- package/package.json +25 -25
- package/es/components/booking/components/actionButtons/index.d.ts +0 -31
- package/es/components/booking/components/actionButtons/index.js +0 -486
- package/es/components/booking/components/actionButtons/index.less +0 -215
- package/es/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/es/components/booking/components/clearCartModal/index.js +0 -50
- package/es/components/booking/components/clearCartModal/index.less +0 -109
- package/es/components/booking/components/customiseItemModal/index.d.ts +0 -28
- package/es/components/booking/components/customiseItemModal/index.js +0 -298
- package/es/components/booking/components/customiseItemModal/index.less +0 -606
- package/es/components/booking/components/voucherModal/index.d.ts +0 -19
- package/es/components/booking/components/voucherModal/index.js +0 -47
- package/es/components/booking/components/voucherModal/index.less +0 -23
- package/es/components/booking/info2/cartClientCard/index.d.ts +0 -6
- package/es/components/booking/info2/cartClientCard/index.js +0 -343
- package/es/components/booking/info2/cartClientCard/index.less +0 -6
- package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/es/components/booking/info2/cartClientCard/locales.js +0 -26
- package/es/components/booking/info2/cartClientCard/types.d.ts +0 -13
- package/es/components/booking/info2/cartClientCard/types.js +0 -1
- package/es/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/es/components/booking/info2/cartClientCard/utils.js +0 -7
- package/es/components/booking/info2/service/editNormalService/index.d.ts +0 -3
- package/es/components/booking/info2/service/editNormalService/index.js +0 -67
- package/es/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/es/components/ticketBooking/components/addServiceVariant/utils.js +0 -191
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +0 -33
- package/es/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +0 -5
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +0 -213
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +0 -69
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/es/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +0 -79
- package/es/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/es/components/ticketBooking/components/bookingDataPanel/constants.js +0 -25
- package/es/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/es/components/ticketBooking/components/bookingDataPanel/index.js +0 -74
- package/es/components/ticketBooking/components/bookingDataPanel/index.less +0 -61
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/es/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +0 -71
- package/es/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/es/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
- package/es/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/es/components/ticketBooking/components/floatButtons/index.js +0 -19
- package/es/components/ticketBooking/components/floatButtons/index.less +0 -17
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
- package/es/components/ticketBooking/hooks/pisellos/bookingTicket.js +0 -5
- package/es/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
- package/es/components/ticketBooking/hooks/pisellos/index.js +0 -3
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
- package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +0 -247
- package/es/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
- package/es/components/ticketBooking/hooks/pisellos/useProducts.js +0 -52
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
- package/es/components/ticketBooking/hooks/pisellos/useScanCustomer.js +0 -30
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobal.js +0 -29
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/es/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +0 -49
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/es/components/ticketBooking/hooks/pisellos/useScanManager.js +0 -20
- package/es/hooks/useToast.d.ts +0 -2
- package/es/hooks/useToast.js +0 -9
- package/es/hooks/useTranslationOriginal.d.ts +0 -1
- package/es/hooks/useTranslationOriginal.js +0 -10
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/index.js +0 -452
- package/es/plus/clientCard/index.less +0 -536
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/line/index.js +0 -157
- package/es/plus/clientCard/line/index.less +0 -142
- package/es/plus/clientCard/locales.d.ts +0 -18
- package/es/plus/clientCard/locales.js +0 -17
- package/es/plus/clientCard/types.d.ts +0 -126
- package/es/plus/clientCard/types.js +0 -1
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientCard/utils.js +0 -59
- package/es/plus/clientName/index.d.ts +0 -4
- package/es/plus/clientName/index.js +0 -18
- package/es/plus/clientName/index.less +0 -10
- package/es/plus/clientName/type.d.ts +0 -13
- package/es/plus/clientName/type.js +0 -1
- package/es/plus/clientName/utils.d.ts +0 -2
- package/es/plus/clientName/utils.js +0 -18
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
- package/es/plus/clinetSearch/Add/index.d.ts +0 -18
- package/es/plus/clinetSearch/Add/index.js +0 -212
- package/es/plus/clinetSearch/Add/index.less +0 -30
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
- package/es/plus/clinetSearch/index.d.ts +0 -18
- package/es/plus/clinetSearch/index.js +0 -214
- package/es/plus/clinetSearch/index.less +0 -91
- package/es/plus/clinetSearch/locales.d.ts +0 -102
- package/es/plus/clinetSearch/locales.js +0 -101
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/serve.js +0 -31
- package/es/plus/clinetSearch/types.d.ts +0 -49
- package/es/plus/clinetSearch/types.js +0 -1
- package/es/plus/noteModal/AddTempModal.d.ts +0 -7
- package/es/plus/noteModal/AddTempModal.js +0 -64
- package/es/plus/noteModal/index.d.ts +0 -4
- package/es/plus/noteModal/index.js +0 -199
- package/es/plus/noteModal/index.less +0 -168
- package/es/plus/noteModal/locales.d.ts +0 -33
- package/es/plus/noteModal/locales.js +0 -32
- package/es/plus/noteModal/types.d.ts +0 -17
- package/es/plus/noteModal/types.js +0 -1
- package/es/pro/comprehensiveSearch/camera.svg +0 -4
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
- package/es/pro/comprehensiveSearch/index.d.ts +0 -9
- package/es/pro/comprehensiveSearch/index.js +0 -342
- package/es/pro/comprehensiveSearch/index.less +0 -323
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -18
- package/es/pro/comprehensiveSearch/locales.js +0 -17
- package/es/pro/comprehensiveSearch/types.d.ts +0 -31
- package/es/pro/comprehensiveSearch/types.js +0 -1
- package/es/pro/numberKeyboard/index.d.ts +0 -28
- package/es/pro/numberKeyboard/index.js +0 -155
- package/es/pro/numberKeyboard/index.less +0 -25
- package/es/pro/numberKeyboard/locales.d.ts +0 -12
- package/es/pro/numberKeyboard/locales.js +0 -11
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/pro/pisellNumberSelector/example.js +0 -68
- package/es/pro/pisellNumberSelector/index.d.ts +0 -26
- package/es/pro/pisellNumberSelector/index.js +0 -250
- package/es/pro/pisellNumberSelector/index.less +0 -193
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/es/pro/pisellPhoneKeyboard/index.js +0 -211
- package/es/pro/pisellPhoneKeyboard/index.less +0 -157
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/es/pro/pisellPhoneKeyboard/locales.js +0 -11
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +0 -158
- package/es/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +0 -13
- package/es/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/es/pro/pisellPriceKeyboardModal/index.js +0 -1
- package/es/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/es/pro/pisellPriceKeyboardModal/types.js +0 -1
- package/es/pro/pisellPriceRadio/index.d.ts +0 -26
- package/es/pro/pisellPriceRadio/index.js +0 -113
- package/es/pro/pisellPriceRadio/index.less +0 -158
- package/es/pro/skuDetailModal/index.d.ts +0 -5
- package/es/pro/skuDetailModal/index.js +0 -352
- package/es/pro/skuDetailModal/index.less +0 -236
- package/es/pro/skuDetailModal/locales.d.ts +0 -48
- package/es/pro/skuDetailModal/locales.js +0 -47
- package/es/pro/skuDetailModal/types.d.ts +0 -347
- package/es/pro/skuDetailModal/types.js +0 -1
- package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
- package/lib/components/booking/components/actionButtons/index.js +0 -386
- package/lib/components/booking/components/actionButtons/index.less +0 -215
- package/lib/components/booking/components/clearCartModal/index.d.ts +0 -10
- package/lib/components/booking/components/clearCartModal/index.js +0 -80
- package/lib/components/booking/components/clearCartModal/index.less +0 -109
- package/lib/components/booking/components/customiseItemModal/index.d.ts +0 -28
- package/lib/components/booking/components/customiseItemModal/index.js +0 -285
- package/lib/components/booking/components/customiseItemModal/index.less +0 -606
- package/lib/components/booking/components/voucherModal/index.d.ts +0 -19
- package/lib/components/booking/components/voucherModal/index.js +0 -83
- package/lib/components/booking/components/voucherModal/index.less +0 -23
- package/lib/components/booking/info2/cartClientCard/index.d.ts +0 -6
- package/lib/components/booking/info2/cartClientCard/index.js +0 -298
- package/lib/components/booking/info2/cartClientCard/index.less +0 -6
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -21
- package/lib/components/booking/info2/cartClientCard/locales.js +0 -50
- package/lib/components/booking/info2/cartClientCard/types.d.ts +0 -13
- package/lib/components/booking/info2/cartClientCard/types.js +0 -17
- package/lib/components/booking/info2/cartClientCard/utils.d.ts +0 -3
- package/lib/components/booking/info2/cartClientCard/utils.js +0 -37
- package/lib/components/booking/info2/service/editNormalService/index.d.ts +0 -3
- package/lib/components/booking/info2/service/editNormalService/index.js +0 -100
- package/lib/components/ticketBooking/components/addServiceVariant/utils.d.ts +0 -8
- package/lib/components/ticketBooking/components/addServiceVariant/utils.js +0 -174
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.js +0 -75
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingDashboard/index.less +0 -5
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.d.ts +0 -12
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.js +0 -210
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/index.less +0 -69
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.d.ts +0 -6
- package/lib/components/ticketBooking/components/bookingDataPanel/bookingList/utils.js +0 -105
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.d.ts +0 -22
- package/lib/components/ticketBooking/components/bookingDataPanel/constants.js +0 -57
- package/lib/components/ticketBooking/components/bookingDataPanel/index.d.ts +0 -9
- package/lib/components/ticketBooking/components/bookingDataPanel/index.js +0 -113
- package/lib/components/ticketBooking/components/bookingDataPanel/index.less +0 -61
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.d.ts +0 -14
- package/lib/components/ticketBooking/components/bookingDataPanel/pisellFloatingPanel/index.js +0 -84
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.d.ts +0 -0
- package/lib/components/ticketBooking/components/bookingDataPanel/serve.js +0 -0
- package/lib/components/ticketBooking/components/floatButtons/index.d.ts +0 -11
- package/lib/components/ticketBooking/components/floatButtons/index.js +0 -52
- package/lib/components/ticketBooking/components/floatButtons/index.less +0 -17
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.d.ts +0 -1
- package/lib/components/ticketBooking/hooks/pisellos/bookingTicket.js +0 -33
- package/lib/components/ticketBooking/hooks/pisellos/index.d.ts +0 -3
- package/lib/components/ticketBooking/hooks/pisellos/index.js +0 -27
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.d.ts +0 -25
- package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +0 -147
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.d.ts +0 -12
- package/lib/components/ticketBooking/hooks/pisellos/useProducts.js +0 -47
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.d.ts +0 -5
- package/lib/components/ticketBooking/hooks/pisellos/useScanCustomer.js +0 -64
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.d.ts +0 -5
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobal.js +0 -65
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.d.ts +0 -2
- package/lib/components/ticketBooking/hooks/pisellos/useScanGlobalHandle.js +0 -83
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.d.ts +0 -6
- package/lib/components/ticketBooking/hooks/pisellos/useScanManager.js +0 -44
- package/lib/hooks/useToast.d.ts +0 -2
- package/lib/hooks/useToast.js +0 -42
- package/lib/hooks/useTranslationOriginal.d.ts +0 -1
- package/lib/hooks/useTranslationOriginal.js +0 -42
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/index.js +0 -442
- package/lib/plus/clientCard/index.less +0 -536
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/line/index.js +0 -153
- package/lib/plus/clientCard/line/index.less +0 -142
- package/lib/plus/clientCard/locales.d.ts +0 -18
- package/lib/plus/clientCard/locales.js +0 -41
- package/lib/plus/clientCard/types.d.ts +0 -126
- package/lib/plus/clientCard/types.js +0 -17
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientCard/utils.js +0 -75
- package/lib/plus/clientName/index.d.ts +0 -4
- package/lib/plus/clientName/index.js +0 -53
- package/lib/plus/clientName/index.less +0 -10
- package/lib/plus/clientName/type.d.ts +0 -13
- package/lib/plus/clientName/type.js +0 -17
- package/lib/plus/clientName/utils.d.ts +0 -2
- package/lib/plus/clientName/utils.js +0 -43
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
- package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
- package/lib/plus/clinetSearch/Add/index.js +0 -243
- package/lib/plus/clinetSearch/Add/index.less +0 -30
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
- package/lib/plus/clinetSearch/index.d.ts +0 -18
- package/lib/plus/clinetSearch/index.js +0 -205
- package/lib/plus/clinetSearch/index.less +0 -91
- package/lib/plus/clinetSearch/locales.d.ts +0 -102
- package/lib/plus/clinetSearch/locales.js +0 -125
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/serve.js +0 -33
- package/lib/plus/clinetSearch/types.d.ts +0 -49
- package/lib/plus/clinetSearch/types.js +0 -17
- package/lib/plus/noteModal/AddTempModal.d.ts +0 -7
- package/lib/plus/noteModal/AddTempModal.js +0 -95
- package/lib/plus/noteModal/index.d.ts +0 -4
- package/lib/plus/noteModal/index.js +0 -199
- package/lib/plus/noteModal/index.less +0 -168
- package/lib/plus/noteModal/locales.d.ts +0 -33
- package/lib/plus/noteModal/locales.js +0 -56
- package/lib/plus/noteModal/types.d.ts +0 -17
- package/lib/plus/noteModal/types.js +0 -17
- package/lib/pro/comprehensiveSearch/camera.svg +0 -4
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
- package/lib/pro/comprehensiveSearch/index.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/index.js +0 -259
- package/lib/pro/comprehensiveSearch/index.less +0 -323
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -18
- package/lib/pro/comprehensiveSearch/locales.js +0 -41
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -31
- package/lib/pro/comprehensiveSearch/types.js +0 -17
- package/lib/pro/numberKeyboard/index.d.ts +0 -28
- package/lib/pro/numberKeyboard/index.js +0 -182
- package/lib/pro/numberKeyboard/index.less +0 -25
- package/lib/pro/numberKeyboard/locales.d.ts +0 -12
- package/lib/pro/numberKeyboard/locales.js +0 -35
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellNumberSelector/example.js +0 -93
- package/lib/pro/pisellNumberSelector/index.d.ts +0 -26
- package/lib/pro/pisellNumberSelector/index.js +0 -270
- package/lib/pro/pisellNumberSelector/index.less +0 -193
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -12
- package/lib/pro/pisellPhoneKeyboard/index.js +0 -220
- package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -12
- package/lib/pro/pisellPhoneKeyboard/locales.js +0 -35
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.d.ts +0 -5
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.js +0 -158
- package/lib/pro/pisellPriceKeyboardModal/PisellPriceKeyboardModal.less +0 -13
- package/lib/pro/pisellPriceKeyboardModal/index.d.ts +0 -2
- package/lib/pro/pisellPriceKeyboardModal/index.js +0 -35
- package/lib/pro/pisellPriceKeyboardModal/types.d.ts +0 -25
- package/lib/pro/pisellPriceKeyboardModal/types.js +0 -17
- package/lib/pro/pisellPriceRadio/index.d.ts +0 -26
- package/lib/pro/pisellPriceRadio/index.js +0 -130
- package/lib/pro/pisellPriceRadio/index.less +0 -158
- package/lib/pro/skuDetailModal/index.d.ts +0 -5
- package/lib/pro/skuDetailModal/index.js +0 -311
- package/lib/pro/skuDetailModal/index.less +0 -236
- package/lib/pro/skuDetailModal/locales.d.ts +0 -48
- package/lib/pro/skuDetailModal/locales.js +0 -71
- package/lib/pro/skuDetailModal/types.d.ts +0 -347
- package/lib/pro/skuDetailModal/types.js +0 -17
- package/lowcode/client-card/fragments/cardStyle.ts +0 -63
- package/lowcode/client-card/fragments/nameStyle.ts +0 -34
- package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
- package/lowcode/client-card/fragments/tagConfig.ts +0 -88
- package/lowcode/client-card/meta.ts +0 -337
- package/lowcode/comprehensive-search/meta.ts +0 -261
@@ -19,7 +19,7 @@ var Like = function Like(_ref) {
|
|
19
19
|
}
|
20
20
|
e.preventDefault();
|
21
21
|
e.stopPropagation();
|
22
|
-
onChange === null || onChange === void 0
|
22
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(status === "like" ? "common" : "like");
|
23
23
|
}
|
24
24
|
});
|
25
25
|
};
|
@@ -39,7 +39,7 @@ var ServiceItem = function ServiceItem(_ref) {
|
|
39
39
|
icon: /*#__PURE__*/React.createElement(Iconfont, {
|
40
40
|
type: "pisell2-trash-01"
|
41
41
|
})
|
42
|
-
})), d.id
|
42
|
+
})), d.id ? /*#__PURE__*/React.createElement("div", {
|
43
43
|
className: "pisell-lowcode__booking-service-item-title"
|
44
44
|
}, d.title) : null, d._extend ? /*#__PURE__*/React.createElement(React.Fragment, null, state.renderType !== 'eventBooking' && /*#__PURE__*/React.createElement("div", {
|
45
45
|
className: "pisell-lowcode__booking-service-item-date"
|
@@ -59,7 +59,7 @@ var ServiceItem = function ServiceItem(_ref) {
|
|
59
59
|
renderItem: function renderItem(item) {
|
60
60
|
return renderBundles(item, state.amountSymbol);
|
61
61
|
}
|
62
|
-
}) : null, d.id
|
62
|
+
}) : null, d.id ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
63
63
|
className: "pisell-lowcode__booking-service-item-price-wrap"
|
64
64
|
}, /*#__PURE__*/React.createElement("span", {
|
65
65
|
className: "pisell-lowcode__booking-service-item-price"
|
@@ -58,7 +58,6 @@ export declare const getIsSubjectRequire: (state: any) => boolean;
|
|
58
58
|
export declare const isNormalProductByDurationSchedule: (item: any) => boolean;
|
59
59
|
export declare const isAllNormalProduct: (items: any[]) => boolean;
|
60
60
|
export declare const isAllNormalProductByState: (state: any) => boolean;
|
61
|
-
export declare const genRowKey: (key: string) => string;
|
62
61
|
/**
|
63
62
|
* @title: 格式化商品数据
|
64
63
|
* @description:
|
@@ -72,7 +71,6 @@ export declare const formatProducts: (lists: any[], state: any, isRenderGroup?:
|
|
72
71
|
id: any;
|
73
72
|
_id: any;
|
74
73
|
name: any;
|
75
|
-
title: any;
|
76
74
|
price: any;
|
77
75
|
total: number;
|
78
76
|
origin_total: number;
|
@@ -93,8 +91,6 @@ export declare const formatProducts: (lists: any[], state: any, isRenderGroup?:
|
|
93
91
|
end_date: any;
|
94
92
|
holder_id: any;
|
95
93
|
isNormalProduct: boolean;
|
96
|
-
isCustomItem: any;
|
97
|
-
vouchersApplicable: any;
|
98
94
|
locale: any;
|
99
95
|
symbol: any;
|
100
96
|
relation_products: any;
|
@@ -365,15 +365,6 @@ export var updateServices = function updateServices(state, currentItem, type, ot
|
|
365
365
|
products = handleChangeResource(products, currentItem, other, state);
|
366
366
|
return products;
|
367
367
|
}
|
368
|
-
if (type === 'num') {
|
369
|
-
return products.map(function (product) {
|
370
|
-
if (product._id === currentItem._id) {
|
371
|
-
product._extend.quantity = other.num;
|
372
|
-
return product;
|
373
|
-
}
|
374
|
-
return product;
|
375
|
-
});
|
376
|
-
}
|
377
368
|
|
378
369
|
// 更新商品的holder_id
|
379
370
|
if (type === 'update_holders') {
|
@@ -438,7 +429,6 @@ var formatBundle = function formatBundle(bundle) {
|
|
438
429
|
return {
|
439
430
|
id: item === null || item === void 0 ? void 0 : item.id,
|
440
431
|
title: item === null || item === void 0 ? void 0 : item.title,
|
441
|
-
cover: item === null || item === void 0 ? void 0 : item.cover,
|
442
432
|
num: item === null || item === void 0 ? void 0 : item.num,
|
443
433
|
price: item === null || item === void 0 ? void 0 : item.price,
|
444
434
|
total: item === null || item === void 0 ? void 0 : item.price,
|
@@ -541,7 +531,7 @@ export var getIsSubjectRequire = function getIsSubjectRequire(state) {
|
|
541
531
|
// 非预约商品 通过时长和日程判断是否是普通商品
|
542
532
|
export var isNormalProductByDurationSchedule = function isNormalProductByDurationSchedule(item) {
|
543
533
|
var _item$schedules, _item$scheduleIds;
|
544
|
-
return !(item !== null && item !== void 0 && item.duration) && !(item !== null && item !== void 0 && (_item$schedules = item.schedules) !== null && _item$schedules !== void 0 && _item$schedules.length) && !(
|
534
|
+
return !(item !== null && item !== void 0 && item.duration) && !(item !== null && item !== void 0 && (_item$schedules = item.schedules) !== null && _item$schedules !== void 0 && _item$schedules.length) && !((_item$scheduleIds = item['schedule.ids']) !== null && _item$scheduleIds !== void 0 && _item$scheduleIds.length);
|
545
535
|
};
|
546
536
|
|
547
537
|
// 是否全部是普通商品
|
@@ -553,9 +543,6 @@ export var isAllNormalProduct = function isAllNormalProduct(items) {
|
|
553
543
|
export var isAllNormalProductByState = function isAllNormalProductByState(state) {
|
554
544
|
return isAllNormalProduct(state.service.value);
|
555
545
|
};
|
556
|
-
export var genRowKey = function genRowKey(key) {
|
557
|
-
return "rowKey-".concat(key);
|
558
|
-
};
|
559
546
|
var getGeneralParams = function getGeneralParams(item, state, isParallelResource) {
|
560
547
|
var _formData$, _item$_extend5, _item$_extend6, _item$_extend7, _item$_extend8, _item$_extend9;
|
561
548
|
var pet = state.pet,
|
@@ -634,7 +621,7 @@ var getGeneralParams = function getGeneralParams(item, state, isParallelResource
|
|
634
621
|
holder_id: item === null || item === void 0 || (_item$_extend5 = item._extend) === null || _item$_extend5 === void 0 ? void 0 : _item$_extend5.holder_id,
|
635
622
|
start_date: !isNormalProduct ? item === null || item === void 0 || (_item$_extend6 = item._extend) === null || _item$_extend6 === void 0 ? void 0 : _item$_extend6.startDate : "",
|
636
623
|
end_date: !isNormalProduct ? (item === null || item === void 0 || (_item$_extend7 = item._extend) === null || _item$_extend7 === void 0 ? void 0 : _item$_extend7.endDate) || (item === null || item === void 0 || (_item$_extend8 = item._extend) === null || _item$_extend8 === void 0 ? void 0 : _item$_extend8.end_date) : "",
|
637
|
-
rowKey:
|
624
|
+
rowKey: "rowKey-".concat(item === null || item === void 0 || (_item$_extend9 = item._extend) === null || _item$_extend9 === void 0 || (_item$_extend9 = _item$_extend9.other) === null || _item$_extend9 === void 0 ? void 0 : _item$_extend9.rowKey)
|
638
625
|
}, parallelResourceOtherParams);
|
639
626
|
};
|
640
627
|
var calcAddTimeTotalPrice = function calcAddTimeTotalPrice(total, addTimeProducts) {
|
@@ -676,8 +663,6 @@ export var formatProducts = function formatProducts(lists, state) {
|
|
676
663
|
id: item === null || item === void 0 ? void 0 : item.id,
|
677
664
|
_id: item === null || item === void 0 ? void 0 : item._id,
|
678
665
|
name: item === null || item === void 0 ? void 0 : item.title,
|
679
|
-
title: item === null || item === void 0 ? void 0 : item.title,
|
680
|
-
// 购物车显示需要 title 字段
|
681
666
|
price: item === null || item === void 0 || (_item$_extend14 = item._extend) === null || _item$_extend14 === void 0 ? void 0 : _item$_extend14.price,
|
682
667
|
total: calcAddTimeTotalPrice(item === null || item === void 0 || (_item$_extend15 = item._extend) === null || _item$_extend15 === void 0 ? void 0 : _item$_extend15.total, item === null || item === void 0 || (_item$_extend16 = item._extend) === null || _item$_extend16 === void 0 ? void 0 : _item$_extend16.relation_details),
|
683
668
|
origin_total: calcAddTimeTotalPrice(item === null || item === void 0 || (_item$_extend17 = item._extend) === null || _item$_extend17 === void 0 ? void 0 : _item$_extend17.origin_total, item === null || item === void 0 || (_item$_extend18 = item._extend) === null || _item$_extend18 === void 0 ? void 0 : _item$_extend18.relation_details),
|
@@ -698,10 +683,6 @@ export var formatProducts = function formatProducts(lists, state) {
|
|
698
683
|
end_date: !isNormalProduct ? item === null || item === void 0 || (_item$_extend24 = item._extend) === null || _item$_extend24 === void 0 ? void 0 : _item$_extend24.end_date : '',
|
699
684
|
holder_id: (item === null || item === void 0 || (_item$_extend25 = item._extend) === null || _item$_extend25 === void 0 ? void 0 : _item$_extend25.holder_id) || 0,
|
700
685
|
isNormalProduct: isNormalProduct,
|
701
|
-
isCustomItem: item === null || item === void 0 ? void 0 : item.isCustomItem,
|
702
|
-
// 添加自定义商品标识
|
703
|
-
vouchersApplicable: item === null || item === void 0 ? void 0 : item.vouchersApplicable,
|
704
|
-
// 是否适用优惠券/折扣
|
705
686
|
locale: state.locale,
|
706
687
|
symbol: state.amountSymbol,
|
707
688
|
relation_products: (item === null || item === void 0 || (_item$_extend26 = item._extend) === null || _item$_extend26 === void 0 ? void 0 : _item$_extend26.relation_details) || [],
|
@@ -15,6 +15,7 @@ import Pet from "../info/pet";
|
|
15
15
|
import DateCom from "../info/date";
|
16
16
|
import Footer from "../components/footer";
|
17
17
|
import TabPane from "../components/tabPane";
|
18
|
+
import AddNote from "../notes/addNote";
|
18
19
|
import Header from "../info/header";
|
19
20
|
import localeTexts from "../locales";
|
20
21
|
import { locales } from '@pisell/utils';
|
@@ -33,8 +34,6 @@ import classNames from 'classnames';
|
|
33
34
|
import useCreateBookingPageHeader from "../hooks/useCreateBookingPageHeader";
|
34
35
|
import { getLocale } from "../../../utils/locales";
|
35
36
|
import { useDebounceEffect } from 'ahooks';
|
36
|
-
import CartClientCard from "./cartClientCard";
|
37
|
-
import { Iconfont } from '@pisell/materials';
|
38
37
|
var defaultModules = {
|
39
38
|
client: 1,
|
40
39
|
date: 1,
|
@@ -44,7 +43,7 @@ var defaultModules = {
|
|
44
43
|
};
|
45
44
|
locales.init(localeTexts, getLocale());
|
46
45
|
var Info = Provider(function (props) {
|
47
|
-
var _modal$state2, _modal$
|
46
|
+
var _modal$state2, _modal$state4, _modal$state6, _context$appHelper4, _modal$state7;
|
48
47
|
// return <Payments {...props} />;
|
49
48
|
var style = props.style,
|
50
49
|
globalState = props.globalState,
|
@@ -119,20 +118,22 @@ var Info = Provider(function (props) {
|
|
119
118
|
});
|
120
119
|
}, [globalState === null || globalState === void 0 ? void 0 : globalState.bookingId, modal.state, modal.dispatch, globalState === null || globalState === void 0 ? void 0 : globalState.renderType]);
|
121
120
|
var notes = useMemo(function () {
|
121
|
+
var _modal$state3;
|
122
122
|
if (!modules.note) {
|
123
123
|
return null;
|
124
124
|
}
|
125
|
-
return globalState !== null && globalState !== void 0 && globalState.bookingId ? globalState.renderType === 'eventBooking' ? /*#__PURE__*/React.createElement(Notes, null) : null :
|
126
|
-
|
127
|
-
|
128
|
-
|
125
|
+
return globalState !== null && globalState !== void 0 && globalState.bookingId ? globalState.renderType === 'eventBooking' ? /*#__PURE__*/React.createElement(Notes, null) : null : /*#__PURE__*/React.createElement(AddNote, {
|
126
|
+
value: (_modal$state3 = modal.state) === null || _modal$state3 === void 0 || (_modal$state3 = _modal$state3.notes) === null || _modal$state3 === void 0 ? void 0 : _modal$state3.orderNote,
|
127
|
+
onChange: addNote
|
128
|
+
});
|
129
|
+
}, [modules.note, globalState === null || globalState === void 0 ? void 0 : globalState.bookingId, globalState.render, (_modal$state4 = modal.state) === null || _modal$state4 === void 0 || (_modal$state4 = _modal$state4.notes) === null || _modal$state4 === void 0 ? void 0 : _modal$state4.orderNote]);
|
129
130
|
var currentDate = useMemo(function () {
|
130
|
-
var _modal$
|
131
|
-
if ((_modal$
|
131
|
+
var _modal$state5;
|
132
|
+
if ((_modal$state5 = modal.state) !== null && _modal$state5 !== void 0 && (_modal$state5 = _modal$state5.date) !== null && _modal$state5 !== void 0 && _modal$state5.value) {
|
132
133
|
return modal.state.date.value.format('YYYY-MM-DD');
|
133
134
|
}
|
134
135
|
return null;
|
135
|
-
}, [(_modal$
|
136
|
+
}, [(_modal$state6 = modal.state) === null || _modal$state6 === void 0 || (_modal$state6 = _modal$state6.date) === null || _modal$state6 === void 0 || (_modal$state6 = _modal$state6.value) === null || _modal$state6 === void 0 ? void 0 : _modal$state6.format('YYYY-MM-DD')]);
|
136
137
|
|
137
138
|
/**
|
138
139
|
* @title: 获取资源列表数据
|
@@ -265,42 +266,19 @@ var Info = Provider(function (props) {
|
|
265
266
|
})
|
266
267
|
});
|
267
268
|
}
|
268
|
-
}), !!modal.state.setGlobalState ? /*#__PURE__*/React.createElement(TabPane, {
|
269
|
-
style:
|
270
|
-
height: context !== null && context !== void 0 && (_context$appHelper4 = context.appHelper) !== null && _context$appHelper4 !== void 0 && (_context$appHelper4 = _context$appHelper4.utils) !== null && _context$appHelper4 !== void 0 && _context$appHelper4.isMobile ? '100%' : '100vh'
|
271
|
-
},
|
269
|
+
}), !!modal.state.setGlobalState ? /*#__PURE__*/React.createElement(TabPane, _defineProperty(_defineProperty({
|
270
|
+
style: style,
|
272
271
|
header: header,
|
273
272
|
footer: /*#__PURE__*/React.createElement(Footer, {
|
274
273
|
state: modal.state,
|
275
274
|
dispatch: modal.dispatch,
|
276
275
|
source: "info"
|
277
|
-
})
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
source: "info"
|
282
|
-
}, /*#__PURE__*/React.createElement("div", {
|
276
|
+
})
|
277
|
+
}, "style", {
|
278
|
+
height: context !== null && context !== void 0 && (_context$appHelper4 = context.appHelper) !== null && _context$appHelper4 !== void 0 && (_context$appHelper4 = _context$appHelper4.utils) !== null && _context$appHelper4 !== void 0 && _context$appHelper4.isMobile ? '100%' : '100vh'
|
279
|
+
}), "bodyClassName", classNames('booking-info-warp', _defineProperty(_defineProperty({}, 'create-booking-page-info-wrap', isBookingCreatePage), 'create-booking-page-info-wrap-create', isBookingCreatePageCreateMode))), /*#__PURE__*/React.createElement("div", {
|
283
280
|
className: "booking-info"
|
284
|
-
}, createHeader, /*#__PURE__*/React.createElement(
|
285
|
-
className: "booking-info-client-line"
|
286
|
-
}, modules.client ? globalState !== null && globalState !== void 0 && globalState.isBookingTicket2 ? /*#__PURE__*/React.createElement("div", {
|
287
|
-
style: {
|
288
|
-
flex: 1,
|
289
|
-
overflow: 'hidden'
|
290
|
-
}
|
291
|
-
}, /*#__PURE__*/React.createElement(CartClientCard, null)) : /*#__PURE__*/React.createElement(Client, null) : null, globalState !== null && globalState !== void 0 && globalState.isBookingTicket2 ? /*#__PURE__*/React.createElement("div", {
|
292
|
-
className: "booking-info-client-line-code",
|
293
|
-
onClick: function onClick() {
|
294
|
-
var _globalState$onQrCode;
|
295
|
-
globalState === null || globalState === void 0 || (_globalState$onQrCode = globalState.onQrCodeClick) === null || _globalState$onQrCode === void 0 || _globalState$onQrCode.call(globalState);
|
296
|
-
}
|
297
|
-
}, /*#__PURE__*/React.createElement(Iconfont, {
|
298
|
-
type: "pisell2-a-qr-code-02",
|
299
|
-
style: {
|
300
|
-
color: '#fff',
|
301
|
-
fontSize: 42
|
302
|
-
}
|
303
|
-
})) : null), modules.holder && !((_modal$state6 = modal.state) !== null && _modal$state6 !== void 0 && _modal$state6.disabledEdit) ? /*#__PURE__*/React.createElement(React.Fragment, null, params.type === 'form' ? /*#__PURE__*/React.createElement(Pet, null) : null) : null, modules.date ? /*#__PURE__*/React.createElement(DateCom, null) : null, /*#__PURE__*/React.createElement(Skeleton, {
|
281
|
+
}, createHeader, modules.client ? /*#__PURE__*/React.createElement(Client, null) : null, modules.holder && !((_modal$state7 = modal.state) !== null && _modal$state7 !== void 0 && _modal$state7.disabledEdit) ? /*#__PURE__*/React.createElement(React.Fragment, null, params.type === 'form' ? /*#__PURE__*/React.createElement(Pet, null) : null) : null, modules.date ? /*#__PURE__*/React.createElement(DateCom, null) : null, /*#__PURE__*/React.createElement(Skeleton, {
|
304
282
|
loading: globalState.loading,
|
305
283
|
round: true,
|
306
284
|
active: true,
|
@@ -555,8 +555,7 @@ var AddTimeModal = function AddTimeModal() {
|
|
555
555
|
case 22:
|
556
556
|
// 回调关闭弹窗
|
557
557
|
state === null || state === void 0 || state.action('init');
|
558
|
-
|
559
|
-
case 24:
|
558
|
+
case 23:
|
560
559
|
case "end":
|
561
560
|
return _context5.stop();
|
562
561
|
}
|
@@ -30,7 +30,7 @@ import { renderBundles } from "../../../components/collapsibleList/utils";
|
|
30
30
|
import { useUpdateEffect, useMemoizedFn, useDebounceFn } from 'ahooks';
|
31
31
|
// import SelectTime from "../../../../../../../materials/src/components/select-time";
|
32
32
|
import { getServiceTimes, deleteCacheParams, getProductTotalPrice, isSessionProduct } from "../../../utils";
|
33
|
-
import { getErrorList
|
33
|
+
import { getErrorList } from "../../utilsByBooking";
|
34
34
|
import { formatResources, getDurationProps, getFlexibleOption, getTimeObj, setDefaultCapacitys } from "../addService/utils";
|
35
35
|
import { PisellAdjustPriceInputNumber } from '@pisell/materials';
|
36
36
|
import { editSessionProduct } from "../../../info/utils";
|
@@ -581,7 +581,7 @@ var Info = function Info(_, ref) {
|
|
581
581
|
return false;
|
582
582
|
}, [state.renderType, isNormalProduct]);
|
583
583
|
var SelectTime = (_window$BaseMaterials = window.BaseMaterials) === null || _window$BaseMaterials === void 0 ? void 0 : _window$BaseMaterials.SelectTime;
|
584
|
-
|
584
|
+
console.log(isShowTimeAndResource, 'isShowTimeAndResource');
|
585
585
|
var productName = useMemo(function () {
|
586
586
|
var _state$service7;
|
587
587
|
return /*#__PURE__*/React.createElement(Col, {
|
@@ -754,7 +754,7 @@ var Info = function Info(_, ref) {
|
|
754
754
|
form.submit();
|
755
755
|
}
|
756
756
|
}, locales.getText('pisell2.text.apply')));
|
757
|
-
}, [(_state$service$resour2 = state.service.resourcesOrigin) === null || _state$service$resour2 === void 0 ? void 0 : _state$service$resour2.length]);
|
757
|
+
}, [(_state$service$resour2 = state.service.resourcesOrigin) === null || _state$service$resour2 === void 0 ? void 0 : _state$service$resour2.length, isNormalProduct]);
|
758
758
|
console.log('render edit');
|
759
759
|
console.log(state.service.editModal && !((_state$service$cacheI13 = state.service.cacheItem) !== null && _state$service$cacheI13 !== void 0 && _state$service$cacheI13.autoClose), performance.now() - window.pp1, '打开商品1');
|
760
760
|
var _useState = useState(false),
|
@@ -777,7 +777,7 @@ var Info = function Info(_, ref) {
|
|
777
777
|
zIndex: state.service.changeService ? 999 : 1000,
|
778
778
|
forceRender: true,
|
779
779
|
mask: state.drawerMask,
|
780
|
-
open:
|
780
|
+
open: state.service.editModal && !((_state$service$cacheI14 = state.service.cacheItem) !== null && _state$service$cacheI14 !== void 0 && _state$service$cacheI14.autoClose),
|
781
781
|
title: locales.getText('pisell2.text.edit-service'),
|
782
782
|
onClose: function onClose() {
|
783
783
|
dispatch({
|
@@ -6,7 +6,7 @@ import "../../info/service/index.less";
|
|
6
6
|
import AddTimeModal from "./addTimeModal";
|
7
7
|
import useInfoHolder from "../../info/hooks/useInfoHolder";
|
8
8
|
import Lists from "../../info/service/Lists";
|
9
|
-
import
|
9
|
+
import useClearCart from "../../hooks/useClearCart";
|
10
10
|
import useQuotation from "../../hooks/useQuotation";
|
11
11
|
var Service = function Service() {
|
12
12
|
var _useContext = useContext(Context),
|
@@ -17,21 +17,18 @@ var Service = function Service() {
|
|
17
17
|
handleEdit = _useInfoHolder.handleEdit,
|
18
18
|
handleAction = _useInfoHolder.handleAction,
|
19
19
|
dispatchService = _useInfoHolder.dispatchService,
|
20
|
-
showAddTimeModal = _useInfoHolder.showAddTimeModal
|
21
|
-
editNormalServiceRef = _useInfoHolder.editNormalServiceRef;
|
20
|
+
showAddTimeModal = _useInfoHolder.showAddTimeModal;
|
22
21
|
useEffect(function () {
|
23
22
|
document.body.id = 'body';
|
24
23
|
}, []);
|
25
|
-
|
26
|
-
// const clearCart = useClearCart(state, dispatch);
|
27
|
-
|
24
|
+
var clearCart = useClearCart(state, dispatch);
|
28
25
|
var _useQuotation = useQuotation(state, dispatch),
|
29
26
|
dom = _useQuotation.dom;
|
30
27
|
var renderMemo = useMemo(function () {
|
31
28
|
console.log('render info22222');
|
32
29
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
33
30
|
className: "pisell-lowcode__booking-service-wrap"
|
34
|
-
}, /*#__PURE__*/React.createElement(Lists, {
|
31
|
+
}, clearCart, /*#__PURE__*/React.createElement(Lists, {
|
35
32
|
isParallelResource: true,
|
36
33
|
onEdit: handleEdit,
|
37
34
|
onAction: handleAction,
|
@@ -42,10 +39,8 @@ var Service = function Service() {
|
|
42
39
|
onEdit: handleEdit
|
43
40
|
}) : null), /*#__PURE__*/React.createElement(EditService, {
|
44
41
|
ref: detailRef
|
45
|
-
}), showAddTimeModal && /*#__PURE__*/React.createElement(AddTimeModal, null),
|
46
|
-
|
47
|
-
}), dom);
|
48
|
-
}, [dom, showAddTimeModal]);
|
42
|
+
}), showAddTimeModal && /*#__PURE__*/React.createElement(AddTimeModal, null), dom);
|
43
|
+
}, [clearCart, dom, showAddTimeModal, clearCart]);
|
49
44
|
return /*#__PURE__*/React.createElement(React.Fragment, null, renderMemo);
|
50
45
|
};
|
51
46
|
export default /*#__PURE__*/React.memo(Service);
|
@@ -139,7 +139,7 @@ var ServiceItem = function ServiceItem(_ref) {
|
|
139
139
|
icon: /*#__PURE__*/React.createElement(Iconfont, {
|
140
140
|
type: "pisell2-trash-01"
|
141
141
|
})
|
142
|
-
})), d.id
|
142
|
+
})), d.id ? /*#__PURE__*/React.createElement("div", {
|
143
143
|
className: "pisell-lowcode__booking-service-item-title"
|
144
144
|
}, d.title) : null, d._extend && state.renderType !== 'eventBooking' ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
145
145
|
className: "pisell-lowcode__booking-service-item-date"
|
@@ -149,7 +149,7 @@ var ServiceItem = function ServiceItem(_ref) {
|
|
149
149
|
renderItem: function renderItem(item) {
|
150
150
|
return renderBundles(item, state.amountSymbol);
|
151
151
|
}
|
152
|
-
}) : null, d.id
|
152
|
+
}) : null, d.id ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
153
153
|
className: "pisell-lowcode__booking-service-item-price-wrap"
|
154
154
|
}, /*#__PURE__*/React.createElement("span", {
|
155
155
|
className: "pisell-lowcode__booking-service-item-price"
|
@@ -33,4 +33,3 @@ export declare const getAppointmentTimingPreference: (state: any) => any;
|
|
33
33
|
* @Date: 2024-01-26 14:09
|
34
34
|
*/
|
35
35
|
export declare const getServiceStartTimeAndEndTime: (state: any, cacheItem: any, timeObj: any) => any;
|
36
|
-
export declare const getIsNoSpecAndPackage: (product: any) => boolean;
|
@@ -10,8 +10,6 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
10
10
|
import dayjs from 'dayjs';
|
11
11
|
import { locales } from "@pisell/utils";
|
12
12
|
import { getCacheParams, getServeStartTime, getLastServer, flexibleObj, getServiceTimes, findNextDuration, getDays, isSessionProduct } from "../utils";
|
13
|
-
import { isNormalProductByDurationSchedule } from "../info/service2/utils";
|
14
|
-
import { isOption } from "../../ticketBooking/components/addServiceVariant/utils";
|
15
13
|
|
16
14
|
// 获取当前剩余量
|
17
15
|
var getUseableEventCount = function getUseableEventCount(eventList, current) {
|
@@ -321,19 +319,11 @@ export var getAppointmentTimingPreference = function getAppointmentTimingPrefere
|
|
321
319
|
* @Date: 2024-01-26 14:09
|
322
320
|
*/
|
323
321
|
export var getServiceStartTimeAndEndTime = function getServiceStartTimeAndEndTime(state, cacheItem, timeObj) {
|
324
|
-
var
|
325
|
-
// 自定义商品不需要时间相关处理,直接返回基础扩展参数
|
326
|
-
if (cacheItem !== null && cacheItem !== void 0 && cacheItem.isCustomItem) {
|
327
|
-
return {
|
328
|
-
duration: null // 自定义商品没有时长概念
|
329
|
-
};
|
330
|
-
}
|
322
|
+
var _cacheItem$duration, _cacheItem$_extend2;
|
331
323
|
var appointmentTimingPreference = getAppointmentTimingPreference(state);
|
332
324
|
|
333
|
-
//
|
334
|
-
var lastServer = getLastServer(
|
335
|
-
return !item.isCustomItem;
|
336
|
-
}));
|
325
|
+
// 获取上一个服务商品
|
326
|
+
var lastServer = getLastServer(state.service.value);
|
337
327
|
|
338
328
|
// 下一个商品的扩展参数
|
339
329
|
var _extend = {
|
@@ -409,18 +399,4 @@ export var getServiceStartTimeAndEndTime = function getServiceStartTimeAndEndTim
|
|
409
399
|
}, 'minutes');
|
410
400
|
}
|
411
401
|
return _extend;
|
412
|
-
};
|
413
|
-
|
414
|
-
// 是否是无规格无套餐商品的非预约商品
|
415
|
-
export var getIsNoSpecAndPackage = function getIsNoSpecAndPackage(product) {
|
416
|
-
var _product$variant;
|
417
|
-
if (!isNormalProductByDurationSchedule(product)) {
|
418
|
-
return false;
|
419
|
-
}
|
420
|
-
// 编辑状态参数判断
|
421
|
-
if (product !== null && product !== void 0 && product.isEditBooking) {
|
422
|
-
var _product$product_bund, _product$product_sku;
|
423
|
-
return (product === null || product === void 0 || (_product$product_bund = product.product_bundle) === null || _product$product_bund === void 0 ? void 0 : _product$product_bund.length) === 0 && (product === null || product === void 0 ? void 0 : product.product_variant_id) === 0 && ((product === null || product === void 0 || (_product$product_sku = product.product_sku) === null || _product$product_sku === void 0 || (_product$product_sku = _product$product_sku.option) === null || _product$product_sku === void 0 ? void 0 : _product$product_sku.length) || 0) === 0;
|
424
|
-
}
|
425
|
-
return (product === null || product === void 0 ? void 0 : product.is_bundle) === 0 && ((product === null || product === void 0 || (_product$variant = product.variant) === null || _product$variant === void 0 ? void 0 : _product$variant.length) || 0) === 0 && !isOption(product);
|
426
402
|
};
|
@@ -223,7 +223,6 @@ declare const _default: {
|
|
223
223
|
'pisell2.booking.dashboard.departed-visitors': string;
|
224
224
|
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
225
225
|
'pisell2.booking.dashboard.default': string;
|
226
|
-
'pisell2.booking.info.text.clear': string;
|
227
226
|
'pisell2.booking.info.text.clear-cart': string;
|
228
227
|
'pisell2.booking.info.text.clear-all': string;
|
229
228
|
'pisell2.booking.info.text.create-new': string;
|
@@ -241,30 +240,6 @@ declare const _default: {
|
|
241
240
|
'pisell2.text.missing.reservation.content': string;
|
242
241
|
'pisell2.text.confirm': string;
|
243
242
|
'pisell2.text.cancel': string;
|
244
|
-
'pisell2.action-buttons.clear': string;
|
245
|
-
'pisell2.action-buttons.manuel-order': string;
|
246
|
-
'pisell2.action-buttons.customise-item': string;
|
247
|
-
'pisell2.action-buttons.no-items-to-adjust': string;
|
248
|
-
'pisell2.action-buttons.adjust-order-price': string;
|
249
|
-
'pisell2.action-buttons.price-adjusted-success': string;
|
250
|
-
'pisell2.action-buttons.clear-success': string;
|
251
|
-
'pisell2.text.manual-price-adjustment': string;
|
252
|
-
'pisell2.customise-item.modal-title': string;
|
253
|
-
'pisell2.customise-item.product-name': string;
|
254
|
-
'pisell2.customise-item.default-product-name': string;
|
255
|
-
'pisell2.customise-item.vouchers-applicable': string;
|
256
|
-
'pisell2.customise-item.sell-price': string;
|
257
|
-
'pisell2.customise-item.manual-deduction-price': string;
|
258
|
-
'pisell2.customise-item.amount-placeholder': string;
|
259
|
-
'pisell2.customise-item.save': string;
|
260
|
-
'pisell2.customise-item.save-success': string;
|
261
|
-
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
262
|
-
'pisell2.subtotal.total': string;
|
263
|
-
'pisell2.clear-cart-modal.title': string;
|
264
|
-
'pisell2.clear-cart-modal.clear-items-only': string;
|
265
|
-
'pisell2.clear-cart-modal.clear-all-reset': string;
|
266
|
-
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
267
|
-
'pisell2.voucher-modal.title': string;
|
268
243
|
'pisell2.text.change.pet.title': string;
|
269
244
|
'pisell2.text.change.pet.content': string;
|
270
245
|
'pisell2.text.change.pet.content1': string;
|
@@ -298,7 +273,6 @@ declare const _default: {
|
|
298
273
|
'pisell2.text.validity.valid_through': (str: string) => string;
|
299
274
|
'pisell2.text.quotation.product.change.title': string;
|
300
275
|
'pisell2.text.quotation.product.change.describe': string;
|
301
|
-
'pisell2.booking.notes.placeholder': string;
|
302
276
|
};
|
303
277
|
'zh-CN': {
|
304
278
|
'pisell2.text.refunded-amount': string;
|
@@ -524,7 +498,6 @@ declare const _default: {
|
|
524
498
|
'pisell2.booking.dashboard.departed-visitors': string;
|
525
499
|
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
526
500
|
'pisell2.booking.dashboard.default': string;
|
527
|
-
'pisell2.booking.info.text.clear': string;
|
528
501
|
'pisell2.booking.info.text.clear-cart': string;
|
529
502
|
'pisell2.booking.info.text.clear-all': string;
|
530
503
|
'pisell2.booking.info.text.create-new': string;
|
@@ -542,30 +515,6 @@ declare const _default: {
|
|
542
515
|
'pisell2.text.missing.reservation.content': string;
|
543
516
|
'pisell2.text.confirm': string;
|
544
517
|
'pisell2.text.cancel': string;
|
545
|
-
'pisell2.action-buttons.clear': string;
|
546
|
-
'pisell2.action-buttons.manuel-order': string;
|
547
|
-
'pisell2.action-buttons.customise-item': string;
|
548
|
-
'pisell2.action-buttons.no-items-to-adjust': string;
|
549
|
-
'pisell2.action-buttons.adjust-order-price': string;
|
550
|
-
'pisell2.action-buttons.price-adjusted-success': string;
|
551
|
-
'pisell2.action-buttons.clear-success': string;
|
552
|
-
'pisell2.text.manual-price-adjustment': string;
|
553
|
-
'pisell2.customise-item.modal-title': string;
|
554
|
-
'pisell2.customise-item.product-name': string;
|
555
|
-
'pisell2.customise-item.default-product-name': string;
|
556
|
-
'pisell2.customise-item.vouchers-applicable': string;
|
557
|
-
'pisell2.customise-item.sell-price': string;
|
558
|
-
'pisell2.customise-item.manual-deduction-price': string;
|
559
|
-
'pisell2.customise-item.amount-placeholder': string;
|
560
|
-
'pisell2.customise-item.save': string;
|
561
|
-
'pisell2.customise-item.save-success': string;
|
562
|
-
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
563
|
-
'pisell2.subtotal.total': string;
|
564
|
-
'pisell2.clear-cart-modal.title': string;
|
565
|
-
'pisell2.clear-cart-modal.clear-items-only': string;
|
566
|
-
'pisell2.clear-cart-modal.clear-all-reset': string;
|
567
|
-
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
568
|
-
'pisell2.voucher-modal.title': string;
|
569
518
|
'pisell2.text.change.pet.title': string;
|
570
519
|
'pisell2.text.change.pet.content': string;
|
571
520
|
'pisell2.text.change.pet.content1': string;
|
@@ -599,7 +548,6 @@ declare const _default: {
|
|
599
548
|
'pisell2.text.validity.valid_through': (str: string) => string;
|
600
549
|
'pisell2.text.quotation.product.change.title': string;
|
601
550
|
'pisell2.text.quotation.product.change.describe': string;
|
602
|
-
'pisell2.booking.notes.placeholder': string;
|
603
551
|
};
|
604
552
|
'zh-HK': {
|
605
553
|
'pisell2.text.refunded-amount': string;
|
@@ -825,7 +773,6 @@ declare const _default: {
|
|
825
773
|
'pisell2.booking.dashboard.departed-visitors': string;
|
826
774
|
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
827
775
|
'pisell2.booking.dashboard.default': string;
|
828
|
-
'pisell2.booking.info.text.clear': string;
|
829
776
|
'pisell2.booking.info.text.clear-cart': string;
|
830
777
|
'pisell2.booking.info.text.clear-all': string;
|
831
778
|
'pisell2.booking.info.text.create-new': string;
|
@@ -843,30 +790,6 @@ declare const _default: {
|
|
843
790
|
'pisell2.text.missing.reservation.content': string;
|
844
791
|
'pisell2.text.confirm': string;
|
845
792
|
'pisell2.text.cancel': string;
|
846
|
-
'pisell2.action-buttons.clear': string;
|
847
|
-
'pisell2.action-buttons.manuel-order': string;
|
848
|
-
'pisell2.action-buttons.customise-item': string;
|
849
|
-
'pisell2.action-buttons.no-items-to-adjust': string;
|
850
|
-
'pisell2.action-buttons.adjust-order-price': string;
|
851
|
-
'pisell2.action-buttons.price-adjusted-success': string;
|
852
|
-
'pisell2.action-buttons.clear-success': string;
|
853
|
-
'pisell2.text.manual-price-adjustment': string;
|
854
|
-
'pisell2.customise-item.modal-title': string;
|
855
|
-
'pisell2.customise-item.product-name': string;
|
856
|
-
'pisell2.customise-item.default-product-name': string;
|
857
|
-
'pisell2.customise-item.vouchers-applicable': string;
|
858
|
-
'pisell2.customise-item.sell-price': string;
|
859
|
-
'pisell2.customise-item.manual-deduction-price': string;
|
860
|
-
'pisell2.customise-item.amount-placeholder': string;
|
861
|
-
'pisell2.customise-item.save': string;
|
862
|
-
'pisell2.customise-item.save-success': string;
|
863
|
-
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
864
|
-
'pisell2.subtotal.total': string;
|
865
|
-
'pisell2.clear-cart-modal.title': string;
|
866
|
-
'pisell2.clear-cart-modal.clear-items-only': string;
|
867
|
-
'pisell2.clear-cart-modal.clear-all-reset': string;
|
868
|
-
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
869
|
-
'pisell2.voucher-modal.title': string;
|
870
793
|
'pisell2.text.change.pet.title': string;
|
871
794
|
'pisell2.text.change.pet.content': string;
|
872
795
|
'pisell2.text.change.pet.content1': string;
|
@@ -900,7 +823,6 @@ declare const _default: {
|
|
900
823
|
'pisell2.text.validity.valid_through': (str: string) => string;
|
901
824
|
'pisell2.text.quotation.product.change.title': string;
|
902
825
|
'pisell2.text.quotation.product.change.describe': string;
|
903
|
-
'pisell2.booking.notes.placeholder': string;
|
904
826
|
};
|
905
827
|
};
|
906
828
|
export default _default;
|