@keycloak/keycloak-ui-shared 25.0.2 → 25.0.4
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.
|
@@ -20,8 +20,8 @@ type ErrorArray = {
|
|
|
20
20
|
export type UserProfileError = {
|
|
21
21
|
responseData: ErrorArray | FieldError;
|
|
22
22
|
};
|
|
23
|
-
export declare const label: (t: TFunction, text: string | undefined, fallback?: string) => string
|
|
24
|
-
export declare const labelAttribute: (t: TFunction, attribute: UserProfileAttributeMetadata) => string
|
|
23
|
+
export declare const label: (t: TFunction, text: string | undefined, fallback?: string, prefix?: string) => string;
|
|
24
|
+
export declare const labelAttribute: (t: TFunction, attribute: UserProfileAttributeMetadata) => string;
|
|
25
25
|
export declare const isRootAttribute: (attr?: string) => boolean | "" | undefined;
|
|
26
26
|
export declare const fieldName: (name?: string) => "id" | "enabled" | "email" | "attributes" | "createdTimestamp" | "username" | "totp" | "emailVerified" | "disableableCredentialTypes" | "requiredActions" | "notBefore" | "access" | "clientConsents" | "clientRoles" | "credentials" | "federatedIdentities" | "federationLink" | "firstName" | "groups" | "lastName" | "origin" | "realmRoles" | "self" | "serviceAccountClientId" | `attributes.${string}` | `attributes.${number}` | `attributes.${number}.value` | `attributes.${number}.key` | `disableableCredentialTypes.${number}` | `requiredActions.${number}` | `access.${string}` | `clientConsents.${number}` | `clientConsents.${number}.clientId` | `clientConsents.${number}.createDate` | `clientConsents.${number}.grantedClientScopes` | `clientConsents.${number}.lastUpdatedDate` | `clientConsents.${number}.grantedClientScopes.${number}` | `clientRoles.${string}` | `credentials.${number}` | `credentials.${number}.value` | `credentials.${number}.type` | `credentials.${number}.id` | `credentials.${number}.createdDate` | `credentials.${number}.credentialData` | `credentials.${number}.priority` | `credentials.${number}.secretData` | `credentials.${number}.temporary` | `credentials.${number}.userLabel` | `federatedIdentities.${number}` | `federatedIdentities.${number}.identityProvider` | `federatedIdentities.${number}.userId` | `federatedIdentities.${number}.userName` | `groups.${number}` | `realmRoles.${number}`;
|
|
27
27
|
export declare const beerify: <T extends string>(name: T) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keycloak/keycloak-ui-shared",
|
|
3
|
-
"version": "25.0.
|
|
3
|
+
"version": "25.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/keycloak-ui-shared.js",
|
|
6
6
|
"types": "./dist/keycloak-ui-shared.d.ts",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"react-dom": "^18.3.1",
|
|
47
47
|
"react-hook-form": "7.51.5",
|
|
48
48
|
"react-i18next": "^14.1.2",
|
|
49
|
-
"@keycloak/keycloak-admin-client": "25.0.
|
|
50
|
-
"keycloak-js": "25.0.
|
|
49
|
+
"@keycloak/keycloak-admin-client": "25.0.4",
|
|
50
|
+
"keycloak-js": "25.0.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/lodash-es": "^4.17.12",
|