dtable-ui-component 6.0.25-alpha.4 → 6.0.26-beta
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/lib/BodyPortal/index.js +29 -0
- package/lib/CheckboxEditor/index.js +17 -118
- package/lib/CheckboxEditor/lg.js +118 -0
- package/lib/CheckboxEditor/sm.js +101 -0
- package/lib/CollaboratorEditor/index.js +11 -4
- package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.js +2 -2
- package/lib/CollaboratorEditor/sm/index.css +41 -0
- package/lib/CollaboratorEditor/sm/index.js +87 -0
- package/lib/DTableCommonAddTool/index.js +1 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +3 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +4 -4
- package/lib/DateEditor/index.js +31 -30
- package/lib/DateEditor/{pc-date-editor-popover.js → large.js} +6 -6
- package/lib/DateEditor/sm/custom-rc-calendar.css +118 -0
- package/lib/DateEditor/sm/index.css +40 -0
- package/lib/DateEditor/{mb-date-editor-popover → sm}/index.js +15 -30
- package/lib/{Department-editor → DepartmentEditor}/constants.js +7 -0
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.css +4 -1
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.js +7 -4
- package/lib/DepartmentEditor/index.js +25 -0
- package/lib/{Department-editor → DepartmentEditor/lg}/department-single-select.js +10 -7
- package/lib/{Department-editor → DepartmentEditor/lg}/index.css +12 -3
- package/lib/{Department-editor → DepartmentEditor/lg}/index.js +8 -25
- package/lib/DepartmentEditor/sm/index.css +4 -0
- package/lib/DepartmentEditor/sm/index.js +220 -0
- package/lib/DigitalSignEditor/index.js +17 -173
- package/lib/DigitalSignEditor/lg/index.js +181 -0
- package/lib/DigitalSignEditor/sm/index.css +35 -0
- package/lib/DigitalSignEditor/sm/index.js +139 -0
- package/lib/FileEditor/files-previewer/index.js +16 -267
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/dropdown-menu.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.css +0 -2
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.js +2 -2
- package/lib/FileEditor/files-previewer/lg/index.js +276 -0
- package/lib/FileEditor/files-previewer/sm/file-previewer/index.js +122 -0
- package/lib/FileEditor/files-previewer/sm/index.css +39 -0
- package/lib/FileEditor/files-previewer/sm/index.js +59 -0
- package/lib/FileEditor/index.css +0 -5
- package/lib/FileEditor/index.js +16 -264
- package/lib/FileEditor/lg/addition-previewer/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/FileEditor/lg/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/local-file-addition/index.js +4 -4
- package/lib/FileEditor/lg/index.css +5 -0
- package/lib/FileEditor/lg/index.js +274 -0
- package/lib/FileEditor/sm/index.css +10 -0
- package/lib/FileEditor/sm/index.js +131 -0
- package/lib/FileFormatter/index.js +4 -4
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/index.js +76 -231
- package/lib/GeolocationEditor/{country-editor.js → lg/country-editor.js} +5 -49
- package/lib/GeolocationEditor/{index.css → lg/index.css} +1 -2
- package/lib/GeolocationEditor/lg/index.js +247 -0
- package/lib/GeolocationEditor/{location-editor.js → lg/location-editor.js} +8 -41
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/index.js +6 -6
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{province-city-editor.js → lg/province-city-editor.js} +7 -38
- package/lib/GeolocationEditor/{province-editor.js → lg/province-editor.js} +7 -31
- package/lib/GeolocationEditor/{selector-header-item.js → lg/selector-header-item.js} +1 -1
- package/lib/GeolocationEditor/map-editor-utils.js +6 -2
- package/lib/GeolocationEditor/sm/country-editor.js +70 -0
- package/lib/GeolocationEditor/sm/index.css +11 -0
- package/lib/GeolocationEditor/sm/index.js +125 -0
- package/lib/GeolocationEditor/sm/location-editor.js +93 -0
- package/lib/GeolocationEditor/sm/map-editor/index.css +11 -0
- package/lib/GeolocationEditor/sm/map-editor/index.js +469 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.css +158 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.js +525 -0
- package/lib/GeolocationEditor/sm/province-city-editor.js +68 -0
- package/lib/GeolocationEditor/sm/province-editor.js +67 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +2 -2
- package/lib/ImageEditor/images-previewer/index.js +3 -3
- package/lib/ImageEditor/index.css +17 -16
- package/lib/ImageEditor/index.js +16 -184
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.js +4 -4
- package/lib/ImageEditor/lg/images-previewer/index.js +140 -0
- package/lib/ImageEditor/lg/index.css +24 -0
- package/lib/ImageEditor/lg/index.js +194 -0
- package/lib/ImageEditor/sm/index.css +29 -0
- package/lib/ImageEditor/sm/index.js +131 -0
- package/lib/ImageThumbnail/index.js +2 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.css +1 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MobileFullScreenPage/body/index.css +9 -0
- package/lib/MobileFullScreenPage/body/index.js +23 -0
- package/lib/MobileFullScreenPage/header/index.css +35 -0
- package/lib/MobileFullScreenPage/header/index.js +38 -0
- package/lib/MobileFullScreenPage/index.css +13 -0
- package/lib/MobileFullScreenPage/index.js +81 -0
- package/lib/MobileModal/index.js +41 -0
- package/lib/MobileOperationSheet/index.css +27 -0
- package/lib/MobileOperationSheet/index.js +92 -0
- package/lib/MobileSelectorEditor/empty/index.css +3 -0
- package/lib/MobileSelectorEditor/empty/index.js +23 -0
- package/lib/MobileSelectorEditor/index.css +32 -0
- package/lib/MobileSelectorEditor/index.js +57 -0
- package/lib/MobileSelectorEditor/option/index.css +28 -0
- package/lib/MobileSelectorEditor/option/index.js +36 -0
- package/lib/MobileSelectorEditor/options/index.css +8 -0
- package/lib/MobileSelectorEditor/options/index.js +18 -0
- package/lib/MobileSelectorEditor/search/index.css +7 -0
- package/lib/MobileSelectorEditor/search/index.js +26 -0
- package/lib/MobileUpload/index.css +1 -0
- package/lib/MobileUpload/index.js +160 -0
- package/lib/MultipleSelectEditor/index.js +3 -10
- package/lib/RowExpand/index.js +19 -0
- package/lib/{RowExpandDialog → RowExpand/lg}/body/index.js +4 -4
- package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.js +2 -2
- package/lib/{RowExpandDialog → RowExpand/lg}/header/index.js +3 -3
- package/lib/{RowExpandDialog → RowExpand/lg}/index.js +6 -6
- package/lib/RowExpand/sm/body/index.css +173 -0
- package/lib/RowExpand/sm/body/index.js +111 -0
- package/lib/RowExpand/sm/column-content/index.css +27 -0
- package/lib/RowExpand/sm/column-content/index.js +25 -0
- package/lib/RowExpand/sm/index.css +0 -0
- package/lib/RowExpand/sm/index.js +172 -0
- package/lib/RowExpandEditor/RightAngle/index.css +6 -0
- package/lib/RowExpandEditor/RightAngle/index.js +17 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +12 -17
- package/lib/RowExpandEditor/RowExpandAddBtn/lg/index.js +26 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.js +19 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +10 -33
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/lg.js +42 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.js +39 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +10 -223
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/lg/index.js +231 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.css +9 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.js +163 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandDateEditor/lg.js +130 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/sm.js +84 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +11 -96
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/lg.js +101 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/sm.js +65 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +10 -199
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/lg/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +11 -97
- package/lib/RowExpandEditor/RowExpandDurationEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/sm.js +71 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +10 -116
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.js +84 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +10 -139
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.js +148 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/sm/index.js +116 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +10 -156
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/lg/index.js +164 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.js +101 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +10 -161
- package/lib/RowExpandEditor/RowExpandImageEditor/lg/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.css +25 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.js +109 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +11 -115
- package/lib/RowExpandEditor/RowExpandLongTextEditor/lg/index.js +123 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.css +10 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.js +80 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.js +91 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +10 -238
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/lg/index.js +247 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.js +155 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +10 -96
- package/lib/RowExpandEditor/RowExpandNumberEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.js +76 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +21 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +10 -142
- package/lib/RowExpandEditor/RowExpandRateEditor/lg.js +151 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/sm.js +92 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +11 -198
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/lg/index.js +206 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.css +8 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.js +134 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +11 -128
- package/lib/RowExpandEditor/RowExpandTextEditor/lg/index.js +136 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.css +14 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.js +37 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandUrlEditor/lg/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.js +87 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +10 -18
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/lg.js +27 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/sm.js +20 -0
- package/lib/RowExpandFormatter/RowExpandEmailFormatter/index.css +4 -4
- package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +1 -1
- package/lib/RowExpandFormatter/index.css +18 -18
- package/lib/RowExpandFormatter/index.js +1 -1
- package/lib/SelectItem/index.js +57 -33
- package/lib/SingleSelectEditor/index.js +3 -10
- package/lib/SvgIcon/index.js +2 -1
- package/lib/constants/file.js +1 -0
- package/lib/constants/index.js +3 -2
- package/lib/index.js +53 -4
- package/lib/locales/zh-CN.json +1 -1
- package/lib/select-editor/index.js +19 -21
- package/lib/select-editor/{pc-select-editor → lg}/index.css +1 -1
- package/lib/select-editor/{pc-select-editor → lg}/index.js +10 -10
- package/lib/select-editor/sm/index.css +1 -0
- package/lib/select-editor/sm/index.js +104 -0
- package/lib/utils/get-event-transfer.js +2 -1
- package/lib/utils/utils.js +11 -2
- package/package.json +1 -1
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
- package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
- package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
- package/lib/FileEditor/addition-previewer/index.css +0 -1
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
- package/lib/select-editor/mb-select-editor/index.css +0 -127
- package/lib/select-editor/mb-select-editor/index.js +0 -197
- package/lib/select-editor/select-editor-option.js +0 -84
- /package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.js +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/utils.js +0 -0
- /package/lib/DigitalSignEditor/{index.css → lg/index.css} +0 -0
- /package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{parse-geolocation.js → lg/parse-geolocation.js} +0 -0
- /package/lib/GeolocationEditor/{selector-list.js → lg/selector-list.js} +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/body/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/header/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/index.css +0 -0
- /package/lib/RowExpandEditor/RowExpandAddBtn/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandGeolocationEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandImageEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandLongTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandUrlEditor/{index.css → lg/index.css} +0 -0
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.default = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _dtableUtils = require("dtable-utils");
|
|
10
|
-
var _MBEditorHeader = _interopRequireDefault(require("../../MBEditorHeader"));
|
|
11
|
-
var _DTableSearchInput = _interopRequireDefault(require("../../DTableSearchInput"));
|
|
12
|
-
var _lang = require("../../lang");
|
|
13
|
-
require("./index.css");
|
|
14
|
-
class MBCollaboratorEditor extends _react.default.Component {
|
|
15
|
-
constructor(props) {
|
|
16
|
-
super(props);
|
|
17
|
-
this.handleHistoryBack = e => {
|
|
18
|
-
e.preventDefault();
|
|
19
|
-
this.props.onClosePopover();
|
|
20
|
-
};
|
|
21
|
-
this.onContainerClick = event => {
|
|
22
|
-
if (this.editorPopover && this.editorPopover.contains(event.target)) {
|
|
23
|
-
event.stopPropagation();
|
|
24
|
-
event.nativeEvent.stopImmediatePropagation();
|
|
25
|
-
return false;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
this.onChangeSearch = newValue => {
|
|
29
|
-
let {
|
|
30
|
-
searchVal
|
|
31
|
-
} = this.state;
|
|
32
|
-
if (searchVal === newValue) return;
|
|
33
|
-
this.setState({
|
|
34
|
-
searchVal: newValue
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
this.getSelectedCollaborators = () => {
|
|
38
|
-
let {
|
|
39
|
-
value,
|
|
40
|
-
collaborators
|
|
41
|
-
} = this.props;
|
|
42
|
-
if (!Array.isArray(value)) {
|
|
43
|
-
return [];
|
|
44
|
-
}
|
|
45
|
-
return collaborators.filter(collaborator => {
|
|
46
|
-
return value.indexOf(collaborator.email) > -1;
|
|
47
|
-
});
|
|
48
|
-
};
|
|
49
|
-
this.getFilteredCollaborators = () => {
|
|
50
|
-
let {
|
|
51
|
-
collaborators
|
|
52
|
-
} = this.props;
|
|
53
|
-
let {
|
|
54
|
-
searchVal
|
|
55
|
-
} = this.state;
|
|
56
|
-
return searchVal ? (0, _dtableUtils.searchCollaborators)(collaborators, searchVal) : collaborators;
|
|
57
|
-
};
|
|
58
|
-
this.onCollaboratorClick = collaborator => {
|
|
59
|
-
this.props.onCommit(collaborator);
|
|
60
|
-
};
|
|
61
|
-
this.onRemoveCollaborator = collaborator => {
|
|
62
|
-
this.props.onCommit(collaborator);
|
|
63
|
-
};
|
|
64
|
-
this.renderFilteredCollaborators = collaborators => {
|
|
65
|
-
let {
|
|
66
|
-
value = []
|
|
67
|
-
} = this.props;
|
|
68
|
-
return collaborators.map((collaborator, index) => {
|
|
69
|
-
const isSelected = value.includes(collaborator.email);
|
|
70
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
71
|
-
className: "mb-collaborator-option-item",
|
|
72
|
-
key: index,
|
|
73
|
-
onMouseDown: this.onCollaboratorClick.bind(this, collaborator)
|
|
74
|
-
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
75
|
-
className: "mb-collaborator-info"
|
|
76
|
-
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
77
|
-
className: "collaborator-avatar"
|
|
78
|
-
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
79
|
-
src: collaborator.avatar_url,
|
|
80
|
-
width: "24",
|
|
81
|
-
height: "24",
|
|
82
|
-
alt: "avatar"
|
|
83
|
-
})), /*#__PURE__*/_react.default.createElement("span", {
|
|
84
|
-
className: "collaborator-name"
|
|
85
|
-
}, collaborator.name)), isSelected && /*#__PURE__*/_react.default.createElement("i", {
|
|
86
|
-
className: "mb-collaborator-checked dtable-font dtable-icon-check-mark"
|
|
87
|
-
}));
|
|
88
|
-
});
|
|
89
|
-
};
|
|
90
|
-
this.setEditorPopover = editorPopover => {
|
|
91
|
-
this.editorPopover = editorPopover;
|
|
92
|
-
};
|
|
93
|
-
this.state = {
|
|
94
|
-
searchVal: ''
|
|
95
|
-
};
|
|
96
|
-
}
|
|
97
|
-
componentDidMount() {
|
|
98
|
-
history.pushState(null, null, '#'); // eslint-disable-line
|
|
99
|
-
window.addEventListener('popstate', this.handleHistoryBack, false);
|
|
100
|
-
}
|
|
101
|
-
componentWillUnmount() {
|
|
102
|
-
window.removeEventListener('popstate', this.handleHistoryBack, false);
|
|
103
|
-
}
|
|
104
|
-
render() {
|
|
105
|
-
const {
|
|
106
|
-
column
|
|
107
|
-
} = this.props;
|
|
108
|
-
const {
|
|
109
|
-
searchVal
|
|
110
|
-
} = this.state;
|
|
111
|
-
let filteredCollaborators = this.getFilteredCollaborators();
|
|
112
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
113
|
-
ref: this.setEditorPopover,
|
|
114
|
-
className: "dtable-ui-mb-editor-popover mb-collaborator-editor-popover",
|
|
115
|
-
onClick: this.onContainerClick
|
|
116
|
-
}, /*#__PURE__*/_react.default.createElement(_MBEditorHeader.default, {
|
|
117
|
-
title: column.name,
|
|
118
|
-
leftContent: /*#__PURE__*/_react.default.createElement("i", {
|
|
119
|
-
className: "dtable-font dtable-icon-return"
|
|
120
|
-
}),
|
|
121
|
-
rightContent: /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Done')),
|
|
122
|
-
onLeftClick: this.props.onClose,
|
|
123
|
-
onRightClick: this.props.onClose
|
|
124
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
125
|
-
className: "dtable-ui-mb-editor-body dtable-ui-mb-collaborator-editor-body"
|
|
126
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
127
|
-
className: "mb-search-collaborator-items"
|
|
128
|
-
}, /*#__PURE__*/_react.default.createElement(_DTableSearchInput.default, {
|
|
129
|
-
autoFocus: true,
|
|
130
|
-
value: searchVal,
|
|
131
|
-
placeholder: (0, _lang.getLocale)('Search_collaborator'),
|
|
132
|
-
onChange: this.onChangeSearch
|
|
133
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
134
|
-
className: "mb-collaborators-container"
|
|
135
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
136
|
-
className: "title"
|
|
137
|
-
}, (0, _lang.getLocale)('Choose_a_collaborator')), /*#__PURE__*/_react.default.createElement("div", {
|
|
138
|
-
className: "content"
|
|
139
|
-
}, filteredCollaborators.length === 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
140
|
-
className: "search-result-none"
|
|
141
|
-
}, (0, _lang.getLocale)('No_collaborators_available')), filteredCollaborators.length > 0 && this.renderFilteredCollaborators(filteredCollaborators)))));
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
MBCollaboratorEditor.defaultProps = {
|
|
145
|
-
isReadOnly: false,
|
|
146
|
-
value: []
|
|
147
|
-
};
|
|
148
|
-
var _default = exports.default = MBCollaboratorEditor;
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-date {
|
|
2
|
-
width: 28px;
|
|
3
|
-
height: 30px;
|
|
4
|
-
border-radius: 50%;
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
line-height: 30px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-date-panel {
|
|
10
|
-
width: 100%;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-selected-day .rc-calendar-date {
|
|
14
|
-
background-color: #FcEcD9;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-date:hover,
|
|
18
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-year-panel-year:hover,
|
|
19
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover {
|
|
20
|
-
background-color: #FcEcD9;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-selected-date .rc-calendar-date,
|
|
24
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-selected-date .rc-calendar-date:hover,
|
|
25
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year,
|
|
26
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
|
|
27
|
-
background-color: #f09f3f;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-next-year-btn:not([href]):not([tabindex]),
|
|
31
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-prev-year-btn:not([href]):not([tabindex]),
|
|
32
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-next-month-btn:not([href]):not([tabindex]),
|
|
33
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-prev-month-btn:not([href]):not([tabindex]) {
|
|
34
|
-
color: #999;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-next-year-btn:not([href]):not([tabindex]):hover,
|
|
38
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-prev-year-btn:not([href]):not([tabindex]):hover,
|
|
39
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-next-month-btn:not([href]):not([tabindex]):hover,
|
|
40
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-prev-month-btn:not([href]):not([tabindex]):hover {
|
|
41
|
-
color: #666;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-today .rc-calendar-date {
|
|
45
|
-
border: none;
|
|
46
|
-
position: relative;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rc-calendar-today .rc-calendar-date::after {
|
|
50
|
-
content: '';
|
|
51
|
-
background: #f09f3f;
|
|
52
|
-
position: absolute;
|
|
53
|
-
width: 4px;
|
|
54
|
-
height: 4px;
|
|
55
|
-
border-radius: 50%;
|
|
56
|
-
left: 45%;
|
|
57
|
-
bottom: 0%;
|
|
58
|
-
display: inline-block;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar .rdg-editor-container input.editor-main[readonly] {
|
|
62
|
-
background-color: #fff;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-time-picker {
|
|
66
|
-
z-index: 1;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-right-panel-body ul li.highlight {
|
|
70
|
-
margin: 0;
|
|
71
|
-
border: none;
|
|
72
|
-
background-color: #fff;
|
|
73
|
-
font-size: 12px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar {
|
|
77
|
-
box-shadow: none;
|
|
78
|
-
border-radius: 0px;
|
|
79
|
-
border: 1px solid #e9e9e9;
|
|
80
|
-
border-left: none;
|
|
81
|
-
border-right: none;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-date {
|
|
85
|
-
font-size: 14px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-date-panel {
|
|
89
|
-
width: 100%;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-body {
|
|
93
|
-
height: 22rem;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-table tr {
|
|
97
|
-
height: 3rem;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-prev-month-btn,
|
|
101
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-next-month-btn,
|
|
102
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-prev-year-btn,
|
|
103
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-next-year-btn {
|
|
104
|
-
font-size: 30px;
|
|
105
|
-
width: 50px;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-header {
|
|
109
|
-
border-bottom: none;
|
|
110
|
-
margin-top: 0.5rem;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-year-select,
|
|
114
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-month-select,
|
|
115
|
-
.dtable-ui.mb-date-editor-picker .rc-calendar-day-select {
|
|
116
|
-
font-size: 16px;
|
|
117
|
-
padding: 5px;
|
|
118
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@import url('./custom-rc-calendar.css');
|
|
2
|
-
@import url('../../css/mb-cell-editor.css');
|
|
3
|
-
|
|
4
|
-
@media screen and (max-width: 767.8px) {
|
|
5
|
-
.dtable-ui-mb-date-editor-body .mb-date-editor-input {
|
|
6
|
-
display: flex;
|
|
7
|
-
border-top: 1px solid #e9e9e9;
|
|
8
|
-
border-bottom: 1px solid #e9e9e9;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.dtable-ui-mb-date-editor-body .mb-date-editor-input .date-input {
|
|
12
|
-
flex: 1;
|
|
13
|
-
background-color: #fff;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.dtable-ui-mb-date-editor-body .mb-date-editor-input .date-input .date-input-day {
|
|
17
|
-
background-color: #f5f5f5;
|
|
18
|
-
border: 1px solid #e9e9e9;
|
|
19
|
-
margin: 10px;
|
|
20
|
-
padding: 3px 5px;
|
|
21
|
-
border-radius: 3px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.dtable-ui-mb-date-editor-body .dtable-ui.mb-date-editor-picker {
|
|
25
|
-
display: block;
|
|
26
|
-
position: relative;
|
|
27
|
-
margin-top: 20px;
|
|
28
|
-
line-height: 1.5;
|
|
29
|
-
box-sizing: border-box;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.dtable-ui-mb-date-editor-body .mb-date-editor-clear {
|
|
33
|
-
padding: 10px 0;
|
|
34
|
-
margin-top: 20px;
|
|
35
|
-
border-bottom: 1px solid #e9e9e9;
|
|
36
|
-
border-top: 1px solid #e9e9e9;
|
|
37
|
-
text-align: center;
|
|
38
|
-
color: #d27053;
|
|
39
|
-
background-color: #fff;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dtable-ui .am-picker-popup-header .am-picker-popup-item {
|
|
43
|
-
color: #E5A252;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('../../ImageEditor/addition-previewer/index.css');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('../../../ImageEditor/addition-previewer/local-image-addition/index.css');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('../RowExpandImageEditor/index.css');
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
@import url('../../css/mb-cell-editor.css');
|
|
2
|
-
|
|
3
|
-
@media screen and (max-width: 767.8px) {
|
|
4
|
-
.dtable-ui-mb-select-editor-body .mb-selected-item {
|
|
5
|
-
margin-top: 10px;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.dtable-ui-mb-select-editor-body .mb-selected-item .title {
|
|
11
|
-
padding: 6px 16px;
|
|
12
|
-
border-bottom: 1px solid #e9e9e9;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.dtable-ui-mb-select-editor-body .mb-selected-item .content {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-wrap: wrap;
|
|
18
|
-
align-items: center;
|
|
19
|
-
min-height: 50px;
|
|
20
|
-
padding: 8px 16px;
|
|
21
|
-
border-bottom: 1px solid #e9e9e9;
|
|
22
|
-
overflow: auto;
|
|
23
|
-
background-color: #fff;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.dtable-ui-mb-select-editor-body .mb-selected-item .content .select-option-item {
|
|
27
|
-
margin: 3px 10px 3px 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dtable-ui-mb-select-editor-body .mb-search-select-items {
|
|
31
|
-
padding: 8px 16px;
|
|
32
|
-
margin-top: 20px;
|
|
33
|
-
border-top: 1px solid #e9e9e9;
|
|
34
|
-
border-bottom: 1px solid #e9e9e9;
|
|
35
|
-
background-color: #fff;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.dtable-ui-mb-select-editor-body .mb-search-select-items > input {
|
|
39
|
-
outline: none;
|
|
40
|
-
height: 30px;
|
|
41
|
-
padding: 0;
|
|
42
|
-
line-height: 30px;
|
|
43
|
-
border: none;
|
|
44
|
-
}
|
|
45
|
-
.dtable-ui-mb-select-editor-body .mb-search-select-items > input:focus,
|
|
46
|
-
.dtable-ui-mb-select-editor-body .mb-search-select-items > input:active {
|
|
47
|
-
outline: none;
|
|
48
|
-
box-shadow: none;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container {
|
|
52
|
-
display: flex;
|
|
53
|
-
flex-direction: column;
|
|
54
|
-
margin-top: 10px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .title {
|
|
58
|
-
padding: 6px 16px;
|
|
59
|
-
border-bottom: 1px solid #e9e9e9;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .content {
|
|
63
|
-
display: flex;
|
|
64
|
-
flex-direction: column;
|
|
65
|
-
border-bottom: 1px solid #e9e9e9;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .search-result-none {
|
|
69
|
-
padding: 16px 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item {
|
|
73
|
-
display: flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
justify-content: space-between;
|
|
76
|
-
height: 50px;
|
|
77
|
-
padding: 10px 10px 10px 16px;
|
|
78
|
-
font-size: 13px;
|
|
79
|
-
background-color: #fff;
|
|
80
|
-
color: #212529;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item + .mb-select-option-item {
|
|
84
|
-
border-top: 1px solid #e9e9e9;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item .item-name {
|
|
88
|
-
display: inline-block;
|
|
89
|
-
padding: 0 10px;
|
|
90
|
-
margin-top: 5px;
|
|
91
|
-
height: 20px;
|
|
92
|
-
line-height: 20px;
|
|
93
|
-
text-align: center;
|
|
94
|
-
text-overflow: ellipsis;
|
|
95
|
-
border-radius: 10px;
|
|
96
|
-
overflow: hidden;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item .dtable-font {
|
|
100
|
-
font-size: 12px;
|
|
101
|
-
color: #798d99;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.dtable-ui-mb-select-editor-body .mb-create-select-item {
|
|
105
|
-
display: flex;
|
|
106
|
-
align-items: center;
|
|
107
|
-
height: 50px;
|
|
108
|
-
padding: 0 10px;
|
|
109
|
-
margin-top: 20px;
|
|
110
|
-
border-top: 1px solid #dedede;
|
|
111
|
-
border-bottom: 1px solid #e9e9e9;
|
|
112
|
-
background-color: #fff;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.dtable-ui-mb-select-editor-body .mb-create-select-item .dtable-font {
|
|
116
|
-
margin-right: 10px;
|
|
117
|
-
font-size: 12px;
|
|
118
|
-
font-weight: 600px;
|
|
119
|
-
transition: translateY(1px);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.dtable-ui-mb-select-editor-body .mb-create-select-item .dtable-ui-add-new-option {
|
|
123
|
-
font-size: 14px;
|
|
124
|
-
font-weight: 500px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
}
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
-
var _lang = require("../../lang");
|
|
11
|
-
var _selectEditorOption = _interopRequireDefault(require("../select-editor-option"));
|
|
12
|
-
var _MBEditorHeader = _interopRequireDefault(require("../../MBEditorHeader"));
|
|
13
|
-
require("./index.css");
|
|
14
|
-
class MBSelectEditorPopover extends _react.default.Component {
|
|
15
|
-
constructor(props) {
|
|
16
|
-
super(props);
|
|
17
|
-
this.handleHistoryBack = e => {
|
|
18
|
-
e.preventDefault();
|
|
19
|
-
this.props.onClosePopover();
|
|
20
|
-
};
|
|
21
|
-
this.onContainerClick = event => {
|
|
22
|
-
if (this.editorPopover && this.editorPopover.contains(event.target)) {
|
|
23
|
-
event.stopPropagation();
|
|
24
|
-
event.nativeEvent.stopImmediatePropagation();
|
|
25
|
-
return false;
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
this.onChangeSearch = event => {
|
|
29
|
-
let {
|
|
30
|
-
searchVal
|
|
31
|
-
} = this.state;
|
|
32
|
-
if (searchVal === event.target.value) {
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
searchVal = event.target.value;
|
|
36
|
-
this.setState({
|
|
37
|
-
searchVal
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
this.getSelectedOptions = () => {
|
|
41
|
-
let {
|
|
42
|
-
value,
|
|
43
|
-
options
|
|
44
|
-
} = this.props;
|
|
45
|
-
if (!Array.isArray(value)) {
|
|
46
|
-
return [];
|
|
47
|
-
}
|
|
48
|
-
return options.filter(option => {
|
|
49
|
-
return value.indexOf(option.id) > -1;
|
|
50
|
-
});
|
|
51
|
-
};
|
|
52
|
-
this.getFilteredOptions = () => {
|
|
53
|
-
let {
|
|
54
|
-
options
|
|
55
|
-
} = this.props;
|
|
56
|
-
let {
|
|
57
|
-
searchVal
|
|
58
|
-
} = this.state;
|
|
59
|
-
return searchVal ? options.filter(item => item.name.indexOf(searchVal) > -1) : options;
|
|
60
|
-
};
|
|
61
|
-
this.onSelectOption = option => {
|
|
62
|
-
this.props.onOptionItemToggle(option);
|
|
63
|
-
};
|
|
64
|
-
this.onAddNewOption = event => {
|
|
65
|
-
event.stopPropagation();
|
|
66
|
-
event.nativeEvent.stopImmediatePropagation();
|
|
67
|
-
let newOption = this.state.searchVal.trim();
|
|
68
|
-
if (newOption) {
|
|
69
|
-
this.props.onAddNewOption(newOption);
|
|
70
|
-
this.props.onClosePopover();
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
this.onRemoveOption = option => {
|
|
74
|
-
this.props.onOptionItemToggle(option);
|
|
75
|
-
};
|
|
76
|
-
this.renderSelectOptions = options => {
|
|
77
|
-
let {
|
|
78
|
-
value
|
|
79
|
-
} = this.props;
|
|
80
|
-
return options.map((option, index) => {
|
|
81
|
-
let isSelect = value.some(item => item === option.id);
|
|
82
|
-
let style = {
|
|
83
|
-
backgroundColor: option.color,
|
|
84
|
-
color: option.textColor || null
|
|
85
|
-
};
|
|
86
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
87
|
-
className: "mb-select-option-item",
|
|
88
|
-
key: index,
|
|
89
|
-
onMouseDown: this.onSelectOption.bind(this, option)
|
|
90
|
-
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
91
|
-
className: "mb-select-item"
|
|
92
|
-
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
93
|
-
className: "item-name",
|
|
94
|
-
style: style,
|
|
95
|
-
title: option.name
|
|
96
|
-
}, option.name)), /*#__PURE__*/_react.default.createElement("span", {
|
|
97
|
-
className: "mb-item-checked"
|
|
98
|
-
}, isSelect && /*#__PURE__*/_react.default.createElement("i", {
|
|
99
|
-
className: "dtable-font dtable-icon-check-mark"
|
|
100
|
-
})));
|
|
101
|
-
});
|
|
102
|
-
};
|
|
103
|
-
this.setEditorPopover = editorPopover => {
|
|
104
|
-
this.editorPopover = editorPopover;
|
|
105
|
-
};
|
|
106
|
-
this.state = {
|
|
107
|
-
searchVal: ''
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
componentDidMount() {
|
|
111
|
-
history.pushState(null, null, '#'); // eslint-disable-line
|
|
112
|
-
window.addEventListener('popstate', this.handleHistoryBack, false);
|
|
113
|
-
}
|
|
114
|
-
componentWillUnmount() {
|
|
115
|
-
window.removeEventListener('popstate', this.handleHistoryBack, false);
|
|
116
|
-
}
|
|
117
|
-
render() {
|
|
118
|
-
const {
|
|
119
|
-
isReadOnly,
|
|
120
|
-
column,
|
|
121
|
-
isSupportNewOption,
|
|
122
|
-
isShowRemoveIcon
|
|
123
|
-
} = this.props;
|
|
124
|
-
const {
|
|
125
|
-
searchVal
|
|
126
|
-
} = this.state;
|
|
127
|
-
const selectedOptions = this.getSelectedOptions();
|
|
128
|
-
const filteredOptions = this.getFilteredOptions();
|
|
129
|
-
let isShowRemoveBtn = !isReadOnly && isShowRemoveIcon;
|
|
130
|
-
let isShowCreateBtn = !isReadOnly && isSupportNewOption && !!searchVal;
|
|
131
|
-
if (isShowCreateBtn) {
|
|
132
|
-
isShowCreateBtn = filteredOptions.length === 0;
|
|
133
|
-
}
|
|
134
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
135
|
-
ref: this.setEditorPopover,
|
|
136
|
-
className: "dtable-ui-mb-editor-popover mb-select-editor-popover",
|
|
137
|
-
style: {
|
|
138
|
-
zIndex: 99
|
|
139
|
-
},
|
|
140
|
-
onClick: this.onContainerClick
|
|
141
|
-
}, /*#__PURE__*/_react.default.createElement(_MBEditorHeader.default, {
|
|
142
|
-
title: column.name,
|
|
143
|
-
leftContent: /*#__PURE__*/_react.default.createElement("i", {
|
|
144
|
-
className: "dtable-font dtable-icon-return"
|
|
145
|
-
}),
|
|
146
|
-
onLeftClick: this.props.onClosePopover
|
|
147
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
148
|
-
className: "dtable-ui-mb-editor-body dtable-ui-mb-select-editor-body"
|
|
149
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
150
|
-
className: "mb-selected-item"
|
|
151
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
152
|
-
className: "title"
|
|
153
|
-
}, (0, _lang.getLocale)('Current_option')), /*#__PURE__*/_react.default.createElement("div", {
|
|
154
|
-
className: "content"
|
|
155
|
-
}, selectedOptions.length === 0 && /*#__PURE__*/_react.default.createElement("span", {
|
|
156
|
-
className: "empty-placeholder"
|
|
157
|
-
}, (0, _lang.getLocale)('No_option')), selectedOptions.length > 0 && selectedOptions.map(selectedOption => {
|
|
158
|
-
return /*#__PURE__*/_react.default.createElement(_selectEditorOption.default, {
|
|
159
|
-
key: selectedOption.id,
|
|
160
|
-
option: selectedOption,
|
|
161
|
-
isShowRemoveIcon: isShowRemoveBtn,
|
|
162
|
-
onDeleteSelectOption: this.onRemoveOption
|
|
163
|
-
});
|
|
164
|
-
}))), /*#__PURE__*/_react.default.createElement("div", {
|
|
165
|
-
className: "mb-search-select-items"
|
|
166
|
-
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
167
|
-
className: "form-control",
|
|
168
|
-
type: "text",
|
|
169
|
-
placeholder: (0, _lang.getLocale)('Search_option'),
|
|
170
|
-
value: searchVal,
|
|
171
|
-
onChange: this.onChangeSearch,
|
|
172
|
-
onClick: this.onInputClick
|
|
173
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
174
|
-
className: "mb-select-options-container"
|
|
175
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
176
|
-
className: "title"
|
|
177
|
-
}, /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Choose_an_option'))), /*#__PURE__*/_react.default.createElement("div", {
|
|
178
|
-
className: "content"
|
|
179
|
-
}, /*#__PURE__*/_react.default.createElement(_react.Fragment, null, filteredOptions.length === 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
180
|
-
className: "search-result-none"
|
|
181
|
-
}, (0, _lang.getLocale)('No_options_available')), filteredOptions.length > 0 && this.renderSelectOptions(filteredOptions)))), isShowCreateBtn && /*#__PURE__*/_react.default.createElement("div", {
|
|
182
|
-
className: "mb-create-select-item",
|
|
183
|
-
onClick: this.onAddNewOption
|
|
184
|
-
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
185
|
-
className: "dtable-font dtable-icon-add-table"
|
|
186
|
-
}), /*#__PURE__*/_react.default.createElement("span", {
|
|
187
|
-
className: "dtable-ui-add-new-option"
|
|
188
|
-
}, "".concat((0, _lang.getLocale)('Add_an_option'), " ").concat(searchVal)))));
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
MBSelectEditorPopover.defaultProps = {
|
|
192
|
-
isReadOnly: false,
|
|
193
|
-
isShowRemoveIcon: false,
|
|
194
|
-
isSupportNewOption: false,
|
|
195
|
-
value: []
|
|
196
|
-
};
|
|
197
|
-
var _default = exports.default = MBSelectEditorPopover;
|