@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,146 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/19 下午1:47
|
|
4
|
+
* @description 接口
|
|
5
|
+
*/
|
|
6
|
+
import React, { ReactNode } from 'react';
|
|
7
|
+
import { TableProps as ITableProps } from '../Table/interface';
|
|
8
|
+
import { TreeProps, TreeNodeProps } from '../Tree/interface';
|
|
9
|
+
import { Placement } from "../Dropdown";
|
|
10
|
+
import { LabelTooltipProps } from "../Label";
|
|
11
|
+
import { EmptyProps } from '../Empty';
|
|
12
|
+
import { HelperTextDetailProps } from "../HelperText";
|
|
13
|
+
type TableProps = ITableProps & {
|
|
14
|
+
/** table 参数 */
|
|
15
|
+
params?: Object;
|
|
16
|
+
/** 替换显示字段 */
|
|
17
|
+
replaceFields?: {
|
|
18
|
+
key?: string;
|
|
19
|
+
title?: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export type { TableProps, TreeProps };
|
|
23
|
+
export type SelectOpt = {
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
closable?: boolean;
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
export type SelectedOptions = Array<SelectOpt>;
|
|
29
|
+
export type { TreeNodeProps };
|
|
30
|
+
export interface ComboSelectProps extends HelperTextDetailProps {
|
|
31
|
+
/**选择器模式*/
|
|
32
|
+
mode?: 'table' | 'tree' | 'list';
|
|
33
|
+
/**占位符*/
|
|
34
|
+
placeholder?: string;
|
|
35
|
+
/**search 占位符*/
|
|
36
|
+
searchPlaceholder?: string;
|
|
37
|
+
/**最大显示数*/
|
|
38
|
+
maxCount?: number;
|
|
39
|
+
/**禁用选择器*/
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
/** 支持清除 */
|
|
42
|
+
allowClear?: boolean;
|
|
43
|
+
/**cls*/
|
|
44
|
+
className?: string;
|
|
45
|
+
/**样式*/
|
|
46
|
+
style?: React.CSSProperties;
|
|
47
|
+
/**弹出层className*/
|
|
48
|
+
popoverClassName?: string;
|
|
49
|
+
/**容器最大高度*/
|
|
50
|
+
maxHeight?: number;
|
|
51
|
+
/**容器高度*/
|
|
52
|
+
height?: number;
|
|
53
|
+
/**大小*/
|
|
54
|
+
size?: 'large' | 'medium' | 'small';
|
|
55
|
+
/**选择器footer actions*/
|
|
56
|
+
popoverActions?: React.ReactNode;
|
|
57
|
+
/**是否显示footer actions*/
|
|
58
|
+
showPopoverActions?: boolean;
|
|
59
|
+
/**是否默认打开*/
|
|
60
|
+
defaultOpen?: boolean;
|
|
61
|
+
/**默认值 checkable为true SelectOpt[],为false SelectOpt */
|
|
62
|
+
defaultValue?: SelectOpt[] | SelectOpt;
|
|
63
|
+
/**替换显示字段 {key: 'key', title: 'title', children: 'children'} */
|
|
64
|
+
replaceFields?: {
|
|
65
|
+
key?: string;
|
|
66
|
+
title?: string;
|
|
67
|
+
children?: string;
|
|
68
|
+
};
|
|
69
|
+
/**出参字段 {outputKey: 'key', outputTitle: 'label'} */
|
|
70
|
+
outputFields?: {
|
|
71
|
+
outputKey?: string;
|
|
72
|
+
outputTitle?: string;
|
|
73
|
+
};
|
|
74
|
+
/**当前选中值 checkable为true SelectOpt[],为false SelectOpt*/
|
|
75
|
+
value?: SelectOpt[] | SelectOpt;
|
|
76
|
+
/**刷新标识*/
|
|
77
|
+
refresh?: number;
|
|
78
|
+
/**位置*/
|
|
79
|
+
placement?: Placement;
|
|
80
|
+
/** 清除回调 */
|
|
81
|
+
onClear?: () => void;
|
|
82
|
+
/**搜索回调*/
|
|
83
|
+
onSearch?: (searchKey: string) => void;
|
|
84
|
+
/**footer actions 取消回调*/
|
|
85
|
+
onCancel?: () => void;
|
|
86
|
+
/**footer actions 确定回调*/
|
|
87
|
+
onOk?: (options: SelectedOptions) => void;
|
|
88
|
+
/** 关闭选择器回调 */
|
|
89
|
+
onClose?: () => void;
|
|
90
|
+
/**value发生变化时回调*/
|
|
91
|
+
onChange?: (options: SelectOpt[] | SelectOpt, originData?: TreeNodeProps[] | TreeNodeProps) => void;
|
|
92
|
+
/**table组件属性*/
|
|
93
|
+
TableProps?: TableProps;
|
|
94
|
+
/**tree组件属性*/
|
|
95
|
+
TreeProps?: TreeProps;
|
|
96
|
+
/**请求url*/
|
|
97
|
+
url?: string;
|
|
98
|
+
/**请求上下文*/
|
|
99
|
+
ctx?: string;
|
|
100
|
+
/**请求参数*/
|
|
101
|
+
params?: Object;
|
|
102
|
+
/**请求方法*/
|
|
103
|
+
method?: 'Get' | 'Post';
|
|
104
|
+
/**单选或多选*/
|
|
105
|
+
checkable?: boolean;
|
|
106
|
+
/**是否显示搜索*/
|
|
107
|
+
showSearch?: boolean;
|
|
108
|
+
/**参数处理回调*/
|
|
109
|
+
paramsCallback?: (params: {
|
|
110
|
+
[name: string]: any;
|
|
111
|
+
}) => any;
|
|
112
|
+
/**路径字段*/
|
|
113
|
+
fullPathKey?: string;
|
|
114
|
+
/** 自定义路径节点 */
|
|
115
|
+
fullPathRender?: (node: TreeNodeProps) => React.ReactNode;
|
|
116
|
+
/** 禁用弹框模式 */
|
|
117
|
+
disablePopup?: boolean;
|
|
118
|
+
/** 自定义渲染tag */
|
|
119
|
+
tagRender?: (option: SelectOpt) => React.ReactNode;
|
|
120
|
+
/** 删除tag与取消选中的回调,若返回 false 则无法删除与取消 */
|
|
121
|
+
onTagRemove?: (currentOpt?: SelectOpt) => void | boolean;
|
|
122
|
+
/** 暴露给外部的行为,可扩展*/
|
|
123
|
+
action?: React.Ref<{
|
|
124
|
+
closePopup(): void;
|
|
125
|
+
}>;
|
|
126
|
+
/** 标题 */
|
|
127
|
+
label?: ReactNode;
|
|
128
|
+
/** 帮助提示信息 */
|
|
129
|
+
labelTooltip?: LabelTooltipProps;
|
|
130
|
+
/** 是否必填 */
|
|
131
|
+
required?: boolean;
|
|
132
|
+
/** 空状态属性 */
|
|
133
|
+
emptyProps?: EmptyProps;
|
|
134
|
+
/** 单选时可切换选中值,checkable 为 false 时有效 */
|
|
135
|
+
toggleSelectedOnSingle?: boolean;
|
|
136
|
+
/** 自定义渲染列表option */
|
|
137
|
+
optionRender?: (nodeData: TreeNodeProps) => React.ReactNode;
|
|
138
|
+
/** 获得option label */
|
|
139
|
+
getOptionLabel?: (nodeData: TreeNodeProps) => string;
|
|
140
|
+
/** 下拉匹配选择框宽度 */
|
|
141
|
+
dropdownMatchSelectWidth?: boolean | number;
|
|
142
|
+
/** 浮层渲染容器,默认body */
|
|
143
|
+
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
|
144
|
+
/** 最大显示的 tag 文本长度 */
|
|
145
|
+
maxTagTextLength?: number;
|
|
146
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
zh: {
|
|
3
|
+
searchPlaceholder: string;
|
|
4
|
+
cancel: string;
|
|
5
|
+
ok: string;
|
|
6
|
+
fullPath: string;
|
|
7
|
+
pleaseSelect: string;
|
|
8
|
+
selected: string;
|
|
9
|
+
};
|
|
10
|
+
en: {
|
|
11
|
+
searchPlaceholder: string;
|
|
12
|
+
cancel: string;
|
|
13
|
+
ok: string;
|
|
14
|
+
fullPath: string;
|
|
15
|
+
pleaseSelect: string;
|
|
16
|
+
selected: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const getReplaceField: (mode: string, repl: any, tableP: any, treeP: any) => any;
|
|
2
|
+
export declare const toArray: (list: any) => any[];
|
|
3
|
+
export declare const isRemoteLoad: (mode: string, props: any) => boolean;
|
|
4
|
+
export declare const getOverlaySize: (mode: string, isRemoteLoad?: boolean, maxHeight?: number, height?: number) => {
|
|
5
|
+
height: string;
|
|
6
|
+
} | {
|
|
7
|
+
[x: string]: string;
|
|
8
|
+
height?: undefined;
|
|
9
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./index.scss";
|
|
3
|
+
interface Props {
|
|
4
|
+
/**
|
|
5
|
+
* 容器自定义className
|
|
6
|
+
*/
|
|
7
|
+
className?: string;
|
|
8
|
+
/**
|
|
9
|
+
* 布局类型
|
|
10
|
+
ltrb tlrb
|
|
11
|
+
┌───────┬──────────────────────────────┐ ┌───────────────────────────────────┐
|
|
12
|
+
│ │ top │ │ top │
|
|
13
|
+
│ ├──────────────────────────────┤ ├──────┬────────────────────────────┤
|
|
14
|
+
│ │ │ │ │ │
|
|
15
|
+
│ │ │ │ │ │
|
|
16
|
+
│ │ │ │ │ │
|
|
17
|
+
│ │ │ │ │ │
|
|
18
|
+
│ left │ right │ │ left │ right │
|
|
19
|
+
│ │ │ │ │ │
|
|
20
|
+
│ │ │ │ │ │
|
|
21
|
+
│ │ │ │ │ │
|
|
22
|
+
│ │ │ │ │ │
|
|
23
|
+
│ ├──────────────────────────────┤ ├──────┴────────────────────────────┤
|
|
24
|
+
│ │ bottom │ │ bottom │
|
|
25
|
+
└───────┴──────────────────────────────┘ └───────────────────────────────────┘
|
|
26
|
+
ltr trb
|
|
27
|
+
┌──────────────────────────────────────┐ ┌───────────────────────────────────┐
|
|
28
|
+
│ top │ │ top │
|
|
29
|
+
├───────┬──────────────────────────────┤ ├───────────────────────────────────┤
|
|
30
|
+
│ │ │ │ │
|
|
31
|
+
│ │ │ │ │
|
|
32
|
+
│ │ │ │ │
|
|
33
|
+
│ │ │ │ │
|
|
34
|
+
│ left │ right │ │ right │
|
|
35
|
+
│ │ │ │ │
|
|
36
|
+
│ │ │ │ │
|
|
37
|
+
│ │ │ │ │
|
|
38
|
+
│ │ │ ├───────────────────────────────────┤
|
|
39
|
+
│ │ │ │ bottom │
|
|
40
|
+
└───────┴──────────────────────────────┘ └───────────────────────────────────┘
|
|
41
|
+
*/
|
|
42
|
+
type?: "tlrb" | "ltrb" | "trb" | "tlr";
|
|
43
|
+
/**
|
|
44
|
+
* 顶部容器
|
|
45
|
+
*/
|
|
46
|
+
top?: JSX.Element;
|
|
47
|
+
/**
|
|
48
|
+
* 顶部容器样式
|
|
49
|
+
*/
|
|
50
|
+
topStyle?: React.CSSProperties;
|
|
51
|
+
/**
|
|
52
|
+
* 左侧容器
|
|
53
|
+
*/
|
|
54
|
+
left?: JSX.Element;
|
|
55
|
+
/**
|
|
56
|
+
* 左侧容器样式
|
|
57
|
+
*/
|
|
58
|
+
leftStyle?: React.CSSProperties;
|
|
59
|
+
/**
|
|
60
|
+
* 右侧容器
|
|
61
|
+
*/
|
|
62
|
+
right?: JSX.Element;
|
|
63
|
+
/**
|
|
64
|
+
* 右侧容器样式
|
|
65
|
+
*/
|
|
66
|
+
rightStyle?: React.CSSProperties;
|
|
67
|
+
/**
|
|
68
|
+
* 底部容器
|
|
69
|
+
*/
|
|
70
|
+
bottom?: JSX.Element;
|
|
71
|
+
/**
|
|
72
|
+
* 底部容器样式
|
|
73
|
+
*/
|
|
74
|
+
bottomStyle?: React.CSSProperties;
|
|
75
|
+
}
|
|
76
|
+
export declare const Container: (props?: Props) => JSX.Element;
|
|
77
|
+
export default Container;
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { $ as $prefixCls } from '../_verture/constant-66aa48a1.js';
|
|
4
|
+
import { s as styleInject } from '../_verture/style-inject.es-300983ab.js';
|
|
5
|
+
|
|
6
|
+
var css_248z = "@charset \"UTF-8\";\n/**\n* @author Hanz\n* @date 2021/10/20 下午2:08\n* @description color\n*/\n.paraui-v3-container {\n display: flex;\n width: 100%;\n height: 100%;\n}\n.paraui-v3-container > .container-body {\n overflow: auto;\n}\n.paraui-v3-container.paraui-v3-tlr {\n flex-direction: column;\n}\n.paraui-v3-container.paraui-v3-tlr > .container-top {\n flex: none;\n}\n.paraui-v3-container.paraui-v3-tlr > .container-body {\n display: flex;\n overflow: hidden;\n}\n.paraui-v3-container.paraui-v3-tlr > .container-body > .container-body-right {\n flex: 1;\n overflow: auto;\n}\n.paraui-v3-container.paraui-v3-tlr > .container-body > .container-body-right > .container-right {\n height: 100%;\n overflow: auto;\n}\n.paraui-v3-container.paraui-v3-tlr > .container-body > .container-left {\n flex: none;\n}\n.paraui-v3-container.paraui-v3-tlrb {\n flex-direction: column;\n}\n.paraui-v3-container.paraui-v3-tlrb > .container-top {\n flex: none;\n}\n.paraui-v3-container.paraui-v3-tlrb > .container-body {\n display: flex;\n overflow: hidden;\n}\n.paraui-v3-container.paraui-v3-tlrb > .container-body > .container-left {\n flex: none;\n}\n.paraui-v3-container.paraui-v3-tlrb > .container-body > .container-right {\n flex: 1;\n overflow: auto;\n}\n.paraui-v3-container.paraui-v3-ltrb > .container-body {\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n.paraui-v3-container.paraui-v3-ltrb > .container-body > .container-right {\n flex: 1;\n overflow: auto;\n}\n.paraui-v3-container.paraui-v3-ltrb > .container-left {\n flex: none;\n}\n.paraui-v3-container.paraui-v3-trb {\n flex-direction: column;\n}\n.paraui-v3-container.paraui-v3-trb > .container-right {\n flex: 1;\n overflow: auto;\n}";
|
|
7
|
+
styleInject(css_248z);
|
|
8
|
+
|
|
9
|
+
// 通用布局容器
|
|
10
|
+
var Container = function Container() {
|
|
11
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
12
|
+
var _props$className = props.className,
|
|
13
|
+
className = _props$className === void 0 ? "" : _props$className,
|
|
14
|
+
top = props.top,
|
|
15
|
+
_props$topStyle = props.topStyle,
|
|
16
|
+
topStyle = _props$topStyle === void 0 ? {} : _props$topStyle,
|
|
17
|
+
left = props.left,
|
|
18
|
+
_props$leftStyle = props.leftStyle,
|
|
19
|
+
leftStyle = _props$leftStyle === void 0 ? {} : _props$leftStyle,
|
|
20
|
+
right = props.right,
|
|
21
|
+
_props$rightStyle = props.rightStyle,
|
|
22
|
+
rightStyle = _props$rightStyle === void 0 ? {} : _props$rightStyle,
|
|
23
|
+
bottom = props.bottom,
|
|
24
|
+
_props$bottomStyle = props.bottomStyle,
|
|
25
|
+
bottomStyle = _props$bottomStyle === void 0 ? {} : _props$bottomStyle,
|
|
26
|
+
_props$type = props.type,
|
|
27
|
+
type = _props$type === void 0 ? "tlr" : _props$type;
|
|
28
|
+
var topSty, leftSty, rightSty, bottomSty, bodySty;
|
|
29
|
+
var position = React__default.useMemo(function () {
|
|
30
|
+
switch (type) {
|
|
31
|
+
case "tlr":
|
|
32
|
+
// 上 左右
|
|
33
|
+
topSty = Object.assign({
|
|
34
|
+
height: top ? "50px" : '0',
|
|
35
|
+
width: "100%"
|
|
36
|
+
}, topStyle);
|
|
37
|
+
leftSty = Object.assign({
|
|
38
|
+
height: "100%",
|
|
39
|
+
width: "auto"
|
|
40
|
+
}, leftStyle);
|
|
41
|
+
bottomSty = Object.assign({
|
|
42
|
+
height: bottom ? "20px" : "0",
|
|
43
|
+
width: "100%"
|
|
44
|
+
}, bottomStyle);
|
|
45
|
+
rightSty = Object.assign({
|
|
46
|
+
height: "calc(100% - ".concat(bottomSty.height, ")"),
|
|
47
|
+
width: "auto"
|
|
48
|
+
}, rightStyle);
|
|
49
|
+
bodySty = {
|
|
50
|
+
width: "100%",
|
|
51
|
+
height: "calc(100% - ".concat(topSty.height, ")")
|
|
52
|
+
};
|
|
53
|
+
return jsxs("div", Object.assign({
|
|
54
|
+
className: "".concat($prefixCls, "-container ").concat($prefixCls, "-tlr ").concat(className)
|
|
55
|
+
}, {
|
|
56
|
+
children: [jsx("div", Object.assign({
|
|
57
|
+
className: "container-top",
|
|
58
|
+
style: topSty
|
|
59
|
+
}, {
|
|
60
|
+
children: top
|
|
61
|
+
})), jsxs("div", Object.assign({
|
|
62
|
+
className: "container-body",
|
|
63
|
+
style: bodySty
|
|
64
|
+
}, {
|
|
65
|
+
children: [jsx("div", Object.assign({
|
|
66
|
+
className: "container-left",
|
|
67
|
+
style: leftSty
|
|
68
|
+
}, {
|
|
69
|
+
children: left
|
|
70
|
+
})), jsx("div", Object.assign({
|
|
71
|
+
className: "container-body-right",
|
|
72
|
+
style: {
|
|
73
|
+
width: "auto",
|
|
74
|
+
height: "100%"
|
|
75
|
+
}
|
|
76
|
+
}, {
|
|
77
|
+
children: jsx("div", Object.assign({
|
|
78
|
+
className: "container-right",
|
|
79
|
+
style: rightSty
|
|
80
|
+
}, {
|
|
81
|
+
children: right
|
|
82
|
+
}))
|
|
83
|
+
}))]
|
|
84
|
+
}))]
|
|
85
|
+
}));
|
|
86
|
+
case "tlrb":
|
|
87
|
+
// 上 左右 下
|
|
88
|
+
topSty = Object.assign({
|
|
89
|
+
height: top ? "50px" : '0',
|
|
90
|
+
width: "100%"
|
|
91
|
+
}, topStyle);
|
|
92
|
+
leftSty = Object.assign({
|
|
93
|
+
height: "100%",
|
|
94
|
+
width: "auto"
|
|
95
|
+
}, leftStyle);
|
|
96
|
+
rightSty = Object.assign({
|
|
97
|
+
height: "100%",
|
|
98
|
+
width: "auto"
|
|
99
|
+
}, rightStyle);
|
|
100
|
+
bottomSty = Object.assign({
|
|
101
|
+
height: bottom ? "20px" : "0px",
|
|
102
|
+
width: "100%"
|
|
103
|
+
}, bottomStyle);
|
|
104
|
+
bodySty = {
|
|
105
|
+
width: "100%",
|
|
106
|
+
height: "calc(100% - ".concat(topSty.height, " - ").concat(bottomSty.height, ")")
|
|
107
|
+
};
|
|
108
|
+
return jsxs("div", Object.assign({
|
|
109
|
+
className: "".concat($prefixCls, "-container ").concat($prefixCls, "-tlrb ").concat(className)
|
|
110
|
+
}, {
|
|
111
|
+
children: [jsx("div", Object.assign({
|
|
112
|
+
className: "container-top",
|
|
113
|
+
style: topSty
|
|
114
|
+
}, {
|
|
115
|
+
children: top
|
|
116
|
+
})), jsxs("div", Object.assign({
|
|
117
|
+
className: "container-body",
|
|
118
|
+
style: bodySty
|
|
119
|
+
}, {
|
|
120
|
+
children: [jsx("div", Object.assign({
|
|
121
|
+
className: "container-left",
|
|
122
|
+
style: leftSty
|
|
123
|
+
}, {
|
|
124
|
+
children: left
|
|
125
|
+
})), jsx("div", Object.assign({
|
|
126
|
+
className: "container-right",
|
|
127
|
+
style: rightSty
|
|
128
|
+
}, {
|
|
129
|
+
children: right
|
|
130
|
+
}))]
|
|
131
|
+
})), jsx("div", Object.assign({
|
|
132
|
+
className: "container-bottom",
|
|
133
|
+
style: bottomSty
|
|
134
|
+
}, {
|
|
135
|
+
children: bottom
|
|
136
|
+
}))]
|
|
137
|
+
}));
|
|
138
|
+
case "ltrb":
|
|
139
|
+
// 左 上右下
|
|
140
|
+
leftSty = Object.assign({
|
|
141
|
+
height: "100%",
|
|
142
|
+
width: "auto"
|
|
143
|
+
}, leftStyle);
|
|
144
|
+
topSty = Object.assign({
|
|
145
|
+
height: top ? "50px" : '0',
|
|
146
|
+
width: "100%"
|
|
147
|
+
}, topStyle);
|
|
148
|
+
bottomSty = Object.assign({
|
|
149
|
+
height: bottom ? "30px" : "0px",
|
|
150
|
+
width: "100%"
|
|
151
|
+
}, bottomStyle);
|
|
152
|
+
rightSty = Object.assign({
|
|
153
|
+
height: "calc(100% - ".concat(topSty.height, "px - ").concat(bottomSty.height, ")"),
|
|
154
|
+
width: "100%"
|
|
155
|
+
}, rightStyle);
|
|
156
|
+
bodySty = {
|
|
157
|
+
width: "auto",
|
|
158
|
+
height: "100%"
|
|
159
|
+
};
|
|
160
|
+
return jsxs("div", Object.assign({
|
|
161
|
+
className: "".concat($prefixCls, "-container ").concat($prefixCls, "-ltrb ").concat(className)
|
|
162
|
+
}, {
|
|
163
|
+
children: [jsx("div", Object.assign({
|
|
164
|
+
className: "container-left",
|
|
165
|
+
style: leftSty
|
|
166
|
+
}, {
|
|
167
|
+
children: left
|
|
168
|
+
})), jsxs("div", Object.assign({
|
|
169
|
+
className: "container-body",
|
|
170
|
+
style: bodySty
|
|
171
|
+
}, {
|
|
172
|
+
children: [jsx("div", Object.assign({
|
|
173
|
+
className: "container-top",
|
|
174
|
+
style: topSty
|
|
175
|
+
}, {
|
|
176
|
+
children: top
|
|
177
|
+
})), jsx("div", Object.assign({
|
|
178
|
+
className: "container-right",
|
|
179
|
+
style: rightSty
|
|
180
|
+
}, {
|
|
181
|
+
children: right
|
|
182
|
+
})), jsx("div", Object.assign({
|
|
183
|
+
className: "container-bottom",
|
|
184
|
+
style: bottomSty
|
|
185
|
+
}, {
|
|
186
|
+
children: bottom
|
|
187
|
+
}))]
|
|
188
|
+
}))]
|
|
189
|
+
}));
|
|
190
|
+
case "trb":
|
|
191
|
+
// 上 中 下
|
|
192
|
+
topSty = Object.assign({
|
|
193
|
+
height: top ? "50px" : '0',
|
|
194
|
+
width: "100%"
|
|
195
|
+
}, topStyle);
|
|
196
|
+
bottomSty = Object.assign({
|
|
197
|
+
height: bottom ? "30px" : "0px",
|
|
198
|
+
width: "100%"
|
|
199
|
+
}, bottomStyle);
|
|
200
|
+
rightSty = Object.assign({
|
|
201
|
+
height: "calc(100% - ".concat(topSty.height, "px - ").concat(bottomSty.height, ")"),
|
|
202
|
+
width: "100%"
|
|
203
|
+
}, rightStyle);
|
|
204
|
+
return jsxs("div", Object.assign({
|
|
205
|
+
className: "".concat($prefixCls, "-container ").concat($prefixCls, "-trb ").concat(className)
|
|
206
|
+
}, {
|
|
207
|
+
children: [jsx("div", Object.assign({
|
|
208
|
+
className: "container-top",
|
|
209
|
+
style: topSty
|
|
210
|
+
}, {
|
|
211
|
+
children: top
|
|
212
|
+
})), jsx("div", Object.assign({
|
|
213
|
+
className: "container-right",
|
|
214
|
+
style: rightSty
|
|
215
|
+
}, {
|
|
216
|
+
children: right
|
|
217
|
+
})), jsx("div", Object.assign({
|
|
218
|
+
className: "container-bottom",
|
|
219
|
+
style: bottomSty
|
|
220
|
+
}, {
|
|
221
|
+
children: bottom
|
|
222
|
+
}))]
|
|
223
|
+
}));
|
|
224
|
+
}
|
|
225
|
+
return jsx("div", {
|
|
226
|
+
children: "Error Position"
|
|
227
|
+
});
|
|
228
|
+
}, [type, className, top, topStyle, left, leftStyle, right, rightStyle, bottom, bottomStyle]);
|
|
229
|
+
return position;
|
|
230
|
+
};
|
|
231
|
+
|
|
232
|
+
export { Container, Container as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { GenerateConfig } from 'rc-picker/lib/generate/index';
|
|
3
|
+
import { RangePickerProps } from '.';
|
|
4
|
+
export default function generateRangePicker<DateType>(generateConfig: GenerateConfig<DateType>): React.ComponentClass<RangePickerProps<DateType>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { GenerateConfig } from 'rc-picker/lib/generate/index';
|
|
3
|
+
import { PickerProps, PickerDateProps, PickerTimeProps } from '.';
|
|
4
|
+
export default function generatePicker<DateType>(generateConfig: GenerateConfig<DateType>): {
|
|
5
|
+
DatePicker: React.ComponentClass<PickerProps<DateType>, any>;
|
|
6
|
+
WeekPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
7
|
+
MonthPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
8
|
+
YearPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
9
|
+
TimePicker: React.ComponentClass<Omit<PickerTimeProps<DateType>, "picker">, any>;
|
|
10
|
+
QuarterPicker: React.ComponentClass<Omit<PickerTimeProps<DateType>, "picker">, any>;
|
|
11
|
+
};
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
import { GenerateConfig } from 'rc-picker/lib/generate/index';
|
|
3
|
+
import { PickerBaseProps as RCPickerBaseProps, PickerDateProps as RCPickerDateProps, PickerTimeProps as RCPickerTimeProps } from 'rc-picker/lib/Picker';
|
|
4
|
+
import { RangePickerBaseProps as RCRangePickerBaseProps, RangePickerDateProps as RCRangePickerDateProps, RangePickerTimeProps as RCRangePickerTimeProps } from 'rc-picker/lib/RangePicker';
|
|
5
|
+
import { Locale as RcPickerLocale } from 'rc-picker/lib/interface';
|
|
6
|
+
import PickerButton from '../PickerButton';
|
|
7
|
+
import PickerTag from '../PickerTag';
|
|
8
|
+
import { Dayjs } from 'dayjs';
|
|
9
|
+
import { LabelTooltipProps } from "../../Label";
|
|
10
|
+
export type ShortcutType = {
|
|
11
|
+
text: string;
|
|
12
|
+
value: Dayjs[] | (() => Dayjs[]);
|
|
13
|
+
};
|
|
14
|
+
type SizeType = 'small' | 'medium' | 'large' | undefined;
|
|
15
|
+
export interface TimePickerLocale {
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
rangePlaceholder?: [string, string];
|
|
18
|
+
}
|
|
19
|
+
export type NullableDateType<DateType> = DateType | null | undefined | string;
|
|
20
|
+
export type Value<DateType> = NullableDateType<DateType>;
|
|
21
|
+
export type RangeValue<DateType> = [NullableDateType<DateType>, NullableDateType<DateType>] | null;
|
|
22
|
+
export declare const Components: {
|
|
23
|
+
button: typeof PickerButton;
|
|
24
|
+
rangeItem: typeof PickerTag;
|
|
25
|
+
};
|
|
26
|
+
type InjectDefaultProps<Props, Type> = Omit<Props, 'locale' | 'generateConfig' | 'prevIcon' | 'nextIcon' | 'superPrevIcon' | 'superNextIcon' | 'hideHeader' | 'components' | 'value' | 'defaultValue'> & {
|
|
27
|
+
/** 国际化 */
|
|
28
|
+
locale?: 'zh' | 'en';
|
|
29
|
+
/** 大小 */
|
|
30
|
+
size?: SizeType;
|
|
31
|
+
/** 显示边框 */
|
|
32
|
+
bordered?: boolean;
|
|
33
|
+
/** 显示错误 */
|
|
34
|
+
error?: boolean;
|
|
35
|
+
/** 帮助文本 */
|
|
36
|
+
helperText?: ReactNode;
|
|
37
|
+
/** value */
|
|
38
|
+
value?: Type extends 'range' ? RangeValue<Dayjs> : NullableDateType<Dayjs>;
|
|
39
|
+
/** 默认值 */
|
|
40
|
+
defaultValue?: Type extends 'range' ? RangeValue<Dayjs> : NullableDateType<Dayjs>;
|
|
41
|
+
/** 标题 */
|
|
42
|
+
label?: ReactNode;
|
|
43
|
+
/** 帮助提示信息 */
|
|
44
|
+
labelTooltip?: LabelTooltipProps;
|
|
45
|
+
/** 是否必填 */
|
|
46
|
+
required?: boolean;
|
|
47
|
+
/** 关闭时是否把弹框定位至屏幕之外,隔离dom污染,默认false */
|
|
48
|
+
isolationPopupOnHide?: boolean;
|
|
49
|
+
};
|
|
50
|
+
export declare const pickerFormatMap: {
|
|
51
|
+
[index: string]: string;
|
|
52
|
+
};
|
|
53
|
+
export type PickerLocale = {
|
|
54
|
+
lang: RcPickerLocale & AdditionalPickerLocaleLangProps;
|
|
55
|
+
timePickerLocale: TimePickerLocale;
|
|
56
|
+
} & AdditionalPickerLocaleProps;
|
|
57
|
+
export type AdditionalPickerLocaleProps = {
|
|
58
|
+
dateFormat?: string;
|
|
59
|
+
dateTimeFormat?: string;
|
|
60
|
+
weekFormat?: string;
|
|
61
|
+
monthFormat?: string;
|
|
62
|
+
};
|
|
63
|
+
export type AdditionalPickerLocaleLangProps = {
|
|
64
|
+
placeholder?: string;
|
|
65
|
+
yearPlaceholder?: string;
|
|
66
|
+
quarterPlaceholder?: string;
|
|
67
|
+
monthPlaceholder?: string;
|
|
68
|
+
weekPlaceholder?: string;
|
|
69
|
+
rangeYearPlaceholder?: [string, string];
|
|
70
|
+
rangeMonthPlaceholder?: [string, string];
|
|
71
|
+
rangeWeekPlaceholder?: [string, string];
|
|
72
|
+
rangePlaceholder?: [string, string];
|
|
73
|
+
};
|
|
74
|
+
export type PickerBaseProps<DateType> = InjectDefaultProps<RCPickerBaseProps<DateType>, ''>;
|
|
75
|
+
export type PickerDateProps<DateType> = InjectDefaultProps<RCPickerDateProps<DateType>, ''>;
|
|
76
|
+
export type PickerTimeProps<DateType> = InjectDefaultProps<RCPickerTimeProps<DateType>, ''>;
|
|
77
|
+
export type PickerProps<DateType> = PickerBaseProps<DateType> | PickerDateProps<DateType> | PickerTimeProps<DateType>;
|
|
78
|
+
export type RangePickerBaseProps<DateType> = InjectDefaultProps<RCRangePickerBaseProps<DateType>, 'range'>;
|
|
79
|
+
export type RangePickerDateProps<DateType> = InjectDefaultProps<RCRangePickerDateProps<DateType>, 'range'>;
|
|
80
|
+
export type RangePickerTimeProps<DateType> = InjectDefaultProps<RCRangePickerTimeProps<DateType>, 'range'>;
|
|
81
|
+
export type RangePickerProps<DateType> = (RangePickerBaseProps<DateType> | RangePickerDateProps<DateType> | RangePickerTimeProps<DateType>) & {
|
|
82
|
+
/** 预设时间范围快捷选择 */
|
|
83
|
+
shortcuts?: ShortcutType[];
|
|
84
|
+
/** 预设范围选择面板位置 */
|
|
85
|
+
shortcutsPlacement?: 'left' | 'right' | 'bottom';
|
|
86
|
+
};
|
|
87
|
+
declare function generatePicker<DateType>(generateConfig: GenerateConfig<DateType>): React.ComponentClass<PickerProps<DateType>, any> & {
|
|
88
|
+
WeekPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
89
|
+
MonthPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
90
|
+
YearPicker: React.ComponentClass<Omit<PickerDateProps<DateType>, "picker">, any>;
|
|
91
|
+
RangePicker: React.ComponentClass<RangePickerProps<DateType>>;
|
|
92
|
+
TimePicker: React.ComponentClass<Omit<PickerTimeProps<DateType>, "picker">, any>;
|
|
93
|
+
QuarterPicker: React.ComponentClass<Omit<PickerTimeProps<DateType>, "picker">, any>;
|
|
94
|
+
};
|
|
95
|
+
export default generatePicker;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Dayjs } from 'dayjs';
|
|
3
|
+
export type { Value, RangeValue, NullableDateType } from './generatePicker';
|
|
4
|
+
import { PickerProps, PickerDateProps, RangePickerProps as BaseRangePickerProps } from './generatePicker';
|
|
5
|
+
export type DatePickerProps = PickerProps<Dayjs>;
|
|
6
|
+
export type MonthPickerProps = Omit<PickerDateProps<Dayjs>, 'picker'>;
|
|
7
|
+
export type WeekPickerProps = Omit<PickerDateProps<Dayjs>, 'picker'>;
|
|
8
|
+
export type RangePickerProps = BaseRangePickerProps<Dayjs>;
|
|
9
|
+
import './style/index.scss';
|
|
10
|
+
declare const DatePicker: import("react").ComponentClass<PickerProps<Dayjs>, any> & {
|
|
11
|
+
WeekPicker: import("react").ComponentClass<Omit<PickerDateProps<Dayjs>, "picker">, any>;
|
|
12
|
+
MonthPicker: import("react").ComponentClass<Omit<PickerDateProps<Dayjs>, "picker">, any>;
|
|
13
|
+
YearPicker: import("react").ComponentClass<Omit<PickerDateProps<Dayjs>, "picker">, any>;
|
|
14
|
+
RangePicker: import("react").ComponentClass<BaseRangePickerProps<Dayjs>, any>;
|
|
15
|
+
TimePicker: import("react").ComponentClass<Omit<import("./generatePicker").PickerTimeProps<Dayjs>, "picker">, any>;
|
|
16
|
+
QuarterPicker: import("react").ComponentClass<Omit<import("./generatePicker").PickerTimeProps<Dayjs>, "picker">, any>;
|
|
17
|
+
};
|
|
18
|
+
export default DatePicker;
|