dtable-ui-component 6.0.25 → 6.0.26-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/BodyPortal/index.js +29 -0
- package/lib/CheckboxEditor/index.js +20 -116
- package/lib/CheckboxEditor/lg.js +118 -0
- package/lib/CheckboxEditor/sm.js +101 -0
- package/lib/CollaboratorEditor/index.js +19 -9
- package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.js +2 -2
- package/lib/CollaboratorEditor/sm/index.css +41 -0
- package/lib/CollaboratorEditor/sm/index.js +88 -0
- package/lib/DTableCommonAddTool/index.js +1 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +3 -3
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +4 -4
- package/lib/DateEditor/index.js +68 -95
- package/lib/DateEditor/{pc-date-editor-popover.js → large.js} +6 -6
- package/lib/DateEditor/sm/custom-rc-calendar.css +118 -0
- package/lib/DateEditor/sm/index.css +40 -0
- package/lib/DateEditor/{mb-date-editor-popover → sm}/index.js +20 -35
- package/lib/{Department-editor → DepartmentEditor}/constants.js +7 -0
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.css +4 -1
- package/lib/{Department-editor → DepartmentEditor}/department-multiple-select/index.js +7 -4
- package/lib/DepartmentEditor/index.js +34 -0
- package/lib/{Department-editor → DepartmentEditor/lg}/department-single-select.js +10 -7
- package/lib/{Department-editor → DepartmentEditor/lg}/index.css +12 -3
- package/lib/{Department-editor → DepartmentEditor/lg}/index.js +8 -25
- package/lib/DepartmentEditor/sm/index.css +4 -0
- package/lib/DepartmentEditor/sm/index.js +220 -0
- package/lib/DigitalSignEditor/index.js +24 -171
- package/lib/DigitalSignEditor/lg/index.js +181 -0
- package/lib/DigitalSignEditor/sm/index.css +35 -0
- package/lib/DigitalSignEditor/sm/index.js +139 -0
- package/lib/FileEditor/files-previewer/index.js +16 -267
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/dropdown-menu.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.js +1 -1
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.css +0 -2
- package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/index.js +2 -2
- package/lib/FileEditor/files-previewer/lg/index.js +276 -0
- package/lib/FileEditor/files-previewer/sm/file-previewer/index.js +122 -0
- package/lib/FileEditor/files-previewer/sm/index.css +39 -0
- package/lib/FileEditor/files-previewer/sm/index.js +59 -0
- package/lib/FileEditor/index.css +0 -5
- package/lib/FileEditor/index.js +26 -265
- package/lib/FileEditor/lg/addition-previewer/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/FileEditor/lg/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/{addition-previewer → lg/addition-previewer}/local-file-addition/index.js +4 -4
- package/lib/FileEditor/lg/index.css +5 -0
- package/lib/FileEditor/lg/index.js +274 -0
- package/lib/FileEditor/sm/index.css +10 -0
- package/lib/FileEditor/sm/index.js +131 -0
- package/lib/FileFormatter/index.js +98 -38
- package/lib/FileItemFormatter/index.js +3 -1
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/index.js +88 -231
- package/lib/GeolocationEditor/{country-editor.js → lg/country-editor.js} +5 -49
- package/lib/GeolocationEditor/{index.css → lg/index.css} +1 -2
- package/lib/GeolocationEditor/lg/index.js +247 -0
- package/lib/GeolocationEditor/{location-editor.js → lg/location-editor.js} +8 -41
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/index.js +6 -6
- package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/index.js +7 -7
- package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{province-city-editor.js → lg/province-city-editor.js} +7 -38
- package/lib/GeolocationEditor/{province-editor.js → lg/province-editor.js} +7 -31
- package/lib/GeolocationEditor/{selector-header-item.js → lg/selector-header-item.js} +1 -1
- package/lib/GeolocationEditor/map-editor-utils.js +6 -2
- package/lib/GeolocationEditor/sm/country-editor.js +70 -0
- package/lib/GeolocationEditor/sm/index.css +11 -0
- package/lib/GeolocationEditor/sm/index.js +125 -0
- package/lib/GeolocationEditor/sm/location-editor.js +93 -0
- package/lib/GeolocationEditor/sm/map-editor/index.css +11 -0
- package/lib/GeolocationEditor/sm/map-editor/index.js +469 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.css +158 -0
- package/lib/GeolocationEditor/sm/map-selection-editor/index.js +525 -0
- package/lib/GeolocationEditor/sm/province-city-editor.js +68 -0
- package/lib/GeolocationEditor/sm/province-editor.js +67 -0
- package/lib/ImageEditor/images-previewer/image-preview/index.js +2 -2
- package/lib/ImageEditor/images-previewer/index.js +3 -3
- package/lib/ImageEditor/index.css +17 -16
- package/lib/ImageEditor/index.js +26 -185
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.js +1 -1
- package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.js +4 -4
- package/lib/ImageEditor/lg/images-previewer/index.js +140 -0
- package/lib/ImageEditor/lg/index.css +24 -0
- package/lib/ImageEditor/lg/index.js +194 -0
- package/lib/ImageEditor/sm/index.css +29 -0
- package/lib/ImageEditor/sm/index.js +131 -0
- package/lib/ImageThumbnail/index.js +2 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.css +1 -1
- package/lib/LinkEditor/pc-link-editor-popover/index.js +1 -1
- package/lib/MobileFullScreenPage/body/index.css +9 -0
- package/lib/MobileFullScreenPage/body/index.js +23 -0
- package/lib/MobileFullScreenPage/header/index.css +35 -0
- package/lib/MobileFullScreenPage/header/index.js +38 -0
- package/lib/MobileFullScreenPage/index.css +13 -0
- package/lib/MobileFullScreenPage/index.js +81 -0
- package/lib/MobileModal/index.js +41 -0
- package/lib/MobileOperationSheet/index.css +27 -0
- package/lib/MobileOperationSheet/index.js +92 -0
- package/lib/MobileSelectorEditor/empty/index.css +3 -0
- package/lib/MobileSelectorEditor/empty/index.js +23 -0
- package/lib/MobileSelectorEditor/index.css +32 -0
- package/lib/MobileSelectorEditor/index.js +57 -0
- package/lib/MobileSelectorEditor/option/index.css +28 -0
- package/lib/MobileSelectorEditor/option/index.js +36 -0
- package/lib/MobileSelectorEditor/options/index.css +8 -0
- package/lib/MobileSelectorEditor/options/index.js +18 -0
- package/lib/MobileSelectorEditor/search/index.css +7 -0
- package/lib/MobileSelectorEditor/search/index.js +26 -0
- package/lib/MobileUpload/index.css +1 -0
- package/lib/MobileUpload/index.js +160 -0
- package/lib/MultipleSelectEditor/index.js +9 -14
- package/lib/RowExpand/index.js +19 -0
- package/lib/{RowExpandDialog → RowExpand/lg}/body/index.js +4 -4
- package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.js +2 -2
- package/lib/{RowExpandDialog → RowExpand/lg}/header/index.js +3 -3
- package/lib/{RowExpandDialog → RowExpand/lg}/index.js +6 -6
- package/lib/RowExpand/sm/body/index.css +173 -0
- package/lib/RowExpand/sm/body/index.js +111 -0
- package/lib/RowExpand/sm/column-content/index.css +27 -0
- package/lib/RowExpand/sm/column-content/index.js +25 -0
- package/lib/RowExpand/sm/index.css +0 -0
- package/lib/RowExpand/sm/index.js +172 -0
- package/lib/RowExpandEditor/RightAngle/index.css +6 -0
- package/lib/RowExpandEditor/RightAngle/index.js +17 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/index.js +12 -17
- package/lib/RowExpandEditor/RowExpandAddBtn/lg/index.js +26 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandAddBtn/sm/index.js +19 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/index.js +10 -33
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/lg.js +42 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.css +6 -0
- package/lib/RowExpandEditor/RowExpandCheckboxEditor/sm/index.js +39 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/index.js +10 -223
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/lg/index.js +231 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.css +9 -0
- package/lib/RowExpandEditor/RowExpandCollaboratorEditor/sm/index.js +163 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandDateEditor/lg.js +130 -0
- package/lib/RowExpandEditor/RowExpandDateEditor/sm.js +84 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/index.js +11 -96
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/lg.js +101 -0
- package/lib/RowExpandEditor/RowExpandDepartmentEditor/sm.js +65 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/index.js +10 -199
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/lg/index.js +208 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandDigitalSignEditor/sm/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/index.js +11 -97
- package/lib/RowExpandEditor/RowExpandDurationEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandDurationEditor/sm.js +71 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.js +10 -116
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/lg/index.js +125 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandEmailEditor/sm/index.js +84 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/index.js +10 -139
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.css +1 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/lg/index.js +148 -0
- package/lib/RowExpandEditor/RowExpandFileEditor/sm/index.js +116 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/index.js +10 -156
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/lg/index.js +164 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandGeolocationEditor/sm/index.js +101 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/index.js +10 -161
- package/lib/RowExpandEditor/RowExpandImageEditor/lg/index.js +170 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.css +25 -0
- package/lib/RowExpandEditor/RowExpandImageEditor/sm/index.js +109 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/index.js +11 -115
- package/lib/RowExpandEditor/RowExpandLongTextEditor/lg/index.js +123 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.css +10 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/editor/index.js +80 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandLongTextEditor/sm/index.js +91 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/index.js +10 -238
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/{index.css → lg/index.css} +1 -1
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/lg/index.js +247 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.css +0 -0
- package/lib/RowExpandEditor/RowExpandMultipleSelectEditor/sm/index.js +155 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/index.js +10 -96
- package/lib/RowExpandEditor/RowExpandNumberEditor/lg.js +105 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.css +3 -0
- package/lib/RowExpandEditor/RowExpandNumberEditor/sm/index.js +76 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +21 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/index.js +10 -142
- package/lib/RowExpandEditor/RowExpandRateEditor/lg.js +151 -0
- package/lib/RowExpandEditor/RowExpandRateEditor/sm.js +92 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/index.js +11 -198
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/lg/index.js +206 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.css +8 -0
- package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/sm/index.js +134 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/index.js +11 -128
- package/lib/RowExpandEditor/RowExpandTextEditor/lg/index.js +136 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.css +14 -0
- package/lib/RowExpandEditor/RowExpandTextEditor/sm/index.js +37 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/index.js +10 -121
- package/lib/RowExpandEditor/RowExpandUrlEditor/lg/index.js +130 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.css +17 -0
- package/lib/RowExpandEditor/RowExpandUrlEditor/sm/index.js +87 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/index.js +10 -18
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/lg.js +27 -0
- package/lib/RowExpandFormatter/RowExpandDepartmentFormatter/sm.js +20 -0
- package/lib/RowExpandFormatter/RowExpandEmailFormatter/index.css +4 -4
- package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +1 -1
- package/lib/RowExpandFormatter/index.css +18 -18
- package/lib/RowExpandFormatter/index.js +1 -1
- package/lib/SelectItem/index.js +57 -33
- package/lib/SingleSelectEditor/index.js +9 -14
- package/lib/SvgIcon/index.js +2 -1
- package/lib/constants/file.js +1 -0
- package/lib/constants/index.js +3 -2
- package/lib/index.js +42 -98
- package/lib/locales/zh-CN.json +1 -1
- package/lib/select-editor/index.js +27 -20
- package/lib/select-editor/{pc-select-editor → lg}/index.css +1 -1
- package/lib/select-editor/{pc-select-editor → lg}/index.js +10 -10
- package/lib/select-editor/sm/index.css +1 -0
- package/lib/select-editor/sm/index.js +105 -0
- package/lib/utils/get-event-transfer.js +2 -1
- package/lib/utils/utils.js +11 -2
- package/package.json +3 -12
- package/lib/ActionSheet/index.js +0 -194
- package/lib/ActionSheet/style/index.css +0 -365
- package/lib/ActivityIndicator/index.css +0 -108
- package/lib/ActivityIndicator/index.js +0 -76
- package/lib/Badge/index.css +0 -96
- package/lib/Badge/index.js +0 -65
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +0 -85
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +0 -148
- package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +0 -118
- package/lib/DateEditor/mb-date-editor-popover/index.css +0 -45
- package/lib/DatePicker/index.js +0 -120
- package/lib/DatePicker/locale/en_US.js +0 -14
- package/lib/DatePicker/locale/ru_RU.js +0 -14
- package/lib/DatePicker/locale/sv_SE.js +0 -14
- package/lib/DatePicker/locale/zh_CN.js +0 -14
- package/lib/DatePicker/style/index.css +0 -290
- package/lib/DatePicker/utils.js +0 -36
- package/lib/Drawer/index.css +0 -142
- package/lib/Drawer/index.js +0 -21
- package/lib/FileEditor/addition-previewer/index.css +0 -1
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +0 -1
- package/lib/Icon/index.css +0 -50
- package/lib/Icon/index.js +0 -34
- package/lib/Icon/load-sprite.js +0 -56
- package/lib/InputItem/custom-input.js +0 -321
- package/lib/InputItem/custom-keyboard.js +0 -162
- package/lib/InputItem/index.js +0 -388
- package/lib/InputItem/input.js +0 -45
- package/lib/InputItem/locale/en_US.js +0 -12
- package/lib/InputItem/locale/ru_RU.js +0 -12
- package/lib/InputItem/locale/sv_SE.js +0 -12
- package/lib/InputItem/locale/zh_CN.js +0 -12
- package/lib/InputItem/portal.js +0 -23
- package/lib/InputItem/style/index.css +0 -512
- package/lib/List/index.css +0 -381
- package/lib/List/index.js +0 -41
- package/lib/List/list-item.js +0 -169
- package/lib/Modal/alert.js +0 -82
- package/lib/Modal/index.js +0 -15
- package/lib/Modal/modal.js +0 -118
- package/lib/Modal/operation.js +0 -77
- package/lib/Modal/prompt.js +0 -207
- package/lib/Picker/AbstractPicker.js +0 -190
- package/lib/Picker/index.js +0 -28
- package/lib/Picker/locale/en_US.js +0 -12
- package/lib/Picker/locale/ru_RU.js +0 -12
- package/lib/Picker/locale/sv_SE.js +0 -12
- package/lib/Picker/locale/zh_CN.js +0 -12
- package/lib/Picker/popupProps.js +0 -12
- package/lib/Picker/style/index.css +0 -141
- package/lib/Popover/index.js +0 -62
- package/lib/Popover/item.js +0 -55
- package/lib/Popover/style/index.css +0 -229
- package/lib/Progress/index.css +0 -22
- package/lib/Progress/index.js +0 -65
- package/lib/Radio/Radio.js +0 -47
- package/lib/Radio/RadioItem.js +0 -57
- package/lib/Radio/index.css +0 -90
- package/lib/Radio/index.js +0 -12
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +0 -2
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +0 -1
- package/lib/TabBar/Tab.js +0 -76
- package/lib/TabBar/index.css +0 -138
- package/lib/TabBar/index.js +0 -128
- package/lib/Tabs/index.css +0 -443
- package/lib/Tabs/index.js +0 -38
- package/lib/TextareaItem/index.css +0 -231
- package/lib/TextareaItem/index.js +0 -231
- package/lib/Toast/index.css +0 -65
- package/lib/Toast/index.js +0 -131
- package/lib/_util/class.js +0 -34
- package/lib/_util/closest.js +0 -17
- package/lib/_util/exenv.js +0 -8
- package/lib/_util/getDataAttr.js +0 -15
- package/lib/_util/getLocale.js +0 -42
- package/lib/select-editor/mb-select-editor/index.css +0 -127
- package/lib/select-editor/mb-select-editor/index.js +0 -197
- package/lib/select-editor/select-editor-option.js +0 -84
- /package/lib/CollaboratorEditor/{pc-collaborator-editor → lg}/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.css +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/selected-departments/index.js +0 -0
- /package/lib/{Department-editor → DepartmentEditor}/utils.js +0 -0
- /package/lib/DigitalSignEditor/{index.css → lg/index.css} +0 -0
- /package/lib/FileEditor/files-previewer/{file-previewer → lg/file-previewer}/file-name-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-editor → lg/map-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{map-selection-editor → lg/map-selection-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{parse-geolocation.js → lg/parse-geolocation.js} +0 -0
- /package/lib/GeolocationEditor/{selector-list.js → lg/selector-list.js} +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/image-link/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/index.css +0 -0
- /package/lib/ImageEditor/{addition-previewer → lg/addition-previewer}/local-image-addition/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/body/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/column-content/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/header/index.css +0 -0
- /package/lib/{RowExpandDialog → RowExpand/lg}/index.css +0 -0
- /package/lib/RowExpandEditor/RowExpandAddBtn/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandGeolocationEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandImageEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandLongTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandSingleSelectorEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandTextEditor/{index.css → lg/index.css} +0 -0
- /package/lib/RowExpandEditor/RowExpandUrlEditor/{index.css → lg/index.css} +0 -0
|
@@ -11,3 +11,24 @@
|
|
|
11
11
|
.dtable-ui.dtable-ui-row-expand-rate-editor .rate-item-active {
|
|
12
12
|
opacity: 1 !important;
|
|
13
13
|
}
|
|
14
|
+
|
|
15
|
+
.mobile-dtable-ui-row-expand-rate-editor {
|
|
16
|
+
min-height: 50px;
|
|
17
|
+
align-items: center;
|
|
18
|
+
flex-wrap: wrap;
|
|
19
|
+
padding: 10px 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.mobile-dtable-ui-row-expand-rate-editor .mobile-dtable-ui-row-expand-rate-item {
|
|
23
|
+
height: 24px;
|
|
24
|
+
width: 24px;
|
|
25
|
+
margin-top: 3px;
|
|
26
|
+
margin-bottom: 3px;
|
|
27
|
+
margin-right: 0.25rem;
|
|
28
|
+
padding-right: 0 !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.mobile-dtable-ui-row-expand-rate-editor .mobile-dtable-ui-row-expand-rate-item .dtable-font {
|
|
32
|
+
font-size: 24px;
|
|
33
|
+
line-height: 1;
|
|
34
|
+
}
|
|
@@ -6,147 +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
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
11
12
|
require("./index.css");
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
column
|
|
20
|
-
} = this.props;
|
|
21
|
-
if (!isEditorFocus || !this.canEdit) return;
|
|
22
|
-
const {
|
|
23
|
-
rate_max_number
|
|
24
|
-
} = column.data || {};
|
|
25
|
-
const currentInputNum = Number(event.key);
|
|
26
|
-
const isValidNumber = currentInputNum <= rate_max_number;
|
|
27
|
-
if (isValidNumber) {
|
|
28
|
-
this.onChangeRateNumber(currentInputNum);
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
this.onChangeRateNumber = index => {
|
|
32
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
33
|
-
if (!this.canEdit) return;
|
|
34
|
-
const {
|
|
35
|
-
value
|
|
36
|
-
} = this.state;
|
|
37
|
-
let newValue = value === index ? '' : index;
|
|
38
|
-
this.setState({
|
|
39
|
-
value: newValue
|
|
40
|
-
});
|
|
41
|
-
this.props.onCommit(newValue);
|
|
42
|
-
};
|
|
43
|
-
this.onMouseEnterRateItem = index => {
|
|
44
|
-
if (this.canEdit) {
|
|
45
|
-
this.setState({
|
|
46
|
-
enterRateItemIndex: index
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
this.onMouseLeaveRateItem = () => {
|
|
51
|
-
if (this.canEdit) {
|
|
52
|
-
this.setState({
|
|
53
|
-
enterRateItemIndex: -1
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
this.getRateMaxStar = () => {
|
|
58
|
-
const {
|
|
59
|
-
enterRateItemIndex,
|
|
60
|
-
value
|
|
61
|
-
} = this.state;
|
|
62
|
-
const {
|
|
63
|
-
column
|
|
64
|
-
} = this.props;
|
|
65
|
-
const {
|
|
66
|
-
rate_max_number,
|
|
67
|
-
rate_style_color,
|
|
68
|
-
rate_style_type
|
|
69
|
-
} = column.data || {};
|
|
70
|
-
const rateShowType = rate_style_type ? rate_style_type : 'dtable-icon-rate';
|
|
71
|
-
const {
|
|
72
|
-
editable
|
|
73
|
-
} = column;
|
|
74
|
-
let rateList = [];
|
|
75
|
-
for (let i = 0; i < rate_max_number; i++) {
|
|
76
|
-
const rateItemIndex = i + 1;
|
|
77
|
-
let itemStyle = {
|
|
78
|
-
cursor: editable ? 'pointer' : 'default',
|
|
79
|
-
color: value >= rateItemIndex ? rate_style_color : '#e5e5e5'
|
|
80
|
-
};
|
|
81
|
-
let style = itemStyle;
|
|
82
|
-
if (enterRateItemIndex >= rateItemIndex) {
|
|
83
|
-
style = {
|
|
84
|
-
...itemStyle,
|
|
85
|
-
color: rate_style_color,
|
|
86
|
-
opacity: 0.4
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
let rateItem = /*#__PURE__*/_react.default.createElement("div", {
|
|
90
|
-
key: i,
|
|
91
|
-
onMouseEnter: this.onMouseEnterRateItem.bind(this, rateItemIndex),
|
|
92
|
-
onMouseLeave: this.onMouseLeaveRateItem.bind(this, rateItemIndex),
|
|
93
|
-
onClick: this.onChangeRateNumber.bind(this, rateItemIndex),
|
|
94
|
-
style: style,
|
|
95
|
-
className: value >= rateItemIndex ? 'rate-item-active' : ''
|
|
96
|
-
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
97
|
-
className: "dtable-font ".concat(rateShowType)
|
|
98
|
-
}));
|
|
99
|
-
rateList.push(rateItem);
|
|
100
|
-
}
|
|
101
|
-
return rateList;
|
|
102
|
-
};
|
|
103
|
-
this.state = {
|
|
104
|
-
value: props.value || '',
|
|
105
|
-
enterRateItemIndex: -1
|
|
106
|
-
};
|
|
107
|
-
let {
|
|
108
|
-
column: _column
|
|
109
|
-
} = this.props;
|
|
110
|
-
const {
|
|
111
|
-
editable: _editable
|
|
112
|
-
} = _column;
|
|
113
|
-
this.canEdit = _editable;
|
|
114
|
-
}
|
|
115
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
116
|
-
const {
|
|
117
|
-
column,
|
|
118
|
-
row,
|
|
119
|
-
valueKey
|
|
120
|
-
} = nextProps;
|
|
121
|
-
if (row._id !== this.props.row._id) {
|
|
122
|
-
this.setState({
|
|
123
|
-
value: row[column[valueKey]] || ''
|
|
124
|
-
});
|
|
125
|
-
} else if (nextProps.value !== this.props.value) {
|
|
126
|
-
this.setState({
|
|
127
|
-
value: nextProps.value || ''
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
render() {
|
|
132
|
-
const rateList = this.getRateMaxStar();
|
|
133
|
-
let style = {
|
|
134
|
-
width: 320
|
|
135
|
-
};
|
|
136
|
-
if (this.canEdit && this.props.isEditorFocus) {
|
|
137
|
-
style.boxShadow = 'rgba(70, 127, 207, 0.25) 0px 0px 0px 2px';
|
|
138
|
-
style.borderColor = 'rgb(25, 145, 235)';
|
|
139
|
-
}
|
|
140
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
141
|
-
tabIndex: 0,
|
|
142
|
-
style: style,
|
|
143
|
-
onKeyDown: this.onKeyDown,
|
|
144
|
-
onFocus: this.props.updateTabIndex.bind(this, this.props.columnIndex),
|
|
145
|
-
"aria-label": "".concat(this.state.value, ", ").concat((0, _lang.getLocale)('Press_the_number_keys_to_enter_the_corresponding_value')),
|
|
146
|
-
className: (0, _classnames.default)('form-control dtable-ui dtable-ui-row-expand-rate-editor', {
|
|
147
|
-
'disabled': !this.canEdit
|
|
148
|
-
})
|
|
149
|
-
}, rateList);
|
|
150
|
-
}
|
|
151
|
-
}
|
|
13
|
+
const RowExpandRateEditor = props => {
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
15
|
+
query: "(min-width: 768px)"
|
|
16
|
+
}, /*#__PURE__*/_react.default.createElement(_lg.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
17
|
+
query: "(max-width: 768px)"
|
|
18
|
+
}, /*#__PURE__*/_react.default.createElement(_sm.default, props)));
|
|
19
|
+
};
|
|
152
20
|
var _default = exports.default = RowExpandRateEditor;
|
|
@@ -0,0 +1,151 @@
|
|
|
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 _lang = require("../../lang");
|
|
11
|
+
class Large extends _react.default.Component {
|
|
12
|
+
constructor(props) {
|
|
13
|
+
super(props);
|
|
14
|
+
this.onKeyDown = event => {
|
|
15
|
+
event.stopPropagation();
|
|
16
|
+
const {
|
|
17
|
+
isEditorFocus,
|
|
18
|
+
column
|
|
19
|
+
} = this.props;
|
|
20
|
+
if (!isEditorFocus || !this.canEdit) return;
|
|
21
|
+
const {
|
|
22
|
+
rate_max_number
|
|
23
|
+
} = column.data || {};
|
|
24
|
+
const currentInputNum = Number(event.key);
|
|
25
|
+
const isValidNumber = currentInputNum <= rate_max_number;
|
|
26
|
+
if (isValidNumber) {
|
|
27
|
+
this.onChangeRateNumber(currentInputNum);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
this.onChangeRateNumber = index => {
|
|
31
|
+
this.props.updateTabIndex(this.props.columnIndex);
|
|
32
|
+
if (!this.canEdit) return;
|
|
33
|
+
const {
|
|
34
|
+
value
|
|
35
|
+
} = this.state;
|
|
36
|
+
let newValue = value === index ? '' : index;
|
|
37
|
+
this.setState({
|
|
38
|
+
value: newValue
|
|
39
|
+
});
|
|
40
|
+
this.props.onCommit(newValue);
|
|
41
|
+
};
|
|
42
|
+
this.onMouseEnterRateItem = index => {
|
|
43
|
+
if (this.canEdit) {
|
|
44
|
+
this.setState({
|
|
45
|
+
enterRateItemIndex: index
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
this.onMouseLeaveRateItem = () => {
|
|
50
|
+
if (this.canEdit) {
|
|
51
|
+
this.setState({
|
|
52
|
+
enterRateItemIndex: -1
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
this.getRateMaxStar = () => {
|
|
57
|
+
const {
|
|
58
|
+
enterRateItemIndex,
|
|
59
|
+
value
|
|
60
|
+
} = this.state;
|
|
61
|
+
const {
|
|
62
|
+
column
|
|
63
|
+
} = this.props;
|
|
64
|
+
const {
|
|
65
|
+
rate_max_number,
|
|
66
|
+
rate_style_color,
|
|
67
|
+
rate_style_type
|
|
68
|
+
} = column.data || {};
|
|
69
|
+
const rateShowType = rate_style_type ? rate_style_type : 'dtable-icon-rate';
|
|
70
|
+
const {
|
|
71
|
+
editable
|
|
72
|
+
} = column;
|
|
73
|
+
let rateList = [];
|
|
74
|
+
for (let i = 0; i < rate_max_number; i++) {
|
|
75
|
+
const rateItemIndex = i + 1;
|
|
76
|
+
let itemStyle = {
|
|
77
|
+
cursor: editable ? 'pointer' : 'default',
|
|
78
|
+
color: value >= rateItemIndex ? rate_style_color : '#e5e5e5'
|
|
79
|
+
};
|
|
80
|
+
let style = itemStyle;
|
|
81
|
+
if (enterRateItemIndex >= rateItemIndex) {
|
|
82
|
+
style = {
|
|
83
|
+
...itemStyle,
|
|
84
|
+
color: rate_style_color,
|
|
85
|
+
opacity: 0.4
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
let rateItem = /*#__PURE__*/_react.default.createElement("div", {
|
|
89
|
+
key: i,
|
|
90
|
+
onMouseEnter: this.onMouseEnterRateItem.bind(this, rateItemIndex),
|
|
91
|
+
onMouseLeave: this.onMouseLeaveRateItem.bind(this, rateItemIndex),
|
|
92
|
+
onClick: this.onChangeRateNumber.bind(this, rateItemIndex),
|
|
93
|
+
style: style,
|
|
94
|
+
className: value >= rateItemIndex ? 'rate-item-active' : ''
|
|
95
|
+
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
96
|
+
className: "dtable-font ".concat(rateShowType)
|
|
97
|
+
}));
|
|
98
|
+
rateList.push(rateItem);
|
|
99
|
+
}
|
|
100
|
+
return rateList;
|
|
101
|
+
};
|
|
102
|
+
this.state = {
|
|
103
|
+
value: props.value || '',
|
|
104
|
+
enterRateItemIndex: -1
|
|
105
|
+
};
|
|
106
|
+
let {
|
|
107
|
+
column: _column
|
|
108
|
+
} = this.props;
|
|
109
|
+
const {
|
|
110
|
+
editable: _editable
|
|
111
|
+
} = _column;
|
|
112
|
+
this.canEdit = _editable;
|
|
113
|
+
}
|
|
114
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
115
|
+
const {
|
|
116
|
+
column,
|
|
117
|
+
row,
|
|
118
|
+
valueKey
|
|
119
|
+
} = nextProps;
|
|
120
|
+
if (row._id !== this.props.row._id) {
|
|
121
|
+
this.setState({
|
|
122
|
+
value: row[column[valueKey]] || ''
|
|
123
|
+
});
|
|
124
|
+
} else if (nextProps.value !== this.props.value) {
|
|
125
|
+
this.setState({
|
|
126
|
+
value: nextProps.value || ''
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
render() {
|
|
131
|
+
const rateList = this.getRateMaxStar();
|
|
132
|
+
let style = {
|
|
133
|
+
width: 320
|
|
134
|
+
};
|
|
135
|
+
if (this.canEdit && this.props.isEditorFocus) {
|
|
136
|
+
style.boxShadow = 'rgba(70, 127, 207, 0.25) 0px 0px 0px 2px';
|
|
137
|
+
style.borderColor = 'rgb(25, 145, 235)';
|
|
138
|
+
}
|
|
139
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
140
|
+
tabIndex: 0,
|
|
141
|
+
style: style,
|
|
142
|
+
onKeyDown: this.onKeyDown,
|
|
143
|
+
onFocus: this.props.updateTabIndex.bind(this, this.props.columnIndex),
|
|
144
|
+
"aria-label": "".concat(this.state.value, ", ").concat((0, _lang.getLocale)('Press_the_number_keys_to_enter_the_corresponding_value')),
|
|
145
|
+
className: (0, _classnames.default)('form-control dtable-ui dtable-ui-row-expand-rate-editor', {
|
|
146
|
+
'disabled': !this.canEdit
|
|
147
|
+
})
|
|
148
|
+
}, rateList);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
var _default = exports.default = Large;
|
|
@@ -0,0 +1,92 @@
|
|
|
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
|
+
class Small extends _react.default.Component {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
this.onChangeRateNumber = index => {
|
|
14
|
+
if (!this.canEdit) return;
|
|
15
|
+
const {
|
|
16
|
+
value
|
|
17
|
+
} = this.state;
|
|
18
|
+
const newValue = value === index ? '' : index;
|
|
19
|
+
this.setState({
|
|
20
|
+
value: newValue
|
|
21
|
+
});
|
|
22
|
+
this.props.onCommit(newValue);
|
|
23
|
+
};
|
|
24
|
+
this.getRateMaxStar = () => {
|
|
25
|
+
const {
|
|
26
|
+
value
|
|
27
|
+
} = this.state;
|
|
28
|
+
const {
|
|
29
|
+
column
|
|
30
|
+
} = this.props;
|
|
31
|
+
const {
|
|
32
|
+
rate_max_number,
|
|
33
|
+
rate_style_color,
|
|
34
|
+
rate_style_type
|
|
35
|
+
} = column.data || {};
|
|
36
|
+
const rateShowType = rate_style_type ? rate_style_type : 'dtable-icon-rate';
|
|
37
|
+
let rateList = [];
|
|
38
|
+
for (let i = 0; i < rate_max_number; i++) {
|
|
39
|
+
const rateItemIndex = i + 1;
|
|
40
|
+
const style = {
|
|
41
|
+
color: value >= rateItemIndex ? rate_style_color : '#e5e5e5',
|
|
42
|
+
opacity: 0.4
|
|
43
|
+
};
|
|
44
|
+
const rateItem = /*#__PURE__*/_react.default.createElement("div", {
|
|
45
|
+
key: i,
|
|
46
|
+
onClick: this.onChangeRateNumber.bind(this, rateItemIndex),
|
|
47
|
+
style: style,
|
|
48
|
+
className: (0, _classnames.default)('mobile-dtable-ui-row-expand-rate-item', {
|
|
49
|
+
'rate-item-active': value >= rateItemIndex
|
|
50
|
+
})
|
|
51
|
+
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
52
|
+
className: "dtable-font ".concat(rateShowType)
|
|
53
|
+
}));
|
|
54
|
+
rateList.push(rateItem);
|
|
55
|
+
}
|
|
56
|
+
return rateList;
|
|
57
|
+
};
|
|
58
|
+
this.state = {
|
|
59
|
+
value: props.value || ''
|
|
60
|
+
};
|
|
61
|
+
let {
|
|
62
|
+
column: _column
|
|
63
|
+
} = this.props;
|
|
64
|
+
const {
|
|
65
|
+
editable
|
|
66
|
+
} = _column;
|
|
67
|
+
this.canEdit = editable;
|
|
68
|
+
}
|
|
69
|
+
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
70
|
+
const {
|
|
71
|
+
column,
|
|
72
|
+
row,
|
|
73
|
+
valueKey
|
|
74
|
+
} = nextProps;
|
|
75
|
+
if (row._id !== this.props.row._id) {
|
|
76
|
+
this.setState({
|
|
77
|
+
value: row[column[valueKey]] || ''
|
|
78
|
+
});
|
|
79
|
+
} else if (nextProps.value !== this.props.value) {
|
|
80
|
+
this.setState({
|
|
81
|
+
value: nextProps.value || ''
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
render() {
|
|
86
|
+
const rateList = this.getRateMaxStar();
|
|
87
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
88
|
+
className: "mobile-dtable-ui-row-expand-rate-editor dtable-ui dtable-ui-row-expand-rate-editor"
|
|
89
|
+
}, rateList);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
var _default = exports.default = Small;
|
|
@@ -6,201 +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
|
-
|
|
20
|
-
const {
|
|
21
|
-
column,
|
|
22
|
-
row,
|
|
23
|
-
columns
|
|
24
|
-
} = props;
|
|
25
|
-
const options = (0, _dtableUtils.getColumnOptions)(column);
|
|
26
|
-
const {
|
|
27
|
-
data
|
|
28
|
-
} = column;
|
|
29
|
-
const {
|
|
30
|
-
cascade_column_key,
|
|
31
|
-
cascade_settings
|
|
32
|
-
} = data || {};
|
|
33
|
-
if (cascade_column_key && Array.isArray(columns)) {
|
|
34
|
-
const cascadeColumn = columns.find(c => c.key === cascade_column_key);
|
|
35
|
-
if (cascadeColumn) {
|
|
36
|
-
const cascadeColumnValue = row[cascade_column_key];
|
|
37
|
-
if (!cascadeColumnValue) return [];
|
|
38
|
-
const cascadeSetting = cascade_settings[cascadeColumnValue];
|
|
39
|
-
if (!cascadeSetting || !Array.isArray(cascadeSetting) || cascadeSetting.length === 0) return [];
|
|
40
|
-
return options.filter(option => cascadeSetting.includes(option.id));
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
return options;
|
|
44
|
-
};
|
|
45
|
-
this.onKeyDown = e => {
|
|
46
|
-
if (e.keyCode === _constants.KeyCodes.Enter && this.props.isEditorFocus && !this.state.showSelectPopover) {
|
|
47
|
-
this.setState({
|
|
48
|
-
showSelectPopover: true
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
this.toggleSingleSelect = value => {
|
|
53
|
-
this.setState({
|
|
54
|
-
showSelectPopover: value
|
|
55
|
-
}, () => {
|
|
56
|
-
var _this$selectRef;
|
|
57
|
-
if (value) return;
|
|
58
|
-
// eslint-disable-next-line no-unused-expressions
|
|
59
|
-
(_this$selectRef = this.selectRef) === null || _this$selectRef === void 0 ? void 0 : _this$selectRef.focus();
|
|
60
|
-
});
|
|
61
|
-
};
|
|
62
|
-
this.closeEditor = () => {
|
|
63
|
-
this.toggleSingleSelect(false);
|
|
64
|
-
};
|
|
65
|
-
this.hideDropDownMenu = event => {
|
|
66
|
-
if (!event.target) return;
|
|
67
|
-
if (!this.ref.contains(event.target) && this.state.showSelectPopover) {
|
|
68
|
-
const singleSelectEditor = document.getElementsByClassName('dtable-ui-select-editor-container')[0];
|
|
69
|
-
if (singleSelectEditor && singleSelectEditor.contains(event.target)) return;
|
|
70
|
-
this.toggleSingleSelect(false);
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
this.onToggleSelect = e => {
|
|
74
|
-
e.preventDefault();
|
|
75
|
-
e.stopPropagation();
|
|
76
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
77
|
-
if (this.props.readOnly) return;
|
|
78
|
-
this.toggleSingleSelect(true);
|
|
79
|
-
};
|
|
80
|
-
this.onFocus = () => {
|
|
81
|
-
this.props.updateTabIndex(this.props.columnIndex);
|
|
82
|
-
};
|
|
83
|
-
this.onChange = option => {
|
|
84
|
-
let newValue = option[this.key];
|
|
85
|
-
if (this.state.value === newValue) newValue = null;
|
|
86
|
-
this.setState({
|
|
87
|
-
value: newValue
|
|
88
|
-
});
|
|
89
|
-
this.props.onCommit(newValue);
|
|
90
|
-
this.toggleSingleSelect(false);
|
|
91
|
-
};
|
|
92
|
-
this.renderOption = () => {
|
|
93
|
-
const {
|
|
94
|
-
isEditorFocus,
|
|
95
|
-
classNamePrefix,
|
|
96
|
-
placeholder
|
|
97
|
-
} = this.props;
|
|
98
|
-
const {
|
|
99
|
-
value
|
|
100
|
-
} = this.state;
|
|
101
|
-
const option = this.options.find(o => o[this.key] === value);
|
|
102
|
-
const optionStyle = option ? {
|
|
103
|
-
backgroundColor: option.color,
|
|
104
|
-
color: option.textColor || null
|
|
105
|
-
} : {
|
|
106
|
-
backgroundColor: _constants.DELETED_OPTION_BACKGROUND_COLOR
|
|
107
|
-
};
|
|
108
|
-
const optionName = option ? option.name : (0, _lang.getLocale)(_constants.DELETED_OPTION_TIPS);
|
|
109
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
110
|
-
tabIndex: 0,
|
|
111
|
-
onFocus: this.onFocus,
|
|
112
|
-
onClick: this.onToggleSelect,
|
|
113
|
-
ref: ref => this.selectRef = ref,
|
|
114
|
-
className: (0, _classnames.default)('dtable-ui dtable-ui-row-expand-select-editor custom-select', {
|
|
115
|
-
'focus': isEditorFocus,
|
|
116
|
-
["".concat(classNamePrefix, "-select-editor")]: classNamePrefix
|
|
117
|
-
})
|
|
118
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
119
|
-
className: (0, _classnames.default)('dtable-ui-row-expand-select-editor-inner', {
|
|
120
|
-
["".concat(classNamePrefix, "-select-editor-inner")]: classNamePrefix
|
|
121
|
-
})
|
|
122
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
123
|
-
className: (0, _classnames.default)('', {
|
|
124
|
-
["".concat(classNamePrefix, "-select-editor-inner-container")]: classNamePrefix
|
|
125
|
-
})
|
|
126
|
-
}, value && /*#__PURE__*/_react.default.createElement("div", {
|
|
127
|
-
className: "dtable-ui-select-option",
|
|
128
|
-
style: optionStyle,
|
|
129
|
-
title: optionName
|
|
130
|
-
}, optionName), !value && placeholder && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, placeholder)), /*#__PURE__*/_react.default.createElement("i", {
|
|
131
|
-
"aria-hidden": "true",
|
|
132
|
-
className: "dtable-font dtable-icon-down3"
|
|
133
|
-
})));
|
|
134
|
-
};
|
|
135
|
-
this.state = {
|
|
136
|
-
value: _props.value,
|
|
137
|
-
showSelectPopover: false
|
|
138
|
-
};
|
|
139
|
-
this.key = _props.valueKey === 'name' ? 'name' : 'id';
|
|
140
|
-
this.options = this.getOptions(_props);
|
|
141
|
-
this.selectRef = null;
|
|
142
|
-
this.outerRef = null;
|
|
143
|
-
}
|
|
144
|
-
componentDidMount() {
|
|
145
|
-
document.addEventListener('mousedown', this.hideDropDownMenu);
|
|
146
|
-
document.addEventListener('keydown', this.onKeyDown);
|
|
147
|
-
}
|
|
148
|
-
UNSAFE_componentWillReceiveProps(nextProps) {
|
|
149
|
-
const {
|
|
150
|
-
value,
|
|
151
|
-
column
|
|
152
|
-
} = nextProps;
|
|
153
|
-
if (value !== this.props.value || !_objectUtils.default.isSameObject(column, this.props.column)) {
|
|
154
|
-
this.options = this.getOptions(nextProps);
|
|
155
|
-
this.setState({
|
|
156
|
-
value,
|
|
157
|
-
showSelectPopover: false
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
componentDidUpdate(prevProps, prevState) {
|
|
162
|
-
if (this.state.showSelectPopover !== prevState.showSelectPopover) {
|
|
163
|
-
if (this.state.showSelectPopover === true && this.props.onEditorOpen) {
|
|
164
|
-
this.props.onEditorOpen();
|
|
165
|
-
}
|
|
166
|
-
if (this.state.showSelectPopover === false && this.props.onEditorClose) {
|
|
167
|
-
this.props.onEditorClose();
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
componentWillUnmount() {
|
|
172
|
-
document.removeEventListener('mousedown', this.hideDropDownMenu);
|
|
173
|
-
document.removeEventListener('keydown', this.onKeyDown);
|
|
174
|
-
}
|
|
175
|
-
render() {
|
|
176
|
-
const {
|
|
177
|
-
isSupportNewOption,
|
|
178
|
-
onAddNewOption,
|
|
179
|
-
column,
|
|
180
|
-
classNamePrefix
|
|
181
|
-
} = this.props;
|
|
182
|
-
const {
|
|
183
|
-
showSelectPopover,
|
|
184
|
-
value
|
|
185
|
-
} = this.state;
|
|
186
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
187
|
-
className: "position-relative w-100",
|
|
188
|
-
ref: ref => this.ref = ref
|
|
189
|
-
}, this.renderOption(), /*#__PURE__*/_react.default.createElement("span", {
|
|
190
|
-
ref: ref => this.targetRef = ref
|
|
191
|
-
}), showSelectPopover && /*#__PURE__*/_react.default.createElement(_SingleSelectEditor.default, {
|
|
192
|
-
isInModal: true,
|
|
193
|
-
options: this.options,
|
|
194
|
-
column: column,
|
|
195
|
-
value: value,
|
|
196
|
-
valueKey: this.key,
|
|
197
|
-
target: this.targetRef,
|
|
198
|
-
classNamePrefix: classNamePrefix,
|
|
199
|
-
onCommit: this.onChange,
|
|
200
|
-
isSupportNewOption: isSupportNewOption,
|
|
201
|
-
onAddNewOption: onAddNewOption,
|
|
202
|
-
onClose: this.closeEditor
|
|
203
|
-
}));
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
var _default = exports.default = RowExpandSingleSelectEditor;
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _lg = _interopRequireDefault(require("./lg"));
|
|
11
|
+
var _sm = _interopRequireDefault(require("./sm"));
|
|
12
|
+
const RowExpandSingleSelectorEditor = 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
|
+
};
|
|
19
|
+
var _default = exports.default = RowExpandSingleSelectorEditor;
|