dtable-ui-component 6.0.25 → 6.0.26-beta1
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/BodyPortal/index.js +29 -0
- package/lib/CheckboxEditor/index.js +20 -116
- package/lib/CheckboxEditor/lg.js +118 -0
- package/lib/CheckboxEditor/sm.js +101 -0
- package/lib/CollaboratorEditor/index.js +19 -9
- package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.js +2 -2
- package/lib/CollaboratorEditor/sm/index.css +41 -0
- package/lib/CollaboratorEditor/sm/index.js +88 -0
- package/lib/DTableCommonAddTool/index.js +1 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +3 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +4 -4
- package/lib/DateEditor/index.js +68 -95
- package/lib/DateEditor/{pc-date-editor-popover.js → large.js} +6 -6
- package/lib/DateEditor/sm/custom-rc-calendar.css +118 -0
- package/lib/DateEditor/sm/index.css +40 -0
- package/lib/DateEditor/{mb-date-editor-popover → sm}/index.js +20 -35
- package/lib/{Department-editor → DepartmentEditor}/constants.js +7 -0
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.css +4 -1
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.js +7 -4
- package/lib/DepartmentEditor/index.js +34 -0
- package/lib/{Department-editor → DepartmentEditor/lg}/department-single-select.js +10 -7
- package/lib/{Department-editor → DepartmentEditor/lg}/index.css +12 -3
- package/lib/{Department-editor → DepartmentEditor/lg}/index.js +8 -25
- package/lib/DepartmentEditor/sm/index.css +4 -0
- package/lib/DepartmentEditor/sm/index.js +220 -0
- package/lib/DigitalSignEditor/index.js +24 -171
- package/lib/DigitalSignEditor/lg/index.js +181 -0
- package/lib/DigitalSignEditor/sm/index.css +35 -0
- package/lib/DigitalSignEditor/sm/index.js +139 -0
- package/lib/FileEditor/files-previewer/index.js +16 -267
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/dropdown-menu.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.css +0 -2
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.js +2 -2
- package/lib/FileEditor/files-previewer/lg/index.js +276 -0
- package/lib/FileEditor/files-previewer/sm/file-previewer/index.js +122 -0
- package/lib/FileEditor/files-previewer/sm/index.css +39 -0
- package/lib/FileEditor/files-previewer/sm/index.js +59 -0
- package/lib/FileEditor/index.css +0 -5
- package/lib/FileEditor/index.js +26 -265
- package/lib/FileEditor/lg/addition-previewer/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/FileEditor/lg/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/local-file-addition/index.js +4 -4
- package/lib/FileEditor/lg/index.css +5 -0
- package/lib/FileEditor/lg/index.js +274 -0
- package/lib/FileEditor/sm/index.css +10 -0
- package/lib/FileEditor/sm/index.js +131 -0
- package/lib/FileFormatter/index.js +98 -38
- package/lib/FileItemFormatter/index.js +3 -1
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/index.js +88 -231
- package/lib/GeolocationEditor/{country-editor.js → lg/country-editor.js} +5 -49
- package/lib/GeolocationEditor/{index.css → lg/index.css} +1 -2
- package/lib/GeolocationEditor/lg/index.js +247 -0
- package/lib/GeolocationEditor/{location-editor.js → lg/location-editor.js} +8 -41
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/index.js +6 -6
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{province-city-editor.js → lg/province-city-editor.js} +7 -38
- package/lib/GeolocationEditor/{province-editor.js → lg/province-editor.js} +7 -31
- package/lib/GeolocationEditor/{selector-header-item.js → lg/selector-header-item.js} +1 -1
- package/lib/GeolocationEditor/map-editor-utils.js +6 -2
- package/lib/GeolocationEditor/sm/country-editor.js +70 -0
- package/lib/GeolocationEditor/sm/index.css +11 -0
- package/lib/GeolocationEditor/sm/index.js +125 -0
- package/lib/GeolocationEditor/sm/location-editor.js +93 -0
- package/lib/GeolocationEditor/sm/map-editor/index.css +11 -0
- package/lib/GeolocationEditor/sm/map-editor/index.js +469 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.css +158 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.js +525 -0
- package/lib/GeolocationEditor/sm/province-city-editor.js +68 -0
- package/lib/GeolocationEditor/sm/province-editor.js +67 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +2 -2
- package/lib/ImageEditor/images-previewer/index.js +3 -3
- package/lib/ImageEditor/index.css +17 -16
- package/lib/ImageEditor/index.js +26 -185
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.js +4 -4
- package/lib/ImageEditor/lg/images-previewer/index.js +140 -0
- package/lib/ImageEditor/lg/index.css +24 -0
- package/lib/ImageEditor/lg/index.js +194 -0
- package/lib/ImageEditor/sm/index.css +29 -0
- package/lib/ImageEditor/sm/index.js +131 -0
- package/lib/ImageThumbnail/index.js +2 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.css +1 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MobileFullScreenPage/body/index.css +9 -0
- package/lib/MobileFullScreenPage/body/index.js +23 -0
- package/lib/MobileFullScreenPage/header/index.css +35 -0
- package/lib/MobileFullScreenPage/header/index.js +38 -0
- package/lib/MobileFullScreenPage/index.css +13 -0
- package/lib/MobileFullScreenPage/index.js +81 -0
- package/lib/MobileModal/index.js +41 -0
- package/lib/MobileOperationSheet/index.css +27 -0
- package/lib/MobileOperationSheet/index.js +92 -0
- package/lib/MobileSelectorEditor/empty/index.css +3 -0
- package/lib/MobileSelectorEditor/empty/index.js +23 -0
- package/lib/MobileSelectorEditor/index.css +32 -0
- package/lib/MobileSelectorEditor/index.js +57 -0
- package/lib/MobileSelectorEditor/option/index.css +28 -0
- package/lib/MobileSelectorEditor/option/index.js +36 -0
- package/lib/MobileSelectorEditor/options/index.css +8 -0
- package/lib/MobileSelectorEditor/options/index.js +18 -0
- package/lib/MobileSelectorEditor/search/index.css +7 -0
- package/lib/MobileSelectorEditor/search/index.js +26 -0
- package/lib/MobileUpload/index.css +1 -0
- package/lib/MobileUpload/index.js +160 -0
- package/lib/MultipleSelectEditor/index.js +9 -14
- package/lib/RowExpand/index.js +19 -0
- package/lib/{RowExpandDialog → RowExpand/lg}/body/index.js +4 -4
- package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.js +2 -2
- package/lib/{RowExpandDialog → RowExpand/lg}/header/index.js +3 -3
- package/lib/{RowExpandDialog → RowExpand/lg}/index.js +6 -6
- package/lib/RowExpand/sm/body/index.css +173 -0
- package/lib/RowExpand/sm/body/index.js +111 -0
- package/lib/RowExpand/sm/column-content/index.css +27 -0
- package/lib/RowExpand/sm/column-content/index.js +25 -0
- package/lib/RowExpand/sm/index.css +0 -0
- package/lib/RowExpand/sm/index.js +172 -0
- package/lib/RowExpandEditor/RightAngle/index.css +6 -0
- package/lib/RowExpandEditor/RightAngle/index.js +17 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +12 -17
- package/lib/RowExpandEditor/RowExpandAddBtn/lg/index.js +26 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.js +19 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +10 -33
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/lg.js +42 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.js +39 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +10 -223
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/lg/index.js +231 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.css +9 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.js +163 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandDateEditor/lg.js +130 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/sm.js +84 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +11 -96
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/lg.js +101 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/sm.js +65 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +10 -199
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/lg/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +11 -97
- package/lib/RowExpandEditor/RowExpandDurationEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/sm.js +71 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +10 -116
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.js +84 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +10 -139
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.js +148 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/sm/index.js +116 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +10 -156
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/lg/index.js +164 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.js +101 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +10 -161
- package/lib/RowExpandEditor/RowExpandImageEditor/lg/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.css +25 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.js +109 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +11 -115
- package/lib/RowExpandEditor/RowExpandLongTextEditor/lg/index.js +123 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.css +10 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.js +80 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.js +91 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +10 -238
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/lg/index.js +247 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.js +155 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +10 -96
- package/lib/RowExpandEditor/RowExpandNumberEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.js +76 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +21 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +10 -142
- package/lib/RowExpandEditor/RowExpandRateEditor/lg.js +151 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/sm.js +92 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +11 -198
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/lg/index.js +206 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.css +8 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.js +134 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +11 -128
- package/lib/RowExpandEditor/RowExpandTextEditor/lg/index.js +136 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.css +14 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.js +37 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandUrlEditor/lg/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.js +87 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +10 -18
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/lg.js +27 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/sm.js +20 -0
- package/lib/RowExpandFormatter/RowExpandEmailFormatter/index.css +4 -4
- package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +1 -1
- package/lib/RowExpandFormatter/index.css +18 -18
- package/lib/RowExpandFormatter/index.js +1 -1
- package/lib/SelectItem/index.js +57 -33
- package/lib/SingleSelectEditor/index.js +9 -14
- package/lib/SvgIcon/index.js +2 -1
- package/lib/constants/file.js +1 -0
- package/lib/constants/index.js +3 -2
- package/lib/index.js +42 -98
- package/lib/locales/zh-CN.json +1 -1
- package/lib/select-editor/index.js +27 -20
- package/lib/select-editor/{pc-select-editor → lg}/index.css +1 -1
- package/lib/select-editor/{pc-select-editor → lg}/index.js +10 -10
- package/lib/select-editor/sm/index.css +1 -0
- package/lib/select-editor/sm/index.js +105 -0
- package/lib/utils/get-event-transfer.js +2 -1
- package/lib/utils/utils.js +11 -2
- package/package.json +3 -12
- package/lib/ActionSheet/index.js +0 -194
- package/lib/ActionSheet/style/index.css +0 -365
- package/lib/ActivityIndicator/index.css +0 -108
- package/lib/ActivityIndicator/index.js +0 -76
- package/lib/Badge/index.css +0 -96
- package/lib/Badge/index.js +0 -65
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
- package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
- package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
- package/lib/DatePicker/index.js +0 -120
- package/lib/DatePicker/locale/en_US.js +0 -14
- package/lib/DatePicker/locale/ru_RU.js +0 -14
- package/lib/DatePicker/locale/sv_SE.js +0 -14
- package/lib/DatePicker/locale/zh_CN.js +0 -14
- package/lib/DatePicker/style/index.css +0 -290
- package/lib/DatePicker/utils.js +0 -36
- package/lib/Drawer/index.css +0 -142
- package/lib/Drawer/index.js +0 -21
- package/lib/FileEditor/addition-previewer/index.css +0 -1
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
- package/lib/Icon/index.css +0 -50
- package/lib/Icon/index.js +0 -34
- package/lib/Icon/load-sprite.js +0 -56
- package/lib/InputItem/custom-input.js +0 -321
- package/lib/InputItem/custom-keyboard.js +0 -162
- package/lib/InputItem/index.js +0 -388
- package/lib/InputItem/input.js +0 -45
- package/lib/InputItem/locale/en_US.js +0 -12
- package/lib/InputItem/locale/ru_RU.js +0 -12
- package/lib/InputItem/locale/sv_SE.js +0 -12
- package/lib/InputItem/locale/zh_CN.js +0 -12
- package/lib/InputItem/portal.js +0 -23
- package/lib/InputItem/style/index.css +0 -512
- package/lib/List/index.css +0 -381
- package/lib/List/index.js +0 -41
- package/lib/List/list-item.js +0 -169
- package/lib/Modal/alert.js +0 -82
- package/lib/Modal/index.js +0 -15
- package/lib/Modal/modal.js +0 -118
- package/lib/Modal/operation.js +0 -77
- package/lib/Modal/prompt.js +0 -207
- package/lib/Picker/AbstractPicker.js +0 -190
- package/lib/Picker/index.js +0 -28
- package/lib/Picker/locale/en_US.js +0 -12
- package/lib/Picker/locale/ru_RU.js +0 -12
- package/lib/Picker/locale/sv_SE.js +0 -12
- package/lib/Picker/locale/zh_CN.js +0 -12
- package/lib/Picker/popupProps.js +0 -12
- package/lib/Picker/style/index.css +0 -141
- package/lib/Popover/index.js +0 -62
- package/lib/Popover/item.js +0 -55
- package/lib/Popover/style/index.css +0 -229
- package/lib/Progress/index.css +0 -22
- package/lib/Progress/index.js +0 -65
- package/lib/Radio/Radio.js +0 -47
- package/lib/Radio/RadioItem.js +0 -57
- package/lib/Radio/index.css +0 -90
- package/lib/Radio/index.js +0 -12
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
- package/lib/TabBar/Tab.js +0 -76
- package/lib/TabBar/index.css +0 -138
- package/lib/TabBar/index.js +0 -128
- package/lib/Tabs/index.css +0 -443
- package/lib/Tabs/index.js +0 -38
- package/lib/TextareaItem/index.css +0 -231
- package/lib/TextareaItem/index.js +0 -231
- package/lib/Toast/index.css +0 -65
- package/lib/Toast/index.js +0 -131
- package/lib/_util/class.js +0 -34
- package/lib/_util/closest.js +0 -17
- package/lib/_util/exenv.js +0 -8
- package/lib/_util/getDataAttr.js +0 -15
- package/lib/_util/getLocale.js +0 -42
- package/lib/select-editor/mb-select-editor/index.css +0 -127
- package/lib/select-editor/mb-select-editor/index.js +0 -197
- package/lib/select-editor/select-editor-option.js +0 -84
- /package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.js +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/utils.js +0 -0
- /package/lib/DigitalSignEditor/{index.css → lg/index.css} +0 -0
- /package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{parse-geolocation.js → lg/parse-geolocation.js} +0 -0
- /package/lib/GeolocationEditor/{selector-list.js → lg/selector-list.js} +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/body/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/header/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/index.css +0 -0
- /package/lib/RowExpandEditor/RowExpandAddBtn/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandGeolocationEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandImageEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandLongTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandUrlEditor/{index.css → lg/index.css} +0 -0
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _url = require("../../../utils/url");
|
|
10
|
+
var _utils = require("../../../utils/utils");
|
|
11
|
+
var _constants = require("../../../constants");
|
|
12
|
+
var _lang = require("../../../lang");
|
|
13
|
+
var _ImagePreviewerLightbox = _interopRequireDefault(require("../../../ImagePreviewerLightbox"));
|
|
14
|
+
var _DTableCommonAddTool = _interopRequireDefault(require("../../../DTableCommonAddTool"));
|
|
15
|
+
var _filePreviewer = _interopRequireDefault(require("./file-previewer"));
|
|
16
|
+
class Large extends _react.default.Component {
|
|
17
|
+
constructor(props) {
|
|
18
|
+
super(props);
|
|
19
|
+
this.getFileItemImageUrlList = value => {
|
|
20
|
+
this.setState({
|
|
21
|
+
fileImageUrlList: (0, _url.getValidFileImageUrls)(value)
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
this.showLargeImage = itemUrl => {
|
|
25
|
+
let {
|
|
26
|
+
fileImageUrlList
|
|
27
|
+
} = this.state;
|
|
28
|
+
this.setState({
|
|
29
|
+
isShowLargeImage: true,
|
|
30
|
+
largeImageIndex: fileImageUrlList.indexOf(itemUrl)
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
this.moveNext = () => {
|
|
34
|
+
let {
|
|
35
|
+
fileImageUrlList
|
|
36
|
+
} = this.state;
|
|
37
|
+
this.setState(prevState => ({
|
|
38
|
+
largeImageIndex: (prevState.largeImageIndex + 1) % fileImageUrlList.length
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
this.movePrev = () => {
|
|
42
|
+
let {
|
|
43
|
+
fileImageUrlList
|
|
44
|
+
} = this.state;
|
|
45
|
+
this.setState(prevState => ({
|
|
46
|
+
largeImageIndex: (prevState.largeImageIndex + fileImageUrlList.length - 1) % fileImageUrlList.length
|
|
47
|
+
}));
|
|
48
|
+
};
|
|
49
|
+
this.hideLargeImage = () => {
|
|
50
|
+
this.setState({
|
|
51
|
+
isShowLargeImage: false,
|
|
52
|
+
largeImageIndex: -1
|
|
53
|
+
});
|
|
54
|
+
};
|
|
55
|
+
this.downloadImage = imageItemUrl => {
|
|
56
|
+
const {
|
|
57
|
+
value
|
|
58
|
+
} = this.props;
|
|
59
|
+
const file = value.find(v => v.url === imageItemUrl);
|
|
60
|
+
if (!file) return;
|
|
61
|
+
this.props.getDownLoadFiles([file], _ref => {
|
|
62
|
+
let [dFile] = _ref;
|
|
63
|
+
dFile && (0, _utils.downloadFile)(dFile);
|
|
64
|
+
});
|
|
65
|
+
};
|
|
66
|
+
this.onRotateImage = (imageIndex, degree) => {
|
|
67
|
+
let {
|
|
68
|
+
fileImageUrlList
|
|
69
|
+
} = this.state;
|
|
70
|
+
const imageUrl = fileImageUrlList[imageIndex];
|
|
71
|
+
this.props.onRotateImage && this.props.onRotateImage(imageUrl, degree);
|
|
72
|
+
};
|
|
73
|
+
this.deleteImage = (index, type) => {
|
|
74
|
+
const {
|
|
75
|
+
value
|
|
76
|
+
} = this.props;
|
|
77
|
+
let {
|
|
78
|
+
fileImageUrlList
|
|
79
|
+
} = this.state;
|
|
80
|
+
const imageUrl = fileImageUrlList[index];
|
|
81
|
+
let fileItemIndex = value.findIndex(fileItem => fileItem.url === imageUrl);
|
|
82
|
+
this.props.deleteFile(fileItemIndex, type);
|
|
83
|
+
if (index > fileImageUrlList.length - 2) {
|
|
84
|
+
if (fileImageUrlList.length - 2 < 0) {
|
|
85
|
+
this.hideLargeImage();
|
|
86
|
+
} else {
|
|
87
|
+
this.setState({
|
|
88
|
+
largeImageIndex: 0
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
this.togglePreviewer = () => {
|
|
94
|
+
this.props.togglePreviewer(_constants.FILE_EDITOR_STATUS.ADDITION);
|
|
95
|
+
this.props.resetFileValue();
|
|
96
|
+
};
|
|
97
|
+
this.freezeItem = () => {
|
|
98
|
+
this.setState({
|
|
99
|
+
isItemFreezed: true
|
|
100
|
+
});
|
|
101
|
+
};
|
|
102
|
+
this.unFreezeItem = () => {
|
|
103
|
+
this.setState({
|
|
104
|
+
isItemFreezed: false
|
|
105
|
+
});
|
|
106
|
+
};
|
|
107
|
+
this.onSelectFiles = name => {
|
|
108
|
+
const {
|
|
109
|
+
selectedFilesList
|
|
110
|
+
} = this.state;
|
|
111
|
+
let filesList = selectedFilesList.slice(0);
|
|
112
|
+
const selectedFileIndex = selectedFilesList.indexOf(name);
|
|
113
|
+
if (selectedFileIndex > -1) {
|
|
114
|
+
filesList.splice(selectedFileIndex, 1);
|
|
115
|
+
} else {
|
|
116
|
+
filesList.push(name);
|
|
117
|
+
}
|
|
118
|
+
this.setState({
|
|
119
|
+
selectedFilesList: filesList
|
|
120
|
+
});
|
|
121
|
+
};
|
|
122
|
+
this.onSelectAllFiles = () => {
|
|
123
|
+
const {
|
|
124
|
+
value
|
|
125
|
+
} = this.props;
|
|
126
|
+
const {
|
|
127
|
+
selectedFilesList
|
|
128
|
+
} = this.state;
|
|
129
|
+
if (value.length === 0) return;
|
|
130
|
+
let allFilesList = selectedFilesList.slice(0);
|
|
131
|
+
value.map(item => {
|
|
132
|
+
if (selectedFilesList.indexOf(item.name) === -1) {
|
|
133
|
+
allFilesList.push(item.name);
|
|
134
|
+
}
|
|
135
|
+
return null;
|
|
136
|
+
});
|
|
137
|
+
this.setState({
|
|
138
|
+
selectedFilesList: allFilesList
|
|
139
|
+
});
|
|
140
|
+
};
|
|
141
|
+
this.onChangeSelectMultipleFiles = state => {
|
|
142
|
+
this.setState({
|
|
143
|
+
isSelectMultipleFiles: state,
|
|
144
|
+
selectedFilesList: []
|
|
145
|
+
});
|
|
146
|
+
};
|
|
147
|
+
this.onDownloadAllSelectedFiles = () => {
|
|
148
|
+
const {
|
|
149
|
+
config
|
|
150
|
+
} = this.props;
|
|
151
|
+
const {
|
|
152
|
+
selectedFilesList
|
|
153
|
+
} = this.state;
|
|
154
|
+
if (selectedFilesList.length === 0) return;
|
|
155
|
+
this.props.getDownLoadFiles(selectedFilesList, downloadFilesUrlList => {
|
|
156
|
+
if (downloadFilesUrlList.length > 0) {
|
|
157
|
+
(0, _utils.downloadFiles)(downloadFilesUrlList, config);
|
|
158
|
+
}
|
|
159
|
+
this.onChangeSelectMultipleFiles(false);
|
|
160
|
+
});
|
|
161
|
+
};
|
|
162
|
+
this.onDeleteAllSelectedFiles = () => {
|
|
163
|
+
const {
|
|
164
|
+
selectedFilesList
|
|
165
|
+
} = this.state;
|
|
166
|
+
this.props.deleteFiles(selectedFilesList);
|
|
167
|
+
this.onChangeSelectMultipleFiles(false);
|
|
168
|
+
};
|
|
169
|
+
this.renderFilesOperation = () => {
|
|
170
|
+
const {
|
|
171
|
+
value,
|
|
172
|
+
deleteFiles,
|
|
173
|
+
getDownLoadFiles
|
|
174
|
+
} = this.props;
|
|
175
|
+
const {
|
|
176
|
+
isSelectMultipleFiles,
|
|
177
|
+
selectedFilesList
|
|
178
|
+
} = this.state;
|
|
179
|
+
if (value.length === 0) return null;
|
|
180
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
181
|
+
className: "dtable-ui-file-editor-operation-content"
|
|
182
|
+
}, !isSelectMultipleFiles ? /*#__PURE__*/_react.default.createElement("span", {
|
|
183
|
+
onClick: this.onChangeSelectMultipleFiles.bind(this, true)
|
|
184
|
+
}, (0, _lang.getLocale)('Select')) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, selectedFilesList.length > 0 && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, deleteFiles && /*#__PURE__*/_react.default.createElement("span", {
|
|
185
|
+
onClick: this.onDeleteAllSelectedFiles
|
|
186
|
+
}, (0, _lang.getLocale)('Delete')), getDownLoadFiles && /*#__PURE__*/_react.default.createElement("span", {
|
|
187
|
+
className: "ml-2",
|
|
188
|
+
onClick: this.onDownloadAllSelectedFiles
|
|
189
|
+
}, (0, _lang.getLocale)('Download'))), /*#__PURE__*/_react.default.createElement("span", {
|
|
190
|
+
className: "ml-2",
|
|
191
|
+
onClick: this.onSelectAllFiles
|
|
192
|
+
}, (0, _lang.getLocale)('Select_all')), /*#__PURE__*/_react.default.createElement("span", {
|
|
193
|
+
className: "ml-2",
|
|
194
|
+
onClick: this.onChangeSelectMultipleFiles.bind(this, false)
|
|
195
|
+
}, (0, _lang.getLocale)('Cancel'))));
|
|
196
|
+
};
|
|
197
|
+
this.state = {
|
|
198
|
+
isShowRename: false,
|
|
199
|
+
value: props.value,
|
|
200
|
+
isItemFreezed: false,
|
|
201
|
+
isShowLargeImage: false,
|
|
202
|
+
isSelectMultipleFiles: false,
|
|
203
|
+
fileImageUrlList: [],
|
|
204
|
+
selectedFilesList: [],
|
|
205
|
+
largeImageIndex: -1
|
|
206
|
+
};
|
|
207
|
+
}
|
|
208
|
+
componentDidMount() {
|
|
209
|
+
this.getFileItemImageUrlList(this.props.value);
|
|
210
|
+
}
|
|
211
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
212
|
+
if (JSON.stringify(this.props.value) !== JSON.stringify(nextProps.value)) {
|
|
213
|
+
this.getFileItemImageUrlList(nextProps.value);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
render() {
|
|
217
|
+
let {
|
|
218
|
+
value,
|
|
219
|
+
getDownLoadFiles
|
|
220
|
+
} = this.props;
|
|
221
|
+
const {
|
|
222
|
+
isSelectMultipleFiles,
|
|
223
|
+
selectedFilesList
|
|
224
|
+
} = this.state;
|
|
225
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
226
|
+
className: "dtable-ui-file-editor-previewer"
|
|
227
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
228
|
+
className: "dtable-ui-file-editor-previewer-wrapper"
|
|
229
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
230
|
+
className: "dtable-ui-file-editor-previewer-header d-flex align-items-center"
|
|
231
|
+
}, selectedFilesList.length > 0 ? /*#__PURE__*/_react.default.createElement("span", {
|
|
232
|
+
className: "dtable-ui-file-editor-count-content"
|
|
233
|
+
}, selectedFilesList.length === 1 ? (0, _lang.getLocale)('1_file_selected') : (0, _lang.getLocale)('Selected_xxx_files', {
|
|
234
|
+
count: selectedFilesList.length
|
|
235
|
+
})) : /*#__PURE__*/_react.default.createElement("span", {
|
|
236
|
+
className: "dtable-ui-file-editor-count-content"
|
|
237
|
+
}, value.length <= 1 ? (0, _lang.getLocale)('xxx_existing_file', {
|
|
238
|
+
count: value.length
|
|
239
|
+
}) : (0, _lang.getLocale)('xxx_existing_files', {
|
|
240
|
+
count: value.length
|
|
241
|
+
})), this.renderFilesOperation()), /*#__PURE__*/_react.default.createElement("div", {
|
|
242
|
+
className: "dtable-ui-file-editor-previewer-content"
|
|
243
|
+
}, value.length > 0 && value.map((fileItem, index) => {
|
|
244
|
+
const isSelected = selectedFilesList.indexOf(fileItem.name) === -1 ? false : true;
|
|
245
|
+
return /*#__PURE__*/_react.default.createElement(_filePreviewer.default, {
|
|
246
|
+
key: fileItem.url,
|
|
247
|
+
fileItem: fileItem,
|
|
248
|
+
deleteFile: this.props.deleteFile,
|
|
249
|
+
renameFile: this.props.renameFile,
|
|
250
|
+
freezeItem: this.freezeItem,
|
|
251
|
+
unFreezeItem: this.unFreezeItem,
|
|
252
|
+
isItemFreezed: this.state.isItemFreezed,
|
|
253
|
+
itemIndex: index,
|
|
254
|
+
isSelected: isSelected,
|
|
255
|
+
showLargeImage: this.showLargeImage,
|
|
256
|
+
onSelectFiles: this.onSelectFiles,
|
|
257
|
+
isSelectMultipleFiles: isSelectMultipleFiles,
|
|
258
|
+
downloadFile: getDownLoadFiles ? this.downloadImage : null
|
|
259
|
+
});
|
|
260
|
+
}))), this.state.isShowLargeImage && /*#__PURE__*/_react.default.createElement(_ImagePreviewerLightbox.default, {
|
|
261
|
+
imageItems: this.state.fileImageUrlList,
|
|
262
|
+
imageIndex: this.state.largeImageIndex,
|
|
263
|
+
closeImagePopup: this.hideLargeImage,
|
|
264
|
+
moveToPrevImage: this.movePrev,
|
|
265
|
+
moveToNextImage: this.moveNext,
|
|
266
|
+
deleteImage: this.deleteImage,
|
|
267
|
+
downloadImage: this.downloadImage,
|
|
268
|
+
onRotateImage: this.onRotateImage
|
|
269
|
+
}), /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
270
|
+
className: "dtable-ui-file-editor-previewer-add-btn",
|
|
271
|
+
callBack: this.togglePreviewer,
|
|
272
|
+
footerName: (0, _lang.getLocale)('Add_files')
|
|
273
|
+
}));
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _react = _interopRequireDefault(require("react"));
|
|
10
|
+
var _utils = require("../../../utils");
|
|
11
|
+
var _url = require("../../../../utils/url");
|
|
12
|
+
var _MobileOperationSheet = _interopRequireWildcard(require("../../../../MobileOperationSheet"));
|
|
13
|
+
class FilePreviewer extends _react.default.Component {
|
|
14
|
+
constructor(props) {
|
|
15
|
+
super(props);
|
|
16
|
+
this.downloadFile = () => {
|
|
17
|
+
const downloadUrl = this.props.fileItem.url;
|
|
18
|
+
this.props.downloadFile(downloadUrl);
|
|
19
|
+
};
|
|
20
|
+
this.deleteFile = () => {
|
|
21
|
+
const {
|
|
22
|
+
fileItem
|
|
23
|
+
} = this.props;
|
|
24
|
+
this.props.deleteFile(fileItem);
|
|
25
|
+
};
|
|
26
|
+
this.closeRenameFile = () => {
|
|
27
|
+
this.setState({
|
|
28
|
+
isShowRename: false
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
this.openRenameFile = () => {
|
|
32
|
+
this.setState({
|
|
33
|
+
isShowRename: true
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
this.openOperationSheet = () => {
|
|
37
|
+
this.setState({
|
|
38
|
+
showOperationSheet: true
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
this.closeOperationSheet = () => {
|
|
42
|
+
this.setState({
|
|
43
|
+
showOperationSheet: false
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
this.onOperationChange = operation => {
|
|
47
|
+
if (operation === _MobileOperationSheet.OPERATION_TYPE.RENAME) {
|
|
48
|
+
this.openRenameFile();
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
if (operation === _MobileOperationSheet.OPERATION_TYPE.DOWNLOAD) {
|
|
52
|
+
this.downloadFile();
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
if (operation === _MobileOperationSheet.OPERATION_TYPE.DELETE) {
|
|
56
|
+
this.deleteFile();
|
|
57
|
+
return;
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
this.state = {
|
|
61
|
+
isShowRename: false,
|
|
62
|
+
showOperationSheet: false
|
|
63
|
+
};
|
|
64
|
+
this.operations = [];
|
|
65
|
+
const {
|
|
66
|
+
renameFile,
|
|
67
|
+
downloadFile,
|
|
68
|
+
deleteFile
|
|
69
|
+
} = props;
|
|
70
|
+
if (renameFile) {
|
|
71
|
+
this.operations.push(_MobileOperationSheet.OPERATION_TYPE.RENAME);
|
|
72
|
+
}
|
|
73
|
+
if (downloadFile) {
|
|
74
|
+
this.operations.push(_MobileOperationSheet.OPERATION_TYPE.DOWNLOAD);
|
|
75
|
+
}
|
|
76
|
+
if (deleteFile) {
|
|
77
|
+
this.operations.push(_MobileOperationSheet.OPERATION_TYPE.DELETE);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
render() {
|
|
81
|
+
const {
|
|
82
|
+
fileItem,
|
|
83
|
+
config
|
|
84
|
+
} = this.props;
|
|
85
|
+
const {
|
|
86
|
+
showOperationSheet
|
|
87
|
+
} = this.state;
|
|
88
|
+
const {
|
|
89
|
+
fileIconUrl
|
|
90
|
+
} = (0, _url.getFileThumbnailInfo)(fileItem, config);
|
|
91
|
+
const uploadTime = (0, _utils.getFileUploadTime)(fileItem);
|
|
92
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
93
|
+
className: "dtable-ui-file-editor-previewer-box"
|
|
94
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
95
|
+
className: "dtable-ui-file-editor-previewer-item"
|
|
96
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
97
|
+
className: "dtable-ui-file-editor-previewer-icon"
|
|
98
|
+
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
99
|
+
alt: "",
|
|
100
|
+
src: fileIconUrl
|
|
101
|
+
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
102
|
+
className: "dtable-ui-file-editor-previewer-info"
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
104
|
+
className: "dtable-ui-file-editor-previewer-item-name ".concat(fileItem.type === 'dir' ? 'dtable-ui-file-editor-previewer-item-name-height' : '')
|
|
105
|
+
}, /*#__PURE__*/_react.default.createElement("span", null, fileItem.name)), /*#__PURE__*/_react.default.createElement("div", {
|
|
106
|
+
className: "dtable-ui-file-editor-preview-item-detail d-flex"
|
|
107
|
+
}, uploadTime && /*#__PURE__*/_react.default.createElement("span", {
|
|
108
|
+
className: "file-upload-time"
|
|
109
|
+
}, "".concat(uploadTime, ", ")), fileItem.size > -1 && /*#__PURE__*/_react.default.createElement("span", null, (0, _utils.bytesToSize)(fileItem.size))))), /*#__PURE__*/_react.default.createElement("div", {
|
|
110
|
+
className: "dtable-ui-file-editor-previewer-operation",
|
|
111
|
+
onClick: this.openOperationSheet
|
|
112
|
+
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
113
|
+
"aria-hidden": "true",
|
|
114
|
+
className: "dtable-font dtable-icon-more-level"
|
|
115
|
+
}))), showOperationSheet && /*#__PURE__*/_react.default.createElement(_MobileOperationSheet.default, {
|
|
116
|
+
operations: this.operations,
|
|
117
|
+
onChange: this.onOperationChange,
|
|
118
|
+
onClose: this.closeOperationSheet
|
|
119
|
+
}));
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
var _default = exports.default = FilePreviewer;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@import url('../lg/file-previewer/index.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer {
|
|
4
|
+
margin-top: 20px;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-wrapper {
|
|
9
|
+
width: 100%;
|
|
10
|
+
background-color: #fff;
|
|
11
|
+
height: fit-content;
|
|
12
|
+
border-top: 1px solid rgb(233, 233, 233);
|
|
13
|
+
border-bottom: 1px solid rgb(233, 233, 233);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-wrapper .dtable-ui-file-editor-previewer-content {
|
|
17
|
+
margin-top: 0px;
|
|
18
|
+
height: fit-content;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-wrapper .dtable-ui-file-editor-previewer-content:after {
|
|
22
|
+
display: none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-content .dtable-ui-file-editor-previewer-box {
|
|
26
|
+
height: 64px;
|
|
27
|
+
width: calc(100% - 16px);
|
|
28
|
+
border-bottom: 1px solid #e9e9e9;
|
|
29
|
+
padding: 0.5rem 1rem 0.5rem 0;
|
|
30
|
+
margin-left: 16px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.dtable-ui-file-editor-previewer.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-content .dtable-ui-file-editor-previewer-box:last-child {
|
|
34
|
+
border-bottom: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.mobile-dtable-ui-file-editor-previewer .dtable-ui-file-editor-previewer-operation {
|
|
38
|
+
color: #666;
|
|
39
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _utils = require("../../../utils/utils");
|
|
10
|
+
var _lang = require("../../../lang");
|
|
11
|
+
var _DTableCommonAddTool = _interopRequireDefault(require("../../../DTableCommonAddTool"));
|
|
12
|
+
var _filePreviewer = _interopRequireDefault(require("./file-previewer"));
|
|
13
|
+
require("./index.css");
|
|
14
|
+
class Small extends _react.default.Component {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.downloadImage = imageItemUrl => {
|
|
18
|
+
const {
|
|
19
|
+
value
|
|
20
|
+
} = this.props;
|
|
21
|
+
const file = value.find(v => v.url === imageItemUrl);
|
|
22
|
+
if (!file) return;
|
|
23
|
+
this.props.getDownLoadFiles([file], _ref => {
|
|
24
|
+
let [dFile] = _ref;
|
|
25
|
+
dFile && (0, _utils.downloadFile)(dFile);
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
this.togglePreviewer = () => {
|
|
29
|
+
this.props.togglePreviewer();
|
|
30
|
+
this.props.resetFileValue();
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
render() {
|
|
34
|
+
const {
|
|
35
|
+
value,
|
|
36
|
+
getDownLoadFiles
|
|
37
|
+
} = this.props;
|
|
38
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
39
|
+
className: "dtable-ui-file-editor-previewer mobile-dtable-ui-file-editor-previewer"
|
|
40
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
41
|
+
className: "dtable-ui-file-editor-previewer-wrapper"
|
|
42
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
43
|
+
className: "dtable-ui-file-editor-previewer-content"
|
|
44
|
+
}, value.length > 0 && value.map((fileItem, index) => {
|
|
45
|
+
return /*#__PURE__*/_react.default.createElement(_filePreviewer.default, {
|
|
46
|
+
key: fileItem.url,
|
|
47
|
+
fileItem: fileItem,
|
|
48
|
+
deleteFile: this.props.deleteFile,
|
|
49
|
+
renameFile: this.props.renameFile,
|
|
50
|
+
downloadFile: getDownLoadFiles ? this.downloadImage : null
|
|
51
|
+
});
|
|
52
|
+
}))), /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
53
|
+
className: "dtable-ui-file-editor-previewer-add-btn",
|
|
54
|
+
callBack: this.togglePreviewer,
|
|
55
|
+
footerName: (0, _lang.getLocale)('Add_files')
|
|
56
|
+
}));
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
var _default = exports.default = Small;
|