@webiny/app-admin 5.30.0 → 5.31.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.
- package/components/AppInstaller/index.d.ts +1 -0
- package/components/AppInstaller/styled.d.ts +3 -0
- package/components/FileManager/DropFilesHere.d.ts +1 -0
- package/components/OverlayLayout/OverlayLayout.d.ts +1 -0
- package/components/RichTextEditor/tools/header/index.d.ts +2 -0
- package/components/RichTextEditor/tools/image/index.d.ts +2 -0
- package/components/RichTextEditor/tools/image/tunes.d.ts +2 -0
- package/components/RichTextEditor/tools/image/ui.d.ts +2 -0
- package/components/RichTextEditor/tools/paragraph/index.d.ts +2 -0
- package/components/RichTextEditor/tools/textColor/index.d.ts +1 -0
- package/package.json +23 -23
- package/plugins/globalSearch/index.d.ts +1 -0
- package/plugins/globalSearch/styled.d.ts +3 -0
- package/plugins/index.d.ts +3 -0
- package/ui/elements/PlaceholderElement.d.ts +1 -0
- package/ui/elements/form/FileManagerElement/styled.d.ts +3 -0
- package/ui/views/FormView/FormContainerElement.d.ts +1 -0
- package/ui/views/FormView/FormFooterElement.d.ts +1 -0
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const Wrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, Pick<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement>, keyof import("react").HTMLAttributes<HTMLElement>>, object>;
|
|
2
5
|
export declare const InstallContent: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
|
3
6
|
export declare const installerSplitView: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-admin",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.31.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
"@apollo/react-common": "3.1.4",
|
|
14
14
|
"@apollo/react-components": "3.1.5",
|
|
15
15
|
"@apollo/react-hooks": "3.1.5",
|
|
16
|
-
"@babel/runtime": "7.18.
|
|
16
|
+
"@babel/runtime": "7.18.9",
|
|
17
17
|
"@editorjs/editorjs": "2.25.0",
|
|
18
18
|
"@emotion/core": "10.3.1",
|
|
19
19
|
"@emotion/styled": "10.3.0",
|
|
20
|
-
"@svgr/webpack": "6.
|
|
20
|
+
"@svgr/webpack": "6.3.1",
|
|
21
21
|
"@types/mime": "2.0.3",
|
|
22
|
-
"@types/react": "
|
|
23
|
-
"@webiny/app": "5.
|
|
24
|
-
"@webiny/app-admin-core": "5.
|
|
25
|
-
"@webiny/app-security": "5.
|
|
26
|
-
"@webiny/app-wcp": "5.
|
|
27
|
-
"@webiny/form": "5.
|
|
28
|
-
"@webiny/plugins": "5.
|
|
29
|
-
"@webiny/react-router": "5.
|
|
30
|
-
"@webiny/telemetry": "5.
|
|
31
|
-
"@webiny/ui": "5.
|
|
32
|
-
"@webiny/ui-composer": "5.
|
|
33
|
-
"@webiny/validation": "5.
|
|
22
|
+
"@types/react": "17.0.39",
|
|
23
|
+
"@webiny/app": "5.31.0",
|
|
24
|
+
"@webiny/app-admin-core": "5.31.0",
|
|
25
|
+
"@webiny/app-security": "5.31.0",
|
|
26
|
+
"@webiny/app-wcp": "5.31.0",
|
|
27
|
+
"@webiny/form": "5.31.0",
|
|
28
|
+
"@webiny/plugins": "5.31.0",
|
|
29
|
+
"@webiny/react-router": "5.31.0",
|
|
30
|
+
"@webiny/telemetry": "5.31.0",
|
|
31
|
+
"@webiny/ui": "5.31.0",
|
|
32
|
+
"@webiny/ui-composer": "5.31.0",
|
|
33
|
+
"@webiny/validation": "5.31.0",
|
|
34
34
|
"apollo-cache": "1.3.5",
|
|
35
35
|
"apollo-client": "2.6.10",
|
|
36
36
|
"apollo-link": "1.2.14",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"bytes": "3.1.2",
|
|
39
39
|
"classnames": "2.3.1",
|
|
40
40
|
"dataurl-to-blob": "0.0.1",
|
|
41
|
-
"dayjs": "1.11.
|
|
41
|
+
"dayjs": "1.11.4",
|
|
42
42
|
"dot-prop-immutable": "2.1.1",
|
|
43
43
|
"downshift": "3.4.8",
|
|
44
44
|
"emotion": "10.0.27",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"minimatch": "3.1.2",
|
|
52
52
|
"nanoid": "3.3.4",
|
|
53
53
|
"prop-types": "15.8.1",
|
|
54
|
-
"react": "
|
|
54
|
+
"react": "17.0.2",
|
|
55
55
|
"react-butterfiles": "1.3.3",
|
|
56
|
-
"react-dom": "
|
|
56
|
+
"react-dom": "17.0.2",
|
|
57
57
|
"react-hotkeyz": "1.0.4",
|
|
58
|
-
"react-lazy-load": "3.1.
|
|
59
|
-
"react-transition-group": "4.4.
|
|
58
|
+
"react-lazy-load": "3.1.14",
|
|
59
|
+
"react-transition-group": "4.4.5",
|
|
60
60
|
"semver": "7.3.7",
|
|
61
61
|
"store": "2.0.12"
|
|
62
62
|
},
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@types/bytes": "^3.1.1",
|
|
71
71
|
"@types/graphlib": "^2.1.8",
|
|
72
72
|
"@types/store": "^2.0.2",
|
|
73
|
-
"@webiny/cli": "^5.
|
|
74
|
-
"@webiny/project-utils": "^5.
|
|
73
|
+
"@webiny/cli": "^5.31.0",
|
|
74
|
+
"@webiny/project-utils": "^5.31.0",
|
|
75
75
|
"babel-plugin-emotion": "^9.2.8",
|
|
76
76
|
"babel-plugin-lodash": "^3.3.4",
|
|
77
77
|
"rimraf": "^3.0.2",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
]
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "0b3fa2ace7f258628438aa993d782fb562a64358"
|
|
102
102
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const SearchShortcut: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
|
2
5
|
export declare const SearchBarWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
|
3
6
|
export declare const SearchBarInputWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
package/plugins/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
declare const _default: () => (import("./FileManagerFileTypePlugin").FileManagerFileTypePlugin[] | import("@webiny/ui-composer/UILayout").UILayoutPlugin<import("@webiny/ui-composer/UILayout").UILayout> | {
|
|
2
5
|
type: string;
|
|
3
6
|
name: string;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const AddImageIconWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
|
2
5
|
export declare const AddImageWrapper: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
|
|
3
6
|
export declare const AddImageWrapperRound: import("@emotion/styled-base").StyledComponent<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Pick<Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|