@pisell/private-materials 6.3.113 → 6.3.115
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 +10 -18
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -18
- package/es/components/appointmentBooking/components/Date/state.js +1 -3
- package/es/components/appointmentBooking/locales.js +0 -276
- package/es/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -27
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +9 -17
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/es/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/es/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/es/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/es/components/booking/components/footer/index.js +20 -26
- package/es/components/booking/components/footer/utils.js +4 -4
- package/es/components/booking/editBookingModal/locales.js +0 -12
- package/es/components/booking/editBookingModal/mock.js +0 -22
- package/es/components/booking/hooks/useClearCart.d.ts +1 -1
- package/es/components/booking/hooks/useClearCart.js +9 -39
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -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/service/index.less +2 -4
- package/es/components/booking/info2/service/addService/mock.js +0 -4
- package/es/components/booking/info2/service/editService/index.js +6 -36
- package/es/components/booking/info2/service/editService/utils.js +0 -76
- package/es/components/booking/locales.js +0 -742
- package/es/components/booking/notes/NoteBlock/index.js +2 -3
- package/es/components/eftpos/PairModal/hooks.js +67 -0
- package/es/components/{ecocup/components/AddCustomerModal → eftpos/PairModal}/index.js +189 -159
- package/es/components/eftpos/PairModal/index.less +70 -0
- package/es/components/eftpos/SettlementModal/Action.js +141 -0
- package/es/components/eftpos/SettlementModal/index.js +135 -0
- package/es/components/eftpos/SettlementModal/index.less +33 -0
- package/es/components/eftpos/SettlementModal/serve.js +171 -0
- package/es/components/eftpos/SettlementModal/types.js +35 -0
- package/es/components/eftpos/SettlementModal/utils.js +351 -0
- package/es/components/eftpos/assets/mx51SCI.svg +15 -0
- package/es/components/eftpos/const.js +2 -0
- package/es/components/eftpos/device.js +5 -3
- package/es/components/eftpos/hooks.js +35 -0
- package/es/components/eftpos/index.js +184 -25
- package/es/components/eftpos/index.less +26 -1
- package/es/components/eftpos/locales.js +104 -85
- package/es/components/eftpos/table.js +47 -3
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +125 -0
- package/es/components/eftposPay/aggregatePayment/index.js +3 -0
- package/es/components/eftposPay/aggregatePayment/mock.js +567 -0
- package/es/components/eftposPay/aggregatePayment/service.js +70 -0
- package/es/components/eftposPay/aggregatePayment/types.js +61 -0
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +385 -0
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +1140 -0
- package/es/components/eftposPay/component/fail/failCustom.js +12 -17
- package/es/components/eftposPay/component/fail/index.js +4 -5
- package/es/components/eftposPay/const.js +2 -0
- package/es/components/eftposPay/device.js +36 -208
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/index.js +1 -5
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.js +1 -0
- package/es/components/eftposPay/locales.js +5 -328
- package/es/components/eftposPay/manufacturer.js +4 -0
- package/es/components/eftposPay/mx51/Action.js +139 -0
- package/es/components/eftposPay/mx51/Result.js +46 -0
- package/es/components/eftposPay/mx51/const.js +69 -0
- package/es/components/eftposPay/mx51/index.js +401 -0
- package/es/components/eftposPay/mx51/types.js +30 -0
- package/es/components/eftposPay/mx51/utils.js +121 -0
- package/es/components/eftposPay/pay.js +7 -2
- package/es/components/eftposPay/payo/config.js +0 -1
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/tyro/const.js +1 -1
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/windcave/const.js +1 -1
- package/es/components/eftposPay/windcave/windcave.js +9 -9
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/locales.js +0 -186
- package/es/components/kioskSkuDetail/index.js +10 -39
- package/es/components/kioskSkuDetail/locales.js +3 -24
- package/es/components/login/locales.js +0 -14
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +21 -65
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +18 -46
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +1 -14
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +56 -167
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +33 -260
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +126 -309
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -18
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +145 -167
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
- package/es/components/pay/toC/PaymentMethods/index.js +2 -12
- package/es/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/es/components/pay/toC/index.js +48 -117
- package/es/components/pay/toC/locales.js +12 -381
- package/es/components/pay/toC/serve.js +3 -69
- package/es/components/pay/toC/utils.js +0 -14
- package/es/components/pinModal/locales.js +0 -16
- package/es/components/pinVerifyModal/locales.js +0 -14
- package/es/components/pisellSelectCustomerModal/locales.js +0 -52
- package/es/components/productExtension/locales.js +0 -30
- package/es/components/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/components/productSelect/locales.js +3 -23
- package/es/components/ruleSetting/locales.js +0 -30
- package/es/components/schedules/locales.js +0 -56
- package/es/components/shoppingCart/components/Cart/index.less +0 -1
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/es/components/shoppingCart/hooks/useClearCart.js +11 -41
- package/es/components/shoppingCart/locales.js +0 -24
- package/es/components/stepController/locales.js +0 -20
- package/es/components/subTotal/locales.js +0 -26
- package/es/components/systemSettings/registry/components/ItemModal.js +47 -251
- package/es/components/systemSettings/registry/index.js +16 -20
- package/es/components/systemSettings/registry/index.less +7 -6
- package/es/components/systemSettings/registry/locales.js +3 -274
- package/es/components/taxSelect/locales.js +0 -14
- package/es/components/ticketBooking/locales.js +0 -156
- package/es/components/ticketBooking/utils/formatTime.js +2 -8
- package/es/components/walletList/index.js +0 -10
- package/es/components/walletList/locales.js +0 -16
- package/es/hooks/useEngineContext.js +0 -7
- package/es/hooks/useLocale.js +1 -8
- package/es/index.js +1 -13
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- package/es/plus/contactInfo/locales.js +0 -8
- package/es/plus/contactInfoModal/locales.js +0 -42
- package/es/plus/productSelect/components/pisellPriceText/index.js +4 -8
- package/es/plus/productSelect/locales.js +3 -23
- package/es/plus/saasCreateOrganization/locales.js +0 -8
- package/es/plus/saasLogin/locales.js +0 -32
- package/es/plus/saasRegister/locales.js +0 -76
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/selectHolder/locales.js +0 -18
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +5 -6
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/es/plus/skuOptionsSelection/index.js +2 -2
- package/es/plus/skuOptionsSelection/locales.js +0 -20
- package/es/plus/skuOptionsSelection/store/store.js +1 -2
- package/es/plus/skuOptionsSelection/types.js +0 -4
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +1 -10
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +4 -8
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +2 -8
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/es/plus/walletEditor/locales.js +0 -100
- package/es/plus/walletPassGallery/components/passDetail/index.js +39 -80
- package/es/plus/walletPassGallery/components/passList/index.js +4 -12
- package/es/plus/walletPassGallery/components/recharge/index.js +5 -13
- package/es/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/es/plus/walletPassGallery/components/timelineSection/index.js +2 -19
- package/es/plus/walletPassGallery/index.js +46 -95
- package/es/plus/walletPassGallery/locales.js +3 -216
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/pro/Cards/components/SKUCard/index.js +20 -50
- package/es/pro/Cards/components/SKUCard/index.less +2 -23
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/locales.js +0 -365
- package/es/pro/NumericStepper/index.js +107 -181
- package/es/pro/NumericStepper/index.less +143 -287
- package/es/pro/Selector/BatchSelectorDemo.js +12 -2
- package/es/pro/Selector/Selector.js +30 -39
- package/es/pro/Selector/SelectorGroup.js +1 -5
- package/es/pro/Selector/components/Card/index.js +10 -11
- package/es/pro/Selector/components/Card/index.less +14 -30
- package/es/pro/Selector/components/Indicator/index.js +2 -3
- package/es/pro/Selector/components/Indicator/index.less +13 -16
- package/es/pro/Selector/components/LayoutContainer/index.js +9 -226
- 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 +0 -2
- package/es/pro/Selector/hooks/usePresetProps.js +6 -60
- package/es/pro/Selector/locales.js +0 -58
- package/es/pro/Selector/selector.less +64 -0
- package/es/pro/Selector/selectorGroup.less +1 -9
- package/es/pro/numberKeyboard/locales.js +0 -6
- package/lib/components/appointmentBooking/components/Date/state.js +1 -3
- package/lib/components/appointmentBooking/locales.js +0 -240
- package/lib/components/authentication/admin/AuthMethods/locales.js +0 -164
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +9 -17
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +0 -54
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +0 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +0 -46
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +0 -16
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +2 -10
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +0 -42
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +6 -14
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +0 -24
- package/lib/components/authentication/admin/CustomerAuth/locales.js +0 -42
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +0 -70
- package/lib/components/authentication/admin/DeviceAuth/locales.js +0 -36
- package/lib/components/authentication/admin/OAuthConfig/locales.js +0 -58
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +0 -34
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +0 -30
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +0 -34
- package/lib/components/booking/components/footer/index.js +0 -5
- package/lib/components/booking/components/footer/utils.js +2 -2
- package/lib/components/booking/editBookingModal/locales.js +0 -12
- package/lib/components/booking/editBookingModal/mock.js +0 -22
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -1
- package/lib/components/booking/hooks/useClearCart.js +6 -28
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -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/service/index.less +2 -4
- package/lib/components/booking/info2/service/addService/mock.js +0 -4
- package/lib/components/booking/info2/service/editService/index.js +1 -24
- package/lib/components/booking/info2/service/editService/utils.js +2 -38
- package/lib/components/booking/locales.js +0 -700
- package/lib/components/booking/notes/NoteBlock/index.js +1 -2
- package/lib/components/eftpos/PairModal/hooks.js +70 -0
- package/lib/components/eftpos/PairModal/index.js +197 -0
- package/lib/components/eftpos/PairModal/index.less +70 -0
- package/lib/components/eftpos/SettlementModal/Action.js +153 -0
- package/lib/components/eftpos/SettlementModal/index.js +170 -0
- package/lib/components/eftpos/SettlementModal/index.less +33 -0
- package/lib/{plus/saasAttendance/settings → components/eftpos/SettlementModal}/serve.js +16 -25
- package/lib/components/eftpos/SettlementModal/types.js +43 -0
- package/lib/components/eftpos/SettlementModal/utils.js +248 -0
- package/lib/components/eftpos/assets/mx51SCI.svg +15 -0
- package/lib/components/eftpos/const.js +2 -0
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/hooks.js +30 -0
- package/lib/components/eftpos/index.js +106 -8
- package/lib/components/eftpos/index.less +26 -1
- package/lib/components/eftpos/locales.js +101 -78
- package/lib/components/eftpos/table.js +30 -2
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +152 -0
- package/lib/{plus/clinetSearch/serve.js → components/eftposPay/aggregatePayment/index.js} +10 -11
- package/lib/components/eftposPay/aggregatePayment/mock.js +679 -0
- package/lib/components/eftposPay/aggregatePayment/service.js +81 -0
- package/lib/components/eftposPay/aggregatePayment/types.js +74 -0
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +302 -0
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +755 -0
- package/lib/components/eftposPay/component/fail/failCustom.js +9 -15
- package/lib/components/eftposPay/component/fail/index.js +1 -4
- package/lib/components/eftposPay/const.js +2 -0
- package/lib/components/eftposPay/device.js +23 -108
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/index.js +1 -5
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.js +1 -0
- package/lib/components/eftposPay/locales.js +5 -252
- package/lib/components/eftposPay/manufacturer.js +6 -0
- package/lib/components/eftposPay/mx51/Action.js +152 -0
- package/lib/components/{ecocup/components/MoreDropdown/index.js → eftposPay/mx51/Result.js} +43 -31
- package/lib/components/eftposPay/mx51/const.js +85 -0
- package/lib/components/eftposPay/mx51/index.js +360 -0
- package/lib/components/{ecocup/cupList/hooks/index.js → eftposPay/mx51/types.js} +18 -21
- package/lib/components/eftposPay/mx51/utils.js +115 -0
- package/lib/components/eftposPay/pay.js +4 -2
- package/lib/components/eftposPay/payo/config.js +0 -1
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/tyro/const.js +1 -1
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/windcave/const.js +1 -1
- package/lib/components/eftposPay/windcave/windcave.js +9 -9
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +0 -22
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.js +0 -162
- package/lib/components/kioskSkuDetail/index.js +3 -27
- package/lib/components/kioskSkuDetail/locales.js +3 -24
- package/lib/components/login/locales.js +0 -14
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +17 -40
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +9 -110
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +12 -32
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +1 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +2 -8
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +0 -20
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +1 -7
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +24 -98
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +0 -47
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +1 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +5 -149
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +39 -121
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +1 -7
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +103 -92
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
- package/lib/components/pay/toC/PaymentMethods/index.js +12 -17
- package/lib/components/pay/toC/WalletPassBlock/index.js +1 -3
- package/lib/components/pay/toC/index.js +22 -86
- package/lib/components/pay/toC/locales.js +12 -331
- package/lib/components/pay/toC/serve.js +1 -17
- package/lib/components/pay/toC/utils.js +0 -21
- package/lib/components/pinModal/locales.js +0 -16
- package/lib/components/pinVerifyModal/locales.js +0 -14
- package/lib/components/pisellSelectCustomerModal/locales.js +0 -52
- package/lib/components/productExtension/locales.js +0 -30
- package/lib/components/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/components/productSelect/locales.js +3 -23
- package/lib/components/ruleSetting/locales.js +0 -30
- package/lib/components/schedules/locales.js +0 -56
- package/lib/components/shoppingCart/components/Cart/index.less +0 -1
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -1
- package/lib/components/shoppingCart/hooks/useClearCart.js +11 -42
- package/lib/components/shoppingCart/locales.js +0 -20
- package/lib/components/stepController/locales.js +0 -16
- package/lib/components/subTotal/locales.js +0 -26
- package/lib/components/systemSettings/registry/components/ItemModal.js +224 -347
- package/lib/components/systemSettings/registry/index.js +16 -20
- package/lib/components/systemSettings/registry/index.less +7 -6
- package/lib/components/systemSettings/registry/locales.js +3 -274
- package/lib/components/taxSelect/locales.js +0 -14
- package/lib/components/ticketBooking/locales.js +0 -136
- package/lib/components/ticketBooking/utils/formatTime.js +2 -8
- package/lib/components/walletList/index.js +0 -10
- package/lib/components/walletList/locales.js +0 -16
- package/lib/hooks/useEngineContext.js +2 -10
- package/lib/hooks/useLocale.js +2 -7
- package/lib/index.js +3 -39
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- package/lib/plus/contactInfo/locales.js +0 -8
- package/lib/plus/contactInfoModal/locales.js +0 -42
- package/lib/plus/productSelect/components/pisellPriceText/index.js +4 -6
- package/lib/plus/productSelect/locales.js +3 -23
- package/lib/plus/saasCreateOrganization/locales.js +0 -8
- package/lib/plus/saasLogin/locales.js +0 -32
- package/lib/plus/saasRegister/locales.js +0 -76
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/selectHolder/locales.js +0 -14
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +10 -11
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +2 -3
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +0 -2
- package/lib/plus/skuOptionsSelection/index.js +2 -2
- package/lib/plus/skuOptionsSelection/locales.js +0 -20
- package/lib/plus/skuOptionsSelection/store/store.js +1 -2
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +9 -15
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +6 -9
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +2 -9
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +3 -7
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +7 -8
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +4 -12
- package/lib/plus/walletEditor/locales.js +0 -100
- package/lib/plus/walletPassGallery/components/passDetail/index.js +5 -42
- package/lib/plus/walletPassGallery/components/passList/index.js +5 -12
- package/lib/plus/walletPassGallery/components/recharge/index.js +5 -7
- package/lib/plus/walletPassGallery/components/recharge/index.less +1 -70
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +2 -17
- package/lib/plus/walletPassGallery/index.js +45 -116
- package/lib/plus/walletPassGallery/locales.js +3 -210
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/pro/Cards/components/SKUCard/index.js +15 -59
- package/lib/pro/Cards/components/SKUCard/index.less +2 -23
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/locales.js +0 -365
- package/lib/pro/NumericStepper/index.js +88 -184
- package/lib/pro/NumericStepper/index.less +143 -287
- package/lib/pro/Selector/BatchSelectorDemo.js +19 -13
- package/lib/pro/Selector/Selector.js +17 -34
- package/lib/pro/Selector/SelectorGroup.js +1 -7
- package/lib/pro/Selector/components/Card/index.js +8 -19
- package/lib/pro/Selector/components/Card/index.less +14 -30
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +13 -16
- package/lib/pro/Selector/components/LayoutContainer/index.js +2 -130
- package/lib/pro/Selector/components/Media/index.js +4 -7
- 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 +0 -2
- package/lib/pro/Selector/hooks/usePresetProps.js +6 -28
- package/lib/pro/Selector/locales.js +0 -50
- package/lib/pro/Selector/selector.less +64 -0
- package/lib/pro/Selector/selectorGroup.less +1 -9
- package/lib/pro/numberKeyboard/locales.js +0 -6
- package/lowcode/selector/meta.ts +2 -15
- package/lowcode/selector.group/meta.ts +2 -15
- package/lowcode/sku-options-selection/meta.ts +2 -106
- package/lowcode/wallet-pass-gallery/meta.ts +1 -66
- package/package.json +5 -5
- package/es/components/Sales/Cart/index.d.ts +0 -53
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/es/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +0 -5
- package/es/components/appointmentBooking/locales.d.ts +0 -606
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/es/components/booking/addons/index.d.ts +0 -17
- package/es/components/booking/components/footer/amount.d.ts +0 -25
- package/es/components/booking/components/footer/index.d.ts +0 -12
- package/es/components/booking/components/footer/utils.d.ts +0 -47
- package/es/components/booking/components/tabPane/index.d.ts +0 -4
- package/es/components/booking/components/voucher/index.d.ts +0 -4
- package/es/components/booking/dashboard/index.d.ts +0 -20
- package/es/components/booking/dashboard/serve.d.ts +0 -1
- package/es/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/es/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/es/components/booking/deposit/index.d.ts +0 -3
- package/es/components/booking/editBookingModal/locales.d.ts +0 -33
- package/es/components/booking/editBookingModal/mock.d.ts +0 -991
- package/es/components/booking/forms/forms.d.ts +0 -30
- package/es/components/booking/forms/serve.d.ts +0 -18
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/es/components/booking/hooks/useQuotation.d.ts +0 -6
- package/es/components/booking/info/addServiceVariant/index.d.ts +0 -7
- package/es/components/booking/info/client/index.d.ts +0 -4
- package/es/components/booking/info/client/serve.d.ts +0 -2
- package/es/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/es/components/booking/info/date/index.d.ts +0 -5
- package/es/components/booking/info/header/index.d.ts +0 -4
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/es/components/booking/info/index.d.ts +0 -4
- package/es/components/booking/info/main.d.ts +0 -12
- package/es/components/booking/info/model.d.ts +0 -14
- package/es/components/booking/info/pet/index.d.ts +0 -14
- package/es/components/booking/info/pet/serve.d.ts +0 -1
- package/es/components/booking/info/service/Lists.d.ts +0 -3
- package/es/components/booking/info/service/addService/index.d.ts +0 -12
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +0 -5
- package/es/components/booking/info/service/editService/index.d.ts +0 -7
- package/es/components/booking/info/service/serve.d.ts +0 -20
- package/es/components/booking/info/service/serviceItem/index.d.ts +0 -4
- package/es/components/booking/info/service/serviceList/index.d.ts +0 -6
- package/es/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/es/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/es/components/booking/info/service2/Lists.d.ts +0 -3
- package/es/components/booking/info/service2/utils.d.ts +0 -248
- package/es/components/booking/info/utils.d.ts +0 -50
- package/es/components/booking/info2/index.d.ts +0 -12
- package/es/components/booking/info2/serve.d.ts +0 -6
- package/es/components/booking/info2/service/addService/index.d.ts +0 -12
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/es/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
- package/es/components/booking/info2/service/editService/index.d.ts +0 -7
- package/es/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/es/components/booking/info2/service/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceItem/index.d.ts +0 -4
- package/es/components/booking/info2/service/serviceList/index.d.ts +0 -6
- package/es/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/es/components/booking/locales.d.ts +0 -1494
- package/es/components/booking/model.d.ts +0 -120
- package/es/components/booking/notes/NoteBlock/index.d.ts +0 -17
- package/es/components/booking/notes/addNote/index.d.ts +0 -4
- package/es/components/booking/utils.d.ts +0 -175
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/es/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/es/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/es/components/ecocup/components/CupActionList/index.js +0 -91
- package/es/components/ecocup/components/CupActionList/index.less +0 -102
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/es/components/ecocup/components/CupActionModal/hooks.js +0 -68
- package/es/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/es/components/ecocup/components/CupActionModal/index.js +0 -92
- package/es/components/ecocup/components/CupActionModal/index.less +0 -38
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/es/components/ecocup/components/CupInfoCard/index.js +0 -14
- package/es/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/es/components/ecocup/components/CupStatusModal/hooks.js +0 -176
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/es/components/ecocup/components/CupStatusModal/index.js +0 -281
- package/es/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -133
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +0 -227
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/es/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/es/components/ecocup/components/CustomerCard/index.js +0 -37
- package/es/components/ecocup/components/CustomerCard/index.less +0 -50
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/es/components/ecocup/components/MoreDropdown/index.js +0 -33
- package/es/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/es/components/ecocup/components/PageHeader/index.js +0 -47
- package/es/components/ecocup/components/PageHeader/index.less +0 -31
- package/es/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/es/components/ecocup/components/SearchBar/const.js +0 -16
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/es/components/ecocup/components/SearchBar/hooks.js +0 -184
- package/es/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/es/components/ecocup/components/SearchBar/index.js +0 -248
- package/es/components/ecocup/components/SearchBar/index.less +0 -88
- package/es/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/es/components/ecocup/components/SettingModal/const.js +0 -17
- package/es/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/es/components/ecocup/components/SettingModal/index.js +0 -253
- package/es/components/ecocup/components/SettingModal/index.less +0 -9
- package/es/components/ecocup/cupList/const.d.ts +0 -140
- package/es/components/ecocup/cupList/const.js +0 -319
- package/es/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/es/components/ecocup/cupList/hooks/index.js +0 -4
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/es/components/ecocup/cupList/hooks/useColumns.js +0 -166
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/es/components/ecocup/cupList/hooks/useCupApi.js +0 -312
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/es/components/ecocup/cupList/hooks/useSummary.js +0 -42
- package/es/components/ecocup/cupList/index.d.ts +0 -7
- package/es/components/ecocup/cupList/index.js +0 -268
- package/es/components/ecocup/cupList/index.less +0 -159
- package/es/components/ecocup/cupProject/const.d.ts +0 -7
- package/es/components/ecocup/cupProject/const.js +0 -33
- package/es/components/ecocup/cupProject/index.d.ts +0 -3
- package/es/components/ecocup/cupProject/index.js +0 -112
- package/es/components/ecocup/cupProject/index.less +0 -41
- package/es/components/ecocup/customerList/const.d.ts +0 -44
- package/es/components/ecocup/customerList/const.js +0 -67
- package/es/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/es/components/ecocup/customerList/hooks/index.js +0 -3
- package/es/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useColumns.js +0 -44
- package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +0 -70
- package/es/components/ecocup/customerList/index.d.ts +0 -7
- package/es/components/ecocup/customerList/index.js +0 -127
- package/es/components/ecocup/customerList/index.less +0 -15
- package/es/components/ecocup/hooks.d.ts +0 -57
- package/es/components/ecocup/hooks.js +0 -168
- package/es/components/ecocup/locales.d.ts +0 -653
- package/es/components/ecocup/locales.js +0 -699
- package/es/components/ecocup/types.d.ts +0 -103
- package/es/components/ecocup/types.js +0 -36
- package/es/components/ecocup/utils/download.d.ts +0 -7
- package/es/components/ecocup/utils/download.js +0 -34
- package/es/components/ecocup/utils/index.d.ts +0 -2
- package/es/components/ecocup/utils/index.js +0 -2
- package/es/components/ecocup/utils/scanListener.d.ts +0 -20
- package/es/components/ecocup/utils/scanListener.js +0 -107
- package/es/components/eftpos/const.d.ts +0 -64
- package/es/components/eftpos/device.d.ts +0 -9
- package/es/components/eftpos/hooks.d.ts +0 -33
- package/es/components/eftpos/index.d.ts +0 -47
- package/es/components/eftpos/locales.d.ts +0 -163
- package/es/components/eftpos/table.d.ts +0 -21
- package/es/components/eftposPay/app.d.ts +0 -11
- package/es/components/eftposPay/component/fail/failCustom.d.ts +0 -4
- package/es/components/eftposPay/component/fail/index.d.ts +0 -4
- package/es/components/eftposPay/const.d.ts +0 -186
- package/es/components/eftposPay/device.d.ts +0 -24
- package/es/components/eftposPay/index.d.ts +0 -5
- package/es/components/eftposPay/linkly/const.d.ts +0 -23
- package/es/components/eftposPay/linkly/index.d.ts +0 -3
- package/es/components/eftposPay/locales.d.ts +0 -572
- package/es/components/eftposPay/manufacturer.d.ts +0 -7
- package/es/components/eftposPay/pay.d.ts +0 -21
- package/es/components/eftposPay/payo/config.d.ts +0 -13
- package/es/components/eftposPay/payo/const.d.ts +0 -26
- package/es/components/eftposPay/store/index.d.ts +0 -358
- package/es/components/eftposPay/tyro/const.d.ts +0 -17
- package/es/components/eftposPay/tyro/index.d.ts +0 -9
- package/es/components/eftposPay/windcave/const.d.ts +0 -119
- package/es/components/eftposPay/windcave/windcave.d.ts +0 -7
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +0 -61
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -10
- package/es/components/eventBooking/locales.d.ts +0 -408
- package/es/components/kioskSkuDetail/locales.d.ts +0 -48
- package/es/components/login/locales.d.ts +0 -38
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -13
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -83
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -81
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -30
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -161
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/es/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/es/components/pay/toC/index.d.ts +0 -3
- package/es/components/pay/toC/locales.d.ts +0 -626
- package/es/components/pay/toC/model.d.ts +0 -41
- package/es/components/pay/toC/serve.d.ts +0 -92
- package/es/components/pay/toC/utils.d.ts +0 -62
- package/es/components/pinModal/locales.d.ts +0 -43
- package/es/components/pinVerifyModal/locales.d.ts +0 -38
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
- package/es/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/es/components/productExtension/locales.d.ts +0 -78
- package/es/components/productSelect/components/TabProduct/index.d.ts +0 -3
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/es/components/productSelect/components/productGroup/index.d.ts +0 -39
- package/es/components/productSelect/locales.d.ts +0 -38
- package/es/components/ruleSetting/locales.d.ts +0 -78
- package/es/components/schedules/locales.d.ts +0 -143
- package/es/components/shoppingCart/Provider.d.ts +0 -3
- package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -4
- package/es/components/shoppingCart/components/Cart/index.d.ts +0 -4
- package/es/components/shoppingCart/locales.d.ts +0 -53
- package/es/components/shoppingCart/mock.d.ts +0 -40
- package/es/components/shoppingCart/type.d.ts +0 -48
- package/es/components/shoppingCart/utils.d.ts +0 -63
- package/es/components/stepController/locales.d.ts +0 -43
- package/es/components/subTotal/index.d.ts +0 -24
- package/es/components/subTotal/locales.d.ts +0 -68
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -390
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -367
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -163
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +0 -127
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/es/components/systemSettings/registry/index.d.ts +0 -5
- package/es/components/systemSettings/registry/locales.d.ts +0 -534
- package/es/components/systemSettings/registry/services.d.ts +0 -97
- package/es/components/systemSettings/registry/types.d.ts +0 -140
- package/es/components/taxSelect/locales.d.ts +0 -38
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -10
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
- package/es/components/ticketBooking/components/menuBar/index.d.ts +0 -4
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
- package/es/components/ticketBooking/components/timeBar/index.d.ts +0 -13
- package/es/components/ticketBooking/index.d.ts +0 -8
- package/es/components/ticketBooking/locales.d.ts +0 -304
- package/es/components/ticketBooking/serve.d.ts +0 -287
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/es/components/ticketBooking/utils/index.d.ts +0 -25
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/index.d.ts +0 -4
- package/es/components/walletList/locales.d.ts +0 -43
- package/es/components/walletList/types/index.d.ts +0 -196
- package/es/hooks/useEngineContext.d.ts +0 -11
- package/es/hooks/useLocale.d.ts +0 -2
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/hooks/useThemeTokens.js +0 -20
- package/es/hooks/useTranslationOriginal.d.ts +0 -1
- package/es/hooks/useTranslationOriginal.js +0 -10
- package/es/hooks/useWindowSize.d.ts +0 -5
- package/es/index.d.ts +0 -79
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/index.js +0 -462
- package/es/plus/clientCard/index.less +0 -515
- package/es/plus/clientCard/line/index.d.ts +0 -9
- package/es/plus/clientCard/line/index.js +0 -157
- package/es/plus/clientCard/line/index.less +0 -142
- package/es/plus/clientCard/locales.d.ts +0 -28
- package/es/plus/clientCard/locales.js +0 -27
- package/es/plus/clientCard/types.d.ts +0 -135
- package/es/plus/clientCard/types.js +0 -1
- package/es/plus/clientCard/utils.d.ts +0 -8
- package/es/plus/clientCard/utils.js +0 -59
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +0 -277
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/GenderField/index.js +0 -18
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/es/plus/clinetSearch/Add/PhoneField/index.js +0 -52
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +0 -166
- package/es/plus/clinetSearch/Add/index.d.ts +0 -18
- package/es/plus/clinetSearch/Add/index.js +0 -213
- package/es/plus/clinetSearch/Add/index.less +0 -30
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -265
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/es/plus/clinetSearch/InfiniteScroll/index.js +0 -1
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/es/plus/clinetSearch/InfiniteScroll/types.js +0 -1
- package/es/plus/clinetSearch/index.d.ts +0 -18
- package/es/plus/clinetSearch/index.js +0 -234
- package/es/plus/clinetSearch/index.less +0 -95
- package/es/plus/clinetSearch/locales.d.ts +0 -178
- package/es/plus/clinetSearch/locales.js +0 -177
- package/es/plus/clinetSearch/serve.d.ts +0 -1
- package/es/plus/clinetSearch/serve.js +0 -31
- package/es/plus/clinetSearch/types.d.ts +0 -70
- package/es/plus/clinetSearch/types.js +0 -1
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/es/plus/contactInfo/locales.d.ts +0 -23
- package/es/plus/contactInfoModal/locales.d.ts +0 -108
- package/es/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/es/plus/orderList/components/BatchActionBar.js +0 -835
- package/es/plus/orderList/components/FilterList.d.ts +0 -8
- package/es/plus/orderList/components/FilterList.js +0 -78
- package/es/plus/orderList/components/HandleActions.d.ts +0 -6
- package/es/plus/orderList/components/HandleActions.js +0 -27
- package/es/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/es/plus/orderList/components/QuickFilter.js +0 -14
- package/es/plus/orderList/components/Reset.d.ts +0 -7
- package/es/plus/orderList/components/Reset.js +0 -23
- package/es/plus/orderList/components/Toolbar.d.ts +0 -7
- package/es/plus/orderList/components/Toolbar.js +0 -59
- package/es/plus/orderList/config.d.ts +0 -155
- package/es/plus/orderList/config.js +0 -786
- package/es/plus/orderList/index.d.ts +0 -10
- package/es/plus/orderList/index.js +0 -133
- package/es/plus/orderList/index.less +0 -125
- package/es/plus/orderList/locales.d.ts +0 -618
- package/es/plus/orderList/locales.js +0 -733
- package/es/plus/orderList/serve.d.ts +0 -42
- package/es/plus/orderList/serve.js +0 -351
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +0 -363
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -559
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/es/plus/pisellSalesGrid/hooks/useActions.js +0 -723
- package/es/plus/pisellSalesGrid/index.d.ts +0 -4
- package/es/plus/pisellSalesGrid/index.js +0 -3
- package/es/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/es/plus/pisellSalesGrid/locales.js +0 -8
- package/es/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/es/plus/pisellSalesGrid/serve.js +0 -151
- package/es/plus/pisellSalesGrid/types.d.ts +0 -170
- package/es/plus/pisellSalesGrid/types.js +0 -1
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -221
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -167
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +0 -102
- package/es/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/es/plus/pisellSalesManagement/config/booking.js +0 -380
- package/es/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/es/plus/pisellSalesManagement/config/index.js +0 -11
- package/es/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/es/plus/pisellSalesManagement/config/order.js +0 -460
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -66
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -651
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -656
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -12
- package/es/plus/pisellSalesManagement/index.d.ts +0 -10
- package/es/plus/pisellSalesManagement/index.js +0 -84
- package/es/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/es/plus/pisellSalesManagement/locales.js +0 -302
- package/es/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/es/plus/pisellSalesManagement/serve.js +0 -222
- package/es/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/es/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -12
- package/es/plus/productSelect/index.d.ts +0 -32
- package/es/plus/productSelect/locales.d.ts +0 -38
- package/es/plus/saasAttendance/index.d.ts +0 -6
- package/es/plus/saasAttendance/index.js +0 -5
- package/es/plus/saasAttendance/locales.d.ts +0 -591
- package/es/plus/saasAttendance/locales.js +0 -657
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +0 -96
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +0 -81
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -293
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/PermissonTab.js +0 -79
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -115
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/es/plus/saasAttendance/settings/components/MapField.js +0 -848
- package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/es/plus/saasAttendance/settings/components/index.js +0 -2
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/es/plus/saasAttendance/settings/components/membersField/index.js +0 -216
- package/es/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -149
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +0 -438
- package/es/plus/saasAttendance/settings/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/index.js +0 -262
- package/es/plus/saasAttendance/settings/index.less +0 -510
- package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/es/plus/saasAttendance/settings/serve.js +0 -83
- package/es/plus/saasAttendance/settings/types.d.ts +0 -136
- package/es/plus/saasAttendance/settings/types.js +0 -1
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/es/plus/saasLogin/locales.d.ts +0 -83
- package/es/plus/saasRegister/locales.d.ts +0 -193
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/es/plus/saasRole/components/PermissionManager/index.js +0 -211
- package/es/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/es/plus/saasRole/index.d.ts +0 -14
- package/es/plus/saasRole/index.js +0 -1036
- package/es/plus/saasRole/index.less +0 -196
- package/es/plus/saasRole/locales.d.ts +0 -319
- package/es/plus/saasRole/locales.js +0 -319
- package/es/plus/saasRole/serve.d.ts +0 -72
- package/es/plus/saasRole/serve.js +0 -304
- package/es/plus/saasRole/types.d.ts +0 -177
- package/es/plus/saasRole/types.js +0 -1
- 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 +0 -31
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -503
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -634
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/es/plus/saasTeamMembers/index.d.ts +0 -5
- package/es/plus/saasTeamMembers/index.js +0 -529
- package/es/plus/saasTeamMembers/index.less +0 -87
- package/es/plus/saasTeamMembers/locales.d.ts +0 -546
- package/es/plus/saasTeamMembers/locales.js +0 -591
- package/es/plus/saasTeamMembers/serve.d.ts +0 -95
- package/es/plus/saasTeamMembers/serve.js +0 -374
- package/es/plus/saasTeamMembers/type.d.ts +0 -158
- package/es/plus/saasTeamMembers/type.js +0 -1
- package/es/plus/selectHolder/index.d.ts +0 -7
- package/es/plus/selectHolder/locales.d.ts +0 -35
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -6
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +0 -4
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -11
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +0 -16
- package/es/plus/skuOptionsSelection/index.d.ts +0 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +0 -53
- package/es/plus/skuOptionsSelection/store/store.d.ts +0 -4
- package/es/plus/skuOptionsSelection/types.d.ts +0 -443
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/es/plus/walletEditor/locales.d.ts +0 -223
- package/es/plus/walletEditor/types.d.ts +0 -54
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/es/plus/walletPassGallery/index.d.ts +0 -11
- package/es/plus/walletPassGallery/locales.d.ts +0 -483
- package/es/plus/walletPassGallery/serve.d.ts +0 -245
- package/es/plus/walletPassGallery/utils.d.ts +0 -48
- package/es/pro/Cards/components/SKUCard/index.d.ts +0 -5
- package/es/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/es/pro/Cards/components/SKUCard/locales.js +0 -11
- package/es/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/es/pro/Cards/components/SKUCard/types.js +0 -1
- package/es/pro/Login2.0/Login2.d.ts +0 -61
- package/es/pro/Login2.0/locales.d.ts +0 -908
- package/es/pro/Login2.0/shared/types.d.ts +0 -234
- package/es/pro/NumericStepper/index.d.ts +0 -73
- package/es/pro/Selector/BatchSelectorDemo.d.ts +0 -3
- package/es/pro/Selector/Item.d.ts +0 -14
- package/es/pro/Selector/Selector.d.ts +0 -14
- package/es/pro/Selector/SelectorGroup.d.ts +0 -11
- package/es/pro/Selector/components/Card/index.d.ts +0 -57
- package/es/pro/Selector/components/Indicator/index.d.ts +0 -20
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +0 -18
- package/es/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/es/pro/Selector/components/Media/index.d.ts +0 -6
- package/es/pro/Selector/demo.d.ts +0 -3
- package/es/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/es/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/es/pro/Selector/locales.d.ts +0 -58
- package/es/pro/Selector/types.d.ts +0 -223
- package/es/pro/Selector/utils/index.d.ts +0 -49
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -54
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/es/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/es/pro/comprehensiveSearch/components/index.js +0 -2
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +0 -141
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +0 -22
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -24
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -44
- package/es/pro/comprehensiveSearch/index.d.ts +0 -7
- package/es/pro/comprehensiveSearch/index.js +0 -207
- package/es/pro/comprehensiveSearch/index.less +0 -196
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/locales.js +0 -22
- package/es/pro/comprehensiveSearch/types.d.ts +0 -32
- package/es/pro/comprehensiveSearch/types.js +0 -1
- package/es/pro/keyboards/index.d.ts +0 -2
- package/es/pro/keyboards/index.js +0 -1
- package/es/pro/keyboards/locales.d.ts +0 -38
- package/es/pro/keyboards/locales.js +0 -57
- package/es/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/es/pro/keyboards/numberKeyboard/index.js +0 -523
- package/es/pro/keyboards/numberKeyboard/index.less +0 -59
- package/es/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/es/pro/keyboards/numberKeyboard/types.js +0 -1
- package/es/pro/numberKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellNumberSelector/example.d.ts +0 -3
- package/es/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/es/pro/pisellPhoneKeyboard/index.js +0 -210
- package/es/pro/pisellPhoneKeyboard/index.less +0 -157
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellPhoneKeyboard/locales.js +0 -17
- package/es/pro/skuDetailModal/index.d.ts +0 -4
- package/lib/components/Sales/Cart/index.d.ts +0 -53
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/lib/components/appointmentBooking/components/Services/index.d.ts +0 -4
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +0 -5
- package/lib/components/appointmentBooking/locales.d.ts +0 -606
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/lib/components/booking/addons/index.d.ts +0 -17
- package/lib/components/booking/components/footer/amount.d.ts +0 -25
- package/lib/components/booking/components/footer/index.d.ts +0 -12
- package/lib/components/booking/components/footer/utils.d.ts +0 -47
- package/lib/components/booking/components/tabPane/index.d.ts +0 -4
- package/lib/components/booking/components/voucher/index.d.ts +0 -4
- package/lib/components/booking/dashboard/index.d.ts +0 -20
- package/lib/components/booking/dashboard/serve.d.ts +0 -1
- package/lib/components/booking/deposit/ClientItem/index.d.ts +0 -18
- package/lib/components/booking/deposit/DepositItem/index.d.ts +0 -25
- package/lib/components/booking/deposit/index.d.ts +0 -3
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
- package/lib/components/booking/forms/forms.d.ts +0 -30
- package/lib/components/booking/forms/serve.d.ts +0 -18
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +0 -1
- package/lib/components/booking/hooks/useQuotation.d.ts +0 -6
- package/lib/components/booking/info/addServiceVariant/index.d.ts +0 -7
- package/lib/components/booking/info/client/index.d.ts +0 -4
- package/lib/components/booking/info/client/serve.d.ts +0 -2
- package/lib/components/booking/info/clientVariant/utils.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +0 -8
- package/lib/components/booking/info/date/index.d.ts +0 -5
- package/lib/components/booking/info/header/index.d.ts +0 -4
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +0 -9
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -9
- package/lib/components/booking/info/index.d.ts +0 -4
- package/lib/components/booking/info/main.d.ts +0 -12
- package/lib/components/booking/info/model.d.ts +0 -14
- package/lib/components/booking/info/pet/index.d.ts +0 -14
- package/lib/components/booking/info/pet/serve.d.ts +0 -1
- package/lib/components/booking/info/service/Lists.d.ts +0 -3
- package/lib/components/booking/info/service/addService/index.d.ts +0 -12
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +0 -5
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +0 -5
- package/lib/components/booking/info/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info/service/serve.d.ts +0 -20
- package/lib/components/booking/info/service/serviceItem/index.d.ts +0 -4
- package/lib/components/booking/info/service/serviceList/index.d.ts +0 -6
- package/lib/components/booking/info/service/serviceManager/index.d.ts +0 -20
- package/lib/components/booking/info/service2/Group/utils.d.ts +0 -14
- package/lib/components/booking/info/service2/Lists.d.ts +0 -3
- package/lib/components/booking/info/service2/utils.d.ts +0 -248
- package/lib/components/booking/info/utils.d.ts +0 -50
- package/lib/components/booking/info2/index.d.ts +0 -12
- package/lib/components/booking/info2/serve.d.ts +0 -6
- package/lib/components/booking/info2/service/addService/index.d.ts +0 -12
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/lib/components/booking/info2/service/addService/utils.d.ts +0 -98
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +0 -4
- package/lib/components/booking/info2/service/editService/index.d.ts +0 -7
- package/lib/components/booking/info2/service/editService/utils.d.ts +0 -28
- package/lib/components/booking/info2/service/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +0 -4
- package/lib/components/booking/info2/service/serviceList/index.d.ts +0 -6
- package/lib/components/booking/info2/utilsByBooking.d.ts +0 -35
- package/lib/components/booking/locales.d.ts +0 -1494
- package/lib/components/booking/model.d.ts +0 -120
- package/lib/components/booking/notes/NoteBlock/index.d.ts +0 -17
- package/lib/components/booking/notes/addNote/index.d.ts +0 -4
- package/lib/components/booking/utils.d.ts +0 -175
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +0 -10
- package/lib/components/ecocup/components/AddCustomerModal/index.js +0 -212
- package/lib/components/ecocup/components/AddCustomerModal/index.less +0 -9
- package/lib/components/ecocup/components/CupActionList/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupActionList/index.js +0 -116
- package/lib/components/ecocup/components/CupActionList/index.less +0 -102
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +0 -5
- package/lib/components/ecocup/components/CupActionModal/hooks.js +0 -55
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +0 -15
- package/lib/components/ecocup/components/CupActionModal/index.js +0 -125
- package/lib/components/ecocup/components/CupActionModal/index.less +0 -38
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +0 -10
- package/lib/components/ecocup/components/CupInfoCard/index.js +0 -43
- package/lib/components/ecocup/components/CupInfoCard/index.less +0 -11
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +0 -36
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +0 -115
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +0 -14
- package/lib/components/ecocup/components/CupStatusModal/index.js +0 -221
- package/lib/components/ecocup/components/CupStatusModal/index.less +0 -73
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +0 -14
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +0 -89
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +0 -20
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +0 -178
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +0 -68
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +0 -9
- package/lib/components/ecocup/components/CustomerCard/index.js +0 -58
- package/lib/components/ecocup/components/CustomerCard/index.less +0 -50
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.d.ts +0 -9
- package/lib/components/ecocup/components/PageHeader/index.js +0 -66
- package/lib/components/ecocup/components/PageHeader/index.less +0 -31
- package/lib/components/ecocup/components/SearchBar/const.d.ts +0 -4
- package/lib/components/ecocup/components/SearchBar/const.js +0 -50
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +0 -44
- package/lib/components/ecocup/components/SearchBar/hooks.js +0 -135
- package/lib/components/ecocup/components/SearchBar/index.d.ts +0 -14
- package/lib/components/ecocup/components/SearchBar/index.js +0 -226
- package/lib/components/ecocup/components/SearchBar/index.less +0 -88
- package/lib/components/ecocup/components/SettingModal/const.d.ts +0 -6
- package/lib/components/ecocup/components/SettingModal/const.js +0 -48
- package/lib/components/ecocup/components/SettingModal/index.d.ts +0 -9
- package/lib/components/ecocup/components/SettingModal/index.js +0 -199
- package/lib/components/ecocup/components/SettingModal/index.less +0 -9
- package/lib/components/ecocup/cupList/const.d.ts +0 -140
- package/lib/components/ecocup/cupList/const.js +0 -344
- package/lib/components/ecocup/cupList/hooks/index.d.ts +0 -4
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +0 -45
- package/lib/components/ecocup/cupList/hooks/useColumns.js +0 -200
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +0 -41
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +0 -227
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +0 -3
- package/lib/components/ecocup/cupList/hooks/useSummary.js +0 -83
- package/lib/components/ecocup/cupList/index.d.ts +0 -7
- package/lib/components/ecocup/cupList/index.js +0 -262
- package/lib/components/ecocup/cupList/index.less +0 -159
- package/lib/components/ecocup/cupProject/const.d.ts +0 -7
- package/lib/components/ecocup/cupProject/const.js +0 -65
- package/lib/components/ecocup/cupProject/index.d.ts +0 -3
- package/lib/components/ecocup/cupProject/index.js +0 -135
- package/lib/components/ecocup/cupProject/index.less +0 -41
- package/lib/components/ecocup/customerList/const.d.ts +0 -44
- package/lib/components/ecocup/customerList/const.js +0 -93
- package/lib/components/ecocup/customerList/hooks/index.d.ts +0 -3
- package/lib/components/ecocup/customerList/hooks/index.js +0 -32
- package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useColumns.js +0 -89
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +0 -15
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +0 -56
- package/lib/components/ecocup/customerList/index.d.ts +0 -7
- package/lib/components/ecocup/customerList/index.js +0 -138
- package/lib/components/ecocup/customerList/index.less +0 -15
- package/lib/components/ecocup/hooks.d.ts +0 -57
- package/lib/components/ecocup/hooks.js +0 -169
- package/lib/components/ecocup/locales.d.ts +0 -653
- package/lib/components/ecocup/locales.js +0 -706
- package/lib/components/ecocup/types.d.ts +0 -103
- package/lib/components/ecocup/types.js +0 -57
- package/lib/components/ecocup/utils/download.d.ts +0 -7
- package/lib/components/ecocup/utils/download.js +0 -47
- package/lib/components/ecocup/utils/index.d.ts +0 -2
- package/lib/components/ecocup/utils/index.js +0 -42
- package/lib/components/ecocup/utils/scanListener.d.ts +0 -20
- package/lib/components/ecocup/utils/scanListener.js +0 -90
- package/lib/components/eftpos/const.d.ts +0 -64
- package/lib/components/eftpos/device.d.ts +0 -9
- package/lib/components/eftpos/hooks.d.ts +0 -33
- package/lib/components/eftpos/index.d.ts +0 -47
- package/lib/components/eftpos/locales.d.ts +0 -163
- package/lib/components/eftpos/table.d.ts +0 -21
- package/lib/components/eftposPay/app.d.ts +0 -11
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +0 -4
- package/lib/components/eftposPay/component/fail/index.d.ts +0 -4
- package/lib/components/eftposPay/const.d.ts +0 -186
- package/lib/components/eftposPay/device.d.ts +0 -24
- package/lib/components/eftposPay/index.d.ts +0 -5
- package/lib/components/eftposPay/linkly/const.d.ts +0 -23
- package/lib/components/eftposPay/linkly/index.d.ts +0 -3
- package/lib/components/eftposPay/locales.d.ts +0 -572
- package/lib/components/eftposPay/manufacturer.d.ts +0 -7
- package/lib/components/eftposPay/pay.d.ts +0 -21
- package/lib/components/eftposPay/payo/config.d.ts +0 -13
- package/lib/components/eftposPay/payo/const.d.ts +0 -26
- package/lib/components/eftposPay/store/index.d.ts +0 -358
- package/lib/components/eftposPay/tyro/const.d.ts +0 -17
- package/lib/components/eftposPay/tyro/index.d.ts +0 -9
- package/lib/components/eftposPay/windcave/const.d.ts +0 -119
- package/lib/components/eftposPay/windcave/windcave.d.ts +0 -7
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +0 -61
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -10
- package/lib/components/eventBooking/locales.d.ts +0 -408
- package/lib/components/kioskSkuDetail/locales.d.ts +0 -48
- package/lib/components/login/locales.d.ts +0 -38
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +0 -13
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +0 -34
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +0 -107
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +0 -52
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +0 -81
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +0 -6
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +0 -3
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +0 -30
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +0 -161
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.d.ts +0 -9
- package/lib/components/pay/toC/WalletPassBlock/index.d.ts +0 -21
- package/lib/components/pay/toC/index.d.ts +0 -3
- package/lib/components/pay/toC/locales.d.ts +0 -626
- package/lib/components/pay/toC/model.d.ts +0 -41
- package/lib/components/pay/toC/serve.d.ts +0 -92
- package/lib/components/pay/toC/utils.d.ts +0 -62
- package/lib/components/pinModal/locales.d.ts +0 -43
- package/lib/components/pinVerifyModal/locales.d.ts +0 -38
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +0 -3
- package/lib/components/pisellSelectCustomerModal/RightPanel/serve.d.ts +0 -3
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/lib/components/productExtension/locales.d.ts +0 -78
- package/lib/components/productSelect/components/TabProduct/index.d.ts +0 -3
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/lib/components/productSelect/components/productGroup/index.d.ts +0 -39
- package/lib/components/productSelect/locales.d.ts +0 -38
- package/lib/components/ruleSetting/locales.d.ts +0 -78
- package/lib/components/schedules/locales.d.ts +0 -143
- package/lib/components/shoppingCart/Provider.d.ts +0 -3
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -4
- package/lib/components/shoppingCart/components/Cart/index.d.ts +0 -4
- package/lib/components/shoppingCart/locales.d.ts +0 -53
- package/lib/components/shoppingCart/mock.d.ts +0 -40
- package/lib/components/shoppingCart/type.d.ts +0 -48
- package/lib/components/shoppingCart/utils.d.ts +0 -63
- package/lib/components/stepController/locales.d.ts +0 -43
- package/lib/components/subTotal/index.d.ts +0 -24
- package/lib/components/subTotal/locales.d.ts +0 -68
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +0 -59
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +0 -228
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +0 -70
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +0 -195
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +0 -8
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +0 -166
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +0 -10
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +0 -210
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +0 -37
- package/lib/components/systemSettings/registry/index.d.ts +0 -5
- package/lib/components/systemSettings/registry/locales.d.ts +0 -534
- package/lib/components/systemSettings/registry/services.d.ts +0 -97
- package/lib/components/systemSettings/registry/types.d.ts +0 -140
- package/lib/components/taxSelect/locales.d.ts +0 -38
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +0 -10
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +0 -7
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +0 -4
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -5
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +0 -13
- package/lib/components/ticketBooking/index.d.ts +0 -8
- package/lib/components/ticketBooking/locales.d.ts +0 -304
- package/lib/components/ticketBooking/serve.d.ts +0 -287
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/lib/components/ticketBooking/utils/index.d.ts +0 -25
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/index.d.ts +0 -4
- package/lib/components/walletList/locales.d.ts +0 -43
- package/lib/components/walletList/types/index.d.ts +0 -196
- package/lib/hooks/useEngineContext.d.ts +0 -11
- package/lib/hooks/useLocale.d.ts +0 -2
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/hooks/useThemeTokens.js +0 -40
- package/lib/hooks/useTranslationOriginal.d.ts +0 -1
- package/lib/hooks/useTranslationOriginal.js +0 -42
- package/lib/hooks/useWindowSize.d.ts +0 -5
- package/lib/index.d.ts +0 -79
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/index.js +0 -457
- package/lib/plus/clientCard/index.less +0 -515
- package/lib/plus/clientCard/line/index.d.ts +0 -9
- package/lib/plus/clientCard/line/index.js +0 -153
- package/lib/plus/clientCard/line/index.less +0 -142
- package/lib/plus/clientCard/locales.d.ts +0 -28
- package/lib/plus/clientCard/locales.js +0 -51
- package/lib/plus/clientCard/types.d.ts +0 -135
- package/lib/plus/clientCard/types.js +0 -17
- package/lib/plus/clientCard/utils.d.ts +0 -8
- package/lib/plus/clientCard/utils.js +0 -75
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +0 -256
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/GenderField/index.js +0 -52
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -3
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +0 -78
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +0 -2
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +0 -193
- package/lib/plus/clinetSearch/Add/index.d.ts +0 -18
- package/lib/plus/clinetSearch/Add/index.js +0 -244
- package/lib/plus/clinetSearch/Add/index.less +0 -30
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +0 -5
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +0 -235
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +0 -2
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +0 -35
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +0 -46
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +0 -17
- package/lib/plus/clinetSearch/index.d.ts +0 -18
- package/lib/plus/clinetSearch/index.js +0 -237
- package/lib/plus/clinetSearch/index.less +0 -95
- package/lib/plus/clinetSearch/locales.d.ts +0 -178
- package/lib/plus/clinetSearch/locales.js +0 -201
- package/lib/plus/clinetSearch/serve.d.ts +0 -1
- package/lib/plus/clinetSearch/types.d.ts +0 -70
- package/lib/plus/clinetSearch/types.js +0 -17
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +0 -46
- package/lib/plus/contactInfo/locales.d.ts +0 -23
- package/lib/plus/contactInfoModal/locales.d.ts +0 -108
- package/lib/plus/orderList/components/BatchActionBar.d.ts +0 -9
- package/lib/plus/orderList/components/BatchActionBar.js +0 -567
- package/lib/plus/orderList/components/FilterList.d.ts +0 -8
- package/lib/plus/orderList/components/FilterList.js +0 -121
- package/lib/plus/orderList/components/HandleActions.d.ts +0 -6
- package/lib/plus/orderList/components/HandleActions.js +0 -52
- package/lib/plus/orderList/components/QuickFilter.d.ts +0 -5
- package/lib/plus/orderList/components/QuickFilter.js +0 -43
- package/lib/plus/orderList/components/Reset.d.ts +0 -7
- package/lib/plus/orderList/components/Reset.js +0 -58
- package/lib/plus/orderList/components/Toolbar.d.ts +0 -7
- package/lib/plus/orderList/components/Toolbar.js +0 -68
- package/lib/plus/orderList/config.d.ts +0 -155
- package/lib/plus/orderList/config.js +0 -764
- package/lib/plus/orderList/index.d.ts +0 -10
- package/lib/plus/orderList/index.js +0 -132
- package/lib/plus/orderList/index.less +0 -125
- package/lib/plus/orderList/locales.d.ts +0 -618
- package/lib/plus/orderList/locales.js +0 -737
- package/lib/plus/orderList/serve.d.ts +0 -42
- package/lib/plus/orderList/serve.js +0 -177
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +0 -5
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +0 -339
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +0 -16
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +0 -14
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +0 -455
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +0 -545
- package/lib/plus/pisellSalesGrid/index.d.ts +0 -4
- package/lib/plus/pisellSalesGrid/index.js +0 -42
- package/lib/plus/pisellSalesGrid/locales.d.ts +0 -9
- package/lib/plus/pisellSalesGrid/locales.js +0 -29
- package/lib/plus/pisellSalesGrid/serve.d.ts +0 -19
- package/lib/plus/pisellSalesGrid/serve.js +0 -142
- package/lib/plus/pisellSalesGrid/types.d.ts +0 -170
- package/lib/plus/pisellSalesGrid/types.js +0 -17
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +0 -253
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +0 -19
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +0 -193
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +0 -9
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +0 -106
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +0 -185
- package/lib/plus/pisellSalesManagement/config/booking.js +0 -500
- package/lib/plus/pisellSalesManagement/config/index.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/config/index.js +0 -43
- package/lib/plus/pisellSalesManagement/config/order.d.ts +0 -172
- package/lib/plus/pisellSalesManagement/config/order.js +0 -492
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +0 -15
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +0 -113
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +0 -699
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +0 -2
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +0 -700
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +0 -5
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +0 -42
- package/lib/plus/pisellSalesManagement/index.d.ts +0 -10
- package/lib/plus/pisellSalesManagement/index.js +0 -113
- package/lib/plus/pisellSalesManagement/locales.d.ts +0 -303
- package/lib/plus/pisellSalesManagement/locales.js +0 -326
- package/lib/plus/pisellSalesManagement/serve.d.ts +0 -26
- package/lib/plus/pisellSalesManagement/serve.js +0 -120
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +0 -21
- package/lib/plus/productSelect/ProductCard/index.d.ts +0 -47
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +0 -44
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -12
- package/lib/plus/productSelect/index.d.ts +0 -32
- package/lib/plus/productSelect/locales.d.ts +0 -38
- package/lib/plus/saasAttendance/index.d.ts +0 -6
- package/lib/plus/saasAttendance/index.js +0 -39
- package/lib/plus/saasAttendance/locales.d.ts +0 -591
- package/lib/plus/saasAttendance/locales.js +0 -615
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +0 -152
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +0 -88
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +0 -369
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/PermissonTab.js +0 -128
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +0 -107
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/lib/plus/saasAttendance/settings/components/MapField.js +0 -670
- package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/lib/plus/saasAttendance/settings/components/index.js +0 -42
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +0 -247
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +0 -70
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +0 -7
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +0 -150
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +0 -119
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +0 -447
- package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/index.js +0 -295
- package/lib/plus/saasAttendance/settings/index.less +0 -510
- package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -136
- package/lib/plus/saasAttendance/settings/types.js +0 -17
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/lib/plus/saasLogin/locales.d.ts +0 -83
- package/lib/plus/saasRegister/locales.d.ts +0 -193
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/lib/plus/saasRole/components/PermissionManager/index.js +0 -159
- package/lib/plus/saasRole/components/PermissionManager/index.less +0 -71
- package/lib/plus/saasRole/index.d.ts +0 -14
- package/lib/plus/saasRole/index.js +0 -780
- package/lib/plus/saasRole/index.less +0 -196
- package/lib/plus/saasRole/locales.d.ts +0 -319
- package/lib/plus/saasRole/locales.js +0 -345
- package/lib/plus/saasRole/serve.d.ts +0 -72
- package/lib/plus/saasRole/serve.js +0 -100
- package/lib/plus/saasRole/types.d.ts +0 -177
- package/lib/plus/saasRole/types.js +0 -17
- 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 +0 -31
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +0 -393
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +0 -672
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +0 -178
- package/lib/plus/saasTeamMembers/index.d.ts +0 -5
- package/lib/plus/saasTeamMembers/index.js +0 -448
- package/lib/plus/saasTeamMembers/index.less +0 -87
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
- package/lib/plus/saasTeamMembers/locales.js +0 -617
- package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
- package/lib/plus/saasTeamMembers/serve.js +0 -132
- package/lib/plus/saasTeamMembers/type.d.ts +0 -158
- package/lib/plus/saasTeamMembers/type.js +0 -17
- package/lib/plus/selectHolder/index.d.ts +0 -7
- package/lib/plus/selectHolder/locales.d.ts +0 -35
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +0 -6
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +0 -11
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +0 -16
- package/lib/plus/skuOptionsSelection/index.d.ts +0 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +0 -53
- package/lib/plus/skuOptionsSelection/store/store.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/types.d.ts +0 -443
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.d.ts +0 -19
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +0 -1
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +0 -4
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +0 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/lib/plus/walletEditor/locales.d.ts +0 -223
- package/lib/plus/walletEditor/types.d.ts +0 -54
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/lib/plus/walletPassGallery/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/locales.d.ts +0 -483
- package/lib/plus/walletPassGallery/serve.d.ts +0 -245
- package/lib/plus/walletPassGallery/utils.d.ts +0 -48
- package/lib/pro/Cards/components/SKUCard/index.d.ts +0 -5
- package/lib/pro/Cards/components/SKUCard/locales.d.ts +0 -12
- package/lib/pro/Cards/components/SKUCard/locales.js +0 -35
- package/lib/pro/Cards/components/SKUCard/types.d.ts +0 -73
- package/lib/pro/Cards/components/SKUCard/types.js +0 -17
- package/lib/pro/Login2.0/Login2.d.ts +0 -61
- package/lib/pro/Login2.0/locales.d.ts +0 -908
- package/lib/pro/Login2.0/shared/types.d.ts +0 -234
- package/lib/pro/NumericStepper/index.d.ts +0 -73
- package/lib/pro/Selector/BatchSelectorDemo.d.ts +0 -3
- package/lib/pro/Selector/Item.d.ts +0 -14
- package/lib/pro/Selector/Selector.d.ts +0 -14
- package/lib/pro/Selector/SelectorGroup.d.ts +0 -11
- package/lib/pro/Selector/components/Card/index.d.ts +0 -57
- package/lib/pro/Selector/components/Indicator/index.d.ts +0 -20
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +0 -18
- package/lib/pro/Selector/components/LayoutContainer/index.less +0 -19
- package/lib/pro/Selector/components/Media/index.d.ts +0 -6
- package/lib/pro/Selector/demo.d.ts +0 -3
- package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +0 -43
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +0 -24
- package/lib/pro/Selector/locales.d.ts +0 -58
- package/lib/pro/Selector/types.d.ts +0 -223
- package/lib/pro/Selector/utils/index.d.ts +0 -49
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +0 -11
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +0 -64
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +0 -28
- package/lib/pro/comprehensiveSearch/components/index.d.ts +0 -2
- package/lib/pro/comprehensiveSearch/components/index.js +0 -42
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +0 -24
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +0 -154
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +0 -100
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +0 -5
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +0 -56
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +0 -9
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +0 -70
- package/lib/pro/comprehensiveSearch/index.d.ts +0 -7
- package/lib/pro/comprehensiveSearch/index.js +0 -190
- package/lib/pro/comprehensiveSearch/index.less +0 -196
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/locales.js +0 -46
- package/lib/pro/comprehensiveSearch/types.d.ts +0 -32
- package/lib/pro/comprehensiveSearch/types.js +0 -17
- package/lib/pro/keyboards/index.d.ts +0 -2
- package/lib/pro/keyboards/index.js +0 -39
- package/lib/pro/keyboards/locales.d.ts +0 -38
- package/lib/pro/keyboards/locales.js +0 -61
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +0 -16
- package/lib/pro/keyboards/numberKeyboard/index.js +0 -400
- package/lib/pro/keyboards/numberKeyboard/index.less +0 -59
- package/lib/pro/keyboards/numberKeyboard/types.d.ts +0 -63
- package/lib/pro/keyboards/numberKeyboard/types.js +0 -17
- package/lib/pro/numberKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellNumberSelector/example.d.ts +0 -3
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +0 -13
- package/lib/pro/pisellPhoneKeyboard/index.js +0 -219
- package/lib/pro/pisellPhoneKeyboard/index.less +0 -157
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellPhoneKeyboard/locales.js +0 -41
- package/lib/pro/skuDetailModal/index.d.ts +0 -4
- package/lowcode/client-card/fragments/cardStyle.ts +0 -63
- package/lowcode/client-card/fragments/nameStyle.ts +0 -34
- package/lowcode/client-card/fragments/pisellAvatar.ts +0 -87
- package/lowcode/client-card/fragments/tagConfig.ts +0 -88
- package/lowcode/client-card/meta.ts +0 -343
- package/lowcode/client-search/meta.ts +0 -316
- package/lowcode/eco-cup-list/meta.ts +0 -27
- package/lowcode/eco-customer-list/meta.ts +0 -27
- package/lowcode/ecocup-cup-list/meta.ts +0 -38
- package/lowcode/ecocup-cup-project/meta.ts +0 -35
- package/lowcode/ecocup-customer-list/meta.ts +0 -38
- package/lowcode/order-list/meta.ts +0 -87
- package/lowcode/pisell-sales-management/meta.ts +0 -88
- package/lowcode/saas-attendance-settings/meta.ts +0 -56
- package/lowcode/saas-role/meta.ts +0 -35
- package/lowcode/saas-team-members/meta.ts +0 -35
|
@@ -1,1494 +0,0 @@
|
|
|
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;
|