@uxf/cms 11.52.1 → 11.52.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,11 +39,11 @@ var TabName;
|
|
39
39
|
TabName["Seo"] = "seo";
|
40
40
|
})(TabName || (TabName = {}));
|
41
41
|
function ContentBuilder(props) {
|
42
|
-
var _a;
|
42
|
+
var _a, _b;
|
43
43
|
const generatedId = (0, react_1.useId)();
|
44
44
|
const [activeTab, setActiveTab] = (0, react_1.useState)(TabName.Basic);
|
45
45
|
return (react_1.default.createElement(content_builder_root_1.ContentBuilderRoot, { formApi: props.formApi, id: (_a = props.id) !== null && _a !== void 0 ? _a : generatedId, onSubmit: props.onSubmit },
|
46
|
-
react_1.default.createElement(content_builder_header_1.ContentBuilderHeader, { title: "
|
46
|
+
react_1.default.createElement(content_builder_header_1.ContentBuilderHeader, { title: (_b = props.title) !== null && _b !== void 0 ? _b : "Článek knihovny" }),
|
47
47
|
react_1.default.createElement(content_builder_body_1.ContentBuilderBody, null,
|
48
48
|
react_1.default.createElement(content_builder_1.ContentField, { contentComponents: props.ContentComponents, control: props.formApi.control, name: "content" }),
|
49
49
|
react_1.default.createElement(content_builder_sidebar_1.ContentBuilderSidebar, { title: "Nastaven\u00ED" },
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uxf/cms",
|
3
|
-
"version": "11.52.
|
3
|
+
"version": "11.52.2",
|
4
4
|
"description": "UXF Cms",
|
5
5
|
"author": "UXFans <dev@uxf.cz>",
|
6
6
|
"homepage": "https://gitlab.com/uxf-npm/cms#readme",
|
@@ -30,13 +30,13 @@
|
|
30
30
|
"@dnd-kit/utilities": "3.2.2",
|
31
31
|
"@floating-ui/react": "0.26.28",
|
32
32
|
"@redux-devtools/extension": "3.3.0",
|
33
|
-
"@uxf/core": "11.52.
|
34
|
-
"@uxf/core-react": "11.52.
|
35
|
-
"@uxf/data-grid": "11.52.
|
36
|
-
"@uxf/form": "11.52.
|
33
|
+
"@uxf/core": "11.52.2",
|
34
|
+
"@uxf/core-react": "11.52.2",
|
35
|
+
"@uxf/data-grid": "11.52.2",
|
36
|
+
"@uxf/form": "11.52.2",
|
37
37
|
"@uxf/router": "11.49.1",
|
38
|
-
"@uxf/ui": "11.52.
|
39
|
-
"@uxf/wysiwyg": "11.52.
|
38
|
+
"@uxf/ui": "11.52.2",
|
39
|
+
"@uxf/wysiwyg": "11.52.2",
|
40
40
|
"axios": "1.7.5",
|
41
41
|
"axios-hooks": "5.0.2",
|
42
42
|
"es6-error": "4.1.1",
|