dtable-ui-component 0.1.75-beta3 → 0.1.75-beta4
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/AutoNumberFormatter/index.js +27 -38
- package/lib/ButtonFormatter/index.js +47 -59
- package/lib/CTimeFormatter/index.js +39 -53
- package/lib/CheckboxFormatter/index.js +35 -48
- package/lib/CollaboratorFormatter/index.js +42 -64
- package/lib/CollaboratorItem/index.js +44 -61
- package/lib/CreatorFormatter/index.js +42 -62
- package/lib/DateFormatter/index.js +40 -55
- package/lib/DurationFormatter/index.js +29 -42
- package/lib/EmailFormatter/index.js +27 -38
- package/lib/FileFormatter/index.js +50 -65
- package/lib/FileItemFormatter/index.js +32 -44
- package/lib/FileUploader/index.js +34 -44
- package/lib/FormulaFormatter/index.js +81 -102
- package/lib/GeolocationFormatter/index.js +35 -50
- package/lib/ImageFormatter/images-lazy-load.js +73 -81
- package/lib/ImageFormatter/index.js +90 -109
- package/lib/ImagePreviewerLightbox/index.js +27 -60
- package/lib/LastModifierFormatter/index.js +42 -62
- package/lib/LinkFormatter/index.js +59 -80
- package/lib/Loading/index.js +4 -13
- package/lib/LongTextFormatter/html-long-text-formatter.js +49 -60
- package/lib/LongTextFormatter/index.js +9 -28
- package/lib/LongTextFormatter/simple-long-text-formatter.js +52 -58
- package/lib/MTimeFormatter/index.js +39 -53
- package/lib/ModalPortal/index.js +30 -37
- package/lib/MultipleSelectFormatter/index.js +39 -55
- package/lib/NumberFormatter/index.js +35 -50
- package/lib/RateFormatter/index.js +37 -52
- package/lib/SelectItem/index.js +31 -46
- package/lib/SingleSelectFormatter/index.js +38 -54
- package/lib/TextFormatter/index.js +31 -44
- package/lib/UrlFormatter/index.js +27 -38
- package/lib/app.js +75 -80
- package/lib/cellFormatterFactory/index.js +17 -20
- package/lib/components/cell-editor/checkbox-editor.js +59 -66
- package/lib/components/cell-editor/collaborator-editor.js +113 -126
- package/lib/components/cell-editor/date-editor.js +99 -119
- package/lib/components/cell-editor/index.js +9 -40
- package/lib/components/cell-editor/link-editor.js +122 -140
- package/lib/components/cell-editor/multiple-select-editor.js +114 -127
- package/lib/components/cell-editor/number-editor.js +78 -86
- package/lib/components/cell-editor/single-select-editor.js +106 -120
- package/lib/components/cell-editor/text-editor.js +65 -72
- package/lib/components/cell-editor-dialog/pc-file-editor-dialog.js +31 -51
- package/lib/components/cell-editor-dialog/pc-files-addition/index.js +0 -1
- package/lib/components/cell-editor-dialog/pc-files-addition/pc-file-uploaded-item.js +0 -1
- package/lib/components/cell-editor-dialog/pc-files-preview/index.js +0 -1
- package/lib/components/cell-editor-dialog/pc-files-preview/pc-file-item-preview.js +0 -1
- package/lib/components/cell-editor-popover/mb-collaborator-editor-popover.js +105 -111
- package/lib/components/cell-editor-popover/mb-date-editor-popover.js +140 -157
- package/lib/components/cell-editor-popover/mb-link-editor-popover.js +103 -109
- package/lib/components/cell-editor-popover/mb-select-editor-popover.js +142 -155
- package/lib/components/cell-editor-popover/pc-collaborator-editor-popover.js +74 -89
- package/lib/components/cell-editor-popover/pc-date-editor-popover.js +88 -102
- package/lib/components/cell-editor-popover/pc-link-editor-popover.js +77 -91
- package/lib/components/cell-editor-popover/pc-select-editor-popover.js +91 -105
- package/lib/components/common/collaborator-item.js +43 -59
- package/lib/components/common/edit-editor-button.js +28 -39
- package/lib/components/common/link-editor-option.js +63 -71
- package/lib/components/common/mobile/mb-editor-header.js +39 -52
- package/lib/components/common/select-editor-option.js +58 -74
- package/lib/constants/cell-types.js +25 -54
- package/lib/constants/index.js +5 -28
- package/lib/formatterConfig/index.js +28 -59
- package/lib/index.js +31 -139
- package/lib/lang/index.js +11 -27
- package/lib/locals/de.js +1 -6
- package/lib/locals/en.js +1 -6
- package/lib/locals/fr.js +1 -6
- package/lib/locals/zh-CN.js +1 -6
- package/lib/toaster/alert.js +92 -106
- package/lib/toaster/index.js +3 -12
- package/lib/toaster/toast.js +103 -147
- package/lib/toaster/toastManager.js +78 -97
- package/lib/toaster/toaster.js +36 -52
- package/lib/utils/cell-value-validator.js +5 -9
- package/lib/utils/column-utils.js +5 -13
- package/lib/utils/editor-utils.js +3 -13
- package/lib/utils/markdown2html.js +1 -7
- package/lib/utils/normalize-long-text-value.js +1 -6
- package/lib/utils/number-precision.js +13 -31
- package/lib/utils/utils.js +8 -33
- package/lib/utils/value-format-utils.js +58 -108
- package/package.json +5 -5
- package/es/AutoNumberFormatter/index.css +0 -1
- package/es/AutoNumberFormatter/index.js +0 -36
- package/es/ButtonFormatter/index.css +0 -13
- package/es/ButtonFormatter/index.js +0 -56
- package/es/CTimeFormatter/index.css +0 -1
- package/es/CTimeFormatter/index.js +0 -58
- package/es/CheckboxFormatter/index.css +0 -1
- package/es/CheckboxFormatter/index.js +0 -45
- package/es/CollaboratorFormatter/index.css +0 -1
- package/es/CollaboratorFormatter/index.js +0 -91
- package/es/CollaboratorItem/index.css +0 -49
- package/es/CollaboratorItem/index.js +0 -64
- package/es/CreatorFormatter/index.css +0 -1
- package/es/CreatorFormatter/index.js +0 -87
- package/es/DateFormatter/index.css +0 -1
- package/es/DateFormatter/index.js +0 -60
- package/es/DurationFormatter/index.css +0 -1
- package/es/DurationFormatter/index.js +0 -38
- package/es/EmailFormatter/index.css +0 -5
- package/es/EmailFormatter/index.js +0 -36
- package/es/FileFormatter/index.css +0 -29
- package/es/FileFormatter/index.js +0 -64
- package/es/FileItemFormatter/index.js +0 -50
- package/es/FileUploader/index.js +0 -53
- package/es/FormulaFormatter/index.css +0 -19
- package/es/FormulaFormatter/index.js +0 -164
- package/es/GeolocationFormatter/index.css +0 -1
- package/es/GeolocationFormatter/index.js +0 -53
- package/es/ImageFormatter/images-lazy-load.js +0 -150
- package/es/ImageFormatter/index.css +0 -34
- package/es/ImageFormatter/index.js +0 -154
- package/es/ImagePreviewerLightbox/index.css +0 -87
- package/es/ImagePreviewerLightbox/index.js +0 -119
- package/es/LastModifierFormatter/index.css +0 -1
- package/es/LastModifierFormatter/index.js +0 -87
- package/es/LinkFormatter/index.css +0 -27
- package/es/LinkFormatter/index.js +0 -144
- package/es/Loading/index.css +0 -54
- package/es/Loading/index.js +0 -7
- package/es/LongTextFormatter/html-long-text-formatter.js +0 -96
- package/es/LongTextFormatter/index.css +0 -63
- package/es/LongTextFormatter/index.js +0 -29
- package/es/LongTextFormatter/simple-long-text-formatter.js +0 -104
- package/es/MTimeFormatter/index.css +0 -1
- package/es/MTimeFormatter/index.js +0 -58
- package/es/ModalPortal/index.js +0 -44
- package/es/MultipleSelectFormatter/index.css +0 -1
- package/es/MultipleSelectFormatter/index.js +0 -70
- package/es/NumberFormatter/index.css +0 -1
- package/es/NumberFormatter/index.js +0 -47
- package/es/RateFormatter/index.css +0 -1
- package/es/RateFormatter/index.js +0 -80
- package/es/SelectItem/index.js +0 -58
- package/es/SingleSelectFormatter/index.css +0 -1
- package/es/SingleSelectFormatter/index.js +0 -70
- package/es/TextFormatter/index.css +0 -1
- package/es/TextFormatter/index.js +0 -56
- package/es/UrlFormatter/index.css +0 -5
- package/es/UrlFormatter/index.js +0 -36
- package/es/app.css +0 -20
- package/es/app.js +0 -91
- package/es/assets/images/avatar/default_avatar.png +0 -0
- package/es/assets/images/file/192/excel.png +0 -0
- package/es/assets/images/file/192/file.png +0 -0
- package/es/assets/images/file/192/music.png +0 -0
- package/es/assets/images/file/192/pdf.png +0 -0
- package/es/assets/images/file/192/pic.png +0 -0
- package/es/assets/images/file/192/ppt.png +0 -0
- package/es/assets/images/file/192/txt.png +0 -0
- package/es/assets/images/file/192/video.png +0 -0
- package/es/assets/images/file/192/word.png +0 -0
- package/es/assets/images/file/24/excel.png +0 -0
- package/es/assets/images/file/24/file.png +0 -0
- package/es/assets/images/file/24/music.png +0 -0
- package/es/assets/images/file/24/pdf.png +0 -0
- package/es/assets/images/file/24/pic.png +0 -0
- package/es/assets/images/file/24/ppt.png +0 -0
- package/es/assets/images/file/24/txt.png +0 -0
- package/es/assets/images/file/24/video.png +0 -0
- package/es/assets/images/file/24/word.png +0 -0
- package/es/assets/images/folder/folder-192.png +0 -0
- package/es/assets/images/folder/folder-24.png +0 -0
- package/es/cellFormatterFactory/index.js +0 -25
- package/es/components/cell-editor/checkbox-editor.js +0 -104
- package/es/components/cell-editor/collaborator-editor.js +0 -236
- package/es/components/cell-editor/date-editor.js +0 -151
- package/es/components/cell-editor/index.js +0 -9
- package/es/components/cell-editor/link-editor.js +0 -303
- package/es/components/cell-editor/multiple-select-editor.js +0 -237
- package/es/components/cell-editor/number-editor.js +0 -154
- package/es/components/cell-editor/single-select-editor.js +0 -202
- package/es/components/cell-editor/text-editor.js +0 -122
- package/es/components/cell-editor-dialog/pc-file-editor-dialog.js +0 -46
- package/es/components/cell-editor-dialog/pc-files-addition/index.js +0 -0
- package/es/components/cell-editor-dialog/pc-files-addition/pc-file-uploaded-item.js +0 -0
- package/es/components/cell-editor-dialog/pc-files-preview/index.js +0 -0
- package/es/components/cell-editor-dialog/pc-files-preview/pc-file-item-preview.js +0 -0
- package/es/components/cell-editor-popover/mb-collaborator-editor-popover.js +0 -177
- package/es/components/cell-editor-popover/mb-date-editor-popover.js +0 -245
- package/es/components/cell-editor-popover/mb-link-editor-popover.js +0 -170
- package/es/components/cell-editor-popover/mb-select-editor-popover.js +0 -230
- package/es/components/cell-editor-popover/pc-collaborator-editor-popover.js +0 -109
- package/es/components/cell-editor-popover/pc-date-editor-popover.js +0 -142
- package/es/components/cell-editor-popover/pc-link-editor-popover.js +0 -114
- package/es/components/cell-editor-popover/pc-select-editor-popover.js +0 -143
- package/es/components/common/collaborator-item.js +0 -63
- package/es/components/common/edit-editor-button.js +0 -56
- package/es/components/common/link-editor-option.js +0 -113
- package/es/components/common/mobile/mb-editor-header.js +0 -48
- package/es/components/common/select-editor-option.js +0 -106
- package/es/constants/cell-types.js +0 -25
- package/es/constants/index.js +0 -49
- package/es/css/cell-editor.css +0 -614
- package/es/css/cell-formatter.css +0 -4
- package/es/css/custom-rc-calendar.css +0 -118
- package/es/formatterConfig/index.js +0 -31
- package/es/index.js +0 -31
- package/es/lang/index.js +0 -50
- package/es/locals/de.js +0 -2
- package/es/locals/en.js +0 -17
- package/es/locals/fr.js +0 -2
- package/es/locals/zh-CN.js +0 -17
- package/es/toaster/alert.js +0 -150
- package/es/toaster/index.js +0 -3
- package/es/toaster/toast.js +0 -179
- package/es/toaster/toastManager.js +0 -170
- package/es/toaster/toaster.js +0 -76
- package/es/utils/cell-value-validator.js +0 -31
- package/es/utils/column-utils.js +0 -7
- package/es/utils/editor-utils.js +0 -71
- package/es/utils/markdown2html.js +0 -62
- package/es/utils/normalize-long-text-value.js +0 -69
- package/es/utils/number-precision.js +0 -164
- package/es/utils/unified/index.js +0 -470
- package/es/utils/utils.js +0 -116
- package/es/utils/value-format-utils.js +0 -497
- package/es/utils/vfile/core.js +0 -172
- package/es/utils/vfile/index.js +0 -48
|
@@ -1,57 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
|
-
|
|
14
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
15
|
-
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
|
-
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
19
|
-
|
|
20
|
-
var _lang = require("../../lang");
|
|
21
|
-
|
|
22
|
-
var _collaboratorItem = _interopRequireDefault(require("../common/collaborator-item"));
|
|
23
|
-
|
|
24
|
-
var _editEditorButton = _interopRequireDefault(require("../common/edit-editor-button"));
|
|
25
|
-
|
|
26
|
-
var _pcCollaboratorEditorPopover = _interopRequireDefault(require("../cell-editor-popover/pc-collaborator-editor-popover"));
|
|
27
|
-
|
|
28
|
-
var _mbCollaboratorEditorPopover = _interopRequireDefault(require("../cell-editor-popover/mb-collaborator-editor-popover"));
|
|
29
|
-
|
|
30
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
31
|
-
|
|
32
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
33
|
-
|
|
34
|
-
var propTypes = {
|
|
35
|
-
isReadOnly: _propTypes.default.bool,
|
|
36
|
-
value: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.array]),
|
|
37
|
-
column: _propTypes.default.object,
|
|
38
|
-
collaborators: _propTypes.default.array.isRequired,
|
|
39
|
-
onCommit: _propTypes.default.func
|
|
40
|
-
};
|
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
|
+
import React, { Fragment } from 'react';
|
|
6
|
+
import MediaQuery from 'react-responsive';
|
|
7
|
+
import { getLocale } from '../../lang';
|
|
8
|
+
import CollaboratorItem from '../common/collaborator-item';
|
|
9
|
+
import EditEditorButton from '../common/edit-editor-button';
|
|
10
|
+
import PCCollaboratorEditorPopover from '../cell-editor-popover/pc-collaborator-editor-popover';
|
|
11
|
+
import MBCollaboratorEditorPopover from '../cell-editor-popover/mb-collaborator-editor-popover';
|
|
41
12
|
|
|
42
13
|
var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
43
|
-
(
|
|
14
|
+
_inherits(CollaboratorEditor, _React$Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(CollaboratorEditor);
|
|
44
17
|
|
|
45
18
|
function CollaboratorEditor(props) {
|
|
46
19
|
var _this;
|
|
47
20
|
|
|
48
|
-
|
|
49
|
-
|
|
21
|
+
_classCallCheck(this, CollaboratorEditor);
|
|
22
|
+
|
|
23
|
+
_this = _super.call(this, props);
|
|
24
|
+
|
|
25
|
+
_this.onDocumentToggle = function (e) {
|
|
50
26
|
if (_this.editorContainer !== e.target && !_this.editorContainer.contains(e.target)) {
|
|
51
27
|
_this.onClosePopover();
|
|
52
28
|
}
|
|
53
|
-
}
|
|
54
|
-
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
_this.getFormattedCollaborators = function () {
|
|
55
32
|
var newValue = _this.state.newValue;
|
|
56
33
|
|
|
57
34
|
if (Array.isArray(newValue) && newValue.length > 0) {
|
|
@@ -66,8 +43,9 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
66
43
|
}
|
|
67
44
|
|
|
68
45
|
return [];
|
|
69
|
-
}
|
|
70
|
-
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
_this.onAddOptionToggle = function (event) {
|
|
71
49
|
event.nativeEvent.stopImmediatePropagation();
|
|
72
50
|
event.stopPropagation();
|
|
73
51
|
|
|
@@ -89,15 +67,17 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
89
67
|
isPopoverShow: isPopoverShow
|
|
90
68
|
});
|
|
91
69
|
}
|
|
92
|
-
}
|
|
93
|
-
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
_this.onCommit = function (newValue) {
|
|
94
73
|
var updated = {};
|
|
95
74
|
var column = _this.props.column;
|
|
96
75
|
updated[column.key] = newValue;
|
|
97
76
|
|
|
98
77
|
_this.props.onCommit(updated);
|
|
99
|
-
}
|
|
100
|
-
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
_this.onCollaboratorItemToggle = function (collaborator) {
|
|
101
81
|
var newValue = _this.state.newValue.slice();
|
|
102
82
|
|
|
103
83
|
var collaboratorIndex = newValue.findIndex(function (collaboratorEmail) {
|
|
@@ -117,8 +97,9 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
117
97
|
|
|
118
98
|
_this.onClosePopover();
|
|
119
99
|
});
|
|
120
|
-
}
|
|
121
|
-
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
_this.onDeleteCollaborator = function (collaborator) {
|
|
122
103
|
var newValue = _this.state.newValue.slice();
|
|
123
104
|
|
|
124
105
|
var optionIndex = newValue.findIndex(function (collaboratorEmail) {
|
|
@@ -134,8 +115,9 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
134
115
|
_this.onCommit(newValue);
|
|
135
116
|
});
|
|
136
117
|
}
|
|
137
|
-
}
|
|
138
|
-
|
|
118
|
+
};
|
|
119
|
+
|
|
120
|
+
_this.caculatePopoverPosition = function () {
|
|
139
121
|
var POPOVER_MAX_HEIGHT = 200;
|
|
140
122
|
var innerHeight = window.innerHeight;
|
|
141
123
|
|
|
@@ -158,18 +140,22 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
158
140
|
}
|
|
159
141
|
|
|
160
142
|
return position;
|
|
161
|
-
}
|
|
162
|
-
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
_this.onClosePopover = function () {
|
|
163
146
|
_this.setState({
|
|
164
147
|
isPopoverShow: false
|
|
165
148
|
});
|
|
166
|
-
}
|
|
167
|
-
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
_this.setEditorContainerRef = function (editorContainer) {
|
|
168
152
|
_this.editorContainer = editorContainer;
|
|
169
|
-
}
|
|
170
|
-
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
_this.setEditorRef = function (editor) {
|
|
171
156
|
_this.editor = editor;
|
|
172
|
-
}
|
|
157
|
+
};
|
|
158
|
+
|
|
173
159
|
_this.state = {
|
|
174
160
|
newValue: Array.isArray(props.value) ? props.value : [],
|
|
175
161
|
isPopoverShow: false,
|
|
@@ -178,72 +164,73 @@ var CollaboratorEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
178
164
|
return _this;
|
|
179
165
|
}
|
|
180
166
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
167
|
+
_createClass(CollaboratorEditor, [{
|
|
168
|
+
key: "componentDidMount",
|
|
169
|
+
value: function componentDidMount() {
|
|
170
|
+
document.addEventListener('click', this.onDocumentToggle);
|
|
171
|
+
}
|
|
172
|
+
}, {
|
|
173
|
+
key: "componentWillUnmount",
|
|
174
|
+
value: function componentWillUnmount() {
|
|
175
|
+
document.removeEventListener('click', this.onDocumentToggle);
|
|
176
|
+
}
|
|
177
|
+
}, {
|
|
178
|
+
key: "render",
|
|
179
|
+
value: function render() {
|
|
180
|
+
var _this2 = this;
|
|
181
|
+
|
|
182
|
+
var _this$props = this.props,
|
|
183
|
+
collaborators = _this$props.collaborators,
|
|
184
|
+
isReadOnly = _this$props.isReadOnly;
|
|
185
|
+
var _this$state = this.state,
|
|
186
|
+
isPopoverShow = _this$state.isPopoverShow,
|
|
187
|
+
popoverPosition = _this$state.popoverPosition;
|
|
188
|
+
var selectedCollaborators = this.getFormattedCollaborators();
|
|
189
|
+
var enableDeleteCollaborator = !isReadOnly;
|
|
190
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
191
|
+
ref: this.setEditorContainerRef,
|
|
192
|
+
className: "cell-editor dtable-ui-collaborator-editor"
|
|
193
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
194
|
+
ref: this.setEditorRef,
|
|
195
|
+
className: "dtable-ui-collaborator-editor-container"
|
|
196
|
+
}, /*#__PURE__*/React.createElement(EditEditorButton, {
|
|
197
|
+
text: getLocale('Add_a_collaborator'),
|
|
198
|
+
onClick: this.onAddOptionToggle
|
|
199
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
200
|
+
className: "collaborators-container"
|
|
201
|
+
}, selectedCollaborators.length > 0 && selectedCollaborators.map(function (collaborator) {
|
|
202
|
+
return /*#__PURE__*/React.createElement(CollaboratorItem, {
|
|
203
|
+
key: collaborator.email,
|
|
204
|
+
collaborator: collaborator,
|
|
205
|
+
enableDeleteCollaborator: enableDeleteCollaborator,
|
|
206
|
+
onDeleteCollaborator: _this2.onDeleteCollaborator
|
|
207
|
+
});
|
|
208
|
+
}))), isPopoverShow && /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement(MediaQuery, {
|
|
209
|
+
query: '(min-width: 768px)'
|
|
210
|
+
}, /*#__PURE__*/React.createElement(PCCollaboratorEditorPopover, {
|
|
211
|
+
popoverPosition: popoverPosition,
|
|
212
|
+
isReadOnly: this.props.isReadOnly,
|
|
213
|
+
selectedCollaborators: selectedCollaborators,
|
|
214
|
+
collaborators: collaborators,
|
|
215
|
+
onCollaboratorItemToggle: this.onCollaboratorItemToggle
|
|
216
|
+
})), /*#__PURE__*/React.createElement(MediaQuery, {
|
|
217
|
+
query: '(max-width: 767.8px)'
|
|
218
|
+
}, /*#__PURE__*/React.createElement(MBCollaboratorEditorPopover, {
|
|
219
|
+
isReadOnly: this.props.isReadOnly,
|
|
220
|
+
value: this.state.newValue,
|
|
221
|
+
column: this.props.column,
|
|
222
|
+
collaborators: this.props.collaborators,
|
|
223
|
+
onCollaboratorItemToggle: this.onCollaboratorItemToggle,
|
|
224
|
+
onClosePopover: this.onClosePopover
|
|
225
|
+
}))));
|
|
226
|
+
}
|
|
227
|
+
}]);
|
|
239
228
|
|
|
240
229
|
return CollaboratorEditor;
|
|
241
|
-
}(
|
|
230
|
+
}(React.Component);
|
|
242
231
|
|
|
243
|
-
|
|
232
|
+
CollaboratorEditor.defaultProps = {
|
|
244
233
|
isReadOnly: false,
|
|
245
234
|
value: []
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
var _default = CollaboratorEditor;
|
|
249
|
-
exports.default = _default;
|
|
235
|
+
};
|
|
236
|
+
export default CollaboratorEditor;
|
|
@@ -1,56 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
|
-
|
|
14
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
15
|
-
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
|
-
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
19
|
-
|
|
20
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
21
|
-
|
|
22
|
-
var _valueFormatUtils = require("../../utils/value-format-utils");
|
|
23
|
-
|
|
24
|
-
var _pcDateEditorPopover = _interopRequireDefault(require("../cell-editor-popover/pc-date-editor-popover"));
|
|
25
|
-
|
|
26
|
-
var _mbDateEditorPopover = _interopRequireDefault(require("../cell-editor-popover/mb-date-editor-popover"));
|
|
27
|
-
|
|
28
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
29
|
-
|
|
30
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
31
|
-
|
|
32
|
-
var propTypes = {
|
|
33
|
-
isReadOnly: _propTypes.default.bool,
|
|
34
|
-
value: _propTypes.default.string,
|
|
35
|
-
lang: _propTypes.default.string,
|
|
36
|
-
column: _propTypes.default.object.isRequired,
|
|
37
|
-
onCommit: _propTypes.default.func.isRequired
|
|
38
|
-
};
|
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
3
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
|
+
import React, { Fragment } from 'react';
|
|
6
|
+
import MediaQuery from 'react-responsive';
|
|
7
|
+
import moment from 'moment';
|
|
8
|
+
import { getDateDisplayString } from '../../utils/value-format-utils';
|
|
9
|
+
import PCDateEditorPopover from '../cell-editor-popover/pc-date-editor-popover';
|
|
10
|
+
import MBDateEditorPopover from '../cell-editor-popover/mb-date-editor-popover';
|
|
39
11
|
|
|
40
12
|
var DateEditor = /*#__PURE__*/function (_React$Component) {
|
|
41
|
-
(
|
|
13
|
+
_inherits(DateEditor, _React$Component);
|
|
14
|
+
|
|
15
|
+
var _super = _createSuper(DateEditor);
|
|
42
16
|
|
|
43
17
|
function DateEditor(props) {
|
|
44
18
|
var _this;
|
|
45
19
|
|
|
46
|
-
|
|
47
|
-
|
|
20
|
+
_classCallCheck(this, DateEditor);
|
|
21
|
+
|
|
22
|
+
_this = _super.call(this, props);
|
|
23
|
+
|
|
24
|
+
_this.getDateFormat = function () {
|
|
48
25
|
var column = _this.props.column;
|
|
49
26
|
var defaultDateFormat = 'YYYY-MM-DD';
|
|
50
27
|
var dateFormat = column.data && column.data.format;
|
|
51
28
|
return dateFormat || defaultDateFormat;
|
|
52
|
-
}
|
|
53
|
-
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
_this.onDateEditorToggle = function () {
|
|
54
32
|
var isReadOnly = _this.props.isReadOnly;
|
|
55
33
|
|
|
56
34
|
if (isReadOnly) {
|
|
@@ -60,8 +38,9 @@ var DateEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
60
38
|
_this.setState({
|
|
61
39
|
isPopoverShow: !_this.state.isPopoverShow
|
|
62
40
|
});
|
|
63
|
-
}
|
|
64
|
-
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
_this.onValueChanged = function (value) {
|
|
65
44
|
if (value !== _this.state.newValue) {
|
|
66
45
|
_this.setState({
|
|
67
46
|
newValue: value
|
|
@@ -69,19 +48,22 @@ var DateEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
69
48
|
|
|
70
49
|
_this.onCommit(value);
|
|
71
50
|
}
|
|
72
|
-
}
|
|
73
|
-
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
_this.onCommit = function (newValue) {
|
|
74
54
|
var updated = {};
|
|
75
55
|
var column = _this.props.column;
|
|
76
56
|
updated[column.key] = newValue;
|
|
77
57
|
|
|
78
58
|
_this.props.onCommit(updated);
|
|
79
|
-
}
|
|
80
|
-
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
_this.onClosePopover = function () {
|
|
81
62
|
_this.setState({
|
|
82
63
|
isPopoverShow: false
|
|
83
64
|
});
|
|
84
|
-
}
|
|
65
|
+
};
|
|
66
|
+
|
|
85
67
|
_this.state = {
|
|
86
68
|
isDateInit: false,
|
|
87
69
|
newValue: '',
|
|
@@ -92,80 +74,78 @@ var DateEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
92
74
|
return _this;
|
|
93
75
|
}
|
|
94
76
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
showHourAndMinute: dateFormat.indexOf('HH:mm') > -1
|
|
110
|
-
});
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
_proto.render = function render() {
|
|
114
|
-
if (!this.state.isDateInit) {
|
|
115
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
116
|
-
className: "cell-editor date-editor"
|
|
117
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
118
|
-
className: "date-editor-conteinr"
|
|
119
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
120
|
-
className: "control-form"
|
|
121
|
-
})));
|
|
77
|
+
_createClass(DateEditor, [{
|
|
78
|
+
key: "componentDidMount",
|
|
79
|
+
value: function componentDidMount() {
|
|
80
|
+
var _this$props = this.props,
|
|
81
|
+
value = _this$props.value,
|
|
82
|
+
lang = _this$props.lang;
|
|
83
|
+
moment.locale(lang);
|
|
84
|
+
var dateFormat = this.getDateFormat();
|
|
85
|
+
this.setState({
|
|
86
|
+
isDateInit: true,
|
|
87
|
+
newValue: value,
|
|
88
|
+
dateFormat: dateFormat,
|
|
89
|
+
showHourAndMinute: dateFormat.indexOf('HH:mm') > -1
|
|
90
|
+
});
|
|
122
91
|
}
|
|
92
|
+
}, {
|
|
93
|
+
key: "render",
|
|
94
|
+
value: function render() {
|
|
95
|
+
if (!this.state.isDateInit) {
|
|
96
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
97
|
+
className: "cell-editor date-editor"
|
|
98
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
99
|
+
className: "date-editor-conteinr"
|
|
100
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
101
|
+
className: "control-form"
|
|
102
|
+
})));
|
|
103
|
+
}
|
|
123
104
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
105
|
+
var _this$props2 = this.props,
|
|
106
|
+
lang = _this$props2.lang,
|
|
107
|
+
column = _this$props2.column;
|
|
108
|
+
var _this$state = this.state,
|
|
109
|
+
newValue = _this$state.newValue,
|
|
110
|
+
isPopoverShow = _this$state.isPopoverShow,
|
|
111
|
+
dateFormat = _this$state.dateFormat,
|
|
112
|
+
showHourAndMinute = _this$state.showHourAndMinute;
|
|
113
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
114
|
+
className: "cell-editor dtable-ui-date-editor"
|
|
115
|
+
}, !isPopoverShow && /*#__PURE__*/React.createElement("div", {
|
|
116
|
+
className: "dtable-ui-date-editor-container"
|
|
117
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
118
|
+
className: "form-control",
|
|
119
|
+
onClick: this.onDateEditorToggle
|
|
120
|
+
}, getDateDisplayString(newValue, dateFormat))), isPopoverShow && /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement(MediaQuery, {
|
|
121
|
+
query: '(min-width: 768px)'
|
|
122
|
+
}, /*#__PURE__*/React.createElement(PCDateEditorPopover, {
|
|
123
|
+
lang: lang,
|
|
124
|
+
value: newValue,
|
|
125
|
+
dateFormat: dateFormat,
|
|
126
|
+
showHourAndMinute: showHourAndMinute,
|
|
127
|
+
onValueChanged: this.onValueChanged
|
|
128
|
+
})), /*#__PURE__*/React.createElement(MediaQuery, {
|
|
129
|
+
query: '(max-width: 767.8px)'
|
|
130
|
+
}, /*#__PURE__*/React.createElement(MBDateEditorPopover, {
|
|
131
|
+
isReadOnly: this.props.isReadOnly,
|
|
132
|
+
lang: lang,
|
|
133
|
+
value: newValue,
|
|
134
|
+
dateFormat: dateFormat,
|
|
135
|
+
showHourAndMinute: showHourAndMinute,
|
|
136
|
+
column: column,
|
|
137
|
+
onValueChanged: this.onValueChanged,
|
|
138
|
+
onClosePopover: this.onClosePopover
|
|
139
|
+
}))));
|
|
140
|
+
}
|
|
141
|
+
}]);
|
|
160
142
|
|
|
161
143
|
return DateEditor;
|
|
162
|
-
}(
|
|
144
|
+
}(React.Component);
|
|
163
145
|
|
|
164
|
-
|
|
146
|
+
DateEditor.defaultProps = {
|
|
165
147
|
isReadOnly: false,
|
|
166
148
|
value: '',
|
|
167
149
|
lang: 'en'
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
var _default = DateEditor;
|
|
171
|
-
exports.default = _default;
|
|
150
|
+
};
|
|
151
|
+
export default DateEditor;
|
|
@@ -1,40 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var _numberEditor = _interopRequireDefault(require("./number-editor"));
|
|
11
|
-
|
|
12
|
-
exports.NumberEditor = _numberEditor.default;
|
|
13
|
-
|
|
14
|
-
var _textEditor = _interopRequireDefault(require("./text-editor"));
|
|
15
|
-
|
|
16
|
-
exports.TextEditor = _textEditor.default;
|
|
17
|
-
|
|
18
|
-
var _checkboxEditor = _interopRequireDefault(require("./checkbox-editor"));
|
|
19
|
-
|
|
20
|
-
exports.CheckboxEditor = _checkboxEditor.default;
|
|
21
|
-
|
|
22
|
-
var _singleSelectEditor = _interopRequireDefault(require("./single-select-editor"));
|
|
23
|
-
|
|
24
|
-
exports.SingleSelectEditor = _singleSelectEditor.default;
|
|
25
|
-
|
|
26
|
-
var _multipleSelectEditor = _interopRequireDefault(require("./multiple-select-editor"));
|
|
27
|
-
|
|
28
|
-
exports.MultipleSelectEditor = _multipleSelectEditor.default;
|
|
29
|
-
|
|
30
|
-
var _collaboratorEditor = _interopRequireDefault(require("./collaborator-editor"));
|
|
31
|
-
|
|
32
|
-
exports.CollaboratorEditor = _collaboratorEditor.default;
|
|
33
|
-
|
|
34
|
-
var _linkEditor = _interopRequireDefault(require("./link-editor"));
|
|
35
|
-
|
|
36
|
-
exports.LinkEditor = _linkEditor.default;
|
|
37
|
-
|
|
38
|
-
var _dateEditor = _interopRequireDefault(require("./date-editor"));
|
|
39
|
-
|
|
40
|
-
exports.DateEditor = _dateEditor.default;
|
|
1
|
+
import "../../css/cell-editor.css";
|
|
2
|
+
export { default as NumberEditor } from './number-editor';
|
|
3
|
+
export { default as TextEditor } from './text-editor';
|
|
4
|
+
export { default as CheckboxEditor } from './checkbox-editor';
|
|
5
|
+
export { default as SingleSelectEditor } from './single-select-editor';
|
|
6
|
+
export { default as MultipleSelectEditor } from './multiple-select-editor';
|
|
7
|
+
export { default as CollaboratorEditor } from './collaborator-editor';
|
|
8
|
+
export { default as LinkEditor } from './link-editor';
|
|
9
|
+
export { default as DateEditor } from './date-editor';
|