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
|
@@ -0,0 +1,118 @@
|
|
|
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 = exports.ModalComponent = void 0;
|
|
9
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
var _rmcDialog = _interopRequireDefault(require("rmc-dialog"));
|
|
12
|
+
var _rmcFeedback = _interopRequireDefault(require("rmc-feedback"));
|
|
13
|
+
class ModalComponent extends React.Component {}
|
|
14
|
+
exports.ModalComponent = ModalComponent;
|
|
15
|
+
class Modal extends ModalComponent {
|
|
16
|
+
renderFooterButton(button, prefixCls, i) {
|
|
17
|
+
let buttonStyle = {};
|
|
18
|
+
if (button.style) {
|
|
19
|
+
buttonStyle = button.style;
|
|
20
|
+
if (typeof buttonStyle === 'string') {
|
|
21
|
+
const styleMap = {
|
|
22
|
+
cancel: {},
|
|
23
|
+
default: {},
|
|
24
|
+
destructive: {
|
|
25
|
+
color: 'red'
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
buttonStyle = styleMap[buttonStyle] || {};
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
const onClickFn = e => {
|
|
32
|
+
e.preventDefault();
|
|
33
|
+
if (button.onPress) {
|
|
34
|
+
button.onPress();
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
return /*#__PURE__*/React.createElement(_rmcFeedback.default, {
|
|
38
|
+
activeClassName: "".concat(prefixCls, "-button-active"),
|
|
39
|
+
key: i
|
|
40
|
+
}, /*#__PURE__*/React.createElement("a", {
|
|
41
|
+
className: "".concat(prefixCls, "-button"),
|
|
42
|
+
role: "button",
|
|
43
|
+
style: buttonStyle,
|
|
44
|
+
onClick: onClickFn
|
|
45
|
+
}, button.text || 'Button'));
|
|
46
|
+
}
|
|
47
|
+
render() {
|
|
48
|
+
const {
|
|
49
|
+
prefixCls,
|
|
50
|
+
className,
|
|
51
|
+
wrapClassName,
|
|
52
|
+
transitionName,
|
|
53
|
+
maskTransitionName,
|
|
54
|
+
style,
|
|
55
|
+
platform,
|
|
56
|
+
footer = [],
|
|
57
|
+
operation,
|
|
58
|
+
animated,
|
|
59
|
+
transparent,
|
|
60
|
+
popup,
|
|
61
|
+
animationType,
|
|
62
|
+
...restProps
|
|
63
|
+
} = this.props;
|
|
64
|
+
const btnGroupClass = (0, _classnames.default)("".concat(prefixCls, "-button-group-").concat(footer.length === 2 && !operation ? 'h' : 'v'), "".concat(prefixCls, "-button-group-").concat(operation ? 'operation' : 'normal'));
|
|
65
|
+
const footerDom = footer.length ? /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
className: btnGroupClass,
|
|
67
|
+
role: "group"
|
|
68
|
+
}, footer.map((button, i) =>
|
|
69
|
+
// tslint:disable-next-line:jsx-no-multiline-js
|
|
70
|
+
this.renderFooterButton(button, prefixCls, i))) : null;
|
|
71
|
+
let transName;
|
|
72
|
+
let maskTransName;
|
|
73
|
+
if (animated) {
|
|
74
|
+
// tslint:disable-next-line:prefer-conditional-expression
|
|
75
|
+
if (transparent) {
|
|
76
|
+
transName = maskTransName = 'am-fade';
|
|
77
|
+
} else {
|
|
78
|
+
transName = maskTransName = 'am-slide-up';
|
|
79
|
+
}
|
|
80
|
+
if (popup) {
|
|
81
|
+
transName = animationType === 'slide-up' ? 'am-slide-up' : 'am-slide-down';
|
|
82
|
+
maskTransName = 'am-fade';
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
const wrapCls = (0, _classnames.default)(wrapClassName, {
|
|
86
|
+
["".concat(prefixCls, "-wrap-popup")]: popup
|
|
87
|
+
});
|
|
88
|
+
const cls = (0, _classnames.default)(className, {
|
|
89
|
+
["".concat(prefixCls, "-transparent")]: transparent,
|
|
90
|
+
["".concat(prefixCls, "-popup")]: popup,
|
|
91
|
+
["".concat(prefixCls, "-popup-").concat(animationType)]: popup && animationType,
|
|
92
|
+
["".concat(prefixCls, "-android")]: platform === 'android'
|
|
93
|
+
});
|
|
94
|
+
return /*#__PURE__*/React.createElement(_rmcDialog.default, Object.assign({}, restProps, {
|
|
95
|
+
prefixCls: prefixCls,
|
|
96
|
+
className: cls,
|
|
97
|
+
wrapClassName: wrapCls,
|
|
98
|
+
transitionName: transitionName || transName,
|
|
99
|
+
maskTransitionName: maskTransitionName || maskTransName,
|
|
100
|
+
style: style,
|
|
101
|
+
footer: footerDom
|
|
102
|
+
}));
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.default = Modal;
|
|
106
|
+
Modal.defaultProps = {
|
|
107
|
+
prefixCls: 'am-modal',
|
|
108
|
+
transparent: false,
|
|
109
|
+
popup: false,
|
|
110
|
+
animationType: 'slide-down',
|
|
111
|
+
animated: true,
|
|
112
|
+
style: {},
|
|
113
|
+
onShow() {},
|
|
114
|
+
footer: [],
|
|
115
|
+
closable: false,
|
|
116
|
+
operation: false,
|
|
117
|
+
platform: 'ios'
|
|
118
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
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 = operation;
|
|
9
|
+
var React = _interopRequireWildcard(require("react"));
|
|
10
|
+
var ReactDOM = _interopRequireWildcard(require("react-dom"));
|
|
11
|
+
var _client = require("react-dom/client");
|
|
12
|
+
var _closest = _interopRequireDefault(require("../_util/closest"));
|
|
13
|
+
var _modal = _interopRequireDefault(require("./modal"));
|
|
14
|
+
function operation() {
|
|
15
|
+
let actions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [{
|
|
16
|
+
text: '确定'
|
|
17
|
+
}];
|
|
18
|
+
let platform = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'ios';
|
|
19
|
+
let closed = false;
|
|
20
|
+
const prefixCls = 'am-modal';
|
|
21
|
+
const div = document.createElement('div');
|
|
22
|
+
document.body.appendChild(div);
|
|
23
|
+
const root = (0, _client.createRoot)(div);
|
|
24
|
+
function close() {
|
|
25
|
+
if (div) {
|
|
26
|
+
root.unmount();
|
|
27
|
+
if (div.parentNode) {
|
|
28
|
+
div.parentNode.removeChild(div);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
const footer = actions.map(button => {
|
|
33
|
+
// tslint:disable-next-line:only-arrow-functions
|
|
34
|
+
const orginPress = button.onPress || function () {};
|
|
35
|
+
button.onPress = () => {
|
|
36
|
+
if (closed) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
const res = orginPress();
|
|
40
|
+
if (res && res.then) {
|
|
41
|
+
res.then(() => {
|
|
42
|
+
closed = true;
|
|
43
|
+
close();
|
|
44
|
+
}).catch(() => {});
|
|
45
|
+
} else {
|
|
46
|
+
closed = true;
|
|
47
|
+
close();
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
return button;
|
|
51
|
+
});
|
|
52
|
+
function onWrapTouchStart(e) {
|
|
53
|
+
if (!/iPhone|iPod|iPad/i.test(navigator.userAgent)) {
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
const pNode = (0, _closest.default)(e.target, '.am-modal-footer');
|
|
57
|
+
if (!pNode) {
|
|
58
|
+
e.preventDefault();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
root.render( /*#__PURE__*/React.createElement(_modal.default, {
|
|
62
|
+
visible: true,
|
|
63
|
+
operation: true,
|
|
64
|
+
transparent: true,
|
|
65
|
+
prefixCls: prefixCls,
|
|
66
|
+
transitionName: "am-zoom",
|
|
67
|
+
closable: false,
|
|
68
|
+
maskClosable: true,
|
|
69
|
+
onClose: close,
|
|
70
|
+
footer: footer,
|
|
71
|
+
maskTransitionName: "am-fade",
|
|
72
|
+
className: "am-modal-operation",
|
|
73
|
+
platform: platform,
|
|
74
|
+
wrapProps: {
|
|
75
|
+
onTouchStart: onWrapTouchStart
|
|
76
|
+
}
|
|
77
|
+
}));
|
|
78
|
+
return {
|
|
79
|
+
close
|
|
80
|
+
};
|
|
81
|
+
}
|
|
@@ -0,0 +1,211 @@
|
|
|
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 = prompt;
|
|
9
|
+
var React = _interopRequireWildcard(require("react"));
|
|
10
|
+
var ReactDOM = _interopRequireWildcard(require("react-dom"));
|
|
11
|
+
var _client = require("react-dom/client");
|
|
12
|
+
var _closest = _interopRequireDefault(require("../_util/closest"));
|
|
13
|
+
var _modal = _interopRequireDefault(require("./modal"));
|
|
14
|
+
function prompt(title, message, callbackOrActions) {
|
|
15
|
+
let type = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'default';
|
|
16
|
+
let defaultValue = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : '';
|
|
17
|
+
let placeholders = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : ['', ''];
|
|
18
|
+
let platform = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : 'ios';
|
|
19
|
+
let closed = false;
|
|
20
|
+
defaultValue = typeof defaultValue === 'string' ? defaultValue : typeof defaultValue === 'number' ? "".concat(defaultValue) : '';
|
|
21
|
+
if (!callbackOrActions) {
|
|
22
|
+
// console.log('Must specify callbackOrActions');
|
|
23
|
+
return {
|
|
24
|
+
close: () => {}
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
const prefixCls = 'am-modal';
|
|
28
|
+
const data = {
|
|
29
|
+
text: defaultValue
|
|
30
|
+
};
|
|
31
|
+
function onChange(e) {
|
|
32
|
+
const target = e.target;
|
|
33
|
+
const inputType = target.getAttribute('type');
|
|
34
|
+
if (inputType !== null) {
|
|
35
|
+
data[inputType] = target.value;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// hotfix issue: https://github.com/ant-design/ant-design-mobile/issues/2177
|
|
40
|
+
function onClick(e) {
|
|
41
|
+
const target = e.currentTarget || e.target;
|
|
42
|
+
if (target) {
|
|
43
|
+
target.focus();
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
function onBlurFixWechat() {
|
|
47
|
+
// https://github.com/ant-design/ant-design-mobile/issues/3137
|
|
48
|
+
if (/MicroMessenger/.test(navigator.userAgent)) {
|
|
49
|
+
// eslint-disable-next-line no-self-assign
|
|
50
|
+
document.body.scrollTop = document.body.scrollTop;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
let inputDom;
|
|
54
|
+
const focusFn = input => {
|
|
55
|
+
setTimeout(() => {
|
|
56
|
+
if (input) {
|
|
57
|
+
input.focus();
|
|
58
|
+
}
|
|
59
|
+
}, 500);
|
|
60
|
+
};
|
|
61
|
+
switch (type) {
|
|
62
|
+
case 'login-password':
|
|
63
|
+
inputDom = /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
className: "".concat(prefixCls, "-input-container")
|
|
65
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
className: "".concat(prefixCls, "-input")
|
|
67
|
+
}, /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement("input", {
|
|
68
|
+
type: "text",
|
|
69
|
+
defaultValue: data.text,
|
|
70
|
+
ref: input => focusFn(input),
|
|
71
|
+
onClick: onClick,
|
|
72
|
+
onChange: onChange,
|
|
73
|
+
placeholder: placeholders[0],
|
|
74
|
+
onBlur: onBlurFixWechat
|
|
75
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
76
|
+
className: "".concat(prefixCls, "-input")
|
|
77
|
+
}, /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement("input", {
|
|
78
|
+
type: "password",
|
|
79
|
+
defaultValue: data.password,
|
|
80
|
+
onClick: onClick,
|
|
81
|
+
onChange: onChange,
|
|
82
|
+
placeholder: placeholders[1],
|
|
83
|
+
onBlur: onBlurFixWechat
|
|
84
|
+
}))));
|
|
85
|
+
break;
|
|
86
|
+
case 'secure-text':
|
|
87
|
+
inputDom = /*#__PURE__*/React.createElement("div", {
|
|
88
|
+
className: "".concat(prefixCls, "-input-container")
|
|
89
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
90
|
+
className: "".concat(prefixCls, "-input")
|
|
91
|
+
}, /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement("input", {
|
|
92
|
+
type: "password",
|
|
93
|
+
defaultValue: data.password,
|
|
94
|
+
ref: input => focusFn(input),
|
|
95
|
+
onClick: onClick,
|
|
96
|
+
onChange: onChange,
|
|
97
|
+
placeholder: placeholders[0],
|
|
98
|
+
onBlur: onBlurFixWechat
|
|
99
|
+
}))));
|
|
100
|
+
break;
|
|
101
|
+
case 'default':
|
|
102
|
+
default:
|
|
103
|
+
inputDom = /*#__PURE__*/React.createElement("div", {
|
|
104
|
+
className: "".concat(prefixCls, "-input-container")
|
|
105
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
106
|
+
className: "".concat(prefixCls, "-input")
|
|
107
|
+
}, /*#__PURE__*/React.createElement("label", null, /*#__PURE__*/React.createElement("input", {
|
|
108
|
+
type: "text",
|
|
109
|
+
defaultValue: data.text,
|
|
110
|
+
ref: input => focusFn(input),
|
|
111
|
+
onClick: onClick,
|
|
112
|
+
onChange: onChange,
|
|
113
|
+
placeholder: placeholders[0],
|
|
114
|
+
onBlur: onBlurFixWechat
|
|
115
|
+
}))));
|
|
116
|
+
}
|
|
117
|
+
const content = /*#__PURE__*/React.createElement("div", null, message, inputDom);
|
|
118
|
+
const div = document.createElement('div');
|
|
119
|
+
document.body.appendChild(div);
|
|
120
|
+
const root = (0, _client.createRoot)(div);
|
|
121
|
+
function close() {
|
|
122
|
+
if (div) {
|
|
123
|
+
root.unmount();
|
|
124
|
+
if (div.parentNode) {
|
|
125
|
+
div.parentNode.removeChild(div);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
function handleConfirm(callback) {
|
|
130
|
+
if (typeof callback !== 'function') {
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
const {
|
|
134
|
+
text = '',
|
|
135
|
+
password = ''
|
|
136
|
+
} = data;
|
|
137
|
+
const callbackArgs = type === 'login-password' ? [text, password] : type === 'secure-text' ? [password] : [text];
|
|
138
|
+
return callback(...callbackArgs);
|
|
139
|
+
}
|
|
140
|
+
let actions;
|
|
141
|
+
if (typeof callbackOrActions === 'function') {
|
|
142
|
+
actions = [{
|
|
143
|
+
text: '取消',
|
|
144
|
+
onPress: () => {}
|
|
145
|
+
}, {
|
|
146
|
+
text: '确定',
|
|
147
|
+
onPress: () => {
|
|
148
|
+
handleConfirm(callbackOrActions);
|
|
149
|
+
}
|
|
150
|
+
}];
|
|
151
|
+
} else {
|
|
152
|
+
actions = callbackOrActions.map(item => {
|
|
153
|
+
return {
|
|
154
|
+
text: item.text,
|
|
155
|
+
onPress: () => {
|
|
156
|
+
return handleConfirm(item.onPress);
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
const footer = actions.map(button => {
|
|
162
|
+
// tslint:disable-next-line:only-arrow-functions
|
|
163
|
+
const orginPress = button.onPress || function () {};
|
|
164
|
+
button.onPress = () => {
|
|
165
|
+
if (closed) {
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
const res = orginPress();
|
|
169
|
+
if (res && res.then) {
|
|
170
|
+
res.then(() => {
|
|
171
|
+
closed = true;
|
|
172
|
+
close();
|
|
173
|
+
}).catch(() => {});
|
|
174
|
+
} else {
|
|
175
|
+
closed = true;
|
|
176
|
+
close();
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
return button;
|
|
180
|
+
});
|
|
181
|
+
function onWrapTouchStart(e) {
|
|
182
|
+
// exclude input element for focus
|
|
183
|
+
if (!/iPhone|iPod|iPad/i.test(navigator.userAgent)) {
|
|
184
|
+
return;
|
|
185
|
+
}
|
|
186
|
+
const pNode = (0, _closest.default)(e.target, ".".concat(prefixCls, "-content"));
|
|
187
|
+
if (!pNode) {
|
|
188
|
+
e.preventDefault();
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
root.render( /*#__PURE__*/React.createElement(_modal.default, {
|
|
192
|
+
visible: true,
|
|
193
|
+
transparent: true,
|
|
194
|
+
prefixCls: prefixCls,
|
|
195
|
+
title: title,
|
|
196
|
+
closable: false,
|
|
197
|
+
maskClosable: false,
|
|
198
|
+
transitionName: "am-zoom",
|
|
199
|
+
footer: footer,
|
|
200
|
+
maskTransitionName: "am-fade",
|
|
201
|
+
platform: platform,
|
|
202
|
+
wrapProps: {
|
|
203
|
+
onTouchStart: onWrapTouchStart
|
|
204
|
+
}
|
|
205
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
206
|
+
className: "".concat(prefixCls, "-propmt-content")
|
|
207
|
+
}, content)));
|
|
208
|
+
return {
|
|
209
|
+
close
|
|
210
|
+
};
|
|
211
|
+
}
|