@webiny/app-headless-cms 5.39.4 → 5.40.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.
@@ -21,7 +21,7 @@ export declare const Menu: import("@emotion/styled").StyledComponent<Pick<import
21
21
  onOpen?: (() => void) | undefined;
22
22
  onClose?: (() => void) | undefined;
23
23
  "data-testid"?: string | undefined;
24
- }, "anchor" | "className" | "disabled" | "data-testid" | "handle" | keyof import("@rmwc/menu").MenuProps>> & Partial<Pick<Partial<import("@rmwc/menu").MenuProps & {
24
+ }, "anchor" | "disabled" | "data-testid" | "className" | keyof import("@rmwc/menu").MenuProps | "handle">> & Partial<Pick<Partial<import("@rmwc/menu").MenuProps & {
25
25
  children: import("react").ReactNode;
26
26
  handle?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
27
27
  anchor?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "bottomEnd" | "bottomStart" | "topEnd" | "topStart" | undefined;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const _default: () => (import("@webiny/app-headless-cms-common/types").CmsEditorFormSettingsPlugin | import("@webiny/app-headless-cms-common/types").CmsIconsPlugin | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-headless-cms-common/types").CmsFieldValueTransformer<{
2
+ declare const _default: () => (import("@webiny/app-headless-cms-common/types").CmsIconsPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-headless-cms-common/types").CmsFieldValueTransformer<{
3
3
  id: string;
4
4
  type: string;
5
5
  fieldId: string;
@@ -16,7 +16,7 @@ declare const _default: () => (import("@webiny/app-headless-cms-common/types").C
16
16
  name: string;
17
17
  } | ((props: import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererProps) => import("react").ReactNode);
18
18
  tags?: string[] | undefined;
19
- }>[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | {
19
+ }>[] | import("@webiny/app-headless-cms-common/types").CmsEditorFormSettingsPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | {
20
20
  name: string;
21
21
  type: string;
22
22
  render(): JSX.Element;
package/allPlugins.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const _default: (import("@webiny/app-headless-cms-common/types").CmsModelFieldRegexValidatorExpressionPlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldTypePlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin[] | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidatorPlugin<any> | (import("@webiny/app-headless-cms-common/types").CmsEditorFormSettingsPlugin | import("@webiny/app-headless-cms-common/types").CmsIconsPlugin | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-headless-cms-common/types").CmsFieldValueTransformer<{
2
+ declare const _default: (import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldTypePlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin[] | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidatorPlugin<any> | (import("@webiny/app-headless-cms-common/types").CmsIconsPlugin | import("@webiny/app/types").RoutePlugin[] | import("@webiny/app-admin/types").AdminInstallationPlugin | import("@webiny/app-headless-cms-common/types").CmsFieldValueTransformer<{
3
3
  id: string;
4
4
  type: string;
5
5
  fieldId: string;
@@ -16,9 +16,9 @@ declare const _default: (import("@webiny/app-headless-cms-common/types").CmsMode
16
16
  name: string;
17
17
  } | ((props: import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererProps) => import("react").ReactNode);
18
18
  tags?: string[] | undefined;
19
- }>[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | {
19
+ }>[] | import("@webiny/app-headless-cms-common/types").CmsEditorFormSettingsPlugin | import("@webiny/app-admin/types").AdminAppPermissionRendererPlugin | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app/plugins/ApolloCacheObjectIdPlugin").ApolloCacheObject> | {
20
20
  name: string;
21
21
  type: string;
22
22
  render(): JSX.Element;
23
- }[])[] | import("@webiny/app-plugin-admin-welcome-screen/types").AdminWelcomeScreenWidgetPlugin)[];
23
+ }[])[] | import("@webiny/app-headless-cms-common/types").CmsModelFieldRegexValidatorExpressionPlugin | import("@webiny/app-plugin-admin-welcome-screen/types").AdminWelcomeScreenWidgetPlugin)[];
24
24
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-headless-cms",
3
- "version": "5.39.4",
3
+ "version": "5.40.0-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,28 +28,28 @@
28
28
  "@material-design-icons/svg": "0.14.2",
29
29
  "@svgr/webpack": "6.5.1",
30
30
  "@types/react": "17.0.39",
31
- "@webiny/app": "5.39.4",
32
- "@webiny/app-aco": "5.39.4",
33
- "@webiny/app-admin": "5.39.4",
34
- "@webiny/app-graphql-playground": "5.39.4",
35
- "@webiny/app-headless-cms-common": "5.39.4",
36
- "@webiny/app-i18n": "5.39.4",
37
- "@webiny/app-plugin-admin-welcome-screen": "5.39.4",
38
- "@webiny/app-security": "5.39.4",
39
- "@webiny/error": "5.39.4",
40
- "@webiny/feature-flags": "5.39.4",
41
- "@webiny/form": "5.39.4",
42
- "@webiny/lexical-editor": "5.39.4",
43
- "@webiny/lexical-nodes": "5.39.4",
44
- "@webiny/lexical-theme": "5.39.4",
45
- "@webiny/plugins": "5.39.4",
46
- "@webiny/react-composition": "5.39.4",
47
- "@webiny/react-properties": "5.39.4",
48
- "@webiny/react-router": "5.39.4",
49
- "@webiny/theme": "5.39.4",
50
- "@webiny/ui": "5.39.4",
51
- "@webiny/utils": "5.39.4",
52
- "@webiny/validation": "5.39.4",
31
+ "@webiny/app": "5.40.0-beta.1",
32
+ "@webiny/app-aco": "5.40.0-beta.1",
33
+ "@webiny/app-admin": "5.40.0-beta.1",
34
+ "@webiny/app-graphql-playground": "5.40.0-beta.1",
35
+ "@webiny/app-headless-cms-common": "5.40.0-beta.1",
36
+ "@webiny/app-i18n": "5.40.0-beta.1",
37
+ "@webiny/app-plugin-admin-welcome-screen": "5.40.0-beta.1",
38
+ "@webiny/app-security": "5.40.0-beta.1",
39
+ "@webiny/error": "5.40.0-beta.1",
40
+ "@webiny/feature-flags": "5.40.0-beta.1",
41
+ "@webiny/form": "5.40.0-beta.1",
42
+ "@webiny/lexical-editor": "5.40.0-beta.1",
43
+ "@webiny/lexical-nodes": "5.40.0-beta.1",
44
+ "@webiny/lexical-theme": "5.40.0-beta.1",
45
+ "@webiny/plugins": "5.40.0-beta.1",
46
+ "@webiny/react-composition": "5.40.0-beta.1",
47
+ "@webiny/react-properties": "5.40.0-beta.1",
48
+ "@webiny/react-router": "5.40.0-beta.1",
49
+ "@webiny/theme": "5.40.0-beta.1",
50
+ "@webiny/ui": "5.40.0-beta.1",
51
+ "@webiny/utils": "5.40.0-beta.1",
52
+ "@webiny/validation": "5.40.0-beta.1",
53
53
  "apollo-cache": "1.3.5",
54
54
  "apollo-client": "2.6.10",
55
55
  "apollo-link": "1.2.14",
@@ -80,8 +80,8 @@
80
80
  "@babel/preset-env": "7.22.7",
81
81
  "@babel/preset-react": "7.22.5",
82
82
  "@babel/preset-typescript": "7.22.5",
83
- "@webiny/cli": "5.39.4",
84
- "@webiny/project-utils": "5.39.4",
83
+ "@webiny/cli": "5.40.0-beta.1",
84
+ "@webiny/project-utils": "5.40.0-beta.1",
85
85
  "babel-plugin-emotion": "9.2.11",
86
86
  "babel-plugin-module-resolver": "4.1.0",
87
87
  "rimraf": "3.0.2",
@@ -111,5 +111,5 @@
111
111
  ]
112
112
  }
113
113
  },
114
- "gitHead": "e3eb846a11cecc35882c84879464dfa2706cfcd9"
114
+ "gitHead": "cadaa7aa80ddff01df7ecb3b356f2be9432e14e0"
115
115
  }