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
|
@@ -6,39 +6,39 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.CELL_EDITOR_MAP = void 0;
|
|
8
8
|
var _dtableUtils = require("dtable-utils");
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
9
|
+
var _RowExpandTextEditor = _interopRequireDefault(require("./RowExpandTextEditor"));
|
|
10
|
+
var _RowExpandSingleSelectorEditor = _interopRequireDefault(require("./RowExpandSingleSelectorEditor"));
|
|
11
|
+
var _RowExpandMultipleSelectEditor = _interopRequireDefault(require("./RowExpandMultipleSelectEditor"));
|
|
12
|
+
var _RowExpandUrlEditor = _interopRequireDefault(require("./RowExpandUrlEditor"));
|
|
13
|
+
var _RowExpandNumberEditor = _interopRequireDefault(require("./RowExpandNumberEditor"));
|
|
14
|
+
var _RowExpandDateEditor = _interopRequireDefault(require("./RowExpandDateEditor"));
|
|
15
|
+
var _RowExpandLongTextEditor = _interopRequireDefault(require("./RowExpandLongTextEditor"));
|
|
16
|
+
var _RowExpandCheckboxEditor = _interopRequireDefault(require("./RowExpandCheckboxEditor"));
|
|
17
|
+
var _RowExpandEmailEditor = _interopRequireDefault(require("./RowExpandEmailEditor"));
|
|
18
|
+
var _RowExpandDurationEditor = _interopRequireDefault(require("./RowExpandDurationEditor"));
|
|
19
|
+
var _RowExpandRateEditor = _interopRequireDefault(require("./RowExpandRateEditor"));
|
|
20
|
+
var _RowExpandCollaboratorEditor = _interopRequireDefault(require("./RowExpandCollaboratorEditor"));
|
|
21
|
+
var _RowExpandDepartmentEditor = _interopRequireDefault(require("./RowExpandDepartmentEditor"));
|
|
22
|
+
var _RowExpandImageEditor = _interopRequireDefault(require("./RowExpandImageEditor"));
|
|
23
|
+
var _RowExpandFileEditor = _interopRequireDefault(require("./RowExpandFileEditor"));
|
|
24
|
+
var _RowExpandDigitalSignEditor = _interopRequireDefault(require("./RowExpandDigitalSignEditor"));
|
|
25
|
+
var _RowExpandGeolocationEditor = _interopRequireDefault(require("./RowExpandGeolocationEditor"));
|
|
26
26
|
const CELL_EDITOR_MAP = exports.CELL_EDITOR_MAP = {
|
|
27
|
-
[_dtableUtils.CellType.TEXT]:
|
|
28
|
-
[_dtableUtils.CellType.SINGLE_SELECT]:
|
|
29
|
-
[_dtableUtils.CellType.MULTIPLE_SELECT]:
|
|
30
|
-
[_dtableUtils.CellType.NUMBER]:
|
|
31
|
-
[_dtableUtils.CellType.DATE]:
|
|
32
|
-
[_dtableUtils.CellType.URL]:
|
|
33
|
-
[_dtableUtils.CellType.LONG_TEXT]:
|
|
34
|
-
[_dtableUtils.CellType.CHECKBOX]:
|
|
35
|
-
[_dtableUtils.CellType.EMAIL]:
|
|
36
|
-
[_dtableUtils.CellType.DURATION]:
|
|
37
|
-
[_dtableUtils.CellType.RATE]:
|
|
38
|
-
[_dtableUtils.CellType.COLLABORATOR]:
|
|
39
|
-
[_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]:
|
|
40
|
-
[_dtableUtils.CellType.IMAGE]:
|
|
41
|
-
[_dtableUtils.CellType.FILE]:
|
|
42
|
-
[_dtableUtils.CellType.DIGITAL_SIGN]:
|
|
43
|
-
[_dtableUtils.CellType.GEOLOCATION]:
|
|
27
|
+
[_dtableUtils.CellType.TEXT]: _RowExpandTextEditor.default,
|
|
28
|
+
[_dtableUtils.CellType.SINGLE_SELECT]: _RowExpandSingleSelectorEditor.default,
|
|
29
|
+
[_dtableUtils.CellType.MULTIPLE_SELECT]: _RowExpandMultipleSelectEditor.default,
|
|
30
|
+
[_dtableUtils.CellType.NUMBER]: _RowExpandNumberEditor.default,
|
|
31
|
+
[_dtableUtils.CellType.DATE]: _RowExpandDateEditor.default,
|
|
32
|
+
[_dtableUtils.CellType.URL]: _RowExpandUrlEditor.default,
|
|
33
|
+
[_dtableUtils.CellType.LONG_TEXT]: _RowExpandLongTextEditor.default,
|
|
34
|
+
[_dtableUtils.CellType.CHECKBOX]: _RowExpandCheckboxEditor.default,
|
|
35
|
+
[_dtableUtils.CellType.EMAIL]: _RowExpandEmailEditor.default,
|
|
36
|
+
[_dtableUtils.CellType.DURATION]: _RowExpandDurationEditor.default,
|
|
37
|
+
[_dtableUtils.CellType.RATE]: _RowExpandRateEditor.default,
|
|
38
|
+
[_dtableUtils.CellType.COLLABORATOR]: _RowExpandCollaboratorEditor.default,
|
|
39
|
+
[_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]: _RowExpandDepartmentEditor.default,
|
|
40
|
+
[_dtableUtils.CellType.IMAGE]: _RowExpandImageEditor.default,
|
|
41
|
+
[_dtableUtils.CellType.FILE]: _RowExpandFileEditor.default,
|
|
42
|
+
[_dtableUtils.CellType.DIGITAL_SIGN]: _RowExpandDigitalSignEditor.default,
|
|
43
|
+
[_dtableUtils.CellType.GEOLOCATION]: _RowExpandGeolocationEditor.default
|
|
44
44
|
};
|
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("../../DepartmentSingleSelectFormatter"));
|
|
10
|
-
function
|
|
10
|
+
function RowExpandDepartmentFormatter(_ref) {
|
|
11
11
|
let {
|
|
12
12
|
value,
|
|
13
13
|
departments
|
|
@@ -24,4 +24,4 @@ function RowExpandPCDepartmentFormatter(_ref) {
|
|
|
24
24
|
departments: departments
|
|
25
25
|
}))));
|
|
26
26
|
}
|
|
27
|
-
var _default = exports.default =
|
|
27
|
+
var _default = exports.default = RowExpandDepartmentFormatter;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@import url('../../css/cell-formatter.css');
|
|
2
2
|
|
|
3
|
-
.dtable-
|
|
4
|
-
.dtable-
|
|
3
|
+
.dtable-row-expand-formatter .dtable-ui.email-formatter .email-formatter-value,
|
|
4
|
+
.dtable-row-expand-formatter .dtable-ui.url-formatter .url-formatter-value {
|
|
5
5
|
text-decoration: underline;
|
|
6
6
|
width: 95%;
|
|
7
7
|
display: inline-flex;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.dtable-
|
|
10
|
+
.dtable-row-expand-formatter .dtable-ui .row-expand-jump-link {
|
|
11
11
|
display: inline-flex;
|
|
12
12
|
align-items: center;
|
|
13
13
|
font-size: 14px;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
box-shadow: 0 0 1px;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.dtable-
|
|
27
|
+
.dtable-row-expand-formatter .dtable-ui .row-expand-jump-link:hover {
|
|
28
28
|
background: #eee;
|
|
29
29
|
border: 1px solid #c9c9c9;
|
|
30
30
|
}
|
|
@@ -22,15 +22,15 @@ var _MTimeFormatter = _interopRequireDefault(require("../MTimeFormatter"));
|
|
|
22
22
|
var _AutoNumberFormatter = _interopRequireDefault(require("../AutoNumberFormatter"));
|
|
23
23
|
var _DurationFormatter = _interopRequireDefault(require("../DurationFormatter"));
|
|
24
24
|
var _ButtonFormatter = _interopRequireDefault(require("../ButtonFormatter"));
|
|
25
|
+
var _RowExpandUrlFormatter = _interopRequireDefault(require("./RowExpandUrlFormatter"));
|
|
26
|
+
var _RowExpandEmailFormatter = _interopRequireDefault(require("./RowExpandEmailFormatter"));
|
|
27
|
+
var _RowExpandRateFormatter = _interopRequireDefault(require("./RowExpandRateFormatter"));
|
|
28
|
+
var _RowExpandImageFormatter = _interopRequireDefault(require("./RowExpandImageFormatter"));
|
|
29
|
+
var _RowExpandFileFormatter = _interopRequireDefault(require("./RowExpandFileFormatter"));
|
|
30
|
+
var _RowExpandLinkFormatter = _interopRequireDefault(require("./RowExpandLinkFormatter"));
|
|
31
|
+
var _RowExpandFormulaFormatter = _interopRequireDefault(require("./RowExpandFormulaFormatter"));
|
|
25
32
|
var _DigitalSignFormatter = _interopRequireDefault(require("../DigitalSignFormatter"));
|
|
26
|
-
var
|
|
27
|
-
var _emailFormatter = _interopRequireDefault(require("./email-formatter"));
|
|
28
|
-
var _rateFormatter = _interopRequireDefault(require("./rate-formatter"));
|
|
29
|
-
var _imageFormatter = _interopRequireDefault(require("./image-formatter"));
|
|
30
|
-
var _fileFormatter = _interopRequireDefault(require("./file-formatter"));
|
|
31
|
-
var _linkFormatter = _interopRequireDefault(require("./link-formatter"));
|
|
32
|
-
var _formulaFormatter = _interopRequireDefault(require("./formula-formatter"));
|
|
33
|
-
var _departmentFormatter = _interopRequireDefault(require("./department-formatter"));
|
|
33
|
+
var _RowExpandDepartmentFormatter = _interopRequireDefault(require("./RowExpandDepartmentFormatter"));
|
|
34
34
|
const DEFAULT_FORMATTER = exports.DEFAULT_FORMATTER = {
|
|
35
35
|
[_dtableUtils.CellType.TEXT]: _TextFormatter.default,
|
|
36
36
|
[_dtableUtils.CellType.NUMBER]: _NumberFormatter.default,
|
|
@@ -48,14 +48,14 @@ const DEFAULT_FORMATTER = exports.DEFAULT_FORMATTER = {
|
|
|
48
48
|
[_dtableUtils.CellType.AUTO_NUMBER]: _AutoNumberFormatter.default,
|
|
49
49
|
[_dtableUtils.CellType.DURATION]: _DurationFormatter.default,
|
|
50
50
|
[_dtableUtils.CellType.BUTTON]: _ButtonFormatter.default,
|
|
51
|
-
[_dtableUtils.CellType.URL]:
|
|
52
|
-
[_dtableUtils.CellType.EMAIL]:
|
|
53
|
-
[_dtableUtils.CellType.RATE]:
|
|
54
|
-
[_dtableUtils.CellType.IMAGE]:
|
|
55
|
-
[_dtableUtils.CellType.FILE]:
|
|
56
|
-
[_dtableUtils.CellType.LINK]:
|
|
57
|
-
[_dtableUtils.CellType.FORMULA]:
|
|
58
|
-
[_dtableUtils.CellType.LINK_FORMULA]:
|
|
51
|
+
[_dtableUtils.CellType.URL]: _RowExpandUrlFormatter.default,
|
|
52
|
+
[_dtableUtils.CellType.EMAIL]: _RowExpandEmailFormatter.default,
|
|
53
|
+
[_dtableUtils.CellType.RATE]: _RowExpandRateFormatter.default,
|
|
54
|
+
[_dtableUtils.CellType.IMAGE]: _RowExpandImageFormatter.default,
|
|
55
|
+
[_dtableUtils.CellType.FILE]: _RowExpandFileFormatter.default,
|
|
56
|
+
[_dtableUtils.CellType.LINK]: _RowExpandLinkFormatter.default,
|
|
57
|
+
[_dtableUtils.CellType.FORMULA]: _RowExpandFormulaFormatter.default,
|
|
58
|
+
[_dtableUtils.CellType.LINK_FORMULA]: _RowExpandFormulaFormatter.default,
|
|
59
59
|
[_dtableUtils.CellType.DIGITAL_SIGN]: _DigitalSignFormatter.default,
|
|
60
|
-
[_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]:
|
|
60
|
+
[_dtableUtils.CellType.DEPARTMENT_SINGLE_SELECT]: _RowExpandDepartmentFormatter.default
|
|
61
61
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.dtable-ui.dtable-
|
|
1
|
+
.dtable-ui.dtable-row-expand-formatter {
|
|
2
2
|
width: 100%;
|
|
3
3
|
max-width: 100%;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.dtable-ui.dtable-
|
|
6
|
+
.dtable-ui.dtable-row-expand-formatter .row-cell-empty {
|
|
7
7
|
height: 8px;
|
|
8
8
|
width: 20px;
|
|
9
9
|
background-color: #f1f1f1;
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
display: inline-block;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.dtable-ui.dtable-
|
|
14
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.collaborator-item {
|
|
15
15
|
margin: 5px 10px 5px 0;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.dtable-ui.dtable-
|
|
19
|
-
.dtable-ui.dtable-
|
|
20
|
-
.dtable-ui.dtable-
|
|
21
|
-
.dtable-ui.dtable-
|
|
18
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.formula-formatter,
|
|
19
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.text-formatter,
|
|
20
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.url-formatter,
|
|
21
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.email-formatter {
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
text-overflow: ellipsis;
|
|
24
24
|
white-space: nowrap;
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
width: 100%;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.dtable-ui.dtable-
|
|
30
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.multiple-select-formatter .dtable-ui.select-item {
|
|
31
31
|
margin: 5px 0;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.dtable-ui.dtable-
|
|
34
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.geolocation-formatter {
|
|
35
35
|
width: fit-content;
|
|
36
36
|
min-width: 80px;
|
|
37
37
|
max-width: 100%;
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
text-align: center;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.dtable-ui.dtable-
|
|
48
|
+
.dtable-ui.dtable-row-expand-formatter .form-control {
|
|
49
49
|
background-color: #f8f9fa;
|
|
50
50
|
padding: 0 10px;
|
|
51
51
|
height: fit-content;
|
|
52
52
|
min-height: 2.375rem;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.dtable-ui.dtable-
|
|
56
|
-
.dtable-ui.dtable-
|
|
55
|
+
.dtable-ui.dtable-row-expand-formatter .ctime-formatter-container,
|
|
56
|
+
.dtable-ui.dtable-row-expand-formatter .mtime-formatter-container {
|
|
57
57
|
padding: 0.375rem 0.75rem;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
.dtable-ui.dtable-
|
|
60
|
+
.dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container {
|
|
61
61
|
width: 24px;
|
|
62
62
|
height: 24px;
|
|
63
63
|
border: 2px solid #e0e0e0;
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
justify-content: center;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.dtable-ui.dtable-
|
|
69
|
+
.dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container .cell-formatter-container {
|
|
70
70
|
line-height: inherit;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.dtable-ui.dtable-
|
|
73
|
+
.dtable-ui.dtable-row-expand-formatter .button-formatter {
|
|
74
74
|
text-align: center;
|
|
75
75
|
height: 26px;
|
|
76
76
|
line-height: 14px;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
letter-spacing: .03em;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.dtable-ui.dtable-
|
|
94
|
+
.dtable-ui.dtable-row-expand-formatter .longtext-formatter-container {
|
|
95
95
|
border: 1px solid rgba(0, 40, 100, 0.12);
|
|
96
96
|
border-radius: 3px;
|
|
97
97
|
padding: 0.375rem 0.75rem;
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
background-color: #fff;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
.dtable-ui.dtable-
|
|
102
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui-geolocation-formatter-container {
|
|
103
103
|
margin-top: 0.5rem;
|
|
104
104
|
display: flex;
|
|
105
105
|
align-items: center;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.dtable-ui.dtable-
|
|
108
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-link-formatter {
|
|
109
109
|
padding-top: 8px;
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -134,18 +134,3 @@
|
|
|
134
134
|
align-items: center;
|
|
135
135
|
justify-content: space-between;
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
.mobile-dtable-row-expand-rate-formatter .dtable-ui-row-expand-rate-formatter .dtable-font {
|
|
139
|
-
font-size: 24px;
|
|
140
|
-
margin-right: 0.25rem;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.mobile-dtable-row-expand-formula-formatter .dtable-ui-row-expand-formula-formatter.text-right {
|
|
144
|
-
text-align: left !important;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.mobile-dtable-row-expand-link-formula-formatter .dtable-ui.formula-formatter.multiple {
|
|
148
|
-
height: auto;
|
|
149
|
-
display: flex;
|
|
150
|
-
flex-wrap: wrap;
|
|
151
|
-
}
|
|
@@ -382,7 +382,7 @@ class RowExpandFormatter extends _react.default.Component {
|
|
|
382
382
|
className
|
|
383
383
|
} = this.props;
|
|
384
384
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
385
|
-
className: (0, _classnames.default)('dtable-ui dtable-
|
|
385
|
+
className: (0, _classnames.default)('dtable-ui dtable-row-expand-formatter', className)
|
|
386
386
|
}, this.renderFormatter());
|
|
387
387
|
}
|
|
388
388
|
}
|
package/lib/SelectItem/index.js
CHANGED
|
@@ -1,65 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var _react =
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
option,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
textAlign: 'center',
|
|
28
|
-
borderRadius: 10,
|
|
29
|
-
width: 'min-content',
|
|
30
|
-
maxWidth: 300,
|
|
31
|
-
margin: '5px 10px 5px 0',
|
|
32
|
-
fontSize: fontSize || 13,
|
|
33
|
-
backgroundColor: option.color,
|
|
34
|
-
color: option.textColor || null
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
class SelectItem extends _react.default.PureComponent {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.getStyle = (option, fontSize) => {
|
|
13
|
+
return {
|
|
14
|
+
display: 'inline-block',
|
|
15
|
+
padding: '0px 10px',
|
|
16
|
+
marginRight: '8px',
|
|
17
|
+
height: '20px',
|
|
18
|
+
lineHeight: '20px',
|
|
19
|
+
textAlign: 'center',
|
|
20
|
+
borderRadius: '10px',
|
|
21
|
+
maxWidth: '250px',
|
|
22
|
+
fontSize: fontSize ? "".concat(fontSize, "px") : '13px',
|
|
23
|
+
backgroundColor: option.color,
|
|
24
|
+
color: option.textColor || null
|
|
25
|
+
};
|
|
35
26
|
};
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}, option.name), isShowRemove && /*#__PURE__*/_react.default.createElement("div", {
|
|
52
|
-
className: "dtable-ui-select-item-operation-btn",
|
|
53
|
-
style: opBtnStyle,
|
|
54
|
-
onClick: onRemove
|
|
55
|
-
}, /*#__PURE__*/_react.default.createElement("i", {
|
|
56
|
-
className: "dtable-font dtable-icon-fork-number",
|
|
57
|
-
style: {
|
|
58
|
-
fontSize: '12px',
|
|
59
|
-
transform: 'scale(0.8)',
|
|
60
|
-
display: 'inline-block',
|
|
61
|
-
lineHeight: '12px'
|
|
62
|
-
}
|
|
63
|
-
})));
|
|
64
|
-
};
|
|
65
|
-
var _default = exports.default = SelectItem;
|
|
27
|
+
}
|
|
28
|
+
render() {
|
|
29
|
+
let {
|
|
30
|
+
option,
|
|
31
|
+
fontSize
|
|
32
|
+
} = this.props;
|
|
33
|
+
const style = this.getStyle(option, fontSize);
|
|
34
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
35
|
+
className: "dtable-ui select-item text-truncate",
|
|
36
|
+
style: style,
|
|
37
|
+
title: option.name
|
|
38
|
+
}, option.name);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.default = SelectItem;
|
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
var _react =
|
|
10
|
-
var
|
|
11
|
-
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _reactResponsive = _interopRequireDefault(require("react-responsive"));
|
|
10
|
+
var _selectEditor = require("../select-editor");
|
|
11
|
+
const SingleSelectEditor = _ref => {
|
|
12
12
|
let {
|
|
13
13
|
value: oldValue,
|
|
14
14
|
...props
|
|
15
15
|
} = _ref;
|
|
16
16
|
const value = oldValue ? [oldValue] : [];
|
|
17
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
})
|
|
17
|
+
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
18
|
+
query: "(min-width: 768px)"
|
|
19
|
+
}, /*#__PURE__*/_react.default.createElement(_selectEditor.PCSelectEditor, Object.assign({}, props, {
|
|
20
|
+
value: value
|
|
21
|
+
}))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
22
|
+
query: "(max-width: 767.8px)"
|
|
23
|
+
}, /*#__PURE__*/_react.default.createElement(_selectEditor.MBSelectEditor, Object.assign({}, props, {
|
|
24
|
+
value: value
|
|
25
|
+
}))));
|
|
26
|
+
};
|
|
22
27
|
var _default = exports.default = SingleSelectEditor;
|
package/lib/SvgIcon/index.js
CHANGED
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _constants = require("../constants");
|
|
10
9
|
require("./index.css");
|
|
11
10
|
const needScaleIcons = ['check', 'dot', 'cross'];
|
|
12
11
|
const SvgIcon = props => {
|
|
@@ -16,7 +15,7 @@ const SvgIcon = props => {
|
|
|
16
15
|
color
|
|
17
16
|
} = props;
|
|
18
17
|
let iconClass = "dtable-ui-multicolor-icon multicolor-icon-".concat(symbol, " ").concat(className || '');
|
|
19
|
-
if (needScaleIcons.includes(symbol) &&
|
|
18
|
+
if (needScaleIcons.includes(symbol) && window.isMobile) {
|
|
20
19
|
iconClass += ' scale-icon';
|
|
21
20
|
}
|
|
22
21
|
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
@@ -0,0 +1,76 @@
|
|
|
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 _Badge = _interopRequireDefault(require("../Badge"));
|
|
11
|
+
class Tab extends React.PureComponent {
|
|
12
|
+
constructor() {
|
|
13
|
+
super(...arguments);
|
|
14
|
+
this.renderIcon = () => {
|
|
15
|
+
const {
|
|
16
|
+
dot,
|
|
17
|
+
badge,
|
|
18
|
+
selected,
|
|
19
|
+
selectedIcon,
|
|
20
|
+
icon,
|
|
21
|
+
title,
|
|
22
|
+
prefixCls
|
|
23
|
+
} = this.props;
|
|
24
|
+
const iconRes = selected ? selectedIcon : icon;
|
|
25
|
+
const iconDom = /*#__PURE__*/React.isValidElement(iconRes) ? iconRes : /*#__PURE__*/React.createElement("img", {
|
|
26
|
+
className: "".concat(prefixCls, "-image"),
|
|
27
|
+
src: iconRes ? iconRes.uri : iconRes,
|
|
28
|
+
alt: title
|
|
29
|
+
});
|
|
30
|
+
if (badge) {
|
|
31
|
+
return /*#__PURE__*/React.createElement(_Badge.default, {
|
|
32
|
+
text: badge,
|
|
33
|
+
className: "".concat(prefixCls, "-badge tab-badge")
|
|
34
|
+
}, ' ', iconDom, ' ');
|
|
35
|
+
}
|
|
36
|
+
if (dot) {
|
|
37
|
+
return /*#__PURE__*/React.createElement(_Badge.default, {
|
|
38
|
+
dot: true,
|
|
39
|
+
className: "".concat(prefixCls, "-badge tab-dot")
|
|
40
|
+
}, iconDom);
|
|
41
|
+
}
|
|
42
|
+
return iconDom;
|
|
43
|
+
};
|
|
44
|
+
this.onClick = () => {
|
|
45
|
+
const onClick = this.props.onClick;
|
|
46
|
+
if (onClick) {
|
|
47
|
+
onClick();
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
render() {
|
|
52
|
+
const {
|
|
53
|
+
title,
|
|
54
|
+
prefixCls,
|
|
55
|
+
selected,
|
|
56
|
+
unselectedTintColor,
|
|
57
|
+
tintColor
|
|
58
|
+
} = this.props;
|
|
59
|
+
const iconColor = selected ? tintColor : unselectedTintColor;
|
|
60
|
+
return /*#__PURE__*/React.createElement("div", Object.assign({}, this.props.dataAttrs, {
|
|
61
|
+
onClick: this.onClick,
|
|
62
|
+
className: "".concat(prefixCls)
|
|
63
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
className: "".concat(prefixCls, "-icon"),
|
|
65
|
+
style: {
|
|
66
|
+
color: iconColor
|
|
67
|
+
}
|
|
68
|
+
}, this.renderIcon()), /*#__PURE__*/React.createElement("p", {
|
|
69
|
+
className: "".concat(prefixCls, "-title"),
|
|
70
|
+
style: {
|
|
71
|
+
color: selected ? tintColor : unselectedTintColor
|
|
72
|
+
}
|
|
73
|
+
}, title));
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
var _default = exports.default = Tab;
|