@keycloakify/angular 0.0.1-rc.0
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/LICENSE +21 -0
- package/README.md +1 -0
- package/lib/i18n.d.ts +4 -0
- package/lib/i18n.js +6 -0
- package/lib/i18n.js.map +1 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.js +2 -0
- package/lib/models/index.js.map +1 -0
- package/lib/models/script.model.d.ts +6 -0
- package/lib/models/script.model.js +2 -0
- package/lib/models/script.model.js.map +1 -0
- package/lib/providers/keycloakify-angular.providers.d.ts +150 -0
- package/lib/providers/keycloakify-angular.providers.js +58 -0
- package/lib/providers/keycloakify-angular.providers.js.map +1 -0
- package/lib/public-api.d.ts +10 -0
- package/lib/public-api.js +4 -0
- package/lib/public-api.js.map +1 -0
- package/lib/services/i18n.service.d.ts +3 -0
- package/lib/services/i18n.service.js +14 -0
- package/lib/services/i18n.service.js.map +1 -0
- package/lib/services/index.d.ts +2 -0
- package/lib/services/index.js +3 -0
- package/lib/services/index.js.map +1 -0
- package/lib/services/resource-injector.service.d.ts +7 -0
- package/lib/services/resource-injector.service.js +57 -0
- package/lib/services/resource-injector.service.js.map +1 -0
- package/login/DefaultPage.d.ts +260 -0
- package/login/DefaultPage.js +121 -0
- package/login/DefaultPage.js.map +1 -0
- package/login/KcContext.d.ts +1 -0
- package/login/KcContext.js +2 -0
- package/login/KcContext.js.map +1 -0
- package/login/classes/component-reference.class.d.ts +5 -0
- package/login/classes/component-reference.class.js +3 -0
- package/login/classes/component-reference.class.js.map +1 -0
- package/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.d.ts +13 -0
- package/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.html +24 -0
- package/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.js +123 -0
- package/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.js.map +1 -0
- package/login/components/field-errors/field-errors.component.d.ts +11 -0
- package/login/components/field-errors/field-errors.component.html +15 -0
- package/login/components/field-errors/field-errors.component.js +45 -0
- package/login/components/field-errors/field-errors.component.js.map +1 -0
- package/login/components/group-label/group-label.component.d.ts +10 -0
- package/login/components/group-label/group-label.component.html +30 -0
- package/login/components/group-label/group-label.component.js +55 -0
- package/login/components/group-label/group-label.component.js.map +1 -0
- package/login/components/index.d.ts +11 -0
- package/login/components/index.js +12 -0
- package/login/components/index.js.map +1 -0
- package/login/components/input-field-by-type/input-field-by-type.component.d.ts +13 -0
- package/login/components/input-field-by-type/input-field-by-type.component.html +63 -0
- package/login/components/input-field-by-type/input-field-by-type.component.js +63 -0
- package/login/components/input-field-by-type/input-field-by-type.component.js.map +1 -0
- package/login/components/input-tag/input-tag.component.d.ts +17 -0
- package/login/components/input-tag/input-tag.component.html +49 -0
- package/login/components/input-tag/input-tag.component.js +107 -0
- package/login/components/input-tag/input-tag.component.js.map +1 -0
- package/login/components/input-tag-selects/input-tag-selects.component.d.ts +23 -0
- package/login/components/input-tag-selects/input-tag-selects.component.html +29 -0
- package/login/components/input-tag-selects/input-tag-selects.component.js +132 -0
- package/login/components/input-tag-selects/input-tag-selects.component.js.map +1 -0
- package/login/components/logout-other-sessions/logout-other-sessions.component.d.ts +6 -0
- package/login/components/logout-other-sessions/logout-other-sessions.component.html +19 -0
- package/login/components/logout-other-sessions/logout-other-sessions.component.js +43 -0
- package/login/components/logout-other-sessions/logout-other-sessions.component.js.map +1 -0
- package/login/components/password-wrapper/password-wrapper.component.d.ts +12 -0
- package/login/components/password-wrapper/password-wrapper.component.html +15 -0
- package/login/components/password-wrapper/password-wrapper.component.js +57 -0
- package/login/components/password-wrapper/password-wrapper.component.js.map +1 -0
- package/login/components/select-tag/select-tag.component.d.ts +16 -0
- package/login/components/select-tag/select-tag.component.html +31 -0
- package/login/components/select-tag/select-tag.component.js +97 -0
- package/login/components/select-tag/select-tag.component.js.map +1 -0
- package/login/components/textarea-tag/textarea-tag.component.d.ts +14 -0
- package/login/components/textarea-tag/textarea-tag.component.html +18 -0
- package/login/components/textarea-tag/textarea-tag.component.js +63 -0
- package/login/components/textarea-tag/textarea-tag.component.js.map +1 -0
- package/login/components/user-profile-form-fields/user-profile-form-fields.component.d.ts +25 -0
- package/login/components/user-profile-form-fields/user-profile-form-fields.component.html +85 -0
- package/login/components/user-profile-form-fields/user-profile-form-fields.component.js +74 -0
- package/login/components/user-profile-form-fields/user-profile-form-fields.component.js.map +1 -0
- package/login/containers/template.component.d.ts +28 -0
- package/login/containers/template.component.html +203 -0
- package/login/containers/template.component.js +78 -0
- package/login/containers/template.component.js.map +1 -0
- package/login/directives/attributes.directive.d.ts +5 -0
- package/login/directives/attributes.directive.js +34 -0
- package/login/directives/attributes.directive.js.map +1 -0
- package/login/directives/index.d.ts +2 -0
- package/login/directives/index.js +3 -0
- package/login/directives/index.js.map +1 -0
- package/login/directives/kc-class.directive.d.ts +23 -0
- package/login/directives/kc-class.directive.js +146 -0
- package/login/directives/kc-class.directive.js.map +1 -0
- package/login/i18n.d.ts +4 -0
- package/login/i18n.js +2 -0
- package/login/i18n.js.map +1 -0
- package/login/pages/code/code.component.d.ts +8 -0
- package/login/pages/code/code.component.html +26 -0
- package/login/pages/code/code.component.js +38 -0
- package/login/pages/code/code.component.js.map +1 -0
- package/login/pages/delete-account-confirm/delete-account-confirm.component.d.ts +8 -0
- package/login/pages/delete-account-confirm/delete-account-confirm.component.html +46 -0
- package/login/pages/delete-account-confirm/delete-account-confirm.component.js +38 -0
- package/login/pages/delete-account-confirm/delete-account-confirm.component.js.map +1 -0
- package/login/pages/delete-credential/delete-credential.component.d.ts +13 -0
- package/login/pages/delete-credential/delete-credential.component.html +35 -0
- package/login/pages/delete-credential/delete-credential.component.js +43 -0
- package/login/pages/delete-credential/delete-credential.component.js.map +1 -0
- package/login/pages/error/error.component.d.ts +8 -0
- package/login/pages/error/error.component.html +25 -0
- package/login/pages/error/error.component.js +38 -0
- package/login/pages/error/error.component.js.map +1 -0
- package/login/pages/frontchannel-logout/frontchannel-logout.component.d.ts +14 -0
- package/login/pages/frontchannel-logout/frontchannel-logout.component.html +35 -0
- package/login/pages/frontchannel-logout/frontchannel-logout.component.js +47 -0
- package/login/pages/frontchannel-logout/frontchannel-logout.component.js.map +1 -0
- package/login/pages/idp-review-user-profile/idp-review-user-profile.component.d.ts +15 -0
- package/login/pages/idp-review-user-profile/idp-review-user-profile.component.html +41 -0
- package/login/pages/idp-review-user-profile/idp-review-user-profile.component.js +54 -0
- package/login/pages/idp-review-user-profile/idp-review-user-profile.component.js.map +1 -0
- package/login/pages/info/info.component.d.ts +20 -0
- package/login/pages/info/info.component.html +54 -0
- package/login/pages/info/info.component.js +61 -0
- package/login/pages/info/info.component.js.map +1 -0
- package/login/pages/login/login.component.d.ts +14 -0
- package/login/pages/login/login.component.html +212 -0
- package/login/pages/login/login.component.js +58 -0
- package/login/pages/login/login.component.js.map +1 -0
- package/login/pages/login-config-totp/login-config-totp.component.d.ts +13 -0
- package/login/pages/login-config-totp/login-config-totp.component.html +190 -0
- package/login/pages/login-config-totp/login-config-totp.component.js +53 -0
- package/login/pages/login-config-totp/login-config-totp.component.js.map +1 -0
- package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.d.ts +13 -0
- package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.html +41 -0
- package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.js +43 -0
- package/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.js.map +1 -0
- package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.d.ts +13 -0
- package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.html +40 -0
- package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.js +43 -0
- package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.js.map +1 -0
- package/login/pages/login-idp-link-email/login-idp-link-email.component.d.ts +13 -0
- package/login/pages/login-idp-link-email/login-idp-link-email.component.html +37 -0
- package/login/pages/login-idp-link-email/login-idp-link-email.component.js +43 -0
- package/login/pages/login-idp-link-email/login-idp-link-email.component.js.map +1 -0
- package/login/pages/login-oauth-grant/login-oauth-grant.component.d.ts +13 -0
- package/login/pages/login-oauth-grant/login-oauth-grant.component.html +92 -0
- package/login/pages/login-oauth-grant/login-oauth-grant.component.js +44 -0
- package/login/pages/login-oauth-grant/login-oauth-grant.component.js.map +1 -0
- package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.d.ts +13 -0
- package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.html +63 -0
- package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.js +43 -0
- package/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.js.map +1 -0
- package/login/pages/login-otp/login-otp.component.d.ts +13 -0
- package/login/pages/login-otp/login-otp.component.html +103 -0
- package/login/pages/login-otp/login-otp.component.js +44 -0
- package/login/pages/login-otp/login-otp.component.js.map +1 -0
- package/login/pages/login-page-expired/login-page-expired.component.d.ts +13 -0
- package/login/pages/login-page-expired/login-page-expired.component.html +35 -0
- package/login/pages/login-page-expired/login-page-expired.component.js +42 -0
- package/login/pages/login-page-expired/login-page-expired.component.js.map +1 -0
- package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.d.ts +16 -0
- package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.html +203 -0
- package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.js +91 -0
- package/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.js.map +1 -0
- package/login/pages/login-password/login-password.component.d.ts +14 -0
- package/login/pages/login-password/login-password.component.html +90 -0
- package/login/pages/login-password/login-password.component.js +52 -0
- package/login/pages/login-password/login-password.component.js.map +1 -0
- package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.d.ts +15 -0
- package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.html +155 -0
- package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.js +51 -0
- package/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.js.map +1 -0
- package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.d.ts +13 -0
- package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.html +76 -0
- package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.js +44 -0
- package/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.js.map +1 -0
- package/login/pages/login-reset-otp/login-reset-otp.component.d.ts +13 -0
- package/login/pages/login-reset-otp/login-reset-otp.component.html +65 -0
- package/login/pages/login-reset-otp/login-reset-otp.component.js +43 -0
- package/login/pages/login-reset-otp/login-reset-otp.component.js.map +1 -0
- package/login/pages/login-reset-password/login-reset-password.component.d.ts +13 -0
- package/login/pages/login-reset-password/login-reset-password.component.html +95 -0
- package/login/pages/login-reset-password/login-reset-password.component.js +44 -0
- package/login/pages/login-reset-password/login-reset-password.component.js.map +1 -0
- package/login/pages/login-update-password/login-update-password.component.d.ts +13 -0
- package/login/pages/login-update-password/login-update-password.component.html +116 -0
- package/login/pages/login-update-password/login-update-password.component.js +53 -0
- package/login/pages/login-update-password/login-update-password.component.js.map +1 -0
- package/login/pages/login-update-profile/login-update-profile.component.d.ts +14 -0
- package/login/pages/login-update-profile/login-update-profile.component.html +59 -0
- package/login/pages/login-update-profile/login-update-profile.component.js +50 -0
- package/login/pages/login-update-profile/login-update-profile.component.js.map +1 -0
- package/login/pages/login-username/login-username.component.d.ts +14 -0
- package/login/pages/login-username/login-username.component.html +161 -0
- package/login/pages/login-username/login-username.component.js +56 -0
- package/login/pages/login-username/login-username.component.js.map +1 -0
- package/login/pages/login-verify-email/login-verify-email.component.d.ts +13 -0
- package/login/pages/login-verify-email/login-verify-email.component.html +27 -0
- package/login/pages/login-verify-email/login-verify-email.component.js +43 -0
- package/login/pages/login-verify-email/login-verify-email.component.js.map +1 -0
- package/login/pages/login-x509-info/login-x509-info.component.d.ts +13 -0
- package/login/pages/login-x509-info/login-x509-info.component.html +102 -0
- package/login/pages/login-x509-info/login-x509-info.component.js +43 -0
- package/login/pages/login-x509-info/login-x509-info.component.js.map +1 -0
- package/login/pages/logout-confirm/logout-confirm.component.d.ts +13 -0
- package/login/pages/logout-confirm/logout-confirm.component.html +59 -0
- package/login/pages/logout-confirm/logout-confirm.component.js +43 -0
- package/login/pages/logout-confirm/logout-confirm.component.js.map +1 -0
- package/login/pages/register/register.component.d.ts +16 -0
- package/login/pages/register/register.component.html +126 -0
- package/login/pages/register/register.component.js +62 -0
- package/login/pages/register/register.component.js.map +1 -0
- package/login/pages/saml-post-form/saml-post-form.component.d.ts +16 -0
- package/login/pages/saml-post-form/saml-post-form.component.html +51 -0
- package/login/pages/saml-post-form/saml-post-form.component.js +55 -0
- package/login/pages/saml-post-form/saml-post-form.component.js.map +1 -0
- package/login/pages/select-authenticator/select-authenticator.component.d.ts +13 -0
- package/login/pages/select-authenticator/select-authenticator.component.html +49 -0
- package/login/pages/select-authenticator/select-authenticator.component.js +51 -0
- package/login/pages/select-authenticator/select-authenticator.component.js.map +1 -0
- package/login/pages/terms/terms.component.d.ts +13 -0
- package/login/pages/terms/terms.component.html +36 -0
- package/login/pages/terms/terms.component.js +43 -0
- package/login/pages/terms/terms.component.js.map +1 -0
- package/login/pages/update-email/update-email.component.d.ts +14 -0
- package/login/pages/update-email/update-email.component.html +58 -0
- package/login/pages/update-email/update-email.component.js +52 -0
- package/login/pages/update-email/update-email.component.js.map +1 -0
- package/login/pages/webauthn-authenticate/webauthn-authenticate.component.d.ts +20 -0
- package/login/pages/webauthn-authenticate/webauthn-authenticate.component.html +162 -0
- package/login/pages/webauthn-authenticate/webauthn-authenticate.component.js +93 -0
- package/login/pages/webauthn-authenticate/webauthn-authenticate.component.js.map +1 -0
- package/login/pages/webauthn-error/webauthn-error.component.d.ts +14 -0
- package/login/pages/webauthn-error/webauthn-error.component.html +60 -0
- package/login/pages/webauthn-error/webauthn-error.component.js +57 -0
- package/login/pages/webauthn-error/webauthn-error.component.js.map +1 -0
- package/login/pages/webauthn-register/webauthn-register.component.d.ts +19 -0
- package/login/pages/webauthn-register/webauthn-register.component.html +82 -0
- package/login/pages/webauthn-register/webauthn-register.component.js +86 -0
- package/login/pages/webauthn-register/webauthn-register.component.js.map +1 -0
- package/login/pipes/advanced-msg-str.pipe.d.ts +5 -0
- package/login/pipes/advanced-msg-str.pipe.js +31 -0
- package/login/pipes/advanced-msg-str.pipe.js.map +1 -0
- package/login/pipes/index.d.ts +6 -0
- package/login/pipes/index.js +7 -0
- package/login/pipes/index.js.map +1 -0
- package/login/pipes/input-type.pipe.d.ts +4 -0
- package/login/pipes/input-type.pipe.js +23 -0
- package/login/pipes/input-type.pipe.js.map +1 -0
- package/login/pipes/kc-sanitize.pipe.d.ts +7 -0
- package/login/pipes/kc-sanitize.pipe.js +36 -0
- package/login/pipes/kc-sanitize.pipe.js.map +1 -0
- package/login/pipes/msg-str.pipe.d.ts +6 -0
- package/login/pipes/msg-str.pipe.js +31 -0
- package/login/pipes/msg-str.pipe.js.map +1 -0
- package/login/pipes/to-array.pipe.d.ts +4 -0
- package/login/pipes/to-array.pipe.js +24 -0
- package/login/pipes/to-array.pipe.js.map +1 -0
- package/login/pipes/to-number.pipe.d.ts +4 -0
- package/login/pipes/to-number.pipe.js +23 -0
- package/login/pipes/to-number.pipe.js.map +1 -0
- package/login/services/index.d.ts +2 -0
- package/login/services/index.js +3 -0
- package/login/services/index.js.map +1 -0
- package/login/services/login-resource-injector.service.d.ts +8 -0
- package/login/services/login-resource-injector.service.js +71 -0
- package/login/services/login-resource-injector.service.js.map +1 -0
- package/login/services/user-profile-form.service.d.ts +82 -0
- package/login/services/user-profile-form.service.js +1031 -0
- package/login/services/user-profile-form.service.js.map +1 -0
- package/package.json +450 -0
- package/src/lib/i18n.ts +9 -0
- package/src/lib/models/index.ts +1 -0
- package/src/lib/models/script.model.ts +6 -0
- package/src/lib/providers/keycloakify-angular.providers.ts +92 -0
- package/src/lib/public-api.ts +12 -0
- package/src/lib/services/i18n.service.ts +5 -0
- package/src/lib/services/index.ts +2 -0
- package/src/lib/services/resource-injector.service.ts +50 -0
- package/src/login/DefaultPage.ts +208 -0
- package/src/login/KcContext.ts +1 -0
- package/src/login/classes/component-reference.class.ts +5 -0
- package/src/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.html +24 -0
- package/src/login/components/add-remove-buttons-multi-valued-attribute/add-remove-buttons-multi-valued-attribute.component.ts +144 -0
- package/src/login/components/field-errors/field-errors.component.html +15 -0
- package/src/login/components/field-errors/field-errors.component.ts +41 -0
- package/src/login/components/group-label/group-label.component.html +30 -0
- package/src/login/components/group-label/group-label.component.ts +50 -0
- package/src/login/components/index.ts +11 -0
- package/src/login/components/input-field-by-type/input-field-by-type.component.html +63 -0
- package/src/login/components/input-field-by-type/input-field-by-type.component.ts +67 -0
- package/src/login/components/input-tag/input-tag.component.html +49 -0
- package/src/login/components/input-tag/input-tag.component.ts +108 -0
- package/src/login/components/input-tag-selects/input-tag-selects.component.html +29 -0
- package/src/login/components/input-tag-selects/input-tag-selects.component.ts +150 -0
- package/src/login/components/logout-other-sessions/logout-other-sessions.component.html +19 -0
- package/src/login/components/logout-other-sessions/logout-other-sessions.component.ts +31 -0
- package/src/login/components/password-wrapper/password-wrapper.component.html +15 -0
- package/src/login/components/password-wrapper/password-wrapper.component.ts +61 -0
- package/src/login/components/select-tag/select-tag.component.html +31 -0
- package/src/login/components/select-tag/select-tag.component.ts +109 -0
- package/src/login/components/textarea-tag/textarea-tag.component.html +18 -0
- package/src/login/components/textarea-tag/textarea-tag.component.ts +63 -0
- package/src/login/components/user-profile-form-fields/user-profile-form-fields.component.html +85 -0
- package/src/login/components/user-profile-form-fields/user-profile-form-fields.component.ts +84 -0
- package/src/login/containers/template.component.html +203 -0
- package/src/login/containers/template.component.ts +94 -0
- package/src/login/directives/attributes.directive.ts +23 -0
- package/src/login/directives/index.ts +2 -0
- package/src/login/directives/kc-class.directive.ts +167 -0
- package/src/login/i18n.ts +4 -0
- package/src/login/pages/code/code.component.html +26 -0
- package/src/login/pages/code/code.component.ts +31 -0
- package/src/login/pages/delete-account-confirm/delete-account-confirm.component.html +46 -0
- package/src/login/pages/delete-account-confirm/delete-account-confirm.component.ts +32 -0
- package/src/login/pages/delete-credential/delete-credential.component.html +35 -0
- package/src/login/pages/delete-credential/delete-credential.component.ts +43 -0
- package/src/login/pages/error/error.component.html +25 -0
- package/src/login/pages/error/error.component.ts +31 -0
- package/src/login/pages/frontchannel-logout/frontchannel-logout.component.html +35 -0
- package/src/login/pages/frontchannel-logout/frontchannel-logout.component.ts +49 -0
- package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.html +41 -0
- package/src/login/pages/idp-review-user-profile/idp-review-user-profile.component.ts +55 -0
- package/src/login/pages/info/info.component.html +54 -0
- package/src/login/pages/info/info.component.ts +65 -0
- package/src/login/pages/login/login.component.html +212 -0
- package/src/login/pages/login/login.component.ts +61 -0
- package/src/login/pages/login-config-totp/login-config-totp.component.html +190 -0
- package/src/login/pages/login-config-totp/login-config-totp.component.ts +57 -0
- package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.html +41 -0
- package/src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.ts +43 -0
- package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.html +40 -0
- package/src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.ts +45 -0
- package/src/login/pages/login-idp-link-email/login-idp-link-email.component.html +37 -0
- package/src/login/pages/login-idp-link-email/login-idp-link-email.component.ts +43 -0
- package/src/login/pages/login-oauth-grant/login-oauth-grant.component.html +92 -0
- package/src/login/pages/login-oauth-grant/login-oauth-grant.component.ts +44 -0
- package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.html +63 -0
- package/src/login/pages/login-oauth2-device-verify-user-code/login-oauth2-device-verify-user-code.component.ts +45 -0
- package/src/login/pages/login-otp/login-otp.component.html +103 -0
- package/src/login/pages/login-otp/login-otp.component.ts +43 -0
- package/src/login/pages/login-page-expired/login-page-expired.component.html +35 -0
- package/src/login/pages/login-page-expired/login-page-expired.component.ts +42 -0
- package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.html +203 -0
- package/src/login/pages/login-passkeys-conditional-authenticate/login-passkeys-conditional-authenticate.component.ts +101 -0
- package/src/login/pages/login-password/login-password.component.html +90 -0
- package/src/login/pages/login-password/login-password.component.ts +53 -0
- package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.html +155 -0
- package/src/login/pages/login-recovery-authn-code-config/login-recovery-authn-code-config.component.ts +55 -0
- package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.html +76 -0
- package/src/login/pages/login-recovery-authn-code-input/login-recovery-authn-code-input.component.ts +47 -0
- package/src/login/pages/login-reset-otp/login-reset-otp.component.html +65 -0
- package/src/login/pages/login-reset-otp/login-reset-otp.component.ts +42 -0
- package/src/login/pages/login-reset-password/login-reset-password.component.html +95 -0
- package/src/login/pages/login-reset-password/login-reset-password.component.ts +44 -0
- package/src/login/pages/login-update-password/login-update-password.component.html +116 -0
- package/src/login/pages/login-update-password/login-update-password.component.ts +56 -0
- package/src/login/pages/login-update-profile/login-update-profile.component.html +59 -0
- package/src/login/pages/login-update-profile/login-update-profile.component.ts +52 -0
- package/src/login/pages/login-username/login-username.component.html +161 -0
- package/src/login/pages/login-username/login-username.component.ts +56 -0
- package/src/login/pages/login-verify-email/login-verify-email.component.html +27 -0
- package/src/login/pages/login-verify-email/login-verify-email.component.ts +43 -0
- package/src/login/pages/login-x509-info/login-x509-info.component.html +102 -0
- package/src/login/pages/login-x509-info/login-x509-info.component.ts +42 -0
- package/src/login/pages/logout-confirm/logout-confirm.component.html +59 -0
- package/src/login/pages/logout-confirm/logout-confirm.component.ts +42 -0
- package/src/login/pages/register/register.component.html +126 -0
- package/src/login/pages/register/register.component.ts +62 -0
- package/src/login/pages/saml-post-form/saml-post-form.component.html +51 -0
- package/src/login/pages/saml-post-form/saml-post-form.component.ts +58 -0
- package/src/login/pages/select-authenticator/select-authenticator.component.html +49 -0
- package/src/login/pages/select-authenticator/select-authenticator.component.ts +51 -0
- package/src/login/pages/terms/terms.component.html +36 -0
- package/src/login/pages/terms/terms.component.ts +42 -0
- package/src/login/pages/update-email/update-email.component.html +58 -0
- package/src/login/pages/update-email/update-email.component.ts +52 -0
- package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.html +162 -0
- package/src/login/pages/webauthn-authenticate/webauthn-authenticate.component.ts +106 -0
- package/src/login/pages/webauthn-error/webauthn-error.component.html +60 -0
- package/src/login/pages/webauthn-error/webauthn-error.component.ts +57 -0
- package/src/login/pages/webauthn-register/webauthn-register.component.html +82 -0
- package/src/login/pages/webauthn-register/webauthn-register.component.ts +106 -0
- package/src/login/pipes/advanced-msg-str.pipe.ts +13 -0
- package/src/login/pipes/index.ts +6 -0
- package/src/login/pipes/input-type.pipe.ts +15 -0
- package/src/login/pipes/kc-sanitize.pipe.ts +36 -0
- package/src/login/pipes/msg-str.pipe.ts +14 -0
- package/src/login/pipes/to-array.pipe.ts +15 -0
- package/src/login/pipes/to-number.pipe.ts +13 -0
- package/src/login/services/index.ts +2 -0
- package/src/login/services/login-resource-injector.service.ts +72 -0
- package/src/login/services/user-profile-form.service.ts +1504 -0
- package/src/tsconfig.json +18 -0
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
@let totp = kcContext.totp;
|
|
2
|
+
@let url = kcContext.url;
|
|
3
|
+
@let messagesPerField = kcContext.messagesPerField;
|
|
4
|
+
@let mode = kcContext.mode;
|
|
5
|
+
@let isAppInitiatedAction = kcContext.isAppInitiatedAction;
|
|
6
|
+
<kc-login-template
|
|
7
|
+
[displayInfo]="displayInfo"
|
|
8
|
+
[bodyClassName]="bodyClassName()"
|
|
9
|
+
[displayMessage]="displayMessage"
|
|
10
|
+
[displayRequiredFields]="displayRequiredFields()"
|
|
11
|
+
[documentTitle]="documentTitle()"
|
|
12
|
+
>
|
|
13
|
+
<ng-container headerNode>
|
|
14
|
+
{{ 'loginTotpStep1' | msgStr }}
|
|
15
|
+
</ng-container>
|
|
16
|
+
<ng-container content>
|
|
17
|
+
<ol id="kc-totp-settings">
|
|
18
|
+
<li>
|
|
19
|
+
<p>{{ 'loginTotpStep1' | msgStr }}</p>
|
|
20
|
+
<ul id="kc-totp-supported-apps">
|
|
21
|
+
@for (app of totp.supportedApplications; track app) {
|
|
22
|
+
<li>{{ app | advancedMsgStr }}</li>
|
|
23
|
+
}
|
|
24
|
+
</ul>
|
|
25
|
+
</li>
|
|
26
|
+
@if (kcContext.mode === 'manual') {
|
|
27
|
+
<li>
|
|
28
|
+
<p>{{ 'loginTotpManualStep2' | msgStr }}</p>
|
|
29
|
+
<p>
|
|
30
|
+
<span id="kc-totp-secret-key">{{ totp.totpSecretEncoded }}</span>
|
|
31
|
+
</p>
|
|
32
|
+
<p>
|
|
33
|
+
<a
|
|
34
|
+
href="{{ totp.qrUrl }}"
|
|
35
|
+
id="mode-barcode"
|
|
36
|
+
>
|
|
37
|
+
{{ 'loginTotpScanBarcode' | msgStr }}
|
|
38
|
+
</a>
|
|
39
|
+
</p>
|
|
40
|
+
</li>
|
|
41
|
+
<li>
|
|
42
|
+
<p>{{ 'loginTotpManualStep3' | msgStr }}</p>
|
|
43
|
+
<p></p>
|
|
44
|
+
<ul>
|
|
45
|
+
<li id="kc-totp-type">
|
|
46
|
+
{{ 'loginTotpType' | msgStr }}: {{ 'loginTotp.' + totp.policy.type | advancedMsgStr }}
|
|
47
|
+
</li>
|
|
48
|
+
<li id="kc-totp-algorithm">{{ 'loginTotpAlgorithm' | msgStr }}: {{ totp.policy.getAlgorithmKey() }}</li>
|
|
49
|
+
<li id="kc-totp-digits">{{ 'loginTotpDigits' | msgStr }}: {{ totp.policy.digits }}</li>
|
|
50
|
+
@if (totp.policy.type === 'totp') {
|
|
51
|
+
<li id="kc-totp-period">{{ 'loginTotpInterval' | msgStr }}: {{ totp.policy.period }}</li>
|
|
52
|
+
} @else {
|
|
53
|
+
<li id="kc-totp-counter">{{ 'loginTotpCounter' | msgStr }}: {{ totp.policy.initialCounter }}</li>
|
|
54
|
+
}
|
|
55
|
+
</ul>
|
|
56
|
+
</li>
|
|
57
|
+
} @else {
|
|
58
|
+
<li>
|
|
59
|
+
<p>{{ 'loginTotpStep2' | msgStr }}</p>
|
|
60
|
+
<img
|
|
61
|
+
id="kc-totp-secret-qr-code"
|
|
62
|
+
src="{{ 'data:image/png;base64, ' + totp.totpSecretQrCode }}"
|
|
63
|
+
alt="Figure: Barcode"
|
|
64
|
+
/>
|
|
65
|
+
<br />
|
|
66
|
+
<p>
|
|
67
|
+
<a
|
|
68
|
+
href="{{ totp.manualUrl }}"
|
|
69
|
+
id="mode-manual"
|
|
70
|
+
>
|
|
71
|
+
{{ 'loginTotpUnableToScan' | msgStr }}
|
|
72
|
+
</a>
|
|
73
|
+
</p>
|
|
74
|
+
</li>
|
|
75
|
+
}
|
|
76
|
+
<li>
|
|
77
|
+
<p>{{ 'loginTotpStep3' | msgStr }}</p>
|
|
78
|
+
<p>{{ 'loginTotpStep3DeviceName' | msgStr }}</p>
|
|
79
|
+
</li>
|
|
80
|
+
</ol>
|
|
81
|
+
<form
|
|
82
|
+
[action]="url.loginAction"
|
|
83
|
+
[kcClass]="'kcFormClass'"
|
|
84
|
+
id="kc-totp-settings-form"
|
|
85
|
+
method="post"
|
|
86
|
+
>
|
|
87
|
+
<div [kcClass]="'kcFormGroupClass'">
|
|
88
|
+
<div [kcClass]="'kcInputWrapperClass'">
|
|
89
|
+
<label
|
|
90
|
+
for="totp"
|
|
91
|
+
[kcClass]="'kcLabelClass'"
|
|
92
|
+
>
|
|
93
|
+
{{ 'authenticatorCode' | msgStr }}
|
|
94
|
+
</label>
|
|
95
|
+
<span class="required">*</span>
|
|
96
|
+
</div>
|
|
97
|
+
<div [kcClass]="'kcInputWrapperClass'">
|
|
98
|
+
<input
|
|
99
|
+
type="text"
|
|
100
|
+
id="totp"
|
|
101
|
+
name="totp"
|
|
102
|
+
autoComplete="off"
|
|
103
|
+
[kcClass]="'kcInputClass'"
|
|
104
|
+
[attr.aria-invalid]="messagesPerField.existsError('totp')"
|
|
105
|
+
/>
|
|
106
|
+
@if (messagesPerField.existsError('totp')) {
|
|
107
|
+
<span
|
|
108
|
+
id="input-error-otp-code"
|
|
109
|
+
[kcClass]="'kcInputErrorMessageClass'"
|
|
110
|
+
aria-live="polite"
|
|
111
|
+
[innerHTML]="messagesPerField.get('totp') | kcSanitize: 'html'"
|
|
112
|
+
></span>
|
|
113
|
+
}
|
|
114
|
+
</div>
|
|
115
|
+
<input
|
|
116
|
+
type="hidden"
|
|
117
|
+
id="totpSecret"
|
|
118
|
+
name="totpSecret"
|
|
119
|
+
[value]="totp.totpSecret"
|
|
120
|
+
/>
|
|
121
|
+
@if (mode) {
|
|
122
|
+
<input
|
|
123
|
+
type="hidden"
|
|
124
|
+
id="mode"
|
|
125
|
+
[value]="mode"
|
|
126
|
+
/>
|
|
127
|
+
}
|
|
128
|
+
</div>
|
|
129
|
+
<div [kcClass]="'kcFormGroupClass'">
|
|
130
|
+
<div [kcClass]="'kcInputWrapperClass'">
|
|
131
|
+
<label
|
|
132
|
+
for="userLabel"
|
|
133
|
+
[kcClass]="'kcLabelClass'"
|
|
134
|
+
>
|
|
135
|
+
{{ 'loginTotpDeviceName' | msgStr }}
|
|
136
|
+
</label>
|
|
137
|
+
@if (totp.otpCredentials.length >= 1) {
|
|
138
|
+
<span class="required">*</span>
|
|
139
|
+
}
|
|
140
|
+
</div>
|
|
141
|
+
<div [kcClass]="'kcInputWrapperClass'">
|
|
142
|
+
<input
|
|
143
|
+
type="text"
|
|
144
|
+
id="userLabel"
|
|
145
|
+
name="userLabel"
|
|
146
|
+
autoComplete="off"
|
|
147
|
+
[kcClass]="'kcInputClass'"
|
|
148
|
+
[attr.aria-invalid]="messagesPerField.existsError('userLabel')"
|
|
149
|
+
/>
|
|
150
|
+
@if (messagesPerField.existsError('userLabel')) {
|
|
151
|
+
<span
|
|
152
|
+
id="input-error-otp-label"
|
|
153
|
+
[kcClass]="'kcInputErrorMessageClass'"
|
|
154
|
+
aria-live="polite"
|
|
155
|
+
[innerHTML]="messagesPerField.get('userLabel') | kcSanitize: 'html'"
|
|
156
|
+
></span>
|
|
157
|
+
}
|
|
158
|
+
</div>
|
|
159
|
+
</div>
|
|
160
|
+
<div [kcClass]="'kcFormGroupClass'">
|
|
161
|
+
<kc-logout-other-sessions />
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
@if (isAppInitiatedAction) {
|
|
165
|
+
<input
|
|
166
|
+
type="submit"
|
|
167
|
+
[kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonLargeClass']"
|
|
168
|
+
id="saveTOTPBtn"
|
|
169
|
+
[value]="'doSubmit' | msgStr"
|
|
170
|
+
/>
|
|
171
|
+
<button
|
|
172
|
+
type="submit"
|
|
173
|
+
[kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonLargeClass', 'kcButtonLargeClass']"
|
|
174
|
+
id="cancelTOTPBtn"
|
|
175
|
+
name="cancel-aia"
|
|
176
|
+
[value]="true"
|
|
177
|
+
>
|
|
178
|
+
{{ 'doCancel' | msgStr }}
|
|
179
|
+
</button>
|
|
180
|
+
} @else {
|
|
181
|
+
<input
|
|
182
|
+
type="submit"
|
|
183
|
+
[kcClass]="['kcButtonClass', 'kcButtonPrimaryClass', 'kcButtonLargeClass']"
|
|
184
|
+
id="saveTOTPBtn"
|
|
185
|
+
[value]="'doSubmit' | msgStr"
|
|
186
|
+
/>
|
|
187
|
+
}
|
|
188
|
+
</form> </ng-container
|
|
189
|
+
></kc-login-template>
|
|
190
|
+
>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var LoginConfigTotpComponent_1;
|
|
8
|
+
import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from "@angular/core";
|
|
9
|
+
import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from "../../../lib/public-api";
|
|
10
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
11
|
+
import { LogoutOtherSessionsComponent } from "../../../login/components/logout-other-sessions/logout-other-sessions.component";
|
|
12
|
+
import { TemplateComponent } from "../../../login/containers/template.component";
|
|
13
|
+
import { KcClassDirective } from "../../../login/directives/kc-class.directive";
|
|
14
|
+
import { AdvancedMsgStrPipe } from "../../../login/pipes/advanced-msg-str.pipe";
|
|
15
|
+
import { KcSanitizePipe } from "../../../login/pipes/kc-sanitize.pipe";
|
|
16
|
+
import { MsgStrPipe } from "../../../login/pipes/msg-str.pipe";
|
|
17
|
+
let LoginConfigTotpComponent = LoginConfigTotpComponent_1 = class LoginConfigTotpComponent extends ComponentReference {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
this.kcContext = inject(KC_CONTEXT);
|
|
21
|
+
this.doUseDefaultCss = inject(USE_DEFAULT_CSS);
|
|
22
|
+
this.classes = inject(CLASSES);
|
|
23
|
+
this.displayRequiredFields = input(false);
|
|
24
|
+
this.documentTitle = input();
|
|
25
|
+
this.bodyClassName = input();
|
|
26
|
+
this.displayInfo = false;
|
|
27
|
+
this.displayMessage = this.kcContext.messagesPerField.existsError("totp", "userLabel");
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
LoginConfigTotpComponent = LoginConfigTotpComponent_1 = __decorate([
|
|
31
|
+
Component({
|
|
32
|
+
standalone: true,
|
|
33
|
+
imports: [
|
|
34
|
+
TemplateComponent,
|
|
35
|
+
MsgStrPipe,
|
|
36
|
+
AdvancedMsgStrPipe,
|
|
37
|
+
KcClassDirective,
|
|
38
|
+
KcSanitizePipe,
|
|
39
|
+
LogoutOtherSessionsComponent
|
|
40
|
+
],
|
|
41
|
+
selector: "kc-root",
|
|
42
|
+
templateUrl: "login-config-totp.component.html",
|
|
43
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
44
|
+
providers: [
|
|
45
|
+
{
|
|
46
|
+
provide: ComponentReference,
|
|
47
|
+
useExisting: forwardRef(() => LoginConfigTotpComponent_1)
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
})
|
|
51
|
+
], LoginConfigTotpComponent);
|
|
52
|
+
export { LoginConfigTotpComponent };
|
|
53
|
+
//# sourceMappingURL=login-config-totp.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-config-totp.component.js","sourceRoot":"","sources":["../../../src/login/pages/login-config-totp/login-config-totp.component.ts"],"names":[],"mappings":";;;;;;;AAAA,OAAO,EACH,uBAAuB,EACvB,SAAS,EACT,UAAU,EACV,MAAM,EACN,KAAK,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,EACH,OAAO,EACP,UAAU,EACV,eAAe,EAClB,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,4BAA4B,EAAE,MAAM,6FAA6F,CAAC;AAC3I,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAE,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC;AAsBpE,IAAM,wBAAwB,gCAA9B,MAAM,wBAAyB,SAAQ,kBAAkB;IAAzD;;QACH,cAAS,GACL,MAAM,CAA0D,UAAU,CAAC,CAAC;QAEvE,oBAAe,GAAG,MAAM,CAAU,eAAe,CAAC,CAAC;QACnD,YAAO,GAAG,MAAM,CAAoC,OAAO,CAAC,CAAC;QACtE,0BAAqB,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;QACrC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,gBAAW,GAAY,KAAK,CAAC;QAC7B,mBAAc,GAAY,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,WAAW,CACjE,MAAM,EACN,WAAW,CACd,CAAC;IACN,CAAC;CAAA,CAAA;AAdY,wBAAwB;IApBpC,SAAS,CAAC;QACP,UAAU,EAAE,IAAI;QAChB,OAAO,EAAE;YACL,iBAAiB;YACjB,UAAU;YACV,kBAAkB;YAClB,gBAAgB;YAChB,cAAc;YACd,4BAA4B;SAC/B;QACD,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,kCAAkC;QAC/C,eAAe,EAAE,uBAAuB,CAAC,MAAM;QAC/C,SAAS,EAAE;YACP;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,0BAAwB,CAAC;aAC1D;SACJ;KACJ,CAAC;GACW,wBAAwB,CAcpC;SAdY,wBAAwB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ClassKey } from "keycloakify/login/lib/kcClsx";
|
|
2
|
+
import { KcContext } from "keycloakify/login/KcContext";
|
|
3
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
4
|
+
export declare class LoginIdpLinkConfirmComponent extends ComponentReference {
|
|
5
|
+
kcContext: KcContext.LoginIdpLinkConfirm;
|
|
6
|
+
doUseDefaultCss: boolean;
|
|
7
|
+
classes: Partial<Record<ClassKey, string>>;
|
|
8
|
+
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
+
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
displayInfo: boolean;
|
|
12
|
+
displayMessage: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@let url = kcContext.url;
|
|
2
|
+
@let idpAlias = kcContext.idpAlias;
|
|
3
|
+
<kc-login-template
|
|
4
|
+
[displayInfo]="displayInfo"
|
|
5
|
+
[bodyClassName]="bodyClassName()"
|
|
6
|
+
[displayMessage]="displayMessage"
|
|
7
|
+
[displayRequiredFields]="displayRequiredFields()"
|
|
8
|
+
[documentTitle]="documentTitle()"
|
|
9
|
+
>
|
|
10
|
+
<ng-container headerNode>
|
|
11
|
+
{{ 'confirmLinkIdpTitle' | msgStr }}
|
|
12
|
+
</ng-container>
|
|
13
|
+
<ng-container content>
|
|
14
|
+
<form
|
|
15
|
+
id="kc-register-form"
|
|
16
|
+
[action]="url.loginAction"
|
|
17
|
+
method="post"
|
|
18
|
+
>
|
|
19
|
+
<div [kcClass]="'kcFormGroupClass'">
|
|
20
|
+
<button
|
|
21
|
+
type="submit"
|
|
22
|
+
[kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
|
|
23
|
+
name="submitAction"
|
|
24
|
+
id="updateProfile"
|
|
25
|
+
value="updateProfile"
|
|
26
|
+
>
|
|
27
|
+
{{ 'confirmLinkIdpReviewProfile' | msgStr }}
|
|
28
|
+
</button>
|
|
29
|
+
<button
|
|
30
|
+
type="submit"
|
|
31
|
+
[kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
|
|
32
|
+
name="submitAction"
|
|
33
|
+
id="linkAccount"
|
|
34
|
+
value="linkAccount"
|
|
35
|
+
>
|
|
36
|
+
{{ 'confirmLinkIdpContinue' | msgStr: idpAlias }}
|
|
37
|
+
</button>
|
|
38
|
+
</div>
|
|
39
|
+
</form>
|
|
40
|
+
</ng-container>
|
|
41
|
+
</kc-login-template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var LoginIdpLinkConfirmComponent_1;
|
|
8
|
+
import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from "@angular/core";
|
|
9
|
+
import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from "../../../lib/public-api";
|
|
10
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
11
|
+
import { TemplateComponent } from "../../../login/containers/template.component";
|
|
12
|
+
import { KcClassDirective } from "../../../login/directives/kc-class.directive";
|
|
13
|
+
import { MsgStrPipe } from "../../../login/pipes/msg-str.pipe";
|
|
14
|
+
let LoginIdpLinkConfirmComponent = LoginIdpLinkConfirmComponent_1 = class LoginIdpLinkConfirmComponent extends ComponentReference {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.kcContext = inject(KC_CONTEXT);
|
|
18
|
+
this.doUseDefaultCss = inject(USE_DEFAULT_CSS);
|
|
19
|
+
this.classes = inject(CLASSES);
|
|
20
|
+
this.displayRequiredFields = input(false);
|
|
21
|
+
this.documentTitle = input();
|
|
22
|
+
this.bodyClassName = input();
|
|
23
|
+
this.displayInfo = false;
|
|
24
|
+
this.displayMessage = false;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
LoginIdpLinkConfirmComponent = LoginIdpLinkConfirmComponent_1 = __decorate([
|
|
28
|
+
Component({
|
|
29
|
+
standalone: true,
|
|
30
|
+
imports: [TemplateComponent, MsgStrPipe, KcClassDirective],
|
|
31
|
+
selector: "kc-root",
|
|
32
|
+
templateUrl: "login-idp-link-confirm.component.html",
|
|
33
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
34
|
+
providers: [
|
|
35
|
+
{
|
|
36
|
+
provide: ComponentReference,
|
|
37
|
+
useExisting: forwardRef(() => LoginIdpLinkConfirmComponent_1)
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
})
|
|
41
|
+
], LoginIdpLinkConfirmComponent);
|
|
42
|
+
export { LoginIdpLinkConfirmComponent };
|
|
43
|
+
//# sourceMappingURL=login-idp-link-confirm.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-idp-link-confirm.component.js","sourceRoot":"","sources":["../../../src/login/pages/login-idp-link-confirm/login-idp-link-confirm.component.ts"],"names":[],"mappings":";;;;;;;AAAA,OAAO,EACH,uBAAuB,EACvB,SAAS,EACT,UAAU,EACV,MAAM,EACN,KAAK,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,EACH,OAAO,EACP,UAAU,EACV,eAAe,EAClB,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC;AAepE,IAAM,4BAA4B,oCAAlC,MAAM,4BAA6B,SAAQ,kBAAkB;IAA7D;;QACH,cAAS,GACL,MAAM,CAA+D,UAAU,CAAC,CAAC;QAC5E,oBAAe,GAAG,MAAM,CAAU,eAAe,CAAC,CAAC;QACnD,YAAO,GAAG,MAAM,CAAoC,OAAO,CAAC,CAAC;QACtE,0BAAqB,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;QACrC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,gBAAW,GAAY,KAAK,CAAC;QAC7B,mBAAc,GAAY,KAAK,CAAC;IACpC,CAAC;CAAA,CAAA;AAVY,4BAA4B;IAbxC,SAAS,CAAC;QACP,UAAU,EAAE,IAAI;QAChB,OAAO,EAAE,CAAC,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,CAAC;QAC1D,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,uCAAuC;QACpD,eAAe,EAAE,uBAAuB,CAAC,MAAM;QAC/C,SAAS,EAAE;YACP;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,8BAA4B,CAAC;aAC9D;SACJ;KACJ,CAAC;GACW,4BAA4B,CAUxC;SAVY,4BAA4B"}
|
package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ClassKey } from "keycloakify/login/lib/kcClsx";
|
|
2
|
+
import { KcContext } from "keycloakify/login/KcContext";
|
|
3
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
4
|
+
export declare class LoginIdpLinkConfirmOverrideComponent extends ComponentReference {
|
|
5
|
+
kcContext: KcContext.LoginIdpLinkConfirmOverride;
|
|
6
|
+
doUseDefaultCss: boolean;
|
|
7
|
+
classes: Partial<Record<ClassKey, string>>;
|
|
8
|
+
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
+
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
displayInfo: boolean;
|
|
12
|
+
displayMessage: boolean;
|
|
13
|
+
}
|
package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.html
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
@let url = kcContext.url;
|
|
2
|
+
@let idpDisplayName = kcContext.idpDisplayName;
|
|
3
|
+
|
|
4
|
+
<kc-login-template
|
|
5
|
+
[displayInfo]="displayInfo"
|
|
6
|
+
[bodyClassName]="bodyClassName()"
|
|
7
|
+
[displayMessage]="displayMessage"
|
|
8
|
+
[displayRequiredFields]="displayRequiredFields()"
|
|
9
|
+
[documentTitle]="documentTitle()"
|
|
10
|
+
>
|
|
11
|
+
<ng-container headerNode>
|
|
12
|
+
{{ 'confirmOverrideIdpTitle' | msgStr }}
|
|
13
|
+
</ng-container>
|
|
14
|
+
<ng-container content>
|
|
15
|
+
<form
|
|
16
|
+
id="kc-register-form"
|
|
17
|
+
[action]="url.loginAction"
|
|
18
|
+
method="post"
|
|
19
|
+
>
|
|
20
|
+
{{ 'pageExpiredMsg1' | msgStr }}
|
|
21
|
+
<a
|
|
22
|
+
id="loginRestartLink"
|
|
23
|
+
[href]="url.loginRestartFlowUrl"
|
|
24
|
+
>
|
|
25
|
+
{{ 'doClickHere' | msgStr }}
|
|
26
|
+
</a>
|
|
27
|
+
<br />
|
|
28
|
+
<br />
|
|
29
|
+
<button
|
|
30
|
+
type="submit"
|
|
31
|
+
[kcClass]="['kcButtonClass', 'kcButtonDefaultClass', 'kcButtonBlockClass', 'kcButtonLargeClass']"
|
|
32
|
+
name="submitAction"
|
|
33
|
+
id="confirmOverride"
|
|
34
|
+
value="confirmOverride"
|
|
35
|
+
>
|
|
36
|
+
{{ 'confirmOverrideIdpContinue' | msgStr: idpDisplayName }}
|
|
37
|
+
</button>
|
|
38
|
+
</form>
|
|
39
|
+
</ng-container>
|
|
40
|
+
</kc-login-template>
|
package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var LoginIdpLinkConfirmOverrideComponent_1;
|
|
8
|
+
import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from "@angular/core";
|
|
9
|
+
import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from "../../../lib/public-api";
|
|
10
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
11
|
+
import { TemplateComponent } from "../../../login/containers/template.component";
|
|
12
|
+
import { KcClassDirective } from "../../../login/directives/kc-class.directive";
|
|
13
|
+
import { MsgStrPipe } from "../../../login/pipes/msg-str.pipe";
|
|
14
|
+
let LoginIdpLinkConfirmOverrideComponent = LoginIdpLinkConfirmOverrideComponent_1 = class LoginIdpLinkConfirmOverrideComponent extends ComponentReference {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.kcContext = inject(KC_CONTEXT);
|
|
18
|
+
this.doUseDefaultCss = inject(USE_DEFAULT_CSS);
|
|
19
|
+
this.classes = inject(CLASSES);
|
|
20
|
+
this.displayRequiredFields = input(false);
|
|
21
|
+
this.documentTitle = input();
|
|
22
|
+
this.bodyClassName = input();
|
|
23
|
+
this.displayInfo = false;
|
|
24
|
+
this.displayMessage = false;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
LoginIdpLinkConfirmOverrideComponent = LoginIdpLinkConfirmOverrideComponent_1 = __decorate([
|
|
28
|
+
Component({
|
|
29
|
+
standalone: true,
|
|
30
|
+
imports: [KcClassDirective, TemplateComponent, MsgStrPipe],
|
|
31
|
+
selector: "kc-root",
|
|
32
|
+
templateUrl: "login-idp-link-confirm-override.component.html",
|
|
33
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
34
|
+
providers: [
|
|
35
|
+
{
|
|
36
|
+
provide: ComponentReference,
|
|
37
|
+
useExisting: forwardRef(() => LoginIdpLinkConfirmOverrideComponent_1)
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
})
|
|
41
|
+
], LoginIdpLinkConfirmOverrideComponent);
|
|
42
|
+
export { LoginIdpLinkConfirmOverrideComponent };
|
|
43
|
+
//# sourceMappingURL=login-idp-link-confirm-override.component.js.map
|
package/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-idp-link-confirm-override.component.js","sourceRoot":"","sources":["../../../src/login/pages/login-idp-link-confirm-override/login-idp-link-confirm-override.component.ts"],"names":[],"mappings":";;;;;;;AAAA,OAAO,EACH,uBAAuB,EACvB,SAAS,EACT,UAAU,EACV,MAAM,EACN,KAAK,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,EACH,OAAO,EACP,UAAU,EACV,eAAe,EAClB,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC;AAepE,IAAM,oCAAoC,4CAA1C,MAAM,oCAAqC,SAAQ,kBAAkB;IAArE;;QACH,cAAS,GACL,MAAM,CACF,UAAU,CACb,CAAC;QACG,oBAAe,GAAG,MAAM,CAAU,eAAe,CAAC,CAAC;QACnD,YAAO,GAAG,MAAM,CAAoC,OAAO,CAAC,CAAC;QACtE,0BAAqB,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;QACrC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,gBAAW,GAAY,KAAK,CAAC;QAC7B,mBAAc,GAAY,KAAK,CAAC;IACpC,CAAC;CAAA,CAAA;AAZY,oCAAoC;IAbhD,SAAS,CAAC;QACP,UAAU,EAAE,IAAI;QAChB,OAAO,EAAE,CAAC,gBAAgB,EAAE,iBAAiB,EAAE,UAAU,CAAC;QAC1D,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,gDAAgD;QAC7D,eAAe,EAAE,uBAAuB,CAAC,MAAM;QAC/C,SAAS,EAAE;YACP;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,sCAAoC,CAAC;aACtE;SACJ;KACJ,CAAC;GACW,oCAAoC,CAYhD;SAZY,oCAAoC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ClassKey } from "keycloakify/login/lib/kcClsx";
|
|
2
|
+
import { KcContext } from "keycloakify/login/KcContext";
|
|
3
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
4
|
+
export declare class LoginIdpLinkEmailComponent extends ComponentReference {
|
|
5
|
+
kcContext: KcContext.LoginIdpLinkEmail;
|
|
6
|
+
doUseDefaultCss: boolean;
|
|
7
|
+
classes: Partial<Record<ClassKey, string>>;
|
|
8
|
+
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
+
bodyClassName: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
+
displayInfo: boolean;
|
|
12
|
+
displayMessage: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
@let idpAlias = kcContext.idpAlias;
|
|
2
|
+
@let brokerContext = kcContext.brokerContext;
|
|
3
|
+
@let realm = kcContext.realm;
|
|
4
|
+
@let url = kcContext.url;
|
|
5
|
+
<kc-login-template
|
|
6
|
+
[displayInfo]="displayInfo"
|
|
7
|
+
[bodyClassName]="bodyClassName()"
|
|
8
|
+
[displayMessage]="displayMessage"
|
|
9
|
+
[displayRequiredFields]="displayRequiredFields()"
|
|
10
|
+
[documentTitle]="documentTitle()"
|
|
11
|
+
>
|
|
12
|
+
<ng-container headerNode>
|
|
13
|
+
{{ 'emailLinkIdpTitle' | msgStr: idpAlias }}
|
|
14
|
+
</ng-container>
|
|
15
|
+
<ng-container content>
|
|
16
|
+
<p
|
|
17
|
+
id="instruction1"
|
|
18
|
+
class="instruction"
|
|
19
|
+
>
|
|
20
|
+
{{ 'emailLinkIdp1' | msgStr: idpAlias : brokerContext.username : realm.displayName }}
|
|
21
|
+
</p>
|
|
22
|
+
<p
|
|
23
|
+
id="instruction2"
|
|
24
|
+
class="instruction"
|
|
25
|
+
>
|
|
26
|
+
{{ 'emailLinkIdp2' | msgStr }} <a [href]="url.loginAction">{{ 'doClickHere' | msgStr }}</a>
|
|
27
|
+
{{ 'emailLinkIdp3' | msgStr }}
|
|
28
|
+
</p>
|
|
29
|
+
<p
|
|
30
|
+
id="instruction3"
|
|
31
|
+
class="instruction"
|
|
32
|
+
>
|
|
33
|
+
{{ 'emailLinkIdp4' | msgStr }} <a [href]="url.loginAction">{{ 'doClickHere' | msgStr }}</a>
|
|
34
|
+
{{ 'emailLinkIdp5' | msgStr }}
|
|
35
|
+
</p></ng-container
|
|
36
|
+
>
|
|
37
|
+
</kc-login-template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var LoginIdpLinkEmailComponent_1;
|
|
8
|
+
import { ChangeDetectionStrategy, Component, forwardRef, inject, input } from "@angular/core";
|
|
9
|
+
import { CLASSES, KC_CONTEXT, USE_DEFAULT_CSS } from "../../../lib/public-api";
|
|
10
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
11
|
+
import { TemplateComponent } from "../../../login/containers/template.component";
|
|
12
|
+
import { KcClassDirective } from "../../../login/directives/kc-class.directive";
|
|
13
|
+
import { MsgStrPipe } from "../../../login/pipes/msg-str.pipe";
|
|
14
|
+
let LoginIdpLinkEmailComponent = LoginIdpLinkEmailComponent_1 = class LoginIdpLinkEmailComponent extends ComponentReference {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.kcContext = inject(KC_CONTEXT);
|
|
18
|
+
this.doUseDefaultCss = inject(USE_DEFAULT_CSS);
|
|
19
|
+
this.classes = inject(CLASSES);
|
|
20
|
+
this.displayRequiredFields = input(false);
|
|
21
|
+
this.documentTitle = input();
|
|
22
|
+
this.bodyClassName = input();
|
|
23
|
+
this.displayInfo = false;
|
|
24
|
+
this.displayMessage = false;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
LoginIdpLinkEmailComponent = LoginIdpLinkEmailComponent_1 = __decorate([
|
|
28
|
+
Component({
|
|
29
|
+
standalone: true,
|
|
30
|
+
imports: [TemplateComponent, MsgStrPipe, KcClassDirective],
|
|
31
|
+
selector: "kc-root",
|
|
32
|
+
templateUrl: "login-idp-link-email.component.html",
|
|
33
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
34
|
+
providers: [
|
|
35
|
+
{
|
|
36
|
+
provide: ComponentReference,
|
|
37
|
+
useExisting: forwardRef(() => LoginIdpLinkEmailComponent_1)
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
})
|
|
41
|
+
], LoginIdpLinkEmailComponent);
|
|
42
|
+
export { LoginIdpLinkEmailComponent };
|
|
43
|
+
//# sourceMappingURL=login-idp-link-email.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-idp-link-email.component.js","sourceRoot":"","sources":["../../../src/login/pages/login-idp-link-email/login-idp-link-email.component.ts"],"names":[],"mappings":";;;;;;;AAAA,OAAO,EACH,uBAAuB,EACvB,SAAS,EACT,UAAU,EACV,MAAM,EACN,KAAK,EACR,MAAM,eAAe,CAAC;AACvB,OAAO,EACH,OAAO,EACP,UAAU,EACV,eAAe,EAClB,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8DAA8D,CAAC;AAClG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0DAA0D,CAAC;AAC5F,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC;AAepE,IAAM,0BAA0B,kCAAhC,MAAM,0BAA2B,SAAQ,kBAAkB;IAA3D;;QACH,cAAS,GACL,MAAM,CAA6D,UAAU,CAAC,CAAC;QAC1E,oBAAe,GAAG,MAAM,CAAU,eAAe,CAAC,CAAC;QACnD,YAAO,GAAG,MAAM,CAAoC,OAAO,CAAC,CAAC;QACtE,0BAAqB,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;QACrC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,kBAAa,GAAG,KAAK,EAAU,CAAC;QAChC,gBAAW,GAAY,KAAK,CAAC;QAC7B,mBAAc,GAAY,KAAK,CAAC;IACpC,CAAC;CAAA,CAAA;AAVY,0BAA0B;IAbtC,SAAS,CAAC;QACP,UAAU,EAAE,IAAI;QAChB,OAAO,EAAE,CAAC,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,CAAC;QAC1D,QAAQ,EAAE,SAAS;QACnB,WAAW,EAAE,qCAAqC;QAClD,eAAe,EAAE,uBAAuB,CAAC,MAAM;QAC/C,SAAS,EAAE;YACP;gBACI,OAAO,EAAE,kBAAkB;gBAC3B,WAAW,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,4BAA0B,CAAC;aAC5D;SACJ;KACJ,CAAC;GACW,0BAA0B,CAUtC;SAVY,0BAA0B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ClassKey } from "keycloakify/login/lib/kcClsx";
|
|
2
|
+
import { KcContext } from "keycloakify/login/KcContext";
|
|
3
|
+
import { ComponentReference } from "../../../login/classes/component-reference.class";
|
|
4
|
+
export declare class LoginOauthGrantComponent extends ComponentReference {
|
|
5
|
+
kcContext: KcContext.LoginOauthGrant;
|
|
6
|
+
doUseDefaultCss: boolean;
|
|
7
|
+
classes: Partial<Record<ClassKey, string>>;
|
|
8
|
+
displayRequiredFields: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
documentTitle: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
+
bodyClassName: import("@angular/core").InputSignal<string>;
|
|
11
|
+
displayInfo: boolean;
|
|
12
|
+
displayMessage: boolean;
|
|
13
|
+
}
|