@pisell/private-materials 6.6.34 → 6.6.35
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 +7 -7
- package/build/lowcode/render/default/view.js +7 -7
- package/build/lowcode/view.js +8 -8
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +240 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +164 -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 +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -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 +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/editBookingModal/locales.d.ts +12 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +186 -2
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/info2/cartClientCard/locales.d.ts +12 -0
- package/es/components/booking/info2/cartClientCard/locales.js +16 -0
- package/es/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/locales.d.ts +632 -0
- package/es/components/booking/locales.js +726 -0
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
- package/es/components/checkout/components/AdditionalModule/locales.js +22 -0
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/locales.d.ts +340 -0
- package/es/components/checkout/locales.js +368 -0
- package/es/components/eftpos/locales.d.ts +64 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/locales.d.ts +242 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eventBooking/locales.d.ts +162 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/list/locales.d.ts +42 -0
- package/es/components/list/locales.js +70 -0
- package/es/components/list/utils/getText.d.ts +1 -1
- package/es/components/login/locales.d.ts +14 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toB/locales.d.ts +34 -0
- package/es/components/pay/toB/locales.js +42 -0
- package/es/components/pay/toC/locales.d.ts +204 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/serve.d.ts +2 -0
- package/es/components/pinModal/locales.d.ts +16 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +14 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +30 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/locales.d.ts +10 -0
- package/es/components/productSelect/locales.js +10 -0
- package/es/components/ruleSetting/locales.d.ts +30 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +56 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/shoppingCart/locales.d.ts +22 -0
- package/es/components/shoppingCart/locales.js +30 -0
- package/es/components/stepController/locales.d.ts +16 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +26 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +10 -0
- package/es/components/systemSettings/registry/locales.d.ts +184 -0
- package/es/components/systemSettings/registry/locales.js +184 -0
- package/es/components/systemSettings/registry/types.d.ts +2 -0
- package/es/components/taxSelect/locales.d.ts +14 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +130 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +1 -1
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +16 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +2 -0
- package/es/plus/clientCard/locales.d.ts +10 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clinetSearch/locales.d.ts +70 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +8 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +42 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/noteModal/locales.d.ts +20 -0
- package/es/plus/noteModal/locales.js +20 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
- package/es/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
- package/es/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
- package/es/plus/productSelect/locales.d.ts +10 -0
- package/es/plus/productSelect/locales.js +10 -0
- package/es/plus/saasAttendance/locales.d.ts +210 -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 +2 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +32 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +76 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +126 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +2 -0
- package/es/plus/saasTeamMembers/locales.d.ts +216 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +2 -0
- package/es/plus/selectHolder/locales.d.ts +14 -0
- package/es/plus/selectHolder/locales.js +18 -0
- 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 +88 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +2 -0
- package/es/plus/walletPassGallery/locales.d.ts +188 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +1 -1
- package/es/pro/Login2.0/locales.d.ts +360 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +8 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/numberKeyboard/locales.d.ts +6 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
- package/es/pro/skuDetailModal/locales.d.ts +30 -0
- package/es/pro/skuDetailModal/locales.js +30 -0
- package/es/pro/skuDetailModal/types.d.ts +4 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +240 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +164 -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 +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +16 -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 +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +24 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +42 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +70 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +36 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +58 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +30 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +34 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +12 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +186 -2
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +12 -0
- package/lib/components/booking/info2/cartClientCard/locales.js +16 -0
- package/lib/components/booking/info2/service/addService/mock.d.ts +2 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/locales.d.ts +632 -0
- package/lib/components/booking/locales.js +684 -0
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +22 -0
- package/lib/components/checkout/components/AdditionalModule/locales.js +22 -0
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/locales.d.ts +340 -0
- package/lib/components/checkout/locales.js +340 -0
- package/lib/components/eftpos/locales.d.ts +64 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/locales.d.ts +242 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eventBooking/locales.d.ts +162 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/list/locales.d.ts +42 -0
- package/lib/components/list/locales.js +58 -0
- package/lib/components/list/utils/getText.d.ts +1 -1
- package/lib/components/login/locales.d.ts +14 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toB/locales.d.ts +34 -0
- package/lib/components/pay/toB/locales.js +34 -0
- package/lib/components/pay/toC/locales.d.ts +204 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/serve.d.ts +2 -0
- package/lib/components/pinModal/locales.d.ts +16 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +14 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +52 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +30 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/locales.d.ts +10 -0
- package/lib/components/productSelect/locales.js +10 -0
- package/lib/components/ruleSetting/locales.d.ts +30 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +56 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/shoppingCart/locales.d.ts +22 -0
- package/lib/components/shoppingCart/locales.js +22 -0
- package/lib/components/stepController/locales.d.ts +16 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +26 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +10 -0
- package/lib/components/systemSettings/registry/locales.d.ts +184 -0
- package/lib/components/systemSettings/registry/locales.js +184 -0
- package/lib/components/systemSettings/registry/types.d.ts +2 -0
- package/lib/components/taxSelect/locales.d.ts +14 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +130 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +1 -1
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +16 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +2 -0
- package/lib/plus/clientCard/locales.d.ts +10 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clinetSearch/locales.d.ts +70 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +8 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +42 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/noteModal/locales.d.ts +20 -0
- package/lib/plus/noteModal/locales.js +20 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +26 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.js +26 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +2 -0
- package/lib/plus/productSelect/ProductCard/SkuCard/status.js +2 -0
- package/lib/plus/productSelect/locales.d.ts +10 -0
- package/lib/plus/productSelect/locales.js +10 -0
- package/lib/plus/saasAttendance/locales.d.ts +210 -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 +2 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +8 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +32 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +76 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +126 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +2 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +216 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +2 -0
- package/lib/plus/selectHolder/locales.d.ts +14 -0
- package/lib/plus/selectHolder/locales.js +14 -0
- 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 +88 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +2 -0
- package/lib/plus/walletPassGallery/locales.d.ts +188 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +1 -1
- package/lib/pro/Login2.0/locales.d.ts +360 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +8 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +8 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/numberKeyboard/locales.d.ts +6 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +24 -0
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.js +26 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +26 -0
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.js +28 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +28 -0
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.js +30 -0
- package/lib/pro/skuDetailModal/locales.d.ts +30 -0
- package/lib/pro/skuDetailModal/locales.js +30 -0
- package/lib/pro/skuDetailModal/types.d.ts +4 -0
- package/package.json +2 -2
|
@@ -983,5 +983,637 @@ declare const _default: {
|
|
|
983
983
|
'pisell2.discount-change.cancel': string;
|
|
984
984
|
'pisell2.text.edit-service-success': string;
|
|
985
985
|
};
|
|
986
|
+
ja: {
|
|
987
|
+
'pisell2.text.select-addons': string;
|
|
988
|
+
'pisell2.text.addons': string;
|
|
989
|
+
'pisell2.text.search': string;
|
|
990
|
+
'pisell2.text.view': string;
|
|
991
|
+
'pisell2.text.edit': string;
|
|
992
|
+
'pisell2.text.remove': string;
|
|
993
|
+
'pisell2.text.apply': string;
|
|
994
|
+
'pisell2.text.to-pay': string;
|
|
995
|
+
'pisell2.text.details': string;
|
|
996
|
+
'pisell2.text.checkout': string;
|
|
997
|
+
'pisell2.text.save': string;
|
|
998
|
+
'pisell2.text.view-all': string;
|
|
999
|
+
'pisell2.text.view-less': string;
|
|
1000
|
+
'pisell2.text.add-a': string;
|
|
1001
|
+
'pisell2.text.add-another': string;
|
|
1002
|
+
'pisell2.text.select': string;
|
|
1003
|
+
'pisell2.text.view-profile': string;
|
|
1004
|
+
'pisell2.text.change-customer': string;
|
|
1005
|
+
'pisell2.text.remove-customer': string;
|
|
1006
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
1007
|
+
'pisell2.text.select-customer': string;
|
|
1008
|
+
'pisell2.text.create-new-customer': string;
|
|
1009
|
+
'pisell2.text.filled': string;
|
|
1010
|
+
'pisell2.text.not-filled': string;
|
|
1011
|
+
'pisell2.text.create-new': string;
|
|
1012
|
+
'pisell2.text.add-a-service': string;
|
|
1013
|
+
'pisell2.text.add-another-service': string;
|
|
1014
|
+
'pisell2.text.select-service': string;
|
|
1015
|
+
'pisell2.text.edit-service': string;
|
|
1016
|
+
'pisell2.text.price': string;
|
|
1017
|
+
'pisell2.text.discount': string;
|
|
1018
|
+
'pisell2.text.discount-reason': string;
|
|
1019
|
+
'pisell2.text.start_time': string;
|
|
1020
|
+
'pisell2.text.duration': string;
|
|
1021
|
+
'pisell2.text.resource': string;
|
|
1022
|
+
'pisell2.text.end_time': string;
|
|
1023
|
+
'pisell2.text.start_date': string;
|
|
1024
|
+
'pisell2.text.end_date': string;
|
|
1025
|
+
'pisell2.text.quantity': string;
|
|
1026
|
+
'pisell2.text.holder': string;
|
|
1027
|
+
'pisell2.text.warnings': string;
|
|
1028
|
+
'pisell2.text.order-notes': string;
|
|
1029
|
+
'pisell2.text.add-order-notes': string;
|
|
1030
|
+
'pisell2.text.add-internal-notes': string;
|
|
1031
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
1032
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
1033
|
+
'pisell2.text.skip-for-now': string;
|
|
1034
|
+
'pisell2.text.add-notes': string;
|
|
1035
|
+
'pisell2.text.notes': string;
|
|
1036
|
+
'pisell2.text.new-appointment': string;
|
|
1037
|
+
'pisell2.text.enroll.detail': string;
|
|
1038
|
+
'pisell2.text.add-products-successfully': string;
|
|
1039
|
+
'pisell2.text.add': string;
|
|
1040
|
+
'pisell2.text.created-successfully': string;
|
|
1041
|
+
'pisell2.text.edit-successfully': string;
|
|
1042
|
+
'pisell2.text.updated': string;
|
|
1043
|
+
'pisell2.text.appointment-updated': string;
|
|
1044
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
1045
|
+
'pisell2.text.day': (val: number) => string;
|
|
1046
|
+
'pisell2.text.min': string;
|
|
1047
|
+
'pisell2.text.h': string;
|
|
1048
|
+
'pisell2.text.other': string;
|
|
1049
|
+
'pisell2.text.forms': string;
|
|
1050
|
+
'pisell2.text.load-more': string;
|
|
1051
|
+
'pisell2.text.status.new': string;
|
|
1052
|
+
'pisell2.text.status.confirmed': string;
|
|
1053
|
+
'pisell2.text.status.arrived': string;
|
|
1054
|
+
'pisell2.text.status.started': string;
|
|
1055
|
+
'pisell2.text.status.cancelled': string;
|
|
1056
|
+
'pisell2.text.status.no_show': string;
|
|
1057
|
+
'pisell2.text.status.completed': string;
|
|
1058
|
+
'pisell2.text.status.booking_id': string;
|
|
1059
|
+
'pisell2.text.status.no-discount': string;
|
|
1060
|
+
'pisell2.text.status.manual': string;
|
|
1061
|
+
'pisell2.text.status.service-error-1': string;
|
|
1062
|
+
'pisell2.text.status.service-error-2': string;
|
|
1063
|
+
'pisell2.text.status.service-error-3': string;
|
|
1064
|
+
'pisell2.text.status.order-notes': string;
|
|
1065
|
+
'pisell2.text.status.edit-note': string;
|
|
1066
|
+
'pisell2.text.status.remove-note': string;
|
|
1067
|
+
'pisell2.text.status.add-note': string;
|
|
1068
|
+
'pisell2.text.status.from-system-add': string;
|
|
1069
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
1070
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
1071
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
1072
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
1073
|
+
"pisell2.text.status.internal-notes": string;
|
|
1074
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
1075
|
+
'pisell2.text.add-form-successfully': string;
|
|
1076
|
+
'pisell2.text.payments': string;
|
|
1077
|
+
'pisell2.text.refund': string;
|
|
1078
|
+
'pisell2.text.refund-amount': string;
|
|
1079
|
+
'pisell2.text.select-a-customer': string;
|
|
1080
|
+
'pisell2.text.customerpay': string;
|
|
1081
|
+
'pisell2.text.paid': string;
|
|
1082
|
+
'pisell2.text.voided_pay': string;
|
|
1083
|
+
'pisell2.text.processing_pay': string;
|
|
1084
|
+
'pisell2.text.surcharge': string;
|
|
1085
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
1086
|
+
'pisell1.text.edit-status-success': string;
|
|
1087
|
+
'pisell1.text.fully-paid': string;
|
|
1088
|
+
'pisell1.text.refund-customer': string;
|
|
1089
|
+
'pisell1.text.not-contain': string;
|
|
1090
|
+
'pisell1.text.included': string;
|
|
1091
|
+
'pisell1.text.subtotal': string;
|
|
1092
|
+
'pisell1.text.tax': string;
|
|
1093
|
+
'pisell1.text.total': string;
|
|
1094
|
+
'pisell1.text.rounding': string;
|
|
1095
|
+
'pisell1.text.payment-fee': string;
|
|
1096
|
+
'pisell1.text.tomorrow': string;
|
|
1097
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
1098
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
1099
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
1100
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
1101
|
+
'pisell1.text.no-addons': string;
|
|
1102
|
+
'pisell1.text.no-resource': string;
|
|
1103
|
+
'pisell1.text.no-payments': string;
|
|
1104
|
+
'pisell2.text.change': string;
|
|
1105
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
1106
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
1107
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
1108
|
+
'pisell2.text.refunded-amount': string;
|
|
1109
|
+
'pisell2.text.flexible': string;
|
|
1110
|
+
'pisell2.text.order-discount': string;
|
|
1111
|
+
'pisell2.text.no-product-added': string;
|
|
1112
|
+
'pisell2.text.contacts': string;
|
|
1113
|
+
'pisell2.text.add-contacts': string;
|
|
1114
|
+
'pisell2.text.edit-profile': string;
|
|
1115
|
+
'pisell2.text.remove-contact': string;
|
|
1116
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
1117
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
1118
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
1119
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
1120
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
1121
|
+
'pisell2.text.rebook': string;
|
|
1122
|
+
'pisell2.text.now': string;
|
|
1123
|
+
'pisell2.text.deposit-list': string;
|
|
1124
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
1125
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
1126
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
1127
|
+
'pisell2.text.deposit-order-total': string;
|
|
1128
|
+
'pisell2.text.deposit-order-detail': string;
|
|
1129
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
1130
|
+
'pisell2.text.deposit-order-no': string;
|
|
1131
|
+
'pisell2.text.deposit-amount': string;
|
|
1132
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
1133
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
1134
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
1135
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
1136
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
1137
|
+
'pisell2.text.deposit-list-empty': string;
|
|
1138
|
+
'pisell2.text.deposit-amount-message': string;
|
|
1139
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
1140
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1141
|
+
'pisell2.text.deposit-delete': string;
|
|
1142
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1143
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1144
|
+
'pisell2.text.deposit-paid': string;
|
|
1145
|
+
"pisell2.text.stock": string;
|
|
1146
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1147
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1148
|
+
'pisell2.text.payment-link': string;
|
|
1149
|
+
'pisell2.text.send-mail': string;
|
|
1150
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1151
|
+
'pisell2.text.ok': string;
|
|
1152
|
+
'page.booking.text.add-time': string;
|
|
1153
|
+
'page.booking.text.quantity': string;
|
|
1154
|
+
'page.booking.text.sales': string;
|
|
1155
|
+
'page.booking.text.update-time': string;
|
|
1156
|
+
'page.booking.text.add-time-success': string;
|
|
1157
|
+
'page.booking.text.unavailable': string;
|
|
1158
|
+
'page.booking.text.available': string;
|
|
1159
|
+
'page.booking.text.fully-booked': string;
|
|
1160
|
+
'page.booking.text.unlimited': string;
|
|
1161
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1162
|
+
"pisell2.text.actions": string;
|
|
1163
|
+
"pisell2.text.add-client": string;
|
|
1164
|
+
"pisell2.schedule.tab.all": string;
|
|
1165
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1166
|
+
"pisell2.schedule.tab.resources": string;
|
|
1167
|
+
"pisell2.schedule.tab.products": string;
|
|
1168
|
+
"pisell2.schedule.tab.events": string;
|
|
1169
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1170
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1171
|
+
'pisell2.text.variant-client-change': string;
|
|
1172
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1173
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1174
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1175
|
+
customerName: string;
|
|
1176
|
+
title: string;
|
|
1177
|
+
list: any[];
|
|
1178
|
+
}) => string;
|
|
1179
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1180
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1181
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1182
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1183
|
+
'page.booking.text.go-to-payments': string;
|
|
1184
|
+
'page.booking.text.cancel-only': string;
|
|
1185
|
+
'page.booking.text.refund': string;
|
|
1186
|
+
'page.booking.text.confirm': string;
|
|
1187
|
+
'page.booking.text.go-back': string;
|
|
1188
|
+
'page.booking.text.undo': string;
|
|
1189
|
+
'page.booking.text.cancel-booking': string;
|
|
1190
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1191
|
+
'page.booking.text.disabled-tickets': string;
|
|
1192
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1193
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1194
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1195
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1196
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1197
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1198
|
+
'page.booking.text.holder.length-error': string;
|
|
1199
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1200
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1201
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1202
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1203
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1204
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1205
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1206
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1207
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1208
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1209
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1210
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1211
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1212
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1213
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1214
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1215
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1216
|
+
'pisell2.booking.dashboard.default': string;
|
|
1217
|
+
'pisell2.booking.info.text.clear': string;
|
|
1218
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1219
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1220
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1221
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1222
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1223
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1224
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1225
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1226
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1227
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1228
|
+
'pisell2.text.open.items': string;
|
|
1229
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1230
|
+
'pisell2.text.no.selected': string;
|
|
1231
|
+
'pisell2.text.select.items': string;
|
|
1232
|
+
'pisell2.text.edit-select-service': string;
|
|
1233
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1234
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1235
|
+
'pisell2.text.confirm': string;
|
|
1236
|
+
'pisell2.text.cancel': string;
|
|
1237
|
+
'pisell2.text.close-confirm-message': string;
|
|
1238
|
+
'pisell2.action-buttons.clear': string;
|
|
1239
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1240
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1241
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1242
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1243
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1244
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1245
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1246
|
+
'pisell2.customise-item.modal-title': string;
|
|
1247
|
+
'pisell2.customise-item.product-name': string;
|
|
1248
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1249
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1250
|
+
'pisell2.customise-item.sell-price': string;
|
|
1251
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1252
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1253
|
+
'pisell2.customise-item.save': string;
|
|
1254
|
+
'pisell2.customise-item.save-success': string;
|
|
1255
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1256
|
+
'pisell2.subtotal.total': string;
|
|
1257
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1258
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1259
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1260
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1261
|
+
'pisell2.voucher-modal.title': string;
|
|
1262
|
+
'pisell2.text.change.pet.title': string;
|
|
1263
|
+
'pisell2.text.change.pet.content': string;
|
|
1264
|
+
'pisell2.text.change.pet.content1': string;
|
|
1265
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1266
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1267
|
+
'pisell2.text.booking-list': string;
|
|
1268
|
+
'pisell2.text.edit-booking': string;
|
|
1269
|
+
'pisell2.text.email-error-message': string;
|
|
1270
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1271
|
+
'pisell2.text.email-required-error-message': string;
|
|
1272
|
+
'pisell2.text.send-form-reminder': string;
|
|
1273
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1274
|
+
'pisell2.text.send-email-reminder': string;
|
|
1275
|
+
'pisell2.text.send-form-ok': string;
|
|
1276
|
+
'pisell2.text.send-form-toast': string;
|
|
1277
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1278
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1279
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1280
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1281
|
+
'pisell2.text.goodpass': string;
|
|
1282
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1283
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1284
|
+
'pisell2.text.goodpass.code': string;
|
|
1285
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1286
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1287
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1288
|
+
'pisell2.text.status.valid': string;
|
|
1289
|
+
'pisell2.text.status.expired': string;
|
|
1290
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1291
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1292
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1293
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1294
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1295
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1296
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1297
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1298
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1299
|
+
'pisell-select-holder-please-select': string;
|
|
1300
|
+
'pisell-select-holder-selected': string;
|
|
1301
|
+
};
|
|
1302
|
+
pt: {
|
|
1303
|
+
'pisell2.text.select-addons': string;
|
|
1304
|
+
'pisell2.text.addons': string;
|
|
1305
|
+
'pisell2.text.search': string;
|
|
1306
|
+
'pisell2.text.view': string;
|
|
1307
|
+
'pisell2.text.edit': string;
|
|
1308
|
+
'pisell2.text.remove': string;
|
|
1309
|
+
'pisell2.text.apply': string;
|
|
1310
|
+
'pisell2.text.to-pay': string;
|
|
1311
|
+
'pisell2.text.details': string;
|
|
1312
|
+
'pisell2.text.checkout': string;
|
|
1313
|
+
'pisell2.text.save': string;
|
|
1314
|
+
'pisell2.text.view-all': string;
|
|
1315
|
+
'pisell2.text.view-less': string;
|
|
1316
|
+
'pisell2.text.add-a': string;
|
|
1317
|
+
'pisell2.text.add-another': string;
|
|
1318
|
+
'pisell2.text.select': string;
|
|
1319
|
+
'pisell2.text.view-profile': string;
|
|
1320
|
+
'pisell2.text.change-customer': string;
|
|
1321
|
+
'pisell2.text.remove-customer': string;
|
|
1322
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
1323
|
+
'pisell2.text.select-customer': string;
|
|
1324
|
+
'pisell2.text.create-new-customer': string;
|
|
1325
|
+
'pisell2.text.filled': string;
|
|
1326
|
+
'pisell2.text.not-filled': string;
|
|
1327
|
+
'pisell2.text.create-new': string;
|
|
1328
|
+
'pisell2.text.add-a-service': string;
|
|
1329
|
+
'pisell2.text.add-another-service': string;
|
|
1330
|
+
'pisell2.text.select-service': string;
|
|
1331
|
+
'pisell2.text.edit-service': string;
|
|
1332
|
+
'pisell2.text.price': string;
|
|
1333
|
+
'pisell2.text.discount': string;
|
|
1334
|
+
'pisell2.text.discount-reason': string;
|
|
1335
|
+
'pisell2.text.start_time': string;
|
|
1336
|
+
'pisell2.text.duration': string;
|
|
1337
|
+
'pisell2.text.resource': string;
|
|
1338
|
+
'pisell2.text.end_time': string;
|
|
1339
|
+
'pisell2.text.start_date': string;
|
|
1340
|
+
'pisell2.text.end_date': string;
|
|
1341
|
+
'pisell2.text.quantity': string;
|
|
1342
|
+
'pisell2.text.holder': string;
|
|
1343
|
+
'pisell2.text.warnings': string;
|
|
1344
|
+
'pisell2.text.order-notes': string;
|
|
1345
|
+
'pisell2.text.add-order-notes': string;
|
|
1346
|
+
'pisell2.text.add-internal-notes': string;
|
|
1347
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
1348
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
1349
|
+
'pisell2.text.skip-for-now': string;
|
|
1350
|
+
'pisell2.text.add-notes': string;
|
|
1351
|
+
'pisell2.text.notes': string;
|
|
1352
|
+
'pisell2.text.new-appointment': string;
|
|
1353
|
+
'pisell2.text.enroll.detail': string;
|
|
1354
|
+
'pisell2.text.add-products-successfully': string;
|
|
1355
|
+
'pisell2.text.add': string;
|
|
1356
|
+
'pisell2.text.created-successfully': string;
|
|
1357
|
+
'pisell2.text.edit-successfully': string;
|
|
1358
|
+
'pisell2.text.updated': string;
|
|
1359
|
+
'pisell2.text.appointment-updated': string;
|
|
1360
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
1361
|
+
'pisell2.text.day': (val: number) => string;
|
|
1362
|
+
'pisell2.text.min': string;
|
|
1363
|
+
'pisell2.text.h': string;
|
|
1364
|
+
'pisell2.text.other': string;
|
|
1365
|
+
'pisell2.text.forms': string;
|
|
1366
|
+
'pisell2.text.load-more': string;
|
|
1367
|
+
'pisell2.text.status.new': string;
|
|
1368
|
+
'pisell2.text.status.confirmed': string;
|
|
1369
|
+
'pisell2.text.status.arrived': string;
|
|
1370
|
+
'pisell2.text.status.started': string;
|
|
1371
|
+
'pisell2.text.status.cancelled': string;
|
|
1372
|
+
'pisell2.text.status.no_show': string;
|
|
1373
|
+
'pisell2.text.status.completed': string;
|
|
1374
|
+
'pisell2.text.status.booking_id': string;
|
|
1375
|
+
'pisell2.text.status.no-discount': string;
|
|
1376
|
+
'pisell2.text.status.manual': string;
|
|
1377
|
+
'pisell2.text.status.service-error-1': string;
|
|
1378
|
+
'pisell2.text.status.service-error-2': string;
|
|
1379
|
+
'pisell2.text.status.service-error-3': string;
|
|
1380
|
+
'pisell2.text.status.order-notes': string;
|
|
1381
|
+
'pisell2.text.status.edit-note': string;
|
|
1382
|
+
'pisell2.text.status.remove-note': string;
|
|
1383
|
+
'pisell2.text.status.add-note': string;
|
|
1384
|
+
'pisell2.text.status.from-system-add': string;
|
|
1385
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
1386
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
1387
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
1388
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
1389
|
+
"pisell2.text.status.internal-notes": string;
|
|
1390
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
1391
|
+
'pisell2.text.add-form-successfully': string;
|
|
1392
|
+
'pisell2.text.payments': string;
|
|
1393
|
+
'pisell2.text.refund': string;
|
|
1394
|
+
'pisell2.text.refund-amount': string;
|
|
1395
|
+
'pisell2.text.select-a-customer': string;
|
|
1396
|
+
'pisell2.text.customerpay': string;
|
|
1397
|
+
'pisell2.text.paid': string;
|
|
1398
|
+
'pisell2.text.voided_pay': string;
|
|
1399
|
+
'pisell2.text.processing_pay': string;
|
|
1400
|
+
'pisell2.text.surcharge': string;
|
|
1401
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
1402
|
+
'pisell1.text.edit-status-success': string;
|
|
1403
|
+
'pisell1.text.fully-paid': string;
|
|
1404
|
+
'pisell1.text.refund-customer': string;
|
|
1405
|
+
'pisell1.text.not-contain': string;
|
|
1406
|
+
'pisell1.text.included': string;
|
|
1407
|
+
'pisell1.text.subtotal': string;
|
|
1408
|
+
'pisell1.text.tax': string;
|
|
1409
|
+
'pisell1.text.total': string;
|
|
1410
|
+
'pisell1.text.rounding': string;
|
|
1411
|
+
'pisell1.text.payment-fee': string;
|
|
1412
|
+
'pisell1.text.tomorrow': string;
|
|
1413
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
1414
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
1415
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
1416
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
1417
|
+
'pisell1.text.no-addons': string;
|
|
1418
|
+
'pisell1.text.no-resource': string;
|
|
1419
|
+
'pisell1.text.no-payments': string;
|
|
1420
|
+
'pisell2.text.change': string;
|
|
1421
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
1422
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
1423
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
1424
|
+
'pisell2.text.refunded-amount': string;
|
|
1425
|
+
'pisell2.text.flexible': string;
|
|
1426
|
+
'pisell2.text.order-discount': string;
|
|
1427
|
+
'pisell2.text.no-product-added': string;
|
|
1428
|
+
'pisell2.text.contacts': string;
|
|
1429
|
+
'pisell2.text.add-contacts': string;
|
|
1430
|
+
'pisell2.text.edit-profile': string;
|
|
1431
|
+
'pisell2.text.remove-contact': string;
|
|
1432
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
1433
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
1434
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
1435
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
1436
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
1437
|
+
'pisell2.text.rebook': string;
|
|
1438
|
+
'pisell2.text.now': string;
|
|
1439
|
+
'pisell2.text.deposit-list': string;
|
|
1440
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
1441
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
1442
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
1443
|
+
'pisell2.text.deposit-order-total': string;
|
|
1444
|
+
'pisell2.text.deposit-order-detail': string;
|
|
1445
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
1446
|
+
'pisell2.text.deposit-order-no': string;
|
|
1447
|
+
'pisell2.text.deposit-amount': string;
|
|
1448
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
1449
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
1450
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
1451
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
1452
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
1453
|
+
'pisell2.text.deposit-list-empty': string;
|
|
1454
|
+
'pisell2.text.deposit-amount-message': string;
|
|
1455
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
1456
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1457
|
+
'pisell2.text.deposit-delete': string;
|
|
1458
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1459
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1460
|
+
'pisell2.text.deposit-paid': string;
|
|
1461
|
+
"pisell2.text.stock": string;
|
|
1462
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1463
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1464
|
+
'pisell2.text.payment-link': string;
|
|
1465
|
+
'pisell2.text.send-mail': string;
|
|
1466
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1467
|
+
'pisell2.text.ok': string;
|
|
1468
|
+
'page.booking.text.add-time': string;
|
|
1469
|
+
'page.booking.text.quantity': string;
|
|
1470
|
+
'page.booking.text.sales': string;
|
|
1471
|
+
'page.booking.text.update-time': string;
|
|
1472
|
+
'page.booking.text.add-time-success': string;
|
|
1473
|
+
'page.booking.text.unavailable': string;
|
|
1474
|
+
'page.booking.text.available': string;
|
|
1475
|
+
'page.booking.text.fully-booked': string;
|
|
1476
|
+
'page.booking.text.unlimited': string;
|
|
1477
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1478
|
+
"pisell2.text.actions": string;
|
|
1479
|
+
"pisell2.text.add-client": string;
|
|
1480
|
+
"pisell2.schedule.tab.all": string;
|
|
1481
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1482
|
+
"pisell2.schedule.tab.resources": string;
|
|
1483
|
+
"pisell2.schedule.tab.products": string;
|
|
1484
|
+
"pisell2.schedule.tab.events": string;
|
|
1485
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1486
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1487
|
+
'pisell2.text.variant-client-change': string;
|
|
1488
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1489
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1490
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1491
|
+
customerName: string;
|
|
1492
|
+
title: string;
|
|
1493
|
+
list: any[];
|
|
1494
|
+
}) => string;
|
|
1495
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1496
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1497
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1498
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1499
|
+
'page.booking.text.go-to-payments': string;
|
|
1500
|
+
'page.booking.text.cancel-only': string;
|
|
1501
|
+
'page.booking.text.refund': string;
|
|
1502
|
+
'page.booking.text.confirm': string;
|
|
1503
|
+
'page.booking.text.go-back': string;
|
|
1504
|
+
'page.booking.text.undo': string;
|
|
1505
|
+
'page.booking.text.cancel-booking': string;
|
|
1506
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1507
|
+
'page.booking.text.disabled-tickets': string;
|
|
1508
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1509
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1510
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1511
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1512
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1513
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1514
|
+
'page.booking.text.holder.length-error': string;
|
|
1515
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1516
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1517
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1518
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1519
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1520
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1521
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1522
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1523
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1524
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1525
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1526
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1527
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1528
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1529
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1530
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1531
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1532
|
+
'pisell2.booking.dashboard.default': string;
|
|
1533
|
+
'pisell2.booking.info.text.clear': string;
|
|
1534
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1535
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1536
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1537
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1538
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1539
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1540
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1541
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1542
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1543
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1544
|
+
'pisell2.text.open.items': string;
|
|
1545
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1546
|
+
'pisell2.text.no.selected': string;
|
|
1547
|
+
'pisell2.text.select.items': string;
|
|
1548
|
+
'pisell2.text.edit-select-service': string;
|
|
1549
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1550
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1551
|
+
'pisell2.text.confirm': string;
|
|
1552
|
+
'pisell2.text.cancel': string;
|
|
1553
|
+
'pisell2.text.close-confirm-message': string;
|
|
1554
|
+
'pisell2.action-buttons.clear': string;
|
|
1555
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1556
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1557
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1558
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1559
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1560
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1561
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1562
|
+
'pisell2.customise-item.modal-title': string;
|
|
1563
|
+
'pisell2.customise-item.product-name': string;
|
|
1564
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1565
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1566
|
+
'pisell2.customise-item.sell-price': string;
|
|
1567
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1568
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1569
|
+
'pisell2.customise-item.save': string;
|
|
1570
|
+
'pisell2.customise-item.save-success': string;
|
|
1571
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1572
|
+
'pisell2.subtotal.total': string;
|
|
1573
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1574
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1575
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1576
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1577
|
+
'pisell2.voucher-modal.title': string;
|
|
1578
|
+
'pisell2.text.change.pet.title': string;
|
|
1579
|
+
'pisell2.text.change.pet.content': string;
|
|
1580
|
+
'pisell2.text.change.pet.content1': string;
|
|
1581
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1582
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1583
|
+
'pisell2.text.booking-list': string;
|
|
1584
|
+
'pisell2.text.edit-booking': string;
|
|
1585
|
+
'pisell2.text.email-error-message': string;
|
|
1586
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1587
|
+
'pisell2.text.email-required-error-message': string;
|
|
1588
|
+
'pisell2.text.send-form-reminder': string;
|
|
1589
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1590
|
+
'pisell2.text.send-email-reminder': string;
|
|
1591
|
+
'pisell2.text.send-form-ok': string;
|
|
1592
|
+
'pisell2.text.send-form-toast': string;
|
|
1593
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1594
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1595
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1596
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1597
|
+
'pisell2.text.goodpass': string;
|
|
1598
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1599
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1600
|
+
'pisell2.text.goodpass.code': string;
|
|
1601
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1602
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1603
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1604
|
+
'pisell2.text.status.valid': string;
|
|
1605
|
+
'pisell2.text.status.expired': string;
|
|
1606
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1607
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1608
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1609
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1610
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1611
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1612
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1613
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1614
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1615
|
+
'pisell-select-holder-please-select': string;
|
|
1616
|
+
'pisell-select-holder-selected': string;
|
|
1617
|
+
};
|
|
986
1618
|
};
|
|
987
1619
|
export default _default;
|