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,593 @@
|
|
|
1
|
+
@import url('../../css/am.css');
|
|
2
|
+
|
|
3
|
+
.am-modal {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.am-modal-mask {
|
|
13
|
+
position: fixed;
|
|
14
|
+
top: 0;
|
|
15
|
+
right: 0;
|
|
16
|
+
left: 0;
|
|
17
|
+
bottom: 0;
|
|
18
|
+
height: 100%;
|
|
19
|
+
z-index: 999;
|
|
20
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.am-modal-mask-hidden {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.am-modal-wrap {
|
|
28
|
+
position: fixed;
|
|
29
|
+
overflow: auto;
|
|
30
|
+
top: 0;
|
|
31
|
+
right: 0;
|
|
32
|
+
bottom: 0;
|
|
33
|
+
left: 0;
|
|
34
|
+
height: 100%;
|
|
35
|
+
z-index: 999;
|
|
36
|
+
-webkit-overflow-scrolling: touch;
|
|
37
|
+
outline: 0;
|
|
38
|
+
display: -webkit-box;
|
|
39
|
+
display: -webkit-flex;
|
|
40
|
+
display: -ms-flexbox;
|
|
41
|
+
display: flex;
|
|
42
|
+
-webkit-box-align: center;
|
|
43
|
+
-webkit-align-items: center;
|
|
44
|
+
-ms-flex-align: center;
|
|
45
|
+
align-items: center;
|
|
46
|
+
-webkit-box-pack: center;
|
|
47
|
+
-webkit-justify-content: center;
|
|
48
|
+
-ms-flex-pack: center;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
-webkit-transform: translateZ(1px);
|
|
51
|
+
transform: translateZ(1px);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.am-modal-wrap-popup {
|
|
55
|
+
display: block;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.am-modal-transparent {
|
|
59
|
+
width: 270px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.am-modal-transparent .am-modal-content {
|
|
63
|
+
border-radius: 7px;
|
|
64
|
+
padding-top: 15px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.am-modal-transparent .am-modal-content .am-modal-body {
|
|
68
|
+
padding: 0 15px 15px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.am-modal-popup {
|
|
72
|
+
position: fixed;
|
|
73
|
+
left: 0;
|
|
74
|
+
width: 100%;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.am-modal-popup-slide-down {
|
|
78
|
+
top: 0;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.am-modal-popup-slide-up {
|
|
82
|
+
bottom: 0;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.am-modal-popup .am-modal-content {
|
|
86
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.am-modal-title {
|
|
90
|
+
margin: 0;
|
|
91
|
+
font-size: 18px;
|
|
92
|
+
line-height: 1;
|
|
93
|
+
color: #000;
|
|
94
|
+
text-align: center;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.am-modal-header {
|
|
98
|
+
padding: 6px 15px 15px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.am-modal-content {
|
|
102
|
+
position: relative;
|
|
103
|
+
background-color: #fff;
|
|
104
|
+
border: 0;
|
|
105
|
+
background-clip: padding-box;
|
|
106
|
+
text-align: center;
|
|
107
|
+
height: 100%;
|
|
108
|
+
overflow: hidden;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.am-modal-close {
|
|
112
|
+
border: 0;
|
|
113
|
+
padding: 0;
|
|
114
|
+
background-color: transparent;
|
|
115
|
+
outline: none;
|
|
116
|
+
position: absolute;
|
|
117
|
+
right: 15px;
|
|
118
|
+
z-index: 999;
|
|
119
|
+
height: 21px;
|
|
120
|
+
width: 21px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.am-modal-close-x {
|
|
124
|
+
display: inline-block;
|
|
125
|
+
width: 15px;
|
|
126
|
+
height: 15px;
|
|
127
|
+
background-repeat: no-repeat;
|
|
128
|
+
background-size: cover;
|
|
129
|
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'30'%20height%3D'30'%20viewBox%3D'0%200%2030%2030'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D'ALL-ICON'%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%20%3Cg%20id%3D'Rectangle-283-%2B-Rectangle-283'%20fill%3D'%23888888'%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3Crect%20id%3D'Rectangle-283'%20transform%3D'translate(14.849242%2C%2014.849242)%20scale(-1%2C%201)%20rotate(-315.000000)%20translate(-14.849242%2C%20-14.849242)%20'%20x%3D'-5.1507576'%20y%3D'13.8492424'%20width%3D'40'%20height%3D'2'%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.am-modal-body {
|
|
133
|
+
font-size: 15px;
|
|
134
|
+
color: #888;
|
|
135
|
+
height: 100%;
|
|
136
|
+
line-height: 1.5;
|
|
137
|
+
overflow: auto;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.am-modal-button-group-h {
|
|
141
|
+
position: relative;
|
|
142
|
+
border-top: 1PX solid #ddd;
|
|
143
|
+
display: -webkit-box;
|
|
144
|
+
display: -webkit-flex;
|
|
145
|
+
display: -ms-flexbox;
|
|
146
|
+
display: flex;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
150
|
+
(min-resolution: 2dppx) {
|
|
151
|
+
html:not([data-scale]) .am-modal-button-group-h {
|
|
152
|
+
border-top: none;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
html:not([data-scale]) .am-modal-button-group-h::before {
|
|
156
|
+
content: '';
|
|
157
|
+
position: absolute;
|
|
158
|
+
background-color: #ddd;
|
|
159
|
+
display: block;
|
|
160
|
+
z-index: 1;
|
|
161
|
+
top: 0;
|
|
162
|
+
right: auto;
|
|
163
|
+
bottom: auto;
|
|
164
|
+
left: 0;
|
|
165
|
+
width: 100%;
|
|
166
|
+
height: 1PX;
|
|
167
|
+
-webkit-transform-origin: 50% 50%;
|
|
168
|
+
-ms-transform-origin: 50% 50%;
|
|
169
|
+
transform-origin: 50% 50%;
|
|
170
|
+
-webkit-transform: scaleY(0.5);
|
|
171
|
+
-ms-transform: scaleY(0.5);
|
|
172
|
+
transform: scaleY(0.5);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
|
|
177
|
+
(min-resolution: 2dppx) and (min-resolution: 3dppx) {
|
|
178
|
+
html:not([data-scale]) .am-modal-button-group-h::before {
|
|
179
|
+
-webkit-transform: scaleY(0.33);
|
|
180
|
+
-ms-transform: scaleY(0.33);
|
|
181
|
+
transform: scaleY(0.33);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.am-modal-button-group-h .am-modal-button {
|
|
186
|
+
-webkit-touch-callout: none;
|
|
187
|
+
-webkit-box-flex: 1;
|
|
188
|
+
-webkit-flex: 1;
|
|
189
|
+
-ms-flex: 1;
|
|
190
|
+
flex: 1;
|
|
191
|
+
-webkit-box-sizing: border-box;
|
|
192
|
+
box-sizing: border-box;
|
|
193
|
+
text-align: center;
|
|
194
|
+
text-decoration: none;
|
|
195
|
+
outline: none;
|
|
196
|
+
color: #108ee9;
|
|
197
|
+
font-size: 18px;
|
|
198
|
+
height: 50px;
|
|
199
|
+
line-height: 50px;
|
|
200
|
+
display: block;
|
|
201
|
+
width: auto;
|
|
202
|
+
overflow: hidden;
|
|
203
|
+
text-overflow: ellipsis;
|
|
204
|
+
white-space: nowrap;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.am-modal-button-group-h .am-modal-button:first-child {
|
|
208
|
+
color: #000;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.am-modal-button-group-h .am-modal-button:last-child {
|
|
212
|
+
position: relative;
|
|
213
|
+
border-left: 1PX solid #ddd;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
217
|
+
(min-resolution: 2dppx) {
|
|
218
|
+
html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
|
|
219
|
+
border-left: none;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
|
|
223
|
+
content: '';
|
|
224
|
+
position: absolute;
|
|
225
|
+
background-color: #ddd;
|
|
226
|
+
display: block;
|
|
227
|
+
z-index: 1;
|
|
228
|
+
top: 0;
|
|
229
|
+
right: auto;
|
|
230
|
+
bottom: auto;
|
|
231
|
+
left: 0;
|
|
232
|
+
width: 1PX;
|
|
233
|
+
height: 100%;
|
|
234
|
+
-webkit-transform-origin: 100% 50%;
|
|
235
|
+
-ms-transform-origin: 100% 50%;
|
|
236
|
+
transform-origin: 100% 50%;
|
|
237
|
+
-webkit-transform: scaleX(0.5);
|
|
238
|
+
-ms-transform: scaleX(0.5);
|
|
239
|
+
transform: scaleX(0.5);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
|
|
244
|
+
(min-resolution: 2dppx) and (min-resolution: 3dppx) {
|
|
245
|
+
html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
|
|
246
|
+
-webkit-transform: scaleX(0.33);
|
|
247
|
+
-ms-transform: scaleX(0.33);
|
|
248
|
+
transform: scaleX(0.33);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.am-modal-button-group-v .am-modal-button {
|
|
253
|
+
-webkit-touch-callout: none;
|
|
254
|
+
position: relative;
|
|
255
|
+
border-top: 1PX solid #ddd;
|
|
256
|
+
-webkit-box-sizing: border-box;
|
|
257
|
+
box-sizing: border-box;
|
|
258
|
+
text-align: center;
|
|
259
|
+
text-decoration: none;
|
|
260
|
+
outline: none;
|
|
261
|
+
color: #108ee9;
|
|
262
|
+
font-size: 18px;
|
|
263
|
+
height: 50px;
|
|
264
|
+
line-height: 50px;
|
|
265
|
+
display: block;
|
|
266
|
+
width: auto;
|
|
267
|
+
overflow: hidden;
|
|
268
|
+
text-overflow: ellipsis;
|
|
269
|
+
white-space: nowrap;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
273
|
+
(min-resolution: 2dppx) {
|
|
274
|
+
html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
|
|
275
|
+
border-top: none;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
|
|
279
|
+
content: '';
|
|
280
|
+
position: absolute;
|
|
281
|
+
background-color: #ddd;
|
|
282
|
+
display: block;
|
|
283
|
+
z-index: 1;
|
|
284
|
+
top: 0;
|
|
285
|
+
right: auto;
|
|
286
|
+
bottom: auto;
|
|
287
|
+
left: 0;
|
|
288
|
+
width: 100%;
|
|
289
|
+
height: 1PX;
|
|
290
|
+
-webkit-transform-origin: 50% 50%;
|
|
291
|
+
-ms-transform-origin: 50% 50%;
|
|
292
|
+
transform-origin: 50% 50%;
|
|
293
|
+
-webkit-transform: scaleY(0.5);
|
|
294
|
+
-ms-transform: scaleY(0.5);
|
|
295
|
+
transform: scaleY(0.5);
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
|
|
300
|
+
(min-resolution: 2dppx) and (min-resolution: 3dppx) {
|
|
301
|
+
html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
|
|
302
|
+
-webkit-transform: scaleY(0.33);
|
|
303
|
+
-ms-transform: scaleY(0.33);
|
|
304
|
+
transform: scaleY(0.33);
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.am-modal-button-active {
|
|
309
|
+
background-color: #ddd;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.am-modal-input-container {
|
|
313
|
+
margin-top: 9px;
|
|
314
|
+
border: 1PX solid #ddd;
|
|
315
|
+
border-radius: 3px;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
319
|
+
(min-resolution: 2dppx) {
|
|
320
|
+
html:not([data-scale]) .am-modal-input-container {
|
|
321
|
+
position: relative;
|
|
322
|
+
border: none;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
html:not([data-scale]) .am-modal-input-container::before {
|
|
326
|
+
content: '';
|
|
327
|
+
position: absolute;
|
|
328
|
+
left: 0;
|
|
329
|
+
top: 0;
|
|
330
|
+
width: 200%;
|
|
331
|
+
height: 200%;
|
|
332
|
+
border: 1PX solid #ddd;
|
|
333
|
+
border-radius: 6px;
|
|
334
|
+
-webkit-transform-origin: 0 0;
|
|
335
|
+
-ms-transform-origin: 0 0;
|
|
336
|
+
transform-origin: 0 0;
|
|
337
|
+
-webkit-transform: scale(0.5);
|
|
338
|
+
-ms-transform: scale(0.5);
|
|
339
|
+
transform: scale(0.5);
|
|
340
|
+
-webkit-box-sizing: border-box;
|
|
341
|
+
box-sizing: border-box;
|
|
342
|
+
pointer-events: none;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.am-modal-input {
|
|
347
|
+
height: 36px;
|
|
348
|
+
line-height: 1;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.am-modal-input:nth-child(2) {
|
|
352
|
+
position: relative;
|
|
353
|
+
border-top: 1PX solid #ddd;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
357
|
+
(min-resolution: 2dppx) {
|
|
358
|
+
html:not([data-scale]) .am-modal-input:nth-child(2) {
|
|
359
|
+
border-top: none;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
html:not([data-scale]) .am-modal-input:nth-child(2)::before {
|
|
363
|
+
content: '';
|
|
364
|
+
position: absolute;
|
|
365
|
+
background-color: #ddd;
|
|
366
|
+
display: block;
|
|
367
|
+
z-index: 1;
|
|
368
|
+
top: 0;
|
|
369
|
+
right: auto;
|
|
370
|
+
bottom: auto;
|
|
371
|
+
left: 0;
|
|
372
|
+
width: 100%;
|
|
373
|
+
height: 1PX;
|
|
374
|
+
-webkit-transform-origin: 50% 50%;
|
|
375
|
+
-ms-transform-origin: 50% 50%;
|
|
376
|
+
transform-origin: 50% 50%;
|
|
377
|
+
-webkit-transform: scaleY(0.5);
|
|
378
|
+
-ms-transform: scaleY(0.5);
|
|
379
|
+
transform: scaleY(0.5);
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
|
|
384
|
+
(min-resolution: 2dppx) and (min-resolution: 3dppx) {
|
|
385
|
+
html:not([data-scale]) .am-modal-input:nth-child(2)::before {
|
|
386
|
+
-webkit-transform: scaleY(0.33);
|
|
387
|
+
-ms-transform: scaleY(0.33);
|
|
388
|
+
transform: scaleY(0.33);
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.am-modal-input input {
|
|
393
|
+
position: relative;
|
|
394
|
+
border: 0;
|
|
395
|
+
width: 98%;
|
|
396
|
+
height: 34px;
|
|
397
|
+
top: 1PX;
|
|
398
|
+
-webkit-box-sizing: border-box;
|
|
399
|
+
box-sizing: border-box;
|
|
400
|
+
margin: 0;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.am-modal-input input::-webkit-input-placeholder {
|
|
404
|
+
font-size: 14px;
|
|
405
|
+
color: #ccc;
|
|
406
|
+
padding-left: 8px;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.am-modal-input input::-moz-placeholder {
|
|
410
|
+
font-size: 14px;
|
|
411
|
+
color: #ccc;
|
|
412
|
+
padding-left: 8px;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.am-modal-input input::-ms-input-placeholder {
|
|
416
|
+
font-size: 14px;
|
|
417
|
+
color: #ccc;
|
|
418
|
+
padding-left: 8px;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.am-modal-input input::placeholder {
|
|
422
|
+
font-size: 14px;
|
|
423
|
+
color: #ccc;
|
|
424
|
+
padding-left: 8px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
|
|
428
|
+
border-radius: 0;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
|
|
432
|
+
padding: 9px 24px 12px;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
|
|
436
|
+
text-align: left;
|
|
437
|
+
font-size: 21px;
|
|
438
|
+
color: #000;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
|
|
442
|
+
color: #000;
|
|
443
|
+
text-align: left;
|
|
444
|
+
padding: 0 24px 15px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
|
|
448
|
+
border: 0;
|
|
449
|
+
border-bottom: 1PX solid #ddd;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
|
|
453
|
+
display: none !important;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
@media (-webkit-min-device-pixel-ratio: 2),
|
|
457
|
+
(min-resolution: 2dppx) {
|
|
458
|
+
html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
|
|
459
|
+
border-bottom: none;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
|
|
463
|
+
content: '';
|
|
464
|
+
position: absolute;
|
|
465
|
+
background-color: #ddd;
|
|
466
|
+
display: block;
|
|
467
|
+
z-index: 1;
|
|
468
|
+
top: auto;
|
|
469
|
+
right: auto;
|
|
470
|
+
bottom: 0;
|
|
471
|
+
left: 0;
|
|
472
|
+
width: 100%;
|
|
473
|
+
height: 1PX;
|
|
474
|
+
-webkit-transform-origin: 50% 100%;
|
|
475
|
+
-ms-transform-origin: 50% 100%;
|
|
476
|
+
transform-origin: 50% 100%;
|
|
477
|
+
-webkit-transform: scaleY(0.5);
|
|
478
|
+
-ms-transform: scaleY(0.5);
|
|
479
|
+
transform: scaleY(0.5);
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
|
|
484
|
+
(min-resolution: 2dppx) and (min-resolution: 3dppx) {
|
|
485
|
+
html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
|
|
486
|
+
-webkit-transform: scaleY(0.33);
|
|
487
|
+
-ms-transform: scaleY(0.33);
|
|
488
|
+
transform: scaleY(0.33);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
|
|
493
|
+
border-top: 0;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
|
|
497
|
+
display: none !important;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
|
|
501
|
+
padding-bottom: 12px;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
|
|
505
|
+
overflow: hidden;
|
|
506
|
+
border-top: 0;
|
|
507
|
+
-webkit-box-pack: end;
|
|
508
|
+
-webkit-justify-content: flex-end;
|
|
509
|
+
-ms-flex-pack: end;
|
|
510
|
+
justify-content: flex-end;
|
|
511
|
+
padding: 0 12px;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
|
|
515
|
+
display: none !important;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
|
|
519
|
+
-webkit-box-flex: initial;
|
|
520
|
+
-webkit-flex: initial;
|
|
521
|
+
-ms-flex: initial;
|
|
522
|
+
flex: initial;
|
|
523
|
+
margin-left: 3px;
|
|
524
|
+
padding: 0 15px;
|
|
525
|
+
height: 48px;
|
|
526
|
+
-webkit-box-sizing: border-box;
|
|
527
|
+
box-sizing: border-box;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
|
|
531
|
+
color: #777;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
|
|
535
|
+
border-left: 0;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
|
|
539
|
+
display: none !important;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
|
|
543
|
+
display: -webkit-box;
|
|
544
|
+
display: -webkit-flex;
|
|
545
|
+
display: -ms-flexbox;
|
|
546
|
+
display: flex;
|
|
547
|
+
-webkit-box-pack: end;
|
|
548
|
+
-webkit-justify-content: flex-end;
|
|
549
|
+
-ms-flex-pack: end;
|
|
550
|
+
justify-content: flex-end;
|
|
551
|
+
overflow: hidden;
|
|
552
|
+
padding: 0 12px;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
|
|
556
|
+
border-top: 0;
|
|
557
|
+
padding: 0 15px;
|
|
558
|
+
margin-left: 3px;
|
|
559
|
+
height: 48px;
|
|
560
|
+
-webkit-box-sizing: border-box;
|
|
561
|
+
box-sizing: border-box;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
|
|
565
|
+
display: none !important;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
|
|
569
|
+
text-align: start;
|
|
570
|
+
padding-left: 15px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.am-modal.am-modal-operation .am-modal-content {
|
|
574
|
+
border-radius: 7px;
|
|
575
|
+
height: auto;
|
|
576
|
+
padding-top: 0;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
|
|
580
|
+
padding: 0 !important;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
|
|
584
|
+
color: #000;
|
|
585
|
+
text-align: left;
|
|
586
|
+
padding-left: 15px;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.am-modal-alert-content,
|
|
590
|
+
.am-modal-propmt-content {
|
|
591
|
+
zoom: 1;
|
|
592
|
+
overflow: hidden;
|
|
593
|
+
}
|
|
@@ -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 MultipleSelectEditor = _ref => {
|
|
12
12
|
let {
|
|
13
13
|
value: oldValue,
|
|
14
14
|
...props
|
|
15
15
|
} = _ref;
|
|
16
16
|
const value = oldValue ? Array.isArray(oldValue) ? 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 = MultipleSelectEditor;
|