@keycloak/keycloak-admin-ui 26.6.4 → 26.7.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/README.md +8 -7
- package/lib/.vite/manifest.json +50 -40
- package/lib/AddDefaultTrust-CIDpOpCo.js +73 -0
- package/lib/AddDefaultTrust-CIDpOpCo.js.map +1 -0
- package/lib/{AddJWTAuthorizationGrant-DqPhhF38.js → AddJWTAuthorizationGrant-BgC2MDWX.js} +7 -7
- package/lib/AddJWTAuthorizationGrant-BgC2MDWX.js.map +1 -0
- package/lib/{AddKubernetesConnect-6pi5IZkX.js → AddKubernetesConnect-2L-iVII5.js} +4 -4
- package/lib/AddKubernetesConnect-2L-iVII5.js.map +1 -0
- package/lib/{AddOAuth2-CUxwjZMH.js → AddOAuth2-RMwZ4rqo.js} +15 -15
- package/lib/{AddOAuth2-CUxwjZMH.js.map → AddOAuth2-RMwZ4rqo.js.map} +1 -1
- package/lib/{AddSpiffeConnect-BaeRBOpT.js → AddSpiffeConnect-6cPYodPJ.js} +8 -8
- package/lib/AddSpiffeConnect-6cPYodPJ.js.map +1 -0
- package/lib/CreateFlow-DpteR8S0.js +75 -0
- package/lib/CreateFlow-DpteR8S0.js.map +1 -0
- package/lib/{DetailOrganization-BhzOXIQr.js → DetailOrganization-Cruzimnp.js} +3 -3
- package/lib/DetailOrganization-Cruzimnp.js.map +1 -0
- package/lib/{ExecutorForm-yhz9k63h.js → ExecutorForm-D-vuza2K.js} +15 -15
- package/lib/{ExecutorForm-yhz9k63h.js.map → ExecutorForm-D-vuza2K.js.map} +1 -1
- package/lib/{FlowDetails-C37YxNl7.js → FlowDetails-D064vIOd.js} +4 -2
- package/lib/{FlowDetails-C37YxNl7.js.map → FlowDetails-D064vIOd.js.map} +1 -1
- package/lib/NewOrganization-CA2tQ9tT.js +44 -0
- package/lib/NewOrganization-CA2tQ9tT.js.map +1 -0
- package/lib/{PermissionConfigurationDetails-BBdkuzXV.js → PermissionConfigurationDetails-kVjqdhoR.js} +199 -192
- package/lib/PermissionConfigurationDetails-kVjqdhoR.js.map +1 -0
- package/lib/{PermissionDetails-DYYwjTou.js → PermissionDetails-D3stWiPT.js} +37 -37
- package/lib/{PermissionDetails-DYYwjTou.js.map → PermissionDetails-D3stWiPT.js.map} +1 -1
- package/lib/RealmSection-C9novYiZ.js +181 -0
- package/lib/RealmSection-C9novYiZ.js.map +1 -0
- package/lib/{ResourceDetails-BqEkqCCk.js → ResourceDetails-DP6BvER1.js} +9 -9
- package/lib/{ResourceDetails-BqEkqCCk.js.map → ResourceDetails-DP6BvER1.js.map} +1 -1
- package/lib/{ScopeDetails-Cv51TSqT.js → ScopeDetails-BvnOpPxf.js} +39 -43
- package/lib/ScopeDetails-BvnOpPxf.js.map +1 -0
- package/lib/{ScopePicker-BaDxbnFl.js → ScopePicker-ggXUe0mk.js} +2 -2
- package/lib/{ScopePicker-BaDxbnFl.js.map → ScopePicker-ggXUe0mk.js.map} +1 -1
- package/lib/{WorkflowDetailForm-D7PjEzBh.js → WorkflowDetailForm-DPQbnCkT.js} +20 -20
- package/lib/{WorkflowDetailForm-D7PjEzBh.js.map → WorkflowDetailForm-DPQbnCkT.js.map} +1 -1
- package/lib/{WorkflowsSection-DMzX6bOK.js → WorkflowsSection-0ja4P56K.js} +17 -17
- package/lib/{WorkflowsSection-DMzX6bOK.js.map → WorkflowsSection-0ja4P56K.js.map} +1 -1
- package/lib/{admin-client.d.ts → apps/admin-ui/src/admin-client.d.ts} +3 -1
- package/lib/apps/admin-ui/src/authentication/policies/Policies.d.ts +6 -0
- package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/oid4vciAttributes.d.ts +1 -1
- package/lib/{clients → apps/admin-ui/src/clients}/credentials/ClientSecret.d.ts +2 -1
- package/lib/{clients → apps/admin-ui/src/clients}/routes/Client.d.ts +1 -1
- package/lib/apps/admin-ui/src/clients/routes/ClientSsfTab.d.ts +15 -0
- package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScope.d.ts +2 -1
- package/lib/apps/admin-ui/src/clients/ssf/SsfTab.d.ts +14 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EmitEventsTab.d.ts +8 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EventSearchTab.d.ts +5 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/ReceiverTab.d.ts +16 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/StreamTab.d.ts +32 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/SubjectsTab.d.ts +5 -0
- package/lib/{components → apps/admin-ui/src/components}/client-scope/ClientScopeTypes.d.ts +4 -2
- package/lib/apps/admin-ui/src/components/dynamic/MultivaluedListComponent.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/identity-provider/IdentityProviderSelect.d.ts +2 -4
- package/lib/{components → apps/admin-ui/src/components}/key-value-form/KeyValueInput.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/AddRoleMappingModal.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/RoleMapping.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/queries.d.ts +2 -2
- package/lib/apps/admin-ui/src/components/settings-shortcut/SettingsShortcut.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorControl.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/view-header/ViewHeader.d.ts +2 -1
- package/lib/{context → apps/admin-ui/src/context}/realm-context/RealmContext.d.ts +1 -1
- package/lib/{environment.d.ts → apps/admin-ui/src/environment-types.d.ts} +0 -1
- package/lib/apps/admin-ui/src/environment.d.ts +2 -0
- package/lib/apps/admin-ui/src/identity-providers/add/AddDefaultTrust.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/add/DefaultTrustSettings.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/routes/IdentityProviderDefaultTrust.d.ts +7 -0
- package/lib/{index.d.ts → apps/admin-ui/src/index.d.ts} +2 -2
- package/lib/apps/admin-ui/src/realm-settings/ssf/SsfTransmitterDisableConfirmDialog.d.ts +36 -0
- package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/QuickTheme.d.ts +2 -2
- package/lib/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeScimSettings.d.ts +2 -0
- package/lib/{routes.d.ts → apps/admin-ui/src/routes.d.ts} +2 -3
- package/lib/apps/admin-ui/src/user/UserVerifiableCredentials.d.ts +6 -0
- package/lib/{user → apps/admin-ui/src/user}/routes/User.d.ts +1 -1
- package/lib/apps/admin-ui/src/user/verifiable-credentials/CreateVerifiableCredentialModal.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/IssuedCredentialsDetailCell.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserAttributesDialog.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserVerifiableCredentialOfferDialog.d.ts +8 -0
- package/lib/{util.d.ts → apps/admin-ui/src/util.d.ts} +2 -0
- package/lib/{utils → apps/admin-ui/src/utils}/client-url.d.ts +1 -1
- package/lib/{utils → apps/admin-ui/src/utils}/useIsFeatureEnabled.d.ts +3 -1
- package/lib/{index-DBABpj90.js → index-CAGzl0JA.js} +36558 -32282
- package/lib/{index-DBABpj90.js.map → index-CAGzl0JA.js.map} +1 -1
- package/lib/keycloak-admin-ui.css +1 -1
- package/lib/keycloak-admin-ui.d.ts +1 -1
- package/lib/keycloak-admin-ui.js +270 -268
- package/package.json +8 -9
- package/lib/AddJWTAuthorizationGrant-DqPhhF38.js.map +0 -1
- package/lib/AddKubernetesConnect-6pi5IZkX.js.map +0 -1
- package/lib/AddSpiffeConnect-BaeRBOpT.js.map +0 -1
- package/lib/CreateFlow-BUride4E.js +0 -80
- package/lib/CreateFlow-BUride4E.js.map +0 -1
- package/lib/DetailOrganization-BhzOXIQr.js.map +0 -1
- package/lib/NewOrganization-DPZ36PF-.js +0 -36
- package/lib/NewOrganization-DPZ36PF-.js.map +0 -1
- package/lib/PermissionConfigurationDetails-BBdkuzXV.js.map +0 -1
- package/lib/RealmSection-CpoLaw8V.js +0 -179
- package/lib/RealmSection-CpoLaw8V.js.map +0 -1
- package/lib/ScopeDetails-Cv51TSqT.js.map +0 -1
- package/lib/authentication/policies/Policies.d.ts +0 -1
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +0 -7
- package/lib/realm-settings/themes/LoginThemeProperties.d.ts +0 -63
- /package/lib/{App.d.ts → apps/admin-ui/src/App.d.ts} +0 -0
- /package/lib/{Banners.d.ts → apps/admin-ui/src/Banners.d.ts} +0 -0
- /package/lib/{ForbiddenSection.d.ts → apps/admin-ui/src/ForbiddenSection.d.ts} +0 -0
- /package/lib/{PageHeader.d.ts → apps/admin-ui/src/PageHeader.d.ts} +0 -0
- /package/lib/{PageHeaderClearCachesModal.d.ts → apps/admin-ui/src/PageHeaderClearCachesModal.d.ts} +0 -0
- /package/lib/{PageNav.d.ts → apps/admin-ui/src/PageNav.d.ts} +0 -0
- /package/lib/{PageNotFoundSection.d.ts → apps/admin-ui/src/PageNotFoundSection.d.ts} +0 -0
- /package/lib/{Root.d.ts → apps/admin-ui/src/Root.d.ts} +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/AuthenticationSection.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BindFlowDialog.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BuildInLabel.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/DuplicateFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EditFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EmptyExecutionState.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/FlowDetails.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/RequiredActions.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AddFlowDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AuthenticationProviderContext.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/DraggableTable.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/EditFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/ExecutionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowDiagram.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowHeader.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRequirementDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowTitle.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/RequiredActionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/UsedBy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ButtonEdge.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ConditionalNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/SubFlowNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/auto-layout.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddStepModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddSubFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/constants.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/execution-model.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/NameDescription.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/CibaPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/OtpPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PasswordPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PolicyRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/WebauthnPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/util.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Authentication.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Flow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ChangeTypeDropdown.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ClientScopesSection.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/CreateClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/EditClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/add/MapperDialog.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MapperList.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MappingDetails.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/ScopeForm.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/SearchFilter.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScopes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/Mapper.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/NewClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/AdvancedTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSessions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientsSection.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/AccessSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/CapabilityConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettingsPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LogoutPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/NewClientForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlEncryption.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlSignature.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AddHostDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AdvancedSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ApplicationUrls.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AuthenticationOverrides.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ClusteringPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainOpenIdConnect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainSamlEndpointConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdConnectCompatibilityModes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdVerifiableCredentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/TokenLifespan.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationDataModal.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResourcePolicies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationExport.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DecisionStrategySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DeleteScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailCell.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/EmptyPermissionsState.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ImportDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/KeyBasedAttributeInput.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/MoreLabel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/NewPolicyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Permissions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Policies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourceDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Resources.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourcesPolicySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopePicker.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeSelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Scopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/SearchDropdown.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Settings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/evaluate/Results.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Aggregate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Client.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/ClientScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Group.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/JavaScript.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/LogicSelector.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/NameDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Regex.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Role.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Time.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/User.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/constants.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/Credentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/SignedJWT.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/X509.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/import/ImportForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/AccessTokenDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/InitialAccessTokenList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Certificate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ExportSamlKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/GenerateKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Keys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeysDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/StoreSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/AddProviderDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistrationList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/DetailProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/roles/CreateClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddRegistrationProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AuthenticationTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientScopeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Clients.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/DedicatedScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ImportClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Mapper.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPermission.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPolicy.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Resource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Scope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/AddScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/ClientScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/EvaluateScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/GeneratedCodeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/service-account/ServiceAccount.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/utils.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/SwitchControl.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/GroupBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/PageBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/client/ClientSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/confirm-dialog/ConfirmDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/copy-to-clipboard-button/CopyToClipboardButton.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/download-dialog/DownloadDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dropdown-panel/DropdownPanel.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/BooleanComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/CheckboxFilterComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClaimDisplayComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClientSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/DynamicComponents.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/FileComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/GroupComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IdentityProviderMultiSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IntComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MapComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MultivaluedStringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/NumberComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/PasswordComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/RoleComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ScriptComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/SearchInputComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/StringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/TextComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UrlComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UserProfileAttributeListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/components.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/error/ErrorRenderer.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/external-link/FormattedLink.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/CodeEditor.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FixedButtonGroup.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FormAccess.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPath.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPickerDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/help-enabler/HelpHeader.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/FileUploadForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/JsonFileUpload.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/AttributeForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/key-value-convert.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/ClickableCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/KeycloakCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/multi-line-input/MultiLineInput.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/permission-tab/PermissionTab.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/realm-loa-mapping/RealmLoAMapping.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-form/RoleForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-mapping/resource.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/roles-list/RolesList.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/routable-tabs/RoutableTabs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelector.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTable.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableAttributeSearchForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableToolbarItems.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/wizard-section-header/WizardSectionHeader.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/RecentRealms.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/access/Access.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/admin-ui-endpoint.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/uiRealmInfo.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/group-resource/GroupResourceContext.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/realm-context/useHash.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/server-info/ServerInfoProvider.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/whoami/WhoAmI.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/ProviderInfo.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/AdminEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/EventsSection.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/ResourceLinks.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/UserEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes/Events.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupAttributes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupRoleMapping.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupTable.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsSection.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/Members.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembersModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembershipsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/SubGroupsContext.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/CheckableTreeView.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/DeleteGroup.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupToolbar.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupTree.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/MoveDialog.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/groupIdUtils.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes/Groups.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes.d.ts +0 -0
- /package/lib/{help-urls.d.ts → apps/admin-ui/src/help-urls.d.ts} +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/constants.d.ts +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/i18n.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/IdentityProvidersSection.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/ManageOrderDialog.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/OIDCConfigurationRepresentation.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddIdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddKubernetesConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapperForm.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOpenIdConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSamlConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSpiffeConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AdvancedSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DescriptorSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DetailSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedNonDiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedOAuth2Settings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantAssertionSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JwksSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/KubernetesSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OAuth2UserProfileClaimsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCAuthentication.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OpenIdConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ReqAuthnConstraintsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SpiffeSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/ClientIdSecret.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DiscoveryEndpointField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DisplayOrder.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/FormGroupField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/RedirectUrl.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/SwitchField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/TextField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/EditMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderCreate.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKeycloakOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKubernetes.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSaml.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSpiffe.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviders.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes.d.ts +0 -0
- /package/lib/{main.d.ts → apps/admin-ui/src/main.d.ts} +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOraganzationHeader.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviderSelect.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviders.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Invitations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/InviteMemberModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/LinkIdentityProviderModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Members.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/MembersSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/NewOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationForm.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationsSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/AddOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/EditOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/Organizations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/Page.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageHandler.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageList.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/constants.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/routes.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/PermissionsConfigurationSection.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AssignedPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AuthorizationScopesDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/ExistingPoliciesDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionConfigurationDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionPolicyDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionsConfigurationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionEvaluationResult.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionsEvaluationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ClientSelectComponent.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/GroupSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ResourceType.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/RoleSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/SearchDropdown.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionPolicy.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionPolicyDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfigurationTabs.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmRoutes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmSection.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/add/NewRealmForm.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/routes.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/CreateRealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRoleTabs.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRolesSection.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/UsersInRoleTab.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/AddRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRoles.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddClientProfileModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddTranslationModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ClientProfileForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/DefaultGroupsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/EmailTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ExecutorForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/GeneralTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/LoginTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewAttributeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicyCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialExport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialImport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PoliciesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ProfilesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsSection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsTabs.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/SessionsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/TokensTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/UserRegistration.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/AddEventTypesDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventConfigForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventListenersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTypeTable.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysListTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysProvidersTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProvidersPicker.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/EffectiveMessageBundles.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/LocalizationTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/RealmOverrides.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddAttribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddExecutor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Attribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientPolicies.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Executor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeyProvider.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/NewAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/RealmSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/UserProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/BruteForceDetection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HeadersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HelpLinkTextInput.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/SecurityDefenses.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/Time.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/BackgroundContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ColorControl.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/DefaultColorAccordion.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/FileNameDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ImageUpload.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LoginPreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LogoContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PatternflyVars.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeColors.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/UploadJar.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/fileUtils.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupDetails.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/JsonEditorTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddTranslationsDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddValidatorDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeAnnotations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeGeneralSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributePermission.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeValidations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/KeySelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/TranslatableField.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValidatorSelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValueSelect.d.ts +0 -0
- /package/lib/{root → apps/admin-ui/src/root}/AuthWall.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/RevocationModal.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsSection.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsTable.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes/Sessions.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/CreateUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/EditUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/FederatedUserLink.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/Organizations.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserAttributes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserConsents.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserCredentials.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserForm.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserGroups.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdPModal.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdentityProviderLinks.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserRoleMapping.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserSessions.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserWorkflows.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UsersSection.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/details/SearchFilter.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/form-state.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/AddUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/Users.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialDataDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialRow.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/InlineLabelEdit.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/LifespanField.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/RequiredActionMultiSelect.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetCredentialDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetPasswordDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils/user-profile.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/CreateUserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ManagePriorityDialog.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapForm.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationSection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/CustomProviderSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/SyncSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/kerberos/KerberosSettingsRequired.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsAdvanced.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsConnection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsGeneral.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsKerberosIntegration.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSearching.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSynchronization.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperDetails.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperList.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/CustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewCustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewKerberosUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewLdapUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdapMapper.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/ExtendedHeader.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/Header.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/SettingsCache.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/generateEncodedPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/getAuthorizationHeaders.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/joinPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/translationFormatter.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/types.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useCurrentUser.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useFormatDate.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useIsAdminPermissionsClient.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocale.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocaleSort.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useParams.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useQueryPermission.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useSortedResourceTypes.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useToggle.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useUpdateEffect.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowDetailForm.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowsSection.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/WorkflowDetail.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/Workflows.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes.d.ts +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as c, Fragment as C, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { u as W, a as D, q as F, aq as S, b as q,
|
|
2
|
+
import { u as W, a as D, q as F, aq as S, b as q, v as E, bO as m, V as I, F as N, P, c as V, aw as j, an as x, bP as G, a7 as H, A as R, t as T, B as p, bN as U, bQ as k, e as y } from "./index-CAGzl0JA.js";
|
|
3
3
|
import { useTranslation as B } from "react-i18next";
|
|
4
4
|
import { useNavigate as K, Link as h } from "react-router-dom";
|
|
5
|
-
function
|
|
6
|
-
const { adminClient: i } = W(), { t } = B(), A = K(), { realm:
|
|
5
|
+
function _() {
|
|
6
|
+
const { adminClient: i } = W(), { t } = B(), A = K(), { realm: l } = D(), { addAlert: d, addError: w } = F(), { mode: r, id: n } = S(), s = q({
|
|
7
7
|
mode: "onChange",
|
|
8
8
|
defaultValues: {
|
|
9
9
|
workflowYAML: ""
|
|
10
10
|
}
|
|
11
|
-
}), { control:
|
|
11
|
+
}), { control: v, handleSubmit: f, setValue: u } = s;
|
|
12
12
|
E(
|
|
13
13
|
async () => {
|
|
14
14
|
if (r !== "create")
|
|
15
15
|
return i.workflows.findOne({
|
|
16
|
-
id:
|
|
16
|
+
id: n,
|
|
17
17
|
includeId: !1
|
|
18
18
|
});
|
|
19
19
|
},
|
|
@@ -23,26 +23,26 @@ function J() {
|
|
|
23
23
|
const o = { ...e };
|
|
24
24
|
r === "copy" && (delete o.id, o.name = `${e.name} -- ${t("copy")}`), u("workflowYAML", m.stringify(o));
|
|
25
25
|
},
|
|
26
|
-
[r,
|
|
26
|
+
[r, n, u, t]
|
|
27
27
|
);
|
|
28
28
|
const g = (e) => {
|
|
29
29
|
const o = m.parse(e);
|
|
30
30
|
if (!o.name)
|
|
31
31
|
throw new Error(t("workflowNameRequired"));
|
|
32
32
|
return o;
|
|
33
|
-
},
|
|
33
|
+
}, b = async (e) => {
|
|
34
34
|
try {
|
|
35
35
|
const o = g(e.workflowYAML);
|
|
36
|
-
await i.workflows.update({ id:
|
|
36
|
+
await i.workflows.update({ id: n }, o), d(t("workflowUpdated"), y.success);
|
|
37
37
|
} catch (o) {
|
|
38
38
|
w("workflowUpdateError", o);
|
|
39
39
|
}
|
|
40
40
|
}, L = async (e) => {
|
|
41
41
|
try {
|
|
42
42
|
await i.workflows.createAsYaml({
|
|
43
|
-
realm:
|
|
43
|
+
realm: l,
|
|
44
44
|
yaml: e.workflowYAML
|
|
45
|
-
}), d(t("workflowCreated"), y.success), A(k({ realm:
|
|
45
|
+
}), d(t("workflowCreated"), y.success), A(k({ realm: l }));
|
|
46
46
|
} catch (o) {
|
|
47
47
|
w("workflowCreateError", o);
|
|
48
48
|
}
|
|
@@ -57,17 +57,17 @@ function J() {
|
|
|
57
57
|
};
|
|
58
58
|
return /* @__PURE__ */ c(C, { children: [
|
|
59
59
|
/* @__PURE__ */ a(I, { titleKey: M[r], subKey: Y[r] }),
|
|
60
|
-
/* @__PURE__ */ a(N, { ...s, children: /* @__PURE__ */ a(
|
|
61
|
-
|
|
60
|
+
/* @__PURE__ */ a(N, { ...s, children: /* @__PURE__ */ a(P, { variant: "light", children: /* @__PURE__ */ c(
|
|
61
|
+
V,
|
|
62
62
|
{
|
|
63
63
|
isHorizontal: !0,
|
|
64
|
-
onSubmit: f(r === "update" ?
|
|
64
|
+
onSubmit: f(r === "update" ? b : L),
|
|
65
65
|
role: "manage-realm",
|
|
66
66
|
className: "pf-v5-u-mt-lg",
|
|
67
67
|
fineGrainedAccess: !0,
|
|
68
68
|
children: [
|
|
69
69
|
/* @__PURE__ */ a(
|
|
70
|
-
|
|
70
|
+
j,
|
|
71
71
|
{
|
|
72
72
|
label: t("workflowYAML"),
|
|
73
73
|
labelIcon: /* @__PURE__ */ a(
|
|
@@ -80,10 +80,10 @@ function J() {
|
|
|
80
80
|
fieldId: "code",
|
|
81
81
|
isRequired: !0,
|
|
82
82
|
children: /* @__PURE__ */ a(
|
|
83
|
-
|
|
83
|
+
x,
|
|
84
84
|
{
|
|
85
85
|
name: "workflowYAML",
|
|
86
|
-
control:
|
|
86
|
+
control: v,
|
|
87
87
|
render: ({ field: e }) => /* @__PURE__ */ a(
|
|
88
88
|
G,
|
|
89
89
|
{
|
|
@@ -120,7 +120,7 @@ function J() {
|
|
|
120
120
|
h,
|
|
121
121
|
{
|
|
122
122
|
...e,
|
|
123
|
-
to: U({ realm:
|
|
123
|
+
to: U({ realm: l, mode: "copy", id: n })
|
|
124
124
|
}
|
|
125
125
|
),
|
|
126
126
|
children: t("copy")
|
|
@@ -131,7 +131,7 @@ function J() {
|
|
|
131
131
|
{
|
|
132
132
|
"data-testid": "cancel",
|
|
133
133
|
variant: "link",
|
|
134
|
-
component: (e) => /* @__PURE__ */ a(h, { ...e, to: k({ realm:
|
|
134
|
+
component: (e) => /* @__PURE__ */ a(h, { ...e, to: k({ realm: l }) }),
|
|
135
135
|
children: t("cancel")
|
|
136
136
|
}
|
|
137
137
|
)
|
|
@@ -142,6 +142,6 @@ function J() {
|
|
|
142
142
|
] });
|
|
143
143
|
}
|
|
144
144
|
export {
|
|
145
|
-
|
|
145
|
+
_ as default
|
|
146
146
|
};
|
|
147
|
-
//# sourceMappingURL=WorkflowDetailForm-
|
|
147
|
+
//# sourceMappingURL=WorkflowDetailForm-DPQbnCkT.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowDetailForm-D7PjEzBh.js","sources":["../src/workflows/WorkflowDetailForm.tsx"],"sourcesContent":["import {\n ActionGroup,\n Button,\n FormGroup,\n PageSection,\n} from \"@patternfly/react-core\";\nimport { AlertVariant } from \"@patternfly/react-core\";\nimport {\n Controller,\n FormProvider,\n SubmitHandler,\n useForm,\n} from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport yaml from \"yaml\";\nimport { useAdminClient } from \"../admin-client\";\nimport {\n HelpItem,\n FormSubmitButton,\n useAlerts,\n useFetch,\n} from \"@keycloak/keycloak-ui-shared\";\nimport { useRealm } from \"../context/realm-context/RealmContext\";\nimport { FormAccess } from \"../components/form/FormAccess\";\nimport { toWorkflows } from \"./routes/Workflows\";\nimport CodeEditor from \"../components/form/CodeEditor\";\nimport { useParams } from \"../utils/useParams\";\nimport {\n WorkflowDetailParams,\n toWorkflowDetail,\n} from \"./routes/WorkflowDetail\";\nimport { ViewHeader } from \"../components/view-header/ViewHeader\";\nimport WorkflowRepresentation from \"libs/keycloak-admin-client/lib/defs/workflowRepresentation\";\n\ntype AttributeForm = {\n workflowYAML: string;\n};\n\nexport default function WorkflowDetailForm() {\n const { adminClient } = useAdminClient();\n\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { realm } = useRealm();\n const { addAlert, addError } = useAlerts();\n const { mode, id } = useParams<WorkflowDetailParams>();\n const form = useForm<AttributeForm>({\n mode: \"onChange\",\n defaultValues: {\n workflowYAML: \"\",\n },\n });\n const { control, handleSubmit, setValue } = form;\n\n useFetch(\n async () => {\n if (mode === \"create\") {\n return undefined;\n }\n return adminClient.workflows.findOne({\n id: id!,\n includeId: false,\n });\n },\n (workflow) => {\n if (!workflow) {\n return;\n }\n\n const workflowToSet = { ...workflow };\n if (mode === \"copy\") {\n delete workflowToSet.id;\n workflowToSet.name = `${workflow.name} -- ${t(\"copy\")}`;\n }\n\n setValue(\"workflowYAML\", yaml.stringify(workflowToSet));\n },\n [mode, id, setValue, t],\n );\n\n const validateworkflowYAML = (yamlStr: string): WorkflowRepresentation => {\n const json: WorkflowRepresentation = yaml.parse(yamlStr);\n if (!json.name) {\n throw new Error(t(\"workflowNameRequired\"));\n }\n return json;\n };\n\n const onUpdate: SubmitHandler<AttributeForm> = async (data) => {\n try {\n const json = validateworkflowYAML(data.workflowYAML);\n await adminClient.workflows.update({ id }, json);\n addAlert(t(\"workflowUpdated\"), AlertVariant.success);\n } catch (error) {\n addError(\"workflowUpdateError\", error);\n }\n };\n\n const onCreate: SubmitHandler<AttributeForm> = async (data) => {\n try {\n await adminClient.workflows.createAsYaml({\n realm,\n yaml: data.workflowYAML,\n });\n addAlert(t(\"workflowCreated\"), AlertVariant.success);\n navigate(toWorkflows({ realm }));\n } catch (error) {\n addError(\"workflowCreateError\", error);\n }\n };\n\n const titlekeyMap: Record<WorkflowDetailParams[\"mode\"], string> = {\n copy: \"copyWorkflow\",\n create: \"createWorkflow\",\n update: \"updateWorkflow\",\n };\n\n const subkeyMap: Record<WorkflowDetailParams[\"mode\"], string> = {\n copy: \"copyWorkflowDetails\",\n create: \"createWorkflowDetails\",\n update: \"updateWorkflowDetails\",\n };\n\n return (\n <>\n <ViewHeader titleKey={titlekeyMap[mode]} subKey={subkeyMap[mode]} />\n\n <FormProvider {...form}>\n <PageSection variant=\"light\">\n <FormAccess\n isHorizontal\n onSubmit={\n mode === \"update\"\n ? handleSubmit(onUpdate)\n : handleSubmit(onCreate)\n }\n role={\"manage-realm\"}\n className=\"pf-v5-u-mt-lg\"\n fineGrainedAccess={true}\n >\n <FormGroup\n label={t(\"workflowYAML\")}\n labelIcon={\n <HelpItem\n helpText={t(\"workflowYAMLHelp\")}\n fieldLabelId=\"code\"\n />\n }\n fieldId=\"code\"\n isRequired\n >\n <Controller\n name=\"workflowYAML\"\n control={control}\n render={({ field }) => (\n <CodeEditor\n id=\"workflowYAML\"\n data-testid=\"workflowYAML\"\n value={field.value}\n onChange={field.onChange}\n language=\"yaml\"\n height={600}\n />\n )}\n />\n </FormGroup>\n <ActionGroup>\n <FormSubmitButton\n formState={form.formState}\n data-testid=\"save\"\n allowInvalid\n allowNonDirty\n isDisabled={mode === \"create\" && !form.formState.isDirty}\n >\n {mode === \"update\" ? t(\"save\") : t(\"create\")}\n </FormSubmitButton>\n {mode === \"update\" && (\n <Button\n data-testid=\"copy\"\n variant=\"link\"\n component={(props) => (\n <Link\n {...props}\n to={toWorkflowDetail({ realm, mode: \"copy\", id: id! })}\n />\n )}\n >\n {t(\"copy\")}\n </Button>\n )}\n <Button\n data-testid=\"cancel\"\n variant=\"link\"\n component={(props) => (\n <Link {...props} to={toWorkflows({ realm })} />\n )}\n >\n {t(\"cancel\")}\n </Button>\n </ActionGroup>\n </FormAccess>\n </PageSection>\n </FormProvider>\n </>\n );\n}\n"],"names":["WorkflowDetailForm","adminClient","useAdminClient","useTranslation","navigate","useNavigate","realm","useRealm","addAlert","addError","useAlerts","mode","id","useParams","form","useForm","control","handleSubmit","setValue","useFetch","workflow","workflowToSet","yaml","validateworkflowYAML","yamlStr","json","onUpdate","data","AlertVariant","error","onCreate","toWorkflows","titlekeyMap","subkeyMap","jsxs","Fragment","jsx","ViewHeader","FormProvider","PageSection","FormAccess","FormGroup","HelpItem","Controller","field","CodeEditor","ActionGroup","FormSubmitButton","Button","props","Link","toWorkflowDetail"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"WorkflowDetailForm-DPQbnCkT.js","sources":["../src/workflows/WorkflowDetailForm.tsx"],"sourcesContent":["import {\n ActionGroup,\n Button,\n FormGroup,\n PageSection,\n} from \"@patternfly/react-core\";\nimport { AlertVariant } from \"@patternfly/react-core\";\nimport {\n Controller,\n FormProvider,\n SubmitHandler,\n useForm,\n} from \"react-hook-form\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport yaml from \"yaml\";\nimport { useAdminClient } from \"../admin-client\";\nimport {\n HelpItem,\n FormSubmitButton,\n useAlerts,\n useFetch,\n} from \"@keycloak/keycloak-ui-shared\";\nimport { useRealm } from \"../context/realm-context/RealmContext\";\nimport { FormAccess } from \"../components/form/FormAccess\";\nimport { toWorkflows } from \"./routes/Workflows\";\nimport CodeEditor from \"../components/form/CodeEditor\";\nimport { useParams } from \"../utils/useParams\";\nimport {\n WorkflowDetailParams,\n toWorkflowDetail,\n} from \"./routes/WorkflowDetail\";\nimport { ViewHeader } from \"../components/view-header/ViewHeader\";\nimport WorkflowRepresentation from \"libs/keycloak-admin-client/lib/defs/workflowRepresentation\";\n\ntype AttributeForm = {\n workflowYAML: string;\n};\n\nexport default function WorkflowDetailForm() {\n const { adminClient } = useAdminClient();\n\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { realm } = useRealm();\n const { addAlert, addError } = useAlerts();\n const { mode, id } = useParams<WorkflowDetailParams>();\n const form = useForm<AttributeForm>({\n mode: \"onChange\",\n defaultValues: {\n workflowYAML: \"\",\n },\n });\n const { control, handleSubmit, setValue } = form;\n\n useFetch(\n async () => {\n if (mode === \"create\") {\n return undefined;\n }\n return adminClient.workflows.findOne({\n id: id!,\n includeId: false,\n });\n },\n (workflow) => {\n if (!workflow) {\n return;\n }\n\n const workflowToSet = { ...workflow };\n if (mode === \"copy\") {\n delete workflowToSet.id;\n workflowToSet.name = `${workflow.name} -- ${t(\"copy\")}`;\n }\n\n setValue(\"workflowYAML\", yaml.stringify(workflowToSet));\n },\n [mode, id, setValue, t],\n );\n\n const validateworkflowYAML = (yamlStr: string): WorkflowRepresentation => {\n const json: WorkflowRepresentation = yaml.parse(yamlStr);\n if (!json.name) {\n throw new Error(t(\"workflowNameRequired\"));\n }\n return json;\n };\n\n const onUpdate: SubmitHandler<AttributeForm> = async (data) => {\n try {\n const json = validateworkflowYAML(data.workflowYAML);\n await adminClient.workflows.update({ id }, json);\n addAlert(t(\"workflowUpdated\"), AlertVariant.success);\n } catch (error) {\n addError(\"workflowUpdateError\", error);\n }\n };\n\n const onCreate: SubmitHandler<AttributeForm> = async (data) => {\n try {\n await adminClient.workflows.createAsYaml({\n realm,\n yaml: data.workflowYAML,\n });\n addAlert(t(\"workflowCreated\"), AlertVariant.success);\n navigate(toWorkflows({ realm }));\n } catch (error) {\n addError(\"workflowCreateError\", error);\n }\n };\n\n const titlekeyMap: Record<WorkflowDetailParams[\"mode\"], string> = {\n copy: \"copyWorkflow\",\n create: \"createWorkflow\",\n update: \"updateWorkflow\",\n };\n\n const subkeyMap: Record<WorkflowDetailParams[\"mode\"], string> = {\n copy: \"copyWorkflowDetails\",\n create: \"createWorkflowDetails\",\n update: \"updateWorkflowDetails\",\n };\n\n return (\n <>\n <ViewHeader titleKey={titlekeyMap[mode]} subKey={subkeyMap[mode]} />\n\n <FormProvider {...form}>\n <PageSection variant=\"light\">\n <FormAccess\n isHorizontal\n onSubmit={\n mode === \"update\"\n ? handleSubmit(onUpdate)\n : handleSubmit(onCreate)\n }\n role={\"manage-realm\"}\n className=\"pf-v5-u-mt-lg\"\n fineGrainedAccess={true}\n >\n <FormGroup\n label={t(\"workflowYAML\")}\n labelIcon={\n <HelpItem\n helpText={t(\"workflowYAMLHelp\")}\n fieldLabelId=\"code\"\n />\n }\n fieldId=\"code\"\n isRequired\n >\n <Controller\n name=\"workflowYAML\"\n control={control}\n render={({ field }) => (\n <CodeEditor\n id=\"workflowYAML\"\n data-testid=\"workflowYAML\"\n value={field.value}\n onChange={field.onChange}\n language=\"yaml\"\n height={600}\n />\n )}\n />\n </FormGroup>\n <ActionGroup>\n <FormSubmitButton\n formState={form.formState}\n data-testid=\"save\"\n allowInvalid\n allowNonDirty\n isDisabled={mode === \"create\" && !form.formState.isDirty}\n >\n {mode === \"update\" ? t(\"save\") : t(\"create\")}\n </FormSubmitButton>\n {mode === \"update\" && (\n <Button\n data-testid=\"copy\"\n variant=\"link\"\n component={(props) => (\n <Link\n {...props}\n to={toWorkflowDetail({ realm, mode: \"copy\", id: id! })}\n />\n )}\n >\n {t(\"copy\")}\n </Button>\n )}\n <Button\n data-testid=\"cancel\"\n variant=\"link\"\n component={(props) => (\n <Link {...props} to={toWorkflows({ realm })} />\n )}\n >\n {t(\"cancel\")}\n </Button>\n </ActionGroup>\n </FormAccess>\n </PageSection>\n </FormProvider>\n </>\n );\n}\n"],"names":["WorkflowDetailForm","adminClient","useAdminClient","useTranslation","navigate","useNavigate","realm","useRealm","addAlert","addError","useAlerts","mode","id","useParams","form","useForm","control","handleSubmit","setValue","useFetch","workflow","workflowToSet","yaml","validateworkflowYAML","yamlStr","json","onUpdate","data","AlertVariant","error","onCreate","toWorkflows","titlekeyMap","subkeyMap","jsxs","Fragment","jsx","ViewHeader","FormProvider","PageSection","FormAccess","FormGroup","HelpItem","Controller","field","CodeEditor","ActionGroup","FormSubmitButton","Button","props","Link","toWorkflowDetail"],"mappings":"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"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { u as
|
|
1
|
+
import { jsxs as y, Fragment as S, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { u as x, a as A, q as E, aa as R, l as U, e as p, V, bM as v, P, b2 as T, o as I, bN as r, ax as L, B as N } from "./index-CAGzl0JA.js";
|
|
3
3
|
import { useState as g } from "react";
|
|
4
|
-
import { useTranslation as
|
|
5
|
-
import { useNavigate as
|
|
6
|
-
function
|
|
7
|
-
const { adminClient: l } =
|
|
4
|
+
import { useTranslation as j } from "react-i18next";
|
|
5
|
+
import { useNavigate as q, Link as b } from "react-router-dom";
|
|
6
|
+
function z() {
|
|
7
|
+
const { adminClient: l } = x(), { realm: a } = A(), { t } = j(), m = q(), { addAlert: w, addError: f } = E(), [u, h] = g(0), k = () => h(u + 1), [s, i] = g(), C = async () => (await l.workflows.find()).sort(
|
|
8
8
|
(d, n) => {
|
|
9
|
-
const c = d.name ?? "",
|
|
10
|
-
return c.localeCompare(
|
|
9
|
+
const c = d.name ?? "", B = n.name ?? "";
|
|
10
|
+
return c.localeCompare(B);
|
|
11
11
|
}
|
|
12
12
|
), D = async (e) => {
|
|
13
13
|
const d = !(e.enabled ?? !0), n = { ...e, enabled: d };
|
|
@@ -17,7 +17,7 @@ function G() {
|
|
|
17
17
|
n
|
|
18
18
|
), w(
|
|
19
19
|
n.enabled ? t("workflowEnabled") : t("workflowDisabled"),
|
|
20
|
-
|
|
20
|
+
p.success
|
|
21
21
|
), k();
|
|
22
22
|
} catch (c) {
|
|
23
23
|
f("workflowUpdateError", c);
|
|
@@ -31,13 +31,13 @@ function G() {
|
|
|
31
31
|
continueButtonVariant: U.danger,
|
|
32
32
|
onConfirm: async () => {
|
|
33
33
|
try {
|
|
34
|
-
await l.workflows.delById({ id: s.id }), i(void 0), w(t("workflowDeletedSuccess"),
|
|
34
|
+
await l.workflows.delById({ id: s.id }), i(void 0), w(t("workflowDeletedSuccess"), p.success), k();
|
|
35
35
|
} catch (e) {
|
|
36
36
|
f("workflowDeleteError", e);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
|
-
return /* @__PURE__ */
|
|
40
|
+
return /* @__PURE__ */ y(S, { children: [
|
|
41
41
|
/* @__PURE__ */ o(
|
|
42
42
|
V,
|
|
43
43
|
{
|
|
@@ -46,13 +46,13 @@ function G() {
|
|
|
46
46
|
helpUrl: v.workflowsUrl
|
|
47
47
|
}
|
|
48
48
|
),
|
|
49
|
-
/* @__PURE__ */
|
|
49
|
+
/* @__PURE__ */ y(P, { variant: "light", padding: { default: "noPadding" }, children: [
|
|
50
50
|
/* @__PURE__ */ o(W, {}),
|
|
51
51
|
/* @__PURE__ */ o(
|
|
52
|
-
|
|
52
|
+
T,
|
|
53
53
|
{
|
|
54
54
|
toolbarItem: /* @__PURE__ */ o(
|
|
55
|
-
|
|
55
|
+
N,
|
|
56
56
|
{
|
|
57
57
|
"data-testid": "create-workflow",
|
|
58
58
|
component: (e) => /* @__PURE__ */ o(
|
|
@@ -85,7 +85,7 @@ function G() {
|
|
|
85
85
|
name: "status",
|
|
86
86
|
displayKey: "status",
|
|
87
87
|
cellRenderer: (e) => /* @__PURE__ */ o(
|
|
88
|
-
|
|
88
|
+
L,
|
|
89
89
|
{
|
|
90
90
|
"data-testid": `toggle-enabled-${e.name}`,
|
|
91
91
|
label: t("enabled"),
|
|
@@ -130,6 +130,6 @@ function G() {
|
|
|
130
130
|
] });
|
|
131
131
|
}
|
|
132
132
|
export {
|
|
133
|
-
|
|
133
|
+
z as default
|
|
134
134
|
};
|
|
135
|
-
//# sourceMappingURL=WorkflowsSection-
|
|
135
|
+
//# sourceMappingURL=WorkflowsSection-0ja4P56K.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowsSection-
|
|
1
|
+
{"version":3,"file":"WorkflowsSection-0ja4P56K.js","sources":["../src/workflows/WorkflowsSection.tsx"],"sourcesContent":["import {\n AlertVariant,\n Button,\n ButtonVariant,\n PageSection,\n Switch,\n} from \"@patternfly/react-core\";\nimport {\n Action,\n KeycloakDataTable,\n ListEmptyState,\n useAlerts,\n} from \"@keycloak/keycloak-ui-shared\";\nimport WorkflowRepresentation from \"@keycloak/keycloak-admin-client/lib/defs/workflowRepresentation\";\nimport { useState } from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { Link, useNavigate } from \"react-router-dom\";\nimport { useAdminClient } from \"../admin-client\";\nimport { ViewHeader } from \"../components/view-header/ViewHeader\";\nimport { useRealm } from \"../context/realm-context/RealmContext\";\nimport helpUrls from \"../help-urls\";\nimport { useConfirmDialog } from \"../components/confirm-dialog/ConfirmDialog\";\nimport { toWorkflowDetail } from \"./routes/WorkflowDetail\";\n\nexport default function WorkflowsSection() {\n const { adminClient } = useAdminClient();\n\n const { realm } = useRealm();\n const { t } = useTranslation();\n const navigate = useNavigate();\n const { addAlert, addError } = useAlerts();\n\n const [key, setKey] = useState(0);\n const refresh = () => setKey(key + 1);\n\n const [selectedWorkflow, setSelectedWorkflow] =\n useState<WorkflowRepresentation>();\n\n const loader = async () => {\n const workflows = await adminClient.workflows.find();\n return workflows.sort(\n (a: WorkflowRepresentation, b: WorkflowRepresentation) => {\n const nameA = a.name ?? \"\";\n const nameB = b.name ?? \"\";\n return nameA.localeCompare(nameB);\n },\n );\n };\n\n const toggleEnabled = async (workflow: WorkflowRepresentation) => {\n const enabled = !(workflow.enabled ?? true);\n const workflowToUpdate = { ...workflow, enabled };\n try {\n await adminClient.workflows.update(\n { id: workflow.id! },\n workflowToUpdate,\n );\n\n addAlert(\n workflowToUpdate.enabled ? t(\"workflowEnabled\") : t(\"workflowDisabled\"),\n AlertVariant.success,\n );\n refresh();\n } catch (error) {\n addError(\"workflowUpdateError\", error);\n }\n };\n\n const [toggleDeleteDialog, DeleteConfirm] = useConfirmDialog({\n titleKey: \"workflowDeleteConfirm\",\n messageKey: t(\"workflowDeleteConfirmDialog\", {\n selectedRoleName: selectedWorkflow ? selectedWorkflow!.name : \"\",\n }),\n continueButtonLabel: \"delete\",\n continueButtonVariant: ButtonVariant.danger,\n onConfirm: async () => {\n try {\n await adminClient.workflows.delById({ id: selectedWorkflow!.id! });\n setSelectedWorkflow(undefined);\n addAlert(t(\"workflowDeletedSuccess\"), AlertVariant.success);\n refresh();\n } catch (error) {\n addError(\"workflowDeleteError\", error);\n }\n },\n });\n\n return (\n <>\n <ViewHeader\n titleKey=\"titleWorkflows\"\n subKey=\"workflowsExplain\"\n helpUrl={helpUrls.workflowsUrl}\n />\n <PageSection variant=\"light\" padding={{ default: \"noPadding\" }}>\n <DeleteConfirm />\n <KeycloakDataTable\n key={key}\n toolbarItem={\n <Button\n data-testid=\"create-workflow\"\n component={(props) => (\n <Link\n {...props}\n to={toWorkflowDetail({ realm, mode: \"create\", id: \"new\" })}\n />\n )}\n >\n {t(\"createWorkflow\")}\n </Button>\n }\n columns={[\n {\n name: \"name\",\n displayKey: \"name\",\n cellRenderer: (row: WorkflowRepresentation) => (\n <Link\n to={toWorkflowDetail({ realm, mode: \"update\", id: row.id! })}\n >\n {row.name}\n </Link>\n ),\n },\n {\n name: \"id\",\n displayKey: \"id\",\n },\n {\n name: \"status\",\n displayKey: \"status\",\n cellRenderer: (workflow: WorkflowRepresentation) => (\n <Switch\n data-testid={`toggle-enabled-${workflow.name}`}\n label={t(\"enabled\")}\n labelOff={t(\"disabled\")}\n isChecked={workflow.enabled ?? true}\n onChange={() => toggleEnabled(workflow)}\n />\n ),\n },\n ]}\n actions={[\n {\n title: t(\"delete\"),\n onRowClick: (workflow) => {\n setSelectedWorkflow(workflow);\n toggleDeleteDialog();\n },\n } as Action<WorkflowRepresentation>,\n {\n title: t(\"copy\"),\n onRowClick: (workflow) => {\n setSelectedWorkflow(workflow);\n navigate(\n toWorkflowDetail({ realm, mode: \"copy\", id: workflow.id! }),\n );\n },\n } as Action<WorkflowRepresentation>,\n ]}\n loader={loader}\n ariaLabelKey=\"workflows\"\n emptyState={\n <ListEmptyState\n message={t(\"emptyWorkflows\")}\n instructions={t(\"emptyWorkflowsInstructions\")}\n primaryActionText={t(\"createWorkflow\")}\n onPrimaryAction={() =>\n navigate(toWorkflowDetail({ realm, mode: \"create\", id: \"new\" }))\n }\n />\n }\n />\n </PageSection>\n </>\n );\n}\n"],"names":["WorkflowsSection","adminClient","useAdminClient","realm","useRealm","useTranslation","navigate","useNavigate","addAlert","addError","useAlerts","key","setKey","useState","refresh","selectedWorkflow","setSelectedWorkflow","loader","a","b","nameA","nameB","toggleEnabled","workflow","enabled","workflowToUpdate","AlertVariant","error","toggleDeleteDialog","DeleteConfirm","useConfirmDialog","ButtonVariant","jsxs","Fragment","jsx","ViewHeader","helpUrls","PageSection","KeycloakDataTable","Button","props","Link","toWorkflowDetail","row","Switch","ListEmptyState"],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { default as KeycloakAdminClient } from '@keycloak/keycloak-admin-client';
|
|
2
2
|
import { default as Keycloak } from 'keycloak-js';
|
|
3
|
-
import {
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
|
+
import { Environment } from './environment-types';
|
|
4
5
|
export type AdminClientProps = {
|
|
5
6
|
keycloak: Keycloak;
|
|
6
7
|
adminClient: KeycloakAdminClient;
|
|
@@ -8,3 +9,4 @@ export type AdminClientProps = {
|
|
|
8
9
|
export declare const AdminClientContext: import('libs/ui-shared/dist/utils/createNamedContext').NamedContext<AdminClientProps | undefined>;
|
|
9
10
|
export declare const useAdminClient: () => AdminClientProps;
|
|
10
11
|
export declare function initAdminClient(keycloak: Keycloak, environment: Environment): Promise<KeycloakAdminClient>;
|
|
12
|
+
export declare const AdminClientProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const PASSWORD_POLICY = "passwordPolicy";
|
|
2
|
+
export declare const OTP_POLICY = "otpPolicy";
|
|
3
|
+
export declare const WEBAUTHN_POLICY = "webauthnPolicy";
|
|
4
|
+
export declare const WEBAUTHN_PASSWORDLESS_POLICY = "webauthnPasswordlessPolicy";
|
|
5
|
+
export declare const CIBA_POLICY = "cibaPolicy";
|
|
6
|
+
export declare const Policies: () => import("react/jsx-runtime").JSX.Element;
|
package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/oid4vciAttributes.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ClientScopeDefaultOptionalType } from '../../components/client-scope/ClientScopeTypes';
|
|
2
|
-
export declare const OID4VC_ATTRIBUTE_KEYS: readonly ["vc.credential_configuration_id", "vc.credential_identifier", "vc.issuer_did", "vc.expiry_in_seconds", "vc.credential_build_config.token_jws_type", "vc.supported_credential_types", "vc.verifiable_credential_type", "vc.credential_build_config.sd_jwt.visible_claims", "vc.display", "vc.binding_required", "vc.binding_required_proof_types", "vc.cryptographic_binding_methods_supported"];
|
|
2
|
+
export declare const OID4VC_ATTRIBUTE_KEYS: readonly ["vc.credential_configuration_id", "vc.credential_identifier", "vc.issuer_did", "vc.expiry_in_seconds", "vc.credential_build_config.token_jws_type", "vc.supported_credential_types", "vc.verifiable_credential_type", "vc.credential_build_config.sd_jwt.visible_claims", "vc.display", "vc.binding_required", "vc.binding_required_proof_types", "vc.cryptographic_binding_methods_supported", "vc.refresh_interval_in_seconds"];
|
|
3
3
|
/** Prune known optional OID4VC attributes from the payload when they are empty. */
|
|
4
4
|
export declare const removeEmptyOid4vcAttributes: (values: ClientScopeDefaultOptionalType) => ClientScopeDefaultOptionalType;
|
|
@@ -3,5 +3,6 @@ export type ClientSecretProps = {
|
|
|
3
3
|
client: ClientRepresentation;
|
|
4
4
|
secret: string;
|
|
5
5
|
toggle: () => void;
|
|
6
|
+
refresh: () => void;
|
|
6
7
|
};
|
|
7
|
-
export declare const ClientSecret: ({ client, secret, toggle }: ClientSecretProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const ClientSecret: ({ client, secret, toggle, refresh, }: ClientSecretProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Path } from 'react-router-dom';
|
|
2
2
|
import { AppRouteObject } from '../../routes';
|
|
3
|
-
export type ClientTab = "settings" | "keys" | "credentials" | "roles" | "clientScopes" | "advanced" | "mappers" | "authorization" | "serviceAccount" | "permissions" | "sessions" | "events";
|
|
3
|
+
export type ClientTab = "settings" | "keys" | "credentials" | "roles" | "clientScopes" | "advanced" | "mappers" | "authorization" | "serviceAccount" | "permissions" | "sessions" | "events" | "ssf";
|
|
4
4
|
export type ClientParams = {
|
|
5
5
|
realm: string;
|
|
6
6
|
clientId: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Path } from 'react-router-dom';
|
|
2
|
+
import { AppRouteObject } from '../../routes';
|
|
3
|
+
/**
|
|
4
|
+
* The five sub-tabs of the SSF view on a client. Mirrors the pattern
|
|
5
|
+
* used by Client Scopes (setup / evaluate) so the SSF view's sub-tabs
|
|
6
|
+
* are deep-linkable from URLs and bookmarkable per section.
|
|
7
|
+
*/
|
|
8
|
+
export type SsfClientTab = "receiver" | "stream" | "subjects" | "event-search" | "emit-events";
|
|
9
|
+
export type ClientSsfTabParams = {
|
|
10
|
+
realm: string;
|
|
11
|
+
clientId: string;
|
|
12
|
+
tab: SsfClientTab;
|
|
13
|
+
};
|
|
14
|
+
export declare const ClientSsfTabRoute: AppRouteObject;
|
|
15
|
+
export declare const toSsfClientTab: (params: ClientSsfTabParams) => Partial<Path>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
2
|
type DedicatedScopeProps = {
|
|
3
3
|
client: ClientRepresentation;
|
|
4
|
+
onChange?: (client: ClientRepresentation) => void;
|
|
4
5
|
};
|
|
5
|
-
export declare const DedicatedScope: ({ client
|
|
6
|
+
export declare const DedicatedScope: ({ client, onChange }: DedicatedScopeProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
import { SaveOptions } from '../ClientDetails';
|
|
3
|
+
import { SsfClientTab } from '../routes/ClientSsfTab';
|
|
4
|
+
export type SsfTabProps = {
|
|
5
|
+
save: (options?: SaveOptions) => void;
|
|
6
|
+
client: ClientRepresentation;
|
|
7
|
+
/**
|
|
8
|
+
* Which sub-tab to render. The parent (ClientDetails) drives this
|
|
9
|
+
* from the URL via RoutableTabs so each section is a deep-linkable
|
|
10
|
+
* page on its own.
|
|
11
|
+
*/
|
|
12
|
+
activeTab: SsfClientTab;
|
|
13
|
+
};
|
|
14
|
+
export declare const SsfTab: ({ save, client, activeTab }: SsfTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
import { SsfClientStream } from './StreamTab';
|
|
3
|
+
export type EmitEventsTabProps = {
|
|
4
|
+
client: ClientRepresentation;
|
|
5
|
+
clientStream: SsfClientStream | null;
|
|
6
|
+
nativelyEmittedEvents: string[];
|
|
7
|
+
};
|
|
8
|
+
export declare const EmitEventsTab: ({ client, clientStream, nativelyEmittedEvents, }: EmitEventsTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
export type EventSearchTabProps = {
|
|
3
|
+
client: ClientRepresentation;
|
|
4
|
+
};
|
|
5
|
+
export declare const EventSearchTab: ({ client }: EventSearchTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
import { SaveOptions } from '../../ClientDetails';
|
|
3
|
+
import { SsfClientStream } from './StreamTab';
|
|
4
|
+
export type ReceiverTabProps = {
|
|
5
|
+
client: ClientRepresentation;
|
|
6
|
+
clientStream: SsfClientStream | null;
|
|
7
|
+
defaultSupportedEvents: string;
|
|
8
|
+
availableSupportedEvents: string[];
|
|
9
|
+
nativelyEmittedEvents: string[];
|
|
10
|
+
defaultUserSubjectFormat: string;
|
|
11
|
+
defaultPushConnectTimeoutMillis: number;
|
|
12
|
+
defaultPushSocketTimeoutMillis: number;
|
|
13
|
+
save: (options?: SaveOptions) => void;
|
|
14
|
+
reset: () => void;
|
|
15
|
+
};
|
|
16
|
+
export declare const ReceiverTab: ({ client, clientStream, defaultSupportedEvents, availableSupportedEvents, nativelyEmittedEvents, defaultUserSubjectFormat, defaultPushConnectTimeoutMillis, defaultPushSocketTimeoutMillis, save, reset, }: ReceiverTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
type SsfClientStreamDelivery = {
|
|
3
|
+
method?: string;
|
|
4
|
+
endpoint_url?: string;
|
|
5
|
+
authorization_header?: string;
|
|
6
|
+
};
|
|
7
|
+
export type SsfStreamManagedBy = "RECEIVER" | "KEYCLOAK";
|
|
8
|
+
export type SsfClientStream = {
|
|
9
|
+
streamId?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
status?: string;
|
|
12
|
+
statusReason?: string;
|
|
13
|
+
audience?: string[];
|
|
14
|
+
delivery?: SsfClientStreamDelivery;
|
|
15
|
+
eventsSupported?: string[];
|
|
16
|
+
eventsRequested?: string[];
|
|
17
|
+
eventsDelivered?: string[];
|
|
18
|
+
createdAt?: number;
|
|
19
|
+
updatedAt?: number;
|
|
20
|
+
lastVerifiedAt?: number;
|
|
21
|
+
managedBy?: SsfStreamManagedBy;
|
|
22
|
+
};
|
|
23
|
+
export type StreamTabProps = {
|
|
24
|
+
client: ClientRepresentation;
|
|
25
|
+
clientStream: SsfClientStream | null;
|
|
26
|
+
setClientStream: (stream: SsfClientStream | null) => void;
|
|
27
|
+
defaultSupportedEvents: string;
|
|
28
|
+
nativelyEmittedEvents: string[];
|
|
29
|
+
refresh: () => void;
|
|
30
|
+
};
|
|
31
|
+
export declare const StreamTab: ({ client, clientStream, setClientStream, defaultSupportedEvents, nativelyEmittedEvents, refresh, }: StreamTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
|
2
|
+
export type SubjectsTabProps = {
|
|
3
|
+
client: ClientRepresentation;
|
|
4
|
+
};
|
|
5
|
+
export declare const SubjectsTab: ({ client }: SubjectsTabProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -12,8 +12,10 @@ export declare enum AllClientScopes {
|
|
|
12
12
|
export type ClientScopeType = ClientScope;
|
|
13
13
|
export type AllClientScopeType = ClientScope | AllClientScopes;
|
|
14
14
|
export declare const allClientScopeTypes: AllClientScopeType[];
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
15
|
+
export declare const isParameterizedScope: (scope: ClientScopeRepresentation) => boolean;
|
|
16
|
+
export declare const ParameterizedScopeLabel: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const clientScopeTypesSelectOptions: (t: TFunction, scopeTypes?: string[] | undefined, scopes?: ClientScopeRepresentation[]) => import("react/jsx-runtime").JSX.Element[];
|
|
18
|
+
export declare const clientScopeTypesDropdown: (t: TFunction, onClick: (scope: ClientScopeType) => void, scopes?: ClientScopeRepresentation[]) => import("react/jsx-runtime").JSX.Element[];
|
|
17
19
|
type CellDropdownProps = Omit<SelectProps, "toggle"> & {
|
|
18
20
|
clientScope: ClientScopeRepresentation;
|
|
19
21
|
type: ClientScopeType | AllClientScopeType;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SelectVariant } from '@keycloak/keycloak-ui-shared';
|
|
2
|
+
import { ComponentProps } from './components';
|
|
3
|
+
export type MultiValuedListComponentProps = ComponentProps & {
|
|
4
|
+
stringifySeparator?: string;
|
|
5
|
+
variant?: `${SelectVariant}`;
|
|
6
|
+
};
|
|
7
|
+
export declare const MultiValuedListComponent: ({ name, label, helpText, defaultValue, options, isDisabled, stringify, stringifySeparator, required, convertToName, onSearch, variant, }: MultiValuedListComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IdentityProviderType } from '@keycloak/keycloak-admin-client/lib/defs/identityProviderRepresentation';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
type IdentityProviderSelectProps = ComponentProps & {
|
|
5
|
-
variant?: `${SelectVariant}`;
|
|
2
|
+
import { MultiValuedListComponentProps } from '../dynamic/MultivaluedListComponent';
|
|
3
|
+
type IdentityProviderSelectProps = MultiValuedListComponentProps & {
|
|
6
4
|
identityProviderType?: IdentityProviderType;
|
|
7
5
|
realmOnly?: boolean;
|
|
8
6
|
};
|
|
@@ -19,6 +19,7 @@ type KeyValueInputProps = PropsWithChildren & {
|
|
|
19
19
|
valueLabel?: string;
|
|
20
20
|
KeyComponent?: FunctionComponent<Field>;
|
|
21
21
|
ValueComponent?: FunctionComponent<ValueField>;
|
|
22
|
+
filterKeys?: string[];
|
|
22
23
|
};
|
|
23
|
-
export declare const KeyValueInput: ({ name, label, isDisabled, keyLabel, valueLabel, KeyComponent, ValueComponent, }: KeyValueInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export declare const KeyValueInput: ({ name, label, isDisabled, keyLabel, valueLabel, KeyComponent, ValueComponent, filterKeys, }: KeyValueInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
24
25
|
export {};
|
package/lib/{components → apps/admin-ui/src/components}/role-mapping/AddRoleMappingModal.d.ts
RENAMED
|
@@ -10,6 +10,7 @@ type AddRoleMappingModalProps = {
|
|
|
10
10
|
onClose: () => void;
|
|
11
11
|
title?: string;
|
|
12
12
|
actionLabel?: string;
|
|
13
|
+
groupsResource?: any;
|
|
13
14
|
};
|
|
14
15
|
export type FilterType = "roles" | "clients";
|
|
15
16
|
type AddRoleButtonProps = Omit<DropdownProps, "children" | "toggle" | "isOpen" | "onOpenChange"> & {
|
|
@@ -19,5 +20,5 @@ type AddRoleButtonProps = Omit<DropdownProps, "children" | "toggle" | "isOpen" |
|
|
|
19
20
|
onFilerTypeChange: (type: FilterType) => void;
|
|
20
21
|
};
|
|
21
22
|
export declare const AddRoleButton: ({ label, variant, isDisabled, onFilerTypeChange, ...rest }: AddRoleButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export declare const AddRoleMappingModal: ({ id, name, type, isRadio, filterType, onAssign, onClose, title, actionLabel, }: AddRoleMappingModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const AddRoleMappingModal: ({ id, name, type, isRadio, filterType, onAssign, onClose, title, actionLabel, groupsResource, }: AddRoleMappingModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
24
|
export {};
|
|
@@ -50,6 +50,7 @@ type RoleMappingProps = {
|
|
|
50
50
|
type: ResourcesKey;
|
|
51
51
|
isManager?: boolean;
|
|
52
52
|
save: (rows: Row[]) => Promise<void>;
|
|
53
|
+
groupsResource?: any;
|
|
53
54
|
};
|
|
54
|
-
export declare const RoleMapping: ({ name, id, type, isManager, save, }: RoleMappingProps) => import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
export declare const RoleMapping: ({ name, id, type, isManager, save, groupsResource, }: RoleMappingProps) => import("react/jsx-runtime").JSX.Element;
|
|
55
56
|
export {};
|
|
@@ -3,6 +3,6 @@ import { default as MappingsRepresentation } from '@keycloak/keycloak-admin-clie
|
|
|
3
3
|
import { Row } from './RoleMapping';
|
|
4
4
|
export type ResourcesKey = keyof KeycloakAdminClient;
|
|
5
5
|
export declare const deleteMapping: (adminClient: KeycloakAdminClient, type: ResourcesKey, id: string, rows: Row[]) => Promise<void>[];
|
|
6
|
-
export declare const getMapping: (adminClient: KeycloakAdminClient, type: ResourcesKey, id: string) => Promise<MappingsRepresentation>;
|
|
6
|
+
export declare const getMapping: (adminClient: KeycloakAdminClient, type: ResourcesKey, id: string, groupsResource?: any) => Promise<MappingsRepresentation>;
|
|
7
7
|
export declare const getEffectiveRoles: (adminClient: KeycloakAdminClient, type: ResourcesKey, id: string) => Promise<Row[]>;
|
|
8
|
-
export declare const getAvailableRoles: (adminClient: KeycloakAdminClient, type: ResourcesKey, params: Record<string, string | number
|
|
8
|
+
export declare const getAvailableRoles: (adminClient: KeycloakAdminClient, type: ResourcesKey, params: Record<string, string | number>, groupsResource?: any) => Promise<Row[]>;
|
package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorControl.d.ts
RENAMED
|
@@ -8,6 +8,7 @@ export type TimeSelectorControlProps<T extends FieldValues, P extends FieldPath<
|
|
|
8
8
|
name: string;
|
|
9
9
|
label?: string;
|
|
10
10
|
labelIcon?: string;
|
|
11
|
+
className?: string;
|
|
11
12
|
controller: Omit<ControllerProps, "name" | "render">;
|
|
12
13
|
};
|
|
13
|
-
export declare const TimeSelectorControl: <T extends FieldValues, P extends FieldPath<T> = FieldPath<T>>({ name, label, controller, labelIcon, ...rest }: TimeSelectorControlProps<T, P>) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const TimeSelectorControl: <T extends FieldValues, P extends FieldPath<T> = FieldPath<T>>({ name, label, controller, labelIcon, className, ...rest }: TimeSelectorControlProps<T, P>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -17,10 +17,11 @@ export type ViewHeaderProps = {
|
|
|
17
17
|
helpTextKey?: string;
|
|
18
18
|
isReadOnly?: boolean;
|
|
19
19
|
actionDropdownTitle?: string;
|
|
20
|
+
noTranslate?: boolean;
|
|
20
21
|
};
|
|
21
22
|
export type ViewHeaderBadge = {
|
|
22
23
|
id?: string;
|
|
23
24
|
text?: string | ReactNode;
|
|
24
25
|
readonly?: boolean;
|
|
25
26
|
};
|
|
26
|
-
export declare const ViewHeader: ({ actionsDropdownId, className, titleKey, badges, isDropdownDisabled, subKey, helpUrl, dropdownItems, lowerDropdownMenuTitle, lowerDropdownItems, lowerButton, isEnabled, onToggle, divider, helpTextKey, isReadOnly, actionDropdownTitle, }: ViewHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare const ViewHeader: ({ actionsDropdownId, className, titleKey, badges, isDropdownDisabled, subKey, helpUrl, dropdownItems, lowerDropdownMenuTitle, lowerDropdownItems, lowerButton, isEnabled, onToggle, divider, helpTextKey, isReadOnly, actionDropdownTitle, noTranslate, }: ViewHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,7 +2,7 @@ import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/
|
|
|
2
2
|
import { PropsWithChildren } from 'react';
|
|
3
3
|
type RealmContextType = {
|
|
4
4
|
realm: string;
|
|
5
|
-
realmRepresentation
|
|
5
|
+
realmRepresentation: RealmRepresentation;
|
|
6
6
|
refresh: () => void;
|
|
7
7
|
};
|
|
8
8
|
export declare const RealmContext: import('libs/ui-shared/dist/utils/createNamedContext').NamedContext<RealmContextType | undefined>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function AddDefaultTrust(): import("react/jsx-runtime").JSX.Element;
|