@para-ui/core 4.0.33 → 4.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/Anchor/anchorMenu/index.d.ts +16 -0
  2. package/Anchor/index.d.ts +4 -0
  3. package/Anchor/index.js +394 -0
  4. package/Anchor/lang/en_US.d.ts +4 -0
  5. package/Anchor/lang/index.d.ts +9 -0
  6. package/Anchor/lang/zh_CN.d.ts +4 -0
  7. package/Anchor/type.d.ts +42 -0
  8. package/Argv/batchEdit/index.d.ts +18 -0
  9. package/Argv/dataGenerator/config.d.ts +16 -0
  10. package/Argv/dataGenerator/index.d.ts +24 -0
  11. package/Argv/index.d.ts +36 -0
  12. package/Argv/index.js +738 -0
  13. package/Argv/lang/en_US.d.ts +15 -0
  14. package/Argv/lang/index.d.ts +31 -0
  15. package/Argv/lang/zh_CN.d.ts +15 -0
  16. package/AutoBox/index.js +1 -1
  17. package/AutoButton/index.js +1 -1
  18. package/AutoTips/index.js +1 -1
  19. package/Breadcrumbs/index.js +1 -1
  20. package/Button/index.d.ts +2 -2
  21. package/Button/index.js +4 -4
  22. package/ButtonGroup/index.d.ts +4 -0
  23. package/ButtonGroup/index.js +53 -37
  24. package/Card/index.js +3 -3
  25. package/Carousel/index.js +1 -1
  26. package/Cascader/index.js +3 -3
  27. package/Checkbox/index.js +1 -1
  28. package/CheckboxGroup/index.js +1 -1
  29. package/ComboSelect/index.js +2 -2
  30. package/CopyText/index.js +1 -1
  31. package/CycleSelector/index.js +1 -1
  32. package/DatePicker/index.js +1 -1
  33. package/Descriptions/index.js +1 -1
  34. package/Desktop/index.js +1 -1
  35. package/DragVerify/index.js +1 -1
  36. package/Drawer/index.js +1 -1
  37. package/DynamicMultiBox/index.js +2 -2
  38. package/Form/index.js +3 -3
  39. package/FormItem/index.js +3 -3
  40. package/FunctionModal/index.js +3 -3
  41. package/Help/index.js +1 -1
  42. package/Image/index.js +1 -1
  43. package/InputCode/index.js +1 -1
  44. package/InputLang/index.js +1 -1
  45. package/InputNumber/index.js +1 -1
  46. package/Label/index.js +1 -1
  47. package/Menu/index.js +1 -1
  48. package/Modal/index.js +1 -1
  49. package/MultiBox/index.js +1 -1
  50. package/OperateBtn/index.js +1 -1
  51. package/PageHeader/index.js +1 -1
  52. package/Pagination/index.js +1 -1
  53. package/PopConfirm/index.js +1 -1
  54. package/PopMenu/index.js +1 -1
  55. package/Popover/index.js +1 -1
  56. package/Progress/index.js +1 -1
  57. package/Querying/index.js +4 -4
  58. package/QuickReply/index.js +1 -1
  59. package/README.md +32 -0
  60. package/Radio/index.js +1 -1
  61. package/RadioGroup/index.js +1 -1
  62. package/RangeInput/index.js +1 -1
  63. package/Search/index.js +1 -1
  64. package/Select/index.js +3 -3
  65. package/SelectInput/index.js +1 -1
  66. package/Selector/index.js +53 -41
  67. package/Selector/interface.d.ts +2 -1
  68. package/SelectorPicker/index.js +1 -1
  69. package/SingleBox/index.js +1 -1
  70. package/Slider/index.js +1 -1
  71. package/Stepper/index.js +1 -1
  72. package/Switch/index.js +1 -1
  73. package/Table/index.js +6 -3
  74. package/Tabs/index.js +1 -1
  75. package/Tag/index.js +1 -1
  76. package/TextEditor/index.js +1 -1
  77. package/TextField/index.js +1 -1
  78. package/TimePicker/index.js +1 -1
  79. package/Timeline/index.js +1 -1
  80. package/Title/index.js +1 -1
  81. package/ToggleButton/ToggleButtonGroup.d.ts +4 -2
  82. package/ToggleButton/index.d.ts +4 -3
  83. package/ToggleButton/index.js +27 -11
  84. package/Tooltip/index.js +1 -1
  85. package/Transfer/index.js +1 -1
  86. package/Tree/index.js +3 -3
  87. package/Upload/index.js +79 -23
  88. package/Upload/interface.d.ts +4 -0
  89. package/Upload/util.d.ts +32 -0
  90. package/Utils/index.d.ts +7 -0
  91. package/Utils/index.js +10 -1
  92. package/Utils/type.d.ts +1 -0
  93. package/_verture/{index-8752ccab.js → index-63345bd4.js} +1 -1
  94. package/_verture/{index-567b5779.js → index-77fff5bd.js} +1 -1
  95. package/_verture/{modalContext-10f0c5aa.js → modalContext-205db1f4.js} +1 -1
  96. package/_verture/{tslib.es6-55ed4bd2.js → tslib.es6-f43aa41d.js} +1 -1
  97. package/index.d.ts +4 -0
  98. package/index.js +21 -16
  99. package/locale/en-US.d.ts +17 -0
  100. package/locale/index.d.ts +34 -0
  101. package/locale/index.js +34 -0
  102. package/locale/zh-CN.d.ts +17 -0
  103. package/package.json +6 -4
  104. package/umd/Anchor.js +43 -0
  105. package/umd/Argv.js +43 -0
  106. package/umd/AutoButton.js +1 -1
  107. package/umd/Button.js +1 -1
  108. package/umd/ButtonGroup.js +5 -5
  109. package/umd/ComboSelect.js +2 -2
  110. package/umd/CopyText.js +3 -3
  111. package/umd/CycleSelector.js +3 -3
  112. package/umd/DatePicker.js +1 -1
  113. package/umd/Descriptions.js +1 -1
  114. package/umd/Desktop.js +3 -3
  115. package/umd/Drawer.js +1 -1
  116. package/umd/DynamicMultiBox.js +3 -3
  117. package/umd/Form.js +2 -2
  118. package/umd/FormItem.js +3 -3
  119. package/umd/FunctionModal.js +1 -1
  120. package/umd/InputCode.js +3 -3
  121. package/umd/InputLang.js +3 -3
  122. package/umd/Message.js +15 -16
  123. package/umd/Modal.js +1 -1
  124. package/umd/MultiBox.js +3 -3
  125. package/umd/OperateBtn.js +1 -1
  126. package/umd/PageHeader.js +1 -1
  127. package/umd/Pagination.js +3 -3
  128. package/umd/PopConfirm.js +1 -1
  129. package/umd/QuickReply.js +3 -3
  130. package/umd/Search.js +3 -3
  131. package/umd/Selector.js +4 -4
  132. package/umd/SelectorPicker.js +6 -6
  133. package/umd/SingleBox.js +3 -3
  134. package/umd/Table.js +3 -3
  135. package/umd/Tabs.js +1 -1
  136. package/umd/TextField.js +2 -2
  137. package/umd/TimePicker.js +1 -1
  138. package/umd/ToggleButton.js +6 -6
  139. package/umd/Transfer.js +2 -2
  140. package/umd/Upload.js +2 -2
  141. package/umd/Utils.js +1 -1
  142. package/umd/locale.js +1 -1
  143. /package/_verture/{index-e229330e.js → index-cf52327b.js} +0 -0
package/umd/Drawer.js CHANGED
@@ -35,7 +35,7 @@ Ye=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,o=Objec
35
35
  *
36
36
  * This source code is licensed under the MIT license found in the
37
37
  * LICENSE file in the root directory of this source tree.
38
- */n(45228);var r=n(39155),o=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),t.Fragment=i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,i={},l=null,s=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(s=t.ref),t)u.call(t,r)&&!c.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:o,type:e,key:l,ref:s,props:i,_owner:a.current}}t.jsx=l,t.jsxs=l},74848:(e,t,n)=>{"use strict";e.exports=n(21020)},43591:(e,t,n)=>{"use strict";n.d(t,{default:()=>E});var r=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),o="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,i=void 0!==n.g&&n.g.Math===Math?n.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),a="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var u=["top","right","bottom","left","width","height","size","weight"],c="undefined"!=typeof MutationObserver,l=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,r=!1,o=0;function i(){n&&(n=!1,e()),r&&c()}function u(){a(i)}function c(){var e=Date.now();if(n){if(e-o<2)return;r=!0}else n=!0,r=!1,setTimeout(u,t);o=e}return c}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;u.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),s=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var o=r[n];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},p=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||i},f=g(0,0,0,0);function d(e){return parseFloat(e)||0}function v(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+d(e["border-"+n+"-width"])}),0)}function m(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return f;var r=p(e).getComputedStyle(e),o=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var o=r[n],i=e["padding-"+o];t[o]=d(i)}return t}(r),i=o.left+o.right,a=o.top+o.bottom,u=d(r.width),c=d(r.height);if("border-box"===r.boxSizing&&(Math.round(u+i)!==t&&(u-=v(r,"left","right")+i),Math.round(c+a)!==n&&(c-=v(r,"top","bottom")+a)),!function(e){return e===p(e).document.documentElement}(e)){var l=Math.round(u+i)-t,s=Math.round(c+a)-n;1!==Math.abs(l)&&(u-=l),1!==Math.abs(s)&&(c-=s)}return g(o.left,o.top,u,c)}var h="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof p(e).SVGGraphicsElement}:function(e){return e instanceof p(e).SVGElement&&"function"==typeof e.getBBox};function b(e){return o?h(e)?function(e){var t=e.getBBox();return g(0,0,t.width,t.height)}(e):m(e):f}function g(e,t,n,r){return{x:e,y:t,width:n,height:r}}var y=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=b(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),w=function(e,t){var n,r,o,i,a,u,c,l=(r=(n=t).x,o=n.y,i=n.width,a=n.height,u="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,c=Object.create(u.prototype),s(c,{x:r,y:o,width:i,height:a,top:o,right:r+i,bottom:a+o,left:r}),c);s(this,{target:e,contentRect:l})},A=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new r,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new y(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new w(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),O="undefined"!=typeof WeakMap?new WeakMap:new r,x=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),r=new A(t,n,this);O.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){x.prototype[e]=function(){var t;return(t=O.get(this))[e].apply(t,arguments)}}));const E=void 0!==i.ResizeObserver?i.ResizeObserver:x},10458:(e,t,n)=>{var r=n(85072),o=n(16543);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},54497:(e,t,n)=>{var r=n(85072),o=n(45848);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},53112:(e,t,n)=>{var r=n(85072),o=n(11057);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},60117:(e,t,n)=>{var r=n(85072),o=n(72916);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},81173:(e,t,n)=>{var r=n(85072),o=n(26468);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},33981:(e,t,n)=>{var r=n(85072),o=n(96742);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},85072:(e,t,n)=>{"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function u(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function c(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],c=t.base?i[0]+t.base:i[0],l=n[c]||0,s="".concat(c," ").concat(l);n[c]=l+1;var p=u(s),f={css:i[1],media:i[2],sourceMap:i[3]};-1!==p?(a[p].references++,a[p].updater(f)):a.push({identifier:s,updater:h(f,t),references:1}),r.push(s)}return r}function l(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var s,p=(s=[],function(e,t){return s[e]=t,s.filter(Boolean).join("\n")});function f(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=p(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var v=null,m=0;function h(e,t){var n,r,o;if(t.singleton){var i=m++;n=v||(v=l(t)),r=f.bind(null,n,i,!1),o=f.bind(null,n,i,!0)}else n=l(t),r=d.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=u(n[r]);a[o].references--}for(var i=c(e,t),l=0;l<n.length;l++){var s=u(n[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}n=i}}}},69004:(e,t,n)=>{"use strict";n.d(t,{default:()=>s});var r=n(39155),o=n.n(r),i=n(17234),a=n(14552),u=n(32663);n(10458);n(54497);function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function l(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}const s=function(e){var t=e.children,n=e.arrow,c=void 0!==n&&n,s=e.placement,p=void 0===s?"bottom-start":s,f=e.tips,d=void 0===f?"":f,v=e.className,m=void 0===v?"":v,h=e.beyondText,b=void 0===h||h,g=e.interactive,y=void 0===g||g,w=e.tipMaxWidth,A=e.style,O=(0,r.useRef)(),x=(0,r.useRef)(),E=l((0,r.useState)(""),2),k=E[0],S=E[1];(0,r.useEffect)((function(){S(d)}),[d]);var C;return o().createElement(i.default,{arrow:c,title:k,placement:p,interactive:y,boundariesElement:"viewport",overlayClassName:"".concat(a.n,"-auto-tips-tooltip"),maxWidth:w},o().createElement("div",{ref:O,className:(C="".concat(a.n,"-auto-tips"),function(){var e=navigator.userAgent;if(/^((?!chrome|android).)*safari/i.test(e))return!0}()&&(C+=" ".concat(a.n,"-auto-tips-safari")),m&&(C+=" ".concat(m)),C),onMouseOver:function(){var e="",n=O.current,r=n.getBoundingClientRect(),o=x.current.getBoundingClientRect();O.current&&((0,u.isIE)()?r.width>o.width&&(e=d||(b?n.innerText:t)):o.width>r.width&&(e=d||(b?n.innerText:t))),S(e)},style:A},o().createElement("div",{className:"auto-tips-content",ref:x},t)))}},59079:(e,t,n)=>{"use strict";n.d(t,{default:()=>x});var r=n(39155),o=n.n(r),i=n(20053),a=n(51078),u=n(17234),c=n(15664),l=n(96342),s=n(7569);const p={zh:{moreActions:"更多操作"},en:{moreActions:"More actions"}};var f=n(14552),d=n(69004);n(53112);function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){v(e,t,n[t])}))}return e}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){b(e,t,n[t])}))}return e}function y(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function w(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function A(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var O=function(e){var t=e.variant,n=void 0===t?"contained":t,c=e.size,l=void 0===c?"large":c,s=e.className,p=e.disabled,d=void 0!==p&&p,v=e.children,m=e.startIcon,h=e.endIcon,b=e.loading,O=void 0!==b&&b,x=e.toolTipTitle,E=void 0===x?"":x,k=e.TooltipProps,S=e.danger,C=void 0!==S&&S,P=e.href,M=e.target,T=w(e,["variant","size","className","disabled","children","startIcon","endIcon","loading","toolTipTitle","TooltipProps","danger","href","target"]),j=A((0,r.useState)(!1),2),N=j[0],_=j[1],D="href"in e,L=function(){return(0,i.A)("".concat(f.n,"-button"),s,"".concat(f.n,"-button-").concat(n),"".concat(f.n,"-button-").concat(l),N&&"".concat(f.n,"-button-loading"),C&&!d&&"".concat(f.n,"-button-dangerous"),D&&"".concat(f.n,"-button-link"),D&&d&&"".concat(f.n,"-button-link-disabled"))},R=function(e){if(!N)return"start"===e&&m?o().createElement("span",{className:"button-icon"},m):"end"===e&&h?o().createElement("span",{className:"button-icon button-icon-end"},h):null;if("object"==typeof O){var t=O.delay||0;setTimeout((function(){return _(!1)}),t)}return"start"===e?o().createElement("span",{className:"button-icon button-icon-loading"},o().createElement(a.A,null)):null},I=function(){return D?o().createElement("a",y(g({},T),{href:P,target:M,className:L()}),R("start"),v&&o().createElement("span",{className:"button-label"},v),R("end")):o().createElement("button",y(g({},T),{disabled:d,type:"button",className:L()}),R("start"),v&&o().createElement("span",{className:"button-label"},v),R("end"))};return(0,r.useEffect)((function(){_(!!O)}),[O]),d&&E?o().createElement(u.default,y(g({arrow:!1,placement:"bottomLeft"},k),{disabled:d,title:E}),o().createElement("span",{className:"".concat(f.n,"-button--disabled")},I())):I()};O.IconButton=function(e){var t=e.variant,n=void 0===t?"contained":t,c=e.size,l=void 0===c?"large":c,s=e.toolTipTitle,p=void 0===s?"":s,d=e.children,v=e.className,m=e.disabled,h=void 0!==m&&m,b=e.loading,O=void 0!==b&&b,x=e.TooltipProps,E=e.danger,k=void 0!==E&&E,S=e.href,C=e.target,P=w(e,["variant","size","toolTipTitle","children","className","disabled","loading","TooltipProps","danger","href","target"]),M=A((0,r.useState)(!1),2),T=M[0],j=M[1],N="href"in e,_=function(){return(0,i.A)("".concat(f.n,"-button ").concat(f.n,"-icon-button"),v,"".concat(f.n,"-icon-button-").concat(n),"".concat(f.n,"-icon-button-").concat(l),T&&"".concat(f.n,"-icon-button-loading"),k&&!h&&"".concat(f.n,"-icon-button-dangerous"),N&&"".concat(f.n,"-button-link"),N&&h&&"".concat(f.n,"-button-link-disabled"))},D=function(){if(!T)return d;if("object"==typeof O){var e=O.delay||0;setTimeout((function(){return j(!1)}),e)}return o().createElement("span",{className:"button-loading-icon"},o().createElement(a.A,null))},L=function(){return N?o().createElement("a",y(g({},P),{href:S,target:C,className:_()}),D()):o().createElement("button",y(g({},P),{disabled:h,type:"button",className:_()}),D())};return(0,r.useEffect)((function(){j(!!O)}),[O]),p?o().createElement(u.default,y(g({key:+T,arrow:!1,placement:"bottomLeft"},x),{disabled:h,title:p}),h?o().createElement("span",{className:"".concat(f.n,"-button--disabled")},L()):L()):L()},O.SplitButton=function(e){var t,n=e.buttonText,a=e.options,v=void 0===a?[]:a,h=e.className,b=e.style,g=e.disabled,y=void 0!==g&&g,w=e.onClick,A=e.optionRender,O=e.placement,E=void 0===O?"bottomLeft":O,k=e.buttonProps,S=e.iconButton,C=void 0!==S&&S,P=e.popperStyle,M=e.popperClassName,T=void 0===M?"":M,j=e.getPopupContainer,N=e.variant,_=e.hideStartIcon,D=e.optionMaxWidth,L=void 0===D?"500px":D,R=e.optionTipsPlacement,I=void 0===R?"top-start":R,H=(0,s.A)("Button",p),z=(0,r.useRef)(),F=function(e,t,n){var r;e.disabled?n.stopPropagation():(null===(r=z.current)||void 0===r||r.classList.remove("".concat(f.n,"-button-split--active")),null==w||w(e,n))};return o().createElement("div",{className:(0,i.A)("".concat(f.n,"-button-split"),h),style:b},o().createElement(l.default,{overlay:(t=function(e){var t=(null==A?void 0:A(e))||o().createElement(d.default,{placement:I},e.label),n=e.disabled,r=e.disabledTooltip;return n&&r?o().createElement(u.default,m({disabled:!0},r),(null==A?void 0:A(e))||e.label):t},o().createElement("div",{className:"".concat(f.n,"-button-split-list")},o().createElement("ul",null,v.map((function(e,n){return Array.isArray(e)?function(e,n){return o().createElement("li",{className:"split-li-group",key:n},e.map((function(e,r){var a="".concat(n,"-").concat(r);return o().createElement("div",{key:a,className:(0,i.A)("split-li",e.disabled?"split-li--disabled":"split-li--hover"),style:{maxWidth:L},onClick:function(t){return F(e,0,t)}},t(e))})))}(e,n):o().createElement("li",{key:n,className:(0,i.A)("split-li",e.disabled?"split-li--disabled":"split-li--hover"),style:{maxWidth:L},onClick:function(t){return F(e,0,t)}},t(e))}))))),placement:E,overlayStyle:P,overlayClassName:T,getPopupContainer:j},C?N?o().createElement(x.IconButton,m({variant:N,size:"small",disabled:y},k),null!=n?n:H({id:"moreActions"})):o().createElement(x.IconButton,m({variant:"text",size:"small",disabled:y},k),null!=n?n:H({id:"moreActions"})):o().createElement(x,m({variant:N||"outlined",size:"large",startIcon:_?null:o().createElement(c.A,null),disabled:y},k),null!=n?n:H({id:"moreActions"}))))};const x=O},6564:(e,t,n)=>{"use strict";n.d(t,{l5:()=>o});n(74353),n(25400);function r(e,t){var n,o,i,a=e.parentNode,u=(null==a||null===(n=a.nodeName)||void 0===n?void 0:n.toLowerCase())||"";if(["html","body","#document"].includes(u))return null;if(o=a,null!=(i=window.HTMLElement)&&"undefined"!=typeof Symbol&&i[Symbol.hasInstance]?i[Symbol.hasInstance](o):o instanceof i){var c=window.getComputedStyle(a).position;if(new RegExp(t).test(c))return a}return r(a,t)}function o(e,t){var n=document.getElementsByClassName("".concat(t))[0];if(n){var o=r(n,e?"fixed":"absolute");o&&(e?(o.style.position="absolute",o.style.left="0",o.style.top="0"):(o.style.position="fixed",o.style.left="-9999px",o.style.top="-9999px"))}}},96342:(e,t,n)=>{"use strict";n.d(t,{default:()=>j});var r=n(39155),o=n.n(r),i=n(89379),a=n(64467),u=n(3453),c=n(80045),l=n(1748),s=n(46942),p=n.n(s),f={adjustX:1,adjustY:1},d=[0,0];const v={topLeft:{points:["bl","tl"],overflow:f,offset:[0,-4],targetOffset:d},topCenter:{points:["bc","tc"],overflow:f,offset:[0,-4],targetOffset:d},topRight:{points:["br","tr"],overflow:f,offset:[0,-4],targetOffset:d},bottomLeft:{points:["tl","bl"],overflow:f,offset:[0,4],targetOffset:d},bottomCenter:{points:["tc","bc"],overflow:f,offset:[0,4],targetOffset:d},bottomRight:{points:["tr","br"],overflow:f,offset:[0,4],targetOffset:d}};var m=n(16928),h=n(25371),b=m.A.ESC,g=m.A.TAB;var y=n(8719),w=["arrow","prefixCls","transitionName","animation","align","placement","placements","getPopupContainer","showAction","hideAction","overlayClassName","overlayStyle","visible","trigger","autoFocus"];function A(e,t){var n=e.arrow,o=void 0!==n&&n,s=e.prefixCls,f=void 0===s?"rc-dropdown":s,d=e.transitionName,m=e.animation,A=e.align,O=e.placement,x=void 0===O?"bottomLeft":O,E=e.placements,k=void 0===E?v:E,S=e.getPopupContainer,C=e.showAction,P=e.hideAction,M=e.overlayClassName,T=e.overlayStyle,j=e.visible,N=e.trigger,_=void 0===N?["hover"]:N,D=e.autoFocus,L=(0,c.A)(e,w),R=r.useState(),I=(0,u.A)(R,2),H=I[0],z=I[1],F="visible"in e?j:H,V=r.useRef(null);r.useImperativeHandle(t,(function(){return V.current}));var $=r.useRef(null),W="".concat(f,"-menu");!function(e){var t=e.visible,n=e.setTriggerVisible,o=e.triggerRef,i=e.menuRef,a=e.onVisibleChange,u=e.autoFocus,c=r.useRef(!1),l=function(){var e,r,i,u;t&&o.current&&(null===(e=o.current)||void 0===e||null===(r=e.triggerRef)||void 0===r||null===(i=r.current)||void 0===i||null===(u=i.focus)||void 0===u||u.call(i),n(!1),"function"==typeof a&&a(!1))},s=function(){var e,t;null===(e=i.current)||void 0===e||null===(t=e.focus)||void 0===t||t.call(e),c.current=!0},p=function(e){var t;switch(e.keyCode){case b:l();break;case g:!c.current&&(null===(t=i.current)||void 0===t?void 0:t.focus)?(e.preventDefault(),s()):l()}};r.useEffect((function(){return t?(window.addEventListener("keydown",p),u&&(0,h.A)(s,3),function(){window.removeEventListener("keydown",p),c.current=!1}):function(){c.current=!1}}),[t])}({visible:F,setTriggerVisible:z,triggerRef:V,menuRef:$,onVisibleChange:e.onVisibleChange,autoFocus:D});var B,U,Y,X,K,G,q=function(){var t=e.overlay;return"function"==typeof t?t():t},Q=function(t){var n=e.onOverlayClick,r=q().props;z(!1),n&&n(t),r.onClick&&r.onClick(t)},Z=function(){var e,t=q(),n=(0,y.K4)($,t.ref),i=(e={prefixCls:W},(0,a.A)(e,"data-dropdown-inject",!0),(0,a.A)(e,"onClick",Q),(0,a.A)(e,"ref",(0,y.f3)(t)?n:void 0),e);return"string"==typeof t.type&&(delete i.prefixCls,delete i["data-dropdown-inject"]),r.createElement(r.Fragment,null,o&&r.createElement("div",{className:"".concat(f,"-arrow")}),r.cloneElement(t,i))},J=P;return J||-1===_.indexOf("contextMenu")||(J=["click"]),r.createElement(l.A,(0,i.A)((0,i.A)({builtinPlacements:k},L),{},{prefixCls:f,ref:V,popupClassName:p()(M,(0,a.A)({},"".concat(f,"-show-arrow"),o)),popupStyle:T,action:_,showAction:C,hideAction:J||[],popupPlacement:x,popupAlign:A,popupTransitionName:d,popupAnimation:m,popupVisible:F,stretch:(K=e.minOverlayWidthMatchTrigger,G=e.alignPoint,("minOverlayWidthMatchTrigger"in e?K:!G)?"minWidth":""),popup:"function"==typeof e.overlay?Z:Z(),onPopupVisibleChange:function(t){var n=e.onVisibleChange;z(t),"function"==typeof n&&n(t)},getPopupContainer:S}),(U=e.children,Y=U.props?U.props:{},X=p()(Y.className,void 0!==(B=e.openClassName)?B:"".concat(f,"-open")),F&&U?r.cloneElement(U,{className:X}):U))}const O=r.forwardRef(A);var x=n(14552),E=n(25400),k=n(20053),S=n(6564),C=n(32663);n(81173);function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function M(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var T=function(e){var t,n,r,i=o().useRef(),a=(0,E.A)(i,e.getPopupContainer),u=o().useRef((0,C.UUID)());return o().createElement(O,M(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){P(e,t,n[t])}))}return e}({},e),{prefixCls:"".concat(x.g,"-dropdown"),overlayClassName:(0,k.A)("".concat(x.n,"-dropdown"),e.overlayClassName,u.current),animation:"slide-up",align:{offset:(t=e.placement,null!==(r=null===(n={top:{offset:[0,-8]},topLeft:{offset:[0,-8]},topRight:{offset:[0,-8]},bottom:{offset:[0,8]},bottomRight:{offset:[0,8]},bottomLeft:{offset:[0,8]}}[t])||void 0===n?void 0:n.offset)&&void 0!==r?r:[0,0])},getPopupContainer:a,ref:i,onVisibleChange:function(t){var n;null===(n=e.onVisibleChange)||void 0===n||n.call(e,t),e.isolationPopupOnHide&&(0,S.l5)(t,u.current)}}),e.children)};T.defaultProps={mouseEnterDelay:.15,mouseLeaveDelay:.1,trigger:["hover"],placement:"bottomRight",isolationPopupOnHide:!1};const j=T},14552:(e,t,n)=>{"use strict";n.d(t,{g:()=>o,n:()=>r});var r="paraui-v4",o="component"},4205:(e,t,n)=>{"use strict";n.d(t,{default:()=>s});var r=n(39155),o=n.n(r),i=n(16217),a=n(32663);function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){u(e,t,n[t])}))}return e}c({},n(89601).A.zh);var l=o().createContext({language:(0,a.GetLanguage)(),intlFormat:function(e,t){return function(e,n){var r=(0,a.GetLanguage)();return(0,i.Is)({ops:e,i18nData:{},lang:r,params:n,defI18nData:t})}},componentsProps:{}});const s=l},16217:(e,t,n)=>{"use strict";n.d(t,{Is:()=>o});n(39155);var r=function(e,t){if(!t)return e;e=e.replace(/\"/g,'\\"');var n=/({[^{}]+})/g;return e.split(n).map((function(e){if(e.match(n)){var r=e.replace(/({|})/g,""),o=function(e,t,n){var r=t.replace(/\[(\d+)\]/g,".$1").split("."),o=e,i=!0,a=!1,u=void 0;try{for(var c,l=r[Symbol.iterator]();!(i=(c=l.next()).done);i=!0){var s=c.value;if(void 0===(o=Object(o)[s]))return n}}catch(e){a=!0,u=e}finally{try{i||null==l.return||l.return()}finally{if(a)throw u}}return o}(t,r);return void 0===o?r:o}return e}))},o=function(e){var t,n,o,i,a=e.ops,u=e.i18nData,c=e.lang,l=e.params,s=e.defI18nData;if("string"==typeof a)n=a;else if("object"==typeof a){if("string"!=typeof a.id)return'i18n intl object "id" is missing';n=a.id}void 0!==n&&(void 0===(t=null===(o=u[c])||void 0===o?void 0:o[n])&&s&&(t=null===(i=s[c])||void 0===i?void 0:i[n]));return"string"!=typeof t?"{".concat(n,"}"):r(t,l)}},7569:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(39155),o=n.n(r),i=n(4205);const a=function(e,t){var n=o().useContext(i.default).intlFormat;return t.zh_CN=t.zh,t["zh-CN"]=t.zh,t.en_US=t.en,t["en-US"]=t.en,n&&n(e,t)}},25400:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(39155),o=n.n(r);function i(e){var t,n,r,o,a,u,c,l,s,p=e.parentNode||e.ownerDocument,f=(null==p||null===(t=p.nodeName)||void 0===t?void 0:t.toLowerCase())||"";return["html","body","#document"].includes(f)?null==e||null===(n=e.ownerDocument)||void 0===n?void 0:n.body:(l=p,(null!=(s=window.HTMLElement)&&"undefined"!=typeof Symbol&&s[Symbol.hasInstance]?s[Symbol.hasInstance](l):l instanceof s)&&(r=p,o=window.getComputedStyle(r),a=o.overflow,u=o.overflowX,c=o.overflowY,/auto|scroll|overlay/.test(a+c+u))?p:i(p))}function a(e,t){var n=o().useRef();return o().useEffect((function(){return function(){n.current&&(n.current.style.position="")}}),[]),function(r){var o;if(t)o=t(r)||document.body;else{var a,u,c,l,s=null===(u=e.current)||void 0===u||null===(a=u.getRootDomNode)||void 0===a?void 0:a.call(u);if(s)(o=i(s)).scrollHeight<=o.clientHeight&&(o=document.body);else o=document.body;if("body"!==(null===(c=o.nodeName)||void 0===c?void 0:c.toLowerCase()))"static"===(null===(l=window.getComputedStyle(o))||void 0===l?void 0:l.position)&&(o.style.position="relative");n.current=o}return o}}},89601:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});const r={cancel:"Cancel",ok:"Ok"},o={cancel:"取 消",ok:"确 定"},i={zh:o,en:r,"zh-CN":o,"en-US":r}},17234:(e,t,n)=>{"use strict";n.d(t,{default:()=>k});var r=n(39155),o=n.n(r),i=n(34307),a=n(94934),u=n(20053),c=n(14552);function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){l(e,t,n[t])}))}return e}function p(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var f={adjustX:1,adjustY:1},d={adjustX:0,adjustY:0};function v(e){return"boolean"==typeof e?e?f:d:s({},d,e)}function m(e){var t=o().isValidElement(e)?e:o().createElement("span",null,e);if("button"===t.type&&t.props.disabled){var n=function(e,t){var n={},r=s({},e);return t.forEach((function(t){e&&t in e&&(n[t]=e[t],delete r[t])})),{picked:n,omitted:r}}(t.props.style,["position","left","right","top","bottom","float","display","zIndex"]),r=n.picked,i=n.omitted,a=p(s({display:"inline-block"},r),{cursor:"not-allowed",width:t.props.block?"100%":null}),l=p(s({},i),{pointerEvents:"none"}),f=o().cloneElement(t,{style:l,className:null});return o().createElement("span",{style:a,className:(0,u.A)(t.props.className,"".concat(c.g,"-tooltip-disabled-compatible-wrapper"))},f)}return t}function h(e){return{"bottom-end":"bottomRight","bottom-start":"bottomLeft","left-end":"leftBottom","left-start":"leftTop","right-end":"rightBottom","right-start":"rightTop","top-end":"topRight","top-start":"topLeft"}[e]||e}var b=n(2842);n(33981);function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){y(e,t,n[t])}))}return e}function A(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function O(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function x(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=o().forwardRef((function(e,t){var n,r=x(o().useState(e.defaultVisible),2),l=r[0],f=r[1],d=o().useRef(),g=o().useRef(),y=x(o().useState([0,0]),2),E=y[0],k=y[1];o().useEffect((function(){var t;("visible"in e||"open"in e)&&f(!!(null!==(t=e.visible)&&void 0!==t?t:e.open))}),[null!==(n=e.visible)&&void 0!==n?n:e.open]);var S=function(){var t=e.title;return!t&&0!==t},C=function(){var t=e.builtinPlacements,n=e.autoAdjustOverflow;return t||function(e){var t=e.horizontalArrowShift,n=void 0===t?16:t,r=e.verticalArrowShift,o=void 0===r?8:r,i=e.autoAdjustOverflow,u={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tc"],offset:[-n,-8]},leftTop:{points:["tr","cl"],offset:[-8,-o]},topRight:{points:["br","tc"],offset:[n,-8]},rightTop:{points:["tl","cr"],offset:[8,-o]},bottomRight:{points:["tr","bc"],offset:[n,8]},rightBottom:{points:["bl","cr"],offset:[8,o]},bottomLeft:{points:["tl","bc"],offset:[-n,8]},leftBottom:{points:["br","cl"],offset:[-8,o]}};return Object.keys(u).forEach((function(e){var t,n;u[e]=p(s({},a.DD[e]),{offset:(t=e,n=h(t),{left:{offset:[-8,0]},right:{offset:[8,0]},top:{offset:[0,-8]},bottom:{offset:[0,8]},topLeft:{offset:[0,-8]},leftTop:{offset:[-8,0]},topRight:{offset:[0,-8]},rightTop:{offset:[8,0]},bottomRight:{offset:[0,8]},rightBottom:{offset:[8,0]},bottomLeft:{offset:[0,8]},leftBottom:{offset:[-8,0]}}[n]).offset,overflow:v(i)}),u[e].ignoreShake=!0})),u}({autoAdjustOverflow:n})},P=e.prefixCls,M=void 0===P?"".concat(c.g,"-tooltip"):P,T=e.getPopupContainer,j=e.overlayClassName,N=e.overlayInnerStyle,_=e.overlayStyle,D=e.children,L=e.title,R=e.placement,I=e.isPopover,H=e.followCursor,z=e.maxWidth,F=e.disabled,V=O(e,["prefixCls","getPopupContainer","overlayClassName","overlayInnerStyle","overlayStyle","children","title","placement","isPopover","followCursor","maxWidth","disabled"]),$=l;"visible"in e||"open"in e||!S()||($=!1);var W=(0,u.A)(!I&&"".concat(c.n,"-tooltip"),j),B=w({},_);z&&(B.maxWidth=z);var U={targetOffset:E};return e.offset&&(U.offset=e.offset),o().createElement(i.A,A(w({},V),{prefixCls:M,placement:H?"top":h(R),overlayClassName:W,getTooltipContainer:T,ref:t||g,builtinPlacements:C(),overlay:o().createElement(o().Fragment,null,F&&o().createElement(b.A,{className:"disabled-svg"}),L),visible:$,align:U,onVisibleChange:function(t){var n;("visible"in e||"open"in e||f(!S()&&t),S())||(null===(n=e.onVisibleChange)||void 0===n||n.call(e,t))},onPopupAlign:function(e,t){var n=C(),r=Object.keys(n).find((function(e){return n[e].points[0]===t.points[0]&&n[e].points[1]===t.points[1]}));if(r){var o=e.getBoundingClientRect(),i={top:"50%",left:"50%"};r.indexOf("top")>=0||r.indexOf("Bottom")>=0?i.top="".concat(o.height-t.offset[1],"px"):(r.indexOf("Top")>=0||r.indexOf("bottom")>=0)&&(i.top="".concat(-t.offset[1],"px")),r.indexOf("left")>=0||r.indexOf("Right")>=0?i.left="".concat(o.width-t.offset[0],"px"):(r.indexOf("right")>=0||r.indexOf("Left")>=0)&&(i.left="".concat(-t.offset[0],"px")),e.style.transformOrigin="".concat(i.left," ").concat(i.top)}},overlayStyle:B,overlayInnerStyle:N,arrowContent:null,motion:{motionName:"".concat(c.g,"-tooltip-zoom-big-fast"),motionDeadline:1e3}}),H?o().createElement("div",{style:{display:"inline-block"},ref:d,onMouseMove:function(e){if(d.current){var t,n,r,o,i=(null===(o=g.current)||void 0===o||null===(r=o.popupRef)||void 0===r||null===(n=r.current)||void 0===n||null===(t=n.getElement())||void 0===t?void 0:t.offsetHeight)||0,a=0===i?60:30,u=d.current.getBoundingClientRect(),c=u.x,l=u.y,s=u.width,p=e.clientX-(c+s/2),f=e.clientY-l+i+a;setTimeout((function(){k([-p,-f])}))}}},m(D)):m(D))}));E.displayName="Tooltip",E.defaultProps={placement:"topLeft",mouseEnterDelay:.1,mouseLeaveDelay:.1,autoAdjustOverflow:!0,defaultVisible:!1,followCursor:!1,maxWidth:500};const k=E},32663:e=>{"use strict";e.exports=n},39155:t=>{"use strict";t.exports=e},69514:e=>{"use strict";e.exports=t},46942:(e,t)=>{var n;
38
+ */n(45228);var r=n(39155),o=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),t.Fragment=i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,i={},l=null,s=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(s=t.ref),t)u.call(t,r)&&!c.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:o,type:e,key:l,ref:s,props:i,_owner:a.current}}t.jsx=l,t.jsxs=l},74848:(e,t,n)=>{"use strict";e.exports=n(21020)},43591:(e,t,n)=>{"use strict";n.d(t,{default:()=>E});var r=function(){if("undefined"!=typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var o=r[n];e.call(t,o[1],o[0])}},t}()}(),o="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,i=void 0!==n.g&&n.g.Math===Math?n.g:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),a="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var u=["top","right","bottom","left","width","height","size","weight"],c="undefined"!=typeof MutationObserver,l=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var n=!1,r=!1,o=0;function i(){n&&(n=!1,e()),r&&c()}function u(){a(i)}function c(){var e=Date.now();if(n){if(e-o<2)return;r=!0}else n=!0,r=!1,setTimeout(u,t);o=e}return c}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){o&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){o&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t;u.some((function(e){return!!~n.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),s=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var o=r[n];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},p=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||i},f=g(0,0,0,0);function d(e){return parseFloat(e)||0}function v(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){return t+d(e["border-"+n+"-width"])}),0)}function m(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return f;var r=p(e).getComputedStyle(e),o=function(e){for(var t={},n=0,r=["top","right","bottom","left"];n<r.length;n++){var o=r[n],i=e["padding-"+o];t[o]=d(i)}return t}(r),i=o.left+o.right,a=o.top+o.bottom,u=d(r.width),c=d(r.height);if("border-box"===r.boxSizing&&(Math.round(u+i)!==t&&(u-=v(r,"left","right")+i),Math.round(c+a)!==n&&(c-=v(r,"top","bottom")+a)),!function(e){return e===p(e).document.documentElement}(e)){var l=Math.round(u+i)-t,s=Math.round(c+a)-n;1!==Math.abs(l)&&(u-=l),1!==Math.abs(s)&&(c-=s)}return g(o.left,o.top,u,c)}var h="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof p(e).SVGGraphicsElement}:function(e){return e instanceof p(e).SVGElement&&"function"==typeof e.getBBox};function b(e){return o?h(e)?function(e){var t=e.getBBox();return g(0,0,t.width,t.height)}(e):m(e):f}function g(e,t,n,r){return{x:e,y:t,width:n,height:r}}var y=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=g(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=b(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),w=function(e,t){var n,r,o,i,a,u,c,l=(r=(n=t).x,o=n.y,i=n.width,a=n.height,u="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,c=Object.create(u.prototype),s(c,{x:r,y:o,width:i,height:a,top:o,right:r+i,bottom:a+o,left:r}),c);s(this,{target:e,contentRect:l})},A=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new r,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new y(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof p(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new w(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),O="undefined"!=typeof WeakMap?new WeakMap:new r,x=function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=l.getInstance(),r=new A(t,n,this);O.set(this,r)};["observe","unobserve","disconnect"].forEach((function(e){x.prototype[e]=function(){var t;return(t=O.get(this))[e].apply(t,arguments)}}));const E=void 0!==i.ResizeObserver?i.ResizeObserver:x},10458:(e,t,n)=>{var r=n(85072),o=n(16543);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},54497:(e,t,n)=>{var r=n(85072),o=n(45848);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},53112:(e,t,n)=>{var r=n(85072),o=n(11057);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},60117:(e,t,n)=>{var r=n(85072),o=n(72916);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},81173:(e,t,n)=>{var r=n(85072),o=n(26468);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},33981:(e,t,n)=>{var r=n(85072),o=n(96742);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},85072:(e,t,n)=>{"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function u(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function c(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],c=t.base?i[0]+t.base:i[0],l=n[c]||0,s="".concat(c," ").concat(l);n[c]=l+1;var p=u(s),f={css:i[1],media:i[2],sourceMap:i[3]};-1!==p?(a[p].references++,a[p].updater(f)):a.push({identifier:s,updater:h(f,t),references:1}),r.push(s)}return r}function l(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var s,p=(s=[],function(e,t){return s[e]=t,s.filter(Boolean).join("\n")});function f(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=p(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function d(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var v=null,m=0;function h(e,t){var n,r,o;if(t.singleton){var i=m++;n=v||(v=l(t)),r=f.bind(null,n,i,!1),o=f.bind(null,n,i,!0)}else n=l(t),r=d.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=c(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=u(n[r]);a[o].references--}for(var i=c(e,t),l=0;l<n.length;l++){var s=u(n[l]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}n=i}}}},69004:(e,t,n)=>{"use strict";n.d(t,{default:()=>s});var r=n(39155),o=n.n(r),i=n(17234),a=n(14552),u=n(32663);n(10458);n(54497);function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function l(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}const s=function(e){var t=e.children,n=e.arrow,c=void 0!==n&&n,s=e.placement,p=void 0===s?"bottom-start":s,f=e.tips,d=void 0===f?"":f,v=e.className,m=void 0===v?"":v,h=e.beyondText,b=void 0===h||h,g=e.interactive,y=void 0===g||g,w=e.tipMaxWidth,A=e.style,O=(0,r.useRef)(),x=(0,r.useRef)(),E=l((0,r.useState)(""),2),k=E[0],S=E[1];(0,r.useEffect)((function(){S(d)}),[d]);var C;return o().createElement(i.default,{arrow:c,title:k,placement:p,interactive:y,boundariesElement:"viewport",overlayClassName:"".concat(a.n,"-auto-tips-tooltip"),maxWidth:w},o().createElement("div",{ref:O,className:(C="".concat(a.n,"-auto-tips"),function(){var e=navigator.userAgent;if(/^((?!chrome|android).)*safari/i.test(e))return!0}()&&(C+=" ".concat(a.n,"-auto-tips-safari")),m&&(C+=" ".concat(m)),C),onMouseOver:function(){var e="",n=O.current,r=n.getBoundingClientRect(),o=x.current.getBoundingClientRect();O.current&&((0,u.isIE)()?r.width>o.width&&(e=d||(b?n.innerText:t)):o.width>r.width&&(e=d||(b?n.innerText:t))),S(e)},style:A},o().createElement("div",{className:"auto-tips-content",ref:x},t)))}},59079:(e,t,n)=>{"use strict";n.d(t,{default:()=>x});var r=n(39155),o=n.n(r),i=n(20053),a=n(51078),u=n(17234),c=n(15664),l=n(96342),s=n(7569);const p={zh:{moreActions:"更多操作"},en:{moreActions:"More actions"}};var f=n(14552),d=n(69004);n(53112);function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function m(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){v(e,t,n[t])}))}return e}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){b(e,t,n[t])}))}return e}function y(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function w(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function A(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var O=function(e){var t=e.variant,n=void 0===t?"contained":t,c=e.size,l=void 0===c?"large":c,s=e.className,p=e.disabled,d=void 0!==p&&p,v=e.children,m=e.startIcon,h=e.endIcon,b=e.loading,O=void 0!==b&&b,x=e.toolTipTitle,E=void 0===x?"":x,k=e.TooltipProps,S=e.danger,C=void 0!==S&&S,P=e.href,M=e.target,T=w(e,["variant","size","className","disabled","children","startIcon","endIcon","loading","toolTipTitle","TooltipProps","danger","href","target"]),j=A((0,r.useState)(!1),2),N=j[0],_=j[1],D="href"in e,L=function(){return(0,i.A)("".concat(f.n,"-button"),s,"".concat(f.n,"-button-").concat(n),"".concat(f.n,"-button-").concat(l),N&&"".concat(f.n,"-button-loading"),C&&!d&&"".concat(f.n,"-button-dangerous"),D&&"".concat(f.n,"-button-link"),D&&d&&"".concat(f.n,"-button-link-disabled"))},R=function(e){if(!N)return"start"===e&&m?o().createElement("span",{className:"button-icon"},m):"end"===e&&h?o().createElement("span",{className:"button-icon button-icon-end"},h):null;if("object"==typeof O){var t=O.delay||0;setTimeout((function(){return _(!1)}),t)}return"start"===e?o().createElement("span",{className:"button-icon button-icon-loading"},o().createElement(a.A,null)):null},I=function(){return D?o().createElement("a",y(g({},T),{href:P,target:M,className:L()}),R("start"),v&&o().createElement("span",{className:"button-label"},v),R("end")):o().createElement("button",y(g({},T),{disabled:d,type:"button",className:L()}),R("start"),v&&o().createElement("span",{className:"button-label"},v),R("end"))};return(0,r.useEffect)((function(){_(!!O)}),[O]),E?o().createElement(u.default,y(g({arrow:!1,placement:"bottomLeft"},k),{disabled:d,title:E}),d?o().createElement("span",{className:"".concat(f.n,"-button--disabled")},I()):I()):I()};O.IconButton=function(e){var t=e.variant,n=void 0===t?"contained":t,c=e.size,l=void 0===c?"large":c,s=e.toolTipTitle,p=void 0===s?"":s,d=e.children,v=e.className,m=e.disabled,h=void 0!==m&&m,b=e.loading,O=void 0!==b&&b,x=e.TooltipProps,E=e.danger,k=void 0!==E&&E,S=e.href,C=e.target,P=w(e,["variant","size","toolTipTitle","children","className","disabled","loading","TooltipProps","danger","href","target"]),M=A((0,r.useState)(!1),2),T=M[0],j=M[1],N="href"in e,_=function(){return(0,i.A)("".concat(f.n,"-button ").concat(f.n,"-icon-button"),v,"".concat(f.n,"-icon-button-").concat(n),"".concat(f.n,"-icon-button-").concat(l),T&&"".concat(f.n,"-icon-button-loading"),k&&!h&&"".concat(f.n,"-icon-button-dangerous"),N&&"".concat(f.n,"-button-link"),N&&h&&"".concat(f.n,"-button-link-disabled"))},D=function(){if(!T)return d;if("object"==typeof O){var e=O.delay||0;setTimeout((function(){return j(!1)}),e)}return o().createElement("span",{className:"button-loading-icon"},o().createElement(a.A,null))},L=function(){return N?o().createElement("a",y(g({},P),{href:S,target:C,className:_()}),D()):o().createElement("button",y(g({},P),{disabled:h,type:"button",className:_()}),D())};return(0,r.useEffect)((function(){j(!!O)}),[O]),p?o().createElement(u.default,y(g({key:+T,arrow:!1,placement:"bottomLeft"},x),{disabled:h,title:p}),h?o().createElement("span",{className:"".concat(f.n,"-button--disabled")},L()):L()):L()},O.SplitButton=function(e){var t,n=e.buttonText,a=e.options,v=void 0===a?[]:a,h=e.className,b=e.style,g=e.disabled,y=void 0!==g&&g,w=e.onClick,A=e.optionRender,O=e.placement,E=void 0===O?"bottomLeft":O,k=e.buttonProps,S=e.iconButton,C=void 0!==S&&S,P=e.popperStyle,M=e.popperClassName,T=void 0===M?"":M,j=e.getPopupContainer,N=e.variant,_=e.hideStartIcon,D=e.optionMaxWidth,L=void 0===D?"500px":D,R=e.optionTipsPlacement,I=void 0===R?"top-start":R,H=(0,s.A)("Button",p),z=(0,r.useRef)(),F=function(e,t,n){var r;e.disabled?n.stopPropagation():(null===(r=z.current)||void 0===r||r.classList.remove("".concat(f.n,"-button-split--active")),null==w||w(e,n))};return o().createElement("div",{className:(0,i.A)("".concat(f.n,"-button-split"),h),style:b},o().createElement(l.default,{overlay:(t=function(e){var t=(null==A?void 0:A(e))||o().createElement(d.default,{placement:I},e.label),n=e.disabled,r=e.disabledTooltip;return n&&r?o().createElement(u.default,m({disabled:!0},r),(null==A?void 0:A(e))||e.label):t},o().createElement("div",{className:"".concat(f.n,"-button-split-list")},o().createElement("ul",null,v.map((function(e,n){return Array.isArray(e)?function(e,n){return o().createElement("li",{className:"split-li-group",key:n},e.map((function(e,r){var a="".concat(n,"-").concat(r);return o().createElement("div",{key:a,className:(0,i.A)("split-li",e.disabled?"split-li--disabled":"split-li--hover"),style:{maxWidth:L},onClick:function(t){return F(e,0,t)}},t(e))})))}(e,n):o().createElement("li",{key:n,className:(0,i.A)("split-li",e.disabled?"split-li--disabled":"split-li--hover"),style:{maxWidth:L},onClick:function(t){return F(e,0,t)}},t(e))}))))),placement:E,overlayStyle:P,overlayClassName:T,getPopupContainer:j},C?N?o().createElement(x.IconButton,m({variant:N,size:"small",disabled:y},k),null!=n?n:H({id:"moreActions"})):o().createElement(x.IconButton,m({variant:"text",size:"small",disabled:y},k),null!=n?n:H({id:"moreActions"})):o().createElement(x,m({variant:N||"outlined",size:"large",startIcon:_?null:o().createElement(c.A,null),disabled:y},k),null!=n?n:H({id:"moreActions"}))))};const x=O},6564:(e,t,n)=>{"use strict";n.d(t,{l5:()=>o});n(74353),n(25400);function r(e,t){var n,o,i,a=e.parentNode,u=(null==a||null===(n=a.nodeName)||void 0===n?void 0:n.toLowerCase())||"";if(["html","body","#document"].includes(u))return null;if(o=a,null!=(i=window.HTMLElement)&&"undefined"!=typeof Symbol&&i[Symbol.hasInstance]?i[Symbol.hasInstance](o):o instanceof i){var c=window.getComputedStyle(a).position;if(new RegExp(t).test(c))return a}return r(a,t)}function o(e,t){var n=document.getElementsByClassName("".concat(t))[0];if(n){var o=r(n,e?"fixed":"absolute");o&&(e?(o.style.position="absolute",o.style.left="0",o.style.top="0"):(o.style.position="fixed",o.style.left="-9999px",o.style.top="-9999px"))}}},96342:(e,t,n)=>{"use strict";n.d(t,{default:()=>j});var r=n(39155),o=n.n(r),i=n(89379),a=n(64467),u=n(3453),c=n(80045),l=n(1748),s=n(46942),p=n.n(s),f={adjustX:1,adjustY:1},d=[0,0];const v={topLeft:{points:["bl","tl"],overflow:f,offset:[0,-4],targetOffset:d},topCenter:{points:["bc","tc"],overflow:f,offset:[0,-4],targetOffset:d},topRight:{points:["br","tr"],overflow:f,offset:[0,-4],targetOffset:d},bottomLeft:{points:["tl","bl"],overflow:f,offset:[0,4],targetOffset:d},bottomCenter:{points:["tc","bc"],overflow:f,offset:[0,4],targetOffset:d},bottomRight:{points:["tr","br"],overflow:f,offset:[0,4],targetOffset:d}};var m=n(16928),h=n(25371),b=m.A.ESC,g=m.A.TAB;var y=n(8719),w=["arrow","prefixCls","transitionName","animation","align","placement","placements","getPopupContainer","showAction","hideAction","overlayClassName","overlayStyle","visible","trigger","autoFocus"];function A(e,t){var n=e.arrow,o=void 0!==n&&n,s=e.prefixCls,f=void 0===s?"rc-dropdown":s,d=e.transitionName,m=e.animation,A=e.align,O=e.placement,x=void 0===O?"bottomLeft":O,E=e.placements,k=void 0===E?v:E,S=e.getPopupContainer,C=e.showAction,P=e.hideAction,M=e.overlayClassName,T=e.overlayStyle,j=e.visible,N=e.trigger,_=void 0===N?["hover"]:N,D=e.autoFocus,L=(0,c.A)(e,w),R=r.useState(),I=(0,u.A)(R,2),H=I[0],z=I[1],F="visible"in e?j:H,V=r.useRef(null);r.useImperativeHandle(t,(function(){return V.current}));var $=r.useRef(null),W="".concat(f,"-menu");!function(e){var t=e.visible,n=e.setTriggerVisible,o=e.triggerRef,i=e.menuRef,a=e.onVisibleChange,u=e.autoFocus,c=r.useRef(!1),l=function(){var e,r,i,u;t&&o.current&&(null===(e=o.current)||void 0===e||null===(r=e.triggerRef)||void 0===r||null===(i=r.current)||void 0===i||null===(u=i.focus)||void 0===u||u.call(i),n(!1),"function"==typeof a&&a(!1))},s=function(){var e,t;null===(e=i.current)||void 0===e||null===(t=e.focus)||void 0===t||t.call(e),c.current=!0},p=function(e){var t;switch(e.keyCode){case b:l();break;case g:!c.current&&(null===(t=i.current)||void 0===t?void 0:t.focus)?(e.preventDefault(),s()):l()}};r.useEffect((function(){return t?(window.addEventListener("keydown",p),u&&(0,h.A)(s,3),function(){window.removeEventListener("keydown",p),c.current=!1}):function(){c.current=!1}}),[t])}({visible:F,setTriggerVisible:z,triggerRef:V,menuRef:$,onVisibleChange:e.onVisibleChange,autoFocus:D});var B,U,Y,X,K,G,q=function(){var t=e.overlay;return"function"==typeof t?t():t},Q=function(t){var n=e.onOverlayClick,r=q().props;z(!1),n&&n(t),r.onClick&&r.onClick(t)},Z=function(){var e,t=q(),n=(0,y.K4)($,t.ref),i=(e={prefixCls:W},(0,a.A)(e,"data-dropdown-inject",!0),(0,a.A)(e,"onClick",Q),(0,a.A)(e,"ref",(0,y.f3)(t)?n:void 0),e);return"string"==typeof t.type&&(delete i.prefixCls,delete i["data-dropdown-inject"]),r.createElement(r.Fragment,null,o&&r.createElement("div",{className:"".concat(f,"-arrow")}),r.cloneElement(t,i))},J=P;return J||-1===_.indexOf("contextMenu")||(J=["click"]),r.createElement(l.A,(0,i.A)((0,i.A)({builtinPlacements:k},L),{},{prefixCls:f,ref:V,popupClassName:p()(M,(0,a.A)({},"".concat(f,"-show-arrow"),o)),popupStyle:T,action:_,showAction:C,hideAction:J||[],popupPlacement:x,popupAlign:A,popupTransitionName:d,popupAnimation:m,popupVisible:F,stretch:(K=e.minOverlayWidthMatchTrigger,G=e.alignPoint,("minOverlayWidthMatchTrigger"in e?K:!G)?"minWidth":""),popup:"function"==typeof e.overlay?Z:Z(),onPopupVisibleChange:function(t){var n=e.onVisibleChange;z(t),"function"==typeof n&&n(t)},getPopupContainer:S}),(U=e.children,Y=U.props?U.props:{},X=p()(Y.className,void 0!==(B=e.openClassName)?B:"".concat(f,"-open")),F&&U?r.cloneElement(U,{className:X}):U))}const O=r.forwardRef(A);var x=n(14552),E=n(25400),k=n(20053),S=n(6564),C=n(32663);n(81173);function P(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function M(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var T=function(e){var t,n,r,i=o().useRef(),a=(0,E.A)(i,e.getPopupContainer),u=o().useRef((0,C.UUID)());return o().createElement(O,M(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){P(e,t,n[t])}))}return e}({},e),{prefixCls:"".concat(x.g,"-dropdown"),overlayClassName:(0,k.A)("".concat(x.n,"-dropdown"),e.overlayClassName,u.current),animation:"slide-up",align:{offset:(t=e.placement,null!==(r=null===(n={top:{offset:[0,-8]},topLeft:{offset:[0,-8]},topRight:{offset:[0,-8]},bottom:{offset:[0,8]},bottomRight:{offset:[0,8]},bottomLeft:{offset:[0,8]}}[t])||void 0===n?void 0:n.offset)&&void 0!==r?r:[0,0])},getPopupContainer:a,ref:i,onVisibleChange:function(t){var n;null===(n=e.onVisibleChange)||void 0===n||n.call(e,t),e.isolationPopupOnHide&&(0,S.l5)(t,u.current)}}),e.children)};T.defaultProps={mouseEnterDelay:.15,mouseLeaveDelay:.1,trigger:["hover"],placement:"bottomRight",isolationPopupOnHide:!1};const j=T},14552:(e,t,n)=>{"use strict";n.d(t,{g:()=>o,n:()=>r});var r="paraui-v4",o="component"},4205:(e,t,n)=>{"use strict";n.d(t,{default:()=>s});var r=n(39155),o=n.n(r),i=n(16217),a=n(32663);function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){u(e,t,n[t])}))}return e}c({},n(89601).A.zh);var l=o().createContext({language:(0,a.GetLanguage)(),intlFormat:function(e,t){return function(e,n){var r=(0,a.GetLanguage)();return(0,i.Is)({ops:e,i18nData:{},lang:r,params:n,defI18nData:t})}},componentsProps:{}});const s=l},16217:(e,t,n)=>{"use strict";n.d(t,{Is:()=>o});n(39155);var r=function(e,t){if(!t)return e;e=e.replace(/\"/g,'\\"');var n=/({[^{}]+})/g;return e.split(n).map((function(e){if(e.match(n)){var r=e.replace(/({|})/g,""),o=function(e,t,n){var r=t.replace(/\[(\d+)\]/g,".$1").split("."),o=e,i=!0,a=!1,u=void 0;try{for(var c,l=r[Symbol.iterator]();!(i=(c=l.next()).done);i=!0){var s=c.value;if(void 0===(o=Object(o)[s]))return n}}catch(e){a=!0,u=e}finally{try{i||null==l.return||l.return()}finally{if(a)throw u}}return o}(t,r);return void 0===o?r:o}return e}))},o=function(e){var t,n,o,i,a=e.ops,u=e.i18nData,c=e.lang,l=e.params,s=e.defI18nData;if("string"==typeof a)n=a;else if("object"==typeof a){if("string"!=typeof a.id)return'i18n intl object "id" is missing';n=a.id}void 0!==n&&(void 0===(t=null===(o=u[c])||void 0===o?void 0:o[n])&&s&&(t=null===(i=s[c])||void 0===i?void 0:i[n]));return"string"!=typeof t?"{".concat(n,"}"):r(t,l)}},7569:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(39155),o=n.n(r),i=n(4205);const a=function(e,t){var n=o().useContext(i.default).intlFormat;return t.zh_CN=t.zh,t["zh-CN"]=t.zh,t.en_US=t.en,t["en-US"]=t.en,n&&n(e,t)}},25400:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(39155),o=n.n(r);function i(e){var t,n,r,o,a,u,c,l,s,p=e.parentNode||e.ownerDocument,f=(null==p||null===(t=p.nodeName)||void 0===t?void 0:t.toLowerCase())||"";return["html","body","#document"].includes(f)?null==e||null===(n=e.ownerDocument)||void 0===n?void 0:n.body:(l=p,(null!=(s=window.HTMLElement)&&"undefined"!=typeof Symbol&&s[Symbol.hasInstance]?s[Symbol.hasInstance](l):l instanceof s)&&(r=p,o=window.getComputedStyle(r),a=o.overflow,u=o.overflowX,c=o.overflowY,/auto|scroll|overlay/.test(a+c+u))?p:i(p))}function a(e,t){var n=o().useRef();return o().useEffect((function(){return function(){n.current&&(n.current.style.position="")}}),[]),function(r){var o;if(t)o=t(r)||document.body;else{var a,u,c,l,s=null===(u=e.current)||void 0===u||null===(a=u.getRootDomNode)||void 0===a?void 0:a.call(u);if(s)(o=i(s)).scrollHeight<=o.clientHeight&&(o=document.body);else o=document.body;if("body"!==(null===(c=o.nodeName)||void 0===c?void 0:c.toLowerCase()))"static"===(null===(l=window.getComputedStyle(o))||void 0===l?void 0:l.position)&&(o.style.position="relative");n.current=o}return o}}},89601:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});const r={cancel:"Cancel",ok:"Ok"},o={cancel:"取 消",ok:"确 定"},i={zh:o,en:r,"zh-CN":o,"en-US":r}},17234:(e,t,n)=>{"use strict";n.d(t,{default:()=>k});var r=n(39155),o=n.n(r),i=n(34307),a=n(94934),u=n(20053),c=n(14552);function l(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){l(e,t,n[t])}))}return e}function p(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}var f={adjustX:1,adjustY:1},d={adjustX:0,adjustY:0};function v(e){return"boolean"==typeof e?e?f:d:s({},d,e)}function m(e){var t=o().isValidElement(e)?e:o().createElement("span",null,e);if("button"===t.type&&t.props.disabled){var n=function(e,t){var n={},r=s({},e);return t.forEach((function(t){e&&t in e&&(n[t]=e[t],delete r[t])})),{picked:n,omitted:r}}(t.props.style,["position","left","right","top","bottom","float","display","zIndex"]),r=n.picked,i=n.omitted,a=p(s({display:"inline-block"},r),{cursor:"not-allowed",width:t.props.block?"100%":null}),l=p(s({},i),{pointerEvents:"none"}),f=o().cloneElement(t,{style:l,className:null});return o().createElement("span",{style:a,className:(0,u.A)(t.props.className,"".concat(c.g,"-tooltip-disabled-compatible-wrapper"))},f)}return t}function h(e){return{"bottom-end":"bottomRight","bottom-start":"bottomLeft","left-end":"leftBottom","left-start":"leftTop","right-end":"rightBottom","right-start":"rightTop","top-end":"topRight","top-start":"topLeft"}[e]||e}var b=n(2842);n(33981);function g(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){y(e,t,n[t])}))}return e}function A(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function O(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function x(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return g(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return g(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=o().forwardRef((function(e,t){var n,r=x(o().useState(e.defaultVisible),2),l=r[0],f=r[1],d=o().useRef(),g=o().useRef(),y=x(o().useState([0,0]),2),E=y[0],k=y[1];o().useEffect((function(){var t;("visible"in e||"open"in e)&&f(!!(null!==(t=e.visible)&&void 0!==t?t:e.open))}),[null!==(n=e.visible)&&void 0!==n?n:e.open]);var S=function(){var t=e.title;return!t&&0!==t},C=function(){var t=e.builtinPlacements,n=e.autoAdjustOverflow;return t||function(e){var t=e.horizontalArrowShift,n=void 0===t?16:t,r=e.verticalArrowShift,o=void 0===r?8:r,i=e.autoAdjustOverflow,u={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tc"],offset:[-n,-8]},leftTop:{points:["tr","cl"],offset:[-8,-o]},topRight:{points:["br","tc"],offset:[n,-8]},rightTop:{points:["tl","cr"],offset:[8,-o]},bottomRight:{points:["tr","bc"],offset:[n,8]},rightBottom:{points:["bl","cr"],offset:[8,o]},bottomLeft:{points:["tl","bc"],offset:[-n,8]},leftBottom:{points:["br","cl"],offset:[-8,o]}};return Object.keys(u).forEach((function(e){var t,n;u[e]=p(s({},a.DD[e]),{offset:(t=e,n=h(t),{left:{offset:[-8,0]},right:{offset:[8,0]},top:{offset:[0,-8]},bottom:{offset:[0,8]},topLeft:{offset:[0,-8]},leftTop:{offset:[-8,0]},topRight:{offset:[0,-8]},rightTop:{offset:[8,0]},bottomRight:{offset:[0,8]},rightBottom:{offset:[8,0]},bottomLeft:{offset:[0,8]},leftBottom:{offset:[-8,0]}}[n]).offset,overflow:v(i)}),u[e].ignoreShake=!0})),u}({autoAdjustOverflow:n})},P=e.prefixCls,M=void 0===P?"".concat(c.g,"-tooltip"):P,T=e.getPopupContainer,j=e.overlayClassName,N=e.overlayInnerStyle,_=e.overlayStyle,D=e.children,L=e.title,R=e.placement,I=e.isPopover,H=e.followCursor,z=e.maxWidth,F=e.disabled,V=O(e,["prefixCls","getPopupContainer","overlayClassName","overlayInnerStyle","overlayStyle","children","title","placement","isPopover","followCursor","maxWidth","disabled"]),$=l;"visible"in e||"open"in e||!S()||($=!1);var W=(0,u.A)(!I&&"".concat(c.n,"-tooltip"),j),B=w({},_);z&&(B.maxWidth=z);var U={targetOffset:E};return e.offset&&(U.offset=e.offset),o().createElement(i.A,A(w({},V),{prefixCls:M,placement:H?"top":h(R),overlayClassName:W,getTooltipContainer:T,ref:t||g,builtinPlacements:C(),overlay:o().createElement(o().Fragment,null,F&&o().createElement(b.A,{className:"disabled-svg"}),L),visible:$,align:U,onVisibleChange:function(t){var n;("visible"in e||"open"in e||f(!S()&&t),S())||(null===(n=e.onVisibleChange)||void 0===n||n.call(e,t))},onPopupAlign:function(e,t){var n=C(),r=Object.keys(n).find((function(e){return n[e].points[0]===t.points[0]&&n[e].points[1]===t.points[1]}));if(r){var o=e.getBoundingClientRect(),i={top:"50%",left:"50%"};r.indexOf("top")>=0||r.indexOf("Bottom")>=0?i.top="".concat(o.height-t.offset[1],"px"):(r.indexOf("Top")>=0||r.indexOf("bottom")>=0)&&(i.top="".concat(-t.offset[1],"px")),r.indexOf("left")>=0||r.indexOf("Right")>=0?i.left="".concat(o.width-t.offset[0],"px"):(r.indexOf("right")>=0||r.indexOf("Left")>=0)&&(i.left="".concat(-t.offset[0],"px")),e.style.transformOrigin="".concat(i.left," ").concat(i.top)}},overlayStyle:B,overlayInnerStyle:N,arrowContent:null,motion:{motionName:"".concat(c.g,"-tooltip-zoom-big-fast"),motionDeadline:1e3}}),H?o().createElement("div",{style:{display:"inline-block"},ref:d,onMouseMove:function(e){if(d.current){var t,n,r,o,i=(null===(o=g.current)||void 0===o||null===(r=o.popupRef)||void 0===r||null===(n=r.current)||void 0===n||null===(t=n.getElement())||void 0===t?void 0:t.offsetHeight)||0,a=0===i?60:30,u=d.current.getBoundingClientRect(),c=u.x,l=u.y,s=u.width,p=e.clientX-(c+s/2),f=e.clientY-l+i+a;setTimeout((function(){k([-p,-f])}))}}},m(D)):m(D))}));E.displayName="Tooltip",E.defaultProps={placement:"topLeft",mouseEnterDelay:.1,mouseLeaveDelay:.1,autoAdjustOverflow:!0,defaultVisible:!1,followCursor:!1,maxWidth:500};const k=E},32663:e=>{"use strict";e.exports=n},39155:t=>{"use strict";t.exports=e},69514:e=>{"use strict";e.exports=t},46942:(e,t)=>{var n;
39
39
  /*!
40
40
  Copyright (c) 2018 Jed Watson.
41
41
  Licensed under the MIT License (MIT), see