@webiny/app-audit-logs 5.39.3 → 5.40.0-beta.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.
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const AuditLogsListConfig: (({ children }: {
|
|
3
|
-
children: import("react").ReactNode;
|
|
4
|
-
}) => JSX.Element) & {
|
|
2
|
+
export declare const AuditLogsListConfig: (({ priority, children }: import("@webiny/react-properties").ConfigProps) => JSX.Element) & {
|
|
5
3
|
Browser: {
|
|
6
|
-
Filter: (
|
|
7
|
-
original: (
|
|
4
|
+
Filter: import("@webiny/react-composition").GenericComponent<import("./Browser/Filter").FilterProps> & {
|
|
5
|
+
original: import("@webiny/react-composition").GenericComponent<import("./Browser/Filter").FilterProps>;
|
|
8
6
|
originalName: string;
|
|
9
7
|
} & {
|
|
10
|
-
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(
|
|
8
|
+
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(props: import("./Browser/Filter").FilterProps) => JSX.Element | null>) => (props: unknown) => JSX.Element;
|
|
9
|
+
} & {
|
|
10
|
+
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(props: import("react").PropsWithChildren<import("./Browser/Filter").FilterProps>, context?: any) => import("react").ReactElement<any, any> | null>) => (props: {
|
|
11
11
|
name: string;
|
|
12
12
|
}) => JSX.Element;
|
|
13
13
|
};
|
|
@@ -10,11 +10,13 @@ export interface FilterProps {
|
|
|
10
10
|
before?: string;
|
|
11
11
|
after?: string;
|
|
12
12
|
}
|
|
13
|
-
export declare const Filter: (
|
|
14
|
-
original: (
|
|
13
|
+
export declare const Filter: import("@webiny/app-admin").GenericComponent<FilterProps> & {
|
|
14
|
+
original: import("@webiny/app-admin").GenericComponent<FilterProps>;
|
|
15
15
|
originalName: string;
|
|
16
16
|
} & {
|
|
17
|
-
createDecorator: (decorator: import("@webiny/app-admin").Decorator<(
|
|
17
|
+
createDecorator: (decorator: import("@webiny/app-admin").Decorator<(props: FilterProps) => JSX.Element | null>) => (props: unknown) => JSX.Element;
|
|
18
|
+
} & {
|
|
19
|
+
createDecorator: (decorator: import("@webiny/app-admin").Decorator<(props: React.PropsWithChildren<FilterProps>, context?: any) => React.ReactElement<any, any> | null>) => (props: {
|
|
18
20
|
name: string;
|
|
19
21
|
}) => JSX.Element;
|
|
20
22
|
};
|
|
@@ -6,11 +6,13 @@ export interface BrowserConfig {
|
|
|
6
6
|
filtersToWhere: FiltersToWhereConverter[];
|
|
7
7
|
}
|
|
8
8
|
export declare const Browser: {
|
|
9
|
-
Filter: (
|
|
10
|
-
original: (
|
|
9
|
+
Filter: import("@webiny/react-composition").GenericComponent<import("./Filter").FilterProps> & {
|
|
10
|
+
original: import("@webiny/react-composition").GenericComponent<import("./Filter").FilterProps>;
|
|
11
11
|
originalName: string;
|
|
12
12
|
} & {
|
|
13
|
-
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(
|
|
13
|
+
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(props: import("./Filter").FilterProps) => JSX.Element | null>) => (props: unknown) => JSX.Element;
|
|
14
|
+
} & {
|
|
15
|
+
createDecorator: (decorator: import("@webiny/react-composition").Decorator<(props: import("react").PropsWithChildren<import("./Filter").FilterProps>, context?: any) => import("react").ReactElement<any, any> | null>) => (props: {
|
|
14
16
|
name: string;
|
|
15
17
|
}) => JSX.Element;
|
|
16
18
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-audit-logs",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.40.0-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
"@babel/runtime": "7.23.2",
|
|
14
14
|
"@emotion/react": "11.10.8",
|
|
15
15
|
"@emotion/styled": "11.10.6",
|
|
16
|
-
"@webiny/api-audit-logs": "5.
|
|
17
|
-
"@webiny/app": "5.
|
|
18
|
-
"@webiny/app-aco": "5.
|
|
19
|
-
"@webiny/app-admin": "5.
|
|
20
|
-
"@webiny/app-security": "5.
|
|
21
|
-
"@webiny/form": "5.
|
|
22
|
-
"@webiny/plugins": "5.
|
|
23
|
-
"@webiny/react-properties": "5.
|
|
24
|
-
"@webiny/react-router": "5.
|
|
25
|
-
"@webiny/ui": "5.
|
|
16
|
+
"@webiny/api-audit-logs": "5.40.0-beta.0",
|
|
17
|
+
"@webiny/app": "5.40.0-beta.0",
|
|
18
|
+
"@webiny/app-aco": "5.40.0-beta.0",
|
|
19
|
+
"@webiny/app-admin": "5.40.0-beta.0",
|
|
20
|
+
"@webiny/app-security": "5.40.0-beta.0",
|
|
21
|
+
"@webiny/form": "5.40.0-beta.0",
|
|
22
|
+
"@webiny/plugins": "5.40.0-beta.0",
|
|
23
|
+
"@webiny/react-properties": "5.40.0-beta.0",
|
|
24
|
+
"@webiny/react-router": "5.40.0-beta.0",
|
|
25
|
+
"@webiny/ui": "5.40.0-beta.0",
|
|
26
26
|
"date-fns": "2.29.3",
|
|
27
27
|
"emotion": "10.0.27",
|
|
28
28
|
"graphql-tag": "2.12.6",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@material-design-icons/svg": "0.14.3",
|
|
41
41
|
"@material-symbols/svg-400": "0.4.3",
|
|
42
42
|
"@types/react": "17.0.39",
|
|
43
|
-
"@webiny/cli": "5.
|
|
44
|
-
"@webiny/project-utils": "5.
|
|
43
|
+
"@webiny/cli": "5.40.0-beta.0",
|
|
44
|
+
"@webiny/project-utils": "5.40.0-beta.0",
|
|
45
45
|
"execa": "5.1.1",
|
|
46
46
|
"rimraf": "3.0.2",
|
|
47
47
|
"ttypescript": "1.5.15",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"build": "yarn webiny run build",
|
|
56
56
|
"watch": "yarn webiny run watch"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "d716758f56ca020dfaf8147cd908dddfaaf0937f"
|
|
59
59
|
}
|