@webiny/app-serverless-cms 6.0.0-alpha.0 → 6.0.0-alpha.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.d.ts +1 -1
- package/Admin.js +4 -7
- package/Admin.js.map +1 -1
- package/package.json +28 -32
package/Admin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { AdminProps as BaseAdminProps } from "@webiny/app-admin";
|
|
2
|
+
import type { AdminProps as BaseAdminProps } from "@webiny/app-admin";
|
|
3
3
|
export interface AdminProps extends Omit<BaseAdminProps, "createApolloClient"> {
|
|
4
4
|
createApolloClient?: BaseAdminProps["createApolloClient"];
|
|
5
5
|
children?: React.ReactNode;
|
package/Admin.js
CHANGED
|
@@ -5,8 +5,6 @@ import { Tenancy } from "@webiny/app-tenancy";
|
|
|
5
5
|
import { Security } from "@webiny/app-security";
|
|
6
6
|
import { I18N } from "@webiny/app-i18n";
|
|
7
7
|
import { I18NContent } from "@webiny/app-i18n-content";
|
|
8
|
-
import { PageBuilder } from "@webiny/app-page-builder";
|
|
9
|
-
import { FormBuilder } from "@webiny/app-form-builder";
|
|
10
8
|
import { HeadlessCMS } from "@webiny/app-headless-cms";
|
|
11
9
|
import { AdminUI } from "@webiny/app-admin-ui";
|
|
12
10
|
import { FileManager } from "@webiny/app-file-manager/app";
|
|
@@ -20,15 +18,14 @@ import { createViewCompositionProvider } from "@webiny/app-admin/base/providers/
|
|
|
20
18
|
import { AdvancedPublishingWorkflow } from "@webiny/app-apw";
|
|
21
19
|
import { TenantManager } from "@webiny/app-tenant-manager";
|
|
22
20
|
import { AuditLogs } from "@webiny/app-audit-logs";
|
|
23
|
-
import { LexicalEditorPlugin } from "@webiny/lexical-editor-pb-element";
|
|
24
21
|
import { LexicalEditorActions } from "@webiny/lexical-editor-actions";
|
|
25
22
|
import { Module as MailerSettings } from "@webiny/app-mailer";
|
|
26
23
|
import { Websockets } from "@webiny/app-websockets";
|
|
27
24
|
import { RecordLocking } from "@webiny/app-record-locking";
|
|
28
25
|
import { TrashBinConfigs } from "@webiny/app-trash-bin";
|
|
29
|
-
import { DynamicPages } from "@webiny/app-dynamic-pages/admin";
|
|
30
26
|
import { AdvancedContentOrganisation } from "@webiny/app-aco";
|
|
31
|
-
import { WebsiteBuilder } from "@webiny/app-website-builder/
|
|
27
|
+
import { Extension as WebsiteBuilder } from "@webiny/app-website-builder/Extension";
|
|
28
|
+
import { SchedulerConfigs } from "@webiny/app-headless-cms-scheduler/index.js";
|
|
32
29
|
const App = props => {
|
|
33
30
|
const createApolloClient = props.createApolloClient || defaultApolloClientFactory;
|
|
34
31
|
const ViewCompositionProvider = createViewCompositionProvider();
|
|
@@ -39,9 +36,9 @@ const App = props => {
|
|
|
39
36
|
createApolloClient: createApolloClient
|
|
40
37
|
}), /*#__PURE__*/React.createElement(I18N, null), /*#__PURE__*/React.createElement(I18NContent, null), /*#__PURE__*/React.createElement(Provider, {
|
|
41
38
|
hoc: ViewCompositionProvider
|
|
42
|
-
}), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(
|
|
39
|
+
}), /*#__PURE__*/React.createElement(Websockets, null), /*#__PURE__*/React.createElement(RecordLocking, null), /*#__PURE__*/React.createElement(LexicalEditorActions, null), /*#__PURE__*/React.createElement(HeadlessCMS, {
|
|
43
40
|
createApolloClient: createApolloClient
|
|
44
|
-
}), /*#__PURE__*/React.createElement(AdvancedPublishingWorkflow, null), /*#__PURE__*/React.createElement(TenantManager, null), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(
|
|
41
|
+
}), /*#__PURE__*/React.createElement(AdvancedPublishingWorkflow, null), /*#__PURE__*/React.createElement(TenantManager, null), /*#__PURE__*/React.createElement(AuditLogs, null), /*#__PURE__*/React.createElement(MailerSettings, null), /*#__PURE__*/React.createElement(SchedulerConfigs, null), /*#__PURE__*/React.createElement(TrashBinConfigs, null), /*#__PURE__*/React.createElement(AdvancedContentOrganisation, null), /*#__PURE__*/React.createElement(WebsiteBuilder, null), props.children);
|
|
45
42
|
};
|
|
46
43
|
export const Admin = /*#__PURE__*/memo(App);
|
|
47
44
|
|
package/Admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","plugins","Admin","BaseAdmin","AppInstaller","Provider","Tenancy","Security","I18N","I18NContent","
|
|
1
|
+
{"version":3,"names":["React","memo","plugins","Admin","BaseAdmin","AppInstaller","Provider","Tenancy","Security","I18N","I18NContent","HeadlessCMS","AdminUI","FileManager","GraphQLPlayground","AccessManagement","imagePlugin","fileStorageS3Plugin","createApolloClient","defaultApolloClientFactory","apolloLinks","createViewCompositionProvider","AdvancedPublishingWorkflow","TenantManager","AuditLogs","LexicalEditorActions","Module","MailerSettings","Websockets","RecordLocking","TrashBinConfigs","AdvancedContentOrganisation","Extension","WebsiteBuilder","SchedulerConfigs","App","props","ViewCompositionProvider","register","createElement","hoc","children"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport type { AdminProps as BaseAdminProps } from \"@webiny/app-admin\";\nimport { Admin as BaseAdmin, AppInstaller, Provider } from \"@webiny/app-admin\";\nimport { Tenancy } from \"@webiny/app-tenancy\";\nimport { Security } from \"@webiny/app-security\";\nimport { I18N } from \"@webiny/app-i18n\";\nimport { I18NContent } from \"@webiny/app-i18n-content\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { AdminUI } from \"@webiny/app-admin-ui\";\nimport { FileManager } from \"@webiny/app-file-manager/app\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins\";\nimport fileStorageS3Plugin from \"@webiny/app-file-manager-s3\";\nimport { createApolloClient as defaultApolloClientFactory } from \"./apolloClientFactory\";\nimport apolloLinks from \"./apolloLinks\";\nimport { createViewCompositionProvider } from \"@webiny/app-admin/base/providers/ViewCompositionProvider\";\nimport { AdvancedPublishingWorkflow } from \"@webiny/app-apw\";\nimport { TenantManager } from \"@webiny/app-tenant-manager\";\nimport { AuditLogs } from \"@webiny/app-audit-logs\";\nimport { LexicalEditorActions } from \"@webiny/lexical-editor-actions\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\nimport { Websockets } from \"@webiny/app-websockets\";\nimport { RecordLocking } from \"@webiny/app-record-locking\";\nimport { TrashBinConfigs } from \"@webiny/app-trash-bin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\nimport { Extension as WebsiteBuilder } from \"@webiny/app-website-builder/Extension\";\nimport { SchedulerConfigs } from \"@webiny/app-headless-cms-scheduler/index.js\";\n\nexport interface AdminProps extends Omit<BaseAdminProps, \"createApolloClient\"> {\n createApolloClient?: BaseAdminProps[\"createApolloClient\"];\n children?: React.ReactNode;\n}\n\nconst App = (props: AdminProps) => {\n const createApolloClient = props.createApolloClient || defaultApolloClientFactory;\n const ViewCompositionProvider = createViewCompositionProvider();\n\n plugins.register(imagePlugin(), fileStorageS3Plugin(), apolloLinks);\n\n return (\n <BaseAdmin createApolloClient={createApolloClient}>\n <AdminUI />\n <Tenancy />\n <Security />\n <AccessManagement />\n <AppInstaller />\n <FileManager />\n <GraphQLPlayground createApolloClient={createApolloClient} />\n <I18N />\n <I18NContent />\n <Provider hoc={ViewCompositionProvider} />\n <Websockets />\n <RecordLocking />\n <LexicalEditorActions />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <AuditLogs />\n <MailerSettings />\n <SchedulerConfigs />\n <TrashBinConfigs />\n <AdvancedContentOrganisation />\n <WebsiteBuilder />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-serverless-cms",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,34 +10,31 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.10.8",
|
|
13
|
-
"@webiny/app": "6.0.0-alpha.
|
|
14
|
-
"@webiny/app-aco": "6.0.0-alpha.
|
|
15
|
-
"@webiny/app-admin": "6.0.0-alpha.
|
|
16
|
-
"@webiny/app-admin-ui": "6.0.0-alpha.
|
|
17
|
-
"@webiny/app-apw": "6.0.0-alpha.
|
|
18
|
-
"@webiny/app-audit-logs": "6.0.0-alpha.
|
|
19
|
-
"@webiny/app-
|
|
20
|
-
"@webiny/app-file-manager": "6.0.0-alpha.
|
|
21
|
-
"@webiny/app-
|
|
22
|
-
"@webiny/app-
|
|
23
|
-
"@webiny/app-
|
|
24
|
-
"@webiny/app-
|
|
25
|
-
"@webiny/app-i18n": "6.0.0-alpha.
|
|
26
|
-
"@webiny/app-
|
|
27
|
-
"@webiny/app-
|
|
28
|
-
"@webiny/app-
|
|
29
|
-
"@webiny/app-
|
|
30
|
-
"@webiny/app-
|
|
31
|
-
"@webiny/app-
|
|
32
|
-
"@webiny/app-
|
|
33
|
-
"@webiny/app-
|
|
34
|
-
"@webiny/app-
|
|
35
|
-
"@webiny/
|
|
36
|
-
"@webiny/
|
|
37
|
-
"@webiny/
|
|
38
|
-
"@webiny/lexical-editor-pb-element": "6.0.0-alpha.0",
|
|
39
|
-
"@webiny/lexical-theme": "6.0.0-alpha.0",
|
|
40
|
-
"@webiny/plugins": "6.0.0-alpha.0",
|
|
13
|
+
"@webiny/app": "6.0.0-alpha.1",
|
|
14
|
+
"@webiny/app-aco": "6.0.0-alpha.1",
|
|
15
|
+
"@webiny/app-admin": "6.0.0-alpha.1",
|
|
16
|
+
"@webiny/app-admin-ui": "6.0.0-alpha.1",
|
|
17
|
+
"@webiny/app-apw": "6.0.0-alpha.1",
|
|
18
|
+
"@webiny/app-audit-logs": "6.0.0-alpha.1",
|
|
19
|
+
"@webiny/app-file-manager": "6.0.0-alpha.1",
|
|
20
|
+
"@webiny/app-file-manager-s3": "6.0.0-alpha.1",
|
|
21
|
+
"@webiny/app-graphql-playground": "6.0.0-alpha.1",
|
|
22
|
+
"@webiny/app-headless-cms": "6.0.0-alpha.1",
|
|
23
|
+
"@webiny/app-headless-cms-scheduler": "6.0.0-alpha.1",
|
|
24
|
+
"@webiny/app-i18n": "6.0.0-alpha.1",
|
|
25
|
+
"@webiny/app-i18n-content": "6.0.0-alpha.1",
|
|
26
|
+
"@webiny/app-mailer": "6.0.0-alpha.1",
|
|
27
|
+
"@webiny/app-record-locking": "6.0.0-alpha.1",
|
|
28
|
+
"@webiny/app-security": "6.0.0-alpha.1",
|
|
29
|
+
"@webiny/app-security-access-management": "6.0.0-alpha.1",
|
|
30
|
+
"@webiny/app-tenancy": "6.0.0-alpha.1",
|
|
31
|
+
"@webiny/app-tenant-manager": "6.0.0-alpha.1",
|
|
32
|
+
"@webiny/app-trash-bin": "6.0.0-alpha.1",
|
|
33
|
+
"@webiny/app-website-builder": "6.0.0-alpha.1",
|
|
34
|
+
"@webiny/app-websockets": "6.0.0-alpha.1",
|
|
35
|
+
"@webiny/lexical-editor-actions": "6.0.0-alpha.1",
|
|
36
|
+
"@webiny/lexical-theme": "6.0.0-alpha.1",
|
|
37
|
+
"@webiny/plugins": "6.0.0-alpha.1",
|
|
41
38
|
"apollo-cache": "1.3.5",
|
|
42
39
|
"apollo-client": "2.6.10",
|
|
43
40
|
"apollo-link": "1.2.14",
|
|
@@ -48,8 +45,7 @@
|
|
|
48
45
|
},
|
|
49
46
|
"devDependencies": {
|
|
50
47
|
"@emotion/babel-plugin": "11.11.0",
|
|
51
|
-
"@webiny/project-utils": "6.0.0-alpha.
|
|
52
|
-
"babel-plugin-named-asset-import": "1.0.0-next.fb6e6f70",
|
|
48
|
+
"@webiny/project-utils": "6.0.0-alpha.1",
|
|
53
49
|
"rimraf": "6.0.1",
|
|
54
50
|
"typescript": "5.3.3"
|
|
55
51
|
},
|
|
@@ -73,5 +69,5 @@
|
|
|
73
69
|
]
|
|
74
70
|
}
|
|
75
71
|
},
|
|
76
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "9bd236cf5e689f209a11bec089207dcc2d41a53c"
|
|
77
73
|
}
|