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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _dtableUtils = require("dtable-utils");
|
|
11
|
+
var _constants = require("../../constants");
|
|
12
|
+
var _DurationEditor = _interopRequireDefault(require("../../DurationEditor"));
|
|
13
|
+
class Large extends _react.default.Component {
|
|
14
|
+
constructor(props) {
|
|
15
|
+
super(props);
|
|
16
|
+
this.onKeyDown = e => {
|
|
17
|
+
if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.showCollaboratorSelect) {
|
|
18
|
+
this.setState({
|
|
19
|
+
isShowEditor: true
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
this.toggleEditor = () => {
|
|
24
|
+
this.props.updateTabIndex(this.props.columnIndex);
|
|
25
|
+
this.setState({
|
|
26
|
+
isShowEditor: !this.state.isShowEditor
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
this.onCommit = value => {
|
|
30
|
+
this.props.onCommit(value);
|
|
31
|
+
this.setState({
|
|
32
|
+
value,
|
|
33
|
+
isShowEditor: false
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
let {
|
|
37
|
+
row,
|
|
38
|
+
column,
|
|
39
|
+
valueKey
|
|
40
|
+
} = props;
|
|
41
|
+
this.state = {
|
|
42
|
+
isShowEditor: false,
|
|
43
|
+
value: row[column[valueKey]]
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
componentDidMount() {
|
|
47
|
+
document.addEventListener('keydown', this.onKeyDown);
|
|
48
|
+
}
|
|
49
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
50
|
+
const {
|
|
51
|
+
column,
|
|
52
|
+
row,
|
|
53
|
+
valueKey
|
|
54
|
+
} = nextProps;
|
|
55
|
+
if (row._id !== this.props.row._id) {
|
|
56
|
+
this.setState({
|
|
57
|
+
value: row[column[valueKey]],
|
|
58
|
+
isShowEditor: false
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
if (nextProps.isEditorFocus !== this.props.isEditorFocus) {
|
|
62
|
+
let activeInput = document.activeElement;
|
|
63
|
+
if (nextProps.isEditorFocus === false && activeInput) {
|
|
64
|
+
activeInput.blur();
|
|
65
|
+
}
|
|
66
|
+
this.setState({
|
|
67
|
+
isShowEditor: nextProps.isEditorFocus
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
componentWillUnmount() {
|
|
72
|
+
document.removeEventListener('keydown', this.onKeyDown);
|
|
73
|
+
}
|
|
74
|
+
render() {
|
|
75
|
+
let {
|
|
76
|
+
column,
|
|
77
|
+
isEditorFocus,
|
|
78
|
+
isInModal
|
|
79
|
+
} = this.props;
|
|
80
|
+
let {
|
|
81
|
+
value,
|
|
82
|
+
isShowEditor
|
|
83
|
+
} = this.state;
|
|
84
|
+
let style = {
|
|
85
|
+
width: 320
|
|
86
|
+
};
|
|
87
|
+
if (isEditorFocus) {
|
|
88
|
+
style = Object.assign({}, style, _constants.ROW_EXPAND_FOCUS_STYLE);
|
|
89
|
+
}
|
|
90
|
+
return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, isShowEditor ? /*#__PURE__*/_react.default.createElement(_DurationEditor.default, {
|
|
91
|
+
isInModal: isInModal,
|
|
92
|
+
column: column,
|
|
93
|
+
value: value,
|
|
94
|
+
toggleEditor: this.toggleEditor,
|
|
95
|
+
onCommit: this.onCommit
|
|
96
|
+
}) : /*#__PURE__*/_react.default.createElement("div", {
|
|
97
|
+
tabIndex: 0,
|
|
98
|
+
onFocus: this.toggleEditor,
|
|
99
|
+
onClick: this.toggleEditor,
|
|
100
|
+
className: "form-control",
|
|
101
|
+
style: style
|
|
102
|
+
}, (0, _dtableUtils.getDurationDisplayString)(value, column.data)));
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1,71 @@
|
|
|
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 _dtableUtils = require("dtable-utils");
|
|
10
|
+
var _DurationEditor = _interopRequireDefault(require("../../DurationEditor"));
|
|
11
|
+
class Small extends _react.default.Component {
|
|
12
|
+
constructor(props) {
|
|
13
|
+
super(props);
|
|
14
|
+
this.toggleEditor = () => {
|
|
15
|
+
this.setState({
|
|
16
|
+
isShowEditor: !this.state.isShowEditor
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
this.onCommit = value => {
|
|
20
|
+
this.props.onCommit(value);
|
|
21
|
+
this.setState({
|
|
22
|
+
value,
|
|
23
|
+
isShowEditor: false
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
let {
|
|
27
|
+
row,
|
|
28
|
+
column,
|
|
29
|
+
valueKey
|
|
30
|
+
} = props;
|
|
31
|
+
this.state = {
|
|
32
|
+
isShowEditor: false,
|
|
33
|
+
value: row[column[valueKey]]
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
37
|
+
const {
|
|
38
|
+
column,
|
|
39
|
+
row,
|
|
40
|
+
valueKey
|
|
41
|
+
} = nextProps;
|
|
42
|
+
if (row._id !== this.props.row._id) {
|
|
43
|
+
this.setState({
|
|
44
|
+
value: row[column[valueKey]],
|
|
45
|
+
isShowEditor: false
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
render() {
|
|
50
|
+
const {
|
|
51
|
+
column
|
|
52
|
+
} = this.props;
|
|
53
|
+
const {
|
|
54
|
+
value,
|
|
55
|
+
isShowEditor
|
|
56
|
+
} = this.state;
|
|
57
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
58
|
+
className: "mobile-dtable-ui-row-expand-input-editor-container"
|
|
59
|
+
}, isShowEditor ? /*#__PURE__*/_react.default.createElement(_DurationEditor.default, {
|
|
60
|
+
isInModal: true,
|
|
61
|
+
column: column,
|
|
62
|
+
value: value,
|
|
63
|
+
toggleEditor: this.toggleEditor,
|
|
64
|
+
onCommit: this.onCommit
|
|
65
|
+
}) : /*#__PURE__*/_react.default.createElement("div", {
|
|
66
|
+
className: "w-100 h-100",
|
|
67
|
+
onClick: this.toggleEditor
|
|
68
|
+
}, (0, _dtableUtils.getDurationDisplayString)(value, column.data)));
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
var _default = exports.default = Small;
|
|
@@ -6,120 +6,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var
|
|
10
|
-
require("./
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
};
|
|
20
|
-
this.blurInput = () => {
|
|
21
|
-
setTimeout(() => {
|
|
22
|
-
this.urlInputRef.blur();
|
|
23
|
-
}, 1);
|
|
24
|
-
};
|
|
25
|
-
this.onBlur = () => {
|
|
26
|
-
const {
|
|
27
|
-
onCommit
|
|
28
|
-
} = this.props;
|
|
29
|
-
const updated = this.state.value.trim();
|
|
30
|
-
onCommit(updated);
|
|
31
|
-
};
|
|
32
|
-
this.onFocus = e => {
|
|
33
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
34
|
-
};
|
|
35
|
-
this.onChange = e => {
|
|
36
|
-
const value = e.target.value;
|
|
37
|
-
if (value === this.state.value) return;
|
|
38
|
-
this.setState({
|
|
39
|
-
value
|
|
40
|
-
});
|
|
41
|
-
};
|
|
42
|
-
this.onCut = e => {
|
|
43
|
-
e.stopPropagation();
|
|
44
|
-
};
|
|
45
|
-
this.onPaste = e => {
|
|
46
|
-
e.stopPropagation();
|
|
47
|
-
};
|
|
48
|
-
this.onKeyDown = event => {
|
|
49
|
-
if (event.keyCode === _constants.KeyCodes.Esc) {
|
|
50
|
-
event.stopPropagation();
|
|
51
|
-
this.blurInput();
|
|
52
|
-
return;
|
|
53
|
-
}
|
|
54
|
-
const {
|
|
55
|
-
selectionStart,
|
|
56
|
-
selectionEnd,
|
|
57
|
-
value
|
|
58
|
-
} = event.currentTarget;
|
|
59
|
-
if (event.keyCode === _constants.KeyCodes.ChineseInputMethod || event.keyCode === _constants.KeyCodes.LeftArrow && selectionStart === 0 || event.keyCode === _constants.KeyCodes.RightArrow && selectionEnd === value.length) {
|
|
60
|
-
event.stopPropagation();
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
this.onOpenEmailLink = () => {
|
|
64
|
-
const {
|
|
65
|
-
value
|
|
66
|
-
} = this.state;
|
|
67
|
-
let newValue = value.trim();
|
|
68
|
-
window.location.href = "mailto:".concat(newValue);
|
|
69
|
-
};
|
|
70
|
-
const {
|
|
71
|
-
row,
|
|
72
|
-
column,
|
|
73
|
-
valueKey
|
|
74
|
-
} = props;
|
|
75
|
-
this.state = {
|
|
76
|
-
value: row[column[valueKey]] || ''
|
|
77
|
-
};
|
|
78
|
-
}
|
|
79
|
-
componentDidMount() {
|
|
80
|
-
if (this.props.isEditorFocus) {
|
|
81
|
-
this.focusInput();
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
85
|
-
const {
|
|
86
|
-
column,
|
|
87
|
-
row,
|
|
88
|
-
valueKey
|
|
89
|
-
} = nextProps;
|
|
90
|
-
if (row._id !== this.props.row._id) {
|
|
91
|
-
this.setState({
|
|
92
|
-
value: row[column[valueKey]] || ''
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
if (nextProps.isEditorFocus === true && this.props.isEditorFocus === false) {
|
|
96
|
-
this.focusInput();
|
|
97
|
-
} else if (nextProps.isEditorFocus === false && this.props.isEditorFocus === true) {
|
|
98
|
-
this.blurInput();
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
render() {
|
|
102
|
-
let {
|
|
103
|
-
value
|
|
104
|
-
} = this.state;
|
|
105
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
106
|
-
className: "dtable-ui-row-expand-url-editor"
|
|
107
|
-
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
108
|
-
ref: ref => this.urlInputRef = ref,
|
|
109
|
-
type: "text",
|
|
110
|
-
onFocus: this.onFocus,
|
|
111
|
-
onBlur: this.onBlur,
|
|
112
|
-
onCut: this.onCut,
|
|
113
|
-
onPaste: this.onPaste,
|
|
114
|
-
onChange: this.onChange,
|
|
115
|
-
className: "form-control dtable-ui-row-expand-url-input",
|
|
116
|
-
value: value,
|
|
117
|
-
onKeyDown: this.onKeyDown
|
|
118
|
-
}), value && value.trim() && /*#__PURE__*/_react.default.createElement("span", {
|
|
119
|
-
"aria-hidden": "true",
|
|
120
|
-
className: "dtable-font dtable-icon-email dtable-ui-row-expand-jump-link",
|
|
121
|
-
onClick: this.onOpenEmailLink
|
|
122
|
-
}));
|
|
123
|
-
}
|
|
124
|
-
}
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
12
|
+
const RowExpandEmailEditor = 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
|
+
};
|
|
125
19
|
var _default = exports.default = RowExpandEmailEditor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../../RowExpandUrlEditor/lg/index.css');
|
|
@@ -0,0 +1,125 @@
|
|
|
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 _constants = require("../../../constants");
|
|
10
|
+
require("./index.css");
|
|
11
|
+
class Large extends _react.default.Component {
|
|
12
|
+
constructor(props) {
|
|
13
|
+
super(props);
|
|
14
|
+
this.focusInput = () => {
|
|
15
|
+
// use setTimeout to make sure real DOM is rendered
|
|
16
|
+
setTimeout(() => {
|
|
17
|
+
this.urlInputRef.focus();
|
|
18
|
+
}, 1);
|
|
19
|
+
};
|
|
20
|
+
this.blurInput = () => {
|
|
21
|
+
setTimeout(() => {
|
|
22
|
+
this.urlInputRef.blur();
|
|
23
|
+
}, 1);
|
|
24
|
+
};
|
|
25
|
+
this.onBlur = () => {
|
|
26
|
+
const {
|
|
27
|
+
onCommit
|
|
28
|
+
} = this.props;
|
|
29
|
+
const updated = this.state.value.trim();
|
|
30
|
+
onCommit(updated);
|
|
31
|
+
};
|
|
32
|
+
this.onFocus = e => {
|
|
33
|
+
this.props.updateTabIndex(this.props.columnIndex);
|
|
34
|
+
};
|
|
35
|
+
this.onChange = e => {
|
|
36
|
+
const value = e.target.value;
|
|
37
|
+
if (value === this.state.value) return;
|
|
38
|
+
this.setState({
|
|
39
|
+
value
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
this.onCut = e => {
|
|
43
|
+
e.stopPropagation();
|
|
44
|
+
};
|
|
45
|
+
this.onPaste = e => {
|
|
46
|
+
e.stopPropagation();
|
|
47
|
+
};
|
|
48
|
+
this.onKeyDown = event => {
|
|
49
|
+
if (event.keyCode === _constants.KeyCodes.Esc) {
|
|
50
|
+
event.stopPropagation();
|
|
51
|
+
this.blurInput();
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
const {
|
|
55
|
+
selectionStart,
|
|
56
|
+
selectionEnd,
|
|
57
|
+
value
|
|
58
|
+
} = event.currentTarget;
|
|
59
|
+
if (event.keyCode === _constants.KeyCodes.ChineseInputMethod || event.keyCode === _constants.KeyCodes.LeftArrow && selectionStart === 0 || event.keyCode === _constants.KeyCodes.RightArrow && selectionEnd === value.length) {
|
|
60
|
+
event.stopPropagation();
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
this.onOpenEmailLink = () => {
|
|
64
|
+
const {
|
|
65
|
+
value
|
|
66
|
+
} = this.state;
|
|
67
|
+
let newValue = value.trim();
|
|
68
|
+
window.location.href = "mailto:".concat(newValue);
|
|
69
|
+
};
|
|
70
|
+
const {
|
|
71
|
+
row,
|
|
72
|
+
column,
|
|
73
|
+
valueKey
|
|
74
|
+
} = props;
|
|
75
|
+
this.state = {
|
|
76
|
+
value: row[column[valueKey]] || ''
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
componentDidMount() {
|
|
80
|
+
if (this.props.isEditorFocus) {
|
|
81
|
+
this.focusInput();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
85
|
+
const {
|
|
86
|
+
column,
|
|
87
|
+
row,
|
|
88
|
+
valueKey
|
|
89
|
+
} = nextProps;
|
|
90
|
+
if (row._id !== this.props.row._id) {
|
|
91
|
+
this.setState({
|
|
92
|
+
value: row[column[valueKey]] || ''
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
if (nextProps.isEditorFocus === true && this.props.isEditorFocus === false) {
|
|
96
|
+
this.focusInput();
|
|
97
|
+
} else if (nextProps.isEditorFocus === false && this.props.isEditorFocus === true) {
|
|
98
|
+
this.blurInput();
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
render() {
|
|
102
|
+
let {
|
|
103
|
+
value
|
|
104
|
+
} = this.state;
|
|
105
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
106
|
+
className: "dtable-ui-row-expand-url-editor"
|
|
107
|
+
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
108
|
+
ref: ref => this.urlInputRef = ref,
|
|
109
|
+
type: "text",
|
|
110
|
+
onFocus: this.onFocus,
|
|
111
|
+
onBlur: this.onBlur,
|
|
112
|
+
onCut: this.onCut,
|
|
113
|
+
onPaste: this.onPaste,
|
|
114
|
+
onChange: this.onChange,
|
|
115
|
+
className: "form-control dtable-ui-row-expand-url-input",
|
|
116
|
+
value: value,
|
|
117
|
+
onKeyDown: this.onKeyDown
|
|
118
|
+
}), value && value.trim() && /*#__PURE__*/_react.default.createElement("span", {
|
|
119
|
+
"aria-hidden": "true",
|
|
120
|
+
className: "dtable-font dtable-icon-email dtable-ui-row-expand-jump-link",
|
|
121
|
+
onClick: this.onOpenEmailLink
|
|
122
|
+
}));
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../../RowExpandUrlEditor/sm/index.css');
|
|
@@ -0,0 +1,84 @@
|
|
|
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
|
+
require("./index.css");
|
|
10
|
+
class Small extends _react.default.Component {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
this.onBlur = () => {
|
|
14
|
+
const {
|
|
15
|
+
onCommit
|
|
16
|
+
} = this.props;
|
|
17
|
+
const updated = this.state.value.trim();
|
|
18
|
+
onCommit(updated);
|
|
19
|
+
};
|
|
20
|
+
this.onChange = e => {
|
|
21
|
+
const value = e.target.value;
|
|
22
|
+
if (value === this.state.value) return;
|
|
23
|
+
this.setState({
|
|
24
|
+
value
|
|
25
|
+
});
|
|
26
|
+
};
|
|
27
|
+
this.onCut = e => {
|
|
28
|
+
e.stopPropagation();
|
|
29
|
+
};
|
|
30
|
+
this.onPaste = e => {
|
|
31
|
+
e.stopPropagation();
|
|
32
|
+
};
|
|
33
|
+
this.onOpenEmailLink = () => {
|
|
34
|
+
const {
|
|
35
|
+
value
|
|
36
|
+
} = this.state;
|
|
37
|
+
let newValue = value.trim();
|
|
38
|
+
window.location.href = "mailto:".concat(newValue);
|
|
39
|
+
};
|
|
40
|
+
const {
|
|
41
|
+
row,
|
|
42
|
+
column,
|
|
43
|
+
valueKey
|
|
44
|
+
} = props;
|
|
45
|
+
this.state = {
|
|
46
|
+
value: row[column[valueKey]] || ''
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
50
|
+
const {
|
|
51
|
+
column,
|
|
52
|
+
row,
|
|
53
|
+
valueKey
|
|
54
|
+
} = nextProps;
|
|
55
|
+
if (row._id !== this.props.row._id) {
|
|
56
|
+
this.setState({
|
|
57
|
+
value: row[column[valueKey]] || ''
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
render() {
|
|
62
|
+
const {
|
|
63
|
+
value
|
|
64
|
+
} = this.state;
|
|
65
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
66
|
+
className: "mobile-dtable-ui-row-expand-input-editor-container position-relative mobile-dtable-ui-row-expand-url-editor-container"
|
|
67
|
+
}, /*#__PURE__*/_react.default.createElement("input", {
|
|
68
|
+
type: "text",
|
|
69
|
+
onFocus: this.onFocus,
|
|
70
|
+
onBlur: this.onBlur,
|
|
71
|
+
onCut: this.onCut,
|
|
72
|
+
onPaste: this.onPaste,
|
|
73
|
+
onChange: this.onChange,
|
|
74
|
+
className: "form-control mobile-dtable-ui-row-expand-url-input",
|
|
75
|
+
value: value,
|
|
76
|
+
onKeyDown: this.onKeyDown
|
|
77
|
+
}), value && value.trim() && /*#__PURE__*/_react.default.createElement("span", {
|
|
78
|
+
"aria-hidden": "true",
|
|
79
|
+
className: "dtable-font dtable-icon-email mobile-dtable-ui-row-expand-jump-link",
|
|
80
|
+
onClick: this.onOpenEmailLink
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
var _default = exports.default = Small;
|
|
@@ -6,143 +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
|
-
this.onKeyDown = e => {
|
|
20
|
-
if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.isShowFileEditor) {
|
|
21
|
-
this.setState({
|
|
22
|
-
isShowFileEditor: true
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
this.onFocus = () => {
|
|
27
|
-
if (this.props.updateTabIndex) {
|
|
28
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
this.onToggle = () => {
|
|
32
|
-
if (this.props.updateTabIndex) {
|
|
33
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
34
|
-
}
|
|
35
|
-
this.setState({
|
|
36
|
-
isShowFileEditor: !this.state.isShowFileEditor
|
|
37
|
-
});
|
|
38
|
-
};
|
|
39
|
-
this.onCommit = value => {
|
|
40
|
-
this.setState({
|
|
41
|
-
fileContainer: value,
|
|
42
|
-
isShowFileEditor: !this.state.isShowFileEditor
|
|
43
|
-
});
|
|
44
|
-
this.props.onCommit(value);
|
|
45
|
-
};
|
|
46
|
-
this.deleteFile = index => {
|
|
47
|
-
const {
|
|
48
|
-
column,
|
|
49
|
-
row,
|
|
50
|
-
onCommit
|
|
51
|
-
} = this.props;
|
|
52
|
-
let {
|
|
53
|
-
fileContainer
|
|
54
|
-
} = this.state;
|
|
55
|
-
let value = fileContainer || row[column.key];
|
|
56
|
-
let updatedValue = value.slice(0);
|
|
57
|
-
updatedValue.splice(index, 1);
|
|
58
|
-
this.setState({
|
|
59
|
-
fileContainer: updatedValue
|
|
60
|
-
});
|
|
61
|
-
onCommit(updatedValue);
|
|
62
|
-
};
|
|
63
|
-
this.onClickFile = () => {
|
|
64
|
-
this.openEditorMode = null;
|
|
65
|
-
this.onToggle();
|
|
66
|
-
};
|
|
67
|
-
this.state = {
|
|
68
|
-
isShowFileEditor: false,
|
|
69
|
-
fileContainer: null
|
|
70
|
-
};
|
|
71
|
-
this.openEditorMode = null;
|
|
72
|
-
}
|
|
73
|
-
componentDidMount() {
|
|
74
|
-
document.addEventListener('keydown', this.onKeyDown);
|
|
75
|
-
}
|
|
76
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
77
|
-
const {
|
|
78
|
-
column,
|
|
79
|
-
row,
|
|
80
|
-
valueKey
|
|
81
|
-
} = nextProps;
|
|
82
|
-
if (row._id !== this.props.row._id) {
|
|
83
|
-
this.setState({
|
|
84
|
-
fileContainer: row[column[valueKey]] || [],
|
|
85
|
-
isShowFileEditor: false
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
componentDidUpdate(prevProps, prevState) {
|
|
90
|
-
if (this.state.isShowFileEditor !== prevState.isShowFileEditor) {
|
|
91
|
-
if (this.state.isShowFileEditor === true && this.props.onEditorOpen) {
|
|
92
|
-
this.props.onEditorOpen();
|
|
93
|
-
}
|
|
94
|
-
if (this.state.isShowFileEditor === false && this.props.onEditorClose) {
|
|
95
|
-
this.props.onEditorClose();
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
componentWillUnmount() {
|
|
100
|
-
document.removeEventListener('keydown', this.onKeyDown);
|
|
101
|
-
}
|
|
102
|
-
render() {
|
|
103
|
-
let fileArr = [];
|
|
104
|
-
const {
|
|
105
|
-
column,
|
|
106
|
-
row,
|
|
107
|
-
config,
|
|
108
|
-
valueKey,
|
|
109
|
-
isEditorFocus
|
|
110
|
-
} = this.props;
|
|
111
|
-
let value = this.state.fileContainer !== null ? this.state.fileContainer : row[column[valueKey]];
|
|
112
|
-
if (value && value.length > 0) {
|
|
113
|
-
fileArr = value.map((file, index) => {
|
|
114
|
-
const {
|
|
115
|
-
fileIconUrl
|
|
116
|
-
} = (0, _url.getFileThumbnailInfo)(file);
|
|
117
|
-
return /*#__PURE__*/_react.default.createElement(_ImageThumbnail.default, {
|
|
118
|
-
key: 'file-' + index,
|
|
119
|
-
src: fileIconUrl,
|
|
120
|
-
name: file.name,
|
|
121
|
-
index: index,
|
|
122
|
-
config: config,
|
|
123
|
-
deleteTip: (0, _lang.getLocale)('Are_you_sure_you_want_to_delete_this_file'),
|
|
124
|
-
deleteImage: this.deleteFile,
|
|
125
|
-
onClick: this.onClickFile
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
130
|
-
className: "dtable-ui-row-expand-image-editor mt-2"
|
|
131
|
-
}, /*#__PURE__*/_react.default.createElement(_RowExpandAddBtn.default, {
|
|
132
|
-
isFocus: isEditorFocus,
|
|
133
|
-
text: (0, _lang.getLocale)('Add_files'),
|
|
134
|
-
onFocus: this.onFocus,
|
|
135
|
-
onClick: this.onToggle
|
|
136
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
137
|
-
className: "dtable-ui-row-expand-image-container"
|
|
138
|
-
}, fileArr), this.state.isShowFileEditor && /*#__PURE__*/_react.default.createElement(_FileEditor.default, {
|
|
139
|
-
value: value,
|
|
140
|
-
isInModal: true,
|
|
141
|
-
onToggle: this.onToggle,
|
|
142
|
-
onCommit: this.onCommit,
|
|
143
|
-
config: this.props.config,
|
|
144
|
-
uploadFile: this.props.uploadFile
|
|
145
|
-
}));
|
|
146
|
-
}
|
|
147
|
-
}
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
12
|
+
const RowExpandFileEditor = 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
|
+
};
|
|
148
19
|
var _default = exports.default = RowExpandFileEditor;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('../../RowExpandImageEditor/lg/index.css');
|