keycloakify 9.4.0-rc.13 → 9.4.0-rc.15
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/i18n/baseMessages/index.d.ts +358 -0
- package/account/i18n/baseMessages/index.js +2 -1
- package/account/i18n/baseMessages/index.js.map +1 -1
- package/bin/copy-keycloak-resources-to-public.d.ts +1 -0
- package/bin/copy-keycloak-resources-to-public.js +4 -3
- package/bin/copy-keycloak-resources-to-public.js.map +1 -1
- package/bin/keycloakify/keycloakify.js +1 -1
- package/login/i18n/baseMessages/index.d.ts +458 -0
- package/login/i18n/baseMessages/index.js +2 -1
- package/login/i18n/baseMessages/index.js.map +1 -1
- package/package.json +1 -1
- package/src/account/i18n/baseMessages/index.ts +2 -1
- package/src/bin/copy-keycloak-resources-to-public.ts +6 -4
- package/src/bin/keycloakify/keycloakify.ts +1 -1
- package/src/login/i18n/baseMessages/index.ts +2 -1
- package/src/vite-plugin/vite-plugin.ts +21 -13
- package/vite-plugin/tsconfig.tsbuildinfo +1 -1
- package/vite-plugin/vite-plugin.d.ts +1 -2
- package/vite-plugin/vite-plugin.js +14 -8
- package/vite-plugin/vite-plugin.js.map +1 -1
@@ -1,4 +1,362 @@
|
|
1
1
|
export declare function getMessages(currentLanguageTag: string): Promise<{
|
2
|
+
doSave: string;
|
3
|
+
doCancel: string;
|
4
|
+
doLogOutAllSessions: string;
|
5
|
+
doRemove: string;
|
6
|
+
doAdd: string;
|
7
|
+
doSignOut: string;
|
8
|
+
doLogIn: string;
|
9
|
+
doLink: string;
|
10
|
+
noAccessMessage: string;
|
11
|
+
personalInfoSidebarTitle: string;
|
12
|
+
accountSecuritySidebarTitle: string;
|
13
|
+
signingInSidebarTitle: string;
|
14
|
+
deviceActivitySidebarTitle: string;
|
15
|
+
linkedAccountsSidebarTitle: string;
|
16
|
+
editAccountHtmlTitle: string;
|
17
|
+
personalInfoHtmlTitle: string;
|
18
|
+
federatedIdentitiesHtmlTitle: string;
|
19
|
+
accountLogHtmlTitle: string;
|
20
|
+
changePasswordHtmlTitle: string;
|
21
|
+
deviceActivityHtmlTitle: string;
|
22
|
+
sessionsHtmlTitle: string;
|
23
|
+
accountManagementTitle: string;
|
24
|
+
authenticatorTitle: string;
|
25
|
+
applicationsHtmlTitle: string;
|
26
|
+
linkedAccountsHtmlTitle: string;
|
27
|
+
accountManagementWelcomeMessage: string;
|
28
|
+
personalInfoIntroMessage: string;
|
29
|
+
accountSecurityTitle: string;
|
30
|
+
accountSecurityIntroMessage: string;
|
31
|
+
applicationsIntroMessage: string;
|
32
|
+
resourceIntroMessage: string;
|
33
|
+
passwordLastUpdateMessage: string;
|
34
|
+
updatePasswordTitle: string;
|
35
|
+
updatePasswordMessageTitle: string;
|
36
|
+
updatePasswordMessage: string;
|
37
|
+
personalSubTitle: string;
|
38
|
+
personalSubMessage: string;
|
39
|
+
authenticatorCode: string;
|
40
|
+
email: string;
|
41
|
+
firstName: string;
|
42
|
+
givenName: string;
|
43
|
+
fullName: string;
|
44
|
+
lastName: string;
|
45
|
+
familyName: string;
|
46
|
+
password: string;
|
47
|
+
currentPassword: string;
|
48
|
+
passwordConfirm: string;
|
49
|
+
passwordNew: string;
|
50
|
+
username: string;
|
51
|
+
address: string;
|
52
|
+
street: string;
|
53
|
+
locality: string;
|
54
|
+
region: string;
|
55
|
+
postal_code: string;
|
56
|
+
country: string;
|
57
|
+
emailVerified: string;
|
58
|
+
website: string;
|
59
|
+
phoneNumber: string;
|
60
|
+
phoneNumberVerified: string;
|
61
|
+
gender: string;
|
62
|
+
birthday: string;
|
63
|
+
zoneinfo: string;
|
64
|
+
gssDelegationCredential: string;
|
65
|
+
profileScopeConsentText: string;
|
66
|
+
emailScopeConsentText: string;
|
67
|
+
addressScopeConsentText: string;
|
68
|
+
phoneScopeConsentText: string;
|
69
|
+
offlineAccessScopeConsentText: string;
|
70
|
+
samlRoleListScopeConsentText: string;
|
71
|
+
rolesScopeConsentText: string;
|
72
|
+
role_admin: string;
|
73
|
+
"role_realm-admin": string;
|
74
|
+
"role_create-realm": string;
|
75
|
+
"role_view-realm": string;
|
76
|
+
"role_view-users": string;
|
77
|
+
"role_view-applications": string;
|
78
|
+
"role_view-groups": string;
|
79
|
+
"role_view-clients": string;
|
80
|
+
"role_view-events": string;
|
81
|
+
"role_view-identity-providers": string;
|
82
|
+
"role_view-consent": string;
|
83
|
+
"role_manage-realm": string;
|
84
|
+
"role_manage-users": string;
|
85
|
+
"role_manage-applications": string;
|
86
|
+
"role_manage-identity-providers": string;
|
87
|
+
"role_manage-clients": string;
|
88
|
+
"role_manage-events": string;
|
89
|
+
"role_view-profile": string;
|
90
|
+
"role_manage-account": string;
|
91
|
+
"role_manage-account-links": string;
|
92
|
+
"role_manage-consent": string;
|
93
|
+
"role_read-token": string;
|
94
|
+
"role_offline-access": string;
|
95
|
+
role_uma_authorization: string;
|
96
|
+
client_account: string;
|
97
|
+
"client_account-console": string;
|
98
|
+
"client_security-admin-console": string;
|
99
|
+
"client_admin-cli": string;
|
100
|
+
"client_realm-management": string;
|
101
|
+
client_broker: string;
|
102
|
+
requiredFields: string;
|
103
|
+
allFieldsRequired: string;
|
104
|
+
backToApplication: string;
|
105
|
+
backTo: string;
|
106
|
+
date: string;
|
107
|
+
event: string;
|
108
|
+
ip: string;
|
109
|
+
client: string;
|
110
|
+
clients: string;
|
111
|
+
details: string;
|
112
|
+
started: string;
|
113
|
+
lastAccess: string;
|
114
|
+
expires: string;
|
115
|
+
applications: string;
|
116
|
+
account: string;
|
117
|
+
federatedIdentity: string;
|
118
|
+
authenticator: string;
|
119
|
+
"device-activity": string;
|
120
|
+
sessions: string;
|
121
|
+
log: string;
|
122
|
+
application: string;
|
123
|
+
availableRoles: string;
|
124
|
+
grantedPermissions: string;
|
125
|
+
grantedPersonalInfo: string;
|
126
|
+
additionalGrants: string;
|
127
|
+
action: string;
|
128
|
+
inResource: string;
|
129
|
+
fullAccess: string;
|
130
|
+
offlineToken: string;
|
131
|
+
revoke: string;
|
132
|
+
configureAuthenticators: string;
|
133
|
+
mobile: string;
|
134
|
+
totpStep1: string;
|
135
|
+
totpStep2: string;
|
136
|
+
totpStep3: string;
|
137
|
+
totpStep3DeviceName: string;
|
138
|
+
totpManualStep2: string;
|
139
|
+
totpManualStep3: string;
|
140
|
+
totpUnableToScan: string;
|
141
|
+
totpScanBarcode: string;
|
142
|
+
"totp.totp": string;
|
143
|
+
"totp.hotp": string;
|
144
|
+
totpType: string;
|
145
|
+
totpAlgorithm: string;
|
146
|
+
totpDigits: string;
|
147
|
+
totpInterval: string;
|
148
|
+
totpCounter: string;
|
149
|
+
totpDeviceName: string;
|
150
|
+
totpAppFreeOTPName: string;
|
151
|
+
totpAppGoogleName: string;
|
152
|
+
totpAppMicrosoftAuthenticatorName: string;
|
153
|
+
irreversibleAction: string;
|
154
|
+
deletingImplies: string;
|
155
|
+
errasingData: string;
|
156
|
+
loggingOutImmediately: string;
|
157
|
+
accountUnusable: string;
|
158
|
+
missingUsernameMessage: string;
|
159
|
+
missingFirstNameMessage: string;
|
160
|
+
invalidEmailMessage: string;
|
161
|
+
missingLastNameMessage: string;
|
162
|
+
missingEmailMessage: string;
|
163
|
+
missingPasswordMessage: string;
|
164
|
+
notMatchPasswordMessage: string;
|
165
|
+
invalidUserMessage: string;
|
166
|
+
updateReadOnlyAttributesRejectedMessage: string;
|
167
|
+
missingTotpMessage: string;
|
168
|
+
missingTotpDeviceNameMessage: string;
|
169
|
+
invalidPasswordExistingMessage: string;
|
170
|
+
invalidPasswordConfirmMessage: string;
|
171
|
+
invalidTotpMessage: string;
|
172
|
+
usernameExistsMessage: string;
|
173
|
+
emailExistsMessage: string;
|
174
|
+
readOnlyUserMessage: string;
|
175
|
+
readOnlyUsernameMessage: string;
|
176
|
+
readOnlyPasswordMessage: string;
|
177
|
+
successTotpMessage: string;
|
178
|
+
successTotpRemovedMessage: string;
|
179
|
+
successGrantRevokedMessage: string;
|
180
|
+
accountUpdatedMessage: string;
|
181
|
+
accountPasswordUpdatedMessage: string;
|
182
|
+
missingIdentityProviderMessage: string;
|
183
|
+
invalidFederatedIdentityActionMessage: string;
|
184
|
+
identityProviderNotFoundMessage: string;
|
185
|
+
federatedIdentityLinkNotActiveMessage: string;
|
186
|
+
federatedIdentityRemovingLastProviderMessage: string;
|
187
|
+
identityProviderRedirectErrorMessage: string;
|
188
|
+
identityProviderRemovedMessage: string;
|
189
|
+
identityProviderAlreadyLinkedMessage: string;
|
190
|
+
staleCodeAccountMessage: string;
|
191
|
+
consentDenied: string;
|
192
|
+
"access-denied-when-idp-auth": string;
|
193
|
+
accountDisabledMessage: string;
|
194
|
+
accountTemporarilyDisabledMessage: string;
|
195
|
+
invalidPasswordMinLengthMessage: string;
|
196
|
+
invalidPasswordMaxLengthMessage: string;
|
197
|
+
invalidPasswordMinLowerCaseCharsMessage: string;
|
198
|
+
invalidPasswordMinDigitsMessage: string;
|
199
|
+
invalidPasswordMinUpperCaseCharsMessage: string;
|
200
|
+
invalidPasswordMinSpecialCharsMessage: string;
|
201
|
+
invalidPasswordNotUsernameMessage: string;
|
202
|
+
invalidPasswordNotEmailMessage: string;
|
203
|
+
invalidPasswordRegexPatternMessage: string;
|
204
|
+
invalidPasswordHistoryMessage: string;
|
205
|
+
invalidPasswordBlacklistedMessage: string;
|
206
|
+
invalidPasswordGenericMessage: string;
|
207
|
+
myResources: string;
|
208
|
+
myResourcesSub: string;
|
209
|
+
doDeny: string;
|
210
|
+
doRevoke: string;
|
211
|
+
doApprove: string;
|
212
|
+
doRemoveSharing: string;
|
213
|
+
doRemoveRequest: string;
|
214
|
+
peopleAccessResource: string;
|
215
|
+
resourceManagedPolicies: string;
|
216
|
+
resourceNoPermissionsGrantingAccess: string;
|
217
|
+
anyAction: string;
|
218
|
+
description: string;
|
219
|
+
name: string;
|
220
|
+
scopes: string;
|
221
|
+
resource: string;
|
222
|
+
user: string;
|
223
|
+
peopleSharingThisResource: string;
|
224
|
+
shareWithOthers: string;
|
225
|
+
needMyApproval: string;
|
226
|
+
requestsWaitingApproval: string;
|
227
|
+
icon: string;
|
228
|
+
requestor: string;
|
229
|
+
owner: string;
|
230
|
+
resourcesSharedWithMe: string;
|
231
|
+
permissionRequestion: string;
|
232
|
+
permission: string;
|
233
|
+
shares: string;
|
234
|
+
notBeingShared: string;
|
235
|
+
notHaveAnyResource: string;
|
236
|
+
noResourcesSharedWithYou: string;
|
237
|
+
havePermissionRequestsWaitingForApproval: string;
|
238
|
+
clickHereForDetails: string;
|
239
|
+
resourceIsNotBeingShared: string;
|
240
|
+
locale_ar: string;
|
241
|
+
locale_ca: string;
|
242
|
+
locale_cs: string;
|
243
|
+
locale_de: string;
|
244
|
+
locale_en: string;
|
245
|
+
locale_es: string;
|
246
|
+
locale_fr: string;
|
247
|
+
locale_hu: string;
|
248
|
+
locale_fa: string;
|
249
|
+
locale_it: string;
|
250
|
+
locale_ja: string;
|
251
|
+
locale_lt: string;
|
252
|
+
locale_nl: string;
|
253
|
+
locale_no: string;
|
254
|
+
locale_pl: string;
|
255
|
+
"locale_pt-BR": string;
|
256
|
+
locale_ru: string;
|
257
|
+
locale_sk: string;
|
258
|
+
locale_sv: string;
|
259
|
+
locale_th: string;
|
260
|
+
locale_tr: string;
|
261
|
+
"locale_zh-CN": string;
|
262
|
+
locale_fi: string;
|
263
|
+
applicationName: string;
|
264
|
+
applicationType: string;
|
265
|
+
applicationInUse: string;
|
266
|
+
clearAllFilter: string;
|
267
|
+
activeFilters: string;
|
268
|
+
filterByName: string;
|
269
|
+
allApps: string;
|
270
|
+
internalApps: string;
|
271
|
+
thirdpartyApps: string;
|
272
|
+
appResults: string;
|
273
|
+
clientNotFoundMessage: string;
|
274
|
+
authorizedProvider: string;
|
275
|
+
authorizedProviderMessage: string;
|
276
|
+
identityProvider: string;
|
277
|
+
identityProviderMessage: string;
|
278
|
+
socialLogin: string;
|
279
|
+
userDefined: string;
|
280
|
+
removeAccess: string;
|
281
|
+
removeAccessMessage: string;
|
282
|
+
authenticatorStatusMessage: string;
|
283
|
+
authenticatorFinishSetUpTitle: string;
|
284
|
+
authenticatorFinishSetUpMessage: string;
|
285
|
+
authenticatorSubTitle: string;
|
286
|
+
authenticatorSubMessage: string;
|
287
|
+
authenticatorMobileTitle: string;
|
288
|
+
authenticatorMobileMessage: string;
|
289
|
+
authenticatorMobileFinishSetUpMessage: string;
|
290
|
+
authenticatorActionSetup: string;
|
291
|
+
authenticatorSMSTitle: string;
|
292
|
+
authenticatorSMSMessage: string;
|
293
|
+
authenticatorSMSFinishSetUpMessage: string;
|
294
|
+
authenticatorDefaultStatus: string;
|
295
|
+
authenticatorChangePhone: string;
|
296
|
+
authenticatorMobileSetupTitle: string;
|
297
|
+
smscodeIntroMessage: string;
|
298
|
+
mobileSetupStep1: string;
|
299
|
+
mobileSetupStep2: string;
|
300
|
+
mobileSetupStep3: string;
|
301
|
+
scanBarCode: string;
|
302
|
+
enterBarCode: string;
|
303
|
+
doCopy: string;
|
304
|
+
doFinish: string;
|
305
|
+
authenticatorSMSCodeSetupTitle: string;
|
306
|
+
chooseYourCountry: string;
|
307
|
+
enterYourPhoneNumber: string;
|
308
|
+
sendVerficationCode: string;
|
309
|
+
enterYourVerficationCode: string;
|
310
|
+
authenticatorBackupCodesSetupTitle: string;
|
311
|
+
realmName: string;
|
312
|
+
doDownload: string;
|
313
|
+
doPrint: string;
|
314
|
+
generateNewBackupCodes: string;
|
315
|
+
backtoAuthenticatorPage: string;
|
316
|
+
resources: string;
|
317
|
+
sharedwithMe: string;
|
318
|
+
share: string;
|
319
|
+
sharedwith: string;
|
320
|
+
accessPermissions: string;
|
321
|
+
permissionRequests: string;
|
322
|
+
approve: string;
|
323
|
+
approveAll: string;
|
324
|
+
people: string;
|
325
|
+
perPage: string;
|
326
|
+
currentPage: string;
|
327
|
+
sharetheResource: string;
|
328
|
+
group: string;
|
329
|
+
selectPermission: string;
|
330
|
+
addPeople: string;
|
331
|
+
addTeam: string;
|
332
|
+
myPermissions: string;
|
333
|
+
waitingforApproval: string;
|
334
|
+
anyPermission: string;
|
335
|
+
"openshift.scope.user_info": string;
|
336
|
+
"openshift.scope.user_check-access": string;
|
337
|
+
"openshift.scope.user_full": string;
|
338
|
+
"openshift.scope.list-projects": string;
|
339
|
+
"error-invalid-value": string;
|
340
|
+
"error-invalid-blank": string;
|
341
|
+
"error-empty": string;
|
342
|
+
"error-invalid-length": string;
|
343
|
+
"error-invalid-length-too-short": string;
|
344
|
+
"error-invalid-length-too-long": string;
|
345
|
+
"error-invalid-email": string;
|
346
|
+
"error-invalid-number": string;
|
347
|
+
"error-number-out-of-range": string;
|
348
|
+
"error-number-out-of-range-too-small": string;
|
349
|
+
"error-number-out-of-range-too-big": string;
|
350
|
+
"error-pattern-no-match": string;
|
351
|
+
"error-invalid-uri": string;
|
352
|
+
"error-invalid-uri-scheme": string;
|
353
|
+
"error-invalid-uri-fragment": string;
|
354
|
+
"error-user-attribute-required": string;
|
355
|
+
"error-invalid-date": string;
|
356
|
+
"error-user-attribute-read-only": string;
|
357
|
+
"error-username-invalid-character": string;
|
358
|
+
"error-person-name-invalid-character": string;
|
359
|
+
} | {
|
2
360
|
doSave: string;
|
3
361
|
doCancel: string;
|
4
362
|
doLogOutAllSessions: string;
|
@@ -1,15 +1,16 @@
|
|
1
1
|
//This code was automatically generated by running scripts/generate-i18n-messages.ts
|
2
2
|
//PLEASE DO NOT EDIT MANUALLY
|
3
|
+
import * as en from "./en";
|
3
4
|
export async function getMessages(currentLanguageTag) {
|
4
5
|
const { default: messages } = await (() => {
|
5
6
|
switch (currentLanguageTag) {
|
7
|
+
case "en": return en;
|
6
8
|
case "ar": return import("./ar");
|
7
9
|
case "ca": return import("./ca");
|
8
10
|
case "cs": return import("./cs");
|
9
11
|
case "da": return import("./da");
|
10
12
|
case "de": return import("./de");
|
11
13
|
case "el": return import("./el");
|
12
|
-
case "en": return import("./en");
|
13
14
|
case "es": return import("./es");
|
14
15
|
case "fa": return import("./fa");
|
15
16
|
case "fi": return import("./fi");
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/account/i18n/baseMessages/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,6BAA6B;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/account/i18n/baseMessages/index.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,6BAA6B;AAC7B,OAAO,KAAK,EAAE,MAAM,MAAM,CAAC;AAE3B,MAAM,CAAC,KAAK,UAAU,WAAW,CAAC,kBAA0B;IACxD,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,MAAM,CAAC,GAAG,EAAE;QACtC,QAAQ,kBAAkB,EAAE;YACxB,KAAK,IAAI,CAAC,CAAC,OAAO,EAAE,CAAC;YACrB,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,OAAO,CAAC,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;YACvC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,IAAI,CAAC,CAAC,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;YACjC,KAAK,OAAO,CAAC,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;YACvC,OAAO,CAAC,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,EAAE,CAAC;SACrC;IACL,CAAC,CAAC,EAAE,CAAC;IACL,OAAO,QAAQ,CAAC;AACpB,CAAC"}
|
@@ -4,6 +4,7 @@ export declare function copyKeycloakResourcesToPublic(params: {
|
|
4
4
|
processArgv: string[];
|
5
5
|
}): Promise<void>;
|
6
6
|
export declare function generateKeycloakifyBuildinfoRaw(params: {
|
7
|
+
destDirPath: string;
|
7
8
|
keycloakifyVersion: string;
|
8
9
|
buildOptions: BuildOptionsLike & {
|
9
10
|
loginThemeResourcesFromKeycloakVersion: string;
|
@@ -103,6 +103,7 @@ function copyKeycloakResourcesToPublic(params) {
|
|
103
103
|
destDirPath = (0, path_1.join)(buildOptions.publicDirPath, constants_1.keycloak_resources);
|
104
104
|
keycloakifyBuildinfoFilePath = (0, path_1.join)(destDirPath, "keycloakify.buildinfo");
|
105
105
|
keycloakifyBuildinfoRaw = generateKeycloakifyBuildinfoRaw({
|
106
|
+
destDirPath: destDirPath,
|
106
107
|
"keycloakifyVersion": (0, readThisNpmProjectVersion_1.readThisNpmProjectVersion)(),
|
107
108
|
buildOptions: buildOptions
|
108
109
|
}).keycloakifyBuildinfoRaw;
|
@@ -181,15 +182,15 @@ function copyKeycloakResourcesToPublic(params) {
|
|
181
182
|
}
|
182
183
|
exports.copyKeycloakResourcesToPublic = copyKeycloakResourcesToPublic;
|
183
184
|
function generateKeycloakifyBuildinfoRaw(params) {
|
184
|
-
var keycloakifyVersion = params.keycloakifyVersion, buildOptions = params.buildOptions;
|
185
|
+
var destDirPath = params.destDirPath, keycloakifyVersion = params.keycloakifyVersion, buildOptions = params.buildOptions;
|
185
186
|
var cacheDirPath = buildOptions.cacheDirPath, npmWorkspaceRootDirPath = buildOptions.npmWorkspaceRootDirPath, loginThemeResourcesFromKeycloakVersion = buildOptions.loginThemeResourcesFromKeycloakVersion, rest = __rest(buildOptions, ["cacheDirPath", "npmWorkspaceRootDirPath", "loginThemeResourcesFromKeycloakVersion"]);
|
186
187
|
(0, assert_1.assert)(true);
|
187
188
|
var keycloakifyBuildinfoRaw = JSON.stringify({
|
188
189
|
keycloakifyVersion: keycloakifyVersion,
|
189
190
|
"buildOptions": {
|
190
191
|
loginThemeResourcesFromKeycloakVersion: loginThemeResourcesFromKeycloakVersion,
|
191
|
-
cacheDirPath: cacheDirPath,
|
192
|
-
npmWorkspaceRootDirPath: npmWorkspaceRootDirPath
|
192
|
+
"cacheDirPath": (0, path_1.relative)(destDirPath, cacheDirPath),
|
193
|
+
"npmWorkspaceRootDirPath": (0, path_1.relative)(destDirPath, npmWorkspaceRootDirPath)
|
193
194
|
}
|
194
195
|
}, null, 2);
|
195
196
|
return { keycloakifyBuildinfoRaw: keycloakifyBuildinfoRaw };
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"copy-keycloak-resources-to-public.js","sourceRoot":"","sources":["../src/bin/copy-keycloak-resources-to-public.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,+GAAqI;AACrI,
|
1
|
+
{"version":3,"file":"copy-keycloak-resources-to-public.js","sourceRoot":"","sources":["../src/bin/copy-keycloak-resources-to-public.ts"],"names":[],"mappings":"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"}
|
@@ -169,7 +169,7 @@ function main() {
|
|
169
169
|
" Note that Keycloak 22 is only supported for login and email theme but not for account themes. "
|
170
170
|
].join("\n"), "utf8"));
|
171
171
|
}
|
172
|
-
containerKeycloakVersion = "23.0.
|
172
|
+
containerKeycloakVersion = "23.0.6";
|
173
173
|
(0, generateStartKeycloakTestingContainer_1.generateStartKeycloakTestingContainer)({
|
174
174
|
"keycloakVersion": containerKeycloakVersion,
|
175
175
|
jarFilePath: jarFilePath,
|