@para-ui/core 2.2.1-beta → 2.2.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 (326) hide show
  1. package/AutoBox/index.d.ts +34 -0
  2. package/AutoBox/index.js +15 -0
  3. package/AutoTips/index.d.ts +27 -0
  4. package/AutoTips/index.js +15 -0
  5. package/Breadcrumbs/index.d.ts +39 -0
  6. package/Breadcrumbs/index.js +15 -0
  7. package/Button/SplitButton.d.ts +61 -0
  8. package/Button/index.d.ts +56 -0
  9. package/Button/index.js +14 -0
  10. package/Button/lang/en_US.d.ts +4 -0
  11. package/Button/lang/index.d.ts +9 -0
  12. package/Button/lang/zh_CN.d.ts +4 -0
  13. package/ButtonGroup/index.d.ts +33 -0
  14. package/ButtonGroup/index.js +14 -0
  15. package/Carousel/index.d.ts +30 -0
  16. package/Carousel/index.js +15 -0
  17. package/Cascader/index.d.ts +52 -0
  18. package/Cascader/index.js +15 -0
  19. package/Cascader/lang/en_US.d.ts +4 -0
  20. package/Cascader/lang/index.d.ts +9 -0
  21. package/Cascader/lang/zh_CN.d.ts +4 -0
  22. package/Checkbox/index.d.ts +40 -0
  23. package/Checkbox/index.js +14 -0
  24. package/CheckboxGroup/index.d.ts +46 -0
  25. package/CheckboxGroup/index.js +14 -0
  26. package/Collapse/collapsePanel.d.ts +30 -0
  27. package/Collapse/index.d.ts +57 -0
  28. package/Collapse/index.js +15 -0
  29. package/Collapse/motion.d.ts +5 -0
  30. package/Collapse/util.d.ts +11 -0
  31. package/CollapseBox/index.d.ts +27 -0
  32. package/CollapseBox/index.js +15 -0
  33. package/CollapseBox/util.d.ts +5 -0
  34. package/ColorPicker/index.d.ts +4 -0
  35. package/ColorPicker/index.js +1 -0
  36. package/ComboSelect/WithTabsCombo/index.d.ts +11 -0
  37. package/ComboSelect/WithTabsCombo/interface.d.ts +141 -0
  38. package/ComboSelect/index.d.ts +11 -0
  39. package/ComboSelect/index.js +14 -0
  40. package/ComboSelect/interface.d.ts +141 -0
  41. package/ComboSelect/lang/en_US.d.ts +8 -0
  42. package/ComboSelect/lang/index.d.ts +17 -0
  43. package/ComboSelect/lang/zh_CN.d.ts +8 -0
  44. package/ComboSelect/utils.d.ts +13 -0
  45. package/Container/index.d.ts +77 -0
  46. package/Container/index.js +15 -0
  47. package/DatePicker/PickerButton.d.ts +3 -0
  48. package/DatePicker/PickerTag.d.ts +3 -0
  49. package/DatePicker/generatePicker/generateRangePicker.d.ts +4 -0
  50. package/DatePicker/generatePicker/generateSinglePicker.d.ts +11 -0
  51. package/DatePicker/generatePicker/index.d.ts +77 -0
  52. package/DatePicker/index.d.ts +18 -0
  53. package/DatePicker/index.js +14 -0
  54. package/DatePicker/lang/en_US.d.ts +3 -0
  55. package/DatePicker/lang/index.d.ts +7 -0
  56. package/DatePicker/lang/zh_CN.d.ts +3 -0
  57. package/DatePicker/util.d.ts +20 -0
  58. package/Desktop/index.d.ts +55 -0
  59. package/Desktop/index.js +14 -0
  60. package/Drawer/index.d.ts +11 -0
  61. package/Drawer/index.js +14 -0
  62. package/Drawer/interface.d.ts +83 -0
  63. package/Drawer/lang/en_US.d.ts +5 -0
  64. package/Drawer/lang/index.d.ts +11 -0
  65. package/Drawer/lang/zh_CN.d.ts +5 -0
  66. package/Empty/images/index.d.ts +2 -0
  67. package/Empty/index.d.ts +30 -0
  68. package/Empty/index.js +14 -0
  69. package/Empty/lang/en_US.d.ts +6 -0
  70. package/Empty/lang/index.d.ts +13 -0
  71. package/Empty/lang/zh_CN.d.ts +6 -0
  72. package/Form/index.d.ts +181 -0
  73. package/Form/index.js +14 -0
  74. package/FormItem/compoments/defaultCompoments/index.d.ts +19 -0
  75. package/FormItem/compoments/formCheckboxGroup/index.d.ts +8 -0
  76. package/FormItem/compoments/formFile/index.d.ts +38 -0
  77. package/FormItem/compoments/formRadioGroup/index.d.ts +8 -0
  78. package/FormItem/compoments/formSelect/index.d.ts +18 -0
  79. package/FormItem/errorTips.d.ts +12 -0
  80. package/FormItem/index.d.ts +152 -0
  81. package/FormItem/index.js +14 -0
  82. package/FormItem/itemType.d.ts +42 -0
  83. package/FormItem/validateFunction.d.ts +15 -0
  84. package/FunctionModal/dialog.d.ts +58 -0
  85. package/FunctionModal/index.d.ts +8 -0
  86. package/FunctionModal/index.js +14 -0
  87. package/FunctionModal/modalContext.d.ts +14 -0
  88. package/GlobalContext/componentsProps.d.ts +19 -0
  89. package/GlobalContext/confirmLocale.d.ts +7 -0
  90. package/GlobalContext/index.d.ts +28 -0
  91. package/GlobalContext/index.js +16 -0
  92. package/GlobalContext/intl.d.ts +34 -0
  93. package/GlobalContext/useFormatMessage.d.ts +3 -0
  94. package/Help/index.d.ts +20 -0
  95. package/Help/index.js +15 -0
  96. package/HelperText/index.d.ts +19 -0
  97. package/HelperText/index.js +15 -0
  98. package/Hooks/useGlobalProps.d.ts +1 -0
  99. package/InputLang/index.d.ts +49 -0
  100. package/InputLang/index.js +14 -0
  101. package/InputNumber/index.d.ts +74 -0
  102. package/InputNumber/index.js +14 -0
  103. package/Label/index.d.ts +35 -0
  104. package/Label/index.js +14 -0
  105. package/Loading/index.d.ts +17 -0
  106. package/Loading/index.js +15 -0
  107. package/Menu/footerExpansion.d.ts +9 -0
  108. package/Menu/index.d.ts +10 -0
  109. package/Menu/index.js +14 -0
  110. package/Menu/interface.d.ts +139 -0
  111. package/Menu/logo.d.ts +9 -0
  112. package/Menu/verticalMenuList.d.ts +14 -0
  113. package/Message/index.d.ts +59 -0
  114. package/Message/index.js +15 -0
  115. package/Modal/Confirm/index.d.ts +66 -0
  116. package/Modal/index.d.ts +61 -0
  117. package/Modal/index.js +14 -0
  118. package/Modal/lang/en_US.d.ts +5 -0
  119. package/Modal/lang/index.d.ts +11 -0
  120. package/Modal/lang/zh_CN.d.ts +5 -0
  121. package/MultiBox/index.d.ts +54 -0
  122. package/MultiBox/index.js +14 -0
  123. package/Notification/index.d.ts +52 -0
  124. package/Notification/index.js +15 -0
  125. package/OperateBtn/index.d.ts +59 -0
  126. package/OperateBtn/index.js +14 -0
  127. package/OperateBtn/lang/en_US.d.ts +4 -0
  128. package/OperateBtn/lang/index.d.ts +9 -0
  129. package/OperateBtn/lang/zh_CN.d.ts +4 -0
  130. package/PageHeader/horizontalMeun.d.ts +9 -0
  131. package/PageHeader/horizontalMeunRight.d.ts +9 -0
  132. package/PageHeader/index.d.ts +10 -0
  133. package/PageHeader/index.js +14 -0
  134. package/PageHeader/interface.d.ts +167 -0
  135. package/Pagination/index.d.ts +33 -0
  136. package/Pagination/index.js +14 -0
  137. package/Pagination/lang/en_US.d.ts +8 -0
  138. package/Pagination/lang/index.d.ts +17 -0
  139. package/Pagination/lang/zh_CN.d.ts +8 -0
  140. package/ParauiProvider/index.d.ts +12 -0
  141. package/ParauiProvider/index.js +15 -0
  142. package/PopConfirm/index.d.ts +56 -0
  143. package/PopConfirm/index.js +14 -0
  144. package/PopConfirm/lang/en_US.d.ts +5 -0
  145. package/PopConfirm/lang/index.d.ts +11 -0
  146. package/PopConfirm/lang/zh_CN.d.ts +5 -0
  147. package/Popover/index.d.ts +14 -0
  148. package/Popover/index.js +15 -0
  149. package/Popper/index.d.ts +13 -0
  150. package/Popper/index.js +16 -0
  151. package/Progress/Line.d.ts +47 -0
  152. package/Progress/Steps.d.ts +17 -0
  153. package/Progress/index.d.ts +81 -0
  154. package/Progress/index.js +20 -0
  155. package/Progress/utils.d.ts +6 -0
  156. package/Querying/images/index.d.ts +2 -0
  157. package/Querying/index.d.ts +26 -0
  158. package/Querying/index.js +14 -0
  159. package/Querying/lang/en_US.d.ts +4 -0
  160. package/Querying/lang/index.d.ts +9 -0
  161. package/Querying/lang/zh_CN.d.ts +4 -0
  162. package/README.md +481 -0
  163. package/Radio/index.d.ts +38 -0
  164. package/Radio/index.js +14 -0
  165. package/RadioGroup/index.d.ts +47 -0
  166. package/RadioGroup/index.js +14 -0
  167. package/Search/index.d.ts +56 -0
  168. package/Search/index.js +14 -0
  169. package/Select/index.d.ts +86 -0
  170. package/Select/index.js +14 -0
  171. package/Select/lang/en_US.d.ts +5 -0
  172. package/Select/lang/index.d.ts +11 -0
  173. package/Select/lang/zh_CN.d.ts +5 -0
  174. package/SelectInput/index.d.ts +11 -0
  175. package/SelectInput/index.js +14 -0
  176. package/SingleBox/index.d.ts +42 -0
  177. package/SingleBox/index.js +14 -0
  178. package/Slider/index.d.ts +14 -0
  179. package/Slider/index.js +15 -0
  180. package/Slider/interface.d.ts +102 -0
  181. package/Split/index.d.ts +7 -0
  182. package/Split/index.js +15 -0
  183. package/Stepper/icons.d.ts +5 -0
  184. package/Stepper/index.d.ts +39 -0
  185. package/Stepper/index.js +15 -0
  186. package/Switch/index.d.ts +78 -0
  187. package/Switch/index.js +14 -0
  188. package/Table/index.d.ts +10 -0
  189. package/Table/index.js +14 -0
  190. package/Table/interface.d.ts +202 -0
  191. package/Table/lang/en_US.d.ts +6 -0
  192. package/Table/lang/index.d.ts +13 -0
  193. package/Table/lang/zh_CN.d.ts +6 -0
  194. package/Table/tableBody.d.ts +9 -0
  195. package/Table/tableBodyElement/index.d.ts +15 -0
  196. package/Table/tableBodyInterface.d.ts +67 -0
  197. package/Table/tableContainer/index.d.ts +16 -0
  198. package/Table/tableElement/index.d.ts +17 -0
  199. package/Table/tableHead.d.ts +9 -0
  200. package/Table/tableHeadElement/index.d.ts +15 -0
  201. package/Table/tableHeadInterface.d.ts +30 -0
  202. package/Table/tablePagination.d.ts +9 -0
  203. package/Table/tablePaginationInterFace.d.ts +24 -0
  204. package/Table/tdElement/index.d.ts +15 -0
  205. package/Table/thElement/index.d.ts +15 -0
  206. package/Table/trElement/index.d.ts +15 -0
  207. package/Table/util.d.ts +16 -0
  208. package/Tabs/index.d.ts +48 -0
  209. package/Tabs/index.js +14 -0
  210. package/Tag/TagGroup.d.ts +66 -0
  211. package/Tag/index.d.ts +34 -0
  212. package/Tag/index.js +14 -0
  213. package/Test/index.d.ts +2 -0
  214. package/Test/index.js +16 -0
  215. package/TextField/index.d.ts +93 -0
  216. package/TextField/index.js +14 -0
  217. package/TimePicker/index.d.ts +22 -0
  218. package/TimePicker/index.js +14 -0
  219. package/TimePicker/locale/en_US.d.ts +3 -0
  220. package/TimePicker/locale/zh_CN.d.ts +3 -0
  221. package/TimePicker/style/index.d.ts +1 -0
  222. package/Timeline/index.d.ts +22 -0
  223. package/Timeline/index.js +15 -0
  224. package/ToggleButton/ToggleButtonGroup.d.ts +49 -0
  225. package/ToggleButton/index.d.ts +49 -0
  226. package/ToggleButton/index.js +14 -0
  227. package/Tooltip/index.d.ts +14 -0
  228. package/Tooltip/index.js +15 -0
  229. package/Transfer/index.d.ts +17 -0
  230. package/Transfer/index.js +14 -0
  231. package/Transfer/lang/en_US.d.ts +6 -0
  232. package/Transfer/lang/index.d.ts +13 -0
  233. package/Transfer/lang/zh_CN.d.ts +6 -0
  234. package/Tree/OperateBar/index.d.ts +13 -0
  235. package/Tree/Tree.d.ts +4 -0
  236. package/Tree/index.d.ts +5 -0
  237. package/Tree/index.js +14 -0
  238. package/Tree/interface.d.ts +207 -0
  239. package/Tree/lang/en_US.d.ts +8 -0
  240. package/Tree/lang/index.d.ts +17 -0
  241. package/Tree/lang/zh_CN.d.ts +8 -0
  242. package/Tree/utils/closestPolyfill.d.ts +0 -0
  243. package/Tree/utils/tools.d.ts +26 -0
  244. package/Tree/utils/treeUtil.d.ts +15 -0
  245. package/Upload/Dragger/index.d.ts +10 -0
  246. package/Upload/ErroTip/index.d.ts +13 -0
  247. package/Upload/ImageUpload/index.d.ts +14 -0
  248. package/Upload/ImgCrop/EasyCrop.d.ts +17 -0
  249. package/Upload/ImgCrop/constants.d.ts +7 -0
  250. package/Upload/ImgCrop/index.d.ts +6 -0
  251. package/Upload/ImgCrop/interface.d.ts +24 -0
  252. package/Upload/UploadList/index.d.ts +5 -0
  253. package/Upload/index.d.ts +15 -0
  254. package/Upload/index.js +14 -0
  255. package/Upload/interface.d.ts +134 -0
  256. package/Upload/lang/en_US.d.ts +12 -0
  257. package/Upload/lang/index.d.ts +25 -0
  258. package/Upload/lang/zh_CN.d.ts +12 -0
  259. package/cdn/AutoBox/index.js +29 -0
  260. package/cdn/AutoTips/index.js +40 -0
  261. package/cdn/Breadcrumbs/index.js +53 -0
  262. package/cdn/Button/index.js +79 -0
  263. package/cdn/ButtonGroup/index.js +79 -0
  264. package/cdn/Carousel/index.js +6 -0
  265. package/cdn/Cascader/index.js +42 -0
  266. package/cdn/Checkbox/index.js +53 -0
  267. package/cdn/CheckboxGroup/index.js +53 -0
  268. package/cdn/Collapse/index.js +27 -0
  269. package/cdn/CollapseBox/index.js +1 -0
  270. package/cdn/ColorPicker/index.js +1 -0
  271. package/cdn/ComboSelect/index.js +438 -0
  272. package/cdn/Container/index.js +1 -0
  273. package/cdn/DatePicker/index.js +185 -0
  274. package/cdn/Desktop/index.js +24 -0
  275. package/cdn/Drawer/index.js +84 -0
  276. package/cdn/Empty/index.js +1 -0
  277. package/cdn/Form/index.js +477 -0
  278. package/cdn/FormItem/index.js +477 -0
  279. package/cdn/FunctionModal/index.js +144 -0
  280. package/cdn/GlobalContext/index.js +1 -0
  281. package/cdn/Help/index.js +53 -0
  282. package/cdn/HelperText/index.js +1 -0
  283. package/cdn/InputLang/index.js +144 -0
  284. package/cdn/InputNumber/index.js +118 -0
  285. package/cdn/Label/index.js +53 -0
  286. package/cdn/Loading/index.js +14 -0
  287. package/cdn/Menu/index.js +40 -0
  288. package/cdn/Message/index.js +53 -0
  289. package/cdn/Modal/index.js +144 -0
  290. package/cdn/MultiBox/index.js +131 -0
  291. package/cdn/Notification/index.js +66 -0
  292. package/cdn/OperateBtn/index.js +92 -0
  293. package/cdn/PageHeader/index.js +92 -0
  294. package/cdn/Pagination/index.js +214 -0
  295. package/cdn/ParauiProvider/index.js +9 -0
  296. package/cdn/PopConfirm/index.js +131 -0
  297. package/cdn/Popover/index.js +16 -0
  298. package/cdn/Popper/index.js +26 -0
  299. package/cdn/Progress/index.js +58 -0
  300. package/cdn/Querying/index.js +1 -0
  301. package/cdn/Radio/index.js +53 -0
  302. package/cdn/RadioGroup/index.js +53 -0
  303. package/cdn/Search/index.js +144 -0
  304. package/cdn/Select/index.js +131 -0
  305. package/cdn/SelectInput/index.js +131 -0
  306. package/cdn/SingleBox/index.js +131 -0
  307. package/cdn/Slider/index.js +16 -0
  308. package/cdn/Split/index.js +1 -0
  309. package/cdn/Stepper/index.js +154 -0
  310. package/cdn/Switch/index.js +71 -0
  311. package/cdn/Table/index.js +292 -0
  312. package/cdn/Tabs/index.js +165 -0
  313. package/cdn/Tag/index.js +27 -0
  314. package/cdn/Test/index.js +1 -0
  315. package/cdn/TextField/index.js +105 -0
  316. package/cdn/TimePicker/index.js +185 -0
  317. package/cdn/Timeline/index.js +16 -0
  318. package/cdn/ToggleButton/index.js +79 -0
  319. package/cdn/Tooltip/index.js +40 -0
  320. package/cdn/Transfer/index.js +170 -0
  321. package/cdn/Tree/index.js +170 -0
  322. package/cdn/Upload/index.js +252 -0
  323. package/index.d.ts +128 -0
  324. package/index.js +19 -0
  325. package/package.json +21 -21
  326. package/style.css +72 -0
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react-color")):"function"==typeof define&&define.amd?define(["react-color"],t):"object"==typeof exports?exports.ParaUI=t(require("react-color")):e.ParaUI=t(e["react-color"])}(self,(function(e){return function(){var t={6853:function(e,t,n){(t=n(3645)(!1)).push([e.id,".sketch-picker,.chrome-picker,.swatches-picker,.compact-picker{box-sizing:content-box !important}.sketch-picker *,.chrome-picker *,.swatches-picker *,.compact-picker *{box-sizing:content-box !important}",""]),e.exports=t},3645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(c=r,a=btoa(unescape(encodeURIComponent(JSON.stringify(c)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(a),"/*# ".concat(u," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var c,a,u;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var c=this[i][0];null!=c&&(o[c]=!0)}for(var a=0;a<e.length;a++){var u=[].concat(e[a]);r&&o[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},694:function(e,t,n){var r=n(3379),o=n(6853);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:("body","body"),singleton:!1};r(o,i);e.exports=o.locals||{}},3379:function(e,t,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),c=[];function a(e){for(var t=-1,n=0;n<c.length;n++)if(c[n].identifier===e){t=n;break}return t}function u(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],u=t.base?i[0]+t.base:i[0],s=n[u]||0,f="".concat(u," ").concat(s);n[u]=s+1;var l=a(f),d={css:i[1],media:i[2],sourceMap:i[3]};-1!==l?(c[l].references++,c[l].updater(d)):c.push({identifier:f,updater:m(d,t),references:1}),r.push(f)}return r}function s(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var c=i(e.insert||"head");if(!c)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");c.appendChild(t)}return t}var f,l=(f=[],function(e,t){return f[e]=t,f.filter(Boolean).join("\n")});function d(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=l(t,o);else{var i=document.createTextNode(o),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(i,c[t]):e.appendChild(i)}}function p(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var v=null,h=0;function m(e,t){var n,r,o;if(t.singleton){var i=h++;n=v||(v=s(t)),r=d.bind(null,n,i,!1),o=d.bind(null,n,i,!0)}else n=s(t),r=p.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=u(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=a(n[r]);c[o].references--}for(var i=u(e,t),s=0;s<n.length;s++){var f=a(n[s]);0===c[f].references&&(c[f].updater(),c.splice(f,1))}n=i}}}},598:function(t){"use strict";t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={id:e,exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nc=void 0;var o={};return function(){"use strict";r.r(o),r.d(o,{ChromePicker:function(){return e.ChromePicker},CompactPicker:function(){return e.CompactPicker},SwatchesPicker:function(){return e.SwatchesPicker}});var e=r(598);r(694);o.default=e.SketchPicker}(),o}()}));
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @author Hanz
3
+ * @date 2021/8/30 下午2:32
4
+ * @description WithTabsCombo
5
+ */
6
+ import { FunctionComponent } from 'react';
7
+ import { TabsComboSelectProps } from './interface';
8
+ import '../index.scss';
9
+ declare const TabsComboSelect: FunctionComponent<TabsComboSelectProps>;
10
+ export type { TabsComboSelectProps };
11
+ export default TabsComboSelect;
@@ -0,0 +1,141 @@
1
+ /**
2
+ * @author Hanz
3
+ * @date 2021/8/30 下午2:31
4
+ * @description 接口
5
+ */
6
+ import React from 'react';
7
+ import { TableProps as ITableProps } from '../../Table/interface';
8
+ import { TreeProps, TreeNodeProps } from '../../Tree/interface';
9
+ import { TabsProps } from '../../Tabs';
10
+ declare type TableProps = ITableProps & {
11
+ /** 表格参数 */
12
+ params?: Object;
13
+ /** 表格替换字段*/
14
+ replaceFields?: {
15
+ key?: string;
16
+ title?: string;
17
+ };
18
+ };
19
+ export interface TabsList {
20
+ /** 唯一key ,与TabsPanel一致 */
21
+ value?: string;
22
+ /** tab 显示名 */
23
+ label?: string;
24
+ /** 选中当前tab*/
25
+ selected?: boolean;
26
+ [key: string]: any;
27
+ }
28
+ export interface TabsPanel {
29
+ /** 唯一key ,与TabsList 一致 */
30
+ value?: string;
31
+ /** 组件类型 */
32
+ mode?: 'tree' | 'table' | 'customize';
33
+ /** mode: table 表格属性 */
34
+ tableProps?: TableProps;
35
+ /** mode: tree 树属性 */
36
+ treeProps?: TreeProps;
37
+ /** mode: customize 自定义组件 */
38
+ customizeComponent?: React.ReactNode;
39
+ /** mode: customize 通过回调渲染自定义组件 */
40
+ customizeRender?: (value: SelectedOption[]) => React.ReactNode;
41
+ }
42
+ interface TagFields {
43
+ /** 唯一key , 与TabsList一致 */
44
+ [value: string]: {
45
+ /** tag key */
46
+ key: string;
47
+ /** tag title */
48
+ title: string;
49
+ };
50
+ }
51
+ export declare type SelectedOption = {
52
+ key: string;
53
+ label: string;
54
+ tabKey: string;
55
+ };
56
+ export declare type KeysMap = {
57
+ [index: string]: string[];
58
+ };
59
+ export type { TreeNodeProps };
60
+ export interface TabsComboSelectProps {
61
+ /**占位符*/
62
+ placeholder?: string;
63
+ /**search 占位符*/
64
+ searchPlaceholder?: string;
65
+ /**最大显示数*/
66
+ maxCount?: number;
67
+ /**禁用选择器*/
68
+ disabled?: boolean;
69
+ /** 支持清除 */
70
+ allowClear?: boolean;
71
+ /**cls*/
72
+ className?: string;
73
+ /**弹出层className*/
74
+ popoverClassName?: string;
75
+ /**大小*/
76
+ size?: 'large' | 'medium' | 'small';
77
+ /**选择器footer actions*/
78
+ popoverActions?: React.ReactNode;
79
+ /**是否显示footer actions*/
80
+ showPopoverActions?: boolean;
81
+ /**是否默认打开*/
82
+ defaultOpen?: boolean;
83
+ /**默认值*/
84
+ defaultValue?: SelectedOption[];
85
+ /**当前选中值*/
86
+ value?: SelectedOption[];
87
+ /**位置*/
88
+ anchorOrigin?: 'lt' | 'lc' | 'lb' | 'ct' | 'cc' | 'cb' | 'rt' | 'rc' | 'rb';
89
+ /**搜索回调*/
90
+ onSearch?: (searchValue: {
91
+ tabKey: string;
92
+ searchKey: string | null;
93
+ }) => void;
94
+ /**footer actions 取消回调*/
95
+ onCancel?: () => void;
96
+ /**footer actions 确定回调*/
97
+ onOk?: (options: SelectedOption[]) => void;
98
+ /** 关闭选择器回调 */
99
+ onClose?: () => void;
100
+ /**value发生变化时回调*/
101
+ onChange?: (options: SelectedOption[], originData?: any) => void;
102
+ /**table组件属性*/
103
+ TableProps?: Omit<TableProps, 'check' | 'radio' | 'rowKey' | 'setCheck' | 'setRadio' | 'checkDefaultValue' | 'radioDefaultValue' | 'autoSize' | 'search' | 'paramsCallback'>;
104
+ /**tree组件属性*/
105
+ TreeProps?: Omit<TreeProps, 'checkable' | 'radioable' | 'selectable' | 'checkedKeys' | 'onCheck' | 'onSelect' | 'paramsCallback' | 'params'>;
106
+ /**单选或多选*/
107
+ checkable?: boolean;
108
+ /**是否显示搜索*/
109
+ showSearch?: boolean;
110
+ /**错误状态*/
111
+ error?: boolean;
112
+ /**辅助文本*/
113
+ helperText?: string;
114
+ /**参数处理回调*/
115
+ paramsCallback?: (params: any) => any;
116
+ /** 搜索参数 */
117
+ searchParams?: {
118
+ tabKey: string;
119
+ searchKey: string | null;
120
+ };
121
+ /** tabs列表 */
122
+ tabsList: TabsList[];
123
+ /** tabs 面板 */
124
+ tabsPanel: TabsPanel[];
125
+ /** tag 显示字段*/
126
+ tagFields: TagFields;
127
+ /** 路径字段 */
128
+ fullPathKey?: string;
129
+ /** 自定义路径节点 */
130
+ fullPathRender?: (node: TreeNodeProps) => React.ReactNode;
131
+ /** 路径节点 */
132
+ fullPathNode?: React.ReactNode;
133
+ /** tabs change回调 */
134
+ onTabsChange?: TabsProps['onChange'];
135
+ /** 自动计算下拉框宽度 */
136
+ autoWidth?: boolean;
137
+ /** 自定义渲染tag */
138
+ tagRender?: (option: SelectedOption) => React.ReactNode;
139
+ /** tag 点击回调 */
140
+ onTagClick?: (option: SelectedOption, originData: any) => void;
141
+ }
@@ -0,0 +1,11 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ComboSelectProps } from './interface';
3
+ import TabsComboSelect, { TabsComboSelectProps } from "./WithTabsCombo";
4
+ import './index.scss';
5
+ declare const InternalComboSelect: FunctionComponent<ComboSelectProps>;
6
+ declare type MergedType = typeof InternalComboSelect & {
7
+ TabsComboSelect: typeof TabsComboSelect;
8
+ };
9
+ declare const ComboSelect: MergedType;
10
+ export type { ComboSelectProps, TabsComboSelectProps };
11
+ export default ComboSelect;