@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/Button/index.js
ADDED
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
import { _ as _typeof } from '../_verture/typeof-498dd2b1.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../_verture/slicedToArray-76060636.js';
|
|
3
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
4
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
|
+
import { useRef, useState, useEffect } from 'react';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
|
+
import LoadingOutlined from '@para-ui/icons/LoadingF';
|
|
8
|
+
import Forbid from '@para-ui/icons/Forbid';
|
|
9
|
+
import { Tooltip } from '../Tooltip/index.js';
|
|
10
|
+
import Down from '@para-ui/icons/Down';
|
|
11
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
12
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
13
|
+
import { D as Dropdown } from '../_verture/index-77f9e0fb.js';
|
|
14
|
+
import { u as useFormatMessage } from '../_verture/useFormatMessage-703f8b20.js';
|
|
15
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
16
|
+
import 'rc-tooltip';
|
|
17
|
+
import 'rc-tooltip/lib/placements';
|
|
18
|
+
import 'rc-dropdown';
|
|
19
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
20
|
+
import 'dayjs';
|
|
21
|
+
import '@paraview/lib';
|
|
22
|
+
import '@para-ui/core/GlobalContext';
|
|
23
|
+
|
|
24
|
+
var en = {
|
|
25
|
+
moreActions: 'More actions'
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
var zh = {
|
|
29
|
+
moreActions: '更多操作'
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
var localeJson = {
|
|
33
|
+
zh: zh,
|
|
34
|
+
en: en
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/21 下午5:16\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n@keyframes buttonLoadingSpin {\n 0% {\n transform: rotate(0);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.paraui-v3-button {\n border: 0;\n cursor: pointer;\n display: inline-flex;\n outline: 0;\n position: relative;\n align-items: center;\n user-select: none;\n vertical-align: middle;\n justify-content: center;\n text-decoration: none;\n background-color: transparent;\n appearance: none;\n -webkit-tap-highlight-color: transparent;\n padding: 0 16px;\n line-height: 1.5715;\n border-radius: 4px;\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 white-space: nowrap;\n color: rgb(255, 255, 255);\n box-sizing: border-box;\n letter-spacing: 0.02857em;\n transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n.paraui-v3-button .button-label {\n width: 100%;\n display: inherit;\n align-items: inherit;\n justify-content: inherit;\n}\n.paraui-v3-button .button-icon {\n display: inherit;\n margin-right: 4px;\n}\n.paraui-v3-button .button-icon svg {\n color: inherit;\n font-size: 16px;\n}\n.paraui-v3-button .button-icon-end {\n margin-right: 0;\n margin-left: 4px;\n}\n.paraui-v3-button .button-icon-loading {\n animation: buttonLoadingSpin 1s infinite linear;\n}\n.paraui-v3-button-loading {\n pointer-events: none;\n}\n.paraui-v3-button-contained {\n color: rgb(255, 255, 255);\n background-color: rgb(54, 102, 214);\n}\n.paraui-v3-button-contained:hover {\n background-color: rgba(54, 102, 214, 0.8);\n}\n.paraui-v3-button-contained.paraui-v3-button-link-disabled {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-button-contained.paraui-v3-button-link-disabled:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-contained[disabled] {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-button-contained[disabled]:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-contained.paraui-v3-button-dangerous {\n background-color: rgb(235, 96, 84);\n}\n.paraui-v3-button-contained.paraui-v3-button-dangerous:hover {\n background-color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-button-outlined {\n color: rgba(46, 55, 67, 0.7);\n background-color: rgb(255, 255, 255);\n border: 1px solid rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-button-outlined:hover {\n color: rgb(54, 102, 214);\n border-color: rgba(54, 102, 214, 0.2);\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-button-outlined.paraui-v3-button-link-disabled {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-button-outlined.paraui-v3-button-link-disabled:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-outlined[disabled] {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-button-outlined[disabled]:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-outlined.paraui-v3-button-dangerous {\n color: rgb(235, 96, 84);\n border-color: rgb(235, 96, 84);\n}\n.paraui-v3-button-outlined.paraui-v3-button-dangerous:hover {\n color: rgb(235, 96, 84);\n border-color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-button-text {\n color: rgb(54, 102, 214);\n background-color: transparent;\n border: none;\n}\n.paraui-v3-button-text:hover {\n color: rgba(54, 102, 214, 0.8);\n background-color: transparent;\n}\n.paraui-v3-button-text.paraui-v3-button-link-disabled {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-button-text.paraui-v3-button-link-disabled:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-text[disabled] {\n color: rgba(46, 55, 67, 0.4);\n background-color: transparent;\n border: none;\n pointer-events: none;\n}\n.paraui-v3-button-text[disabled]:hover {\n background-color: transparent;\n}\n.paraui-v3-button-text.paraui-v3-button-dangerous {\n color: rgb(235, 96, 84);\n}\n.paraui-v3-button-text.paraui-v3-button-dangerous:hover {\n color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-button-large {\n height: 36px;\n}\n.paraui-v3-button-medium {\n height: 32px;\n}\n.paraui-v3-button-small {\n height: 28px;\n}\n.paraui-v3-button--disabled {\n display: inline-block;\n}\n\n.paraui-v3-icon-button {\n flex: 0 0 auto;\n overflow: visible;\n text-align: center;\n transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n padding: 0;\n border-radius: 4px;\n}\n.paraui-v3-icon-button-loading {\n pointer-events: none;\n}\n.paraui-v3-icon-button-loading .button-loading-icon {\n display: inline-flex;\n animation: buttonLoadingSpin 1s infinite linear;\n}\n.paraui-v3-icon-button svg {\n color: inherit;\n font-size: 16px;\n}\n.paraui-v3-icon-button-contained {\n color: rgb(255, 255, 255);\n background-color: rgb(54, 102, 214);\n}\n.paraui-v3-icon-button-contained:hover {\n background-color: rgba(54, 102, 214, 0.8);\n box-shadow: none;\n}\n.paraui-v3-icon-button-contained.paraui-v3-button-link-disabled {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-icon-button-contained.paraui-v3-button-link-disabled:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-icon-button-contained[disabled] {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-icon-button-contained[disabled]:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-icon-button-contained.paraui-v3-icon-button-dangerous {\n background-color: rgb(235, 96, 84);\n}\n.paraui-v3-icon-button-contained.paraui-v3-icon-button-dangerous:hover {\n background-color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-icon-button-outlined {\n color: rgba(46, 55, 67, 0.7);\n background-color: rgb(255, 255, 255);\n border: 1px solid rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-icon-button-outlined:hover {\n color: rgb(54, 102, 214);\n border-color: rgba(54, 102, 214, 0.2);\n box-shadow: none;\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-icon-button-outlined.paraui-v3-button-link-disabled {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-icon-button-outlined.paraui-v3-button-link-disabled:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-icon-button-outlined[disabled] {\n color: rgba(46, 55, 67, 0.4);\n background-color: rgba(171, 176, 185, 0.12);\n border: 1px solid rgba(171, 176, 185, 0.4);\n cursor: default;\n pointer-events: none;\n}\n.paraui-v3-icon-button-outlined[disabled]:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-icon-button-outlined.paraui-v3-icon-button-dangerous {\n color: rgb(235, 96, 84);\n border-color: rgb(235, 96, 84);\n}\n.paraui-v3-icon-button-outlined.paraui-v3-icon-button-dangerous:hover {\n color: rgb(235, 96, 84);\n border-color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-icon-button-text {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-icon-button-text:hover {\n color: rgba(54, 102, 214, 0.8);\n background-color: transparent;\n}\n.paraui-v3-icon-button-text.paraui-v3-button-link-disabled {\n pointer-events: none;\n color: rgba(46, 55, 67, 0.4);\n}\n.paraui-v3-icon-button-text.paraui-v3-button-link-disabled:hover {\n background-color: transparent;\n}\n.paraui-v3-icon-button-text[disabled] {\n color: rgba(46, 55, 67, 0.4);\n pointer-events: none;\n}\n.paraui-v3-icon-button-text[disabled]:hover {\n background-color: transparent;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-dangerous {\n color: rgb(235, 96, 84);\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-dangerous:hover {\n color: rgba(235, 96, 84, 0.8);\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-large {\n width: auto;\n height: auto;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-large svg {\n font-size: 28px;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-medium {\n width: auto;\n height: auto;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-medium svg {\n font-size: 24px;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-small {\n width: auto;\n height: auto;\n}\n.paraui-v3-icon-button-text.paraui-v3-icon-button-small svg {\n font-size: 20px;\n}\n.paraui-v3-icon-button-large {\n width: 36px;\n height: 36px;\n}\n.paraui-v3-icon-button-medium {\n width: 32px;\n height: 32px;\n}\n.paraui-v3-icon-button-small {\n width: 28px;\n height: 28px;\n}\n\n.paraui-v3-button-split {\n display: inline-block;\n}\n.paraui-v3-button-split .paraui-v3-button-split--active {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-button-split-list {\n padding: 8px 0;\n border-radius: 4px;\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-button-split-list ul .split-li {\n padding: 11px 12px;\n color: rgb(46, 55, 67);\n font-size: 14px;\n line-height: 1;\n cursor: pointer;\n transition: background-color 0.3s, color 0.3s;\n}\n.paraui-v3-button-split-list ul .split-li:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-split-list ul .split-li.split-li--active {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-button-split-list ul .split-li.split-li--active:hover {\n background-color: rgba(171, 176, 185, 0.12);\n}\n.paraui-v3-button-split-list ul .split-li.split-li--hover:active {\n color: rgb(54, 102, 214);\n}\n.paraui-v3-button-split-list ul .split-li.split-li--hover:hover {\n background-color: rgba(171, 176, 185, 0.12);\n color: rgb(54, 102, 214);\n}\n.paraui-v3-button-split-list ul .split-li.split-li--disabled {\n color: rgba(46, 55, 67, 0.4);\n cursor: not-allowed;\n}\n.paraui-v3-button-split-list ul .split-li.split-li--disabled:hover {\n background-color: rgb(255, 255, 255);\n}\n.paraui-v3-button-split-list ul .split-li-group:not(:first-child) {\n position: relative;\n margin-top: 16px;\n}\n.paraui-v3-button-split-list ul .split-li-group:not(:first-child):before {\n content: \"\";\n position: absolute;\n top: -8px;\n left: 8px;\n right: 8px;\n border-top: 1px solid rgba(171, 176, 185, 0.2);\n}";
|
|
38
|
+
styleInject(css_248z);
|
|
39
|
+
|
|
40
|
+
//分体式按钮
|
|
41
|
+
function SplitButton(props) {
|
|
42
|
+
var buttonText = props.buttonText,
|
|
43
|
+
_props$options = props.options,
|
|
44
|
+
options = _props$options === void 0 ? [] : _props$options,
|
|
45
|
+
className = props.className,
|
|
46
|
+
style = props.style,
|
|
47
|
+
_props$disabled = props.disabled,
|
|
48
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
49
|
+
onClick = props.onClick,
|
|
50
|
+
optionRender = props.optionRender,
|
|
51
|
+
_props$placement = props.placement,
|
|
52
|
+
placement = _props$placement === void 0 ? 'bottomRight' : _props$placement,
|
|
53
|
+
buttonProps = props.buttonProps,
|
|
54
|
+
_props$iconButton = props.iconButton,
|
|
55
|
+
iconButton = _props$iconButton === void 0 ? false : _props$iconButton,
|
|
56
|
+
popperStyle = props.popperStyle,
|
|
57
|
+
_props$popperClassNam = props.popperClassName,
|
|
58
|
+
popperClassName = _props$popperClassNam === void 0 ? '' : _props$popperClassNam,
|
|
59
|
+
getPopupContainer = props.getPopupContainer;
|
|
60
|
+
var intl = useFormatMessage('Button', localeJson);
|
|
61
|
+
var btnRef = useRef();
|
|
62
|
+
// const [selectedIndex, setSelectedIndex] = useState<number | string>();
|
|
63
|
+
// button click
|
|
64
|
+
var handleButtonClick = function handleButtonClick(opt, index, event) {
|
|
65
|
+
var _a;
|
|
66
|
+
if (opt.disabled) {
|
|
67
|
+
event.stopPropagation();
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
// setSelectedIndex(index);
|
|
71
|
+
(_a = btnRef.current) === null || _a === void 0 ? void 0 : _a.classList.remove("".concat($prefixCls, "-button-split--active"));
|
|
72
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(opt, event);
|
|
73
|
+
};
|
|
74
|
+
//渲染按钮列表
|
|
75
|
+
var renderButtonList = function renderButtonList() {
|
|
76
|
+
//分组列表
|
|
77
|
+
var generateLiGroup = function generateLiGroup(opt, index) {
|
|
78
|
+
return jsx("li", Object.assign({
|
|
79
|
+
className: 'split-li-group'
|
|
80
|
+
}, {
|
|
81
|
+
children: opt.map(function (gItem, gIndex) {
|
|
82
|
+
var idx = "".concat(index, "-").concat(gIndex);
|
|
83
|
+
return jsx("div", Object.assign({
|
|
84
|
+
className: clsx('split-li',
|
|
85
|
+
// idx === selectedIndex && 'split-li--active',
|
|
86
|
+
gItem.disabled ? 'split-li--disabled' : 'split-li--hover'),
|
|
87
|
+
onClick: function onClick(evt) {
|
|
88
|
+
return handleButtonClick(gItem, idx, evt);
|
|
89
|
+
}
|
|
90
|
+
}, {
|
|
91
|
+
children: (optionRender === null || optionRender === void 0 ? void 0 : optionRender(gItem)) || gItem.label
|
|
92
|
+
}), idx);
|
|
93
|
+
})
|
|
94
|
+
}), index);
|
|
95
|
+
};
|
|
96
|
+
return jsx("div", Object.assign({
|
|
97
|
+
className: "".concat($prefixCls, "-button-split-list")
|
|
98
|
+
}, {
|
|
99
|
+
children: jsx("ul", {
|
|
100
|
+
children: options.map(function (opt, index) {
|
|
101
|
+
if (Array.isArray(opt)) {
|
|
102
|
+
//分组
|
|
103
|
+
return generateLiGroup(opt, index);
|
|
104
|
+
}
|
|
105
|
+
return jsx("li", Object.assign({
|
|
106
|
+
className: clsx('split-li',
|
|
107
|
+
// index === selectedIndex && 'split-li--active',
|
|
108
|
+
opt.disabled ? 'split-li--disabled' : 'split-li--hover'),
|
|
109
|
+
onClick: function onClick(evt) {
|
|
110
|
+
return handleButtonClick(opt, index, evt);
|
|
111
|
+
}
|
|
112
|
+
}, {
|
|
113
|
+
children: (optionRender === null || optionRender === void 0 ? void 0 : optionRender(opt)) || opt.label
|
|
114
|
+
}), index);
|
|
115
|
+
})
|
|
116
|
+
})
|
|
117
|
+
}));
|
|
118
|
+
};
|
|
119
|
+
//渲染button
|
|
120
|
+
var renderButton = function renderButton() {
|
|
121
|
+
if (iconButton) {
|
|
122
|
+
return jsx(Button.IconButton, Object.assign({
|
|
123
|
+
variant: 'text',
|
|
124
|
+
size: "small",
|
|
125
|
+
disabled: disabled
|
|
126
|
+
}, buttonProps, {
|
|
127
|
+
children: buttonText !== null && buttonText !== void 0 ? buttonText : intl({
|
|
128
|
+
id: 'moreActions'
|
|
129
|
+
})
|
|
130
|
+
}));
|
|
131
|
+
}
|
|
132
|
+
return jsx(Button, Object.assign({
|
|
133
|
+
variant: 'outlined',
|
|
134
|
+
size: 'large',
|
|
135
|
+
startIcon: jsx(Down, {}),
|
|
136
|
+
disabled: disabled
|
|
137
|
+
}, buttonProps, {
|
|
138
|
+
children: buttonText !== null && buttonText !== void 0 ? buttonText : intl({
|
|
139
|
+
id: 'moreActions'
|
|
140
|
+
})
|
|
141
|
+
}));
|
|
142
|
+
};
|
|
143
|
+
return jsx("div", Object.assign({
|
|
144
|
+
className: clsx("".concat($prefixCls, "-button-split"), className),
|
|
145
|
+
style: style
|
|
146
|
+
}, {
|
|
147
|
+
children: jsx(Dropdown, Object.assign({
|
|
148
|
+
overlay: renderButtonList(),
|
|
149
|
+
placement: placement,
|
|
150
|
+
overlayStyle: popperStyle,
|
|
151
|
+
overlayClassName: popperClassName,
|
|
152
|
+
getPopupContainer: getPopupContainer
|
|
153
|
+
}, {
|
|
154
|
+
children: renderButton()
|
|
155
|
+
}))
|
|
156
|
+
}));
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
//按钮
|
|
160
|
+
var InternalButton = function InternalButton(props) {
|
|
161
|
+
var _props$variant = props.variant,
|
|
162
|
+
variant = _props$variant === void 0 ? 'contained' : _props$variant,
|
|
163
|
+
_props$size = props.size,
|
|
164
|
+
size = _props$size === void 0 ? 'large' : _props$size,
|
|
165
|
+
className = props.className,
|
|
166
|
+
_props$disabled = props.disabled,
|
|
167
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
168
|
+
children = props.children,
|
|
169
|
+
startIcon = props.startIcon,
|
|
170
|
+
endIcon = props.endIcon,
|
|
171
|
+
_props$loading = props.loading,
|
|
172
|
+
loading = _props$loading === void 0 ? false : _props$loading,
|
|
173
|
+
_props$toolTipTitle = props.toolTipTitle,
|
|
174
|
+
toolTipTitle = _props$toolTipTitle === void 0 ? '' : _props$toolTipTitle,
|
|
175
|
+
TooltipProps = props.TooltipProps,
|
|
176
|
+
_props$danger = props.danger,
|
|
177
|
+
danger = _props$danger === void 0 ? false : _props$danger,
|
|
178
|
+
href = props.href,
|
|
179
|
+
target = props.target,
|
|
180
|
+
restProps = __rest(props, ["variant", "size", "className", "disabled", "children", "startIcon", "endIcon", "loading", "toolTipTitle", "TooltipProps", "danger", "href", "target"]);
|
|
181
|
+
var _useState = useState(false),
|
|
182
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
183
|
+
hasLoading = _useState2[0],
|
|
184
|
+
setHasLoading = _useState2[1];
|
|
185
|
+
var isLinkBtn = ('href' in props);
|
|
186
|
+
//cls
|
|
187
|
+
var makeCls = function makeCls() {
|
|
188
|
+
return clsx("".concat($prefixCls, "-button"), className, "".concat($prefixCls, "-button-").concat(variant), "".concat($prefixCls, "-button-").concat(size), hasLoading && "".concat($prefixCls, "-button-loading"), danger && !disabled && "".concat($prefixCls, "-button-dangerous"), isLinkBtn && "".concat($prefixCls, "-button-link"), isLinkBtn && disabled && "".concat($prefixCls, "-button-link-disabled"));
|
|
189
|
+
};
|
|
190
|
+
//渲染按钮图标
|
|
191
|
+
var renderBtnIcon = function renderBtnIcon(pos) {
|
|
192
|
+
if (!hasLoading) {
|
|
193
|
+
if (pos === 'start' && startIcon) return jsx("span", Object.assign({
|
|
194
|
+
className: 'button-icon'
|
|
195
|
+
}, {
|
|
196
|
+
children: startIcon
|
|
197
|
+
}));
|
|
198
|
+
if (pos === 'end' && endIcon) return jsx("span", Object.assign({
|
|
199
|
+
className: 'button-icon button-icon-end'
|
|
200
|
+
}, {
|
|
201
|
+
children: endIcon
|
|
202
|
+
}));
|
|
203
|
+
return null;
|
|
204
|
+
}
|
|
205
|
+
if (_typeof(loading) === 'object') {
|
|
206
|
+
var delay = loading.delay || 0;
|
|
207
|
+
setTimeout(function () {
|
|
208
|
+
return setHasLoading(false);
|
|
209
|
+
}, delay);
|
|
210
|
+
}
|
|
211
|
+
if (pos === 'start') return jsx("span", Object.assign({
|
|
212
|
+
className: 'button-icon button-icon-loading'
|
|
213
|
+
}, {
|
|
214
|
+
children: jsx(LoadingOutlined, {})
|
|
215
|
+
}));
|
|
216
|
+
return null;
|
|
217
|
+
};
|
|
218
|
+
//tooltip title
|
|
219
|
+
var generateTooltipTitle = function generateTooltipTitle() {
|
|
220
|
+
if (disabled && toolTipTitle) {
|
|
221
|
+
var svgObj = {
|
|
222
|
+
marginRight: '4px',
|
|
223
|
+
fontSize: '11px',
|
|
224
|
+
color: 'inherit'
|
|
225
|
+
};
|
|
226
|
+
return jsxs("span", {
|
|
227
|
+
children: [jsx(Forbid, {
|
|
228
|
+
style: svgObj
|
|
229
|
+
}), toolTipTitle]
|
|
230
|
+
});
|
|
231
|
+
}
|
|
232
|
+
return toolTipTitle;
|
|
233
|
+
};
|
|
234
|
+
//按钮
|
|
235
|
+
var renderButton = function renderButton() {
|
|
236
|
+
if (isLinkBtn) {
|
|
237
|
+
return jsxs("a", Object.assign({}, restProps, {
|
|
238
|
+
href: href,
|
|
239
|
+
target: target,
|
|
240
|
+
className: makeCls()
|
|
241
|
+
}, {
|
|
242
|
+
children: [renderBtnIcon('start'), children && jsx("span", Object.assign({
|
|
243
|
+
className: 'button-label'
|
|
244
|
+
}, {
|
|
245
|
+
children: children
|
|
246
|
+
})), renderBtnIcon('end')]
|
|
247
|
+
}));
|
|
248
|
+
}
|
|
249
|
+
return jsxs("button", Object.assign({}, restProps, {
|
|
250
|
+
disabled: disabled,
|
|
251
|
+
type: "button",
|
|
252
|
+
className: makeCls()
|
|
253
|
+
}, {
|
|
254
|
+
children: [renderBtnIcon('start'), children && jsx("span", Object.assign({
|
|
255
|
+
className: 'button-label'
|
|
256
|
+
}, {
|
|
257
|
+
children: children
|
|
258
|
+
})), renderBtnIcon('end')]
|
|
259
|
+
}));
|
|
260
|
+
};
|
|
261
|
+
useEffect(function () {
|
|
262
|
+
setHasLoading(!!loading);
|
|
263
|
+
}, [loading]);
|
|
264
|
+
return disabled && toolTipTitle ? jsx(Tooltip, Object.assign({
|
|
265
|
+
arrow: false,
|
|
266
|
+
placement: 'bottom'
|
|
267
|
+
}, TooltipProps, {
|
|
268
|
+
title: generateTooltipTitle()
|
|
269
|
+
}, {
|
|
270
|
+
children: jsx("span", Object.assign({
|
|
271
|
+
className: "".concat($prefixCls, "-button--disabled")
|
|
272
|
+
}, {
|
|
273
|
+
children: renderButton()
|
|
274
|
+
}))
|
|
275
|
+
})) : renderButton();
|
|
276
|
+
};
|
|
277
|
+
//icon button
|
|
278
|
+
var IconButton = function IconButton(props) {
|
|
279
|
+
var _props$variant2 = props.variant,
|
|
280
|
+
variant = _props$variant2 === void 0 ? 'contained' : _props$variant2,
|
|
281
|
+
_props$size2 = props.size,
|
|
282
|
+
size = _props$size2 === void 0 ? 'large' : _props$size2,
|
|
283
|
+
_props$toolTipTitle2 = props.toolTipTitle,
|
|
284
|
+
toolTipTitle = _props$toolTipTitle2 === void 0 ? '' : _props$toolTipTitle2,
|
|
285
|
+
children = props.children,
|
|
286
|
+
className = props.className,
|
|
287
|
+
_props$disabled2 = props.disabled,
|
|
288
|
+
disabled = _props$disabled2 === void 0 ? false : _props$disabled2,
|
|
289
|
+
_props$loading2 = props.loading,
|
|
290
|
+
loading = _props$loading2 === void 0 ? false : _props$loading2,
|
|
291
|
+
TooltipProps = props.TooltipProps,
|
|
292
|
+
_props$danger2 = props.danger,
|
|
293
|
+
danger = _props$danger2 === void 0 ? false : _props$danger2,
|
|
294
|
+
href = props.href,
|
|
295
|
+
target = props.target,
|
|
296
|
+
restProps = __rest(props, ["variant", "size", "toolTipTitle", "children", "className", "disabled", "loading", "TooltipProps", "danger", "href", "target"]);
|
|
297
|
+
var _useState3 = useState(false),
|
|
298
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
299
|
+
hasLoading = _useState4[0],
|
|
300
|
+
setHasLoading = _useState4[1];
|
|
301
|
+
var isLinkBtn = ('href' in props);
|
|
302
|
+
//cls
|
|
303
|
+
var makeCls = function makeCls() {
|
|
304
|
+
return clsx("".concat($prefixCls, "-button ").concat($prefixCls, "-icon-button"), className, "".concat($prefixCls, "-icon-button-").concat(variant), "".concat($prefixCls, "-icon-button-").concat(size), hasLoading && "".concat($prefixCls, "-icon-button-loading"), danger && !disabled && "".concat($prefixCls, "-icon-button-dangerous"), isLinkBtn && "".concat($prefixCls, "-button-link"), isLinkBtn && disabled && "".concat($prefixCls, "-button-link-disabled"));
|
|
305
|
+
};
|
|
306
|
+
//tooltip title
|
|
307
|
+
var generateTooltipTitle = function generateTooltipTitle() {
|
|
308
|
+
if (disabled && toolTipTitle) {
|
|
309
|
+
var svgObj = {
|
|
310
|
+
marginRight: '4px',
|
|
311
|
+
fontSize: '11px',
|
|
312
|
+
color: 'inherit'
|
|
313
|
+
};
|
|
314
|
+
return jsxs("span", {
|
|
315
|
+
children: [jsx(Forbid, {
|
|
316
|
+
style: svgObj
|
|
317
|
+
}), toolTipTitle]
|
|
318
|
+
});
|
|
319
|
+
}
|
|
320
|
+
return toolTipTitle;
|
|
321
|
+
};
|
|
322
|
+
//渲染图标
|
|
323
|
+
var renderIcon = function renderIcon() {
|
|
324
|
+
if (!hasLoading) return children;
|
|
325
|
+
if (_typeof(loading) === 'object') {
|
|
326
|
+
var delay = loading.delay || 0;
|
|
327
|
+
setTimeout(function () {
|
|
328
|
+
return setHasLoading(false);
|
|
329
|
+
}, delay);
|
|
330
|
+
}
|
|
331
|
+
return jsx("span", Object.assign({
|
|
332
|
+
className: 'button-loading-icon'
|
|
333
|
+
}, {
|
|
334
|
+
children: jsx(LoadingOutlined, {})
|
|
335
|
+
}));
|
|
336
|
+
};
|
|
337
|
+
//icon button
|
|
338
|
+
var renderIconButton = function renderIconButton() {
|
|
339
|
+
if (isLinkBtn) {
|
|
340
|
+
return jsx("a", Object.assign({}, restProps, {
|
|
341
|
+
href: href,
|
|
342
|
+
target: target,
|
|
343
|
+
className: makeCls()
|
|
344
|
+
}, {
|
|
345
|
+
children: renderIcon()
|
|
346
|
+
}));
|
|
347
|
+
}
|
|
348
|
+
return jsx("button", Object.assign({}, restProps, {
|
|
349
|
+
disabled: disabled,
|
|
350
|
+
type: "button",
|
|
351
|
+
className: makeCls()
|
|
352
|
+
}, {
|
|
353
|
+
children: renderIcon()
|
|
354
|
+
}));
|
|
355
|
+
};
|
|
356
|
+
useEffect(function () {
|
|
357
|
+
setHasLoading(!!loading);
|
|
358
|
+
}, [loading]);
|
|
359
|
+
return !!toolTipTitle ? jsx(Tooltip, Object.assign({
|
|
360
|
+
arrow: false,
|
|
361
|
+
placement: 'bottom'
|
|
362
|
+
}, TooltipProps, {
|
|
363
|
+
title: generateTooltipTitle()
|
|
364
|
+
}, {
|
|
365
|
+
children: disabled ? jsx("span", Object.assign({
|
|
366
|
+
className: "".concat($prefixCls, "-button--disabled")
|
|
367
|
+
}, {
|
|
368
|
+
children: renderIconButton()
|
|
369
|
+
})) : renderIconButton()
|
|
370
|
+
}), +hasLoading) : renderIconButton();
|
|
371
|
+
};
|
|
372
|
+
var Button = InternalButton;
|
|
373
|
+
Button.IconButton = IconButton;
|
|
374
|
+
Button.SplitButton = SplitButton;
|
|
375
|
+
|
|
376
|
+
export { Button, Button as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/4 上午10:21
|
|
4
|
+
* @description 按钮组
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import { ButtonProps } from '../Button';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export interface ButtonItem extends ButtonProps {
|
|
10
|
+
/** 图标*/
|
|
11
|
+
icon?: ReactNode;
|
|
12
|
+
/** 文本*/
|
|
13
|
+
text?: ReactNode;
|
|
14
|
+
[key: string]: any;
|
|
15
|
+
}
|
|
16
|
+
export interface ButtonGroupProps {
|
|
17
|
+
/** 按钮组模式 */
|
|
18
|
+
mode?: 'icon' | 'iconSplit' | 'text';
|
|
19
|
+
/** 按钮组数据 */
|
|
20
|
+
data: ButtonItem[];
|
|
21
|
+
/** cls */
|
|
22
|
+
className?: string;
|
|
23
|
+
/** 显示tooltip */
|
|
24
|
+
showToolTip?: boolean;
|
|
25
|
+
/** 禁用按钮组 */
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
/**自定义样式*/
|
|
28
|
+
style?: React.CSSProperties;
|
|
29
|
+
/** onClick */
|
|
30
|
+
onClick?: (item: ButtonItem, event?: React.MouseEvent) => void;
|
|
31
|
+
}
|
|
32
|
+
export declare const ButtonGroup: FunctionComponent<ButtonGroupProps>;
|
|
33
|
+
export default ButtonGroup;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { _ as __rest } from '../_verture/tslib.es6-55ed4bd2.js';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import React__default from 'react';
|
|
4
|
+
import { Button } from '../Button/index.js';
|
|
5
|
+
import { Tooltip } from '../Tooltip/index.js';
|
|
6
|
+
import clsx from 'clsx';
|
|
7
|
+
import Forbid from '@para-ui/icons/Forbid';
|
|
8
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
9
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
10
|
+
import '../_verture/typeof-498dd2b1.js';
|
|
11
|
+
import '../_verture/slicedToArray-76060636.js';
|
|
12
|
+
import '../_verture/unsupportedIterableToArray-cb478f24.js';
|
|
13
|
+
import '@para-ui/icons/LoadingF';
|
|
14
|
+
import '@para-ui/icons/Down';
|
|
15
|
+
import '../_verture/index-77f9e0fb.js';
|
|
16
|
+
import 'rc-dropdown';
|
|
17
|
+
import '../_verture/usePopupContainer-87febeb9.js';
|
|
18
|
+
import 'dayjs';
|
|
19
|
+
import '@paraview/lib';
|
|
20
|
+
import '../_verture/useFormatMessage-703f8b20.js';
|
|
21
|
+
import '@para-ui/core/GlobalContext';
|
|
22
|
+
import 'rc-tooltip';
|
|
23
|
+
import 'rc-tooltip/lib/placements';
|
|
24
|
+
|
|
25
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/26 下午2:39\n* @description\n*/\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-button-group {\n display: inline-flex;\n align-items: center;\n}\n.paraui-v3-button-group-iconSplit .paraui-v3-icon-button:not(:last-child) {\n margin-right: 8px;\n}\n.paraui-v3-button-group-iconSplit.paraui-v3-button-group-tooltip > span:not(:last-child) {\n margin-right: 8px;\n}\n.paraui-v3-button-group-icon {\n border: 1px solid rgba(171, 176, 185, 0.4);\n border-radius: 4px;\n}\n.paraui-v3-button-group-icon .paraui-v3-icon-button {\n border: none;\n border-radius: 0;\n}\n.paraui-v3-button-group-icon .paraui-v3-icon-button:not(:last-child) {\n border-right: 1px solid rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-button-group-icon .paraui-v3-icon-button:first-child {\n border-radius: 4px 0 0 4px;\n}\n.paraui-v3-button-group-icon .paraui-v3-icon-button:last-child {\n border-radius: 0 4px 4px 0;\n}\n.paraui-v3-button-group-icon.paraui-v3-button-group-tooltip > span .paraui-v3-icon-button {\n border: none;\n border-radius: 0;\n}\n.paraui-v3-button-group-icon.paraui-v3-button-group-tooltip > span:not(:last-child) .paraui-v3-icon-button {\n border-right: 1px solid rgba(171, 176, 185, 0.4);\n}\n.paraui-v3-button-group-icon.paraui-v3-button-group-tooltip > span:first-child .paraui-v3-icon-button {\n border-radius: 4px 0 0 4px;\n}\n.paraui-v3-button-group-icon.paraui-v3-button-group-tooltip > span:last-child .paraui-v3-icon-button {\n border-radius: 0 4px 4px 0;\n}\n.paraui-v3-button-group-text .paraui-v3-button {\n border: none;\n border-radius: 0;\n}\n.paraui-v3-button-group-text .paraui-v3-button:not(:last-child) {\n border-right: 1px solid rgba(171, 176, 185, 0.4);\n}";
|
|
26
|
+
styleInject(css_248z);
|
|
27
|
+
|
|
28
|
+
//按钮组
|
|
29
|
+
var ButtonGroup = function ButtonGroup(props) {
|
|
30
|
+
var _props$mode = props.mode,
|
|
31
|
+
mode = _props$mode === void 0 ? 'icon' : _props$mode,
|
|
32
|
+
_props$data = props.data,
|
|
33
|
+
data = _props$data === void 0 ? [] : _props$data,
|
|
34
|
+
className = props.className,
|
|
35
|
+
_props$showToolTip = props.showToolTip,
|
|
36
|
+
showToolTip = _props$showToolTip === void 0 ? false : _props$showToolTip,
|
|
37
|
+
onClick = props.onClick,
|
|
38
|
+
_props$disabled = props.disabled,
|
|
39
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
40
|
+
style = props.style;
|
|
41
|
+
//tooltip title
|
|
42
|
+
var generateTooltipTitle = function generateTooltipTitle(disabled, title) {
|
|
43
|
+
if (disabled && title) {
|
|
44
|
+
var svgObj = {
|
|
45
|
+
marginRight: '4px',
|
|
46
|
+
fontSize: '11px',
|
|
47
|
+
color: 'inherit'
|
|
48
|
+
};
|
|
49
|
+
return jsxs("span", {
|
|
50
|
+
children: [jsx(Forbid, {
|
|
51
|
+
style: svgObj
|
|
52
|
+
}), title]
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
return title;
|
|
56
|
+
};
|
|
57
|
+
//渲染按钮组
|
|
58
|
+
var renderButtonGroup = function renderButtonGroup() {
|
|
59
|
+
if (!data || !data.length) return null;
|
|
60
|
+
return data.map(function (item, index) {
|
|
61
|
+
var text = item.text,
|
|
62
|
+
_disabled = item.disabled;
|
|
63
|
+
if (typeof _disabled === 'undefined') {
|
|
64
|
+
_disabled = disabled;
|
|
65
|
+
item.disabled = disabled;
|
|
66
|
+
}
|
|
67
|
+
if (showToolTip && ['icon', 'iconSplit'].includes(mode)) return jsx(Tooltip, Object.assign({
|
|
68
|
+
title: generateTooltipTitle(_disabled, text)
|
|
69
|
+
}, {
|
|
70
|
+
children: jsx("span", {
|
|
71
|
+
children: generateButton(item)
|
|
72
|
+
})
|
|
73
|
+
}), index);
|
|
74
|
+
return jsx(React__default.Fragment, {
|
|
75
|
+
children: generateButton(item)
|
|
76
|
+
}, index);
|
|
77
|
+
});
|
|
78
|
+
};
|
|
79
|
+
//按钮组点击
|
|
80
|
+
var handleClickBubble = function handleClickBubble(data) {
|
|
81
|
+
return function (evt) {
|
|
82
|
+
onClick === null || onClick === void 0 ? void 0 : onClick(data, evt);
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
//生成按钮
|
|
86
|
+
var generateButton = function generateButton(data) {
|
|
87
|
+
var _a = data !== null && data !== void 0 ? data : {},
|
|
88
|
+
text = _a.text,
|
|
89
|
+
icon = _a.icon,
|
|
90
|
+
rest = __rest(_a, ["text", "icon"]);
|
|
91
|
+
switch (mode) {
|
|
92
|
+
case 'text':
|
|
93
|
+
return jsx(Button, Object.assign({
|
|
94
|
+
onClick: handleClickBubble(data),
|
|
95
|
+
variant: 'outlined',
|
|
96
|
+
size: 'small'
|
|
97
|
+
}, rest, {
|
|
98
|
+
children: text
|
|
99
|
+
}));
|
|
100
|
+
case 'icon':
|
|
101
|
+
return jsx(Button.IconButton, Object.assign({
|
|
102
|
+
onClick: handleClickBubble(data),
|
|
103
|
+
variant: 'outlined'
|
|
104
|
+
}, rest, {
|
|
105
|
+
children: icon
|
|
106
|
+
}));
|
|
107
|
+
case 'iconSplit':
|
|
108
|
+
return jsx(Button.IconButton, Object.assign({
|
|
109
|
+
onClick: handleClickBubble(data),
|
|
110
|
+
variant: 'outlined'
|
|
111
|
+
}, rest, {
|
|
112
|
+
children: icon
|
|
113
|
+
}));
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
return jsx("div", Object.assign({
|
|
117
|
+
className: clsx("".concat($prefixCls, "-button-group"), "".concat($prefixCls, "-button-group-").concat(mode), className, showToolTip && "".concat($prefixCls, "-button-group-tooltip")),
|
|
118
|
+
style: style
|
|
119
|
+
}, {
|
|
120
|
+
children: renderButtonGroup()
|
|
121
|
+
}));
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
export { ButtonGroup, ButtonGroup as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2022/2/28 上午11:02
|
|
4
|
+
* @description Carousel
|
|
5
|
+
*/
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import { Settings } from "react-slick";
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export type CarouselEffect = 'scrollx' | 'fade';
|
|
10
|
+
export type DotPosition = 'top' | 'bottom' | 'left' | 'right';
|
|
11
|
+
export interface CarouselProps extends Omit<Settings, 'dots' | 'dotsClass'> {
|
|
12
|
+
/** 动画效果函数 */
|
|
13
|
+
effect?: CarouselEffect;
|
|
14
|
+
/** style */
|
|
15
|
+
style?: React.CSSProperties;
|
|
16
|
+
/** 面板指示点位置 */
|
|
17
|
+
dotPosition?: DotPosition;
|
|
18
|
+
/** 内容节点 */
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
/** 是否显示面板指示点 */
|
|
21
|
+
dots?: boolean | {
|
|
22
|
+
className?: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export interface CarouselRef {
|
|
26
|
+
/** 切换到指定面板,dontAnimate = true 时,不使用动画 */
|
|
27
|
+
goTo: (slide: number, dontAnimate?: boolean) => void;
|
|
28
|
+
/** 切换到下一面板 */
|
|
29
|
+
next: () => void;
|
|
30
|
+
/** 切换到上一面板 */
|
|
31
|
+
prev: () => void;
|
|
32
|
+
/** 播放动画 */
|
|
33
|
+
play: () => void;
|
|
34
|
+
/** 暂停动画 */
|
|
35
|
+
pause: () => void;
|
|
36
|
+
}
|
|
37
|
+
export declare const Carousel: React.ForwardRefExoticComponent<CarouselProps & React.RefAttributes<CarouselRef>>;
|
|
38
|
+
export default Carousel;
|