@pisell/private-materials 6.3.116 → 6.3.118
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.css +1 -1
- package/build/lowcode/preview.js +153 -154
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +27 -12
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +29 -14
- package/es/businessModel/SalesModel/index.d.ts +1 -2
- package/es/components/Sales/index.d.ts +1 -1
- package/es/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
- package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/Cart/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/Content/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
- package/es/components/appointmentBooking/components/Footer/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/Header/index.d.ts +1 -2
- package/es/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -2
- package/es/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
- package/es/components/appointmentBooking/context.d.ts +2 -2
- package/es/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
- package/es/components/appointmentBooking/deposit/index.d.ts +1 -2
- package/es/components/appointmentBooking/index.d.ts +1 -2
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/TabProduct/index.d.ts +2 -2
- package/es/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
- package/es/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
- package/es/components/booking/components/authWrap/index.d.ts +1 -1
- package/es/components/booking/components/browserSelect/index.d.ts +1 -1
- package/es/components/booking/components/collapsibleList/utils.d.ts +1 -2
- package/es/components/booking/components/drawer/index.d.ts +1 -1
- package/es/components/booking/components/emptyBooking/index.d.ts +1 -2
- package/es/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
- package/es/components/booking/components/footer/index.d.ts +1 -2
- package/es/components/booking/components/footer/index.js +26 -20
- package/es/components/booking/components/footer/utils.js +24 -11
- package/es/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
- package/es/components/booking/components/menuButton/index.d.ts +1 -1
- package/es/components/booking/components/reloadResourceModal/index.d.ts +1 -2
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/index.d.ts +1 -2
- package/es/components/booking/dashboard/index.d.ts +1 -1
- package/es/components/booking/dashboard/serve.d.ts +1 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +1 -1
- package/es/components/booking/deposit/DepositItem/index.d.ts +1 -1
- package/es/components/booking/deposit/index.d.ts +1 -2
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/forms/footer.d.ts +1 -2
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/forms/serve.d.ts +18 -0
- package/es/components/booking/forms/single/index.d.ts +1 -2
- package/es/components/booking/forms/table/index.d.ts +1 -2
- package/es/components/booking/hooks/useClearCart.d.ts +1 -2
- package/es/components/booking/hooks/useClearCart.js +39 -9
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/hooks/useQuotation.d.ts +1 -2
- package/es/components/booking/info/addServiceVariant/index.d.ts +1 -2
- package/es/components/booking/info/client/index.d.ts +1 -1
- package/es/components/booking/info/client/serve.d.ts +2 -0
- package/es/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
- package/es/components/booking/info/date/index.d.ts +1 -2
- package/es/components/booking/info/dateRange/index.d.ts +1 -2
- package/es/components/booking/info/header/index.d.ts +1 -2
- package/es/components/booking/info/header/index.js +7 -7
- package/es/components/booking/info/header/index.less +5 -5
- package/es/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +2 -3
- package/es/components/booking/info/index.d.ts +1 -2
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/notes/index.d.ts +1 -2
- package/es/components/booking/info/pet/index.d.ts +1 -1
- package/es/components/booking/info/pet/serve.d.ts +1 -0
- package/es/components/booking/info/service/Lists.d.ts +1 -2
- package/es/components/booking/info/service/actions/index.d.ts +1 -2
- package/es/components/booking/info/service/addService/index.d.ts +1 -2
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info/service/addTimeModal/index.d.ts +1 -2
- package/es/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/es/components/booking/info/service/editService/BookingList/index.d.ts +1 -2
- package/es/components/booking/info/service/index.d.ts +1 -1
- package/es/components/booking/info/service/index.less +4 -2
- package/es/components/booking/info/service/like/index.d.ts +2 -2
- package/es/components/booking/info/service/serve.d.ts +20 -0
- package/es/components/booking/info/service/serviceItem/index.d.ts +1 -2
- package/es/components/booking/info/service/serviceList/index.d.ts +1 -2
- package/es/components/booking/info/service2/Lists.d.ts +1 -2
- package/es/components/booking/info/service2/index.d.ts +1 -1
- package/es/components/booking/info/service2/utils.d.ts +1 -1
- package/es/components/booking/info2/serve.d.ts +6 -0
- package/es/components/booking/info2/service/actions/index.d.ts +1 -2
- package/es/components/booking/info2/service/addService/index.d.ts +1 -2
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
- package/es/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
- package/es/components/booking/info2/service/editService/index.js +36 -6
- package/es/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/es/components/booking/info2/service/editService/utils.js +76 -0
- package/es/components/booking/info2/service/index.d.ts +1 -1
- package/es/components/booking/info2/service/serviceItem/index.d.ts +1 -2
- package/es/components/booking/info2/service/serviceList/index.d.ts +1 -2
- package/es/components/booking/locales.d.ts +1494 -0
- package/es/components/booking/locales.js +742 -0
- package/es/components/booking/materiels/contacts/index.d.ts +1 -2
- package/es/components/booking/materiels/duration/index.d.ts +1 -2
- package/es/components/booking/materiels/holder/index.d.ts +1 -2
- package/es/components/booking/materiels/startTime/index.d.ts +1 -2
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
- package/es/components/booking/notes/NoteBlock/index.d.ts +1 -2
- package/es/components/booking/notes/NoteBlock/index.js +3 -2
- package/es/components/booking/notes/addNote/index.d.ts +1 -2
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/ecocup/components/AddCustomerModal/index.d.ts +9 -0
- package/es/components/{eftpos/PairModal → ecocup/components/AddCustomerModal}/index.js +159 -189
- package/es/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/es/components/ecocup/components/CupActionList/index.d.ts +13 -0
- package/es/components/ecocup/components/CupActionList/index.js +91 -0
- package/es/components/ecocup/components/CupActionList/index.less +102 -0
- package/es/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CupActionModal/hooks.js +68 -0
- package/es/components/ecocup/components/CupActionModal/index.d.ts +14 -0
- package/es/components/ecocup/components/CupActionModal/index.js +92 -0
- package/es/components/ecocup/components/CupActionModal/index.less +38 -0
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +9 -0
- package/es/components/ecocup/components/CupInfoCard/index.js +14 -0
- package/es/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.js +176 -0
- package/es/components/ecocup/components/CupStatusModal/index.d.ts +13 -0
- package/es/components/ecocup/components/CupStatusModal/index.js +281 -0
- package/es/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/es/components/ecocup/components/CustomerAndCupModal/hooks.js +133 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.d.ts +16 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.js +227 -0
- package/es/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +8 -0
- package/es/components/ecocup/components/CustomerCard/index.js +37 -0
- package/es/components/ecocup/components/CustomerCard/index.less +50 -0
- package/es/components/ecocup/components/MoreDropdown/index.d.ts +8 -0
- package/es/components/ecocup/components/MoreDropdown/index.js +33 -0
- package/es/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/es/components/ecocup/components/PageHeader/index.js +47 -0
- package/es/components/ecocup/components/PageHeader/index.less +31 -0
- package/es/components/ecocup/components/SearchBar/const.d.ts +4 -0
- package/es/components/ecocup/components/SearchBar/const.js +16 -0
- package/es/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/es/components/ecocup/components/SearchBar/hooks.js +184 -0
- package/es/components/ecocup/components/SearchBar/index.d.ts +13 -0
- package/es/components/ecocup/components/SearchBar/index.js +248 -0
- package/es/components/ecocup/components/SearchBar/index.less +88 -0
- package/es/components/ecocup/components/SettingModal/const.d.ts +6 -0
- package/es/components/ecocup/components/SettingModal/const.js +17 -0
- package/es/components/ecocup/components/SettingModal/index.d.ts +8 -0
- package/es/components/ecocup/components/SettingModal/index.js +253 -0
- package/es/components/ecocup/components/SettingModal/index.less +9 -0
- package/es/components/ecocup/cupList/const.d.ts +140 -0
- package/es/components/ecocup/cupList/const.js +319 -0
- package/es/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/es/components/ecocup/cupList/hooks/index.js +4 -0
- package/es/components/ecocup/cupList/hooks/useColumns.d.ts +44 -0
- package/es/components/ecocup/cupList/hooks/useColumns.js +166 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.js +312 -0
- package/es/components/ecocup/cupList/hooks/useSummary.d.ts +2 -0
- package/es/components/ecocup/cupList/hooks/useSummary.js +42 -0
- package/es/components/ecocup/cupList/index.d.ts +6 -0
- package/es/components/ecocup/cupList/index.js +268 -0
- package/es/components/ecocup/cupList/index.less +159 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/cupProject/const.js +33 -0
- package/es/components/ecocup/cupProject/index.d.ts +3 -0
- package/es/components/ecocup/cupProject/index.js +112 -0
- package/es/components/ecocup/cupProject/index.less +41 -0
- package/es/components/ecocup/customerList/const.d.ts +44 -0
- package/es/components/ecocup/customerList/const.js +67 -0
- package/es/components/ecocup/customerList/hooks/index.d.ts +3 -0
- package/es/components/ecocup/customerList/hooks/index.js +3 -0
- package/es/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
- package/es/components/ecocup/customerList/hooks/useColumns.js +44 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
- package/es/components/ecocup/customerList/hooks/useCustomerApi.js +70 -0
- package/es/components/ecocup/customerList/index.d.ts +7 -0
- package/es/components/ecocup/customerList/index.js +127 -0
- package/es/components/ecocup/customerList/index.less +15 -0
- package/es/components/ecocup/hooks.d.ts +57 -0
- package/es/components/ecocup/hooks.js +168 -0
- package/es/components/ecocup/locales.d.ts +653 -0
- package/es/components/ecocup/locales.js +699 -0
- package/es/components/ecocup/types.d.ts +103 -0
- package/es/components/ecocup/types.js +36 -0
- package/es/components/ecocup/utils/download.d.ts +7 -0
- package/es/components/ecocup/utils/download.js +34 -0
- package/es/components/ecocup/utils/index.d.ts +2 -0
- package/es/components/ecocup/utils/index.js +2 -0
- package/es/components/ecocup/utils/scanListener.d.ts +20 -0
- package/es/components/ecocup/utils/scanListener.js +107 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/const.js +0 -2
- package/es/components/eftpos/device.d.ts +2 -4
- package/es/components/eftpos/device.js +3 -5
- package/es/components/eftpos/deviceList/index.d.ts +2 -2
- package/es/components/eftpos/form/index.d.ts +1 -2
- package/es/components/eftpos/group/index.d.ts +3 -3
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/hooks.js +0 -35
- package/es/components/eftpos/icon/apiKey.d.ts +2 -2
- package/es/components/eftpos/icon/device.d.ts +2 -2
- package/es/components/eftpos/index.d.ts +1 -2
- package/es/components/eftpos/index.js +25 -184
- package/es/components/eftpos/index.less +1 -26
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +85 -104
- package/es/components/eftpos/log.d.ts +2 -2
- package/es/components/eftpos/pos.d.ts +1 -2
- package/es/components/eftpos/receipt/index.d.ts +2 -2
- package/es/components/eftpos/surcharge/index.d.ts +1 -2
- package/es/components/eftpos/table.js +3 -47
- package/es/components/eftposPay/amount.d.ts +1 -2
- package/es/components/eftposPay/app.d.ts +10 -0
- package/es/components/eftposPay/component/alert/index.d.ts +1 -1
- package/es/components/eftposPay/component/alert/warn.d.ts +2 -2
- package/es/components/eftposPay/component/fail/failCustom.d.ts +1 -2
- package/es/components/eftposPay/component/fail/failCustom.js +17 -12
- package/es/components/eftposPay/component/fail/index.d.ts +1 -2
- package/es/components/eftposPay/component/fail/index.js +5 -4
- package/es/components/eftposPay/component/fail/network.d.ts +1 -2
- package/es/components/eftposPay/component/fail/unknow.d.ts +1 -2
- package/es/components/eftposPay/component/header/index.d.ts +1 -1
- package/es/components/eftposPay/component/header/titlebar.d.ts +2 -2
- package/es/components/eftposPay/component/manual/index.d.ts +1 -2
- package/es/components/eftposPay/component/signature/index.d.ts +1 -2
- package/es/components/eftposPay/component/step/index.d.ts +2 -2
- package/es/components/eftposPay/component/step/step.d.ts +2 -2
- package/es/components/eftposPay/const.d.ts +186 -0
- package/es/components/eftposPay/const.js +0 -2
- package/es/components/eftposPay/device.d.ts +1 -2
- package/es/components/eftposPay/device.js +210 -42
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/index.d.ts +1 -2
- package/es/components/eftposPay/index.js +5 -1
- package/es/components/eftposPay/linkly/const.js +1 -1
- package/es/components/eftposPay/linkly/index.d.ts +1 -2
- package/es/components/eftposPay/linkly/index.js +0 -1
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +328 -5
- package/es/components/eftposPay/manufacturer.d.ts +0 -1
- package/es/components/eftposPay/manufacturer.js +0 -4
- package/es/components/eftposPay/pay.d.ts +1 -2
- package/es/components/eftposPay/pay.js +2 -7
- package/es/components/eftposPay/payo/config.d.ts +2 -3
- package/es/components/eftposPay/payo/config.js +1 -0
- package/es/components/eftposPay/payo/const.js +1 -1
- package/es/components/eftposPay/payo/index.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +358 -0
- package/es/components/eftposPay/tip.d.ts +1 -2
- package/es/components/eftposPay/tyro/const.js +1 -1
- package/es/components/eftposPay/tyro/index.d.ts +1 -1
- package/es/components/eftposPay/windcave/const.js +1 -1
- package/es/components/eftposPay/windcave/receiptAction.d.ts +2 -3
- package/es/components/eftposPay/windcave/windcave.d.ts +1 -2
- package/es/components/eftposPay/windcave/windcave.js +9 -9
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
- package/es/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
- package/es/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/es/components/eventBooking/components/Voucher/index.d.ts +1 -2
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -2
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -2
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -2
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -1
- package/es/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
- package/es/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
- package/es/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
- package/es/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
- package/es/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -2
- package/es/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
- package/es/components/eventBooking/index.d.ts +1 -2
- package/es/components/eventBooking/locales.d.ts +408 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/kioskSkuDetail/index.d.ts +1 -1
- package/es/components/kioskSkuDetail/index.js +39 -10
- package/es/components/kioskSkuDetail/locales.d.ts +48 -0
- package/es/components/kioskSkuDetail/locales.js +24 -3
- package/es/components/login/index.d.ts +1 -2
- package/es/components/login/locales.d.ts +38 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentList/payment/google_pay.svg +26 -8
- package/es/components/pay/toC/PaymentList/payment/google_pay2.svg +9 -0
- package/es/components/pay/toC/PaymentList/serve.js +2 -2
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +65 -21
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +46 -18
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +14 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +167 -56
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +83 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +260 -33
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +309 -126
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -2
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -2
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/es/components/pay/toC/PaymentMethods/index.js +12 -2
- package/es/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -2
- package/es/components/pay/toC/index.js +53 -18
- package/es/components/pay/toC/locales.d.ts +626 -0
- package/es/components/pay/toC/locales.js +381 -12
- package/es/components/pay/toC/model.d.ts +9 -1
- package/es/components/pay/toC/serve.d.ts +12 -0
- package/es/components/pay/toC/serve.js +42 -3
- package/es/components/pay/toC/utils.d.ts +5 -0
- package/es/components/pay/toC/utils.js +10 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/index.d.ts +1 -2
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/fields/Actor/index.d.ts +1 -2
- package/es/components/productExtension/fields/Forms/index.d.ts +2 -2
- package/es/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
- package/es/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
- package/es/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
- package/es/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
- package/es/components/productExtension/index.d.ts +1 -2
- package/es/components/productExtension/locales.d.ts +78 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/components/TabProduct/index.d.ts +1 -2
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/components/productGroup/index.d.ts +2 -3
- package/es/components/productSelect/index.d.ts +1 -1
- package/es/components/productSelect/locales.d.ts +38 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/index.d.ts +1 -2
- package/es/components/ruleSetting/locales.d.ts +78 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/ruleSetting/ruleBorder/index.d.ts +1 -2
- package/es/components/schedules/calendar/calendarItem.d.ts +1 -2
- package/es/components/schedules/calendar/index.d.ts +1 -2
- package/es/components/schedules/components/Card/index.d.ts +1 -1
- package/es/components/schedules/components/CurrentDay/index.d.ts +1 -2
- package/es/components/schedules/components/ResourceList/index.d.ts +1 -1
- package/es/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
- package/es/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -2
- package/es/components/schedules/components/ScheduleList/index.d.ts +1 -2
- package/es/components/schedules/components/Search/index.d.ts +1 -1
- package/es/components/schedules/locales.d.ts +143 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
- package/es/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
- package/es/components/schedules/products/index.d.ts +1 -2
- package/es/components/schedules/products/list/ProductItem/index.d.ts +1 -2
- package/es/components/schedules/products/list/index.d.ts +1 -2
- package/es/components/schedules/resources/index.d.ts +1 -2
- package/es/components/schedules/resources/list/index.d.ts +1 -2
- package/es/components/schedules/resources/relationProduct/index.d.ts +1 -2
- package/es/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
- package/es/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
- package/es/components/schedules/schedules/Schedules.d.ts +1 -1
- package/es/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
- package/es/components/schedules/schedules/index.d.ts +1 -2
- package/es/components/shoppingCart/Provider.d.ts +3 -0
- package/es/components/shoppingCart/components/Cart/Product.d.ts +1 -2
- package/es/components/shoppingCart/components/Cart/index.d.ts +1 -2
- package/es/components/shoppingCart/components/Cart/index.less +1 -0
- package/es/components/shoppingCart/components/Empty/index.d.ts +1 -1
- package/es/components/shoppingCart/components/Render/index.d.ts +2 -2
- package/es/components/shoppingCart/hooks/useAddService.d.ts +1 -2
- package/es/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
- package/es/components/shoppingCart/hooks/useClearCart.js +41 -11
- package/es/components/shoppingCart/index.d.ts +1 -2
- package/es/components/shoppingCart/locales.d.ts +53 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/mock.d.ts +40 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/shoppingCart/utils.d.ts +63 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/index.d.ts +1 -1
- package/es/components/subTotal/locales.d.ts +68 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +58 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +251 -47
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/es/components/systemSettings/registry/index.js +20 -16
- package/es/components/systemSettings/registry/index.less +6 -7
- package/es/components/systemSettings/registry/locales.d.ts +534 -0
- package/es/components/systemSettings/registry/locales.js +274 -3
- package/es/components/systemSettings/registry/services.d.ts +97 -0
- package/es/components/systemSettings/registry/types.d.ts +140 -0
- package/es/components/tabProduct/index.d.ts +1 -1
- package/es/components/taxSelect/index.d.ts +1 -2
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
- package/es/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -2
- package/es/components/ticketBooking/components/menuBar/index.d.ts +1 -2
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
- package/es/components/ticketBooking/components/timeBar/index.d.ts +1 -2
- package/es/components/ticketBooking/index.d.ts +1 -2
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/miniRedux.d.ts +1 -1
- package/es/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.d.ts +1 -2
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +43 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/model.d.ts +1 -1
- package/es/components/walletList/tempHolderSelector/index.d.ts +2 -2
- package/es/components/walletList/types/index.d.ts +196 -0
- package/es/components/workSpaceList/components/Modal/index.d.ts +1 -2
- package/es/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
- package/es/hooks/useEngineContext.d.ts +11 -0
- package/es/hooks/useEngineContext.js +7 -0
- package/es/hooks/useLocale.d.ts +2 -0
- package/es/hooks/useLocale.js +8 -1
- package/es/hooks/usePaymentLogger.d.ts +2 -2
- package/es/hooks/useThemeTokens.d.ts +7 -0
- package/es/hooks/useThemeTokens.js +20 -0
- package/es/hooks/useTranslationOriginal.d.ts +1 -0
- package/es/hooks/useTranslationOriginal.js +10 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/index.d.ts +16 -3
- package/es/index.js +13 -1
- package/es/plus/clientCard/index.d.ts +7 -0
- package/es/plus/clientCard/index.js +462 -0
- package/es/plus/clientCard/index.less +515 -0
- package/es/plus/clientCard/line/index.d.ts +9 -0
- package/es/plus/clientCard/line/index.js +157 -0
- package/es/plus/clientCard/line/index.less +142 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +27 -0
- package/es/plus/clientCard/types.d.ts +135 -0
- package/es/plus/clientCard/types.js +1 -0
- package/es/plus/clientCard/utils.d.ts +8 -0
- package/es/plus/clientCard/utils.js +59 -0
- package/es/plus/clientName/index.d.ts +2 -2
- package/es/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -0
- package/es/plus/clinetSearch/Add/BirthdayField/index.js +277 -0
- package/es/plus/clinetSearch/Add/GenderField/index.d.ts +2 -0
- package/es/plus/clinetSearch/Add/GenderField/index.js +18 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/es/plus/clinetSearch/Add/PhoneField/index.js +52 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/es/plus/clinetSearch/Add/PhoneField/serve.js +166 -0
- package/es/plus/clinetSearch/Add/index.d.ts +18 -0
- package/es/plus/clinetSearch/Add/index.js +213 -0
- package/es/plus/clinetSearch/Add/index.less +30 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/es/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +265 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/es/plus/clinetSearch/InfiniteScroll/index.js +1 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/es/plus/clinetSearch/InfiniteScroll/types.js +1 -0
- package/es/plus/clinetSearch/index.d.ts +18 -0
- package/es/plus/clinetSearch/index.js +234 -0
- package/es/plus/clinetSearch/index.less +95 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +177 -0
- package/es/plus/clinetSearch/serve.d.ts +1 -0
- package/es/plus/clinetSearch/serve.js +31 -0
- package/es/plus/clinetSearch/types.d.ts +70 -0
- package/es/plus/clinetSearch/types.js +1 -0
- package/es/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
- package/es/plus/contactInfo/components/SwipeAction/index.js +1 -1
- package/es/plus/contactInfo/locales.d.ts +23 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
- package/es/plus/contactInfoModal/locales.d.ts +108 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/components/BatchActionBar.d.ts +9 -0
- package/es/plus/orderList/components/BatchActionBar.js +835 -0
- package/es/plus/orderList/components/FilterList.d.ts +8 -0
- package/es/plus/orderList/components/FilterList.js +78 -0
- package/es/plus/orderList/components/HandleActions.d.ts +5 -0
- package/es/plus/orderList/components/HandleActions.js +27 -0
- package/es/plus/orderList/components/QuickFilter.d.ts +4 -0
- package/es/plus/orderList/components/QuickFilter.js +14 -0
- package/es/plus/orderList/components/Reset.d.ts +6 -0
- package/es/plus/orderList/components/Reset.js +23 -0
- package/es/plus/orderList/components/Toolbar.d.ts +6 -0
- package/es/plus/orderList/components/Toolbar.js +59 -0
- package/es/plus/orderList/config.d.ts +154 -0
- package/es/plus/orderList/config.js +786 -0
- package/es/plus/orderList/index.d.ts +10 -0
- package/es/plus/orderList/index.js +133 -0
- package/es/plus/orderList/index.less +125 -0
- package/es/plus/orderList/locales.d.ts +618 -0
- package/es/plus/orderList/locales.js +733 -0
- package/es/plus/orderList/serve.d.ts +42 -0
- package/es/plus/orderList/serve.js +351 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +363 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/es/plus/pisellSalesGrid/PisellSalesGrid.stories.js +559 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/es/plus/pisellSalesGrid/hooks/useActions.js +723 -0
- package/es/plus/pisellSalesGrid/index.d.ts +4 -0
- package/es/plus/pisellSalesGrid/index.js +3 -0
- package/es/plus/pisellSalesGrid/locales.d.ts +9 -0
- package/es/plus/pisellSalesGrid/locales.js +8 -0
- package/es/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/es/plus/pisellSalesGrid/serve.js +151 -0
- package/es/plus/pisellSalesGrid/types.d.ts +170 -0
- package/es/plus/pisellSalesGrid/types.js +1 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +14 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +221 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/es/plus/pisellSalesManagement/components/BookingNotesPreview.js +167 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/es/plus/pisellSalesManagement/components/ResourceSelector.js +102 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +185 -0
- package/es/plus/pisellSalesManagement/config/booking.js +380 -0
- package/es/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/es/plus/pisellSalesManagement/config/index.js +11 -0
- package/es/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/es/plus/pisellSalesManagement/config/order.js +460 -0
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
- package/es/plus/pisellSalesManagement/hooks/perspectiveUtils.js +66 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +651 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +656 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/es/plus/pisellSalesManagement/hooks/usePerspectives.js +12 -0
- package/es/plus/pisellSalesManagement/index.d.ts +10 -0
- package/es/plus/pisellSalesManagement/index.js +84 -0
- package/es/plus/pisellSalesManagement/locales.d.ts +303 -0
- package/es/plus/pisellSalesManagement/locales.js +302 -0
- package/es/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/es/plus/pisellSalesManagement/serve.js +222 -0
- package/es/plus/productSelect/ProductCard/index.d.ts +2 -2
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/index.d.ts +1 -1
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/index.d.ts +6 -0
- package/es/plus/saasAttendance/index.js +5 -0
- package/es/plus/saasAttendance/locales.d.ts +591 -0
- package/es/plus/saasAttendance/locales.js +657 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/BasicInfoTab.js +96 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/ClockInMethodTab.js +81 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.js +293 -0
- package/es/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/PermissonTab.js +79 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.js +115 -0
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +848 -0
- package/es/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/es/plus/saasAttendance/settings/components/index.js +2 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +7 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.js +216 -0
- package/es/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +149 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/components/shiftModal/index.js +438 -0
- package/es/plus/saasAttendance/settings/index.d.ts +18 -0
- package/es/plus/saasAttendance/settings/index.js +262 -0
- package/es/plus/saasAttendance/settings/index.less +510 -0
- package/es/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/es/plus/saasAttendance/settings/serve.js +83 -0
- package/es/plus/saasAttendance/settings/types.d.ts +136 -0
- package/es/plus/saasAttendance/settings/types.js +1 -0
- package/es/plus/saasCreateOrganization/components/Header.d.ts +1 -2
- package/es/plus/saasCreateOrganization/index.d.ts +1 -2
- package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +83 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/components/EntryEmail.d.ts +1 -2
- package/es/plus/saasRegister/components/EntryInfo.d.ts +1 -2
- package/es/plus/saasRegister/components/GoLogin.d.ts +1 -2
- package/es/plus/saasRegister/components/Header.d.ts +1 -2
- package/es/plus/saasRegister/components/VerifyError.d.ts +1 -2
- package/es/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
- package/es/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
- package/es/plus/saasRegister/locales.d.ts +193 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
- package/es/plus/saasRole/components/PermissionManager/index.js +211 -0
- package/es/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/es/plus/saasRole/index.d.ts +14 -0
- package/es/plus/saasRole/index.js +1036 -0
- package/es/plus/saasRole/index.less +196 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +319 -0
- package/es/plus/saasRole/serve.d.ts +72 -0
- package/es/plus/saasRole/serve.js +304 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasRole/types.js +1 -0
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasRole/utils.js +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +503 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.js +634 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/es/plus/saasTeamMembers/index.d.ts +5 -0
- package/es/plus/saasTeamMembers/index.js +529 -0
- package/es/plus/saasTeamMembers/index.less +87 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +591 -0
- package/es/plus/saasTeamMembers/serve.d.ts +95 -0
- package/es/plus/saasTeamMembers/serve.js +374 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/saasTeamMembers/type.js +1 -0
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -2
- package/es/plus/selectHolder/locales.d.ts +35 -0
- package/es/plus/selectHolder/locales.js +18 -0
- package/es/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
- package/es/plus/skuOptionsSelection/components/NormalCard/index.js +16 -8
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +6 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/es/plus/skuOptionsSelection/components/OptionsCard/index.less +22 -7
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
- package/es/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -10
- package/es/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
- package/es/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
- package/es/plus/skuOptionsSelection/index.js +4 -3
- package/es/plus/skuOptionsSelection/locales.d.ts +58 -0
- package/es/plus/skuOptionsSelection/locales.js +28 -3
- package/es/plus/skuOptionsSelection/store/store.d.ts +4 -0
- package/es/plus/skuOptionsSelection/store/store.js +2 -1
- package/es/plus/skuOptionsSelection/types.d.ts +458 -0
- package/es/plus/skuOptionsSelection/types.js +4 -0
- package/es/plus/skuOptionsSelection/utils/transformBundleGroup.js +11 -2
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/es/plus/skuOptionsSelection/utils/transformOptionGroup.js +11 -2
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/es/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +49 -58
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/es/plus/skuOptionsSelection/utils/transformVariantGroup.js +9 -3
- package/es/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/es/plus/walletEditor/locales.d.ts +223 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +54 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +2 -2
- package/es/plus/walletPassGallery/components/passDetail/index.js +80 -39
- package/es/plus/walletPassGallery/components/passList/index.d.ts +1 -2
- package/es/plus/walletPassGallery/components/passList/index.js +12 -4
- package/es/plus/walletPassGallery/components/recharge/index.js +13 -5
- package/es/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +3 -2
- package/es/plus/walletPassGallery/components/timelineSection/index.js +19 -2
- package/es/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
- package/es/plus/walletPassGallery/index.d.ts +5 -2
- package/es/plus/walletPassGallery/index.js +95 -46
- package/es/plus/walletPassGallery/locales.d.ts +483 -0
- package/es/plus/walletPassGallery/locales.js +216 -3
- package/es/plus/walletPassGallery/serve.d.ts +3 -1
- package/es/plus/walletPassGallery/serve.js +13 -13
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Cards/components/SKUCard/index.d.ts +1 -56
- package/es/pro/Cards/components/SKUCard/index.js +53 -20
- package/es/pro/Cards/components/SKUCard/index.less +41 -5
- package/es/pro/Cards/components/SKUCard/locales.d.ts +12 -0
- package/es/pro/Cards/components/SKUCard/locales.js +11 -0
- package/es/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/es/pro/Cards/components/SKUCard/types.js +1 -0
- package/es/pro/Login2.0/Login2.js +8 -8
- package/es/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
- package/es/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
- package/es/pro/Login2.0/components/PhoneInput.d.ts +1 -1
- package/es/pro/Login2.0/locales.d.ts +908 -0
- package/es/pro/Login2.0/locales.js +365 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/Login2.0/steps/CodeInput.d.ts +2 -6
- package/es/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
- package/es/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
- package/es/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
- package/es/pro/Login2.0/steps/SetPassword.d.ts +2 -5
- package/es/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
- package/es/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
- package/es/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
- package/es/pro/NumericStepper/index.d.ts +73 -0
- package/es/pro/NumericStepper/index.js +181 -107
- package/es/pro/NumericStepper/index.less +287 -143
- package/es/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/es/pro/Selector/BatchSelectorDemo.js +2 -12
- package/es/pro/Selector/Item.d.ts +14 -0
- package/es/pro/Selector/Selector.js +39 -30
- package/es/pro/Selector/SelectorGroup.d.ts +1 -1
- package/es/pro/Selector/SelectorGroup.js +5 -1
- package/es/pro/Selector/components/Card/index.d.ts +57 -0
- package/es/pro/Selector/components/Card/index.js +11 -10
- package/es/pro/Selector/components/Card/index.less +30 -14
- package/es/pro/Selector/components/Indicator/index.d.ts +20 -0
- package/es/pro/Selector/components/Indicator/index.js +3 -2
- package/es/pro/Selector/components/Indicator/index.less +16 -13
- package/es/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
- package/es/pro/Selector/components/LayoutContainer/index.js +226 -9
- package/es/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/es/pro/Selector/components/Media/index.d.ts +6 -0
- package/es/pro/Selector/components/Media/index.less +1 -1
- package/es/pro/Selector/demo.d.ts +3 -0
- package/es/pro/Selector/demo.js +1 -1
- package/es/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
- package/es/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/es/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/es/pro/Selector/hooks/usePresetProps.js +60 -6
- package/es/pro/Selector/locales.d.ts +58 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/Selector/selector.less +0 -64
- package/es/pro/Selector/selectorGroup.less +9 -1
- package/es/pro/Selector/types.d.ts +223 -0
- package/es/pro/Selector/utils/index.d.ts +49 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.js +54 -0
- package/es/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/es/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/es/pro/comprehensiveSearch/components/index.js +2 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.js +141 -0
- package/es/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +22 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/es/pro/comprehensiveSearch/hooks/useNativeScanner.js +24 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/es/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +44 -0
- package/es/pro/comprehensiveSearch/index.d.ts +7 -0
- package/es/pro/comprehensiveSearch/index.js +207 -0
- package/es/pro/comprehensiveSearch/index.less +196 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +22 -0
- package/es/pro/comprehensiveSearch/types.d.ts +32 -0
- package/es/pro/comprehensiveSearch/types.js +1 -0
- package/es/pro/keyboards/index.d.ts +2 -0
- package/es/pro/keyboards/index.js +1 -0
- package/es/pro/keyboards/locales.d.ts +38 -0
- package/es/pro/keyboards/locales.js +57 -0
- package/es/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/es/pro/keyboards/numberKeyboard/index.js +523 -0
- package/es/pro/keyboards/numberKeyboard/index.less +59 -0
- package/es/pro/keyboards/numberKeyboard/types.d.ts +63 -0
- package/es/pro/keyboards/numberKeyboard/types.js +1 -0
- package/es/pro/numberKeyboard/index.d.ts +1 -1
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellNumberSelector/example.d.ts +3 -0
- package/es/pro/pisellPaymentList/example.d.ts +10 -11
- package/es/pro/pisellPhoneKeyboard/index.d.ts +12 -0
- package/es/pro/pisellPhoneKeyboard/index.js +210 -0
- package/es/pro/pisellPhoneKeyboard/index.less +157 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +17 -0
- package/lib/businessModel/SalesModel/index.d.ts +1 -2
- package/lib/components/Sales/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Cart/Item/Total.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Cart/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Content/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/components/Deposit/index.d.ts +2 -3
- package/lib/components/appointmentBooking/components/Footer/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Guest/components/InformationOptionsModal/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Header/index.d.ts +1 -2
- package/lib/components/appointmentBooking/components/TimeSlicing/components/SelectDateOS.d.ts +1 -2
- package/lib/components/appointmentBooking/components/Voucher/index.d.ts +1 -2
- package/lib/components/appointmentBooking/context.d.ts +2 -2
- package/lib/components/appointmentBooking/deposit/components/PolicyModal/index.d.ts +1 -2
- package/lib/components/appointmentBooking/deposit/index.d.ts +1 -2
- package/lib/components/appointmentBooking/index.d.ts +1 -2
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/TabProduct/index.d.ts +2 -2
- package/lib/components/booking/components/TabProduct/productItem/index.d.ts +1 -2
- package/lib/components/booking/components/TabProduct/selectProductItem/index.d.ts +1 -2
- package/lib/components/booking/components/authWrap/index.d.ts +1 -1
- package/lib/components/booking/components/browserSelect/index.d.ts +1 -1
- package/lib/components/booking/components/collapsibleList/utils.d.ts +1 -2
- package/lib/components/booking/components/drawer/index.d.ts +1 -1
- package/lib/components/booking/components/emptyBooking/index.d.ts +1 -2
- package/lib/components/booking/components/footer/FooterMenus/index.d.ts +1 -2
- package/lib/components/booking/components/footer/index.d.ts +1 -2
- package/lib/components/booking/components/footer/index.js +5 -0
- package/lib/components/booking/components/footer/utils.js +15 -3
- package/lib/components/booking/components/formItemChildrenWrap/index.d.ts +2 -2
- package/lib/components/booking/components/menuButton/index.d.ts +1 -1
- package/lib/components/booking/components/reloadResourceModal/index.d.ts +1 -2
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/index.d.ts +1 -2
- package/lib/components/booking/dashboard/index.d.ts +1 -1
- package/lib/components/booking/dashboard/serve.d.ts +1 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +1 -1
- package/lib/components/booking/deposit/DepositItem/index.d.ts +1 -1
- package/lib/components/booking/deposit/index.d.ts +1 -2
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/forms/footer.d.ts +1 -2
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/forms/serve.d.ts +18 -0
- package/lib/components/booking/forms/single/index.d.ts +1 -2
- package/lib/components/booking/forms/table/index.d.ts +1 -2
- package/lib/components/booking/hooks/useClearCart.d.ts +1 -2
- package/lib/components/booking/hooks/useClearCart.js +28 -6
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/hooks/useQuotation.d.ts +1 -2
- package/lib/components/booking/info/addServiceVariant/index.d.ts +1 -2
- package/lib/components/booking/info/client/index.d.ts +1 -1
- package/lib/components/booking/info/client/serve.d.ts +2 -0
- package/lib/components/booking/info/clientVariant/hooks/useClientFn.d.ts +1 -2
- package/lib/components/booking/info/date/index.d.ts +1 -2
- package/lib/components/booking/info/dateRange/index.d.ts +1 -2
- package/lib/components/booking/info/header/index.d.ts +1 -2
- package/lib/components/booking/info/header/index.js +7 -7
- package/lib/components/booking/info/header/index.less +5 -5
- package/lib/components/booking/info/hooks/useGetHolderList.d.ts +1 -1
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +2 -3
- package/lib/components/booking/info/index.d.ts +1 -2
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/notes/index.d.ts +1 -2
- package/lib/components/booking/info/pet/index.d.ts +1 -1
- package/lib/components/booking/info/pet/serve.d.ts +1 -0
- package/lib/components/booking/info/service/Lists.d.ts +1 -2
- package/lib/components/booking/info/service/actions/index.d.ts +1 -2
- package/lib/components/booking/info/service/addService/index.d.ts +1 -2
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info/service/addTimeModal/index.d.ts +1 -2
- package/lib/components/booking/info/service/addTimeModal/serve.d.ts +5 -0
- package/lib/components/booking/info/service/editService/BookingList/index.d.ts +1 -2
- package/lib/components/booking/info/service/index.d.ts +1 -1
- package/lib/components/booking/info/service/index.less +4 -2
- package/lib/components/booking/info/service/like/index.d.ts +2 -2
- package/lib/components/booking/info/service/serve.d.ts +20 -0
- package/lib/components/booking/info/service/serviceItem/index.d.ts +1 -2
- package/lib/components/booking/info/service/serviceList/index.d.ts +1 -2
- package/lib/components/booking/info/service2/Lists.d.ts +1 -2
- package/lib/components/booking/info/service2/index.d.ts +1 -1
- package/lib/components/booking/info/service2/utils.d.ts +1 -1
- package/lib/components/booking/info2/serve.d.ts +6 -0
- package/lib/components/booking/info2/service/actions/index.d.ts +1 -2
- package/lib/components/booking/info2/service/addService/index.d.ts +1 -2
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +1 -2
- package/lib/components/booking/info2/service/contactInfoMode/index.d.ts +1 -2
- package/lib/components/booking/info2/service/editService/index.js +24 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +15 -0
- package/lib/components/booking/info2/service/editService/utils.js +38 -2
- package/lib/components/booking/info2/service/index.d.ts +1 -1
- package/lib/components/booking/info2/service/serviceItem/index.d.ts +1 -2
- package/lib/components/booking/info2/service/serviceList/index.d.ts +1 -2
- package/lib/components/booking/locales.d.ts +1494 -0
- package/lib/components/booking/locales.js +700 -0
- package/lib/components/booking/materiels/contacts/index.d.ts +1 -2
- package/lib/components/booking/materiels/duration/index.d.ts +1 -2
- package/lib/components/booking/materiels/holder/index.d.ts +1 -2
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -2
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/NoteBlock/NoteItem/index.d.ts +1 -2
- package/lib/components/booking/notes/NoteBlock/index.d.ts +1 -2
- package/lib/components/booking/notes/NoteBlock/index.js +2 -1
- package/lib/components/booking/notes/addNote/index.d.ts +1 -2
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/ecocup/components/AddCustomerModal/index.d.ts +9 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.js +212 -0
- package/lib/components/ecocup/components/AddCustomerModal/index.less +9 -0
- package/lib/components/ecocup/components/CupActionList/index.d.ts +13 -0
- package/lib/components/ecocup/components/CupActionList/index.js +116 -0
- package/lib/components/ecocup/components/CupActionList/index.less +102 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CupActionModal/hooks.js +55 -0
- package/lib/components/ecocup/components/CupActionModal/index.d.ts +14 -0
- package/lib/components/ecocup/components/CupActionModal/index.js +125 -0
- package/lib/components/ecocup/components/CupActionModal/index.less +38 -0
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +9 -0
- package/lib/components/ecocup/components/CupInfoCard/index.js +43 -0
- package/lib/components/ecocup/components/CupInfoCard/index.less +11 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +36 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.js +115 -0
- package/lib/components/ecocup/components/CupStatusModal/index.d.ts +13 -0
- package/lib/components/ecocup/components/CupStatusModal/index.js +221 -0
- package/lib/components/ecocup/components/CupStatusModal/index.less +73 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.d.ts +14 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/hooks.js +89 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.d.ts +16 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.js +178 -0
- package/lib/components/ecocup/components/CustomerAndCupModal/index.less +68 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +8 -0
- package/lib/components/ecocup/components/CustomerCard/index.js +58 -0
- package/lib/components/ecocup/components/CustomerCard/index.less +50 -0
- package/lib/components/ecocup/components/MoreDropdown/index.d.ts +8 -0
- package/lib/components/{eftposPay/mx51/Result.js → ecocup/components/MoreDropdown/index.js} +31 -43
- package/lib/components/ecocup/components/PageHeader/index.d.ts +9 -0
- package/lib/components/ecocup/components/PageHeader/index.js +66 -0
- package/lib/components/ecocup/components/PageHeader/index.less +31 -0
- package/lib/components/ecocup/components/SearchBar/const.d.ts +4 -0
- package/lib/components/{eftposPay/mx51/types.js → ecocup/components/SearchBar/const.js} +28 -18
- package/lib/components/ecocup/components/SearchBar/hooks.d.ts +44 -0
- package/lib/components/ecocup/components/SearchBar/hooks.js +135 -0
- package/lib/components/ecocup/components/SearchBar/index.d.ts +13 -0
- package/lib/components/ecocup/components/SearchBar/index.js +226 -0
- package/lib/components/ecocup/components/SearchBar/index.less +88 -0
- package/lib/components/ecocup/components/SettingModal/const.d.ts +6 -0
- package/lib/components/ecocup/components/SettingModal/const.js +48 -0
- package/lib/components/ecocup/components/SettingModal/index.d.ts +8 -0
- package/lib/components/ecocup/components/SettingModal/index.js +199 -0
- package/lib/components/ecocup/components/SettingModal/index.less +9 -0
- package/lib/components/ecocup/cupList/const.d.ts +140 -0
- package/lib/components/ecocup/cupList/const.js +344 -0
- package/lib/components/ecocup/cupList/hooks/index.d.ts +4 -0
- package/lib/components/ecocup/cupList/hooks/index.js +43 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.d.ts +44 -0
- package/lib/components/ecocup/cupList/hooks/useColumns.js +200 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +41 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.js +227 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.d.ts +2 -0
- package/lib/components/ecocup/cupList/hooks/useSummary.js +83 -0
- package/lib/components/ecocup/cupList/index.d.ts +6 -0
- package/lib/components/ecocup/cupList/index.js +262 -0
- package/lib/components/ecocup/cupList/index.less +159 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/cupProject/const.js +65 -0
- package/lib/components/ecocup/cupProject/index.d.ts +3 -0
- package/lib/components/ecocup/cupProject/index.js +135 -0
- package/lib/components/ecocup/cupProject/index.less +41 -0
- package/lib/components/ecocup/customerList/const.d.ts +44 -0
- package/lib/components/ecocup/customerList/const.js +93 -0
- package/lib/components/ecocup/customerList/hooks/index.d.ts +3 -0
- package/lib/components/ecocup/customerList/hooks/index.js +32 -0
- package/lib/components/ecocup/customerList/hooks/useColumns.d.ts +15 -0
- package/lib/components/ecocup/customerList/hooks/useColumns.js +89 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.d.ts +15 -0
- package/lib/components/ecocup/customerList/hooks/useCustomerApi.js +56 -0
- package/lib/components/ecocup/customerList/index.d.ts +7 -0
- package/lib/components/ecocup/customerList/index.js +138 -0
- package/lib/components/ecocup/customerList/index.less +15 -0
- package/lib/components/ecocup/hooks.d.ts +57 -0
- package/lib/components/ecocup/hooks.js +169 -0
- package/lib/components/ecocup/locales.d.ts +653 -0
- package/lib/components/ecocup/locales.js +706 -0
- package/lib/components/ecocup/types.d.ts +103 -0
- package/lib/components/ecocup/types.js +57 -0
- package/lib/components/ecocup/utils/download.d.ts +7 -0
- package/lib/components/ecocup/utils/download.js +47 -0
- package/lib/components/ecocup/utils/index.d.ts +2 -0
- package/lib/components/ecocup/utils/index.js +42 -0
- package/lib/components/ecocup/utils/scanListener.d.ts +20 -0
- package/lib/components/ecocup/utils/scanListener.js +90 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/const.js +0 -2
- package/lib/components/eftpos/device.d.ts +2 -4
- package/lib/components/eftpos/device.js +3 -3
- package/lib/components/eftpos/deviceList/index.d.ts +2 -2
- package/lib/components/eftpos/form/index.d.ts +1 -2
- package/lib/components/eftpos/group/index.d.ts +3 -3
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/hooks.js +0 -30
- package/lib/components/eftpos/icon/apiKey.d.ts +2 -2
- package/lib/components/eftpos/icon/device.d.ts +2 -2
- package/lib/components/eftpos/index.d.ts +1 -2
- package/lib/components/eftpos/index.js +8 -106
- package/lib/components/eftpos/index.less +1 -26
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +78 -101
- package/lib/components/eftpos/log.d.ts +2 -2
- package/lib/components/eftpos/pos.d.ts +1 -2
- package/lib/components/eftpos/receipt/index.d.ts +2 -2
- package/lib/components/eftpos/surcharge/index.d.ts +1 -2
- package/lib/components/eftpos/table.js +2 -30
- package/lib/components/eftposPay/amount.d.ts +1 -2
- package/lib/components/eftposPay/app.d.ts +10 -0
- package/lib/components/eftposPay/component/alert/index.d.ts +1 -1
- package/lib/components/eftposPay/component/alert/warn.d.ts +2 -2
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +1 -2
- package/lib/components/eftposPay/component/fail/failCustom.js +15 -9
- package/lib/components/eftposPay/component/fail/index.d.ts +1 -2
- package/lib/components/eftposPay/component/fail/index.js +4 -1
- package/lib/components/eftposPay/component/fail/network.d.ts +1 -2
- package/lib/components/eftposPay/component/fail/unknow.d.ts +1 -2
- package/lib/components/eftposPay/component/header/index.d.ts +1 -1
- package/lib/components/eftposPay/component/header/titlebar.d.ts +2 -2
- package/lib/components/eftposPay/component/manual/index.d.ts +1 -2
- package/lib/components/eftposPay/component/signature/index.d.ts +1 -2
- package/lib/components/eftposPay/component/step/index.d.ts +2 -2
- package/lib/components/eftposPay/component/step/step.d.ts +2 -2
- package/lib/components/eftposPay/const.d.ts +186 -0
- package/lib/components/eftposPay/const.js +0 -2
- package/lib/components/eftposPay/device.d.ts +1 -2
- package/lib/components/eftposPay/device.js +94 -12
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/index.d.ts +1 -2
- package/lib/components/eftposPay/index.js +5 -1
- package/lib/components/eftposPay/linkly/const.js +1 -1
- package/lib/components/eftposPay/linkly/index.d.ts +1 -2
- package/lib/components/eftposPay/linkly/index.js +0 -1
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +252 -5
- package/lib/components/eftposPay/manufacturer.d.ts +0 -1
- package/lib/components/eftposPay/manufacturer.js +0 -6
- package/lib/components/eftposPay/pay.d.ts +1 -2
- package/lib/components/eftposPay/pay.js +2 -4
- package/lib/components/eftposPay/payo/config.d.ts +2 -3
- package/lib/components/eftposPay/payo/config.js +1 -0
- package/lib/components/eftposPay/payo/const.js +1 -1
- package/lib/components/eftposPay/payo/index.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +358 -0
- package/lib/components/eftposPay/tip.d.ts +1 -2
- package/lib/components/eftposPay/tyro/const.js +1 -1
- package/lib/components/eftposPay/tyro/index.d.ts +1 -1
- package/lib/components/eftposPay/windcave/const.js +1 -1
- package/lib/components/eftposPay/windcave/receiptAction.d.ts +2 -3
- package/lib/components/eftposPay/windcave/windcave.d.ts +1 -2
- package/lib/components/eftposPay/windcave/windcave.js +9 -9
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Cart/ContinueButton/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Cart/Deposit/index.d.ts +2 -2
- package/lib/components/eventBooking/components/Provider/Cart/Item/Total.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Content/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/EmptyHolderModal/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Event/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Header/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Information/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/InformationOptionsModal/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/OrderProductModal/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/RemoveOptionConfirmModal.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/Resource/index.d.ts +1 -2
- package/lib/components/eventBooking/components/Provider/SelectHolderModal.d.ts +1 -2
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +61 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/lib/components/eventBooking/components/Voucher/index.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -1
- package/lib/components/eventBooking/components/bookingDetailModal/components/BookingOptions.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingDetailModal/components/Resource.d.ts +1 -2
- package/lib/components/eventBooking/components/bookingDetailModal/components/Schedule.d.ts +1 -2
- package/lib/components/eventBooking/components/scheduleCalendar/ProductItem/index.d.ts +1 -2
- package/lib/components/eventBooking/components/scheduleCalendar/calendarItem.d.ts +1 -2
- package/lib/components/eventBooking/components/scheduleCalendar/components/ScheduleTimeItem/index.d.ts +1 -2
- package/lib/components/eventBooking/index.d.ts +1 -2
- package/lib/components/eventBooking/locales.d.ts +408 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/kioskSkuDetail/index.d.ts +1 -1
- package/lib/components/kioskSkuDetail/index.js +27 -3
- package/lib/components/kioskSkuDetail/locales.d.ts +48 -0
- package/lib/components/kioskSkuDetail/locales.js +24 -3
- package/lib/components/login/index.d.ts +1 -2
- package/lib/components/login/locales.d.ts +38 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentList/payment/google_pay.svg +26 -8
- package/lib/components/pay/toC/PaymentList/payment/google_pay2.svg +9 -0
- package/lib/components/pay/toC/PaymentList/serve.js +1 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +40 -17
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +32 -12
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +8 -2
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +98 -24
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +107 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +149 -5
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +121 -39
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/SDK.d.ts +1 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/StripeSDK/index.d.ts +1 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/index.d.ts +1 -2
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/index.d.ts +1 -2
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/MultiModeSearch/index.d.ts +1 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +3 -4
- package/lib/components/pay/toC/PaymentMethods/index.js +17 -12
- package/lib/components/pay/toC/WalletPassBlock/components/WalletUseList/index.d.ts +1 -2
- package/lib/components/pay/toC/index.js +34 -3
- package/lib/components/pay/toC/locales.d.ts +626 -0
- package/lib/components/pay/toC/locales.js +331 -12
- package/lib/components/pay/toC/model.d.ts +9 -1
- package/lib/components/pay/toC/serve.d.ts +12 -0
- package/lib/components/pay/toC/serve.js +11 -1
- package/lib/components/pay/toC/utils.d.ts +5 -0
- package/lib/components/pay/toC/utils.js +17 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/CustomerCard/index.d.ts +1 -1
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/BirthdayField/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/GenderField/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/List/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/RightPanel/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/index.d.ts +1 -2
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/fields/Actor/index.d.ts +1 -2
- package/lib/components/productExtension/fields/Forms/index.d.ts +2 -2
- package/lib/components/productExtension/fields/SelectProducts/ProductItem/index.d.ts +1 -2
- package/lib/components/productExtension/fields/SelectProducts/ProductItemPreview/index.d.ts +1 -2
- package/lib/components/productExtension/fields/SelectProducts/index.d.ts +1 -2
- package/lib/components/productExtension/fields/SelectResourcesTable/index.d.ts +1 -2
- package/lib/components/productExtension/index.d.ts +1 -2
- package/lib/components/productExtension/locales.d.ts +78 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/components/TabProduct/index.d.ts +1 -2
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/components/productGroup/index.d.ts +2 -3
- package/lib/components/productSelect/index.d.ts +1 -1
- package/lib/components/productSelect/locales.d.ts +38 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/index.d.ts +1 -2
- package/lib/components/ruleSetting/locales.d.ts +78 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/ruleSetting/ruleBorder/index.d.ts +1 -2
- package/lib/components/schedules/calendar/calendarItem.d.ts +1 -2
- package/lib/components/schedules/calendar/index.d.ts +1 -2
- package/lib/components/schedules/components/Card/index.d.ts +1 -1
- package/lib/components/schedules/components/CurrentDay/index.d.ts +1 -2
- package/lib/components/schedules/components/ResourceList/index.d.ts +1 -1
- package/lib/components/schedules/components/ScheduleDetailList/index.d.ts +1 -2
- package/lib/components/schedules/components/ScheduleList/RenderScheduleItem/index.d.ts +1 -2
- package/lib/components/schedules/components/ScheduleList/index.d.ts +1 -2
- package/lib/components/schedules/components/Search/index.d.ts +1 -1
- package/lib/components/schedules/locales.d.ts +143 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/MaxParticipantsModule/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/ResourcesModule/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/AddSchedules/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/SchedulesModule/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetail/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/ProductDetailByDate/index.d.ts +1 -2
- package/lib/components/schedules/products/ProductDetailDrawer/index.d.ts +1 -2
- package/lib/components/schedules/products/index.d.ts +1 -2
- package/lib/components/schedules/products/list/ProductItem/index.d.ts +1 -2
- package/lib/components/schedules/products/list/index.d.ts +1 -2
- package/lib/components/schedules/resources/index.d.ts +1 -2
- package/lib/components/schedules/resources/list/index.d.ts +1 -2
- package/lib/components/schedules/resources/relationProduct/index.d.ts +1 -2
- package/lib/components/schedules/schedules/AllSchedules/index.d.ts +1 -2
- package/lib/components/schedules/schedules/ScheduleDetailDrawer/index.d.ts +1 -2
- package/lib/components/schedules/schedules/Schedules.d.ts +1 -1
- package/lib/components/schedules/schedules/SchedulesForDay/index.d.ts +1 -1
- package/lib/components/schedules/schedules/index.d.ts +1 -2
- package/lib/components/shoppingCart/Provider.d.ts +3 -0
- package/lib/components/shoppingCart/components/Cart/Product.d.ts +1 -2
- package/lib/components/shoppingCart/components/Cart/index.d.ts +1 -2
- package/lib/components/shoppingCart/components/Cart/index.less +1 -0
- package/lib/components/shoppingCart/components/Empty/index.d.ts +1 -1
- package/lib/components/shoppingCart/components/Render/index.d.ts +2 -2
- package/lib/components/shoppingCart/hooks/useAddService.d.ts +1 -2
- package/lib/components/shoppingCart/hooks/useClearCart.d.ts +1 -2
- package/lib/components/shoppingCart/hooks/useClearCart.js +42 -11
- package/lib/components/shoppingCart/index.d.ts +1 -2
- package/lib/components/shoppingCart/locales.d.ts +53 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/mock.d.ts +40 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/shoppingCart/utils.d.ts +63 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/index.d.ts +1 -1
- package/lib/components/subTotal/locales.d.ts +68 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +58 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +347 -224
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/lib/components/systemSettings/registry/index.js +20 -16
- package/lib/components/systemSettings/registry/index.less +6 -7
- package/lib/components/systemSettings/registry/locales.d.ts +534 -0
- package/lib/components/systemSettings/registry/locales.js +274 -3
- package/lib/components/systemSettings/registry/services.d.ts +97 -0
- package/lib/components/systemSettings/registry/types.d.ts +140 -0
- package/lib/components/tabProduct/index.d.ts +1 -1
- package/lib/components/taxSelect/index.d.ts +1 -2
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/components/addServiceVariant/addService.d.ts +1 -2
- package/lib/components/ticketBooking/components/addServiceVariant/index.d.ts +1 -2
- package/lib/components/ticketBooking/components/menuBar/index.d.ts +1 -2
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +1 -2
- package/lib/components/ticketBooking/components/timeBar/index.d.ts +1 -2
- package/lib/components/ticketBooking/index.d.ts +1 -2
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/miniRedux.d.ts +1 -1
- package/lib/components/ticketBooking/utils/formatTime.d.ts +2 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.d.ts +1 -2
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +43 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/model.d.ts +1 -1
- package/lib/components/walletList/tempHolderSelector/index.d.ts +2 -2
- package/lib/components/walletList/types/index.d.ts +196 -0
- package/lib/components/workSpaceList/components/Modal/index.d.ts +1 -2
- package/lib/components/workSpaceList/components/SearchWorkspaceAndBase/index.d.ts +1 -2
- package/lib/hooks/useEngineContext.d.ts +11 -0
- package/lib/hooks/useEngineContext.js +10 -2
- package/lib/hooks/useLocale.d.ts +2 -0
- package/lib/hooks/useLocale.js +7 -2
- package/lib/hooks/usePaymentLogger.d.ts +2 -2
- package/lib/hooks/useThemeTokens.d.ts +7 -0
- package/lib/hooks/useThemeTokens.js +40 -0
- package/lib/hooks/useTranslationOriginal.d.ts +1 -0
- package/lib/hooks/useTranslationOriginal.js +42 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/index.d.ts +16 -3
- package/lib/index.js +39 -3
- package/lib/plus/clientCard/index.d.ts +7 -0
- package/lib/plus/clientCard/index.js +457 -0
- package/lib/plus/clientCard/index.less +515 -0
- package/lib/plus/clientCard/line/index.d.ts +9 -0
- package/lib/plus/clientCard/line/index.js +153 -0
- package/lib/plus/clientCard/line/index.less +142 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +51 -0
- package/lib/plus/clientCard/types.d.ts +135 -0
- package/lib/plus/clientCard/types.js +17 -0
- package/lib/plus/clientCard/utils.d.ts +8 -0
- package/lib/plus/clientCard/utils.js +75 -0
- package/lib/plus/clientName/index.d.ts +2 -2
- package/lib/plus/clinetSearch/Add/BirthdayField/index.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/BirthdayField/index.js +256 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/GenderField/index.js +52 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +3 -0
- package/lib/plus/clinetSearch/Add/PhoneField/index.js +78 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.d.ts +2 -0
- package/lib/plus/clinetSearch/Add/PhoneField/serve.js +193 -0
- package/lib/plus/clinetSearch/Add/index.d.ts +18 -0
- package/lib/plus/clinetSearch/Add/index.js +244 -0
- package/lib/plus/clinetSearch/Add/index.less +30 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.d.ts +5 -0
- package/lib/plus/clinetSearch/InfiniteScroll/InfiniteScroll.js +235 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.d.ts +2 -0
- package/lib/plus/clinetSearch/InfiniteScroll/index.js +35 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.d.ts +46 -0
- package/lib/plus/clinetSearch/InfiniteScroll/types.js +17 -0
- package/lib/plus/clinetSearch/index.d.ts +18 -0
- package/lib/plus/clinetSearch/index.js +237 -0
- package/lib/plus/clinetSearch/index.less +95 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +201 -0
- package/lib/plus/clinetSearch/serve.d.ts +1 -0
- package/lib/{components/eftposPay/aggregatePayment/index.js → plus/clinetSearch/serve.js} +11 -10
- package/lib/plus/clinetSearch/types.d.ts +70 -0
- package/lib/plus/clinetSearch/types.js +17 -0
- package/lib/plus/contactInfo/components/SwipeAction/index.d.ts +46 -0
- package/lib/plus/contactInfo/components/SwipeAction/index.js +23 -23
- package/lib/plus/contactInfo/locales.d.ts +23 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/ContactInfoContent.d.ts +1 -2
- package/lib/plus/contactInfoModal/locales.d.ts +108 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/components/BatchActionBar.d.ts +9 -0
- package/lib/plus/orderList/components/BatchActionBar.js +567 -0
- package/lib/plus/orderList/components/FilterList.d.ts +8 -0
- package/lib/plus/orderList/components/FilterList.js +121 -0
- package/lib/plus/orderList/components/HandleActions.d.ts +5 -0
- package/lib/plus/orderList/components/HandleActions.js +52 -0
- package/lib/plus/orderList/components/QuickFilter.d.ts +4 -0
- package/lib/plus/orderList/components/QuickFilter.js +43 -0
- package/lib/plus/orderList/components/Reset.d.ts +6 -0
- package/lib/plus/orderList/components/Reset.js +58 -0
- package/lib/plus/orderList/components/Toolbar.d.ts +6 -0
- package/lib/plus/orderList/components/Toolbar.js +68 -0
- package/lib/plus/orderList/config.d.ts +154 -0
- package/lib/plus/orderList/config.js +764 -0
- package/lib/plus/orderList/index.d.ts +10 -0
- package/lib/plus/orderList/index.js +132 -0
- package/lib/plus/orderList/index.less +125 -0
- package/lib/plus/orderList/locales.d.ts +618 -0
- package/lib/plus/orderList/locales.js +737 -0
- package/lib/plus/orderList/serve.d.ts +42 -0
- package/lib/plus/orderList/serve.js +177 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.d.ts +5 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +339 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +16 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.d.ts +14 -0
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.stories.js +455 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/hooks/useActions.js +545 -0
- package/lib/plus/pisellSalesGrid/index.d.ts +4 -0
- package/lib/plus/pisellSalesGrid/index.js +42 -0
- package/lib/plus/pisellSalesGrid/locales.d.ts +9 -0
- package/lib/plus/pisellSalesGrid/locales.js +29 -0
- package/lib/plus/pisellSalesGrid/serve.d.ts +19 -0
- package/lib/plus/pisellSalesGrid/serve.js +142 -0
- package/lib/plus/pisellSalesGrid/types.d.ts +170 -0
- package/lib/plus/pisellSalesGrid/types.js +17 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.d.ts +14 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +253 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.d.ts +19 -0
- package/lib/plus/pisellSalesManagement/components/BookingNotesPreview.js +193 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.d.ts +9 -0
- package/lib/plus/pisellSalesManagement/components/ResourceSelector.js +106 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +185 -0
- package/lib/plus/pisellSalesManagement/config/booking.js +500 -0
- package/lib/plus/pisellSalesManagement/config/index.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/config/index.js +43 -0
- package/lib/plus/pisellSalesManagement/config/order.d.ts +172 -0
- package/lib/plus/pisellSalesManagement/config/order.js +492 -0
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.d.ts +15 -0
- package/lib/plus/pisellSalesManagement/hooks/perspectiveUtils.js +113 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +699 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +700 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.d.ts +5 -0
- package/lib/plus/pisellSalesManagement/hooks/usePerspectives.js +42 -0
- package/lib/plus/pisellSalesManagement/index.d.ts +10 -0
- package/lib/plus/pisellSalesManagement/index.js +113 -0
- package/lib/plus/pisellSalesManagement/locales.d.ts +303 -0
- package/lib/plus/pisellSalesManagement/locales.js +326 -0
- package/lib/plus/pisellSalesManagement/serve.d.ts +26 -0
- package/lib/plus/pisellSalesManagement/serve.js +120 -0
- package/lib/plus/productSelect/ProductCard/index.d.ts +2 -2
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +1 -1
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/index.d.ts +1 -1
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/index.d.ts +6 -0
- package/lib/plus/saasAttendance/index.js +39 -0
- package/lib/plus/saasAttendance/locales.d.ts +591 -0
- package/lib/plus/saasAttendance/locales.js +615 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/BasicInfoTab.js +152 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.js +88 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +8 -0
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.js +369 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/PermissonTab.js +128 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +5 -0
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.js +107 -0
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +78 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +670 -0
- package/lib/plus/saasAttendance/settings/components/index.d.ts +3 -0
- package/lib/plus/saasAttendance/settings/components/index.js +42 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +7 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.js +247 -0
- package/lib/plus/saasAttendance/settings/components/membersField/index.less +70 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.d.ts +7 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.js +150 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/ShiftPreview.less +119 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.js +447 -0
- package/lib/plus/saasAttendance/settings/index.d.ts +18 -0
- package/lib/plus/saasAttendance/settings/index.js +295 -0
- package/lib/plus/saasAttendance/settings/index.less +510 -0
- package/lib/plus/saasAttendance/settings/serve.d.ts +27 -0
- package/lib/{components/eftpos/SettlementModal → plus/saasAttendance/settings}/serve.js +25 -16
- package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
- package/lib/plus/saasAttendance/settings/types.js +17 -0
- package/lib/plus/saasCreateOrganization/components/Header.d.ts +1 -2
- package/lib/plus/saasCreateOrganization/index.d.ts +1 -2
- package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +83 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/components/EntryEmail.d.ts +1 -2
- package/lib/plus/saasRegister/components/EntryInfo.d.ts +1 -2
- package/lib/plus/saasRegister/components/GoLogin.d.ts +1 -2
- package/lib/plus/saasRegister/components/Header.d.ts +1 -2
- package/lib/plus/saasRegister/components/VerifyError.d.ts +1 -2
- package/lib/plus/saasRegister/components/VerifyingLink.d.ts +1 -2
- package/lib/plus/saasRegister/components/VertifyEmail.d.ts +1 -2
- package/lib/plus/saasRegister/locales.d.ts +193 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +19 -0
- package/lib/plus/saasRole/components/PermissionManager/index.js +159 -0
- package/lib/plus/saasRole/components/PermissionManager/index.less +71 -0
- package/lib/plus/saasRole/index.d.ts +14 -0
- package/lib/plus/saasRole/index.js +780 -0
- package/lib/plus/saasRole/index.less +196 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +345 -0
- package/lib/plus/saasRole/serve.d.ts +72 -0
- package/lib/plus/saasRole/serve.js +100 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasRole/types.js +17 -0
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasRole/utils.js +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +31 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.js +393 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +23 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.js +672 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.less +178 -0
- package/lib/plus/saasTeamMembers/index.d.ts +5 -0
- package/lib/plus/saasTeamMembers/index.js +448 -0
- package/lib/plus/saasTeamMembers/index.less +87 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +617 -0
- package/lib/plus/saasTeamMembers/serve.d.ts +95 -0
- package/lib/plus/saasTeamMembers/serve.js +132 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/saasTeamMembers/type.js +17 -0
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -2
- package/lib/plus/selectHolder/locales.d.ts +35 -0
- package/lib/plus/selectHolder/locales.js +14 -0
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.d.ts +2 -2
- package/lib/plus/skuOptionsSelection/components/NormalCard/index.js +26 -19
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.d.ts +1 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/OptionItemCard.js +3 -3
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.d.ts +1 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.js +3 -2
- package/lib/plus/skuOptionsSelection/components/OptionsCard/index.less +22 -7
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.d.ts +1 -2
- package/lib/plus/skuOptionsSelection/components/OptionsModal/index.js +7 -7
- package/lib/plus/skuOptionsSelection/components/TitleExtra/index.d.ts +1 -2
- package/lib/plus/skuOptionsSelection/components/VariantCard/index.d.ts +1 -2
- package/lib/plus/skuOptionsSelection/index.js +4 -3
- package/lib/plus/skuOptionsSelection/locales.d.ts +58 -0
- package/lib/plus/skuOptionsSelection/locales.js +28 -3
- package/lib/plus/skuOptionsSelection/store/store.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/store/store.js +2 -1
- package/lib/plus/skuOptionsSelection/types.d.ts +458 -0
- package/lib/plus/skuOptionsSelection/utils/transformBundleGroup.js +16 -10
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/utils/transformOptionGroup.js +10 -7
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformSelectorValueToValue.js +9 -2
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.d.ts +4 -0
- package/lib/plus/skuOptionsSelection/utils/transformValueToSelectorValue.js +44 -55
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.d.ts +1 -0
- package/lib/plus/skuOptionsSelection/utils/transformVariantGroup.js +9 -8
- package/lib/plus/walletEditor/components/relationProduct/index.d.ts +1 -2
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/lib/plus/walletEditor/locales.d.ts +223 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +54 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +2 -2
- package/lib/plus/walletPassGallery/components/passDetail/index.js +42 -5
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +1 -2
- package/lib/plus/walletPassGallery/components/passList/index.js +12 -5
- package/lib/plus/walletPassGallery/components/recharge/index.js +7 -5
- package/lib/plus/walletPassGallery/components/recharge/index.less +70 -1
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +3 -2
- package/lib/plus/walletPassGallery/components/timelineSection/index.js +17 -2
- package/lib/plus/walletPassGallery/components/usageRule/index.d.ts +1 -1
- package/lib/plus/walletPassGallery/index.d.ts +5 -2
- package/lib/plus/walletPassGallery/index.js +116 -45
- package/lib/plus/walletPassGallery/locales.d.ts +483 -0
- package/lib/plus/walletPassGallery/locales.js +210 -3
- package/lib/plus/walletPassGallery/serve.d.ts +3 -1
- package/lib/plus/walletPassGallery/serve.js +2 -2
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Cards/components/SKUCard/index.d.ts +1 -56
- package/lib/pro/Cards/components/SKUCard/index.js +60 -19
- package/lib/pro/Cards/components/SKUCard/index.less +41 -5
- package/lib/pro/Cards/components/SKUCard/locales.d.ts +12 -0
- package/lib/pro/Cards/components/SKUCard/locales.js +35 -0
- package/lib/pro/Cards/components/SKUCard/types.d.ts +73 -0
- package/lib/pro/Cards/components/SKUCard/types.js +17 -0
- package/lib/pro/Login2.0/Login2.js +8 -8
- package/lib/pro/Login2.0/components/ForgotPasswordFlow.d.ts +2 -9
- package/lib/pro/Login2.0/components/LoginCodeInput.d.ts +2 -6
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +1 -1
- package/lib/pro/Login2.0/locales.d.ts +908 -0
- package/lib/pro/Login2.0/locales.js +365 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/Login2.0/steps/CodeInput.d.ts +2 -6
- package/lib/pro/Login2.0/steps/EmailAlreadyRegistered.d.ts +2 -6
- package/lib/pro/Login2.0/steps/EmailLinkAlreadyUsed.d.ts +2 -5
- package/lib/pro/Login2.0/steps/EmailLinkExpired.d.ts +2 -5
- package/lib/pro/Login2.0/steps/SetPassword.d.ts +2 -5
- package/lib/pro/Login2.0/steps/VerificationSuccess.d.ts +2 -5
- package/lib/pro/Login2.0/steps/VerifyingEmailLink.d.ts +2 -5
- package/lib/pro/Login2.0/steps/WaitEmailLink.d.ts +2 -5
- package/lib/pro/NumericStepper/index.d.ts +73 -0
- package/lib/pro/NumericStepper/index.js +184 -88
- package/lib/pro/NumericStepper/index.less +287 -143
- package/lib/pro/Selector/BatchSelectorDemo.d.ts +3 -0
- package/lib/pro/Selector/BatchSelectorDemo.js +13 -19
- package/lib/pro/Selector/Item.d.ts +14 -0
- package/lib/pro/Selector/Selector.js +34 -17
- package/lib/pro/Selector/SelectorGroup.d.ts +1 -1
- package/lib/pro/Selector/SelectorGroup.js +7 -1
- package/lib/pro/Selector/components/Card/index.d.ts +57 -0
- package/lib/pro/Selector/components/Card/index.js +19 -8
- package/lib/pro/Selector/components/Card/index.less +30 -14
- package/lib/pro/Selector/components/Indicator/index.d.ts +20 -0
- package/lib/pro/Selector/components/Indicator/index.js +2 -2
- package/lib/pro/Selector/components/Indicator/index.less +16 -13
- package/lib/pro/Selector/components/LayoutContainer/index.d.ts +18 -0
- package/lib/pro/Selector/components/LayoutContainer/index.js +130 -2
- package/lib/pro/Selector/components/LayoutContainer/index.less +19 -0
- package/lib/pro/Selector/components/Media/index.d.ts +6 -0
- package/lib/pro/Selector/components/Media/index.js +7 -4
- package/lib/pro/Selector/components/Media/index.less +1 -1
- package/lib/pro/Selector/demo.d.ts +3 -0
- package/lib/pro/Selector/demo.js +1 -1
- package/lib/pro/Selector/hooks/usePresetItemProps.d.ts +43 -0
- package/lib/pro/Selector/hooks/usePresetItemProps.js +2 -0
- package/lib/pro/Selector/hooks/usePresetProps.d.ts +24 -0
- package/lib/pro/Selector/hooks/usePresetProps.js +28 -6
- package/lib/pro/Selector/locales.d.ts +58 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/Selector/selector.less +0 -64
- package/lib/pro/Selector/selectorGroup.less +9 -1
- package/lib/pro/Selector/types.d.ts +223 -0
- package/lib/pro/Selector/utils/index.d.ts +49 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.d.ts +11 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.js +64 -0
- package/lib/pro/comprehensiveSearch/components/deviceIconGroup/index.less +28 -0
- package/lib/pro/comprehensiveSearch/components/index.d.ts +2 -0
- package/lib/pro/comprehensiveSearch/components/index.js +42 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.d.ts +24 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.js +154 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/index.less +100 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.d.ts +5 -0
- package/lib/pro/comprehensiveSearch/hooks/useNativeScanner.js +56 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.d.ts +9 -0
- package/lib/pro/comprehensiveSearch/hooks/useTerminalPeripherals.js +70 -0
- package/lib/pro/comprehensiveSearch/index.d.ts +7 -0
- package/lib/pro/comprehensiveSearch/index.js +190 -0
- package/lib/pro/comprehensiveSearch/index.less +196 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +46 -0
- package/lib/pro/comprehensiveSearch/types.d.ts +32 -0
- package/lib/pro/comprehensiveSearch/types.js +17 -0
- package/lib/pro/keyboards/index.d.ts +2 -0
- package/lib/pro/keyboards/index.js +39 -0
- package/lib/pro/keyboards/locales.d.ts +38 -0
- package/lib/pro/keyboards/locales.js +61 -0
- package/lib/pro/keyboards/numberKeyboard/index.d.ts +16 -0
- package/lib/pro/keyboards/numberKeyboard/index.js +400 -0
- package/lib/pro/keyboards/numberKeyboard/index.less +59 -0
- package/lib/pro/keyboards/numberKeyboard/types.d.ts +63 -0
- package/lib/pro/keyboards/numberKeyboard/types.js +17 -0
- package/lib/pro/numberKeyboard/index.d.ts +1 -1
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellNumberSelector/example.d.ts +3 -0
- package/lib/pro/pisellPaymentList/example.d.ts +10 -11
- package/lib/pro/pisellPhoneKeyboard/index.d.ts +12 -0
- package/lib/pro/pisellPhoneKeyboard/index.js +219 -0
- package/lib/pro/pisellPhoneKeyboard/index.less +157 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +41 -0
- package/lowcode/client-card/fragments/cardStyle.ts +63 -0
- package/lowcode/client-card/fragments/nameStyle.ts +34 -0
- package/lowcode/client-card/fragments/pisellAvatar.ts +87 -0
- package/lowcode/client-card/fragments/tagConfig.ts +88 -0
- package/lowcode/client-card/meta.ts +343 -0
- package/lowcode/client-search/meta.ts +316 -0
- package/lowcode/eco-cup-list/meta.ts +27 -0
- package/lowcode/eco-customer-list/meta.ts +27 -0
- package/lowcode/ecocup-cup-list/meta.ts +38 -0
- package/lowcode/ecocup-cup-project/meta.ts +35 -0
- package/lowcode/ecocup-customer-list/meta.ts +38 -0
- package/lowcode/order-list/meta.ts +87 -0
- package/lowcode/pisell-sales-management/meta.ts +88 -0
- package/lowcode/saas-attendance-settings/meta.ts +56 -0
- package/lowcode/saas-role/meta.ts +35 -0
- package/lowcode/saas-team-members/meta.ts +35 -0
- package/lowcode/selector/meta.ts +15 -2
- package/lowcode/selector.group/meta.ts +15 -2
- package/lowcode/sku-options-selection/meta.ts +106 -2
- package/lowcode/wallet-pass-gallery/meta.ts +66 -1
- package/package.json +6 -6
- package/es/components/eftpos/PairModal/hooks.js +0 -67
- package/es/components/eftpos/PairModal/index.d.ts +0 -11
- package/es/components/eftpos/PairModal/index.less +0 -70
- package/es/components/eftpos/SettlementModal/Action.js +0 -141
- package/es/components/eftpos/SettlementModal/index.d.ts +0 -8
- package/es/components/eftpos/SettlementModal/index.js +0 -135
- package/es/components/eftpos/SettlementModal/index.less +0 -33
- package/es/components/eftpos/SettlementModal/serve.d.ts +0 -8
- package/es/components/eftpos/SettlementModal/serve.js +0 -171
- package/es/components/eftpos/SettlementModal/types.js +0 -35
- package/es/components/eftpos/SettlementModal/utils.d.ts +0 -18
- package/es/components/eftpos/SettlementModal/utils.js +0 -351
- package/es/components/eftpos/assets/mx51SCI.svg +0 -15
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/es/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -125
- package/es/components/eftposPay/aggregatePayment/index.js +0 -3
- package/es/components/eftposPay/aggregatePayment/mock.js +0 -567
- package/es/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/es/components/eftposPay/aggregatePayment/service.js +0 -70
- package/es/components/eftposPay/aggregatePayment/types.js +0 -61
- package/es/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/es/components/eftposPay/aggregatePayment/utils/logs.js +0 -385
- package/es/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/es/components/eftposPay/aggregatePayment/utils/payment.js +0 -1146
- package/es/components/eftposPay/mx51/Action.js +0 -139
- package/es/components/eftposPay/mx51/Result.d.ts +0 -5
- package/es/components/eftposPay/mx51/Result.js +0 -46
- package/es/components/eftposPay/mx51/const.d.ts +0 -5
- package/es/components/eftposPay/mx51/const.js +0 -69
- package/es/components/eftposPay/mx51/index.d.ts +0 -6
- package/es/components/eftposPay/mx51/index.js +0 -401
- package/es/components/eftposPay/mx51/types.js +0 -30
- package/es/components/eftposPay/mx51/utils.js +0 -121
- package/lib/components/eftpos/PairModal/hooks.js +0 -70
- package/lib/components/eftpos/PairModal/index.d.ts +0 -11
- package/lib/components/eftpos/PairModal/index.js +0 -197
- package/lib/components/eftpos/PairModal/index.less +0 -70
- package/lib/components/eftpos/SettlementModal/Action.js +0 -153
- package/lib/components/eftpos/SettlementModal/index.d.ts +0 -8
- package/lib/components/eftpos/SettlementModal/index.js +0 -170
- package/lib/components/eftpos/SettlementModal/index.less +0 -33
- package/lib/components/eftpos/SettlementModal/serve.d.ts +0 -8
- package/lib/components/eftpos/SettlementModal/types.js +0 -43
- package/lib/components/eftpos/SettlementModal/utils.d.ts +0 -18
- package/lib/components/eftpos/SettlementModal/utils.js +0 -248
- package/lib/components/eftpos/assets/mx51SCI.svg +0 -15
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.d.ts +0 -6
- package/lib/components/eftposPay/aggregatePayment/hooks/usePayment.js +0 -152
- package/lib/components/eftposPay/aggregatePayment/mock.js +0 -679
- package/lib/components/eftposPay/aggregatePayment/service.d.ts +0 -24
- package/lib/components/eftposPay/aggregatePayment/service.js +0 -81
- package/lib/components/eftposPay/aggregatePayment/types.js +0 -74
- package/lib/components/eftposPay/aggregatePayment/utils/logs.d.ts +0 -110
- package/lib/components/eftposPay/aggregatePayment/utils/logs.js +0 -302
- package/lib/components/eftposPay/aggregatePayment/utils/payment.d.ts +0 -132
- package/lib/components/eftposPay/aggregatePayment/utils/payment.js +0 -760
- package/lib/components/eftposPay/mx51/Action.js +0 -152
- package/lib/components/eftposPay/mx51/Result.d.ts +0 -5
- package/lib/components/eftposPay/mx51/const.d.ts +0 -5
- package/lib/components/eftposPay/mx51/const.js +0 -85
- package/lib/components/eftposPay/mx51/index.d.ts +0 -6
- package/lib/components/eftposPay/mx51/index.js +0 -360
- package/lib/components/eftposPay/mx51/utils.js +0 -115
|
@@ -0,0 +1,908 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'pisell-login2-email-required': string;
|
|
4
|
+
'pisell-login2-email-invalid': string;
|
|
5
|
+
'pisell-login2-phone-required': string;
|
|
6
|
+
'pisell-login2-phone-invalid': string;
|
|
7
|
+
'pisell-login2-password-required': string;
|
|
8
|
+
'pisell-login2-verification-code-required': string;
|
|
9
|
+
'pisell-login2-account-required': string;
|
|
10
|
+
'pisell-register2-email-required': string;
|
|
11
|
+
'pisell-register2-email-invalid': string;
|
|
12
|
+
'pisell-register2-phone-required': string;
|
|
13
|
+
'pisell-register2-phone-invalid': string;
|
|
14
|
+
'pisell-register2-password-required': string;
|
|
15
|
+
'pisell-register2-verification-code-required': string;
|
|
16
|
+
'pisell-register2-account-required': string;
|
|
17
|
+
'pisell-login2-email-label': string;
|
|
18
|
+
'pisell-login2-phone-label': string;
|
|
19
|
+
'pisell-login2-password-label': string;
|
|
20
|
+
'pisell-login2-verification-code-label': string;
|
|
21
|
+
'pisell-login2-send-code': string;
|
|
22
|
+
'pisell-login2-resend-code': string;
|
|
23
|
+
'pisell-login2-forgot-password': string;
|
|
24
|
+
'pisell-login2-login-button': string;
|
|
25
|
+
'pisell-login2-register-button': string;
|
|
26
|
+
'pisell-login2-or': string;
|
|
27
|
+
'pisell-login2-continue-with': string;
|
|
28
|
+
'pisell-register2-have-account': string;
|
|
29
|
+
'pisell-register2-login-link': string;
|
|
30
|
+
'pisell-register2-with-phone': string;
|
|
31
|
+
'pisell-register2-with-email': string;
|
|
32
|
+
'pisell-login2-email-placeholder': string;
|
|
33
|
+
'pisell-login2-phone-placeholder': string;
|
|
34
|
+
'pisell-login2-password-placeholder': string;
|
|
35
|
+
'pisell-login2-code-placeholder': string;
|
|
36
|
+
'pisell-register2-email-placeholder': string;
|
|
37
|
+
'pisell-register2-phone-placeholder': string;
|
|
38
|
+
'pisell-register2-password-placeholder': string;
|
|
39
|
+
'pisell-login2-remember-me': string;
|
|
40
|
+
'pisell-login2-code-sent': string;
|
|
41
|
+
'pisell-login2-code-send-failed': string;
|
|
42
|
+
'pisell-login2-login-success': string;
|
|
43
|
+
'pisell-login2-login-failed': string;
|
|
44
|
+
'pisell-register2-register-success': string;
|
|
45
|
+
'pisell-register2-complete-title': string;
|
|
46
|
+
'pisell-register2-redirecting': string;
|
|
47
|
+
'pisell-login2-continue-with-email': string;
|
|
48
|
+
'pisell-login2-continue-with-phone': string;
|
|
49
|
+
'pisell-login2-email-not-registered': string;
|
|
50
|
+
'pisell-login2-check-email-failed': string;
|
|
51
|
+
'pisell-login2-continue-failed': string;
|
|
52
|
+
'pisell-login2-back': string;
|
|
53
|
+
'pisell-login2-switch-to-email-code': string;
|
|
54
|
+
'pisell-login2-switch-to-sms-code': string;
|
|
55
|
+
'pisell-login2-switch-to-password': string;
|
|
56
|
+
'pisell-login2-switch-to-email': string;
|
|
57
|
+
'pisell-login2-switch-to-phone': string;
|
|
58
|
+
'pisell-login2-login-as-guest': string;
|
|
59
|
+
'pisell-login2-no-account': string;
|
|
60
|
+
'pisell-login2-register-link': string;
|
|
61
|
+
'pisell-login2-last-login-badge': string;
|
|
62
|
+
'pisell-login2-check-email-title': string;
|
|
63
|
+
'pisell-login2-check-email-desc': string;
|
|
64
|
+
'pisell-login2-check-phone-title': string;
|
|
65
|
+
'pisell-login2-check-phone-desc': string;
|
|
66
|
+
'pisell-login2-no-email-received': string;
|
|
67
|
+
'pisell-login2-no-message-received': string;
|
|
68
|
+
'pisell-login2-code-verify-failed': string;
|
|
69
|
+
'pisell-register2-invalid-verification-code': string;
|
|
70
|
+
'pisell-register2-verification-failed': string;
|
|
71
|
+
'pisell-forgot-password-title': string;
|
|
72
|
+
'pisell-forgot-password-desc': string;
|
|
73
|
+
'pisell-forgot-password-desc-phone': string;
|
|
74
|
+
'pisell-forgot-password-send-code': string;
|
|
75
|
+
'pisell-forgot-password-send-link': string;
|
|
76
|
+
'pisell-forgot-password-link-sent': string;
|
|
77
|
+
'pisell-forgot-password-success': string;
|
|
78
|
+
'pisell-forgot-password-failed': string;
|
|
79
|
+
'pisell-forgot-password-verify': string;
|
|
80
|
+
'pisell-common-resend': string;
|
|
81
|
+
'pisell-common-verify': string;
|
|
82
|
+
'pisell-common-back': string;
|
|
83
|
+
'pisell-common-continue': string;
|
|
84
|
+
'pisell-common-confirm': string;
|
|
85
|
+
'pisell-common-sign-up': string;
|
|
86
|
+
'pisell-common-or': string;
|
|
87
|
+
'pisell-register2-password-min-length': string;
|
|
88
|
+
'pisell-phone-validation-required': string;
|
|
89
|
+
'pisell-phone-validation-invalid': string;
|
|
90
|
+
'pisell-phone-validation-invalid-format': string;
|
|
91
|
+
'pisell-phone-validation-china': string;
|
|
92
|
+
'pisell-phone-validation-hongkong': string;
|
|
93
|
+
'pisell-phone-validation-macau': string;
|
|
94
|
+
'pisell-phone-validation-taiwan': string;
|
|
95
|
+
'pisell-phone-validation-us-canada': string;
|
|
96
|
+
'pisell-phone-validation-uk': string;
|
|
97
|
+
'pisell-phone-validation-australia': string;
|
|
98
|
+
'pisell-phone-validation-japan': string;
|
|
99
|
+
'pisell-phone-validation-korea': string;
|
|
100
|
+
'pisell-phone-validation-singapore': string;
|
|
101
|
+
'pisell-phone-validation-malaysia': string;
|
|
102
|
+
'pisell-phone-validation-thailand': string;
|
|
103
|
+
'pisell-phone-validation-vietnam': string;
|
|
104
|
+
'pisell-phone-validation-philippines': string;
|
|
105
|
+
'pisell-phone-validation-indonesia': string;
|
|
106
|
+
'pisell-phone-validation-india': string;
|
|
107
|
+
'pisell-phone-validation-invalid-china': string;
|
|
108
|
+
'pisell-phone-validation-invalid-hongkong': string;
|
|
109
|
+
'pisell-phone-validation-invalid-macau': string;
|
|
110
|
+
'pisell-phone-validation-invalid-taiwan': string;
|
|
111
|
+
'pisell-phone-validation-invalid-us-canada': string;
|
|
112
|
+
'pisell-phone-validation-invalid-uk': string;
|
|
113
|
+
'pisell-phone-validation-invalid-australia': string;
|
|
114
|
+
'pisell-phone-validation-invalid-japan': string;
|
|
115
|
+
'pisell-phone-validation-invalid-korea': string;
|
|
116
|
+
'pisell-phone-validation-invalid-singapore': string;
|
|
117
|
+
'pisell-phone-validation-invalid-malaysia': string;
|
|
118
|
+
'pisell-phone-validation-invalid-thailand': string;
|
|
119
|
+
'pisell-phone-validation-invalid-vietnam': string;
|
|
120
|
+
'pisell-phone-validation-invalid-philippines': string;
|
|
121
|
+
'pisell-phone-validation-invalid-indonesia': string;
|
|
122
|
+
'pisell-phone-validation-invalid-india': string;
|
|
123
|
+
'pisell-register2-continue-with-google': string;
|
|
124
|
+
'pisell-register2-continue-with-facebook': string;
|
|
125
|
+
'pisell-register2-continue-with-apple': string;
|
|
126
|
+
'pisell-register2-facebook-login-canceled': string;
|
|
127
|
+
'pisell-phone-input-placeholder': string;
|
|
128
|
+
'pisell-set-password-title': string;
|
|
129
|
+
'pisell-set-password-create-title': string;
|
|
130
|
+
'pisell-set-password-reset-title': string;
|
|
131
|
+
'pisell-set-password-placeholder': string;
|
|
132
|
+
'pisell-set-password-confirm-placeholder': string;
|
|
133
|
+
'pisell-set-password-submit': string;
|
|
134
|
+
'pisell-set-password-required': string;
|
|
135
|
+
'pisell-set-password-min-length': string;
|
|
136
|
+
'pisell-set-password-require-uppercase': string;
|
|
137
|
+
'pisell-set-password-require-lowercase': string;
|
|
138
|
+
'pisell-set-password-require-number': string;
|
|
139
|
+
'pisell-set-password-require-special': string;
|
|
140
|
+
'pisell-set-password-must-contain': string;
|
|
141
|
+
'pisell-set-password-confirm-required': string;
|
|
142
|
+
'pisell-set-password-not-match': string;
|
|
143
|
+
'pisell-set-password-failed': string;
|
|
144
|
+
'pisell-verification-success-title': string;
|
|
145
|
+
'pisell-register2-email-already-registered': string;
|
|
146
|
+
'pisell-register2-phone-already-registered': string;
|
|
147
|
+
'pisell-register2-check-email-title': string;
|
|
148
|
+
'pisell-register2-check-phone-title': string;
|
|
149
|
+
'pisell-register2-check-email-desc': string;
|
|
150
|
+
'pisell-register2-check-phone-desc': string;
|
|
151
|
+
'pisell-register2-no-email-received': string;
|
|
152
|
+
'pisell-register2-no-message-received': string;
|
|
153
|
+
'pisell-register2-verify-email-title': string;
|
|
154
|
+
'pisell-register2-verify-email-desc': string;
|
|
155
|
+
'pisell-register2-no-link-received': string;
|
|
156
|
+
'pisell-register2-email-code-resent': string;
|
|
157
|
+
'pisell-register2-email-link-resent': string;
|
|
158
|
+
'pisell-register2-phone-code-resent': string;
|
|
159
|
+
'pisell-register2-email-code-resend-failed': string;
|
|
160
|
+
'pisell-register2-email-link-resend-failed': string;
|
|
161
|
+
'pisell-register2-phone-code-resend-failed': string;
|
|
162
|
+
'pisell-register2-verifying-email': string;
|
|
163
|
+
'pisell-register2-link-expired-title': string;
|
|
164
|
+
'pisell-register2-link-expired-desc': string;
|
|
165
|
+
'pisell-register2-back-to-registration': string;
|
|
166
|
+
'pisell-register2-link-already-used-title': string;
|
|
167
|
+
'pisell-register2-link-already-used-desc': string;
|
|
168
|
+
'pisell-register2-login-button': string;
|
|
169
|
+
'pisell-login2-reset-password-verifying': string;
|
|
170
|
+
'pisell-login2-reset-password-invalid-link': string;
|
|
171
|
+
'pisell-login2-reset-password-link-expired': string;
|
|
172
|
+
'pisell-login2-reset-password-link-invalid': string;
|
|
173
|
+
'pisell-login2-reset-password-back-to-login': string;
|
|
174
|
+
'pisell-login2-verification-failed-title': string;
|
|
175
|
+
'pisell-legal-terms-login-text': string;
|
|
176
|
+
'pisell-legal-terms-register-text': string;
|
|
177
|
+
'pisell-legal-terms-and': string;
|
|
178
|
+
'pisell-modal-login-title': string;
|
|
179
|
+
'pisell-modal-register-title': string;
|
|
180
|
+
'pisell-register2-registration-failed': string;
|
|
181
|
+
'pisell-register2-failed-to-complete': string;
|
|
182
|
+
};
|
|
183
|
+
'zh-CN': {
|
|
184
|
+
'pisell-login2-email-required': string;
|
|
185
|
+
'pisell-login2-email-invalid': string;
|
|
186
|
+
'pisell-login2-phone-required': string;
|
|
187
|
+
'pisell-login2-phone-invalid': string;
|
|
188
|
+
'pisell-login2-password-required': string;
|
|
189
|
+
'pisell-login2-verification-code-required': string;
|
|
190
|
+
'pisell-login2-account-required': string;
|
|
191
|
+
'pisell-register2-email-required': string;
|
|
192
|
+
'pisell-register2-email-invalid': string;
|
|
193
|
+
'pisell-register2-phone-required': string;
|
|
194
|
+
'pisell-register2-phone-invalid': string;
|
|
195
|
+
'pisell-register2-password-required': string;
|
|
196
|
+
'pisell-register2-verification-code-required': string;
|
|
197
|
+
'pisell-register2-account-required': string;
|
|
198
|
+
'pisell-register2-invalid-verification-code': string;
|
|
199
|
+
'pisell-register2-verification-failed': string;
|
|
200
|
+
'pisell-login2-email-label': string;
|
|
201
|
+
'pisell-login2-phone-label': string;
|
|
202
|
+
'pisell-login2-password-label': string;
|
|
203
|
+
'pisell-login2-verification-code-label': string;
|
|
204
|
+
'pisell-login2-send-code': string;
|
|
205
|
+
'pisell-login2-resend-code': string;
|
|
206
|
+
'pisell-login2-forgot-password': string;
|
|
207
|
+
'pisell-login2-login-button': string;
|
|
208
|
+
'pisell-login2-register-button': string;
|
|
209
|
+
'pisell-login2-or': string;
|
|
210
|
+
'pisell-login2-continue-with': string;
|
|
211
|
+
'pisell-register2-have-account': string;
|
|
212
|
+
'pisell-register2-login-link': string;
|
|
213
|
+
'pisell-register2-with-phone': string;
|
|
214
|
+
'pisell-register2-with-email': string;
|
|
215
|
+
'pisell-login2-email-placeholder': string;
|
|
216
|
+
'pisell-login2-phone-placeholder': string;
|
|
217
|
+
'pisell-login2-password-placeholder': string;
|
|
218
|
+
'pisell-login2-code-placeholder': string;
|
|
219
|
+
'pisell-register2-email-placeholder': string;
|
|
220
|
+
'pisell-register2-phone-placeholder': string;
|
|
221
|
+
'pisell-register2-password-placeholder': string;
|
|
222
|
+
'pisell-login2-remember-me': string;
|
|
223
|
+
'pisell-login2-code-sent': string;
|
|
224
|
+
'pisell-login2-code-send-failed': string;
|
|
225
|
+
'pisell-login2-login-success': string;
|
|
226
|
+
'pisell-login2-login-failed': string;
|
|
227
|
+
'pisell-register2-register-success': string;
|
|
228
|
+
'pisell-register2-complete-title': string;
|
|
229
|
+
'pisell-register2-redirecting': string;
|
|
230
|
+
'pisell-login2-continue-with-email': string;
|
|
231
|
+
'pisell-login2-continue-with-phone': string;
|
|
232
|
+
'pisell-login2-email-not-registered': string;
|
|
233
|
+
'pisell-login2-check-email-failed': string;
|
|
234
|
+
'pisell-login2-continue-failed': string;
|
|
235
|
+
'pisell-login2-back': string;
|
|
236
|
+
'pisell-login2-switch-to-email-code': string;
|
|
237
|
+
'pisell-login2-switch-to-sms-code': string;
|
|
238
|
+
'pisell-login2-switch-to-password': string;
|
|
239
|
+
'pisell-login2-switch-to-email': string;
|
|
240
|
+
'pisell-login2-switch-to-phone': string;
|
|
241
|
+
'pisell-login2-login-as-guest': string;
|
|
242
|
+
'pisell-login2-no-account': string;
|
|
243
|
+
'pisell-login2-register-link': string;
|
|
244
|
+
'pisell-login2-last-login-badge': string;
|
|
245
|
+
'pisell-login2-check-email-title': string;
|
|
246
|
+
'pisell-login2-check-email-desc': string;
|
|
247
|
+
'pisell-login2-check-phone-title': string;
|
|
248
|
+
'pisell-login2-check-phone-desc': string;
|
|
249
|
+
'pisell-login2-no-email-received': string;
|
|
250
|
+
'pisell-login2-no-message-received': string;
|
|
251
|
+
'pisell-login2-code-verify-failed': string;
|
|
252
|
+
'pisell-forgot-password-title': string;
|
|
253
|
+
'pisell-forgot-password-desc': string;
|
|
254
|
+
'pisell-forgot-password-desc-phone': string;
|
|
255
|
+
'pisell-forgot-password-send-code': string;
|
|
256
|
+
'pisell-forgot-password-send-link': string;
|
|
257
|
+
'pisell-forgot-password-link-sent': string;
|
|
258
|
+
'pisell-forgot-password-success': string;
|
|
259
|
+
'pisell-forgot-password-failed': string;
|
|
260
|
+
'pisell-forgot-password-verify': string;
|
|
261
|
+
'pisell-common-resend': string;
|
|
262
|
+
'pisell-common-verify': string;
|
|
263
|
+
'pisell-common-back': string;
|
|
264
|
+
'pisell-common-continue': string;
|
|
265
|
+
'pisell-common-confirm': string;
|
|
266
|
+
'pisell-common-sign-up': string;
|
|
267
|
+
'pisell-common-or': string;
|
|
268
|
+
'pisell-register2-password-min-length': string;
|
|
269
|
+
'pisell-phone-validation-required': string;
|
|
270
|
+
'pisell-phone-validation-invalid': string;
|
|
271
|
+
'pisell-phone-validation-invalid-format': string;
|
|
272
|
+
'pisell-phone-validation-china': string;
|
|
273
|
+
'pisell-phone-validation-hongkong': string;
|
|
274
|
+
'pisell-phone-validation-macau': string;
|
|
275
|
+
'pisell-phone-validation-taiwan': string;
|
|
276
|
+
'pisell-phone-validation-us-canada': string;
|
|
277
|
+
'pisell-phone-validation-uk': string;
|
|
278
|
+
'pisell-phone-validation-australia': string;
|
|
279
|
+
'pisell-phone-validation-japan': string;
|
|
280
|
+
'pisell-phone-validation-korea': string;
|
|
281
|
+
'pisell-phone-validation-singapore': string;
|
|
282
|
+
'pisell-phone-validation-malaysia': string;
|
|
283
|
+
'pisell-phone-validation-thailand': string;
|
|
284
|
+
'pisell-phone-validation-vietnam': string;
|
|
285
|
+
'pisell-phone-validation-philippines': string;
|
|
286
|
+
'pisell-phone-validation-indonesia': string;
|
|
287
|
+
'pisell-phone-validation-india': string;
|
|
288
|
+
'pisell-phone-validation-invalid-china': string;
|
|
289
|
+
'pisell-phone-validation-invalid-hongkong': string;
|
|
290
|
+
'pisell-phone-validation-invalid-macau': string;
|
|
291
|
+
'pisell-phone-validation-invalid-taiwan': string;
|
|
292
|
+
'pisell-phone-validation-invalid-us-canada': string;
|
|
293
|
+
'pisell-phone-validation-invalid-uk': string;
|
|
294
|
+
'pisell-phone-validation-invalid-australia': string;
|
|
295
|
+
'pisell-phone-validation-invalid-japan': string;
|
|
296
|
+
'pisell-phone-validation-invalid-korea': string;
|
|
297
|
+
'pisell-phone-validation-invalid-singapore': string;
|
|
298
|
+
'pisell-phone-validation-invalid-malaysia': string;
|
|
299
|
+
'pisell-phone-validation-invalid-thailand': string;
|
|
300
|
+
'pisell-phone-validation-invalid-vietnam': string;
|
|
301
|
+
'pisell-phone-validation-invalid-philippines': string;
|
|
302
|
+
'pisell-phone-validation-invalid-indonesia': string;
|
|
303
|
+
'pisell-phone-validation-invalid-india': string;
|
|
304
|
+
'pisell-register2-continue-with-google': string;
|
|
305
|
+
'pisell-register2-continue-with-facebook': string;
|
|
306
|
+
'pisell-register2-continue-with-apple': string;
|
|
307
|
+
'pisell-register2-facebook-login-canceled': string;
|
|
308
|
+
'pisell-phone-input-placeholder': string;
|
|
309
|
+
'pisell-set-password-title': string;
|
|
310
|
+
'pisell-set-password-create-title': string;
|
|
311
|
+
'pisell-set-password-reset-title': string;
|
|
312
|
+
'pisell-set-password-placeholder': string;
|
|
313
|
+
'pisell-set-password-confirm-placeholder': string;
|
|
314
|
+
'pisell-set-password-submit': string;
|
|
315
|
+
'pisell-set-password-required': string;
|
|
316
|
+
'pisell-set-password-min-length': string;
|
|
317
|
+
'pisell-set-password-require-uppercase': string;
|
|
318
|
+
'pisell-set-password-require-lowercase': string;
|
|
319
|
+
'pisell-set-password-require-number': string;
|
|
320
|
+
'pisell-set-password-require-special': string;
|
|
321
|
+
'pisell-set-password-must-contain': string;
|
|
322
|
+
'pisell-set-password-confirm-required': string;
|
|
323
|
+
'pisell-set-password-not-match': string;
|
|
324
|
+
'pisell-set-password-failed': string;
|
|
325
|
+
'pisell-verification-success-title': string;
|
|
326
|
+
'pisell-register2-email-already-registered': string;
|
|
327
|
+
'pisell-register2-phone-already-registered': string;
|
|
328
|
+
'pisell-register2-check-email-title': string;
|
|
329
|
+
'pisell-register2-check-phone-title': string;
|
|
330
|
+
'pisell-register2-check-email-desc': string;
|
|
331
|
+
'pisell-register2-check-phone-desc': string;
|
|
332
|
+
'pisell-register2-no-email-received': string;
|
|
333
|
+
'pisell-register2-no-message-received': string;
|
|
334
|
+
'pisell-register2-verify-email-title': string;
|
|
335
|
+
'pisell-register2-verify-email-desc': string;
|
|
336
|
+
'pisell-register2-no-link-received': string;
|
|
337
|
+
'pisell-register2-email-code-resent': string;
|
|
338
|
+
'pisell-register2-email-link-resent': string;
|
|
339
|
+
'pisell-register2-phone-code-resent': string;
|
|
340
|
+
'pisell-register2-email-code-resend-failed': string;
|
|
341
|
+
'pisell-register2-email-link-resend-failed': string;
|
|
342
|
+
'pisell-register2-phone-code-resend-failed': string;
|
|
343
|
+
'pisell-register2-verifying-email': string;
|
|
344
|
+
'pisell-register2-link-expired-title': string;
|
|
345
|
+
'pisell-register2-link-expired-desc': string;
|
|
346
|
+
'pisell-register2-back-to-registration': string;
|
|
347
|
+
'pisell-register2-link-already-used-title': string;
|
|
348
|
+
'pisell-register2-link-already-used-desc': string;
|
|
349
|
+
'pisell-register2-login-button': string;
|
|
350
|
+
'pisell-login2-reset-password-verifying': string;
|
|
351
|
+
'pisell-login2-reset-password-invalid-link': string;
|
|
352
|
+
'pisell-login2-reset-password-link-expired': string;
|
|
353
|
+
'pisell-login2-reset-password-link-invalid': string;
|
|
354
|
+
'pisell-login2-reset-password-back-to-login': string;
|
|
355
|
+
'pisell-login2-verification-failed-title': string;
|
|
356
|
+
'pisell-legal-terms-login-text': string;
|
|
357
|
+
'pisell-legal-terms-register-text': string;
|
|
358
|
+
'pisell-legal-terms-and': string;
|
|
359
|
+
'pisell-modal-login-title': string;
|
|
360
|
+
'pisell-modal-register-title': string;
|
|
361
|
+
'pisell-register2-registration-failed': string;
|
|
362
|
+
'pisell-register2-failed-to-complete': string;
|
|
363
|
+
};
|
|
364
|
+
'zh-HK': {
|
|
365
|
+
'pisell-login2-email-required': string;
|
|
366
|
+
'pisell-login2-email-invalid': string;
|
|
367
|
+
'pisell-login2-phone-required': string;
|
|
368
|
+
'pisell-login2-phone-invalid': string;
|
|
369
|
+
'pisell-login2-password-required': string;
|
|
370
|
+
'pisell-login2-verification-code-required': string;
|
|
371
|
+
'pisell-login2-account-required': string;
|
|
372
|
+
'pisell-register2-email-required': string;
|
|
373
|
+
'pisell-register2-email-invalid': string;
|
|
374
|
+
'pisell-register2-phone-required': string;
|
|
375
|
+
'pisell-register2-phone-invalid': string;
|
|
376
|
+
'pisell-register2-password-required': string;
|
|
377
|
+
'pisell-register2-verification-code-required': string;
|
|
378
|
+
'pisell-register2-account-required': string;
|
|
379
|
+
'pisell-login2-email-label': string;
|
|
380
|
+
'pisell-login2-phone-label': string;
|
|
381
|
+
'pisell-login2-password-label': string;
|
|
382
|
+
'pisell-login2-verification-code-label': string;
|
|
383
|
+
'pisell-login2-send-code': string;
|
|
384
|
+
'pisell-login2-resend-code': string;
|
|
385
|
+
'pisell-login2-forgot-password': string;
|
|
386
|
+
'pisell-login2-login-button': string;
|
|
387
|
+
'pisell-login2-register-button': string;
|
|
388
|
+
'pisell-login2-or': string;
|
|
389
|
+
'pisell-login2-continue-with': string;
|
|
390
|
+
'pisell-register2-have-account': string;
|
|
391
|
+
'pisell-register2-login-link': string;
|
|
392
|
+
'pisell-register2-with-phone': string;
|
|
393
|
+
'pisell-register2-with-email': string;
|
|
394
|
+
'pisell-login2-email-placeholder': string;
|
|
395
|
+
'pisell-login2-phone-placeholder': string;
|
|
396
|
+
'pisell-login2-password-placeholder': string;
|
|
397
|
+
'pisell-login2-code-placeholder': string;
|
|
398
|
+
'pisell-register2-email-placeholder': string;
|
|
399
|
+
'pisell-register2-phone-placeholder': string;
|
|
400
|
+
'pisell-register2-password-placeholder': string;
|
|
401
|
+
'pisell-register2-email-already-registered': string;
|
|
402
|
+
'pisell-register2-phone-already-registered': string;
|
|
403
|
+
'pisell-register2-check-email-title': string;
|
|
404
|
+
'pisell-register2-check-phone-title': string;
|
|
405
|
+
'pisell-register2-check-email-desc': string;
|
|
406
|
+
'pisell-register2-check-phone-desc': string;
|
|
407
|
+
'pisell-register2-no-email-received': string;
|
|
408
|
+
'pisell-register2-no-message-received': string;
|
|
409
|
+
'pisell-register2-verify-email-title': string;
|
|
410
|
+
'pisell-register2-verify-email-desc': string;
|
|
411
|
+
'pisell-register2-no-link-received': string;
|
|
412
|
+
'pisell-register2-email-code-resent': string;
|
|
413
|
+
'pisell-register2-email-link-resent': string;
|
|
414
|
+
'pisell-register2-phone-code-resent': string;
|
|
415
|
+
'pisell-register2-email-code-resend-failed': string;
|
|
416
|
+
'pisell-register2-email-link-resend-failed': string;
|
|
417
|
+
'pisell-register2-phone-code-resend-failed': string;
|
|
418
|
+
'pisell-register2-verifying-email': string;
|
|
419
|
+
'pisell-register2-link-expired-title': string;
|
|
420
|
+
'pisell-register2-link-expired-desc': string;
|
|
421
|
+
'pisell-register2-back-to-registration': string;
|
|
422
|
+
'pisell-register2-link-already-used-title': string;
|
|
423
|
+
'pisell-register2-link-already-used-desc': string;
|
|
424
|
+
'pisell-register2-login-button': string;
|
|
425
|
+
'pisell-login2-reset-password-verifying': string;
|
|
426
|
+
'pisell-login2-reset-password-invalid-link': string;
|
|
427
|
+
'pisell-login2-reset-password-link-expired': string;
|
|
428
|
+
'pisell-login2-reset-password-link-invalid': string;
|
|
429
|
+
'pisell-login2-reset-password-back-to-login': string;
|
|
430
|
+
'pisell-login2-verification-failed-title': string;
|
|
431
|
+
'pisell-legal-terms-login-text': string;
|
|
432
|
+
'pisell-legal-terms-register-text': string;
|
|
433
|
+
'pisell-legal-terms-and': string;
|
|
434
|
+
'pisell-modal-login-title': string;
|
|
435
|
+
'pisell-modal-register-title': string;
|
|
436
|
+
'pisell-login2-check-email-title': string;
|
|
437
|
+
'pisell-login2-check-email-desc': string;
|
|
438
|
+
'pisell-login2-check-phone-title': string;
|
|
439
|
+
'pisell-login2-check-phone-desc': string;
|
|
440
|
+
'pisell-login2-no-email-received': string;
|
|
441
|
+
'pisell-login2-no-message-received': string;
|
|
442
|
+
'pisell-login2-code-verify-failed': string;
|
|
443
|
+
'pisell-register2-invalid-verification-code': string;
|
|
444
|
+
'pisell-register2-verification-failed': string;
|
|
445
|
+
'pisell-forgot-password-title': string;
|
|
446
|
+
'pisell-forgot-password-desc': string;
|
|
447
|
+
'pisell-forgot-password-desc-phone': string;
|
|
448
|
+
'pisell-forgot-password-send-code': string;
|
|
449
|
+
'pisell-forgot-password-send-link': string;
|
|
450
|
+
'pisell-forgot-password-link-sent': string;
|
|
451
|
+
'pisell-forgot-password-success': string;
|
|
452
|
+
'pisell-forgot-password-failed': string;
|
|
453
|
+
'pisell-forgot-password-verify': string;
|
|
454
|
+
'pisell-common-resend': string;
|
|
455
|
+
'pisell-common-verify': string;
|
|
456
|
+
'pisell-common-back': string;
|
|
457
|
+
'pisell-common-continue': string;
|
|
458
|
+
'pisell-common-confirm': string;
|
|
459
|
+
'pisell-common-sign-up': string;
|
|
460
|
+
'pisell-common-or': string;
|
|
461
|
+
'pisell-register2-password-min-length': string;
|
|
462
|
+
'pisell-register2-continue-with-google': string;
|
|
463
|
+
'pisell-register2-continue-with-facebook': string;
|
|
464
|
+
'pisell-register2-continue-with-apple': string;
|
|
465
|
+
'pisell-register2-facebook-login-canceled': string;
|
|
466
|
+
'pisell-phone-input-placeholder': string;
|
|
467
|
+
'pisell-set-password-title': string;
|
|
468
|
+
'pisell-set-password-create-title': string;
|
|
469
|
+
'pisell-set-password-reset-title': string;
|
|
470
|
+
'pisell-set-password-placeholder': string;
|
|
471
|
+
'pisell-set-password-confirm-placeholder': string;
|
|
472
|
+
'pisell-set-password-submit': string;
|
|
473
|
+
'pisell-set-password-required': string;
|
|
474
|
+
'pisell-set-password-min-length': string;
|
|
475
|
+
'pisell-set-password-require-uppercase': string;
|
|
476
|
+
'pisell-set-password-require-lowercase': string;
|
|
477
|
+
'pisell-set-password-require-number': string;
|
|
478
|
+
'pisell-set-password-require-special': string;
|
|
479
|
+
'pisell-set-password-must-contain': string;
|
|
480
|
+
'pisell-set-password-confirm-required': string;
|
|
481
|
+
'pisell-set-password-not-match': string;
|
|
482
|
+
'pisell-set-password-failed': string;
|
|
483
|
+
'pisell-phone-validation-required': string;
|
|
484
|
+
'pisell-phone-validation-invalid': string;
|
|
485
|
+
'pisell-phone-validation-invalid-format': string;
|
|
486
|
+
'pisell-phone-validation-china': string;
|
|
487
|
+
'pisell-phone-validation-hongkong': string;
|
|
488
|
+
'pisell-phone-validation-macau': string;
|
|
489
|
+
'pisell-phone-validation-taiwan': string;
|
|
490
|
+
'pisell-phone-validation-us-canada': string;
|
|
491
|
+
'pisell-phone-validation-uk': string;
|
|
492
|
+
'pisell-phone-validation-australia': string;
|
|
493
|
+
'pisell-phone-validation-japan': string;
|
|
494
|
+
'pisell-phone-validation-korea': string;
|
|
495
|
+
'pisell-phone-validation-singapore': string;
|
|
496
|
+
'pisell-phone-validation-malaysia': string;
|
|
497
|
+
'pisell-phone-validation-thailand': string;
|
|
498
|
+
'pisell-phone-validation-vietnam': string;
|
|
499
|
+
'pisell-phone-validation-philippines': string;
|
|
500
|
+
'pisell-phone-validation-indonesia': string;
|
|
501
|
+
'pisell-phone-validation-india': string;
|
|
502
|
+
'pisell-phone-validation-invalid-china': string;
|
|
503
|
+
'pisell-phone-validation-invalid-hongkong': string;
|
|
504
|
+
'pisell-phone-validation-invalid-macau': string;
|
|
505
|
+
'pisell-phone-validation-invalid-taiwan': string;
|
|
506
|
+
'pisell-phone-validation-invalid-us-canada': string;
|
|
507
|
+
'pisell-phone-validation-invalid-uk': string;
|
|
508
|
+
'pisell-phone-validation-invalid-australia': string;
|
|
509
|
+
'pisell-phone-validation-invalid-japan': string;
|
|
510
|
+
'pisell-phone-validation-invalid-korea': string;
|
|
511
|
+
'pisell-phone-validation-invalid-singapore': string;
|
|
512
|
+
'pisell-phone-validation-invalid-malaysia': string;
|
|
513
|
+
'pisell-phone-validation-invalid-thailand': string;
|
|
514
|
+
'pisell-phone-validation-invalid-vietnam': string;
|
|
515
|
+
'pisell-phone-validation-invalid-philippines': string;
|
|
516
|
+
'pisell-phone-validation-invalid-indonesia': string;
|
|
517
|
+
'pisell-phone-validation-invalid-india': string;
|
|
518
|
+
'pisell-verification-success-title': string;
|
|
519
|
+
'pisell-login2-continue-with-email': string;
|
|
520
|
+
'pisell-login2-continue-with-phone': string;
|
|
521
|
+
'pisell-login2-email-not-registered': string;
|
|
522
|
+
'pisell-login2-check-email-failed': string;
|
|
523
|
+
'pisell-login2-continue-failed': string;
|
|
524
|
+
'pisell-login2-back': string;
|
|
525
|
+
'pisell-login2-switch-to-email': string;
|
|
526
|
+
'pisell-login2-switch-to-phone': string;
|
|
527
|
+
'pisell-login2-login-as-guest': string;
|
|
528
|
+
'pisell-login2-switch-to-password': string;
|
|
529
|
+
'pisell-login2-switch-to-email-code': string;
|
|
530
|
+
'pisell-login2-switch-to-sms-code': string;
|
|
531
|
+
'pisell-login2-no-account': string;
|
|
532
|
+
'pisell-login2-register-link': string;
|
|
533
|
+
'pisell-login2-last-login-badge': string;
|
|
534
|
+
'pisell-login2-remember-me': string;
|
|
535
|
+
'pisell-login2-code-sent': string;
|
|
536
|
+
'pisell-login2-code-send-failed': string;
|
|
537
|
+
'pisell-login2-login-success': string;
|
|
538
|
+
'pisell-login2-login-failed': string;
|
|
539
|
+
'pisell-register2-register-success': string;
|
|
540
|
+
'pisell-register2-complete-title': string;
|
|
541
|
+
'pisell-register2-redirecting': string;
|
|
542
|
+
'pisell-register2-registration-failed': string;
|
|
543
|
+
'pisell-register2-failed-to-complete': string;
|
|
544
|
+
};
|
|
545
|
+
ja: {
|
|
546
|
+
'pisell-login2-email-required': string;
|
|
547
|
+
'pisell-login2-email-invalid': string;
|
|
548
|
+
'pisell-login2-phone-required': string;
|
|
549
|
+
'pisell-login2-phone-invalid': string;
|
|
550
|
+
'pisell-login2-password-required': string;
|
|
551
|
+
'pisell-login2-verification-code-required': string;
|
|
552
|
+
'pisell-login2-account-required': string;
|
|
553
|
+
'pisell-register2-email-required': string;
|
|
554
|
+
'pisell-register2-email-invalid': string;
|
|
555
|
+
'pisell-register2-phone-required': string;
|
|
556
|
+
'pisell-register2-phone-invalid': string;
|
|
557
|
+
'pisell-register2-password-required': string;
|
|
558
|
+
'pisell-register2-verification-code-required': string;
|
|
559
|
+
'pisell-register2-account-required': string;
|
|
560
|
+
'pisell-login2-email-label': string;
|
|
561
|
+
'pisell-login2-phone-label': string;
|
|
562
|
+
'pisell-login2-password-label': string;
|
|
563
|
+
'pisell-login2-verification-code-label': string;
|
|
564
|
+
'pisell-login2-send-code': string;
|
|
565
|
+
'pisell-login2-resend-code': string;
|
|
566
|
+
'pisell-login2-forgot-password': string;
|
|
567
|
+
'pisell-login2-login-button': string;
|
|
568
|
+
'pisell-login2-register-button': string;
|
|
569
|
+
'pisell-login2-or': string;
|
|
570
|
+
'pisell-login2-continue-with': string;
|
|
571
|
+
'pisell-register2-have-account': string;
|
|
572
|
+
'pisell-register2-login-link': string;
|
|
573
|
+
'pisell-register2-with-phone': string;
|
|
574
|
+
'pisell-register2-with-email': string;
|
|
575
|
+
'pisell-login2-email-placeholder': string;
|
|
576
|
+
'pisell-login2-phone-placeholder': string;
|
|
577
|
+
'pisell-login2-password-placeholder': string;
|
|
578
|
+
'pisell-login2-code-placeholder': string;
|
|
579
|
+
'pisell-register2-email-placeholder': string;
|
|
580
|
+
'pisell-register2-phone-placeholder': string;
|
|
581
|
+
'pisell-register2-password-placeholder': string;
|
|
582
|
+
'pisell-login2-remember-me': string;
|
|
583
|
+
'pisell-login2-code-sent': string;
|
|
584
|
+
'pisell-login2-code-send-failed': string;
|
|
585
|
+
'pisell-login2-login-success': string;
|
|
586
|
+
'pisell-login2-login-failed': string;
|
|
587
|
+
'pisell-register2-register-success': string;
|
|
588
|
+
'pisell-register2-complete-title': string;
|
|
589
|
+
'pisell-register2-redirecting': string;
|
|
590
|
+
'pisell-login2-continue-with-email': string;
|
|
591
|
+
'pisell-login2-continue-with-phone': string;
|
|
592
|
+
'pisell-login2-email-not-registered': string;
|
|
593
|
+
'pisell-login2-check-email-failed': string;
|
|
594
|
+
'pisell-login2-continue-failed': string;
|
|
595
|
+
'pisell-login2-back': string;
|
|
596
|
+
'pisell-login2-switch-to-email-code': string;
|
|
597
|
+
'pisell-login2-switch-to-sms-code': string;
|
|
598
|
+
'pisell-login2-switch-to-password': string;
|
|
599
|
+
'pisell-login2-switch-to-email': string;
|
|
600
|
+
'pisell-login2-switch-to-phone': string;
|
|
601
|
+
'pisell-login2-login-as-guest': string;
|
|
602
|
+
'pisell-login2-no-account': string;
|
|
603
|
+
'pisell-login2-register-link': string;
|
|
604
|
+
'pisell-login2-last-login-badge': string;
|
|
605
|
+
'pisell-login2-check-email-title': string;
|
|
606
|
+
'pisell-login2-check-email-desc': string;
|
|
607
|
+
'pisell-login2-check-phone-title': string;
|
|
608
|
+
'pisell-login2-check-phone-desc': string;
|
|
609
|
+
'pisell-login2-no-email-received': string;
|
|
610
|
+
'pisell-login2-no-message-received': string;
|
|
611
|
+
'pisell-login2-code-verify-failed': string;
|
|
612
|
+
'pisell-register2-invalid-verification-code': string;
|
|
613
|
+
'pisell-register2-verification-failed': string;
|
|
614
|
+
'pisell-forgot-password-title': string;
|
|
615
|
+
'pisell-forgot-password-desc': string;
|
|
616
|
+
'pisell-forgot-password-desc-phone': string;
|
|
617
|
+
'pisell-forgot-password-send-code': string;
|
|
618
|
+
'pisell-forgot-password-send-link': string;
|
|
619
|
+
'pisell-forgot-password-link-sent': string;
|
|
620
|
+
'pisell-forgot-password-success': string;
|
|
621
|
+
'pisell-forgot-password-failed': string;
|
|
622
|
+
'pisell-forgot-password-verify': string;
|
|
623
|
+
'pisell-common-resend': string;
|
|
624
|
+
'pisell-common-verify': string;
|
|
625
|
+
'pisell-common-back': string;
|
|
626
|
+
'pisell-common-continue': string;
|
|
627
|
+
'pisell-common-confirm': string;
|
|
628
|
+
'pisell-common-sign-up': string;
|
|
629
|
+
'pisell-common-or': string;
|
|
630
|
+
'pisell-register2-password-min-length': string;
|
|
631
|
+
'pisell-phone-validation-required': string;
|
|
632
|
+
'pisell-phone-validation-invalid': string;
|
|
633
|
+
'pisell-phone-validation-invalid-format': string;
|
|
634
|
+
'pisell-phone-validation-china': string;
|
|
635
|
+
'pisell-phone-validation-hongkong': string;
|
|
636
|
+
'pisell-phone-validation-macau': string;
|
|
637
|
+
'pisell-phone-validation-taiwan': string;
|
|
638
|
+
'pisell-phone-validation-us-canada': string;
|
|
639
|
+
'pisell-phone-validation-uk': string;
|
|
640
|
+
'pisell-phone-validation-australia': string;
|
|
641
|
+
'pisell-phone-validation-japan': string;
|
|
642
|
+
'pisell-phone-validation-korea': string;
|
|
643
|
+
'pisell-phone-validation-singapore': string;
|
|
644
|
+
'pisell-phone-validation-malaysia': string;
|
|
645
|
+
'pisell-phone-validation-thailand': string;
|
|
646
|
+
'pisell-phone-validation-vietnam': string;
|
|
647
|
+
'pisell-phone-validation-philippines': string;
|
|
648
|
+
'pisell-phone-validation-indonesia': string;
|
|
649
|
+
'pisell-phone-validation-india': string;
|
|
650
|
+
'pisell-phone-validation-invalid-china': string;
|
|
651
|
+
'pisell-phone-validation-invalid-hongkong': string;
|
|
652
|
+
'pisell-phone-validation-invalid-macau': string;
|
|
653
|
+
'pisell-phone-validation-invalid-taiwan': string;
|
|
654
|
+
'pisell-phone-validation-invalid-us-canada': string;
|
|
655
|
+
'pisell-phone-validation-invalid-uk': string;
|
|
656
|
+
'pisell-phone-validation-invalid-australia': string;
|
|
657
|
+
'pisell-phone-validation-invalid-japan': string;
|
|
658
|
+
'pisell-phone-validation-invalid-korea': string;
|
|
659
|
+
'pisell-phone-validation-invalid-singapore': string;
|
|
660
|
+
'pisell-phone-validation-invalid-malaysia': string;
|
|
661
|
+
'pisell-phone-validation-invalid-thailand': string;
|
|
662
|
+
'pisell-phone-validation-invalid-vietnam': string;
|
|
663
|
+
'pisell-phone-validation-invalid-philippines': string;
|
|
664
|
+
'pisell-phone-validation-invalid-indonesia': string;
|
|
665
|
+
'pisell-phone-validation-invalid-india': string;
|
|
666
|
+
'pisell-register2-continue-with-google': string;
|
|
667
|
+
'pisell-register2-continue-with-facebook': string;
|
|
668
|
+
'pisell-register2-continue-with-apple': string;
|
|
669
|
+
'pisell-register2-facebook-login-canceled': string;
|
|
670
|
+
'pisell-phone-input-placeholder': string;
|
|
671
|
+
'pisell-set-password-title': string;
|
|
672
|
+
'pisell-set-password-create-title': string;
|
|
673
|
+
'pisell-set-password-reset-title': string;
|
|
674
|
+
'pisell-set-password-placeholder': string;
|
|
675
|
+
'pisell-set-password-confirm-placeholder': string;
|
|
676
|
+
'pisell-set-password-submit': string;
|
|
677
|
+
'pisell-set-password-required': string;
|
|
678
|
+
'pisell-set-password-min-length': string;
|
|
679
|
+
'pisell-set-password-require-uppercase': string;
|
|
680
|
+
'pisell-set-password-require-lowercase': string;
|
|
681
|
+
'pisell-set-password-require-number': string;
|
|
682
|
+
'pisell-set-password-require-special': string;
|
|
683
|
+
'pisell-set-password-must-contain': string;
|
|
684
|
+
'pisell-set-password-confirm-required': string;
|
|
685
|
+
'pisell-set-password-not-match': string;
|
|
686
|
+
'pisell-set-password-failed': string;
|
|
687
|
+
'pisell-verification-success-title': string;
|
|
688
|
+
'pisell-register2-email-already-registered': string;
|
|
689
|
+
'pisell-register2-phone-already-registered': string;
|
|
690
|
+
'pisell-register2-check-email-title': string;
|
|
691
|
+
'pisell-register2-check-phone-title': string;
|
|
692
|
+
'pisell-register2-check-email-desc': string;
|
|
693
|
+
'pisell-register2-check-phone-desc': string;
|
|
694
|
+
'pisell-register2-no-email-received': string;
|
|
695
|
+
'pisell-register2-no-message-received': string;
|
|
696
|
+
'pisell-register2-verify-email-title': string;
|
|
697
|
+
'pisell-register2-verify-email-desc': string;
|
|
698
|
+
'pisell-register2-no-link-received': string;
|
|
699
|
+
'pisell-register2-email-code-resent': string;
|
|
700
|
+
'pisell-register2-email-link-resent': string;
|
|
701
|
+
'pisell-register2-phone-code-resent': string;
|
|
702
|
+
'pisell-register2-email-code-resend-failed': string;
|
|
703
|
+
'pisell-register2-email-link-resend-failed': string;
|
|
704
|
+
'pisell-register2-phone-code-resend-failed': string;
|
|
705
|
+
'pisell-register2-verifying-email': string;
|
|
706
|
+
'pisell-register2-link-expired-title': string;
|
|
707
|
+
'pisell-register2-link-expired-desc': string;
|
|
708
|
+
'pisell-register2-back-to-registration': string;
|
|
709
|
+
'pisell-register2-link-already-used-title': string;
|
|
710
|
+
'pisell-register2-link-already-used-desc': string;
|
|
711
|
+
'pisell-register2-login-button': string;
|
|
712
|
+
'pisell-login2-reset-password-verifying': string;
|
|
713
|
+
'pisell-login2-reset-password-invalid-link': string;
|
|
714
|
+
'pisell-login2-reset-password-link-expired': string;
|
|
715
|
+
'pisell-login2-reset-password-link-invalid': string;
|
|
716
|
+
'pisell-login2-reset-password-back-to-login': string;
|
|
717
|
+
'pisell-login2-verification-failed-title': string;
|
|
718
|
+
'pisell-legal-terms-login-text': string;
|
|
719
|
+
'pisell-legal-terms-register-text': string;
|
|
720
|
+
'pisell-legal-terms-and': string;
|
|
721
|
+
'pisell-modal-login-title': string;
|
|
722
|
+
'pisell-modal-register-title': string;
|
|
723
|
+
'pisell-register2-registration-failed': string;
|
|
724
|
+
'pisell-register2-failed-to-complete': string;
|
|
725
|
+
};
|
|
726
|
+
pt: {
|
|
727
|
+
'pisell-login2-email-required': string;
|
|
728
|
+
'pisell-login2-email-invalid': string;
|
|
729
|
+
'pisell-login2-phone-required': string;
|
|
730
|
+
'pisell-login2-phone-invalid': string;
|
|
731
|
+
'pisell-login2-password-required': string;
|
|
732
|
+
'pisell-login2-verification-code-required': string;
|
|
733
|
+
'pisell-login2-account-required': string;
|
|
734
|
+
'pisell-register2-email-required': string;
|
|
735
|
+
'pisell-register2-email-invalid': string;
|
|
736
|
+
'pisell-register2-phone-required': string;
|
|
737
|
+
'pisell-register2-phone-invalid': string;
|
|
738
|
+
'pisell-register2-password-required': string;
|
|
739
|
+
'pisell-register2-verification-code-required': string;
|
|
740
|
+
'pisell-register2-account-required': string;
|
|
741
|
+
'pisell-login2-email-label': string;
|
|
742
|
+
'pisell-login2-phone-label': string;
|
|
743
|
+
'pisell-login2-password-label': string;
|
|
744
|
+
'pisell-login2-verification-code-label': string;
|
|
745
|
+
'pisell-login2-send-code': string;
|
|
746
|
+
'pisell-login2-resend-code': string;
|
|
747
|
+
'pisell-login2-forgot-password': string;
|
|
748
|
+
'pisell-login2-login-button': string;
|
|
749
|
+
'pisell-login2-register-button': string;
|
|
750
|
+
'pisell-login2-or': string;
|
|
751
|
+
'pisell-login2-continue-with': string;
|
|
752
|
+
'pisell-register2-have-account': string;
|
|
753
|
+
'pisell-register2-login-link': string;
|
|
754
|
+
'pisell-register2-with-phone': string;
|
|
755
|
+
'pisell-register2-with-email': string;
|
|
756
|
+
'pisell-login2-email-placeholder': string;
|
|
757
|
+
'pisell-login2-phone-placeholder': string;
|
|
758
|
+
'pisell-login2-password-placeholder': string;
|
|
759
|
+
'pisell-login2-code-placeholder': string;
|
|
760
|
+
'pisell-register2-email-placeholder': string;
|
|
761
|
+
'pisell-register2-phone-placeholder': string;
|
|
762
|
+
'pisell-register2-password-placeholder': string;
|
|
763
|
+
'pisell-login2-remember-me': string;
|
|
764
|
+
'pisell-login2-code-sent': string;
|
|
765
|
+
'pisell-login2-code-send-failed': string;
|
|
766
|
+
'pisell-login2-login-success': string;
|
|
767
|
+
'pisell-login2-login-failed': string;
|
|
768
|
+
'pisell-register2-register-success': string;
|
|
769
|
+
'pisell-register2-complete-title': string;
|
|
770
|
+
'pisell-register2-redirecting': string;
|
|
771
|
+
'pisell-login2-continue-with-email': string;
|
|
772
|
+
'pisell-login2-continue-with-phone': string;
|
|
773
|
+
'pisell-login2-email-not-registered': string;
|
|
774
|
+
'pisell-login2-check-email-failed': string;
|
|
775
|
+
'pisell-login2-continue-failed': string;
|
|
776
|
+
'pisell-login2-back': string;
|
|
777
|
+
'pisell-login2-switch-to-email-code': string;
|
|
778
|
+
'pisell-login2-switch-to-sms-code': string;
|
|
779
|
+
'pisell-login2-switch-to-password': string;
|
|
780
|
+
'pisell-login2-switch-to-email': string;
|
|
781
|
+
'pisell-login2-switch-to-phone': string;
|
|
782
|
+
'pisell-login2-login-as-guest': string;
|
|
783
|
+
'pisell-login2-no-account': string;
|
|
784
|
+
'pisell-login2-register-link': string;
|
|
785
|
+
'pisell-login2-last-login-badge': string;
|
|
786
|
+
'pisell-login2-check-email-title': string;
|
|
787
|
+
'pisell-login2-check-email-desc': string;
|
|
788
|
+
'pisell-login2-check-phone-title': string;
|
|
789
|
+
'pisell-login2-check-phone-desc': string;
|
|
790
|
+
'pisell-login2-no-email-received': string;
|
|
791
|
+
'pisell-login2-no-message-received': string;
|
|
792
|
+
'pisell-login2-code-verify-failed': string;
|
|
793
|
+
'pisell-register2-invalid-verification-code': string;
|
|
794
|
+
'pisell-register2-verification-failed': string;
|
|
795
|
+
'pisell-forgot-password-title': string;
|
|
796
|
+
'pisell-forgot-password-desc': string;
|
|
797
|
+
'pisell-forgot-password-desc-phone': string;
|
|
798
|
+
'pisell-forgot-password-send-code': string;
|
|
799
|
+
'pisell-forgot-password-send-link': string;
|
|
800
|
+
'pisell-forgot-password-link-sent': string;
|
|
801
|
+
'pisell-forgot-password-success': string;
|
|
802
|
+
'pisell-forgot-password-failed': string;
|
|
803
|
+
'pisell-forgot-password-verify': string;
|
|
804
|
+
'pisell-common-resend': string;
|
|
805
|
+
'pisell-common-verify': string;
|
|
806
|
+
'pisell-common-back': string;
|
|
807
|
+
'pisell-common-continue': string;
|
|
808
|
+
'pisell-common-confirm': string;
|
|
809
|
+
'pisell-common-sign-up': string;
|
|
810
|
+
'pisell-common-or': string;
|
|
811
|
+
'pisell-register2-password-min-length': string;
|
|
812
|
+
'pisell-phone-validation-required': string;
|
|
813
|
+
'pisell-phone-validation-invalid': string;
|
|
814
|
+
'pisell-phone-validation-invalid-format': string;
|
|
815
|
+
'pisell-phone-validation-china': string;
|
|
816
|
+
'pisell-phone-validation-hongkong': string;
|
|
817
|
+
'pisell-phone-validation-macau': string;
|
|
818
|
+
'pisell-phone-validation-taiwan': string;
|
|
819
|
+
'pisell-phone-validation-us-canada': string;
|
|
820
|
+
'pisell-phone-validation-uk': string;
|
|
821
|
+
'pisell-phone-validation-australia': string;
|
|
822
|
+
'pisell-phone-validation-japan': string;
|
|
823
|
+
'pisell-phone-validation-korea': string;
|
|
824
|
+
'pisell-phone-validation-singapore': string;
|
|
825
|
+
'pisell-phone-validation-malaysia': string;
|
|
826
|
+
'pisell-phone-validation-thailand': string;
|
|
827
|
+
'pisell-phone-validation-vietnam': string;
|
|
828
|
+
'pisell-phone-validation-philippines': string;
|
|
829
|
+
'pisell-phone-validation-indonesia': string;
|
|
830
|
+
'pisell-phone-validation-india': string;
|
|
831
|
+
'pisell-phone-validation-invalid-china': string;
|
|
832
|
+
'pisell-phone-validation-invalid-hongkong': string;
|
|
833
|
+
'pisell-phone-validation-invalid-macau': string;
|
|
834
|
+
'pisell-phone-validation-invalid-taiwan': string;
|
|
835
|
+
'pisell-phone-validation-invalid-us-canada': string;
|
|
836
|
+
'pisell-phone-validation-invalid-uk': string;
|
|
837
|
+
'pisell-phone-validation-invalid-australia': string;
|
|
838
|
+
'pisell-phone-validation-invalid-japan': string;
|
|
839
|
+
'pisell-phone-validation-invalid-korea': string;
|
|
840
|
+
'pisell-phone-validation-invalid-singapore': string;
|
|
841
|
+
'pisell-phone-validation-invalid-malaysia': string;
|
|
842
|
+
'pisell-phone-validation-invalid-thailand': string;
|
|
843
|
+
'pisell-phone-validation-invalid-vietnam': string;
|
|
844
|
+
'pisell-phone-validation-invalid-philippines': string;
|
|
845
|
+
'pisell-phone-validation-invalid-indonesia': string;
|
|
846
|
+
'pisell-phone-validation-invalid-india': string;
|
|
847
|
+
'pisell-register2-continue-with-google': string;
|
|
848
|
+
'pisell-register2-continue-with-facebook': string;
|
|
849
|
+
'pisell-register2-continue-with-apple': string;
|
|
850
|
+
'pisell-register2-facebook-login-canceled': string;
|
|
851
|
+
'pisell-phone-input-placeholder': string;
|
|
852
|
+
'pisell-set-password-title': string;
|
|
853
|
+
'pisell-set-password-create-title': string;
|
|
854
|
+
'pisell-set-password-reset-title': string;
|
|
855
|
+
'pisell-set-password-placeholder': string;
|
|
856
|
+
'pisell-set-password-confirm-placeholder': string;
|
|
857
|
+
'pisell-set-password-submit': string;
|
|
858
|
+
'pisell-set-password-required': string;
|
|
859
|
+
'pisell-set-password-min-length': string;
|
|
860
|
+
'pisell-set-password-require-uppercase': string;
|
|
861
|
+
'pisell-set-password-require-lowercase': string;
|
|
862
|
+
'pisell-set-password-require-number': string;
|
|
863
|
+
'pisell-set-password-require-special': string;
|
|
864
|
+
'pisell-set-password-must-contain': string;
|
|
865
|
+
'pisell-set-password-confirm-required': string;
|
|
866
|
+
'pisell-set-password-not-match': string;
|
|
867
|
+
'pisell-set-password-failed': string;
|
|
868
|
+
'pisell-verification-success-title': string;
|
|
869
|
+
'pisell-register2-email-already-registered': string;
|
|
870
|
+
'pisell-register2-phone-already-registered': string;
|
|
871
|
+
'pisell-register2-check-email-title': string;
|
|
872
|
+
'pisell-register2-check-phone-title': string;
|
|
873
|
+
'pisell-register2-check-email-desc': string;
|
|
874
|
+
'pisell-register2-check-phone-desc': string;
|
|
875
|
+
'pisell-register2-no-email-received': string;
|
|
876
|
+
'pisell-register2-no-message-received': string;
|
|
877
|
+
'pisell-register2-verify-email-title': string;
|
|
878
|
+
'pisell-register2-verify-email-desc': string;
|
|
879
|
+
'pisell-register2-no-link-received': string;
|
|
880
|
+
'pisell-register2-email-code-resent': string;
|
|
881
|
+
'pisell-register2-email-link-resent': string;
|
|
882
|
+
'pisell-register2-phone-code-resent': string;
|
|
883
|
+
'pisell-register2-email-code-resend-failed': string;
|
|
884
|
+
'pisell-register2-email-link-resend-failed': string;
|
|
885
|
+
'pisell-register2-phone-code-resend-failed': string;
|
|
886
|
+
'pisell-register2-verifying-email': string;
|
|
887
|
+
'pisell-register2-link-expired-title': string;
|
|
888
|
+
'pisell-register2-link-expired-desc': string;
|
|
889
|
+
'pisell-register2-back-to-registration': string;
|
|
890
|
+
'pisell-register2-link-already-used-title': string;
|
|
891
|
+
'pisell-register2-link-already-used-desc': string;
|
|
892
|
+
'pisell-register2-login-button': string;
|
|
893
|
+
'pisell-login2-reset-password-verifying': string;
|
|
894
|
+
'pisell-login2-reset-password-invalid-link': string;
|
|
895
|
+
'pisell-login2-reset-password-link-expired': string;
|
|
896
|
+
'pisell-login2-reset-password-link-invalid': string;
|
|
897
|
+
'pisell-login2-reset-password-back-to-login': string;
|
|
898
|
+
'pisell-login2-verification-failed-title': string;
|
|
899
|
+
'pisell-legal-terms-login-text': string;
|
|
900
|
+
'pisell-legal-terms-register-text': string;
|
|
901
|
+
'pisell-legal-terms-and': string;
|
|
902
|
+
'pisell-modal-login-title': string;
|
|
903
|
+
'pisell-modal-register-title': string;
|
|
904
|
+
'pisell-register2-registration-failed': string;
|
|
905
|
+
'pisell-register2-failed-to-complete': string;
|
|
906
|
+
};
|
|
907
|
+
};
|
|
908
|
+
export default _default;
|