@webiny/app-serverless-cms 5.42.2-beta.5 → 5.42.3-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.
- package/Admin.js +2 -1
- package/Admin.js.map +1 -1
- package/package.json +29 -28
package/Admin.js
CHANGED
|
@@ -35,6 +35,7 @@ var _appWebsockets = require("@webiny/app-websockets");
|
|
|
35
35
|
var _appRecordLocking = require("@webiny/app-record-locking");
|
|
36
36
|
var _appTrashBin = require("@webiny/app-trash-bin");
|
|
37
37
|
var _admin = require("@webiny/app-dynamic-pages/admin");
|
|
38
|
+
var _appAco = require("@webiny/app-aco");
|
|
38
39
|
var App = function App(props) {
|
|
39
40
|
var createApolloClient = props.createApolloClient || _apolloClientFactory.createApolloClient;
|
|
40
41
|
var ViewCompositionProvider = (0, _ViewCompositionProvider.createViewCompositionProvider)();
|
|
@@ -47,7 +48,7 @@ var App = function App(props) {
|
|
|
47
48
|
hoc: ViewCompositionProvider
|
|
48
49
|
}), /*#__PURE__*/_react.default.createElement(_appWebsockets.Websockets, null), /*#__PURE__*/_react.default.createElement(_appRecordLocking.RecordLocking, null), /*#__PURE__*/_react.default.createElement(_appPageBuilder.PageBuilder, null), /*#__PURE__*/_react.default.createElement(_lexicalEditorPbElement.LexicalEditorPlugin, null), /*#__PURE__*/_react.default.createElement(_lexicalEditorActions.LexicalEditorActions, null), /*#__PURE__*/_react.default.createElement(_appFormBuilder.FormBuilder, null), /*#__PURE__*/_react.default.createElement(_appHeadlessCms.HeadlessCMS, {
|
|
49
50
|
createApolloClient: createApolloClient
|
|
50
|
-
}), /*#__PURE__*/_react.default.createElement(_appApw.AdvancedPublishingWorkflow, null), /*#__PURE__*/_react.default.createElement(_appTenantManager.TenantManager, null), /*#__PURE__*/_react.default.createElement(_appAuditLogs.AuditLogs, null), /*#__PURE__*/_react.default.createElement(_appMailer.Module, null), /*#__PURE__*/_react.default.createElement(_appTrashBin.TrashBinConfigs, null), /*#__PURE__*/_react.default.createElement(_admin.DynamicPages, null), props.children);
|
|
51
|
+
}), /*#__PURE__*/_react.default.createElement(_appApw.AdvancedPublishingWorkflow, null), /*#__PURE__*/_react.default.createElement(_appTenantManager.TenantManager, null), /*#__PURE__*/_react.default.createElement(_appAuditLogs.AuditLogs, null), /*#__PURE__*/_react.default.createElement(_appMailer.Module, null), /*#__PURE__*/_react.default.createElement(_appTrashBin.TrashBinConfigs, null), /*#__PURE__*/_react.default.createElement(_admin.DynamicPages, null), /*#__PURE__*/_react.default.createElement(_appAco.AdvancedContentOrganisation, null), props.children);
|
|
51
52
|
};
|
|
52
53
|
var Admin = exports.Admin = /*#__PURE__*/(0, _react.memo)(App);
|
|
53
54
|
|
package/Admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_plugins","_appAdmin","_appTenancy","_appSecurity","_appI18n","_appI18nContent","_appPageBuilder","_appFormBuilder","_appHeadlessCms","_appAdminRmwc","_app","_appGraphqlPlayground","_appSecurityAccessManagement","_plugins2","_appFileManagerS","_interopRequireDefault","_apolloClientFactory","_apolloLinks","_ViewCompositionProvider","_appApw","_appTenantManager","_appAuditLogs","_lexicalEditorPbElement","_lexicalEditorActions","_appMailer","_appWebsockets","_appRecordLocking","_appTrashBin","_admin","App","props","createApolloClient","defaultApolloClientFactory","ViewCompositionProvider","createViewCompositionProvider","plugins","register","imagePlugin","fileStorageS3Plugin","apolloLinks","default","createElement","Admin","RMWC","Tenancy","Security","AccessManagement","AppInstaller","FileManager","GraphQLPlayground","I18N","I18NContent","Provider","hoc","Websockets","RecordLocking","PageBuilder","LexicalEditorPlugin","LexicalEditorActions","FormBuilder","HeadlessCMS","AdvancedPublishingWorkflow","TenantManager","AuditLogs","Module","TrashBinConfigs","DynamicPages","children","exports","memo"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport {\n Admin as BaseAdmin,\n AdminProps as BaseAdminProps,\n AppInstaller,\n Provider\n} 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 { PageBuilder } from \"@webiny/app-page-builder\";\nimport { FormBuilder } from \"@webiny/app-form-builder\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { RMWC } from \"@webiny/app-admin-rmwc\";\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 { LexicalEditorPlugin } from \"@webiny/lexical-editor-pb-element\";\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 { DynamicPages } from \"@webiny/app-dynamic-pages/admin\";\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 <RMWC />\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 <PageBuilder />\n <LexicalEditorPlugin />\n <LexicalEditorActions />\n <FormBuilder />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <AuditLogs />\n <MailerSettings />\n <TrashBinConfigs />\n <DynamicPages />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":";;;;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AAMA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AACA,IAAAM,eAAA,GAAAN,OAAA;AACA,IAAAO,eAAA,GAAAP,OAAA;AACA,IAAAQ,eAAA,GAAAR,OAAA;AACA,IAAAS,eAAA,GAAAT,OAAA;AACA,IAAAU,aAAA,GAAAV,OAAA;AACA,IAAAW,IAAA,GAAAX,OAAA;AACA,IAAAY,qBAAA,GAAAZ,OAAA;AACA,IAAAa,4BAAA,GAAAb,OAAA;AACA,IAAAc,SAAA,GAAAd,OAAA;AACA,IAAAe,gBAAA,GAAAC,sBAAA,CAAAhB,OAAA;AACA,IAAAiB,oBAAA,GAAAjB,OAAA;AACA,IAAAkB,YAAA,GAAAF,sBAAA,CAAAhB,OAAA;AACA,IAAAmB,wBAAA,GAAAnB,OAAA;AACA,IAAAoB,OAAA,GAAApB,OAAA;AACA,IAAAqB,iBAAA,GAAArB,OAAA;AACA,IAAAsB,aAAA,GAAAtB,OAAA;AACA,IAAAuB,uBAAA,GAAAvB,OAAA;AACA,IAAAwB,qBAAA,GAAAxB,OAAA;AACA,IAAAyB,UAAA,GAAAzB,OAAA;AACA,IAAA0B,cAAA,GAAA1B,OAAA;AACA,IAAA2B,iBAAA,GAAA3B,OAAA;AACA,IAAA4B,YAAA,GAAA5B,OAAA;AACA,IAAA6B,MAAA,GAAA7B,OAAA;AAOA,
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_plugins","_appAdmin","_appTenancy","_appSecurity","_appI18n","_appI18nContent","_appPageBuilder","_appFormBuilder","_appHeadlessCms","_appAdminRmwc","_app","_appGraphqlPlayground","_appSecurityAccessManagement","_plugins2","_appFileManagerS","_interopRequireDefault","_apolloClientFactory","_apolloLinks","_ViewCompositionProvider","_appApw","_appTenantManager","_appAuditLogs","_lexicalEditorPbElement","_lexicalEditorActions","_appMailer","_appWebsockets","_appRecordLocking","_appTrashBin","_admin","_appAco","App","props","createApolloClient","defaultApolloClientFactory","ViewCompositionProvider","createViewCompositionProvider","plugins","register","imagePlugin","fileStorageS3Plugin","apolloLinks","default","createElement","Admin","RMWC","Tenancy","Security","AccessManagement","AppInstaller","FileManager","GraphQLPlayground","I18N","I18NContent","Provider","hoc","Websockets","RecordLocking","PageBuilder","LexicalEditorPlugin","LexicalEditorActions","FormBuilder","HeadlessCMS","AdvancedPublishingWorkflow","TenantManager","AuditLogs","Module","TrashBinConfigs","DynamicPages","AdvancedContentOrganisation","children","exports","memo"],"sources":["Admin.tsx"],"sourcesContent":["import React, { memo } from \"react\";\nimport { plugins } from \"@webiny/plugins\";\nimport {\n Admin as BaseAdmin,\n AdminProps as BaseAdminProps,\n AppInstaller,\n Provider\n} 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 { PageBuilder } from \"@webiny/app-page-builder\";\nimport { FormBuilder } from \"@webiny/app-form-builder\";\nimport { HeadlessCMS } from \"@webiny/app-headless-cms\";\nimport { RMWC } from \"@webiny/app-admin-rmwc\";\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 { LexicalEditorPlugin } from \"@webiny/lexical-editor-pb-element\";\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 { DynamicPages } from \"@webiny/app-dynamic-pages/admin\";\nimport { AdvancedContentOrganisation } from \"@webiny/app-aco\";\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 <RMWC />\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 <PageBuilder />\n <LexicalEditorPlugin />\n <LexicalEditorActions />\n <FormBuilder />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <AuditLogs />\n <MailerSettings />\n <TrashBinConfigs />\n <DynamicPages />\n <AdvancedContentOrganisation />\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": "5.42.
|
|
3
|
+
"version": "5.42.3-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,31 +10,32 @@
|
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.10.8",
|
|
13
|
-
"@webiny/app": "5.42.
|
|
14
|
-
"@webiny/app-
|
|
15
|
-
"@webiny/app-admin
|
|
16
|
-
"@webiny/app-
|
|
17
|
-
"@webiny/app-
|
|
18
|
-
"@webiny/app-
|
|
19
|
-
"@webiny/app-
|
|
20
|
-
"@webiny/app-file-manager
|
|
21
|
-
"@webiny/app-
|
|
22
|
-
"@webiny/app-
|
|
23
|
-
"@webiny/app-
|
|
24
|
-
"@webiny/app-
|
|
25
|
-
"@webiny/app-i18n
|
|
26
|
-
"@webiny/app-
|
|
27
|
-
"@webiny/app-
|
|
28
|
-
"@webiny/app-
|
|
29
|
-
"@webiny/app-
|
|
30
|
-
"@webiny/app-security
|
|
31
|
-
"@webiny/app-
|
|
32
|
-
"@webiny/app-
|
|
33
|
-
"@webiny/app-
|
|
34
|
-
"@webiny/app-
|
|
35
|
-
"@webiny/
|
|
36
|
-
"@webiny/lexical-editor-
|
|
37
|
-
"@webiny/
|
|
13
|
+
"@webiny/app": "5.42.3-beta.0",
|
|
14
|
+
"@webiny/app-aco": "5.42.3-beta.0",
|
|
15
|
+
"@webiny/app-admin": "5.42.3-beta.0",
|
|
16
|
+
"@webiny/app-admin-rmwc": "5.42.3-beta.0",
|
|
17
|
+
"@webiny/app-apw": "5.42.3-beta.0",
|
|
18
|
+
"@webiny/app-audit-logs": "5.42.3-beta.0",
|
|
19
|
+
"@webiny/app-dynamic-pages": "5.42.3-beta.0",
|
|
20
|
+
"@webiny/app-file-manager": "5.42.3-beta.0",
|
|
21
|
+
"@webiny/app-file-manager-s3": "5.42.3-beta.0",
|
|
22
|
+
"@webiny/app-form-builder": "5.42.3-beta.0",
|
|
23
|
+
"@webiny/app-graphql-playground": "5.42.3-beta.0",
|
|
24
|
+
"@webiny/app-headless-cms": "5.42.3-beta.0",
|
|
25
|
+
"@webiny/app-i18n": "5.42.3-beta.0",
|
|
26
|
+
"@webiny/app-i18n-content": "5.42.3-beta.0",
|
|
27
|
+
"@webiny/app-mailer": "5.42.3-beta.0",
|
|
28
|
+
"@webiny/app-page-builder": "5.42.3-beta.0",
|
|
29
|
+
"@webiny/app-record-locking": "5.42.3-beta.0",
|
|
30
|
+
"@webiny/app-security": "5.42.3-beta.0",
|
|
31
|
+
"@webiny/app-security-access-management": "5.42.3-beta.0",
|
|
32
|
+
"@webiny/app-tenancy": "5.42.3-beta.0",
|
|
33
|
+
"@webiny/app-tenant-manager": "5.42.3-beta.0",
|
|
34
|
+
"@webiny/app-trash-bin": "5.42.3-beta.0",
|
|
35
|
+
"@webiny/app-websockets": "5.42.3-beta.0",
|
|
36
|
+
"@webiny/lexical-editor-actions": "5.42.3-beta.0",
|
|
37
|
+
"@webiny/lexical-editor-pb-element": "5.42.3-beta.0",
|
|
38
|
+
"@webiny/plugins": "5.42.3-beta.0",
|
|
38
39
|
"apollo-cache": "1.3.5",
|
|
39
40
|
"apollo-client": "2.6.10",
|
|
40
41
|
"apollo-link": "1.2.14",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@emotion/babel-plugin": "11.11.0",
|
|
48
|
-
"@webiny/project-utils": "5.42.
|
|
49
|
+
"@webiny/project-utils": "5.42.3-beta.0",
|
|
49
50
|
"babel-plugin-named-asset-import": "1.0.0-next.fb6e6f70",
|
|
50
51
|
"rimraf": "6.0.1",
|
|
51
52
|
"ttypescript": "1.5.15",
|
|
@@ -64,5 +65,5 @@
|
|
|
64
65
|
"removeViewBox": false
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "3ff1f272d954a6d045c023595d94556af38f4b14"
|
|
68
69
|
}
|