dtable-ui-component 6.0.126 → 7.0.0-xia.1
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/lib/ActionSheet/index.js +16 -14
- package/lib/ActivityIndicator/index.js +8 -7
- package/lib/AsyncUserSelect/index.js +19 -40
- package/lib/AsyncUserSelect/user-item.js +6 -5
- package/lib/AutoNumberFormatter/index.js +4 -3
- package/lib/Badge/index.js +11 -9
- package/lib/ButtonFormatter/index.js +8 -6
- package/lib/CTimeFormatter/index.js +4 -3
- package/lib/CheckboxEditor/index.js +3 -1
- package/lib/CheckboxEditor/mb-editor.js +20 -9
- package/lib/CheckboxEditor/pc-editor.js +24 -12
- package/lib/CheckboxFormatter/index.js +5 -4
- package/lib/CollaboratorEditor/index.js +4 -2
- package/lib/CollaboratorEditor/mb-editor/index.js +19 -11
- package/lib/CollaboratorEditor/pc-editor/index.js +34 -25
- package/lib/CollaboratorFormatter/index.js +10 -8
- package/lib/CollaboratorItem/index.js +5 -4
- package/lib/CollapsibleSettingLayout/index.js +7 -9
- package/lib/Comment/body/comment.js +18 -10
- package/lib/Comment/body/index.js +4 -2
- package/lib/Comment/footer/btns/index.js +7 -4
- package/lib/Comment/footer/index.js +20 -9
- package/lib/Comment/footer/input/index.js +50 -29
- package/lib/Comment/footer/input/participant/index.js +5 -4
- package/lib/Comment/footer/participants/index.js +5 -4
- package/lib/Comment/footer/participants/participant/index.js +3 -1
- package/lib/Comment/footer/participants/participant-select/index.js +24 -8
- package/lib/Comment/index.js +57 -39
- package/lib/Comment/utils/utilities.js +21 -15
- package/lib/CreatorFormatter/index.js +8 -6
- package/lib/DTableColorPicker/ColorPickerPortal/index.js +18 -22
- package/lib/DTableColorPicker/index.js +40 -55
- package/lib/DTableColorPicker/utils.js +6 -4
- package/lib/DTableColumnIcon/index.js +7 -6
- package/lib/DTableCommonAddTool/index.js +8 -6
- package/lib/DTableCustomFooter/index.js +3 -1
- package/lib/DTableCustomizeCollaboratorSelect/index.js +20 -17
- package/lib/DTableCustomizeSelect/index.js +24 -19
- package/lib/DTableDropdownItem/index.js +18 -16
- package/lib/DTableDropdownMenu/index.js +10 -8
- package/lib/DTableEmptyTip/index.js +5 -4
- package/lib/DTableFiltersPopover/index.js +50 -34
- package/lib/DTableFiltersPopover/utils/filter-item-utils.js +3 -1
- package/lib/DTableFiltersPopover/utils/index.js +113 -63
- package/lib/DTableFiltersPopover/widgets/collaborator-filter/index.js +9 -8
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +13 -16
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +15 -18
- package/lib/DTableFiltersPopover/widgets/filter-calendar.js +14 -8
- package/lib/DTableFiltersPopover/widgets/filter-group.js +56 -35
- package/lib/DTableFiltersPopover/widgets/filter-item.js +171 -108
- package/lib/DTableFiltersPopover/widgets/filter-list/index.css +5 -5
- package/lib/DTableFiltersPopover/widgets/filter-list/index.js +161 -136
- package/lib/DTableFiltersPopover/widgets/rate-item.js +20 -15
- package/lib/DTableGroupSelect/index.js +15 -11
- package/lib/DTableGroupSelect/select-option-group.js +32 -23
- package/lib/DTableIcon/index.js +7 -6
- package/lib/DTableIcon/svg-icon.js +7 -5
- package/lib/DTableModalHeader/index.css +3 -20
- package/lib/DTableModalHeader/index.js +3 -1
- package/lib/DTablePopover/index.js +15 -11
- package/lib/DTableRadio/index.js +9 -10
- package/lib/DTableRadioGroup/index.js +17 -8
- package/lib/DTableSearchInput/index.js +29 -19
- package/lib/DTableSelect/dtable-select-label.js +5 -6
- package/lib/DTableSelect/index.js +22 -21
- package/lib/DTableSelect/utils.js +15 -7
- package/lib/DTableSubDropdownMenu/index.js +10 -8
- package/lib/DTableSubDropdownToggle/index.js +12 -12
- package/lib/DTableSwitch/index.js +11 -12
- package/lib/DTableToolTip/index.js +8 -7
- package/lib/DateEditor/index.js +15 -20
- package/lib/DateEditor/mb-editor/index.js +31 -18
- package/lib/DateEditor/pc-editor.js +45 -26
- package/lib/DateFormatter/index.js +5 -4
- package/lib/DatePicker/index.js +15 -9
- package/lib/DatePicker/utils.js +3 -1
- package/lib/DeleteTip/index.js +6 -5
- package/lib/DepartmentMultipleSelectEditor/index.js +23 -25
- package/lib/DepartmentSelectFilter/index.js +8 -6
- package/lib/DepartmentSingleSelectEditor/index.js +3 -1
- package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +47 -48
- package/lib/DepartmentSingleSelectEditor/pc-editor/department-single-select.js +58 -36
- package/lib/DepartmentSingleSelectEditor/pc-editor/index.js +19 -13
- package/lib/DepartmentSingleSelectFormatter/index.js +6 -4
- package/lib/DigitalSignEditor/index.js +3 -1
- package/lib/DigitalSignEditor/mb-editor/index.js +20 -12
- package/lib/DigitalSignEditor/pc-editor/index.js +24 -17
- package/lib/DigitalSignEditor/service.js +4 -2
- package/lib/DigitalSignEditor/signature-board/index.js +8 -5
- package/lib/DigitalSignEditor/utils.js +4 -2
- package/lib/DigitalSignFormatter/index.js +15 -12
- package/lib/DigitalSignFormatter/utils.js +5 -4
- package/lib/DurationEditor/index.js +31 -21
- package/lib/DurationFormatter/index.js +5 -4
- package/lib/EditEditorButton/index.js +3 -1
- package/lib/EmailFormatter/index.js +4 -3
- package/lib/FieldDisplaySetting/field-item.js +12 -12
- package/lib/FieldDisplaySetting/index.js +10 -12
- package/lib/FileEditor/files-previewer/index.js +3 -1
- package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +18 -10
- package/lib/FileEditor/files-previewer/mb-previewer/index.js +8 -7
- package/lib/FileEditor/files-previewer/pc-previewer/file-previewer/dropdown-menu.js +4 -3
- package/lib/FileEditor/files-previewer/pc-previewer/file-previewer/file-name-editor/index.js +6 -5
- package/lib/FileEditor/files-previewer/pc-previewer/file-previewer/index.js +21 -14
- package/lib/FileEditor/files-previewer/pc-previewer/index.js +57 -29
- package/lib/FileEditor/index.js +3 -1
- package/lib/FileEditor/mb-editor/index.js +20 -28
- package/lib/FileEditor/pc-editor/addition-previewer/index.js +3 -1
- package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.js +25 -11
- package/lib/FileEditor/pc-editor/index.js +27 -19
- package/lib/FileFormatter/index.js +19 -26
- package/lib/FileItemFormatter/index.js +9 -6
- package/lib/FileUploader/index.js +45 -28
- package/lib/FormulaFormatter/index.js +29 -15
- package/lib/GeolocationEditor/index.js +12 -11
- package/lib/GeolocationEditor/map-editor-utils.js +15 -17
- package/lib/GeolocationEditor/mb-editor/country-editor.js +14 -17
- package/lib/GeolocationEditor/mb-editor/index.js +6 -4
- package/lib/GeolocationEditor/mb-editor/location-editor.js +15 -18
- package/lib/GeolocationEditor/mb-editor/map-editor/index.js +68 -41
- package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +89 -50
- package/lib/GeolocationEditor/mb-editor/province-city-editor.js +14 -17
- package/lib/GeolocationEditor/mb-editor/province-editor.js +14 -17
- package/lib/GeolocationEditor/pc-editor/country-editor.js +23 -10
- package/lib/GeolocationEditor/pc-editor/index.js +20 -12
- package/lib/GeolocationEditor/pc-editor/location-editor.js +31 -26
- package/lib/GeolocationEditor/pc-editor/map-editor/index.js +54 -34
- package/lib/GeolocationEditor/pc-editor/map-editor/large-editor/index.js +60 -36
- package/lib/GeolocationEditor/pc-editor/map-selection-editor/index.js +62 -35
- package/lib/GeolocationEditor/pc-editor/map-selection-editor/large-editor/index.js +65 -36
- package/lib/GeolocationEditor/pc-editor/province-city-editor.js +25 -19
- package/lib/GeolocationEditor/pc-editor/province-editor.js +13 -6
- package/lib/GeolocationEditor/pc-editor/selector-header-item.js +6 -5
- package/lib/GeolocationEditor/pc-editor/selector-list.js +7 -6
- package/lib/GeolocationFormatter/index.js +5 -4
- package/lib/HtmlLongTextFormatter/index.js +12 -4
- package/lib/Icon/index.js +5 -3
- package/lib/IconButton/index.js +6 -4
- package/lib/ImageEditor/images-previewer/image-preview/index.js +21 -12
- package/lib/ImageEditor/images-previewer/index.js +9 -3
- package/lib/ImageEditor/index.js +3 -1
- package/lib/ImageEditor/mb-editor/index.js +20 -28
- package/lib/ImageEditor/pc-editor/addition-previewer/image-link/index.js +6 -2
- package/lib/ImageEditor/pc-editor/addition-previewer/index.js +3 -1
- package/lib/ImageEditor/pc-editor/addition-previewer/local-image-addition/index.js +21 -7
- package/lib/ImageEditor/pc-editor/images-previewer/index.js +9 -3
- package/lib/ImageEditor/pc-editor/index.js +16 -11
- package/lib/ImageFormatter/images-lazy-load.js +11 -19
- package/lib/ImageFormatter/index.js +13 -11
- package/lib/ImagePreviewerLightbox/index.js +13 -15
- package/lib/ImageThumbnail/index.js +13 -10
- package/lib/InputItem/custom-input.js +46 -26
- package/lib/InputItem/custom-keyboard.js +18 -15
- package/lib/InputItem/index.js +50 -34
- package/lib/InputItem/input.js +4 -2
- package/lib/LastModifierFormatter/index.js +8 -6
- package/lib/LinkEditor/index.js +53 -33
- package/lib/LinkEditor/link-editor-option.js +4 -3
- package/lib/LinkEditor/mb-popover/index.js +22 -9
- package/lib/LinkEditor/pc-popover/index.js +10 -5
- package/lib/LinkFormatter/index.js +37 -21
- package/lib/List/index.js +8 -6
- package/lib/List/list-item.js +28 -22
- package/lib/LongTextFormatter/index.js +5 -4
- package/lib/MBEditorHeader/index.js +8 -7
- package/lib/MTimeFormatter/index.js +4 -3
- package/lib/MobileFullScreenPage/body/index.js +5 -3
- package/lib/MobileFullScreenPage/header/index.js +6 -4
- package/lib/MobileFullScreenPage/index.js +11 -13
- package/lib/MobileModal/index.js +3 -1
- package/lib/MobileOperationSheet/index.js +8 -7
- package/lib/MobileSelector/empty/index.js +3 -1
- package/lib/MobileSelector/index.js +7 -5
- package/lib/MobileSelector/option/index.js +5 -3
- package/lib/MobileSelector/options/index.js +3 -1
- package/lib/MobileSelector/search/index.js +5 -3
- package/lib/MobileUpload/index.js +5 -4
- package/lib/Modal/modal.js +15 -14
- package/lib/Modal/prompt.js +4 -4
- package/lib/MultipleSelectEditor/index.js +3 -1
- package/lib/MultipleSelectFormatter/index.js +8 -6
- package/lib/NotificationPopover/index.js +5 -4
- package/lib/NumberEditor/index.js +21 -12
- package/lib/NumberFormatter/index.js +5 -4
- package/lib/PhoneNumberLink/index.js +4 -2
- package/lib/Picker/AbstractPicker.js +27 -23
- package/lib/Popover/index.js +4 -3
- package/lib/Popover/item.js +9 -7
- package/lib/Progress/index.js +8 -9
- package/lib/Radio/Radio.js +8 -4
- package/lib/Radio/RadioItem.js +12 -8
- package/lib/RateFormatter/index.js +13 -13
- package/lib/RoleStatusEditor/index.js +17 -18
- package/lib/RowExpandDialog/body/index.js +49 -32
- package/lib/RowExpandDialog/column-content/index.js +9 -5
- package/lib/RowExpandDialog/header/index.js +8 -6
- package/lib/RowExpandDialog/index.js +34 -49
- package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +5 -4
- package/lib/RowExpandEditor/checkbox-editor/pc-editor.js +10 -8
- package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +33 -22
- package/lib/RowExpandEditor/collaborator-editor/pc-editor/index.js +40 -26
- package/lib/RowExpandEditor/date-editor/mb-editor.js +18 -12
- package/lib/RowExpandEditor/date-editor/pc-editor.js +20 -15
- package/lib/RowExpandEditor/department-editor/mb-editor.js +11 -16
- package/lib/RowExpandEditor/department-editor/pc-editor.js +14 -19
- package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +34 -20
- package/lib/RowExpandEditor/digital-sign-editor/pc-editor/index.js +35 -21
- package/lib/RowExpandEditor/duration-editor/mb-editor.js +17 -10
- package/lib/RowExpandEditor/duration-editor/pc-editor.js +19 -13
- package/lib/RowExpandEditor/email-editor/mb-editor/index.js +19 -9
- package/lib/RowExpandEditor/email-editor/pc-editor/index.js +24 -13
- package/lib/RowExpandEditor/file-editor/mb-editor/index.js +31 -18
- package/lib/RowExpandEditor/file-editor/pc-editor/index.js +23 -16
- package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +29 -17
- package/lib/RowExpandEditor/geolocation-editor/pc-editor/index.js +26 -13
- package/lib/RowExpandEditor/image-editor/mb-editor/index.js +25 -15
- package/lib/RowExpandEditor/image-editor/pc-editor/index.js +23 -13
- package/lib/RowExpandEditor/index.js +8 -4
- package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +18 -17
- package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +16 -10
- package/lib/RowExpandEditor/long-text-editor/pc-editor/index.js +23 -16
- package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +19 -11
- package/lib/RowExpandEditor/multiple-select-editor/pc-editor/index.js +33 -22
- package/lib/RowExpandEditor/number-editor/mb-editor/index.js +14 -8
- package/lib/RowExpandEditor/number-editor/pc-editor.js +20 -13
- package/lib/RowExpandEditor/rate-editor/mb-editor.js +25 -12
- package/lib/RowExpandEditor/rate-editor/pc-editor.js +36 -20
- package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +28 -17
- package/lib/RowExpandEditor/single-select-editor/pc-editor/index.js +34 -22
- package/lib/RowExpandEditor/text-editor/mb-editor/index.js +5 -4
- package/lib/RowExpandEditor/text-editor/pc-editor/index.js +26 -15
- package/lib/RowExpandEditor/url-editor/mb-editor/index.js +13 -5
- package/lib/RowExpandEditor/url-editor/pc-editor/index.js +18 -9
- package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +4 -2
- package/lib/RowExpandFormatter/department-formatter/pc-formatter.js +4 -2
- package/lib/RowExpandFormatter/email-formatter/index.js +7 -4
- package/lib/RowExpandFormatter/file-formatter/index.js +9 -8
- package/lib/RowExpandFormatter/file-formatter/row-expand-file-item-formatter.js +12 -10
- package/lib/RowExpandFormatter/formula-formatter/index.js +34 -19
- package/lib/RowExpandFormatter/image-formatter/index.js +11 -9
- package/lib/RowExpandFormatter/image-formatter/row-expand-image-item-formatter.js +8 -7
- package/lib/RowExpandFormatter/index.js +41 -27
- package/lib/RowExpandFormatter/link-formatter/collaborator-item-formatter.js +14 -8
- package/lib/RowExpandFormatter/link-formatter/index.js +19 -11
- package/lib/RowExpandFormatter/link-formatter/value-display-utils.js +5 -3
- package/lib/RowExpandFormatter/rate-formatter/index.js +12 -11
- package/lib/RowExpandFormatter/text/index.js +5 -4
- package/lib/RowExpandFormatter/url-formatter/index.js +7 -4
- package/lib/RowExpandView/body/index.js +35 -22
- package/lib/RowExpandView/column-content/index.js +7 -3
- package/lib/RowExpandView/index.js +30 -42
- package/lib/SelectItem/index.js +8 -6
- package/lib/SelectOptionGroup/index.js +40 -30
- package/lib/SelectedDepartments/index.js +9 -7
- package/lib/SimpleLongTextFormatter/index.js +16 -10
- package/lib/SimpleLongTextFormatter/normalize-long-text-value.js +4 -3
- package/lib/SimpleLongTextFormatter/widgets/LongTextPreview.js +21 -12
- package/lib/SimpleLongTextFormatter/widgets/dtable-markdown-viewer.js +4 -3
- package/lib/SingleSelectEditor/index.js +3 -1
- package/lib/SingleSelectFormatter/index.js +9 -8
- package/lib/TabBar/Tab.js +16 -14
- package/lib/TabBar/index.js +21 -18
- package/lib/Tabs/index.js +3 -1
- package/lib/TextEditor/index.js +23 -14
- package/lib/TextFormatter/index.js +4 -3
- package/lib/TextareaItem/index.js +26 -19
- package/lib/Toast/index.js +4 -3
- package/lib/UrlFormatter/index.js +4 -3
- package/lib/common/editor-base.js +12 -7
- package/lib/hooks/common-hooks.js +4 -2
- package/lib/select-editor/index.js +3 -1
- package/lib/select-editor/mb-editor/index.js +28 -17
- package/lib/select-editor/pc-editor/index.js +42 -27
- package/lib/toaster/alert.js +7 -6
- package/lib/toaster/toast.js +3 -2
- package/lib/toaster/toastManager.js +4 -2
- package/lib/utils/cell.js +11 -8
- package/lib/utils/column-utils.js +14 -8
- package/lib/utils/departments.js +3 -1
- package/lib/utils/url.js +31 -24
- package/lib/utils/utils.js +6 -2
- package/package.json +1 -1
package/lib/FileEditor/files-previewer/pc-previewer/file-previewer/file-name-editor/index.js
CHANGED
|
@@ -31,11 +31,12 @@ class FileNameEditor extends _react.Component {
|
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
33
|
this.onSave = () => {
|
|
34
|
-
const
|
|
35
|
-
renameFile
|
|
36
|
-
name
|
|
37
|
-
closeRenameFile
|
|
38
|
-
itemIndex
|
|
34
|
+
const {
|
|
35
|
+
renameFile,
|
|
36
|
+
name,
|
|
37
|
+
closeRenameFile,
|
|
38
|
+
itemIndex
|
|
39
|
+
} = this.props;
|
|
39
40
|
let newName = this.state.fileName.trim();
|
|
40
41
|
if (newName === name || newName === '') {
|
|
41
42
|
closeRenameFile();
|
|
@@ -33,7 +33,9 @@ class FilePreviewer extends _react.default.Component {
|
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
35
|
this.handleFileClick = () => {
|
|
36
|
-
let
|
|
36
|
+
let {
|
|
37
|
+
fileItem
|
|
38
|
+
} = this.props;
|
|
37
39
|
let openFileUrl = fileItem.url;
|
|
38
40
|
let assetFileIndex = openFileUrl.indexOf('/asset');
|
|
39
41
|
if (assetFileIndex > -1 && (0, _url.imageCheck)(fileItem.name)) {
|
|
@@ -47,7 +49,9 @@ class FilePreviewer extends _react.default.Component {
|
|
|
47
49
|
this.props.downloadFile(downloadUrl);
|
|
48
50
|
};
|
|
49
51
|
this.onSelectFile = () => {
|
|
50
|
-
const
|
|
52
|
+
const {
|
|
53
|
+
fileItem
|
|
54
|
+
} = this.props;
|
|
51
55
|
this.props.onSelectFiles(fileItem.name);
|
|
52
56
|
};
|
|
53
57
|
this.closeRenameFile = () => {
|
|
@@ -77,18 +81,21 @@ class FilePreviewer extends _react.default.Component {
|
|
|
77
81
|
};
|
|
78
82
|
}
|
|
79
83
|
render() {
|
|
80
|
-
const
|
|
81
|
-
fileItem
|
|
82
|
-
isItemFreezed
|
|
83
|
-
isSelectMultipleFiles
|
|
84
|
-
isSelected
|
|
85
|
-
config
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
84
|
+
const {
|
|
85
|
+
fileItem,
|
|
86
|
+
isItemFreezed,
|
|
87
|
+
isSelectMultipleFiles,
|
|
88
|
+
isSelected,
|
|
89
|
+
config
|
|
90
|
+
} = this.props;
|
|
91
|
+
const {
|
|
92
|
+
isShowRename,
|
|
93
|
+
isShowOperation,
|
|
94
|
+
highlight
|
|
95
|
+
} = this.state;
|
|
96
|
+
const {
|
|
97
|
+
fileIconUrl
|
|
98
|
+
} = (0, _url.getFileThumbnailInfo)(fileItem, config);
|
|
92
99
|
const errorMessage = '';
|
|
93
100
|
const uploadTime = (0, _utils.getFileUploadTime)(fileItem);
|
|
94
101
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
|
|
9
8
|
var _react = _interopRequireDefault(require("react"));
|
|
10
9
|
var _url = require("../../../utils/url");
|
|
11
10
|
var _utils = require("../../../utils/utils");
|
|
@@ -24,20 +23,26 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
24
23
|
});
|
|
25
24
|
};
|
|
26
25
|
this.showLargeImage = itemUrl => {
|
|
27
|
-
let
|
|
26
|
+
let {
|
|
27
|
+
fileImageUrlList
|
|
28
|
+
} = this.state;
|
|
28
29
|
this.setState({
|
|
29
30
|
isShowLargeImage: true,
|
|
30
31
|
largeImageIndex: fileImageUrlList.indexOf(itemUrl)
|
|
31
32
|
});
|
|
32
33
|
};
|
|
33
34
|
this.moveNext = () => {
|
|
34
|
-
let
|
|
35
|
+
let {
|
|
36
|
+
fileImageUrlList
|
|
37
|
+
} = this.state;
|
|
35
38
|
this.setState(prevState => ({
|
|
36
39
|
largeImageIndex: (prevState.largeImageIndex + 1) % fileImageUrlList.length
|
|
37
40
|
}));
|
|
38
41
|
};
|
|
39
42
|
this.movePrev = () => {
|
|
40
|
-
let
|
|
43
|
+
let {
|
|
44
|
+
fileImageUrlList
|
|
45
|
+
} = this.state;
|
|
41
46
|
this.setState(prevState => ({
|
|
42
47
|
largeImageIndex: (prevState.largeImageIndex + fileImageUrlList.length - 1) % fileImageUrlList.length
|
|
43
48
|
}));
|
|
@@ -49,23 +54,30 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
49
54
|
});
|
|
50
55
|
};
|
|
51
56
|
this.downloadImage = imageItemUrl => {
|
|
52
|
-
const
|
|
57
|
+
const {
|
|
58
|
+
value
|
|
59
|
+
} = this.props;
|
|
53
60
|
const file = value.find(v => v.url === imageItemUrl);
|
|
54
61
|
if (!file) return;
|
|
55
62
|
this.props.getDownLoadFiles([file], _ref => {
|
|
56
|
-
let
|
|
57
|
-
dFile = _ref2[0];
|
|
63
|
+
let [dFile] = _ref;
|
|
58
64
|
dFile && (0, _utils.downloadFile)(dFile);
|
|
59
65
|
});
|
|
60
66
|
};
|
|
61
67
|
this.onRotateImage = (imageIndex, degree) => {
|
|
62
|
-
let
|
|
68
|
+
let {
|
|
69
|
+
fileImageUrlList
|
|
70
|
+
} = this.state;
|
|
63
71
|
const imageUrl = fileImageUrlList[imageIndex];
|
|
64
72
|
this.props.onRotateImage && this.props.onRotateImage(imageUrl, degree);
|
|
65
73
|
};
|
|
66
74
|
this.deleteImage = (index, type) => {
|
|
67
|
-
const
|
|
68
|
-
|
|
75
|
+
const {
|
|
76
|
+
value
|
|
77
|
+
} = this.props;
|
|
78
|
+
let {
|
|
79
|
+
fileImageUrlList
|
|
80
|
+
} = this.state;
|
|
69
81
|
const imageUrl = fileImageUrlList[index];
|
|
70
82
|
let fileItemIndex = value.findIndex(fileItem => fileItem.url === imageUrl);
|
|
71
83
|
this.props.deleteFile(fileItemIndex, type);
|
|
@@ -94,7 +106,9 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
94
106
|
});
|
|
95
107
|
};
|
|
96
108
|
this.onSelectFiles = name => {
|
|
97
|
-
const
|
|
109
|
+
const {
|
|
110
|
+
selectedFilesList
|
|
111
|
+
} = this.state;
|
|
98
112
|
let filesList = selectedFilesList.slice(0);
|
|
99
113
|
const selectedFileIndex = selectedFilesList.indexOf(name);
|
|
100
114
|
if (selectedFileIndex > -1) {
|
|
@@ -107,8 +121,12 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
107
121
|
});
|
|
108
122
|
};
|
|
109
123
|
this.onSelectAllFiles = () => {
|
|
110
|
-
const
|
|
111
|
-
|
|
124
|
+
const {
|
|
125
|
+
value
|
|
126
|
+
} = this.props;
|
|
127
|
+
const {
|
|
128
|
+
selectedFilesList
|
|
129
|
+
} = this.state;
|
|
112
130
|
if (value.length === 0) return;
|
|
113
131
|
let allFilesList = selectedFilesList.slice(0);
|
|
114
132
|
value.map(item => {
|
|
@@ -128,8 +146,12 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
128
146
|
});
|
|
129
147
|
};
|
|
130
148
|
this.onDownloadAllSelectedFiles = () => {
|
|
131
|
-
const
|
|
132
|
-
|
|
149
|
+
const {
|
|
150
|
+
config
|
|
151
|
+
} = this.props;
|
|
152
|
+
const {
|
|
153
|
+
selectedFilesList
|
|
154
|
+
} = this.state;
|
|
133
155
|
if (selectedFilesList.length === 0) return;
|
|
134
156
|
this.props.getDownLoadFiles(selectedFilesList, downloadFilesUrlList => {
|
|
135
157
|
if (downloadFilesUrlList.length > 0) {
|
|
@@ -139,18 +161,22 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
139
161
|
});
|
|
140
162
|
};
|
|
141
163
|
this.onDeleteAllSelectedFiles = () => {
|
|
142
|
-
const
|
|
164
|
+
const {
|
|
165
|
+
selectedFilesList
|
|
166
|
+
} = this.state;
|
|
143
167
|
this.props.deleteFiles(selectedFilesList);
|
|
144
168
|
this.onChangeSelectMultipleFiles(false);
|
|
145
169
|
};
|
|
146
170
|
this.renderFilesOperation = () => {
|
|
147
|
-
const
|
|
148
|
-
value
|
|
149
|
-
deleteFiles
|
|
150
|
-
getDownLoadFiles
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
171
|
+
const {
|
|
172
|
+
value,
|
|
173
|
+
deleteFiles,
|
|
174
|
+
getDownLoadFiles
|
|
175
|
+
} = this.props;
|
|
176
|
+
const {
|
|
177
|
+
isSelectMultipleFiles,
|
|
178
|
+
selectedFilesList
|
|
179
|
+
} = this.state;
|
|
154
180
|
if (value.length === 0) return null;
|
|
155
181
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
156
182
|
className: "dtable-ui-file-editor-operation-content",
|
|
@@ -199,12 +225,14 @@ class PCFilesPreviewer extends _react.default.Component {
|
|
|
199
225
|
}
|
|
200
226
|
}
|
|
201
227
|
render() {
|
|
202
|
-
let
|
|
203
|
-
value
|
|
204
|
-
getDownLoadFiles
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
228
|
+
let {
|
|
229
|
+
value,
|
|
230
|
+
getDownLoadFiles
|
|
231
|
+
} = this.props;
|
|
232
|
+
const {
|
|
233
|
+
isSelectMultipleFiles,
|
|
234
|
+
selectedFilesList
|
|
235
|
+
} = this.state;
|
|
208
236
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
209
237
|
className: "dtable-ui-file-editor-previewer",
|
|
210
238
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
package/lib/FileEditor/index.js
CHANGED
|
@@ -16,7 +16,9 @@ require("./index.css");
|
|
|
16
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
17
|
const _excluded = ["isMobile"];
|
|
18
18
|
const FileEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
19
|
-
let
|
|
19
|
+
let {
|
|
20
|
+
isMobile
|
|
21
|
+
} = _ref,
|
|
20
22
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
21
23
|
if (isMobile === false) return /*#__PURE__*/(0, _jsxRuntime.jsx)(_pcEditor.default, (0, _objectSpread2.default)((0, _objectSpread2.default)({}, props), {}, {
|
|
22
24
|
ref: ref
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.default = void 0;
|
|
9
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
|
|
10
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
10
|
var _ActivityIndicator = _interopRequireDefault(require("../../ActivityIndicator"));
|
|
12
11
|
var _MobileFullScreenPage = _interopRequireDefault(require("../../MobileFullScreenPage"));
|
|
@@ -17,35 +16,28 @@ var _utils = require("../../utils/utils");
|
|
|
17
16
|
var _lang = require("../../lang");
|
|
18
17
|
require("./index.css");
|
|
19
18
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
20
|
-
const
|
|
21
|
-
|
|
19
|
+
const {
|
|
20
|
+
Header,
|
|
21
|
+
Body
|
|
22
|
+
} = _MobileFullScreenPage.default;
|
|
22
23
|
const MBFileEditor = _ref => {
|
|
23
|
-
let
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
isShowEditor = _useState4[0],
|
|
36
|
-
setShowEditor = _useState4[1];
|
|
37
|
-
const _useState5 = (0, _react.useState)([]),
|
|
38
|
-
_useState6 = (0, _slicedToArray2.default)(_useState5, 2),
|
|
39
|
-
uploadLocalFiles = _useState6[0],
|
|
40
|
-
setUploadLocalFiles = _useState6[1];
|
|
41
|
-
const _useState7 = (0, _react.useState)(false),
|
|
42
|
-
_useState8 = (0, _slicedToArray2.default)(_useState7, 2),
|
|
43
|
-
isUploading = _useState8[0],
|
|
44
|
-
setUploading = _useState8[1];
|
|
24
|
+
let {
|
|
25
|
+
value: oldValue,
|
|
26
|
+
column,
|
|
27
|
+
config,
|
|
28
|
+
onToggle,
|
|
29
|
+
onCommit,
|
|
30
|
+
uploadFile
|
|
31
|
+
} = _ref;
|
|
32
|
+
const [value, setValue] = (0, _react.useState)(oldValue || []);
|
|
33
|
+
const [isShowEditor, setShowEditor] = (0, _react.useState)(false);
|
|
34
|
+
const [uploadLocalFiles, setUploadLocalFiles] = (0, _react.useState)([]);
|
|
35
|
+
const [isUploading, setUploading] = (0, _react.useState)(false);
|
|
45
36
|
const uploadingFilesCount = (0, _react.useRef)(0);
|
|
46
37
|
const uploadedFilesCount = (0, _react.useRef)(0);
|
|
47
|
-
const
|
|
48
|
-
mediaUrl
|
|
38
|
+
const {
|
|
39
|
+
mediaUrl
|
|
40
|
+
} = config || {};
|
|
49
41
|
const resetFileValue = (0, _react.useCallback)(() => {
|
|
50
42
|
setUploadLocalFiles([]);
|
|
51
43
|
}, []);
|
|
@@ -25,7 +25,9 @@ class AdditionPreviewer extends _react.default.Component {
|
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
27
|
render() {
|
|
28
|
-
let
|
|
28
|
+
let {
|
|
29
|
+
activeTab
|
|
30
|
+
} = this.state;
|
|
29
31
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
30
32
|
className: "dtable-ui-image-addition-container",
|
|
31
33
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
@@ -36,7 +36,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
36
36
|
};
|
|
37
37
|
this.onFileUploadSuccess = fileMessage => {
|
|
38
38
|
this.hideDeleteIcon();
|
|
39
|
-
let
|
|
39
|
+
let {
|
|
40
|
+
thumbnailSrcList
|
|
41
|
+
} = this.state;
|
|
40
42
|
const findUploadFileIndex = this.findUploadFileIndex(fileMessage);
|
|
41
43
|
thumbnailSrcList.splice(findUploadFileIndex, 1, fileMessage);
|
|
42
44
|
if (thumbnailSrcList.every(fileItem => !fileItem.isUploading)) {
|
|
@@ -47,7 +49,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
47
49
|
this.props.fileUploadCompleted(fileMessage);
|
|
48
50
|
};
|
|
49
51
|
this.onFileUploadProgress = fileMessage => {
|
|
50
|
-
let
|
|
52
|
+
let {
|
|
53
|
+
thumbnailSrcList
|
|
54
|
+
} = this.state;
|
|
51
55
|
const findUploadFileIndex = this.findUploadFileIndex(fileMessage);
|
|
52
56
|
thumbnailSrcList.splice(findUploadFileIndex, 1, fileMessage);
|
|
53
57
|
this.setState({
|
|
@@ -55,7 +59,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
55
59
|
});
|
|
56
60
|
};
|
|
57
61
|
this.onFileUploadFailed = fileMessage => {
|
|
58
|
-
let
|
|
62
|
+
let {
|
|
63
|
+
thumbnailSrcList
|
|
64
|
+
} = this.state;
|
|
59
65
|
const findUploadFileIndex = this.findUploadFileIndex(fileMessage);
|
|
60
66
|
thumbnailSrcList.splice(findUploadFileIndex, 1, fileMessage);
|
|
61
67
|
this.setState({
|
|
@@ -63,7 +69,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
63
69
|
});
|
|
64
70
|
};
|
|
65
71
|
this.findUploadFileIndex = uploadFileMessage => {
|
|
66
|
-
let
|
|
72
|
+
let {
|
|
73
|
+
thumbnailSrcList
|
|
74
|
+
} = this.state;
|
|
67
75
|
let uploadFileIndex = thumbnailSrcList.findIndex(item => item.name === uploadFileMessage.file.name);
|
|
68
76
|
return uploadFileIndex;
|
|
69
77
|
};
|
|
@@ -97,7 +105,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
97
105
|
});
|
|
98
106
|
};
|
|
99
107
|
this.renderMultipleFilesArr = () => {
|
|
100
|
-
let
|
|
108
|
+
let {
|
|
109
|
+
thumbnailSrcList
|
|
110
|
+
} = this.state;
|
|
101
111
|
let fileArr = [];
|
|
102
112
|
if (Array.isArray(this.props.uploadLocalFileValue)) {
|
|
103
113
|
let uploadedFileList = this.renderUploadedFile();
|
|
@@ -153,13 +163,15 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
153
163
|
return fileArr;
|
|
154
164
|
};
|
|
155
165
|
this.renderUploadedFile = () => {
|
|
156
|
-
const
|
|
157
|
-
config
|
|
158
|
-
uploadLocalFileValue
|
|
166
|
+
const {
|
|
167
|
+
config,
|
|
168
|
+
uploadLocalFileValue
|
|
169
|
+
} = this.props;
|
|
159
170
|
let uploadedFileList = [];
|
|
160
171
|
uploadedFileList = uploadLocalFileValue.length > 0 && uploadLocalFileValue.map((fileItem, index) => {
|
|
161
|
-
let
|
|
162
|
-
fileIconUrl
|
|
172
|
+
let {
|
|
173
|
+
fileIconUrl
|
|
174
|
+
} = (0, _url.getFileThumbnailInfo)(fileItem, config);
|
|
163
175
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
164
176
|
className: "dtable-ui-image-wrapper",
|
|
165
177
|
id: "file-content-tip-".concat(index),
|
|
@@ -191,7 +203,9 @@ class LocalFileAddition extends _react.default.Component {
|
|
|
191
203
|
return uploadedFileList;
|
|
192
204
|
};
|
|
193
205
|
this.renderUploadFileWrapper = fileArr => {
|
|
194
|
-
let
|
|
206
|
+
let {
|
|
207
|
+
isFileTipShow
|
|
208
|
+
} = this.state;
|
|
195
209
|
let editorContent = fileArr.length === 0 ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_react.Fragment, {
|
|
196
210
|
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
197
211
|
className: "dtable-ui-image-tip-addition ".concat(isFileTipShow ? 'dtable-ui-image-drop-active' : ''),
|
|
@@ -27,9 +27,10 @@ class PCFileEditor extends _react.default.Component {
|
|
|
27
27
|
return this.state.value;
|
|
28
28
|
};
|
|
29
29
|
this.getEditorView = () => {
|
|
30
|
-
const
|
|
31
|
-
isInModal
|
|
32
|
-
value
|
|
30
|
+
const {
|
|
31
|
+
isInModal,
|
|
32
|
+
value
|
|
33
|
+
} = this.props;
|
|
33
34
|
return !value || value.length === 0 || isInModal ? _constants.FILE_EDITOR_STATUS.ADDITION : _constants.FILE_EDITOR_STATUS.PREVIEWER;
|
|
34
35
|
};
|
|
35
36
|
this.deleteImage = function (index) {
|
|
@@ -59,9 +60,10 @@ class PCFileEditor extends _react.default.Component {
|
|
|
59
60
|
e.stopPropagation();
|
|
60
61
|
if (this.state.isOpen && this.state.isUpdated) {
|
|
61
62
|
if (this.state.editorView === _constants.FILE_EDITOR_STATUS.ADDITION) {
|
|
62
|
-
let
|
|
63
|
-
value
|
|
64
|
-
uploadLocalFileValue
|
|
63
|
+
let {
|
|
64
|
+
value,
|
|
65
|
+
uploadLocalFileValue
|
|
66
|
+
} = this.state;
|
|
65
67
|
let newValue = value.concat(uploadLocalFileValue);
|
|
66
68
|
this.setState({
|
|
67
69
|
value: newValue
|
|
@@ -111,11 +113,13 @@ class PCFileEditor extends _react.default.Component {
|
|
|
111
113
|
};
|
|
112
114
|
this.addUploadedFile = fileMessageList => {
|
|
113
115
|
const uploadLocalFileValue = [...this.state.uploadLocalFileValue, ...fileMessageList.map(_ref => {
|
|
114
|
-
let
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
let {
|
|
117
|
+
name,
|
|
118
|
+
size,
|
|
119
|
+
type,
|
|
120
|
+
url,
|
|
121
|
+
mtime
|
|
122
|
+
} = _ref;
|
|
119
123
|
return {
|
|
120
124
|
name,
|
|
121
125
|
size,
|
|
@@ -130,7 +134,9 @@ class PCFileEditor extends _react.default.Component {
|
|
|
130
134
|
});
|
|
131
135
|
};
|
|
132
136
|
this.renderHeader = () => {
|
|
133
|
-
let
|
|
137
|
+
let {
|
|
138
|
+
editorView
|
|
139
|
+
} = this.state;
|
|
134
140
|
// if (this.props.isInModal) {
|
|
135
141
|
// return (<span>{getLocale('Add_files')}</span>);
|
|
136
142
|
// }
|
|
@@ -150,10 +156,11 @@ class PCFileEditor extends _react.default.Component {
|
|
|
150
156
|
});
|
|
151
157
|
};
|
|
152
158
|
this.showImageListPreviewer = () => {
|
|
153
|
-
let
|
|
154
|
-
value
|
|
155
|
-
uploadLocalFileValue
|
|
156
|
-
imageLinkValue
|
|
159
|
+
let {
|
|
160
|
+
value,
|
|
161
|
+
uploadLocalFileValue,
|
|
162
|
+
imageLinkValue
|
|
163
|
+
} = this.state;
|
|
157
164
|
let newValue = value.concat(uploadLocalFileValue, imageLinkValue);
|
|
158
165
|
this.setState({
|
|
159
166
|
value: newValue
|
|
@@ -196,9 +203,10 @@ class PCFileEditor extends _react.default.Component {
|
|
|
196
203
|
let fileItem = newValue[index];
|
|
197
204
|
if (!this.props.renameFile) return;
|
|
198
205
|
this.props.renameFile(fileItem, newName).then(res => {
|
|
199
|
-
const
|
|
200
|
-
name
|
|
201
|
-
url
|
|
206
|
+
const {
|
|
207
|
+
name,
|
|
208
|
+
url
|
|
209
|
+
} = res.data;
|
|
202
210
|
fileItem = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, fileItem), {}, {
|
|
203
211
|
name,
|
|
204
212
|
url
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.default = void 0;
|
|
9
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
|
|
10
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
12
11
|
var _FileItemFormatter = _interopRequireDefault(require("../FileItemFormatter"));
|
|
@@ -15,33 +14,27 @@ var _url = require("../utils/url");
|
|
|
15
14
|
require("./index.css");
|
|
16
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
16
|
const FileFormatter = _ref => {
|
|
18
|
-
let
|
|
19
|
-
isSample =
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
const _useState = (0, _react.useState)(-1),
|
|
33
|
-
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
34
|
-
largeImageIndex = _useState2[0],
|
|
35
|
-
setLargeImageIndex = _useState2[1];
|
|
36
|
-
const _useState3 = (0, _react.useState)([]),
|
|
37
|
-
_useState4 = (0, _slicedToArray2.default)(_useState3, 2),
|
|
38
|
-
fileImageUrlList = _useState4[0],
|
|
39
|
-
setFileImageUrlList = _useState4[1];
|
|
17
|
+
let {
|
|
18
|
+
isSample = false,
|
|
19
|
+
value = [],
|
|
20
|
+
containerClassName = '',
|
|
21
|
+
renderItem,
|
|
22
|
+
isSupportOpenFile = false,
|
|
23
|
+
onOpenFile,
|
|
24
|
+
server,
|
|
25
|
+
workspaceID,
|
|
26
|
+
dtableUuid,
|
|
27
|
+
downloadImage
|
|
28
|
+
} = _ref;
|
|
29
|
+
const [largeImageIndex, setLargeImageIndex] = (0, _react.useState)(-1);
|
|
30
|
+
const [fileImageUrlList, setFileImageUrlList] = (0, _react.useState)([]);
|
|
40
31
|
const getFileItemImageUrlList = (0, _react.useCallback)(value => {
|
|
41
32
|
let newFileImageUrlList = [];
|
|
42
33
|
value.forEach(fileItem => {
|
|
43
|
-
const
|
|
44
|
-
|
|
34
|
+
const {
|
|
35
|
+
url,
|
|
36
|
+
name
|
|
37
|
+
} = fileItem;
|
|
45
38
|
let assetFileIndex = typeof url === 'string' ? url.indexOf('/asset') : -1;
|
|
46
39
|
if (assetFileIndex > -1) {
|
|
47
40
|
const isImage = (0, _url.imageCheck)(name);
|
|
@@ -9,12 +9,15 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _url = require("../utils/url");
|
|
10
10
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
11
|
const FileItemFormatter = _ref => {
|
|
12
|
-
let
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
let {
|
|
13
|
+
file,
|
|
14
|
+
config,
|
|
15
|
+
openFile
|
|
16
|
+
} = _ref;
|
|
17
|
+
const {
|
|
18
|
+
fileIconUrl,
|
|
19
|
+
isImage
|
|
20
|
+
} = (0, _url.getFileThumbnailInfo)(file, config);
|
|
18
21
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
19
22
|
onClick: () => openFile && openFile(file),
|
|
20
23
|
className: "file-item-icon ".concat(isImage ? 'img' : ''),
|