@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
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'page.setting.item.background.title': string;
|
|
4
|
+
'page.setting.item.background.upload.text': string;
|
|
5
|
+
'page.setting.item.background.upload.hint': string;
|
|
6
|
+
'page.setting.item.background.description': string;
|
|
7
|
+
'page.setting.item.background.usage': string;
|
|
8
|
+
'page.setting.item.background.error.format': string;
|
|
9
|
+
'page.setting.item.background.error.size': string;
|
|
10
|
+
'page.setting.item.terms.title': string;
|
|
11
|
+
'page.setting.item.terms.subtitle': string;
|
|
12
|
+
'page.setting.item.terms.usage': string;
|
|
13
|
+
'page.setting.item.terms.table.name': string;
|
|
14
|
+
'page.setting.item.terms.table.url': string;
|
|
15
|
+
'page.setting.item.terms.table.action': string;
|
|
16
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
17
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
18
|
+
'page.setting.item.terms.button.add': string;
|
|
19
|
+
'page.setting.item.terms.error.name.required': string;
|
|
20
|
+
'page.setting.item.terms.error.url.required': string;
|
|
21
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
22
|
+
};
|
|
23
|
+
'zh-CN': {
|
|
24
|
+
'page.setting.item.background.title': string;
|
|
25
|
+
'page.setting.item.background.upload.text': string;
|
|
26
|
+
'page.setting.item.background.upload.hint': string;
|
|
27
|
+
'page.setting.item.background.description': string;
|
|
28
|
+
'page.setting.item.background.usage': string;
|
|
29
|
+
'page.setting.item.background.error.format': string;
|
|
30
|
+
'page.setting.item.background.error.size': string;
|
|
31
|
+
'page.setting.item.terms.title': string;
|
|
32
|
+
'page.setting.item.terms.subtitle': string;
|
|
33
|
+
'page.setting.item.terms.usage': string;
|
|
34
|
+
'page.setting.item.terms.table.name': string;
|
|
35
|
+
'page.setting.item.terms.table.url': string;
|
|
36
|
+
'page.setting.item.terms.table.action': string;
|
|
37
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
38
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
39
|
+
'page.setting.item.terms.button.add': string;
|
|
40
|
+
'page.setting.item.terms.error.name.required': string;
|
|
41
|
+
'page.setting.item.terms.error.url.required': string;
|
|
42
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
43
|
+
};
|
|
44
|
+
'zh-HK': {
|
|
45
|
+
'page.setting.item.background.title': string;
|
|
46
|
+
'page.setting.item.background.upload.text': string;
|
|
47
|
+
'page.setting.item.background.upload.hint': string;
|
|
48
|
+
'page.setting.item.background.description': string;
|
|
49
|
+
'page.setting.item.background.usage': string;
|
|
50
|
+
'page.setting.item.background.error.format': string;
|
|
51
|
+
'page.setting.item.background.error.size': string;
|
|
52
|
+
'page.setting.item.terms.title': string;
|
|
53
|
+
'page.setting.item.terms.subtitle': string;
|
|
54
|
+
'page.setting.item.terms.usage': string;
|
|
55
|
+
'page.setting.item.terms.table.name': string;
|
|
56
|
+
'page.setting.item.terms.table.url': string;
|
|
57
|
+
'page.setting.item.terms.table.action': string;
|
|
58
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
59
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
60
|
+
'page.setting.item.terms.button.add': string;
|
|
61
|
+
'page.setting.item.terms.error.name.required': string;
|
|
62
|
+
'page.setting.item.terms.error.url.required': string;
|
|
63
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
64
|
+
};
|
|
65
|
+
ja: {
|
|
66
|
+
'page.setting.item.background.title': string;
|
|
67
|
+
'page.setting.item.background.upload.text': string;
|
|
68
|
+
'page.setting.item.background.upload.hint': string;
|
|
69
|
+
'page.setting.item.background.description': string;
|
|
70
|
+
'page.setting.item.background.usage': string;
|
|
71
|
+
'page.setting.item.background.error.format': string;
|
|
72
|
+
'page.setting.item.background.error.size': string;
|
|
73
|
+
'page.setting.item.terms.title': string;
|
|
74
|
+
'page.setting.item.terms.subtitle': string;
|
|
75
|
+
'page.setting.item.terms.usage': string;
|
|
76
|
+
'page.setting.item.terms.table.name': string;
|
|
77
|
+
'page.setting.item.terms.table.url': string;
|
|
78
|
+
'page.setting.item.terms.table.action': string;
|
|
79
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
80
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
81
|
+
'page.setting.item.terms.button.add': string;
|
|
82
|
+
'page.setting.item.terms.error.name.required': string;
|
|
83
|
+
'page.setting.item.terms.error.url.required': string;
|
|
84
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
85
|
+
};
|
|
86
|
+
pt: {
|
|
87
|
+
'page.setting.item.background.title': string;
|
|
88
|
+
'page.setting.item.background.upload.text': string;
|
|
89
|
+
'page.setting.item.background.upload.hint': string;
|
|
90
|
+
'page.setting.item.background.description': string;
|
|
91
|
+
'page.setting.item.background.usage': string;
|
|
92
|
+
'page.setting.item.background.error.format': string;
|
|
93
|
+
'page.setting.item.background.error.size': string;
|
|
94
|
+
'page.setting.item.terms.title': string;
|
|
95
|
+
'page.setting.item.terms.subtitle': string;
|
|
96
|
+
'page.setting.item.terms.usage': string;
|
|
97
|
+
'page.setting.item.terms.table.name': string;
|
|
98
|
+
'page.setting.item.terms.table.url': string;
|
|
99
|
+
'page.setting.item.terms.table.action': string;
|
|
100
|
+
'page.setting.item.terms.table.name.placeholder': string;
|
|
101
|
+
'page.setting.item.terms.table.url.placeholder': string;
|
|
102
|
+
'page.setting.item.terms.button.add': string;
|
|
103
|
+
'page.setting.item.terms.error.name.required': string;
|
|
104
|
+
'page.setting.item.terms.error.url.required': string;
|
|
105
|
+
'page.setting.item.terms.error.url.invalid': string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
export default _default;
|
|
@@ -91,5 +91,47 @@ var locales_default = {
|
|
|
91
91
|
"page.setting.item.terms.error.name.required": "名稱不能為空",
|
|
92
92
|
"page.setting.item.terms.error.url.required": "URL不能為空",
|
|
93
93
|
"page.setting.item.terms.error.url.invalid": "請輸入有效的URL"
|
|
94
|
+
},
|
|
95
|
+
ja: {
|
|
96
|
+
"page.setting.item.background.title": "背景画像",
|
|
97
|
+
"page.setting.item.background.upload.text": "クリックまたはドラッグしてファイルをアップロード",
|
|
98
|
+
"page.setting.item.background.upload.hint": "JPG、PNG形式をサポート、最大2MB",
|
|
99
|
+
"page.setting.item.background.description": "登録ページの背景画像",
|
|
100
|
+
"page.setting.item.background.usage": "ブランド表示と視覚的な強化に使用",
|
|
101
|
+
"page.setting.item.background.error.format": "JPGとPNG形式のみサポート",
|
|
102
|
+
"page.setting.item.background.error.size": "ファイルサイズは2MBを超えてはいけません",
|
|
103
|
+
"page.setting.item.terms.title": "利用規約",
|
|
104
|
+
"page.setting.item.terms.subtitle": "登録ページに表示される法的合意とポリシーリンク",
|
|
105
|
+
"page.setting.item.terms.usage": "利用規約、プライバシーポリシーなどの追加をサポート",
|
|
106
|
+
"page.setting.item.terms.table.name": "名前",
|
|
107
|
+
"page.setting.item.terms.table.url": "URL",
|
|
108
|
+
"page.setting.item.terms.table.action": "操作",
|
|
109
|
+
"page.setting.item.terms.table.name.placeholder": "利用規約",
|
|
110
|
+
"page.setting.item.terms.table.url.placeholder": "https://example.com/terms",
|
|
111
|
+
"page.setting.item.terms.button.add": "追加",
|
|
112
|
+
"page.setting.item.terms.error.name.required": "名前は必須です",
|
|
113
|
+
"page.setting.item.terms.error.url.required": "URLは必須です",
|
|
114
|
+
"page.setting.item.terms.error.url.invalid": "有効なURLを入力してください"
|
|
115
|
+
},
|
|
116
|
+
pt: {
|
|
117
|
+
"page.setting.item.background.title": "Imagem de Fundo",
|
|
118
|
+
"page.setting.item.background.upload.text": "Clique ou arraste o arquivo para fazer upload",
|
|
119
|
+
"page.setting.item.background.upload.hint": "Suporta formato JPG, PNG, máximo 2MB",
|
|
120
|
+
"page.setting.item.background.description": "Imagem de fundo para página de registro",
|
|
121
|
+
"page.setting.item.background.usage": "Usado para exibição da marca e aprimoramento visual",
|
|
122
|
+
"page.setting.item.background.error.format": "Apenas formatos JPG e PNG são suportados",
|
|
123
|
+
"page.setting.item.background.error.size": "O tamanho do arquivo não deve exceder 2MB",
|
|
124
|
+
"page.setting.item.terms.title": "Termos e Condições",
|
|
125
|
+
"page.setting.item.terms.subtitle": "Acordos legais e links de política exibidos na página de registro",
|
|
126
|
+
"page.setting.item.terms.usage": "Suporta adicionar termos de serviço, política de privacidade, etc.",
|
|
127
|
+
"page.setting.item.terms.table.name": "Nome",
|
|
128
|
+
"page.setting.item.terms.table.url": "URL",
|
|
129
|
+
"page.setting.item.terms.table.action": "Ação",
|
|
130
|
+
"page.setting.item.terms.table.name.placeholder": "Termos de Serviço",
|
|
131
|
+
"page.setting.item.terms.table.url.placeholder": "https://example.com/terms",
|
|
132
|
+
"page.setting.item.terms.button.add": "Adicionar",
|
|
133
|
+
"page.setting.item.terms.error.name.required": "Nome é obrigatório",
|
|
134
|
+
"page.setting.item.terms.error.url.required": "URL é obrigatória",
|
|
135
|
+
"page.setting.item.terms.error.url.invalid": "Por favor, insira uma URL válida"
|
|
94
136
|
}
|
|
95
137
|
};
|
|
@@ -0,0 +1,28 @@
|
|
|
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 TermsCondition {
|
|
11
|
+
name: TranslationValue;
|
|
12
|
+
url: string;
|
|
13
|
+
}
|
|
14
|
+
export interface PageSettingItemValue {
|
|
15
|
+
backgroundImage?: string;
|
|
16
|
+
termsConditions: TermsCondition[];
|
|
17
|
+
}
|
|
18
|
+
export interface PageSettingItemProps {
|
|
19
|
+
className?: string;
|
|
20
|
+
style?: React.CSSProperties;
|
|
21
|
+
value?: PageSettingItemValue;
|
|
22
|
+
onChange?: (value: PageSettingItemValue) => void;
|
|
23
|
+
/**
|
|
24
|
+
* 是否显示图片上传组件
|
|
25
|
+
* 默认为true,设置为false时隐藏背景图片上传功能
|
|
26
|
+
*/
|
|
27
|
+
showImageUpload?: boolean;
|
|
28
|
+
}
|
|
@@ -129,13 +129,15 @@ var SaaSManagermentAuth = ({
|
|
|
129
129
|
pageSettingValue.registerPage = {
|
|
130
130
|
backgroundImage: ((_b2 = page.register) == null ? void 0 : _b2.background_image_url) || "",
|
|
131
131
|
termsConditions: ((_d = (_c = page.register) == null ? void 0 : _c.terms) == null ? void 0 : _d.map((term) => {
|
|
132
|
-
var _a3, _b3, _c2, _d2;
|
|
132
|
+
var _a3, _b3, _c2, _d2, _e2, _f2;
|
|
133
133
|
return {
|
|
134
134
|
name: {
|
|
135
135
|
original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
|
|
136
136
|
en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
|
|
137
137
|
"zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
|
|
138
|
-
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
|
|
138
|
+
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
|
|
139
|
+
ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
|
|
140
|
+
pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
|
|
139
141
|
},
|
|
140
142
|
url: term.url || ""
|
|
141
143
|
};
|
|
@@ -146,13 +148,15 @@ var SaaSManagermentAuth = ({
|
|
|
146
148
|
settings: ((_f = page.login) == null ? void 0 : _f.same_as_register) ? void 0 : {
|
|
147
149
|
backgroundImage: ((_g = page.login) == null ? void 0 : _g.background_image_url) || "",
|
|
148
150
|
termsConditions: ((_i = (_h = page.login) == null ? void 0 : _h.terms) == null ? void 0 : _i.map((term) => {
|
|
149
|
-
var _a3, _b3, _c2, _d2;
|
|
151
|
+
var _a3, _b3, _c2, _d2, _e2, _f2;
|
|
150
152
|
return {
|
|
151
153
|
name: {
|
|
152
154
|
original: ((_a3 = term.name) == null ? void 0 : _a3.original) || "",
|
|
153
155
|
en: ((_b3 = term.name) == null ? void 0 : _b3.en) || "",
|
|
154
156
|
"zh-CN": ((_c2 = term.name) == null ? void 0 : _c2["zh-CN"]) || "",
|
|
155
|
-
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || ""
|
|
157
|
+
"zh-HK": ((_d2 = term.name) == null ? void 0 : _d2["zh-HK"]) || "",
|
|
158
|
+
ja: ((_e2 = term.name) == null ? void 0 : _e2["ja"]) || "",
|
|
159
|
+
pt: ((_f2 = term.name) == null ? void 0 : _f2["pt"]) || ""
|
|
156
160
|
},
|
|
157
161
|
url: term.url || ""
|
|
158
162
|
};
|
|
@@ -189,7 +193,9 @@ var SaaSManagermentAuth = ({
|
|
|
189
193
|
original: term.name.original || "",
|
|
190
194
|
en: term.name.en || "",
|
|
191
195
|
"zh-CN": term.name["zh-CN"] || "",
|
|
192
|
-
"zh-HK": term.name["zh-HK"] || ""
|
|
196
|
+
"zh-HK": term.name["zh-HK"] || "",
|
|
197
|
+
ja: term.name["ja"] || "",
|
|
198
|
+
pt: term.name["pt"] || ""
|
|
193
199
|
},
|
|
194
200
|
url: term.url || ""
|
|
195
201
|
}))) || []
|
|
@@ -202,7 +208,9 @@ var SaaSManagermentAuth = ({
|
|
|
202
208
|
original: term.name.original || "",
|
|
203
209
|
en: term.name.en || "",
|
|
204
210
|
"zh-CN": term.name["zh-CN"] || "",
|
|
205
|
-
"zh-HK": term.name["zh-HK"] || ""
|
|
211
|
+
"zh-HK": term.name["zh-HK"] || "",
|
|
212
|
+
ja: term.name["ja"] || "",
|
|
213
|
+
pt: term.name["pt"] || ""
|
|
206
214
|
},
|
|
207
215
|
url: term.url || ""
|
|
208
216
|
}))) || []
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'channel.auth.setting.title': string;
|
|
4
|
+
'channel.auth.setting.description': string;
|
|
5
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
6
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
7
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
8
|
+
'channel.auth.setting.button.cancel': string;
|
|
9
|
+
'channel.auth.setting.button.save': string;
|
|
10
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
11
|
+
'channel.auth.setting.message.saveError': string;
|
|
12
|
+
'channel.auth.setting.validation.error': string;
|
|
13
|
+
};
|
|
14
|
+
'zh-CN': {
|
|
15
|
+
'channel.auth.setting.title': string;
|
|
16
|
+
'channel.auth.setting.description': string;
|
|
17
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
18
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
19
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
20
|
+
'channel.auth.setting.button.cancel': string;
|
|
21
|
+
'channel.auth.setting.button.save': string;
|
|
22
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
23
|
+
'channel.auth.setting.message.saveError': string;
|
|
24
|
+
'channel.auth.setting.validation.error': string;
|
|
25
|
+
};
|
|
26
|
+
'zh-HK': {
|
|
27
|
+
'channel.auth.setting.title': string;
|
|
28
|
+
'channel.auth.setting.description': string;
|
|
29
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
30
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
31
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
32
|
+
'channel.auth.setting.button.cancel': string;
|
|
33
|
+
'channel.auth.setting.button.save': string;
|
|
34
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
35
|
+
'channel.auth.setting.message.saveError': string;
|
|
36
|
+
'channel.auth.setting.validation.error': string;
|
|
37
|
+
};
|
|
38
|
+
ja: {
|
|
39
|
+
'channel.auth.setting.title': string;
|
|
40
|
+
'channel.auth.setting.description': string;
|
|
41
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
42
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
43
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
44
|
+
'channel.auth.setting.button.cancel': string;
|
|
45
|
+
'channel.auth.setting.button.save': string;
|
|
46
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
47
|
+
'channel.auth.setting.message.saveError': string;
|
|
48
|
+
'channel.auth.setting.validation.error': string;
|
|
49
|
+
};
|
|
50
|
+
pt: {
|
|
51
|
+
'channel.auth.setting.title': string;
|
|
52
|
+
'channel.auth.setting.description': string;
|
|
53
|
+
'channel.auth.setting.tab.pageSetting': string;
|
|
54
|
+
'channel.auth.setting.tab.authenticationMethods': string;
|
|
55
|
+
'channel.auth.setting.tab.collectInfo': string;
|
|
56
|
+
'channel.auth.setting.button.cancel': string;
|
|
57
|
+
'channel.auth.setting.button.save': string;
|
|
58
|
+
'channel.auth.setting.message.saveSuccess': string;
|
|
59
|
+
'channel.auth.setting.message.saveError': string;
|
|
60
|
+
'channel.auth.setting.validation.error': string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
export default _default;
|
|
@@ -70,5 +70,29 @@ var locales_default = {
|
|
|
70
70
|
"channel.auth.setting.message.saveSuccess": "保存成功",
|
|
71
71
|
"channel.auth.setting.message.saveError": "保存失敗,請重試",
|
|
72
72
|
"channel.auth.setting.validation.error": "請檢查表單填寫是否正確"
|
|
73
|
+
},
|
|
74
|
+
ja: {
|
|
75
|
+
"channel.auth.setting.title": "登録とログイン",
|
|
76
|
+
"channel.auth.setting.description": "チャネルの認証設定を設定",
|
|
77
|
+
"channel.auth.setting.tab.pageSetting": "ページ設定",
|
|
78
|
+
"channel.auth.setting.tab.authenticationMethods": "認証方法",
|
|
79
|
+
"channel.auth.setting.tab.collectInfo": "登録後にユーザー情報を収集",
|
|
80
|
+
"channel.auth.setting.button.cancel": "キャンセル",
|
|
81
|
+
"channel.auth.setting.button.save": "保存",
|
|
82
|
+
"channel.auth.setting.message.saveSuccess": "正常に保存されました",
|
|
83
|
+
"channel.auth.setting.message.saveError": "保存に失敗しました。もう一度お試しください",
|
|
84
|
+
"channel.auth.setting.validation.error": "フォームにエラーがないか確認してください"
|
|
85
|
+
},
|
|
86
|
+
pt: {
|
|
87
|
+
"channel.auth.setting.title": "Registro e Login",
|
|
88
|
+
"channel.auth.setting.description": "Configurar configurações de autenticação para o canal",
|
|
89
|
+
"channel.auth.setting.tab.pageSetting": "Configurações de Página",
|
|
90
|
+
"channel.auth.setting.tab.authenticationMethods": "Métodos de Autenticação",
|
|
91
|
+
"channel.auth.setting.tab.collectInfo": "Coletar Informações do Usuário Após Registro",
|
|
92
|
+
"channel.auth.setting.button.cancel": "Cancelar",
|
|
93
|
+
"channel.auth.setting.button.save": "Salvar",
|
|
94
|
+
"channel.auth.setting.message.saveSuccess": "Salvo com sucesso",
|
|
95
|
+
"channel.auth.setting.message.saveError": "Falha ao salvar, por favor tente novamente",
|
|
96
|
+
"channel.auth.setting.validation.error": "Por favor, verifique o formulário para erros"
|
|
73
97
|
}
|
|
74
98
|
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
'customer.auth.title': string;
|
|
4
|
+
'customer.auth.description': string;
|
|
5
|
+
'customer.auth.methods.title': string;
|
|
6
|
+
'customer.auth.methods.description': string;
|
|
7
|
+
'customer.password.settings.title': string;
|
|
8
|
+
'customer.password.settings.description': string;
|
|
9
|
+
'customer.password.rules.title': string;
|
|
10
|
+
'customer.password.rules.description': string;
|
|
11
|
+
'auth.button.cancel': string;
|
|
12
|
+
'auth.button.save': string;
|
|
13
|
+
'auth.button.settings': string;
|
|
14
|
+
'auth.save.success': string;
|
|
15
|
+
'auth.save.error': string;
|
|
16
|
+
'auth.oauth.config.message': string;
|
|
17
|
+
'auth.oauth.config.link': string;
|
|
18
|
+
'auth.category.general': string;
|
|
19
|
+
'auth.category.oauth': string;
|
|
20
|
+
'auth.category.passwordFree': string;
|
|
21
|
+
'auth.category.authFree': string;
|
|
22
|
+
};
|
|
23
|
+
'zh-CN': {
|
|
24
|
+
'customer.auth.title': string;
|
|
25
|
+
'customer.auth.description': string;
|
|
26
|
+
'customer.auth.methods.title': string;
|
|
27
|
+
'customer.auth.methods.description': string;
|
|
28
|
+
'customer.password.settings.title': string;
|
|
29
|
+
'customer.password.settings.description': string;
|
|
30
|
+
'customer.password.rules.title': string;
|
|
31
|
+
'customer.password.rules.description': string;
|
|
32
|
+
'auth.button.cancel': string;
|
|
33
|
+
'auth.button.save': string;
|
|
34
|
+
'auth.button.settings': string;
|
|
35
|
+
'auth.save.success': string;
|
|
36
|
+
'auth.save.error': string;
|
|
37
|
+
'auth.oauth.config.message': string;
|
|
38
|
+
'auth.oauth.config.link': string;
|
|
39
|
+
'auth.category.general': string;
|
|
40
|
+
'auth.category.oauth': string;
|
|
41
|
+
'auth.category.passwordFree': string;
|
|
42
|
+
'auth.category.authFree': string;
|
|
43
|
+
};
|
|
44
|
+
'zh-HK': {
|
|
45
|
+
'customer.auth.title': string;
|
|
46
|
+
'customer.auth.description': string;
|
|
47
|
+
'customer.auth.methods.title': string;
|
|
48
|
+
'customer.auth.methods.description': string;
|
|
49
|
+
'customer.password.settings.title': string;
|
|
50
|
+
'customer.password.settings.description': string;
|
|
51
|
+
'customer.password.rules.title': string;
|
|
52
|
+
'customer.password.rules.description': string;
|
|
53
|
+
'auth.button.cancel': string;
|
|
54
|
+
'auth.button.save': string;
|
|
55
|
+
'auth.button.settings': string;
|
|
56
|
+
'auth.save.success': string;
|
|
57
|
+
'auth.save.error': string;
|
|
58
|
+
'auth.oauth.config.message': string;
|
|
59
|
+
'auth.oauth.config.link': string;
|
|
60
|
+
'auth.category.general': string;
|
|
61
|
+
'auth.category.oauth': string;
|
|
62
|
+
'auth.category.passwordFree': string;
|
|
63
|
+
'auth.category.authFree': string;
|
|
64
|
+
};
|
|
65
|
+
ja: {
|
|
66
|
+
'customer.auth.title': string;
|
|
67
|
+
'customer.auth.description': string;
|
|
68
|
+
'customer.auth.methods.title': string;
|
|
69
|
+
'customer.auth.methods.description': string;
|
|
70
|
+
'customer.password.settings.title': string;
|
|
71
|
+
'customer.password.settings.description': string;
|
|
72
|
+
'customer.password.rules.title': string;
|
|
73
|
+
'customer.password.rules.description': string;
|
|
74
|
+
'auth.button.cancel': string;
|
|
75
|
+
'auth.button.save': string;
|
|
76
|
+
'auth.button.settings': string;
|
|
77
|
+
'auth.save.success': string;
|
|
78
|
+
'auth.save.error': string;
|
|
79
|
+
'auth.oauth.config.message': string;
|
|
80
|
+
'auth.oauth.config.link': string;
|
|
81
|
+
'auth.category.general': string;
|
|
82
|
+
'auth.category.oauth': string;
|
|
83
|
+
'auth.category.passwordFree': string;
|
|
84
|
+
'auth.category.authFree': string;
|
|
85
|
+
};
|
|
86
|
+
pt: {
|
|
87
|
+
'customer.auth.title': string;
|
|
88
|
+
'customer.auth.description': string;
|
|
89
|
+
'customer.auth.methods.title': string;
|
|
90
|
+
'customer.auth.methods.description': string;
|
|
91
|
+
'customer.password.settings.title': string;
|
|
92
|
+
'customer.password.settings.description': string;
|
|
93
|
+
'customer.password.rules.title': string;
|
|
94
|
+
'customer.password.rules.description': string;
|
|
95
|
+
'auth.button.cancel': string;
|
|
96
|
+
'auth.button.save': string;
|
|
97
|
+
'auth.button.settings': string;
|
|
98
|
+
'auth.save.success': string;
|
|
99
|
+
'auth.save.error': string;
|
|
100
|
+
'auth.oauth.config.message': string;
|
|
101
|
+
'auth.oauth.config.link': string;
|
|
102
|
+
'auth.category.general': string;
|
|
103
|
+
'auth.category.oauth': string;
|
|
104
|
+
'auth.category.passwordFree': string;
|
|
105
|
+
'auth.category.authFree': string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
export default _default;
|
|
@@ -106,5 +106,47 @@ var locales_default = {
|
|
|
106
106
|
"auth.category.oauth": "OAuth",
|
|
107
107
|
"auth.category.passwordFree": "免密碼",
|
|
108
108
|
"auth.category.authFree": "免認證"
|
|
109
|
+
},
|
|
110
|
+
ja: {
|
|
111
|
+
"customer.auth.title": "顧客認証",
|
|
112
|
+
"customer.auth.description": "オンラインストア、キオスク、その他の顧客向けチャネルにアクセスする顧客ユーザーの認証方法を設定します。",
|
|
113
|
+
"customer.auth.methods.title": "認証方法",
|
|
114
|
+
"customer.auth.methods.description": "顧客が利用できる認証方法を設定します。ドラッグして優先順位を変更します。",
|
|
115
|
+
"customer.password.settings.title": "パスワード設定",
|
|
116
|
+
"customer.password.settings.description": "顧客アカウント専用のパスワード要件を設定します。これらのルールはすべての顧客ユーザーに適用されます。",
|
|
117
|
+
"customer.password.rules.title": "顧客パスワードルール",
|
|
118
|
+
"customer.password.rules.description": "顧客アカウントのパスワード複雑度要件を定義",
|
|
119
|
+
"auth.button.cancel": "キャンセル",
|
|
120
|
+
"auth.button.save": "保存",
|
|
121
|
+
"auth.button.settings": "設定",
|
|
122
|
+
"auth.save.success": "設定が正常に保存されました",
|
|
123
|
+
"auth.save.error": "設定の保存に失敗しました",
|
|
124
|
+
"auth.oauth.config.message": "まず認証設定ページでOAuth設定を設定してください",
|
|
125
|
+
"auth.oauth.config.link": "設定をクリック",
|
|
126
|
+
"auth.category.general": "一般",
|
|
127
|
+
"auth.category.oauth": "OAuth",
|
|
128
|
+
"auth.category.passwordFree": "パスワードなし",
|
|
129
|
+
"auth.category.authFree": "認証なし"
|
|
130
|
+
},
|
|
131
|
+
pt: {
|
|
132
|
+
"customer.auth.title": "Autenticação do Cliente",
|
|
133
|
+
"customer.auth.description": "Configure métodos de autenticação para usuários clientes que acessam lojas online, quiosques e outros canais voltados para o cliente.",
|
|
134
|
+
"customer.auth.methods.title": "Métodos de Autenticação",
|
|
135
|
+
"customer.auth.methods.description": "Configure métodos de autenticação que estarão disponíveis para clientes. Arraste para reordenar por prioridade.",
|
|
136
|
+
"customer.password.settings.title": "Configurações de Senha",
|
|
137
|
+
"customer.password.settings.description": "Configure requisitos de senha especificamente para contas de clientes. Essas regras se aplicam a todos os usuários clientes.",
|
|
138
|
+
"customer.password.rules.title": "Regras de Senha do Cliente",
|
|
139
|
+
"customer.password.rules.description": "Definir requisitos de complexidade de senha para contas de clientes",
|
|
140
|
+
"auth.button.cancel": "Cancelar",
|
|
141
|
+
"auth.button.save": "Salvar",
|
|
142
|
+
"auth.button.settings": "Configurações",
|
|
143
|
+
"auth.save.success": "Configurações salvas com sucesso",
|
|
144
|
+
"auth.save.error": "Falha ao salvar configurações",
|
|
145
|
+
"auth.oauth.config.message": "Configure as configurações OAuth na página de Configuração de Autenticação primeiro",
|
|
146
|
+
"auth.oauth.config.link": "clique para configurar",
|
|
147
|
+
"auth.category.general": "Geral",
|
|
148
|
+
"auth.category.oauth": "OAuth",
|
|
149
|
+
"auth.category.passwordFree": "Sem senha",
|
|
150
|
+
"auth.category.authFree": "Sem autenticação"
|
|
109
151
|
}
|
|
110
152
|
};
|