@pisell/private-materials 6.3.97 → 6.3.99
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 +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 +10 -10
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/locales.d.ts +628 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/es/components/ecocup/cupList/const.d.ts +133 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/hooks.d.ts +49 -0
- package/es/components/ecocup/locales.d.ts +563 -0
- package/es/components/ecocup/locales.js +228 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/index.d.ts +47 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/const.d.ts +17 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/const.d.ts +119 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -0
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/locales.d.ts +408 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/kioskSkuDetail/index.js +39 -10
- package/es/components/kioskSkuDetail/locales.d.ts +21 -0
- package/es/components/kioskSkuDetail/locales.js +24 -3
- package/es/components/login/locales.d.ts +38 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/model.d.ts +40 -0
- package/es/components/pay/toC/serve.d.ts +2 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +78 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/locales.d.ts +38 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/locales.d.ts +30 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +143 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/shoppingCart/locales.d.ts +53 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +68 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +169 -35
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/es/components/systemSettings/registry/index.js +20 -16
- package/es/components/systemSettings/registry/index.less +6 -7
- package/es/components/systemSettings/registry/locales.d.ts +525 -0
- package/es/components/systemSettings/registry/locales.js +262 -3
- package/es/components/systemSettings/registry/services.d.ts +97 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +43 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +196 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/hooks/useEngineContext.d.ts +11 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +23 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +108 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/locales.d.ts +591 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +136 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +83 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +193 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/selectHolder/locales.d.ts +35 -0
- package/es/plus/selectHolder/locales.js +17 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/es/plus/walletEditor/locales.d.ts +223 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +54 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
- package/es/plus/walletPassGallery/components/passList/index.js +8 -1
- package/es/plus/walletPassGallery/index.js +0 -31
- package/es/plus/walletPassGallery/locales.d.ts +473 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/es/pro/Selector/locales.d.ts +22 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/keyboards/locales.d.ts +14 -0
- package/es/pro/keyboards/locales.js +22 -0
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/test/setup.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/locales.d.ts +628 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/const.d.ts +133 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/hooks.d.ts +49 -0
- package/lib/components/ecocup/locales.d.ts +563 -0
- package/lib/components/ecocup/locales.js +224 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/index.d.ts +47 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/const.d.ts +17 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/const.d.ts +119 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.d.ts +408 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/kioskSkuDetail/index.js +27 -3
- package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
- package/lib/components/kioskSkuDetail/locales.js +24 -3
- package/lib/components/login/locales.d.ts +38 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/model.d.ts +40 -0
- package/lib/components/pay/toC/serve.d.ts +2 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +78 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/locales.d.ts +38 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/locales.d.ts +30 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +143 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/shoppingCart/locales.d.ts +53 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +68 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +294 -225
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/lib/components/systemSettings/registry/index.js +20 -16
- package/lib/components/systemSettings/registry/index.less +6 -7
- package/lib/components/systemSettings/registry/locales.d.ts +525 -0
- package/lib/components/systemSettings/registry/locales.js +262 -3
- package/lib/components/systemSettings/registry/services.d.ts +97 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +43 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +196 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/hooks/useEngineContext.d.ts +11 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +23 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +108 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/locales.d.ts +591 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +83 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +193 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/selectHolder/locales.d.ts +35 -0
- package/lib/plus/selectHolder/locales.js +13 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/lib/plus/walletEditor/locales.d.ts +223 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +54 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
- package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
- package/lib/plus/walletPassGallery/index.js +0 -29
- package/lib/plus/walletPassGallery/locales.d.ts +473 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lib/pro/Selector/locales.d.ts +22 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/keyboards/locales.d.ts +14 -0
- package/lib/pro/keyboards/locales.js +14 -0
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/test/setup.d.ts +1 -0
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +1 -1
|
@@ -842,5 +842,633 @@ declare const _default: {
|
|
|
842
842
|
'pisell2.booking.text.contact-info.title': string;
|
|
843
843
|
'pisell2.booking.text.search-placeholder': string;
|
|
844
844
|
};
|
|
845
|
+
ja: {
|
|
846
|
+
'pisell2.text.select-addons': string;
|
|
847
|
+
'pisell2.text.addons': string;
|
|
848
|
+
'pisell2.text.search': string;
|
|
849
|
+
'pisell2.text.view': string;
|
|
850
|
+
'pisell2.text.edit': string;
|
|
851
|
+
'pisell2.text.remove': string;
|
|
852
|
+
'pisell2.text.apply': string;
|
|
853
|
+
'pisell2.text.to-pay': string;
|
|
854
|
+
'pisell2.text.details': string;
|
|
855
|
+
'pisell2.text.checkout': string;
|
|
856
|
+
'pisell2.text.save': string;
|
|
857
|
+
'pisell2.text.view-all': string;
|
|
858
|
+
'pisell2.text.view-less': string;
|
|
859
|
+
'pisell2.text.add-a': string;
|
|
860
|
+
'pisell2.text.add-another': string;
|
|
861
|
+
'pisell2.text.select': string;
|
|
862
|
+
'pisell2.text.view-profile': string;
|
|
863
|
+
'pisell2.text.change-customer': string;
|
|
864
|
+
'pisell2.text.remove-customer': string;
|
|
865
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
866
|
+
'pisell2.text.select-customer': string;
|
|
867
|
+
'pisell2.text.create-new-customer': string;
|
|
868
|
+
'pisell2.text.filled': string;
|
|
869
|
+
'pisell2.text.not-filled': string;
|
|
870
|
+
'pisell2.text.create-new': string;
|
|
871
|
+
'pisell2.text.add-a-service': string;
|
|
872
|
+
'pisell2.text.add-another-service': string;
|
|
873
|
+
'pisell2.text.select-service': string;
|
|
874
|
+
'pisell2.text.edit-service': string;
|
|
875
|
+
'pisell2.text.price': string;
|
|
876
|
+
'pisell2.text.discount': string;
|
|
877
|
+
'pisell2.text.discount-reason': string;
|
|
878
|
+
'pisell2.text.start_time': string;
|
|
879
|
+
'pisell2.text.duration': string;
|
|
880
|
+
'pisell2.text.resource': string;
|
|
881
|
+
'pisell2.text.end_time': string;
|
|
882
|
+
'pisell2.text.start_date': string;
|
|
883
|
+
'pisell2.text.end_date': string;
|
|
884
|
+
'pisell2.text.quantity': string;
|
|
885
|
+
'pisell2.text.holder': string;
|
|
886
|
+
'pisell2.text.warnings': string;
|
|
887
|
+
'pisell2.text.order-notes': string;
|
|
888
|
+
'pisell2.text.add-order-notes': string;
|
|
889
|
+
'pisell2.text.add-internal-notes': string;
|
|
890
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
891
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
892
|
+
'pisell2.text.skip-for-now': string;
|
|
893
|
+
'pisell2.text.add-notes': string;
|
|
894
|
+
'pisell2.text.notes': string;
|
|
895
|
+
'pisell2.text.new-appointment': string;
|
|
896
|
+
'pisell2.text.enroll.detail': string;
|
|
897
|
+
'pisell2.text.add-products-successfully': string;
|
|
898
|
+
'pisell2.text.add': string;
|
|
899
|
+
'pisell2.text.created-successfully': string;
|
|
900
|
+
'pisell2.text.edit-successfully': string;
|
|
901
|
+
'pisell2.text.updated': string;
|
|
902
|
+
'pisell2.text.appointment-updated': string;
|
|
903
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
904
|
+
'pisell2.text.day': (val: number) => string;
|
|
905
|
+
'pisell2.text.min': string;
|
|
906
|
+
'pisell2.text.h': string;
|
|
907
|
+
'pisell2.text.other': string;
|
|
908
|
+
'pisell2.text.forms': string;
|
|
909
|
+
'pisell2.text.load-more': string;
|
|
910
|
+
'pisell2.text.status.new': string;
|
|
911
|
+
'pisell2.text.status.confirmed': string;
|
|
912
|
+
'pisell2.text.status.arrived': string;
|
|
913
|
+
'pisell2.text.status.started': string;
|
|
914
|
+
'pisell2.text.status.cancelled': string;
|
|
915
|
+
'pisell2.text.status.no_show': string;
|
|
916
|
+
'pisell2.text.status.completed': string;
|
|
917
|
+
'pisell2.text.status.booking_id': string;
|
|
918
|
+
'pisell2.text.status.no-discount': string;
|
|
919
|
+
'pisell2.text.status.manual': string;
|
|
920
|
+
'pisell2.text.status.service-error-1': string;
|
|
921
|
+
'pisell2.text.status.service-error-2': string;
|
|
922
|
+
'pisell2.text.status.service-error-3': string;
|
|
923
|
+
'pisell2.text.status.order-notes': string;
|
|
924
|
+
'pisell2.text.status.edit-note': string;
|
|
925
|
+
'pisell2.text.status.remove-note': string;
|
|
926
|
+
'pisell2.text.status.add-note': string;
|
|
927
|
+
'pisell2.text.status.from-system-add': string;
|
|
928
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
929
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
930
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
931
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
932
|
+
"pisell2.text.status.internal-notes": string;
|
|
933
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
934
|
+
'pisell2.text.add-form-successfully': string;
|
|
935
|
+
'pisell2.text.payments': string;
|
|
936
|
+
'pisell2.text.refund': string;
|
|
937
|
+
'pisell2.text.refund-amount': string;
|
|
938
|
+
'pisell2.text.select-a-customer': string;
|
|
939
|
+
'pisell2.text.customerpay': string;
|
|
940
|
+
'pisell2.text.paid': string;
|
|
941
|
+
'pisell2.text.voided_pay': string;
|
|
942
|
+
'pisell2.text.processing_pay': string;
|
|
943
|
+
'pisell2.text.surcharge': string;
|
|
944
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
945
|
+
'pisell1.text.edit-status-success': string;
|
|
946
|
+
'pisell1.text.fully-paid': string;
|
|
947
|
+
'pisell1.text.refund-customer': string;
|
|
948
|
+
'pisell1.text.not-contain': string;
|
|
949
|
+
'pisell1.text.included': string;
|
|
950
|
+
'pisell1.text.subtotal': string;
|
|
951
|
+
'pisell1.text.tax': string;
|
|
952
|
+
'pisell1.text.total': string;
|
|
953
|
+
'pisell1.text.rounding': string;
|
|
954
|
+
'pisell1.text.payment-fee': string;
|
|
955
|
+
'pisell1.text.tomorrow': string;
|
|
956
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
957
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
958
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
959
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
960
|
+
'pisell1.text.no-addons': string;
|
|
961
|
+
'pisell1.text.no-resource': string;
|
|
962
|
+
'pisell1.text.no-payments': string;
|
|
963
|
+
'pisell2.text.change': string;
|
|
964
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
965
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
966
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
967
|
+
'pisell2.text.refunded-amount': string;
|
|
968
|
+
'pisell2.text.flexible': string;
|
|
969
|
+
'pisell2.text.order-discount': string;
|
|
970
|
+
'pisell2.text.no-product-added': string;
|
|
971
|
+
'pisell2.text.contacts': string;
|
|
972
|
+
'pisell2.text.add-contacts': string;
|
|
973
|
+
'pisell2.text.edit-profile': string;
|
|
974
|
+
'pisell2.text.remove-contact': string;
|
|
975
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
976
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
977
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
978
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
979
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
980
|
+
'pisell2.text.rebook': string;
|
|
981
|
+
'pisell2.text.now': string;
|
|
982
|
+
'pisell2.text.deposit-list': string;
|
|
983
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
984
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
985
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
986
|
+
'pisell2.text.deposit-order-total': string;
|
|
987
|
+
'pisell2.text.deposit-order-detail': string;
|
|
988
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
989
|
+
'pisell2.text.deposit-order-no': string;
|
|
990
|
+
'pisell2.text.deposit-amount': string;
|
|
991
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
992
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
993
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
994
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
995
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
996
|
+
'pisell2.text.deposit-list-empty': string;
|
|
997
|
+
'pisell2.text.deposit-amount-message': string;
|
|
998
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
999
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1000
|
+
'pisell2.text.deposit-delete': string;
|
|
1001
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1002
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1003
|
+
'pisell2.text.deposit-paid': string;
|
|
1004
|
+
"pisell2.text.stock": string;
|
|
1005
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1006
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1007
|
+
'pisell2.text.payment-link': string;
|
|
1008
|
+
'pisell2.text.send-mail': string;
|
|
1009
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1010
|
+
'pisell2.text.ok': string;
|
|
1011
|
+
'page.booking.text.add-time': string;
|
|
1012
|
+
'page.booking.text.quantity': string;
|
|
1013
|
+
'page.booking.text.sales': string;
|
|
1014
|
+
'page.booking.text.update-time': string;
|
|
1015
|
+
'page.booking.text.add-time-success': string;
|
|
1016
|
+
'page.booking.text.unavailable': string;
|
|
1017
|
+
'page.booking.text.available': string;
|
|
1018
|
+
'page.booking.text.fully-booked': string;
|
|
1019
|
+
'page.booking.text.unlimited': string;
|
|
1020
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1021
|
+
"pisell2.text.actions": string;
|
|
1022
|
+
"pisell2.text.add-client": string;
|
|
1023
|
+
"pisell2.schedule.tab.all": string;
|
|
1024
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1025
|
+
"pisell2.schedule.tab.resources": string;
|
|
1026
|
+
"pisell2.schedule.tab.products": string;
|
|
1027
|
+
"pisell2.schedule.tab.events": string;
|
|
1028
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1029
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1030
|
+
'pisell2.text.variant-client-change': string;
|
|
1031
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1032
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1033
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1034
|
+
customerName: string;
|
|
1035
|
+
title: string;
|
|
1036
|
+
list: any[];
|
|
1037
|
+
}) => string;
|
|
1038
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1039
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1040
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1041
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1042
|
+
'page.booking.text.go-to-payments': string;
|
|
1043
|
+
'page.booking.text.cancel-only': string;
|
|
1044
|
+
'page.booking.text.refund': string;
|
|
1045
|
+
'page.booking.text.confirm': string;
|
|
1046
|
+
'page.booking.text.go-back': string;
|
|
1047
|
+
'page.booking.text.undo': string;
|
|
1048
|
+
'page.booking.text.cancel-booking': string;
|
|
1049
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1050
|
+
'page.booking.text.disabled-tickets': string;
|
|
1051
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1052
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1053
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1054
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1055
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1056
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1057
|
+
'page.booking.text.holder.length-error': string;
|
|
1058
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1059
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1060
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1061
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1062
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1063
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1064
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1065
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1066
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1067
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1068
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1069
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1070
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1071
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1072
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1073
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1074
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1075
|
+
'pisell2.booking.dashboard.default': string;
|
|
1076
|
+
'pisell2.booking.info.text.clear': string;
|
|
1077
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1078
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1079
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1080
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1081
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1082
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1083
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1084
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1085
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1086
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1087
|
+
'pisell2.text.open.items': string;
|
|
1088
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1089
|
+
'pisell2.text.no.selected': string;
|
|
1090
|
+
'pisell2.text.select.items': string;
|
|
1091
|
+
'pisell2.text.edit-select-service': string;
|
|
1092
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1093
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1094
|
+
'pisell2.text.confirm': string;
|
|
1095
|
+
'pisell2.text.cancel': string;
|
|
1096
|
+
'pisell2.text.close-confirm-message': string;
|
|
1097
|
+
'pisell2.action-buttons.clear': string;
|
|
1098
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1099
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1100
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1101
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1102
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1103
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1104
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1105
|
+
'pisell2.customise-item.modal-title': string;
|
|
1106
|
+
'pisell2.customise-item.product-name': string;
|
|
1107
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1108
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1109
|
+
'pisell2.customise-item.sell-price': string;
|
|
1110
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1111
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1112
|
+
'pisell2.customise-item.save': string;
|
|
1113
|
+
'pisell2.customise-item.save-success': string;
|
|
1114
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1115
|
+
'pisell2.subtotal.total': string;
|
|
1116
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1117
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1118
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1119
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1120
|
+
'pisell2.voucher-modal.title': string;
|
|
1121
|
+
'pisell2.text.change.pet.title': string;
|
|
1122
|
+
'pisell2.text.change.pet.content': string;
|
|
1123
|
+
'pisell2.text.change.pet.content1': string;
|
|
1124
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1125
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1126
|
+
'pisell2.text.booking-list': string;
|
|
1127
|
+
'pisell2.text.edit-booking': string;
|
|
1128
|
+
'pisell2.text.email-error-message': string;
|
|
1129
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1130
|
+
'pisell2.text.email-required-error-message': string;
|
|
1131
|
+
'pisell2.text.send-form-reminder': string;
|
|
1132
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1133
|
+
'pisell2.text.send-email-reminder': string;
|
|
1134
|
+
'pisell2.text.send-form-ok': string;
|
|
1135
|
+
'pisell2.text.send-form-toast': string;
|
|
1136
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1137
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1138
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1139
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1140
|
+
'pisell2.text.goodpass': string;
|
|
1141
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1142
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1143
|
+
'pisell2.text.goodpass.code': string;
|
|
1144
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1145
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1146
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1147
|
+
'pisell2.text.status.valid': string;
|
|
1148
|
+
'pisell2.text.status.expired': string;
|
|
1149
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1150
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1151
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1152
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1153
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1154
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1155
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1156
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1157
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1158
|
+
};
|
|
1159
|
+
pt: {
|
|
1160
|
+
'pisell2.text.select-addons': string;
|
|
1161
|
+
'pisell2.text.addons': string;
|
|
1162
|
+
'pisell2.text.search': string;
|
|
1163
|
+
'pisell2.text.view': string;
|
|
1164
|
+
'pisell2.text.edit': string;
|
|
1165
|
+
'pisell2.text.remove': string;
|
|
1166
|
+
'pisell2.text.apply': string;
|
|
1167
|
+
'pisell2.text.to-pay': string;
|
|
1168
|
+
'pisell2.text.details': string;
|
|
1169
|
+
'pisell2.text.checkout': string;
|
|
1170
|
+
'pisell2.text.save': string;
|
|
1171
|
+
'pisell2.text.view-all': string;
|
|
1172
|
+
'pisell2.text.view-less': string;
|
|
1173
|
+
'pisell2.text.add-a': string;
|
|
1174
|
+
'pisell2.text.add-another': string;
|
|
1175
|
+
'pisell2.text.select': string;
|
|
1176
|
+
'pisell2.text.view-profile': string;
|
|
1177
|
+
'pisell2.text.change-customer': string;
|
|
1178
|
+
'pisell2.text.remove-customer': string;
|
|
1179
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
1180
|
+
'pisell2.text.select-customer': string;
|
|
1181
|
+
'pisell2.text.create-new-customer': string;
|
|
1182
|
+
'pisell2.text.filled': string;
|
|
1183
|
+
'pisell2.text.not-filled': string;
|
|
1184
|
+
'pisell2.text.create-new': string;
|
|
1185
|
+
'pisell2.text.add-a-service': string;
|
|
1186
|
+
'pisell2.text.add-another-service': string;
|
|
1187
|
+
'pisell2.text.select-service': string;
|
|
1188
|
+
'pisell2.text.edit-service': string;
|
|
1189
|
+
'pisell2.text.price': string;
|
|
1190
|
+
'pisell2.text.discount': string;
|
|
1191
|
+
'pisell2.text.discount-reason': string;
|
|
1192
|
+
'pisell2.text.start_time': string;
|
|
1193
|
+
'pisell2.text.duration': string;
|
|
1194
|
+
'pisell2.text.resource': string;
|
|
1195
|
+
'pisell2.text.end_time': string;
|
|
1196
|
+
'pisell2.text.start_date': string;
|
|
1197
|
+
'pisell2.text.end_date': string;
|
|
1198
|
+
'pisell2.text.quantity': string;
|
|
1199
|
+
'pisell2.text.holder': string;
|
|
1200
|
+
'pisell2.text.warnings': string;
|
|
1201
|
+
'pisell2.text.order-notes': string;
|
|
1202
|
+
'pisell2.text.add-order-notes': string;
|
|
1203
|
+
'pisell2.text.add-internal-notes': string;
|
|
1204
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
1205
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
1206
|
+
'pisell2.text.skip-for-now': string;
|
|
1207
|
+
'pisell2.text.add-notes': string;
|
|
1208
|
+
'pisell2.text.notes': string;
|
|
1209
|
+
'pisell2.text.new-appointment': string;
|
|
1210
|
+
'pisell2.text.enroll.detail': string;
|
|
1211
|
+
'pisell2.text.add-products-successfully': string;
|
|
1212
|
+
'pisell2.text.add': string;
|
|
1213
|
+
'pisell2.text.created-successfully': string;
|
|
1214
|
+
'pisell2.text.edit-successfully': string;
|
|
1215
|
+
'pisell2.text.updated': string;
|
|
1216
|
+
'pisell2.text.appointment-updated': string;
|
|
1217
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
1218
|
+
'pisell2.text.day': (val: number) => string;
|
|
1219
|
+
'pisell2.text.min': string;
|
|
1220
|
+
'pisell2.text.h': string;
|
|
1221
|
+
'pisell2.text.other': string;
|
|
1222
|
+
'pisell2.text.forms': string;
|
|
1223
|
+
'pisell2.text.load-more': string;
|
|
1224
|
+
'pisell2.text.status.new': string;
|
|
1225
|
+
'pisell2.text.status.confirmed': string;
|
|
1226
|
+
'pisell2.text.status.arrived': string;
|
|
1227
|
+
'pisell2.text.status.started': string;
|
|
1228
|
+
'pisell2.text.status.cancelled': string;
|
|
1229
|
+
'pisell2.text.status.no_show': string;
|
|
1230
|
+
'pisell2.text.status.completed': string;
|
|
1231
|
+
'pisell2.text.status.booking_id': string;
|
|
1232
|
+
'pisell2.text.status.no-discount': string;
|
|
1233
|
+
'pisell2.text.status.manual': string;
|
|
1234
|
+
'pisell2.text.status.service-error-1': string;
|
|
1235
|
+
'pisell2.text.status.service-error-2': string;
|
|
1236
|
+
'pisell2.text.status.service-error-3': string;
|
|
1237
|
+
'pisell2.text.status.order-notes': string;
|
|
1238
|
+
'pisell2.text.status.edit-note': string;
|
|
1239
|
+
'pisell2.text.status.remove-note': string;
|
|
1240
|
+
'pisell2.text.status.add-note': string;
|
|
1241
|
+
'pisell2.text.status.from-system-add': string;
|
|
1242
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
1243
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
1244
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
1245
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
1246
|
+
"pisell2.text.status.internal-notes": string;
|
|
1247
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
1248
|
+
'pisell2.text.add-form-successfully': string;
|
|
1249
|
+
'pisell2.text.payments': string;
|
|
1250
|
+
'pisell2.text.refund': string;
|
|
1251
|
+
'pisell2.text.refund-amount': string;
|
|
1252
|
+
'pisell2.text.select-a-customer': string;
|
|
1253
|
+
'pisell2.text.customerpay': string;
|
|
1254
|
+
'pisell2.text.paid': string;
|
|
1255
|
+
'pisell2.text.voided_pay': string;
|
|
1256
|
+
'pisell2.text.processing_pay': string;
|
|
1257
|
+
'pisell2.text.surcharge': string;
|
|
1258
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
1259
|
+
'pisell1.text.edit-status-success': string;
|
|
1260
|
+
'pisell1.text.fully-paid': string;
|
|
1261
|
+
'pisell1.text.refund-customer': string;
|
|
1262
|
+
'pisell1.text.not-contain': string;
|
|
1263
|
+
'pisell1.text.included': string;
|
|
1264
|
+
'pisell1.text.subtotal': string;
|
|
1265
|
+
'pisell1.text.tax': string;
|
|
1266
|
+
'pisell1.text.total': string;
|
|
1267
|
+
'pisell1.text.rounding': string;
|
|
1268
|
+
'pisell1.text.payment-fee': string;
|
|
1269
|
+
'pisell1.text.tomorrow': string;
|
|
1270
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
1271
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
1272
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
1273
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
1274
|
+
'pisell1.text.no-addons': string;
|
|
1275
|
+
'pisell1.text.no-resource': string;
|
|
1276
|
+
'pisell1.text.no-payments': string;
|
|
1277
|
+
'pisell2.text.change': string;
|
|
1278
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
1279
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
1280
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
1281
|
+
'pisell2.text.refunded-amount': string;
|
|
1282
|
+
'pisell2.text.flexible': string;
|
|
1283
|
+
'pisell2.text.order-discount': string;
|
|
1284
|
+
'pisell2.text.no-product-added': string;
|
|
1285
|
+
'pisell2.text.contacts': string;
|
|
1286
|
+
'pisell2.text.add-contacts': string;
|
|
1287
|
+
'pisell2.text.edit-profile': string;
|
|
1288
|
+
'pisell2.text.remove-contact': string;
|
|
1289
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
1290
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
1291
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
1292
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
1293
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
1294
|
+
'pisell2.text.rebook': string;
|
|
1295
|
+
'pisell2.text.now': string;
|
|
1296
|
+
'pisell2.text.deposit-list': string;
|
|
1297
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
1298
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
1299
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
1300
|
+
'pisell2.text.deposit-order-total': string;
|
|
1301
|
+
'pisell2.text.deposit-order-detail': string;
|
|
1302
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
1303
|
+
'pisell2.text.deposit-order-no': string;
|
|
1304
|
+
'pisell2.text.deposit-amount': string;
|
|
1305
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
1306
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
1307
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
1308
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
1309
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
1310
|
+
'pisell2.text.deposit-list-empty': string;
|
|
1311
|
+
'pisell2.text.deposit-amount-message': string;
|
|
1312
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
1313
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1314
|
+
'pisell2.text.deposit-delete': string;
|
|
1315
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1316
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1317
|
+
'pisell2.text.deposit-paid': string;
|
|
1318
|
+
"pisell2.text.stock": string;
|
|
1319
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1320
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1321
|
+
'pisell2.text.payment-link': string;
|
|
1322
|
+
'pisell2.text.send-mail': string;
|
|
1323
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1324
|
+
'pisell2.text.ok': string;
|
|
1325
|
+
'page.booking.text.add-time': string;
|
|
1326
|
+
'page.booking.text.quantity': string;
|
|
1327
|
+
'page.booking.text.sales': string;
|
|
1328
|
+
'page.booking.text.update-time': string;
|
|
1329
|
+
'page.booking.text.add-time-success': string;
|
|
1330
|
+
'page.booking.text.unavailable': string;
|
|
1331
|
+
'page.booking.text.available': string;
|
|
1332
|
+
'page.booking.text.fully-booked': string;
|
|
1333
|
+
'page.booking.text.unlimited': string;
|
|
1334
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1335
|
+
"pisell2.text.actions": string;
|
|
1336
|
+
"pisell2.text.add-client": string;
|
|
1337
|
+
"pisell2.schedule.tab.all": string;
|
|
1338
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1339
|
+
"pisell2.schedule.tab.resources": string;
|
|
1340
|
+
"pisell2.schedule.tab.products": string;
|
|
1341
|
+
"pisell2.schedule.tab.events": string;
|
|
1342
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1343
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1344
|
+
'pisell2.text.variant-client-change': string;
|
|
1345
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1346
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1347
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1348
|
+
customerName: string;
|
|
1349
|
+
title: string;
|
|
1350
|
+
list: any[];
|
|
1351
|
+
}) => string;
|
|
1352
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1353
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1354
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1355
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1356
|
+
'page.booking.text.go-to-payments': string;
|
|
1357
|
+
'page.booking.text.cancel-only': string;
|
|
1358
|
+
'page.booking.text.refund': string;
|
|
1359
|
+
'page.booking.text.confirm': string;
|
|
1360
|
+
'page.booking.text.go-back': string;
|
|
1361
|
+
'page.booking.text.undo': string;
|
|
1362
|
+
'page.booking.text.cancel-booking': string;
|
|
1363
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1364
|
+
'page.booking.text.disabled-tickets': string;
|
|
1365
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1366
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1367
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1368
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1369
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1370
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1371
|
+
'page.booking.text.holder.length-error': string;
|
|
1372
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1373
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1374
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1375
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1376
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1377
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1378
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1379
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1380
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1381
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1382
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1383
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1384
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1385
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1386
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1387
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1388
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1389
|
+
'pisell2.booking.dashboard.default': string;
|
|
1390
|
+
'pisell2.booking.info.text.clear': string;
|
|
1391
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1392
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1393
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1394
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1395
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1396
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1397
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1398
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1399
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1400
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1401
|
+
'pisell2.text.open.items': string;
|
|
1402
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1403
|
+
'pisell2.text.no.selected': string;
|
|
1404
|
+
'pisell2.text.select.items': string;
|
|
1405
|
+
'pisell2.text.edit-select-service': string;
|
|
1406
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1407
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1408
|
+
'pisell2.text.confirm': string;
|
|
1409
|
+
'pisell2.text.cancel': string;
|
|
1410
|
+
'pisell2.text.close-confirm-message': string;
|
|
1411
|
+
'pisell2.action-buttons.clear': string;
|
|
1412
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1413
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1414
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1415
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1416
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1417
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1418
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1419
|
+
'pisell2.customise-item.modal-title': string;
|
|
1420
|
+
'pisell2.customise-item.product-name': string;
|
|
1421
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1422
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1423
|
+
'pisell2.customise-item.sell-price': string;
|
|
1424
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1425
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1426
|
+
'pisell2.customise-item.save': string;
|
|
1427
|
+
'pisell2.customise-item.save-success': string;
|
|
1428
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1429
|
+
'pisell2.subtotal.total': string;
|
|
1430
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1431
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1432
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1433
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1434
|
+
'pisell2.voucher-modal.title': string;
|
|
1435
|
+
'pisell2.text.change.pet.title': string;
|
|
1436
|
+
'pisell2.text.change.pet.content': string;
|
|
1437
|
+
'pisell2.text.change.pet.content1': string;
|
|
1438
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1439
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1440
|
+
'pisell2.text.booking-list': string;
|
|
1441
|
+
'pisell2.text.edit-booking': string;
|
|
1442
|
+
'pisell2.text.email-error-message': string;
|
|
1443
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1444
|
+
'pisell2.text.email-required-error-message': string;
|
|
1445
|
+
'pisell2.text.send-form-reminder': string;
|
|
1446
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1447
|
+
'pisell2.text.send-email-reminder': string;
|
|
1448
|
+
'pisell2.text.send-form-ok': string;
|
|
1449
|
+
'pisell2.text.send-form-toast': string;
|
|
1450
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1451
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1452
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1453
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1454
|
+
'pisell2.text.goodpass': string;
|
|
1455
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1456
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1457
|
+
'pisell2.text.goodpass.code': string;
|
|
1458
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1459
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1460
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1461
|
+
'pisell2.text.status.valid': string;
|
|
1462
|
+
'pisell2.text.status.expired': string;
|
|
1463
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1464
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1465
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1466
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1467
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1468
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1469
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1470
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1471
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1472
|
+
};
|
|
845
1473
|
};
|
|
846
1474
|
export default _default;
|