@webiny/app-headless-cms 5.40.5 → 5.40.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.
- package/HeadlessCMS.js +2 -1
- package/HeadlessCMS.js.map +1 -1
- package/admin/components/ContentEntryForm/ContentEntryForm.d.ts +6 -11
- package/admin/components/ContentEntryForm/ContentEntryForm.js +5 -6
- package/admin/components/ContentEntryForm/ContentEntryForm.js.map +1 -1
- package/admin/components/ContentEntryForm/ContentEntryFormPreview.js +6 -1
- package/admin/components/ContentEntryForm/ContentEntryFormPreview.js.map +1 -1
- package/admin/components/ContentEntryForm/ContentEntryFormProvider.d.ts +7 -2
- package/admin/components/ContentEntryForm/ContentEntryFormProvider.js +8 -42
- package/admin/components/ContentEntryForm/ContentEntryFormProvider.js.map +1 -1
- package/admin/components/ContentEntryForm/Header/DeleteEntry/DeleteEntry.js +1 -1
- package/admin/components/ContentEntryForm/Header/DeleteEntry/DeleteEntry.js.map +1 -1
- package/admin/components/ContentEntryForm/SingletonHeader/SaveAction.d.ts +2 -0
- package/admin/components/ContentEntryForm/SingletonHeader/SaveAction.js +24 -0
- package/admin/components/ContentEntryForm/SingletonHeader/SaveAction.js.map +1 -0
- package/admin/components/ContentEntryForm/SingletonHeader/SingletonHeader.d.ts +5 -0
- package/admin/components/ContentEntryForm/SingletonHeader/SingletonHeader.js +65 -0
- package/admin/components/ContentEntryForm/SingletonHeader/SingletonHeader.js.map +1 -0
- package/admin/components/ContentEntryForm/SingletonHeader/index.d.ts +1 -0
- package/admin/components/ContentEntryForm/SingletonHeader/index.js +18 -0
- package/admin/components/ContentEntryForm/SingletonHeader/index.js.map +1 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision/EntryRevisionDeletedSnackbarMessage.d.ts +8 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision/EntryRevisionDeletedSnackbarMessage.js +18 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision/EntryRevisionDeletedSnackbarMessage.js.map +1 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision.d.ts +2 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision.js +106 -0
- package/admin/components/Decorators/ShowConfirmationOnDeleteRevision.js.map +1 -0
- package/admin/contexts/Cms/index.d.ts +27 -5
- package/admin/contexts/Cms/index.js +136 -38
- package/admin/contexts/Cms/index.js.map +1 -1
- package/admin/hooks/usePersistEntry.d.ts +12 -0
- package/admin/hooks/usePersistEntry.js +48 -0
- package/admin/hooks/usePersistEntry.js.map +1 -0
- package/admin/plugins/fieldRenderers/ref/components/NewReferencedEntryDialog.js +11 -6
- package/admin/plugins/fieldRenderers/ref/components/NewReferencedEntryDialog.js.map +1 -1
- package/admin/plugins/fields/ref.js +7 -1
- package/admin/plugins/fields/ref.js.map +1 -1
- package/admin/views/contentEntries/ContentEntriesModule.js +2 -1
- package/admin/views/contentEntries/ContentEntriesModule.js.map +1 -1
- package/admin/views/contentEntries/ContentEntry/ContentEntryContext.d.ts +8 -0
- package/admin/views/contentEntries/ContentEntry/ContentEntryContext.js +51 -22
- package/admin/views/contentEntries/ContentEntry/ContentEntryContext.js.map +1 -1
- package/admin/views/contentEntries/ContentEntry/RevisionsList/PublishEntryRevisionListItem.js +1 -1
- package/admin/views/contentEntries/ContentEntry/RevisionsList/PublishEntryRevisionListItem.js.map +1 -1
- package/admin/views/contentEntries/ContentEntry/RevisionsList/RevisionListItem.js +6 -6
- package/admin/views/contentEntries/ContentEntry/RevisionsList/RevisionListItem.js.map +1 -1
- package/admin/views/contentEntries/ContentEntry/RevisionsList/useRevision.js +28 -22
- package/admin/views/contentEntries/ContentEntry/RevisionsList/useRevision.js.map +1 -1
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntry.d.ts +8 -0
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntry.js +66 -0
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntry.js.map +1 -0
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntryContext.d.ts +20 -0
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntryContext.js +75 -0
- package/admin/views/contentEntries/ContentEntry/SingletonContentEntryContext.js.map +1 -0
- package/admin/views/contentEntries/ContentEntry.js +11 -4
- package/admin/views/contentEntries/ContentEntry.js.map +1 -1
- package/admin/views/contentEntries/SingletonContentEntryModule.d.ts +2 -0
- package/admin/views/contentEntries/SingletonContentEntryModule.js +33 -0
- package/admin/views/contentEntries/SingletonContentEntryModule.js.map +1 -0
- package/admin/views/contentEntries/hooks/useSingletonContentEntry.d.ts +8 -0
- package/admin/views/contentEntries/hooks/useSingletonContentEntry.js +18 -0
- package/admin/views/contentEntries/hooks/useSingletonContentEntry.js.map +1 -0
- package/admin/views/contentModels/ContentModelsDataList.js +13 -4
- package/admin/views/contentModels/ContentModelsDataList.js.map +1 -1
- package/admin/views/contentModels/NewContentModelDialog.js +58 -21
- package/admin/views/contentModels/NewContentModelDialog.js.map +1 -1
- package/package.json +28 -28
|
@@ -7,6 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
});
|
|
8
8
|
exports.default = void 0;
|
|
9
9
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
10
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
|
10
11
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
11
12
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
12
13
|
var _react = _interopRequireWildcard(require("react"));
|
|
@@ -22,6 +23,7 @@ var _i18n = require("@webiny/app/i18n");
|
|
|
22
23
|
var _Button = require("@webiny/ui/Button");
|
|
23
24
|
var UID = _interopRequireWildcard(require("@webiny/ui/Dialog"));
|
|
24
25
|
var _Grid = require("@webiny/ui/Grid");
|
|
26
|
+
var _appHeadlessCmsCommon = require("@webiny/app-headless-cms-common");
|
|
25
27
|
var _cache = require("./cache");
|
|
26
28
|
var GQL = _interopRequireWildcard(require("../../viewsGraphql"));
|
|
27
29
|
var _Dialog2 = require("../../components/Dialog");
|
|
@@ -29,7 +31,8 @@ var _apiNameValidator = require("./helpers/apiNameValidator");
|
|
|
29
31
|
var _nameValidator = require("./helpers/nameValidator");
|
|
30
32
|
var _Checkbox = require("@webiny/ui/Checkbox");
|
|
31
33
|
var _IconPicker = require("../../components/IconPicker");
|
|
32
|
-
var
|
|
34
|
+
var _Switch = require("@webiny/ui/Switch");
|
|
35
|
+
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17;
|
|
33
36
|
var t = _i18n.i18n.ns("app-headless-cms/admin/views/content-models/new-content-model-dialog");
|
|
34
37
|
var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
35
38
|
var open = _ref.open,
|
|
@@ -104,32 +107,55 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
104
107
|
client: client,
|
|
105
108
|
models: models
|
|
106
109
|
}), [client, models]);
|
|
107
|
-
var group =
|
|
108
|
-
|
|
110
|
+
var group = (0, _react.useMemo)(function () {
|
|
111
|
+
if (!contentModelGroups.length) {
|
|
112
|
+
return undefined;
|
|
113
|
+
}
|
|
114
|
+
return contentModelGroups[0]?.value;
|
|
115
|
+
}, [contentModelGroups]);
|
|
116
|
+
var _onSubmit = (0, _react.useCallback)(async function (data) {
|
|
109
117
|
setLoading(true);
|
|
118
|
+
/**
|
|
119
|
+
* We need to make sure that tags are always an array.
|
|
120
|
+
* At the moment there is no tags on the CmsModelData type.
|
|
121
|
+
* If it is added at some point, the @ts-expect-error should be removed - it will cause TS error.
|
|
122
|
+
*/
|
|
123
|
+
// @ts-expect-error
|
|
124
|
+
var tags = Array.isArray(data.tags) ? data.tags : [];
|
|
125
|
+
/**
|
|
126
|
+
* If a model is a singleton, we add a special tag to it.
|
|
127
|
+
* + we need to put the pluralApiName to something that is not used.
|
|
128
|
+
*/
|
|
129
|
+
if (data.singleton) {
|
|
130
|
+
tags.push(_appHeadlessCmsCommon.CMS_MODEL_SINGLETON_TAG);
|
|
131
|
+
data.pluralApiName = "".concat(data.singularApiName, "Unused");
|
|
132
|
+
}
|
|
133
|
+
delete data.singleton;
|
|
110
134
|
await createContentModel({
|
|
111
135
|
variables: {
|
|
112
|
-
data: data
|
|
136
|
+
data: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, data), {}, {
|
|
137
|
+
tags: tags
|
|
138
|
+
})
|
|
113
139
|
}
|
|
114
140
|
});
|
|
115
|
-
};
|
|
141
|
+
}, [loading, createContentModel]);
|
|
116
142
|
return /*#__PURE__*/_react.default.createElement(_Dialog2.Dialog, {
|
|
117
143
|
open: open,
|
|
118
144
|
onClose: onClose,
|
|
119
145
|
"data-testid": "cms-new-content-model-modal"
|
|
120
146
|
}, open && /*#__PURE__*/_react.default.createElement(_form.Form, {
|
|
121
147
|
data: {
|
|
122
|
-
group: group
|
|
148
|
+
group: group,
|
|
149
|
+
singleton: false
|
|
123
150
|
},
|
|
124
151
|
onSubmit: function onSubmit(data) {
|
|
125
|
-
|
|
126
|
-
* We are positive that data is CmsModelData.
|
|
127
|
-
*/
|
|
152
|
+
console.log("submitting", data);
|
|
128
153
|
_onSubmit(data);
|
|
129
154
|
}
|
|
130
155
|
}, function (_ref3) {
|
|
131
156
|
var Bind = _ref3.Bind,
|
|
132
|
-
submit = _ref3.submit
|
|
157
|
+
submit = _ref3.submit,
|
|
158
|
+
data = _ref3.data;
|
|
133
159
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, loading && /*#__PURE__*/_react.default.createElement(_Progress.CircularProgress, {
|
|
134
160
|
label: "Creating content model..."
|
|
135
161
|
}), /*#__PURE__*/_react.default.createElement(UID.DialogTitle, null, t(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["New Content Model"])))), /*#__PURE__*/_react.default.createElement(UID.DialogContent, null, /*#__PURE__*/_react.default.createElement(_Grid.Grid, null, /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
@@ -152,12 +178,22 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
152
178
|
"data-testid": "cms.newcontentmodeldialog.singularApiName"
|
|
153
179
|
}))), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
154
180
|
span: 12
|
|
181
|
+
}, /*#__PURE__*/_react.default.createElement(Bind, {
|
|
182
|
+
name: "singleton",
|
|
183
|
+
defaultValue: false
|
|
184
|
+
}, /*#__PURE__*/_react.default.createElement(_Switch.Switch, {
|
|
185
|
+
description: t(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["Create a model that can hold only one entry. Cannot be changed later."]))),
|
|
186
|
+
label: t(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["Single entry model"]))),
|
|
187
|
+
"data-testid": "cms.newcontentmodeldialog.singleton"
|
|
188
|
+
}))), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
189
|
+
span: 12
|
|
155
190
|
}, /*#__PURE__*/_react.default.createElement(Bind, {
|
|
156
191
|
name: "pluralApiName",
|
|
157
|
-
validators: [_validation.validation.create("required,maxLength:100"), apiNameValidator]
|
|
192
|
+
validators: data.singleton ? [] : [_validation.validation.create("required,maxLength:100"), apiNameValidator]
|
|
158
193
|
}, /*#__PURE__*/_react.default.createElement(_Input.Input, {
|
|
159
|
-
|
|
160
|
-
|
|
194
|
+
disabled: data.singleton,
|
|
195
|
+
label: t(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["Plural API Name"]))),
|
|
196
|
+
description: t(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["The plural API name of the content model. For example: AuthorCategories."]))),
|
|
161
197
|
"data-testid": "cms.newcontentmodeldialog.pluralApiName"
|
|
162
198
|
}))), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
163
199
|
span: 12
|
|
@@ -165,8 +201,8 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
165
201
|
name: "group",
|
|
166
202
|
validators: _validation.validation.create("required")
|
|
167
203
|
}, /*#__PURE__*/_react.default.createElement(_Select.Select, {
|
|
168
|
-
description: t(
|
|
169
|
-
label: t(
|
|
204
|
+
description: t(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["Choose a content model group"]))),
|
|
205
|
+
label: t(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["Content model group"]))),
|
|
170
206
|
options: contentModelGroups,
|
|
171
207
|
"data-testid": "cms.newcontentmodeldialog.selectgroup"
|
|
172
208
|
}))), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
@@ -174,8 +210,8 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
174
210
|
}, /*#__PURE__*/_react.default.createElement(Bind, {
|
|
175
211
|
name: "icon"
|
|
176
212
|
}, /*#__PURE__*/_react.default.createElement(_IconPicker.IconPicker, {
|
|
177
|
-
label: t(
|
|
178
|
-
description: t(
|
|
213
|
+
label: t(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["Icon"]))),
|
|
214
|
+
description: t(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["Choose an icon to represent the model."])))
|
|
179
215
|
}))), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
180
216
|
span: 12
|
|
181
217
|
}, /*#__PURE__*/_react.default.createElement(Bind, {
|
|
@@ -185,7 +221,7 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
185
221
|
rows: 4,
|
|
186
222
|
maxLength: 200,
|
|
187
223
|
characterCount: true,
|
|
188
|
-
label: t(
|
|
224
|
+
label: t(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteral2.default)(["Description"]))),
|
|
189
225
|
"data-testid": "cms.newcontentmodeldialog.description"
|
|
190
226
|
}));
|
|
191
227
|
})), /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
|
|
@@ -194,14 +230,15 @@ var NewContentModelDialog = function NewContentModelDialog(_ref) {
|
|
|
194
230
|
name: "defaultFields",
|
|
195
231
|
defaultValue: true
|
|
196
232
|
}, /*#__PURE__*/_react.default.createElement(_Checkbox.Checkbox, {
|
|
197
|
-
description: t(
|
|
198
|
-
label: t(
|
|
233
|
+
description: t(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteral2.default)(["Create model with default title (text), description (long text) and image (file) fields"]))),
|
|
234
|
+
label: t(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteral2.default)(["Create model with default fields"]))),
|
|
199
235
|
"data-testid": "cms.newcontentmodeldialog.defaultfields"
|
|
200
236
|
}))))), /*#__PURE__*/_react.default.createElement(UID.DialogActions, null, /*#__PURE__*/_react.default.createElement(_Button.ButtonPrimary, {
|
|
201
237
|
onClick: function onClick(ev) {
|
|
238
|
+
console.log("submitting click", data);
|
|
202
239
|
submit(ev);
|
|
203
240
|
}
|
|
204
|
-
}, "+ ", t(
|
|
241
|
+
}, "+ ", t(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteral2.default)(["Create Model"]))))));
|
|
205
242
|
}));
|
|
206
243
|
};
|
|
207
244
|
var _default = exports.default = NewContentModelDialog;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactRouter","_form","_Input","_Select","_useSnackbar2","_Progress","_validation","_hooks","_i18n","_Button","UID","_Grid","_cache","GQL","_Dialog2","_apiNameValidator","_nameValidator","_Checkbox","_IconPicker","_templateObject","_templateObject2","_templateObject3","_templateObject4","_templateObject5","_templateObject6","_templateObject7","_templateObject8","_templateObject9","_templateObject10","_templateObject11","_templateObject12","_templateObject13","_templateObject14","_templateObject15","t","i18n","ns","NewContentModelDialog","_ref","open","onClose","_React$useState","React","useState","_React$useState2","_slicedToArray2","default","loading","setLoading","_useSnackbar","useSnackbar","showSnackbar","_useRouter","useRouter","history","client","useApolloClient","_useMutation","useMutation","CREATE_CONTENT_MODEL","onCompleted","data","_data$createContentMo","createContentModel","model","error","message","push","modelId","update","cache","_ref2","_data$createContentMo2","addModelToListCache","addModelToGroupCache","_useMutation2","listMenuGroupsQuery","useQuery","LIST_MENU_CONTENT_GROUPS_MODELS","skip","groups","useMemo","listContentModelGroups","contentModelGroups","map","item","value","id","label","name","models","reduce","collection","group","apply","_toConsumableArray2","contentModels","nameValidator","useCallback","createNameValidator","apiNameValidator","createApiNameValidator","length","onSubmit","variables","createElement","Dialog","Form","_ref3","Bind","submit","Fragment","CircularProgress","DialogTitle","_taggedTemplateLiteral2","DialogContent","Grid","Cell","span","validators","validation","create","Input","description","Select","options","IconPicker","props","Object","assign","rows","maxLength","characterCount","defaultValue","Checkbox","DialogActions","ButtonPrimary","onClick","ev","_default","exports"],"sources":["NewContentModelDialog.tsx"],"sourcesContent":["import React, { useCallback, useMemo } from \"react\";\nimport { useRouter } from \"@webiny/react-router\";\nimport { Form } from \"@webiny/form\";\nimport { Input } from \"@webiny/ui/Input\";\nimport { Select } from \"@webiny/ui/Select\";\nimport { useSnackbar } from \"@webiny/app-admin/hooks/useSnackbar\";\nimport { CircularProgress } from \"@webiny/ui/Progress\";\nimport { validation } from \"@webiny/validation\";\nimport { useQuery, useMutation, useApolloClient } from \"../../hooks\";\nimport { i18n } from \"@webiny/app/i18n\";\nimport { ButtonPrimary } from \"@webiny/ui/Button\";\nimport * as UID from \"@webiny/ui/Dialog\";\nimport { Grid, Cell } from \"@webiny/ui/Grid\";\nimport { addModelToGroupCache, addModelToListCache } from \"./cache\";\nimport * as GQL from \"../../viewsGraphql\";\nimport {\n CreateCmsModelMutationResponse,\n CreateCmsModelMutationVariables,\n ListMenuCmsGroupsQueryResponse\n} from \"../../viewsGraphql\";\nimport { CmsModel } from \"~/types\";\nimport { CmsGroupOption } from \"./types\";\nimport { Dialog } from \"~/admin/components/Dialog\";\nimport { createApiNameValidator } from \"~/admin/views/contentModels/helpers/apiNameValidator\";\nimport { createNameValidator } from \"~/admin/views/contentModels/helpers/nameValidator\";\nimport { Checkbox } from \"@webiny/ui/Checkbox\";\nimport { IconPicker } from \"~/admin/components/IconPicker\";\n\nconst t = i18n.ns(\"app-headless-cms/admin/views/content-models/new-content-model-dialog\");\n\nexport interface NewContentModelDialogProps {\n open: boolean;\n onClose: UID.DialogOnClose;\n}\n\ninterface CmsModelData {\n name: string;\n description: string;\n group: string;\n}\n\nconst NewContentModelDialog = ({ open, onClose }: NewContentModelDialogProps) => {\n const [loading, setLoading] = React.useState(false);\n const { showSnackbar } = useSnackbar();\n const { history } = useRouter();\n const client = useApolloClient();\n\n const [createContentModel] = useMutation<\n CreateCmsModelMutationResponse,\n CreateCmsModelMutationVariables\n >(GQL.CREATE_CONTENT_MODEL, {\n onCompleted(data) {\n setLoading(false);\n\n if (!data) {\n showSnackbar(\"Missing data on Create Content Model Mutation Response.\");\n return;\n }\n\n const { data: model, error } = data.createContentModel;\n\n if (error) {\n setLoading(false);\n showSnackbar(error.message);\n return;\n }\n\n history.push(\"/cms/content-models/\" + model.modelId);\n },\n update(cache, { data }) {\n if (!data) {\n return;\n }\n\n const { data: model, error } = data.createContentModel;\n\n if (error) {\n return;\n }\n\n addModelToListCache(cache, model);\n addModelToGroupCache(cache, model);\n }\n });\n\n const listMenuGroupsQuery = useQuery<ListMenuCmsGroupsQueryResponse>(\n GQL.LIST_MENU_CONTENT_GROUPS_MODELS,\n {\n skip: !open\n }\n );\n\n const groups = useMemo(() => {\n return listMenuGroupsQuery.data?.listContentModelGroups?.data || [];\n }, [listMenuGroupsQuery.data]);\n\n const contentModelGroups = useMemo(() => {\n return groups.map((item): CmsGroupOption => {\n return {\n value: item.id,\n label: item.name\n };\n });\n }, [groups]);\n\n const models = useMemo(() => {\n return groups.reduce<CmsModel[]>((collection, group) => {\n collection.push(...group.contentModels);\n return collection;\n }, []);\n }, [groups]);\n\n const nameValidator = useCallback(createNameValidator({ models }), [models]);\n\n const apiNameValidator = useCallback(createApiNameValidator({ client, models }), [\n client,\n models\n ]);\n\n const group = contentModelGroups.length > 0 ? contentModelGroups[0].value : null;\n\n const onSubmit = async (data: CmsModelData) => {\n setLoading(true);\n await createContentModel({\n variables: { data }\n });\n };\n\n return (\n <Dialog open={open} onClose={onClose} data-testid=\"cms-new-content-model-modal\">\n {open && (\n <Form\n data={{ group }}\n onSubmit={data => {\n /**\n * We are positive that data is CmsModelData.\n */\n onSubmit(data as unknown as CmsModelData);\n }}\n >\n {({ Bind, submit }) => (\n <>\n {loading && <CircularProgress label={\"Creating content model...\"} />}\n <UID.DialogTitle>{t`New Content Model`}</UID.DialogTitle>\n <UID.DialogContent>\n <Grid>\n <Cell span={12}>\n <Bind\n name={\"name\"}\n validators={[\n validation.create(\"required,maxLength:100\"),\n nameValidator\n ]}\n >\n <Input\n label={t`Name`}\n description={t`The name of the content model. Use the singular form, e.g. Author Category, not Author Categories.`}\n data-testid=\"cms.newcontentmodeldialog.name\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"singularApiName\"}\n validators={[\n validation.create(\"required,maxLength:100\"),\n apiNameValidator\n ]}\n >\n <Input\n label={t`Singular API Name`}\n description={t`The API name of the content model. For example: AuthorCategory.`}\n data-testid=\"cms.newcontentmodeldialog.singularApiName\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"pluralApiName\"}\n validators={[\n validation.create(\"required,maxLength:100\"),\n apiNameValidator\n ]}\n >\n <Input\n label={t`Plural API Name`}\n description={t`The plural API name of the content model. For example: AuthorCategories.`}\n data-testid=\"cms.newcontentmodeldialog.pluralApiName\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"group\"}\n validators={validation.create(\"required\")}\n >\n <Select\n description={t`Choose a content model group`}\n label={t`Content model group`}\n options={contentModelGroups}\n data-testid=\"cms.newcontentmodeldialog.selectgroup\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name=\"icon\">\n <IconPicker\n label={t`Icon`}\n description={t`Choose an icon to represent the model.`}\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name=\"description\">\n {props => (\n <Input\n {...props}\n rows={4}\n maxLength={200}\n characterCount\n label={t`Description`}\n data-testid=\"cms.newcontentmodeldialog.description\"\n />\n )}\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name={\"defaultFields\"} defaultValue={true}>\n <Checkbox\n description={t`Create model with default title (text), description (long text) and image (file) fields`}\n label={t`Create model with default fields`}\n data-testid=\"cms.newcontentmodeldialog.defaultfields\"\n />\n </Bind>\n </Cell>\n </Grid>\n </UID.DialogContent>\n <UID.DialogActions>\n <ButtonPrimary\n onClick={ev => {\n submit(ev);\n }}\n >\n + {t`Create Model`}\n </ButtonPrimary>\n </UID.DialogActions>\n </>\n )}\n </Form>\n )}\n </Dialog>\n );\n};\n\nexport default NewContentModelDialog;\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactRouter","_form","_Input","_Select","_useSnackbar2","_Progress","_validation","_hooks","_i18n","_Button","UID","_Grid","_appHeadlessCmsCommon","_cache","GQL","_Dialog2","_apiNameValidator","_nameValidator","_Checkbox","_IconPicker","_Switch","_templateObject","_templateObject2","_templateObject3","_templateObject4","_templateObject5","_templateObject6","_templateObject7","_templateObject8","_templateObject9","_templateObject10","_templateObject11","_templateObject12","_templateObject13","_templateObject14","_templateObject15","_templateObject16","_templateObject17","t","i18n","ns","NewContentModelDialog","_ref","open","onClose","_React$useState","React","useState","_React$useState2","_slicedToArray2","default","loading","setLoading","_useSnackbar","useSnackbar","showSnackbar","_useRouter","useRouter","history","client","useApolloClient","_useMutation","useMutation","CREATE_CONTENT_MODEL","onCompleted","data","_data$createContentMo","createContentModel","model","error","message","push","modelId","update","cache","_ref2","_data$createContentMo2","addModelToListCache","addModelToGroupCache","_useMutation2","listMenuGroupsQuery","useQuery","LIST_MENU_CONTENT_GROUPS_MODELS","skip","groups","useMemo","listContentModelGroups","contentModelGroups","map","item","value","id","label","name","models","reduce","collection","group","apply","_toConsumableArray2","contentModels","nameValidator","useCallback","createNameValidator","apiNameValidator","createApiNameValidator","length","undefined","onSubmit","tags","Array","isArray","singleton","CMS_MODEL_SINGLETON_TAG","pluralApiName","concat","singularApiName","variables","_objectSpread2","createElement","Dialog","Form","console","log","_ref3","Bind","submit","Fragment","CircularProgress","DialogTitle","_taggedTemplateLiteral2","DialogContent","Grid","Cell","span","validators","validation","create","Input","description","defaultValue","Switch","disabled","Select","options","IconPicker","props","Object","assign","rows","maxLength","characterCount","Checkbox","DialogActions","ButtonPrimary","onClick","ev","_default","exports"],"sources":["NewContentModelDialog.tsx"],"sourcesContent":["import React, { useCallback, useMemo } from \"react\";\nimport { useRouter } from \"@webiny/react-router\";\nimport { Form } from \"@webiny/form\";\nimport { Input } from \"@webiny/ui/Input\";\nimport { Select } from \"@webiny/ui/Select\";\nimport { useSnackbar } from \"@webiny/app-admin/hooks/useSnackbar\";\nimport { CircularProgress } from \"@webiny/ui/Progress\";\nimport { validation } from \"@webiny/validation\";\nimport { useApolloClient, useMutation, useQuery } from \"../../hooks\";\nimport { i18n } from \"@webiny/app/i18n\";\nimport { ButtonPrimary } from \"@webiny/ui/Button\";\nimport * as UID from \"@webiny/ui/Dialog\";\nimport { Cell, Grid } from \"@webiny/ui/Grid\";\nimport { CMS_MODEL_SINGLETON_TAG } from \"@webiny/app-headless-cms-common\";\nimport { addModelToGroupCache, addModelToListCache } from \"./cache\";\nimport * as GQL from \"../../viewsGraphql\";\nimport {\n CreateCmsModelMutationResponse,\n CreateCmsModelMutationVariables,\n ListMenuCmsGroupsQueryResponse\n} from \"../../viewsGraphql\";\nimport { CmsModel } from \"~/types\";\nimport { CmsGroupOption } from \"./types\";\nimport { Dialog } from \"~/admin/components/Dialog\";\nimport { createApiNameValidator } from \"~/admin/views/contentModels/helpers/apiNameValidator\";\nimport { createNameValidator } from \"~/admin/views/contentModels/helpers/nameValidator\";\nimport { Checkbox } from \"@webiny/ui/Checkbox\";\nimport { IconPicker } from \"~/admin/components/IconPicker\";\nimport { Switch } from \"@webiny/ui/Switch\";\n\nconst t = i18n.ns(\"app-headless-cms/admin/views/content-models/new-content-model-dialog\");\n\nexport interface NewContentModelDialogProps {\n open: boolean;\n onClose: UID.DialogOnClose;\n}\n\ninterface CmsModelData {\n name: string;\n description: string;\n group: string;\n singleton?: boolean;\n singularApiName: string;\n pluralApiName: string;\n defaultFields: boolean;\n}\n\nconst NewContentModelDialog = ({ open, onClose }: NewContentModelDialogProps) => {\n const [loading, setLoading] = React.useState(false);\n const { showSnackbar } = useSnackbar();\n const { history } = useRouter();\n const client = useApolloClient();\n\n const [createContentModel] = useMutation<\n CreateCmsModelMutationResponse,\n CreateCmsModelMutationVariables\n >(GQL.CREATE_CONTENT_MODEL, {\n onCompleted(data) {\n setLoading(false);\n\n if (!data) {\n showSnackbar(\"Missing data on Create Content Model Mutation Response.\");\n return;\n }\n\n const { data: model, error } = data.createContentModel;\n\n if (error) {\n setLoading(false);\n showSnackbar(error.message);\n return;\n }\n\n history.push(\"/cms/content-models/\" + model.modelId);\n },\n update(cache, { data }) {\n if (!data) {\n return;\n }\n\n const { data: model, error } = data.createContentModel;\n\n if (error) {\n return;\n }\n\n addModelToListCache(cache, model);\n addModelToGroupCache(cache, model);\n }\n });\n\n const listMenuGroupsQuery = useQuery<ListMenuCmsGroupsQueryResponse>(\n GQL.LIST_MENU_CONTENT_GROUPS_MODELS,\n {\n skip: !open\n }\n );\n\n const groups = useMemo(() => {\n return listMenuGroupsQuery.data?.listContentModelGroups?.data || [];\n }, [listMenuGroupsQuery.data]);\n\n const contentModelGroups = useMemo(() => {\n return groups.map((item): CmsGroupOption => {\n return {\n value: item.id,\n label: item.name\n };\n });\n }, [groups]);\n\n const models = useMemo(() => {\n return groups.reduce<CmsModel[]>((collection, group) => {\n collection.push(...group.contentModels);\n return collection;\n }, []);\n }, [groups]);\n\n const nameValidator = useCallback(createNameValidator({ models }), [models]);\n\n const apiNameValidator = useCallback(createApiNameValidator({ client, models }), [\n client,\n models\n ]);\n\n const group = useMemo<string | undefined>(() => {\n if (!contentModelGroups.length) {\n return undefined;\n }\n return contentModelGroups[0]?.value;\n }, [contentModelGroups]);\n\n const onSubmit = useCallback(\n async (data: CmsModelData) => {\n setLoading(true);\n /**\n * We need to make sure that tags are always an array.\n * At the moment there is no tags on the CmsModelData type.\n * If it is added at some point, the @ts-expect-error should be removed - it will cause TS error.\n */\n // @ts-expect-error\n const tags: string[] = Array.isArray(data.tags) ? data.tags : [];\n /**\n * If a model is a singleton, we add a special tag to it.\n * + we need to put the pluralApiName to something that is not used.\n */\n if (data.singleton) {\n tags.push(CMS_MODEL_SINGLETON_TAG);\n data.pluralApiName = `${data.singularApiName}Unused`;\n }\n delete data.singleton;\n await createContentModel({\n variables: {\n data: {\n ...data,\n tags\n }\n }\n });\n },\n [loading, createContentModel]\n );\n\n return (\n <Dialog open={open} onClose={onClose} data-testid=\"cms-new-content-model-modal\">\n {open && (\n <Form<CmsModelData>\n data={{ group, singleton: false }}\n onSubmit={data => {\n console.log(\"submitting\", data);\n onSubmit(data);\n }}\n >\n {({ Bind, submit, data }) => {\n return (\n <>\n {loading && (\n <CircularProgress label={\"Creating content model...\"} />\n )}\n <UID.DialogTitle>{t`New Content Model`}</UID.DialogTitle>\n <UID.DialogContent>\n <Grid>\n <Cell span={12}>\n <Bind\n name={\"name\"}\n validators={[\n validation.create(\"required,maxLength:100\"),\n nameValidator\n ]}\n >\n <Input\n label={t`Name`}\n description={t`The name of the content model. Use the singular form, e.g. Author Category, not Author Categories.`}\n data-testid=\"cms.newcontentmodeldialog.name\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"singularApiName\"}\n validators={[\n validation.create(\"required,maxLength:100\"),\n apiNameValidator\n ]}\n >\n <Input\n label={t`Singular API Name`}\n description={t`The API name of the content model. For example: AuthorCategory.`}\n data-testid=\"cms.newcontentmodeldialog.singularApiName\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name={\"singleton\"} defaultValue={false}>\n <Switch\n description={t`Create a model that can hold only one entry. Cannot be changed later.`}\n label={t`Single entry model`}\n data-testid=\"cms.newcontentmodeldialog.singleton\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"pluralApiName\"}\n validators={\n data.singleton\n ? []\n : [\n validation.create(\n \"required,maxLength:100\"\n ),\n apiNameValidator\n ]\n }\n >\n <Input\n disabled={data.singleton}\n label={t`Plural API Name`}\n description={t`The plural API name of the content model. For example: AuthorCategories.`}\n data-testid=\"cms.newcontentmodeldialog.pluralApiName\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind\n name={\"group\"}\n validators={validation.create(\"required\")}\n >\n <Select\n description={t`Choose a content model group`}\n label={t`Content model group`}\n options={contentModelGroups}\n data-testid=\"cms.newcontentmodeldialog.selectgroup\"\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name=\"icon\">\n <IconPicker\n label={t`Icon`}\n description={t`Choose an icon to represent the model.`}\n />\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name=\"description\">\n {props => (\n <Input\n {...props}\n rows={4}\n maxLength={200}\n characterCount\n label={t`Description`}\n data-testid=\"cms.newcontentmodeldialog.description\"\n />\n )}\n </Bind>\n </Cell>\n <Cell span={12}>\n <Bind name={\"defaultFields\"} defaultValue={true}>\n <Checkbox\n description={t`Create model with default title (text), description (long text) and image (file) fields`}\n label={t`Create model with default fields`}\n data-testid=\"cms.newcontentmodeldialog.defaultfields\"\n />\n </Bind>\n </Cell>\n </Grid>\n </UID.DialogContent>\n <UID.DialogActions>\n <ButtonPrimary\n onClick={ev => {\n console.log(\"submitting click\", data);\n submit(ev);\n }}\n >\n + {t`Create Model`}\n </ButtonPrimary>\n </UID.DialogActions>\n </>\n );\n }}\n </Form>\n )}\n </Dialog>\n );\n};\n\nexport default NewContentModelDialog;\n"],"mappings":"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","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-headless-cms",
|
|
3
|
-
"version": "5.40.
|
|
3
|
+
"version": "5.40.6-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,30 +28,30 @@
|
|
|
28
28
|
"@material-design-icons/svg": "0.14.13",
|
|
29
29
|
"@svgr/webpack": "6.5.1",
|
|
30
30
|
"@types/react": "18.2.79",
|
|
31
|
-
"@webiny/app": "5.40.
|
|
32
|
-
"@webiny/app-aco": "5.40.
|
|
33
|
-
"@webiny/app-admin": "5.40.
|
|
34
|
-
"@webiny/app-graphql-playground": "5.40.
|
|
35
|
-
"@webiny/app-headless-cms-common": "5.40.
|
|
36
|
-
"@webiny/app-i18n": "5.40.
|
|
37
|
-
"@webiny/app-plugin-admin-welcome-screen": "5.40.
|
|
38
|
-
"@webiny/app-security": "5.40.
|
|
39
|
-
"@webiny/app-tenancy": "5.40.
|
|
40
|
-
"@webiny/app-trash-bin": "5.40.
|
|
41
|
-
"@webiny/error": "5.40.
|
|
42
|
-
"@webiny/feature-flags": "5.40.
|
|
43
|
-
"@webiny/form": "5.40.
|
|
44
|
-
"@webiny/lexical-editor": "5.40.
|
|
45
|
-
"@webiny/lexical-nodes": "5.40.
|
|
46
|
-
"@webiny/lexical-theme": "5.40.
|
|
47
|
-
"@webiny/plugins": "5.40.
|
|
48
|
-
"@webiny/react-composition": "5.40.
|
|
49
|
-
"@webiny/react-properties": "5.40.
|
|
50
|
-
"@webiny/react-router": "5.40.
|
|
51
|
-
"@webiny/theme": "5.40.
|
|
52
|
-
"@webiny/ui": "5.40.
|
|
53
|
-
"@webiny/utils": "5.40.
|
|
54
|
-
"@webiny/validation": "5.40.
|
|
31
|
+
"@webiny/app": "5.40.6-beta.0",
|
|
32
|
+
"@webiny/app-aco": "5.40.6-beta.0",
|
|
33
|
+
"@webiny/app-admin": "5.40.6-beta.0",
|
|
34
|
+
"@webiny/app-graphql-playground": "5.40.6-beta.0",
|
|
35
|
+
"@webiny/app-headless-cms-common": "5.40.6-beta.0",
|
|
36
|
+
"@webiny/app-i18n": "5.40.6-beta.0",
|
|
37
|
+
"@webiny/app-plugin-admin-welcome-screen": "5.40.6-beta.0",
|
|
38
|
+
"@webiny/app-security": "5.40.6-beta.0",
|
|
39
|
+
"@webiny/app-tenancy": "5.40.6-beta.0",
|
|
40
|
+
"@webiny/app-trash-bin": "5.40.6-beta.0",
|
|
41
|
+
"@webiny/error": "5.40.6-beta.0",
|
|
42
|
+
"@webiny/feature-flags": "5.40.6-beta.0",
|
|
43
|
+
"@webiny/form": "5.40.6-beta.0",
|
|
44
|
+
"@webiny/lexical-editor": "5.40.6-beta.0",
|
|
45
|
+
"@webiny/lexical-nodes": "5.40.6-beta.0",
|
|
46
|
+
"@webiny/lexical-theme": "5.40.6-beta.0",
|
|
47
|
+
"@webiny/plugins": "5.40.6-beta.0",
|
|
48
|
+
"@webiny/react-composition": "5.40.6-beta.0",
|
|
49
|
+
"@webiny/react-properties": "5.40.6-beta.0",
|
|
50
|
+
"@webiny/react-router": "5.40.6-beta.0",
|
|
51
|
+
"@webiny/theme": "5.40.6-beta.0",
|
|
52
|
+
"@webiny/ui": "5.40.6-beta.0",
|
|
53
|
+
"@webiny/utils": "5.40.6-beta.0",
|
|
54
|
+
"@webiny/validation": "5.40.6-beta.0",
|
|
55
55
|
"apollo-cache": "1.3.5",
|
|
56
56
|
"apollo-client": "2.6.10",
|
|
57
57
|
"apollo-link": "1.2.14",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"@babel/preset-react": "7.24.1",
|
|
86
86
|
"@babel/preset-typescript": "7.24.1",
|
|
87
87
|
"@emotion/babel-plugin": "11.11.0",
|
|
88
|
-
"@webiny/cli": "5.40.
|
|
89
|
-
"@webiny/project-utils": "5.40.
|
|
88
|
+
"@webiny/cli": "5.40.6-beta.0",
|
|
89
|
+
"@webiny/project-utils": "5.40.6-beta.0",
|
|
90
90
|
"babel-plugin-module-resolver": "5.0.0",
|
|
91
91
|
"rimraf": "5.0.5",
|
|
92
92
|
"ttypescript": "1.5.15",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
]
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "c0bf7d9bfe72b0689b29c84506f3168515a78517"
|
|
119
119
|
}
|