Skip to content

Commit 6f9508a

Browse files
committed
lazy load apis
1 parent 28fd58c commit 6f9508a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/packages/user/user/conditions/allow-delete/user-allow-delete-action.condition.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ export class UmbUserAllowDeleteActionCondition extends UmbUserActionConditionBas
1010
}
1111
}
1212
}
13+
14+
export { UmbUserAllowDeleteActionCondition as api };

src/packages/user/user/conditions/allow-disable/user-allow-disable-action.condition.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ export class UmbUserAllowDisableActionCondition extends UmbUserActionConditionBa
1212
this.permitted = this.userState !== UmbUserStateEnum.DISABLED;
1313
}
1414
}
15+
16+
export { UmbUserAllowDisableActionCondition as api };

src/packages/user/user/conditions/allow-mfa/manifests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
2+
13
export const manifests: Array<ManifestTypes> = [
24
{
35
type: 'condition',

src/packages/user/user/invite/collection-action/invite-user.collection-action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ export class UmbInviteUserCollectionAction extends UmbCollectionActionBase {
99
await modalContext?.onSubmit();
1010
}
1111
}
12+
13+
export { UmbInviteUserCollectionAction as api };

0 commit comments

Comments
 (0)