@pisell/private-materials 6.3.96 → 6.3.98
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/Cart/index.d.ts +53 -0
- 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.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +27 -9
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +17 -9
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/es/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/es/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/es/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/es/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/es/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/es/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/es/components/booking/addons/index.d.ts +17 -0
- package/es/components/booking/components/footer/amount.d.ts +25 -0
- 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/dashboard/serve.d.ts +1 -0
- package/es/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/es/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/es/components/booking/deposit/index.d.ts +3 -0
- package/es/components/booking/editBookingModal/locales.d.ts +33 -0
- package/es/components/booking/editBookingModal/locales.js +12 -0
- package/es/components/booking/editBookingModal/mock.d.ts +991 -0
- package/es/components/booking/editBookingModal/mock.js +22 -0
- package/es/components/booking/editBookingModal/utils.d.ts +12 -0
- package/es/components/booking/forms/forms.d.ts +30 -0
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/es/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/es/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/es/components/booking/info/client/index.d.ts +4 -0
- package/es/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/es/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/es/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/es/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +9 -0
- package/es/components/booking/info/index.d.ts +4 -0
- package/es/components/booking/info/main.d.ts +12 -0
- package/es/components/booking/info/model.d.ts +14 -0
- package/es/components/booking/info/service/Lists.d.ts +3 -0
- package/es/components/booking/info/service/addService/index.d.ts +12 -0
- package/es/components/booking/info/service/serve.d.ts +20 -0
- package/es/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/es/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/es/components/booking/info/service2/Lists.d.ts +3 -0
- package/es/components/booking/info/service2/utils.d.ts +248 -0
- package/es/components/booking/info/utils.d.ts +50 -0
- package/es/components/booking/info2/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/index.d.ts +12 -0
- package/es/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/es/components/booking/info2/service/addService/mock.js +4 -0
- package/es/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/es/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/es/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/es/components/booking/info2/service/index.d.ts +4 -0
- package/es/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/es/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/es/components/booking/locales.d.ts +1474 -0
- package/es/components/booking/locales.js +722 -0
- package/es/components/booking/notes/addNote/index.d.ts +4 -0
- package/es/components/booking/utils.d.ts +175 -0
- 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/hooks/useCupApi.d.ts +32 -0
- package/es/components/ecocup/cupProject/const.d.ts +7 -0
- package/es/components/ecocup/locales.d.ts +224 -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/locales.d.ts +163 -0
- package/es/components/eftpos/locales.js +80 -0
- package/es/components/eftposPay/app.d.ts +11 -0
- package/es/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/es/components/eftposPay/component/fail/index.d.ts +4 -0
- package/es/components/eftposPay/const.d.ts +184 -0
- package/es/components/eftposPay/device.d.ts +24 -0
- package/es/components/eftposPay/hooks.d.ts +35 -0
- package/es/components/eftposPay/index.d.ts +5 -0
- package/es/components/eftposPay/locales.d.ts +572 -0
- package/es/components/eftposPay/locales.js +326 -0
- package/es/components/eftposPay/manufacturer.d.ts +7 -0
- package/es/components/eftposPay/pay.d.ts +21 -0
- package/es/components/eftposPay/store/index.d.ts +355 -0
- package/es/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/es/components/eftposPay/tyro/index.d.ts +9 -0
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -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/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/es/components/eventBooking/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/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/List/index.js +18 -7
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/es/components/pay/toC/locales.d.ts +511 -0
- package/es/components/pay/toC/locales.js +244 -0
- package/es/components/pay/toC/serve.d.ts +64 -0
- package/es/components/pinModal/locales.d.ts +43 -0
- package/es/components/pinModal/locales.js +16 -0
- package/es/components/pinVerifyModal/locales.d.ts +38 -0
- package/es/components/pinVerifyModal/locales.js +14 -0
- package/es/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/es/components/pisellSelectCustomerModal/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 +78 -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 +20 -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/components/addServiceVariant/index.d.ts +7 -0
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/es/components/ticketBooking/index.d.ts +8 -0
- package/es/components/ticketBooking/locales.d.ts +304 -0
- package/es/components/ticketBooking/locales.js +156 -0
- package/es/components/ticketBooking/serve.d.ts +287 -0
- package/es/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/es/components/ticketBooking/utils/formatTime.js +8 -2
- package/es/components/ticketBooking/utils/index.d.ts +25 -0
- package/es/components/wallet/utils.d.ts +48 -0
- package/es/components/walletList/index.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/usePaymentLogger.d.ts +1 -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/clientCard/types.d.ts +135 -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/config.d.ts +2 -2
- package/es/plus/orderList/locales.d.ts +246 -0
- package/es/plus/orderList/locales.js +274 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +21 -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 +210 -0
- package/es/plus/saasAttendance/locales.js +234 -0
- package/es/plus/saasAttendance/settings/components/MapField.js +4 -2
- package/es/plus/saasAttendance/settings/types.d.ts +2 -0
- package/es/plus/saasCreateOrganization/locales.d.ts +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/components/ErrorTip/index.d.ts +1 -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/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/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/Cart/index.d.ts +53 -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.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js +17 -9
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +138 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js +54 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.js +2 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +118 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.js +46 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +35 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +43 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.js +16 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.js +10 -2
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +108 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.js +42 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +28 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +6 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.js +14 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +63 -0
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.js +24 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +108 -0
- package/lib/components/authentication/admin/CustomerAuth/locales.js +42 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +178 -0
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.js +70 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +93 -0
- package/lib/components/authentication/admin/DeviceAuth/locales.js +36 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +148 -0
- package/lib/components/authentication/admin/OAuthConfig/locales.js +58 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/OrgAdminAuth/locales.js +34 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +78 -0
- package/lib/components/authentication/admin/POSOperatorAuth/locales.js +30 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +88 -0
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.js +34 -0
- package/lib/components/booking/addons/index.d.ts +17 -0
- package/lib/components/booking/components/footer/amount.d.ts +25 -0
- 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/dashboard/serve.d.ts +1 -0
- package/lib/components/booking/deposit/ClientItem/index.d.ts +18 -0
- package/lib/components/booking/deposit/DepositItem/index.d.ts +25 -0
- package/lib/components/booking/deposit/index.d.ts +3 -0
- package/lib/components/booking/editBookingModal/locales.d.ts +33 -0
- package/lib/components/booking/editBookingModal/locales.js +12 -0
- package/lib/components/booking/editBookingModal/mock.d.ts +991 -0
- package/lib/components/booking/editBookingModal/mock.js +22 -0
- package/lib/components/booking/editBookingModal/utils.d.ts +12 -0
- package/lib/components/booking/forms/forms.d.ts +30 -0
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +2 -1
- package/lib/components/booking/hooks/useIsBooking4Shop.d.ts +1 -0
- package/lib/components/booking/info/addServiceVariant/index.d.ts +7 -0
- package/lib/components/booking/info/client/index.d.ts +4 -0
- package/lib/components/booking/info/clientVariant/hooks/useIsLowSpeedNetwork.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/utils.d.ts +1 -0
- package/lib/components/booking/info/clientVariant/vertical/index.d.ts +8 -0
- package/lib/components/booking/info/hooks/useHolderConfig.d.ts +9 -0
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +9 -0
- package/lib/components/booking/info/index.d.ts +4 -0
- package/lib/components/booking/info/main.d.ts +12 -0
- package/lib/components/booking/info/model.d.ts +14 -0
- package/lib/components/booking/info/service/Lists.d.ts +3 -0
- package/lib/components/booking/info/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info/service/serve.d.ts +20 -0
- package/lib/components/booking/info/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info/service/serviceManager/index.d.ts +20 -0
- package/lib/components/booking/info/service2/Group/utils.d.ts +14 -0
- package/lib/components/booking/info/service2/Lists.d.ts +3 -0
- package/lib/components/booking/info/service2/utils.d.ts +248 -0
- package/lib/components/booking/info/utils.d.ts +50 -0
- package/lib/components/booking/info2/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/index.d.ts +12 -0
- package/lib/components/booking/info2/service/addService/mock.d.ts +216 -0
- package/lib/components/booking/info2/service/addService/mock.js +4 -0
- package/lib/components/booking/info2/service/addService/utils.d.ts +98 -0
- package/lib/components/booking/info2/service/addTimeModal/index.d.ts +4 -0
- package/lib/components/booking/info2/service/editService/utils.d.ts +13 -0
- package/lib/components/booking/info2/service/index.d.ts +4 -0
- package/lib/components/booking/info2/service/serviceList/index.d.ts +6 -0
- package/lib/components/booking/info2/utilsByBooking.d.ts +35 -0
- package/lib/components/booking/locales.d.ts +1474 -0
- package/lib/components/booking/locales.js +680 -0
- package/lib/components/booking/notes/addNote/index.d.ts +4 -0
- package/lib/components/booking/utils.d.ts +175 -0
- 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/hooks/useCupApi.d.ts +32 -0
- package/lib/components/ecocup/cupProject/const.d.ts +7 -0
- package/lib/components/ecocup/locales.d.ts +224 -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/locales.d.ts +163 -0
- package/lib/components/eftpos/locales.js +76 -0
- package/lib/components/eftposPay/app.d.ts +11 -0
- package/lib/components/eftposPay/component/fail/failCustom.d.ts +4 -0
- package/lib/components/eftposPay/component/fail/index.d.ts +4 -0
- package/lib/components/eftposPay/const.d.ts +184 -0
- package/lib/components/eftposPay/device.d.ts +24 -0
- package/lib/components/eftposPay/hooks.d.ts +35 -0
- package/lib/components/eftposPay/index.d.ts +5 -0
- package/lib/components/eftposPay/locales.d.ts +572 -0
- package/lib/components/eftposPay/locales.js +250 -0
- package/lib/components/eftposPay/manufacturer.d.ts +7 -0
- package/lib/components/eftposPay/pay.d.ts +21 -0
- package/lib/components/eftposPay/store/index.d.ts +355 -0
- package/lib/components/eftposPay/tyro/hooks.d.ts +1 -0
- package/lib/components/eftposPay/tyro/index.d.ts +9 -0
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -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/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/DayItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/Item/index.d.ts +1 -0
- package/lib/components/eventBooking/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/PaymentMethods/WalletPass/List/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/List/index.js +7 -1
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +2 -1
- package/lib/components/pay/toC/locales.d.ts +511 -0
- package/lib/components/pay/toC/locales.js +204 -0
- package/lib/components/pay/toC/serve.d.ts +64 -0
- package/lib/components/pinModal/locales.d.ts +43 -0
- package/lib/components/pinModal/locales.js +16 -0
- package/lib/components/pinVerifyModal/locales.d.ts +38 -0
- package/lib/components/pinVerifyModal/locales.js +14 -0
- package/lib/components/pisellSelectCustomerModal/RightPanel/Add/PhoneField/index.d.ts +3 -0
- package/lib/components/pisellSelectCustomerModal/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 +78 -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 +20 -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/components/addServiceVariant/index.d.ts +7 -0
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +5 -0
- package/lib/components/ticketBooking/index.d.ts +8 -0
- package/lib/components/ticketBooking/locales.d.ts +304 -0
- package/lib/components/ticketBooking/locales.js +136 -0
- package/lib/components/ticketBooking/serve.d.ts +287 -0
- package/lib/components/ticketBooking/utils/formatTime.d.ts +33 -0
- package/lib/components/ticketBooking/utils/formatTime.js +8 -2
- package/lib/components/ticketBooking/utils/index.d.ts +25 -0
- package/lib/components/wallet/utils.d.ts +48 -0
- package/lib/components/walletList/index.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/usePaymentLogger.d.ts +1 -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/clientCard/types.d.ts +135 -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/config.d.ts +2 -2
- package/lib/plus/orderList/locales.d.ts +246 -0
- package/lib/plus/orderList/locales.js +266 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +21 -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 +210 -0
- package/lib/plus/saasAttendance/locales.js +210 -0
- package/lib/plus/saasAttendance/settings/components/MapField.js +2 -2
- package/lib/plus/saasAttendance/settings/types.d.ts +2 -0
- package/lib/plus/saasCreateOrganization/locales.d.ts +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/components/ErrorTip/index.d.ts +1 -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/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/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
|
@@ -299,5 +299,197 @@ export default {
|
|
|
299
299
|
'page.wallet.notValidDate': '不可用日期',
|
|
300
300
|
// 不可用日期
|
|
301
301
|
'page.wallet.includedDate': '包含日期' // 包含日期
|
|
302
|
+
},
|
|
303
|
+
ja: {
|
|
304
|
+
'wallet-pass-gallery.rechargeableCard': 'チャージ可能なカード',
|
|
305
|
+
'wallet-pass-gallery.voucher': 'バウチャー',
|
|
306
|
+
'wallet-pass-gallery.pointCard': 'ポイント',
|
|
307
|
+
'wallet-pass-gallery.discountCard': '割引カード',
|
|
308
|
+
'wallet-pass-gallery.unavailable': '利用不可',
|
|
309
|
+
'wallet-pass-gallery.available': '利用可能',
|
|
310
|
+
'wallet-pass-gallery.confirm': '確認',
|
|
311
|
+
'wallet-pass-gallery.addModalTitle': '手元にコードはありますか?',
|
|
312
|
+
'wallet-pass-gallery.searchDescribe': 'コードまたはエンコードを入力してください',
|
|
313
|
+
'wallet-pass-gallery.scanBarQrCode': 'バーコード/QRコードをスキャン',
|
|
314
|
+
'wallet-pass-gallery.enterCodes': 'コードを入力',
|
|
315
|
+
'wallet-pass-gallery.add': '追加',
|
|
316
|
+
'wallet-pass-gallery.rechargeOptions': 'チャージオプション',
|
|
317
|
+
'wallet-pass-gallery.recharge': 'チャージ',
|
|
318
|
+
'wallet-pass-gallery.wallet': 'ウォレット',
|
|
319
|
+
'wallet-pass-gallery.details': '詳細',
|
|
320
|
+
'wallet-pass-gallery.goodPass.usedCredit': function walletPassGalleryGoodPassUsedCredit(credit) {
|
|
321
|
+
return credit > 1 ? "".concat(credit, "\u30AF\u30EC\u30B8\u30C3\u30C8") : "".concat(credit, "\u30AF\u30EC\u30B8\u30C3\u30C8");
|
|
322
|
+
},
|
|
323
|
+
'wallet-pass-gallery.cardBalance': 'カード残高',
|
|
324
|
+
'wallet-pass-gallery.voucherBalance': 'バウチャー残高',
|
|
325
|
+
'wallet-pass-gallery.points': 'ポイント',
|
|
326
|
+
'wallet-pass-gallery.goodPass': '残り回数',
|
|
327
|
+
'wallet-pass-gallery.cardName': 'カード名',
|
|
328
|
+
'wallet-pass-gallery.carNumber': 'カード番号',
|
|
329
|
+
'wallet-pass-gallery.balance': '残高',
|
|
330
|
+
'wallet-pass-gallery.discount': '割引',
|
|
331
|
+
'wallet-pass-gallery.validDate': '有効期限',
|
|
332
|
+
'wallet-pass-gallery.addSuccess': '追加成功',
|
|
333
|
+
'wallet-pass-gallery.addError': '追加失敗',
|
|
334
|
+
'wallet-pass-gallery.searchNoFound': 'コードが見つかりませんでした',
|
|
335
|
+
'wallet-pass-gallery.log.updateCurrentDetail': '現在の詳細を更新',
|
|
336
|
+
'wallet-pass-gallery.log.getDetailFailed': '詳細の取得に失敗',
|
|
337
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': 'チャージ注文の失敗',
|
|
338
|
+
'wallet-pass-gallery.log.getWalletListFailed': 'ウォレットリストの取得に失敗',
|
|
339
|
+
'wallet-pass-gallery.log.bindCustomerFailed': '顧客のバインドに失敗',
|
|
340
|
+
'wallet-pass-gallery.log.getUnbindListFailed': '未バインドリストの取得に失敗',
|
|
341
|
+
'wallet-pass-gallery.log.orderFailed': '注文の失敗',
|
|
342
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': '予期しない応答データ形式',
|
|
343
|
+
'wallet-pass-gallery.button.add': '追加',
|
|
344
|
+
'wallet-pass-gallery.button.addToAppleWallet': 'Appleウォレットに追加',
|
|
345
|
+
'wallet-pass-gallery.button.addToGoogleWallet': 'Googleウォレットに追加',
|
|
346
|
+
'wallet-pass-gallery.button.recharge': 'チャージ',
|
|
347
|
+
'wallet-pass-gallery.error.addFailed': '追加に失敗しました。もう一度お試しください。',
|
|
348
|
+
'wallet-pass-gallery.copyTitle': '通知',
|
|
349
|
+
'wallet-pass-gallery.copyButton': 'リンクをコピー',
|
|
350
|
+
'wallet-pass-gallery.copySuccess': 'コピー成功',
|
|
351
|
+
'wallet-pass-gallery.detail': '詳細',
|
|
352
|
+
'wallet-pass-gallery.activelog': 'アクティビティログ',
|
|
353
|
+
'wallet-pass-gallery.copyText': 'WeChat内でウォレットを追加できません。リンクをコピーしてブラウザで開いてください',
|
|
354
|
+
'wallet-pass-gallery.spendingDetails': 'お客様の支出詳細',
|
|
355
|
+
'wallet-pass-gallery.rechargeDetails': 'お客様のチャージ詳細',
|
|
356
|
+
'wallet-pass-gallery.date': '日付',
|
|
357
|
+
'wallet-pass-gallery.spending': '支出',
|
|
358
|
+
'wallet-pass-gallery.pointsEarned': '獲得ポイント',
|
|
359
|
+
'wallet-pass-gallery.pointsRedeemed': '使用ポイント',
|
|
360
|
+
'wallet-pass-gallery.refund': '返金',
|
|
361
|
+
'wallet-pass-gallery.expire': '期限切れ',
|
|
362
|
+
'wallet-pass-gallery.viewOrder': '注文を表示',
|
|
363
|
+
'wallet-pass-gallery.done': '完了',
|
|
364
|
+
'wallet-pass-gallery.addIos': 'Appleウォレットに追加',
|
|
365
|
+
'wallet-pass-gallery.addGoogle': 'Googleウォレットに追加',
|
|
366
|
+
'wallet-pass-gallery.viewDetails': '詳細を見る',
|
|
367
|
+
'wallet-pass-gallery.expireDate': '長期',
|
|
368
|
+
'wallet-pass-gallery.urlEmpty': 'ウォレットリンクが空です',
|
|
369
|
+
'wallet-pass-gallery.notIOS': '非iOSデバイスではAppleウォレットはサポートされていません',
|
|
370
|
+
'wallet-pass-gallery.useAppleInstead': 'iOSデバイスを使用しています。Googleウォレットの代わりにAppleウォレットを使用しますか?',
|
|
371
|
+
'wallet-pass-gallery.openedInBrowser': 'ブラウザで開きました',
|
|
372
|
+
'wallet-pass-gallery.openFailed': 'ウォレットリンクのオープンに失敗しました',
|
|
373
|
+
'wallet-pass-gallery.loading': 'ウォレットを読み込み中...',
|
|
374
|
+
'wallet-pass-gallery.usageRules': '利用規約',
|
|
375
|
+
'wallet-pass-gallery.usageRulesSubtitle': '以下の利用条件をよくお読みください',
|
|
376
|
+
'wallet-pass-gallery.timeUsageLimits': '時間ウィンドウ制限',
|
|
377
|
+
'wallet-pass-gallery.totalQuantityControl': '総使用制御',
|
|
378
|
+
'wallet-pass-gallery.dailyLimit': '毎日の制限:',
|
|
379
|
+
'wallet-pass-gallery.weeklyLimit': '週間制限:',
|
|
380
|
+
'wallet-pass-gallery.monthlyLimit': '月間制限:',
|
|
381
|
+
'wallet-pass-gallery.personalLimit': '個人制限:',
|
|
382
|
+
'wallet-pass-gallery.dailyLimitDesc': '毎日午前0時から午後11時59分まで最大{limit}回使用可能',
|
|
383
|
+
'wallet-pass-gallery.weeklyLimitDesc': '月曜日午前0時から日曜日午後11時59分まで最大{limit}回使用可能',
|
|
384
|
+
'wallet-pass-gallery.monthlyLimitDesc': '毎月1日午前0時から月末午後11時59分まで最大{limit}回使用可能',
|
|
385
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': '無制限',
|
|
386
|
+
'wallet-pass-gallery.personalLimitDesc': 'このバウチャーは最大{total}回使用できます(残り{remaining}回)',
|
|
387
|
+
'wallet-pass-gallery.dailyReset': 'カウンターは毎日午前0時に自動リセット',
|
|
388
|
+
'wallet-pass-gallery.weeklyReset': 'カウンターは毎週月曜日午前0時に自動リセット',
|
|
389
|
+
'wallet-pass-gallery.monthlyReset': 'カウンターは毎月1日午前0時に自動リセット',
|
|
390
|
+
'wallet-pass-gallery.voucherExpireNote': '制限に達するとバウチャーは自動的に期限切れになります',
|
|
391
|
+
'wallet-pass-gallery.viewMore': 'もっと見る',
|
|
392
|
+
'wallet-pass-gallery.allLoaded': 'すべて読み込まれました',
|
|
393
|
+
'page.wallet.tempHolderSelector.title': '所有者を編集',
|
|
394
|
+
'page.wallet.tempHolderSelector.create': '新規作成',
|
|
395
|
+
'page.wallet.tempHolderSelector.confirm': '確認',
|
|
396
|
+
'page.wallet.notValidDate': '利用不可日',
|
|
397
|
+
'page.wallet.includedDate': '含まれる日付'
|
|
398
|
+
},
|
|
399
|
+
pt: {
|
|
400
|
+
'wallet-pass-gallery.rechargeableCard': 'Cartão recarregável',
|
|
401
|
+
'wallet-pass-gallery.voucher': 'Vale',
|
|
402
|
+
'wallet-pass-gallery.pointCard': 'Pontos',
|
|
403
|
+
'wallet-pass-gallery.discountCard': 'Cartão de desconto',
|
|
404
|
+
'wallet-pass-gallery.unavailable': 'Indisponível',
|
|
405
|
+
'wallet-pass-gallery.available': 'Disponível',
|
|
406
|
+
'wallet-pass-gallery.confirm': 'Confirmar',
|
|
407
|
+
'wallet-pass-gallery.addModalTitle': 'Você tem algum código em mãos?',
|
|
408
|
+
'wallet-pass-gallery.searchDescribe': 'Por favor, insira o código ou codifique',
|
|
409
|
+
'wallet-pass-gallery.scanBarQrCode': 'Escanear código de barras/QR',
|
|
410
|
+
'wallet-pass-gallery.enterCodes': 'Inserir códigos',
|
|
411
|
+
'wallet-pass-gallery.add': 'Adicionar',
|
|
412
|
+
'wallet-pass-gallery.rechargeOptions': 'Opções de Recarga',
|
|
413
|
+
'wallet-pass-gallery.recharge': 'Recarregar',
|
|
414
|
+
'wallet-pass-gallery.wallet': 'Carteira',
|
|
415
|
+
'wallet-pass-gallery.details': 'Detalhes',
|
|
416
|
+
'wallet-pass-gallery.goodPass.usedCredit': function walletPassGalleryGoodPassUsedCredit(credit) {
|
|
417
|
+
return credit > 1 ? "".concat(credit, " Cr\xE9ditos") : "".concat(credit, " Cr\xE9dito");
|
|
418
|
+
},
|
|
419
|
+
'wallet-pass-gallery.cardBalance': 'Saldo do cartão',
|
|
420
|
+
'wallet-pass-gallery.voucherBalance': 'Saldo do vale',
|
|
421
|
+
'wallet-pass-gallery.points': 'Pontos',
|
|
422
|
+
'wallet-pass-gallery.goodPass': 'Vezes restantes',
|
|
423
|
+
'wallet-pass-gallery.cardName': 'Nome do cartão',
|
|
424
|
+
'wallet-pass-gallery.carNumber': 'Número do cartão',
|
|
425
|
+
'wallet-pass-gallery.balance': 'Saldo',
|
|
426
|
+
'wallet-pass-gallery.discount': 'Desconto',
|
|
427
|
+
'wallet-pass-gallery.validDate': 'Data de validade',
|
|
428
|
+
'wallet-pass-gallery.addSuccess': 'Adicionado com sucesso',
|
|
429
|
+
'wallet-pass-gallery.addError': 'Falha ao adicionar',
|
|
430
|
+
'wallet-pass-gallery.searchNoFound': 'Nenhum código encontrado',
|
|
431
|
+
'wallet-pass-gallery.log.updateCurrentDetail': 'Atualizar detalhe atual',
|
|
432
|
+
'wallet-pass-gallery.log.getDetailFailed': 'Falha ao obter detalhes',
|
|
433
|
+
'wallet-pass-gallery.log.rechargeOrderFailed': 'Falha ao fazer pedido de recarga',
|
|
434
|
+
'wallet-pass-gallery.log.getWalletListFailed': 'Falha ao obter lista de carteiras',
|
|
435
|
+
'wallet-pass-gallery.log.bindCustomerFailed': 'Falha ao vincular cliente',
|
|
436
|
+
'wallet-pass-gallery.log.getUnbindListFailed': 'Falha ao obter lista não vinculada',
|
|
437
|
+
'wallet-pass-gallery.log.orderFailed': 'Falha ao fazer pedido',
|
|
438
|
+
'wallet-pass-gallery.log.unexpectedResponseFormat': 'Formato de dados de resposta inesperado',
|
|
439
|
+
'wallet-pass-gallery.button.add': 'Adicionar',
|
|
440
|
+
'wallet-pass-gallery.button.addToAppleWallet': 'Adicionar ao Apple Wallet',
|
|
441
|
+
'wallet-pass-gallery.button.addToGoogleWallet': 'Adicionar ao Google Wallet',
|
|
442
|
+
'wallet-pass-gallery.button.recharge': 'Recarregar',
|
|
443
|
+
'wallet-pass-gallery.error.addFailed': 'Falha ao adicionar, por favor tente novamente.',
|
|
444
|
+
'wallet-pass-gallery.copyTitle': 'Aviso',
|
|
445
|
+
'wallet-pass-gallery.copyButton': 'Copiar link',
|
|
446
|
+
'wallet-pass-gallery.copySuccess': 'Copiado com sucesso',
|
|
447
|
+
'wallet-pass-gallery.detail': 'Detalhes',
|
|
448
|
+
'wallet-pass-gallery.activelog': 'Registro de atividades',
|
|
449
|
+
'wallet-pass-gallery.copyText': 'Não é possível adicionar a carteira no WeChat. Por favor, copie o link e vá ao navegador para abri-lo',
|
|
450
|
+
'wallet-pass-gallery.spendingDetails': 'Seus detalhes de gastos',
|
|
451
|
+
'wallet-pass-gallery.rechargeDetails': 'Seus detalhes de recarga',
|
|
452
|
+
'wallet-pass-gallery.date': 'Data',
|
|
453
|
+
'wallet-pass-gallery.spending': 'Gastos',
|
|
454
|
+
'wallet-pass-gallery.pointsEarned': 'Pontos Ganhos',
|
|
455
|
+
'wallet-pass-gallery.pointsRedeemed': 'Pontos Resgatados',
|
|
456
|
+
'wallet-pass-gallery.refund': 'Reembolso',
|
|
457
|
+
'wallet-pass-gallery.expire': 'Expirar',
|
|
458
|
+
'wallet-pass-gallery.viewOrder': 'Ver pedido',
|
|
459
|
+
'wallet-pass-gallery.done': 'Concluído',
|
|
460
|
+
'wallet-pass-gallery.addIos': 'Adicionar ao Apple Wallet',
|
|
461
|
+
'wallet-pass-gallery.addGoogle': 'Adicionar ao Google Wallet',
|
|
462
|
+
'wallet-pass-gallery.viewDetails': 'Ver detalhes',
|
|
463
|
+
'wallet-pass-gallery.expireDate': 'Longo prazo',
|
|
464
|
+
'wallet-pass-gallery.urlEmpty': 'Link da carteira está vazio',
|
|
465
|
+
'wallet-pass-gallery.notIOS': 'Apple Wallet não é suportado em dispositivos não iOS',
|
|
466
|
+
'wallet-pass-gallery.useAppleInstead': 'Você está usando um dispositivo iOS, gostaria de usar Apple Wallet em vez de Google Wallet?',
|
|
467
|
+
'wallet-pass-gallery.openedInBrowser': 'Aberto no navegador',
|
|
468
|
+
'wallet-pass-gallery.openFailed': 'Falha ao abrir link da carteira',
|
|
469
|
+
'wallet-pass-gallery.loading': 'Carregando carteira...',
|
|
470
|
+
'wallet-pass-gallery.usageRules': 'Termos e Condições',
|
|
471
|
+
'wallet-pass-gallery.usageRulesSubtitle': 'Por favor, leia cuidadosamente as seguintes condições de uso',
|
|
472
|
+
'wallet-pass-gallery.timeUsageLimits': 'Restrições de Janela de Tempo',
|
|
473
|
+
'wallet-pass-gallery.totalQuantityControl': 'Controle de Uso Total',
|
|
474
|
+
'wallet-pass-gallery.dailyLimit': 'Limite Diário:',
|
|
475
|
+
'wallet-pass-gallery.weeklyLimit': 'Limite Semanal:',
|
|
476
|
+
'wallet-pass-gallery.monthlyLimit': 'Limite Mensal:',
|
|
477
|
+
'wallet-pass-gallery.personalLimit': 'Limite Pessoal:',
|
|
478
|
+
'wallet-pass-gallery.dailyLimitDesc': 'Máximo {limit} usos das 00:00 às 23:59 todos os dias',
|
|
479
|
+
'wallet-pass-gallery.weeklyLimitDesc': 'Máximo {limit} usos de segunda-feira 00:00 a domingo 23:59',
|
|
480
|
+
'wallet-pass-gallery.monthlyLimitDesc': 'Máximo {limit} usos do dia 1 às 00:00 até o final do mês às 23:59',
|
|
481
|
+
'wallet-pass-gallery.monthlyLimitUnlimited': 'Ilimitado',
|
|
482
|
+
'wallet-pass-gallery.personalLimitDesc': 'Você pode usar este vale no máximo {total} vezes ({remaining} restantes)',
|
|
483
|
+
'wallet-pass-gallery.dailyReset': 'Contador redefine automaticamente à meia-noite',
|
|
484
|
+
'wallet-pass-gallery.weeklyReset': 'Contador redefine toda segunda-feira à meia-noite',
|
|
485
|
+
'wallet-pass-gallery.monthlyReset': 'Contador redefine no dia 1 de cada mês à meia-noite',
|
|
486
|
+
'wallet-pass-gallery.voucherExpireNote': 'O vale expirará automaticamente quando o limite for atingido',
|
|
487
|
+
'wallet-pass-gallery.viewMore': 'Ver Mais',
|
|
488
|
+
'wallet-pass-gallery.allLoaded': 'Tudo carregado',
|
|
489
|
+
'page.wallet.tempHolderSelector.title': 'Editar Titular',
|
|
490
|
+
'page.wallet.tempHolderSelector.create': 'Criar Novo',
|
|
491
|
+
'page.wallet.tempHolderSelector.confirm': 'Confirmar',
|
|
492
|
+
'page.wallet.notValidDate': 'Não válido em',
|
|
493
|
+
'page.wallet.includedDate': 'Datas incluídas'
|
|
302
494
|
}
|
|
303
495
|
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
interface ScheduleTextResult {
|
|
2
|
+
validityTexts: string[];
|
|
3
|
+
excluded_date: string[];
|
|
4
|
+
included_date: string[];
|
|
5
|
+
}
|
|
6
|
+
declare type Locale = 'en' | 'zh-CN' | 'zh-HK' | 'ja' | 'pt';
|
|
7
|
+
interface ScheduleItem {
|
|
8
|
+
id: number;
|
|
9
|
+
name: string | {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
type: 'standard' | 'time-slots' | 'designation';
|
|
13
|
+
start_time: string | null;
|
|
14
|
+
end_time: string | null;
|
|
15
|
+
repeat_type: 'none' | 'daily' | 'weekly';
|
|
16
|
+
repeat_rule: {
|
|
17
|
+
end: {
|
|
18
|
+
type: 'never' | 'date' | 'occurrence';
|
|
19
|
+
end_date: string | null;
|
|
20
|
+
occurrence: number | null;
|
|
21
|
+
};
|
|
22
|
+
frequency: number;
|
|
23
|
+
excluded_date: Array<{
|
|
24
|
+
start: string;
|
|
25
|
+
end: string;
|
|
26
|
+
}>;
|
|
27
|
+
included_date: any[];
|
|
28
|
+
frequency_date: number[];
|
|
29
|
+
} | null;
|
|
30
|
+
designation: Array<{
|
|
31
|
+
start_date: string;
|
|
32
|
+
start_time: string;
|
|
33
|
+
end_date: string;
|
|
34
|
+
end_time: string;
|
|
35
|
+
}> | null;
|
|
36
|
+
is_all: number;
|
|
37
|
+
time_slot: Array<{
|
|
38
|
+
start_time: string;
|
|
39
|
+
end_time: string;
|
|
40
|
+
}>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 根据scheduleList格式化文案展示
|
|
44
|
+
* @param scheduleList 日程列表
|
|
45
|
+
* @returns 格式化后的文案结果数组,每个日程对应一个结果
|
|
46
|
+
*/
|
|
47
|
+
export declare function formatScheduleText(scheduleList: ScheduleItem[], locale?: Locale): ScheduleTextResult[];
|
|
48
|
+
export {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './PhoneInput.less';
|
|
3
|
+
/** 国家/地区配置(后端返回格式) */
|
|
4
|
+
export interface CountryOption {
|
|
5
|
+
/** 国家/地区名称 */
|
|
6
|
+
name: string;
|
|
7
|
+
/** 国家/地区代码 */
|
|
8
|
+
code: string;
|
|
9
|
+
/** 区号(不带+号) */
|
|
10
|
+
calling_code: string;
|
|
11
|
+
/** 货币代码 */
|
|
12
|
+
currency_code: string;
|
|
13
|
+
}
|
|
14
|
+
/** 手机号对象格式 */
|
|
15
|
+
export interface PhoneValueObject {
|
|
16
|
+
/** 手机号(不含区号) */
|
|
17
|
+
phone: string;
|
|
18
|
+
/** 国家区号(不带+号) */
|
|
19
|
+
country_calling_code: string;
|
|
20
|
+
}
|
|
21
|
+
/** 值格式类型 */
|
|
22
|
+
export declare type ValueFormat = 'string' | 'object';
|
|
23
|
+
/** 手机号输入组件属性 */
|
|
24
|
+
export interface PhoneInputProps {
|
|
25
|
+
/** 完整的手机号值(包含区号),格式:+86138****,或 +1555****(字符串模式) */
|
|
26
|
+
value?: string | PhoneValueObject;
|
|
27
|
+
/** 值变化回调 */
|
|
28
|
+
onChange?: (value: string | PhoneValueObject) => void;
|
|
29
|
+
/** Placeholder */
|
|
30
|
+
placeholder?: string;
|
|
31
|
+
/** 大小 */
|
|
32
|
+
size?: 'large' | 'middle' | 'small';
|
|
33
|
+
/** 是否禁用 */
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
/** 自定义类名 */
|
|
36
|
+
className?: string;
|
|
37
|
+
/** 可用的国家/地区列表 */
|
|
38
|
+
countries?: CountryOption[];
|
|
39
|
+
/** 默认国家/地区代码 */
|
|
40
|
+
defaultCountry?: string;
|
|
41
|
+
/** 值格式:'string' 返回 "+8613800138000",'object' 返回 { phone: "13800138000", country_calling_code: "86" } */
|
|
42
|
+
valueFormat?: ValueFormat;
|
|
43
|
+
/** 键盘按键事件回调 */
|
|
44
|
+
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* 手机号输入组件
|
|
48
|
+
*
|
|
49
|
+
* 支持国际区号选择和手机号输入
|
|
50
|
+
* 值格式:+区号+手机号,例如:+8613800138000 或 +15551234567
|
|
51
|
+
*/
|
|
52
|
+
declare function PhoneInput({ value, onChange, placeholder, onKeyDown, size, disabled, className, countries, defaultCountry, valueFormat, }: PhoneInputProps): React.JSX.Element;
|
|
53
|
+
export default PhoneInput;
|