@para-ui/core 4.0.21 → 4.0.24
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/AutoTips/index.js +11 -0
- package/Button/index.js +1 -1
- package/ButtonGroup/index.js +1 -1
- package/Cascader/index.js +7 -6
- package/ComboSelect/index.js +2 -2
- package/CopyText/index.js +1 -1
- package/CycleSelector/index.js +1 -1
- package/DatePicker/index.js +1 -1
- package/Descriptions/index.js +1 -1
- package/Desktop/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/Dropdown/index.js +1 -1
- package/DynamicMultiBox/index.js +2 -2
- package/Empty/index.js +0 -6
- package/Form/index.js +11 -8
- package/FormItem/index.js +3 -3
- package/FunctionModal/index.js +3 -3
- package/Image/PreviewGroup.d.ts +20 -0
- package/Image/index.d.ts +10 -0
- package/Image/index.js +1485 -0
- package/InputLang/index.js +1 -1
- package/Modal/index.js +1 -1
- package/MultiBox/index.js +1 -1
- package/OperateBtn/index.js +1 -1
- package/PageHeader/index.js +1 -1
- package/Pagination/index.js +1 -1
- package/PopConfirm/index.js +1 -1
- package/Popover/index.js +1 -1
- package/Querying/index.js +0 -12
- package/QuickReply/index.js +1 -1
- package/README.md +17 -0
- package/Search/index.js +1 -1
- package/Select/index.d.ts +2 -0
- package/Select/index.js +27 -10
- package/SelectInput/index.js +1 -1
- package/Selector/index.js +3 -326
- package/SelectorPicker/index.js +2 -1
- package/SingleBox/index.js +1 -1
- package/Slider/index.js +29 -14
- package/Slider/interface.d.ts +4 -0
- package/Table/index.js +9 -3
- package/Tabs/index.js +1 -1
- package/TextField/index.js +5 -4
- package/TimePicker/index.js +1 -1
- package/ToggleButton/index.js +1 -1
- package/Transfer/index.js +1 -1
- package/Tree/index.js +2 -2
- package/Upload/ImgCrop/EasyCrop.d.ts +2 -2
- package/Upload/ImgCrop/constants.d.ts +12 -0
- package/Upload/ImgCrop/interface.d.ts +10 -0
- package/Upload/index.js +1182 -527
- package/Upload/interface.d.ts +43 -0
- package/Upload/util.d.ts +7 -0
- package/_verture/Portal-5bd49559.js +1698 -0
- package/_verture/{index-f59b0bc0.js → index-2a6adf4d.js} +772 -2458
- package/_verture/index-8ac46bd9.js +327 -0
- package/_verture/{index-c77ccb98.js → index-bbe5660a.js} +7 -3
- package/_verture/{index-389675ab.js → index-bde7aabe.js} +1 -1
- package/index.d.ts +2 -0
- package/index.js +19 -12
- package/locale/index.js +2 -2
- package/package.json +3 -2
- package/umd/AutoBox.js +3 -3
- package/umd/AutoTips.js +4 -4
- package/umd/Breadcrumbs.js +5 -5
- package/umd/Button.js +5 -5
- package/umd/ButtonGroup.js +5 -5
- package/umd/Cascader.js +3 -3
- package/umd/Checkbox.js +2 -2
- package/umd/CheckboxGroup.js +2 -2
- package/umd/Collapse.js +2 -2
- package/umd/CollapseBox.js +1 -1
- package/umd/ComboSelect.js +5 -5
- package/umd/CopyText.js +5 -5
- package/umd/CycleSelector.js +4 -4
- package/umd/DatePicker.js +5 -5
- package/umd/Descriptions.js +3 -3
- package/umd/Desktop.js +4 -4
- package/umd/Drawer.js +3 -3
- package/umd/Dropdown.js +3 -3
- package/umd/DynamicMultiBox.js +5 -5
- package/umd/Empty.js +1 -1
- package/umd/Form.js +5 -5
- package/umd/FormItem.js +5 -5
- package/umd/FunctionModal.js +6 -6
- package/umd/Help.js +2 -2
- package/umd/Image.js +42 -0
- package/umd/InputLang.js +5 -5
- package/umd/InputNumber.js +2 -2
- package/umd/Label.js +2 -2
- package/umd/Menu.js +2 -2
- package/umd/Modal.js +7 -7
- package/umd/MultiBox.js +4 -4
- package/umd/Notification.js +1 -1
- package/umd/OperateBtn.js +5 -5
- package/umd/PageHeader.js +3 -3
- package/umd/Pagination.js +4 -4
- package/umd/PopConfirm.js +4 -4
- package/umd/PopMenu.js +3 -3
- package/umd/Popover.js +3 -3
- package/umd/Progress.js +1 -1
- package/umd/Querying.js +1 -1
- package/umd/QuickReply.js +5 -5
- package/umd/Radio.js +2 -2
- package/umd/RadioGroup.js +2 -2
- package/umd/Search.js +4 -4
- package/umd/Select.js +4 -4
- package/umd/SelectInput.js +4 -4
- package/umd/Selector.js +4 -4
- package/umd/SelectorPicker.js +5 -5
- package/umd/SingleBox.js +4 -4
- package/umd/Slider.js +3 -3
- package/umd/Stepper.js +2 -2
- package/umd/Switch.js +2 -2
- package/umd/Table.js +6 -6
- package/umd/Tabs.js +5 -5
- package/umd/Tag.js +2 -2
- package/umd/TextEditor.js +17 -17
- package/umd/TextField.js +3 -3
- package/umd/TimePicker.js +5 -5
- package/umd/Title.js +6 -6
- package/umd/ToggleButton.js +5 -5
- package/umd/Tooltip.js +2 -2
- package/umd/Transfer.js +4 -4
- package/umd/Tree.js +3 -3
- package/umd/Upload.js +6 -6
- package/umd/locale.js +1 -1
- /package/_verture/{index-fa1ee687.js → index-8cfd01fd.js} +0 -0
- /package/_verture/{modalContext-c8cc3107.js → modalContext-0c08a396.js} +0 -0
package/umd/Descriptions.js
CHANGED
|
@@ -12,13 +12,13 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
12
12
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
13
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
14
|
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
-
***************************************************************************** */!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-v4-icon {\n width: 1em;\n height: 1em;\n fill: currentColor;\n display: inline-block;\n user-select: none;\n flex-shrink: 0;\n}\n.paraui-v4-icon-primary {\n color: rgb(29, 33, 38);\n}\n.paraui-v4-icon-secondary {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-icon-thirdary {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-icon-info {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-icon-warn {\n color: rgb(255, 147, 38);\n}\n.paraui-v4-icon-success {\n color: rgb(19, 191, 76);\n}\n.paraui-v4-icon-error {\n color: rgb(244, 66, 66);\n}\n.paraui-v4-icon-small {\n font-size: 16px;\n}\n.paraui-v4-icon-medium {\n font-size: 18px;\n}\n.paraui-v4-icon-large {\n font-size: 20px;\n}');var r=function(t){var e,n,r=t.path,i=t.className,a=t.color,c=void 0===a?"info":a,l=t.size,s=void 0===l?"small":l,u=t.dataName,p=void 0===u?"":u,f=t.style,d=function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(n[o[r]]=t[o[r]])}return n}(t,["path","className","color","size","dataName","style"]),v="paraui-v4",m="primary"===c||"secondary"===c||"info"===c||"success"===c||"warn"===c||"error"===c;return(0,o.jsx)("svg",Object.assign({className:(n="".concat(v,"-icon"),n+=" svg-icon",i&&(n+=" "+i),m&&(n+=" ".concat(v,"-icon-").concat(c)),s&&(n+=" ".concat(v,"-icon-").concat(s)),n),viewBox:"0 0 1024 1024","data-name":p,style:(e=Object.assign({},f),c&&!m&&(e.color=c),e)},d,{children:r}))}},20053:(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,{A:()=>r})},16543:(t,e,n)=>{(e=n(76314)(!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:80vh;overflow:auto}',""]),t.exports=e},45848:(t,e,n)=>{(e=n(76314)(!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:80vh;overflow:auto}',""]),t.exports=e},11057:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'@keyframes buttonLoadingSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.paraui-v4-button{border:0;cursor:pointer;display:inline-flex;outline:0;position:relative;align-items:center;user-select:none;vertical-align:middle;justify-content:center;text-decoration:none;background-color:rgba(0,0,0,0);appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0 10px;line-height:1.5715;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;white-space:nowrap;color:#fff;box-sizing:border-box;letter-spacing:.02857em;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.paraui-v4-button .button-label{width:100%;display:inherit;align-items:inherit;justify-content:inherit}.paraui-v4-button .button-icon{display:inherit;margin-right:4px}.paraui-v4-button .button-icon svg{color:inherit;font-weight:500}.paraui-v4-button .button-icon-end{margin-right:0;margin-left:4px}.paraui-v4-button .button-icon-loading{animation:buttonLoadingSpin 1s infinite linear}.paraui-v4-button-loading{pointer-events:none}.paraui-v4-button-contained{color:#fff;background-color:#2e65e6;border:1px solid #2e65e6}.paraui-v4-button-contained:hover{background-color:#5783eb;border:1px solid rgba(255,255,255,0)}.paraui-v4-button-contained.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-contained.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-contained[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-contained[disabled]:hover{background-color:#f7f8fa}.paraui-v4-button-contained.paraui-v4-button-dangerous{background-color:#f44242;border:1px solid #f44242}.paraui-v4-button-contained.paraui-v4-button-dangerous:hover{background-color:#f66767;border:1px solid rgba(255,255,255,0)}.paraui-v4-button-outlined{color:#1d2126;background-color:#fff;border:1px solid #d4dae3}.paraui-v4-button-outlined:hover{color:#2e65e6;border-color:#5783eb;background-color:#fff}.paraui-v4-button-outlined.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-outlined.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-outlined[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-outlined[disabled]:hover{background-color:#f7f8fa}.paraui-v4-button-outlined.paraui-v4-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-button-outlined.paraui-v4-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-button-text{color:#2e65e6;background-color:rgba(0,0,0,0);border:none;padding:unset;margin:0 10px}.paraui-v4-button-text:hover{color:#5783eb;background-color:rgba(0,0,0,0)}.paraui-v4-button-text.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-text.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-text[disabled]{color:#5c6573;background-color:rgba(0,0,0,0);border:none;cursor:not-allowed}.paraui-v4-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-v4-button-text.paraui-v4-button-dangerous{color:#f44242}.paraui-v4-button-text.paraui-v4-button-dangerous:hover{color:#f66767}.paraui-v4-button-large{height:32px}.paraui-v4-button-medium{height:28px}.paraui-v4-button-small{height:28px}.paraui-v4-button--disabled{display:inline-block;cursor:not-allowed}.paraui-v4-button--disabled button{pointer-events:none}.paraui-v4-icon-button{flex:0 0 auto;overflow:visible;text-align:center;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding:0;border-radius:4px}.paraui-v4-icon-button-loading{pointer-events:none}.paraui-v4-icon-button-loading .button-loading-icon{display:inline-flex;animation:buttonLoadingSpin 1s infinite linear}.paraui-v4-icon-button svg{color:inherit;font-size:16px}.paraui-v4-icon-button-contained{color:#fff;background-color:#2e65e6}.paraui-v4-icon-button-contained:hover{background-color:#5783eb;box-shadow:none}.paraui-v4-icon-button-contained.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-contained.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-contained[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-contained[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-contained.paraui-v4-icon-button-dangerous{background-color:#f44242}.paraui-v4-icon-button-contained.paraui-v4-icon-button-dangerous:hover{background-color:#f66767}.paraui-v4-icon-button-outlined{color:#1d2126;background-color:#fff;border:1px solid #d4dae3}.paraui-v4-icon-button-outlined:hover{color:#2e65e6;border-color:#5783eb;box-shadow:none;background-color:#fff}.paraui-v4-icon-button-outlined.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-outlined.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-outlined[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-outlined[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-outlined.paraui-v4-icon-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-icon-button-outlined.paraui-v4-icon-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-icon-button-text{color:#2e65e6}.paraui-v4-icon-button-text:hover{color:#5783eb;background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text.paraui-v4-button-link-disabled{pointer-events:none;color:#5c6573}.paraui-v4-icon-button-text.paraui-v4-button-link-disabled:hover{background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text[disabled]{color:#a1a8b3;pointer-events:none}.paraui-v4-icon-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text.paraui-v4-icon-button-dangerous{color:#f44242}.paraui-v4-icon-button-text.paraui-v4-icon-button-dangerous:hover{color:#f66767}.paraui-v4-icon-button-text.paraui-v4-icon-button-large{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-large svg{font-size:24px}.paraui-v4-icon-button-text.paraui-v4-icon-button-medium{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-medium svg{font-size:20px}.paraui-v4-icon-button-text.paraui-v4-icon-button-small{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-small svg{font-size:20px}.paraui-v4-icon-button-activate{color:#1d2126;background-color:#fff;border:1px solid #d4dae3;color:#2e65e6;border-color:#2e65e6;box-shadow:none;background-color:#fff}.paraui-v4-icon-button-activate.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-activate.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-activate[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-activate[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-activate.paraui-v4-icon-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-icon-button-activate.paraui-v4-icon-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-icon-button-large{width:32px;height:32px}.paraui-v4-icon-button-medium{width:28px;height:28px}.paraui-v4-icon-button-small{width:28px;height:28px}.paraui-v4-button-split{display:inline-block}.paraui-v4-button-split .paraui-v4-button-split--active{color:#2e65e6}.paraui-v4-button-split-list{padding:4px 0;border-radius:4px;background-color:#fff}.paraui-v4-button-split-list ul .split-li{padding:5px 10px;color:#1d2126;font-size:14px;line-height:20px;cursor:pointer;transition:background-color .3s,color .3s;white-space:nowrap}.paraui-v4-button-split-list ul .split-li:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--active{color:#2e65e6}.paraui-v4-button-split-list ul .split-li.split-li--active:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--hover:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--disabled{color:#a1a8b3;cursor:not-allowed}.paraui-v4-button-split-list ul .split-li.split-li--disabled:hover{background-color:#fff}.paraui-v4-button-split-list ul .split-li-group:not(:first-child){position:relative;margin-top:8px}.paraui-v4-button-split-list ul .split-li-group:not(:first-child):before{content:"";position:absolute;top:-4px;left:8px;right:8px;border-top:1px solid #eaecf1}',""]),t.exports=e},42442:(t,e,n)=>{(e=n(76314)(!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:#5c6573;font-size:18px}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box svg:hover{color:#2e65e6}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transition:all .3s,visibility 0s;color:#5c6573}.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 svg:hover{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{color:#5c6573}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}",""]),t.exports=e},36821:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-collapse-box{transition:height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;width:100%;overflow:hidden;height:0}.paraui-v4-collapse-box>.collapse-box-wrapper{display:flex;width:100%}.paraui-v4-collapse-box>.collapse-box-wrapper>.collapse-box-wrapper-inner{width:100%}.paraui-v4-collapse-box.paraui-v4-collapse-box-entered{overflow:visible}.paraui-v4-collapse-box.paraui-v4-collapse-box-hidden{visibility:hidden}",""]),t.exports=e},17086:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-descriptions .paraui-v4-title{margin-bottom:20px}.paraui-v4-descriptions .table-box{display:inline-flex}.paraui-v4-descriptions .table-box>table{table-layout:fixed;width:100%}.paraui-v4-descriptions .table-box>table>tbody>tr{text-align:left}.paraui-v4-descriptions .table-box>table>tbody>tr th,.paraui-v4-descriptions .table-box>table>tbody>tr .title{color:#5c6573;font-size:14px;font-weight:400}.paraui-v4-descriptions .table-box>table>tbody>tr td,.paraui-v4-descriptions .table-box>table>tbody>tr .content{color:#1d2126;font-size:14px;font-weight:400}.paraui-v4-descriptions .collapse-btn{margin:0;height:20px;line-height:20px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box{border:1px solid #d4dae3;overflow:hidden;border-radius:4px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table{border-collapse:collapse}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr{border-bottom:1px solid #d4dae3}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr:last-child{border-bottom:none}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th{background-color:#f7f8fa}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th,.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>td{height:40px;border-right:1px solid #d4dae3;padding:0 10px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th:last-child,.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>td:last-child{border-right:none}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container{display:flex;padding-bottom:10px}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container>.title{display:flex;overflow:hidden;max-width:50%;margin-right:10px;line-height:20px}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container>.content{flex:1;overflow:hidden;line-height:20px}",""]),t.exports=e},26468:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1500;display:block;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;line-height:1.5715;background-color:#fff;box-shadow:1px 1px 10px 2px rgba(212,218,227,.4);border-radius:4px;border:1px solid rgba(212,218,227,.4)}.paraui-v4-dropdown.component-dropdown-hidden{display:none;border:none}.paraui-v4-dropdown .component-dropdown-arrow{position:absolute;border-width:4px;border-color:rgba(0,0,0,0);box-shadow:1px 1px 10px 2px rgba(212,218,227,.4);border-style:solid;transform:rotate(45deg)}.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-top,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topLeft,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topRight{padding-bottom:6px}.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottom,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomLeft,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomRight{padding-top:6px}.paraui-v4-dropdown.component-dropdown-placement-top .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow{bottom:4px;border-top-color:#fff}.paraui-v4-dropdown.component-dropdown-placement-top .component-dropdown-arrow{left:50%}.paraui-v4-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow{left:15%}.paraui-v4-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow{right:15%}.paraui-v4-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow{top:4px;border-bottom-color:#fff}.paraui-v4-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow{left:50%}.paraui-v4-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow{left:15%}.paraui-v4-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow{right:15%}.component-dropdown-slide-up-enter,.component-dropdown-slide-up-appear{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1);animation-play-state:paused}.component-dropdown-slide-up-leave{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:1;animation-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.34);animation-play-state:paused}.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomRight,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomRight{animation-name:componentDropdownSlideUpIn;animation-play-state:running}.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topRight,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topRight{animation-name:componentDropdownSlideDownIn;animation-play-state:running}.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomRight{animation-name:componentDropdownSlideUpOut;animation-play-state:running}.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topRight{animation-name:componentDropdownSlideDownOut;animation-play-state:running}@keyframes componentDropdownSlideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}}@keyframes componentDropdownSlideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}}@keyframes componentDropdownSlideDownIn{0%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}}@keyframes componentDropdownSlideDownOut{0%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}}",""]),t.exports=e},85822:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3}.paraui-v4-help:hover{color:#2e65e6}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),t.exports=e},17431:(t,e,n)=>{(e=n(76314)(!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:#5c6573;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>.component-collapse-content-box{padding-left:0px;padding-right:0px;padding-bottom:0}.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},96742:(t,e,n)=>{(e=n(76314)(!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},76314: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)))),l="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(l," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,l;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 l=[].concat(t[c]);o&&r[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},74353:function(t){t.exports=function(){"use strict";var t=1e3,e=6e4,n=36e5,o="millisecond",r="second",i="minute",a="hour",c="day",l="week",s="month",u="quarter",p="year",f="date",d="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,h={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return"["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},b=function(t,e,n){var o=String(t);return!o||o.length>=e?t:""+Array(e+1-o.length).join(n)+t},g={s:b,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),o=Math.floor(n/60),r=n%60;return(e<=0?"+":"-")+b(o,2,"0")+":"+b(r,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var o=12*(n.year()-e.year())+(n.month()-e.month()),r=e.clone().add(o,s),i=n-r<0,a=e.clone().add(o+(i?-1:1),s);return+(-(o+(n-r)/(i?r-a:a-r))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:s,y:p,w:l,d:c,D:f,h:a,m:i,s:r,ms:o,Q:u}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",w={};w[y]=h;var x="$isDayjsObject",A=function(t){return t instanceof k||!(!t||!t[x])},O=function t(e,n,o){var r;if(!e)return y;if("string"==typeof e){var i=e.toLowerCase();w[i]&&(r=i),n&&(w[i]=n,r=i);var a=e.split("-");if(!r&&a.length>1)return t(a[0])}else{var c=e.name;w[c]=e,r=c}return!o&&r&&(y=r),r||!o&&y},E=function(t,e){if(A(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new k(n)},S=g;S.l=O,S.i=A,S.w=function(t,e){return E(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var k=function(){function h(t){this.$L=O(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[x]=!0}var b=h.prototype;return b.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(S.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var o=e.match(v);if(o){var r=o[2]-1||0,i=(o[7]||"0").substring(0,3);return n?new Date(Date.UTC(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,i)):new Date(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,i)}}return new Date(e)}(t),this.init()},b.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},b.$utils=function(){return S},b.isValid=function(){return!(this.$d.toString()===d)},b.isSame=function(t,e){var n=E(t);return this.startOf(e)<=n&&n<=this.endOf(e)},b.isAfter=function(t,e){return E(t)<this.startOf(e)},b.isBefore=function(t,e){return this.endOf(e)<E(t)},b.$g=function(t,e,n){return S.u(t)?this[e]:this.set(n,t)},b.unix=function(){return Math.floor(this.valueOf()/1e3)},b.valueOf=function(){return this.$d.getTime()},b.startOf=function(t,e){var n=this,o=!!S.u(e)||e,u=S.p(t),d=function(t,e){var r=S.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return o?r:r.endOf(c)},v=function(t,e){return S.w(n.toDate()[t].apply(n.toDate("s"),(o?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},m=this.$W,h=this.$M,b=this.$D,g="set"+(this.$u?"UTC":"");switch(u){case p:return o?d(1,0):d(31,11);case s:return o?d(1,h):d(0,h+1);case l:var y=this.$locale().weekStart||0,w=(m<y?m+7:m)-y;return d(o?b-w:b+(6-w),h);case c:case f:return v(g+"Hours",0);case a:return v(g+"Minutes",1);case i:return v(g+"Seconds",2);case r:return v(g+"Milliseconds",3);default:return this.clone()}},b.endOf=function(t){return this.startOf(t,!1)},b.$set=function(t,e){var n,l=S.p(t),u="set"+(this.$u?"UTC":""),d=(n={},n[c]=u+"Date",n[f]=u+"Date",n[s]=u+"Month",n[p]=u+"FullYear",n[a]=u+"Hours",n[i]=u+"Minutes",n[r]=u+"Seconds",n[o]=u+"Milliseconds",n)[l],v=l===c?this.$D+(e-this.$W):e;if(l===s||l===p){var m=this.clone().set(f,1);m.$d[d](v),m.init(),this.$d=m.set(f,Math.min(this.$D,m.daysInMonth())).$d}else d&&this.$d[d](v);return this.init(),this},b.set=function(t,e){return this.clone().$set(t,e)},b.get=function(t){return this[S.p(t)]()},b.add=function(o,u){var f,d=this;o=Number(o);var v=S.p(u),m=function(t){var e=E(d);return S.w(e.date(e.date()+Math.round(t*o)),d)};if(v===s)return this.set(s,this.$M+o);if(v===p)return this.set(p,this.$y+o);if(v===c)return m(1);if(v===l)return m(7);var h=(f={},f[i]=e,f[a]=n,f[r]=t,f)[v]||1,b=this.$d.getTime()+o*h;return S.w(b,this)},b.subtract=function(t,e){return this.add(-1*t,e)},b.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var o=t||"YYYY-MM-DDTHH:mm:ssZ",r=S.z(this),i=this.$H,a=this.$m,c=this.$M,l=n.weekdays,s=n.months,u=n.meridiem,p=function(t,n,r,i){return t&&(t[n]||t(e,o))||r[n].slice(0,i)},f=function(t){return S.s(i%12||12,t,"0")},v=u||function(t,e,n){var o=t<12?"AM":"PM";return n?o.toLowerCase():o};return o.replace(m,(function(t,o){return o||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return S.s(e.$y,4,"0");case"M":return c+1;case"MM":return S.s(c+1,2,"0");case"MMM":return p(n.monthsShort,c,s,3);case"MMMM":return p(s,c);case"D":return e.$D;case"DD":return S.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return p(n.weekdaysMin,e.$W,l,2);case"ddd":return p(n.weekdaysShort,e.$W,l,3);case"dddd":return l[e.$W];case"H":return String(i);case"HH":return S.s(i,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return v(i,a,!0);case"A":return v(i,a,!1);case"m":return String(a);case"mm":return S.s(a,2,"0");case"s":return String(e.$s);case"ss":return S.s(e.$s,2,"0");case"SSS":return S.s(e.$ms,3,"0");case"Z":return r}return null}(t)||r.replace(":","")}))},b.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},b.diff=function(o,f,d){var v,m=this,h=S.p(f),b=E(o),g=(b.utcOffset()-this.utcOffset())*e,y=this-b,w=function(){return S.m(m,b)};switch(h){case p:v=w()/12;break;case s:v=w();break;case u:v=w()/3;break;case l:v=(y-g)/6048e5;break;case c:v=(y-g)/864e5;break;case a:v=y/n;break;case i:v=y/e;break;case r:v=y/t;break;default:v=y}return d?v:S.a(v)},b.daysInMonth=function(){return this.endOf(s).$D},b.$locale=function(){return w[this.$L]},b.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),o=O(t,e,!0);return o&&(n.$L=o),n},b.clone=function(){return S.w(this.$d,this)},b.toDate=function(){return new Date(this.valueOf())},b.toJSON=function(){return this.isValid()?this.toISOString():null},b.toISOString=function(){return this.$d.toISOString()},b.toString=function(){return this.$d.toUTCString()},h}(),C=k.prototype;return E.prototype=C,[["$ms",o],["$s",r],["$m",i],["$H",a],["$W",c],["$M",s],["$y",p],["$D",f]].forEach((function(t){C[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),E.extend=function(t,e){return t.$i||(t(e,k,E),t.$i=!0),E},E.locale=O,E.isDayjs=A,E.unix=function(t){return E(1e3*t)},E.en=w[y],E.Ls=w,E.p={},E}()},45228:t=>{"use strict";
|
|
15
|
+
***************************************************************************** */!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===n&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-v4-icon {\n width: 1em;\n height: 1em;\n fill: currentColor;\n display: inline-block;\n user-select: none;\n flex-shrink: 0;\n}\n.paraui-v4-icon-primary {\n color: rgb(29, 33, 38);\n}\n.paraui-v4-icon-secondary {\n color: rgb(92, 101, 115);\n}\n.paraui-v4-icon-thirdary {\n color: rgb(161, 168, 179);\n}\n.paraui-v4-icon-info {\n color: rgb(46, 101, 230);\n}\n.paraui-v4-icon-warn {\n color: rgb(255, 147, 38);\n}\n.paraui-v4-icon-success {\n color: rgb(19, 191, 76);\n}\n.paraui-v4-icon-error {\n color: rgb(244, 66, 66);\n}\n.paraui-v4-icon-small {\n font-size: 16px;\n}\n.paraui-v4-icon-medium {\n font-size: 18px;\n}\n.paraui-v4-icon-large {\n font-size: 20px;\n}');var r=function(t){var e,n,r=t.path,i=t.className,a=t.color,c=void 0===a?"info":a,l=t.size,s=void 0===l?"small":l,u=t.dataName,p=void 0===u?"":u,f=t.style,d=function(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(t,o[r])&&(n[o[r]]=t[o[r]])}return n}(t,["path","className","color","size","dataName","style"]),v="paraui-v4",m="primary"===c||"secondary"===c||"info"===c||"success"===c||"warn"===c||"error"===c;return(0,o.jsx)("svg",Object.assign({className:(n="".concat(v,"-icon"),n+=" svg-icon",i&&(n+=" "+i),m&&(n+=" ".concat(v,"-icon-").concat(c)),s&&(n+=" ".concat(v,"-icon-").concat(s)),n),viewBox:"0 0 1024 1024","data-name":p,style:(e=Object.assign({},f),c&&!m&&(e.color=c),e)},d,{children:r}))}},20053:(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,{A:()=>r})},16543:(t,e,n)=>{(e=n(76314)(!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:80vh;overflow:auto}',""]),t.exports=e},45848:(t,e,n)=>{(e=n(76314)(!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:80vh;overflow:auto}',""]),t.exports=e},11057:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'@keyframes buttonLoadingSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.paraui-v4-button{border:0;cursor:pointer;display:inline-flex;outline:0;position:relative;align-items:center;user-select:none;vertical-align:middle;justify-content:center;text-decoration:none;background-color:rgba(0,0,0,0);appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0 10px;line-height:1.5715;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;white-space:nowrap;color:#fff;box-sizing:border-box;letter-spacing:.02857em;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.paraui-v4-button .button-label{width:100%;display:inherit;align-items:inherit;justify-content:inherit}.paraui-v4-button .button-icon{display:inherit;margin-right:4px}.paraui-v4-button .button-icon svg{color:inherit;font-weight:500}.paraui-v4-button .button-icon-end{margin-right:0;margin-left:4px}.paraui-v4-button .button-icon-loading{animation:buttonLoadingSpin 1s infinite linear}.paraui-v4-button-loading{pointer-events:none}.paraui-v4-button-contained{color:#fff;background-color:#2e65e6;border:1px solid #2e65e6}.paraui-v4-button-contained:hover{background-color:#5783eb;border:1px solid rgba(255,255,255,0)}.paraui-v4-button-contained.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-contained.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-contained[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-contained[disabled]:hover{background-color:#f7f8fa}.paraui-v4-button-contained.paraui-v4-button-dangerous{background-color:#f44242;border:1px solid #f44242}.paraui-v4-button-contained.paraui-v4-button-dangerous:hover{background-color:#f66767;border:1px solid rgba(255,255,255,0)}.paraui-v4-button-outlined{color:#1d2126;background-color:#fff;border:1px solid #d4dae3}.paraui-v4-button-outlined:hover{color:#2e65e6;border-color:#5783eb;background-color:#fff}.paraui-v4-button-outlined.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-outlined.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-outlined[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-outlined[disabled]:hover{background-color:#f7f8fa}.paraui-v4-button-outlined.paraui-v4-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-button-outlined.paraui-v4-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-button-text{color:#2e65e6;background-color:rgba(0,0,0,0);border:none;padding:unset;margin:0 10px}.paraui-v4-button-text:hover{color:#5783eb;background-color:rgba(0,0,0,0)}.paraui-v4-button-text.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-button-text.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-button-text[disabled]{color:#5c6573;background-color:rgba(0,0,0,0);border:none;cursor:not-allowed}.paraui-v4-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-v4-button-text.paraui-v4-button-dangerous{color:#f44242}.paraui-v4-button-text.paraui-v4-button-dangerous:hover{color:#f66767}.paraui-v4-button-large{height:32px}.paraui-v4-button-medium{height:28px}.paraui-v4-button-small{height:28px}.paraui-v4-button--disabled{display:inline-block;cursor:not-allowed}.paraui-v4-button--disabled button{pointer-events:none}.paraui-v4-icon-button{flex:0 0 auto;overflow:visible;text-align:center;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding:0;border-radius:4px}.paraui-v4-icon-button-loading{pointer-events:none}.paraui-v4-icon-button-loading .button-loading-icon{display:inline-flex;animation:buttonLoadingSpin 1s infinite linear}.paraui-v4-icon-button svg{color:inherit;font-size:16px}.paraui-v4-icon-button-contained{color:#fff;background-color:#2e65e6}.paraui-v4-icon-button-contained:hover{background-color:#5783eb;box-shadow:none}.paraui-v4-icon-button-contained.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-contained.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-contained[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-contained[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-contained.paraui-v4-icon-button-dangerous{background-color:#f44242}.paraui-v4-icon-button-contained.paraui-v4-icon-button-dangerous:hover{background-color:#f66767}.paraui-v4-icon-button-outlined{color:#1d2126;background-color:#fff;border:1px solid #d4dae3}.paraui-v4-icon-button-outlined:hover{color:#2e65e6;border-color:#5783eb;box-shadow:none;background-color:#fff}.paraui-v4-icon-button-outlined.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-outlined.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-outlined[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-outlined[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-outlined.paraui-v4-icon-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-icon-button-outlined.paraui-v4-icon-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-icon-button-text{color:#2e65e6}.paraui-v4-icon-button-text:hover{color:#5783eb;background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text.paraui-v4-button-link-disabled{pointer-events:none;color:#5c6573}.paraui-v4-icon-button-text.paraui-v4-button-link-disabled:hover{background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text[disabled]{color:#a1a8b3;pointer-events:none}.paraui-v4-icon-button-text[disabled]:hover{background-color:rgba(0,0,0,0)}.paraui-v4-icon-button-text.paraui-v4-icon-button-dangerous{color:#f44242}.paraui-v4-icon-button-text.paraui-v4-icon-button-dangerous:hover{color:#f66767}.paraui-v4-icon-button-text.paraui-v4-icon-button-large{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-large svg{font-size:24px}.paraui-v4-icon-button-text.paraui-v4-icon-button-medium{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-medium svg{font-size:20px}.paraui-v4-icon-button-text.paraui-v4-icon-button-small{width:auto;height:auto}.paraui-v4-icon-button-text.paraui-v4-icon-button-small svg{font-size:20px}.paraui-v4-icon-button-activate{color:#1d2126;background-color:#fff;border:1px solid #d4dae3;color:#2e65e6;border-color:#2e65e6;box-shadow:none;background-color:#fff}.paraui-v4-icon-button-activate.paraui-v4-button-link-disabled{color:#1d2126;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-activate.paraui-v4-button-link-disabled:hover{background-color:#f7f8fa}.paraui-v4-icon-button-activate[disabled]{color:#5c6573;background-color:#f7f8fa;border:1px solid #d4dae3;cursor:not-allowed}.paraui-v4-icon-button-activate[disabled]:hover{background-color:#f7f8fa}.paraui-v4-icon-button-activate.paraui-v4-icon-button-dangerous{color:#f44242;border-color:#f44242}.paraui-v4-icon-button-activate.paraui-v4-icon-button-dangerous:hover{color:#f44242;border-color:#f66767}.paraui-v4-icon-button-large{width:32px;height:32px}.paraui-v4-icon-button-medium{width:28px;height:28px}.paraui-v4-icon-button-small{width:28px;height:28px}.paraui-v4-button-split{display:inline-block}.paraui-v4-button-split .paraui-v4-button-split--active{color:#2e65e6}.paraui-v4-button-split-list{padding:4px 0;border-radius:4px;background-color:#fff}.paraui-v4-button-split-list ul .split-li{padding:5px 10px;color:#1d2126;font-size:14px;line-height:20px;cursor:pointer;transition:background-color .3s,color .3s;white-space:nowrap}.paraui-v4-button-split-list ul .split-li:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--active{color:#2e65e6}.paraui-v4-button-split-list ul .split-li.split-li--active:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--hover:hover{background-color:#f7f8fa}.paraui-v4-button-split-list ul .split-li.split-li--disabled{color:#a1a8b3;cursor:not-allowed}.paraui-v4-button-split-list ul .split-li.split-li--disabled:hover{background-color:#fff}.paraui-v4-button-split-list ul .split-li-group:not(:first-child){position:relative;margin-top:8px}.paraui-v4-button-split-list ul .split-li-group:not(:first-child):before{content:"";position:absolute;top:-4px;left:8px;right:8px;border-top:1px solid #eaecf1}',""]),t.exports=e},42442:(t,e,n)=>{(e=n(76314)(!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:#5c6573;font-size:18px}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box svg:hover{color:#2e65e6}.paraui-v4-collapse>.component-collapse-item>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{transition:all .3s,visibility 0s;color:#5c6573}.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 svg:hover{color:#1d2126}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.collapse-svg-box .collapse-expand-svg{color:#5c6573}.paraui-v4-collapse>.component-collapse-item-disabled>.component-collapse-header>.component-collapse-extra svg{color:#1d2126}",""]),t.exports=e},36821:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-collapse-box{transition:height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;width:100%;overflow:hidden;height:0}.paraui-v4-collapse-box>.collapse-box-wrapper{display:flex;width:100%}.paraui-v4-collapse-box>.collapse-box-wrapper>.collapse-box-wrapper-inner{width:100%}.paraui-v4-collapse-box.paraui-v4-collapse-box-entered{overflow:visible}.paraui-v4-collapse-box.paraui-v4-collapse-box-hidden{visibility:hidden}",""]),t.exports=e},17086:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-descriptions .paraui-v4-title{margin-bottom:20px}.paraui-v4-descriptions .table-box{display:inline-flex}.paraui-v4-descriptions .table-box>table{table-layout:fixed;width:100%}.paraui-v4-descriptions .table-box>table>tbody>tr{text-align:left}.paraui-v4-descriptions .table-box>table>tbody>tr th,.paraui-v4-descriptions .table-box>table>tbody>tr .title{color:#5c6573;font-size:14px;font-weight:400}.paraui-v4-descriptions .table-box>table>tbody>tr td,.paraui-v4-descriptions .table-box>table>tbody>tr .content{color:#1d2126;font-size:14px;font-weight:400}.paraui-v4-descriptions .collapse-btn{margin:0;height:20px;line-height:20px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box{border:1px solid #d4dae3;overflow:hidden;border-radius:4px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table{border-collapse:collapse}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr{border-bottom:1px solid #d4dae3}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr:last-child{border-bottom:none}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th{background-color:#f7f8fa}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th,.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>td{height:40px;border-right:1px solid #d4dae3;padding:0 10px}.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>th:last-child,.paraui-v4-descriptions.paraui-v4-descriptions-border .table-box>table>tbody>tr>td:last-child{border-right:none}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container{display:flex;padding-bottom:10px}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container>.title{display:flex;overflow:hidden;max-width:50%;margin-right:10px;line-height:20px}.paraui-v4-descriptions.paraui-v4-descriptions-horizontal .table-box>table>tbody>tr>td>.item-container>.content{flex:1;overflow:hidden;line-height:20px}",""]),t.exports=e},26468:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1500;display:block;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;line-height:1.5715;background-color:#fff;box-shadow:1px 1px 10px 2px rgba(212,218,227,.4);border-radius:4px;border:1px solid rgba(212,218,227,.4)}.paraui-v4-dropdown.component-dropdown-hidden{display:none;border:none;box-shadow:none}.paraui-v4-dropdown .component-dropdown-arrow{position:absolute;border-width:4px;border-color:rgba(0,0,0,0);box-shadow:1px 1px 10px 2px rgba(212,218,227,.4);border-style:solid;transform:rotate(45deg)}.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-top,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topLeft,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-topRight{padding-bottom:6px}.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottom,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomLeft,.paraui-v4-dropdown.component-dropdown-show-arrow.component-dropdown-placement-bottomRight{padding-top:6px}.paraui-v4-dropdown.component-dropdown-placement-top .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow{bottom:4px;border-top-color:#fff}.paraui-v4-dropdown.component-dropdown-placement-top .component-dropdown-arrow{left:50%}.paraui-v4-dropdown.component-dropdown-placement-topLeft .component-dropdown-arrow{left:15%}.paraui-v4-dropdown.component-dropdown-placement-topRight .component-dropdown-arrow{right:15%}.paraui-v4-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow,.paraui-v4-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow{top:4px;border-bottom-color:#fff}.paraui-v4-dropdown.component-dropdown-placement-bottom .component-dropdown-arrow{left:50%}.paraui-v4-dropdown.component-dropdown-placement-bottomLeft .component-dropdown-arrow{left:15%}.paraui-v4-dropdown.component-dropdown-placement-bottomRight .component-dropdown-arrow{right:15%}.component-dropdown-slide-up-enter,.component-dropdown-slide-up-appear{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1);animation-play-state:paused}.component-dropdown-slide-up-leave{animation-duration:.3s;animation-fill-mode:both;transform-origin:0 0;display:block !important;opacity:1;animation-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.34);animation-play-state:paused}.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-bottomRight,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-bottomRight{animation-name:componentDropdownSlideUpIn;animation-play-state:running}.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-enter.component-dropdown-slide-up-enter-active.component-dropdown-placement-topRight,.component-dropdown-slide-up-appear.component-dropdown-slide-up-appear-active.component-dropdown-placement-topRight{animation-name:componentDropdownSlideDownIn;animation-play-state:running}.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomLeft,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomCenter,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-bottomRight{animation-name:componentDropdownSlideUpOut;animation-play-state:running}.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topLeft,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topCenter,.component-dropdown-slide-up-leave.component-dropdown-slide-up-leave-active.component-dropdown-placement-topRight{animation-name:componentDropdownSlideDownOut;animation-play-state:running}@keyframes componentDropdownSlideUpIn{0%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}}@keyframes componentDropdownSlideUpOut{0%{opacity:1;transform-origin:0% 0%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 0%;transform:scaleY(0)}}@keyframes componentDropdownSlideDownIn{0%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}100%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}}@keyframes componentDropdownSlideDownOut{0%{opacity:1;transform-origin:0% 100%;transform:scaleY(1)}100%{opacity:0;transform-origin:0% 100%;transform:scaleY(0)}}",""]),t.exports=e},85822:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3}.paraui-v4-help:hover{color:#2e65e6}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),t.exports=e},17431:(t,e,n)=>{(e=n(76314)(!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:#5c6573;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>.component-collapse-content-box{padding-left:0px;padding-right:0px;padding-bottom:0}.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},96742:(t,e,n)=>{(e=n(76314)(!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},76314: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)))),l="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(l," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,l;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 l=[].concat(t[c]);o&&r[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),e.push(l))}},e}},74353:function(t){t.exports=function(){"use strict";var t=1e3,e=6e4,n=36e5,o="millisecond",r="second",i="minute",a="hour",c="day",l="week",s="month",u="quarter",p="year",f="date",d="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,h={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return"["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},b=function(t,e,n){var o=String(t);return!o||o.length>=e?t:""+Array(e+1-o.length).join(n)+t},g={s:b,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),o=Math.floor(n/60),r=n%60;return(e<=0?"+":"-")+b(o,2,"0")+":"+b(r,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var o=12*(n.year()-e.year())+(n.month()-e.month()),r=e.clone().add(o,s),i=n-r<0,a=e.clone().add(o+(i?-1:1),s);return+(-(o+(n-r)/(i?r-a:a-r))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:s,y:p,w:l,d:c,D:f,h:a,m:i,s:r,ms:o,Q:u}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",w={};w[y]=h;var x="$isDayjsObject",A=function(t){return t instanceof k||!(!t||!t[x])},O=function t(e,n,o){var r;if(!e)return y;if("string"==typeof e){var i=e.toLowerCase();w[i]&&(r=i),n&&(w[i]=n,r=i);var a=e.split("-");if(!r&&a.length>1)return t(a[0])}else{var c=e.name;w[c]=e,r=c}return!o&&r&&(y=r),r||!o&&y},E=function(t,e){if(A(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new k(n)},S=g;S.l=O,S.i=A,S.w=function(t,e){return E(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var k=function(){function h(t){this.$L=O(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[x]=!0}var b=h.prototype;return b.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(S.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var o=e.match(v);if(o){var r=o[2]-1||0,i=(o[7]||"0").substring(0,3);return n?new Date(Date.UTC(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,i)):new Date(o[1],r,o[3]||1,o[4]||0,o[5]||0,o[6]||0,i)}}return new Date(e)}(t),this.init()},b.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},b.$utils=function(){return S},b.isValid=function(){return!(this.$d.toString()===d)},b.isSame=function(t,e){var n=E(t);return this.startOf(e)<=n&&n<=this.endOf(e)},b.isAfter=function(t,e){return E(t)<this.startOf(e)},b.isBefore=function(t,e){return this.endOf(e)<E(t)},b.$g=function(t,e,n){return S.u(t)?this[e]:this.set(n,t)},b.unix=function(){return Math.floor(this.valueOf()/1e3)},b.valueOf=function(){return this.$d.getTime()},b.startOf=function(t,e){var n=this,o=!!S.u(e)||e,u=S.p(t),d=function(t,e){var r=S.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return o?r:r.endOf(c)},v=function(t,e){return S.w(n.toDate()[t].apply(n.toDate("s"),(o?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},m=this.$W,h=this.$M,b=this.$D,g="set"+(this.$u?"UTC":"");switch(u){case p:return o?d(1,0):d(31,11);case s:return o?d(1,h):d(0,h+1);case l:var y=this.$locale().weekStart||0,w=(m<y?m+7:m)-y;return d(o?b-w:b+(6-w),h);case c:case f:return v(g+"Hours",0);case a:return v(g+"Minutes",1);case i:return v(g+"Seconds",2);case r:return v(g+"Milliseconds",3);default:return this.clone()}},b.endOf=function(t){return this.startOf(t,!1)},b.$set=function(t,e){var n,l=S.p(t),u="set"+(this.$u?"UTC":""),d=(n={},n[c]=u+"Date",n[f]=u+"Date",n[s]=u+"Month",n[p]=u+"FullYear",n[a]=u+"Hours",n[i]=u+"Minutes",n[r]=u+"Seconds",n[o]=u+"Milliseconds",n)[l],v=l===c?this.$D+(e-this.$W):e;if(l===s||l===p){var m=this.clone().set(f,1);m.$d[d](v),m.init(),this.$d=m.set(f,Math.min(this.$D,m.daysInMonth())).$d}else d&&this.$d[d](v);return this.init(),this},b.set=function(t,e){return this.clone().$set(t,e)},b.get=function(t){return this[S.p(t)]()},b.add=function(o,u){var f,d=this;o=Number(o);var v=S.p(u),m=function(t){var e=E(d);return S.w(e.date(e.date()+Math.round(t*o)),d)};if(v===s)return this.set(s,this.$M+o);if(v===p)return this.set(p,this.$y+o);if(v===c)return m(1);if(v===l)return m(7);var h=(f={},f[i]=e,f[a]=n,f[r]=t,f)[v]||1,b=this.$d.getTime()+o*h;return S.w(b,this)},b.subtract=function(t,e){return this.add(-1*t,e)},b.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||d;var o=t||"YYYY-MM-DDTHH:mm:ssZ",r=S.z(this),i=this.$H,a=this.$m,c=this.$M,l=n.weekdays,s=n.months,u=n.meridiem,p=function(t,n,r,i){return t&&(t[n]||t(e,o))||r[n].slice(0,i)},f=function(t){return S.s(i%12||12,t,"0")},v=u||function(t,e,n){var o=t<12?"AM":"PM";return n?o.toLowerCase():o};return o.replace(m,(function(t,o){return o||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return S.s(e.$y,4,"0");case"M":return c+1;case"MM":return S.s(c+1,2,"0");case"MMM":return p(n.monthsShort,c,s,3);case"MMMM":return p(s,c);case"D":return e.$D;case"DD":return S.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return p(n.weekdaysMin,e.$W,l,2);case"ddd":return p(n.weekdaysShort,e.$W,l,3);case"dddd":return l[e.$W];case"H":return String(i);case"HH":return S.s(i,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return v(i,a,!0);case"A":return v(i,a,!1);case"m":return String(a);case"mm":return S.s(a,2,"0");case"s":return String(e.$s);case"ss":return S.s(e.$s,2,"0");case"SSS":return S.s(e.$ms,3,"0");case"Z":return r}return null}(t)||r.replace(":","")}))},b.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},b.diff=function(o,f,d){var v,m=this,h=S.p(f),b=E(o),g=(b.utcOffset()-this.utcOffset())*e,y=this-b,w=function(){return S.m(m,b)};switch(h){case p:v=w()/12;break;case s:v=w();break;case u:v=w()/3;break;case l:v=(y-g)/6048e5;break;case c:v=(y-g)/864e5;break;case a:v=y/n;break;case i:v=y/e;break;case r:v=y/t;break;default:v=y}return d?v:S.a(v)},b.daysInMonth=function(){return this.endOf(s).$D},b.$locale=function(){return w[this.$L]},b.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),o=O(t,e,!0);return o&&(n.$L=o),n},b.clone=function(){return S.w(this.$d,this)},b.toDate=function(){return new Date(this.valueOf())},b.toJSON=function(){return this.isValid()?this.toISOString():null},b.toISOString=function(){return this.$d.toISOString()},b.toString=function(){return this.$d.toUTCString()},h}(),C=k.prototype;return E.prototype=C,[["$ms",o],["$s",r],["$m",i],["$H",a],["$W",c],["$M",s],["$y",p],["$D",f]].forEach((function(t){C[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),E.extend=function(t,e){return t.$i||(t(e,k,E),t.$i=!0),E},E.locale=O,E.isDayjs=A,E.unix=function(t){return E(1e3*t)},E.en=w[y],E.Ls=w,E.p={},E}()},45228:t=>{"use strict";
|
|
16
16
|
/*
|
|
17
17
|
object-assign
|
|
18
18
|
(c) Sindre Sorhus
|
|
19
19
|
@license MIT
|
|
20
20
|
*/var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(t){o[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(t){return!1}}()?Object.assign:function(t,r){for(var i,a,c=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(t),l=1;l<arguments.length;l++){for(var s in i=Object(arguments[l]))n.call(i,s)&&(c[s]=i[s]);if(e){a=e(i);for(var u=0;u<a.length;u++)o.call(i,a[u])&&(c[a[u]]=i[a[u]])}}return c}},44785:(t,e,n)=>{"use strict";n.d(e,{A:()=>b});var o=n(64467),r=n(89379),i=n(3453),a=n(82284),c=n(39155),l=n(66588),s=n(8719),u=n(46942),p=n.n(u),f=n(80371),d=n(25931),v=n(25318),m=n(72137),h=n(58515);const b=function(t){var e=t;function n(t){return!(!t.motionName||!e)}"object"===(0,a.A)(t)&&(e=t.transitionSupport);var u=c.forwardRef((function(t,e){var a=t.visible,u=void 0===a||a,b=t.removeOnLeave,g=void 0===b||b,y=t.forceRender,w=t.children,x=t.motionName,A=t.leavedClassName,O=t.eventProps,E=n(t),S=(0,c.useRef)(),k=(0,c.useRef)();var C=(0,v.A)(E,u,(function(){try{return(0,l.A)(S.current||k.current)}catch(t){return null}}),t),j=(0,i.A)(C,4),P=j[0],M=j[1],T=j[2],N=j[3],D=c.useRef(N);N&&(D.current=!0);var _=(0,c.useRef)(e);_.current=e;var R,L=c.useCallback((function(t){S.current=t,(0,s.Xf)(_.current,t)}),[]),I=(0,r.A)((0,r.A)({},O),{},{visible:u});if(w)if(P!==d.SF&&n(t)){var H,z;M===d.px?z="prepare":(0,h.$m)(M)?z="active":M===d.Mv&&(z="start"),R=w((0,r.A)((0,r.A)({},I),{},{className:p()((0,f.by)(x,P),(H={},(0,o.A)(H,(0,f.by)(x,"".concat(P,"-").concat(z)),z),(0,o.A)(H,x,"string"==typeof x),H)),style:T}),L)}else R=N?w((0,r.A)({},I),L):!g&&D.current?w((0,r.A)((0,r.A)({},I),{},{className:A}),L):y?w((0,r.A)((0,r.A)({},I),{},{style:{display:"none"}}),L):null;else R=null;return c.createElement(m.A,{ref:k},R)}));return u.displayName="CSSMotion",u}(f.J1)},97333:(t,e,n)=>{"use strict";var o=n(58168),r=n(80045),i=n(89379),a=n(23029),c=n(92901),l=n(85501),s=n(29426),u=n(39155),p=n(44785),f=n(80371),d=n(29710),v=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];!function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:p.A,n=function(t){(0,l.A)(p,t);var n=(0,s.A)(p);function p(){var t;return(0,a.A)(this,p),(t=n.apply(this,arguments)).state={keyEntities:[]},t.removeKey=function(e){t.setState((function(t){return{keyEntities:t.keyEntities.map((function(t){return t.key!==e?t:(0,i.A)((0,i.A)({},t),{},{status:d.e8})}))}}))},t}return(0,c.A)(p,[{key:"render",value:function(){var t=this,n=this.state.keyEntities,i=this.props,a=i.component,c=i.children,l=i.onVisibleChanged,s=(0,r.A)(i,["component","children","onVisibleChanged"]),p=a||u.Fragment,f={};return v.forEach((function(t){f[t]=s[t],delete s[t]})),delete s.keys,u.createElement(p,s,n.map((function(n){var i=n.status,a=(0,r.A)(n,["status"]),s=i===d.bK||i===d.xI;return u.createElement(e,(0,o.A)({},f,{key:a.key,visible:s,eventProps:a,onVisibleChanged:function(e){null==l||l(e,{key:a.key}),e||t.removeKey(a.key)}}),c)})))}}],[{key:"getDerivedStateFromProps",value:function(t,e){var n=t.keys,o=e.keyEntities,r=(0,d.Ss)(n);return{keyEntities:(0,d.y$)(o,r).filter((function(t){var e=o.find((function(e){var n=e.key;return t.key===n}));return!e||e.status!==d.e8||t.status!==d.au}))}}}]),p}(u.Component);n.defaultProps={component:"div"}}(f.J1)},72137:(t,e,n)=>{"use strict";n.d(e,{A:()=>l});var o=n(23029),r=n(92901),i=n(85501),a=n(29426),c=n(39155);const l=function(t){(0,i.A)(n,t);var e=(0,a.A)(n);function n(){return(0,o.A)(this,n),e.apply(this,arguments)}return(0,r.A)(n,[{key:"render",value:function(){return this.props.children}}]),n}(c.Component)},85849:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(39155),r=n(80371);const i=function(t){var e=(0,o.useRef)(),n=(0,o.useRef)(t);n.current=t;var i=o.useCallback((function(t){n.current(t)}),[]);function a(t){t&&(t.removeEventListener(r.m8,i),t.removeEventListener(r.Vc,i))}return o.useEffect((function(){return function(){a(e.current)}}),[]),[function(t){e.current&&e.current!==t&&a(e.current),t&&t!==e.current&&(t.addEventListener(r.m8,i),t.addEventListener(r.Vc,i),e.current=t)},a]}},43982:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(39155);const r=(0,n(20998).A)()?o.useLayoutEffect:o.useEffect},84560:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(39155),r=n(25371);const i=function(){var t=o.useRef(null);function e(){r.A.cancel(t.current)}return o.useEffect((function(){return function(){e()}}),[]),[function n(o){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;e();var a=(0,r.A)((function(){i<=1?o({isCanceled:function(){return a!==t.current}}):n(o,i-1)}));t.current=a},e]}},92659:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(3453),r=n(39155);function i(t){var e=(0,r.useRef)(!1),n=(0,r.useState)(t),i=(0,o.A)(n,2),a=i[0],c=i[1];return(0,r.useEffect)((function(){return function(){e.current=!0}}),[]),[a,function(t){e.current||c(t)}]}},25318:(t,e,n)=>{"use strict";n.d(e,{A:()=>f});var o=n(89379),r=n(64467),i=n(3453),a=n(39155),c=n(25931),l=n(92659),s=n(43982),u=n(58515),p=n(85849);function f(t,e,n,f){var d=f.motionEnter,v=void 0===d||d,m=f.motionAppear,h=void 0===m||m,b=f.motionLeave,g=void 0===b||b,y=f.motionDeadline,w=f.motionLeaveImmediately,x=f.onAppearPrepare,A=f.onEnterPrepare,O=f.onLeavePrepare,E=f.onAppearStart,S=f.onEnterStart,k=f.onLeaveStart,C=f.onAppearActive,j=f.onEnterActive,P=f.onLeaveActive,M=f.onAppearEnd,T=f.onEnterEnd,N=f.onLeaveEnd,D=f.onVisibleChanged,_=(0,l.A)(),R=(0,i.A)(_,2),L=R[0],I=R[1],H=(0,l.A)(c.SF),z=(0,i.A)(H,2),F=z[0],$=z[1],V=(0,l.A)(null),U=(0,i.A)(V,2),W=U[0],B=U[1],Y=(0,a.useRef)(!1),K=(0,a.useRef)(null),X=(0,a.useRef)(!1),G=(0,a.useRef)(null);function q(){return n()||G.current}var Z=(0,a.useRef)(!1);function Q(t){var e,n=q();t&&!t.deadline&&t.target!==n||(F===c.Tv&&Z.current?e=null==M?void 0:M(n,t):F===c.Wd&&Z.current?e=null==T?void 0:T(n,t):F===c.dp&&Z.current&&(e=null==N?void 0:N(n,t)),!1===e||X.current||($(c.SF),B(null)))}var J=(0,p.A)(Q),tt=(0,i.A)(J,1)[0],et=a.useMemo((function(){var t,e,n;switch(F){case"appear":return t={},(0,r.A)(t,c.px,x),(0,r.A)(t,c.Mv,E),(0,r.A)(t,c.m7,C),t;case"enter":return e={},(0,r.A)(e,c.px,A),(0,r.A)(e,c.Mv,S),(0,r.A)(e,c.m7,j),e;case"leave":return n={},(0,r.A)(n,c.px,O),(0,r.A)(n,c.Mv,k),(0,r.A)(n,c.m7,P),n;default:return{}}}),[F]),nt=(0,u.Ay)(F,(function(t){if(t===c.px){var e=et[c.px];return e?e(q()):u.es}var n;it in et&&B((null===(n=et[it])||void 0===n?void 0:n.call(et,q(),null))||null);return it===c.m7&&(tt(q()),y>0&&(clearTimeout(K.current),K.current=setTimeout((function(){Q({deadline:!0})}),y))),u.qB})),ot=(0,i.A)(nt,2),rt=ot[0],it=ot[1],at=(0,u.$m)(it);Z.current=at,(0,s.A)((function(){I(e);var n,o=Y.current;(Y.current=!0,t)&&(!o&&e&&h&&(n=c.Tv),o&&e&&v&&(n=c.Wd),(o&&!e&&g||!o&&w&&!e&&g)&&(n=c.dp),n&&($(n),rt()))}),[e]),(0,a.useEffect)((function(){(F===c.Tv&&!h||F===c.Wd&&!v||F===c.dp&&!g)&&$(c.SF)}),[h,v,g]),(0,a.useEffect)((function(){return function(){clearTimeout(K.current),X.current=!0}}),[]),(0,a.useEffect)((function(){void 0!==L&&F===c.SF&&(null==D||D(L))}),[L,F]);var ct=W;return et[c.px]&&it===c.Mv&&(ct=(0,o.A)({transition:"none"},ct)),[F,it,ct,null!=L?L:e]}},58515:(t,e,n)=>{"use strict";n.d(e,{$m:()=>p,Ay:()=>f,es:()=>s,qB:()=>u});var o=n(3453),r=n(39155),i=n(25931),a=n(43982),c=n(84560),l=[i.px,i.Mv,i.m7,i.Hs],s=!1,u=!0;function p(t){return t===i.m7||t===i.Hs}const f=function(t,e){var n=r.useState(i.cE),u=(0,o.A)(n,2),p=u[0],f=u[1],d=(0,c.A)(),v=(0,o.A)(d,2),m=v[0],h=v[1];return(0,a.A)((function(){if(p!==i.cE&&p!==i.Hs){var t=l.indexOf(p),n=l[t+1],o=e(p);o===s?f(n):m((function(t){function e(){t.isCanceled()||f(n)}!0===o?e():Promise.resolve(o).then(e)}))}}),[t,p]),r.useEffect((function(){return function(){h()}}),[]),[function(){f(i.px)},p]}},30156:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(44785);n(97333);const r=o.A},25931:(t,e,n)=>{"use strict";n.d(e,{Hs:()=>p,Mv:()=>s,SF:()=>o,Tv:()=>r,Wd:()=>i,cE:()=>c,dp:()=>a,m7:()=>u,px:()=>l});var o="none",r="appear",i="enter",a="leave",c="none",l="prepare",s="start",u="active",p="end"},29710:(t,e,n)=>{"use strict";n.d(e,{Ss:()=>u,au:()=>c,bK:()=>i,e8:()=>l,xI:()=>a,y$:()=>p});var o=n(89379),r=n(82284),i="add",a="keep",c="remove",l="removed";function s(t){var e;return e=t&&"object"===(0,r.A)(t)&&"key"in t?t:{key:t},(0,o.A)((0,o.A)({},e),{},{key:String(e.key)})}function u(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(s)}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],r=0,l=e.length,s=u(t),p=u(e);s.forEach((function(t){for(var e=!1,s=r;s<l;s+=1){var u=p[s];if(u.key===t.key){r<s&&(n=n.concat(p.slice(r,s).map((function(t){return(0,o.A)((0,o.A)({},t),{},{status:i})}))),r=s),n.push((0,o.A)((0,o.A)({},u),{},{status:a})),r+=1,e=!0;break}}e||n.push((0,o.A)((0,o.A)({},t),{},{status:c}))})),r<l&&(n=n.concat(p.slice(r).map((function(t){return(0,o.A)((0,o.A)({},t),{},{status:i})}))));var f={};return n.forEach((function(t){var e=t.key;f[e]=(f[e]||0)+1})),Object.keys(f).filter((function(t){return f[t]>1})).forEach((function(t){(n=n.filter((function(e){var n=e.key,o=e.status;return n!==t||o!==c}))).forEach((function(e){e.key===t&&(e.status=a)}))})),n}},80371:(t,e,n)=>{"use strict";n.d(e,{J1:()=>h,Vc:()=>b,by:()=>y,m8:()=>g});var o=n(82284),r=n(20998);function i(t,e){var n={};return n[t.toLowerCase()]=e.toLowerCase(),n["Webkit".concat(t)]="webkit".concat(e),n["Moz".concat(t)]="moz".concat(e),n["ms".concat(t)]="MS".concat(e),n["O".concat(t)]="o".concat(e.toLowerCase()),n}var a,c,l,s=(a=(0,r.A)(),c="undefined"!=typeof window?window:{},l={animationend:i("Animation","AnimationEnd"),transitionend:i("Transition","TransitionEnd")},a&&("AnimationEvent"in c||delete l.animationend.animation,"TransitionEvent"in c||delete l.transitionend.transition),l),u={};if((0,r.A)()){var p=document.createElement("div");u=p.style}var f={};function d(t){if(f[t])return f[t];var e=s[t];if(e)for(var n=Object.keys(e),o=n.length,r=0;r<o;r+=1){var i=n[r];if(Object.prototype.hasOwnProperty.call(e,i)&&i in u)return f[t]=e[i],f[t]}return""}var v=d("animationend"),m=d("transitionend"),h=!(!v||!m),b=v||"animationend",g=m||"transitionend";function y(t,e){return t?"object"===(0,o.A)(t)?t[e.replace(/-\w/g,(function(t){return t[1].toUpperCase()}))]:"".concat(t,"-").concat(e):null}},34307:(t,e,n)=>{"use strict";n.d(e,{A:()=>v});var o=n(58168),r=n(82284),i=n(89379),a=n(80045),c=n(39155),l=n(1748),s={adjustX:1,adjustY:1},u=[0,0],p={left:{points:["cr","cl"],overflow:s,offset:[-4,0],targetOffset:u},right:{points:["cl","cr"],overflow:s,offset:[4,0],targetOffset:u},top:{points:["bc","tc"],overflow:s,offset:[0,-4],targetOffset:u},bottom:{points:["tc","bc"],overflow:s,offset:[0,4],targetOffset:u},topLeft:{points:["bl","tl"],overflow:s,offset:[0,-4],targetOffset:u},leftTop:{points:["tr","tl"],overflow:s,offset:[-4,0],targetOffset:u},topRight:{points:["br","tr"],overflow:s,offset:[0,-4],targetOffset:u},rightTop:{points:["tl","tr"],overflow:s,offset:[4,0],targetOffset:u},bottomRight:{points:["tr","br"],overflow:s,offset:[0,4],targetOffset:u},rightBottom:{points:["bl","br"],overflow:s,offset:[4,0],targetOffset:u},bottomLeft:{points:["tl","bl"],overflow:s,offset:[0,4],targetOffset:u},leftBottom:{points:["br","bl"],overflow:s,offset:[-4,0],targetOffset:u}};const f=function(t){var e=t.overlay,n=t.prefixCls,o=t.id,r=t.overlayInnerStyle;return c.createElement("div",{className:"".concat(n,"-inner"),id:o,role:"tooltip",style:r},"function"==typeof e?e():e)};var d=function(t,e){var n=t.overlayClassName,s=t.trigger,u=void 0===s?["hover"]:s,d=t.mouseEnterDelay,v=void 0===d?0:d,m=t.mouseLeaveDelay,h=void 0===m?.1:m,b=t.overlayStyle,g=t.prefixCls,y=void 0===g?"rc-tooltip":g,w=t.children,x=t.onVisibleChange,A=t.afterVisibleChange,O=t.transitionName,E=t.animation,S=t.motion,k=t.placement,C=void 0===k?"right":k,j=t.align,P=void 0===j?{}:j,M=t.destroyTooltipOnHide,T=void 0!==M&&M,N=t.defaultVisible,D=t.getTooltipContainer,_=t.overlayInnerStyle,R=(0,a.A)(t,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle"]),L=(0,c.useRef)(null);(0,c.useImperativeHandle)(e,(function(){return L.current}));var I=(0,i.A)({},R);"visible"in t&&(I.popupVisible=t.visible);var H=!1,z=!1;if("boolean"==typeof T)H=T;else if(T&&"object"===(0,r.A)(T)){var F=T.keepParent;H=!0===F,z=!1===F}return c.createElement(l.A,(0,o.A)({popupClassName:n,prefixCls:y,popup:function(){var e=t.arrowContent,n=void 0===e?null:e,o=t.overlay,r=t.id;return[c.createElement("div",{className:"".concat(y,"-arrow"),key:"arrow"},n),c.createElement(f,{key:"content",prefixCls:y,id:r,overlay:o,overlayInnerStyle:_})]},action:u,builtinPlacements:p,popupPlacement:C,ref:L,popupAlign:P,getPopupContainer:D,onPopupVisibleChange:x,afterPopupVisibleChange:A,popupTransitionName:O,popupAnimation:E,popupMotion:S,defaultPopupVisible:N,destroyPopupOnHide:H,autoDestroy:z,mouseLeaveDelay:h,popupStyle:b,mouseEnterDelay:v},I),w)};const v=(0,c.forwardRef)(d)},94934:(t,e)=>{"use strict";e.DD=void 0;var n={adjustX:1,adjustY:1},o=[0,0],r={left:{points:["cr","cl"],overflow:n,offset:[-4,0],targetOffset:o},right:{points:["cl","cr"],overflow:n,offset:[4,0],targetOffset:o},top:{points:["bc","tc"],overflow:n,offset:[0,-4],targetOffset:o},bottom:{points:["tc","bc"],overflow:n,offset:[0,4],targetOffset:o},topLeft:{points:["bl","tl"],overflow:n,offset:[0,-4],targetOffset:o},leftTop:{points:["tr","tl"],overflow:n,offset:[-4,0],targetOffset:o},topRight:{points:["br","tr"],overflow:n,offset:[0,-4],targetOffset:o},rightTop:{points:["tl","tr"],overflow:n,offset:[4,0],targetOffset:o},bottomRight:{points:["tr","br"],overflow:n,offset:[0,4],targetOffset:o},rightBottom:{points:["bl","br"],overflow:n,offset:[4,0],targetOffset:o},bottomLeft:{points:["tl","bl"],overflow:n,offset:[0,4],targetOffset:o},leftBottom:{points:["br","bl"],overflow:n,offset:[-4,0],targetOffset:o}};e.DD=r},1748:(t,e,n)=>{"use strict";n.d(e,{A:()=>le});var o=n(89379),r=n(58168),i=n(23029),a=n(92901),c=n(9417),l=n(85501),s=n(29426),u=n(64467),p=n(39155),f=n.n(p),d=n(69514),v=n.n(d),m=n(25371),h=n(54808),b=n(66588),g=n(8719),y=n(69916),w=n(88822),x=n(46942),A=n.n(x);function O(t,e,n){return n?t[0]===e[0]:t[0]===e[0]&&t[1]===e[1]}var E=n(3453),S=n(80045),k=n(68430),C=n(30156);function j(t){var e=t.prefixCls,n=t.motion,o=t.animation,r=t.transitionName;return n||(o?{motionName:"".concat(e,"-").concat(o)}:r?{motionName:r}:null)}function P(t){var e=t.prefixCls,n=t.visible,i=t.zIndex,a=t.mask,c=t.maskMotion,l=t.maskAnimation,s=t.maskTransitionName;if(!a)return null;var u={};return(c||s||l)&&(u=(0,o.A)({motionAppear:!0},j({motion:c,prefixCls:e,transitionName:s,animation:l}))),p.createElement(C.A,(0,r.A)({},u,{visible:n,removeOnLeave:!0}),(function(t){var n=t.className;return p.createElement("div",{style:{zIndex:i},className:A()("".concat(e,"-mask"),n)})}))}var M,T=n(82284);function N(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 D(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?N(Object(n),!0).forEach((function(e){R(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):N(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function _(t){return _="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},_(t)}function R(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var L={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function I(){if(void 0!==M)return M;M="";var t=document.createElement("p").style;for(var e in L)e+"Transform"in t&&(M=e);return M}function H(){return I()?"".concat(I(),"TransitionProperty"):"transitionProperty"}function z(){return I()?"".concat(I(),"Transform"):"transform"}function F(t,e){var n=H();n&&(t.style[n]=e,"transitionProperty"!==n&&(t.style.transitionProperty=e))}function $(t,e){var n=z();n&&(t.style[n]=e,"transform"!==n&&(t.style.transform=e))}var V,U=/matrix\((.*)\)/,W=/matrix3d\((.*)\)/;function B(t){var e=t.style.display;t.style.display="none",t.offsetHeight,t.style.display=e}function Y(t,e,n){var o=n;if("object"!==_(e))return void 0!==o?("number"==typeof o&&(o="".concat(o,"px")),void(t.style[e]=o)):V(t,e);for(var r in e)e.hasOwnProperty(r)&&Y(t,r,e[r])}function K(t,e){var n=t["page".concat(e?"Y":"X","Offset")],o="scroll".concat(e?"Top":"Left");if("number"!=typeof n){var r=t.document;"number"!=typeof(n=r.documentElement[o])&&(n=r.body[o])}return n}function X(t){return K(t)}function G(t){return K(t,!0)}function q(t){var e=function(t){var e,n,o,r=t.ownerDocument,i=r.body,a=r&&r.documentElement;return e=t.getBoundingClientRect(),n=Math.floor(e.left),o=Math.floor(e.top),{left:n-=a.clientLeft||i.clientLeft||0,top:o-=a.clientTop||i.clientTop||0}}(t),n=t.ownerDocument,o=n.defaultView||n.parentWindow;return e.left+=X(o),e.top+=G(o),e}function Z(t){return null!=t&&t==t.window}function Q(t){return Z(t)?t.document:9===t.nodeType?t:t.ownerDocument}var J=new RegExp("^(".concat(/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,")(?!px)[a-z%]+$"),"i"),tt=/^(top|right|bottom|left)$/,et="currentStyle",nt="runtimeStyle",ot="left";function rt(t,e){return"left"===t?e.useCssRight?"right":t:e.useCssBottom?"bottom":t}function it(t){return"left"===t?"right":"right"===t?"left":"top"===t?"bottom":"bottom"===t?"top":void 0}function at(t,e,n){"static"===Y(t,"position")&&(t.style.position="relative");var o=-999,r=-999,i=rt("left",n),a=rt("top",n),c=it(i),l=it(a);"left"!==i&&(o=999),"top"!==a&&(r=999);var s,u="",p=q(t);("left"in e||"top"in e)&&(u=(s=t).style.transitionProperty||s.style[H()]||"",F(t,"none")),"left"in e&&(t.style[c]="",t.style[i]="".concat(o,"px")),"top"in e&&(t.style[l]="",t.style[a]="".concat(r,"px")),B(t);var f=q(t),d={};for(var v in e)if(e.hasOwnProperty(v)){var m=rt(v,n),h="left"===v?o:r,b=p[v]-f[v];d[m]=m===v?h+b:h-b}Y(t,d),B(t),("left"in e||"top"in e)&&F(t,u);var g={};for(var y in e)if(e.hasOwnProperty(y)){var w=rt(y,n),x=e[y]-p[y];g[w]=y===w?d[w]+x:d[w]-x}Y(t,g)}function ct(t,e){var n=q(t),o=function(t){var e=window.getComputedStyle(t,null),n=e.getPropertyValue("transform")||e.getPropertyValue(z());if(n&&"none"!==n){var o=n.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(o[12]||o[4],0),y:parseFloat(o[13]||o[5],0)}}return{x:0,y:0}}(t),r={x:o.x,y:o.y};"left"in e&&(r.x=o.x+e.left-n.left),"top"in e&&(r.y=o.y+e.top-n.top),function(t,e){var n=window.getComputedStyle(t,null),o=n.getPropertyValue("transform")||n.getPropertyValue(z());if(o&&"none"!==o){var r,i=o.match(U);i?((r=(i=i[1]).split(",").map((function(t){return parseFloat(t,10)})))[4]=e.x,r[5]=e.y,$(t,"matrix(".concat(r.join(","),")"))):((r=o.match(W)[1].split(",").map((function(t){return parseFloat(t,10)})))[12]=e.x,r[13]=e.y,$(t,"matrix3d(".concat(r.join(","),")")))}else $(t,"translateX(".concat(e.x,"px) translateY(").concat(e.y,"px) translateZ(0)"))}(t,r)}function lt(t,e){for(var n=0;n<t.length;n++)e(t[n])}function st(t){return"border-box"===V(t,"boxSizing")}"undefined"!=typeof window&&(V=window.getComputedStyle?function(t,e,n){var o=n,r="",i=Q(t);return(o=o||i.defaultView.getComputedStyle(t,null))&&(r=o.getPropertyValue(e)||o[e]),r}:function(t,e){var n=t[et]&&t[et][e];if(J.test(n)&&!tt.test(e)){var o=t.style,r=o[ot],i=t[nt][ot];t[nt][ot]=t[et][ot],o[ot]="fontSize"===e?"1em":n||0,n=o.pixelLeft+"px",o[ot]=r,t[nt][ot]=i}return""===n?"auto":n});var ut=["margin","border","padding"],pt=-1,ft=2,dt=1;function vt(t,e,n){var o,r,i,a=0;for(r=0;r<e.length;r++)if(o=e[r])for(i=0;i<n.length;i++){var c=void 0;c="border"===o?"".concat(o).concat(n[i],"Width"):o+n[i],a+=parseFloat(V(t,c))||0}return a}var mt={getParent:function(t){var e=t;do{e=11===e.nodeType&&e.host?e.host:e.parentNode}while(e&&1!==e.nodeType&&9!==e.nodeType);return e}};function ht(t,e,n){var o=n;if(Z(t))return"width"===e?mt.viewportWidth(t):mt.viewportHeight(t);if(9===t.nodeType)return"width"===e?mt.docWidth(t):mt.docHeight(t);var r="width"===e?["Left","Right"]:["Top","Bottom"],i="width"===e?Math.floor(t.getBoundingClientRect().width):Math.floor(t.getBoundingClientRect().height),a=st(t),c=0;(null==i||i<=0)&&(i=void 0,(null==(c=V(t,e))||Number(c)<0)&&(c=t.style[e]||0),c=Math.floor(parseFloat(c))||0),void 0===o&&(o=a?dt:pt);var l=void 0!==i||a,s=i||c;return o===pt?l?s-vt(t,["border","padding"],r):c:l?o===dt?s:s+(o===ft?-vt(t,["border"],r):vt(t,["margin"],r)):c+vt(t,ut.slice(o),r)}lt(["Width","Height"],(function(t){mt["doc".concat(t)]=function(e){var n=e.document;return Math.max(n.documentElement["scroll".concat(t)],n.body["scroll".concat(t)],mt["viewport".concat(t)](n))},mt["viewport".concat(t)]=function(e){var n="client".concat(t),o=e.document,r=o.body,i=o.documentElement[n];return"CSS1Compat"===o.compatMode&&i||r&&r[n]||i}}));var bt={position:"absolute",visibility:"hidden",display:"block"};function gt(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var o,r=e[0];return 0!==r.offsetWidth?o=ht.apply(void 0,e):function(t,e,n){var o,r={},i=t.style;for(o in e)e.hasOwnProperty(o)&&(r[o]=i[o],i[o]=e[o]);for(o in n.call(t),e)e.hasOwnProperty(o)&&(i[o]=r[o])}(r,bt,(function(){o=ht.apply(void 0,e)})),o}function yt(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}lt(["width","height"],(function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);mt["outer".concat(e)]=function(e,n){return e&>(e,t,n?0:dt)};var n="width"===t?["Left","Right"]:["Top","Bottom"];mt[t]=function(e,o){var r=o;return void 0!==r?e?(st(e)&&(r+=vt(e,["padding","border"],n)),Y(e,t,r)):void 0:e&>(e,t,pt)}}));var wt={getWindow:function(t){if(t&&t.document&&t.setTimeout)return t;var e=t.ownerDocument||t;return e.defaultView||e.parentWindow},getDocument:Q,offset:function(t,e,n){if(void 0===e)return q(t);!function(t,e,n){if(n.ignoreShake){var o=q(t),r=o.left.toFixed(0),i=o.top.toFixed(0),a=e.left.toFixed(0),c=e.top.toFixed(0);if(r===a&&i===c)return}n.useCssRight||n.useCssBottom?at(t,e,n):n.useCssTransform&&z()in document.body.style?ct(t,e):at(t,e,n)}(t,e,n||{})},isWindow:Z,each:lt,css:Y,clone:function(t){var e,n={};for(e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);if(t.overflow)for(e in t)t.hasOwnProperty(e)&&(n.overflow[e]=t.overflow[e]);return n},mix:yt,getWindowScrollLeft:function(t){return X(t)},getWindowScrollTop:function(t){return G(t)},merge:function(){for(var t={},e=0;e<arguments.length;e++)wt.mix(t,e<0||arguments.length<=e?void 0:arguments[e]);return t},viewportWidth:0,viewportHeight:0};yt(wt,mt);var xt=wt.getParent;function At(t){if(wt.isWindow(t)||9===t.nodeType)return null;var e,n=wt.getDocument(t).body,o=wt.css(t,"position");if(!("fixed"===o||"absolute"===o))return"html"===t.nodeName.toLowerCase()?null:xt(t);for(e=xt(t);e&&e!==n&&9!==e.nodeType;e=xt(e))if("static"!==(o=wt.css(e,"position")))return e;return null}var Ot=wt.getParent;function Et(t,e){for(var n={left:0,right:1/0,top:0,bottom:1/0},o=At(t),r=wt.getDocument(t),i=r.defaultView||r.parentWindow,a=r.body,c=r.documentElement;o;){if(-1!==navigator.userAgent.indexOf("MSIE")&&0===o.clientWidth||o===a||o===c||"visible"===wt.css(o,"overflow")){if(o===a||o===c)break}else{var l=wt.offset(o);l.left+=o.clientLeft,l.top+=o.clientTop,n.top=Math.max(n.top,l.top),n.right=Math.min(n.right,l.left+o.clientWidth),n.bottom=Math.min(n.bottom,l.top+o.clientHeight),n.left=Math.max(n.left,l.left)}o=At(o)}var s=null;wt.isWindow(t)||9===t.nodeType||(s=t.style.position,"absolute"===wt.css(t,"position")&&(t.style.position="fixed"));var u=wt.getWindowScrollLeft(i),p=wt.getWindowScrollTop(i),f=wt.viewportWidth(i),d=wt.viewportHeight(i),v=c.scrollWidth,m=c.scrollHeight,h=window.getComputedStyle(a);if("hidden"===h.overflowX&&(v=i.innerWidth),"hidden"===h.overflowY&&(m=i.innerHeight),t.style&&(t.style.position=s),e||function(t){if(wt.isWindow(t)||9===t.nodeType)return!1;var e=wt.getDocument(t),n=e.body,o=null;for(o=Ot(t);o&&o!==n&&o!==e;o=Ot(o))if("fixed"===wt.css(o,"position"))return!0;return!1}(t))n.left=Math.max(n.left,u),n.top=Math.max(n.top,p),n.right=Math.min(n.right,u+f),n.bottom=Math.min(n.bottom,p+d);else{var b=Math.max(v,u+f);n.right=Math.min(n.right,b);var g=Math.max(m,p+d);n.bottom=Math.min(n.bottom,g)}return n.top>=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function St(t){var e,n,o;if(wt.isWindow(t)||9===t.nodeType){var r=wt.getWindow(t);e={left:wt.getWindowScrollLeft(r),top:wt.getWindowScrollTop(r)},n=wt.viewportWidth(r),o=wt.viewportHeight(r)}else e=wt.offset(t),n=wt.outerWidth(t),o=wt.outerHeight(t);return e.width=n,e.height=o,e}function kt(t,e){var n=e.charAt(0),o=e.charAt(1),r=t.width,i=t.height,a=t.left,c=t.top;return"c"===n?c+=i/2:"b"===n&&(c+=i),"c"===o?a+=r/2:"r"===o&&(a+=r),{left:a,top:c}}function Ct(t,e,n,o,r){var i=kt(e,n[1]),a=kt(t,n[0]),c=[a.left-i.left,a.top-i.top];return{left:Math.round(t.left-c[0]+o[0]-r[0]),top:Math.round(t.top-c[1]+o[1]-r[1])}}function jt(t,e,n){return t.left<n.left||t.left+e.width>n.right}function Pt(t,e,n){return t.top<n.top||t.top+e.height>n.bottom}function Mt(t,e,n){var o=[];return wt.each(t,(function(t){o.push(t.replace(e,(function(t){return n[t]})))})),o}function Tt(t,e){return t[e]=-t[e],t}function Nt(t,e){return(/%$/.test(t)?parseInt(t.substring(0,t.length-1),10)/100*e:parseInt(t,10))||0}function Dt(t,e){t[0]=Nt(t[0],e.width),t[1]=Nt(t[1],e.height)}function _t(t,e,n,o){var r=n.points,i=n.offset||[0,0],a=n.targetOffset||[0,0],c=n.overflow,l=n.source||t;i=[].concat(i),a=[].concat(a);var s={},u=0,p=Et(l,!(!(c=c||{})||!c.alwaysByViewport)),f=St(l);Dt(i,f),Dt(a,e);var d=Ct(f,e,r,i,a),v=wt.merge(f,d);if(p&&(c.adjustX||c.adjustY)&&o){if(c.adjustX&&jt(d,f,p)){var m=Mt(r,/[lr]/gi,{l:"r",r:"l"}),h=Tt(i,0),b=Tt(a,0);(function(t,e,n){return t.left>n.right||t.left+e.width<n.left})(Ct(f,e,m,h,b),f,p)||(u=1,r=m,i=h,a=b)}if(c.adjustY&&Pt(d,f,p)){var g=Mt(r,/[tb]/gi,{t:"b",b:"t"}),y=Tt(i,1),w=Tt(a,1);(function(t,e,n){return t.top>n.bottom||t.top+e.height<n.top})(Ct(f,e,g,y,w),f,p)||(u=1,r=g,i=y,a=w)}u&&(d=Ct(f,e,r,i,a),wt.mix(v,d));var x=jt(d,f,p),A=Pt(d,f,p);if(x||A){var O=r;x&&(O=Mt(r,/[lr]/gi,{l:"r",r:"l"})),A&&(O=Mt(r,/[tb]/gi,{t:"b",b:"t"})),r=O,i=n.offset||[0,0],a=n.targetOffset||[0,0]}s.adjustX=c.adjustX&&x,s.adjustY=c.adjustY&&A,(s.adjustX||s.adjustY)&&(v=function(t,e,n,o){var r=wt.clone(t),i={width:e.width,height:e.height};return o.adjustX&&r.left<n.left&&(r.left=n.left),o.resizeWidth&&r.left>=n.left&&r.left+i.width>n.right&&(i.width-=r.left+i.width-n.right),o.adjustX&&r.left+i.width>n.right&&(r.left=Math.max(n.right-i.width,n.left)),o.adjustY&&r.top<n.top&&(r.top=n.top),o.resizeHeight&&r.top>=n.top&&r.top+i.height>n.bottom&&(i.height-=r.top+i.height-n.bottom),o.adjustY&&r.top+i.height>n.bottom&&(r.top=Math.max(n.bottom-i.height,n.top)),wt.mix(r,i)}(d,f,p,s))}return v.width!==f.width&&wt.css(l,"width",wt.width(l)+v.width-f.width),v.height!==f.height&&wt.css(l,"height",wt.height(l)+v.height-f.height),wt.offset(l,{left:v.left,top:v.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:r,offset:i,targetOffset:a,overflow:s}}function Rt(t,e,n){var o=n.target||e,r=St(o),i=!function(t,e){var n=Et(t,e),o=St(t);return!n||o.left+o.width<=n.left||o.top+o.height<=n.top||o.left>=n.right||o.top>=n.bottom}(o,n.overflow&&n.overflow.alwaysByViewport);return _t(t,r,n,i)}Rt.__getOffsetParent=At,Rt.__getVisibleRectForElement=Et;var Lt=n(43210),It=n(42467),Ht=n(30981);var zt=n(43591);function Ft(t,e){var n=null,o=null;var r=new zt.default((function(t){var r=(0,E.A)(t,1)[0].target;if(document.documentElement.contains(r)){var i=r.getBoundingClientRect(),a=i.width,c=i.height,l=Math.floor(a),s=Math.floor(c);n===l&&o===s||Promise.resolve().then((function(){e({width:l,height:s})})),n=l,o=s}}));return t&&r.observe(t),function(){r.disconnect()}}function $t(t){return"function"!=typeof t?null:t()}function Vt(t){return"object"===(0,T.A)(t)&&t?t:null}var Ut=function(t,e){var n=t.children,o=t.disabled,r=t.target,i=t.align,a=t.onAlign,c=t.monitorWindowResize,l=t.monitorBufferTime,s=void 0===l?0:l,u=f().useRef({}),p=f().useRef(),d=f().Children.only(n),v=f().useRef({});v.current.disabled=o,v.current.target=r,v.current.align=i,v.current.onAlign=a;var m=function(t,e){var n=f().useRef(!1),o=f().useRef(null);function r(){window.clearTimeout(o.current)}return[function i(a){if(r(),n.current&&!0!==a)o.current=window.setTimeout((function(){n.current=!1,i()}),e);else{if(!1===t(a))return;n.current=!0,o.current=window.setTimeout((function(){n.current=!1}),e)}},function(){n.current=!1,r()}]}((function(){var t=v.current,e=t.disabled,n=t.target,o=t.align,r=t.onAlign,i=p.current;if(!e&&n&&i){var a,c=$t(n),l=Vt(n);u.current.element=c,u.current.point=l,u.current.align=o;var s=document.activeElement;return c&&(0,It.A)(c)?a=Rt(i,c,o):l&&(a=function(t,e,n){var o,r,i=wt.getDocument(t),a=i.defaultView||i.parentWindow,c=wt.getWindowScrollLeft(a),l=wt.getWindowScrollTop(a),s=wt.viewportWidth(a),u=wt.viewportHeight(a),p={left:o="pageX"in e?e.pageX:c+e.clientX,top:r="pageY"in e?e.pageY:l+e.clientY,width:0,height:0},f=o>=0&&o<=c+s&&r>=0&&r<=l+u,d=[n.points[0],"cc"];return _t(t,p,D(D({},n),{},{points:d}),f)}(i,l,o)),function(t,e){t!==document.activeElement&&(0,h.A)(e,t)&&"function"==typeof t.focus&&t.focus()}(s,i),r&&a&&r(i,a),!0}return!1}),s),b=(0,E.A)(m,2),w=b[0],x=b[1],A=f().useState(),O=(0,E.A)(A,2),S=O[0],k=O[1],C=f().useState(),j=(0,E.A)(C,2),P=j[0],M=j[1];return(0,Ht.A)((function(){k($t(r)),M(Vt(r))})),f().useEffect((function(){var t,e;u.current.element===S&&((t=u.current.point)===(e=P)||t&&e&&("pageX"in e&&"pageY"in e?t.pageX===e.pageX&&t.pageY===e.pageY:"clientX"in e&&"clientY"in e&&t.clientX===e.clientX&&t.clientY===e.clientY))&&(0,Lt.A)(u.current.align,i)||w()})),f().useEffect((function(){return Ft(p.current,w)}),[p.current]),f().useEffect((function(){return Ft(S,w)}),[S]),f().useEffect((function(){o?x():w()}),[o]),f().useEffect((function(){if(c)return(0,y.A)(window,"resize",w).remove}),[c]),f().useEffect((function(){return function(){x()}}),[]),f().useImperativeHandle(e,(function(){return{forceAlign:function(){return w(!0)}}})),f().isValidElement(d)&&(d=f().cloneElement(d,{ref:(0,g.K4)(d.ref,p)})),d},Wt=f().forwardRef(Ut);Wt.displayName="Align";const Bt=Wt;function Yt(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
21
|
-
Yt=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function s(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,n){return t[e]=n}}function u(t,e,n,o){var i=e&&e.prototype instanceof b?e:b,a=Object.create(i.prototype),c=new M(o||[]);return r(a,"_invoke",{value:k(t,n,c)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var f="suspendedStart",d="suspendedYield",v="executing",m="completed",h={};function b(){}function g(){}function y(){}var w={};s(w,a,(function(){return this}));var x=Object.getPrototypeOf,A=x&&x(x(N([])));A&&A!==n&&o.call(A,a)&&(w=A);var O=y.prototype=b.prototype=Object.create(w);function E(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function n(r,i,a,c){var l=p(t[r],t,i);if("throw"!==l.type){var s=l.arg,u=s.value;return u&&"object"==(0,T.A)(u)&&o.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,c)}),(function(t){n("throw",t,a,c)})):e.resolve(u).then((function(t){s.value=t,a(s)}),(function(t){return n("throw",t,a,c)}))}c(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function k(e,n,o){var r=f;return function(i,a){if(r===v)throw Error("Generator is already running");if(r===m){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var c=o.delegate;if(c){var l=C(c,o);if(l){if(l===h)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===f)throw r=m,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=v;var s=p(e,n,o);if("normal"===s.type){if(r=o.done?m:d,s.arg===h)continue;return{value:s.arg,done:o.done}}"throw"===s.type&&(r=m,o.method="throw",o.arg=s.arg)}}}function C(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,C(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),h;var i=p(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,h;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,h):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,h)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function M(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function N(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r<e.length;)if(o.call(e,r))return n.value=e[r],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}throw new TypeError((0,T.A)(e)+" is not iterable")}return g.prototype=y,r(O,"constructor",{value:y,configurable:!0}),r(y,"constructor",{value:g,configurable:!0}),g.displayName=s(y,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,s(t,l,"GeneratorFunction")),t.prototype=Object.create(O),t},e.awrap=function(t){return{__await:t}},E(S.prototype),s(S.prototype,c,(function(){return this})),e.AsyncIterator=S,e.async=function(t,n,o,r,i){void 0===i&&(i=Promise);var a=new S(u(t,n,o,r),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(O),s(O,l,"Generator"),s(O,a,(function(){return this})),s(O,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var o in e)n.push(o);return n.reverse(),function t(){for(;n.length;){var o=n.pop();if(o in e)return t.value=o,t.done=!1,t}return t.done=!0,t}},e.values=N,M.prototype={constructor:M,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(P),!e)for(var n in this)"t"===n.charAt(0)&&o.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(o,r){return c.type="throw",c.arg=e,n.next=o,r&&(n.method="next",n.arg=t),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),s=o.call(a,"finallyLoc");if(l&&s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),P(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;P(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:N(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),h}},e}var Kt=n(10467),Xt=n(1233),Gt=["measure","alignPre","align",null,"motion"];var qt=p.forwardRef((function(t,e){var n=t.visible,i=t.prefixCls,a=t.className,c=t.style,l=t.children,s=t.zIndex,u=t.stretch,f=t.destroyPopupOnHide,d=t.forceRender,v=t.align,h=t.point,b=t.getRootDomNode,g=t.getClassNameFromAlign,y=t.onAlign,w=t.onMouseEnter,x=t.onMouseLeave,O=t.onMouseDown,S=t.onTouchStart,k=t.onClick,P=(0,p.useRef)(),M=(0,p.useRef)(),T=(0,p.useState)(),N=(0,E.A)(T,2),D=N[0],_=N[1],R=function(t){var e=p.useState({width:0,height:0}),n=(0,E.A)(e,2),o=n[0],r=n[1];return[p.useMemo((function(){var e={};if(t){var n=o.width,r=o.height;-1!==t.indexOf("height")&&r?e.height=r:-1!==t.indexOf("minHeight")&&r&&(e.minHeight=r),-1!==t.indexOf("width")&&n?e.width=n:-1!==t.indexOf("minWidth")&&n&&(e.minWidth=n)}return e}),[t,o]),function(t){var e=t.offsetWidth,n=t.offsetHeight,o=t.getBoundingClientRect(),i=o.width,a=o.height;Math.abs(e-i)<1&&Math.abs(n-a)<1&&(e=i,n=a),r({width:e,height:n})}]}(u),L=(0,E.A)(R,2),I=L[0],H=L[1];var z=function(t,e){var n=(0,Xt.A)(null),o=(0,E.A)(n,2),r=o[0],i=o[1],a=(0,p.useRef)();function c(t){i(t,!0)}function l(){m.A.cancel(a.current)}return(0,p.useEffect)((function(){c("measure")}),[t]),(0,p.useEffect)((function(){"measure"===r&&e(),r&&(a.current=(0,m.A)((0,Kt.A)(Yt().mark((function t(){var e,n;return Yt().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e=Gt.indexOf(r),(n=Gt[e+1])&&-1!==e&&c(n);case 3:case"end":return t.stop()}}),t)})))))}),[r]),(0,p.useEffect)((function(){return function(){l()}}),[]),[r,function(t){l(),a.current=(0,m.A)((function(){c((function(t){switch(r){case"align":return"motion";case"motion":return"stable"}return t})),null==t||t()}))}]}(n,(function(){u&&H(b())})),F=(0,E.A)(z,2),$=F[0],V=F[1],U=(0,p.useState)(0),W=(0,E.A)(U,2),B=W[0],Y=W[1],K=(0,p.useRef)();function X(){var t;null===(t=P.current)||void 0===t||t.forceAlign()}function G(t,e){var n=g(e);D!==n&&_(n),Y((function(t){return t+1})),"align"===$&&(null==y||y(t,e))}(0,Ht.A)((function(){"alignPre"===$&&Y(0)}),[$]),(0,Ht.A)((function(){"align"===$&&(B<3?X():V((function(){var t;null===(t=K.current)||void 0===t||t.call(K)})))}),[B]);var q=(0,o.A)({},j(t));function Z(){return new Promise((function(t){K.current=t}))}["onAppearEnd","onEnterEnd","onLeaveEnd"].forEach((function(t){var e=q[t];q[t]=function(t,n){return V(),null==e?void 0:e(t,n)}})),p.useEffect((function(){q.motionName||"motion"!==$||V()}),[q.motionName,$]),p.useImperativeHandle(e,(function(){return{forceAlign:X,getElement:function(){return M.current}}}));var Q=(0,o.A)((0,o.A)({},I),{},{zIndex:s,opacity:"motion"!==$&&"stable"!==$&&n?0:void 0,pointerEvents:n||"stable"===$?void 0:"none"},c),J=!0;null==v||!v.points||"align"!==$&&"stable"!==$||(J=!1);var tt=l;return p.Children.count(l)>1&&(tt=p.createElement("div",{className:"".concat(i,"-content")},l)),p.createElement(C.A,(0,r.A)({visible:n,ref:M,leavedClassName:"".concat(i,"-hidden")},q,{onAppearPrepare:Z,onEnterPrepare:Z,removeOnLeave:f,forceRender:d}),(function(t,e){var n=t.className,r=t.style,c=A()(i,a,D,n);return p.createElement(Bt,{target:h||b,key:"popup",ref:P,monitorWindowResize:!0,disabled:J,align:v,onAlign:G},p.createElement("div",{ref:e,className:c,onMouseEnter:w,onMouseLeave:x,onMouseDownCapture:O,onTouchStartCapture:S,onClick:k,style:(0,o.A)((0,o.A)({},r),Q)},tt))}))}));qt.displayName="PopupInner";const Zt=qt;var Qt=p.forwardRef((function(t,e){var n=t.prefixCls,i=t.visible,a=t.zIndex,c=t.children,l=t.mobile,s=(l=void 0===l?{}:l).popupClassName,u=l.popupStyle,f=l.popupMotion,d=void 0===f?{}:f,v=l.popupRender,m=t.onClick,h=p.useRef();p.useImperativeHandle(e,(function(){return{forceAlign:function(){},getElement:function(){return h.current}}}));var b=(0,o.A)({zIndex:a},u),g=c;return p.Children.count(c)>1&&(g=p.createElement("div",{className:"".concat(n,"-content")},c)),v&&(g=v(g)),p.createElement(C.A,(0,r.A)({visible:i,ref:h,removeOnLeave:!0},d),(function(t,e){var r=t.className,i=t.style,a=A()(n,s,r);return p.createElement("div",{ref:e,className:a,onClick:m,style:(0,o.A)((0,o.A)({},i),b)},g)}))}));Qt.displayName="MobilePopupInner";const Jt=Qt;var te=["visible","mobile"],ee=p.forwardRef((function(t,e){var n=t.visible,i=t.mobile,a=(0,S.A)(t,te),c=(0,p.useState)(n),l=(0,E.A)(c,2),s=l[0],u=l[1],f=(0,p.useState)(!1),d=(0,E.A)(f,2),v=d[0],m=d[1],h=(0,o.A)((0,o.A)({},a),{},{visible:s});(0,p.useEffect)((function(){u(n),n&&i&&m((0,k.A)())}),[n,i]);var b=v?p.createElement(Jt,(0,r.A)({},h,{mobile:i,ref:e})):p.createElement(Zt,(0,r.A)({},h,{ref:e}));return p.createElement("div",null,p.createElement(P,h),b)}));ee.displayName="Popup";const ne=ee;const oe=p.createContext(null);function re(){}function ie(){return""}function ae(t){return t?t.ownerDocument:window.document}var ce=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur","onContextMenu"];const le=(se=w.A,ue=function(t){(0,l.A)(n,t);var e=(0,s.A)(n);function n(t){var o,a;return(0,i.A)(this,n),o=e.call(this,t),(0,u.A)((0,c.A)(o),"popupRef",p.createRef()),(0,u.A)((0,c.A)(o),"triggerRef",p.createRef()),(0,u.A)((0,c.A)(o),"portalContainer",void 0),(0,u.A)((0,c.A)(o),"attachId",void 0),(0,u.A)((0,c.A)(o),"clickOutsideHandler",void 0),(0,u.A)((0,c.A)(o),"touchOutsideHandler",void 0),(0,u.A)((0,c.A)(o),"contextMenuOutsideHandler1",void 0),(0,u.A)((0,c.A)(o),"contextMenuOutsideHandler2",void 0),(0,u.A)((0,c.A)(o),"mouseDownTimeout",void 0),(0,u.A)((0,c.A)(o),"focusTime",void 0),(0,u.A)((0,c.A)(o),"preClickTime",void 0),(0,u.A)((0,c.A)(o),"preTouchTime",void 0),(0,u.A)((0,c.A)(o),"delayTimer",void 0),(0,u.A)((0,c.A)(o),"hasPopupMouseDown",void 0),(0,u.A)((0,c.A)(o),"onMouseEnter",(function(t){var e=o.props.mouseEnterDelay;o.fireEvents("onMouseEnter",t),o.delaySetPopupVisible(!0,e,e?null:t)})),(0,u.A)((0,c.A)(o),"onMouseMove",(function(t){o.fireEvents("onMouseMove",t),o.setPoint(t)})),(0,u.A)((0,c.A)(o),"onMouseLeave",(function(t){o.fireEvents("onMouseLeave",t),o.delaySetPopupVisible(!1,o.props.mouseLeaveDelay)})),(0,u.A)((0,c.A)(o),"onPopupMouseEnter",(function(){o.clearDelayTimer()})),(0,u.A)((0,c.A)(o),"onPopupMouseLeave",(function(t){var e;t.relatedTarget&&!t.relatedTarget.setTimeout&&(0,h.A)(null===(e=o.popupRef.current)||void 0===e?void 0:e.getElement(),t.relatedTarget)||o.delaySetPopupVisible(!1,o.props.mouseLeaveDelay)})),(0,u.A)((0,c.A)(o),"onFocus",(function(t){o.fireEvents("onFocus",t),o.clearDelayTimer(),o.isFocusToShow()&&(o.focusTime=Date.now(),o.delaySetPopupVisible(!0,o.props.focusDelay))})),(0,u.A)((0,c.A)(o),"onMouseDown",(function(t){o.fireEvents("onMouseDown",t),o.preClickTime=Date.now()})),(0,u.A)((0,c.A)(o),"onTouchStart",(function(t){o.fireEvents("onTouchStart",t),o.preTouchTime=Date.now()})),(0,u.A)((0,c.A)(o),"onBlur",(function(t){o.fireEvents("onBlur",t),o.clearDelayTimer(),o.isBlurToHide()&&o.delaySetPopupVisible(!1,o.props.blurDelay)})),(0,u.A)((0,c.A)(o),"onContextMenu",(function(t){t.preventDefault(),o.fireEvents("onContextMenu",t),o.setPopupVisible(!0,t)})),(0,u.A)((0,c.A)(o),"onContextMenuClose",(function(){o.isContextMenuToShow()&&o.close()})),(0,u.A)((0,c.A)(o),"onClick",(function(t){if(o.fireEvents("onClick",t),o.focusTime){var e;if(o.preClickTime&&o.preTouchTime?e=Math.min(o.preClickTime,o.preTouchTime):o.preClickTime?e=o.preClickTime:o.preTouchTime&&(e=o.preTouchTime),Math.abs(e-o.focusTime)<20)return;o.focusTime=0}o.preClickTime=0,o.preTouchTime=0,o.isClickToShow()&&(o.isClickToHide()||o.isBlurToHide())&&t&&t.preventDefault&&t.preventDefault();var n=!o.state.popupVisible;(o.isClickToHide()&&!n||n&&o.isClickToShow())&&o.setPopupVisible(!o.state.popupVisible,t)})),(0,u.A)((0,c.A)(o),"onPopupMouseDown",(function(){var t;o.hasPopupMouseDown=!0,clearTimeout(o.mouseDownTimeout),o.mouseDownTimeout=window.setTimeout((function(){o.hasPopupMouseDown=!1}),0),o.context&&(t=o.context).onPopupMouseDown.apply(t,arguments)})),(0,u.A)((0,c.A)(o),"onDocumentClick",(function(t){if(!o.props.mask||o.props.maskClosable){var e=t.target,n=o.getRootDomNode(),r=o.getPopupDomNode();(0,h.A)(n,e)&&!o.isContextMenuOnly()||(0,h.A)(r,e)||o.hasPopupMouseDown||o.close()}})),(0,u.A)((0,c.A)(o),"getRootDomNode",(function(){var t=o.props.getTriggerDOMNode;if(t)return t(o.triggerRef.current);try{var e=(0,b.A)(o.triggerRef.current);if(e)return e}catch(t){}return v().findDOMNode((0,c.A)(o))})),(0,u.A)((0,c.A)(o),"getPopupClassNameFromAlign",(function(t){var e=[],n=o.props,r=n.popupPlacement,i=n.builtinPlacements,a=n.prefixCls,c=n.alignPoint,l=n.getPopupClassNameFromAlign;return r&&i&&e.push(function(t,e,n,o){for(var r=n.points,i=Object.keys(t),a=0;a<i.length;a+=1){var c=i[a];if(O(t[c].points,r,o))return"".concat(e,"-placement-").concat(c)}return""}(i,a,t,c)),l&&e.push(l(t)),e.join(" ")})),(0,u.A)((0,c.A)(o),"getComponent",(function(){var t=o.props,e=t.prefixCls,n=t.destroyPopupOnHide,i=t.popupClassName,a=t.onPopupAlign,c=t.popupMotion,l=t.popupAnimation,s=t.popupTransitionName,u=t.popupStyle,f=t.mask,d=t.maskAnimation,v=t.maskTransitionName,m=t.maskMotion,h=t.zIndex,b=t.popup,g=t.stretch,y=t.alignPoint,w=t.mobile,x=t.forceRender,A=t.onPopupClick,O=o.state,E=O.popupVisible,S=O.point,k=o.getPopupAlign(),C={};return o.isMouseEnterToShow()&&(C.onMouseEnter=o.onPopupMouseEnter),o.isMouseLeaveToHide()&&(C.onMouseLeave=o.onPopupMouseLeave),C.onMouseDown=o.onPopupMouseDown,C.onTouchStart=o.onPopupMouseDown,p.createElement(ne,(0,r.A)({prefixCls:e,destroyPopupOnHide:n,visible:E,point:y&&S,className:i,align:k,onAlign:a,animation:l,getClassNameFromAlign:o.getPopupClassNameFromAlign},C,{stretch:g,getRootDomNode:o.getRootDomNode,style:u,mask:f,zIndex:h,transitionName:s,maskAnimation:d,maskTransitionName:v,maskMotion:m,ref:o.popupRef,motion:c,mobile:w,forceRender:x,onClick:A}),"function"==typeof b?b():b)})),(0,u.A)((0,c.A)(o),"attachParent",(function(t){m.A.cancel(o.attachId);var e,n=o.props,r=n.getPopupContainer,i=n.getDocument,a=o.getRootDomNode();r?(a||0===r.length)&&(e=r(a)):e=i(o.getRootDomNode()).body,e?e.appendChild(t):o.attachId=(0,m.A)((function(){o.attachParent(t)}))})),(0,u.A)((0,c.A)(o),"getContainer",(function(){if(!o.portalContainer){var t=(0,o.props.getDocument)(o.getRootDomNode()).createElement("div");t.style.position="absolute",t.style.top="0",t.style.left="0",t.style.width="100%",o.portalContainer=t}return o.attachParent(o.portalContainer),o.portalContainer})),(0,u.A)((0,c.A)(o),"setPoint",(function(t){o.props.alignPoint&&t&&o.setState({point:{pageX:t.pageX,pageY:t.pageY}})})),(0,u.A)((0,c.A)(o),"handlePortalUpdate",(function(){o.state.prevPopupVisible!==o.state.popupVisible&&o.props.afterPopupVisibleChange(o.state.popupVisible)})),(0,u.A)((0,c.A)(o),"triggerContextValue",{onPopupMouseDown:o.onPopupMouseDown}),a="popupVisible"in t?!!t.popupVisible:!!t.defaultPopupVisible,o.state={prevPopupVisible:a,popupVisible:a},ce.forEach((function(t){o["fire".concat(t)]=function(e){o.fireEvents(t,e)}})),o}return(0,a.A)(n,[{key:"componentDidMount",value:function(){this.componentDidUpdate()}},{key:"componentDidUpdate",value:function(){var t,e=this.props;if(this.state.popupVisible)return this.clickOutsideHandler||!this.isClickToHide()&&!this.isContextMenuToShow()||(t=e.getDocument(this.getRootDomNode()),this.clickOutsideHandler=(0,y.A)(t,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(t=t||e.getDocument(this.getRootDomNode()),this.touchOutsideHandler=(0,y.A)(t,"touchstart",this.onDocumentClick)),!this.contextMenuOutsideHandler1&&this.isContextMenuToShow()&&(t=t||e.getDocument(this.getRootDomNode()),this.contextMenuOutsideHandler1=(0,y.A)(t,"scroll",this.onContextMenuClose)),void(!this.contextMenuOutsideHandler2&&this.isContextMenuToShow()&&(this.contextMenuOutsideHandler2=(0,y.A)(window,"blur",this.onContextMenuClose)));this.clearOutsideHandler()}},{key:"componentWillUnmount",value:function(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout),m.A.cancel(this.attachId)}},{key:"getPopupDomNode",value:function(){var t;return(null===(t=this.popupRef.current)||void 0===t?void 0:t.getElement())||null}},{key:"getPopupAlign",value:function(){var t=this.props,e=t.popupPlacement,n=t.popupAlign,r=t.builtinPlacements;return e&&r?function(t,e,n){var r=t[e]||{};return(0,o.A)((0,o.A)({},r),n)}(r,e,n):n}},{key:"setPopupVisible",value:function(t,e){var n=this.props.alignPoint,o=this.state.popupVisible;this.clearDelayTimer(),o!==t&&("popupVisible"in this.props||this.setState({popupVisible:t,prevPopupVisible:o}),this.props.onPopupVisibleChange(t)),n&&e&&t&&this.setPoint(e)}},{key:"delaySetPopupVisible",value:function(t,e,n){var o=this,r=1e3*e;if(this.clearDelayTimer(),r){var i=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=window.setTimeout((function(){o.setPopupVisible(t,i),o.clearDelayTimer()}),r)}else this.setPopupVisible(t,n)}},{key:"clearDelayTimer",value:function(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)}},{key:"clearOutsideHandler",value:function(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextMenuOutsideHandler1&&(this.contextMenuOutsideHandler1.remove(),this.contextMenuOutsideHandler1=null),this.contextMenuOutsideHandler2&&(this.contextMenuOutsideHandler2.remove(),this.contextMenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)}},{key:"createTwoChains",value:function(t){var e=this.props.children.props,n=this.props;return e[t]&&n[t]?this["fire".concat(t)]:e[t]||n[t]}},{key:"isClickToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isContextMenuOnly",value:function(){var t=this.props.action;return"contextMenu"===t||1===t.length&&"contextMenu"===t[0]}},{key:"isContextMenuToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("contextMenu")||-1!==n.indexOf("contextMenu")}},{key:"isClickToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isMouseEnterToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseEnter")}},{key:"isMouseLeaveToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseLeave")}},{key:"isFocusToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("focus")}},{key:"isBlurToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("blur")}},{key:"forcePopupAlign",value:function(){var t;this.state.popupVisible&&(null===(t=this.popupRef.current)||void 0===t||t.forceAlign())}},{key:"fireEvents",value:function(t,e){var n=this.props.children.props[t];n&&n(e);var o=this.props[t];o&&o(e)}},{key:"close",value:function(){this.setPopupVisible(!1)}},{key:"render",value:function(){var t=this.state.popupVisible,e=this.props,n=e.children,r=e.forceRender,i=e.alignPoint,a=e.className,c=e.autoDestroy,l=p.Children.only(n),s={key:"trigger"};this.isContextMenuToShow()?s.onContextMenu=this.onContextMenu:s.onContextMenu=this.createTwoChains("onContextMenu"),this.isClickToHide()||this.isClickToShow()?(s.onClick=this.onClick,s.onMouseDown=this.onMouseDown,s.onTouchStart=this.onTouchStart):(s.onClick=this.createTwoChains("onClick"),s.onMouseDown=this.createTwoChains("onMouseDown"),s.onTouchStart=this.createTwoChains("onTouchStart")),this.isMouseEnterToShow()?(s.onMouseEnter=this.onMouseEnter,i&&(s.onMouseMove=this.onMouseMove)):s.onMouseEnter=this.createTwoChains("onMouseEnter"),this.isMouseLeaveToHide()?s.onMouseLeave=this.onMouseLeave:s.onMouseLeave=this.createTwoChains("onMouseLeave"),this.isFocusToShow()||this.isBlurToHide()?(s.onFocus=this.onFocus,s.onBlur=this.onBlur):(s.onFocus=this.createTwoChains("onFocus"),s.onBlur=this.createTwoChains("onBlur"));var u=A()(l&&l.props&&l.props.className,a);u&&(s.className=u);var f=(0,o.A)({},s);(0,g.f3)(l)&&(f.ref=(0,g.K4)(this.triggerRef,l.ref));var d,v=p.cloneElement(l,f);return(t||this.popupRef.current||r)&&(d=p.createElement(se,{key:"portal",getContainer:this.getContainer,didUpdate:this.handlePortalUpdate},this.getComponent())),!t&&c&&(d=null),p.createElement(oe.Provider,{value:this.triggerContextValue},v,d)}}],[{key:"getDerivedStateFromProps",value:function(t,e){var n=t.popupVisible,o={};return void 0!==n&&e.popupVisible!==n&&(o.popupVisible=n,o.prevPopupVisible=e.popupVisible),o}}]),n}(p.Component),(0,u.A)(ue,"contextType",oe),(0,u.A)(ue,"defaultProps",{prefixCls:"rc-trigger-popup",getPopupClassNameFromAlign:ie,getDocument:ae,onPopupVisibleChange:re,afterPopupVisibleChange:re,onPopupAlign:re,popupClassName:"",mouseEnterDelay:0,mouseLeaveDelay:.1,focusDelay:0,blurDelay:.15,popupStyle:{},destroyPopupOnHide:!1,popupAlign:{},defaultPopupVisible:!1,mask:!1,maskClosable:!0,action:[],showAction:[],hideAction:[],autoDestroy:!1}),ue);var se,ue},69916:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(69514),r=n.n(o);function i(t,e,n,o){var i=r().unstable_batchedUpdates?function(t){r().unstable_batchedUpdates(n,t)}:n;return null!=t&&t.addEventListener&&t.addEventListener(e,i,o),{remove:function(){null!=t&&t.removeEventListener&&t.removeEventListener(e,i,o)}}}},20998:(t,e,n)=>{"use strict";function o(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}n.d(e,{A:()=>o})},54808:(t,e,n)=>{"use strict";function o(t,e){if(!t)return!1;if(t.contains)return t.contains(e);for(var n=e;n;){if(n===t)return!0;n=n.parentNode}return!1}n.d(e,{A:()=>o})},66588:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(39155),r=n.n(o),i=n(69514),a=n.n(i);function c(t){return function(t){return t instanceof HTMLElement||t instanceof SVGElement}(t)?t:t instanceof r().Component?a().findDOMNode(t):null}},42467:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});const o=function(t){if(!t)return!1;if(t instanceof Element){if(t.offsetParent)return!0;if(t.getBBox){var e=t.getBBox(),n=e.width,o=e.height;if(n||o)return!0}if(t.getBoundingClientRect){var r=t.getBoundingClientRect(),i=r.width,a=r.height;if(i||a)return!0}}return!1}},16928:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(t){var e=t.keyCode;if(t.altKey&&!t.ctrlKey||t.metaKey||e>=o.F1&&e<=o.F12)return!1;switch(e){case o.ALT:case o.CAPS_LOCK:case o.CONTEXT_MENU:case o.CTRL:case o.DOWN:case o.END:case o.ESC:case o.HOME:case o.INSERT:case o.LEFT:case o.MAC_FF_META:case o.META:case o.NUMLOCK:case o.NUM_CENTER:case o.PAGE_DOWN:case o.PAGE_UP:case o.PAUSE:case o.PRINT_SCREEN:case o.RIGHT:case o.SHIFT:case o.UP:case o.WIN_KEY:case o.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(t){if(t>=o.ZERO&&t<=o.NINE)return!0;if(t>=o.NUM_ZERO&&t<=o.NUM_MULTIPLY)return!0;if(t>=o.A&&t<=o.Z)return!0;if(-1!==window.navigator.userAgent.indexOf("WebKit")&&0===t)return!0;switch(t){case o.SPACE:case o.QUESTION_MARK:case o.NUM_PLUS:case o.NUM_MINUS:case o.NUM_PERIOD:case o.NUM_DIVISION:case o.SEMICOLON:case o.DASH:case o.EQUALS:case o.COMMA:case o.PERIOD:case o.SLASH:case o.APOSTROPHE:case o.SINGLE_QUOTE:case o.OPEN_SQUARE_BRACKET:case o.BACKSLASH:case o.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};const r=o},88822:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(39155),r=n(69514),i=n.n(r),a=n(20998);const c=(0,o.forwardRef)((function(t,e){var n=t.didUpdate,r=t.getContainer,c=t.children,l=(0,o.useRef)(),s=(0,o.useRef)();(0,o.useImperativeHandle)(e,(function(){return{}}));var u=(0,o.useRef)(!1);return!u.current&&(0,a.A)()&&(s.current=r(),l.current=s.current.parentNode,u.current=!0),(0,o.useEffect)((function(){null==n||n(t)})),(0,o.useEffect)((function(){return null===s.current.parentNode&&null!==l.current&&l.current.appendChild(s.current),function(){var t;null===(t=s.current)||void 0===t||null===(t=t.parentNode)||void 0===t||t.removeChild(s.current)}}),[]),s.current?i().createPortal(c,s.current):null}))},30981:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var o=n(39155),r=(0,n(20998).A)()?o.useLayoutEffect:o.useEffect,i=function(t,e){var n=o.useRef(!0);r((function(){return t(n.current)}),e),r((function(){return n.current=!1,function(){n.current=!0}}),[])};const a=i},28104:(t,e,n)=>{"use strict";n(39155)},1233:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(3453),r=n(39155);function i(t){var e=r.useRef(!1),n=r.useState(t),i=(0,o.A)(n,2),a=i[0],c=i[1];return r.useEffect((function(){return e.current=!1,function(){e.current=!0}}),[]),[a,function(t,n){n&&e.current||c(t)}]}},43210:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(68210);const i=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=new Set;return function t(e,a){var c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,l=i.has(e);if((0,r.Ay)(!l,"Warning: There may be circular references"),l)return!1;if(e===a)return!0;if(n&&c>1)return!1;i.add(e);var s=c+1;if(Array.isArray(e)){if(!Array.isArray(a)||e.length!==a.length)return!1;for(var u=0;u<e.length;u++)if(!t(e[u],a[u],s))return!1;return!0}if(e&&a&&"object"===(0,o.A)(e)&&"object"===(0,o.A)(a)){var p=Object.keys(e);return p.length===Object.keys(a).length&&p.every((function(n){return t(e[n],a[n],s)}))}return!1}(t,e)}},68430:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});const o=function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var t=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==t?void 0:t.substr(0,4))}},25371:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var o=function(t){return+setTimeout(t,16)},r=function(t){return clearTimeout(t)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(o=function(t){return window.requestAnimationFrame(t)},r=function(t){return window.cancelAnimationFrame(t)});var i=0,a=new Map;function c(t){a.delete(t)}var l=function(t){var e=i+=1;return function n(r){if(0===r)c(e),t();else{var i=o((function(){n(r-1)}));a.set(e,i)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),e};l.cancel=function(t){var e=a.get(t);return c(t),r(e)};const s=l},8719:(t,e,n)=>{"use strict";n.d(e,{K4:()=>a,Xf:()=>i,f3:()=>c});var o=n(82284),r=(n(39155),n(44363));n(28104);function i(t,e){"function"==typeof t?t(e):"object"===(0,o.A)(t)&&t&&"current"in t&&(t.current=e)}function a(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var o=e.filter((function(t){return t}));return o.length<=1?o[0]:function(t){e.forEach((function(e){i(e,t)}))}}function c(t){var e,n,o=(0,r.isMemo)(t)?t.type.type:t.type;return!!("function"!=typeof o||null!==(e=o.prototype)&&void 0!==e&&e.render||o.$$typeof===r.ForwardRef)&&!!("function"!=typeof t||null!==(n=t.prototype)&&void 0!==n&&n.render||t.$$typeof===r.ForwardRef)}},68210:(t,e,n)=>{"use strict";n.d(e,{Ay:()=>s});var o={},r=[];function i(t,e){}function a(t,e){}function c(t,e,n){e||o[n]||(t(!1,n),o[n]=!0)}function l(t,e){c(i,t,e)}l.preMessage=function(t){r.push(t)},l.resetWarned=function(){o={}},l.noteOnce=function(t,e){c(a,t,e)};const s=l},22799:(t,e)=>{"use strict";var n,o=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),s=Symbol.for("react.context"),u=Symbol.for("react.server_context"),p=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),v=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen");
|
|
21
|
+
Yt=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function s(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,n){return t[e]=n}}function u(t,e,n,o){var i=e&&e.prototype instanceof b?e:b,a=Object.create(i.prototype),c=new M(o||[]);return r(a,"_invoke",{value:k(t,n,c)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var f="suspendedStart",d="suspendedYield",v="executing",m="completed",h={};function b(){}function g(){}function y(){}var w={};s(w,a,(function(){return this}));var x=Object.getPrototypeOf,A=x&&x(x(N([])));A&&A!==n&&o.call(A,a)&&(w=A);var O=y.prototype=b.prototype=Object.create(w);function E(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function n(r,i,a,c){var l=p(t[r],t,i);if("throw"!==l.type){var s=l.arg,u=s.value;return u&&"object"==(0,T.A)(u)&&o.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,c)}),(function(t){n("throw",t,a,c)})):e.resolve(u).then((function(t){s.value=t,a(s)}),(function(t){return n("throw",t,a,c)}))}c(l.arg)}var i;r(this,"_invoke",{value:function(t,o){function r(){return new e((function(e,r){n(t,o,e,r)}))}return i=i?i.then(r,r):r()}})}function k(e,n,o){var r=f;return function(i,a){if(r===v)throw Error("Generator is already running");if(r===m){if("throw"===i)throw a;return{value:t,done:!0}}for(o.method=i,o.arg=a;;){var c=o.delegate;if(c){var l=C(c,o);if(l){if(l===h)continue;return l}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(r===f)throw r=m,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r=v;var s=p(e,n,o);if("normal"===s.type){if(r=o.done?m:d,s.arg===h)continue;return{value:s.arg,done:o.done}}"throw"===s.type&&(r=m,o.method="throw",o.arg=s.arg)}}}function C(e,n){var o=n.method,r=e.iterator[o];if(r===t)return n.delegate=null,"throw"===o&&e.iterator.return&&(n.method="return",n.arg=t,C(e,n),"throw"===n.method)||"return"!==o&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+o+"' method")),h;var i=p(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,h;var a=i.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,h):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,h)}function j(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function M(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(j,this),this.reset(!0)}function N(e){if(e||""===e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function n(){for(;++r<e.length;)if(o.call(e,r))return n.value=e[r],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}throw new TypeError((0,T.A)(e)+" is not iterable")}return g.prototype=y,r(O,"constructor",{value:y,configurable:!0}),r(y,"constructor",{value:g,configurable:!0}),g.displayName=s(y,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,s(t,l,"GeneratorFunction")),t.prototype=Object.create(O),t},e.awrap=function(t){return{__await:t}},E(S.prototype),s(S.prototype,c,(function(){return this})),e.AsyncIterator=S,e.async=function(t,n,o,r,i){void 0===i&&(i=Promise);var a=new S(u(t,n,o,r),i);return e.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},E(O),s(O,l,"Generator"),s(O,a,(function(){return this})),s(O,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var o in e)n.push(o);return n.reverse(),function t(){for(;n.length;){var o=n.pop();if(o in e)return t.value=o,t.done=!1,t}return t.done=!0,t}},e.values=N,M.prototype={constructor:M,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(P),!e)for(var n in this)"t"===n.charAt(0)&&o.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(o,r){return c.type="throw",c.arg=e,n.next=o,r&&(n.method="next",n.arg=t),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=o.call(a,"catchLoc"),s=o.call(a,"finallyLoc");if(l&&s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),P(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var o=n.completion;if("throw"===o.type){var r=o.arg;P(n)}return r}}throw Error("illegal catch attempt")},delegateYield:function(e,n,o){return this.delegate={iterator:N(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),h}},e}var Kt=n(10467),Xt=n(1233),Gt=["measure","alignPre","align",null,"motion"];var qt=p.forwardRef((function(t,e){var n=t.visible,i=t.prefixCls,a=t.className,c=t.style,l=t.children,s=t.zIndex,u=t.stretch,f=t.destroyPopupOnHide,d=t.forceRender,v=t.align,h=t.point,b=t.getRootDomNode,g=t.getClassNameFromAlign,y=t.onAlign,w=t.onMouseEnter,x=t.onMouseLeave,O=t.onMouseDown,S=t.onTouchStart,k=t.onClick,P=(0,p.useRef)(),M=(0,p.useRef)(),T=(0,p.useState)(),N=(0,E.A)(T,2),D=N[0],_=N[1],R=function(t){var e=p.useState({width:0,height:0}),n=(0,E.A)(e,2),o=n[0],r=n[1];return[p.useMemo((function(){var e={};if(t){var n=o.width,r=o.height;-1!==t.indexOf("height")&&r?e.height=r:-1!==t.indexOf("minHeight")&&r&&(e.minHeight=r),-1!==t.indexOf("width")&&n?e.width=n:-1!==t.indexOf("minWidth")&&n&&(e.minWidth=n)}return e}),[t,o]),function(t){var e=t.offsetWidth,n=t.offsetHeight,o=t.getBoundingClientRect(),i=o.width,a=o.height;Math.abs(e-i)<1&&Math.abs(n-a)<1&&(e=i,n=a),r({width:e,height:n})}]}(u),L=(0,E.A)(R,2),I=L[0],H=L[1];var z=function(t,e){var n=(0,Xt.A)(null),o=(0,E.A)(n,2),r=o[0],i=o[1],a=(0,p.useRef)();function c(t){i(t,!0)}function l(){m.A.cancel(a.current)}return(0,p.useEffect)((function(){c("measure")}),[t]),(0,p.useEffect)((function(){"measure"===r&&e(),r&&(a.current=(0,m.A)((0,Kt.A)(Yt().mark((function t(){var e,n;return Yt().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e=Gt.indexOf(r),(n=Gt[e+1])&&-1!==e&&c(n);case 3:case"end":return t.stop()}}),t)})))))}),[r]),(0,p.useEffect)((function(){return function(){l()}}),[]),[r,function(t){l(),a.current=(0,m.A)((function(){c((function(t){switch(r){case"align":return"motion";case"motion":return"stable"}return t})),null==t||t()}))}]}(n,(function(){u&&H(b())})),F=(0,E.A)(z,2),$=F[0],V=F[1],U=(0,p.useState)(0),W=(0,E.A)(U,2),B=W[0],Y=W[1],K=(0,p.useRef)();function X(){var t;null===(t=P.current)||void 0===t||t.forceAlign()}function G(t,e){var n=g(e);D!==n&&_(n),Y((function(t){return t+1})),"align"===$&&(null==y||y(t,e))}(0,Ht.A)((function(){"alignPre"===$&&Y(0)}),[$]),(0,Ht.A)((function(){"align"===$&&(B<3?X():V((function(){var t;null===(t=K.current)||void 0===t||t.call(K)})))}),[B]);var q=(0,o.A)({},j(t));function Z(){return new Promise((function(t){K.current=t}))}["onAppearEnd","onEnterEnd","onLeaveEnd"].forEach((function(t){var e=q[t];q[t]=function(t,n){return V(),null==e?void 0:e(t,n)}})),p.useEffect((function(){q.motionName||"motion"!==$||V()}),[q.motionName,$]),p.useImperativeHandle(e,(function(){return{forceAlign:X,getElement:function(){return M.current}}}));var Q=(0,o.A)((0,o.A)({},I),{},{zIndex:s,opacity:"motion"!==$&&"stable"!==$&&n?0:void 0,pointerEvents:n||"stable"===$?void 0:"none"},c),J=!0;null==v||!v.points||"align"!==$&&"stable"!==$||(J=!1);var tt=l;return p.Children.count(l)>1&&(tt=p.createElement("div",{className:"".concat(i,"-content")},l)),p.createElement(C.A,(0,r.A)({visible:n,ref:M,leavedClassName:"".concat(i,"-hidden")},q,{onAppearPrepare:Z,onEnterPrepare:Z,removeOnLeave:f,forceRender:d}),(function(t,e){var n=t.className,r=t.style,c=A()(i,a,D,n);return p.createElement(Bt,{target:h||b,key:"popup",ref:P,monitorWindowResize:!0,disabled:J,align:v,onAlign:G},p.createElement("div",{ref:e,className:c,onMouseEnter:w,onMouseLeave:x,onMouseDownCapture:O,onTouchStartCapture:S,onClick:k,style:(0,o.A)((0,o.A)({},r),Q)},tt))}))}));qt.displayName="PopupInner";const Zt=qt;var Qt=p.forwardRef((function(t,e){var n=t.prefixCls,i=t.visible,a=t.zIndex,c=t.children,l=t.mobile,s=(l=void 0===l?{}:l).popupClassName,u=l.popupStyle,f=l.popupMotion,d=void 0===f?{}:f,v=l.popupRender,m=t.onClick,h=p.useRef();p.useImperativeHandle(e,(function(){return{forceAlign:function(){},getElement:function(){return h.current}}}));var b=(0,o.A)({zIndex:a},u),g=c;return p.Children.count(c)>1&&(g=p.createElement("div",{className:"".concat(n,"-content")},c)),v&&(g=v(g)),p.createElement(C.A,(0,r.A)({visible:i,ref:h,removeOnLeave:!0},d),(function(t,e){var r=t.className,i=t.style,a=A()(n,s,r);return p.createElement("div",{ref:e,className:a,onClick:m,style:(0,o.A)((0,o.A)({},i),b)},g)}))}));Qt.displayName="MobilePopupInner";const Jt=Qt;var te=["visible","mobile"],ee=p.forwardRef((function(t,e){var n=t.visible,i=t.mobile,a=(0,S.A)(t,te),c=(0,p.useState)(n),l=(0,E.A)(c,2),s=l[0],u=l[1],f=(0,p.useState)(!1),d=(0,E.A)(f,2),v=d[0],m=d[1],h=(0,o.A)((0,o.A)({},a),{},{visible:s});(0,p.useEffect)((function(){u(n),n&&i&&m((0,k.A)())}),[n,i]);var b=v?p.createElement(Jt,(0,r.A)({},h,{mobile:i,ref:e})):p.createElement(Zt,(0,r.A)({},h,{ref:e}));return p.createElement("div",null,p.createElement(P,h),b)}));ee.displayName="Popup";const ne=ee;const oe=p.createContext(null);function re(){}function ie(){return""}function ae(t){return t?t.ownerDocument:window.document}var ce=["onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur","onContextMenu"];const le=(se=w.A,ue=function(t){(0,l.A)(n,t);var e=(0,s.A)(n);function n(t){var o,a;return(0,i.A)(this,n),o=e.call(this,t),(0,u.A)((0,c.A)(o),"popupRef",p.createRef()),(0,u.A)((0,c.A)(o),"triggerRef",p.createRef()),(0,u.A)((0,c.A)(o),"portalContainer",void 0),(0,u.A)((0,c.A)(o),"attachId",void 0),(0,u.A)((0,c.A)(o),"clickOutsideHandler",void 0),(0,u.A)((0,c.A)(o),"touchOutsideHandler",void 0),(0,u.A)((0,c.A)(o),"contextMenuOutsideHandler1",void 0),(0,u.A)((0,c.A)(o),"contextMenuOutsideHandler2",void 0),(0,u.A)((0,c.A)(o),"mouseDownTimeout",void 0),(0,u.A)((0,c.A)(o),"focusTime",void 0),(0,u.A)((0,c.A)(o),"preClickTime",void 0),(0,u.A)((0,c.A)(o),"preTouchTime",void 0),(0,u.A)((0,c.A)(o),"delayTimer",void 0),(0,u.A)((0,c.A)(o),"hasPopupMouseDown",void 0),(0,u.A)((0,c.A)(o),"onMouseEnter",(function(t){var e=o.props.mouseEnterDelay;o.fireEvents("onMouseEnter",t),o.delaySetPopupVisible(!0,e,e?null:t)})),(0,u.A)((0,c.A)(o),"onMouseMove",(function(t){o.fireEvents("onMouseMove",t),o.setPoint(t)})),(0,u.A)((0,c.A)(o),"onMouseLeave",(function(t){o.fireEvents("onMouseLeave",t),o.delaySetPopupVisible(!1,o.props.mouseLeaveDelay)})),(0,u.A)((0,c.A)(o),"onPopupMouseEnter",(function(){o.clearDelayTimer()})),(0,u.A)((0,c.A)(o),"onPopupMouseLeave",(function(t){var e;t.relatedTarget&&!t.relatedTarget.setTimeout&&(0,h.A)(null===(e=o.popupRef.current)||void 0===e?void 0:e.getElement(),t.relatedTarget)||o.delaySetPopupVisible(!1,o.props.mouseLeaveDelay)})),(0,u.A)((0,c.A)(o),"onFocus",(function(t){o.fireEvents("onFocus",t),o.clearDelayTimer(),o.isFocusToShow()&&(o.focusTime=Date.now(),o.delaySetPopupVisible(!0,o.props.focusDelay))})),(0,u.A)((0,c.A)(o),"onMouseDown",(function(t){o.fireEvents("onMouseDown",t),o.preClickTime=Date.now()})),(0,u.A)((0,c.A)(o),"onTouchStart",(function(t){o.fireEvents("onTouchStart",t),o.preTouchTime=Date.now()})),(0,u.A)((0,c.A)(o),"onBlur",(function(t){o.fireEvents("onBlur",t),o.clearDelayTimer(),o.isBlurToHide()&&o.delaySetPopupVisible(!1,o.props.blurDelay)})),(0,u.A)((0,c.A)(o),"onContextMenu",(function(t){t.preventDefault(),o.fireEvents("onContextMenu",t),o.setPopupVisible(!0,t)})),(0,u.A)((0,c.A)(o),"onContextMenuClose",(function(){o.isContextMenuToShow()&&o.close()})),(0,u.A)((0,c.A)(o),"onClick",(function(t){if(o.fireEvents("onClick",t),o.focusTime){var e;if(o.preClickTime&&o.preTouchTime?e=Math.min(o.preClickTime,o.preTouchTime):o.preClickTime?e=o.preClickTime:o.preTouchTime&&(e=o.preTouchTime),Math.abs(e-o.focusTime)<20)return;o.focusTime=0}o.preClickTime=0,o.preTouchTime=0,o.isClickToShow()&&(o.isClickToHide()||o.isBlurToHide())&&t&&t.preventDefault&&t.preventDefault();var n=!o.state.popupVisible;(o.isClickToHide()&&!n||n&&o.isClickToShow())&&o.setPopupVisible(!o.state.popupVisible,t)})),(0,u.A)((0,c.A)(o),"onPopupMouseDown",(function(){var t;o.hasPopupMouseDown=!0,clearTimeout(o.mouseDownTimeout),o.mouseDownTimeout=window.setTimeout((function(){o.hasPopupMouseDown=!1}),0),o.context&&(t=o.context).onPopupMouseDown.apply(t,arguments)})),(0,u.A)((0,c.A)(o),"onDocumentClick",(function(t){if(!o.props.mask||o.props.maskClosable){var e=t.target,n=o.getRootDomNode(),r=o.getPopupDomNode();(0,h.A)(n,e)&&!o.isContextMenuOnly()||(0,h.A)(r,e)||o.hasPopupMouseDown||o.close()}})),(0,u.A)((0,c.A)(o),"getRootDomNode",(function(){var t=o.props.getTriggerDOMNode;if(t)return t(o.triggerRef.current);try{var e=(0,b.A)(o.triggerRef.current);if(e)return e}catch(t){}return v().findDOMNode((0,c.A)(o))})),(0,u.A)((0,c.A)(o),"getPopupClassNameFromAlign",(function(t){var e=[],n=o.props,r=n.popupPlacement,i=n.builtinPlacements,a=n.prefixCls,c=n.alignPoint,l=n.getPopupClassNameFromAlign;return r&&i&&e.push(function(t,e,n,o){for(var r=n.points,i=Object.keys(t),a=0;a<i.length;a+=1){var c=i[a];if(O(t[c].points,r,o))return"".concat(e,"-placement-").concat(c)}return""}(i,a,t,c)),l&&e.push(l(t)),e.join(" ")})),(0,u.A)((0,c.A)(o),"getComponent",(function(){var t=o.props,e=t.prefixCls,n=t.destroyPopupOnHide,i=t.popupClassName,a=t.onPopupAlign,c=t.popupMotion,l=t.popupAnimation,s=t.popupTransitionName,u=t.popupStyle,f=t.mask,d=t.maskAnimation,v=t.maskTransitionName,m=t.maskMotion,h=t.zIndex,b=t.popup,g=t.stretch,y=t.alignPoint,w=t.mobile,x=t.forceRender,A=t.onPopupClick,O=o.state,E=O.popupVisible,S=O.point,k=o.getPopupAlign(),C={};return o.isMouseEnterToShow()&&(C.onMouseEnter=o.onPopupMouseEnter),o.isMouseLeaveToHide()&&(C.onMouseLeave=o.onPopupMouseLeave),C.onMouseDown=o.onPopupMouseDown,C.onTouchStart=o.onPopupMouseDown,p.createElement(ne,(0,r.A)({prefixCls:e,destroyPopupOnHide:n,visible:E,point:y&&S,className:i,align:k,onAlign:a,animation:l,getClassNameFromAlign:o.getPopupClassNameFromAlign},C,{stretch:g,getRootDomNode:o.getRootDomNode,style:u,mask:f,zIndex:h,transitionName:s,maskAnimation:d,maskTransitionName:v,maskMotion:m,ref:o.popupRef,motion:c,mobile:w,forceRender:x,onClick:A}),"function"==typeof b?b():b)})),(0,u.A)((0,c.A)(o),"attachParent",(function(t){m.A.cancel(o.attachId);var e,n=o.props,r=n.getPopupContainer,i=n.getDocument,a=o.getRootDomNode();r?(a||0===r.length)&&(e=r(a)):e=i(o.getRootDomNode()).body,e?e.appendChild(t):o.attachId=(0,m.A)((function(){o.attachParent(t)}))})),(0,u.A)((0,c.A)(o),"getContainer",(function(){if(!o.portalContainer){var t=(0,o.props.getDocument)(o.getRootDomNode()).createElement("div");t.style.position="absolute",t.style.top="0",t.style.left="0",t.style.width="100%",o.portalContainer=t}return o.attachParent(o.portalContainer),o.portalContainer})),(0,u.A)((0,c.A)(o),"setPoint",(function(t){o.props.alignPoint&&t&&o.setState({point:{pageX:t.pageX,pageY:t.pageY}})})),(0,u.A)((0,c.A)(o),"handlePortalUpdate",(function(){o.state.prevPopupVisible!==o.state.popupVisible&&o.props.afterPopupVisibleChange(o.state.popupVisible)})),(0,u.A)((0,c.A)(o),"triggerContextValue",{onPopupMouseDown:o.onPopupMouseDown}),a="popupVisible"in t?!!t.popupVisible:!!t.defaultPopupVisible,o.state={prevPopupVisible:a,popupVisible:a},ce.forEach((function(t){o["fire".concat(t)]=function(e){o.fireEvents(t,e)}})),o}return(0,a.A)(n,[{key:"componentDidMount",value:function(){this.componentDidUpdate()}},{key:"componentDidUpdate",value:function(){var t,e=this.props;if(this.state.popupVisible)return this.clickOutsideHandler||!this.isClickToHide()&&!this.isContextMenuToShow()||(t=e.getDocument(this.getRootDomNode()),this.clickOutsideHandler=(0,y.A)(t,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(t=t||e.getDocument(this.getRootDomNode()),this.touchOutsideHandler=(0,y.A)(t,"touchstart",this.onDocumentClick)),!this.contextMenuOutsideHandler1&&this.isContextMenuToShow()&&(t=t||e.getDocument(this.getRootDomNode()),this.contextMenuOutsideHandler1=(0,y.A)(t,"scroll",this.onContextMenuClose)),void(!this.contextMenuOutsideHandler2&&this.isContextMenuToShow()&&(this.contextMenuOutsideHandler2=(0,y.A)(window,"blur",this.onContextMenuClose)));this.clearOutsideHandler()}},{key:"componentWillUnmount",value:function(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout),m.A.cancel(this.attachId)}},{key:"getPopupDomNode",value:function(){var t;return(null===(t=this.popupRef.current)||void 0===t?void 0:t.getElement())||null}},{key:"getPopupAlign",value:function(){var t=this.props,e=t.popupPlacement,n=t.popupAlign,r=t.builtinPlacements;return e&&r?function(t,e,n){var r=t[e]||{};return(0,o.A)((0,o.A)({},r),n)}(r,e,n):n}},{key:"setPopupVisible",value:function(t,e){var n=this.props.alignPoint,o=this.state.popupVisible;this.clearDelayTimer(),o!==t&&("popupVisible"in this.props||this.setState({popupVisible:t,prevPopupVisible:o}),this.props.onPopupVisibleChange(t)),n&&e&&t&&this.setPoint(e)}},{key:"delaySetPopupVisible",value:function(t,e,n){var o=this,r=1e3*e;if(this.clearDelayTimer(),r){var i=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=window.setTimeout((function(){o.setPopupVisible(t,i),o.clearDelayTimer()}),r)}else this.setPopupVisible(t,n)}},{key:"clearDelayTimer",value:function(){this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null)}},{key:"clearOutsideHandler",value:function(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextMenuOutsideHandler1&&(this.contextMenuOutsideHandler1.remove(),this.contextMenuOutsideHandler1=null),this.contextMenuOutsideHandler2&&(this.contextMenuOutsideHandler2.remove(),this.contextMenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)}},{key:"createTwoChains",value:function(t){var e=this.props.children.props,n=this.props;return e[t]&&n[t]?this["fire".concat(t)]:e[t]||n[t]}},{key:"isClickToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isContextMenuOnly",value:function(){var t=this.props.action;return"contextMenu"===t||1===t.length&&"contextMenu"===t[0]}},{key:"isContextMenuToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("contextMenu")||-1!==n.indexOf("contextMenu")}},{key:"isClickToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")}},{key:"isMouseEnterToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseEnter")}},{key:"isMouseLeaveToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseLeave")}},{key:"isFocusToShow",value:function(){var t=this.props,e=t.action,n=t.showAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("focus")}},{key:"isBlurToHide",value:function(){var t=this.props,e=t.action,n=t.hideAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("blur")}},{key:"forcePopupAlign",value:function(){var t;this.state.popupVisible&&(null===(t=this.popupRef.current)||void 0===t||t.forceAlign())}},{key:"fireEvents",value:function(t,e){var n=this.props.children.props[t];n&&n(e);var o=this.props[t];o&&o(e)}},{key:"close",value:function(){this.setPopupVisible(!1)}},{key:"render",value:function(){var t=this.state.popupVisible,e=this.props,n=e.children,r=e.forceRender,i=e.alignPoint,a=e.className,c=e.autoDestroy,l=p.Children.only(n),s={key:"trigger"};this.isContextMenuToShow()?s.onContextMenu=this.onContextMenu:s.onContextMenu=this.createTwoChains("onContextMenu"),this.isClickToHide()||this.isClickToShow()?(s.onClick=this.onClick,s.onMouseDown=this.onMouseDown,s.onTouchStart=this.onTouchStart):(s.onClick=this.createTwoChains("onClick"),s.onMouseDown=this.createTwoChains("onMouseDown"),s.onTouchStart=this.createTwoChains("onTouchStart")),this.isMouseEnterToShow()?(s.onMouseEnter=this.onMouseEnter,i&&(s.onMouseMove=this.onMouseMove)):s.onMouseEnter=this.createTwoChains("onMouseEnter"),this.isMouseLeaveToHide()?s.onMouseLeave=this.onMouseLeave:s.onMouseLeave=this.createTwoChains("onMouseLeave"),this.isFocusToShow()||this.isBlurToHide()?(s.onFocus=this.onFocus,s.onBlur=this.onBlur):(s.onFocus=this.createTwoChains("onFocus"),s.onBlur=this.createTwoChains("onBlur"));var u=A()(l&&l.props&&l.props.className,a);u&&(s.className=u);var f=(0,o.A)({},s);(0,g.f3)(l)&&(f.ref=(0,g.K4)(this.triggerRef,l.ref));var d,v=p.cloneElement(l,f);return(t||this.popupRef.current||r)&&(d=p.createElement(se,{key:"portal",getContainer:this.getContainer,didUpdate:this.handlePortalUpdate},this.getComponent())),!t&&c&&(d=null),p.createElement(oe.Provider,{value:this.triggerContextValue},v,d)}}],[{key:"getDerivedStateFromProps",value:function(t,e){var n=t.popupVisible,o={};return void 0!==n&&e.popupVisible!==n&&(o.popupVisible=n,o.prevPopupVisible=e.popupVisible),o}}]),n}(p.Component),(0,u.A)(ue,"contextType",oe),(0,u.A)(ue,"defaultProps",{prefixCls:"rc-trigger-popup",getPopupClassNameFromAlign:ie,getDocument:ae,onPopupVisibleChange:re,afterPopupVisibleChange:re,onPopupAlign:re,popupClassName:"",mouseEnterDelay:0,mouseLeaveDelay:.1,focusDelay:0,blurDelay:.15,popupStyle:{},destroyPopupOnHide:!1,popupAlign:{},defaultPopupVisible:!1,mask:!1,maskClosable:!0,action:[],showAction:[],hideAction:[],autoDestroy:!1}),ue);var se,ue},69916:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(69514),r=n.n(o);function i(t,e,n,o){var i=r().unstable_batchedUpdates?function(t){r().unstable_batchedUpdates(n,t)}:n;return null!=t&&t.addEventListener&&t.addEventListener(e,i,o),{remove:function(){null!=t&&t.removeEventListener&&t.removeEventListener(e,i,o)}}}},20998:(t,e,n)=>{"use strict";function o(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}n.d(e,{A:()=>o})},54808:(t,e,n)=>{"use strict";function o(t,e){if(!t)return!1;if(t.contains)return t.contains(e);for(var n=e;n;){if(n===t)return!0;n=n.parentNode}return!1}n.d(e,{A:()=>o})},66588:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(39155),r=n.n(o),i=n(69514),a=n.n(i);function c(t){return function(t){return t instanceof HTMLElement||t instanceof SVGElement}(t)?t:t instanceof r().Component?a().findDOMNode(t):null}},42467:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});const o=function(t){if(!t)return!1;if(t instanceof Element){if(t.offsetParent)return!0;if(t.getBBox){var e=t.getBBox(),n=e.width,o=e.height;if(n||o)return!0}if(t.getBoundingClientRect){var r=t.getBoundingClientRect(),i=r.width,a=r.height;if(i||a)return!0}}return!1}},16928:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(t){var e=t.keyCode;if(t.altKey&&!t.ctrlKey||t.metaKey||e>=o.F1&&e<=o.F12)return!1;switch(e){case o.ALT:case o.CAPS_LOCK:case o.CONTEXT_MENU:case o.CTRL:case o.DOWN:case o.END:case o.ESC:case o.HOME:case o.INSERT:case o.LEFT:case o.MAC_FF_META:case o.META:case o.NUMLOCK:case o.NUM_CENTER:case o.PAGE_DOWN:case o.PAGE_UP:case o.PAUSE:case o.PRINT_SCREEN:case o.RIGHT:case o.SHIFT:case o.UP:case o.WIN_KEY:case o.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(t){if(t>=o.ZERO&&t<=o.NINE)return!0;if(t>=o.NUM_ZERO&&t<=o.NUM_MULTIPLY)return!0;if(t>=o.A&&t<=o.Z)return!0;if(-1!==window.navigator.userAgent.indexOf("WebKit")&&0===t)return!0;switch(t){case o.SPACE:case o.QUESTION_MARK:case o.NUM_PLUS:case o.NUM_MINUS:case o.NUM_PERIOD:case o.NUM_DIVISION:case o.SEMICOLON:case o.DASH:case o.EQUALS:case o.COMMA:case o.PERIOD:case o.SLASH:case o.APOSTROPHE:case o.SINGLE_QUOTE:case o.OPEN_SQUARE_BRACKET:case o.BACKSLASH:case o.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};const r=o},88822:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(39155),r=n(69514),i=n.n(r),a=n(20998);const c=(0,o.forwardRef)((function(t,e){var n=t.didUpdate,r=t.getContainer,c=t.children,l=(0,o.useRef)(),s=(0,o.useRef)();(0,o.useImperativeHandle)(e,(function(){return{}}));var u=(0,o.useRef)(!1);return!u.current&&(0,a.A)()&&(s.current=r(),l.current=s.current.parentNode,u.current=!0),(0,o.useEffect)((function(){null==n||n(t)})),(0,o.useEffect)((function(){return null===s.current.parentNode&&null!==l.current&&l.current.appendChild(s.current),function(){var t;null===(t=s.current)||void 0===t||null===(t=t.parentNode)||void 0===t||t.removeChild(s.current)}}),[]),s.current?i().createPortal(c,s.current):null}))},30981:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var o=n(39155),r=(0,n(20998).A)()?o.useLayoutEffect:o.useEffect,i=function(t,e){var n=o.useRef(!0);r((function(){return t(n.current)}),e),r((function(){return n.current=!1,function(){n.current=!0}}),[])};const a=i},28104:(t,e,n)=>{"use strict";n(39155)},1233:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(3453),r=n(39155);function i(t){var e=r.useRef(!1),n=r.useState(t),i=(0,o.A)(n,2),a=i[0],c=i[1];return r.useEffect((function(){return e.current=!1,function(){e.current=!0}}),[]),[a,function(t,n){n&&e.current||c(t)}]}},43210:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(68210);const i=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=new Set;return function t(e,a){var c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,l=i.has(e);if((0,r.Ay)(!l,"Warning: There may be circular references"),l)return!1;if(e===a)return!0;if(n&&c>1)return!1;i.add(e);var s=c+1;if(Array.isArray(e)){if(!Array.isArray(a)||e.length!==a.length)return!1;for(var u=0;u<e.length;u++)if(!t(e[u],a[u],s))return!1;return!0}if(e&&a&&"object"===(0,o.A)(e)&&"object"===(0,o.A)(a)){var p=Object.keys(e);return p.length===Object.keys(a).length&&p.every((function(n){return t(e[n],a[n],s)}))}return!1}(t,e)}},68430:(t,e,n)=>{"use strict";n.d(e,{A:()=>o});const o=function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var t=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==t?void 0:t.substr(0,4))}},25371:(t,e,n)=>{"use strict";n.d(e,{A:()=>s});var o=function(t){return+setTimeout(t,16)},r=function(t){return clearTimeout(t)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(o=function(t){return window.requestAnimationFrame(t)},r=function(t){return window.cancelAnimationFrame(t)});var i=0,a=new Map;function c(t){a.delete(t)}var l=function(t){var e=i+=1;return function n(r){if(0===r)c(e),t();else{var i=o((function(){n(r-1)}));a.set(e,i)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),e};l.cancel=function(t){var e=a.get(t);return c(t),r(e)};const s=l},8719:(t,e,n)=>{"use strict";n.d(e,{K4:()=>a,Xf:()=>i,f3:()=>c});var o=n(82284),r=(n(39155),n(44363)),i=(n(28104),function(t,e){"function"==typeof t?t(e):"object"===(0,o.A)(t)&&t&&"current"in t&&(t.current=e)}),a=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var o=e.filter(Boolean);return o.length<=1?o[0]:function(t){e.forEach((function(e){i(e,t)}))}},c=function(t){var e,n,o=(0,r.isMemo)(t)?t.type.type:t.type;return!!("function"!=typeof o||null!==(e=o.prototype)&&void 0!==e&&e.render||o.$$typeof===r.ForwardRef)&&!!("function"!=typeof t||null!==(n=t.prototype)&&void 0!==n&&n.render||t.$$typeof===r.ForwardRef)}},68210:(t,e,n)=>{"use strict";n.d(e,{Ay:()=>s});var o={},r=[];function i(t,e){}function a(t,e){}function c(t,e,n){e||o[n]||(t(!1,n),o[n]=!0)}function l(t,e){c(i,t,e)}l.preMessage=function(t){r.push(t)},l.resetWarned=function(){o={}},l.noteOnce=function(t,e){c(a,t,e)};const s=l},22799:(t,e)=>{"use strict";var n,o=Symbol.for("react.element"),r=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),s=Symbol.for("react.context"),u=Symbol.for("react.server_context"),p=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),v=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),h=Symbol.for("react.offscreen");
|
|
22
22
|
/**
|
|
23
23
|
* @license React
|
|
24
24
|
* react-is.production.min.js
|
|
@@ -40,4 +40,4 @@ Yt=function(){return e};var t,e={},n=Object.prototype,o=n.hasOwnProperty,r=Objec
|
|
|
40
40
|
Copyright (c) 2018 Jed Watson.
|
|
41
41
|
Licensed under the MIT License (MIT), see
|
|
42
42
|
http://jedwatson.github.io/classnames
|
|
43
|
-
*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=a(t,i(n)))}return t}function i(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return r.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var e="";for(var n in t)o.call(t,n)&&t[n]&&(e=a(e,n));return e}function a(t,e){return e?t?t+" "+e:t+e:t}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},43145:(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,{A:()=>o})},96369:(t,e,n)=>{"use strict";function o(t){if(Array.isArray(t))return t}n.d(e,{A:()=>o})},9417:(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,{A:()=>o})},10467:(t,e,n)=>{"use strict";function o(t,e,n,o,r,i,a){try{var c=t[i](a),l=c.value}catch(t){return void n(t)}c.done?e(l):Promise.resolve(l).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,l,"next",t)}function l(t){o(a,r,i,c,l,"throw",t)}c(void 0)}))}}n.d(e,{A:()=>r})},23029:(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,{A:()=>o})},92901:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(49922);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.A)(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}},29426:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var o=n(53954),r=n(52176),i=n(56822);function a(t){var e=(0,r.A)();return function(){var n,r=(0,o.A)(t);if(e){var a=(0,o.A)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return(0,i.A)(this,n)}}},64467:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(49922);function r(t,e,n){return(e=(0,o.A)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},58168:(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,{A:()=>o})},53954:(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,{A:()=>o})},85501:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(63662);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.A)(t,e)}},52176:(t,e,n)=>{"use strict";function o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(o=function(){return!!t})()}n.d(e,{A:()=>o})},6986:(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=[],l=!0,s=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(o=i.call(n)).done)&&(c.push(o.value),c.length!==e);l=!0);}catch(t){s=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw r}}return c}}n.d(e,{A:()=>o})},76562:(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,{A:()=>o})},89379:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(64467);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.A)(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}},80045:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(98587);function r(t,e){if(null==t)return{};var n,r,i=(0,o.A)(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}},98587:(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,{A:()=>o})},56822:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(9417);function i(t,e){if(e&&("object"===(0,o.A)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.A)(t)}},63662:(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,{A:()=>o})},3453:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(96369),r=n(6986),i=n(27800),a=n(76562);function c(t,e){return(0,o.A)(t)||(0,r.A)(t,e)||(0,i.A)(t,e)||(0,a.A)()}},92327:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(82284);function r(t,e){if("object"!=(0,o.A)(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=(0,o.A)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}},49922:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(92327);function i(t){var e=(0,r.A)(t,"string");return"symbol"==(0,o.A)(e)?e:e+""}},82284:(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,{A:()=>o})},27800:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(43145);function r(t,e){if(t){if("string"==typeof t)return(0,o.A)(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.A)(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].call(n.exports,n,n.exports,i),n.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(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=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=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(()=>{"use strict";i.r(a),i.d(a,{default:()=>m});var t=i(39155),e=i.n(t),n=i(50522),o=i(69004),r=i(40718),c=i(59079),l=i(20053),s=i(14552),u=i(7569);const p={zh:{expandAll:"全部展开",retractAll:"全部收起"},en:{expandAll:"Expand All",retractAll:"Shrink All"}};i(75951);var f=i(42775);function d(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 v(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 d(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 d(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.")}()}const m=function(i){var a=i.className,d=i.style,m=i.paddingRight,h=void 0===m?40:m,b=i.layout,g=void 0===b?"horizontal":b,y=i.border,w=i.title,x=i.list,A=i.column,O=i.collapse,E=i.defaultOpen,S=void 0!==E&&E,k=i.open,C=i.collapsedHeight,j=void 0===C?60:C,P=i.onCollapse,M=(0,u.A)("Descriptions",p),T=v((0,t.useState)(!1),2),N=T[0],D=T[1],_=v((0,t.useState)([]),2),R=_[0],L=_[1];(0,t.useEffect)((function(){void 0!==S&&D(S)}),[S]),(0,t.useEffect)((function(){void 0!==k&&D(k)}),[k]),(0,t.useEffect)((function(){for(var t=x||[],e=F(),n=0,o=[],r=[],i=0,a=t.length;i<a;i++){var c=t[i];n+=c.column||1,r.push(c),n>=e?(o.push(r),r=[],n=0):i===t.length-1&&o.push(r)}L(o)}),[x,g,A]);var I,H,z,F=function(){return A||(("horizontal"!==g||y)&&"horizontal"===g?3:4)},$=function(){return e().createElement("div",{className:"table-box"},e().createElement("table",null,e().createElement("tbody",null,R.map((function(n,r){return"horizontal"===g?function(n,r){return e().createElement("tr",{key:r},n.map((function(n,r){return e().createElement(t.Fragment,{key:r},y?e().createElement(e().Fragment,null,e().createElement("th",{colSpan:n.column||1},n.label),e().createElement("td",{colSpan:n.column||2},n.content)):e().createElement("td",{colSpan:n.column||1},e().createElement("div",{className:"item-container",style:{paddingRight:(0,f.pixelReplacement)(h)}},e().createElement("span",{className:"title"},e().createElement(o.default,null,n.label),":"),e().createElement("span",{className:"content"},e().createElement(o.default,null,n.content)))))})))}(n,r):function(n,o){return e().createElement(t.Fragment,{key:o},e().createElement("tr",null,n.map((function(t,n){return e().createElement("th",{key:n,colSpan:t.column||1},t.label)}))),e().createElement("tr",null,n.map((function(t,n){return e().createElement("td",{key:n,colSpan:t.column||1},t.content)}))))}(n,r)})))))},V=function(){P&&P(!N),void 0===k&&D(!N)};return e().createElement("div",{style:d,className:(0,l.A)("".concat(s.n,"-descriptions"),a,"".concat(s.n,"-descriptions-").concat(g),(I={},H="".concat(s.n,"-descriptions-border"),z=y,H in I?Object.defineProperty(I,H,{value:z,enumerable:!0,configurable:!0,writable:!0}):I[H]=z,I))},function(){if(w){var t={title:""};return"string"==typeof w?t.title=w:t=w,e().createElement(n.default,t)}}(),O&&!y?e().createElement(e().Fragment,null,e().createElement(r.default,{in:N,collapsedHeight:j},$()),e().createElement(c.default,{onClick:V,className:"collapse-btn",variant:"text"},M(N?"retractAll":"expandAll"))):$())}})(),a})()));
|
|
43
|
+
*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=a(t,i(n)))}return t}function i(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return r.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var e="";for(var n in t)o.call(t,n)&&t[n]&&(e=a(e,n));return e}function a(t,e){return e?t?t+" "+e:t+e:t}t.exports?(r.default=r,t.exports=r):void 0===(n=function(){return r}.apply(e,[]))||(t.exports=n)}()},43145:(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,{A:()=>o})},96369:(t,e,n)=>{"use strict";function o(t){if(Array.isArray(t))return t}n.d(e,{A:()=>o})},9417:(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,{A:()=>o})},10467:(t,e,n)=>{"use strict";function o(t,e,n,o,r,i,a){try{var c=t[i](a),l=c.value}catch(t){return void n(t)}c.done?e(l):Promise.resolve(l).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,l,"next",t)}function l(t){o(a,r,i,c,l,"throw",t)}c(void 0)}))}}n.d(e,{A:()=>r})},23029:(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,{A:()=>o})},92901:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(49922);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.A)(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}},29426:(t,e,n)=>{"use strict";n.d(e,{A:()=>a});var o=n(53954),r=n(52176),i=n(56822);function a(t){var e=(0,r.A)();return function(){var n,r=(0,o.A)(t);if(e){var a=(0,o.A)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return(0,i.A)(this,n)}}},64467:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(49922);function r(t,e,n){return(e=(0,o.A)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},58168:(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,{A:()=>o})},53954:(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,{A:()=>o})},85501:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(63662);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.A)(t,e)}},52176:(t,e,n)=>{"use strict";function o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(t){}return(o=function(){return!!t})()}n.d(e,{A:()=>o})},6986:(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=[],l=!0,s=!1;try{if(i=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(o=i.call(n)).done)&&(c.push(o.value),c.length!==e);l=!0);}catch(t){s=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(s)throw r}}return c}}n.d(e,{A:()=>o})},76562:(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,{A:()=>o})},89379:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(64467);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.A)(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}},80045:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(98587);function r(t,e){if(null==t)return{};var n,r,i=(0,o.A)(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}},98587:(t,e,n)=>{"use strict";function o(t,e){if(null==t)return{};var n={};for(var o in t)if(Object.prototype.hasOwnProperty.call(t,o)){if(e.indexOf(o)>=0)continue;n[o]=t[o]}return n}n.d(e,{A:()=>o})},56822:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(9417);function i(t,e){if(e&&("object"===(0,o.A)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.A)(t)}},63662:(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,{A:()=>o})},3453:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(96369),r=n(6986),i=n(27800),a=n(76562);function c(t,e){return(0,o.A)(t)||(0,r.A)(t,e)||(0,i.A)(t,e)||(0,a.A)()}},92327:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(82284);function r(t,e){if("object"!=(0,o.A)(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=(0,o.A)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}},49922:(t,e,n)=>{"use strict";n.d(e,{A:()=>i});var o=n(82284),r=n(92327);function i(t){var e=(0,r.A)(t,"string");return"symbol"==(0,o.A)(e)?e:e+""}},82284:(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,{A:()=>o})},27800:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(43145);function r(t,e){if(t){if("string"==typeof t)return(0,o.A)(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.A)(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].call(n.exports,n,n.exports,i),n.exports}i.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return i.d(e,{a:e}),e},i.d=(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=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),i.r=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(()=>{"use strict";i.r(a),i.d(a,{default:()=>m});var t=i(39155),e=i.n(t),n=i(50522),o=i(69004),r=i(40718),c=i(59079),l=i(20053),s=i(14552),u=i(7569);const p={zh:{expandAll:"全部展开",retractAll:"全部收起"},en:{expandAll:"Expand All",retractAll:"Shrink All"}};i(75951);var f=i(42775);function d(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 v(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 d(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 d(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.")}()}const m=function(i){var a=i.className,d=i.style,m=i.paddingRight,h=void 0===m?40:m,b=i.layout,g=void 0===b?"horizontal":b,y=i.border,w=i.title,x=i.list,A=i.column,O=i.collapse,E=i.defaultOpen,S=void 0!==E&&E,k=i.open,C=i.collapsedHeight,j=void 0===C?60:C,P=i.onCollapse,M=(0,u.A)("Descriptions",p),T=v((0,t.useState)(!1),2),N=T[0],D=T[1],_=v((0,t.useState)([]),2),R=_[0],L=_[1];(0,t.useEffect)((function(){void 0!==S&&D(S)}),[S]),(0,t.useEffect)((function(){void 0!==k&&D(k)}),[k]),(0,t.useEffect)((function(){for(var t=x||[],e=F(),n=0,o=[],r=[],i=0,a=t.length;i<a;i++){var c=t[i];n+=c.column||1,r.push(c),n>=e?(o.push(r),r=[],n=0):i===t.length-1&&o.push(r)}L(o)}),[x,g,A]);var I,H,z,F=function(){return A||(("horizontal"!==g||y)&&"horizontal"===g?3:4)},$=function(){return e().createElement("div",{className:"table-box"},e().createElement("table",null,e().createElement("tbody",null,R.map((function(n,r){return"horizontal"===g?function(n,r){return e().createElement("tr",{key:r},n.map((function(n,r){return e().createElement(t.Fragment,{key:r},y?e().createElement(e().Fragment,null,e().createElement("th",{colSpan:n.column||1},n.label),e().createElement("td",{colSpan:n.column||2},n.content)):e().createElement("td",{colSpan:n.column||1},e().createElement("div",{className:"item-container",style:{paddingRight:(0,f.pixelReplacement)(h)}},e().createElement("span",{className:"title"},e().createElement(o.default,null,n.label),":"),e().createElement("span",{className:"content"},e().createElement(o.default,null,n.content)))))})))}(n,r):function(n,o){return e().createElement(t.Fragment,{key:o},e().createElement("tr",null,n.map((function(t,n){return e().createElement("th",{key:n,colSpan:t.column||1},t.label)}))),e().createElement("tr",null,n.map((function(t,n){return e().createElement("td",{key:n,colSpan:t.column||1},t.content)}))))}(n,r)})))))},V=function(){P&&P(!N),void 0===k&&D(!N)};return e().createElement("div",{style:d,className:(0,l.A)("".concat(s.n,"-descriptions"),a,"".concat(s.n,"-descriptions-").concat(g),(I={},H="".concat(s.n,"-descriptions-border"),z=y,H in I?Object.defineProperty(I,H,{value:z,enumerable:!0,configurable:!0,writable:!0}):I[H]=z,I))},function(){if(w){var t={title:""};return"string"==typeof w?t.title=w:t=w,e().createElement(n.default,t)}}(),O&&!y?e().createElement(e().Fragment,null,e().createElement(r.default,{in:N,collapsedHeight:j},$()),e().createElement(c.default,{onClick:V,className:"collapse-btn",variant:"text"},M(N?"retractAll":"expandAll"))):$())}})(),a})()));
|