@pisell/private-materials 6.3.80 → 6.3.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +9 -9
- package/es/components/booking/components/TabProduct/index.d.ts +0 -1
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
- package/es/components/booking/components/collapsibleList/utils.d.ts +0 -1
- package/es/components/booking/components/emptyBooking/index.d.ts +0 -1
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/es/components/booking/forms/single/index.d.ts +0 -1
- package/es/components/booking/forms/table/index.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
- package/es/components/booking/info/notes/index.d.ts +0 -1
- package/es/components/booking/info/service/actions/index.d.ts +0 -1
- package/es/components/booking/info2/service/actions/index.d.ts +0 -1
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/es/components/booking/materiels/contacts/index.d.ts +0 -1
- package/es/components/booking/materiels/duration/index.d.ts +0 -1
- package/es/components/booking/materiels/holder/index.d.ts +0 -1
- package/es/components/booking/materiels/startTime/index.d.ts +0 -1
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
- package/es/components/booking/notes/NoteBlock/index.d.ts +0 -1
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +9 -0
- package/es/components/ecocup/components/AddCustomerModal/index.js +216 -0
- package/es/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +13 -0
- package/es/components/ecocup/components/CupActionList/index.js +91 -0
- package/es/components/ecocup/components/CupActionList/index.less +102 -0
- package/es/components/ecocup/components/CupActionModal/hooks.js +68 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +14 -0
- package/es/components/ecocup/components/CupActionModal/index.js +92 -0
- package/es/components/ecocup/components/CupActionModal/index.less +38 -0
- package/es/components/ecocup/components/CupInfoCard/index.js +12 -0
- package/es/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.js +68 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +13 -0
- package/es/components/ecocup/components/CupStatusModal/index.js +147 -0
- package/es/components/ecocup/components/CupStatusModal/index.less +35 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +133 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +16 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +227 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/es/components/ecocup/components/CustomerCard/index.js +34 -0
- package/es/components/ecocup/components/CustomerCard/index.less +50 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +8 -0
- package/es/components/ecocup/components/MoreDropdown/index.js +33 -0
- package/es/components/ecocup/components/PageHeader/index.d.ts +6 -0
- package/es/components/ecocup/components/PageHeader/index.js +37 -0
- package/es/components/ecocup/components/PageHeader/index.less +19 -0
- package/es/components/ecocup/components/SearchBar/const.js +16 -0
- package/es/components/ecocup/components/SearchBar/hooks.js +184 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +12 -0
- package/es/components/ecocup/components/SearchBar/index.js +209 -0
- package/es/components/ecocup/components/SearchBar/index.less +88 -0
- package/es/components/ecocup/cupList/const.d.ts +133 -0
- package/es/components/ecocup/cupList/const.js +306 -0
- package/es/components/ecocup/cupList/hooks/index.js +4 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +43 -0
- package/es/components/ecocup/cupList/hooks/useColumns.js +168 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.js +172 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +2 -0
- package/es/components/ecocup/cupList/hooks/useSummary.js +40 -0
- package/es/components/ecocup/cupList/index.d.ts +6 -0
- package/es/components/ecocup/cupList/index.js +220 -0
- package/es/components/ecocup/cupList/index.less +113 -0
- package/es/components/ecocup/cupProject/const.js +27 -0
- package/es/components/ecocup/cupProject/index.d.ts +3 -0
- package/es/components/ecocup/cupProject/index.js +103 -0
- package/es/components/ecocup/cupProject/index.less +41 -0
- package/es/components/ecocup/customerList/const.js +67 -0
- package/es/components/ecocup/customerList/hooks/index.js +3 -0
- package/es/components/ecocup/customerList/hooks/useColumns.js +44 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +70 -0
- package/es/components/ecocup/customerList/index.d.ts +7 -0
- package/es/components/ecocup/customerList/index.js +127 -0
- package/es/components/ecocup/customerList/index.less +15 -0
- package/es/components/ecocup/hooks.js +150 -0
- package/es/components/ecocup/locales.js +372 -0
- package/es/components/ecocup/types.js +36 -0
- package/es/components/ecocup/utils/scanListener.js +106 -0
- package/es/components/eftpos/const.js +0 -2
- package/es/components/eftpos/device.js +3 -5
- package/es/components/eftpos/index.js +11 -34
- package/es/components/eftpos/index.less +1 -26
- package/es/components/eftpos/locales.js +0 -3
- package/es/components/eftpos/pos.d.ts +0 -1
- package/es/components/eftposPay/component/fail/network.d.ts +0 -1
- package/es/components/eftposPay/component/manual/index.d.ts +0 -1
- package/es/components/eftposPay/component/signature/index.d.ts +0 -1
- package/es/components/eftposPay/const.js +0 -2
- package/es/components/eftposPay/hooks.js +0 -12
- package/es/components/eftposPay/linkly/index.js +0 -1
- package/es/components/eftposPay/manufacturer.js +0 -4
- package/es/components/eftposPay/pay.js +2 -7
- package/es/components/eftposPay/payo/config.d.ts +0 -1
- package/es/components/eftposPay/tip.d.ts +0 -1
- package/es/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/es/components/eftposPay/windcave/windcave.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
- package/es/components/login/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/es/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/es/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/es/components/ruleSetting/ruleBorder/index.d.ts +0 -1
- package/es/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/es/components/schedules/calendar/index.d.ts +0 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
- package/es/components/schedules/components/ScheduleList/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
- package/es/components/schedules/products/index.d.ts +0 -1
- package/es/components/schedules/products/list/ProductItem/index.d.ts +0 -1
- package/es/components/schedules/products/list/index.d.ts +0 -1
- package/es/components/schedules/resources/index.d.ts +0 -1
- package/es/components/schedules/resources/list/index.d.ts +0 -1
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
- package/es/components/schedules/schedules/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/es/components/shoppingCart/index.d.ts +0 -1
- package/es/hooks/useEngineContext.js +7 -0
- package/es/hooks/usePaymentLogger.d.ts +0 -1
- package/es/index.js +4 -1
- package/es/plus/saasCreateOrganization/components/Header.d.ts +0 -1
- package/es/plus/saasRegister/components/EntryEmail.d.ts +0 -1
- package/es/plus/saasRegister/components/EntryInfo.d.ts +0 -1
- package/es/plus/saasRegister/components/GoLogin.d.ts +0 -1
- package/es/plus/saasRegister/components/Header.d.ts +0 -1
- package/es/plus/saasRegister/components/VerifyError.d.ts +0 -1
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
- package/es/pro/NumericStepper/index.js +175 -107
- package/es/pro/NumericStepper/index.less +295 -143
- package/es/pro/Selector/Selector.js +33 -26
- package/es/pro/Selector/components/Card/index.js +2 -3
- package/es/pro/Selector/components/Card/index.less +11 -4
- package/es/pro/Selector/components/Indicator/index.js +2 -1
- package/es/pro/Selector/components/Indicator/index.less +4 -1
- package/es/pro/Selector/components/LayoutContainer/index.js +226 -9
- package/es/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/es/pro/Selector/demo.js +1 -1
- package/es/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/es/pro/Selector/hooks/usePresetProps.js +60 -6
- package/es/pro/Selector/selector.less +0 -64
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +54 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/es/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/index.js +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +140 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +14 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +24 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +44 -0
- package/es/pro/comprehensiveSearch/index.d.ts +7 -0
- package/es/pro/comprehensiveSearch/index.js +207 -0
- package/es/pro/comprehensiveSearch/index.less +196 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +15 -0
- package/es/pro/comprehensiveSearch/locales.js +14 -0
- package/es/pro/comprehensiveSearch/types.d.ts +32 -0
- package/es/pro/comprehensiveSearch/types.js +1 -0
- package/es/pro/keyboards/index.js +1 -0
- package/es/pro/keyboards/locales.js +35 -0
- package/es/pro/keyboards/numberKeyboard/index.js +523 -0
- package/es/pro/keyboards/numberKeyboard/index.less +59 -0
- package/es/pro/keyboards/numberKeyboard/types.js +1 -0
- package/lib/components/booking/components/TabProduct/index.d.ts +0 -1
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +0 -1
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +0 -1
- package/lib/components/booking/components/collapsibleList/utils.d.ts +0 -1
- package/lib/components/booking/components/emptyBooking/index.d.ts +0 -1
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +0 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
- package/lib/components/booking/forms/single/index.d.ts +0 -1
- package/lib/components/booking/forms/table/index.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +0 -1
- package/lib/components/booking/info/notes/index.d.ts +0 -1
- package/lib/components/booking/info/service/actions/index.d.ts +0 -1
- package/lib/components/booking/info2/service/actions/index.d.ts +0 -1
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +0 -1
- package/lib/components/booking/materiels/contacts/index.d.ts +0 -1
- package/lib/components/booking/materiels/duration/index.d.ts +0 -1
- package/lib/components/booking/materiels/holder/index.d.ts +0 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +0 -1
- package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -1
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +9 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.js +212 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +13 -0
- package/lib/components/ecocup/components/CupActionList/index.js +116 -0
- package/lib/components/ecocup/components/CupActionList/index.less +102 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.js +55 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupActionModal/index.js +125 -0
- package/lib/components/ecocup/components/CupActionModal/index.less +38 -0
- package/lib/components/ecocup/components/CupInfoCard/index.js +43 -0
- package/lib/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +55 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +13 -0
- package/lib/components/ecocup/components/CupStatusModal/index.js +140 -0
- package/lib/components/ecocup/components/CupStatusModal/index.less +35 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +89 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +16 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +178 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/lib/components/ecocup/components/CustomerCard/index.js +48 -0
- package/lib/components/ecocup/components/CustomerCard/index.less +50 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +8 -0
- package/lib/components/ecocup/components/MoreDropdown/index.js +68 -0
- package/lib/components/ecocup/components/PageHeader/index.d.ts +6 -0
- package/lib/components/ecocup/components/PageHeader/index.js +59 -0
- package/lib/components/ecocup/components/PageHeader/index.less +19 -0
- package/lib/components/{eftposPay/mx51/types.js → ecocup/components/SearchBar/const.js} +28 -17
- package/lib/components/ecocup/components/SearchBar/hooks.js +135 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +12 -0
- package/lib/components/ecocup/components/SearchBar/index.js +203 -0
- package/lib/components/ecocup/components/SearchBar/index.less +88 -0
- package/lib/components/ecocup/cupList/const.d.ts +133 -0
- package/lib/components/ecocup/cupList/const.js +326 -0
- package/lib/components/ecocup/cupList/hooks/index.js +39 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +43 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.js +202 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +112 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +2 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.js +75 -0
- package/lib/components/ecocup/cupList/index.d.ts +6 -0
- package/lib/components/ecocup/cupList/index.js +208 -0
- package/lib/components/ecocup/cupList/index.less +113 -0
- package/lib/components/ecocup/cupProject/const.js +58 -0
- package/lib/components/ecocup/cupProject/index.d.ts +3 -0
- package/lib/components/ecocup/cupProject/index.js +126 -0
- package/lib/components/ecocup/cupProject/index.less +41 -0
- package/lib/components/ecocup/customerList/const.js +93 -0
- package/lib/components/{eftposPay/aggregatePayment → ecocup/customerList/hooks}/index.js +10 -10
- package/lib/components/ecocup/customerList/hooks/useColumns.js +89 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +56 -0
- package/lib/components/ecocup/customerList/index.d.ts +7 -0
- package/lib/components/ecocup/customerList/index.js +138 -0
- package/lib/components/ecocup/customerList/index.less +15 -0
- package/lib/components/ecocup/hooks.js +154 -0
- package/lib/components/ecocup/locales.js +389 -0
- package/lib/components/ecocup/types.js +57 -0
- package/lib/components/ecocup/utils/scanListener.js +89 -0
- package/lib/components/eftpos/const.js +0 -2
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/index.js +5 -20
- package/lib/components/eftpos/index.less +1 -26
- package/lib/components/eftpos/locales.js +0 -3
- package/lib/components/eftpos/pos.d.ts +0 -1
- package/lib/components/eftposPay/component/fail/network.d.ts +0 -1
- package/lib/components/eftposPay/component/manual/index.d.ts +0 -1
- package/lib/components/eftposPay/component/signature/index.d.ts +0 -1
- package/lib/components/eftposPay/const.js +0 -2
- package/lib/components/eftposPay/hooks.js +0 -16
- package/lib/components/eftposPay/linkly/index.js +0 -1
- package/lib/components/eftposPay/manufacturer.js +0 -6
- package/lib/components/eftposPay/pay.js +2 -4
- package/lib/components/eftposPay/payo/config.d.ts +0 -1
- package/lib/components/eftposPay/tip.d.ts +0 -1
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +0 -1
- package/lib/components/eftposPay/windcave/windcave.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +0 -1
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +0 -1
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +0 -1
- package/lib/components/login/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +0 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Actor/index.d.ts +0 -1
- package/lib/components/productExtension/fields/Forms/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +0 -1
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +0 -1
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +0 -1
- package/lib/components/schedules/calendar/calendarItem.d.ts +0 -1
- package/lib/components/schedules/calendar/index.d.ts +0 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +0 -1
- package/lib/components/schedules/components/ScheduleList/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +0 -1
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +0 -1
- package/lib/components/schedules/products/index.d.ts +0 -1
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +0 -1
- package/lib/components/schedules/products/list/index.d.ts +0 -1
- package/lib/components/schedules/resources/index.d.ts +0 -1
- package/lib/components/schedules/resources/list/index.d.ts +0 -1
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +0 -1
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +0 -1
- package/lib/components/schedules/schedules/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Empty/index.d.ts +0 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +0 -1
- package/lib/components/shoppingCart/index.d.ts +0 -1
- package/lib/hooks/useEngineContext.js +10 -2
- package/lib/hooks/usePaymentLogger.d.ts +0 -1
- package/lib/index.js +10 -1
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +0 -1
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +0 -1
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +0 -1
- package/lib/plus/saasRegister/components/GoLogin.d.ts +0 -1
- package/lib/plus/saasRegister/components/Header.d.ts +0 -1
- package/lib/plus/saasRegister/components/VerifyError.d.ts +0 -1
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +0 -1
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +0 -1
- package/lib/pro/NumericStepper/index.js +176 -88
- package/lib/pro/NumericStepper/index.less +295 -143
- package/lib/pro/Selector/Selector.js +27 -16
- package/lib/pro/Selector/components/Card/index.js +9 -1
- package/lib/pro/Selector/components/Card/index.less +11 -4
- package/lib/pro/Selector/components/Indicator/index.js +1 -1
- package/lib/pro/Selector/components/Indicator/index.less +4 -1
- package/lib/pro/Selector/components/LayoutContainer/index.js +130 -2
- package/lib/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/lib/pro/Selector/demo.js +1 -1
- package/lib/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/lib/pro/Selector/hooks/usePresetProps.js +28 -6
- package/lib/pro/Selector/selector.less +0 -64
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +64 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/lib/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/index.js +42 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +153 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +15 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +38 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +56 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +70 -0
- package/lib/pro/comprehensiveSearch/index.d.ts +7 -0
- package/lib/pro/comprehensiveSearch/index.js +190 -0
- package/lib/pro/comprehensiveSearch/index.less +196 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +15 -0
- package/lib/pro/comprehensiveSearch/locales.js +38 -0
- package/lib/pro/comprehensiveSearch/types.d.ts +32 -0
- package/lib/pro/comprehensiveSearch/types.js +17 -0
- package/lib/pro/keyboards/index.js +39 -0
- package/lib/pro/keyboards/locales.js +47 -0
- package/lib/pro/keyboards/numberKeyboard/index.js +400 -0
- package/lib/pro/keyboards/numberKeyboard/index.less +59 -0
- package/lib/pro/keyboards/numberKeyboard/types.js +17 -0
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/lowcode/ecocup-cup-list/meta.ts +38 -0
- package/lowcode/ecocup-cup-project/meta.ts +35 -0
- package/lowcode/ecocup-customer-list/meta.ts +38 -0
- package/package.json +3 -3
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/Sales/Cart/utils.d.ts +0 -68
- package/es/components/Sales/Checkout/utils.d.ts +0 -41
- package/es/components/Sales/Summary/index.d.ts +0 -37
- package/es/components/Sales/Summary/utils.d.ts +0 -58
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/ConfirmInformation/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Content/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/Date/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +0 -13
- package/es/components/appointmentBooking/components/Header/index.d.ts +0 -3
- package/es/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -2
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/es/components/appointmentBooking/hooks.d.ts +0 -107
- package/es/components/appointmentBooking/index.d.ts +0 -3
- package/es/components/appointmentBooking/locales.d.ts +0 -366
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/es/components/booking/addons/index.d.ts +0 -17
- package/es/components/booking/components/footer/amount.d.ts +0 -25
- package/es/components/booking/components/footer/index.d.ts +0 -11
- package/es/components/booking/components/footer/utils.d.ts +0 -47
- package/es/components/booking/components/reloadResourceModal/index.d.ts +0 -9
- package/es/components/booking/components/tabPane/index.d.ts +0 -4
- package/es/components/booking/components/voucher/index.d.ts +0 -3
- package/es/components/booking/dashboard/serve.d.ts +0 -1
- package/es/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/es/components/booking/deposit/index.d.ts +0 -2
- package/es/components/booking/editBookingModal/utils.d.ts +0 -12
- package/es/components/booking/forms/forms.d.ts +0 -30
- package/es/components/booking/forms/serve.d.ts +0 -18
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/es/components/booking/info/addServiceVariant/index.d.ts +0 -6
- package/es/components/booking/info/client/index.d.ts +0 -4
- package/es/components/booking/info/client/serve.d.ts +0 -2
- package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/es/components/booking/info/date/index.d.ts +0 -5
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/es/components/booking/info/index.d.ts +0 -3
- package/es/components/booking/info/main.d.ts +0 -12
- package/es/components/booking/info/model.d.ts +0 -14
- package/es/components/booking/info/pet/serve.d.ts +0 -1
- package/es/components/booking/info/service/Lists.d.ts +0 -2
- package/es/components/booking/info/service/addService/index.d.ts +0 -11
- package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -3
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/es/components/booking/info/service/addTimeModal/utils.d.ts +0 -31
- package/es/components/booking/info/service/editService/constants.d.ts +0 -1
- package/es/components/booking/info/service/editService/index.d.ts +0 -7
- package/es/components/booking/info/service/serve.d.ts +0 -20
- package/es/components/booking/info/service/serviceList/index.d.ts +0 -5
- package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/es/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/es/components/booking/info/service2/Lists.d.ts +0 -2
- package/es/components/booking/info/service2/utils.d.ts +0 -248
- package/es/components/booking/info/utils.d.ts +0 -50
- package/es/components/booking/info2/index.d.ts +0 -12
- package/es/components/booking/info2/serve.d.ts +0 -6
- package/es/components/booking/info2/service/addService/index.d.ts +0 -11
- package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -3
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -13
- package/es/components/booking/info2/service/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -5
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/es/components/booking/locales.d.ts +0 -846
- package/es/components/booking/model.d.ts +0 -120
- package/es/components/booking/notes/addNote/index.d.ts +0 -3
- package/es/components/booking/utils.d.ts +0 -175
- package/es/components/eftpos/const.d.ts +0 -66
- package/es/components/eftpos/device.d.ts +0 -11
- package/es/components/eftpos/index.d.ts +0 -46
- package/es/components/eftpos/locales.d.ts +0 -102
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -125
- package/es/components/eftposPay/aggregatePayment/index.d.ts +0 -3
- package/es/components/eftposPay/aggregatePayment/index.js +0 -3
- package/es/components/eftposPay/aggregatePayment/mock.d.ts +0 -495
- package/es/components/eftposPay/aggregatePayment/mock.js +0 -567
- package/es/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/es/components/eftposPay/aggregatePayment/service.js +0 -70
- package/es/components/eftposPay/aggregatePayment/types.d.ts +0 -96
- package/es/components/eftposPay/aggregatePayment/types.js +0 -61
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +0 -385
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +0 -1127
- package/es/components/eftposPay/app.d.ts +0 -10
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -3
- package/es/components/eftposPay/component/fail/index.d.ts +0 -3
- package/es/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/es/components/eftposPay/const.d.ts +0 -189
- package/es/components/eftposPay/device.d.ts +0 -23
- package/es/components/eftposPay/hooks.d.ts +0 -36
- package/es/components/eftposPay/index.d.ts +0 -4
- package/es/components/eftposPay/linkly/index.d.ts +0 -2
- package/es/components/eftposPay/locales.d.ts +0 -330
- package/es/components/eftposPay/manufacturer.d.ts +0 -8
- package/es/components/eftposPay/mx51/Action.d.ts +0 -6
- package/es/components/eftposPay/mx51/Action.js +0 -91
- package/es/components/eftposPay/mx51/const.d.ts +0 -5
- package/es/components/eftposPay/mx51/const.js +0 -69
- package/es/components/eftposPay/mx51/index.d.ts +0 -6
- package/es/components/eftposPay/mx51/index.js +0 -362
- package/es/components/eftposPay/mx51/types.d.ts +0 -136
- package/es/components/eftposPay/mx51/types.js +0 -29
- package/es/components/eftposPay/mx51/utils.d.ts +0 -10
- package/es/components/eftposPay/mx51/utils.js +0 -120
- package/es/components/eftposPay/pay.d.ts +0 -20
- package/es/components/eftposPay/store/index.d.ts +0 -355
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/eftposPay/windcave/helper.d.ts +0 -23
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -5
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +0 -3
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -4
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -39
- package/es/components/eventBooking/components/Voucher/hooks.d.ts +0 -7
- package/es/components/eventBooking/components/Voucher/index.d.ts +0 -2
- package/es/components/eventBooking/index.d.ts +0 -3
- package/es/components/index.d.ts +0 -23
- package/es/components/pay/toC/PaymentList/utils.d.ts +0 -36
- package/es/components/pay/toC/PaymentMethods/BankDeposit/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +0 -10
- package/es/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
- package/es/components/pay/toC/PaymentMethods/index.d.ts +0 -9
- package/es/components/pay/toC/model.d.ts +0 -40
- package/es/components/pay/toC/serve.d.ts +0 -62
- package/es/components/pay/toC/utils.d.ts +0 -57
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/es/components/ruleSetting/index.d.ts +0 -9
- package/es/components/ruleSetting/locales.d.ts +0 -48
- package/es/components/ruleSetting/server.d.ts +0 -4
- package/es/components/shoppingCart/locales.d.ts +0 -33
- package/es/components/shoppingCart/type.d.ts +0 -48
- package/es/components/subTotal/index.d.ts +0 -24
- package/es/components/subTotal/locales.d.ts +0 -42
- package/es/components/systemSettings/registry/components/docs/images/image-1.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-2.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-3.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-4.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-5.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-6.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-7.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image-8.png +0 -0
- package/es/components/systemSettings/registry/components/docs/images/image.png +0 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -9
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -6
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -4
- package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -12
- package/es/components/ticketBooking/index.d.ts +0 -7
- package/es/components/ticketBooking/locales.d.ts +0 -174
- package/es/components/ticketBooking/serve.d.ts +0 -287
- package/es/components/ticketBooking/utils/index.d.ts +0 -25
- package/es/components/walletList/serve.d.ts +0 -43
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/es/components/workSpaceList/components/WorkspaceItem/index.d.ts +0 -22
- package/es/hooks/useEngineContext.d.ts +0 -10
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/index.d.ts +0 -66
- package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/es/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/es/plus/selectHolder/locales.d.ts +0 -21
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -5
- package/es/plus/skuOptionsSelection/index.d.ts +0 -5
- package/es/plus/skuOptionsSelection/types.d.ts +0 -429
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/es/plus/walletPassGallery/serve.d.ts +0 -243
- package/es/pro/Login2.0/components/PhoneInput.d.ts +0 -53
- package/es/pro/Login2.0/shared/types.d.ts +0 -232
- package/es/pro/NumericStepper/index.d.ts +0 -43
- package/es/pro/Selector/Selector.d.ts +0 -14
- package/es/pro/Selector/Selector.stories.d.ts +0 -78
- package/es/pro/Selector/components/Card/index.d.ts +0 -57
- package/es/pro/Selector/components/Indicator/index.d.ts +0 -19
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +0 -16
- package/es/pro/Selector/demo.d.ts +0 -2
- package/es/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/es/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/es/pro/Selector/types.d.ts +0 -173
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/test/setup.d.ts +0 -1
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/Sales/Cart/utils.d.ts +0 -68
- package/lib/components/Sales/Checkout/utils.d.ts +0 -41
- package/lib/components/Sales/Summary/index.d.ts +0 -37
- package/lib/components/Sales/Summary/utils.d.ts +0 -58
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/ConfirmInformation/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Content/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/Date/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +0 -13
- package/lib/components/appointmentBooking/components/Header/index.d.ts +0 -3
- package/lib/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +0 -2
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +0 -3
- package/lib/components/appointmentBooking/hooks.d.ts +0 -107
- package/lib/components/appointmentBooking/index.d.ts +0 -3
- package/lib/components/appointmentBooking/locales.d.ts +0 -366
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/lib/components/booking/addons/index.d.ts +0 -17
- package/lib/components/booking/components/footer/amount.d.ts +0 -25
- package/lib/components/booking/components/footer/index.d.ts +0 -11
- package/lib/components/booking/components/footer/utils.d.ts +0 -47
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +0 -9
- package/lib/components/booking/components/tabPane/index.d.ts +0 -4
- package/lib/components/booking/components/voucher/index.d.ts +0 -3
- package/lib/components/booking/dashboard/serve.d.ts +0 -1
- package/lib/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/lib/components/booking/deposit/index.d.ts +0 -2
- package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
- package/lib/components/booking/forms/forms.d.ts +0 -30
- package/lib/components/booking/forms/serve.d.ts +0 -18
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -6
- package/lib/components/booking/info/client/index.d.ts +0 -4
- package/lib/components/booking/info/client/serve.d.ts +0 -2
- package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/lib/components/booking/info/date/index.d.ts +0 -5
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/lib/components/booking/info/index.d.ts +0 -3
- package/lib/components/booking/info/main.d.ts +0 -12
- package/lib/components/booking/info/model.d.ts +0 -14
- package/lib/components/booking/info/pet/serve.d.ts +0 -1
- package/lib/components/booking/info/service/Lists.d.ts +0 -2
- package/lib/components/booking/info/service/addService/index.d.ts +0 -11
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -3
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/lib/components/booking/info/service/addTimeModal/utils.d.ts +0 -31
- package/lib/components/booking/info/service/editService/constants.d.ts +0 -1
- package/lib/components/booking/info/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info/service/serve.d.ts +0 -20
- package/lib/components/booking/info/service/serviceList/index.d.ts +0 -5
- package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/lib/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/lib/components/booking/info/service2/Lists.d.ts +0 -2
- package/lib/components/booking/info/service2/utils.d.ts +0 -248
- package/lib/components/booking/info/utils.d.ts +0 -50
- package/lib/components/booking/info2/index.d.ts +0 -12
- package/lib/components/booking/info2/serve.d.ts +0 -6
- package/lib/components/booking/info2/service/addService/index.d.ts +0 -11
- package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -3
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -13
- package/lib/components/booking/info2/service/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -5
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/lib/components/booking/locales.d.ts +0 -846
- package/lib/components/booking/model.d.ts +0 -120
- package/lib/components/booking/notes/addNote/index.d.ts +0 -3
- package/lib/components/booking/utils.d.ts +0 -175
- package/lib/components/eftpos/const.d.ts +0 -66
- package/lib/components/eftpos/device.d.ts +0 -11
- package/lib/components/eftpos/index.d.ts +0 -46
- package/lib/components/eftpos/locales.d.ts +0 -102
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -152
- package/lib/components/eftposPay/aggregatePayment/index.d.ts +0 -3
- package/lib/components/eftposPay/aggregatePayment/mock.d.ts +0 -495
- package/lib/components/eftposPay/aggregatePayment/mock.js +0 -679
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/lib/components/eftposPay/aggregatePayment/service.js +0 -81
- package/lib/components/eftposPay/aggregatePayment/types.d.ts +0 -96
- package/lib/components/eftposPay/aggregatePayment/types.js +0 -74
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +0 -302
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +0 -746
- package/lib/components/eftposPay/app.d.ts +0 -10
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -3
- package/lib/components/eftposPay/component/fail/index.d.ts +0 -3
- package/lib/components/eftposPay/component/fail/unknow.d.ts +0 -10
- package/lib/components/eftposPay/const.d.ts +0 -189
- package/lib/components/eftposPay/device.d.ts +0 -23
- package/lib/components/eftposPay/hooks.d.ts +0 -36
- package/lib/components/eftposPay/index.d.ts +0 -4
- package/lib/components/eftposPay/linkly/index.d.ts +0 -2
- package/lib/components/eftposPay/locales.d.ts +0 -330
- package/lib/components/eftposPay/manufacturer.d.ts +0 -8
- package/lib/components/eftposPay/mx51/Action.d.ts +0 -6
- package/lib/components/eftposPay/mx51/Action.js +0 -127
- package/lib/components/eftposPay/mx51/const.d.ts +0 -5
- package/lib/components/eftposPay/mx51/const.js +0 -85
- package/lib/components/eftposPay/mx51/index.d.ts +0 -6
- package/lib/components/eftposPay/mx51/index.js +0 -330
- package/lib/components/eftposPay/mx51/types.d.ts +0 -136
- package/lib/components/eftposPay/mx51/utils.d.ts +0 -10
- package/lib/components/eftposPay/mx51/utils.js +0 -114
- package/lib/components/eftposPay/pay.d.ts +0 -20
- package/lib/components/eftposPay/store/index.d.ts +0 -355
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/eftposPay/windcave/helper.d.ts +0 -23
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +0 -5
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +0 -3
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -4
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -39
- package/lib/components/eventBooking/components/Voucher/hooks.d.ts +0 -7
- package/lib/components/eventBooking/components/Voucher/index.d.ts +0 -2
- package/lib/components/eventBooking/index.d.ts +0 -3
- package/lib/components/index.d.ts +0 -23
- package/lib/components/pay/toC/PaymentList/utils.d.ts +0 -36
- package/lib/components/pay/toC/PaymentMethods/BankDeposit/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/GlobePayAliPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayPaypalH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayQrcode/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/GlobePayWxH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +0 -10
- package/lib/components/pay/toC/PaymentMethods/StripePay/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/SuperPayAliPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/SuperPayWxPayH5/serve.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -155
- package/lib/components/pay/toC/PaymentMethods/index.d.ts +0 -9
- package/lib/components/pay/toC/model.d.ts +0 -40
- package/lib/components/pay/toC/serve.d.ts +0 -62
- package/lib/components/pay/toC/utils.d.ts +0 -57
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/lib/components/ruleSetting/index.d.ts +0 -9
- package/lib/components/ruleSetting/locales.d.ts +0 -48
- package/lib/components/ruleSetting/server.d.ts +0 -4
- package/lib/components/shoppingCart/locales.d.ts +0 -33
- package/lib/components/shoppingCart/type.d.ts +0 -48
- package/lib/components/subTotal/index.d.ts +0 -24
- package/lib/components/subTotal/locales.d.ts +0 -42
- package/lib/components/systemSettings/registry/components/docs/images/image-1.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-2.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-3.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-4.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-5.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-6.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-7.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image-8.png +0 -0
- package/lib/components/systemSettings/registry/components/docs/images/image.png +0 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -9
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -6
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -4
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -12
- package/lib/components/ticketBooking/index.d.ts +0 -7
- package/lib/components/ticketBooking/locales.d.ts +0 -174
- package/lib/components/ticketBooking/serve.d.ts +0 -287
- package/lib/components/ticketBooking/utils/index.d.ts +0 -25
- package/lib/components/walletList/serve.d.ts +0 -43
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/lib/components/workSpaceList/components/WorkspaceItem/index.d.ts +0 -22
- package/lib/hooks/useEngineContext.d.ts +0 -10
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/index.d.ts +0 -66
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/lib/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/lib/plus/selectHolder/locales.d.ts +0 -21
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/index.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/types.d.ts +0 -429
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/lib/plus/walletPassGallery/serve.d.ts +0 -243
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +0 -53
- package/lib/pro/Login2.0/shared/types.d.ts +0 -232
- package/lib/pro/NumericStepper/index.d.ts +0 -43
- package/lib/pro/Selector/Selector.d.ts +0 -14
- package/lib/pro/Selector/Selector.stories.d.ts +0 -78
- package/lib/pro/Selector/components/Card/index.d.ts +0 -57
- package/lib/pro/Selector/components/Indicator/index.d.ts +0 -19
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +0 -16
- package/lib/pro/Selector/demo.d.ts +0 -2
- package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/lib/pro/Selector/types.d.ts +0 -173
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/test/setup.d.ts +0 -1
|
@@ -1,366 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.event.calendar.limit.unavailable': string;
|
|
4
|
-
'pisell2.event.calendar.limit.sold.out': string;
|
|
5
|
-
'pisell2.event.calendar.limit.call.to.book': string;
|
|
6
|
-
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
7
|
-
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
8
|
-
'pisell2.event.calendar.booking-closed': string;
|
|
9
|
-
'pisell2.event.calendar.call-to-book': string;
|
|
10
|
-
'pisell2.event.calendar.email-to-book': string;
|
|
11
|
-
'pisell2.event.close.title': string;
|
|
12
|
-
'pisell2.event.close.tip': string;
|
|
13
|
-
'pisell2.event.close.continue': string;
|
|
14
|
-
'pisell2.event.close.exit': string;
|
|
15
|
-
'pisell2.appointment.step': (step: number) => string;
|
|
16
|
-
'pisell2.event.select.category': (val: string) => string;
|
|
17
|
-
'pisell2.event.select.campus': (val: string) => string;
|
|
18
|
-
'pisell2.event.select.event': string;
|
|
19
|
-
'pisell2.event.cart': string;
|
|
20
|
-
'pisell2.event.total': string;
|
|
21
|
-
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
22
|
-
'pisell2.event.continue': string;
|
|
23
|
-
'pisell2.event.details': string;
|
|
24
|
-
'pisell2.event.introduction': string;
|
|
25
|
-
'pisell2.event.schedule': string;
|
|
26
|
-
'pisell2.event.teacher': string;
|
|
27
|
-
'pisell2.event.campus': string;
|
|
28
|
-
'pisell2.event.resource': string;
|
|
29
|
-
'pisell2.event.booking.options': string;
|
|
30
|
-
'pisell2.event.add.to.cart': string;
|
|
31
|
-
'pisell2.event.description': string;
|
|
32
|
-
'pisell2.event.view.more': string;
|
|
33
|
-
'pisell2.event.view.less': string;
|
|
34
|
-
'pisell2.event.holder.modal.title': string;
|
|
35
|
-
'pisell2.event.confirm': string;
|
|
36
|
-
'pisell2.event.confirm.information': string;
|
|
37
|
-
'pisell2.event.confirm.information.tip': string;
|
|
38
|
-
'pisell2.event.confirm.information.other': string;
|
|
39
|
-
'pisell2.event.add.others': string;
|
|
40
|
-
'pisell2.event.checkout': string;
|
|
41
|
-
'pisell2.event.edit.event': string;
|
|
42
|
-
'pisell2.event.remove': string;
|
|
43
|
-
'pisell2.event.option': string;
|
|
44
|
-
'pisell2.event.order.items.error.title': string;
|
|
45
|
-
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
46
|
-
'pisell2.event.order.items.error.proceed': string;
|
|
47
|
-
'pisell2.event.order.items.error.return': string;
|
|
48
|
-
'pisell2.event.order.items.error.back': string;
|
|
49
|
-
'pisell2.event.order.items.error.continue': string;
|
|
50
|
-
'pisell2.event.order.items.error.all.tip': string;
|
|
51
|
-
'pisell2.event.remove.title': string;
|
|
52
|
-
'pisell2.event.remove.tip': string;
|
|
53
|
-
'pisell2.event.remove.cancel': string;
|
|
54
|
-
'pisell2.event.create': string;
|
|
55
|
-
'pisell2.event.search': string;
|
|
56
|
-
'pisell2.event.empty.service': string;
|
|
57
|
-
'pisell2.event.title': (val: number) => string;
|
|
58
|
-
'pisell2.event.create.form': string;
|
|
59
|
-
'pisell2.event.empty.event': string;
|
|
60
|
-
'pisell2.event.error.holder': string;
|
|
61
|
-
'pisell2.event.price.from': string;
|
|
62
|
-
'pisell2.event.empty.holder.title': string;
|
|
63
|
-
'pisell2.event.empty.holder.tip': string;
|
|
64
|
-
'pisell2.event.empty.holder.continue.tip': string;
|
|
65
|
-
'pisell2.event.empty.holder.go.back': string;
|
|
66
|
-
'pisell2.event.empty.holder.continue.anyway': string;
|
|
67
|
-
'pisell2.event.event.full.title': string;
|
|
68
|
-
'pisell2.event.event.full.tip': string;
|
|
69
|
-
'pisell2.event.event.full.ok': string;
|
|
70
|
-
'pisell2.event.capacity.limit.reached.title': string;
|
|
71
|
-
'pisell2.event.capacity.limit.reached.tip': string;
|
|
72
|
-
'pisell2.appointment.booking.empty.service': string;
|
|
73
|
-
'pisell2.appointment.booking.empty.data': string;
|
|
74
|
-
'pisell2.appointment.booking.empty.time': string;
|
|
75
|
-
'pisell2.appointment.service.title': (val: number) => string;
|
|
76
|
-
'pisell2.appointment.add.guest': string;
|
|
77
|
-
'pisell2.appointment.edit.service': string;
|
|
78
|
-
'pisell2.appointment.remove.guest': string;
|
|
79
|
-
'pisell2.appointment.no.available.service': string;
|
|
80
|
-
'pisell2.appointment.max.guest': string;
|
|
81
|
-
'pisell2.appointment.no.available.time': string;
|
|
82
|
-
'pisell2.appointment.monday': string;
|
|
83
|
-
'pisell2.appointment.tuesday': string;
|
|
84
|
-
'pisell2.appointment.wednesday': string;
|
|
85
|
-
'pisell2.appointment.thursday': string;
|
|
86
|
-
'pisell2.appointment.friday': string;
|
|
87
|
-
'pisell2.appointment.saturday': string;
|
|
88
|
-
'pisell2.appointment.sunday': string;
|
|
89
|
-
'pisell2.appointment.any.professional': string;
|
|
90
|
-
'pisell2.appointment.for.maximum.availability': string;
|
|
91
|
-
'pisell2.appointment.deposit': string;
|
|
92
|
-
'pisell2.appointment.deposit.agreed': string;
|
|
93
|
-
'pisell2.appointment.deposit.agree.policy': string;
|
|
94
|
-
'pisell2.appointment.deposit.and': string;
|
|
95
|
-
'pisell2.appointment.deposit.amount.tip1': string;
|
|
96
|
-
'pisell2.appointment.deposit.amount.tip2': string;
|
|
97
|
-
'pisell2.appointment.deposit.close': string;
|
|
98
|
-
'pisell2.appointment.tips': string;
|
|
99
|
-
'pisell2.appointment.tips.content': string;
|
|
100
|
-
'pisell2.appointment.fill-form': string;
|
|
101
|
-
'pisell2.appointment.select.holder': (val: string) => string;
|
|
102
|
-
'pisell2.appointment.select.time': string;
|
|
103
|
-
'pisell2.appointment.unselect.time': string;
|
|
104
|
-
'pisell2.appointment.unselect.date': string;
|
|
105
|
-
'pisell2.appointment.unuse.date': string;
|
|
106
|
-
'pisell2.appointment.add-guests': string;
|
|
107
|
-
'pisell2.appointment.policy': string;
|
|
108
|
-
'pisell2.appointment.policy.confirm': string;
|
|
109
|
-
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
110
|
-
'pisell2.text.apply': string;
|
|
111
|
-
'pisell2.text.goodpass': string;
|
|
112
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
113
|
-
'pisell2.text.goodpass.view-more': string;
|
|
114
|
-
'pisell2.text.goodpass.code': string;
|
|
115
|
-
'pisell2.text.goodpass.enter-code': string;
|
|
116
|
-
'pisell2.text.goodpass.code-invalid': string;
|
|
117
|
-
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
118
|
-
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
119
|
-
'pisell2.text.goodpass.login': string;
|
|
120
|
-
'pisell2.text.goodpass.login-tip': string;
|
|
121
|
-
'pisell2.text.contact-info.title': string;
|
|
122
|
-
};
|
|
123
|
-
'zh-CN': {
|
|
124
|
-
'pisell2.event.calendar.limit.unavailable': string;
|
|
125
|
-
'pisell2.event.calendar.limit.sold.out': string;
|
|
126
|
-
'pisell2.event.calendar.limit.call.to.book': string;
|
|
127
|
-
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
128
|
-
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
129
|
-
'pisell2.event.calendar.booking-closed': string;
|
|
130
|
-
'pisell2.event.calendar.call-to-book': string;
|
|
131
|
-
'pisell2.event.calendar.email-to-book': string;
|
|
132
|
-
'pisell2.event.close.title': string;
|
|
133
|
-
'pisell2.event.close.tip': string;
|
|
134
|
-
'pisell2.event.close.continue': string;
|
|
135
|
-
'pisell2.event.close.exit': string;
|
|
136
|
-
'pisell2.appointment.step': (step: number) => string;
|
|
137
|
-
'pisell2.event.select.category': (val: string) => string;
|
|
138
|
-
'pisell2.event.select.event': string;
|
|
139
|
-
'pisell2.event.select.campus': (val: string) => string;
|
|
140
|
-
'pisell2.event.cart': string;
|
|
141
|
-
'pisell2.event.total': string;
|
|
142
|
-
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
143
|
-
'pisell2.event.continue': string;
|
|
144
|
-
'pisell2.event.details': string;
|
|
145
|
-
'pisell2.event.introduction': string;
|
|
146
|
-
'pisell2.event.schedule': string;
|
|
147
|
-
'pisell2.event.teacher': string;
|
|
148
|
-
'pisell2.event.campus': string;
|
|
149
|
-
'pisell2.event.resource': string;
|
|
150
|
-
'pisell2.event.booking.options': string;
|
|
151
|
-
'pisell2.event.add.to.cart': string;
|
|
152
|
-
'pisell2.event.description': string;
|
|
153
|
-
'pisell2.event.view.more': string;
|
|
154
|
-
'pisell2.event.view.less': string;
|
|
155
|
-
'pisell2.event.holder.modal.title': string;
|
|
156
|
-
'pisell2.event.confirm': string;
|
|
157
|
-
'pisell2.event.confirm.information': string;
|
|
158
|
-
'pisell2.event.confirm.information.tip': string;
|
|
159
|
-
'pisell2.event.confirm.information.other': string;
|
|
160
|
-
'pisell2.event.add.others': string;
|
|
161
|
-
'pisell2.event.checkout': string;
|
|
162
|
-
'pisell2.event.edit.event': string;
|
|
163
|
-
'pisell2.event.remove': string;
|
|
164
|
-
'pisell2.event.option': string;
|
|
165
|
-
'pisell2.event.order.items.error.title': string;
|
|
166
|
-
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
167
|
-
'pisell2.event.order.items.error.proceed': string;
|
|
168
|
-
'pisell2.event.order.items.error.return': string;
|
|
169
|
-
'pisell2.event.order.items.error.back': string;
|
|
170
|
-
'pisell2.event.order.items.error.continue': string;
|
|
171
|
-
'pisell2.event.order.items.error.all.tip': string;
|
|
172
|
-
'pisell2.event.remove.title': string;
|
|
173
|
-
'pisell2.event.remove.tip': string;
|
|
174
|
-
'pisell2.event.remove.cancel': string;
|
|
175
|
-
'pisell2.event.create': string;
|
|
176
|
-
'pisell2.event.search': string;
|
|
177
|
-
'pisell2.event.empty.service': string;
|
|
178
|
-
'pisell2.event.title': (val: number) => string;
|
|
179
|
-
'pisell2.event.create.form': string;
|
|
180
|
-
'pisell2.event.empty.event': string;
|
|
181
|
-
'pisell2.event.error.holder': string;
|
|
182
|
-
'pisell2.event.price.from': string;
|
|
183
|
-
'pisell2.event.empty.holder.title': string;
|
|
184
|
-
'pisell2.event.empty.holder.tip': string;
|
|
185
|
-
'pisell2.event.empty.holder.continue.tip': string;
|
|
186
|
-
'pisell2.event.empty.holder.go.back': string;
|
|
187
|
-
'pisell2.event.empty.holder.continue.anyway': string;
|
|
188
|
-
'pisell2.event.event.full.title': string;
|
|
189
|
-
'pisell2.event.event.full.tip': string;
|
|
190
|
-
'pisell2.event.event.full.ok': string;
|
|
191
|
-
'pisell2.event.capacity.limit.reached.title': string;
|
|
192
|
-
'pisell2.event.capacity.limit.reached.tip': string;
|
|
193
|
-
'pisell2.appointment.booking.empty.service': string;
|
|
194
|
-
'pisell2.appointment.booking.empty.data': string;
|
|
195
|
-
'pisell2.appointment.booking.empty.time': string;
|
|
196
|
-
'pisell2.appointment.service.title': (val: number) => string;
|
|
197
|
-
'pisell2.appointment.add.guest': string;
|
|
198
|
-
'pisell2.appointment.edit.service': string;
|
|
199
|
-
'pisell2.appointment.remove.guest': string;
|
|
200
|
-
'pisell2.appointment.no.available.service': string;
|
|
201
|
-
'pisell2.appointment.max.guest': string;
|
|
202
|
-
'pisell2.appointment.no.available.time': string;
|
|
203
|
-
'pisell2.appointment.monday': string;
|
|
204
|
-
'pisell2.appointment.tuesday': string;
|
|
205
|
-
'pisell2.appointment.wednesday': string;
|
|
206
|
-
'pisell2.appointment.thursday': string;
|
|
207
|
-
'pisell2.appointment.friday': string;
|
|
208
|
-
'pisell2.appointment.saturday': string;
|
|
209
|
-
'pisell2.appointment.sunday': string;
|
|
210
|
-
'pisell2.appointment.any.professional': string;
|
|
211
|
-
'pisell2.appointment.for.maximum.availability': string;
|
|
212
|
-
'pisell2.appointment.deposit': string;
|
|
213
|
-
'pisell2.appointment.deposit.agreed': string;
|
|
214
|
-
'pisell2.appointment.deposit.agree.policy': string;
|
|
215
|
-
'pisell2.appointment.deposit.and': string;
|
|
216
|
-
'pisell2.appointment.deposit.amount.tip1': string;
|
|
217
|
-
'pisell2.appointment.deposit.amount.tip2': string;
|
|
218
|
-
'pisell2.appointment.deposit.close': string;
|
|
219
|
-
'pisell2.appointment.tips': string;
|
|
220
|
-
'pisell2.appointment.tips.content': string;
|
|
221
|
-
'pisell2.appointment.fill-form': string;
|
|
222
|
-
'pisell2.appointment.select.holder': (val: string) => string;
|
|
223
|
-
'pisell2.appointment.select.time': string;
|
|
224
|
-
'pisell2.appointment.unselect.time': string;
|
|
225
|
-
'pisell2.appointment.unselect.date': string;
|
|
226
|
-
'pisell2.appointment.unuse.date': string;
|
|
227
|
-
'pisell2.appointment.add-guests': string;
|
|
228
|
-
'pisell2.appointment.policy': string;
|
|
229
|
-
'pisell2.appointment.policy.confirm': string;
|
|
230
|
-
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
231
|
-
'pisell2.text.apply': string;
|
|
232
|
-
'pisell2.text.goodpass': string;
|
|
233
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
234
|
-
'pisell2.text.goodpass.view-more': string;
|
|
235
|
-
'pisell2.text.goodpass.code': string;
|
|
236
|
-
'pisell2.text.goodpass.enter-code': string;
|
|
237
|
-
'pisell2.text.goodpass.code-invalid': string;
|
|
238
|
-
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
239
|
-
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
240
|
-
'pisell2.text.goodpass.login': string;
|
|
241
|
-
'pisell2.text.goodpass.login-tip': string;
|
|
242
|
-
'pisell2.text.contact-info.title': string;
|
|
243
|
-
};
|
|
244
|
-
'zh-HK': {
|
|
245
|
-
'pisell2.event.calendar.limit.unavailable': string;
|
|
246
|
-
'pisell2.event.calendar.limit.sold.out': string;
|
|
247
|
-
'pisell2.event.calendar.limit.call.to.book': string;
|
|
248
|
-
'pisell2.event.calendar.limit.filling.up.fast': string;
|
|
249
|
-
'pisell2.event.calendar.limit.lots.of.space': string;
|
|
250
|
-
'pisell2.event.calendar.booking-closed': string;
|
|
251
|
-
'pisell2.event.calendar.call-to-book': string;
|
|
252
|
-
'pisell2.event.calendar.email-to-book': string;
|
|
253
|
-
'pisell2.event.close.title': string;
|
|
254
|
-
'pisell2.event.close.tip': string;
|
|
255
|
-
'pisell2.event.close.continue': string;
|
|
256
|
-
'pisell2.event.close.exit': string;
|
|
257
|
-
'pisell2.appointment.step': (step: number) => string;
|
|
258
|
-
'pisell2.event.select.category': (val: string) => string;
|
|
259
|
-
'pisell2.event.select.event': string;
|
|
260
|
-
'pisell2.event.select.campus': (val: string) => string;
|
|
261
|
-
'pisell2.event.cart': string;
|
|
262
|
-
'pisell2.event.total': string;
|
|
263
|
-
'pisell2.event.total.gst': (val: string, amount: any) => string;
|
|
264
|
-
'pisell2.event.continue': string;
|
|
265
|
-
'pisell2.event.details': string;
|
|
266
|
-
'pisell2.event.introduction': string;
|
|
267
|
-
'pisell2.event.schedule': string;
|
|
268
|
-
'pisell2.event.teacher': string;
|
|
269
|
-
'pisell2.event.campus': string;
|
|
270
|
-
'pisell2.event.resource': string;
|
|
271
|
-
'pisell2.event.booking.options': string;
|
|
272
|
-
'pisell2.event.add.to.cart': string;
|
|
273
|
-
'pisell2.event.description': string;
|
|
274
|
-
'pisell2.event.view.more': string;
|
|
275
|
-
'pisell2.event.view.less': string;
|
|
276
|
-
'pisell2.event.holder.modal.title': string;
|
|
277
|
-
'pisell2.event.confirm': string;
|
|
278
|
-
'pisell2.event.confirm.information': string;
|
|
279
|
-
'pisell2.event.confirm.information.tip': string;
|
|
280
|
-
'pisell2.event.confirm.information.other': string;
|
|
281
|
-
'pisell2.event.add.others': string;
|
|
282
|
-
'pisell2.event.checkout': string;
|
|
283
|
-
'pisell2.event.edit.event': string;
|
|
284
|
-
'pisell2.event.remove': string;
|
|
285
|
-
'pisell2.event.option': string;
|
|
286
|
-
'pisell2.event.order.items.error.title': string;
|
|
287
|
-
'pisell2.event.order.items.error.tip': (val: number) => string;
|
|
288
|
-
'pisell2.event.order.items.error.proceed': string;
|
|
289
|
-
'pisell2.event.order.items.error.return': string;
|
|
290
|
-
'pisell2.event.order.items.error.back': string;
|
|
291
|
-
'pisell2.event.order.items.error.continue': string;
|
|
292
|
-
'pisell2.event.order.items.error.all.tip': string;
|
|
293
|
-
'pisell2.event.remove.title': string;
|
|
294
|
-
'pisell2.event.remove.tip': string;
|
|
295
|
-
'pisell2.event.remove.cancel': string;
|
|
296
|
-
'pisell2.event.create': string;
|
|
297
|
-
'pisell2.event.search': string;
|
|
298
|
-
'pisell2.event.empty.service': string;
|
|
299
|
-
'pisell2.event.title': (val: number) => string;
|
|
300
|
-
'pisell2.event.create.form': string;
|
|
301
|
-
'pisell2.event.empty.event': string;
|
|
302
|
-
'pisell2.event.error.holder': string;
|
|
303
|
-
'pisell2.event.price.from': string;
|
|
304
|
-
'pisell2.event.empty.holder.title': string;
|
|
305
|
-
'pisell2.event.empty.holder.tip': string;
|
|
306
|
-
'pisell2.event.empty.holder.continue.tip': string;
|
|
307
|
-
'pisell2.event.empty.holder.go.back': string;
|
|
308
|
-
'pisell2.event.empty.holder.continue.anyway': string;
|
|
309
|
-
'pisell2.event.event.full.title': string;
|
|
310
|
-
'pisell2.event.event.full.tip': string;
|
|
311
|
-
'pisell2.event.event.full.ok': string;
|
|
312
|
-
'pisell2.event.capacity.limit.reached.title': string;
|
|
313
|
-
'pisell2.event.capacity.limit.reached.tip': string;
|
|
314
|
-
'pisell2.appointment.booking.empty.service': string;
|
|
315
|
-
'pisell2.appointment.booking.empty.data': string;
|
|
316
|
-
'pisell2.appointment.booking.empty.time': string;
|
|
317
|
-
'pisell2.appointment.service.title': (val: number) => string;
|
|
318
|
-
'pisell2.appointment.add.guest': string;
|
|
319
|
-
'pisell2.appointment.edit.service': string;
|
|
320
|
-
'pisell2.appointment.remove.guest': string;
|
|
321
|
-
'pisell2.appointment.no.available.service': string;
|
|
322
|
-
'pisell2.appointment.max.guest': string;
|
|
323
|
-
'pisell2.appointment.no.available.time': string;
|
|
324
|
-
'pisell2.appointment.monday': string;
|
|
325
|
-
'pisell2.appointment.tuesday': string;
|
|
326
|
-
'pisell2.appointment.wednesday': string;
|
|
327
|
-
'pisell2.appointment.thursday': string;
|
|
328
|
-
'pisell2.appointment.friday': string;
|
|
329
|
-
'pisell2.appointment.saturday': string;
|
|
330
|
-
'pisell2.appointment.sunday': string;
|
|
331
|
-
'pisell2.appointment.any.professional': string;
|
|
332
|
-
'pisell2.appointment.for.maximum.availability': string;
|
|
333
|
-
'pisell2.appointment.deposit': string;
|
|
334
|
-
'pisell2.appointment.deposit.agreed': string;
|
|
335
|
-
'pisell2.appointment.deposit.agree.policy': string;
|
|
336
|
-
'pisell2.appointment.deposit.and': string;
|
|
337
|
-
'pisell2.appointment.deposit.amount.tip1': string;
|
|
338
|
-
'pisell2.appointment.deposit.amount.tip2': string;
|
|
339
|
-
'pisell2.appointment.deposit.close': string;
|
|
340
|
-
'pisell2.appointment.tips': string;
|
|
341
|
-
'pisell2.appointment.tips.content': string;
|
|
342
|
-
'pisell2.appointment.fill-form': string;
|
|
343
|
-
'pisell2.appointment.select.holder': (val: string) => string;
|
|
344
|
-
'pisell2.appointment.select.time': string;
|
|
345
|
-
'pisell2.appointment.unselect.time': string;
|
|
346
|
-
'pisell2.appointment.unselect.date': string;
|
|
347
|
-
'pisell2.appointment.unuse.date': string;
|
|
348
|
-
'pisell2.appointment.add-guests': string;
|
|
349
|
-
'pisell2.appointment.policy': string;
|
|
350
|
-
'pisell2.appointment.policy.confirm': string;
|
|
351
|
-
'pisell2.appointment.resource.tip': (val: string) => string;
|
|
352
|
-
'pisell2.text.apply': string;
|
|
353
|
-
'pisell2.text.goodpass': string;
|
|
354
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
355
|
-
'pisell2.text.goodpass.view-more': string;
|
|
356
|
-
'pisell2.text.goodpass.code': string;
|
|
357
|
-
'pisell2.text.goodpass.enter-code': string;
|
|
358
|
-
'pisell2.text.goodpass.code-invalid': string;
|
|
359
|
-
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
360
|
-
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
361
|
-
'pisell2.text.goodpass.login': string;
|
|
362
|
-
'pisell2.text.goodpass.login-tip': string;
|
|
363
|
-
'pisell2.text.contact-info.title': string;
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
export default _default;
|
package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ChannelAuthSettingProps } from '../types';
|
|
3
|
-
import './index.less';
|
|
4
|
-
declare const SaaSManagermentAuth: React.FC<ChannelAuthSettingProps>;
|
|
5
|
-
export default SaaSManagermentAuth;
|
|
6
|
-
export type { ChannelAuthSettingProps, ChannelAuthSettingValue, ChannelAuthSettingSaveParams, TabKey } from '../types';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @title: 添加额外商品
|
|
3
|
-
* @description:
|
|
4
|
-
* @return {*}
|
|
5
|
-
* @Author: zhiwei.Wang
|
|
6
|
-
* @Date: 2024-01-30 16:33
|
|
7
|
-
*/
|
|
8
|
-
import './index.less';
|
|
9
|
-
export interface InfoProps {
|
|
10
|
-
title?: string;
|
|
11
|
-
style?: any;
|
|
12
|
-
globalState: any;
|
|
13
|
-
setGlobalState: any;
|
|
14
|
-
}
|
|
15
|
-
export declare const formatProducts: (values: any) => any;
|
|
16
|
-
declare const Addons: any;
|
|
17
|
-
export default Addons;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare const getRelationDetailsTotal: (relation_details: any) => number;
|
|
2
|
-
export declare const getProductDiscountProductDiscountDifference: (product: any) => any;
|
|
3
|
-
export declare const is_price_include_tax: (state: any) => any;
|
|
4
|
-
/**
|
|
5
|
-
* 总金额
|
|
6
|
-
* @param state
|
|
7
|
-
* @returns
|
|
8
|
-
*/
|
|
9
|
-
export declare const getSumTotal: (state: any, isEdit: boolean) => {
|
|
10
|
-
productAmount: number;
|
|
11
|
-
duration: string;
|
|
12
|
-
tax: number;
|
|
13
|
-
shopDiscount: number;
|
|
14
|
-
otherAmount: number;
|
|
15
|
-
sumTotalAmount: number;
|
|
16
|
-
paidAmount: number;
|
|
17
|
-
notPaidAmount: number;
|
|
18
|
-
paySurchargeFee: number;
|
|
19
|
-
expectAmount: number;
|
|
20
|
-
actualPaidAmount: number;
|
|
21
|
-
orderPaidAmount: number;
|
|
22
|
-
totalRefundAmount: number;
|
|
23
|
-
dueAmount: number;
|
|
24
|
-
roundingAmount: number;
|
|
25
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @title: 套餐单规格信息
|
|
3
|
-
* @description:
|
|
4
|
-
* @param {any} option
|
|
5
|
-
* @return {*}
|
|
6
|
-
* @Author: zhiwei.Wang
|
|
7
|
-
* @Date: 2024-02-19 09:26
|
|
8
|
-
*/
|
|
9
|
-
export declare const formatProductOption: (option: any) => any;
|
|
10
|
-
/**
|
|
11
|
-
* @title: 套餐信息
|
|
12
|
-
* @description:
|
|
13
|
-
* @param {any} bundle
|
|
14
|
-
* @return {*}
|
|
15
|
-
* @Author: zhiwei.Wang
|
|
16
|
-
* @Date: 2024-02-19 09:26
|
|
17
|
-
*/
|
|
18
|
-
export declare const formatProductBundle: (bundle: any) => any;
|
|
19
|
-
/**
|
|
20
|
-
* 获取子商品折扣信息
|
|
21
|
-
* @param item
|
|
22
|
-
*/
|
|
23
|
-
export declare const getBundleDiscountList: (bundle: any[]) => any[];
|
|
24
|
-
export interface ResourceItem {
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* @title: 传入资源,如果有子资源,会根据组合资源的 capacity 计算修改子资源的 capacity
|
|
29
|
-
* @description:
|
|
30
|
-
* @param {object} resource
|
|
31
|
-
* @return {*}
|
|
32
|
-
* @Author: jinglin.tan
|
|
33
|
-
*/
|
|
34
|
-
export declare const checkSubResourcesCapacity: (resource: ResourceItem) => void;
|
|
35
|
-
export declare const checkResourcesFormat: (resources: any[], service: any, isChild?: boolean) => any[];
|
|
36
|
-
/**
|
|
37
|
-
* @title: 格式化商品单价
|
|
38
|
-
* @description:
|
|
39
|
-
* @param {any} item
|
|
40
|
-
* @return {*}
|
|
41
|
-
* @Author: WangHan
|
|
42
|
-
* @Date: 2024-12-23 12:05
|
|
43
|
-
*/
|
|
44
|
-
export declare const formatProductPrice: (item: any) => number;
|
|
45
|
-
export declare const getMainProductSellingPrice: (item: any) => number | undefined;
|
|
46
|
-
export declare const formatValues: (state: any) => any;
|
|
47
|
-
export declare const checkHolderIsError: (state: any) => any;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import './index.less';
|
|
3
|
-
interface IProps {
|
|
4
|
-
modal: any;
|
|
5
|
-
onReload: () => Promise<any>;
|
|
6
|
-
onCancel: () => void;
|
|
7
|
-
}
|
|
8
|
-
declare const ReloadResourceModal: ({ modal, onReload, onCancel }: IProps) => JSX.Element;
|
|
9
|
-
export default ReloadResourceModal;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getBookingList: (params: any) => Promise<any>;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./index.less";
|
|
3
|
-
declare type ClientItemProps = {
|
|
4
|
-
data: {
|
|
5
|
-
cover: string;
|
|
6
|
-
name: string;
|
|
7
|
-
display_name: string;
|
|
8
|
-
nickname: string;
|
|
9
|
-
email: string;
|
|
10
|
-
phone: string;
|
|
11
|
-
};
|
|
12
|
-
coverSize?: number;
|
|
13
|
-
style?: React.CSSProperties;
|
|
14
|
-
className?: string;
|
|
15
|
-
walkInName?: string;
|
|
16
|
-
};
|
|
17
|
-
declare const ClientItem: (props: ClientItemProps) => JSX.Element;
|
|
18
|
-
export default ClientItem;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
declare type DepositItemProps = {
|
|
4
|
-
status: 'paid' | 'unpaid' | 'partially_paid';
|
|
5
|
-
onEdit: React.MouseEventHandler<HTMLSpanElement>;
|
|
6
|
-
customer: any;
|
|
7
|
-
totalAmountStr: string;
|
|
8
|
-
totalAmount: number;
|
|
9
|
-
orderId: number;
|
|
10
|
-
orderNumber: number;
|
|
11
|
-
handleGoOrderDetail: () => void;
|
|
12
|
-
generatePaymentLink: (orderId: number) => void;
|
|
13
|
-
sendEmail: (orderId: number) => void;
|
|
14
|
-
depositAmount: number;
|
|
15
|
-
depositUnPaidAmount: number;
|
|
16
|
-
depositPaidAmount: number;
|
|
17
|
-
depositOriginPaidAmount: number;
|
|
18
|
-
amountSymbol: string;
|
|
19
|
-
createdTime: string;
|
|
20
|
-
isPaid: boolean;
|
|
21
|
-
isBookingCancelled: boolean;
|
|
22
|
-
hideOrderDetail?: boolean;
|
|
23
|
-
};
|
|
24
|
-
declare const DepositItem: (props: DepositItemProps) => JSX.Element;
|
|
25
|
-
export default DepositItem;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface ResourceItem {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}
|
|
4
|
-
/**
|
|
5
|
-
* @title: 传入资源,如果有子资源,会根据组合资源的 capacity 计算修改子资源的 capacity
|
|
6
|
-
* @description:
|
|
7
|
-
* @param {object} resource
|
|
8
|
-
* @return {*}
|
|
9
|
-
* @Author: jinglin.tan
|
|
10
|
-
*/
|
|
11
|
-
export declare const checkSubResourcesCapacity: (resource: ResourceItem) => void;
|
|
12
|
-
export declare const formatValues: (data: any, values: any) => any;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
2
|
-
export interface InfoProps {
|
|
3
|
-
forms: any[];
|
|
4
|
-
value: any;
|
|
5
|
-
onChange: any;
|
|
6
|
-
modalOpen: boolean;
|
|
7
|
-
action: any;
|
|
8
|
-
customSelectProps: any;
|
|
9
|
-
optionRender: any;
|
|
10
|
-
hideTitle?: boolean;
|
|
11
|
-
addCallback?: any;
|
|
12
|
-
client: any;
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
addButtonProps?: any;
|
|
15
|
-
drawerProps?: any;
|
|
16
|
-
isMinorAndWaiver?: boolean;
|
|
17
|
-
waiverForm?: any;
|
|
18
|
-
addCallbackService?: () => void;
|
|
19
|
-
getHolders?: () => void;
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @title: 表单模块
|
|
23
|
-
* @description:
|
|
24
|
-
* @param {*} Provider
|
|
25
|
-
* @return {*}
|
|
26
|
-
* @Author: zhiwei.Wang
|
|
27
|
-
* @Date: 2024-01-30 17:10
|
|
28
|
-
*/
|
|
29
|
-
declare const Forms: any;
|
|
30
|
-
export default Forms;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 获取表单数据
|
|
3
|
-
*/
|
|
4
|
-
export declare const getFormData: (params: {
|
|
5
|
-
form_id: number;
|
|
6
|
-
form_record_ids: number[];
|
|
7
|
-
num: number;
|
|
8
|
-
skip: number;
|
|
9
|
-
}) => Promise<any>;
|
|
10
|
-
/**
|
|
11
|
-
* 发送表单填写提醒
|
|
12
|
-
*/
|
|
13
|
-
export declare const sendFormReminder: (params: {
|
|
14
|
-
email?: string;
|
|
15
|
-
phone?: string;
|
|
16
|
-
order_id: number;
|
|
17
|
-
country_calling_code?: string;
|
|
18
|
-
}) => Promise<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useIsBooking4Shop: (state: any) => any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getWaiverTitle: (waiverForm: any[]) => string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
interface VerticalClientProps {
|
|
4
|
-
globalState: any;
|
|
5
|
-
setGlobalState: any;
|
|
6
|
-
}
|
|
7
|
-
declare const VerticalClient: React.ForwardRefExoticComponent<VerticalClientProps & React.RefAttributes<unknown>>;
|
|
8
|
-
export default VerticalClient;
|