dtable-ui-component 6.0.25 → 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 +18 -33
- 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 +98 -38
- package/lib/FileItemFormatter/index.js +3 -1
- 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 +42 -98
- 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 +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
|
@@ -6,227 +6,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
const {
|
|
20
|
-
row,
|
|
21
|
-
column,
|
|
22
|
-
valueKey
|
|
23
|
-
} = props;
|
|
24
|
-
const emails = row[column[valueKey]] || [];
|
|
25
|
-
props.queryCollaborators && props.queryCollaborators(emails);
|
|
26
|
-
};
|
|
27
|
-
this.getCollaborators = () => {
|
|
28
|
-
const {
|
|
29
|
-
getCollaborators,
|
|
30
|
-
collaborators
|
|
31
|
-
} = this.props;
|
|
32
|
-
if (getCollaborators) return getCollaborators();
|
|
33
|
-
return collaborators || [];
|
|
34
|
-
};
|
|
35
|
-
this.updateCollaborators = () => {
|
|
36
|
-
const collaborators = this.getCollaborators();
|
|
37
|
-
let emailCollaboratorMap = {};
|
|
38
|
-
collaborators.forEach(c => {
|
|
39
|
-
emailCollaboratorMap[c.email] = c;
|
|
40
|
-
});
|
|
41
|
-
this.setState({
|
|
42
|
-
emailCollaboratorMap
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
this.onKeyDown = e => {
|
|
46
|
-
if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.showCollaboratorSelect) {
|
|
47
|
-
this.toggleCollaboratorSelect(true);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
this.hideSelect = event => {
|
|
51
|
-
if (!this.state.showCollaboratorSelect || !event.target) {
|
|
52
|
-
return;
|
|
53
|
-
}
|
|
54
|
-
const editor = document.querySelector('.dtable-ui-collaborator-editor-container');
|
|
55
|
-
if (editor && editor.contains(event.target) || this.collaboratorSelectRef.contains(event.target)) {
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
this.toggleCollaboratorSelect(false);
|
|
59
|
-
};
|
|
60
|
-
this.toggleCollaboratorSelect = value => {
|
|
61
|
-
this.setState({
|
|
62
|
-
showCollaboratorSelect: value
|
|
63
|
-
}, () => {
|
|
64
|
-
if (!value) this.collaboratorContentRef.focus();
|
|
65
|
-
});
|
|
66
|
-
};
|
|
67
|
-
this.onToggleSelect = event => {
|
|
68
|
-
event.stopPropagation();
|
|
69
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
70
|
-
this.toggleCollaboratorSelect(true);
|
|
71
|
-
};
|
|
72
|
-
this.onFocus = () => {
|
|
73
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
74
|
-
};
|
|
75
|
-
this.closeSelect = () => {
|
|
76
|
-
this.toggleCollaboratorSelect(false);
|
|
77
|
-
};
|
|
78
|
-
this.onChange = collaborator => {
|
|
79
|
-
let newValue = this.state.value.slice(0);
|
|
80
|
-
const collaboratorIndex = newValue.findIndex(email => collaborator.email === email);
|
|
81
|
-
if (collaboratorIndex === -1) {
|
|
82
|
-
newValue.push(collaborator.email);
|
|
83
|
-
} else {
|
|
84
|
-
newValue.splice(collaboratorIndex, 1);
|
|
85
|
-
}
|
|
86
|
-
this.setState({
|
|
87
|
-
value: newValue
|
|
88
|
-
});
|
|
89
|
-
this.props.onCommit(newValue);
|
|
90
|
-
};
|
|
91
|
-
this.removeCollaborator = index => {
|
|
92
|
-
let {
|
|
93
|
-
value
|
|
94
|
-
} = this.state;
|
|
95
|
-
let newValue = value.slice(0);
|
|
96
|
-
newValue.splice(index, 1);
|
|
97
|
-
this.setState({
|
|
98
|
-
value: newValue
|
|
99
|
-
});
|
|
100
|
-
this.props.onCommit(newValue);
|
|
101
|
-
};
|
|
102
|
-
this.renderSelectedCollaborators = () => {
|
|
103
|
-
const {
|
|
104
|
-
isEditorFocus
|
|
105
|
-
} = this.props;
|
|
106
|
-
const {
|
|
107
|
-
value,
|
|
108
|
-
emailCollaboratorMap
|
|
109
|
-
} = this.state;
|
|
110
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
111
|
-
tabIndex: 0,
|
|
112
|
-
onFocus: this.onFocus,
|
|
113
|
-
onClick: this.onToggleSelect,
|
|
114
|
-
ref: ref => this.collaboratorContentRef = ref,
|
|
115
|
-
className: (0, _classnames.default)('dtable-ui dtable-ui-row-expand-select-editor custom-select', {
|
|
116
|
-
'focus': isEditorFocus
|
|
117
|
-
})
|
|
118
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
119
|
-
className: "dtable-ui-row-expand-select-editor-inner"
|
|
120
|
-
}, /*#__PURE__*/_react.default.createElement("div", null, value.length > 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
121
|
-
className: "dtable-ui-row-expand-select-options"
|
|
122
|
-
}, value.map((email, index) => {
|
|
123
|
-
let collaborator = emailCollaboratorMap[email];
|
|
124
|
-
if (collaborator) {
|
|
125
|
-
const {
|
|
126
|
-
email
|
|
127
|
-
} = collaborator;
|
|
128
|
-
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
129
|
-
key: email,
|
|
130
|
-
collaborator: collaborator,
|
|
131
|
-
enableDeleteCollaborator: true,
|
|
132
|
-
onDeleteCollaborator: this.removeCollaborator.bind(this, index)
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
|
-
collaborator = {
|
|
136
|
-
name: (0, _lang.getLocale)('Unknown'),
|
|
137
|
-
avatar_url: '',
|
|
138
|
-
email: index + ''
|
|
139
|
-
};
|
|
140
|
-
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
141
|
-
key: index,
|
|
142
|
-
className: "dtable-ui-unknown-collaborator",
|
|
143
|
-
collaborator: collaborator,
|
|
144
|
-
enableDeleteCollaborator: true,
|
|
145
|
-
onDeleteCollaborator: this.removeCollaborator.bind(this, index)
|
|
146
|
-
});
|
|
147
|
-
}))), /*#__PURE__*/_react.default.createElement("i", {
|
|
148
|
-
"aria-hidden": "true",
|
|
149
|
-
className: "dtable-font dtable-icon-down3"
|
|
150
|
-
})));
|
|
151
|
-
};
|
|
152
|
-
const {
|
|
153
|
-
row: _row,
|
|
154
|
-
column: _column,
|
|
155
|
-
valueKey: _valueKey
|
|
156
|
-
} = this.props;
|
|
157
|
-
this.state = {
|
|
158
|
-
menuPosition: null,
|
|
159
|
-
value: _row[_column[_valueKey]] || [],
|
|
160
|
-
showCollaboratorSelect: false,
|
|
161
|
-
isDataLoaded: false,
|
|
162
|
-
emailCollaboratorMap: {}
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
componentDidMount() {
|
|
166
|
-
this.initCollaborators(this.props);
|
|
167
|
-
document.addEventListener('mousedown', this.hideSelect);
|
|
168
|
-
document.addEventListener('keydown', this.onKeyDown);
|
|
169
|
-
const eventBus = this.props.eventBus;
|
|
170
|
-
if (eventBus) {
|
|
171
|
-
this.unsubscribeCollaboratorsUpdated = eventBus.subscribe('collaborators-updated', this.updateCollaborators);
|
|
172
|
-
} else {
|
|
173
|
-
this.updateCollaborators();
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
177
|
-
const {
|
|
178
|
-
column,
|
|
179
|
-
row,
|
|
180
|
-
valueKey
|
|
181
|
-
} = nextProps;
|
|
182
|
-
if (row._id !== this.props.row._id) {
|
|
183
|
-
this.initCollaborators(nextProps);
|
|
184
|
-
this.setState({
|
|
185
|
-
value: row[column[valueKey]] || [],
|
|
186
|
-
showCollaboratorSelect: false
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
componentDidUpdate(prevProps, prevState) {
|
|
191
|
-
if (this.state.showCollaboratorSelect !== prevState.showCollaboratorSelect) {
|
|
192
|
-
if (this.state.showCollaboratorSelect === true && this.props.onEditorOpen) {
|
|
193
|
-
this.props.onEditorOpen();
|
|
194
|
-
}
|
|
195
|
-
if (this.state.showCollaboratorSelect === false && this.props.onEditorClose) {
|
|
196
|
-
this.props.onEditorClose();
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
componentWillUnmount() {
|
|
201
|
-
if (this.props.eventBus && this.unsubscribeCollaboratorsUpdated) {
|
|
202
|
-
this.unsubscribeCollaboratorsUpdated();
|
|
203
|
-
}
|
|
204
|
-
document.removeEventListener('mousedown', this.hideSelect);
|
|
205
|
-
document.removeEventListener('keydown', this.onKeyDown);
|
|
206
|
-
}
|
|
207
|
-
render() {
|
|
208
|
-
const {
|
|
209
|
-
collaborators,
|
|
210
|
-
column
|
|
211
|
-
} = this.props;
|
|
212
|
-
const {
|
|
213
|
-
showCollaboratorSelect,
|
|
214
|
-
value
|
|
215
|
-
} = this.state;
|
|
216
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
217
|
-
className: "position-relative mt-1 w-100",
|
|
218
|
-
ref: ref => this.collaboratorSelectRef = ref
|
|
219
|
-
}, this.renderSelectedCollaborators(), /*#__PURE__*/_react.default.createElement("span", {
|
|
220
|
-
ref: ref => this.targetRef = ref
|
|
221
|
-
}), showCollaboratorSelect && /*#__PURE__*/_react.default.createElement(_CollaboratorEditor.default, {
|
|
222
|
-
target: this.targetRef,
|
|
223
|
-
isInModal: true,
|
|
224
|
-
value: value,
|
|
225
|
-
column: column,
|
|
226
|
-
collaborators: collaborators,
|
|
227
|
-
onCommit: this.onChange,
|
|
228
|
-
onClose: this.closeSelect
|
|
229
|
-
}));
|
|
230
|
-
}
|
|
231
|
-
}
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
12
|
+
const RowExpandCollaboratorEditor = props => {
|
|
13
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
14
|
+
query: "(min-width: 768px)"
|
|
15
|
+
}, /*#__PURE__*/_react.default.createElement(_lg.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
16
|
+
query: "(max-width: 768px)"
|
|
17
|
+
}, /*#__PURE__*/_react.default.createElement(_sm.default, props)));
|
|
18
|
+
};
|
|
232
19
|
var _default = exports.default = RowExpandCollaboratorEditor;
|
|
@@ -0,0 +1,231 @@
|
|
|
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 _constants = require("../../../constants");
|
|
11
|
+
var _CollaboratorEditor = _interopRequireDefault(require("../../../CollaboratorEditor"));
|
|
12
|
+
var _lang = require("../../../lang");
|
|
13
|
+
var _CollaboratorItem = _interopRequireDefault(require("../../../CollaboratorItem"));
|
|
14
|
+
require("./index.css");
|
|
15
|
+
class Large extends _react.default.Component {
|
|
16
|
+
constructor(_props) {
|
|
17
|
+
super(_props);
|
|
18
|
+
this.initCollaborators = props => {
|
|
19
|
+
const {
|
|
20
|
+
row,
|
|
21
|
+
column,
|
|
22
|
+
valueKey
|
|
23
|
+
} = props;
|
|
24
|
+
const emails = row[column[valueKey]] || [];
|
|
25
|
+
props.queryCollaborators && props.queryCollaborators(emails);
|
|
26
|
+
};
|
|
27
|
+
this.getCollaborators = () => {
|
|
28
|
+
const {
|
|
29
|
+
getCollaborators,
|
|
30
|
+
collaborators
|
|
31
|
+
} = this.props;
|
|
32
|
+
if (getCollaborators) return getCollaborators();
|
|
33
|
+
return collaborators || [];
|
|
34
|
+
};
|
|
35
|
+
this.updateCollaborators = () => {
|
|
36
|
+
const collaborators = this.getCollaborators();
|
|
37
|
+
let emailCollaboratorMap = {};
|
|
38
|
+
collaborators.forEach(c => {
|
|
39
|
+
emailCollaboratorMap[c.email] = c;
|
|
40
|
+
});
|
|
41
|
+
this.setState({
|
|
42
|
+
emailCollaboratorMap
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
this.onKeyDown = e => {
|
|
46
|
+
if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.showCollaboratorSelect) {
|
|
47
|
+
this.toggleCollaboratorSelect(true);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
this.hideSelect = event => {
|
|
51
|
+
if (!this.state.showCollaboratorSelect || !event.target) {
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
const editor = document.querySelector('.dtable-ui-collaborator-editor-container');
|
|
55
|
+
if (editor && editor.contains(event.target) || this.collaboratorSelectRef.contains(event.target)) {
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
this.toggleCollaboratorSelect(false);
|
|
59
|
+
};
|
|
60
|
+
this.toggleCollaboratorSelect = value => {
|
|
61
|
+
this.setState({
|
|
62
|
+
showCollaboratorSelect: value
|
|
63
|
+
}, () => {
|
|
64
|
+
if (!value) this.collaboratorContentRef.focus();
|
|
65
|
+
});
|
|
66
|
+
};
|
|
67
|
+
this.onToggleSelect = event => {
|
|
68
|
+
event.stopPropagation();
|
|
69
|
+
this.props.updateTabIndex(this.props.columnIndex);
|
|
70
|
+
this.toggleCollaboratorSelect(true);
|
|
71
|
+
};
|
|
72
|
+
this.onFocus = () => {
|
|
73
|
+
this.props.updateTabIndex(this.props.columnIndex);
|
|
74
|
+
};
|
|
75
|
+
this.closeSelect = () => {
|
|
76
|
+
this.toggleCollaboratorSelect(false);
|
|
77
|
+
};
|
|
78
|
+
this.onChange = collaborator => {
|
|
79
|
+
let newValue = this.state.value.slice(0);
|
|
80
|
+
const collaboratorIndex = newValue.findIndex(email => collaborator.email === email);
|
|
81
|
+
if (collaboratorIndex === -1) {
|
|
82
|
+
newValue.push(collaborator.email);
|
|
83
|
+
} else {
|
|
84
|
+
newValue.splice(collaboratorIndex, 1);
|
|
85
|
+
}
|
|
86
|
+
this.setState({
|
|
87
|
+
value: newValue
|
|
88
|
+
});
|
|
89
|
+
this.props.onCommit(newValue);
|
|
90
|
+
};
|
|
91
|
+
this.removeCollaborator = index => {
|
|
92
|
+
let {
|
|
93
|
+
value
|
|
94
|
+
} = this.state;
|
|
95
|
+
let newValue = value.slice(0);
|
|
96
|
+
newValue.splice(index, 1);
|
|
97
|
+
this.setState({
|
|
98
|
+
value: newValue
|
|
99
|
+
});
|
|
100
|
+
this.props.onCommit(newValue);
|
|
101
|
+
};
|
|
102
|
+
this.renderSelectedCollaborators = () => {
|
|
103
|
+
const {
|
|
104
|
+
isEditorFocus
|
|
105
|
+
} = this.props;
|
|
106
|
+
const {
|
|
107
|
+
value,
|
|
108
|
+
emailCollaboratorMap
|
|
109
|
+
} = this.state;
|
|
110
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
111
|
+
tabIndex: 0,
|
|
112
|
+
onFocus: this.onFocus,
|
|
113
|
+
onClick: this.onToggleSelect,
|
|
114
|
+
ref: ref => this.collaboratorContentRef = ref,
|
|
115
|
+
className: (0, _classnames.default)('dtable-ui dtable-ui-row-expand-select-editor custom-select', {
|
|
116
|
+
'focus': isEditorFocus
|
|
117
|
+
})
|
|
118
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
119
|
+
className: "dtable-ui-row-expand-select-editor-inner"
|
|
120
|
+
}, /*#__PURE__*/_react.default.createElement("div", null, value.length > 0 && /*#__PURE__*/_react.default.createElement("div", {
|
|
121
|
+
className: "dtable-ui-row-expand-select-options"
|
|
122
|
+
}, value.map((email, index) => {
|
|
123
|
+
let collaborator = emailCollaboratorMap[email];
|
|
124
|
+
if (collaborator) {
|
|
125
|
+
const {
|
|
126
|
+
email
|
|
127
|
+
} = collaborator;
|
|
128
|
+
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
129
|
+
key: email,
|
|
130
|
+
collaborator: collaborator,
|
|
131
|
+
enableDeleteCollaborator: true,
|
|
132
|
+
onDeleteCollaborator: this.removeCollaborator.bind(this, index)
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
collaborator = {
|
|
136
|
+
name: (0, _lang.getLocale)('Unknown'),
|
|
137
|
+
avatar_url: '',
|
|
138
|
+
email: index + ''
|
|
139
|
+
};
|
|
140
|
+
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
141
|
+
key: index,
|
|
142
|
+
className: "dtable-ui-unknown-collaborator",
|
|
143
|
+
collaborator: collaborator,
|
|
144
|
+
enableDeleteCollaborator: true,
|
|
145
|
+
onDeleteCollaborator: this.removeCollaborator.bind(this, index)
|
|
146
|
+
});
|
|
147
|
+
}))), /*#__PURE__*/_react.default.createElement("i", {
|
|
148
|
+
"aria-hidden": "true",
|
|
149
|
+
className: "dtable-font dtable-icon-down3"
|
|
150
|
+
})));
|
|
151
|
+
};
|
|
152
|
+
const {
|
|
153
|
+
row: _row,
|
|
154
|
+
column: _column,
|
|
155
|
+
valueKey: _valueKey
|
|
156
|
+
} = this.props;
|
|
157
|
+
this.state = {
|
|
158
|
+
menuPosition: null,
|
|
159
|
+
value: _row[_column[_valueKey]] || [],
|
|
160
|
+
showCollaboratorSelect: false,
|
|
161
|
+
emailCollaboratorMap: {}
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
componentDidMount() {
|
|
165
|
+
this.initCollaborators(this.props);
|
|
166
|
+
document.addEventListener('mousedown', this.hideSelect);
|
|
167
|
+
document.addEventListener('keydown', this.onKeyDown);
|
|
168
|
+
const eventBus = this.props.eventBus;
|
|
169
|
+
if (eventBus) {
|
|
170
|
+
this.unsubscribeCollaboratorsUpdated = eventBus.subscribe('collaborators-updated', this.updateCollaborators);
|
|
171
|
+
} else {
|
|
172
|
+
this.updateCollaborators();
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
176
|
+
const {
|
|
177
|
+
column,
|
|
178
|
+
row,
|
|
179
|
+
valueKey
|
|
180
|
+
} = nextProps;
|
|
181
|
+
if (row._id !== this.props.row._id) {
|
|
182
|
+
this.initCollaborators(nextProps);
|
|
183
|
+
this.setState({
|
|
184
|
+
value: row[column[valueKey]] || [],
|
|
185
|
+
showCollaboratorSelect: false
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
componentDidUpdate(prevProps, prevState) {
|
|
190
|
+
if (this.state.showCollaboratorSelect !== prevState.showCollaboratorSelect) {
|
|
191
|
+
if (this.state.showCollaboratorSelect === true && this.props.onEditorOpen) {
|
|
192
|
+
this.props.onEditorOpen();
|
|
193
|
+
}
|
|
194
|
+
if (this.state.showCollaboratorSelect === false && this.props.onEditorClose) {
|
|
195
|
+
this.props.onEditorClose();
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
componentWillUnmount() {
|
|
200
|
+
if (this.props.eventBus && this.unsubscribeCollaboratorsUpdated) {
|
|
201
|
+
this.unsubscribeCollaboratorsUpdated();
|
|
202
|
+
}
|
|
203
|
+
document.removeEventListener('mousedown', this.hideSelect);
|
|
204
|
+
document.removeEventListener('keydown', this.onKeyDown);
|
|
205
|
+
}
|
|
206
|
+
render() {
|
|
207
|
+
const {
|
|
208
|
+
collaborators,
|
|
209
|
+
column
|
|
210
|
+
} = this.props;
|
|
211
|
+
const {
|
|
212
|
+
showCollaboratorSelect,
|
|
213
|
+
value
|
|
214
|
+
} = this.state;
|
|
215
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
216
|
+
className: "position-relative mt-1 w-100",
|
|
217
|
+
ref: ref => this.collaboratorSelectRef = ref
|
|
218
|
+
}, this.renderSelectedCollaborators(), /*#__PURE__*/_react.default.createElement("span", {
|
|
219
|
+
ref: ref => this.targetRef = ref
|
|
220
|
+
}), showCollaboratorSelect && /*#__PURE__*/_react.default.createElement(_CollaboratorEditor.default, {
|
|
221
|
+
target: this.targetRef,
|
|
222
|
+
isInModal: true,
|
|
223
|
+
value: value,
|
|
224
|
+
column: column,
|
|
225
|
+
collaborators: collaborators,
|
|
226
|
+
onCommit: this.onChange,
|
|
227
|
+
onClose: this.closeSelect
|
|
228
|
+
}));
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1,163 @@
|
|
|
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 _CollaboratorEditor = _interopRequireDefault(require("../../../CollaboratorEditor"));
|
|
10
|
+
var _lang = require("../../../lang");
|
|
11
|
+
var _CollaboratorItem = _interopRequireDefault(require("../../../CollaboratorItem"));
|
|
12
|
+
var _RightAngle = _interopRequireDefault(require("../../RightAngle"));
|
|
13
|
+
var _RowExpandAddBtn = _interopRequireDefault(require("../../RowExpandAddBtn"));
|
|
14
|
+
require("./index.css");
|
|
15
|
+
class Small extends _react.default.Component {
|
|
16
|
+
constructor(_props) {
|
|
17
|
+
super(_props);
|
|
18
|
+
this.initCollaborators = props => {
|
|
19
|
+
const {
|
|
20
|
+
row,
|
|
21
|
+
column,
|
|
22
|
+
valueKey
|
|
23
|
+
} = props;
|
|
24
|
+
const emails = row[column[valueKey]] || [];
|
|
25
|
+
props.queryCollaborators && props.queryCollaborators(emails);
|
|
26
|
+
};
|
|
27
|
+
this.getCollaborators = () => {
|
|
28
|
+
const {
|
|
29
|
+
getCollaborators,
|
|
30
|
+
collaborators
|
|
31
|
+
} = this.props;
|
|
32
|
+
if (getCollaborators) return getCollaborators();
|
|
33
|
+
return collaborators || [];
|
|
34
|
+
};
|
|
35
|
+
this.updateCollaborators = () => {
|
|
36
|
+
const collaborators = this.getCollaborators();
|
|
37
|
+
let emailCollaboratorMap = {};
|
|
38
|
+
collaborators.forEach(c => {
|
|
39
|
+
emailCollaboratorMap[c.email] = c;
|
|
40
|
+
});
|
|
41
|
+
this.setState({
|
|
42
|
+
emailCollaboratorMap
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
this.toggleEditor = value => {
|
|
46
|
+
this.setState({
|
|
47
|
+
showEditor: value
|
|
48
|
+
});
|
|
49
|
+
};
|
|
50
|
+
this.openEditor = event => {
|
|
51
|
+
event.stopPropagation();
|
|
52
|
+
this.toggleEditor(true);
|
|
53
|
+
};
|
|
54
|
+
this.closeEditor = () => {
|
|
55
|
+
this.toggleEditor(false);
|
|
56
|
+
};
|
|
57
|
+
this.onChange = collaborator => {
|
|
58
|
+
let newValue = this.state.value.slice(0);
|
|
59
|
+
const collaboratorIndex = newValue.findIndex(email => collaborator.email === email);
|
|
60
|
+
if (collaboratorIndex === -1) {
|
|
61
|
+
newValue.push(collaborator.email);
|
|
62
|
+
} else {
|
|
63
|
+
newValue.splice(collaboratorIndex, 1);
|
|
64
|
+
}
|
|
65
|
+
this.setState({
|
|
66
|
+
value: newValue
|
|
67
|
+
});
|
|
68
|
+
this.props.onCommit(newValue);
|
|
69
|
+
};
|
|
70
|
+
this.renderCollaborators = value => {
|
|
71
|
+
const {
|
|
72
|
+
emailCollaboratorMap
|
|
73
|
+
} = this.state;
|
|
74
|
+
if (Array.isArray(value) && value.length > 0) {
|
|
75
|
+
return value.map((email, index) => {
|
|
76
|
+
let collaborator = emailCollaboratorMap[email];
|
|
77
|
+
if (collaborator) {
|
|
78
|
+
const {
|
|
79
|
+
email
|
|
80
|
+
} = collaborator;
|
|
81
|
+
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
82
|
+
key: email,
|
|
83
|
+
collaborator: collaborator
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
collaborator = {
|
|
87
|
+
name: (0, _lang.getLocale)('Unknown'),
|
|
88
|
+
avatar_url: '',
|
|
89
|
+
email: index + ''
|
|
90
|
+
};
|
|
91
|
+
return /*#__PURE__*/_react.default.createElement(_CollaboratorItem.default, {
|
|
92
|
+
key: email,
|
|
93
|
+
className: "dtable-ui-unknown-collaborator",
|
|
94
|
+
collaborator: collaborator
|
|
95
|
+
});
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
return /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
|
|
99
|
+
text: (0, _lang.getLocale)('Add_collaborator')
|
|
100
|
+
});
|
|
101
|
+
};
|
|
102
|
+
const {
|
|
103
|
+
row: _row,
|
|
104
|
+
column: _column,
|
|
105
|
+
valueKey: _valueKey
|
|
106
|
+
} = this.props;
|
|
107
|
+
this.state = {
|
|
108
|
+
menuPosition: null,
|
|
109
|
+
value: _row[_column[_valueKey]] || [],
|
|
110
|
+
showEditor: false,
|
|
111
|
+
emailCollaboratorMap: {}
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
componentDidMount() {
|
|
115
|
+
this.initCollaborators(this.props);
|
|
116
|
+
const eventBus = this.props.eventBus;
|
|
117
|
+
if (eventBus) {
|
|
118
|
+
this.unsubscribeCollaboratorsUpdated = eventBus.subscribe('collaborators-updated', this.updateCollaborators);
|
|
119
|
+
} else {
|
|
120
|
+
this.updateCollaborators();
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
124
|
+
const {
|
|
125
|
+
column,
|
|
126
|
+
row,
|
|
127
|
+
valueKey
|
|
128
|
+
} = nextProps;
|
|
129
|
+
if (row._id !== this.props.row._id) {
|
|
130
|
+
this.initCollaborators(nextProps);
|
|
131
|
+
this.setState({
|
|
132
|
+
value: row[column[valueKey]] || [],
|
|
133
|
+
showEditor: false
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
componentWillUnmount() {
|
|
138
|
+
if (this.props.eventBus && this.unsubscribeCollaboratorsUpdated) {
|
|
139
|
+
this.unsubscribeCollaboratorsUpdated();
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
render() {
|
|
143
|
+
const {
|
|
144
|
+
collaborators,
|
|
145
|
+
column
|
|
146
|
+
} = this.props;
|
|
147
|
+
const {
|
|
148
|
+
showEditor,
|
|
149
|
+
value
|
|
150
|
+
} = this.state;
|
|
151
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
152
|
+
className: "dtable-ui mobile-dtable-ui-row-expand-collaborators position-relative",
|
|
153
|
+
onClick: this.openEditor
|
|
154
|
+
}, this.renderCollaborators(value), /*#__PURE__*/_react.default.createElement(_RightAngle.default, null)), showEditor && /*#__PURE__*/_react.default.createElement(_CollaboratorEditor.default, {
|
|
155
|
+
value: value,
|
|
156
|
+
column: column,
|
|
157
|
+
collaborators: collaborators,
|
|
158
|
+
onCommit: this.onChange,
|
|
159
|
+
onClose: this.closeEditor
|
|
160
|
+
}));
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
var _default = exports.default = Small;
|