dtable-ui-component 0.1.75-beta1 → 0.1.75-beta10
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/README.md +15 -2
- package/lib/AutoNumberFormatter/index.css +1 -0
- package/{es/components/cell-formatter/auto-number-formatter.js → lib/AutoNumberFormatter/index.js} +1 -0
- package/lib/ButtonFormatter/index.css +13 -0
- package/{es/components/cell-formatter/button-formatter.js → lib/ButtonFormatter/index.js} +1 -0
- package/lib/CTimeFormatter/index.css +1 -0
- package/{es/components/cell-formatter/ctime-formatter.js → lib/CTimeFormatter/index.js} +1 -0
- package/{es/components/cell-editor/checkbox-editor.js → lib/CheckboxEditor/index.js} +0 -0
- package/lib/CheckboxFormatter/index.css +1 -0
- package/{es/components/cell-formatter/checkbox-formatter.js → lib/CheckboxFormatter/index.js} +1 -0
- package/lib/CollaboratorEditor/index.css +48 -0
- package/{es/components/cell-editor/collaborator-editor.js → lib/CollaboratorEditor/index.js} +6 -5
- package/lib/CollaboratorEditor/mb-collaborator-editor-popover/index.css +86 -0
- package/{es/components/cell-editor-popover/mb-collaborator-editor-popover.js → lib/CollaboratorEditor/mb-collaborator-editor-popover/index.js} +2 -1
- package/lib/CollaboratorEditor/pc-collaborator-editor-popover/index.css +1 -0
- package/{es/components/cell-editor-popover/pc-collaborator-editor-popover.js → lib/CollaboratorEditor/pc-collaborator-editor-popover/index.js} +2 -1
- package/lib/CollaboratorFormatter/index.css +1 -0
- package/{es/components/cell-formatter/collaborator-formatter.js → lib/CollaboratorFormatter/index.js} +3 -2
- package/lib/CollaboratorItem/index.css +49 -0
- package/{es/components/common/collaborator-item.js → lib/CollaboratorItem/index.js} +1 -0
- package/lib/CreatorFormatter/index.css +1 -0
- package/{es/components/cell-formatter/creator-formatter.js → lib/CreatorFormatter/index.js} +3 -2
- package/lib/DateEditor/index.css +4 -0
- package/{es/components/cell-editor/date-editor.js → lib/DateEditor/index.js} +5 -4
- package/{es/css → lib/DateEditor/mb-date-editor-popover}/custom-rc-calendar.css +0 -0
- package/lib/DateEditor/mb-date-editor-popover/index.css +45 -0
- package/{es/components/cell-editor-popover/mb-date-editor-popover.js → lib/DateEditor/mb-date-editor-popover/index.js} +10 -10
- package/{es/components/cell-editor-popover → lib/DateEditor}/pc-date-editor-popover.js +2 -2
- package/lib/DateFormatter/index.css +1 -0
- package/{es/components/cell-formatter/date-formatter.js → lib/DateFormatter/index.js} +2 -1
- package/lib/DurationFormatter/index.css +1 -0
- package/{es/components/cell-formatter/duration-formatter.js → lib/DurationFormatter/index.js} +2 -1
- package/{es/components/common/edit-editor-button.js → lib/EditEditorButton/index.js} +0 -0
- package/lib/EmailFormatter/index.css +5 -0
- package/{es/components/cell-formatter/email-formatter.js → lib/EmailFormatter/index.js} +1 -0
- package/{es/components/cell-editor-dialog/pc-file-editor-dialog.js → lib/FileEditor/index.js} +10 -10
- package/{es/components/cell-editor-dialog → lib/FileEditor}/pc-files-addition/index.js +0 -0
- package/{es/components/cell-editor-dialog → lib/FileEditor}/pc-files-addition/pc-file-uploaded-item.js +0 -0
- package/{es/components/cell-editor-dialog → lib/FileEditor}/pc-files-preview/index.js +0 -0
- package/{es/components/cell-editor-dialog → lib/FileEditor}/pc-files-preview/pc-file-item-preview.js +0 -0
- package/lib/FileFormatter/index.css +29 -0
- package/{es/components/cell-formatter/file-formatter.js → lib/FileFormatter/index.js} +2 -1
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/excel.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/file.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/music.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/pdf.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/pic.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/ppt.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/txt.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/video.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/192/word.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/excel.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/file.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/music.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/pdf.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/pic.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/ppt.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/txt.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/video.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/file/24/word.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/folder/folder-192.png +0 -0
- package/{es/assets/images → lib/FileItemFormatter/assets}/folder/folder-24.png +0 -0
- package/{es/components/cell-formatter/widgets/file-item-formatter.js → lib/FileItemFormatter/index.js} +2 -2
- package/lib/FileItemFormatter/utils.js +72 -0
- package/{es/components/file-uploader → lib/FileUploader}/index.js +0 -0
- package/{es/utils → lib/FormulaFormatter}/cell-value-validator.js +1 -2
- package/lib/FormulaFormatter/index.css +19 -0
- package/{es/components/cell-formatter/formula-formatter.js → lib/FormulaFormatter/index.js} +7 -8
- package/{es/utils/column-utils.js → lib/FormulaFormatter/utils.js} +5 -1
- package/lib/GeolocationFormatter/index.css +1 -0
- package/{es/components/cell-formatter/geolocation-formatter.js → lib/GeolocationFormatter/index.js} +2 -1
- package/lib/HtmlLongTextFormatter/index.css +63 -0
- package/{es/components/cell-formatter/widgets/long-text-formatter/html-long-text-formatter.js → lib/HtmlLongTextFormatter/index.js} +2 -1
- package/{es/utils → lib/HtmlLongTextFormatter}/markdown2html.js +0 -0
- package/{es/utils → lib/HtmlLongTextFormatter}/unified/index.js +1 -0
- package/{es/utils → lib/HtmlLongTextFormatter}/vfile/core.js +1 -0
- package/{es/utils → lib/HtmlLongTextFormatter}/vfile/index.js +0 -0
- package/{es/components/common → lib/ImageFormatter}/images-lazy-load.js +2 -2
- package/lib/ImageFormatter/index.css +34 -0
- package/{es/components/cell-formatter/image-formatter.js → lib/ImageFormatter/index.js} +4 -3
- package/lib/ImageFormatter/utils.js +7 -0
- package/{es/css/image-previewer-ligntbox.css → lib/ImagePreviewerLightbox/index.css} +0 -0
- package/{es/components/cell-formatter/widgets/image-previewer-lightbox.js → lib/ImagePreviewerLightbox/index.js} +3 -3
- package/lib/ImagePreviewerLightbox/utils.js +8 -0
- package/lib/LastModifierFormatter/index.css +1 -0
- package/{es/components/cell-formatter/last-modifier-formatter.js → lib/LastModifierFormatter/index.js} +5 -4
- package/lib/LinkEditor/index.css +9 -0
- package/{es/components/cell-editor/link-editor.js → lib/LinkEditor/index.js} +10 -9
- package/{es/components/common → lib/LinkEditor}/link-editor-option.js +0 -0
- package/lib/LinkEditor/mb-link-editor-popover/index.css +85 -0
- package/{es/components/cell-editor-popover/mb-link-editor-popover.js → lib/LinkEditor/mb-link-editor-popover/index.js} +2 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.css +63 -0
- package/{es/components/cell-editor-popover/pc-link-editor-popover.js → lib/LinkEditor/pc-link-editor-popover/index.js} +1 -0
- package/lib/LinkFormatter/index.css +27 -0
- package/{es/components/cell-formatter/link-formatter.js → lib/LinkFormatter/index.js} +2 -2
- package/{es/css/loading.css → lib/Loading/index.css} +0 -0
- package/{es/components/loading.js → lib/Loading/index.js} +1 -1
- package/{es/components/cell-formatter/long-text-formatter.js → lib/LongTextFormatter/index.js} +2 -2
- package/{es/components/common/mobile/mb-editor-header.js → lib/MBEditorHeader/index.js} +0 -0
- package/lib/MTimeFormatter/index.css +1 -0
- package/{es/components/cell-formatter/mtime-formatter.js → lib/MTimeFormatter/index.js} +1 -0
- package/{es/components/common/modal-portal.js → lib/ModalPortal/index.js} +0 -0
- package/lib/MultipleSelectEditor/index.css +9 -0
- package/{es/components/cell-editor/multiple-select-editor.js → lib/MultipleSelectEditor/index.js} +5 -6
- package/lib/MultipleSelectFormatter/index.css +1 -0
- package/{es/components/cell-formatter/multiple-select-formatter.js → lib/MultipleSelectFormatter/index.js} +2 -1
- package/{es/components/cell-editor/number-editor.js → lib/NumberEditor/index.js} +2 -2
- package/lib/NumberFormatter/index.css +1 -0
- package/{es/components/cell-formatter/number-formatter.js → lib/NumberFormatter/index.js} +2 -1
- package/lib/RateFormatter/index.css +1 -0
- package/{es/components/cell-formatter/rate-formatter.js → lib/RateFormatter/index.js} +1 -0
- package/{es/components/common/select-item.js → lib/SelectItem/index.js} +0 -0
- package/lib/SimpleLongTextFormatter/index.css +63 -0
- package/{es/components/cell-formatter/widgets/long-text-formatter/simple-long-text-formatter.js → lib/SimpleLongTextFormatter/index.js} +2 -1
- package/{es/utils → lib/SimpleLongTextFormatter}/normalize-long-text-value.js +3 -3
- package/lib/SingleSelectEditor/index.css +9 -0
- package/{es/components/cell-editor/single-select-editor.js → lib/SingleSelectEditor/index.js} +5 -6
- package/lib/SingleSelectFormatter/index.css +1 -0
- package/{es/components/cell-formatter/single-select-formatter.js → lib/SingleSelectFormatter/index.js} +2 -1
- package/{es/components/cell-editor/text-editor.js → lib/TextEditor/index.js} +2 -2
- package/lib/TextFormatter/index.css +1 -0
- package/{es/components/cell-formatter/text-formatter.js → lib/TextFormatter/index.js} +1 -0
- package/lib/UrlFormatter/index.css +5 -0
- package/{es/components/cell-formatter/url-formatter.js → lib/UrlFormatter/index.js} +1 -0
- package/{es/components/cell-factory/cell-formatter-factory.js → lib/cellFormatterFactory/index.js} +3 -3
- package/lib/constants/cell-types.js +25 -54
- package/lib/constants/index.js +5 -26
- package/lib/css/cell-editor.css +0 -608
- package/lib/css/cell-formatter.css +0 -243
- package/lib/css/mb-cell-editor.css +55 -0
- package/lib/formatterConfig/index.js +31 -0
- package/lib/index.js +45 -64
- 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/select-editor/index.js +4 -0
- package/lib/select-editor/mb-select-editor-popover/index.css +127 -0
- package/{es/components/cell-editor-popover/mb-select-editor-popover.js → lib/select-editor/mb-select-editor-popover/index.js} +12 -11
- package/lib/select-editor/pc-select-editor-popover/index.css +72 -0
- package/{es/components/cell-editor-popover/pc-select-editor-popover.js → lib/select-editor/pc-select-editor-popover/index.js} +1 -0
- package/{es/components/common → lib/select-editor}/select-editor-option.js +0 -0
- package/{es/components/toast → lib/toaster}/alert.js +0 -0
- package/{es/components/toast → lib/toaster}/index.js +0 -0
- package/{es/components/toast → lib/toaster}/toast.js +0 -0
- package/{es/components/toast → lib/toaster}/toastManager.js +0 -0
- package/{es/components/toast → lib/toaster}/toaster.js +0 -0
- package/lib/utils/editor-utils.js +3 -13
- package/lib/utils/number-precision.js +14 -31
- package/lib/utils/utils.js +3 -119
- package/lib/utils/value-format-utils.js +59 -108
- package/package.json +5 -5
- package/es/app.css +0 -20
- package/es/app.js +0 -91
- package/es/assets/images/avatar/default_avatar.png +0 -0
- package/es/components/cell-editor/index.js +0 -9
- package/es/components/cell-formatter/formatter-config.js +0 -31
- package/es/components/cell-formatter/index.js +0 -27
- package/es/constants/cell-types.js +0 -25
- package/es/constants/index.js +0 -48
- package/es/css/cell-editor.css +0 -614
- package/es/css/cell-formatter.css +0 -247
- package/es/index.js +0 -6
- 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/utils/editor-utils.js +0 -71
- package/es/utils/number-precision.js +0 -163
- package/es/utils/utils.js +0 -116
- package/es/utils/value-format-utils.js +0 -495
- package/lib/app.css +0 -20
- package/lib/app.js +0 -96
- package/lib/assets/images/file/192/excel.png +0 -0
- package/lib/assets/images/file/192/file.png +0 -0
- package/lib/assets/images/file/192/music.png +0 -0
- package/lib/assets/images/file/192/pdf.png +0 -0
- package/lib/assets/images/file/192/pic.png +0 -0
- package/lib/assets/images/file/192/ppt.png +0 -0
- package/lib/assets/images/file/192/txt.png +0 -0
- package/lib/assets/images/file/192/video.png +0 -0
- package/lib/assets/images/file/192/word.png +0 -0
- package/lib/assets/images/file/24/excel.png +0 -0
- package/lib/assets/images/file/24/file.png +0 -0
- package/lib/assets/images/file/24/music.png +0 -0
- package/lib/assets/images/file/24/pdf.png +0 -0
- package/lib/assets/images/file/24/pic.png +0 -0
- package/lib/assets/images/file/24/ppt.png +0 -0
- package/lib/assets/images/file/24/txt.png +0 -0
- package/lib/assets/images/file/24/video.png +0 -0
- package/lib/assets/images/file/24/word.png +0 -0
- package/lib/assets/images/folder/folder-192.png +0 -0
- package/lib/assets/images/folder/folder-24.png +0 -0
- package/lib/components/cell-editor/checkbox-editor.js +0 -111
- package/lib/components/cell-editor/collaborator-editor.js +0 -249
- package/lib/components/cell-editor/date-editor.js +0 -171
- package/lib/components/cell-editor/index.js +0 -40
- package/lib/components/cell-editor/link-editor.js +0 -321
- package/lib/components/cell-editor/multiple-select-editor.js +0 -250
- package/lib/components/cell-editor/number-editor.js +0 -162
- package/lib/components/cell-editor/single-select-editor.js +0 -216
- package/lib/components/cell-editor/text-editor.js +0 -129
- package/lib/components/cell-editor-dialog/pc-file-editor-dialog.js +0 -66
- 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 +0 -183
- package/lib/components/cell-editor-popover/mb-date-editor-popover.js +0 -262
- package/lib/components/cell-editor-popover/mb-link-editor-popover.js +0 -176
- package/lib/components/cell-editor-popover/mb-select-editor-popover.js +0 -243
- package/lib/components/cell-editor-popover/pc-collaborator-editor-popover.js +0 -124
- package/lib/components/cell-editor-popover/pc-date-editor-popover.js +0 -156
- package/lib/components/cell-editor-popover/pc-link-editor-popover.js +0 -128
- package/lib/components/cell-editor-popover/pc-select-editor-popover.js +0 -157
- package/lib/components/cell-factory/cell-formatter-factory.js +0 -28
- package/lib/components/cell-formatter/auto-number-formatter.js +0 -45
- package/lib/components/cell-formatter/button-formatter.js +0 -66
- package/lib/components/cell-formatter/checkbox-formatter.js +0 -56
- package/lib/components/cell-formatter/collaborator-formatter.js +0 -111
- package/lib/components/cell-formatter/creator-formatter.js +0 -105
- package/lib/components/cell-formatter/ctime-formatter.js +0 -70
- package/lib/components/cell-formatter/date-formatter.js +0 -73
- package/lib/components/cell-formatter/duration-formatter.js +0 -49
- package/lib/components/cell-formatter/email-formatter.js +0 -45
- package/lib/components/cell-formatter/file-formatter.js +0 -77
- package/lib/components/cell-formatter/formatter-config.js +0 -66
- package/lib/components/cell-formatter/formula-formatter.js +0 -189
- package/lib/components/cell-formatter/geolocation-formatter.js +0 -66
- package/lib/components/cell-formatter/image-formatter.js +0 -171
- package/lib/components/cell-formatter/index.js +0 -112
- package/lib/components/cell-formatter/last-modifier-formatter.js +0 -105
- package/lib/components/cell-formatter/link-formatter.js +0 -165
- package/lib/components/cell-formatter/long-text-formatter.js +0 -46
- package/lib/components/cell-formatter/mtime-formatter.js +0 -70
- package/lib/components/cell-formatter/multiple-select-formatter.js +0 -84
- package/lib/components/cell-formatter/number-formatter.js +0 -60
- package/lib/components/cell-formatter/rate-formatter.js +0 -93
- package/lib/components/cell-formatter/single-select-formatter.js +0 -84
- package/lib/components/cell-formatter/text-formatter.js +0 -67
- package/lib/components/cell-formatter/url-formatter.js +0 -45
- package/lib/components/cell-formatter/widgets/file-item-formatter.js +0 -63
- package/lib/components/cell-formatter/widgets/image-previewer-lightbox.js +0 -152
- package/lib/components/cell-formatter/widgets/long-text-formatter/html-long-text-formatter.js +0 -107
- package/lib/components/cell-formatter/widgets/long-text-formatter/simple-long-text-formatter.js +0 -110
- package/lib/components/common/collaborator-item.js +0 -79
- package/lib/components/common/edit-editor-button.js +0 -67
- package/lib/components/common/images-lazy-load.js +0 -158
- package/lib/components/common/link-editor-option.js +0 -121
- package/lib/components/common/mobile/mb-editor-header.js +0 -61
- package/lib/components/common/modal-portal.js +0 -51
- package/lib/components/common/select-editor-option.js +0 -122
- package/lib/components/common/select-item.js +0 -73
- package/lib/components/file-uploader/index.js +0 -63
- package/lib/components/loading.js +0 -16
- package/lib/components/toast/alert.js +0 -164
- package/lib/components/toast/index.js +0 -12
- package/lib/components/toast/toast.js +0 -223
- package/lib/components/toast/toastManager.js +0 -189
- package/lib/components/toast/toaster.js +0 -92
- package/lib/css/custom-rc-calendar.css +0 -118
- package/lib/css/image-previewer-ligntbox.css +0 -87
- package/lib/css/loading.css +0 -54
- package/lib/utils/cell-value-validator.js +0 -41
- package/lib/utils/column-utils.js +0 -15
- package/lib/utils/markdown2html.js +0 -68
- package/lib/utils/normalize-long-text-value.js +0 -74
- package/lib/utils/unified/index.js +0 -470
- package/lib/utils/vfile/core.js +0 -172
- package/lib/utils/vfile/index.js +0 -48
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
exports.__esModule = true;
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
9
|
-
|
|
10
|
-
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));
|
|
11
|
-
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
|
-
|
|
14
|
-
var _react = _interopRequireDefault(require("react"));
|
|
15
|
-
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
|
-
var _isHotkey = _interopRequireDefault(require("is-hotkey"));
|
|
19
|
-
|
|
20
|
-
var _constants = require("../../constants");
|
|
21
|
-
|
|
22
|
-
var _valueFormatUtils = require("../../utils/value-format-utils");
|
|
23
|
-
|
|
24
|
-
var propTypes = {
|
|
25
|
-
isReadOnly: _propTypes.default.bool,
|
|
26
|
-
value: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.number]),
|
|
27
|
-
column: _propTypes.default.object,
|
|
28
|
-
onCommit: _propTypes.default.func
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
var NumberEditor = /*#__PURE__*/function (_React$Component) {
|
|
32
|
-
(0, _inheritsLoose2.default)(NumberEditor, _React$Component);
|
|
33
|
-
|
|
34
|
-
function NumberEditor(props) {
|
|
35
|
-
var _this;
|
|
36
|
-
|
|
37
|
-
_this = _React$Component.call(this, props) || this;
|
|
38
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onEditorHandle", function () {
|
|
39
|
-
if (_this.props.isReadOnly) {
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
_this.setState({
|
|
44
|
-
isEditorShow: true,
|
|
45
|
-
inputValue: _this.state.textValue
|
|
46
|
-
}, function () {
|
|
47
|
-
_this.input.focus();
|
|
48
|
-
});
|
|
49
|
-
});
|
|
50
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCommit", function () {
|
|
51
|
-
var updated = {};
|
|
52
|
-
var column = _this.props.column;
|
|
53
|
-
var inputValue = _this.state.inputValue ? _this.state.inputValue.toString() : '';
|
|
54
|
-
var value = inputValue ? (0, _valueFormatUtils.formatStringToNumber)(inputValue) : ''; // format the number to submit
|
|
55
|
-
|
|
56
|
-
updated[column.key] = value;
|
|
57
|
-
|
|
58
|
-
_this.props.onCommit(updated);
|
|
59
|
-
|
|
60
|
-
var newValue = (0, _valueFormatUtils.getNumberDisplayString)(value, column.data); // format the number to display
|
|
61
|
-
|
|
62
|
-
_this.setState({
|
|
63
|
-
isEditorShow: false,
|
|
64
|
-
textValue: newValue
|
|
65
|
-
});
|
|
66
|
-
});
|
|
67
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onChange", function (event) {
|
|
68
|
-
var value = event.target.value.trim();
|
|
69
|
-
value = (0, _valueFormatUtils.formatNumberString)(value, _this.dataFormat); // format the number in changing
|
|
70
|
-
|
|
71
|
-
if (value === _this.state.inputValue) {
|
|
72
|
-
return;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
_this.setState({
|
|
76
|
-
inputValue: value
|
|
77
|
-
});
|
|
78
|
-
});
|
|
79
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onBlur", function () {
|
|
80
|
-
_this.onCommit();
|
|
81
|
-
});
|
|
82
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onKeyDown", function (event) {
|
|
83
|
-
var _event$currentTarget = event.currentTarget,
|
|
84
|
-
selectionStart = _event$currentTarget.selectionStart,
|
|
85
|
-
selectionEnd = _event$currentTarget.selectionEnd,
|
|
86
|
-
value = _event$currentTarget.value;
|
|
87
|
-
|
|
88
|
-
if ((0, _isHotkey.default)('enter', event)) {
|
|
89
|
-
event.preventDefault();
|
|
90
|
-
|
|
91
|
-
_this.onBlur();
|
|
92
|
-
} else if (event.keyCode === 37 && selectionStart === 0 || event.keyCode === 39 && selectionEnd === value.length) {
|
|
93
|
-
event.stopPropagation();
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onPaste", function (e) {
|
|
97
|
-
e.stopPropagation();
|
|
98
|
-
});
|
|
99
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCut", function (e) {
|
|
100
|
-
e.stopPropagation();
|
|
101
|
-
});
|
|
102
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "getStyle", function () {
|
|
103
|
-
return {
|
|
104
|
-
width: '320px',
|
|
105
|
-
textAlign: 'left'
|
|
106
|
-
};
|
|
107
|
-
});
|
|
108
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setInputRef", function (input) {
|
|
109
|
-
_this.input = input;
|
|
110
|
-
return _this.input;
|
|
111
|
-
});
|
|
112
|
-
var _this$props = _this.props,
|
|
113
|
-
_value = _this$props.value,
|
|
114
|
-
_column = _this$props.column;
|
|
115
|
-
var dataFormat = _column.data && _column.data.format;
|
|
116
|
-
_this.dataFormat = dataFormat || _constants.NUMBER_TYPES.NUMBER;
|
|
117
|
-
var initValue = (0, _valueFormatUtils.getNumberDisplayString)(_value, _column.data); // format the number to display
|
|
118
|
-
|
|
119
|
-
_this.state = {
|
|
120
|
-
inputValue: initValue,
|
|
121
|
-
textValue: initValue,
|
|
122
|
-
isEditorShow: false
|
|
123
|
-
};
|
|
124
|
-
return _this;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
var _proto = NumberEditor.prototype;
|
|
128
|
-
|
|
129
|
-
_proto.render = function render() {
|
|
130
|
-
var style = this.getStyle();
|
|
131
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
132
|
-
className: "cell-editor number-editor"
|
|
133
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
134
|
-
className: "number-editor-container"
|
|
135
|
-
}, !this.state.isEditorShow && /*#__PURE__*/_react.default.createElement("div", {
|
|
136
|
-
className: "form-control",
|
|
137
|
-
style: style,
|
|
138
|
-
onClick: this.onEditorHandle
|
|
139
|
-
}, this.state.textValue), this.state.isEditorShow && /*#__PURE__*/_react.default.createElement("input", {
|
|
140
|
-
ref: this.setInputRef,
|
|
141
|
-
type: "text",
|
|
142
|
-
className: "form-control",
|
|
143
|
-
style: style,
|
|
144
|
-
value: this.state.inputValue,
|
|
145
|
-
onChange: this.onChange,
|
|
146
|
-
onBlur: this.onBlur,
|
|
147
|
-
onCut: this.onCut,
|
|
148
|
-
onPaste: this.onPaste,
|
|
149
|
-
onKeyDown: this.onKeyDown
|
|
150
|
-
})));
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
return NumberEditor;
|
|
154
|
-
}(_react.default.Component);
|
|
155
|
-
|
|
156
|
-
(0, _defineProperty2.default)(NumberEditor, "defaultProps", {
|
|
157
|
-
isReadOnly: false,
|
|
158
|
-
value: ''
|
|
159
|
-
});
|
|
160
|
-
NumberEditor.propTypes = propTypes;
|
|
161
|
-
var _default = NumberEditor;
|
|
162
|
-
exports.default = _default;
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
exports.__esModule = true;
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
9
|
-
|
|
10
|
-
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));
|
|
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 _editEditorButton = _interopRequireDefault(require("../common/edit-editor-button"));
|
|
23
|
-
|
|
24
|
-
var _selectEditorOption = _interopRequireDefault(require("../common/select-editor-option"));
|
|
25
|
-
|
|
26
|
-
var _pcSelectEditorPopover = _interopRequireDefault(require("../cell-editor-popover/pc-select-editor-popover"));
|
|
27
|
-
|
|
28
|
-
var _mbSelectEditorPopover = _interopRequireDefault(require("../cell-editor-popover/mb-select-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.string,
|
|
37
|
-
column: _propTypes.default.object,
|
|
38
|
-
onCommit: _propTypes.default.func,
|
|
39
|
-
isSupportNewOption: _propTypes.default.bool,
|
|
40
|
-
onAddNewOption: _propTypes.default.func
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
var SingleSelectEditor = /*#__PURE__*/function (_React$Component) {
|
|
44
|
-
(0, _inheritsLoose2.default)(SingleSelectEditor, _React$Component);
|
|
45
|
-
|
|
46
|
-
function SingleSelectEditor(props) {
|
|
47
|
-
var _this;
|
|
48
|
-
|
|
49
|
-
_this = _React$Component.call(this, props) || this;
|
|
50
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onDocumentToggle", function (e) {
|
|
51
|
-
if (_this.editorContainer !== e.target && !_this.editorContainer.contains(e.target)) {
|
|
52
|
-
_this.onClosePopover();
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "formatOption", function () {
|
|
56
|
-
var newValue = _this.state.newValue;
|
|
57
|
-
|
|
58
|
-
var option = _this.options.find(function (option) {
|
|
59
|
-
return option.id === newValue;
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
return option;
|
|
63
|
-
});
|
|
64
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onAddOptionToggle", function (event) {
|
|
65
|
-
event.nativeEvent.stopImmediatePropagation();
|
|
66
|
-
event.stopPropagation();
|
|
67
|
-
|
|
68
|
-
if (_this.props.isReadOnly) {
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
var isPopoverShow = !_this.state.isPopoverShow;
|
|
73
|
-
|
|
74
|
-
if (isPopoverShow) {
|
|
75
|
-
var popoverPosition = _this.caculatePopoverPosition();
|
|
76
|
-
|
|
77
|
-
_this.setState({
|
|
78
|
-
isPopoverShow: isPopoverShow,
|
|
79
|
-
popoverPosition: popoverPosition
|
|
80
|
-
});
|
|
81
|
-
} else {
|
|
82
|
-
_this.setState({
|
|
83
|
-
isPopoverShow: isPopoverShow
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCommit", function (newValue) {
|
|
88
|
-
var updated = {};
|
|
89
|
-
var column = _this.props.column;
|
|
90
|
-
updated[column.key] = newValue;
|
|
91
|
-
|
|
92
|
-
_this.props.onCommit(updated);
|
|
93
|
-
});
|
|
94
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onOptionItemToggle", function (option) {
|
|
95
|
-
var newValue = _this.state.newValue === option.id ? '' : option.id;
|
|
96
|
-
|
|
97
|
-
_this.setState({
|
|
98
|
-
newValue: newValue
|
|
99
|
-
}, function () {
|
|
100
|
-
_this.onCommit(newValue);
|
|
101
|
-
|
|
102
|
-
_this.onClosePopover();
|
|
103
|
-
});
|
|
104
|
-
});
|
|
105
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "caculatePopoverPosition", function () {
|
|
106
|
-
var POPOVER_MAX_HEIGHT = 200;
|
|
107
|
-
var innerHeight = window.innerHeight;
|
|
108
|
-
|
|
109
|
-
var _this$editor$getClien = _this.editor.getClientRects()[0],
|
|
110
|
-
top = _this$editor$getClien.top,
|
|
111
|
-
height = _this$editor$getClien.height;
|
|
112
|
-
|
|
113
|
-
var isBelow = innerHeight - (top + height) > POPOVER_MAX_HEIGHT;
|
|
114
|
-
var position = {
|
|
115
|
-
top: height + 1,
|
|
116
|
-
left: 0
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
if (!isBelow) {
|
|
120
|
-
var bottom = height + 1;
|
|
121
|
-
position = {
|
|
122
|
-
bottom: bottom,
|
|
123
|
-
left: 0
|
|
124
|
-
};
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
return position;
|
|
128
|
-
});
|
|
129
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onAddNewOption", function (optionName) {
|
|
130
|
-
_this.props.onAddNewOption(optionName);
|
|
131
|
-
|
|
132
|
-
_this.onClosePopover();
|
|
133
|
-
});
|
|
134
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onClosePopover", function () {
|
|
135
|
-
_this.setState({
|
|
136
|
-
isPopoverShow: false
|
|
137
|
-
});
|
|
138
|
-
});
|
|
139
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setEditorContainerRef", function (editorContainer) {
|
|
140
|
-
_this.editorContainer = editorContainer;
|
|
141
|
-
});
|
|
142
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setEditorRef", function (editor) {
|
|
143
|
-
_this.editor = editor;
|
|
144
|
-
});
|
|
145
|
-
_this.state = {
|
|
146
|
-
newValue: props.value,
|
|
147
|
-
isPopoverShow: false,
|
|
148
|
-
popoverPosition: {}
|
|
149
|
-
};
|
|
150
|
-
var _column = _this.props.column;
|
|
151
|
-
_this.options = _column.data && (_column.data.options || []);
|
|
152
|
-
return _this;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
var _proto = SingleSelectEditor.prototype;
|
|
156
|
-
|
|
157
|
-
_proto.componentDidMount = function componentDidMount() {
|
|
158
|
-
document.addEventListener('click', this.onDocumentToggle);
|
|
159
|
-
};
|
|
160
|
-
|
|
161
|
-
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
162
|
-
document.removeEventListener('click', this.onDocumentToggle);
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
_proto.render = function render() {
|
|
166
|
-
var _this$state = this.state,
|
|
167
|
-
isPopoverShow = _this$state.isPopoverShow,
|
|
168
|
-
popoverPosition = _this$state.popoverPosition;
|
|
169
|
-
var option = this.formatOption();
|
|
170
|
-
var options = this.options;
|
|
171
|
-
var selectedOptions = option ? [option] : [];
|
|
172
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
173
|
-
ref: this.setEditorContainerRef,
|
|
174
|
-
className: "cell-editor dtable-ui-single-select-editor"
|
|
175
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
176
|
-
ref: this.setEditorRef,
|
|
177
|
-
className: "dtable-ui-select-editor-container",
|
|
178
|
-
onClick: this.onAddOptionToggle
|
|
179
|
-
}, option ? /*#__PURE__*/_react.default.createElement(_selectEditorOption.default, {
|
|
180
|
-
option: option
|
|
181
|
-
}) : /*#__PURE__*/_react.default.createElement(_editEditorButton.default, {
|
|
182
|
-
text: (0, _lang.getLocale)('Add_an_option')
|
|
183
|
-
})), isPopoverShow && /*#__PURE__*/_react.default.createElement(_react.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
184
|
-
query: "(min-width: 768px)"
|
|
185
|
-
}, /*#__PURE__*/_react.default.createElement(_pcSelectEditorPopover.default, {
|
|
186
|
-
popoverPosition: popoverPosition,
|
|
187
|
-
options: options,
|
|
188
|
-
selectedOptions: selectedOptions,
|
|
189
|
-
onOptionItemToggle: this.onOptionItemToggle,
|
|
190
|
-
isSupportNewOption: this.props.isSupportNewOption,
|
|
191
|
-
onAddNewOption: this.onAddNewOption
|
|
192
|
-
})), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
193
|
-
query: "(max-width: 767.8px)"
|
|
194
|
-
}, /*#__PURE__*/_react.default.createElement(_mbSelectEditorPopover.default, {
|
|
195
|
-
isReadOnly: this.props.isReadOnly,
|
|
196
|
-
value: [this.state.newValue],
|
|
197
|
-
column: this.props.column,
|
|
198
|
-
options: options,
|
|
199
|
-
onOptionItemToggle: this.onOptionItemToggle,
|
|
200
|
-
isShowRemoveIcon: true,
|
|
201
|
-
isSupportNewOption: this.props.isSupportNewOption,
|
|
202
|
-
onAddNewOption: this.onAddNewOption,
|
|
203
|
-
onClosePopover: this.onClosePopover
|
|
204
|
-
}))));
|
|
205
|
-
};
|
|
206
|
-
|
|
207
|
-
return SingleSelectEditor;
|
|
208
|
-
}(_react.default.Component);
|
|
209
|
-
|
|
210
|
-
(0, _defineProperty2.default)(SingleSelectEditor, "defaultProps", {
|
|
211
|
-
isReadOnly: false,
|
|
212
|
-
value: ''
|
|
213
|
-
});
|
|
214
|
-
SingleSelectEditor.propTypes = propTypes;
|
|
215
|
-
var _default = SingleSelectEditor;
|
|
216
|
-
exports.default = _default;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
exports.__esModule = true;
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
|
9
|
-
|
|
10
|
-
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));
|
|
11
|
-
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
|
-
|
|
14
|
-
var _react = _interopRequireDefault(require("react"));
|
|
15
|
-
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
|
-
var _isHotkey = _interopRequireDefault(require("is-hotkey"));
|
|
19
|
-
|
|
20
|
-
var propTypes = {
|
|
21
|
-
isReadOnly: _propTypes.default.bool,
|
|
22
|
-
value: _propTypes.default.string,
|
|
23
|
-
column: _propTypes.default.object,
|
|
24
|
-
onCommit: _propTypes.default.func
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
var TextEditor = /*#__PURE__*/function (_React$Component) {
|
|
28
|
-
(0, _inheritsLoose2.default)(TextEditor, _React$Component);
|
|
29
|
-
|
|
30
|
-
function TextEditor(props) {
|
|
31
|
-
var _this;
|
|
32
|
-
|
|
33
|
-
_this = _React$Component.call(this, props) || this;
|
|
34
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCommit", function () {
|
|
35
|
-
var updated = {};
|
|
36
|
-
var column = _this.props.column;
|
|
37
|
-
var newValue = _this.state.newValue;
|
|
38
|
-
updated[column.key] = newValue ? newValue.trim() : '';
|
|
39
|
-
|
|
40
|
-
_this.props.onCommit(updated);
|
|
41
|
-
|
|
42
|
-
_this.setState({
|
|
43
|
-
isEditorShow: false
|
|
44
|
-
});
|
|
45
|
-
});
|
|
46
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onBlur", function () {
|
|
47
|
-
_this.onCommit();
|
|
48
|
-
});
|
|
49
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onChange", function (event) {
|
|
50
|
-
var value = event.target.value;
|
|
51
|
-
|
|
52
|
-
_this.setState({
|
|
53
|
-
newValue: value
|
|
54
|
-
});
|
|
55
|
-
});
|
|
56
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onEditorhandle", function () {
|
|
57
|
-
if (_this.props.isReadOnly) {
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
_this.setState({
|
|
62
|
-
isEditorShow: true
|
|
63
|
-
}, function () {
|
|
64
|
-
_this.input.focus();
|
|
65
|
-
});
|
|
66
|
-
});
|
|
67
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onKeyDown", function (event) {
|
|
68
|
-
var _event$currentTarget = event.currentTarget,
|
|
69
|
-
selectionStart = _event$currentTarget.selectionStart,
|
|
70
|
-
selectionEnd = _event$currentTarget.selectionEnd,
|
|
71
|
-
value = _event$currentTarget.value;
|
|
72
|
-
|
|
73
|
-
if ((0, _isHotkey.default)('enter', event)) {
|
|
74
|
-
event.preventDefault();
|
|
75
|
-
|
|
76
|
-
_this.onBlur();
|
|
77
|
-
} else if (event.keyCode === 37 && selectionStart === 0 || event.keyCode === 39 && selectionEnd === value.length) {
|
|
78
|
-
event.stopPropagation();
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onPaste", function (e) {
|
|
82
|
-
e.stopPropagation();
|
|
83
|
-
});
|
|
84
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "onCut", function (e) {
|
|
85
|
-
e.stopPropagation();
|
|
86
|
-
});
|
|
87
|
-
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "setInputRef", function (input) {
|
|
88
|
-
_this.input = input;
|
|
89
|
-
});
|
|
90
|
-
_this.state = {
|
|
91
|
-
newValue: props.value,
|
|
92
|
-
isEditorShow: false
|
|
93
|
-
};
|
|
94
|
-
return _this;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
var _proto = TextEditor.prototype;
|
|
98
|
-
|
|
99
|
-
_proto.render = function render() {
|
|
100
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
101
|
-
className: "cell-editor text-editor"
|
|
102
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
103
|
-
className: "text-editor-container"
|
|
104
|
-
}, !this.state.isEditorShow && /*#__PURE__*/_react.default.createElement("div", {
|
|
105
|
-
className: "form-control",
|
|
106
|
-
onClick: this.onEditorhandle
|
|
107
|
-
}, this.state.newValue), this.state.isEditorShow && /*#__PURE__*/_react.default.createElement("input", {
|
|
108
|
-
ref: this.setInputRef,
|
|
109
|
-
type: "text",
|
|
110
|
-
className: "form-control",
|
|
111
|
-
value: this.state.newValue,
|
|
112
|
-
onChange: this.onChange,
|
|
113
|
-
onKeyDown: this.onKeyDown,
|
|
114
|
-
onBlur: this.onBlur,
|
|
115
|
-
onCut: this.onCut,
|
|
116
|
-
onPaste: this.onPaste
|
|
117
|
-
})));
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
return TextEditor;
|
|
121
|
-
}(_react.default.Component);
|
|
122
|
-
|
|
123
|
-
(0, _defineProperty2.default)(TextEditor, "defaultProps", {
|
|
124
|
-
isReadOnly: false,
|
|
125
|
-
value: ''
|
|
126
|
-
});
|
|
127
|
-
TextEditor.propTypes = propTypes;
|
|
128
|
-
var _default = TextEditor;
|
|
129
|
-
exports.default = _default;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
exports.__esModule = true;
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _inheritsLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/inheritsLoose"));
|
|
9
|
-
|
|
10
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
-
|
|
12
|
-
var _react = _interopRequireDefault(require("react"));
|
|
13
|
-
|
|
14
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
15
|
-
|
|
16
|
-
var _reactstrap = require("reactstrap");
|
|
17
|
-
|
|
18
|
-
var _lang = require("../../lang");
|
|
19
|
-
|
|
20
|
-
var propTypes = {
|
|
21
|
-
isCheckRepeat: _propTypes.default.bool,
|
|
22
|
-
columnType: _propTypes.default.string,
|
|
23
|
-
newValue: _propTypes.default.array,
|
|
24
|
-
fileName: _propTypes.default.string,
|
|
25
|
-
workspaceID: _propTypes.default.number,
|
|
26
|
-
dtableWebAPI: _propTypes.default.object,
|
|
27
|
-
onAddFile: _propTypes.default.func.isRequired,
|
|
28
|
-
onDeleteFile: _propTypes.default.func.isRequired,
|
|
29
|
-
closeEditor: _propTypes.default.func
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
var FileEditorDialog = /*#__PURE__*/function (_React$Component) {
|
|
33
|
-
(0, _inheritsLoose2.default)(FileEditorDialog, _React$Component);
|
|
34
|
-
|
|
35
|
-
function FileEditorDialog(props) {
|
|
36
|
-
var _this;
|
|
37
|
-
|
|
38
|
-
_this = _React$Component.call(this, props) || this;
|
|
39
|
-
_this.state = {};
|
|
40
|
-
return _this;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
var _proto = FileEditorDialog.prototype;
|
|
44
|
-
|
|
45
|
-
_proto.render = function render() {
|
|
46
|
-
var closeEditor = this.props.closeEditor;
|
|
47
|
-
return /*#__PURE__*/_react.default.createElement(_reactstrap.Modal, {
|
|
48
|
-
isOpen: true,
|
|
49
|
-
toggle: closeEditor
|
|
50
|
-
}, /*#__PURE__*/_react.default.createElement(_reactstrap.ModalHeader, {
|
|
51
|
-
toggle: closeEditor
|
|
52
|
-
}, (0, _lang.getLocale)('Add_Files')), /*#__PURE__*/_react.default.createElement(_reactstrap.ModalBody, {
|
|
53
|
-
className: "file-editor-container"
|
|
54
|
-
}));
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
return FileEditorDialog;
|
|
58
|
-
}(_react.default.Component);
|
|
59
|
-
|
|
60
|
-
(0, _defineProperty2.default)(FileEditorDialog, "defaultProps", {
|
|
61
|
-
isCheckRepeat: false,
|
|
62
|
-
columnType: 'file'
|
|
63
|
-
});
|
|
64
|
-
FileEditorDialog.propTypes = propTypes;
|
|
65
|
-
var _default = FileEditorDialog;
|
|
66
|
-
exports.default = _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|