@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
package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.js
CHANGED
|
@@ -74,27 +74,37 @@ var convertApiDataToComponent = function convertApiDataToComponent(apiData) {
|
|
|
74
74
|
email: {
|
|
75
75
|
en: 'Email',
|
|
76
76
|
'zh-CN': '邮箱',
|
|
77
|
-
'zh-HK': '郵箱'
|
|
77
|
+
'zh-HK': '郵箱',
|
|
78
|
+
ja: 'メール',
|
|
79
|
+
pt: 'E-mail'
|
|
78
80
|
},
|
|
79
81
|
phone: {
|
|
80
82
|
en: 'Phone Number',
|
|
81
83
|
'zh-CN': '手机号',
|
|
82
|
-
'zh-HK': '手機號'
|
|
84
|
+
'zh-HK': '手機號',
|
|
85
|
+
ja: '電話番号',
|
|
86
|
+
pt: 'Número de Telefone'
|
|
83
87
|
},
|
|
84
88
|
facebook: {
|
|
85
89
|
en: 'Facebook',
|
|
86
90
|
'zh-CN': 'Facebook',
|
|
87
|
-
'zh-HK': 'Facebook'
|
|
91
|
+
'zh-HK': 'Facebook',
|
|
92
|
+
ja: 'Facebook',
|
|
93
|
+
pt: 'Facebook'
|
|
88
94
|
},
|
|
89
95
|
apple: {
|
|
90
96
|
en: 'Apple',
|
|
91
97
|
'zh-CN': 'Apple',
|
|
92
|
-
'zh-HK': 'Apple'
|
|
98
|
+
'zh-HK': 'Apple',
|
|
99
|
+
ja: 'Apple',
|
|
100
|
+
pt: 'Apple'
|
|
93
101
|
},
|
|
94
102
|
guest: {
|
|
95
103
|
en: 'Guest',
|
|
96
104
|
'zh-CN': '访客',
|
|
97
|
-
'zh-HK': '訪客'
|
|
105
|
+
'zh-HK': '訪客',
|
|
106
|
+
ja: 'ゲスト',
|
|
107
|
+
pt: 'Convidado'
|
|
98
108
|
}
|
|
99
109
|
};
|
|
100
110
|
return {
|
|
@@ -120,7 +130,9 @@ var mockGlobalMethods = [{
|
|
|
120
130
|
label: {
|
|
121
131
|
en: 'Email',
|
|
122
132
|
'zh-CN': '邮箱',
|
|
123
|
-
'zh-HK': '郵箱'
|
|
133
|
+
'zh-HK': '郵箱',
|
|
134
|
+
ja: 'メール',
|
|
135
|
+
pt: 'E-mail'
|
|
124
136
|
}
|
|
125
137
|
}, {
|
|
126
138
|
method: 'phoneNumber',
|
|
@@ -128,7 +140,9 @@ var mockGlobalMethods = [{
|
|
|
128
140
|
label: {
|
|
129
141
|
en: 'Phone Number',
|
|
130
142
|
'zh-CN': '手机号',
|
|
131
|
-
'zh-HK': '手機號'
|
|
143
|
+
'zh-HK': '手機號',
|
|
144
|
+
ja: '電話番号',
|
|
145
|
+
pt: 'Número de Telefone'
|
|
132
146
|
}
|
|
133
147
|
}, {
|
|
134
148
|
method: 'facebook',
|
|
@@ -136,7 +150,9 @@ var mockGlobalMethods = [{
|
|
|
136
150
|
label: {
|
|
137
151
|
en: 'Facebook',
|
|
138
152
|
'zh-CN': 'Facebook',
|
|
139
|
-
'zh-HK': 'Facebook'
|
|
153
|
+
'zh-HK': 'Facebook',
|
|
154
|
+
ja: 'Facebook',
|
|
155
|
+
pt: 'Facebook'
|
|
140
156
|
}
|
|
141
157
|
}, {
|
|
142
158
|
method: 'apple',
|
|
@@ -144,7 +160,9 @@ var mockGlobalMethods = [{
|
|
|
144
160
|
label: {
|
|
145
161
|
en: 'Apple',
|
|
146
162
|
'zh-CN': 'Apple',
|
|
147
|
-
'zh-HK': 'Apple'
|
|
163
|
+
'zh-HK': 'Apple',
|
|
164
|
+
ja: 'Apple',
|
|
165
|
+
pt: 'Apple'
|
|
148
166
|
}
|
|
149
167
|
}];
|
|
150
168
|
var AuthenticationMethods = function AuthenticationMethods(_ref) {
|
package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'auth.methods.title': string;
|
|
4
|
+
'auth.methods.mode.default.title': string;
|
|
5
|
+
'auth.methods.mode.default.description': string;
|
|
6
|
+
'auth.methods.mode.default.configure': string;
|
|
7
|
+
'auth.methods.mode.custom.title': string;
|
|
8
|
+
'auth.methods.mode.custom.description': string;
|
|
9
|
+
'auth.methods.custom.warning.title': string;
|
|
10
|
+
'auth.methods.custom.warning.description': string;
|
|
11
|
+
'auth.methods.preview.title': string;
|
|
12
|
+
'auth.methods.preview.description': string;
|
|
13
|
+
'auth.methods.preview.inherited': string;
|
|
14
|
+
'auth.methods.customer.title': string;
|
|
15
|
+
'auth.methods.customer.description': string;
|
|
16
|
+
'auth.methods.label.email': string;
|
|
17
|
+
'auth.methods.label.phoneNumber': string;
|
|
18
|
+
'auth.methods.label.walletCode': string;
|
|
19
|
+
'auth.methods.label.guest': string;
|
|
20
|
+
'auth.methods.label.walkIn': string;
|
|
21
|
+
'auth.methods.label.google': string;
|
|
22
|
+
'auth.methods.label.facebook': string;
|
|
23
|
+
'auth.methods.label.apple': string;
|
|
24
|
+
'auth.methods.status.enabled': string;
|
|
25
|
+
'auth.methods.status.disabled': string;
|
|
26
|
+
'auth.methods.button.cancel': string;
|
|
27
|
+
'auth.methods.button.save': string;
|
|
28
|
+
};
|
|
29
|
+
'zh-CN': {
|
|
30
|
+
'auth.methods.title': string;
|
|
31
|
+
'auth.methods.mode.default.title': string;
|
|
32
|
+
'auth.methods.mode.default.description': string;
|
|
33
|
+
'auth.methods.mode.default.configure': string;
|
|
34
|
+
'auth.methods.mode.custom.title': string;
|
|
35
|
+
'auth.methods.mode.custom.description': string;
|
|
36
|
+
'auth.methods.custom.warning.title': string;
|
|
37
|
+
'auth.methods.custom.warning.description': string;
|
|
38
|
+
'auth.methods.preview.title': string;
|
|
39
|
+
'auth.methods.preview.description': string;
|
|
40
|
+
'auth.methods.preview.inherited': string;
|
|
41
|
+
'auth.methods.customer.title': string;
|
|
42
|
+
'auth.methods.customer.description': string;
|
|
43
|
+
'auth.methods.label.email': string;
|
|
44
|
+
'auth.methods.label.phoneNumber': string;
|
|
45
|
+
'auth.methods.label.walletCode': string;
|
|
46
|
+
'auth.methods.label.guest': string;
|
|
47
|
+
'auth.methods.label.walkIn': string;
|
|
48
|
+
'auth.methods.label.google': string;
|
|
49
|
+
'auth.methods.label.facebook': string;
|
|
50
|
+
'auth.methods.label.apple': string;
|
|
51
|
+
'auth.methods.status.enabled': string;
|
|
52
|
+
'auth.methods.status.disabled': string;
|
|
53
|
+
'auth.methods.button.cancel': string;
|
|
54
|
+
'auth.methods.button.save': string;
|
|
55
|
+
};
|
|
56
|
+
'zh-HK': {
|
|
57
|
+
'auth.methods.title': string;
|
|
58
|
+
'auth.methods.mode.default.title': string;
|
|
59
|
+
'auth.methods.mode.default.description': string;
|
|
60
|
+
'auth.methods.mode.default.configure': string;
|
|
61
|
+
'auth.methods.mode.custom.title': string;
|
|
62
|
+
'auth.methods.mode.custom.description': string;
|
|
63
|
+
'auth.methods.custom.warning.title': string;
|
|
64
|
+
'auth.methods.custom.warning.description': string;
|
|
65
|
+
'auth.methods.preview.title': string;
|
|
66
|
+
'auth.methods.preview.description': string;
|
|
67
|
+
'auth.methods.preview.inherited': string;
|
|
68
|
+
'auth.methods.customer.title': string;
|
|
69
|
+
'auth.methods.customer.description': string;
|
|
70
|
+
'auth.methods.label.email': string;
|
|
71
|
+
'auth.methods.label.phoneNumber': string;
|
|
72
|
+
'auth.methods.label.walletCode': string;
|
|
73
|
+
'auth.methods.label.guest': string;
|
|
74
|
+
'auth.methods.label.walkIn': string;
|
|
75
|
+
'auth.methods.label.google': string;
|
|
76
|
+
'auth.methods.label.facebook': string;
|
|
77
|
+
'auth.methods.label.apple': string;
|
|
78
|
+
'auth.methods.status.enabled': string;
|
|
79
|
+
'auth.methods.status.disabled': string;
|
|
80
|
+
'auth.methods.button.cancel': string;
|
|
81
|
+
'auth.methods.button.save': string;
|
|
82
|
+
};
|
|
83
|
+
ja: {
|
|
84
|
+
'auth.methods.title': string;
|
|
85
|
+
'auth.methods.mode.default.title': string;
|
|
86
|
+
'auth.methods.mode.default.description': string;
|
|
87
|
+
'auth.methods.mode.default.configure': string;
|
|
88
|
+
'auth.methods.mode.custom.title': string;
|
|
89
|
+
'auth.methods.mode.custom.description': string;
|
|
90
|
+
'auth.methods.custom.warning.title': string;
|
|
91
|
+
'auth.methods.custom.warning.description': string;
|
|
92
|
+
'auth.methods.preview.title': string;
|
|
93
|
+
'auth.methods.preview.description': string;
|
|
94
|
+
'auth.methods.preview.inherited': string;
|
|
95
|
+
'auth.methods.customer.title': string;
|
|
96
|
+
'auth.methods.customer.description': string;
|
|
97
|
+
'auth.methods.label.email': string;
|
|
98
|
+
'auth.methods.label.phoneNumber': string;
|
|
99
|
+
'auth.methods.label.walletCode': string;
|
|
100
|
+
'auth.methods.label.guest': string;
|
|
101
|
+
'auth.methods.label.walkIn': string;
|
|
102
|
+
'auth.methods.label.google': string;
|
|
103
|
+
'auth.methods.label.facebook': string;
|
|
104
|
+
'auth.methods.label.apple': string;
|
|
105
|
+
'auth.methods.status.enabled': string;
|
|
106
|
+
'auth.methods.status.disabled': string;
|
|
107
|
+
'auth.methods.button.cancel': string;
|
|
108
|
+
'auth.methods.button.save': string;
|
|
109
|
+
};
|
|
110
|
+
pt: {
|
|
111
|
+
'auth.methods.title': string;
|
|
112
|
+
'auth.methods.mode.default.title': string;
|
|
113
|
+
'auth.methods.mode.default.description': string;
|
|
114
|
+
'auth.methods.mode.default.configure': string;
|
|
115
|
+
'auth.methods.mode.custom.title': string;
|
|
116
|
+
'auth.methods.mode.custom.description': string;
|
|
117
|
+
'auth.methods.custom.warning.title': string;
|
|
118
|
+
'auth.methods.custom.warning.description': string;
|
|
119
|
+
'auth.methods.preview.title': string;
|
|
120
|
+
'auth.methods.preview.description': string;
|
|
121
|
+
'auth.methods.preview.inherited': string;
|
|
122
|
+
'auth.methods.customer.title': string;
|
|
123
|
+
'auth.methods.customer.description': string;
|
|
124
|
+
'auth.methods.label.email': string;
|
|
125
|
+
'auth.methods.label.phoneNumber': string;
|
|
126
|
+
'auth.methods.label.walletCode': string;
|
|
127
|
+
'auth.methods.label.guest': string;
|
|
128
|
+
'auth.methods.label.walkIn': string;
|
|
129
|
+
'auth.methods.label.google': string;
|
|
130
|
+
'auth.methods.label.facebook': string;
|
|
131
|
+
'auth.methods.label.apple': string;
|
|
132
|
+
'auth.methods.status.enabled': string;
|
|
133
|
+
'auth.methods.status.disabled': string;
|
|
134
|
+
'auth.methods.button.cancel': string;
|
|
135
|
+
'auth.methods.button.save': string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
export default _default;
|
package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js
CHANGED
|
@@ -103,5 +103,59 @@ export default {
|
|
|
103
103
|
// Buttons
|
|
104
104
|
'auth.methods.button.cancel': '取消',
|
|
105
105
|
'auth.methods.button.save': '保存'
|
|
106
|
+
},
|
|
107
|
+
ja: {
|
|
108
|
+
'auth.methods.title': '認証設定モード',
|
|
109
|
+
'auth.methods.mode.default.title': 'デフォルト認証設定を使用',
|
|
110
|
+
'auth.methods.mode.default.description': '組織設定で設定されたグローバル認証設定を使用します。チャネル間の一貫性のために推奨されます。',
|
|
111
|
+
'auth.methods.mode.default.configure': 'グローバル認証設定を設定 →',
|
|
112
|
+
'auth.methods.mode.custom.title': 'カスタム認証設定を使用',
|
|
113
|
+
'auth.methods.mode.custom.description': 'このチャネルのみにカスタム認証設定を使用してグローバル設定を上書きします。',
|
|
114
|
+
'auth.methods.custom.warning.title': 'カスタム認証設定',
|
|
115
|
+
'auth.methods.custom.warning.description': 'ここでは認証方法の有効化または無効化のみが可能です。方法設定(OAuthキー、パスワードルールなど)を設定するには、グローバル認証設定を使用してください。',
|
|
116
|
+
'auth.methods.preview.title': 'グローバル認証設定を使用',
|
|
117
|
+
'auth.methods.preview.description': 'このチャネルはグローバル認証設定を使用します。グローバル設定から有効化されたすべての方法がこのチャネルで利用可能になります。',
|
|
118
|
+
'auth.methods.preview.inherited': '認証方法はグローバル設定から継承されます:',
|
|
119
|
+
'auth.methods.customer.title': '顧客',
|
|
120
|
+
'auth.methods.customer.description': 'チャネルを使用するエンド顧客',
|
|
121
|
+
'auth.methods.label.email': 'メール',
|
|
122
|
+
'auth.methods.label.phoneNumber': '電話番号',
|
|
123
|
+
'auth.methods.label.walletCode': 'ウォレットコード',
|
|
124
|
+
'auth.methods.label.guest': 'ゲスト',
|
|
125
|
+
'auth.methods.label.walkIn': '来店',
|
|
126
|
+
'auth.methods.label.google': 'Google',
|
|
127
|
+
'auth.methods.label.facebook': 'Facebook',
|
|
128
|
+
'auth.methods.label.apple': 'Apple',
|
|
129
|
+
'auth.methods.status.enabled': '有効',
|
|
130
|
+
'auth.methods.status.disabled': '無効',
|
|
131
|
+
'auth.methods.button.cancel': 'キャンセル',
|
|
132
|
+
'auth.methods.button.save': '変更を保存'
|
|
133
|
+
},
|
|
134
|
+
pt: {
|
|
135
|
+
'auth.methods.title': 'Modo de Configuração de Autenticação',
|
|
136
|
+
'auth.methods.mode.default.title': 'Usar Configurações de Autenticação Padrão',
|
|
137
|
+
'auth.methods.mode.default.description': 'Usar as configurações de autenticação globais configuradas nas configurações da organização. Isso é recomendado para consistência entre canais.',
|
|
138
|
+
'auth.methods.mode.default.configure': 'Configurar configurações de autenticação globais →',
|
|
139
|
+
'auth.methods.mode.custom.title': 'Usar Configurações de Autenticação Personalizadas',
|
|
140
|
+
'auth.methods.mode.custom.description': 'Substituir configurações globais com configuração de autenticação personalizada apenas para este canal.',
|
|
141
|
+
'auth.methods.custom.warning.title': 'Configurações de Autenticação Personalizadas',
|
|
142
|
+
'auth.methods.custom.warning.description': 'Você só pode habilitar ou desabilitar métodos de autenticação aqui. Para configurar configurações de método (chaves OAuth, regras de senha, etc.), use as configurações de autenticação globais.',
|
|
143
|
+
'auth.methods.preview.title': 'Usando Configurações de Autenticação Globais',
|
|
144
|
+
'auth.methods.preview.description': 'Este canal usará a configuração de autenticação global. Todos os métodos habilitados das configurações globais estarão disponíveis para este canal.',
|
|
145
|
+
'auth.methods.preview.inherited': 'Os métodos de autenticação serão herdados das configurações globais:',
|
|
146
|
+
'auth.methods.customer.title': 'Cliente',
|
|
147
|
+
'auth.methods.customer.description': 'Clientes finais usando o canal',
|
|
148
|
+
'auth.methods.label.email': 'E-mail',
|
|
149
|
+
'auth.methods.label.phoneNumber': 'Número de Telefone',
|
|
150
|
+
'auth.methods.label.walletCode': 'Código da Carteira',
|
|
151
|
+
'auth.methods.label.guest': 'Convidado',
|
|
152
|
+
'auth.methods.label.walkIn': 'Cliente Avulso',
|
|
153
|
+
'auth.methods.label.google': 'Google',
|
|
154
|
+
'auth.methods.label.facebook': 'Facebook',
|
|
155
|
+
'auth.methods.label.apple': 'Apple',
|
|
156
|
+
'auth.methods.status.enabled': 'Habilitado',
|
|
157
|
+
'auth.methods.status.disabled': 'Desabilitado',
|
|
158
|
+
'auth.methods.button.cancel': 'Cancelar',
|
|
159
|
+
'auth.methods.button.save': 'Salvar Alterações'
|
|
106
160
|
}
|
|
107
161
|
};
|
package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type AuthenticationMethod = 'email' | 'phoneNumber' | 'facebook' | 'apple' | 'guest';
|
|
3
|
+
export interface GlobalAuthMethod {
|
|
4
|
+
method: AuthenticationMethod;
|
|
5
|
+
enabled: boolean;
|
|
6
|
+
label: {
|
|
7
|
+
en: string;
|
|
8
|
+
'zh-CN': string;
|
|
9
|
+
'zh-HK': string;
|
|
10
|
+
ja: string;
|
|
11
|
+
pt: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare type AuthenticationSettingsMode = 'default' | 'custom';
|
|
15
|
+
export interface AuthMethodConfig {
|
|
16
|
+
enabled: boolean;
|
|
17
|
+
sort: number;
|
|
18
|
+
}
|
|
19
|
+
export interface AuthenticationMethodsValue {
|
|
20
|
+
mode: AuthenticationSettingsMode;
|
|
21
|
+
customMethods?: AuthenticationMethod[];
|
|
22
|
+
methods?: {
|
|
23
|
+
email?: AuthMethodConfig;
|
|
24
|
+
phoneNumber?: AuthMethodConfig;
|
|
25
|
+
facebook?: AuthMethodConfig;
|
|
26
|
+
apple?: AuthMethodConfig;
|
|
27
|
+
guest?: AuthMethodConfig;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export interface AuthenticationMethodsProps {
|
|
31
|
+
className?: string;
|
|
32
|
+
style?: React.CSSProperties;
|
|
33
|
+
value?: AuthenticationMethodsValue;
|
|
34
|
+
onChange?: (value: AuthenticationMethodsValue) => void;
|
|
35
|
+
/**
|
|
36
|
+
* 从全局设置中获取的认证方法配置
|
|
37
|
+
*/
|
|
38
|
+
globalMethods?: GlobalAuthMethod[];
|
|
39
|
+
/**
|
|
40
|
+
* 配置全局设置的链接
|
|
41
|
+
*/
|
|
42
|
+
onConfigureGlobal?: () => void;
|
|
43
|
+
}
|
|
@@ -81,6 +81,8 @@ var DEFAULT_TRANSLATION = {
|
|
|
81
81
|
en: 'Please provide the following account information to help us serve you better. Make sure your information is accurate.111',
|
|
82
82
|
'zh-CN': '请提供以下账户信息以帮助我们更好地为您服务。请确保您的信息准确。111',
|
|
83
83
|
'zh-HK': '請提供以下賬戶信息以幫助我們更好地為您服務。請確保您的信息準確。111',
|
|
84
|
+
ja: '以下のアカウント情報を提供してください。正確な情報を確認してください。111',
|
|
85
|
+
pt: 'Por favor, forneça as seguintes informações da conta para nos ajudar a melhorar o nosso atendimento. Certifique-se de que suas informações são precisas.111',
|
|
84
86
|
original: 'Please provide the following account information to help us serve you better. Make sure your information is accurate.111'
|
|
85
87
|
};
|
|
86
88
|
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.setting.login.form.menu.title': string;
|
|
4
|
+
'page.setting.login.form.menu.desc': string;
|
|
5
|
+
'collect.info.enable': string;
|
|
6
|
+
'collect.info.account': string;
|
|
7
|
+
'collect.info.allow.skip': string;
|
|
8
|
+
'collect.info.prompt': string;
|
|
9
|
+
'collect.info.fields': string;
|
|
10
|
+
'collect.info.sort': string;
|
|
11
|
+
'collect.info.customer.form': string;
|
|
12
|
+
'collect.info.field.phone': string;
|
|
13
|
+
'collect.info.field.phone.desc': string;
|
|
14
|
+
'collect.info.field.email': string;
|
|
15
|
+
'collect.info.field.email.desc': string;
|
|
16
|
+
'collect.info.field.avatar': string;
|
|
17
|
+
'collect.info.field.nickname': string;
|
|
18
|
+
'collect.info.field.gender': string;
|
|
19
|
+
'collect.info.field.name': string;
|
|
20
|
+
'collect.info.required': string;
|
|
21
|
+
'collect.info.optional': string;
|
|
22
|
+
'collect.info.skip': string;
|
|
23
|
+
'collect.info.disallow.skip': string;
|
|
24
|
+
};
|
|
25
|
+
'zh-CN': {
|
|
26
|
+
'page.setting.login.form.menu.title': string;
|
|
27
|
+
'page.setting.login.form.menu.desc': string;
|
|
28
|
+
'collect.info.enable': string;
|
|
29
|
+
'collect.info.account': string;
|
|
30
|
+
'collect.info.allow.skip': string;
|
|
31
|
+
'collect.info.prompt': string;
|
|
32
|
+
'collect.info.fields': string;
|
|
33
|
+
'collect.info.sort': string;
|
|
34
|
+
'collect.info.customer.form': string;
|
|
35
|
+
'collect.info.field.phone': string;
|
|
36
|
+
'collect.info.field.phone.desc': string;
|
|
37
|
+
'collect.info.field.email': string;
|
|
38
|
+
'collect.info.field.email.desc': string;
|
|
39
|
+
'collect.info.field.avatar': string;
|
|
40
|
+
'collect.info.field.nickname': string;
|
|
41
|
+
'collect.info.field.gender': string;
|
|
42
|
+
'collect.info.field.name': string;
|
|
43
|
+
'collect.info.required': string;
|
|
44
|
+
'collect.info.optional': string;
|
|
45
|
+
'collect.info.skip': string;
|
|
46
|
+
'collect.info.disallow.skip': string;
|
|
47
|
+
};
|
|
48
|
+
'zh-HK': {
|
|
49
|
+
'page.setting.login.form.menu.title': string;
|
|
50
|
+
'page.setting.login.form.menu.desc': string;
|
|
51
|
+
'collect.info.enable': string;
|
|
52
|
+
'collect.info.account': string;
|
|
53
|
+
'collect.info.allow.skip': string;
|
|
54
|
+
'collect.info.prompt': string;
|
|
55
|
+
'collect.info.fields': string;
|
|
56
|
+
'collect.info.sort': string;
|
|
57
|
+
'collect.info.customer.form': string;
|
|
58
|
+
'collect.info.field.phone': string;
|
|
59
|
+
'collect.info.field.phone.desc': string;
|
|
60
|
+
'collect.info.field.email': string;
|
|
61
|
+
'collect.info.field.email.desc': string;
|
|
62
|
+
'collect.info.field.avatar': string;
|
|
63
|
+
'collect.info.field.nickname': string;
|
|
64
|
+
'collect.info.field.gender': string;
|
|
65
|
+
'collect.info.field.name': string;
|
|
66
|
+
'collect.info.required': string;
|
|
67
|
+
'collect.info.optional': string;
|
|
68
|
+
'collect.info.skip': string;
|
|
69
|
+
'collect.info.disallow.skip': string;
|
|
70
|
+
};
|
|
71
|
+
ja: {
|
|
72
|
+
'page.setting.login.form.menu.title': string;
|
|
73
|
+
'page.setting.login.form.menu.desc': string;
|
|
74
|
+
'collect.info.enable': string;
|
|
75
|
+
'collect.info.account': string;
|
|
76
|
+
'collect.info.allow.skip': string;
|
|
77
|
+
'collect.info.prompt': string;
|
|
78
|
+
'collect.info.fields': string;
|
|
79
|
+
'collect.info.sort': string;
|
|
80
|
+
'collect.info.customer.form': string;
|
|
81
|
+
'collect.info.field.phone': string;
|
|
82
|
+
'collect.info.field.phone.desc': string;
|
|
83
|
+
'collect.info.field.email': string;
|
|
84
|
+
'collect.info.field.email.desc': string;
|
|
85
|
+
'collect.info.field.avatar': string;
|
|
86
|
+
'collect.info.field.nickname': string;
|
|
87
|
+
'collect.info.field.gender': string;
|
|
88
|
+
'collect.info.field.name': string;
|
|
89
|
+
'collect.info.required': string;
|
|
90
|
+
'collect.info.optional': string;
|
|
91
|
+
'collect.info.skip': string;
|
|
92
|
+
'collect.info.disallow.skip': string;
|
|
93
|
+
};
|
|
94
|
+
pt: {
|
|
95
|
+
'page.setting.login.form.menu.title': string;
|
|
96
|
+
'page.setting.login.form.menu.desc': string;
|
|
97
|
+
'collect.info.enable': string;
|
|
98
|
+
'collect.info.account': string;
|
|
99
|
+
'collect.info.allow.skip': string;
|
|
100
|
+
'collect.info.prompt': string;
|
|
101
|
+
'collect.info.fields': string;
|
|
102
|
+
'collect.info.sort': string;
|
|
103
|
+
'collect.info.customer.form': string;
|
|
104
|
+
'collect.info.field.phone': string;
|
|
105
|
+
'collect.info.field.phone.desc': string;
|
|
106
|
+
'collect.info.field.email': string;
|
|
107
|
+
'collect.info.field.email.desc': string;
|
|
108
|
+
'collect.info.field.avatar': string;
|
|
109
|
+
'collect.info.field.nickname': string;
|
|
110
|
+
'collect.info.field.gender': string;
|
|
111
|
+
'collect.info.field.name': string;
|
|
112
|
+
'collect.info.required': string;
|
|
113
|
+
'collect.info.optional': string;
|
|
114
|
+
'collect.info.skip': string;
|
|
115
|
+
'collect.info.disallow.skip': string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
export default _default;
|
|
@@ -82,5 +82,51 @@ export default {
|
|
|
82
82
|
'collect.info.optional': '非必填',
|
|
83
83
|
'collect.info.skip': '允許跳過',
|
|
84
84
|
'collect.info.disallow.skip': '不允許跳過'
|
|
85
|
+
},
|
|
86
|
+
ja: {
|
|
87
|
+
'page.setting.login.form.menu.title': '登録後に顧客情報を収集',
|
|
88
|
+
'page.setting.login.form.menu.desc': 'ユーザーが登録後に情報を送信せずにページを閉じた場合、次回ログイン時に再度入力が求められます。',
|
|
89
|
+
'collect.info.enable': '顧客情報の収集を有効化',
|
|
90
|
+
'collect.info.account': 'アカウント情報を収集',
|
|
91
|
+
'collect.info.allow.skip': 'スキップを許可',
|
|
92
|
+
'collect.info.prompt': 'ヒント',
|
|
93
|
+
'collect.info.fields': 'フィールド',
|
|
94
|
+
'collect.info.sort': '並び替え',
|
|
95
|
+
'collect.info.customer.form': '顧客フォーム',
|
|
96
|
+
'collect.info.field.phone': '電話',
|
|
97
|
+
'collect.info.field.phone.desc': 'システムは電話番号の正確性を確認します。',
|
|
98
|
+
'collect.info.field.email': 'メール',
|
|
99
|
+
'collect.info.field.email.desc': 'システムはメールの正確性を確認します。',
|
|
100
|
+
'collect.info.field.avatar': 'アバター',
|
|
101
|
+
'collect.info.field.nickname': 'ニックネーム',
|
|
102
|
+
'collect.info.field.gender': '性別',
|
|
103
|
+
'collect.info.field.name': '名',
|
|
104
|
+
'collect.info.required': '必須',
|
|
105
|
+
'collect.info.optional': '任意',
|
|
106
|
+
'collect.info.skip': 'スキップを許可',
|
|
107
|
+
'collect.info.disallow.skip': 'スキップを許可しない'
|
|
108
|
+
},
|
|
109
|
+
pt: {
|
|
110
|
+
'page.setting.login.form.menu.title': 'Coletar Informações do Cliente Após Registro',
|
|
111
|
+
'page.setting.login.form.menu.desc': 'Se o usuário não enviar informações e fechar a página após o registro, será solicitado a preenchê-las novamente no próximo login.',
|
|
112
|
+
'collect.info.enable': 'Habilitar Coleta de Informações do Cliente',
|
|
113
|
+
'collect.info.account': 'Coletar Informações da Conta',
|
|
114
|
+
'collect.info.allow.skip': 'Permitir Pular',
|
|
115
|
+
'collect.info.prompt': 'Dicas',
|
|
116
|
+
'collect.info.fields': 'Campos',
|
|
117
|
+
'collect.info.sort': 'Ordenar',
|
|
118
|
+
'collect.info.customer.form': 'Formulário do cliente',
|
|
119
|
+
'collect.info.field.phone': 'Telefone',
|
|
120
|
+
'collect.info.field.phone.desc': 'O sistema verificará a correção do número de telefone.',
|
|
121
|
+
'collect.info.field.email': 'E-mail',
|
|
122
|
+
'collect.info.field.email.desc': 'O sistema verificará a correção do e-mail.',
|
|
123
|
+
'collect.info.field.avatar': 'Avatar',
|
|
124
|
+
'collect.info.field.nickname': 'Apelido',
|
|
125
|
+
'collect.info.field.gender': 'Gênero',
|
|
126
|
+
'collect.info.field.name': 'Nome',
|
|
127
|
+
'collect.info.required': 'Obrigatório',
|
|
128
|
+
'collect.info.optional': 'Opcional',
|
|
129
|
+
'collect.info.skip': 'Permitir Pular',
|
|
130
|
+
'collect.info.disallow.skip': 'Não Permitir Pular'
|
|
85
131
|
}
|
|
86
132
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface TranslationValue {
|
|
3
|
+
en: string;
|
|
4
|
+
'zh-CN': string;
|
|
5
|
+
'zh-HK': string;
|
|
6
|
+
ja: string;
|
|
7
|
+
pt: string;
|
|
8
|
+
original: string;
|
|
9
|
+
}
|
|
10
|
+
export interface AccountField {
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
checked: boolean;
|
|
15
|
+
required: 'required' | 'optional';
|
|
16
|
+
}
|
|
17
|
+
export interface CustomerFormItem {
|
|
18
|
+
id: string;
|
|
19
|
+
name: string;
|
|
20
|
+
waiver: 'skip' | 'required';
|
|
21
|
+
}
|
|
22
|
+
export interface CollectInfoValue {
|
|
23
|
+
enableCollectInfo: boolean;
|
|
24
|
+
collectAccountInfo: boolean;
|
|
25
|
+
allowSkip: boolean;
|
|
26
|
+
promptMessage: TranslationValue;
|
|
27
|
+
accountFields: AccountField[];
|
|
28
|
+
customerForms: CustomerFormItem[];
|
|
29
|
+
}
|
|
30
|
+
export interface CollectInfoProps {
|
|
31
|
+
className?: string;
|
|
32
|
+
style?: React.CSSProperties;
|
|
33
|
+
value?: CollectInfoValue;
|
|
34
|
+
onChange?: (value: CollectInfoValue) => void;
|
|
35
|
+
}
|
|
@@ -142,13 +142,15 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
142
142
|
pageSettingValue.registerPage = {
|
|
143
143
|
backgroundImage: ((_page$register = page.register) === null || _page$register === void 0 ? void 0 : _page$register.background_image_url) || '',
|
|
144
144
|
termsConditions: ((_page$register2 = page.register) === null || _page$register2 === void 0 || (_page$register2 = _page$register2.terms) === null || _page$register2 === void 0 ? void 0 : _page$register2.map(function (term) {
|
|
145
|
-
var _term$name, _term$name2, _term$name3, _term$name4;
|
|
145
|
+
var _term$name, _term$name2, _term$name3, _term$name4, _term$name5, _term$name6;
|
|
146
146
|
return {
|
|
147
147
|
name: {
|
|
148
148
|
original: ((_term$name = term.name) === null || _term$name === void 0 ? void 0 : _term$name.original) || '',
|
|
149
149
|
en: ((_term$name2 = term.name) === null || _term$name2 === void 0 ? void 0 : _term$name2.en) || '',
|
|
150
150
|
'zh-CN': ((_term$name3 = term.name) === null || _term$name3 === void 0 ? void 0 : _term$name3['zh-CN']) || '',
|
|
151
|
-
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || ''
|
|
151
|
+
'zh-HK': ((_term$name4 = term.name) === null || _term$name4 === void 0 ? void 0 : _term$name4['zh-HK']) || '',
|
|
152
|
+
ja: ((_term$name5 = term.name) === null || _term$name5 === void 0 ? void 0 : _term$name5['ja']) || '',
|
|
153
|
+
pt: ((_term$name6 = term.name) === null || _term$name6 === void 0 ? void 0 : _term$name6['pt']) || ''
|
|
152
154
|
},
|
|
153
155
|
url: term.url || ''
|
|
154
156
|
};
|
|
@@ -159,13 +161,15 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
159
161
|
settings: (_page$login2 = page.login) !== null && _page$login2 !== void 0 && _page$login2.same_as_register ? undefined : {
|
|
160
162
|
backgroundImage: ((_page$login3 = page.login) === null || _page$login3 === void 0 ? void 0 : _page$login3.background_image_url) || '',
|
|
161
163
|
termsConditions: ((_page$login4 = page.login) === null || _page$login4 === void 0 || (_page$login4 = _page$login4.terms) === null || _page$login4 === void 0 ? void 0 : _page$login4.map(function (term) {
|
|
162
|
-
var _term$
|
|
164
|
+
var _term$name7, _term$name8, _term$name9, _term$name10, _term$name11, _term$name12;
|
|
163
165
|
return {
|
|
164
166
|
name: {
|
|
165
|
-
original: ((_term$
|
|
166
|
-
en: ((_term$
|
|
167
|
-
'zh-CN': ((_term$
|
|
168
|
-
'zh-HK': ((_term$
|
|
167
|
+
original: ((_term$name7 = term.name) === null || _term$name7 === void 0 ? void 0 : _term$name7.original) || '',
|
|
168
|
+
en: ((_term$name8 = term.name) === null || _term$name8 === void 0 ? void 0 : _term$name8.en) || '',
|
|
169
|
+
'zh-CN': ((_term$name9 = term.name) === null || _term$name9 === void 0 ? void 0 : _term$name9['zh-CN']) || '',
|
|
170
|
+
'zh-HK': ((_term$name10 = term.name) === null || _term$name10 === void 0 ? void 0 : _term$name10['zh-HK']) || '',
|
|
171
|
+
ja: ((_term$name11 = term.name) === null || _term$name11 === void 0 ? void 0 : _term$name11['ja']) || '',
|
|
172
|
+
pt: ((_term$name12 = term.name) === null || _term$name12 === void 0 ? void 0 : _term$name12['pt']) || ''
|
|
169
173
|
},
|
|
170
174
|
url: term.url || ''
|
|
171
175
|
};
|
|
@@ -282,7 +286,9 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
282
286
|
original: term.name.original || '',
|
|
283
287
|
en: term.name.en || '',
|
|
284
288
|
'zh-CN': term.name['zh-CN'] || '',
|
|
285
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
289
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
290
|
+
ja: term.name['ja'] || '',
|
|
291
|
+
pt: term.name['pt'] || ''
|
|
286
292
|
},
|
|
287
293
|
url: term.url || ''
|
|
288
294
|
};
|
|
@@ -297,7 +303,9 @@ var Onlineshopauth = function Onlineshopauth(_ref) {
|
|
|
297
303
|
original: term.name.original || '',
|
|
298
304
|
en: term.name.en || '',
|
|
299
305
|
'zh-CN': term.name['zh-CN'] || '',
|
|
300
|
-
'zh-HK': term.name['zh-HK'] || ''
|
|
306
|
+
'zh-HK': term.name['zh-HK'] || '',
|
|
307
|
+
ja: term.name['ja'] || '',
|
|
308
|
+
pt: term.name['pt'] || ''
|
|
301
309
|
},
|
|
302
310
|
url: term.url || ''
|
|
303
311
|
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.setting.register.title': string;
|
|
4
|
+
'page.setting.register.description': string;
|
|
5
|
+
'page.setting.login.title': string;
|
|
6
|
+
'page.setting.login.description': string;
|
|
7
|
+
'page.setting.login.sameAsRegister': string;
|
|
8
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
9
|
+
};
|
|
10
|
+
'zh-CN': {
|
|
11
|
+
'page.setting.register.title': string;
|
|
12
|
+
'page.setting.register.description': string;
|
|
13
|
+
'page.setting.login.title': string;
|
|
14
|
+
'page.setting.login.description': string;
|
|
15
|
+
'page.setting.login.sameAsRegister': string;
|
|
16
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
17
|
+
};
|
|
18
|
+
'zh-HK': {
|
|
19
|
+
'page.setting.register.title': string;
|
|
20
|
+
'page.setting.register.description': string;
|
|
21
|
+
'page.setting.login.title': string;
|
|
22
|
+
'page.setting.login.description': string;
|
|
23
|
+
'page.setting.login.sameAsRegister': string;
|
|
24
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
25
|
+
};
|
|
26
|
+
ja: {
|
|
27
|
+
'page.setting.register.title': string;
|
|
28
|
+
'page.setting.register.description': string;
|
|
29
|
+
'page.setting.login.title': string;
|
|
30
|
+
'page.setting.login.description': string;
|
|
31
|
+
'page.setting.login.sameAsRegister': string;
|
|
32
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
33
|
+
};
|
|
34
|
+
pt: {
|
|
35
|
+
'page.setting.register.title': string;
|
|
36
|
+
'page.setting.register.description': string;
|
|
37
|
+
'page.setting.login.title': string;
|
|
38
|
+
'page.setting.login.description': string;
|
|
39
|
+
'page.setting.login.sameAsRegister': string;
|
|
40
|
+
'page.setting.login.sameAsRegister.description': string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default _default;
|