@webiny/app-serverless-cms 0.0.0-unstable.d7f521b032 → 0.0.0-unstable.ecd8734205
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 +23 -22
package/Admin.js
CHANGED
|
@@ -28,6 +28,7 @@ var _apolloLinks = _interopRequireDefault(require("./apolloLinks"));
|
|
|
28
28
|
var _ViewCompositionProvider = require("@webiny/app-admin/base/providers/ViewCompositionProvider");
|
|
29
29
|
var _appApw = require("@webiny/app-apw");
|
|
30
30
|
var _appTenantManager = require("@webiny/app-tenant-manager");
|
|
31
|
+
var _lexicalEditorPbElement = require("@webiny/lexical-editor-pb-element");
|
|
31
32
|
var _appMailer = require("@webiny/app-mailer");
|
|
32
33
|
var App = function App(props) {
|
|
33
34
|
var createApolloClient = props.createApolloClient || _apolloClientFactory.createApolloClient;
|
|
@@ -39,7 +40,7 @@ var App = function App(props) {
|
|
|
39
40
|
createApolloClient: createApolloClient
|
|
40
41
|
}), /*#__PURE__*/_react.default.createElement(_appI18n.I18N, null), /*#__PURE__*/_react.default.createElement(_appI18nContent.I18NContent, null), /*#__PURE__*/_react.default.createElement(_appAdmin.Provider, {
|
|
41
42
|
hoc: ViewCompositionProvider
|
|
42
|
-
}), /*#__PURE__*/_react.default.createElement(_appPageBuilder.PageBuilder, null), /*#__PURE__*/_react.default.createElement(_appFormBuilder.FormBuilder, null), /*#__PURE__*/_react.default.createElement(_appHeadlessCms.HeadlessCMS, {
|
|
43
|
+
}), /*#__PURE__*/_react.default.createElement(_appPageBuilder.PageBuilder, null), /*#__PURE__*/_react.default.createElement(_lexicalEditorPbElement.LexicalEditorPlugin, null), /*#__PURE__*/_react.default.createElement(_appFormBuilder.FormBuilder, null), /*#__PURE__*/_react.default.createElement(_appHeadlessCms.HeadlessCMS, {
|
|
43
44
|
createApolloClient: createApolloClient
|
|
44
45
|
}), /*#__PURE__*/_react.default.createElement(_appApw.AdvancedPublishingWorkflow, null), /*#__PURE__*/_react.default.createElement(_appTenantManager.TenantManager, null), /*#__PURE__*/_react.default.createElement(_appMailer.Module, null), props.children);
|
|
45
46
|
};
|
package/Admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["App","props","createApolloClient","defaultApolloClientFactory","ViewCompositionProvider","createViewCompositionProvider","plugins","register","imagePlugin","fileManagerPlugins","fileStorageS3Plugin","apolloLinks","children","Admin","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\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins\";\nimport fileManagerPlugins from \"@webiny/app-file-manager/admin/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 { Module as MailerSettings } from \"@webiny/app-mailer\";\n\nexport interface AdminProps extends Omit<BaseAdminProps, \"createApolloClient\"> {\n createApolloClient?: BaseAdminProps[\"createApolloClient\"];\n}\n\nconst App = (props: AdminProps) => {\n const createApolloClient = props.createApolloClient || defaultApolloClientFactory;\n const ViewCompositionProvider = createViewCompositionProvider();\n\n plugins.register(imagePlugin(), fileManagerPlugins(), 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 <PageBuilder />\n <FormBuilder />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <MailerSettings />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":";;;;;;;;AAAA;AACA;AACA;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAMA,IAAMA,GAAG,GAAG,SAANA,GAAG,CAAIC,KAAiB,EAAK;EAC/B,IAAMC,kBAAkB,GAAGD,KAAK,CAACC,kBAAkB,IAAIC,uCAA0B;EACjF,IAAMC,uBAAuB,GAAG,IAAAC,sDAA6B,GAAE;EAE/DC,gBAAO,CAACC,QAAQ,CAAC,IAAAC,qBAAW,GAAE,EAAE,IAAAC,iBAAkB,GAAE,EAAE,IAAAC,wBAAmB,GAAE,EAAEC,oBAAW,CAAC;EAEzF,oBACI,6BAAC,eAAS;IAAC,kBAAkB,EAAET;EAAmB,gBAC9C,6BAAC,kBAAI,OAAG,eACR,6BAAC,mBAAO,OAAG,eACX,6BAAC,qBAAQ,OAAG,eACZ,6BAAC,6CAAgB,OAAG,eACpB,6BAAC,sBAAY,OAAG,eAChB,6BAAC,2BAAW,OAAG,eACf,6BAAC,uCAAiB;IAAC,kBAAkB,EAAEA;EAAmB,EAAG,eAC7D,6BAAC,aAAI,OAAG,eACR,6BAAC,2BAAW,OAAG,eACf,6BAAC,kBAAQ;IAAC,GAAG,EAAEE;EAAwB,EAAG,eAC1C,6BAAC,2BAAW,OAAG,eACf,6BAAC,2BAAW,OAAG,eACf,6BAAC,2BAAW;IAAC,kBAAkB,EAAEF;EAAmB,EAAG,eACvD,6BAAC,kCAA0B,OAAG,eAC9B,6BAAC,+BAAa,OAAG,eACjB,6BAAC,iBAAc,OAAG,EACjBD,KAAK,CAACW,QAAQ,CACP;AAEpB,CAAC;AAEM,IAAMC,KAAK,gBAAG,IAAAC,WAAI,EAAad,GAAG,CAAC;AAAC"}
|
|
1
|
+
{"version":3,"names":["App","props","createApolloClient","defaultApolloClientFactory","ViewCompositionProvider","createViewCompositionProvider","plugins","register","imagePlugin","fileManagerPlugins","fileStorageS3Plugin","apolloLinks","children","Admin","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\";\nimport { GraphQLPlayground } from \"@webiny/app-graphql-playground\";\nimport { AccessManagement } from \"@webiny/app-security-access-management\";\nimport { imagePlugin } from \"@webiny/app/plugins\";\nimport fileManagerPlugins from \"@webiny/app-file-manager/admin/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 { LexicalEditorPlugin } from \"@webiny/lexical-editor-pb-element\";\nimport { Module as MailerSettings } from \"@webiny/app-mailer\";\n\nexport interface AdminProps extends Omit<BaseAdminProps, \"createApolloClient\"> {\n createApolloClient?: BaseAdminProps[\"createApolloClient\"];\n}\n\nconst App = (props: AdminProps) => {\n const createApolloClient = props.createApolloClient || defaultApolloClientFactory;\n const ViewCompositionProvider = createViewCompositionProvider();\n\n plugins.register(imagePlugin(), fileManagerPlugins(), 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 <PageBuilder />\n <LexicalEditorPlugin />\n <FormBuilder />\n <HeadlessCMS createApolloClient={createApolloClient} />\n <AdvancedPublishingWorkflow />\n <TenantManager />\n <MailerSettings />\n {props.children}\n </BaseAdmin>\n );\n};\n\nexport const Admin = memo<AdminProps>(App);\n"],"mappings":";;;;;;;;AAAA;AACA;AACA;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAMA,IAAMA,GAAG,GAAG,SAANA,GAAG,CAAIC,KAAiB,EAAK;EAC/B,IAAMC,kBAAkB,GAAGD,KAAK,CAACC,kBAAkB,IAAIC,uCAA0B;EACjF,IAAMC,uBAAuB,GAAG,IAAAC,sDAA6B,GAAE;EAE/DC,gBAAO,CAACC,QAAQ,CAAC,IAAAC,qBAAW,GAAE,EAAE,IAAAC,iBAAkB,GAAE,EAAE,IAAAC,wBAAmB,GAAE,EAAEC,oBAAW,CAAC;EAEzF,oBACI,6BAAC,eAAS;IAAC,kBAAkB,EAAET;EAAmB,gBAC9C,6BAAC,kBAAI,OAAG,eACR,6BAAC,mBAAO,OAAG,eACX,6BAAC,qBAAQ,OAAG,eACZ,6BAAC,6CAAgB,OAAG,eACpB,6BAAC,sBAAY,OAAG,eAChB,6BAAC,2BAAW,OAAG,eACf,6BAAC,uCAAiB;IAAC,kBAAkB,EAAEA;EAAmB,EAAG,eAC7D,6BAAC,aAAI,OAAG,eACR,6BAAC,2BAAW,OAAG,eACf,6BAAC,kBAAQ;IAAC,GAAG,EAAEE;EAAwB,EAAG,eAC1C,6BAAC,2BAAW,OAAG,eACf,6BAAC,2CAAmB,OAAG,eACvB,6BAAC,2BAAW,OAAG,eACf,6BAAC,2BAAW;IAAC,kBAAkB,EAAEF;EAAmB,EAAG,eACvD,6BAAC,kCAA0B,OAAG,eAC9B,6BAAC,+BAAa,OAAG,eACjB,6BAAC,iBAAc,OAAG,EACjBD,KAAK,CAACW,QAAQ,CACP;AAEpB,CAAC;AAEM,IAAMC,KAAK,gBAAG,IAAAC,WAAI,EAAad,GAAG,CAAC;AAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-serverless-cms",
|
|
3
|
-
"version": "0.0.0-unstable.
|
|
3
|
+
"version": "0.0.0-unstable.ecd8734205",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,24 +11,25 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "7.20.13",
|
|
13
13
|
"@emotion/core": "10.3.1",
|
|
14
|
-
"@webiny/app": "0.0.0-unstable.
|
|
15
|
-
"@webiny/app-admin": "0.0.0-unstable.
|
|
16
|
-
"@webiny/app-admin-rmwc": "0.0.0-unstable.
|
|
17
|
-
"@webiny/app-apw": "0.0.0-unstable.
|
|
18
|
-
"@webiny/app-file-manager": "0.0.0-unstable.
|
|
19
|
-
"@webiny/app-file-manager-s3": "0.0.0-unstable.
|
|
20
|
-
"@webiny/app-form-builder": "0.0.0-unstable.
|
|
21
|
-
"@webiny/app-graphql-playground": "0.0.0-unstable.
|
|
22
|
-
"@webiny/app-headless-cms": "0.0.0-unstable.
|
|
23
|
-
"@webiny/app-i18n": "0.0.0-unstable.
|
|
24
|
-
"@webiny/app-i18n-content": "0.0.0-unstable.
|
|
25
|
-
"@webiny/app-mailer": "0.0.0-unstable.
|
|
26
|
-
"@webiny/app-page-builder": "0.0.0-unstable.
|
|
27
|
-
"@webiny/app-security": "0.0.0-unstable.
|
|
28
|
-
"@webiny/app-security-access-management": "0.0.0-unstable.
|
|
29
|
-
"@webiny/app-tenancy": "0.0.0-unstable.
|
|
30
|
-
"@webiny/app-tenant-manager": "0.0.0-unstable.
|
|
31
|
-
"@webiny/
|
|
14
|
+
"@webiny/app": "0.0.0-unstable.ecd8734205",
|
|
15
|
+
"@webiny/app-admin": "0.0.0-unstable.ecd8734205",
|
|
16
|
+
"@webiny/app-admin-rmwc": "0.0.0-unstable.ecd8734205",
|
|
17
|
+
"@webiny/app-apw": "0.0.0-unstable.ecd8734205",
|
|
18
|
+
"@webiny/app-file-manager": "0.0.0-unstable.ecd8734205",
|
|
19
|
+
"@webiny/app-file-manager-s3": "0.0.0-unstable.ecd8734205",
|
|
20
|
+
"@webiny/app-form-builder": "0.0.0-unstable.ecd8734205",
|
|
21
|
+
"@webiny/app-graphql-playground": "0.0.0-unstable.ecd8734205",
|
|
22
|
+
"@webiny/app-headless-cms": "0.0.0-unstable.ecd8734205",
|
|
23
|
+
"@webiny/app-i18n": "0.0.0-unstable.ecd8734205",
|
|
24
|
+
"@webiny/app-i18n-content": "0.0.0-unstable.ecd8734205",
|
|
25
|
+
"@webiny/app-mailer": "0.0.0-unstable.ecd8734205",
|
|
26
|
+
"@webiny/app-page-builder": "0.0.0-unstable.ecd8734205",
|
|
27
|
+
"@webiny/app-security": "0.0.0-unstable.ecd8734205",
|
|
28
|
+
"@webiny/app-security-access-management": "0.0.0-unstable.ecd8734205",
|
|
29
|
+
"@webiny/app-tenancy": "0.0.0-unstable.ecd8734205",
|
|
30
|
+
"@webiny/app-tenant-manager": "0.0.0-unstable.ecd8734205",
|
|
31
|
+
"@webiny/lexical-editor-pb-element": "0.0.0-unstable.ecd8734205",
|
|
32
|
+
"@webiny/plugins": "0.0.0-unstable.ecd8734205",
|
|
32
33
|
"apollo-cache": "1.3.5",
|
|
33
34
|
"apollo-client": "2.6.10",
|
|
34
35
|
"apollo-link": "1.2.14",
|
|
@@ -43,8 +44,8 @@
|
|
|
43
44
|
"@babel/preset-env": "^7.19.4",
|
|
44
45
|
"@babel/preset-react": "^7.0.0",
|
|
45
46
|
"@babel/preset-typescript": "^7.18.6",
|
|
46
|
-
"@webiny/cli": "^0.0.0-unstable.
|
|
47
|
-
"@webiny/project-utils": "^0.0.0-unstable.
|
|
47
|
+
"@webiny/cli": "^0.0.0-unstable.ecd8734205",
|
|
48
|
+
"@webiny/project-utils": "^0.0.0-unstable.ecd8734205",
|
|
48
49
|
"babel-plugin-emotion": "^9.2.8",
|
|
49
50
|
"babel-plugin-named-asset-import": "^1.0.0-next.3e165448",
|
|
50
51
|
"rimraf": "^3.0.2",
|
|
@@ -64,5 +65,5 @@
|
|
|
64
65
|
"removeViewBox": false
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "ecd8734205e0e21ae04076c28ff9806dad07a730"
|
|
68
69
|
}
|