dtable-ui-component 6.0.29-beta2 → 6.0.29-beta4
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 +24 -118
- package/lib/CheckboxEditor/mb-editor.js +101 -0
- package/lib/CheckboxEditor/pc-editor.js +118 -0
- package/lib/CheckboxFormatter/index.css +1 -1
- package/lib/CheckboxFormatter/index.js +10 -25
- package/lib/CollaboratorEditor/index.js +23 -11
- package/lib/CollaboratorEditor/mb-editor/index.css +41 -0
- package/lib/CollaboratorEditor/mb-editor/index.js +88 -0
- package/lib/DTableCommonAddTool/index.js +1 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +6 -6
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +6 -6
- package/lib/DateEditor/index.js +69 -95
- package/lib/DateEditor/mb-editor/custom-rc-calendar.css +118 -0
- package/lib/DateEditor/mb-editor/index.css +39 -0
- package/lib/DateEditor/mb-editor/index.js +215 -0
- package/lib/DateEditor/{pc-date-editor-popover.js → pc-editor.js} +9 -9
- package/lib/{Department-editor/department-multiple-select → DepartmentMultipleSelectEditor}/index.js +6 -6
- package/lib/DepartmentSingleSelectEditor/index.js +34 -0
- package/lib/DepartmentSingleSelectEditor/mb-editor/index.css +4 -0
- package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +230 -0
- package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/department-single-select.js +6 -6
- package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/index.css +8 -3
- package/lib/{Department-editor → DepartmentSingleSelectEditor/pc-editor}/index.js +8 -25
- package/lib/DigitalSignEditor/index.js +24 -171
- package/lib/DigitalSignEditor/mb-editor/index.css +35 -0
- package/lib/DigitalSignEditor/mb-editor/index.js +144 -0
- package/lib/DigitalSignEditor/pc-editor/index.js +181 -0
- package/lib/FileEditor/files-previewer/index.js +26 -268
- package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +122 -0
- package/lib/FileEditor/files-previewer/mb-previewer/index.css +39 -0
- package/lib/FileEditor/files-previewer/mb-previewer/index.js +64 -0
- package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/dropdown-menu.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/file-name-editor/index.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/index.css +0 -2
- package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/index.js +2 -2
- package/lib/FileEditor/files-previewer/pc-previewer/index.js +276 -0
- package/lib/FileEditor/index.css +0 -5
- package/lib/FileEditor/index.js +26 -265
- package/lib/FileEditor/mb-editor/index.css +10 -0
- package/lib/FileEditor/mb-editor/index.js +136 -0
- package/lib/FileEditor/pc-editor/addition-previewer/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → pc-editor/addition-previewer}/index.js +1 -1
- package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → pc-editor/addition-previewer}/local-file-addition/index.js +4 -4
- package/lib/FileEditor/pc-editor/index.css +5 -0
- package/lib/FileEditor/pc-editor/index.js +274 -0
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/index.js +90 -230
- package/lib/GeolocationEditor/map-editor-utils.js +6 -2
- package/lib/GeolocationEditor/mb-editor/country-editor.js +79 -0
- package/lib/GeolocationEditor/mb-editor/index.css +11 -0
- package/lib/GeolocationEditor/mb-editor/index.js +125 -0
- package/lib/GeolocationEditor/mb-editor/location-editor.js +101 -0
- package/lib/GeolocationEditor/mb-editor/map-editor/index.css +11 -0
- package/lib/GeolocationEditor/mb-editor/map-editor/index.js +474 -0
- package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.css +158 -0
- package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +530 -0
- package/lib/GeolocationEditor/mb-editor/province-city-editor.js +77 -0
- package/lib/GeolocationEditor/mb-editor/province-editor.js +76 -0
- package/lib/GeolocationEditor/{country-editor.js → pc-editor/country-editor.js} +5 -50
- package/lib/GeolocationEditor/{index.css → pc-editor/index.css} +3 -4
- package/lib/GeolocationEditor/pc-editor/index.js +247 -0
- package/lib/GeolocationEditor/{location-editor.js → pc-editor/location-editor.js} +8 -41
- package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/index.js +6 -6
- package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{province-city-editor.js → pc-editor/province-city-editor.js} +7 -38
- package/lib/GeolocationEditor/{province-editor.js → pc-editor/province-editor.js} +7 -31
- package/lib/GeolocationEditor/{selector-header-item.js → pc-editor/selector-header-item.js} +1 -1
- package/lib/ImageEditor/images-previewer/image-preview/index.js +3 -3
- package/lib/ImageEditor/images-previewer/index.js +9 -4
- package/lib/ImageEditor/index.css +17 -16
- package/lib/ImageEditor/index.js +26 -185
- package/lib/ImageEditor/mb-editor/index.css +29 -0
- package/lib/ImageEditor/mb-editor/index.js +136 -0
- package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/image-link/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/local-image-addition/index.js +4 -4
- package/lib/ImageEditor/pc-editor/images-previewer/index.js +140 -0
- package/lib/ImageEditor/pc-editor/index.css +24 -0
- package/lib/ImageEditor/pc-editor/index.js +194 -0
- package/lib/ImageThumbnail/index.js +2 -1
- package/lib/LinkEditor/index.js +5 -5
- package/lib/LinkEditor/{mb-link-editor-popover → mb-popover}/index.css +1 -1
- package/lib/MobileFullScreenPage/body/index.css +9 -0
- package/lib/MobileFullScreenPage/body/index.js +23 -0
- package/lib/MobileFullScreenPage/header/index.css +39 -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/MobileSelector/empty/index.css +3 -0
- package/lib/MobileSelector/empty/index.js +23 -0
- package/lib/MobileSelector/index.css +32 -0
- package/lib/MobileSelector/index.js +57 -0
- package/lib/MobileSelector/option/index.css +28 -0
- package/lib/MobileSelector/option/index.js +36 -0
- package/lib/MobileSelector/options/index.css +8 -0
- package/lib/MobileSelector/options/index.js +18 -0
- package/lib/MobileSelector/search/index.css +7 -0
- package/lib/MobileSelector/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 +24 -0
- package/lib/RowExpand/mb-expand/body/index.css +173 -0
- package/lib/RowExpand/mb-expand/body/index.js +111 -0
- package/lib/RowExpand/mb-expand/column-content/index.css +27 -0
- package/lib/RowExpand/mb-expand/column-content/index.js +25 -0
- package/lib/RowExpand/mb-expand/index.css +0 -0
- package/lib/RowExpand/mb-expand/index.js +178 -0
- package/lib/{RowExpandDialog → RowExpand/pc-expand}/body/index.js +4 -4
- package/lib/{RowExpandDialog → RowExpand/pc-expand}/column-content/index.js +2 -2
- package/lib/{RowExpandDialog → RowExpand/pc-expand}/header/index.js +3 -3
- package/lib/{RowExpandDialog → RowExpand/pc-expand}/index.js +8 -6
- package/lib/RowExpandEditor/add-btn/index.js +24 -0
- package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +3 -0
- package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +19 -0
- package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.js +6 -4
- package/lib/RowExpandEditor/checkbox-editor/index.js +25 -0
- package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +6 -0
- package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +39 -0
- package/lib/RowExpandEditor/{RowExpandCheckboxEditor/index.js → checkbox-editor/pc-editor.js} +2 -3
- package/lib/RowExpandEditor/collaborator-editor/index.js +24 -0
- package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +9 -0
- package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +163 -0
- package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.css +1 -1
- package/lib/RowExpandEditor/{RowExpandCollaboratorEditor → collaborator-editor/pc-editor}/index.js +6 -7
- package/lib/RowExpandEditor/constants.js +34 -34
- package/lib/RowExpandEditor/date-editor/index.js +24 -0
- package/lib/RowExpandEditor/date-editor/mb-editor.js +82 -0
- package/lib/RowExpandEditor/{RowExpandDateEditor/index.js → date-editor/pc-editor.js} +2 -2
- package/lib/RowExpandEditor/department-editor/index.js +24 -0
- package/lib/RowExpandEditor/department-editor/mb-editor.js +65 -0
- package/lib/RowExpandEditor/{RowExpandDepartmentEditor/index.js → department-editor/pc-editor.js} +11 -14
- package/lib/RowExpandEditor/digital-sign-editor/index.js +24 -0
- package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +1 -0
- package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +130 -0
- package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.css +1 -1
- package/lib/RowExpandEditor/{RowExpandDigitalSignEditor → digital-sign-editor/pc-editor}/index.js +11 -11
- package/lib/RowExpandEditor/duration-editor/index.js +24 -0
- package/lib/RowExpandEditor/duration-editor/mb-editor.js +71 -0
- package/lib/RowExpandEditor/{RowExpandDurationEditor/index.js → duration-editor/pc-editor.js} +2 -2
- package/lib/RowExpandEditor/email-editor/index.js +24 -0
- package/lib/RowExpandEditor/email-editor/mb-editor/index.css +1 -0
- package/lib/RowExpandEditor/email-editor/mb-editor/index.js +84 -0
- package/lib/RowExpandEditor/email-editor/pc-editor/index.css +1 -0
- package/lib/RowExpandEditor/{RowExpandEmailEditor → email-editor/pc-editor}/index.js +3 -3
- package/lib/RowExpandEditor/file-editor/index.js +24 -0
- package/lib/RowExpandEditor/file-editor/mb-editor/index.js +114 -0
- package/lib/RowExpandEditor/file-editor/pc-editor/index.css +1 -0
- package/lib/RowExpandEditor/{RowExpandFileEditor → file-editor/pc-editor}/index.js +9 -9
- package/lib/RowExpandEditor/geolocation-editor/index.js +24 -0
- package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +100 -0
- package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.js +10 -11
- package/lib/RowExpandEditor/image-editor/index.js +24 -0
- package/lib/RowExpandEditor/image-editor/mb-editor/index.css +30 -0
- package/lib/RowExpandEditor/image-editor/mb-editor/index.js +109 -0
- package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.js +9 -9
- package/lib/RowExpandEditor/long-text-editor/index.js +24 -0
- package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +10 -0
- package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +80 -0
- package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +3 -0
- package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +91 -0
- package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.js +7 -7
- package/lib/RowExpandEditor/multiple-select-editor/index.js +24 -0
- package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +154 -0
- package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.css +1 -1
- package/lib/RowExpandEditor/{RowExpandMultipleSelectEditor → multiple-select-editor/pc-editor}/index.js +6 -6
- package/lib/RowExpandEditor/number-editor/index.js +24 -0
- package/lib/RowExpandEditor/number-editor/mb-editor/index.css +3 -0
- package/lib/RowExpandEditor/number-editor/mb-editor/index.js +76 -0
- package/lib/RowExpandEditor/{RowExpandNumberEditor/index.js → number-editor/pc-editor.js} +2 -2
- package/lib/RowExpandEditor/rate-editor/index.css +34 -0
- package/lib/RowExpandEditor/rate-editor/index.js +25 -0
- package/lib/RowExpandEditor/rate-editor/mb-editor.js +92 -0
- package/lib/RowExpandEditor/{RowExpandRateEditor/index.js → rate-editor/pc-editor.js} +2 -3
- package/lib/RowExpandEditor/right-angle/index.css +6 -0
- package/lib/RowExpandEditor/right-angle/index.js +17 -0
- package/lib/RowExpandEditor/single-select-editor/index.js +24 -0
- package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +8 -0
- package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +134 -0
- package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.js +17 -17
- package/lib/RowExpandEditor/text-editor/index.js +24 -0
- package/lib/RowExpandEditor/text-editor/mb-editor/index.css +14 -0
- package/lib/RowExpandEditor/text-editor/mb-editor/index.js +37 -0
- package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.js +7 -7
- package/lib/RowExpandEditor/url-editor/index.js +24 -0
- package/lib/RowExpandEditor/url-editor/mb-editor/index.css +17 -0
- package/lib/RowExpandEditor/url-editor/mb-editor/index.js +87 -0
- package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.js +6 -6
- package/lib/RowExpandFormatter/constants.js +17 -17
- package/lib/RowExpandFormatter/department-formatter/index.js +19 -0
- package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +20 -0
- package/lib/RowExpandFormatter/{RowExpandDepartmentFormatter/index.js → department-formatter/pc-formatter.js} +2 -2
- package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.css +4 -4
- package/lib/RowExpandFormatter/index.css +33 -18
- package/lib/RowExpandFormatter/index.js +1 -1
- package/lib/RowExpandFormatter/rate-formatter/index.css +5 -0
- package/lib/SelectItem/index.js +57 -33
- package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.css +0 -1
- package/lib/{Department-editor/selected-departments → SelectedDepartments}/index.js +3 -3
- package/lib/SingleSelectEditor/index.js +9 -14
- package/lib/SvgIcon/index.js +15 -20
- package/lib/constants/index.js +3 -2
- package/lib/css/mb-cell-editor.css +1 -1
- package/lib/index.js +71 -8
- package/lib/locales/de.json +3 -1
- package/lib/locales/en.json +3 -1
- package/lib/locales/es.json +3 -1
- package/lib/locales/fr.json +3 -1
- package/lib/locales/pt.json +3 -1
- package/lib/locales/ru.json +3 -1
- package/lib/locales/zh-CN.json +3 -1
- package/lib/select-editor/index.js +27 -20
- package/lib/select-editor/mb-editor/index.css +1 -0
- package/lib/select-editor/mb-editor/index.js +105 -0
- package/lib/select-editor/{pc-select-editor → pc-editor}/index.css +1 -1
- package/lib/select-editor/{pc-select-editor → pc-editor}/index.js +7 -7
- package/lib/utils/editor-utils.js +6 -2
- package/lib/utils/get-event-transfer.js +2 -1
- package/lib/utils/utils.js +11 -2
- package/package.json +2 -2
- 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/DateEditor/mb-date-editor-popover/index.js +0 -226
- package/lib/FileEditor/addition-previewer/index.css +0 -1
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +0 -13
- package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +0 -5
- package/lib/assets/icons/check.svg +0 -12
- package/lib/assets/icons/cross.svg +0 -13
- package/lib/assets/icons/dot.svg +0 -9
- 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 → pc-editor}/index.css +0 -0
- /package/lib/CollaboratorEditor/{pc-collaborator-editor → pc-editor}/index.js +0 -0
- /package/lib/{Department-editor/department-multiple-select → DepartmentMultipleSelectEditor}/index.css +0 -0
- /package/lib/DigitalSignEditor/{index.css → pc-editor/index.css} +0 -0
- /package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/file-name-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-editor → pc-editor/map-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-selection-editor → pc-editor/map-selection-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{parse-geolocation.js → pc-editor/parse-geolocation.js} +0 -0
- /package/lib/GeolocationEditor/{selector-list.js → pc-editor/selector-list.js} +0 -0
- /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/image-link/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → pc-editor/addition-previewer}/local-image-addition/index.css +0 -0
- /package/lib/LinkEditor/{mb-link-editor-popover → mb-popover}/index.js +0 -0
- /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.css +0 -0
- /package/lib/LinkEditor/{pc-link-editor-popover → pc-popover}/index.js +0 -0
- /package/lib/{RowExpandDialog → RowExpand/pc-expand}/body/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/pc-expand}/column-content/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/pc-expand}/header/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/pc-expand}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandAddBtn → add-btn/pc-add-btn}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandCheckboxEditor → checkbox-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandGeolocationEditor → geolocation-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandImageEditor → image-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandLongTextEditor → long-text-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandSingleSelectorEditor → single-select-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandTextEditor → text-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandEditor/{RowExpandUrlEditor → url-editor/pc-editor}/index.css +0 -0
- /package/lib/RowExpandFormatter/{RowExpandEmailFormatter → email-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandFileFormatter → file-formatter}/row-expand-file-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandFormulaFormatter → formula-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandImageFormatter → image-formatter}/row-expand-image-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/collaborator-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandLinkFormatter → link-formatter}/value-display-utils.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandRateFormatter → rate-formatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{RowExpandUrlFormatter → url-formatter}/index.js +0 -0
- /package/lib/{Department-editor/constants.js → constants/departments.js} +0 -0
- /package/lib/{Department-editor/utils.js → utils/departments.js} +0 -0
|
@@ -1,277 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
|
5
6
|
value: true
|
|
6
7
|
});
|
|
7
8
|
exports.default = void 0;
|
|
8
|
-
var _react =
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var _lang = require("../../lang");
|
|
13
|
-
var _ImagePreviewerLightbox = _interopRequireDefault(require("../../ImagePreviewerLightbox"));
|
|
14
|
-
var _DTableCommonAddTool = _interopRequireDefault(require("../../DTableCommonAddTool"));
|
|
15
|
-
var _filePreviewer = _interopRequireDefault(require("./file-previewer"));
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
11
|
+
var _pcPreviewer = _interopRequireDefault(require("./pc-previewer"));
|
|
12
|
+
var _mbPreviewer = _interopRequireDefault(require("./mb-previewer"));
|
|
16
13
|
require("./index.css");
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
this.setState(prevState => ({
|
|
39
|
-
largeImageIndex: (prevState.largeImageIndex + 1) % fileImageUrlList.length
|
|
40
|
-
}));
|
|
41
|
-
};
|
|
42
|
-
this.movePrev = () => {
|
|
43
|
-
let {
|
|
44
|
-
fileImageUrlList
|
|
45
|
-
} = this.state;
|
|
46
|
-
this.setState(prevState => ({
|
|
47
|
-
largeImageIndex: (prevState.largeImageIndex + fileImageUrlList.length - 1) % fileImageUrlList.length
|
|
48
|
-
}));
|
|
49
|
-
};
|
|
50
|
-
this.hideLargeImage = () => {
|
|
51
|
-
this.setState({
|
|
52
|
-
isShowLargeImage: false,
|
|
53
|
-
largeImageIndex: -1
|
|
54
|
-
});
|
|
55
|
-
};
|
|
56
|
-
this.downloadImage = imageItemUrl => {
|
|
57
|
-
const {
|
|
58
|
-
value
|
|
59
|
-
} = this.props;
|
|
60
|
-
const file = value.find(v => v.url === imageItemUrl);
|
|
61
|
-
if (!file) return;
|
|
62
|
-
this.props.getDownLoadFiles([file], _ref => {
|
|
63
|
-
let [dFile] = _ref;
|
|
64
|
-
dFile && (0, _utils.downloadFile)(dFile);
|
|
65
|
-
});
|
|
66
|
-
};
|
|
67
|
-
this.onRotateImage = (imageIndex, degree) => {
|
|
68
|
-
let {
|
|
69
|
-
fileImageUrlList
|
|
70
|
-
} = this.state;
|
|
71
|
-
const imageUrl = fileImageUrlList[imageIndex];
|
|
72
|
-
this.props.onRotateImage && this.props.onRotateImage(imageUrl, degree);
|
|
73
|
-
};
|
|
74
|
-
this.deleteImage = (index, type) => {
|
|
75
|
-
const {
|
|
76
|
-
value
|
|
77
|
-
} = this.props;
|
|
78
|
-
let {
|
|
79
|
-
fileImageUrlList
|
|
80
|
-
} = this.state;
|
|
81
|
-
const imageUrl = fileImageUrlList[index];
|
|
82
|
-
let fileItemIndex = value.findIndex(fileItem => fileItem.url === imageUrl);
|
|
83
|
-
this.props.deleteFile(fileItemIndex, type);
|
|
84
|
-
if (index > fileImageUrlList.length - 2) {
|
|
85
|
-
if (fileImageUrlList.length - 2 < 0) {
|
|
86
|
-
this.hideLargeImage();
|
|
87
|
-
} else {
|
|
88
|
-
this.setState({
|
|
89
|
-
largeImageIndex: 0
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
this.togglePreviewer = () => {
|
|
95
|
-
this.props.togglePreviewer(_constants.FILE_EDITOR_STATUS.ADDITION);
|
|
96
|
-
this.props.resetFileValue();
|
|
97
|
-
};
|
|
98
|
-
this.freezeItem = () => {
|
|
99
|
-
this.setState({
|
|
100
|
-
isItemFreezed: true
|
|
101
|
-
});
|
|
102
|
-
};
|
|
103
|
-
this.unFreezeItem = () => {
|
|
104
|
-
this.setState({
|
|
105
|
-
isItemFreezed: false
|
|
106
|
-
});
|
|
107
|
-
};
|
|
108
|
-
this.onSelectFiles = name => {
|
|
109
|
-
const {
|
|
110
|
-
selectedFilesList
|
|
111
|
-
} = this.state;
|
|
112
|
-
let filesList = selectedFilesList.slice(0);
|
|
113
|
-
const selectedFileIndex = selectedFilesList.indexOf(name);
|
|
114
|
-
if (selectedFileIndex > -1) {
|
|
115
|
-
filesList.splice(selectedFileIndex, 1);
|
|
116
|
-
} else {
|
|
117
|
-
filesList.push(name);
|
|
118
|
-
}
|
|
119
|
-
this.setState({
|
|
120
|
-
selectedFilesList: filesList
|
|
121
|
-
});
|
|
122
|
-
};
|
|
123
|
-
this.onSelectAllFiles = () => {
|
|
124
|
-
const {
|
|
125
|
-
value
|
|
126
|
-
} = this.props;
|
|
127
|
-
const {
|
|
128
|
-
selectedFilesList
|
|
129
|
-
} = this.state;
|
|
130
|
-
if (value.length === 0) return;
|
|
131
|
-
let allFilesList = selectedFilesList.slice(0);
|
|
132
|
-
value.map(item => {
|
|
133
|
-
if (selectedFilesList.indexOf(item.name) === -1) {
|
|
134
|
-
allFilesList.push(item.name);
|
|
135
|
-
}
|
|
136
|
-
return null;
|
|
137
|
-
});
|
|
138
|
-
this.setState({
|
|
139
|
-
selectedFilesList: allFilesList
|
|
140
|
-
});
|
|
141
|
-
};
|
|
142
|
-
this.onChangeSelectMultipleFiles = state => {
|
|
143
|
-
this.setState({
|
|
144
|
-
isSelectMultipleFiles: state,
|
|
145
|
-
selectedFilesList: []
|
|
146
|
-
});
|
|
147
|
-
};
|
|
148
|
-
this.onDownloadAllSelectedFiles = () => {
|
|
149
|
-
const {
|
|
150
|
-
config
|
|
151
|
-
} = this.props;
|
|
152
|
-
const {
|
|
153
|
-
selectedFilesList
|
|
154
|
-
} = this.state;
|
|
155
|
-
if (selectedFilesList.length === 0) return;
|
|
156
|
-
this.props.getDownLoadFiles(selectedFilesList, downloadFilesUrlList => {
|
|
157
|
-
if (downloadFilesUrlList.length > 0) {
|
|
158
|
-
(0, _utils.downloadFiles)(downloadFilesUrlList, config);
|
|
159
|
-
}
|
|
160
|
-
this.onChangeSelectMultipleFiles(false);
|
|
161
|
-
});
|
|
162
|
-
};
|
|
163
|
-
this.onDeleteAllSelectedFiles = () => {
|
|
164
|
-
const {
|
|
165
|
-
selectedFilesList
|
|
166
|
-
} = this.state;
|
|
167
|
-
this.props.deleteFiles(selectedFilesList);
|
|
168
|
-
this.onChangeSelectMultipleFiles(false);
|
|
169
|
-
};
|
|
170
|
-
this.renderFilesOperation = () => {
|
|
171
|
-
const {
|
|
172
|
-
value,
|
|
173
|
-
deleteFiles,
|
|
174
|
-
getDownLoadFiles
|
|
175
|
-
} = this.props;
|
|
176
|
-
const {
|
|
177
|
-
isSelectMultipleFiles,
|
|
178
|
-
selectedFilesList
|
|
179
|
-
} = this.state;
|
|
180
|
-
if (value.length === 0) return null;
|
|
181
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
182
|
-
className: "dtable-ui-file-editor-operation-content"
|
|
183
|
-
}, !isSelectMultipleFiles ? /*#__PURE__*/_react.default.createElement("span", {
|
|
184
|
-
onClick: this.onChangeSelectMultipleFiles.bind(this, true)
|
|
185
|
-
}, (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", {
|
|
186
|
-
onClick: this.onDeleteAllSelectedFiles
|
|
187
|
-
}, (0, _lang.getLocale)('Delete')), getDownLoadFiles && /*#__PURE__*/_react.default.createElement("span", {
|
|
188
|
-
className: "ml-2",
|
|
189
|
-
onClick: this.onDownloadAllSelectedFiles
|
|
190
|
-
}, (0, _lang.getLocale)('Download'))), /*#__PURE__*/_react.default.createElement("span", {
|
|
191
|
-
className: "ml-2",
|
|
192
|
-
onClick: this.onSelectAllFiles
|
|
193
|
-
}, (0, _lang.getLocale)('Select_all')), /*#__PURE__*/_react.default.createElement("span", {
|
|
194
|
-
className: "ml-2",
|
|
195
|
-
onClick: this.onChangeSelectMultipleFiles.bind(this, false)
|
|
196
|
-
}, (0, _lang.getLocale)('Cancel'))));
|
|
197
|
-
};
|
|
198
|
-
this.state = {
|
|
199
|
-
isShowRename: false,
|
|
200
|
-
value: props.value,
|
|
201
|
-
isItemFreezed: false,
|
|
202
|
-
isShowLargeImage: false,
|
|
203
|
-
isSelectMultipleFiles: false,
|
|
204
|
-
fileImageUrlList: [],
|
|
205
|
-
selectedFilesList: [],
|
|
206
|
-
largeImageIndex: -1
|
|
207
|
-
};
|
|
208
|
-
}
|
|
209
|
-
componentDidMount() {
|
|
210
|
-
this.getFileItemImageUrlList(this.props.value);
|
|
211
|
-
}
|
|
212
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
213
|
-
if (JSON.stringify(this.props.value) !== JSON.stringify(nextProps.value)) {
|
|
214
|
-
this.getFileItemImageUrlList(nextProps.value);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
render() {
|
|
218
|
-
let {
|
|
219
|
-
value,
|
|
220
|
-
getDownLoadFiles
|
|
221
|
-
} = this.props;
|
|
222
|
-
const {
|
|
223
|
-
isSelectMultipleFiles,
|
|
224
|
-
selectedFilesList
|
|
225
|
-
} = this.state;
|
|
226
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
227
|
-
className: "dtable-ui-file-editor-previewer"
|
|
228
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
229
|
-
className: "dtable-ui-file-editor-previewer-wrapper"
|
|
230
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
231
|
-
className: "dtable-ui-file-editor-previewer-header d-flex align-items-center"
|
|
232
|
-
}, selectedFilesList.length > 0 ? /*#__PURE__*/_react.default.createElement("span", {
|
|
233
|
-
className: "dtable-ui-file-editor-count-content"
|
|
234
|
-
}, selectedFilesList.length === 1 ? (0, _lang.getLocale)('1_file_selected') : (0, _lang.getLocale)('Selected_xxx_files', {
|
|
235
|
-
count: selectedFilesList.length
|
|
236
|
-
})) : /*#__PURE__*/_react.default.createElement("span", {
|
|
237
|
-
className: "dtable-ui-file-editor-count-content"
|
|
238
|
-
}, value.length <= 1 ? (0, _lang.getLocale)('xxx_existing_file', {
|
|
239
|
-
count: value.length
|
|
240
|
-
}) : (0, _lang.getLocale)('xxx_existing_files', {
|
|
241
|
-
count: value.length
|
|
242
|
-
})), this.renderFilesOperation()), /*#__PURE__*/_react.default.createElement("div", {
|
|
243
|
-
className: "dtable-ui-file-editor-previewer-content"
|
|
244
|
-
}, value.length > 0 && value.map((fileItem, index) => {
|
|
245
|
-
const isSelected = selectedFilesList.indexOf(fileItem.name) === -1 ? false : true;
|
|
246
|
-
return /*#__PURE__*/_react.default.createElement(_filePreviewer.default, {
|
|
247
|
-
key: fileItem.url,
|
|
248
|
-
fileItem: fileItem,
|
|
249
|
-
deleteFile: this.props.deleteFile,
|
|
250
|
-
renameFile: this.props.renameFile,
|
|
251
|
-
freezeItem: this.freezeItem,
|
|
252
|
-
unFreezeItem: this.unFreezeItem,
|
|
253
|
-
isItemFreezed: this.state.isItemFreezed,
|
|
254
|
-
itemIndex: index,
|
|
255
|
-
isSelected: isSelected,
|
|
256
|
-
showLargeImage: this.showLargeImage,
|
|
257
|
-
onSelectFiles: this.onSelectFiles,
|
|
258
|
-
isSelectMultipleFiles: isSelectMultipleFiles,
|
|
259
|
-
downloadFile: getDownLoadFiles ? this.downloadImage : null
|
|
260
|
-
});
|
|
261
|
-
}))), this.state.isShowLargeImage && /*#__PURE__*/_react.default.createElement(_ImagePreviewerLightbox.default, {
|
|
262
|
-
imageItems: this.state.fileImageUrlList,
|
|
263
|
-
imageIndex: this.state.largeImageIndex,
|
|
264
|
-
closeImagePopup: this.hideLargeImage,
|
|
265
|
-
moveToPrevImage: this.movePrev,
|
|
266
|
-
moveToNextImage: this.moveNext,
|
|
267
|
-
deleteImage: this.deleteImage,
|
|
268
|
-
downloadImage: this.downloadImage,
|
|
269
|
-
onRotateImage: this.onRotateImage
|
|
270
|
-
}), /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
271
|
-
className: "dtable-ui-file-editor-previewer-add-btn",
|
|
272
|
-
callBack: this.togglePreviewer,
|
|
273
|
-
footerName: (0, _lang.getLocale)('Add_files')
|
|
274
|
-
}));
|
|
275
|
-
}
|
|
276
|
-
}
|
|
14
|
+
const FilesPreviewer = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
15
|
+
let {
|
|
16
|
+
isMobile,
|
|
17
|
+
...props
|
|
18
|
+
} = _ref;
|
|
19
|
+
if (isMobile === false) return /*#__PURE__*/_react.default.createElement(_pcPreviewer.default, Object.assign({}, props, {
|
|
20
|
+
ref: ref
|
|
21
|
+
}));
|
|
22
|
+
if (isMobile === true) return /*#__PURE__*/_react.default.createElement(_mbPreviewer.default, Object.assign({}, props, {
|
|
23
|
+
ref: ref
|
|
24
|
+
}));
|
|
25
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
26
|
+
query: "(min-width: 768px)"
|
|
27
|
+
}, /*#__PURE__*/_react.default.createElement(_pcPreviewer.default, Object.assign({}, props, {
|
|
28
|
+
ref: ref
|
|
29
|
+
}))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
30
|
+
query: "(max-width: 768px)"
|
|
31
|
+
}, /*#__PURE__*/_react.default.createElement(_mbPreviewer.default, Object.assign({}, props, {
|
|
32
|
+
ref: ref
|
|
33
|
+
}))));
|
|
34
|
+
});
|
|
277
35
|
var _default = exports.default = FilesPreviewer;
|
|
@@ -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('../pc-previewer/file-previewer/index.css');
|
|
2
|
+
|
|
3
|
+
.dtable-ui-file-editor-previewer.dtable-ui-mobile-file-editor-previewer {
|
|
4
|
+
margin-top: 20px;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.dtable-ui-file-editor-previewer.dtable-ui-mobile-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.dtable-ui-mobile-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.dtable-ui-mobile-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.dtable-ui-mobile-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.dtable-ui-mobile-file-editor-previewer .dtable-ui-file-editor-previewer-content .dtable-ui-file-editor-previewer-box:last-child {
|
|
34
|
+
border-bottom: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.dtable-ui-mobile-file-editor-previewer .dtable-ui-file-editor-previewer-operation {
|
|
38
|
+
color: #666;
|
|
39
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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 _classnames = _interopRequireDefault(require("classnames"));
|
|
10
|
+
var _utils = require("../../../utils/utils");
|
|
11
|
+
var _lang = require("../../../lang");
|
|
12
|
+
var _DTableCommonAddTool = _interopRequireDefault(require("../../../DTableCommonAddTool"));
|
|
13
|
+
var _filePreviewer = _interopRequireDefault(require("./file-previewer"));
|
|
14
|
+
require("./index.css");
|
|
15
|
+
class MBFilesPreviewer extends _react.default.Component {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.downloadImage = imageItemUrl => {
|
|
19
|
+
const {
|
|
20
|
+
value
|
|
21
|
+
} = this.props;
|
|
22
|
+
const file = value.find(v => v.url === imageItemUrl);
|
|
23
|
+
if (!file) return;
|
|
24
|
+
this.props.getDownLoadFiles([file], _ref => {
|
|
25
|
+
let [dFile] = _ref;
|
|
26
|
+
dFile && (0, _utils.downloadFile)(dFile);
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
this.togglePreviewer = () => {
|
|
30
|
+
this.props.togglePreviewer();
|
|
31
|
+
this.props.resetFileValue();
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
const {
|
|
36
|
+
value,
|
|
37
|
+
getDownLoadFiles
|
|
38
|
+
} = this.props;
|
|
39
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
40
|
+
className: (0, _classnames.default)('dtable-ui-file-editor-previewer dtable-ui-mobile-file-editor-previewer', {
|
|
41
|
+
'mt-0': value.length === 0
|
|
42
|
+
})
|
|
43
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
44
|
+
className: (0, _classnames.default)('dtable-ui-file-editor-previewer-wrapper', {
|
|
45
|
+
'd-one': value.length === 0
|
|
46
|
+
})
|
|
47
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
48
|
+
className: "dtable-ui-file-editor-previewer-content"
|
|
49
|
+
}, value.length > 0 && value.map((fileItem, index) => {
|
|
50
|
+
return /*#__PURE__*/_react.default.createElement(_filePreviewer.default, {
|
|
51
|
+
key: fileItem.url,
|
|
52
|
+
fileItem: fileItem,
|
|
53
|
+
deleteFile: this.props.deleteFile,
|
|
54
|
+
renameFile: this.props.renameFile,
|
|
55
|
+
downloadFile: getDownLoadFiles ? this.downloadImage : null
|
|
56
|
+
});
|
|
57
|
+
}))), /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
58
|
+
className: "dtable-ui-file-editor-previewer-add-btn",
|
|
59
|
+
callBack: this.togglePreviewer,
|
|
60
|
+
footerName: (0, _lang.getLocale)('Add_files')
|
|
61
|
+
}));
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
var _default = exports.default = MBFilesPreviewer;
|
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _reactstrap = require("reactstrap");
|
|
10
|
-
var _lang = require("
|
|
10
|
+
var _lang = require("../../../../lang");
|
|
11
11
|
class FileDropdownMenu extends _react.default.Component {
|
|
12
12
|
constructor(props) {
|
|
13
13
|
super(props);
|
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _reactstrap = require("reactstrap");
|
|
10
|
-
var _constants = require("
|
|
10
|
+
var _constants = require("../../../../../constants");
|
|
11
11
|
require("./index.css");
|
|
12
12
|
class FileNameEditor extends _react.Component {
|
|
13
13
|
constructor(props) {
|
package/lib/FileEditor/files-previewer/{file-previewer → pc-previewer/file-previewer}/index.js
RENAMED
|
@@ -9,8 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _reactstrap = require("reactstrap");
|
|
10
10
|
var _dropdownMenu = _interopRequireDefault(require("./dropdown-menu"));
|
|
11
11
|
var _fileNameEditor = _interopRequireDefault(require("./file-name-editor"));
|
|
12
|
-
var _utils = require("
|
|
13
|
-
var _url = require("
|
|
12
|
+
var _utils = require("../../../utils");
|
|
13
|
+
var _url = require("../../../../utils/url");
|
|
14
14
|
require("./index.css");
|
|
15
15
|
class FilePreviewer extends _react.default.Component {
|
|
16
16
|
constructor(props) {
|