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,247 +0,0 @@
|
|
|
1
|
-
.dtable-ui.cell-formatter-container {
|
|
2
|
-
overflow: hidden;
|
|
3
|
-
line-height: 1;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
/* collaborator */
|
|
7
|
-
.dtable-ui.collaborator-item {
|
|
8
|
-
display: inline-flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
margin-right: 10px;
|
|
11
|
-
padding: 0 8px 0 2px;
|
|
12
|
-
height: 20px;
|
|
13
|
-
font-size: 13px;
|
|
14
|
-
border-radius: 10px;
|
|
15
|
-
background: #eaeaea;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.dtable-ui.collaborator-item .collaborator-avatar,
|
|
19
|
-
.dtable-ui.collaborator-item .collaborator-name,
|
|
20
|
-
.dtable-ui.collaborator-item .collaborator-remove {
|
|
21
|
-
height: 20px;
|
|
22
|
-
line-height: 20px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.dtable-ui.collaborator-item .collaborator-avatar {
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
justify-content: center;
|
|
29
|
-
margin: 0 4px 0 2px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.dtable-ui.collaborator-item .collaborator-avatar img {
|
|
33
|
-
width: 16px;
|
|
34
|
-
height: 16px;
|
|
35
|
-
border-radius: 50%;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.dtable-ui.collaborator-item .collaborator-remove {
|
|
39
|
-
display: inline-block;
|
|
40
|
-
width: 14px;
|
|
41
|
-
margin: 0 -2px 0 2px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.dtable-ui.collaborator-item .collaborator-remove .dtable-font {
|
|
45
|
-
display: inline-block;
|
|
46
|
-
font-size: 12px;
|
|
47
|
-
color: #909090;
|
|
48
|
-
transform: scale(.8);
|
|
49
|
-
cursor: pointer;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.dtable-ui.collaborator-item .collaborator-remove .dtable-font:hover {
|
|
53
|
-
color: #666666;
|
|
54
|
-
cursor: pointer;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* long-text */
|
|
58
|
-
.dtable-ui.long-text-formatter {
|
|
59
|
-
display: flex;
|
|
60
|
-
align-items: center;
|
|
61
|
-
height: 28px;
|
|
62
|
-
overflow: hidden;
|
|
63
|
-
text-overflow: ellipsis;
|
|
64
|
-
white-space: nowrap;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.dtable-ui.long-text-formatter.article {
|
|
68
|
-
display: block;
|
|
69
|
-
height: auto;
|
|
70
|
-
overflow: auto;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.dtable-ui.long-text-formatter .long-text-links,
|
|
74
|
-
.dtable-ui.long-text-formatter .long-text-check-list {
|
|
75
|
-
display: inline-block;
|
|
76
|
-
height: 20px;
|
|
77
|
-
padding: 2px;
|
|
78
|
-
margin: 4px;
|
|
79
|
-
color: #9c9c9c;
|
|
80
|
-
background-color: #f0f0f0;
|
|
81
|
-
border-radius: 3px;
|
|
82
|
-
line-height: 16px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.dtable-ui.long-text-formatter .long-text-check-list .dtable-font,
|
|
86
|
-
.dtable-ui.long-text-formatter .long-text-links .dtable-font {
|
|
87
|
-
margin-right: 4px;
|
|
88
|
-
font-size: 12px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.dtable-ui.long-text-formatter .long-text-check-list .long-text-check-list-completed {
|
|
92
|
-
color: #61BD4F;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.dtable-ui.long-text-formatter .long-text-images {
|
|
96
|
-
margin-right: -10px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.dtable-ui.long-text-formatter .long-text-images img {
|
|
100
|
-
max-width: 28px;
|
|
101
|
-
max-height: 28px;
|
|
102
|
-
border: 1px solid #f0f0f0;
|
|
103
|
-
box-sizing: border-box;
|
|
104
|
-
border-radius: 3px;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.dtable-ui.long-text-formatter .long-text-images .image-number {
|
|
108
|
-
display: inline-block;
|
|
109
|
-
min-width: 14px;
|
|
110
|
-
padding: 0 3px;
|
|
111
|
-
line-height: 14px;
|
|
112
|
-
font-style: normal;
|
|
113
|
-
font-size: 12px;
|
|
114
|
-
border-radius: 6px;
|
|
115
|
-
background-color: #999;
|
|
116
|
-
color: #fff;
|
|
117
|
-
transform: translate(-50%, 9px) scale(0.8);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.dtable-ui.file-formatter {
|
|
121
|
-
display: flex;
|
|
122
|
-
align-items: center;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.dtable-ui.file-formatter .file-item-icon {
|
|
126
|
-
display: inline-block;
|
|
127
|
-
height: 28px;
|
|
128
|
-
width: 28px;
|
|
129
|
-
border: 1px solid #f0f0f0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.dtable-ui.file-formatter .file-item-count {
|
|
133
|
-
display: inline-block;
|
|
134
|
-
padding: 0 3px;
|
|
135
|
-
min-width: 14px;
|
|
136
|
-
line-height: 14px;
|
|
137
|
-
font-size: 12px;
|
|
138
|
-
border-radius: 6px;
|
|
139
|
-
text-align: center;
|
|
140
|
-
text-overflow: ellipsis;
|
|
141
|
-
white-space: nowrap;
|
|
142
|
-
color: #fff;
|
|
143
|
-
background-color: #999;
|
|
144
|
-
-webkit-transform: translate(-50%, 8px) scale(.8);
|
|
145
|
-
transform: translate(-50%, 8px) scale(.8);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
.dtable-ui.image-formatter {
|
|
150
|
-
display: flex;
|
|
151
|
-
align-items: center;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.dtable-ui.image-formatter .image-item {
|
|
155
|
-
display: inline-block;
|
|
156
|
-
height: 28px;
|
|
157
|
-
width: 28px;
|
|
158
|
-
margin-right: 4px;
|
|
159
|
-
border: 1px solid #f0f0f0;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.dtable-ui.image-formatter .image-item:hover {
|
|
163
|
-
border: 1px solid #c9c9c9;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.dtable-ui.image-formatter .image-item-count {
|
|
167
|
-
display: inline-block;
|
|
168
|
-
padding: 0 3px;
|
|
169
|
-
min-width: 14px;
|
|
170
|
-
line-height: 14px;
|
|
171
|
-
font-size: 12px;
|
|
172
|
-
border-radius: 6px;
|
|
173
|
-
text-align: center;
|
|
174
|
-
text-overflow: ellipsis;
|
|
175
|
-
white-space: nowrap;
|
|
176
|
-
color: #fff;
|
|
177
|
-
background-color: #999;
|
|
178
|
-
-webkit-transform: translate(-50%, 8px) scale(.8);
|
|
179
|
-
transform: translate(-50%, 8px) scale(.8);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.dtable-ui.link-formmatter {
|
|
183
|
-
display: inline-flex;
|
|
184
|
-
align-items: center;
|
|
185
|
-
overflow: hidden;
|
|
186
|
-
flex-wrap: nowrap;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.dtable-ui.link-formatter .link-item {
|
|
190
|
-
display: inline-flex;
|
|
191
|
-
height: 20px;
|
|
192
|
-
max-width: 230px;
|
|
193
|
-
padding: 0 8px 0 2px;
|
|
194
|
-
align-items: center;
|
|
195
|
-
font-size: 13px;
|
|
196
|
-
margin-right: 10px;
|
|
197
|
-
border-radius: 3px;
|
|
198
|
-
background: #eceff4;
|
|
199
|
-
cursor: pointer;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.dtable-ui.link-formatter .link-item .link-name {
|
|
203
|
-
overflow: hidden;
|
|
204
|
-
white-space: nowrap;
|
|
205
|
-
text-overflow: ellipsis;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/*
|
|
209
|
-
* url formatter
|
|
210
|
-
* email formatter
|
|
211
|
-
*/
|
|
212
|
-
|
|
213
|
-
.dtable-ui.url-formatter,
|
|
214
|
-
.dtable-ui.email-formatter {
|
|
215
|
-
text-decoration: underline;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item {
|
|
219
|
-
display: inline-flex;
|
|
220
|
-
margin-right: 10px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item.simple-cell-formatter {
|
|
225
|
-
height: 20px;
|
|
226
|
-
padding: 0 8px;
|
|
227
|
-
align-items: center;
|
|
228
|
-
background: #eceff4;
|
|
229
|
-
border-radius: 3px;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.dtable-ui.formula-formatter.multiple .formula-formatter-content-item .collaborator {
|
|
233
|
-
margin-right: 0;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/* button */
|
|
237
|
-
.dtable-ui.button-formatter {
|
|
238
|
-
height: 26px;
|
|
239
|
-
width: 80px;
|
|
240
|
-
padding: 5px 8px;
|
|
241
|
-
border-width: 1px;
|
|
242
|
-
border-style: solid;
|
|
243
|
-
border-radius: 3px;
|
|
244
|
-
overflow: hidden;
|
|
245
|
-
white-space: nowrap;
|
|
246
|
-
text-overflow: ellipsis;
|
|
247
|
-
}
|
package/es/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as toaster } from './components/toast';
|
|
2
|
-
export { setLocale } from './lang';
|
|
3
|
-
export { getDateDisplayString, getNumberDisplayString, formatStringToNumber, formatNumberString } from './utils/value-format-utils';
|
|
4
|
-
export { default as Loading } from './components/loading';
|
|
5
|
-
export { TextFormatter, NumberFormatter, CheckboxFormatter, DateFormatter, SingleSelectFormatter, MultipleSelectFormatter, CollaboratorFormatter, ImageFormatter, FileFormatter, LongTextFormatter, GeolocationFormatter, LinkFormatter, FormulaFormatter, CTimeFormatter, CreatorFormatter, LastModifierFormatter, MTimeFormatter, AutoNumberFormatter, UrlFormatter, EmailFormatter, DurationFormatter, RateFormatter, ButtonFormatter, FileItemFormatter, ImagePreviewerLightbox, CollaboratorItem } from './components/cell-formatter';
|
|
6
|
-
export { TextEditor, NumberEditor, CheckboxEditor, SingleSelectEditor, CollaboratorEditor, DateEditor, LinkEditor } from './components/cell-editor';
|
package/es/lang/index.js
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import de from '../locals/de';
|
|
2
|
-
import en from '../locals/en';
|
|
3
|
-
import fr from '../locals/fr';
|
|
4
|
-
import zh_CN from '../locals/zh-CN';
|
|
5
|
-
var langData = {
|
|
6
|
-
'de': de,
|
|
7
|
-
'en': en,
|
|
8
|
-
'fr': fr,
|
|
9
|
-
'zh-cn': zh_CN
|
|
10
|
-
};
|
|
11
|
-
var LANGUAGE = 'en';
|
|
12
|
-
var LANGUAGE_MAP = {};
|
|
13
|
-
export function setLocale(args) {
|
|
14
|
-
var lang = typeof args === 'string' ? args : LANGUAGE;
|
|
15
|
-
LANGUAGE_MAP = langData[lang] || langData[LANGUAGE];
|
|
16
|
-
}
|
|
17
|
-
export function getLocale(key, def) {
|
|
18
|
-
if (!key) return def;
|
|
19
|
-
|
|
20
|
-
if (!LANGUAGE_MAP[key]) {
|
|
21
|
-
return def || key;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
return LANGUAGE_MAP[key];
|
|
25
|
-
}
|
|
26
|
-
export function substitute(str, obj) {
|
|
27
|
-
if (typeof str === 'string') {
|
|
28
|
-
if (str.indexOf('{') < 0) {
|
|
29
|
-
return str;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return str.replace(/\\?\{([^{}]+)\}/g, function (match, name) {
|
|
33
|
-
if (match.charAt(0) === '\\') {
|
|
34
|
-
return match.slice(1);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return obj[name] === null || obj[name] === undefined ? '' : obj[name];
|
|
38
|
-
});
|
|
39
|
-
} else if (typeof str === 'function') {
|
|
40
|
-
var val = str(obj);
|
|
41
|
-
|
|
42
|
-
if (val === obj && typeof val === 'object') {
|
|
43
|
-
val = Object.assign({}, obj);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
return val;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
return '';
|
|
50
|
-
}
|
package/es/locals/de.js
DELETED
package/es/locals/en.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
var en = {
|
|
2
|
-
Add_an_option: "Add an option",
|
|
3
|
-
Find_an_option: "Find a option",
|
|
4
|
-
No_options_available: "No options available",
|
|
5
|
-
Current_option: "Current option",
|
|
6
|
-
No_option: "No option",
|
|
7
|
-
Choose_an_option: "Choose an option",
|
|
8
|
-
Add_a_collaborator: "Add a collaborator",
|
|
9
|
-
Find_a_collaborator: "Find a collaborator",
|
|
10
|
-
No_collaborators_available: "No collaborators available",
|
|
11
|
-
Done: 'Done',
|
|
12
|
-
Choose_a_collaborator: "Choose a collaborator",
|
|
13
|
-
Please_input: "Please input",
|
|
14
|
-
Please_select: "Please select",
|
|
15
|
-
Clear: "Clear"
|
|
16
|
-
};
|
|
17
|
-
export default en;
|
package/es/locals/fr.js
DELETED
package/es/locals/zh-CN.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
var zh_CN = {
|
|
2
|
-
Add_an_option: '添加一个选项',
|
|
3
|
-
Find_an_option: "查找标签",
|
|
4
|
-
No_options_available: "没有找到标签。",
|
|
5
|
-
Current_option: "当前标签",
|
|
6
|
-
No_option: "没有标签",
|
|
7
|
-
Choose_an_option: "选择一个标签",
|
|
8
|
-
Add_a_collaborator: "添加协作者",
|
|
9
|
-
Find_a_collaborator: "查找协作者",
|
|
10
|
-
No_collaborators_available: "没有找到协作者",
|
|
11
|
-
Done: '完成',
|
|
12
|
-
Choose_a_collaborator: "选择一个协作者",
|
|
13
|
-
Please_input: "请输入",
|
|
14
|
-
Please_select: "请选择",
|
|
15
|
-
Clear: "清空"
|
|
16
|
-
};
|
|
17
|
-
export default zh_CN;
|
package/es/utils/editor-utils.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
var zhCN = require('@seafile/seafile-calendar/lib/locale/zh_CN');
|
|
2
|
-
|
|
3
|
-
var zhTW = require('@seafile/seafile-calendar/lib/locale/zh_TW');
|
|
4
|
-
|
|
5
|
-
var enUS = require('@seafile/seafile-calendar/lib/locale/en_US');
|
|
6
|
-
|
|
7
|
-
var frFR = require('@seafile/seafile-calendar/lib/locale/fr_FR');
|
|
8
|
-
|
|
9
|
-
var deDE = require('@seafile/seafile-calendar/lib/locale/de_DE');
|
|
10
|
-
|
|
11
|
-
var esES = require('@seafile/seafile-calendar/lib/locale/es_ES');
|
|
12
|
-
|
|
13
|
-
var plPL = require('@seafile/seafile-calendar/lib/locale/pl_PL');
|
|
14
|
-
|
|
15
|
-
var csCZ = require('@seafile/seafile-calendar/lib/locale/cs_CZ');
|
|
16
|
-
|
|
17
|
-
export var initDateEditorLanguage = function initDateEditorLanguage(lang) {
|
|
18
|
-
var language;
|
|
19
|
-
|
|
20
|
-
switch (lang) {
|
|
21
|
-
case 'zh-cn':
|
|
22
|
-
language = zhCN;
|
|
23
|
-
break;
|
|
24
|
-
|
|
25
|
-
case 'zh-tw':
|
|
26
|
-
language = zhTW;
|
|
27
|
-
break;
|
|
28
|
-
|
|
29
|
-
case 'en':
|
|
30
|
-
language = enUS;
|
|
31
|
-
break;
|
|
32
|
-
|
|
33
|
-
case 'fr':
|
|
34
|
-
language = frFR;
|
|
35
|
-
break;
|
|
36
|
-
|
|
37
|
-
case 'de':
|
|
38
|
-
language = deDE;
|
|
39
|
-
break;
|
|
40
|
-
|
|
41
|
-
case 'es':
|
|
42
|
-
language = esES;
|
|
43
|
-
break;
|
|
44
|
-
|
|
45
|
-
case 'es-ar':
|
|
46
|
-
language = esES;
|
|
47
|
-
break;
|
|
48
|
-
|
|
49
|
-
case 'es-mx':
|
|
50
|
-
language = esES;
|
|
51
|
-
break;
|
|
52
|
-
|
|
53
|
-
case 'pl':
|
|
54
|
-
language = plPL;
|
|
55
|
-
break;
|
|
56
|
-
|
|
57
|
-
case 'cs':
|
|
58
|
-
language = csCZ;
|
|
59
|
-
break;
|
|
60
|
-
|
|
61
|
-
default:
|
|
62
|
-
language = zhCN;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return language;
|
|
66
|
-
};
|
|
67
|
-
export var getSelectOptionItem = function getSelectOptionItem(options, optionId) {
|
|
68
|
-
return options.find(function (option) {
|
|
69
|
-
return option.id === optionId;
|
|
70
|
-
});
|
|
71
|
-
};
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @desc Solve the problem of floating calculation, avoid multiple digits after the decimal point and loss of calculation accuracy.
|
|
5
|
-
* example: 3 + 2.4 = 4.699999999999999,1.0 - 0.9 = 0.09999999999999998
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Correct wrong data
|
|
10
|
-
* strip(0.09999999999999998)=0.1
|
|
11
|
-
*/
|
|
12
|
-
function strip(num) {
|
|
13
|
-
var precision = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 12;
|
|
14
|
-
return +parseFloat(num.toPrecision(precision));
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Return digits length of a number
|
|
18
|
-
* @param {*number} num Input number
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
function digitLength(num) {
|
|
23
|
-
// Get digit length of e
|
|
24
|
-
var eSplit = num.toString().split(/[eE]/);
|
|
25
|
-
var len = (eSplit[0].split('.')[1] || '').length - +(eSplit[1] || 0);
|
|
26
|
-
return len > 0 ? len : 0;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Convert decimals to integers and support scientific notation. If it is a decimal, it is enlarged to an integer
|
|
30
|
-
* @param {*number} num Number of inputs
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
function float2Fixed(num) {
|
|
35
|
-
if (num.toString().indexOf('e') === -1) {
|
|
36
|
-
return Number(num.toString().replace('.', ''));
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
var dLen = digitLength(num);
|
|
40
|
-
return dLen > 0 ? strip(num * Math.pow(10, dLen)) : num;
|
|
41
|
-
}
|
|
42
|
-
/**
|
|
43
|
-
* Check whether the number is out of range, and give a prompt if it is out of range
|
|
44
|
-
* @param {*number} num Number of inputs
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
function checkBoundary(num) {
|
|
49
|
-
if (_boundaryCheckingState) {
|
|
50
|
-
if (num > Number.MAX_SAFE_INTEGER || num < Number.MIN_SAFE_INTEGER) {
|
|
51
|
-
console.warn("".concat(num, " is beyond boundary when transfer to integer, the results may not be accurate"));
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
/**
|
|
56
|
-
* Exact multiplication
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
function times(num1, num2) {
|
|
61
|
-
for (var _len = arguments.length, others = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
|
62
|
-
others[_key - 2] = arguments[_key];
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
if (others.length > 0) {
|
|
66
|
-
return times.apply(void 0, [times(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
var num1Changed = float2Fixed(num1);
|
|
70
|
-
var num2Changed = float2Fixed(num2);
|
|
71
|
-
var baseNum = digitLength(num1) + digitLength(num2);
|
|
72
|
-
var leftValue = num1Changed * num2Changed;
|
|
73
|
-
checkBoundary(leftValue);
|
|
74
|
-
return leftValue / Math.pow(10, baseNum);
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Exact addition
|
|
78
|
-
*/
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
function plus(num1, num2) {
|
|
82
|
-
for (var _len2 = arguments.length, others = new Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
|
83
|
-
others[_key2 - 2] = arguments[_key2];
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
if (others.length > 0) {
|
|
87
|
-
return plus.apply(void 0, [plus(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
var baseNum = Math.pow(10, Math.max(digitLength(num1), digitLength(num2)));
|
|
91
|
-
return (times(num1, baseNum) + times(num2, baseNum)) / baseNum;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* Exact subtraction
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
function minus(num1, num2) {
|
|
99
|
-
for (var _len3 = arguments.length, others = new Array(_len3 > 2 ? _len3 - 2 : 0), _key3 = 2; _key3 < _len3; _key3++) {
|
|
100
|
-
others[_key3 - 2] = arguments[_key3];
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
if (others.length > 0) {
|
|
104
|
-
return minus.apply(void 0, [minus(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
var baseNum = Math.pow(10, Math.max(digitLength(num1), digitLength(num2)));
|
|
108
|
-
return (times(num1, baseNum) - times(num2, baseNum)) / baseNum;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Exact division
|
|
112
|
-
*/
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
function divide(num1, num2) {
|
|
116
|
-
for (var _len4 = arguments.length, others = new Array(_len4 > 2 ? _len4 - 2 : 0), _key4 = 2; _key4 < _len4; _key4++) {
|
|
117
|
-
others[_key4 - 2] = arguments[_key4];
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
if (others.length > 0) {
|
|
121
|
-
return divide.apply(void 0, [divide(num1, num2), others[0]].concat(_toConsumableArray(others.slice(1))));
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
var num1Changed = float2Fixed(num1);
|
|
125
|
-
var num2Changed = float2Fixed(num2);
|
|
126
|
-
checkBoundary(num1Changed);
|
|
127
|
-
checkBoundary(num2Changed); // fix: Similar to 10 ** -4 is 0.00009999999999999999, strip correction
|
|
128
|
-
|
|
129
|
-
return times(num1Changed / num2Changed, strip(Math.pow(10, digitLength(num2) - digitLength(num1))));
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* rounding
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
function round(num, ratio) {
|
|
137
|
-
var base = Math.pow(10, ratio);
|
|
138
|
-
return divide(Math.round(times(num, base)), base);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
var _boundaryCheckingState = true;
|
|
142
|
-
/**
|
|
143
|
-
* Whether to perform boundary check, default true
|
|
144
|
-
* @param flag Mark switch, true is on, false is off, default is true
|
|
145
|
-
*/
|
|
146
|
-
|
|
147
|
-
function enableBoundaryChecking() {
|
|
148
|
-
var flag = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
|
|
149
|
-
_boundaryCheckingState = flag;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export { strip, plus, minus, times, divide, round, digitLength, float2Fixed, enableBoundaryChecking };
|
|
153
|
-
export default {
|
|
154
|
-
strip: strip,
|
|
155
|
-
plus: plus,
|
|
156
|
-
minus: minus,
|
|
157
|
-
times: times,
|
|
158
|
-
divide: divide,
|
|
159
|
-
round: round,
|
|
160
|
-
digitLength: digitLength,
|
|
161
|
-
float2Fixed: float2Fixed,
|
|
162
|
-
enableBoundaryChecking: enableBoundaryChecking
|
|
163
|
-
};
|
package/es/utils/utils.js
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
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/images/folder/" + FILEEXT_ICON_MAP["folder"];
|
|
52
|
-
|
|
53
|
-
return _iconUrl;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
var iconUrl = "";
|
|
57
|
-
|
|
58
|
-
if (filename.lastIndexOf(".") === -1) {
|
|
59
|
-
iconUrl = "assets/images/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/images/file/192/" + FILEEXT_ICON_MAP[file_ext];
|
|
67
|
-
} else {
|
|
68
|
-
iconUrl = "assets/images/file/192/" + FILEEXT_ICON_MAP["default"];
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
return iconUrl;
|
|
72
|
-
};
|
|
73
|
-
export var getImageThumbnailUrl = function getImageThumbnailUrl(url, server) {
|
|
74
|
-
if (server && url.indexOf(server) > -1) {
|
|
75
|
-
return url.replace("/workspace", "/thumbnail/workspace") + "?size=256";
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return url;
|
|
79
|
-
};
|
|
80
|
-
export var debounce = function debounce(fn, wait) {
|
|
81
|
-
var timeout = null;
|
|
82
|
-
return function () {
|
|
83
|
-
if (timeout !== null) clearTimeout(timeout);
|
|
84
|
-
timeout = setTimeout(fn, wait);
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
export var throttle = function throttle(func, delay) {
|
|
88
|
-
var timer = null;
|
|
89
|
-
var startTime = Date.now();
|
|
90
|
-
return function () {
|
|
91
|
-
var curTime = Date.now();
|
|
92
|
-
var remaining = delay - (curTime - startTime);
|
|
93
|
-
var context = this;
|
|
94
|
-
var args = arguments;
|
|
95
|
-
clearTimeout(timer);
|
|
96
|
-
|
|
97
|
-
if (remaining <= 0) {
|
|
98
|
-
func.apply(context, args);
|
|
99
|
-
startTime = Date.now();
|
|
100
|
-
} else {
|
|
101
|
-
timer = setTimeout(func, remaining);
|
|
102
|
-
}
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
export var isFunction = function isFunction(functionToCheck) {
|
|
106
|
-
var getType = {};
|
|
107
|
-
return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]';
|
|
108
|
-
};
|
|
109
|
-
export var isInternalImg = function isInternalImg(url) {
|
|
110
|
-
if (!url) return;
|
|
111
|
-
return url.indexOf(window.dtable.server) > -1;
|
|
112
|
-
};
|
|
113
|
-
export var checkSVGImage = function checkSVGImage(url) {
|
|
114
|
-
if (!url) return false;
|
|
115
|
-
return url.substr(-4).toLowerCase() === '.svg';
|
|
116
|
-
};
|