@para-ui/core 4.0.0-beta → 4.0.0-rc.1
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 +1 -1
- package/AutoBox/index.js +12 -12
- package/AutoTips/autoTipsMultiline/index.d.ts +1 -1
- package/AutoTips/index.d.ts +2 -2
- package/AutoTips/index.js +17 -17
- package/Badge/index.d.ts +23 -0
- package/Badge/index.js +54 -0
- package/Breadcrumbs/index.js +8 -8
- package/Button/SplitButton.d.ts +1 -1
- package/Button/index.d.ts +1 -1
- package/Button/index.js +4 -4
- package/Carousel/index.d.ts +6 -6
- package/Carousel/index.js +5 -5
- package/Cascader/Cascader.d.ts +10 -10
- package/Cascader/OptionList/Column.d.ts +3 -3
- package/Cascader/OptionList/index.d.ts +2 -2
- package/Cascader/index.d.ts +1 -1
- package/Cascader/index.js +5 -3
- package/Cascader/lang/en_US.d.ts +5 -0
- package/Cascader/lang/index.d.ts +11 -0
- package/Cascader/lang/zh_CN.d.ts +5 -0
- package/Cascader/utils/treeUtil.d.ts +1 -1
- package/Checkbox/index.d.ts +1 -1
- package/Checkbox/index.js +5 -5
- package/CheckboxGroup/index.d.ts +2 -2
- package/CheckboxGroup/index.js +3 -3
- package/Collapse/index.js +4 -4
- package/CollapseBox/index.js +12 -20
- package/CollapseLayout/index.js +20 -20
- package/ColorPicker/index.js +2 -2
- package/ComboSelect/index.js +53 -63
- package/ComboSelect/interface.d.ts +3 -3
- package/ComboSelect/utils.d.ts +5 -0
- package/Container/index.d.ts +3 -3
- package/Container/index.js +56 -56
- package/CopyText/index.d.ts +2 -2
- package/CopyText/index.js +2 -2
- package/DatePicker/generatePicker/index.d.ts +22 -22
- package/DatePicker/index.js +10 -8
- package/DatePicker/util.d.ts +1 -1
- package/Desktop/index.d.ts +1 -1
- package/Desktop/index.js +19 -14
- package/DragVerify/index.d.ts +1 -1
- package/DragVerify/index.js +15 -15
- package/Drawer/index.d.ts +2 -2
- package/Drawer/index.js +118 -17
- package/Drawer/interface.d.ts +10 -2
- package/Drawer/util.d.ts +6 -0
- package/Dropdown/index.d.ts +1 -1
- package/DynamicMultiBox/formItem.d.ts +1 -1
- package/DynamicMultiBox/index.d.ts +7 -2
- package/DynamicMultiBox/index.js +42 -39
- package/DynamicMultiBox/interface.d.ts +8 -8
- package/DynamicMultiBox/rowForm.d.ts +3 -1
- package/Empty/index.d.ts +1 -1
- package/Empty/index.js +2 -2
- package/Form/index.d.ts +12 -13
- package/Form/index.js +14 -12
- package/FormItem/compoments/defaultCompoments/index.d.ts +4 -4
- package/FormItem/compoments/formCheckboxGroup/index.d.ts +1 -1
- package/FormItem/compoments/formFile/index.d.ts +2 -2
- package/FormItem/compoments/formRadioGroup/index.d.ts +1 -1
- package/FormItem/compoments/formSelect/index.d.ts +7 -7
- package/FormItem/errorTips.d.ts +3 -3
- package/FormItem/index.d.ts +5 -5
- package/FormItem/index.js +7 -6
- package/FormItem/lang/en_US.d.ts +10 -0
- package/FormItem/lang/index.d.ts +21 -0
- package/FormItem/lang/zh_CN.d.ts +10 -0
- package/FormItem/validateFunction.d.ts +1 -1
- package/FunctionModal/dialog.d.ts +26 -26
- package/FunctionModal/index.d.ts +6 -6
- package/FunctionModal/index.js +9 -9
- package/FunctionModal/modalContext.d.ts +3 -3
- package/GlobalContext/componentsProps.d.ts +7 -7
- package/GlobalContext/index.d.ts +2 -2
- package/GlobalContext/index.js +1 -1
- package/GlobalContext/useFormatMessage.d.ts +1 -1
- package/Help/index.js +2 -2
- package/HelperText/index.js +1 -1
- package/InputLang/index.d.ts +2 -2
- package/InputLang/index.js +8 -8
- package/InputNumber/index.d.ts +2 -2
- package/InputNumber/index.js +4 -4
- package/Label/index.js +2 -2
- package/Loading/index.js +1 -1
- package/Menu/index.js +14 -14
- package/Menu/interface.d.ts +1 -1
- package/Message/index.js +12 -12
- package/Modal/Confirm/index.d.ts +3 -3
- package/Modal/index.d.ts +1 -1
- package/Modal/index.js +7 -7
- package/MultiBox/index.d.ts +2 -2
- package/MultiBox/index.js +11 -7
- package/Notification/index.js +2 -2
- package/OperateBtn/index.d.ts +2 -2
- package/OperateBtn/index.js +42 -37
- package/PageHeader/index.js +31 -31
- package/PageHeader/interface.d.ts +1 -1
- package/Pagination/index.d.ts +1 -1
- package/Pagination/index.js +17 -17
- package/ParauiProvider/index.js +1 -1
- package/PasswordRules/index.js +8 -8
- package/PopConfirm/index.js +4 -4
- package/Progress/Line.d.ts +10 -10
- package/Progress/Steps.d.ts +2 -2
- package/Progress/index.d.ts +12 -12
- package/Progress/index.js +40 -40
- package/Progress/utils.d.ts +4 -4
- package/Querying/index.d.ts +1 -1
- package/Querying/index.js +2 -2
- package/README.md +3 -0
- package/Radio/index.d.ts +1 -1
- package/Radio/index.js +5 -5
- package/RadioGroup/index.d.ts +2 -2
- package/RadioGroup/index.js +3 -3
- package/Search/index.js +2 -2
- package/Select/index.d.ts +3 -3
- package/Select/index.js +43 -43
- package/SelectInput/index.js +2 -2
- package/Selector/index.js +19 -19
- package/Selector/interface.d.ts +6 -6
- package/SelectorPicker/index.d.ts +4 -4
- package/SelectorPicker/index.js +12 -12
- package/SingleBox/index.d.ts +2 -2
- package/SingleBox/index.js +3 -3
- package/Slider/interface.d.ts +1 -1
- package/Status/index.d.ts +6 -4
- package/Status/index.js +21 -9
- package/Stepper/index.d.ts +5 -5
- package/Stepper/index.js +24 -24
- package/Styles/scrollbar.scss +66 -66
- package/Styles/theme.scss +62 -61
- package/Switch/index.d.ts +7 -7
- package/Switch/index.js +24 -6
- package/Switch/lang/en_US.d.ts +4 -0
- package/Switch/lang/index.d.ts +9 -0
- package/Switch/lang/zh_CN.d.ts +4 -0
- package/Table/index.js +36 -36
- package/Table/interface.d.ts +4 -4
- package/Table/tableBodyElement/index.d.ts +1 -1
- package/Table/tableBodyInterface.d.ts +2 -2
- package/Table/tableContainer/index.d.ts +1 -1
- package/Table/tableElement/index.d.ts +1 -1
- package/Table/tableHeadElement/index.d.ts +1 -1
- package/Table/tableHeadInterface.d.ts +1 -1
- package/Table/tablePaginationInterface.d.ts +6 -6
- package/Table/tdElement/index.d.ts +1 -1
- package/Table/thElement/index.d.ts +2 -2
- package/Table/trElement/index.d.ts +1 -1
- package/Table/util.d.ts +1 -1
- package/Tabs/index.d.ts +1 -1
- package/Tabs/index.js +26 -18
- package/Tag/TagGroup.d.ts +5 -5
- package/Tag/index.d.ts +7 -7
- package/Tag/index.js +33 -1207
- package/TextEditor/index.d.ts +2 -2
- package/TextEditor/index.js +45 -27
- package/TextEditor/lang/en_US.d.ts +4 -0
- package/TextEditor/lang/index.d.ts +9 -0
- package/TextEditor/lang/zh_CN.d.ts +4 -0
- package/TextField/index.d.ts +1 -1
- package/TextField/index.js +13 -13
- package/TimePicker/index.d.ts +1 -1
- package/TimePicker/index.js +2 -1
- package/Timeline/TimelineItem.d.ts +1 -1
- package/Timeline/index.d.ts +5 -5
- package/Timeline/index.js +14 -14
- package/Title/index.d.ts +6 -4
- package/Title/index.js +9 -5
- package/ToggleButton/ToggleButtonGroup.d.ts +1 -1
- package/ToggleButton/index.d.ts +5 -1
- package/ToggleButton/index.js +17 -10
- package/Tooltip/index.js +1 -1
- package/Transfer/box.d.ts +6 -6
- package/Transfer/index.js +27 -27
- package/Tree/OperateBar/index.d.ts +2 -2
- package/Tree/Tree.d.ts +2 -2
- package/Tree/index.js +4 -4
- package/Tree/interface.d.ts +8 -4
- package/Tree/utils/tools.d.ts +1 -1
- package/Upload/Dragger/index.d.ts +2 -2
- package/Upload/ErroTip/index.d.ts +1 -1
- package/Upload/index.d.ts +2 -2
- package/Upload/index.js +13 -13
- package/Upload/interface.d.ts +1 -1
- package/_verture/{index-5c77417d.js → index-0f315bca.js} +4 -4
- package/_verture/{index-e2881a53.js → index-19947788.js} +2 -2
- package/_verture/{index-d63bd287.js → index-232d890b.js} +1 -1
- package/_verture/{index-68db2bc3.js → index-92e406f4.js} +50 -26
- package/_verture/{index-7ec72724.js → index-bc461491.js} +45 -38
- package/_verture/{index-e6f85fd5.js → index-d251967e.js} +104 -47
- package/_verture/{modalContext-c12ca3e8.js → modalContext-9299acc9.js} +26 -26
- package/_verture/tinycolor-ece3542d.js +1180 -0
- package/_verture/{utils-f0e81540.js → utils-06d86594.js} +3 -6
- package/index.d.ts +2 -0
- package/index.js +14 -13
- package/locale/en-US.d.ts +19 -0
- package/locale/index.d.ts +38 -0
- package/locale/index.js +41 -3
- package/locale/zh-CN.d.ts +19 -0
- package/package.json +53 -8
- package/umd/AutoBox.js +2 -2
- package/umd/AutoTips.js +4 -4
- package/umd/Badge.js +1 -0
- package/umd/Breadcrumbs.js +2 -2
- package/umd/Button.js +2 -2
- package/umd/ButtonGroup.js +4 -4
- package/umd/Cascader.js +4 -4
- package/umd/Checkbox.js +5 -5
- package/umd/CheckboxGroup.js +5 -5
- package/umd/Collapse.js +1 -1
- package/umd/CollapseBox.js +1 -1
- package/umd/CollapseLayout.js +4 -4
- package/umd/ColorPicker.js +1 -1
- package/umd/ComboSelect.js +6 -6
- package/umd/CopyText.js +2 -2
- package/umd/DatePicker.js +2 -2
- package/umd/Desktop.js +2 -2
- package/umd/DragVerify.js +4 -4
- package/umd/Drawer.js +4 -4
- package/umd/DynamicMultiBox.js +4 -4
- package/umd/Form.js +4 -4
- package/umd/FormItem.js +4 -4
- package/umd/FunctionModal.js +2 -2
- package/umd/GlobalContext.js +1 -1
- package/umd/Help.js +2 -2
- package/umd/HelperText.js +1 -1
- package/umd/InputLang.js +4 -4
- package/umd/InputNumber.js +2 -2
- package/umd/Label.js +2 -2
- package/umd/Loading.js +1 -1
- package/umd/Menu.js +2 -2
- package/umd/Message.js +1 -1
- package/umd/Modal.js +2 -2
- package/umd/MultiBox.js +7 -7
- package/umd/Notification.js +2 -2
- package/umd/OperateBtn.js +2 -2
- package/umd/PageHeader.js +2 -2
- package/umd/Pagination.js +4 -4
- package/umd/ParauiProvider.js +1 -1
- package/umd/PasswordRules.js +3 -3
- package/umd/PopConfirm.js +2 -2
- package/umd/Popover.js +1 -1
- package/umd/Progress.js +1 -1
- package/umd/Radio.js +2 -2
- package/umd/RadioGroup.js +2 -2
- package/umd/Search.js +7 -7
- package/umd/Select.js +2 -2
- package/umd/SelectInput.js +2 -2
- package/umd/Selector.js +2 -2
- package/umd/SelectorPicker.js +2 -2
- package/umd/SingleBox.js +2 -2
- package/umd/Status.js +4 -4
- package/umd/Stepper.js +2 -2
- package/umd/Switch.js +5 -5
- package/umd/Table.js +6 -6
- package/umd/Tabs.js +4 -4
- package/umd/Tag.js +2 -2
- package/umd/TextEditor.js +3 -3
- package/umd/TextField.js +7 -7
- package/umd/TimePicker.js +2 -2
- package/umd/Title.js +2 -2
- package/umd/ToggleButton.js +4 -4
- package/umd/Tooltip.js +1 -1
- package/umd/Transfer.js +5 -5
- package/umd/Tree.js +7 -7
- package/umd/Upload.js +2 -2
- package/umd/locale.js +1 -1
- /package/_verture/{typeof-b240b062.js → typeof-c310ee4a.js} +0 -0
package/umd/Title.js
CHANGED
|
@@ -17,7 +17,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
17
17
|
Copyright (c) 2018 Jed Watson.
|
|
18
18
|
Licensed under the MIT License (MIT), see
|
|
19
19
|
http://jedwatson.github.io/classnames
|
|
20
|
-
*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var c in n)o.call(n,c)&&n[c]&&t.push(c)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},86010:function(t,e,n){"use strict";function o(t){var e,n,r="";if("string"==typeof t||"number"==typeof t)r+=t;else if("object"==typeof t)if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=o(t[e]))&&(r&&(r+=" "),r+=n);else for(e in t)t[e]&&(r&&(r+=" "),r+=e);return r}function r(){for(var t,e,n=0,r="";n<arguments.length;)(t=arguments[n++])&&(e=o(t))&&(r&&(r+=" "),r+=e);return r}n.d(e,{Z:function(){return r}})},67921:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-auto-tips-multiline{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box{position:relative}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.hidden{opacity:0;visibility:hidden;position:absolute;bottom:0;left:0;z-index:-100000}.paraui-v4-auto-tips-multiline.paraui-v4-auto-tips-multiline-safari>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line::before{content:"";display:block}.paraui-v4-auto-tips-multiline-tooltip .component-tooltip-inner{max-height:calc(100vh - 25px);overflow:auto}',""]),t.exports=e},2565:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips.paraui-v4-auto-tips-safari>.auto-tips-content::before{content:"";display:block}.paraui-v4-auto-tips-tooltip .component-tooltip-inner{max-height:calc(100vh - 25px);overflow:auto}',""]),t.exports=e},88224:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-collapse{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;background-color:#fff;border-bottom:1px solid #eaecf1}.paraui-v4-collapse .collapse-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.paraui-v4-collapse>.component-collapse-item{border-top:1px solid #eaecf1}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header{display:flex;align-items:center;padding:10px 20px;color:#1d2126;cursor:pointer;font-weight:700}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box{line-height:0;margin-right:8px}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transition:all .3s,visibility 0s;color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.component-collapse-extra{line-height:0;margin-left:auto}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-content.collapse-content-hidden{display:none}.paraui-v4-collapse>.component-collapse-item>.component-collapse-content>.component-collapse-content-box{padding:0 20px 10px;color:#1d2126;font-size:14px}.paraui-v4-collapse>.component-collapse-item.component-collapse-item-active>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transform:rotate(90deg)}.paraui-v4-collapse.paraui-v4-collapse-svg-right>.component-collapse-item>.component-collapse-header{padding-right:40px;position:relative}.paraui-v4-collapse.paraui-v4-collapse-svg-right>.component-collapse-item>.component-collapse-header>.collapse-svg-box{position:absolute;right:20px;display:flex;align-items:center;margin-right:0}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header{color:#1d2126;cursor:not-allowed;background-color:#f7f8fa}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}",""]),t.exports=e},7381:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3}.paraui-v4-help:hover{color:#5783eb}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),t.exports=e},29194:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-title-collapse{border-bottom:none}.paraui-v4-title-collapse>.component-collapse-item{border-top:none}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header{flex-direction:row-reverse;justify-content:space-between;padding:0;padding-right:16px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header .paraui-v4-title-content{max-width:calc(100% - 32px)}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header .collapse-svg-box{color:#1d2126;margin-right:0}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover{position:relative}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover>div{z-index:1}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover>.collapse-svg-box:hover{background-color:#eaecf1}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover .title-link:hover{color:#5783eb}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover::after{position:absolute;background-color:#f7f8fa;content:"";width:100%;height:calc(100% + 4px);left:-10px;border-radius:4px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-content{margin-top:20px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-content>.component-collapse-content-box{padding-left:20px}.paraui-v4-title .paraui-v4-title-content{display:flex;align-items:center;line-height:20px}.paraui-v4-title .paraui-v4-title-content .title-ink{width:4px;height:14px;background-color:#2e65e6;border-radius:2px}.paraui-v4-title .paraui-v4-title-content .title-icon{display:inline-flex}.paraui-v4-title .paraui-v4-title-content .title-text{margin-left:8px;font-size:14px;font-weight:700;color:#1d2126;display:flex;align-items:center;white-space:nowrap}.paraui-v4-title .paraui-v4-title-content .title-text .paraui-v4-help{line-height:11px;font-size:14px;margin-left:4px}.paraui-v4-title .paraui-v4-title-content .title-subtext{margin-left:10px;font-size:14px;font-weight:400;color:#a1a8b3}.paraui-v4-title .paraui-v4-title-content .title-link{margin-left:10px;text-decoration:none;outline:none;font-size:14px;font-weight:400;white-space:nowrap;color:#2e65e6}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-large .title-icon svg{font-size:30px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-large .title-text{font-size:18px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-medium .title-icon svg{font-size:24px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-medium .title-text{font-size:500}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-small .title-icon svg{font-size:20px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-small .title-text{margin-left:4px}',""]),t.exports=e},9929:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-tooltip{color:#fff;font-size:14px;line-height:1.5715;position:absolute;z-index:1500;display:block;width:max-content;visibility:visible}.paraui-v4-tooltip .component-tooltip-content{position:relative}.paraui-v4-tooltip.component-tooltip-hidden{display:none}.paraui-v4-tooltip .component-tooltip-inner{min-width:30px;min-height:32px;padding:5px 12px;color:#fff;text-align:left;text-decoration:none;word-break:break-all;background-color:rgba(29,33,38,.9);border-radius:4px;line-height:21px}.paraui-v4-tooltip .component-tooltip-inner .disabled-svg{font-size:12px;position:relative;top:1px;margin-right:4px;color:#fff}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-enter.component-tooltip-zoom-big-fast-enter-active,.component-tooltip-zoom-big-fast-appear.component-tooltip-zoom-big-fast-appear-active{animation-name:componentTooltipZoomBigIn;animation-play-state:running}.component-tooltip-zoom-big-fast-leave.component-tooltip-zoom-big-fast-leave-active{animation-name:componentTooltipZoomBigOut;animation-play-state:running;pointer-events:none}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1)}.component-tooltip-zoom-big-fast-enter-prepare,.component-tooltip-zoom-big-fast-appear-prepare{transform:none}.component-tooltip-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78, 0.14, 0.15, 0.86)}@keyframes componentTooltipZoomBigIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes componentTooltipZoomBigOut{0%{transform:scale(1)}100%{transform:scale(0.8);opacity:0}}",""]),t.exports=e},23645:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var r=(a=o,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,u;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(o)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(r[a]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);o&&r[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),e.push(u))}},e}},27418:function(t){"use strict";
|
|
20
|
+
*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var c in n)o.call(n,c)&&n[c]&&t.push(c)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},86010:function(t,e,n){"use strict";function o(t){var e,n,r="";if("string"==typeof t||"number"==typeof t)r+=t;else if("object"==typeof t)if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=o(t[e]))&&(r&&(r+=" "),r+=n);else for(e in t)t[e]&&(r&&(r+=" "),r+=e);return r}function r(){for(var t,e,n=0,r="";n<arguments.length;)(t=arguments[n++])&&(e=o(t))&&(r&&(r+=" "),r+=e);return r}n.d(e,{Z:function(){return r}})},67921:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-auto-tips-multiline{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box{position:relative}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.paraui-v4-auto-tips-multiline>.auto-tips-multiline-content-box>.hidden{opacity:0;visibility:hidden;position:absolute;bottom:0;left:0;z-index:-100000}.paraui-v4-auto-tips-multiline.paraui-v4-auto-tips-multiline-safari>.auto-tips-multiline-content-box>.auto-tips-multiline-content>.last-line::before{content:"";display:block}.paraui-v4-auto-tips-multiline-tooltip .component-tooltip-inner{max-height:calc(100vh - 25px);overflow:auto}',""]),t.exports=e},2565:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-v4-auto-tips.paraui-v4-auto-tips-safari>.auto-tips-content::before{content:"";display:block}.paraui-v4-auto-tips-tooltip .component-tooltip-inner{max-height:calc(100vh - 25px);overflow:auto}',""]),t.exports=e},88224:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-collapse{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;background-color:#fff;border-bottom:1px solid #eaecf1}.paraui-v4-collapse .collapse-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.paraui-v4-collapse>.component-collapse-item{border-top:1px solid #eaecf1}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header{display:flex;align-items:center;padding:10px 20px;color:#1d2126;cursor:pointer;font-weight:700}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box{line-height:0;margin-right:8px}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transition:all .3s,visibility 0s;color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.component-collapse-extra{line-height:0;margin-left:auto}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item>.component-collapse-content.collapse-content-hidden{display:none}.paraui-v4-collapse>.component-collapse-item>.component-collapse-content>.component-collapse-content-box{padding:0 20px 10px;color:#1d2126;font-size:14px}.paraui-v4-collapse>.component-collapse-item.component-collapse-item-active>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transform:rotate(90deg)}.paraui-v4-collapse.paraui-v4-collapse-svg-right>.component-collapse-item>.component-collapse-header{padding-right:40px;position:relative}.paraui-v4-collapse.paraui-v4-collapse-svg-right>.component-collapse-item>.component-collapse-header>.collapse-svg-box{position:absolute;right:20px;display:flex;align-items:center;margin-right:0}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header{color:#1d2126;cursor:not-allowed;background-color:#f7f8fa}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}",""]),t.exports=e},7381:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3}.paraui-v4-help:hover{color:#5783eb}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),t.exports=e},29194:function(t,e,n){(e=n(23645)(!1)).push([t.id,'.paraui-v4-title-collapse{border-bottom:none}.paraui-v4-title-collapse>.component-collapse-item{border-top:none}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header{flex-direction:row-reverse;justify-content:space-between;padding:0;padding-right:16px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header .paraui-v4-title-content{max-width:calc(100% - 32px)}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header .collapse-svg-box{color:#1d2126;margin-right:0}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover{position:relative}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover>div{z-index:1}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover>.collapse-svg-box:hover svg{color:#2e65e6}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover .title-link:hover{color:#5783eb}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-header:hover::after{position:absolute;background-color:#f7f8fa;content:"";width:100%;height:calc(100% + 4px);left:-10px;border-radius:4px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-content{margin-top:20px}.paraui-v4-title-collapse>.component-collapse-item>.component-collapse-content>.component-collapse-content-box{padding-left:0px;padding-right:0px}.paraui-v4-title .paraui-v4-title-content{display:flex;align-items:center;line-height:20px}.paraui-v4-title .paraui-v4-title-content .title-ink{width:4px;height:14px;background-color:#2e65e6;border-radius:2px}.paraui-v4-title .paraui-v4-title-content .title-icon{display:inline-flex}.paraui-v4-title .paraui-v4-title-content .title-text{margin-left:8px;font-size:14px;font-weight:700;color:#1d2126;display:flex;align-items:center;white-space:nowrap}.paraui-v4-title .paraui-v4-title-content .title-text .paraui-v4-help{line-height:11px;font-size:14px;margin-left:4px}.paraui-v4-title .paraui-v4-title-content .title-subtext{margin-left:10px;font-size:14px;font-weight:400;color:#a1a8b3}.paraui-v4-title .paraui-v4-title-content .title-link{margin-left:10px;text-decoration:none;outline:none;font-size:14px;font-weight:400;white-space:nowrap;color:#2e65e6}.paraui-v4-title .paraui-v4-title-content .title-link:hover{color:#5783eb}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-large .title-icon svg{font-size:30px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-large .title-text{font-size:18px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-medium .title-icon svg{font-size:24px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-medium .title-text{font-size:16px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-small .title-icon svg{font-size:20px}.paraui-v4-title .paraui-v4-title-content.paraui-v4-title-content-small .title-text{margin-left:4px}',""]),t.exports=e},9929:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-tooltip{color:#fff;font-size:14px;line-height:1.5715;position:absolute;z-index:1500;display:block;width:max-content;visibility:visible}.paraui-v4-tooltip .component-tooltip-content{position:relative}.paraui-v4-tooltip.component-tooltip-hidden{display:none}.paraui-v4-tooltip .component-tooltip-inner{min-width:30px;min-height:32px;padding:5px 12px;color:#fff;text-align:left;text-decoration:none;word-break:break-all;background-color:rgba(29,33,38,.9);border-radius:4px;line-height:21px}.paraui-v4-tooltip .component-tooltip-inner .disabled-svg{font-size:16px;position:relative;top:3px;margin-right:4px;color:#fff}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-enter.component-tooltip-zoom-big-fast-enter-active,.component-tooltip-zoom-big-fast-appear.component-tooltip-zoom-big-fast-appear-active{animation-name:componentTooltipZoomBigIn;animation-play-state:running}.component-tooltip-zoom-big-fast-leave.component-tooltip-zoom-big-fast-leave-active{animation-name:componentTooltipZoomBigOut;animation-play-state:running;pointer-events:none}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1)}.component-tooltip-zoom-big-fast-enter-prepare,.component-tooltip-zoom-big-fast-appear-prepare{transform:none}.component-tooltip-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78, 0.14, 0.15, 0.86)}@keyframes componentTooltipZoomBigIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes componentTooltipZoomBigOut{0%{transform:scale(1)}100%{transform:scale(0.8);opacity:0}}",""]),t.exports=e},23645:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",o=t[3];if(!o)return n;if(e&&"function"==typeof btoa){var r=(a=o,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(u," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,u;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var r={};if(o)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(r[a]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);o&&r[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),e.push(u))}},e}},27418:function(t){"use strict";
|
|
21
21
|
/*
|
|
22
22
|
object-assign
|
|
23
23
|
(c) Sindre Sorhus
|
|
@@ -39,4 +39,4 @@ Xt=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Objec
|
|
|
39
39
|
*
|
|
40
40
|
* This source code is licensed under the MIT license found in the
|
|
41
41
|
* LICENSE file in the root directory of this source tree.
|
|
42
|
-
*/n(27418);var o=n(8156),r=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;r=i("react.element"),e.Fragment=i("react.fragment")}var a=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function l(t,e,n){var o,i={},l=null,s=null;for(o in void 0!==n&&(l=""+n),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)c.call(e,o)&&!u.hasOwnProperty(o)&&(i[o]=e[o]);if(t&&t.defaultProps)for(o in e=t.defaultProps)void 0===i[o]&&(i[o]=e[o]);return{$$typeof:r,type:t,key:l,ref:s,props:i,_owner:a.current}}e.jsx=l,e.jsxs=l},85893:function(t,e,n){"use strict";t.exports=n(75251)},91033:function(t,e,n){"use strict";var o=function(){if("undefined"!=typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,o){return t[0]===e&&(n=o,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),o=this.__entries__[n];return o&&o[1]},e.prototype.set=function(e,n){var o=t(this.__entries__,e);~o?this.__entries__[o][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,o=t(n,e);~o&&n.splice(o,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,o=this.__entries__;n<o.length;n++){var r=o[n];t.call(e,r[1],r[0])}},e}()}(),r="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,i=void 0!==n.g&&n.g.Math===Math?n.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),a="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(t){return setTimeout((function(){return t(Date.now())}),1e3/60)};var c=["top","right","bottom","left","width","height","size","weight"],u="undefined"!=typeof MutationObserver,l=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(t,e){var n=!1,o=!1,r=0;function i(){n&&(n=!1,t()),o&&u()}function c(){a(i)}function u(){var t=Date.now();if(n){if(t-r<2)return;o=!0}else n=!0,o=!1,setTimeout(c,e);r=t}return u}(this.refresh.bind(this),20)}return t.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},t.prototype.removeObserver=function(t){var e=this.observers_,n=e.indexOf(t);~n&&e.splice(n,1),!e.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},t.prototype.updateObservers_=function(){var t=this.observers_.filter((function(t){return t.gatherActive(),t.hasActive()}));return t.forEach((function(t){return t.broadcastActive()})),t.length>0},t.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e;c.some((function(t){return!!~n.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),s=function(t,e){for(var n=0,o=Object.keys(e);n<o.length;n++){var r=o[n];Object.defineProperty(t,r,{value:e[r],enumerable:!1,writable:!1,configurable:!0})}return t},f=function(t){return t&&t.ownerDocument&&t.ownerDocument.defaultView||i},p=g(0,0,0,0);function d(t){return parseFloat(t)||0}function v(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce((function(e,n){return e+d(t["border-"+n+"-width"])}),0)}function h(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return p;var o=f(t).getComputedStyle(t),r=function(t){for(var e={},n=0,o=["top","right","bottom","left"];n<o.length;n++){var r=o[n],i=t["padding-"+r];e[r]=d(i)}return e}(o),i=r.left+r.right,a=r.top+r.bottom,c=d(o.width),u=d(o.height);if("border-box"===o.boxSizing&&(Math.round(c+i)!==e&&(c-=v(o,"left","right")+i),Math.round(u+a)!==n&&(u-=v(o,"top","bottom")+a)),!function(t){return t===f(t).document.documentElement}(t)){var l=Math.round(c+i)-e,s=Math.round(u+a)-n;1!==Math.abs(l)&&(c-=l),1!==Math.abs(s)&&(u-=s)}return g(r.left,r.top,c,u)}var m="undefined"!=typeof SVGGraphicsElement?function(t){return t instanceof f(t).SVGGraphicsElement}:function(t){return t instanceof f(t).SVGElement&&"function"==typeof t.getBBox};function y(t){return r?m(t)?function(t){var e=t.getBBox();return g(0,0,e.width,e.height)}(t):h(t):p}function g(t,e,n,o){return{x:t,y:e,width:n,height:o}}var b=function(){function t(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=t}return t.prototype.isActive=function(){var t=y(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},t}(),w=function(t,e){var n,o,r,i,a,c,u,l=(o=(n=e).x,r=n.y,i=n.width,a=n.height,c="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,u=Object.create(c.prototype),s(u,{x:o,y:r,width:i,height:a,top:r,right:o+i,bottom:a+r,left:o}),u);s(this,{target:t,contentRect:l})},O=function(){function t(t,e,n){if(this.activeObservations_=[],this.observations_=new o,"function"!=typeof t)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=e,this.callbackCtx_=n}return t.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)||(e.set(t,new b(t)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)&&(e.delete(t),e.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach((function(e){e.isActive()&&t.activeObservations_.push(e)}))},t.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,e=this.activeObservations_.map((function(t){return new w(t.target,t.broadcastRect())}));this.callback_.call(t,e,t),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),x="undefined"!=typeof WeakMap?new WeakMap:new o,Z=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),o=new O(e,n,this);x.set(this,o)};["observe","unobserve","disconnect"].forEach((function(t){Z.prototype[t]=function(){var e;return(e=x.get(this))[t].apply(e,arguments)}}));var E=void 0!==i.ResizeObserver?i.ResizeObserver:Z;e.default=E},96774:function(t){t.exports=function(t,e,n,o){var r=n?n.call(o,t,e):void 0;if(void 0!==r)return!!r;if(t===e)return!0;if("object"!=typeof t||!t||"object"!=typeof e||!e)return!1;var i=Object.keys(t),a=Object.keys(e);if(i.length!==a.length)return!1;for(var c=Object.prototype.hasOwnProperty.bind(e),u=0;u<i.length;u++){var l=i[u];if(!c(l))return!1;var s=t[l],f=e[l];if(!1===(r=n?n.call(o,s,f,l):void 0)||void 0===r&&s!==f)return!1}return!0}},29697:function(t,e,n){var o=n(93379),r=n(67921);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},89034:function(t,e,n){var o=n(93379),r=n(2565);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},47380:function(t,e,n){var o=n(93379),r=n(88224);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},62195:function(t,e,n){var o=n(93379),r=n(7381);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},27158:function(t,e,n){var o=n(93379),r=n(29194);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},42560:function(t,e,n){var o=n(93379),r=n(9929);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},93379:function(t,e,n){"use strict";var o,r=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function c(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function u(t,e){for(var n={},o=[],r=0;r<t.length;r++){var i=t[r],u=e.base?i[0]+e.base:i[0],l=n[u]||0,s="".concat(u," ").concat(l);n[u]=l+1;var f=c(s),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:s,updater:m(p,e),references:1}),o.push(s)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var r=n.nc;r&&(o.nonce=r)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.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(e)}return e}var s,f=(s=[],function(t,e){return s[t]=e,s.filter(Boolean).join("\n")});function p(t,e,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(e,r);else{var i=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var v=null,h=0;function m(t,e){var n,o,r;if(e.singleton){var i=h++;n=v||(v=l(e)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(e),o=d.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=u(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var r=c(n[o]);a[r].references--}for(var i=u(t,e),l=0;l<n.length;l++){var s=c(n[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}n=i}}}},52211:function(t,e,n){"use strict";n.d(e,{default:function(){return s}});var o=n(8156),r=n.n(o),i=n(77918),a=n(37464),c=n(58543);n(29697);n(89034);function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function l(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var s=function(t){var e=t.children,n=t.arrow,u=void 0!==n&&n,s=t.placement,f=void 0===s?"bottom-start":s,p=t.tips,d=void 0===p?"":p,v=t.className,h=void 0===v?"":v,m=t.beyondText,y=void 0===m||m,g=t.interactive,b=void 0===g||g,w=t.tipMaxWidth,O=t.style,x=(0,o.useRef)(),Z=(0,o.useRef)(),E=l((0,o.useState)(""),2),j=E[0],P=E[1];(0,o.useEffect)((function(){P(d)}),[d]);var C;return r().createElement("div",{ref:x,className:(C=a.W+"-auto-tips",function(){if(navigator.userAgent.indexOf("Safari")>-1)return!0}()&&(C+=" "+a.W+"-auto-tips-safari"),h&&(C+=" "+h),C),onMouseOver:function(){var t="",n=x.current,o=n.getBoundingClientRect(),r=Z.current.getBoundingClientRect();x.current&&((0,c.isIE)()?o.width>r.width&&(t=d||(y?n.innerText:e)):r.width>o.width&&(t=d||(y?n.innerText:e))),P(t)},style:O},r().createElement(i.default,{arrow:u,title:j,placement:f,interactive:b,boundariesElement:"viewport",overlayClassName:a.W+"-auto-tips-tooltip",maxWidth:w||(x&&x.current?x.current.offsetWidth:0)},r().createElement("div",{className:"auto-tips-content",ref:Z},e)))}},16010:function(t,e,n){"use strict";n.d(e,{default:function(){return K}});var o=n(8156),r=n.n(o),i=n(4942),a=n(30907);var c=n(40181);function u(t){return function(t){if(Array.isArray(t))return(0,a.Z)(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||(0,c.Z)(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var l=n(15671),s=n(43144),f=n(60136),p=n(29388),d=n(71002),v=n(94184),h=n.n(v),m=n(96774),y=n.n(m),g=n(59864);function b(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return r().Children.forEach(t,(function(t){(null!=t||e.keepEmpty)&&(Array.isArray(t)?n=n.concat(b(t)):(0,g.isFragment)(t)&&t.props?n=n.concat(b(t.props.children,e)):n.push(t))})),n}var w=n(87462),O=n(93587),x=n(93324),Z=o.forwardRef((function(t,e){var n,r=t.prefixCls,a=t.forceRender,c=t.className,u=t.style,l=t.children,s=t.isActive,f=t.role,p=o.useState(s||a),d=(0,x.Z)(p,2),v=d[0],m=d[1];return o.useEffect((function(){(a||s)&&m(!0)}),[a,s]),v?o.createElement("div",{ref:e,className:h()("".concat(r,"-content"),(n={},(0,i.Z)(n,"".concat(r,"-content-active"),s),(0,i.Z)(n,"".concat(r,"-content-inactive"),!s),n),c),style:u,role:f},o.createElement("div",{className:"".concat(r,"-content-box")},l)):null}));Z.displayName="PanelContent";var E=Z,j=function(t){(0,f.Z)(n,t);var e=(0,p.Z)(n);function n(){var t;(0,l.Z)(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))).handleItemClick=function(){var e=t.props,n=e.onItemClick,o=e.panelKey;"function"==typeof n&&n(o)},t.handleKeyPress=function(e){"Enter"!==e.key&&13!==e.keyCode&&13!==e.which||t.handleItemClick()},t}return(0,s.Z)(n,[{key:"shouldComponentUpdate",value:function(t){return!y()(this.props,t)}},{key:"render",value:function(){var t,e,n=this,r=this.props,a=r.className,c=r.id,u=r.style,l=r.prefixCls,s=r.header,f=r.headerClass,p=r.children,d=r.isActive,v=r.showArrow,m=r.destroyInactivePanel,y=r.accordion,g=r.forceRender,b=r.openMotion,x=r.expandIcon,Z=r.extra,j=r.collapsible,P="disabled"===j,C=h()("".concat(l,"-header"),(t={},(0,i.Z)(t,f,f),(0,i.Z)(t,"".concat(l,"-header-collapsible-only"),"header"===j),t)),k=h()((e={},(0,i.Z)(e,"".concat(l,"-item"),!0),(0,i.Z)(e,"".concat(l,"-item-active"),d),(0,i.Z)(e,"".concat(l,"-item-disabled"),P),e),a),S=o.createElement("i",{className:"arrow"});v&&"function"==typeof x&&(S=x(this.props));var T=null!=Z&&"boolean"!=typeof Z;return o.createElement("div",{className:k,style:u,id:c},o.createElement("div",{className:C,onClick:function(){return"header"!==j&&n.handleItemClick()},role:y?"tab":"button",tabIndex:P?-1:0,"aria-expanded":d,onKeyPress:this.handleKeyPress},v&&S,"header"===j?o.createElement("span",{onClick:this.handleItemClick,className:"".concat(l,"-header-text")},s):s,T&&o.createElement("div",{className:"".concat(l,"-extra")},Z)),o.createElement(O.Z,(0,w.Z)({visible:d,leavedClassName:"".concat(l,"-content-hidden")},b,{forceRender:g,removeOnLeave:m}),(function(t,e){var n=t.className,r=t.style;return o.createElement(E,{ref:e,prefixCls:l,className:n,style:r,isActive:d,forceRender:g,role:y?"tabpanel":null},p)})))}}]),n}(o.Component);j.defaultProps={showArrow:!0,isActive:!1,onItemClick:function(){},headerClass:"",forceRender:!1};var P=j;function C(t){var e=t;if(!Array.isArray(e)){var n=(0,d.Z)(e);e="number"===n||"string"===n?[e]:[]}return e.map((function(t){return String(t)}))}var k=function(t){(0,f.Z)(n,t);var e=(0,p.Z)(n);function n(t){var r;(0,l.Z)(this,n),(r=e.call(this,t)).onClickItem=function(t){var e=r.state.activeKey;if(r.props.accordion)e=e[0]===t?[]:[t];else{var n=(e=u(e)).indexOf(t);n>-1?e.splice(n,1):e.push(t)}r.setActiveKey(e)},r.getNewChild=function(t,e){if(!t)return null;var n=r.state.activeKey,i=r.props,a=i.prefixCls,c=i.openMotion,u=i.accordion,l=i.destroyInactivePanel,s=i.expandIcon,f=i.collapsible,p=t.key||String(e),d=t.props,v=d.header,h=d.headerClass,m=d.destroyInactivePanel,y=d.collapsible,g=null!=y?y:f,b={key:p,panelKey:p,header:v,headerClass:h,isActive:u?n[0]===p:n.indexOf(p)>-1,prefixCls:a,destroyInactivePanel:null!=m?m:l,openMotion:c,accordion:u,children:t.props.children,onItemClick:"disabled"===g?null:r.onClickItem,expandIcon:s,collapsible:g};return"string"==typeof t.type?t:o.cloneElement(t,b)},r.getItems=function(){return b(r.props.children).map(r.getNewChild)},r.setActiveKey=function(t){"activeKey"in r.props||r.setState({activeKey:t}),r.props.onChange(r.props.accordion?t[0]:t)};var i=t.activeKey,a=t.defaultActiveKey;return"activeKey"in t&&(a=i),r.state={activeKey:C(a)},r}return(0,s.Z)(n,[{key:"shouldComponentUpdate",value:function(t,e){return!y()(this.props,t)||!y()(this.state,e)}},{key:"render",value:function(){var t,e=this.props,n=e.prefixCls,r=e.className,a=e.style,c=e.accordion,u=h()((t={},(0,i.Z)(t,n,!0),(0,i.Z)(t,r,!!r),t));return o.createElement("div",{className:u,style:a,role:c?"tablist":null},this.getItems())}}],[{key:"getDerivedStateFromProps",value:function(t){var e={};return"activeKey"in t&&(e.activeKey=C(t.activeKey)),e}}]),n}(o.Component);k.defaultProps={prefixCls:"rc-collapse",onChange:function(){},accordion:!1,destroyInactivePanel:!1},k.Panel=P;var S=k,T=(k.Panel,n(37464));function M(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function A(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var _=function(t){var e,n=t.className,o=void 0===n?"":n,i=t.showArrow,a=void 0===i||i;return r().createElement(S.Panel,A(function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){M(t,e,n[e])}))}return t}({},t),{className:(e="",o&&(e+=o),a||(e+=" collapse-panel-no-arrow"),e),prefixCls:T.Z+"-collapse"}))};function N(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var D=o.isValidElement;function R(t,e){return function(t,e,n){return D(t)?o.cloneElement(t,"function"==typeof n?n(t.props||{}):n):e}(t,t,e)}function L(t,e){var n=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){N(t,e,n[e])}))}return t}({},t);return Array.isArray(e)&&e.forEach((function(t){delete n[t]})),n}var H=n(85893),I=n(97435),z=function(t){return(0,H.jsx)(I.l,Object.assign({dataName:"Right",viewBox:"0 0 24 24",path:(0,H.jsx)(H.Fragment,{children:(0,H.jsxs)("g",Object.assign({id:"Right",transform:"translate(-105 -1649)"},{children:[(0,H.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(105 1649)",fill:"none"}),(0,H.jsx)("path",{id:"icon",d:"M.933,17.867a.933.933,0,0,1-.66-1.593l7.34-7.34L.273,1.593A.933.933,0,0,1,1.593.273l8,8a.934.934,0,0,1,0,1.32l-8,8a.93.93,0,0,1-.66.273",transform:"translate(112.067 1652.067)"})]}))})},t))},V=function(){return{height:0,opacity:0}},W=function(t){return{height:t.scrollHeight,opacity:1}},B=function(t,e){return!0===(null==e?void 0:e.deadline)||"height"===e.propertyName},F={motionName:"collapse-motion-collapse",onAppearStart:V,onEnterStart:V,onAppearActive:W,onEnterActive:W,onLeaveStart:function(t){return{height:t?t.offsetHeight:0}},onLeaveActive:V,onAppearEnd:B,onEnterEnd:B,onLeaveEnd:B,motionDeadline:500};n(47380);function Y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function X(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){Y(t,e,n[e])}))}return t}function U(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var q=function(t){var e,n,o,i=t.className,a=void 0===i?"":i,c=t.expandIconPosition,u=void 0===c?"left":c,l=U(X({},F),{motionAppear:!1,leavedClassName:"collapse-content-hidden"});return r().createElement(S,U(X({openMotion:l},t),{expandIcon:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.expandIcon,o=n?n(e):r().createElement(z,{className:"collapse-expand-svg"});return r().createElement("div",{className:"collapse-svg-box"},o)},prefixCls:T.Z+"-collapse",className:(o=T.W+"-collapse",a&&(o+=" "+a),u&&(o+=" ".concat(T.W,"-collapse-svg-").concat(u)),o)}),(n=t.children,(e=n,e?Array.isArray(e)?e:[e]:[]).map((function(t,e){var n;if(null===(n=t.props)||void 0===n?void 0:n.disabled){var o=t.key||String(e),r=t.props,i=r.disabled,a=r.collapsible;return R(t,U(X({},L(t.props,["disabled"])),{key:o,collapsible:null!=a?a:i?"disabled":void 0}))}return t}))))};q.Panel=_;var K=q},37464:function(t,e,n){"use strict";n.d(e,{W:function(){return o},Z:function(){return r}});var o="paraui-v4",r="component"},79389:function(t,e,n){"use strict";n.d(e,{default:function(){return d}});var o=n(8156),r=n.n(o),i=n(77918),a=n(85893),c=n(97435),u=function(t){return(0,a.jsx)(c.l,Object.assign({dataName:"Help",viewBox:"0 0 24 24",path:(0,a.jsx)(a.Fragment,{children:(0,a.jsxs)("g",Object.assign({id:"Help",transform:"translate(-140 -499)"},{children:[(0,a.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(140 499)",fill:"none"}),(0,a.jsx)("path",{id:"icon",d:"M0,9.6a9.6,9.6,0,1,1,9.6,9.6A9.611,9.611,0,0,1,0,9.6Zm1.6,0a8,8,0,1,0,8-8A8.01,8.01,0,0,0,1.6,9.6ZM8.4,14a1,1,0,1,1,1,1A1,1,0,0,1,8.4,14Zm.162-2.6A1.643,1.643,0,0,1,8.7,10.66,3.615,3.615,0,0,1,10.264,9.1c.929-.616,1.538-1.07,1.538-1.746a1.748,1.748,0,0,0-.719-1.346A2.048,2.048,0,0,0,9.42,5.573,2.083,2.083,0,0,0,7.667,7.492a.778.778,0,0,1-.806.788.8.8,0,0,1-.792-.793A3.692,3.692,0,0,1,9.037,4.02a3.645,3.645,0,0,1,3.031.73A3.321,3.321,0,0,1,13.4,7.356c0,1.586-1.3,2.449-2.254,3.08a3.557,3.557,0,0,0-.943.758l-.052.13a.806.806,0,0,1-.771.835H9.355A.789.789,0,0,1,8.558,11.4Z",transform:"translate(142.4 501.4)"})]}))})},t))},l=n(86010),s=n(37464);n(62195);function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function p(t,e){if(null==t)return{};var n,o,r=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}var d=function(t){var e=t.title,n=void 0===e?"":e,o=t.children,a=t.arrow,c=void 0===a||a,d=t.className,v=t.placement,h=void 0===v?"top":v,m=p(t,["title","children","arrow","className","placement"]);return r().createElement(i.default,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){f(t,e,n[e])}))}return t}({title:n,arrow:c,placement:h},m),r().createElement("span",{className:(0,l.Z)(s.W+"-help",d)},o||r().createElement(u,null)))}},77918:function(t,e,n){"use strict";n.d(e,{default:function(){return j}});var o=n(8156),r=n.n(o),i=n(79483),a=n(24375),c=n(86010),u=n(37464);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){l(t,e,n[e])}))}return t}function f(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var p={adjustX:1,adjustY:1},d={adjustX:0,adjustY:0};function v(t){return"boolean"==typeof t?t?p:d:s({},d,t)}function h(t){var e=r().isValidElement(t)?t:r().createElement("span",null,t);if("button"===e.type&&e.props.disabled){var n=function(t,e){var n={},o=s({},t);return e.forEach((function(e){t&&e in t&&(n[e]=t[e],delete o[e])})),{picked:n,omitted:o}}(e.props.style,["position","left","right","top","bottom","float","display","zIndex"]),o=n.picked,i=n.omitted,a=f(s({display:"inline-block"},o),{cursor:"not-allowed",width:e.props.block?"100%":null}),l=f(s({},i),{pointerEvents:"none"}),p=r().cloneElement(e,{style:l,className:null});return r().createElement("span",{style:a,className:(0,c.Z)(e.props.className,"".concat(u.Z,"-tooltip-disabled-compatible-wrapper"))},p)}return e}function m(t){return{"bottom-end":"bottomRight","bottom-start":"bottomLeft","left-end":"leftBottom","left-start":"leftTop","right-end":"rightBottom","right-start":"rightTop","top-end":"topRight","top-start":"topLeft"}[t]||t}var y=n(30465);n(42560);function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function w(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){b(t,e,n[e])}))}return t}function O(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}function x(t,e){if(null==t)return{};var n,o,r=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}function Z(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=r().forwardRef((function(t,e){var n,o=Z(r().useState(t.defaultVisible),2),l=o[0],p=o[1],d=r().useRef(),g=r().useRef(),b=Z(r().useState([0,0]),2),E=b[0],j=b[1];r().useEffect((function(){var e;("visible"in t||"open"in t)&&p(!!(null!==(e=t.visible)&&void 0!==e?e:t.open))}),[null!==(n=t.visible)&&void 0!==n?n:t.open]);var P=function(){var e=t.title;return!e&&0!==e},C=function(){var e=t.builtinPlacements,n=t.autoAdjustOverflow;return e||function(t){var e=t.horizontalArrowShift,n=void 0===e?16:e,o=t.verticalArrowShift,r=void 0===o?8:o,i=t.autoAdjustOverflow,c={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tc"],offset:[-n,-8]},leftTop:{points:["tr","cl"],offset:[-8,-r]},topRight:{points:["br","tc"],offset:[n,-8]},rightTop:{points:["tl","cr"],offset:[8,-r]},bottomRight:{points:["tr","bc"],offset:[n,8]},rightBottom:{points:["bl","cr"],offset:[8,r]},bottomLeft:{points:["tl","bc"],offset:[-n,8]},leftBottom:{points:["br","cl"],offset:[-8,r]}};return Object.keys(c).forEach((function(t){var e,n;c[t]=f(s({},a.Ct[t]),{offset:(e=t,n=m(e),{left:{offset:[-8,0]},right:{offset:[8,0]},top:{offset:[0,-8]},bottom:{offset:[0,8]},topLeft:{offset:[0,-8]},leftTop:{offset:[-8,0]},topRight:{offset:[0,-8]},rightTop:{offset:[8,0]},bottomRight:{offset:[0,8]},rightBottom:{offset:[8,0]},bottomLeft:{offset:[0,8]},leftBottom:{offset:[-8,0]}}[n]).offset,overflow:v(i)}),c[t].ignoreShake=!0})),c}({autoAdjustOverflow:n})},k=t.prefixCls,S=void 0===k?"".concat(u.Z,"-tooltip"):k,T=t.getPopupContainer,M=t.overlayClassName,A=t.overlayInnerStyle,_=t.overlayStyle,N=t.children,D=t.title,R=t.placement,L=t.isPopover,H=t.followCursor,I=t.maxWidth,z=t.disabled,V=x(t,["prefixCls","getPopupContainer","overlayClassName","overlayInnerStyle","overlayStyle","children","title","placement","isPopover","followCursor","maxWidth","disabled"]),W=l;"visible"in t||"open"in t||!P()||(W=!1);var B=(0,c.Z)(!L&&"".concat(u.W,"-tooltip"),M),F=w({},_);return I&&(F.maxWidth=I),r().createElement(i.Z,O(w({},V),{prefixCls:S,placement:H?"top":m(R),overlayClassName:B,getTooltipContainer:T,ref:e||g,builtinPlacements:C(),overlay:r().createElement(r().Fragment,null,z&&r().createElement(y.Z,{className:"disabled-svg"}),D),visible:W,align:{targetOffset:E},onVisibleChange:function(e){var n;("visible"in t||"open"in t||p(!P()&&e),P())||(null===(n=t.onVisibleChange)||void 0===n||n.call(t,e))},onPopupAlign:function(t,e){var n=C(),o=Object.keys(n).find((function(t){return n[t].points[0]===e.points[0]&&n[t].points[1]===e.points[1]}));if(o){var r=t.getBoundingClientRect(),i={top:"50%",left:"50%"};o.indexOf("top")>=0||o.indexOf("Bottom")>=0?i.top="".concat(r.height-e.offset[1],"px"):(o.indexOf("Top")>=0||o.indexOf("bottom")>=0)&&(i.top="".concat(-e.offset[1],"px")),o.indexOf("left")>=0||o.indexOf("Right")>=0?i.left="".concat(r.width-e.offset[0],"px"):(o.indexOf("right")>=0||o.indexOf("Left")>=0)&&(i.left="".concat(-e.offset[0],"px")),t.style.transformOrigin="".concat(i.left," ").concat(i.top)}},overlayStyle:F,overlayInnerStyle:A,arrowContent:null,motion:{motionName:"".concat(u.Z,"-tooltip-zoom-big-fast"),motionDeadline:1e3}}),H?r().createElement("div",{style:{display:"inline-block"},ref:d,onMouseMove:function(t){if(d.current){var e,n,o,r,i=(null===(r=g.current)||void 0===r||null===(o=r.popupRef)||void 0===o||null===(n=o.current)||void 0===n||null===(e=n.getElement())||void 0===e?void 0:e.offsetHeight)||0,a=0===i?60:30,c=d.current.getBoundingClientRect(),u=c.x,l=c.y,s=c.width,f=t.clientX-(u+s/2),p=t.clientY-l+i+a;setTimeout((function(){j([-f,-p])}))}}},h(N)):h(N))}));E.displayName="Tooltip",E.defaultProps={placement:"topLeft",mouseEnterDelay:.1,mouseLeaveDelay:.1,autoAdjustOverflow:!0,defaultVisible:!1,followCursor:!1,maxWidth:500};var j=E},58543:function(t){"use strict";t.exports=n},8156:function(e){"use strict";e.exports=t},47111:function(t){"use strict";t.exports=e},30907:function(t,e,n){"use strict";function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}n.d(e,{Z:function(){return o}})},83878:function(t,e,n){"use strict";function o(t){if(Array.isArray(t))return t}n.d(e,{Z:function(){return o}})},97326:function(t,e,n){"use strict";function o(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}n.d(e,{Z:function(){return o}})},15861:function(t,e,n){"use strict";function o(t,e,n,o,r,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(o,r)}function r(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var a=t.apply(e,n);function c(t){o(a,r,i,c,u,"next",t)}function u(t){o(a,r,i,c,u,"throw",t)}c(void 0)}))}}n.d(e,{Z:function(){return r}})},15671:function(t,e,n){"use strict";function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,{Z:function(){return o}})},43144:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(67343);function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,(0,o.Z)(r.key),r)}}function i(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}},29388:function(t,e,n){"use strict";n.d(e,{Z:function(){return a}});var o=n(61120),r=n(78814),i=n(82963);function a(t){var e=(0,r.Z)();return function(){var n,r=(0,o.Z)(t);if(e){var a=(0,o.Z)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return(0,i.Z)(this,n)}}},4942:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(67343);function r(t,e,n){return(e=(0,o.Z)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},87462:function(t,e,n){"use strict";function o(){return o=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},o.apply(this,arguments)}n.d(e,{Z:function(){return o}})},61120:function(t,e,n){"use strict";function o(t){return o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},o(t)}n.d(e,{Z:function(){return o}})},60136:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(89611);function r(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&(0,o.Z)(t,e)}},78814:function(t,e,n){"use strict";function o(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}n.d(e,{Z:function(){return o}})},31902:function(t,e,n){"use strict";function o(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(o=i.call(n)).done)&&(c.push(o.value),c.length!==e);u=!0);}catch(t){l=!0,r=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return c}}n.d(e,{Z:function(){return o}})},25267:function(t,e,n){"use strict";function o(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(e,{Z:function(){return o}})},1413:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(4942);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},45987:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(63366);function r(t,e){if(null==t)return{};var n,r,i=(0,o.Z)(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}},63366:function(t,e,n){"use strict";function o(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}n.d(e,{Z:function(){return o}})},82963:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(71002),r=n(97326);function i(t,e){if(e&&("object"===(0,o.Z)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.Z)(t)}},89611:function(t,e,n){"use strict";function o(t,e){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},o(t,e)}n.d(e,{Z:function(){return o}})},93324:function(t,e,n){"use strict";n.d(e,{Z:function(){return c}});var o=n(83878),r=n(31902),i=n(40181),a=n(25267);function c(t,e){return(0,o.Z)(t)||(0,r.Z)(t,e)||(0,i.Z)(t,e)||(0,a.Z)()}},35512:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(71002);function r(t,e){if("object"!==(0,o.Z)(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==(0,o.Z)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}},67343:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(71002),r=n(35512);function i(t){var e=(0,r.Z)(t,"string");return"symbol"===(0,o.Z)(e)?e:String(e)}},71002:function(t,e,n){"use strict";function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}n.d(e,{Z:function(){return o}})},40181:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(30907);function r(t,e){if(t){if("string"==typeof t)return(0,o.Z)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,o.Z)(t,e):void 0}}}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={id:t,exports:{}};return o[t](n,n.exports,i),n.exports}i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var a={};return function(){"use strict";i.r(a),i.d(a,{Title:function(){return p}});var t=i(8156),e=i.n(t),n=i(86010),o=i(52211),r=i(37464),c=i(79389),u=i(16010);i(27158);function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var f=u.default.Panel,p=function(i){var a=i.title,l=i.subTitle,p=i.collapseContent,d=i.icon,v=i.link,h=i.size,m=void 0===h?"medium":h,y=i.className,g=i.titleTooltip,b=i.titoleTooltipIcon,w=i.placement,O=i.arrow,x=i.style,Z=(0,t.useRef)(null),E=(0,t.useRef)(null),j=s((0,t.useState)("calc(100% - 20px)"),2),P=j[0],C=j[1],k=(0,n.Z)("".concat(r.W,"-title-content"),y,d&&"".concat(r.W,"-title-content-").concat(m));(0,t.useEffect)((function(){var t,e;!function(t,e){C("calc(100% - ".concat(t+e+32,"px)"))}((null===(t=Z.current)||void 0===t?void 0:t.offsetWidth)||0,(null===(e=E.current)||void 0===e?void 0:e.offsetWidth)||0)}),[a,l,v,p]);var S=function(){return e().createElement("div",{className:k,style:x},d?e().createElement("span",{className:"title-icon"},d):e().createElement("span",{className:"title-ink"}),e().createElement("span",{className:"title-text",ref:Z},a,g&&e().createElement(c.default,{title:g,placement:w,arrow:O},b)),l&&e().createElement("span",{className:"title-subtext",style:{maxWidth:P}},e().createElement(o.default,null,l)),v&&e().createElement("a",{className:"title-link",target:v.target||"_blank",href:v.href,onClick:v.onClick,ref:E},v.text))};return e().createElement("div",{className:"".concat(r.W,"-title")},p?e().createElement(u.default,{className:"".concat(r.W,"-title-collapse")},e().createElement(f,{header:S(),key:"1"},p)):S())};a.default=p}(),a}()}));
|
|
42
|
+
*/n(27418);var o=n(8156),r=60103;if(e.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;r=i("react.element"),e.Fragment=i("react.fragment")}var a=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function l(t,e,n){var o,i={},l=null,s=null;for(o in void 0!==n&&(l=""+n),void 0!==e.key&&(l=""+e.key),void 0!==e.ref&&(s=e.ref),e)c.call(e,o)&&!u.hasOwnProperty(o)&&(i[o]=e[o]);if(t&&t.defaultProps)for(o in e=t.defaultProps)void 0===i[o]&&(i[o]=e[o]);return{$$typeof:r,type:t,key:l,ref:s,props:i,_owner:a.current}}e.jsx=l,e.jsxs=l},85893:function(t,e,n){"use strict";t.exports=n(75251)},91033:function(t,e,n){"use strict";var o=function(){if("undefined"!=typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,o){return t[0]===e&&(n=o,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),o=this.__entries__[n];return o&&o[1]},e.prototype.set=function(e,n){var o=t(this.__entries__,e);~o?this.__entries__[o][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,o=t(n,e);~o&&n.splice(o,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,o=this.__entries__;n<o.length;n++){var r=o[n];t.call(e,r[1],r[0])}},e}()}(),r="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,i=void 0!==n.g&&n.g.Math===Math?n.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),a="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(t){return setTimeout((function(){return t(Date.now())}),1e3/60)};var c=["top","right","bottom","left","width","height","size","weight"],u="undefined"!=typeof MutationObserver,l=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(t,e){var n=!1,o=!1,r=0;function i(){n&&(n=!1,t()),o&&u()}function c(){a(i)}function u(){var t=Date.now();if(n){if(t-r<2)return;o=!0}else n=!0,o=!1,setTimeout(c,e);r=t}return u}(this.refresh.bind(this),20)}return t.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},t.prototype.removeObserver=function(t){var e=this.observers_,n=e.indexOf(t);~n&&e.splice(n,1),!e.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},t.prototype.updateObservers_=function(){var t=this.observers_.filter((function(t){return t.gatherActive(),t.hasActive()}));return t.forEach((function(t){return t.broadcastActive()})),t.length>0},t.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e;c.some((function(t){return!!~n.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),s=function(t,e){for(var n=0,o=Object.keys(e);n<o.length;n++){var r=o[n];Object.defineProperty(t,r,{value:e[r],enumerable:!1,writable:!1,configurable:!0})}return t},f=function(t){return t&&t.ownerDocument&&t.ownerDocument.defaultView||i},p=g(0,0,0,0);function d(t){return parseFloat(t)||0}function v(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce((function(e,n){return e+d(t["border-"+n+"-width"])}),0)}function h(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return p;var o=f(t).getComputedStyle(t),r=function(t){for(var e={},n=0,o=["top","right","bottom","left"];n<o.length;n++){var r=o[n],i=t["padding-"+r];e[r]=d(i)}return e}(o),i=r.left+r.right,a=r.top+r.bottom,c=d(o.width),u=d(o.height);if("border-box"===o.boxSizing&&(Math.round(c+i)!==e&&(c-=v(o,"left","right")+i),Math.round(u+a)!==n&&(u-=v(o,"top","bottom")+a)),!function(t){return t===f(t).document.documentElement}(t)){var l=Math.round(c+i)-e,s=Math.round(u+a)-n;1!==Math.abs(l)&&(c-=l),1!==Math.abs(s)&&(u-=s)}return g(r.left,r.top,c,u)}var m="undefined"!=typeof SVGGraphicsElement?function(t){return t instanceof f(t).SVGGraphicsElement}:function(t){return t instanceof f(t).SVGElement&&"function"==typeof t.getBBox};function y(t){return r?m(t)?function(t){var e=t.getBBox();return g(0,0,e.width,e.height)}(t):h(t):p}function g(t,e,n,o){return{x:t,y:e,width:n,height:o}}var b=function(){function t(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=t}return t.prototype.isActive=function(){var t=y(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},t}(),w=function(t,e){var n,o,r,i,a,c,u,l=(o=(n=e).x,r=n.y,i=n.width,a=n.height,c="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,u=Object.create(c.prototype),s(u,{x:o,y:r,width:i,height:a,top:r,right:o+i,bottom:a+r,left:o}),u);s(this,{target:t,contentRect:l})},O=function(){function t(t,e,n){if(this.activeObservations_=[],this.observations_=new o,"function"!=typeof t)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=e,this.callbackCtx_=n}return t.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)||(e.set(t,new b(t)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(t instanceof f(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)&&(e.delete(t),e.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach((function(e){e.isActive()&&t.activeObservations_.push(e)}))},t.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,e=this.activeObservations_.map((function(t){return new w(t.target,t.broadcastRect())}));this.callback_.call(t,e,t),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),x="undefined"!=typeof WeakMap?new WeakMap:new o,Z=function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),o=new O(e,n,this);x.set(this,o)};["observe","unobserve","disconnect"].forEach((function(t){Z.prototype[t]=function(){var e;return(e=x.get(this))[t].apply(e,arguments)}}));var E=void 0!==i.ResizeObserver?i.ResizeObserver:Z;e.default=E},96774:function(t){t.exports=function(t,e,n,o){var r=n?n.call(o,t,e):void 0;if(void 0!==r)return!!r;if(t===e)return!0;if("object"!=typeof t||!t||"object"!=typeof e||!e)return!1;var i=Object.keys(t),a=Object.keys(e);if(i.length!==a.length)return!1;for(var c=Object.prototype.hasOwnProperty.bind(e),u=0;u<i.length;u++){var l=i[u];if(!c(l))return!1;var s=t[l],f=e[l];if(!1===(r=n?n.call(o,s,f,l):void 0)||void 0===r&&s!==f)return!1}return!0}},29697:function(t,e,n){var o=n(93379),r=n(67921);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},89034:function(t,e,n){var o=n(93379),r=n(2565);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},47380:function(t,e,n){var o=n(93379),r=n(88224);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},62195:function(t,e,n){var o=n(93379),r=n(7381);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},27158:function(t,e,n){var o=n(93379),r=n(29194);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},42560:function(t,e,n){var o=n(93379),r=n(9929);"string"==typeof(r=r.__esModule?r.default:r)&&(r=[[t.id,r,""]]);var i={insert:"head",singleton:!1};o(r,i);t.exports=r.locals||{}},93379:function(t,e,n){"use strict";var o,r=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function c(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function u(t,e){for(var n={},o=[],r=0;r<t.length;r++){var i=t[r],u=e.base?i[0]+e.base:i[0],l=n[u]||0,s="".concat(u," ").concat(l);n[u]=l+1;var f=c(s),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:s,updater:m(p,e),references:1}),o.push(s)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var r=n.nc;r&&(o.nonce=r)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.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(e)}return e}var s,f=(s=[],function(t,e){return s[t]=e,s.filter(Boolean).join("\n")});function p(t,e,n,o){var r=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(e,r);else{var i=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var o=n.css,r=n.media,i=n.sourceMap;if(r?t.setAttribute("media",r):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var v=null,h=0;function m(t,e){var n,o,r;if(e.singleton){var i=h++;n=v||(v=l(e)),o=p.bind(null,n,i,!1),r=p.bind(null,n,i,!0)}else n=l(e),o=d.bind(null,n,e),r=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else r()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=r());var n=u(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var r=c(n[o]);a[r].references--}for(var i=u(t,e),l=0;l<n.length;l++){var s=c(n[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}n=i}}}},52211:function(t,e,n){"use strict";n.d(e,{default:function(){return s}});var o=n(8156),r=n.n(o),i=n(77918),a=n(37464),c=n(58543);n(29697);n(89034);function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function l(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var s=function(t){var e=t.children,n=t.arrow,u=void 0!==n&&n,s=t.placement,f=void 0===s?"bottom-start":s,p=t.tips,d=void 0===p?"":p,v=t.className,h=void 0===v?"":v,m=t.beyondText,y=void 0===m||m,g=t.interactive,b=void 0===g||g,w=t.tipMaxWidth,O=t.style,x=(0,o.useRef)(),Z=(0,o.useRef)(),E=l((0,o.useState)(""),2),j=E[0],P=E[1];(0,o.useEffect)((function(){P(d)}),[d]);var C;return r().createElement("div",{ref:x,className:(C="".concat(a.W,"-auto-tips"),function(){if(navigator.userAgent.indexOf("Safari")>-1)return!0}()&&(C+=" ".concat(a.W,"-auto-tips-safari")),h&&(C+=" ".concat(h)),C),onMouseOver:function(){var t="",n=x.current,o=n.getBoundingClientRect(),r=Z.current.getBoundingClientRect();x.current&&((0,c.isIE)()?o.width>r.width&&(t=d||(y?n.innerText:e)):r.width>o.width&&(t=d||(y?n.innerText:e))),P(t)},style:O},r().createElement(i.default,{arrow:u,title:j,placement:f,interactive:b,boundariesElement:"viewport",overlayClassName:"".concat(a.W,"-auto-tips-tooltip"),maxWidth:w},r().createElement("div",{className:"auto-tips-content",ref:Z},e)))}},16010:function(t,e,n){"use strict";n.d(e,{default:function(){return K}});var o=n(8156),r=n.n(o),i=n(4942),a=n(30907);var c=n(40181);function u(t){return function(t){if(Array.isArray(t))return(0,a.Z)(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||(0,c.Z)(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var l=n(15671),s=n(43144),f=n(60136),p=n(29388),d=n(71002),v=n(94184),h=n.n(v),m=n(96774),y=n.n(m),g=n(59864);function b(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return r().Children.forEach(t,(function(t){(null!=t||e.keepEmpty)&&(Array.isArray(t)?n=n.concat(b(t)):(0,g.isFragment)(t)&&t.props?n=n.concat(b(t.props.children,e)):n.push(t))})),n}var w=n(87462),O=n(93587),x=n(93324),Z=o.forwardRef((function(t,e){var n,r=t.prefixCls,a=t.forceRender,c=t.className,u=t.style,l=t.children,s=t.isActive,f=t.role,p=o.useState(s||a),d=(0,x.Z)(p,2),v=d[0],m=d[1];return o.useEffect((function(){(a||s)&&m(!0)}),[a,s]),v?o.createElement("div",{ref:e,className:h()("".concat(r,"-content"),(n={},(0,i.Z)(n,"".concat(r,"-content-active"),s),(0,i.Z)(n,"".concat(r,"-content-inactive"),!s),n),c),style:u,role:f},o.createElement("div",{className:"".concat(r,"-content-box")},l)):null}));Z.displayName="PanelContent";var E=Z,j=function(t){(0,f.Z)(n,t);var e=(0,p.Z)(n);function n(){var t;(0,l.Z)(this,n);for(var o=arguments.length,r=new Array(o),i=0;i<o;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))).handleItemClick=function(){var e=t.props,n=e.onItemClick,o=e.panelKey;"function"==typeof n&&n(o)},t.handleKeyPress=function(e){"Enter"!==e.key&&13!==e.keyCode&&13!==e.which||t.handleItemClick()},t}return(0,s.Z)(n,[{key:"shouldComponentUpdate",value:function(t){return!y()(this.props,t)}},{key:"render",value:function(){var t,e,n=this,r=this.props,a=r.className,c=r.id,u=r.style,l=r.prefixCls,s=r.header,f=r.headerClass,p=r.children,d=r.isActive,v=r.showArrow,m=r.destroyInactivePanel,y=r.accordion,g=r.forceRender,b=r.openMotion,x=r.expandIcon,Z=r.extra,j=r.collapsible,P="disabled"===j,C=h()("".concat(l,"-header"),(t={},(0,i.Z)(t,f,f),(0,i.Z)(t,"".concat(l,"-header-collapsible-only"),"header"===j),t)),k=h()((e={},(0,i.Z)(e,"".concat(l,"-item"),!0),(0,i.Z)(e,"".concat(l,"-item-active"),d),(0,i.Z)(e,"".concat(l,"-item-disabled"),P),e),a),S=o.createElement("i",{className:"arrow"});v&&"function"==typeof x&&(S=x(this.props));var T=null!=Z&&"boolean"!=typeof Z;return o.createElement("div",{className:k,style:u,id:c},o.createElement("div",{className:C,onClick:function(){return"header"!==j&&n.handleItemClick()},role:y?"tab":"button",tabIndex:P?-1:0,"aria-expanded":d,onKeyPress:this.handleKeyPress},v&&S,"header"===j?o.createElement("span",{onClick:this.handleItemClick,className:"".concat(l,"-header-text")},s):s,T&&o.createElement("div",{className:"".concat(l,"-extra")},Z)),o.createElement(O.Z,(0,w.Z)({visible:d,leavedClassName:"".concat(l,"-content-hidden")},b,{forceRender:g,removeOnLeave:m}),(function(t,e){var n=t.className,r=t.style;return o.createElement(E,{ref:e,prefixCls:l,className:n,style:r,isActive:d,forceRender:g,role:y?"tabpanel":null},p)})))}}]),n}(o.Component);j.defaultProps={showArrow:!0,isActive:!1,onItemClick:function(){},headerClass:"",forceRender:!1};var P=j;function C(t){var e=t;if(!Array.isArray(e)){var n=(0,d.Z)(e);e="number"===n||"string"===n?[e]:[]}return e.map((function(t){return String(t)}))}var k=function(t){(0,f.Z)(n,t);var e=(0,p.Z)(n);function n(t){var r;(0,l.Z)(this,n),(r=e.call(this,t)).onClickItem=function(t){var e=r.state.activeKey;if(r.props.accordion)e=e[0]===t?[]:[t];else{var n=(e=u(e)).indexOf(t);n>-1?e.splice(n,1):e.push(t)}r.setActiveKey(e)},r.getNewChild=function(t,e){if(!t)return null;var n=r.state.activeKey,i=r.props,a=i.prefixCls,c=i.openMotion,u=i.accordion,l=i.destroyInactivePanel,s=i.expandIcon,f=i.collapsible,p=t.key||String(e),d=t.props,v=d.header,h=d.headerClass,m=d.destroyInactivePanel,y=d.collapsible,g=null!=y?y:f,b={key:p,panelKey:p,header:v,headerClass:h,isActive:u?n[0]===p:n.indexOf(p)>-1,prefixCls:a,destroyInactivePanel:null!=m?m:l,openMotion:c,accordion:u,children:t.props.children,onItemClick:"disabled"===g?null:r.onClickItem,expandIcon:s,collapsible:g};return"string"==typeof t.type?t:o.cloneElement(t,b)},r.getItems=function(){return b(r.props.children).map(r.getNewChild)},r.setActiveKey=function(t){"activeKey"in r.props||r.setState({activeKey:t}),r.props.onChange(r.props.accordion?t[0]:t)};var i=t.activeKey,a=t.defaultActiveKey;return"activeKey"in t&&(a=i),r.state={activeKey:C(a)},r}return(0,s.Z)(n,[{key:"shouldComponentUpdate",value:function(t,e){return!y()(this.props,t)||!y()(this.state,e)}},{key:"render",value:function(){var t,e=this.props,n=e.prefixCls,r=e.className,a=e.style,c=e.accordion,u=h()((t={},(0,i.Z)(t,n,!0),(0,i.Z)(t,r,!!r),t));return o.createElement("div",{className:u,style:a,role:c?"tablist":null},this.getItems())}}],[{key:"getDerivedStateFromProps",value:function(t){var e={};return"activeKey"in t&&(e.activeKey=C(t.activeKey)),e}}]),n}(o.Component);k.defaultProps={prefixCls:"rc-collapse",onChange:function(){},accordion:!1,destroyInactivePanel:!1},k.Panel=P;var S=k,T=(k.Panel,n(37464));function M(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function A(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var _=function(t){var e,n=t.className,o=void 0===n?"":n,i=t.showArrow,a=void 0===i||i;return r().createElement(S.Panel,A(function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){M(t,e,n[e])}))}return t}({},t),{className:(e="",o&&(e+=o),a||(e+=" collapse-panel-no-arrow"),e),prefixCls:"".concat(T.Z,"-collapse")}))};function N(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var D=o.isValidElement;function R(t,e){return function(t,e,n){return D(t)?o.cloneElement(t,"function"==typeof n?n(t.props||{}):n):e}(t,t,e)}function L(t,e){var n=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){N(t,e,n[e])}))}return t}({},t);return Array.isArray(e)&&e.forEach((function(t){delete n[t]})),n}var H=n(85893),I=n(97435),z=function(t){return(0,H.jsx)(I.l,Object.assign({dataName:"Right",viewBox:"0 0 24 24",path:(0,H.jsx)(H.Fragment,{children:(0,H.jsxs)("g",Object.assign({id:"Right",transform:"translate(-105 -1649)"},{children:[(0,H.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(105 1649)",fill:"none"}),(0,H.jsx)("path",{id:"icon",d:"M.933,17.867a.933.933,0,0,1-.66-1.593l7.34-7.34L.273,1.593A.933.933,0,0,1,1.593.273l8,8a.934.934,0,0,1,0,1.32l-8,8a.93.93,0,0,1-.66.273",transform:"translate(112.067 1652.067)"})]}))})},t))},V=function(){return{height:0,opacity:0}},W=function(t){return{height:t.scrollHeight,opacity:1}},B=function(t,e){return!0===(null==e?void 0:e.deadline)||"height"===e.propertyName},F={motionName:"collapse-motion-collapse",onAppearStart:V,onEnterStart:V,onAppearActive:W,onEnterActive:W,onLeaveStart:function(t){return{height:t?t.offsetHeight:0}},onLeaveActive:V,onAppearEnd:B,onEnterEnd:B,onLeaveEnd:B,motionDeadline:500};n(47380);function Y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function X(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){Y(t,e,n[e])}))}return t}function U(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var q=function(t){var e,n,o,i=t.className,a=void 0===i?"":i,c=t.expandIconPosition,u=void 0===c?"left":c,l=U(X({},F),{motionAppear:!1,leavedClassName:"collapse-content-hidden"});return r().createElement(S,U(X({openMotion:l},t),{expandIcon:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.expandIcon,o=n?n(e):r().createElement(z,{className:"collapse-expand-svg"});return r().createElement("div",{className:"collapse-svg-box"},o)},prefixCls:"".concat(T.Z,"-collapse"),className:(o="".concat(T.W,"-collapse"),a&&(o+=" ".concat(a)),u&&(o+=" ".concat(T.W,"-collapse-svg-").concat(u)),o)}),(n=t.children,(e=n,e?Array.isArray(e)?e:[e]:[]).map((function(t,e){var n;if(null===(n=t.props)||void 0===n?void 0:n.disabled){var o=t.key||String(e),r=t.props,i=r.disabled,a=r.collapsible;return R(t,U(X({},L(t.props,["disabled"])),{key:o,collapsible:null!=a?a:i?"disabled":void 0}))}return t}))))};q.Panel=_;var K=q},37464:function(t,e,n){"use strict";n.d(e,{W:function(){return o},Z:function(){return r}});var o="paraui-v4",r="component"},79389:function(t,e,n){"use strict";n.d(e,{default:function(){return d}});var o=n(8156),r=n.n(o),i=n(77918),a=n(85893),c=n(97435),u=function(t){return(0,a.jsx)(c.l,Object.assign({dataName:"Help",viewBox:"0 0 24 24",path:(0,a.jsx)(a.Fragment,{children:(0,a.jsxs)("g",Object.assign({id:"Help",transform:"translate(-140 -499)"},{children:[(0,a.jsx)("rect",{id:"safe",width:"24",height:"24",transform:"translate(140 499)",fill:"none"}),(0,a.jsx)("path",{id:"icon",d:"M0,9.6a9.6,9.6,0,1,1,9.6,9.6A9.611,9.611,0,0,1,0,9.6Zm1.6,0a8,8,0,1,0,8-8A8.01,8.01,0,0,0,1.6,9.6ZM8.4,14a1,1,0,1,1,1,1A1,1,0,0,1,8.4,14Zm.162-2.6A1.643,1.643,0,0,1,8.7,10.66,3.615,3.615,0,0,1,10.264,9.1c.929-.616,1.538-1.07,1.538-1.746a1.748,1.748,0,0,0-.719-1.346A2.048,2.048,0,0,0,9.42,5.573,2.083,2.083,0,0,0,7.667,7.492a.778.778,0,0,1-.806.788.8.8,0,0,1-.792-.793A3.692,3.692,0,0,1,9.037,4.02a3.645,3.645,0,0,1,3.031.73A3.321,3.321,0,0,1,13.4,7.356c0,1.586-1.3,2.449-2.254,3.08a3.557,3.557,0,0,0-.943.758l-.052.13a.806.806,0,0,1-.771.835H9.355A.789.789,0,0,1,8.558,11.4Z",transform:"translate(142.4 501.4)"})]}))})},t))},l=n(86010),s=n(37464);n(62195);function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function p(t,e){if(null==t)return{};var n,o,r=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}var d=function(t){var e=t.title,n=void 0===e?"":e,o=t.children,a=t.arrow,c=void 0===a||a,d=t.className,v=t.placement,h=void 0===v?"top-start":v,m=p(t,["title","children","arrow","className","placement"]);return r().createElement(i.default,function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){f(t,e,n[e])}))}return t}({title:n,arrow:c,placement:h},m),r().createElement("span",{className:(0,l.Z)("".concat(s.W,"-help"),d)},o||r().createElement(u,null)))}},77918:function(t,e,n){"use strict";n.d(e,{default:function(){return j}});var o=n(8156),r=n.n(o),i=n(79483),a=n(24375),c=n(86010),u=n(37464);function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){l(t,e,n[e])}))}return t}function f(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}var p={adjustX:1,adjustY:1},d={adjustX:0,adjustY:0};function v(t){return"boolean"==typeof t?t?p:d:s({},d,t)}function h(t){var e=r().isValidElement(t)?t:r().createElement("span",null,t);if("button"===e.type&&e.props.disabled){var n=function(t,e){var n={},o=s({},t);return e.forEach((function(e){t&&e in t&&(n[e]=t[e],delete o[e])})),{picked:n,omitted:o}}(e.props.style,["position","left","right","top","bottom","float","display","zIndex"]),o=n.picked,i=n.omitted,a=f(s({display:"inline-block"},o),{cursor:"not-allowed",width:e.props.block?"100%":null}),l=f(s({},i),{pointerEvents:"none"}),p=r().cloneElement(e,{style:l,className:null});return r().createElement("span",{style:a,className:(0,c.Z)(e.props.className,"".concat(u.Z,"-tooltip-disabled-compatible-wrapper"))},p)}return e}function m(t){return{"bottom-end":"bottomRight","bottom-start":"bottomLeft","left-end":"leftBottom","left-start":"leftTop","right-end":"rightBottom","right-start":"rightTop","top-end":"topRight","top-start":"topLeft"}[t]||t}var y=n(30465);n(42560);function g(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function w(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){b(t,e,n[e])}))}return t}function O(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))})),t}function x(t,e){if(null==t)return{};var n,o,r=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}function Z(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return g(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=r().forwardRef((function(t,e){var n,o=Z(r().useState(t.defaultVisible),2),l=o[0],p=o[1],d=r().useRef(),g=r().useRef(),b=Z(r().useState([0,0]),2),E=b[0],j=b[1];r().useEffect((function(){var e;("visible"in t||"open"in t)&&p(!!(null!==(e=t.visible)&&void 0!==e?e:t.open))}),[null!==(n=t.visible)&&void 0!==n?n:t.open]);var P=function(){var e=t.title;return!e&&0!==e},C=function(){var e=t.builtinPlacements,n=t.autoAdjustOverflow;return e||function(t){var e=t.horizontalArrowShift,n=void 0===e?16:e,o=t.verticalArrowShift,r=void 0===o?8:o,i=t.autoAdjustOverflow,c={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tc"],offset:[-n,-8]},leftTop:{points:["tr","cl"],offset:[-8,-r]},topRight:{points:["br","tc"],offset:[n,-8]},rightTop:{points:["tl","cr"],offset:[8,-r]},bottomRight:{points:["tr","bc"],offset:[n,8]},rightBottom:{points:["bl","cr"],offset:[8,r]},bottomLeft:{points:["tl","bc"],offset:[-n,8]},leftBottom:{points:["br","cl"],offset:[-8,r]}};return Object.keys(c).forEach((function(t){var e,n;c[t]=f(s({},a.Ct[t]),{offset:(e=t,n=m(e),{left:{offset:[-8,0]},right:{offset:[8,0]},top:{offset:[0,-8]},bottom:{offset:[0,8]},topLeft:{offset:[0,-8]},leftTop:{offset:[-8,0]},topRight:{offset:[0,-8]},rightTop:{offset:[8,0]},bottomRight:{offset:[0,8]},rightBottom:{offset:[8,0]},bottomLeft:{offset:[0,8]},leftBottom:{offset:[-8,0]}}[n]).offset,overflow:v(i)}),c[t].ignoreShake=!0})),c}({autoAdjustOverflow:n})},k=t.prefixCls,S=void 0===k?"".concat(u.Z,"-tooltip"):k,T=t.getPopupContainer,M=t.overlayClassName,A=t.overlayInnerStyle,_=t.overlayStyle,N=t.children,D=t.title,R=t.placement,L=t.isPopover,H=t.followCursor,I=t.maxWidth,z=t.disabled,V=x(t,["prefixCls","getPopupContainer","overlayClassName","overlayInnerStyle","overlayStyle","children","title","placement","isPopover","followCursor","maxWidth","disabled"]),W=l;"visible"in t||"open"in t||!P()||(W=!1);var B=(0,c.Z)(!L&&"".concat(u.W,"-tooltip"),M),F=w({},_);return I&&(F.maxWidth=I),r().createElement(i.Z,O(w({},V),{prefixCls:S,placement:H?"top":m(R),overlayClassName:B,getTooltipContainer:T,ref:e||g,builtinPlacements:C(),overlay:r().createElement(r().Fragment,null,z&&r().createElement(y.Z,{className:"disabled-svg"}),D),visible:W,align:{targetOffset:E},onVisibleChange:function(e){var n;("visible"in t||"open"in t||p(!P()&&e),P())||(null===(n=t.onVisibleChange)||void 0===n||n.call(t,e))},onPopupAlign:function(t,e){var n=C(),o=Object.keys(n).find((function(t){return n[t].points[0]===e.points[0]&&n[t].points[1]===e.points[1]}));if(o){var r=t.getBoundingClientRect(),i={top:"50%",left:"50%"};o.indexOf("top")>=0||o.indexOf("Bottom")>=0?i.top="".concat(r.height-e.offset[1],"px"):(o.indexOf("Top")>=0||o.indexOf("bottom")>=0)&&(i.top="".concat(-e.offset[1],"px")),o.indexOf("left")>=0||o.indexOf("Right")>=0?i.left="".concat(r.width-e.offset[0],"px"):(o.indexOf("right")>=0||o.indexOf("Left")>=0)&&(i.left="".concat(-e.offset[0],"px")),t.style.transformOrigin="".concat(i.left," ").concat(i.top)}},overlayStyle:F,overlayInnerStyle:A,arrowContent:null,motion:{motionName:"".concat(u.Z,"-tooltip-zoom-big-fast"),motionDeadline:1e3}}),H?r().createElement("div",{style:{display:"inline-block"},ref:d,onMouseMove:function(t){if(d.current){var e,n,o,r,i=(null===(r=g.current)||void 0===r||null===(o=r.popupRef)||void 0===o||null===(n=o.current)||void 0===n||null===(e=n.getElement())||void 0===e?void 0:e.offsetHeight)||0,a=0===i?60:30,c=d.current.getBoundingClientRect(),u=c.x,l=c.y,s=c.width,f=t.clientX-(u+s/2),p=t.clientY-l+i+a;setTimeout((function(){j([-f,-p])}))}}},h(N)):h(N))}));E.displayName="Tooltip",E.defaultProps={placement:"topLeft",mouseEnterDelay:.1,mouseLeaveDelay:.1,autoAdjustOverflow:!0,defaultVisible:!1,followCursor:!1,maxWidth:500};var j=E},58543:function(t){"use strict";t.exports=n},8156:function(e){"use strict";e.exports=t},47111:function(t){"use strict";t.exports=e},30907:function(t,e,n){"use strict";function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}n.d(e,{Z:function(){return o}})},83878:function(t,e,n){"use strict";function o(t){if(Array.isArray(t))return t}n.d(e,{Z:function(){return o}})},97326:function(t,e,n){"use strict";function o(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}n.d(e,{Z:function(){return o}})},15861:function(t,e,n){"use strict";function o(t,e,n,o,r,i,a){try{var c=t[i](a),u=c.value}catch(t){return void n(t)}c.done?e(u):Promise.resolve(u).then(o,r)}function r(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var a=t.apply(e,n);function c(t){o(a,r,i,c,u,"next",t)}function u(t){o(a,r,i,c,u,"throw",t)}c(void 0)}))}}n.d(e,{Z:function(){return r}})},15671:function(t,e,n){"use strict";function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,{Z:function(){return o}})},43144:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(67343);function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,(0,o.Z)(r.key),r)}}function i(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}},29388:function(t,e,n){"use strict";n.d(e,{Z:function(){return a}});var o=n(61120),r=n(78814),i=n(82963);function a(t){var e=(0,r.Z)();return function(){var n,r=(0,o.Z)(t);if(e){var a=(0,o.Z)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return(0,i.Z)(this,n)}}},4942:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(67343);function r(t,e,n){return(e=(0,o.Z)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},87462:function(t,e,n){"use strict";function o(){return o=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},o.apply(this,arguments)}n.d(e,{Z:function(){return o}})},61120:function(t,e,n){"use strict";function o(t){return o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},o(t)}n.d(e,{Z:function(){return o}})},60136:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(89611);function r(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&(0,o.Z)(t,e)}},78814:function(t,e,n){"use strict";function o(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}n.d(e,{Z:function(){return o}})},31902:function(t,e,n){"use strict";function o(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i,a,c=[],u=!0,l=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;u=!1}else for(;!(u=(o=i.call(n)).done)&&(c.push(o.value),c.length!==e);u=!0);}catch(t){l=!0,r=t}finally{try{if(!u&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw r}}return c}}n.d(e,{Z:function(){return o}})},25267:function(t,e,n){"use strict";function o(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(e,{Z:function(){return o}})},1413:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(4942);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){(0,o.Z)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},45987:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(63366);function r(t,e){if(null==t)return{};var n,r,i=(0,o.Z)(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}},63366:function(t,e,n){"use strict";function o(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}n.d(e,{Z:function(){return o}})},82963:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(71002),r=n(97326);function i(t,e){if(e&&("object"===(0,o.Z)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.Z)(t)}},89611:function(t,e,n){"use strict";function o(t,e){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},o(t,e)}n.d(e,{Z:function(){return o}})},93324:function(t,e,n){"use strict";n.d(e,{Z:function(){return c}});var o=n(83878),r=n(31902),i=n(40181),a=n(25267);function c(t,e){return(0,o.Z)(t)||(0,r.Z)(t,e)||(0,i.Z)(t,e)||(0,a.Z)()}},35512:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(71002);function r(t,e){if("object"!==(0,o.Z)(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==(0,o.Z)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}},67343:function(t,e,n){"use strict";n.d(e,{Z:function(){return i}});var o=n(71002),r=n(35512);function i(t){var e=(0,r.Z)(t,"string");return"symbol"===(0,o.Z)(e)?e:String(e)}},71002:function(t,e,n){"use strict";function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}n.d(e,{Z:function(){return o}})},40181:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var o=n(30907);function r(t,e){if(t){if("string"==typeof t)return(0,o.Z)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,o.Z)(t,e):void 0}}}},r={};function i(t){var e=r[t];if(void 0!==e)return e.exports;var n=r[t]={id:t,exports:{}};return o[t](n,n.exports,i),n.exports}i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,{a:e}),e},i.d=function(t,e){for(var n in e)i.o(e,n)&&!i.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.nc=void 0;var a={};return function(){"use strict";i.r(a),i.d(a,{Title:function(){return p}});var t=i(8156),e=i.n(t),n=i(86010),o=i(52211),r=i(37464),c=i(79389),u=i(16010);i(27158);function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function s(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,c=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){c=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(c)throw r}}return i}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var f=u.default.Panel,p=function(i){var a=i.title,l=i.subTitle,p=i.collapseContent,d=i.icon,v=i.link,h=i.size,m=void 0===h?"medium":h,y=i.className,g=i.collapseClassName,b=i.titleTooltip,w=i.titoleTooltipIcon,O=i.placement,x=i.arrow,Z=i.style,E=(0,t.useRef)(null),j=(0,t.useRef)(null),P=s((0,t.useState)("calc(100% - 20px)"),2),C=P[0],k=P[1],S=(0,n.Z)("".concat(r.W,"-title-content"),y,d&&"".concat(r.W,"-title-content-").concat(m));(0,t.useEffect)((function(){var t,e;!function(t,e){k("calc(100% - ".concat(t+e+32,"px)"))}((null===(t=E.current)||void 0===t?void 0:t.offsetWidth)||0,(null===(e=j.current)||void 0===e?void 0:e.offsetWidth)||0)}),[a,l,v,p]);var T=function(){return e().createElement("div",{className:S,style:Z},d?e().createElement("span",{className:"title-icon"},d):e().createElement("span",{className:"title-ink"}),e().createElement("span",{className:"title-text",ref:E},a,b&&e().createElement(c.default,{title:b,placement:O,arrow:x},w)),l&&e().createElement("span",{className:"title-subtext",style:{maxWidth:C}},e().createElement(o.default,null,l)),v&&e().createElement("a",{className:"title-link",target:v.target||"_blank",href:v.href,onClick:v.onClick,ref:j},v.text))};return e().createElement("div",{className:"".concat(r.W,"-title")},p?e().createElement(u.default,{className:(0,n.Z)("".concat(r.W,"-title-collapse"),g)},e().createElement(f,{header:T(),key:"1"},p)):T())};a.default=p}(),a}()}));
|