@para-ui/core 3.0.55 → 3.0.56
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/AutoBox/index.d.ts +34 -0
- package/AutoBox/index.js +277 -0
- package/AutoBox/protal.d.ts +17 -0
- package/AutoTips/autoTipsMultiline/index.d.ts +18 -0
- package/AutoTips/index.d.ts +35 -0
- package/AutoTips/index.js +271 -0
- package/Breadcrumbs/index.d.ts +53 -0
- package/Breadcrumbs/index.js +266 -0
- package/Breadcrumbs/lang/en_US.d.ts +4 -0
- package/Breadcrumbs/lang/index.d.ts +9 -0
- package/Breadcrumbs/lang/zh_CN.d.ts +4 -0
- package/Button/SplitButton.d.ts +64 -0
- package/Button/index.d.ts +79 -0
- package/Button/index.js +376 -0
- package/Button/lang/en_US.d.ts +4 -0
- package/Button/lang/index.d.ts +9 -0
- package/Button/lang/zh_CN.d.ts +4 -0
- package/ButtonGroup/index.d.ts +33 -0
- package/ButtonGroup/index.js +124 -0
- package/Carousel/index.d.ts +38 -0
- package/Carousel/index.js +78 -0
- package/Cascader/index.d.ts +54 -0
- package/Cascader/index.js +159 -0
- package/Cascader/lang/en_US.d.ts +4 -0
- package/Cascader/lang/index.d.ts +9 -0
- package/Cascader/lang/zh_CN.d.ts +4 -0
- package/Checkbox/index.d.ts +40 -0
- package/Checkbox/index.js +109 -0
- package/CheckboxGroup/index.d.ts +45 -0
- package/CheckboxGroup/index.js +142 -0
- package/Collapse/collapsePanel.d.ts +30 -0
- package/Collapse/index.d.ts +57 -0
- package/Collapse/index.js +152 -0
- package/Collapse/motion.d.ts +5 -0
- package/Collapse/util.d.ts +11 -0
- package/CollapseBox/index.d.ts +27 -0
- package/CollapseBox/index.js +148 -0
- package/CollapseBox/util.d.ts +5 -0
- package/CollapseLayout/index.d.ts +53 -0
- package/CollapseLayout/index.js +176 -0
- package/ColorPicker/index.d.ts +4 -0
- package/ColorPicker/index.js +4 -0
- package/ComboSelect/index.d.ts +6 -0
- package/ComboSelect/index.js +1049 -0
- package/ComboSelect/interface.d.ts +146 -0
- package/ComboSelect/lang/en_US.d.ts +9 -0
- package/ComboSelect/lang/index.d.ts +19 -0
- package/ComboSelect/lang/zh_CN.d.ts +9 -0
- package/ComboSelect/utils.d.ts +9 -0
- package/Container/index.d.ts +77 -0
- package/Container/index.js +232 -0
- package/DatePicker/PickerButton.d.ts +3 -0
- package/DatePicker/PickerTag.d.ts +3 -0
- package/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
- package/DatePicker/generatePicker/generateSinglePicker.d.ts +11 -0
- package/DatePicker/generatePicker/index.d.ts +95 -0
- package/DatePicker/index.d.ts +18 -0
- package/DatePicker/index.js +633 -0
- package/DatePicker/lang/en_US.d.ts +3 -0
- package/DatePicker/lang/index.d.ts +7 -0
- package/DatePicker/lang/zh_CN.d.ts +3 -0
- package/DatePicker/util.d.ts +22 -0
- package/Desktop/index.d.ts +57 -0
- package/Desktop/index.js +746 -0
- package/DragVerify/index.d.ts +36 -0
- package/DragVerify/index.js +385 -0
- package/DragVerify/lang/en_US.d.ts +5 -0
- package/DragVerify/lang/index.d.ts +11 -0
- package/DragVerify/lang/zh_CN.d.ts +5 -0
- package/Drawer/index.d.ts +11 -0
- package/Drawer/index.js +235 -0
- package/Drawer/interface.d.ts +92 -0
- package/Drawer/lang/en_US.d.ts +5 -0
- package/Drawer/lang/index.d.ts +11 -0
- package/Drawer/lang/zh_CN.d.ts +5 -0
- package/Dropdown/index.d.ts +40 -0
- package/Dropdown/index.js +10 -0
- package/DynamicMultiBox/formItem.d.ts +14 -0
- package/DynamicMultiBox/index.d.ts +5 -0
- package/DynamicMultiBox/index.js +1323 -0
- package/DynamicMultiBox/interface.d.ts +165 -0
- package/DynamicMultiBox/rowForm.d.ts +24 -0
- package/Empty/images/index.d.ts +3 -0
- package/Empty/index.d.ts +30 -0
- package/Empty/index.js +642 -0
- package/Empty/lang/en_US.d.ts +6 -0
- package/Empty/lang/index.d.ts +13 -0
- package/Empty/lang/zh_CN.d.ts +6 -0
- package/Form/index.d.ts +187 -0
- package/Form/index.js +355 -0
- package/FormItem/compoments/defaultCompoments/index.d.ts +19 -0
- package/FormItem/compoments/formCheckboxGroup/index.d.ts +8 -0
- package/FormItem/compoments/formFile/index.d.ts +38 -0
- package/FormItem/compoments/formRadioGroup/index.d.ts +8 -0
- package/FormItem/compoments/formSelect/index.d.ts +18 -0
- package/FormItem/errorTips.d.ts +12 -0
- package/FormItem/index.d.ts +152 -0
- package/FormItem/index.js +78 -0
- package/FormItem/itemType.d.ts +42 -0
- package/FormItem/validateFunction.d.ts +15 -0
- package/FunctionModal/dialog.d.ts +58 -0
- package/FunctionModal/index.d.ts +8 -0
- package/FunctionModal/index.js +43 -0
- package/FunctionModal/modalContext.d.ts +15 -0
- package/GlobalContext/componentsProps.d.ts +21 -0
- package/GlobalContext/confirmLocale.d.ts +7 -0
- package/GlobalContext/constant.d.ts +8 -0
- package/GlobalContext/index.d.ts +28 -0
- package/GlobalContext/index.js +41 -0
- package/GlobalContext/intl.d.ts +34 -0
- package/GlobalContext/useFormatMessage.d.ts +3 -0
- package/GlobalContext/usePopupContainer.d.ts +4 -0
- package/Help/index.d.ts +24 -0
- package/Help/index.js +41 -0
- package/HelperText/index.d.ts +27 -0
- package/HelperText/index.js +34 -0
- package/Hooks/useGlobalProps.d.ts +1 -0
- package/InputLang/index.d.ts +57 -0
- package/InputLang/index.js +355 -0
- package/InputNumber/index.d.ts +71 -0
- package/InputNumber/index.js +277 -0
- package/Label/index.d.ts +37 -0
- package/Label/index.js +85 -0
- package/Loading/index.d.ts +17 -0
- package/Loading/index.js +47 -0
- package/Menu/footerExpansion.d.ts +9 -0
- package/Menu/index.d.ts +10 -0
- package/Menu/index.js +1105 -0
- package/Menu/interface.d.ts +141 -0
- package/Menu/logo.d.ts +9 -0
- package/Menu/verticalMenuList.d.ts +14 -0
- package/Message/index.d.ts +99 -0
- package/Message/index.js +246 -0
- package/Modal/Confirm/index.d.ts +65 -0
- package/Modal/index.d.ts +99 -0
- package/Modal/index.js +421 -0
- package/Modal/lang/en_US.d.ts +5 -0
- package/Modal/lang/index.d.ts +11 -0
- package/Modal/lang/zh_CN.d.ts +5 -0
- package/MultiBox/index.d.ts +60 -0
- package/MultiBox/index.js +277 -0
- package/MultiBox/lang/en_US.d.ts +4 -0
- package/MultiBox/lang/index.d.ts +9 -0
- package/MultiBox/lang/zh_CN.d.ts +4 -0
- package/Notification/index.d.ts +74 -0
- package/Notification/index.js +252 -0
- package/OperateBtn/index.d.ts +59 -0
- package/OperateBtn/index.js +237 -0
- package/OperateBtn/lang/en_US.d.ts +4 -0
- package/OperateBtn/lang/index.d.ts +9 -0
- package/OperateBtn/lang/zh_CN.d.ts +4 -0
- package/PageHeader/horizontalMeun.d.ts +9 -0
- package/PageHeader/horizontalMeunRight.d.ts +9 -0
- package/PageHeader/index.d.ts +10 -0
- package/PageHeader/index.js +1050 -0
- package/PageHeader/interface.d.ts +169 -0
- package/Pagination/index.d.ts +46 -0
- package/Pagination/index.js +461 -0
- package/Pagination/lang/en_US.d.ts +8 -0
- package/Pagination/lang/index.d.ts +17 -0
- package/Pagination/lang/zh_CN.d.ts +8 -0
- package/ParauiProvider/index.d.ts +8 -0
- package/ParauiProvider/index.js +52 -0
- package/PasswordRules/index.d.ts +55 -0
- package/PasswordRules/index.js +144 -0
- package/PopConfirm/index.d.ts +61 -0
- package/PopConfirm/index.js +194 -0
- package/PopConfirm/lang/en_US.d.ts +5 -0
- package/PopConfirm/lang/index.d.ts +11 -0
- package/PopConfirm/lang/zh_CN.d.ts +5 -0
- package/Popover/index.d.ts +16 -0
- package/Popover/index.js +59 -0
- package/Progress/Line.d.ts +47 -0
- package/Progress/Steps.d.ts +17 -0
- package/Progress/index.d.ts +83 -0
- package/Progress/index.js +323 -0
- package/Progress/utils.d.ts +6 -0
- package/Querying/images/index.d.ts +3 -0
- package/Querying/index.d.ts +26 -0
- package/Querying/index.js +760 -0
- package/Querying/lang/en_US.d.ts +4 -0
- package/Querying/lang/index.d.ts +9 -0
- package/Querying/lang/zh_CN.d.ts +4 -0
- package/README.md +6 -0
- package/Radio/index.d.ts +38 -0
- package/Radio/index.js +97 -0
- package/RadioGroup/index.d.ts +46 -0
- package/RadioGroup/index.js +134 -0
- package/Search/index.d.ts +57 -0
- package/Search/index.js +208 -0
- package/Select/index.d.ts +93 -0
- package/Select/index.js +1146 -0
- package/Select/lang/en_US.d.ts +5 -0
- package/Select/lang/index.d.ts +11 -0
- package/Select/lang/zh_CN.d.ts +5 -0
- package/SelectInput/index.d.ts +12 -0
- package/SelectInput/index.js +55 -0
- package/Selector/index.d.ts +11 -0
- package/Selector/index.js +2175 -0
- package/Selector/interface.d.ts +432 -0
- package/Selector/lang/en_US.d.ts +11 -0
- package/Selector/lang/index.d.ts +23 -0
- package/Selector/lang/zh_CN.d.ts +11 -0
- package/Selector/selectorData/index.d.ts +10 -0
- package/Selector/selectorMain/index.d.ts +10 -0
- package/Selector/selectorNode/index.d.ts +10 -0
- package/Selector/util.d.ts +15 -0
- package/SelectorPicker/index.d.ts +53 -0
- package/SelectorPicker/index.js +444 -0
- package/SelectorPicker/lang/en_US.d.ts +5 -0
- package/SelectorPicker/lang/index.d.ts +11 -0
- package/SelectorPicker/lang/zh_CN.d.ts +5 -0
- package/SingleBox/index.d.ts +44 -0
- package/SingleBox/index.js +224 -0
- package/SingleBox/lang/en_US.d.ts +4 -0
- package/SingleBox/lang/index.d.ts +9 -0
- package/SingleBox/lang/zh_CN.d.ts +4 -0
- package/Slider/index.d.ts +14 -0
- package/Slider/index.js +119 -0
- package/Slider/interface.d.ts +102 -0
- package/Split/index.d.ts +7 -0
- package/Split/index.js +123 -0
- package/Status/index.d.ts +21 -0
- package/Status/index.js +37 -0
- package/Stepper/icons.d.ts +5 -0
- package/Stepper/index.d.ts +59 -0
- package/Stepper/index.js +97 -0
- package/Switch/index.d.ts +78 -0
- package/Switch/index.js +71 -0
- package/Table/index.d.ts +10 -0
- package/Table/index.js +3001 -0
- package/Table/interface.d.ts +346 -0
- package/Table/lang/en_US.d.ts +8 -0
- package/Table/lang/index.d.ts +17 -0
- package/Table/lang/zh_CN.d.ts +8 -0
- package/Table/tableBody.d.ts +9 -0
- package/Table/tableBodyElement/index.d.ts +15 -0
- package/Table/tableBodyInterface.d.ts +73 -0
- package/Table/tableContainer/index.d.ts +16 -0
- package/Table/tableElement/index.d.ts +17 -0
- package/Table/tableHead.d.ts +9 -0
- package/Table/tableHeadElement/index.d.ts +15 -0
- package/Table/tableHeadInterface.d.ts +37 -0
- package/Table/tablePagination.d.ts +9 -0
- package/Table/tablePaginationInterface.d.ts +27 -0
- package/Table/tdElement/index.d.ts +15 -0
- package/Table/thElement/index.d.ts +28 -0
- package/Table/trElement/index.d.ts +15 -0
- package/Table/util.d.ts +34 -0
- package/Tabs/index.d.ts +69 -0
- package/Tabs/index.js +205 -0
- package/Tabs/lang/en_US.d.ts +4 -0
- package/Tabs/lang/index.d.ts +9 -0
- package/Tabs/lang/zh_CN.d.ts +4 -0
- package/Tag/TagGroup.d.ts +66 -0
- package/Tag/index.d.ts +34 -0
- package/Tag/index.js +259 -0
- package/TextEditor/common.d.ts +11 -0
- package/TextEditor/index.d.ts +127 -0
- package/TextEditor/index.js +286 -0
- package/TextField/index.d.ts +90 -0
- package/TextField/index.js +611 -0
- package/TimePicker/index.d.ts +22 -0
- package/TimePicker/index.js +80 -0
- package/TimePicker/locale/en_US.d.ts +3 -0
- package/TimePicker/locale/zh_CN.d.ts +3 -0
- package/TimePicker/style/index.d.ts +1 -0
- package/Timeline/TimelineItem.d.ts +30 -0
- package/Timeline/index.d.ts +32 -0
- package/Timeline/index.js +148 -0
- package/Title/index.d.ts +30 -0
- package/Title/index.js +50 -0
- package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
- package/ToggleButton/index.d.ts +49 -0
- package/ToggleButton/index.js +193 -0
- package/Tooltip/index.d.ts +11 -0
- package/Tooltip/index.js +368 -0
- package/Tooltip/interface.d.ts +35 -0
- package/Tooltip/utils.d.ts +18 -0
- package/Transfer/box.d.ts +38 -0
- package/Transfer/index.d.ts +32 -0
- package/Transfer/index.js +611 -0
- package/Transfer/lang/en_US.d.ts +10 -0
- package/Transfer/lang/index.d.ts +21 -0
- package/Transfer/lang/zh_CN.d.ts +10 -0
- package/Transfer/useClick.d.ts +3 -0
- package/Tree/OperateBar/index.d.ts +13 -0
- package/Tree/Tree.d.ts +4 -0
- package/Tree/index.d.ts +5 -0
- package/Tree/index.js +38 -0
- package/Tree/interface.d.ts +210 -0
- package/Tree/lang/en_US.d.ts +8 -0
- package/Tree/lang/index.d.ts +17 -0
- package/Tree/lang/zh_CN.d.ts +8 -0
- package/Tree/utils/closestPolyfill.d.ts +0 -0
- package/Tree/utils/tools.d.ts +25 -0
- package/Tree/utils/treeUtil.d.ts +15 -0
- package/Upload/Dragger/index.d.ts +10 -0
- package/Upload/ErroTip/index.d.ts +13 -0
- package/Upload/ImageUpload/index.d.ts +16 -0
- package/Upload/ImgCrop/EasyCrop.d.ts +17 -0
- package/Upload/ImgCrop/constants.d.ts +7 -0
- package/Upload/ImgCrop/index.d.ts +6 -0
- package/Upload/ImgCrop/interface.d.ts +48 -0
- package/Upload/UploadList/index.d.ts +5 -0
- package/Upload/index.d.ts +15 -0
- package/Upload/index.js +1446 -0
- package/Upload/interface.d.ts +136 -0
- package/Upload/lang/en_US.d.ts +12 -0
- package/Upload/lang/index.d.ts +25 -0
- package/Upload/lang/zh_CN.d.ts +12 -0
- package/_verture/constant-66aa48a1.js +10 -0
- package/_verture/defineProperty-62acccfc.js +34 -0
- package/_verture/index-74f820ba.js +1355 -0
- package/_verture/index-77f9e0fb.js +236 -0
- package/_verture/index-a369ca3f.js +4 -0
- package/_verture/index-beef914f.js +340 -0
- package/_verture/index-d03136d4.js +711 -0
- package/_verture/index-e2881a53.js +16 -0
- package/_verture/intl-5cbb940c.js +57 -0
- package/_verture/modalContext-92bb0e16.js +201 -0
- package/_verture/slicedToArray-76060636.js +43 -0
- package/_verture/sortable.esm-49896035.js +3791 -0
- package/_verture/style-inject.es-300983ab.js +28 -0
- package/_verture/toConsumableArray-81040c9e.js +19 -0
- package/_verture/tslib.es6-55ed4bd2.js +38 -0
- package/_verture/typeof-498dd2b1.js +11 -0
- package/_verture/unsupportedIterableToArray-cb478f24.js +16 -0
- package/_verture/useFormatMessage-703f8b20.js +20 -0
- package/_verture/useGlobalProps-1b846a65.js +11 -0
- package/_verture/usePopupContainer-87febeb9.js +68 -0
- package/_verture/util-7e1fb1e2.js +18 -0
- package/index.d.ts +144 -0
- package/index.js +180 -0
- package/package.json +1 -1
- package/umd/AutoBox.js +43 -0
- package/umd/AutoTips.js +15 -0
- package/umd/Breadcrumbs.js +42 -0
- package/umd/Button.js +43 -0
- package/umd/ButtonGroup.js +43 -0
- package/umd/Carousel.js +6 -0
- package/umd/Cascader.js +43 -0
- package/umd/Checkbox.js +42 -0
- package/umd/CheckboxGroup.js +42 -0
- package/umd/Collapse.js +43 -0
- package/umd/CollapseBox.js +1 -0
- package/umd/CollapseLayout.js +29 -0
- package/umd/ColorPicker.js +1 -0
- package/umd/ComboSelect.js +42 -0
- package/umd/Container.js +1 -0
- package/umd/DatePicker.js +42 -0
- package/umd/Desktop.js +42 -0
- package/umd/DragVerify.js +28 -0
- package/umd/Drawer.js +43 -0
- package/umd/Dropdown.js +15 -0
- package/umd/DynamicMultiBox.js +54 -0
- package/umd/Empty.js +15 -0
- package/umd/Form.js +42 -0
- package/umd/FormItem.js +42 -0
- package/umd/FunctionModal.js +42 -0
- package/umd/GlobalContext.js +1 -0
- package/umd/Help.js +42 -0
- package/umd/HelperText.js +1 -0
- package/umd/InputLang.js +42 -0
- package/umd/InputNumber.js +42 -0
- package/umd/Label.js +42 -0
- package/umd/Loading.js +29 -0
- package/umd/Menu.js +29 -0
- package/umd/Message.js +30 -0
- package/umd/Modal.js +42 -0
- package/umd/MultiBox.js +42 -0
- package/umd/Notification.js +43 -0
- package/umd/OperateBtn.js +42 -0
- package/umd/PageHeader.js +42 -0
- package/umd/Pagination.js +42 -0
- package/umd/ParauiProvider.js +15 -0
- package/umd/PasswordRules.js +29 -0
- package/umd/PopConfirm.js +42 -0
- package/umd/Popover.js +15 -0
- package/umd/Progress.js +35 -0
- package/umd/Querying.js +15 -0
- package/umd/Radio.js +42 -0
- package/umd/RadioGroup.js +42 -0
- package/umd/Search.js +42 -0
- package/umd/Select.js +42 -0
- package/umd/SelectInput.js +42 -0
- package/umd/Selector.js +42 -0
- package/umd/SelectorPicker.js +42 -0
- package/umd/SingleBox.js +42 -0
- package/umd/Slider.js +15 -0
- package/umd/Split.js +1 -0
- package/umd/Status.js +1 -0
- package/umd/Stepper.js +42 -0
- package/umd/Switch.js +42 -0
- package/umd/Table.js +42 -0
- package/umd/Tabs.js +42 -0
- package/umd/Tag.js +43 -0
- package/umd/TextEditor.js +205 -0
- package/umd/TextField.js +42 -0
- package/umd/TimePicker.js +42 -0
- package/umd/Timeline.js +1 -0
- package/umd/Title.js +1 -0
- package/umd/ToggleButton.js +43 -0
- package/umd/Tooltip.js +15 -0
- package/umd/Transfer.js +49 -0
- package/umd/Tree.js +42 -0
- package/umd/Upload.js +56 -0
package/Drawer/index.js
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
3
|
+
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
4
|
+
import React__default from 'react';
|
|
5
|
+
import RcDrawer from 'rc-drawer';
|
|
6
|
+
import { Button } from '../Button/index.js';
|
|
7
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
|
|
8
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
9
|
+
import AutoTips from '../AutoTips/index.js';
|
|
10
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
11
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
12
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
13
|
+
import 'clsx';
|
|
14
|
+
import '@para-ui/icons/LoadingF';
|
|
15
|
+
import '@para-ui/icons/Forbid';
|
|
16
|
+
import '../Tooltip/index.js';
|
|
17
|
+
import 'rc-tooltip';
|
|
18
|
+
import 'rc-tooltip/lib/placements';
|
|
19
|
+
import '@para-ui/icons/Down';
|
|
20
|
+
import '../_verture/index-77f9e0fb.js';
|
|
21
|
+
import 'rc-dropdown';
|
|
22
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
23
|
+
import 'dayjs';
|
|
24
|
+
import '@paraview/lib';
|
|
25
|
+
import '@para-ui/core/GlobalContext';
|
|
26
|
+
|
|
27
|
+
var en = {
|
|
28
|
+
cancel: 'Cancel',
|
|
29
|
+
ok: 'Ok'
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
var zh = {
|
|
33
|
+
cancel: '取消',
|
|
34
|
+
ok: '确定'
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
var localeJson = {
|
|
38
|
+
zh: zh,
|
|
39
|
+
en: en
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/11/8 下午2:51\n* @description drawer样式\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-drawer {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1000;\n pointer-events: none;\n}\n\n.paraui-v3-drawer-inline {\n position: absolute;\n}\n\n.paraui-v3-drawer-mask {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1000;\n background: rgba(0, 0, 0, 0.45);\n pointer-events: auto;\n}\n\n.paraui-v3-drawer-content-wrapper {\n position: absolute;\n z-index: 1000;\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-content-wrapper-hidden {\n display: none;\n}\n\n.paraui-v3-drawer-left > .paraui-v3-drawer-content-wrapper {\n top: 0;\n bottom: 0;\n left: 0;\n box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);\n}\n\n.paraui-v3-drawer-right > .paraui-v3-drawer-content-wrapper {\n top: 0;\n right: 0;\n bottom: 0;\n box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);\n}\n\n.paraui-v3-drawer-top > .paraui-v3-drawer-content-wrapper {\n top: 0;\n right: 0;\n left: 0;\n box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);\n}\n\n.paraui-v3-drawer-bottom > .paraui-v3-drawer-content-wrapper {\n right: 0;\n bottom: 0;\n left: 0;\n box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);\n}\n\n.paraui-v3-drawer-content {\n width: 100%;\n height: 100%;\n overflow: auto;\n background: rgb(255, 255, 255);\n pointer-events: auto;\n}\n.paraui-v3-drawer-content .drawer-content-body {\n display: flex;\n flex-flow: column nowrap;\n width: 100%;\n height: 100%;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-header {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex: none;\n height: 60px;\n padding: 0 24px;\n font-size: 16px;\n font-weight: 700;\n color: rgb(46, 55, 67);\n border-bottom: 1px solid rgba(171, 176, 185, 0.2);\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-header .drawer-header-title {\n display: flex;\n flex: 1;\n align-items: center;\n justify-content: space-between;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-header .drawer-header-title-ellipsis {\n overflow: hidden;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-header .drawer-header-extra {\n margin-left: 30px;\n flex-shrink: 0;\n white-space: nowrap;\n text-align: right;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-header .drawer-header-extra button + button {\n margin-left: 16px;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-content {\n flex: 1;\n padding: 24px;\n overflow: auto;\n word-wrap: break-word;\n}\n.paraui-v3-drawer-content .drawer-content-body .drawer-body-footer {\n display: flex;\n align-items: center;\n flex: none;\n padding: 16px 24px;\n font-size: 16px;\n color: rgb(46, 55, 67);\n border-top: 1px solid rgba(171, 176, 185, 0.2);\n}\n\n.panel-motion-enter-start,\n.panel-motion-appear-start,\n.panel-motion-leave-start {\n transition: none;\n}\n\n.panel-motion-enter-active,\n.panel-motion-appear-active,\n.panel-motion-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-mask-motion-enter-active,\n.paraui-v3-drawer-mask-motion-appear-active,\n.paraui-v3-drawer-mask-motion-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-mask-motion-enter,\n.paraui-v3-drawer-mask-motion-appear {\n opacity: 0;\n}\n\n.paraui-v3-drawer-mask-motion-enter-active,\n.paraui-v3-drawer-mask-motion-appear-active {\n opacity: 1;\n}\n\n.paraui-v3-drawer-mask-motion-leave {\n opacity: 1;\n}\n\n.paraui-v3-drawer-mask-motion-leave-active {\n opacity: 0;\n}\n\n.paraui-v3-drawer-panel-motion-left-enter-start,\n.paraui-v3-drawer-panel-motion-left-appear-start,\n.paraui-v3-drawer-panel-motion-left-leave-start {\n transition: none;\n}\n\n.paraui-v3-drawer-panel-motion-left-enter-active,\n.paraui-v3-drawer-panel-motion-left-appear-active,\n.paraui-v3-drawer-panel-motion-left-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-panel-motion-left-enter-start,\n.paraui-v3-drawer-panel-motion-left-appear-start {\n transform: translateX(-100%) !important;\n}\n\n.paraui-v3-drawer-panel-motion-left-enter-active,\n.paraui-v3-drawer-panel-motion-left-appear-active {\n transform: translateX(0);\n}\n\n.paraui-v3-drawer-panel-motion-left-leave {\n transform: translateX(0);\n}\n\n.paraui-v3-drawer-panel-motion-left-leave-active {\n transform: translateX(-100%);\n}\n\n.paraui-v3-drawer-panel-motion-right-enter-start,\n.paraui-v3-drawer-panel-motion-right-appear-start,\n.paraui-v3-drawer-panel-motion-right-leave-start {\n transition: none;\n}\n\n.paraui-v3-drawer-panel-motion-right-enter-active,\n.paraui-v3-drawer-panel-motion-right-appear-active,\n.paraui-v3-drawer-panel-motion-right-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-panel-motion-right-enter-start,\n.paraui-v3-drawer-panel-motion-right-appear-start {\n transform: translateX(100%) !important;\n}\n\n.paraui-v3-drawer-panel-motion-right-enter-active,\n.paraui-v3-drawer-panel-motion-right-appear-active {\n transform: translateX(0);\n}\n\n.paraui-v3-drawer-panel-motion-right-leave {\n transform: translateX(0);\n}\n\n.paraui-v3-drawer-panel-motion-right-leave-active {\n transform: translateX(100%);\n}\n\n.paraui-v3-drawer-panel-motion-top-enter-start,\n.paraui-v3-drawer-panel-motion-top-appear-start,\n.paraui-v3-drawer-panel-motion-top-leave-start {\n transition: none;\n}\n\n.paraui-v3-drawer-panel-motion-top-enter-active,\n.paraui-v3-drawer-panel-motion-top-appear-active,\n.paraui-v3-drawer-panel-motion-top-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-panel-motion-top-enter-start,\n.paraui-v3-drawer-panel-motion-top-appear-start {\n transform: translateY(-100%) !important;\n}\n\n.paraui-v3-drawer-panel-motion-top-enter-active,\n.paraui-v3-drawer-panel-motion-top-appear-active {\n transform: translateY(0);\n}\n\n.paraui-v3-drawer-panel-motion-top-leave {\n transform: translateY(0);\n}\n\n.paraui-v3-drawer-panel-motion-top-leave-active {\n transform: translateY(-100%);\n}\n\n.paraui-v3-drawer-panel-motion-bottom-enter-start,\n.paraui-v3-drawer-panel-motion-bottom-appear-start,\n.paraui-v3-drawer-panel-motion-bottom-leave-start {\n transition: none;\n}\n\n.paraui-v3-drawer-panel-motion-bottom-enter-active,\n.paraui-v3-drawer-panel-motion-bottom-appear-active,\n.paraui-v3-drawer-panel-motion-bottom-leave-active {\n transition: all 0.3s;\n}\n\n.paraui-v3-drawer-panel-motion-bottom-enter-start,\n.paraui-v3-drawer-panel-motion-bottom-appear-start {\n transform: translateY(100%) !important;\n}\n\n.paraui-v3-drawer-panel-motion-bottom-enter-active,\n.paraui-v3-drawer-panel-motion-bottom-appear-active {\n transform: translateY(0);\n}\n\n.paraui-v3-drawer-panel-motion-bottom-leave {\n transform: translateY(0);\n}\n\n.paraui-v3-drawer-panel-motion-bottom-leave-active {\n transform: translateY(100%);\n}";
|
|
43
|
+
styleInject(css_248z);
|
|
44
|
+
|
|
45
|
+
//drawer 抽屉
|
|
46
|
+
var Drawer = function Drawer(props) {
|
|
47
|
+
props.className;
|
|
48
|
+
var onClose = props.onClose,
|
|
49
|
+
_props$destroyOnClose = props.destroyOnClose,
|
|
50
|
+
destroyOnClose = _props$destroyOnClose === void 0 ? false : _props$destroyOnClose,
|
|
51
|
+
style = props.style,
|
|
52
|
+
title = props.title,
|
|
53
|
+
extra = props.extra,
|
|
54
|
+
_props$showExtra = props.showExtra,
|
|
55
|
+
showExtra = _props$showExtra === void 0 ? true : _props$showExtra,
|
|
56
|
+
footer = props.footer,
|
|
57
|
+
children = props.children,
|
|
58
|
+
_props$size = props.size,
|
|
59
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
60
|
+
onOk = props.onOk,
|
|
61
|
+
onCancel = props.onCancel,
|
|
62
|
+
afterVisibleChange = props.afterVisibleChange,
|
|
63
|
+
okButtonProps = props.okButtonProps,
|
|
64
|
+
cancelButtonProps = props.cancelButtonProps,
|
|
65
|
+
_props$push = props.push,
|
|
66
|
+
push = _props$push === void 0 ? {
|
|
67
|
+
distance: 180
|
|
68
|
+
} : _props$push,
|
|
69
|
+
restProps = __rest(props, ["className", "onClose", "destroyOnClose", "style", "title", "extra", "showExtra", "footer", "children", "size", "onOk", "onCancel", "afterVisibleChange", "okButtonProps", "cancelButtonProps", "push"]);
|
|
70
|
+
var intl = useFormatMessage('Drawer', localeJson);
|
|
71
|
+
var _React$useState = React__default.useState(0),
|
|
72
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
73
|
+
setRefresh = _React$useState2[1];
|
|
74
|
+
var destroyCloseRef = React__default.useRef(false); //销毁标识
|
|
75
|
+
var timerRef = React__default.useRef();
|
|
76
|
+
React__default.useEffect(function () {
|
|
77
|
+
return function () {
|
|
78
|
+
// 销毁时销毁timer
|
|
79
|
+
if (!timerRef.current) return;
|
|
80
|
+
clearTimeout(timerRef.current);
|
|
81
|
+
timerRef.current = null;
|
|
82
|
+
};
|
|
83
|
+
}, []);
|
|
84
|
+
//设置drawer width、height
|
|
85
|
+
var getOffsetStyle = function getOffsetStyle() {
|
|
86
|
+
if (!props.open) {
|
|
87
|
+
return {};
|
|
88
|
+
}
|
|
89
|
+
var sizeMap = {
|
|
90
|
+
large: '1008px',
|
|
91
|
+
medium: '608px',
|
|
92
|
+
small: '400px'
|
|
93
|
+
};
|
|
94
|
+
var offsetStyle = {};
|
|
95
|
+
if (props.placement === 'left' || props.placement === 'right') {
|
|
96
|
+
var defaultWidth = sizeMap[size];
|
|
97
|
+
if (size !== 'auto') {
|
|
98
|
+
offsetStyle.width = props.width === undefined ? defaultWidth : props.width;
|
|
99
|
+
}
|
|
100
|
+
} else {
|
|
101
|
+
var defaultHeight = size === 'large' ? 736 : 378;
|
|
102
|
+
if (size !== 'auto') {
|
|
103
|
+
offsetStyle.height = props.height === undefined ? defaultHeight : props.height;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
return offsetStyle;
|
|
107
|
+
};
|
|
108
|
+
//关闭回调
|
|
109
|
+
var handleClose = function handleClose(e) {
|
|
110
|
+
onClose === null || onClose === void 0 ? void 0 : onClose(e);
|
|
111
|
+
};
|
|
112
|
+
//确定回调
|
|
113
|
+
var handleOk = function handleOk() {
|
|
114
|
+
onOk === null || onOk === void 0 ? void 0 : onOk();
|
|
115
|
+
};
|
|
116
|
+
//取消回调
|
|
117
|
+
var handleCancel = function handleCancel() {
|
|
118
|
+
onCancel === null || onCancel === void 0 ? void 0 : onCancel();
|
|
119
|
+
};
|
|
120
|
+
var handleTitle = function handleTitle(title) {
|
|
121
|
+
if (typeof title === 'string') {
|
|
122
|
+
return jsx("div", Object.assign({
|
|
123
|
+
className: 'drawer-header-title drawer-header-title-ellipsis'
|
|
124
|
+
}, {
|
|
125
|
+
children: jsx(AutoTips, {
|
|
126
|
+
children: title
|
|
127
|
+
})
|
|
128
|
+
}));
|
|
129
|
+
}
|
|
130
|
+
return jsx("div", Object.assign({
|
|
131
|
+
className: 'drawer-header-title'
|
|
132
|
+
}, {
|
|
133
|
+
children: title
|
|
134
|
+
}));
|
|
135
|
+
};
|
|
136
|
+
//标题节点
|
|
137
|
+
var titleNode = jsxs("div", Object.assign({
|
|
138
|
+
className: 'drawer-body-header'
|
|
139
|
+
}, {
|
|
140
|
+
children: [jsx(Fragment, {
|
|
141
|
+
children: handleTitle(title)
|
|
142
|
+
}), showExtra && jsx(Fragment, {
|
|
143
|
+
children: jsx("div", Object.assign({
|
|
144
|
+
className: 'drawer-header-extra'
|
|
145
|
+
}, {
|
|
146
|
+
children: extra || jsxs(Fragment, {
|
|
147
|
+
children: [jsx(Button, Object.assign({
|
|
148
|
+
variant: "outlined",
|
|
149
|
+
size: "medium",
|
|
150
|
+
onClick: handleCancel
|
|
151
|
+
}, cancelButtonProps, {
|
|
152
|
+
children: (cancelButtonProps === null || cancelButtonProps === void 0 ? void 0 : cancelButtonProps.children) || intl({
|
|
153
|
+
id: 'cancel'
|
|
154
|
+
})
|
|
155
|
+
})), jsx(Button, Object.assign({
|
|
156
|
+
variant: "contained",
|
|
157
|
+
size: "medium",
|
|
158
|
+
onClick: handleOk
|
|
159
|
+
}, okButtonProps, {
|
|
160
|
+
children: (okButtonProps === null || okButtonProps === void 0 ? void 0 : okButtonProps.children) || intl({
|
|
161
|
+
id: 'ok'
|
|
162
|
+
})
|
|
163
|
+
}))]
|
|
164
|
+
})
|
|
165
|
+
}))
|
|
166
|
+
})]
|
|
167
|
+
}));
|
|
168
|
+
//渲染内容
|
|
169
|
+
var renderContent = function renderContent() {
|
|
170
|
+
if (!title && !footer) return children;
|
|
171
|
+
return jsxs("div", Object.assign({
|
|
172
|
+
className: 'drawer-content-body'
|
|
173
|
+
}, {
|
|
174
|
+
children: [title && titleNode, jsx("div", Object.assign({
|
|
175
|
+
className: 'drawer-body-content'
|
|
176
|
+
}, {
|
|
177
|
+
children: children
|
|
178
|
+
})), footer && jsx("div", Object.assign({
|
|
179
|
+
className: 'drawer-body-footer'
|
|
180
|
+
}, {
|
|
181
|
+
children: footer
|
|
182
|
+
}))]
|
|
183
|
+
}));
|
|
184
|
+
};
|
|
185
|
+
if (destroyCloseRef.current) {
|
|
186
|
+
destroyCloseRef.current = false;
|
|
187
|
+
return null;
|
|
188
|
+
}
|
|
189
|
+
var maskMotion = {
|
|
190
|
+
motionName: $prefixCls + '-drawer-mask-motion',
|
|
191
|
+
motionAppear: true,
|
|
192
|
+
motionEnter: true,
|
|
193
|
+
motionLeave: true,
|
|
194
|
+
motionDeadline: 100
|
|
195
|
+
};
|
|
196
|
+
var panelMotion = function panelMotion(motionPlacement) {
|
|
197
|
+
return {
|
|
198
|
+
motionName: $prefixCls + "-drawer-panel-motion-".concat(motionPlacement),
|
|
199
|
+
motionAppear: true,
|
|
200
|
+
motionEnter: true,
|
|
201
|
+
motionLeave: true,
|
|
202
|
+
motionDeadline: 100
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
return jsx(RcDrawer, Object.assign({}, restProps, getOffsetStyle(), {
|
|
206
|
+
style: style,
|
|
207
|
+
maskMotion: maskMotion,
|
|
208
|
+
motion: panelMotion,
|
|
209
|
+
push: push,
|
|
210
|
+
prefixCls: "".concat($prefixCls, "-drawer"),
|
|
211
|
+
rootClassName: props.className,
|
|
212
|
+
onClose: handleClose,
|
|
213
|
+
afterOpenChange: function afterOpenChange(open) {
|
|
214
|
+
if (open) {
|
|
215
|
+
destroyCloseRef.current = false;
|
|
216
|
+
} else if (destroyOnClose) {
|
|
217
|
+
destroyCloseRef.current = true;
|
|
218
|
+
timerRef.current = setTimeout(function () {
|
|
219
|
+
setRefresh(Math.random());
|
|
220
|
+
}, 300);
|
|
221
|
+
}
|
|
222
|
+
afterVisibleChange === null || afterVisibleChange === void 0 ? void 0 : afterVisibleChange(open);
|
|
223
|
+
}
|
|
224
|
+
}, {
|
|
225
|
+
children: renderContent()
|
|
226
|
+
}));
|
|
227
|
+
};
|
|
228
|
+
Drawer.defaultProps = {
|
|
229
|
+
level: null,
|
|
230
|
+
handler: false,
|
|
231
|
+
showMask: true,
|
|
232
|
+
placement: 'right'
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
export { Drawer, Drawer as default };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ButtonProps } from "../Button";
|
|
3
|
+
/**
|
|
4
|
+
* @author Hanz
|
|
5
|
+
* @date 2021/11/8 下午3:07
|
|
6
|
+
* @description
|
|
7
|
+
*/
|
|
8
|
+
type GetContainer = string | HTMLElement | (() => HTMLElement) | false;
|
|
9
|
+
type ILevelMove = number | [number, number];
|
|
10
|
+
type IPlacement = 'left' | 'top' | 'right' | 'bottom';
|
|
11
|
+
export interface DrawerProps {
|
|
12
|
+
/** 类名 */
|
|
13
|
+
className?: string;
|
|
14
|
+
/** 宽度 */
|
|
15
|
+
width?: string | number;
|
|
16
|
+
/** 高度 */
|
|
17
|
+
height?: string | number;
|
|
18
|
+
/** 打开 */
|
|
19
|
+
open?: boolean;
|
|
20
|
+
/** 默认打开 */
|
|
21
|
+
defaultOpen?: boolean;
|
|
22
|
+
/** handler elemenet */
|
|
23
|
+
handler?: React.ReactElement | null | false;
|
|
24
|
+
/** 抽屉的方向 */
|
|
25
|
+
placement?: IPlacement;
|
|
26
|
+
/** 预设抽屉宽度(或高度),large 1008px, medium 608px,small 400px */
|
|
27
|
+
size?: 'small' | 'medium' | 'large' | 'auto';
|
|
28
|
+
/** 层级元素 */
|
|
29
|
+
level?: null | string | string[];
|
|
30
|
+
/** 层级移动值 */
|
|
31
|
+
levelMove?: ILevelMove | ((e: {
|
|
32
|
+
target: HTMLElement;
|
|
33
|
+
open: boolean;
|
|
34
|
+
}) => ILevelMove);
|
|
35
|
+
/** 层级动画时间 */
|
|
36
|
+
duration?: string;
|
|
37
|
+
/** 层级动画曲线 */
|
|
38
|
+
ease?: string;
|
|
39
|
+
/** 是否显示遮罩 */
|
|
40
|
+
showMask?: boolean;
|
|
41
|
+
/** 点击遮罩是否可关闭 */
|
|
42
|
+
maskClosable?: boolean;
|
|
43
|
+
/** 遮罩样式 */
|
|
44
|
+
maskStyle?: React.CSSProperties;
|
|
45
|
+
style?: React.CSSProperties;
|
|
46
|
+
/** 变化时回调 */
|
|
47
|
+
onChange?: (open: boolean) => void;
|
|
48
|
+
/** transition end 回调 */
|
|
49
|
+
afterVisibleChange?: (open: boolean) => void;
|
|
50
|
+
/** handle 点击*/
|
|
51
|
+
onHandleClick?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
52
|
+
/** 关闭时回调 */
|
|
53
|
+
onClose?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
54
|
+
/** 是否支持键盘 esc 关闭 */
|
|
55
|
+
keyboard?: boolean;
|
|
56
|
+
/** 内容包裹样式 */
|
|
57
|
+
contentWrapperStyle?: React.CSSProperties;
|
|
58
|
+
/** 是否获得焦点 */
|
|
59
|
+
autoFocus?: boolean;
|
|
60
|
+
/** 包裹类名 */
|
|
61
|
+
wrapperClassName?: string;
|
|
62
|
+
/** 预渲染 Drawer 内元素 */
|
|
63
|
+
forceRender?: boolean;
|
|
64
|
+
/** 获得挂载节点 */
|
|
65
|
+
getContainer?: GetContainer;
|
|
66
|
+
/** 关闭时销毁 */
|
|
67
|
+
destroyOnClose?: boolean;
|
|
68
|
+
/** 标题 */
|
|
69
|
+
title?: React.ReactNode;
|
|
70
|
+
/** 抽屉右上角的操作区域 */
|
|
71
|
+
extra?: React.ReactNode;
|
|
72
|
+
/** 抽屉底部区域 */
|
|
73
|
+
footer?: React.ReactNode;
|
|
74
|
+
/** 是否显示右上角的操作区域 默认true */
|
|
75
|
+
showExtra?: boolean;
|
|
76
|
+
/** 内容节点 */
|
|
77
|
+
children?: React.ReactNode;
|
|
78
|
+
/** 确定回调 */
|
|
79
|
+
onOk?: () => void;
|
|
80
|
+
/** 取消回调 */
|
|
81
|
+
onCancel?: () => void;
|
|
82
|
+
/** 确定按钮属性*/
|
|
83
|
+
okButtonProps?: ButtonProps;
|
|
84
|
+
/** 取消按钮属性*/
|
|
85
|
+
cancelButtonProps?: ButtonProps;
|
|
86
|
+
/** 设置多层抽屉的推动行为 默认值 { distance: 180 }*/
|
|
87
|
+
push?: boolean | {
|
|
88
|
+
distance: string | number;
|
|
89
|
+
};
|
|
90
|
+
[name: string]: any;
|
|
91
|
+
}
|
|
92
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2022/5/27 上午10:30
|
|
4
|
+
* @description dropdown
|
|
5
|
+
*/
|
|
6
|
+
import React, { FC } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export type Placement = "top" | "topLeft" | "topRight" | "bottom" | "bottomLeft" | "bottomRight";
|
|
9
|
+
export interface DropdownProps {
|
|
10
|
+
/** 触发下拉的行为 */
|
|
11
|
+
trigger?: ('click' | 'hover' | 'contextMenu')[];
|
|
12
|
+
/** 菜单 */
|
|
13
|
+
overlay?: React.ReactElement | (() => React.ReactElement);
|
|
14
|
+
/** 菜单切换时回调 */
|
|
15
|
+
onVisibleChange?: (visible: boolean) => void;
|
|
16
|
+
/** 菜单是否显示 */
|
|
17
|
+
visible?: boolean;
|
|
18
|
+
/** 关闭时是否销毁Dropdown */
|
|
19
|
+
destroyPopupOnHide?: boolean;
|
|
20
|
+
/** 浮层渲染容器,默认body */
|
|
21
|
+
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
|
22
|
+
/** 菜单弹出位置 */
|
|
23
|
+
placement?: Placement;
|
|
24
|
+
/** 菜单classname */
|
|
25
|
+
overlayClassName?: string;
|
|
26
|
+
/** 菜单style */
|
|
27
|
+
overlayStyle?: React.CSSProperties;
|
|
28
|
+
/** 强制渲染 */
|
|
29
|
+
forceRender?: boolean;
|
|
30
|
+
/** 鼠标进入延迟时间 */
|
|
31
|
+
mouseEnterDelay?: number;
|
|
32
|
+
/** 鼠标移出延迟时间 */
|
|
33
|
+
mouseLeaveDelay?: number;
|
|
34
|
+
/** 子节点 */
|
|
35
|
+
children: React.ReactElement;
|
|
36
|
+
/** 关闭时是否把弹框定位至屏幕之外,隔离dom污染,默认false */
|
|
37
|
+
isolationPopupOnHide?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export declare const Dropdown: FC<DropdownProps>;
|
|
40
|
+
export default Dropdown;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import 'react/jsx-runtime';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'rc-dropdown';
|
|
4
|
+
import '../_verture/constant-66aa48a1.js';
|
|
5
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
export { D as Dropdown, D as default } from '../_verture/index-77f9e0fb.js';
|
|
8
|
+
import '@paraview/lib';
|
|
9
|
+
import 'dayjs';
|
|
10
|
+
import '../_verture/style-inject.es-300983ab.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IConfig, IErrors, IValueList } from "./interface";
|
|
3
|
+
export type IFormItem = {
|
|
4
|
+
/** 表单值集合*/
|
|
5
|
+
valueList?: IValueList[];
|
|
6
|
+
/** 错误集合*/
|
|
7
|
+
errors?: IErrors[];
|
|
8
|
+
/**回调 */
|
|
9
|
+
onChange?: (id: string, value: any) => void;
|
|
10
|
+
/** 渲染数据*/
|
|
11
|
+
formItemProps?: IConfig;
|
|
12
|
+
};
|
|
13
|
+
declare const FormItem: (props: IFormItem) => JSX.Element;
|
|
14
|
+
export default FormItem;
|