@keycloakify/angular 0.0.1-rc.19 → 0.0.1-rc.20
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/README.md +40 -0
- package/bin/main.js +224 -0
- package/esm2022/login/getDefaultPageComponent/getDefaultPageComponent.mjs +77 -0
- package/esm2022/login/getDefaultPageComponent/keycloakify-angular-login-getDefaultPageComponent.mjs +5 -0
- package/esm2022/login/getDefaultPageComponent/public-api.mjs +2 -0
- package/fesm2022/keycloakify-angular-login-getDefaultPageComponent.mjs +83 -0
- package/fesm2022/keycloakify-angular-login-getDefaultPageComponent.mjs.map +1 -0
- package/login/getDefaultPageComponent/getDefaultPageComponent.d.ts +3 -0
- package/login/{DefaultPage → getDefaultPageComponent}/index.d.ts +1 -1
- package/login/getDefaultPageComponent/public-api.d.ts +1 -0
- package/package.json +18 -15
- package/src/login/getDefaultPageComponent.ts +153 -0
- package/esm2022/login/DefaultPage/DefaultPage.mjs +0 -121
- package/esm2022/login/DefaultPage/keycloakify-angular-login-DefaultPage.mjs +0 -5
- package/esm2022/login/DefaultPage/public-api.mjs +0 -2
- package/fesm2022/keycloakify-angular-login-DefaultPage.mjs +0 -126
- package/fesm2022/keycloakify-angular-login-DefaultPage.mjs.map +0 -1
- package/login/DefaultPage/DefaultPage.d.ts +0 -260
- package/login/DefaultPage/public-api.d.ts +0 -1
- package/src/login/DefaultPage.ts +0 -208
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
|
-
import type { KcContext } from '@keycloakify/angular/login/KcContext';
|
|
4
|
-
declare const DefaultPage: (pageId: KcContext['pageId'], doMakeUserConfirmPassword?: boolean, doUseDefaultCss?: boolean, classes?: {
|
|
5
|
-
kcBodyClass?: string | undefined;
|
|
6
|
-
kcHeaderWrapperClass?: string | undefined;
|
|
7
|
-
kcLocaleWrapperClass?: string | undefined;
|
|
8
|
-
kcInfoAreaWrapperClass?: string | undefined;
|
|
9
|
-
kcFormButtonsWrapperClass?: string | undefined;
|
|
10
|
-
kcFormOptionsWrapperClass?: string | undefined;
|
|
11
|
-
kcCheckboxInputClass?: string | undefined;
|
|
12
|
-
kcLocaleDropDownClass?: string | undefined;
|
|
13
|
-
kcLocaleListItemClass?: string | undefined;
|
|
14
|
-
kcContentWrapperClass?: string | undefined;
|
|
15
|
-
"kcLogoIdP-facebook"?: string | undefined;
|
|
16
|
-
kcAuthenticatorOTPClass?: string | undefined;
|
|
17
|
-
"kcLogoIdP-bitbucket"?: string | undefined;
|
|
18
|
-
kcAuthenticatorWebAuthnClass?: string | undefined;
|
|
19
|
-
kcWebAuthnDefaultIcon?: string | undefined;
|
|
20
|
-
"kcLogoIdP-stackoverflow"?: string | undefined;
|
|
21
|
-
kcSelectAuthListItemClass?: string | undefined;
|
|
22
|
-
"kcLogoIdP-microsoft"?: string | undefined;
|
|
23
|
-
kcLoginOTPListItemHeaderClass?: string | undefined;
|
|
24
|
-
kcLocaleItemClass?: string | undefined;
|
|
25
|
-
kcLoginOTPListItemIconBodyClass?: string | undefined;
|
|
26
|
-
kcInputHelperTextAfterClass?: string | undefined;
|
|
27
|
-
kcFormClass?: string | undefined;
|
|
28
|
-
kcSelectAuthListClass?: string | undefined;
|
|
29
|
-
kcInputClassRadioCheckboxLabelDisabled?: string | undefined;
|
|
30
|
-
kcSelectAuthListItemIconClass?: string | undefined;
|
|
31
|
-
kcRecoveryCodesWarning?: string | undefined;
|
|
32
|
-
kcFormSettingClass?: string | undefined;
|
|
33
|
-
kcWebAuthnBLE?: string | undefined;
|
|
34
|
-
kcInputWrapperClass?: string | undefined;
|
|
35
|
-
kcSelectAuthListItemArrowIconClass?: string | undefined;
|
|
36
|
-
kcFeedbackAreaClass?: string | undefined;
|
|
37
|
-
kcFormPasswordVisibilityButtonClass?: string | undefined;
|
|
38
|
-
"kcLogoIdP-google"?: string | undefined;
|
|
39
|
-
kcCheckLabelClass?: string | undefined;
|
|
40
|
-
kcSelectAuthListItemFillClass?: string | undefined;
|
|
41
|
-
kcAuthenticatorDefaultClass?: string | undefined;
|
|
42
|
-
"kcLogoIdP-gitlab"?: string | undefined;
|
|
43
|
-
kcFormAreaClass?: string | undefined;
|
|
44
|
-
kcFormButtonsClass?: string | undefined;
|
|
45
|
-
kcInputClassRadioLabel?: string | undefined;
|
|
46
|
-
kcAuthenticatorWebAuthnPasswordlessClass?: string | undefined;
|
|
47
|
-
kcSelectAuthListItemHeadingClass?: string | undefined;
|
|
48
|
-
kcInfoAreaClass?: string | undefined;
|
|
49
|
-
kcLogoLink?: string | undefined;
|
|
50
|
-
kcContainerClass?: string | undefined;
|
|
51
|
-
kcSelectAuthListItemTitle?: string | undefined;
|
|
52
|
-
kcHtmlClass?: string | undefined;
|
|
53
|
-
kcLoginOTPListItemTitleClass?: string | undefined;
|
|
54
|
-
"kcLogoIdP-openshift-v4"?: string | undefined;
|
|
55
|
-
kcWebAuthnUnknownIcon?: string | undefined;
|
|
56
|
-
kcFormSocialAccountNameClass?: string | undefined;
|
|
57
|
-
"kcLogoIdP-openshift-v3"?: string | undefined;
|
|
58
|
-
kcLoginOTPListInputClass?: string | undefined;
|
|
59
|
-
kcWebAuthnUSB?: string | undefined;
|
|
60
|
-
kcInputClassRadio?: string | undefined;
|
|
61
|
-
kcWebAuthnKeyIcon?: string | undefined;
|
|
62
|
-
kcFeedbackInfoIcon?: string | undefined;
|
|
63
|
-
kcCommonLogoIdP?: string | undefined;
|
|
64
|
-
kcRecoveryCodesActions?: string | undefined;
|
|
65
|
-
kcFormGroupHeader?: string | undefined;
|
|
66
|
-
kcFormSocialAccountSectionClass?: string | undefined;
|
|
67
|
-
"kcLogoIdP-instagram"?: string | undefined;
|
|
68
|
-
kcAlertClass?: string | undefined;
|
|
69
|
-
kcHeaderClass?: string | undefined;
|
|
70
|
-
kcLabelWrapperClass?: string | undefined;
|
|
71
|
-
kcFormPasswordVisibilityIconShow?: string | undefined;
|
|
72
|
-
kcFormSocialAccountLinkClass?: string | undefined;
|
|
73
|
-
kcLocaleMainClass?: string | undefined;
|
|
74
|
-
kcInputGroup?: string | undefined;
|
|
75
|
-
kcTextareaClass?: string | undefined;
|
|
76
|
-
kcButtonBlockClass?: string | undefined;
|
|
77
|
-
kcButtonClass?: string | undefined;
|
|
78
|
-
kcWebAuthnNFC?: string | undefined;
|
|
79
|
-
kcLocaleClass?: string | undefined;
|
|
80
|
-
kcInputClassCheckboxInput?: string | undefined;
|
|
81
|
-
kcFeedbackErrorIcon?: string | undefined;
|
|
82
|
-
kcInputLargeClass?: string | undefined;
|
|
83
|
-
kcInputErrorMessageClass?: string | undefined;
|
|
84
|
-
kcRecoveryCodesList?: string | undefined;
|
|
85
|
-
kcFormSocialAccountListClass?: string | undefined;
|
|
86
|
-
kcAlertTitleClass?: string | undefined;
|
|
87
|
-
kcAuthenticatorPasswordClass?: string | undefined;
|
|
88
|
-
kcCheckInputClass?: string | undefined;
|
|
89
|
-
"kcLogoIdP-linkedin"?: string | undefined;
|
|
90
|
-
"kcLogoIdP-twitter"?: string | undefined;
|
|
91
|
-
kcFeedbackWarningIcon?: string | undefined;
|
|
92
|
-
kcResetFlowIcon?: string | undefined;
|
|
93
|
-
kcSelectAuthListItemIconPropertyClass?: string | undefined;
|
|
94
|
-
kcFeedbackSuccessIcon?: string | undefined;
|
|
95
|
-
kcLoginOTPListClass?: string | undefined;
|
|
96
|
-
kcSrOnlyClass?: string | undefined;
|
|
97
|
-
kcFormSocialAccountListGridClass?: string | undefined;
|
|
98
|
-
kcButtonDefaultClass?: string | undefined;
|
|
99
|
-
kcFormGroupErrorClass?: string | undefined;
|
|
100
|
-
kcSelectAuthListItemDescriptionClass?: string | undefined;
|
|
101
|
-
kcSelectAuthListItemBodyClass?: string | undefined;
|
|
102
|
-
kcWebAuthnInternal?: string | undefined;
|
|
103
|
-
kcSelectAuthListItemArrowClass?: string | undefined;
|
|
104
|
-
kcCheckClass?: string | undefined;
|
|
105
|
-
kcContentClass?: string | undefined;
|
|
106
|
-
kcLogoClass?: string | undefined;
|
|
107
|
-
kcLoginOTPListItemIconClass?: string | undefined;
|
|
108
|
-
kcLoginClass?: string | undefined;
|
|
109
|
-
kcSignUpClass?: string | undefined;
|
|
110
|
-
kcButtonLargeClass?: string | undefined;
|
|
111
|
-
kcFormCardClass?: string | undefined;
|
|
112
|
-
kcLocaleListClass?: string | undefined;
|
|
113
|
-
kcInputClass?: string | undefined;
|
|
114
|
-
kcFormGroupClass?: string | undefined;
|
|
115
|
-
"kcLogoIdP-paypal"?: string | undefined;
|
|
116
|
-
kcInputClassCheckbox?: string | undefined;
|
|
117
|
-
kcRecoveryCodesConfirmation?: string | undefined;
|
|
118
|
-
kcFormPasswordVisibilityIconHide?: string | undefined;
|
|
119
|
-
kcInputClassRadioInput?: string | undefined;
|
|
120
|
-
kcFormSocialAccountListButtonClass?: string | undefined;
|
|
121
|
-
kcInputClassCheckboxLabel?: string | undefined;
|
|
122
|
-
kcFormOptionsClass?: string | undefined;
|
|
123
|
-
kcFormHeaderClass?: string | undefined;
|
|
124
|
-
kcFormSocialAccountGridItem?: string | undefined;
|
|
125
|
-
kcButtonPrimaryClass?: string | undefined;
|
|
126
|
-
kcInputHelperTextBeforeClass?: string | undefined;
|
|
127
|
-
"kcLogoIdP-github"?: string | undefined;
|
|
128
|
-
kcLabelClass?: string | undefined;
|
|
129
|
-
}) => Promise<{
|
|
130
|
-
ComponentBootstrap: Type<unknown>;
|
|
131
|
-
doMakeUserConfirmPassword: boolean;
|
|
132
|
-
doUseDefaultCss: boolean;
|
|
133
|
-
classes: {
|
|
134
|
-
kcBodyClass?: string | undefined;
|
|
135
|
-
kcHeaderWrapperClass?: string | undefined;
|
|
136
|
-
kcLocaleWrapperClass?: string | undefined;
|
|
137
|
-
kcInfoAreaWrapperClass?: string | undefined;
|
|
138
|
-
kcFormButtonsWrapperClass?: string | undefined;
|
|
139
|
-
kcFormOptionsWrapperClass?: string | undefined;
|
|
140
|
-
kcCheckboxInputClass?: string | undefined;
|
|
141
|
-
kcLocaleDropDownClass?: string | undefined;
|
|
142
|
-
kcLocaleListItemClass?: string | undefined;
|
|
143
|
-
kcContentWrapperClass?: string | undefined;
|
|
144
|
-
"kcLogoIdP-facebook"?: string | undefined;
|
|
145
|
-
kcAuthenticatorOTPClass?: string | undefined;
|
|
146
|
-
"kcLogoIdP-bitbucket"?: string | undefined;
|
|
147
|
-
kcAuthenticatorWebAuthnClass?: string | undefined;
|
|
148
|
-
kcWebAuthnDefaultIcon?: string | undefined;
|
|
149
|
-
"kcLogoIdP-stackoverflow"?: string | undefined;
|
|
150
|
-
kcSelectAuthListItemClass?: string | undefined;
|
|
151
|
-
"kcLogoIdP-microsoft"?: string | undefined;
|
|
152
|
-
kcLoginOTPListItemHeaderClass?: string | undefined;
|
|
153
|
-
kcLocaleItemClass?: string | undefined;
|
|
154
|
-
kcLoginOTPListItemIconBodyClass?: string | undefined;
|
|
155
|
-
kcInputHelperTextAfterClass?: string | undefined;
|
|
156
|
-
kcFormClass?: string | undefined;
|
|
157
|
-
kcSelectAuthListClass?: string | undefined;
|
|
158
|
-
kcInputClassRadioCheckboxLabelDisabled?: string | undefined;
|
|
159
|
-
kcSelectAuthListItemIconClass?: string | undefined;
|
|
160
|
-
kcRecoveryCodesWarning?: string | undefined;
|
|
161
|
-
kcFormSettingClass?: string | undefined;
|
|
162
|
-
kcWebAuthnBLE?: string | undefined;
|
|
163
|
-
kcInputWrapperClass?: string | undefined;
|
|
164
|
-
kcSelectAuthListItemArrowIconClass?: string | undefined;
|
|
165
|
-
kcFeedbackAreaClass?: string | undefined;
|
|
166
|
-
kcFormPasswordVisibilityButtonClass?: string | undefined;
|
|
167
|
-
"kcLogoIdP-google"?: string | undefined;
|
|
168
|
-
kcCheckLabelClass?: string | undefined;
|
|
169
|
-
kcSelectAuthListItemFillClass?: string | undefined;
|
|
170
|
-
kcAuthenticatorDefaultClass?: string | undefined;
|
|
171
|
-
"kcLogoIdP-gitlab"?: string | undefined;
|
|
172
|
-
kcFormAreaClass?: string | undefined;
|
|
173
|
-
kcFormButtonsClass?: string | undefined;
|
|
174
|
-
kcInputClassRadioLabel?: string | undefined;
|
|
175
|
-
kcAuthenticatorWebAuthnPasswordlessClass?: string | undefined;
|
|
176
|
-
kcSelectAuthListItemHeadingClass?: string | undefined;
|
|
177
|
-
kcInfoAreaClass?: string | undefined;
|
|
178
|
-
kcLogoLink?: string | undefined;
|
|
179
|
-
kcContainerClass?: string | undefined;
|
|
180
|
-
kcSelectAuthListItemTitle?: string | undefined;
|
|
181
|
-
kcHtmlClass?: string | undefined;
|
|
182
|
-
kcLoginOTPListItemTitleClass?: string | undefined;
|
|
183
|
-
"kcLogoIdP-openshift-v4"?: string | undefined;
|
|
184
|
-
kcWebAuthnUnknownIcon?: string | undefined;
|
|
185
|
-
kcFormSocialAccountNameClass?: string | undefined;
|
|
186
|
-
"kcLogoIdP-openshift-v3"?: string | undefined;
|
|
187
|
-
kcLoginOTPListInputClass?: string | undefined;
|
|
188
|
-
kcWebAuthnUSB?: string | undefined;
|
|
189
|
-
kcInputClassRadio?: string | undefined;
|
|
190
|
-
kcWebAuthnKeyIcon?: string | undefined;
|
|
191
|
-
kcFeedbackInfoIcon?: string | undefined;
|
|
192
|
-
kcCommonLogoIdP?: string | undefined;
|
|
193
|
-
kcRecoveryCodesActions?: string | undefined;
|
|
194
|
-
kcFormGroupHeader?: string | undefined;
|
|
195
|
-
kcFormSocialAccountSectionClass?: string | undefined;
|
|
196
|
-
"kcLogoIdP-instagram"?: string | undefined;
|
|
197
|
-
kcAlertClass?: string | undefined;
|
|
198
|
-
kcHeaderClass?: string | undefined;
|
|
199
|
-
kcLabelWrapperClass?: string | undefined;
|
|
200
|
-
kcFormPasswordVisibilityIconShow?: string | undefined;
|
|
201
|
-
kcFormSocialAccountLinkClass?: string | undefined;
|
|
202
|
-
kcLocaleMainClass?: string | undefined;
|
|
203
|
-
kcInputGroup?: string | undefined;
|
|
204
|
-
kcTextareaClass?: string | undefined;
|
|
205
|
-
kcButtonBlockClass?: string | undefined;
|
|
206
|
-
kcButtonClass?: string | undefined;
|
|
207
|
-
kcWebAuthnNFC?: string | undefined;
|
|
208
|
-
kcLocaleClass?: string | undefined;
|
|
209
|
-
kcInputClassCheckboxInput?: string | undefined;
|
|
210
|
-
kcFeedbackErrorIcon?: string | undefined;
|
|
211
|
-
kcInputLargeClass?: string | undefined;
|
|
212
|
-
kcInputErrorMessageClass?: string | undefined;
|
|
213
|
-
kcRecoveryCodesList?: string | undefined;
|
|
214
|
-
kcFormSocialAccountListClass?: string | undefined;
|
|
215
|
-
kcAlertTitleClass?: string | undefined;
|
|
216
|
-
kcAuthenticatorPasswordClass?: string | undefined;
|
|
217
|
-
kcCheckInputClass?: string | undefined;
|
|
218
|
-
"kcLogoIdP-linkedin"?: string | undefined;
|
|
219
|
-
"kcLogoIdP-twitter"?: string | undefined;
|
|
220
|
-
kcFeedbackWarningIcon?: string | undefined;
|
|
221
|
-
kcResetFlowIcon?: string | undefined;
|
|
222
|
-
kcSelectAuthListItemIconPropertyClass?: string | undefined;
|
|
223
|
-
kcFeedbackSuccessIcon?: string | undefined;
|
|
224
|
-
kcLoginOTPListClass?: string | undefined;
|
|
225
|
-
kcSrOnlyClass?: string | undefined;
|
|
226
|
-
kcFormSocialAccountListGridClass?: string | undefined;
|
|
227
|
-
kcButtonDefaultClass?: string | undefined;
|
|
228
|
-
kcFormGroupErrorClass?: string | undefined;
|
|
229
|
-
kcSelectAuthListItemDescriptionClass?: string | undefined;
|
|
230
|
-
kcSelectAuthListItemBodyClass?: string | undefined;
|
|
231
|
-
kcWebAuthnInternal?: string | undefined;
|
|
232
|
-
kcSelectAuthListItemArrowClass?: string | undefined;
|
|
233
|
-
kcCheckClass?: string | undefined;
|
|
234
|
-
kcContentClass?: string | undefined;
|
|
235
|
-
kcLogoClass?: string | undefined;
|
|
236
|
-
kcLoginOTPListItemIconClass?: string | undefined;
|
|
237
|
-
kcLoginClass?: string | undefined;
|
|
238
|
-
kcSignUpClass?: string | undefined;
|
|
239
|
-
kcButtonLargeClass?: string | undefined;
|
|
240
|
-
kcFormCardClass?: string | undefined;
|
|
241
|
-
kcLocaleListClass?: string | undefined;
|
|
242
|
-
kcInputClass?: string | undefined;
|
|
243
|
-
kcFormGroupClass?: string | undefined;
|
|
244
|
-
"kcLogoIdP-paypal"?: string | undefined;
|
|
245
|
-
kcInputClassCheckbox?: string | undefined;
|
|
246
|
-
kcRecoveryCodesConfirmation?: string | undefined;
|
|
247
|
-
kcFormPasswordVisibilityIconHide?: string | undefined;
|
|
248
|
-
kcInputClassRadioInput?: string | undefined;
|
|
249
|
-
kcFormSocialAccountListButtonClass?: string | undefined;
|
|
250
|
-
kcInputClassCheckboxLabel?: string | undefined;
|
|
251
|
-
kcFormOptionsClass?: string | undefined;
|
|
252
|
-
kcFormHeaderClass?: string | undefined;
|
|
253
|
-
kcFormSocialAccountGridItem?: string | undefined;
|
|
254
|
-
kcButtonPrimaryClass?: string | undefined;
|
|
255
|
-
kcInputHelperTextBeforeClass?: string | undefined;
|
|
256
|
-
"kcLogoIdP-github"?: string | undefined;
|
|
257
|
-
kcLabelClass?: string | undefined;
|
|
258
|
-
};
|
|
259
|
-
}>;
|
|
260
|
-
export { DefaultPage };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DefaultPage';
|
package/src/login/DefaultPage.ts
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import type { ClassKey } from 'keycloakify/login/lib/kcClsx';
|
|
3
|
-
import type { KcContext } from './KcContext';
|
|
4
|
-
|
|
5
|
-
const DefaultPage = async (
|
|
6
|
-
pageId: KcContext['pageId'],
|
|
7
|
-
doMakeUserConfirmPassword = true,
|
|
8
|
-
doUseDefaultCss = true,
|
|
9
|
-
classes: { [key in ClassKey]?: string } = {}
|
|
10
|
-
): Promise<{
|
|
11
|
-
ComponentBootstrap: Type<unknown>;
|
|
12
|
-
doMakeUserConfirmPassword: boolean;
|
|
13
|
-
doUseDefaultCss: boolean;
|
|
14
|
-
classes: { [key in ClassKey]?: string };
|
|
15
|
-
}> => {
|
|
16
|
-
let ComponentBootstrapPromise;
|
|
17
|
-
switch (pageId) {
|
|
18
|
-
case 'login.ftl':
|
|
19
|
-
ComponentBootstrapPromise = import(
|
|
20
|
-
'@keycloakify/angular/login/pages/login'
|
|
21
|
-
).then(c => c.LoginComponent);
|
|
22
|
-
break;
|
|
23
|
-
case 'login-username.ftl':
|
|
24
|
-
ComponentBootstrapPromise = import(
|
|
25
|
-
'@keycloakify/angular/login/pages/login-username'
|
|
26
|
-
).then(c => c.LoginUsernameComponent);
|
|
27
|
-
break;
|
|
28
|
-
case 'login-password.ftl':
|
|
29
|
-
ComponentBootstrapPromise = import(
|
|
30
|
-
'@keycloakify/angular/login/pages/login-password'
|
|
31
|
-
).then(c => c.LoginPasswordComponent);
|
|
32
|
-
break;
|
|
33
|
-
case 'webauthn-authenticate.ftl':
|
|
34
|
-
ComponentBootstrapPromise = import(
|
|
35
|
-
'@keycloakify/angular/login/pages/webauthn-authenticate'
|
|
36
|
-
).then(c => c.WebauthnAuthenticateComponent);
|
|
37
|
-
break;
|
|
38
|
-
case 'webauthn-register.ftl':
|
|
39
|
-
ComponentBootstrapPromise = import(
|
|
40
|
-
'@keycloakify/angular/login/pages/webauthn-register'
|
|
41
|
-
).then(c => c.WebauthnRegisterComponent);
|
|
42
|
-
break;
|
|
43
|
-
case 'register.ftl':
|
|
44
|
-
ComponentBootstrapPromise = import(
|
|
45
|
-
'@keycloakify/angular/login/pages/register'
|
|
46
|
-
).then(c => c.RegisterComponent);
|
|
47
|
-
break;
|
|
48
|
-
case 'info.ftl':
|
|
49
|
-
ComponentBootstrapPromise = import(
|
|
50
|
-
'@keycloakify/angular/login/pages/info'
|
|
51
|
-
).then(c => c.InfoComponent);
|
|
52
|
-
break;
|
|
53
|
-
case 'error.ftl':
|
|
54
|
-
ComponentBootstrapPromise = import(
|
|
55
|
-
'@keycloakify/angular/login/pages/error'
|
|
56
|
-
).then(c => c.ErrorComponent);
|
|
57
|
-
break;
|
|
58
|
-
case 'login-reset-password.ftl':
|
|
59
|
-
ComponentBootstrapPromise = import(
|
|
60
|
-
'@keycloakify/angular/login/pages/login-reset-password'
|
|
61
|
-
).then(c => c.LoginResetPasswordComponent);
|
|
62
|
-
break;
|
|
63
|
-
case 'login-verify-email.ftl':
|
|
64
|
-
ComponentBootstrapPromise = import(
|
|
65
|
-
'@keycloakify/angular/login/pages/login-verify-email'
|
|
66
|
-
).then(c => c.LoginVerifyEmailComponent);
|
|
67
|
-
break;
|
|
68
|
-
case 'terms.ftl':
|
|
69
|
-
ComponentBootstrapPromise = import(
|
|
70
|
-
'@keycloakify/angular/login/pages/terms'
|
|
71
|
-
).then(c => c.TermsComponent);
|
|
72
|
-
break;
|
|
73
|
-
case 'login-oauth2-device-verify-user-code.ftl':
|
|
74
|
-
ComponentBootstrapPromise = import(
|
|
75
|
-
'@keycloakify/angular/login/pages/login-oauth2-device-verify-user-code'
|
|
76
|
-
).then(c => c.LoginOauth2DeviceVerifyUserCodeComponent);
|
|
77
|
-
break;
|
|
78
|
-
case 'login-oauth-grant.ftl':
|
|
79
|
-
ComponentBootstrapPromise = import(
|
|
80
|
-
'@keycloakify/angular/login/pages/login-oauth-grant'
|
|
81
|
-
).then(c => c.LoginOauthGrantComponent);
|
|
82
|
-
break;
|
|
83
|
-
case 'login-otp.ftl':
|
|
84
|
-
ComponentBootstrapPromise = import(
|
|
85
|
-
'@keycloakify/angular/login/pages/login-otp'
|
|
86
|
-
).then(c => c.LoginOtpComponent);
|
|
87
|
-
|
|
88
|
-
break;
|
|
89
|
-
case 'login-update-profile.ftl':
|
|
90
|
-
ComponentBootstrapPromise = import(
|
|
91
|
-
'@keycloakify/angular/login/pages/login-update-profile'
|
|
92
|
-
).then(c => c.LoginUpdateProfileComponent);
|
|
93
|
-
break;
|
|
94
|
-
case 'login-update-password.ftl':
|
|
95
|
-
ComponentBootstrapPromise = import(
|
|
96
|
-
'@keycloakify/angular/login/pages/login-update-password'
|
|
97
|
-
).then(c => c.LoginUpdatePasswordComponent);
|
|
98
|
-
break;
|
|
99
|
-
case 'login-idp-link-confirm.ftl':
|
|
100
|
-
ComponentBootstrapPromise = import(
|
|
101
|
-
'@keycloakify/angular/login/pages/login-idp-link-confirm'
|
|
102
|
-
).then(c => c.LoginIdpLinkConfirmComponent);
|
|
103
|
-
break;
|
|
104
|
-
case 'login-idp-link-email.ftl':
|
|
105
|
-
ComponentBootstrapPromise = import(
|
|
106
|
-
'@keycloakify/angular/login/pages/login-idp-link-email'
|
|
107
|
-
).then(c => c.LoginIdpLinkEmailComponent);
|
|
108
|
-
break;
|
|
109
|
-
case 'login-page-expired.ftl':
|
|
110
|
-
ComponentBootstrapPromise = import(
|
|
111
|
-
'@keycloakify/angular/login/pages/login-page-expired'
|
|
112
|
-
).then(c => c.LoginPageExpiredComponent);
|
|
113
|
-
break;
|
|
114
|
-
case 'login-config-totp.ftl':
|
|
115
|
-
ComponentBootstrapPromise = import(
|
|
116
|
-
'@keycloakify/angular/login/pages/login-config-totp'
|
|
117
|
-
).then(c => c.LoginConfigTotpComponent);
|
|
118
|
-
break;
|
|
119
|
-
case 'logout-confirm.ftl':
|
|
120
|
-
ComponentBootstrapPromise = import(
|
|
121
|
-
'@keycloakify/angular/login/pages/logout-confirm'
|
|
122
|
-
).then(c => c.LogoutConfirmComponent);
|
|
123
|
-
break;
|
|
124
|
-
case 'idp-review-user-profile.ftl':
|
|
125
|
-
ComponentBootstrapPromise = import(
|
|
126
|
-
'@keycloakify/angular/login/pages/idp-review-user-profile'
|
|
127
|
-
).then(c => c.IdpReviewUserProfileComponent);
|
|
128
|
-
break;
|
|
129
|
-
case 'update-email.ftl':
|
|
130
|
-
ComponentBootstrapPromise = import(
|
|
131
|
-
'@keycloakify/angular/login/pages/update-email'
|
|
132
|
-
).then(c => c.UpdateEmailComponent);
|
|
133
|
-
break;
|
|
134
|
-
case 'select-authenticator.ftl':
|
|
135
|
-
ComponentBootstrapPromise = import(
|
|
136
|
-
'@keycloakify/angular/login/pages/select-authenticator'
|
|
137
|
-
).then(c => c.SelectAuthenticatorComponent);
|
|
138
|
-
break;
|
|
139
|
-
case 'saml-post-form.ftl':
|
|
140
|
-
ComponentBootstrapPromise = import(
|
|
141
|
-
'@keycloakify/angular/login/pages/saml-post-form'
|
|
142
|
-
).then(c => c.SamlPostFormComponent);
|
|
143
|
-
break;
|
|
144
|
-
case 'delete-credential.ftl':
|
|
145
|
-
ComponentBootstrapPromise = import(
|
|
146
|
-
'@keycloakify/angular/login/pages/delete-credential'
|
|
147
|
-
).then(c => c.DeleteCredentialComponent);
|
|
148
|
-
break;
|
|
149
|
-
case 'code.ftl':
|
|
150
|
-
ComponentBootstrapPromise = import(
|
|
151
|
-
'@keycloakify/angular/login/pages/code'
|
|
152
|
-
).then(c => c.CodeComponent);
|
|
153
|
-
break;
|
|
154
|
-
case 'delete-account-confirm.ftl':
|
|
155
|
-
ComponentBootstrapPromise = import(
|
|
156
|
-
'@keycloakify/angular/login/pages/delete-account-confirm'
|
|
157
|
-
).then(c => c.DeleteAccountConfirmComponent);
|
|
158
|
-
break;
|
|
159
|
-
case 'frontchannel-logout.ftl':
|
|
160
|
-
ComponentBootstrapPromise = import(
|
|
161
|
-
'@keycloakify/angular/login/pages/frontchannel-logout'
|
|
162
|
-
).then(c => c.FrontchannelLogoutComponent);
|
|
163
|
-
break;
|
|
164
|
-
case 'login-recovery-authn-code-config.ftl':
|
|
165
|
-
ComponentBootstrapPromise = import(
|
|
166
|
-
'@keycloakify/angular/login/pages/login-recovery-authn-code-config'
|
|
167
|
-
).then(c => c.LoginRecoveryAuthnCodeConfigComponent);
|
|
168
|
-
break;
|
|
169
|
-
case 'login-recovery-authn-code-input.ftl':
|
|
170
|
-
ComponentBootstrapPromise = import(
|
|
171
|
-
'@keycloakify/angular/login/pages/login-recovery-authn-code-input'
|
|
172
|
-
).then(c => c.LoginRecoveryAuthnCodeInputComponent);
|
|
173
|
-
break;
|
|
174
|
-
case 'login-reset-otp.ftl':
|
|
175
|
-
ComponentBootstrapPromise = import(
|
|
176
|
-
'@keycloakify/angular/login/pages/login-reset-otp'
|
|
177
|
-
).then(c => c.LoginResetOtpComponent);
|
|
178
|
-
break;
|
|
179
|
-
case 'login-x509-info.ftl':
|
|
180
|
-
ComponentBootstrapPromise = import(
|
|
181
|
-
'@keycloakify/angular/login/pages/login-x509-info'
|
|
182
|
-
).then(c => c.LoginX509InfoComponent);
|
|
183
|
-
break;
|
|
184
|
-
case 'webauthn-error.ftl':
|
|
185
|
-
ComponentBootstrapPromise = import(
|
|
186
|
-
'@keycloakify/angular/login/pages/webauthn-error'
|
|
187
|
-
).then(c => c.WebauthnErrorComponent);
|
|
188
|
-
break;
|
|
189
|
-
case 'login-passkeys-conditional-authenticate.ftl':
|
|
190
|
-
ComponentBootstrapPromise = import(
|
|
191
|
-
'@keycloakify/angular/login/pages/login-passkeys-conditional-authenticate'
|
|
192
|
-
).then(c => c.LoginPasskeysConditionalAuthenticateComponent);
|
|
193
|
-
break;
|
|
194
|
-
case 'login-idp-link-confirm-override.ftl':
|
|
195
|
-
ComponentBootstrapPromise = import(
|
|
196
|
-
'@keycloakify/angular/login/pages/login-idp-link-confirm-override'
|
|
197
|
-
).then(c => c.LoginIdpLinkConfirmOverrideComponent);
|
|
198
|
-
break;
|
|
199
|
-
}
|
|
200
|
-
return ComponentBootstrapPromise?.then(ComponentBootstrap => ({
|
|
201
|
-
ComponentBootstrap,
|
|
202
|
-
doMakeUserConfirmPassword,
|
|
203
|
-
doUseDefaultCss,
|
|
204
|
-
classes
|
|
205
|
-
}));
|
|
206
|
-
};
|
|
207
|
-
|
|
208
|
-
export { DefaultPage };
|