identity-admin-ui 1.11.44 → 1.11.45

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.
@@ -1,7 +1,7 @@
1
- export declare const formats: string[];
2
- type EditorToolbarProps = {
3
- id: string;
4
- isSimple?: boolean;
5
- };
6
- export default function Toolbar({ id, isSimple, ...other }: EditorToolbarProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
1
+ export declare const formats: string[];
2
+ type EditorToolbarProps = {
3
+ id: string;
4
+ isSimple?: boolean;
5
+ };
6
+ export default function Toolbar({ id, isSimple, ...other }: EditorToolbarProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
@@ -1,4 +1,4 @@
1
- export declare function useNavData(): {
2
- subheader: string;
3
- items: any;
4
- }[];
1
+ export declare function useNavData(): {
2
+ subheader: string;
3
+ items: any;
4
+ }[];
@@ -1,7 +1,8 @@
1
- export * from './IdentityPage';
2
- export * from './IdentityPage.types';
3
- export { default as IdentityList } from './IdentityListPage';
4
- export { default as IdentityShow } from './IdentityShowPage';
5
- export { default as IdentityEdit } from './IdentityEditPage';
6
- export { default as IdenityModelConfiguration } from './IdentityModelConfigurationPage';
7
- export { default as IdentityPermissionPage } from './permissions';
1
+ export * from './IdentityPage';
2
+ export * from './IdentityPage.types';
3
+ export { default as IdentityList } from './IdentityListPage';
4
+ export { default as IdentityShow } from './IdentityShowPage';
5
+ export { default as IdentityEdit } from './IdentityEditPage';
6
+ export { default as IdenityModelConfiguration } from './IdentityModelConfigurationPage';
7
+ export { default as IdentityPermissionPage } from './permissions';
8
+ export { default as IdentityShowMailLog } from './maillog/ShowMailLog';
@@ -0,0 +1 @@
1
+ export default function ShowMailLog(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,10 @@
1
- import { SizeType } from '../helpers/Types';
2
- export declare var SIZE: SizeType;
3
- export default function AdminRouter(): {
4
- path: any;
5
- children: {
6
- path: string;
7
- element: import("react/jsx-runtime").JSX.Element;
8
- children: any[];
9
- }[];
10
- };
1
+ import { SizeType } from '../helpers/Types';
2
+ export declare var SIZE: SizeType;
3
+ export default function AdminRouter(): {
4
+ path: any;
5
+ children: {
6
+ path: string;
7
+ element: import("react/jsx-runtime").JSX.Element;
8
+ children: any[];
9
+ }[];
10
+ };
@@ -1,5 +1,5 @@
1
- export declare function path(root: string, sublink: string): string;
2
- export declare const ADMIN_ROOT = "/admin";
3
- export declare var ADMIN_PATH: {
4
- [key: string]: any;
5
- };
1
+ export declare function path(root: string, sublink: string): string;
2
+ export declare const ADMIN_ROOT = "/admin";
3
+ export declare var ADMIN_PATH: {
4
+ [key: string]: any;
5
+ };