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,87 +0,0 @@
|
|
|
1
|
-
.dtable-ui-component.mobile-image-previewer .ril-prev-button,
|
|
2
|
-
.dtable-ui-component.mobile-image-previewer .ril-next-button,
|
|
3
|
-
.dtable-ui-component.mobile-image-previewer .ril-caption .ril-zoom-in,
|
|
4
|
-
.dtable-ui-component.mobile-image-previewer .ril-caption .ril-zoom-out {
|
|
5
|
-
display: none;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.dtable-ui-component.mobile-image-previewer .ril-toolbar .ril__toolbarRightSide {
|
|
9
|
-
padding-right: 14px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.dtable-ui-component.image-footer-choice.mobile-image-footer-choice {
|
|
13
|
-
height: 100px;
|
|
14
|
-
background-color: #000;
|
|
15
|
-
z-index: 1052;
|
|
16
|
-
padding: 0;
|
|
17
|
-
width: 100%;
|
|
18
|
-
border-radius: 2px;
|
|
19
|
-
border-top-right-radius: 0;
|
|
20
|
-
border-top-left-radius: 0;
|
|
21
|
-
bottom: 0;
|
|
22
|
-
position: absolute;
|
|
23
|
-
color: #fff;
|
|
24
|
-
background: rgba(0, 0, 0, 0.6);
|
|
25
|
-
display: flex;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
align-items: center;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dtable-ui-component.image-footer-choice.mobile-image-footer-choice .image-footer-icon {
|
|
31
|
-
width: 100%;
|
|
32
|
-
display: flex;
|
|
33
|
-
align-items: center;
|
|
34
|
-
justify-content: space-between;
|
|
35
|
-
flex-direction: row-reverse;
|
|
36
|
-
margin: 0 20px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.dtable-ui-component.image-footer-choice.mobile-image-footer-choice .image-footer-icon .image-footer-choice-item {
|
|
40
|
-
height: 40px;
|
|
41
|
-
width: 40px;
|
|
42
|
-
border-radius: 5px;
|
|
43
|
-
background-color: #333;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
display: flex;
|
|
46
|
-
justify-content: center;
|
|
47
|
-
align-items: center;
|
|
48
|
-
color: #dbdbdb;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dtable-ui-component.image-footer-choice.mobile-image-footer-choice .image-footer-icon .image-footer-choice-item i {
|
|
52
|
-
font-size: 20px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.ril__outer .ril-caption button.dtable-font {
|
|
56
|
-
height: 50px;
|
|
57
|
-
font-size: 20px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.ril__outer .ril-toolbar button.dtable-font {
|
|
61
|
-
border: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.ril__outer .ril-toolbar button.dtable-font:focus {
|
|
65
|
-
outline: none;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.ril__outer button.dtable-font {
|
|
69
|
-
font-size: 16px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.ril__outer .ril-toolbar .ril-close {
|
|
73
|
-
width: 30px;
|
|
74
|
-
height: 53px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.ril__outer .ril__toolbarItem {
|
|
78
|
-
height: 50px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.ril__outer .ril__toolbarItem button {
|
|
82
|
-
opacity: 0.7;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.ril__outer .ril__toolbarItem button:hover {
|
|
86
|
-
opacity: 1;
|
|
87
|
-
}
|
package/lib/css/loading.css
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/** loading **/
|
|
2
|
-
@-moz-keyframes loading {
|
|
3
|
-
0% {
|
|
4
|
-
-moz-transform: rotate(0deg);
|
|
5
|
-
transform: rotate(0deg);
|
|
6
|
-
}
|
|
7
|
-
100% {
|
|
8
|
-
-moz-transform: rotate(360deg);
|
|
9
|
-
transform: rotate(360deg);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@-webkit-keyframes loading {
|
|
14
|
-
0% {
|
|
15
|
-
-webkit-transform: rotate(0deg);
|
|
16
|
-
transform: rotate(0deg);
|
|
17
|
-
}
|
|
18
|
-
100% {
|
|
19
|
-
-webkit-transform: rotate(360deg);
|
|
20
|
-
transform: rotate(360deg);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@keyframes loading {
|
|
25
|
-
0% {
|
|
26
|
-
-moz-transform: rotate(0deg);
|
|
27
|
-
-ms-transform: rotate(0deg);
|
|
28
|
-
-webkit-transform: rotate(0deg);
|
|
29
|
-
transform: rotate(0deg);
|
|
30
|
-
}
|
|
31
|
-
100% {
|
|
32
|
-
-moz-transform: rotate(360deg);
|
|
33
|
-
-ms-transform: rotate(360deg);
|
|
34
|
-
-webkit-transform: rotate(360deg);
|
|
35
|
-
transform: rotate(360deg);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.loading-icon {
|
|
40
|
-
display: inline-block;
|
|
41
|
-
width: 20px;
|
|
42
|
-
height: 20px;
|
|
43
|
-
border: 2px solid #eee;
|
|
44
|
-
border-left-color: #aaa;
|
|
45
|
-
border-radius: 50%;
|
|
46
|
-
-moz-animation: loading 0.9s infinite linear;
|
|
47
|
-
-webkit-animation: loading 0.9s infinite linear;
|
|
48
|
-
animation: loading 0.9s infinite linear;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.loading-tip {
|
|
52
|
-
display: block;
|
|
53
|
-
margin: 0 auto;
|
|
54
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
|
|
6
|
-
var CellType = _interopRequireWildcard(require("../constants/cell-types"));
|
|
7
|
-
|
|
8
|
-
var _constants = require("../constants");
|
|
9
|
-
|
|
10
|
-
var _validators;
|
|
11
|
-
|
|
12
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
|
-
|
|
14
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
|
-
|
|
16
|
-
var numberValidator = function numberValidator(value) {
|
|
17
|
-
return (value || value === 0) && Object.prototype.toString.call(value) === '[object Number]';
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
var textValidator = function textValidator(value) {
|
|
21
|
-
return !!value;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
var checkboxValidator = function checkboxValidator(value) {
|
|
25
|
-
return typeof value === 'boolean';
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
var validators = (_validators = {}, _validators[CellType.NUMBER] = numberValidator, _validators[CellType.RATE] = numberValidator, _validators[CellType.DURATION] = numberValidator, _validators[CellType.CHECKBOX] = checkboxValidator, _validators[CellType.TEXT] = textValidator, _validators[CellType.DATE] = textValidator, _validators[CellType.CTIME] = textValidator, _validators[CellType.MTIME] = textValidator, _validators[CellType.GEOLOCATION] = textValidator, _validators[CellType.AUTO_NUMBER] = textValidator, _validators[CellType.URL] = textValidator, _validators[CellType.EMAIL] = textValidator, _validators[_constants.FORMULA_RESULT_TYPE.DATE] = textValidator, _validators[_constants.FORMULA_RESULT_TYPE.STRING] = textValidator, _validators[_constants.FORMULA_RESULT_TYPE.NUMBER] = numberValidator, _validators[_constants.FORMULA_RESULT_TYPE.BOOL] = checkboxValidator, _validators);
|
|
29
|
-
|
|
30
|
-
var cellValueValidator = function cellValueValidator(cellValue, type) {
|
|
31
|
-
var validator = validators[type];
|
|
32
|
-
|
|
33
|
-
if (validator) {
|
|
34
|
-
return validator(cellValue);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
return true;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
var _default = cellValueValidator;
|
|
41
|
-
exports.default = _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.isArrayFormalColumn = isArrayFormalColumn;
|
|
5
|
-
exports.isSimpleCellFormatter = isSimpleCellFormatter;
|
|
6
|
-
|
|
7
|
-
var _constants = require("../constants");
|
|
8
|
-
|
|
9
|
-
function isSimpleCellFormatter(type) {
|
|
10
|
-
return _constants.SIMPLE_CELL_COLUMNS.includes(type) || _constants.SIMPLE_CELL_FORMULA_RESULTS.includes(type);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
function isArrayFormalColumn(columnType) {
|
|
14
|
-
return _constants.ARRAY_FORMAL_COLUMNS.includes(columnType);
|
|
15
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.processorGetAST = exports.processor = void 0;
|
|
5
|
-
|
|
6
|
-
var unified = require('./unified');
|
|
7
|
-
|
|
8
|
-
var markdown = require('remark-parse');
|
|
9
|
-
|
|
10
|
-
var slug = require('remark-slug');
|
|
11
|
-
|
|
12
|
-
var breaks = require('remark-breaks');
|
|
13
|
-
|
|
14
|
-
var remark2rehype = require('remark-rehype');
|
|
15
|
-
|
|
16
|
-
var format = require('rehype-format');
|
|
17
|
-
|
|
18
|
-
var raw = require('rehype-raw');
|
|
19
|
-
|
|
20
|
-
var xtend = require('xtend');
|
|
21
|
-
|
|
22
|
-
var toHTML = require('hast-util-to-html');
|
|
23
|
-
|
|
24
|
-
var sanitize = require('hast-util-sanitize');
|
|
25
|
-
|
|
26
|
-
var gh = require('hast-util-sanitize/lib/github');
|
|
27
|
-
|
|
28
|
-
var deepmerge = require('deepmerge').default;
|
|
29
|
-
|
|
30
|
-
var mathjax = require('rehype-mathjax/browser');
|
|
31
|
-
|
|
32
|
-
var math = require('remark-math/block');
|
|
33
|
-
|
|
34
|
-
function stringify(config) {
|
|
35
|
-
var settings = xtend(config, this.data('settings'));
|
|
36
|
-
var schema = deepmerge(gh, {
|
|
37
|
-
'attributes': {
|
|
38
|
-
'input': ['type'],
|
|
39
|
-
'li': ['className'],
|
|
40
|
-
'code': ['className'],
|
|
41
|
-
'span': ['className'],
|
|
42
|
-
'div': ['className']
|
|
43
|
-
},
|
|
44
|
-
'tagNames': ['input', 'code', 'span', 'div']
|
|
45
|
-
});
|
|
46
|
-
this.Compiler = compiler;
|
|
47
|
-
|
|
48
|
-
function compiler(tree) {
|
|
49
|
-
// use sanity to remove dangerous html, the default is
|
|
50
|
-
// GitHub style sanitation
|
|
51
|
-
var hast = sanitize(tree, schema);
|
|
52
|
-
return toHTML(hast, settings);
|
|
53
|
-
}
|
|
54
|
-
} // markdown -> mdast -> html AST -> html
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
var processor = unified().use(markdown, {
|
|
58
|
-
commonmark: true
|
|
59
|
-
}).use(math).use(breaks).use(slug).use(remark2rehype, {
|
|
60
|
-
allowDangerousHTML: true
|
|
61
|
-
}).use(mathjax, {
|
|
62
|
-
displayMath: ['$$', '$$']
|
|
63
|
-
}).use(raw).use(format).use(stringify);
|
|
64
|
-
exports.processor = processor;
|
|
65
|
-
var processorGetAST = unified().use(markdown, {
|
|
66
|
-
commonmark: true
|
|
67
|
-
}).use(slug);
|
|
68
|
-
exports.processorGetAST = processorGetAST;
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
exports.__esModule = true;
|
|
4
|
-
exports.default = void 0;
|
|
5
|
-
var hrefReg = /\[.+\]\(\S+\)|<img src=(\S+).+\/>|!\[\]\(\S+\)|<\S+>/g;
|
|
6
|
-
var imageReg1 = /^<img( width=[\\|/|"](\d)+[\\|/|"])? src="(\S+)" .?\/>/;
|
|
7
|
-
var imageReg2 = /^!\[\]\((\S+)\)/;
|
|
8
|
-
var linkReg1 = /^\[.+\]\(\S+\)/;
|
|
9
|
-
var linkReg2 = /^<\S+>$/;
|
|
10
|
-
|
|
11
|
-
var getLinks = function getLinks(hrefList) {
|
|
12
|
-
var hrefObj = {
|
|
13
|
-
links: [],
|
|
14
|
-
images: []
|
|
15
|
-
};
|
|
16
|
-
hrefList.forEach(function (href) {
|
|
17
|
-
if (href.search(linkReg1) >= 0 || href.search(linkReg2) >= 0) {
|
|
18
|
-
hrefObj.links.push(href);
|
|
19
|
-
} else {
|
|
20
|
-
var imageSrcList = href.match(imageReg1);
|
|
21
|
-
var imageSrcList1 = href.match(imageReg2);
|
|
22
|
-
|
|
23
|
-
if (imageSrcList) {
|
|
24
|
-
hrefObj.images.push(imageSrcList[1]);
|
|
25
|
-
} else if (imageSrcList1) {
|
|
26
|
-
hrefObj.images.push(imageSrcList1[1]);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
return hrefObj;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
var getPreviewContent = function getPreviewContent(markdownContent) {
|
|
34
|
-
var preview = '';
|
|
35
|
-
var newMarkdownContent = markdownContent.replace(hrefReg, '');
|
|
36
|
-
|
|
37
|
-
for (var index = 0; index < newMarkdownContent.length; index++) {
|
|
38
|
-
if (newMarkdownContent[index] === '#') {
|
|
39
|
-
continue;
|
|
40
|
-
} else if (newMarkdownContent[index] === '\n') {
|
|
41
|
-
preview += ' ';
|
|
42
|
-
} else {
|
|
43
|
-
preview += newMarkdownContent[index];
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
if (preview.length === 150) {
|
|
47
|
-
break;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
var hrefList = markdownContent.match(hrefReg);
|
|
52
|
-
|
|
53
|
-
if (hrefList) {
|
|
54
|
-
var _getLinks = getLinks(hrefList),
|
|
55
|
-
images = _getLinks.images,
|
|
56
|
-
links = _getLinks.links;
|
|
57
|
-
|
|
58
|
-
return {
|
|
59
|
-
preview: preview,
|
|
60
|
-
images: images,
|
|
61
|
-
links: links
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return {
|
|
66
|
-
preview: preview,
|
|
67
|
-
images: [],
|
|
68
|
-
links: [],
|
|
69
|
-
text: markdownContent
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
var _default = getPreviewContent;
|
|
74
|
-
exports.default = _default;
|