@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
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/4/13 10:49 AM
|
|
4
|
+
* @description 表格操作按钮
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
/** 按钮配置 */
|
|
9
|
+
export interface OperateBtnListProps {
|
|
10
|
+
/** 样式class */
|
|
11
|
+
className?: string;
|
|
12
|
+
/** style */
|
|
13
|
+
style?: React.CSSProperties;
|
|
14
|
+
/** key 表示唯一值 */
|
|
15
|
+
key?: string;
|
|
16
|
+
/** 显示名 */
|
|
17
|
+
label?: React.ReactNode;
|
|
18
|
+
/** 鼠标移上去显示的内容 */
|
|
19
|
+
toolTipTitle?: React.ReactNode;
|
|
20
|
+
/** 图标 */
|
|
21
|
+
icon?: React.ReactNode;
|
|
22
|
+
/** 定位方向 */
|
|
23
|
+
placement?: "top-start" | "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top";
|
|
24
|
+
/** 是否禁用 */
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
/** 设置危险按钮 */
|
|
27
|
+
danger?: boolean;
|
|
28
|
+
/** 点击事件 */
|
|
29
|
+
onClick?: (item: OperateBtnListProps, e: any) => void | Promise<boolean | any>;
|
|
30
|
+
[name: string]: any;
|
|
31
|
+
}
|
|
32
|
+
export interface OperateBtnProps {
|
|
33
|
+
/** 样式class */
|
|
34
|
+
className?: string;
|
|
35
|
+
/** style */
|
|
36
|
+
style?: React.CSSProperties;
|
|
37
|
+
/** listItem索引下标 */
|
|
38
|
+
key?: string;
|
|
39
|
+
/** 大小 */
|
|
40
|
+
size?: 'small' | 'medium' | 'large';
|
|
41
|
+
/** 按钮列表配置 */
|
|
42
|
+
list?: OperateBtnListProps[];
|
|
43
|
+
/** 加载对象映射 */
|
|
44
|
+
loadingMapping?: {
|
|
45
|
+
[name: string]: true | false;
|
|
46
|
+
};
|
|
47
|
+
/** 显示几个, 多余的放到更多里面 */
|
|
48
|
+
showNum?: number;
|
|
49
|
+
/** 下拉框样式 */
|
|
50
|
+
popoverClassName?: string;
|
|
51
|
+
/** 定位方向 */
|
|
52
|
+
placement?: "top-start" | "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top";
|
|
53
|
+
/** 点击是否关闭更多 */
|
|
54
|
+
clickCloseMore?: boolean;
|
|
55
|
+
/** 点击事件, 如果listItem里面存在onClick事件,则不触发改事件 */
|
|
56
|
+
onClick?: (item: OperateBtnListProps, e: any) => void | Promise<boolean | any>;
|
|
57
|
+
}
|
|
58
|
+
declare const OperateBtn: FunctionComponent<OperateBtnProps>;
|
|
59
|
+
export default OperateBtn;
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
2
|
+
import { r as regenerator } from '../_verture/index-beef914f.js';
|
|
3
|
+
import { a as __awaiter } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
|
+
import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
5
|
+
import { useState, Fragment } from 'react';
|
|
6
|
+
import More from '@para-ui/icons/More';
|
|
7
|
+
import { Button } from '../Button/index.js';
|
|
8
|
+
import { Popover } from '../Popover/index.js';
|
|
9
|
+
import AutoTips from '../AutoTips/index.js';
|
|
10
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
11
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
12
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
13
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
14
|
+
import 'clsx';
|
|
15
|
+
import '@para-ui/icons/LoadingF';
|
|
16
|
+
import '@para-ui/icons/Forbid';
|
|
17
|
+
import '../Tooltip/index.js';
|
|
18
|
+
import 'rc-tooltip';
|
|
19
|
+
import 'rc-tooltip/lib/placements';
|
|
20
|
+
import '@para-ui/icons/Down';
|
|
21
|
+
import '../_verture/index-77f9e0fb.js';
|
|
22
|
+
import 'rc-dropdown';
|
|
23
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
24
|
+
import 'dayjs';
|
|
25
|
+
import '@paraview/lib';
|
|
26
|
+
import '../_verture/useFormatMessage-703f8b20.js';
|
|
27
|
+
import '@para-ui/core/GlobalContext';
|
|
28
|
+
|
|
29
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author linhd\n* @date 2022/4/13 10:48 AM\n* @description 表格操作按钮\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-operate-btn {\n font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;\n font-size: 14px;\n font-weight: 400;\n display: flex;\n align-items: center;\n}\n.paraui-v3-operate-btn > .operate-btn-line {\n display: inline-block;\n width: 1px;\n background-color: rgba(54, 102, 214, 0.2);\n margin: 0 12px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-small > .operate-btn-line {\n height: 12px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-small button svg {\n font-size: 18px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-medium > .operate-btn-line {\n height: 14px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-medium button svg {\n font-size: 24px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-large > .operate-btn-line {\n height: 16px;\n}\n.paraui-v3-operate-btn.paraui-v3-operate-btn-large button > svg {\n font-size: 28px;\n}\n\n.paraui-v3-operate-btn-popover .operate-btn-list {\n padding: 8px 0;\n}\n.paraui-v3-operate-btn-popover .operate-btn-list > .operate-btn-list-item {\n padding: 0 12px;\n max-width: 120px;\n cursor: pointer;\n color: rgb(46, 55, 67);\n line-height: 36px;\n text-align: left;\n}\n.paraui-v3-operate-btn-popover .operate-btn-list > .operate-btn-list-item:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-operate-btn-popover .operate-btn-list > .operate-btn-list-item-disabled {\n cursor: not-allowed;\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-operate-btn-popover .operate-btn-list > .operate-btn-list-item-danger {\n color: rgb(235, 96, 84);\n}";
|
|
30
|
+
styleInject(css_248z);
|
|
31
|
+
|
|
32
|
+
var OperateBtn = function OperateBtn(props) {
|
|
33
|
+
var _props$className = props.className,
|
|
34
|
+
className = _props$className === void 0 ? '' : _props$className,
|
|
35
|
+
style = props.style,
|
|
36
|
+
_props$size = props.size,
|
|
37
|
+
size = _props$size === void 0 ? 'small' : _props$size,
|
|
38
|
+
list = props.list,
|
|
39
|
+
_props$showNum = props.showNum,
|
|
40
|
+
showNum = _props$showNum === void 0 ? 3 : _props$showNum,
|
|
41
|
+
popoverClassName = props.popoverClassName,
|
|
42
|
+
_props$placement = props.placement,
|
|
43
|
+
placement = _props$placement === void 0 ? 'bottom-end' : _props$placement,
|
|
44
|
+
_props$clickCloseMore = props.clickCloseMore,
|
|
45
|
+
clickCloseMore = _props$clickCloseMore === void 0 ? true : _props$clickCloseMore,
|
|
46
|
+
onClick = props.onClick,
|
|
47
|
+
loadingMapping = props.loadingMapping,
|
|
48
|
+
_props$key = props.key,
|
|
49
|
+
key = _props$key === void 0 ? 'key' : _props$key;
|
|
50
|
+
var _useState = useState(false),
|
|
51
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
52
|
+
openMoreCom = _useState2[0],
|
|
53
|
+
setOpenMoreCom = _useState2[1]; // 显示更多
|
|
54
|
+
var _useState3 = useState({}),
|
|
55
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
56
|
+
loadingInside = _useState4[0],
|
|
57
|
+
setLoadingInside = _useState4[1]; // 内部loading
|
|
58
|
+
// 点击选项
|
|
59
|
+
var clickItem = function clickItem(item, index) {
|
|
60
|
+
return function (e) {
|
|
61
|
+
return __awaiter(void 0, void 0, void 0, /*#__PURE__*/regenerator.mark(function _callee() {
|
|
62
|
+
var handKey, loading, result;
|
|
63
|
+
return regenerator.wrap(function _callee$(_context) {
|
|
64
|
+
while (1) switch (_context.prev = _context.next) {
|
|
65
|
+
case 0:
|
|
66
|
+
if (!(item.disabled || handLoadStatus(item, index))) {
|
|
67
|
+
_context.next = 2;
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
return _context.abrupt("return");
|
|
71
|
+
case 2:
|
|
72
|
+
if (clickCloseMore) closeMore();
|
|
73
|
+
handKey = item[key];
|
|
74
|
+
loading = loadingMapping && loadingMapping[handKey]; // 不存在外部loading
|
|
75
|
+
if (loading === undefined) {
|
|
76
|
+
loadingInside[index] = true;
|
|
77
|
+
setLoadingInside(Object.assign({}, loadingInside));
|
|
78
|
+
}
|
|
79
|
+
if (!item.onClick) {
|
|
80
|
+
_context.next = 12;
|
|
81
|
+
break;
|
|
82
|
+
}
|
|
83
|
+
_context.next = 9;
|
|
84
|
+
return item.onClick(item, e);
|
|
85
|
+
case 9:
|
|
86
|
+
result = _context.sent;
|
|
87
|
+
_context.next = 16;
|
|
88
|
+
break;
|
|
89
|
+
case 12:
|
|
90
|
+
if (!onClick) {
|
|
91
|
+
_context.next = 16;
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
_context.next = 15;
|
|
95
|
+
return onClick(item, e);
|
|
96
|
+
case 15:
|
|
97
|
+
result = _context.sent;
|
|
98
|
+
case 16:
|
|
99
|
+
// 不存在外部loading
|
|
100
|
+
if (loading === undefined) {
|
|
101
|
+
loadingInside[index] = result;
|
|
102
|
+
setLoadingInside(Object.assign({}, loadingInside));
|
|
103
|
+
}
|
|
104
|
+
case 17:
|
|
105
|
+
case "end":
|
|
106
|
+
return _context.stop();
|
|
107
|
+
}
|
|
108
|
+
}, _callee);
|
|
109
|
+
}));
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
// 点击更多
|
|
113
|
+
var clickMore = function clickMore() {
|
|
114
|
+
setOpenMoreCom(true);
|
|
115
|
+
};
|
|
116
|
+
// 关闭显示更多
|
|
117
|
+
var closeMore = function closeMore(bol) {
|
|
118
|
+
if (bol) return;
|
|
119
|
+
setOpenMoreCom(false);
|
|
120
|
+
};
|
|
121
|
+
// 处理loading
|
|
122
|
+
var handLoadStatus = function handLoadStatus(item, index) {
|
|
123
|
+
var loading;
|
|
124
|
+
var handKey = item[key];
|
|
125
|
+
loading = loadingMapping && loadingMapping[handKey];
|
|
126
|
+
// 外部没有传laoding
|
|
127
|
+
if (loading === undefined) {
|
|
128
|
+
loading = loadingInside[index];
|
|
129
|
+
}
|
|
130
|
+
return loading;
|
|
131
|
+
};
|
|
132
|
+
// 处理handClassPopover
|
|
133
|
+
var handClassPopover = function handClassPopover() {
|
|
134
|
+
var str = $prefixCls + '-operate-btn-popover';
|
|
135
|
+
if (popoverClassName) str += ' ' + popoverClassName;
|
|
136
|
+
return str;
|
|
137
|
+
};
|
|
138
|
+
var morePopoverContent = function morePopoverContent() {
|
|
139
|
+
var arr = (list === null || list === void 0 ? void 0 : list.slice(showNum, list === null || list === void 0 ? void 0 : list.length)) || [];
|
|
140
|
+
var handPopoverClass = function handPopoverClass(item) {
|
|
141
|
+
var str = 'operate-btn-list-item';
|
|
142
|
+
if (item.disabled) str += ' operate-btn-list-item-disabled';
|
|
143
|
+
if (item.danger) str += ' operate-btn-list-item-danger';
|
|
144
|
+
if (item.className) str += ' ' + className;
|
|
145
|
+
return str;
|
|
146
|
+
};
|
|
147
|
+
return jsx("div", Object.assign({
|
|
148
|
+
className: "operate-btn-list"
|
|
149
|
+
}, {
|
|
150
|
+
children: arr.map(function (item, index) {
|
|
151
|
+
return jsx("div", Object.assign({
|
|
152
|
+
className: handPopoverClass(item),
|
|
153
|
+
onClick: clickItem(item, index + showNum),
|
|
154
|
+
style: style
|
|
155
|
+
}, {
|
|
156
|
+
children: jsx(AutoTips, {
|
|
157
|
+
children: item.label || item.toolTipTitle
|
|
158
|
+
})
|
|
159
|
+
}), index);
|
|
160
|
+
})
|
|
161
|
+
}));
|
|
162
|
+
};
|
|
163
|
+
// 更多按钮
|
|
164
|
+
var moreRender = function moreRender() {
|
|
165
|
+
return jsx(Fragment$1, {
|
|
166
|
+
children: list && list.length > showNum + 1 && jsx(Popover, Object.assign({
|
|
167
|
+
placement: "bottom-end",
|
|
168
|
+
visible: openMoreCom,
|
|
169
|
+
content: morePopoverContent(),
|
|
170
|
+
onVisibleChange: closeMore,
|
|
171
|
+
overlayClassName: handClassPopover()
|
|
172
|
+
}, {
|
|
173
|
+
children: jsx(Button.IconButton, Object.assign({
|
|
174
|
+
variant: 'text',
|
|
175
|
+
toolTipTitle: !openMoreCom && '更多',
|
|
176
|
+
TooltipProps: {
|
|
177
|
+
placement: placement,
|
|
178
|
+
arrow: false
|
|
179
|
+
},
|
|
180
|
+
onClick: clickMore,
|
|
181
|
+
className: 'operate-btn-more'
|
|
182
|
+
}, {
|
|
183
|
+
children: jsx(More, {})
|
|
184
|
+
}))
|
|
185
|
+
}))
|
|
186
|
+
});
|
|
187
|
+
};
|
|
188
|
+
var handClass = function handClass() {
|
|
189
|
+
var str = $prefixCls + '-operate-btn';
|
|
190
|
+
if (className) str += ' ' + className;
|
|
191
|
+
if (size) str += " ".concat($prefixCls, "-operate-btn-").concat(size);
|
|
192
|
+
return str;
|
|
193
|
+
};
|
|
194
|
+
return jsxs("div", Object.assign({
|
|
195
|
+
className: handClass(),
|
|
196
|
+
style: style
|
|
197
|
+
}, {
|
|
198
|
+
children: [list === null || list === void 0 ? void 0 : list.map(function (item, index) {
|
|
199
|
+
var bol = true;
|
|
200
|
+
// 满足这个条件,有更多按钮
|
|
201
|
+
if (list.length > showNum + 1) {
|
|
202
|
+
// 超出显示个数不显示
|
|
203
|
+
if (showNum < index + 1) {
|
|
204
|
+
return null;
|
|
205
|
+
}
|
|
206
|
+
} else {
|
|
207
|
+
// 显示在外面
|
|
208
|
+
// 最后一个
|
|
209
|
+
if (list.length === index + 1) {
|
|
210
|
+
bol = false;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
return jsxs(Fragment, {
|
|
214
|
+
children: [jsx(Button.IconButton, Object.assign({
|
|
215
|
+
className: item.className,
|
|
216
|
+
style: item.style,
|
|
217
|
+
variant: 'text',
|
|
218
|
+
toolTipTitle: item.toolTipTitle || item.label || '',
|
|
219
|
+
TooltipProps: {
|
|
220
|
+
placement: item.placement || placement,
|
|
221
|
+
arrow: false
|
|
222
|
+
},
|
|
223
|
+
loading: handLoadStatus(item, index),
|
|
224
|
+
disabled: item.disabled,
|
|
225
|
+
danger: item.danger,
|
|
226
|
+
onClick: clickItem(item, index)
|
|
227
|
+
}, {
|
|
228
|
+
children: item.icon
|
|
229
|
+
})), bol && jsx("span", {
|
|
230
|
+
className: 'operate-btn-line'
|
|
231
|
+
})]
|
|
232
|
+
}, index);
|
|
233
|
+
}), moreRender()]
|
|
234
|
+
}));
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
export { OperateBtn as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/10 15:34
|
|
4
|
+
* @description 横向菜单详情list
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { MenuListProps } from './interface';
|
|
8
|
+
export declare const HorizontalMenu: FunctionComponent<MenuListProps>;
|
|
9
|
+
export default HorizontalMenu;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/10 16:16
|
|
4
|
+
* @description 横向菜单右侧
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { FooterProps } from './interface';
|
|
8
|
+
export declare const HorizontalMeunRight: FunctionComponent<FooterProps>;
|
|
9
|
+
export default HorizontalMeunRight;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/11/17 14:30
|
|
4
|
+
* @description 页头
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { PageHeaderProps } from './interface';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export declare const PageHeader: FunctionComponent<PageHeaderProps>;
|
|
10
|
+
export default PageHeader;
|