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
package/lib/index.js
CHANGED
|
@@ -4,16 +4,22 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
Object.defineProperty(exports, "
|
|
7
|
+
Object.defineProperty(exports, "ActionSheet", {
|
|
8
8
|
enumerable: true,
|
|
9
9
|
get: function () {
|
|
10
|
-
return
|
|
10
|
+
return _ActionSheet.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "ActivityIndicator", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _ActivityIndicator.default;
|
|
11
17
|
}
|
|
12
18
|
});
|
|
13
|
-
Object.defineProperty(exports, "
|
|
19
|
+
Object.defineProperty(exports, "AutoNumberFormatter", {
|
|
14
20
|
enumerable: true,
|
|
15
21
|
get: function () {
|
|
16
|
-
return
|
|
22
|
+
return _AutoNumberFormatter.default;
|
|
17
23
|
}
|
|
18
24
|
});
|
|
19
25
|
Object.defineProperty(exports, "ButtonFormatter", {
|
|
@@ -184,16 +190,22 @@ Object.defineProperty(exports, "DateFormatter", {
|
|
|
184
190
|
return _DateFormatter.default;
|
|
185
191
|
}
|
|
186
192
|
});
|
|
187
|
-
Object.defineProperty(exports, "
|
|
193
|
+
Object.defineProperty(exports, "DatePicker", {
|
|
188
194
|
enumerable: true,
|
|
189
195
|
get: function () {
|
|
190
|
-
return
|
|
196
|
+
return _DatePicker.default;
|
|
191
197
|
}
|
|
192
198
|
});
|
|
193
|
-
Object.defineProperty(exports, "
|
|
199
|
+
Object.defineProperty(exports, "DepartmentEditor", {
|
|
194
200
|
enumerable: true,
|
|
195
201
|
get: function () {
|
|
196
|
-
return
|
|
202
|
+
return _DepartmentEditor.default;
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(exports, "DepartmentSelectFilter", {
|
|
206
|
+
enumerable: true,
|
|
207
|
+
get: function () {
|
|
208
|
+
return _DepartmentSelectFilter.default;
|
|
197
209
|
}
|
|
198
210
|
});
|
|
199
211
|
Object.defineProperty(exports, "DepartmentSingleSelectFormatter", {
|
|
@@ -214,6 +226,12 @@ Object.defineProperty(exports, "DigitalSignFormatter", {
|
|
|
214
226
|
return _DigitalSignFormatter.default;
|
|
215
227
|
}
|
|
216
228
|
});
|
|
229
|
+
Object.defineProperty(exports, "Drawer", {
|
|
230
|
+
enumerable: true,
|
|
231
|
+
get: function () {
|
|
232
|
+
return _Drawer.default;
|
|
233
|
+
}
|
|
234
|
+
});
|
|
217
235
|
Object.defineProperty(exports, "DurationEditor", {
|
|
218
236
|
enumerable: true,
|
|
219
237
|
get: function () {
|
|
@@ -280,6 +298,12 @@ Object.defineProperty(exports, "GeolocationFormatter", {
|
|
|
280
298
|
return _GeolocationFormatter.default;
|
|
281
299
|
}
|
|
282
300
|
});
|
|
301
|
+
Object.defineProperty(exports, "Icon", {
|
|
302
|
+
enumerable: true,
|
|
303
|
+
get: function () {
|
|
304
|
+
return _Icon.default;
|
|
305
|
+
}
|
|
306
|
+
});
|
|
283
307
|
Object.defineProperty(exports, "IconButton", {
|
|
284
308
|
enumerable: true,
|
|
285
309
|
get: function () {
|
|
@@ -304,6 +328,12 @@ Object.defineProperty(exports, "ImagePreviewerLightbox", {
|
|
|
304
328
|
return _ImagePreviewerLightbox.default;
|
|
305
329
|
}
|
|
306
330
|
});
|
|
331
|
+
Object.defineProperty(exports, "InputItem", {
|
|
332
|
+
enumerable: true,
|
|
333
|
+
get: function () {
|
|
334
|
+
return _InputItem.default;
|
|
335
|
+
}
|
|
336
|
+
});
|
|
307
337
|
Object.defineProperty(exports, "LastModifierFormatter", {
|
|
308
338
|
enumerable: true,
|
|
309
339
|
get: function () {
|
|
@@ -322,6 +352,12 @@ Object.defineProperty(exports, "LinkFormatter", {
|
|
|
322
352
|
return _LinkFormatter.default;
|
|
323
353
|
}
|
|
324
354
|
});
|
|
355
|
+
Object.defineProperty(exports, "List", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () {
|
|
358
|
+
return _List.default;
|
|
359
|
+
}
|
|
360
|
+
});
|
|
325
361
|
Object.defineProperty(exports, "Loading", {
|
|
326
362
|
enumerable: true,
|
|
327
363
|
get: function () {
|
|
@@ -340,70 +376,70 @@ Object.defineProperty(exports, "MTimeFormatter", {
|
|
|
340
376
|
return _MTimeFormatter.default;
|
|
341
377
|
}
|
|
342
378
|
});
|
|
343
|
-
Object.defineProperty(exports, "
|
|
379
|
+
Object.defineProperty(exports, "Modal", {
|
|
344
380
|
enumerable: true,
|
|
345
381
|
get: function () {
|
|
346
|
-
return
|
|
382
|
+
return _Modal.default;
|
|
347
383
|
}
|
|
348
384
|
});
|
|
349
|
-
Object.defineProperty(exports, "
|
|
385
|
+
Object.defineProperty(exports, "ModalPortal", {
|
|
350
386
|
enumerable: true,
|
|
351
387
|
get: function () {
|
|
352
|
-
return
|
|
388
|
+
return _ModalPortal.default;
|
|
353
389
|
}
|
|
354
390
|
});
|
|
355
|
-
Object.defineProperty(exports, "
|
|
391
|
+
Object.defineProperty(exports, "MultipleSelectEditor", {
|
|
356
392
|
enumerable: true,
|
|
357
393
|
get: function () {
|
|
358
|
-
return
|
|
394
|
+
return _MultipleSelectEditor.default;
|
|
359
395
|
}
|
|
360
396
|
});
|
|
361
|
-
Object.defineProperty(exports, "
|
|
397
|
+
Object.defineProperty(exports, "MultipleSelectFormatter", {
|
|
362
398
|
enumerable: true,
|
|
363
399
|
get: function () {
|
|
364
|
-
return
|
|
400
|
+
return _MultipleSelectFormatter.default;
|
|
365
401
|
}
|
|
366
402
|
});
|
|
367
|
-
Object.defineProperty(exports, "
|
|
403
|
+
Object.defineProperty(exports, "NotificationPopover", {
|
|
368
404
|
enumerable: true,
|
|
369
405
|
get: function () {
|
|
370
|
-
return
|
|
406
|
+
return _NotificationPopover.default;
|
|
371
407
|
}
|
|
372
408
|
});
|
|
373
|
-
Object.defineProperty(exports, "
|
|
409
|
+
Object.defineProperty(exports, "NumberEditor", {
|
|
374
410
|
enumerable: true,
|
|
375
411
|
get: function () {
|
|
376
|
-
return
|
|
412
|
+
return _NumberEditor.default;
|
|
377
413
|
}
|
|
378
414
|
});
|
|
379
|
-
Object.defineProperty(exports, "
|
|
415
|
+
Object.defineProperty(exports, "NumberFormatter", {
|
|
380
416
|
enumerable: true,
|
|
381
417
|
get: function () {
|
|
382
|
-
return
|
|
418
|
+
return _NumberFormatter.default;
|
|
383
419
|
}
|
|
384
420
|
});
|
|
385
|
-
Object.defineProperty(exports, "
|
|
421
|
+
Object.defineProperty(exports, "Picker", {
|
|
386
422
|
enumerable: true,
|
|
387
423
|
get: function () {
|
|
388
|
-
return
|
|
424
|
+
return _Picker.default;
|
|
389
425
|
}
|
|
390
426
|
});
|
|
391
|
-
Object.defineProperty(exports, "
|
|
427
|
+
Object.defineProperty(exports, "Popover", {
|
|
392
428
|
enumerable: true,
|
|
393
429
|
get: function () {
|
|
394
|
-
return
|
|
430
|
+
return _Popover.default;
|
|
395
431
|
}
|
|
396
432
|
});
|
|
397
|
-
Object.defineProperty(exports, "
|
|
433
|
+
Object.defineProperty(exports, "Progress", {
|
|
398
434
|
enumerable: true,
|
|
399
435
|
get: function () {
|
|
400
|
-
return
|
|
436
|
+
return _Progress.default;
|
|
401
437
|
}
|
|
402
438
|
});
|
|
403
|
-
Object.defineProperty(exports, "
|
|
439
|
+
Object.defineProperty(exports, "Radio", {
|
|
404
440
|
enumerable: true,
|
|
405
441
|
get: function () {
|
|
406
|
-
return
|
|
442
|
+
return _Radio.default;
|
|
407
443
|
}
|
|
408
444
|
});
|
|
409
445
|
Object.defineProperty(exports, "RateFormatter", {
|
|
@@ -418,12 +454,6 @@ Object.defineProperty(exports, "RoleStatusEditor", {
|
|
|
418
454
|
return _RoleStatusEditor.default;
|
|
419
455
|
}
|
|
420
456
|
});
|
|
421
|
-
Object.defineProperty(exports, "RowExpand", {
|
|
422
|
-
enumerable: true,
|
|
423
|
-
get: function () {
|
|
424
|
-
return _RowExpand.default;
|
|
425
|
-
}
|
|
426
|
-
});
|
|
427
457
|
Object.defineProperty(exports, "RowExpandDialog", {
|
|
428
458
|
enumerable: true,
|
|
429
459
|
get: function () {
|
|
@@ -442,12 +472,6 @@ Object.defineProperty(exports, "RowExpandFormatter", {
|
|
|
442
472
|
return _RowExpandFormatter.default;
|
|
443
473
|
}
|
|
444
474
|
});
|
|
445
|
-
Object.defineProperty(exports, "RowExpandView", {
|
|
446
|
-
enumerable: true,
|
|
447
|
-
get: function () {
|
|
448
|
-
return _RowExpandView.default;
|
|
449
|
-
}
|
|
450
|
-
});
|
|
451
475
|
Object.defineProperty(exports, "SelectItem", {
|
|
452
476
|
enumerable: true,
|
|
453
477
|
get: function () {
|
|
@@ -478,6 +502,12 @@ Object.defineProperty(exports, "SvgIcon", {
|
|
|
478
502
|
return _SvgIcon.default;
|
|
479
503
|
}
|
|
480
504
|
});
|
|
505
|
+
Object.defineProperty(exports, "TabBar", {
|
|
506
|
+
enumerable: true,
|
|
507
|
+
get: function () {
|
|
508
|
+
return _TabBar.default;
|
|
509
|
+
}
|
|
510
|
+
});
|
|
481
511
|
Object.defineProperty(exports, "TextEditor", {
|
|
482
512
|
enumerable: true,
|
|
483
513
|
get: function () {
|
|
@@ -490,6 +520,18 @@ Object.defineProperty(exports, "TextFormatter", {
|
|
|
490
520
|
return _TextFormatter.default;
|
|
491
521
|
}
|
|
492
522
|
});
|
|
523
|
+
Object.defineProperty(exports, "TextareaItem", {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function () {
|
|
526
|
+
return _TextareaItem.default;
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
Object.defineProperty(exports, "Toast", {
|
|
530
|
+
enumerable: true,
|
|
531
|
+
get: function () {
|
|
532
|
+
return _Toast.default;
|
|
533
|
+
}
|
|
534
|
+
});
|
|
493
535
|
Object.defineProperty(exports, "UploadProgress", {
|
|
494
536
|
enumerable: true,
|
|
495
537
|
get: function () {
|
|
@@ -555,13 +597,11 @@ var _DepartmentSingleSelectFormatter = _interopRequireDefault(require("./Departm
|
|
|
555
597
|
var _SimpleLongTextFormatter = _interopRequireDefault(require("./SimpleLongTextFormatter"));
|
|
556
598
|
var _RowExpandFormatter = _interopRequireDefault(require("./RowExpandFormatter"));
|
|
557
599
|
var _RowExpandEditor = _interopRequireDefault(require("./RowExpandEditor"));
|
|
558
|
-
var _RowExpand = _interopRequireDefault(require("./RowExpand"));
|
|
559
600
|
var _RowExpandDialog = _interopRequireDefault(require("./RowExpandDialog"));
|
|
560
|
-
var _RowExpandView = _interopRequireDefault(require("./RowExpandView"));
|
|
561
601
|
var _CheckboxEditor = _interopRequireDefault(require("./CheckboxEditor"));
|
|
562
602
|
var _CollaboratorEditor = _interopRequireDefault(require("./CollaboratorEditor"));
|
|
563
603
|
var _DateEditor = _interopRequireDefault(require("./DateEditor"));
|
|
564
|
-
var
|
|
604
|
+
var _DepartmentEditor = _interopRequireDefault(require("./Department-editor"));
|
|
565
605
|
var _DigitalSignEditor = _interopRequireDefault(require("./DigitalSignEditor"));
|
|
566
606
|
var _DurationEditor = _interopRequireDefault(require("./DurationEditor"));
|
|
567
607
|
var _EmailEditor = _interopRequireDefault(require("./EmailEditor"));
|
|
@@ -600,9 +640,18 @@ var _DTableEmptyTip = _interopRequireDefault(require("./DTableEmptyTip"));
|
|
|
600
640
|
var _IconButton = _interopRequireDefault(require("./IconButton"));
|
|
601
641
|
var _UploadProgress = _interopRequireDefault(require("./UploadProgress"));
|
|
602
642
|
var _SvgIcon = _interopRequireDefault(require("./SvgIcon"));
|
|
603
|
-
var
|
|
604
|
-
var
|
|
605
|
-
var
|
|
606
|
-
var
|
|
607
|
-
var
|
|
608
|
-
var
|
|
643
|
+
var _ActionSheet = _interopRequireDefault(require("./ActionSheet"));
|
|
644
|
+
var _ActivityIndicator = _interopRequireDefault(require("./ActivityIndicator"));
|
|
645
|
+
var _DatePicker = _interopRequireDefault(require("./DatePicker"));
|
|
646
|
+
var _Drawer = _interopRequireDefault(require("./Drawer"));
|
|
647
|
+
var _Icon = _interopRequireDefault(require("./Icon"));
|
|
648
|
+
var _InputItem = _interopRequireDefault(require("./InputItem"));
|
|
649
|
+
var _List = _interopRequireDefault(require("./List"));
|
|
650
|
+
var _Modal = _interopRequireDefault(require("./Modal"));
|
|
651
|
+
var _Picker = _interopRequireDefault(require("./Picker"));
|
|
652
|
+
var _Popover = _interopRequireDefault(require("./Popover"));
|
|
653
|
+
var _Progress = _interopRequireDefault(require("./Progress"));
|
|
654
|
+
var _Radio = _interopRequireDefault(require("./Radio"));
|
|
655
|
+
var _TabBar = _interopRequireDefault(require("./TabBar"));
|
|
656
|
+
var _TextareaItem = _interopRequireDefault(require("./TextareaItem"));
|
|
657
|
+
var _Toast = _interopRequireDefault(require("./Toast"));
|
package/lib/locales/de.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Als erledigt markieren",
|
|
164
164
|
"No_comment_yet": "Es sind keine Kommentare vorhanden.",
|
|
165
165
|
"Add_comment": "Kommentar hinzufügen",
|
|
166
|
-
"Add_participants": "Teilnehmer hinzufügen"
|
|
167
|
-
"Edit_long_text": "Langtext bearbeiten",
|
|
168
|
-
"Choose_a_department": "Bereich wählen"
|
|
166
|
+
"Add_participants": "Teilnehmer hinzufügen"
|
|
169
167
|
}
|
package/lib/locales/en.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Mark as resolved",
|
|
164
164
|
"No_comment_yet": "No comment yet",
|
|
165
165
|
"Add_comment": "Add comment",
|
|
166
|
-
"Add_participants": "Add participants"
|
|
167
|
-
"Edit_long_text": "Edit long text",
|
|
168
|
-
"Choose_a_department": "Choose a department"
|
|
166
|
+
"Add_participants": "Add participants"
|
|
169
167
|
}
|
package/lib/locales/es.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Marcar como resuelto",
|
|
164
164
|
"No_comment_yet": "No comment yet",
|
|
165
165
|
"Add_comment": "Añadir comentario",
|
|
166
|
-
"Add_participants": "Añadir participantes"
|
|
167
|
-
"Edit_long_text": "Edit long text",
|
|
168
|
-
"Choose_a_department": "Choose a department"
|
|
166
|
+
"Add_participants": "Añadir participantes"
|
|
169
167
|
}
|
package/lib/locales/fr.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Marquer comme résolu",
|
|
164
164
|
"No_comment_yet": "Aucun commentaire n'est disponible.",
|
|
165
165
|
"Add_comment": "Ajouter un commentaire",
|
|
166
|
-
"Add_participants": "Ajouter des participants"
|
|
167
|
-
"Edit_long_text": "Modifier le texte long",
|
|
168
|
-
"Choose_a_department": "Sélectionner un département"
|
|
166
|
+
"Add_participants": "Ajouter des participants"
|
|
169
167
|
}
|
package/lib/locales/pt.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Marca conforme resolvido",
|
|
164
164
|
"No_comment_yet": "No comment yet",
|
|
165
165
|
"Add_comment": "Adicionar comentário",
|
|
166
|
-
"Add_participants": "Adicione participantes"
|
|
167
|
-
"Edit_long_text": "Editar texto longo",
|
|
168
|
-
"Choose_a_department": "Choose a department"
|
|
166
|
+
"Add_participants": "Adicione participantes"
|
|
169
167
|
}
|
package/lib/locales/ru.json
CHANGED
|
@@ -163,7 +163,5 @@
|
|
|
163
163
|
"Mark_as_resolved": "Пометить как разрешенный",
|
|
164
164
|
"No_comment_yet": "Пока без комментариев",
|
|
165
165
|
"Add_comment": "Добавить комментарий",
|
|
166
|
-
"Add_participants": "Добавить участников"
|
|
167
|
-
"Edit_long_text": "Редактировать длинный текст",
|
|
168
|
-
"Choose_a_department": "Выберите отдел"
|
|
166
|
+
"Add_participants": "Добавить участников"
|
|
169
167
|
}
|
package/lib/locales/zh-CN.json
CHANGED
|
@@ -1,34 +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
|
-
exports
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
const SelectEditor = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
14
|
-
let {
|
|
15
|
-
isMobile,
|
|
16
|
-
...props
|
|
17
|
-
} = _ref;
|
|
18
|
-
if (isMobile === false) return /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
|
|
19
|
-
ref: ref
|
|
20
|
-
}));
|
|
21
|
-
if (isMobile === true) return /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
|
|
22
|
-
ref: ref
|
|
23
|
-
}));
|
|
24
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
25
|
-
query: "(min-width: 768px)"
|
|
26
|
-
}, /*#__PURE__*/_react.default.createElement(_pcEditor.default, Object.assign({}, props, {
|
|
27
|
-
ref: ref
|
|
28
|
-
}))), /*#__PURE__*/_react.default.createElement(_reactResponsive.default, {
|
|
29
|
-
query: "(max-width: 768px)"
|
|
30
|
-
}, /*#__PURE__*/_react.default.createElement(_mbEditor.default, Object.assign({}, props, {
|
|
31
|
-
ref: ref
|
|
32
|
-
}))));
|
|
7
|
+
Object.defineProperty(exports, "MBSelectEditor", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return _mbSelectEditor.default;
|
|
11
|
+
}
|
|
33
12
|
});
|
|
34
|
-
|
|
13
|
+
Object.defineProperty(exports, "PCSelectEditor", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () {
|
|
16
|
+
return _pcSelectEditor.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "SelectEditorOption", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () {
|
|
22
|
+
return _selectEditorOption.default;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
var _mbSelectEditor = _interopRequireDefault(require("./mb-select-editor"));
|
|
26
|
+
var _pcSelectEditor = _interopRequireDefault(require("./pc-select-editor"));
|
|
27
|
+
var _selectEditorOption = _interopRequireDefault(require("./select-editor-option"));
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
@import url('../../css/mb-cell-editor.css');
|
|
2
|
+
|
|
3
|
+
@media screen and (max-width: 767.8px) {
|
|
4
|
+
.dtable-ui-mb-select-editor-body .mb-selected-item {
|
|
5
|
+
margin-top: 10px;
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.dtable-ui-mb-select-editor-body .mb-selected-item .title {
|
|
11
|
+
padding: 6px 16px;
|
|
12
|
+
border-bottom: 1px solid #e9e9e9;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.dtable-ui-mb-select-editor-body .mb-selected-item .content {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-wrap: wrap;
|
|
18
|
+
align-items: center;
|
|
19
|
+
min-height: 50px;
|
|
20
|
+
padding: 8px 16px;
|
|
21
|
+
border-bottom: 1px solid #e9e9e9;
|
|
22
|
+
overflow: auto;
|
|
23
|
+
background-color: #fff;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.dtable-ui-mb-select-editor-body .mb-selected-item .content .select-option-item {
|
|
27
|
+
margin: 3px 10px 3px 0;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.dtable-ui-mb-select-editor-body .mb-search-select-items {
|
|
31
|
+
padding: 8px 16px;
|
|
32
|
+
margin-top: 20px;
|
|
33
|
+
border-top: 1px solid #e9e9e9;
|
|
34
|
+
border-bottom: 1px solid #e9e9e9;
|
|
35
|
+
background-color: #fff;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.dtable-ui-mb-select-editor-body .mb-search-select-items > input {
|
|
39
|
+
outline: none;
|
|
40
|
+
height: 30px;
|
|
41
|
+
padding: 0;
|
|
42
|
+
line-height: 30px;
|
|
43
|
+
border: none;
|
|
44
|
+
}
|
|
45
|
+
.dtable-ui-mb-select-editor-body .mb-search-select-items > input:focus,
|
|
46
|
+
.dtable-ui-mb-select-editor-body .mb-search-select-items > input:active {
|
|
47
|
+
outline: none;
|
|
48
|
+
box-shadow: none;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container {
|
|
52
|
+
display: flex;
|
|
53
|
+
flex-direction: column;
|
|
54
|
+
margin-top: 10px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .title {
|
|
58
|
+
padding: 6px 16px;
|
|
59
|
+
border-bottom: 1px solid #e9e9e9;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .content {
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
border-bottom: 1px solid #e9e9e9;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .search-result-none {
|
|
69
|
+
padding: 16px 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item {
|
|
73
|
+
display: flex;
|
|
74
|
+
align-items: center;
|
|
75
|
+
justify-content: space-between;
|
|
76
|
+
height: 50px;
|
|
77
|
+
padding: 10px 10px 10px 16px;
|
|
78
|
+
font-size: 13px;
|
|
79
|
+
background-color: #fff;
|
|
80
|
+
color: #212529;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item + .mb-select-option-item {
|
|
84
|
+
border-top: 1px solid #e9e9e9;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item .item-name {
|
|
88
|
+
display: inline-block;
|
|
89
|
+
padding: 0 10px;
|
|
90
|
+
margin-top: 5px;
|
|
91
|
+
height: 20px;
|
|
92
|
+
line-height: 20px;
|
|
93
|
+
text-align: center;
|
|
94
|
+
text-overflow: ellipsis;
|
|
95
|
+
border-radius: 10px;
|
|
96
|
+
overflow: hidden;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.dtable-ui-mb-select-editor-body .mb-select-options-container .mb-select-option-item .dtable-font {
|
|
100
|
+
font-size: 12px;
|
|
101
|
+
color: #798d99;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.dtable-ui-mb-select-editor-body .mb-create-select-item {
|
|
105
|
+
display: flex;
|
|
106
|
+
align-items: center;
|
|
107
|
+
height: 50px;
|
|
108
|
+
padding: 0 10px;
|
|
109
|
+
margin-top: 20px;
|
|
110
|
+
border-top: 1px solid #dedede;
|
|
111
|
+
border-bottom: 1px solid #e9e9e9;
|
|
112
|
+
background-color: #fff;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.dtable-ui-mb-select-editor-body .mb-create-select-item .dtable-font {
|
|
116
|
+
margin-right: 10px;
|
|
117
|
+
font-size: 12px;
|
|
118
|
+
font-weight: 600px;
|
|
119
|
+
transition: translateY(1px);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.dtable-ui-mb-select-editor-body .mb-create-select-item .dtable-ui-add-new-option {
|
|
123
|
+
font-size: 14px;
|
|
124
|
+
font-weight: 500px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
}
|