dtable-ui-component 6.0.29-beta9 → 6.0.29
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/ActionSheet/index.js +196 -0
- package/lib/ActionSheet/style/index.css +377 -0
- package/lib/ActivityIndicator/index.css +110 -0
- package/lib/ActivityIndicator/index.js +76 -0
- package/lib/Badge/index.css +98 -0
- package/lib/Badge/index.js +65 -0
- package/lib/CheckboxEditor/index.js +116 -24
- package/lib/CollaboratorEditor/index.js +11 -23
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.css +85 -0
- package/lib/CollaboratorEditor/mb-collaborator-editor/index.js +148 -0
- package/lib/DTableCommonAddTool/index.js +3 -1
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-multiple-select-filter.js +6 -6
- package/lib/DTableFiltersPopover/widgets/department-select-filter/department-single-select-filter.js +6 -6
- package/lib/DateEditor/index.js +95 -69
- package/lib/DateEditor/mb-date-editor-popover/custom-rc-calendar.css +118 -0
- package/lib/DateEditor/mb-date-editor-popover/index.css +45 -0
- package/lib/DateEditor/mb-date-editor-popover/index.js +226 -0
- package/lib/DateEditor/{pc-editor.js → pc-date-editor-popover.js} +9 -9
- package/lib/DatePicker/index.js +120 -0
- package/lib/DatePicker/locale/en_US.js +14 -0
- package/lib/DatePicker/locale/ru_RU.js +14 -0
- package/lib/DatePicker/locale/sv_SE.js +14 -0
- package/lib/DatePicker/locale/zh_CN.js +14 -0
- package/lib/DatePicker/style/index.css +298 -0
- package/lib/DatePicker/utils.js +36 -0
- package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.js +6 -6
- package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/department-single-select.js +7 -7
- package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.css +3 -10
- package/lib/{DepartmentSingleSelectEditor/pc-editor → Department-editor}/index.js +25 -8
- package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.css +1 -0
- package/lib/{SelectedDepartments → Department-editor/selected-departments}/index.js +3 -3
- package/lib/DigitalSignEditor/index.js +171 -24
- package/lib/Drawer/index.css +144 -0
- package/lib/Drawer/index.js +21 -0
- package/lib/FileEditor/addition-previewer/index.css +1 -0
- package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
- package/lib/FileEditor/addition-previewer/local-file-addition/index.css +1 -0
- package/lib/FileEditor/{pc-editor/addition-previewer → addition-previewer}/local-file-addition/index.js +4 -4
- package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/dropdown-menu.js +1 -1
- package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.js +1 -1
- package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.css +2 -0
- package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/index.js +2 -2
- package/lib/FileEditor/files-previewer/index.js +268 -26
- package/lib/FileEditor/index.css +5 -0
- package/lib/FileEditor/index.js +265 -26
- package/lib/FormulaFormatter/index.css +5 -5
- package/lib/GeolocationEditor/{pc-editor/country-editor.js → country-editor.js} +49 -5
- package/lib/GeolocationEditor/{pc-editor/index.css → index.css} +4 -3
- package/lib/GeolocationEditor/index.js +230 -90
- package/lib/GeolocationEditor/{pc-editor/location-editor.js → location-editor.js} +41 -8
- package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/index.js +6 -6
- package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/map-editor-utils.js +4 -10
- package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/index.js +7 -7
- package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.js +7 -7
- package/lib/GeolocationEditor/{pc-editor/province-city-editor.js → province-city-editor.js} +38 -7
- package/lib/GeolocationEditor/{pc-editor/province-editor.js → province-editor.js} +31 -7
- package/lib/GeolocationEditor/{pc-editor/selector-header-item.js → selector-header-item.js} +1 -1
- package/lib/Icon/index.css +50 -0
- package/lib/Icon/index.js +35 -0
- package/lib/Icon/load-sprite.js +56 -0
- package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.js +1 -1
- package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.js +1 -1
- package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.js +4 -4
- package/lib/ImageEditor/images-previewer/image-preview/index.js +3 -3
- package/lib/ImageEditor/images-previewer/index.js +4 -9
- package/lib/ImageEditor/index.css +16 -17
- package/lib/ImageEditor/index.js +185 -26
- package/lib/ImageThumbnail/index.js +1 -2
- package/lib/InputItem/custom-input.js +321 -0
- package/lib/InputItem/custom-keyboard.js +162 -0
- package/lib/InputItem/index.js +389 -0
- package/lib/InputItem/input.js +45 -0
- package/lib/InputItem/locale/en_US.js +12 -0
- package/lib/InputItem/locale/ru_RU.js +12 -0
- package/lib/InputItem/locale/sv_SE.js +12 -0
- package/lib/InputItem/locale/zh_CN.js +12 -0
- package/lib/InputItem/portal.js +23 -0
- package/lib/InputItem/style/index.css +524 -0
- package/lib/LinkEditor/index.js +5 -5
- package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.css +1 -1
- package/lib/List/index.css +389 -0
- package/lib/List/index.js +41 -0
- package/lib/List/list-item.js +169 -0
- package/lib/Modal/alert.js +86 -0
- package/lib/Modal/index.js +16 -0
- package/lib/Modal/modal.js +118 -0
- package/lib/Modal/operation.js +81 -0
- package/lib/Modal/prompt.js +211 -0
- package/lib/Modal/style/index.css +593 -0
- package/lib/MultipleSelectEditor/index.js +14 -9
- package/lib/Picker/AbstractPicker.js +190 -0
- package/lib/Picker/index.js +28 -0
- package/lib/Picker/locale/en_US.js +12 -0
- package/lib/Picker/locale/ru_RU.js +12 -0
- package/lib/Picker/locale/sv_SE.js +12 -0
- package/lib/Picker/locale/zh_CN.js +12 -0
- package/lib/Picker/popupProps.js +12 -0
- package/lib/Picker/style/index.css +145 -0
- package/lib/Popover/index.js +63 -0
- package/lib/Popover/item.js +55 -0
- package/lib/Popover/style/index.css +233 -0
- package/lib/Progress/index.css +24 -0
- package/lib/Progress/index.js +66 -0
- package/lib/Radio/Radio.js +47 -0
- package/lib/Radio/RadioItem.js +57 -0
- package/lib/Radio/index.css +92 -0
- package/lib/Radio/index.js +12 -0
- package/lib/RowExpandDialog/column-content/index.js +2 -2
- package/lib/RowExpandDialog/index.js +0 -2
- package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.js +4 -6
- package/lib/RowExpandEditor/{checkbox-editor/pc-editor.js → RowExpandCheckboxEditor/index.js} +13 -9
- package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.css +1 -1
- package/lib/RowExpandEditor/{collaborator-editor/pc-editor → RowExpandCollaboratorEditor}/index.js +7 -6
- package/lib/RowExpandEditor/{date-editor/pc-editor.js → RowExpandDateEditor/index.js} +2 -2
- package/lib/RowExpandEditor/{department-editor/pc-editor.js → RowExpandDepartmentEditor/index.js} +49 -44
- package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.css +1 -1
- package/lib/RowExpandEditor/{digital-sign-editor/pc-editor → RowExpandDigitalSignEditor}/index.js +11 -11
- package/lib/RowExpandEditor/{duration-editor/pc-editor.js → RowExpandDurationEditor/index.js} +2 -2
- package/lib/RowExpandEditor/RowExpandEmailEditor/index.css +2 -0
- package/lib/RowExpandEditor/{email-editor/pc-editor → RowExpandEmailEditor}/index.js +3 -3
- package/lib/RowExpandEditor/RowExpandFileEditor/index.css +1 -0
- package/lib/RowExpandEditor/{file-editor/pc-editor → RowExpandFileEditor}/index.js +9 -9
- package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.js +13 -17
- package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.js +9 -9
- package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.js +7 -7
- package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.css +1 -1
- package/lib/RowExpandEditor/{multiple-select-editor/pc-editor → RowExpandMultipleSelectEditor}/index.js +6 -6
- package/lib/RowExpandEditor/{number-editor/pc-editor.js → RowExpandNumberEditor/index.js} +2 -2
- package/lib/RowExpandEditor/RowExpandRateEditor/index.css +13 -0
- package/lib/RowExpandEditor/{rate-editor/pc-editor.js → RowExpandRateEditor/index.js} +3 -2
- package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.js +17 -17
- package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.js +7 -7
- package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.js +6 -6
- package/lib/RowExpandEditor/constants.js +34 -34
- package/lib/RowExpandFormatter/{department-formatter/pc-formatter.js → RowExpandDepartmentFormatter/index.js} +2 -2
- package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.css +4 -4
- package/lib/RowExpandFormatter/RowExpandRateFormatter/index.css +5 -0
- package/lib/RowExpandFormatter/constants.js +17 -17
- package/lib/RowExpandFormatter/index.css +18 -33
- package/lib/RowExpandFormatter/index.js +1 -1
- package/lib/SelectItem/index.js +33 -57
- package/lib/SingleSelectEditor/index.js +14 -9
- package/lib/SvgIcon/index.js +1 -2
- package/lib/TabBar/Tab.js +76 -0
- package/lib/TabBar/index.css +142 -0
- package/lib/TabBar/index.js +129 -0
- package/lib/Tabs/index.css +453 -0
- package/lib/Tabs/index.js +39 -0
- package/lib/TextareaItem/index.css +235 -0
- package/lib/TextareaItem/index.js +231 -0
- package/lib/Toast/index.css +67 -0
- package/lib/Toast/index.js +131 -0
- package/lib/_util/class.js +34 -0
- package/lib/_util/closest.js +17 -0
- package/lib/_util/exenv.js +8 -0
- package/lib/_util/getDataAttr.js +15 -0
- package/lib/_util/getLocale.js +42 -0
- package/lib/constants/index.js +2 -3
- package/lib/css/am.css +390 -0
- package/lib/css/mb-cell-editor.css +1 -1
- package/lib/index.js +100 -51
- package/lib/locales/de.json +1 -3
- package/lib/locales/en.json +1 -3
- package/lib/locales/es.json +1 -3
- package/lib/locales/fr.json +1 -3
- package/lib/locales/pt.json +1 -3
- package/lib/locales/ru.json +1 -3
- package/lib/locales/zh-CN.json +1 -3
- package/lib/select-editor/index.js +20 -27
- package/lib/select-editor/mb-select-editor/index.css +127 -0
- package/lib/select-editor/mb-select-editor/index.js +197 -0
- package/lib/select-editor/{pc-editor → pc-select-editor}/index.css +1 -1
- package/lib/select-editor/{pc-editor → pc-select-editor}/index.js +7 -7
- package/lib/select-editor/select-editor-option.js +84 -0
- package/lib/utils/editor-utils.js +2 -6
- package/lib/utils/get-event-transfer.js +1 -2
- package/lib/utils/utils.js +2 -11
- package/package.json +25 -16
- package/lib/BodyPortal/index.js +0 -29
- package/lib/CheckboxEditor/mb-editor.js +0 -99
- package/lib/CheckboxEditor/pc-editor.js +0 -118
- package/lib/CollaboratorEditor/mb-editor/index.css +0 -41
- package/lib/CollaboratorEditor/mb-editor/index.js +0 -88
- package/lib/DateEditor/mb-editor/custom-rc-calendar.css +0 -118
- package/lib/DateEditor/mb-editor/index.css +0 -39
- package/lib/DateEditor/mb-editor/index.js +0 -215
- package/lib/DepartmentSingleSelectEditor/index.js +0 -34
- package/lib/DepartmentSingleSelectEditor/mb-editor/index.css +0 -4
- package/lib/DepartmentSingleSelectEditor/mb-editor/index.js +0 -230
- package/lib/DigitalSignEditor/mb-editor/index.css +0 -35
- package/lib/DigitalSignEditor/mb-editor/index.js +0 -144
- package/lib/DigitalSignEditor/pc-editor/index.js +0 -181
- package/lib/FileEditor/files-previewer/mb-previewer/file-previewer/index.js +0 -122
- package/lib/FileEditor/files-previewer/mb-previewer/index.css +0 -39
- package/lib/FileEditor/files-previewer/mb-previewer/index.js +0 -64
- package/lib/FileEditor/files-previewer/pc-previewer/index.js +0 -276
- package/lib/FileEditor/mb-editor/index.css +0 -10
- package/lib/FileEditor/mb-editor/index.js +0 -136
- package/lib/FileEditor/pc-editor/addition-previewer/index.css +0 -1
- package/lib/FileEditor/pc-editor/addition-previewer/local-file-addition/index.css +0 -1
- package/lib/FileEditor/pc-editor/index.css +0 -5
- package/lib/FileEditor/pc-editor/index.js +0 -274
- package/lib/GeolocationEditor/mb-editor/country-editor.js +0 -79
- package/lib/GeolocationEditor/mb-editor/index.css +0 -11
- package/lib/GeolocationEditor/mb-editor/index.js +0 -125
- package/lib/GeolocationEditor/mb-editor/location-editor.js +0 -101
- package/lib/GeolocationEditor/mb-editor/map-editor/index.css +0 -11
- package/lib/GeolocationEditor/mb-editor/map-editor/index.js +0 -474
- package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.css +0 -158
- package/lib/GeolocationEditor/mb-editor/map-selection-editor/index.js +0 -530
- package/lib/GeolocationEditor/mb-editor/province-city-editor.js +0 -77
- package/lib/GeolocationEditor/mb-editor/province-editor.js +0 -76
- package/lib/GeolocationEditor/pc-editor/index.js +0 -247
- package/lib/ImageEditor/mb-editor/index.css +0 -29
- package/lib/ImageEditor/mb-editor/index.js +0 -136
- package/lib/ImageEditor/pc-editor/images-previewer/index.js +0 -140
- package/lib/ImageEditor/pc-editor/index.css +0 -24
- package/lib/ImageEditor/pc-editor/index.js +0 -194
- package/lib/MobileFullScreenPage/body/index.css +0 -9
- package/lib/MobileFullScreenPage/body/index.js +0 -23
- package/lib/MobileFullScreenPage/header/index.css +0 -39
- package/lib/MobileFullScreenPage/header/index.js +0 -38
- package/lib/MobileFullScreenPage/index.css +0 -13
- package/lib/MobileFullScreenPage/index.js +0 -73
- package/lib/MobileModal/index.js +0 -41
- package/lib/MobileOperationSheet/index.css +0 -27
- package/lib/MobileOperationSheet/index.js +0 -92
- package/lib/MobileSelector/empty/index.css +0 -3
- package/lib/MobileSelector/empty/index.js +0 -23
- package/lib/MobileSelector/index.css +0 -32
- package/lib/MobileSelector/index.js +0 -57
- package/lib/MobileSelector/option/index.css +0 -28
- package/lib/MobileSelector/option/index.js +0 -36
- package/lib/MobileSelector/options/index.css +0 -8
- package/lib/MobileSelector/options/index.js +0 -18
- package/lib/MobileSelector/search/index.css +0 -7
- package/lib/MobileSelector/search/index.js +0 -26
- package/lib/MobileUpload/index.css +0 -1
- package/lib/MobileUpload/index.js +0 -160
- package/lib/RowExpand/index.js +0 -24
- package/lib/RowExpandEditor/add-btn/index.js +0 -24
- package/lib/RowExpandEditor/add-btn/mb-add-btn/index.css +0 -3
- package/lib/RowExpandEditor/add-btn/mb-add-btn/index.js +0 -19
- package/lib/RowExpandEditor/checkbox-editor/index.js +0 -25
- package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.css +0 -6
- package/lib/RowExpandEditor/checkbox-editor/mb-editor/index.js +0 -36
- package/lib/RowExpandEditor/collaborator-editor/index.js +0 -24
- package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.css +0 -9
- package/lib/RowExpandEditor/collaborator-editor/mb-editor/index.js +0 -163
- package/lib/RowExpandEditor/date-editor/index.js +0 -24
- package/lib/RowExpandEditor/date-editor/mb-editor.js +0 -82
- package/lib/RowExpandEditor/department-editor/index.js +0 -24
- package/lib/RowExpandEditor/department-editor/mb-editor.js +0 -65
- package/lib/RowExpandEditor/digital-sign-editor/index.js +0 -24
- package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.css +0 -1
- package/lib/RowExpandEditor/digital-sign-editor/mb-editor/index.js +0 -130
- package/lib/RowExpandEditor/duration-editor/index.js +0 -24
- package/lib/RowExpandEditor/duration-editor/mb-editor.js +0 -71
- package/lib/RowExpandEditor/email-editor/index.js +0 -24
- package/lib/RowExpandEditor/email-editor/mb-editor/index.css +0 -1
- package/lib/RowExpandEditor/email-editor/mb-editor/index.js +0 -84
- package/lib/RowExpandEditor/email-editor/pc-editor/index.css +0 -1
- package/lib/RowExpandEditor/file-editor/index.js +0 -24
- package/lib/RowExpandEditor/file-editor/mb-editor/index.js +0 -114
- package/lib/RowExpandEditor/file-editor/pc-editor/index.css +0 -1
- package/lib/RowExpandEditor/geolocation-editor/index.js +0 -24
- package/lib/RowExpandEditor/geolocation-editor/mb-editor/index.js +0 -100
- package/lib/RowExpandEditor/image-editor/index.js +0 -24
- package/lib/RowExpandEditor/image-editor/mb-editor/index.css +0 -30
- package/lib/RowExpandEditor/image-editor/mb-editor/index.js +0 -109
- package/lib/RowExpandEditor/long-text-editor/index.js +0 -24
- package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.css +0 -10
- package/lib/RowExpandEditor/long-text-editor/mb-editor/editor/index.js +0 -80
- package/lib/RowExpandEditor/long-text-editor/mb-editor/index.css +0 -3
- package/lib/RowExpandEditor/long-text-editor/mb-editor/index.js +0 -91
- package/lib/RowExpandEditor/multiple-select-editor/index.js +0 -24
- package/lib/RowExpandEditor/multiple-select-editor/mb-editor/index.js +0 -154
- package/lib/RowExpandEditor/number-editor/index.js +0 -24
- package/lib/RowExpandEditor/number-editor/mb-editor/index.css +0 -3
- package/lib/RowExpandEditor/number-editor/mb-editor/index.js +0 -76
- package/lib/RowExpandEditor/rate-editor/index.css +0 -34
- package/lib/RowExpandEditor/rate-editor/index.js +0 -25
- package/lib/RowExpandEditor/rate-editor/mb-editor.js +0 -92
- package/lib/RowExpandEditor/right-angle/index.css +0 -6
- package/lib/RowExpandEditor/right-angle/index.js +0 -17
- package/lib/RowExpandEditor/single-select-editor/index.js +0 -24
- package/lib/RowExpandEditor/single-select-editor/mb-editor/index.css +0 -8
- package/lib/RowExpandEditor/single-select-editor/mb-editor/index.js +0 -134
- package/lib/RowExpandEditor/text-editor/index.js +0 -24
- package/lib/RowExpandEditor/text-editor/mb-editor/index.css +0 -14
- package/lib/RowExpandEditor/text-editor/mb-editor/index.js +0 -37
- package/lib/RowExpandEditor/url-editor/index.js +0 -24
- package/lib/RowExpandEditor/url-editor/mb-editor/index.css +0 -17
- package/lib/RowExpandEditor/url-editor/mb-editor/index.js +0 -87
- package/lib/RowExpandFormatter/department-formatter/index.js +0 -19
- package/lib/RowExpandFormatter/department-formatter/mb-formatter.js +0 -20
- package/lib/RowExpandFormatter/rate-formatter/index.css +0 -5
- package/lib/RowExpandView/body/index.css +0 -173
- package/lib/RowExpandView/body/index.js +0 -111
- package/lib/RowExpandView/column-content/index.css +0 -27
- package/lib/RowExpandView/column-content/index.js +0 -25
- package/lib/RowExpandView/index.css +0 -3
- package/lib/RowExpandView/index.js +0 -178
- package/lib/select-editor/mb-editor/index.css +0 -1
- package/lib/select-editor/mb-editor/index.js +0 -105
- /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.css +0 -0
- /package/lib/CollaboratorEditor/{pc-editor → pc-collaborator-editor}/index.js +0 -0
- /package/lib/{constants/departments.js → Department-editor/constants.js} +0 -0
- /package/lib/{DepartmentMultipleSelectEditor → Department-editor/department-multiple-select}/index.css +0 -0
- /package/lib/{utils/departments.js → Department-editor/utils.js} +0 -0
- /package/lib/DigitalSignEditor/{pc-editor/index.css → index.css} +0 -0
- /package/lib/FileEditor/files-previewer/{pc-previewer/file-previewer → file-previewer}/file-name-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{pc-editor/map-editor → map-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{pc-editor/map-selection-editor → map-selection-editor}/large-editor/index.css +0 -0
- /package/lib/GeolocationEditor/{pc-editor/parse-geolocation.js → parse-geolocation.js} +0 -0
- /package/lib/GeolocationEditor/{pc-editor/selector-list.js → selector-list.js} +0 -0
- /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/image-link/index.css +0 -0
- /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/index.css +0 -0
- /package/lib/ImageEditor/{pc-editor/addition-previewer → addition-previewer}/local-image-addition/index.css +0 -0
- /package/lib/LinkEditor/{mb-popover → mb-link-editor-popover}/index.js +0 -0
- /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.css +0 -0
- /package/lib/LinkEditor/{pc-popover → pc-link-editor-popover}/index.js +0 -0
- /package/lib/RowExpandEditor/{add-btn/pc-add-btn → RowExpandAddBtn}/index.css +0 -0
- /package/lib/RowExpandEditor/{checkbox-editor → RowExpandCheckboxEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{geolocation-editor/pc-editor → RowExpandGeolocationEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{image-editor/pc-editor → RowExpandImageEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{long-text-editor/pc-editor → RowExpandLongTextEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{single-select-editor/pc-editor → RowExpandSingleSelectorEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{text-editor/pc-editor → RowExpandTextEditor}/index.css +0 -0
- /package/lib/RowExpandEditor/{url-editor/pc-editor → RowExpandUrlEditor}/index.css +0 -0
- /package/lib/RowExpandFormatter/{email-formatter → RowExpandEmailFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{file-formatter → RowExpandFileFormatter}/row-expand-file-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{formula-formatter → RowExpandFormulaFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{image-formatter → RowExpandImageFormatter}/row-expand-image-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/collaborator-item-formatter.js +0 -0
- /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{link-formatter → RowExpandLinkFormatter}/value-display-utils.js +0 -0
- /package/lib/RowExpandFormatter/{rate-formatter → RowExpandRateFormatter}/index.js +0 -0
- /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.css +0 -0
- /package/lib/RowExpandFormatter/{url-formatter → RowExpandUrlFormatter}/index.js +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
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 _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
-
var _pcFormatter = _interopRequireDefault(require("./pc-formatter"));
|
|
11
|
-
var _mbFormatter = _interopRequireDefault(require("./mb-formatter"));
|
|
12
|
-
const RowExpandDepartmentFormatter = 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(_pcFormatter.default, props)), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
16
|
-
query: '(max-width: 768px)'
|
|
17
|
-
}, /*#__PURE__*/_react.default.createElement(_mbFormatter.default, props)));
|
|
18
|
-
};
|
|
19
|
-
var _default = exports.default = RowExpandDepartmentFormatter;
|
|
@@ -1,20 +0,0 @@
|
|
|
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 _DepartmentSingleSelectFormatter = _interopRequireDefault(require("../../DepartmentSingleSelectFormatter"));
|
|
10
|
-
function RowExpandMBDepartmentFormatter(_ref) {
|
|
11
|
-
let {
|
|
12
|
-
value,
|
|
13
|
-
departments
|
|
14
|
-
} = _ref;
|
|
15
|
-
return /*#__PURE__*/_react.default.createElement(_DepartmentSingleSelectFormatter.default, {
|
|
16
|
-
value: value,
|
|
17
|
-
departments: departments
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
var _default = exports.default = RowExpandMBDepartmentFormatter;
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter {
|
|
2
|
-
min-height: 50px;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .form-control {
|
|
6
|
-
background-color: #fff;
|
|
7
|
-
border: none;
|
|
8
|
-
min-height: 50px !important;
|
|
9
|
-
height: 50px;
|
|
10
|
-
width: 100% !important;
|
|
11
|
-
padding: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .longtext-formatter-container {
|
|
15
|
-
border: none;
|
|
16
|
-
border-radius: 0;
|
|
17
|
-
padding: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter {
|
|
21
|
-
overflow: hidden !important;
|
|
22
|
-
white-space: unset !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter ol li a,
|
|
26
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter ul li a,
|
|
27
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter p a {
|
|
28
|
-
word-break: break-all;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter thead tr {
|
|
32
|
-
min-height: 42px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter tbody tr {
|
|
36
|
-
font-weight: normal;
|
|
37
|
-
min-height: 42px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-list-item {
|
|
41
|
-
height: unset;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-textarea-item {
|
|
45
|
-
padding: 0 1rem;
|
|
46
|
-
border-bottom: 1px solid #e9e9e9;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-long-text-formatter .am-textarea-item textarea {
|
|
50
|
-
font-size: 14px;
|
|
51
|
-
overflow-x: hidden;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-last-modifier-formatter,
|
|
55
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-creator-formatter,
|
|
56
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-button-formatter,
|
|
57
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-checkbox-formatter,
|
|
58
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-department-single-select-formatter {
|
|
59
|
-
display: flex;
|
|
60
|
-
align-items: center;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .collaborator-item {
|
|
64
|
-
max-width: 100%;
|
|
65
|
-
width: fit-content;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .collaborator-item .collaborator-name {
|
|
69
|
-
flex: 1;
|
|
70
|
-
overflow: hidden;
|
|
71
|
-
text-overflow: ellipsis;
|
|
72
|
-
white-space: nowrap;
|
|
73
|
-
display: inline-block;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-geolocation-formatter .dtable-ui-geolocation-formatter-container {
|
|
77
|
-
margin-top: 0;
|
|
78
|
-
min-height: inherit;
|
|
79
|
-
height: 100%;
|
|
80
|
-
width: 100%;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-geolocation-formatter .dtable-ui.geolocation-formatter {
|
|
84
|
-
background-color: inherit;
|
|
85
|
-
border: none;
|
|
86
|
-
padding: 16px 0;
|
|
87
|
-
width: 100%;
|
|
88
|
-
display: inline-block;
|
|
89
|
-
text-align: left;
|
|
90
|
-
height: unset;
|
|
91
|
-
line-height: 1.5;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-auto-number-formatter {
|
|
95
|
-
min-height: 50px;
|
|
96
|
-
padding: 16px 0;
|
|
97
|
-
line-height: 1.5;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-image-formatter,
|
|
101
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-file-formatter,
|
|
102
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter {
|
|
103
|
-
width: 100%;
|
|
104
|
-
overflow-x: hidden;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image,
|
|
108
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file,
|
|
109
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter .dtable-ui-row-expand-digital-sign-formatter {
|
|
110
|
-
height: auto;
|
|
111
|
-
max-height: 150px;
|
|
112
|
-
width: calc(50% - 10px);
|
|
113
|
-
margin: 5px 0;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image:nth-child(even),
|
|
117
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file:nth-child(even) {
|
|
118
|
-
margin-left: 20px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-image-formatter .row-expand-item-image img,
|
|
122
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-file-formatter .row-expand-item-file img,
|
|
123
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-digital-sign-formatter .dtable-ui-row-expand-digital-sign-formatter img {
|
|
124
|
-
max-height: 100%;
|
|
125
|
-
max-width: 100%;
|
|
126
|
-
border-radius: 2px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-collaborator-formatter .form-control {
|
|
130
|
-
height: fit-content;
|
|
131
|
-
min-height: 50px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-collaborator-formatter .dtable-ui-row-expand-collaborator-formatter,
|
|
135
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-multiple-select-formatter .form-control {
|
|
136
|
-
padding: 10px 0;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-multiple-select-formatter .dtable-ui-row-expand-multiple-select-formatter {
|
|
140
|
-
display: flex;
|
|
141
|
-
flex-wrap: wrap;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-url-formatter,
|
|
145
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-email-formatter {
|
|
146
|
-
position: relative;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-url-formatter .row-expand-jump-link,
|
|
150
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-email-formatter .row-expand-jump-link {
|
|
151
|
-
right: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .dtable-ui.url-formatter .url-formatter-value,
|
|
155
|
-
.dtable-ui-mobile-row-expand-body .dtable-ui-row-expand-formatter .dtable-ui.email-formatter .email-formatter-value {
|
|
156
|
-
width: calc(100% - 40px);
|
|
157
|
-
display: inline-block;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.dtable-ui-mobile-row-expand-body .mobile-dtable-row-expand-link-formatter {
|
|
161
|
-
padding: 13px 0;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.dtable-ui-mobile-row-expand-subtitle {
|
|
165
|
-
padding: 1rem 1rem 0.3125rem;
|
|
166
|
-
background-color: #f5f5f5;
|
|
167
|
-
border-top: 1px solid #e9e9e9;
|
|
168
|
-
border-bottom: 1px solid #e9e9e9;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.dtable-ui-mobile-row-expand-body .am-list-item {
|
|
172
|
-
height: unset;
|
|
173
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
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 _dtableUtils = require("dtable-utils");
|
|
11
|
-
var _columnContent = _interopRequireDefault(require("../column-content"));
|
|
12
|
-
var _RowExpandEditor = _interopRequireDefault(require("../../RowExpandEditor"));
|
|
13
|
-
var _RowExpandFormatter = _interopRequireDefault(require("../../RowExpandFormatter"));
|
|
14
|
-
var _utils = require("../../utils/utils");
|
|
15
|
-
require("./index.css");
|
|
16
|
-
class Body extends _react.default.Component {
|
|
17
|
-
constructor() {
|
|
18
|
-
super(...arguments);
|
|
19
|
-
this.downloadImage = imageItemUrl => {
|
|
20
|
-
this.props.getDownLoadFiles([{
|
|
21
|
-
url: imageItemUrl
|
|
22
|
-
}]).then(res => {
|
|
23
|
-
const [downloadUrl] = res.data.urls;
|
|
24
|
-
(0, _utils.downloadFile)(downloadUrl);
|
|
25
|
-
}).catch(error => {
|
|
26
|
-
// todo
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
this.getCellValue = _ref => {
|
|
30
|
-
let {
|
|
31
|
-
row,
|
|
32
|
-
column
|
|
33
|
-
} = _ref;
|
|
34
|
-
if (!row || !column) return null;
|
|
35
|
-
const {
|
|
36
|
-
valueKey
|
|
37
|
-
} = this.props;
|
|
38
|
-
return row[column[valueKey]];
|
|
39
|
-
};
|
|
40
|
-
this.renderColumnValue = (row, column) => {
|
|
41
|
-
const {
|
|
42
|
-
component,
|
|
43
|
-
onChange,
|
|
44
|
-
className,
|
|
45
|
-
...props
|
|
46
|
-
} = this.props;
|
|
47
|
-
const {
|
|
48
|
-
getDownLoadFiles
|
|
49
|
-
} = props;
|
|
50
|
-
const {
|
|
51
|
-
editable
|
|
52
|
-
} = column;
|
|
53
|
-
const {
|
|
54
|
-
editor,
|
|
55
|
-
formatter
|
|
56
|
-
} = component || {};
|
|
57
|
-
if (editable) {
|
|
58
|
-
return /*#__PURE__*/_react.default.createElement(_RowExpandEditor.default, Object.assign({}, props, {
|
|
59
|
-
column: column,
|
|
60
|
-
row: row,
|
|
61
|
-
component: editor,
|
|
62
|
-
onCommit: value => onChange(column, value)
|
|
63
|
-
}));
|
|
64
|
-
}
|
|
65
|
-
return /*#__PURE__*/_react.default.createElement(_RowExpandFormatter.default, Object.assign({}, props, {
|
|
66
|
-
className: (0, _classnames.default)('dtable-ui-mobile-row-expand-formatter', "mobile-dtable-row-expand-".concat(column.type, "-formatter"), className),
|
|
67
|
-
column: column,
|
|
68
|
-
row: row,
|
|
69
|
-
component: formatter,
|
|
70
|
-
downloadImage: getDownLoadFiles ? this.downloadImage : null
|
|
71
|
-
}));
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
render() {
|
|
75
|
-
const {
|
|
76
|
-
columns,
|
|
77
|
-
row,
|
|
78
|
-
placeholder
|
|
79
|
-
} = this.props;
|
|
80
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
81
|
-
className: "dtable-ui-row-expand-body dtable-ui-mobile-row-expand-body"
|
|
82
|
-
}, columns.length === 0 && placeholder && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, placeholder), columns.map(column => {
|
|
83
|
-
const {
|
|
84
|
-
type,
|
|
85
|
-
data
|
|
86
|
-
} = column;
|
|
87
|
-
let isHasMore = false;
|
|
88
|
-
if (type === _dtableUtils.CellType.LINK_FORMULA) {
|
|
89
|
-
let {
|
|
90
|
-
array_type
|
|
91
|
-
} = data || {};
|
|
92
|
-
const value = this.getCellValue({
|
|
93
|
-
row,
|
|
94
|
-
column
|
|
95
|
-
});
|
|
96
|
-
const cellValue = (0, _utils.getFormulaArrayValue)(value, !(0, _utils.isArrayFormatColumn)(array_type));
|
|
97
|
-
if (cellValue.length >= 10) {
|
|
98
|
-
isHasMore = true;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
return /*#__PURE__*/_react.default.createElement(_columnContent.default, {
|
|
102
|
-
column: column,
|
|
103
|
-
className: (0, _classnames.default)('', {
|
|
104
|
-
'is-has-more': isHasMore
|
|
105
|
-
}),
|
|
106
|
-
key: column.key
|
|
107
|
-
}, this.renderColumnValue(row, column));
|
|
108
|
-
}));
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
var _default = exports.default = Body;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.dtable-ui-mobile-row-expand-item {
|
|
2
|
-
margin-bottom: 0px;
|
|
3
|
-
padding: 0 1rem;
|
|
4
|
-
background-color: #fff;
|
|
5
|
-
min-height: unset;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.dtable-ui-mobile-row-expand-item .dtable-ui-mobile-row-expand-item-title {
|
|
9
|
-
background-color: #f5f5f5;
|
|
10
|
-
border-bottom: 1px solid #e9e9e9;
|
|
11
|
-
border-top: 1px solid #e9e9e9;
|
|
12
|
-
margin: 0 -1rem;
|
|
13
|
-
padding: 0.625rem 1rem 0;
|
|
14
|
-
display: flex;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.dtable-ui-mobile-row-expand-item .dtable-ui-mobile-row-expand-item-title label {
|
|
18
|
-
margin-bottom: 5px;
|
|
19
|
-
font-weight: bold;
|
|
20
|
-
font-size: 14px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.dtable-ui-mobile-row-expand-item .dtable-ui-mobile-column-uneditable-tip {
|
|
24
|
-
font-size: 14px;
|
|
25
|
-
margin-left: 4px;
|
|
26
|
-
color: #ccc;
|
|
27
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
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 _reactstrap = require("reactstrap");
|
|
10
|
-
require("./index.css");
|
|
11
|
-
const ColumnContent = _ref => {
|
|
12
|
-
let {
|
|
13
|
-
column,
|
|
14
|
-
children
|
|
15
|
-
} = _ref;
|
|
16
|
-
const {
|
|
17
|
-
name
|
|
18
|
-
} = column;
|
|
19
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
20
|
-
className: "dtable-ui-mobile-row-expand-item"
|
|
21
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
22
|
-
className: "dtable-ui-mobile-row-expand-item-title"
|
|
23
|
-
}, /*#__PURE__*/_react.default.createElement(_reactstrap.Label, null, name)), children);
|
|
24
|
-
};
|
|
25
|
-
var _default = exports.default = ColumnContent;
|
|
@@ -1,178 +0,0 @@
|
|
|
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 _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
var _dtableUtils = require("dtable-utils");
|
|
12
|
-
var _toaster = _interopRequireDefault(require("../toaster"));
|
|
13
|
-
var _Loading = _interopRequireDefault(require("../Loading"));
|
|
14
|
-
var _body = _interopRequireDefault(require("./body"));
|
|
15
|
-
var _lang = require("../lang");
|
|
16
|
-
var _cellComparer = require("../utils/cell-comparer");
|
|
17
|
-
var _MobileFullScreenPage = _interopRequireDefault(require("../MobileFullScreenPage"));
|
|
18
|
-
require("./index.css");
|
|
19
|
-
const {
|
|
20
|
-
Header,
|
|
21
|
-
Body: MobileFullScreenPageBody
|
|
22
|
-
} = _MobileFullScreenPage.default;
|
|
23
|
-
const RowExpandView = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
24
|
-
let {
|
|
25
|
-
saveImmediately = true,
|
|
26
|
-
readonly = false,
|
|
27
|
-
isInsertingRow = false,
|
|
28
|
-
zIndex,
|
|
29
|
-
title,
|
|
30
|
-
className,
|
|
31
|
-
valueKey = 'name',
|
|
32
|
-
// name or key
|
|
33
|
-
row: defaultRow,
|
|
34
|
-
columns: defaultColumns,
|
|
35
|
-
commit,
|
|
36
|
-
onToggle,
|
|
37
|
-
uploadFile,
|
|
38
|
-
copyURL,
|
|
39
|
-
children = [],
|
|
40
|
-
historyCallback,
|
|
41
|
-
...otherProps
|
|
42
|
-
} = _ref;
|
|
43
|
-
const [isLoading, setLoading] = (0, _react.useState)(true);
|
|
44
|
-
const [isSaving, setSaving] = (0, _react.useState)(false);
|
|
45
|
-
const [row, setRow] = (0, _react.useState)({});
|
|
46
|
-
const [columns, setColumns] = (0, _react.useState)([]);
|
|
47
|
-
const isChangedRef = (0, _react.useRef)(false);
|
|
48
|
-
const update = (0, _react.useRef)({});
|
|
49
|
-
const checkEditable = (0, _react.useCallback)(column => {
|
|
50
|
-
if (isSaving) return false;
|
|
51
|
-
if (readonly || !column || !column.editable || _dtableUtils.NOT_SUPPORT_EDIT_COLUMN_TYPE_MAP[column.type]) return false;
|
|
52
|
-
if (column.type === _dtableUtils.CellType.IMAGE || column.type === _dtableUtils.CellType.FILE) return Boolean(uploadFile);
|
|
53
|
-
return true;
|
|
54
|
-
}, [readonly, isSaving, uploadFile]);
|
|
55
|
-
const initRowData = (0, _react.useCallback)(() => {
|
|
56
|
-
setLoading(true);
|
|
57
|
-
setRow(defaultRow);
|
|
58
|
-
let validColumns = defaultColumns.map(c => ({
|
|
59
|
-
...c,
|
|
60
|
-
editable: checkEditable(c, defaultRow),
|
|
61
|
-
width: 320
|
|
62
|
-
}));
|
|
63
|
-
if (isInsertingRow) {
|
|
64
|
-
validColumns = validColumns.filter(c => c.editable);
|
|
65
|
-
}
|
|
66
|
-
isChangedRef.current = isInsertingRow && Object.keys(defaultRow).length > 0;
|
|
67
|
-
setColumns(validColumns);
|
|
68
|
-
setLoading(false);
|
|
69
|
-
}, [isInsertingRow, defaultColumns, defaultRow, checkEditable]);
|
|
70
|
-
const toggle = (0, _react.useCallback)(() => {
|
|
71
|
-
if (isSaving) return;
|
|
72
|
-
onToggle();
|
|
73
|
-
}, [isSaving, onToggle]);
|
|
74
|
-
const onSave = (0, _react.useCallback)(function (updated) {
|
|
75
|
-
let {
|
|
76
|
-
successCallback,
|
|
77
|
-
failCallback
|
|
78
|
-
} = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
79
|
-
commit(updated, columns, {
|
|
80
|
-
successCallback,
|
|
81
|
-
failCallback
|
|
82
|
-
});
|
|
83
|
-
}, [columns, commit]);
|
|
84
|
-
const onChange = (0, _react.useCallback)((column, value) => {
|
|
85
|
-
const key = column[valueKey];
|
|
86
|
-
const updated = {
|
|
87
|
-
[key]: value
|
|
88
|
-
};
|
|
89
|
-
const oldValue = row[key];
|
|
90
|
-
if (!(0, _cellComparer.isCellValueChanged)(oldValue, value, column.type)) return;
|
|
91
|
-
if (!saveImmediately || isInsertingRow) {
|
|
92
|
-
isChangedRef.current = true;
|
|
93
|
-
update.current = {
|
|
94
|
-
...update.current,
|
|
95
|
-
...updated
|
|
96
|
-
};
|
|
97
|
-
setRow({
|
|
98
|
-
...row,
|
|
99
|
-
...updated
|
|
100
|
-
});
|
|
101
|
-
return;
|
|
102
|
-
}
|
|
103
|
-
onSave(updated, {
|
|
104
|
-
successCallback: () => {
|
|
105
|
-
isChangedRef.current = false;
|
|
106
|
-
update.current = {};
|
|
107
|
-
setRow({
|
|
108
|
-
...row,
|
|
109
|
-
...updated
|
|
110
|
-
});
|
|
111
|
-
},
|
|
112
|
-
failCallback: () => {
|
|
113
|
-
_toaster.default.danger((0, _lang.getLocale)('Save_failed'));
|
|
114
|
-
}
|
|
115
|
-
});
|
|
116
|
-
}, [saveImmediately, isInsertingRow, row, valueKey, onSave]);
|
|
117
|
-
const onSubmit = (0, _react.useCallback)(() => {
|
|
118
|
-
setSaving(true);
|
|
119
|
-
const successCallback = isInsertingRow ? onToggle : () => {
|
|
120
|
-
isChangedRef.current = false;
|
|
121
|
-
update.current = {};
|
|
122
|
-
setSaving(false);
|
|
123
|
-
};
|
|
124
|
-
const failCallback = () => {
|
|
125
|
-
setSaving(false);
|
|
126
|
-
_toaster.default.danger((0, _lang.getLocale)('Save_failed'));
|
|
127
|
-
};
|
|
128
|
-
const newRow = isInsertingRow ? {
|
|
129
|
-
...row,
|
|
130
|
-
...update.current
|
|
131
|
-
} : update.current;
|
|
132
|
-
onSave(newRow, {
|
|
133
|
-
successCallback,
|
|
134
|
-
failCallback
|
|
135
|
-
});
|
|
136
|
-
}, [row, isInsertingRow, onSave, onToggle]);
|
|
137
|
-
(0, _react.useEffect)(() => {
|
|
138
|
-
initRowData();
|
|
139
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
140
|
-
}, []);
|
|
141
|
-
(0, _react.useImperativeHandle)(ref, () => ({
|
|
142
|
-
getData: () => ({
|
|
143
|
-
row,
|
|
144
|
-
columns
|
|
145
|
-
}),
|
|
146
|
-
setData: function () {
|
|
147
|
-
let data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
148
|
-
Object.keys(data).forEach(key => {
|
|
149
|
-
if (key === 'row') {
|
|
150
|
-
setRow(data[key]);
|
|
151
|
-
}
|
|
152
|
-
if (key === 'columns') {
|
|
153
|
-
setColumns(data[key]);
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
}), [row, columns]);
|
|
158
|
-
return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
|
|
159
|
-
className: (0, _classnames.default)('dtable-ui-mobile-row-expand-full-screen-page', className),
|
|
160
|
-
zIndex: zIndex || 100,
|
|
161
|
-
historyCallback: historyCallback
|
|
162
|
-
}, /*#__PURE__*/_react.default.createElement(Header, {
|
|
163
|
-
onLeftClick: toggle,
|
|
164
|
-
onRightClick: (!saveImmediately || isInsertingRow) && !(isSaving || !isChangedRef.current) ? onSubmit : null
|
|
165
|
-
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
166
|
-
className: "dtable-font dtable-icon-return"
|
|
167
|
-
}), title, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (!saveImmediately || isInsertingRow) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _lang.getLocale)('Submit')))), /*#__PURE__*/_react.default.createElement(MobileFullScreenPageBody, null, isLoading ? /*#__PURE__*/_react.default.createElement("div", {
|
|
168
|
-
className: "w-100 -h-100 d-flex align-items-center justify-content-center"
|
|
169
|
-
}, /*#__PURE__*/_react.default.createElement(_Loading.default, null)) : /*#__PURE__*/_react.default.createElement(_body.default, Object.assign({}, otherProps, {
|
|
170
|
-
row: row,
|
|
171
|
-
columns: columns,
|
|
172
|
-
valueKey: valueKey,
|
|
173
|
-
onChange: onChange,
|
|
174
|
-
uploadFile: uploadFile
|
|
175
|
-
}))));
|
|
176
|
-
});
|
|
177
|
-
RowExpandView.Body = _body.default;
|
|
178
|
-
var _default = exports.default = RowExpandView;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('../../css/mb-cell-editor.css');
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.default = void 0;
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _lang = require("../../lang");
|
|
10
|
-
var _SelectItem = _interopRequireDefault(require("../../SelectItem"));
|
|
11
|
-
var _MobileSelector = _interopRequireDefault(require("../../MobileSelector"));
|
|
12
|
-
var _DTableCommonAddTool = _interopRequireDefault(require("../../DTableCommonAddTool"));
|
|
13
|
-
require("./index.css");
|
|
14
|
-
const {
|
|
15
|
-
Search,
|
|
16
|
-
Option,
|
|
17
|
-
Options,
|
|
18
|
-
Empty
|
|
19
|
-
} = _MobileSelector.default;
|
|
20
|
-
class MBSelectEditor extends _react.default.Component {
|
|
21
|
-
constructor(props) {
|
|
22
|
-
super(props);
|
|
23
|
-
this.onChangeSearch = newValue => {
|
|
24
|
-
const {
|
|
25
|
-
searchVal
|
|
26
|
-
} = this.state;
|
|
27
|
-
if (searchVal === newValue) return;
|
|
28
|
-
this.setState({
|
|
29
|
-
searchVal: newValue
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
|
-
this.getDisplayOptions = () => {
|
|
33
|
-
const {
|
|
34
|
-
options
|
|
35
|
-
} = this.props;
|
|
36
|
-
const {
|
|
37
|
-
searchVal
|
|
38
|
-
} = this.state;
|
|
39
|
-
return searchVal ? options.filter(item => item.name.indexOf(searchVal) > -1) : options;
|
|
40
|
-
};
|
|
41
|
-
this.onChange = option => {
|
|
42
|
-
this.props.onCommit(option);
|
|
43
|
-
};
|
|
44
|
-
this.onAddNewOption = event => {
|
|
45
|
-
event.stopPropagation();
|
|
46
|
-
event.nativeEvent.stopImmediatePropagation();
|
|
47
|
-
const name = this.state.searchValue.trim();
|
|
48
|
-
if (name) {
|
|
49
|
-
this.props.onAddNewOption(name);
|
|
50
|
-
this.props.onClose && this.props.onClose();
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
this.renderOptions = options => {
|
|
54
|
-
const {
|
|
55
|
-
value = [],
|
|
56
|
-
valueKey
|
|
57
|
-
} = this.props;
|
|
58
|
-
return options.map(option => {
|
|
59
|
-
const isSelected = value.includes(option[valueKey]);
|
|
60
|
-
return /*#__PURE__*/_react.default.createElement(Option, {
|
|
61
|
-
key: option[valueKey],
|
|
62
|
-
isSelected: isSelected,
|
|
63
|
-
onChange: this.onChange.bind(this, option)
|
|
64
|
-
}, /*#__PURE__*/_react.default.createElement(_SelectItem.default, {
|
|
65
|
-
option: option
|
|
66
|
-
}));
|
|
67
|
-
});
|
|
68
|
-
};
|
|
69
|
-
this.state = {
|
|
70
|
-
searchVal: ''
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
render() {
|
|
74
|
-
const {
|
|
75
|
-
column,
|
|
76
|
-
isSupportNewOption,
|
|
77
|
-
options,
|
|
78
|
-
onAddNewOption
|
|
79
|
-
} = this.props;
|
|
80
|
-
const {
|
|
81
|
-
searchVal
|
|
82
|
-
} = this.state;
|
|
83
|
-
const displayOptions = this.getDisplayOptions();
|
|
84
|
-
const isShowCreateBtn = isSupportNewOption && onAddNewOption && !!searchVal && !options.find(item => item.name !== searchVal);
|
|
85
|
-
return /*#__PURE__*/_react.default.createElement(_MobileSelector.default, {
|
|
86
|
-
onClose: this.props.onClose,
|
|
87
|
-
title: column.name,
|
|
88
|
-
className: "dtable-ui-mobile-select-editor"
|
|
89
|
-
}, options.length > 10 && /*#__PURE__*/_react.default.createElement(Search, {
|
|
90
|
-
value: searchVal,
|
|
91
|
-
placeholder: (0, _lang.getLocale)('Search_option'),
|
|
92
|
-
onChange: this.onChangeSearch
|
|
93
|
-
}), /*#__PURE__*/_react.default.createElement(Options, null, displayOptions.length === 0 && /*#__PURE__*/_react.default.createElement(Empty, null, (0, _lang.getLocale)('No_options_available')), displayOptions.length > 0 && this.renderOptions(displayOptions), isShowCreateBtn && /*#__PURE__*/_react.default.createElement(_DTableCommonAddTool.default, {
|
|
94
|
-
footerName: (0, _lang.getLocale)('Add_option'),
|
|
95
|
-
callBack: this.onAddNewOption
|
|
96
|
-
})));
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
MBSelectEditor.defaultProps = {
|
|
100
|
-
isShowRemoveIcon: false,
|
|
101
|
-
isSupportNewOption: false,
|
|
102
|
-
value: [],
|
|
103
|
-
valueKey: 'id'
|
|
104
|
-
};
|
|
105
|
-
var _default = exports.default = MBSelectEditor;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|