@para-ui/core 2.1.35 → 2.1.38
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 +28 -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 +28 -0
- package/Button/SplitButton.d.ts +59 -0
- package/Button/index.d.ts +56 -0
- package/Button/index.js +53 -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 +53 -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 +41 -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 +27 -0
- package/CheckboxGroup/index.d.ts +46 -0
- package/CheckboxGroup/index.js +27 -0
- package/Collapse/collapsePanel.d.ts +30 -0
- package/Collapse/index.d.ts +57 -0
- package/Collapse/index.js +28 -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 +391 -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 +144 -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 +53 -0
- package/Drawer/interface.d.ts +78 -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 +172 -0
- package/Form/index.js +248 -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 +145 -0
- package/FormItem/index.js +248 -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 +118 -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 +28 -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 +118 -0
- package/InputNumber/index.d.ts +74 -0
- package/InputNumber/index.js +79 -0
- package/Label/index.d.ts +35 -0
- package/Label/index.js +27 -0
- package/Loading/index.d.ts +17 -0
- package/Loading/index.js +28 -0
- package/Menu/footerExpansion.d.ts +9 -0
- package/Menu/index.d.ts +10 -0
- package/Menu/index.js +53 -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 +67 -0
- package/Modal/Confirm/index.d.ts +66 -0
- package/Modal/index.d.ts +61 -0
- package/Modal/index.js +118 -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 +105 -0
- package/Notification/index.d.ts +52 -0
- package/Notification/index.js +67 -0
- package/OperateBtn/index.d.ts +59 -0
- package/OperateBtn/index.js +66 -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 +66 -0
- package/PageHeader/interface.d.ts +167 -0
- package/Pagination/index.d.ts +33 -0
- package/Pagination/index.js +183 -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 +50 -0
- package/PopConfirm/index.js +105 -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/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 +29 -1
- package/Radio/index.d.ts +38 -0
- package/Radio/index.js +27 -0
- package/RadioGroup/index.d.ts +47 -0
- package/RadioGroup/index.js +27 -0
- package/Search/index.d.ts +56 -0
- package/Search/index.js +118 -0
- package/Select/index.d.ts +86 -0
- package/Select/index.js +105 -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 +105 -0
- package/SingleBox/index.d.ts +42 -0
- package/SingleBox/index.js +105 -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 +145 -0
- package/Switch/index.d.ts +78 -0
- package/Switch/index.js +40 -0
- package/Table/index.d.ts +10 -0
- package/Table/index.js +261 -0
- package/Table/interface.d.ts +200 -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 +131 -0
- package/Tag/TagGroup.d.ts +66 -0
- package/Tag/index.d.ts +34 -0
- package/Tag/index.js +40 -0
- package/TextField/index.d.ts +93 -0
- package/TextField/index.js +79 -0
- package/TimePicker/index.d.ts +22 -0
- package/TimePicker/index.js +144 -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 +53 -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 +144 -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 +131 -0
- package/Tree/interface.d.ts +201 -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/{docs/view/autoTips/index.scss → 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 +196 -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 +40 -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 +183 -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 +295 -0
- package/cdn/FormItem/index.js +295 -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/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 +14 -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/TextField/index.js +105 -0
- package/cdn/TimePicker/index.js +183 -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 +249 -0
- package/index.d.ts +124 -0
- package/index.js +729 -0
- package/package.json +5 -4
- package/{temp/style.css → style.css} +12 -10
- package/.eslintignore +0 -12
- package/babel.config.js +0 -7
- package/docs/App.tsx +0 -277
- package/docs/Router.tsx +0 -79
- package/docs/assets/1.jpeg +0 -0
- package/docs/assets/P.svg +0 -1
- package/docs/assets/icon.ico +0 -0
- package/docs/assets/icon.png +0 -0
- package/docs/assets/logo.png +0 -0
- package/docs/config/interceptors.ts +0 -73
- package/docs/config/router.tsx +0 -212
- package/docs/context/global.tsx +0 -65
- package/docs/index.tsx +0 -42
- package/docs/locale/index.ts +0 -64
- package/docs/locale/lang/en_US.ts +0 -16
- package/docs/locale/lang/zh_CN.ts +0 -16
- package/docs/react-app-env.d.ts +0 -18
- package/docs/services/api.ts +0 -6
- package/docs/styles/index.scss +0 -31
- package/docs/view/autoBox/api.tsx +0 -67
- package/docs/view/autoBox/codeString.tsx +0 -137
- package/docs/view/autoBox/index.scss +0 -15
- package/docs/view/autoBox/index.tsx +0 -97
- package/docs/view/autoTips/api.tsx +0 -49
- package/docs/view/autoTips/codeString.tsx +0 -34
- package/docs/view/autoTips/index.tsx +0 -53
- package/docs/view/breadcrumbs/api.tsx +0 -72
- package/docs/view/breadcrumbs/codeString.tsx +0 -160
- package/docs/view/breadcrumbs/index.scss +0 -14
- package/docs/view/breadcrumbs/index.tsx +0 -173
- package/docs/view/button/api.tsx +0 -131
- package/docs/view/button/codeString.tsx +0 -153
- package/docs/view/button/index.scss +0 -23
- package/docs/view/button/index.tsx +0 -165
- package/docs/view/buttonGroup/api.tsx +0 -55
- package/docs/view/buttonGroup/codeString.tsx +0 -108
- package/docs/view/buttonGroup/index.scss +0 -9
- package/docs/view/buttonGroup/index.tsx +0 -93
- package/docs/view/carousel/api.tsx +0 -165
- package/docs/view/carousel/codeString.tsx +0 -207
- package/docs/view/carousel/index.scss +0 -12
- package/docs/view/carousel/index.tsx +0 -174
- package/docs/view/cascader/api.tsx +0 -116
- package/docs/view/cascader/codeString.tsx +0 -584
- package/docs/view/cascader/index.scss +0 -0
- package/docs/view/cascader/index.tsx +0 -261
- package/docs/view/checkbox/api.tsx +0 -148
- package/docs/view/checkbox/codeString.tsx +0 -215
- package/docs/view/checkbox/index.scss +0 -0
- package/docs/view/checkbox/index.tsx +0 -233
- package/docs/view/collapse/api.tsx +0 -109
- package/docs/view/collapse/codeString.tsx +0 -186
- package/docs/view/collapse/index.scss +0 -0
- package/docs/view/collapse/index.tsx +0 -171
- package/docs/view/colorPicker/api.tsx +0 -30
- package/docs/view/colorPicker/codeString.tsx +0 -58
- package/docs/view/colorPicker/index.scss +0 -5
- package/docs/view/colorPicker/index.tsx +0 -39
- package/docs/view/comboSelect/api.tsx +0 -255
- package/docs/view/comboSelect/codeString.tsx +0 -629
- package/docs/view/comboSelect/index.scss +0 -5
- package/docs/view/comboSelect/index.tsx +0 -402
- package/docs/view/container/api.tsx +0 -61
- package/docs/view/container/codeString.tsx +0 -64
- package/docs/view/container/index.scss +0 -0
- package/docs/view/container/index.tsx +0 -84
- package/docs/view/datePicker/api.tsx +0 -264
- package/docs/view/datePicker/codeString.tsx +0 -185
- package/docs/view/datePicker/index.scss +0 -8
- package/docs/view/datePicker/index.tsx +0 -205
- package/docs/view/drawer/api.tsx +0 -123
- package/docs/view/drawer/codeString.tsx +0 -122
- package/docs/view/drawer/index.scss +0 -5
- package/docs/view/drawer/index.tsx +0 -200
- package/docs/view/empty/api.tsx +0 -57
- package/docs/view/empty/codeString.tsx +0 -38
- package/docs/view/empty/index.scss +0 -11
- package/docs/view/empty/index.tsx +0 -43
- package/docs/view/form/api.tsx +0 -266
- package/docs/view/form/codeString.tsx +0 -203
- package/docs/view/form/index.scss +0 -0
- package/docs/view/form/index.tsx +0 -225
- package/docs/view/help/api.tsx +0 -58
- package/docs/view/help/codeString.tsx +0 -39
- package/docs/view/help/index.scss +0 -5
- package/docs/view/help/index.tsx +0 -40
- package/docs/view/helperText/api.tsx +0 -31
- package/docs/view/helperText/codeString.tsx +0 -16
- package/docs/view/helperText/index.scss +0 -0
- package/docs/view/helperText/index.tsx +0 -33
- package/docs/view/home/index.scss +0 -55
- package/docs/view/home/index.tsx +0 -119
- package/docs/view/icons/index.scss +0 -48
- package/docs/view/icons/index.tsx +0 -87
- package/docs/view/inputLang/api.tsx +0 -99
- package/docs/view/inputLang/codeString.tsx +0 -66
- package/docs/view/inputLang/index.scss +0 -0
- package/docs/view/inputLang/index.tsx +0 -85
- package/docs/view/inputNumber/api.tsx +0 -169
- package/docs/view/inputNumber/codeString.tsx +0 -129
- package/docs/view/inputNumber/index.scss +0 -0
- package/docs/view/inputNumber/index.tsx +0 -141
- package/docs/view/label/api.tsx +0 -63
- package/docs/view/label/codeString.tsx +0 -63
- package/docs/view/label/index.scss +0 -0
- package/docs/view/label/index.tsx +0 -82
- package/docs/view/loading/api.tsx +0 -26
- package/docs/view/loading/codeString.tsx +0 -13
- package/docs/view/loading/index.scss +0 -0
- package/docs/view/loading/index.tsx +0 -38
- package/docs/view/menu/api.tsx +0 -227
- package/docs/view/menu/codeString.tsx +0 -302
- package/docs/view/menu/index.scss +0 -42
- package/docs/view/menu/index.tsx +0 -289
- package/docs/view/message/api.tsx +0 -35
- package/docs/view/message/codeString.tsx +0 -73
- package/docs/view/message/index.scss +0 -7
- package/docs/view/message/index.tsx +0 -64
- package/docs/view/modal/api.tsx +0 -141
- package/docs/view/modal/codeString.tsx +0 -222
- package/docs/view/modal/index.scss +0 -9
- package/docs/view/modal/index.tsx +0 -222
- package/docs/view/multiBox/api.tsx +0 -99
- package/docs/view/multiBox/codeString.tsx +0 -104
- package/docs/view/multiBox/index.scss +0 -0
- package/docs/view/multiBox/index.tsx +0 -123
- package/docs/view/notification/api.tsx +0 -148
- package/docs/view/notification/codeString.tsx +0 -110
- package/docs/view/notification/index.scss +0 -9
- package/docs/view/notification/index.tsx +0 -118
- package/docs/view/operateBtn/api.tsx +0 -127
- package/docs/view/operateBtn/codeString.tsx +0 -165
- package/docs/view/operateBtn/index.scss +0 -0
- package/docs/view/operateBtn/index.tsx +0 -160
- package/docs/view/pageHeader/api.tsx +0 -321
- package/docs/view/pageHeader/codeString.tsx +0 -252
- package/docs/view/pageHeader/index.scss +0 -6
- package/docs/view/pageHeader/index.tsx +0 -291
- package/docs/view/pagination/api.tsx +0 -71
- package/docs/view/pagination/codeString.tsx +0 -45
- package/docs/view/pagination/index.scss +0 -0
- package/docs/view/pagination/index.tsx +0 -54
- package/docs/view/popConfirm/api.tsx +0 -96
- package/docs/view/popConfirm/codeString.tsx +0 -130
- package/docs/view/popConfirm/index.scss +0 -33
- package/docs/view/popConfirm/index.tsx +0 -167
- package/docs/view/popover/api.tsx +0 -80
- package/docs/view/popover/codeString.tsx +0 -40
- package/docs/view/popover/index.scss +0 -4
- package/docs/view/popover/index.tsx +0 -53
- package/docs/view/querying/api.tsx +0 -46
- package/docs/view/querying/codeString.tsx +0 -28
- package/docs/view/querying/index.scss +0 -11
- package/docs/view/querying/index.tsx +0 -35
- package/docs/view/radio/api.tsx +0 -142
- package/docs/view/radio/codeString.tsx +0 -136
- package/docs/view/radio/index.scss +0 -0
- package/docs/view/radio/index.tsx +0 -154
- package/docs/view/search/api.tsx +0 -132
- package/docs/view/search/codeString.tsx +0 -164
- package/docs/view/search/index.scss +0 -0
- package/docs/view/search/index.tsx +0 -142
- package/docs/view/select/api.tsx +0 -195
- package/docs/view/select/codeString.tsx +0 -379
- package/docs/view/select/index.scss +0 -12
- package/docs/view/select/index.tsx +0 -370
- package/docs/view/selectInput/api.tsx +0 -161
- package/docs/view/selectInput/codeString.tsx +0 -171
- package/docs/view/selectInput/index.scss +0 -12
- package/docs/view/selectInput/index.tsx +0 -167
- package/docs/view/singleBox/api.tsx +0 -89
- package/docs/view/singleBox/codeString.tsx +0 -94
- package/docs/view/singleBox/index.scss +0 -0
- package/docs/view/singleBox/index.tsx +0 -111
- package/docs/view/slider/api.tsx +0 -135
- package/docs/view/slider/codeString.tsx +0 -99
- package/docs/view/slider/index.scss +0 -11
- package/docs/view/slider/index.tsx +0 -95
- package/docs/view/stepper/api.tsx +0 -49
- package/docs/view/stepper/codeString.tsx +0 -64
- package/docs/view/stepper/index.scss +0 -3
- package/docs/view/stepper/index.tsx +0 -57
- package/docs/view/switch/api.tsx +0 -70
- package/docs/view/switch/codeString.tsx +0 -48
- package/docs/view/switch/index.scss +0 -16
- package/docs/view/switch/index.tsx +0 -50
- package/docs/view/table/api.tsx +0 -330
- package/docs/view/table/codeString.tsx +0 -737
- package/docs/view/table/index.scss +0 -0
- package/docs/view/table/index.tsx +0 -549
- package/docs/view/tabs/api.tsx +0 -106
- package/docs/view/tabs/codeString.tsx +0 -243
- package/docs/view/tabs/index.scss +0 -5
- package/docs/view/tabs/index.tsx +0 -132
- package/docs/view/tag/api.tsx +0 -119
- package/docs/view/tag/codeString.tsx +0 -95
- package/docs/view/tag/index.scss +0 -5
- package/docs/view/tag/index.tsx +0 -91
- package/docs/view/textField/api.tsx +0 -229
- package/docs/view/textField/codeString.tsx +0 -251
- package/docs/view/textField/index.scss +0 -3
- package/docs/view/textField/index.tsx +0 -327
- package/docs/view/timeLine/api.tsx +0 -43
- package/docs/view/timeLine/codeString.tsx +0 -85
- package/docs/view/timeLine/index.scss +0 -5
- package/docs/view/timeLine/index.tsx +0 -73
- package/docs/view/timePicker/api.tsx +0 -178
- package/docs/view/timePicker/codeString.tsx +0 -66
- package/docs/view/timePicker/index.scss +0 -8
- package/docs/view/timePicker/index.tsx +0 -75
- package/docs/view/toggleButton/api.tsx +0 -100
- package/docs/view/toggleButton/codeString.tsx +0 -152
- package/docs/view/toggleButton/index.scss +0 -5
- package/docs/view/toggleButton/index.tsx +0 -108
- package/docs/view/toolTip/api.tsx +0 -96
- package/docs/view/toolTip/codeString.tsx +0 -42
- package/docs/view/toolTip/index.scss +0 -5
- package/docs/view/toolTip/index.tsx +0 -44
- package/docs/view/transfer/api.tsx +0 -33
- package/docs/view/transfer/codeString.tsx +0 -44
- package/docs/view/transfer/index.scss +0 -0
- package/docs/view/transfer/index.tsx +0 -59
- package/docs/view/tree/api.tsx +0 -413
- package/docs/view/tree/codeString.tsx +0 -437
- package/docs/view/tree/index.scss +0 -5
- package/docs/view/tree/index.tsx +0 -362
- package/docs/view/upload/api.tsx +0 -302
- package/docs/view/upload/codeString.tsx +0 -248
- package/docs/view/upload/index.scss +0 -7
- package/docs/view/upload/index.tsx +0 -207
- package/publish.sh +0 -5
- package/run.js +0 -43
- package/scripts/extract-css.js +0 -9
- package/temp/main.js +0 -1103
- package/tsconfig.json +0 -40
- package/webpack.cdn.config.js +0 -81
- package/webpack.config.js +0 -249
- package/webpack.extract.css.js +0 -86
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author liuj
|
|
3
|
+
* @date 2021/8/12 15:59
|
|
4
|
+
* @description 桌面移动
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface DesktopProps {
|
|
9
|
+
/** 样式名称 */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** 拖拽列表数据 */
|
|
12
|
+
data: Array<any>;
|
|
13
|
+
/** 排序数据 */
|
|
14
|
+
sort?: {
|
|
15
|
+
[key: string]: mapProps;
|
|
16
|
+
};
|
|
17
|
+
/** 排序回调事件 */
|
|
18
|
+
onSort?: (data: any) => void;
|
|
19
|
+
/** 点击事件回调 */
|
|
20
|
+
onClick?: (data: any) => void;
|
|
21
|
+
}
|
|
22
|
+
export interface PointConfig {
|
|
23
|
+
/** 距左距离 */
|
|
24
|
+
x: number;
|
|
25
|
+
/** 距上距离 */
|
|
26
|
+
y: number;
|
|
27
|
+
/** 宽 */
|
|
28
|
+
width: number;
|
|
29
|
+
/** 高 */
|
|
30
|
+
height: number;
|
|
31
|
+
}
|
|
32
|
+
interface mapProps {
|
|
33
|
+
/** 类型 文件夹 / 组件 */
|
|
34
|
+
type: 'item' | 'dir';
|
|
35
|
+
/** 父级 */
|
|
36
|
+
parent?: number | string;
|
|
37
|
+
/** 显示名 */
|
|
38
|
+
displayName?: string;
|
|
39
|
+
/** key */
|
|
40
|
+
key: number | string;
|
|
41
|
+
/** 下标 */
|
|
42
|
+
index: number;
|
|
43
|
+
/** 禁用 */
|
|
44
|
+
disable?: boolean;
|
|
45
|
+
/** 图标 */
|
|
46
|
+
icon?: any;
|
|
47
|
+
/** 数据 */
|
|
48
|
+
data: any;
|
|
49
|
+
/** 位置 */
|
|
50
|
+
point: PointConfig;
|
|
51
|
+
/** 子选项 */
|
|
52
|
+
children: Array<any>;
|
|
53
|
+
}
|
|
54
|
+
export declare const Desktop: FunctionComponent<DesktopProps>;
|
|
55
|
+
export default Desktop;
|
package/Desktop/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("@material-ui/core"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","@material-ui/core","@paraview/lib"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("@material-ui/core"),require("@paraview/lib")):e.ParaUI=t(e.react,e["@material-ui/core"],e["@paraview/lib"])}(self,(function(e,t,n){return function(){var r={8514:function(e,t,n){(t=n(3645)(!1)).push([e.id,'.para-desktop{width:100%;height:100%}.para-desktop .para-desktop-title{display:flex;height:40px;line-height:40px;font-size:17px;margin:15px 0}.para-desktop .para-desktop-title>.para-desktop-backlist{float:left;width:110px;margin:5px}.para-desktop .para-desktop-title>div{width:100%;text-align:center}.para-desktop .para-desktop-title>div>span{cursor:pointer;font-weight:bold}.para-desktop .para-desktop-box{position:relative;width:100%;height:calc(100% - 50px)}.para-desktop .para-desktop-box .desktop-item{position:absolute;top:0;left:0;background-color:#efefef;transition:top .5s, left .5s;user-select:none;box-shadow:4px 4px 6px #dcdde3, -4px -4px 6px #f0f0f0;border-radius:4px;cursor:pointer;color:#5b5b5b}.para-desktop .para-desktop-box .desktop-item .item-name{text-align:center;position:absolute;bottom:10px;width:100%;font-size:14px}.para-desktop .para-desktop-box .desktop-item .item-dir-name{overflow:hidden;font-size:17px;font-weight:bold;padding:25px 15px;word-break:break-word}.para-desktop .para-desktop-box .desktop-item .item-body{text-align:center}.para-desktop .para-desktop-box .desktop-item .item-body img{height:80px;margin-top:25px;pointer-events:none}.para-desktop .para-desktop-box .item-disable{box-shadow:none;background-color:#dbdbdb;cursor:not-allowed}.para-desktop .para-desktop-box .item-disable img{opacity:.3}.para-desktop .para-desktop-box [drag-item="true"]{z-index:2;transition:none}.para-desktop .para-desktop-box [impact="true"]{background-color:#E9EFFD}.para-desktop .para-desktop-box [in-dir="true"]{display:none !important}.para-desktop .para-desktop-box .img-box{display:inline-block;width:100%;text-align:center;margin-top:10px}.para-desktop .para-desktop-box .img-box>img{width:100px;height:100px;user-drag:none}.para-desktop .para-desktop-box .desktop-dir .img-box{display:inline-block}.para-desktop .para-desktop-box .desktop-dir .img-box>img{width:40px;height:40px;margin:5px 15px}.para-desktop .menu-list{position:absolute;box-shadow:4px 4px 6px #dcdde3;background-color:#ffffff;font-size:14px;border-radius:4px;z-index:10;display:none;transition:background-color .2s}.para-desktop .menu-list .menu-item{padding:5px 15px;cursor:pointer}.para-desktop .menu-list .menu-item:hover{background-color:#f6f6f6}\n',""]),e.exports=t},3645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var i=(a=r,p=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),d="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(p),"/*# ".concat(d," */")),o=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(o).concat([i]).join("\n")}var a,p,d;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(r)for(var o=0;o<this.length;o++){var a=this[o][0];null!=a&&(i[a]=!0)}for(var p=0;p<e.length;p++){var d=[].concat(e[p]);r&&i[d[0]]||(n&&(d[2]?d[2]="".concat(n," and ").concat(d[2]):d[2]=n),t.push(d))}},t}},7418:function(e){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(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={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,o){for(var a,p,d=i(e),s=1;s<arguments.length;s++){for(var u in a=Object(arguments[s]))n.call(a,u)&&(d[u]=a[u]);if(t){p=t(a);for(var c=0;c<p.length;c++)r.call(a,p[c])&&(d[p[c]]=a[p[c]])}}return d}},5251:function(e,t,n){"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
|
+
*/n(7418);var r=n(8156),i=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var o=Symbol.for;i=o("react.element"),t.Fragment=o("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p=Object.prototype.hasOwnProperty,d={key:!0,ref:!0,__self:!0,__source:!0};function s(e,t,n){var r,o={},s=null,u=null;for(r in void 0!==n&&(s=""+n),void 0!==t.key&&(s=""+t.key),void 0!==t.ref&&(u=t.ref),t)p.call(t,r)&&!d.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===o[r]&&(o[r]=t[r]);return{$$typeof:i,type:e,key:s,ref:u,props:o,_owner:a.current}}t.jsx=s,t.jsxs=s},5893:function(e,t,n){"use strict";e.exports=n(5251)},2203:function(e,t,n){var r=n(3379),i=n(8514);"string"==typeof(i=i.__esModule?i.default:i)&&(i=[[e.id,i,""]]);var o={insert:("body","body"),singleton:!1};r(i,o);e.exports=i.locals||{}},3379:function(e,t,n){"use strict";var r,i=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},o=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function p(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function d(e,t){for(var n={},r=[],i=0;i<e.length;i++){var o=e[i],d=t.base?o[0]+t.base:o[0],s=n[d]||0,u="".concat(d," ").concat(s);n[d]=s+1;var c=p(u),l={css:o[1],media:o[2],sourceMap:o[3]};-1!==c?(a[c].references++,a[c].updater(l)):a.push({identifier:u,updater:y(l,t),references:1}),r.push(u)}return r}function s(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var i=n.nc;i&&(r.nonce=i)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=o(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 u,c=(u=[],function(e,t){return u[e]=t,u.filter(Boolean).join("\n")});function l(e,t,n,r){var i=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=c(t,i);else{var o=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}function f(e,t,n){var r=n.css,i=n.media,o=n.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var m=null,v=0;function y(e,t){var n,r,i;if(t.singleton){var o=v++;n=m||(m=s(t)),r=l.bind(null,n,o,!1),i=l.bind(null,n,o,!0)}else n=s(t),r=f.bind(null,n,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var n=d(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var i=p(n[r]);a[i].references--}for(var o=d(e,t),s=0;s<n.length;s++){var u=p(n[s]);0===a[u].references&&(a[u].updater(),a.splice(u,1))}n=o}}}},670:function(e){"use strict";e.exports=t},8543:function(e){"use strict";e.exports=n},8156:function(t){"use strict";t.exports=e}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={id:e,exports:{}};return r[e](n,n.exports,o),n.exports}o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return function(){"use strict";o.r(a),o.d(a,{Desktop:function(){return b}});var e,t,n,r,i=o(5893),p=o(8156),d=o.n(p),s=o(670),u=o(8543),c=(o(2203),function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},c.apply(this,arguments)}),l=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))},f=200,m=150,v=20,y=20,k=[],h=!1,b=function(o){var a=(0,p.useRef)(),b=(0,p.useRef)(),g=o.sort,S=void 0===g?{}:g,q=(0,p.useState)(0),j=q[0],R=q[1],w=(0,p.useState)([]),O=w[0],G=w[1],Z=(0,p.useState)("_"),N=Z[0],M=Z[1],W=(0,p.useState)(!1),J=W[0],T=W[1],P=(0,p.useState)(""),D=P[0],E=P[1],U=S[N]||{};d().useEffect((function(){document.addEventListener("resize",(function(){clearTimeout(e),e=setTimeout((function(){R(L())}),200)})),window.addEventListener("mousedown",(function(e){e.target.closest(".menu-list")||b.current&&(b.current.style.display="none")}))}),[]),d().useEffect((function(){R(L()),G(o.data)}),[o.data]);var z,L=function(){var e=a.current;return e?e.getBoundingClientRect().width/(f+v)|0:1},F=function(e){if(!h){var t=e.currentTarget.getAttribute("data-key"),r=te(t);if(r.disable)return!1;if("dir"!==r.type)return o.onClick&&o.onClick(r),!1;n=r,M(r.key)}},X=function(e){if("_"!==N&&(e.preventDefault(),!h)){var t=e.currentTarget.getAttribute("data-key");r=te(t),ie(b.current,e.pageX,e.pageY),b.current.style.display="block"}},H=function(){n=null,M("_")},V=function(e,t,n){k[t]=C(e,t,n),e=k[t];var r={left:k[t].point.x+"px",top:k[t].point.y+"px",width:f,height:m};return(0,i.jsx)("div",c({className:"desktop-item".concat("dir"===e.type?" desktop-dir":"").concat(e.disable?" item-disable":""),onContextMenu:X,onClick:F,style:r,"data-key":e.key,"data-index":t},{children:"dir"===n?(0,i.jsx)("div",c({className:"item-dir-name"},{children:e.displayName})):(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("div",c({className:"item-body"},{children:(0,i.jsx)("img",{src:e.icon||"data:image/png;base64,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"})})),(0,i.jsx)("div",c({className:"item-name"},{children:e.displayName}))]})}),N+e.key+t+j)},C=function(e,t,n){return{index:t,data:e,key:e.key,icon:e.icon,disable:e.disable||!1,type:n||"item",displayName:e.displayName||e.name,point:Y(t),children:e.children||[]}},Y=function(e){return{x:e%j*(f+v),y:(e/j|0)*(m+y),width:f,height:m}},I=function(){var e={};return o.data.forEach((function(t){("_"===N||-1!==n.children.indexOf(t.key))&&(e[t.key]=t)})),e},B=d().useMemo((function(){if(0===j)return null;if(k=[],U.length>0){var e=I(),t=0,r=U.map((function(n){var r=n.key,i=n.type;if(e[r]||"dir"===i){var o,a=c({},e[r]);if(delete e[r],"dir"===i){var p=!0;if(n.children.forEach((function(t){e[t]&&(p=!1,delete e[t])})),p)return null;o=V(n,t,i)}else o=V(a,t);return t++,o}})),i=Object.keys(e);if(i.length>0){var a=i.map((function(t){var n=e[t];return V(n,k.length)}));r=l(l([],r,!0),a,!0)}return r}if("_"!==N&&n){var p=I(),d=0;return n.children.map((function(e){if(!p[e])return null;var t=V(p[e],d);return d++,t}))}return o.data.map((function(e,t){return V(e,t)}))}),[O,j,N]),K=function(e){if(!h){var n=e.target.closest(".desktop-item");if(n){var r=n.getAttribute("data-index");t=c(c({},k[r]),{target:n,start:{x:e.pageX,y:e.pageY}}),n.setAttribute("drag-item","true"),window.addEventListener("mousemove",A),window.addEventListener("mouseup",_)}}},A=function(e){Math.abs(t.start.x-e.pageX)>3&&(h=!0);var n=t.point.x+(e.pageX-t.start.x),r=t.point.y+(e.pageY-t.start.y)+a.current.scrollTop;ie(t.target,n,r);for(var i=n,o=r,p=(t.point.x,t.point.width,t.point.y,t.point.height,t.point.width),d=t.point.height,s={x:i+p/2,y:o+d/2},u=0,c=k.length;u<c;u++){var l=k[u];if(l&&String(l.key)!==String(t.key)&&(!l.parent||N===l.parent)){var f={x:l.point.x,y:l.point.y,w:l.point.x+l.point.width,h:l.point.y+l.point.height},m=.3;if(Q(s,f)){var v=x(l.key);if(!v)continue;re("impact"),v.setAttribute("impact","true"),t.impact={data:l,rect:f},t.impact={data:l,rect:f},"dir"!==t.data.type&&"_"===N||(m=.5);var y={x:i+p/2,y:o+d/2},b=l.point.width;y.x<f.x+b*m?(t.position="left",ie(v,f.x+50)):y.x>f.w-b*m?(t.position="right",ie(v,f.x-50)):(t.position="centre",ie(v,f.x));break}re("impact")}}},Q=function(e,t){if(e.x>t.x&&e.y>t.y&&e.x<t.w&&e.y<t.h)return e},_=function(e){if(window.removeEventListener("mousemove",A),window.removeEventListener("mouseup",_),setTimeout((function(){h=!1}),100),t.impact){var n=c({},k[t.index]),r=t.impact.data,i=x(r.key);if(r.index-t.index==-1&&"right"===t.position||r.index-t.index==1&&"left"===t.position||"dir"===t.type&&"centre"===t.position)return ie(t.target,t.point.x,t.point.y),void re();var o=r.index,a=void 0,p=t.index,d=o;o>t.index?(a="R","left"===t.position&&(d--,ie(i,r.point.x,r.point.y),o--)):(a="L","right"===t.position&&(d++,ie(i,r.point.x,r.point.y),o++));c({},k[o]);var s=void 0;if("centre"===t.position){for(d=t.index,p=k.length-1;d<p;d++){var u=k[d+1];ne(u,d)}k.pop()}else{if(s=c({},k[p]),"R"===a)for(;p<d;p++){u=k[p+1];ne(u,p)}if("L"===a)for(;p>d;p--){u=k[p-1];ne(u,p)}ne(s,d)}return"centre"===t.position&&("dir"===r.type?ee(r,n):$(r,n,a)),void re("end")}ie(t.target,t.point.x,t.point.y),re()},$=function(e,n,r){"R"===r&&e.index--;var i="dir_"+e.key+(1e6*Math.random()|0);k[e.index]=c(c({},e),{key:i,point:Y(e.index),type:"dir",displayName:"新建文件夹",children:[e.key,n.key]});var o=x(e.key);null==o||o.setAttribute("data-key",i),null==o||o.classList.add("desktop-dir"),o.innerHTML='<div class="item-dir-name">'.concat(k[e.index].displayName,"</div>");var a=x(t.key);null==a||a.setAttribute("in-dir","true")},ee=function(e,n){var r=te(e.key);if(r){r.children.push(n.key);var i=x(t.key);null==i||i.setAttribute("in-dir","true")}},te=function(e){if(!e)return null;for(var t=0,n=k.length;t<n;t++)if(k[t].key===e)return k[t];return null},ne=function(e,t,n){if(e){n||(n=Y(t));var r=x(e.key);r&&(ie(r,null==n?void 0:n.x,null==n?void 0:n.y),k[t]=c({},e),k[t].index=t,k[t].point=n,null==r||r.setAttribute("data-index",t))}},re=function(e){var n,r,i;switch(e){case"impact":var o=document.querySelector('[impact="true"]');if(!o)return;t&&t.impact&&(ie(o,t.impact.rect.x,t.impact.rect.y),delete t.impact),null==o||o.removeAttribute("impact");break;case"end":t=null,null===(n=document.querySelector('[impact="true"]'))||void 0===n||n.removeAttribute("impact"),null===(r=document.querySelector('[drag-item="true"]'))||void 0===r||r.removeAttribute("drag-item"),clearTimeout(undefined),oe();break;default:re("impact"),t=null,null===(i=document.querySelector('[drag-item="true"]'))||void 0===i||i.removeAttribute("drag-item"),window.removeEventListener("mousemove",A),window.removeEventListener("mouseup",_)}},ie=function(e,t,n){e&&(void 0===t&&null===t||(e.style.left=t+"px"),void 0===n&&null===n||(e.style.top=n+"px"))},oe=function(){if(o.onSort){var e=[],t=0;k.forEach((function(n){e[t]={key:n.key,type:n.type},void 0!==n.displayName&&(e[t].displayName=n.displayName),n.children.length>0&&(e[t].children=n.children),void 0!==n.parent&&(e[t].parent=n.parent),t++}));var n=(0,u.DeepClone)(S);e.length>0&&(n[N]=e),o.onSort&&o.onSort(n)}},ae=function(){T(!0),E(n.displayName||"文件夹")},pe=function(){n.displayName=D,T(!1),de(n.key).displayName=D,oe()},de=function(e){for(var t=S._||[],n=0,r=t.length;n<r;n++){var i=t[n];if(i.key===e)return i}},se=function(e){E(e.target.value)},ue=(0,p.useMemo)((function(){return"_"!==N&&(0,i.jsxs)("div",c({className:"para-desktop-title"},{children:[(0,i.jsx)(s.Button,c({className:"para-desktop-backlist",onClick:H},{children:"返回上级"})),(0,i.jsx)("div",{children:J?(0,i.jsx)(s.TextField,{value:D,autoFocus:!0,onChange:se,onBlur:pe}):(0,i.jsx)("span",c({onClick:ae},{children:n.displayName}))})]}))}),[N,J,D]),ce=(0,p.useMemo)((function(){return(0,i.jsx)("div",c({ref:a,className:"para-desktop-box",onMouseDown:K},{children:B}))}),[j,O,N,S]);return(0,i.jsxs)("div",c({className:(z="para-desktop paraui-desktop",o.className&&(z+=" "+o.className),z)},{children:[ue,ce,(0,i.jsx)("div",c({ref:b,className:"menu-list"},{children:(0,i.jsx)("div",c({className:"menu-item",onClick:function(e){if("_"!==N){var t=de(n.key);if(t.children=t.children.filter((function(e){return e!==r.key})),oe(),t.children.length>0){var i=x(r.key);i&&(i.style.display="none");for(var o=r.index,a=k.length-1;o<a;o++){var p=k[o+1];ne(p,o)}k.pop()}else k.pop(),delete S[n.key],H();b.current.style.display="none"}}},{children:"移出文件夹"}))}))]}))},x=function(e){return document.querySelector('[data-key="'.concat(e,'"]'))};a.default=b}(),a}()}));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2021/8/9 下午3:46
|
|
4
|
+
* @description drawer
|
|
5
|
+
*/
|
|
6
|
+
import { FunctionComponent } from 'react';
|
|
7
|
+
import { DrawerProps } from './interface';
|
|
8
|
+
import './index.scss';
|
|
9
|
+
export declare const Drawer: FunctionComponent<DrawerProps>;
|
|
10
|
+
export type { DrawerProps };
|
|
11
|
+
export default Drawer;
|
package/Drawer/index.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
!function(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("rc-drawer"),require("@paraview/lib"),require("@material-ui/core"),require("@para-ui/core/GlobalContext")):"function"==typeof define&&define.amd?define(["react","rc-drawer","@paraview/lib","@material-ui/core","@para-ui/core/GlobalContext"],e):"object"==typeof exports?exports.ParaUI=e(require("react"),require("rc-drawer"),require("@paraview/lib"),require("@material-ui/core"),require("@para-ui/core/GlobalContext")):r.ParaUI=e(r.react,r["rc-drawer"],r["@paraview/lib"],r["@material-ui/core"],r["@para-ui/core/GlobalContext"])}(self,(function(r,e,t,n,o){return function(){var a={4352:function(r,e,t){var n;self,r.exports=(n=t(8156),function(){var r={466:function(r,e,t){(e=t(3645)(!1)).push([r.id,".paraui-icon{width:1em;height:1em;fill:currentColor;display:inline-block;user-select:none;flex-shrink:0}.paraui-icon-primary{color:#3666d6}.paraui-icon-secondary{color:#3666d6}.paraui-icon-thirdary{color:#3666d6}.paraui-icon-small{font-size:16px}.paraui-icon-medium{font-size:18px}.paraui-icon-large{font-size:20px}\n",""]),r.exports=e},3645:function(r){"use strict";r.exports=function(r){var e=[];return e.toString=function(){return this.map((function(e){var t=function(r,e){var t,n,o,a=r[1]||"",i=r[3];if(!i)return a;if(e&&"function"==typeof btoa){var u=(t=i,n=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),"/*# ".concat(o," */")),c=i.sources.map((function(r){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(r," */")}));return[a].concat(c).concat([u]).join("\n")}return[a].join("\n")}(e,r);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t})).join("")},e.i=function(r,t,n){"string"==typeof r&&(r=[[null,r,""]]);var o={};if(n)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var u=0;u<r.length;u++){var c=[].concat(r[u]);n&&o[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),e.push(c))}},e}},7418:function(r){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}r.exports=function(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var e={},t=0;t<10;t++)e["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(r){return e[r]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(r){n[r]=r})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(r){return!1}}()?Object.assign:function(r,a){for(var i,u,c=o(r),l=1;l<arguments.length;l++){for(var s in i=Object(arguments[l]))t.call(i,s)&&(c[s]=i[s]);if(e){u=e(i);for(var p=0;p<u.length;p++)n.call(i,u[p])&&(c[u[p]]=i[u[p]])}}return c}},5251:function(r,e,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 n=t(8156),o=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var a=Symbol.for;o=a("react.element"),e.Fragment=a("react.fragment")}var i=n.__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(r,e,t){var n,a={},l=null,s=null;for(n in void 0!==t&&(l=""+t),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)u.call(e,n)&&!c.hasOwnProperty(n)&&(a[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===a[n]&&(a[n]=e[n]);return{$$typeof:o,type:r,key:l,ref:s,props:a,_owner:i.current}}e.jsx=l},5893:function(r,e,t){"use strict";r.exports=t(5251)},7856:function(r,e,t){var n=t(3379),o=t(466);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]),n(o,{insert:"head",singleton:!1}),r.exports=o.locals||{}},3379:function(r,e,t){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},a=function(){var r={};return function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(r){t=null}r[e]=t}return r[e]}}(),i=[];function u(r){for(var e=-1,t=0;t<i.length;t++)if(i[t].identifier===r){e=t;break}return e}function c(r,e){for(var t={},n=[],o=0;o<r.length;o++){var a=r[o],c=e.base?a[0]+e.base:a[0],l=t[c]||0,s="".concat(c," ").concat(l);t[c]=l+1;var p=u(s),d={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(d)):i.push({identifier:s,updater:g(d,e),references:1}),n.push(s)}return n}function l(r){var e=document.createElement("style"),n=r.attributes||{};if(void 0===n.nonce){var o=t.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(r){e.setAttribute(r,n[r])})),"function"==typeof r.insert)r.insert(e);else{var i=a(r.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var s,p=(s=[],function(r,e){return s[r]=e,s.filter(Boolean).join("\n")});function d(r,e,t,n){var o=t?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(r.styleSheet)r.styleSheet.cssText=p(e,o);else{var a=document.createTextNode(o),i=r.childNodes;i[e]&&r.removeChild(i[e]),i.length?r.insertBefore(a,i[e]):r.appendChild(a)}}function f(r,e,t){var n=t.css,o=t.media,a=t.sourceMap;if(o?r.setAttribute("media",o):r.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),r.styleSheet)r.styleSheet.cssText=n;else{for(;r.firstChild;)r.removeChild(r.firstChild);r.appendChild(document.createTextNode(n))}}var b=null,h=0;function g(r,e){var t,n,o;if(e.singleton){var a=h++;t=b||(b=l(e)),n=d.bind(null,t,a,!1),o=d.bind(null,t,a,!0)}else t=l(e),n=f.bind(null,t,e),o=function(){!function(r){if(null===r.parentNode)return!1;r.parentNode.removeChild(r)}(t)};return n(r),function(e){if(e){if(e.css===r.css&&e.media===r.media&&e.sourceMap===r.sourceMap)return;n(r=e)}else o()}}r.exports=function(r,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var t=c(r=r||[],e);return function(r){if(r=r||[],"[object Array]"===Object.prototype.toString.call(r)){for(var n=0;n<t.length;n++){var o=u(t[n]);i[o].references--}for(var a=c(r,e),l=0;l<t.length;l++){var s=u(t[l]);0===i[s].references&&(i[s].updater(),i.splice(s,1))}t=a}}}},4939:function(r,e,t){"use strict";var n=t(5893),o=(t(7856),function(){return o=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},o.apply(this,arguments)}),a=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t};e.default=function(r){var e,t=r.path,i=r.className,u=r.color,c=void 0===u?"primary":u,l=r.size,s=void 0===l?"small":l,p=r.dataName,d=void 0===p?"":p,f=a(r,["path","className","color","size","dataName"]);return(0,n.jsx)("svg",o({className:(e="paraui-icon",e+=" svg-icon",i&&(e+=" "+i),c&&(e+=" paraui-icon-"+c),s&&(e+=" paraui-icon-"+s),e),viewBox:"0 0 1024 1024","data-name":d},f,{children:t}),void 0)}},8156:function(r){"use strict";r.exports=n}},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var a=e[n]={id:n,exports:{}};return r[n](a,a.exports,t),a.exports}t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,{a:e}),e},t.d=function(r,e){for(var n in e)t.o(e,n)&&!t.o(r,n)&&Object.defineProperty(r,n,{enumerable:!0,get:e[n]})},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var o={};return function(){"use strict";t.r(o),t.d(o,{Down:function(){return a}});var r=t(5893),e=t(4939),n=function(){return n=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},n.apply(this,arguments)},a=function(t){return(0,r.jsx)(e.default,n({dataName:"Down",path:(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("path",{d:"M813.696 318.464a42.666667 42.666667 0 0 0-30.165333 12.501333L512 602.496 240.469333 330.965333a42.666667 42.666667 0 0 0-60.330666 60.373334l301.696 301.653333a42.666667 42.666667 0 0 0 60.330666 0l301.696-301.653333a42.666667 42.666667 0 0 0-30.165333-72.874667z"},void 0)},void 0)},t),void 0)};o.default=a}(),o}())},465:function(r,e,t){var n;self,r.exports=(n=t(8156),function(){var r={466:function(r,e,t){(e=t(3645)(!1)).push([r.id,".paraui-icon{width:1em;height:1em;fill:currentColor;display:inline-block;user-select:none;flex-shrink:0}.paraui-icon-primary{color:#3666d6}.paraui-icon-secondary{color:#3666d6}.paraui-icon-thirdary{color:#3666d6}.paraui-icon-small{font-size:16px}.paraui-icon-medium{font-size:18px}.paraui-icon-large{font-size:20px}\n",""]),r.exports=e},3645:function(r){"use strict";r.exports=function(r){var e=[];return e.toString=function(){return this.map((function(e){var t=function(r,e){var t,n,o,a=r[1]||"",i=r[3];if(!i)return a;if(e&&"function"==typeof btoa){var u=(t=i,n=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),"/*# ".concat(o," */")),c=i.sources.map((function(r){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(r," */")}));return[a].concat(c).concat([u]).join("\n")}return[a].join("\n")}(e,r);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t})).join("")},e.i=function(r,t,n){"string"==typeof r&&(r=[[null,r,""]]);var o={};if(n)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var u=0;u<r.length;u++){var c=[].concat(r[u]);n&&o[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),e.push(c))}},e}},7418:function(r){"use strict";
|
|
15
|
+
/*
|
|
16
|
+
object-assign
|
|
17
|
+
(c) Sindre Sorhus
|
|
18
|
+
@license MIT
|
|
19
|
+
*/var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}r.exports=function(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var e={},t=0;t<10;t++)e["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(r){return e[r]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(r){n[r]=r})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(r){return!1}}()?Object.assign:function(r,a){for(var i,u,c=o(r),l=1;l<arguments.length;l++){for(var s in i=Object(arguments[l]))t.call(i,s)&&(c[s]=i[s]);if(e){u=e(i);for(var p=0;p<u.length;p++)n.call(i,u[p])&&(c[u[p]]=i[u[p]])}}return c}},5251:function(r,e,t){"use strict";
|
|
20
|
+
/** @license React v17.0.2
|
|
21
|
+
* react-jsx-runtime.production.min.js
|
|
22
|
+
*
|
|
23
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
24
|
+
*
|
|
25
|
+
* This source code is licensed under the MIT license found in the
|
|
26
|
+
* LICENSE file in the root directory of this source tree.
|
|
27
|
+
*/t(7418);var n=t(8156),o=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var a=Symbol.for;o=a("react.element"),e.Fragment=a("react.fragment")}var i=n.__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(r,e,t){var n,a={},l=null,s=null;for(n in void 0!==t&&(l=""+t),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)u.call(e,n)&&!c.hasOwnProperty(n)&&(a[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===a[n]&&(a[n]=e[n]);return{$$typeof:o,type:r,key:l,ref:s,props:a,_owner:i.current}}e.jsx=l},5893:function(r,e,t){"use strict";r.exports=t(5251)},7856:function(r,e,t){var n=t(3379),o=t(466);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]),n(o,{insert:"head",singleton:!1}),r.exports=o.locals||{}},3379:function(r,e,t){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},a=function(){var r={};return function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(r){t=null}r[e]=t}return r[e]}}(),i=[];function u(r){for(var e=-1,t=0;t<i.length;t++)if(i[t].identifier===r){e=t;break}return e}function c(r,e){for(var t={},n=[],o=0;o<r.length;o++){var a=r[o],c=e.base?a[0]+e.base:a[0],l=t[c]||0,s="".concat(c," ").concat(l);t[c]=l+1;var p=u(s),d={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(d)):i.push({identifier:s,updater:g(d,e),references:1}),n.push(s)}return n}function l(r){var e=document.createElement("style"),n=r.attributes||{};if(void 0===n.nonce){var o=t.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(r){e.setAttribute(r,n[r])})),"function"==typeof r.insert)r.insert(e);else{var i=a(r.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var s,p=(s=[],function(r,e){return s[r]=e,s.filter(Boolean).join("\n")});function d(r,e,t,n){var o=t?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(r.styleSheet)r.styleSheet.cssText=p(e,o);else{var a=document.createTextNode(o),i=r.childNodes;i[e]&&r.removeChild(i[e]),i.length?r.insertBefore(a,i[e]):r.appendChild(a)}}function f(r,e,t){var n=t.css,o=t.media,a=t.sourceMap;if(o?r.setAttribute("media",o):r.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),r.styleSheet)r.styleSheet.cssText=n;else{for(;r.firstChild;)r.removeChild(r.firstChild);r.appendChild(document.createTextNode(n))}}var b=null,h=0;function g(r,e){var t,n,o;if(e.singleton){var a=h++;t=b||(b=l(e)),n=d.bind(null,t,a,!1),o=d.bind(null,t,a,!0)}else t=l(e),n=f.bind(null,t,e),o=function(){!function(r){if(null===r.parentNode)return!1;r.parentNode.removeChild(r)}(t)};return n(r),function(e){if(e){if(e.css===r.css&&e.media===r.media&&e.sourceMap===r.sourceMap)return;n(r=e)}else o()}}r.exports=function(r,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var t=c(r=r||[],e);return function(r){if(r=r||[],"[object Array]"===Object.prototype.toString.call(r)){for(var n=0;n<t.length;n++){var o=u(t[n]);i[o].references--}for(var a=c(r,e),l=0;l<t.length;l++){var s=u(t[l]);0===i[s].references&&(i[s].updater(),i.splice(s,1))}t=a}}}},4939:function(r,e,t){"use strict";var n=t(5893),o=(t(7856),function(){return o=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},o.apply(this,arguments)}),a=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t};e.default=function(r){var e,t=r.path,i=r.className,u=r.color,c=void 0===u?"primary":u,l=r.size,s=void 0===l?"small":l,p=r.dataName,d=void 0===p?"":p,f=a(r,["path","className","color","size","dataName"]);return(0,n.jsx)("svg",o({className:(e="paraui-icon",e+=" svg-icon",i&&(e+=" "+i),c&&(e+=" paraui-icon-"+c),s&&(e+=" paraui-icon-"+s),e),viewBox:"0 0 1024 1024","data-name":d},f,{children:t}),void 0)}},8156:function(r){"use strict";r.exports=n}},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var a=e[n]={id:n,exports:{}};return r[n](a,a.exports,t),a.exports}t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,{a:e}),e},t.d=function(r,e){for(var n in e)t.o(e,n)&&!t.o(r,n)&&Object.defineProperty(r,n,{enumerable:!0,get:e[n]})},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var o={};return function(){"use strict";t.r(o),t.d(o,{Forbid:function(){return a}});var r=t(5893),e=t(4939),n=function(){return n=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},n.apply(this,arguments)},a=function(t){return(0,r.jsx)(e.default,n({dataName:"Forbid",path:(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("path",{d:"M865.536 204.288a42.368 42.368 0 0 0-9.429333-14.506667 41.130667 41.130667 0 0 0-9.386667-6.186666 481.024 481.024 0 1 0 18.816 20.693333zM512 128a381.952 381.952 0 0 1 251.264 94.250667L222.336 763.264A383.402667 383.402667 0 0 1 512 128z m0 768a381.44 381.44 0 0 1-226.858667-74.922667L821.12 285.141333A383.274667 383.274667 0 0 1 512 896z"},void 0)},void 0)},t),void 0)};o.default=a}(),o}())},1217:function(r,e,t){var n;self,r.exports=(n=t(8156),function(){var r={466:function(r,e,t){(e=t(3645)(!1)).push([r.id,".paraui-icon{width:1em;height:1em;fill:currentColor;display:inline-block;user-select:none;flex-shrink:0}.paraui-icon-primary{color:#3666d6}.paraui-icon-secondary{color:#3666d6}.paraui-icon-thirdary{color:#3666d6}.paraui-icon-small{font-size:16px}.paraui-icon-medium{font-size:18px}.paraui-icon-large{font-size:20px}\n",""]),r.exports=e},3645:function(r){"use strict";r.exports=function(r){var e=[];return e.toString=function(){return this.map((function(e){var t=function(r,e){var t,n,o,a=r[1]||"",i=r[3];if(!i)return a;if(e&&"function"==typeof btoa){var u=(t=i,n=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),"/*# ".concat(o," */")),c=i.sources.map((function(r){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(r," */")}));return[a].concat(c).concat([u]).join("\n")}return[a].join("\n")}(e,r);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t})).join("")},e.i=function(r,t,n){"string"==typeof r&&(r=[[null,r,""]]);var o={};if(n)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var u=0;u<r.length;u++){var c=[].concat(r[u]);n&&o[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),e.push(c))}},e}},7418:function(r){"use strict";
|
|
28
|
+
/*
|
|
29
|
+
object-assign
|
|
30
|
+
(c) Sindre Sorhus
|
|
31
|
+
@license MIT
|
|
32
|
+
*/var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}r.exports=function(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var e={},t=0;t<10;t++)e["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(r){return e[r]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(r){n[r]=r})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(r){return!1}}()?Object.assign:function(r,a){for(var i,u,c=o(r),l=1;l<arguments.length;l++){for(var s in i=Object(arguments[l]))t.call(i,s)&&(c[s]=i[s]);if(e){u=e(i);for(var p=0;p<u.length;p++)n.call(i,u[p])&&(c[u[p]]=i[u[p]])}}return c}},5251:function(r,e,t){"use strict";
|
|
33
|
+
/** @license React v17.0.2
|
|
34
|
+
* react-jsx-runtime.production.min.js
|
|
35
|
+
*
|
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
37
|
+
*
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/t(7418);var n=t(8156),o=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var a=Symbol.for;o=a("react.element"),e.Fragment=a("react.fragment")}var i=n.__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(r,e,t){var n,a={},l=null,s=null;for(n in void 0!==t&&(l=""+t),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)u.call(e,n)&&!c.hasOwnProperty(n)&&(a[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===a[n]&&(a[n]=e[n]);return{$$typeof:o,type:r,key:l,ref:s,props:a,_owner:i.current}}e.jsx=l},5893:function(r,e,t){"use strict";r.exports=t(5251)},7856:function(r,e,t){var n=t(3379),o=t(466);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]),n(o,{insert:"head",singleton:!1}),r.exports=o.locals||{}},3379:function(r,e,t){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},a=function(){var r={};return function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(r){t=null}r[e]=t}return r[e]}}(),i=[];function u(r){for(var e=-1,t=0;t<i.length;t++)if(i[t].identifier===r){e=t;break}return e}function c(r,e){for(var t={},n=[],o=0;o<r.length;o++){var a=r[o],c=e.base?a[0]+e.base:a[0],l=t[c]||0,s="".concat(c," ").concat(l);t[c]=l+1;var p=u(s),d={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(d)):i.push({identifier:s,updater:g(d,e),references:1}),n.push(s)}return n}function l(r){var e=document.createElement("style"),n=r.attributes||{};if(void 0===n.nonce){var o=t.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(r){e.setAttribute(r,n[r])})),"function"==typeof r.insert)r.insert(e);else{var i=a(r.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var s,p=(s=[],function(r,e){return s[r]=e,s.filter(Boolean).join("\n")});function d(r,e,t,n){var o=t?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(r.styleSheet)r.styleSheet.cssText=p(e,o);else{var a=document.createTextNode(o),i=r.childNodes;i[e]&&r.removeChild(i[e]),i.length?r.insertBefore(a,i[e]):r.appendChild(a)}}function f(r,e,t){var n=t.css,o=t.media,a=t.sourceMap;if(o?r.setAttribute("media",o):r.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),r.styleSheet)r.styleSheet.cssText=n;else{for(;r.firstChild;)r.removeChild(r.firstChild);r.appendChild(document.createTextNode(n))}}var b=null,h=0;function g(r,e){var t,n,o;if(e.singleton){var a=h++;t=b||(b=l(e)),n=d.bind(null,t,a,!1),o=d.bind(null,t,a,!0)}else t=l(e),n=f.bind(null,t,e),o=function(){!function(r){if(null===r.parentNode)return!1;r.parentNode.removeChild(r)}(t)};return n(r),function(e){if(e){if(e.css===r.css&&e.media===r.media&&e.sourceMap===r.sourceMap)return;n(r=e)}else o()}}r.exports=function(r,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var t=c(r=r||[],e);return function(r){if(r=r||[],"[object Array]"===Object.prototype.toString.call(r)){for(var n=0;n<t.length;n++){var o=u(t[n]);i[o].references--}for(var a=c(r,e),l=0;l<t.length;l++){var s=u(t[l]);0===i[s].references&&(i[s].updater(),i.splice(s,1))}t=a}}}},4939:function(r,e,t){"use strict";var n=t(5893),o=(t(7856),function(){return o=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},o.apply(this,arguments)}),a=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t};e.default=function(r){var e,t=r.path,i=r.className,u=r.color,c=void 0===u?"primary":u,l=r.size,s=void 0===l?"small":l,p=r.dataName,d=void 0===p?"":p,f=a(r,["path","className","color","size","dataName"]);return(0,n.jsx)("svg",o({className:(e="paraui-icon",e+=" svg-icon",i&&(e+=" "+i),c&&(e+=" paraui-icon-"+c),s&&(e+=" paraui-icon-"+s),e),viewBox:"0 0 1024 1024","data-name":d},f,{children:t}),void 0)}},8156:function(r){"use strict";r.exports=n}},e={};function t(n){var o=e[n];if(void 0!==o)return o.exports;var a=e[n]={id:n,exports:{}};return r[n](a,a.exports,t),a.exports}t.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return t.d(e,{a:e}),e},t.d=function(r,e){for(var n in e)t.o(e,n)&&!t.o(r,n)&&Object.defineProperty(r,n,{enumerable:!0,get:e[n]})},t.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},t.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var o={};return function(){"use strict";t.r(o),t.d(o,{LoadingF:function(){return a}});var r=t(5893),e=t(4939),n=function(){return n=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},n.apply(this,arguments)},a=function(t){return(0,r.jsx)(e.default,n({dataName:"LoadingF",path:(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("path",{d:"M512 0a512 512 0 0 1 512 512h-64A448 448 0 0 0 512 64V0z","p-id":"11109"},void 0)},void 0)},t),void 0)};o.default=a}(),o}())},6010:function(r,e,t){"use strict";function n(r){var e,t,o="";if("string"==typeof r||"number"==typeof r)o+=r;else if("object"==typeof r)if(Array.isArray(r))for(e=0;e<r.length;e++)r[e]&&(t=n(r[e]))&&(o&&(o+=" "),o+=t);else for(e in r)r[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var r,e,t=0,o="";t<arguments.length;)(r=arguments[t++])&&(e=n(r))&&(o&&(o+=" "),o+=e);return o}t.d(e,{Z:function(){return o}})},8313:function(r,e,t){(e=t(3645)(!1)).push([r.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,0.8);box-shadow:none}.paraui-button-contained[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.12);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-contained[disabled]:hover{background-color:rgba(171,176,185,0.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,0.8)}.paraui-button-outlined{color:rgba(46,55,67,0.7);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,0.2);background-color:#fff;box-shadow:none}.paraui-button-outlined[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.12);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-outlined[disabled]:hover{background-color:rgba(171,176,185,0.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,0.8);border-color:rgba(235,96,84,0.8)}.paraui-button-text{color:rgba(46,55,67,0.7);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none;color:#3666d6;background-color:transparent;border:none}.paraui-button-text:hover{color:rgba(54,102,214,0.8);background-color:transparent;box-shadow:none}.paraui-button-text[disabled]{color:rgba(46,55,67,0.4);background-color:transparent;border:none}.paraui-button-text[disabled]:hover{background-color:transparent}.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,0.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,0.8);box-shadow:none}.paraui-icon-button-contained[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.12);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-contained[disabled]:hover{background-color:rgba(171,176,185,0.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,0.8)}.paraui-icon-button-outlined{color:rgba(46,55,67,0.7);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,0.2);box-shadow:none;background-color:#fff}.paraui-icon-button-outlined[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.12);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-outlined[disabled]:hover{background-color:rgba(171,176,185,0.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,0.8);border-color:rgba(235,96,84,0.8)}.paraui-icon-button-text{color:#3666d6}.paraui-icon-button-text:hover{color:rgba(54,102,214,0.8);background-color:transparent}.paraui-icon-button-text[disabled]{color:rgba(46,55,67,0.4)}.paraui-icon-button-text[disabled]:hover{background-color:transparent}.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,0.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:hover{border-color:rgba(54,102,214,0.8)}.paraui-button-split .paraui-button-split--active{color:#3666d6;border-color:rgba(54,102,214,0.8);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,0.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,0.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,0.12)}.paraui-button-split-list ul .split-li.split-li--disabled{color:rgba(46,55,67,0.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,0.2)}\n",""]),r.exports=e},705:function(r,e,t){(e=t(3645)(!1)).push([r.id,".paraui-drawer{position:fixed;z-index:1000;transition:width 0s ease 0.3s, height 0s ease 0.3s}.paraui-drawer-open.paraui-drawer{transition:transform 0.3s cubic-bezier(0.23, 1, 0.32, 1)}.paraui-drawer .paraui-drawer-mask{background:rgba(0,0,0,0.45);opacity:0;width:100%;height:0;position:absolute;top:0;left:0;transition:opacity 0.3s linear, height 0s ease 0.3s}.paraui-drawer-content-wrapper{position:absolute;background:#fff;transition:transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1)}.paraui-drawer-content{overflow:auto;z-index:1;position:relative}.paraui-drawer-content .paraui-drawer-content-body{display:flex;flex-flow:column nowrap;width:100%;height:100%}.paraui-drawer-content .paraui-drawer-content-body .paraui-drawer-body-header{position:relative;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 24px;font-size:16px;font-weight:700;color:#2e3743;border-bottom:1px solid rgba(171,176,185,0.2)}.paraui-drawer-content .paraui-drawer-content-body .paraui-drawer-body-header .paraui-drawer-header-title{display:flex;flex:1;align-items:center;justify-content:space-between}.paraui-drawer-content .paraui-drawer-content-body .paraui-drawer-body-header .paraui-drawer-header-extra button+button{margin-left:16px}.paraui-drawer-content .paraui-drawer-content-body .paraui-drawer-body-content{flex-grow:1;padding:24px;overflow:auto;word-wrap:break-word}.paraui-drawer-handle{position:absolute;top:72px;width:41px;height:40px;cursor:pointer;z-index:0;text-align:center;line-height:40px;font-size:16px;display:flex;justify-content:center;align-items:center;background:#fff}.paraui-drawer-handle-icon{width:14px;height:2px;background:#333;position:relative;transition:background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86)}.paraui-drawer-handle-icon:before,.paraui-drawer-handle-icon:after{content:'';display:block;position:absolute;background:#333;width:100%;height:2px;transition:transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86)}.paraui-drawer-handle-icon:before{top:-5px}.paraui-drawer-handle-icon:after{top:5px}.paraui-drawer-left,.paraui-drawer-right{width:0%;height:100%}.paraui-drawer-left .paraui-drawer-content-wrapper,.paraui-drawer-right .paraui-drawer-content-wrapper,.paraui-drawer-left .paraui-drawer-content,.paraui-drawer-right .paraui-drawer-content{height:100%}.paraui-drawer-left.paraui-drawer-open,.paraui-drawer-right.paraui-drawer-open{width:100%}.paraui-drawer-left.paraui-drawer-open.no-mask,.paraui-drawer-right.paraui-drawer-open.no-mask{width:0%}.paraui-drawer-left{top:0;left:0}.paraui-drawer-left .paraui-drawer-handle{right:-40px;box-shadow:2px 0 8px rgba(0,0,0,0.15);border-radius:0 4px 4px 0}.paraui-drawer-left.paraui-drawer-open .paraui-drawer-content-wrapper{box-shadow:2px 0 8px rgba(0,0,0,0.15)}.paraui-drawer-right{top:0;right:0}.paraui-drawer-right .paraui-drawer-content-wrapper{right:0}.paraui-drawer-right .paraui-drawer-handle{left:-40px;box-shadow:-2px 0 8px rgba(0,0,0,0.15);border-radius:4px 0 0 4px}.paraui-drawer-right.paraui-drawer-open .paraui-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,0.15)}.paraui-drawer-right.paraui-drawer-open.no-mask{right:1px;transform:translateX(1px)}.paraui-drawer-top,.paraui-drawer-bottom{width:100%;height:0%}.paraui-drawer-top .paraui-drawer-content-wrapper,.paraui-drawer-bottom .paraui-drawer-content-wrapper,.paraui-drawer-top .paraui-drawer-content,.paraui-drawer-bottom .paraui-drawer-content{width:100%}.paraui-drawer-top .paraui-drawer-content,.paraui-drawer-bottom .paraui-drawer-content{height:100%}.paraui-drawer-top.paraui-drawer-open,.paraui-drawer-bottom.paraui-drawer-open{height:100%}.paraui-drawer-top.paraui-drawer-open.no-mask,.paraui-drawer-bottom.paraui-drawer-open.no-mask{height:0%}.paraui-drawer-top .paraui-drawer-handle,.paraui-drawer-bottom .paraui-drawer-handle{left:50%;margin-left:-20px}.paraui-drawer-top{top:0;left:0}.paraui-drawer-top .paraui-drawer-handle{top:auto;bottom:-40px;box-shadow:0 2px 8px rgba(0,0,0,0.15);border-radius:0 0 4px 4px}.paraui-drawer-top.paraui-drawer-open .paraui-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,0.15)}.paraui-drawer-bottom{bottom:0;left:0}.paraui-drawer-bottom .paraui-drawer-content-wrapper{bottom:0}.paraui-drawer-bottom .paraui-drawer-handle{top:-40px;box-shadow:0 -2px 8px rgba(0,0,0,0.15);border-radius:4px 4px 0 0}.paraui-drawer-bottom.paraui-drawer-open .paraui-drawer-content-wrapper{box-shadow:0 -2px 8px rgba(0,0,0,0.15)}.paraui-drawer-bottom.paraui-drawer-open.no-mask{bottom:1px;transform:translateY(1px)}.paraui-drawer-open.paraui-drawer .paraui-drawer-mask{opacity:1;height:100%;transition:none;animation:parauiDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);pointer-events:auto}.paraui-drawer.paraui-drawer-open .paraui-drawer-handle-icon{background:transparent}.paraui-drawer.paraui-drawer-open .paraui-drawer-handle-icon:before{transform:translateY(5px) rotate(45deg)}.paraui-drawer.paraui-drawer-open .paraui-drawer-handle-icon:after{transform:translateY(-5px) rotate(-45deg)}@keyframes parauiDrawerFadeIn{0%{opacity:0}100%{opacity:1}}\n",""]),r.exports=e},9929:function(r,e,t){(e=t(3645)(!1)).push([r.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,0.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}\n",""]),r.exports=e},3645:function(r){"use strict";r.exports=function(r){var e=[];return e.toString=function(){return this.map((function(e){var t=function(r,e){var t=r[1]||"",n=r[3];if(!n)return t;if(e&&"function"==typeof btoa){var o=(i=n,u=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(c," */")),a=n.sources.map((function(r){return"/*# sourceURL=".concat(n.sourceRoot||"").concat(r," */")}));return[t].concat(a).concat([o]).join("\n")}var i,u,c;return[t].join("\n")}(e,r);return e[2]?"@media ".concat(e[2]," {").concat(t,"}"):t})).join("")},e.i=function(r,t,n){"string"==typeof r&&(r=[[null,r,""]]);var o={};if(n)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var u=0;u<r.length;u++){var c=[].concat(r[u]);n&&o[c[0]]||(t&&(c[2]?c[2]="".concat(t," and ").concat(c[2]):c[2]=t),e.push(c))}},e}},7418:function(r){"use strict";
|
|
41
|
+
/*
|
|
42
|
+
object-assign
|
|
43
|
+
(c) Sindre Sorhus
|
|
44
|
+
@license MIT
|
|
45
|
+
*/var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(r){if(null==r)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}r.exports=function(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de","5"===Object.getOwnPropertyNames(r)[0])return!1;for(var e={},t=0;t<10;t++)e["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(r){return e[r]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(r){n[r]=r})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(r){return!1}}()?Object.assign:function(r,a){for(var i,u,c=o(r),l=1;l<arguments.length;l++){for(var s in i=Object(arguments[l]))t.call(i,s)&&(c[s]=i[s]);if(e){u=e(i);for(var p=0;p<u.length;p++)n.call(i,u[p])&&(c[u[p]]=i[u[p]])}}return c}},5251:function(r,e,t){"use strict";
|
|
46
|
+
/** @license React v17.0.2
|
|
47
|
+
* react-jsx-runtime.production.min.js
|
|
48
|
+
*
|
|
49
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
50
|
+
*
|
|
51
|
+
* This source code is licensed under the MIT license found in the
|
|
52
|
+
* LICENSE file in the root directory of this source tree.
|
|
53
|
+
*/t(7418);var n=t(8156),o=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var a=Symbol.for;o=a("react.element"),e.Fragment=a("react.fragment")}var i=n.__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(r,e,t){var n,a={},l=null,s=null;for(n in void 0!==t&&(l=""+t),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)u.call(e,n)&&!c.hasOwnProperty(n)&&(a[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===a[n]&&(a[n]=e[n]);return{$$typeof:o,type:r,key:l,ref:s,props:a,_owner:i.current}}e.jsx=l,e.jsxs=l},5893:function(r,e,t){"use strict";r.exports=t(5251)},5822:function(r,e,t){var n=t(3379),o=t(8313);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]);var a={insert:("body","body"),singleton:!1};n(o,a);r.exports=o.locals||{}},8260:function(r,e,t){var n=t(3379),o=t(705);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]);var a={insert:("body","body"),singleton:!1};n(o,a);r.exports=o.locals||{}},2310:function(r,e,t){var n=t(3379),o=t(9929);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[r.id,o,""]]);var a={insert:("body","body"),singleton:!1};n(o,a);r.exports=o.locals||{}},3379:function(r,e,t){"use strict";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},a=function(){var r={};return function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(r){t=null}r[e]=t}return r[e]}}(),i=[];function u(r){for(var e=-1,t=0;t<i.length;t++)if(i[t].identifier===r){e=t;break}return e}function c(r,e){for(var t={},n=[],o=0;o<r.length;o++){var a=r[o],c=e.base?a[0]+e.base:a[0],l=t[c]||0,s="".concat(c," ").concat(l);t[c]=l+1;var p=u(s),d={css:a[1],media:a[2],sourceMap:a[3]};-1!==p?(i[p].references++,i[p].updater(d)):i.push({identifier:s,updater:g(d,e),references:1}),n.push(s)}return n}function l(r){var e=document.createElement("style"),n=r.attributes||{};if(void 0===n.nonce){var o=t.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(r){e.setAttribute(r,n[r])})),"function"==typeof r.insert)r.insert(e);else{var i=a(r.insert||"head");if(!i)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");i.appendChild(e)}return e}var s,p=(s=[],function(r,e){return s[r]=e,s.filter(Boolean).join("\n")});function d(r,e,t,n){var o=t?"":n.media?"@media ".concat(n.media," {").concat(n.css,"}"):n.css;if(r.styleSheet)r.styleSheet.cssText=p(e,o);else{var a=document.createTextNode(o),i=r.childNodes;i[e]&&r.removeChild(i[e]),i.length?r.insertBefore(a,i[e]):r.appendChild(a)}}function f(r,e,t){var n=t.css,o=t.media,a=t.sourceMap;if(o?r.setAttribute("media",o):r.removeAttribute("media"),a&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),r.styleSheet)r.styleSheet.cssText=n;else{for(;r.firstChild;)r.removeChild(r.firstChild);r.appendChild(document.createTextNode(n))}}var b=null,h=0;function g(r,e){var t,n,o;if(e.singleton){var a=h++;t=b||(b=l(e)),n=d.bind(null,t,a,!1),o=d.bind(null,t,a,!0)}else t=l(e),n=f.bind(null,t,e),o=function(){!function(r){if(null===r.parentNode)return!1;r.parentNode.removeChild(r)}(t)};return n(r),function(e){if(e){if(e.css===r.css&&e.media===r.media&&e.sourceMap===r.sourceMap)return;n(r=e)}else o()}}r.exports=function(r,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var t=c(r=r||[],e);return function(r){if(r=r||[],"[object Array]"===Object.prototype.toString.call(r)){for(var n=0;n<t.length;n++){var o=u(t[n]);i[o].references--}for(var a=c(r,e),l=0;l<t.length;l++){var s=u(t[l]);0===i[s].references&&(i[s].updater(),i.splice(s,1))}t=a}}}},7896:function(r,e,t){"use strict";t.d(e,{default:function(){return x}});var n=t(5893),o=t(8156),a=t(670),i=t(6010),u=t(1217),c=t.n(u),l=t(465),s=t.n(l),p=t(7371),d=t(4352),f=t.n(d),b=t(3054),h={zh:{moreActions:"更多操作"},en:{moreActions:"More actions"}},g=function(){return g=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},g.apply(this,arguments)};t(5822);var v=function(){return v=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},v.apply(this,arguments)},m=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t},y=function(r){var e=r.variant,t=void 0===e?"contained":e,u=r.size,l=void 0===u?"large":u,d=r.className,f=r.disabled,b=void 0!==f&&f,h=r.children,g=r.startIcon,y=r.endIcon,x=r.loading,w=void 0!==x&&x,j=r.toolTipTitle,O=void 0===j?"":j,S=r.TooltipProps,k=r.danger,N=void 0!==k&&k,_=m(r,["variant","size","className","disabled","children","startIcon","endIcon","loading","toolTipTitle","TooltipProps","danger"]),P=(0,o.useState)(!1),C=P[0],T=P[1],E=function(r){if(!C)return"start"===r&&g?(0,n.jsx)("span",v({className:(0,i.Z)("btn-icon","start-icon")},{children:g})):"end"===r&&y?(0,n.jsx)("span",v({className:(0,i.Z)("btn-icon","end-icon")},{children:y})):null;if("object"==typeof w){var e=w.delay||0;setTimeout((function(){return T(!1)}),e)}return"start"===r?(0,n.jsx)("span",v({className:"btn-icon loading-icon"},{children:(0,n.jsx)(c(),{})})):null},z=(0,n.jsx)(a.Button,v({},_,{color:"default",variant:"contained",disabled:b,disableRipple:!0,disableElevation:!0,className:(0,i.Z)("paraui-button",d,"paraui-button-".concat(t),"paraui-button-".concat(l),C&&"paraui-button-loading",N&&!b&&"paraui-button-dangerous"),classes:{label:"paraui-button-label"},startIcon:E("start"),endIcon:E("end")},{children:h}));return(0,o.useEffect)((function(){T(!!w)}),[w]),b&&O?(0,n.jsx)(p.default,v({},S,{title:function(){if(b&&O){return(0,n.jsxs)("span",{children:[(0,n.jsx)(s(),{style:{marginRight:"4px",fontSize:"11px",color:"inherit"}}),O]})}return O}()},{children:(0,n.jsx)("span",v({className:"paraui-button--disabled"},{children:z}))})):z};y.IconButton=function(r){var e=r.variant,t=void 0===e?"contained":e,u=r.size,l=void 0===u?"large":u,d=r.toolTipTitle,f=void 0===d?"":d,b=r.children,h=r.className,g=r.disabled,y=void 0!==g&&g,x=r.loading,w=void 0!==x&&x,j=r.TooltipProps,O=r.danger,S=void 0!==O&&O,k=m(r,["variant","size","toolTipTitle","children","className","disabled","loading","TooltipProps","danger"]),N=(0,o.useState)(!1),_=N[0],P=N[1],C=(0,n.jsx)(a.IconButton,v({},k,{disabled:y,disableRipple:!0,className:(0,i.Z)("paraui-icon-button",h,"paraui-icon-button-".concat(t),"paraui-icon-button-".concat(l),_&&"paraui-icon-button-loading",S&&!y&&"paraui-icon-button-dangerous")},{children:function(){if(!_)return b;if("object"==typeof w){var r=w.delay||0;setTimeout((function(){return P(!1)}),r)}return(0,n.jsx)("span",v({className:"loading-icon"},{children:(0,n.jsx)(c(),{})}))}()}));return(0,o.useEffect)((function(){P(!!w)}),[w]),f?(0,n.jsx)(p.default,v({},j,{title:function(){if(y&&f){return(0,n.jsxs)("span",{children:[(0,n.jsx)(s(),{style:{marginRight:"4px",fontSize:"11px",color:"inherit"}}),f]})}return f}()},{children:y?(0,n.jsx)("span",v({className:"paraui-button--disabled"},{children:C})):C}),+_):C},y.SplitButton=function(r){var e=r.buttonText,t=r.options,u=void 0===t?[]:t,c=r.className,l=r.popperClassName,s=r.style,p=r.popperStyle,d=r.disabled,v=void 0!==d&&d,m=r.onClick,y=r.optionRender,w=r.placement,j=void 0===w?"bottom-end":w,O=r.buttonProps,S=(0,b.Z)("Button",h),k=(0,o.useState)(!1),N=k[0],_=k[1],P=(0,o.useRef)(null),C=(0,o.useRef)(),T=(0,o.useState)(),E=T[0],z=T[1],M=function(r,e,t){var n;r.disabled?t.stopPropagation():(z(e),_(!1),null===(n=C.current)||void 0===n||n.classList.remove("paraui-button-split--active"),null==m||m(r,t))},I=function(r){var e,t;(null===(e=P.current)||void 0===e?void 0:e.contains(r.target))||(_(!1),null===(t=C.current)||void 0===t||t.classList.remove("paraui-button-split--active"))},R=function(){return(0,n.jsx)("div",g({className:"paraui-button-split-list"},{children:(0,n.jsx)("ul",{children:u.map((function(r,e){return Array.isArray(r)?function(r,e){return(0,n.jsx)("li",g({className:"split-li-group"},{children:r.map((function(r,t){var o="".concat(e,"-").concat(t);return(0,n.jsx)("div",g({className:(0,i.Z)("split-li",o===E&&"split-li--active",r.disabled&&"split-li--disabled"),onClick:function(e){return M(r,o,e)}},{children:(null==y?void 0:y(r))||r.label}),o)}))}),e)}(r,e):(0,n.jsx)("li",g({className:(0,i.Z)("split-li",e===E&&"split-li--active",r.disabled&&"split-li--disabled"),onClick:function(t){return M(r,e,t)}},{children:(null==y?void 0:y(r))||r.label}),e)}))})}))};return(0,n.jsxs)("div",g({className:(0,i.Z)("paraui-button-split",c),ref:P,style:s,onMouseLeave:function(r){var e;r.stopPropagation(),null===(e=r.currentTarget.firstElementChild)||void 0===e||e.classList.remove("paraui-button-split--active"),_(!1)}},{children:[(0,n.jsx)(x,g({variant:"outlined",size:"large",startIcon:(0,n.jsx)(f(),{}),disabled:v},O,{onMouseEnter:function(r){r.stopPropagation();var e=r.currentTarget;C.current=e,e.classList.add("paraui-button-split--active"),_(!0)}},{children:null!=e?e:S({id:"moreActions"})})),(0,n.jsx)(a.Popper,g({open:N,anchorEl:P.current,transition:!0,placement:j,style:g({zIndex:1500},p),className:(0,i.Z)("paraui-button-split-popper",l)},{children:function(r){var e=r.TransitionProps;r.placement;return(0,n.jsx)(a.Grow,g({},e,{children:(0,n.jsx)(n.Fragment,{children:(0,n.jsx)(a.ClickAwayListener,g({onClickAway:I},{children:R()}))})}))}}))]}))};var x=y},3054:function(r,e,t){"use strict";var n=t(8156),o=t.n(n),a=t(5395),i=t.n(a);e.Z=function(r,e){var t=o().useContext(i()).intlFormat;return e.zh_CN=e.zh,e.en_US=e.en,t&&t(r,e)}},7371:function(r,e,t){"use strict";var n=t(5893),o=t(670),a=t(6010),i=(t(2310),function(){return i=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},i.apply(this,arguments)}),u=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t};e.default=function(r){var e,t=r.placement,c=void 0===t?"top-start":t,l=r.className,s=r.arrow,p=void 0===s||s,d=r.PopperProps,f=r.boundariesElement,b=void 0===f?"scrollParent":f,h=u(r,["placement","className","arrow","PopperProps","boundariesElement"]),g=i(i({},r.classes),{popper:(0,a.Z)("paraui-tooltip",l,null===(e=r.classes)||void 0===e?void 0:e.popper,{"paraui-tooltip-left-right":(null==c?void 0:c.includes("left"))||(null==c?void 0:c.includes("right")),"paraui-tooltip-top-bottom":(null==c?void 0:c.includes("top"))||(null==c?void 0:c.includes("bottom"))})});return(0,n.jsx)(o.Tooltip,i({},h,{enterTouchDelay:0,arrow:p,placement:c,classes:g,PopperProps:i(i({},d),{modifiers:{preventOverflow:{boundariesElement:b}}})}))}},670:function(r){"use strict";r.exports=n},5395:function(r){"use strict";r.exports=o},8543:function(r){"use strict";r.exports=t},5534:function(r){"use strict";r.exports=e},8156:function(e){"use strict";e.exports=r}},i={};function u(r){var e=i[r];if(void 0!==e)return e.exports;var t=i[r]={id:r,exports:{}};return a[r](t,t.exports,u),t.exports}u.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return u.d(e,{a:e}),e},u.d=function(r,e){for(var t in e)u.o(e,t)&&!u.o(r,t)&&Object.defineProperty(r,t,{enumerable:!0,get:e[t]})},u.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},u.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var c={};return function(){"use strict";u.r(c),u.d(c,{Drawer:function(){return b},default:function(){return h}});var r=u(5893),e=u(8156),t=u.n(e),n=u(5534),o=u.n(n),a=u(6010),i=u(8543),l=u(7896),s=u(3054),p={zh:{cancel:"取消",ok:"确定"},en:{cancel:"Cancel",ok:"Ok"}},d=(u(8260),function(){return d=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},d.apply(this,arguments)}),f=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t},b=function(e){e.className;var n=e.onClose,u=e.destroyOnClose,c=void 0!==u&&u,b=e.style,h=e.title,g=e.extra,v=e.children,m=e.onOk,y=e.onCancel,x=f(e,["className","onClose","destroyOnClose","style","title","extra","children","onOk","onCancel"]),w=t().useState((0,i.UUID)()),j=w[0],O=w[1],S=(0,s.Z)("Drawer",p),k=function(){null==m||m()},N=function(){null==y||y()};return(0,r.jsx)(o(),d({},x,function(){if(!e.open)return{};var r={};if("left"===e.placement||"right"===e.placement){var t="large"===e.size?736:378;"auto"!==e.size&&(r.width=void 0===e.width?t:e.width)}else{var n="large"===e.size?736:378;"auto"!==e.size&&(r.height=void 0===e.height?n:e.height)}return r}(),{style:b,prefixCls:"paraui-drawer",className:(0,a.Z)("paraui-drawer",e.className),onClose:function(r){null==n||n(r),c&&setTimeout((function(){O((0,i.UUID)())}),500)}},{children:h?(0,r.jsxs)("div",d({className:"paraui-drawer-content-body"},{children:[(0,r.jsxs)("div",d({className:"paraui-drawer-body-header"},{children:[(0,r.jsx)("div",d({className:"paraui-drawer-header-title"},{children:h})),g?(0,r.jsx)("div",d({className:"paraui-drawer-header-extra"},{children:g})):(0,r.jsxs)("div",d({className:"paraui-drawer-header-extra"},{children:[(0,r.jsx)(l.default,d({variant:"outlined",size:"medium",onClick:N},{children:S({id:"cancel"})})),(0,r.jsx)(l.default,d({variant:"contained",size:"medium",onClick:k},{children:S({id:"ok"})}))]}))]})),(0,r.jsx)("div",d({className:"paraui-drawer-body-content"},{children:v}))]})):v}),j)};b.defaultProps={level:null,handler:!1,size:"default",showMask:!0,placement:"right"};var h=b}(),c}()}));
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @author Hanz
|
|
4
|
+
* @date 2021/11/8 下午3:07
|
|
5
|
+
* @description
|
|
6
|
+
*/
|
|
7
|
+
declare type GetContainer = string | HTMLElement | (() => HTMLElement);
|
|
8
|
+
declare type ILevelMove = number | [number, number];
|
|
9
|
+
declare type IPlacement = 'left' | 'top' | 'right' | 'bottom';
|
|
10
|
+
export interface DrawerProps {
|
|
11
|
+
/** 类名 */
|
|
12
|
+
className?: string;
|
|
13
|
+
/** 宽度 */
|
|
14
|
+
width?: string | number;
|
|
15
|
+
/** 高度 */
|
|
16
|
+
height?: string | number;
|
|
17
|
+
/** 打开 */
|
|
18
|
+
open?: boolean;
|
|
19
|
+
/** 默认打开 */
|
|
20
|
+
defaultOpen?: boolean;
|
|
21
|
+
/** handler elemenet */
|
|
22
|
+
handler?: React.ReactElement | null | false;
|
|
23
|
+
/** 抽屉的方向 */
|
|
24
|
+
placement?: IPlacement;
|
|
25
|
+
/** 预设抽屉宽度(或高度),default 378px 和 large 736px auto 自适应*/
|
|
26
|
+
size?: 'default' | 'large' | 'auto';
|
|
27
|
+
/** 层级元素 */
|
|
28
|
+
level?: null | string | string[];
|
|
29
|
+
/** 层级移动值 */
|
|
30
|
+
levelMove?: ILevelMove | ((e: {
|
|
31
|
+
target: HTMLElement;
|
|
32
|
+
open: boolean;
|
|
33
|
+
}) => ILevelMove);
|
|
34
|
+
/** 层级动画时间 */
|
|
35
|
+
duration?: string;
|
|
36
|
+
/** 层级动画曲线 */
|
|
37
|
+
ease?: string;
|
|
38
|
+
/** 是否显示遮罩 */
|
|
39
|
+
showMask?: boolean;
|
|
40
|
+
/** 点击遮罩是否可关闭 */
|
|
41
|
+
maskClosable?: boolean;
|
|
42
|
+
/** 遮罩样式 */
|
|
43
|
+
maskStyle?: React.CSSProperties;
|
|
44
|
+
style?: React.CSSProperties;
|
|
45
|
+
/** 变化时回调 */
|
|
46
|
+
onChange?: (open: boolean) => void;
|
|
47
|
+
/** transition end 回调 */
|
|
48
|
+
afterVisibleChange?: (open: boolean) => void;
|
|
49
|
+
/** handle 点击*/
|
|
50
|
+
onHandleClick?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
51
|
+
/** 关闭时回调 */
|
|
52
|
+
onClose?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
53
|
+
/** 是否支持键盘 esc 关闭 */
|
|
54
|
+
keyboard?: boolean;
|
|
55
|
+
/** 内容包裹样式 */
|
|
56
|
+
contentWrapperStyle?: React.CSSProperties;
|
|
57
|
+
/** 是否获得焦点 */
|
|
58
|
+
autoFocus?: boolean;
|
|
59
|
+
/** 包裹类名 */
|
|
60
|
+
wrapperClassName?: string;
|
|
61
|
+
/** 预渲染 Drawer 内元素 */
|
|
62
|
+
forceRender?: boolean;
|
|
63
|
+
/** 获得挂载节点 */
|
|
64
|
+
getContainer?: GetContainer;
|
|
65
|
+
/** 关闭时销毁 */
|
|
66
|
+
destroyOnClose?: boolean;
|
|
67
|
+
/** 标题 */
|
|
68
|
+
title?: React.ReactNode;
|
|
69
|
+
/** 抽屉右上角的操作区域 */
|
|
70
|
+
extra?: React.ReactNode;
|
|
71
|
+
/** 内容节点 */
|
|
72
|
+
children?: React.ReactNode;
|
|
73
|
+
/** 确定回调 */
|
|
74
|
+
onOk?: () => void;
|
|
75
|
+
/** 取消回调 */
|
|
76
|
+
onCancel?: () => void;
|
|
77
|
+
}
|
|
78
|
+
export {};
|
package/Empty/index.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Hanz
|
|
3
|
+
* @date 2022/4/2 上午10:45
|
|
4
|
+
* @description
|
|
5
|
+
*/
|
|
6
|
+
import React, { FC } from "react";
|
|
7
|
+
import './index.scss';
|
|
8
|
+
export interface EmptyProps {
|
|
9
|
+
/** cls */
|
|
10
|
+
className?: string;
|
|
11
|
+
/** style */
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
/** 尺寸 */
|
|
14
|
+
size?: 'large' | 'small';
|
|
15
|
+
/** 图片样式 */
|
|
16
|
+
imageStyle?: React.CSSProperties;
|
|
17
|
+
/** 图片 */
|
|
18
|
+
image?: React.ReactNode;
|
|
19
|
+
/** 描述 */
|
|
20
|
+
description?: React.ReactNode;
|
|
21
|
+
/** 显示刷新按钮 */
|
|
22
|
+
showRefresh?: boolean;
|
|
23
|
+
/** 刷新回调 */
|
|
24
|
+
onRefresh?: (event: React.MouseEvent) => void;
|
|
25
|
+
/** 自定义空节点 */
|
|
26
|
+
customEmpty?: React.ReactNode;
|
|
27
|
+
[name: string]: any;
|
|
28
|
+
}
|
|
29
|
+
declare const Empty: FC<EmptyProps>;
|
|
30
|
+
export default Empty;
|
package/Empty/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
!function(t,a){"object"==typeof exports&&"object"==typeof module?module.exports=a(require("react"),require("@para-ui/core/GlobalContext")):"function"==typeof define&&define.amd?define(["react","@para-ui/core/GlobalContext"],a):"object"==typeof exports?exports.ParaUI=a(require("react"),require("@para-ui/core/GlobalContext")):t.ParaUI=a(t.react,t["@para-ui/core/GlobalContext"])}(self,(function(t,a){return function(){var e={6010:function(t,a,e){"use strict";function r(t){var a,e,n="";if("string"==typeof t||"number"==typeof t)n+=t;else if("object"==typeof t)if(Array.isArray(t))for(a=0;a<t.length;a++)t[a]&&(e=r(t[a]))&&(n&&(n+=" "),n+=e);else for(a in t)t[a]&&(n&&(n+=" "),n+=a);return n}function n(){for(var t,a,e=0,n="";e<arguments.length;)(t=arguments[e++])&&(a=r(t))&&(n&&(n+=" "),n+=a);return n}e.d(a,{Z:function(){return n}})},1185:function(t,a,e){(a=e(3645)(!1)).push([t.id,".paraui-empty{display:inline-flex;flex-direction:column;align-items:center}.paraui-empty-image img{width:100%}.paraui-empty-description{line-height:1;font-size:14px;font-weight:400;color:rgba(46,55,67,0.7)}.paraui-empty-description-refresh{display:inline-block}.paraui-empty-description-refresh span{color:#3666d6;cursor:pointer}.paraui-empty>.paraui-empty-image{line-height:0}.paraui-empty-large .paraui-empty-description{margin-top:24px}.paraui-empty-small .paraui-empty-description{margin-top:12px;font-size:12px}\n",""]),t.exports=a},3645:function(t){"use strict";t.exports=function(t){var a=[];return a.toString=function(){return this.map((function(a){var e=function(t,a){var e=t[1]||"",r=t[3];if(!r)return e;if(a&&"function"==typeof btoa){var n=(s=r,o=btoa(unescape(encodeURIComponent(JSON.stringify(s)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(o),"/*# ".concat(c," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[e].concat(i).concat([n]).join("\n")}var s,o,c;return[e].join("\n")}(a,t);return a[2]?"@media ".concat(a[2]," {").concat(e,"}"):e})).join("")},a.i=function(t,e,r){"string"==typeof t&&(t=[[null,t,""]]);var n={};if(r)for(var i=0;i<this.length;i++){var s=this[i][0];null!=s&&(n[s]=!0)}for(var o=0;o<t.length;o++){var c=[].concat(t[o]);r&&n[c[0]]||(e&&(c[2]?c[2]="".concat(e," and ").concat(c[2]):c[2]=e),a.push(c))}},a}},7418:function(t){"use strict";
|
|
2
|
+
/*
|
|
3
|
+
object-assign
|
|
4
|
+
(c) Sindre Sorhus
|
|
5
|
+
@license MIT
|
|
6
|
+
*/var a=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function n(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var a={},e=0;e<10;e++)a["_"+String.fromCharCode(e)]=e;if("0123456789"!==Object.getOwnPropertyNames(a).map((function(t){return a[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,i){for(var s,o,c=n(t),l=1;l<arguments.length;l++){for(var f in s=Object(arguments[l]))e.call(s,f)&&(c[f]=s[f]);if(a){o=a(s);for(var d=0;d<o.length;d++)r.call(s,o[d])&&(c[o[d]]=s[o[d]])}}return c}},5251:function(t,a,e){"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
|
+
*/e(7418);var r=e(8156),n=60103;if(a.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;n=i("react.element"),a.Fragment=i("react.fragment")}var s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o=Object.prototype.hasOwnProperty,c={key:!0,ref:!0,__self:!0,__source:!0};function l(t,a,e){var r,i={},l=null,f=null;for(r in void 0!==e&&(l=""+e),void 0!==a.key&&(l=""+a.key),void 0!==a.ref&&(f=a.ref),a)o.call(a,r)&&!c.hasOwnProperty(r)&&(i[r]=a[r]);if(t&&t.defaultProps)for(r in a=t.defaultProps)void 0===i[r]&&(i[r]=a[r]);return{$$typeof:n,type:t,key:l,ref:f,props:i,_owner:s.current}}a.jsx=l,a.jsxs=l},5893:function(t,a,e){"use strict";t.exports=e(5251)},8229:function(t,a,e){var r=e(3379),n=e(1185);"string"==typeof(n=n.__esModule?n.default:n)&&(n=[[t.id,n,""]]);var i={insert:("body","body"),singleton:!1};r(n,i);t.exports=n.locals||{}},3379:function(t,a,e){"use strict";var r,n=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(a){if(void 0===t[a]){var e=document.querySelector(a);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch(t){e=null}t[a]=e}return t[a]}}(),s=[];function o(t){for(var a=-1,e=0;e<s.length;e++)if(s[e].identifier===t){a=e;break}return a}function c(t,a){for(var e={},r=[],n=0;n<t.length;n++){var i=t[n],c=a.base?i[0]+a.base:i[0],l=e[c]||0,f="".concat(c," ").concat(l);e[c]=l+1;var d=o(f),m={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(s[d].references++,s[d].updater(m)):s.push({identifier:f,updater:x(m,a),references:1}),r.push(f)}return r}function l(t){var a=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var n=e.nc;n&&(r.nonce=n)}if(Object.keys(r).forEach((function(t){a.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(a);else{var s=i(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(a)}return a}var f,d=(f=[],function(t,a){return f[t]=a,f.filter(Boolean).join("\n")});function m(t,a,e,r){var n=e?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=d(a,n);else{var i=document.createTextNode(n),s=t.childNodes;s[a]&&t.removeChild(s[a]),s.length?t.insertBefore(i,s[a]):t.appendChild(i)}}function h(t,a,e){var r=e.css,n=e.media,i=e.sourceMap;if(n?t.setAttribute("media",n):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var u=null,p=0;function x(t,a){var e,r,n;if(a.singleton){var i=p++;e=u||(u=l(a)),r=m.bind(null,e,i,!1),n=m.bind(null,e,i,!0)}else e=l(a),r=h.bind(null,e,a),n=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)};return r(t),function(a){if(a){if(a.css===t.css&&a.media===t.media&&a.sourceMap===t.sourceMap)return;r(t=a)}else n()}}t.exports=function(t,a){(a=a||{}).singleton||"boolean"==typeof a.singleton||(a.singleton=n());var e=c(t=t||[],a);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<e.length;r++){var n=o(e[r]);s[n].references--}for(var i=c(t,a),l=0;l<e.length;l++){var f=o(e[l]);0===s[f].references&&(s[f].updater(),s.splice(f,1))}e=i}}}},3054:function(t,a,e){"use strict";var r=e(8156),n=e.n(r),i=e(5395),s=e.n(i);a.Z=function(t,a){var e=n().useContext(s()).intlFormat;return a.zh_CN=a.zh,a.en_US=a.en,e&&e(t,a)}},2537:function(t,a,e){"use strict";e.d(a,{Z:function(){return c}});var r=e(8156),n=e.n(r),i=e(5395),s=e.n(i),o=function(){return o=Object.assign||function(t){for(var a,e=1,r=arguments.length;e<r;e++)for(var n in a=arguments[e])Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n]);return t},o.apply(this,arguments)};function c(t,a){var e=n().useContext(s()).componentsProps,r=e&&e[a];return o(o({},r),t)}},5395:function(t){"use strict";t.exports=a},8156:function(a){"use strict";a.exports=t}},r={};function n(t){var a=r[t];if(void 0!==a)return a.exports;var i=r[t]={id:t,exports:{}};return e[t](i,i.exports,n),i.exports}n.n=function(t){var a=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(a,{a:a}),a},n.d=function(t,a){for(var e in a)n.o(a,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:a[e]})},n.o=function(t,a){return Object.prototype.hasOwnProperty.call(t,a)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};return function(){"use strict";n.r(i),n.d(i,{default:function(){return f}});var t=n(5893),a=n(6010),e=function(){return e=Object.assign||function(t){for(var a,e=1,r=arguments.length;e<r;e++)for(var n in a=arguments[e])Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n]);return t},e.apply(this,arguments)},r=n(3054),s={zh:{noData:"暂无内容",click:",点击",refresh:"刷新"},en:{noData:"No Data",click:",Click to ",refresh:"refresh"}},o=(n(8229),n(2537)),c=function(){return c=Object.assign||function(t){for(var a,e=1,r=arguments.length;e<r;e++)for(var n in a=arguments[e])Object.prototype.hasOwnProperty.call(a,n)&&(t[n]=a[n]);return t},c.apply(this,arguments)},l={large:(0,t.jsx)((function(){return(0,t.jsx)("svg",e({xmlns:"http://www.w3.org/2000/svg",width:"334",height:"238",viewBox:"0 0 334 238"},{children:(0,t.jsx)("g",e({id:"暂无内容-大",transform:"translate(-294 -691)"},{children:(0,t.jsxs)("g",e({id:"组_20031","data-name":"组 20031",transform:"translate(-10)"},{children:[(0,t.jsx)("rect",{id:"矩形_20295","data-name":"矩形 20295",width:"334",height:"238",transform:"translate(304 691)",fill:"rgba(255,255,255,0)"}),(0,t.jsx)("g",e({id:"组_20030","data-name":"组 20030",transform:"translate(-214.846 2.602)"},{children:(0,t.jsxs)("g",e({id:"插画",transform:"translate(389.281 667.799)"},{children:[(0,t.jsxs)("g",e({id:"底",transform:"translate(142.565 33.598)"},{children:[(0,t.jsx)("path",{id:"背景",d:"M4637.062,989.23c3.9-4.993,13.694-26.562,55.615-26.738,21.926,2.128,40.051,22.732,50.669,42.267s49.948,22.466,64.323,26.149,41.032,22.908,32.388,57.483-49.909,29.16-82.371,47.808-45.439,26.561-84.586,21.856c-20.6-4.352-34.527-18.29-31.253-38.8,1.556-10.4,11.786-29.471,13.7-43.448s-19.941-44.825-23.009-51.928C4627.98,1014.239,4633.166,994.224,4637.062,989.23Z",transform:"translate(-4572.545 -948.179)",fill:"#edf2fd"}),(0,t.jsx)("rect",{id:"矩形_20289","data-name":"矩形 20289",width:"47.472",height:"8.289",rx:"4.144",transform:"translate(18.461 56.514)",fill:"#edf2fd"}),(0,t.jsx)("rect",{id:"矩形_20290","data-name":"矩形 20290",width:"47.472",height:"8.289",rx:"4.144",transform:"translate(42.574 79.873)",fill:"#edf2fd"}),(0,t.jsx)("rect",{id:"矩形_20291","data-name":"矩形 20291",width:"47.472",height:"8.289",rx:"4.144",transform:"translate(220.405 162.761)",fill:"#edf2fd"}),(0,t.jsx)("rect",{id:"矩形_20292","data-name":"矩形 20292",width:"47.472",height:"8.289",rx:"4.144",transform:"translate(258.835 140.155)",fill:"#edf2fd"}),(0,t.jsxs)("g",e({id:"组_20015","data-name":"组 20015",transform:"translate(275.597 90.239) rotate(-90)"},{children:[(0,t.jsx)("rect",{id:"矩形_20286","data-name":"矩形 20286",width:"6.975",height:"1.162",rx:"0.581",transform:"translate(6.975 4.069) rotate(180)",fill:"#99b6f8"}),(0,t.jsx)("rect",{id:"矩形_20286-2","data-name":"矩形 20286",width:"6.975",height:"1.162",rx:"0.581",transform:"translate(4.069) rotate(90)",fill:"#99b6f8"})]})),(0,t.jsx)("rect",{id:"矩形_20286-3","data-name":"矩形 20286",width:"9.042",height:"1.507",rx:"0.754",transform:"translate(5.275 78.743) rotate(90)",fill:"#99b6f8"}),(0,t.jsx)("rect",{id:"矩形_20286-4","data-name":"矩形 20286",width:"9.042",height:"1.507",rx:"0.754",transform:"translate(0 82.511)",fill:"#99b6f8"}),(0,t.jsxs)("g",e({id:"椭圆_10195","data-name":"椭圆 10195",transform:"translate(29.011 34.662)",fill:"none",stroke:"#99b6f8","stroke-width":"2",opacity:"0.999"},{children:[(0,t.jsx)("circle",{cx:"5.275",cy:"5.275",r:"5.275",stroke:"none"}),(0,t.jsx)("circle",{cx:"5.275",cy:"5.275",r:"4.275",fill:"none"})]})),(0,t.jsxs)("g",e({id:"矩形_20287","data-name":"矩形 20287",transform:"translate(225.566 54.265) rotate(-45)",fill:"none",stroke:"#99b6f8","stroke-width":"2"},{children:[(0,t.jsx)("rect",{width:"9.042",height:"9.042",rx:"1",stroke:"none"}),(0,t.jsx)("rect",{x:"1",y:"1",width:"7.042",height:"7.042",fill:"none"})]})),(0,t.jsxs)("g",e({id:"矩形_20288","data-name":"矩形 20288",transform:"translate(53.198 116.371) rotate(-45)",fill:"none",stroke:"#99b6f8","stroke-width":"2"},{children:[(0,t.jsx)("rect",{width:"6.028",height:"6.028",rx:"1",stroke:"none"}),(0,t.jsx)("rect",{x:"1",y:"1",width:"4.028",height:"4.028",fill:"none"})]})),(0,t.jsxs)("g",e({id:"椭圆_10196","data-name":"椭圆 10196",transform:"translate(194.786)",fill:"none",stroke:"#99b6f8","stroke-width":"2",opacity:"0.999"},{children:[(0,t.jsx)("circle",{cx:"3.768",cy:"3.768",r:"3.768",stroke:"none"}),(0,t.jsx)("circle",{cx:"3.768",cy:"3.768",r:"2.768",fill:"none"})]})),(0,t.jsxs)("g",e({id:"椭圆_10197","data-name":"椭圆 10197",transform:"translate(29.011 165.775)",fill:"none",stroke:"#99b6f8","stroke-width":"2",opacity:"0.999"},{children:[(0,t.jsx)("circle",{cx:"3.768",cy:"3.768",r:"3.768",stroke:"none"}),(0,t.jsx)("circle",{cx:"3.768",cy:"3.768",r:"2.768",fill:"none"})]})),(0,t.jsxs)("g",e({id:"组_20016","data-name":"组 20016",transform:"translate(213.247 201.567) rotate(-90)"},{children:[(0,t.jsx)("rect",{id:"矩形_20286-5","data-name":"矩形 20286",width:"6.975",height:"1.162",rx:"0.581",transform:"translate(6.975 4.069) rotate(180)",fill:"#99b6f8"}),(0,t.jsx)("rect",{id:"矩形_20286-6","data-name":"矩形 20286",width:"6.975",height:"1.162",rx:"0.581",transform:"translate(4.069) rotate(90)",fill:"#99b6f8"})]}))]})),(0,t.jsxs)("g",e({id:"记录",transform:"translate(217.875 94.967)"},{children:[(0,t.jsx)("path",{id:"路径_18121","data-name":"路径 18121",d:"M12.285,0H171.993a12.285,12.285,0,0,1,12.285,12.285v90.6a12.285,12.285,0,0,1-12.285,12.285H12.285A12.285,12.285,0,0,1,0,102.889v-90.6A12.285,12.285,0,0,1,12.285,0Z",transform:"translate(0 0)",fill:"#dde7ff"}),(0,t.jsx)("path",{id:"矩形_131","data-name":"矩形 131",d:"M6,0H178.279a6,6,0,0,1,6,6v6.935a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V6A6,6,0,0,1,6,0Z",transform:"translate(0 0)",fill:"#6487d9"}),(0,t.jsx)("rect",{id:"矩形_139","data-name":"矩形 139",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(3.294 3.013)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20046","data-name":"矩形 20046",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(10.204 3.013)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20047","data-name":"矩形 20047",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(17.115 3.013)",fill:"#fff"})]})),(0,t.jsxs)("g",e({id:"记录-2","data-name":"记录",transform:"translate(207.893 86.968)"},{children:[(0,t.jsx)("rect",{id:"矩形_20062","data-name":"矩形 20062",width:"184.279",height:"115.174",rx:"16",fill:"#f7f9ff"}),(0,t.jsx)("path",{id:"矩形_131-2","data-name":"矩形 131",d:"M6,0H178.279a6,6,0,0,1,6,6v6.935a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V6A6,6,0,0,1,6,0Z",fill:"#3666d6"}),(0,t.jsx)("rect",{id:"矩形_139-2","data-name":"矩形 139",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(4.83 4.548)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20046-2","data-name":"矩形 20046",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(11.74 4.548)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20047-2","data-name":"矩形 20047",width:"3.839",height:"3.839",rx:"1.92",transform:"translate(18.65 4.548)",fill:"#fff"})]})),(0,t.jsx)("rect",{id:"矩形_130","data-name":"矩形 130",width:"37.676",height:"91.93",rx:"6",transform:"translate(215.042 104.604)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20294","data-name":"矩形 20294",width:"123.578",height:"91.93",rx:"6",transform:"translate(260.253 104.604)",fill:"#fff"}),(0,t.jsx)("rect",{id:"矩形_20293","data-name":"矩形 20293",width:"143.169",height:"3.768",rx:"1.884",transform:"translate(243.914 91.62)",fill:"#fff",opacity:"0.4"}),(0,t.jsx)("rect",{id:"矩形_19933","data-name":"矩形 19933",width:"27.127",height:"25.62",rx:"2",transform:"translate(220.555 110.458)",fill:"#dde7ff"}),(0,t.jsx)("rect",{id:"矩形_19935","data-name":"矩形 19935",width:"27.127",height:"6.028",rx:"3.014",transform:"translate(220.555 148.887)",fill:"#dde7ff"}),(0,t.jsx)("rect",{id:"矩形_19936","data-name":"矩形 19936",width:"27.127",height:"6.028",rx:"3.014",transform:"translate(220.555 159.437)",fill:"#dde7ff"}),(0,t.jsx)("rect",{id:"矩形_19938","data-name":"矩形 19938",width:"27.127",height:"6.028",rx:"3.014",transform:"translate(220.555 169.986)",fill:"#dde7ff"}),(0,t.jsx)("rect",{id:"矩形_19939","data-name":"矩形 19939",width:"13.563",height:"6.028",rx:"3.014",transform:"translate(220.555 180.535)",fill:"#dde7ff"}),(0,t.jsx)("path",{id:"路径_17905","data-name":"路径 17905",d:"M20.358,21.966l-9.43-10.172v2.289H9.107V9.83H20.241a3.922,3.922,0,1,1,0,7.843h-.65L17.9,15.846h2.328a2.088,2.088,0,0,0,0-4.175H13.288L21.2,20.184l1.613,1.782Zm-4.774-4.3h-4.65v4.305H9.1V15.859h4.767l1.7,1.834Z",transform:"translate(217.487 107.367)",fill:"#3666d6"}),(0,t.jsxs)("g",e({id:"组_20029","data-name":"组 20029",transform:"translate(288.281 117.197)"},{children:[(0,t.jsxs)("g",e({id:"组_19489","data-name":"组 19489",transform:"translate(0 21.504)"},{children:[(0,t.jsx)("path",{id:"路径_17624","data-name":"路径 17624",d:"M1.678,0h21.4a2,2,0,0,1,1.952,1.676l1.3,4.407H0V1.678A1.678,1.678,0,0,1,1.678,0Z",transform:"translate(0 0)",fill:"#3666d6"}),(0,t.jsx)("path",{id:"路径_18530","data-name":"路径 18530",d:"M0,0H52.232A1.678,1.678,0,0,1,53.91,1.678V32.3a1.678,1.678,0,0,1-1.678,1.678H1.678A1.678,1.678,0,0,1,0,32.3Z",transform:"translate(0 6.083)",fill:"#f0f4ff"})]})),(0,t.jsxs)("g",e({id:"组_20021","data-name":"组 20021",transform:"translate(29.143)"},{children:[(0,t.jsx)("path",{id:"路径_17649","data-name":"路径 17649",d:"M4.784,9.237a.147.147,0,0,1,0-.294c.1,0,.195,0,.29,0h0a.147.147,0,0,1,0,.294c-.1,0-.2,0-.3,0ZM3.9,9.211H3.894L3.6,9.19A.147.147,0,0,1,3.609,8.9h.012c.1.008.195.014.29.02a.147.147,0,0,1-.009.294Zm2.054-.034a.147.147,0,0,1-.015-.293c.1-.01.193-.022.288-.034a.147.147,0,1,1,.039.291c-.1.013-.2.025-.3.036ZM2.733,9.1l-.02,0c-.1-.013-.2-.027-.293-.041a.147.147,0,0,1,.022-.292l.022,0,.289.041a.147.147,0,0,1-.019.293Zm4.383-.115a.147.147,0,0,1-.034-.29c.094-.022.188-.047.279-.072A.147.147,0,0,1,7.44,8.9c-.095.026-.192.051-.29.074A.142.142,0,0,1,7.116,8.983ZM1.574,8.9a.123.123,0,0,1-.029,0l-.29-.06a.147.147,0,1,1,.062-.287l.285.059a.147.147,0,0,1-.029.291ZM.429,8.637a.144.144,0,0,1-.039-.005C.208,8.582.107,8.55.1,8.549a.147.147,0,0,1,.088-.281h0s.1.032.277.08a.147.147,0,0,1-.039.289Zm7.8-.016a.147.147,0,0,1-.057-.283c.088-.037.176-.077.261-.118a.147.147,0,1,1,.127.265c-.089.043-.182.084-.274.124A.145.145,0,0,1,8.233,8.621Zm1.03-.563a.147.147,0,0,1-.084-.268c.078-.055.155-.112.229-.17a.147.147,0,1,1,.181.231c-.079.062-.16.122-.243.18A.145.145,0,0,1,9.263,8.059Zm.877-.778a.147.147,0,0,1-.11-.244c.063-.071.124-.144.182-.219A.147.147,0,0,1,10.444,7c-.062.08-.127.158-.194.233A.146.146,0,0,1,10.14,7.281Zm.667-.965a.145.145,0,0,1-.069-.017.147.147,0,0,1-.072-.089l-.182.018h-.012a.147.147,0,0,1-.012-.293c.1-.008.191-.018.287-.03a.131.131,0,0,1,.03,0l.028-.06a.147.147,0,1,1,.267.124c-.042.091-.088.182-.134.27A.147.147,0,0,1,10.807,6.316ZM9.591,6.249H9.586c-.1,0-.2-.009-.3-.017a.147.147,0,0,1,.023-.293c.095.008.192.013.287.016a.147.147,0,0,1-.005.294Zm-1.166-.14a.154.154,0,0,1-.03,0c-.1-.021-.2-.044-.293-.069a.147.147,0,1,1,.074-.284c.091.024.185.046.279.066a.147.147,0,0,1-.03.291Zm3.206-.067a.147.147,0,0,1-.034-.29c.093-.022.187-.046.28-.071a.147.147,0,1,1,.078.283c-.1.027-.194.051-.29.074A.14.14,0,0,1,11.631,6.042ZM7.309,5.748a.15.15,0,0,1-.063-.014,2.142,2.142,0,0,1-.216-.117l-.062-.043a.147.147,0,1,1,.174-.237l.047.032a1.758,1.758,0,0,0,.183.1.147.147,0,0,1-.063.28Zm5.444-.055a.147.147,0,0,1-.053-.284c.089-.034.179-.071.268-.108a.147.147,0,1,1,.114.27c-.092.039-.185.076-.277.112A.153.153,0,0,1,12.753,5.694Zm-1.505-.465a.157.157,0,0,1-.042-.006.147.147,0,0,1-.1-.183c.027-.09.052-.184.076-.277a.147.147,0,0,1,.285.071c-.024.1-.051.2-.079.289A.147.147,0,0,1,11.248,5.228ZM13.821,5.2a.147.147,0,0,1-.069-.277c.084-.045.17-.092.254-.139a.147.147,0,1,1,.145.255c-.087.049-.174.1-.261.144A.15.15,0,0,1,13.821,5.2ZM6.506,4.921a.148.148,0,0,1-.13-.078c-.047-.089-.091-.184-.13-.28a.147.147,0,1,1,.272-.111,2.746,2.746,0,0,0,.118.253.147.147,0,0,1-.061.2A.143.143,0,0,1,6.506,4.921Zm8.32-.325a.147.147,0,0,1-.083-.268c.079-.054.159-.11.238-.166a.147.147,0,1,1,.171.239c-.081.058-.163.115-.244.17A.145.145,0,0,1,14.827,4.6Zm-3.339-.518h-.019a.147.147,0,0,1-.127-.165c.012-.094.023-.191.033-.287a.147.147,0,1,1,.292.029c-.01.1-.021.2-.034.3A.147.147,0,0,1,11.488,4.079Zm4.28-.186a.147.147,0,0,1-.093-.261c.074-.061.149-.124.223-.187a.147.147,0,1,1,.191.223c-.075.065-.152.129-.228.191A.144.144,0,0,1,15.767,3.893Zm-9.6-.09a.147.147,0,0,1-.146-.132C6.011,3.569,6,3.466,6,3.364a.147.147,0,0,1,.145-.149h0A.147.147,0,0,1,6.3,3.36c0,.093.007.187.017.279a.147.147,0,0,1-.13.162Zm10.477-.692a.147.147,0,0,1-.1-.253c.069-.066.139-.135.208-.2a.147.147,0,1,1,.208.207c-.07.07-.141.14-.212.208A.146.146,0,0,1,16.645,3.111Zm-5.1-.2a.148.148,0,0,1-.146-.132,2.34,2.34,0,0,0-.046-.273.147.147,0,1,1,.286-.066,2.658,2.658,0,0,1,.051.307.147.147,0,0,1-.13.162ZM6.267,2.639a.159.159,0,0,1-.041-.005.148.148,0,0,1-.1-.182c.028-.1.062-.2.1-.292a.147.147,0,0,1,.273.108c-.034.087-.065.176-.09.265A.147.147,0,0,1,6.267,2.639Zm11.195-.372a.147.147,0,0,1-.109-.246c.065-.071.13-.144.194-.217A.147.147,0,1,1,17.768,2c-.065.074-.131.149-.2.221A.146.146,0,0,1,17.462,2.266Zm-6.316-.45a.147.147,0,0,1-.121-.063,2.157,2.157,0,0,0-.171-.215.147.147,0,0,1,.218-.2,2.531,2.531,0,0,1,.194.244.147.147,0,0,1-.036.2A.145.145,0,0,1,11.146,1.816ZM6.794,1.595a.145.145,0,0,1-.088-.03.147.147,0,0,1-.029-.206l.011-.014a2.3,2.3,0,0,1,.194-.224.147.147,0,0,1,.209.207,1.914,1.914,0,0,0-.169.194l-.01.013A.148.148,0,0,1,6.794,1.595Zm11.43-.224a.144.144,0,0,1-.092-.032.147.147,0,0,1-.023-.206c.06-.075.121-.152.181-.229a.147.147,0,0,1,.232.181c-.061.077-.122.156-.184.232A.145.145,0,0,1,18.224,1.371Zm-7.953-.325a.144.144,0,0,1-.07-.018A2.778,2.778,0,0,0,9.95.907a.147.147,0,0,1,.114-.271c.1.04.189.085.278.134a.147.147,0,0,1-.07.276ZM7.715.887A.147.147,0,0,1,7.658.6,2.8,2.8,0,0,1,7.951.5a.147.147,0,0,1,.082.282,2.355,2.355,0,0,0-.261.093A.158.158,0,0,1,7.715.887ZM9.156.7H9.139C9.047.686,8.953.68,8.86.677a.147.147,0,0,1,0-.294h0c.1,0,.205.01.307.021A.147.147,0,0,1,9.156.7ZM18.935.435A.146.146,0,0,1,18.816.2l.1-.141a.147.147,0,1,1,.24.17l-.1.143A.147.147,0,0,1,18.935.435Z",transform:"translate(0 18.168) rotate(-19)",fill:"#97aee3"}),(0,t.jsxs)("g",e({id:"组_20023","data-name":"组 20023",transform:"translate(11.647 4.066) rotate(-22)"},{children:[(0,t.jsx)("path",{id:"路径_17650","data-name":"路径 17650",d:"M5.736,0,4.141,9.428,0,7.648Z",transform:"translate(5.083 0.013)",fill:"#f5c05d"}),(0,t.jsx)("path",{id:"路径_17651","data-name":"路径 17651",d:"M1.937,7.654l-.7,1.906L0,6.873,7.709,0Z",transform:"translate(3.146 0)",fill:"#c69438"}),(0,t.jsx)("path",{id:"路径_17652","data-name":"路径 17652",d:"M3.146,6.82,0,5.712,10.8,0Z",transform:"translate(0 0.05)",fill:"#f5c05d"})]}))]}))]}))]}))}))]}))}))}))}),{}),small:(0,t.jsx)((function(){return(0,t.jsx)("svg",e({xmlns:"http://www.w3.org/2000/svg",width:"120",height:"120",viewBox:"0 0 120 120"},{children:(0,t.jsxs)("g",e({id:"暂无内容-小",transform:"translate(-508 -232)"},{children:[(0,t.jsxs)("g",e({id:"组_19491","data-name":"组 19491",transform:"translate(132.212 -3057.667)"},{children:[(0,t.jsxs)("g",e({id:"组_19489","data-name":"组 19489",transform:"translate(389 3333.349)"},{children:[(0,t.jsx)("path",{id:"路径_17624","data-name":"路径 17624",d:"M2.885,0h36.78c1.593,0,2.787.937,3.355,2.882l2.234,7.575H0V2.885A2.885,2.885,0,0,1,2.885,0Z",transform:"translate(0 0)",fill:"#3666d6"}),(0,t.jsx)("path",{id:"路径_18530","data-name":"路径 18530",d:"M0,0H89.787a2.885,2.885,0,0,1,2.885,2.885V55.531a2.885,2.885,0,0,1-2.885,2.885H2.885A2.885,2.885,0,0,1,0,55.531Z",transform:"translate(0 10.457)",fill:"#f0f4ff"})]})),(0,t.jsxs)("g",e({id:"组_20021","data-name":"组 20021",transform:"translate(-9.211 112.379)"},{children:[(0,t.jsx)("path",{id:"路径_17649","data-name":"路径 17649",d:"M565.233,6346.651a.253.253,0,0,1,0-.506c.167,0,.335,0,.5-.007h.007a.252.252,0,0,1,.006.5c-.168,0-.34.007-.511.008Zm-1.514-.044H563.7c-.168-.01-.339-.022-.509-.036a.253.253,0,0,1,.02-.5h.02c.167.014.335.025.5.035a.253.253,0,0,1-.015.5Zm3.531-.06a.253.253,0,0,1-.026-.5c.166-.018.332-.037.494-.059a.252.252,0,1,1,.067.5c-.167.022-.338.043-.509.061Zm-5.542-.136-.034,0c-.167-.022-.337-.046-.5-.071a.253.253,0,0,1,.037-.5l.038,0c.165.025.332.048.5.07a.253.253,0,0,1-.033.5Zm7.534-.2a.253.253,0,0,1-.058-.5c.162-.039.323-.08.48-.124a.253.253,0,0,1,.135.487c-.163.045-.331.088-.5.128A.243.243,0,0,1,569.242,6346.214Zm-9.527-.134a.216.216,0,0,1-.05-.005c-.166-.033-.334-.068-.5-.1a.253.253,0,1,1,.107-.494c.162.035.327.069.491.1a.253.253,0,0,1-.049.5Zm-1.967-.46a.243.243,0,0,1-.067-.009c-.314-.085-.488-.14-.495-.142a.253.253,0,0,1,.152-.482h0s.173.055.476.138a.252.252,0,0,1-.066.5Zm13.415-.027a.253.253,0,0,1-.1-.486c.152-.064.3-.132.449-.2a.253.253,0,1,1,.219.456c-.153.074-.312.145-.472.212A.25.25,0,0,1,571.163,6345.593Zm1.77-.967a.253.253,0,0,1-.144-.46c.134-.094.267-.192.394-.292a.252.252,0,1,1,.312.4c-.135.106-.276.21-.418.309A.251.251,0,0,1,572.932,6344.625Zm1.507-1.338a.253.253,0,0,1-.189-.42c.108-.122.213-.248.313-.376a.252.252,0,0,1,.4.311c-.107.137-.219.271-.333.4A.251.251,0,0,1,574.44,6343.288Zm1.147-1.659a.251.251,0,0,1-.242-.183c-.1.012-.209.021-.313.03h-.021a.252.252,0,0,1-.021-.5c.163-.014.329-.031.493-.051a.23.23,0,0,1,.052,0l.049-.1a.253.253,0,1,1,.458.213c-.073.157-.151.313-.231.464A.253.253,0,0,1,575.586,6341.629Zm-2.09-.114h-.009c-.171-.006-.345-.016-.515-.029a.253.253,0,0,1,.039-.5c.163.013.329.022.494.028a.253.253,0,0,1-.009.5Zm-2-.241a.274.274,0,0,1-.052,0c-.17-.036-.339-.076-.5-.119a.253.253,0,1,1,.127-.489c.157.041.318.079.48.113a.252.252,0,0,1-.052.5Zm5.511-.116a.252.252,0,0,1-.058-.5c.16-.038.322-.079.481-.123a.252.252,0,1,1,.133.487c-.165.046-.333.088-.5.127A.238.238,0,0,1,577,6341.158Zm-7.43-.5a.262.262,0,0,1-.109-.024,3.755,3.755,0,0,1-.371-.2c-.035-.023-.071-.048-.107-.074a.252.252,0,1,1,.3-.407l.081.056a3.025,3.025,0,0,0,.315.17.253.253,0,0,1-.109.481Zm9.358-.094a.253.253,0,0,1-.091-.489c.153-.059.308-.122.461-.186a.252.252,0,1,1,.2.465c-.158.066-.318.131-.476.192A.259.259,0,0,1,578.932,6340.56Zm-2.588-.8a.262.262,0,0,1-.072-.01.252.252,0,0,1-.17-.314c.046-.155.09-.316.13-.477a.253.253,0,0,1,.49.123c-.042.168-.088.335-.136.5A.252.252,0,0,1,576.344,6339.76Zm4.423-.042a.253.253,0,0,1-.119-.476c.145-.077.292-.158.437-.24a.253.253,0,1,1,.25.439c-.149.084-.3.168-.449.248A.258.258,0,0,1,580.768,6339.718Zm-12.574-.486a.253.253,0,0,1-.224-.135c-.081-.154-.157-.315-.224-.48a.253.253,0,1,1,.468-.191,4.751,4.751,0,0,0,.2.435.253.253,0,0,1-.105.342A.25.25,0,0,1,568.194,6339.232Zm14.3-.558a.252.252,0,0,1-.142-.461c.136-.092.274-.188.41-.285a.253.253,0,0,1,.293.412c-.139.1-.28.2-.42.292A.248.248,0,0,1,582.5,6338.674Zm-5.739-.89-.033,0a.253.253,0,0,1-.218-.284c.021-.162.04-.328.057-.494a.253.253,0,1,1,.5.049c-.017.171-.036.344-.058.511A.252.252,0,0,1,576.757,6337.784Zm7.357-.32a.253.253,0,0,1-.16-.448c.128-.1.256-.213.383-.321a.252.252,0,1,1,.329.383c-.13.111-.261.222-.391.328A.249.249,0,0,1,584.114,6337.464Zm-16.5-.155a.253.253,0,0,1-.251-.226c-.019-.175-.029-.353-.031-.527a.253.253,0,0,1,.25-.256h0a.253.253,0,0,1,.252.25c0,.159.011.321.029.48a.253.253,0,0,1-.224.278Zm18.01-1.189a.253.253,0,0,1-.175-.435c.119-.114.239-.232.357-.35a.252.252,0,1,1,.357.357c-.12.121-.243.241-.364.357A.251.251,0,0,1,585.622,6336.12Zm-8.761-.351a.254.254,0,0,1-.251-.226,4.007,4.007,0,0,0-.078-.469.253.253,0,1,1,.492-.113,4.543,4.543,0,0,1,.088.527.253.253,0,0,1-.224.278Zm-9.078-.461a.266.266,0,0,1-.07-.009.254.254,0,0,1-.173-.313c.048-.169.106-.337.171-.5a.253.253,0,0,1,.47.186c-.059.149-.111.3-.155.455A.253.253,0,0,1,567.783,6335.308Zm19.243-.64a.252.252,0,0,1-.187-.422c.111-.122.223-.248.333-.374a.253.253,0,1,1,.38.333c-.112.127-.226.256-.339.38A.252.252,0,0,1,587.027,6334.668Zm-10.857-.774a.252.252,0,0,1-.207-.108,3.737,3.737,0,0,0-.295-.37.253.253,0,0,1,.375-.339,4.313,4.313,0,0,1,.334.42.253.253,0,0,1-.207.4Zm-7.481-.379a.253.253,0,0,1-.2-.4l.018-.025a3.938,3.938,0,0,1,.334-.384.253.253,0,0,1,.359.356,3.308,3.308,0,0,0-.29.333l-.017.023A.254.254,0,0,1,568.688,6333.514Zm19.648-.385a.248.248,0,0,1-.158-.056.252.252,0,0,1-.039-.354c.1-.129.208-.262.311-.394a.253.253,0,0,1,.4.311c-.1.133-.211.268-.315.4A.251.251,0,0,1,588.336,6333.129Zm-13.67-.559a.25.25,0,0,1-.121-.031,4.791,4.791,0,0,0-.432-.208.253.253,0,0,1,.2-.466c.164.069.325.146.478.229a.253.253,0,0,1-.121.475Zm-4.394-.273a.253.253,0,0,1-.1-.486,4.842,4.842,0,0,1,.5-.178.252.252,0,0,1,.141.485,4.1,4.1,0,0,0-.449.159A.265.265,0,0,1,570.271,6332.3Zm2.478-.326-.029,0c-.159-.018-.321-.028-.48-.032a.253.253,0,0,1,.005-.505h.005c.175,0,.352.017.527.036a.253.253,0,0,1-.028.5Zm16.809-.451a.252.252,0,0,1-.2-.4l.173-.242a.252.252,0,1,1,.412.292l-.175.245A.252.252,0,0,1,589.558,6331.521Z",transform:"translate(-2139.453 -2589.283) rotate(-19)",fill:"#97aee3"}),(0,t.jsxs)("g",e({id:"组_20023","data-name":"组 20023",transform:"translate(-1183.834 422.407) rotate(-22)"},{children:[(0,t.jsx)("path",{id:"路径_17650","data-name":"路径 17650",d:"M726.438,6272.966l-2.742,16.207-7.118-3.061Z",transform:"translate(-213.113 -3087.042)",fill:"#f5c05d"}),(0,t.jsx)("path",{id:"路径_17651","data-name":"路径 17651",d:"M710.3,6286.059l-1.206,3.276-2.124-4.619,13.252-11.814Z",transform:"translate(-206.835 -3087)",fill:"#c69438"}),(0,t.jsx)("path",{id:"路径_17652","data-name":"路径 17652",d:"M696.773,6284.875l-5.408-1.905,18.573-9.819Z",transform:"translate(-196.637 -3087.163)",fill:"#f5c05d"})]}))]}))]})),(0,t.jsx)("g",e({id:"边缘框",transform:"translate(508 232)"},{children:(0,t.jsx)("rect",{id:"边缘框-2","data-name":"边缘框",width:"120",height:"120",fill:"none"})}))]}))}))}),{})},f=function(e){var n=(0,o.Z)(e,"Empty"),i=n.className,f=n.style,d=n.size,m=void 0===d?"large":d,h=n.imageStyle,u=n.image,p=void 0===u?l[m]:u,x=n.description,g=n.showRefresh,j=void 0!==g&&g,y=n.onRefresh,v=n.customEmpty,Z=(0,r.Z)("Empty",s),b=void 0!==x?x:Z({id:"noData"}),_="string"==typeof b?b:"empty",w=null,A=j?(0,t.jsxs)("span",c({className:"paraui-empty-description-refresh"},{children:[Z({id:"click"}),(0,t.jsx)("span",c({onClick:function(t){null==y||y(t)}},{children:Z({id:"refresh"})}))]})):null;return w="string"==typeof p?(0,t.jsx)("img",{src:p,alt:_}):p,(0,t.jsx)("div",c({className:(0,a.Z)("paraui-empty",i,"paraui-empty-".concat(m)),style:f},{children:v||(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",c({className:"paraui-empty-image",style:h},{children:w})),b&&(0,t.jsxs)("div",c({className:"paraui-empty-description"},{children:[b,A]}))]})}))}}(),i}()}));
|