@para-ui/core 2.2.1-beta → 2.2.2
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 +15 -0
- package/AutoTips/index.d.ts +27 -0
- package/AutoTips/index.js +15 -0
- package/Breadcrumbs/index.d.ts +39 -0
- package/Breadcrumbs/index.js +15 -0
- package/Button/SplitButton.d.ts +61 -0
- package/Button/index.d.ts +56 -0
- package/Button/index.js +14 -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 +14 -0
- package/Carousel/index.d.ts +30 -0
- package/Carousel/index.js +15 -0
- package/Cascader/index.d.ts +52 -0
- package/Cascader/index.js +15 -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 +14 -0
- package/CheckboxGroup/index.d.ts +46 -0
- package/CheckboxGroup/index.js +14 -0
- package/Collapse/collapsePanel.d.ts +30 -0
- package/Collapse/index.d.ts +57 -0
- package/Collapse/index.js +15 -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 +15 -0
- package/CollapseBox/util.d.ts +5 -0
- package/ColorPicker/index.d.ts +4 -0
- package/ColorPicker/index.js +1 -0
- package/ComboSelect/WithTabsCombo/index.d.ts +11 -0
- package/ComboSelect/WithTabsCombo/interface.d.ts +141 -0
- package/ComboSelect/index.d.ts +11 -0
- package/ComboSelect/index.js +14 -0
- package/ComboSelect/interface.d.ts +141 -0
- package/ComboSelect/lang/en_US.d.ts +8 -0
- package/ComboSelect/lang/index.d.ts +17 -0
- package/ComboSelect/lang/zh_CN.d.ts +8 -0
- package/ComboSelect/utils.d.ts +13 -0
- package/Container/index.d.ts +77 -0
- package/Container/index.js +15 -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 +77 -0
- package/DatePicker/index.d.ts +18 -0
- package/DatePicker/index.js +14 -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 +20 -0
- package/Desktop/index.d.ts +55 -0
- package/Desktop/index.js +14 -0
- package/Drawer/index.d.ts +11 -0
- package/Drawer/index.js +14 -0
- package/Drawer/interface.d.ts +83 -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/Empty/images/index.d.ts +2 -0
- package/Empty/index.d.ts +30 -0
- package/Empty/index.js +14 -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 +181 -0
- package/Form/index.js +14 -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 +14 -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 +14 -0
- package/FunctionModal/modalContext.d.ts +14 -0
- package/GlobalContext/componentsProps.d.ts +19 -0
- package/GlobalContext/confirmLocale.d.ts +7 -0
- package/GlobalContext/index.d.ts +28 -0
- package/GlobalContext/index.js +16 -0
- package/GlobalContext/intl.d.ts +34 -0
- package/GlobalContext/useFormatMessage.d.ts +3 -0
- package/Help/index.d.ts +20 -0
- package/Help/index.js +15 -0
- package/HelperText/index.d.ts +19 -0
- package/HelperText/index.js +15 -0
- package/Hooks/useGlobalProps.d.ts +1 -0
- package/InputLang/index.d.ts +49 -0
- package/InputLang/index.js +14 -0
- package/InputNumber/index.d.ts +74 -0
- package/InputNumber/index.js +14 -0
- package/Label/index.d.ts +35 -0
- package/Label/index.js +14 -0
- package/Loading/index.d.ts +17 -0
- package/Loading/index.js +15 -0
- package/Menu/footerExpansion.d.ts +9 -0
- package/Menu/index.d.ts +10 -0
- package/Menu/index.js +14 -0
- package/Menu/interface.d.ts +139 -0
- package/Menu/logo.d.ts +9 -0
- package/Menu/verticalMenuList.d.ts +14 -0
- package/Message/index.d.ts +59 -0
- package/Message/index.js +15 -0
- package/Modal/Confirm/index.d.ts +66 -0
- package/Modal/index.d.ts +61 -0
- package/Modal/index.js +14 -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 +54 -0
- package/MultiBox/index.js +14 -0
- package/Notification/index.d.ts +52 -0
- package/Notification/index.js +15 -0
- package/OperateBtn/index.d.ts +59 -0
- package/OperateBtn/index.js +14 -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 +14 -0
- package/PageHeader/interface.d.ts +167 -0
- package/Pagination/index.d.ts +33 -0
- package/Pagination/index.js +14 -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 +12 -0
- package/ParauiProvider/index.js +15 -0
- package/PopConfirm/index.d.ts +56 -0
- package/PopConfirm/index.js +14 -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 +14 -0
- package/Popover/index.js +15 -0
- package/Popper/index.d.ts +13 -0
- package/Popper/index.js +16 -0
- package/Progress/Line.d.ts +47 -0
- package/Progress/Steps.d.ts +17 -0
- package/Progress/index.d.ts +81 -0
- package/Progress/index.js +20 -0
- package/Progress/utils.d.ts +6 -0
- package/Querying/images/index.d.ts +2 -0
- package/Querying/index.d.ts +26 -0
- package/Querying/index.js +14 -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 +481 -0
- package/Radio/index.d.ts +38 -0
- package/Radio/index.js +14 -0
- package/RadioGroup/index.d.ts +47 -0
- package/RadioGroup/index.js +14 -0
- package/Search/index.d.ts +56 -0
- package/Search/index.js +14 -0
- package/Select/index.d.ts +86 -0
- package/Select/index.js +14 -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 +11 -0
- package/SelectInput/index.js +14 -0
- package/SingleBox/index.d.ts +42 -0
- package/SingleBox/index.js +14 -0
- package/Slider/index.d.ts +14 -0
- package/Slider/index.js +15 -0
- package/Slider/interface.d.ts +102 -0
- package/Split/index.d.ts +7 -0
- package/Split/index.js +15 -0
- package/Stepper/icons.d.ts +5 -0
- package/Stepper/index.d.ts +39 -0
- package/Stepper/index.js +15 -0
- package/Switch/index.d.ts +78 -0
- package/Switch/index.js +14 -0
- package/Table/index.d.ts +10 -0
- package/Table/index.js +14 -0
- package/Table/interface.d.ts +202 -0
- package/Table/lang/en_US.d.ts +6 -0
- package/Table/lang/index.d.ts +13 -0
- package/Table/lang/zh_CN.d.ts +6 -0
- package/Table/tableBody.d.ts +9 -0
- package/Table/tableBodyElement/index.d.ts +15 -0
- package/Table/tableBodyInterface.d.ts +67 -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 +30 -0
- package/Table/tablePagination.d.ts +9 -0
- package/Table/tablePaginationInterFace.d.ts +24 -0
- package/Table/tdElement/index.d.ts +15 -0
- package/Table/thElement/index.d.ts +15 -0
- package/Table/trElement/index.d.ts +15 -0
- package/Table/util.d.ts +16 -0
- package/Tabs/index.d.ts +48 -0
- package/Tabs/index.js +14 -0
- package/Tag/TagGroup.d.ts +66 -0
- package/Tag/index.d.ts +34 -0
- package/Tag/index.js +14 -0
- package/Test/index.d.ts +2 -0
- package/Test/index.js +16 -0
- package/TextField/index.d.ts +93 -0
- package/TextField/index.js +14 -0
- package/TimePicker/index.d.ts +22 -0
- package/TimePicker/index.js +14 -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/index.d.ts +22 -0
- package/Timeline/index.js +15 -0
- package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
- package/ToggleButton/index.d.ts +49 -0
- package/ToggleButton/index.js +14 -0
- package/Tooltip/index.d.ts +14 -0
- package/Tooltip/index.js +15 -0
- package/Transfer/index.d.ts +17 -0
- package/Transfer/index.js +14 -0
- package/Transfer/lang/en_US.d.ts +6 -0
- package/Transfer/lang/index.d.ts +13 -0
- package/Transfer/lang/zh_CN.d.ts +6 -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 +14 -0
- package/Tree/interface.d.ts +207 -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 +26 -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 +14 -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 +24 -0
- package/Upload/UploadList/index.d.ts +5 -0
- package/Upload/index.d.ts +15 -0
- package/Upload/index.js +14 -0
- package/Upload/interface.d.ts +134 -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/cdn/AutoBox/index.js +29 -0
- package/cdn/AutoTips/index.js +40 -0
- package/cdn/Breadcrumbs/index.js +53 -0
- package/cdn/Button/index.js +79 -0
- package/cdn/ButtonGroup/index.js +79 -0
- package/cdn/Carousel/index.js +6 -0
- package/cdn/Cascader/index.js +42 -0
- package/cdn/Checkbox/index.js +53 -0
- package/cdn/CheckboxGroup/index.js +53 -0
- package/cdn/Collapse/index.js +27 -0
- package/cdn/CollapseBox/index.js +1 -0
- package/cdn/ColorPicker/index.js +1 -0
- package/cdn/ComboSelect/index.js +438 -0
- package/cdn/Container/index.js +1 -0
- package/cdn/DatePicker/index.js +185 -0
- package/cdn/Desktop/index.js +24 -0
- package/cdn/Drawer/index.js +84 -0
- package/cdn/Empty/index.js +1 -0
- package/cdn/Form/index.js +477 -0
- package/cdn/FormItem/index.js +477 -0
- package/cdn/FunctionModal/index.js +144 -0
- package/cdn/GlobalContext/index.js +1 -0
- package/cdn/Help/index.js +53 -0
- package/cdn/HelperText/index.js +1 -0
- package/cdn/InputLang/index.js +144 -0
- package/cdn/InputNumber/index.js +118 -0
- package/cdn/Label/index.js +53 -0
- package/cdn/Loading/index.js +14 -0
- package/cdn/Menu/index.js +40 -0
- package/cdn/Message/index.js +53 -0
- package/cdn/Modal/index.js +144 -0
- package/cdn/MultiBox/index.js +131 -0
- package/cdn/Notification/index.js +66 -0
- package/cdn/OperateBtn/index.js +92 -0
- package/cdn/PageHeader/index.js +92 -0
- package/cdn/Pagination/index.js +214 -0
- package/cdn/ParauiProvider/index.js +9 -0
- package/cdn/PopConfirm/index.js +131 -0
- package/cdn/Popover/index.js +16 -0
- package/cdn/Popper/index.js +26 -0
- package/cdn/Progress/index.js +58 -0
- package/cdn/Querying/index.js +1 -0
- package/cdn/Radio/index.js +53 -0
- package/cdn/RadioGroup/index.js +53 -0
- package/cdn/Search/index.js +144 -0
- package/cdn/Select/index.js +131 -0
- package/cdn/SelectInput/index.js +131 -0
- package/cdn/SingleBox/index.js +131 -0
- package/cdn/Slider/index.js +16 -0
- package/cdn/Split/index.js +1 -0
- package/cdn/Stepper/index.js +154 -0
- package/cdn/Switch/index.js +71 -0
- package/cdn/Table/index.js +292 -0
- package/cdn/Tabs/index.js +165 -0
- package/cdn/Tag/index.js +27 -0
- package/cdn/Test/index.js +1 -0
- package/cdn/TextField/index.js +105 -0
- package/cdn/TimePicker/index.js +185 -0
- package/cdn/Timeline/index.js +16 -0
- package/cdn/ToggleButton/index.js +79 -0
- package/cdn/Tooltip/index.js +40 -0
- package/cdn/Transfer/index.js +170 -0
- package/cdn/Tree/index.js +170 -0
- package/cdn/Upload/index.js +252 -0
- package/index.d.ts +128 -0
- package/index.js +19 -0
- package/package.json +21 -21
- package/style.css +72 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { formInputType, FormItemProps } from './index';
|
|
3
|
+
export interface ItemTypeProps extends FormItemProps {
|
|
4
|
+
/**
|
|
5
|
+
* 输入框类型
|
|
6
|
+
*/
|
|
7
|
+
ItemType?: formInputType;
|
|
8
|
+
/**
|
|
9
|
+
* 状态
|
|
10
|
+
*/
|
|
11
|
+
error?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* 设置错误提示
|
|
14
|
+
*/
|
|
15
|
+
setError?: Function;
|
|
16
|
+
/**
|
|
17
|
+
* 输入框提示
|
|
18
|
+
*/
|
|
19
|
+
placeholder?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 输入框其他配置
|
|
22
|
+
*/
|
|
23
|
+
inputProps?: {
|
|
24
|
+
[name: string]: any;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* 设置值的方法
|
|
28
|
+
*/
|
|
29
|
+
setValue?: Function;
|
|
30
|
+
/**
|
|
31
|
+
* 回填数据
|
|
32
|
+
*/
|
|
33
|
+
backData: {
|
|
34
|
+
[name: string]: any;
|
|
35
|
+
};
|
|
36
|
+
[name: string]: any;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* form 表单操作项 类型
|
|
40
|
+
*/
|
|
41
|
+
declare const ItemType: FC<ItemTypeProps>;
|
|
42
|
+
export default ItemType;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FormItemProps } from './index';
|
|
2
|
+
/**
|
|
3
|
+
* 校验表单字段类型的方法
|
|
4
|
+
* @typedef {Function} validateFunctionType
|
|
5
|
+
* @param {FormItemProps} item 校验表单项的所有配置信息
|
|
6
|
+
* @param {any} val 校验项的值
|
|
7
|
+
* @return {boolean | string} 返回校验结果或报错信息
|
|
8
|
+
*/
|
|
9
|
+
export declare type validateFunctionType = (item: FormItemProps, val: any) => boolean | string;
|
|
10
|
+
/**
|
|
11
|
+
* 表单rules校验方法
|
|
12
|
+
* @type {validateFunctionType}
|
|
13
|
+
*/
|
|
14
|
+
declare const validate: validateFunctionType;
|
|
15
|
+
export default validate;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import React, { ReactElement } from "react";
|
|
2
|
+
import { ModalProps } from '../Modal';
|
|
3
|
+
import { JsxElement } from "typescript";
|
|
4
|
+
import './index.scss';
|
|
5
|
+
/**
|
|
6
|
+
* 弹窗配置
|
|
7
|
+
*/
|
|
8
|
+
export interface modalOptions extends ModalProps {
|
|
9
|
+
/**
|
|
10
|
+
* 非正常关闭仍然返回true
|
|
11
|
+
*/
|
|
12
|
+
disCatchOnCancel?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* 模态框大小
|
|
15
|
+
*/
|
|
16
|
+
size?: 'sm' | 'md' | 'lg' | 'auto' | 'fullScreen';
|
|
17
|
+
/**
|
|
18
|
+
* 模态框标题
|
|
19
|
+
*/
|
|
20
|
+
title?: string;
|
|
21
|
+
context?: ReactElement | JsxElement;
|
|
22
|
+
/**
|
|
23
|
+
* 内容
|
|
24
|
+
*/
|
|
25
|
+
content?: ReactElement | JsxElement;
|
|
26
|
+
/**
|
|
27
|
+
* 检查方法,根据返回值判断是否关闭模态框
|
|
28
|
+
*/
|
|
29
|
+
checkFunction?: () => boolean | Promise<boolean>;
|
|
30
|
+
/**
|
|
31
|
+
* 获得关闭模态框方法
|
|
32
|
+
*/
|
|
33
|
+
getClose?: (close: Function) => void;
|
|
34
|
+
/**
|
|
35
|
+
* 模态框其他配置
|
|
36
|
+
*/
|
|
37
|
+
ModalProps?: ModalProps;
|
|
38
|
+
}
|
|
39
|
+
interface DialogProps extends modalOptions {
|
|
40
|
+
/**
|
|
41
|
+
* 模态框状态
|
|
42
|
+
*/
|
|
43
|
+
open: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* 提交方法
|
|
46
|
+
*/
|
|
47
|
+
onSubmit: (idx: number) => void;
|
|
48
|
+
/**
|
|
49
|
+
* 关闭方法
|
|
50
|
+
*/
|
|
51
|
+
onClose: (idx: number) => void;
|
|
52
|
+
/**
|
|
53
|
+
* 模态框组下标
|
|
54
|
+
*/
|
|
55
|
+
listIndex: number;
|
|
56
|
+
}
|
|
57
|
+
export declare const FDialog: React.FC<DialogProps>;
|
|
58
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
!function(n,o){"object"==typeof exports&&"object"==typeof module?module.exports=o(require("react"),require("@material-ui/core"),require("clsx"),require("@para-ui/icons/LoadingF"),require("@para-ui/icons/Forbid"),require("@para-ui/icons/Down"),require("@para-ui/core/GlobalContext"),require("@para-ui/icons/Close"),require("react-dom"),require("@para-ui/icons/CheckCircleF"),require("@para-ui/icons/CloseCircleF"),require("@para-ui/icons/WarningCircle"),require("@para-ui/icons/WarningCircleF"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","@material-ui/core","clsx","@para-ui/icons/LoadingF","@para-ui/icons/Forbid","@para-ui/icons/Down","@para-ui/core/GlobalContext","@para-ui/icons/Close","react-dom","@para-ui/icons/CheckCircleF","@para-ui/icons/CloseCircleF","@para-ui/icons/WarningCircle","@para-ui/icons/WarningCircleF","@paraview/lib"],o):"object"==typeof exports?exports.ParaUI=o(require("react"),require("@material-ui/core"),require("clsx"),require("@para-ui/icons/LoadingF"),require("@para-ui/icons/Forbid"),require("@para-ui/icons/Down"),require("@para-ui/core/GlobalContext"),require("@para-ui/icons/Close"),require("react-dom"),require("@para-ui/icons/CheckCircleF"),require("@para-ui/icons/CloseCircleF"),require("@para-ui/icons/WarningCircle"),require("@para-ui/icons/WarningCircleF"),require("@paraview/lib")):n.ParaUI=o(n.react,n["@material-ui/core"],n.clsx,n["@para-ui/icons/LoadingF"],n["@para-ui/icons/Forbid"],n["@para-ui/icons/Down"],n["@para-ui/core/GlobalContext"],n["@para-ui/icons/Close"],n["react-dom"],n["@para-ui/icons/CheckCircleF"],n["@para-ui/icons/CloseCircleF"],n["@para-ui/icons/WarningCircle"],n["@para-ui/icons/WarningCircleF"],n["@paraview/lib"])}(self,(function(n,o,t,r,e,i,a,u,c,l,s,p,d,f){return function(){var b={8313:function(n,o,t){(o=t(3645)(!1)).push([n.id,'@keyframes loadingSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.paraui-button{min-width:auto;padding:0 16px;line-height:0;text-transform:none;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;white-space:nowrap}.paraui-button-label{height:100%}.paraui-button-loading{pointer-events:none}.paraui-button-contained{color:#fff;background-color:#3666d6;box-shadow:none}.paraui-button-contained:hover{background-color:rgba(54,102,214,.8);box-shadow:none}.paraui-button-contained[disabled]{color:rgba(46,55,67,.4);background-color:rgba(171,176,185,.12);border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-button-contained[disabled]:hover{background-color:rgba(171,176,185,.12)}.paraui-button-contained .btn-icon{display:inline-flex;color:inherit}.paraui-button-contained .btn-icon svg{color:inherit;font-size:16px}.paraui-button-contained .btn-icon.start-icon{margin-left:3px}.paraui-button-contained .btn-icon.end-icon{margin-right:3px}.paraui-button-contained .btn-icon.loading-icon{margin-left:3px;animation:loadingSpin 1s infinite linear}.paraui-button-contained.paraui-button-dangerous{background-color:#eb6054}.paraui-button-contained.paraui-button-dangerous:hover{background-color:rgba(235,96,84,.8)}.paraui-button-outlined{color:rgba(46,55,67,.7);background-color:#fff;border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,.2);background-color:#fff;box-shadow:none}.paraui-button-outlined[disabled]{color:rgba(46,55,67,.4);background-color:rgba(171,176,185,.12);border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-button-outlined[disabled]:hover{background-color:rgba(171,176,185,.12)}.paraui-button-outlined .btn-icon{display:inline-flex;color:inherit}.paraui-button-outlined .btn-icon svg{color:inherit;font-size:16px}.paraui-button-outlined .btn-icon.start-icon{margin-left:3px}.paraui-button-outlined .btn-icon.end-icon{margin-right:3px}.paraui-button-outlined .btn-icon.loading-icon{margin-left:3px;animation:loadingSpin 1s infinite linear}.paraui-button-outlined.paraui-button-dangerous{color:#eb6054;border-color:#eb6054}.paraui-button-outlined.paraui-button-dangerous:hover{color:rgba(235,96,84,.8);border-color:rgba(235,96,84,.8)}.paraui-button-text{color:rgba(46,55,67,.7);background-color:#fff;border:1px solid rgba(171,176,185,.4);box-shadow:none;color:#3666d6;background-color:rgba(0,0,0,0);border:none}.paraui-button-text:hover{color:rgba(54,102,214,.8);background-color:rgba(0,0,0,0);box-shadow:none}.paraui-button-text[disabled]{color:rgba(46,55,67,.4);background-color:rgba(0,0,0,0);border:none}.paraui-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-button-text .btn-icon{display:inline-flex;color:inherit}.paraui-button-text .btn-icon svg{color:inherit;font-size:16px}.paraui-button-text .btn-icon.start-icon{margin-left:3px}.paraui-button-text .btn-icon.end-icon{margin-right:3px}.paraui-button-text .btn-icon.loading-icon{margin-left:3px;animation:loadingSpin 1s infinite linear}.paraui-button-text.paraui-button-dangerous{color:#eb6054}.paraui-button-text.paraui-button-dangerous:hover{color:rgba(235,96,84,.8)}.paraui-button-large{height:36px}.paraui-button-medium{height:32px}.paraui-button-small{height:28px}.paraui-button--disabled{display:inline-block}.paraui-icon-button{padding:0;border-radius:4px}.paraui-icon-button-loading{pointer-events:none}.paraui-icon-button-loading .loading-icon{display:inline-flex;animation:loadingSpin 1s infinite linear}.paraui-icon-button-contained{color:#fff;background-color:#3666d6;box-shadow:none}.paraui-icon-button-contained:hover{background-color:rgba(54,102,214,.8);box-shadow:none}.paraui-icon-button-contained[disabled]{color:rgba(46,55,67,.4);background-color:rgba(171,176,185,.12);border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-icon-button-contained[disabled]:hover{background-color:rgba(171,176,185,.12)}.paraui-icon-button-contained svg{color:inherit;font-size:16px}.paraui-icon-button-contained.paraui-icon-button-dangerous{background-color:#eb6054}.paraui-icon-button-contained.paraui-icon-button-dangerous:hover{background-color:rgba(235,96,84,.8)}.paraui-icon-button-outlined{color:rgba(46,55,67,.7);background-color:#fff;border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-icon-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,.2);box-shadow:none;background-color:#fff}.paraui-icon-button-outlined[disabled]{color:rgba(46,55,67,.4);background-color:rgba(171,176,185,.12);border:1px solid rgba(171,176,185,.4);box-shadow:none}.paraui-icon-button-outlined[disabled]:hover{background-color:rgba(171,176,185,.12)}.paraui-icon-button-outlined svg{color:inherit;font-size:16px}.paraui-icon-button-outlined.paraui-icon-button-dangerous{color:#eb6054;border-color:#eb6054}.paraui-icon-button-outlined.paraui-icon-button-dangerous:hover{color:rgba(235,96,84,.8);border-color:rgba(235,96,84,.8)}.paraui-icon-button-text{color:#3666d6}.paraui-icon-button-text:hover{color:rgba(54,102,214,.8);background-color:rgba(0,0,0,0)}.paraui-icon-button-text[disabled]{color:rgba(46,55,67,.4)}.paraui-icon-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-icon-button-text svg{color:inherit}.paraui-icon-button-text.paraui-icon-button-dangerous{color:#eb6054}.paraui-icon-button-text.paraui-icon-button-dangerous:hover{color:rgba(235,96,84,.8)}.paraui-icon-button-text.paraui-icon-button-large{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-large svg{font-size:28px}.paraui-icon-button-text.paraui-icon-button-medium{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-medium svg{font-size:24px}.paraui-icon-button-text.paraui-icon-button-small{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-small svg{font-size:20px}.paraui-icon-button-large{width:36px;height:36px}.paraui-icon-button-medium{width:32px;height:32px}.paraui-icon-button-small{width:28px;height:28px}.paraui-button-split{display:inline-block}.paraui-button-split .paraui-button-split--active{color:#3666d6;box-shadow:none;background-color:#fff}.paraui-button-split-list{padding:8px 0;margin:8px 0;border-radius:4px;box-shadow:0px 2px 8px 0px rgba(171,176,185,.4);background-color:#fff}.paraui-button-split-list ul .split-li{min-width:140px;padding:11px 12px;color:#2e3743;font-size:14px;line-height:1;cursor:pointer;transition:background-color .3s,color .3s}.paraui-button-split-list ul .split-li:hover{background-color:rgba(171,176,185,.12)}.paraui-button-split-list ul .split-li.split-li--active{color:#3666d6}.paraui-button-split-list ul .split-li.split-li--active:hover{background-color:rgba(171,176,185,.12)}.paraui-button-split-list ul .split-li.split-li--disabled{color:rgba(46,55,67,.4);cursor:not-allowed}.paraui-button-split-list ul .split-li.split-li--disabled:hover{background-color:#fff}.paraui-button-split-list ul .split-li-group:not(:first-child){position:relative;margin-top:16px}.paraui-button-split-list ul .split-li-group:not(:first-child):before{content:"";position:absolute;top:-8px;left:8px;right:8px;border-top:1px solid rgba(171,176,185,.2)}',""]),n.exports=o},5124:function(n,o,t){(o=t(3645)(!1)).push([n.id,".function-modal-default [class*=makeStyles-md]{width:440px;height:auto;max-height:initial}",""]),n.exports=o},348:function(n,o,t){(o=t(3645)(!1)).push([n.id,".paraui-confirm-wrapper{position:absolute;top:50%;left:50%;width:416px;transform:translate(-50%, -50%);background-color:#fff;box-shadow:0px 2px 8px 0px rgba(171,176,185,.4);border-radius:4px;outline:none}.paraui-confirm-content{position:relative;padding:32px 32px 24px}.paraui-confirm-content .paraui-confirm-content-close{position:absolute;right:16px;top:16px;border:none}.paraui-confirm-content .paraui-confirm-content-close .paraui-icon{font-size:18px}.paraui-confirm-content-icon{float:left;margin-top:2px;color:#ffa150}.paraui-confirm-content-icon svg{color:inherit;font-size:16px}.paraui-confirm-content-icon--warn,.paraui-confirm-content-icon-warning{color:#ffa150}.paraui-confirm-content-icon--error{color:#eb6054}.paraui-confirm-content-icon--success{color:#53c31b}.paraui-confirm-content-icon--info{color:#3666d6}.paraui-confirm-content-body{margin:0 16px 0 30px;color:#2e3743;font-size:14px}.paraui-confirm-content-body .paraui-confirm-body-title{display:block;margin-bottom:8px;font-weight:700;font-size:16px}.paraui-confirm-content-actions{margin-top:24px;text-align:right}.paraui-confirm-content-actions>button+button{margin-left:16px}",""]),n.exports=o},222:function(n,o,t){(o=t(3645)(!1)).push([n.id,".paraui-modal .paraui-modal-paper{color:#2e3743;box-shadow:0px 2px 8px 0px rgba(171,176,185,.4)}.paraui-modal .paraui-modal-paper-sm{width:430px;max-height:250px}.paraui-modal .paraui-modal-paper-md{width:486px;max-height:610px}.paraui-modal .paraui-modal-paper-lg{width:948px;max-height:610px}.paraui-modal .paraui-modal-title{position:relative;height:44px;padding:12px 24px;border-bottom:1px solid rgba(171,176,185,.2)}.paraui-modal .paraui-modal-title>h3{margin-right:30px;font-size:14px;color:#2e3743;font-weight:700;line-height:20px}.paraui-modal .paraui-modal-title-close{position:absolute;top:8px;right:14px;border:none}.paraui-modal .paraui-modal-content{padding:16px 24px}.paraui-modal .paraui-modal-actions{padding-right:24px;padding-bottom:24px}.paraui-modal .paraui-modal-actions>button+button{margin-left:16px}",""]),n.exports=o},9929:function(n,o,t){(o=t(3645)(!1)).push([n.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}",""]),n.exports=o},3645:function(n){"use strict";n.exports=function(n){var o=[];return o.toString=function(){return this.map((function(o){var t=function(n,o){var t=n[1]||"",r=n[3];if(!r)return t;if(o&&"function"==typeof btoa){var e=(a=r,u=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(c," */")),i=r.sources.map((function(n){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(n," */")}));return[t].concat(i).concat([e]).join("\n")}var a,u,c;return[t].join("\n")}(o,n);return o[2]?"@media ".concat(o[2]," {").concat(t,"}"):t})).join("")},o.i=function(n,t,r){"string"==typeof n&&(n=[[null,n,""]]);var e={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(e[a]=!0)}for(var u=0;u<n.length;u++){var c=[].concat(n[u]);r&&e[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),o.push(c))}},o}},7418:function(n){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var o=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function e(n){if(null==n)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(n)}n.exports=function(){try{if(!Object.assign)return!1;var n=new String("abc");if(n[5]="de","5"===Object.getOwnPropertyNames(n)[0])return!1;for(var o={},t=0;t<10;t++)o["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(o).map((function(n){return o[n]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(n){r[n]=n})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(n){return!1}}()?Object.assign:function(n,i){for(var a,u,c=e(n),l=1;l<arguments.length;l++){for(var s in a=Object(arguments[l]))t.call(a,s)&&(c[s]=a[s]);if(o){u=o(a);for(var p=0;p<u.length;p++)r.call(a,u[p])&&(c[u[p]]=a[u[p]])}}return c}},5251:function(n,o,t){"use strict";
|
|
7
|
+
/** @license React v17.0.2
|
|
8
|
+
* react-jsx-runtime.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/t(7418);var r=t(8156),e=60103;if(o.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;e=i("react.element"),o.Fragment=i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,c={key:!0,ref:!0,__self:!0,__source:!0};function l(n,o,t){var r,i={},l=null,s=null;for(r in void 0!==t&&(l=""+t),void 0!==o.key&&(l=""+o.key),void 0!==o.ref&&(s=o.ref),o)u.call(o,r)&&!c.hasOwnProperty(r)&&(i[r]=o[r]);if(n&&n.defaultProps)for(r in o=n.defaultProps)void 0===i[r]&&(i[r]=o[r]);return{$$typeof:e,type:n,key:l,ref:s,props:i,_owner:a.current}}o.jsx=l,o.jsxs=l},5893:function(n,o,t){"use strict";n.exports=t(5251)},5822:function(n,o,t){var r=t(3379),e=t(8313);"string"==typeof(e=e.__esModule?e.default:e)&&(e=[[n.id,e,""]]);var i={insert:("body","body"),singleton:!1};r(e,i);n.exports=e.locals||{}},53:function(n,o,t){var r=t(3379),e=t(5124);"string"==typeof(e=e.__esModule?e.default:e)&&(e=[[n.id,e,""]]);var i={insert:("body","body"),singleton:!1};r(e,i);n.exports=e.locals||{}},2806:function(n,o,t){var r=t(3379),e=t(348);"string"==typeof(e=e.__esModule?e.default:e)&&(e=[[n.id,e,""]]);var i={insert:("body","body"),singleton:!1};r(e,i);n.exports=e.locals||{}},8281:function(n,o,t){var r=t(3379),e=t(222);"string"==typeof(e=e.__esModule?e.default:e)&&(e=[[n.id,e,""]]);var i={insert:("body","body"),singleton:!1};r(e,i);n.exports=e.locals||{}},2310:function(n,o,t){var r=t(3379),e=t(9929);"string"==typeof(e=e.__esModule?e.default:e)&&(e=[[n.id,e,""]]);var i={insert:("body","body"),singleton:!1};r(e,i);n.exports=e.locals||{}},3379:function(n,o,t){"use strict";var r,e=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var n={};return function(o){if(void 0===n[o]){var t=document.querySelector(o);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(n){t=null}n[o]=t}return n[o]}}(),a=[];function u(n){for(var o=-1,t=0;t<a.length;t++)if(a[t].identifier===n){o=t;break}return o}function c(n,o){for(var t={},r=[],e=0;e<n.length;e++){var i=n[e],c=o.base?i[0]+o.base:i[0],l=t[c]||0,s="".concat(c," ").concat(l);t[c]=l+1;var p=u(s),d={css:i[1],media:i[2],sourceMap:i[3]};-1!==p?(a[p].references++,a[p].updater(d)):a.push({identifier:s,updater:h(d,o),references:1}),r.push(s)}return r}function l(n){var o=document.createElement("style"),r=n.attributes||{};if(void 0===r.nonce){var e=t.nc;e&&(r.nonce=e)}if(Object.keys(r).forEach((function(n){o.setAttribute(n,r[n])})),"function"==typeof n.insert)n.insert(o);else{var a=i(n.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(o)}return o}var s,p=(s=[],function(n,o){return s[n]=o,s.filter(Boolean).join("\n")});function d(n,o,t,r){var e=t?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(n.styleSheet)n.styleSheet.cssText=p(o,e);else{var i=document.createTextNode(e),a=n.childNodes;a[o]&&n.removeChild(a[o]),a.length?n.insertBefore(i,a[o]):n.appendChild(i)}}function f(n,o,t){var r=t.css,e=t.media,i=t.sourceMap;if(e?n.setAttribute("media",e):n.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),n.styleSheet)n.styleSheet.cssText=r;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(r))}}var b=null,g=0;function h(n,o){var t,r,e;if(o.singleton){var i=g++;t=b||(b=l(o)),r=d.bind(null,t,i,!1),e=d.bind(null,t,i,!0)}else t=l(o),r=f.bind(null,t,o),e=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(t)};return r(n),function(o){if(o){if(o.css===n.css&&o.media===n.media&&o.sourceMap===n.sourceMap)return;r(n=o)}else e()}}n.exports=function(n,o){(o=o||{}).singleton||"boolean"==typeof o.singleton||(o.singleton=e());var t=c(n=n||[],o);return function(n){if(n=n||[],"[object Array]"===Object.prototype.toString.call(n)){for(var r=0;r<t.length;r++){var e=u(t[r]);a[e].references--}for(var i=c(n,o),l=0;l<t.length;l++){var s=u(t[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}t=i}}}},7896:function(n,o,t){"use strict";t.d(o,{default:function(){return w}});var r=t(5893),e=t(8156),i=t(670),a=t(5744),u=t.n(a),c=t(2788),l=t.n(c),s=t(3835),p=t.n(s),d=t(7371),f=t(2396),b=t.n(f),g=t(3054),h={zh:{moreActions:"更多操作"},en:{moreActions:"More actions"}},x=function(){return x=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},x.apply(this,arguments)};t(5822);var m=function(){return m=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},m.apply(this,arguments)},v=function(n,o){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&o.indexOf(r)<0&&(t[r]=n[r]);if(null!=n&&"function"==typeof Object.getOwnPropertySymbols){var e=0;for(r=Object.getOwnPropertySymbols(n);e<r.length;e++)o.indexOf(r[e])<0&&Object.prototype.propertyIsEnumerable.call(n,r[e])&&(t[r[e]]=n[r[e]])}return t},y=function(n){var o=n.variant,t=void 0===o?"contained":o,a=n.size,c=void 0===a?"large":a,s=n.className,f=n.disabled,b=void 0!==f&&f,g=n.children,h=n.startIcon,x=n.endIcon,y=n.loading,w=void 0!==y&&y,j=n.toolTipTitle,k=void 0===j?"":j,O=n.TooltipProps,C=n.danger,S=void 0!==C&&C,P=v(n,["variant","size","className","disabled","children","startIcon","endIcon","loading","toolTipTitle","TooltipProps","danger"]),N=(0,e.useState)(!1),T=N[0],z=N[1],F=function(n){if(!T)return"start"===n&&h?(0,r.jsx)("span",m({className:u()("btn-icon","start-icon")},{children:h})):"end"===n&&x?(0,r.jsx)("span",m({className:u()("btn-icon","end-icon")},{children:x})):null;if("object"==typeof w){var o=w.delay||0;setTimeout((function(){return z(!1)}),o)}return"start"===n?(0,r.jsx)("span",m({className:"btn-icon loading-icon"},{children:(0,r.jsx)(l(),{})})):null},E=(0,r.jsx)(i.Button,m({},P,{color:"default",variant:"contained",disabled:b,disableRipple:!0,disableElevation:!0,className:u()("paraui-button",s,"paraui-button-".concat(t),"paraui-button-".concat(c),T&&"paraui-button-loading",S&&!b&&"paraui-button-dangerous"),classes:{label:"paraui-button-label"},startIcon:F("start"),endIcon:F("end")},{children:g}));return(0,e.useEffect)((function(){z(!!w)}),[w]),b&&k?(0,r.jsx)(d.default,m({},O,{title:function(){if(b&&k){return(0,r.jsxs)("span",{children:[(0,r.jsx)(p(),{style:{marginRight:"4px",fontSize:"11px",color:"inherit"}}),k]})}return k}()},{children:(0,r.jsx)("span",m({className:"paraui-button--disabled"},{children:E}))})):E};y.IconButton=function(n){var o=n.variant,t=void 0===o?"contained":o,a=n.size,c=void 0===a?"large":a,s=n.toolTipTitle,f=void 0===s?"":s,b=n.children,g=n.className,h=n.disabled,x=void 0!==h&&h,y=n.loading,w=void 0!==y&&y,j=n.TooltipProps,k=n.danger,O=void 0!==k&&k,C=v(n,["variant","size","toolTipTitle","children","className","disabled","loading","TooltipProps","danger"]),S=(0,e.useState)(!1),P=S[0],N=S[1],T=(0,r.jsx)(i.IconButton,m({},C,{disabled:x,disableRipple:!0,className:u()("paraui-icon-button",g,"paraui-icon-button-".concat(t),"paraui-icon-button-".concat(c),P&&"paraui-icon-button-loading",O&&!x&&"paraui-icon-button-dangerous")},{children:function(){if(!P)return b;if("object"==typeof w){var n=w.delay||0;setTimeout((function(){return N(!1)}),n)}return(0,r.jsx)("span",m({className:"loading-icon"},{children:(0,r.jsx)(l(),{})}))}()}));return(0,e.useEffect)((function(){N(!!w)}),[w]),f?(0,r.jsx)(d.default,m({},j,{title:function(){if(x&&f){return(0,r.jsxs)("span",{children:[(0,r.jsx)(p(),{style:{marginRight:"4px",fontSize:"11px",color:"inherit"}}),f]})}return f}()},{children:x?(0,r.jsx)("span",m({className:"paraui-button--disabled"},{children:T})):T}),+P):T},y.SplitButton=function(n){var o=n.buttonText,t=n.options,a=void 0===t?[]:t,c=n.className,l=n.popperClassName,s=n.style,p=n.popperStyle,d=n.disabled,f=void 0!==d&&d,m=n.onClick,v=n.optionRender,y=n.placement,j=void 0===y?"bottom-end":y,k=n.buttonProps,O=n.iconButton,C=void 0!==O&&O,S=(0,g.Z)("Button",h),P=(0,e.useState)(!1),N=P[0],T=P[1],z=(0,e.useRef)(null),F=(0,e.useRef)(),E=(0,e.useRef)(),_=(0,e.useState)(),q=_[0],M=_[1],I=function(n,o,t){var r;n.disabled?t.stopPropagation():(M(o),T(!1),null===(r=F.current)||void 0===r||r.classList.remove("paraui-button-split--active"),null==m||m(n,t))},A=function(n){n.stopPropagation(),B();var o=n.currentTarget;E.current=window.setTimeout((function(){F.current=o,o.classList.add("paraui-button-split--active"),T(!0)}),150)},B=function(){E.current&&(clearTimeout(E.current),E.current=null)},R=function(n){var o,t;(null===(o=z.current)||void 0===o?void 0:o.contains(n.target))||(T(!1),null===(t=F.current)||void 0===t||t.classList.remove("paraui-button-split--active"))},D=function(){return(0,r.jsx)("div",x({className:"paraui-button-split-list"},{children:(0,r.jsx)("ul",{children:a.map((function(n,o){return Array.isArray(n)?function(n,o){return(0,r.jsx)("li",x({className:"split-li-group"},{children:n.map((function(n,t){var e="".concat(o,"-").concat(t);return(0,r.jsx)("div",x({className:u()("split-li",e===q&&"split-li--active",n.disabled&&"split-li--disabled"),onClick:function(o){return I(n,e,o)}},{children:(null==v?void 0:v(n))||n.label}),e)}))}),o)}(n,o):(0,r.jsx)("li",x({className:u()("split-li",o===q&&"split-li--active",n.disabled&&"split-li--disabled"),onClick:function(t){return I(n,o,t)}},{children:(null==v?void 0:v(n))||n.label}),o)}))})}))};return(0,r.jsxs)("div",x({className:u()("paraui-button-split",c),ref:z,style:s,onMouseLeave:function(n){var o;n.stopPropagation(),B(),null===(o=n.currentTarget.firstElementChild)||void 0===o||o.classList.remove("paraui-button-split--active"),T(!1)}},{children:[C?(0,r.jsx)(w.IconButton,x({variant:"text",size:"small",disabled:f},k,{onMouseEnter:A},{children:null!=o?o:S({id:"moreActions"})})):(0,r.jsx)(w,x({variant:"outlined",size:"large",startIcon:(0,r.jsx)(b(),{}),disabled:f},k,{onMouseEnter:A},{children:null!=o?o:S({id:"moreActions"})})),(0,r.jsx)(i.Popper,x({open:N,anchorEl:z.current,transition:!0,placement:j,style:x({zIndex:1500},p),className:u()("paraui-button-split-popper",l)},{children:function(n){var o=n.TransitionProps;n.placement;return(0,r.jsx)(i.Grow,x({},o,{children:(0,r.jsx)(r.Fragment,{children:(0,r.jsx)(i.ClickAwayListener,x({onClickAway:R},{children:D()}))})}))}}))]}))};var w=y},3054:function(n,o,t){"use strict";var r=t(8156),e=t.n(r),i=t(5395),a=t.n(i);o.Z=function(n,o){var t=e().useContext(a()).intlFormat;return o.zh_CN=o.zh,o.en_US=o.en,t&&t(n,o)}},6018:function(n,o,t){"use strict";t.d(o,{default:function(){return O}});var r=t(5893),e=t(8156),i=t.n(e),a=t(670),u=t(7896),c=t(5927),l=t.n(c),s=t(5744),p=t.n(s),d=(t(7111),t(1014)),f=t.n(d),b=t(6649),g=t.n(b),h=t(4753),x=t.n(h),m=t(595),v=t.n(m),y=(t(8543),t(5395),t(2806),(0,r.jsx)(f(),{}),(0,r.jsx)(v(),{}),(0,r.jsx)(v(),{}),(0,r.jsx)(g(),{}),(0,r.jsx)(x(),{}),new Map,t(3054)),w=t(4779),j=(t(8281),function(){return j=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},j.apply(this,arguments)}),k=function(n,o){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&o.indexOf(r)<0&&(t[r]=n[r]);if(null!=n&&"function"==typeof Object.getOwnPropertySymbols){var e=0;for(r=Object.getOwnPropertySymbols(n);e<r.length;e++)o.indexOf(r[e])<0&&Object.prototype.propertyIsEnumerable.call(n,r[e])&&(t[r[e]]=n[r[e]])}return t},O=function(n){var o=n.open,t=void 0!==o&&o,c=n.title,s=void 0===c?"":c,d=n.children,f=void 0===d?null:d,b=n.actions,g=void 0===b?null:b,h=n.showActions,x=void 0===h||h,m=n.header,v=void 0===m?null:m,O=n.hideHeader,C=void 0!==O&&O,S=n.onOk,P=n.onCancel,N=n.okText,T=n.cancelText,z=n.okButtonProps,F=n.cancelButtonProps,E=n.showCancel,_=void 0===E||E,q=n.className,M=n.size,I=void 0===M?"md":M,A=n.disableBackdropClick,B=void 0===A||A,R=n.disableEscapeKeyDown,D=void 0===R||R,L=n.disableEnforceFocus,W=void 0===L||L,H=n.fullScreen,U=void 0!==H&&H,G=n.customizeSize,Z=n.style,K=n.contentWidth,J=n.contentHeight,Y=n.contentStyle,$=k(n,["open","title","children","actions","showActions","header","hideHeader","onOk","onCancel","okText","cancelText","okButtonProps","cancelButtonProps","showCancel","className","size","disableBackdropClick","disableEscapeKeyDown","disableEnforceFocus","fullScreen","customizeSize","style","contentWidth","contentHeight","contentStyle"]),Q=(0,e.useState)(!1),V=Q[0],X=Q[1],nn=U||"fullScreen"===I,on=(0,y.Z)("Modal",w.Z),tn=function(){!1!==(null==P?void 0:P())&&X(!1)},rn=function(){null==S||S()};(0,e.useEffect)((function(){X(t)}),[t]);var en;return(0,r.jsxs)(a.Dialog,j({className:p()("paraui-modal",q),scroll:"paper",onClose:function(n,o){B||tn()},open:V,maxWidth:!1,disableEscapeKeyDown:D,disableEnforceFocus:W,fullScreen:nn},$,{PaperProps:{style:j(j({},G),Z),elevation:0},classes:(en={sm:"paraui-modal-paper-sm",md:"paraui-modal-paper-md",lg:"paraui-modal-paper-lg",auto:"paraui-modal-paper-auto",fullScreen:"paraui-modal-paper-fullscreen"},K||J||Y?{paper:"paraui-modal-paper-auto paraui-modal-paper"}:G||Z?{paper:"paraui-modal-paper-customizesize"}:nn?{paper:en.fullScreen}:{paper:en[I]+" paraui-modal-paper"})},{children:[C?null:v?(0,r.jsx)(a.DialogTitle,j({classes:{root:"paraui-modal-title"},disableTypography:!0},{children:v})):(0,r.jsxs)(a.DialogTitle,j({classes:{root:"paraui-modal-title"},disableTypography:!0},{children:[(0,r.jsx)("h3",{children:s}),(0,r.jsx)(u.default.IconButton,j({onClick:tn,className:"paraui-modal-title-close",variant:"outlined",size:"small"},{children:(0,r.jsx)(l(),{})}))]})),(0,r.jsx)(a.DialogContent,j({className:"paraui-modal-content paraui-scrollbar-small",style:j({width:K,height:J},Y)},{children:f})),function(){if(!x)return null;var n=(0,r.jsx)(u.default,j({variant:"contained",size:"medium",onClick:rn},z,{children:null!=N?N:on({id:"ok"})})),o=[_&&(0,r.jsx)(u.default,j({variant:"outlined",size:"medium",onClick:tn},F,{children:null!=T?T:on({id:"cancel"})})),n];if("function"==typeof g){var t=g(o);return(0,r.jsx)(a.DialogActions,j({className:"paraui-modal-actions"},{children:Array.isArray(t)?t.map((function(n,o){return(0,r.jsx)(i().Fragment,{children:n},o)})):t}))}return g?(0,r.jsx)(a.DialogActions,j({className:"paraui-modal-actions"},{children:g})):(0,r.jsx)(a.DialogActions,j({className:"paraui-modal-actions"},{children:o.map((function(n,o){return(0,r.jsx)(i().Fragment,{children:n},o)}))}))}()]}))}},4779:function(n,o,t){"use strict";t.d(o,{Z:function(){return r}});var r={zh:{cancel:"取消",ok:"确定"},en:{cancel:"Cancel",ok:"Ok"}}},7371:function(n,o,t){"use strict";var r=t(5893),e=t(670),i=t(5744),a=t.n(i),u=(t(2310),function(){return u=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},u.apply(this,arguments)}),c=function(n,o){var t={};for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&o.indexOf(r)<0&&(t[r]=n[r]);if(null!=n&&"function"==typeof Object.getOwnPropertySymbols){var e=0;for(r=Object.getOwnPropertySymbols(n);e<r.length;e++)o.indexOf(r[e])<0&&Object.prototype.propertyIsEnumerable.call(n,r[e])&&(t[r[e]]=n[r[e]])}return t};o.default=function(n){var o,t=n.placement,i=void 0===t?"top-start":t,l=n.className,s=n.arrow,p=void 0===s||s,d=n.PopperProps,f=n.boundariesElement,b=void 0===f?"scrollParent":f,g=c(n,["placement","className","arrow","PopperProps","boundariesElement"]),h=u(u({},n.classes),{popper:a()("paraui-tooltip",l,null===(o=n.classes)||void 0===o?void 0:o.popper,{"paraui-tooltip-left-right":(null==i?void 0:i.includes("left"))||(null==i?void 0:i.includes("right")),"paraui-tooltip-top-bottom":(null==i?void 0:i.includes("top"))||(null==i?void 0:i.includes("bottom"))})});return(0,r.jsx)(e.Tooltip,u({},g,{enterTouchDelay:0,arrow:p,placement:i,classes:h,PopperProps:u(u({},d),{modifiers:{preventOverflow:{boundariesElement:b}}})}))}},670:function(n){"use strict";n.exports=o},5395:function(n){"use strict";n.exports=a},1014:function(n){"use strict";n.exports=l},5927:function(n){"use strict";n.exports=u},6649:function(n){"use strict";n.exports=s},2396:function(n){"use strict";n.exports=i},3835:function(n){"use strict";n.exports=e},2788:function(n){"use strict";n.exports=r},4753:function(n){"use strict";n.exports=p},595:function(n){"use strict";n.exports=d},8543:function(n){"use strict";n.exports=f},5744:function(n){"use strict";n.exports=t},8156:function(o){"use strict";o.exports=n},7111:function(n){"use strict";n.exports=c}},g={};function h(n){var o=g[n];if(void 0!==o)return o.exports;var t=g[n]={id:n,exports:{}};return b[n](t,t.exports,h),t.exports}h.n=function(n){var o=n&&n.__esModule?function(){return n.default}:function(){return n};return h.d(o,{a:o}),o},h.d=function(n,o){for(var t in o)h.o(o,t)&&!h.o(n,t)&&Object.defineProperty(n,t,{enumerable:!0,get:o[t]})},h.o=function(n,o){return Object.prototype.hasOwnProperty.call(n,o)},h.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},h.nc=void 0;var x={};return function(){"use strict";h.r(x),h.d(x,{FunctionModalProvider:function(){return b},default:function(){return m},useClose:function(){return g}});var n,o=h(5893),t=h(8156),r=h.n(t),e=h(6018),i=h(5744),a=h.n(i),u=(h(53),function(){return u=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},u.apply(this,arguments)}),c=function(n){var t=n.open,i=n.title,c=n.size,l=n.context,s=n.content,p=n.onSubmit,d=n.onClose,f=n.getClose,b=n.listIndex,g=n.ModalProps;return r().useEffect((function(){f&&f((function(){return d(b)}))}),[f,b,d]),(0,o.jsx)(e.default,u({},g,{className:a()("function-modal",!c&&"function-modal-default"),open:t,title:i,onCancel:function(){return d(b)},onOk:function(){return p(b)},size:c||"md",children:s||l,okButtonProps:{onClick:function(){return p(b)}},cancelButtonProps:{onClick:function(){return d(b)}}}))},l=function(){return l=Object.assign||function(n){for(var o,t=1,r=arguments.length;t<r;t++)for(var e in o=arguments[t])Object.prototype.hasOwnProperty.call(o,e)&&(n[e]=o[e]);return n},l.apply(this,arguments)},s=function(n,o,t,r){return new(t||(t=Promise))((function(e,i){function a(n){try{c(r.next(n))}catch(n){i(n)}}function u(n){try{c(r.throw(n))}catch(n){i(n)}}function c(n){var o;n.done?e(n.value):(o=n.value,o instanceof t?o:new t((function(n){n(o)}))).then(a,u)}c((r=r.apply(n,o||[])).next())}))},p=function(n,o){var t,r,e,i,a={label:0,sent:function(){if(1&e[0])throw e[1];return e[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(t)throw new TypeError("Generator is already executing.");for(;a;)try{if(t=1,r&&(e=2&i[0]?r.return:i[0]?r.throw||((e=r.return)&&e.call(r),0):r.next)&&!(e=e.call(r,i[1])).done)return e;switch(r=0,e&&(i=[2&i[0],e.value]),i[0]){case 0:case 1:e=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(e=a.trys,(e=e.length>0&&e[e.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!e||i[1]>e[0]&&i[1]<e[3])){a.label=i[1];break}if(6===i[0]&&a.label<e[1]){a.label=e[1],e=i;break}if(e&&a.label<e[2]){a.label=e[2],a.ops.push(i);break}e[2]&&a.ops.pop(),a.trys.pop();continue}i=o.call(n,a)}catch(n){i=[6,n],r=0}finally{t=e=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}},d=function(n,o,t){if(t||2===arguments.length)for(var r,e=0,i=o.length;e<i;e++)!r&&e in o||(r||(r=Array.prototype.slice.call(o,0,e)),r[e]=o[e]);return n.concat(r||Array.prototype.slice.call(o))},f=r().createContext(Promise.reject),b=function(t){var e=t.children,i=r().useState([]),a=i[0],u=i[1];n=function(){u([]),b.current=[]};var b=r().useRef([]),g=function(n){a[n]&&!a[n].disCatchOnCancel&&b.current[n]?b.current[n].resolve(!1):b.current[n]&&b.current[n].resolve(!0),m(n),x(n)},h=function(n){return s(void 0,void 0,void 0,(function(){var o,t,r;return p(this,(function(e){switch(e.label){case 0:return o=a&&a[n]&&a[n].checkFunction,t=!0,o?[4,o()]:[3,2];case 1:t=e.sent(),e.label=2;case 2:return t?(m(n),r=b.current[n],x(n,r),[2]):[2]}}))}))},x=function(n,o){setTimeout((function(){o&&o.resolve(!0),u((function(o){return o.splice(n,1),b.current.splice(n,1),d([],o,!0)}))}),200)},m=function(n){var o=document.querySelectorAll(".function-modal .MuiDialog-container")[n];o&&(o.style.opacity="0")};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(f.Provider,{value:function(n){return u((function(o){return o.push(n),d([],o,!0)})),new Promise((function(n,o){b.current.push({resolve:n,reject:o})}))},children:e}),a&&a.map((function(n,t){return(0,o.jsx)(c,l({listIndex:t,open:Boolean(n),onSubmit:h,onClose:g},n),"modal-item-".concat(t))}))]})},g=function(){return n},m=function(){return r().useContext(f)}}(),x}()}));
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { modalOptions } from "./dialog";
|
|
2
|
+
/**
|
|
3
|
+
* 弹出框组件
|
|
4
|
+
* @param context 主体内容
|
|
5
|
+
* @param title 弹出框标题
|
|
6
|
+
* @param hideClose 隐藏右上角关闭图标 boolean 默认 false
|
|
7
|
+
* @param checkFunction 检查方法,返回 boolean 值,true则关闭弹窗,false反之
|
|
8
|
+
**/
|
|
9
|
+
export declare const useModal: () => (options: modalOptions) => Promise<boolean>;
|
|
10
|
+
/**
|
|
11
|
+
* 函数弹窗组件Provider
|
|
12
|
+
*/
|
|
13
|
+
export declare const FunctionModalProvider: ({ children }: any) => JSX.Element;
|
|
14
|
+
export declare const useClose: () => Function;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/5/5 4:08 PM
|
|
4
|
+
* @description 全局每个组件的props
|
|
5
|
+
*/
|
|
6
|
+
import { SelectProps } from "../Select";
|
|
7
|
+
import { TextFieldProps } from "../TextField";
|
|
8
|
+
import { TableProps } from "../Table/interface";
|
|
9
|
+
import { EmptyProps } from "../Empty";
|
|
10
|
+
import { QueryingProps } from "../Querying";
|
|
11
|
+
interface ComponentsProps {
|
|
12
|
+
Select?: Partial<SelectProps>;
|
|
13
|
+
TextField?: Partial<TextFieldProps>;
|
|
14
|
+
Table?: Partial<TableProps>;
|
|
15
|
+
Empty?: Partial<EmptyProps>;
|
|
16
|
+
Querying?: Partial<QueryingProps>;
|
|
17
|
+
[name: string]: any;
|
|
18
|
+
}
|
|
19
|
+
export default ComponentsProps;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { changeConfirmLocale, getConfirmLocale } from './confirmLocale';
|
|
3
|
+
import ComponentsProps from "./componentsProps";
|
|
4
|
+
/** 国际化props */
|
|
5
|
+
export interface localeProps {
|
|
6
|
+
/** 语言 */
|
|
7
|
+
[name: string]: {
|
|
8
|
+
/** 组件名 */
|
|
9
|
+
[name: string]: {
|
|
10
|
+
/** 键值 */
|
|
11
|
+
[name: string]: any;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export interface GlobalContextProps {
|
|
16
|
+
/** 当前语言 */
|
|
17
|
+
language?: string;
|
|
18
|
+
/** 所有语言配置 name为语言列表 */
|
|
19
|
+
locale?: localeProps;
|
|
20
|
+
/** intlFormat, 国际化语言 */
|
|
21
|
+
intlFormat?: Function;
|
|
22
|
+
/** 每个组件的默认props */
|
|
23
|
+
componentsProps?: ComponentsProps;
|
|
24
|
+
[name: string]: any;
|
|
25
|
+
}
|
|
26
|
+
declare const GlobalContext: React.Context<GlobalContextProps>;
|
|
27
|
+
export { changeConfirmLocale, getConfirmLocale };
|
|
28
|
+
export default GlobalContext;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("react"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","@paraview/lib"],r):"object"==typeof exports?exports.ParaUI=r(require("react"),require("@paraview/lib")):e.ParaUI=r(e.react,e["@paraview/lib"])}(self,(function(e,r){return function(){"use strict";var n={7418:function(e){
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/
|
|
7
|
+
var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},n=0;n<10;n++)r["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var t={};return"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},t)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c,u=o(e),f=1;f<arguments.length;f++){for(var l in a=Object(arguments[f]))n.call(a,l)&&(u[l]=a[l]);if(r){c=r(a);for(var p=0;p<c.length;p++)t.call(a,c[p])&&(u[c[p]]=a[c[p]])}}return u}},5251:function(e,r,n){
|
|
8
|
+
/** @license React v17.0.2
|
|
9
|
+
* react-jsx-runtime.production.min.js
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
|
+
*
|
|
13
|
+
* This source code is licensed under the MIT license found in the
|
|
14
|
+
* LICENSE file in the root directory of this source tree.
|
|
15
|
+
*/
|
|
16
|
+
n(7418);var t=n(8156),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function f(e,r,n){var t,i={},f=null,l=null;for(t in void 0!==n&&(f=""+n),void 0!==r.key&&(f=""+r.key),void 0!==r.ref&&(l=r.ref),r)c.call(r,t)&&!u.hasOwnProperty(t)&&(i[t]=r[t]);if(e&&e.defaultProps)for(t in r=e.defaultProps)void 0===i[t]&&(i[t]=r[t]);return{$$typeof:o,type:e,key:f,ref:l,props:i,_owner:a.current}}r.jsx=f},5893:function(e,r,n){e.exports=n(5251)},7332:function(e,r,n){n.d(r,{e:function(){return a}});var t=n(5893),o=n(8156),i=n.n(o),a=function(e){var r,n,o,a,c=e.ops,u=e.i18nData,f=e.lang,l=e.params,p=e.defI18nData;if("string"==typeof c)a=c;else if("object"==typeof c){if("string"!=typeof c.id)return'i18n intl object "id" is missing';a=c.id}return void 0!==a&&void 0===(o=null===(r=u[f])||void 0===r?void 0:r[a])&&p&&(o=null===(n=p[f])||void 0===n?void 0:n[a]),"string"!=typeof o?"{".concat(a,"}"):function(e,r){if(!r)return e;var n=!1,o=(e=e.replace(/\"/g,'\\"')).replace(/\{(.*?)\}/gi,(function(e,t){return"object"==typeof r[t]&&(n=!0),'",vars.'.concat(t,',"')}));return n?new Function("vars",'return ["'.concat(o,'"];'))(r).map((function(e){return(0,t.jsx)(i().Fragment,{children:e},Math.random())})):new Function("vars",'return ["'.concat(o,"\"].join('');"))(r)}(o,l)}},4779:function(e,r,n){n.d(r,{Z:function(){return t}});var t={zh:{cancel:"取消",ok:"确定"},en:{cancel:"Cancel",ok:"Ok"}}},8543:function(e){e.exports=r},8156:function(r){r.exports=e}},t={};function o(e){var r=t[e];if(void 0!==r)return r.exports;var i=t[e]={exports:{}};return n[e](i,i.exports,o),i.exports}o.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(r,{a:r}),r},o.d=function(e,r){for(var n in r)o.o(r,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return function(){o.r(i),o.d(i,{changeConfirmLocale:function(){return f},default:function(){return s},getConfirmLocale:function(){return l}});var e=o(8156),r=o.n(e),n=o(7332),t=o(8543),a=o(4779),c=function(){return c=Object.assign||function(e){for(var r,n=1,t=arguments.length;n<t;n++)for(var o in r=arguments[n])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},c.apply(this,arguments)},u=c({},a.Z.zh),f=function(e){var r=e.Confirm;u=r?c(c({},u),r):c({},a.Z.zh)},l=function(){return u},p=r().createContext({language:(0,t.GetLanguage)(),intlFormat:function(e,r){return function(e,o){var i=(0,t.GetLanguage)();return(0,n.e)({ops:e,i18nData:{},lang:i,params:o,defI18nData:r})}},componentsProps:{}}),s=p}(),i}()}));
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 替换字符串模版变量
|
|
3
|
+
* @param str
|
|
4
|
+
* @param params
|
|
5
|
+
*/
|
|
6
|
+
export declare const replaceStrTemplateVars: (str: string, vars?: any) => any;
|
|
7
|
+
export interface I18nData {
|
|
8
|
+
/**
|
|
9
|
+
* 语言
|
|
10
|
+
*/
|
|
11
|
+
[lang: string]: {
|
|
12
|
+
/**
|
|
13
|
+
* 字段键值
|
|
14
|
+
*/
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* 国际化获取方法
|
|
20
|
+
* @param ops 国际化取值key参数
|
|
21
|
+
* @param i18nData 国际化数据对象
|
|
22
|
+
* @param params 国际化字符变量对象
|
|
23
|
+
* @param lang 指定国际化语言
|
|
24
|
+
* @param defI18nData 默认国际化数据对象
|
|
25
|
+
*/
|
|
26
|
+
export declare const i18nIntl: (props: {
|
|
27
|
+
ops: string | {
|
|
28
|
+
id: string;
|
|
29
|
+
};
|
|
30
|
+
i18nData: I18nData;
|
|
31
|
+
lang: string;
|
|
32
|
+
params?: object | undefined;
|
|
33
|
+
defI18nData?: I18nData | undefined;
|
|
34
|
+
}) => any;
|
package/Help/index.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/27 下午1:29
|
|
4
|
+
* @description help
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent } from 'react';
|
|
7
|
+
import { TooltipProps } from '../Tooltip';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export interface HelpProps extends Omit<TooltipProps, 'children'> {
|
|
10
|
+
title: NonNullable<React.ReactNode>;
|
|
11
|
+
arrow?: boolean;
|
|
12
|
+
interactive?: boolean;
|
|
13
|
+
leaveDelay?: number;
|
|
14
|
+
placement?: 'bottom-end' | 'bottom-start' | 'bottom' | 'left-end' | 'left-start' | 'left' | 'right-end' | 'right-start' | 'right' | 'top-end' | 'top-start' | 'top';
|
|
15
|
+
className?: string;
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
}
|
|
19
|
+
declare const Help: FunctionComponent<HelpProps>;
|
|
20
|
+
export default Help;
|
package/Help/index.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@material-ui/core"),require("clsx"),require("@para-ui/icons/Help")):"function"==typeof define&&define.amd?define(["react","@material-ui/core","clsx","@para-ui/icons/Help"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@material-ui/core"),require("clsx"),require("@para-ui/icons/Help")):e.ParaUI=t(e.react,e["@material-ui/core"],e.clsx,e["@para-ui/icons/Help"])}(self,(function(e,t,r,n){return function(){var o={7381:function(e,t,r){(t=r(3645)(!1)).push([e.id,".paraui-help{display:inline-block;font-size:16px;color:rgba(46,55,67,.7)}.paraui-help:hover{color:#3666d6}.paraui-help .paraui-icon{font-size:inherit;color:inherit}",""]),e.exports=t},9929:function(e,t,r){(t=r(3645)(!1)).push([e.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}",""]),e.exports=t},3645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=function(e,t){var r=e[1]||"",n=e[3];if(!n)return r;if(t&&"function"==typeof btoa){var o=(a=n,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[r].concat(i).concat([o]).join("\n")}var a,c,u;return[r].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);n&&o[u[0]]||(r&&(u[2]?u[2]="".concat(r," and ").concat(u[2]):u[2]=r),t.push(u))}},t}},7418:function(e){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c,u=o(e),l=1;l<arguments.length;l++){for(var s in a=Object(arguments[l]))r.call(a,s)&&(u[s]=a[s]);if(t){c=t(a);for(var p=0;p<c.length;p++)n.call(a,c[p])&&(u[c[p]]=a[c[p]])}}return u}},5251:function(e,t,r){"use strict";
|
|
7
|
+
/** @license React v17.0.2
|
|
8
|
+
* react-jsx-runtime.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
|
15
|
+
r(7418);var n=r(8156),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,r){var n,i={},l=null,s=null;for(n in void 0!==r&&(l=""+r),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(s=t.ref),t)c.call(t,n)&&!u.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:l,ref:s,props:i,_owner:a.current}}t.jsx=l},5893:function(e,t,r){"use strict";e.exports=r(5251)},2113:function(e,t,r){var n=r(3379),o=r(7381);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:("body","body"),singleton:!1};n(o,i);e.exports=o.locals||{}},2310:function(e,t,r){var n=r(3379),o=r(9929);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:("body","body"),singleton:!1};n(o,i);e.exports=o.locals||{}},3379:function(e,t,r){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function c(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function u(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],u=t.base?i[0]+t.base:i[0],l=r[u]||0,s="".concat(u," ").concat(l);r[u]=l+1;var p=c(s),f={css:i[1],media:i[2],sourceMap:i[3]};-1!==p?(a[p].references++,a[p].updater(f)):a.push({identifier:s,updater:y(f,t),references:1}),n.push(s)}return n}function l(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var s,p=(s=[],function(e,t){return s[e]=t,s.filter(Boolean).join("\n")});function f(e,t,r,n){var o=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=p(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var v=null,b=0;function y(e,t){var r,n,o;if(t.singleton){var i=b++;r=v||(v=l(t)),n=f.bind(null,r,i,!1),o=f.bind(null,r,i,!0)}else r=l(t),n=d.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var r=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=c(r[n]);a[o].references--}for(var i=u(e,t),l=0;l<r.length;l++){var s=c(r[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}r=i}}}},7371:function(e,t,r){"use strict";var n=r(5893),o=r(670),i=r(5744),a=r.n(i),c=(r(2310),function(){return c=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},c.apply(this,arguments)}),u=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};t.default=function(e){var t,r=e.placement,i=void 0===r?"top-start":r,l=e.className,s=e.arrow,p=void 0===s||s,f=e.PopperProps,d=e.boundariesElement,v=void 0===d?"scrollParent":d,b=u(e,["placement","className","arrow","PopperProps","boundariesElement"]),y=c(c({},e.classes),{popper:a()("paraui-tooltip",l,null===(t=e.classes)||void 0===t?void 0:t.popper,{"paraui-tooltip-left-right":(null==i?void 0:i.includes("left"))||(null==i?void 0:i.includes("right")),"paraui-tooltip-top-bottom":(null==i?void 0:i.includes("top"))||(null==i?void 0:i.includes("bottom"))})});return(0,n.jsx)(o.Tooltip,c({},b,{enterTouchDelay:0,arrow:p,placement:i,classes:y,PopperProps:c(c({},f),{modifiers:{preventOverflow:{boundariesElement:v}}})}))}},670:function(e){"use strict";e.exports=t},8076:function(e){"use strict";e.exports=n},5744:function(e){"use strict";e.exports=r},8156:function(t){"use strict";t.exports=e}},i={};function a(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={id:e,exports:{}};return o[e](r,r.exports,a),r.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nc=void 0;var c={};return function(){"use strict";a.r(c);var e=a(5893),t=a(7371),r=a(8076),n=a.n(r),o=a(5744),i=a.n(o),u=(a(2113),function(){return u=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},u.apply(this,arguments)}),l=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r};c.default=function(r){var o=r.title,a=void 0===o?"":o,c=r.children,s=r.arrow,p=void 0===s||s,f=r.interactive,d=void 0===f||f,v=r.className,b=r.placement,y=void 0===b?"top-start":b,m=l(r,["title","children","arrow","interactive","className","placement"]);return(0,e.jsx)(t.default,u({title:a,arrow:p,interactive:d,placement:y},m,{children:(0,e.jsx)("span",u({className:i()("paraui-help",v)},{children:c||(0,e.jsx)(n(),{})}))}))}}(),c}()}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2022/3/22 3:23 PM
|
|
4
|
+
* @description 表单报错提示
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface HelperTextProps {
|
|
9
|
+
/** 样式class */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** style */
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
/** 是否显示错误 */
|
|
14
|
+
error?: boolean;
|
|
15
|
+
/** 错误提示 */
|
|
16
|
+
helperText?: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
declare const HelperText: FunctionComponent<HelperTextProps>;
|
|
19
|
+
export default HelperText;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.ParaUI=t(require("react")):e.ParaUI=t(e.react)}(self,(function(e){return function(){var t={9916:function(e,t,r){(t=r(3645)(!1)).push([e.id,".paraui-helper-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:12px;font-weight:400;padding-left:12px;line-height:20px;color:rgba(46,55,67,.7)}.paraui-helper-text.paraui-helper-text-error{color:#eb6054}",""]),e.exports=t},3645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=function(e,t){var r=e[1]||"",n=e[3];if(!n)return r;if(t&&"function"==typeof btoa){var o=(a=n,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=n.sources.map((function(e){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(e," */")}));return[r].concat(i).concat([o]).join("\n")}var a,c,u;return[r].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(r,"}"):r})).join("")},t.i=function(e,r,n){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(n)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);n&&o[u[0]]||(r&&(u[2]?u[2]="".concat(r," and ").concat(u[2]):u[2]=r),t.push(u))}},t}},7418:function(e){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,c,u=o(e),s=1;s<arguments.length;s++){for(var f in a=Object(arguments[s]))r.call(a,f)&&(u[f]=a[f]);if(t){c=t(a);for(var l=0;l<c.length;l++)n.call(a,c[l])&&(u[c[l]]=a[c[l]])}}return u}},5251:function(e,t,r){"use strict";
|
|
7
|
+
/** @license React v17.0.2
|
|
8
|
+
* react-jsx-runtime.production.min.js
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
+
*
|
|
12
|
+
* This source code is licensed under the MIT license found in the
|
|
13
|
+
* LICENSE file in the root directory of this source tree.
|
|
14
|
+
*/
|
|
15
|
+
r(7418);var n=r(8156),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function s(e,t,r){var n,i={},s=null,f=null;for(n in void 0!==r&&(s=""+r),void 0!==t.key&&(s=""+t.key),void 0!==t.ref&&(f=t.ref),t)c.call(t,n)&&!u.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:s,ref:f,props:i,_owner:a.current}}t.jsx=s},5893:function(e,t,r){"use strict";e.exports=r(5251)},3936:function(e,t,r){var n=r(3379),o=r(9916);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:("body","body"),singleton:!1};n(o,i);e.exports=o.locals||{}},3379:function(e,t,r){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function c(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function u(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],u=t.base?i[0]+t.base:i[0],s=r[u]||0,f="".concat(u," ").concat(s);r[u]=s+1;var l=c(f),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==l?(a[l].references++,a[l].updater(p)):a.push({identifier:f,updater:h(p,t),references:1}),n.push(f)}return n}function s(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var f,l=(f=[],function(e,t){return f[e]=t,f.filter(Boolean).join("\n")});function p(e,t,r,n){var o=r?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(e.styleSheet)e.styleSheet.cssText=l(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var v=null,y=0;function h(e,t){var r,n,o;if(t.singleton){var i=y++;r=v||(v=s(t)),n=p.bind(null,r,i,!1),o=p.bind(null,r,i,!0)}else r=s(t),n=d.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var r=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=c(r[n]);a[o].references--}for(var i=u(e,t),s=0;s<r.length;s++){var f=c(r[s]);0===a[f].references&&(a[f].updater(),a.splice(f,1))}r=i}}}},8156:function(t){"use strict";t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={id:e,exports:{}};return t[e](i,i.exports,n),i.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0;var o={};return function(){"use strict";n.r(o);var e=n(5893),t=(n(3936),function(){return t=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},t.apply(this,arguments)});o.default=function(r){var n,o=r.className,i=r.style,a=r.error,c=void 0!==a&&a,u=r.helperText;return(0,e.jsx)("p",t({className:(n="paraui-helper-text",o&&(n+=" "+o),c&&(n+=" paraui-helper-text-error"),n),style:i},{children:u}))}}(),o}()}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function useGlobalProps<T>(comProps: T, comName: string): T;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author linhd
|
|
3
|
+
* @date 2021/8/30 16:00
|
|
4
|
+
* @description 国际化输入框
|
|
5
|
+
*/
|
|
6
|
+
import React, { FunctionComponent, ReactNode } from 'react';
|
|
7
|
+
import { LabelTooltipProps } from "../Label";
|
|
8
|
+
import './index.scss';
|
|
9
|
+
interface valueProps {
|
|
10
|
+
[name: string]: string;
|
|
11
|
+
}
|
|
12
|
+
export interface InputLangProps {
|
|
13
|
+
/** 样式class */
|
|
14
|
+
className?: string;
|
|
15
|
+
/** style */
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
/** 大小 */
|
|
18
|
+
size?: 'small' | 'medium' | 'large';
|
|
19
|
+
/** 标题 */
|
|
20
|
+
label?: ReactNode;
|
|
21
|
+
/** 帮组提示信息 */
|
|
22
|
+
labelTooltip?: LabelTooltipProps;
|
|
23
|
+
/** 提示语 */
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
/** 提示语key */
|
|
26
|
+
placeholderKey?: string;
|
|
27
|
+
/** 提示语value */
|
|
28
|
+
placeholderValue?: string;
|
|
29
|
+
/** 是否禁用 */
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
/** 是否错误模式 */
|
|
32
|
+
error?: boolean;
|
|
33
|
+
/** 错误文本 */
|
|
34
|
+
helperText?: ReactNode;
|
|
35
|
+
/** 是否必填 */
|
|
36
|
+
required?: boolean;
|
|
37
|
+
/** 弹出框样式class */
|
|
38
|
+
popoverClassName?: string;
|
|
39
|
+
/** 默认值 不受控 */
|
|
40
|
+
defaultValue?: valueProps;
|
|
41
|
+
/** 值 */
|
|
42
|
+
value?: valueProps;
|
|
43
|
+
/** 改变值 */
|
|
44
|
+
onChange?: (val: valueProps) => void;
|
|
45
|
+
/** 搜索提示语 */
|
|
46
|
+
langList?: string[];
|
|
47
|
+
}
|
|
48
|
+
export declare const InputLang: FunctionComponent<InputLangProps>;
|
|
49
|
+
export default InputLang;
|