@webiny/app-headless-cms 5.43.5 → 5.43.6-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.
|
@@ -10,7 +10,7 @@ export declare const useModelFieldGraphqlContext: () => {
|
|
|
10
10
|
label: string;
|
|
11
11
|
helpText?: string | undefined;
|
|
12
12
|
placeholderText?: string | undefined;
|
|
13
|
-
validation?: (import("@webiny/
|
|
13
|
+
validation?: (import("@webiny/validation/types").Validator | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator)[] | undefined;
|
|
14
14
|
listValidation?: import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator[] | undefined;
|
|
15
15
|
multipleValues?: boolean | undefined;
|
|
16
16
|
predefinedValues?: import("@webiny/app-headless-cms-common/types").CmsEditorFieldPredefinedValues | undefined;
|
|
@@ -18,7 +18,7 @@ export declare class FieldSettings {
|
|
|
18
18
|
label: string;
|
|
19
19
|
helpText?: string | undefined;
|
|
20
20
|
placeholderText?: string | undefined;
|
|
21
|
-
validation?: (import("@webiny/
|
|
21
|
+
validation?: (import("@webiny/validation/types").Validator | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator)[] | undefined;
|
|
22
22
|
listValidation?: import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator[] | undefined;
|
|
23
23
|
multipleValues?: boolean | undefined;
|
|
24
24
|
predefinedValues?: import("@webiny/app-headless-cms-common/types").CmsEditorFieldPredefinedValues | undefined;
|
package/admin/plugins/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const _default: () => (import("@webiny/app-headless-cms-common/types").
|
|
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<{
|
|
3
3
|
id: string;
|
|
4
4
|
type: string;
|
|
5
5
|
fieldId: string;
|
|
@@ -7,7 +7,7 @@ declare const _default: () => (import("@webiny/app-headless-cms-common/types").C
|
|
|
7
7
|
label: string;
|
|
8
8
|
helpText?: string | undefined;
|
|
9
9
|
placeholderText?: string | undefined;
|
|
10
|
-
validation?: (import("@webiny/
|
|
10
|
+
validation?: (import("@webiny/validation/types").Validator | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator)[] | undefined;
|
|
11
11
|
listValidation?: import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator[] | undefined;
|
|
12
12
|
multipleValues?: boolean | undefined;
|
|
13
13
|
predefinedValues?: import("@webiny/app-headless-cms-common/types").CmsEditorFieldPredefinedValues | undefined;
|
|
@@ -17,7 +17,7 @@ declare const _default: () => (import("@webiny/app-headless-cms-common/types").C
|
|
|
17
17
|
settings?: Record<string, any> | undefined;
|
|
18
18
|
} | ((props: import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererProps) => import("react").ReactNode);
|
|
19
19
|
tags?: string[] | undefined;
|
|
20
|
-
}>[] | import("@webiny/app
|
|
20
|
+
}>[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app").ApolloCacheObject> | {
|
|
21
21
|
name: string;
|
|
22
22
|
type: string;
|
|
23
23
|
render(): import("react").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").CmsModelFieldRendererPlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldTypePlugin | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidatorPlugin<any> | import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin[] | (import("@webiny/app-headless-cms-common/types").
|
|
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").CmsModelFieldValidatorPlugin<any> | import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererPlugin[] | (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<{
|
|
3
3
|
id: string;
|
|
4
4
|
type: string;
|
|
5
5
|
fieldId: string;
|
|
@@ -7,7 +7,7 @@ declare const _default: (import("@webiny/app-headless-cms-common/types").CmsMode
|
|
|
7
7
|
label: string;
|
|
8
8
|
helpText?: string | undefined;
|
|
9
9
|
placeholderText?: string | undefined;
|
|
10
|
-
validation?: (import("@webiny/
|
|
10
|
+
validation?: (import("@webiny/validation/types").Validator | import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator)[] | undefined;
|
|
11
11
|
listValidation?: import("@webiny/app-headless-cms-common/types").CmsModelFieldValidator[] | undefined;
|
|
12
12
|
multipleValues?: boolean | undefined;
|
|
13
13
|
predefinedValues?: import("@webiny/app-headless-cms-common/types").CmsEditorFieldPredefinedValues | undefined;
|
|
@@ -17,9 +17,9 @@ declare const _default: (import("@webiny/app-headless-cms-common/types").CmsMode
|
|
|
17
17
|
settings?: Record<string, any> | undefined;
|
|
18
18
|
} | ((props: import("@webiny/app-headless-cms-common/types").CmsModelFieldRendererProps) => import("react").ReactNode);
|
|
19
19
|
tags?: string[] | undefined;
|
|
20
|
-
}>[] | import("@webiny/app
|
|
20
|
+
}>[] | import("@webiny/app").ApolloCacheObjectIdPlugin<import("@webiny/app").ApolloCacheObject> | {
|
|
21
21
|
name: string;
|
|
22
22
|
type: string;
|
|
23
23
|
render(): import("react").JSX.Element;
|
|
24
|
-
}[])[] | import("@webiny/app-
|
|
24
|
+
}[])[] | import("@webiny/app-plugin-admin-welcome-screen/types").AdminWelcomeScreenWidgetPlugin)[];
|
|
25
25
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-headless-cms",
|
|
3
|
-
"version": "5.43.
|
|
3
|
+
"version": "5.43.6-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,30 +27,30 @@
|
|
|
27
27
|
"@material-design-icons/svg": "0.14.13",
|
|
28
28
|
"@svgr/webpack": "6.5.1",
|
|
29
29
|
"@types/react": "18.2.79",
|
|
30
|
-
"@webiny/app": "5.43.
|
|
31
|
-
"@webiny/app-aco": "5.43.
|
|
32
|
-
"@webiny/app-admin": "5.43.
|
|
33
|
-
"@webiny/app-graphql-playground": "5.43.
|
|
34
|
-
"@webiny/app-headless-cms-common": "5.43.
|
|
35
|
-
"@webiny/app-i18n": "5.43.
|
|
36
|
-
"@webiny/app-plugin-admin-welcome-screen": "5.43.
|
|
37
|
-
"@webiny/app-security": "5.43.
|
|
38
|
-
"@webiny/app-tenancy": "5.43.
|
|
39
|
-
"@webiny/app-trash-bin": "5.43.
|
|
40
|
-
"@webiny/error": "5.43.
|
|
41
|
-
"@webiny/feature-flags": "5.43.
|
|
42
|
-
"@webiny/form": "5.43.
|
|
43
|
-
"@webiny/lexical-editor": "5.43.
|
|
44
|
-
"@webiny/lexical-nodes": "5.43.
|
|
45
|
-
"@webiny/lexical-theme": "5.43.
|
|
46
|
-
"@webiny/plugins": "5.43.
|
|
47
|
-
"@webiny/react-composition": "5.43.
|
|
48
|
-
"@webiny/react-properties": "5.43.
|
|
49
|
-
"@webiny/react-router": "5.43.
|
|
50
|
-
"@webiny/theme": "5.43.
|
|
51
|
-
"@webiny/ui": "5.43.
|
|
52
|
-
"@webiny/utils": "5.43.
|
|
53
|
-
"@webiny/validation": "5.43.
|
|
30
|
+
"@webiny/app": "5.43.6-beta.0",
|
|
31
|
+
"@webiny/app-aco": "5.43.6-beta.0",
|
|
32
|
+
"@webiny/app-admin": "5.43.6-beta.0",
|
|
33
|
+
"@webiny/app-graphql-playground": "5.43.6-beta.0",
|
|
34
|
+
"@webiny/app-headless-cms-common": "5.43.6-beta.0",
|
|
35
|
+
"@webiny/app-i18n": "5.43.6-beta.0",
|
|
36
|
+
"@webiny/app-plugin-admin-welcome-screen": "5.43.6-beta.0",
|
|
37
|
+
"@webiny/app-security": "5.43.6-beta.0",
|
|
38
|
+
"@webiny/app-tenancy": "5.43.6-beta.0",
|
|
39
|
+
"@webiny/app-trash-bin": "5.43.6-beta.0",
|
|
40
|
+
"@webiny/error": "5.43.6-beta.0",
|
|
41
|
+
"@webiny/feature-flags": "5.43.6-beta.0",
|
|
42
|
+
"@webiny/form": "5.43.6-beta.0",
|
|
43
|
+
"@webiny/lexical-editor": "5.43.6-beta.0",
|
|
44
|
+
"@webiny/lexical-nodes": "5.43.6-beta.0",
|
|
45
|
+
"@webiny/lexical-theme": "5.43.6-beta.0",
|
|
46
|
+
"@webiny/plugins": "5.43.6-beta.0",
|
|
47
|
+
"@webiny/react-composition": "5.43.6-beta.0",
|
|
48
|
+
"@webiny/react-properties": "5.43.6-beta.0",
|
|
49
|
+
"@webiny/react-router": "5.43.6-beta.0",
|
|
50
|
+
"@webiny/theme": "5.43.6-beta.0",
|
|
51
|
+
"@webiny/ui": "5.43.6-beta.0",
|
|
52
|
+
"@webiny/utils": "5.43.6-beta.0",
|
|
53
|
+
"@webiny/validation": "5.43.6-beta.0",
|
|
54
54
|
"apollo-cache": "1.3.5",
|
|
55
55
|
"apollo-client": "2.6.10",
|
|
56
56
|
"apollo-link": "1.2.14",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@emotion/babel-plugin": "11.11.0",
|
|
82
|
-
"@webiny/project-utils": "5.43.
|
|
82
|
+
"@webiny/project-utils": "5.43.6-beta.0",
|
|
83
83
|
"babel-plugin-module-resolver": "5.0.2",
|
|
84
84
|
"rimraf": "6.0.1",
|
|
85
85
|
"typescript": "5.3.3"
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "32e742e0043a9d4930d1c68c990eb6976882c820"
|
|
111
111
|
}
|