@flozy/editor 5.3.4 → 5.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. package/dist/Editor/CommonEditor.js +8 -14
  2. package/dist/Editor/Editor.css +22 -50
  3. package/dist/Editor/Elements/Accordion/Accordion.js +1 -8
  4. package/dist/Editor/Elements/AppHeader/AppHeader.js +6 -6
  5. package/dist/Editor/Elements/Button/EditorButton.js +2 -9
  6. package/dist/Editor/Elements/Color Picker/ColorButtons.js +2 -4
  7. package/dist/Editor/Elements/Divider/Divider.js +9 -24
  8. package/dist/Editor/Elements/Embed/Image.js +12 -31
  9. package/dist/Editor/Elements/Embed/Video.js +2 -13
  10. package/dist/Editor/Elements/Form/Form.js +0 -1
  11. package/dist/Editor/Elements/FreeGrid/breakpointConstants.js +4 -4
  12. package/dist/Editor/Elements/FreeGrid/styles.js +1 -2
  13. package/dist/Editor/Elements/Grid/GridItem.js +0 -2
  14. package/dist/Editor/Elements/Grid/Styles.js +0 -44
  15. package/dist/Editor/Elements/List/CheckList.js +1 -2
  16. package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +0 -1
  17. package/dist/Editor/Elements/Search/SearchAttachment.js +0 -1
  18. package/dist/Editor/Elements/Signature/SignaturePopup.js +4 -4
  19. package/dist/Editor/Elements/SimpleText/index.js +1 -8
  20. package/dist/Editor/Elements/SimpleText/style.js +1 -10
  21. package/dist/Editor/Elements/TopBanner/TopBanner.js +1 -2
  22. package/dist/Editor/Styles/EditorStyles.js +3 -5
  23. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +1 -17
  24. package/dist/Editor/Toolbar/FormatTools/TextSize.js +3 -5
  25. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +72 -210
  26. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +8 -55
  27. package/dist/Editor/Toolbar/Toolbar.js +0 -6
  28. package/dist/Editor/Toolbar/toolbarGroups.js +0 -4
  29. package/dist/Editor/assets/svg/SettingsIcon.js +4 -4
  30. package/dist/Editor/common/ColorPickerButton.js +3 -5
  31. package/dist/Editor/common/DnD/Draggable.js +1 -2
  32. package/dist/Editor/common/FontLoader/FontLoader.js +4 -4
  33. package/dist/Editor/common/Icon.js +0 -6
  34. package/dist/Editor/common/ImageSelector/Options/Upload.js +1 -2
  35. package/dist/Editor/common/ImageSelector/Styles.js +6 -47
  36. package/dist/Editor/common/ImageSelector/UploadStyles.js +6 -18
  37. package/dist/Editor/common/MentionsPopup/Styles.js +122 -109
  38. package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +0 -1
  39. package/dist/Editor/common/RnD/GuideLines/styles.js +3 -3
  40. package/dist/Editor/common/RnD/ShadowElement.js +1 -1
  41. package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +2 -14
  42. package/dist/Editor/common/RnD/Utils/gridDropItem.js +6 -9
  43. package/dist/Editor/common/RnD/index.js +1 -2
  44. package/dist/Editor/common/Section/index.js +3 -3
  45. package/dist/Editor/common/Section/styles.js +1 -5
  46. package/dist/Editor/common/Shorthands/elements.js +1 -13
  47. package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +3 -9
  48. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +3 -27
  49. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +2 -15
  50. package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +2 -10
  51. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +1 -2
  52. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +1 -1
  53. package/dist/Editor/common/StyleBuilder/fieldTypes/icons.js +0 -2
  54. package/dist/Editor/common/StyleBuilder/fieldTypes/index.js +1 -3
  55. package/dist/Editor/common/StyleBuilder/fieldTypes/radiusStyle.js +4 -4
  56. package/dist/Editor/common/StyleBuilder/fieldTypes/saveAsTemplate.js +6 -22
  57. package/dist/Editor/common/StyleBuilder/fieldTypes/selectBox.js +2 -21
  58. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +0 -7
  59. package/dist/Editor/common/StyleBuilder/index.js +3 -4
  60. package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +0 -4
  61. package/dist/Editor/common/ToolbarIcon.js +1 -2
  62. package/dist/Editor/common/Uploader.js +36 -46
  63. package/dist/Editor/common/iconListV2.js +130 -348
  64. package/dist/Editor/common/iconslist.js +3 -6
  65. package/dist/Editor/commonStyle.js +4 -290
  66. package/dist/Editor/helper/index.js +3 -16
  67. package/dist/Editor/helper/theme.js +1 -24
  68. package/dist/Editor/hooks/useMouseMove.js +2 -5
  69. package/dist/Editor/plugins/withCustomDeleteBackward.js +2 -33
  70. package/dist/Editor/plugins/withEmbeds.js +26 -30
  71. package/dist/Editor/utils/SlateUtilityFunctions.js +4 -27
  72. package/dist/Editor/utils/button.js +4 -4
  73. package/dist/Editor/utils/helper.js +13 -40
  74. package/dist/Editor/utils/pageSettings.js +2 -14
  75. package/package.json +2 -2
  76. package/dist/Editor/Elements/DataView/DataView.js +0 -124
  77. package/dist/Editor/Elements/DataView/DataViewButton.js +0 -23
  78. package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +0 -67
  79. package/dist/Editor/Elements/DataView/Layouts/DataTypes/CheckType.js +0 -33
  80. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/Select.js +0 -162
  81. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/SimpleSelect.js +0 -40
  82. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/styles.js +0 -67
  83. package/dist/Editor/Elements/DataView/Layouts/DataTypes/DateType.js +0 -35
  84. package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +0 -39
  85. package/dist/Editor/Elements/DataView/Layouts/DataTypes/NumberType.js +0 -30
  86. package/dist/Editor/Elements/DataView/Layouts/DataTypes/PersonType.js +0 -30
  87. package/dist/Editor/Elements/DataView/Layouts/DataTypes/SelectType.js +0 -35
  88. package/dist/Editor/Elements/DataView/Layouts/DataTypes/TextType.js +0 -36
  89. package/dist/Editor/Elements/DataView/Layouts/DataTypes/index.js +0 -17
  90. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseField.js +0 -29
  91. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseSort.js +0 -38
  92. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/index.js +0 -74
  93. package/dist/Editor/Elements/DataView/Layouts/FilterSort/index.js +0 -64
  94. package/dist/Editor/Elements/DataView/Layouts/FilterSort/styles.js +0 -106
  95. package/dist/Editor/Elements/DataView/Layouts/FilterView.js +0 -174
  96. package/dist/Editor/Elements/DataView/Layouts/Formula.js +0 -29
  97. package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +0 -113
  98. package/dist/Editor/Elements/DataView/Layouts/Options/AddProperty.js +0 -37
  99. package/dist/Editor/Elements/DataView/Layouts/Options/AllProperties.js +0 -111
  100. package/dist/Editor/Elements/DataView/Layouts/Options/ChangeProperty.js +0 -60
  101. package/dist/Editor/Elements/DataView/Layouts/Options/ColumnsList.js +0 -36
  102. package/dist/Editor/Elements/DataView/Layouts/Options/Constants.js +0 -101
  103. package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +0 -160
  104. package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +0 -190
  105. package/dist/Editor/Elements/DataView/Layouts/Options/FilterProperty.js +0 -42
  106. package/dist/Editor/Elements/DataView/Layouts/Options/PropertyList.js +0 -30
  107. package/dist/Editor/Elements/DataView/Layouts/Options/index.js +0 -110
  108. package/dist/Editor/Elements/DataView/Layouts/Options/styles.js +0 -179
  109. package/dist/Editor/Elements/DataView/Layouts/TableStyles.js +0 -112
  110. package/dist/Editor/Elements/DataView/Layouts/TableView.js +0 -227
  111. package/dist/Editor/Elements/DataView/Layouts/ViewData.js +0 -80
  112. package/dist/Editor/Elements/DataView/Layouts/colStyles.js +0 -10
  113. package/dist/Editor/Elements/DataView/Layouts/index.js +0 -25
  114. package/dist/Editor/Elements/DataView/Providers/DataViewProvider.js +0 -281
  115. package/dist/Editor/Elements/DataView/Utils/globalSearch.js +0 -15
  116. package/dist/Editor/Elements/DataView/Utils/multiSortRows.js +0 -74
  117. package/dist/Editor/Elements/DataView/styles.js +0 -154
  118. package/dist/Editor/common/StyleBuilder/fieldTypes/lineSpacing.js +0 -79
  119. package/dist/Editor/helper/enforceDateFormat.js +0 -41
  120. package/dist/Editor/utils/dataView.js +0 -43
@@ -1,29 +0,0 @@
1
- import React from "react";
2
- import { jsxs as _jsxs } from "react/jsx-runtime";
3
- import { jsx as _jsx } from "react/jsx-runtime";
4
- const RenderFormulaCell = props => {
5
- const {
6
- property
7
- } = props;
8
- return /*#__PURE__*/_jsxs("td", {
9
- style: {
10
- minWidth: "200px",
11
- textAlign: "center",
12
- color: "#CCC"
13
- },
14
- children: ["Calculate ", property?.key]
15
- });
16
- };
17
- const Formula = props => {
18
- const {
19
- properties
20
- } = props;
21
- return /*#__PURE__*/_jsx("tr", {
22
- children: properties?.map((m, i) => {
23
- return /*#__PURE__*/_jsx(RenderFormulaCell, {
24
- property: m
25
- }, i);
26
- })
27
- });
28
- };
29
- export default Formula;
@@ -1,113 +0,0 @@
1
- import React, { useState } from "react";
2
- import { Box, List, ListItemButton, ListItemText, ListItemIcon, TextField, Chip } from "@mui/material";
3
- import AddIcon from "@mui/icons-material/Add";
4
- import KeyboardArrowRightIcon from "@mui/icons-material/KeyboardArrowRight";
5
- import { colors } from "../../../Color Picker/defaultColors";
6
- import { jsx as _jsx } from "react/jsx-runtime";
7
- import { jsxs as _jsxs } from "react/jsx-runtime";
8
- const DEFAULT_COLORS = colors?.filter(f => !f.includes("linear"));
9
- const AddOptions = props => {
10
- const {
11
- edit,
12
- onUpdate,
13
- onEvent
14
- } = props;
15
- const [addBox, setAddBox] = useState(false);
16
- const [value, setValue] = useState("");
17
- const [error, setError] = useState("");
18
- const {
19
- options
20
- } = edit;
21
- const onAddBox = () => {
22
- setAddBox(!addBox);
23
- };
24
- const getRandomColor = () => {
25
- const randomIndex = Math.floor(Math.random() * DEFAULT_COLORS.length);
26
- return DEFAULT_COLORS[randomIndex];
27
- };
28
- const handleEnter = e => {
29
- const isExists = options?.find(f => f.value.toLowerCase() === value.toLowerCase());
30
- if (e.keyCode === 13 && value?.trim()) {
31
- if (isExists) {
32
- setError("Option Already Exists!");
33
- return;
34
- }
35
- onUpdate({
36
- ...edit,
37
- options: [{
38
- value: value,
39
- color: getRandomColor()
40
- }, ...(options || [])]
41
- });
42
- setValue("");
43
- }
44
- };
45
- const handleChange = e => {
46
- setValue(e?.target?.value);
47
- setError("");
48
- };
49
- const handleChangeOption = optIndex => () => {
50
- onEvent("editOption", {
51
- edit: {
52
- ...edit,
53
- optionIndex: optIndex
54
- }
55
- });
56
- };
57
- const onBlur = () => {
58
- setValue("");
59
- setAddBox(false);
60
- setError("");
61
- };
62
- return edit?.type === "select" || edit?.type === "multi-select" ? /*#__PURE__*/_jsxs(Box, {
63
- className: "fe-tv-addopt st sb mb-0",
64
- children: [/*#__PURE__*/_jsx(List, {
65
- className: "fe-dv-opt-list pl-0",
66
- children: /*#__PURE__*/_jsxs(ListItemButton, {
67
- onClick: onAddBox,
68
- children: [/*#__PURE__*/_jsx(ListItemIcon, {
69
- children: /*#__PURE__*/_jsx(AddIcon, {})
70
- }), /*#__PURE__*/_jsx(ListItemText, {
71
- primary: "Add Options"
72
- })]
73
- })
74
- }), /*#__PURE__*/_jsx(Box, {
75
- className: "fe-dv-ap-desc",
76
- children: "Choose an option or create one"
77
- }), addBox ? /*#__PURE__*/_jsx(Box, {
78
- children: /*#__PURE__*/_jsx(TextField, {
79
- className: "mt",
80
- size: "small",
81
- fullWidth: true,
82
- value: value,
83
- onKeyUp: handleEnter,
84
- onChange: handleChange,
85
- onBlur: onBlur,
86
- helperText: error
87
- })
88
- }) : null, /*#__PURE__*/_jsx(List, {
89
- children: options?.map((m, i) => {
90
- return /*#__PURE__*/_jsxs(ListItemButton, {
91
- onClick: handleChangeOption(i),
92
- children: [/*#__PURE__*/_jsx(ListItemText, {
93
- primary: /*#__PURE__*/_jsx(Chip, {
94
- label: m.value,
95
- sx: {
96
- background: m.color
97
- }
98
- })
99
- }), /*#__PURE__*/_jsx(ListItemIcon, {
100
- sx: {
101
- justifyContent: "flex-end"
102
- },
103
- children: /*#__PURE__*/_jsx(KeyboardArrowRightIcon, {})
104
- })]
105
- }, i);
106
- })
107
- })]
108
- }) : null;
109
- };
110
- AddOptions.defaultProps = {
111
- onEvent: () => {}
112
- };
113
- export default AddOptions;
@@ -1,37 +0,0 @@
1
- import React from "react";
2
- import { Box, IconButton } from "@mui/material";
3
- import CloseIcon from "@mui/icons-material/Close";
4
- import PropertyList from "./PropertyList";
5
- import { jsx as _jsx } from "react/jsx-runtime";
6
- import { jsxs as _jsxs } from "react/jsx-runtime";
7
- const AddProperty = props => {
8
- const {
9
- classes,
10
- onClose,
11
- onEvent
12
- } = props;
13
- const onSelect = type => () => {
14
- onEvent("addProperty", type);
15
- };
16
- return /*#__PURE__*/_jsxs(Box, {
17
- sx: classes.addProperty,
18
- children: [/*#__PURE__*/_jsxs(Box, {
19
- className: "fe-dv-ap-title",
20
- children: ["Add Property", /*#__PURE__*/_jsx(IconButton, {
21
- className: "tv-act-ico bg br1",
22
- size: "small",
23
- onClick: onClose,
24
- children: /*#__PURE__*/_jsx(CloseIcon, {})
25
- })]
26
- }), /*#__PURE__*/_jsx(Box, {
27
- className: "fe-dv-ap-opt-content mt",
28
- children: /*#__PURE__*/_jsx(PropertyList, {
29
- onSelect: onSelect
30
- })
31
- })]
32
- });
33
- };
34
- AddProperty.defaultProps = {
35
- onEvent: () => {}
36
- };
37
- export default AddProperty;
@@ -1,111 +0,0 @@
1
- import React from "react";
2
- import { Box, IconButton, List, ListItemButton, ListItemText, ListItemIcon } from "@mui/material";
3
- import CloseIcon from "@mui/icons-material/Close";
4
- import KeyboardArrowRightIcon from "@mui/icons-material/KeyboardArrowRight";
5
- import AddIcon from "@mui/icons-material/Add";
6
- import { TYPE_LABELS, PROPERTY_TYPES } from "./Constants";
7
- import { useDataView } from "../../Providers/DataViewProvider";
8
- import { jsx as _jsx } from "react/jsx-runtime";
9
- import { jsxs as _jsxs } from "react/jsx-runtime";
10
- import { Fragment as _Fragment } from "react/jsx-runtime";
11
- const AllProperties = props => {
12
- const {
13
- classes,
14
- onClose,
15
- onEvent
16
- } = props;
17
- const {
18
- properties,
19
- onAddProperty
20
- } = useDataView();
21
- const shownProperties = properties?.filter(f => f.visible === true);
22
- const hiddenProperties = properties?.filter(f => f.visible === false);
23
- const onEditProperty = data => () => {
24
- onEvent("editProperty", {
25
- edit: {
26
- ...data
27
- }
28
- });
29
- };
30
- const onAdd = () => {
31
- const np = onAddProperty({
32
- type: "text"
33
- });
34
- onEvent("editProperty", {
35
- edit: {
36
- ...np
37
- }
38
- });
39
- };
40
- return /*#__PURE__*/_jsxs(Box, {
41
- sx: classes.addProperty,
42
- children: [/*#__PURE__*/_jsxs(Box, {
43
- className: "fe-dv-ap-title",
44
- children: ["Properties", /*#__PURE__*/_jsx(IconButton, {
45
- className: "tv-act-ico bg br1",
46
- size: "small",
47
- onClick: onClose,
48
- children: /*#__PURE__*/_jsx(CloseIcon, {})
49
- })]
50
- }), /*#__PURE__*/_jsx(Box, {
51
- className: "fe-dv-ap-desc",
52
- children: "Displayed Properties"
53
- }), /*#__PURE__*/_jsxs(Box, {
54
- className: "fe-dv-ap-opt-content",
55
- children: [/*#__PURE__*/_jsx(List, {
56
- className: "fe-dv-opt-list",
57
- children: shownProperties?.map((m, i) => {
58
- const {
59
- Icon
60
- } = PROPERTY_TYPES?.find(f => f.type === m.type) || {};
61
- return /*#__PURE__*/_jsxs(ListItemButton, {
62
- onClick: onEditProperty(m),
63
- children: [/*#__PURE__*/_jsx(ListItemIcon, {
64
- className: "needBg",
65
- children: /*#__PURE__*/_jsx(Icon, {})
66
- }), /*#__PURE__*/_jsx(ListItemText, {
67
- children: m?.label
68
- }), /*#__PURE__*/_jsx(ListItemIcon, {
69
- sx: {
70
- justifyContent: "end"
71
- },
72
- children: /*#__PURE__*/_jsx(KeyboardArrowRightIcon, {})
73
- })]
74
- }, i);
75
- })
76
- }), hiddenProperties?.length > 0 ? /*#__PURE__*/_jsxs(_Fragment, {
77
- children: [/*#__PURE__*/_jsx(Box, {
78
- className: "fe-dv-ap-desc",
79
- children: "Hidden Properties"
80
- }), /*#__PURE__*/_jsx(List, {
81
- className: "fe-dv-opt-list",
82
- children: hiddenProperties?.map((m, i) => {
83
- return /*#__PURE__*/_jsxs(ListItemButton, {
84
- onClick: onEditProperty(m),
85
- children: [/*#__PURE__*/_jsx(ListItemText, {
86
- children: m?.label
87
- }), /*#__PURE__*/_jsxs(ListItemIcon, {
88
- sx: {
89
- alignItems: "center"
90
- },
91
- children: [TYPE_LABELS[m?.type], /*#__PURE__*/_jsx(KeyboardArrowRightIcon, {})]
92
- })]
93
- }, i);
94
- })
95
- })]
96
- }) : null, /*#__PURE__*/_jsx(List, {
97
- className: "fe-dv-opt-list",
98
- children: /*#__PURE__*/_jsxs(ListItemButton, {
99
- onClick: onAdd,
100
- children: [/*#__PURE__*/_jsx(ListItemIcon, {
101
- children: /*#__PURE__*/_jsx(AddIcon, {})
102
- }), /*#__PURE__*/_jsx(ListItemText, {
103
- children: "Add New Property"
104
- })]
105
- })
106
- })]
107
- })]
108
- });
109
- };
110
- AllProperties.defaultProps = {};
111
- export default AllProperties;
@@ -1,60 +0,0 @@
1
- import React from "react";
2
- import { Box, IconButton } from "@mui/material";
3
- import CloseIcon from "@mui/icons-material/Close";
4
- import PropertyList from "./PropertyList";
5
- import ArrowBackIcon from "@mui/icons-material/ArrowBack";
6
- import { jsx as _jsx } from "react/jsx-runtime";
7
- import { jsxs as _jsxs } from "react/jsx-runtime";
8
- const ChangeProperty = props => {
9
- const {
10
- classes,
11
- onClose,
12
- onEvent,
13
- mode
14
- } = props;
15
- const onSelect = property => () => {
16
- onEvent("updateProperty", {
17
- ...(mode?.edit || {}),
18
- type: property?.type
19
- });
20
- };
21
- const onBack = () => {
22
- onEvent("editProperty", {
23
- edit: {
24
- ...(mode?.edit || {})
25
- }
26
- });
27
- };
28
- return /*#__PURE__*/_jsxs(Box, {
29
- sx: classes.addProperty,
30
- children: [/*#__PURE__*/_jsxs(Box, {
31
- className: "fe-dv-ap-title",
32
- children: [/*#__PURE__*/_jsxs("span", {
33
- children: [/*#__PURE__*/_jsx(IconButton, {
34
- className: "tv-act-ico",
35
- size: "small",
36
- onClick: onBack,
37
- children: /*#__PURE__*/_jsx(ArrowBackIcon, {})
38
- }), "Change Property"]
39
- }), /*#__PURE__*/_jsx(IconButton, {
40
- className: "tv-act-ico bg br1",
41
- size: "small",
42
- onClick: onClose,
43
- children: /*#__PURE__*/_jsx(CloseIcon, {})
44
- })]
45
- }), /*#__PURE__*/_jsx(Box, {
46
- className: "fe-dv-ap-desc",
47
- children: "Select Property Type"
48
- }), /*#__PURE__*/_jsx(Box, {
49
- className: "fe-dv-ap-opt-content mt",
50
- children: /*#__PURE__*/_jsx(PropertyList, {
51
- onSelect: onSelect,
52
- selected: mode?.edit
53
- })
54
- })]
55
- });
56
- };
57
- ChangeProperty.defaultProps = {
58
- onEvent: () => {}
59
- };
60
- export default ChangeProperty;
@@ -1,36 +0,0 @@
1
- import React from "react";
2
- import { List, ListItemButton, ListItemIcon, ListItemText, Box } from "@mui/material";
3
- import { PROPERTY_TYPES } from "./Constants";
4
- import { jsx as _jsx } from "react/jsx-runtime";
5
- import { jsxs as _jsxs } from "react/jsx-runtime";
6
- const ColumnsList = props => {
7
- const {
8
- properties
9
- } = props;
10
- const {
11
- onSelect,
12
- selected
13
- } = props;
14
- return /*#__PURE__*/_jsx(Box, {
15
- className: "opt-wrpr",
16
- children: /*#__PURE__*/_jsx(List, {
17
- className: "tv-opt-list",
18
- children: properties?.map((m, i) => {
19
- const {
20
- Icon
21
- } = PROPERTY_TYPES?.find(f => f.type === m.type) || {};
22
- return /*#__PURE__*/_jsxs(ListItemButton, {
23
- className: selected?.type === m?.type ? "active" : "",
24
- onClick: onSelect(m),
25
- children: [/*#__PURE__*/_jsx(ListItemIcon, {
26
- children: /*#__PURE__*/_jsx(Icon, {})
27
- }), /*#__PURE__*/_jsx(ListItemText, {
28
- primary: m?.label
29
- })]
30
- }, i);
31
- })
32
- })
33
- });
34
- };
35
- ColumnsList.defaultProps = {};
36
- export default ColumnsList;
@@ -1,101 +0,0 @@
1
- import NotesIcon from "@mui/icons-material/Notes";
2
- import TagIcon from "@mui/icons-material/Tag";
3
- import ArrowDropDownCircleIcon from "@mui/icons-material/ArrowDropDownCircle";
4
- import ChecklistIcon from "@mui/icons-material/Checklist";
5
- import InsertInvitationIcon from "@mui/icons-material/InsertInvitation";
6
- import PersonIcon from "@mui/icons-material/Person";
7
- import CheckCircleOutlineIcon from "@mui/icons-material/CheckCircleOutline";
8
- import ArrowUpwardIcon from "@mui/icons-material/ArrowUpward";
9
- import ArrowDownwardIcon from "@mui/icons-material/ArrowDownward";
10
- // import FilterListIcon from "@mui/icons-material/FilterList";
11
-
12
- export const TYPE_LABELS = {
13
- text: "Text",
14
- number: "Number",
15
- select: "Select",
16
- "multi-select": "Multi Select",
17
- date: "Date",
18
- person: "Person",
19
- check: "Checkbox"
20
- };
21
- export const PROPERTY_DEFAULTS = {
22
- text: {
23
- label: TYPE_LABELS?.text,
24
- visible: true
25
- },
26
- number: {
27
- label: TYPE_LABELS.number,
28
- visible: true
29
- },
30
- select: {
31
- label: TYPE_LABELS.select,
32
- visible: true
33
- },
34
- "multi-select": {
35
- label: TYPE_LABELS["multi-select"],
36
- visible: true
37
- },
38
- date: {
39
- label: TYPE_LABELS.date,
40
- visible: true
41
- },
42
- check: {
43
- label: TYPE_LABELS.check,
44
- visible: true
45
- },
46
- person: {
47
- label: TYPE_LABELS.person,
48
- visible: true
49
- }
50
- };
51
- export const PROPERTY_TYPES = [{
52
- type: "text",
53
- label: TYPE_LABELS.text,
54
- Icon: NotesIcon
55
- }, {
56
- type: "number",
57
- label: TYPE_LABELS.number,
58
- Icon: TagIcon
59
- }, {
60
- type: "select",
61
- label: TYPE_LABELS.select,
62
- Icon: ArrowDropDownCircleIcon
63
- }, {
64
- type: "multi-select",
65
- label: TYPE_LABELS["multi-select"],
66
- Icon: ChecklistIcon
67
- }, {
68
- type: "date",
69
- label: TYPE_LABELS.date,
70
- Icon: InsertInvitationIcon
71
- }, {
72
- type: "check",
73
- label: TYPE_LABELS.check,
74
- Icon: CheckCircleOutlineIcon
75
- }, {
76
- type: "person",
77
- label: TYPE_LABELS.person,
78
- Icon: PersonIcon
79
- }];
80
- export const FILTER_TYPES = [{
81
- type: "sort",
82
- operator: "asc",
83
- label: "Sort Ascending",
84
- value: "",
85
- Icon: ArrowUpwardIcon
86
- }, {
87
- type: "sort",
88
- operator: "desc",
89
- label: "Sort Descending",
90
- Icon: ArrowDownwardIcon
91
- }
92
- // {
93
- // type: "filter",
94
- // operator: "contains",
95
- // label: "Filter",
96
- // value: "",
97
- // Icon: FilterListIcon,
98
- // },
99
- ];
100
-
101
- export const DEFAULT_OPTION_COLORS = ["rgba(131, 96, 253, 0.5)", "rgba(180, 180, 180, 1)", "rgba(72, 159, 248, 0.5)", "rgba(254, 122, 0, 0.5)", "rgba(214, 105, 190, 0.5)", "rgba(255, 229, 0, 0.5)"];
@@ -1,160 +0,0 @@
1
- import React, { useEffect, useRef, useState } from "react";
2
- import { Box, IconButton, TextField, List, ListItemButton, ListItemIcon, ListItemText, FormControlLabel } from "@mui/material";
3
- import CloseIcon from "@mui/icons-material/Close";
4
- import ArrowBackIcon from "@mui/icons-material/ArrowBack";
5
- import DeleteIcon from "@mui/icons-material/Delete";
6
- import ColorButtons from "../../../Color Picker/ColorButtons";
7
- import ColorPickerStyles from "../../../Color Picker/Styles";
8
- import { DEFAULT_OPTION_COLORS } from "./Constants";
9
- import { jsx as _jsx } from "react/jsx-runtime";
10
- import { jsxs as _jsxs } from "react/jsx-runtime";
11
- const EditOption = props => {
12
- const {
13
- classes,
14
- onClose,
15
- mode,
16
- onEvent
17
- } = props;
18
- const [edit, setEdit] = useState({
19
- ...(mode?.edit || {})
20
- });
21
- const editData = useRef({
22
- ...edit
23
- });
24
- const {
25
- optionIndex
26
- } = edit;
27
- const selectedOption = edit?.options[optionIndex] || {};
28
- const pickerStyles = ColorPickerStyles();
29
- useEffect(() => {
30
- return () => {
31
- // on un-mount update the option change
32
- if (editData?.current) {
33
- delete editData?.current?.edited;
34
- onEvent("updateProperty", {
35
- ...editData?.current
36
- });
37
- }
38
- };
39
- }, []);
40
- const onChange = e => {
41
- const updatedOptions = edit?.options.map((m, i) => {
42
- if (i === edit?.optionIndex) {
43
- return {
44
- ...m,
45
- [e.target.name]: e?.target?.value
46
- };
47
- }
48
- return m;
49
- });
50
-
51
- // for delete
52
- if (edit?.optionIndex > -1 && e?.target?.delete) {
53
- updatedOptions.splice(edit?.optionIndex, 1);
54
- }
55
- const latest = {
56
- ...edit,
57
- options: [...updatedOptions]
58
- };
59
- setEdit({
60
- ...latest
61
- });
62
- editData.current = {
63
- ...latest,
64
- edited: true
65
- };
66
-
67
- // if delete go back
68
- if (e?.target?.delete) {
69
- onEvent("editProperty", {
70
- edit: {
71
- ...latest
72
- }
73
- });
74
- }
75
- };
76
- const onBack = () => {
77
- onEvent("editProperty", {
78
- edit: {
79
- ...edit
80
- }
81
- });
82
- };
83
- const onDeleteOption = () => {
84
- onChange({
85
- target: {
86
- delete: true
87
- }
88
- });
89
- };
90
- const onColorChange = color => {
91
- onChange({
92
- target: {
93
- name: "color",
94
- value: color
95
- }
96
- });
97
- };
98
- return /*#__PURE__*/_jsxs(Box, {
99
- sx: classes.addProperty,
100
- children: [/*#__PURE__*/_jsxs(Box, {
101
- className: "fe-dv-ap-title",
102
- children: [/*#__PURE__*/_jsxs("span", {
103
- children: [/*#__PURE__*/_jsx(IconButton, {
104
- className: "tv-act-ico",
105
- size: "small",
106
- onClick: onBack,
107
- children: /*#__PURE__*/_jsx(ArrowBackIcon, {})
108
- }), "Edit Option"]
109
- }), /*#__PURE__*/_jsx(IconButton, {
110
- className: "tv-act-ico bg",
111
- size: "small",
112
- onClick: onClose,
113
- children: /*#__PURE__*/_jsx(CloseIcon, {})
114
- })]
115
- }), /*#__PURE__*/_jsx(Box, {
116
- className: "fe-dv-ap-opt-content mt-1 mb",
117
- children: /*#__PURE__*/_jsx(FormControlLabel, {
118
- className: "ml-0",
119
- label: "Option Name",
120
- control: /*#__PURE__*/_jsx(TextField, {
121
- size: "small",
122
- name: "value",
123
- value: selectedOption?.value,
124
- onChange: onChange,
125
- fullWidth: true,
126
- placeholder: "Option Name"
127
- }),
128
- labelPlacement: "top"
129
- })
130
- }), /*#__PURE__*/_jsxs(Box, {
131
- className: "label-desc mt-1",
132
- children: [/*#__PURE__*/_jsx(Box, {
133
- className: "label-tp mb",
134
- children: "Choose Color"
135
- }), /*#__PURE__*/_jsx(Box, {
136
- className: "ml",
137
- children: /*#__PURE__*/_jsx(ColorButtons, {
138
- classes: pickerStyles,
139
- onSelect: onColorChange,
140
- activeColor: selectedOption?.color,
141
- defaultColors: DEFAULT_OPTION_COLORS
142
- })
143
- })]
144
- }), /*#__PURE__*/_jsx(List, {
145
- className: "fe-dv-opt-list st",
146
- children: /*#__PURE__*/_jsxs(ListItemButton, {
147
- onClick: onDeleteOption,
148
- children: [/*#__PURE__*/_jsx(ListItemIcon, {
149
- children: /*#__PURE__*/_jsx(DeleteIcon, {})
150
- }), /*#__PURE__*/_jsx(ListItemText, {
151
- children: "Delete Option"
152
- })]
153
- })
154
- })]
155
- });
156
- };
157
- EditOption.defaultProps = {
158
- onEvent: () => {}
159
- };
160
- export default EditOption;