@webiny/app-headless-cms 5.30.0-beta.1 → 5.31.0-beta.1
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/admin/components/ContentModelEditor/Editor.d.ts +1 -0
- package/admin/components/FieldEditor/Styled.d.ts +3 -0
- package/admin/menus/GlobalSearchPlugins.d.ts +1 -0
- package/admin/plugins/editor/defaultBar/Divider.d.ts +3 -0
- package/admin/plugins/editor/defaultBar/FormSettings/FormSettingsStyled.d.ts +1 -0
- package/admin/plugins/editor/defaultBar/Name/NameStyled.d.ts +3 -0
- package/admin/plugins/editor/defaultBar/index.d.ts +1 -0
- package/admin/plugins/editor/formSettings/components/GeneralSettings.d.ts +1 -0
- package/admin/plugins/editor/formSettings/components/GroupSelect.d.ts +1 -0
- package/admin/plugins/fieldRenderers/file/utils.d.ts +1 -0
- package/admin/plugins/fieldRenderers/object/StyledComponents.d.ts +3 -0
- package/admin/plugins/fieldRenderers/ref/components/useReferences.d.ts +1 -0
- package/admin/plugins/fieldValidators/date/createDateInputField.d.ts +1 -0
- package/admin/plugins/index.d.ts +1 -0
- package/admin/plugins/permissionRenderer/components/StyledComponents.d.ts +3 -0
- package/admin/plugins/upgrades/v5.0.0.d.ts +1 -0
- package/admin/plugins/upgrades/v5.19.0.d.ts +1 -0
- package/admin/plugins/upgrades/v5.5.0.d.ts +1 -0
- package/admin/plugins/upgrades/v5.8.0.d.ts +1 -0
- package/admin/views/contentEntries/experiment/ContentEntriesModule.d.ts +1 -0
- package/admin/views/contentEntries/hooks/useContentEntriesList.d.ts +1 -0
- package/package.json +26 -26
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="web" />
|
|
1
2
|
import React from "react";
|
|
2
3
|
export declare const EditContainer: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement>, keyof React.HTMLAttributes<HTMLDivElement>>, object>;
|
|
3
4
|
export declare const Editor: React.FC;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const RowContainer: 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 Row: 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 fieldContainer: string;
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
declare const Divider: 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 default Divider;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const NameInputWrapper: 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 NameWrapper: 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 FormName: 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/admin/plugins/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const _default: () => (import("../../types").CmsEditorFormSettingsPlugin | import("../../types").CmsIconsPlugin | import("../../types").CmsFieldValueTransformer[] | import("@webiny/app/types").CacheGetObjectIdPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("../../types").CmsContentDetailsPlugin[] | {
|
|
2
3
|
name: string;
|
|
3
4
|
type: string;
|
|
@@ -1 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="web" />
|
|
3
|
+
/// <reference types="react" />
|
|
1
4
|
export declare const Note: 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-headless-cms",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.31.0-beta.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@apollo/react-common": "3.1.4",
|
|
17
17
|
"@apollo/react-hooks": "3.1.5",
|
|
18
|
-
"@babel/runtime": "7.18.
|
|
18
|
+
"@babel/runtime": "7.18.9",
|
|
19
19
|
"@emotion/core": "10.3.1",
|
|
20
20
|
"@emotion/styled": "10.3.0",
|
|
21
21
|
"@fortawesome/fontawesome-common-types": "0.3.0",
|
|
22
22
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
|
23
|
-
"@fortawesome/free-brands-svg-icons": "6.1.
|
|
24
|
-
"@fortawesome/free-regular-svg-icons": "6.1.
|
|
25
|
-
"@fortawesome/free-solid-svg-icons": "6.1.
|
|
23
|
+
"@fortawesome/free-brands-svg-icons": "6.1.2",
|
|
24
|
+
"@fortawesome/free-regular-svg-icons": "6.1.2",
|
|
25
|
+
"@fortawesome/free-solid-svg-icons": "6.1.2",
|
|
26
26
|
"@fortawesome/react-fontawesome": "0.1.19",
|
|
27
|
-
"@svgr/webpack": "6.
|
|
28
|
-
"@types/react": "
|
|
29
|
-
"@webiny/app": "5.
|
|
30
|
-
"@webiny/app-admin": "5.
|
|
31
|
-
"@webiny/app-graphql-playground": "5.
|
|
32
|
-
"@webiny/app-i18n": "5.
|
|
33
|
-
"@webiny/app-plugin-admin-welcome-screen": "5.
|
|
34
|
-
"@webiny/app-security": "5.
|
|
35
|
-
"@webiny/error": "5.
|
|
36
|
-
"@webiny/form": "5.
|
|
37
|
-
"@webiny/plugins": "5.
|
|
38
|
-
"@webiny/react-composition": "5.
|
|
39
|
-
"@webiny/react-router": "5.
|
|
40
|
-
"@webiny/ui": "5.
|
|
41
|
-
"@webiny/utils": "5.
|
|
42
|
-
"@webiny/validation": "5.
|
|
27
|
+
"@svgr/webpack": "6.3.1",
|
|
28
|
+
"@types/react": "17.0.39",
|
|
29
|
+
"@webiny/app": "5.31.0-beta.1",
|
|
30
|
+
"@webiny/app-admin": "5.31.0-beta.1",
|
|
31
|
+
"@webiny/app-graphql-playground": "5.31.0-beta.1",
|
|
32
|
+
"@webiny/app-i18n": "5.31.0-beta.1",
|
|
33
|
+
"@webiny/app-plugin-admin-welcome-screen": "5.31.0-beta.1",
|
|
34
|
+
"@webiny/app-security": "5.31.0-beta.1",
|
|
35
|
+
"@webiny/error": "5.31.0-beta.1",
|
|
36
|
+
"@webiny/form": "5.31.0-beta.1",
|
|
37
|
+
"@webiny/plugins": "5.31.0-beta.1",
|
|
38
|
+
"@webiny/react-composition": "5.31.0-beta.1",
|
|
39
|
+
"@webiny/react-router": "5.31.0-beta.1",
|
|
40
|
+
"@webiny/ui": "5.31.0-beta.1",
|
|
41
|
+
"@webiny/utils": "5.31.0-beta.1",
|
|
42
|
+
"@webiny/validation": "5.31.0-beta.1",
|
|
43
43
|
"apollo-cache": "1.3.5",
|
|
44
44
|
"apollo-client": "2.6.10",
|
|
45
45
|
"apollo-link": "1.2.14",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"pluralize": "8.0.0",
|
|
57
57
|
"prop-types": "15.8.1",
|
|
58
58
|
"raw.macro": "0.4.2",
|
|
59
|
-
"react": "
|
|
59
|
+
"react": "17.0.2",
|
|
60
60
|
"react-custom-scrollbars": "4.2.1",
|
|
61
61
|
"react-dnd": "11.1.3",
|
|
62
62
|
"react-dnd-html5-backend": "11.1.3",
|
|
63
|
-
"react-dom": "
|
|
63
|
+
"react-dom": "17.0.2",
|
|
64
64
|
"react-helmet": "6.1.0",
|
|
65
65
|
"react-hotkeyz": "1.0.4",
|
|
66
66
|
"react-virtualized": "9.22.3",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@babel/preset-env": "^7.16.4",
|
|
75
75
|
"@babel/preset-react": "^7.16.0",
|
|
76
76
|
"@babel/preset-typescript": "^7.16.0",
|
|
77
|
-
"@webiny/cli": "^5.
|
|
78
|
-
"@webiny/project-utils": "^5.
|
|
77
|
+
"@webiny/cli": "^5.31.0-beta.1",
|
|
78
|
+
"@webiny/project-utils": "^5.31.0-beta.1",
|
|
79
79
|
"babel-plugin-emotion": "^9.2.8",
|
|
80
80
|
"babel-plugin-lodash": "^3.3.4",
|
|
81
81
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "b29a1cdd4c7cba5af3b9b993a78f4561525a9201"
|
|
111
111
|
}
|