@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/lib/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/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.js
CHANGED
|
@@ -127,5 +127,59 @@ var locales_default = {
|
|
|
127
127
|
// Buttons
|
|
128
128
|
"auth.methods.button.cancel": "取消",
|
|
129
129
|
"auth.methods.button.save": "保存"
|
|
130
|
+
},
|
|
131
|
+
ja: {
|
|
132
|
+
"auth.methods.title": "認証設定モード",
|
|
133
|
+
"auth.methods.mode.default.title": "デフォルト認証設定を使用",
|
|
134
|
+
"auth.methods.mode.default.description": "組織設定で設定されたグローバル認証設定を使用します。チャネル間の一貫性のために推奨されます。",
|
|
135
|
+
"auth.methods.mode.default.configure": "グローバル認証設定を設定 →",
|
|
136
|
+
"auth.methods.mode.custom.title": "カスタム認証設定を使用",
|
|
137
|
+
"auth.methods.mode.custom.description": "このチャネルのみにカスタム認証設定を使用してグローバル設定を上書きします。",
|
|
138
|
+
"auth.methods.custom.warning.title": "カスタム認証設定",
|
|
139
|
+
"auth.methods.custom.warning.description": "ここでは認証方法の有効化または無効化のみが可能です。方法設定(OAuthキー、パスワードルールなど)を設定するには、グローバル認証設定を使用してください。",
|
|
140
|
+
"auth.methods.preview.title": "グローバル認証設定を使用",
|
|
141
|
+
"auth.methods.preview.description": "このチャネルはグローバル認証設定を使用します。グローバル設定から有効化されたすべての方法がこのチャネルで利用可能になります。",
|
|
142
|
+
"auth.methods.preview.inherited": "認証方法はグローバル設定から継承されます:",
|
|
143
|
+
"auth.methods.customer.title": "顧客",
|
|
144
|
+
"auth.methods.customer.description": "チャネルを使用するエンド顧客",
|
|
145
|
+
"auth.methods.label.email": "メール",
|
|
146
|
+
"auth.methods.label.phoneNumber": "電話番号",
|
|
147
|
+
"auth.methods.label.walletCode": "ウォレットコード",
|
|
148
|
+
"auth.methods.label.guest": "ゲスト",
|
|
149
|
+
"auth.methods.label.walkIn": "来店",
|
|
150
|
+
"auth.methods.label.google": "Google",
|
|
151
|
+
"auth.methods.label.facebook": "Facebook",
|
|
152
|
+
"auth.methods.label.apple": "Apple",
|
|
153
|
+
"auth.methods.status.enabled": "有効",
|
|
154
|
+
"auth.methods.status.disabled": "無効",
|
|
155
|
+
"auth.methods.button.cancel": "キャンセル",
|
|
156
|
+
"auth.methods.button.save": "変更を保存"
|
|
157
|
+
},
|
|
158
|
+
pt: {
|
|
159
|
+
"auth.methods.title": "Modo de Configuração de Autenticação",
|
|
160
|
+
"auth.methods.mode.default.title": "Usar Configurações de Autenticação Padrão",
|
|
161
|
+
"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.",
|
|
162
|
+
"auth.methods.mode.default.configure": "Configurar configurações de autenticação globais →",
|
|
163
|
+
"auth.methods.mode.custom.title": "Usar Configurações de Autenticação Personalizadas",
|
|
164
|
+
"auth.methods.mode.custom.description": "Substituir configurações globais com configuração de autenticação personalizada apenas para este canal.",
|
|
165
|
+
"auth.methods.custom.warning.title": "Configurações de Autenticação Personalizadas",
|
|
166
|
+
"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.",
|
|
167
|
+
"auth.methods.preview.title": "Usando Configurações de Autenticação Globais",
|
|
168
|
+
"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.",
|
|
169
|
+
"auth.methods.preview.inherited": "Os métodos de autenticação serão herdados das configurações globais:",
|
|
170
|
+
"auth.methods.customer.title": "Cliente",
|
|
171
|
+
"auth.methods.customer.description": "Clientes finais usando o canal",
|
|
172
|
+
"auth.methods.label.email": "E-mail",
|
|
173
|
+
"auth.methods.label.phoneNumber": "Número de Telefone",
|
|
174
|
+
"auth.methods.label.walletCode": "Código da Carteira",
|
|
175
|
+
"auth.methods.label.guest": "Convidado",
|
|
176
|
+
"auth.methods.label.walkIn": "Cliente Avulso",
|
|
177
|
+
"auth.methods.label.google": "Google",
|
|
178
|
+
"auth.methods.label.facebook": "Facebook",
|
|
179
|
+
"auth.methods.label.apple": "Apple",
|
|
180
|
+
"auth.methods.status.enabled": "Habilitado",
|
|
181
|
+
"auth.methods.status.disabled": "Desabilitado",
|
|
182
|
+
"auth.methods.button.cancel": "Cancelar",
|
|
183
|
+
"auth.methods.button.save": "Salvar Alterações"
|
|
130
184
|
}
|
|
131
185
|
};
|
package/lib/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
|
+
}
|
|
@@ -105,6 +105,8 @@ var DEFAULT_TRANSLATION = {
|
|
|
105
105
|
en: "Please provide the following account information to help us serve you better. Make sure your information is accurate.111",
|
|
106
106
|
"zh-CN": "请提供以下账户信息以帮助我们更好地为您服务。请确保您的信息准确。111",
|
|
107
107
|
"zh-HK": "請提供以下賬戶信息以幫助我們更好地為您服務。請確保您的信息準確。111",
|
|
108
|
+
ja: "以下のアカウント情報を提供してください。正確な情報を確認してください。111",
|
|
109
|
+
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",
|
|
108
110
|
original: "Please provide the following account information to help us serve you better. Make sure your information is accurate.111"
|
|
109
111
|
};
|
|
110
112
|
var TranslationInput = ({
|
|
@@ -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;
|
|
@@ -106,5 +106,51 @@ var locales_default = {
|
|
|
106
106
|
"collect.info.optional": "非必填",
|
|
107
107
|
"collect.info.skip": "允許跳過",
|
|
108
108
|
"collect.info.disallow.skip": "不允許跳過"
|
|
109
|
+
},
|
|
110
|
+
ja: {
|
|
111
|
+
"page.setting.login.form.menu.title": "登録後に顧客情報を収集",
|
|
112
|
+
"page.setting.login.form.menu.desc": "ユーザーが登録後に情報を送信せずにページを閉じた場合、次回ログイン時に再度入力が求められます。",
|
|
113
|
+
"collect.info.enable": "顧客情報の収集を有効化",
|
|
114
|
+
"collect.info.account": "アカウント情報を収集",
|
|
115
|
+
"collect.info.allow.skip": "スキップを許可",
|
|
116
|
+
"collect.info.prompt": "ヒント",
|
|
117
|
+
"collect.info.fields": "フィールド",
|
|
118
|
+
"collect.info.sort": "並び替え",
|
|
119
|
+
"collect.info.customer.form": "顧客フォーム",
|
|
120
|
+
"collect.info.field.phone": "電話",
|
|
121
|
+
"collect.info.field.phone.desc": "システムは電話番号の正確性を確認します。",
|
|
122
|
+
"collect.info.field.email": "メール",
|
|
123
|
+
"collect.info.field.email.desc": "システムはメールの正確性を確認します。",
|
|
124
|
+
"collect.info.field.avatar": "アバター",
|
|
125
|
+
"collect.info.field.nickname": "ニックネーム",
|
|
126
|
+
"collect.info.field.gender": "性別",
|
|
127
|
+
"collect.info.field.name": "名",
|
|
128
|
+
"collect.info.required": "必須",
|
|
129
|
+
"collect.info.optional": "任意",
|
|
130
|
+
"collect.info.skip": "スキップを許可",
|
|
131
|
+
"collect.info.disallow.skip": "スキップを許可しない"
|
|
132
|
+
},
|
|
133
|
+
pt: {
|
|
134
|
+
"page.setting.login.form.menu.title": "Coletar Informações do Cliente Após Registro",
|
|
135
|
+
"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.",
|
|
136
|
+
"collect.info.enable": "Habilitar Coleta de Informações do Cliente",
|
|
137
|
+
"collect.info.account": "Coletar Informações da Conta",
|
|
138
|
+
"collect.info.allow.skip": "Permitir Pular",
|
|
139
|
+
"collect.info.prompt": "Dicas",
|
|
140
|
+
"collect.info.fields": "Campos",
|
|
141
|
+
"collect.info.sort": "Ordenar",
|
|
142
|
+
"collect.info.customer.form": "Formulário do cliente",
|
|
143
|
+
"collect.info.field.phone": "Telefone",
|
|
144
|
+
"collect.info.field.phone.desc": "O sistema verificará a correção do número de telefone.",
|
|
145
|
+
"collect.info.field.email": "E-mail",
|
|
146
|
+
"collect.info.field.email.desc": "O sistema verificará a correção do e-mail.",
|
|
147
|
+
"collect.info.field.avatar": "Avatar",
|
|
148
|
+
"collect.info.field.nickname": "Apelido",
|
|
149
|
+
"collect.info.field.gender": "Gênero",
|
|
150
|
+
"collect.info.field.name": "Nome",
|
|
151
|
+
"collect.info.required": "Obrigatório",
|
|
152
|
+
"collect.info.optional": "Opcional",
|
|
153
|
+
"collect.info.skip": "Permitir Pular",
|
|
154
|
+
"collect.info.disallow.skip": "Não Permitir Pular"
|
|
109
155
|
}
|
|
110
156
|
};
|
|
@@ -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
|
+
}
|
|
@@ -131,13 +131,15 @@ var Onlineshopauth = ({
|
|
|
131
131
|
pageSettingValue.registerPage = {
|
|
132
132
|
backgroundImage: ((_b2 = page.register) == null ? void 0 : _b2.background_image_url) || "",
|
|
133
133
|
termsConditions: ((_d = (_c = page.register) == null ? void 0 : _c.terms) == null ? void 0 : _d.map((term) => {
|
|
134
|
-
var _a3, _b3, _c2, _d2;
|
|
134
|
+
var _a3, _b3, _c2, _d2, _e2, _f2;
|
|
135
135
|
return {
|
|
136
136
|
name: {
|
|
137
137
|
original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
|
|
138
138
|
en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
|
|
139
139
|
"zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
|
|
140
|
-
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
|
|
140
|
+
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
|
|
141
|
+
ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
|
|
142
|
+
pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
|
|
141
143
|
},
|
|
142
144
|
url: term.url || ""
|
|
143
145
|
};
|
|
@@ -148,13 +150,15 @@ var Onlineshopauth = ({
|
|
|
148
150
|
settings: ((_f = page.login) == null ? void 0 : _f.same_as_register) ? void 0 : {
|
|
149
151
|
backgroundImage: ((_g = page.login) == null ? void 0 : _g.background_image_url) || "",
|
|
150
152
|
termsConditions: ((_i = (_h = page.login) == null ? void 0 : _h.terms) == null ? void 0 : _i.map((term) => {
|
|
151
|
-
var _a3, _b3, _c2, _d2;
|
|
153
|
+
var _a3, _b3, _c2, _d2, _e2, _f2;
|
|
152
154
|
return {
|
|
153
155
|
name: {
|
|
154
156
|
original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
|
|
155
157
|
en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
|
|
156
158
|
"zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
|
|
157
|
-
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
|
|
159
|
+
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
|
|
160
|
+
ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
|
|
161
|
+
pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
|
|
158
162
|
},
|
|
159
163
|
url: term.url || ""
|
|
160
164
|
};
|
|
@@ -255,7 +259,9 @@ var Onlineshopauth = ({
|
|
|
255
259
|
original: term.name.original || "",
|
|
256
260
|
en: term.name.en || "",
|
|
257
261
|
"zh-CN": term.name["zh-CN"] || "",
|
|
258
|
-
"zh-HK": term.name["zh-HK"] || ""
|
|
262
|
+
"zh-HK": term.name["zh-HK"] || "",
|
|
263
|
+
ja: term.name["ja"] || "",
|
|
264
|
+
pt: term.name["pt"] || ""
|
|
259
265
|
},
|
|
260
266
|
url: term.url || ""
|
|
261
267
|
}))) || []
|
|
@@ -268,7 +274,9 @@ var Onlineshopauth = ({
|
|
|
268
274
|
original: term.name.original || "",
|
|
269
275
|
en: term.name.en || "",
|
|
270
276
|
"zh-CN": term.name["zh-CN"] || "",
|
|
271
|
-
"zh-HK": term.name["zh-HK"] || ""
|
|
277
|
+
"zh-HK": term.name["zh-HK"] || "",
|
|
278
|
+
ja: term.name["ja"] || "",
|
|
279
|
+
pt: term.name["pt"] || ""
|
|
272
280
|
},
|
|
273
281
|
url: term.url || ""
|
|
274
282
|
}))) || []
|
|
@@ -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;
|
|
@@ -52,5 +52,21 @@ var locales_default = {
|
|
|
52
52
|
"page.setting.login.description": "配置登錄頁面外觀和條款。",
|
|
53
53
|
"page.setting.login.sameAsRegister": "與註冊頁面設置相同",
|
|
54
54
|
"page.setting.login.sameAsRegister.description": "使用與註冊頁面相同的設置"
|
|
55
|
+
},
|
|
56
|
+
ja: {
|
|
57
|
+
"page.setting.register.title": "登録ページ",
|
|
58
|
+
"page.setting.register.description": "登録ページの外観と条項を設定します。",
|
|
59
|
+
"page.setting.login.title": "ログインページ",
|
|
60
|
+
"page.setting.login.description": "ログインページの外観と条項を設定します。",
|
|
61
|
+
"page.setting.login.sameAsRegister": "登録ページ設定と同じ",
|
|
62
|
+
"page.setting.login.sameAsRegister.description": "登録ページと同じ設定を使用"
|
|
63
|
+
},
|
|
64
|
+
pt: {
|
|
65
|
+
"page.setting.register.title": "Página de Registro",
|
|
66
|
+
"page.setting.register.description": "Configure a aparência e os termos da página de registro.",
|
|
67
|
+
"page.setting.login.title": "Página de Login",
|
|
68
|
+
"page.setting.login.description": "Configure a aparência e os termos da página de login.",
|
|
69
|
+
"page.setting.login.sameAsRegister": "Mesmo que as Configurações da Página de Registro",
|
|
70
|
+
"page.setting.login.sameAsRegister.description": "Usar as mesmas configurações da página de registro"
|
|
55
71
|
}
|
|
56
72
|
};
|
|
@@ -65,6 +65,8 @@ var PageSettingItem = (0, import_react.forwardRef)(({
|
|
|
65
65
|
en: "",
|
|
66
66
|
"zh-CN": "",
|
|
67
67
|
"zh-HK": "",
|
|
68
|
+
ja: "",
|
|
69
|
+
pt: "",
|
|
68
70
|
original: ""
|
|
69
71
|
};
|
|
70
72
|
form.setFieldsValue({
|
|
@@ -75,7 +77,9 @@ var PageSettingItem = (0, import_react.forwardRef)(({
|
|
|
75
77
|
en: "Terms of Service",
|
|
76
78
|
"zh-CN": "服务条款",
|
|
77
79
|
"zh-HK": "服務條款",
|
|
78
|
-
original: "Terms of Service"
|
|
80
|
+
original: "Terms of Service",
|
|
81
|
+
ja: "利用規約",
|
|
82
|
+
pt: "Termos de Serviço"
|
|
79
83
|
},
|
|
80
84
|
url: "https://example.com/terms"
|
|
81
85
|
},
|
|
@@ -84,7 +88,9 @@ var PageSettingItem = (0, import_react.forwardRef)(({
|
|
|
84
88
|
en: "Privacy Policy",
|
|
85
89
|
"zh-CN": "隐私政策",
|
|
86
90
|
"zh-HK": "隱私政策",
|
|
87
|
-
original: "Privacy Policy"
|
|
91
|
+
original: "Privacy Policy",
|
|
92
|
+
ja: "プライバシーポリシー",
|
|
93
|
+
pt: "Política de Privacidade"
|
|
88
94
|
},
|
|
89
95
|
url: "https://example.com/privacy"
|
|
90
96
|
}
|
|
@@ -193,6 +199,8 @@ var PageSettingItem = (0, import_react.forwardRef)(({
|
|
|
193
199
|
en: "",
|
|
194
200
|
"zh-CN": "",
|
|
195
201
|
"zh-HK": "",
|
|
202
|
+
ja: "",
|
|
203
|
+
pt: "",
|
|
196
204
|
original: ""
|
|
197
205
|
},
|
|
198
206
|
url: ""
|