@pisell/private-materials 6.3.64 → 6.3.66
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 -1
- package/build/lowcode/preview.js +145 -145
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +7 -7
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +8 -8
- package/es/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/es/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/es/businessModel/index.d.ts +0 -0
- package/es/components/Sales/Cart/types.d.ts +31 -0
- package/es/components/Sales/Cart/utils.d.ts +63 -0
- package/es/components/Sales/Checkout/utils.d.ts +41 -0
- package/es/components/Sales/Customer/index.d.ts +25 -0
- package/es/components/Sales/hooks/index.d.ts +1 -0
- package/es/components/Sales/utils/index.d.ts +1 -0
- package/es/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +12 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Form/utils.d.ts +8 -0
- package/es/components/appointmentBooking/components/Resource/utils.d.ts +5 -0
- package/es/components/appointmentBooking/type.d.ts +17 -0
- package/es/components/booking/components/TabProduct/tabs/index.d.ts +21 -0
- package/es/components/booking/components/drawer/index.d.ts +19 -0
- package/es/components/booking/components/footer/serve.d.ts +3 -0
- package/es/components/booking/components/footer/utils.d.ts +1 -0
- package/es/components/booking/components/footer/utils.js +42 -23
- package/es/components/booking/components/menuButton/index.d.ts +10 -0
- package/es/components/booking/components/voucher/index.js +7 -8
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/deposit/serve.d.ts +8 -0
- package/es/components/booking/editBookingModal/locales.d.ts +21 -0
- package/es/components/booking/editBookingModal/mock.d.ts +807 -0
- package/es/components/booking/editBookingModal/type.d.ts +12 -0
- package/es/components/booking/forms/format.d.ts +11 -0
- package/es/components/booking/info/Provider.d.ts +0 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +2 -0
- package/es/components/booking/info/hooks/useGetHolderList.d.ts +2 -0
- package/es/components/booking/info/service/serviceItem/Sales/index.d.ts +0 -0
- package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/es/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/es/components/booking/info2/service/addService/mock.d.ts +214 -0
- package/es/components/booking/info2/service/addTimeModal/serve.d.ts +9 -0
- package/es/components/booking/info2/service/editService/Capacity/index.d.ts +4 -0
- package/es/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/es/components/booking/materiels/startTime/index.d.ts +10 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/deviceList/index.d.ts +2 -0
- package/es/components/eftpos/form/index.d.ts +20 -0
- package/es/components/eftpos/group/index.d.ts +5 -0
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/icon/apiKey.d.ts +4 -0
- package/es/components/eftpos/icon/device.d.ts +4 -0
- package/es/components/eftpos/locales.d.ts +99 -0
- package/es/components/eftpos/log.d.ts +8 -0
- package/es/components/eftpos/receipt/index.d.ts +23 -0
- package/es/components/eftpos/surcharge/index.d.ts +30 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/alert/index.d.ts +6 -0
- package/es/components/eftposPay/component/alert/warn.d.ts +2 -0
- package/es/components/eftposPay/component/header/index.d.ts +10 -0
- package/es/components/eftposPay/component/header/titlebar.d.ts +12 -0
- package/es/components/eftposPay/component/step/index.d.ts +11 -0
- package/es/components/eftposPay/component/step/step.d.ts +8 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/helper.d.ts +83 -0
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/store/useThunkReducer.d.ts +9 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +13 -0
- package/es/components/eftposPay/windcave/timer.d.ts +29 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +3 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +4 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/es/components/eventBooking/locales.d.ts +246 -0
- package/es/components/eventBooking/type.d.ts +17 -0
- package/es/components/eventBooking/utils.d.ts +45 -0
- package/es/components/login/locales.d.ts +24 -0
- package/es/components/pay/toC/PaymentList/mock.d.ts +88 -0
- package/es/components/pay/toC/PaymentList/status.d.ts +4 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/serve.d.ts +9 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/DynamicSDK.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +7 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +7 -0
- package/es/components/pay/toC/PaymentMethods/hooks/index.d.ts +19 -0
- package/es/components/pinModal/locales.d.ts +27 -0
- package/es/components/pinModal/types.d.ts +0 -0
- package/es/components/pinVerifyModal/locales.d.ts +24 -0
- package/es/components/pinVerifyModal/types.d.ts +33 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/mock.d.ts +47 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +81 -0
- package/es/components/productExtension/card/index.d.ts +10 -0
- package/es/components/productExtension/fields/Actor/Container/index.d.ts +12 -0
- package/es/components/productExtension/fields/Actor/CutOffTime/status.d.ts +0 -0
- package/es/components/productExtension/fields/Forms/index.d.ts +10 -0
- package/es/components/productExtension/fields/SelectProducts/mock.d.ts +0 -0
- package/es/components/productExtension/fields/SelectResourcesTable/mock.d.ts +2681 -0
- package/es/components/productExtension/locales.d.ts +48 -0
- package/es/components/productSelect/components/TabProduct/tabs/index.d.ts +21 -0
- package/es/components/productSelect/hooks/useToken.d.ts +18 -0
- package/es/components/productSelect/locales.d.ts +18 -0
- package/es/components/productSelect/mock.d.ts +134 -0
- package/es/components/productSelect/theme/token.d.ts +17 -0
- package/es/components/schedules/components/Card/index.d.ts +6 -0
- package/es/components/schedules/components/CurrentDay/utils.d.ts +1 -0
- package/es/components/schedules/components/DropdownSort/index.d.ts +3 -0
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +11 -0
- package/es/components/schedules/constants.d.ts +1 -0
- package/es/components/schedules/locales.d.ts +87 -0
- package/es/components/schedules/resources/add/index.d.ts +3 -0
- package/es/components/schedules/resources/relationProduct/index.d.ts +6 -0
- package/es/components/schedules/type.d.ts +157 -0
- package/es/components/shoppingCart/mock.d.ts +40 -0
- package/es/components/shoppingCart/utils.d.ts +63 -0
- package/es/components/stepController/components/Content/index.d.ts +7 -0
- package/es/components/stepController/components/Footer/index.d.ts +8 -0
- package/es/components/stepController/locales.d.ts +27 -0
- package/es/components/stepController/types.d.ts +23 -0
- package/es/components/systemSettings/registry/components/SectionList.js +5 -1
- package/es/components/tabProduct/card/index.d.ts +7 -0
- package/es/components/tabProduct/index.d.ts +16 -0
- package/es/components/tabProduct/tabs/index.d.ts +21 -0
- package/es/components/taxSelect/locales.d.ts +24 -0
- package/es/components/ticketBooking/data.d.ts +58 -0
- package/es/components/ticketBooking/hooks/useNetworkStatus.d.ts +11 -0
- package/es/components/ticketBooking/miniRedux.d.ts +22 -0
- package/es/components/walletList/model.d.ts +6 -0
- package/es/components/workSpaceList/components/AppearanceEdit/Color.d.ts +9 -0
- package/es/components/workSpaceList/components/AppearanceShow/index.d.ts +11 -0
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/es/components/workSpaceList/data.d.ts +42 -0
- package/es/hooks/useComponents.d.ts +5 -0
- package/es/hooks/useLocale.d.ts +2 -0
- package/es/hooks/useLoginUser.d.ts +2 -0
- package/es/hooks/usePrefix.d.ts +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/productSelect/ProductList/index.d.ts +22 -0
- package/es/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/es/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/es/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/es/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/es/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/es/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/es/plus/productSelect/locales.d.ts +18 -0
- package/es/plus/productSelect/theme/token.d.ts +17 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +15 -0
- package/es/plus/saasCreateOrganization/types.d.ts +69 -0
- package/es/plus/saasLogin/locales.d.ts +51 -0
- package/es/plus/saasLogin/types.d.ts +62 -0
- package/es/plus/saasLogin/utils.d.ts +35 -0
- package/es/plus/saasRegister/locales.d.ts +117 -0
- package/es/plus/saasRegister/types.d.ts +114 -0
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/es/plus/skuOptionsSelection/utils/index.d.ts +7 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +3 -1
- package/es/pro/Login2.0/components/LoginCodeInput.js +36 -3
- package/es/utils/date.d.ts +11 -0
- package/es/utils/load.d.ts +11 -0
- package/es/utils/locales.d.ts +1 -0
- package/es/utils/tasks/type.d.ts +4 -0
- package/lib/businessModel/SalesModel/Sales/index.d.ts +24 -0
- package/lib/businessModel/SalesModel/hooks/index.d.ts +1 -0
- package/lib/businessModel/index.d.ts +0 -0
- package/lib/components/Sales/Cart/types.d.ts +31 -0
- package/lib/components/Sales/Cart/utils.d.ts +63 -0
- package/lib/components/Sales/Checkout/utils.d.ts +41 -0
- package/lib/components/Sales/Customer/index.d.ts +25 -0
- package/lib/components/Sales/hooks/index.d.ts +1 -0
- package/lib/components/Sales/utils/index.d.ts +1 -0
- package/lib/components/appointmentBooking/components/ConfirmInformation/utils.d.ts +12 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Form/utils.d.ts +8 -0
- package/lib/components/appointmentBooking/components/Resource/utils.d.ts +5 -0
- package/lib/components/appointmentBooking/type.d.ts +17 -0
- package/lib/components/booking/components/TabProduct/tabs/index.d.ts +21 -0
- package/lib/components/booking/components/drawer/index.d.ts +19 -0
- package/lib/components/booking/components/footer/serve.d.ts +3 -0
- package/lib/components/booking/components/footer/utils.d.ts +1 -0
- package/lib/components/booking/components/footer/utils.js +20 -3
- package/lib/components/booking/components/menuButton/index.d.ts +10 -0
- package/lib/components/booking/components/voucher/index.js +1 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/deposit/serve.d.ts +8 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +21 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +807 -0
- package/lib/components/booking/editBookingModal/type.d.ts +12 -0
- package/lib/components/booking/forms/format.d.ts +11 -0
- package/lib/components/booking/info/Provider.d.ts +0 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +2 -0
- package/lib/components/booking/info/hooks/useGetHolderList.d.ts +2 -0
- package/lib/components/booking/info/service/serviceItem/Sales/index.d.ts +0 -0
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +11 -0
- package/lib/components/booking/info/service/serviceManager/utils.d.ts +0 -0
- package/lib/components/booking/info2/service/addService/mock.d.ts +214 -0
- package/lib/components/booking/info2/service/addTimeModal/serve.d.ts +9 -0
- package/lib/components/booking/info2/service/editService/Capacity/index.d.ts +4 -0
- package/lib/components/booking/info2/service/editService/Resources/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/ResourcesV2/MaxLengthSelect/index.d.ts +7 -0
- package/lib/components/booking/materiels/startTime/index.d.ts +10 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/deviceList/index.d.ts +2 -0
- package/lib/components/eftpos/form/index.d.ts +20 -0
- package/lib/components/eftpos/group/index.d.ts +5 -0
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/icon/apiKey.d.ts +4 -0
- package/lib/components/eftpos/icon/device.d.ts +4 -0
- package/lib/components/eftpos/locales.d.ts +99 -0
- package/lib/components/eftpos/log.d.ts +8 -0
- package/lib/components/eftpos/receipt/index.d.ts +23 -0
- package/lib/components/eftpos/surcharge/index.d.ts +30 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/alert/index.d.ts +6 -0
- package/lib/components/eftposPay/component/alert/warn.d.ts +2 -0
- package/lib/components/eftposPay/component/header/index.d.ts +10 -0
- package/lib/components/eftposPay/component/header/titlebar.d.ts +12 -0
- package/lib/components/eftposPay/component/step/index.d.ts +11 -0
- package/lib/components/eftposPay/component/step/step.d.ts +8 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/helper.d.ts +83 -0
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/store/useThunkReducer.d.ts +9 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +13 -0
- package/lib/components/eftposPay/windcave/timer.d.ts +29 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +3 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +4 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/state.d.ts +63 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/utils.d.ts +34 -0
- package/lib/components/eventBooking/locales.d.ts +246 -0
- package/lib/components/eventBooking/type.d.ts +17 -0
- package/lib/components/eventBooking/utils.d.ts +45 -0
- package/lib/components/login/locales.d.ts +24 -0
- package/lib/components/pay/toC/PaymentList/mock.d.ts +88 -0
- package/lib/components/pay/toC/PaymentList/status.d.ts +4 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/serve.d.ts +9 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/DynamicSDK.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +7 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +7 -0
- package/lib/components/pay/toC/PaymentMethods/hooks/index.d.ts +19 -0
- package/lib/components/pinModal/locales.d.ts +27 -0
- package/lib/components/pinModal/types.d.ts +0 -0
- package/lib/components/pinVerifyModal/locales.d.ts +24 -0
- package/lib/components/pinVerifyModal/types.d.ts +33 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/mock.d.ts +47 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +81 -0
- package/lib/components/productExtension/card/index.d.ts +10 -0
- package/lib/components/productExtension/fields/Actor/Container/index.d.ts +12 -0
- package/lib/components/productExtension/fields/Actor/CutOffTime/status.d.ts +0 -0
- package/lib/components/productExtension/fields/Forms/index.d.ts +10 -0
- package/lib/components/productExtension/fields/SelectProducts/mock.d.ts +0 -0
- package/lib/components/productExtension/fields/SelectResourcesTable/mock.d.ts +2681 -0
- package/lib/components/productExtension/locales.d.ts +48 -0
- package/lib/components/productSelect/components/TabProduct/tabs/index.d.ts +21 -0
- package/lib/components/productSelect/hooks/useToken.d.ts +18 -0
- package/lib/components/productSelect/locales.d.ts +18 -0
- package/lib/components/productSelect/mock.d.ts +134 -0
- package/lib/components/productSelect/theme/token.d.ts +17 -0
- package/lib/components/schedules/components/Card/index.d.ts +6 -0
- package/lib/components/schedules/components/CurrentDay/utils.d.ts +1 -0
- package/lib/components/schedules/components/DropdownSort/index.d.ts +3 -0
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +11 -0
- package/lib/components/schedules/constants.d.ts +1 -0
- package/lib/components/schedules/locales.d.ts +87 -0
- package/lib/components/schedules/resources/add/index.d.ts +3 -0
- package/lib/components/schedules/resources/relationProduct/index.d.ts +6 -0
- package/lib/components/schedules/type.d.ts +157 -0
- package/lib/components/shoppingCart/mock.d.ts +40 -0
- package/lib/components/shoppingCart/utils.d.ts +63 -0
- package/lib/components/stepController/components/Content/index.d.ts +7 -0
- package/lib/components/stepController/components/Footer/index.d.ts +8 -0
- package/lib/components/stepController/locales.d.ts +27 -0
- package/lib/components/stepController/types.d.ts +23 -0
- package/lib/components/systemSettings/registry/components/SectionList.js +4 -1
- package/lib/components/tabProduct/card/index.d.ts +7 -0
- package/lib/components/tabProduct/index.d.ts +16 -0
- package/lib/components/tabProduct/tabs/index.d.ts +21 -0
- package/lib/components/taxSelect/locales.d.ts +24 -0
- package/lib/components/ticketBooking/data.d.ts +58 -0
- package/lib/components/ticketBooking/hooks/useNetworkStatus.d.ts +11 -0
- package/lib/components/ticketBooking/miniRedux.d.ts +22 -0
- package/lib/components/walletList/model.d.ts +6 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/Color.d.ts +9 -0
- package/lib/components/workSpaceList/components/AppearanceShow/index.d.ts +11 -0
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -0
- package/lib/components/workSpaceList/data.d.ts +42 -0
- package/lib/hooks/useComponents.d.ts +5 -0
- package/lib/hooks/useLocale.d.ts +2 -0
- package/lib/hooks/useLoginUser.d.ts +2 -0
- package/lib/hooks/usePrefix.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +3 -0
- package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/productSelect/ProductList/index.d.ts +22 -0
- package/lib/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/lib/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/lib/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/lib/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/lib/plus/productSelect/locales.d.ts +18 -0
- package/lib/plus/productSelect/theme/token.d.ts +17 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +15 -0
- package/lib/plus/saasCreateOrganization/types.d.ts +69 -0
- package/lib/plus/saasLogin/locales.d.ts +51 -0
- package/lib/plus/saasLogin/types.d.ts +62 -0
- package/lib/plus/saasLogin/utils.d.ts +35 -0
- package/lib/plus/saasRegister/locales.d.ts +117 -0
- package/lib/plus/saasRegister/types.d.ts +114 -0
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/utils/index.d.ts +7 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -1
- package/lib/pro/Login2.0/components/LoginCodeInput.js +26 -4
- package/lib/utils/date.d.ts +11 -0
- package/lib/utils/load.d.ts +11 -0
- package/lib/utils/locales.d.ts +1 -0
- package/lib/utils/tasks/type.d.ts +4 -0
- package/package.json +4 -4
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
|
@@ -0,0 +1,807 @@
|
|
|
1
|
+
export declare const mockBooking: {
|
|
2
|
+
id: number;
|
|
3
|
+
shop_id: number;
|
|
4
|
+
customer_id: number;
|
|
5
|
+
customer_name: string;
|
|
6
|
+
email: string;
|
|
7
|
+
phone: string;
|
|
8
|
+
country_calling_code: string;
|
|
9
|
+
note: string;
|
|
10
|
+
is_price_include_tax: number;
|
|
11
|
+
tax_rate: string;
|
|
12
|
+
tax_title: string;
|
|
13
|
+
tax_fee: string;
|
|
14
|
+
surcharge_fee: string;
|
|
15
|
+
pay_processing_fee: string;
|
|
16
|
+
gateway_fee: string;
|
|
17
|
+
shop_discount: string;
|
|
18
|
+
shop_discount_reason: string;
|
|
19
|
+
total_product_discount_amount: string;
|
|
20
|
+
product_expect_amount: string;
|
|
21
|
+
expect_amount: string;
|
|
22
|
+
total_amount: string;
|
|
23
|
+
rounding_amount: string;
|
|
24
|
+
paid_amount: string;
|
|
25
|
+
order_paid_amount: string;
|
|
26
|
+
total_refund_amount: string;
|
|
27
|
+
amount_gap: string;
|
|
28
|
+
payment_status: string;
|
|
29
|
+
platform: string;
|
|
30
|
+
order_sales_channel: string;
|
|
31
|
+
sales_channel: string;
|
|
32
|
+
customer: {
|
|
33
|
+
id: number;
|
|
34
|
+
shop_id: number;
|
|
35
|
+
user_id: number;
|
|
36
|
+
status: number;
|
|
37
|
+
country_calling_code: string;
|
|
38
|
+
cover: string;
|
|
39
|
+
phone: string;
|
|
40
|
+
display_name: string;
|
|
41
|
+
first_name: string;
|
|
42
|
+
last_name: string;
|
|
43
|
+
nickname: string;
|
|
44
|
+
email: string;
|
|
45
|
+
gender: number;
|
|
46
|
+
birthday: null;
|
|
47
|
+
tax_exempt: null;
|
|
48
|
+
accepts_marketing: number;
|
|
49
|
+
note: string;
|
|
50
|
+
orders_count: number;
|
|
51
|
+
total_spent: string;
|
|
52
|
+
locale: string;
|
|
53
|
+
last_visit_time: null;
|
|
54
|
+
is_register: number;
|
|
55
|
+
source_type: string;
|
|
56
|
+
channel: string;
|
|
57
|
+
register_channel: string;
|
|
58
|
+
source_id: number;
|
|
59
|
+
platform_token: string;
|
|
60
|
+
platform: string;
|
|
61
|
+
member_id: string;
|
|
62
|
+
total_integral: string;
|
|
63
|
+
guest_code: null;
|
|
64
|
+
is_deleted: number;
|
|
65
|
+
create_time: null;
|
|
66
|
+
update_time: string;
|
|
67
|
+
created_at: null;
|
|
68
|
+
updated_at: string;
|
|
69
|
+
deleted_at: null;
|
|
70
|
+
waiver_form: never[];
|
|
71
|
+
};
|
|
72
|
+
surcharge: never[];
|
|
73
|
+
holder: {
|
|
74
|
+
customer_id: number;
|
|
75
|
+
form_id: number;
|
|
76
|
+
form_record: never[];
|
|
77
|
+
};
|
|
78
|
+
relation_details: never[];
|
|
79
|
+
bookings: {
|
|
80
|
+
id: number;
|
|
81
|
+
status: string;
|
|
82
|
+
booking_id: string;
|
|
83
|
+
appointment_status: string;
|
|
84
|
+
like_status: string;
|
|
85
|
+
relation_type: string;
|
|
86
|
+
relation_id: number;
|
|
87
|
+
metadata: {
|
|
88
|
+
multiple_resource_flag: number;
|
|
89
|
+
};
|
|
90
|
+
list: {
|
|
91
|
+
id: number;
|
|
92
|
+
keys: string;
|
|
93
|
+
relation_id: number;
|
|
94
|
+
start_date: string;
|
|
95
|
+
start_time: string;
|
|
96
|
+
end_date: string;
|
|
97
|
+
end_time: string;
|
|
98
|
+
is_all: number;
|
|
99
|
+
select_date: string;
|
|
100
|
+
sub_type: string;
|
|
101
|
+
duration: number;
|
|
102
|
+
status: string;
|
|
103
|
+
like_status: string;
|
|
104
|
+
appointment_status: string;
|
|
105
|
+
relation_type: string;
|
|
106
|
+
schedule_id: number;
|
|
107
|
+
number: number;
|
|
108
|
+
metadata: {
|
|
109
|
+
capacity: {
|
|
110
|
+
id: number;
|
|
111
|
+
name: string;
|
|
112
|
+
value: number;
|
|
113
|
+
}[];
|
|
114
|
+
};
|
|
115
|
+
relation_form_name: string;
|
|
116
|
+
event_resources: ({
|
|
117
|
+
id: number;
|
|
118
|
+
shop_id: number;
|
|
119
|
+
schedule_event_id: number;
|
|
120
|
+
category: string;
|
|
121
|
+
form_id: number;
|
|
122
|
+
parent_relation_id: number;
|
|
123
|
+
relation_type: string;
|
|
124
|
+
relation_id: number;
|
|
125
|
+
capacity: number;
|
|
126
|
+
like_status: string;
|
|
127
|
+
metadata: {
|
|
128
|
+
form_name: string;
|
|
129
|
+
resource_name: string;
|
|
130
|
+
combined_resource: {
|
|
131
|
+
status: number;
|
|
132
|
+
resource_ids: number[];
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
created_at: string;
|
|
136
|
+
updated_at: string;
|
|
137
|
+
deleted_at: null;
|
|
138
|
+
children: {
|
|
139
|
+
id: number;
|
|
140
|
+
shop_id: number;
|
|
141
|
+
schedule_event_id: number;
|
|
142
|
+
category: string;
|
|
143
|
+
form_id: number;
|
|
144
|
+
parent_relation_id: number;
|
|
145
|
+
relation_type: string;
|
|
146
|
+
relation_id: number;
|
|
147
|
+
capacity: number;
|
|
148
|
+
like_status: string;
|
|
149
|
+
metadata: null;
|
|
150
|
+
created_at: string;
|
|
151
|
+
updated_at: string;
|
|
152
|
+
deleted_at: null;
|
|
153
|
+
}[];
|
|
154
|
+
} | {
|
|
155
|
+
id: number;
|
|
156
|
+
shop_id: number;
|
|
157
|
+
schedule_event_id: number;
|
|
158
|
+
category: string;
|
|
159
|
+
form_id: number;
|
|
160
|
+
parent_relation_id: number;
|
|
161
|
+
relation_type: string;
|
|
162
|
+
relation_id: number;
|
|
163
|
+
capacity: number;
|
|
164
|
+
like_status: string;
|
|
165
|
+
metadata: {
|
|
166
|
+
form_name: string;
|
|
167
|
+
resource_name: string;
|
|
168
|
+
combined_resource?: undefined;
|
|
169
|
+
};
|
|
170
|
+
created_at: string;
|
|
171
|
+
updated_at: string;
|
|
172
|
+
deleted_at: null;
|
|
173
|
+
children: never[];
|
|
174
|
+
} | {
|
|
175
|
+
id: number;
|
|
176
|
+
shop_id: number;
|
|
177
|
+
schedule_event_id: number;
|
|
178
|
+
category: string;
|
|
179
|
+
form_id: number;
|
|
180
|
+
parent_relation_id: number;
|
|
181
|
+
relation_type: string;
|
|
182
|
+
relation_id: number;
|
|
183
|
+
capacity: number;
|
|
184
|
+
like_status: string;
|
|
185
|
+
metadata: {
|
|
186
|
+
form_name: string;
|
|
187
|
+
resource_name: string;
|
|
188
|
+
combined_resource: null;
|
|
189
|
+
};
|
|
190
|
+
created_at: string;
|
|
191
|
+
updated_at: string;
|
|
192
|
+
deleted_at: null;
|
|
193
|
+
children: never[];
|
|
194
|
+
})[];
|
|
195
|
+
product: {
|
|
196
|
+
id: number;
|
|
197
|
+
shop_id: number;
|
|
198
|
+
source_shop_id: number;
|
|
199
|
+
extension_id: number;
|
|
200
|
+
extension_type: string;
|
|
201
|
+
title: string;
|
|
202
|
+
slug: string;
|
|
203
|
+
title_letter: string;
|
|
204
|
+
category_letter: string;
|
|
205
|
+
vendor_letter: string;
|
|
206
|
+
tag_letter: string;
|
|
207
|
+
subtitle: string;
|
|
208
|
+
description: string;
|
|
209
|
+
cover: string;
|
|
210
|
+
price: string;
|
|
211
|
+
original_price: string;
|
|
212
|
+
cost_price: string;
|
|
213
|
+
sort_price: string;
|
|
214
|
+
minimum_markup_price: string;
|
|
215
|
+
is_gst: number;
|
|
216
|
+
is_delivery: number;
|
|
217
|
+
weight_unit: string;
|
|
218
|
+
weight_value: string;
|
|
219
|
+
code: string;
|
|
220
|
+
barcode: string;
|
|
221
|
+
unit: string;
|
|
222
|
+
unit_value: number;
|
|
223
|
+
is_track: number;
|
|
224
|
+
stock_quantity: number;
|
|
225
|
+
sum_stock: number;
|
|
226
|
+
sales_quantity: number;
|
|
227
|
+
order_sales_quantity: number;
|
|
228
|
+
over_sold: number;
|
|
229
|
+
status: string;
|
|
230
|
+
sell_status: number;
|
|
231
|
+
published_time: string;
|
|
232
|
+
shop_update_time: string;
|
|
233
|
+
audit_time: null;
|
|
234
|
+
is_recommend: number;
|
|
235
|
+
is_email_required: number;
|
|
236
|
+
open_box_specification: number;
|
|
237
|
+
open_sold_weight: number;
|
|
238
|
+
audit_status: string;
|
|
239
|
+
shop_status: string;
|
|
240
|
+
weight: number;
|
|
241
|
+
sort: number;
|
|
242
|
+
type: string;
|
|
243
|
+
channel_application: string[];
|
|
244
|
+
channel_id: number;
|
|
245
|
+
is_bundle: number;
|
|
246
|
+
rebate_type: string;
|
|
247
|
+
rebate_value: string;
|
|
248
|
+
create_account_id: number;
|
|
249
|
+
update_account_id: number;
|
|
250
|
+
source_product_id: number;
|
|
251
|
+
start_at: null;
|
|
252
|
+
created_at: string;
|
|
253
|
+
updated_at: string;
|
|
254
|
+
deleted_at: null;
|
|
255
|
+
duration: {
|
|
256
|
+
type: string;
|
|
257
|
+
value: number;
|
|
258
|
+
};
|
|
259
|
+
product_resource: {
|
|
260
|
+
resources: ({
|
|
261
|
+
id: number;
|
|
262
|
+
title: string;
|
|
263
|
+
status: number;
|
|
264
|
+
code: string;
|
|
265
|
+
created_at: string;
|
|
266
|
+
updated_at: string;
|
|
267
|
+
type: string;
|
|
268
|
+
optional_resource: number[];
|
|
269
|
+
default_resource: never[];
|
|
270
|
+
select_type: {
|
|
271
|
+
type: string;
|
|
272
|
+
min: number;
|
|
273
|
+
max: number;
|
|
274
|
+
};
|
|
275
|
+
resource_type_id: number;
|
|
276
|
+
} | {
|
|
277
|
+
id: number;
|
|
278
|
+
title: string;
|
|
279
|
+
status: number;
|
|
280
|
+
code: string;
|
|
281
|
+
created_at: string;
|
|
282
|
+
updated_at: null;
|
|
283
|
+
type: string;
|
|
284
|
+
optional_resource: never[];
|
|
285
|
+
default_resource: never[];
|
|
286
|
+
select_type: {
|
|
287
|
+
type: string;
|
|
288
|
+
min: number;
|
|
289
|
+
max: number;
|
|
290
|
+
};
|
|
291
|
+
resource_type_id: number;
|
|
292
|
+
})[];
|
|
293
|
+
type: string;
|
|
294
|
+
};
|
|
295
|
+
capacity: {
|
|
296
|
+
type: string;
|
|
297
|
+
custom: {
|
|
298
|
+
name: {
|
|
299
|
+
en: string;
|
|
300
|
+
"zh-CN": string;
|
|
301
|
+
"zh-HK": string;
|
|
302
|
+
original: string;
|
|
303
|
+
};
|
|
304
|
+
min: number;
|
|
305
|
+
max: number;
|
|
306
|
+
id: string;
|
|
307
|
+
}[];
|
|
308
|
+
package: never[];
|
|
309
|
+
};
|
|
310
|
+
product_display_setting: {
|
|
311
|
+
kiosk: {
|
|
312
|
+
use_display_mode: number;
|
|
313
|
+
product_option_mode: null;
|
|
314
|
+
product_option_mode_paging: null;
|
|
315
|
+
product_bundle_mode: null;
|
|
316
|
+
product_bundle_mode_paging: null;
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
is_charge_tax: number;
|
|
320
|
+
base_price: string;
|
|
321
|
+
};
|
|
322
|
+
detail: {
|
|
323
|
+
order_id: number;
|
|
324
|
+
shop_id: number;
|
|
325
|
+
product_id: number;
|
|
326
|
+
product_variant_id: number;
|
|
327
|
+
product_unique_string: string;
|
|
328
|
+
product_title: string;
|
|
329
|
+
product_cover: string;
|
|
330
|
+
product_sku: {
|
|
331
|
+
code: string;
|
|
332
|
+
name: string;
|
|
333
|
+
unit: string;
|
|
334
|
+
weight: number;
|
|
335
|
+
barcode: string;
|
|
336
|
+
sku_ids: string;
|
|
337
|
+
variant: never[];
|
|
338
|
+
subtitle: {
|
|
339
|
+
en: null;
|
|
340
|
+
auto: string;
|
|
341
|
+
"zh-CN": null;
|
|
342
|
+
"zh-HK": null;
|
|
343
|
+
kitchen: null;
|
|
344
|
+
original: string;
|
|
345
|
+
};
|
|
346
|
+
unit_price: number;
|
|
347
|
+
variant_id: number;
|
|
348
|
+
unit_weight: number;
|
|
349
|
+
open_sold_weight: number;
|
|
350
|
+
open_box_specification: number;
|
|
351
|
+
box_specification_quantity: number;
|
|
352
|
+
};
|
|
353
|
+
product_bundle: {
|
|
354
|
+
num: number;
|
|
355
|
+
code: string;
|
|
356
|
+
price: number;
|
|
357
|
+
option: never[];
|
|
358
|
+
barcode: string;
|
|
359
|
+
bundle_id: number;
|
|
360
|
+
price_type: string;
|
|
361
|
+
bundle_title: string;
|
|
362
|
+
extension_id: number;
|
|
363
|
+
extension_type: string;
|
|
364
|
+
price_type_ext: string;
|
|
365
|
+
bundle_group_id: number;
|
|
366
|
+
bundle_sum_type: string;
|
|
367
|
+
bundle_sum_price: string;
|
|
368
|
+
bundle_group_name: string;
|
|
369
|
+
bundle_product_id: number;
|
|
370
|
+
bundle_variant_id: number;
|
|
371
|
+
}[];
|
|
372
|
+
gift_card: number;
|
|
373
|
+
selling_price: string;
|
|
374
|
+
original_price: string;
|
|
375
|
+
cost_price: string;
|
|
376
|
+
product_quantity: number;
|
|
377
|
+
payment_price: string;
|
|
378
|
+
deposit_price: string;
|
|
379
|
+
tax_fee: string;
|
|
380
|
+
is_charge_tax: number;
|
|
381
|
+
refund_quantity: number;
|
|
382
|
+
refund_status: string;
|
|
383
|
+
shipping_status: string;
|
|
384
|
+
payment_status: string;
|
|
385
|
+
commission: number;
|
|
386
|
+
commission_tax: number;
|
|
387
|
+
rebate_type: string;
|
|
388
|
+
rebate_value: string;
|
|
389
|
+
commission_percent: string;
|
|
390
|
+
channel: string;
|
|
391
|
+
channel_id: number;
|
|
392
|
+
item_relation_id: number;
|
|
393
|
+
schedule_event_id: number;
|
|
394
|
+
note: string;
|
|
395
|
+
metadata: {
|
|
396
|
+
capacity: {
|
|
397
|
+
id: number;
|
|
398
|
+
name: string;
|
|
399
|
+
value: number;
|
|
400
|
+
}[];
|
|
401
|
+
source_product_price: string;
|
|
402
|
+
appointment_order_product_type: string;
|
|
403
|
+
};
|
|
404
|
+
extension_type: string;
|
|
405
|
+
before_product_quantity: number;
|
|
406
|
+
remove_product_quantity: number;
|
|
407
|
+
deleted_at: null;
|
|
408
|
+
created_at: string;
|
|
409
|
+
updated_at: string;
|
|
410
|
+
order_detail_id: number;
|
|
411
|
+
product_option_string: string;
|
|
412
|
+
product_subtitle: string;
|
|
413
|
+
source_product_price: string;
|
|
414
|
+
discount_list: never[];
|
|
415
|
+
discount_amount: number;
|
|
416
|
+
product_discount_reason: string;
|
|
417
|
+
discount_type: string;
|
|
418
|
+
discountway: string;
|
|
419
|
+
discount_per: string;
|
|
420
|
+
};
|
|
421
|
+
relation_details: never[];
|
|
422
|
+
holder: {
|
|
423
|
+
customer_id: number;
|
|
424
|
+
form_id: number;
|
|
425
|
+
form_record: never[];
|
|
426
|
+
};
|
|
427
|
+
}[];
|
|
428
|
+
};
|
|
429
|
+
is_other_entrance_edited: number;
|
|
430
|
+
contacts: never[];
|
|
431
|
+
is_deposit: number;
|
|
432
|
+
deposit_amount: string;
|
|
433
|
+
deposit_payment_time: null;
|
|
434
|
+
deposit_payment_status: string;
|
|
435
|
+
deposit_unpaid_amount: string;
|
|
436
|
+
deposit_paid_amount: string;
|
|
437
|
+
deposit_origin_paid_amount: string;
|
|
438
|
+
created_at: string;
|
|
439
|
+
shop_full_order_number: string;
|
|
440
|
+
payment_time: null;
|
|
441
|
+
payment_types: never[];
|
|
442
|
+
payment_processing_payment_nums: number;
|
|
443
|
+
payments: never[];
|
|
444
|
+
metadata: {
|
|
445
|
+
product_discount_version: string;
|
|
446
|
+
appointment_structure_version: string;
|
|
447
|
+
appointment_booking_parent_schedule_id: number;
|
|
448
|
+
};
|
|
449
|
+
customer_with_extra: {
|
|
450
|
+
id: number;
|
|
451
|
+
shop_id: number;
|
|
452
|
+
user_id: number;
|
|
453
|
+
status: number;
|
|
454
|
+
country_calling_code: string;
|
|
455
|
+
cover: string;
|
|
456
|
+
phone: string;
|
|
457
|
+
display_name: string;
|
|
458
|
+
first_name: string;
|
|
459
|
+
last_name: string;
|
|
460
|
+
nickname: string;
|
|
461
|
+
email: string;
|
|
462
|
+
gender: number;
|
|
463
|
+
birthday: null;
|
|
464
|
+
tax_exempt: null;
|
|
465
|
+
accepts_marketing: number;
|
|
466
|
+
note: string;
|
|
467
|
+
orders_count: number;
|
|
468
|
+
total_spent: string;
|
|
469
|
+
locale: string;
|
|
470
|
+
last_visit_time: null;
|
|
471
|
+
is_register: number;
|
|
472
|
+
source_type: string;
|
|
473
|
+
channel: string;
|
|
474
|
+
register_channel: string;
|
|
475
|
+
source_id: number;
|
|
476
|
+
platform_token: string;
|
|
477
|
+
platform: string;
|
|
478
|
+
member_id: string;
|
|
479
|
+
total_integral: string;
|
|
480
|
+
guest_code: null;
|
|
481
|
+
is_deleted: number;
|
|
482
|
+
create_time: null;
|
|
483
|
+
update_time: string;
|
|
484
|
+
created_at: null;
|
|
485
|
+
updated_at: string;
|
|
486
|
+
deleted_at: null;
|
|
487
|
+
waiver_form: never[];
|
|
488
|
+
};
|
|
489
|
+
total_discount_amount: string;
|
|
490
|
+
};
|
|
491
|
+
export declare const mockResources: ({
|
|
492
|
+
id: number;
|
|
493
|
+
main_field: string;
|
|
494
|
+
sort: number;
|
|
495
|
+
form_id: number;
|
|
496
|
+
times: {
|
|
497
|
+
keys: string;
|
|
498
|
+
schedule_id: number;
|
|
499
|
+
item_type: string;
|
|
500
|
+
item_id: number;
|
|
501
|
+
start_date: string;
|
|
502
|
+
end_date: string;
|
|
503
|
+
start_time: string;
|
|
504
|
+
end_time: string;
|
|
505
|
+
is_all: number;
|
|
506
|
+
relation_type: string;
|
|
507
|
+
start_at: string;
|
|
508
|
+
end_at: string;
|
|
509
|
+
event_list: never[];
|
|
510
|
+
}[];
|
|
511
|
+
capacity: number;
|
|
512
|
+
combined_resource: null;
|
|
513
|
+
resource_form_id: number;
|
|
514
|
+
} | {
|
|
515
|
+
id: number;
|
|
516
|
+
main_field: string;
|
|
517
|
+
sort: number;
|
|
518
|
+
form_id: number;
|
|
519
|
+
times: {
|
|
520
|
+
keys: string;
|
|
521
|
+
schedule_id: number;
|
|
522
|
+
item_type: string;
|
|
523
|
+
item_id: number;
|
|
524
|
+
start_date: string;
|
|
525
|
+
end_date: string;
|
|
526
|
+
start_time: string;
|
|
527
|
+
end_time: string;
|
|
528
|
+
is_all: number;
|
|
529
|
+
max_participants_type: string;
|
|
530
|
+
max_participants_limit: number;
|
|
531
|
+
relation_type: string;
|
|
532
|
+
start_at: string;
|
|
533
|
+
end_at: string;
|
|
534
|
+
event_list: never[];
|
|
535
|
+
}[];
|
|
536
|
+
capacity: number;
|
|
537
|
+
combined_resource: null;
|
|
538
|
+
resource_form_id: number;
|
|
539
|
+
} | {
|
|
540
|
+
id: number;
|
|
541
|
+
main_field: string;
|
|
542
|
+
sort: number;
|
|
543
|
+
form_id: number;
|
|
544
|
+
times: {
|
|
545
|
+
keys: string;
|
|
546
|
+
schedule_id: number;
|
|
547
|
+
item_type: string;
|
|
548
|
+
item_id: number;
|
|
549
|
+
start_date: string;
|
|
550
|
+
end_date: string;
|
|
551
|
+
start_time: string;
|
|
552
|
+
end_time: string;
|
|
553
|
+
is_all: number;
|
|
554
|
+
relation_type: string;
|
|
555
|
+
start_at: string;
|
|
556
|
+
end_at: string;
|
|
557
|
+
event_list: {
|
|
558
|
+
keys: string;
|
|
559
|
+
pax: number;
|
|
560
|
+
relation_id: number;
|
|
561
|
+
start_at: string;
|
|
562
|
+
end_at: string;
|
|
563
|
+
type: string;
|
|
564
|
+
}[];
|
|
565
|
+
}[];
|
|
566
|
+
capacity: number;
|
|
567
|
+
combined_resource: null;
|
|
568
|
+
resource_form_id: string;
|
|
569
|
+
} | {
|
|
570
|
+
id: number;
|
|
571
|
+
main_field: string;
|
|
572
|
+
sort: number;
|
|
573
|
+
form_id: number;
|
|
574
|
+
times: {
|
|
575
|
+
keys: string;
|
|
576
|
+
schedule_id: number;
|
|
577
|
+
item_type: string;
|
|
578
|
+
item_id: number;
|
|
579
|
+
start_date: string;
|
|
580
|
+
end_date: string;
|
|
581
|
+
start_time: string;
|
|
582
|
+
end_time: string;
|
|
583
|
+
is_all: number;
|
|
584
|
+
relation_type: string;
|
|
585
|
+
start_at: string;
|
|
586
|
+
end_at: string;
|
|
587
|
+
event_list: {
|
|
588
|
+
id: number;
|
|
589
|
+
start_date: string;
|
|
590
|
+
start_time: string;
|
|
591
|
+
end_date: string;
|
|
592
|
+
end_time: string;
|
|
593
|
+
relation_id: number;
|
|
594
|
+
number: number;
|
|
595
|
+
start_at: string;
|
|
596
|
+
end_at: string;
|
|
597
|
+
keys: string;
|
|
598
|
+
pax: number;
|
|
599
|
+
type: string;
|
|
600
|
+
}[];
|
|
601
|
+
}[];
|
|
602
|
+
capacity: number;
|
|
603
|
+
combined_resource: null;
|
|
604
|
+
resource_form_id: string;
|
|
605
|
+
} | {
|
|
606
|
+
id: number;
|
|
607
|
+
main_field: string;
|
|
608
|
+
sort: number;
|
|
609
|
+
form_id: number;
|
|
610
|
+
times: {
|
|
611
|
+
keys: string;
|
|
612
|
+
schedule_id: number;
|
|
613
|
+
item_type: string;
|
|
614
|
+
item_id: number;
|
|
615
|
+
start_date: string;
|
|
616
|
+
end_date: string;
|
|
617
|
+
start_time: string;
|
|
618
|
+
end_time: string;
|
|
619
|
+
is_all: number;
|
|
620
|
+
relation_type: string;
|
|
621
|
+
start_at: string;
|
|
622
|
+
end_at: string;
|
|
623
|
+
event_list: {
|
|
624
|
+
id: number;
|
|
625
|
+
start_date: string;
|
|
626
|
+
start_time: string;
|
|
627
|
+
end_date: string;
|
|
628
|
+
end_time: string;
|
|
629
|
+
relation_id: number;
|
|
630
|
+
number: number;
|
|
631
|
+
start_at: string;
|
|
632
|
+
end_at: string;
|
|
633
|
+
keys: string;
|
|
634
|
+
pax: number;
|
|
635
|
+
type: string;
|
|
636
|
+
}[];
|
|
637
|
+
}[];
|
|
638
|
+
capacity: number;
|
|
639
|
+
combined_resource: {
|
|
640
|
+
status: number;
|
|
641
|
+
resource_ids: number[];
|
|
642
|
+
};
|
|
643
|
+
resource_form_id: number;
|
|
644
|
+
} | {
|
|
645
|
+
id: number;
|
|
646
|
+
main_field: string;
|
|
647
|
+
sort: number;
|
|
648
|
+
form_id: number;
|
|
649
|
+
times: {
|
|
650
|
+
keys: string;
|
|
651
|
+
schedule_id: number;
|
|
652
|
+
item_type: string;
|
|
653
|
+
item_id: number;
|
|
654
|
+
start_date: string;
|
|
655
|
+
end_date: string;
|
|
656
|
+
start_time: string;
|
|
657
|
+
end_time: string;
|
|
658
|
+
is_all: number;
|
|
659
|
+
relation_type: string;
|
|
660
|
+
start_at: string;
|
|
661
|
+
end_at: string;
|
|
662
|
+
event_list: never[];
|
|
663
|
+
}[];
|
|
664
|
+
capacity: number;
|
|
665
|
+
combined_resource: {
|
|
666
|
+
status: number;
|
|
667
|
+
resource_ids: number[];
|
|
668
|
+
};
|
|
669
|
+
resource_form_id: string;
|
|
670
|
+
})[];
|
|
671
|
+
export declare const mockProps: {
|
|
672
|
+
toStartDate: string;
|
|
673
|
+
toEndDate: string;
|
|
674
|
+
event: {
|
|
675
|
+
id: number;
|
|
676
|
+
keys: string;
|
|
677
|
+
schedule_id: number;
|
|
678
|
+
schedule_name: string;
|
|
679
|
+
item_type: string;
|
|
680
|
+
item_id: number;
|
|
681
|
+
start_date: string;
|
|
682
|
+
end_date: string;
|
|
683
|
+
start_time: string;
|
|
684
|
+
end_time: string;
|
|
685
|
+
is_all: number;
|
|
686
|
+
max_participants_type: string;
|
|
687
|
+
max_participants_limit: number;
|
|
688
|
+
name: string;
|
|
689
|
+
holder_name: string;
|
|
690
|
+
number: number;
|
|
691
|
+
appointment_status: string;
|
|
692
|
+
like_status: string;
|
|
693
|
+
type: string;
|
|
694
|
+
sub_type: string;
|
|
695
|
+
resource_id: number;
|
|
696
|
+
service_id: number;
|
|
697
|
+
form: {
|
|
698
|
+
form_record_id: number;
|
|
699
|
+
value: string;
|
|
700
|
+
type: string;
|
|
701
|
+
};
|
|
702
|
+
notes: never[];
|
|
703
|
+
order: {
|
|
704
|
+
id: number;
|
|
705
|
+
order_platform: string;
|
|
706
|
+
order_payment_status: string;
|
|
707
|
+
};
|
|
708
|
+
extras: null;
|
|
709
|
+
parent_id: number;
|
|
710
|
+
version: string;
|
|
711
|
+
color: string;
|
|
712
|
+
status: number;
|
|
713
|
+
extension_id: number;
|
|
714
|
+
data_type: string;
|
|
715
|
+
few_day: boolean;
|
|
716
|
+
customers: {
|
|
717
|
+
customer_id: number;
|
|
718
|
+
nickname: string;
|
|
719
|
+
cover: string;
|
|
720
|
+
phone: string;
|
|
721
|
+
country_calling_code: string;
|
|
722
|
+
display_name: string;
|
|
723
|
+
email: string;
|
|
724
|
+
note: string;
|
|
725
|
+
order: {
|
|
726
|
+
id: number;
|
|
727
|
+
customer_id: number;
|
|
728
|
+
payment_status: string;
|
|
729
|
+
is_deposit: number;
|
|
730
|
+
type: string;
|
|
731
|
+
note: string;
|
|
732
|
+
discount_amount: string;
|
|
733
|
+
expect_amount: string;
|
|
734
|
+
payment_time: null;
|
|
735
|
+
total_amount: string;
|
|
736
|
+
deposit_amount: string;
|
|
737
|
+
product_amount: string;
|
|
738
|
+
order_time: string;
|
|
739
|
+
detail: {
|
|
740
|
+
id: number;
|
|
741
|
+
order_id: number;
|
|
742
|
+
product_title: string;
|
|
743
|
+
product_quantity: number;
|
|
744
|
+
selling_price: string;
|
|
745
|
+
product_id: number;
|
|
746
|
+
extension_type: string;
|
|
747
|
+
product_sku: {
|
|
748
|
+
code: string;
|
|
749
|
+
name: string;
|
|
750
|
+
unit: string;
|
|
751
|
+
weight: number;
|
|
752
|
+
barcode: string;
|
|
753
|
+
sku_ids: string;
|
|
754
|
+
variant: never[];
|
|
755
|
+
subtitle: {
|
|
756
|
+
en: null;
|
|
757
|
+
auto: string;
|
|
758
|
+
"zh-CN": null;
|
|
759
|
+
"zh-HK": null;
|
|
760
|
+
kitchen: null;
|
|
761
|
+
original: string;
|
|
762
|
+
};
|
|
763
|
+
unit_price: number;
|
|
764
|
+
variant_id: number;
|
|
765
|
+
unit_weight: number;
|
|
766
|
+
open_sold_weight: number;
|
|
767
|
+
open_box_specification: number;
|
|
768
|
+
box_specification_quantity: number;
|
|
769
|
+
};
|
|
770
|
+
schedule_event_id: number;
|
|
771
|
+
product_option_string: string;
|
|
772
|
+
}[];
|
|
773
|
+
surcharge: never[];
|
|
774
|
+
deposit_status: null;
|
|
775
|
+
total_refund_amount: string;
|
|
776
|
+
has_pay: string;
|
|
777
|
+
order_paid_amount: number;
|
|
778
|
+
paid_amount: number;
|
|
779
|
+
payment: never[];
|
|
780
|
+
surcharge_fee: number;
|
|
781
|
+
tip: never[];
|
|
782
|
+
tip_fee: number;
|
|
783
|
+
};
|
|
784
|
+
order_detail: {
|
|
785
|
+
product_id: number;
|
|
786
|
+
payment_price: string;
|
|
787
|
+
product_title: {
|
|
788
|
+
en: null;
|
|
789
|
+
auto: string;
|
|
790
|
+
"zh-CN": null;
|
|
791
|
+
"zh-HK": null;
|
|
792
|
+
kitchen: null;
|
|
793
|
+
original: string;
|
|
794
|
+
};
|
|
795
|
+
refund_quantity: number;
|
|
796
|
+
product_quantity: number;
|
|
797
|
+
};
|
|
798
|
+
event_id: number;
|
|
799
|
+
order_id: number;
|
|
800
|
+
extension_id: number;
|
|
801
|
+
type: string;
|
|
802
|
+
}[];
|
|
803
|
+
eventEditable: boolean;
|
|
804
|
+
};
|
|
805
|
+
fromResourceId: string;
|
|
806
|
+
toResourceId: string;
|
|
807
|
+
};
|