@keycloakify/angular 0.0.1-rc.18 → 0.0.1-rc.19
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/account/containers/template/template.component.d.ts +18 -5
- package/account/pages/account/account.component.d.ts +3 -2
- package/account/pages/applications/applications.component.d.ts +3 -2
- package/account/pages/federatedIdentity/federatedIdentity.component.d.ts +3 -2
- package/account/pages/log/log.component.d.ts +3 -2
- package/account/pages/password/password.component.d.ts +3 -2
- package/account/pages/sessions/sessions.component.d.ts +3 -2
- package/account/pages/totp/totp.component.d.ts +3 -2
- package/esm2022/account/containers/template/template.component.mjs +40 -7
- package/esm2022/account/pages/account/account.component.mjs +6 -5
- package/esm2022/account/pages/applications/applications.component.mjs +6 -5
- package/esm2022/account/pages/federatedIdentity/federatedIdentity.component.mjs +6 -5
- package/esm2022/account/pages/log/log.component.mjs +6 -5
- package/esm2022/account/pages/password/password.component.mjs +6 -5
- package/esm2022/account/pages/sessions/sessions.component.mjs +6 -5
- package/esm2022/account/pages/totp/totp.component.mjs +6 -5
- package/esm2022/login/containers/template/template.component.mjs +81 -13
- package/esm2022/login/pages/code/code.component.mjs +14 -8
- package/esm2022/login/pages/delete-account-confirm/delete-account-confirm.component.mjs +12 -6
- package/esm2022/login/pages/delete-credential/delete-credential.component.mjs +10 -9
- package/esm2022/login/pages/error/error.component.mjs +14 -8
- package/esm2022/login/pages/frontchannel-logout/frontchannel-logout.component.mjs +12 -10
- package/esm2022/login/pages/idp-review-user-profile/idp-review-user-profile.component.mjs +12 -11
- package/esm2022/login/pages/info/info.component.mjs +11 -10
- package/esm2022/login/pages/login/login.component.mjs +13 -12
- package/esm2022/login/pages/login-config-totp/login-config-totp.component.mjs +12 -11
- package/esm2022/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.mjs +11 -14
- package/esm2022/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.mjs +11 -14
- package/esm2022/login/pages/login-idp-link-email/login-idp-link-email.component.mjs +10 -13
- package/esm2022/login/pages/login-oauth-grant/login-oauth-grant.component.mjs +11 -13
- package/esm2022/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.mjs +10 -9
- package/esm2022/login/pages/login-otp/login-otp.component.mjs +11 -10
- package/esm2022/login/pages/login-page-expired/login-page-expired.component.mjs +10 -9
- package/esm2022/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.mjs +11 -6
- package/esm2022/login/pages/login-password/login-password.component.mjs +13 -11
- package/esm2022/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.mjs +12 -11
- package/esm2022/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.mjs +12 -11
- package/esm2022/login/pages/login-reset-otp/login-reset-otp.component.mjs +11 -10
- package/esm2022/login/pages/login-reset-password/login-reset-password.component.mjs +11 -10
- package/esm2022/login/pages/login-update-password/login-update-password.component.mjs +11 -10
- package/esm2022/login/pages/login-update-profile/login-update-profile.component.mjs +11 -10
- package/esm2022/login/pages/login-username/login-username.component.mjs +12 -11
- package/esm2022/login/pages/login-verify-email/login-verify-email.component.mjs +10 -9
- package/esm2022/login/pages/login-x509-info/login-x509-info.component.mjs +10 -9
- package/esm2022/login/pages/logout-confirm/logout-confirm.component.mjs +10 -13
- package/esm2022/login/pages/register/register.component.mjs +14 -13
- package/esm2022/login/pages/saml-post-form/saml-post-form.component.mjs +14 -15
- package/esm2022/login/pages/select-authenticator/select-authenticator.component.mjs +11 -10
- package/esm2022/login/pages/terms/terms.component.mjs +10 -9
- package/esm2022/login/pages/update-email/update-email.component.mjs +12 -15
- package/esm2022/login/pages/webauthn-authenticate/webauthn-authenticate.component.mjs +10 -9
- package/esm2022/login/pages/webauthn-error/webauthn-error.component.mjs +11 -10
- package/esm2022/login/pages/webauthn-register/webauthn-register.component.mjs +10 -9
- package/fesm2022/keycloakify-angular-account-containers-template.mjs +40 -7
- package/fesm2022/keycloakify-angular-account-containers-template.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-account.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-account.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-applications.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-applications.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-federatedIdentity.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-federatedIdentity.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-log.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-log.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-password.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-password.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-sessions.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-sessions.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-account-pages-totp.mjs +5 -4
- package/fesm2022/keycloakify-angular-account-pages-totp.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-containers-template.mjs +81 -13
- package/fesm2022/keycloakify-angular-login-containers-template.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-code.mjs +13 -7
- package/fesm2022/keycloakify-angular-login-pages-code.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-delete-account-confirm.mjs +11 -5
- package/fesm2022/keycloakify-angular-login-pages-delete-account-confirm.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-delete-credential.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-delete-credential.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-error.mjs +13 -7
- package/fesm2022/keycloakify-angular-login-pages-error.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-frontchannel-logout.mjs +11 -9
- package/fesm2022/keycloakify-angular-login-pages-frontchannel-logout.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-idp-review-user-profile.mjs +11 -10
- package/fesm2022/keycloakify-angular-login-pages-idp-review-user-profile.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-info.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-info.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-config-totp.mjs +11 -10
- package/fesm2022/keycloakify-angular-login-pages-login-config-totp.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-confirm-override.mjs +10 -13
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-confirm-override.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-confirm.mjs +10 -13
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-confirm.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-email.mjs +9 -12
- package/fesm2022/keycloakify-angular-login-pages-login-idp-link-email.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-oauth-grant.mjs +10 -12
- package/fesm2022/keycloakify-angular-login-pages-login-oauth-grant.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-oauth2-device-verify-user-code.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-login-oauth2-device-verify-user-code.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-otp.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-login-otp.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-page-expired.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-login-page-expired.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-passkeys-conditional-authenticate.mjs +10 -5
- package/fesm2022/keycloakify-angular-login-pages-login-passkeys-conditional-authenticate.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-password.mjs +12 -10
- package/fesm2022/keycloakify-angular-login-pages-login-password.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-recovery-authn-code-config.mjs +11 -10
- package/fesm2022/keycloakify-angular-login-pages-login-recovery-authn-code-config.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-recovery-authn-code-input.mjs +11 -10
- package/fesm2022/keycloakify-angular-login-pages-login-recovery-authn-code-input.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-reset-otp.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-login-reset-otp.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-reset-password.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-login-reset-password.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-update-password.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-login-update-password.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-update-profile.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-login-update-profile.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-username.mjs +11 -10
- package/fesm2022/keycloakify-angular-login-pages-login-username.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-verify-email.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-login-verify-email.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login-x509-info.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-login-x509-info.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-login.mjs +12 -11
- package/fesm2022/keycloakify-angular-login-pages-login.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-logout-confirm.mjs +9 -12
- package/fesm2022/keycloakify-angular-login-pages-logout-confirm.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-register.mjs +13 -12
- package/fesm2022/keycloakify-angular-login-pages-register.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-saml-post-form.mjs +13 -14
- package/fesm2022/keycloakify-angular-login-pages-saml-post-form.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-select-authenticator.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-select-authenticator.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-terms.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-terms.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-update-email.mjs +11 -14
- package/fesm2022/keycloakify-angular-login-pages-update-email.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-webauthn-authenticate.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-webauthn-authenticate.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-webauthn-error.mjs +10 -9
- package/fesm2022/keycloakify-angular-login-pages-webauthn-error.mjs.map +1 -1
- package/fesm2022/keycloakify-angular-login-pages-webauthn-register.mjs +9 -8
- package/fesm2022/keycloakify-angular-login-pages-webauthn-register.mjs.map +1 -1
- package/login/containers/template/template.component.d.ts +25 -9
- package/login/pages/code/code.component.d.ts +12 -3
- package/login/pages/delete-account-confirm/delete-account-confirm.component.d.ts +11 -2
- package/login/pages/delete-credential/delete-credential.component.d.ts +9 -5
- package/login/pages/error/error.component.d.ts +11 -2
- package/login/pages/frontchannel-logout/frontchannel-logout.component.d.ts +9 -5
- package/login/pages/idp-review-user-profile/idp-review-user-profile.component.d.ts +10 -7
- package/login/pages/info/info.component.d.ts +9 -5
- package/login/pages/login/login.component.d.ts +10 -6
- package/login/pages/login-config-totp/login-config-totp.component.d.ts +9 -5
- package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.d.ts +8 -7
- package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.d.ts +8 -7
- package/login/pages/login-idp-link-email/login-idp-link-email.component.d.ts +8 -7
- package/login/pages/login-oauth-grant/login-oauth-grant.component.d.ts +8 -7
- package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.d.ts +9 -5
- package/login/pages/login-otp/login-otp.component.d.ts +9 -5
- package/login/pages/login-page-expired/login-page-expired.component.d.ts +9 -5
- package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.d.ts +11 -3
- package/login/pages/login-password/login-password.component.d.ts +10 -5
- package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.d.ts +9 -5
- package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.d.ts +9 -5
- package/login/pages/login-reset-otp/login-reset-otp.component.d.ts +9 -5
- package/login/pages/login-reset-password/login-reset-password.component.d.ts +9 -5
- package/login/pages/login-update-password/login-update-password.component.d.ts +9 -5
- package/login/pages/login-update-profile/login-update-profile.component.d.ts +9 -6
- package/login/pages/login-username/login-username.component.d.ts +10 -6
- package/login/pages/login-verify-email/login-verify-email.component.d.ts +9 -5
- package/login/pages/login-x509-info/login-x509-info.component.d.ts +9 -5
- package/login/pages/logout-confirm/logout-confirm.component.d.ts +8 -7
- package/login/pages/register/register.component.d.ts +11 -8
- package/login/pages/saml-post-form/saml-post-form.component.d.ts +10 -7
- package/login/pages/select-authenticator/select-authenticator.component.d.ts +9 -5
- package/login/pages/terms/terms.component.d.ts +9 -5
- package/login/pages/update-email/update-email.component.d.ts +9 -9
- package/login/pages/webauthn-authenticate/webauthn-authenticate.component.d.ts +10 -6
- package/login/pages/webauthn-error/webauthn-error.component.d.ts +9 -5
- package/login/pages/webauthn-register/webauthn-register.component.d.ts +10 -6
- package/package.json +8 -8
- package/src/account/containers/template/template.component.html +15 -10
- package/src/account/containers/template/template.component.ts +54 -7
- package/src/account/pages/account/account.component.html +139 -143
- package/src/account/pages/account/account.component.ts +4 -3
- package/src/account/pages/applications/applications.component.html +128 -136
- package/src/account/pages/applications/applications.component.ts +4 -3
- package/src/account/pages/federatedIdentity/federatedIdentity.component.html +84 -88
- package/src/account/pages/federatedIdentity/federatedIdentity.component.ts +4 -3
- package/src/account/pages/log/log.component.html +35 -39
- package/src/account/pages/log/log.component.ts +4 -3
- package/src/account/pages/password/password.component.html +109 -113
- package/src/account/pages/password/password.component.ts +5 -3
- package/src/account/pages/sessions/sessions.component.html +52 -56
- package/src/account/pages/sessions/sessions.component.ts +4 -3
- package/src/account/pages/totp/totp.component.html +234 -238
- package/src/account/pages/totp/totp.component.ts +4 -3
- package/src/login/containers/template/template.component.html +22 -8
- package/src/login/containers/template/template.component.ts +100 -12
- package/src/login/pages/code/code.component.html +19 -23
- package/src/login/pages/code/code.component.ts +18 -6
- package/src/login/pages/delete-account-confirm/delete-account-confirm.component.html +41 -45
- package/src/login/pages/delete-account-confirm/delete-account-confirm.component.ts +16 -4
- package/src/login/pages/delete-credential/delete-credential.component.html +29 -31
- package/src/login/pages/delete-credential/delete-credential.component.ts +16 -9
- package/src/login/pages/error/error.component.html +20 -22
- package/src/login/pages/error/error.component.ts +17 -5
- package/src/login/pages/frontchannel-logout/frontchannel-logout.component.html +25 -34
- package/src/login/pages/frontchannel-logout/frontchannel-logout.component.ts +17 -9
- package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.html +29 -38
- package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.ts +18 -12
- package/src/login/pages/info/info.component.html +39 -48
- package/src/login/pages/info/info.component.ts +17 -10
- package/src/login/pages/login/login.component.html +184 -194
- package/src/login/pages/login/login.component.ts +20 -12
- package/src/login/pages/login-config-totp/login-config-totp.component.html +181 -190
- package/src/login/pages/login-config-totp/login-config-totp.component.ts +16 -10
- package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.html +27 -37
- package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.ts +15 -14
- package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.html +26 -36
- package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.ts +15 -14
- package/src/login/pages/login-idp-link-email/login-idp-link-email.component.html +24 -34
- package/src/login/pages/login-idp-link-email/login-idp-link-email.component.ts +15 -14
- package/src/login/pages/login-oauth-grant/login-oauth-grant.component.html +75 -84
- package/src/login/pages/login-oauth-grant/login-oauth-grant.component.ts +15 -14
- package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.html +49 -58
- package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.ts +15 -9
- package/src/login/pages/login-otp/login-otp.component.html +89 -98
- package/src/login/pages/login-otp/login-otp.component.ts +16 -9
- package/src/login/pages/login-page-expired/login-page-expired.component.html +26 -33
- package/src/login/pages/login-page-expired/login-page-expired.component.ts +15 -9
- package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.html +181 -188
- package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.ts +15 -5
- package/src/login/pages/login-password/login-password.component.html +73 -80
- package/src/login/pages/login-password/login-password.component.ts +17 -9
- package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.html +136 -145
- package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.ts +17 -9
- package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.html +60 -68
- package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.ts +16 -9
- package/src/login/pages/login-reset-otp/login-reset-otp.component.html +53 -60
- package/src/login/pages/login-reset-otp/login-reset-otp.component.ts +15 -8
- package/src/login/pages/login-reset-password/login-reset-password.component.html +77 -86
- package/src/login/pages/login-reset-password/login-reset-password.component.ts +16 -9
- package/src/login/pages/login-update-password/login-update-password.component.html +98 -108
- package/src/login/pages/login-update-password/login-update-password.component.ts +15 -8
- package/src/login/pages/login-update-profile/login-update-profile.component.html +44 -53
- package/src/login/pages/login-update-profile/login-update-profile.component.ts +17 -10
- package/src/login/pages/login-username/login-username.component.html +138 -148
- package/src/login/pages/login-username/login-username.component.ts +16 -9
- package/src/login/pages/login-verify-email/login-verify-email.component.html +17 -25
- package/src/login/pages/login-verify-email/login-verify-email.component.ts +15 -9
- package/src/login/pages/login-x509-info/login-x509-info.component.html +85 -94
- package/src/login/pages/login-x509-info/login-x509-info.component.ts +15 -9
- package/src/login/pages/logout-confirm/logout-confirm.component.html +39 -49
- package/src/login/pages/logout-confirm/logout-confirm.component.ts +15 -14
- package/src/login/pages/register/register.component.html +100 -110
- package/src/login/pages/register/register.component.ts +19 -12
- package/src/login/pages/saml-post-form/saml-post-form.component.html +39 -48
- package/src/login/pages/saml-post-form/saml-post-form.component.ts +19 -13
- package/src/login/pages/select-authenticator/select-authenticator.component.html +36 -44
- package/src/login/pages/select-authenticator/select-authenticator.component.ts +16 -9
- package/src/login/pages/terms/terms.component.html +25 -34
- package/src/login/pages/terms/terms.component.ts +16 -9
- package/src/login/pages/update-email/update-email.component.html +44 -53
- package/src/login/pages/update-email/update-email.component.ts +16 -15
- package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.html +134 -144
- package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.ts +16 -9
- package/src/login/pages/webauthn-error/webauthn-error.component.html +45 -55
- package/src/login/pages/webauthn-error/webauthn-error.component.ts +16 -9
- package/src/login/pages/webauthn-register/webauthn-register.component.html +65 -75
- package/src/login/pages/webauthn-register/webauthn-register.component.ts +16 -9
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LoginResetPasswordComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.LoginResetPassword;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginResetPasswordComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginResetPasswordComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginResetPasswordComponent, "kc-login-reset-password", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LoginUpdatePasswordComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.LoginUpdatePassword;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginUpdatePasswordComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUpdatePasswordComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUpdatePasswordComponent, "kc-login-update-password", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
1
|
+
import { TemplateRef, Type } from '@angular/core';
|
|
2
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
3
3
|
import { UserProfileFormFieldsComponent } from '@keycloakify/angular/login/components/user-profile-form-fields';
|
|
4
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
4
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
6
5
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
6
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class LoginUpdateProfileComponent extends ComponentReference {
|
|
9
9
|
#private;
|
|
@@ -11,14 +11,17 @@ export declare class LoginUpdateProfileComponent extends ComponentReference {
|
|
|
11
11
|
i18n: I18n;
|
|
12
12
|
doUseDefaultCss: boolean;
|
|
13
13
|
classes: Partial<Record<ClassKey, string>>;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
documentTitle: string | undefined;
|
|
15
|
+
bodyClassName: string | undefined;
|
|
16
|
+
displayRequiredFields: boolean;
|
|
17
17
|
displayInfo: boolean;
|
|
18
18
|
displayMessage: boolean;
|
|
19
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
21
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
22
|
isFormSubmittable: import("@angular/core").WritableSignal<boolean>;
|
|
20
23
|
userProfileFormFields: import("@angular/core").InputSignal<Type<UserProfileFormFieldsComponent> | undefined>;
|
|
21
24
|
constructor();
|
|
22
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginUpdateProfileComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUpdateProfileComponent, "kc-
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUpdateProfileComponent, "kc-login-update-profile", never, { "userProfileFormFields": { "alias": "userProfileFormFields"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
27
|
}
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LoginUsernameComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.LoginUsername;
|
|
8
|
-
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
-
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
11
9
|
i18n: I18n;
|
|
12
10
|
doUseDefaultCss: boolean;
|
|
13
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
14
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
15
15
|
displayInfo: boolean;
|
|
16
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
isLoginButtonDisabled: import("@angular/core").WritableSignal<boolean>;
|
|
17
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginUsernameComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUsernameComponent, "kc-
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginUsernameComponent, "kc-login-username", never, {}, {}, never, never, true, never>;
|
|
19
23
|
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LoginVerifyEmailComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.LoginVerifyEmail;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginVerifyEmailComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginVerifyEmailComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginVerifyEmailComponent, "kc-login-verify-email", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class LoginX509InfoComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.LoginX509Info;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginX509InfoComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginX509InfoComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginX509InfoComponent, "kc-login-x509-info", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LogoutConfirmComponent extends ComponentReference {
|
|
7
7
|
kcContext: KcContext.LogoutConfirm;
|
|
8
8
|
i18n: I18n;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
displayRequiredFields:
|
|
12
|
-
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
13
|
-
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
documentTitle: string | undefined;
|
|
10
|
+
bodyClassName: string | undefined;
|
|
11
|
+
displayRequiredFields: boolean;
|
|
14
12
|
displayInfo: boolean;
|
|
15
13
|
displayMessage: boolean;
|
|
14
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
15
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutConfirmComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutConfirmComponent, "kc-
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutConfirmComponent, "kc-logout-confirm", never, {}, {}, never, never, true, never>;
|
|
18
19
|
}
|
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
1
|
+
import { TemplateRef, Type } from '@angular/core';
|
|
2
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
3
3
|
import { UserProfileFormFieldsComponent } from '@keycloakify/angular/login/components/user-profile-form-fields';
|
|
4
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
4
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
6
5
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
6
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class RegisterComponent extends ComponentReference {
|
|
9
9
|
#private;
|
|
10
10
|
kcContext: KcContext.Register;
|
|
11
|
-
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
13
|
-
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
14
11
|
i18n: I18n;
|
|
15
12
|
doUseDefaultCss: boolean;
|
|
16
13
|
classes: Partial<Record<ClassKey, string>>;
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
documentTitle: string | undefined;
|
|
15
|
+
bodyClassName: string | undefined;
|
|
16
|
+
displayRequiredFields: boolean;
|
|
19
17
|
displayInfo: boolean;
|
|
20
18
|
displayMessage: boolean;
|
|
19
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
21
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
22
|
+
isFormSubmittable: import("@angular/core").WritableSignal<boolean>;
|
|
23
|
+
areTermsAccepted: import("@angular/core").WritableSignal<boolean>;
|
|
21
24
|
userProfileFormFields: import("@angular/core").InputSignal<Type<UserProfileFormFieldsComponent> | undefined>;
|
|
22
25
|
constructor();
|
|
23
26
|
onCallback(): void;
|
|
24
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<RegisterComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RegisterComponent, "kc-
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RegisterComponent, "kc-register", never, { "userProfileFormFields": { "alias": "userProfileFormFields"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
26
29
|
}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
3
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
4
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
5
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SamlPostFormComponent extends ComponentReference implements AfterViewInit {
|
|
8
8
|
kcContext: KcContext.SamlPostForm;
|
|
9
9
|
i18n: I18n;
|
|
10
10
|
doUseDefaultCss: boolean;
|
|
11
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
15
15
|
displayInfo: boolean;
|
|
16
16
|
displayMessage: boolean;
|
|
17
|
-
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
htmlFormElement: import("@angular/core").Signal<HTMLFormElement | undefined>;
|
|
18
21
|
ngAfterViewInit(): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SamlPostFormComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SamlPostFormComponent, "kc-
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SamlPostFormComponent, "kc-saml-post-form", never, {}, {}, never, never, true, never>;
|
|
21
24
|
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class SelectAuthenticatorComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.SelectAuthenticator;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectAuthenticatorComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectAuthenticatorComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectAuthenticatorComponent, "kc-select-authenticator", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TermsComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.Terms;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TermsComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TermsComponent, "kc-
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TermsComponent, "kc-terms", never, {}, {}, never, never, true, never>;
|
|
18
22
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
1
|
+
import { TemplateRef, Type } from '@angular/core';
|
|
2
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
3
3
|
import { UserProfileFormFieldsComponent } from '@keycloakify/angular/login/components/user-profile-form-fields';
|
|
4
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
4
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
6
5
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -9,16 +8,17 @@ export declare class UpdateEmailComponent extends ComponentReference {
|
|
|
9
8
|
#private;
|
|
10
9
|
kcContext: KcContext.UpdateEmail;
|
|
11
10
|
i18n: I18n;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
displayRequiredFields:
|
|
15
|
-
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
16
|
-
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
documentTitle: string | undefined;
|
|
12
|
+
bodyClassName: string | undefined;
|
|
13
|
+
displayRequiredFields: boolean;
|
|
17
14
|
displayInfo: boolean;
|
|
18
15
|
displayMessage: boolean;
|
|
19
|
-
|
|
16
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
17
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
19
|
userProfileFormFields: import("@angular/core").InputSignal<Type<UserProfileFormFieldsComponent> | undefined>;
|
|
20
|
+
isFormSubmittable: import("@angular/core").WritableSignal<boolean>;
|
|
21
21
|
constructor();
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<UpdateEmailComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateEmailComponent, "kc-
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UpdateEmailComponent, "kc-update-email", never, { "userProfileFormFields": { "alias": "userProfileFormFields"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import { LoginResourceInjectorService } from '@keycloakify/angular/login/services/login-resource-injector';
|
|
3
|
-
import { type ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
4
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
5
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import { LoginResourceInjectorService } from '@keycloakify/angular/login/services/login-resource-injector';
|
|
6
|
+
import { type ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class WebauthnAuthenticateComponent extends ComponentReference {
|
|
8
9
|
kcContext: KcContext.WebauthnAuthenticate;
|
|
@@ -10,14 +11,17 @@ export declare class WebauthnAuthenticateComponent extends ComponentReference {
|
|
|
10
11
|
i18n: I18n;
|
|
11
12
|
doUseDefaultCss: boolean;
|
|
12
13
|
classes: Partial<Record<ClassKey, string>>;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
documentTitle: string | undefined;
|
|
15
|
+
bodyClassName: string | undefined;
|
|
16
|
+
displayRequiredFields: boolean;
|
|
16
17
|
displayInfo: boolean;
|
|
17
18
|
displayMessage: boolean;
|
|
19
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
21
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
22
|
authButtonId: string;
|
|
19
23
|
constructor();
|
|
20
24
|
selectAuthListItemIconClass(iconClass: string): string;
|
|
21
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<WebauthnAuthenticateComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnAuthenticateComponent, "kc-
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnAuthenticateComponent, "kc-webauthn-authenticate", never, {}, {}, never, never, true, never>;
|
|
23
27
|
}
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
3
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
4
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class WebauthnErrorComponent extends ComponentReference {
|
|
7
8
|
kcContext: KcContext.WebauthnError;
|
|
8
9
|
i18n: I18n;
|
|
9
10
|
doUseDefaultCss: boolean;
|
|
10
11
|
classes: Partial<Record<ClassKey, string>>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
documentTitle: string | undefined;
|
|
13
|
+
bodyClassName: string | undefined;
|
|
14
|
+
displayRequiredFields: boolean;
|
|
14
15
|
displayInfo: boolean;
|
|
15
16
|
displayMessage: boolean;
|
|
17
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
19
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
16
20
|
onClick(): void;
|
|
17
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<WebauthnErrorComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnErrorComponent, "kc-
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnErrorComponent, "kc-webauthn-error", never, {}, {}, never, never, true, never>;
|
|
19
23
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
1
2
|
import { ComponentReference } from '@keycloakify/angular/login/classes/component-reference';
|
|
2
|
-
import { LoginResourceInjectorService } from '@keycloakify/angular/login/services/login-resource-injector';
|
|
3
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
4
3
|
import type { I18n } from '@keycloakify/angular/login/i18n';
|
|
5
4
|
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
5
|
+
import { LoginResourceInjectorService } from '@keycloakify/angular/login/services/login-resource-injector';
|
|
6
|
+
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class WebauthnRegisterComponent extends ComponentReference {
|
|
8
9
|
kcContext: KcContext.WebauthnRegister;
|
|
@@ -10,13 +11,16 @@ export declare class WebauthnRegisterComponent extends ComponentReference {
|
|
|
10
11
|
i18n: I18n;
|
|
11
12
|
doUseDefaultCss: boolean;
|
|
12
13
|
classes: Partial<Record<ClassKey, string>>;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
documentTitle: string | undefined;
|
|
15
|
+
bodyClassName: string | undefined;
|
|
16
|
+
displayRequiredFields: boolean;
|
|
16
17
|
displayInfo: boolean;
|
|
17
18
|
displayMessage: boolean;
|
|
19
|
+
headerNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
20
|
+
infoNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
21
|
+
socialProvidersNode?: import("@angular/core").Signal<TemplateRef<HTMLElement> | undefined> | undefined;
|
|
18
22
|
authButtonId: string;
|
|
19
23
|
constructor();
|
|
20
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<WebauthnRegisterComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnRegisterComponent, "kc-
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WebauthnRegisterComponent, "kc-webauthn-register", never, {}, {}, never, never, true, never>;
|
|
22
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keycloakify/angular",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.19",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"keycloakify": "^11.2.4",
|
|
6
6
|
"@angular/core": "^18.0.0",
|
|
@@ -303,6 +303,12 @@
|
|
|
303
303
|
"esm": "./esm2022/login/directives/kc-class/keycloakify-angular-login-directives-kc-class.mjs",
|
|
304
304
|
"default": "./fesm2022/keycloakify-angular-login-directives-kc-class.mjs"
|
|
305
305
|
},
|
|
306
|
+
"./login/providers/keycloakify-angular": {
|
|
307
|
+
"types": "./login/providers/keycloakify-angular/index.d.ts",
|
|
308
|
+
"esm2022": "./esm2022/login/providers/keycloakify-angular/keycloakify-angular-login-providers-keycloakify-angular.mjs",
|
|
309
|
+
"esm": "./esm2022/login/providers/keycloakify-angular/keycloakify-angular-login-providers-keycloakify-angular.mjs",
|
|
310
|
+
"default": "./fesm2022/keycloakify-angular-login-providers-keycloakify-angular.mjs"
|
|
311
|
+
},
|
|
306
312
|
"./login/pages/code": {
|
|
307
313
|
"types": "./login/pages/code/index.d.ts",
|
|
308
314
|
"esm2022": "./esm2022/login/pages/code/keycloakify-angular-login-pages-code.mjs",
|
|
@@ -519,12 +525,6 @@
|
|
|
519
525
|
"esm": "./esm2022/login/pages/webauthn-register/keycloakify-angular-login-pages-webauthn-register.mjs",
|
|
520
526
|
"default": "./fesm2022/keycloakify-angular-login-pages-webauthn-register.mjs"
|
|
521
527
|
},
|
|
522
|
-
"./login/providers/keycloakify-angular": {
|
|
523
|
-
"types": "./login/providers/keycloakify-angular/index.d.ts",
|
|
524
|
-
"esm2022": "./esm2022/login/providers/keycloakify-angular/keycloakify-angular-login-providers-keycloakify-angular.mjs",
|
|
525
|
-
"esm": "./esm2022/login/providers/keycloakify-angular/keycloakify-angular-login-providers-keycloakify-angular.mjs",
|
|
526
|
-
"default": "./fesm2022/keycloakify-angular-login-providers-keycloakify-angular.mjs"
|
|
527
|
-
},
|
|
528
528
|
"./login/services/i18n": {
|
|
529
529
|
"types": "./login/services/i18n/index.d.ts",
|
|
530
530
|
"esm2022": "./esm2022/login/services/i18n/keycloakify-angular-login-services-i18n.mjs",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"default": "./fesm2022/keycloakify-angular-login-tokens-make-user-confirm-password.mjs"
|
|
575
575
|
}
|
|
576
576
|
},
|
|
577
|
-
"description": "Angular
|
|
577
|
+
"description": "Angular Components for Keycloakify!",
|
|
578
578
|
"keywords": [
|
|
579
579
|
"keycloak",
|
|
580
580
|
"angular",
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
@let realm = kcContext.realm;
|
|
6
6
|
@let message = kcContext.message;
|
|
7
7
|
@let referrer = kcContext.referrer;
|
|
8
|
-
@let activeLink = active();
|
|
9
8
|
@let isReadyToRender = isReadyToRender$ | async;
|
|
10
9
|
|
|
11
10
|
@if (isReadyToRender) {
|
|
@@ -67,35 +66,35 @@
|
|
|
67
66
|
<div class="container">
|
|
68
67
|
<div class="bs-sidebar col-sm-3">
|
|
69
68
|
<ul>
|
|
70
|
-
<li [ngClass]="{ active:
|
|
69
|
+
<li [ngClass]="{ active: active === 'account' }">
|
|
71
70
|
<a [href]="url.accountUrl">{{ i18n.msgStr('account') }}</a>
|
|
72
71
|
</li>
|
|
73
72
|
@if (features.passwordUpdateSupported) {
|
|
74
|
-
<li [ngClass]="{ active:
|
|
73
|
+
<li [ngClass]="{ active: active === 'password' }">
|
|
75
74
|
<a [href]="url.passwordUrl">{{ i18n.msgStr('password') }}</a>
|
|
76
75
|
</li>
|
|
77
76
|
}
|
|
78
|
-
<li [ngClass]="{ active:
|
|
77
|
+
<li [ngClass]="{ active: active === 'totp' }">
|
|
79
78
|
<a [href]="url.totpUrl">{{ i18n.msgStr('authenticator') }}</a>
|
|
80
79
|
</li>
|
|
81
80
|
@if (features.identityFederation) {
|
|
82
|
-
<li [ngClass]="{ active:
|
|
81
|
+
<li [ngClass]="{ active: active === 'social' }">
|
|
83
82
|
<a [href]="url.socialUrl">{{ i18n.msgStr('federatedIdentity') }}</a>
|
|
84
83
|
</li>
|
|
85
84
|
}
|
|
86
|
-
<li [ngClass]="{ active:
|
|
85
|
+
<li [ngClass]="{ active: active === 'sessions' }">
|
|
87
86
|
<a [href]="url.sessionsUrl">{{ i18n.msgStr('sessions') }}</a>
|
|
88
87
|
</li>
|
|
89
|
-
<li [ngClass]="{ active:
|
|
88
|
+
<li [ngClass]="{ active: active === 'applications' }">
|
|
90
89
|
<a [href]="url.applicationsUrl">{{ i18n.msgStr('applications') }}</a>
|
|
91
90
|
</li>
|
|
92
91
|
@if (features.log) {
|
|
93
|
-
<li [ngClass]="{ active:
|
|
92
|
+
<li [ngClass]="{ active: active === 'log' }">
|
|
94
93
|
<a [href]="url.logUrl">{{ i18n.msgStr('log') }}</a>
|
|
95
94
|
</li>
|
|
96
95
|
}
|
|
97
96
|
@if (realm.userManagedAccessAllowed && features.authorization) {
|
|
98
|
-
<li [ngClass]="{ active:
|
|
97
|
+
<li [ngClass]="{ active: active === 'authorization' }">
|
|
99
98
|
<a [href]="url.resourceUrl">{{ i18n.msgStr('myResources') }}</a>
|
|
100
99
|
</li>
|
|
101
100
|
}
|
|
@@ -119,7 +118,13 @@
|
|
|
119
118
|
></span>
|
|
120
119
|
</div>
|
|
121
120
|
}
|
|
122
|
-
|
|
121
|
+
@let pageRef = page();
|
|
122
|
+
@if (!!pageRef) {
|
|
123
|
+
<kc-dynamic-page-injector
|
|
124
|
+
[page]="pageRef"
|
|
125
|
+
(componentCreated)="onComponentCreated($event)"
|
|
126
|
+
/>
|
|
127
|
+
}
|
|
123
128
|
</div>
|
|
124
129
|
</div>
|
|
125
130
|
}
|