@keycloak/keycloak-admin-ui 26.0.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.txt +202 -0
- package/README.md +59 -0
- package/lib/.vite/manifest.json +105 -0
- package/lib/App.d.ts +1 -0
- package/lib/Banners.d.ts +1 -0
- package/lib/CreateFlow-Cs5xTx-G.js +80 -0
- package/lib/CreateFlow-Cs5xTx-G.js.map +1 -0
- package/lib/DetailOrganization-qj8m2QUy.js +130 -0
- package/lib/DetailOrganization-qj8m2QUy.js.map +1 -0
- package/lib/ExecutorForm-DwNxoZuZ.js +198 -0
- package/lib/ExecutorForm-DwNxoZuZ.js.map +1 -0
- package/lib/FlowDetails-BMYNGuYV.js +10593 -0
- package/lib/FlowDetails-BMYNGuYV.js.map +1 -0
- package/lib/ForbiddenSection.d.ts +6 -0
- package/lib/NewOrganization-FsgFNfEd.js +36 -0
- package/lib/NewOrganization-FsgFNfEd.js.map +1 -0
- package/lib/PageHeader.d.ts +1 -0
- package/lib/PageNav.d.ts +1 -0
- package/lib/PageNotFoundSection.d.ts +1 -0
- package/lib/PermissionDetails-9Ej9jFpb.js +413 -0
- package/lib/PermissionDetails-9Ej9jFpb.js.map +1 -0
- package/lib/ResourceDetails-apuGPq7h.js +286 -0
- package/lib/ResourceDetails-apuGPq7h.js.map +1 -0
- package/lib/Root.d.ts +1 -0
- package/lib/ScopeDetails-CxuBwUaZ.js +153 -0
- package/lib/ScopeDetails-CxuBwUaZ.js.map +1 -0
- package/lib/admin-client.d.ts +10 -0
- package/lib/authentication/AuthenticationSection.d.ts +14 -0
- package/lib/authentication/BindFlowDialog.d.ts +6 -0
- package/lib/authentication/BuildInLabel.d.ts +1 -0
- package/lib/authentication/DuplicateFlowModal.d.ts +8 -0
- package/lib/authentication/EditFlowModal.d.ts +7 -0
- package/lib/authentication/EmptyExecutionState.d.ts +10 -0
- package/lib/authentication/FlowDetails.d.ts +3 -0
- package/lib/authentication/RequiredActions.d.ts +1 -0
- package/lib/authentication/components/AddFlowDropdown.d.ts +10 -0
- package/lib/authentication/components/DraggableTable.d.ts +20 -0
- package/lib/authentication/components/EditFlow.d.ts +7 -0
- package/lib/authentication/components/ExecutionConfigModal.d.ts +6 -0
- package/lib/authentication/components/FlowDiagram.d.ts +6 -0
- package/lib/authentication/components/FlowHeader.d.ts +1 -0
- package/lib/authentication/components/FlowRequirementDropdown.d.ts +7 -0
- package/lib/authentication/components/FlowRow.d.ts +14 -0
- package/lib/authentication/components/FlowTitle.d.ts +7 -0
- package/lib/authentication/components/RequiredActionConfigModal.d.ts +7 -0
- package/lib/authentication/components/UsedBy.d.ts +6 -0
- package/lib/authentication/components/diagram/ButtonEdge.d.ts +13 -0
- package/lib/authentication/components/diagram/ConditionalNode.d.ts +8 -0
- package/lib/authentication/components/diagram/SubFlowNode.d.ts +13 -0
- package/lib/authentication/components/diagram/auto-layout.d.ts +3 -0
- package/lib/authentication/components/modals/AddStepModal.d.ts +9 -0
- package/lib/authentication/components/modals/AddSubFlowModal.d.ts +14 -0
- package/lib/authentication/execution-model.d.ts +25 -0
- package/lib/authentication/form/CreateFlow.d.ts +1 -0
- package/lib/authentication/form/NameDescription.d.ts +1 -0
- package/lib/authentication/policies/CibaPolicy.d.ts +7 -0
- package/lib/authentication/policies/OtpPolicy.d.ts +7 -0
- package/lib/authentication/policies/PasswordPolicy.d.ts +7 -0
- package/lib/authentication/policies/Policies.d.ts +1 -0
- package/lib/authentication/policies/PolicyRow.d.ts +7 -0
- package/lib/authentication/policies/WebauthnPolicy.d.ts +8 -0
- package/lib/authentication/policies/util.d.ts +10 -0
- package/lib/authentication/routes/Authentication.d.ts +10 -0
- package/lib/authentication/routes/CreateFlow.d.ts +7 -0
- package/lib/authentication/routes/Flow.d.ts +11 -0
- package/lib/authentication/routes.d.ts +3 -0
- package/lib/client-scopes/ChangeTypeDropdown.d.ts +8 -0
- package/lib/client-scopes/ClientScopesSection.d.ts +1 -0
- package/lib/client-scopes/CreateClientScope.d.ts +1 -0
- package/lib/client-scopes/EditClientScope.d.ts +1 -0
- package/lib/client-scopes/add/MapperDialog.d.ts +12 -0
- package/lib/client-scopes/details/MapperList.d.ts +13 -0
- package/lib/client-scopes/details/MappingDetails.d.ts +1 -0
- package/lib/client-scopes/details/ScopeForm.d.ts +8 -0
- package/lib/client-scopes/details/SearchFilter.d.ts +22 -0
- package/lib/client-scopes/routes/ClientScope.d.ts +10 -0
- package/lib/client-scopes/routes/ClientScopes.d.ts +7 -0
- package/lib/client-scopes/routes/Mapper.d.ts +9 -0
- package/lib/client-scopes/routes/NewClientScope.d.ts +7 -0
- package/lib/client-scopes/routes.d.ts +3 -0
- package/lib/clients/AdvancedTab.d.ts +11 -0
- package/lib/clients/ClientDescription.d.ts +6 -0
- package/lib/clients/ClientDetails.d.ts +7 -0
- package/lib/clients/ClientSessions.d.ts +6 -0
- package/lib/clients/ClientSettings.d.ts +7 -0
- package/lib/clients/ClientsSection.d.ts +1 -0
- package/lib/clients/add/AccessSettings.d.ts +2 -0
- package/lib/clients/add/CapabilityConfig.d.ts +6 -0
- package/lib/clients/add/GeneralSettings.d.ts +1 -0
- package/lib/clients/add/LoginSettings.d.ts +5 -0
- package/lib/clients/add/LoginSettingsPanel.d.ts +3 -0
- package/lib/clients/add/LogoutPanel.d.ts +2 -0
- package/lib/clients/add/NewClientForm.d.ts +1 -0
- package/lib/clients/add/SamlConfig.d.ts +9 -0
- package/lib/clients/add/SamlSignature.d.ts +1 -0
- package/lib/clients/advanced/AddHostDialog.d.ts +8 -0
- package/lib/clients/advanced/AdvancedSettings.d.ts +8 -0
- package/lib/clients/advanced/ApplicationUrls.d.ts +5 -0
- package/lib/clients/advanced/AuthenticationOverrides.d.ts +8 -0
- package/lib/clients/advanced/ClusteringPanel.d.ts +2 -0
- package/lib/clients/advanced/FineGrainOpenIdConnect.d.ts +7 -0
- package/lib/clients/advanced/FineGrainSamlEndpointConfig.d.ts +6 -0
- package/lib/clients/advanced/OpenIdConnectCompatibilityModes.d.ts +7 -0
- package/lib/clients/advanced/TokenLifespan.d.ts +9 -0
- package/lib/clients/authorization/AuthorizationDataModal.d.ts +6 -0
- package/lib/clients/authorization/AuthorizationEvaluate.d.ts +36 -0
- package/lib/clients/authorization/AuthorizationEvaluateResource.d.ts +8 -0
- package/lib/clients/authorization/AuthorizationEvaluateResourcePolicies.d.ts +10 -0
- package/lib/clients/authorization/AuthorizationExport.d.ts +1 -0
- package/lib/clients/authorization/DecisionStrategySelect.d.ts +7 -0
- package/lib/clients/authorization/DeleteScopeDialog.d.ts +11 -0
- package/lib/clients/authorization/DetailCell.d.ts +7 -0
- package/lib/clients/authorization/DetailDescription.d.ts +12 -0
- package/lib/clients/authorization/EmptyPermissionsState.d.ts +7 -0
- package/lib/clients/authorization/ImportDialog.d.ts +7 -0
- package/lib/clients/authorization/KeyBasedAttributeInput.d.ts +16 -0
- package/lib/clients/authorization/MoreLabel.d.ts +5 -0
- package/lib/clients/authorization/NewPolicyDialog.d.ts +8 -0
- package/lib/clients/authorization/PermissionDetails.d.ts +1 -0
- package/lib/clients/authorization/Permissions.d.ts +6 -0
- package/lib/clients/authorization/Policies.d.ts +6 -0
- package/lib/clients/authorization/ResourceDetails.d.ts +1 -0
- package/lib/clients/authorization/Resources.d.ts +6 -0
- package/lib/clients/authorization/ResourcesPolicySelect.d.ts +12 -0
- package/lib/clients/authorization/ScopeDetails.d.ts +1 -0
- package/lib/clients/authorization/ScopePicker.d.ts +3 -0
- package/lib/clients/authorization/ScopeSelect.d.ts +7 -0
- package/lib/clients/authorization/Scopes.d.ts +12 -0
- package/lib/clients/authorization/SearchDropdown.d.ts +17 -0
- package/lib/clients/authorization/Settings.d.ts +5 -0
- package/lib/clients/authorization/evaluate/Results.d.ts +8 -0
- package/lib/clients/authorization/policy/Aggregate.d.ts +1 -0
- package/lib/clients/authorization/policy/Client.d.ts +1 -0
- package/lib/clients/authorization/policy/ClientScope.d.ts +5 -0
- package/lib/clients/authorization/policy/Group.d.ts +5 -0
- package/lib/clients/authorization/policy/JavaScript.d.ts +1 -0
- package/lib/clients/authorization/policy/LogicSelector.d.ts +5 -0
- package/lib/clients/authorization/policy/NameDescription.d.ts +5 -0
- package/lib/clients/authorization/policy/PolicyDetails.d.ts +2 -0
- package/lib/clients/authorization/policy/Regex.d.ts +1 -0
- package/lib/clients/authorization/policy/Role.d.ts +1 -0
- package/lib/clients/authorization/policy/Time.d.ts +1 -0
- package/lib/clients/authorization/policy/User.d.ts +1 -0
- package/lib/clients/credentials/ClientSecret.d.ts +7 -0
- package/lib/clients/credentials/Credentials.d.ts +7 -0
- package/lib/clients/credentials/SignedJWT.d.ts +5 -0
- package/lib/clients/credentials/X509.d.ts +1 -0
- package/lib/clients/import/ImportForm.d.ts +1 -0
- package/lib/clients/initial-access/AccessTokenDialog.d.ts +6 -0
- package/lib/clients/initial-access/CreateInitialAccessToken.d.ts +1 -0
- package/lib/clients/initial-access/InitialAccessTokenList.d.ts +1 -0
- package/lib/clients/keys/Certificate.d.ts +10 -0
- package/lib/clients/keys/ExportSamlKeyDialog.d.ts +8 -0
- package/lib/clients/keys/GenerateKeyDialog.d.ts +15 -0
- package/lib/clients/keys/ImportKeyDialog.d.ts +15 -0
- package/lib/clients/keys/Keys.d.ts +7 -0
- package/lib/clients/keys/SamlImportKeyDialog.d.ts +8 -0
- package/lib/clients/keys/SamlKeys.d.ts +8 -0
- package/lib/clients/keys/SamlKeysDialog.d.ts +15 -0
- package/lib/clients/keys/StoreSettings.d.ts +4 -0
- package/lib/clients/registration/AddProviderDialog.d.ts +6 -0
- package/lib/clients/registration/ClientRegistration.d.ts +1 -0
- package/lib/clients/registration/ClientRegistrationList.d.ts +5 -0
- package/lib/clients/registration/DetailProvider.d.ts +1 -0
- package/lib/clients/roles/CreateClientRole.d.ts +1 -0
- package/lib/clients/routes/AddClient.d.ts +7 -0
- package/lib/clients/routes/AddRegistrationProvider.d.ts +12 -0
- package/lib/clients/routes/AuthenticationTab.d.ts +10 -0
- package/lib/clients/routes/Client.d.ts +10 -0
- package/lib/clients/routes/ClientRegistration.d.ts +9 -0
- package/lib/clients/routes/ClientRole.d.ts +11 -0
- package/lib/clients/routes/ClientScopeTab.d.ts +10 -0
- package/lib/clients/routes/Clients.d.ts +10 -0
- package/lib/clients/routes/CreateInitialAccessToken.d.ts +7 -0
- package/lib/clients/routes/DedicatedScopeDetails.d.ts +11 -0
- package/lib/clients/routes/ImportClient.d.ts +7 -0
- package/lib/clients/routes/Mapper.d.ts +9 -0
- package/lib/clients/routes/NewPermission.d.ts +12 -0
- package/lib/clients/routes/NewPolicy.d.ts +9 -0
- package/lib/clients/routes/NewResource.d.ts +8 -0
- package/lib/clients/routes/NewRole.d.ts +8 -0
- package/lib/clients/routes/NewScope.d.ts +8 -0
- package/lib/clients/routes/PermissionDetails.d.ts +11 -0
- package/lib/clients/routes/PolicyDetails.d.ts +10 -0
- package/lib/clients/routes/Resource.d.ts +10 -0
- package/lib/clients/routes/Scope.d.ts +10 -0
- package/lib/clients/routes.d.ts +3 -0
- package/lib/clients/scopes/AddScopeDialog.d.ts +14 -0
- package/lib/clients/scopes/ClientScopes.d.ts +13 -0
- package/lib/clients/scopes/CopyToClipboardButton.d.ts +8 -0
- package/lib/clients/scopes/DedicatedScope.d.ts +6 -0
- package/lib/clients/scopes/DedicatedScopes.d.ts +1 -0
- package/lib/clients/scopes/EvaluateScopes.d.ts +5 -0
- package/lib/clients/scopes/GeneratedCodeTab.d.ts +8 -0
- package/lib/clients/service-account/ServiceAccount.d.ts +6 -0
- package/lib/clients/utils.d.ts +29 -0
- package/lib/components/SwitchControl.d.ts +4 -0
- package/lib/components/bread-crumb/GroupBreadCrumbs.d.ts +1 -0
- package/lib/components/bread-crumb/PageBreadCrumbs.d.ts +1 -0
- package/lib/components/client/ClientSelect.d.ts +7 -0
- package/lib/components/client-scope/ClientScopeTypes.d.ts +33 -0
- package/lib/components/confirm-dialog/ConfirmDialog.d.ts +21 -0
- package/lib/components/download-dialog/DownloadDialog.d.ts +8 -0
- package/lib/components/dropdown-panel/DropdownPanel.d.ts +10 -0
- package/lib/components/dynamic/BooleanComponent.d.ts +2 -0
- package/lib/components/dynamic/ClientSelectComponent.d.ts +2 -0
- package/lib/components/dynamic/DynamicComponents.d.ts +9 -0
- package/lib/components/dynamic/FileComponent.d.ts +2 -0
- package/lib/components/dynamic/GroupComponent.d.ts +2 -0
- package/lib/components/dynamic/ListComponent.d.ts +2 -0
- package/lib/components/dynamic/MapComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedStringComponent.d.ts +2 -0
- package/lib/components/dynamic/PasswordComponent.d.ts +2 -0
- package/lib/components/dynamic/RoleComponent.d.ts +2 -0
- package/lib/components/dynamic/ScriptComponent.d.ts +2 -0
- package/lib/components/dynamic/StringComponent.d.ts +2 -0
- package/lib/components/dynamic/TextComponent.d.ts +2 -0
- package/lib/components/dynamic/UrlComponent.d.ts +2 -0
- package/lib/components/dynamic/UserProfileAttributeListComponent.d.ts +2 -0
- package/lib/components/dynamic/components.d.ts +13 -0
- package/lib/components/error/ErrorRenderer.d.ts +2 -0
- package/lib/components/external-link/FormattedLink.d.ts +5 -0
- package/lib/components/form/FixedButtonGroup.d.ts +12 -0
- package/lib/components/form/FormAccess.d.ts +29 -0
- package/lib/components/group/GroupPath.d.ts +7 -0
- package/lib/components/group/GroupPickerDialog.d.ts +15 -0
- package/lib/components/help-enabler/HelpHeader.d.ts +1 -0
- package/lib/components/json-file-upload/FileUploadForm.d.ts +13 -0
- package/lib/components/json-file-upload/JsonFileUpload.d.ts +5 -0
- package/lib/components/json-file-upload/patternfly/FileUpload.d.ts +73 -0
- package/lib/components/json-file-upload/patternfly/FileUploadField.d.ts +67 -0
- package/lib/components/json-file-upload/patternfly/fileUtils.d.ts +12 -0
- package/lib/components/key-value-form/AttributeForm.d.ts +15 -0
- package/lib/components/key-value-form/KeySelect.d.ts +7 -0
- package/lib/components/key-value-form/KeyValueInput.d.ts +13 -0
- package/lib/components/key-value-form/ValueSelect.d.ts +8 -0
- package/lib/components/key-value-form/key-value-convert.d.ts +7 -0
- package/lib/components/keycloak-card/ClickableCard.d.ts +6 -0
- package/lib/components/keycloak-card/KeycloakCard.d.ts +11 -0
- package/lib/components/keycloak-spinner/KeycloakSpinner.d.ts +1 -0
- package/lib/components/multi-line-input/MultiLineInput.d.ts +9 -0
- package/lib/components/permission-tab/PermissionTab.d.ts +7 -0
- package/lib/components/realm-selector/RealmSelector.d.ts +1 -0
- package/lib/components/role-form/RoleForm.d.ts +11 -0
- package/lib/components/role-mapping/AddRoleMappingModal.d.ts +12 -0
- package/lib/components/role-mapping/RoleMapping.d.ts +55 -0
- package/lib/components/role-mapping/queries.d.ts +9 -0
- package/lib/components/role-mapping/resource.d.ts +40 -0
- package/lib/components/roles-list/RolesList.d.ts +13 -0
- package/lib/components/routable-tabs/RoutableTabs.d.ts +15 -0
- package/lib/components/time-selector/TimeSelector.d.ts +11 -0
- package/lib/components/time-selector/TimeSelectorControl.d.ts +13 -0
- package/lib/components/time-selector/TimeSelectorForm.d.ts +6 -0
- package/lib/components/users/UserDataTable.d.ts +10 -0
- package/lib/components/users/UserDataTableAttributeSearchForm.d.ts +12 -0
- package/lib/components/users/UserDataTableToolbarItems.d.ts +27 -0
- package/lib/components/users/UserSelect.d.ts +8 -0
- package/lib/components/view-header/ViewHeader.d.ts +25 -0
- package/lib/components/wizard-section-header/WizardSectionHeader.d.ts +6 -0
- package/lib/context/RecentRealms.d.ts +4 -0
- package/lib/context/access/Access.d.ts +10 -0
- package/lib/context/auth/admin-ui-endpoint.d.ts +4 -0
- package/lib/context/auth/uiRealmInfo.d.ts +5 -0
- package/lib/context/realm-context/RealmContext.d.ts +11 -0
- package/lib/context/server-info/ServerInfoProvider.d.ts +6 -0
- package/lib/context/whoami/WhoAmI.d.ts +23 -0
- package/lib/dashboard/Dashboard.d.ts +1 -0
- package/lib/dashboard/ProviderInfo.d.ts +1 -0
- package/lib/dashboard/routes/Dashboard.d.ts +11 -0
- package/lib/dashboard/routes.d.ts +3 -0
- package/lib/environment.d.ts +19 -0
- package/lib/events/AdminEvents.d.ts +1 -0
- package/lib/events/EventsSection.d.ts +1 -0
- package/lib/events/ResourceLinks.d.ts +7 -0
- package/lib/events/routes/Events.d.ts +10 -0
- package/lib/events/routes.d.ts +3 -0
- package/lib/favicon.svg +63 -0
- package/lib/groups/GroupAttributes.d.ts +1 -0
- package/lib/groups/GroupRoleMapping.d.ts +6 -0
- package/lib/groups/GroupTable.d.ts +5 -0
- package/lib/groups/GroupsModal.d.ts +10 -0
- package/lib/groups/GroupsSection.d.ts +1 -0
- package/lib/groups/Members.d.ts +1 -0
- package/lib/groups/MembersModal.d.ts +8 -0
- package/lib/groups/SubGroupsContext.d.ts +12 -0
- package/lib/groups/components/CheckableTreeView.d.ts +7 -0
- package/lib/groups/components/DeleteGroup.d.ts +9 -0
- package/lib/groups/components/GroupToolbar.d.ts +7 -0
- package/lib/groups/components/GroupTree.d.ts +8 -0
- package/lib/groups/components/MoveDialog.d.ts +8 -0
- package/lib/groups/groupIdUtils.d.ts +2 -0
- package/lib/groups/routes/Groups.d.ts +10 -0
- package/lib/groups/routes.d.ts +3 -0
- package/lib/help-urls.d.ts +19 -0
- package/lib/icon.svg +55 -0
- package/lib/identity-providers/IdentityProvidersSection.d.ts +1 -0
- package/lib/identity-providers/ManageOrderDialog.d.ts +7 -0
- package/lib/identity-providers/OIDCConfigurationRepresentation.d.ts +39 -0
- package/lib/identity-providers/add/AddIdentityProvider.d.ts +1 -0
- package/lib/identity-providers/add/AddMapper.d.ts +8 -0
- package/lib/identity-providers/add/AddMapperForm.d.ts +13 -0
- package/lib/identity-providers/add/AddOpenIdConnect.d.ts +1 -0
- package/lib/identity-providers/add/AddSamlConnect.d.ts +1 -0
- package/lib/identity-providers/add/AdvancedSettings.d.ts +6 -0
- package/lib/identity-providers/add/DescriptorSettings.d.ts +5 -0
- package/lib/identity-providers/add/DetailSettings.d.ts +1 -0
- package/lib/identity-providers/add/DiscoverySettings.d.ts +5 -0
- package/lib/identity-providers/add/ExtendedNonDiscoverySettings.d.ts +1 -0
- package/lib/identity-providers/add/GeneralSettings.d.ts +6 -0
- package/lib/identity-providers/add/OIDCAuthentication.d.ts +3 -0
- package/lib/identity-providers/add/OIDCGeneralSettings.d.ts +1 -0
- package/lib/identity-providers/add/OpenIdConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/ReqAuthnConstraintsSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlGeneralSettings.d.ts +5 -0
- package/lib/identity-providers/component/ClientIdSecret.d.ts +4 -0
- package/lib/identity-providers/component/DiscoveryEndpointField.d.ts +8 -0
- package/lib/identity-providers/component/DisplayOrder.d.ts +1 -0
- package/lib/identity-providers/component/FormGroupField.d.ts +10 -0
- package/lib/identity-providers/component/RedirectUrl.d.ts +3 -0
- package/lib/identity-providers/component/SwitchField.d.ts +8 -0
- package/lib/identity-providers/component/TextField.d.ts +2 -0
- package/lib/identity-providers/routes/AddMapper.d.ts +10 -0
- package/lib/identity-providers/routes/EditMapper.d.ts +10 -0
- package/lib/identity-providers/routes/IdentityProvider.d.ts +11 -0
- package/lib/identity-providers/routes/IdentityProviderCreate.d.ts +8 -0
- package/lib/identity-providers/routes/IdentityProviderKeycloakOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderSaml.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviders.d.ts +7 -0
- package/lib/identity-providers/routes.d.ts +3 -0
- package/lib/img_avatar.svg +33 -0
- package/lib/index-DXWy23Yd.js +65735 -0
- package/lib/index-DXWy23Yd.js.map +1 -0
- package/lib/index.d.ts +295 -0
- package/lib/keycloak-admin-ui.d.ts +2 -0
- package/lib/keycloak-admin-ui.js +309 -0
- package/lib/keycloak-admin-ui.js.map +1 -0
- package/lib/logo.svg +1 -0
- package/lib/main.d.ts +0 -0
- package/lib/organizations/DetailOraganzationHeader.d.ts +5 -0
- package/lib/organizations/DetailOrganization.d.ts +1 -0
- package/lib/organizations/IdentityProviderSelect.d.ts +7 -0
- package/lib/organizations/IdentityProviders.d.ts +1 -0
- package/lib/organizations/InviteMemberModal.d.ts +6 -0
- package/lib/organizations/LinkIdentityProviderModal.d.ts +8 -0
- package/lib/organizations/Members.d.ts +1 -0
- package/lib/organizations/NewOrganization.d.ts +1 -0
- package/lib/organizations/OrganizationForm.d.ts +11 -0
- package/lib/organizations/OrganizationModal.d.ts +9 -0
- package/lib/organizations/OrganizationsSection.d.ts +1 -0
- package/lib/organizations/routes/AddOrganization.d.ts +7 -0
- package/lib/organizations/routes/EditOrganization.d.ts +10 -0
- package/lib/organizations/routes/Organizations.d.ts +8 -0
- package/lib/organizations/routes.d.ts +3 -0
- package/lib/page/Page.d.ts +1 -0
- package/lib/page/PageHandler.d.ts +9 -0
- package/lib/page/PageList.d.ts +3 -0
- package/lib/page/routes.d.ts +16 -0
- package/lib/realm/add/NewRealmForm.d.ts +1 -0
- package/lib/realm/routes/AddRealm.d.ts +7 -0
- package/lib/realm/routes.d.ts +3 -0
- package/lib/realm-roles/CreateRealmRole.d.ts +1 -0
- package/lib/realm-roles/RealmRoleTabs.d.ts +1 -0
- package/lib/realm-roles/RealmRolesSection.d.ts +1 -0
- package/lib/realm-roles/UsersInRoleTab.d.ts +1 -0
- package/lib/realm-roles/routes/AddRole.d.ts +7 -0
- package/lib/realm-roles/routes/RealmRole.d.ts +10 -0
- package/lib/realm-roles/routes/RealmRoles.d.ts +7 -0
- package/lib/realm-roles/routes.d.ts +3 -0
- package/lib/realm-settings/AddClientProfileModal.d.ts +8 -0
- package/lib/realm-settings/AddTranslationModal.d.ts +15 -0
- package/lib/realm-settings/ClientProfileForm.d.ts +1 -0
- package/lib/realm-settings/DefaultGroupsTab.d.ts +1 -0
- package/lib/realm-settings/EmailTab.d.ts +7 -0
- package/lib/realm-settings/ExecutorForm.d.ts +1 -0
- package/lib/realm-settings/GeneralTab.d.ts +7 -0
- package/lib/realm-settings/LoginTab.d.ts +7 -0
- package/lib/realm-settings/NewAttributeSettings.d.ts +6 -0
- package/lib/realm-settings/NewClientPolicy.d.ts +1 -0
- package/lib/realm-settings/NewClientPolicyCondition.d.ts +4 -0
- package/lib/realm-settings/PartialExport.d.ts +5 -0
- package/lib/realm-settings/PartialImport.d.ts +5 -0
- package/lib/realm-settings/PoliciesTab.d.ts +1 -0
- package/lib/realm-settings/ProfilesTab.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsSection.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsTabs.d.ts +6 -0
- package/lib/realm-settings/SessionsTab.d.ts +7 -0
- package/lib/realm-settings/ThemesTab.d.ts +7 -0
- package/lib/realm-settings/TokensTab.d.ts +8 -0
- package/lib/realm-settings/UserRegistration.d.ts +1 -0
- package/lib/realm-settings/event-config/AddEventTypesDialog.d.ts +8 -0
- package/lib/realm-settings/event-config/EventConfigForm.d.ts +10 -0
- package/lib/realm-settings/event-config/EventListenersForm.d.ts +7 -0
- package/lib/realm-settings/event-config/EventsTab.d.ts +6 -0
- package/lib/realm-settings/event-config/EventsTypeTable.d.ts +12 -0
- package/lib/realm-settings/keys/KeysListTab.d.ts +6 -0
- package/lib/realm-settings/keys/KeysProvidersTab.d.ts +7 -0
- package/lib/realm-settings/keys/KeysTab.d.ts +1 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderForm.d.ts +9 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderModal.d.ts +7 -0
- package/lib/realm-settings/keys/key-providers/KeyProvidersPicker.d.ts +6 -0
- package/lib/realm-settings/localization/EffectiveMessageBundles.d.ts +6 -0
- package/lib/realm-settings/localization/LocalizationTab.d.ts +8 -0
- package/lib/realm-settings/localization/RealmOverrides.d.ts +21 -0
- package/lib/realm-settings/routes/AddAttribute.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientPolicy.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/AddCondition.d.ts +8 -0
- package/lib/realm-settings/routes/AddExecutor.d.ts +8 -0
- package/lib/realm-settings/routes/Attribute.d.ts +8 -0
- package/lib/realm-settings/routes/ClientPolicies.d.ts +9 -0
- package/lib/realm-settings/routes/ClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/EditAttributesGroup.d.ts +8 -0
- package/lib/realm-settings/routes/EditClientPolicy.d.ts +8 -0
- package/lib/realm-settings/routes/EditCondition.d.ts +9 -0
- package/lib/realm-settings/routes/Executor.d.ts +9 -0
- package/lib/realm-settings/routes/KeyProvider.d.ts +10 -0
- package/lib/realm-settings/routes/KeysTab.d.ts +9 -0
- package/lib/realm-settings/routes/NewAttributesGroup.d.ts +7 -0
- package/lib/realm-settings/routes/RealmSettings.d.ts +10 -0
- package/lib/realm-settings/routes/UserProfile.d.ts +9 -0
- package/lib/realm-settings/routes.d.ts +3 -0
- package/lib/realm-settings/security-defences/BruteForceDetection.d.ts +7 -0
- package/lib/realm-settings/security-defences/HeadersForm.d.ts +7 -0
- package/lib/realm-settings/security-defences/HelpLinkTextInput.d.ts +6 -0
- package/lib/realm-settings/security-defences/SecurityDefenses.d.ts +7 -0
- package/lib/realm-settings/security-defences/Time.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesGroupDetails.d.ts +2 -0
- package/lib/realm-settings/user-profile/AttributesGroupForm.d.ts +1 -0
- package/lib/realm-settings/user-profile/AttributesGroupTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/JsonEditorTab.d.ts +1 -0
- package/lib/realm-settings/user-profile/UserProfileContext.d.ts +16 -0
- package/lib/realm-settings/user-profile/UserProfileTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/attribute/AddTranslationsDialog.d.ts +19 -0
- package/lib/realm-settings/user-profile/attribute/AddValidatorDialog.d.ts +8 -0
- package/lib/realm-settings/user-profile/attribute/AttributeAnnotations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeGeneralSettings.d.ts +14 -0
- package/lib/realm-settings/user-profile/attribute/AttributePermission.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeValidations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/ValidatorSelect.d.ts +7 -0
- package/lib/robots.txt +3 -0
- package/lib/root/AuthWall.d.ts +1 -0
- package/lib/routes.d.ts +15 -0
- package/lib/sessions/RevocationModal.d.ts +6 -0
- package/lib/sessions/SessionsSection.d.ts +1 -0
- package/lib/sessions/SessionsTable.d.ts +14 -0
- package/lib/sessions/routes/Sessions.d.ts +7 -0
- package/lib/sessions/routes.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/user/CreateUser.d.ts +1 -0
- package/lib/user/EditUser.d.ts +1 -0
- package/lib/user/FederatedUserLink.d.ts +6 -0
- package/lib/user/Organizations.d.ts +1 -0
- package/lib/user/UserAttributes.d.ts +10 -0
- package/lib/user/UserConsents.d.ts +1 -0
- package/lib/user/UserCredentials.d.ts +7 -0
- package/lib/user/UserForm.d.ts +21 -0
- package/lib/user/UserGroups.d.ts +6 -0
- package/lib/user/UserIdPModal.d.ts +8 -0
- package/lib/user/UserIdentityProviderLinks.d.ts +5 -0
- package/lib/user/UserRoleMapping.d.ts +6 -0
- package/lib/user/UserSessions.d.ts +1 -0
- package/lib/user/UsersSection.d.ts +1 -0
- package/lib/user/details/SearchFilter.d.ts +9 -0
- package/lib/user/form-state.d.ts +14 -0
- package/lib/user/routes/AddUser.d.ts +7 -0
- package/lib/user/routes/User.d.ts +10 -0
- package/lib/user/routes/Users.d.ts +10 -0
- package/lib/user/routes.d.ts +3 -0
- package/lib/user/user-credentials/CredentialDataDialog.d.ts +6 -0
- package/lib/user/user-credentials/CredentialRow.d.ts +10 -0
- package/lib/user/user-credentials/InlineLabelEdit.d.ts +9 -0
- package/lib/user/user-credentials/LifespanField.d.ts +1 -0
- package/lib/user/user-credentials/RequiredActionMultiSelect.d.ts +7 -0
- package/lib/user/user-credentials/ResetCredentialDialog.d.ts +6 -0
- package/lib/user/user-credentials/ResetPasswordDialog.d.ts +15 -0
- package/lib/user/utils/user-profile.d.ts +2 -0
- package/lib/user/utils.d.ts +1 -0
- package/lib/user-federation/CreateUserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/ManagePriorityDialog.d.ts +7 -0
- package/lib/user-federation/UserFederationKerberosSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationKerberosWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapForm.d.ts +13 -0
- package/lib/user-federation/UserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationSection.d.ts +1 -0
- package/lib/user-federation/custom/CustomProviderSettings.d.ts +1 -0
- package/lib/user-federation/custom/SyncSettings.d.ts +1 -0
- package/lib/user-federation/kerberos/KerberosSettingsRequired.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsAdvanced.d.ts +8 -0
- package/lib/user-federation/ldap/LdapSettingsConnection.d.ts +10 -0
- package/lib/user-federation/ldap/LdapSettingsGeneral.d.ts +9 -0
- package/lib/user-federation/ldap/LdapSettingsKerberosIntegration.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSearching.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSynchronization.d.ts +7 -0
- package/lib/user-federation/ldap/mappers/LdapMapperDetails.d.ts +1 -0
- package/lib/user-federation/ldap/mappers/LdapMapperList.d.ts +6 -0
- package/lib/user-federation/routes/CustomUserFederation.d.ts +9 -0
- package/lib/user-federation/routes/NewCustomUserFederation.d.ts +8 -0
- package/lib/user-federation/routes/NewKerberosUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/NewLdapUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationKerberos.d.ts +8 -0
- package/lib/user-federation/routes/UserFederationLdap.d.ts +11 -0
- package/lib/user-federation/routes/UserFederationLdapMapper.d.ts +9 -0
- package/lib/user-federation/routes/UserFederationsKerberos.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationsLdap.d.ts +7 -0
- package/lib/user-federation/routes.d.ts +3 -0
- package/lib/user-federation/shared/ExtendedHeader.d.ts +8 -0
- package/lib/user-federation/shared/Header.d.ts +9 -0
- package/lib/user-federation/shared/SettingsCache.d.ts +8 -0
- package/lib/util.d.ts +24 -0
- package/lib/utils/client-url.d.ts +3 -0
- package/lib/utils/generateEncodedPath.d.ts +23 -0
- package/lib/utils/getAuthorizationHeaders.d.ts +1 -0
- package/lib/utils/joinPath.d.ts +1 -0
- package/lib/utils/translationFormatter.d.ts +3 -0
- package/lib/utils/types.d.ts +4 -0
- package/lib/utils/useCurrentUser.d.ts +27 -0
- package/lib/utils/useFormatDate.d.ts +2 -0
- package/lib/utils/useIsFeatureEnabled.d.ts +14 -0
- package/lib/utils/useLocale.d.ts +1 -0
- package/lib/utils/useLocaleSort.d.ts +7 -0
- package/lib/utils/useParams.d.ts +1 -0
- package/lib/utils/useQueryPermission.d.ts +6 -0
- package/lib/utils/useToggle.d.ts +6 -0
- package/lib/utils/useUpdateEffect.d.ts +5 -0
- package/package.json +128 -0
package/lib/index.d.ts
ADDED
@@ -0,0 +1,295 @@
|
|
1
|
+
export * as AuthenticationSection from './authentication/AuthenticationSection';
|
2
|
+
export { AddMapperDialog } from './client-scopes/add/MapperDialog';
|
3
|
+
export { MapperList } from './client-scopes/details/MapperList';
|
4
|
+
export * as MappingDetails from './client-scopes/details/MappingDetails';
|
5
|
+
export { ScopeForm } from './client-scopes/details/ScopeForm';
|
6
|
+
export { SearchDropdown } from './client-scopes/details/SearchFilter';
|
7
|
+
export { ChangeTypeDropdown } from './client-scopes/ChangeTypeDropdown';
|
8
|
+
export * as ClientScopeSection from './client-scopes/ClientScopesSection';
|
9
|
+
export * as CreateClientScope from './client-scopes/CreateClientScope';
|
10
|
+
export * as EditClientScope from './client-scopes/EditClientScope';
|
11
|
+
export { AuthorizationSettings } from './clients/authorization/Settings';
|
12
|
+
export { AccessSettings } from './clients/add/AccessSettings';
|
13
|
+
export { CapabilityConfig } from './clients/add/CapabilityConfig';
|
14
|
+
export { GeneralSettings } from './clients/add/GeneralSettings';
|
15
|
+
export { LoginSettings } from './clients/add/LoginSettings';
|
16
|
+
export { LoginSettingsPanel } from './clients/add/LoginSettingsPanel';
|
17
|
+
export { LogoutPanel } from './clients/add/LogoutPanel';
|
18
|
+
export * as NewClientForm from './clients/add/NewClientForm';
|
19
|
+
export { SamlConfig } from './clients/add/SamlConfig';
|
20
|
+
export { SamlSignature } from './clients/add/SamlSignature';
|
21
|
+
export { AddHostDialog } from './clients/advanced/AddHostDialog';
|
22
|
+
export { AdvancedSettings } from './clients/advanced/AdvancedSettings';
|
23
|
+
export { ApplicationUrls } from './clients/advanced/ApplicationUrls';
|
24
|
+
export { AuthenticationOverrides } from './clients/advanced/AuthenticationOverrides';
|
25
|
+
export { ClusteringPanel } from './clients/advanced/ClusteringPanel';
|
26
|
+
export { FineGrainOpenIdConnect } from './clients/advanced/FineGrainOpenIdConnect';
|
27
|
+
export { OpenIdConnectCompatibilityModes } from './clients/advanced/OpenIdConnectCompatibilityModes';
|
28
|
+
export { TokenLifespan } from './clients/advanced/TokenLifespan';
|
29
|
+
export { AuthorizationResources } from './clients/authorization/Resources';
|
30
|
+
export { AuthorizationScopes } from './clients/authorization/Scopes';
|
31
|
+
export { AuthorizationPolicies } from './clients/authorization/Policies';
|
32
|
+
export { AuthorizationPermissions } from './clients/authorization/Permissions';
|
33
|
+
export { AuthorizationEvaluate } from './clients/authorization/AuthorizationEvaluate';
|
34
|
+
export { AuthorizationExport } from './clients/authorization/AuthorizationExport';
|
35
|
+
export { ClientSecret } from './clients/credentials/ClientSecret';
|
36
|
+
export { Credentials } from './clients/credentials/Credentials';
|
37
|
+
export { SignedJWT } from './clients/credentials/SignedJWT';
|
38
|
+
export { X509 } from './clients/credentials/X509';
|
39
|
+
export * as ImportForm from './clients/import/ImportForm';
|
40
|
+
export { AccessTokenDialog } from './clients/initial-access/AccessTokenDialog';
|
41
|
+
export * as CreateInitialAccessToken from './clients/initial-access/CreateInitialAccessToken';
|
42
|
+
export * as InitialAccessTokenList from './clients/initial-access/InitialAccessTokenList';
|
43
|
+
export { Certificate } from './clients/keys/Certificate';
|
44
|
+
export { ExportSamlKeyDialog } from './clients/keys/ExportSamlKeyDialog';
|
45
|
+
export { GenerateKeyDialog } from './clients/keys/GenerateKeyDialog';
|
46
|
+
export { ImportKeyDialog } from './clients/keys/ImportKeyDialog';
|
47
|
+
export { Keys } from './clients/keys/Keys';
|
48
|
+
export { SamlImportKeyDialog } from './clients/keys/SamlImportKeyDialog';
|
49
|
+
export { SamlKeys } from './clients/keys/SamlKeys';
|
50
|
+
export { SamlKeysDialog } from './clients/keys/SamlKeysDialog';
|
51
|
+
export { StoreSettings } from './clients/keys/StoreSettings';
|
52
|
+
export { AddProviderDialog } from './clients/registration/AddProviderDialog';
|
53
|
+
export { ClientRegistration } from './clients/registration/ClientRegistration';
|
54
|
+
export { ClientRegistrationList } from './clients/registration/ClientRegistrationList';
|
55
|
+
export * as DetailProvider from './clients/registration/DetailProvider';
|
56
|
+
export * as CreateClientRole from './clients/roles/CreateClientRole';
|
57
|
+
export { AddScopeDialog } from './clients/scopes/AddScopeDialog';
|
58
|
+
export { ClientScopes } from './clients/scopes/ClientScopes';
|
59
|
+
export { CopyToClipboardButton } from './clients/scopes/CopyToClipboardButton';
|
60
|
+
export { DedicatedScope } from './clients/scopes/DedicatedScope';
|
61
|
+
export * as DedicatedScopes from './clients/scopes/DedicatedScopes';
|
62
|
+
export { EvaluateScopes } from './clients/scopes/EvaluateScopes';
|
63
|
+
export { GeneratedCodeTab } from './clients/scopes/GeneratedCodeTab';
|
64
|
+
export { ServiceAccount } from './clients/service-account/ServiceAccount';
|
65
|
+
export { AdvancedTab } from './clients/AdvancedTab';
|
66
|
+
export { ClientDescription } from './clients/ClientDescription';
|
67
|
+
export * as ClientDetails from './clients/ClientDetails';
|
68
|
+
export { ClientSessions } from './clients/ClientSessions';
|
69
|
+
export { ClientSettings } from './clients/ClientSettings';
|
70
|
+
export * as ClientsSection from './clients/ClientsSection';
|
71
|
+
export { GroupBreadCrumbs } from './components/bread-crumb/GroupBreadCrumbs';
|
72
|
+
export { PageBreadCrumbs } from './components/bread-crumb/PageBreadCrumbs';
|
73
|
+
export { ClientSelect } from './components/client/ClientSelect';
|
74
|
+
export { CellDropdown as ClientScopeCellDropdown } from './components/client-scope/ClientScopeTypes';
|
75
|
+
export { useConfirmDialog, ConfirmDialogModal, } from './components/confirm-dialog/ConfirmDialog';
|
76
|
+
export { DownloadDialog } from './components/download-dialog/DownloadDialog';
|
77
|
+
export * as DropdownPanel from './components/dropdown-panel/DropdownPanel';
|
78
|
+
export { BooleanComponent } from './components/dynamic/BooleanComponent';
|
79
|
+
export { ClientSelectComponent } from './components/dynamic/ClientSelectComponent';
|
80
|
+
export { DynamicComponents } from './components/dynamic/DynamicComponents';
|
81
|
+
export { FileComponent } from './components/dynamic/FileComponent';
|
82
|
+
export { GroupComponent } from './components/dynamic/GroupComponent';
|
83
|
+
export { ListComponent } from './components/dynamic/ListComponent';
|
84
|
+
export { MapComponent } from './components/dynamic/MapComponent';
|
85
|
+
export { MultiValuedListComponent } from './components/dynamic/MultivaluedListComponent';
|
86
|
+
export { MultiValuedStringComponent } from './components/dynamic/MultivaluedStringComponent';
|
87
|
+
export { PasswordComponent } from './components/dynamic/PasswordComponent';
|
88
|
+
export { RoleComponent } from './components/dynamic/RoleComponent';
|
89
|
+
export { ScriptComponent } from './components/dynamic/ScriptComponent';
|
90
|
+
export { StringComponent } from './components/dynamic/StringComponent';
|
91
|
+
export { TextComponent } from './components/dynamic/TextComponent';
|
92
|
+
export { UrlComponent } from './components/dynamic/UrlComponent';
|
93
|
+
export { UserProfileAttributeListComponent } from './components/dynamic/UserProfileAttributeListComponent';
|
94
|
+
export { ErrorRenderer } from './components/error/ErrorRenderer';
|
95
|
+
export { FormattedLink } from './components/external-link/FormattedLink';
|
96
|
+
export { FixedButtonsGroup } from './components/form/FixedButtonGroup';
|
97
|
+
export { FormAccess } from './components/form/FormAccess';
|
98
|
+
export { GroupPath } from './components/group/GroupPath';
|
99
|
+
export { GroupPickerDialog } from './components/group/GroupPickerDialog';
|
100
|
+
export { HelpHeader } from './components/help-enabler/HelpHeader';
|
101
|
+
export { FileUploadForm } from './components/json-file-upload/FileUploadForm';
|
102
|
+
export { JsonFileUpload } from './components/json-file-upload/JsonFileUpload';
|
103
|
+
export { AttributesForm } from './components/key-value-form/AttributeForm';
|
104
|
+
export { KeySelect } from './components/key-value-form/KeySelect';
|
105
|
+
export { KeyValueInput } from './components/key-value-form/KeyValueInput';
|
106
|
+
export { ValueSelect } from './components/key-value-form/ValueSelect';
|
107
|
+
export { ClickableCard } from './components/keycloak-card/ClickableCard';
|
108
|
+
export { KeycloakCard } from './components/keycloak-card/KeycloakCard';
|
109
|
+
export { MultiLineInput } from './components/multi-line-input/MultiLineInput';
|
110
|
+
export { PermissionsTab } from './components/permission-tab/PermissionTab';
|
111
|
+
export { RealmSelector } from './components/realm-selector/RealmSelector';
|
112
|
+
export { RoleForm } from './components/role-form/RoleForm';
|
113
|
+
export { AddRoleMappingModal } from './components/role-mapping/AddRoleMappingModal';
|
114
|
+
export { RoleMapping } from './components/role-mapping/RoleMapping';
|
115
|
+
export { RolesList } from './components/roles-list/RolesList';
|
116
|
+
export { RoutableTabs } from './components/routable-tabs/RoutableTabs';
|
117
|
+
export { TimeSelector } from './components/time-selector/TimeSelector';
|
118
|
+
export { TimeSelectorControl } from './components/time-selector/TimeSelectorControl';
|
119
|
+
export { TimeSelectorForm } from './components/time-selector/TimeSelectorForm';
|
120
|
+
export { UserDataTable } from './components/users/UserDataTable';
|
121
|
+
export { UserDataTableAttributeSearchForm } from './components/users/UserDataTableAttributeSearchForm';
|
122
|
+
export { UserDataTableToolbarItems } from './components/users/UserDataTableToolbarItems';
|
123
|
+
export { ViewHeader } from './components/view-header/ViewHeader';
|
124
|
+
export { WizardSectionHeader } from './components/wizard-section-header/WizardSectionHeader';
|
125
|
+
export { DefaultSwitchControl } from './components/SwitchControl';
|
126
|
+
export { useAccess, AccessContext } from './context/access/Access';
|
127
|
+
export { fetchAdminUI } from './context/auth/admin-ui-endpoint';
|
128
|
+
export { useRealm, RealmContextProvider, } from './context/realm-context/RealmContext';
|
129
|
+
export { useServerInfo, ServerInfoProvider, } from './context/server-info/ServerInfoProvider';
|
130
|
+
export { useWhoAmI, WhoAmIContextProvider } from './context/whoami/WhoAmI';
|
131
|
+
export { useErrorBoundary, ErrorBoundaryProvider, } from '@keycloak/keycloak-ui-shared';
|
132
|
+
export { useRecentRealms, RecentRealmsProvider } from './context/RecentRealms';
|
133
|
+
export * as DashboardSection from './dashboard/Dashboard';
|
134
|
+
export { ProviderInfo } from './dashboard/ProviderInfo';
|
135
|
+
export { AdminEvents } from './events/AdminEvents';
|
136
|
+
export * as EventsSection from './events/EventsSection';
|
137
|
+
export { ResourceLink } from './events/ResourceLinks';
|
138
|
+
export { CheckableTreeView } from './groups/components/CheckableTreeView';
|
139
|
+
export { DeleteGroup } from './groups/components/DeleteGroup';
|
140
|
+
export { GroupToolbar } from './groups/components/GroupToolbar';
|
141
|
+
export { GroupTree } from './groups/components/GroupTree';
|
142
|
+
export { MoveDialog } from './groups/components/MoveDialog';
|
143
|
+
export { GroupAttributes } from './groups/GroupAttributes';
|
144
|
+
export { GroupRoleMapping } from './groups/GroupRoleMapping';
|
145
|
+
export { GroupsModal } from './groups/GroupsModal';
|
146
|
+
export * as GroupsSection from './groups/GroupsSection';
|
147
|
+
export { GroupTable } from './groups/GroupTable';
|
148
|
+
export { Members } from './groups/Members';
|
149
|
+
export { MemberModal } from './groups/MembersModal';
|
150
|
+
export { useSubGroups, SubGroups } from './groups/SubGroupsContext';
|
151
|
+
export * as AddIdentyProvider from './identity-providers/add/AddIdentityProvider';
|
152
|
+
export * as AddMapper from './identity-providers/add/AddMapper';
|
153
|
+
export { AddMapperForm } from './identity-providers/add/AddMapperForm';
|
154
|
+
export * as AddOpenIdConnect from './identity-providers/add/AddOpenIdConnect';
|
155
|
+
export * as AddSamlConnect from './identity-providers/add/AddSamlConnect';
|
156
|
+
export { AdvancedSettings as IdpAdvancedSettings } from './identity-providers/add/AdvancedSettings';
|
157
|
+
export { DescriptorSettings } from './identity-providers/add/DescriptorSettings';
|
158
|
+
export * as DetailSettings from './identity-providers/add/DetailSettings';
|
159
|
+
export { DiscoverySettings } from './identity-providers/add/DiscoverySettings';
|
160
|
+
export { ExtendedNonDiscoverySettings } from './identity-providers/add/ExtendedNonDiscoverySettings';
|
161
|
+
export { GeneralSettings as IdpGeneralSettings } from './identity-providers/add/GeneralSettings';
|
162
|
+
export { OIDCAuthentication } from './identity-providers/add/OIDCAuthentication';
|
163
|
+
export { OIDCGeneralSettings } from './identity-providers/add/OIDCGeneralSettings';
|
164
|
+
export { OpenIdConnectSettings } from './identity-providers/add/OpenIdConnectSettings';
|
165
|
+
export { ReqAuthnConstraints } from './identity-providers/add/ReqAuthnConstraintsSettings';
|
166
|
+
export { SamlConnectSettings } from './identity-providers/add/SamlConnectSettings';
|
167
|
+
export { SamlGeneralSettings } from './identity-providers/add/SamlGeneralSettings';
|
168
|
+
export { ClientIdSecret } from './identity-providers/component/ClientIdSecret';
|
169
|
+
export { DiscoveryEndpointField } from './identity-providers/component/DiscoveryEndpointField';
|
170
|
+
export { DisplayOrder } from './identity-providers/component/DisplayOrder';
|
171
|
+
export { FormGroupField } from './identity-providers/component/FormGroupField';
|
172
|
+
export { RedirectUrl } from './identity-providers/component/RedirectUrl';
|
173
|
+
export { SwitchField } from './identity-providers/component/SwitchField';
|
174
|
+
export { TextField } from './identity-providers/component/TextField';
|
175
|
+
export * as IdentityProvidersSection from './identity-providers/IdentityProvidersSection';
|
176
|
+
export { ManageOrderDialog } from './identity-providers/ManageOrderDialog';
|
177
|
+
export { DetailOrganizationHeader } from './organizations/DetailOraganzationHeader';
|
178
|
+
export { IdentityProviders as OrganizationIdentityProviders } from './organizations/IdentityProviders';
|
179
|
+
export { InviteMemberModal } from './organizations/InviteMemberModal';
|
180
|
+
export { LinkIdentityProviderModal } from './organizations/LinkIdentityProviderModal';
|
181
|
+
export { Members as OrganizationMembers } from './organizations/Members';
|
182
|
+
export { OrganizationForm } from './organizations/OrganizationForm';
|
183
|
+
export * as OrganizationSection from './organizations/OrganizationsSection';
|
184
|
+
export * as Page from './page/Page';
|
185
|
+
export { PageHandler } from './page/PageHandler';
|
186
|
+
export * as PageList from './page/PageList';
|
187
|
+
export * as NewRealmForm from './realm/add/NewRealmForm';
|
188
|
+
export * as CreateRealmRole from './realm-roles/CreateRealmRole';
|
189
|
+
export * as RealmRolesSection from './realm-roles/RealmRolesSection';
|
190
|
+
export * as RealmRoleTabs from './realm-roles/RealmRoleTabs';
|
191
|
+
export { UsersInRoleTab } from './realm-roles/UsersInRoleTab';
|
192
|
+
export { AddEventTypesDialog } from './realm-settings/event-config/AddEventTypesDialog';
|
193
|
+
export { EventConfigForm } from './realm-settings/event-config/EventConfigForm';
|
194
|
+
export { EventListenersForm } from './realm-settings/event-config/EventListenersForm';
|
195
|
+
export { EventsTab } from './realm-settings/event-config/EventsTab';
|
196
|
+
export { EventsTypeTable } from './realm-settings/event-config/EventsTypeTable';
|
197
|
+
export { KeyProviderForm } from './realm-settings/keys/key-providers/KeyProviderForm';
|
198
|
+
export { KeyProviderModal } from './realm-settings/keys/key-providers/KeyProviderModal';
|
199
|
+
export { KeyProvidersPicker } from './realm-settings/keys/key-providers/KeyProvidersPicker';
|
200
|
+
export { KeysListTab } from './realm-settings/keys/KeysListTab';
|
201
|
+
export { KeysProvidersTab } from './realm-settings/keys/KeysProvidersTab';
|
202
|
+
export { KeysTab } from './realm-settings/keys/KeysTab';
|
203
|
+
export { EffectiveMessageBundles } from './realm-settings/localization/EffectiveMessageBundles';
|
204
|
+
export { LocalizationTab } from './realm-settings/localization/LocalizationTab';
|
205
|
+
export { RealmOverrides } from './realm-settings/localization/RealmOverrides';
|
206
|
+
export { BruteForceDetection } from './realm-settings/security-defences/BruteForceDetection';
|
207
|
+
export { HeadersForm } from './realm-settings/security-defences/HeadersForm';
|
208
|
+
export { HelpLinkTextInput } from './realm-settings/security-defences/HelpLinkTextInput';
|
209
|
+
export { SecurityDefenses } from './realm-settings/security-defences/SecurityDefenses';
|
210
|
+
export { Time } from './realm-settings/security-defences/Time';
|
211
|
+
export { AddTranslationsDialog } from './realm-settings/user-profile/attribute/AddTranslationsDialog';
|
212
|
+
export { AddValidatorDialog } from './realm-settings/user-profile/attribute/AddValidatorDialog';
|
213
|
+
export { AttributeAnnotations } from './realm-settings/user-profile/attribute/AttributeAnnotations';
|
214
|
+
export { AttributeGeneralSettings } from './realm-settings/user-profile/attribute/AttributeGeneralSettings';
|
215
|
+
export { AttributePermission } from './realm-settings/user-profile/attribute/AttributePermission';
|
216
|
+
export { AttributeValidations } from './realm-settings/user-profile/attribute/AttributeValidations';
|
217
|
+
export { ValidatorSelect } from './realm-settings/user-profile/attribute/ValidatorSelect';
|
218
|
+
export * as AttributesGroupDetails from './realm-settings/user-profile/AttributesGroupDetails';
|
219
|
+
export * as AttributesGroupForm from './realm-settings/user-profile/AttributesGroupForm';
|
220
|
+
export { AttributesGroupTab } from './realm-settings/user-profile/AttributesGroupTab';
|
221
|
+
export { AttributesTab } from './realm-settings/user-profile/AttributesTab';
|
222
|
+
export { JsonEditorTab } from './realm-settings/user-profile/JsonEditorTab';
|
223
|
+
export { UserProfileContext, useUserProfile, } from './realm-settings/user-profile/UserProfileContext';
|
224
|
+
export { UserProfileTab } from './realm-settings/user-profile/UserProfileTab';
|
225
|
+
export { AddClientProfileModal } from './realm-settings/AddClientProfileModal';
|
226
|
+
export { AddTranslationModal } from './realm-settings/AddTranslationModal';
|
227
|
+
export * as ClientProfileForm from './realm-settings/ClientProfileForm';
|
228
|
+
export * as DefaultGroupsTab from './realm-settings/DefaultGroupsTab';
|
229
|
+
export { RealmSettingsEmailTab } from './realm-settings/EmailTab';
|
230
|
+
export { RealmSettingsGeneralTab } from './realm-settings/GeneralTab';
|
231
|
+
export { RealmSettingsLoginTab } from './realm-settings/LoginTab';
|
232
|
+
export * as NewAttributeSettings from './realm-settings/NewAttributeSettings';
|
233
|
+
export * as NewClientPolicy from './realm-settings/NewClientPolicy';
|
234
|
+
export * as NewClientPolicyCondition from './realm-settings/NewClientPolicyCondition';
|
235
|
+
export { PartialExportDialog } from './realm-settings/PartialExport';
|
236
|
+
export { PartialImportDialog } from './realm-settings/PartialImport';
|
237
|
+
export { PoliciesTab } from './realm-settings/PoliciesTab';
|
238
|
+
export * as RealmSettingsSection from './realm-settings/RealmSettingsSection';
|
239
|
+
export { RealmSettingsTabs } from './realm-settings/RealmSettingsTabs';
|
240
|
+
export { RealmSettingsSessionsTab } from './realm-settings/SessionsTab';
|
241
|
+
export { RealmSettingsThemesTab } from './realm-settings/ThemesTab';
|
242
|
+
export { RealmSettingsTokensTab } from './realm-settings/TokensTab';
|
243
|
+
export { UserRegistration } from './realm-settings/UserRegistration';
|
244
|
+
export { RevocationModal } from './sessions/RevocationModal';
|
245
|
+
export * as SessionsSection from './sessions/SessionsSection';
|
246
|
+
export * as SessionsTable from './sessions/SessionsTable';
|
247
|
+
export { SearchDropdown as UserSearchDropdown, SearchToolbar, } from './user/details/SearchFilter';
|
248
|
+
export { CredentialDataDialog } from './user/user-credentials/CredentialDataDialog';
|
249
|
+
export { CredentialRow } from './user/user-credentials/CredentialRow';
|
250
|
+
export { InlineLabelEdit } from './user/user-credentials/InlineLabelEdit';
|
251
|
+
export { LifespanField } from './user/user-credentials/LifespanField';
|
252
|
+
export { RequiredActionMultiSelect } from './user/user-credentials/RequiredActionMultiSelect';
|
253
|
+
export { ResetCredentialDialog } from './user/user-credentials/ResetCredentialDialog';
|
254
|
+
export { ResetPasswordDialog } from './user/user-credentials/ResetPasswordDialog';
|
255
|
+
export * as CreateUser from './user/CreateUser';
|
256
|
+
export * as EditUser from './user/EditUser';
|
257
|
+
export { FederatedUserLink } from './user/FederatedUserLink';
|
258
|
+
export { UserAttributes } from './user/UserAttributes';
|
259
|
+
export { UserConsents } from './user/UserConsents';
|
260
|
+
export { UserCredentials } from './user/UserCredentials';
|
261
|
+
export { UserForm } from './user/UserForm';
|
262
|
+
export { UserGroups } from './user/UserGroups';
|
263
|
+
export { UserIdentityProviderLinks } from './user/UserIdentityProviderLinks';
|
264
|
+
export { UserIdpModal } from './user/UserIdPModal';
|
265
|
+
export { UserRoleMapping } from './user/UserRoleMapping';
|
266
|
+
export { UserSessions } from './user/UserSessions';
|
267
|
+
export * as UserSection from './user/UsersSection';
|
268
|
+
export * as CustomProviderSettings from './user-federation/custom/CustomProviderSettings';
|
269
|
+
export { KerberosSettingsRequired } from './user-federation/kerberos/KerberosSettingsRequired';
|
270
|
+
export * as LdapMapperDetails from './user-federation/ldap/mappers/LdapMapperDetails';
|
271
|
+
export { LdapMapperList } from './user-federation/ldap/mappers/LdapMapperList';
|
272
|
+
export { LdapSettingsAdvanced } from './user-federation/ldap/LdapSettingsAdvanced';
|
273
|
+
export { LdapSettingsConnection } from './user-federation/ldap/LdapSettingsConnection';
|
274
|
+
export { LdapSettingsGeneral } from './user-federation/ldap/LdapSettingsGeneral';
|
275
|
+
export { LdapSettingsKerberosIntegration } from './user-federation/ldap/LdapSettingsKerberosIntegration';
|
276
|
+
export { LdapSettingsSearching } from './user-federation/ldap/LdapSettingsSearching';
|
277
|
+
export { LdapSettingsSynchronization } from './user-federation/ldap/LdapSettingsSynchronization';
|
278
|
+
export { ExtendedHeader } from './user-federation/shared/ExtendedHeader';
|
279
|
+
export { Header as UserFederationHeader } from './user-federation/shared/Header';
|
280
|
+
export { SettingsCache } from './user-federation/shared/SettingsCache';
|
281
|
+
export * as CreateUserFederationLdapSettings from './user-federation/CreateUserFederationLdapSettings';
|
282
|
+
export { ManagePriorityDialog } from './user-federation/ManagePriorityDialog';
|
283
|
+
export * as UserFederationKerberosSettings from './user-federation/UserFederationKerberosSettings';
|
284
|
+
export { UserFederationKerberosWizard } from './user-federation/UserFederationKerberosWizard';
|
285
|
+
export { UserFederationLdapForm } from './user-federation/UserFederationLdapForm';
|
286
|
+
export * as UserFederationLdapSettings from './user-federation/UserFederationLdapSettings';
|
287
|
+
export { UserFederationLdapWizard } from './user-federation/UserFederationLdapWizard';
|
288
|
+
export * as UserFederationSection from './user-federation/UserFederationSection';
|
289
|
+
export { ForbiddenSection } from './ForbiddenSection';
|
290
|
+
export { Header } from './PageHeader';
|
291
|
+
export { PageNav } from './PageNav';
|
292
|
+
export { PageNotFoundSection } from './PageNotFoundSection';
|
293
|
+
export { App as AdminUi } from './App';
|
294
|
+
export type { Environment as AccountEnvironment } from './environment';
|
295
|
+
export { KeycloakProvider, useEnvironment } from '@keycloak/keycloak-ui-shared';
|
@@ -0,0 +1,309 @@
|
|
1
|
+
import { dx as s, bS as t, ci as o, f5 as i, ez as n, b$ as r, d_ as d, d$ as l, bI as c, e0 as p, e1 as g, cu as S, dm as b, e2 as m, cz as u, f6 as C, eS as f, eT as A, dJ as D, ga as T, c0 as P, cH as R, c1 as v, eU as F, eV as y, eW as L, eX as U, bx as M, eZ as I, e_ as G, e$ as h, f0 as E, c2 as K, bH as w, cb as z, cc as k, ca as O, c9 as x, c7 as H, c8 as V, bR as B, cU as N, eN as W, bT as J, cl as q, bN as X, dM as Y, dh as Q, cI as Z, cJ as _, ef as $, f7 as j, cv as ee, cw as ae, cQ as se, bO as te, cA as oe, cd as ie, cP as ne, cV as re, cK as de, cL as le, cM as ce, c3 as pe, cR as ge, cB as Se, cy as be, bP as me, cj as ue, ev as Ce, fA as fe, f_ as Ae, ft as De, fu as Te, ce as Pe, fN as Re, dH as ve, cC as Fe, cD as ye, f8 as Le, bo as Ue, dN as Me, e4 as Ie, bs as Ge, cx as he, e5 as Ee, eg as Ke, e6 as we, eh as ze, cS as ke, cT as Oe, aL as xe, bQ as He, fB as Ve, eK as Be, dE as Ne, d7 as We, cE as Je, eA as qe, eB as Xe, dK as Ye, eC as Qe, eD as Ze, cm as _e, fX as $e, e7 as je, fC as ea, cW as aa, dd as sa, c4 as ta, d9 as oa, g6 as ia, c as na, ei as ra, d8 as da, bU as la, cn as ca, cF as pa, dR as ga, cN as Sa, cX as ba, da as ma, db as ua, dS as Ca, dV as fa, dO as Aa, dP as Da, dT as Ta, dU as Pa, g7 as Ra, eO as va, dc as Fa, eP as ya, em as La, e3 as Ua, e8 as Ma, ch as Ia, co as Ga, ck as ha, fv as Ea, eo as Ka, f1 as wa, de as za, fO as ka, eE as Oa, eF as xa, eG as Ha, df as Va, bp as Ba, di as Na, gb as Wa, cp as Ja, eH as qa, eI as Xa, eJ as Ya, fP as Qa, fQ as Za, fR as _a, fS as $a, fT as ja, fU as es, fV as as, fW as ss, fw as ts, ep as os, cY as is, eL as ns, bV as rs, bW as ds, bX as ls, en as cs, f$ as ps, cZ as gs, bJ as Ss, bK as bs, dX as ms, dW as us, dQ as Cs, bn as fs, c_ as As, c$ as Ds, fc as Ts, bY as Ps, fd as Rs, fe as vs, eu as Fs, e9 as ys, ea as Ls, c5 as Us, eb as Ms, bw as Is, bz as Gs, by as hs, eq as Es, er as Ks, cO as ws, es as zs, et as ks, g8 as Os, g9 as xs, ff as Hs, fg as Vs, d0 as Bs, dj as Ns, fh as Ws, dI as Js, dz as qs, eM as Xs, ex as Ys, ew as Qs, dk as Zs, f9 as _s, fa as $s, fb as js, fi as et, fk as at, fj as st, fl as tt, fm as ot, dG as it, ej as nt, ec as rt, fx as dt, fy as lt, fz as ct, dL as pt, fo as gt, d1 as St, dl as bt, dn as mt, dp as ut, bt as Ct, bZ as ft, ed as At, ee as Dt, cq as Tt, cr as Pt, cs as Rt, b_ as vt, bL as Ft, d2 as yt, bM as Lt, fs as Ut, eQ as Mt, dA as It, cG as Gt, fp as ht, fq as Et, fZ as Kt, cf as wt, ct as zt, d3 as kt, dZ as Ot, ek as xt, d4 as Ht, el as Vt, eR as Bt, dq as Nt, dr as Wt, ds as Jt, c6 as qt, d5 as Xt, fD as Yt, fE as Qt, fF as Zt, dt as _t, du as $t, dv as jt, fY as eo, g0 as ao, g1 as so, g2 as to, g3 as oo, g4 as io, g5 as no, fG as ro, fH as lo, fI as co, fJ as po, d6 as go, f2 as So, f4 as bo, fn as mo, fK as uo, fr as Co, fM as fo, fL as Ao, ey as Do, eY as To, dg as Po, V as Ro, dC as vo, dw as Fo, cg as yo, dy as Lo, ba as Uo, aY as Mo, gc as Io, dD as Go, a as ho, dF as Eo, bF as Ko, dY as wo, f3 as zo, dB as ko } from "./index-DXWy23Yd.js";
|
2
|
+
export {
|
3
|
+
s as AccessContext,
|
4
|
+
t as AccessSettings,
|
5
|
+
o as AccessTokenDialog,
|
6
|
+
i as AddClientProfileModal,
|
7
|
+
n as AddEventTypesDialog,
|
8
|
+
r as AddHostDialog,
|
9
|
+
d as AddIdentyProvider,
|
10
|
+
l as AddMapper,
|
11
|
+
c as AddMapperDialog,
|
12
|
+
p as AddMapperForm,
|
13
|
+
g as AddOpenIdConnect,
|
14
|
+
S as AddProviderDialog,
|
15
|
+
b as AddRoleMappingModal,
|
16
|
+
m as AddSamlConnect,
|
17
|
+
u as AddScopeDialog,
|
18
|
+
C as AddTranslationModal,
|
19
|
+
f as AddTranslationsDialog,
|
20
|
+
A as AddValidatorDialog,
|
21
|
+
D as AdminEvents,
|
22
|
+
T as AdminUi,
|
23
|
+
P as AdvancedSettings,
|
24
|
+
R as AdvancedTab,
|
25
|
+
v as ApplicationUrls,
|
26
|
+
F as AttributeAnnotations,
|
27
|
+
y as AttributeGeneralSettings,
|
28
|
+
L as AttributePermission,
|
29
|
+
U as AttributeValidations,
|
30
|
+
M as AttributesForm,
|
31
|
+
I as AttributesGroupDetails,
|
32
|
+
G as AttributesGroupForm,
|
33
|
+
h as AttributesGroupTab,
|
34
|
+
E as AttributesTab,
|
35
|
+
K as AuthenticationOverrides,
|
36
|
+
w as AuthenticationSection,
|
37
|
+
z as AuthorizationEvaluate,
|
38
|
+
k as AuthorizationExport,
|
39
|
+
O as AuthorizationPermissions,
|
40
|
+
x as AuthorizationPolicies,
|
41
|
+
H as AuthorizationResources,
|
42
|
+
V as AuthorizationScopes,
|
43
|
+
B as AuthorizationSettings,
|
44
|
+
N as BooleanComponent,
|
45
|
+
W as BruteForceDetection,
|
46
|
+
J as CapabilityConfig,
|
47
|
+
q as Certificate,
|
48
|
+
X as ChangeTypeDropdown,
|
49
|
+
Y as CheckableTreeView,
|
50
|
+
Q as ClickableCard,
|
51
|
+
Z as ClientDescription,
|
52
|
+
_ as ClientDetails,
|
53
|
+
$ as ClientIdSecret,
|
54
|
+
j as ClientProfileForm,
|
55
|
+
ee as ClientRegistration,
|
56
|
+
ae as ClientRegistrationList,
|
57
|
+
se as ClientScopeCellDropdown,
|
58
|
+
te as ClientScopeSection,
|
59
|
+
oe as ClientScopes,
|
60
|
+
ie as ClientSecret,
|
61
|
+
ne as ClientSelect,
|
62
|
+
re as ClientSelectComponent,
|
63
|
+
de as ClientSessions,
|
64
|
+
le as ClientSettings,
|
65
|
+
ce as ClientsSection,
|
66
|
+
pe as ClusteringPanel,
|
67
|
+
ge as ConfirmDialogModal,
|
68
|
+
Se as CopyToClipboardButton,
|
69
|
+
be as CreateClientRole,
|
70
|
+
me as CreateClientScope,
|
71
|
+
ue as CreateInitialAccessToken,
|
72
|
+
Ce as CreateRealmRole,
|
73
|
+
fe as CreateUser,
|
74
|
+
Ae as CreateUserFederationLdapSettings,
|
75
|
+
De as CredentialDataDialog,
|
76
|
+
Te as CredentialRow,
|
77
|
+
Pe as Credentials,
|
78
|
+
Re as CustomProviderSettings,
|
79
|
+
ve as DashboardSection,
|
80
|
+
Fe as DedicatedScope,
|
81
|
+
ye as DedicatedScopes,
|
82
|
+
Le as DefaultGroupsTab,
|
83
|
+
Ue as DefaultSwitchControl,
|
84
|
+
Me as DeleteGroup,
|
85
|
+
Ie as DescriptorSettings,
|
86
|
+
Ge as DetailOrganizationHeader,
|
87
|
+
he as DetailProvider,
|
88
|
+
Ee as DetailSettings,
|
89
|
+
Ke as DiscoveryEndpointField,
|
90
|
+
we as DiscoverySettings,
|
91
|
+
ze as DisplayOrder,
|
92
|
+
ke as DownloadDialog,
|
93
|
+
Oe as DropdownPanel,
|
94
|
+
xe as DynamicComponents,
|
95
|
+
He as EditClientScope,
|
96
|
+
Ve as EditUser,
|
97
|
+
Be as EffectiveMessageBundles,
|
98
|
+
Ne as ErrorBoundaryProvider,
|
99
|
+
We as ErrorRenderer,
|
100
|
+
Je as EvaluateScopes,
|
101
|
+
qe as EventConfigForm,
|
102
|
+
Xe as EventListenersForm,
|
103
|
+
Ye as EventsSection,
|
104
|
+
Qe as EventsTab,
|
105
|
+
Ze as EventsTypeTable,
|
106
|
+
_e as ExportSamlKeyDialog,
|
107
|
+
$e as ExtendedHeader,
|
108
|
+
je as ExtendedNonDiscoverySettings,
|
109
|
+
ea as FederatedUserLink,
|
110
|
+
aa as FileComponent,
|
111
|
+
sa as FileUploadForm,
|
112
|
+
ta as FineGrainOpenIdConnect,
|
113
|
+
oa as FixedButtonsGroup,
|
114
|
+
ia as ForbiddenSection,
|
115
|
+
na as FormAccess,
|
116
|
+
ra as FormGroupField,
|
117
|
+
da as FormattedLink,
|
118
|
+
la as GeneralSettings,
|
119
|
+
ca as GenerateKeyDialog,
|
120
|
+
pa as GeneratedCodeTab,
|
121
|
+
ga as GroupAttributes,
|
122
|
+
Sa as GroupBreadCrumbs,
|
123
|
+
ba as GroupComponent,
|
124
|
+
ma as GroupPath,
|
125
|
+
ua as GroupPickerDialog,
|
126
|
+
Ca as GroupRoleMapping,
|
127
|
+
fa as GroupTable,
|
128
|
+
Aa as GroupToolbar,
|
129
|
+
Da as GroupTree,
|
130
|
+
Ta as GroupsModal,
|
131
|
+
Pa as GroupsSection,
|
132
|
+
Ra as Header,
|
133
|
+
va as HeadersForm,
|
134
|
+
Fa as HelpHeader,
|
135
|
+
ya as HelpLinkTextInput,
|
136
|
+
La as IdentityProvidersSection,
|
137
|
+
Ua as IdpAdvancedSettings,
|
138
|
+
Ma as IdpGeneralSettings,
|
139
|
+
Ia as ImportForm,
|
140
|
+
Ga as ImportKeyDialog,
|
141
|
+
ha as InitialAccessTokenList,
|
142
|
+
Ea as InlineLabelEdit,
|
143
|
+
Ka as InviteMemberModal,
|
144
|
+
wa as JsonEditorTab,
|
145
|
+
za as JsonFileUpload,
|
146
|
+
ka as KerberosSettingsRequired,
|
147
|
+
Oa as KeyProviderForm,
|
148
|
+
xa as KeyProviderModal,
|
149
|
+
Ha as KeyProvidersPicker,
|
150
|
+
Va as KeySelect,
|
151
|
+
Ba as KeyValueInput,
|
152
|
+
Na as KeycloakCard,
|
153
|
+
Wa as KeycloakProvider,
|
154
|
+
Ja as Keys,
|
155
|
+
qa as KeysListTab,
|
156
|
+
Xa as KeysProvidersTab,
|
157
|
+
Ya as KeysTab,
|
158
|
+
Qa as LdapMapperDetails,
|
159
|
+
Za as LdapMapperList,
|
160
|
+
_a as LdapSettingsAdvanced,
|
161
|
+
$a as LdapSettingsConnection,
|
162
|
+
ja as LdapSettingsGeneral,
|
163
|
+
es as LdapSettingsKerberosIntegration,
|
164
|
+
as as LdapSettingsSearching,
|
165
|
+
ss as LdapSettingsSynchronization,
|
166
|
+
ts as LifespanField,
|
167
|
+
os as LinkIdentityProviderModal,
|
168
|
+
is as ListComponent,
|
169
|
+
ns as LocalizationTab,
|
170
|
+
rs as LoginSettings,
|
171
|
+
ds as LoginSettingsPanel,
|
172
|
+
ls as LogoutPanel,
|
173
|
+
cs as ManageOrderDialog,
|
174
|
+
ps as ManagePriorityDialog,
|
175
|
+
gs as MapComponent,
|
176
|
+
Ss as MapperList,
|
177
|
+
bs as MappingDetails,
|
178
|
+
ms as MemberModal,
|
179
|
+
us as Members,
|
180
|
+
Cs as MoveDialog,
|
181
|
+
fs as MultiLineInput,
|
182
|
+
As as MultiValuedListComponent,
|
183
|
+
Ds as MultiValuedStringComponent,
|
184
|
+
Ts as NewAttributeSettings,
|
185
|
+
Ps as NewClientForm,
|
186
|
+
Rs as NewClientPolicy,
|
187
|
+
vs as NewClientPolicyCondition,
|
188
|
+
Fs as NewRealmForm,
|
189
|
+
ys as OIDCAuthentication,
|
190
|
+
Ls as OIDCGeneralSettings,
|
191
|
+
Us as OpenIdConnectCompatibilityModes,
|
192
|
+
Ms as OpenIdConnectSettings,
|
193
|
+
Is as OrganizationForm,
|
194
|
+
Gs as OrganizationIdentityProviders,
|
195
|
+
hs as OrganizationMembers,
|
196
|
+
Es as OrganizationSection,
|
197
|
+
Ks as Page,
|
198
|
+
ws as PageBreadCrumbs,
|
199
|
+
zs as PageHandler,
|
200
|
+
ks as PageList,
|
201
|
+
Os as PageNav,
|
202
|
+
xs as PageNotFoundSection,
|
203
|
+
Hs as PartialExportDialog,
|
204
|
+
Vs as PartialImportDialog,
|
205
|
+
Bs as PasswordComponent,
|
206
|
+
Ns as PermissionsTab,
|
207
|
+
Ws as PoliciesTab,
|
208
|
+
Js as ProviderInfo,
|
209
|
+
qs as RealmContextProvider,
|
210
|
+
Xs as RealmOverrides,
|
211
|
+
Ys as RealmRoleTabs,
|
212
|
+
Qs as RealmRolesSection,
|
213
|
+
Zs as RealmSelector,
|
214
|
+
_s as RealmSettingsEmailTab,
|
215
|
+
$s as RealmSettingsGeneralTab,
|
216
|
+
js as RealmSettingsLoginTab,
|
217
|
+
et as RealmSettingsSection,
|
218
|
+
at as RealmSettingsSessionsTab,
|
219
|
+
st as RealmSettingsTabs,
|
220
|
+
tt as RealmSettingsThemesTab,
|
221
|
+
ot as RealmSettingsTokensTab,
|
222
|
+
it as RecentRealmsProvider,
|
223
|
+
nt as RedirectUrl,
|
224
|
+
rt as ReqAuthnConstraints,
|
225
|
+
dt as RequiredActionMultiSelect,
|
226
|
+
lt as ResetCredentialDialog,
|
227
|
+
ct as ResetPasswordDialog,
|
228
|
+
pt as ResourceLink,
|
229
|
+
gt as RevocationModal,
|
230
|
+
St as RoleComponent,
|
231
|
+
bt as RoleForm,
|
232
|
+
mt as RoleMapping,
|
233
|
+
ut as RolesList,
|
234
|
+
Ct as RoutableTabs,
|
235
|
+
ft as SamlConfig,
|
236
|
+
At as SamlConnectSettings,
|
237
|
+
Dt as SamlGeneralSettings,
|
238
|
+
Tt as SamlImportKeyDialog,
|
239
|
+
Pt as SamlKeys,
|
240
|
+
Rt as SamlKeysDialog,
|
241
|
+
vt as SamlSignature,
|
242
|
+
Ft as ScopeForm,
|
243
|
+
yt as ScriptComponent,
|
244
|
+
Lt as SearchDropdown,
|
245
|
+
Ut as SearchToolbar,
|
246
|
+
Mt as SecurityDefenses,
|
247
|
+
It as ServerInfoProvider,
|
248
|
+
Gt as ServiceAccount,
|
249
|
+
ht as SessionsSection,
|
250
|
+
Et as SessionsTable,
|
251
|
+
Kt as SettingsCache,
|
252
|
+
wt as SignedJWT,
|
253
|
+
zt as StoreSettings,
|
254
|
+
kt as StringComponent,
|
255
|
+
Ot as SubGroups,
|
256
|
+
xt as SwitchField,
|
257
|
+
Ht as TextComponent,
|
258
|
+
Vt as TextField,
|
259
|
+
Bt as Time,
|
260
|
+
Nt as TimeSelector,
|
261
|
+
Wt as TimeSelectorControl,
|
262
|
+
Jt as TimeSelectorForm,
|
263
|
+
qt as TokenLifespan,
|
264
|
+
Xt as UrlComponent,
|
265
|
+
Yt as UserAttributes,
|
266
|
+
Qt as UserConsents,
|
267
|
+
Zt as UserCredentials,
|
268
|
+
_t as UserDataTable,
|
269
|
+
$t as UserDataTableAttributeSearchForm,
|
270
|
+
jt as UserDataTableToolbarItems,
|
271
|
+
eo as UserFederationHeader,
|
272
|
+
ao as UserFederationKerberosSettings,
|
273
|
+
so as UserFederationKerberosWizard,
|
274
|
+
to as UserFederationLdapForm,
|
275
|
+
oo as UserFederationLdapSettings,
|
276
|
+
io as UserFederationLdapWizard,
|
277
|
+
no as UserFederationSection,
|
278
|
+
ro as UserForm,
|
279
|
+
lo as UserGroups,
|
280
|
+
co as UserIdentityProviderLinks,
|
281
|
+
po as UserIdpModal,
|
282
|
+
go as UserProfileAttributeListComponent,
|
283
|
+
So as UserProfileContext,
|
284
|
+
bo as UserProfileTab,
|
285
|
+
mo as UserRegistration,
|
286
|
+
uo as UserRoleMapping,
|
287
|
+
Co as UserSearchDropdown,
|
288
|
+
fo as UserSection,
|
289
|
+
Ao as UserSessions,
|
290
|
+
Do as UsersInRoleTab,
|
291
|
+
To as ValidatorSelect,
|
292
|
+
Po as ValueSelect,
|
293
|
+
Ro as ViewHeader,
|
294
|
+
vo as WhoAmIContextProvider,
|
295
|
+
Fo as WizardSectionHeader,
|
296
|
+
yo as X509,
|
297
|
+
Lo as fetchAdminUI,
|
298
|
+
Uo as useAccess,
|
299
|
+
Mo as useConfirmDialog,
|
300
|
+
Io as useEnvironment,
|
301
|
+
Go as useErrorBoundary,
|
302
|
+
ho as useRealm,
|
303
|
+
Eo as useRecentRealms,
|
304
|
+
Ko as useServerInfo,
|
305
|
+
wo as useSubGroups,
|
306
|
+
zo as useUserProfile,
|
307
|
+
ko as useWhoAmI
|
308
|
+
};
|
309
|
+
//# sourceMappingURL=keycloak-admin-ui.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"keycloak-admin-ui.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|