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,230 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
4
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.default = void 0;
|
|
9
|
-
var _list = _interopRequireDefault(require("antd-mobile/lib/list"));
|
|
10
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
var _dtableUtils = require("dtable-utils");
|
|
12
|
-
var _DTableRadio = _interopRequireDefault(require("../../DTableRadio"));
|
|
13
|
-
var _MobileFullScreenPage = _interopRequireDefault(require("../../MobileFullScreenPage"));
|
|
14
|
-
var _departments = require("../../utils/departments");
|
|
15
|
-
var _departments2 = require("../../constants/departments");
|
|
16
|
-
var _lang = require("../../lang");
|
|
17
|
-
require("./index.css");
|
|
18
|
-
const Item = _list.default.Item;
|
|
19
|
-
const {
|
|
20
|
-
Header,
|
|
21
|
-
Body
|
|
22
|
-
} = _MobileFullScreenPage.default;
|
|
23
|
-
const MBDepartmentSingleSelectEditor = _ref => {
|
|
24
|
-
let {
|
|
25
|
-
value: oldValue,
|
|
26
|
-
column,
|
|
27
|
-
isSupportMultiple = false,
|
|
28
|
-
isFilterEditor = false,
|
|
29
|
-
userDepartmentIdsMap = {},
|
|
30
|
-
departments: initialDepartments = [],
|
|
31
|
-
onCommit,
|
|
32
|
-
onClose
|
|
33
|
-
} = _ref;
|
|
34
|
-
const [value, setValue] = (0, _react.useState)(oldValue ? oldValue : isSupportMultiple ? [] : '');
|
|
35
|
-
const [departments, setDepartments] = (0, _react.useState)([]);
|
|
36
|
-
const [parentId, setParentId] = (0, _react.useState)('');
|
|
37
|
-
const [topParentIds, setTopParentIds] = (0, _react.useState)([]);
|
|
38
|
-
const initColumnData = (0, _react.useMemo)(() => {
|
|
39
|
-
const data = column.data || {};
|
|
40
|
-
const enableSelectRange = data.enable_select_range || false;
|
|
41
|
-
const selectedRange = data.selected_range || '';
|
|
42
|
-
const specificDepartments = data.specific_departments || [];
|
|
43
|
-
return {
|
|
44
|
-
enableSelectRange,
|
|
45
|
-
selectedRange,
|
|
46
|
-
specificDepartments
|
|
47
|
-
};
|
|
48
|
-
}, [column]);
|
|
49
|
-
const onSave = (0, _react.useCallback)(() => {
|
|
50
|
-
!isFilterEditor && onCommit && onCommit(value);
|
|
51
|
-
onClose && onClose();
|
|
52
|
-
}, [isFilterEditor, value, onCommit, onClose]);
|
|
53
|
-
const onDepartmentClick = (0, _react.useCallback)((event, department) => {
|
|
54
|
-
event.preventDefault();
|
|
55
|
-
const {
|
|
56
|
-
id,
|
|
57
|
-
hasChild
|
|
58
|
-
} = department;
|
|
59
|
-
if (event.target && event.target.className.indexOf('am-list-arrow') > -1) {
|
|
60
|
-
if (!hasChild) return;
|
|
61
|
-
setParentId(id);
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
let newValue;
|
|
65
|
-
if (isSupportMultiple) {
|
|
66
|
-
newValue = value.slice(0);
|
|
67
|
-
const index = newValue.indexOf(id);
|
|
68
|
-
index === -1 ? newValue.push(id) : newValue.splice(index);
|
|
69
|
-
} else {
|
|
70
|
-
newValue = id === value ? '' : id;
|
|
71
|
-
}
|
|
72
|
-
if (isFilterEditor) {
|
|
73
|
-
onCommit && onCommit({
|
|
74
|
-
id
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
setValue(newValue);
|
|
78
|
-
}, [isSupportMultiple, isFilterEditor, value, onCommit]);
|
|
79
|
-
const onParentDepartmentClick = (0, _react.useCallback)((event, type) => {
|
|
80
|
-
event.preventDefault();
|
|
81
|
-
let newValue;
|
|
82
|
-
if (isSupportMultiple) {
|
|
83
|
-
newValue = value.slice(0);
|
|
84
|
-
const index = newValue.indexOf(type);
|
|
85
|
-
index === -1 ? newValue.push(type) : newValue.splice(index);
|
|
86
|
-
} else {
|
|
87
|
-
newValue = type === value ? '' : type;
|
|
88
|
-
}
|
|
89
|
-
if (isFilterEditor) {
|
|
90
|
-
onCommit && onCommit({
|
|
91
|
-
id: type
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
|
-
setValue(newValue);
|
|
95
|
-
}, [value, isFilterEditor, isSupportMultiple, onCommit]);
|
|
96
|
-
const onLeftClick = (0, _react.useCallback)(() => {
|
|
97
|
-
const parentDepartment = departments.find(item => item.id === parentId);
|
|
98
|
-
if (!parentDepartment) {
|
|
99
|
-
onClose && onClose();
|
|
100
|
-
return;
|
|
101
|
-
}
|
|
102
|
-
const {
|
|
103
|
-
enableSelectRange
|
|
104
|
-
} = initColumnData;
|
|
105
|
-
if (topParentIds.includes(parentId) && enableSelectRange) {
|
|
106
|
-
setParentId('');
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
const upperLevelDepartmentParentId = parentDepartment.parent_id;
|
|
110
|
-
setParentId(upperLevelDepartmentParentId);
|
|
111
|
-
}, [initColumnData, departments, parentId, topParentIds, onClose]);
|
|
112
|
-
const renderLeftContent = (0, _react.useCallback)(() => {
|
|
113
|
-
const parentDepartment = departments.find(item => item.id === parentId);
|
|
114
|
-
if (!parentDepartment && !isFilterEditor) return (0, _lang.getLocale)('Cancel');
|
|
115
|
-
return /*#__PURE__*/_react.default.createElement("i", {
|
|
116
|
-
"aria-hidden": "true",
|
|
117
|
-
className: "dtable-font dtable-icon-return"
|
|
118
|
-
});
|
|
119
|
-
}, [isFilterEditor, departments, parentId]);
|
|
120
|
-
const renderDepartments = (0, _react.useCallback)(() => {
|
|
121
|
-
const {
|
|
122
|
-
enableSelectRange
|
|
123
|
-
} = initColumnData;
|
|
124
|
-
let currentDepartments = [];
|
|
125
|
-
if (enableSelectRange && !parentId && !isFilterEditor) {
|
|
126
|
-
currentDepartments = departments.filter(department => topParentIds.includes(department.id));
|
|
127
|
-
} else {
|
|
128
|
-
currentDepartments = departments.filter(department => department.parent_id === parentId);
|
|
129
|
-
}
|
|
130
|
-
if (currentDepartments.length === 0) {
|
|
131
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
132
|
-
className: "d-flex justify-content-center seatable-tip-default h-100 w-100 align-items-center"
|
|
133
|
-
}, /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('No_departments_available')));
|
|
134
|
-
}
|
|
135
|
-
return /*#__PURE__*/_react.default.createElement(_list.default, {
|
|
136
|
-
className: "my-list dtable-ui-mobile-department-editor-departments",
|
|
137
|
-
renderHeader: () => (0, _lang.getLocale)('Select_department')
|
|
138
|
-
}, isFilterEditor && parentId === -1 && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, _departments2.DEPARTMENT_SELECT_RANGE_OPTIONS.slice(0, 2).map((option, index) => {
|
|
139
|
-
const {
|
|
140
|
-
type,
|
|
141
|
-
name
|
|
142
|
-
} = option;
|
|
143
|
-
const isChecked = isSupportMultiple ? value.includes(type) : value === type;
|
|
144
|
-
return /*#__PURE__*/_react.default.createElement(Item, {
|
|
145
|
-
key: "department-range-item-".concat(index),
|
|
146
|
-
multipleLine: true,
|
|
147
|
-
onClick: event => onParentDepartmentClick(event, type),
|
|
148
|
-
className: "dtable-ui-mobile-department-editor-department-item"
|
|
149
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
150
|
-
className: "d-flex"
|
|
151
|
-
}, /*#__PURE__*/_react.default.createElement(_DTableRadio.default, {
|
|
152
|
-
isChecked: isChecked,
|
|
153
|
-
onCheckedChange: event => onParentDepartmentClick(event, type),
|
|
154
|
-
label: (0, _lang.getLocale)(name)
|
|
155
|
-
})));
|
|
156
|
-
})), currentDepartments.map((department, index) => {
|
|
157
|
-
const {
|
|
158
|
-
hasChild,
|
|
159
|
-
name,
|
|
160
|
-
id
|
|
161
|
-
} = department;
|
|
162
|
-
const isChecked = isSupportMultiple ? value.includes(id) : value === id;
|
|
163
|
-
return /*#__PURE__*/_react.default.createElement(Item, {
|
|
164
|
-
arrow: hasChild ? 'horizontal' : '',
|
|
165
|
-
key: "department-item-".concat(index),
|
|
166
|
-
multipleLine: true,
|
|
167
|
-
onClick: event => onDepartmentClick(event, department),
|
|
168
|
-
className: "dtable-ui-mobile-department-editor-department-item"
|
|
169
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
170
|
-
className: "d-flex"
|
|
171
|
-
}, /*#__PURE__*/_react.default.createElement(_DTableRadio.default, {
|
|
172
|
-
isChecked: isChecked,
|
|
173
|
-
onCheckedChange: event => onParentDepartmentClick(event, department),
|
|
174
|
-
label: name
|
|
175
|
-
})));
|
|
176
|
-
}));
|
|
177
|
-
}, [initColumnData, parentId, isFilterEditor, isSupportMultiple, departments, value, topParentIds, onParentDepartmentClick, onDepartmentClick]);
|
|
178
|
-
(0, _react.useEffect)(() => {
|
|
179
|
-
const {
|
|
180
|
-
enableSelectRange,
|
|
181
|
-
selectedRange,
|
|
182
|
-
specificDepartments
|
|
183
|
-
} = initColumnData;
|
|
184
|
-
if (enableSelectRange && !isFilterEditor) {
|
|
185
|
-
const {
|
|
186
|
-
current_user_department_ids = [],
|
|
187
|
-
current_user_department_and_sub_ids = []
|
|
188
|
-
} = userDepartmentIdsMap;
|
|
189
|
-
const {
|
|
190
|
-
departments: initialDepartments
|
|
191
|
-
} = window.app.state;
|
|
192
|
-
let targetDepartments = [];
|
|
193
|
-
let topParentIds = [];
|
|
194
|
-
let canExpand = true;
|
|
195
|
-
if (selectedRange === _dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT) {
|
|
196
|
-
canExpand = false;
|
|
197
|
-
topParentIds = current_user_department_ids;
|
|
198
|
-
targetDepartments = initialDepartments.filter(department => current_user_department_ids.includes(department.id));
|
|
199
|
-
} else if (selectedRange === _dtableUtils.DEPARTMENT_SELECT_RANGE_MAP.CURRENT_USER_DEPARTMENT_AND_SUB) {
|
|
200
|
-
const currentUserDepartments = initialDepartments.filter(department => current_user_department_ids.includes(department.id));
|
|
201
|
-
topParentIds = currentUserDepartments.filter(department => !current_user_department_ids.includes(department.parent_id)).map(department => department.id);
|
|
202
|
-
targetDepartments = initialDepartments.filter(department => current_user_department_and_sub_ids.includes(department.id));
|
|
203
|
-
} else {
|
|
204
|
-
canExpand = false;
|
|
205
|
-
topParentIds = specificDepartments;
|
|
206
|
-
targetDepartments = initialDepartments.filter(department => specificDepartments.includes(department.id));
|
|
207
|
-
}
|
|
208
|
-
const departments = (0, _departments.getNormalizedDepartments)(targetDepartments, canExpand);
|
|
209
|
-
setDepartments(departments);
|
|
210
|
-
setTopParentIds(topParentIds);
|
|
211
|
-
return;
|
|
212
|
-
}
|
|
213
|
-
const departments = (0, _departments.getNormalizedDepartments)(initialDepartments);
|
|
214
|
-
setDepartments(departments);
|
|
215
|
-
setParentId(-1);
|
|
216
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
217
|
-
}, []);
|
|
218
|
-
return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
|
|
219
|
-
className: "dtable-ui-mobile-department-editor",
|
|
220
|
-
onClose: onClose
|
|
221
|
-
}, /*#__PURE__*/_react.default.createElement(Header, {
|
|
222
|
-
onLeftClick: onLeftClick,
|
|
223
|
-
onRightClick: onSave
|
|
224
|
-
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, renderLeftContent()), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, column.name), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, isFilterEditor ? null : /*#__PURE__*/_react.default.createElement("span", {
|
|
225
|
-
style: {
|
|
226
|
-
color: '#f09f3f'
|
|
227
|
-
}
|
|
228
|
-
}, (0, _lang.getLocale)('Submit')))), /*#__PURE__*/_react.default.createElement(Body, null, renderDepartments()));
|
|
229
|
-
};
|
|
230
|
-
var _default = exports.default = MBDepartmentSingleSelectEditor;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-mobile-full-screen-page-body {
|
|
2
|
-
position: relative;
|
|
3
|
-
flex: 1;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-digital-sign-panel {
|
|
7
|
-
margin-top: 20px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-digital-sign-editor-operations {
|
|
11
|
-
z-index: 3;
|
|
12
|
-
top: 10px;
|
|
13
|
-
right: 16px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-digital-sign-editor-operations .btn-clear-dtable-ui-digital-sign {
|
|
17
|
-
color: rgb(240, 159, 63);
|
|
18
|
-
background-color: unset;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-digital-sign-panel-mask {
|
|
22
|
-
top: 0;
|
|
23
|
-
left: 0;
|
|
24
|
-
z-index: 4;
|
|
25
|
-
height: 100%;
|
|
26
|
-
width: 100%;
|
|
27
|
-
display: flex;
|
|
28
|
-
align-items: center;
|
|
29
|
-
justify-content: center;
|
|
30
|
-
background-color: rgba(0, 0, 0, .4);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.dtable-ui-mobile-digital-sign-editor .dtable-ui-digital-sign-panel-mask .dtable-ui-digital-sign-panel-mask-container {
|
|
34
|
-
color: #fff;
|
|
35
|
-
}
|
|
@@ -1,144 +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 _MobileFullScreenPage = _interopRequireDefault(require("../../MobileFullScreenPage"));
|
|
11
|
-
var _signatureBoard = _interopRequireDefault(require("../signature-board"));
|
|
12
|
-
var _service = _interopRequireDefault(require("../service"));
|
|
13
|
-
var _utils = _interopRequireDefault(require("../utils"));
|
|
14
|
-
var _url = require("../../utils/url");
|
|
15
|
-
var _toaster = _interopRequireDefault(require("../../toaster"));
|
|
16
|
-
var _lang = require("../../lang");
|
|
17
|
-
var _utils2 = require("../../utils/utils");
|
|
18
|
-
require("./index.css");
|
|
19
|
-
const {
|
|
20
|
-
Header,
|
|
21
|
-
Body
|
|
22
|
-
} = _MobileFullScreenPage.default;
|
|
23
|
-
class MBDigitalSignEditor extends _react.Component {
|
|
24
|
-
constructor(props) {
|
|
25
|
-
super(props);
|
|
26
|
-
this.getValue = () => {
|
|
27
|
-
const updated = {
|
|
28
|
-
[this.props.column.key]: this.value
|
|
29
|
-
};
|
|
30
|
-
return updated;
|
|
31
|
-
};
|
|
32
|
-
this.onToggle = () => {
|
|
33
|
-
this.props.onCommitCancel();
|
|
34
|
-
};
|
|
35
|
-
this.onSave = () => {
|
|
36
|
-
if (!this.signatureBoard || this.state.saving) return;
|
|
37
|
-
if (!this.signatureBoard.checkHasChanged()) {
|
|
38
|
-
this.onToggle();
|
|
39
|
-
return;
|
|
40
|
-
}
|
|
41
|
-
this.signatureBoard.convert2BlobPNG(signBlob => {
|
|
42
|
-
if (!signBlob) {
|
|
43
|
-
if (!this.props.value) {
|
|
44
|
-
this.onToggle();
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// clear the old dtable-ui-digital-sign
|
|
49
|
-
this.value = null;
|
|
50
|
-
this.props.onCommit(this.value);
|
|
51
|
-
return;
|
|
52
|
-
}
|
|
53
|
-
this.setState({
|
|
54
|
-
saving: true
|
|
55
|
-
});
|
|
56
|
-
this.digitalService.uploadSignImage(signBlob, {
|
|
57
|
-
successCallback: signature => {
|
|
58
|
-
this.value = signature;
|
|
59
|
-
this.setState({
|
|
60
|
-
saving: false
|
|
61
|
-
}, () => {
|
|
62
|
-
this.props.onCommit(this.value);
|
|
63
|
-
});
|
|
64
|
-
},
|
|
65
|
-
failedCallback: error => {
|
|
66
|
-
const errMsg = (0, _utils2.getErrorMsg)(error, true);
|
|
67
|
-
if (!error.response || error.response.status !== 403) {
|
|
68
|
-
_toaster.default.danger((0, _lang.getLocale)(errMsg));
|
|
69
|
-
}
|
|
70
|
-
this.setState({
|
|
71
|
-
saving: false
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
});
|
|
76
|
-
};
|
|
77
|
-
this.clearSignature = () => {
|
|
78
|
-
this.signatureBoard.clear();
|
|
79
|
-
};
|
|
80
|
-
this.historyCallback = event => {
|
|
81
|
-
if (this.state.saving) return;
|
|
82
|
-
event.preventDefault();
|
|
83
|
-
this.onToggle();
|
|
84
|
-
};
|
|
85
|
-
this.state = {
|
|
86
|
-
saving: false
|
|
87
|
-
};
|
|
88
|
-
const {
|
|
89
|
-
uploadFile,
|
|
90
|
-
config,
|
|
91
|
-
value
|
|
92
|
-
} = props;
|
|
93
|
-
const {
|
|
94
|
-
username
|
|
95
|
-
} = config || {};
|
|
96
|
-
this.value = value || {};
|
|
97
|
-
this.digitalService = new _service.default({
|
|
98
|
-
uploadFile,
|
|
99
|
-
username
|
|
100
|
-
});
|
|
101
|
-
this.signatureBoard = null;
|
|
102
|
-
}
|
|
103
|
-
render() {
|
|
104
|
-
const {
|
|
105
|
-
value,
|
|
106
|
-
config,
|
|
107
|
-
column
|
|
108
|
-
} = this.props;
|
|
109
|
-
const {
|
|
110
|
-
saving
|
|
111
|
-
} = this.state;
|
|
112
|
-
const signImageUrl = (0, _url.generateCurrentBaseImageUrl)({
|
|
113
|
-
...config,
|
|
114
|
-
partUrl: _utils.default.getSignImageUrl(value)
|
|
115
|
-
});
|
|
116
|
-
return /*#__PURE__*/_react.default.createElement(_MobileFullScreenPage.default, {
|
|
117
|
-
className: "dtable-ui dtable-ui-mobile-digital-sign-editor",
|
|
118
|
-
zIndex: 101,
|
|
119
|
-
historyCallback: this.historyCallback
|
|
120
|
-
}, /*#__PURE__*/_react.default.createElement(Header, {
|
|
121
|
-
onLeftClick: this.onToggle,
|
|
122
|
-
onRightClick: this.onSave
|
|
123
|
-
}, /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (0, _lang.getLocale)('Cancel')), column.name, /*#__PURE__*/_react.default.createElement("span", {
|
|
124
|
-
style: {
|
|
125
|
-
color: '#f09f3f'
|
|
126
|
-
}
|
|
127
|
-
}, (0, _lang.getLocale)('Submit'))), /*#__PURE__*/_react.default.createElement(Body, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
128
|
-
className: "dtable-ui-digital-sign-panel position-relative"
|
|
129
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
130
|
-
className: "dtable-ui-digital-sign-editor-operations position-absolute"
|
|
131
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
132
|
-
className: "btn-clear-dtable-ui-digital-sign",
|
|
133
|
-
onClick: this.clearSignature
|
|
134
|
-
}, /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Re-sign')))), /*#__PURE__*/_react.default.createElement(_signatureBoard.default, {
|
|
135
|
-
ref: ref => this.signatureBoard = ref,
|
|
136
|
-
signImageUrl: signImageUrl
|
|
137
|
-
})), saving && /*#__PURE__*/_react.default.createElement("div", {
|
|
138
|
-
className: "dtable-ui-digital-sign-panel-mask position-absolute"
|
|
139
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
140
|
-
className: "dtable-ui-digital-sign-panel-mask-container"
|
|
141
|
-
}, (0, _lang.getLocale)('Saving...')))));
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
var _default = exports.default = MBDigitalSignEditor;
|
|
@@ -1,181 +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 _reactstrap = require("reactstrap");
|
|
11
|
-
var _DTableCustomFooter = _interopRequireDefault(require("../../DTableCustomFooter"));
|
|
12
|
-
var _signatureBoard = _interopRequireDefault(require("../signature-board"));
|
|
13
|
-
var _service = _interopRequireDefault(require("../service"));
|
|
14
|
-
var _utils = _interopRequireDefault(require("../utils"));
|
|
15
|
-
var _url = require("../../utils/url");
|
|
16
|
-
var _toaster = _interopRequireDefault(require("../../toaster"));
|
|
17
|
-
var _lang = require("../../lang");
|
|
18
|
-
var _utils2 = require("../../utils/utils");
|
|
19
|
-
require("./index.css");
|
|
20
|
-
class PCDigitalSignEditor extends _react.Component {
|
|
21
|
-
constructor(props) {
|
|
22
|
-
super(props);
|
|
23
|
-
this.setPosition = () => {
|
|
24
|
-
if (!this.editor) return;
|
|
25
|
-
const {
|
|
26
|
-
offsetLeft,
|
|
27
|
-
offsetTop
|
|
28
|
-
} = this.editor.parentNode;
|
|
29
|
-
const {
|
|
30
|
-
offsetWidth: editorWidth,
|
|
31
|
-
offsetHeight: editorHeight
|
|
32
|
-
} = this.editor;
|
|
33
|
-
let editorLeft = offsetLeft - editorWidth;
|
|
34
|
-
let editorTop = offsetTop;
|
|
35
|
-
if (this.props.isInModal) {
|
|
36
|
-
const innerHeight = window.innerHeight;
|
|
37
|
-
const offsetTop = this.editor.parentNode.getBoundingClientRect().y;
|
|
38
|
-
editorTop = offsetTop;
|
|
39
|
-
editorTop = editorHeight + editorTop > innerHeight ? innerHeight - editorHeight - 30 : editorTop;
|
|
40
|
-
editorLeft = -30;
|
|
41
|
-
} else {
|
|
42
|
-
if (offsetLeft < editorWidth) {
|
|
43
|
-
editorLeft = offsetLeft + this.props.column.width;
|
|
44
|
-
}
|
|
45
|
-
if (editorLeft + editorWidth > window.innerWidth) {
|
|
46
|
-
editorLeft = window.innerWidth - editorWidth;
|
|
47
|
-
}
|
|
48
|
-
if (offsetTop + editorHeight > window.innerHeight) {
|
|
49
|
-
editorTop = window.innerHeight - editorHeight - 10;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
this.setState({
|
|
53
|
-
editorPosition: {
|
|
54
|
-
top: editorTop,
|
|
55
|
-
left: editorLeft
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
};
|
|
59
|
-
this.getValue = () => {
|
|
60
|
-
const updated = {
|
|
61
|
-
[this.props.column.key]: this.value
|
|
62
|
-
};
|
|
63
|
-
return updated;
|
|
64
|
-
};
|
|
65
|
-
this.saveSignature = () => {
|
|
66
|
-
if (!this.signatureBoard || this.state.saving) return;
|
|
67
|
-
if (!this.signatureBoard.checkHasChanged()) {
|
|
68
|
-
this.props.onCommitCancel();
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
this.signatureBoard.convert2BlobPNG(signBlob => {
|
|
72
|
-
if (!signBlob) {
|
|
73
|
-
if (!this.props.value) {
|
|
74
|
-
this.props.onCommitCancel();
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// clear the old dtable-ui-digital-sign
|
|
79
|
-
this.value = null;
|
|
80
|
-
this.props.onCommit(this.value);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
this.setState({
|
|
84
|
-
saving: true
|
|
85
|
-
});
|
|
86
|
-
this.digitalService.uploadSignImage(signBlob, {
|
|
87
|
-
successCallback: signature => {
|
|
88
|
-
this.value = signature;
|
|
89
|
-
this.setState({
|
|
90
|
-
saving: false
|
|
91
|
-
}, () => {
|
|
92
|
-
this.props.onCommit(this.value);
|
|
93
|
-
});
|
|
94
|
-
},
|
|
95
|
-
failedCallback: error => {
|
|
96
|
-
const errMsg = (0, _utils2.getErrorMsg)(error, true);
|
|
97
|
-
if (!error.response || error.response.status !== 403) {
|
|
98
|
-
_toaster.default.danger((0, _lang.getLocale)(errMsg));
|
|
99
|
-
}
|
|
100
|
-
this.setState({
|
|
101
|
-
saving: false
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
};
|
|
107
|
-
this.clearSignature = () => {
|
|
108
|
-
this.signatureBoard.clear();
|
|
109
|
-
};
|
|
110
|
-
this.state = {
|
|
111
|
-
editorPosition: {},
|
|
112
|
-
saving: false
|
|
113
|
-
};
|
|
114
|
-
const {
|
|
115
|
-
uploadFile,
|
|
116
|
-
config,
|
|
117
|
-
value
|
|
118
|
-
} = props;
|
|
119
|
-
const {
|
|
120
|
-
username
|
|
121
|
-
} = config || {};
|
|
122
|
-
this.value = value || {};
|
|
123
|
-
this.digitalService = new _service.default({
|
|
124
|
-
uploadFile,
|
|
125
|
-
username
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
componentDidMount() {
|
|
129
|
-
this.setPosition();
|
|
130
|
-
}
|
|
131
|
-
render() {
|
|
132
|
-
const {
|
|
133
|
-
value,
|
|
134
|
-
config
|
|
135
|
-
} = this.props;
|
|
136
|
-
const {
|
|
137
|
-
editorPosition,
|
|
138
|
-
saving
|
|
139
|
-
} = this.state;
|
|
140
|
-
const signImageUrl = (0, _url.generateCurrentBaseImageUrl)({
|
|
141
|
-
...config,
|
|
142
|
-
partUrl: _utils.default.getSignImageUrl(value)
|
|
143
|
-
});
|
|
144
|
-
return /*#__PURE__*/_react.default.createElement("div", {
|
|
145
|
-
className: "dtable-ui-digital-sign-editor-container",
|
|
146
|
-
ref: ref => this.editor = ref,
|
|
147
|
-
style: {
|
|
148
|
-
...editorPosition,
|
|
149
|
-
zIndex: 1000
|
|
150
|
-
}
|
|
151
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
152
|
-
className: "dtable-ui-digital-sign-editor-header"
|
|
153
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
154
|
-
className: "dtable-ui-digital-sign-editor-logo"
|
|
155
|
-
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
156
|
-
className: "dtable-font dtable-icon-handwritten-signature"
|
|
157
|
-
}), /*#__PURE__*/_react.default.createElement("span", {
|
|
158
|
-
className: "ml-2 dtable-ui-digital-sign-editor-title"
|
|
159
|
-
}, (0, _lang.getLocale)('Digital_signature'))), /*#__PURE__*/_react.default.createElement("div", {
|
|
160
|
-
className: "dtable-ui-digital-sign-editor-operations"
|
|
161
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
162
|
-
className: "btn-clear-dtable-ui-digital-sign",
|
|
163
|
-
onClick: this.clearSignature
|
|
164
|
-
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
165
|
-
className: "dtable-font dtable-icon-clear-format"
|
|
166
|
-
}), /*#__PURE__*/_react.default.createElement("span", null, (0, _lang.getLocale)('Re-sign'))))), /*#__PURE__*/_react.default.createElement("div", {
|
|
167
|
-
className: "dtable-ui-digital-sign-panel"
|
|
168
|
-
}, /*#__PURE__*/_react.default.createElement(_signatureBoard.default, {
|
|
169
|
-
ref: ref => this.signatureBoard = ref,
|
|
170
|
-
signImageUrl: signImageUrl
|
|
171
|
-
})), /*#__PURE__*/_react.default.createElement(_DTableCustomFooter.default, null, /*#__PURE__*/_react.default.createElement(_reactstrap.Button, {
|
|
172
|
-
onClick: this.props.onCommitCancel,
|
|
173
|
-
color: "secondary"
|
|
174
|
-
}, (0, _lang.getLocale)('Cancel')), /*#__PURE__*/_react.default.createElement(_reactstrap.Button, {
|
|
175
|
-
onClick: this.saveSignature,
|
|
176
|
-
color: "primary",
|
|
177
|
-
disabled: saving
|
|
178
|
-
}, (0, _lang.getLocale)(saving ? 'Saving' : 'Save'))));
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
var _default = exports.default = PCDigitalSignEditor;
|