@para-ui/core 4.0.0-beta → 4.0.0-rc

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 (124) hide show
  1. package/AutoTips/index.js +5 -5
  2. package/Button/index.js +2 -2
  3. package/Cascader/index.js +3 -3
  4. package/Checkbox/index.js +1 -1
  5. package/ColorPicker/index.js +2 -2
  6. package/ComboSelect/index.js +13 -14
  7. package/ComboSelect/utils.d.ts +5 -0
  8. package/CopyText/index.js +2 -2
  9. package/DatePicker/index.js +2 -1
  10. package/Desktop/index.js +1 -1
  11. package/DragVerify/index.js +2 -2
  12. package/Drawer/index.d.ts +2 -2
  13. package/Drawer/index.js +129 -24
  14. package/Drawer/interface.d.ts +8 -0
  15. package/Drawer/util.d.ts +6 -0
  16. package/DynamicMultiBox/index.d.ts +7 -2
  17. package/DynamicMultiBox/index.js +5 -5
  18. package/Form/index.js +6 -6
  19. package/FormItem/index.js +6 -6
  20. package/FunctionModal/index.js +5 -5
  21. package/GlobalContext/index.js +1 -1
  22. package/Help/index.js +1 -1
  23. package/InputNumber/index.js +1 -1
  24. package/Modal/index.js +2 -2
  25. package/MultiBox/index.js +8 -4
  26. package/Notification/index.js +1 -1
  27. package/OperateBtn/index.js +4 -3
  28. package/PageHeader/index.js +1 -1
  29. package/ParauiProvider/index.js +1 -1
  30. package/PasswordRules/index.js +1 -1
  31. package/PopConfirm/index.js +1 -1
  32. package/Radio/index.js +1 -1
  33. package/Search/index.js +1 -1
  34. package/Select/index.js +1 -1
  35. package/Selector/index.js +4 -4
  36. package/SelectorPicker/index.js +3 -3
  37. package/Status/index.d.ts +2 -0
  38. package/Status/index.js +17 -5
  39. package/Stepper/index.js +1 -1
  40. package/Styles/scrollbar.scss +66 -66
  41. package/Styles/theme.scss +62 -61
  42. package/Switch/index.js +1 -1
  43. package/Table/index.js +2 -2
  44. package/Tabs/index.js +1 -1
  45. package/Tag/index.js +10 -1184
  46. package/TimePicker/index.js +1 -0
  47. package/Title/index.d.ts +2 -0
  48. package/Title/index.js +6 -2
  49. package/Tooltip/index.js +1 -1
  50. package/Transfer/index.js +6 -6
  51. package/Tree/OperateBar/index.d.ts +2 -2
  52. package/Tree/index.js +4 -4
  53. package/Tree/interface.d.ts +4 -0
  54. package/Upload/index.js +6 -6
  55. package/_verture/{index-e2881a53.js → index-19947788.js} +2 -2
  56. package/_verture/{index-e6f85fd5.js → index-1c8d3e94.js} +3 -0
  57. package/_verture/{index-d63bd287.js → index-232d890b.js} +1 -1
  58. package/_verture/{index-7ec72724.js → index-47297a40.js} +36 -29
  59. package/_verture/{index-5c77417d.js → index-8469865e.js} +2 -2
  60. package/_verture/{index-68db2bc3.js → index-e1b800aa.js} +2 -2
  61. package/_verture/{modalContext-c12ca3e8.js → modalContext-670eab09.js} +1 -1
  62. package/_verture/tinycolor-ece3542d.js +1180 -0
  63. package/_verture/{utils-f0e81540.js → utils-06d86594.js} +3 -6
  64. package/index.js +11 -11
  65. package/locale/index.js +2 -2
  66. package/package.json +51 -8
  67. package/umd/AutoBox.js +1 -1
  68. package/umd/AutoTips.js +4 -4
  69. package/umd/Breadcrumbs.js +2 -2
  70. package/umd/Button.js +2 -2
  71. package/umd/ButtonGroup.js +4 -4
  72. package/umd/Cascader.js +6 -6
  73. package/umd/Checkbox.js +5 -5
  74. package/umd/CheckboxGroup.js +5 -5
  75. package/umd/ColorPicker.js +1 -1
  76. package/umd/ComboSelect.js +6 -6
  77. package/umd/CopyText.js +2 -2
  78. package/umd/DatePicker.js +2 -2
  79. package/umd/Desktop.js +2 -2
  80. package/umd/Drawer.js +4 -4
  81. package/umd/DynamicMultiBox.js +4 -4
  82. package/umd/Form.js +2 -2
  83. package/umd/FormItem.js +4 -4
  84. package/umd/FunctionModal.js +2 -2
  85. package/umd/GlobalContext.js +1 -1
  86. package/umd/Help.js +2 -2
  87. package/umd/InputLang.js +4 -4
  88. package/umd/InputNumber.js +2 -2
  89. package/umd/Label.js +2 -2
  90. package/umd/Modal.js +2 -2
  91. package/umd/MultiBox.js +2 -2
  92. package/umd/Notification.js +1 -1
  93. package/umd/OperateBtn.js +2 -2
  94. package/umd/PageHeader.js +2 -2
  95. package/umd/Pagination.js +2 -2
  96. package/umd/ParauiProvider.js +1 -1
  97. package/umd/PasswordRules.js +4 -4
  98. package/umd/PopConfirm.js +2 -2
  99. package/umd/Popover.js +1 -1
  100. package/umd/Radio.js +2 -2
  101. package/umd/RadioGroup.js +2 -2
  102. package/umd/Search.js +2 -2
  103. package/umd/Select.js +2 -2
  104. package/umd/SelectInput.js +2 -2
  105. package/umd/Selector.js +2 -2
  106. package/umd/SelectorPicker.js +2 -2
  107. package/umd/SingleBox.js +2 -2
  108. package/umd/Status.js +4 -4
  109. package/umd/Stepper.js +2 -2
  110. package/umd/Switch.js +2 -2
  111. package/umd/Table.js +6 -6
  112. package/umd/Tabs.js +2 -2
  113. package/umd/Tag.js +2 -2
  114. package/umd/TextEditor.js +2 -2
  115. package/umd/TextField.js +2 -2
  116. package/umd/TimePicker.js +2 -2
  117. package/umd/Title.js +2 -2
  118. package/umd/ToggleButton.js +4 -4
  119. package/umd/Tooltip.js +1 -1
  120. package/umd/Transfer.js +5 -5
  121. package/umd/Tree.js +7 -7
  122. package/umd/Upload.js +2 -2
  123. package/umd/locale.js +1 -1
  124. /package/_verture/{typeof-b240b062.js → typeof-c310ee4a.js} +0 -0
package/umd/Tooltip.js CHANGED
@@ -17,7 +17,7 @@ PERFORMANCE OF THIS SOFTWARE.
17
17
  Copyright (c) 2018 Jed Watson.
18
18
  Licensed under the MIT License (MIT), see
19
19
  http://jedwatson.github.io/classnames
20
- */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var u in n)r.call(n,u)&&n[u]&&t.push(u)}}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(n=function(){return o}.apply(e,[]))||(t.exports=n)}()},86010:function(t,e,n){"use strict";function r(t){var e,n,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t)if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=r(t[e]))&&(o&&(o+=" "),o+=n);else for(e in t)t[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var t,e,n=0,o="";n<arguments.length;)(t=arguments[n++])&&(e=r(t))&&(o&&(o+=" "),o+=e);return o}n.d(e,{Z:function(){return o}})},9929:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-tooltip{color:#fff;font-size:14px;line-height:1.5715;position:absolute;z-index:1500;display:block;width:max-content;visibility:visible}.paraui-v4-tooltip .component-tooltip-content{position:relative}.paraui-v4-tooltip.component-tooltip-hidden{display:none}.paraui-v4-tooltip .component-tooltip-inner{min-width:30px;min-height:32px;padding:5px 12px;color:#fff;text-align:left;text-decoration:none;word-break:break-all;background-color:rgba(29,33,38,.9);border-radius:4px;line-height:21px}.paraui-v4-tooltip .component-tooltip-inner .disabled-svg{font-size:12px;position:relative;top:1px;margin-right:4px;color:#fff}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-enter.component-tooltip-zoom-big-fast-enter-active,.component-tooltip-zoom-big-fast-appear.component-tooltip-zoom-big-fast-appear-active{animation-name:componentTooltipZoomBigIn;animation-play-state:running}.component-tooltip-zoom-big-fast-leave.component-tooltip-zoom-big-fast-leave-active{animation-name:componentTooltipZoomBigOut;animation-play-state:running;pointer-events:none}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1)}.component-tooltip-zoom-big-fast-enter-prepare,.component-tooltip-zoom-big-fast-appear-prepare{transform:none}.component-tooltip-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78, 0.14, 0.15, 0.86)}@keyframes componentTooltipZoomBigIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes componentTooltipZoomBigOut{0%{transform:scale(1)}100%{transform:scale(0.8);opacity:0}}",""]),t.exports=e},23645:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,u=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(c," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,u,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var u=0;u<t.length;u++){var c=[].concat(t[u]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},27418:function(t){"use strict";
20
+ */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var n=arguments[e];if(n){var i=typeof n;if("string"===i||"number"===i)t.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&t.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var u in n)r.call(n,u)&&n[u]&&t.push(u)}}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(n=function(){return o}.apply(e,[]))||(t.exports=n)}()},86010:function(t,e,n){"use strict";function r(t){var e,n,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t)if(Array.isArray(t))for(e=0;e<t.length;e++)t[e]&&(n=r(t[e]))&&(o&&(o+=" "),o+=n);else for(e in t)t[e]&&(o&&(o+=" "),o+=e);return o}function o(){for(var t,e,n=0,o="";n<arguments.length;)(t=arguments[n++])&&(e=r(t))&&(o&&(o+=" "),o+=e);return o}n.d(e,{Z:function(){return o}})},9929:function(t,e,n){(e=n(23645)(!1)).push([t.id,".paraui-v4-tooltip{color:#fff;font-size:14px;line-height:1.5715;position:absolute;z-index:1500;display:block;width:max-content;visibility:visible}.paraui-v4-tooltip .component-tooltip-content{position:relative}.paraui-v4-tooltip.component-tooltip-hidden{display:none}.paraui-v4-tooltip .component-tooltip-inner{min-width:30px;min-height:32px;padding:5px 12px;color:#fff;text-align:left;text-decoration:none;word-break:break-all;background-color:rgba(29,33,38,.9);border-radius:4px;line-height:21px}.paraui-v4-tooltip .component-tooltip-inner .disabled-svg{font-size:16px;position:relative;top:3px;margin-right:4px;color:#fff}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.component-tooltip-zoom-big-fast-enter.component-tooltip-zoom-big-fast-enter-active,.component-tooltip-zoom-big-fast-appear.component-tooltip-zoom-big-fast-appear-active{animation-name:componentTooltipZoomBigIn;animation-play-state:running}.component-tooltip-zoom-big-fast-leave.component-tooltip-zoom-big-fast-leave-active{animation-name:componentTooltipZoomBigOut;animation-play-state:running;pointer-events:none}.component-tooltip-zoom-big-fast-enter,.component-tooltip-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(0.08, 0.82, 0.17, 1)}.component-tooltip-zoom-big-fast-enter-prepare,.component-tooltip-zoom-big-fast-appear-prepare{transform:none}.component-tooltip-zoom-big-fast-leave{animation-timing-function:cubic-bezier(0.78, 0.14, 0.15, 0.86)}@keyframes componentTooltipZoomBigIn{0%{transform:scale(0.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes componentTooltipZoomBigOut{0%{transform:scale(1)}100%{transform:scale(0.8);opacity:0}}",""]),t.exports=e},23645:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,u=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),c="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(c," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,u,c;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var u=0;u<t.length;u++){var c=[].concat(t[u]);r&&o[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},27418:function(t){"use strict";
21
21
  /*
22
22
  object-assign
23
23
  (c) Sindre Sorhus