@para-ui/core 4.0.45 → 4.0.47
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/AlignBox/index.d.ts +18 -0
- package/AlignBox/index.js +26 -0
- package/Anchor/index.js +1 -1
- package/Argv/index.js +1 -1
- package/AutoBox/index.js +1 -1
- package/AutoButton/index.js +1 -1
- package/AutoTips/index.js +1 -1
- package/Breadcrumbs/index.js +1 -1
- package/Button/index.js +1 -1
- package/ButtonGroup/index.js +1 -1
- package/Card/index.js +1 -1
- package/Carousel/index.js +1 -1
- package/Cascader/index.js +6 -5
- package/Checkbox/index.js +1 -1
- package/CheckboxGroup/index.js +1 -1
- package/CodeEditor/index.js +1 -1
- package/ComboSelect/index.js +6 -4
- package/CopyText/index.js +1 -1
- package/CycleSelector/index.js +6 -3
- package/DatePicker/index.js +6 -2
- package/Descriptions/index.js +1 -1
- package/Desktop/index.js +1 -1
- package/DragVerify/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/DynamicMultiBox/index.js +6 -4
- package/Form/index.js +6 -4
- package/FormItem/index.js +6 -4
- package/FunctionModal/index.js +3 -3
- package/GlobalContext/componentsProps.d.ts +4 -0
- package/Help/index.js +2 -2
- package/Image/index.js +4 -3
- package/InputCode/index.js +1 -1
- package/InputLang/index.js +1 -1
- package/InputNumber/index.js +1 -1
- package/Label/index.js +1 -1
- package/Menu/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/PopMenu/index.js +1 -1
- package/Popover/index.js +1 -1
- package/Progress/index.js +1 -1
- package/QuickReply/index.js +1 -1
- package/README.md +16 -2
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/RangeInput/index.js +1 -1
- package/Result/index.js +1 -1
- package/ScrollBar/index.d.ts +27 -0
- package/ScrollBar/index.js +153 -0
- package/Search/index.js +1 -1
- package/Select/index.js +1 -1
- package/SelectInput/index.js +1 -1
- package/Selector/index.js +1 -1
- package/SelectorPicker/index.js +1 -1
- package/SingleBox/index.js +1 -1
- package/Slider/index.js +1 -1
- package/Stepper/index.js +1 -1
- package/Switch/index.js +1 -1
- package/Table/index.js +534 -509
- package/Table/interface.d.ts +2 -0
- package/Table/tableBodyInterface.d.ts +4 -0
- package/Table/tableElement/index.d.ts +1 -0
- package/Tabs/index.js +3 -3
- package/Tag/TagGroup.d.ts +4 -0
- package/Tag/index.d.ts +4 -0
- package/Tag/index.js +110 -63
- package/TextEditor/index.js +1 -1
- package/TextField/index.js +1 -1
- package/TimePicker/index.js +6 -2
- package/Timeline/index.js +3 -2
- package/Title/index.js +1 -1
- package/ToggleButton/index.js +3 -2
- package/Tooltip/index.js +1 -1
- package/Transfer/index.js +1 -1
- package/Tree/index.js +5 -4
- package/Upload/index.js +4 -3
- package/_verture/{Portal-42560ff0.js → Portal-f9bedb3a.js} +2 -1
- package/_verture/{defineProperty-f0e15205.js → defineProperty-6f62bb2a.js} +2 -10
- package/_verture/{index-5f0bfdcf.js → index-6647cbf6.js} +3 -2
- package/_verture/{index-3fcb421f.js → index-972707a5.js} +4 -3
- package/_verture/{modalContext-369509dd.js → modalContext-8a48c400.js} +1 -1
- package/_verture/{tslib.es6-f43aa41d.js → tslib.es6-55ed4bd2.js} +1 -1
- package/_verture/typeof-adeedc13.js +11 -0
- package/index.d.ts +4 -0
- package/index.js +12 -9
- package/package.json +1 -1
- package/umd/AlignBox.js +1 -0
- package/umd/Anchor.js +1 -1
- package/umd/Argv.js +1 -1
- package/umd/Checkbox.js +1 -1
- package/umd/CheckboxGroup.js +1 -1
- package/umd/ComboSelect.js +9 -9
- package/umd/CopyText.js +1 -1
- package/umd/CycleSelector.js +2 -2
- package/umd/DatePicker.js +2 -2
- package/umd/Descriptions.js +1 -1
- package/umd/Desktop.js +1 -1
- package/umd/DynamicMultiBox.js +5 -5
- package/umd/Form.js +5 -5
- package/umd/FormItem.js +5 -5
- package/umd/Help.js +1 -1
- package/umd/InputCode.js +1 -1
- package/umd/InputLang.js +1 -1
- package/umd/InputNumber.js +1 -1
- package/umd/Label.js +1 -1
- package/umd/MultiBox.js +1 -1
- package/umd/Pagination.js +1 -1
- package/umd/PopMenu.js +1 -1
- package/umd/QuickReply.js +1 -1
- package/umd/Radio.js +1 -1
- package/umd/RadioGroup.js +1 -1
- package/umd/RangeInput.js +1 -1
- package/umd/ScrollBar.js +1 -0
- package/umd/Search.js +1 -1
- package/umd/Select.js +1 -1
- package/umd/SelectInput.js +1 -1
- package/umd/Selector.js +1 -1
- package/umd/SelectorPicker.js +1 -1
- package/umd/SingleBox.js +1 -1
- package/umd/Switch.js +1 -1
- package/umd/Table.js +5 -5
- package/umd/Tabs.js +1 -1
- package/umd/Tag.js +6 -6
- package/umd/TextEditor.js +1 -1
- package/umd/TextField.js +1 -1
- package/umd/TimePicker.js +2 -2
- package/umd/Title.js +1 -1
- package/umd/Transfer.js +1 -1
- package/umd/Tree.js +1 -1
- /package/_verture/{index-95e30df5.js → index-73a0446f.js} +0 -0
package/umd/Title.js
CHANGED
|
@@ -12,7 +12,7 @@ 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(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"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=e:r.appendChild(document.createTextNode(e))}}('@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(e){var t,n,r=e.path,i=e.className,a=e.color,c=void 0===a?"info":a,s=e.size,l=void 0===s?"small":s,u=e.dataName,p=void 0===u?"":u,f=e.style,d=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["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)),l&&(n+=" ".concat(v,"-icon-").concat(l)),n),viewBox:"0 0 1024 1024","data-name":p,style:(t=Object.assign({},f),c&&!m&&(t.color=c),t)},d,{children:r}))}},20053:(e,t,n)=>{"use strict";function o(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=o(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function r(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=o(e))&&(r&&(r+=" "),r+=t);return r}n.d(t,{A:()=>r})},16543:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},45848:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},42442:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}",""]),e.exports=t},85822:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}",""]),e.exports=t},17431:(e,t,n)=>{(t=n(76314)(!1)).push([e.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 .paraui-v4-title-collapse-content{padding-top:20px}.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}',""]),e.exports=t},96742:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}}",""]),e.exports=t},76314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",o=e[3];if(!o)return n;if(t&&"function"==typeof btoa){var r=(a=o,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(s," */")),i=o.sources.map((function(e){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,s;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,o){"string"==typeof e&&(e=[[null,e,""]]);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<e.length;c++){var s=[].concat(e[c]);o&&r[s[0]]||(n&&(s[2]?s[2]="".concat(n," and ").concat(s[2]):s[2]=n),t.push(s))}},t}},45228:e=>{"use strict";
|
|
15
|
+
***************************************************************************** */!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"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=e:r.appendChild(document.createTextNode(e))}}('@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(e){var t,n,r=e.path,i=e.className,a=e.color,c=void 0===a?"info":a,s=e.size,l=void 0===s?"small":s,u=e.dataName,p=void 0===u?"":u,f=e.style,d=function(e,t){var n={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]])}return n}(e,["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)),l&&(n+=" ".concat(v,"-icon-").concat(l)),n),viewBox:"0 0 1024 1024","data-name":p,style:(t=Object.assign({},f),c&&!m&&(t.color=c),t)},d,{children:r}))}},20053:(e,t,n)=>{"use strict";function o(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=o(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function r(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=o(e))&&(r&&(r+=" "),r+=t);return r}n.d(t,{A:()=>r})},16543:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},45848:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},42442:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}",""]),e.exports=t},85822:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3;line-height:0}.paraui-v4-help:hover{color:#2e65e6}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),e.exports=t},17431:(e,t,n)=>{(t=n(76314)(!1)).push([e.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 .paraui-v4-title-collapse-content{padding-top:20px}.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}',""]),e.exports=t},96742:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}}",""]),e.exports=t},76314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",o=e[3];if(!o)return n;if(t&&"function"==typeof btoa){var r=(a=o,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(s," */")),i=o.sources.map((function(e){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([r]).join("\n")}var a,c,s;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,o){"string"==typeof e&&(e=[[null,e,""]]);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<e.length;c++){var s=[].concat(e[c]);o&&r[s[0]]||(n&&(s[2]?s[2]="".concat(n," and ").concat(s[2]):s[2]=n),t.push(s))}},t}},45228:e=>{"use strict";
|
|
16
16
|
/*
|
|
17
17
|
object-assign
|
|
18
18
|
(c) Sindre Sorhus
|
package/umd/Transfer.js
CHANGED
|
@@ -12,7 +12,7 @@ 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,l=void 0===a?"info":a,c=t.size,u=void 0===c?"small":c,s=t.dataName,f=void 0===s?"":s,d=t.style,p=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"]),h="paraui-v4",v="primary"===l||"secondary"===l||"info"===l||"success"===l||"warn"===l||"error"===l;return(0,o.jsx)("svg",Object.assign({className:(n="".concat(h,"-icon"),n+=" svg-icon",i&&(n+=" "+i),v&&(n+=" ".concat(h,"-icon-").concat(l)),u&&(n+=" ".concat(h,"-icon-").concat(u)),n),viewBox:"0 0 1024 1024","data-name":f,style:(e=Object.assign({},d),l&&!v&&(e.color=l),e)},p,{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},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},83034:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-helper-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:#5c6573}.paraui-v4-helper-text.paraui-v4-helper-text-error{color:#f44242}",""]),t.exports=e},34279:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-label{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;color:#5c6573;margin-bottom:4px;display:inline-block;line-height:1.43;word-break:break-all}.paraui-v4-label>.label-required{margin-left:2px;color:#f44242}.paraui-v4-label>.paraui-v4-help{vertical-align:top;margin-left:4px}.paraui-v4-label>.paraui-v4-help svg{vertical-align:top;position:relative;top:2px}.paraui-v4-label.paraui-v4-label-line.paraui-v4-label-tooltip{border-bottom:1px dashed #a1a8b3;padding-bottom:2px}",""]),t.exports=e},96305:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-loading{position:absolute;left:0;top:0;width:100%;height:100%}@keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-v4-loading .loading-mask{position:absolute;width:100%;height:100%;background-color:#fff;z-index:100}.paraui-v4-loading .loading-box{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:101}.paraui-v4-loading .loading-box>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;font-size:20px}",""]),t.exports=e},90041:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-search{display:flex;width:100%}.paraui-v4-search .search-text-field .text-field-content .text-field-content-within .right-icon svg{font-size:18px}.paraui-v4-search .search-text-field .text-field-content .text-field-content-within .right-icon:hover svg{color:#2e65e6}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:14px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:14px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}",""]),t.exports=e},55448:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'.paraui-v4-text-field{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;display:inline-block;width:100%}.paraui-v4-text-field>.text-field-content{border:1px solid;border-radius:4px;border-color:#d4dae3;display:flex;width:100%;position:relative;background-color:#fff}.paraui-v4-text-field>.text-field-content:hover{border-color:#5783eb}.paraui-v4-text-field>.text-field-content>.text-field-content-before{color:#5c6573;padding:0 10px;border-bottom-left-radius:4px;border-top-left-radius:4px;white-space:nowrap;display:flex;align-items:center;position:relative}.paraui-v4-text-field>.text-field-content>.text-field-content-before:after{position:absolute;content:"";right:0;width:1px;background-color:#d4dae3}.paraui-v4-text-field>.text-field-content>.text-field-content-before svg{font-size:18px;color:#5c6573}.paraui-v4-text-field>.text-field-content>.text-field-content-within{position:relative;display:flex;flex:1;overflow:hidden}.paraui-v4-text-field>.text-field-content>.text-field-content-within:hover>.clean-up-icon{display:flex}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon{height:100%;align-items:center;margin-right:10px;cursor:pointer;display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon svg{color:#a1a8b3;font-size:16px}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon:hover svg{color:#2e65e6}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon{display:flex;height:100%;align-items:center;margin-right:10px;cursor:pointer;color:#1d2126;position:relative;z-index:1}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon.right-icon-password:hover svg{color:#2e65e6}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon svg{color:#5c6573;font-size:18px}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.length-limit{display:flex;height:100%;align-items:center;margin-right:10px;color:#5c6573}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input{line-height:0;position:relative;flex:1;overflow:hidden}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-outer-spin-button,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-inner-spin-button{-webkit-appearance:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input[type=number]{-moz-appearance:textfield}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{width:100%;height:100%}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{width:100% !important;padding:10px;resize:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{font-size:14px;color:#1d2126;border:0;border-radius:4px;background:rgba(0,0,0,0)}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-clear,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-clear{display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-reveal,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-reveal{display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input:disabled,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea:disabled{background-color:rgba(0,0,0,0)}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{width:100%;position:absolute;left:0;top:0;height:100%;padding:0 10px;color:#a1a8b3;cursor:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;pointer-events:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder>.text-field-required{margin-left:2px;color:#f44242}.paraui-v4-text-field>.text-field-content>.text-field-content-after{color:#5c6573;padding:0 10px;border-bottom-right-radius:4px;border-top-right-radius:4px;white-space:nowrap;display:flex;align-items:center;position:relative}.paraui-v4-text-field>.text-field-content>.text-field-content-after:after{position:absolute;content:"";left:0;width:1px;background-color:#d4dae3}.paraui-v4-text-field>.text-field-content>.text-field-content-after svg{font-size:18px;color:#5c6573}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.clean-up-icon{display:none}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.length-limit{position:absolute;height:22px;bottom:0;border-radius:4px;width:calc(100% - 10px);background:#fff;justify-content:flex-end;padding-bottom:2px;margin-right:0;left:0}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{padding-top:10px;line-height:1;height:calc(100% - 24px)}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content{background-color:#f7f8fa}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content:hover{border-color:#d4dae3}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-before{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{cursor:not-allowed}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{cursor:not-allowed;color:#5c6573}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-after{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-disabled.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.length-limit{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-error>.text-field-content{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-error>.text-field-content:hover{border-color:#f44242}.paraui-v4-text-field.paraui-v4-text-field-limit>.text-field-content{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-limit>.text-field-content:hover{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-limit-length>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{padding-bottom:25px}.paraui-v4-text-field.paraui-v4-text-field-focus>.text-field-content{border-color:#2e65e6}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content{height:28px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-before{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-before:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content .text-field-content-after{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content .text-field-content-after:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content{height:28px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-before{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-before:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content .text-field-content-after{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content .text-field-content-after:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content{height:32px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-before{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-before:after{top:7px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content .text-field-content-after{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content .text-field-content-after:after{top:7px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-resize>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{resize:both}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content{max-height:320px;overflow:auto}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item{display:flex;cursor:pointer;color:#1d2126;padding:0 10px;line-height:30px}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item:hover{background-color:#f7f8fa}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item.text-field-select-content-item-keydown{background-color:#f7f8fa;color:#2e65e6}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content.text-field-select-content-loading{height:100px;position:relative;overflow:hidden}.paraui-v4-text-field-select.paraui-v4-text-field-select-data.component-tooltip{padding:8px 0}.paraui-v4-text-field-select.paraui-v4-text-field-no-select-data{display:none;border:none;box-shadow:none}',""]),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},7976:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-transfer{display:flex;font-size:14px;user-select:none}.paraui-v4-transfer .blue-background-class{background-color:#f0f5ff}.paraui-v4-transfer .drag-item{background:#fff !important;box-shadow:rgba(212,218,227,.4)}.paraui-v4-transfer .box{border-radius:4px;border:1px solid #d4dae3;overflow:hidden}.paraui-v4-transfer .box .box-header{background:#f7f8fa;color:#1d2126;display:flex;justify-content:space-between;align-items:center;padding-left:10px;height:36px;border-bottom:1px solid #d4dae3}.paraui-v4-transfer .box .count{color:#1d2126;letter-spacing:1px}.paraui-v4-transfer .box .context{height:400px;overflow:auto;margin-top:4px}.paraui-v4-transfer .box .context .item-fluctuation{animation:flucturation .4s forwards}.paraui-v4-transfer .box .context .item-fluctuationOrther{animation:flucturationOrther .5s forwards}.paraui-v4-transfer .box .context .item{padding:0px 10px;height:30px;display:flex;align-items:center;cursor:pointer}.paraui-v4-transfer .box .context .item.item-checked:hover{background-color:#f7f8fa !important}.paraui-v4-transfer .box .context .item.item-checked>.item-label{color:#2e65e6}.paraui-v4-transfer .box .context .item>.item-label{flex:1;overflow:hidden;color:#1d2126}.paraui-v4-transfer .box .context .item:hover{background-color:#f7f8fa}.paraui-v4-transfer .box .context .item.item-disabled:hover{background:inherit;cursor:no-drop}.paraui-v4-transfer .box .context .item.item-disabled>.item-label{color:#a1a8b3}.paraui-v4-transfer .box .context .item .handle{margin-left:8px;display:flex;align-content:center}.paraui-v4-transfer .box .context .item .handle .handle-line{height:12px;border-left:1px solid #d4dae3;margin:auto 10px auto 0}.paraui-v4-transfer .box .context .item .handle svg{color:#5c6573}.paraui-v4-transfer .box .context .item .handle:hover svg{color:#2e65e6}.paraui-v4-transfer .box .context .item-border{padding-left:6px}.paraui-v4-transfer .box .text-field-content{border:none;border-radius:0;border-bottom:1px solid #d4dae3}.paraui-v4-transfer .box .footer{display:flex;align-items:center;border-top:1px solid #d4dae3;height:36px;justify-content:space-between;padding:0 10px}.paraui-v4-transfer .box .footer>div:nth-child(1) button{color:#2e65e6}.paraui-v4-transfer .box .footer>div:nth-child(1) button:hover{color:#5783eb}.paraui-v4-transfer .box .footer>div:nth-child(1) .btn-off{color:#a1a8b3}.paraui-v4-transfer .box .footer>div:nth-child(1) .btn-off:hover{color:#a1a8b3}.paraui-v4-transfer .box .footer>div:nth-child(1)>button{padding:0}.paraui-v4-transfer .box .footer>div:nth-child(1)>button:nth-child(2){margin-left:16px}.paraui-v4-transfer .moveBtn{display:flex;height:500px;flex-direction:column;justify-content:center;margin:0 20px}.paraui-v4-transfer .moveBtn>button{background-color:#2e65e6;color:#fff}.paraui-v4-transfer .moveBtn .btn-left{margin-top:16px}@keyframes flucturation{0%{transform:translateY(0)}100%{transform:translateY(36px)}}@keyframes flucturationOrther{0%{transform:translateY(0)}100%{transform:translateY(-36px)}}",""]),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,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,l,c;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 l=0;l<t.length;l++){var c=[].concat(t[l]);o&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},74353:function(t){t.exports=function(){"use strict";var t=1e3,e=6e4,n=36e5,o="millisecond",r="second",i="minute",a="hour",l="day",c="week",u="month",s="quarter",f="year",d="date",p="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,v=/\[([^\]]+)]|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,m={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])+"]"}},g=function(t,e,n){var o=String(t);return!o||o.length>=e?t:""+Array(e+1-o.length).join(n)+t},b={s:g,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),o=Math.floor(n/60),r=n%60;return(e<=0?"+":"-")+g(o,2,"0")+":"+g(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,u),i=n-r<0,a=e.clone().add(o+(i?-1:1),u);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:u,y:f,w:c,d:l,D:d,h:a,m:i,s:r,ms:o,Q:s}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",w={};w[y]=m;var x="$isDayjsObject",O=function(t){return t instanceof C||!(!t||!t[x])},E=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 l=e.name;w[l]=e,r=l}return!o&&r&&(y=r),r||!o&&y},A=function(t,e){if(O(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new C(n)},S=b;S.l=E,S.i=O,S.w=function(t,e){return A(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var C=function(){function m(t){this.$L=E(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[x]=!0}var g=m.prototype;return g.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(h);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()},g.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()},g.$utils=function(){return S},g.isValid=function(){return!(this.$d.toString()===p)},g.isSame=function(t,e){var n=A(t);return this.startOf(e)<=n&&n<=this.endOf(e)},g.isAfter=function(t,e){return A(t)<this.startOf(e)},g.isBefore=function(t,e){return this.endOf(e)<A(t)},g.$g=function(t,e,n){return S.u(t)?this[e]:this.set(n,t)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(t,e){var n=this,o=!!S.u(e)||e,s=S.p(t),p=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(l)},h=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)},v=this.$W,m=this.$M,g=this.$D,b="set"+(this.$u?"UTC":"");switch(s){case f:return o?p(1,0):p(31,11);case u:return o?p(1,m):p(0,m+1);case c:var y=this.$locale().weekStart||0,w=(v<y?v+7:v)-y;return p(o?g-w:g+(6-w),m);case l:case d:return h(b+"Hours",0);case a:return h(b+"Minutes",1);case i:return h(b+"Seconds",2);case r:return h(b+"Milliseconds",3);default:return this.clone()}},g.endOf=function(t){return this.startOf(t,!1)},g.$set=function(t,e){var n,c=S.p(t),s="set"+(this.$u?"UTC":""),p=(n={},n[l]=s+"Date",n[d]=s+"Date",n[u]=s+"Month",n[f]=s+"FullYear",n[a]=s+"Hours",n[i]=s+"Minutes",n[r]=s+"Seconds",n[o]=s+"Milliseconds",n)[c],h=c===l?this.$D+(e-this.$W):e;if(c===u||c===f){var v=this.clone().set(d,1);v.$d[p](h),v.init(),this.$d=v.set(d,Math.min(this.$D,v.daysInMonth())).$d}else p&&this.$d[p](h);return this.init(),this},g.set=function(t,e){return this.clone().$set(t,e)},g.get=function(t){return this[S.p(t)]()},g.add=function(o,s){var d,p=this;o=Number(o);var h=S.p(s),v=function(t){var e=A(p);return S.w(e.date(e.date()+Math.round(t*o)),p)};if(h===u)return this.set(u,this.$M+o);if(h===f)return this.set(f,this.$y+o);if(h===l)return v(1);if(h===c)return v(7);var m=(d={},d[i]=e,d[a]=n,d[r]=t,d)[h]||1,g=this.$d.getTime()+o*m;return S.w(g,this)},g.subtract=function(t,e){return this.add(-1*t,e)},g.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var o=t||"YYYY-MM-DDTHH:mm:ssZ",r=S.z(this),i=this.$H,a=this.$m,l=this.$M,c=n.weekdays,u=n.months,s=n.meridiem,f=function(t,n,r,i){return t&&(t[n]||t(e,o))||r[n].slice(0,i)},d=function(t){return S.s(i%12||12,t,"0")},h=s||function(t,e,n){var o=t<12?"AM":"PM";return n?o.toLowerCase():o};return o.replace(v,(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 l+1;case"MM":return S.s(l+1,2,"0");case"MMM":return f(n.monthsShort,l,u,3);case"MMMM":return f(u,l);case"D":return e.$D;case"DD":return S.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return f(n.weekdaysMin,e.$W,c,2);case"ddd":return f(n.weekdaysShort,e.$W,c,3);case"dddd":return c[e.$W];case"H":return String(i);case"HH":return S.s(i,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return h(i,a,!0);case"A":return h(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(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(o,d,p){var h,v=this,m=S.p(d),g=A(o),b=(g.utcOffset()-this.utcOffset())*e,y=this-g,w=function(){return S.m(v,g)};switch(m){case f:h=w()/12;break;case u:h=w();break;case s:h=w()/3;break;case c:h=(y-b)/6048e5;break;case l:h=(y-b)/864e5;break;case a:h=y/n;break;case i:h=y/e;break;case r:h=y/t;break;default:h=y}return p?h:S.a(h)},g.daysInMonth=function(){return this.endOf(u).$D},g.$locale=function(){return w[this.$L]},g.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),o=E(t,e,!0);return o&&(n.$L=o),n},g.clone=function(){return S.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},m}(),k=C.prototype;return A.prototype=k,[["$ms",o],["$s",r],["$m",i],["$H",a],["$W",l],["$M",u],["$y",f],["$D",d]].forEach((function(t){k[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),A.extend=function(t,e){return t.$i||(t(e,C,A),t.$i=!0),A},A.locale=E,A.isDayjs=O,A.unix=function(t){return A(1e3*t)},A.en=w[y],A.Ls=w,A.p={},A}()},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,l=void 0===a?"info":a,c=t.size,u=void 0===c?"small":c,s=t.dataName,f=void 0===s?"":s,d=t.style,p=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"]),h="paraui-v4",v="primary"===l||"secondary"===l||"info"===l||"success"===l||"warn"===l||"error"===l;return(0,o.jsx)("svg",Object.assign({className:(n="".concat(h,"-icon"),n+=" svg-icon",i&&(n+=" "+i),v&&(n+=" ".concat(h,"-icon-").concat(l)),u&&(n+=" ".concat(h,"-icon-").concat(u)),n),viewBox:"0 0 1024 1024","data-name":f,style:(e=Object.assign({},d),l&&!v&&(e.color=l),e)},p,{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},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;line-height:0}.paraui-v4-help:hover{color:#2e65e6}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),t.exports=e},83034:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-helper-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:#5c6573}.paraui-v4-helper-text.paraui-v4-helper-text-error{color:#f44242}",""]),t.exports=e},34279:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-label{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;color:#5c6573;margin-bottom:4px;display:inline-block;line-height:1.43;word-break:break-all}.paraui-v4-label>.label-required{margin-left:2px;color:#f44242}.paraui-v4-label>.paraui-v4-help{vertical-align:top;margin-left:4px}.paraui-v4-label>.paraui-v4-help svg{vertical-align:top;position:relative;top:2px}.paraui-v4-label.paraui-v4-label-line.paraui-v4-label-tooltip{border-bottom:1px dashed #a1a8b3;padding-bottom:2px}",""]),t.exports=e},96305:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-loading{position:absolute;left:0;top:0;width:100%;height:100%}@keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-v4-loading .loading-mask{position:absolute;width:100%;height:100%;background-color:#fff;z-index:100}.paraui-v4-loading .loading-box{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:101}.paraui-v4-loading .loading-box>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;font-size:20px}",""]),t.exports=e},90041:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-search{display:flex;width:100%}.paraui-v4-search .search-text-field .text-field-content .text-field-content-within .right-icon svg{font-size:18px}.paraui-v4-search .search-text-field .text-field-content .text-field-content-within .right-icon:hover svg{color:#2e65e6}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:14px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-small.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:14px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-medium.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content{border-radius:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding-left:16px}.paraui-v4-search.paraui-v4-search-large.paraui-v4-search-radius .search-text-field .text-field-content .text-field-content-within .right-icon{margin-right:16px}",""]),t.exports=e},55448:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,'.paraui-v4-text-field{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;display:inline-block;width:100%}.paraui-v4-text-field>.text-field-content{border:1px solid;border-radius:4px;border-color:#d4dae3;display:flex;width:100%;position:relative;background-color:#fff}.paraui-v4-text-field>.text-field-content:hover{border-color:#5783eb}.paraui-v4-text-field>.text-field-content>.text-field-content-before{color:#5c6573;padding:0 10px;border-bottom-left-radius:4px;border-top-left-radius:4px;white-space:nowrap;display:flex;align-items:center;position:relative}.paraui-v4-text-field>.text-field-content>.text-field-content-before:after{position:absolute;content:"";right:0;width:1px;background-color:#d4dae3}.paraui-v4-text-field>.text-field-content>.text-field-content-before svg{font-size:18px;color:#5c6573}.paraui-v4-text-field>.text-field-content>.text-field-content-within{position:relative;display:flex;flex:1;overflow:hidden}.paraui-v4-text-field>.text-field-content>.text-field-content-within:hover>.clean-up-icon{display:flex}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon{height:100%;align-items:center;margin-right:10px;cursor:pointer;display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon svg{color:#a1a8b3;font-size:16px}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.clean-up-icon:hover svg{color:#2e65e6}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon{display:flex;height:100%;align-items:center;margin-right:10px;cursor:pointer;color:#1d2126;position:relative;z-index:1}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon.right-icon-password:hover svg{color:#2e65e6}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.right-icon svg{color:#5c6573;font-size:18px}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.length-limit{display:flex;height:100%;align-items:center;margin-right:10px;color:#5c6573}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input{line-height:0;position:relative;flex:1;overflow:hidden}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-outer-spin-button,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-inner-spin-button{-webkit-appearance:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input[type=number]{-moz-appearance:textfield}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{width:100%;height:100%}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{width:100% !important;padding:10px;resize:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{font-size:14px;color:#1d2126;border:0;border-radius:4px;background:rgba(0,0,0,0)}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-clear,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-clear{display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-reveal,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-reveal{display:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input:disabled,.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea:disabled{background-color:rgba(0,0,0,0)}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{width:100%;position:absolute;left:0;top:0;height:100%;padding:0 10px;color:#a1a8b3;cursor:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;pointer-events:none}.paraui-v4-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder>.text-field-required{margin-left:2px;color:#f44242}.paraui-v4-text-field>.text-field-content>.text-field-content-after{color:#5c6573;padding:0 10px;border-bottom-right-radius:4px;border-top-right-radius:4px;white-space:nowrap;display:flex;align-items:center;position:relative}.paraui-v4-text-field>.text-field-content>.text-field-content-after:after{position:absolute;content:"";left:0;width:1px;background-color:#d4dae3}.paraui-v4-text-field>.text-field-content>.text-field-content-after svg{font-size:18px;color:#5c6573}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.clean-up-icon{display:none}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.length-limit{position:absolute;height:22px;bottom:0;border-radius:4px;width:calc(100% - 10px);background:#fff;justify-content:flex-end;padding-bottom:2px;margin-right:0;left:0}.paraui-v4-text-field.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{padding-top:10px;line-height:1;height:calc(100% - 24px)}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content{background-color:#f7f8fa}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content:hover{border-color:#d4dae3}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-before{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{cursor:not-allowed}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{cursor:not-allowed;color:#5c6573}.paraui-v4-text-field.paraui-v4-text-field-disabled>.text-field-content>.text-field-content-after{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-disabled.paraui-v4-text-field-multiline>.text-field-content .text-field-content-within>.length-limit{background-color:rgba(0,0,0,0)}.paraui-v4-text-field.paraui-v4-text-field-error>.text-field-content{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-error>.text-field-content:hover{border-color:#f44242}.paraui-v4-text-field.paraui-v4-text-field-limit>.text-field-content{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-limit>.text-field-content:hover{border-color:#f44242 !important}.paraui-v4-text-field.paraui-v4-text-field-limit-length>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{padding-bottom:25px}.paraui-v4-text-field.paraui-v4-text-field-focus>.text-field-content{border-color:#2e65e6}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content{height:28px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-before{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-before:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content .text-field-content-after{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-small>.text-field-content .text-field-content-after:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content{height:28px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-before{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-before:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content .text-field-content-after{line-height:26px}.paraui-v4-text-field.paraui-v4-text-field-medium>.text-field-content .text-field-content-after:after{top:5px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content{height:32px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-before{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-before:after{top:7px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 10px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content .text-field-content-after{line-height:30px}.paraui-v4-text-field.paraui-v4-text-field-large>.text-field-content .text-field-content-after:after{top:7px;height:16px}.paraui-v4-text-field.paraui-v4-text-field-resize>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{resize:both}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content{max-height:320px;overflow:auto}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item{display:flex;cursor:pointer;color:#1d2126;padding:0 10px;line-height:30px}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item:hover{background-color:#f7f8fa}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content>.text-field-select-content-item.text-field-select-content-item-keydown{background-color:#f7f8fa;color:#2e65e6}.paraui-v4-text-field-select.component-dropdown>.text-field-select-content.text-field-select-content-loading{height:100px;position:relative;overflow:hidden}.paraui-v4-text-field-select.paraui-v4-text-field-select-data.component-tooltip{padding:8px 0}.paraui-v4-text-field-select.paraui-v4-text-field-no-select-data{display:none;border:none;box-shadow:none}',""]),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},7976:(t,e,n)=>{(e=n(76314)(!1)).push([t.id,".paraui-v4-transfer{display:flex;font-size:14px;user-select:none}.paraui-v4-transfer .blue-background-class{background-color:#f0f5ff}.paraui-v4-transfer .drag-item{background:#fff !important;box-shadow:rgba(212,218,227,.4)}.paraui-v4-transfer .box{border-radius:4px;border:1px solid #d4dae3;overflow:hidden}.paraui-v4-transfer .box .box-header{background:#f7f8fa;color:#1d2126;display:flex;justify-content:space-between;align-items:center;padding-left:10px;height:36px;border-bottom:1px solid #d4dae3}.paraui-v4-transfer .box .count{color:#1d2126;letter-spacing:1px}.paraui-v4-transfer .box .context{height:400px;overflow:auto;margin-top:4px}.paraui-v4-transfer .box .context .item-fluctuation{animation:flucturation .4s forwards}.paraui-v4-transfer .box .context .item-fluctuationOrther{animation:flucturationOrther .5s forwards}.paraui-v4-transfer .box .context .item{padding:0px 10px;height:30px;display:flex;align-items:center;cursor:pointer}.paraui-v4-transfer .box .context .item.item-checked:hover{background-color:#f7f8fa !important}.paraui-v4-transfer .box .context .item.item-checked>.item-label{color:#2e65e6}.paraui-v4-transfer .box .context .item>.item-label{flex:1;overflow:hidden;color:#1d2126}.paraui-v4-transfer .box .context .item:hover{background-color:#f7f8fa}.paraui-v4-transfer .box .context .item.item-disabled:hover{background:inherit;cursor:no-drop}.paraui-v4-transfer .box .context .item.item-disabled>.item-label{color:#a1a8b3}.paraui-v4-transfer .box .context .item .handle{margin-left:8px;display:flex;align-content:center}.paraui-v4-transfer .box .context .item .handle .handle-line{height:12px;border-left:1px solid #d4dae3;margin:auto 10px auto 0}.paraui-v4-transfer .box .context .item .handle svg{color:#5c6573}.paraui-v4-transfer .box .context .item .handle:hover svg{color:#2e65e6}.paraui-v4-transfer .box .context .item-border{padding-left:6px}.paraui-v4-transfer .box .text-field-content{border:none;border-radius:0;border-bottom:1px solid #d4dae3}.paraui-v4-transfer .box .footer{display:flex;align-items:center;border-top:1px solid #d4dae3;height:36px;justify-content:space-between;padding:0 10px}.paraui-v4-transfer .box .footer>div:nth-child(1) button{color:#2e65e6}.paraui-v4-transfer .box .footer>div:nth-child(1) button:hover{color:#5783eb}.paraui-v4-transfer .box .footer>div:nth-child(1) .btn-off{color:#a1a8b3}.paraui-v4-transfer .box .footer>div:nth-child(1) .btn-off:hover{color:#a1a8b3}.paraui-v4-transfer .box .footer>div:nth-child(1)>button{padding:0}.paraui-v4-transfer .box .footer>div:nth-child(1)>button:nth-child(2){margin-left:16px}.paraui-v4-transfer .moveBtn{display:flex;height:500px;flex-direction:column;justify-content:center;margin:0 20px}.paraui-v4-transfer .moveBtn>button{background-color:#2e65e6;color:#fff}.paraui-v4-transfer .moveBtn .btn-left{margin-top:16px}@keyframes flucturation{0%{transform:translateY(0)}100%{transform:translateY(36px)}}@keyframes flucturationOrther{0%{transform:translateY(0)}100%{transform:translateY(-36px)}}",""]),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,l=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(l),"/*# ".concat(c," */")),i=o.sources.map((function(t){return"/*# sourceURL=".concat(o.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([r]).join("\n")}var a,l,c;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 l=0;l<t.length;l++){var c=[].concat(t[l]);o&&r[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},74353:function(t){t.exports=function(){"use strict";var t=1e3,e=6e4,n=36e5,o="millisecond",r="second",i="minute",a="hour",l="day",c="week",u="month",s="quarter",f="year",d="date",p="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,v=/\[([^\]]+)]|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,m={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])+"]"}},g=function(t,e,n){var o=String(t);return!o||o.length>=e?t:""+Array(e+1-o.length).join(n)+t},b={s:g,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),o=Math.floor(n/60),r=n%60;return(e<=0?"+":"-")+g(o,2,"0")+":"+g(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,u),i=n-r<0,a=e.clone().add(o+(i?-1:1),u);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:u,y:f,w:c,d:l,D:d,h:a,m:i,s:r,ms:o,Q:s}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",w={};w[y]=m;var x="$isDayjsObject",O=function(t){return t instanceof C||!(!t||!t[x])},E=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 l=e.name;w[l]=e,r=l}return!o&&r&&(y=r),r||!o&&y},A=function(t,e){if(O(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new C(n)},S=b;S.l=E,S.i=O,S.w=function(t,e){return A(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var C=function(){function m(t){this.$L=E(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[x]=!0}var g=m.prototype;return g.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(h);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()},g.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()},g.$utils=function(){return S},g.isValid=function(){return!(this.$d.toString()===p)},g.isSame=function(t,e){var n=A(t);return this.startOf(e)<=n&&n<=this.endOf(e)},g.isAfter=function(t,e){return A(t)<this.startOf(e)},g.isBefore=function(t,e){return this.endOf(e)<A(t)},g.$g=function(t,e,n){return S.u(t)?this[e]:this.set(n,t)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(t,e){var n=this,o=!!S.u(e)||e,s=S.p(t),p=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(l)},h=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)},v=this.$W,m=this.$M,g=this.$D,b="set"+(this.$u?"UTC":"");switch(s){case f:return o?p(1,0):p(31,11);case u:return o?p(1,m):p(0,m+1);case c:var y=this.$locale().weekStart||0,w=(v<y?v+7:v)-y;return p(o?g-w:g+(6-w),m);case l:case d:return h(b+"Hours",0);case a:return h(b+"Minutes",1);case i:return h(b+"Seconds",2);case r:return h(b+"Milliseconds",3);default:return this.clone()}},g.endOf=function(t){return this.startOf(t,!1)},g.$set=function(t,e){var n,c=S.p(t),s="set"+(this.$u?"UTC":""),p=(n={},n[l]=s+"Date",n[d]=s+"Date",n[u]=s+"Month",n[f]=s+"FullYear",n[a]=s+"Hours",n[i]=s+"Minutes",n[r]=s+"Seconds",n[o]=s+"Milliseconds",n)[c],h=c===l?this.$D+(e-this.$W):e;if(c===u||c===f){var v=this.clone().set(d,1);v.$d[p](h),v.init(),this.$d=v.set(d,Math.min(this.$D,v.daysInMonth())).$d}else p&&this.$d[p](h);return this.init(),this},g.set=function(t,e){return this.clone().$set(t,e)},g.get=function(t){return this[S.p(t)]()},g.add=function(o,s){var d,p=this;o=Number(o);var h=S.p(s),v=function(t){var e=A(p);return S.w(e.date(e.date()+Math.round(t*o)),p)};if(h===u)return this.set(u,this.$M+o);if(h===f)return this.set(f,this.$y+o);if(h===l)return v(1);if(h===c)return v(7);var m=(d={},d[i]=e,d[a]=n,d[r]=t,d)[h]||1,g=this.$d.getTime()+o*m;return S.w(g,this)},g.subtract=function(t,e){return this.add(-1*t,e)},g.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var o=t||"YYYY-MM-DDTHH:mm:ssZ",r=S.z(this),i=this.$H,a=this.$m,l=this.$M,c=n.weekdays,u=n.months,s=n.meridiem,f=function(t,n,r,i){return t&&(t[n]||t(e,o))||r[n].slice(0,i)},d=function(t){return S.s(i%12||12,t,"0")},h=s||function(t,e,n){var o=t<12?"AM":"PM";return n?o.toLowerCase():o};return o.replace(v,(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 l+1;case"MM":return S.s(l+1,2,"0");case"MMM":return f(n.monthsShort,l,u,3);case"MMMM":return f(u,l);case"D":return e.$D;case"DD":return S.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return f(n.weekdaysMin,e.$W,c,2);case"ddd":return f(n.weekdaysShort,e.$W,c,3);case"dddd":return c[e.$W];case"H":return String(i);case"HH":return S.s(i,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return h(i,a,!0);case"A":return h(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(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(o,d,p){var h,v=this,m=S.p(d),g=A(o),b=(g.utcOffset()-this.utcOffset())*e,y=this-g,w=function(){return S.m(v,g)};switch(m){case f:h=w()/12;break;case u:h=w();break;case s:h=w()/3;break;case c:h=(y-b)/6048e5;break;case l:h=(y-b)/864e5;break;case a:h=y/n;break;case i:h=y/e;break;case r:h=y/t;break;default:h=y}return p?h:S.a(h)},g.daysInMonth=function(){return this.endOf(u).$D},g.$locale=function(){return w[this.$L]},g.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),o=E(t,e,!0);return o&&(n.$L=o),n},g.clone=function(){return S.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},m}(),k=C.prototype;return A.prototype=k,[["$ms",o],["$s",r],["$m",i],["$H",a],["$W",l],["$M",u],["$y",f],["$D",d]].forEach((function(t){k[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),A.extend=function(t,e){return t.$i||(t(e,C,A),t.$i=!0),A},A.locale=E,A.isDayjs=O,A.unix=function(t){return A(1e3*t)},A.en=w[y],A.Ls=w,A.p={},A}()},45228:t=>{"use strict";
|
|
16
16
|
/*
|
|
17
17
|
object-assign
|
|
18
18
|
(c) Sindre Sorhus
|
package/umd/Tree.js
CHANGED
|
@@ -12,7 +12,7 @@ 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(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}('@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 o=function(e){var t,n,o=e.path,a=e.className,i=e.color,c=void 0===i?"info":i,l=e.size,s=void 0===l?"small":l,u=e.dataName,d=void 0===u?"":u,f=e.style,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["path","className","color","size","dataName","style"]),h="paraui-v4",v="primary"===c||"secondary"===c||"info"===c||"success"===c||"warn"===c||"error"===c;return(0,r.jsx)("svg",Object.assign({className:(n="".concat(h,"-icon"),n+=" svg-icon",a&&(n+=" "+a),v&&(n+=" ".concat(h,"-icon-").concat(c)),s&&(n+=" ".concat(h,"-icon-").concat(s)),n),viewBox:"0 0 1024 1024","data-name":d,style:(t=Object.assign({},f),c&&!v&&(t.color=c),t)},p,{children:o}))}},20053:(e,t,n)=>{"use strict";function r(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(o&&(o+=" "),o+=n);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function o(){for(var e,t,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}n.d(t,{A:()=>o})},16543:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},45848:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},29728:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-empty{display:inline-flex;flex-direction:column;align-items:center}.paraui-v4-empty>.empty-image{line-height:0;overflow:hidden}.paraui-v4-empty>.empty-image img{width:100%}.paraui-v4-empty .empty-image-large{width:334px;height:238px}.paraui-v4-empty .empty-image-small{width:120px;height:120px}.paraui-v4-empty>.empty-description{line-height:17px;font-size:14px;font-weight:400;color:#1d2126}.paraui-v4-empty>.empty-description>.empty-description-refresh{display:inline-block}.paraui-v4-empty>.empty-description>.empty-description-refresh span{color:#2e65e6;cursor:pointer}.paraui-v4-empty>.empty-description>.empty-description-refresh span:hover{color:#5783eb}.paraui-v4-empty.paraui-v4-empty-large>.empty-description{margin-top:20px}.paraui-v4-empty.paraui-v4-empty-small>.empty-description{margin-top:10px;font-size:14px}",""]),e.exports=t},85822:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}",""]),e.exports=t},34279:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-label{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;color:#5c6573;margin-bottom:4px;display:inline-block;line-height:1.43;word-break:break-all}.paraui-v4-label>.label-required{margin-left:2px;color:#f44242}.paraui-v4-label>.paraui-v4-help{vertical-align:top;margin-left:4px}.paraui-v4-label>.paraui-v4-help svg{vertical-align:top;position:relative;top:2px}.paraui-v4-label.paraui-v4-label-line.paraui-v4-label-tooltip{border-bottom:1px dashed #a1a8b3;padding-bottom:2px}",""]),e.exports=t},96305:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-loading{position:absolute;left:0;top:0;width:100%;height:100%}@keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-v4-loading .loading-mask{position:absolute;width:100%;height:100%;background-color:#fff;z-index:100}.paraui-v4-loading .loading-box{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:101}.paraui-v4-loading .loading-box>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;font-size:20px}",""]),e.exports=t},36518:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,'.paraui-v4-radio{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;cursor:pointer;display:inline-flex;align-items:center;line-height:16px}.paraui-v4-radio:hover>.radio-box>.radio-box-inner{border-color:#2e65e6}.paraui-v4-radio>.radio-box{position:relative}.paraui-v4-radio>.radio-box>input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.paraui-v4-radio>.radio-box>.radio-box-inner{position:relative;top:0;left:0;display:block;background-color:#fff;border:1px solid #d4dae3;border-radius:50%}.paraui-v4-radio>.radio-box>.radio-box-inner:after{position:absolute;display:table;content:" ";transform:scale(1) translate(-50%, -50%);background-color:#fff;border-radius:50%;left:50%;top:50%}.paraui-v4-radio>.radio-label{color:#1d2126;padding:0 8px;margin:0;display:inline-flex;align-items:flex-start;overflow:hidden;cursor:pointer}.paraui-v4-radio>.radio-label>.radio-help>svg{top:0}.paraui-v4-radio .radio-label{line-height:16px}.paraui-v4-radio>.radio-help{padding:0 8px;position:relative;top:-1px;overflow:hidden}.paraui-v4-radio>.radio-help>.radio-label{width:100%;color:#1d2126;margin:0;display:inline-flex;align-items:center;overflow:hidden;cursor:pointer}.paraui-v4-radio.paraui-v4-radio-checked>.radio-box>.radio-box-inner{border-color:rgba(0,0,0,0);background-color:#2e65e6}.paraui-v4-radio.paraui-v4-radio-checked:hover>.radio-box>.radio-box-inner{border-color:rgba(0,0,0,0);background-color:#5783eb}.paraui-v4-radio.paraui-v4-radio-disabled{cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled:hover>.radio-box>.radio-box-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-label{color:#a1a8b3;cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-label svg{color:#a1a8b3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>input{cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>.radio-box-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>.radio-box-inner:after{background-color:#eaecf1}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner{background-color:#d4dae3;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner:hover>.radio-box>.radio-box-inner{background-color:#d4dae3;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner:after{background-color:#f7f8fa}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-help{color:#a1a8b3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-help>.radio-label{color:#a1a8b3;cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-small>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-small>.radio-box>.radio-box-inner:after{width:4px;height:4px}.paraui-v4-radio.paraui-v4-radio-medium>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-medium>.radio-box>.radio-box-inner:after{width:4px;height:4px}.paraui-v4-radio.paraui-v4-radio-large>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-large>.radio-box>.radio-box-inner:after{width:4px;height:4px}',""]),e.exports=t},96742:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}}",""]),e.exports=t},30053:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".sector-container{position:relative;z-index:1500}.sector-container .sector-item-container{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:0}.sector-container .sector-item-container .sector-item{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:4px 4px 6px rgba(70,75,105,.2),-4px -4px 6px rgba(0,0,0,.06);cursor:pointer;opacity:0}.sector-container .sector-item-container .sector-item svg{color:#5c6573}.sector-container .sector-item-container .sector-item:hover{color:#2e65e6}.sector-container .sector-item-container .sector-item:hover svg{color:inherit}.sector-container .sector-item-container .sector-item--del:hover{color:linear-gradient(90deg, rgb(46, 101, 230) 50%, rgb(240, 245, 255) 100%)}.sector-container .sector-item-container .sector-item--del:hover svg{color:inherit}",""]),e.exports=t},39847:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,'.paraui-v4-tree-treenode-leaf-last .paraui-v4-tree-switcher-leaf-line::before{top:auto !important;bottom:auto !important;height:14px !important}@keyframes treeCheckboxEffect{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.6);opacity:0}}.paraui-v4-tree-rtl{direction:rtl}.paraui-v4-tree-rtl .paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator::after{right:-6px;left:unset}.paraui-v4-tree .paraui-v4-tree-treenode-rtl{direction:rtl}.paraui-v4-tree-rtl .paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon svg{transform:rotate(90deg)}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before .paraui-v4-tree-rtl.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before{right:auto;left:-13px;border-right:none;border-left:1px solid #d9d9d9}.paraui-v4-tree-checkbox .paraui-v4-tree-rtl.paraui-v4-tree-checkbox{margin:4px 0 0 8px}.paraui-v4-tree-select-dropdown-rtl .paraui-v4-select-tree-checkbox{margin:4px 0 0 8px}.paraui-v4-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox-inner,.paraui-v4-tree-checkbox:hover .paraui-v4-tree-checkbox-inner,.paraui-v4-tree-checkbox-input:focus+.paraui-v4-tree-checkbox-inner{border-color:#2e65e6}.paraui-v4-tree-checkbox:hover::after,.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox::after{visibility:visible}.paraui-v4-tree-checkbox-inner{position:relative;top:0;left:0;display:block;margin-top:2px;width:14px;height:14px;direction:ltr;background-color:#fff;border:1px solid #d4dae3;border-radius:2px;border-collapse:separate;transition:all .3s}.paraui-v4-tree-checkbox-inner::after{position:absolute;top:50%;left:21.5%;display:table;width:6px;height:9px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%, -50%);opacity:0;transition:all .1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity .1s;content:" ";box-sizing:border-box}.paraui-v4-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner::after{position:absolute;display:table;border:1px solid #fff;border-top:0;border-left:0;width:4px;height:8px;top:45%;left:21%;transform:rotate(45deg) scale(1) translate(-50%, -50%);opacity:1;transition:all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s;line-height:16px;content:" "}.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner{background-color:#2e65e6;border-color:rgba(0,0,0,0);line-height:16px}.paraui-v4-tree-checkbox-disabled{cursor:not-allowed;border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner{background-color:#d4dae3;border:none !important}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked:hover .paraui-v4-tree-checkbox-inner{border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner::after{border-color:#fff;color:#fff}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-input{cursor:not-allowed}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner::after{border-color:#fff !important;border-collapse:separate;animation-name:none}.paraui-v4-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.paraui-v4-tree-checkbox-disabled:hover::after,.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox-disabled::after{visibility:hidden}.paraui-v4-tree-checkbox-disabled+.paraui-v4-tree-node-content-wrapper{color:#a1a8b3 !important}.paraui-v4-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.paraui-v4-tree-checkbox-wrapper.paraui-v4-tree-checkbox-wrapper-disabled{cursor:not-allowed}.paraui-v4-tree-checkbox-wrapper+.paraui-v4-tree-checkbox-wrapper{margin-left:8px}.paraui-v4-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.paraui-v4-tree-checkbox-group-item{margin-right:8px}.paraui-v4-tree-checkbox-group-item:last-child{margin-right:0}.paraui-v4-tree-checkbox-group-item+.paraui-v4-tree-checkbox-group-item{margin-left:0}.paraui-v4-tree-checkbox-indeterminate .paraui-v4-tree-checkbox-inner{background-color:#2e65e6;border-color:#2e65e6}.paraui-v4-tree-checkbox-indeterminate .paraui-v4-tree-checkbox-inner::after{top:50%;left:50%;width:8px;height:2px;background-color:#fff;border:0;transform:translate(-50%, -50%) scale(1);opacity:1;content:" "}.paraui-v4-tree-checkbox-indeterminate.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner::after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.paraui-v4-tree-wrapper .paraui-v4-tree-empty{display:flex;align-items:center;justify-content:center}.paraui-v4-tree{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.paraui-v4-tree-focused:not(:hover):not(.paraui-v4-tree-active-focused){background:#e6f7ff}.paraui-v4-tree-list-holder-inner{align-items:flex-start}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner{align-items:stretch}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner .paraui-v4-tree-node-content-wrapper{flex:auto}.paraui-v4-tree .paraui-v4-tree-treenode{display:flex;align-items:center;outline:none}.paraui-v4-tree .paraui-v4-tree-treenode-disabled .paraui-v4-tree-node-content-wrapper{color:rgba(0,0,0,.25);cursor:not-allowed}.paraui-v4-tree .paraui-v4-tree-treenode-disabled .paraui-v4-tree-node-content-wrapper:hover{background:rgba(0,0,0,0)}.paraui-v4-tree .paraui-v4-tree-treenode-active .paraui-v4-tree-node-content-wrapper{background:#f5f5f5}.paraui-v4-tree .paraui-v4-tree-treenode:not(.paraui-v4-tree .paraui-v4-tree-treenode-disabled).filter-node .paraui-v4-tree-title{color:inherit;font-weight:500}.paraui-v4-tree-indent{align-self:stretch;white-space:nowrap;user-select:none}.paraui-v4-tree-indent-unit{display:inline-block;width:24px}.paraui-v4-tree-switcher{position:relative;flex:none;text-align:center;width:16px;margin-right:4px;cursor:pointer;user-select:none}.paraui-v4-tree-switcher .paraui-v4-tree-switcher-icon,.paraui-v4-tree-switcher .paraui-v4-select-tree-switcher-icon{display:inline-block;vertical-align:middle;transition:transform .3s;color:inherit}.paraui-v4-tree-switcher .paraui-v4-tree-switcher-icon svg,.paraui-v4-tree-switcher .paraui-v4-select-tree-switcher-icon svg{font-size:inherit;color:inherit;transition:transform .3s}.paraui-v4-tree-switcher-noop{cursor:default}.paraui-v4-tree-switcher-icon[data-name=DownTriangleF]:hover{color:#2e65e6;background:#f7f8fa}.paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon{transform:rotate(-90deg)}.paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon svg{color:currentColor;transform:rotate(-90deg)}.paraui-v4-tree-switcher-loading-icon{color:#2e65e6;will-change:transform;transition:transform .3s ease-in-out;animation:treeLoadingCircle 1s infinite linear;vertical-align:middle;font-size:14px !important}@keyframes treeLoadingCircle{100%{transform:rotate(360deg)}}.paraui-v4-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.paraui-v4-tree-switcher-leaf-line::before{position:absolute;top:0;bottom:-4px;margin-left:-1px;border-left:1px solid #d9d9d9;content:" "}.paraui-v4-tree-switcher-leaf-line::after{position:absolute;width:10px;height:14px;margin-left:-1px;border-bottom:1px solid #d9d9d9;content:" "}.paraui-v4-tree-checkbox{top:initial;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper{padding:0 8px;position:relative;z-index:auto;min-height:24px;margin:2px 0 0 0;color:inherit;line-height:24px;background:rgba(0,0,0,0);border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper:hover{background-color:#f7f8fa;border-radius:4px}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper.paraui-v4-tree-node-selected{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle{display:inline-block;height:24px;margin-right:8px;line-height:26px;text-align:center;vertical-align:top}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle>svg{vertical-align:-0.125em;color:#1d2126}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle:empty{display:none}.paraui-v4-tree-unselectable .paraui-v4-tree-node-content-wrapper:hover{background-color:rgba(0,0,0,0)}.paraui-v4-tree-node-content-wrapper[draggable=true]{line-height:24px;user-select:none}.paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#2e65e6;border-radius:1px;pointer-events:none}.paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator::after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:rgba(0,0,0,0);border:2px solid #2e65e6;border-radius:50%;content:""}.paraui-v4-tree .paraui-v4-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #2e65e6}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit{position:relative;height:100%}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit-end::before{display:none}.paraui-v4-tree-show-line .paraui-v4-tree-switcher{background:#fff}.paraui-v4-tree-show-line .paraui-v4-tree-switcher_close svg{transform:rotate(-90deg);color:inherit;font-size:14px;transition:transform .3s}.paraui-v4-tree-show-line .paraui-v4-tree-switcher_open svg{color:inherit;font-size:14px;transition:transform .3s}.paraui-v4-tree-show-line .paraui-v4-tree-switcher-line-icon{vertical-align:-0.225em;color:inherit;font-size:14px}.paraui-v4-tree-show-line .paraui-v4-tree-switcher-line-icon[data-name=DownTriangleF]:hover{color:#2e65e6;background:#f7f8fa}.paraui-v4-tree-node-content-wrapper{overflow:hidden;display:flex}.paraui-v4-tree-node-content-wrapper .paraui-v4-tree-title{display:flex;align-items:center;width:100%}.paraui-v4-tree-node-content-wrapper .paraui-v4-tree-treenode-more-wrapper{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper--active{background-color:#f7f8fa !important;border-radius:2px !important}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper--active .sector-anchor{opacity:1 !important}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner .paraui-v4-tree-node-content-wrapper{flex-grow:0;flex-shrink:1}.paraui-v4-tree .paraui-v4-tree-title-wrapper{display:inline-flex;align-items:center;overflow:hidden}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor{position:relative;margin:3px 0 0 10px;line-height:14px;opacity:0;transition:opacity .3s}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor:before{content:" ";position:absolute;left:-9px;top:0;width:1px;height:14px;background-color:#f7f8fa;pointer-events:none}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor svg{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor svg:hover{background:rgba(212,218,227,.4);border-radius:2px}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor--active.sector-anchor svg{color:#2e65e6;background:rgba(212,218,227,.4);border-radius:2px}.paraui-v4-tree .paraui-v4-tree-title-wrapper--active .sector-anchor{opacity:1}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-iconEle{position:absolute;left:8px;top:0}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-checkbox{display:none !important}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-checkbox-checked+.paraui-v4-tree-node-content-wrapper{color:#2e65e6}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-node-radio{width:16px;height:16px;padding:0;margin-top:4px}.paraui-v4-tree.paraui-v4-tree-radioable-showradio .paraui-v4-tree-node-content-wrapper{padding-left:28px}.paraui-v4-tree-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}',""]),e.exports=t},76314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(i=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),l="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(l," */")),a=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(a).concat([o]).join("\n")}var i,c,l;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var c=0;c<e.length;c++){var l=[].concat(e[c]);r&&o[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},45228:e=>{"use strict";
|
|
15
|
+
***************************************************************************** */!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}('@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 o=function(e){var t,n,o=e.path,a=e.className,i=e.color,c=void 0===i?"info":i,l=e.size,s=void 0===l?"small":l,u=e.dataName,d=void 0===u?"":u,f=e.style,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["path","className","color","size","dataName","style"]),h="paraui-v4",v="primary"===c||"secondary"===c||"info"===c||"success"===c||"warn"===c||"error"===c;return(0,r.jsx)("svg",Object.assign({className:(n="".concat(h,"-icon"),n+=" svg-icon",a&&(n+=" "+a),v&&(n+=" ".concat(h,"-icon-").concat(c)),s&&(n+=" ".concat(h,"-icon-").concat(s)),n),viewBox:"0 0 1024 1024","data-name":d,style:(t=Object.assign({},f),c&&!v&&(t.color=c),t)},p,{children:o}))}},20053:(e,t,n)=>{"use strict";function r(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(o&&(o+=" "),o+=n);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function o(){for(var e,t,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}n.d(t,{A:()=>o})},16543:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},45848:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}',""]),e.exports=t},29728:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-empty{display:inline-flex;flex-direction:column;align-items:center}.paraui-v4-empty>.empty-image{line-height:0;overflow:hidden}.paraui-v4-empty>.empty-image img{width:100%}.paraui-v4-empty .empty-image-large{width:334px;height:238px}.paraui-v4-empty .empty-image-small{width:120px;height:120px}.paraui-v4-empty>.empty-description{line-height:17px;font-size:14px;font-weight:400;color:#1d2126}.paraui-v4-empty>.empty-description>.empty-description-refresh{display:inline-block}.paraui-v4-empty>.empty-description>.empty-description-refresh span{color:#2e65e6;cursor:pointer}.paraui-v4-empty>.empty-description>.empty-description-refresh span:hover{color:#5783eb}.paraui-v4-empty.paraui-v4-empty-large>.empty-description{margin-top:20px}.paraui-v4-empty.paraui-v4-empty-small>.empty-description{margin-top:10px;font-size:14px}",""]),e.exports=t},85822:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-help{display:inline-block;font-weight:500;color:#a1a8b3;line-height:0}.paraui-v4-help:hover{color:#2e65e6}.paraui-v4-help svg{font-size:inherit;color:inherit;font-size:16px}",""]),e.exports=t},34279:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-label{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;color:#5c6573;margin-bottom:4px;display:inline-block;line-height:1.43;word-break:break-all}.paraui-v4-label>.label-required{margin-left:2px;color:#f44242}.paraui-v4-label>.paraui-v4-help{vertical-align:top;margin-left:4px}.paraui-v4-label>.paraui-v4-help svg{vertical-align:top;position:relative;top:2px}.paraui-v4-label.paraui-v4-label-line.paraui-v4-label-tooltip{border-bottom:1px dashed #a1a8b3;padding-bottom:2px}",""]),e.exports=t},96305:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".paraui-v4-loading{position:absolute;left:0;top:0;width:100%;height:100%}@keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-v4-loading .loading-mask{position:absolute;width:100%;height:100%;background-color:#fff;z-index:100}.paraui-v4-loading .loading-box{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:101}.paraui-v4-loading .loading-box>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;font-size:20px}",""]),e.exports=t},36518:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,'.paraui-v4-radio{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;cursor:pointer;display:inline-flex;align-items:center;line-height:16px}.paraui-v4-radio:hover>.radio-box>.radio-box-inner{border-color:#2e65e6}.paraui-v4-radio>.radio-box{position:relative}.paraui-v4-radio>.radio-box>input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.paraui-v4-radio>.radio-box>.radio-box-inner{position:relative;top:0;left:0;display:block;background-color:#fff;border:1px solid #d4dae3;border-radius:50%}.paraui-v4-radio>.radio-box>.radio-box-inner:after{position:absolute;display:table;content:" ";transform:scale(1) translate(-50%, -50%);background-color:#fff;border-radius:50%;left:50%;top:50%}.paraui-v4-radio>.radio-label{color:#1d2126;padding:0 8px;margin:0;display:inline-flex;align-items:flex-start;overflow:hidden;cursor:pointer}.paraui-v4-radio>.radio-label>.radio-help>svg{top:0}.paraui-v4-radio .radio-label{line-height:16px}.paraui-v4-radio>.radio-help{padding:0 8px;position:relative;top:-1px;overflow:hidden}.paraui-v4-radio>.radio-help>.radio-label{width:100%;color:#1d2126;margin:0;display:inline-flex;align-items:center;overflow:hidden;cursor:pointer}.paraui-v4-radio.paraui-v4-radio-checked>.radio-box>.radio-box-inner{border-color:rgba(0,0,0,0);background-color:#2e65e6}.paraui-v4-radio.paraui-v4-radio-checked:hover>.radio-box>.radio-box-inner{border-color:rgba(0,0,0,0);background-color:#5783eb}.paraui-v4-radio.paraui-v4-radio-disabled{cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled:hover>.radio-box>.radio-box-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-label{color:#a1a8b3;cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-label svg{color:#a1a8b3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>input{cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>.radio-box-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-box>.radio-box-inner:after{background-color:#eaecf1}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner{background-color:#d4dae3;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner:hover>.radio-box>.radio-box-inner{background-color:#d4dae3;border-color:#d4dae3}.paraui-v4-radio.paraui-v4-radio-disabled.paraui-v4-radio-checked>.radio-box>.radio-box-inner:after{background-color:#f7f8fa}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-help{color:#a1a8b3}.paraui-v4-radio.paraui-v4-radio-disabled>.radio-help>.radio-label{color:#a1a8b3;cursor:not-allowed}.paraui-v4-radio.paraui-v4-radio-small>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-small>.radio-box>.radio-box-inner:after{width:4px;height:4px}.paraui-v4-radio.paraui-v4-radio-medium>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-medium>.radio-box>.radio-box-inner:after{width:4px;height:4px}.paraui-v4-radio.paraui-v4-radio-large>.radio-box>.radio-box-inner{width:14px;height:14px}.paraui-v4-radio.paraui-v4-radio-large>.radio-box>.radio-box-inner:after{width:4px;height:4px}',""]),e.exports=t},96742:(e,t,n)=>{(t=n(76314)(!1)).push([e.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}}",""]),e.exports=t},30053:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,".sector-container{position:relative;z-index:1500}.sector-container .sector-item-container{position:absolute;left:0;top:50%;transform:translateY(-50%);padding:0}.sector-container .sector-item-container .sector-item{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:4px 4px 6px rgba(70,75,105,.2),-4px -4px 6px rgba(0,0,0,.06);cursor:pointer;opacity:0}.sector-container .sector-item-container .sector-item svg{color:#5c6573}.sector-container .sector-item-container .sector-item:hover{color:#2e65e6}.sector-container .sector-item-container .sector-item:hover svg{color:inherit}.sector-container .sector-item-container .sector-item--del:hover{color:linear-gradient(90deg, rgb(46, 101, 230) 50%, rgb(240, 245, 255) 100%)}.sector-container .sector-item-container .sector-item--del:hover svg{color:inherit}",""]),e.exports=t},39847:(e,t,n)=>{(t=n(76314)(!1)).push([e.id,'.paraui-v4-tree-treenode-leaf-last .paraui-v4-tree-switcher-leaf-line::before{top:auto !important;bottom:auto !important;height:14px !important}@keyframes treeCheckboxEffect{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.6);opacity:0}}.paraui-v4-tree-rtl{direction:rtl}.paraui-v4-tree-rtl .paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator::after{right:-6px;left:unset}.paraui-v4-tree .paraui-v4-tree-treenode-rtl{direction:rtl}.paraui-v4-tree-rtl .paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon svg{transform:rotate(90deg)}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before .paraui-v4-tree-rtl.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before{right:auto;left:-13px;border-right:none;border-left:1px solid #d9d9d9}.paraui-v4-tree-checkbox .paraui-v4-tree-rtl.paraui-v4-tree-checkbox{margin:4px 0 0 8px}.paraui-v4-tree-select-dropdown-rtl .paraui-v4-select-tree-checkbox{margin:4px 0 0 8px}.paraui-v4-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox-inner,.paraui-v4-tree-checkbox:hover .paraui-v4-tree-checkbox-inner,.paraui-v4-tree-checkbox-input:focus+.paraui-v4-tree-checkbox-inner{border-color:#2e65e6}.paraui-v4-tree-checkbox:hover::after,.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox::after{visibility:visible}.paraui-v4-tree-checkbox-inner{position:relative;top:0;left:0;display:block;margin-top:2px;width:14px;height:14px;direction:ltr;background-color:#fff;border:1px solid #d4dae3;border-radius:2px;border-collapse:separate;transition:all .3s}.paraui-v4-tree-checkbox-inner::after{position:absolute;top:50%;left:21.5%;display:table;width:6px;height:9px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%, -50%);opacity:0;transition:all .1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity .1s;content:" ";box-sizing:border-box}.paraui-v4-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner::after{position:absolute;display:table;border:1px solid #fff;border-top:0;border-left:0;width:4px;height:8px;top:45%;left:21%;transform:rotate(45deg) scale(1) translate(-50%, -50%);opacity:1;transition:all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s;line-height:16px;content:" "}.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner{background-color:#2e65e6;border-color:rgba(0,0,0,0);line-height:16px}.paraui-v4-tree-checkbox-disabled{cursor:not-allowed;border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner{background-color:#d4dae3;border:none !important}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked:hover .paraui-v4-tree-checkbox-inner{border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled.paraui-v4-tree-checkbox-checked .paraui-v4-tree-checkbox-inner::after{border-color:#fff;color:#fff}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-input{cursor:not-allowed}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner{background-color:#eaecf1;border-color:#d4dae3}.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner::after{border-color:#fff !important;border-collapse:separate;animation-name:none}.paraui-v4-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.paraui-v4-tree-checkbox-disabled:hover::after,.paraui-v4-tree-checkbox-wrapper:hover .paraui-v4-tree-checkbox-disabled::after{visibility:hidden}.paraui-v4-tree-checkbox-disabled+.paraui-v4-tree-node-content-wrapper{color:#a1a8b3 !important}.paraui-v4-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.paraui-v4-tree-checkbox-wrapper.paraui-v4-tree-checkbox-wrapper-disabled{cursor:not-allowed}.paraui-v4-tree-checkbox-wrapper+.paraui-v4-tree-checkbox-wrapper{margin-left:8px}.paraui-v4-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.paraui-v4-tree-checkbox-group-item{margin-right:8px}.paraui-v4-tree-checkbox-group-item:last-child{margin-right:0}.paraui-v4-tree-checkbox-group-item+.paraui-v4-tree-checkbox-group-item{margin-left:0}.paraui-v4-tree-checkbox-indeterminate .paraui-v4-tree-checkbox-inner{background-color:#2e65e6;border-color:#2e65e6}.paraui-v4-tree-checkbox-indeterminate .paraui-v4-tree-checkbox-inner::after{top:50%;left:50%;width:8px;height:2px;background-color:#fff;border:0;transform:translate(-50%, -50%) scale(1);opacity:1;content:" "}.paraui-v4-tree-checkbox-indeterminate.paraui-v4-tree-checkbox-disabled .paraui-v4-tree-checkbox-inner::after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.paraui-v4-tree-wrapper .paraui-v4-tree-empty{display:flex;align-items:center;justify-content:center}.paraui-v4-tree{box-sizing:border-box;margin:0;padding:0;color:#1d2126;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.paraui-v4-tree-focused:not(:hover):not(.paraui-v4-tree-active-focused){background:#e6f7ff}.paraui-v4-tree-list-holder-inner{align-items:flex-start}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner{align-items:stretch}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner .paraui-v4-tree-node-content-wrapper{flex:auto}.paraui-v4-tree .paraui-v4-tree-treenode{display:flex;align-items:center;outline:none}.paraui-v4-tree .paraui-v4-tree-treenode-disabled .paraui-v4-tree-node-content-wrapper{color:rgba(0,0,0,.25);cursor:not-allowed}.paraui-v4-tree .paraui-v4-tree-treenode-disabled .paraui-v4-tree-node-content-wrapper:hover{background:rgba(0,0,0,0)}.paraui-v4-tree .paraui-v4-tree-treenode-active .paraui-v4-tree-node-content-wrapper{background:#f5f5f5}.paraui-v4-tree .paraui-v4-tree-treenode:not(.paraui-v4-tree .paraui-v4-tree-treenode-disabled).filter-node .paraui-v4-tree-title{color:inherit;font-weight:500}.paraui-v4-tree-indent{align-self:stretch;white-space:nowrap;user-select:none}.paraui-v4-tree-indent-unit{display:inline-block;width:24px}.paraui-v4-tree-switcher{position:relative;flex:none;text-align:center;width:16px;margin-right:4px;cursor:pointer;user-select:none}.paraui-v4-tree-switcher .paraui-v4-tree-switcher-icon,.paraui-v4-tree-switcher .paraui-v4-select-tree-switcher-icon{display:inline-block;vertical-align:middle;transition:transform .3s;color:inherit}.paraui-v4-tree-switcher .paraui-v4-tree-switcher-icon svg,.paraui-v4-tree-switcher .paraui-v4-select-tree-switcher-icon svg{font-size:inherit;color:inherit;transition:transform .3s}.paraui-v4-tree-switcher-noop{cursor:default}.paraui-v4-tree-switcher-icon[data-name=DownTriangleF]:hover{color:#2e65e6;background:#f7f8fa}.paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon{transform:rotate(-90deg)}.paraui-v4-tree-switcher_close .paraui-v4-tree-switcher-icon svg{color:currentColor;transform:rotate(-90deg)}.paraui-v4-tree-switcher-loading-icon{color:#2e65e6;will-change:transform;transition:transform .3s ease-in-out;animation:treeLoadingCircle 1s infinite linear;vertical-align:middle;font-size:14px !important}@keyframes treeLoadingCircle{100%{transform:rotate(360deg)}}.paraui-v4-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.paraui-v4-tree-switcher-leaf-line::before{position:absolute;top:0;bottom:-4px;margin-left:-1px;border-left:1px solid #d9d9d9;content:" "}.paraui-v4-tree-switcher-leaf-line::after{position:absolute;width:10px;height:14px;margin-left:-1px;border-bottom:1px solid #d9d9d9;content:" "}.paraui-v4-tree-checkbox{top:initial;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper{padding:0 8px;position:relative;z-index:auto;min-height:24px;margin:2px 0 0 0;color:inherit;line-height:24px;background:rgba(0,0,0,0);border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper:hover{background-color:#f7f8fa;border-radius:4px}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper.paraui-v4-tree-node-selected{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle{display:inline-block;height:24px;margin-right:8px;line-height:26px;text-align:center;vertical-align:top}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle>svg{vertical-align:-0.125em;color:#1d2126}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper .paraui-v4-tree-iconEle:empty{display:none}.paraui-v4-tree-unselectable .paraui-v4-tree-node-content-wrapper:hover{background-color:rgba(0,0,0,0)}.paraui-v4-tree-node-content-wrapper[draggable=true]{line-height:24px;user-select:none}.paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#2e65e6;border-radius:1px;pointer-events:none}.paraui-v4-tree-node-content-wrapper[draggable=true] .paraui-v4-tree-drop-indicator::after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:rgba(0,0,0,0);border:2px solid #2e65e6;border-radius:50%;content:""}.paraui-v4-tree .paraui-v4-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #2e65e6}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit{position:relative;height:100%}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit::before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.paraui-v4-tree-show-line .paraui-v4-tree-indent-unit-end::before{display:none}.paraui-v4-tree-show-line .paraui-v4-tree-switcher{background:#fff}.paraui-v4-tree-show-line .paraui-v4-tree-switcher_close svg{transform:rotate(-90deg);color:inherit;font-size:14px;transition:transform .3s}.paraui-v4-tree-show-line .paraui-v4-tree-switcher_open svg{color:inherit;font-size:14px;transition:transform .3s}.paraui-v4-tree-show-line .paraui-v4-tree-switcher-line-icon{vertical-align:-0.225em;color:inherit;font-size:14px}.paraui-v4-tree-show-line .paraui-v4-tree-switcher-line-icon[data-name=DownTriangleF]:hover{color:#2e65e6;background:#f7f8fa}.paraui-v4-tree-node-content-wrapper{overflow:hidden;display:flex}.paraui-v4-tree-node-content-wrapper .paraui-v4-tree-title{display:flex;align-items:center;width:100%}.paraui-v4-tree-node-content-wrapper .paraui-v4-tree-treenode-more-wrapper{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper--active{background-color:#f7f8fa !important;border-radius:2px !important}.paraui-v4-tree .paraui-v4-tree-node-content-wrapper--active .sector-anchor{opacity:1 !important}.paraui-v4-tree.paraui-v4-tree-block-node .paraui-v4-tree-list-holder-inner .paraui-v4-tree-node-content-wrapper{flex-grow:0;flex-shrink:1}.paraui-v4-tree .paraui-v4-tree-title-wrapper{display:inline-flex;align-items:center;overflow:hidden}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor{position:relative;margin:3px 0 0 10px;line-height:14px;opacity:0;transition:opacity .3s}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor:before{content:" ";position:absolute;left:-9px;top:0;width:1px;height:14px;background-color:#f7f8fa;pointer-events:none}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor svg{color:#2e65e6}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor svg:hover{background:rgba(212,218,227,.4);border-radius:2px}.paraui-v4-tree .paraui-v4-tree-title-wrapper .sector-anchor--active.sector-anchor svg{color:#2e65e6;background:rgba(212,218,227,.4);border-radius:2px}.paraui-v4-tree .paraui-v4-tree-title-wrapper--active .sector-anchor{opacity:1}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-iconEle{position:absolute;left:8px;top:0}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-checkbox{display:none !important}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-checkbox-checked+.paraui-v4-tree-node-content-wrapper{color:#2e65e6}.paraui-v4-tree.paraui-v4-tree-radioable .paraui-v4-tree-node-radio{width:16px;height:16px;padding:0;margin-top:4px}.paraui-v4-tree.paraui-v4-tree-radioable-showradio .paraui-v4-tree-node-content-wrapper{padding-left:28px}.paraui-v4-tree-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}',""]),e.exports=t},76314:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(i=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(i)))),l="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(l," */")),a=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(a).concat([o]).join("\n")}var i,c,l;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var a=0;a<this.length;a++){var i=this[a][0];null!=i&&(o[i]=!0)}for(var c=0;c<e.length;c++){var l=[].concat(e[c]);r&&o[l[0]]||(n&&(l[2]?l[2]="".concat(n," and ").concat(l[2]):l[2]=n),t.push(l))}},t}},45228:e=>{"use strict";
|
|
16
16
|
/*
|
|
17
17
|
object-assign
|
|
18
18
|
(c) Sindre Sorhus
|
|
File without changes
|