@pisell/private-materials 6.3.115 → 6.3.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +152 -152
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +18 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +18 -10
- package/es/components/Sales/Cart/index.d.ts +53 -0
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -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/components/Services/index.d.ts +4 -0
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +5 -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.d.ts +6 -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.d.ts +6 -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.d.ts +8 -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.d.ts +6 -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/index.d.ts +17 -0
- package/es/components/booking/addons/model.d.ts +1 -10
- package/es/components/booking/components/footer/amount.d.ts +25 -0
- package/es/components/booking/components/footer/index.d.ts +12 -0
- package/es/components/booking/components/footer/index.js +26 -20
- package/es/components/booking/components/footer/utils.d.ts +47 -0
- package/es/components/booking/components/footer/utils.js +24 -11
- package/es/components/booking/components/voucher/index.d.ts +4 -0
- package/es/components/booking/dashboard/index.d.ts +20 -0
- package/es/components/booking/dashboard/serve.d.ts +1 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -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/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/model.d.ts +1 -10
- package/es/components/booking/forms/serve.d.ts +18 -0
- package/es/components/booking/hooks/useClearCart.d.ts +1 -1
- package/es/components/booking/hooks/useClearCart.js +39 -9
- package/es/components/booking/hooks/useQuotation.d.ts +6 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/client/serve.d.ts +2 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/date/index.d.ts +5 -0
- package/es/components/booking/info/header/index.d.ts +4 -0
- package/es/components/booking/info/header/index.js +7 -7
- package/es/components/booking/info/header/index.less +5 -5
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +10 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +5 -0
- package/es/components/booking/info/pet/index.d.ts +14 -0
- package/es/components/booking/info/pet/serve.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +5 -0
- package/es/components/booking/info/service/editService/index.d.ts +7 -0
- package/es/components/booking/info/service/index.less +4 -2
- package/es/components/booking/info/service/serve.d.ts +20 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +4 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +248 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/index.d.ts +12 -0
- package/es/components/booking/info2/serve.d.ts +6 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- 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 +98 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/editService/index.d.ts +7 -0
- package/es/components/booking/info2/service/editService/index.js +36 -6
- package/es/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/es/components/booking/info2/service/editService/utils.js +76 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/serviceItem/index.d.ts +4 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/es/components/booking/locales.d.ts +1494 -0
- package/es/components/booking/locales.js +742 -0
- package/es/components/booking/model.d.ts +112 -0
- package/es/components/booking/notes/NoteBlock/index.d.ts +17 -0
- package/es/components/booking/notes/NoteBlock/index.js +3 -2
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +1 -10
- package/es/components/booking/payments/model.d.ts +1 -10
- package/es/components/booking/utils.d.ts +175 -0
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +10 -0
- package/es/components/{eftpos/PairModal → ecocup/components/AddCustomerModal}/index.js +159 -189
- package/es/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +14 -0
- package/es/components/ecocup/components/CupActionList/index.js +91 -0
- package/es/components/ecocup/components/CupActionList/index.less +102 -0
- package/es/components/ecocup/components/CupActionModal/hooks.js +68 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +15 -0
- package/es/components/ecocup/components/CupActionModal/index.js +92 -0
- package/es/components/ecocup/components/CupActionModal/index.less +38 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +10 -0
- package/es/components/ecocup/components/CupInfoCard/index.js +14 -0
- package/es/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.js +176 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +14 -0
- package/es/components/ecocup/components/CupStatusModal/index.js +281 -0
- package/es/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +133 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +20 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +227 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +9 -0
- package/es/components/ecocup/components/CustomerCard/index.js +37 -0
- package/es/components/ecocup/components/CustomerCard/index.less +50 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +9 -0
- package/es/components/ecocup/components/MoreDropdown/index.js +33 -0
- package/es/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/es/components/ecocup/components/PageHeader/index.js +47 -0
- package/es/components/ecocup/components/PageHeader/index.less +31 -0
- package/es/components/ecocup/components/SearchBar/const.js +16 -0
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/es/components/ecocup/components/SearchBar/hooks.js +184 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +14 -0
- package/es/components/ecocup/components/SearchBar/index.js +248 -0
- package/es/components/ecocup/components/SearchBar/index.less +88 -0
- package/es/components/ecocup/components/SettingModal/const.js +17 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +9 -0
- package/es/components/ecocup/components/SettingModal/index.js +253 -0
- package/es/components/ecocup/components/SettingModal/index.less +9 -0
- package/es/components/ecocup/cupList/const.js +319 -0
- package/es/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/es/components/ecocup/cupList/hooks/index.js +4 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +45 -0
- package/es/components/ecocup/cupList/hooks/useColumns.js +166 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.js +312 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +3 -0
- package/es/components/ecocup/cupList/hooks/useSummary.js +42 -0
- package/es/components/ecocup/cupList/index.d.ts +7 -0
- package/es/components/ecocup/cupList/index.js +268 -0
- package/es/components/ecocup/cupList/index.less +159 -0
- package/es/components/ecocup/cupProject/const.js +33 -0
- package/es/components/ecocup/cupProject/index.d.ts +3 -0
- package/es/components/ecocup/cupProject/index.js +112 -0
- package/es/components/ecocup/cupProject/index.less +41 -0
- package/es/components/ecocup/customerList/const.js +67 -0
- package/es/components/ecocup/customerList/hooks/index.js +3 -0
- package/es/components/ecocup/customerList/hooks/useColumns.js +44 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +70 -0
- package/es/components/ecocup/customerList/index.d.ts +7 -0
- package/es/components/ecocup/customerList/index.js +127 -0
- package/es/components/ecocup/customerList/index.less +15 -0
- package/es/components/ecocup/hooks.js +168 -0
- package/es/components/ecocup/locales.js +699 -0
- package/es/components/ecocup/types.js +36 -0
- package/es/components/ecocup/utils/download.js +34 -0
- package/es/components/ecocup/utils/index.js +2 -0
- package/es/components/ecocup/utils/scanListener.js +107 -0
- package/es/components/eftpos/const.js +0 -2
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/device.js +3 -5
- package/es/components/eftpos/hooks.js +0 -35
- package/es/components/eftpos/index.d.ts +47 -0
- package/es/components/eftpos/index.js +25 -184
- package/es/components/eftpos/index.less +1 -26
- package/es/components/eftpos/locales.js +85 -104
- package/es/components/eftpos/table.d.ts +21 -0
- package/es/components/eftpos/table.js +3 -47
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/failCustom.js +17 -12
- package/es/components/eftposPay/component/fail/index.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.js +5 -4
- package/es/components/eftposPay/const.js +0 -2
- package/es/components/eftposPay/device.d.ts +24 -0
- package/es/components/eftposPay/device.js +208 -36
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/index.js +5 -1
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.d.ts +3 -0
- package/es/components/eftposPay/linkly/index.js +0 -1
- package/es/components/eftposPay/locales.js +328 -5
- package/es/components/eftposPay/manufacturer.js +0 -4
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eftposPay/pay.js +2 -7
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/config.js +1 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/tyro/const.d.ts +17 -0
- package/es/components/eftposPay/tyro/const.js +1 -1
- 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/const.js +1 -1
- package/es/components/eftposPay/windcave/windcave.d.ts +7 -0
- package/es/components/eftposPay/windcave/windcave.js +9 -9
- 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 +11 -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 +48 -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/PaymentList/payment/google_pay.svg +26 -8
- package/es/components/pay/toC/PaymentList/payment/google_pay2.svg +9 -0
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +65 -21
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +13 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +46 -18
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +14 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +167 -56
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +83 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +260 -33
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +81 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +309 -126
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +25 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +155 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +9 -0
- package/es/components/pay/toC/PaymentMethods/index.js +12 -2
- package/es/components/pay/toC/WalletPassBlock/index.d.ts +21 -0
- package/es/components/pay/toC/index.d.ts +3 -0
- package/es/components/pay/toC/index.js +53 -18
- package/es/components/pay/toC/locales.js +381 -12
- package/es/components/pay/toC/model.d.ts +32 -0
- package/es/components/pay/toC/serve.d.ts +74 -0
- package/es/components/pay/toC/serve.js +42 -3
- package/es/components/pay/toC/utils.d.ts +62 -0
- package/es/components/pay/toC/utils.js +10 -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/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -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/TabProduct/index.d.ts +3 -0
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +11 -0
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/es/components/productSelect/locales.d.ts +38 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/locales.d.ts +78 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +1 -9
- package/es/components/shoppingCart/Provider.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/Product.d.ts +4 -0
- package/es/components/shoppingCart/components/Cart/index.d.ts +4 -0
- package/es/components/shoppingCart/components/Cart/index.less +1 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/es/components/shoppingCart/hooks/useClearCart.js +41 -11
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/mock.d.ts +40 -0
- package/es/components/shoppingCart/utils.d.ts +63 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/index.d.ts +24 -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.d.ts +4 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +251 -47
- 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.d.ts +5 -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.js +274 -3
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +10 -0
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/es/components/ticketBooking/components/menuBar/index.d.ts +4 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/es/components/ticketBooking/components/timeBar/index.d.ts +13 -0
- package/es/components/ticketBooking/index.d.ts +8 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/serve.d.ts +287 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/ticketBooking/utils/index.d.ts +25 -0
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.d.ts +4 -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/hooks/useEngineContext.js +7 -0
- package/es/hooks/useLocale.js +8 -1
- package/es/hooks/useThemeTokens.js +20 -0
- package/es/hooks/useTranslationOriginal.d.ts +1 -0
- package/es/hooks/useTranslationOriginal.js +10 -0
- package/es/index.d.ts +79 -0
- package/es/index.js +13 -1
- package/es/plus/clientCard/index.d.ts +7 -0
- package/es/plus/clientCard/index.js +462 -0
- package/es/plus/clientCard/index.less +515 -0
- package/es/plus/clientCard/line/index.d.ts +9 -0
- package/es/plus/clientCard/line/index.js +157 -0
- package/es/plus/clientCard/line/index.less +142 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +27 -0
- package/es/plus/clientCard/types.d.ts +135 -0
- package/es/plus/clientCard/types.js +1 -0
- package/es/plus/clientCard/utils.d.ts +8 -0
- package/es/plus/clientCard/utils.js +59 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +277 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/GenderField/index.js +18 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.js +52 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +166 -0
- package/es/plus/clinetSearch/Add/index.d.ts +18 -0
- package/es/plus/clinetSearch/Add/index.js +213 -0
- package/es/plus/clinetSearch/Add/index.less +30 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +265 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.js +1 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.js +1 -0
- package/es/plus/clinetSearch/index.d.ts +18 -0
- package/es/plus/clinetSearch/index.js +234 -0
- package/es/plus/clinetSearch/index.less +95 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +177 -0
- package/es/plus/clinetSearch/serve.d.ts +1 -0
- package/es/plus/clinetSearch/serve.js +31 -0
- package/es/plus/clinetSearch/types.d.ts +70 -0
- package/es/plus/clinetSearch/types.js +1 -0
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- 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/components/BatchActionBar.d.ts +9 -0
- package/es/plus/orderList/components/BatchActionBar.js +835 -0
- package/es/plus/orderList/components/FilterList.d.ts +8 -0
- package/es/plus/orderList/components/FilterList.js +78 -0
- package/es/plus/orderList/components/HandleActions.d.ts +6 -0
- package/es/plus/orderList/components/HandleActions.js +27 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +5 -0
- package/es/plus/orderList/components/QuickFilter.js +14 -0
- package/es/plus/orderList/components/Reset.d.ts +7 -0
- package/es/plus/orderList/components/Reset.js +23 -0
- package/es/plus/orderList/components/Toolbar.d.ts +7 -0
- package/es/plus/orderList/components/Toolbar.js +59 -0
- package/es/plus/orderList/config.d.ts +155 -0
- package/es/plus/orderList/config.js +786 -0
- package/es/plus/orderList/index.d.ts +10 -0
- package/es/plus/orderList/index.js +133 -0
- package/es/plus/orderList/index.less +125 -0
- package/es/plus/orderList/locales.js +733 -0
- package/es/plus/orderList/serve.d.ts +42 -0
- package/es/plus/orderList/serve.js +351 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +363 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +559 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.js +723 -0
- package/es/plus/pisellSalesGrid/index.d.ts +4 -0
- package/es/plus/pisellSalesGrid/index.js +3 -0
- package/es/plus/pisellSalesGrid/locales.js +8 -0
- package/es/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/es/plus/pisellSalesGrid/serve.js +151 -0
- package/es/plus/pisellSalesGrid/types.js +1 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +15 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +221 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +167 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +102 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +185 -0
- package/es/plus/pisellSalesManagement/config/booking.js +380 -0
- package/es/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/es/plus/pisellSalesManagement/config/index.js +11 -0
- package/es/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/es/plus/pisellSalesManagement/config/order.js +460 -0
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +66 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +651 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +656 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +12 -0
- package/es/plus/pisellSalesManagement/index.d.ts +10 -0
- package/es/plus/pisellSalesManagement/index.js +84 -0
- package/es/plus/pisellSalesManagement/locales.js +302 -0
- package/es/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/es/plus/pisellSalesManagement/serve.js +222 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/es/plus/productSelect/ProductCard/index.d.ts +47 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +12 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/index.d.ts +32 -0
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/index.d.ts +6 -0
- package/es/plus/saasAttendance/index.js +5 -0
- package/es/plus/saasAttendance/locales.js +657 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +96 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +81 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +293 -0
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +115 -0
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +848 -0
- package/es/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/es/plus/saasAttendance/settings/components/index.js +2 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.js +216 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +438 -0
- package/es/plus/saasAttendance/settings/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/index.js +262 -0
- package/es/plus/saasAttendance/settings/index.less +510 -0
- package/es/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/es/plus/saasAttendance/settings/serve.js +83 -0
- package/es/plus/saasAttendance/settings/types.js +1 -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/components/PermissionManager/index.d.ts +19 -0
- package/es/plus/saasRole/components/PermissionManager/index.js +211 -0
- package/es/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/es/plus/saasRole/index.d.ts +14 -0
- package/es/plus/saasRole/index.js +1036 -0
- package/es/plus/saasRole/index.less +196 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +319 -0
- package/es/plus/saasRole/serve.d.ts +72 -0
- package/es/plus/saasRole/serve.js +304 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasRole/types.js +1 -0
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasRole/utils.js +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +503 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +634 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/es/plus/saasTeamMembers/index.d.ts +5 -0
- package/es/plus/saasTeamMembers/index.js +529 -0
- package/es/plus/saasTeamMembers/index.less +87 -0
- package/es/plus/saasTeamMembers/locales.js +591 -0
- package/es/plus/saasTeamMembers/serve.d.ts +95 -0
- package/es/plus/saasTeamMembers/serve.js +374 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/saasTeamMembers/type.js +1 -0
- package/es/plus/selectHolder/index.d.ts +7 -0
- package/es/plus/selectHolder/locales.js +18 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +6 -5
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +4 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +11 -0
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +16 -0
- package/es/plus/skuOptionsSelection/index.d.ts +5 -0
- package/es/plus/skuOptionsSelection/index.js +2 -2
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- package/es/plus/skuOptionsSelection/store/store.js +2 -1
- package/es/plus/skuOptionsSelection/types.js +4 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +10 -1
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +10 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +8 -4
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +8 -2
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +39 -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 +11 -0
- package/es/plus/walletPassGallery/components/passDetail/index.js +80 -39
- package/es/plus/walletPassGallery/components/passList/index.d.ts +13 -0
- package/es/plus/walletPassGallery/components/passList/index.js +12 -4
- package/es/plus/walletPassGallery/components/recharge/index.js +13 -5
- package/es/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +12 -0
- package/es/plus/walletPassGallery/components/timelineSection/index.js +19 -2
- package/es/plus/walletPassGallery/index.d.ts +11 -0
- package/es/plus/walletPassGallery/index.js +95 -46
- package/es/plus/walletPassGallery/locales.js +216 -3
- package/es/plus/walletPassGallery/serve.d.ts +245 -0
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Cards/components/SKUCard/index.d.ts +5 -0
- package/es/pro/Cards/components/SKUCard/index.js +50 -20
- package/es/pro/Cards/components/SKUCard/index.less +23 -2
- package/es/pro/Cards/components/SKUCard/locales.js +11 -0
- package/es/pro/Cards/components/SKUCard/types.js +1 -0
- package/es/pro/Login2.0/Login2.d.ts +61 -0
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/locales.js +365 -0
- package/es/pro/NumericStepper/index.d.ts +73 -0
- package/es/pro/NumericStepper/index.js +181 -107
- package/es/pro/NumericStepper/index.less +287 -143
- package/es/pro/Selector/BatchSelectorDemo.js +2 -12
- package/es/pro/Selector/Selector.d.ts +14 -0
- package/es/pro/Selector/Selector.js +39 -30
- package/es/pro/Selector/SelectorGroup.d.ts +11 -0
- package/es/pro/Selector/SelectorGroup.js +5 -1
- package/es/pro/Selector/components/Card/index.js +11 -10
- package/es/pro/Selector/components/Card/index.less +30 -14
- package/es/pro/Selector/components/Indicator/index.js +3 -2
- package/es/pro/Selector/components/Indicator/index.less +16 -13
- package/es/pro/Selector/components/LayoutContainer/index.js +226 -9
- package/es/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/es/pro/Selector/components/Media/index.less +1 -1
- package/es/pro/Selector/demo.js +1 -1
- package/es/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/es/pro/Selector/hooks/usePresetProps.js +60 -6
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/Selector/selector.less +0 -64
- package/es/pro/Selector/selectorGroup.less +9 -1
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +54 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/es/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/index.js +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +141 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +22 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +24 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +44 -0
- package/es/pro/comprehensiveSearch/index.d.ts +7 -0
- package/es/pro/comprehensiveSearch/index.js +207 -0
- package/es/pro/comprehensiveSearch/index.less +196 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +22 -0
- package/es/pro/comprehensiveSearch/types.d.ts +32 -0
- package/es/pro/comprehensiveSearch/types.js +1 -0
- package/es/pro/keyboards/index.d.ts +2 -0
- package/es/pro/keyboards/index.js +1 -0
- package/es/pro/keyboards/locales.js +57 -0
- package/es/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/es/pro/keyboards/numberKeyboard/index.js +523 -0
- package/es/pro/keyboards/numberKeyboard/index.less +59 -0
- package/es/pro/keyboards/numberKeyboard/types.js +1 -0
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/index.d.ts +13 -0
- package/es/pro/pisellPhoneKeyboard/index.js +210 -0
- package/es/pro/pisellPhoneKeyboard/index.less +157 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +17 -0
- package/es/pro/skuDetailModal/index.d.ts +4 -0
- package/lib/components/Sales/Cart/index.d.ts +53 -0
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +4 -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/components/Services/index.d.ts +4 -0
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +5 -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.d.ts +6 -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.d.ts +6 -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.d.ts +8 -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.d.ts +6 -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/index.d.ts +17 -0
- package/lib/components/booking/addons/model.d.ts +1 -10
- package/lib/components/booking/components/footer/amount.d.ts +25 -0
- package/lib/components/booking/components/footer/index.d.ts +12 -0
- package/lib/components/booking/components/footer/index.js +5 -0
- package/lib/components/booking/components/footer/utils.d.ts +47 -0
- package/lib/components/booking/components/footer/utils.js +15 -3
- package/lib/components/booking/components/voucher/index.d.ts +4 -0
- package/lib/components/booking/dashboard/index.d.ts +20 -0
- package/lib/components/booking/dashboard/serve.d.ts +1 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -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/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/model.d.ts +1 -10
- package/lib/components/booking/forms/serve.d.ts +18 -0
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
- package/lib/components/booking/hooks/useClearCart.js +28 -6
- package/lib/components/booking/hooks/useQuotation.d.ts +6 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/client/serve.d.ts +2 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/date/index.d.ts +5 -0
- package/lib/components/booking/info/header/index.d.ts +4 -0
- package/lib/components/booking/info/header/index.js +7 -7
- package/lib/components/booking/info/header/index.less +5 -5
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +10 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +5 -0
- package/lib/components/booking/info/pet/index.d.ts +14 -0
- package/lib/components/booking/info/pet/serve.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +5 -0
- package/lib/components/booking/info/service/editService/index.d.ts +7 -0
- package/lib/components/booking/info/service/index.less +4 -2
- package/lib/components/booking/info/service/serve.d.ts +20 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +4 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +248 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/index.d.ts +12 -0
- package/lib/components/booking/info2/serve.d.ts +6 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- 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 +98 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/editService/index.d.ts +7 -0
- package/lib/components/booking/info2/service/editService/index.js +24 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +28 -0
- package/lib/components/booking/info2/service/editService/utils.js +38 -2
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +4 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/lib/components/booking/locales.d.ts +1494 -0
- package/lib/components/booking/locales.js +700 -0
- package/lib/components/booking/model.d.ts +112 -0
- package/lib/components/booking/notes/NoteBlock/index.d.ts +17 -0
- package/lib/components/booking/notes/NoteBlock/index.js +2 -1
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +1 -10
- package/lib/components/booking/payments/model.d.ts +1 -10
- package/lib/components/booking/utils.d.ts +175 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +10 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.js +212 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupActionList/index.js +116 -0
- package/lib/components/ecocup/components/CupActionList/index.less +102 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.js +55 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +15 -0
- package/lib/components/ecocup/components/CupActionModal/index.js +125 -0
- package/lib/components/ecocup/components/CupActionModal/index.less +38 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +10 -0
- package/lib/components/ecocup/components/CupInfoCard/index.js +43 -0
- package/lib/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +115 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupStatusModal/index.js +221 -0
- package/lib/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +89 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +20 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +178 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +9 -0
- package/lib/components/ecocup/components/CustomerCard/index.js +58 -0
- package/lib/components/ecocup/components/CustomerCard/index.less +50 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +9 -0
- package/lib/components/{eftposPay/mx51/Result.js → ecocup/components/MoreDropdown/index.js} +31 -43
- package/lib/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/lib/components/ecocup/components/PageHeader/index.js +66 -0
- package/lib/components/ecocup/components/PageHeader/index.less +31 -0
- package/lib/components/{eftposPay/mx51/types.js → ecocup/components/SearchBar/const.js} +28 -18
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/lib/components/ecocup/components/SearchBar/hooks.js +135 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +14 -0
- package/lib/components/ecocup/components/SearchBar/index.js +226 -0
- package/lib/components/ecocup/components/SearchBar/index.less +88 -0
- package/lib/components/ecocup/components/SettingModal/const.js +48 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +9 -0
- package/lib/components/ecocup/components/SettingModal/index.js +199 -0
- package/lib/components/ecocup/components/SettingModal/index.less +9 -0
- package/lib/components/ecocup/cupList/const.js +344 -0
- package/lib/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/lib/components/ecocup/cupList/hooks/index.js +43 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +45 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.js +200 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +227 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +3 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.js +83 -0
- package/lib/components/ecocup/cupList/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/index.js +262 -0
- package/lib/components/ecocup/cupList/index.less +159 -0
- package/lib/components/ecocup/cupProject/const.js +65 -0
- package/lib/components/ecocup/cupProject/index.d.ts +3 -0
- package/lib/components/ecocup/cupProject/index.js +135 -0
- package/lib/components/ecocup/cupProject/index.less +41 -0
- package/lib/components/ecocup/customerList/const.js +93 -0
- package/lib/components/ecocup/customerList/hooks/index.js +32 -0
- package/lib/components/ecocup/customerList/hooks/useColumns.js +89 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +56 -0
- package/lib/components/ecocup/customerList/index.d.ts +7 -0
- package/lib/components/ecocup/customerList/index.js +138 -0
- package/lib/components/ecocup/customerList/index.less +15 -0
- package/lib/components/ecocup/hooks.js +169 -0
- package/lib/components/ecocup/locales.js +706 -0
- package/lib/components/ecocup/types.js +57 -0
- package/lib/components/ecocup/utils/download.js +47 -0
- package/lib/components/ecocup/utils/index.js +42 -0
- package/lib/components/ecocup/utils/scanListener.js +90 -0
- package/lib/components/eftpos/const.js +0 -2
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/hooks.js +0 -30
- package/lib/components/eftpos/index.d.ts +47 -0
- package/lib/components/eftpos/index.js +8 -106
- package/lib/components/eftpos/index.less +1 -26
- package/lib/components/eftpos/locales.js +78 -101
- package/lib/components/eftpos/table.d.ts +21 -0
- package/lib/components/eftpos/table.js +2 -30
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/failCustom.js +15 -9
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.js +4 -1
- package/lib/components/eftposPay/const.js +0 -2
- package/lib/components/eftposPay/device.d.ts +24 -0
- package/lib/components/eftposPay/device.js +108 -23
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/index.js +5 -1
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.d.ts +3 -0
- package/lib/components/eftposPay/linkly/index.js +0 -1
- package/lib/components/eftposPay/locales.js +252 -5
- package/lib/components/eftposPay/manufacturer.js +0 -6
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eftposPay/pay.js +2 -4
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/config.js +1 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/tyro/const.d.ts +17 -0
- package/lib/components/eftposPay/tyro/const.js +1 -1
- 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/const.js +1 -1
- package/lib/components/eftposPay/windcave/windcave.d.ts +7 -0
- package/lib/components/eftposPay/windcave/windcave.js +9 -9
- 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 +11 -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 +48 -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/PaymentList/payment/google_pay.svg +26 -8
- package/lib/components/pay/toC/PaymentList/payment/google_pay2.svg +9 -0
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +40 -17
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +13 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +32 -12
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +8 -2
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +98 -24
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +107 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +149 -5
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +81 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +121 -39
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +25 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +155 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +9 -0
- package/lib/components/pay/toC/PaymentMethods/index.js +17 -12
- package/lib/components/pay/toC/WalletPassBlock/index.d.ts +21 -0
- package/lib/components/pay/toC/index.d.ts +3 -0
- package/lib/components/pay/toC/index.js +34 -3
- package/lib/components/pay/toC/locales.js +331 -12
- package/lib/components/pay/toC/model.d.ts +32 -0
- package/lib/components/pay/toC/serve.d.ts +74 -0
- package/lib/components/pay/toC/serve.js +11 -1
- package/lib/components/pay/toC/utils.d.ts +62 -0
- package/lib/components/pay/toC/utils.js +17 -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/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +3 -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/TabProduct/index.d.ts +3 -0
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +11 -0
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/components/productGroup/index.d.ts +39 -0
- package/lib/components/productSelect/locales.d.ts +38 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/locales.d.ts +78 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +1 -9
- package/lib/components/shoppingCart/Provider.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +4 -0
- package/lib/components/shoppingCart/components/Cart/index.d.ts +4 -0
- package/lib/components/shoppingCart/components/Cart/index.less +1 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -0
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/lib/components/shoppingCart/hooks/useClearCart.js +42 -11
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/mock.d.ts +40 -0
- package/lib/components/shoppingCart/utils.d.ts +63 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/index.d.ts +24 -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.d.ts +4 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +347 -224
- 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.d.ts +5 -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.js +274 -3
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +10 -0
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +4 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +13 -0
- package/lib/components/ticketBooking/index.d.ts +8 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/serve.d.ts +287 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/ticketBooking/utils/index.d.ts +25 -0
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.d.ts +4 -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/hooks/useEngineContext.js +10 -2
- package/lib/hooks/useLocale.js +7 -2
- package/lib/hooks/useThemeTokens.js +40 -0
- package/lib/hooks/useTranslationOriginal.d.ts +1 -0
- package/lib/hooks/useTranslationOriginal.js +42 -0
- package/lib/index.d.ts +79 -0
- package/lib/index.js +39 -3
- package/lib/plus/clientCard/index.d.ts +7 -0
- package/lib/plus/clientCard/index.js +457 -0
- package/lib/plus/clientCard/index.less +515 -0
- package/lib/plus/clientCard/line/index.d.ts +9 -0
- package/lib/plus/clientCard/line/index.js +153 -0
- package/lib/plus/clientCard/line/index.less +142 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +51 -0
- package/lib/plus/clientCard/types.d.ts +135 -0
- package/lib/plus/clientCard/types.js +17 -0
- package/lib/plus/clientCard/utils.d.ts +8 -0
- package/lib/plus/clientCard/utils.js +75 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +256 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.js +52 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +78 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +193 -0
- package/lib/plus/clinetSearch/Add/index.d.ts +18 -0
- package/lib/plus/clinetSearch/Add/index.js +244 -0
- package/lib/plus/clinetSearch/Add/index.less +30 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +235 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +35 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +17 -0
- package/lib/plus/clinetSearch/index.d.ts +18 -0
- package/lib/plus/clinetSearch/index.js +237 -0
- package/lib/plus/clinetSearch/index.less +95 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +201 -0
- package/lib/plus/clinetSearch/serve.d.ts +1 -0
- package/lib/{components/eftposPay/aggregatePayment/index.js → plus/clinetSearch/serve.js} +11 -10
- package/lib/plus/clinetSearch/types.d.ts +70 -0
- package/lib/plus/clinetSearch/types.js +17 -0
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- 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/components/BatchActionBar.d.ts +9 -0
- package/lib/plus/orderList/components/BatchActionBar.js +567 -0
- package/lib/plus/orderList/components/FilterList.d.ts +8 -0
- package/lib/plus/orderList/components/FilterList.js +121 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +6 -0
- package/lib/plus/orderList/components/HandleActions.js +52 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +5 -0
- package/lib/plus/orderList/components/QuickFilter.js +43 -0
- package/lib/plus/orderList/components/Reset.d.ts +7 -0
- package/lib/plus/orderList/components/Reset.js +58 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +7 -0
- package/lib/plus/orderList/components/Toolbar.js +68 -0
- package/lib/plus/orderList/config.d.ts +155 -0
- package/lib/plus/orderList/config.js +764 -0
- package/lib/plus/orderList/index.d.ts +10 -0
- package/lib/plus/orderList/index.js +132 -0
- package/lib/plus/orderList/index.less +125 -0
- package/lib/plus/orderList/locales.js +737 -0
- package/lib/plus/orderList/serve.d.ts +42 -0
- package/lib/plus/orderList/serve.js +177 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +339 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +455 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +545 -0
- package/lib/plus/pisellSalesGrid/index.d.ts +4 -0
- package/lib/plus/pisellSalesGrid/index.js +42 -0
- package/lib/plus/pisellSalesGrid/locales.js +29 -0
- package/lib/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/serve.js +142 -0
- package/lib/plus/pisellSalesGrid/types.js +17 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +15 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +253 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +193 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +106 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +185 -0
- package/lib/plus/pisellSalesManagement/config/booking.js +500 -0
- package/lib/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/config/index.js +43 -0
- package/lib/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/lib/plus/pisellSalesManagement/config/order.js +492 -0
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +113 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +699 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +700 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +42 -0
- package/lib/plus/pisellSalesManagement/index.d.ts +10 -0
- package/lib/plus/pisellSalesManagement/index.js +113 -0
- package/lib/plus/pisellSalesManagement/locales.js +326 -0
- package/lib/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/lib/plus/pisellSalesManagement/serve.js +120 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -0
- package/lib/plus/productSelect/ProductCard/index.d.ts +47 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +12 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/index.d.ts +32 -0
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/index.d.ts +6 -0
- package/lib/plus/saasAttendance/index.js +39 -0
- package/lib/plus/saasAttendance/locales.js +615 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +152 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +88 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +369 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +107 -0
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +670 -0
- package/lib/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/lib/plus/saasAttendance/settings/components/index.js +42 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +247 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +447 -0
- package/lib/plus/saasAttendance/settings/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/index.js +295 -0
- package/lib/plus/saasAttendance/settings/index.less +510 -0
- package/lib/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/lib/{components/eftpos/SettlementModal → plus/saasAttendance/settings}/serve.js +25 -16
- package/lib/plus/saasAttendance/settings/types.js +17 -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/components/PermissionManager/index.d.ts +19 -0
- package/lib/plus/saasRole/components/PermissionManager/index.js +159 -0
- package/lib/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/lib/plus/saasRole/index.d.ts +14 -0
- package/lib/plus/saasRole/index.js +780 -0
- package/lib/plus/saasRole/index.less +196 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +345 -0
- package/lib/plus/saasRole/serve.d.ts +72 -0
- package/lib/plus/saasRole/serve.js +100 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasRole/types.js +17 -0
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasRole/utils.js +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +393 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +672 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/lib/plus/saasTeamMembers/index.d.ts +5 -0
- package/lib/plus/saasTeamMembers/index.js +448 -0
- package/lib/plus/saasTeamMembers/index.less +87 -0
- package/lib/plus/saasTeamMembers/locales.js +617 -0
- package/lib/plus/saasTeamMembers/serve.d.ts +95 -0
- package/lib/plus/saasTeamMembers/serve.js +132 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/saasTeamMembers/type.js +17 -0
- package/lib/plus/selectHolder/index.d.ts +7 -0
- package/lib/plus/selectHolder/locales.js +14 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +6 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +11 -10
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +11 -0
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +2 -0
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +16 -0
- package/lib/plus/skuOptionsSelection/index.d.ts +5 -0
- package/lib/plus/skuOptionsSelection/index.js +2 -2
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- package/lib/plus/skuOptionsSelection/store/store.js +2 -1
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +19 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +15 -9
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +9 -6
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +7 -3
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +8 -7
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +39 -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 +11 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.js +42 -5
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +13 -0
- package/lib/plus/walletPassGallery/components/passList/index.js +12 -5
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -5
- package/lib/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +12 -0
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +17 -2
- package/lib/plus/walletPassGallery/index.d.ts +11 -0
- package/lib/plus/walletPassGallery/index.js +116 -45
- package/lib/plus/walletPassGallery/locales.js +210 -3
- package/lib/plus/walletPassGallery/serve.d.ts +245 -0
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Cards/components/SKUCard/index.d.ts +5 -0
- package/lib/pro/Cards/components/SKUCard/index.js +59 -15
- package/lib/pro/Cards/components/SKUCard/index.less +23 -2
- package/lib/pro/Cards/components/SKUCard/locales.js +35 -0
- package/lib/pro/Cards/components/SKUCard/types.js +17 -0
- package/lib/pro/Login2.0/Login2.d.ts +61 -0
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/locales.js +365 -0
- package/lib/pro/NumericStepper/index.d.ts +73 -0
- package/lib/pro/NumericStepper/index.js +184 -88
- package/lib/pro/NumericStepper/index.less +287 -143
- package/lib/pro/Selector/BatchSelectorDemo.js +13 -19
- package/lib/pro/Selector/Selector.d.ts +14 -0
- package/lib/pro/Selector/Selector.js +34 -17
- package/lib/pro/Selector/SelectorGroup.d.ts +11 -0
- package/lib/pro/Selector/SelectorGroup.js +7 -1
- package/lib/pro/Selector/components/Card/index.js +19 -8
- package/lib/pro/Selector/components/Card/index.less +30 -14
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +16 -13
- package/lib/pro/Selector/components/LayoutContainer/index.js +130 -2
- package/lib/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/lib/pro/Selector/components/Media/index.js +7 -4
- package/lib/pro/Selector/components/Media/index.less +1 -1
- package/lib/pro/Selector/demo.js +1 -1
- package/lib/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/lib/pro/Selector/hooks/usePresetProps.js +28 -6
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/Selector/selector.less +0 -64
- package/lib/pro/Selector/selectorGroup.less +9 -1
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +64 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/lib/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/index.js +42 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +154 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +56 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +70 -0
- package/lib/pro/comprehensiveSearch/index.d.ts +7 -0
- package/lib/pro/comprehensiveSearch/index.js +190 -0
- package/lib/pro/comprehensiveSearch/index.less +196 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/types.d.ts +32 -0
- package/lib/pro/comprehensiveSearch/types.js +17 -0
- package/lib/pro/keyboards/index.d.ts +2 -0
- package/lib/pro/keyboards/index.js +39 -0
- package/lib/pro/keyboards/locales.js +61 -0
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/lib/pro/keyboards/numberKeyboard/index.js +400 -0
- package/lib/pro/keyboards/numberKeyboard/index.less +59 -0
- package/lib/pro/keyboards/numberKeyboard/types.js +17 -0
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +13 -0
- package/lib/pro/pisellPhoneKeyboard/index.js +219 -0
- package/lib/pro/pisellPhoneKeyboard/index.less +157 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +41 -0
- package/lib/pro/skuDetailModal/index.d.ts +4 -0
- package/lowcode/client-card/fragments/cardStyle.ts +63 -0
- package/lowcode/client-card/fragments/nameStyle.ts +34 -0
- package/lowcode/client-card/fragments/pisellAvatar.ts +87 -0
- package/lowcode/client-card/fragments/tagConfig.ts +88 -0
- package/lowcode/client-card/meta.ts +343 -0
- package/lowcode/client-search/meta.ts +316 -0
- package/lowcode/eco-cup-list/meta.ts +27 -0
- package/lowcode/eco-customer-list/meta.ts +27 -0
- package/lowcode/ecocup-cup-list/meta.ts +38 -0
- package/lowcode/ecocup-cup-project/meta.ts +35 -0
- package/lowcode/ecocup-customer-list/meta.ts +38 -0
- package/lowcode/order-list/meta.ts +87 -0
- package/lowcode/pisell-sales-management/meta.ts +88 -0
- package/lowcode/saas-attendance-settings/meta.ts +56 -0
- package/lowcode/saas-role/meta.ts +35 -0
- package/lowcode/saas-team-members/meta.ts +35 -0
- package/lowcode/selector/meta.ts +15 -2
- package/lowcode/selector.group/meta.ts +15 -2
- package/lowcode/sku-options-selection/meta.ts +106 -2
- package/lowcode/wallet-pass-gallery/meta.ts +66 -1
- package/package.json +5 -5
- package/es/components/Sales/Cart/utils.d.ts +0 -68
- package/es/components/Sales/Checkout/utils.d.ts +0 -41
- package/es/components/Sales/Summary/utils.d.ts +0 -58
- package/es/components/booking/components/voucher/utils.d.ts +0 -4
- package/es/components/booking/editBookingModal/utils.d.ts +0 -12
- package/es/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
- package/es/components/eftpos/PairModal/hooks.js +0 -67
- package/es/components/eftpos/PairModal/index.less +0 -70
- package/es/components/eftpos/SettlementModal/Action.js +0 -141
- package/es/components/eftpos/SettlementModal/index.js +0 -135
- package/es/components/eftpos/SettlementModal/index.less +0 -33
- package/es/components/eftpos/SettlementModal/serve.js +0 -171
- package/es/components/eftpos/SettlementModal/types.js +0 -35
- package/es/components/eftpos/SettlementModal/utils.js +0 -351
- package/es/components/eftpos/assets/mx51SCI.svg +0 -15
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -125
- package/es/components/eftposPay/aggregatePayment/index.js +0 -3
- package/es/components/eftposPay/aggregatePayment/mock.js +0 -567
- package/es/components/eftposPay/aggregatePayment/service.js +0 -70
- package/es/components/eftposPay/aggregatePayment/types.js +0 -61
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +0 -385
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +0 -1140
- package/es/components/eftposPay/mx51/Action.js +0 -139
- package/es/components/eftposPay/mx51/Result.js +0 -46
- package/es/components/eftposPay/mx51/const.js +0 -69
- package/es/components/eftposPay/mx51/index.js +0 -401
- package/es/components/eftposPay/mx51/types.js +0 -30
- package/es/components/eftposPay/mx51/utils.js +0 -121
- package/es/components/pay/toC/PaymentList/utils.d.ts +0 -36
- package/es/components/pay/toC/PaymentMethods/StripePay/index.d.ts +0 -10
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/es/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
- package/es/plus/skuOptionsSelection/hooks/index.d.ts +0 -3
- package/es/plus/skuOptionsSelection/hooks/useLanguage.d.ts +0 -2
- package/es/plus/skuOptionsSelection/hooks/useStore.d.ts +0 -2
- package/es/plus/skuOptionsSelection/hooks/useSymbol.d.ts +0 -2
- package/es/plus/skuOptionsSelection/store/actions.d.ts +0 -22
- package/es/plus/skuOptionsSelection/store/createStore.d.ts +0 -15
- package/es/plus/skuOptionsSelection/store/index.d.ts +0 -2
- package/es/plus/skuOptionsSelection/utils/calculateOption.d.ts +0 -6
- package/es/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +0 -37
- package/es/pro/Selector/Selector.stories.d.ts +0 -78
- package/es/pro/Selector/components/Card/types.d.ts +0 -1
- package/es/pro/Selector/components/IntersectionObserver.d.ts +0 -105
- package/es/pro/Selector/components/Media/types.d.ts +0 -47
- package/es/pro/Selector/components/index.d.ts +0 -4
- package/es/pro/Selector/index.d.ts +0 -11
- package/es/test/setup.d.ts +0 -1
- package/lib/components/Sales/Cart/utils.d.ts +0 -68
- package/lib/components/Sales/Checkout/utils.d.ts +0 -41
- package/lib/components/Sales/Summary/utils.d.ts +0 -58
- package/lib/components/booking/components/voucher/utils.d.ts +0 -4
- package/lib/components/booking/editBookingModal/utils.d.ts +0 -12
- package/lib/components/booking/info/service/serviceManager/distributeDiscount.d.ts +0 -11
- package/lib/components/eftpos/PairModal/hooks.js +0 -70
- package/lib/components/eftpos/PairModal/index.js +0 -197
- package/lib/components/eftpos/PairModal/index.less +0 -70
- package/lib/components/eftpos/SettlementModal/Action.js +0 -153
- package/lib/components/eftpos/SettlementModal/index.js +0 -170
- package/lib/components/eftpos/SettlementModal/index.less +0 -33
- package/lib/components/eftpos/SettlementModal/types.js +0 -43
- package/lib/components/eftpos/SettlementModal/utils.js +0 -248
- package/lib/components/eftpos/assets/mx51SCI.svg +0 -15
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -152
- package/lib/components/eftposPay/aggregatePayment/mock.js +0 -679
- package/lib/components/eftposPay/aggregatePayment/service.js +0 -81
- package/lib/components/eftposPay/aggregatePayment/types.js +0 -74
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +0 -302
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +0 -755
- package/lib/components/eftposPay/mx51/Action.js +0 -152
- package/lib/components/eftposPay/mx51/const.js +0 -85
- package/lib/components/eftposPay/mx51/index.js +0 -360
- package/lib/components/eftposPay/mx51/utils.js +0 -115
- package/lib/components/pay/toC/PaymentList/utils.d.ts +0 -36
- package/lib/components/pay/toC/PaymentMethods/StripePay/index.d.ts +0 -10
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +0 -8
- package/lib/components/workSpaceList/components/Card/constants.d.ts +0 -2
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +0 -30
- package/lib/plus/skuOptionsSelection/hooks/index.d.ts +0 -3
- package/lib/plus/skuOptionsSelection/hooks/useLanguage.d.ts +0 -2
- package/lib/plus/skuOptionsSelection/hooks/useStore.d.ts +0 -2
- package/lib/plus/skuOptionsSelection/hooks/useSymbol.d.ts +0 -2
- package/lib/plus/skuOptionsSelection/store/actions.d.ts +0 -22
- package/lib/plus/skuOptionsSelection/store/createStore.d.ts +0 -15
- package/lib/plus/skuOptionsSelection/store/index.d.ts +0 -2
- package/lib/plus/skuOptionsSelection/utils/calculateOption.d.ts +0 -6
- package/lib/plus/skuOptionsSelection/utils/checkSkuStatus.d.ts +0 -37
- package/lib/pro/Selector/Selector.stories.d.ts +0 -78
- package/lib/pro/Selector/components/Card/types.d.ts +0 -1
- package/lib/pro/Selector/components/IntersectionObserver.d.ts +0 -105
- package/lib/pro/Selector/components/Media/types.d.ts +0 -47
- package/lib/pro/Selector/components/index.d.ts +0 -4
- package/lib/pro/Selector/index.d.ts +0 -11
- package/lib/test/setup.d.ts +0 -1
|
@@ -0,0 +1,1494 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell2.text.select-addons': string;
|
|
4
|
+
'pisell2.text.addons': string;
|
|
5
|
+
'pisell2.text.search': string;
|
|
6
|
+
'pisell2.text.view': string;
|
|
7
|
+
'pisell2.text.edit': string;
|
|
8
|
+
'pisell2.text.remove': string;
|
|
9
|
+
'pisell2.text.apply': string;
|
|
10
|
+
'pisell2.text.to-pay': string;
|
|
11
|
+
'pisell2.text.details': string;
|
|
12
|
+
'pisell2.text.checkout': string;
|
|
13
|
+
'pisell2.text.save': string;
|
|
14
|
+
'pisell2.text.view-all': string;
|
|
15
|
+
'pisell2.text.view-less': string;
|
|
16
|
+
'pisell2.text.add-a': string;
|
|
17
|
+
'pisell2.text.add-another': string;
|
|
18
|
+
'pisell2.text.select': string;
|
|
19
|
+
'pisell2.text.view-profile': string;
|
|
20
|
+
'pisell2.text.change-customer': string;
|
|
21
|
+
'pisell2.text.remove-customer': string;
|
|
22
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
23
|
+
'pisell2.text.select-customer': string;
|
|
24
|
+
'pisell2.text.create-new-customer': string;
|
|
25
|
+
'pisell2.text.filled': string;
|
|
26
|
+
'pisell2.text.not-filled': string;
|
|
27
|
+
'pisell2.text.create-new': string;
|
|
28
|
+
'pisell2.text.add-a-service': string;
|
|
29
|
+
'pisell2.text.add-another-service': string;
|
|
30
|
+
'pisell2.text.select-service': string;
|
|
31
|
+
'pisell2.text.edit-service': string;
|
|
32
|
+
'pisell2.text.price': string;
|
|
33
|
+
'pisell2.text.discount': string;
|
|
34
|
+
'pisell2.text.discount-reason': string;
|
|
35
|
+
'pisell2.text.start_time': string;
|
|
36
|
+
'pisell2.text.duration': string;
|
|
37
|
+
'pisell2.text.resource': string;
|
|
38
|
+
'pisell2.text.end_time': string;
|
|
39
|
+
'pisell2.text.start_date': string;
|
|
40
|
+
'pisell2.text.end_date': string;
|
|
41
|
+
'pisell2.text.quantity': string;
|
|
42
|
+
'pisell2.text.holder': string;
|
|
43
|
+
'pisell2.text.warnings': string;
|
|
44
|
+
'pisell2.text.order-notes': string;
|
|
45
|
+
'pisell2.text.add-order-notes': string;
|
|
46
|
+
'pisell2.text.add-internal-notes': string;
|
|
47
|
+
'pisell2.text.add-notes': string;
|
|
48
|
+
'pisell2.text.notes': string;
|
|
49
|
+
'pisell2.text.new-appointment': string;
|
|
50
|
+
'pisell2.text.enroll.detail': string;
|
|
51
|
+
'pisell2.text.add-products-successfully': string;
|
|
52
|
+
'pisell2.text.add': string;
|
|
53
|
+
'pisell2.text.created-successfully': string;
|
|
54
|
+
'pisell2.text.edit-successfully': string;
|
|
55
|
+
'pisell2.text.updated': string;
|
|
56
|
+
'pisell2.text.appointment-updated': string;
|
|
57
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
58
|
+
'pisell2.text.day': (val: number) => string;
|
|
59
|
+
'pisell2.text.min': string;
|
|
60
|
+
'pisell2.text.h': string;
|
|
61
|
+
'pisell2.text.other': string;
|
|
62
|
+
'pisell2.text.forms': string;
|
|
63
|
+
'pisell2.text.load-more': string;
|
|
64
|
+
'pisell2.text.status.new': string;
|
|
65
|
+
'pisell2.text.status.confirmed': string;
|
|
66
|
+
'pisell2.text.status.arrived': string;
|
|
67
|
+
'pisell2.text.status.started': string;
|
|
68
|
+
'pisell2.text.status.cancelled': string;
|
|
69
|
+
'pisell2.text.status.no_show': string;
|
|
70
|
+
'pisell2.text.status.completed': string;
|
|
71
|
+
'pisell2.text.status.booking_id': string;
|
|
72
|
+
'pisell2.text.status.no-discount': string;
|
|
73
|
+
'pisell2.text.status.manual': string;
|
|
74
|
+
'pisell2.text.status.service-error-1': string;
|
|
75
|
+
'pisell2.text.status.service-error-2': string;
|
|
76
|
+
'pisell2.text.status.service-error-3': string;
|
|
77
|
+
'pisell2.text.status.order-notes': string;
|
|
78
|
+
'pisell2.text.status.edit-note': string;
|
|
79
|
+
'pisell2.text.status.remove-note': string;
|
|
80
|
+
'pisell2.text.status.add-note': string;
|
|
81
|
+
'pisell2.text.status.from-system-add': string;
|
|
82
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
83
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
84
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
85
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
86
|
+
"pisell2.text.status.internal-notes": string;
|
|
87
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
88
|
+
'pisell2.text.add-form-successfully': string;
|
|
89
|
+
'pisell2.text.payments': string;
|
|
90
|
+
'pisell2.text.refund': string;
|
|
91
|
+
'pisell2.text.refund-amount': string;
|
|
92
|
+
'pisell2.text.select-a-customer': string;
|
|
93
|
+
'pisell2.text.customerpay': string;
|
|
94
|
+
'pisell2.text.paid': string;
|
|
95
|
+
'pisell2.text.voided_pay': string;
|
|
96
|
+
'pisell2.text.processing_pay': string;
|
|
97
|
+
'pisell2.text.surcharge': string;
|
|
98
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
99
|
+
'pisell1.text.edit-status-success': string;
|
|
100
|
+
'pisell1.text.fully-paid': string;
|
|
101
|
+
'pisell1.text.refund-customer': string;
|
|
102
|
+
'pisell1.text.not-contain': string;
|
|
103
|
+
'pisell1.text.included': string;
|
|
104
|
+
'pisell1.text.subtotal': string;
|
|
105
|
+
'pisell1.text.tax': string;
|
|
106
|
+
'pisell1.text.total': string;
|
|
107
|
+
'pisell1.text.rounding': string;
|
|
108
|
+
'pisell1.text.payment-fee': string;
|
|
109
|
+
'pisell1.text.tomorrow': string;
|
|
110
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
111
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
112
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
113
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
114
|
+
'pisell1.text.no-addons': string;
|
|
115
|
+
'pisell1.text.no-resource': string;
|
|
116
|
+
'pisell1.text.no-payments': string;
|
|
117
|
+
'pisell2.text.change': string;
|
|
118
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
119
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
120
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
121
|
+
'pisell2.text.refunded-amount': string;
|
|
122
|
+
'pisell2.text.flexible': string;
|
|
123
|
+
'pisell2.text.order-discount': string;
|
|
124
|
+
'pisell2.text.no-product-added': string;
|
|
125
|
+
'pisell2.text.contacts': string;
|
|
126
|
+
'pisell2.text.add-contacts': string;
|
|
127
|
+
'pisell2.text.edit-profile': string;
|
|
128
|
+
'pisell2.text.remove-contact': string;
|
|
129
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
130
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
131
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
132
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
133
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
134
|
+
'pisell2.text.rebook': string;
|
|
135
|
+
'pisell2.text.now': string;
|
|
136
|
+
'pisell2.text.deposit-list': string;
|
|
137
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
138
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
139
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
140
|
+
'pisell2.text.deposit-order-total': string;
|
|
141
|
+
'pisell2.text.deposit-order-detail': string;
|
|
142
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
143
|
+
'pisell2.text.deposit-order-no': string;
|
|
144
|
+
'pisell2.text.deposit-amount': string;
|
|
145
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
146
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
147
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
148
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
149
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
150
|
+
'pisell2.text.deposit-list-empty': string;
|
|
151
|
+
'pisell2.text.deposit-amount-message': string;
|
|
152
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
153
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
154
|
+
'pisell2.text.deposit-delete': string;
|
|
155
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
156
|
+
'pisell2.text.deposit-delete-message': string;
|
|
157
|
+
'pisell2.text.deposit-paid': string;
|
|
158
|
+
"pisell2.text.stock": string;
|
|
159
|
+
'pisell2.appointment.unuse.stock': string;
|
|
160
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
161
|
+
'pisell2.text.payment-link': string;
|
|
162
|
+
'pisell2.text.send-mail': string;
|
|
163
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
164
|
+
'pisell2.text.ok': string;
|
|
165
|
+
'page.booking.text.add-time': string;
|
|
166
|
+
'page.booking.text.quantity': string;
|
|
167
|
+
'page.booking.text.sales': string;
|
|
168
|
+
'page.booking.text.update-time': string;
|
|
169
|
+
'page.booking.text.add-time-success': string;
|
|
170
|
+
'page.booking.text.unavailable': string;
|
|
171
|
+
'page.booking.text.available': string;
|
|
172
|
+
'page.booking.text.fully-booked': string;
|
|
173
|
+
'page.booking.text.unlimited': string;
|
|
174
|
+
'pisell2.text.terminal-edit-message': string;
|
|
175
|
+
"pisell2.text.actions": string;
|
|
176
|
+
"pisell2.text.add-client": string;
|
|
177
|
+
"pisell2.schedule.tab.all": string;
|
|
178
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
179
|
+
"pisell2.schedule.tab.resources": string;
|
|
180
|
+
"pisell2.schedule.tab.products": string;
|
|
181
|
+
"pisell2.schedule.tab.events": string;
|
|
182
|
+
"pisell2.schedule.tab.quotation": string;
|
|
183
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
184
|
+
'pisell2.text.variant-client-change': string;
|
|
185
|
+
'pisell2.text.variant-client-no-data': string;
|
|
186
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
187
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
188
|
+
customerName: string;
|
|
189
|
+
title: string;
|
|
190
|
+
list: any[];
|
|
191
|
+
}) => string;
|
|
192
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
193
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
194
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
195
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
196
|
+
'page.booking.text.go-to-payments': string;
|
|
197
|
+
'page.booking.text.cancel-only': string;
|
|
198
|
+
'page.booking.text.refund': string;
|
|
199
|
+
'page.booking.text.confirm': string;
|
|
200
|
+
'page.booking.text.go-back': string;
|
|
201
|
+
'page.booking.text.cancel-booking': string;
|
|
202
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
203
|
+
'page.booking.text.disabled-tickets': string;
|
|
204
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
205
|
+
'page.booking.text.please-choose-an-option': string;
|
|
206
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
207
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
208
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
209
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
210
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
211
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
212
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
213
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
214
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
215
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
216
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
217
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
218
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
219
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
220
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
221
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
222
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
223
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
224
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
225
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
226
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
227
|
+
'pisell2.booking.dashboard.default': string;
|
|
228
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
229
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
230
|
+
'pisell2.booking.info.text.clear-cart-modal.title': string;
|
|
231
|
+
'pisell2.booking.info.text.clear-cart-modal.content': string;
|
|
232
|
+
'pisell2.booking.info.text.clear-cart-modal.confirm': string;
|
|
233
|
+
'pisell2.booking.info.text.clear-cart-modal.cancel': string;
|
|
234
|
+
'pisell2.booking.info.text.create-new': string;
|
|
235
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
236
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
237
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
238
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
239
|
+
'pisell2.booking.info.resource.retry': string;
|
|
240
|
+
'pisell2.text.open.items': string;
|
|
241
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
242
|
+
'pisell2.text.no.selected': string;
|
|
243
|
+
'pisell2.text.select.items': string;
|
|
244
|
+
'pisell2.text.edit-select-service': string;
|
|
245
|
+
'pisell2.text.missing.reservation.title': string;
|
|
246
|
+
'pisell2.text.missing.reservation.content': string;
|
|
247
|
+
'pisell2.text.confirm': string;
|
|
248
|
+
'pisell2.text.cancel': string;
|
|
249
|
+
'pisell2.text.change.pet.title': string;
|
|
250
|
+
'pisell2.text.change.pet.content': string;
|
|
251
|
+
'pisell2.text.change.pet.content1': string;
|
|
252
|
+
'pisell2.text.change.pet.confirm': string;
|
|
253
|
+
'pisell2.text.change.pet.cancel': string;
|
|
254
|
+
'pisell2.text.booking-list': string;
|
|
255
|
+
'pisell2.text.edit-booking': string;
|
|
256
|
+
'pisell2.text.email-error-message': string;
|
|
257
|
+
'pisell2.text.phone-required-error-message': string;
|
|
258
|
+
'pisell2.text.email-required-error-message': string;
|
|
259
|
+
'pisell2.text.send-form-reminder': string;
|
|
260
|
+
'pisell2.text.send-sms-reminder': string;
|
|
261
|
+
'pisell2.text.send-email-reminder': string;
|
|
262
|
+
'pisell2.text.send-form-ok': string;
|
|
263
|
+
'pisell2.text.send-form-toast': string;
|
|
264
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
265
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
266
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
267
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
268
|
+
'pisell2.text.goodpass': string;
|
|
269
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
270
|
+
'pisell2.text.goodpass.view-more': string;
|
|
271
|
+
'pisell2.text.goodpass.code': string;
|
|
272
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
273
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
274
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
275
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
276
|
+
'pisell2.text.status.valid': string;
|
|
277
|
+
'pisell2.text.status.expired': string;
|
|
278
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
279
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
280
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
281
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
282
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
283
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
284
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
285
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
286
|
+
};
|
|
287
|
+
'zh-CN': {
|
|
288
|
+
'pisell2.text.refunded-amount': string;
|
|
289
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
290
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
291
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
292
|
+
'pisell2.text.change': string;
|
|
293
|
+
'pisell2.text.addons': string;
|
|
294
|
+
'pisell2.text.select-addons': string;
|
|
295
|
+
'pisell2.text.search': string;
|
|
296
|
+
'pisell2.text.view': string;
|
|
297
|
+
'pisell2.text.edit': string;
|
|
298
|
+
'pisell2.text.remove': string;
|
|
299
|
+
'pisell2.text.apply': string;
|
|
300
|
+
'pisell2.text.to-pay': string;
|
|
301
|
+
'pisell2.text.details': string;
|
|
302
|
+
'pisell2.text.checkout': string;
|
|
303
|
+
'pisell2.text.save': string;
|
|
304
|
+
'pisell2.text.view-all': string;
|
|
305
|
+
'pisell2.text.view-less': string;
|
|
306
|
+
'pisell2.text.add-a': string;
|
|
307
|
+
'pisell2.text.add-another': string;
|
|
308
|
+
'pisell2.text.select': string;
|
|
309
|
+
'pisell2.text.view-profile': string;
|
|
310
|
+
'pisell2.text.change-customer': string;
|
|
311
|
+
'pisell2.text.remove-customer': string;
|
|
312
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
313
|
+
'pisell2.text.select-customer': string;
|
|
314
|
+
'pisell2.text.create-new-customer': string;
|
|
315
|
+
'pisell2.text.filled': string;
|
|
316
|
+
'pisell2.text.not-filled': string;
|
|
317
|
+
'pisell2.text.create-new': string;
|
|
318
|
+
'pisell2.text.add-a-service': string;
|
|
319
|
+
'pisell2.text.add-another-service': string;
|
|
320
|
+
'pisell2.text.select-service': string;
|
|
321
|
+
'pisell2.text.edit-service': string;
|
|
322
|
+
'pisell2.text.price': string;
|
|
323
|
+
'pisell2.text.discount': string;
|
|
324
|
+
'pisell2.text.discount-reason': string;
|
|
325
|
+
'pisell2.text.start_time': string;
|
|
326
|
+
'pisell2.text.end_time': string;
|
|
327
|
+
'pisell2.text.start_date': string;
|
|
328
|
+
'pisell2.text.end_date': string;
|
|
329
|
+
'pisell2.text.quantity': string;
|
|
330
|
+
'pisell2.text.holder': string;
|
|
331
|
+
'pisell2.text.duration': string;
|
|
332
|
+
'pisell2.text.resource': string;
|
|
333
|
+
'pisell2.text.warnings': string;
|
|
334
|
+
'pisell2.text.order-notes': string;
|
|
335
|
+
'pisell2.text.add-order-notes': string;
|
|
336
|
+
'pisell2.text.add-internal-notes': string;
|
|
337
|
+
'pisell2.text.add-notes': string;
|
|
338
|
+
'pisell2.text.notes': string;
|
|
339
|
+
'pisell2.text.new-appointment': string;
|
|
340
|
+
'pisell2.text.enroll.detail': string;
|
|
341
|
+
'pisell2.text.add-products-successfully': string;
|
|
342
|
+
'pisell2.text.refund': string;
|
|
343
|
+
'pisell2.text.refund-amount': string;
|
|
344
|
+
'pisell2.text.add': string;
|
|
345
|
+
'pisell2.text.created-successfully': string;
|
|
346
|
+
'pisell2.text.edit-successfully': string;
|
|
347
|
+
'pisell2.text.appointment-updated': string;
|
|
348
|
+
'pisell2.text.updated': string;
|
|
349
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
350
|
+
'pisell2.text.day': (val: number) => string;
|
|
351
|
+
'pisell2.text.min': string;
|
|
352
|
+
'pisell2.text.h': string;
|
|
353
|
+
'pisell2.text.other': string;
|
|
354
|
+
'pisell2.text.forms': string;
|
|
355
|
+
'pisell2.text.load-more': string;
|
|
356
|
+
'pisell2.text.status.new': string;
|
|
357
|
+
'pisell2.text.status.confirmed': string;
|
|
358
|
+
'pisell2.text.status.arrived': string;
|
|
359
|
+
'pisell2.text.status.started': string;
|
|
360
|
+
'pisell2.text.status.cancelled': string;
|
|
361
|
+
'pisell2.text.status.no_show': string;
|
|
362
|
+
'pisell2.text.status.completed': string;
|
|
363
|
+
'pisell2.text.status.booking_id': string;
|
|
364
|
+
'pisell2.text.status.no-discount': string;
|
|
365
|
+
'pisell2.text.status.manual': string;
|
|
366
|
+
"pisell2.text.status.service-error-1": string;
|
|
367
|
+
"pisell2.text.status.service-error-2": string;
|
|
368
|
+
"pisell2.text.status.service-error-3": string;
|
|
369
|
+
'pisell2.text.status.order-notes': string;
|
|
370
|
+
'pisell2.text.status.edit-note': string;
|
|
371
|
+
'pisell2.text.status.remove-note': string;
|
|
372
|
+
'pisell2.text.status.add-note': string;
|
|
373
|
+
'pisell2.text.status.from-system-add': string;
|
|
374
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
375
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
376
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
377
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
378
|
+
"pisell2.text.status.internal-notes": string;
|
|
379
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
380
|
+
'pisell2.text.add-form-successfully': string;
|
|
381
|
+
'pisell2.text.payments': string;
|
|
382
|
+
'pisell2.text.select-a-customer': string;
|
|
383
|
+
'pisell2.text.customerpay': string;
|
|
384
|
+
'pisell2.text.paid': string;
|
|
385
|
+
'pisell2.text.voided_pay': string;
|
|
386
|
+
'pisell2.text.processing_pay': string;
|
|
387
|
+
'pisell2.text.surcharge': string;
|
|
388
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
389
|
+
'pisell1.text.edit-status-success': string;
|
|
390
|
+
'pisell1.text.fully-paid': string;
|
|
391
|
+
'pisell1.text.refund-customer': string;
|
|
392
|
+
'pisell1.text.not-contain': string;
|
|
393
|
+
'pisell1.text.included': string;
|
|
394
|
+
'pisell1.text.subtotal': string;
|
|
395
|
+
'pisell1.text.tax': string;
|
|
396
|
+
'pisell1.text.total': string;
|
|
397
|
+
'pisell1.text.rounding': string;
|
|
398
|
+
'pisell1.text.payment-fee': string;
|
|
399
|
+
'pisell1.text.tomorrow': string;
|
|
400
|
+
'pisell1.text.no-addons': string;
|
|
401
|
+
'pisell1.text.no-payments': string;
|
|
402
|
+
'pisell1.text.no-resource': string;
|
|
403
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
404
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
405
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
406
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
407
|
+
'pisell2.text.flexible': string;
|
|
408
|
+
'pisell2.text.order-discount': string;
|
|
409
|
+
'pisell2.text.no-product-added': string;
|
|
410
|
+
'pisell2.text.contacts': string;
|
|
411
|
+
'pisell2.text.add-contacts': string;
|
|
412
|
+
'pisell2.text.edit-profile': string;
|
|
413
|
+
'pisell2.text.remove-contact': string;
|
|
414
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
415
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
416
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
417
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
418
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
419
|
+
'pisell2.text.rebook': string;
|
|
420
|
+
'pisell2.text.now': string;
|
|
421
|
+
'pisell2.text.deposit-list': string;
|
|
422
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
423
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
424
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
425
|
+
'pisell2.text.deposit-order-total': string;
|
|
426
|
+
'pisell2.text.deposit-order-detail': string;
|
|
427
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
428
|
+
'pisell2.text.deposit-order-no': string;
|
|
429
|
+
'pisell2.text.deposit-amount': string;
|
|
430
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
431
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
432
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
433
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
434
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
435
|
+
'pisell2.text.deposit-list-empty': string;
|
|
436
|
+
'pisell2.text.deposit-amount-message': string;
|
|
437
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
438
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
439
|
+
'pisell2.text.deposit-delete': string;
|
|
440
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
441
|
+
'pisell2.text.deposit-delete-message': string;
|
|
442
|
+
'pisell2.text.deposit-paid': string;
|
|
443
|
+
"pisell2.text.stock": string;
|
|
444
|
+
'pisell2.appointment.unuse.stock': string;
|
|
445
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
446
|
+
'pisell2.text.payment-link': string;
|
|
447
|
+
'pisell2.text.send-mail': string;
|
|
448
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
449
|
+
'pisell2.text.ok': string;
|
|
450
|
+
'pisell2.text.terminal-edit-message': string;
|
|
451
|
+
'page.booking.text.add-time': string;
|
|
452
|
+
'page.booking.text.quantity': string;
|
|
453
|
+
'page.booking.text.sales': string;
|
|
454
|
+
'page.booking.text.update-time': string;
|
|
455
|
+
'page.booking.text.add-time-success': string;
|
|
456
|
+
'page.booking.text.unavailable': string;
|
|
457
|
+
'page.booking.text.available': string;
|
|
458
|
+
'page.booking.text.fully-booked': string;
|
|
459
|
+
'page.booking.text.unlimited': string;
|
|
460
|
+
"pisell2.text.actions": string;
|
|
461
|
+
"pisell2.text.add-client": string;
|
|
462
|
+
"pisell2.schedule.tab.all": string;
|
|
463
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
464
|
+
"pisell2.schedule.tab.resources": string;
|
|
465
|
+
"pisell2.schedule.tab.products": string;
|
|
466
|
+
"pisell2.schedule.tab.events": string;
|
|
467
|
+
"pisell2.schedule.tab.quotation": string;
|
|
468
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
469
|
+
'pisell2.text.variant-client-change': string;
|
|
470
|
+
'pisell2.text.variant-client-no-data': string;
|
|
471
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
472
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
473
|
+
customerName: string;
|
|
474
|
+
title: string;
|
|
475
|
+
list: any[];
|
|
476
|
+
}) => string;
|
|
477
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
478
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
479
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
480
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
481
|
+
'page.booking.text.go-to-payments': string;
|
|
482
|
+
'page.booking.text.cancel-only': string;
|
|
483
|
+
'page.booking.text.refund': string;
|
|
484
|
+
'page.booking.text.confirm': string;
|
|
485
|
+
'page.booking.text.go-back': string;
|
|
486
|
+
'page.booking.text.cancel-booking': string;
|
|
487
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
488
|
+
'page.booking.text.disabled-tickets': string;
|
|
489
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
490
|
+
'page.booking.text.please-choose-an-option': string;
|
|
491
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
492
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
493
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
494
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
495
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
496
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
497
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
498
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
499
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
500
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
501
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
502
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
503
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
504
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
505
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
506
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
507
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
508
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
509
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
510
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
511
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
512
|
+
'pisell2.booking.dashboard.default': string;
|
|
513
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
514
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
515
|
+
'pisell2.booking.info.text.clear-cart-modal.title': string;
|
|
516
|
+
'pisell2.booking.info.text.clear-cart-modal.content': string;
|
|
517
|
+
'pisell2.booking.info.text.clear-cart-modal.confirm': string;
|
|
518
|
+
'pisell2.booking.info.text.clear-cart-modal.cancel': string;
|
|
519
|
+
'pisell2.booking.info.text.create-new': string;
|
|
520
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
521
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
522
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
523
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
524
|
+
'pisell2.booking.info.resource.retry': string;
|
|
525
|
+
'pisell2.text.open.items': string;
|
|
526
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
527
|
+
'pisell2.text.no.selected': string;
|
|
528
|
+
'pisell2.text.select.items': string;
|
|
529
|
+
'pisell2.text.edit-select-service': string;
|
|
530
|
+
'pisell2.text.missing.reservation.title': string;
|
|
531
|
+
'pisell2.text.missing.reservation.content': string;
|
|
532
|
+
'pisell2.text.confirm': string;
|
|
533
|
+
'pisell2.text.cancel': string;
|
|
534
|
+
'pisell2.text.change.pet.title': string;
|
|
535
|
+
'pisell2.text.change.pet.content': string;
|
|
536
|
+
'pisell2.text.change.pet.content1': string;
|
|
537
|
+
'pisell2.text.change.pet.confirm': string;
|
|
538
|
+
'pisell2.text.change.pet.cancel': string;
|
|
539
|
+
'pisell2.text.booking-list': string;
|
|
540
|
+
'pisell2.text.edit-booking': string;
|
|
541
|
+
'pisell2.text.email-error-message': string;
|
|
542
|
+
'pisell2.text.phone-required-error-message': string;
|
|
543
|
+
'pisell2.text.email-required-error-message': string;
|
|
544
|
+
'pisell2.text.send-form-reminder': string;
|
|
545
|
+
'pisell2.text.send-sms-reminder': string;
|
|
546
|
+
'pisell2.text.send-email-reminder': string;
|
|
547
|
+
'pisell2.text.send-form-ok': string;
|
|
548
|
+
'pisell2.text.send-form-toast': string;
|
|
549
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
550
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
551
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
552
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
553
|
+
'pisell2.text.goodpass': string;
|
|
554
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
555
|
+
'pisell2.text.goodpass.view-more': string;
|
|
556
|
+
'pisell2.text.goodpass.code': string;
|
|
557
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
558
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
559
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
560
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
561
|
+
'pisell2.text.status.valid': string;
|
|
562
|
+
'pisell2.text.status.expired': string;
|
|
563
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
564
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
565
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
566
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
567
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
568
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
569
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
570
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
571
|
+
};
|
|
572
|
+
'zh-HK': {
|
|
573
|
+
'pisell2.text.refunded-amount': string;
|
|
574
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
575
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
576
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
577
|
+
'pisell2.text.change': string;
|
|
578
|
+
'pisell2.text.addons': string;
|
|
579
|
+
'pisell2.text.select-addons': string;
|
|
580
|
+
'pisell2.text.search': string;
|
|
581
|
+
'pisell2.text.view': string;
|
|
582
|
+
'pisell2.text.edit': string;
|
|
583
|
+
'pisell2.text.remove': string;
|
|
584
|
+
'pisell2.text.apply': string;
|
|
585
|
+
'pisell2.text.to-pay': string;
|
|
586
|
+
'pisell2.text.details': string;
|
|
587
|
+
'pisell2.text.checkout': string;
|
|
588
|
+
'pisell2.text.save': string;
|
|
589
|
+
'pisell2.text.view-all': string;
|
|
590
|
+
'pisell2.text.view-less': string;
|
|
591
|
+
'pisell2.text.add-a': string;
|
|
592
|
+
'pisell2.text.add-another': string;
|
|
593
|
+
'pisell2.text.select': string;
|
|
594
|
+
'pisell2.text.view-profile': string;
|
|
595
|
+
'pisell2.text.change-customer': string;
|
|
596
|
+
'pisell2.text.remove-customer': string;
|
|
597
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
598
|
+
'pisell2.text.select-customer': string;
|
|
599
|
+
'pisell2.text.create-new-customer': string;
|
|
600
|
+
'pisell2.text.filled': string;
|
|
601
|
+
'pisell2.text.not-filled': string;
|
|
602
|
+
'pisell2.text.create-new': string;
|
|
603
|
+
'pisell2.text.add-a-service': string;
|
|
604
|
+
'pisell2.text.add-another-service': string;
|
|
605
|
+
'pisell2.text.select-service': string;
|
|
606
|
+
'pisell2.text.edit-service': string;
|
|
607
|
+
'pisell2.text.price': string;
|
|
608
|
+
'pisell2.text.discount': string;
|
|
609
|
+
'pisell2.text.discount-reason': string;
|
|
610
|
+
'pisell2.text.start_time': string;
|
|
611
|
+
'pisell2.text.end_time': string;
|
|
612
|
+
'pisell2.text.start_date': string;
|
|
613
|
+
'pisell2.text.end_date': string;
|
|
614
|
+
'pisell2.text.quantity': string;
|
|
615
|
+
'pisell2.text.holder': string;
|
|
616
|
+
'pisell2.text.duration': string;
|
|
617
|
+
'pisell2.text.resource': string;
|
|
618
|
+
'pisell2.text.warnings': string;
|
|
619
|
+
'pisell2.text.order-notes': string;
|
|
620
|
+
'pisell2.text.add-order-notes': string;
|
|
621
|
+
'pisell2.text.add-internal-notes': string;
|
|
622
|
+
'pisell2.text.add-notes': string;
|
|
623
|
+
'pisell2.text.notes': string;
|
|
624
|
+
'pisell2.text.new-appointment': string;
|
|
625
|
+
'pisell2.text.enroll.detail': string;
|
|
626
|
+
'pisell2.text.add-products-successfully': string;
|
|
627
|
+
'pisell2.text.add': string;
|
|
628
|
+
'pisell2.text.created-successfully': string;
|
|
629
|
+
'pisell2.text.edit-successfully': string;
|
|
630
|
+
'pisell2.text.appointment-updated': string;
|
|
631
|
+
'pisell2.text.updated': string;
|
|
632
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
633
|
+
'pisell2.text.day': (val: number) => string;
|
|
634
|
+
'pisell2.text.min': string;
|
|
635
|
+
'pisell2.text.h': string;
|
|
636
|
+
'pisell2.text.other': string;
|
|
637
|
+
'pisell2.text.forms': string;
|
|
638
|
+
'pisell2.text.load-more': string;
|
|
639
|
+
'pisell2.text.status.new': string;
|
|
640
|
+
'pisell2.text.status.confirmed': string;
|
|
641
|
+
'pisell2.text.status.arrived': string;
|
|
642
|
+
'pisell2.text.status.started': string;
|
|
643
|
+
'pisell2.text.status.cancelled': string;
|
|
644
|
+
'pisell2.text.status.no_show': string;
|
|
645
|
+
'pisell2.text.status.completed': string;
|
|
646
|
+
'pisell2.text.status.booking_id': string;
|
|
647
|
+
'pisell2.text.status.no-discount': string;
|
|
648
|
+
'pisell2.text.status.manual': string;
|
|
649
|
+
"pisell2.text.status.service-error-1": string;
|
|
650
|
+
"pisell2.text.status.service-error-2": string;
|
|
651
|
+
"pisell2.text.status.service-error-3": string;
|
|
652
|
+
'pisell2.text.status.order-notes': string;
|
|
653
|
+
'pisell2.text.status.edit-note': string;
|
|
654
|
+
'pisell2.text.status.remove-note': string;
|
|
655
|
+
'pisell2.text.status.add-note': string;
|
|
656
|
+
'pisell2.text.status.from-system-add': string;
|
|
657
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
658
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
659
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
660
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
661
|
+
"pisell2.text.status.internal-notes": string;
|
|
662
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
663
|
+
'pisell2.text.add-form-successfully': string;
|
|
664
|
+
'pisell2.text.payments': string;
|
|
665
|
+
'pisell2.text.refund': string;
|
|
666
|
+
'pisell2.text.refund-amount': string;
|
|
667
|
+
'pisell2.text.select-a-customer': string;
|
|
668
|
+
'pisell2.text.customerpay': string;
|
|
669
|
+
'pisell2.text.paid': string;
|
|
670
|
+
'pisell2.text.voided_pay': string;
|
|
671
|
+
'pisell2.text.processing_pay': string;
|
|
672
|
+
'pisell2.text.surcharge': string;
|
|
673
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
674
|
+
'pisell1.text.edit-status-success': string;
|
|
675
|
+
'pisell1.text.fully-paid': string;
|
|
676
|
+
'pisell1.text.refund-customer': string;
|
|
677
|
+
'pisell1.text.not-contain': string;
|
|
678
|
+
'pisell1.text.included': string;
|
|
679
|
+
'pisell1.text.subtotal': string;
|
|
680
|
+
'pisell1.text.tax': string;
|
|
681
|
+
'pisell1.text.total': string;
|
|
682
|
+
'pisell1.text.rounding': string;
|
|
683
|
+
'pisell1.text.payment-fee': string;
|
|
684
|
+
'pisell1.text.tomorrow': string;
|
|
685
|
+
'pisell1.text.no-addons': string;
|
|
686
|
+
'pisell1.text.no-payments': string;
|
|
687
|
+
'pisell1.text.no-resource': string;
|
|
688
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
689
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
690
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
691
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
692
|
+
'pisell2.text.flexible': string;
|
|
693
|
+
'pisell2.text.order-discount': string;
|
|
694
|
+
'pisell2.text.no-product-added': string;
|
|
695
|
+
'pisell2.text.contacts': string;
|
|
696
|
+
'pisell2.text.add-contacts': string;
|
|
697
|
+
'pisell2.text.edit-profile': string;
|
|
698
|
+
'pisell2.text.remove-contact': string;
|
|
699
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
700
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
701
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
702
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
703
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
704
|
+
'pisell2.text.rebook': string;
|
|
705
|
+
'pisell2.text.now': string;
|
|
706
|
+
'pisell2.text.deposit-list': string;
|
|
707
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
708
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
709
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
710
|
+
'pisell2.text.deposit-order-total': string;
|
|
711
|
+
'pisell2.text.deposit-order-detail': string;
|
|
712
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
713
|
+
'pisell2.text.deposit-order-no': string;
|
|
714
|
+
'pisell2.text.deposit-amount': string;
|
|
715
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
716
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
717
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
718
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
719
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
720
|
+
'pisell2.text.deposit-list-empty': string;
|
|
721
|
+
'pisell2.text.deposit-amount-message': string;
|
|
722
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
723
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
724
|
+
'pisell2.text.deposit-delete': string;
|
|
725
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
726
|
+
'pisell2.text.deposit-delete-message': string;
|
|
727
|
+
'pisell2.text.deposit-paid': string;
|
|
728
|
+
"pisell2.text.stock": string;
|
|
729
|
+
'pisell2.appointment.unuse.stock': string;
|
|
730
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
731
|
+
'pisell2.text.payment-link': string;
|
|
732
|
+
'pisell2.text.send-mail': string;
|
|
733
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
734
|
+
'pisell2.text.ok': string;
|
|
735
|
+
'pisell2.text.terminal-edit-message': string;
|
|
736
|
+
'page.booking.text.add-time': string;
|
|
737
|
+
'page.booking.text.quantity': string;
|
|
738
|
+
'page.booking.text.sales': string;
|
|
739
|
+
'page.booking.text.update-time': string;
|
|
740
|
+
'page.booking.text.add-time-success': string;
|
|
741
|
+
'page.booking.text.unavailable': string;
|
|
742
|
+
'page.booking.text.available': string;
|
|
743
|
+
'page.booking.text.fully-booked': string;
|
|
744
|
+
'page.booking.text.unlimited': string;
|
|
745
|
+
"pisell2.text.actions": string;
|
|
746
|
+
"pisell2.text.add-client": string;
|
|
747
|
+
"pisell2.schedule.tab.all": string;
|
|
748
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
749
|
+
"pisell2.schedule.tab.resources": string;
|
|
750
|
+
"pisell2.schedule.tab.products": string;
|
|
751
|
+
"pisell2.schedule.tab.events": string;
|
|
752
|
+
"pisell2.schedule.tab.quotation": string;
|
|
753
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
754
|
+
'pisell2.text.variant-client-change': string;
|
|
755
|
+
'pisell2.text.variant-client-no-data': string;
|
|
756
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
757
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
758
|
+
customerName: string;
|
|
759
|
+
title: string;
|
|
760
|
+
list: any[];
|
|
761
|
+
}) => string;
|
|
762
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
763
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
764
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
765
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
766
|
+
'page.booking.text.go-to-payments': string;
|
|
767
|
+
'page.booking.text.cancel-only': string;
|
|
768
|
+
'page.booking.text.refund': string;
|
|
769
|
+
'page.booking.text.confirm': string;
|
|
770
|
+
'page.booking.text.go-back': string;
|
|
771
|
+
'page.booking.text.cancel-booking': string;
|
|
772
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
773
|
+
'page.booking.text.disabled-tickets': string;
|
|
774
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
775
|
+
'page.booking.text.please-choose-an-option': string;
|
|
776
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
777
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
778
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
779
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
780
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
781
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
782
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
783
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
784
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
785
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
786
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
787
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
788
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
789
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
790
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
791
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
792
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
793
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
794
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
795
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
796
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
797
|
+
'pisell2.booking.dashboard.default': string;
|
|
798
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
799
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
800
|
+
'pisell2.booking.info.text.clear-cart-modal.title': string;
|
|
801
|
+
'pisell2.booking.info.text.clear-cart-modal.content': string;
|
|
802
|
+
'pisell2.booking.info.text.clear-cart-modal.confirm': string;
|
|
803
|
+
'pisell2.booking.info.text.clear-cart-modal.cancel': string;
|
|
804
|
+
'pisell2.booking.info.text.create-new': string;
|
|
805
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
806
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
807
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
808
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
809
|
+
'pisell2.booking.info.resource.retry': string;
|
|
810
|
+
'pisell2.text.open.items': string;
|
|
811
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
812
|
+
'pisell2.text.no.selected': string;
|
|
813
|
+
'pisell2.text.select.items': string;
|
|
814
|
+
'pisell2.text.edit-select-service': string;
|
|
815
|
+
'pisell2.text.missing.reservation.title': string;
|
|
816
|
+
'pisell2.text.missing.reservation.content': string;
|
|
817
|
+
'pisell2.text.confirm': string;
|
|
818
|
+
'pisell2.text.cancel': string;
|
|
819
|
+
'pisell2.text.change.pet.title': string;
|
|
820
|
+
'pisell2.text.change.pet.content': string;
|
|
821
|
+
'pisell2.text.change.pet.content1': string;
|
|
822
|
+
'pisell2.text.change.pet.confirm': string;
|
|
823
|
+
'pisell2.text.change.pet.cancel': string;
|
|
824
|
+
'pisell2.text.booking-list': string;
|
|
825
|
+
'pisell2.text.edit-booking': string;
|
|
826
|
+
'pisell2.text.email-error-message': string;
|
|
827
|
+
'pisell2.text.phone-required-error-message': string;
|
|
828
|
+
'pisell2.text.email-required-error-message': string;
|
|
829
|
+
'pisell2.text.send-form-reminder': string;
|
|
830
|
+
'pisell2.text.send-sms-reminder': string;
|
|
831
|
+
'pisell2.text.send-email-reminder': string;
|
|
832
|
+
'pisell2.text.send-form-ok': string;
|
|
833
|
+
'pisell2.text.send-form-toast': string;
|
|
834
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
835
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
836
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
837
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
838
|
+
'pisell2.text.goodpass': string;
|
|
839
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
840
|
+
'pisell2.text.goodpass.view-more': string;
|
|
841
|
+
'pisell2.text.goodpass.code': string;
|
|
842
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
843
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
844
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
845
|
+
'pisell2.text.goodpass.code-invalid-expired': string;
|
|
846
|
+
'pisell2.text.status.valid': string;
|
|
847
|
+
'pisell2.text.status.expired': string;
|
|
848
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
849
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
850
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
851
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
852
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
853
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
854
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
855
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
856
|
+
};
|
|
857
|
+
ja: {
|
|
858
|
+
'pisell2.text.select-addons': string;
|
|
859
|
+
'pisell2.text.addons': string;
|
|
860
|
+
'pisell2.text.search': string;
|
|
861
|
+
'pisell2.text.view': string;
|
|
862
|
+
'pisell2.text.edit': string;
|
|
863
|
+
'pisell2.text.remove': string;
|
|
864
|
+
'pisell2.text.apply': string;
|
|
865
|
+
'pisell2.text.to-pay': string;
|
|
866
|
+
'pisell2.text.details': string;
|
|
867
|
+
'pisell2.text.checkout': string;
|
|
868
|
+
'pisell2.text.save': string;
|
|
869
|
+
'pisell2.text.view-all': string;
|
|
870
|
+
'pisell2.text.view-less': string;
|
|
871
|
+
'pisell2.text.add-a': string;
|
|
872
|
+
'pisell2.text.add-another': string;
|
|
873
|
+
'pisell2.text.select': string;
|
|
874
|
+
'pisell2.text.view-profile': string;
|
|
875
|
+
'pisell2.text.change-customer': string;
|
|
876
|
+
'pisell2.text.remove-customer': string;
|
|
877
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
878
|
+
'pisell2.text.select-customer': string;
|
|
879
|
+
'pisell2.text.create-new-customer': string;
|
|
880
|
+
'pisell2.text.filled': string;
|
|
881
|
+
'pisell2.text.not-filled': string;
|
|
882
|
+
'pisell2.text.create-new': string;
|
|
883
|
+
'pisell2.text.add-a-service': string;
|
|
884
|
+
'pisell2.text.add-another-service': string;
|
|
885
|
+
'pisell2.text.select-service': string;
|
|
886
|
+
'pisell2.text.edit-service': string;
|
|
887
|
+
'pisell2.text.price': string;
|
|
888
|
+
'pisell2.text.discount': string;
|
|
889
|
+
'pisell2.text.discount-reason': string;
|
|
890
|
+
'pisell2.text.start_time': string;
|
|
891
|
+
'pisell2.text.duration': string;
|
|
892
|
+
'pisell2.text.resource': string;
|
|
893
|
+
'pisell2.text.end_time': string;
|
|
894
|
+
'pisell2.text.start_date': string;
|
|
895
|
+
'pisell2.text.end_date': string;
|
|
896
|
+
'pisell2.text.quantity': string;
|
|
897
|
+
'pisell2.text.holder': string;
|
|
898
|
+
'pisell2.text.warnings': string;
|
|
899
|
+
'pisell2.text.order-notes': string;
|
|
900
|
+
'pisell2.text.add-order-notes': string;
|
|
901
|
+
'pisell2.text.add-internal-notes': string;
|
|
902
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
903
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
904
|
+
'pisell2.text.skip-for-now': string;
|
|
905
|
+
'pisell2.text.add-notes': string;
|
|
906
|
+
'pisell2.text.notes': string;
|
|
907
|
+
'pisell2.text.new-appointment': string;
|
|
908
|
+
'pisell2.text.enroll.detail': string;
|
|
909
|
+
'pisell2.text.add-products-successfully': string;
|
|
910
|
+
'pisell2.text.add': string;
|
|
911
|
+
'pisell2.text.created-successfully': string;
|
|
912
|
+
'pisell2.text.edit-successfully': string;
|
|
913
|
+
'pisell2.text.updated': string;
|
|
914
|
+
'pisell2.text.appointment-updated': string;
|
|
915
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
916
|
+
'pisell2.text.day': (val: number) => string;
|
|
917
|
+
'pisell2.text.min': string;
|
|
918
|
+
'pisell2.text.h': string;
|
|
919
|
+
'pisell2.text.other': string;
|
|
920
|
+
'pisell2.text.forms': string;
|
|
921
|
+
'pisell2.text.load-more': string;
|
|
922
|
+
'pisell2.text.status.new': string;
|
|
923
|
+
'pisell2.text.status.confirmed': string;
|
|
924
|
+
'pisell2.text.status.arrived': string;
|
|
925
|
+
'pisell2.text.status.started': string;
|
|
926
|
+
'pisell2.text.status.cancelled': string;
|
|
927
|
+
'pisell2.text.status.no_show': string;
|
|
928
|
+
'pisell2.text.status.completed': string;
|
|
929
|
+
'pisell2.text.status.booking_id': string;
|
|
930
|
+
'pisell2.text.status.no-discount': string;
|
|
931
|
+
'pisell2.text.status.manual': string;
|
|
932
|
+
'pisell2.text.status.service-error-1': string;
|
|
933
|
+
'pisell2.text.status.service-error-2': string;
|
|
934
|
+
'pisell2.text.status.service-error-3': string;
|
|
935
|
+
'pisell2.text.status.order-notes': string;
|
|
936
|
+
'pisell2.text.status.edit-note': string;
|
|
937
|
+
'pisell2.text.status.remove-note': string;
|
|
938
|
+
'pisell2.text.status.add-note': string;
|
|
939
|
+
'pisell2.text.status.from-system-add': string;
|
|
940
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
941
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
942
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
943
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
944
|
+
"pisell2.text.status.internal-notes": string;
|
|
945
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
946
|
+
'pisell2.text.add-form-successfully': string;
|
|
947
|
+
'pisell2.text.payments': string;
|
|
948
|
+
'pisell2.text.refund': string;
|
|
949
|
+
'pisell2.text.refund-amount': string;
|
|
950
|
+
'pisell2.text.select-a-customer': string;
|
|
951
|
+
'pisell2.text.customerpay': string;
|
|
952
|
+
'pisell2.text.paid': string;
|
|
953
|
+
'pisell2.text.voided_pay': string;
|
|
954
|
+
'pisell2.text.processing_pay': string;
|
|
955
|
+
'pisell2.text.surcharge': string;
|
|
956
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
957
|
+
'pisell1.text.edit-status-success': string;
|
|
958
|
+
'pisell1.text.fully-paid': string;
|
|
959
|
+
'pisell1.text.refund-customer': string;
|
|
960
|
+
'pisell1.text.not-contain': string;
|
|
961
|
+
'pisell1.text.included': string;
|
|
962
|
+
'pisell1.text.subtotal': string;
|
|
963
|
+
'pisell1.text.tax': string;
|
|
964
|
+
'pisell1.text.total': string;
|
|
965
|
+
'pisell1.text.rounding': string;
|
|
966
|
+
'pisell1.text.payment-fee': string;
|
|
967
|
+
'pisell1.text.tomorrow': string;
|
|
968
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
969
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
970
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
971
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
972
|
+
'pisell1.text.no-addons': string;
|
|
973
|
+
'pisell1.text.no-resource': string;
|
|
974
|
+
'pisell1.text.no-payments': string;
|
|
975
|
+
'pisell2.text.change': string;
|
|
976
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
977
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
978
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
979
|
+
'pisell2.text.refunded-amount': string;
|
|
980
|
+
'pisell2.text.flexible': string;
|
|
981
|
+
'pisell2.text.order-discount': string;
|
|
982
|
+
'pisell2.text.no-product-added': string;
|
|
983
|
+
'pisell2.text.contacts': string;
|
|
984
|
+
'pisell2.text.add-contacts': string;
|
|
985
|
+
'pisell2.text.edit-profile': string;
|
|
986
|
+
'pisell2.text.remove-contact': string;
|
|
987
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
988
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
989
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
990
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
991
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
992
|
+
'pisell2.text.rebook': string;
|
|
993
|
+
'pisell2.text.now': string;
|
|
994
|
+
'pisell2.text.deposit-list': string;
|
|
995
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
996
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
997
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
998
|
+
'pisell2.text.deposit-order-total': string;
|
|
999
|
+
'pisell2.text.deposit-order-detail': string;
|
|
1000
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
1001
|
+
'pisell2.text.deposit-order-no': string;
|
|
1002
|
+
'pisell2.text.deposit-amount': string;
|
|
1003
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
1004
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
1005
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
1006
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
1007
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
1008
|
+
'pisell2.text.deposit-list-empty': string;
|
|
1009
|
+
'pisell2.text.deposit-amount-message': string;
|
|
1010
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
1011
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1012
|
+
'pisell2.text.deposit-delete': string;
|
|
1013
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1014
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1015
|
+
'pisell2.text.deposit-paid': string;
|
|
1016
|
+
"pisell2.text.stock": string;
|
|
1017
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1018
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1019
|
+
'pisell2.text.payment-link': string;
|
|
1020
|
+
'pisell2.text.send-mail': string;
|
|
1021
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1022
|
+
'pisell2.text.ok': string;
|
|
1023
|
+
'page.booking.text.add-time': string;
|
|
1024
|
+
'page.booking.text.quantity': string;
|
|
1025
|
+
'page.booking.text.sales': string;
|
|
1026
|
+
'page.booking.text.update-time': string;
|
|
1027
|
+
'page.booking.text.add-time-success': string;
|
|
1028
|
+
'page.booking.text.unavailable': string;
|
|
1029
|
+
'page.booking.text.available': string;
|
|
1030
|
+
'page.booking.text.fully-booked': string;
|
|
1031
|
+
'page.booking.text.unlimited': string;
|
|
1032
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1033
|
+
"pisell2.text.actions": string;
|
|
1034
|
+
"pisell2.text.add-client": string;
|
|
1035
|
+
"pisell2.schedule.tab.all": string;
|
|
1036
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1037
|
+
"pisell2.schedule.tab.resources": string;
|
|
1038
|
+
"pisell2.schedule.tab.products": string;
|
|
1039
|
+
"pisell2.schedule.tab.events": string;
|
|
1040
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1041
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1042
|
+
'pisell2.text.variant-client-change': string;
|
|
1043
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1044
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1045
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1046
|
+
customerName: string;
|
|
1047
|
+
title: string;
|
|
1048
|
+
list: any[];
|
|
1049
|
+
}) => string;
|
|
1050
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1051
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1052
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1053
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1054
|
+
'page.booking.text.go-to-payments': string;
|
|
1055
|
+
'page.booking.text.cancel-only': string;
|
|
1056
|
+
'page.booking.text.refund': string;
|
|
1057
|
+
'page.booking.text.confirm': string;
|
|
1058
|
+
'page.booking.text.go-back': string;
|
|
1059
|
+
'page.booking.text.undo': string;
|
|
1060
|
+
'page.booking.text.cancel-booking': string;
|
|
1061
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1062
|
+
'page.booking.text.disabled-tickets': string;
|
|
1063
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1064
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1065
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1066
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1067
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1068
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1069
|
+
'page.booking.text.holder.length-error': string;
|
|
1070
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1071
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1072
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1073
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1074
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1075
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1076
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1077
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1078
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1079
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1080
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1081
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1082
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1083
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1084
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1085
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1086
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1087
|
+
'pisell2.booking.dashboard.default': string;
|
|
1088
|
+
'pisell2.booking.info.text.clear': string;
|
|
1089
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1090
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1091
|
+
'pisell2.booking.info.text.clear-cart-modal.title': string;
|
|
1092
|
+
'pisell2.booking.info.text.clear-cart-modal.content': string;
|
|
1093
|
+
'pisell2.booking.info.text.clear-cart-modal.confirm': string;
|
|
1094
|
+
'pisell2.booking.info.text.clear-cart-modal.cancel': string;
|
|
1095
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1096
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1097
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1098
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1099
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1100
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1101
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1102
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1103
|
+
'pisell2.text.open.items': string;
|
|
1104
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1105
|
+
'pisell2.text.no.selected': string;
|
|
1106
|
+
'pisell2.text.select.items': string;
|
|
1107
|
+
'pisell2.text.edit-select-service': string;
|
|
1108
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1109
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1110
|
+
'pisell2.text.confirm': string;
|
|
1111
|
+
'pisell2.text.cancel': string;
|
|
1112
|
+
'pisell2.text.close-confirm-message': string;
|
|
1113
|
+
'pisell2.action-buttons.clear': string;
|
|
1114
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1115
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1116
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1117
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1118
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1119
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1120
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1121
|
+
'pisell2.customise-item.modal-title': string;
|
|
1122
|
+
'pisell2.customise-item.product-name': string;
|
|
1123
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1124
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1125
|
+
'pisell2.customise-item.sell-price': string;
|
|
1126
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1127
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1128
|
+
'pisell2.customise-item.save': string;
|
|
1129
|
+
'pisell2.customise-item.save-success': string;
|
|
1130
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1131
|
+
'pisell2.subtotal.total': string;
|
|
1132
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1133
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1134
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1135
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1136
|
+
'pisell2.voucher-modal.title': string;
|
|
1137
|
+
'pisell2.text.change.pet.title': string;
|
|
1138
|
+
'pisell2.text.change.pet.content': string;
|
|
1139
|
+
'pisell2.text.change.pet.content1': string;
|
|
1140
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1141
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1142
|
+
'pisell2.text.booking-list': string;
|
|
1143
|
+
'pisell2.text.edit-booking': string;
|
|
1144
|
+
'pisell2.text.email-error-message': string;
|
|
1145
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1146
|
+
'pisell2.text.email-required-error-message': string;
|
|
1147
|
+
'pisell2.text.send-form-reminder': string;
|
|
1148
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1149
|
+
'pisell2.text.send-email-reminder': string;
|
|
1150
|
+
'pisell2.text.send-form-ok': string;
|
|
1151
|
+
'pisell2.text.send-form-toast': string;
|
|
1152
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1153
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1154
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1155
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1156
|
+
'pisell2.text.goodpass': string;
|
|
1157
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1158
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1159
|
+
'pisell2.text.goodpass.code': string;
|
|
1160
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1161
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1162
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1163
|
+
'pisell2.text.status.valid': string;
|
|
1164
|
+
'pisell2.text.status.expired': string;
|
|
1165
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1166
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1167
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1168
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1169
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1170
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1171
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1172
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1173
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1174
|
+
};
|
|
1175
|
+
pt: {
|
|
1176
|
+
'pisell2.text.select-addons': string;
|
|
1177
|
+
'pisell2.text.addons': string;
|
|
1178
|
+
'pisell2.text.search': string;
|
|
1179
|
+
'pisell2.text.view': string;
|
|
1180
|
+
'pisell2.text.edit': string;
|
|
1181
|
+
'pisell2.text.remove': string;
|
|
1182
|
+
'pisell2.text.apply': string;
|
|
1183
|
+
'pisell2.text.to-pay': string;
|
|
1184
|
+
'pisell2.text.details': string;
|
|
1185
|
+
'pisell2.text.checkout': string;
|
|
1186
|
+
'pisell2.text.save': string;
|
|
1187
|
+
'pisell2.text.view-all': string;
|
|
1188
|
+
'pisell2.text.view-less': string;
|
|
1189
|
+
'pisell2.text.add-a': string;
|
|
1190
|
+
'pisell2.text.add-another': string;
|
|
1191
|
+
'pisell2.text.select': string;
|
|
1192
|
+
'pisell2.text.view-profile': string;
|
|
1193
|
+
'pisell2.text.change-customer': string;
|
|
1194
|
+
'pisell2.text.remove-customer': string;
|
|
1195
|
+
'pisell2.text.leave-empty-for-walk-in': string;
|
|
1196
|
+
'pisell2.text.select-customer': string;
|
|
1197
|
+
'pisell2.text.create-new-customer': string;
|
|
1198
|
+
'pisell2.text.filled': string;
|
|
1199
|
+
'pisell2.text.not-filled': string;
|
|
1200
|
+
'pisell2.text.create-new': string;
|
|
1201
|
+
'pisell2.text.add-a-service': string;
|
|
1202
|
+
'pisell2.text.add-another-service': string;
|
|
1203
|
+
'pisell2.text.select-service': string;
|
|
1204
|
+
'pisell2.text.edit-service': string;
|
|
1205
|
+
'pisell2.text.price': string;
|
|
1206
|
+
'pisell2.text.discount': string;
|
|
1207
|
+
'pisell2.text.discount-reason': string;
|
|
1208
|
+
'pisell2.text.start_time': string;
|
|
1209
|
+
'pisell2.text.duration': string;
|
|
1210
|
+
'pisell2.text.resource': string;
|
|
1211
|
+
'pisell2.text.end_time': string;
|
|
1212
|
+
'pisell2.text.start_date': string;
|
|
1213
|
+
'pisell2.text.end_date': string;
|
|
1214
|
+
'pisell2.text.quantity': string;
|
|
1215
|
+
'pisell2.text.holder': string;
|
|
1216
|
+
'pisell2.text.warnings': string;
|
|
1217
|
+
'pisell2.text.order-notes': string;
|
|
1218
|
+
'pisell2.text.add-order-notes': string;
|
|
1219
|
+
'pisell2.text.add-internal-notes': string;
|
|
1220
|
+
'pisell2.text.holder-unassigned': (count: number) => string;
|
|
1221
|
+
'pisell2.text.press-card-assign-holder': string;
|
|
1222
|
+
'pisell2.text.skip-for-now': string;
|
|
1223
|
+
'pisell2.text.add-notes': string;
|
|
1224
|
+
'pisell2.text.notes': string;
|
|
1225
|
+
'pisell2.text.new-appointment': string;
|
|
1226
|
+
'pisell2.text.enroll.detail': string;
|
|
1227
|
+
'pisell2.text.add-products-successfully': string;
|
|
1228
|
+
'pisell2.text.add': string;
|
|
1229
|
+
'pisell2.text.created-successfully': string;
|
|
1230
|
+
'pisell2.text.edit-successfully': string;
|
|
1231
|
+
'pisell2.text.updated': string;
|
|
1232
|
+
'pisell2.text.appointment-updated': string;
|
|
1233
|
+
'pisell2.text.please-create-an-appointment-first': string;
|
|
1234
|
+
'pisell2.text.day': (val: number) => string;
|
|
1235
|
+
'pisell2.text.min': string;
|
|
1236
|
+
'pisell2.text.h': string;
|
|
1237
|
+
'pisell2.text.other': string;
|
|
1238
|
+
'pisell2.text.forms': string;
|
|
1239
|
+
'pisell2.text.load-more': string;
|
|
1240
|
+
'pisell2.text.status.new': string;
|
|
1241
|
+
'pisell2.text.status.confirmed': string;
|
|
1242
|
+
'pisell2.text.status.arrived': string;
|
|
1243
|
+
'pisell2.text.status.started': string;
|
|
1244
|
+
'pisell2.text.status.cancelled': string;
|
|
1245
|
+
'pisell2.text.status.no_show': string;
|
|
1246
|
+
'pisell2.text.status.completed': string;
|
|
1247
|
+
'pisell2.text.status.booking_id': string;
|
|
1248
|
+
'pisell2.text.status.no-discount': string;
|
|
1249
|
+
'pisell2.text.status.manual': string;
|
|
1250
|
+
'pisell2.text.status.service-error-1': string;
|
|
1251
|
+
'pisell2.text.status.service-error-2': string;
|
|
1252
|
+
'pisell2.text.status.service-error-3': string;
|
|
1253
|
+
'pisell2.text.status.order-notes': string;
|
|
1254
|
+
'pisell2.text.status.edit-note': string;
|
|
1255
|
+
'pisell2.text.status.remove-note': string;
|
|
1256
|
+
'pisell2.text.status.add-note': string;
|
|
1257
|
+
'pisell2.text.status.from-system-add': string;
|
|
1258
|
+
'pisell2.text.status.add-note-successfully': string;
|
|
1259
|
+
'pisell2.text.status.remove-note-successfully': string;
|
|
1260
|
+
'pisell2.text.status.edit-note-successfully': string;
|
|
1261
|
+
'pisell2.text.status.notes-for-customer': string;
|
|
1262
|
+
"pisell2.text.status.internal-notes": string;
|
|
1263
|
+
'pisell2.text.status.visible-only-to-your-team-members': string;
|
|
1264
|
+
'pisell2.text.add-form-successfully': string;
|
|
1265
|
+
'pisell2.text.payments': string;
|
|
1266
|
+
'pisell2.text.refund': string;
|
|
1267
|
+
'pisell2.text.refund-amount': string;
|
|
1268
|
+
'pisell2.text.select-a-customer': string;
|
|
1269
|
+
'pisell2.text.customerpay': string;
|
|
1270
|
+
'pisell2.text.paid': string;
|
|
1271
|
+
'pisell2.text.voided_pay': string;
|
|
1272
|
+
'pisell2.text.processing_pay': string;
|
|
1273
|
+
'pisell2.text.surcharge': string;
|
|
1274
|
+
'pisell2.text.platform.type': (type: string) => string;
|
|
1275
|
+
'pisell1.text.edit-status-success': string;
|
|
1276
|
+
'pisell1.text.fully-paid': string;
|
|
1277
|
+
'pisell1.text.refund-customer': string;
|
|
1278
|
+
'pisell1.text.not-contain': string;
|
|
1279
|
+
'pisell1.text.included': string;
|
|
1280
|
+
'pisell1.text.subtotal': string;
|
|
1281
|
+
'pisell1.text.tax': string;
|
|
1282
|
+
'pisell1.text.total': string;
|
|
1283
|
+
'pisell1.text.rounding': string;
|
|
1284
|
+
'pisell1.text.payment-fee': string;
|
|
1285
|
+
'pisell1.text.tomorrow': string;
|
|
1286
|
+
'pisell1.text.resource-error-message-1': (x: string, y: string) => string;
|
|
1287
|
+
'pisell1.text.resource-error-message-2': (x: string, y: string, z: string) => string;
|
|
1288
|
+
'pisell1.text.resource-error-message-3': (x: string, y: string, z: string) => string;
|
|
1289
|
+
'pisell1.text.resource-error-message-unbound': string;
|
|
1290
|
+
'pisell1.text.no-addons': string;
|
|
1291
|
+
'pisell1.text.no-resource': string;
|
|
1292
|
+
'pisell1.text.no-payments': string;
|
|
1293
|
+
'pisell2.text.change': string;
|
|
1294
|
+
'pisell2.text.please-select-the-customer-first': string;
|
|
1295
|
+
'pisell2.text.amount-paid-on-order': string;
|
|
1296
|
+
'pisell2.text.amount-actually-paid-by-the-customer': string;
|
|
1297
|
+
'pisell2.text.refunded-amount': string;
|
|
1298
|
+
'pisell2.text.flexible': string;
|
|
1299
|
+
'pisell2.text.order-discount': string;
|
|
1300
|
+
'pisell2.text.no-product-added': string;
|
|
1301
|
+
'pisell2.text.contacts': string;
|
|
1302
|
+
'pisell2.text.add-contacts': string;
|
|
1303
|
+
'pisell2.text.edit-profile': string;
|
|
1304
|
+
'pisell2.text.remove-contact': string;
|
|
1305
|
+
'pisell2.text.order.sales.channel.online': string;
|
|
1306
|
+
'pisell2.text.order.sales.channel.pos-terminal': string;
|
|
1307
|
+
'pisell2.text.order.sales.channel.boxcocal': string;
|
|
1308
|
+
'pisell2.text.order.sales.channel.tableorder': string;
|
|
1309
|
+
'pisell2.text.order.sales.channel.reserve': string;
|
|
1310
|
+
'pisell2.text.rebook': string;
|
|
1311
|
+
'pisell2.text.now': string;
|
|
1312
|
+
'pisell2.text.deposit-list': string;
|
|
1313
|
+
'pisell2.text.deposit-item-status-paid': string;
|
|
1314
|
+
'pisell2.text.deposit-item-status-unpaid': string;
|
|
1315
|
+
'pisell2.text.deposit-item-status-partially-paid': string;
|
|
1316
|
+
'pisell2.text.deposit-order-total': string;
|
|
1317
|
+
'pisell2.text.deposit-order-detail': string;
|
|
1318
|
+
'pisell2.text.deposit-collect-deposit': string;
|
|
1319
|
+
'pisell2.text.deposit-order-no': string;
|
|
1320
|
+
'pisell2.text.deposit-amount': string;
|
|
1321
|
+
'pisell2.text.deposit-deposit-amount': string;
|
|
1322
|
+
'pisell2.text.deposit-deposit-paid': string;
|
|
1323
|
+
'pisell2.text.deposit-deposit-paid-due': string;
|
|
1324
|
+
'pisell2.text.deposit-deposit-paid-including-surcharge': string;
|
|
1325
|
+
'pisell2.text.deposit-generate-payment-link': string;
|
|
1326
|
+
'pisell2.text.deposit-list-empty': string;
|
|
1327
|
+
'pisell2.text.deposit-amount-message': string;
|
|
1328
|
+
'pisell2.text.deposit-amount-message2': string;
|
|
1329
|
+
'pisell2.text.deposit-amount-message3': string;
|
|
1330
|
+
'pisell2.text.deposit-delete': string;
|
|
1331
|
+
'pisell2.text.deposit-delete-message-title': string;
|
|
1332
|
+
'pisell2.text.deposit-delete-message': string;
|
|
1333
|
+
'pisell2.text.deposit-paid': string;
|
|
1334
|
+
"pisell2.text.stock": string;
|
|
1335
|
+
'pisell2.appointment.unuse.stock': string;
|
|
1336
|
+
'pisell2.appointment.unuse.capacity': (count: number) => string;
|
|
1337
|
+
'pisell2.text.payment-link': string;
|
|
1338
|
+
'pisell2.text.send-mail': string;
|
|
1339
|
+
'pisell2.text.copy-to-clipboard': string;
|
|
1340
|
+
'pisell2.text.ok': string;
|
|
1341
|
+
'page.booking.text.add-time': string;
|
|
1342
|
+
'page.booking.text.quantity': string;
|
|
1343
|
+
'page.booking.text.sales': string;
|
|
1344
|
+
'page.booking.text.update-time': string;
|
|
1345
|
+
'page.booking.text.add-time-success': string;
|
|
1346
|
+
'page.booking.text.unavailable': string;
|
|
1347
|
+
'page.booking.text.available': string;
|
|
1348
|
+
'page.booking.text.fully-booked': string;
|
|
1349
|
+
'page.booking.text.unlimited': string;
|
|
1350
|
+
'pisell2.text.terminal-edit-message': string;
|
|
1351
|
+
"pisell2.text.actions": string;
|
|
1352
|
+
"pisell2.text.add-client": string;
|
|
1353
|
+
"pisell2.schedule.tab.all": string;
|
|
1354
|
+
"pisell2.schedule.tab.surcharge": string;
|
|
1355
|
+
"pisell2.schedule.tab.resources": string;
|
|
1356
|
+
"pisell2.schedule.tab.products": string;
|
|
1357
|
+
"pisell2.schedule.tab.events": string;
|
|
1358
|
+
"pisell2.schedule.tab.quotation": string;
|
|
1359
|
+
"pisell2.schedule.tab.open-hours": string;
|
|
1360
|
+
'pisell2.text.variant-client-change': string;
|
|
1361
|
+
'pisell2.text.variant-client-no-data': string;
|
|
1362
|
+
'page.event.booking.text.duplicate-enrollment': string;
|
|
1363
|
+
'page.event.booking.text.duplicate-enrollment-content': ({ customerName, title, list, }: {
|
|
1364
|
+
customerName: string;
|
|
1365
|
+
title: string;
|
|
1366
|
+
list: any[];
|
|
1367
|
+
}) => string;
|
|
1368
|
+
'page.event.booking.text.duplicate-enrollment-confirm': string;
|
|
1369
|
+
'page.booking.text.unconfirmed-payments': string;
|
|
1370
|
+
'page.booking.text.unconfirmed-payments.msg': string;
|
|
1371
|
+
'page.booking.text.cancel.calendar.msg': string;
|
|
1372
|
+
'page.booking.text.go-to-payments': string;
|
|
1373
|
+
'page.booking.text.cancel-only': string;
|
|
1374
|
+
'page.booking.text.refund': string;
|
|
1375
|
+
'page.booking.text.confirm': string;
|
|
1376
|
+
'page.booking.text.go-back': string;
|
|
1377
|
+
'page.booking.text.undo': string;
|
|
1378
|
+
'page.booking.text.cancel-booking': string;
|
|
1379
|
+
'page.booking.text.cancel-booking.msg': string;
|
|
1380
|
+
'page.booking.text.disabled-tickets': string;
|
|
1381
|
+
'page.booking.text.paid.msg': (x: string) => string;
|
|
1382
|
+
'page.booking.text.please-choose-an-option': string;
|
|
1383
|
+
'page.booking.text.please-choose-an-option-1': string;
|
|
1384
|
+
'page.booking.text.please-choose-an-option-2': string;
|
|
1385
|
+
'page.booking.text.resource.min-length-error': (x: number, y: string) => string;
|
|
1386
|
+
'page.booking.text.resource.check-auto-allocation-tip': string;
|
|
1387
|
+
'page.booking.text.holder.length-error': string;
|
|
1388
|
+
'page.booking.text.price-extra': (origin: string, current: string) => string;
|
|
1389
|
+
'pisell2.booking.dashboard.groups-on-site-now': string;
|
|
1390
|
+
'pisell2.booking.dashboard.groups-on-site-now-tip': string;
|
|
1391
|
+
'pisell2.booking.dashboard.people-on-site-now': string;
|
|
1392
|
+
'pisell2.booking.dashboard.people-on-site-now-tip': string;
|
|
1393
|
+
'pisell2.booking.dashboard.total-visitors-today': string;
|
|
1394
|
+
'pisell2.booking.dashboard.total-visitors-today-tip': string;
|
|
1395
|
+
'pisell2.booking.dashboard.ongoing-visitors': string;
|
|
1396
|
+
'pisell2.booking.dashboard.ongoing-visitors-tip': string;
|
|
1397
|
+
'pisell2.booking.dashboard.upcoming-visitors': string;
|
|
1398
|
+
'pisell2.booking.dashboard.upcoming-visitors-tip': string;
|
|
1399
|
+
'pisell2.booking.dashboard.overdue-visitors': string;
|
|
1400
|
+
'pisell2.booking.dashboard.overdue-visitors-tip': string;
|
|
1401
|
+
'pisell2.booking.dashboard.completed-visitors': string;
|
|
1402
|
+
'pisell2.booking.dashboard.completed-visitors-tip': string;
|
|
1403
|
+
'pisell2.booking.dashboard.departed-visitors': string;
|
|
1404
|
+
'pisell2.booking.dashboard.departed-visitors-tip': string;
|
|
1405
|
+
'pisell2.booking.dashboard.default': string;
|
|
1406
|
+
'pisell2.booking.info.text.clear': string;
|
|
1407
|
+
'pisell2.booking.info.text.clear-cart': string;
|
|
1408
|
+
'pisell2.booking.info.text.clear-all': string;
|
|
1409
|
+
'pisell2.booking.info.text.clear-cart-modal.title': string;
|
|
1410
|
+
'pisell2.booking.info.text.clear-cart-modal.content': string;
|
|
1411
|
+
'pisell2.booking.info.text.clear-cart-modal.confirm': string;
|
|
1412
|
+
'pisell2.booking.info.text.clear-cart-modal.cancel': string;
|
|
1413
|
+
'pisell2.booking.info.text.add-holder': string;
|
|
1414
|
+
'pisell2.booking.info.text.select-holder-title': string;
|
|
1415
|
+
'pisell2.booking.info.text.create-new': string;
|
|
1416
|
+
'pisell2.booking.info.text.form-agreement-yes': string;
|
|
1417
|
+
'pisell2.booking.info.text.form-agreement-no': string;
|
|
1418
|
+
'pisell2.booking.info.resource.warning-title': string;
|
|
1419
|
+
'pisell2.booking.info.resource.warning-content': string;
|
|
1420
|
+
'pisell2.booking.info.resource.retry': string;
|
|
1421
|
+
'pisell2.text.open.items': string;
|
|
1422
|
+
'pisell2.text.cart.of': (val: any) => string;
|
|
1423
|
+
'pisell2.text.no.selected': string;
|
|
1424
|
+
'pisell2.text.select.items': string;
|
|
1425
|
+
'pisell2.text.edit-select-service': string;
|
|
1426
|
+
'pisell2.text.missing.reservation.title': string;
|
|
1427
|
+
'pisell2.text.missing.reservation.content': string;
|
|
1428
|
+
'pisell2.text.confirm': string;
|
|
1429
|
+
'pisell2.text.cancel': string;
|
|
1430
|
+
'pisell2.text.close-confirm-message': string;
|
|
1431
|
+
'pisell2.action-buttons.clear': string;
|
|
1432
|
+
'pisell2.action-buttons.manuel-order': string;
|
|
1433
|
+
'pisell2.action-buttons.customise-item': string;
|
|
1434
|
+
'pisell2.action-buttons.no-items-to-adjust': string;
|
|
1435
|
+
'pisell2.action-buttons.adjust-order-price': string;
|
|
1436
|
+
'pisell2.action-buttons.price-adjusted-success': string;
|
|
1437
|
+
'pisell2.action-buttons.clear-success': string;
|
|
1438
|
+
'pisell2.text.manual-price-adjustment': string;
|
|
1439
|
+
'pisell2.customise-item.modal-title': string;
|
|
1440
|
+
'pisell2.customise-item.product-name': string;
|
|
1441
|
+
'pisell2.customise-item.default-product-name': string;
|
|
1442
|
+
'pisell2.customise-item.vouchers-applicable': string;
|
|
1443
|
+
'pisell2.customise-item.sell-price': string;
|
|
1444
|
+
'pisell2.customise-item.manual-deduction-price': string;
|
|
1445
|
+
'pisell2.customise-item.amount-placeholder': string;
|
|
1446
|
+
'pisell2.customise-item.save': string;
|
|
1447
|
+
'pisell2.customise-item.save-success': string;
|
|
1448
|
+
'pisell2.customise-item.price-required-error': (priceType: string) => string;
|
|
1449
|
+
'pisell2.subtotal.total': string;
|
|
1450
|
+
'pisell2.clear-cart-modal.title': string;
|
|
1451
|
+
'pisell2.clear-cart-modal.clear-items-only': string;
|
|
1452
|
+
'pisell2.clear-cart-modal.clear-all-reset': string;
|
|
1453
|
+
'pisell2.clear-cart-modal.empty-cart-tip': string;
|
|
1454
|
+
'pisell2.voucher-modal.title': string;
|
|
1455
|
+
'pisell2.text.change.pet.title': string;
|
|
1456
|
+
'pisell2.text.change.pet.content': string;
|
|
1457
|
+
'pisell2.text.change.pet.content1': string;
|
|
1458
|
+
'pisell2.text.change.pet.confirm': string;
|
|
1459
|
+
'pisell2.text.change.pet.cancel': string;
|
|
1460
|
+
'pisell2.text.booking-list': string;
|
|
1461
|
+
'pisell2.text.edit-booking': string;
|
|
1462
|
+
'pisell2.text.email-error-message': string;
|
|
1463
|
+
'pisell2.text.phone-required-error-message': string;
|
|
1464
|
+
'pisell2.text.email-required-error-message': string;
|
|
1465
|
+
'pisell2.text.send-form-reminder': string;
|
|
1466
|
+
'pisell2.text.send-sms-reminder': string;
|
|
1467
|
+
'pisell2.text.send-email-reminder': string;
|
|
1468
|
+
'pisell2.text.send-form-ok': string;
|
|
1469
|
+
'pisell2.text.send-form-toast': string;
|
|
1470
|
+
'pisell2.text.send-form-reminder-completed': string;
|
|
1471
|
+
'pisell2.text.send-form-reminder-tooltip': string;
|
|
1472
|
+
'pisell2.text.send-form-reminder-refresh': string;
|
|
1473
|
+
'pisell2.text.send-form-reminder-error-message': string;
|
|
1474
|
+
'pisell2.text.goodpass': string;
|
|
1475
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
1476
|
+
'pisell2.text.goodpass.view-more': string;
|
|
1477
|
+
'pisell2.text.goodpass.code': string;
|
|
1478
|
+
'pisell2.text.goodpass.enter-code': string;
|
|
1479
|
+
'pisell2.text.goodpass.code-invalid': string;
|
|
1480
|
+
'pisell2.text.goodpass.code-invalid-cart': string;
|
|
1481
|
+
'pisell2.text.status.valid': string;
|
|
1482
|
+
'pisell2.text.status.expired': string;
|
|
1483
|
+
'pisell2.text.validity.expired': (str: string) => string;
|
|
1484
|
+
'pisell2.text.validity.expiring_soon': (str: string) => string;
|
|
1485
|
+
'pisell2.text.validity.valid_through': (str: string) => string;
|
|
1486
|
+
'pisell2.text.quotation.product.change.title': string;
|
|
1487
|
+
'pisell2.text.quotation.product.change.describe': string;
|
|
1488
|
+
'pisell2.booking.notes.placeholder': string;
|
|
1489
|
+
'pisell2.text.form.link.to.another.record.more': string;
|
|
1490
|
+
'pisell2.booking.text.contact-info.title': string;
|
|
1491
|
+
'pisell2.booking.text.search-placeholder': string;
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
export default _default;
|