@flozy/editor 10.2.3 → 10.2.5
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/dist/Editor/ChatEditor.js +16 -17
- package/dist/Editor/CommonEditor.js +24 -128
- package/dist/Editor/DialogWrapper.js +25 -31
- package/dist/Editor/Editor.css +8 -46
- package/dist/Editor/Elements/AI/PopoverAIInput.js +3 -11
- package/dist/Editor/Elements/Accordion/Accordion.js +2 -6
- package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
- package/dist/Editor/Elements/Button/EditorButton.js +9 -25
- package/dist/Editor/Elements/Carousel/CarouselItem.js +1 -2
- package/dist/Editor/Elements/Color Picker/ColorButtons.js +14 -61
- package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
- package/dist/Editor/Elements/Color Picker/ColorPicker.js +7 -10
- package/dist/Editor/Elements/Color Picker/Styles.js +13 -15
- package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +2 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +6 -21
- package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +2 -5
- package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +2 -3
- package/dist/Editor/Elements/DataView/Layouts/Options/index.js +0 -11
- package/dist/Editor/Elements/DataView/Layouts/ViewData.js +4 -8
- package/dist/Editor/Elements/Embed/Image.js +2 -3
- package/dist/Editor/Elements/Embed/Video.js +1 -1
- package/dist/Editor/Elements/EmbedScript/Code.js +2 -14
- package/dist/Editor/Elements/EmbedScript/EmbedScriptPopup.js +28 -57
- package/dist/Editor/Elements/Form/Form.js +168 -181
- package/dist/Editor/Elements/Form/FormElements/FormText.js +6 -23
- package/dist/Editor/Elements/Form/FormElements/FormTextArea.js +2 -3
- package/dist/Editor/Elements/Form/FormField.js +6 -13
- package/dist/Editor/Elements/Form/Workflow/Styles.js +22 -24
- package/dist/Editor/Elements/FreeGrid/FreeGrid.js +31 -36
- package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +4 -7
- package/dist/Editor/Elements/FreeGrid/Options/More.js +8 -8
- package/dist/Editor/Elements/FreeGrid/styles.js +7 -75
- package/dist/Editor/Elements/Grid/Grid.js +2 -14
- package/dist/Editor/Elements/Grid/GridItem.js +1 -1
- package/dist/Editor/Elements/List/CheckList.js +2 -3
- package/dist/Editor/Elements/Search/SearchAttachment.js +9 -40
- package/dist/Editor/Elements/Search/SearchButton.js +8 -9
- package/dist/Editor/Elements/Search/SearchList.js +7 -9
- package/dist/Editor/Elements/Signature/Signature.css +1 -2
- package/dist/Editor/Elements/Signature/SignatureOptions/DrawSignature.js +5 -18
- package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +3 -16
- package/dist/Editor/Elements/SimpleText/index.js +1 -6
- package/dist/Editor/Elements/SimpleText/style.js +2 -2
- package/dist/Editor/Elements/Table/DragButton.js +1 -0
- package/dist/Editor/Elements/Table/Draggable.js +2 -6
- package/dist/Editor/Elements/Table/Styles.js +0 -7
- package/dist/Editor/Elements/Table/Table.js +3 -3
- package/dist/Editor/Elements/Table/TableCell.js +5 -24
- package/dist/Editor/Elements/Title/title.js +6 -6
- package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
- package/dist/Editor/MiniEditor.js +1 -2
- package/dist/Editor/Styles/EditorStyles.js +5 -5
- package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
- package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +3 -4
- package/dist/Editor/Toolbar/FormatTools/MarkButton.js +2 -2
- package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -10
- package/dist/Editor/Toolbar/Mini/MiniToolbar.js +1 -2
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +2 -4
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +13 -6
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +42 -167
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +4 -7
- package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +1 -2
- package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +12 -72
- package/dist/Editor/Toolbar/PopupTool/TextFormat.js +27 -100
- package/dist/Editor/Toolbar/PopupTool/index.js +1 -1
- package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
- package/dist/Editor/assets/svg/SettingsIcon.js +0 -1
- package/dist/Editor/common/ColorPickerButton.js +16 -38
- package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
- package/dist/Editor/common/FontLoader/FontLoader.js +15 -31
- package/dist/Editor/common/Icon.js +1 -31
- package/dist/Editor/common/ImageSelector/Styles.js +9 -3
- package/dist/Editor/common/LinkSettings/NavComponents.js +8 -34
- package/dist/Editor/common/LinkSettings/index.js +68 -84
- package/dist/Editor/common/LinkSettings/style.js +30 -245
- package/dist/Editor/common/RnD/ElementOptions/Actions.js +14 -13
- package/dist/Editor/common/RnD/ElementOptions/Icons/LinkIcon.js +0 -1
- package/dist/Editor/common/RnD/ElementOptions/index.js +2 -2
- package/dist/Editor/common/RnD/ElementOptions/styles.js +1 -28
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +5 -6
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Signature.js +3 -4
- package/dist/Editor/common/RnD/ElementSettings/Settings/AppHeaderSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/BoxSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/ButtonSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/CodeSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +2 -4
- package/dist/Editor/common/RnD/ElementSettings/Settings/ImageSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/TableSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/TextSettings.js +1 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/styles.js +12 -147
- package/dist/Editor/common/RnD/OptionsPopup/index.js +5 -8
- package/dist/Editor/common/RnD/OptionsPopup/style.js +19 -121
- package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +5 -8
- package/dist/Editor/common/RnD/Theme/ViewportStimulator.js +3 -6
- package/dist/Editor/common/RnD/Utils/gridDropItem.js +19 -28
- package/dist/Editor/common/RnD/Utils/index.js +1 -3
- package/dist/Editor/common/RnD/VirtualElement/VirtualTextElement.js +54 -48
- package/dist/Editor/common/RnD/VirtualElement/helper.js +131 -143
- package/dist/Editor/common/RnD/VirtualElement/styles.js +0 -16
- package/dist/Editor/common/RnD/index.js +11 -6
- package/dist/Editor/common/Select/index.js +0 -2
- package/dist/Editor/common/Shorthands/elements.js +11 -65
- package/dist/Editor/common/StyleBuilder/buttonStyle.js +2 -4
- package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +0 -5
- package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +2 -12
- package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +7 -15
- package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +8 -16
- package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +10 -36
- package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +7 -16
- package/dist/Editor/common/StyleBuilder/fieldTypes/lineSpacing.js +6 -7
- package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +6 -13
- package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +7 -15
- package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +7 -5
- package/dist/Editor/common/Uploader.js +0 -8
- package/dist/Editor/common/iconListV2.js +6 -156
- package/dist/Editor/common/iconslist.js +0 -24
- package/dist/Editor/commonStyle.js +62 -168
- package/dist/Editor/helper/index.js +0 -4
- package/dist/Editor/helper/theme.js +2 -203
- package/dist/Editor/hooks/useMouseMove.js +5 -8
- package/dist/Editor/hooks/useTable.js +4 -5
- package/dist/Editor/plugins/withEmbeds.js +1 -1
- package/dist/Editor/plugins/withHTML.js +1 -3
- package/dist/Editor/plugins/withTable.js +1 -1
- package/dist/Editor/theme/ThemeList.js +173 -50
- package/dist/Editor/utils/SlateUtilityFunctions.js +45 -169
- package/dist/Editor/utils/accordion.js +4 -14
- package/dist/Editor/utils/button.js +17 -1
- package/dist/Editor/utils/customHooks/useTableResize.js +9 -49
- package/dist/Editor/utils/draftToSlate.js +2 -3
- package/dist/Editor/utils/events.js +6 -50
- package/dist/Editor/utils/font.js +37 -40
- package/dist/Editor/utils/form.js +4 -4
- package/dist/Editor/utils/formfield.js +2 -8
- package/dist/Editor/utils/helper.js +19 -109
- package/dist/Editor/utils/signature.js +9 -2
- package/package.json +4 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +0 -454
- package/dist/Editor/Elements/EmbedScript/styles.js +0 -89
- package/dist/Editor/Elements/FreeGrid/helper.js +0 -113
- package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -439
- package/dist/Editor/assets/svg/BackIcon.js +0 -18
- package/dist/Editor/assets/svg/ClearAllRounded.js +0 -31
- package/dist/Editor/assets/svg/ResetIconNew.js +0 -23
- package/dist/Editor/assets/svg/ThemeIcons.js +0 -293
- package/dist/Editor/common/CustomColorPicker/index.js +0 -130
- package/dist/Editor/common/CustomColorPicker/style.js +0 -53
- package/dist/Editor/common/CustomDialog2/index.js +0 -94
- package/dist/Editor/common/CustomDialog2/style.js +0 -67
- package/dist/Editor/common/CustomSelect.js +0 -43
- package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
- package/dist/Editor/common/SnackBar/index.js +0 -43
- package/dist/Editor/helper/textIndeces.js +0 -58
- package/dist/Editor/hooks/useEditorTheme.js +0 -153
- package/dist/Editor/hooks/useThemeValues.js +0 -63
- package/dist/Editor/theme/index.js +0 -149
- package/dist/Editor/themeSettings/ActiveTheme.js +0 -82
- package/dist/Editor/themeSettings/buttons/index.js +0 -300
- package/dist/Editor/themeSettings/buttons/style.js +0 -23
- package/dist/Editor/themeSettings/colorTheme/index.js +0 -310
- package/dist/Editor/themeSettings/colorTheme/style.js +0 -81
- package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
- package/dist/Editor/themeSettings/fonts/index.js +0 -240
- package/dist/Editor/themeSettings/fonts/style.js +0 -62
- package/dist/Editor/themeSettings/icons.js +0 -60
- package/dist/Editor/themeSettings/index.js +0 -361
- package/dist/Editor/themeSettings/style.js +0 -299
- package/dist/Editor/themeSettingsAI/icons.js +0 -96
- package/dist/Editor/themeSettingsAI/index.js +0 -355
- package/dist/Editor/themeSettingsAI/saveTheme.js +0 -202
- package/dist/Editor/themeSettingsAI/style.js +0 -332
@@ -1,18 +1,19 @@
|
|
1
1
|
import { Button, IconButton } from "@mui/material";
|
2
|
-
import
|
2
|
+
import CloseIcon from "@mui/icons-material/Close";
|
3
3
|
import AutoAwesomeIcon from "@mui/icons-material/AutoAwesome";
|
4
|
+
import SettingsIcon from "@mui/icons-material/Settings";
|
5
|
+
import EditIcon from "@mui/icons-material/Edit";
|
4
6
|
import DragIndicatorIcon from "@mui/icons-material/DragIndicator";
|
5
7
|
import MoreVertIcon from "@mui/icons-material/MoreVert";
|
6
|
-
import
|
7
|
-
import
|
8
|
-
import
|
8
|
+
import AddIcon from "@mui/icons-material/Add";
|
9
|
+
import ArrowUpwardIcon from "@mui/icons-material/ArrowUpward";
|
10
|
+
import ArrowDownwardIcon from "@mui/icons-material/ArrowDownward";
|
9
11
|
import SaveIcon from "@mui/icons-material/Save";
|
10
12
|
import LinkIcon from "./Icons/LinkIcon";
|
13
|
+
import CodeIcon from "@mui/icons-material/Code";
|
11
14
|
import FilterFramesIcon from "@mui/icons-material/FilterFrames";
|
12
15
|
import { GridAddSectionIcon, SignatureIcon, WorkflowIcon } from "../../iconslist";
|
13
16
|
import Delete from "@mui/icons-material/Delete";
|
14
|
-
import SettingsIcon from "../../../assets/svg/SettingsIcon";
|
15
|
-
import { CodeElementIcon, PenIcon, SaveTemplIcon } from "../../iconListV2";
|
16
17
|
const Actions = {
|
17
18
|
ai: {
|
18
19
|
type: "ai",
|
@@ -29,7 +30,7 @@ const Actions = {
|
|
29
30
|
addElementInSection: {
|
30
31
|
type: "addElement",
|
31
32
|
Button: IconButton,
|
32
|
-
Icon:
|
33
|
+
Icon: AddIcon,
|
33
34
|
title: "Add Element"
|
34
35
|
},
|
35
36
|
settings: {
|
@@ -73,25 +74,25 @@ const Actions = {
|
|
73
74
|
edit: {
|
74
75
|
type: 2,
|
75
76
|
Button: IconButton,
|
76
|
-
Icon:
|
77
|
+
Icon: EditIcon,
|
77
78
|
title: "Edit"
|
78
79
|
},
|
79
80
|
close: {
|
80
81
|
type: 3,
|
81
82
|
Button: IconButton,
|
82
|
-
Icon:
|
83
|
+
Icon: CloseIcon,
|
83
84
|
title: "close"
|
84
85
|
},
|
85
86
|
moveUp: {
|
86
87
|
type: "moveUp",
|
87
88
|
Button: IconButton,
|
88
|
-
Icon:
|
89
|
+
Icon: ArrowUpwardIcon,
|
89
90
|
title: "Move Up"
|
90
91
|
},
|
91
92
|
moveDown: {
|
92
93
|
type: "moveDown",
|
93
94
|
Button: IconButton,
|
94
|
-
Icon:
|
95
|
+
Icon: ArrowDownwardIcon,
|
95
96
|
title: "Move Down"
|
96
97
|
},
|
97
98
|
addFormField: {
|
@@ -109,13 +110,13 @@ const Actions = {
|
|
109
110
|
embedScript: {
|
110
111
|
type: "addEmbedScript",
|
111
112
|
Button: IconButton,
|
112
|
-
Icon:
|
113
|
+
Icon: CodeIcon,
|
113
114
|
title: "Embed Code"
|
114
115
|
},
|
115
116
|
saveAsTemplate: {
|
116
117
|
type: "saveAsTemplate",
|
117
118
|
Button: IconButton,
|
118
|
-
Icon:
|
119
|
+
Icon: SaveIcon,
|
119
120
|
title: "Save As Template"
|
120
121
|
},
|
121
122
|
imageFrame: {
|
@@ -8,7 +8,6 @@ const LinkIcon = () => {
|
|
8
8
|
height: "18",
|
9
9
|
viewBox: "0 0 18 18",
|
10
10
|
fill: "none",
|
11
|
-
className: "settingsIcon",
|
12
11
|
children: [/*#__PURE__*/_jsx("path", {
|
13
12
|
d: "M10.1582 7.84185C9.54389 7.22778 8.71084 6.88281 7.84222 6.88281C6.97361 6.88281 6.14055 7.22778 5.52622 7.84185L3.20947 10.1578C2.59513 10.7722 2.25 11.6054 2.25 12.4742C2.25 13.343 2.59513 14.1763 3.20947 14.7906C3.82381 15.4049 4.65704 15.7501 5.52585 15.7501C6.39466 15.7501 7.22788 15.4049 7.84222 14.7906L9.00022 13.6326",
|
14
13
|
stroke: "#000000",
|
@@ -65,7 +65,7 @@ const ElementOptions = props => {
|
|
65
65
|
arrow: true,
|
66
66
|
children: /*#__PURE__*/_jsx(Button, {
|
67
67
|
onClick: handleOptionClick(type),
|
68
|
-
className:
|
68
|
+
className: enable === type || selectedAction === type ? "active" : "",
|
69
69
|
children: Icon ? /*#__PURE__*/_jsx(Icon, {}) : title
|
70
70
|
})
|
71
71
|
}, `actions_fgele_${type}_${index}`) : null;
|
@@ -83,7 +83,7 @@ const ElementOptions = props => {
|
|
83
83
|
contentEditable: false,
|
84
84
|
disablePortal: false,
|
85
85
|
children: /*#__PURE__*/_jsx(Paper, {
|
86
|
-
className: "papper-root
|
86
|
+
className: "papper-root",
|
87
87
|
children: actions.map(renderAction)
|
88
88
|
})
|
89
89
|
}), open && MenuComp ? /*#__PURE__*/_jsx(OptionsPopup, {
|
@@ -38,7 +38,7 @@ const useElementOptionsStyle = ({
|
|
38
38
|
color: "#2563EB",
|
39
39
|
background: theme?.palette?.editor?.background,
|
40
40
|
border: "1px solid #2563EB",
|
41
|
-
boxShadow:
|
41
|
+
boxShadow: "1px 1px 3px #2563EB",
|
42
42
|
"& .strokePath": {
|
43
43
|
stroke: "#2563EB"
|
44
44
|
}
|
@@ -48,33 +48,6 @@ const useElementOptionsStyle = ({
|
|
48
48
|
fill: theme?.palette?.editor?.textColor
|
49
49
|
}
|
50
50
|
}
|
51
|
-
},
|
52
|
-
"& .popUpOptions": {
|
53
|
-
"& .elementOption": {
|
54
|
-
background: theme?.palette?.editor?.signatureFontBtnBg,
|
55
|
-
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
56
|
-
height: "28px",
|
57
|
-
width: "28px",
|
58
|
-
"& svg": {
|
59
|
-
color: theme?.palette?.editor?.closeButtonSvgStroke,
|
60
|
-
width: "20px",
|
61
|
-
height: "20px"
|
62
|
-
},
|
63
|
-
"& .addIconCircle path, & .settingsIcon path, & .commonSvgStyle path": {
|
64
|
-
stroke: theme?.palette?.editor?.closeButtonSvgStroke
|
65
|
-
}
|
66
|
-
},
|
67
|
-
"& .active": {
|
68
|
-
border: "1px solid #2563EB",
|
69
|
-
"& svg": {
|
70
|
-
color: "#2563EB"
|
71
|
-
},
|
72
|
-
"& .settingsIcon": {
|
73
|
-
"& path": {
|
74
|
-
stroke: "#2563EB"
|
75
|
-
}
|
76
|
-
}
|
77
|
-
}
|
78
51
|
}
|
79
52
|
}
|
80
53
|
});
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
2
|
import { Paper, Popper, Tooltip, Typography, Box, Divider, IconButton } from "@mui/material";
|
3
|
-
import
|
3
|
+
import CloseIcon from "@mui/icons-material/Close";
|
4
4
|
import { settingsLabel } from "../settingsConstants";
|
5
5
|
import SettingsComponents from "../Settings";
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
@@ -45,10 +45,10 @@ const Settings = props => {
|
|
45
45
|
}
|
46
46
|
}],
|
47
47
|
children: /*#__PURE__*/_jsxs(Paper, {
|
48
|
-
className: "papper-root
|
48
|
+
className: "papper-root",
|
49
49
|
children: [/*#__PURE__*/_jsxs(Typography, {
|
50
50
|
variant: "h6",
|
51
|
-
className: "item-wrapper title
|
51
|
+
className: "item-wrapper title",
|
52
52
|
children: [translation(title), /*#__PURE__*/_jsx(Box, {
|
53
53
|
component: "div",
|
54
54
|
children: /*#__PURE__*/_jsx(Tooltip, {
|
@@ -57,7 +57,7 @@ const Settings = props => {
|
|
57
57
|
children: /*#__PURE__*/_jsx(IconButton, {
|
58
58
|
className: "closeBtn",
|
59
59
|
onClick: onClose,
|
60
|
-
children: /*#__PURE__*/_jsx(
|
60
|
+
children: /*#__PURE__*/_jsx(CloseIcon, {})
|
61
61
|
})
|
62
62
|
})
|
63
63
|
})]
|
@@ -68,8 +68,7 @@ const Settings = props => {
|
|
68
68
|
editor: editor,
|
69
69
|
path: path,
|
70
70
|
customProps: customProps,
|
71
|
-
theme: theme
|
72
|
-
onClose: onClose
|
71
|
+
theme: theme
|
73
72
|
}) : null
|
74
73
|
})]
|
75
74
|
})
|
@@ -13,7 +13,7 @@ const Signature = props => {
|
|
13
13
|
const pPath = path?.split("|")?.map(m => parseInt(m));
|
14
14
|
const element_path = [...pPath, 0];
|
15
15
|
const onSave = (data = {}) => {
|
16
|
-
onClear(
|
16
|
+
onClear();
|
17
17
|
Transforms.insertNodes(editor, [{
|
18
18
|
type: "sign",
|
19
19
|
signature: null,
|
@@ -35,10 +35,9 @@ const Signature = props => {
|
|
35
35
|
at: parentPath
|
36
36
|
});
|
37
37
|
};
|
38
|
-
const onClear =
|
39
|
-
const parentPath = path || Path.parent(element_path);
|
38
|
+
const onClear = () => {
|
40
39
|
Transforms.removeNodes(editor, {
|
41
|
-
at:
|
40
|
+
at: element_path
|
42
41
|
});
|
43
42
|
};
|
44
43
|
return /*#__PURE__*/_jsx(_Fragment, {
|
@@ -8,8 +8,7 @@ const AppHeaderSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path, 0];
|
@@ -28,7 +27,7 @@ const AppHeaderSettings = props => {
|
|
28
27
|
});
|
29
28
|
};
|
30
29
|
const handleClose = () => {
|
31
|
-
|
30
|
+
console.log("close");
|
32
31
|
};
|
33
32
|
return /*#__PURE__*/_jsx(Box, {
|
34
33
|
component: "div",
|
@@ -8,8 +8,7 @@ const BoxSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path];
|
@@ -28,7 +27,7 @@ const BoxSettings = props => {
|
|
28
27
|
});
|
29
28
|
};
|
30
29
|
const handleClose = () => {
|
31
|
-
|
30
|
+
console.log("close");
|
32
31
|
};
|
33
32
|
return /*#__PURE__*/_jsx(Box, {
|
34
33
|
component: "div",
|
@@ -8,8 +8,7 @@ const ButtonSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path, 0];
|
@@ -29,7 +28,7 @@ const ButtonSettings = props => {
|
|
29
28
|
});
|
30
29
|
};
|
31
30
|
const handleClose = () => {
|
32
|
-
|
31
|
+
console.log("close");
|
33
32
|
};
|
34
33
|
return /*#__PURE__*/_jsx(Box, {
|
35
34
|
component: "div",
|
@@ -8,8 +8,7 @@ const CodeSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path, 0];
|
@@ -28,7 +27,7 @@ const CodeSettings = props => {
|
|
28
27
|
});
|
29
28
|
};
|
30
29
|
const handleClose = () => {
|
31
|
-
|
30
|
+
console.log("close");
|
32
31
|
};
|
33
32
|
return /*#__PURE__*/_jsx(Box, {
|
34
33
|
component: "div",
|
@@ -12,8 +12,7 @@ const FormSettings = props => {
|
|
12
12
|
const {
|
13
13
|
editor,
|
14
14
|
path,
|
15
|
-
customProps
|
16
|
-
onClose
|
15
|
+
customProps
|
17
16
|
} = props;
|
18
17
|
const item_path = path?.split("|").map(m => parseInt(m));
|
19
18
|
const element_path = [...item_path];
|
@@ -57,14 +56,13 @@ const FormSettings = props => {
|
|
57
56
|
}
|
58
57
|
};
|
59
58
|
const handleClose = () => {
|
60
|
-
|
59
|
+
console.log("close");
|
61
60
|
};
|
62
61
|
const muiTheme = createTheme({
|
63
62
|
components: {
|
64
63
|
MuiAccordion: {
|
65
64
|
styleOverrides: {
|
66
65
|
root: {
|
67
|
-
background: theme?.palette?.editor?.miniToolBarBackground,
|
68
66
|
"& .MuiAccordionSummary-root": {
|
69
67
|
flexDirection: "row-reverse",
|
70
68
|
"& .MuiSvgIcon-root": {
|
@@ -8,8 +8,7 @@ const ImageSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path, 0];
|
@@ -28,7 +27,7 @@ const ImageSettings = props => {
|
|
28
27
|
});
|
29
28
|
};
|
30
29
|
const handleClose = () => {
|
31
|
-
|
30
|
+
console.log("close");
|
32
31
|
};
|
33
32
|
return /*#__PURE__*/_jsx(Box, {
|
34
33
|
component: "div",
|
@@ -9,8 +9,7 @@ const TableSettings = props => {
|
|
9
9
|
const {
|
10
10
|
editor,
|
11
11
|
path,
|
12
|
-
customProps
|
13
|
-
onClose
|
12
|
+
customProps
|
14
13
|
} = props;
|
15
14
|
const item_path = path?.split("|").map(m => parseInt(m));
|
16
15
|
const element_path = [...item_path, 0];
|
@@ -58,7 +57,7 @@ const TableSettings = props => {
|
|
58
57
|
}
|
59
58
|
};
|
60
59
|
const handleClose = () => {
|
61
|
-
|
60
|
+
console.log("close");
|
62
61
|
};
|
63
62
|
return /*#__PURE__*/_jsx(Box, {
|
64
63
|
component: "div",
|
@@ -9,7 +9,6 @@ const TextSettings = props => {
|
|
9
9
|
editor,
|
10
10
|
path,
|
11
11
|
theme,
|
12
|
-
onClose,
|
13
12
|
customProps
|
14
13
|
} = props;
|
15
14
|
const item_path = path.split("|").map(m => parseInt(m));
|
@@ -28,8 +27,7 @@ const TextSettings = props => {
|
|
28
27
|
return /*#__PURE__*/_jsx(TextFormat, {
|
29
28
|
classes: classes,
|
30
29
|
editor: editor,
|
31
|
-
customProps: customProps
|
32
|
-
closeMainPopup: onClose
|
30
|
+
customProps: customProps
|
33
31
|
});
|
34
32
|
};
|
35
33
|
export default TextSettings;
|
@@ -8,8 +8,7 @@ const VideoSettings = props => {
|
|
8
8
|
const {
|
9
9
|
editor,
|
10
10
|
path,
|
11
|
-
customProps
|
12
|
-
onClose
|
11
|
+
customProps
|
13
12
|
} = props;
|
14
13
|
const item_path = path?.split("|").map(m => parseInt(m));
|
15
14
|
const element_path = [...item_path, 0];
|
@@ -29,7 +28,7 @@ const VideoSettings = props => {
|
|
29
28
|
});
|
30
29
|
};
|
31
30
|
const handleClose = () => {
|
32
|
-
|
31
|
+
console.log("close");
|
33
32
|
};
|
34
33
|
return /*#__PURE__*/_jsx(Box, {
|
35
34
|
component: "div",
|
@@ -1,9 +1,8 @@
|
|
1
1
|
const useElementSettingsStyle = theme => ({
|
2
2
|
root: {
|
3
3
|
zIndex: 1200,
|
4
|
-
background: theme?.palette?.editor?.
|
5
|
-
|
6
|
-
borderRadius: "20px",
|
4
|
+
background: theme?.palette?.editor?.background,
|
5
|
+
borderRadius: "10px",
|
7
6
|
overflow: "hidden",
|
8
7
|
boxShadow: "0px 0px 12px 4px #00000014",
|
9
8
|
padding: "10px 16px",
|
@@ -59,34 +58,28 @@ const useElementSettingsStyle = theme => ({
|
|
59
58
|
maxHeight: "500px",
|
60
59
|
overflowX: "hidden",
|
61
60
|
overflowY: "auto",
|
62
|
-
background: theme?.palette?.editor?.
|
63
|
-
paddingLeft: "
|
64
|
-
paddingRight: "6px",
|
65
|
-
overflow: "hidden",
|
66
|
-
"&:hover": {
|
67
|
-
overflowY: "auto",
|
68
|
-
"&::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb": {
|
69
|
-
background: `${theme?.palette?.editor?.brainPopupScroll} !important`
|
70
|
-
},
|
71
|
-
"&::-webkit-scrollbar-track, ::-webkit-scrollbar-track": {
|
72
|
-
visibility: "hidden"
|
73
|
-
}
|
74
|
-
},
|
61
|
+
background: theme?.palette?.editor?.background,
|
62
|
+
paddingLeft: "4px",
|
75
63
|
"& .MuiTypography-root, .MuiInputBase-root, input": {
|
76
64
|
color: theme?.palette?.editor?.textColor
|
77
65
|
},
|
66
|
+
"& .MuiInputBase-root, input": {
|
67
|
+
border: `1px solid ${theme?.palette?.editor?.borderColor}`
|
68
|
+
},
|
78
69
|
"& .borderInput": {
|
79
70
|
background: theme?.palette?.editor?.background,
|
80
71
|
color: theme?.palette?.editor?.textColor
|
81
72
|
},
|
73
|
+
"& .MuiCheckbox-root": {
|
74
|
+
"& svg": {
|
75
|
+
fill: theme?.palette?.editor?.textColor
|
76
|
+
}
|
77
|
+
},
|
82
78
|
"& .fillPath": {
|
83
79
|
fill: theme?.palette?.editor?.textColor
|
84
80
|
},
|
85
81
|
"& .MuiIconButton-root": {
|
86
82
|
color: theme?.palette?.editor?.textColor
|
87
|
-
},
|
88
|
-
"& .MuiFormHelperText-root": {
|
89
|
-
color: theme?.palette?.editor?.textColor
|
90
83
|
}
|
91
84
|
},
|
92
85
|
"& .item-wrapper": {
|
@@ -111,134 +104,6 @@ const useElementSettingsStyle = theme => ({
|
|
111
104
|
}
|
112
105
|
}
|
113
106
|
}
|
114
|
-
},
|
115
|
-
"& .settingsPopUp": {
|
116
|
-
background: theme?.palette?.editor?.miniToolBarBackground,
|
117
|
-
"& .text-formatter-popup": {
|
118
|
-
paddingRight: "10px",
|
119
|
-
overflow: "hidden",
|
120
|
-
"&:hover": {
|
121
|
-
overflow: "auto",
|
122
|
-
"&::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb": {
|
123
|
-
background: `${theme?.palette?.editor?.brainPopupScroll} !important`
|
124
|
-
},
|
125
|
-
"&::-webkit-scrollbar-track, ::-webkit-scrollbar-track": {
|
126
|
-
visibility: "hidden"
|
127
|
-
}
|
128
|
-
},
|
129
|
-
"& .more-btn-cbs": {
|
130
|
-
color: `${theme?.palette?.editor?.closeButtonSvgStroke}`,
|
131
|
-
border: `1px solid ${theme?.palette?.editor?.closeButtonSvgStroke}`,
|
132
|
-
paddingTop: "10px",
|
133
|
-
"& svg": {
|
134
|
-
width: "20px",
|
135
|
-
height: "24px"
|
136
|
-
}
|
137
|
-
},
|
138
|
-
"& .MuiInputBase-root": {
|
139
|
-
height: "36px"
|
140
|
-
}
|
141
|
-
},
|
142
|
-
"& .popUpHeader": {
|
143
|
-
fontSize: "16px",
|
144
|
-
fontFamily: "'Inter',sans-serif",
|
145
|
-
fontWeight: "700",
|
146
|
-
fontSize: "16px",
|
147
|
-
lineHeight: "25px",
|
148
|
-
"& button": {
|
149
|
-
background: theme?.palette?.editor?.closeButtonBackground,
|
150
|
-
borderRadius: "8px",
|
151
|
-
"& svg": {
|
152
|
-
fill: theme?.palette?.editor?.closeButtonSvgStroke
|
153
|
-
}
|
154
|
-
}
|
155
|
-
},
|
156
|
-
"& .MuiTypography-root": {
|
157
|
-
color: `${theme?.palette?.editor?.textColor} !important`
|
158
|
-
},
|
159
|
-
"& .MuiInputBase-root": {
|
160
|
-
background: theme?.palette?.editor?.inputFieldBgColor,
|
161
|
-
borderRadius: "8px",
|
162
|
-
fontSize: "12px",
|
163
|
-
height: "36px",
|
164
|
-
border: `1px solid ${theme?.palette?.editor?.inputFieldBorder}`,
|
165
|
-
"& fieldset": {
|
166
|
-
border: `1px solid transparent !important`,
|
167
|
-
background: "transparent",
|
168
|
-
borderRadius: "8px"
|
169
|
-
// fontSize: "12px",
|
170
|
-
},
|
171
|
-
|
172
|
-
"& input": {
|
173
|
-
// border: `1px solid transparent`,
|
174
|
-
// background: theme?.palette?.editor?.inputFieldBgColor,
|
175
|
-
borderRadius: "8px"
|
176
|
-
// fontSize: "12px",
|
177
|
-
}
|
178
|
-
},
|
179
|
-
|
180
|
-
"& .editor-dd": {
|
181
|
-
"& .MuiOutlinedInput-notchedOutline": {
|
182
|
-
border: `1px solid transparent !important`
|
183
|
-
}
|
184
|
-
},
|
185
|
-
"& .MuiAutocomplete-root": {
|
186
|
-
"& fieldset": {
|
187
|
-
border: `1px solid transparent !important`
|
188
|
-
}
|
189
|
-
},
|
190
|
-
"& .sliderInput": {
|
191
|
-
border: `1px solid ${theme?.palette?.editor?.inputFieldBorder}`,
|
192
|
-
background: theme?.palette?.editor?.inputFieldBgColor,
|
193
|
-
borderRadius: "10px",
|
194
|
-
paddingLeft: "10px",
|
195
|
-
width: "50px !important"
|
196
|
-
},
|
197
|
-
"& .selctedBtnIcon": {
|
198
|
-
border: `1px solid ${theme?.palette?.editor?.inputFieldBorder}`,
|
199
|
-
background: theme?.palette?.editor?.inputFieldBgColor,
|
200
|
-
borderRadius: "10px",
|
201
|
-
height: "36px",
|
202
|
-
"& svg": {
|
203
|
-
color: `${theme?.palette?.editor?.svgTextAlignStrokeColor} !important`
|
204
|
-
}
|
205
|
-
},
|
206
|
-
"& .muiIconsListParent": {
|
207
|
-
"& svg": {
|
208
|
-
color: `${theme?.palette?.editor?.svgTextAlignStrokeColor} !important`
|
209
|
-
},
|
210
|
-
"&::-webkit-scrollbar-thumb": {
|
211
|
-
background: `${theme?.palette?.editor?.brainPopupScroll} !important`
|
212
|
-
},
|
213
|
-
"&::-webkit-scrollbar-track": {
|
214
|
-
visibility: "hidden"
|
215
|
-
}
|
216
|
-
},
|
217
|
-
"& .menu-item-app-header": {
|
218
|
-
paddingBottom: "5px",
|
219
|
-
"& .text-field1": {
|
220
|
-
marginRight: "5px"
|
221
|
-
},
|
222
|
-
"& .settingsIcon, .deleteIcon": {
|
223
|
-
width: "20px",
|
224
|
-
height: "20px",
|
225
|
-
"& path": {
|
226
|
-
stroke: theme?.palette?.editor?.closeButtonSvgStroke
|
227
|
-
}
|
228
|
-
}
|
229
|
-
},
|
230
|
-
"& .MuiPaper-root": {
|
231
|
-
background: theme?.palette?.editor?.miniToolBarBackground
|
232
|
-
},
|
233
|
-
"& .iconRadioButton": {
|
234
|
-
"& svg": {
|
235
|
-
height: "24px",
|
236
|
-
width: "24px"
|
237
|
-
},
|
238
|
-
"& .MuiRadio-root": {
|
239
|
-
paddingLeft: "0px"
|
240
|
-
}
|
241
|
-
}
|
242
107
|
}
|
243
108
|
},
|
244
109
|
dialog: {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from "react";
|
2
|
-
import { Box, Paper, Popper, Typography, Tooltip, IconButton
|
3
|
-
import
|
2
|
+
import { Box, Paper, Popper, Typography, Tooltip, IconButton } from "@mui/material";
|
3
|
+
import CloseIcon from "@mui/icons-material/Close";
|
4
4
|
import useOptionsPopupStyle from "./style";
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
6
6
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -30,7 +30,7 @@ const OptionsPopup = props => {
|
|
30
30
|
className: "papper-root",
|
31
31
|
children: [/*#__PURE__*/_jsxs(Typography, {
|
32
32
|
variant: "div",
|
33
|
-
className: "item-wrapper title
|
33
|
+
className: "item-wrapper title",
|
34
34
|
children: [translation(title), /*#__PURE__*/_jsx(Box, {
|
35
35
|
component: "div",
|
36
36
|
children: /*#__PURE__*/_jsx(Tooltip, {
|
@@ -38,14 +38,11 @@ const OptionsPopup = props => {
|
|
38
38
|
arrow: true,
|
39
39
|
children: /*#__PURE__*/_jsx(IconButton, {
|
40
40
|
onClick: handleClose,
|
41
|
-
children: /*#__PURE__*/_jsx(
|
41
|
+
children: /*#__PURE__*/_jsx(CloseIcon, {})
|
42
42
|
})
|
43
43
|
})
|
44
44
|
})]
|
45
|
-
}),
|
46
|
-
className: "sectionOptionChild",
|
47
|
-
children: children
|
48
|
-
})]
|
45
|
+
}), children]
|
49
46
|
})
|
50
47
|
}) : null;
|
51
48
|
};
|