@isoftdata/svelte-user-configuration
Advanced tools
@@ -349,3 +349,3 @@ <script lang="ts"> | ||
| <div class="card-footer"> | ||
| {#if !myAccountMode} | ||
| {#if !myAccountMode && sendPasswordRecoveryToken} | ||
| <Button | ||
@@ -352,0 +352,0 @@ size="sm" |
+1
-1
@@ -55,3 +55,3 @@ import type { ComponentProps } from 'svelte'; | ||
| export type PermissionListCardHeaderTitle = ComponentProps<typeof PermissionList>['cardHeaderTitle']; | ||
| /** Returns a Map where the key is the `permissioniId` and the value is the highest permission level for the given group membership | ||
| /** Returns a Map where the key is the `permissionId` and the value is the highest permission level for the given group membership | ||
| * | ||
@@ -58,0 +58,0 @@ * You'll probably want to call this in your code when the group membership changes, and pass the result to the `groupPermissionValueMap` prop of the `PermissionList` component. |
+1
-1
@@ -12,3 +12,3 @@ import DeactivateUserModal from './DeactivateUserModal.svelte'; | ||
| }; | ||
| /** Returns a Map where the key is the `permissioniId` and the value is the highest permission level for the given group membership | ||
| /** Returns a Map where the key is the `permissionId` and the value is the highest permission level for the given group membership | ||
| * | ||
@@ -15,0 +15,0 @@ * You'll probably want to call this in your code when the group membership changes, and pass the result to the `groupPermissionValueMap` prop of the `PermissionList` component. |
+1
-1
| { | ||
| "name": "@isoftdata/svelte-user-configuration", | ||
| "version": "2.3.1", | ||
| "version": "2.3.2", | ||
| "exports": { | ||
@@ -5,0 +5,0 @@ ".": { |
66074
0.04%