@para-ui/core 2.0.24 → 2.1.2

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 (136) hide show
  1. package/Accordion/index.js +1 -1
  2. package/AutoBox/index.js +16 -3
  3. package/AutoTips/index.d.ts +2 -2
  4. package/AutoTips/index.js +1 -1
  5. package/Breadcrumbs/index.js +16 -3
  6. package/Button/index.js +42 -3
  7. package/ButtonGroup/index.js +42 -3
  8. package/Cascader/index.js +29 -3
  9. package/Checkbox/index.js +1 -1
  10. package/CheckboxGroup/index.js +3 -3
  11. package/ColorPicker/index.js +1 -1
  12. package/ComboSelect/index.js +315 -3
  13. package/Container/index.js +1 -1
  14. package/DatePicker/index.js +107 -3
  15. package/Desktop/index.js +2 -2
  16. package/Drawer/index.js +2 -2
  17. package/Form/index.js +185 -3
  18. package/FormItem/index.js +185 -3
  19. package/FunctionModal/index.js +107 -3
  20. package/GlobalContext/index.js +1 -1
  21. package/Help/index.js +16 -3
  22. package/IconList/index.js +55 -3
  23. package/InputLang/index.js +81 -3
  24. package/InputNumber/index.js +94 -3
  25. package/Loading/index.js +15 -2
  26. package/Menu/index.js +42 -3
  27. package/Message/index.js +55 -3
  28. package/Modal/index.js +107 -3
  29. package/MultiBox/index.js +68 -3
  30. package/Notification/index.js +55 -3
  31. package/PageHeader/index.js +55 -3
  32. package/Pagination/index.js +146 -3
  33. package/ParauiProvider/index.js +1 -1
  34. package/PopConfirm/index.js +94 -3
  35. package/Popover/index.js +1 -1
  36. package/Popper/index.js +1 -1
  37. package/README.md +25 -0
  38. package/Radio/index.js +1 -1
  39. package/RadioGroup/index.js +1 -1
  40. package/Search/index.js +94 -3
  41. package/Select/index.js +68 -3
  42. package/SingleBox/index.js +68 -3
  43. package/Slider/index.js +1 -1
  44. package/Split/index.js +1 -1
  45. package/Stepper/index.js +133 -3
  46. package/Switch/index.js +16 -3
  47. package/Table/index.js +237 -3
  48. package/Tabs/index.js +16 -3
  49. package/Tag/index.js +29 -3
  50. package/TextField/index.js +42 -3
  51. package/TimePicker/index.js +107 -3
  52. package/Timeline/index.js +1 -1
  53. package/ToggleButton/index.js +42 -3
  54. package/Tooltip/index.js +1 -1
  55. package/Transfer/index.js +120 -3
  56. package/Tree/index.js +107 -3
  57. package/Upload/index.js +107 -3
  58. package/cdn/Accordion/index.js +2 -2
  59. package/cdn/AutoBox/index.js +16 -3
  60. package/cdn/AutoTips/index.js +3 -3
  61. package/cdn/Breadcrumbs/index.js +16 -3
  62. package/cdn/Button/index.js +42 -3
  63. package/cdn/ButtonGroup/index.js +43 -4
  64. package/cdn/Cascader/index.js +29 -3
  65. package/cdn/Checkbox/index.js +1 -1
  66. package/cdn/CheckboxGroup/index.js +1 -1
  67. package/cdn/ColorPicker/index.js +1 -1
  68. package/cdn/ComboSelect/index.js +319 -7
  69. package/cdn/Container/index.js +1 -1
  70. package/cdn/DatePicker/index.js +110 -6
  71. package/cdn/Desktop/index.js +3 -3
  72. package/cdn/Drawer/index.js +2 -2
  73. package/cdn/Form/index.js +186 -4
  74. package/cdn/FormItem/index.js +186 -4
  75. package/cdn/FunctionModal/index.js +107 -3
  76. package/cdn/GlobalContext/index.js +1 -1
  77. package/cdn/Help/index.js +16 -3
  78. package/cdn/IconList/index.js +55 -3
  79. package/cdn/InputLang/index.js +81 -3
  80. package/cdn/InputNumber/index.js +94 -3
  81. package/cdn/Loading/index.js +14 -1
  82. package/cdn/Menu/index.js +42 -3
  83. package/cdn/Message/index.js +53 -1
  84. package/cdn/Modal/index.js +107 -3
  85. package/cdn/MultiBox/index.js +68 -3
  86. package/cdn/Notification/index.js +55 -3
  87. package/cdn/PageHeader/index.js +56 -4
  88. package/cdn/Pagination/index.js +148 -5
  89. package/cdn/ParauiProvider/index.js +2 -2
  90. package/cdn/PopConfirm/index.js +94 -3
  91. package/cdn/Popover/index.js +3 -3
  92. package/cdn/Popper/index.js +2 -2
  93. package/cdn/Radio/index.js +1 -1
  94. package/cdn/RadioGroup/index.js +1 -1
  95. package/cdn/Search/index.js +95 -4
  96. package/cdn/Select/index.js +69 -4
  97. package/cdn/SingleBox/index.js +69 -4
  98. package/cdn/Slider/index.js +1 -1
  99. package/cdn/Split/index.js +1 -1
  100. package/cdn/Stepper/index.js +134 -4
  101. package/cdn/Switch/index.js +15 -2
  102. package/cdn/Table/index.js +238 -4
  103. package/cdn/Tabs/index.js +17 -4
  104. package/cdn/Tag/index.js +27 -1
  105. package/cdn/TextField/index.js +42 -3
  106. package/cdn/TimePicker/index.js +110 -6
  107. package/cdn/Timeline/index.js +1 -1
  108. package/cdn/ToggleButton/index.js +42 -3
  109. package/cdn/Tooltip/index.js +3 -3
  110. package/cdn/Transfer/index.js +121 -4
  111. package/cdn/Tree/index.js +109 -5
  112. package/cdn/Upload/index.js +108 -4
  113. package/index.d.ts +55 -0
  114. package/index.js +679 -3
  115. package/package.json +41 -34
  116. package/Styles/fonts/SourceHanSansCN-Light.css +0 -8
  117. package/Styles/fonts/SourceHanSansCN-Light.otf +0 -0
  118. package/Styles/fonts/SourceHanSansCN-Medium.css +0 -8
  119. package/Styles/fonts/SourceHanSansCN-Medium.otf +0 -0
  120. package/Styles/fonts/SourceHanSansCN-Regular.css +0 -8
  121. package/Styles/fonts/SourceHanSansCN-Regular.otf +0 -0
  122. package/Styles/index.d.ts +0 -1
  123. package/Styles/index.scss +0 -63
  124. package/Styles/index.ts +0 -1
  125. package/Styles/normalize.scss +0 -348
  126. package/Styles/theme.scss +0 -57
  127. package/cdn/Styles/fonts/SourceHanSansCN-Light.css +0 -8
  128. package/cdn/Styles/fonts/SourceHanSansCN-Light.otf +0 -0
  129. package/cdn/Styles/fonts/SourceHanSansCN-Medium.css +0 -8
  130. package/cdn/Styles/fonts/SourceHanSansCN-Medium.otf +0 -0
  131. package/cdn/Styles/fonts/SourceHanSansCN-Regular.css +0 -8
  132. package/cdn/Styles/fonts/SourceHanSansCN-Regular.otf +0 -0
  133. package/cdn/Styles/index.scss +0 -63
  134. package/cdn/Styles/index.ts +0 -1
  135. package/cdn/Styles/normalize.scss +0 -348
  136. package/cdn/Styles/theme.scss +0 -57
@@ -1 +1 @@
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={69297:function(t){t.exports=e}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var u=r[e]={exports:{}};return t[e](u,u.exports,o),u.exports}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})};var n={};return function(){o.r(n);var e=o(69297),t=o.n(e)().createContext({});n.default=t}(),n}()}));
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={8156:function(t){t.exports=e}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var u=r[e]={exports:{}};return t[e](u,u.exports,o),u.exports}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})};var n={};return function(){o.r(n);var e=o(8156),t=o.n(e)().createContext({});n.default=t}(),n}()}));