@keycloak/keycloak-admin-ui 26.0.8 → 26.1.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/lib/.vite/manifest.json +30 -21
- package/lib/Banners.d.ts +5 -0
- package/lib/{CreateFlow-D3hVgFZr.js → CreateFlow--atMTNJc.js} +9 -9
- package/lib/{CreateFlow-D3hVgFZr.js.map → CreateFlow--atMTNJc.js.map} +1 -1
- package/lib/DetailOrganization-az4NPzMy.js +164 -0
- package/lib/DetailOrganization-az4NPzMy.js.map +1 -0
- package/lib/{ExecutorForm-Dp7Iqxos.js → ExecutorForm-DaRc7uVA.js} +27 -27
- package/lib/{ExecutorForm-Dp7Iqxos.js.map → ExecutorForm-DaRc7uVA.js.map} +1 -1
- package/lib/FlowDetails-qeT2t76N.js +10786 -0
- package/lib/FlowDetails-qeT2t76N.js.map +1 -0
- package/lib/NewOrganization-DPk2Gzku.js +36 -0
- package/lib/{NewOrganization-CQAjr9Dn.js.map → NewOrganization-DPk2Gzku.js.map} +1 -1
- package/lib/PageHeaderClearCachesModal.d.ts +4 -0
- package/lib/{PermissionDetails-xk5HiPzx.js → PermissionDetails-CnvNqBCb.js} +93 -93
- package/lib/{PermissionDetails-xk5HiPzx.js.map → PermissionDetails-CnvNqBCb.js.map} +1 -1
- package/lib/{ResourceDetails-CbJWQn4F.js → ResourceDetails-Cfnqq1uy.js} +30 -30
- package/lib/{ResourceDetails-CbJWQn4F.js.map → ResourceDetails-Cfnqq1uy.js.map} +1 -1
- package/lib/{ScopeDetails-BtYWOGtn.js → ScopeDetails-_i-3BNjz.js} +32 -32
- package/lib/{ScopeDetails-BtYWOGtn.js.map → ScopeDetails-_i-3BNjz.js.map} +1 -1
- package/lib/admin-client.d.ts +1 -1
- package/lib/browser-ponyfill-uH6p8znu.js +342 -0
- package/lib/browser-ponyfill-uH6p8znu.js.map +1 -0
- package/lib/client-scopes/routes/ClientScope.d.ts +1 -1
- package/lib/client-scopes/routes/Mapper.d.ts +1 -0
- package/lib/clients/routes/Client.d.ts +1 -1
- package/lib/clients/routes/Mapper.d.ts +1 -0
- package/lib/components/dynamic/IntComponent.d.ts +2 -0
- package/lib/components/dynamic/NumberComponent.d.ts +2 -0
- package/lib/components/dynamic/components.d.ts +5 -1
- package/lib/components/json-file-upload/FileUploadForm.d.ts +2 -3
- package/lib/components/role-mapping/RoleMapping.d.ts +1 -1
- package/lib/context/RecentRealms.d.ts +1 -1
- package/lib/context/access/Access.d.ts +1 -1
- package/lib/context/realm-context/RealmContext.d.ts +1 -1
- package/lib/context/server-info/ServerInfoProvider.d.ts +1 -1
- package/lib/context/whoami/WhoAmI.d.ts +1 -1
- package/lib/events/AdminEvents.d.ts +5 -1
- package/lib/groups/MembershipsModal.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProvider.d.ts +1 -1
- package/lib/index-BIuvk4Xf.js +102021 -0
- package/lib/index-BIuvk4Xf.js.map +1 -0
- package/lib/index.d.ts +5 -2
- package/lib/keycloak-admin-ui.css +1 -0
- package/lib/keycloak-admin-ui.js +105 -102
- package/lib/organizations/routes/EditOrganization.d.ts +1 -1
- package/lib/permissions/PermissionsSection.d.ts +1 -0
- package/lib/permissions/routes/Permissions.d.ts +7 -0
- package/lib/permissions/routes/PermissionsTabs.d.ts +9 -0
- package/lib/permissions/routes.d.ts +3 -0
- package/lib/realm-roles/routes/RealmRole.d.ts +1 -1
- package/lib/realm-settings/TokensTab.d.ts +1 -2
- package/lib/realm-settings/routes/ThemesTab.d.ts +9 -0
- package/lib/realm-settings/themes/ImageUpload.d.ts +6 -0
- package/lib/realm-settings/themes/LogoContext.d.ts +9 -0
- package/lib/realm-settings/themes/PatternflyVars.d.ts +10 -0
- package/lib/realm-settings/themes/PreviewWindow.d.ts +5 -0
- package/lib/realm-settings/themes/ThemeColors.d.ts +9 -0
- package/lib/realm-settings/{ThemesTab.d.ts → themes/ThemeSettings.d.ts} +2 -2
- package/lib/realm-settings/themes/ThemesTab.d.ts +11 -0
- package/lib/realm-settings/user-profile/UserProfileContext.d.ts +1 -1
- package/lib/realm-settings/user-profile/attribute/AddTranslationsDialog.d.ts +3 -15
- package/lib/realm-settings/user-profile/attribute/AttributeGeneralSettings.d.ts +1 -14
- package/lib/realm-settings/user-profile/attribute/TranslatableField.d.ts +22 -0
- package/lib/theme/login.css +94 -0
- package/lib/user/routes/User.d.ts +1 -1
- package/lib/utils/useCurrentUser.d.ts +5 -5
- package/lib/utils/useIsAdminPermissionsClient.d.ts +1 -0
- package/lib/utils/useIsFeatureEnabled.d.ts +3 -1
- package/package.json +45 -32
- package/LICENSE.txt +0 -202
- package/lib/DetailOrganization-DUNwCft_.js +0 -130
- package/lib/DetailOrganization-DUNwCft_.js.map +0 -1
- package/lib/FlowDetails-SHMxH_Rb.js +0 -10593
- package/lib/FlowDetails-SHMxH_Rb.js.map +0 -1
- package/lib/NewOrganization-CQAjr9Dn.js +0 -36
- package/lib/components/json-file-upload/patternfly/FileUpload.d.ts +0 -73
- package/lib/components/json-file-upload/patternfly/FileUploadField.d.ts +0 -67
- package/lib/components/json-file-upload/patternfly/fileUtils.d.ts +0 -12
- package/lib/index-6gx7hHms.js +0 -66020
- package/lib/index-6gx7hHms.js.map +0 -1
- package/lib/style.css +0 -1
- /package/lib/{clients/scopes → components/copy-to-clipboard-button}/CopyToClipboardButton.d.ts +0 -0
package/lib/keycloak-admin-ui.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { dA as s, bV as t, cl as i, f7 as o, eB as n, c2 as r, e0 as d, e1 as l, bL as c, e2 as p, e3 as g, cx as S, dq as m, e4 as b, cC as u, f8 as C, eU as f, eV as A, gh as D, bB as T, ge as P, c3 as R, cK as v, c4 as F, eW as y, eX as L, eY as U, eZ as M, bx as I, e$ as h, f0 as G, f1 as E, f2 as K, c5 as w, bK as z, ce as k, cf as x, cd as O, cc as H, ca as V, cb as B, bU as N, cX as W, eP as q, bW as J, co as X, bQ as Y, dO as j, dk as Q, cL as Z, cM as _, eh as $, f9 as ee, cy as ae, cz as se, cT as te, bR as ie, cD as oe, cg as ne, cS as re, cY as de, cN as le, cO as ce, cP as pe, c6 as ge, cU as Se, cE as me, cB as be, bS as ue, cm as Ce, ex as fe, fE as Ae, g2 as De, fx as Te, fy as Pe, ch as Re, fR as ve, dK as Fe, cF as ye, cG as Le, fa as Ue, bo as Me, dP as Ie, e6 as he, bs as Ge, cA as Ee, e7 as Ke, ei as we, e8 as ze, ej as ke, cV as xe, cW as Oe, aL as He, bT as Ve, fF as Be, eM as Ne, dH as We, da as qe, cH as Je, eC as Xe, eD as Ye, dM as je, eE as Qe, eF as Ze, cp as _e, f$ as $e, e9 as ea, fG as aa, cZ as sa, dg as ta, c7 as ia, dc as oa, ga as na, c as ra, ek as da, db as la, bX as ca, cq as pa, cI as ga, dT as Sa, cQ as ma, c_ as ba, dd as ua, de as Ca, dU as fa, dX as Aa, dQ as Da, dR as Ta, dV as Pa, dW as Ra, gb as va, eQ as Fa, df as ya, eR as La, eo as Ua, e5 as Ma, ea as Ia, ck as ha, cr as Ga, cn as Ea, fz as Ka, eq as wa, f3 as za, dh as ka, fS as xa, eG as Oa, eH as Ha, eI as Va, di as Ba, bp as Na, dl as Wa, gf as qa, cs as Ja, eJ as Xa, eK as Ya, eL as ja, fT as Qa, fU as Za, fV as _a, fW as $a, fX as es, fY as as, fZ as ss, f_ as ts, fA as is, er as os, c$ as ns, eN as rs, bY as ds, bZ as ls, b_ as cs, ep as ps, g3 as gs, d0 as Ss, bM as ms, bN as bs, dZ as us, dY as Cs, dS as fs, bn as As, d1 as Ds, d2 as Ts, fe as Ps, b$ as Rs, ff as vs, fg as Fs, ew as ys, eb as Ls, ec as Us, c8 as Ms, ed as Is, bw as hs, bz as Gs, by as Es, es as Ks, et as ws, cR as zs, eu as ks, ev as xs, gc as Os, gd as Hs, fh as Vs, fi as Bs, d3 as Ns, gj as Ws, dm as qs, fj as Js, dL as Xs, dC as Ys, eO as js, ez as Qs, ey as Zs, dn as _s, fb as $s, fc as et, fd as at, fk as st, fm as tt, fl as it, fq as ot, dJ as nt, el as rt, ee as dt, fB as lt, fC as ct, fD as pt, dN as gt, fs as St, d4 as mt, dp as bt, dr as ut, ds as Ct, bt as ft, c0 as At, ef as Dt, eg as Tt, ct as Pt, cu as Rt, cv as vt, c1 as Ft, bO as yt, d5 as Lt, bP as Ut, fw as Mt, eS as It, dD as ht, cJ as Gt, ft as Et, fu as Kt, g1 as wt, ci as zt, cw as kt, d6 as xt, d$ as Ot, em as Ht, d7 as Vt, en as Bt, fo as Nt, fp as Wt, fn as qt, eT as Jt, dt as Xt, du as Yt, dv as jt, c9 as Qt, d8 as Zt, fH as _t, fI as $t, fJ as ei, dw as ai, dx as si, dy as ti, g0 as ii, g4 as oi, g5 as ni, g6 as ri, g7 as di, g8 as li, g9 as ci, fK as pi, fL as gi, fM as Si, fN as mi, d9 as bi, f4 as ui, f6 as Ci, fr as fi, fO as Ai, fv as Di, fQ as Ti, fP as Pi, eA as Ri, e_ as vi, dj as Fi, V as yi, dF as Li, dz as Ui, cj as Mi, dB as Ii, gi as hi, ba as Gi, aY as Ei, gg as Ki, dG as wi, a as zi, dI as ki, bH as xi, d_ as Oi, f5 as Hi, dE as Vi } from "./index-BIuvk4Xf.js";
|
2
2
|
export {
|
3
3
|
s as AccessContext,
|
4
4
|
t as AccessSettings,
|
@@ -12,8 +12,8 @@ export {
|
|
12
12
|
p as AddMapperForm,
|
13
13
|
g as AddOpenIdConnect,
|
14
14
|
S as AddProviderDialog,
|
15
|
-
|
16
|
-
|
15
|
+
m as AddRoleMappingModal,
|
16
|
+
b as AddSamlConnect,
|
17
17
|
u as AddScopeDialog,
|
18
18
|
C as AddTranslationModal,
|
19
19
|
f as AddTranslationsDialog,
|
@@ -29,8 +29,8 @@ export {
|
|
29
29
|
U as AttributePermission,
|
30
30
|
M as AttributeValidations,
|
31
31
|
I as AttributesForm,
|
32
|
-
|
33
|
-
|
32
|
+
h as AttributesGroupDetails,
|
33
|
+
G as AttributesGroupForm,
|
34
34
|
E as AttributesGroupTab,
|
35
35
|
K as AttributesTab,
|
36
36
|
w as AuthenticationOverrides,
|
@@ -43,15 +43,15 @@ export {
|
|
43
43
|
B as AuthorizationScopes,
|
44
44
|
N as AuthorizationSettings,
|
45
45
|
W as BooleanComponent,
|
46
|
-
|
47
|
-
|
46
|
+
q as BruteForceDetection,
|
47
|
+
J as CapabilityConfig,
|
48
48
|
X as Certificate,
|
49
49
|
Y as ChangeTypeDropdown,
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
50
|
+
j as CheckableTreeView,
|
51
|
+
Q as ClickableCard,
|
52
|
+
Z as ClientDescription,
|
53
|
+
_ as ClientDetails,
|
54
|
+
$ as ClientIdSecret,
|
55
55
|
ee as ClientProfileForm,
|
56
56
|
ae as ClientRegistration,
|
57
57
|
se as ClientRegistrationList,
|
@@ -66,8 +66,8 @@ export {
|
|
66
66
|
pe as ClientsSection,
|
67
67
|
ge as ClusteringPanel,
|
68
68
|
Se as ConfirmDialogModal,
|
69
|
-
|
70
|
-
|
69
|
+
me as CopyToClipboardButton,
|
70
|
+
be as CreateClientRole,
|
71
71
|
ue as CreateClientScope,
|
72
72
|
Ce as CreateInitialAccessToken,
|
73
73
|
fe as CreateRealmRole,
|
@@ -83,8 +83,8 @@ export {
|
|
83
83
|
Ue as DefaultGroupsTab,
|
84
84
|
Me as DefaultSwitchControl,
|
85
85
|
Ie as DeleteGroup,
|
86
|
-
|
87
|
-
|
86
|
+
he as DescriptorSettings,
|
87
|
+
Ge as DetailOrganizationHeader,
|
88
88
|
Ee as DetailProvider,
|
89
89
|
Ke as DetailSettings,
|
90
90
|
we as DiscoveryEndpointField,
|
@@ -97,15 +97,15 @@ export {
|
|
97
97
|
Be as EditUser,
|
98
98
|
Ne as EffectiveMessageBundles,
|
99
99
|
We as ErrorBoundaryProvider,
|
100
|
-
|
101
|
-
|
100
|
+
qe as ErrorRenderer,
|
101
|
+
Je as EvaluateScopes,
|
102
102
|
Xe as EventConfigForm,
|
103
103
|
Ye as EventListenersForm,
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
104
|
+
je as EventsSection,
|
105
|
+
Qe as EventsTab,
|
106
|
+
Ze as EventsTypeTable,
|
107
|
+
_e as ExportSamlKeyDialog,
|
108
|
+
$e as ExtendedHeader,
|
109
109
|
ea as ExtendedNonDiscoverySettings,
|
110
110
|
aa as FederatedUserLink,
|
111
111
|
sa as FileComponent,
|
@@ -120,8 +120,8 @@ export {
|
|
120
120
|
pa as GenerateKeyDialog,
|
121
121
|
ga as GeneratedCodeTab,
|
122
122
|
Sa as GroupAttributes,
|
123
|
-
|
124
|
-
|
123
|
+
ma as GroupBreadCrumbs,
|
124
|
+
ba as GroupComponent,
|
125
125
|
ua as GroupPath,
|
126
126
|
Ca as GroupPickerDialog,
|
127
127
|
fa as GroupRoleMapping,
|
@@ -137,8 +137,8 @@ export {
|
|
137
137
|
Ua as IdentityProvidersSection,
|
138
138
|
Ma as IdpAdvancedSettings,
|
139
139
|
Ia as IdpGeneralSettings,
|
140
|
-
|
141
|
-
|
140
|
+
ha as ImportForm,
|
141
|
+
Ga as ImportKeyDialog,
|
142
142
|
Ea as InitialAccessTokenList,
|
143
143
|
Ka as InlineLabelEdit,
|
144
144
|
wa as InviteMemberModal,
|
@@ -151,15 +151,15 @@ export {
|
|
151
151
|
Ba as KeySelect,
|
152
152
|
Na as KeyValueInput,
|
153
153
|
Wa as KeycloakCard,
|
154
|
-
|
155
|
-
|
154
|
+
qa as KeycloakProvider,
|
155
|
+
Ja as Keys,
|
156
156
|
Xa as KeysListTab,
|
157
157
|
Ya as KeysProvidersTab,
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
158
|
+
ja as KeysTab,
|
159
|
+
Qa as LdapMapperDetails,
|
160
|
+
Za as LdapMapperList,
|
161
|
+
_a as LdapSettingsAdvanced,
|
162
|
+
$a as LdapSettingsConnection,
|
163
163
|
es as LdapSettingsGeneral,
|
164
164
|
as as LdapSettingsKerberosIntegration,
|
165
165
|
ss as LdapSettingsSearching,
|
@@ -174,8 +174,8 @@ export {
|
|
174
174
|
ps as ManageOrderDialog,
|
175
175
|
gs as ManagePriorityDialog,
|
176
176
|
Ss as MapComponent,
|
177
|
-
|
178
|
-
|
177
|
+
ms as MapperList,
|
178
|
+
bs as MappingDetails,
|
179
179
|
us as MemberModal,
|
180
180
|
Cs as Members,
|
181
181
|
fs as MoveDialog,
|
@@ -191,8 +191,8 @@ export {
|
|
191
191
|
Us as OIDCGeneralSettings,
|
192
192
|
Ms as OpenIdConnectCompatibilityModes,
|
193
193
|
Is as OpenIdConnectSettings,
|
194
|
-
|
195
|
-
|
194
|
+
hs as OrganizationForm,
|
195
|
+
Gs as OrganizationIdentityProviders,
|
196
196
|
Es as OrganizationMembers,
|
197
197
|
Ks as OrganizationSection,
|
198
198
|
ws as Page,
|
@@ -204,21 +204,21 @@ export {
|
|
204
204
|
Vs as PartialExportDialog,
|
205
205
|
Bs as PartialImportDialog,
|
206
206
|
Ns as PasswordComponent,
|
207
|
-
Ws as
|
207
|
+
Ws as PermissionsSection,
|
208
|
+
qs as PermissionsTab,
|
208
209
|
Js as PoliciesTab,
|
209
|
-
|
210
|
-
|
211
|
-
|
210
|
+
Xs as ProviderInfo,
|
211
|
+
Ys as RealmContextProvider,
|
212
|
+
js as RealmOverrides,
|
212
213
|
Qs as RealmRoleTabs,
|
213
214
|
Zs as RealmRolesSection,
|
214
215
|
_s as RealmSelector,
|
215
216
|
$s as RealmSettingsEmailTab,
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
it as RealmSettingsThemesTab,
|
217
|
+
et as RealmSettingsGeneralTab,
|
218
|
+
at as RealmSettingsLoginTab,
|
219
|
+
st as RealmSettingsSection,
|
220
|
+
tt as RealmSettingsSessionsTab,
|
221
|
+
it as RealmSettingsTabs,
|
222
222
|
ot as RealmSettingsTokensTab,
|
223
223
|
nt as RecentRealmsProvider,
|
224
224
|
rt as RedirectUrl,
|
@@ -228,8 +228,8 @@ export {
|
|
228
228
|
pt as ResetPasswordDialog,
|
229
229
|
gt as ResourceLink,
|
230
230
|
St as RevocationModal,
|
231
|
-
|
232
|
-
|
231
|
+
mt as RoleComponent,
|
232
|
+
bt as RoleForm,
|
233
233
|
ut as RoleMapping,
|
234
234
|
Ct as RolesList,
|
235
235
|
ft as RoutableTabs,
|
@@ -245,8 +245,8 @@ export {
|
|
245
245
|
Ut as SearchDropdown,
|
246
246
|
Mt as SearchToolbar,
|
247
247
|
It as SecurityDefenses,
|
248
|
-
|
249
|
-
|
248
|
+
ht as ServerInfoProvider,
|
249
|
+
Gt as ServiceAccount,
|
250
250
|
Et as SessionsSection,
|
251
251
|
Kt as SessionsTable,
|
252
252
|
wt as SettingsCache,
|
@@ -257,55 +257,58 @@ export {
|
|
257
257
|
Ht as SwitchField,
|
258
258
|
Vt as TextComponent,
|
259
259
|
Bt as TextField,
|
260
|
-
Nt as
|
261
|
-
Wt as
|
262
|
-
|
263
|
-
|
264
|
-
Xt as
|
265
|
-
Yt as
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
ei as
|
272
|
-
ai as
|
273
|
-
si as
|
274
|
-
ti as
|
275
|
-
ii as
|
276
|
-
oi as
|
277
|
-
ni as
|
278
|
-
ri as
|
279
|
-
di as
|
280
|
-
li as
|
281
|
-
ci as
|
282
|
-
pi as
|
283
|
-
gi as
|
284
|
-
Si as
|
285
|
-
|
286
|
-
|
287
|
-
ui as
|
288
|
-
Ci as
|
289
|
-
fi as
|
290
|
-
Ai as
|
291
|
-
Di as
|
292
|
-
Ti as
|
293
|
-
Pi as
|
294
|
-
Ri as
|
295
|
-
vi as
|
296
|
-
Fi as
|
297
|
-
yi as
|
298
|
-
Li as
|
299
|
-
Ui as
|
300
|
-
Mi as
|
301
|
-
Ii as
|
302
|
-
|
303
|
-
|
304
|
-
Ei as
|
305
|
-
Ki as
|
306
|
-
wi as
|
307
|
-
zi as
|
308
|
-
ki as
|
309
|
-
xi as
|
260
|
+
Nt as ThemeColors,
|
261
|
+
Wt as ThemeSettingsTab,
|
262
|
+
qt as ThemesTab,
|
263
|
+
Jt as Time,
|
264
|
+
Xt as TimeSelector,
|
265
|
+
Yt as TimeSelectorControl,
|
266
|
+
jt as TimeSelectorForm,
|
267
|
+
Qt as TokenLifespan,
|
268
|
+
Zt as UrlComponent,
|
269
|
+
_t as UserAttributes,
|
270
|
+
$t as UserConsents,
|
271
|
+
ei as UserCredentials,
|
272
|
+
ai as UserDataTable,
|
273
|
+
si as UserDataTableAttributeSearchForm,
|
274
|
+
ti as UserDataTableToolbarItems,
|
275
|
+
ii as UserFederationHeader,
|
276
|
+
oi as UserFederationKerberosSettings,
|
277
|
+
ni as UserFederationKerberosWizard,
|
278
|
+
ri as UserFederationLdapForm,
|
279
|
+
di as UserFederationLdapSettings,
|
280
|
+
li as UserFederationLdapWizard,
|
281
|
+
ci as UserFederationSection,
|
282
|
+
pi as UserForm,
|
283
|
+
gi as UserGroups,
|
284
|
+
Si as UserIdentityProviderLinks,
|
285
|
+
mi as UserIdpModal,
|
286
|
+
bi as UserProfileAttributeListComponent,
|
287
|
+
ui as UserProfileContext,
|
288
|
+
Ci as UserProfileTab,
|
289
|
+
fi as UserRegistration,
|
290
|
+
Ai as UserRoleMapping,
|
291
|
+
Di as UserSearchDropdown,
|
292
|
+
Ti as UserSection,
|
293
|
+
Pi as UserSessions,
|
294
|
+
Ri as UsersInRoleTab,
|
295
|
+
vi as ValidatorSelect,
|
296
|
+
Fi as ValueSelect,
|
297
|
+
yi as ViewHeader,
|
298
|
+
Li as WhoAmIContextProvider,
|
299
|
+
Ui as WizardSectionHeader,
|
300
|
+
Mi as X509,
|
301
|
+
Ii as fetchAdminUI,
|
302
|
+
hi as initAdminClient,
|
303
|
+
Gi as useAccess,
|
304
|
+
Ei as useConfirmDialog,
|
305
|
+
Ki as useEnvironment,
|
306
|
+
wi as useErrorBoundary,
|
307
|
+
zi as useRealm,
|
308
|
+
ki as useRecentRealms,
|
309
|
+
xi as useServerInfo,
|
310
|
+
Oi as useSubGroups,
|
311
|
+
Hi as useUserProfile,
|
312
|
+
Vi as useWhoAmI
|
310
313
|
};
|
311
314
|
//# sourceMappingURL=keycloak-admin-ui.js.map
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Path } from 'react-router-dom';
|
2
2
|
import { AppRouteObject } from '../../routes';
|
3
|
-
export type OrganizationTab = "settings" | "attributes" | "members" | "identityProviders";
|
3
|
+
export type OrganizationTab = "settings" | "attributes" | "members" | "identityProviders" | "events";
|
4
4
|
export type EditOrganizationParams = {
|
5
5
|
realm: string;
|
6
6
|
id: string;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function PermissionsSection(): import("react/jsx-runtime").JSX.Element | undefined;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type PermissionsParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const PermissionsRoute: AppRouteObject;
|
7
|
+
export declare const toPermissions: (params: PermissionsParams) => Partial<Path>;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type PermissionsTabs = "resources" | "policies" | "evaluate";
|
4
|
+
export type PermissionsTabsParams = {
|
5
|
+
realm: string;
|
6
|
+
tab: PermissionsTabs;
|
7
|
+
};
|
8
|
+
export declare const PermissionsTabsRoute: AppRouteObject;
|
9
|
+
export declare const toPermissionsTabs: (params: PermissionsTabsParams) => Partial<Path>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Path } from 'react-router-dom';
|
2
2
|
import { AppRouteObject } from '../../routes';
|
3
|
-
export type RealmRoleTab = "details" | "associated-roles" | "attributes" | "users-in-role" | "permissions";
|
3
|
+
export type RealmRoleTab = "details" | "associated-roles" | "attributes" | "users-in-role" | "permissions" | "events";
|
4
4
|
export type RealmRoleParams = {
|
5
5
|
realm: string;
|
6
6
|
id: string;
|
@@ -2,7 +2,6 @@ import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/
|
|
2
2
|
type RealmSettingsSessionsTabProps = {
|
3
3
|
realm: RealmRepresentation;
|
4
4
|
save: (realm: RealmRepresentation) => void;
|
5
|
-
reset?: () => void;
|
6
5
|
};
|
7
|
-
export declare const RealmSettingsTokensTab: ({ realm,
|
6
|
+
export declare const RealmSettingsTokensTab: ({ realm, save, }: RealmSettingsSessionsTabProps) => import("react/jsx-runtime").JSX.Element;
|
8
7
|
export {};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type ThemesTabType = "settings" | "lightColors" | "darkColors";
|
4
|
+
export type ThemesParams = {
|
5
|
+
realm: string;
|
6
|
+
tab: ThemesTabType;
|
7
|
+
};
|
8
|
+
export declare const ThemeTabRoute: AppRouteObject;
|
9
|
+
export declare const toThemesTab: (params: ThemesParams) => Partial<Path>;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
2
|
+
type LogoContextProps = {
|
3
|
+
logo: string;
|
4
|
+
setLogo: (logo: string) => void;
|
5
|
+
};
|
6
|
+
export declare const LogoPreviewContext: import('libs/ui-shared/dist/utils/createNamedContext').NamedContext<LogoContextProps | undefined>;
|
7
|
+
export declare const usePreviewLogo: () => LogoContextProps | undefined;
|
8
|
+
export declare const LogoContext: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export declare const lightTheme: () => {
|
2
|
+
name: string;
|
3
|
+
defaultValue: string | undefined;
|
4
|
+
variable: string | undefined;
|
5
|
+
}[];
|
6
|
+
export declare const darkTheme: () => {
|
7
|
+
name: string;
|
8
|
+
defaultValue: string | undefined;
|
9
|
+
variable: string | undefined;
|
10
|
+
}[];
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
import { ThemeRealmRepresentation } from './ThemesTab';
|
3
|
+
type ThemeColorsProps = {
|
4
|
+
realm: RealmRepresentation;
|
5
|
+
save: (realm: ThemeRealmRepresentation) => void;
|
6
|
+
theme: "light" | "dark";
|
7
|
+
};
|
8
|
+
export declare const ThemeColors: ({ realm, save, theme }: ThemeColorsProps) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
-
type
|
2
|
+
type ThemeSettingsTabProps = {
|
3
3
|
realm: RealmRepresentation;
|
4
4
|
save: (realm: RealmRepresentation) => void;
|
5
5
|
};
|
6
|
-
export declare const
|
6
|
+
export declare const ThemeSettingsTab: ({ realm, save }: ThemeSettingsTabProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export {};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
type ThemesTabProps = {
|
3
|
+
realm: RealmRepresentation;
|
4
|
+
save: (realm: RealmRepresentation) => void;
|
5
|
+
};
|
6
|
+
export type ThemeRealmRepresentation = RealmRepresentation & {
|
7
|
+
logo?: File;
|
8
|
+
bgimage?: File;
|
9
|
+
};
|
10
|
+
export default function ThemesTab({ realm, save }: ThemesTabProps): import("react/jsx-runtime").JSX.Element;
|
11
|
+
export {};
|
@@ -10,7 +10,7 @@ export type SaveOptions = {
|
|
10
10
|
successMessageKey?: string;
|
11
11
|
errorMessageKey?: string;
|
12
12
|
};
|
13
|
-
export declare const UserProfileContext: import('
|
13
|
+
export declare const UserProfileContext: import('libs/ui-shared/dist/utils/createNamedContext').NamedContext<UserProfileProps | undefined>;
|
14
14
|
export declare const UserProfileProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
15
15
|
export declare const useUserProfile: () => UserProfileProps;
|
16
16
|
export {};
|
@@ -1,19 +1,7 @@
|
|
1
|
-
|
2
|
-
type TranslationForm = {
|
3
|
-
locale: string;
|
4
|
-
value: string;
|
5
|
-
};
|
6
|
-
type Translations = {
|
7
|
-
key: string;
|
8
|
-
translations: TranslationForm[];
|
9
|
-
};
|
10
|
-
export type AddTranslationsDialogProps = {
|
1
|
+
type AddTranslationsDialogProps = {
|
11
2
|
translationKey: string;
|
12
|
-
|
13
|
-
type: TranslationsType;
|
14
|
-
onCancel: () => void;
|
3
|
+
fieldName: string;
|
15
4
|
toggleDialog: () => void;
|
16
|
-
onTranslationsAdded: (translations: Translations) => void;
|
17
5
|
};
|
18
|
-
export declare const AddTranslationsDialog: ({ translationKey,
|
6
|
+
export declare const AddTranslationsDialog: ({ translationKey, fieldName, toggleDialog, }: AddTranslationsDialogProps) => import("react/jsx-runtime").JSX.Element;
|
19
7
|
export {};
|
@@ -1,14 +1 @@
|
|
1
|
-
|
2
|
-
locale: string;
|
3
|
-
value: string;
|
4
|
-
};
|
5
|
-
type Translations = {
|
6
|
-
key: string;
|
7
|
-
translations: TranslationForm[];
|
8
|
-
};
|
9
|
-
export type AttributeGeneralSettingsProps = {
|
10
|
-
onHandlingTranslationData: (data: Translations) => void;
|
11
|
-
onHandlingGeneratedDisplayName: (displayName: string) => void;
|
12
|
-
};
|
13
|
-
export declare const AttributeGeneralSettings: ({ onHandlingTranslationData, onHandlingGeneratedDisplayName, }: AttributeGeneralSettingsProps) => import("react/jsx-runtime").JSX.Element;
|
14
|
-
export {};
|
1
|
+
export declare const AttributeGeneralSettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { default as KeycloakAdminClient } from '@keycloak/keycloak-admin-client';
|
2
|
+
export type TranslationForm = {
|
3
|
+
locale: string;
|
4
|
+
value: string;
|
5
|
+
};
|
6
|
+
export type Translation = Record<string, TranslationForm[]>;
|
7
|
+
export type Translations = {
|
8
|
+
translation: Translation;
|
9
|
+
};
|
10
|
+
type SaveTranslationsProps = {
|
11
|
+
adminClient: KeycloakAdminClient;
|
12
|
+
realmName: string;
|
13
|
+
translationsData: Translations;
|
14
|
+
};
|
15
|
+
export declare const saveTranslations: ({ adminClient, realmName, translationsData, }: SaveTranslationsProps) => Promise<void>;
|
16
|
+
type TranslatableFieldProps = {
|
17
|
+
attributeName: string;
|
18
|
+
prefix: string;
|
19
|
+
fieldName: string;
|
20
|
+
};
|
21
|
+
export declare const TranslatableField: ({ attributeName, prefix, fieldName, }: TranslatableFieldProps) => import("react/jsx-runtime").JSX.Element;
|
22
|
+
export {};
|
@@ -0,0 +1,94 @@
|
|
1
|
+
.pf-v5-c-login__container {
|
2
|
+
grid-template-columns: 34rem;
|
3
|
+
grid-template-areas: "header"
|
4
|
+
"main"
|
5
|
+
}
|
6
|
+
|
7
|
+
.login-pf body {
|
8
|
+
background: var(--keycloak-bg-logo-url) no-repeat center center fixed;
|
9
|
+
background-size: cover;
|
10
|
+
height: 100%;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.kc-logo-text {
|
14
|
+
background-image: var(--keycloak-logo-url);
|
15
|
+
height: var(--keycloak-logo-height);
|
16
|
+
width: var(--keycloak-logo-width);
|
17
|
+
background-repeat: no-repeat;
|
18
|
+
background-size: contain;
|
19
|
+
margin: 0 auto;
|
20
|
+
}
|
21
|
+
|
22
|
+
div.kc-logo-text span {
|
23
|
+
display: none;
|
24
|
+
}
|
25
|
+
|
26
|
+
.kc-login-tooltip {
|
27
|
+
position: relative;
|
28
|
+
display: inline-block;
|
29
|
+
}
|
30
|
+
|
31
|
+
.kc-login-tooltip .kc-tooltip-text {
|
32
|
+
top: -3px;
|
33
|
+
left: 160%;
|
34
|
+
background-color: black;
|
35
|
+
visibility: hidden;
|
36
|
+
color: #fff;
|
37
|
+
|
38
|
+
min-width: 130px;
|
39
|
+
text-align: center;
|
40
|
+
border-radius: 2px;
|
41
|
+
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
|
42
|
+
padding: 5px;
|
43
|
+
|
44
|
+
position: absolute;
|
45
|
+
opacity: 0;
|
46
|
+
transition: opacity 0.5s;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Show tooltip */
|
50
|
+
.kc-login-tooltip:hover .kc-tooltip-text {
|
51
|
+
visibility: visible;
|
52
|
+
opacity: 0.7;
|
53
|
+
}
|
54
|
+
|
55
|
+
/* Arrow for tooltip */
|
56
|
+
.kc-login-tooltip .kc-tooltip-text::after {
|
57
|
+
content: " ";
|
58
|
+
position: absolute;
|
59
|
+
top: 15px;
|
60
|
+
right: 100%;
|
61
|
+
margin-top: -5px;
|
62
|
+
border-width: 5px;
|
63
|
+
border-style: solid;
|
64
|
+
border-color: transparent black transparent transparent;
|
65
|
+
}
|
66
|
+
|
67
|
+
#kc-recovery-codes-list {
|
68
|
+
columns: 2;
|
69
|
+
}
|
70
|
+
|
71
|
+
#certificate_subjectDN {
|
72
|
+
overflow-wrap: break-word
|
73
|
+
}
|
74
|
+
|
75
|
+
#kc-header-wrapper {
|
76
|
+
font-size: 29px;
|
77
|
+
text-transform: uppercase;
|
78
|
+
letter-spacing: 3px;
|
79
|
+
line-height: 1.2em;
|
80
|
+
white-space: normal;
|
81
|
+
color: var(--pf-v5-global--Color--light-100) !important;
|
82
|
+
text-align: center;
|
83
|
+
}
|
84
|
+
|
85
|
+
hr {
|
86
|
+
margin-top: var(--pf-v5-global--spacer--sm);
|
87
|
+
margin-bottom: var(--pf-v5-global--spacer--md);
|
88
|
+
}
|
89
|
+
|
90
|
+
@media (min-width: 768px) {
|
91
|
+
div.pf-v5-c-login__main-header {
|
92
|
+
grid-template-columns: 70% 30%;
|
93
|
+
}
|
94
|
+
}
|