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
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
|
3
3
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React, { Component } from 'react';
|
|
6
|
-
import { getFileIconUrl } from '
|
|
6
|
+
import { getFileIconUrl } from './utils';
|
|
7
7
|
|
|
8
8
|
var FileItemFormatter = /*#__PURE__*/function (_Component) {
|
|
9
9
|
_inherits(FileItemFormatter, _Component);
|
|
@@ -24,7 +24,7 @@ var FileItemFormatter = /*#__PURE__*/function (_Component) {
|
|
|
24
24
|
_this.getFileIconData = function (item) {
|
|
25
25
|
var fileIconUrl = getFileIconUrl(item.name, item.type);
|
|
26
26
|
|
|
27
|
-
var fileIconData = require('
|
|
27
|
+
var fileIconData = require('./' + fileIconUrl);
|
|
28
28
|
|
|
29
29
|
return fileIconData;
|
|
30
30
|
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
var FILEEXT_ICON_MAP = {
|
|
2
|
+
// text file
|
|
3
|
+
md: 'txt.png',
|
|
4
|
+
txt: 'txt.png',
|
|
5
|
+
// pdf file
|
|
6
|
+
pdf: 'pdf.png',
|
|
7
|
+
// document file
|
|
8
|
+
doc: 'word.png',
|
|
9
|
+
docx: 'word.png',
|
|
10
|
+
odt: 'word.png',
|
|
11
|
+
fodt: 'word.png',
|
|
12
|
+
ppt: 'ppt.png',
|
|
13
|
+
pptx: 'ppt.png',
|
|
14
|
+
odp: 'ppt.png',
|
|
15
|
+
fodp: 'ppt.png',
|
|
16
|
+
xls: 'excel.png',
|
|
17
|
+
xlsx: 'excel.png',
|
|
18
|
+
ods: 'excel.png',
|
|
19
|
+
fods: 'excel.png',
|
|
20
|
+
// video
|
|
21
|
+
mp4: 'video.png',
|
|
22
|
+
ogv: 'video.png',
|
|
23
|
+
webm: 'video.png',
|
|
24
|
+
mov: 'video.png',
|
|
25
|
+
flv: 'video.png',
|
|
26
|
+
wmv: 'video.png',
|
|
27
|
+
rmvb: 'video.png',
|
|
28
|
+
// music file
|
|
29
|
+
mp3: 'music.png',
|
|
30
|
+
oga: 'music.png',
|
|
31
|
+
ogg: 'music.png',
|
|
32
|
+
flac: 'music.png',
|
|
33
|
+
aac: 'music.png',
|
|
34
|
+
ac3: 'music.png',
|
|
35
|
+
wma: 'music.png',
|
|
36
|
+
// image file
|
|
37
|
+
jpg: 'pic.png',
|
|
38
|
+
jpeg: 'pic.png',
|
|
39
|
+
png: 'pic.png',
|
|
40
|
+
svg: 'pic.png',
|
|
41
|
+
gif: 'pic.png',
|
|
42
|
+
bmp: 'pic.png',
|
|
43
|
+
ico: 'pic.png',
|
|
44
|
+
// folder dir
|
|
45
|
+
folder: 'folder-192.png',
|
|
46
|
+
// default
|
|
47
|
+
default: 'file.png'
|
|
48
|
+
};
|
|
49
|
+
export var getFileIconUrl = function getFileIconUrl(filename, direntType) {
|
|
50
|
+
if (direntType === 'dir') {
|
|
51
|
+
var _iconUrl = 'assets/folder/' + FILEEXT_ICON_MAP['folder'];
|
|
52
|
+
|
|
53
|
+
return _iconUrl;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
var iconUrl = '';
|
|
57
|
+
|
|
58
|
+
if (filename.lastIndexOf('.') === -1) {
|
|
59
|
+
iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP['default'];
|
|
60
|
+
return iconUrl;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
var file_ext = filename.substr(filename.lastIndexOf('.') + 1).toLowerCase();
|
|
64
|
+
|
|
65
|
+
if (FILEEXT_ICON_MAP[file_ext]) {
|
|
66
|
+
iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP[file_ext];
|
|
67
|
+
} else {
|
|
68
|
+
iconUrl = 'assets/file/192/' + FILEEXT_ICON_MAP['default'];
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
return iconUrl;
|
|
72
|
+
};
|
|
File without changes
|
|
@@ -2,8 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
|
2
2
|
|
|
3
3
|
var _validators;
|
|
4
4
|
|
|
5
|
-
import
|
|
6
|
-
import { FORMULA_RESULT_TYPE } from '../constants';
|
|
5
|
+
import { FORMULA_RESULT_TYPE, CellType } from '../constants';
|
|
7
6
|
|
|
8
7
|
var numberValidator = function numberValidator(value) {
|
|
9
8
|
return (value || value === 0) && Object.prototype.toString.call(value) === '[object Number]';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import url('../css/cell-formatter.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item {
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
margin-right: 10px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item.simple-cell-formatter {
|
|
10
|
+
height: 20px;
|
|
11
|
+
padding: 0 8px;
|
|
12
|
+
align-items: center;
|
|
13
|
+
background: #eceff4;
|
|
14
|
+
border-radius: 3px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item .collaborator {
|
|
18
|
+
margin-right: 0;
|
|
19
|
+
}
|
|
@@ -4,14 +4,13 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
|
4
4
|
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
|
-
import { FORMULA_RESULT_TYPE } from '
|
|
8
|
-
import cellFormatterFactory from '../
|
|
9
|
-
import
|
|
10
|
-
import { isFunction } from '
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import
|
|
14
|
-
import { getFormulaDisplayString } from '../../utils/value-format-utils';
|
|
7
|
+
import { FORMULA_RESULT_TYPE, CellType } from '../constants';
|
|
8
|
+
import cellFormatterFactory from '../cellFormatterFactory';
|
|
9
|
+
import TextFormatter from '../TextFormatter';
|
|
10
|
+
import { isArrayFormalColumn, isSimpleCellFormatter, isFunction } from './utils';
|
|
11
|
+
import cellValueValidator from './cell-value-validator';
|
|
12
|
+
import { getFormulaDisplayString } from '../utils/value-format-utils';
|
|
13
|
+
import './index.css';
|
|
15
14
|
|
|
16
15
|
var FormulaFormatter = /*#__PURE__*/function (_React$Component) {
|
|
17
16
|
_inherits(FormulaFormatter, _React$Component);
|
|
@@ -4,4 +4,8 @@ export function isSimpleCellFormatter(type) {
|
|
|
4
4
|
}
|
|
5
5
|
export function isArrayFormalColumn(columnType) {
|
|
6
6
|
return ARRAY_FORMAL_COLUMNS.includes(columnType);
|
|
7
|
-
}
|
|
7
|
+
}
|
|
8
|
+
export var isFunction = function isFunction(functionToCheck) {
|
|
9
|
+
var getType = {};
|
|
10
|
+
return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../css/cell-formatter.css');
|
package/{es/components/cell-formatter/geolocation-formatter.js → lib/GeolocationFormatter/index.js}
RENAMED
|
@@ -4,7 +4,8 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import cn from 'astro-classname';
|
|
7
|
-
import { getGeolocationDisplayString } from '
|
|
7
|
+
import { getGeolocationDisplayString } from '../utils/value-format-utils';
|
|
8
|
+
import './index.css';
|
|
8
9
|
|
|
9
10
|
var GeolocationFormatter = /*#__PURE__*/function (_React$Component) {
|
|
10
11
|
_inherits(GeolocationFormatter, _React$Component);
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
@import url('../css/cell-formatter.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui.long-text-formatter {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
height: 28px;
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
text-overflow: ellipsis;
|
|
9
|
+
white-space: nowrap;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.dtable-ui.long-text-formatter.article {
|
|
13
|
+
display: block;
|
|
14
|
+
height: auto;
|
|
15
|
+
overflow: auto;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.dtable-ui.long-text-formatter .long-text-links,
|
|
19
|
+
.dtable-ui.long-text-formatter .long-text-check-list {
|
|
20
|
+
display: inline-block;
|
|
21
|
+
height: 20px;
|
|
22
|
+
padding: 2px;
|
|
23
|
+
margin: 4px;
|
|
24
|
+
color: #9c9c9c;
|
|
25
|
+
background-color: #f0f0f0;
|
|
26
|
+
border-radius: 3px;
|
|
27
|
+
line-height: 16px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dtable-ui.long-text-formatter .long-text-check-list .dtable-font,
|
|
31
|
+
.dtable-ui.long-text-formatter .long-text-links .dtable-font {
|
|
32
|
+
margin-right: 4px;
|
|
33
|
+
font-size: 12px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.dtable-ui.long-text-formatter .long-text-check-list .long-text-check-list-completed {
|
|
37
|
+
color: #61BD4F;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.dtable-ui.long-text-formatter .long-text-images {
|
|
41
|
+
margin-right: -10px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.dtable-ui.long-text-formatter .long-text-images img {
|
|
45
|
+
max-width: 28px;
|
|
46
|
+
max-height: 28px;
|
|
47
|
+
border: 1px solid #f0f0f0;
|
|
48
|
+
box-sizing: border-box;
|
|
49
|
+
border-radius: 3px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.dtable-ui.long-text-formatter .long-text-images .image-number {
|
|
53
|
+
display: inline-block;
|
|
54
|
+
min-width: 14px;
|
|
55
|
+
padding: 0 3px;
|
|
56
|
+
line-height: 14px;
|
|
57
|
+
font-style: normal;
|
|
58
|
+
font-size: 12px;
|
|
59
|
+
border-radius: 6px;
|
|
60
|
+
background-color: #999;
|
|
61
|
+
color: #fff;
|
|
62
|
+
transform: translate(-50%, 9px) scale(0.8);
|
|
63
|
+
}
|
|
@@ -3,7 +3,8 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
|
3
3
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React, { Component } from 'react';
|
|
6
|
-
import { processor } from '
|
|
6
|
+
import { processor } from './markdown2html';
|
|
7
|
+
import './index.css';
|
|
7
8
|
|
|
8
9
|
var HtmlLongTextFormatter = /*#__PURE__*/function (_Component) {
|
|
9
10
|
_inherits(HtmlLongTextFormatter, _Component);
|
|
File without changes
|
|
File without changes
|
|
@@ -3,8 +3,8 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
|
3
3
|
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import Loading from '../
|
|
7
|
-
import { getImageThumbnailUrl } from '
|
|
6
|
+
import Loading from '../Loading';
|
|
7
|
+
import { getImageThumbnailUrl } from './utils';
|
|
8
8
|
|
|
9
9
|
var ImagesLazyLoad = /*#__PURE__*/function (_React$Component) {
|
|
10
10
|
_inherits(ImagesLazyLoad, _React$Component);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
@import url('../css/cell-formatter.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui.image-formatter {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.dtable-ui.image-formatter .image-item {
|
|
9
|
+
display: inline-block;
|
|
10
|
+
height: 28px;
|
|
11
|
+
width: 28px;
|
|
12
|
+
margin-right: 4px;
|
|
13
|
+
border: 1px solid #f0f0f0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.dtable-ui.image-formatter .image-item:hover {
|
|
17
|
+
border: 1px solid #c9c9c9;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.dtable-ui.image-formatter .image-item-count {
|
|
21
|
+
display: inline-block;
|
|
22
|
+
padding: 0 3px;
|
|
23
|
+
min-width: 14px;
|
|
24
|
+
line-height: 14px;
|
|
25
|
+
font-size: 12px;
|
|
26
|
+
border-radius: 6px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
text-overflow: ellipsis;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
color: #fff;
|
|
31
|
+
background-color: #999;
|
|
32
|
+
-webkit-transform: translate(-50%, 8px) scale(.8);
|
|
33
|
+
transform: translate(-50%, 8px) scale(.8);
|
|
34
|
+
}
|
|
@@ -4,9 +4,10 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React, { Fragment } from 'react';
|
|
6
6
|
import cn from 'astro-classname';
|
|
7
|
-
import ImagesLazyLoad from '
|
|
8
|
-
import { getImageThumbnailUrl } from '
|
|
9
|
-
import ImagePreviewerLightbox from '
|
|
7
|
+
import ImagesLazyLoad from './images-lazy-load';
|
|
8
|
+
import { getImageThumbnailUrl } from './utils';
|
|
9
|
+
import ImagePreviewerLightbox from '../ImagePreviewerLightbox';
|
|
10
|
+
import './index.css';
|
|
10
11
|
|
|
11
12
|
var ImageFormatter = /*#__PURE__*/function (_React$Component) {
|
|
12
13
|
_inherits(ImageFormatter, _React$Component);
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import MediaQuery from 'react-responsive';
|
|
3
|
-
import ModalPortal from '
|
|
3
|
+
import ModalPortal from '../ModalPortal';
|
|
4
4
|
import Lightbox from '@seafile/react-image-lightbox';
|
|
5
|
-
import { checkSVGImage, isInternalImg } from '
|
|
5
|
+
import { checkSVGImage, isInternalImg } from './utils';
|
|
6
6
|
import '@seafile/react-image-lightbox/style.css';
|
|
7
|
-
import '
|
|
7
|
+
import './index.css';
|
|
8
8
|
|
|
9
9
|
function ImagePreviewerLightbox(props) {
|
|
10
10
|
var imageItems = props.imageItems,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export var isInternalImg = function isInternalImg(url) {
|
|
2
|
+
if (!url) return;
|
|
3
|
+
return url.indexOf(window.dtable.server) > -1;
|
|
4
|
+
};
|
|
5
|
+
export var checkSVGImage = function checkSVGImage(url) {
|
|
6
|
+
if (!url) return false;
|
|
7
|
+
return url.substr(-4).toLowerCase() === '.svg';
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../css/cell-formatter.css');
|
|
@@ -4,14 +4,15 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import cn from 'astro-classname';
|
|
7
|
-
import
|
|
8
|
-
import DefaultAvatar from '
|
|
7
|
+
import CollaboratorItem from '../CollaboratorItem';
|
|
8
|
+
import DefaultAvatar from '../assets/images/avatar/default_avatar.png';
|
|
9
|
+
import './index.css';
|
|
9
10
|
|
|
10
11
|
// there will be there conditions
|
|
11
12
|
// 1 value is not exist, typeof value is array, but it's length is 0
|
|
12
13
|
// 2 value is exist, but can't find in collaborators
|
|
13
14
|
// 3 value is exist, typeof value is a string
|
|
14
|
-
// 4
|
|
15
|
+
// 4 value is exist, typeof value is array
|
|
15
16
|
var LastModifierFormatter = /*#__PURE__*/function (_React$PureComponent) {
|
|
16
17
|
_inherits(LastModifierFormatter, _React$PureComponent);
|
|
17
18
|
|
|
@@ -49,7 +50,7 @@ var LastModifierFormatter = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
49
50
|
};
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
return /*#__PURE__*/React.createElement(
|
|
53
|
+
return /*#__PURE__*/React.createElement(CollaboratorItem, {
|
|
53
54
|
key: index,
|
|
54
55
|
collaborator: collaborator
|
|
55
56
|
});
|
|
@@ -4,13 +4,14 @@ import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
|
4
4
|
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
5
5
|
import React, { Fragment } from 'react';
|
|
6
6
|
import MediaQuery from 'react-responsive';
|
|
7
|
-
import { getLocale } from '
|
|
8
|
-
import
|
|
9
|
-
import { getNumberDisplayString, getDateDisplayString } from '
|
|
10
|
-
import EditEditorButton from '../
|
|
11
|
-
import LinkEditorOption from '
|
|
12
|
-
import PCLinkEditorPopover from '
|
|
13
|
-
import MBLinkEditorPopover from '
|
|
7
|
+
import { getLocale } from '../lang';
|
|
8
|
+
import { CellType } from '../constants';
|
|
9
|
+
import { getNumberDisplayString, getDateDisplayString } from '../utils/value-format-utils';
|
|
10
|
+
import EditEditorButton from '../EditEditorButton';
|
|
11
|
+
import LinkEditorOption from './link-editor-option';
|
|
12
|
+
import PCLinkEditorPopover from './pc-link-editor-popover';
|
|
13
|
+
import MBLinkEditorPopover from './mb-link-editor-popover';
|
|
14
|
+
import './index.css';
|
|
14
15
|
|
|
15
16
|
var LinkEditor = /*#__PURE__*/function (_React$Component) {
|
|
16
17
|
_inherits(LinkEditor, _React$Component);
|
|
@@ -80,12 +81,12 @@ var LinkEditor = /*#__PURE__*/function (_React$Component) {
|
|
|
80
81
|
data = linkedColumn.data;
|
|
81
82
|
|
|
82
83
|
switch (type) {
|
|
83
|
-
case
|
|
84
|
+
case CellType.NUMBER:
|
|
84
85
|
{
|
|
85
86
|
return getNumberDisplayString(value, data);
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
case
|
|
89
|
+
case CellType.DATE:
|
|
89
90
|
{
|
|
90
91
|
var format = data.format;
|
|
91
92
|
return getDateDisplayString(value, format);
|
|
File without changes
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
@import url('../../css/mb-cell-editor.css');
|
|
2
|
+
|
|
3
|
+
@media screen and (max-width: 767.8px) {
|
|
4
|
+
.dtable-ui-mb-link-editor-body .mb-search-link-items {
|
|
5
|
+
padding: 8px 16px;
|
|
6
|
+
margin-top: 20px;
|
|
7
|
+
border-top: 1px solid #e9e9e9;
|
|
8
|
+
border-bottom: 1px solid #e9e9e9;
|
|
9
|
+
background-color: #fff;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.dtable-ui-mb-link-editor-body .mb-search-link-items > input {
|
|
13
|
+
outline: none;
|
|
14
|
+
height: 30px;
|
|
15
|
+
padding: 0;
|
|
16
|
+
line-height: 30px;
|
|
17
|
+
border: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.dtable-ui-mb-link-editor-body .mb-search-link-items > input:focus,
|
|
21
|
+
.dtable-ui-mb-link-editor-body .mb-search-link-items > input:active {
|
|
22
|
+
outline: none;
|
|
23
|
+
box-shadow: none;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.dtable-ui-mb-link-editor-body .mb-link-container {
|
|
27
|
+
flex: 1;
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
margin-top: 10px;
|
|
31
|
+
min-height: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.dtable-ui-mb-link-editor-body .mb-link-container .title {
|
|
35
|
+
padding: 6px 16px;
|
|
36
|
+
border-bottom: 1px solid #e9e9e9;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.dtable-ui-mb-link-editor-body .mb-link-container .content {
|
|
40
|
+
flex: 1;
|
|
41
|
+
overflow: auto;
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
border-bottom: 1px solid #e9e9e9;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.dtable-ui-mb-link-editor-body .search-result-none {
|
|
48
|
+
padding: 16px 0 16px 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dtable-ui-mb-link-editor-body .mb-link-option-item {
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: space-between;
|
|
55
|
+
height: 50px;
|
|
56
|
+
padding: 10px 10px 10px 16px;
|
|
57
|
+
font-size: 13px;
|
|
58
|
+
color: #202428;
|
|
59
|
+
background-color: #fff;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.dtable-ui-mb-link-editor-body .mb-link-option-item {
|
|
63
|
+
border-bottom: 1px solid #e9e9e9;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.dtable-ui-mb-link-editor-body .mb-link-option-item .mb-option-info {
|
|
67
|
+
display: flex;
|
|
68
|
+
align-items: center;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dtable-ui-mb-link-editor-body .mb-link-option-item .option-name {
|
|
72
|
+
padding: 0 10px;
|
|
73
|
+
max-width: 250px;
|
|
74
|
+
white-space: nowrap;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
text-overflow: ellipsis;
|
|
77
|
+
background: #eceff4;
|
|
78
|
+
border-radius: 3px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dtable-ui-mb-link-editor-body .mb-link-option-item .dtable-font {
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
color: #798d99;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -5,7 +5,8 @@ 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 MBEditorHeader from '
|
|
8
|
+
import MBEditorHeader from '../../MBEditorHeader';
|
|
9
|
+
import './index.css';
|
|
9
10
|
|
|
10
11
|
var MBLinkEditorPopover = /*#__PURE__*/function (_React$Component) {
|
|
11
12
|
_inherits(MBLinkEditorPopover, _React$Component);
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
@import url('../../css/cell-editor.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui-link-editor-popover .link-options-search {
|
|
4
|
+
padding: 10px 10px 0 10px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.dtable-ui-link-editor-popover .link-options-search input {
|
|
8
|
+
height: 28px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.dtable-ui-link-editor-popover .link-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-link-editor-popover .link-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-link-editor-popover .link-option-item:hover {
|
|
31
|
+
background-color: #f5f5f5;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.dtable-ui-link-editor-popover .option-info {
|
|
35
|
+
flex: 1;
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.dtable-ui-link-editor-popover .option-info .option-name {
|
|
41
|
+
max-width: 250px;
|
|
42
|
+
white-space: nowrap;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
text-overflow: ellipsis;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.dtable-ui-link-editor-popover .option-checked {
|
|
48
|
+
width: 20px;
|
|
49
|
+
text-align: center;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.dtable-ui-link-editor-popover .option-checked .dtable-font {
|
|
53
|
+
font-size: 12px;
|
|
54
|
+
color: #798d99;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.dtable-ui-link-editor-popover .select-options-add {
|
|
58
|
+
display: flex;
|
|
59
|
+
align-items: center;
|
|
60
|
+
padding: 0 10px;
|
|
61
|
+
height: 30px;
|
|
62
|
+
border-top: 1px solid #ccc;
|
|
63
|
+
}
|