@para-ui/core 2.0.13 → 2.0.14

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 (103) hide show
  1. package/AutoBox/index.css +2 -0
  2. package/AutoBox/index.js +3 -3
  3. package/AutoTips/index.css +4 -0
  4. package/AutoTips/index.js +3 -3
  5. package/Breadcrumbs/index.css +2 -0
  6. package/Breadcrumbs/index.js +2 -2
  7. package/Button/index.css +4 -0
  8. package/Button/index.js +3 -3
  9. package/ButtonGroup/index.css +6 -0
  10. package/ButtonGroup/index.js +3 -3
  11. package/Cascader/index.css +2 -0
  12. package/Cascader/index.js +2 -2
  13. package/Checkbox/index.css +2 -0
  14. package/Checkbox/index.js +3 -3
  15. package/CheckboxGroup/index.css +4 -0
  16. package/CheckboxGroup/index.js +3 -3
  17. package/ColorPicker/index.css +2 -0
  18. package/ColorPicker/index.js +1 -1
  19. package/ComboSelect/index.css +28 -0
  20. package/ComboSelect/index.js +2 -2
  21. package/ComboSelect/interface.d.ts +2 -2
  22. package/Container/index.css +2 -0
  23. package/Container/index.js +2 -2
  24. package/DatePicker/index.css +6 -0
  25. package/DatePicker/index.js +2 -2
  26. package/Desktop/index.css +2 -0
  27. package/Desktop/index.js +2 -2
  28. package/Drawer/index.css +2 -0
  29. package/Drawer/index.js +3 -3
  30. package/Form/index.css +26 -0
  31. package/Form/index.js +2 -2
  32. package/FormItem/index.css +26 -0
  33. package/FormItem/index.js +2 -2
  34. package/FunctionModal/index.css +12 -0
  35. package/FunctionModal/index.js +3 -3
  36. package/Help/index.css +4 -0
  37. package/Help/index.js +3 -3
  38. package/IconList/index.css +2 -0
  39. package/IconList/index.js +3 -3
  40. package/InputLang/index.css +12 -0
  41. package/InputLang/index.js +3 -3
  42. package/InputNumber/index.css +10 -0
  43. package/InputNumber/index.js +3 -3
  44. package/Loading/index.css +2 -0
  45. package/Loading/index.js +3 -3
  46. package/Menu/index.css +2 -0
  47. package/Menu/index.js +3 -3
  48. package/Message/index.css +2 -0
  49. package/Message/index.js +3 -3
  50. package/Modal/Confirm/index.d.ts +4 -1
  51. package/Modal/index.css +10 -0
  52. package/Modal/index.js +2 -2
  53. package/MultiBox/index.css +10 -0
  54. package/MultiBox/index.js +3 -3
  55. package/PageHeader/index.css +6 -0
  56. package/PageHeader/index.js +3 -3
  57. package/Pagination/index.css +12 -0
  58. package/Pagination/index.js +2 -2
  59. package/ParauiProvider/index.css +2 -0
  60. package/ParauiProvider/index.js +3 -3
  61. package/PopConfirm/index.css +6 -0
  62. package/PopConfirm/index.js +3 -3
  63. package/Radio/index.css +2 -0
  64. package/Radio/index.js +3 -3
  65. package/RadioGroup/index.css +4 -0
  66. package/RadioGroup/index.js +3 -3
  67. package/Search/index.css +12 -0
  68. package/Search/index.js +2 -2
  69. package/Select/index.css +6 -0
  70. package/Select/index.js +3 -3
  71. package/SingleBox/index.css +10 -0
  72. package/SingleBox/index.js +3 -3
  73. package/Slider/index.css +2 -0
  74. package/Slider/index.js +3 -3
  75. package/Split/index.css +2 -0
  76. package/Split/index.js +3 -3
  77. package/Stepper/index.css +2 -0
  78. package/Stepper/index.js +3 -3
  79. package/Switch/index.css +2 -0
  80. package/Switch/index.js +2 -2
  81. package/Table/index.css +20 -0
  82. package/Table/index.js +2 -2
  83. package/Tabs/index.css +4 -0
  84. package/Tabs/index.js +3 -3
  85. package/TextField/index.css +8 -0
  86. package/TextField/index.js +3 -3
  87. package/TimePicker/index.css +6 -0
  88. package/TimePicker/index.js +2 -2
  89. package/Timeline/index.css +2 -0
  90. package/Timeline/index.js +3 -3
  91. package/ToggleButton/index.css +6 -0
  92. package/ToggleButton/index.js +3 -3
  93. package/Tooltip/index.css +2 -0
  94. package/Tooltip/index.js +3 -3
  95. package/Transfer/index.css +16 -0
  96. package/Transfer/index.js +3 -3
  97. package/Tree/index.css +8 -0
  98. package/Tree/index.js +2 -2
  99. package/Upload/index.css +12 -0
  100. package/Upload/index.js +3 -3
  101. package/index.js +2 -2
  102. package/package.json +4 -3
  103. package/style.css +17 -17
package/Split/index.js CHANGED
@@ -1,10 +1,10 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.ParaUI=t(require("react")):e.ParaUI=t(e.react)}(self,(function(e){return function(){"use strict";var t,r={4126:function(e){
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react")):"function"==typeof define&&define.amd?define(["react"],t):"object"==typeof exports?exports.ParaUI=t(require("react")):e.ParaUI=t(e.react)}(self,(function(e){return function(){"use strict";var t={4126:function(e){
2
2
  /*
3
3
  object-assign
4
4
  (c) Sindre Sorhus
5
5
  @license MIT
6
6
  */
7
- var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var u,c,a=o(e),f=1;f<arguments.length;f++){for(var l in u=Object(arguments[f]))r.call(u,l)&&(a[l]=u[l]);if(t){c=t(u);for(var s=0;s<c.length;s++)n.call(u,c[s])&&(a[c[s]]=u[c[s]])}}return a}},9524:function(e,t,r){
7
+ var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var c,u,a=o(e),l=1;l<arguments.length;l++){for(var f in c=Object(arguments[l]))r.call(c,f)&&(a[f]=c[f]);if(t){u=t(c);for(var s=0;s<u.length;s++)n.call(c,u[s])&&(a[u[s]]=c[u[s]])}}return a}},9524:function(e,t,r){
8
8
  /** @license React v17.0.2
9
9
  * react-jsx-runtime.production.min.js
10
10
  *
@@ -13,4 +13,4 @@ var t=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,n=Object.pr
13
13
  * This source code is licensed under the MIT license found in the
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  */
16
- r(4126);var n=r(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var u=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,a={key:!0,ref:!0,__self:!0,__source:!0};function f(e,t,r){var n,i={},f=null,l=null;for(n in void 0!==r&&(f=""+r),void 0!==t.key&&(f=""+t.key),void 0!==t.ref&&(l=t.ref),t)c.call(t,n)&&!a.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:f,ref:l,props:i,_owner:u.current}}t.jsx=f,t.jsxs=f},7712:function(e,t,r){e.exports=r(9524)},5661:function(e,t,r){r.r(t);var n=r(7712),o=r(9297),i=r.n(o),u=function(){return u=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},u.apply(this,arguments)};t.default=function(e){var t,r,o,c=e.minWidth,a=void 0===c?200:c,f=e.children,l=i().useRef(null),s=i().useRef(null),d=i().useRef(null),p=i().useState({left:null,right:null}),v=p[0],m=p[1],h=function(e){t=e.clientX,o=O(d.current),r=O(s.current),document.documentElement.addEventListener("mousemove",y),document.documentElement.addEventListener("mouseup",b)},y=function(e){var n=r+e.clientX-t;o-n<=a||n<=a||(s.current.style.width=n+"px")},b=function(e){document.documentElement.removeEventListener("mousemove",y),document.documentElement.removeEventListener("mouseup",b)},O=function(e){return parseInt(e.getBoundingClientRect().width,10)};return i().useEffect((function(){var e;l.current&&(null===(e=l.current)||void 0===e||e.addEventListener("mousedown",h))}),[l]),i().useEffect((function(){if(f&&"object"==typeof f&&m({left:f,right:null}),f&&Array.isArray(f)){var e=f.slice(0,Math.floor(f.length/2)),t=f.slice(Math.floor(f.length/2),f.length);m({left:e,right:t})}}),[f]),(0,n.jsxs)("div",u({className:"para-split",ref:d},{children:[(0,n.jsxs)("div",u({className:"para-split-left"},{children:[(0,n.jsx)("div",u({className:"para-split-left-content",ref:s},{children:v.left}),void 0),(0,n.jsxs)("div",u({className:"para-split-separator",ref:l},{children:[(0,n.jsx)("i",{},void 0),(0,n.jsx)("i",{},void 0)]}),void 0)]}),void 0),(0,n.jsx)("div",u({className:"para-split-right"},{children:(0,n.jsx)("div",u({className:"para-split-right-content"},{children:v.right}),void 0)}),void 0)]}),void 0)}},9297:function(t){t.exports=e}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={exports:{}};return r[e](i,i.exports,o),i.exports}o.m=r,t=[],o.O=function(e,r,n,i){if(!r){var u=1/0;for(f=0;f<t.length;f++){r=t[f][0],n=t[f][1],i=t[f][2];for(var c=!0,a=0;a<r.length;a++)(!1&i||u>=i)&&Object.keys(o.O).every((function(e){return o.O[e](r[a])}))?r.splice(a--,1):(c=!1,i<u&&(u=i));c&&(t.splice(f--,1),e=n())}return e}i=i||0;for(var f=t.length;f>0&&t[f-1][2]>i;f--)t[f]=t[f-1];t[f]=[r,n,i]},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,{a:t}),t},o.d=function(e,t){for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e={1373:0,9296:0};o.O.j=function(t){return 0===e[t]};var t=function(t,r){var n,i,u=r[0],c=r[1],a=r[2],f=0;for(n in c)o.o(c,n)&&(o.m[n]=c[n]);if(a)var l=a(o);for(t&&t(r);f<u.length;f++)i=u[f],o.o(e,i)&&e[i]&&e[i][0](),e[u[f]]=0;return o.O(l)},r=self.webpackChunkParaUI=self.webpackChunkParaUI||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}();var i=o.O(void 0,[9296],(function(){return o(5661)}));return i=o.O(i)}()}));
16
+ r(4126);var n=r(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var c=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,a={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,r){var n,i={},l=null,f=null;for(n in void 0!==r&&(l=""+r),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(f=t.ref),t)u.call(t,n)&&!a.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===i[n]&&(i[n]=t[n]);return{$$typeof:o,type:e,key:l,ref:f,props:i,_owner:c.current}}t.jsx=l,t.jsxs=l},7712:function(e,t,r){e.exports=r(9524)},9297:function(t){t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}};return t[e](i,i.exports,n),i.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){n.r(o);var e=n(7712),t=n(9297),r=n.n(t),i=function(){return i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},i.apply(this,arguments)};o.default=function(t){var n,o,c,u=t.minWidth,a=void 0===u?200:u,l=t.children,f=r().useRef(null),s=r().useRef(null),d=r().useRef(null),p=r().useState({left:null,right:null}),v=p[0],m=p[1],y=function(e){n=e.clientX,c=b(d.current),o=b(s.current),document.documentElement.addEventListener("mousemove",h),document.documentElement.addEventListener("mouseup",j)},h=function(e){var t=o+e.clientX-n;c-t<=a||t<=a||(s.current.style.width=t+"px")},j=function(e){document.documentElement.removeEventListener("mousemove",h),document.documentElement.removeEventListener("mouseup",j)},b=function(e){return parseInt(e.getBoundingClientRect().width,10)};return r().useEffect((function(){var e;f.current&&(null===(e=f.current)||void 0===e||e.addEventListener("mousedown",y))}),[f]),r().useEffect((function(){if(l&&"object"==typeof l&&m({left:l,right:null}),l&&Array.isArray(l)){var e=l.slice(0,Math.floor(l.length/2)),t=l.slice(Math.floor(l.length/2),l.length);m({left:e,right:t})}}),[l]),(0,e.jsxs)("div",i({className:"para-split",ref:d},{children:[(0,e.jsxs)("div",i({className:"para-split-left"},{children:[(0,e.jsx)("div",i({className:"para-split-left-content",ref:s},{children:v.left}),void 0),(0,e.jsxs)("div",i({className:"para-split-separator",ref:f},{children:[(0,e.jsx)("i",{},void 0),(0,e.jsx)("i",{},void 0)]}),void 0)]}),void 0),(0,e.jsx)("div",i({className:"para-split-right"},{children:(0,e.jsx)("div",i({className:"para-split-right-content"},{children:v.right}),void 0)}),void 0)]}),void 0)}}(),o}()}));
@@ -0,0 +1,2 @@
1
+ .paraui-stepper-step+div .paraui-stepper-connector>span{border:0;height:1px;background:linear-gradient(90deg, #3d66f8, #7793f9 74%, #d8dffa)}.paraui-stepper .paraui-stepper-step-label{margin-top:8px;color:rgba(46,55,67,0.701961);font-size:14px}.paraui-stepper .paraui-stepper-step-label--active{color:#3666d6}.paraui-stepper .paraui-stepper-step-label--completed{color:#2e3743}.paraui-stepper-step-icon{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;background-color:rgba(171,176,185,0.121569);border-radius:50%}.paraui-stepper-step-icon>svg{color:rgba(46,55,67,0.701961)}.paraui-stepper-step-icon--active{background-color:#3666d6}.paraui-stepper-step-icon--active>svg{color:#fff}.paraui-stepper-step-icon--completed{background-color:rgba(54,102,214,0.8)}.paraui-stepper-step-icon--completed>svg{color:#fff}.paraui-stepper-step-icon--one>svg{margin-left:-2px}.paraui-stepper .paraui-stepper-connector{top:15px;left:calc(-50% + 25px);right:calc(50% + 25px)}.paraui-stepper .paraui-stepper-connector>span{border-top:1px dashed rgba(171,176,185,0.4)}.paraui-stepper .paraui-stepper-connector--active>span,.paraui-stepper .paraui-stepper-connector--completed>span{border-top:1px solid rgba(171,176,185,0.4)}
2
+
package/Stepper/index.js CHANGED
@@ -1,10 +1,10 @@
1
- !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@material-ui/core"),require("@para-ui/icons/Check"),require("@para-ui/icons/Eight"),require("@para-ui/icons/Five"),require("@para-ui/icons/Four"),require("@para-ui/icons/Nine"),require("@para-ui/icons/One"),require("@para-ui/icons/Seven"),require("@para-ui/icons/Six"),require("@para-ui/icons/Three"),require("@para-ui/icons/Two"),require("react")):"function"==typeof define&&define.amd?define(["@material-ui/core","@para-ui/icons/Check","@para-ui/icons/Eight","@para-ui/icons/Five","@para-ui/icons/Four","@para-ui/icons/Nine","@para-ui/icons/One","@para-ui/icons/Seven","@para-ui/icons/Six","@para-ui/icons/Three","@para-ui/icons/Two","react"],r):"object"==typeof exports?exports.ParaUI=r(require("@material-ui/core"),require("@para-ui/icons/Check"),require("@para-ui/icons/Eight"),require("@para-ui/icons/Five"),require("@para-ui/icons/Four"),require("@para-ui/icons/Nine"),require("@para-ui/icons/One"),require("@para-ui/icons/Seven"),require("@para-ui/icons/Six"),require("@para-ui/icons/Three"),require("@para-ui/icons/Two"),require("react")):e.ParaUI=r(e["@material-ui/core"],e["@para-ui/icons/Check"],e["@para-ui/icons/Eight"],e["@para-ui/icons/Five"],e["@para-ui/icons/Four"],e["@para-ui/icons/Nine"],e["@para-ui/icons/One"],e["@para-ui/icons/Seven"],e["@para-ui/icons/Six"],e["@para-ui/icons/Three"],e["@para-ui/icons/Two"],e.react)}(self,(function(e,r,n,i,o,t,a,u,c,p,s,f){return function(){"use strict";var l,v={4927:function(e,r,n){function i(e){var r,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(r=0;r<e.length;r++)e[r]&&(n=i(e[r]))&&(o&&(o+=" "),o+=n);else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function o(){for(var e,r,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(r=i(e))&&(o&&(o+=" "),o+=r);return o}n.d(r,{Z:function(){return o}})},4126:function(e){
1
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("@material-ui/core"),require("@para-ui/icons/Check"),require("@para-ui/icons/Eight"),require("@para-ui/icons/Five"),require("@para-ui/icons/Four"),require("@para-ui/icons/Nine"),require("@para-ui/icons/One"),require("@para-ui/icons/Seven"),require("@para-ui/icons/Six"),require("@para-ui/icons/Three"),require("@para-ui/icons/Two"),require("react")):"function"==typeof define&&define.amd?define(["@material-ui/core","@para-ui/icons/Check","@para-ui/icons/Eight","@para-ui/icons/Five","@para-ui/icons/Four","@para-ui/icons/Nine","@para-ui/icons/One","@para-ui/icons/Seven","@para-ui/icons/Six","@para-ui/icons/Three","@para-ui/icons/Two","react"],r):"object"==typeof exports?exports.ParaUI=r(require("@material-ui/core"),require("@para-ui/icons/Check"),require("@para-ui/icons/Eight"),require("@para-ui/icons/Five"),require("@para-ui/icons/Four"),require("@para-ui/icons/Nine"),require("@para-ui/icons/One"),require("@para-ui/icons/Seven"),require("@para-ui/icons/Six"),require("@para-ui/icons/Three"),require("@para-ui/icons/Two"),require("react")):e.ParaUI=r(e["@material-ui/core"],e["@para-ui/icons/Check"],e["@para-ui/icons/Eight"],e["@para-ui/icons/Five"],e["@para-ui/icons/Four"],e["@para-ui/icons/Nine"],e["@para-ui/icons/One"],e["@para-ui/icons/Seven"],e["@para-ui/icons/Six"],e["@para-ui/icons/Three"],e["@para-ui/icons/Two"],e.react)}(self,(function(e,r,n,i,o,t,a,c,u,p,s,f){return function(){"use strict";var l={4927:function(e,r,n){function i(e){var r,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(r=0;r<e.length;r++)e[r]&&(n=i(e[r]))&&(o&&(o+=" "),o+=n);else for(r in e)e[r]&&(o&&(o+=" "),o+=r);return o}function o(){for(var e,r,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(r=i(e))&&(o&&(o+=" "),o+=r);return o}n.d(r,{Z:function(){return o}})},4126:function(e){
2
2
  /*
3
3
  object-assign
4
4
  (c) Sindre Sorhus
5
5
  @license MIT
6
6
  */
7
- var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},n=0;n<10;n++)r["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,u,c=o(e),p=1;p<arguments.length;p++){for(var s in a=Object(arguments[p]))n.call(a,s)&&(c[s]=a[s]);if(r){u=r(a);for(var f=0;f<u.length;f++)i.call(a,u[f])&&(c[u[f]]=a[u[f]])}}return c}},9524:function(e,r,n){
7
+ var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var r={},n=0;n<10;n++)r["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(e){i[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var a,c,u=o(e),p=1;p<arguments.length;p++){for(var s in a=Object(arguments[p]))n.call(a,s)&&(u[s]=a[s]);if(r){c=r(a);for(var f=0;f<c.length;f++)i.call(a,c[f])&&(u[c[f]]=a[c[f]])}}return u}},9524:function(e,r,n){
8
8
  /** @license React v17.0.2
9
9
  * react-jsx-runtime.production.min.js
10
10
  *
@@ -13,4 +13,4 @@ var r=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,i=Object.pr
13
13
  * This source code is licensed under the MIT license found in the
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  */
16
- n(4126);var i=n(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var t=Symbol.for;o=t("react.element"),t("react.fragment")}var a=i.__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 p(e,r,n){var i,t={},p=null,s=null;for(i in void 0!==n&&(p=""+n),void 0!==r.key&&(p=""+r.key),void 0!==r.ref&&(s=r.ref),r)u.call(r,i)&&!c.hasOwnProperty(i)&&(t[i]=r[i]);if(e&&e.defaultProps)for(i in r=e.defaultProps)void 0===t[i]&&(t[i]=r[i]);return{$$typeof:o,type:e,key:p,ref:s,props:t,_owner:a.current}}r.jsx=p},7712:function(e,r,n){e.exports=n(9524)},6569:function(e,r,n){n.r(r),n.d(r,{Stepper:function(){return T},default:function(){return I}});var i=n(7712),o=n(9297),t=n.n(o),a=n(1731),u=n(4927),c=n(5283),p=n.n(c),s=n(7139),f=n.n(s),l=n(7214),v=n.n(l),d=n(8764),b=n.n(d),y=n(2873),m=n.n(y),O=n(763),j=n.n(O),h=n(1341),x=n.n(h),g=n(1861),S=n.n(g),q=n(1709),w=n.n(q),_=n(6110),P=n.n(_),k={1:(0,i.jsx)(p(),{},void 0),2:(0,i.jsx)(f(),{},void 0),3:(0,i.jsx)(v(),{},void 0),4:(0,i.jsx)(b(),{},void 0),5:(0,i.jsx)(m(),{},void 0),6:(0,i.jsx)(j(),{},void 0),7:(0,i.jsx)(x(),{},void 0),8:(0,i.jsx)(S(),{},void 0),9:(0,i.jsx)(w(),{},void 0),done:(0,i.jsx)(P(),{},void 0)},E=function(){return E=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++)for(var o in r=arguments[n])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},E.apply(this,arguments)},C=function(e,r){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)r.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n};function N(e){var r=e.active,n=e.completed,o=e.mode,t=e.icon,a=e.iconComp,c=e.index;return(0,i.jsx)("div",E({className:(0,u.Z)("paraui-stepper-step-icon",{"paraui-stepper-step-icon--active":r,"paraui-stepper-step-icon--completed":n,"paraui-stepper-step-icon--one":"number"===o&&0===c&&r})},{children:n?k.done:"number"===o?k[String(t)]:"icon"===o?a||k.done:void 0}),void 0)}var T=function(e){var r=e.activeStep,n=void 0===r?0:r,o=e.mode,c=void 0===o?"number":o,p=e.steps,s=void 0===p?[]:p,f=e.alternativeLabel,l=void 0===f||f,v=e.orientation,d=void 0===v?"horizontal":v,b=e.className,y=C(e,["activeStep","mode","steps","alternativeLabel","orientation","className"]),m=function(e,r){return t().forwardRef((function(n,o){return(0,i.jsx)(N,E({mode:c,iconComp:e.icon,index:r},n,{ref:o}),void 0)}))};return(0,i.jsx)(a.Stepper,E({className:(0,u.Z)("paraui-stepper",b),activeStep:n,alternativeLabel:l,orientation:d},y,{connector:(0,i.jsx)(a.StepConnector,{classes:{root:"paraui-stepper-connector",active:"paraui-stepper-connector--active",completed:"paraui-stepper-connector--completed"}},void 0)},{children:(null==s?void 0:s.length)?s.map((function(e,r){var o="",t={};return"number"===c?(o=e,t.label=o):"object"==typeof e&&(o=e.label||"",t=E({},e)),(0,i.jsx)(a.Step,E({className:(0,u.Z)(n===r&&"paraui-stepper-step")},{children:(0,i.jsx)(a.StepLabel,E({StepIconComponent:m(t,r),classes:{label:"paraui-stepper-step-label",active:"paraui-stepper-step-label--active",completed:"paraui-stepper-step-label--completed"}},{children:o}),void 0)}),r)})):null}),void 0)},I=T},1731:function(r){r.exports=e},6110:function(e){e.exports=r},1861:function(e){e.exports=n},2873:function(e){e.exports=i},8764:function(e){e.exports=o},1709:function(e){e.exports=t},5283:function(e){e.exports=a},1341:function(e){e.exports=u},763:function(e){e.exports=c},7214:function(e){e.exports=p},7139:function(e){e.exports=s},9297:function(e){e.exports=f}},d={};function b(e){var r=d[e];if(void 0!==r)return r.exports;var n=d[e]={exports:{}};return v[e](n,n.exports,b),n.exports}b.m=v,l=[],b.O=function(e,r,n,i){if(!r){var o=1/0;for(u=0;u<l.length;u++){r=l[u][0],n=l[u][1],i=l[u][2];for(var t=!0,a=0;a<r.length;a++)(!1&i||o>=i)&&Object.keys(b.O).every((function(e){return b.O[e](r[a])}))?r.splice(a--,1):(t=!1,i<o&&(o=i));t&&(l.splice(u--,1),e=n())}return e}i=i||0;for(var u=l.length;u>0&&l[u-1][2]>i;u--)l[u]=l[u-1];l[u]=[r,n,i]},b.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return b.d(r,{a:r}),r},b.d=function(e,r){for(var n in r)b.o(r,n)&&!b.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},b.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},b.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e={130:0,9296:0};b.O.j=function(r){return 0===e[r]};var r=function(r,n){var i,o,t=n[0],a=n[1],u=n[2],c=0;for(i in a)b.o(a,i)&&(b.m[i]=a[i]);if(u)var p=u(b);for(r&&r(n);c<t.length;c++)o=t[c],b.o(e,o)&&e[o]&&e[o][0](),e[t[c]]=0;return b.O(p)},n=self.webpackChunkParaUI=self.webpackChunkParaUI||[];n.forEach(r.bind(null,0)),n.push=r.bind(null,n.push.bind(n))}();var y=b.O(void 0,[9296],(function(){return b(6569)}));return y=b.O(y)}()}));
16
+ n(4126);var i=n(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var t=Symbol.for;o=t("react.element"),t("react.fragment")}var a=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function p(e,r,n){var i,t={},p=null,s=null;for(i in void 0!==n&&(p=""+n),void 0!==r.key&&(p=""+r.key),void 0!==r.ref&&(s=r.ref),r)c.call(r,i)&&!u.hasOwnProperty(i)&&(t[i]=r[i]);if(e&&e.defaultProps)for(i in r=e.defaultProps)void 0===t[i]&&(t[i]=r[i]);return{$$typeof:o,type:e,key:p,ref:s,props:t,_owner:a.current}}r.jsx=p},7712:function(e,r,n){e.exports=n(9524)},1731:function(r){r.exports=e},6110:function(e){e.exports=r},1861:function(e){e.exports=n},2873:function(e){e.exports=i},8764:function(e){e.exports=o},1709:function(e){e.exports=t},5283:function(e){e.exports=a},1341:function(e){e.exports=c},763:function(e){e.exports=u},7214:function(e){e.exports=p},7139:function(e){e.exports=s},9297:function(e){e.exports=f}},d={};function v(e){var r=d[e];if(void 0!==r)return r.exports;var n=d[e]={exports:{}};return l[e](n,n.exports,v),n.exports}v.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return v.d(r,{a:r}),r},v.d=function(e,r){for(var n in r)v.o(r,n)&&!v.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},v.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},v.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var b={};return function(){v.r(b),v.d(b,{Stepper:function(){return C},default:function(){return k}});var e=v(7712),r=v(9297),n=v.n(r),i=v(1731),o=v(4927),t=v(5283),a=v.n(t),c=v(7139),u=v.n(c),p=v(7214),s=v.n(p),f=v(8764),l=v.n(f),d=v(2873),y=v.n(d),m=v(763),j=v.n(m),x=v(1341),O=v.n(x),h=v(1861),S=v.n(h),g=v(1709),q=v.n(g),w=v(6110),_=v.n(w),P={1:(0,e.jsx)(a(),{},void 0),2:(0,e.jsx)(u(),{},void 0),3:(0,e.jsx)(s(),{},void 0),4:(0,e.jsx)(l(),{},void 0),5:(0,e.jsx)(y(),{},void 0),6:(0,e.jsx)(j(),{},void 0),7:(0,e.jsx)(O(),{},void 0),8:(0,e.jsx)(S(),{},void 0),9:(0,e.jsx)(q(),{},void 0),done:(0,e.jsx)(_(),{},void 0)},E=function(){return E=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++)for(var o in r=arguments[n])Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);return e},E.apply(this,arguments)},N=function(e,r){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&r.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)r.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n};function T(r){var n=r.active,i=r.completed,t=r.mode,a=r.icon,c=r.iconComp,u=r.index;return(0,e.jsx)("div",E({className:(0,o.Z)("paraui-stepper-step-icon",{"paraui-stepper-step-icon--active":n,"paraui-stepper-step-icon--completed":i,"paraui-stepper-step-icon--one":"number"===t&&0===u&&n})},{children:i?P.done:"number"===t?P[String(a)]:"icon"===t?c||P.done:void 0}),void 0)}var C=function(r){var t=r.activeStep,a=void 0===t?0:t,c=r.mode,u=void 0===c?"number":c,p=r.steps,s=void 0===p?[]:p,f=r.alternativeLabel,l=void 0===f||f,d=r.orientation,v=void 0===d?"horizontal":d,b=r.className,y=N(r,["activeStep","mode","steps","alternativeLabel","orientation","className"]),m=function(r,i){return n().forwardRef((function(n,o){return(0,e.jsx)(T,E({mode:u,iconComp:r.icon,index:i},n,{ref:o}),void 0)}))};return(0,e.jsx)(i.Stepper,E({className:(0,o.Z)("paraui-stepper",b),activeStep:a,alternativeLabel:l,orientation:v},y,{connector:(0,e.jsx)(i.StepConnector,{classes:{root:"paraui-stepper-connector",active:"paraui-stepper-connector--active",completed:"paraui-stepper-connector--completed"}},void 0)},{children:(null==s?void 0:s.length)?s.map((function(r,n){var t="",c={};return"number"===u?(t=r,c.label=t):"object"==typeof r&&(t=r.label||"",c=E({},r)),(0,e.jsx)(i.Step,E({className:(0,o.Z)(a===n&&"paraui-stepper-step")},{children:(0,e.jsx)(i.StepLabel,E({StepIconComponent:m(c,n),classes:{label:"paraui-stepper-step-label",active:"paraui-stepper-step-label--active",completed:"paraui-stepper-step-label--completed"}},{children:t}),void 0)}),n)})):null}),void 0)},k=C}(),b}()}));
@@ -0,0 +1,2 @@
1
+ .paraui-switch{position:relative;display:inline-block;min-width:32px;height:14px;line-height:14px;vertical-align:middle;background-color:rgba(171,176,185,0.4);border:0;border-radius:100px;cursor:pointer;transition:all .2s;user-select:none}.paraui-switch:focus{outline:0;box-shadow:none}.paraui-switch-checked:focus{box-shadow:none}.paraui-switch:focus:hover{box-shadow:none}.paraui-switch-checked{background-color:rgba(54,102,214,0.2)}.paraui-switch-loading,.paraui-switch-disabled{cursor:not-allowed;opacity:.4}.paraui-switch-loading *,.paraui-switch-disabled *{box-shadow:none;cursor:not-allowed}.paraui-switch-inner{display:block;margin:0 7px 0 25px;color:#fff;font-size:14px;transition:margin .2s}.paraui-switch-checked .paraui-switch-inner{margin:0 25px 0 7px}.paraui-switch-handle{position:absolute;top:-2px;left:-2px;width:18px;height:18px;transition:all .2s ease-in-out}.paraui-switch-handle::before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#8996AA;border-radius:9px;box-shadow:none;transition:all .2s ease-in-out;content:""}.paraui-switch-checked .paraui-switch-handle{left:calc(100% - 18px + 2px)}.paraui-switch-checked .paraui-switch-handle::before{background-color:#3666d6}.paraui-switch:not(.paraui-switch-disabled):active .paraui-switch-handle::before{right:-30%;left:0}.paraui-switch:not(.paraui-switch-disabled):active.paraui-switch-checked .paraui-switch-handle::before{right:0;left:-30%}.paraui-switch-loading-icon{position:relative;top:2px;color:#3666d6;vertical-align:top;animation:loadingCircle 1s infinite linear}.paraui-switch-checked .paraui-switch-loading-icon{color:#fff}.paraui-switch-small{min-width:28px;height:14px;line-height:14px}.paraui-switch-small .paraui-switch-inner{margin:0 5px 0 18px;font-size:14px}.paraui-switch-small .paraui-switch-handle{width:12px;height:12px}.paraui-switch-small .paraui-switch-loading-icon{top:1.5px;font-size:9px}.paraui-switch-small.paraui-switch-checked .paraui-switch-inner{margin:0 18px 0 5px}.paraui-switch-small.paraui-switch-checked .paraui-switch-handle{left:calc(100% - 12px - 2px)}@keyframes loadingCircle{100%{transform:rotate(360deg)}}
2
+
package/Switch/index.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@para-ui/icons/LoadingF"),require("rc-switch"),require("react")):"function"==typeof define&&define.amd?define(["@para-ui/icons/LoadingF","rc-switch","react"],e):"object"==typeof exports?exports.ParaUI=e(require("@para-ui/icons/LoadingF"),require("rc-switch"),require("react")):r.ParaUI=e(r["@para-ui/icons/LoadingF"],r["rc-switch"],r.react)}(self,(function(r,e,t){return function(){"use strict";var n,o={4927:function(r,e,t){function n(r){var e,t,o="";if("string"==typeof r||"number"==typeof r)o+=r;else if("object"==typeof r)if(Array.isArray(r))for(e=0;e<r.length;e++)r[e]&&(t=n(r[e]))&&(o&&(o+=" "),o+=t);else for(e in r)r[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var r,e,t=0,o="";t<arguments.length;)(r=arguments[t++])&&(e=n(r))&&(o&&(o+=" "),o+=e);return o}t.d(e,{Z:function(){return o}})},4126:function(r){
1
+ !function(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@para-ui/icons/LoadingF"),require("rc-switch"),require("react")):"function"==typeof define&&define.amd?define(["@para-ui/icons/LoadingF","rc-switch","react"],e):"object"==typeof exports?exports.ParaUI=e(require("@para-ui/icons/LoadingF"),require("rc-switch"),require("react")):r.ParaUI=e(r["@para-ui/icons/LoadingF"],r["rc-switch"],r.react)}(self,(function(r,e,t){return function(){"use strict";var n={4927:function(r,e,t){function n(r){var e,t,o="";if("string"==typeof r||"number"==typeof r)o+=r;else if("object"==typeof r)if(Array.isArray(r))for(e=0;e<r.length;e++)r[e]&&(t=n(r[e]))&&(o&&(o+=" "),o+=t);else for(e in r)r[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var r,e,t=0,o="";t<arguments.length;)(r=arguments[t++])&&(e=n(r))&&(o&&(o+=" "),o+=e);return o}t.d(e,{Z:function(){return o}})},4126:function(r){
2
2
  /*
3
3
  object-assign
4
4
  (c) Sindre Sorhus
@@ -13,4 +13,4 @@ var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.pr
13
13
  * This source code is licensed under the MIT license found in the
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  */
16
- t(4126);var n=t(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function f(r,e,t){var n,i={},f=null,s=null;for(n in void 0!==t&&(f=""+t),void 0!==e.key&&(f=""+e.key),void 0!==e.ref&&(s=e.ref),e)c.call(e,n)&&!u.hasOwnProperty(n)&&(i[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===i[n]&&(i[n]=e[n]);return{$$typeof:o,type:r,key:f,ref:s,props:i,_owner:a.current}}e.jsx=f},7712:function(r,e,t){r.exports=t(9524)},5962:function(r,e,t){t.r(e),t.d(e,{Switch:function(){return l}});var n=t(7712),o=t(4555),i=t.n(o),a=t(4927),c=t(1102),u=t.n(c),f=function(){return f=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},f.apply(this,arguments)},s=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t},l=function(r){r.compact,r.size;var e=r.loading,t=r.disabled,o=r.className,c=s(r,["compact","size","loading","disabled","className"]),l=(0,a.Z)("paraui-switch",{"paraui-switch-loading":e},o),p=(0,n.jsx)("div",f({className:"paraui-switch-handle"},{children:e&&(0,n.jsx)(u(),{className:"paraui-switch-loading-icon"},void 0)}),void 0);return(0,n.jsx)(i(),f({},c,{prefixCls:"paraui-switch",className:l,disabled:t||e,loadingIcon:p}),void 0)};e.default=l},1102:function(e){e.exports=r},4555:function(r){r.exports=e},9297:function(r){r.exports=t}},i={};function a(r){var e=i[r];if(void 0!==e)return e.exports;var t=i[r]={exports:{}};return o[r](t,t.exports,a),t.exports}a.m=o,n=[],a.O=function(r,e,t,o){if(!e){var i=1/0;for(f=0;f<n.length;f++){e=n[f][0],t=n[f][1],o=n[f][2];for(var c=!0,u=0;u<e.length;u++)(!1&o||i>=o)&&Object.keys(a.O).every((function(r){return a.O[r](e[u])}))?e.splice(u--,1):(c=!1,o<i&&(i=o));c&&(n.splice(f--,1),r=t())}return r}o=o||0;for(var f=n.length;f>0&&n[f-1][2]>o;f--)n[f]=n[f-1];n[f]=[e,t,o]},a.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return a.d(e,{a:e}),e},a.d=function(r,e){for(var t in e)a.o(e,t)&&!a.o(r,t)&&Object.defineProperty(r,t,{enumerable:!0,get:e[t]})},a.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},a.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},function(){var r={6195:0,9296:0};a.O.j=function(e){return 0===r[e]};var e=function(e,t){var n,o,i=t[0],c=t[1],u=t[2],f=0;for(n in c)a.o(c,n)&&(a.m[n]=c[n]);if(u)var s=u(a);for(e&&e(t);f<i.length;f++)o=i[f],a.o(r,o)&&r[o]&&r[o][0](),r[i[f]]=0;return a.O(s)},t=self.webpackChunkParaUI=self.webpackChunkParaUI||[];t.forEach(e.bind(null,0)),t.push=e.bind(null,t.push.bind(t))}();var c=a.O(void 0,[9296],(function(){return a(5962)}));return c=a.O(c)}()}));
16
+ t(4126);var n=t(9297),o=60103;if(60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),i("react.fragment")}var a=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c=Object.prototype.hasOwnProperty,u={key:!0,ref:!0,__self:!0,__source:!0};function f(r,e,t){var n,i={},f=null,s=null;for(n in void 0!==t&&(f=""+t),void 0!==e.key&&(f=""+e.key),void 0!==e.ref&&(s=e.ref),e)c.call(e,n)&&!u.hasOwnProperty(n)&&(i[n]=e[n]);if(r&&r.defaultProps)for(n in e=r.defaultProps)void 0===i[n]&&(i[n]=e[n]);return{$$typeof:o,type:r,key:f,ref:s,props:i,_owner:a.current}}e.jsx=f},7712:function(r,e,t){r.exports=t(9524)},1102:function(e){e.exports=r},4555:function(r){r.exports=e},9297:function(r){r.exports=t}},o={};function i(r){var e=o[r];if(void 0!==e)return e.exports;var t=o[r]={exports:{}};return n[r](t,t.exports,i),t.exports}i.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return i.d(e,{a:e}),e},i.d=function(r,e){for(var t in e)i.o(e,t)&&!i.o(r,t)&&Object.defineProperty(r,t,{enumerable:!0,get:e[t]})},i.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},i.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})};var a={};return function(){i.r(a),i.d(a,{Switch:function(){return s}});var r=i(7712),e=i(4555),t=i.n(e),n=i(4927),o=i(1102),c=i.n(o),u=function(){return u=Object.assign||function(r){for(var e,t=1,n=arguments.length;t<n;t++)for(var o in e=arguments[t])Object.prototype.hasOwnProperty.call(e,o)&&(r[o]=e[o]);return r},u.apply(this,arguments)},f=function(r,e){var t={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&e.indexOf(n)<0&&(t[n]=r[n]);if(null!=r&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(r);o<n.length;o++)e.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(r,n[o])&&(t[n[o]]=r[n[o]])}return t},s=function(e){e.compact,e.size;var o=e.loading,i=e.disabled,a=e.className,s=f(e,["compact","size","loading","disabled","className"]),l=(0,n.Z)("paraui-switch",{"paraui-switch-loading":o},a),p=(0,r.jsx)("div",u({className:"paraui-switch-handle"},{children:o&&(0,r.jsx)(c(),{className:"paraui-switch-loading-icon"},void 0)}),void 0);return(0,r.jsx)(t(),u({},s,{prefixCls:"paraui-switch",className:l,disabled:i||o,loadingIcon:p}),void 0)};a.default=s}(),a}()}));
@@ -0,0 +1,20 @@
1
+ .paraui-check-box{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;line-height:14px}.paraui-check-box:hover>.paraui-check-box-label{color:#3666d6}.paraui-check-box:hover>.paraui-checkbox-box>.paraui-checkbox-box-inner{border-color:#3666d6}.paraui-check-box>.paraui-checkbox-box{position:relative}.paraui-check-box>.paraui-checkbox-box>input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.paraui-check-box>.paraui-checkbox-box>.paraui-checkbox-box-inner{position:relative;top:0;left:0;display:block;border-radius:2px;background-color:white;border:1px solid rgba(171,176,185,0.4)}.paraui-check-box>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{position:absolute;display:table;content:" "}.paraui-check-box>.paraui-check-box-label{color:#2e3743;padding:0 8px}.paraui-check-box.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner{background-color:#3666d6}.paraui-check-box.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{border:1px solid white;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%, -50%)}.paraui-check-box.check-box-checked>.paraui-check-box-label{color:#3666d6}.paraui-check-box.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner{background-color:#3666d6}.paraui-check-box.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{background-color:white;top:50%;left:50%;transform:translate(-50%, -50%) scale(1)}.paraui-check-box.check-box-indeterminate>.paraui-check-box-label{color:#3666d6}.paraui-check-box.check-box-disabled{cursor:not-allowed}.paraui-check-box.check-box-disabled>.paraui-check-box-label{color:rgba(46,55,67,0.4)}.paraui-check-box.check-box-disabled>.paraui-checkbox-box>input{cursor:not-allowed}.paraui-check-box.check-box-disabled>.paraui-checkbox-box>.paraui-checkbox-box-inner{background-color:rgba(171,176,185,0.121569);border-color:rgba(171,176,185,0.4)}.paraui-check-box.check-box-disabled.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{border-color:rgba(46,55,67,0.4)}.paraui-check-box.check-box-disabled.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{background-color:rgba(46,55,67,0.4)}.paraui-check-box.check-box-small>.paraui-checkbox-box>.paraui-checkbox-box-inner{width:14px;height:14px}.paraui-check-box.check-box-small.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{top:45%;left:21%;width:4px;height:7px}.paraui-check-box.check-box-small.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{width:8px;height:1px}.paraui-check-box.check-box-medium>.paraui-checkbox-box>.paraui-checkbox-box-inner{width:16px;height:16px}.paraui-check-box.check-box-medium.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{top:45%;left:21%;width:5px;height:8px}.paraui-check-box.check-box-medium.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{width:8px;height:1px}.paraui-check-box.check-box-large>.paraui-checkbox-box>.paraui-checkbox-box-inner{width:16px;height:16px}.paraui-check-box.check-box-large.check-box-checked>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{top:45%;left:21%;width:5px;height:8px}.paraui-check-box.check-box-large.check-box-indeterminate>.paraui-checkbox-box>.paraui-checkbox-box-inner:after{width:8px;height:1px}
2
+
3
+ .paraui-tooltip>div{font-size:14px;color:#fff;background-color:rgba(46,55,67,0.701961)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}
4
+
5
+ @keyframes loadingSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.paraui-button{min-width:auto;padding:0 16px;line-height:normal;text-transform:none;border-radius:8px;font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400}.paraui-button-loading{pointer-events:none}.paraui-button-contained{color:#fff;background-color:#3666d6;box-shadow:none}.paraui-button-contained:hover{background-color:rgba(54,102,214,0.8);box-shadow:none}.paraui-button-contained[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.121569);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-contained[disabled]:hover{background-color:rgba(171,176,185,0.121569)}.paraui-button-contained .btn-icon{display:inline-flex;color:inherit}.paraui-button-contained .btn-icon svg{color:inherit;font-size:16px}.paraui-button-contained .btn-icon.start-icon{margin-right:-3px}.paraui-button-contained .btn-icon.end-icon{margin-left:-3px}.paraui-button-contained .btn-icon.loading-icon{margin-right:-3px;animation:loadingSpin 1s infinite linear}.paraui-button-contained.paraui-button-dangerous{background-color:#eb6054}.paraui-button-outlined{color:rgba(46,55,67,0.701961);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,0.2);background-color:#fff;box-shadow:none}.paraui-button-outlined[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.121569);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-outlined[disabled]:hover{background-color:rgba(171,176,185,0.121569)}.paraui-button-outlined .btn-icon{display:inline-flex;color:inherit}.paraui-button-outlined .btn-icon svg{color:inherit;font-size:16px}.paraui-button-outlined .btn-icon.start-icon{margin-right:-3px}.paraui-button-outlined .btn-icon.end-icon{margin-left:-3px}.paraui-button-outlined .btn-icon.loading-icon{margin-right:-3px;animation:loadingSpin 1s infinite linear}.paraui-button-outlined.paraui-button-dangerous{color:#eb6054;border-color:#eb6054}.paraui-button-outlined.paraui-button-dangerous:hover{border-color:rgba(235,96,84,0.8)}.paraui-button-text{color:rgba(46,55,67,0.701961);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none;background-color:transparent;border:none}.paraui-button-text:hover{color:#3666d6;background-color:transparent;box-shadow:none}.paraui-button-text[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.121569);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-button-text[disabled]:hover{background-color:rgba(171,176,185,0.121569)}.paraui-button-text .btn-icon{display:inline-flex;color:inherit}.paraui-button-text .btn-icon svg{color:inherit;font-size:16px}.paraui-button-text .btn-icon.start-icon{margin-right:-3px}.paraui-button-text .btn-icon.end-icon{margin-left:-3px}.paraui-button-text .btn-icon.loading-icon{margin-right:-3px;animation:loadingSpin 1s infinite linear}.paraui-button-text.paraui-button-dangerous{color:#eb6054}.paraui-button-large{height:36px}.paraui-button-medium{height:32px}.paraui-button-small{height:28px}.paraui-button--disabled{display:inline-block}.paraui-icon-button{padding:0;border-radius:8px}.paraui-icon-button-loading{pointer-events:none}.paraui-icon-button-loading .loading-icon{display:inline-flex;animation:loadingSpin 1s infinite linear}.paraui-icon-button-contained{color:#fff;background-color:#3666d6;box-shadow:none}.paraui-icon-button-contained:hover{background-color:rgba(54,102,214,0.8);box-shadow:none}.paraui-icon-button-contained[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.121569);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-contained[disabled]:hover{background-color:rgba(171,176,185,0.121569)}.paraui-icon-button-contained svg{color:inherit;font-size:16px}.paraui-icon-button-contained.paraui-icon-button-dangerous{background-color:#eb6054}.paraui-icon-button-outlined{color:rgba(46,55,67,0.701961);background-color:#fff;border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-outlined:hover{color:#3666d6;border-color:rgba(54,102,214,0.2);box-shadow:none;background-color:#fff}.paraui-icon-button-outlined[disabled]{color:rgba(46,55,67,0.4);background-color:rgba(171,176,185,0.121569);border:1px solid rgba(171,176,185,0.4);box-shadow:none}.paraui-icon-button-outlined[disabled]:hover{background-color:rgba(171,176,185,0.121569)}.paraui-icon-button-outlined svg{color:inherit;font-size:16px}.paraui-icon-button-outlined.paraui-icon-button-dangerous{color:#eb6054;border-color:#eb6054}.paraui-icon-button-outlined.paraui-icon-button-dangerous:hover{border-color:rgba(235,96,84,0.8)}.paraui-icon-button-text{color:#3666d6}.paraui-icon-button-text:hover{background-color:transparent}.paraui-icon-button-text[disabled]{color:rgba(46,55,67,0.4)}.paraui-icon-button-text[disabled]:hover{background-color:transparent}.paraui-icon-button-text svg{color:inherit}.paraui-icon-button-text.paraui-icon-button-dangerous{color:#eb6054}.paraui-icon-button-text.paraui-icon-button-large{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-large svg{font-size:28px}.paraui-icon-button-text.paraui-icon-button-medium{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-medium svg{font-size:24px}.paraui-icon-button-text.paraui-icon-button-small{width:auto;height:auto}.paraui-icon-button-text.paraui-icon-button-small svg{font-size:20px}.paraui-icon-button-large{width:36px;height:36px}.paraui-icon-button-medium{width:32px;height:32px}.paraui-icon-button-small{width:28px;height:28px}.paraui-button-split{display:inline-block}.paraui-button-split .paraui-button{height:34px}.paraui-button-split .paraui-button:hover{border-color:rgba(54,102,214,0.8)}.paraui-button-split .paraui-button-split--active{color:#3666d6;border-color:rgba(54,102,214,0.8);box-shadow:none;background-color:#fff}.paraui-button-split-list{padding:8px 0;margin-top:8px;border-radius:8px;box-shadow:0px 2px 8px 0px rgba(171,176,185,0.4);background-color:#fff}.paraui-button-split-list ul .split-li{min-width:140px;padding:11px 12px;color:#2e3743;font-size:14px;line-height:1;cursor:pointer;transition:background-color .3s, color .3s}.paraui-button-split-list ul .split-li:hover{background-color:rgba(171,176,185,0.121569)}.paraui-button-split-list ul .split-li.split-li--active{color:#3666d6}.paraui-button-split-list ul .split-li.split-li--active:hover{background-color:rgba(171,176,185,0.121569)}.paraui-button-split-list ul .split-li-group:not(:first-child){position:relative;margin-top:16px}.paraui-button-split-list ul .split-li-group:not(:first-child):before{content:'';position:absolute;top:-8px;left:8px;right:8px;border-top:1px solid rgba(171,176,185,0.2)}
6
+
7
+ .paraui-auto-tips{max-width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-auto-tips>.auto-tips-content{display:inline;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
8
+
9
+ .paraui-radio{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;line-height:14px}.paraui-radio:hover>.paraui-radio-label{color:#3666d6}.paraui-radio:hover>.paraui-radio-box>.paraui-radio-box-inner{border-color:#3666d6}.paraui-radio>.paraui-radio-box{position:relative}.paraui-radio>.paraui-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-radio>.paraui-radio-box>.paraui-radio-box-inner{position:relative;top:0;left:0;display:block;background-color:white;border:1px solid rgba(171,176,185,0.4);border-radius:50%;background-color:white}.paraui-radio>.paraui-radio-box>.paraui-radio-box-inner:after{position:absolute;display:table;content:" ";transform:scale(1) translate(-50%, -50%);width:6px;height:6px;border-radius:50%;left:50%;top:50%}.paraui-radio>.paraui-radio-label{color:#2e3743;padding:0 8px}.paraui-radio.radio-checked>.paraui-radio-box>.paraui-radio-box-inner{border-color:#3666d6}.paraui-radio.radio-checked>.paraui-radio-box>.paraui-radio-box-inner:after{background-color:#3666d6}.paraui-radio.radio-checked>.paraui-radio-label{color:#3666d6}.paraui-radio.radio-disabled{cursor:not-allowed}.paraui-radio.radio-disabled>.paraui-radio-label{color:rgba(46,55,67,0.4)}.paraui-radio.radio-disabled>.paraui-radio-box>input{cursor:not-allowed}.paraui-radio.radio-disabled>.paraui-radio-box>.paraui-radio-box-inner{background-color:rgba(171,176,185,0.121569);border-color:rgba(171,176,185,0.4)}.paraui-radio.radio-disabled.radio-checked>.paraui-radio-box>.paraui-radio-box-inner:after{background-color:rgba(46,55,67,0.4)}.paraui-radio.radio-small>.paraui-radio-box>.paraui-radio-box-inner{width:14px;height:14px}.paraui-radio.radio-medium>.paraui-radio-box>.paraui-radio-box-inner{width:16px;height:16px}.paraui-radio.radio-large>.paraui-radio-box>.paraui-radio-box-inner{width:16px;height:16px}
10
+
11
+ .paraui-select{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400;padding-bottom:20px;display:inline-block;vertical-align:top;width:100%}.paraui-select>.select-label{display:inline-block;margin-bottom:8px;color:rgba(46,55,67,0.701961)}.paraui-select>.select-label>.select-required{margin-left:2px;color:#eb6054}.paraui-select>.select-content{line-height:0;border:1px solid;border-radius:8px;border-color:rgba(171,176,185,0.4);padding-right:40px;position:relative;cursor:pointer}.paraui-select>.select-content:hover{border-color:#3666d6}.paraui-select>.select-content:hover>.select-svg>svg{color:#3666d6}.paraui-select>.select-content>.select-label-placeholder{width:100%;height:100%;padding:0 12px;color:rgba(46,55,67,0.4);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;left:0;top:0;z-index:1}.paraui-select>.select-content>.select-label-placeholder>.select-required{margin-left:2px;color:#eb6054}.paraui-select>.select-content>.select-svg{position:absolute;right:12px;top:0;z-index:2}.paraui-select>.select-content>.select-svg>svg{font-size:20px;transition:all .3s;color:rgba(46,55,67,0.701961)}.paraui-select>.select-content>.radio-select-content{padding-left:12px;font-size:14px;line-height:16px}.paraui-select>.select-content>.radio-search-outside{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 30px 0 10px;font-size:14px;cursor:pointer;color:#2e3743;border:0;border-radius:8px;background:transparent}.paraui-select>.select-content>.check-select-content{padding-left:12px;height:100%;overflow:hidden}.paraui-select>.select-content>.check-select-content>.check-select-content-item{display:inline-block;background-color:rgba(171,176,185,0.2);border-radius:4px;padding:0 12px 0 12px;color:#2e3743;margin-right:8px;vertical-align:top;max-width:100%;white-space:nowrap}.paraui-select>.select-content>.check-select-content>.check-select-content-item.check-select-content-item-more{cursor:pointer;color:#2e3743}.paraui-select>.select-content>.check-select-content>.check-select-content-item.check-select-content-item-more>span{max-width:none}.paraui-select>.select-content>.check-select-content>.check-select-content-item>span{display:inline-block;height:100%;vertical-align:top;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}.paraui-select>.select-content>.check-select-content>.check-select-content-item>svg{cursor:pointer;margin-left:8px;color:#2e3743;font-size:16px;position:relative}.paraui-select>.select-content>.check-select-content>.check-select-content-item>svg:hover{color:#3666d6}.paraui-select>.select-content>.check-select-content>.check-select-content-item.check-select-content-item-noclose>span{max-width:none}.paraui-select>.select-content>.check-select-content>.check-search-outside{width:10px;max-width:100% !important;display:none;border:0;color:#2e3743;font-size:14px;cursor:pointer}.paraui-select>.select-error-text{margin:8px 0 0 0;padding-left:12px;line-height:1}.paraui-select.select-disabled>.select-content{background-color:rgba(171,176,185,0.121569);cursor:not-allowed}.paraui-select.select-disabled>.select-content:hover{border-color:rgba(171,176,185,0.4)}.paraui-select.select-disabled>.select-content:hover>.select-svg>svg{color:rgba(46,55,67,0.701961)}.paraui-select.select-disabled>.select-content>.check-select-content>.check-select-content-item>span{max-width:100%}.paraui-select.select-error>.select-content{border-color:#eb6054 !important}.paraui-select.select-error>.select-error-text{color:#eb6054}.paraui-select.select-open>.select-content{border-color:#3666d6}.paraui-select.select-open>.select-content>.select-svg>svg{transform:rotate(180deg);color:#3666d6}.paraui-select.select-open>.select-content>.check-select-content>.check-search-outside{display:inline-block}.paraui-select.select-small>.select-content{height:28px}.paraui-select.select-small>.select-content>.select-label-placeholder{line-height:26px}.paraui-select.select-small>.select-content>.select-svg{top:3px}.paraui-select.select-small>.select-content>.radio-select-content{padding-bottom:5px;padding-top:5px}.paraui-select.select-small>.select-content>.check-select-content{padding-bottom:3px}.paraui-select.select-small>.select-content>.check-select-content>.check-select-content-item{margin-top:3px;height:20px;line-height:20px}.paraui-select.select-small>.select-content>.check-select-content>.check-select-content-item>svg{top:2px}.paraui-select.select-small>.select-content>.check-select-content>.check-search-outside{margin-top:3px;height:20px}.paraui-select.select-medium>.select-content{height:32px}.paraui-select.select-medium>.select-content>.select-label-placeholder{line-height:30px}.paraui-select.select-medium>.select-content>.select-svg{top:6px}.paraui-select.select-medium>.select-content>.radio-select-content{padding-bottom:7px;padding-top:7px}.paraui-select.select-medium>.select-content>.check-select-content{padding-bottom:4px}.paraui-select.select-medium>.select-content>.check-select-content>.check-select-content-item{margin-top:4px;height:22px;line-height:22px}.paraui-select.select-medium>.select-content>.check-select-content>.check-select-content-item>svg{top:3px}.paraui-select.select-medium>.select-content>.check-select-content>.check-search-outside{margin-top:4px;height:22px}.paraui-select.select-large>.select-content{height:36px}.paraui-select.select-large>.select-content>.select-label-placeholder{line-height:34px}.paraui-select.select-large>.select-content>.select-svg{top:8px}.paraui-select.select-large>.select-content>.radio-select-content{padding-bottom:9px;padding-top:9px}.paraui-select.select-large>.select-content>.check-select-content{padding-bottom:5px}.paraui-select.select-large>.select-content>.check-select-content>.check-select-content-item{margin-top:5px;height:24px;line-height:24px}.paraui-select.select-large>.select-content>.check-select-content>.check-select-content-item>svg{top:3px}.paraui-select.select-large>.select-content>.check-select-content>.check-search-outside{margin-top:5px;height:24px}.paraui-select.select-over-line.select-small>.select-content{height:inherit;min-height:28px}.paraui-select.select-over-line.select-medium>.select-content{height:inherit;min-height:32px}.paraui-select.select-over-line.select-large>.select-content{height:inherit;min-height:36px}.paraui-select-popover>div{max-width:none;padding:0;background-color:white;box-shadow:0px 2px 8px 0px rgba(171,176,185,0.4);border-radius:8px}.paraui-select-popover>div>span{color:white}.paraui-select-popover>div .select-popover-content>.select-popover-search{display:flex;align-items:center;padding:0 12px;border-bottom:1px solid;border-color:rgba(171,176,185,0.2)}.paraui-select-popover>div .select-popover-content>.select-popover-search>input{border:0;outline:none;font-size:14px;color:#2e3743;width:100%}.paraui-select-popover>div .select-popover-content>.select-popover-search>input::placeholder{font-size:14px;opacity:1;color:rgba(46,55,67,0.4)}.paraui-select-popover>div .select-popover-content>.select-popover-search>svg{color:rgba(46,55,67,0.4);font-size:20px;cursor:pointer}.paraui-select-popover>div .select-popover-content>.select-popover-list{max-height:200px;overflow:auto}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item{display:flex;cursor:pointer;padding:0 12px;align-items:center}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item>.select-popover-list-item-label{width:calc(100% - 25px);color:#2e3743;font-size:14px}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item>.select-popover-list-item-svg{line-height:0;display:none}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item>.select-popover-list-item-svg>svg{font-size:20px;color:#3666d6}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-select>.select-popover-list-item-label{color:#3666d6}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-select>.select-popover-list-item-svg{display:inline-block}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-hover{background-color:rgba(171,176,185,0.121569)}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-hover>.select-popover-list-item-label{color:#3666d6}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-keydown{background-color:rgba(171,176,185,0.121569)}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-keydown>.select-popover-list-item-label{color:#3666d6}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-disabled{background-color:rgba(171,176,185,0.121569) !important;cursor:not-allowed}.paraui-select-popover>div .select-popover-content>.select-popover-list .select-popover-list-item.select-popover-list-item-disabled>.select-popover-list-item-label{color:#2e3743 !important}.paraui-select-popover>div .select-popover-content>.select-popover-list>.select-popover-list-group .select-popover-list-group-label{display:inline-block;width:100%;padding:0 12px;color:rgba(46,55,67,0.4);font-size:14px}.paraui-select-popover>div .select-popover-content>.select-popover-list>.select-popover-list-group .select-popover-list-item{padding-left:20px}.paraui-select-popover>div .select-popover-content>.select-popover-list>.select-nodata{text-align:center;font-size:14px;color:#2e3743;padding:10px}.paraui-select-popover.paraui-select-popover-radio>div .select-popover-content>.select-popover-list .select-popover-list-item>.select-popover-list-item-label{width:100%}.paraui-select-popover.paraui-select-popover-small>div .select-popover-content>.select-popover-search{height:28px}.paraui-select-popover.paraui-select-popover-small>div .select-popover-content>.select-popover-list .select-popover-list-item{line-height:28px}.paraui-select-popover.paraui-select-popover-small>div .select-popover-content>.select-popover-list>.select-popover-list-group .select-popover-list-group-label{line-height:28px}.paraui-select-popover.paraui-select-popover-medium>div .select-popover-content>.select-popover-search{height:32px}.paraui-select-popover.paraui-select-popover-medium>div .select-popover-content>.select-popover-list .select-popover-list-item{line-height:32px}.paraui-select-popover.paraui-select-popover-medium>div .select-popover-content>.select-popover-list>.select-popover-list-group .select-popover-list-group-label{line-height:32px}.paraui-select-popover.paraui-select-popover-large>div .select-popover-content>.select-popover-search{height:36px}.paraui-select-popover.paraui-select-popover-large>div .select-popover-content>.select-popover-list .select-popover-list-item{line-height:36px}.paraui-select-popover.paraui-select-popover-large>div .select-popover-content>.select-popover-list>.select-popover-list-group .select-popover-list-group-label{line-height:36px}.paraui-select-more-popover>div:nth-of-type(3),.paraui-select-more-popover>div:nth-of-type(2){margin-left:20px}.paraui-select-more-popover .select-more{width:300px}.paraui-select-more-popover .select-more>.select-more-title{font-size:14px;padding:0 12px;color:rgba(46,55,67,0.701961)}.paraui-select-more-popover .select-more>.select-more-content{max-height:300px;overflow:auto}.paraui-select-more-popover .select-more>.select-more-content>.select-more-content-item{padding:0 12px;display:flex;justify-content:space-around;align-items:center}.paraui-select-more-popover .select-more>.select-more-content>.select-more-content-item>span{width:calc(100% - 25px);display:inline-block;font-size:14px}.paraui-select-more-popover .select-more>.select-more-content>.select-more-content-item>svg{font-size:20px;position:relative;cursor:pointer;color:#2e3743}.paraui-select-more-popover .select-more>.select-more-content>.select-more-content-item>svg:hover{color:#3666d6}.paraui-select-more-popover.paraui-select-more-popover-small .select-more>.select-more-title{line-height:28px}.paraui-select-more-popover.paraui-select-more-popover-small .select-more>.select-more-content>.select-more-content-item{line-height:28px}.paraui-select-more-popover.paraui-select-more-popover-medium .select-more>.select-more-title{line-height:32px}.paraui-select-more-popover.paraui-select-more-popover-medium .select-more>.select-more-content>.select-more-content-item{line-height:32px}.paraui-select-more-popover.paraui-select-more-popover-large .select-more>.select-more-title{line-height:36px}.paraui-select-more-popover.paraui-select-more-popover-large .select-more>.select-more-content>.select-more-content-item{line-height:36px}
12
+
13
+ @keyframes rotateLoading{0%{transformOrigin:50% 50%}100%{transform:rotate(360deg)}}.paraui-loading{position:absolute;left:0;top:0;width:100%;height:100%}.paraui-loading .paraui-loading-mask{position:absolute;width:100%;height:100%;background-color:white;z-index:1}.paraui-loading .paraui-loading-box{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2}.paraui-loading .paraui-loading-box>svg{transition:all .3s ease-in-out;animation:rotateLoading 1s infinite linear;font-size:20px}
14
+
15
+ .paraui-text-field{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400;display:inline-block;width:100%;padding-bottom:20px}.paraui-text-field>.text-field-label{color:rgba(46,55,67,0.701961);margin-bottom:8px;display:inline-block}.paraui-text-field>.text-field-label>.text-field-required{margin-left:2px;color:#eb6054}.paraui-text-field>.text-field-content{border:1px solid;border-radius:8px;border-color:rgba(171,176,185,0.4);display:flex;width:100%;position:relative}.paraui-text-field>.text-field-content:hover{border-color:#3666d6}.paraui-text-field>.text-field-content>.text-field-content-before{color:#2e3743;padding:0 12px;border-right:1px solid rgba(171,176,185,0.4);background-color:rgba(171,176,185,0.121569);border-bottom-left-radius:8px;border-top-left-radius:8px;white-space:nowrap;display:flex;align-items:center}.paraui-text-field>.text-field-content>.text-field-content-before svg{font-size:20px}.paraui-text-field>.text-field-content>.text-field-content-within{position:relative;width:100%;display:flex}.paraui-text-field>.text-field-content>.text-field-content-within>.right-icon{display:flex;height:100%;align-items:center;margin-right:12px;cursor:pointer;color:rgba(46,55,67,0.701961);position:relative;z-index:1}.paraui-text-field>.text-field-content>.text-field-content-within>.right-icon svg{color:rgba(46,55,67,0.701961);font-size:20px}.paraui-text-field>.text-field-content>.text-field-content-within>.length-limit{display:flex;height:100%;align-items:center;margin-right:12px;color:rgba(46,55,67,0.701961)}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input{width:100%;line-height:0}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-outer-spin-button,.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input::-webkit-inner-spin-button{-webkit-appearance:none}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input input[type="number"]{-moz-appearance:textfield}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{width:100%;height:100%}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{width:100% !important;padding:12px}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{font-size:14px;color:#2e3743;border:0;border-radius:8px}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-clear,.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-clear{display:none}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input::-ms-reveal,.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea::-ms-reveal{display:none}.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>input:disabled,.paraui-text-field>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea:disabled{background-color:transparent}.paraui-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 12px;color:rgba(46,55,67,0.4);cursor:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paraui-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:#eb6054}.paraui-text-field>.text-field-content>.text-field-content-after{color:#2e3743;padding:0 12px;border-left:1px solid rgba(171,176,185,0.4);background-color:rgba(171,176,185,0.121569);border-bottom-right-radius:8px;border-top-right-radius:8px;white-space:nowrap;display:flex;align-items:center}.paraui-text-field>.text-field-content>.text-field-content-after svg{font-size:20px}.paraui-text-field>.text-field-error-text{margin:8px 0 0 0;padding-left:12px;line-height:1}.paraui-text-field.text-field-multiline>.text-field-content .text-field-content-within>.length-limit{height:14px;position:absolute;right:0;bottom:8px}.paraui-text-field.text-field-multiline>.text-field-content .text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{padding-top:12px;line-height:1;height:calc(100% - 14px)}.paraui-text-field.text-field-disabled>.text-field-content{background-color:rgba(171,176,185,0.121569)}.paraui-text-field.text-field-disabled>.text-field-content:hover{border-color:rgba(171,176,185,0.4)}.paraui-text-field.text-field-disabled>.text-field-content>.text-field-content-before{background-color:transparent}.paraui-text-field.text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{cursor:not-allowed}.paraui-text-field.text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>input,.paraui-text-field.text-field-disabled>.text-field-content>.text-field-content-within>.text-field-content-within-input>textarea{cursor:not-allowed}.paraui-text-field.text-field-disabled>.text-field-content>.text-field-content-after{background-color:transparent}.paraui-text-field.text-field-error>.text-field-error-text{color:#eb6054}.paraui-text-field.text-field-error>.text-field-content{border-color:#eb6054}.paraui-text-field.text-field-error>.text-field-content:hover{border-color:#eb6054}.paraui-text-field.text-field-limit>.text-field-content{border-color:#eb6054 !important}.paraui-text-field.text-field-limit>.text-field-content:hover{border-color:#eb6054 !important}.paraui-text-field.text-field-focus>.text-field-content{border-color:#3666d6}.paraui-text-field.text-field-small>.text-field-content{height:28px}.paraui-text-field.text-field-small>.text-field-content>.text-field-content-before{line-height:26px}.paraui-text-field.text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:26px}.paraui-text-field.text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:6px 12px}.paraui-text-field.text-field-small>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:26px}.paraui-text-field.text-field-small>.text-field-content .text-field-content-after{line-height:26px}.paraui-text-field.text-field-medium>.text-field-content{height:32px}.paraui-text-field.text-field-medium>.text-field-content>.text-field-content-before{line-height:30px}.paraui-text-field.text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:30px}.paraui-text-field.text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:8px 12px}.paraui-text-field.text-field-medium>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:30px}.paraui-text-field.text-field-medium>.text-field-content .text-field-content-after{line-height:30px}.paraui-text-field.text-field-large>.text-field-content{height:36px}.paraui-text-field.text-field-large>.text-field-content>.text-field-content-before{line-height:34px}.paraui-text-field.text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input{height:34px}.paraui-text-field.text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>input{padding:10px 12px}.paraui-text-field.text-field-large>.text-field-content>.text-field-content-within>.text-field-content-within-input>.text-field-label-placeholder{line-height:34px}.paraui-text-field.text-field-large>.text-field-content .text-field-content-after{line-height:34px}.paraui-text-field-select>div{max-width:none;padding:0;background-color:white;box-shadow:0px 2px 8px 0px rgba(171,176,185,0.4);border-radius:8px;font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400}.paraui-text-field-select>div>span{color:white}.paraui-text-field-select>div .text-field-select-content{max-height:300px;overflow:auto}.paraui-text-field-select>div .text-field-select-content>.text-field-select-content-item{display:flex;cursor:pointer;color:#2e3743;padding:0 12px}.paraui-text-field-select>div .text-field-select-content>.text-field-select-content-item:hover{background-color:rgba(171,176,185,0.121569);color:#3666d6}.paraui-text-field-select>div .text-field-select-content>.text-field-select-content-item.text-field-select-content-item-keydown{background-color:rgba(171,176,185,0.121569);color:#3666d6}.paraui-text-field-select>div .text-field-select-content.text-field-select-content-loading{height:100px;position:relative;overflow:hidden}.paraui-text-field-select.paraui-text-field-select-small>div .text-field-select-content>.text-field-select-content-item{line-height:28px}.paraui-text-field-select.paraui-text-field-select-medium>div .text-field-select-content>.text-field-select-content-item{line-height:32px}.paraui-text-field-select.paraui-text-field-select-large>div .text-field-select-content>.text-field-select-content-item{line-height:36px}
16
+
17
+ .paraui-pagination{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;color:rgba(46,55,67,0.701961)}.paraui-pagination>div{display:inline-block;vertical-align:middle}.paraui-pagination>.total-num{margin-right:24px}.paraui-pagination>.current-page{margin-right:24px}.paraui-pagination>.current-page>.current-page-num{color:#2e3743;margin-right:4px;margin-left:4px}.paraui-pagination>.current-page>.current-page-sign{margin-right:3px}.paraui-pagination>.page-line-memo{margin-right:24px}.paraui-pagination>.page-line-memo>span{display:inline-block;margin-right:8px;vertical-align:middle}.paraui-pagination>.page-line-memo .paraui-select{padding-bottom:0;min-width:80px;width:inherit;vertical-align:middle}.paraui-pagination>.pagination-content{border:1px solid rgba(171,176,185,0.4);border-radius:8px;height:32px;line-height:30px;padding:0 12px}.paraui-pagination>.pagination-content>.left-page,.paraui-pagination>.pagination-content>.right-page{display:inline-block}.paraui-pagination>.pagination-content>.left-page>div,.paraui-pagination>.pagination-content>.right-page>div{display:inline-block;line-height:0;vertical-align:middle;cursor:pointer;width:20px;height:20px;border-radius:2px;margin-right:8px}.paraui-pagination>.pagination-content>.left-page>div.disabled-btn,.paraui-pagination>.pagination-content>.right-page>div.disabled-btn{cursor:not-allowed}.paraui-pagination>.pagination-content>.left-page>div.disabled-btn>svg,.paraui-pagination>.pagination-content>.right-page>div.disabled-btn>svg{color:rgba(46,55,67,0.4)}.paraui-pagination>.pagination-content>.left-page>div.disabled-btn:hover,.paraui-pagination>.pagination-content>.right-page>div.disabled-btn:hover{background-color:white}.paraui-pagination>.pagination-content>.left-page>div.disabled-btn:hover>svg,.paraui-pagination>.pagination-content>.right-page>div.disabled-btn:hover>svg{color:rgba(46,55,67,0.701961)}.paraui-pagination>.pagination-content>.left-page>div:last-child,.paraui-pagination>.pagination-content>.right-page>div:last-child{margin-right:0}.paraui-pagination>.pagination-content>.left-page>div:hover,.paraui-pagination>.pagination-content>.right-page>div:hover{background-color:rgba(171,176,185,0.121569)}.paraui-pagination>.pagination-content>.left-page>div:hover>svg,.paraui-pagination>.pagination-content>.right-page>div:hover>svg{color:#3666d6}.paraui-pagination>.pagination-content>.left-page>div>svg,.paraui-pagination>.pagination-content>.right-page>div>svg{font-size:16px;position:relative;top:2px;left:2px;color:rgba(46,55,67,0.701961)}.paraui-pagination>.pagination-content>.left-page{margin-right:8px}.paraui-pagination>.pagination-content>.rc-pagination{height:100%;display:inline-block;box-shadow:none}.paraui-pagination>.pagination-content>.rc-pagination>li{min-width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;vertical-align:middle;cursor:pointer;border-radius:2px;padding:0 5px;margin:0 3px}.paraui-pagination>.pagination-content>.rc-pagination>li:first-child,.paraui-pagination>.pagination-content>.rc-pagination>li:last-child{display:none}.paraui-pagination>.pagination-content>.rc-pagination>li.rc-pagination-next{display:none}.paraui-pagination>.pagination-content>.rc-pagination>li:hover{background-color:rgba(171,176,185,0.121569);color:#3666d6}.paraui-pagination>.pagination-content>.rc-pagination>li.rc-pagination-item-active{background-color:rgba(171,176,185,0.121569);color:#3666d6}.paraui-pagination>.pagination-content>.right-page{margin-left:8px}.paraui-pagination>.skip-page-memo{margin-left:24px}.paraui-pagination>.skip-page-memo>span{margin-right:8px}.paraui-pagination>.skip-page-memo>.paraui-text-field{width:58px;padding-bottom:0}.paraui-pagination>.skip-page-memo>.paraui-text-field .right-icon{margin-right:8px}.paraui-pagination>.skip-page-memo>.paraui-text-field .text-field-content .text-field-content-within .text-field-content-within-input input{padding-left:8px;padding-right:4px}.paraui-pagination>.skip-page-memo>.paraui-text-field .text-field-content .text-field-content-within .text-field-content-within-input .text-field-label-placeholder{padding:0 8px}
18
+
19
+ .paraui-table{width:100%;height:100%;display:inline-block;overflow:auto;background-color:white;font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400}.paraui-table>.table-contain{height:100%;position:relative}.paraui-table>.table-contain .table-checkbox{width:52px;padding:0px}.paraui-table>.table-contain .table-checkbox>label{vertical-align:middle}.paraui-table>.table-contain .table-radio{width:40px;padding:0;vertical-align:middle}.paraui-table>.table-contain .table-radio>label{vertical-align:middle}.paraui-table>.table-contain .table-expandable{width:40px;padding:0}.paraui-table>.table-contain .table-expandable>svg{vertical-align:middle}.paraui-table>.table-contain>table>.table-head{width:100%;height:50px;white-space:nowrap}.paraui-table>.table-contain>table>.table-head.table-head-scroll tr th{max-width:240px}.paraui-table>.table-contain>table>.table-head tr{height:100%}.paraui-table>.table-contain>table>.table-head tr th{padding:0;font-weight:700;font-size:14px;background-color:#F8F9FB;border-color:rgba(171,176,185,0.121569)}.paraui-table>.table-contain>table>.table-head tr th:hover{background-color:#EDF1F9}.paraui-table>.table-contain>table>.table-head .table-header-box{height:49px;line-height:49px;position:relative;padding:0 10px}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title{height:100%}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>span{height:100%;display:inline-block}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>.table-header-title-label{width:100%;color:rgba(46,55,67,0.701961);font-weight:700;font-size:14px}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>.table-sort-svg{line-height:0;width:12px;margin-left:5px;white-space:pre-wrap;vertical-align:top;height:inherit;padding-top:15px}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>.table-sort-svg>svg{font-size:12px;color:rgba(46,55,67,0.701961)}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>.table-sort-svg>.up-svg{position:relative}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-title>.table-sort-svg>.down-svg{position:relative;top:-5px}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter{position:absolute;right:0;top:0;cursor:pointer;width:28px}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter.table-header-filter-select>svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter.table-header-filter-show{background-color:rgba(54,102,214,0.0509804)}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter.table-header-filter-show>svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter:hover{background-color:#E3EAF7}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter:hover>svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head .table-header-box>.table-header-filter>svg{font-size:14px;color:rgba(46,55,67,0.701961);margin-left:7px;position:relative;top:2px}.paraui-table>.table-contain>table>.table-head .table-header-box.table-header-box-sort{cursor:pointer}.paraui-table>.table-contain>table>.table-head .table-header-box.table-header-box-sort>.table-header-title>.table-header-title-label{max-width:calc(100% - 18px);width:auto}.paraui-table>.table-contain>table>.table-head .table-header-box.table-header-box-filter>.table-header-title{margin-right:18px}.paraui-table>.table-contain>table>.table-head .table-header-box.table-header-box-sort-asc>.table-header-title>.table-sort-svg>.up-svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head .table-header-box.table-header-box-sort-desc>.table-header-title>.table-sort-svg>.down-svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head .show-colums{width:56px;cursor:pointer;border-left:1px solid rgba(171,176,185,0.121569)}.paraui-table>.table-contain>table>.table-head .show-colums>svg{font-size:24px;color:rgba(46,55,67,0.701961);position:relative;top:5px}.paraui-table>.table-contain>table>.table-head .show-colums:hover>svg{color:#3666d6}.paraui-table>.table-contain>table>.table-head.table-head-outside tr th{background-color:white}.paraui-table>.table-contain>table>.table-head.table-head-outside .table-header-box>.table-header-filter{background-color:white}.paraui-table>.table-contain>table>.table-body{width:100%}.paraui-table>.table-contain>table>.table-body.table-body-scroll tr td{max-width:240px}.paraui-table>.table-contain>table>.table-body tr{height:56px}.paraui-table>.table-contain>table>.table-body tr:nth-of-type(2n){background-color:rgba(248,249,251,0.8)}.paraui-table>.table-contain>table>.table-body tr:hover{background-color:rgba(54,102,214,0.0509804)}.paraui-table>.table-contain>table>.table-body tr td{padding:0 10px;fontWeight:400;font-size:14px;white-space:nowrap;border:0}.paraui-table>.table-contain>table>.table-body tr .table-expandable>svg{transition:all .3s;cursor:pointer;font-size:14px;color:rgba(46,55,67,0.701961)}.paraui-table>.table-contain>table>.table-body tr .table-expandable>svg:hover{color:#3666d6}.paraui-table>.table-contain>table>.table-body tr .table-expandable>.expand{transform:rotate(180deg);color:#3666d6}.paraui-table>.table-contain>table>.table-body .more-table-row{cursor:pointer}.paraui-table>.table-contain>table>.table-body .more-table-row .more-btn{color:#3666d6;font-size:14px}.paraui-table>.paraui-table-pagination{width:100%;height:60px;padding-right:10px;display:flex;align-items:flex-end;justify-content:flex-end}.paraui-table.table-pagination>.table-contain{height:calc(100% - 60px)}.paraui-table.table-columns-outside.table-pagination>.table-contain{height:calc(100% - 60px - 50px)}.paraui-table-show-colums-popover{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400}.paraui-table-show-colums-popover>div:nth-of-type(3),.paraui-table-show-colums-popover>div:nth-of-type(2){margin-top:5px;width:200px}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item{height:36px;line-height:36px;cursor:pointer;display:flex;padding:0 4px}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item>label,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item>label{width:32px;display:flex;justify-content:center}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item>span,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item>span{color:rgba(46,55,67,0.701961);font-size:14px;display:inline-block;width:calc(100% - 32px)}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item:hover>span,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item:hover>span{color:#3666d6}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item:hover>label .rc-checkbox-inner,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item:hover>label .rc-checkbox-inner{border-color:#3666d6}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item.show-colums-select-item-select>span,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item.show-colums-select-item-select>span{color:#3666d6}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-box>.show-colums-select-item.show-colums-select-item-select>label .rc-checkbox-inner,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-box>.show-colums-select-item.show-colums-select-item-select>label .rc-checkbox-inner{border-color:#3666d6}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer{height:45px;border-top:1px solid rgba(171,176,185,0.2);text-align:center}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer>button,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer>button{width:100%;height:100%;border:0}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer>button>span,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer>button>span{font-size:14px}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer>button>span>span,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer>button>span>span{margin-right:5px}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer>button>span>span svg,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer>button>span>span svg{font-size:14px;color:rgba(46,55,67,0.701961)}.paraui-table-show-colums-popover>div:nth-of-type(3)>.show-colums-select>.show-colums-select-footer>button:hover>span>span svg,.paraui-table-show-colums-popover>div:nth-of-type(2)>.show-colums-select>.show-colums-select-footer>button:hover>span>span svg{color:#3666d6}.paraui-filter-popover{font-family:Source Han Sans CN,Source Han Sans CN-Regular;font-size:14px;font-weight:400}.paraui-filter-popover>div:nth-of-type(3),.paraui-filter-popover>div:nth-of-type(2){margin-top:5px;width:200px}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item{height:36px;line-height:36px;cursor:pointer;display:flex;padding:0 4px}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item>label,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item>label{width:32px;display:flex;justify-content:center}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item>span,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item>span{color:rgba(46,55,67,0.701961);font-size:14px;display:inline-block;width:calc(100% - 32px)}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item:hover>span,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item:hover>span{color:#3666d6}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item:hover>label .rc-checkbox-inner,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item:hover>label .rc-checkbox-inner{border-color:#3666d6}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item.filter-select-item-select>span,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item.filter-select-item-select>span{color:#3666d6}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-box>.filter-select-item.filter-select-item-select>label .rc-checkbox-inner,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-box>.filter-select-item.filter-select-item-select>label .rc-checkbox-inner{border-color:#3666d6}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer{height:45px;border-top:1px solid rgba(171,176,185,0.2);text-align:center}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer>button,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer>button{width:50%;height:100%;border:0}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer>button>span,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer>button>span{font-size:14px}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer>button>span>span,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer>button>span>span{margin-right:5px}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer>button>span>span svg,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer>button>span>span svg{font-size:14px;color:rgba(46,55,67,0.701961)}.paraui-filter-popover>div:nth-of-type(3)>.filter-select>.filter-select-footer>button:hover>span>span svg,.paraui-filter-popover>div:nth-of-type(2)>.filter-select>.filter-select-footer>button:hover>span>span svg{color:#3666d6}
20
+