@pisell/private-materials 6.3.97 → 6.3.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +10 -10
- package/es/components/Sales/Summary/utils.d.ts +58 -0
- package/es/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/es/components/appointmentBooking/components/Date/state.js +3 -1
- package/es/components/appointmentBooking/locales.d.ts +606 -0
- package/es/components/appointmentBooking/locales.js +276 -0
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/es/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/tabPane/index.d.ts +4 -0
- package/es/components/booking/components/voucher/utils.d.ts +4 -0
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/model.d.ts +10 -1
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/info/model.d.ts +10 -1
- package/es/components/booking/info/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/locales.d.ts +628 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/model.d.ts +9 -1
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/notes/model.d.ts +10 -1
- package/es/components/booking/payments/model.d.ts +10 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/es/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/es/components/ecocup/cupList/const.d.ts +133 -0
- package/es/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/hooks.d.ts +49 -0
- package/es/components/ecocup/locales.d.ts +563 -0
- package/es/components/ecocup/locales.js +228 -0
- package/es/components/eftpos/const.d.ts +64 -0
- package/es/components/eftpos/device.d.ts +9 -0
- package/es/components/eftpos/hooks.d.ts +33 -0
- package/es/components/eftpos/index.d.ts +47 -0
- package/es/components/eftpos/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/linkly/const.d.ts +23 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/payo/config.d.ts +13 -0
- package/es/components/eftposPay/payo/const.d.ts +26 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/const.d.ts +17 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eftposPay/windcave/const.d.ts +119 -0
- package/es/components/eftposPay/windcave/helper.d.ts +23 -0
- package/es/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/es/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/es/components/eventBooking/locales.d.ts +408 -0
- package/es/components/eventBooking/locales.js +186 -0
- package/es/components/kioskSkuDetail/index.js +39 -10
- package/es/components/kioskSkuDetail/locales.d.ts +21 -0
- package/es/components/kioskSkuDetail/locales.js +24 -3
- package/es/components/login/locales.d.ts +38 -0
- package/es/components/login/locales.js +14 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/model.d.ts +40 -0
- package/es/components/pay/toC/serve.d.ts +2 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/es/components/pisellSelectCustomerModal/locales.js +52 -0
- package/es/components/productExtension/locales.d.ts +78 -0
- package/es/components/productExtension/locales.js +30 -0
- package/es/components/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/components/productSelect/locales.d.ts +38 -0
- package/es/components/productSelect/locales.js +23 -3
- package/es/components/ruleSetting/locales.d.ts +30 -0
- package/es/components/ruleSetting/locales.js +30 -0
- package/es/components/schedules/locales.d.ts +143 -0
- package/es/components/schedules/locales.js +56 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/shoppingCart/locales.d.ts +53 -0
- package/es/components/shoppingCart/locales.js +24 -0
- package/es/components/shoppingCart/type.d.ts +48 -0
- package/es/components/stepController/locales.d.ts +43 -0
- package/es/components/stepController/locales.js +20 -0
- package/es/components/subTotal/locales.d.ts +68 -0
- package/es/components/subTotal/locales.js +26 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +390 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/es/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +367 -0
- package/es/components/systemSettings/registry/components/ItemModal.js +169 -35
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +163 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.js +127 -0
- package/es/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/es/components/systemSettings/registry/index.js +20 -16
- package/es/components/systemSettings/registry/index.less +6 -7
- package/es/components/systemSettings/registry/locales.d.ts +525 -0
- package/es/components/systemSettings/registry/locales.js +262 -3
- package/es/components/systemSettings/registry/services.d.ts +97 -0
- package/es/components/systemSettings/registry/types.d.ts +139 -0
- package/es/components/taxSelect/locales.d.ts +38 -0
- package/es/components/taxSelect/locales.js +14 -0
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.js +10 -0
- package/es/components/walletList/locales.d.ts +43 -0
- package/es/components/walletList/locales.js +16 -0
- package/es/components/walletList/types/index.d.ts +196 -0
- package/es/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/es/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/es/hooks/useEngineContext.d.ts +11 -0
- package/es/hooks/useWindowSize.d.ts +5 -0
- package/es/plus/clientCard/locales.d.ts +28 -0
- package/es/plus/clientCard/locales.js +10 -0
- package/es/plus/clinetSearch/locales.d.ts +178 -0
- package/es/plus/clinetSearch/locales.js +70 -0
- package/es/plus/contactInfo/locales.d.ts +23 -0
- package/es/plus/contactInfo/locales.js +8 -0
- package/es/plus/contactInfoModal/locales.d.ts +108 -0
- package/es/plus/contactInfoModal/locales.js +42 -0
- package/es/plus/orderList/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +8 -4
- package/es/plus/productSelect/locales.d.ts +38 -0
- package/es/plus/productSelect/locales.js +23 -3
- package/es/plus/saasAttendance/locales.d.ts +591 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +136 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/es/plus/saasCreateOrganization/locales.js +8 -0
- package/es/plus/saasLogin/locales.d.ts +83 -0
- package/es/plus/saasLogin/locales.js +32 -0
- package/es/plus/saasRegister/locales.d.ts +193 -0
- package/es/plus/saasRegister/locales.js +76 -0
- package/es/plus/saasRole/locales.d.ts +319 -0
- package/es/plus/saasRole/locales.js +126 -0
- package/es/plus/saasRole/types.d.ts +177 -0
- package/es/plus/saasTeamMembers/locales.d.ts +546 -0
- package/es/plus/saasTeamMembers/locales.js +216 -0
- package/es/plus/saasTeamMembers/type.d.ts +158 -0
- package/es/plus/selectHolder/locales.d.ts +35 -0
- package/es/plus/selectHolder/locales.js +17 -5
- package/es/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/es/plus/skuOptionsSelection/locales.js +20 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/es/plus/walletEditor/locales.d.ts +223 -0
- package/es/plus/walletEditor/locales.js +100 -0
- package/es/plus/walletEditor/types.d.ts +54 -0
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/es/plus/walletPassGallery/components/passDetail/index.js +2 -26
- package/es/plus/walletPassGallery/components/passList/index.js +8 -1
- package/es/plus/walletPassGallery/index.js +0 -31
- package/es/plus/walletPassGallery/locales.d.ts +473 -0
- package/es/plus/walletPassGallery/locales.js +192 -0
- package/es/plus/walletPassGallery/utils.d.ts +48 -0
- package/es/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/es/pro/Login2.0/locales.d.ts +903 -0
- package/es/pro/Login2.0/locales.js +360 -0
- package/es/pro/Login2.0/shared/types.d.ts +234 -0
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/es/pro/Selector/locales.d.ts +22 -0
- package/es/pro/Selector/locales.js +58 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/es/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/es/pro/comprehensiveSearch/locales.js +8 -0
- package/es/pro/keyboards/locales.d.ts +14 -0
- package/es/pro/keyboards/locales.js +22 -0
- package/es/pro/numberKeyboard/locales.d.ts +18 -0
- package/es/pro/numberKeyboard/locales.js +6 -0
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/es/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/es/test/setup.d.ts +1 -0
- package/lib/components/Sales/Summary/utils.d.ts +58 -0
- package/lib/components/appointmentBooking/components/Date/state.d.ts +63 -0
- package/lib/components/appointmentBooking/components/Date/state.js +3 -1
- package/lib/components/appointmentBooking/locales.d.ts +606 -0
- package/lib/components/appointmentBooking/locales.js +240 -0
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +413 -0
- package/lib/components/authentication/admin/AuthMethods/locales.js +164 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/tabPane/index.d.ts +4 -0
- package/lib/components/booking/components/voucher/utils.d.ts +4 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/model.d.ts +10 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/info/model.d.ts +10 -1
- package/lib/components/booking/info/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/locales.d.ts +628 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/model.d.ts +9 -1
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/notes/model.d.ts +10 -1
- package/lib/components/booking/payments/model.d.ts +10 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/ecocup/components/CupInfoCard/index.d.ts +8 -0
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +5 -0
- package/lib/components/ecocup/components/CustomerCard/index.d.ts +7 -0
- package/lib/components/ecocup/cupList/const.d.ts +133 -0
- package/lib/components/ecocup/cupList/hooks/useCupApi.d.ts +32 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/hooks.d.ts +49 -0
- package/lib/components/ecocup/locales.d.ts +563 -0
- package/lib/components/ecocup/locales.js +224 -0
- package/lib/components/eftpos/const.d.ts +64 -0
- package/lib/components/eftpos/device.d.ts +9 -0
- package/lib/components/eftpos/hooks.d.ts +33 -0
- package/lib/components/eftpos/index.d.ts +47 -0
- package/lib/components/eftpos/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/component/fail/unknow.d.ts +10 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/linkly/const.d.ts +23 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/payo/config.d.ts +13 -0
- package/lib/components/eftposPay/payo/const.d.ts +26 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/const.d.ts +17 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eftposPay/windcave/const.d.ts +119 -0
- package/lib/components/eftposPay/windcave/helper.d.ts +23 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.d.ts +22 -0
- package/lib/components/eventBooking/components/Voucher/components/locales.js +22 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateStatus/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Status/index.d.ts +1 -0
- package/lib/components/eventBooking/locales.d.ts +408 -0
- package/lib/components/eventBooking/locales.js +162 -0
- package/lib/components/kioskSkuDetail/index.js +27 -3
- package/lib/components/kioskSkuDetail/locales.d.ts +21 -0
- package/lib/components/kioskSkuDetail/locales.js +24 -3
- package/lib/components/login/locales.d.ts +38 -0
- package/lib/components/login/locales.js +14 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/Content.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/SetupForm/PaymentRequestForm.d.ts +3 -0
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/model.d.ts +40 -0
- package/lib/components/pay/toC/serve.d.ts +2 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +133 -0
- package/lib/components/pisellSelectCustomerModal/locales.js +52 -0
- package/lib/components/productExtension/locales.d.ts +78 -0
- package/lib/components/productExtension/locales.js +30 -0
- package/lib/components/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/components/productSelect/locales.d.ts +38 -0
- package/lib/components/productSelect/locales.js +23 -3
- package/lib/components/ruleSetting/locales.d.ts +30 -0
- package/lib/components/ruleSetting/locales.js +30 -0
- package/lib/components/schedules/locales.d.ts +143 -0
- package/lib/components/schedules/locales.js +56 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/shoppingCart/locales.d.ts +53 -0
- package/lib/components/shoppingCart/locales.js +20 -0
- package/lib/components/shoppingCart/type.d.ts +48 -0
- package/lib/components/stepController/locales.d.ts +43 -0
- package/lib/components/stepController/locales.js +16 -0
- package/lib/components/subTotal/locales.d.ts +68 -0
- package/lib/components/subTotal/locales.js +26 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.d.ts +59 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/index.js +228 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.d.ts +70 -0
- package/lib/components/systemSettings/registry/components/DataSourceTreeSelect/serve.js +195 -0
- package/lib/components/systemSettings/registry/components/ItemModal.js +294 -225
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.d.ts +8 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/OptionTable.js +166 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.d.ts +10 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.js +210 -0
- package/lib/components/systemSettings/registry/components/OptionDataSource/index.less +37 -0
- package/lib/components/systemSettings/registry/index.js +20 -16
- package/lib/components/systemSettings/registry/index.less +6 -7
- package/lib/components/systemSettings/registry/locales.d.ts +525 -0
- package/lib/components/systemSettings/registry/locales.js +262 -3
- package/lib/components/systemSettings/registry/services.d.ts +97 -0
- package/lib/components/systemSettings/registry/types.d.ts +139 -0
- package/lib/components/taxSelect/locales.d.ts +38 -0
- package/lib/components/taxSelect/locales.js +14 -0
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.js +10 -0
- package/lib/components/walletList/locales.d.ts +43 -0
- package/lib/components/walletList/locales.js +16 -0
- package/lib/components/walletList/types/index.d.ts +196 -0
- package/lib/components/workSpaceList/components/AppearanceEdit/constants.d.ts +8 -0
- package/lib/components/workSpaceList/components/Card/constants.d.ts +2 -0
- package/lib/hooks/useEngineContext.d.ts +11 -0
- package/lib/hooks/useWindowSize.d.ts +5 -0
- package/lib/plus/clientCard/locales.d.ts +28 -0
- package/lib/plus/clientCard/locales.js +10 -0
- package/lib/plus/clinetSearch/locales.d.ts +178 -0
- package/lib/plus/clinetSearch/locales.js +70 -0
- package/lib/plus/contactInfo/locales.d.ts +23 -0
- package/lib/plus/contactInfo/locales.js +8 -0
- package/lib/plus/contactInfoModal/locales.d.ts +108 -0
- package/lib/plus/contactInfoModal/locales.js +42 -0
- package/lib/plus/orderList/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +6 -4
- package/lib/plus/productSelect/locales.d.ts +38 -0
- package/lib/plus/productSelect/locales.js +23 -3
- package/lib/plus/saasAttendance/locales.d.ts +591 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +136 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +23 -0
- package/lib/plus/saasCreateOrganization/locales.js +8 -0
- package/lib/plus/saasLogin/locales.d.ts +83 -0
- package/lib/plus/saasLogin/locales.js +32 -0
- package/lib/plus/saasRegister/locales.d.ts +193 -0
- package/lib/plus/saasRegister/locales.js +76 -0
- package/lib/plus/saasRole/locales.d.ts +319 -0
- package/lib/plus/saasRole/locales.js +126 -0
- package/lib/plus/saasRole/types.d.ts +177 -0
- package/lib/plus/saasTeamMembers/locales.d.ts +546 -0
- package/lib/plus/saasTeamMembers/locales.js +216 -0
- package/lib/plus/saasTeamMembers/type.d.ts +158 -0
- package/lib/plus/selectHolder/locales.d.ts +35 -0
- package/lib/plus/selectHolder/locales.js +13 -5
- package/lib/plus/skuOptionsSelection/locales.d.ts +20 -0
- package/lib/plus/skuOptionsSelection/locales.js +20 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +2 -0
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.js +12 -4
- package/lib/plus/walletEditor/locales.d.ts +223 -0
- package/lib/plus/walletEditor/locales.js +100 -0
- package/lib/plus/walletEditor/types.d.ts +54 -0
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -1
- package/lib/plus/walletPassGallery/components/passDetail/index.js +1 -16
- package/lib/plus/walletPassGallery/components/passList/index.js +9 -3
- package/lib/plus/walletPassGallery/index.js +0 -29
- package/lib/plus/walletPassGallery/locales.d.ts +473 -0
- package/lib/plus/walletPassGallery/locales.js +192 -0
- package/lib/plus/walletPassGallery/utils.d.ts +48 -0
- package/lib/pro/Login2.0/components/PhoneInput.d.ts +53 -0
- package/lib/pro/Login2.0/locales.d.ts +903 -0
- package/lib/pro/Login2.0/locales.js +360 -0
- package/lib/pro/Login2.0/shared/types.d.ts +234 -0
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/lib/pro/Selector/locales.d.ts +22 -0
- package/lib/pro/Selector/locales.js +50 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +8 -0
- package/lib/pro/comprehensiveSearch/locales.d.ts +23 -0
- package/lib/pro/comprehensiveSearch/locales.js +8 -0
- package/lib/pro/keyboards/locales.d.ts +14 -0
- package/lib/pro/keyboards/locales.js +14 -0
- package/lib/pro/numberKeyboard/locales.d.ts +18 -0
- package/lib/pro/numberKeyboard/locales.js +6 -0
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +18 -0
- package/lib/pro/pisellPhoneKeyboard/locales.js +6 -0
- package/lib/test/setup.d.ts +1 -0
- package/lowcode/eco-cup-list/meta.ts +1 -1
- package/lowcode/eco-customer-list/meta.ts +1 -1
- package/package.json +1 -1
|
@@ -385,5 +385,229 @@ var locales_default = {
|
|
|
385
385
|
"pisell2.text.ecocup.cup-status-modal.title-broken": "Cup Marked as Broken",
|
|
386
386
|
"pisell2.text.ecocup.cup-status-modal.title-not_found": "Cup not in your inventory",
|
|
387
387
|
"pisell2.text.ecocup.cup-status-modal.tip": "Please add to inventory first before renting"
|
|
388
|
+
},
|
|
389
|
+
ja: {
|
|
390
|
+
"pisell2.text.ecocup.cup-id": "カップID",
|
|
391
|
+
"pisell2.text.ecocup.button.return": "返却",
|
|
392
|
+
"pisell2.text.ecocup.button.others": "その他",
|
|
393
|
+
"pisell2.text.ecocup.button.missing": "紛失",
|
|
394
|
+
"pisell2.text.ecocup.button.broken": "破損",
|
|
395
|
+
"pisell2.text.ecocup.button.clear-all": "すべてクリア",
|
|
396
|
+
"pisell2.text.ecocup.button.mark-as-return": "返却済みとしてマーク",
|
|
397
|
+
"pisell2.text.ecocup.button.mark-as-missing": "紛失としてマーク",
|
|
398
|
+
"pisell2.text.ecocup.button.mark-as-broken": "破損としてマーク",
|
|
399
|
+
"pisell2.text.ecocup.button.cancel": "キャンセル",
|
|
400
|
+
"pisell2.text.ecocup.button.confirm": "確認",
|
|
401
|
+
"pisell2.text.ecocup.button.remove": "削除",
|
|
402
|
+
"pisell2.text.ecocup.button.dismiss": "閉じる",
|
|
403
|
+
"pisell2.text.ecocup.button.transfer": "自分の店舗に転送",
|
|
404
|
+
"pisell2.text.ecocup.toast.success-return": "返却成功",
|
|
405
|
+
"pisell2.text.ecocup.toast.success-missing": "紛失としてマーク成功",
|
|
406
|
+
"pisell2.text.ecocup.toast.success-broken": "破損としてマーク成功",
|
|
407
|
+
"pisell2.text.ecocup.toast.success-transfer": "転送成功",
|
|
408
|
+
"pisell2.text.ecocup.toast.fail-no-match-customer": "一致する顧客が見つかりませんでした",
|
|
409
|
+
"pisell2.text.cup-project.title": "ECOカッププロジェクト",
|
|
410
|
+
"pisell2.text.cup-project.search-bar.placeholder": "携帯電話番号またはカップコード",
|
|
411
|
+
"pisell2.text.cup-project.footer.button.new-customer": "新規顧客",
|
|
412
|
+
"pisell2.text.cup-project.footer.button.customer-list": "顧客リスト",
|
|
413
|
+
"pisell2.text.cup-project.footer.button.cup-list": "カップリスト",
|
|
414
|
+
"pisell2.text.cup-project.footer.button.register-cups": "在庫にカップを登録",
|
|
415
|
+
"pisell2.text.cup-project.search-bar.result.header.name": "名前",
|
|
416
|
+
"pisell2.text.cup-project.search-bar.result.header.registrationTime": "登録時間",
|
|
417
|
+
"pisell2.text.cup-project.search-bar.result.header.phone": "電話番号",
|
|
418
|
+
"pisell2.text.cup-project.search-bar.result.header.email": "メールアドレス",
|
|
419
|
+
"pisell2.text.cup-project.search-bar.result.header.membership": "会員",
|
|
420
|
+
"pisell2.text.ecocup.title": "エコカップ",
|
|
421
|
+
"pisell2.text.ecocup.status.placeholder": "ステータスを選択",
|
|
422
|
+
"pisell2.text.ecocup.status.shop.placeholder": "店舗を選択",
|
|
423
|
+
"pisell2.text.ecocup.scan-or-search": "携帯電話番号またはカップコード",
|
|
424
|
+
"pisell2.text.ecocup.available-to-rent": "現在レンタル可能",
|
|
425
|
+
"pisell2.text.ecocup.rent": "レンタル",
|
|
426
|
+
"pisell2.text.ecocup.broken": "破損",
|
|
427
|
+
"pisell2.text.ecocup.cup-rent": "カップレンタル",
|
|
428
|
+
"pisell2.text.ecocup.cup-returned": "カップ返却",
|
|
429
|
+
"pisell2.text.ecocup.eco.cup-rent": "全店舗によるカップレンタル",
|
|
430
|
+
"pisell2.text.ecocup.eco.cup-returned": "全店舗によるカップ返却",
|
|
431
|
+
"pisell2.text.ecocup.table.cup-code": "カップコード",
|
|
432
|
+
"pisell2.text.ecocup.table.customer": "顧客",
|
|
433
|
+
"pisell2.text.ecocup.table.status": "ステータス",
|
|
434
|
+
"pisell2.text.ecocup.table.shop-of-rent": "レンタル店舗",
|
|
435
|
+
"pisell2.text.ecocup.table.time-of-rent": "レンタル時間",
|
|
436
|
+
"pisell2.text.ecocup.table.shop-of-return": "返却店舗",
|
|
437
|
+
"pisell2.text.ecocup.table.time-of-return": "返却時間",
|
|
438
|
+
"pisell2.text.ecocup.table.operated-at": "操作時間",
|
|
439
|
+
"pisell2.text.ecocup.table.actions": "操作",
|
|
440
|
+
"pisell2.text.ecocup.status.rent": "レンタル",
|
|
441
|
+
"pisell2.text.ecocup.status.in-stock": "在庫あり",
|
|
442
|
+
"pisell2.text.ecocup.status.all": "すべて",
|
|
443
|
+
"pisell2.text.ecocup.status.shop-changed": "店舗変更",
|
|
444
|
+
"pisell2.text.ecocup.status.overtime": "時間超過",
|
|
445
|
+
"pisell2.text.ecocup.status.expire-soon": "まもなく期限切れ",
|
|
446
|
+
"pisell2.text.ecocup.status.borrowing": "借用中",
|
|
447
|
+
"pisell2.text.ecocup.status.returned": "返却済み",
|
|
448
|
+
"pisell2.text.ecocup.action.return": "返却",
|
|
449
|
+
"pisell2.text.ecocup.action.more": "その他",
|
|
450
|
+
"pisell2.text.ecocup.action.more.missing": "紛失",
|
|
451
|
+
"pisell2.text.ecocup.action.more.broken": "破損",
|
|
452
|
+
"pisell2.text.ecocup.table.time-of-rent.relative": (num) => `${num}${num === 1 ? "日前" : "日前"}`,
|
|
453
|
+
"pisell2.text.ecocup.table.time-of-return.today": "今日",
|
|
454
|
+
"pisell2.text.ecocup.customer.list.title": "顧客リスト",
|
|
455
|
+
"pisell2.text.ecocup.customer.list.customer": "顧客",
|
|
456
|
+
"pisell2.text.ecocup.customer.list.registed": "登録済み",
|
|
457
|
+
"pisell2.text.ecocup.customer.list.email": "メール",
|
|
458
|
+
"pisell2.text.ecocup.customer.list.mobile": "携帯電話",
|
|
459
|
+
"pisell2.text.ecocup.customer.list.cup.borrowed": "借用カップ",
|
|
460
|
+
"pisell2.text.ecocup.customer.list.cup.returned": "返却カップ",
|
|
461
|
+
"pisell2.text.ecocup.customer.list.customer.profile": "顧客プロフィール",
|
|
462
|
+
"pisell2.text.ecocup.customer.list.search.placeholder": "携帯電話番号",
|
|
463
|
+
"pisell2.text.ecocup.add-customer-modal.title": "顧客を追加",
|
|
464
|
+
"pisell2.text.ecocup.add-customer-modal.first-name": "名",
|
|
465
|
+
"pisell2.text.ecocup.add-customer-modal.first-name-placeholder": "名",
|
|
466
|
+
"pisell2.text.ecocup.add-customer-modal.first-name-required": "名は必須です",
|
|
467
|
+
"pisell2.text.ecocup.add-customer-modal.last-name": "姓",
|
|
468
|
+
"pisell2.text.ecocup.add-customer-modal.last-name-placeholder": "姓",
|
|
469
|
+
"pisell2.text.ecocup.add-customer-modal.last-name-required": "姓は必須です",
|
|
470
|
+
"pisell2.text.ecocup.add-customer-modal.phone": "電話",
|
|
471
|
+
"pisell2.text.ecocup.add-customer-modal.phone-placeholder": "電話",
|
|
472
|
+
"pisell2.text.ecocup.add-customer-modal.phone-error": "有効な電話番号を入力してください",
|
|
473
|
+
"pisell2.text.ecocup.add-customer-modal.phone-required": "電話は必須です",
|
|
474
|
+
"pisell2.text.ecocup.add-customer-modal.email": "メール",
|
|
475
|
+
"pisell2.text.ecocup.add-customer-modal.email-placeholder": "メール",
|
|
476
|
+
"pisell2.text.ecocup.add-customer-modal.email-required": "メールは必須です",
|
|
477
|
+
"pisell2.text.ecocup.add-customer-modal.membership": "顧客グループ",
|
|
478
|
+
"pisell2.text.ecocup.add-customer-modal.success": "顧客の追加に成功しました",
|
|
479
|
+
"pisell2.text.ecocup.cup-action-modal.title-return": "カップ返却",
|
|
480
|
+
"pisell2.text.ecocup.cup-action-modal.title-missing": "カップ紛失",
|
|
481
|
+
"pisell2.text.ecocup.cup-action-modal.title-broken": "カップ破損",
|
|
482
|
+
"pisell2.text.ecocup.cup-action-modal.cup-id": "カップID",
|
|
483
|
+
"pisell2.text.ecocup.cup-action-modal.cup-tip": "レンタル時間",
|
|
484
|
+
"pisell2.text.ecocup.cup-info-card.title.rentInfo": "レンタル時間",
|
|
485
|
+
"pisell2.text.ecocup.cup-info-card.title.markInfo": "マーク者",
|
|
486
|
+
"pisell2.text.ecocup.cup-info-card.title.belongInfo": "所属",
|
|
487
|
+
"pisell2.text.ecocup.customer-first-modal.title": "カップをレンタル/返却",
|
|
488
|
+
"pisell2.text.ecocup.customer-first-modal.search-tip": "正しいECOカップコードをスキャン/入力してください。",
|
|
489
|
+
"pisell2.text.ecocup.customer-first-modal.search-bar.placeholder": "携帯電話番号またはカップコード",
|
|
490
|
+
"pisell2.text.ecocup.customer-first-modal.search-bar.placeholder-cup": "カップコード",
|
|
491
|
+
"pisell2.text.ecocup.customer-first-modal.over-max": "{{num}}個のカップを削除してください",
|
|
492
|
+
"pisell2.text.ecocup.customer-first-modal.no-customer": "顧客にログインしてください",
|
|
493
|
+
"pisell2.text.ecocup.search-bar.search-tip": "正しいECOカップコードをスキャン/入力してください。",
|
|
494
|
+
"pisell2.text.ecocup.cup-status-modal.title-other_rent": "警告:このカップは他の人が借用しています",
|
|
495
|
+
"pisell2.text.ecocup.cup-status-modal.title-other_in_stock": "このカップは別の店舗に登録されています",
|
|
496
|
+
"pisell2.text.ecocup.cup-status-modal.title-missing": "カップが紛失としてマークされました",
|
|
497
|
+
"pisell2.text.ecocup.cup-status-modal.title-broken": "カップが破損としてマークされました",
|
|
498
|
+
"pisell2.text.ecocup.cup-status-modal.title-not_found": "カップが在庫にありません",
|
|
499
|
+
"pisell2.text.ecocup.cup-status-modal.tip": "レンタルする前にまず在庫に追加してください"
|
|
500
|
+
},
|
|
501
|
+
pt: {
|
|
502
|
+
"pisell2.text.ecocup.cup-id": "ID do Copo",
|
|
503
|
+
"pisell2.text.ecocup.button.return": "Devolver",
|
|
504
|
+
"pisell2.text.ecocup.button.others": "outros",
|
|
505
|
+
"pisell2.text.ecocup.button.missing": "Perdido",
|
|
506
|
+
"pisell2.text.ecocup.button.broken": "Quebrado",
|
|
507
|
+
"pisell2.text.ecocup.button.clear-all": "Limpar Tudo",
|
|
508
|
+
"pisell2.text.ecocup.button.mark-as-return": "Marcar como Devolvido",
|
|
509
|
+
"pisell2.text.ecocup.button.mark-as-missing": "Marcar como Perdido",
|
|
510
|
+
"pisell2.text.ecocup.button.mark-as-broken": "Marcar como Quebrado",
|
|
511
|
+
"pisell2.text.ecocup.button.cancel": "Cancelar",
|
|
512
|
+
"pisell2.text.ecocup.button.confirm": "Confirmar",
|
|
513
|
+
"pisell2.text.ecocup.button.remove": "Remover",
|
|
514
|
+
"pisell2.text.ecocup.button.dismiss": "Dispensar",
|
|
515
|
+
"pisell2.text.ecocup.button.transfer": "Transferir para minha loja",
|
|
516
|
+
"pisell2.text.ecocup.toast.success-return": "Devolução bem-sucedida",
|
|
517
|
+
"pisell2.text.ecocup.toast.success-missing": "Marcado como perdido com sucesso",
|
|
518
|
+
"pisell2.text.ecocup.toast.success-broken": "Marcado como quebrado com sucesso",
|
|
519
|
+
"pisell2.text.ecocup.toast.success-transfer": "Transferência bem-sucedida",
|
|
520
|
+
"pisell2.text.ecocup.toast.fail-no-match-customer": "Nenhum cliente correspondente encontrado",
|
|
521
|
+
"pisell2.text.cup-project.title": "Projeto ECO Cup",
|
|
522
|
+
"pisell2.text.cup-project.search-bar.placeholder": "número de celular ou código do copo",
|
|
523
|
+
"pisell2.text.cup-project.footer.button.new-customer": "Novo Cliente",
|
|
524
|
+
"pisell2.text.cup-project.footer.button.customer-list": "Lista de clientes",
|
|
525
|
+
"pisell2.text.cup-project.footer.button.cup-list": "Lista de copos",
|
|
526
|
+
"pisell2.text.cup-project.footer.button.register-cups": "Registrar Copos no Inventário",
|
|
527
|
+
"pisell2.text.cup-project.search-bar.result.header.name": "Nome",
|
|
528
|
+
"pisell2.text.cup-project.search-bar.result.header.registrationTime": "Hora de Registro",
|
|
529
|
+
"pisell2.text.cup-project.search-bar.result.header.phone": "Número de Telefone",
|
|
530
|
+
"pisell2.text.cup-project.search-bar.result.header.email": "Endereço de E-mail",
|
|
531
|
+
"pisell2.text.cup-project.search-bar.result.header.membership": "Associação",
|
|
532
|
+
"pisell2.text.ecocup.title": "Eco-Cup",
|
|
533
|
+
"pisell2.text.ecocup.status.placeholder": "Selecionar Status",
|
|
534
|
+
"pisell2.text.ecocup.status.shop.placeholder": "Selecionar Loja",
|
|
535
|
+
"pisell2.text.ecocup.scan-or-search": "número de celular ou código do copo",
|
|
536
|
+
"pisell2.text.ecocup.available-to-rent": "Disponível para alugar agora",
|
|
537
|
+
"pisell2.text.ecocup.rent": "Alugar",
|
|
538
|
+
"pisell2.text.ecocup.broken": "Quebrado",
|
|
539
|
+
"pisell2.text.ecocup.cup-rent": "Aluguel de Copo",
|
|
540
|
+
"pisell2.text.ecocup.cup-returned": "Copo Devolvido",
|
|
541
|
+
"pisell2.text.ecocup.eco.cup-rent": "Aluguel de Copo por todas as lojas",
|
|
542
|
+
"pisell2.text.ecocup.eco.cup-returned": "Copo Devolvido por todas as lojas",
|
|
543
|
+
"pisell2.text.ecocup.table.cup-code": "Código do Copo",
|
|
544
|
+
"pisell2.text.ecocup.table.customer": "Cliente",
|
|
545
|
+
"pisell2.text.ecocup.table.status": "Status",
|
|
546
|
+
"pisell2.text.ecocup.table.shop-of-rent": "Loja de Aluguel",
|
|
547
|
+
"pisell2.text.ecocup.table.time-of-rent": "Hora de Aluguel",
|
|
548
|
+
"pisell2.text.ecocup.table.shop-of-return": "Loja de Devolução",
|
|
549
|
+
"pisell2.text.ecocup.table.time-of-return": "Hora de Devolução",
|
|
550
|
+
"pisell2.text.ecocup.table.operated-at": "Operado em",
|
|
551
|
+
"pisell2.text.ecocup.table.actions": "ações",
|
|
552
|
+
"pisell2.text.ecocup.status.rent": "Alugar",
|
|
553
|
+
"pisell2.text.ecocup.status.in-stock": "Em estoque",
|
|
554
|
+
"pisell2.text.ecocup.status.all": "Todos",
|
|
555
|
+
"pisell2.text.ecocup.status.shop-changed": "Loja alterada",
|
|
556
|
+
"pisell2.text.ecocup.status.overtime": "Tempo esgotado",
|
|
557
|
+
"pisell2.text.ecocup.status.expire-soon": "Expira em breve",
|
|
558
|
+
"pisell2.text.ecocup.status.borrowing": "emprestando",
|
|
559
|
+
"pisell2.text.ecocup.status.returned": "Devolvido",
|
|
560
|
+
"pisell2.text.ecocup.action.return": "Devolver",
|
|
561
|
+
"pisell2.text.ecocup.action.more": "mais",
|
|
562
|
+
"pisell2.text.ecocup.action.more.missing": "Perdido",
|
|
563
|
+
"pisell2.text.ecocup.action.more.broken": "Quebrado",
|
|
564
|
+
"pisell2.text.ecocup.table.time-of-rent.relative": (num) => `${num} ${num === 1 ? "dia" : "dias"} atrás`,
|
|
565
|
+
"pisell2.text.ecocup.table.time-of-return.today": "Hoje",
|
|
566
|
+
"pisell2.text.ecocup.customer.list.title": "Lista de Clientes",
|
|
567
|
+
"pisell2.text.ecocup.customer.list.customer": "Cliente",
|
|
568
|
+
"pisell2.text.ecocup.customer.list.registed": "Registrado",
|
|
569
|
+
"pisell2.text.ecocup.customer.list.email": "E-mail",
|
|
570
|
+
"pisell2.text.ecocup.customer.list.mobile": "Celular",
|
|
571
|
+
"pisell2.text.ecocup.customer.list.cup.borrowed": "Copo emprestado",
|
|
572
|
+
"pisell2.text.ecocup.customer.list.cup.returned": "Copo devolvido",
|
|
573
|
+
"pisell2.text.ecocup.customer.list.customer.profile": "Perfil do Cliente",
|
|
574
|
+
"pisell2.text.ecocup.customer.list.search.placeholder": "número de celular",
|
|
575
|
+
"pisell2.text.ecocup.add-customer-modal.title": "Adicionar Cliente",
|
|
576
|
+
"pisell2.text.ecocup.add-customer-modal.first-name": "Primeiro Nome",
|
|
577
|
+
"pisell2.text.ecocup.add-customer-modal.first-name-placeholder": "Primeiro Nome",
|
|
578
|
+
"pisell2.text.ecocup.add-customer-modal.first-name-required": "Primeiro Nome é obrigatório",
|
|
579
|
+
"pisell2.text.ecocup.add-customer-modal.last-name": "Sobrenome",
|
|
580
|
+
"pisell2.text.ecocup.add-customer-modal.last-name-placeholder": "Sobrenome",
|
|
581
|
+
"pisell2.text.ecocup.add-customer-modal.last-name-required": "Sobrenome é obrigatório",
|
|
582
|
+
"pisell2.text.ecocup.add-customer-modal.phone": "Telefone",
|
|
583
|
+
"pisell2.text.ecocup.add-customer-modal.phone-placeholder": "Telefone",
|
|
584
|
+
"pisell2.text.ecocup.add-customer-modal.phone-error": "Por favor, insira um número de telefone válido",
|
|
585
|
+
"pisell2.text.ecocup.add-customer-modal.phone-required": "Telefone é obrigatório",
|
|
586
|
+
"pisell2.text.ecocup.add-customer-modal.email": "E-mail",
|
|
587
|
+
"pisell2.text.ecocup.add-customer-modal.email-placeholder": "E-mail",
|
|
588
|
+
"pisell2.text.ecocup.add-customer-modal.email-required": "E-mail é obrigatório",
|
|
589
|
+
"pisell2.text.ecocup.add-customer-modal.membership": "Grupo de Clientes",
|
|
590
|
+
"pisell2.text.ecocup.add-customer-modal.success": "Cliente adicionado com sucesso",
|
|
591
|
+
"pisell2.text.ecocup.cup-action-modal.title-return": "Devolução do Copo",
|
|
592
|
+
"pisell2.text.ecocup.cup-action-modal.title-missing": "Copo Perdido",
|
|
593
|
+
"pisell2.text.ecocup.cup-action-modal.title-broken": "Copo Quebrado",
|
|
594
|
+
"pisell2.text.ecocup.cup-action-modal.cup-id": "ID do Copo",
|
|
595
|
+
"pisell2.text.ecocup.cup-action-modal.cup-tip": "Alugado em",
|
|
596
|
+
"pisell2.text.ecocup.cup-info-card.title.rentInfo": "Alugado em",
|
|
597
|
+
"pisell2.text.ecocup.cup-info-card.title.markInfo": "Marcado por",
|
|
598
|
+
"pisell2.text.ecocup.cup-info-card.title.belongInfo": "Pertence a",
|
|
599
|
+
"pisell2.text.ecocup.customer-first-modal.title": "Alugar/Devolver Copo(s)",
|
|
600
|
+
"pisell2.text.ecocup.customer-first-modal.search-tip": "Por favor, escaneie/insira o código correto do ECO Cup.",
|
|
601
|
+
"pisell2.text.ecocup.customer-first-modal.search-bar.placeholder": "número de celular ou código do copo",
|
|
602
|
+
"pisell2.text.ecocup.customer-first-modal.search-bar.placeholder-cup": "código do copo",
|
|
603
|
+
"pisell2.text.ecocup.customer-first-modal.over-max": "Por favor, remova {{num}} copo(s)",
|
|
604
|
+
"pisell2.text.ecocup.customer-first-modal.no-customer": "Por favor, faça login do cliente",
|
|
605
|
+
"pisell2.text.ecocup.search-bar.search-tip": "Por favor, escaneie/insira o código correto do ECO Cup.",
|
|
606
|
+
"pisell2.text.ecocup.cup-status-modal.title-other_rent": "Aviso: Este Copo foi emprestado por Outros",
|
|
607
|
+
"pisell2.text.ecocup.cup-status-modal.title-other_in_stock": "Este Copo está registrado em outra loja",
|
|
608
|
+
"pisell2.text.ecocup.cup-status-modal.title-missing": "Copo Marcado como Perdido",
|
|
609
|
+
"pisell2.text.ecocup.cup-status-modal.title-broken": "Copo Marcado como Quebrado",
|
|
610
|
+
"pisell2.text.ecocup.cup-status-modal.title-not_found": "Copo não está em seu inventário",
|
|
611
|
+
"pisell2.text.ecocup.cup-status-modal.tip": "Por favor, adicione ao inventário primeiro antes de alugar"
|
|
388
612
|
}
|
|
389
613
|
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export declare enum Eftpos {
|
|
2
|
+
Payo = "payo",
|
|
3
|
+
Tyro = "tyro",
|
|
4
|
+
Windcave = "windcave",
|
|
5
|
+
Stripe = "stripe"
|
|
6
|
+
}
|
|
7
|
+
export declare enum DeviceEnum {
|
|
8
|
+
/** 新增 */
|
|
9
|
+
Add = "add",
|
|
10
|
+
/** 编辑 */
|
|
11
|
+
Edit = "edit",
|
|
12
|
+
/** 重新链接 */
|
|
13
|
+
Repair = "repair"
|
|
14
|
+
}
|
|
15
|
+
export declare type DeviceStatus = `${DeviceEnum}`;
|
|
16
|
+
/** 设备配置信息 */
|
|
17
|
+
export interface DeviceProp {
|
|
18
|
+
/** 设备id */
|
|
19
|
+
id?: string | number;
|
|
20
|
+
/** 设备名称 */
|
|
21
|
+
name: string;
|
|
22
|
+
/** 设备类型(厂商) */
|
|
23
|
+
type: Eftpos.Tyro;
|
|
24
|
+
/** 设备状态 */
|
|
25
|
+
status: "unpaired" | "paired";
|
|
26
|
+
/** 设备设置(商户配置) */
|
|
27
|
+
setting: {
|
|
28
|
+
[key: string]: unknown;
|
|
29
|
+
} | null;
|
|
30
|
+
/** 设备设置(第三方配置) */
|
|
31
|
+
connection: {
|
|
32
|
+
[key: string]: unknown;
|
|
33
|
+
} | null;
|
|
34
|
+
[key: string]: unknown;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @title: 获取表单结果数据
|
|
38
|
+
* @description: 获取表单结果数据
|
|
39
|
+
* @param {any} list 表单配置信息
|
|
40
|
+
* @return {*} 表单结果信息
|
|
41
|
+
* @Author: hongbing.wang
|
|
42
|
+
* @Date: 2024-08-19 11:10
|
|
43
|
+
*/
|
|
44
|
+
export declare const getDefaultValue: (list: any) => any;
|
|
45
|
+
/**
|
|
46
|
+
* @title: 构建通用表单配置信息,构建动态表单
|
|
47
|
+
* @description:
|
|
48
|
+
* @param {any} field : array 字段信息 value 结果信息,name 上级字段信息用于嵌套, getComm : 获取字段组件配置信息
|
|
49
|
+
* @return form 表单配置信息
|
|
50
|
+
* @Author: hongbing.wang
|
|
51
|
+
* @Date: 2024-08-19 11:11
|
|
52
|
+
*/
|
|
53
|
+
export declare function getCommByFields({ field, value, name, getComm, }: {
|
|
54
|
+
field: (string | {
|
|
55
|
+
name: string;
|
|
56
|
+
children: string[];
|
|
57
|
+
})[];
|
|
58
|
+
value?: any;
|
|
59
|
+
name?: string[];
|
|
60
|
+
getComm: (params: {
|
|
61
|
+
field: string;
|
|
62
|
+
value?: unknown;
|
|
63
|
+
}, record?: any) => any;
|
|
64
|
+
}): Promise<any>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DeviceProp } from './const';
|
|
3
|
+
interface DeviceProps {
|
|
4
|
+
formItemList: any[];
|
|
5
|
+
onSave: (device: DeviceProp) => void;
|
|
6
|
+
children?: React.ReactNode;
|
|
7
|
+
}
|
|
8
|
+
declare const Device: (props: DeviceProps) => React.JSX.Element;
|
|
9
|
+
export default Device;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Eftpos } from './const';
|
|
2
|
+
/**
|
|
3
|
+
* @title: tyro 设备连接
|
|
4
|
+
* @Author: hongbing.wang
|
|
5
|
+
* @Date: 2024-08-20 13:23
|
|
6
|
+
*/
|
|
7
|
+
export declare const usePairTerminalo: (type: Eftpos, params: {
|
|
8
|
+
url?: string;
|
|
9
|
+
version?: string;
|
|
10
|
+
}) => ({ mid, tid, apiKey, posProductData, }: {
|
|
11
|
+
mid: string;
|
|
12
|
+
tid: string;
|
|
13
|
+
apiKey: string;
|
|
14
|
+
posProductData: {
|
|
15
|
+
posProductVendor: string;
|
|
16
|
+
posProductName: string;
|
|
17
|
+
posProductVersion: string;
|
|
18
|
+
siteReference: string;
|
|
19
|
+
};
|
|
20
|
+
}, cb: (...agrn: unknown[]) => void) => Promise<void>;
|
|
21
|
+
/**
|
|
22
|
+
* @title: 获取 Tyro 资源
|
|
23
|
+
* @description:
|
|
24
|
+
* @param {Eftpos} type 类型
|
|
25
|
+
* @param {string} url 链接
|
|
26
|
+
* @return {*}
|
|
27
|
+
* @Author: hongbing.wang
|
|
28
|
+
* @Date: 2024-08-19 18:36
|
|
29
|
+
*/
|
|
30
|
+
export declare const useTyro: (params: {
|
|
31
|
+
url?: string;
|
|
32
|
+
version?: string;
|
|
33
|
+
}) => readonly [import("react").MutableRefObject<any>, boolean];
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Eftpos, DeviceStatus } from './const';
|
|
3
|
+
import './index.less';
|
|
4
|
+
interface PosProps {
|
|
5
|
+
/** 厂商类型 */
|
|
6
|
+
type: Eftpos;
|
|
7
|
+
/** 厂商名称 */
|
|
8
|
+
name: string;
|
|
9
|
+
/** 厂商额外信息 */
|
|
10
|
+
config: {
|
|
11
|
+
[key: string]: unknown;
|
|
12
|
+
};
|
|
13
|
+
/** 编辑页面zIndex */
|
|
14
|
+
zIndex?: number;
|
|
15
|
+
/** table 列表宽度 */
|
|
16
|
+
tableSize: number[];
|
|
17
|
+
/** tyro sdk url */
|
|
18
|
+
tyroUrl: string;
|
|
19
|
+
/** tyro sdk version */
|
|
20
|
+
tyroVersion: string;
|
|
21
|
+
/** tyro log 是否展示 */
|
|
22
|
+
useTyroLog?: boolean;
|
|
23
|
+
/** 获取字段匹配数据项 */
|
|
24
|
+
getComm: (params: {
|
|
25
|
+
field: string;
|
|
26
|
+
value?: unknown;
|
|
27
|
+
}, record?: any) => any;
|
|
28
|
+
/** 设备厂商默认数据 */
|
|
29
|
+
getField: (type: Eftpos, status?: DeviceStatus) => any;
|
|
30
|
+
/** 编辑设备数据 */
|
|
31
|
+
onEdit: (device: any, type: DeviceStatus) => Promise<any>;
|
|
32
|
+
/** 编辑厂商数据 */
|
|
33
|
+
onEditKey: () => {};
|
|
34
|
+
/** 设备列表数据 */
|
|
35
|
+
getList: (params: {
|
|
36
|
+
type: Eftpos;
|
|
37
|
+
num: number;
|
|
38
|
+
skip: number;
|
|
39
|
+
}) => any;
|
|
40
|
+
/** 删除列表数据 */
|
|
41
|
+
onDel: (id: string | number) => Promise<any>;
|
|
42
|
+
/** 获取pos刷卡机配置字段 */
|
|
43
|
+
getPosComm: (...agrn: unknown[]) => any;
|
|
44
|
+
savePos: (...agrn: unknown[]) => any;
|
|
45
|
+
}
|
|
46
|
+
declare const _default: (props: PosProps) => React.JSX.Element;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.eftpos.text.manufacturer': string;
|
|
4
|
+
'page.eftpos.text.description': string;
|
|
5
|
+
'page.eftpos.text.status': string;
|
|
6
|
+
'page.eftpos.text.operation': string;
|
|
7
|
+
'page.eftpos.text.device': string;
|
|
8
|
+
'page.eftpos.text.device.add': (status?: string, name?: string) => string;
|
|
9
|
+
'page.eftpos.text.device.list': string;
|
|
10
|
+
'page.eftpos.text.device.name': string;
|
|
11
|
+
'page.eftpos.text.sucahrge': string;
|
|
12
|
+
'page.eftpos.text.paired': string;
|
|
13
|
+
'page.eftpos.text.unpaired': string;
|
|
14
|
+
'page.eftpos.text.repair': string;
|
|
15
|
+
'page.eftpos.text.edit': string;
|
|
16
|
+
'page.eftpos.text.delete': string;
|
|
17
|
+
'page.eftpos.text.save': string;
|
|
18
|
+
'page.eftpos.text.confim.delete': string;
|
|
19
|
+
'page.eftpos.text.confirm_delete-message': (x: string) => string;
|
|
20
|
+
'page.eftpos.text.confim.cancel': string;
|
|
21
|
+
'page.eftpos.text.table.name': string;
|
|
22
|
+
'page.eftpos.text.table.status': string;
|
|
23
|
+
'page.eftpos.text.table.surcharge': string;
|
|
24
|
+
'page.eftpos.text.table.opeartion': string;
|
|
25
|
+
'page.eftpos.text.table.del.title': string;
|
|
26
|
+
'page.eftpos.text.table.del.text': string;
|
|
27
|
+
'page.eftpos.text.table.del.delete': string;
|
|
28
|
+
'page.eftpos.text.table.del.cancel': string;
|
|
29
|
+
'page.eftpos.text.log': string;
|
|
30
|
+
'page.eftpos.text.setting': string;
|
|
31
|
+
'page.eftpos.text.setting.tip': string;
|
|
32
|
+
'page.eftpos.text.setting.btn': string;
|
|
33
|
+
};
|
|
34
|
+
'zh-CN': {
|
|
35
|
+
'page.eftpos.text.manufacturer': string;
|
|
36
|
+
'page.eftpos.text.description': string;
|
|
37
|
+
'page.eftpos.text.status': string;
|
|
38
|
+
'page.eftpos.text.operation': string;
|
|
39
|
+
'page.eftpos.text.device': string;
|
|
40
|
+
'page.eftpos.text.device.add': (status?: string, name?: string) => string;
|
|
41
|
+
'page.eftpos.text.device.list': string;
|
|
42
|
+
'page.eftpos.text.device.name': string;
|
|
43
|
+
'page.eftpos.text.sucahrge': string;
|
|
44
|
+
'page.eftpos.text.paired': string;
|
|
45
|
+
'page.eftpos.text.unpaired': string;
|
|
46
|
+
'page.eftpos.text.repair': string;
|
|
47
|
+
'page.eftpos.text.edit': string;
|
|
48
|
+
'page.eftpos.text.delete': string;
|
|
49
|
+
'page.eftpos.text.save': string;
|
|
50
|
+
'page.eftpos.text.confim.delete': string;
|
|
51
|
+
'page.eftpos.text.confirm_delete-message': (x: string) => string;
|
|
52
|
+
'page.eftpos.text.confim.cancel': string;
|
|
53
|
+
'page.eftpos.text.table.name': string;
|
|
54
|
+
'page.eftpos.text.table.status': string;
|
|
55
|
+
'page.eftpos.text.table.surcharge': string;
|
|
56
|
+
'page.eftpos.text.table.opeartion': string;
|
|
57
|
+
'page.eftpos.text.table.del.title': string;
|
|
58
|
+
'page.eftpos.text.table.del.text': string;
|
|
59
|
+
'page.eftpos.text.table.del.delete': string;
|
|
60
|
+
'page.eftpos.text.table.del.cancel': string;
|
|
61
|
+
'page.eftpos.text.log': string;
|
|
62
|
+
'page.eftpos.text.setting': string;
|
|
63
|
+
'page.eftpos.text.setting.tip': string;
|
|
64
|
+
'page.eftpos.text.setting.btn': string;
|
|
65
|
+
};
|
|
66
|
+
'zh-HK': {
|
|
67
|
+
'page.eftpos.text.manufacturer': string;
|
|
68
|
+
'page.eftpos.text.description': string;
|
|
69
|
+
'page.eftpos.text.status': string;
|
|
70
|
+
'page.eftpos.text.operation': string;
|
|
71
|
+
'page.eftpos.text.device': string;
|
|
72
|
+
'page.eftpos.text.device.add': (status?: string, name?: string) => string;
|
|
73
|
+
'page.eftpos.text.device.list': string;
|
|
74
|
+
'page.eftpos.text.device.name': string;
|
|
75
|
+
'page.eftpos.text.sucahrge': string;
|
|
76
|
+
'page.eftpos.text.paired': string;
|
|
77
|
+
'page.eftpos.text.unpaired': string;
|
|
78
|
+
'page.eftpos.text.repair': string;
|
|
79
|
+
'page.eftpos.text.edit': string;
|
|
80
|
+
'page.eftpos.text.delete': string;
|
|
81
|
+
'page.eftpos.text.save': string;
|
|
82
|
+
'page.eftpos.text.confim.delete': string;
|
|
83
|
+
'page.eftpos.text.confirm_delete-message': (x: string) => string;
|
|
84
|
+
'page.eftpos.text.confim.cancel': string;
|
|
85
|
+
'page.eftpos.text.table.name': string;
|
|
86
|
+
'page.eftpos.text.table.status': string;
|
|
87
|
+
'page.eftpos.text.table.surcharge': string;
|
|
88
|
+
'page.eftpos.text.table.opeartion': string;
|
|
89
|
+
'page.eftpos.text.table.del.title': string;
|
|
90
|
+
'page.eftpos.text.table.del.text': string;
|
|
91
|
+
'page.eftpos.text.table.del.delete': string;
|
|
92
|
+
'page.eftpos.text.table.del.cancel': string;
|
|
93
|
+
'page.eftpos.text.log': string;
|
|
94
|
+
'page.eftpos.text.setting': string;
|
|
95
|
+
'page.eftpos.text.setting.tip': string;
|
|
96
|
+
'page.eftpos.text.setting.btn': string;
|
|
97
|
+
};
|
|
98
|
+
ja: {
|
|
99
|
+
'page.eftpos.text.manufacturer': string;
|
|
100
|
+
'page.eftpos.text.description': string;
|
|
101
|
+
'page.eftpos.text.status': string;
|
|
102
|
+
'page.eftpos.text.operation': string;
|
|
103
|
+
'page.eftpos.text.device': string;
|
|
104
|
+
'page.eftpos.text.device.add': (status?: string, name?: string) => string;
|
|
105
|
+
'page.eftpos.text.device.list': string;
|
|
106
|
+
'page.eftpos.text.device.name': string;
|
|
107
|
+
'page.eftpos.text.sucahrge': string;
|
|
108
|
+
'page.eftpos.text.paired': string;
|
|
109
|
+
'page.eftpos.text.unpaired': string;
|
|
110
|
+
'page.eftpos.text.repair': string;
|
|
111
|
+
'page.eftpos.text.edit': string;
|
|
112
|
+
'page.eftpos.text.delete': string;
|
|
113
|
+
'page.eftpos.text.save': string;
|
|
114
|
+
'page.eftpos.text.confim.delete': string;
|
|
115
|
+
'page.eftpos.text.confirm_delete-message': (x: string) => string;
|
|
116
|
+
'page.eftpos.text.confim.cancel': string;
|
|
117
|
+
'page.eftpos.text.table.name': string;
|
|
118
|
+
'page.eftpos.text.table.status': string;
|
|
119
|
+
'page.eftpos.text.table.surcharge': string;
|
|
120
|
+
'page.eftpos.text.table.opeartion': string;
|
|
121
|
+
'page.eftpos.text.table.del.title': string;
|
|
122
|
+
'page.eftpos.text.table.del.text': string;
|
|
123
|
+
'page.eftpos.text.table.del.delete': string;
|
|
124
|
+
'page.eftpos.text.table.del.cancel': string;
|
|
125
|
+
'page.eftpos.text.log': string;
|
|
126
|
+
'page.eftpos.text.setting': string;
|
|
127
|
+
'page.eftpos.text.setting.tip': string;
|
|
128
|
+
'page.eftpos.text.setting.btn': string;
|
|
129
|
+
};
|
|
130
|
+
pt: {
|
|
131
|
+
'page.eftpos.text.manufacturer': string;
|
|
132
|
+
'page.eftpos.text.description': string;
|
|
133
|
+
'page.eftpos.text.status': string;
|
|
134
|
+
'page.eftpos.text.operation': string;
|
|
135
|
+
'page.eftpos.text.device': string;
|
|
136
|
+
'page.eftpos.text.device.add': (status?: string, name?: string) => string;
|
|
137
|
+
'page.eftpos.text.device.list': string;
|
|
138
|
+
'page.eftpos.text.device.name': string;
|
|
139
|
+
'page.eftpos.text.sucahrge': string;
|
|
140
|
+
'page.eftpos.text.paired': string;
|
|
141
|
+
'page.eftpos.text.unpaired': string;
|
|
142
|
+
'page.eftpos.text.repair': string;
|
|
143
|
+
'page.eftpos.text.edit': string;
|
|
144
|
+
'page.eftpos.text.delete': string;
|
|
145
|
+
'page.eftpos.text.save': string;
|
|
146
|
+
'page.eftpos.text.confim.delete': string;
|
|
147
|
+
'page.eftpos.text.confirm_delete-message': (x: string) => string;
|
|
148
|
+
'page.eftpos.text.confim.cancel': string;
|
|
149
|
+
'page.eftpos.text.table.name': string;
|
|
150
|
+
'page.eftpos.text.table.status': string;
|
|
151
|
+
'page.eftpos.text.table.surcharge': string;
|
|
152
|
+
'page.eftpos.text.table.opeartion': string;
|
|
153
|
+
'page.eftpos.text.table.del.title': string;
|
|
154
|
+
'page.eftpos.text.table.del.text': string;
|
|
155
|
+
'page.eftpos.text.table.del.delete': string;
|
|
156
|
+
'page.eftpos.text.table.del.cancel': string;
|
|
157
|
+
'page.eftpos.text.log': string;
|
|
158
|
+
'page.eftpos.text.setting': string;
|
|
159
|
+
'page.eftpos.text.setting.tip': string;
|
|
160
|
+
'page.eftpos.text.setting.btn': string;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
export default _default;
|
|
@@ -136,5 +136,81 @@ var locales_default = {
|
|
|
136
136
|
"page.eftpos.text.setting": "设置",
|
|
137
137
|
"page.eftpos.text.setting.tip": "您尚未配置必要參數,這可能會影響您Pos的正常使用!",
|
|
138
138
|
"page.eftpos.text.setting.btn": "前往配置"
|
|
139
|
+
},
|
|
140
|
+
ja: {
|
|
141
|
+
"page.eftpos.text.manufacturer": "メーカー",
|
|
142
|
+
"page.eftpos.text.description": "説明",
|
|
143
|
+
"page.eftpos.text.status": "ステータス",
|
|
144
|
+
"page.eftpos.text.operation": "操作",
|
|
145
|
+
"page.eftpos.text.device": "デバイス",
|
|
146
|
+
"page.eftpos.text.device.add": (status, name) => {
|
|
147
|
+
if (!name) {
|
|
148
|
+
return `デバイスを追加`;
|
|
149
|
+
}
|
|
150
|
+
const action = status == "add" ? "追加" : status == "edit" ? "編集" : "再設定";
|
|
151
|
+
return `${action} ${name} デバイス`;
|
|
152
|
+
},
|
|
153
|
+
"page.eftpos.text.device.list": "デバイスリスト",
|
|
154
|
+
"page.eftpos.text.device.name": "デバイス名",
|
|
155
|
+
"page.eftpos.text.sucahrge": "支払い手数料",
|
|
156
|
+
"page.eftpos.text.paired": "ペアリング済み",
|
|
157
|
+
"page.eftpos.text.unpaired": "未ペアリング",
|
|
158
|
+
"page.eftpos.text.repair": "再設定",
|
|
159
|
+
"page.eftpos.text.edit": "編集",
|
|
160
|
+
"page.eftpos.text.delete": "削除",
|
|
161
|
+
"page.eftpos.text.save": "保存",
|
|
162
|
+
"page.eftpos.text.confim.delete": "削除を確認",
|
|
163
|
+
"page.eftpos.text.confirm_delete-message": (x) => `${x} デバイスを削除してもよろしいですか?`,
|
|
164
|
+
"page.eftpos.text.confim.cancel": "キャンセル",
|
|
165
|
+
"page.eftpos.text.table.name": "デバイス名",
|
|
166
|
+
"page.eftpos.text.table.status": "ステータス",
|
|
167
|
+
"page.eftpos.text.table.surcharge": "支払い手数料",
|
|
168
|
+
"page.eftpos.text.table.opeartion": "操作",
|
|
169
|
+
"page.eftpos.text.table.del.title": "デバイスを削除",
|
|
170
|
+
"page.eftpos.text.table.del.text": "デバイスを削除してもよろしいですか?",
|
|
171
|
+
"page.eftpos.text.table.del.delete": "削除",
|
|
172
|
+
"page.eftpos.text.table.del.cancel": "キャンセル",
|
|
173
|
+
"page.eftpos.text.log": "ログ",
|
|
174
|
+
"page.eftpos.text.setting": "設定",
|
|
175
|
+
"page.eftpos.text.setting.tip": "必要なパラメータが設定されていません。これによりPOSの正常な使用に影響する可能性があります!",
|
|
176
|
+
"page.eftpos.text.setting.btn": "設定に移動"
|
|
177
|
+
},
|
|
178
|
+
pt: {
|
|
179
|
+
"page.eftpos.text.manufacturer": "Fabricante",
|
|
180
|
+
"page.eftpos.text.description": "Descrição",
|
|
181
|
+
"page.eftpos.text.status": "status",
|
|
182
|
+
"page.eftpos.text.operation": "Operação",
|
|
183
|
+
"page.eftpos.text.device": "Dispositivo",
|
|
184
|
+
"page.eftpos.text.device.add": (status, name) => {
|
|
185
|
+
if (!name) {
|
|
186
|
+
return `Adicionar dispositivo`;
|
|
187
|
+
}
|
|
188
|
+
const action = status == "add" ? "Adicionar" : status == "edit" ? "Editar" : "Reparar";
|
|
189
|
+
return `${action} dispositivo ${name}`;
|
|
190
|
+
},
|
|
191
|
+
"page.eftpos.text.device.list": "Lista de dispositivos",
|
|
192
|
+
"page.eftpos.text.device.name": "Nome do dispositivo",
|
|
193
|
+
"page.eftpos.text.sucahrge": "Taxa",
|
|
194
|
+
"page.eftpos.text.paired": "Emparelhado",
|
|
195
|
+
"page.eftpos.text.unpaired": "Não emparelhado",
|
|
196
|
+
"page.eftpos.text.repair": "Reparar",
|
|
197
|
+
"page.eftpos.text.edit": "Editar",
|
|
198
|
+
"page.eftpos.text.delete": "Excluir",
|
|
199
|
+
"page.eftpos.text.save": "Salvar",
|
|
200
|
+
"page.eftpos.text.confim.delete": "Confirmar exclusão",
|
|
201
|
+
"page.eftpos.text.confirm_delete-message": (x) => `Confirmar exclusão do dispositivo ${x}`,
|
|
202
|
+
"page.eftpos.text.confim.cancel": "Cancelar",
|
|
203
|
+
"page.eftpos.text.table.name": "Nome do dispositivo",
|
|
204
|
+
"page.eftpos.text.table.status": "Status",
|
|
205
|
+
"page.eftpos.text.table.surcharge": "Taxa",
|
|
206
|
+
"page.eftpos.text.table.opeartion": "Operação",
|
|
207
|
+
"page.eftpos.text.table.del.title": "Excluir dispositivo",
|
|
208
|
+
"page.eftpos.text.table.del.text": "Tem certeza de que deseja excluir o dispositivo?",
|
|
209
|
+
"page.eftpos.text.table.del.delete": "Excluir",
|
|
210
|
+
"page.eftpos.text.table.del.cancel": "Cancelar",
|
|
211
|
+
"page.eftpos.text.log": "Log",
|
|
212
|
+
"page.eftpos.text.setting": "Configurações",
|
|
213
|
+
"page.eftpos.text.setting.tip": "Você não configurou os parâmetros necessários, o que pode afetar o uso normal do seu POS!",
|
|
214
|
+
"page.eftpos.text.setting.btn": "Ir para configurar"
|
|
139
215
|
}
|
|
140
216
|
};
|
|
@@ -9,7 +9,7 @@ import { PosProps } from './const';
|
|
|
9
9
|
*/
|
|
10
10
|
declare const _default: ({ className, onChange, onClose, formatAmount, isMobile, net, client }: {
|
|
11
11
|
className?: string | undefined;
|
|
12
|
-
onChange?: ((status: "
|
|
12
|
+
onChange?: ((status: "success" | "page" | "print" | "fail" | "mark_tx_processed", params?: string | {
|
|
13
13
|
[keys: string]: unknown;
|
|
14
14
|
} | undefined, other?: any) => void) | undefined;
|
|
15
15
|
onClose: () => void;
|