dtable-ui-component 6.0.25-alpha.4 → 6.0.26-beta
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 +17 -118
- package/lib/CheckboxEditor/lg.js +118 -0
- package/lib/CheckboxEditor/sm.js +101 -0
- package/lib/CollaboratorEditor/index.js +11 -4
- 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 +87 -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 +31 -30
- 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 +15 -30
- 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 +25 -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 +17 -173
- 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 +16 -264
- 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 +4 -4
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/index.js +76 -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 +16 -184
- 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 +3 -10
- 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 +3 -10
- 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 +53 -4
- package/lib/locales/zh-CN.json +1 -1
- package/lib/select-editor/index.js +19 -21
- 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 +104 -0
- package/lib/utils/get-event-transfer.js +2 -1
- package/lib/utils/utils.js +11 -2
- package/package.json +1 -1
- 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/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/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
package/lib/SelectItem/index.js
CHANGED
|
@@ -1,41 +1,65 @@
|
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
const SelectItem = _ref => {
|
|
12
|
+
let {
|
|
13
|
+
option,
|
|
14
|
+
fontSize,
|
|
15
|
+
className,
|
|
16
|
+
isShowRemove,
|
|
17
|
+
onRemove
|
|
18
|
+
} = _ref;
|
|
19
|
+
const style = (0, _react.useMemo)(() => {
|
|
20
|
+
return {
|
|
21
|
+
display: 'flex',
|
|
22
|
+
alignItems: 'center',
|
|
23
|
+
padding: '0px 10px',
|
|
24
|
+
marginRight: 8,
|
|
25
|
+
height: 20,
|
|
26
|
+
lineHeight: '20px',
|
|
27
|
+
textAlign: 'center',
|
|
28
|
+
borderRadius: 10,
|
|
29
|
+
width: 'min-content',
|
|
30
|
+
maxWidth: 300,
|
|
31
|
+
margin: '5px 10px 5px 0',
|
|
32
|
+
fontSize: fontSize || 13,
|
|
33
|
+
backgroundColor: option.color,
|
|
34
|
+
color: option.textColor || null
|
|
26
35
|
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
}, [option, fontSize]);
|
|
37
|
+
const opBtnStyle = (0, _react.useMemo)(() => {
|
|
38
|
+
const textColor = option.textColor || null;
|
|
39
|
+
return {
|
|
40
|
+
cursor: 'pointer',
|
|
41
|
+
color: textColor === '#FFFFFF' ? '#FFFFFF' : '#909090',
|
|
42
|
+
marginLeft: 5
|
|
43
|
+
};
|
|
44
|
+
}, [option]);
|
|
45
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
46
|
+
className: (0, _classnames.default)('dtable-ui dtable-ui-select-item', className),
|
|
47
|
+
style: style
|
|
48
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
49
|
+
className: "dtable-ui-select-item-name text-truncate",
|
|
50
|
+
title: option.name
|
|
51
|
+
}, option.name), isShowRemove && /*#__PURE__*/_react.default.createElement("div", {
|
|
52
|
+
className: "dtable-ui-select-item-operation-btn",
|
|
53
|
+
style: opBtnStyle,
|
|
54
|
+
onClick: onRemove
|
|
55
|
+
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
56
|
+
className: "dtable-font dtable-icon-fork-number",
|
|
57
|
+
style: {
|
|
58
|
+
fontSize: '12px',
|
|
59
|
+
transform: 'scale(0.8)',
|
|
60
|
+
display: 'inline-block',
|
|
61
|
+
lineHeight: '12px'
|
|
62
|
+
}
|
|
63
|
+
})));
|
|
64
|
+
};
|
|
65
|
+
var _default = exports.default = SelectItem;
|
|
@@ -6,22 +6,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var
|
|
10
|
-
var _selectEditor = require("../select-editor");
|
|
9
|
+
var _selectEditor = _interopRequireDefault(require("../select-editor"));
|
|
11
10
|
const SingleSelectEditor = _ref => {
|
|
12
11
|
let {
|
|
13
12
|
value: oldValue,
|
|
14
13
|
...props
|
|
15
14
|
} = _ref;
|
|
16
15
|
const value = oldValue ? [oldValue] : [];
|
|
17
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
18
|
-
query: "(min-width: 768px)"
|
|
19
|
-
}, /*#__PURE__*/_react.default.createElement(_selectEditor.PCSelectEditor, Object.assign({}, props, {
|
|
16
|
+
return /*#__PURE__*/_react.default.createElement(_selectEditor.default, Object.assign({}, props, {
|
|
20
17
|
value: value
|
|
21
|
-
}))
|
|
22
|
-
query: "(max-width: 767.8px)"
|
|
23
|
-
}, /*#__PURE__*/_react.default.createElement(_selectEditor.MBSelectEditor, Object.assign({}, props, {
|
|
24
|
-
value: value
|
|
25
|
-
}))));
|
|
18
|
+
}));
|
|
26
19
|
};
|
|
27
20
|
var _default = exports.default = SingleSelectEditor;
|
package/lib/SvgIcon/index.js
CHANGED
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _constants = require("../constants");
|
|
9
10
|
require("./index.css");
|
|
10
11
|
const needScaleIcons = ['check', 'dot', 'cross'];
|
|
11
12
|
const SvgIcon = props => {
|
|
@@ -15,7 +16,7 @@ const SvgIcon = props => {
|
|
|
15
16
|
color
|
|
16
17
|
} = props;
|
|
17
18
|
let iconClass = "dtable-ui-multicolor-icon multicolor-icon-".concat(symbol, " ").concat(className || '');
|
|
18
|
-
if (needScaleIcons.includes(symbol) &&
|
|
19
|
+
if (needScaleIcons.includes(symbol) && _constants.isMobile) {
|
|
19
20
|
iconClass += ' scale-icon';
|
|
20
21
|
}
|
|
21
22
|
return /*#__PURE__*/_react.default.createElement("svg", {
|
package/lib/constants/file.js
CHANGED
package/lib/constants/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.SIMPLE_CELL_FORMULA_RESULTS = exports.SIMPLE_CELL_COLUMNS = exports.ROW_EXPAND_FOCUS_STYLE = exports.ROW_EXPAND_BTN_FOCUS_STYLE = exports.NUMBER_TYPES = exports.LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_EXCEED_LIMIT_SUGGEST = exports.LONG_TEXT_EXCEED_LIMIT_MESSAGE = exports.KeyCodes = exports.FORMAT_REG_EXP_LIST = exports.FILE_EDITOR_STATUS = exports.EVENT_BUS_TYPE = exports.DELETED_OPTION_TIPS = exports.DELETED_OPTION_BACKGROUND_COLOR = exports.DEFAULT_CHECKBOX_MARK_STYLE = exports.DATE_TYPES = exports.ARRAY_FORMAT_COLUMNS = void 0;
|
|
7
|
+
exports.isMobile = exports.SIMPLE_CELL_FORMULA_RESULTS = exports.SIMPLE_CELL_COLUMNS = exports.ROW_EXPAND_FOCUS_STYLE = exports.ROW_EXPAND_BTN_FOCUS_STYLE = exports.NUMBER_TYPES = exports.LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_EXCEED_LIMIT_SUGGEST = exports.LONG_TEXT_EXCEED_LIMIT_MESSAGE = exports.KeyCodes = exports.FORMAT_REG_EXP_LIST = exports.FILE_EDITOR_STATUS = exports.EVENT_BUS_TYPE = exports.DELETED_OPTION_TIPS = exports.DELETED_OPTION_BACKGROUND_COLOR = exports.DEFAULT_CHECKBOX_MARK_STYLE = exports.DATE_TYPES = exports.ARRAY_FORMAT_COLUMNS = void 0;
|
|
8
8
|
var _dtableUtils = require("dtable-utils");
|
|
9
9
|
var _keyCodes = _interopRequireDefault(require("./key-codes"));
|
|
10
10
|
const NUMBER_TYPES = exports.NUMBER_TYPES = {
|
|
@@ -53,4 +53,5 @@ const LONG_TEXT_LENGTH_LIMIT = exports.LONG_TEXT_LENGTH_LIMIT = 10 * 10000;
|
|
|
53
53
|
const FILE_EDITOR_STATUS = exports.FILE_EDITOR_STATUS = {
|
|
54
54
|
PREVIEWER: 'previewer',
|
|
55
55
|
ADDITION: 'addition'
|
|
56
|
-
};
|
|
56
|
+
};
|
|
57
|
+
const isMobile = exports.isMobile = typeof window !== 'undefined' && (window.innerWidth < 768 || navigator.userAgent.toLowerCase().match(/(ipod|ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null);
|
package/lib/index.js
CHANGED
|
@@ -10,6 +10,12 @@ Object.defineProperty(exports, "AutoNumberFormatter", {
|
|
|
10
10
|
return _AutoNumberFormatter.default;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
+
Object.defineProperty(exports, "BodyPortal", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _BodyPortal.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
13
19
|
Object.defineProperty(exports, "ButtonFormatter", {
|
|
14
20
|
enumerable: true,
|
|
15
21
|
get: function () {
|
|
@@ -334,6 +340,36 @@ Object.defineProperty(exports, "MTimeFormatter", {
|
|
|
334
340
|
return _MTimeFormatter.default;
|
|
335
341
|
}
|
|
336
342
|
});
|
|
343
|
+
Object.defineProperty(exports, "MobileFullScreenPage", {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function () {
|
|
346
|
+
return _MobileFullScreenPage.default;
|
|
347
|
+
}
|
|
348
|
+
});
|
|
349
|
+
Object.defineProperty(exports, "MobileModal", {
|
|
350
|
+
enumerable: true,
|
|
351
|
+
get: function () {
|
|
352
|
+
return _MobileModal.default;
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
Object.defineProperty(exports, "MobileOperationSheet", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () {
|
|
358
|
+
return _MobileOperationSheet.default;
|
|
359
|
+
}
|
|
360
|
+
});
|
|
361
|
+
Object.defineProperty(exports, "MobileSelectorEditor", {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function () {
|
|
364
|
+
return _MobileSelectorEditor.default;
|
|
365
|
+
}
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "MobileUpload", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () {
|
|
370
|
+
return _MobileUpload.default;
|
|
371
|
+
}
|
|
372
|
+
});
|
|
337
373
|
Object.defineProperty(exports, "ModalPortal", {
|
|
338
374
|
enumerable: true,
|
|
339
375
|
get: function () {
|
|
@@ -382,10 +418,16 @@ Object.defineProperty(exports, "RoleStatusEditor", {
|
|
|
382
418
|
return _RoleStatusEditor.default;
|
|
383
419
|
}
|
|
384
420
|
});
|
|
421
|
+
Object.defineProperty(exports, "RowExpand", {
|
|
422
|
+
enumerable: true,
|
|
423
|
+
get: function () {
|
|
424
|
+
return _RowExpand.default;
|
|
425
|
+
}
|
|
426
|
+
});
|
|
385
427
|
Object.defineProperty(exports, "RowExpandDialog", {
|
|
386
428
|
enumerable: true,
|
|
387
429
|
get: function () {
|
|
388
|
-
return
|
|
430
|
+
return _lg.default;
|
|
389
431
|
}
|
|
390
432
|
});
|
|
391
433
|
Object.defineProperty(exports, "RowExpandEditor", {
|
|
@@ -507,11 +549,12 @@ var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("./Departm
|
|
|
507
549
|
var _SimpleLongTextFormatter = _interopRequireDefault(require("./SimpleLongTextFormatter"));
|
|
508
550
|
var _RowExpandFormatter = _interopRequireDefault(require("./RowExpandFormatter"));
|
|
509
551
|
var _RowExpandEditor = _interopRequireDefault(require("./RowExpandEditor"));
|
|
510
|
-
var
|
|
552
|
+
var _RowExpand = _interopRequireDefault(require("./RowExpand"));
|
|
553
|
+
var _lg = _interopRequireDefault(require("./RowExpand/lg"));
|
|
511
554
|
var _CheckboxEditor = _interopRequireDefault(require("./CheckboxEditor"));
|
|
512
555
|
var _CollaboratorEditor = _interopRequireDefault(require("./CollaboratorEditor"));
|
|
513
556
|
var _DateEditor = _interopRequireDefault(require("./DateEditor"));
|
|
514
|
-
var _DepartmentEditor = _interopRequireDefault(require("./
|
|
557
|
+
var _DepartmentEditor = _interopRequireDefault(require("./DepartmentEditor"));
|
|
515
558
|
var _DigitalSignEditor = _interopRequireDefault(require("./DigitalSignEditor"));
|
|
516
559
|
var _DurationEditor = _interopRequireDefault(require("./DurationEditor"));
|
|
517
560
|
var _EmailEditor = _interopRequireDefault(require("./EmailEditor"));
|
|
@@ -549,4 +592,10 @@ var _DTableRadioGroup = _interopRequireDefault(require("./DTableRadioGroup"));
|
|
|
549
592
|
var _DTableEmptyTip = _interopRequireDefault(require("./DTableEmptyTip"));
|
|
550
593
|
var _IconButton = _interopRequireDefault(require("./IconButton"));
|
|
551
594
|
var _UploadProgress = _interopRequireDefault(require("./UploadProgress"));
|
|
552
|
-
var _SvgIcon = _interopRequireDefault(require("./SvgIcon"));
|
|
595
|
+
var _SvgIcon = _interopRequireDefault(require("./SvgIcon"));
|
|
596
|
+
var _BodyPortal = _interopRequireDefault(require("./BodyPortal"));
|
|
597
|
+
var _MobileModal = _interopRequireDefault(require("./MobileModal"));
|
|
598
|
+
var _MobileOperationSheet = _interopRequireDefault(require("./MobileOperationSheet"));
|
|
599
|
+
var _MobileUpload = _interopRequireDefault(require("./MobileUpload"));
|
|
600
|
+
var _MobileSelectorEditor = _interopRequireDefault(require("./MobileSelectorEditor"));
|
|
601
|
+
var _MobileFullScreenPage = _interopRequireDefault(require("./MobileFullScreenPage"));
|
package/lib/locales/zh-CN.json
CHANGED
|
@@ -4,24 +4,22 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
var
|
|
26
|
-
var _pcSelectEditor = _interopRequireDefault(require("./pc-select-editor"));
|
|
27
|
-
var _selectEditorOption = _interopRequireDefault(require("./select-editor-option"));
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
12
|
+
const SelectEditor = _ref => {
|
|
13
|
+
let {
|
|
14
|
+
size,
|
|
15
|
+
...props
|
|
16
|
+
} = _ref;
|
|
17
|
+
if (size === 'lg') return /*#__PURE__*/_react.default.createElement(_lg.default, props);
|
|
18
|
+
if (size === 'sm') return /*#__PURE__*/_react.default.createElement(_sm.default, props);
|
|
19
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
20
|
+
query: "(min-width: 768px)"
|
|
21
|
+
}, /*#__PURE__*/_react.default.createElement(_lg.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
22
|
+
query: "(max-width: 768px)"
|
|
23
|
+
}, /*#__PURE__*/_react.default.createElement(_sm.default, props)));
|
|
24
|
+
};
|
|
25
|
+
var _default = exports.default = SelectEditor;
|
|
@@ -12,7 +12,7 @@ var _lang = require("../../lang");
|
|
|
12
12
|
var _DTableSearchInput = _interopRequireDefault(require("../../DTableSearchInput"));
|
|
13
13
|
var _constants = require("../../constants");
|
|
14
14
|
require("./index.css");
|
|
15
|
-
class
|
|
15
|
+
class Large extends _react.default.Component {
|
|
16
16
|
constructor(props) {
|
|
17
17
|
super(props);
|
|
18
18
|
this.onHotKey = e => {
|
|
@@ -45,7 +45,7 @@ class PCSelectEditor extends _react.default.Component {
|
|
|
45
45
|
option = this.filteredOptions[this.state.highlightIndex];
|
|
46
46
|
}
|
|
47
47
|
if (option) {
|
|
48
|
-
this.
|
|
48
|
+
this.onChange(option);
|
|
49
49
|
} else {
|
|
50
50
|
const {
|
|
51
51
|
searchValue
|
|
@@ -103,18 +103,18 @@ class PCSelectEditor extends _react.default.Component {
|
|
|
103
103
|
this.setState({
|
|
104
104
|
searchValue
|
|
105
105
|
});
|
|
106
|
-
|
|
106
|
+
const val = searchValue.toLowerCase();
|
|
107
107
|
this.filteredOptions = val ? options.filter(item => item.name && item.name.toLowerCase().indexOf(val) > -1) : options;
|
|
108
108
|
this.setState({
|
|
109
109
|
highlightIndex: this.filteredOptions.length > 0 ? 0 : -1
|
|
110
110
|
});
|
|
111
111
|
};
|
|
112
112
|
this.onAddNewOption = () => {
|
|
113
|
-
|
|
113
|
+
const name = this.state.searchValue.trim();
|
|
114
114
|
this.props.onAddNewOption(name);
|
|
115
115
|
};
|
|
116
|
-
this.
|
|
117
|
-
this.props.onCommit(
|
|
116
|
+
this.onChange = option => {
|
|
117
|
+
this.props.onCommit(option);
|
|
118
118
|
};
|
|
119
119
|
this.onMenuMouseEnter = index => {
|
|
120
120
|
this.setState({
|
|
@@ -231,7 +231,7 @@ class PCSelectEditor extends _react.default.Component {
|
|
|
231
231
|
onChange: this.onValueChanged,
|
|
232
232
|
autoFocus: true
|
|
233
233
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
234
|
-
className: "select-options-container",
|
|
234
|
+
className: "select-mobile-dtable-ui-selector-editor-options-container",
|
|
235
235
|
ref: ref => this.container = ref
|
|
236
236
|
}, this.filteredOptions.length > 0 && this.filteredOptions.map((option, index) => {
|
|
237
237
|
let optionStyle = this.getOptionStyle(option);
|
|
@@ -248,7 +248,7 @@ class PCSelectEditor extends _react.default.Component {
|
|
|
248
248
|
className: (0, _classnames.default)('select-option-item-container', {
|
|
249
249
|
'select-option-item-container-highlight': index === highlightIndex
|
|
250
250
|
}),
|
|
251
|
-
onMouseDown: this.
|
|
251
|
+
onMouseDown: this.onChange.bind(this, option),
|
|
252
252
|
onMouseEnter: this.onMenuMouseEnter.bind(this, index),
|
|
253
253
|
onMouseLeave: this.onMenuMouseLeave.bind(this, index)
|
|
254
254
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -287,9 +287,9 @@ class PCSelectEditor extends _react.default.Component {
|
|
|
287
287
|
return dom;
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
|
|
290
|
+
Large.defaultProps = {
|
|
291
291
|
options: [],
|
|
292
292
|
value: [],
|
|
293
293
|
valueKey: 'id'
|
|
294
294
|
};
|
|
295
|
-
var _default = exports.default =
|
|
295
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../../css/mb-cell-editor.css');
|
|
@@ -0,0 +1,104 @@
|
|
|
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 _lang = require("../../lang");
|
|
10
|
+
var _SelectItem = _interopRequireDefault(require("../../SelectItem"));
|
|
11
|
+
var _MobileSelectorEditor = _interopRequireDefault(require("../../MobileSelectorEditor"));
|
|
12
|
+
var _DTableCommonAddTool = _interopRequireDefault(require("../../DTableCommonAddTool"));
|
|
13
|
+
require("./index.css");
|
|
14
|
+
const {
|
|
15
|
+
Search,
|
|
16
|
+
Option,
|
|
17
|
+
Options,
|
|
18
|
+
Empty
|
|
19
|
+
} = _MobileSelectorEditor.default;
|
|
20
|
+
class Small extends _react.default.Component {
|
|
21
|
+
constructor(props) {
|
|
22
|
+
super(props);
|
|
23
|
+
this.onChangeSearch = newValue => {
|
|
24
|
+
const {
|
|
25
|
+
searchVal
|
|
26
|
+
} = this.state;
|
|
27
|
+
if (searchVal === newValue) return;
|
|
28
|
+
this.setState({
|
|
29
|
+
searchVal: newValue
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
this.getDisplayOptions = () => {
|
|
33
|
+
const {
|
|
34
|
+
options
|
|
35
|
+
} = this.props;
|
|
36
|
+
const {
|
|
37
|
+
searchVal
|
|
38
|
+
} = this.state;
|
|
39
|
+
return searchVal ? options.filter(item => item.name.indexOf(searchVal) > -1) : options;
|
|
40
|
+
};
|
|
41
|
+
this.onChange = option => {
|
|
42
|
+
this.props.onCommit(option);
|
|
43
|
+
};
|
|
44
|
+
this.onAddNewOption = event => {
|
|
45
|
+
event.stopPropagation();
|
|
46
|
+
event.nativeEvent.stopImmediatePropagation();
|
|
47
|
+
const name = this.state.searchValue.trim();
|
|
48
|
+
if (name) {
|
|
49
|
+
this.props.onAddNewOption(name);
|
|
50
|
+
this.props.onClose && this.props.onClose();
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
this.renderOptions = options => {
|
|
54
|
+
const {
|
|
55
|
+
value = [],
|
|
56
|
+
valueKey
|
|
57
|
+
} = this.props;
|
|
58
|
+
return options.map(option => {
|
|
59
|
+
const isSelected = value.includes(option[valueKey]);
|
|
60
|
+
return /*#__PURE__*/_react.default.createElement(Option, {
|
|
61
|
+
isSelected: isSelected,
|
|
62
|
+
onChange: this.onChange.bind(this, option)
|
|
63
|
+
}, /*#__PURE__*/_react.default.createElement(_SelectItem.default, {
|
|
64
|
+
option: option
|
|
65
|
+
}));
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
this.state = {
|
|
69
|
+
searchVal: ''
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
render() {
|
|
73
|
+
const {
|
|
74
|
+
column,
|
|
75
|
+
isSupportNewOption,
|
|
76
|
+
options,
|
|
77
|
+
onAddNewOption
|
|
78
|
+
} = this.props;
|
|
79
|
+
const {
|
|
80
|
+
searchVal
|
|
81
|
+
} = this.state;
|
|
82
|
+
const displayOptions = this.getDisplayOptions();
|
|
83
|
+
const isShowCreateBtn = isSupportNewOption && onAddNewOption && !!searchVal && !options.find(item => item.name !== searchVal);
|
|
84
|
+
return /*#__PURE__*/_react.default.createElement(_MobileSelectorEditor.default, {
|
|
85
|
+
onClose: this.props.onClose,
|
|
86
|
+
title: column.name,
|
|
87
|
+
className: "mobile-dtable-ui-select-editor"
|
|
88
|
+
}, options.length > 10 && /*#__PURE__*/_react.default.createElement(Search, {
|
|
89
|
+
value: searchVal,
|
|
90
|
+
placeholder: (0, _lang.getLocale)('Search_option'),
|
|
91
|
+
onChange: this.onChangeSearch
|
|
92
|
+
}), /*#__PURE__*/_react.default.createElement(Options, null, displayOptions.length === 0 && /*#__PURE__*/_react.default.createElement(Empty, null, (0, _lang.getLocale)('No_options_available')), displayOptions.length > 0 && this.renderOptions(displayOptions), isShowCreateBtn && /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
93
|
+
footerName: (0, _lang.getLocale)('Add_option'),
|
|
94
|
+
callBack: this.onAddNewOption
|
|
95
|
+
})));
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
Small.defaultProps = {
|
|
99
|
+
isShowRemoveIcon: false,
|
|
100
|
+
isSupportNewOption: false,
|
|
101
|
+
value: [],
|
|
102
|
+
valueKey: 'id'
|
|
103
|
+
};
|
|
104
|
+
var _default = exports.default = Small;
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
var _constants = require("../constants");
|
|
7
8
|
const HTML = 'text/html';
|
|
8
9
|
const TEXT = 'text/plain';
|
|
9
10
|
// const FILES = 'files';
|
|
@@ -36,7 +37,7 @@ function getEventTransfer(event) {
|
|
|
36
37
|
let html;
|
|
37
38
|
let text;
|
|
38
39
|
let files;
|
|
39
|
-
if (
|
|
40
|
+
if (_constants.isMobile) {
|
|
40
41
|
if (window.dtableTransfer) {
|
|
41
42
|
text = window.dtableTransfer['TEXT'];
|
|
42
43
|
}
|
package/lib/utils/utils.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.getTrimmedString = exports.getFormulaArrayValue = exports.getEventClassName = exports.getErrorMsg = exports.downloadFiles = exports.downloadFile = exports.debounce = void 0;
|
|
7
7
|
exports.isArrayFormatColumn = isArrayFormatColumn;
|
|
8
|
-
exports.throttle = exports.openUrlLink = exports.isValidUrl = exports.isValidCellValue = exports.
|
|
8
|
+
exports.throttle = exports.openUrlLink = exports.isValidUrl = exports.isValidCellValue = exports.isQQBuiltInBrowser = exports.isMac = exports.isIPhone = exports.isFunction = void 0;
|
|
9
9
|
var _constants = require("../constants");
|
|
10
10
|
var _url = require("./url");
|
|
11
11
|
const debounce = (fn, wait) => {
|
|
@@ -34,13 +34,22 @@ const throttle = (func, delay) => {
|
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
exports.throttle = throttle;
|
|
37
|
-
const isMobile = exports.isMobile = typeof window !== 'undefined' && (window.innerWidth < 768 || navigator.userAgent.toLowerCase().match(/(ipod|ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null);
|
|
38
37
|
const isMac = () => {
|
|
39
38
|
const platform = navigator.platform;
|
|
40
39
|
// eslint-disable-next-line eqeqeq
|
|
41
40
|
return platform == 'Mac68K' || platform == 'MacPPC' || platform == 'Macintosh' || platform == 'MacIntel';
|
|
42
41
|
};
|
|
43
42
|
exports.isMac = isMac;
|
|
43
|
+
const isQQBuiltInBrowser = () => {
|
|
44
|
+
const userAgent = navigator.userAgent.toLowerCase();
|
|
45
|
+
return userAgent.indexOf(' qq') > -1 && userAgent.indexOf('mqqbrowser') < 0;
|
|
46
|
+
};
|
|
47
|
+
exports.isQQBuiltInBrowser = isQQBuiltInBrowser;
|
|
48
|
+
const isIPhone = () => {
|
|
49
|
+
const userAgent = navigator.userAgent.toLowerCase();
|
|
50
|
+
return /iphone/gi.test(userAgent);
|
|
51
|
+
};
|
|
52
|
+
exports.isIPhone = isIPhone;
|
|
44
53
|
const downloadFile = downloadUrl => {
|
|
45
54
|
const downloadFrame = document.getElementById('dtableUiComponentDownloadFrame');
|
|
46
55
|
if (downloadFrame != null) {
|
package/package.json
CHANGED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
@import url('../../css/mb-cell-editor.css');
|
|
2
|
-
|
|
3
|
-
@media screen and (max-width: 767.8px) {
|
|
4
|
-
.dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items {
|
|
5
|
-
padding: 8px 16px;
|
|
6
|
-
margin-top: 20px;
|
|
7
|
-
border-top: 1px solid #e9e9e9;
|
|
8
|
-
border-bottom: 1px solid #e9e9e9;
|
|
9
|
-
background-color: #fff;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input {
|
|
13
|
-
outline: none;
|
|
14
|
-
height: 30px;
|
|
15
|
-
padding: 0;
|
|
16
|
-
line-height: 30px;
|
|
17
|
-
border: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input:focus,
|
|
21
|
-
.dtable-ui-mb-collaborator-editor-body .mb-search-collaborator-items > input:active {
|
|
22
|
-
outline: none;
|
|
23
|
-
box-shadow: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborators-container {
|
|
27
|
-
flex: 1;
|
|
28
|
-
display: flex;
|
|
29
|
-
flex-direction: column;
|
|
30
|
-
margin-top: 10px;
|
|
31
|
-
min-height: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborators-container .title {
|
|
35
|
-
padding: 6px 16px;
|
|
36
|
-
border-bottom: 1px solid #e9e9e9;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborators-container .content {
|
|
40
|
-
flex: 1;
|
|
41
|
-
overflow: auto;
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-direction: column;
|
|
44
|
-
border-bottom: 1px solid #e9e9e9;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.dtable-ui-mb-collaborator-editor-body .search-result-none {
|
|
48
|
-
padding: 16px 0 16px 16px;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item {
|
|
52
|
-
display: flex;
|
|
53
|
-
align-items: center;
|
|
54
|
-
justify-content: space-between;
|
|
55
|
-
height: 50px;
|
|
56
|
-
padding: 10px 10px 10px 16px;
|
|
57
|
-
font-size: 13px;
|
|
58
|
-
background-color: #fff;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item {
|
|
62
|
-
border-bottom: 1px solid #e9e9e9;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .mb-collaborator-info {
|
|
66
|
-
display: flex;
|
|
67
|
-
align-items: center;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .collaborator-avatar img {
|
|
71
|
-
width: 24px;
|
|
72
|
-
height: 24px;
|
|
73
|
-
border-radius: 50%;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .collaborator-name {
|
|
77
|
-
padding: 0 10px;
|
|
78
|
-
overflow: hidden;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.dtable-ui-mb-collaborator-editor-body .mb-collaborator-option-item .dtable-font {
|
|
82
|
-
font-size: 12px;
|
|
83
|
-
color: #798d99;
|
|
84
|
-
}
|
|
85
|
-
}
|