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
|
@@ -5,18 +5,19 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
5
5
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
6
|
import React, { Fragment } from 'react';
|
|
7
7
|
import { getLocale } from '../../lang';
|
|
8
|
-
import SelectEditorOption from '../
|
|
9
|
-
import MBEditorHeader from '
|
|
8
|
+
import SelectEditorOption from '../select-editor-option';
|
|
9
|
+
import MBEditorHeader from '../../MBEditorHeader';
|
|
10
|
+
import './index.css';
|
|
10
11
|
|
|
11
|
-
var
|
|
12
|
-
_inherits(
|
|
12
|
+
var MBSelectEditorPopover = /*#__PURE__*/function (_React$Component) {
|
|
13
|
+
_inherits(MBSelectEditorPopover, _React$Component);
|
|
13
14
|
|
|
14
|
-
var _super = _createSuper(
|
|
15
|
+
var _super = _createSuper(MBSelectEditorPopover);
|
|
15
16
|
|
|
16
|
-
function
|
|
17
|
+
function MBSelectEditorPopover(props) {
|
|
17
18
|
var _this;
|
|
18
19
|
|
|
19
|
-
_classCallCheck(this,
|
|
20
|
+
_classCallCheck(this, MBSelectEditorPopover);
|
|
20
21
|
|
|
21
22
|
_this = _super.call(this, props);
|
|
22
23
|
|
|
@@ -128,7 +129,7 @@ var MBSingleSelectPopover = /*#__PURE__*/function (_React$Component) {
|
|
|
128
129
|
return _this;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
|
-
_createClass(
|
|
132
|
+
_createClass(MBSelectEditorPopover, [{
|
|
132
133
|
key: "componentDidMount",
|
|
133
134
|
value: function componentDidMount() {
|
|
134
135
|
history.pushState(null, null, '#'); // eslint-disable-line
|
|
@@ -218,13 +219,13 @@ var MBSingleSelectPopover = /*#__PURE__*/function (_React$Component) {
|
|
|
218
219
|
}
|
|
219
220
|
}]);
|
|
220
221
|
|
|
221
|
-
return
|
|
222
|
+
return MBSelectEditorPopover;
|
|
222
223
|
}(React.Component);
|
|
223
224
|
|
|
224
|
-
|
|
225
|
+
MBSelectEditorPopover.defaultProps = {
|
|
225
226
|
isReadOnly: false,
|
|
226
227
|
isShowRemoveIcon: false,
|
|
227
228
|
isSupportNewOption: false,
|
|
228
229
|
value: []
|
|
229
230
|
};
|
|
230
|
-
export default
|
|
231
|
+
export default MBSelectEditorPopover;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@import url('../../css/cell-editor.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui-select-editor-popover .select-options-search {
|
|
4
|
+
padding: 10px 10px 0 10px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.dtable-ui-select-editor-popover .select-options-search input {
|
|
8
|
+
height: 28px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.dtable-ui-select-editor-popover .select-options-container {
|
|
12
|
+
min-height: 160px;
|
|
13
|
+
max-height: 200px;
|
|
14
|
+
margin: 10px 0;
|
|
15
|
+
padding: 0 10px;
|
|
16
|
+
overflow: auto;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* option item */
|
|
20
|
+
.dtable-ui-select-editor-popover .select-option-item {
|
|
21
|
+
display: flex;
|
|
22
|
+
height: 30px;
|
|
23
|
+
padding-left: 12px;
|
|
24
|
+
font-size: 14px;
|
|
25
|
+
line-height: 30px;
|
|
26
|
+
margin-left: 10px;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dtable-ui-select-editor-popover .select-option-item:hover {
|
|
31
|
+
background-color: #f5f5f5;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.dtable-ui-select-editor-popover .option-info {
|
|
35
|
+
flex: 1;
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.dtable-ui-select-editor-popover .option-checked {
|
|
41
|
+
width: 20px;
|
|
42
|
+
text-align: center;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.dtable-ui-select-editor-popover .option-checked .dtable-font {
|
|
46
|
+
font-size: 12px;
|
|
47
|
+
color: #798d99;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.dtable-ui-select-editor-popover .select-options-add {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
padding: 0 10px;
|
|
54
|
+
height: 30px;
|
|
55
|
+
border-top: 1px solid #ccc;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.dtable-ui-select-editor-popover .select-options-add .dtable-font {
|
|
59
|
+
margin-right: 5px;
|
|
60
|
+
font-size: 12px;
|
|
61
|
+
font-weight: 600;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.dtable-ui-select-editor-popover .select-options-add > span {
|
|
65
|
+
display: inline-block;
|
|
66
|
+
font-size: 14px;
|
|
67
|
+
font-weight: 500;
|
|
68
|
+
color: #212529;
|
|
69
|
+
white-space: nowrap;
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
}
|
|
@@ -5,6 +5,7 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
5
5
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import { getLocale } from '../../lang';
|
|
8
|
+
import './index.css';
|
|
8
9
|
|
|
9
10
|
var PCSelectEditorPopover = /*#__PURE__*/function (_React$Component) {
|
|
10
11
|
_inherits(PCSelectEditorPopover, _React$Component);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.initDateEditorLanguage = exports.getSelectOptionItem = void 0;
|
|
5
|
-
|
|
6
1
|
var zhCN = require('@seafile/seafile-calendar/lib/locale/zh_CN');
|
|
7
2
|
|
|
8
3
|
var zhTW = require('@seafile/seafile-calendar/lib/locale/zh_TW');
|
|
@@ -19,7 +14,7 @@ var plPL = require('@seafile/seafile-calendar/lib/locale/pl_PL');
|
|
|
19
14
|
|
|
20
15
|
var csCZ = require('@seafile/seafile-calendar/lib/locale/cs_CZ');
|
|
21
16
|
|
|
22
|
-
var initDateEditorLanguage = function initDateEditorLanguage(lang) {
|
|
17
|
+
export var initDateEditorLanguage = function initDateEditorLanguage(lang) {
|
|
23
18
|
var language;
|
|
24
19
|
|
|
25
20
|
switch (lang) {
|
|
@@ -69,13 +64,8 @@ var initDateEditorLanguage = function initDateEditorLanguage(lang) {
|
|
|
69
64
|
|
|
70
65
|
return language;
|
|
71
66
|
};
|
|
72
|
-
|
|
73
|
-
exports.initDateEditorLanguage = initDateEditorLanguage;
|
|
74
|
-
|
|
75
|
-
var getSelectOptionItem = function getSelectOptionItem(options, optionId) {
|
|
67
|
+
export var getSelectOptionItem = function getSelectOptionItem(options, optionId) {
|
|
76
68
|
return options.find(function (option) {
|
|
77
69
|
return option.id === optionId;
|
|
78
70
|
});
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
exports.getSelectOptionItem = getSelectOptionItem;
|
|
71
|
+
};
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
exports.digitLength = digitLength;
|
|
6
|
-
exports.divide = divide;
|
|
7
|
-
exports.enableBoundaryChecking = enableBoundaryChecking;
|
|
8
|
-
exports.float2Fixed = float2Fixed;
|
|
9
|
-
exports.minus = minus;
|
|
10
|
-
exports.plus = plus;
|
|
11
|
-
exports.round = round;
|
|
12
|
-
exports.strip = strip;
|
|
13
|
-
exports.times = times;
|
|
1
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
|
14
2
|
|
|
15
3
|
/**
|
|
16
4
|
* @desc Solve the problem of floating calculation, avoid multiple digits after the decimal point and loss of calculation accuracy.
|
|
@@ -21,11 +9,8 @@ exports.times = times;
|
|
|
21
9
|
* Correct wrong data
|
|
22
10
|
* strip(0.09999999999999998)=0.1
|
|
23
11
|
*/
|
|
24
|
-
function strip(num
|
|
25
|
-
|
|
26
|
-
precision = 12;
|
|
27
|
-
}
|
|
28
|
-
|
|
12
|
+
function strip(num) {
|
|
13
|
+
var precision = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 12;
|
|
29
14
|
return +parseFloat(num.toPrecision(precision));
|
|
30
15
|
}
|
|
31
16
|
/**
|
|
@@ -63,7 +48,8 @@ function float2Fixed(num) {
|
|
|
63
48
|
function checkBoundary(num) {
|
|
64
49
|
if (_boundaryCheckingState) {
|
|
65
50
|
if (num > Number.MAX_SAFE_INTEGER || num < Number.MIN_SAFE_INTEGER) {
|
|
66
|
-
|
|
51
|
+
// eslint-disable-next-line no-console
|
|
52
|
+
console.warn("".concat(num, " is beyond boundary when transfer to integer, the results may not be accurate"));
|
|
67
53
|
}
|
|
68
54
|
}
|
|
69
55
|
}
|
|
@@ -78,7 +64,7 @@ function times(num1, num2) {
|
|
|
78
64
|
}
|
|
79
65
|
|
|
80
66
|
if (others.length > 0) {
|
|
81
|
-
return times.apply(void 0, [times(num1, num2), others[0]].concat(others.slice(1)));
|
|
67
|
+
return times.apply(void 0, [times(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
82
68
|
}
|
|
83
69
|
|
|
84
70
|
var num1Changed = float2Fixed(num1);
|
|
@@ -99,7 +85,7 @@ function plus(num1, num2) {
|
|
|
99
85
|
}
|
|
100
86
|
|
|
101
87
|
if (others.length > 0) {
|
|
102
|
-
return plus.apply(void 0, [plus(num1, num2), others[0]].concat(others.slice(1)));
|
|
88
|
+
return plus.apply(void 0, [plus(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
103
89
|
}
|
|
104
90
|
|
|
105
91
|
var baseNum = Math.pow(10, Math.max(digitLength(num1), digitLength(num2)));
|
|
@@ -116,7 +102,7 @@ function minus(num1, num2) {
|
|
|
116
102
|
}
|
|
117
103
|
|
|
118
104
|
if (others.length > 0) {
|
|
119
|
-
return minus.apply(void 0, [minus(num1, num2), others[0]].concat(others.slice(1)));
|
|
105
|
+
return minus.apply(void 0, [minus(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
120
106
|
}
|
|
121
107
|
|
|
122
108
|
var baseNum = Math.pow(10, Math.max(digitLength(num1), digitLength(num2)));
|
|
@@ -133,7 +119,7 @@ function divide(num1, num2) {
|
|
|
133
119
|
}
|
|
134
120
|
|
|
135
121
|
if (others.length > 0) {
|
|
136
|
-
return divide.apply(void 0, [divide(num1, num2), others[0]].concat(others.slice(1)));
|
|
122
|
+
return divide.apply(void 0, [divide(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
137
123
|
}
|
|
138
124
|
|
|
139
125
|
var num1Changed = float2Fixed(num1);
|
|
@@ -159,15 +145,13 @@ var _boundaryCheckingState = true;
|
|
|
159
145
|
* @param flag Mark switch, true is on, false is off, default is true
|
|
160
146
|
*/
|
|
161
147
|
|
|
162
|
-
function enableBoundaryChecking(
|
|
163
|
-
|
|
164
|
-
flag = true;
|
|
165
|
-
}
|
|
166
|
-
|
|
148
|
+
function enableBoundaryChecking() {
|
|
149
|
+
var flag = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
167
150
|
_boundaryCheckingState = flag;
|
|
168
151
|
}
|
|
169
152
|
|
|
170
|
-
|
|
153
|
+
export { strip, plus, minus, times, divide, round, digitLength, float2Fixed, enableBoundaryChecking };
|
|
154
|
+
export default {
|
|
171
155
|
strip: strip,
|
|
172
156
|
plus: plus,
|
|
173
157
|
minus: minus,
|
|
@@ -177,5 +161,4 @@ var _default = {
|
|
|
177
161
|
digitLength: digitLength,
|
|
178
162
|
float2Fixed: float2Fixed,
|
|
179
163
|
enableBoundaryChecking: enableBoundaryChecking
|
|
180
|
-
};
|
|
181
|
-
exports.default = _default;
|
|
164
|
+
};
|
package/lib/utils/utils.js
CHANGED
|
@@ -1,104 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.throttle = exports.isInternalImg = exports.isFunction = exports.getImageThumbnailUrl = exports.getFileIconUrl = exports.debounce = exports.checkSVGImage = void 0;
|
|
5
|
-
var FILEEXT_ICON_MAP = {
|
|
6
|
-
// text file
|
|
7
|
-
md: "txt.png",
|
|
8
|
-
txt: "txt.png",
|
|
9
|
-
// pdf file
|
|
10
|
-
pdf: "pdf.png",
|
|
11
|
-
// document file
|
|
12
|
-
doc: "word.png",
|
|
13
|
-
docx: "word.png",
|
|
14
|
-
odt: "word.png",
|
|
15
|
-
fodt: "word.png",
|
|
16
|
-
ppt: "ppt.png",
|
|
17
|
-
pptx: "ppt.png",
|
|
18
|
-
odp: "ppt.png",
|
|
19
|
-
fodp: "ppt.png",
|
|
20
|
-
xls: "excel.png",
|
|
21
|
-
xlsx: "excel.png",
|
|
22
|
-
ods: "excel.png",
|
|
23
|
-
fods: "excel.png",
|
|
24
|
-
// video
|
|
25
|
-
mp4: "video.png",
|
|
26
|
-
ogv: "video.png",
|
|
27
|
-
webm: "video.png",
|
|
28
|
-
mov: "video.png",
|
|
29
|
-
flv: "video.png",
|
|
30
|
-
wmv: "video.png",
|
|
31
|
-
rmvb: "video.png",
|
|
32
|
-
// music file
|
|
33
|
-
mp3: "music.png",
|
|
34
|
-
oga: "music.png",
|
|
35
|
-
ogg: "music.png",
|
|
36
|
-
flac: "music.png",
|
|
37
|
-
aac: "music.png",
|
|
38
|
-
ac3: "music.png",
|
|
39
|
-
wma: "music.png",
|
|
40
|
-
// image file
|
|
41
|
-
jpg: "pic.png",
|
|
42
|
-
jpeg: "pic.png",
|
|
43
|
-
png: "pic.png",
|
|
44
|
-
svg: "pic.png",
|
|
45
|
-
gif: "pic.png",
|
|
46
|
-
bmp: "pic.png",
|
|
47
|
-
ico: "pic.png",
|
|
48
|
-
// folder dir
|
|
49
|
-
folder: "folder-192.png",
|
|
50
|
-
// default
|
|
51
|
-
default: "file.png"
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
var getFileIconUrl = function getFileIconUrl(filename, direntType) {
|
|
55
|
-
if (direntType === "dir") {
|
|
56
|
-
var _iconUrl = "assets/images/folder/" + FILEEXT_ICON_MAP["folder"];
|
|
57
|
-
|
|
58
|
-
return _iconUrl;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
var iconUrl = "";
|
|
62
|
-
|
|
63
|
-
if (filename.lastIndexOf(".") === -1) {
|
|
64
|
-
iconUrl = "assets/images/file/192/" + FILEEXT_ICON_MAP["default"];
|
|
65
|
-
return iconUrl;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
var file_ext = filename.substr(filename.lastIndexOf(".") + 1).toLowerCase();
|
|
69
|
-
|
|
70
|
-
if (FILEEXT_ICON_MAP[file_ext]) {
|
|
71
|
-
iconUrl = "assets/images/file/192/" + FILEEXT_ICON_MAP[file_ext];
|
|
72
|
-
} else {
|
|
73
|
-
iconUrl = "assets/images/file/192/" + FILEEXT_ICON_MAP["default"];
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return iconUrl;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
exports.getFileIconUrl = getFileIconUrl;
|
|
80
|
-
|
|
81
|
-
var getImageThumbnailUrl = function getImageThumbnailUrl(url, server) {
|
|
82
|
-
if (server && url.indexOf(server) > -1) {
|
|
83
|
-
return url.replace("/workspace", "/thumbnail/workspace") + "?size=256";
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
return url;
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
exports.getImageThumbnailUrl = getImageThumbnailUrl;
|
|
90
|
-
|
|
91
|
-
var debounce = function debounce(fn, wait) {
|
|
1
|
+
export var debounce = function debounce(fn, wait) {
|
|
92
2
|
var timeout = null;
|
|
93
3
|
return function () {
|
|
94
4
|
if (timeout !== null) clearTimeout(timeout);
|
|
95
5
|
timeout = setTimeout(fn, wait);
|
|
96
6
|
};
|
|
97
7
|
};
|
|
98
|
-
|
|
99
|
-
exports.debounce = debounce;
|
|
100
|
-
|
|
101
|
-
var throttle = function throttle(func, delay) {
|
|
8
|
+
export var throttle = function throttle(func, delay) {
|
|
102
9
|
var timer = null;
|
|
103
10
|
var startTime = Date.now();
|
|
104
11
|
return function () {
|
|
@@ -115,27 +22,4 @@ var throttle = function throttle(func, delay) {
|
|
|
115
22
|
timer = setTimeout(func, remaining);
|
|
116
23
|
}
|
|
117
24
|
};
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
exports.throttle = throttle;
|
|
121
|
-
|
|
122
|
-
var isFunction = function isFunction(functionToCheck) {
|
|
123
|
-
var getType = {};
|
|
124
|
-
return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
exports.isFunction = isFunction;
|
|
128
|
-
|
|
129
|
-
var isInternalImg = function isInternalImg(url) {
|
|
130
|
-
if (!url) return;
|
|
131
|
-
return url.indexOf(window.dtable.server) > -1;
|
|
132
|
-
};
|
|
133
|
-
|
|
134
|
-
exports.isInternalImg = isInternalImg;
|
|
135
|
-
|
|
136
|
-
var checkSVGImage = function checkSVGImage(url) {
|
|
137
|
-
if (!url) return false;
|
|
138
|
-
return url.substr(-4).toLowerCase() === '.svg';
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
exports.checkSVGImage = checkSVGImage;
|
|
25
|
+
};
|