@pisell/private-materials 6.6.44 → 6.6.46
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/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/appointmentBooking/components/Voucher/index.js +22 -7
- package/es/components/booking/addons/index.js +3 -2
- package/es/components/booking/addons/model.d.ts +10 -1
- package/es/components/booking/components/footer/amount.js +1 -1
- package/es/components/booking/components/footer/index.js +7 -0
- package/es/components/booking/components/footer/utils.d.ts +1 -1
- package/es/components/booking/components/footer/utils.js +7 -5
- package/es/components/booking/components/voucher/index.js +6 -0
- package/es/components/booking/components/voucher/index.less +4 -1
- package/es/components/booking/components/voucherModal/index.less +1 -0
- package/es/components/booking/forms/model.d.ts +10 -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/utils.d.ts +1 -1
- package/es/components/booking/info2/service/editService/index.js +8 -2
- package/es/components/booking/model.d.ts +9 -1
- 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/checkout/components/WalletPassModule/index.js +1 -0
- package/es/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
- package/es/components/checkout/components/WalletPassModule/utils.js +17 -3
- package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/es/components/checkout/hooks/useWalletPass.js +316 -192
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/index.js +166 -145
- package/es/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/WalletPass/utils.js +3 -3
- package/es/components/pay/toC/WalletPassBlock/index.js +3 -1
- package/es/components/pay/toC/index.js +66 -27
- package/es/components/pay/toC/model.d.ts +10 -1
- package/es/components/pay/toC/serve.d.ts +18 -0
- package/es/components/pay/toC/serve.js +29 -1
- package/es/components/pay/toC/utils.d.ts +2 -2
- package/es/components/pay/toC/utils.js +4 -0
- package/es/components/schedules/model.d.ts +9 -1
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +7 -4
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Voucher/index.js +10 -2
- package/lib/components/booking/addons/index.js +3 -2
- package/lib/components/booking/addons/model.d.ts +10 -1
- package/lib/components/booking/components/footer/amount.js +1 -1
- package/lib/components/booking/components/footer/index.js +9 -0
- package/lib/components/booking/components/footer/utils.d.ts +1 -1
- package/lib/components/booking/components/footer/utils.js +5 -3
- package/lib/components/booking/components/voucher/index.js +6 -0
- package/lib/components/booking/components/voucher/index.less +4 -1
- package/lib/components/booking/components/voucherModal/index.less +1 -0
- package/lib/components/booking/forms/model.d.ts +10 -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/utils.d.ts +1 -1
- package/lib/components/booking/info2/service/editService/index.js +24 -18
- package/lib/components/booking/model.d.ts +9 -1
- 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/checkout/components/WalletPassModule/index.js +1 -0
- package/lib/components/checkout/components/WalletPassModule/utils.d.ts +1 -0
- package/lib/components/checkout/components/WalletPassModule/utils.js +18 -2
- package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
- package/lib/components/checkout/hooks/useWalletPass.js +157 -108
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.d.ts +5 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/index.js +90 -103
- package/lib/components/pay/toC/PaymentMethods/WalletPass/serve.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/WalletPass/utils.js +2 -2
- package/lib/components/pay/toC/WalletPassBlock/index.js +3 -1
- package/lib/components/pay/toC/index.js +52 -11
- package/lib/components/pay/toC/model.d.ts +10 -1
- package/lib/components/pay/toC/serve.d.ts +18 -0
- package/lib/components/pay/toC/serve.js +6 -0
- package/lib/components/pay/toC/utils.d.ts +2 -2
- package/lib/components/pay/toC/utils.js +4 -0
- package/lib/components/schedules/model.d.ts +9 -1
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +11 -7
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/package.json +3 -3
- package/es/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/es/components/appointmentBooking/locales.d.ts +0 -603
- package/es/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/es/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/es/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/es/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/es/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/es/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/es/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/es/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/es/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/es/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/es/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/es/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/es/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/es/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/es/components/booking/components/actionButtons/index.d.ts +0 -31
- package/es/components/booking/components/voucher/utils.d.ts +0 -5
- package/es/components/booking/editBookingModal/locales.d.ts +0 -33
- package/es/components/booking/editBookingModal/mock.d.ts +0 -991
- package/es/components/booking/info2/cartClientCard/locales.d.ts +0 -33
- package/es/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/es/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
- package/es/components/booking/locales.d.ts +0 -1619
- package/es/components/checkout/PaymentModal.d.ts +0 -31
- package/es/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
- package/es/components/checkout/locales.d.ts +0 -853
- package/es/components/eftpos/locales.d.ts +0 -163
- package/es/components/eftposPay/locales.d.ts +0 -608
- package/es/components/eventBooking/locales.d.ts +0 -408
- package/es/components/list/locales.d.ts +0 -108
- package/es/components/list/utils/getText.d.ts +0 -53
- package/es/components/login/locales.d.ts +0 -38
- package/es/components/pay/toB/locales.d.ts +0 -88
- package/es/components/pay/toC/locales.d.ts +0 -511
- package/es/components/pinModal/locales.d.ts +0 -43
- package/es/components/pinVerifyModal/locales.d.ts +0 -38
- package/es/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/es/components/productExtension/locales.d.ts +0 -78
- package/es/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/es/components/productSelect/locales.d.ts +0 -38
- package/es/components/ruleSetting/locales.d.ts +0 -78
- package/es/components/schedules/locales.d.ts +0 -143
- package/es/components/shoppingCart/locales.d.ts +0 -58
- package/es/components/stepController/locales.d.ts +0 -43
- package/es/components/subTotal/locales.d.ts +0 -68
- package/es/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/es/components/systemSettings/registry/locales.d.ts +0 -456
- package/es/components/systemSettings/registry/types.d.ts +0 -128
- package/es/components/taxSelect/locales.d.ts +0 -38
- package/es/components/ticketBooking/locales.d.ts +0 -328
- package/es/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/es/components/wallet/utils.d.ts +0 -48
- package/es/components/walletList/index.d.ts +0 -4
- package/es/components/walletList/locales.d.ts +0 -43
- package/es/components/walletList/types/index.d.ts +0 -196
- package/es/plus/clientCard/index.d.ts +0 -7
- package/es/plus/clientCard/locales.d.ts +0 -28
- package/es/plus/clientCard/types.d.ts +0 -135
- package/es/plus/clinetSearch/locales.d.ts +0 -178
- package/es/plus/contactInfo/locales.d.ts +0 -23
- package/es/plus/contactInfoModal/locales.d.ts +0 -108
- package/es/plus/noteModal/locales.d.ts +0 -53
- package/es/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
- package/es/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
- package/es/plus/productSelect/locales.d.ts +0 -38
- package/es/plus/saasAttendance/index.d.ts +0 -6
- package/es/plus/saasAttendance/locales.d.ts +0 -528
- package/es/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/es/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/es/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/es/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/es/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/es/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/index.d.ts +0 -18
- package/es/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/es/plus/saasAttendance/settings/types.d.ts +0 -130
- package/es/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/es/plus/saasLogin/locales.d.ts +0 -83
- package/es/plus/saasRegister/locales.d.ts +0 -193
- package/es/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/es/plus/saasRole/index.d.ts +0 -14
- package/es/plus/saasRole/locales.d.ts +0 -319
- package/es/plus/saasRole/serve.d.ts +0 -72
- package/es/plus/saasRole/types.d.ts +0 -177
- package/es/plus/saasRole/utils.d.ts +0 -0
- package/es/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/es/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/es/plus/saasTeamMembers/index.d.ts +0 -5
- package/es/plus/saasTeamMembers/locales.d.ts +0 -546
- package/es/plus/saasTeamMembers/serve.d.ts +0 -95
- package/es/plus/saasTeamMembers/type.d.ts +0 -158
- package/es/plus/selectHolder/locales.d.ts +0 -38
- package/es/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/es/plus/walletEditor/locales.d.ts +0 -223
- package/es/plus/walletEditor/types.d.ts +0 -54
- package/es/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/es/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/es/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/es/plus/walletPassGallery/index.d.ts +0 -11
- package/es/plus/walletPassGallery/locales.d.ts +0 -473
- package/es/plus/walletPassGallery/serve.d.ts +0 -245
- package/es/plus/walletPassGallery/utils.d.ts +0 -48
- package/es/pro/Login2.0/locales.d.ts +0 -903
- package/es/pro/Login2.0/shared/types.d.ts +0 -234
- package/es/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/es/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/es/pro/numberKeyboard/locales.d.ts +0 -18
- package/es/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/es/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
- package/es/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
- package/es/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
- package/es/pro/skuDetailModal/locales.d.ts +0 -78
- package/es/pro/skuDetailModal/types.d.ts +0 -352
- package/lib/components/appointmentBooking/components/Date/state.d.ts +0 -63
- package/lib/components/appointmentBooking/locales.d.ts +0 -603
- package/lib/components/authentication/admin/AuthMethods/locales.d.ts +0 -413
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts +0 -138
- package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/types.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/locales.d.ts +0 -118
- package/lib/components/authentication/admin/ChannelAuthSetting/CollectInfo/types.d.ts +0 -35
- package/lib/components/authentication/admin/ChannelAuthSetting/OnlineShopAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSetting/locales.d.ts +0 -43
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/index.d.ts +0 -8
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/locales.d.ts +0 -108
- package/lib/components/authentication/admin/ChannelAuthSetting/PageSettingItem/types.d.ts +0 -28
- package/lib/components/authentication/admin/ChannelAuthSetting/SaaSManagermentAuth/index.d.ts +0 -6
- package/lib/components/authentication/admin/ChannelAuthSetting/locales.d.ts +0 -63
- package/lib/components/authentication/admin/CustomerAuth/locales.d.ts +0 -108
- package/lib/components/authentication/admin/CustomerOAuthConfig/locales.d.ts +0 -178
- package/lib/components/authentication/admin/DeviceAuth/locales.d.ts +0 -93
- package/lib/components/authentication/admin/OAuthConfig/locales.d.ts +0 -148
- package/lib/components/authentication/admin/OrgAdminAuth/locales.d.ts +0 -88
- package/lib/components/authentication/admin/POSOperatorAuth/locales.d.ts +0 -78
- package/lib/components/authentication/admin/SaaSAdminAuth/locales.d.ts +0 -88
- package/lib/components/booking/components/actionButtons/index.d.ts +0 -31
- package/lib/components/booking/components/voucher/utils.d.ts +0 -5
- package/lib/components/booking/editBookingModal/locales.d.ts +0 -33
- package/lib/components/booking/editBookingModal/mock.d.ts +0 -991
- package/lib/components/booking/info2/cartClientCard/locales.d.ts +0 -33
- package/lib/components/booking/info2/service/addService/mock.d.ts +0 -216
- package/lib/components/booking/info2/service/editService/DiscountChangeModal/index.d.ts +0 -25
- package/lib/components/booking/locales.d.ts +0 -1619
- package/lib/components/checkout/PaymentModal.d.ts +0 -31
- package/lib/components/checkout/components/AdditionalModule/locales.d.ts +0 -58
- package/lib/components/checkout/locales.d.ts +0 -853
- package/lib/components/eftpos/locales.d.ts +0 -163
- package/lib/components/eftposPay/locales.d.ts +0 -608
- package/lib/components/eventBooking/locales.d.ts +0 -408
- package/lib/components/list/locales.d.ts +0 -108
- package/lib/components/list/utils/getText.d.ts +0 -53
- package/lib/components/login/locales.d.ts +0 -38
- package/lib/components/pay/toB/locales.d.ts +0 -88
- package/lib/components/pay/toC/locales.d.ts +0 -511
- package/lib/components/pinModal/locales.d.ts +0 -43
- package/lib/components/pinVerifyModal/locales.d.ts +0 -38
- package/lib/components/pisellSelectCustomerModal/locales.d.ts +0 -133
- package/lib/components/productExtension/locales.d.ts +0 -78
- package/lib/components/productSelect/components/pisellPriceText/index.d.ts +0 -11
- package/lib/components/productSelect/locales.d.ts +0 -38
- package/lib/components/ruleSetting/locales.d.ts +0 -78
- package/lib/components/schedules/locales.d.ts +0 -143
- package/lib/components/shoppingCart/locales.d.ts +0 -58
- package/lib/components/stepController/locales.d.ts +0 -43
- package/lib/components/subTotal/locales.d.ts +0 -68
- package/lib/components/systemSettings/registry/components/ItemModal.d.ts +0 -4
- package/lib/components/systemSettings/registry/locales.d.ts +0 -456
- package/lib/components/systemSettings/registry/types.d.ts +0 -128
- package/lib/components/taxSelect/locales.d.ts +0 -38
- package/lib/components/ticketBooking/locales.d.ts +0 -328
- package/lib/components/ticketBooking/utils/formatTime.d.ts +0 -33
- package/lib/components/wallet/utils.d.ts +0 -48
- package/lib/components/walletList/index.d.ts +0 -4
- package/lib/components/walletList/locales.d.ts +0 -43
- package/lib/components/walletList/types/index.d.ts +0 -196
- package/lib/plus/clientCard/index.d.ts +0 -7
- package/lib/plus/clientCard/locales.d.ts +0 -28
- package/lib/plus/clientCard/types.d.ts +0 -135
- package/lib/plus/clinetSearch/locales.d.ts +0 -178
- package/lib/plus/contactInfo/locales.d.ts +0 -23
- package/lib/plus/contactInfoModal/locales.d.ts +0 -108
- package/lib/plus/noteModal/locales.d.ts +0 -53
- package/lib/plus/productSelect/ProductCard/SkuCard/locales.d.ts +0 -68
- package/lib/plus/productSelect/ProductCard/SkuCard/status.d.ts +0 -164
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +0 -14
- package/lib/plus/productSelect/locales.d.ts +0 -38
- package/lib/plus/saasAttendance/index.d.ts +0 -6
- package/lib/plus/saasAttendance/locales.d.ts +0 -528
- package/lib/plus/saasAttendance/settings/BasicInfoTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/ClockInMethodTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/CorrectionPolicyTab.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/ShiftScheduleTab.d.ts +0 -5
- package/lib/plus/saasAttendance/settings/components/MapField.d.ts +0 -78
- package/lib/plus/saasAttendance/settings/components/index.d.ts +0 -3
- package/lib/plus/saasAttendance/settings/components/membersField/index.d.ts +0 -8
- package/lib/plus/saasAttendance/settings/components/shiftModal/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/index.d.ts +0 -18
- package/lib/plus/saasAttendance/settings/serve.d.ts +0 -27
- package/lib/plus/saasAttendance/settings/types.d.ts +0 -130
- package/lib/plus/saasCreateOrganization/locales.d.ts +0 -23
- package/lib/plus/saasLogin/locales.d.ts +0 -83
- package/lib/plus/saasRegister/locales.d.ts +0 -193
- package/lib/plus/saasRole/components/PermissionManager/index.d.ts +0 -19
- package/lib/plus/saasRole/index.d.ts +0 -14
- package/lib/plus/saasRole/locales.d.ts +0 -319
- package/lib/plus/saasRole/serve.d.ts +0 -72
- package/lib/plus/saasRole/types.d.ts +0 -177
- package/lib/plus/saasRole/utils.d.ts +0 -0
- package/lib/plus/saasTeamMembers/components/MemberDrawer/ExtensionFormTabContent.d.ts +0 -31
- package/lib/plus/saasTeamMembers/components/MemberDrawer/index.d.ts +0 -23
- package/lib/plus/saasTeamMembers/index.d.ts +0 -5
- package/lib/plus/saasTeamMembers/locales.d.ts +0 -546
- package/lib/plus/saasTeamMembers/serve.d.ts +0 -95
- package/lib/plus/saasTeamMembers/type.d.ts +0 -158
- package/lib/plus/selectHolder/locales.d.ts +0 -38
- package/lib/plus/walletEditor/components/sortableWalletPassTypes/index.d.ts +0 -39
- package/lib/plus/walletEditor/locales.d.ts +0 -223
- package/lib/plus/walletEditor/types.d.ts +0 -54
- package/lib/plus/walletPassGallery/components/passDetail/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/components/passList/index.d.ts +0 -13
- package/lib/plus/walletPassGallery/components/timelineSection/index.d.ts +0 -12
- package/lib/plus/walletPassGallery/index.d.ts +0 -11
- package/lib/plus/walletPassGallery/locales.d.ts +0 -473
- package/lib/plus/walletPassGallery/serve.d.ts +0 -245
- package/lib/plus/walletPassGallery/utils.d.ts +0 -48
- package/lib/pro/Login2.0/locales.d.ts +0 -903
- package/lib/pro/Login2.0/shared/types.d.ts +0 -234
- package/lib/pro/comprehensiveSearch/components/searchSection/locales.d.ts +0 -23
- package/lib/pro/comprehensiveSearch/locales.d.ts +0 -23
- package/lib/pro/numberKeyboard/locales.d.ts +0 -18
- package/lib/pro/pisellPhoneKeyboard/locales.d.ts +0 -18
- package/lib/pro/priceKeyboard/components/cashKeyboard/locales.d.ts +0 -63
- package/lib/pro/priceKeyboard/components/discountKeyboard/locales.d.ts +0 -68
- package/lib/pro/priceKeyboard/components/paymentKeyboard/locales.d.ts +0 -73
- package/lib/pro/skuDetailModal/locales.d.ts +0 -78
- package/lib/pro/skuDetailModal/types.d.ts +0 -352
|
@@ -1,413 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'auth.method.email.title': string;
|
|
4
|
-
'auth.method.email.description': string;
|
|
5
|
-
'auth.method.phone.title': string;
|
|
6
|
-
'auth.method.phone.description': string;
|
|
7
|
-
'auth.method.facebook.title': string;
|
|
8
|
-
'auth.method.facebook.description': string;
|
|
9
|
-
'auth.method.apple.title': string;
|
|
10
|
-
'auth.method.apple.description': string;
|
|
11
|
-
'auth.method.guest.title': string;
|
|
12
|
-
'auth.method.guest.description': string;
|
|
13
|
-
'auth.login.method.password.title': string;
|
|
14
|
-
'auth.login.method.password.email.description': string;
|
|
15
|
-
'auth.login.method.password.phone.description': string;
|
|
16
|
-
'auth.login.method.magic-link.title': string;
|
|
17
|
-
'auth.login.method.magic-link.description': string;
|
|
18
|
-
'auth.login.method.verification-code.title': string;
|
|
19
|
-
'auth.login.method.verification-code.description': string;
|
|
20
|
-
'auth.login.method.sms.title': string;
|
|
21
|
-
'auth.login.method.sms.description': string;
|
|
22
|
-
'auth.email.settings': string;
|
|
23
|
-
'auth.phone.settings': string;
|
|
24
|
-
'auth.email.registration.title': string;
|
|
25
|
-
'auth.email.registration.enable': string;
|
|
26
|
-
'auth.email.registration.enable.description': string;
|
|
27
|
-
'auth.email.verification.title': string;
|
|
28
|
-
'auth.email.verification.description': string;
|
|
29
|
-
'auth.email.verification.link': string;
|
|
30
|
-
'auth.email.verification.link.description': string;
|
|
31
|
-
'auth.email.verification.code': string;
|
|
32
|
-
'auth.email.verification.code.description': string;
|
|
33
|
-
'auth.email.verification.note': string;
|
|
34
|
-
'auth.email.verification.note.description': string;
|
|
35
|
-
'auth.email.login.title': string;
|
|
36
|
-
'auth.email.login.description': string;
|
|
37
|
-
'auth.email.login.password': string;
|
|
38
|
-
'auth.email.login.password.description': string;
|
|
39
|
-
'auth.email.login.magic-link': string;
|
|
40
|
-
'auth.email.login.magic-link.description': string;
|
|
41
|
-
'auth.email.login.verification-code': string;
|
|
42
|
-
'auth.email.login.verification-code.description': string;
|
|
43
|
-
'auth.phone.registration.title': string;
|
|
44
|
-
'auth.phone.registration.enable': string;
|
|
45
|
-
'auth.phone.registration.enable.description': string;
|
|
46
|
-
'auth.phone.verification.title': string;
|
|
47
|
-
'auth.phone.verification.description': string;
|
|
48
|
-
'auth.phone.verification.sms': string;
|
|
49
|
-
'auth.phone.verification.sms.description': string;
|
|
50
|
-
'auth.phone.login.title': string;
|
|
51
|
-
'auth.phone.login.description': string;
|
|
52
|
-
'auth.phone.login.password': string;
|
|
53
|
-
'auth.phone.login.password.description': string;
|
|
54
|
-
'auth.phone.login.sms': string;
|
|
55
|
-
'auth.phone.login.sms.description': string;
|
|
56
|
-
'auth.password.settings': string;
|
|
57
|
-
'auth.password.rules.title': string;
|
|
58
|
-
'auth.password.rules.description': string;
|
|
59
|
-
'auth.password.requirements.title': string;
|
|
60
|
-
'auth.password.requirements.description': string;
|
|
61
|
-
'auth.password.min.length': string;
|
|
62
|
-
'auth.password.min.length.description': string;
|
|
63
|
-
'auth.password.requirements': string;
|
|
64
|
-
'auth.password.requirements.character': string;
|
|
65
|
-
'auth.password.require.uppercase': string;
|
|
66
|
-
'auth.password.require.uppercase.description': string;
|
|
67
|
-
'auth.password.require.lowercase': string;
|
|
68
|
-
'auth.password.require.lowercase.description': string;
|
|
69
|
-
'auth.password.require.numbers': string;
|
|
70
|
-
'auth.password.require.numbers.description': string;
|
|
71
|
-
'auth.password.require.special': string;
|
|
72
|
-
'auth.password.require.special.description': string;
|
|
73
|
-
'auth.button.cancel': string;
|
|
74
|
-
'auth.button.save': string;
|
|
75
|
-
'auth.button.settings': string;
|
|
76
|
-
'auth.category.general': string;
|
|
77
|
-
'auth.category.password-free': string;
|
|
78
|
-
'auth.category.auth-free': string;
|
|
79
|
-
'auth.category.oauth': string;
|
|
80
|
-
'auth.oauth.config.message': string;
|
|
81
|
-
'auth.oauth.config.link': string;
|
|
82
|
-
'auth.settings.no.additional': string;
|
|
83
|
-
};
|
|
84
|
-
'zh-CN': {
|
|
85
|
-
'auth.method.email.title': string;
|
|
86
|
-
'auth.method.email.description': string;
|
|
87
|
-
'auth.method.phone.title': string;
|
|
88
|
-
'auth.method.phone.description': string;
|
|
89
|
-
'auth.method.facebook.title': string;
|
|
90
|
-
'auth.method.facebook.description': string;
|
|
91
|
-
'auth.method.apple.title': string;
|
|
92
|
-
'auth.method.apple.description': string;
|
|
93
|
-
'auth.method.guest.title': string;
|
|
94
|
-
'auth.method.guest.description': string;
|
|
95
|
-
'auth.login.method.password.title': string;
|
|
96
|
-
'auth.login.method.password.email.description': string;
|
|
97
|
-
'auth.login.method.password.phone.description': string;
|
|
98
|
-
'auth.login.method.magic-link.title': string;
|
|
99
|
-
'auth.login.method.magic-link.description': string;
|
|
100
|
-
'auth.login.method.verification-code.title': string;
|
|
101
|
-
'auth.login.method.verification-code.description': string;
|
|
102
|
-
'auth.login.method.sms.title': string;
|
|
103
|
-
'auth.login.method.sms.description': string;
|
|
104
|
-
'auth.email.settings': string;
|
|
105
|
-
'auth.phone.settings': string;
|
|
106
|
-
'auth.email.registration.title': string;
|
|
107
|
-
'auth.email.registration.enable': string;
|
|
108
|
-
'auth.email.registration.enable.description': string;
|
|
109
|
-
'auth.email.verification.title': string;
|
|
110
|
-
'auth.email.verification.description': string;
|
|
111
|
-
'auth.email.verification.link': string;
|
|
112
|
-
'auth.email.verification.link.description': string;
|
|
113
|
-
'auth.email.verification.code': string;
|
|
114
|
-
'auth.email.verification.code.description': string;
|
|
115
|
-
'auth.email.verification.note': string;
|
|
116
|
-
'auth.email.verification.note.description': string;
|
|
117
|
-
'auth.email.login.title': string;
|
|
118
|
-
'auth.email.login.description': string;
|
|
119
|
-
'auth.email.login.password': string;
|
|
120
|
-
'auth.email.login.password.description': string;
|
|
121
|
-
'auth.email.login.magic-link': string;
|
|
122
|
-
'auth.email.login.magic-link.description': string;
|
|
123
|
-
'auth.email.login.verification-code': string;
|
|
124
|
-
'auth.email.login.verification-code.description': string;
|
|
125
|
-
'auth.phone.registration.title': string;
|
|
126
|
-
'auth.phone.registration.enable': string;
|
|
127
|
-
'auth.phone.registration.enable.description': string;
|
|
128
|
-
'auth.phone.verification.title': string;
|
|
129
|
-
'auth.phone.verification.description': string;
|
|
130
|
-
'auth.phone.verification.sms': string;
|
|
131
|
-
'auth.phone.verification.sms.description': string;
|
|
132
|
-
'auth.phone.login.title': string;
|
|
133
|
-
'auth.phone.login.description': string;
|
|
134
|
-
'auth.phone.login.password': string;
|
|
135
|
-
'auth.phone.login.password.description': string;
|
|
136
|
-
'auth.phone.login.sms': string;
|
|
137
|
-
'auth.phone.login.sms.description': string;
|
|
138
|
-
'auth.password.settings': string;
|
|
139
|
-
'auth.password.rules.title': string;
|
|
140
|
-
'auth.password.rules.description': string;
|
|
141
|
-
'auth.password.requirements.title': string;
|
|
142
|
-
'auth.password.requirements.description': string;
|
|
143
|
-
'auth.password.min.length': string;
|
|
144
|
-
'auth.password.min.length.description': string;
|
|
145
|
-
'auth.password.requirements': string;
|
|
146
|
-
'auth.password.requirements.character': string;
|
|
147
|
-
'auth.password.require.uppercase': string;
|
|
148
|
-
'auth.password.require.uppercase.description': string;
|
|
149
|
-
'auth.password.require.lowercase': string;
|
|
150
|
-
'auth.password.require.lowercase.description': string;
|
|
151
|
-
'auth.password.require.numbers': string;
|
|
152
|
-
'auth.password.require.numbers.description': string;
|
|
153
|
-
'auth.password.require.special': string;
|
|
154
|
-
'auth.password.require.special.description': string;
|
|
155
|
-
'auth.button.cancel': string;
|
|
156
|
-
'auth.button.save': string;
|
|
157
|
-
'auth.button.settings': string;
|
|
158
|
-
'auth.category.general': string;
|
|
159
|
-
'auth.category.password-free': string;
|
|
160
|
-
'auth.category.auth-free': string;
|
|
161
|
-
'auth.category.oauth': string;
|
|
162
|
-
'auth.oauth.config.message': string;
|
|
163
|
-
'auth.oauth.config.link': string;
|
|
164
|
-
'auth.settings.no.additional': string;
|
|
165
|
-
};
|
|
166
|
-
'zh-HK': {
|
|
167
|
-
'auth.method.email.title': string;
|
|
168
|
-
'auth.method.email.description': string;
|
|
169
|
-
'auth.method.phone.title': string;
|
|
170
|
-
'auth.method.phone.description': string;
|
|
171
|
-
'auth.method.facebook.title': string;
|
|
172
|
-
'auth.method.facebook.description': string;
|
|
173
|
-
'auth.method.apple.title': string;
|
|
174
|
-
'auth.method.apple.description': string;
|
|
175
|
-
'auth.method.guest.title': string;
|
|
176
|
-
'auth.method.guest.description': string;
|
|
177
|
-
'auth.login.method.password.title': string;
|
|
178
|
-
'auth.login.method.password.email.description': string;
|
|
179
|
-
'auth.login.method.password.phone.description': string;
|
|
180
|
-
'auth.login.method.magic-link.title': string;
|
|
181
|
-
'auth.login.method.magic-link.description': string;
|
|
182
|
-
'auth.login.method.verification-code.title': string;
|
|
183
|
-
'auth.login.method.verification-code.description': string;
|
|
184
|
-
'auth.login.method.sms.title': string;
|
|
185
|
-
'auth.login.method.sms.description': string;
|
|
186
|
-
'auth.email.settings': string;
|
|
187
|
-
'auth.phone.settings': string;
|
|
188
|
-
'auth.email.registration.title': string;
|
|
189
|
-
'auth.email.registration.enable': string;
|
|
190
|
-
'auth.email.registration.enable.description': string;
|
|
191
|
-
'auth.email.verification.title': string;
|
|
192
|
-
'auth.email.verification.description': string;
|
|
193
|
-
'auth.email.verification.link': string;
|
|
194
|
-
'auth.email.verification.link.description': string;
|
|
195
|
-
'auth.email.verification.code': string;
|
|
196
|
-
'auth.email.verification.code.description': string;
|
|
197
|
-
'auth.email.verification.note': string;
|
|
198
|
-
'auth.email.verification.note.description': string;
|
|
199
|
-
'auth.email.login.title': string;
|
|
200
|
-
'auth.email.login.description': string;
|
|
201
|
-
'auth.email.login.password': string;
|
|
202
|
-
'auth.email.login.password.description': string;
|
|
203
|
-
'auth.email.login.magic-link': string;
|
|
204
|
-
'auth.email.login.magic-link.description': string;
|
|
205
|
-
'auth.email.login.verification-code': string;
|
|
206
|
-
'auth.email.login.verification-code.description': string;
|
|
207
|
-
'auth.phone.registration.title': string;
|
|
208
|
-
'auth.phone.registration.enable': string;
|
|
209
|
-
'auth.phone.registration.enable.description': string;
|
|
210
|
-
'auth.phone.verification.title': string;
|
|
211
|
-
'auth.phone.verification.description': string;
|
|
212
|
-
'auth.phone.verification.sms': string;
|
|
213
|
-
'auth.phone.verification.sms.description': string;
|
|
214
|
-
'auth.phone.login.title': string;
|
|
215
|
-
'auth.phone.login.description': string;
|
|
216
|
-
'auth.phone.login.password': string;
|
|
217
|
-
'auth.phone.login.password.description': string;
|
|
218
|
-
'auth.phone.login.sms': string;
|
|
219
|
-
'auth.phone.login.sms.description': string;
|
|
220
|
-
'auth.password.settings': string;
|
|
221
|
-
'auth.password.rules.title': string;
|
|
222
|
-
'auth.password.rules.description': string;
|
|
223
|
-
'auth.password.requirements.title': string;
|
|
224
|
-
'auth.password.requirements.description': string;
|
|
225
|
-
'auth.password.min.length': string;
|
|
226
|
-
'auth.password.min.length.description': string;
|
|
227
|
-
'auth.password.requirements': string;
|
|
228
|
-
'auth.password.requirements.character': string;
|
|
229
|
-
'auth.password.require.uppercase': string;
|
|
230
|
-
'auth.password.require.uppercase.description': string;
|
|
231
|
-
'auth.password.require.lowercase': string;
|
|
232
|
-
'auth.password.require.lowercase.description': string;
|
|
233
|
-
'auth.password.require.numbers': string;
|
|
234
|
-
'auth.password.require.numbers.description': string;
|
|
235
|
-
'auth.password.require.special': string;
|
|
236
|
-
'auth.password.require.special.description': string;
|
|
237
|
-
'auth.button.cancel': string;
|
|
238
|
-
'auth.button.save': string;
|
|
239
|
-
'auth.button.settings': string;
|
|
240
|
-
'auth.category.general': string;
|
|
241
|
-
'auth.category.password-free': string;
|
|
242
|
-
'auth.category.auth-free': string;
|
|
243
|
-
'auth.category.oauth': string;
|
|
244
|
-
'auth.oauth.config.message': string;
|
|
245
|
-
'auth.oauth.config.link': string;
|
|
246
|
-
'auth.settings.no.additional': string;
|
|
247
|
-
};
|
|
248
|
-
ja: {
|
|
249
|
-
'auth.method.email.title': string;
|
|
250
|
-
'auth.method.email.description': string;
|
|
251
|
-
'auth.method.phone.title': string;
|
|
252
|
-
'auth.method.phone.description': string;
|
|
253
|
-
'auth.method.facebook.title': string;
|
|
254
|
-
'auth.method.facebook.description': string;
|
|
255
|
-
'auth.method.apple.title': string;
|
|
256
|
-
'auth.method.apple.description': string;
|
|
257
|
-
'auth.method.guest.title': string;
|
|
258
|
-
'auth.method.guest.description': string;
|
|
259
|
-
'auth.login.method.password.title': string;
|
|
260
|
-
'auth.login.method.password.email.description': string;
|
|
261
|
-
'auth.login.method.password.phone.description': string;
|
|
262
|
-
'auth.login.method.magic-link.title': string;
|
|
263
|
-
'auth.login.method.magic-link.description': string;
|
|
264
|
-
'auth.login.method.verification-code.title': string;
|
|
265
|
-
'auth.login.method.verification-code.description': string;
|
|
266
|
-
'auth.login.method.sms.title': string;
|
|
267
|
-
'auth.login.method.sms.description': string;
|
|
268
|
-
'auth.email.settings': string;
|
|
269
|
-
'auth.phone.settings': string;
|
|
270
|
-
'auth.email.registration.title': string;
|
|
271
|
-
'auth.email.registration.enable': string;
|
|
272
|
-
'auth.email.registration.enable.description': string;
|
|
273
|
-
'auth.email.verification.title': string;
|
|
274
|
-
'auth.email.verification.description': string;
|
|
275
|
-
'auth.email.verification.link': string;
|
|
276
|
-
'auth.email.verification.link.description': string;
|
|
277
|
-
'auth.email.verification.code': string;
|
|
278
|
-
'auth.email.verification.code.description': string;
|
|
279
|
-
'auth.email.verification.note': string;
|
|
280
|
-
'auth.email.verification.note.description': string;
|
|
281
|
-
'auth.email.login.title': string;
|
|
282
|
-
'auth.email.login.description': string;
|
|
283
|
-
'auth.email.login.password': string;
|
|
284
|
-
'auth.email.login.password.description': string;
|
|
285
|
-
'auth.email.login.magic-link': string;
|
|
286
|
-
'auth.email.login.magic-link.description': string;
|
|
287
|
-
'auth.email.login.verification-code': string;
|
|
288
|
-
'auth.email.login.verification-code.description': string;
|
|
289
|
-
'auth.phone.registration.title': string;
|
|
290
|
-
'auth.phone.registration.enable': string;
|
|
291
|
-
'auth.phone.registration.enable.description': string;
|
|
292
|
-
'auth.phone.verification.title': string;
|
|
293
|
-
'auth.phone.verification.description': string;
|
|
294
|
-
'auth.phone.verification.sms': string;
|
|
295
|
-
'auth.phone.verification.sms.description': string;
|
|
296
|
-
'auth.phone.login.title': string;
|
|
297
|
-
'auth.phone.login.description': string;
|
|
298
|
-
'auth.phone.login.password': string;
|
|
299
|
-
'auth.phone.login.password.description': string;
|
|
300
|
-
'auth.phone.login.sms': string;
|
|
301
|
-
'auth.phone.login.sms.description': string;
|
|
302
|
-
'auth.password.settings': string;
|
|
303
|
-
'auth.password.rules.title': string;
|
|
304
|
-
'auth.password.rules.description': string;
|
|
305
|
-
'auth.password.requirements.title': string;
|
|
306
|
-
'auth.password.requirements.description': string;
|
|
307
|
-
'auth.password.min.length': string;
|
|
308
|
-
'auth.password.min.length.description': string;
|
|
309
|
-
'auth.password.requirements': string;
|
|
310
|
-
'auth.password.requirements.character': string;
|
|
311
|
-
'auth.password.require.uppercase': string;
|
|
312
|
-
'auth.password.require.uppercase.description': string;
|
|
313
|
-
'auth.password.require.lowercase': string;
|
|
314
|
-
'auth.password.require.lowercase.description': string;
|
|
315
|
-
'auth.password.require.numbers': string;
|
|
316
|
-
'auth.password.require.numbers.description': string;
|
|
317
|
-
'auth.password.require.special': string;
|
|
318
|
-
'auth.password.require.special.description': string;
|
|
319
|
-
'auth.button.cancel': string;
|
|
320
|
-
'auth.button.save': string;
|
|
321
|
-
'auth.button.settings': string;
|
|
322
|
-
'auth.category.general': string;
|
|
323
|
-
'auth.category.password-free': string;
|
|
324
|
-
'auth.category.auth-free': string;
|
|
325
|
-
'auth.category.oauth': string;
|
|
326
|
-
'auth.oauth.config.message': string;
|
|
327
|
-
'auth.oauth.config.link': string;
|
|
328
|
-
'auth.settings.no.additional': string;
|
|
329
|
-
};
|
|
330
|
-
pt: {
|
|
331
|
-
'auth.method.email.title': string;
|
|
332
|
-
'auth.method.email.description': string;
|
|
333
|
-
'auth.method.phone.title': string;
|
|
334
|
-
'auth.method.phone.description': string;
|
|
335
|
-
'auth.method.facebook.title': string;
|
|
336
|
-
'auth.method.facebook.description': string;
|
|
337
|
-
'auth.method.apple.title': string;
|
|
338
|
-
'auth.method.apple.description': string;
|
|
339
|
-
'auth.method.guest.title': string;
|
|
340
|
-
'auth.method.guest.description': string;
|
|
341
|
-
'auth.login.method.password.title': string;
|
|
342
|
-
'auth.login.method.password.email.description': string;
|
|
343
|
-
'auth.login.method.password.phone.description': string;
|
|
344
|
-
'auth.login.method.magic-link.title': string;
|
|
345
|
-
'auth.login.method.magic-link.description': string;
|
|
346
|
-
'auth.login.method.verification-code.title': string;
|
|
347
|
-
'auth.login.method.verification-code.description': string;
|
|
348
|
-
'auth.login.method.sms.title': string;
|
|
349
|
-
'auth.login.method.sms.description': string;
|
|
350
|
-
'auth.email.settings': string;
|
|
351
|
-
'auth.phone.settings': string;
|
|
352
|
-
'auth.email.registration.title': string;
|
|
353
|
-
'auth.email.registration.enable': string;
|
|
354
|
-
'auth.email.registration.enable.description': string;
|
|
355
|
-
'auth.email.verification.title': string;
|
|
356
|
-
'auth.email.verification.description': string;
|
|
357
|
-
'auth.email.verification.link': string;
|
|
358
|
-
'auth.email.verification.link.description': string;
|
|
359
|
-
'auth.email.verification.code': string;
|
|
360
|
-
'auth.email.verification.code.description': string;
|
|
361
|
-
'auth.email.verification.note': string;
|
|
362
|
-
'auth.email.verification.note.description': string;
|
|
363
|
-
'auth.email.login.title': string;
|
|
364
|
-
'auth.email.login.description': string;
|
|
365
|
-
'auth.email.login.password': string;
|
|
366
|
-
'auth.email.login.password.description': string;
|
|
367
|
-
'auth.email.login.magic-link': string;
|
|
368
|
-
'auth.email.login.magic-link.description': string;
|
|
369
|
-
'auth.email.login.verification-code': string;
|
|
370
|
-
'auth.email.login.verification-code.description': string;
|
|
371
|
-
'auth.phone.registration.title': string;
|
|
372
|
-
'auth.phone.registration.enable': string;
|
|
373
|
-
'auth.phone.registration.enable.description': string;
|
|
374
|
-
'auth.phone.verification.title': string;
|
|
375
|
-
'auth.phone.verification.description': string;
|
|
376
|
-
'auth.phone.verification.sms': string;
|
|
377
|
-
'auth.phone.verification.sms.description': string;
|
|
378
|
-
'auth.phone.login.title': string;
|
|
379
|
-
'auth.phone.login.description': string;
|
|
380
|
-
'auth.phone.login.password': string;
|
|
381
|
-
'auth.phone.login.password.description': string;
|
|
382
|
-
'auth.phone.login.sms': string;
|
|
383
|
-
'auth.phone.login.sms.description': string;
|
|
384
|
-
'auth.password.settings': string;
|
|
385
|
-
'auth.password.rules.title': string;
|
|
386
|
-
'auth.password.rules.description': string;
|
|
387
|
-
'auth.password.requirements.title': string;
|
|
388
|
-
'auth.password.requirements.description': string;
|
|
389
|
-
'auth.password.min.length': string;
|
|
390
|
-
'auth.password.min.length.description': string;
|
|
391
|
-
'auth.password.requirements': string;
|
|
392
|
-
'auth.password.requirements.character': string;
|
|
393
|
-
'auth.password.require.uppercase': string;
|
|
394
|
-
'auth.password.require.uppercase.description': string;
|
|
395
|
-
'auth.password.require.lowercase': string;
|
|
396
|
-
'auth.password.require.lowercase.description': string;
|
|
397
|
-
'auth.password.require.numbers': string;
|
|
398
|
-
'auth.password.require.numbers.description': string;
|
|
399
|
-
'auth.password.require.special': string;
|
|
400
|
-
'auth.password.require.special.description': string;
|
|
401
|
-
'auth.button.cancel': string;
|
|
402
|
-
'auth.button.save': string;
|
|
403
|
-
'auth.button.settings': string;
|
|
404
|
-
'auth.category.general': string;
|
|
405
|
-
'auth.category.password-free': string;
|
|
406
|
-
'auth.category.auth-free': string;
|
|
407
|
-
'auth.category.oauth': string;
|
|
408
|
-
'auth.oauth.config.message': string;
|
|
409
|
-
'auth.oauth.config.link': string;
|
|
410
|
-
'auth.settings.no.additional': string;
|
|
411
|
-
};
|
|
412
|
-
};
|
|
413
|
-
export default _default;
|
package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AuthenticationMethodsProps } from './types';
|
|
3
|
-
import './AuthenticationMethods.less';
|
|
4
|
-
declare const AuthenticationMethods: React.FC<AuthenticationMethodsProps>;
|
|
5
|
-
export default AuthenticationMethods;
|
|
6
|
-
export type { AuthenticationMethodsProps, AuthenticationMethodsValue, GlobalAuthMethod } from './types';
|
package/lib/components/authentication/admin/ChannelAuthSetting/AuthenticationMethods/locales.d.ts
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
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/types.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
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
|
-
}
|