@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,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/3 10:59
|
|
4
|
+
* @description 面包屑
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface listOptions {
|
|
9
|
+
/** 每一项显示名 */
|
|
10
|
+
label: ReactNode;
|
|
11
|
+
/** 每一项最大宽度 */
|
|
12
|
+
maxWidth?: string;
|
|
13
|
+
/** 是否可点击 */
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
[name: string]: any;
|
|
16
|
+
}
|
|
17
|
+
export interface BreadcrumbsProps {
|
|
18
|
+
/** 样式class */
|
|
19
|
+
className?: string;
|
|
20
|
+
/** style */
|
|
21
|
+
style?: React.CSSProperties;
|
|
22
|
+
/** 每一项最大宽度 */
|
|
23
|
+
maxWidth?: string;
|
|
24
|
+
/** 初始化数据 */
|
|
25
|
+
list: listOptions[];
|
|
26
|
+
/** 中间符号 */
|
|
27
|
+
separator?: string;
|
|
28
|
+
/** 弹出框样式class */
|
|
29
|
+
popoverClassName?: string;
|
|
30
|
+
/** 是否收缩 */
|
|
31
|
+
isShrink?: boolean;
|
|
32
|
+
/** 最后最少显示数 */
|
|
33
|
+
minNum?: number;
|
|
34
|
+
/** 是否显示返回 */
|
|
35
|
+
isBack?: boolean;
|
|
36
|
+
/** 自定义返回内容 */
|
|
37
|
+
backRender?: ReactNode;
|
|
38
|
+
/** 弹窗方式 */
|
|
39
|
+
trigger?: 'hover' | 'click';
|
|
40
|
+
/** 弹窗方向 */
|
|
41
|
+
placement?: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom';
|
|
42
|
+
/**
|
|
43
|
+
* 点击菜单
|
|
44
|
+
* @param ops 当前点击菜单数据
|
|
45
|
+
*/
|
|
46
|
+
onClickItem?: (ops: listOptions) => void;
|
|
47
|
+
/**
|
|
48
|
+
* 点击返回
|
|
49
|
+
* */
|
|
50
|
+
onBack?: () => void;
|
|
51
|
+
}
|
|
52
|
+
export declare const Breadcrumbs: FunctionComponent<BreadcrumbsProps>;
|
|
53
|
+
export default Breadcrumbs;
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
import { _ as _toConsumableArray } from '../_verture/toConsumableArray-81040c9e.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
3
|
+
import { jsxs, jsx, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
4
|
+
import { useState, useRef, useEffect, Fragment } from 'react';
|
|
5
|
+
import { Popover } from '../Popover/index.js';
|
|
6
|
+
import AutoTips from '../AutoTips/index.js';
|
|
7
|
+
import More from '@para-ui/icons/More';
|
|
8
|
+
import Return from '@para-ui/icons/Return';
|
|
9
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
10
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
|
|
11
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
12
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
13
|
+
import '../_verture/tslib.es6-55ed4bd2.js';
|
|
14
|
+
import '../Tooltip/index.js';
|
|
15
|
+
import 'rc-tooltip';
|
|
16
|
+
import 'rc-tooltip/lib/placements';
|
|
17
|
+
import 'clsx';
|
|
18
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
19
|
+
import '@paraview/lib';
|
|
20
|
+
import '@para-ui/core/GlobalContext';
|
|
21
|
+
|
|
22
|
+
var en = {
|
|
23
|
+
back: 'Back'
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
var zh = {
|
|
27
|
+
back: '返回'
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
var localeJson = {
|
|
31
|
+
zh: zh,
|
|
32
|
+
en: en
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n * @author linhd\n * @date 2021年10月25日 14:58:12\n * @description 面包屑\n */\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-breadcrumbs {\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 height: 24px;\n line-height: 24px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list {\n display: flex;\n align-items: center;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item {\n padding: 0 4px;\n border-radius: 2px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item .breadcrumbs-item-content {\n white-space: nowrap;\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item .breadcrumbs-item-content svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 14px;\n margin-right: 4px;\n vertical-align: -2px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-click .breadcrumbs-item-content {\n cursor: pointer;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-click:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-click:hover .breadcrumbs-item-content {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-click:hover .breadcrumbs-item-content svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-current .breadcrumbs-item-content {\n color: rgb(46, 55, 67);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-current .breadcrumbs-item-content svg {\n color: rgb(46, 55, 67);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-disabled {\n cursor: not-allowed;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-disabled .breadcrumbs-item-content {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item.breadcrumbs-item-disabled .breadcrumbs-item-content svg {\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item-more {\n display: flex;\n align-items: center;\n height: 100%;\n padding: 0 4px;\n cursor: pointer;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item-more svg {\n color: rgba(46, 55, 67, 0.7);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item-more:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .breadcrumbs-item-more:hover svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-list > .separator {\n color: rgba(171, 176, 185, 0.4);\n margin: 0 4px;\n position: relative;\n top: -1px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back {\n display: flex;\n align-items: center;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .line {\n display: inline-block;\n width: 1px;\n height: 14px;\n background-color: rgba(171, 176, 185, 0.2);\n margin: 0 8px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .breadcrumbs-back-content {\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n height: 100%;\n color: rgba(46, 55, 67, 0.7);\n padding: 0 4px;\n border-radius: 2px;\n cursor: pointer;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .breadcrumbs-back-content:hover {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .breadcrumbs-back-content:hover svg {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .breadcrumbs-back-content svg {\n color: rgba(46, 55, 67, 0.7);\n font-size: 14px;\n margin-right: 4px;\n}\n.paraui-v3-breadcrumbs > .breadcrumbs-back > .breadcrumbs-back-content span {\n white-space: nowrap;\n}\n.paraui-v3-breadcrumbs.paraui-v3-breadcrumbs-calculation {\n overflow: hidden;\n opacity: 0;\n}\n\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content {\n padding: 8px 0;\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item {\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 height: 36px;\n line-height: 36px;\n padding: 0 12px;\n color: rgb(46, 55, 67);\n display: flex;\n align-items: center;\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item svg {\n color: rgb(46, 55, 67);\n margin-right: 4px;\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item.breadcrumbs-popover-content-item-click {\n cursor: pointer;\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item.breadcrumbs-popover-content-item-click:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item.breadcrumbs-popover-content-item-disabled {\n cursor: not-allowed;\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-breadcrumbs-popover .breadcrumbs-popover-content .breadcrumbs-popover-content-item.breadcrumbs-popover-content-item-disabled svg {\n color: rgba(46, 55, 67, 0.4);\n}";
|
|
36
|
+
styleInject(css_248z);
|
|
37
|
+
|
|
38
|
+
var Breadcrumbs = function Breadcrumbs(props) {
|
|
39
|
+
var _props$maxWidth = props.maxWidth,
|
|
40
|
+
maxWidth = _props$maxWidth === void 0 ? '160px' : _props$maxWidth,
|
|
41
|
+
className = props.className,
|
|
42
|
+
list = props.list,
|
|
43
|
+
_props$separator = props.separator,
|
|
44
|
+
separator = _props$separator === void 0 ? '/' : _props$separator,
|
|
45
|
+
popoverClassName = props.popoverClassName,
|
|
46
|
+
_props$isShrink = props.isShrink,
|
|
47
|
+
isShrink = _props$isShrink === void 0 ? true : _props$isShrink,
|
|
48
|
+
_props$isBack = props.isBack,
|
|
49
|
+
isBack = _props$isBack === void 0 ? false : _props$isBack,
|
|
50
|
+
_props$minNum = props.minNum,
|
|
51
|
+
minNum = _props$minNum === void 0 ? 2 : _props$minNum,
|
|
52
|
+
_props$trigger = props.trigger,
|
|
53
|
+
trigger = _props$trigger === void 0 ? 'hover' : _props$trigger,
|
|
54
|
+
_props$placement = props.placement,
|
|
55
|
+
placement = _props$placement === void 0 ? 'bottomLeft' : _props$placement,
|
|
56
|
+
backRender = props.backRender,
|
|
57
|
+
onClickItem = props.onClickItem,
|
|
58
|
+
onBack = props.onBack,
|
|
59
|
+
style = props.style;
|
|
60
|
+
var intl = useFormatMessage('Breadcrumbs', localeJson);
|
|
61
|
+
var _useState = useState(false),
|
|
62
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
63
|
+
showMore = _useState2[0],
|
|
64
|
+
setShowMore = _useState2[1]; // 是否显示更多按钮
|
|
65
|
+
var _useState3 = useState([]),
|
|
66
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
67
|
+
hideArr = _useState4[0],
|
|
68
|
+
setHideArr = _useState4[1]; // 是否隐藏面包屑
|
|
69
|
+
var boxRef = useRef();
|
|
70
|
+
var constData = useRef({
|
|
71
|
+
minNum: minNum,
|
|
72
|
+
isBack: isBack,
|
|
73
|
+
isShrink: isShrink,
|
|
74
|
+
timer: null,
|
|
75
|
+
showMore: false,
|
|
76
|
+
hideArr: [],
|
|
77
|
+
hidePos: 0
|
|
78
|
+
});
|
|
79
|
+
constData.current.isBack = isBack;
|
|
80
|
+
constData.current.showMore = showMore;
|
|
81
|
+
constData.current.isShrink = isShrink;
|
|
82
|
+
constData.current.minNum = minNum;
|
|
83
|
+
useEffect(function () {
|
|
84
|
+
window.addEventListener("resize", winResize);
|
|
85
|
+
return function () {
|
|
86
|
+
clearTimeout(constData.current.timer);
|
|
87
|
+
window.removeEventListener("resize", winResize);
|
|
88
|
+
};
|
|
89
|
+
}, []);
|
|
90
|
+
useEffect(function () {
|
|
91
|
+
var arr = new Array(props.list.length).fill(false);
|
|
92
|
+
constData.current.hideArr = arr;
|
|
93
|
+
setHideArr(arr);
|
|
94
|
+
changeSize();
|
|
95
|
+
}, [list]);
|
|
96
|
+
/** 点击面包屑 */
|
|
97
|
+
var clickItem = function clickItem(item, index) {
|
|
98
|
+
return function () {
|
|
99
|
+
if (props.list.length - 1 === index || item.disabled) return;
|
|
100
|
+
onClickItem && onClickItem(item);
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
/** 点击返回, 又返回执行返回事件,否则默认返回上级 */
|
|
104
|
+
var clickBack = function clickBack() {
|
|
105
|
+
if (onBack) return onBack();
|
|
106
|
+
if (props.list.length < 2) return;
|
|
107
|
+
var item = props.list[props.list.length - 2];
|
|
108
|
+
clickItem(item, props.list.length - 2)();
|
|
109
|
+
};
|
|
110
|
+
/** 改变屏幕 */
|
|
111
|
+
var winResize = function winResize() {
|
|
112
|
+
changeSize();
|
|
113
|
+
};
|
|
114
|
+
/** 去除遮罩 */
|
|
115
|
+
var hideMask = function hideMask() {
|
|
116
|
+
boxRef.current.classList.remove($prefixCls + '-breadcrumbs-calculation');
|
|
117
|
+
};
|
|
118
|
+
var changeSize = function changeSize(bol) {
|
|
119
|
+
if (!constData.current.isShrink) return hideMask();
|
|
120
|
+
// 不自动计算
|
|
121
|
+
clearTimeout(constData.current.timer);
|
|
122
|
+
// 恢复初始状态
|
|
123
|
+
if (!bol) {
|
|
124
|
+
constData.current.hidePos = 0;
|
|
125
|
+
constData.current.showMore = false;
|
|
126
|
+
var arr = new Array(props.list.length).fill(false);
|
|
127
|
+
constData.current.hideArr = arr;
|
|
128
|
+
setHideArr(arr);
|
|
129
|
+
setShowMore(false);
|
|
130
|
+
}
|
|
131
|
+
if (props.list.length <= constData.current.minNum + 1) return hideMask();
|
|
132
|
+
// 面包屑数组长度必须大于最少显示数
|
|
133
|
+
if (constData.current.hidePos === props.list.length - constData.current.minNum - 1) return hideMask();
|
|
134
|
+
// 隐藏到最小显示数,停止
|
|
135
|
+
boxRef.current.classList.add($prefixCls + '-breadcrumbs-calculation');
|
|
136
|
+
constData.current.timer = setTimeout(function () {
|
|
137
|
+
var boxWidth = boxRef.current.clientWidth;
|
|
138
|
+
var listWidth = boxRef.current.querySelector('.breadcrumbs-list').clientWidth;
|
|
139
|
+
var backWidth = constData.current.isBack ? boxRef.current.querySelector('.breadcrumbs-back').clientWidth : 0;
|
|
140
|
+
if (boxWidth > listWidth + backWidth) {
|
|
141
|
+
// 没有超出
|
|
142
|
+
hideMask();
|
|
143
|
+
} else {
|
|
144
|
+
constData.current.hidePos += 1;
|
|
145
|
+
constData.current.hideArr[constData.current.hidePos] = true;
|
|
146
|
+
setHideArr(_toConsumableArray(constData.current.hideArr));
|
|
147
|
+
setShowMore(true);
|
|
148
|
+
changeSize(true);
|
|
149
|
+
/*// 超出
|
|
150
|
+
if (constData.current.showMore) {
|
|
151
|
+
// 超出情况下,在超出,继续减一个面包屑
|
|
152
|
+
} else {
|
|
153
|
+
// 没有超出-> 变超出
|
|
154
|
+
}*/
|
|
155
|
+
}
|
|
156
|
+
}, 50);
|
|
157
|
+
};
|
|
158
|
+
/** 处理弹窗内容 */
|
|
159
|
+
var handContent = function handContent() {
|
|
160
|
+
return jsx("div", Object.assign({
|
|
161
|
+
className: "breadcrumbs-popover-content"
|
|
162
|
+
}, {
|
|
163
|
+
children: list.map(function (item, index) {
|
|
164
|
+
if (!hideArr[index]) return null;
|
|
165
|
+
var str = 'breadcrumbs-popover-content-item';
|
|
166
|
+
if (index !== list.length - 1 && !item.disabled) str += ' breadcrumbs-popover-content-item-click';
|
|
167
|
+
if (index === list.length - 1) str += ' breadcrumbs-popover-content-item-current';
|
|
168
|
+
if (item.disabled) str += ' breadcrumbs-popover-content-item-disabled';
|
|
169
|
+
return jsx("div", Object.assign({
|
|
170
|
+
className: str,
|
|
171
|
+
onClick: clickItem(item, index)
|
|
172
|
+
}, {
|
|
173
|
+
children: item.label
|
|
174
|
+
}), index);
|
|
175
|
+
})
|
|
176
|
+
}));
|
|
177
|
+
};
|
|
178
|
+
// 处理弹出框className
|
|
179
|
+
var popoverHandClass = function popoverHandClass() {
|
|
180
|
+
var str = $prefixCls + '-breadcrumbs-popover';
|
|
181
|
+
if (popoverClassName) str += ' ' + popoverClassName;
|
|
182
|
+
return str;
|
|
183
|
+
};
|
|
184
|
+
// 处理className
|
|
185
|
+
var handClass = function handClass() {
|
|
186
|
+
var str = $prefixCls + '-breadcrumbs';
|
|
187
|
+
if (isShrink) str += " ".concat($prefixCls, "-breadcrumbs-shrink");
|
|
188
|
+
if (className) str += ' ' + className;
|
|
189
|
+
return str;
|
|
190
|
+
};
|
|
191
|
+
return jsxs("div", Object.assign({
|
|
192
|
+
className: handClass(),
|
|
193
|
+
style: style,
|
|
194
|
+
ref: boxRef
|
|
195
|
+
}, {
|
|
196
|
+
children: [jsx("ul", Object.assign({
|
|
197
|
+
className: "breadcrumbs-list"
|
|
198
|
+
}, {
|
|
199
|
+
children: list.map(function (item, index) {
|
|
200
|
+
if (hideArr[index]) return;
|
|
201
|
+
var str = 'breadcrumbs-item';
|
|
202
|
+
if (index === list.length - 1) str += ' breadcrumbs-item-current';
|
|
203
|
+
if (index !== list.length - 1 && !item.disabled) str += ' breadcrumbs-item-click';
|
|
204
|
+
if (item.disabled) str += ' breadcrumbs-item-disabled';
|
|
205
|
+
return jsxs(Fragment, {
|
|
206
|
+
children: [jsx("li", Object.assign({
|
|
207
|
+
className: str,
|
|
208
|
+
style: {
|
|
209
|
+
maxWidth: item.maxWidth || maxWidth
|
|
210
|
+
},
|
|
211
|
+
onClick: clickItem(item, index)
|
|
212
|
+
}, {
|
|
213
|
+
children: jsx(AutoTips, {
|
|
214
|
+
children: jsx("span", Object.assign({
|
|
215
|
+
className: 'breadcrumbs-item-content'
|
|
216
|
+
}, {
|
|
217
|
+
children: item.label
|
|
218
|
+
}))
|
|
219
|
+
})
|
|
220
|
+
})), index !== list.length - 1 && jsx("li", Object.assign({
|
|
221
|
+
className: 'separator'
|
|
222
|
+
}, {
|
|
223
|
+
children: separator
|
|
224
|
+
})), showMore && index === 0 && jsxs(Fragment$1, {
|
|
225
|
+
children: [jsx(Popover, Object.assign({
|
|
226
|
+
content: handContent(),
|
|
227
|
+
overlayClassName: popoverHandClass(),
|
|
228
|
+
trigger: trigger,
|
|
229
|
+
placement: placement,
|
|
230
|
+
destroyTooltipOnHide: true
|
|
231
|
+
}, {
|
|
232
|
+
children: jsx("li", Object.assign({
|
|
233
|
+
className: 'breadcrumbs-item-more'
|
|
234
|
+
}, {
|
|
235
|
+
children: jsx(More, {})
|
|
236
|
+
}))
|
|
237
|
+
})), !hideArr[list.length - 1] && jsx("li", Object.assign({
|
|
238
|
+
className: 'separator'
|
|
239
|
+
}, {
|
|
240
|
+
children: separator
|
|
241
|
+
}))]
|
|
242
|
+
})]
|
|
243
|
+
}, index);
|
|
244
|
+
})
|
|
245
|
+
})), isBack && jsxs("div", Object.assign({
|
|
246
|
+
className: 'breadcrumbs-back'
|
|
247
|
+
}, {
|
|
248
|
+
children: [jsx("span", {
|
|
249
|
+
className: 'line'
|
|
250
|
+
}), jsx("div", Object.assign({
|
|
251
|
+
className: 'breadcrumbs-back-content',
|
|
252
|
+
onClick: clickBack
|
|
253
|
+
}, {
|
|
254
|
+
children: backRender ? backRender : jsxs(Fragment$1, {
|
|
255
|
+
children: [jsx(Return, {}), jsx("span", {
|
|
256
|
+
children: intl({
|
|
257
|
+
id: 'back'
|
|
258
|
+
})
|
|
259
|
+
})]
|
|
260
|
+
})
|
|
261
|
+
}))]
|
|
262
|
+
}))]
|
|
263
|
+
}));
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
export { Breadcrumbs, Breadcrumbs as default };
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/4 上午10:22
|
|
4
|
+
* @description 分体式按钮组
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { ButtonProps } from '../Button';
|
|
8
|
+
import { Placement } from '../Dropdown';
|
|
9
|
+
import './index.scss';
|
|
10
|
+
interface Option {
|
|
11
|
+
/**
|
|
12
|
+
* 按钮文字
|
|
13
|
+
*/
|
|
14
|
+
label: string;
|
|
15
|
+
/**
|
|
16
|
+
* 按钮value
|
|
17
|
+
*/
|
|
18
|
+
value?: any;
|
|
19
|
+
/**
|
|
20
|
+
* 禁用按钮
|
|
21
|
+
*/
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
[name: string]: any;
|
|
24
|
+
}
|
|
25
|
+
type GroupOption = Array<Option>;
|
|
26
|
+
export interface SplitButtonProps {
|
|
27
|
+
/**
|
|
28
|
+
* 分体式按钮文本
|
|
29
|
+
*/
|
|
30
|
+
buttonText?: React.ReactNode;
|
|
31
|
+
/** 按钮选项数组 */
|
|
32
|
+
options?: Option[] | GroupOption[];
|
|
33
|
+
/** cls */
|
|
34
|
+
className?: string;
|
|
35
|
+
/** style */
|
|
36
|
+
style?: React.CSSProperties;
|
|
37
|
+
/** popperClassName */
|
|
38
|
+
popperClassName?: string;
|
|
39
|
+
/** popperStyle */
|
|
40
|
+
popperStyle?: React.CSSProperties;
|
|
41
|
+
/** 禁用按钮组 */
|
|
42
|
+
disabled?: boolean;
|
|
43
|
+
/** 浮层位置 */
|
|
44
|
+
placement?: Placement;
|
|
45
|
+
/** button props */
|
|
46
|
+
buttonProps?: ButtonProps;
|
|
47
|
+
/**
|
|
48
|
+
* click callback
|
|
49
|
+
* @param option
|
|
50
|
+
* @param evt
|
|
51
|
+
*/
|
|
52
|
+
onClick?: (option: Option, evt?: React.MouseEvent<HTMLElement>) => void;
|
|
53
|
+
/**
|
|
54
|
+
* 自定义选项渲染
|
|
55
|
+
* @param option
|
|
56
|
+
*/
|
|
57
|
+
optionRender?: (option: Option) => React.ReactNode;
|
|
58
|
+
/** 图标按钮 */
|
|
59
|
+
iconButton?: boolean;
|
|
60
|
+
/** 浮层渲染容器,默认body */
|
|
61
|
+
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
|
62
|
+
}
|
|
63
|
+
export default function SplitButton(props: SplitButtonProps): JSX.Element;
|
|
64
|
+
export {};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/4 上午10:21
|
|
4
|
+
* @description 按钮
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from 'react';
|
|
7
|
+
import { TooltipProps } from '../Tooltip';
|
|
8
|
+
import SplitButton from "./SplitButton";
|
|
9
|
+
import './index.scss';
|
|
10
|
+
export interface ButtonProps extends React.ButtonHTMLAttributes<any> {
|
|
11
|
+
variant?: 'contained' | 'outlined' | 'text';
|
|
12
|
+
/** 设置按钮载入状态 */
|
|
13
|
+
loading?: boolean | {
|
|
14
|
+
delay: number;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 禁用时提示文字 disabled 为true有效
|
|
18
|
+
*/
|
|
19
|
+
toolTipTitle?: NonNullable<React.ReactNode>;
|
|
20
|
+
/**
|
|
21
|
+
* tooltip props
|
|
22
|
+
*/
|
|
23
|
+
TooltipProps?: Omit<TooltipProps, 'title' | 'children'>;
|
|
24
|
+
/**
|
|
25
|
+
* 设置危险按钮
|
|
26
|
+
*/
|
|
27
|
+
danger?: boolean;
|
|
28
|
+
/** content */
|
|
29
|
+
children?: React.ReactNode;
|
|
30
|
+
/** 禁用 */
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
/** 大小 */
|
|
33
|
+
size?: 'small' | 'medium' | 'large';
|
|
34
|
+
/** 后置图标 */
|
|
35
|
+
endIcon?: React.ReactNode;
|
|
36
|
+
/** 前置图标 */
|
|
37
|
+
startIcon?: React.ReactNode;
|
|
38
|
+
/** 点击跳转的地址,指定此属性 button 的行为和 a 链接一致 */
|
|
39
|
+
href?: string;
|
|
40
|
+
/** target */
|
|
41
|
+
target?: string;
|
|
42
|
+
[name: string]: any;
|
|
43
|
+
}
|
|
44
|
+
export interface IconButtonProps extends React.ButtonHTMLAttributes<any> {
|
|
45
|
+
/** 按钮形状 */
|
|
46
|
+
variant?: 'contained' | 'outlined' | 'text';
|
|
47
|
+
size?: 'small' | 'medium' | 'large';
|
|
48
|
+
/** tooltip title */
|
|
49
|
+
toolTipTitle?: NonNullable<React.ReactNode>;
|
|
50
|
+
/** 设置按钮载入状态 */
|
|
51
|
+
loading?: boolean | {
|
|
52
|
+
delay: number;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* tooltip props
|
|
56
|
+
*/
|
|
57
|
+
TooltipProps?: Omit<TooltipProps, 'title' | 'children'>;
|
|
58
|
+
/**
|
|
59
|
+
* 设置危险按钮
|
|
60
|
+
*/
|
|
61
|
+
danger?: boolean;
|
|
62
|
+
/** 禁用 */
|
|
63
|
+
disabled?: boolean;
|
|
64
|
+
/** content */
|
|
65
|
+
children?: React.ReactNode;
|
|
66
|
+
/** 点击跳转的地址,指定此属性 button 的行为和 a 链接一致 */
|
|
67
|
+
href?: string;
|
|
68
|
+
/** target */
|
|
69
|
+
target?: string;
|
|
70
|
+
[name: string]: any;
|
|
71
|
+
}
|
|
72
|
+
declare const InternalButton: FunctionComponent<ButtonProps>;
|
|
73
|
+
declare const IconButton: FunctionComponent<IconButtonProps>;
|
|
74
|
+
type mergedButtonType = typeof InternalButton & {
|
|
75
|
+
IconButton: typeof IconButton;
|
|
76
|
+
SplitButton: typeof SplitButton;
|
|
77
|
+
};
|
|
78
|
+
export declare const Button: mergedButtonType;
|
|
79
|
+
export default Button;
|