diff --git a/asset-manifest.json b/asset-manifest.json index 5c1620e98f..2b5aa518fa 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,7 +1,7 @@ { "files": { "main.css": "/static/css/main.b6a99127.css", - "main.js": "/static/js/main.cfd2d41b.js", + "main.js": "/static/js/main.22fea6c5.js", "static/css/9200.14abaeb3.chunk.css": "/static/css/9200.14abaeb3.chunk.css", "static/js/9200.0a1f7353.chunk.js": "/static/js/9200.0a1f7353.chunk.js", "static/css/6730.296853db.chunk.css": "/static/css/6730.296853db.chunk.css", @@ -163,7 +163,7 @@ "static/js/2078.53137233.chunk.js": "/static/js/2078.53137233.chunk.js", "static/js/5253.7a8716a8.chunk.js": "/static/js/5253.7a8716a8.chunk.js", "static/js/6878.c6cec0d9.chunk.js": "/static/js/6878.c6cec0d9.chunk.js", - "static/js/4663.0482d95b.chunk.js": "/static/js/4663.0482d95b.chunk.js", + "static/js/4663.1e460a64.chunk.js": "/static/js/4663.1e460a64.chunk.js", "static/js/747.7519f1c0.chunk.js": "/static/js/747.7519f1c0.chunk.js", "static/js/5930.65ea3787.chunk.js": "/static/js/5930.65ea3787.chunk.js", "static/js/9836.8cd96a11.chunk.js": "/static/js/9836.8cd96a11.chunk.js", @@ -226,7 +226,7 @@ "static/js/5183.ac2ca737.js": "/static/js/5183.ac2ca737.js", "index.html": "/index.html", "main.b6a99127.css.map": "/static/css/main.b6a99127.css.map", - "main.cfd2d41b.js.map": "/static/js/main.cfd2d41b.js.map", + "main.22fea6c5.js.map": "/static/js/main.22fea6c5.js.map", "9200.14abaeb3.chunk.css.map": "/static/css/9200.14abaeb3.chunk.css.map", "9200.0a1f7353.chunk.js.map": "/static/js/9200.0a1f7353.chunk.js.map", "6730.296853db.chunk.css.map": "/static/css/6730.296853db.chunk.css.map", @@ -388,7 +388,7 @@ "2078.53137233.chunk.js.map": "/static/js/2078.53137233.chunk.js.map", "5253.7a8716a8.chunk.js.map": "/static/js/5253.7a8716a8.chunk.js.map", "6878.c6cec0d9.chunk.js.map": "/static/js/6878.c6cec0d9.chunk.js.map", - "4663.0482d95b.chunk.js.map": "/static/js/4663.0482d95b.chunk.js.map", + "4663.1e460a64.chunk.js.map": "/static/js/4663.1e460a64.chunk.js.map", "747.7519f1c0.chunk.js.map": "/static/js/747.7519f1c0.chunk.js.map", "5930.65ea3787.chunk.js.map": "/static/js/5930.65ea3787.chunk.js.map", "9836.8cd96a11.chunk.js.map": "/static/js/9836.8cd96a11.chunk.js.map", @@ -454,6 +454,6 @@ "static/js/vendors-react.a09f50fb.js", "static/js/5183.ac2ca737.js", "static/css/main.b6a99127.css", - "static/js/main.cfd2d41b.js" + "static/js/main.22fea6c5.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index 3375ed3fac..d2fe58e508 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -uiw react, A high quality UI Toolkit, A Component Library for React 16+.
\ No newline at end of file +uiw react, A high quality UI Toolkit, A Component Library for React 16+.
\ No newline at end of file diff --git a/static/js/4663.0482d95b.chunk.js b/static/js/4663.0482d95b.chunk.js deleted file mode 100644 index ab2c39dd29..0000000000 --- a/static/js/4663.0482d95b.chunk.js +++ /dev/null @@ -1,2 +0,0 @@ -"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[4663],{34663:function(n,e,l){l.r(e),e.default="Cascader \u7ea7\u8054\u9009\u62e9\n===\n\n[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-cascader/file/README.md)\n[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-cascader.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-cascader)\n[![npm version](https://img.shields.io/npm/v/@uiw/react-cascader.svg?label=@uiw/react-cascader)](https://npmjs.com/@uiw/react-cascader)\n\n\u7ea7\u8054\u9009\u62e9\u6846\u3002v4.16.0\u4e2d\u6dfb\u52a0\n\n```jsx\nimport { Cascader } from 'uiw';\n// or\nimport Cascader from '@uiw/react-cascader';\n```\n\n## \u57fa\u7840\u793a\u4f8b\n\n\x3c!--rehype:bgWhite=true&codeSandbox=true&codePen=true--\x3e\n```jsx\nimport ReactDOM from 'react-dom';\nimport { Cascader } from 'uiw';\n\nconst Demo = () => {\n\n const options = [\n {\n label: '\u4e0a\u6d77\u5e02',\n value: 1,\n children: [\n {\n label: '\u5f90\u6c47\u533a',\n value: 4,\n children: [\n { label: '\u534a\u6dde\u56ed\u8def\u8857\u9053', value: 6 },\n { label: '\u5357\u4eac\u4e1c\u8def\u8857\u9053', value: 7 },\n { label: '\u5916\u6ee9\u8857\u9053', value: 8 },\n ]\n },\n ]\n },\n {\n label: '\u5317\u4eac\u5e02',\n value: 9,\n children: [\n {\n label: '\u5d07\u6587\u533a',\n value: 12,\n children: [\n { label: '\u4e1c\u82b1\u5e02\u8857\u9053', value: 13 },\n { label: '\u4f53\u80b2\u9986\u8def\u8857\u9053', value: 14 },\n { label: '\u524d\u95e8\u8857\u9053', value: 15 },\n ]\n },\n ]\n },\n ];\n\n return (\n
\n console.log(value, seleteds)} />\n
\n )\n};\nReactDOM.render(, _mount_);\n```\n\n### \u5728\u8868\u5355\u4e2d\u4f7f\u7528\n\n\u5728 [`
`](#/components/form) \u8868\u5355\u4e2d\u5e94\u7528 `` \u7ec4\u4ef6\u3002\n\n\x3c!--rehype:bgWhite=true&codeSandbox=true&codePen=true&noScroll=true--\x3e\n```jsx\nimport ReactDOM from 'react-dom';\nimport { Form, Row, Col, Cascader, Button } from 'uiw';\n\nconst Demo = () => {\nconst options = [\n {\n label: '\u4e0a\u6d77\u5e02',\n value: 1,\n children: [\n {\n label: '\u5f90\u6c47\u533a',\n value: 4,\n children: [\n { label: '\u534a\u6dde\u56ed\u8def\u8857\u9053', value: 6 },\n { label: '\u5357\u4eac\u4e1c\u8def\u8857\u9053', value: 7 },\n { label: '\u5916\u6ee9\u8857\u9053', value: 8 },\n ]\n },\n ]\n },\n {\n label: '\u5317\u4eac\u5e02',\n value: 9,\n children: [\n {\n label: '\u5d07\u6587\u533a',\n value: 12,\n children: [\n { label: '\u4e1c\u82b1\u5e02\u8857\u9053', value: 13 },\n { label: '\u4f53\u80b2\u9986\u8def\u8857\u9053', value: 14 },\n { label: '\u524d\u95e8\u8857\u9053', value: 15 },\n ]\n },\n ]\n },\n ];\n\n return (\n
\n {\n if (error.filed) {\n return { ...error.filed };\n }\n return null;\n }}\n onSubmit={({initial, current}) => {\n const errorObj = {};\n if (!current.selectField) {\n errorObj.selectField = '\u9ed8\u8ba4\u9700\u8981\u9009\u62e9\u5185\u5bb9\uff0c\u9009\u62e9\u5165\u5185\u5bb9';\n }\n if(Object.keys(errorObj).length > 0) {\n const err = new Error();\n err.filed = errorObj;\n Notify.error({ title: '\u63d0\u4ea4\u5931\u8d25\uff01', description: '\u8bf7\u786e\u8ba4\u63d0\u4ea4\u8868\u5355\u662f\u5426\u6b63\u786e\uff01' });\n throw err;\n }\n Notify.success({\n title: '\u63d0\u4ea4\u6210\u529f\uff01',\n description: `\u8868\u5355\u63d0\u4ea4\u6210\u529f\uff0c\u9009\u62e9\u503c\u4e3a\uff1a${current.selectField}\uff0c\u5c06\u81ea\u52a8\u586b\u5145\u521d\u59cb\u5316\u503c\uff01`,\n });\n }}\n fields={{\n cascader: {\n initialValue:[1, 4, 7],\n children: (\n console.log(value, seleteds)}\n />\n )\n },\n }}\n >\n {({ fields, state, canSubmit }) => {\n return (\n
\n \n {fields.cascader}\n \n \n \n \n \n \n \n \n
\n                    {JSON.stringify(state.current, null, 2)}\n                  
\n \n
\n
\n )\n }}\n \n
\n );\n}\nReactDOM.render(, _mount_);\n```\n\n## Props\n\n| \u53c2\u6570 | \u8bf4\u660e | \u7c7b\u578b | \u9ed8\u8ba4\u503c | \u7248\u672c |\n| ---- | ---- | ---- | ---- | ---- |\n| allowClear | \u652f\u6301\u6e05\u9664 | Boolean | `false` | - |\n| placeholder | \u9009\u62e9\u6846\u9ed8\u8ba4\u6587\u5b57 | String | - | - |\n| option | \u9009\u9879\u83dc\u5355 | { value: String \\| Number, label: React.ReactNode, children: Array} | - | - |\n| value | \u6307\u5b9a\u5f53\u524d\u9009\u4e2d\u7684\u6761\u76ee\uff0c\u591a\u9009\u65f6\u4e3a\u4e00\u4e2a\u6570\u7ec4 | String[] \\| Number[] | - | - |\n| onChange | \u9009\u4e2d\u9009\u9879\u8c03\u7528\u6b64\u51fd\u6570 | function( isSeleted, value, selectedOptions) | - | - |\n"}}]); -//# sourceMappingURL=4663.0482d95b.chunk.js.map \ No newline at end of file diff --git a/static/js/4663.0482d95b.chunk.js.map b/static/js/4663.0482d95b.chunk.js.map deleted file mode 100644 index 03ddc6e013..0000000000 --- a/static/js/4663.0482d95b.chunk.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/js/4663.0482d95b.chunk.js","mappings":"gHAAA","sources":["../../packages/react-cascader/README.md"],"sourcesContent":["export default \"Cascader 级联选择\\n===\\n\\n[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-cascader/file/README.md)\\n[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-cascader.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-cascader)\\n[![npm version](https://img.shields.io/npm/v/@uiw/react-cascader.svg?label=@uiw/react-cascader)](https://npmjs.com/@uiw/react-cascader)\\n\\n级联选择框。v4.16.0中添加\\n\\n```jsx\\nimport { Cascader } from 'uiw';\\n// or\\nimport Cascader from '@uiw/react-cascader';\\n```\\n\\n## 基础示例\\n\\n\\n```jsx\\nimport ReactDOM from 'react-dom';\\nimport { Cascader } from 'uiw';\\n\\nconst Demo = () => {\\n\\n const options = [\\n {\\n label: '上海市',\\n value: 1,\\n children: [\\n {\\n label: '徐汇区',\\n value: 4,\\n children: [\\n { label: '半淞园路街道', value: 6 },\\n { label: '南京东路街道', value: 7 },\\n { label: '外滩街道', value: 8 },\\n ]\\n },\\n ]\\n },\\n {\\n label: '北京市',\\n value: 9,\\n children: [\\n {\\n label: '崇文区',\\n value: 12,\\n children: [\\n { label: '东花市街道', value: 13 },\\n { label: '体育馆路街道', value: 14 },\\n { label: '前门街道', value: 15 },\\n ]\\n },\\n ]\\n },\\n ];\\n\\n return (\\n
\\n console.log(value, seleteds)} />\\n
\\n )\\n};\\nReactDOM.render(, _mount_);\\n```\\n\\n### 在表单中使用\\n\\n在 [`
`](#/components/form) 表单中应用 `` 组件。\\n\\n\\n```jsx\\nimport ReactDOM from 'react-dom';\\nimport { Form, Row, Col, Cascader, Button } from 'uiw';\\n\\nconst Demo = () => {\\nconst options = [\\n {\\n label: '上海市',\\n value: 1,\\n children: [\\n {\\n label: '徐汇区',\\n value: 4,\\n children: [\\n { label: '半淞园路街道', value: 6 },\\n { label: '南京东路街道', value: 7 },\\n { label: '外滩街道', value: 8 },\\n ]\\n },\\n ]\\n },\\n {\\n label: '北京市',\\n value: 9,\\n children: [\\n {\\n label: '崇文区',\\n value: 12,\\n children: [\\n { label: '东花市街道', value: 13 },\\n { label: '体育馆路街道', value: 14 },\\n { label: '前门街道', value: 15 },\\n ]\\n },\\n ]\\n },\\n ];\\n\\n return (\\n
\\n {\\n if (error.filed) {\\n return { ...error.filed };\\n }\\n return null;\\n }}\\n onSubmit={({initial, current}) => {\\n const errorObj = {};\\n if (!current.selectField) {\\n errorObj.selectField = '默认需要选择内容,选择入内容';\\n }\\n if(Object.keys(errorObj).length > 0) {\\n const err = new Error();\\n err.filed = errorObj;\\n Notify.error({ title: '提交失败!', description: '请确认提交表单是否正确!' });\\n throw err;\\n }\\n Notify.success({\\n title: '提交成功!',\\n description: `表单提交成功,选择值为:${current.selectField},将自动填充初始化值!`,\\n });\\n }}\\n fields={{\\n cascader: {\\n initialValue:[1, 4, 7],\\n children: (\\n console.log(value, seleteds)}\\n />\\n )\\n },\\n }}\\n >\\n {({ fields, state, canSubmit }) => {\\n return (\\n
\\n \\n {fields.cascader}\\n \\n \\n \\n \\n \\n \\n \\n \\n
\\n                    {JSON.stringify(state.current, null, 2)}\\n                  
\\n \\n
\\n
\\n )\\n }}\\n \\n
\\n );\\n}\\nReactDOM.render(, _mount_);\\n```\\n\\n## Props\\n\\n| 参数 | 说明 | 类型 | 默认值 | 版本 |\\n| ---- | ---- | ---- | ---- | ---- |\\n| allowClear | 支持清除 | Boolean | `false` | - |\\n| placeholder | 选择框默认文字 | String | - | - |\\n| option | 选项菜单 | { value: String \\\\| Number, label: React.ReactNode, children: Array} | - | - |\\n| value | 指定当前选中的条目,多选时为一个数组 | String[] \\\\| Number[] | - | - |\\n| onChange | 选中选项调用此函数 | function( isSeleted, value, selectedOptions) | - | - |\\n\";"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/4663.1e460a64.chunk.js b/static/js/4663.1e460a64.chunk.js new file mode 100644 index 0000000000..5e3873546a --- /dev/null +++ b/static/js/4663.1e460a64.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[4663],{34663:function(n,e,l){l.r(e),e.default="Cascader \u7ea7\u8054\u9009\u62e9\n===\n\n[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-cascader/file/README.md)\n[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-cascader.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-cascader)\n[![npm version](https://img.shields.io/npm/v/@uiw/react-cascader.svg?label=@uiw/react-cascader)](https://npmjs.com/@uiw/react-cascader)\n\n\u7ea7\u8054\u9009\u62e9\u6846\u3002v4.16.0\u4e2d\u6dfb\u52a0\n\n```jsx\nimport { Cascader } from 'uiw';\n// or\nimport Cascader from '@uiw/react-cascader';\n```\n\n## \u57fa\u7840\u793a\u4f8b\n\n\x3c!--rehype:bgWhite=true&codeSandbox=true&codePen=true--\x3e\n```jsx\nimport ReactDOM from 'react-dom';\nimport { Cascader } from 'uiw';\n\nconst Demo = () => {\n\n const options = [\n {\n label: '\u4e0a\u6d77\u5e02',\n value: 1,\n children: [\n {\n label: '\u5f90\u6c47\u533a',\n value: 4,\n children: [\n { label: '\u534a\u6dde\u56ed\u8def\u8857\u9053', value: 6 },\n { label: '\u5357\u4eac\u4e1c\u8def\u8857\u9053', value: 7 },\n { label: '\u5916\u6ee9\u8857\u9053', value: 8 },\n ]\n },\n ]\n },\n {\n label: '\u5317\u4eac\u5e02',\n value: 9,\n children: [\n {\n label: '\u5d07\u6587\u533a',\n value: 12,\n children: [\n { label: '\u4e1c\u82b1\u5e02\u8857\u9053', value: 13 },\n { label: '\u4f53\u80b2\u9986\u8def\u8857\u9053', value: 14 },\n { label: '\u524d\u95e8\u8857\u9053', value: 15 },\n ]\n },\n ]\n },\n ];\n\n return (\n
\n < Cascader\n allowClear={true}\n placeholder=\"\u8bf7\u9009\u62e9\"\n value={[1, 4, 7]}\n option={options}\n onChange={(value, seleteds) => console.log(value, seleteds)}\n />\n
\n )\n};\nReactDOM.render(, _mount_);\n```\n\n## \u641c\u7d22\u9009\u9879\n\n\x3c!--rehype:bgWhite=true&codeSandbox=true&codePen=true--\x3e\n```jsx\nimport ReactDOM from 'react-dom';\nimport { Cascader } from 'uiw';\n\nconst Demo = () => {\n\n const options = [\n {\n label: '\u4e0a\u6d77\u5e02',\n value: 1,\n children: [\n {\n label: '\u5f90\u6c47\u533a',\n value: 4,\n children: [\n { label: '\u534a\u6dde\u56ed\u8def\u8857\u9053', value: 6 },\n { label: '\u5357\u4eac\u4e1c\u8def\u8857\u9053', value: 7 },\n { label: '\u5916\u6ee9\u8857\u9053', value: 8 },\n ]\n },\n ]\n },\n {\n label: '\u5317\u4eac\u5e02',\n value: 9,\n children: [\n {\n label: '\u5d07\u6587\u533a',\n value: 12,\n children: [\n { label: '\u4e1c\u82b1\u5e02\u8857\u9053', value: 13 },\n { label: '\u4f53\u80b2\u9986\u8def\u8857\u9053', value: 14 },\n { label: '\u524d\u95e8\u8857\u9053', value: 15 },\n ]\n },\n ]\n },\n ];\n\n return (\n
\n console.log(value, seleteds)}\n onSearch={(text)=> console.log('text', text)}\n />\n
\n )\n};\nReactDOM.render(, _mount_);\n```\n\n### \u5728\u8868\u5355\u4e2d\u4f7f\u7528\n\n\u5728 [`
`](#/components/form) \u8868\u5355\u4e2d\u5e94\u7528 `` \u7ec4\u4ef6\u3002\n\n\x3c!--rehype:bgWhite=true&codeSandbox=true&codePen=true&noScroll=true--\x3e\n```jsx\nimport ReactDOM from 'react-dom';\nimport { Form, Row, Col, Cascader, Button } from 'uiw';\n\nconst Demo = () => {\nconst options = [\n {\n label: '\u4e0a\u6d77\u5e02',\n value: 1,\n children: [\n {\n label: '\u5f90\u6c47\u533a',\n value: 4,\n children: [\n { label: '\u534a\u6dde\u56ed\u8def\u8857\u9053', value: 6 },\n { label: '\u5357\u4eac\u4e1c\u8def\u8857\u9053', value: 7 },\n { label: '\u5916\u6ee9\u8857\u9053', value: 8 },\n ]\n },\n ]\n },\n {\n label: '\u5317\u4eac\u5e02',\n value: 9,\n children: [\n {\n label: '\u5d07\u6587\u533a',\n value: 12,\n children: [\n { label: '\u4e1c\u82b1\u5e02\u8857\u9053', value: 13 },\n { label: '\u4f53\u80b2\u9986\u8def\u8857\u9053', value: 14 },\n { label: '\u524d\u95e8\u8857\u9053', value: 15 },\n ]\n },\n ]\n },\n ];\n\n return (\n
\n {\n if (error.filed) {\n return { ...error.filed };\n }\n return null;\n }}\n onSubmit={({initial, current}) => {\n const errorObj = {};\n if (!current.selectField) {\n errorObj.selectField = '\u9ed8\u8ba4\u9700\u8981\u9009\u62e9\u5185\u5bb9\uff0c\u9009\u62e9\u5165\u5185\u5bb9';\n }\n if(Object.keys(errorObj).length > 0) {\n const err = new Error();\n err.filed = errorObj;\n Notify.error({ title: '\u63d0\u4ea4\u5931\u8d25\uff01', description: '\u8bf7\u786e\u8ba4\u63d0\u4ea4\u8868\u5355\u662f\u5426\u6b63\u786e\uff01' });\n throw err;\n }\n Notify.success({\n title: '\u63d0\u4ea4\u6210\u529f\uff01',\n description: `\u8868\u5355\u63d0\u4ea4\u6210\u529f\uff0c\u9009\u62e9\u503c\u4e3a\uff1a${current.selectField}\uff0c\u5c06\u81ea\u52a8\u586b\u5145\u521d\u59cb\u5316\u503c\uff01`,\n });\n }}\n fields={{\n cascader: {\n initialValue:[1, 4, 7],\n children: (\n console.log(value, seleteds)}\n />\n )\n },\n }}\n >\n {({ fields, state, canSubmit }) => {\n return (\n
\n \n {fields.cascader}\n \n \n \n \n \n \n \n \n
\n                    {JSON.stringify(state.current, null, 2)}\n                  
\n \n
\n
\n )\n }}\n \n
\n );\n}\nReactDOM.render(, _mount_);\n```\n\n## Props\n\n| \u53c2\u6570 | \u8bf4\u660e | \u7c7b\u578b | \u9ed8\u8ba4\u503c | \u7248\u672c |\n| ---- | ---- | ---- | ---- | ---- |\n| allowClear | \u652f\u6301\u6e05\u9664 | Boolean | `false` | - |\n| placeholder | \u9009\u62e9\u6846\u9ed8\u8ba4\u6587\u5b57 | String | - | - |\n| option | \u9009\u9879\u83dc\u5355 | { value: String \\| Number, label: React.ReactNode, children: Array} | - | - |\n| value | \u6307\u5b9a\u5f53\u524d\u9009\u4e2d\u7684\u6761\u76ee\uff0c\u591a\u9009\u65f6\u4e3a\u4e00\u4e2a\u6570\u7ec4 | String[] \\| Number[] | - | - |\n| onChange | \u9009\u4e2d\u9009\u9879\u8c03\u7528\u6b64\u51fd\u6570 | function( isSeleted, value, selectedOptions) | - | - |\n| onSearch | \u5f00\u542f\u641c\u7d22\u9009\u9879 | functionon(searchText) \\| Boolean | - | v4.16.1 |\n"}}]); +//# sourceMappingURL=4663.1e460a64.chunk.js.map \ No newline at end of file diff --git a/static/js/4663.1e460a64.chunk.js.map b/static/js/4663.1e460a64.chunk.js.map new file mode 100644 index 0000000000..043b269fdc --- /dev/null +++ b/static/js/4663.1e460a64.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4663.1e460a64.chunk.js","mappings":"gHAAA","sources":["../../packages/react-cascader/README.md"],"sourcesContent":["export default \"Cascader 级联选择\\n===\\n\\n[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-cascader/file/README.md)\\n[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-cascader.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-cascader)\\n[![npm version](https://img.shields.io/npm/v/@uiw/react-cascader.svg?label=@uiw/react-cascader)](https://npmjs.com/@uiw/react-cascader)\\n\\n级联选择框。v4.16.0中添加\\n\\n```jsx\\nimport { Cascader } from 'uiw';\\n// or\\nimport Cascader from '@uiw/react-cascader';\\n```\\n\\n## 基础示例\\n\\n\\n```jsx\\nimport ReactDOM from 'react-dom';\\nimport { Cascader } from 'uiw';\\n\\nconst Demo = () => {\\n\\n const options = [\\n {\\n label: '上海市',\\n value: 1,\\n children: [\\n {\\n label: '徐汇区',\\n value: 4,\\n children: [\\n { label: '半淞园路街道', value: 6 },\\n { label: '南京东路街道', value: 7 },\\n { label: '外滩街道', value: 8 },\\n ]\\n },\\n ]\\n },\\n {\\n label: '北京市',\\n value: 9,\\n children: [\\n {\\n label: '崇文区',\\n value: 12,\\n children: [\\n { label: '东花市街道', value: 13 },\\n { label: '体育馆路街道', value: 14 },\\n { label: '前门街道', value: 15 },\\n ]\\n },\\n ]\\n },\\n ];\\n\\n return (\\n
\\n < Cascader\\n allowClear={true}\\n placeholder=\\\"请选择\\\"\\n value={[1, 4, 7]}\\n option={options}\\n onChange={(value, seleteds) => console.log(value, seleteds)}\\n />\\n
\\n )\\n};\\nReactDOM.render(, _mount_);\\n```\\n\\n## 搜索选项\\n\\n\\n```jsx\\nimport ReactDOM from 'react-dom';\\nimport { Cascader } from 'uiw';\\n\\nconst Demo = () => {\\n\\n const options = [\\n {\\n label: '上海市',\\n value: 1,\\n children: [\\n {\\n label: '徐汇区',\\n value: 4,\\n children: [\\n { label: '半淞园路街道', value: 6 },\\n { label: '南京东路街道', value: 7 },\\n { label: '外滩街道', value: 8 },\\n ]\\n },\\n ]\\n },\\n {\\n label: '北京市',\\n value: 9,\\n children: [\\n {\\n label: '崇文区',\\n value: 12,\\n children: [\\n { label: '东花市街道', value: 13 },\\n { label: '体育馆路街道', value: 14 },\\n { label: '前门街道', value: 15 },\\n ]\\n },\\n ]\\n },\\n ];\\n\\n return (\\n
\\n console.log(value, seleteds)}\\n onSearch={(text)=> console.log('text', text)}\\n />\\n
\\n )\\n};\\nReactDOM.render(, _mount_);\\n```\\n\\n### 在表单中使用\\n\\n在 [`
`](#/components/form) 表单中应用 `` 组件。\\n\\n\\n```jsx\\nimport ReactDOM from 'react-dom';\\nimport { Form, Row, Col, Cascader, Button } from 'uiw';\\n\\nconst Demo = () => {\\nconst options = [\\n {\\n label: '上海市',\\n value: 1,\\n children: [\\n {\\n label: '徐汇区',\\n value: 4,\\n children: [\\n { label: '半淞园路街道', value: 6 },\\n { label: '南京东路街道', value: 7 },\\n { label: '外滩街道', value: 8 },\\n ]\\n },\\n ]\\n },\\n {\\n label: '北京市',\\n value: 9,\\n children: [\\n {\\n label: '崇文区',\\n value: 12,\\n children: [\\n { label: '东花市街道', value: 13 },\\n { label: '体育馆路街道', value: 14 },\\n { label: '前门街道', value: 15 },\\n ]\\n },\\n ]\\n },\\n ];\\n\\n return (\\n
\\n {\\n if (error.filed) {\\n return { ...error.filed };\\n }\\n return null;\\n }}\\n onSubmit={({initial, current}) => {\\n const errorObj = {};\\n if (!current.selectField) {\\n errorObj.selectField = '默认需要选择内容,选择入内容';\\n }\\n if(Object.keys(errorObj).length > 0) {\\n const err = new Error();\\n err.filed = errorObj;\\n Notify.error({ title: '提交失败!', description: '请确认提交表单是否正确!' });\\n throw err;\\n }\\n Notify.success({\\n title: '提交成功!',\\n description: `表单提交成功,选择值为:${current.selectField},将自动填充初始化值!`,\\n });\\n }}\\n fields={{\\n cascader: {\\n initialValue:[1, 4, 7],\\n children: (\\n console.log(value, seleteds)}\\n />\\n )\\n },\\n }}\\n >\\n {({ fields, state, canSubmit }) => {\\n return (\\n
\\n \\n {fields.cascader}\\n \\n \\n \\n \\n \\n \\n \\n \\n
\\n                    {JSON.stringify(state.current, null, 2)}\\n                  
\\n \\n
\\n
\\n )\\n }}\\n \\n
\\n );\\n}\\nReactDOM.render(, _mount_);\\n```\\n\\n## Props\\n\\n| 参数 | 说明 | 类型 | 默认值 | 版本 |\\n| ---- | ---- | ---- | ---- | ---- |\\n| allowClear | 支持清除 | Boolean | `false` | - |\\n| placeholder | 选择框默认文字 | String | - | - |\\n| option | 选项菜单 | { value: String \\\\| Number, label: React.ReactNode, children: Array} | - | - |\\n| value | 指定当前选中的条目,多选时为一个数组 | String[] \\\\| Number[] | - | - |\\n| onChange | 选中选项调用此函数 | function( isSeleted, value, selectedOptions) | - | - |\\n| onSearch | 开启搜索选项 | functionon(searchText) \\\\| Boolean | - | v4.16.1 |\\n\";"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.22fea6c5.js b/static/js/main.22fea6c5.js new file mode 100644 index 0000000000..edbe587d0d --- /dev/null +++ b/static/js/main.22fea6c5.js @@ -0,0 +1,2 @@ +!function(){"use strict";var e={62545:function(e,n,t){t(41473);var r=t(69286),i=(0,r.jsx)("svg",{viewBox:"0 0 20 20",width:"23",height:"23",version:"1.1",children:(0,r.jsx)("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,r.jsx)("path",{d:"M5.70480219,0 L10.4096044,3.41834667 L8.61252986,8.94934776 L2.79707453,8.94934776 L1,3.41834667 L5.70480219,0 Z M5.70480219,20 L1,16.5816533 L2.79707453,11.0506522 L8.61252986,11.0506522 L10.4096044,16.5816533 L5.70480219,20 Z M18.8709653,12.9678909 L13.3400514,14.7649021 L9.92167142,10.0599974 L13.3399103,5.35519519 L18.8708781,7.15237223 L18.8709653,12.9678909 Z",fill:"#FFFFFF"})})}),a=(0,r.jsx)("svg",{viewBox:"0 0 20 20",version:"1.1",children:(0,r.jsx)("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:(0,r.jsx)("path",{d:"M5.70480219,0 L10.4096044,3.41834667 L8.61252986,8.94934776 L2.79707453,8.94934776 L1,3.41834667 L5.70480219,0 Z M5.70480219,20 L1,16.5816533 L2.79707453,11.0506522 L8.61252986,11.0506522 L10.4096044,16.5816533 L5.70480219,20 Z M18.8709653,12.9678909 L13.3400514,14.7649021 L9.92167142,10.0599974 L13.3399103,5.35519519 L18.8708781,7.15237223 L18.8709653,12.9678909 Z",fill:"#FFFFFF"})})});n.Z={dark:i,light:a}},52744:function(e,n,t){var r=t(11026),i=t(41473),a=t(7510),o=t(64310),l=t(57261),s=(t(67251),t(50189)),c=t(69286);function d(){return(0,c.jsxs)("div",{children:[(0,c.jsx)("h2",{children:"It looks like you're lost..."}),(0,c.jsx)("p",{children:(0,c.jsx)(o.rU,{to:"/",children:"Go to the home page"})})]})}var u=t(46317);function f(){return(0,c.jsx)(u.Loader,{tip:"Loading...",indicator:(0,c.jsx)(u.Icon,{type:"loading",spin:!0,style:{verticalAlign:"text-top"}})})}var h=t(75752),p={};function m(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(0,i.useMemo)((function(){return(0,c.jsx)(u.Select.Option,{value:e.version,children:e.version})}),[e.version])}var v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};function n(e){var n=e.target.value,t="1"===n.split(".")[0];window.location.href=t?"https://unpkg.com/uiw@".concat(n,"/dist/index.html"):"https://unpkg.com/@uiw/doc@".concat(n,"/web/index.html")}var t=h.i8,r=e.data,a=r[0];return a!==t&&r.unshift(t),(0,i.useMemo)((function(){return(0,c.jsx)("div",{className:p.nav,children:(0,c.jsx)(u.Select,{defaultValue:r[0],onChange:n,children:r.map((function(e,n){return(0,c.jsx)(m,{version:e},n)}))})})}),[r])},x={sider:"index_sider__vrASx",menuWarpper:"index_menuWarpper__asOzy",subMenu:"index_subMenu__c4Mvo",layoutWrap:"index_layoutWrap__6CE3D",layoutSider:"index_layoutSider__1t-SG"},y=JSON.parse('["4.0.0","3.10.12","2.0.1","1.16.19"]'),g={title:"index_title__O5TzH",menu:"index_menu__9HE8I",divider:"index_divider__1cINS"},j=t(86646),b={home:(0,c.jsx)("svg",{width:"23",height:"24",viewBox:"0 0 23 24",children:(0,c.jsx)("path",{fill:"#555",d:"M7.95808665,21.4797568 L7.95808665,14.2926972 C7.95808665,13.872855 8.29729322,13.5325056 8.71572573,13.5325056 L14.7768383,13.5325056 C15.1952708,13.5325056 15.5344774,13.872855 15.5344774,14.2926972 L15.5344774,21.4800639 L18.3333605,21.4801773 C18.4412665,21.4760176 18.5251665,21.4671569 18.58271,21.4596448 C18.588514,21.3995182 18.5915777,21.3235793 18.5907536,21.2318213 L18.5909124,14.2893672 C18.590922,13.869525 18.9301364,13.5291834 19.3485689,13.5291931 C19.7670014,13.5292027 20.1062001,13.8695599 20.1061905,14.2894021 L20.1059996,21.2248359 C20.1119888,21.8771673 19.9896563,22.3494462 19.5993559,22.6516032 C19.3010239,22.8825616 18.9057568,22.9796164 18.3624477,23 L4.48346492,22.9997015 C3.86961191,22.9824374 3.38486601,22.8118189 3.07125061,22.4182996 C2.79329968,22.0695315 2.68322544,21.5965073 2.68425496,20.9934992 L2.68424909,14.2893853 C2.68424872,13.8695431 3.02345499,13.5291934 3.4418875,13.5291931 C3.86032001,13.5291927 4.19952687,13.8695418 4.19952724,14.289384 L4.199532,20.9947994 C4.19904359,21.2811808 4.23526541,21.4410529 4.2538782,21.4676906 C4.24030246,21.4480656 4.31738234,21.474056 4.50469304,21.4796169 L7.95808665,21.4797568 Z M9.4733648,21.4798183 L14.0191993,21.4800025 L14.0191993,15.0528888 L9.4733648,15.0528888 L9.4733648,21.4798183 Z M2.28332829,11.4133771 C1.98200714,11.7046849 1.50237937,11.6957445 1.21204968,11.3934082 C0.921719999,11.0910719 0.930630346,10.6098283 1.2319515,10.3185205 L10.4507678,1.41136668 C10.7833916,1.14885042 11.1310579,1 11.4999998,1 C11.9102569,1 12.2738276,1.19453217 12.5845816,1.51087139 L21.7658664,10.3164197 C22.0683439,10.6065186 22.0791684,11.0877227 21.7900436,11.3912192 C21.5009189,11.6947157 21.0213305,11.7055767 20.718853,11.4154779 L11.5218713,2.5944308 C11.4545418,2.52599021 11.4440624,2.52038312 11.4999998,2.52038312 C11.514622,2.52038312 11.4750696,2.53731716 11.4448602,2.55629655 L2.28332829,11.4133771 Z"})}),component:(0,c.jsxs)("svg",{viewBox:"0 0 1041 1024",width:"20",height:"20",children:[(0,c.jsx)("path",{d:"M133.498105 661.882904h31.175644v195.047619a34.373146 34.373146 0 0 0 34.373146 34.373146h109.514441a34.373146 34.373146 0 1 0 0-68.746292h-75.141295V627.509758a35.172521 35.172521 0 0 0-34.373146-35.172521h-65.54879a63.950039 63.950039 0 0 1 0-127.900079h65.54879a35.172521 35.172521 0 0 0 34.373146-35.172521V233.417642h195.846994a35.172521 35.172521 0 0 0 35.172522-34.373146v-65.54879a63.950039 63.950039 0 0 1 127.900078 0v65.54879a35.172521 35.172521 0 0 0 35.172521 34.373146h195.047619v74.341921a34.373146 34.373146 0 0 0 68.746292 0V199.044496a34.373146 34.373146 0 0 0-34.373146-34.373145H661.885302v-31.175645a133.495706 133.495706 0 0 0-266.991413 0v31.175645H199.046895a34.373146 34.373146 0 0 0-34.373146 34.373145v195.846995h-31.175644A132.696331 132.696331 0 0 0 0.002398 527.587822a133.495706 133.495706 0 0 0 133.495707 134.295082z",fill:"#6F737E"}),(0,c.jsx)("path",{d:"M1004.817386 840.943013a79.937549 79.937549 0 1 1 0-159.875097 34.373146 34.373146 0 0 0 34.373146-32.774395V533.982826a34.373146 34.373146 0 0 0-34.373146-34.373146H879.315435v-10.391881a103.119438 103.119438 0 1 0-206.238876 0v10.391881H549.972734a35.172521 35.172521 0 0 0-35.172522 34.373146v124.702576h-10.391881a103.119438 103.119438 0 1 0 0 206.238876h10.391881v124.702576a35.172521 35.172521 0 0 0 35.172522 34.373146H663.484053a34.373146 34.373146 0 0 0 34.373146-34.373146 79.937549 79.937549 0 0 1 159.875098 0 34.373146 34.373146 0 0 0 34.373146 34.373146h114.310694a34.373146 34.373146 0 0 0 34.373146-34.373146V879.313037a34.373146 34.373146 0 0 0-35.971897-38.370024z",fill:"#6F737E"})]}),github:(0,c.jsxs)("svg",{viewBox:"0 0 1049 1024",width:"20",height:"20",children:[(0,c.jsx)("path",{d:"M524.979332 0C234.676191 0 0 234.676191 0 524.979332c0 232.068678 150.366597 428.501342 358.967656 498.035028 26.075132 5.215026 35.636014-11.299224 35.636014-25.205961 0-12.168395-0.869171-53.888607-0.869171-97.347161-146.020741 31.290159-176.441729-62.580318-176.441729-62.580318-23.467619-60.841976-58.234462-76.487055-58.234463-76.487055-47.804409-32.15933 3.476684-32.15933 3.476685-32.15933 53.019436 3.476684 80.83291 53.888607 80.83291 53.888607 46.935238 79.963739 122.553122 57.365291 152.97411 43.458554 4.345855-33.897672 18.252593-57.365291 33.028501-70.402857-116.468925-12.168395-239.022047-57.365291-239.022047-259.012982 0-57.365291 20.860106-104.300529 53.888607-140.805715-5.215026-13.037566-23.467619-66.926173 5.215027-139.067372 0 0 44.327725-13.906737 144.282399 53.888607 41.720212-11.299224 86.917108-17.383422 131.244833-17.383422s89.524621 6.084198 131.244833 17.383422C756.178839 203.386032 800.506564 217.29277 800.506564 217.29277c28.682646 72.1412 10.430053 126.029806 5.215026 139.067372 33.897672 36.505185 53.888607 83.440424 53.888607 140.805715 0 201.64769-122.553122 245.975415-239.891218 259.012982 19.121764 16.514251 35.636014 47.804409 35.636015 97.347161 0 70.402857-0.869171 126.898978-0.869172 144.282399 0 13.906737 9.560882 30.420988 35.636015 25.205961 208.601059-69.533686 358.967656-265.96635 358.967655-498.035028C1049.958663 234.676191 814.413301 0 524.979332 0z",fill:"#191717"}),(0,c.jsx)("path",{d:"M199.040177 753.571326c-0.869171 2.607513-5.215026 3.476684-8.691711 1.738342s-6.084198-5.215026-4.345855-7.82254c0.869171-2.607513 5.215026-3.476684 8.691711-1.738342s5.215026 5.215026 4.345855 7.82254z m-6.953369-4.345856M219.900283 777.038945c-2.607513 2.607513-7.82254 0.869171-10.430053-2.607514-3.476684-3.476684-4.345855-8.691711-1.738342-11.299224 2.607513-2.607513 6.953369-0.869171 10.430053 2.607514 3.476684 4.345855 4.345855 9.560882 1.738342 11.299224z m-5.215026-5.215027M240.760389 807.459932c-3.476684 2.607513-8.691711 0-11.299224-4.345855-3.476684-4.345855-3.476684-10.430053 0-12.168395 3.476684-2.607513 8.691711 0 11.299224 4.345855 3.476684 4.345855 3.476684 9.560882 0 12.168395z m0 0M269.443034 837.011749c-2.607513 3.476684-8.691711 2.607513-13.906737-1.738342-4.345855-4.345855-6.084198-10.430053-2.607513-13.037566 2.607513-3.476684 8.691711-2.607513 13.906737 1.738342 4.345855 3.476684 5.215026 9.560882 2.607513 13.037566z m0 0M308.555733 853.526c-0.869171 4.345855-6.953369 6.084198-13.037566 4.345855-6.084198-1.738342-9.560882-6.953369-8.691711-10.430053 0.869171-4.345855 6.953369-6.084198 13.037566-4.345855 6.084198 1.738342 9.560882 6.084198 8.691711 10.430053z m0 0M351.145116 857.002684c0 4.345855-5.215026 7.82254-11.299224 7.82254-6.084198 0-11.299224-3.476684-11.299224-7.82254s5.215026-7.82254 11.299224-7.82254c6.084198 0 11.299224 3.476684 11.299224 7.82254z m0 0M391.126986 850.049315c0.869171 4.345855-3.476684 8.691711-9.560882 9.560882-6.084198 0.869171-11.299224-1.738342-12.168395-6.084197-0.869171-4.345855 3.476684-8.691711 9.560881-9.560882 6.084198-0.869171 11.299224 1.738342 12.168396 6.084197z m0 0",fill:"#191717"})]}),issue:(0,c.jsxs)("svg",{className:"issue",viewBox:"0 0 1024 1024",width:"23",height:"23",children:[(0,c.jsx)("path",{d:"M1022.976 698.368c0-58.88-24.064-113.664-64.512-155.648-44.544 175.616-223.744 307.2-438.784 310.784 51.712 55.296 131.072 90.624 219.648 90.624 21.504 0 41.984-2.048 61.952-6.144 54.784 75.776 121.856 72.192 121.856 72.192-24.064-14.848-27.136-69.632-26.112-108.032 76.288-44.032 125.952-119.296 125.952-203.776z m0 0",fill:"#558EFF"}),(0,c.jsx)("path",{d:"M458.24 13.824C205.312 13.824 0 191.488 0 410.624c0 137.216 80.384 258.048 202.24 329.216 1.536 61.44-3.584 150.016-41.984 174.592 0 0 108.544 5.632 197.12-116.736 32.256 6.144 66.048 9.728 100.352 9.728H465.92c215.04-3.584 394.24-135.168 438.784-310.784 7.168-27.648 10.752-56.32 10.752-86.016 0.512-219.136-204.288-396.8-457.216-396.8zM256 462.848c-33.792 0-60.928-27.136-60.928-60.928 0-33.792 27.136-60.928 60.928-60.928 33.792 0 60.928 27.136 60.928 60.928 0 33.792-27.136 60.928-60.928 60.928z m202.24 0c-33.792 0-60.928-27.136-60.928-60.928 0-33.792 27.136-60.928 60.928-60.928 33.792 0 60.928 27.136 60.928 60.928 0 33.792-27.136 60.928-60.928 60.928z m202.24 0c-33.792 0-60.928-27.136-60.928-60.928 0-33.792 27.136-60.928 60.928-60.928 33.792 0 60.928 27.136 60.928 60.928 0 33.792-27.136 60.928-60.928 60.928z m0 0",fill:"#549EFF"})]}),gitee:(0,c.jsx)("svg",{className:"gitee",viewBox:"0 0 1024 1024",width:"200",height:"200",children:(0,c.jsx)("path",{d:"M512 1024C229.222 1024 0 794.778 0 512S229.222 0 512 0s512 229.222 512 512-229.222 512-512 512z m259.149-568.883h-290.74a25.293 25.293 0 0 0-25.292 25.293l-0.026 63.206c0 13.952 11.315 25.293 25.267 25.293h177.024c13.978 0 25.293 11.315 25.293 25.267v12.646a75.853 75.853 0 0 1-75.853 75.853h-240.23a25.293 25.293 0 0 1-25.267-25.293V417.203a75.853 75.853 0 0 1 75.827-75.853h353.946a25.293 25.293 0 0 0 25.267-25.292l0.077-63.207a25.293 25.293 0 0 0-25.268-25.293H417.152a189.62 189.62 0 0 0-189.62 189.645V771.15c0 13.977 11.316 25.293 25.294 25.293h372.94a170.65 170.65 0 0 0 170.65-170.65V480.384a25.293 25.293 0 0 0-25.293-25.267z",fill:"#C71D23"})}),plugin:(0,c.jsxs)("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24",children:[(0,c.jsx)("path",{d:"M937.6 251.3L538 69.7c-11.5-5.1-24.6-5.1-36.1 0L102.4 251.3c-22.4 9.9-32.5 32.2-22.6 54.6 4.5 10.1 12.5 15.1 22.6 19.6L502 506.1c11.5 5.1 24.6 5.1 36.1 0l399.6-180.6c22.4-9.9 32.5-33.2 22.6-55.6-4.6-10.1-12.6-14.1-22.7-18.6zM497.6 723.4l-398.7-165c-18.4-7.6-27.1-28.7-19.5-47 7.6-18.4 28.7-27.1 47-19.5l398.7 165c18.4 7.6 27.1 28.7 19.5 47-7.6 18.3-28.6 27.1-47 19.5z"}),(0,c.jsx)("path",{d:"M526.4 723.4l398.7-165c18.4-7.6 27.1-28.7 19.5-47-7.6-18.4-28.7-27.1-47-19.5l-398.7 165c-18.4 7.6-27.1 28.7-19.5 47 7.6 18.3 28.6 27.1 47 19.5z"}),(0,c.jsx)("path",{d:"M497.6 955.4l-398.7-165c-18.4-7.6-27.1-28.7-19.5-47 7.6-18.4 28.7-27.1 47-19.5l398.7 165c18.4 7.6 27.1 28.7 19.5 47-7.6 18.3-28.6 27.1-47 19.5z"}),(0,c.jsx)("path",{d:"M526.4 955.4l398.7-165c18.4-7.6 27.1-28.7 19.5-47-7.6-18.4-28.7-27.1-47-19.5l-398.7 165c-18.4 7.6-27.1 28.7-19.5 47 7.6 18.3 28.6 27.1 47 19.5z"})]})};function w(){var e=(0,l.TH)(),n=j.find((function(n){return new RegExp("^".concat(n.path||"")).test(e.pathname)}));return null!==n&&void 0!==n&&n.children?(0,c.jsxs)("div",{className:g.wapper,children:[(0,c.jsxs)("h2",{className:g.title,children:[b[n.icon],(0,c.jsx)("span",{children:n.name})]}),(0,c.jsx)("div",{className:g.menu,children:n.children&&n.children.map((function(e,n){return e.divider?(0,c.jsx)("div",{className:g.divider,children:e.name},n):/^http(?:|s):\/\//.test(e.path||"")?(0,c.jsxs)("a",{href:e.path,target:"__blank",children:[e.name,(0,c.jsxs)("svg",{viewBox:"0 0 1024 1024",width:14,children:[(0,c.jsx)("path",{d:"M821.1456 276.8384c-235.9296 25.1392-449.1776 226.7136-490.5472 452.352a38.4 38.4 0 1 1-75.5712-13.824c45.568-248.576 269.312-468.48 526.6944-510.6688l-117.8112-69.1712a38.4 38.4 0 0 1 38.912-66.2528l223.3344 131.1744a38.4 38.4 0 0 1 10.1376 57.6l-170.752 206.6432a38.4 38.4 0 1 1-59.1872-48.9472l114.7904-138.9056z"}),(0,c.jsx)("path",{d:"M832 620.0832a38.4 38.4 0 0 1 76.8 0v158.208c0 85.9648-61.5936 157.8496-140.8 157.8496H204.8c-79.2064 0-140.8-71.8848-140.8-157.9008V300.3904c0-86.016 61.5936-157.8496 140.8-157.8496h220.2112a38.4 38.4 0 1 1 0 76.8H204.8c-33.8944 0-64 35.072-64 81.0496V778.24c0 45.9776 30.1056 81.1008 64 81.1008h563.2c33.8944 0 64-35.1232 64-81.1008v-158.1568z"})]})]},n):(0,c.jsx)(o.OL,{to:e.path||"",replace:!0,children:e.name},n)}))})]}):null}var C={logo:"index_logo__kUQOi",top:"index_top__DLxV-",nav:"index_nav__SdXbb",navTop:"index_navTop__08yh1",btn:"index_btn__YYGUe",btnTop:"index_btnTop__PlNw6"},N={layout:"top"},Z=function(e,n){return(0,s.Z)((0,s.Z)({},e),n)},k=i.createContext({state:N,dispatch:function(){return null}}),S=t(62545),E={menu:(0,c.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 26 26",children:(0,c.jsxs)("g",{fill:"none",fillRule:"evenodd",children:[(0,c.jsx)("rect",{width:"26",height:"26",fill:"#9E9E9E",rx:"4"}),(0,c.jsx)("rect",{width:"5",height:"20",x:"3",y:"3",fill:"#202224",rx:"2.5"}),(0,c.jsx)("rect",{width:"12",height:"20",x:"11",y:"3",fill:"#FFF",fillOpacity:".657",rx:"2"})]})}),menutop:(0,c.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 26 26",children:(0,c.jsxs)("g",{fill:"none",fillRule:"evenodd",children:[(0,c.jsx)("rect",{width:"26",height:"26",fill:"#9E9E9E",rx:"4"}),(0,c.jsx)("rect",{width:"20",height:"5",x:"3",y:"3",fill:"#202224",rx:"2.5"}),(0,c.jsx)("rect",{width:"20",height:"12",x:"3",y:"11",fill:"#FFF",fillOpacity:".66",rx:"2"})]})}),china:(0,c.jsxs)("svg",{className:"flag",width:"19",height:"19",viewBox:"0 0 512 512",children:[(0,c.jsx)("defs",{children:(0,c.jsx)("path",{id:"a",fill:"#ffde00",d:"M1-.3L-.7.8 0-1 .6.8-1-.3z"})}),(0,c.jsx)("path",{fill:"#de2910",d:"M0 0h512v512H0z"}),(0,c.jsx)("use",{width:"30",height:"20",transform:"matrix(76.8 0 0 76.8 128 128)",xlinkHref:"#a"}),(0,c.jsx)("use",{width:"30",height:"20",transform:"rotate(-121 142.6 -47) scale(25.5827)",xlinkHref:"#a"}),(0,c.jsx)("use",{width:"30",height:"20",transform:"rotate(-98.1 198 -82) scale(25.6)",xlinkHref:"#a"}),(0,c.jsx)("use",{width:"30",height:"20",transform:"rotate(-74 272.4 -114) scale(25.6137)",xlinkHref:"#a"}),(0,c.jsx)("use",{width:"30",height:"20",transform:"matrix(16 -19.968 19.968 16 256 230.4)",xlinkHref:"#a"})]})};function P(){var e=(0,i.useContext)(k),n=e.state,t=e.dispatch;return(0,c.jsxs)(i.Fragment,{children:[(0,c.jsx)("div",{className:[C.logo,"left"===n.layout?null:C.top].filter(Boolean).join(" ").trim(),children:(0,c.jsxs)(o.rU,{to:"/",children:[S.Z.dark,"top"===n.layout&&(0,c.jsxs)("span",{children:["UIW",(0,c.jsx)("sup",{children:h.i8})]})]})}),(0,c.jsx)("div",{className:[C.nav,"left"===n.layout?null:C.navTop].filter(Boolean).join(" ").trim(),children:j.map((function(e,t){var r=e.path,i=e.name,a=e.icon;if(Object.keys(b).includes(a)&&(a=b[a]),/^https?:(?:\/\/)?/.test(r))return"top"===n.layout?(0,c.jsxs)("a",{target:"__blank",href:r,className:C.outerUrl,children:[a," ",(0,c.jsx)("span",{children:i})]},t):(0,c.jsx)(u.Tooltip,{usePortal:!1,placement:"left"===n.layout?"right":"bottom",content:(0,c.jsx)("span",{style:{whiteSpace:"nowrap"},children:i}),children:(0,c.jsx)("a",{target:"__blank",href:r,className:C.outerUrl,children:a})},t);var l={color:"#fff"};return"top"===n.layout?(0,c.jsxs)(o.OL,{to:r,style:function(e){return e.isActive?l:void 0},children:[a," ",(0,c.jsx)("span",{children:i})]},t):(0,c.jsx)(u.Tooltip,{usePortal:!1,placement:"left"===n.layout?"right":"bottom",content:(0,c.jsx)("span",{style:{whiteSpace:"nowrap"},children:i}),children:(0,c.jsx)(o.OL,{to:r,style:function(e){return e.isActive?l:void 0},children:a})},t)}))}),(0,c.jsxs)("div",{className:[C.btn,"left"===n.layout?null:C.btnTop].filter(Boolean).join(" ").trim(),children:[(0,c.jsx)(u.Tooltip,{placement:"left"===n.layout?"right":"bottom",content:"\u56fd\u5185\u955c\u50cf\u7ad9\u70b9",children:(0,c.jsx)("a",{href:"http://uiw.gitee.io",rel:"noopener noreferrer",target:"_blank",children:E.china})}),(0,c.jsx)("button",{onClick:function(){return t({layout:"left"===n.layout?"top":"left"})},children:"left"===n.layout?E.menu:E.menutop})]})]})}var M=u.Layout.Header,B=u.Layout.Sider,L=u.Layout.Content;function z(e){var n=e.siderMenu,t=void 0===n||n,r=(0,i.useContext)(k).state;return(0,c.jsx)(u.Layout,{className:x.layout,children:"top"===r.layout?(0,c.jsxs)(i.Fragment,{children:[(0,c.jsx)(u.Affix,{offsetTop:0,style:{zIndex:999},children:(0,c.jsx)(M,{style:{display:"flex",alignItems:"center"},children:(0,c.jsx)(P,{})})}),(0,c.jsxs)(u.Layout,{className:x.layoutWrap,children:[(0,c.jsx)(B,{width:t?260:0,className:x.layoutSider,children:(0,c.jsx)("div",{style:{width:t?260:0,height:"calc(100vh - 53px)"},children:(0,c.jsx)(w,{})})}),(0,c.jsx)(L,{style:{padding:20},className:x.layoutContent,children:(0,c.jsx)(l.j3,{})})]})]}):(0,c.jsxs)(i.Fragment,{children:[(0,c.jsx)(B,{width:t?330:64,children:(0,c.jsxs)(u.Layout,{className:x.sider,children:[(0,c.jsx)(B,{className:x.menuWarpper,width:64,children:(0,c.jsx)(P,{})}),(0,c.jsx)(u.Layout,{style:{position:"fixed",width:t?330:64,zIndex:1,left:0,top:0,bottom:0,overflow:"auto"},children:(0,c.jsx)(L,{className:x.subMenu,style:{paddingLeft:64},children:(0,c.jsx)(w,{})})})]})}),(0,c.jsxs)(u.Layout,{style:{position:"relative"},children:[(0,c.jsx)(M,{style:{height:"inherit",lineHeight:"32px",position:"absolute",padding:"5px 10px",width:"100%",display:"flex",flexDirection:"row",justifyContent:"flex-end",backgroundColor:"transparent",zIndex:99},children:(0,c.jsx)(v,{data:y})}),(0,c.jsx)(L,{style:{padding:20},className:x.layoutContent,children:(0,c.jsx)(l.j3,{})})]})]})})}var O=function(e){return function(n){return(0,c.jsx)(i.Suspense,{fallback:(0,c.jsx)(f,{}),children:(0,c.jsx)(e,(0,s.Z)({},n))})}},D=O((0,i.lazy)((function(){return t.e(9200).then(t.bind(t,69200))}))),A=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(6730)]).then(t.bind(t,29569))}))),R=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(875)]).then(t.bind(t,36074))}))),T=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(6715)]).then(t.bind(t,56238))}))),I=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(643)]).then(t.bind(t,667))}))),F=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4188)]).then(t.bind(t,39877))}))),H=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(163)]).then(t.bind(t,11314))}))),W=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7104)]).then(t.bind(t,19848))}))),V=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5308)]).then(t.bind(t,53510))}))),_=O((0,i.lazy)((function(){return t.e(4877).then(t.bind(t,64877))}))),K=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(3917)]).then(t.bind(t,81423))}))),Y=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1059)]).then(t.bind(t,96790))}))),$=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1820)]).then(t.bind(t,29206))}))),U=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9853)]).then(t.bind(t,17068))}))),J=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7834)]).then(t.bind(t,88412))}))),G=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(694)]).then(t.bind(t,53929))}))),q=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(6510)]).then(t.bind(t,62204))}))),X=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5263)]).then(t.bind(t,21750))}))),Q=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2230)]).then(t.bind(t,58123))}))),ee=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4503)]).then(t.bind(t,25534))}))),ne=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9763)]).then(t.bind(t,21072))}))),te=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(221)]).then(t.bind(t,96632))}))),re=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5933)]).then(t.bind(t,52174))}))),ie=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2782)]).then(t.bind(t,26519))}))),ae=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5408)]).then(t.bind(t,14198))}))),oe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7390)]).then(t.bind(t,26989))}))),le=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(8566)]).then(t.bind(t,20873))}))),se=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2582)]).then(t.bind(t,51374))}))),ce=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(8073)]).then(t.bind(t,4916))}))),de=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(8023)]).then(t.bind(t,78185))}))),ue=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2411)]).then(t.bind(t,57018))}))),fe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9776)]).then(t.bind(t,3536))}))),he=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2737)]).then(t.bind(t,63926))}))),pe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7884)]).then(t.bind(t,78844))}))),me=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9384)]).then(t.bind(t,38661))}))),ve=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9673)]).then(t.bind(t,20605))}))),xe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7157)]).then(t.bind(t,92106))}))),ye=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9777)]).then(t.bind(t,62787))}))),ge=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(3518)]).then(t.bind(t,51130))}))),je=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1619)]).then(t.bind(t,63390))}))),be=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2367)]).then(t.bind(t,23472))}))),we=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4128)]).then(t.bind(t,77380))}))),Ce=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1061)]).then(t.bind(t,58525))}))),Ne=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2190)]).then(t.bind(t,12036))}))),Ze=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2595)]).then(t.bind(t,93520))}))),ke=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5244)]).then(t.bind(t,91339))}))),Se=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7541)]).then(t.bind(t,88352))}))),Ee=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5595)]).then(t.bind(t,67774))}))),Pe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1169)]).then(t.bind(t,92003))}))),Me=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9253)]).then(t.bind(t,73255))}))),Be=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5393)]).then(t.bind(t,45171))}))),Le=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1317)]).then(t.bind(t,60717))}))),ze=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(8898)]).then(t.bind(t,77002))}))),Oe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(433)]).then(t.bind(t,69149))}))),De=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7875)]).then(t.bind(t,13902))}))),Ae=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4010)]).then(t.bind(t,92425))}))),Re=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(3812)]).then(t.bind(t,88915))}))),Te=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(3313)]).then(t.bind(t,50216))}))),Ie=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(748)]).then(t.bind(t,86726))}))),Fe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9260)]).then(t.bind(t,36770))}))),He=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4396)]).then(t.bind(t,90389))}))),We=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9503)]).then(t.bind(t,82186))}))),Ve=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(1584)]).then(t.bind(t,71937))}))),_e=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2156)]).then(t.bind(t,17292))}))),Ke=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(2316)]).then(t.bind(t,62462))}))),Ye=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(9121)]).then(t.bind(t,52287))}))),$e=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4948)]).then(t.bind(t,12357))}))),Ue=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4648)]).then(t.bind(t,40015))}))),Je=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4098)]).then(t.bind(t,92910))}))),Ge=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7761)]).then(t.bind(t,76733))}))),qe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(4405)]).then(t.bind(t,98680))}))),Xe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(5865)]).then(t.bind(t,8041))}))),Qe=O((0,i.lazy)((function(){return Promise.all([t.e(889),t.e(6982),t.e(782),t.e(7087)]).then(t.bind(t,28928))}))),en=[{path:"/extensions",element:(0,c.jsx)(z,{siderMenu:!1}),children:[{index:!0,element:(0,c.jsx)(A,{})},{path:"*",element:(0,c.jsx)(d,{})}]},{path:"/guide",element:(0,c.jsx)(z,{}),children:[{index:!0,element:(0,c.jsx)(R,{})},{path:"/guide/quick-start",element:(0,c.jsx)(R,{})},{path:"/guide/import",element:(0,c.jsx)(T,{})},{path:"/guide/create-react-app",element:(0,c.jsx)(I,{})},{path:"/guide/kkt",element:(0,c.jsx)(F,{})},{path:"/guide/vscode",element:(0,c.jsx)(W,{})},{path:"/guide/docs",element:(0,c.jsx)(H,{})},{path:"/guide/recommendation",element:(0,c.jsx)(V,{})},{path:"*",element:(0,c.jsx)(d,{})}]},{path:"/components",element:(0,c.jsx)(z,{}),children:[{index:!0,element:(0,c.jsx)(_,{})},{path:"/components/overview",element:(0,c.jsx)(_,{})},{path:"/components/colors",element:(0,c.jsx)(K,{})},{path:"/components/reset-css",element:(0,c.jsx)(U,{})},{path:"/components/alert",element:(0,c.jsx)(Y,{})},{path:"/components/auto-link",element:(0,c.jsx)($,{})},{path:"/components/avatar",element:(0,c.jsx)(J,{})},{path:"/components/affix",element:(0,c.jsx)(G,{})},{path:"/components/calendar",element:(0,c.jsx)(q,{})},{path:"/components/checkbox",element:(0,c.jsx)(Q,{})},{path:"/components/copy-to-clipboard",element:(0,c.jsx)(ee,{})},{path:"/components/collapse",element:(0,c.jsx)(ne,{})},{path:"/components/card",element:(0,c.jsx)(te,{})},{path:"/components/carousel",element:(0,c.jsx)(re,{})},{path:"/components/cascader",element:(0,c.jsx)(X,{})},{path:"/components/descriptions",element:(0,c.jsx)(ie,{})},{path:"/components/loader",element:(0,c.jsx)(ae,{})},{path:"/components/icon",element:(0,c.jsx)(oe,{})},{path:"/components/divider",element:(0,c.jsx)(le,{})},{path:"/components/drawer",element:(0,c.jsx)(se,{})},{path:"/components/date-picker",element:(0,c.jsx)(ce,{})},{path:"/components/date-input",element:(0,c.jsx)(de,{})},{path:"/components/dropdown",element:(0,c.jsx)(ue,{})},{path:"/components/badge",element:(0,c.jsx)(fe,{})},{path:"/components/progress",element:(0,c.jsx)(he,{})},{path:"/components/pagination",element:(0,c.jsx)(pe,{})},{path:"/components/pin-code",element:(0,c.jsx)(me,{})},{path:"/components/input",element:(0,c.jsx)(ve,{})},{path:"/components/button",element:(0,c.jsx)(xe,{})},{path:"/components/radio",element:(0,c.jsx)(ye,{})},{path:"/components/select",element:(0,c.jsx)(ge,{})},{path:"/components/search-select",element:(0,c.jsx)(je,{})},{path:"/components/split",element:(0,c.jsx)(be,{})},{path:"/components/switch",element:(0,c.jsx)(we,{})},{path:"/components/slider",element:(0,c.jsx)(Ce,{})},{path:"/components/grid",element:(0,c.jsx)(Ne,{})},{path:"/components/form",element:(0,c.jsx)(Ze,{})},{path:"/components/file-input",element:(0,c.jsx)(ke,{})},{path:"/components/breadcrumb",element:(0,c.jsx)(Se,{})},{path:"/components/list",element:(0,c.jsx)(Ee,{})},{path:"/components/layout",element:(0,c.jsx)(Pe,{})},{path:"/components/notify",element:(0,c.jsx)(Me,{})},{path:"/components/tree",element:(0,c.jsx)(Be,{})},{path:"/components/tree-checked",element:(0,c.jsx)(Le,{})},{path:"/components/search-tree",element:(0,c.jsx)(ze,{})},{path:"/components/transfer",element:(0,c.jsx)(Oe,{})},{path:"/components/tag",element:(0,c.jsx)(De,{})},{path:"/components/tabs",element:(0,c.jsx)(Ae,{})},{path:"/components/tooltip",element:(0,c.jsx)(Re,{})},{path:"/components/table",element:(0,c.jsx)(Te,{})},{path:"/components/time-picker",element:(0,c.jsx)(Ie,{})},{path:"/components/rate",element:(0,c.jsx)(Fe,{})},{path:"/components/overlay",element:(0,c.jsx)(He,{})},{path:"/components/back-top",element:(0,c.jsx)(We,{})},{path:"/components/portal",element:(0,c.jsx)(Ve,{})},{path:"/components/overlay-trigger",element:(0,c.jsx)(_e,{})},{path:"/components/popover",element:(0,c.jsx)(Ke,{})},{path:"/components/message",element:(0,c.jsx)(Ye,{})},{path:"/components/month-picker",element:(0,c.jsx)($e,{})},{path:"/components/textarea",element:(0,c.jsx)(Ue,{})},{path:"/components/modal",element:(0,c.jsx)(Je,{})},{path:"/components/formatter",element:(0,c.jsx)(Ge,{})},{path:"/components/steps",element:(0,c.jsx)(qe,{})},{path:"/components/menu",element:(0,c.jsx)(Xe,{})},{path:"/components/empty",element:(0,c.jsx)(Qe,{})},{path:"*",element:(0,c.jsx)(d,{})}]},{path:"/",element:(0,c.jsx)(D,{})}],nn=function(){return(0,l.V$)(en)},tn=function(e){var n=e.children,t=(0,i.useReducer)(Z,N),a=(0,r.Z)(t,2),o=a[0],l=a[1];return(0,c.jsx)(k.Provider,{value:{state:o,dispatch:l},children:n})};a.render((0,c.jsx)(o.UT,{children:(0,c.jsx)(tn,{children:(0,c.jsx)(nn,{})})}),document.getElementById("root"))},46317:function(e,n,t){t.r(n),t.d(n,{Affix:function(){return x},Alert:function(){return A},AutoLink:function(){return I},Avatar:function(){return H},BackTop:function(){return _},Badge:function(){return Y},Breadcrumb:function(){return q},Button:function(){return L},ButtonGroup:function(){return Q},Calendar:function(){return Ue},Card:function(){return Ge},Carousel:function(){return Xe},Cascader:function(){return mn},Checkbox:function(){return kn},CheckboxGroup:function(){return wn},Col:function(){return ut},Collapse:function(){return Ln},CopyToClipboard:function(){return An},DateInput:function(){return Fn},DateInputRange:function(){return Tn},DatePicker:function(){return _e},DatePickerCaption:function(){return He},DatePickerDay:function(){return Oe},DatePickerMonth:function(){return Ae},DatePickerYear:function(){return Te},DayRect:function(){return Be},Descriptions:function(){return Un},Divider:function(){return Gn},Drawer:function(){return Qn},Dropdown:function(){return en},Empty:function(){return nt},FileInput:function(){return ct},Form:function(){return gt},FormItem:function(){return mt},Icon:function(){return M},Input:function(){return je},Layout:function(){return kt.ZP},LayoutContent:function(){return kt.bU},LayoutContext:function(){return kt.VY},LayoutFooter:function(){return kt.D4},LayoutHeader:function(){return kt.NC},LayoutSider:function(){return kt.Ju},List:function(){return Zt},ListItem:function(){return bt},Loader:function(){return Et},Menu:function(){return pn},MenuDivider:function(){return ln},MenuItem:function(){return an},Message:function(){return Mt},Modal:function(){return O},MonthPicker:function(){return zt},Notify:function(){return Ht},Overlay:function(){return S},OverlayTrigger:function(){return ve},Pagination:function(){return Ut},PinCode:function(){return qt},Popover:function(){return ye},Portal:function(){return Z},Progress:function(){return rr},Radio:function(){return yn},RadioAbstract:function(){return xn},RadioGroup:function(){return jn},Rate:function(){return ar},Row:function(){return ht},SearchSelect:function(){return cr},SearchTree:function(){return ii},Select:function(){return Yt},Slider:function(){return xr},Split:function(){return dr.Z},Steps:function(){return pr},SubMenu:function(){return dn},Switch:function(){return gr},Table:function(){return zr},Tabs:function(){return Rr},Tag:function(){return lr},Textarea:function(){return Ir},TimePicker:function(){return Se},TimePickerTime:function(){return Ze},Tooltip:function(){return Hr},Transfer:function(){return ai},Tree:function(){return Gr},TreeChecked:function(){return Xr},canUseDOM:function(){return N},formatter:function(){return ee.Z},getChildKeys:function(){return $r},randomid:function(){return kt.SH}});var r=t(22951),i=t(91976),a=t(47169),o=t(67591),l=t(43415),s=t(30808),c=t(25773),d=t(41473);function u(){}function f(e,n){if("undefined"===typeof window)return 0;var t=n?"scrollTop":"scrollLeft",r=e===window,i=r?e[n?"pageYOffset":"pageXOffset"]:e[t];return r&&"number"!==typeof i&&(i=document.documentElement[t]),i}var h=function(e,n){var t=e.getBoundingClientRect(),r=function(e){return e!==window?e.getBoundingClientRect():{top:0,left:0,bottom:0}}(n),i=f(n,!0),a=f(n),o=window.document.body,l=o.clientTop||0,s=o.clientLeft||0;return{top:t.top-r.top+i-l,left:t.left-r.left+a-s,width:t.width,height:t.height}},p=function(){return"undefined"!==typeof window?window:null},m=t(69286),v=["prefixCls","className","children","offsetTop","offsetBottom","target","onChange"],x=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(e){var i;return(0,r.Z)(this,t),(i=n.call(this,e)).state={placeholderStyle:void 0,affixStyle:void 0},i.box=void 0,i.target=void 0,i.events=["resize","scroll","touchstart","touchmove","touchend","pageshow","load"],i.eventHandlers={},i.timeout=void 0,i.getInstance=function(e){e&&(i.box=e)},i.updatePosition=i.updatePosition.bind((0,a.Z)(i)),i}return(0,i.Z)(t,[{key:"componentDidMount",value:function(){var e=this,n=this.props.target||p;this.timeout=window.setTimeout((function(){e.target=n(),e.setTargetEventListeners()}))}},{key:"componentWillUnmount",value:function(){this.clearEventListeners(),clearTimeout(this.timeout)}},{key:"updatePosition",value:function(){var e=this.props.offsetTop,n=this.props.offsetBottom;if(this.box&&this.box.offsetParent){var t={width:this.box.clientWidth,height:this.box.clientHeight},r={top:!0,bottom:!1};"number"!==typeof e&&"number"!==typeof n&&(r.top=!0,e=0),"number"===typeof n&&(r.top=!1,r.bottom=!0);var i=h(this.box,this.target),a=this.box.getBoundingClientRect(),o=document.documentElement.clientHeight-a.y-i.height;r.top&&a.y<0?(this.setPlaceholderStyle((0,c.Z)({},t)),this.setAffixStyle({position:"fixed",top:e||0,left:i.left,width:i.width})):r.bottom&&o<0?(this.setPlaceholderStyle((0,c.Z)({},t)),this.setAffixStyle({position:"fixed",bottom:n||0,left:i.left,width:i.width})):(this.setPlaceholderStyle(),this.setAffixStyle())}}},{key:"setAffixStyle",value:function(e){var n=this.props.onChange,t=!!this.state.affixStyle;this.setState({affixStyle:e},(function(){n&&n(t)}))}},{key:"setPlaceholderStyle",value:function(e){this.setState({placeholderStyle:e})}},{key:"setTargetEventListeners",value:function(){var e=this;this.clearEventListeners(),this.events.forEach((function(n){e.eventHandlers[n]=e.updatePosition,e.target&&e.target.addEventListener(n,e.updatePosition,!1)}))}},{key:"clearEventListeners",value:function(){var e=this;this.events.forEach((function(n){var t=e.eventHandlers[n];e.target&&e.target.removeEventListener(n,t,!1)}))}},{key:"render",value:function(){var e=this.props,n=e.prefixCls,t=e.className,r=e.children,i=(0,s.Z)(e,v),a=[t,n].filter(Boolean).join(" ").trim();return(0,m.jsx)("div",(0,c.Z)({},i,{ref:this.getInstance,style:(0,c.Z)({},this.state.placeholderStyle,this.props.style),children:(0,m.jsx)("div",{className:a,style:this.state.affixStyle,children:r})}))}}]),t}(d.Component);x.defaultProps={prefixCls:"w-affix",onChange:u};var y=t(11026),g=t(57135),j=t.n(g),b=t(27791),w=t(4250),C=t(7510),N=!("undefined"===typeof window||!window.document||!window.document.createElement);function Z(e){var n=e.container,t=(0,d.useRef)(),r=(0,d.useRef)(n);return(0,d.useEffect)((function(){return function(){t.current&&r.current&&(r.current.removeChild(t.current),t.current=void 0)}}),[]),N?(r.current||(r.current=document.body),t.current||(t.current=document.createElement("div"),r.current.appendChild(t.current)),C.createPortal(e.children,t.current)):null}var k=["className","style","isOpen","prefixCls","usePortal","maskClosable","backdropProps","portalProps","hasBackdrop","unmountOnExit","timeout","transitionName","onOpening","onOpened","onClosing","onClosed","onClose","children","dialogProps"];function S(e){var n=e.className,t=e.style,r=(e.isOpen,e.prefixCls),i=void 0===r?"w-overlay":r,a=e.usePortal,o=void 0===a||a,l=e.maskClosable,f=void 0===l||l,h=e.backdropProps,p=void 0===h?{}:h,v=e.portalProps,x=void 0===v?{}:v,g=e.hasBackdrop,j=void 0===g||g,b=e.unmountOnExit,C=void 0===b||b,N=e.timeout,S=void 0===N?300:N,E=e.transitionName,P=void 0===E?"w-overlay":E,M=e.onOpening,B=void 0===M?u:M,L=e.onOpened,z=void 0===L?u:L,O=e.onClosing,D=void 0===O?u:O,A=e.onClosed,R=void 0===A?u:A,T=e.onClose,I=void 0===T?u:T,F=e.children,H=e.dialogProps,W=void 0===H?{}:H,V=(0,s.Z)(e,k),_=(0,d.useState)(e.isOpen||!1),K=(0,y.Z)(_,2),Y=K[0],$=K[1],U=(0,d.useState)(!1),J=(0,y.Z)(U,2),G=J[0],q=J[1],X=(0,d.useRef)(null),Q=(0,d.useRef)(null);(0,d.useEffect)((function(){Y!==e.isOpen&&e.isOpen&&q(!0),Y===e.isOpen||e.isOpen||(te(),$(!1))}),[e.isOpen]),(0,d.useEffect)((function(){G&&(j&&o&&document.body.classList.add(i+"-open"),$(!0))}),[G]);var ee="object"===typeof F?(0,d.cloneElement)(F,(0,c.Z)({},W,{style:(0,c.Z)({},F.props.style,W.style),className:[F.props.className,i+"-content"].filter(Boolean).join(" ").trim(),tabIndex:0})):(0,m.jsx)("span",(0,c.Z)({},W,{className:i+"-content",children:F}));function ne(e){e.target!==X.current&&o||(f&&j&&(te(),$(!1),I&&I(e)),p&&p.onMouseDown&&p.onMouseDown(e))}function te(){j&&o&&document.body.classList.remove(i+"-open")}var re=(0,m.jsx)(w.Z,(0,c.Z)({classNames:P,unmountOnExit:C,timeout:S,in:Y,onEntering:B,onEntered:z,onExiting:D,onExited:function(e){q(!1),R&&R(e)}},V,{children:function(e){return(0,m.jsxs)("div",{style:t,ref:Q,className:[i,n,o?null:i+"-inline",Y?i+"-enter-done":null].filter(Boolean).join(" ").trim(),children:[j&&(0,d.cloneElement)((0,m.jsx)("div",{}),(0,c.Z)({},p,{onMouseDown:ne,className:[i+"-backdrop",p.className].filter(Boolean).join(" ").trim(),tabIndex:f?0:null})),o?(0,m.jsx)("div",{ref:X,onMouseDown:ne,className:i+"-container",children:(0,d.cloneElement)(ee,{"data-status":e})}):(0,d.cloneElement)(ee,{"data-status":e})]})}}));return G&&o?(0,m.jsx)(Z,(0,c.Z)({},(0,c.Z)({},x),{children:re})):re}var E=t(22193),P=["className","prefixCls","verticalAlign","tagName","color","type","spin"];function M(e){var n=e.className,t=e.prefixCls,r=void 0===t?"w-icon":t,i=e.verticalAlign,a=void 0===i?"middle":i,o=e.tagName,l=void 0===o?"span":o,u=e.color,f=e.type,h=e.spin,p=void 0!==h&&h,v=(0,s.Z)(e,P),x=null;if("string"===typeof f)x=(0,m.jsx)("svg",{fill:u,viewBox:"0 0 20 20",children:(E[f]||[]).map((function(e,n){return(0,m.jsx)("path",{d:e,fillRule:"evenodd"},n)}))});else{if(!d.isValidElement(f))return null;x=d.cloneElement(f,{fill:u})}v.style=(0,c.Z)({fill:"currentColor"},v.style);var y=(0,c.Z)({},v,{className:[r,n,r&&a?r+"-"+a:null,p&&r?r+"-spin":null].filter(Boolean).join(" ").trim()});return d.createElement(l,(0,c.Z)({},y),x)}var B=["prefixCls","disabled","active","loading","block","basic","htmlType","type","size","icon","className","children"],L=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-btn":t,i=e.disabled,a=void 0!==i&&i,o=e.active,l=void 0!==o&&o,u=e.loading,f=void 0!==u&&u,h=e.block,p=void 0!==h&&h,v=e.basic,x=void 0!==v&&v,y=e.htmlType,g=void 0===y?"button":y,j=e.type,b=void 0===j?"light":j,w=e.size,C=void 0===w?"default":w,N=e.icon,Z=e.className,k=e.children,S=(0,s.Z)(e,B),E=[Z,r,C?r+"-size-"+C:null,b?r+"-"+b:null,x?r+"-basic":null,f?r+"-loading":null,a||f?"disabled":null,l?"active":null,p?"block":null].filter(Boolean).join(" ").trim();return(0,m.jsxs)("button",(0,c.Z)({},S,{ref:n,type:g,disabled:a||f,className:E,children:[N&&(0,m.jsx)(M,{type:N}),k&&d.Children.map(k,(function(e){return e?d.isValidElement(e)?e:(0,m.jsx)("span",{children:e}):e}))]}))})),z=["prefixCls","className","children","useButton","usePortal","autoFocus","isOpen","title","cancelText","cancelButtonProps","confirmButtonProps","content","confirmText","type","icon","maxWidth","minWidth","width","isCloseButtonShown","onCancel","onConfirm","bodyStyle"],O=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-modal":t,i=e.className,a=e.children,o=e.useButton,l=void 0===o||o,f=e.usePortal,h=void 0===f||f,p=e.autoFocus,v=void 0!==p&&p,x=(e.isOpen,e.title),g=e.cancelText,w=e.cancelButtonProps,C=e.confirmButtonProps,N=e.content,Z=e.confirmText,k=void 0===Z?"\u786e\u8ba4":Z,E=e.type,P=void 0===E?"light":E,B=e.icon,O=e.maxWidth,D=void 0===O?500:O,A=e.minWidth,R=void 0===A?320:A,T=e.width,I=e.isCloseButtonShown,F=void 0===I||I,H=e.onCancel,W=void 0===H?u:H,V=e.onConfirm,_=void 0===V?u:V,K=e.bodyStyle,Y=(0,s.Z)(e,z),$=(0,d.useState)(e.isOpen),U=(0,y.Z)($,2),J=U[0],G=U[1];(0,d.useEffect)((function(){e.isOpen!==J&&G(e.isOpen)}),[e.isOpen]);var q=(0,d.useState)(!1),X=(0,y.Z)(q,2),Q=X[0],ee=X[1],ne=[r,i,P?""+P:null].filter(Boolean).join(" ").trim();function te(e){return re.apply(this,arguments)}function re(){return(re=(0,b.Z)(j().mark((function e(n){return j().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(ee(!0),e.prev=1,e.t0=W,!e.t0){e.next=6;break}return e.next=6,W(n);case 6:e.next=10;break;case 8:e.prev=8,e.t1=e.catch(1);case 10:G(!1),ee(!1);case 12:case"end":return e.stop()}}),e,null,[[1,8]])})))).apply(this,arguments)}function ie(){return(ie=(0,b.Z)(j().mark((function e(n){return j().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(ee(!0),e.prev=1,e.t0=_,!e.t0){e.next=6;break}return e.next=6,_(n);case 6:e.next=10;break;case 8:e.prev=8,e.t1=e.catch(1);case 10:G(!1),ee(!1);case 12:case"end":return e.stop()}}),e,null,[[1,8]])})))).apply(this,arguments)}return(0,m.jsx)(S,(0,c.Z)({usePortal:h,isOpen:J},Y,{onClose:function(){G(!1)},className:ne,children:(0,m.jsx)("div",{className:r+"-container",children:(0,m.jsxs)("div",{className:[r+"-inner",x?r+"-shown-title":null,B?r+"-shown-icon":null].filter(Boolean).join(" ").trim(),style:{maxWidth:D,minWidth:R,width:T},children:[(x||B)&&(0,m.jsxs)("div",{className:r+"-header",children:[B&&(0,m.jsx)(M,{type:B}),x&&(0,m.jsx)("h4",{children:x}),F&&(0,m.jsx)(L,{basic:!0,onClick:function(e){return te(e)},icon:"close",type:"light"})]}),(0,m.jsx)("div",{className:r+"-body",style:K,children:a||N}),l&&(0,m.jsxs)("div",{className:r+"-footer",children:[(0,m.jsx)(L,(0,c.Z)({autoFocus:v,type:P,loading:Q,disabled:Q},C,{onClick:function(e){return function(e){return ie.apply(this,arguments)}(e)},children:k})),g&&(0,m.jsx)(L,(0,c.Z)({},w,{onClick:function(e){return te(e)},children:g}))]})]})})}))})),D=["prefixCls","className","width"],A=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-alert":t,i=n.className,a=n.width,o=void 0===a?400:a,l=(0,s.Z)(e,D),d=[r,i].filter(Boolean).join(" ").trim();return(0,m.jsx)(O,(0,c.Z)({},l,{width:o,className:d,children:e.children}))},R=["text"],T=/((?:https?:\/\/)?(?:(?:[a-z0-9]?(?:[a-z0-9\-]{1,61}[a-z0-9])?\.[^\.|\s])+[a-z\.]*[a-z]+|(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3})(?::\d{1,5})*[a-z0-9.,_\/~#&=;%+?\-\\(\\)]*)/gi,I=function(e){void 0===e&&(e={});var n=e.text,t=void 0===n?"":n,r=(0,s.Z)(e,R);return(0,m.jsx)(d.Fragment,{children:t.split(T).map((function(e,n){var t=e.match(T);if(t&&t[0]){var i=t[0];return(0,d.createElement)("a",(0,c.Z)({},r,{key:n,href:i.startsWith("http")?i:"http://"+i}),i)}return(0,m.jsx)(d.Fragment,{children:e},n)}))})},F=["prefixCls","shape","size","className","src","alt","icon","onError"],H=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-avatar":t,i=e.shape,a=void 0===i?"circle":i,o=e.size,l=void 0===o?"default":o,f=e.className,h=e.src,p=e.alt,v=e.icon,x=e.onError,g=void 0===x?u:x,j=(0,s.Z)(e,F),b=e.children,w=(0,d.useState)(!0),C=(0,y.Z)(w,2),N=C[0],Z=C[1],k=[r,f,l?r+"-"+l:null,a?r+"-"+a:null,h?r+"-image":null].filter(Boolean).join(" ").trim();return(0,d.useEffect)((function(){Z(!0)}),[e.src]),N&&h?b=(0,m.jsx)("img",{src:h,alt:p,onError:function(e){!1!==(g?g(e):void 0)&&Z(!1)}}):v&&"string"===typeof v?b=(0,m.jsx)(M,{type:v}):v&&d.isValidElement(v)&&(b=v),(0,m.jsx)("span",(0,c.Z)({},j,{className:k,ref:n,children:b}))}));function W(){var e=0;return document&&document.documentElement&&document.documentElement.scrollTop?e=document.documentElement.scrollTop:document.body&&(e=document.body.scrollTop),e}var V=["prefixCls","className","content","children","offsetTop","fixed","speed","showBelow","clickable"],_=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-back-top":t,i=e.className,a=e.content,o=e.children,l=e.offsetTop,u=void 0===l?0:l,f=e.fixed,h=void 0===f||f,p=e.speed,v=void 0===p?100:p,x=e.showBelow,g=void 0===x?1:x,j=e.clickable,b=void 0===j||j,w=(0,s.Z)(e,V),C=h&&g||0,N=(0,d.useState)(0),Z=(0,y.Z)(N,2),k=Z[0],S=Z[1],E=(0,d.useState)(0),P=(0,y.Z)(E,2),M=P[0],B=P[1],L=k>=C,z=[r,i,h?null:"no-fixed",L?r+"-show":null,L?null:r+"-hide"].filter(Boolean).join(" ").trim();function O(){S(function(e){void 0===e&&(e=0);var n=0;return e100?100:n}(u)),B(W())}function D(){"number"===typeof u&&"number"===typeof v&&"number"===typeof M&&function(e,n,t){void 0===e&&(e=0),void 0===n&&(n=100),void 0===t&&(t=0);var r=0,i=setInterval((function(){t-r>=e?t-(r+=n)>=e?window.scrollTo(0,t-r):window.scrollTo(0,e):clearInterval(i)}),0)}(u,v,M)}return(0,d.useEffect)((function(){return window&&window.addEventListener("scroll",O),function(){window&&window.removeEventListener("scroll",O)}})),(0,m.jsxs)("div",(0,c.Z)({onClick:function(){return b&&D()},className:z},w,{ref:n,children:[a,"function"!==typeof o?o:o({percent:k,current:M,scrollToTop:D})]}))})),K=["prefixCls","className","style","color","max","dot","processing","count","children"],Y=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-badge":t,i=e.className,a=e.style,o=void 0===a?{}:a,l=e.color,d=e.max,u=void 0===d?99:d,f=e.dot,h=void 0!==f&&f,p=e.processing,v=void 0!==p&&p,x=e.count,y=e.children,g=(0,s.Z)(e,K),j={className:[h?null:r+"-count",h?"dot":null].filter(Boolean).join(" ").trim(),style:{}},b=[i,r,y?null:"nowrap",y?null:r+"-status",v?r+"-processing":null].filter(Boolean).join(" ").trim(),w={};return x||0===x?j.style=(0,c.Z)({backgroundColor:l},o):w.style=o||{},(0,m.jsxs)("span",(0,c.Z)({className:b},g,w,{ref:n,children:[l&&(0,m.jsx)("span",{className:r+"-dot",style:{backgroundColor:l}}),y,0!==x&&!l&&(0,m.jsx)("sup",(0,c.Z)({},j,{children:!h&&x&&u&&x>u?u+"+":x}))]}))})),$=["prefixCls","className","tagName","active","separator"],U=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-breadcrumb":t,i=e.className,a=e.tagName,o=void 0===a?"span":a,l=e.active,u=e.separator,f=(0,s.Z)(e,$),h=d.isValidElement(u),p=[r+"-item",i,l?"active":null,u?null:"no-separator",h?"no-before":null].filter(Boolean).join(" ").trim(),v=(0,c.Z)({className:p},f);return h||(v["data-separator"]=u),d.createElement(o,(0,c.Z)({},v,{ref:n}),(0,m.jsxs)(d.Fragment,{children:[h&&(0,m.jsx)("span",{className:r+"-separator",children:u}),e.children]}))})),J=["prefixCls","className","separator"],G=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-breadcrumb":t,i=e.className,a=e.separator,o=void 0===a?"/":a,l=(0,s.Z)(e,J),u=[r,i].filter(Boolean).join(" ").trim();return(0,m.jsx)("div",(0,c.Z)({},(0,c.Z)({className:u},l),{ref:n,children:d.Children.map(e.children,(function(e){return d.cloneElement(e,Object.assign({separator:o},e.props,{}))}))}))}));G.Item=U;var q=G,X=["prefixCls","vertical","children","className"],Q=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-btn-group":t,i=e.vertical,a=void 0!==i&&i,o=e.children,l=e.className,d=(0,s.Z)(e,X),u=[r,l,a&&r+"-vertical"].filter(Boolean).join(" ").trim();return(0,m.jsx)("div",(0,c.Z)({className:u},d,{ref:n,children:o}))})),ee=t(89437),ne=t(60726);function te(e,n){if(n)do{if(n===e)return!0}while(n=n.parentNode);return!1}function re(e){return"function"===typeof HTMLElement?e instanceof HTMLElement:e&&"object"===typeof e&&1===e.nodeType&&"string"===typeof e.nodeName}var ie=!("undefined"===typeof window||!window.document||!window.document.createElement)?function(e,n){return e&&e.contains&&"function"===typeof e.contains&&re(n)?e.contains(n):e&&e.compareDocumentPosition&&re(n)?e===n||!!e.compareDocumentPosition(n):te(e,n)}:te;function ae(e,n){var t="x"===n?"Left":"Top",r="Left"===t?"Right":"Bottom";return parseFloat(e["border"+t+"Width"])+parseFloat(e["border"+r+"Width"])}var oe="undefined"!==typeof window&&"undefined"!==typeof document,le=oe&&!(!window.MSInputMethodContext||!document.documentMode),se=oe&&/MSIE 10/.test(navigator.userAgent);function ce(e){return 11===e?le:10===e?se:le||se}function de(e,n,t,r){return Math.max(n["offset"+e],n["scroll"+e],t["client"+e],t["offset"+e],t["scroll"+e],ce(10)?parseInt(t["offset"+e],10)+parseInt(r["margin"+("Height"===e?"Top":"Left")],10)+parseInt(r["margin"+("Height"===e?"Bottom":"Right")],10):0)}function ue(e){var n={};try{if(ce(10)){n=e.getBoundingClientRect();var t=f(e,!0),r=f(e);n.top+=t,n.left+=r,n.bottom+=t,n.right+=r}else n=e.getBoundingClientRect()}catch(p){}var i,a={left:n.left,top:n.top,width:n.right-n.left,height:n.bottom-n.top},o="HTML"===e.nodeName?function(e){var n=e.body,t=e.documentElement,r=getComputedStyle(t);return{height:de("Height",n,t,r),width:de("Width",n,t,r)}}(e.ownerDocument):{},l=o.width||e.clientWidth||a.right-a.left,s=o.height||e.clientHeight||a.bottom-a.top,d=e.offsetWidth-l,u=e.offsetHeight-s;if(a.offsetLeft=e.offsetLeft||e.scrollLeft||0,a.offsetTop=e.offsetTop||e.offsetTop||0,d||u){var h=function(e,n){if(1!==e.nodeType)return[];var t=e.ownerDocument.defaultView.getComputedStyle(e,null);return n?t[n]:t}(e);d-=ae(h,"x"),u-=ae(h,"y"),a.width-=d,a.height-=u}return i=a,(0,c.Z)({},i,{right:i.left+i.width,bottom:i.top+i.height})}function fe(e){var n=e.getBoundingClientRect();return{width:e.offsetWidth||e.scrollWidth||n.width||0,height:e.offsetHeight||e.scrollHeight||n.height||0}}function he(e){var n=e||{},t=n.trigger,r=n.popup,i=n.placement,a=n.usePortal,o=n.autoAdjustOverflow,l={left:0,top:0,placement:i};if(!t||!r||!document)return l;var s=Math.max(document.documentElement.clientHeight,window.innerHeight||0),d=Math.max(document.documentElement.clientWidth,window.innerWidth||0);l.placement=i;var u=f(t.ownerDocument.documentElement,!0),h=f(t.ownerDocument.documentElement),p=(0,c.Z)({},ue(t),fe(t)),m=(0,c.Z)({},ue(r),fe(r)),v=s-p.bottom,x=d-p.left-p.width;switch(l.top=p.top+u,l.left=p.left,a||(l.top=p.offsetTop,l.left=p.offsetLeft),i&&/^(top)/.test(i)&&(l.top-=m.height),i&&/^(right)/.test(i)&&(l.left+=p.width),i&&/^(bottom)/.test(i)&&(l.top+=p.height),i&&/^(left)/.test(i)&&(l.left-=m.width),l.placement){case"bottomLeft":case"topLeft":case"rightTop":case"leftTop":default:break;case"bottom":case"top":l.left=l.left-(m.width-p.width)/2;break;case"bottomRight":case"topRight":l.left=l.left+h+p.width-m.width;break;case"right":case"left":l.top=l.top-(m.height-p.height)/2;break;case"rightBottom":case"leftBottom":l.top=l.top-m.height+p.height}return o&&(i&&/^(top)/.test(i)&&p.topm.height&&(l.placement=i.replace(/^top/,"bottom"),l.top=l.top+m.height+p.height),i&&/^(bottom)/.test(i)&&vm.height&&(l.placement=i.replace(/^bottom/,"top"),l.top=l.top-m.height-p.height),i&&/^(right)/.test(i)&&x0){var e,n=(0,ne.Z)(O.current);try{for(n.s();!(e=n.n()).done;){var t=e.value;window.clearTimeout(t)}}catch(r){n.e(r)}finally{n.f()}O.current=[]}}function G(){J(),D.current="show";var n=me(e.delay);if(n.show){var t=window.setTimeout((function(){"show"===D.current&&ee()}),n.show);O.current.push(t)}else ee()}function q(n){if(J(),n||!e.isOutside){D.current="hide";var t=me(e.delay);if(t.hide){var r=window.setTimeout((function(){"hide"===D.current&&Q()}),t.hide);O.current.push(r)}else Q()}}function X(e,n,t){var r=n.currentTarget,i=n.relatedTarget||n.nativeEvent[t],a=!0;(z.current&&ie(z.current,i)||L.current&&ie(L.current,i))&&(a=!1),i&&i===r||ie(r,i)||e(a,n)}function Q(){T&&(B.current-=1,I(!1))}function ee(){T||(B.current+=1,I(!0))}return"click"!==x||p||(Y.onClick=function(e){var n=(_&&d.isValidElement(_)?_.props:{}).onClick;T?Q():ee(),n&&n(e,!T)}),"focus"!==x||p||(Y.onFocus=function(){return G()}),"hover"!==x||p||(Y.onMouseOver=Y.onMouseEnter=function(e){X(G,e,"fromElement")},Y.onMouseOut=Y.onMouseLeave=function(e){X(q,e,"toElement")},K.dialogProps&&(K.dialogProps.onMouseLeave=function(e){X(q,e,"toElement")})),K.style=(0,c.Z)({},K.style,W),(0,m.jsxs)(d.Fragment,{children:[(0,d.cloneElement)(_,Object.assign({},_.props,(0,c.Z)({},Y,{ref:L,className:[_.props.className,p?i+"-disabled":null].filter(Boolean).join(" ").trim()}))),(0,m.jsx)(S,(0,c.Z)({},K,{style:(0,c.Z)({},K.style,W),onEnter:function(e,n){P&&P(e,n);var t=he({placement:W.placement||j,trigger:L.current,popup:z.current,usePortal:o,autoAdjustOverflow:b});V((0,c.Z)({},t,{zIndex:B.current}))},className:[i,t,W.placement].filter(Boolean).join(" ").trim(),usePortal:o,transitionName:w,isOpen:T,hasBackdrop:!1,children:(0,d.cloneElement)(N,Object.assign((0,c.Z)({},N.props,{ref:z,className:[N.props&&N.props.className,j].filter(Boolean).join(" ").trim()})))}))]})})),xe=["prefixCls","className","content","visibleArrow"],ye=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(){var e;return(0,r.Z)(this,t),(e=n.apply(this,arguments)).renderArrow=function(){var n=e.props.prefixCls;return(0,m.jsx)("div",{className:n+"-arrow",children:(0,m.jsxs)("svg",{viewBox:"0 0 30 30",children:[(0,m.jsx)("path",{fillOpacity:"0.2",d:"M8.11 6.302c1.015-.936 1.887-2.922 1.887-4.297v26c0-1.378-.868-3.357-1.888-4.297L.925 17.09c-1.237-1.14-1.233-3.034 0-4.17L8.11 6.302z"}),(0,m.jsx)("path",{fill:"#fff",d:"M8.787 7.036c1.22-1.125 2.21-3.376 2.21-5.03V0v30-2.005c0-1.654-.983-3.9-2.21-5.03l-7.183-6.616c-.81-.746-.802-1.96 0-2.7l7.183-6.614z"})]})})},e}return(0,i.Z)(t,[{key:"render",value:function(){var e=this.props,n=e.prefixCls,t=e.className,r=e.visibleArrow,i=(0,s.Z)(e,xe),a=[n,t,r?null:"no-arrow"].filter(Boolean).join(" ").trim();return(0,m.jsx)(ve,(0,c.Z)({},i,{overlay:(0,m.jsxs)("div",{className:a,children:[r&&this.renderArrow(),(0,m.jsx)("div",{className:n+"-inner",children:this.props.content})]}),children:"object"===typeof this.props.children&&"Icon"!==this.props.children.type.name?this.props.children:(0,m.jsx)("span",{style:{display:"block",writingMode:"vertical-rl"},children:this.props.children})}))}}]),t}(d.Component);ye.defaultProps={prefixCls:"w-popover",placement:"top",usePortal:!0,isOpen:!1,visibleArrow:!0};var ge=["prefixCls","className","style","size","type","preIcon","addonAfter"],je=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-input":t,i=e.className,a=e.style,o=e.size,l=void 0===o?"default":o,u=e.type,f=void 0===u?"text":u,h=e.preIcon,p=void 0===h?null:h,v=e.addonAfter,x=(0,s.Z)(e,ge),y=d.useRef(null),g=d.useRef(null);(0,d.useImperativeHandle)(n,(function(){return y.current}));var j=[r,i,l?r+"-"+l:null,v?r+"-addon":null,e.disabled?"disabled":null].filter(Boolean).join(" ").trim();return(0,d.useEffect)((function(){!function(){if(g.current&&y.current){var e=window&&window.getComputedStyle(g.current,null);y.current.style.paddingRight=g.current.clientWidth+2*parseInt(e.right,10)+"px"}}()})),(0,m.jsxs)("div",{className:j,style:a,children:[(0,m.jsx)(M,{type:p}),(0,m.jsx)("input",(0,c.Z)({ref:y,type:f,autoComplete:"off"},x,{className:r+"-inner"})),v&&(0,m.jsx)("span",{className:r+"-addon-after",ref:g,children:v})]})})),be=t(649),we=["prefixCls","className","count","date","type","disabledHours","disabledMinutes","disabledSeconds","hideDisabled","onSelected"];function Ce(e){var n=e.prefixCls,t=void 0===n?"w-timepicker":n,r=e.count,i=void 0===r?24:r,a=e.date,o=e.type,l=void 0===o?"Hours":o,u=e.hideDisabled,f=e.onSelected,h=(0,s.Z)(e,we),p=(0,d.useRef)([]);function v(n){var t=e["disabled"+l];return!!t&&t(n,l,new Date(a))}var x=(0,d.useMemo)((function(){return(0,be.Z)(Array(i)).map((function(e,n){return v(n)&&p.current.push(n),{count:n,disabled:v(n)}})).filter((function(e){return!u||!e.disabled}))}),[u]);return(0,m.jsx)("div",(0,c.Z)({className:t+"-spinner"},h,{children:(0,m.jsx)("ul",{children:x.map((function(e,n){var t={};e.disabled||(t.onClick=function(n){return function(e,n){if(a){var t=new Date(a);t["set"+l](e),f&&f(l,e,p.current,t)}}(e.count)});var r=a&&l?new Date(a)["get"+l]():0;return(0,m.jsx)("li",(0,c.Z)({"data-index":r===e.count?n:void 0,ref:function(e){return e&&function(e){if(e&&e.parentNode&&e.dataset.index){var n=Number(e.dataset.index)*e.clientHeight;e.parentNode.parentNode&&(e.parentNode.parentNode.scrollTop=n)}}(e)}},t,{className:[e.disabled?"disabled":null,r===e.count?"selected":null,u&&e.disabled?"hide":null].filter(Boolean).join(" ").trim(),children:e.count<10?"0"+e.count:e.count}),n)}))})}))}var Ne=["prefixCls","className","precision"];function Ze(e){var n=e.prefixCls,t=void 0===n?"w-timepicker":n,r=e.className,i=e.precision,a=void 0===i?"second":i,o=(0,s.Z)(e,Ne);return(0,m.jsxs)("div",{className:[t,r].filter(Boolean).join(" ").trim(),children:[/^(second|minute|hour)$/.test(a)&&(0,m.jsx)(Ce,(0,c.Z)({type:"Hours",count:24},o)),/^(second|minute)$/.test(a)&&(0,m.jsx)(Ce,(0,c.Z)({type:"Minutes",count:60},o)),/^(second)$/.test(a)&&(0,m.jsx)(Ce,(0,c.Z)({type:"Seconds",count:60},o))]})}var ke=["prefixCls","className","disabled","value","format","popoverProps","allowClear","onChange","disabledHours","disabledMinutes","disabledSeconds","hideDisabled","precision"];function Se(e){var n=e.prefixCls,t=void 0===n?"w-timepicker":n,r=e.className,i=e.disabled,a=e.format,o=void 0===a?"HH:mm:ss":a,l=e.popoverProps,u=e.allowClear,f=void 0===u||u,h=e.onChange,p=e.disabledHours,v=e.disabledMinutes,x=e.disabledSeconds,g=e.hideDisabled,j=e.precision,b=(0,s.Z)(e,ke),w=(0,d.useState)(e.value),C=(0,y.Z)(w,2),N=C[0],Z=C[1];(0,d.useEffect)((function(){return Z(e.value)}),[e.value]);var k={disabledHours:p,disabledMinutes:v,disabledSeconds:x,hideDisabled:g,precision:j},S=N?(0,ee.Z)(o,new Date(N)):"",E=N||new Date,P=(0,c.Z)({},b,{value:S});return f&&""!==S&&S&&(P.addonAfter=(0,m.jsx)(L,{className:t+"-close-btn",icon:"close",disabled:e.disabled,onClick:function(){Z(void 0),h&&h()},size:e.size,basic:!0,type:"light"})),(0,m.jsx)(ye,(0,c.Z)({trigger:"focus",placement:"bottomLeft",autoAdjustOverflow:!0,visibleArrow:!1},l,{content:(0,m.jsx)(Ze,(0,c.Z)({className:t+"-popover"},k,{date:E,onSelected:function(e,n,t,r){Z(new Date(r));var i=r?(0,ee.Z)(o,r):"";h&&h(i,r,e,n,t)}})),children:(0,m.jsx)(je,(0,c.Z)({placeholder:"\u8bf7\u9009\u62e9\u65f6\u95f4",readOnly:!0,disabled:i},P,{className:[t+"-input",r].filter(Boolean).join(" ").trim()}))}))}var Ee=["date","row","col","index","today","panelDate","disabledDate","renderDay","onSelectDay"],Pe=["prefixCls","className","weekday","weekTitle","date","today","panelDate","disabledDate","renderDay","onSelectDay"];function Me(e){return Object.keys(e||{}).map((function(n){return e[n]?n:null})).filter(Boolean).join(" ").trim()}function Be(e){var n=e.date,t=e.col,r=e.index,i=e.today,a=e.panelDate,o=e.disabledDate,l=e.renderDay,u=e.onSelectDay,f=(0,s.Z)(e,Ee),h={end:0===t||6===t,prev:!1,today:!1,selected:!1,next:!1,disabled:!1},p=a;p&&function(e){return e instanceof Date&&!isNaN(e.getTime())}(p)||(p=new Date);var v=p.getFullYear(),x=p.getMonth(),y=(0,d.useMemo)((function(){return new Date(new Date(p).setDate(1)).getDay()}),[p.toDateString()]),g=(0,d.useMemo)((function(){return new Date(v,0===x?12:x+1,0).getDate()}),[p.toDateString()]),j=r;p&&((j=j-y+1)<1&&(h.prev=!0),j>g&&(h.next=!0));var b=new Date(new Date(p).setDate(j));i&&i.toDateString()===b.toDateString()&&(h.today=!0),n&&n.toDateString()===b.toDateString()&&(h.selected=!0);var w={onClick:function(){var e=b.getMonth();u&&u(b,{year:b.getFullYear(),month:0===e?12:e+1,day:b.getDate()})}};return o&&o(b,(0,c.Z)({},e,h))&&(h.disabled=!0,delete w.onClick),(0,m.jsx)("div",(0,c.Z)({className:Me(h)},f,w,{children:l?l(b.getDate(),(0,c.Z)({},e,h,{date:b})):(0,m.jsx)("div",{children:b.getDate()})}))}var Le=["\u661f\u671f\u5929","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"],ze=["\u65e5","\u4e00","\u4e8c","\u4e09","\u56db","\u4e94","\u516d"];function Oe(e){var n=e.prefixCls,t=void 0===n?"w-datepicker":n,r=e.className,i=e.weekday,a=void 0===i?ze:i,o=e.weekTitle,l=void 0===o?Le:o,u=e.date,f=e.today,h=e.panelDate,p=e.disabledDate,v=e.renderDay,x=e.onSelectDay,y=(0,s.Z)(e,Pe),g=(0,d.useMemo)((function(){return(0,m.jsx)("div",{className:t+"-weekday",children:(a||[]).map((function(e,n){return(0,m.jsx)("div",{className:Me({end:0===n||6===n}),title:l&&l[n],children:e},n)}))})}),[t,a,l]);return(0,m.jsxs)("div",(0,c.Z)({},y,{className:[t?t+"-body":null,r].filter(Boolean).join(" ").trim(),children:[g,(0,m.jsx)("div",{className:[t?t+"-day-body":null].filter(Boolean).join(" ").trim(),children:(0,be.Z)(Array(6)).map((function(e,n){return(0,m.jsx)("div",{className:t+"-week",children:(0,be.Z)(Array(7)).map((function(e,t){return(0,m.jsx)(Be,{date:u,today:f,disabledDate:p,renderDay:v,panelDate:h,col:t,row:n,onSelectDay:function(e,n){x&&x(e,n)},index:7*n+t},t)}))},n)}))})]}))}var De=["prefixCls","className","panelDate","monthLabel","onSelected"];function Ae(e){var n=e.prefixCls,t=void 0===n?"w-datepicker":n,r=e.className,i=e.panelDate,a=void 0===i?new Date:i,o=e.monthLabel,l=e.onSelected,d=void 0===l?u:l,f=(0,s.Z)(e,De);return(0,m.jsx)("div",(0,c.Z)({className:[t?t+"-month":null,r].filter(Boolean).join(" ").trim()},f,{children:(0,be.Z)(Array(12)).map((function(e,n){var t=a.getMonth();return(0,m.jsx)("div",{className:[t===n?"selected":null].filter(Boolean).join(" ").trim(),children:(0,m.jsx)("span",{onClick:function(){return d(n,!1)},children:o&&o[n]||n})},n)}))}))}var Re=["prefixCls","panelNum","className","panelDate","onSelected"];function Te(e){var n=e.prefixCls,t=void 0===n?"w-datepicker":n,r=e.panelNum,i=void 0===r?[-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10]:r,a=e.className,o=e.onSelected,l=void 0===o?u:o,f=(0,s.Z)(e,Re),h=(0,d.useState)(e.panelDate),p=(0,y.Z)(h,2),v=p[0],x=p[1];return(0,m.jsx)("div",(0,c.Z)({className:[t?t+"-year":null,a].filter(Boolean).join(" ").trim()},f,{children:i&&i.map((function(e,n){var t=v.getFullYear(),r=t+i[n];return(0,m.jsx)("div",{className:[t===r?"selected":null,0===n||n===i.length-1?"paging":null].filter(Boolean).join(" ").trim(),children:(0,m.jsx)("span",{onClick:function(){return function(e,n){if(0===n||n===i.length-1){var t=new Date(v);t.setFullYear(e),x(t),l(e,!0)}else l(e)}(r,n)},children:r})},n)}))}))}var Ie=["prefixCls","className","panelDate","monthLabel","onSelected","todayButton"];function Fe(){for(var e=arguments.length,n=new Array(e),t=0;t0&&a.map((function(e,n){var t=e.label,r=(0,s.Z)(e,Ke);return(0,m.jsx)("div",(0,c.Z)({},r,{children:t}),n)}))})]})}),[a,t])}var $e=["prefixCls","className","style","today","date","data","monthLabel","titleFormat","todayLabel","panelDate","onPaging","onSelectDay"];function Ue(e){var n=e.prefixCls,t=void 0===n?"w-calendar":n,r=e.className,i=e.style,a=e.today,o=void 0===a?new Date:a,l=e.date,u=e.data,f=(e.monthLabel,e.titleFormat),h=void 0===f?"YYYY/MM":f,p=e.todayLabel,v=void 0===p?"\u4eca\u5929":p,x=e.onPaging,g=e.onSelectDay,j=(0,s.Z)(e,$e),b=[t,r].filter(Boolean).join(" ").trim(),w=(0,d.useState)(e.panelDate||new Date),C=(0,y.Z)(w,2),N=C[0],Z=C[1];function k(e){var n=new Date;if("today"===e)n=o||new Date;else{var t=N.getMonth();N&&"prev"===e&&N.setMonth(t-1),N&&"next"===e&&N.setMonth(t+1),n=N}Z(new Date(n)),x&&x(e,n.getMonth()+1,n)}(0,d.useEffect)((function(){e.panelDate!==N&&Z(N)}),[e.panelDate]);var S=(0,d.useMemo)((function(){return(0,m.jsx)("div",{className:t+"-title",children:(0,ee.Z)(h,N)})}),[t,h,N]),E=(0,d.useMemo)((function(){return(0,m.jsxs)("div",{className:t+"-btn-group",children:[(0,m.jsx)(M,{type:"down",onClick:function(){return k("prev")}}),(0,m.jsx)("span",{className:t+"-btn",onClick:function(){return k("today")},children:v}),(0,m.jsx)(M,{type:"down",onClick:function(){return k("next")}})]})}),[t,v]);return(0,m.jsxs)("div",{className:b,style:i,children:[(0,m.jsxs)("div",{className:t+"-caption",children:[S,E]}),(0,m.jsx)(Oe,(0,c.Z)({onSelectDay:function(e,n){Z(e),g&&g(e,n)},renderDay:function(e,n){return(0,m.jsx)(Ye,{prefixCls:t,day:e,data:u,currentDate:n.date})},date:l,today:o,panelDate:N||new Date},j))]})}var Je=["prefixCls","className","title","extra","footer","bordered","noHover","active","bodyStyle","bodyClassName","children"],Ge=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-card":t,i=e.className,a=e.title,o=e.extra,l=e.footer,u=e.bordered,f=void 0===u||u,h=e.noHover,p=void 0!==h&&h,v=e.active,x=void 0!==v&&v,y=e.bodyStyle,g=e.bodyClassName,j=e.children,b=(0,s.Z)(e,Je),w=(0,d.useMemo)((function(){return[r,i,f?r+"-bordered":null,p?r+"-no-hover":null,x?"active":null].filter(Boolean).join(" ").trim()}),[r,i,f,p]);return(0,m.jsxs)("div",(0,c.Z)({},b,{className:w,ref:n,children:[(a||o)&&(0,m.jsxs)("div",{className:r+"-head",children:[a&&(0,m.jsx)("div",{className:r+"-head-title",children:a}),o&&(0,m.jsx)("div",{className:r+"-extra",children:o})]}),j&&(0,m.jsx)("div",{className:[r+"-body",g].filter(Boolean).join(" ").trim(),style:y,children:j}),l&&(0,m.jsx)("div",{className:r+"-footer",children:l})]}))}));function qe(e,n){var t=e.position,r=void 0===t?0:t,i=e.direction,a=void 0===i?"horizontal":i,o=e.width,l=void 0===o?400:o,s=e.height,u=void 0===s?200:s,f=e.palyTime,h=void 0===f?2e3:f,p=e.scrollTime,v=void 0===p?200:p,x=e.autoPlay,g=void 0===x||x,j=e.afterChange,b=e.beforeChange,w=e.prefixCls,C=void 0===w?"w-carousel":w,N=e.className,Z=e.style,k=(0,d.useMemo)((function(){return[C,N].filter(Boolean).join(" ").trim()}),[C,N]),S=(0,d.useState)(r),E=(0,y.Z)(S,2),P=E[0],M=E[1],B=(0,d.useState)(.001*v+"s ease-in-out"),L=(0,y.Z)(B,2),z=L[0],O=L[1],D=(0,d.useRef)(P),A=d.Children.count(e.children)+1,R=(0,d.useRef)({stop:function(){},after:j,before:b});d.useImperativeHandle(n,(function(){return{gotoSlide:T,prevSlide:function(){return T(D.current-1)},nextSlide:function(){return T(D.current+1)},stopPlay:function(){return R.current.stop()}}}),[n]);var T=function(e){R.current.stop();var n=A-1,t=e>n?n:e;t=e<0?0:t,D.current=t,M(t),I()},I=function(e){if(void 0===e&&(e=h),g){var n=setInterval((function(){null==R.current.after||R.current.after(D.current),D.current++,D.current>=A&&(D.current=0),M(D.current),null==R.current.before||R.current.before(D.current)}),e);R.current.stop=function(){clearInterval(n)}}};(0,d.useEffect)((function(){return I(),function(){R.current.stop()}}),[g]),(0,d.useEffect)((function(){var n;return A===P+1&&(n=setTimeout((function(){R.current.before=function(){O(.001*v+"s ease-in-out"),R.current.before=e.beforeChange},O("none"),T(0)}),v)),function(){clearTimeout(n)}}),[P]);var F=d.Children.map(e.children,(function(e){return(0,m.jsx)("div",{style:(0,c.Z)({width:l,height:u},Z),children:e})})),H=(0,d.useMemo)((function(){var e={transform:"",display:""};switch(a){case"horizontal":e.transform="translate3d("+-P*l+"px, 0px, 0px)",e.display="flex";break;case"vertical":e.transform="translate3d(0px, "+-P*u+"px, 0px)",e.display="block"}return e}),[a,P,l,u]);return(0,m.jsx)("div",{className:k,style:{width:l,height:u},children:(0,m.jsxs)("div",{className:k+"-content",style:(0,c.Z)({width:l*A,transition:z},H),children:[F,(0,m.jsx)("div",{style:(0,c.Z)({width:l,height:u},Z),children:null==F?void 0:F[0]})]})})}var Xe=d.forwardRef(qe),Qe=["prefixCls","placement","className","menu","children","disabled"];function en(e){var n=e.prefixCls,t=void 0===n?"w-dropdown":n,r=e.placement,i=void 0===r?"bottomLeft":r,a=e.className,o=e.menu,l=e.children,u=e.disabled,f=(0,s.Z)(e,Qe),h=(0,d.useMemo)((function(){return[t,a].filter(Boolean).join(" ").trim()}),[t,a]);return(0,m.jsx)(ve,(0,c.Z)({isOutside:!0,autoAdjustOverflow:!0,className:h,disabled:u,placement:i},f,{overlay:o,children:d.cloneElement(l,Object.assign({},l.props))}))}var nn=["prefixCls","className","tagName","children","disabled","multiline","icon","text","active","addonAfter","isSubMenuItem"],tn={href:void 0,onClick:void 0,onMouseDown:void 0,onMouseEnter:void 0,onMouseLeave:void 0,tabIndex:-1};function rn(e,n){var t=e.prefixCls,r=void 0===t?"w-menu-item":t,i=e.className,a=e.tagName,o=void 0===a?"a":a,l=e.disabled,u=void 0!==l&&l,f=e.multiline,h=void 0!==f&&f,p=e.icon,v=e.text,x=e.active,y=void 0!==x&&x,g=e.addonAfter,j=e.isSubMenuItem,b=(0,s.Z)(e,nn),w=[r,y?"active":null,u?"w-disabled":null,i].filter(Boolean).join(" ").trim(),C=d.createElement(o,(0,c.Z)({},b,u?tn:{},{className:w,ref:n}),(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)(M,{className:r+"-icon",type:p}),(0,m.jsx)("div",{className:[r&&r+"-text",!h&&r+"-multiline"].filter(Boolean).join(" ").trim(),children:v}),g]}));return j?C:(0,m.jsxs)("li",{children:[" ",C," "]})}var an=d.forwardRef(rn);an.displayName="uiw.MenuItem";var on=["prefixCls","className","title"],ln=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-menu-divider":t,i=e.className,a=e.title,o=(0,s.Z)(e,on),l=[r,i].filter(Boolean).join(" ").trim();return a?(0,m.jsx)("li",(0,c.Z)({},o,{ref:n,className:l,"data-menu":"divider",children:(0,m.jsx)("strong",{children:a})})):(0,m.jsx)("li",(0,c.Z)({},o,{ref:n,className:l}))}));ln.displayName="uiw.MenuDivider";var sn=["prefixCls","className","disabled","overlayProps","children","collapse","inlineIndent","inlineCollapsed"];function cn(e){var n=e.prefixCls,t=e.collapse,r=e.isOpen;return(0,d.useMemo)((function(){return(0,m.jsx)(M,{type:"caret-right",className:[n?n+"-collapse-icon":null,!t&&r?"w-open":null,t||r?null:"w-close"].filter(Boolean).join(" ").trim()})}),[n,t,r])}var dn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-menu-subitem":t,i=e.className,a=e.disabled,o=e.overlayProps,l=void 0===o?{}:o,u=e.children,f=e.collapse,h=void 0!==f&&f,p=e.inlineIndent,v=(0,s.Z)(e,sn),x={},g={bordered:!0,children:u,inlineIndent:p,className:[r?r+"-overlay":null].filter(Boolean).join(" ").trim()},j=d.useRef(null),b=(0,d.useState)(!1),w=(0,y.Z)(b,2),C=w[0],N=w[1];return(0,d.useMemo)((function(){N(!1)}),[h]),h?(x.className=r+"-popup",x.trigger="hover",x.usePortal=!0,g.onClick=function(e){var n=e.currentTarget,t=e.relatedTarget||e.nativeEvent.target;n.children.length<1||function(e){var n=!1;if(e)do{e.dataset.menu||(n=!0),e.dataset.menu&&/^(subitem|divider)$/.test(e.dataset.menu)&&(n=!1)}while(!e.dataset.menu&&(e=e.parentNode));return n}(t)&&j.current&&j.current.hide()}):(delete g.onClick,g.bordered=!1,x.className=r+"-collapse",x.appear=!1,x.isOutside=!0,x.isClickOutside=!1,x.unmountOnExit=!1,x.trigger="click",x.transitionName=""+r,x.onExit=function(e){e.style.height=e.scrollHeight+"px",N(!1)},x.onExiting=function(e){e.style.height="0px"},x.onEnter=function(e){e.style.height="1px",N(!0)},x.onEntered=function(e){e.style.height="initial"},x.onEntering=function(e){e.style.height=e.scrollHeight+"px"}),(0,m.jsx)("li",{"data-menu":"subitem",ref:n,children:(0,m.jsx)(ve,(0,c.Z)({placement:"rightTop",autoAdjustOverflow:!0,disabled:a,isOpen:C,usePortal:!1,isOutside:!0},x,l,{ref:j,overlay:(0,m.jsx)(hn,(0,c.Z)({},g,{style:h?{}:{paddingLeft:p}})),children:(0,m.jsx)(an,(0,c.Z)({},v,{ref:null,disabled:a,isSubMenuItem:!0,addonAfter:(0,m.jsx)(cn,{collapse:h,prefixCls:r,isOpen:C}),className:[r?r+"-title":null,h?null:r+"-collapse-title",i].filter(Boolean).join(" ").trim()}))}))})}));dn.displayName="uiw.SubMenu";var un=["prefixCls","className","children","bordered","theme","inlineIndent","inlineCollapsed"],fn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-menu":t,i=e.className,a=e.children,o=e.bordered,l=e.theme,u=void 0===l?"light":l,f=e.inlineIndent,h=void 0===f?10:f,p=e.inlineCollapsed,v=(0,s.Z)(e,un),x=(0,d.useMemo)((function(){return[r,o?"w-bordered":null,p?r+"-inline-collapsed":null,u?r+"-"+u:null,i].filter(Boolean).join(" ").trim()}),[r,o,p,u,i]);return(0,m.jsx)("ul",(0,c.Z)({},v,{ref:n,className:x,"data-menu":"menu",children:d.Children.map(a,(function(e,n){if(!d.isValidElement(e))return e;var t={};return e.props.children&&e.type===dn&&(t.inlineIndent=h),d.cloneElement(e,Object.assign((0,c.Z)({},t),e.props,{key:""+n}))}))}))}));fn.displayName="uiw.Menu",fn.Item=an,fn.SubMenu=dn,fn.Divider=ln;var hn=fn,pn=hn;var mn=function(e){var n=e.value,t=e.onChange,r=e.onSearch,i=e.allowClear,a=e.placeholder,o=e.prefixCls,l=void 0===o?"w-cascader":o,s=e.className,u=e.style,f=void 0===u?{width:200}:u,h=e.option,p=void 0===h?[]:h,v=e.others,x=[l,s].filter(Boolean).join(" ").trim(),g=(0,d.useState)(!1),j=(0,y.Z)(g,2),b=j[0],w=j[1],C=(0,d.useState)([]),N=(0,y.Z)(C,2),Z=N[0],k=N[1],S=(0,d.useState)(""),E=(0,y.Z)(S,2),P=E[0],B=E[1],L=(0,d.useState)(""),z=(0,y.Z)(L,2),O=z[0],D=z[1],A=(0,d.useState)(!1),R=(0,y.Z)(A,2),T=R[0],I=R[1],F=(0,d.useState)(""),H=(0,y.Z)(F,2),W=H[0],V=H[1],_=(0,d.useState)(),K=(0,y.Z)(_,2),Y=K[0],$=K[1];(0,d.useEffect)((function(){if(r){var e=[];U(p,(function(n){var t=n.map((function(e){return e.label})).join(" / ");e.push({label:t,options:n})})),$(e)}}),[r]);var U=function e(n,t,r){void 0===r&&(r=[]),n.map((function(n){var i=[].concat((0,be.Z)(r),[n]);n.children?e(n.children,t,i):null==t||t(i)}))};function J(e){var n;n="enter"===e&&i&&Z.length>0?"close":"",B(n)}(0,d.useEffect)((function(){if(n){var e=[],t=p;null==n||n.map((function(n){var r=t.find((function(e){return e.value===n}));t=(null==r?void 0:r.children)||[],e.push((0,c.Z)({label:n,value:n},r))})),k(e)}}),[n]);var G=function(e,n){k((0,be.Z)(n));var r=n.map((function(e){return e.value}));null==t||t(e,r,n)},q=.5*(null==f?void 0:f.width)||void 0,X=function(e,n){if(void 0===n&&(n=0),e)return(0,m.jsx)(pn,{bordered:!0,style:{minHeight:25,minWidth:q,overflowY:"scroll",width:q},children:e&&0!==e.length?e.map((function(e,t){var r,i=(null==(r=Z[n])?void 0:r.value)===e.value;return(0,m.jsx)(pn.Item,{active:i,text:e.label,addonAfter:e.children?(0,m.jsx)(M,{type:"right"}):void 0,onClick:function(){return function(e,n){Z.splice(n,Z.length-n,e),G(!0,Z)}(e,n)}},t)})):(0,m.jsx)("div",{style:{color:"#c7c7c7",fontSize:12},children:"\u6ca1\u6709\u6570\u636e"})},n)};return(0,d.useEffect)((function(){var e=Z.map((function(e){return e.label})).join(" / ");V(e)}),[Z]),(0,m.jsx)(en,(0,c.Z)({className:x,trigger:"click",style:(0,c.Z)({marginTop:5},f),overlayStyl:{width:100}},v,{onVisibleChange:function(e){w(e)},isOpen:b,menu:O?(0,m.jsx)(pn,{bordered:!0,style:{minHeight:25,minWidth:null==f?void 0:f.width,overflowY:"scroll",width:null==f?void 0:f.width},children:Y&&0!==Y.length?Y.filter((function(e){return e.label.includes(O.trim())})).map((function(e,n){return(0,m.jsx)(pn.Item,{text:e.label,onClick:function(){return n=e.options,D(""),w(!1),void G(!1,n);var n}},n)})):(0,m.jsx)("div",{style:{color:"#c7c7c7",fontSize:12},children:"\u6ca1\u6709\u6570\u636e"})}):(0,m.jsx)("div",{style:{display:"flex"},children:new Array(Z.length+1).fill(0).map((function(e,n){var t,r=n?null==(t=Z[n-1])?void 0:t.children:p;return X(r,n)})).filter((function(e){return!!e}))}),children:(0,m.jsx)("span",{onMouseLeave:function(){return J("leave")},onMouseOver:function(){return J("enter")},children:(0,m.jsx)(je,{value:T?O:W,onChange:function(e){b||w(!b);var n=e.target.value;r&&function(e){D(e)}(n)},placeholder:T?W:a,style:{width:null==f?void 0:f.width},onFocus:function(){return r&&I(!0)},onBlur:function(){return r&&I(!1)},readOnly:!r,addonAfter:(0,m.jsx)("span",{style:{width:"auto"},children:"close"===P&&(0,m.jsx)(M,{type:P,onClick:function(e){e.stopPropagation(),G(!1,[])},className:l+"-close"})})})})}))},vn=["prefixCls","type","disabled","value","className","style","children","size","checked","onChange"],xn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-radio":t,i=e.type,a=void 0===i?"radio":i,o=e.disabled,l=void 0!==o&&o,u=e.value,f=void 0===u?"":u,h=e.className,p=e.style,v=e.children,x=e.size,g=e.checked,j=void 0!==g&&g,b=e.onChange,w=(0,s.Z)(e,vn),C=(0,d.useState)(j),N=(0,y.Z)(C,2),Z=N[0],k=N[1],S=(0,d.useState)(),E=(0,y.Z)(S,2),P=E[0],M=E[1];j!==P&&M(j),(0,d.useMemo)((function(){j!==P&&k(j)}),[P]);var B=[r,h,l?"disabled":null,x?r+"-"+x:null].filter(Boolean).join(" ").trim();(0,d.useMemo)((function(){Z!==e.checked&&k(!!e.checked)}),[e.checked]);var L=v||f;return(0,m.jsxs)("label",{className:B,style:p,children:[(0,m.jsx)("input",(0,c.Z)({},(0,c.Z)({},w,{type:a,disabled:l,value:f}),{checked:Z,onChange:function(e){e.persist(),k(e.target.checked),b&&b(e)},ref:n})),L&&(0,m.jsx)("div",{className:r+"-text",children:L})]})})),yn=d.forwardRef((function(e,n){return(0,m.jsx)(xn,(0,c.Z)({ref:n},e))})),gn=["prefixCls","className","name","value","onChange","children"],jn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-radio-group":t,i=e.className,a=e.name,o=e.value,l=e.onChange,u=e.children,f=(0,s.Z)(e,gn);return(0,m.jsx)("div",(0,c.Z)({},f,{ref:n,className:[r,i].filter(Boolean).join(" ").trim(),children:d.Children.toArray(u).map((function(e){if(e)return d.isValidElement(e)?d.cloneElement(e,(0,c.Z)({},e.props||{},{checked:e.props.value===o,name:a,onChange:l})):e}))}))})),bn=["prefixCls","className","name","value","onChange"],wn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-checkbox-group":t,i=e.className,a=e.name,o=e.value,l=e.onChange,u=(0,s.Z)(e,bn),f=(0,d.useRef)([]),h=[r,i].filter(Boolean).join(" ").trim(),p=d.Children.toArray(e.children);return(0,d.useMemo)((function(){return f.current=o||[]}),[o]),(0,m.jsx)("div",(0,c.Z)({},u,{className:h,ref:n,children:d.Children.map(p,(function(e){if(d.isValidElement(e))return Array.isArray(o)&&e&&e.props&&e.props.value&&o.includes(e.props.value)&&(f.current.includes(e.props.value)||f.current.push(e.props.value)),d.cloneElement(e,Object.assign({},e.props,{name:a,checked:f.current.includes(e.props.value),onChange:function(n){if(!n.target.type||"checkbox"===n.target.type){var t=n.target.checked,r=f.current.includes(e.props.value);!r&&t?f.current.push(e.props.value):r&&!t&&(f.current=f.current.filter((function(n){return n!==e.props.value}))),l&&l(n,f.current)}}}))}))}))})),Cn=["className","prefixCls","type","indeterminate","disabled","value"];function Nn(e,n){var t=e.className,r=e.prefixCls,i=void 0===r?"w-checkbox":r,a=e.type,o=void 0===a?"checkbox":a,l=e.indeterminate,d=void 0!==l&&l,u=e.disabled,f=void 0!==u&&u,h=e.value,p=void 0===h?"":h,v=(0,s.Z)(e,Cn),x=[t,d&&"indeterminate"].filter(Boolean).join(" ").trim();return(0,m.jsx)(xn,(0,c.Z)({ref:n},v,{type:o,prefixCls:i,disabled:f,value:p,className:x}))}var Zn=d.forwardRef(Nn);Zn.Group=wn;var kn=Zn,Sn=["prefixCls","className","icon","children","isActive","onItemClick","disabled","showArrow","header","extra"];var En=["prefixCls","className","children","accordion","bordered","showArrow","activeKey","onChange"];function Pn(e){var n=e;return Array.isArray(n)||(n=n?[n]:[]),n}function Mn(e,n){var t=e.prefixCls,r=void 0===t?"w-collapse":t,i=e.className,a=e.children,o=e.accordion,l=void 0!==o&&o,u=e.bordered,f=e.showArrow,h=void 0===f||f,p=e.activeKey,v=e.onChange,x=(0,s.Z)(e,En),g=(0,d.useState)(Pn(p)),j=(0,y.Z)(g,2),b=j[0],w=j[1],C=[r,i,u?"w-noborder":null].filter(Boolean).join(" ").trim();return(0,d.useMemo)((function(){p!==b&&w(Pn(p))}),[p]),(0,d.useMemo)((function(){p!==b&&v&&v(b)}),[b,p]),(0,m.jsx)("div",(0,c.Z)({className:C},x,{ref:n,children:d.Children.map(a,(function(e,n){var t=e.key||String(n),i=e.props.disabled,a=!1;a=l?b[0]===t:b.indexOf(t)>-1;var o=(0,c.Z)({prefixCls:r,isActive:a,disabled:i,showArrow:h,onItemClick:i?function(){}:function(){return function(e){var n=b;if(l)n=n[0]===e?[]:[e];else{var t=(n=(0,be.Z)(n)).indexOf(e);t>-1?n.splice(t,1):n.push(e)}w(n)}(t)}},e.props);return d.cloneElement(e,o)}))}))}var Bn=d.forwardRef(Mn);Bn.Panel=function(e){var n=e.prefixCls,t=void 0===n?"w-collapse":n,r=e.className,i=e.icon,a=void 0===i?"down":i,o=e.children,l=e.isActive,u=e.onItemClick,f=e.disabled,h=void 0!==f&&f,p=e.showArrow,v=e.header,x=e.extra,y=(0,s.Z)(e,Sn),g=[t?t+"-item":null,r,l?t+"-active":null,h?t+"-disabled":null].filter(Boolean).join(" ").trim(),j="string"===typeof a?(0,m.jsx)(M,{type:a}):a;return(0,m.jsxs)("div",(0,c.Z)({className:g},y,{children:[(0,m.jsxs)("div",{className:t+"-header",onClick:u,children:[p&&j,(0,m.jsx)("span",{className:t+"-title",children:v}),x&&(0,m.jsx)("div",{className:t+"-extra",children:x})]}),(0,m.jsx)(w.Z,{in:l,unmountOnExit:!1,timeout:300,classNames:t+"-panel",children:function(e){return d.cloneElement((0,m.jsx)("div",{children:o}),{className:t+"-panel",style:(n=o,Object.assign({},n&&n.props?n.props.style:{},{transitionDuration:"300ms"})),ref:function(n){return function(e,n){n&&("exited"!==e&&"exiting"!==e||(n.style.height="1px"),"entered"!==e&&"entering"!==e||(n.style.height=n.scrollHeight+"px"))}(e,n)}});var n}})]}))};var Ln=Bn,zn=t(70556),On=t.n(zn),Dn=["prefixCls","className","text","children","onClick"];function An(e){var n=e.prefixCls,t=void 0===n?"w-copy-to-clipboard":n,r=e.className,i=e.text,a=void 0===i?"":i,o=e.children,l=e.onClick,d=void 0===l?function(){return null}:l,u=(0,s.Z)(e,Dn);var f=(0,c.Z)({},u,{className:[t,r].filter(Boolean).join(" ").trim(),onClick:function(e){if(!a)return d("",!1,e);On()(a,(function(n){d(a,n,e)}))}});return(0,m.jsxs)("span",(0,c.Z)({},f,{children:[(0,m.jsx)("span",{className:t+"-select",children:a}),o]}))}var Rn=["prefixCls","bodyStyle","className","popoverProps","datePickerProps","allowClear","format","onChange","value"];function Tn(e){var n=e.prefixCls,t=void 0===n?"w-dateinputrange":n,r=e.bodyStyle,i=void 0===r?void 0:r,a=e.className,o=e.popoverProps,l=e.datePickerProps,u=e.allowClear,f=void 0===u||u,h=e.format,p=void 0===h?"YYYY/MM/DD":h,v=e.onChange,x=e.value,g=(0,s.Z)(e,Rn),j=(0,d.useState)([]),b=(0,y.Z)(j,2),w=b[0],C=b[1];function N(e,n){var t=(0,be.Z)(w);t[n]=e,C(t),v&&v(e,t)}return(0,d.useEffect)((function(){var e=[],n=x;Array.isArray(n)&&null!=n&&n.length&&n.forEach((function(t,r){e[r]="string"===typeof n[r]?new Date(t):t})),C(e)}),[JSON.stringify(x)]),(0,m.jsxs)("div",{className:[t+"-contents",t+"-inner"].filter(Boolean).join(" ").trim(),style:(0,c.Z)({width:300},i),children:[(0,m.jsx)(ye,(0,c.Z)({trigger:"focus",placement:"bottomLeft",autoAdjustOverflow:!0},o,{content:(0,m.jsx)(_e,(0,c.Z)({date:w[0],className:t+"-popover"},l,{onChange:function(e){return N(e,0)}})),children:(0,m.jsx)(je,(0,c.Z)({placeholder:"\u8bf7\u9009\u62e9\u65e5\u671f",readOnly:!0},g,{value:w[0]?(0,ee.Z)(p,w[0]):"",className:[t,a].filter(Boolean).join(" ").trim()}))})),(0,m.jsx)(M,{type:"swap-right",verticalAlign:"baseline",style:{fontSize:21,top:-1,margin:"0px 8px 0px 5px"}}),(0,m.jsx)(ye,(0,c.Z)({trigger:"focus",placement:"bottomLeft",autoAdjustOverflow:!0},o,{content:(0,m.jsx)(_e,(0,c.Z)({date:w[1],className:t+"-popover"},l,{onChange:function(e){return N(e,1)}})),children:(0,m.jsx)(je,(0,c.Z)({placeholder:"\u8bf7\u9009\u62e9\u65e5\u671f",readOnly:!0},g,{value:w[1]?(0,ee.Z)(p,w[1]):"",className:[t,a].filter(Boolean).join(" ").trim()}))})),f&&w.length>0&&(0,m.jsx)(M,{className:t+"-close-btn",color:"#ccc",onClick:function(){return C([])},type:"close"})]})}var In=["prefixCls","className","popoverProps","datePickerProps","allowClear","autoClose","format","onChange"];function Fn(e){var n=e.prefixCls,t=void 0===n?"w-dateinput":n,r=e.className,i=e.popoverProps,a=e.datePickerProps,o=e.allowClear,l=void 0===o||o,u=e.autoClose,f=void 0!==u&&u,h=e.format,p=void 0===h?"YYYY/MM/DD":h,v=e.onChange,x=(0,s.Z)(e,In),g=(0,d.useState)(e.value),j=(0,y.Z)(g,2),b=j[0],w=j[1],C=b||"";function N(e){f&&E(!1),w(e),v&&v(e)}x.value="string"===typeof C?C:(0,ee.Z)(p,C),(0,d.useEffect)((function(){e.value!==b&&w(e.value)}),[e.value]),l&&x.value&&(x.addonAfter=(0,m.jsx)(M,{className:t+"-close-btn",onClick:function(){return N(void 0)},type:"close"}));var Z=(0,d.useState)(!1),k=(0,y.Z)(Z,2),S=k[0],E=k[1];return(0,m.jsx)(ye,(0,c.Z)({trigger:"focus",placement:"bottomLeft",autoAdjustOverflow:!0,isOpen:S,onVisibleChange:function(e){return E(e)}},i,{content:(0,m.jsx)(_e,(0,c.Z)({date:C&&new Date(C)||void 0,className:t+"-popover"},a,{onChange:function(e){return N(e)}})),children:(0,m.jsx)(je,(0,c.Z)({placeholder:"\u8bf7\u9009\u62e9\u65e5\u671f",readOnly:!0},x,{className:[t,r].filter(Boolean).join(" ").trim()}))}))}var Hn=function(e){return e.children},Wn=["prefixCls","className","tagName","layout","bordered","label","isLastCell","colon","span","children","column"];var Vn=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=n.className,i=n.tagName,a=void 0===i?"td":i,o=n.layout,l=n.bordered,u=n.label,f=n.colon,h=n.span,p=n.children,v=(0,s.Z)(e,Wn),x={className:[t?t+"-item-label":null,r,f?t+"-item-colon":null,u?null:t+"-item-no-label"].filter(Boolean).join(" ").trim()};return"horizontal"===o?l?(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("th",(0,c.Z)({},x,{children:u})),(0,m.jsx)(a,(0,c.Z)({},v,{colSpan:h?2*h-1:h,className:t?t+"-item-content":"",children:p}))]}):(0,m.jsxs)(a,(0,c.Z)({},v,{colSpan:h,children:[(0,m.jsx)("span",(0,c.Z)({},x,{children:u})),(0,m.jsx)("span",{className:t?t+"-item-content":"",children:p})]})):(0,m.jsx)(a,{colSpan:h,className:t+"-item-"+("td"===a?"content":"label"),children:p})};function _n(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=n.layout,i=n.bordered,a=n.column,o=n.colon,l=n.children,s=void 0===l?[]:l;function u(e){return s.map((function(n,l){return(0,d.createElement)(Vn,(0,c.Z)({},n.props,{prefixCls:t,key:l,column:a,tagName:e?"th":"td",isLastCell:s.length-1===l,layout:r,colon:o,bordered:i}),e?n.props.label:n.props.children)}))}var f=t?t+"-row":"";return(0,m.jsxs)(d.Fragment,{children:["vertical"===r&&(0,m.jsx)("tr",{className:f,children:u(!0)}),(0,m.jsx)("tr",{className:f,children:u()})]})}var Kn=["prefixCls","className","title","bordered","column","size","colon","children","layout"];function Yn(e,n){var t=e.prefixCls,r=void 0===t?"w-descriptions":t,i=e.className,a=e.title,o=e.bordered,l=e.column,u=void 0===l?3:l,f=e.size,h=e.colon,p=void 0===h||h,v=e.children,x=e.layout,y=void 0===x?"horizontal":x,g=(0,s.Z)(e,Kn),j=[r,i,r&&y?r+"-"+y:null,o?r+"-bordered":null,f?r+"-"+f:null].filter(Boolean).join(" ").trim(),b=function(e,n){var t,r=[],i=null;return e.forEach((function(a,o){var l=a;i||(t=n,i=[],r.push(i)),o===e.length-1&&(l=d.cloneElement(l,{span:t}));var s=l.props.span,c=void 0===s?1:s;i.push(l),(t-=c)<=0&&(i=null)})),r}(d.Children.toArray(v),u);return(0,m.jsx)("div",{className:j,ref:n,children:(0,m.jsxs)("table",(0,c.Z)({},g,{children:[a&&(0,m.jsx)("caption",{className:r+"-title",children:a}),(0,m.jsx)("tbody",{className:r+"-tbody",children:b.map((function(e,n){return(0,m.jsx)(_n,{prefixCls:r,bordered:o,colon:p,column:u,layout:y,children:e},n)}))})]}))})}var $n=d.forwardRef(Yn);$n.Item=Hn;var Un=$n,Jn=["prefixCls","className","children","dashed","type","align"],Gn=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-divider":t,i=e.className,a=e.children,o=e.dashed,l=void 0!==o&&o,d=e.type,u=void 0===d?"horizontal":d,f=e.align,h=void 0===f?"center":f,p=(0,s.Z)(e,Jn),v=[i,r,r&&u?r+"-"+u:null,r&&h?r+"-"+h:null,a?r+"-with-text":null,l?r+"-dashed":null].filter(Boolean).join(" ").trim();return(0,m.jsx)("div",(0,c.Z)({className:v},p,{ref:n,children:a&&(0,m.jsx)("span",{className:r+"-inner-text",children:a})}))})),qn=t(64649),Xn=["prefixCls","className","style","placement","size","title","footer","icon","isCloseButtonShown","bodyProps","timeout","isOpen","maskClosable"],Qn=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-drawer":t,i=n.className,a=n.style,o=n.placement,l=void 0===o?"right":o,u=n.size,f=void 0===u?260:u,h=n.title,p=n.footer,v=n.icon,x=n.isCloseButtonShown,y=void 0===x||x,g=n.bodyProps,j=n.timeout,b=void 0===j?300:j,w=n.isOpen,C=void 0!==w&&w,N=n.maskClosable,Z=void 0===N||N,k=(0,s.Z)(e,Xn),E=[i,r,l].filter(Boolean).join(" ").trim(),P=[g?g.className:null,r?r+"-body-inner":null].filter(Boolean).join(" ").trim(),B=(0,c.Z)({},a,(0,qn.Z)({},/^(top|bottom)$/.test(l)?"height":"width",f)),z=(0,d.useMemo)((function(){return p?(0,m.jsx)("div",{className:r+"-footer",children:p}):null}),[p]),O=(0,d.useMemo)((function(){return v?(0,m.jsx)(M,{type:v}):null}),[v]),D=(0,d.useMemo)((function(){return h?(0,m.jsx)("h4",{children:h}):null}),[h]);return(0,m.jsx)(S,(0,c.Z)({className:E,timeout:b,isOpen:C,maskClosable:Z},k,{children:(0,m.jsxs)("div",{className:r+"-wrapper",style:B,children:[(h||v)&&(0,m.jsxs)("div",{className:r+"-header",children:[O,D,h&&y&&(0,m.jsx)(L,{basic:!0,onClick:e.onClose,icon:"close",type:"light"})]}),(0,m.jsx)("div",{className:r+"-body",children:(0,m.jsx)("div",(0,c.Z)({},g,{className:P,children:e.children}))}),z]})}))},et=["prefixCls","className","icon","iconProps","size","description","children"],nt=function(e){var n=e.prefixCls,t=void 0===n?"w-empty":n,r=e.className,i=e.icon,a=e.iconProps,o=e.size,l=void 0===o?64:o,d=e.description,u=void 0===d?"\u6682\u65e0\u6570\u636e":d,f=e.children,h=(0,s.Z)(e,et),p=[t,r].filter(Boolean).join(" ").trim();return(0,m.jsxs)("div",(0,c.Z)({className:p},h,{children:[(0,m.jsx)("div",{className:t+"-icon",children:i||(0,m.jsxs)("svg",(0,c.Z)({viewBox:"0 0 1024 1024",width:l,height:l},a,{children:[(0,m.jsx)("path",{d:"M20.48 860.16a491.52 102.4 0 1 0 983.04 0 491.52 102.4 0 1 0-983.04 0Z",fill:"#F5F5F5"}),(0,m.jsx)("path",{d:"M225.28 409.6l573.44-8.06912 112.78336 183.296H102.4z",fill:"#C4C5C7"}),(0,m.jsx)("path",{d:"M266.24 61.44h491.52a40.96 40.96 0 0 1 40.96 40.96v532.48a40.96 40.96 0 0 1-40.96 40.96H266.24a40.96 40.96 0 0 1-40.96-40.96V102.4a40.96 40.96 0 0 1 40.96-40.96z",fill:"#F5F5F7"}),(0,m.jsx)("path",{d:"M348.16 143.36h327.68a40.96 40.96 0 0 1 40.96 40.96v122.88a40.96 40.96 0 0 1-40.96 40.96H348.16a40.96 40.96 0 0 1-40.96-40.96V184.32a40.96 40.96 0 0 1 40.96-40.96zM327.68 409.6h368.64a20.48 20.48 0 0 1 0 40.96H327.68a20.48 20.48 0 0 1 0-40.96zM327.68 491.52h368.64a20.48 20.48 0 0 1 0 40.96H327.68a20.48 20.48 0 0 1 0-40.96z",fill:"#EBECEC"}),(0,m.jsx)("path",{d:"M673.44384 607.58016v13.43488c0 25.14944-20.0704 45.52704-44.8512 45.52704H382.95552l-2.2528-0.06144c-23.7568-1.16736-42.63936-21.07392-42.63936-45.4656v-13.45536c0-12.55424-10.0352-22.7328-22.44608-22.7328H102.4v250.30656C102.4 860.2624 122.49088 880.64 147.29216 880.64h719.31904c24.7808 0 44.89216-20.3776 44.89216-45.50656V584.82688H695.88992c-12.3904 0-22.44608 10.17856-22.44608 22.7328z",fill:"#E0E0E0"})]}))}),u&&(0,m.jsx)("div",{className:t+"-description",children:u}),f&&(0,m.jsx)("div",{className:t+"-footer",children:f})]}))},tt=["className","dataLabel","prefixCls"],rt=d.forwardRef((function(e,n){var t=e.className,r=e.dataLabel,i=void 0===r?"Browse":r,a=e.prefixCls,o=void 0===a?"w-fileinput":a,l=(0,s.Z)(e,tt),d=[o,t].filter(Boolean).join(" ").trim();return(0,m.jsx)(je,(0,c.Z)({ref:n,"data-label":i,className:d},l,{type:"file"}))})),it=function(e){var n=e.className,t=e.prefixCls,r=void 0===t?"w-fileinput-list":t,i=e.dataList,a=void 0===i?[]:i,o=e.uploadType,l=e.size,s=void 0===l?"middle":l,c=e.shape,u=void 0===c?"round":c,f=e.readonly,h=e.children,p=e.showFileIcon,v=void 0===p?{showPreviewIcon:!0,showRemoveIcon:!0}:p,x=e.onPreview,y=e.onAdd,g=e.onRemove,j=[r,r+"-size-"+s,r+"-shape-"+u,n].filter(Boolean).join(" ").trim();return(0,m.jsxs)("div",{className:j,children:[h&&!f&&d.isValidElement(h)&&d.cloneElement(h,{onClick:y}),(0,m.jsx)("div",{children:a.map((function(e,n){return(0,m.jsxs)("div",{className:r+"-"+o,children:["picture"===o&&(0,m.jsxs)("div",{className:r+"-info "+r+"-"+o+"-info",children:[(0,m.jsx)("img",{src:e.dataURL,alt:""}),(null==v?void 0:v.showPreviewIcon)&&(0,m.jsx)("div",{className:r+"-actions",children:(0,m.jsx)("span",{className:r+"-actions-search",onClick:function(){return null==x?void 0:x(e)},children:(0,m.jsx)(M,{type:"search",style:{color:"#fff",fontSize:16}})})})]}),(0,m.jsx)("div",{className:r+"-"+o+"-text",children:e.name}),(null==v?void 0:v.showRemoveIcon)&&(0,m.jsx)("div",{className:r+"-"+o+"-icon",onClick:function(){return null==g?void 0:g(n)},children:(0,m.jsx)(M,{type:"delete",style:{color:"#999"}})})]},n)}))})]})},at=function(e){var n=e.className,t=e.prefixCls,r=void 0===t?"w-fileinput-card":t,i=e.dataList,a=void 0===i?[]:i,o=e.maxNumber,l=void 0===o?3:o,s=e.shape,c=void 0===s?"round":s,d=e.size,u=void 0===d?"middle":d,f=e.readonly,h=e.children,p=e.showFileIcon,v=void 0===p?{showPreviewIcon:!0,showRemoveIcon:!0}:p,x=e.onAdd,y=e.onPreview,g=e.onRemove,j=[r,r+"-size-"+u,r+"-shape-"+c,n].filter(Boolean).join(" ").trim(),b=!(!v.showPreviewIcon&&!v.showRemoveIcon);return(0,m.jsxs)("div",{className:j,children:[a.map((function(e,n){return(0,m.jsxs)("div",{className:r+"-box",children:[(0,m.jsx)("div",{className:r+"-box-info",children:(0,m.jsx)("img",{src:e.dataURL,alt:""})}),(0,m.jsxs)("div",{className:b?r+"-actions":"",children:[(null==v?void 0:v.showPreviewIcon)&&(0,m.jsx)("span",{className:r+"-actions-remove",onClick:function(){return null==y?void 0:y(e)},children:(0,m.jsx)(M,{type:"search",style:{color:"#fff",fontSize:16}})}),(null==v?void 0:v.showRemoveIcon)&&(0,m.jsx)("span",{className:r+"-actions-remove",onClick:function(){return null==g?void 0:g(n)},children:(0,m.jsx)(M,{type:"delete",style:{color:"#fff",fontSize:16}})})]})]},n)})),l>a.length&&!f&&(0,m.jsx)("div",{className:r+"-box "+r+"-btn",onClick:x,children:h})]})},ot=function(e){var n=new FileReader;return new Promise((function(t){n.addEventListener("load",(function(){return t(String(n.result))})),n.readAsDataURL(e)}))},lt=function(e,n){for(var t=[],r=0;r0?S.map((function(e,n){return b(e,n)})):C;var P=d.Children.map(t,(function(e,n){return d.isValidElement(e)&&d.cloneElement(e,{key:n})})),M=[i,w,f?i+"-striped":null,p?i+"-no-hover":null,x?i+"-active":null,o?i+"-bordered":null,g&&"default"!==g?i+"-size-"+g:null].filter(Boolean).join(" ").trim();return(0,m.jsxs)("div",(0,c.Z)({className:M},E,{ref:n,children:[N&&(0,m.jsx)("div",{className:i+"-header",children:N}),P,Z&&(0,m.jsx)("div",{className:i+"-footer",children:Z})]}))}var Nt=d.forwardRef(Ct);Nt.Item=bt;var Zt=Nt,kt=t(56954),St=["prefixCls","className","size","loading","tip","vertical","color","bgColor","children","indicator","fullscreen"],Et=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-loader":t,i=n.className,a=n.size,o=void 0===a?"default":a,l=n.loading,u=void 0===l||l,f=n.tip,h=n.vertical,p=n.color,v=n.bgColor,x=n.children,y=n.indicator,g=n.fullscreen,j=void 0!==g&&g,b=(0,s.Z)(e,St),w=[r,i,o?r+"-"+o:null].filter(Boolean).join(" ").trim(),C=(0,d.useMemo)((function(){return(0,m.jsx)("svg",{viewBox:"25 25 50 50",children:(0,m.jsx)("circle",{cx:"50",cy:"50",r:"20",fill:"none",strokeWidth:"5",strokeMiterlimit:"10"})})}),[]),N=(0,d.useMemo)((function(){return(0,m.jsx)("div",{className:[r+"-tips",j?r+"-fullscreen":null].filter(Boolean).join(" ").trim(),style:{color:p,backgroundColor:v},children:(0,m.jsxs)("div",{className:r+"-tips-nested",children:[y||C,f&&(0,m.jsx)("div",{className:[r+"-text",h?r+"-vertical":null].filter(Boolean).join(" ").trim(),children:f})]})})}),[j,v,r,h,f]);return(0,m.jsxs)("div",(0,c.Z)({className:w},b,{children:[(u||j)&&N,x&&d.cloneElement(x,Object.assign({},x.props,{className:[r+"-warp",u?r+"-blur":null].filter(Boolean).join(" ").trim()}))]}))},Pt=["prefixCls","className","type","title","description","showIcon","icon","rounded","isCloseButtonShown"],Mt=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(e){var i;return(0,r.Z)(this,t),(i=n.call(this,e)).handleClosed=function(e){var n=i.props.onClose;i.setState({isOpen:!1}),n&&n(e)},i.renderIcon=function(){var e=i.props,n=e.type,t=e.showIcon,r=i.props.icon;if(!r&&t)switch(n){case"success":r="circle-check";break;case"warning":r="warning";break;case"info":r="information";break;case"error":r="circle-close"}return r},i.state={isOpen:!0},i}return(0,i.Z)(t,[{key:"render",value:function(){var e=this.props,n=e.prefixCls,t=e.className,r=e.type,i=e.title,a=e.description,o=e.showIcon,l=e.rounded,d=e.isCloseButtonShown,u=(0,s.Z)(e,Pt),f=a||this.props.children,h=[n,t,n+"-"+r,l?n+"-rounded":null,o?n+"-icon":null,o?n+(i?"-title":"")+(f?"-description":""):null].filter(Boolean).join(" ").trim(),p=(0,m.jsxs)("div",(0,c.Z)({className:h},u,{children:[d&&(0,m.jsx)(L,{basic:!0,onClick:this.handleClosed,icon:"close",type:"light"}),o&&(0,m.jsx)(M,{type:this.renderIcon()}),(0,m.jsx)("span",{className:n+"-title",children:i}),(0,m.jsx)("span",{className:n+"-description",children:f})]}));return d?(0,m.jsx)(w.Z,{in:this.state.isOpen,unmountOnExit:!0,timeout:300,classNames:n,children:p}):p}}]),t}(d.Component);Mt.defaultProps={prefixCls:"w-message",rounded:!0,isCloseButtonShown:!1};var Bt=["prefixCls","format","onChange","className","popoverProps","pickerCaptionProps","allowClear","monthLabel"],Lt=["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"];function zt(e){var n=e.prefixCls,t=void 0===n?"w-monthpicker":n,r=e.format,i=void 0===r?"YYYY/MM":r,a=e.onChange,o=void 0===a?function(){}:a,l=e.className,u=e.popoverProps,f=e.pickerCaptionProps,h=void 0===f?{}:f,p=e.allowClear,v=void 0===p||p,x=e.monthLabel,g=void 0===x?Lt:x,j=(0,s.Z)(e,Bt),b=(0,d.useState)(!1),w=(0,y.Z)(b,2),C=w[0],N=w[1],Z=(0,d.useState)(new Date),k=(0,y.Z)(Z,2),S=k[0],E=k[1],P=(0,d.useState)("month"),M=(0,y.Z)(P,2),B=M[0],z=M[1],O=(0,d.useState)(e.value),D=(0,y.Z)(O,2),A=D[0],R=D[1];function T(e,n,t){var r=new Date(new Date(S)[e](n));t||z("month");var a=(0,ee.Z)(i,new Date(r));R(a),E(r),o&&o(r,a),"setMonth"===e&&N(!1)}return(0,d.useEffect)((function(){return R(e.value)}),[e.value]),j.value=(0,d.useMemo)((function(){return"string"===typeof A?A:A?(0,ee.Z)(i,A):""}),[i,A]),v&&j.value&&(j.addonAfter=(0,m.jsx)(L,{className:t+"-close-btn",icon:"close",onClick:function(){R(""),o&&o()},size:j.size,basic:!0,type:"light"})),(0,m.jsx)(ye,(0,c.Z)({trigger:"focus",placement:"bottomLeft",autoAdjustOverflow:!0,isOpen:C},u,{onVisibleChange:function(e){return N(e)},content:(0,m.jsxs)("div",{className:t+"-popover",children:[(0,m.jsx)(He,(0,c.Z)({panelDate:S,monthLabel:g},h,{onSelected:function(e){if(/^(month|year)$/.test(e))z(e);else{var n=new Date(S).getFullYear(),t=new Date(new Date(S).setFullYear("next"===B?n+1:n-1));E(t)}}})),"month"===B&&(0,m.jsx)(Ae,{panelDate:S,monthLabel:g,onSelected:function(e,n){return T("setMonth",e,n)}}),"year"===B&&(0,m.jsx)(Te,{panelDate:S,onSelected:function(e,n){return T("setFullYear",e,n)}})]}),children:(0,m.jsx)(je,(0,c.Z)({placeholder:"\u8bf7\u8f93\u5165\u65e5\u671f",readOnly:!0},j,{className:[t,l].filter(Boolean).join(" ").trim()}))}))}var Ot=["description","isOpen"],Dt={},At={},Rt=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(){var e;return(0,r.Z)(this,t),(e=n.apply(this,arguments)).state={notifys:{}},e}return(0,i.Z)(t,[{key:"create",value:function(e){var n=this,t=e.placement,r=e.key;Dt[t]||(Dt[t]={}),e.isOpen=!1,Dt[t][r]=e,e.duration&&(At[r]=setTimeout((function(){n.closed(r,t)}),e.duration)),this.setState({notifys:Dt,placement:t},(function(){Dt[t][r].isOpen=!0,n.setState({notifys:Dt})}))}},{key:"closed",value:function(e,n){if(e&&n&&Dt[n][e]){Dt[n][e].isOpen=!1;var t=Dt[n][e];this.setState({notifys:Dt},(function(){clearTimeout(At[e]),delete At[e],delete Dt[n][e],t&&t.willUnmount&&t.willUnmount(t,Dt)}))}}},{key:"render",value:function(){var e=this,n=this.props.prefixCls,t=this.state.placement;return(0,m.jsx)(d.Fragment,{children:t&&Object.keys(this.state.notifys[t]).map((function(r){var i=e.state.notifys[t][r],a=i.description,o=i.isOpen,l=(0,s.Z)(i,Ot);return"open"===l.type&&delete l.type,(0,m.jsx)(A,(0,c.Z)({className:n,useButton:!1,width:320},l,{usePortal:!1,hasBackdrop:!1,isOpen:o,content:a}),r)}))})}}]),t}(d.Component);Rt.defaultProps={prefixCls:"w-notify",placement:"topRight"};var Tt={},It={};function Ft(e,n){if(void 0===n&&(n="open"),e.placement||(e.placement="topRight"),e.type=n,!e.icon&&null!==e.icon)switch(e.type){case"success":e.icon="circle-check";break;case"warning":e.icon="warning";break;case"info":e.icon="information";break;case"error":e.icon="circle-close"}switch(e.type){case"info":e.type="primary";break;case"error":e.type="danger"}if(e.placement&&!Tt[e.placement]){var t=document.createElement("div");document.body.appendChild(t),t.className=["w-notify-warpper",e.placement].filter(Boolean).join(" ").trim(),It[e.placement]=t,Tt[e.placement]=C.render((0,m.jsx)(Rt,{}),t)}null!==e.duration&&(e.duration=1e3*(e.duration||4.5)),Tt[e.placement]&&Tt[e.placement].create((0,c.Z)({},e,{duration:e.duration,key:parseInt(String(1e15*Math.random()),10).toString(36),willUnmount:function(n,t){n&&(n.onClose&&n.onClose(),0===Object.keys(t[e.placement]).length&&Tt[e.placement]&&(delete Tt[e.placement],It[e.placement]&&document.body.removeChild(It[e.placement])))}}))}["open","success","warning","info","error"].forEach((function(e){Ft[e]=function(n){return void 0===n&&(n={}),Ft(n,e)}}));var Ht=Ft,Wt=d.forwardRef((function(e,n){return(0,m.jsx)("option",(0,c.Z)({},e,{ref:n}))})),Vt=d.forwardRef((function(e,n){return(0,m.jsx)("optgroup",(0,c.Z)({},e,{ref:n}))})),_t=["prefixCls","className","size"],Kt=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-select":t,i=e.className,a=e.size,o=void 0===a?"default":a,l=(0,s.Z)(e,_t);return(0,m.jsx)("select",(0,c.Z)({},l,{ref:n,className:[r,i,o?r+"-"+o:null].filter(Boolean).join(" ").trim()}))}));Kt.Option=Wt,Kt.Group=Vt;var Yt=Kt,$t=["className","style","prefixCls","alignment","size","total","pageSize","pageSizeOptions","current","onChange","onShowSizeChange","divider"];function Ut(e){var n=e.className,t=e.style,r=e.prefixCls,i=void 0===r?"w-pagination":r,a=e.alignment,o=void 0===a?"left":a,l=e.size,u=void 0===l?"default":l,f=e.total,h=void 0===f?0:f,p=e.pageSize,v=void 0===p?10:p,x=e.pageSizeOptions,g=void 0===x?[]:x,j=e.current,b=void 0===j?1:j,w=e.onChange,C=void 0===w?function(){return null}:w,N=e.onShowSizeChange,Z=e.divider,k=(0,s.Z)(e,$t),S=(0,d.useState)(b),E=(0,y.Z)(S,2),P=E[0],M=E[1];(0,d.useEffect)((function(){return M(b)}),[b]);var B=[i,n,Z?"divider":null,u].filter(Boolean).join(" ").trim(),L=(0,d.useMemo)((function(){var e=[{type:"prev",disabled:1===P}],n=Math.ceil(h/v),t=n<=5?n:5,r=0,i=0;for(P>3&&n>5&&e.push({label:1}),P>4&&n>6&&e.push({type:"jumpPrev",label:"\u2022\u2022\u2022",goto:5});r3&&n>5&&(i=P-3);var a=(r+=1)+i;n-P===0&&n>5&&(a-=2),n-P===1&&n>5&&(a-=1),a<=n&&e.push({label:a,active:P===a})}return P+36&&e.push({type:"jumpNext",label:"\u2022\u2022\u2022",goto:5}),P+25&&e.push({label:n}),e.push({type:"next",disabled:P===n}),e}),[P,h,v]);return(0,m.jsxs)("ul",(0,c.Z)({className:B,style:(0,c.Z)({},t,{textAlign:o})},k,{children:[L.map((function(e,n){var t=(0,m.jsx)("a",{children:e.label});return/^(prev|next)$/.test(e.type)&&(t=(0,m.jsx)("a",{className:"arrow "+e.type})),(0,m.jsx)("li",{className:[e.active?"active":null,e.disabled?"disabled":null].filter(Boolean).join(" ").trim(),onClick:function(){return function(e){if(!e.active&&!e.disabled){var n=Math.ceil(h/v),t={};e.label&&(t.current=e.label),"prev"===e.type&&(t.current=P-1>0?P-1:1),"next"===e.type&&(t.current=P+1<=n?P+1:n),/^(jumpPrev|jumpNext)/.test(e.type)&&e.goto&&(t.current="jumpPrev"===e.type?P-e.goto:P+e.goto,t.current>n&&(t.current=n),t.current<1&&(t.current=1)),M(t.current),C&&C(t.current,h,v)}}(e)},children:t},n)})),g.length>0&&(0,m.jsx)("li",{className:i+"-options",children:(0,m.jsx)(Yt,{size:u,defaultValue:v,onChange:function(e){var n=Number(e.target.value),t=Math.ceil(h/n);N&&N(P>t?t:P,n)},children:g.map((function(e,n){return(0,m.jsxs)(Yt.Option,{value:e,children:[e,"\u6761/\u9875"]},n)}))})})]}))}var Jt=["prefixCls","placeholder","value","autoFocus","className","size","style","disabled","onChange","onBlur","onFocus"];function Gt(e,n){void 0===e&&(e={});var t=e,r=t.prefixCls,i=void 0===r?"w-pin-code":r,a=t.placeholder,o=void 0===a?"\u25cb":a,l=t.value,f=void 0===l?[]:l,h=t.autoFocus,p=t.className,v=t.size,x=void 0===v?"default":v,g=t.style,j=t.disabled,b=t.onChange,w=void 0===b?u:b,C=t.onBlur,N=void 0===C?u:C,Z=t.onFocus,k=void 0===Z?u:Z,S=(0,s.Z)(e,Jt),E=(0,d.useState)({}),P=(0,y.Z)(E,1)[0],M=(0,d.useState)(o),B=(0,y.Z)(M,2),L=B[0],z=B[1],O=(0,d.useState)(f),D=(0,y.Z)(O,2),A=D[0],R=D[1],T=[i,p,x?i+"-"+x:null,j?"disabled":null].filter(Boolean).join(" ").trim();function I(e){z(o),N(e)}function F(e){z(""),k(e)}return(0,d.useEffect)((function(){A!==f&&w(A)}),[A]),(0,m.jsx)("div",(0,c.Z)({className:T,style:g},S,{ref:n,children:(0,be.Z)(A).map((function(e,n){var t={min:0,type:"text",inputMode:"numeric",autoComplete:"off",value:e,onChange:function(e){return function(e,n){var t=e.target.value;t=t.charAt(t.length-1);var r=(0,be.Z)(A);Number(t)>-1&&t?(e.currentTarget.value=t,r[n]=t,P[n+1]&&P[n+1].focus(),R(r)):t||(r[n]="",R(r))}(e,n)},onKeyDown:function(e){return function(e,n){var t=e.currentTarget.value,r=e.key.toLocaleLowerCase();!t&&P[n-1]&&/(backspace|delete)/.test(r)&&P[n-1].focus()}(e,n)},onBlur:function(e){return I(e)},onFocus:function(e){return F(e)},className:i+"-inner",placeholder:L,disabled:j,size:x};return h&&0===n&&(t.autoFocus=!0),(0,d.createElement)(je,(0,c.Z)({ref:function(e){e&&(P[n]=e)}},t,{key:n}))}))}))}var qt=d.forwardRef(Gt);function Xt(e){return(0,m.jsx)(M,{type:e.type})}var Qt=["prefixCls","style","type","className","showText","percent","format","strokeWidth","width","status"],er=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(){return(0,r.Z)(this,t),n.apply(this,arguments)}return(0,i.Z)(t,[{key:"relativeStrokeWidth",value:function(e,n){var t=this.props,r=t.strokeWidth,i=t.percent;if(n&&n.parentNode){var a=(r/n.parentNode.getBoundingClientRect().width*100).toFixed(1),o=parseInt((50-parseFloat(a)/2).toString(),10);if(n.setAttribute("stroke-width",a),n.setAttribute("d","M 50 50 m 0 -"+o+" a "+o+" "+o+" 0 1 1 0 "+2*o+" a "+o+" "+o+" 0 1 1 0 -"+2*o),"track"===e){var l=2*Math.PI*o;n.setAttribute("style","stroke-dasharray:"+l+"px,"+l+"px;stroke-dashoffset:"+(1-i/100)*l+"px;transition: stroke-dashoffset 0.6s ease 0s, stroke 0.6s ease;")}}}},{key:"render",value:function(){var e,n=this.props,t=n.prefixCls,r=n.style,i=n.className,a=n.showText,o=n.percent,l=n.format,d=n.width,u=n.status,f=(0,s.Z)(n,Qt),h=[t,i,t+"-circle",a?t+"-show-text":null,u?t+"-status-"+u:null,parseInt(o.toString(),10)>=100?t+"-status-success":null].filter(Boolean).join(" ").trim(),p=parseInt(o.toString(),10)>=100&&!("status"in this.props)?"success":u;if(a){var v=o+"%";"exception"===p?v=(0,m.jsx)(Xt,{type:"close"}):"success"===p&&(v=(0,m.jsx)(Xt,{type:"check"})),e=(0,m.jsx)("span",{className:t+"-text",style:{fontSize:.16*d+6},children:l?l(o):v})}return(0,m.jsxs)("div",(0,c.Z)({className:h,style:r},f,{children:[(0,m.jsxs)("svg",{viewBox:"0 0 100 100",width:""+d,children:[(0,m.jsx)("path",{ref:this.relativeStrokeWidth.bind(this,"bg"),className:t+"-trail",fill:"none"}),(0,m.jsx)("path",{ref:this.relativeStrokeWidth.bind(this,"track"),strokeLinecap:"round",className:t+"-stroke",fill:"none"})]}),e]}))}}]),t}(d.Component);er.defaultProps={prefixCls:"w-progress",showText:!0,percent:0,width:126,strokeWidth:6};var nr=["prefixCls","style","className","showText","percent","format","strokeWidth","width","status"],tr=function(e){(0,o.Z)(t,e);var n=(0,l.Z)(t);function t(){return(0,r.Z)(this,t),n.apply(this,arguments)}return(0,i.Z)(t,[{key:"render",value:function(){var e,n=this.props,t=n.prefixCls,r=n.style,i=n.className,a=n.showText,o=n.percent,l=n.format,d=n.strokeWidth,u=n.status,f=(0,s.Z)(n,nr),h=[t,i,t+"-line",a?t+"-show-text":null,u?t+"-status-"+u:null,parseInt(o.toString(),10)>=100?t+"-status-success":null].filter(Boolean).join(" ").trim();if(a){var p=parseInt(o.toString(),10)>=100&&!("status"in this.props)?"success":u,v=o+"%";"exception"===p?v=(0,m.jsx)(Xt,{type:"circle-close"}):"success"===p&&(v=(0,m.jsx)(Xt,{type:"circle-check"})),e=(0,m.jsx)("span",{className:t+"-text",children:l?l(o):v})}var x={width:o+"%",height:d};return(0,m.jsxs)("div",(0,c.Z)({className:h,style:r},f,{children:[(0,m.jsx)("div",{className:t+"-bar",children:(0,m.jsx)("div",{className:t+"-inner",children:(0,m.jsx)("div",{className:t+"-bg",style:x})})}),e]}))}}]),t}(d.Component);tr.defaultProps={prefixCls:"w-progress",showText:!0,percent:0,width:126,strokeWidth:6};var rr={Line:tr,Circle:er},ir=["prefixCls","count","value","className","allowHalf","character","readOnly","disabled","onChange","onHoverChange","color"];function ar(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-rate":t,i=n.count,a=void 0===i?5:i,o=n.value,l=void 0===o?0:o,f=n.className,h=n.allowHalf,p=n.character,v=void 0===p?"\u2605":p,x=n.readOnly,g=void 0!==x&&x,j=n.disabled,b=n.onChange,w=void 0===b?u:b,C=n.onHoverChange,N=void 0===C?u:C,Z=n.color,k=(0,s.Z)(e,ir),S=(0,d.useState)(l),E=(0,y.Z)(S,2),P=E[0],M=E[1],B=(0,d.useState)(-1),L=(0,y.Z)(B,2),z=L[0],O=L[1],D=[r,f,j?"disabled":null].filter(Boolean).join(" ").trim(),A=(0,d.useState)(),R=(0,y.Z)(A,2),T=R[0],I=R[1];function F(e,n){e.persist();var t=n,r=e.clientX-e.currentTarget.getBoundingClientRect().left<=e.currentTarget.getBoundingClientRect().width/2;return h?(e.persist(),t=r?n+.5:n+1):t=n+1,t}return l!==T&&I(l),(0,d.useMemo)((function(){P!==T&&M(l)}),[T]),(0,m.jsx)("div",(0,c.Z)({},k,{className:D,onMouseLeave:function(){O(-1)},children:(0,be.Z)(Array(a)).map((function(e,n){var t=P<=n+.5&&Math.ceil(P)-1===n&&-1===z||z===n+.5,i=[r+"-hight",n+1<=P&&-1===z?"star-on":null,n+1<=z?"hover-on":null,t?"half-on":null].filter(Boolean).join(" ").trim(),a={};return g||(a.onClick=function(e){return function(e,n){if(!g){var t=F(e,n);M(t),w(t)}}(e,n)},a.onMouseMove=function(e){return function(e,n){var t=F(e,n);z!==t&&(O(t),N(t))}(e,n)}),(0,m.jsxs)("span",(0,c.Z)({},a,{children:[(0,m.jsx)("span",{style:{color:Z},className:i,children:v}),(0,m.jsx)("span",{className:r+"-bg",children:v})]}),n)}))}))}var or=["prefixCls","className","style","title","children","visible","color","disabled","bordered","closable","light","onClose"],lr=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-tag":t,i=n.className,a=n.style,o=n.title,l=void 0===o?"":o,d=n.children,u=n.visible,f=void 0===u||u,h=n.color,p=void 0===h?"#6E6E6E":h,v=n.disabled,x=void 0!==v&&v,y=n.bordered,g=void 0===y||y,j=n.closable,b=n.light,w=void 0!==b&&b,C=n.onClose,N=(0,s.Z)(e,or),Z=[r,i,w?r+"-light":null,x?"disabled":null].filter(Boolean).join(" ").trim(),k=(0,c.Z)({},a);return w?(k.color=p,k.borderColor=p,g&&w&&(k.boxShadow="inset 0 0 0 1px "+p)):(k.color="#fff",k.backgroundColor=p),f?(0,m.jsxs)("span",(0,c.Z)({className:Z,style:k},N,{children:[l||d,!x&&j?(0,m.jsx)("svg",{onClick:C,className:r+"-close",width:"15",height:"15",viewBox:"0 0 16 16",children:(0,m.jsx)("path",{d:"M9.41 8l2.29-2.29c.19-.18.3-.43.3-.71a1.003 1.003 0 0 0-1.71-.71L8 6.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42L6.59 8 4.3 10.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71L8 9.41l2.29 2.29c.18.19.43.3.71.3a1.003 1.003 0 0 0 .71-1.71L9.41 8z"})}):null]})):null},sr=["allowClear","disabled","size","maxTagCount","option","loading","labelInValue","prefixCls","className","mode","style","isOpen","value","defaultValue","showSearch","tagProps","placeholder","onSearch","onChange","onSelect"];function cr(e){var n,t=e.allowClear,r=void 0!==t&&t,i=e.disabled,a=void 0!==i&&i,o=e.size,l=void 0===o?"default":o,u=e.maxTagCount,f=e.option,h=void 0===f?[]:f,p=e.loading,v=void 0!==p&&p,x=e.labelInValue,g=void 0!==x&&x,j=e.prefixCls,b=void 0===j?"w-search-select":j,w=e.className,C=e.mode,N=void 0===C?"single":C,Z=e.style,k=e.value,S=e.defaultValue,E=e.showSearch,P=e.tagProps,B=void 0===P?{}:P,L=e.placeholder,z=e.onSearch,O=e.onChange,D=e.onSelect,A=(0,s.Z)(e,sr),R=[b,w].filter(Boolean).join(" ").trim(),T=(0,d.useMemo)((function(){return"multiple"===N}),[N]),I=(0,d.useState)(!1),F=(0,y.Z)(I,2),H=F[0],W=F[1],V=(0,d.useState)([]),_=(0,y.Z)(V,2),K=_[0],Y=_[1],$=(0,d.useState)(""),U=(0,y.Z)($,2),J=U[0],G=U[1],q=(0,d.useState)(""),X=(0,y.Z)(q,2),Q=X[0],ee=X[1],ne=(0,d.useRef)(null),te=(0,d.useMemo)((function(){return u&&K.length>u?K.length-u:0}),[K.length]),re=(0,d.useRef)(null),ie=function(e){return void 0!==e&&""!==e},ae=(0,d.useRef)();ae.current=(0,d.useMemo)((function(){return K}),[K]),(0,d.useEffect)((function(){!ie(k)&&ie(S)&&le(S)}),[]),(0,d.useEffect)((function(){a&&W(!1)}),[a]),(0,d.useEffect)((function(){ie(k)&&le(k)}),[JSON.stringify(k)]);var oe=function(e,n){var t=e.find((function(e){return e.value===n}));return t};function le(e){var n=[];if(g)Array.isArray(e)?n=e:n.push(e);else if(Array.isArray(e))n=e.map((function(e){return oe(h,e)})).filter((function(e){return!!e}));else{var t=oe(h,e);t&&(G(t.label),n.push(t))}!T&&n.length>0&&G(n[0].label||""),Y(n)}var se=function(e){G(e),E&&(null==z||z(e))};function ce(e,n){var t=-1!==e?function(e){var n=ae.current;return n.splice(e,1),(0,be.Z)(n)}(e):[].concat((0,be.Z)(K),[n]),r=t.map((function(e){return e.value}));de(r,t)}function de(e,n){G(""),D&&D(e),pe(e,n),void 0===k&&Y(n)}function ue(e){var n;n="enter"===e&&r&&(K.length>0||J)?"close":"",ee(n)}function fe(e){W(!0),ee(E&&e?"loading":""),se(e)}function he(e){var n;e.stopPropagation(),null==(n=ne.current)||n.focus(),Y([]),fe(""),W(!1),pe("",[])}function pe(e,n){O&&O(g?n:e)}return(0,m.jsx)(en,(0,c.Z)({className:R,trigger:"click",style:{marginTop:5},overlayStyl:{width:100},disabled:a},A,{onVisibleChange:function(e){var n=ae.current;W(e),e||se(""),!T&&n.length>0&&G(n[0].label)},isOpen:H,menu:(0,m.jsx)(pn,{bordered:!0,style:{minHeight:25,maxHeight:280,minWidth:null!=(n=null==Z?void 0:Z.width)?n:200,overflowY:"scroll",width:null==Z?void 0:Z.width},children:h&&0!==h.length?h.map((function(e){var n=K.findIndex((function(n){return n.value===e.value}));return(0,m.jsx)(pn.Item,{active:-1!==n,text:e.label,onClick:function(){return T?ce(n,e):function(e){W(!1);var n=[e];G(e.label),de(e.value,n)}(e)}},n)})):(0,m.jsx)("div",{style:{color:"#c7c7c7",fontSize:12},children:v?"\u6b63\u5728\u52a0\u8f7d\u6570\u636e...":"\u6ca1\u6709\u6570\u636e"})}),children:(0,m.jsx)("div",{ref:re,onMouseOver:function(){return ue("enter")},onMouseLeave:function(){return ue("leave")},onClick:function(){var e;return null==(e=ne.current)?void 0:e.focus()},style:(0,c.Z)({width:"100%",maxWidth:"none"},Z),children:T?(0,m.jsxs)("div",{className:b+"-inner",children:[(0,m.jsxs)("div",{style:{display:"flex",flexFlow:"wrap",width:"100%"},children:[T&&K.slice(0,u).map((function(e,n){return(0,m.jsx)(lr,(0,c.Z)({style:(0,c.Z)({height:20,margin:1,display:"flex",alignItems:"center"},B.style),className:b+"-tag",color:"#393E48"},B,{closable:!0,disabled:a,onClose:function(t){t.stopPropagation(),ce(n,e)},children:e.label}),n)})),!!te&&(0,m.jsxs)(lr,{style:{height:20,margin:1,display:"flex",alignItems:"center"},disabled:!0,children:["+",te," \u2026"," "]}),(0,m.jsx)(je,{style:{flex:1},className:b+"-input-contents",readOnly:!E,size:l,ref:ne,disabled:a,onKeyDown:function(e){T&&K.length>0&&!J&&8===e.keyCode&&ce(K.length-1)},onChange:function(e){return fe(e.target.value)},value:J,placeholder:K.length?"":L})]}),!a&&("close"===Q||"loading"===Q&&v)&&(0,m.jsx)(M,{className:b+"-multiple-colse",type:Q,spin:v&&"loading"===Q,onClick:he})]}):(0,m.jsx)(je,{readOnly:!E,size:l,ref:ne,disabled:a,onChange:function(e){return fe(e.target.value)},value:J,placeholder:L,addonAfter:!a&&("close"===Q||"loading"===Q&&v)&&(0,m.jsx)(M,{type:Q,className:b+"-singe-colse",color:"#393e48",spin:v&&"loading"===Q,onClick:he})})})}))}var dr=t(1064),ur=["prefixCls","className","style","status","itemWidth","icon","adjustMarginRight","stepNumber","title","description","progressDot"];var fr=["prefixCls","style","className","children","current","status","progressDot","direction"];function hr(e){var n=e.prefixCls,t=void 0===n?"w-steps":n,r=e.style,i=void 0===r?{}:r,a=e.children,o=e.current,l=e.status,u=void 0===l?"process":l,f=e.progressDot,h=void 0!==f&&f,p=e.direction,v=void 0===p?"horizontal":p,x=(0,s.Z)(e,fr),g=(0,d.useRef)(null),j=(0,d.useState)(0),b=(0,y.Z)(j,2),w=b[0],C=b[1],N=d.Children.toArray(a).filter((function(e){return!!e})),Z=N.length-1,k=[t,t+"-"+v,h?t+"-dot":null].filter(Boolean).join(" ").trim();return(0,d.useEffect)((function(){return function(){var e=g.current;if(e&&e.lastChild){var n=(e.lastChild.offsetWidth||0)+1;if(n===w||Math.abs(n-w)<=3)return;C(n)}}()})),(0,m.jsx)("div",(0,c.Z)({className:k,style:i},x,{ref:g,children:d.Children.map(a,(function(e,n){var r=(0,c.Z)({stepNumber:""+(n+1),prefixCls:t,progressDot:h},e.props);return n!==Z&&"vertical"!==v&&(r.itemWidth=100/Z+"%",r.adjustMarginRight=-Math.round(w/Z+1)),h&&"vertical"!==v&&(r.itemWidth=100/N.length+"%",r.adjustMarginRight=0),"error"===u&&n===o-1&&(r.className=t+"-next-error"),e.props.status||(r.status=n===o?u:n=100&&(t=100);var r=n*(t/100)+.5;return Math.floor(r)*x+l}function K(e){if(T.current){var n=(0,be.Z)(H),t=_(e[E?"clientY":"clientX"]-O.current+A.current);if(t!==D.current){n[z.current]=t;var r=U(n);B.current&&(B.current.style[E?"top":"left"]=r.left,B.current.style[E?"bottom":"right"]=r.right),V(n),D.current=t}}}function Y(){T.current=void 0,window.removeEventListener("mousemove",K,!1),window.removeEventListener("mouseup",Y,!1)}(0,d.useEffect)((function(){return W(Array.isArray(a)?a:[a])}),[a]),M.onClick=function(e){if(void 0===T.current){var n=L.current.getBoundingClientRect();V(function(e){if(!Array.isArray(a))return Array.isArray(e)?e:[e];var n=(0,be.Z)(H),t=n[0],r=n[1];(te||t>r&&tr&&r>e)&&(n[1]=e);if(t>e&&r=e&&(n[1]=e),ie&&t=e&&(n[0]=e),oe[1]?e[1]:e[0],r=e[0]>e[1]?e[0]:e[1];n.left=$(t)+"%",n.right=100-$(r)+"%"}else n.right=100-$(e[0])+"%";return n}function J(e){return k&&!0!==k&&k[e]&&k[e].label?k[e].label:k&&!0!==k&&k[e]&&"string"===typeof k[e]?k[e]:S&&"function"===typeof S&&S(e)?S(e):e}var G=U();return j&&delete M.onClick,(0,m.jsxs)("div",(0,c.Z)({ref:L,className:[r,Z,j?"disabled":null,k?r+"-with-marks":null,E?r+"-vertical":null].filter(Boolean).join(" ").trim()},M,{children:[(0,m.jsx)("div",{ref:B,className:r+"-bar",style:(0,c.Z)((n={},(0,qn.Z)(n,E?"top":"left",G.left),(0,qn.Z)(n,E?"bottom":"right",G.right),n),!0!==w?{backgroundColor:w||"initial"}:{})}),(0,be.Z)(H).map((function(e,n){var t=$(e);return(0,m.jsx)("div",{className:r+"-handle",onMouseDown:function(e){return function(e,n){if(!j){z.current=e,T.current=!0,O.current=n[E?"clientY":"clientX"],B.current&&(A.current=B.current[E?"clientHeight":"clientWidth"],R.current=B.current[E?"offsetTop":"offsetLeft"]);var t=(0,be.Z)(H);Array.isArray(a)&&(A.current=1===z.current&&t[1]>t[0]||1!==z.current&&t[0]>t[1]?A.current+R.current:R.current),window.addEventListener("mousemove",K),window.addEventListener("mouseup",Y)}}(n,e)},style:(0,qn.Z)({},E?"top":"left",t+"%"),children:(N||!1===N)&&(0,m.jsx)("div",{className:[r+"-tooltip",N?"open":null].filter(Boolean).join(" ").trim(),children:J(e)})},n)})),p&&(0,m.jsx)(mr,{prefixCls:r,min:l,step:x,marks:k,vertical:!!E,data:function(){for(var e=(f-l)/x,n=100*x/(f-l),t=[0],r=1;r0&&(n=jr(t,n+1)),n}function br(e,n){void 0===e&&(e=[]),void 0===n&&(n=[]);for(var t=[],r=0;r0&&(t=t.concat(br(e[r].children,n))):t.push(e[r]);return t}function wr(e,n){n||(n={header:[],render:{}}),n&&!n.header&&(n.header=[]),n&&!n.render&&(n.render={});for(var t=[],r=[],i=0;i0&&(e[i].colSpan=br(e[i].children).length),r.push(e[i])),e[i]&&e[i].children&&(t=t.concat(e[i].children.map((function(e){return e.children&&e.children.length>0&&(e.colSpan=br(e.children).length),e}))));if(0===n.header.length){var a=jr(r);n.header.push(r.map((function(e){return 1===a||(!e.children||e.children&&0===e.children.length)&&(e.rowSpan=a),e})))}if(t&&t.length>0){var o=jr(t);n.header.push(t.map((function(e){return 1===o||(!e.children||e.children&&0===e.children.length)&&(e.rowSpan=o),e}))),n=wr(t,n)}return n}function Cr(e,n){void 0===n&&(n=[]);for(var t=0;t0&&o.map((function(e,n){return(0,m.jsx)("tr",{children:(e||[]).map((function(e,t){var i=e.title,a=e.ellipsis,o=(e.fixed,(0,s.Z)(e,Er)),l=(0,m.jsx)("span",{className:a?(o.className||"")+" "+r+"-ellipsis":void 0,children:"function"===typeof i?i(e,t,n):i});return 0===o.colSpan?null:(0,m.jsx)(kr,{colNum:t,item:e,prefixCls:r,onCellHead:d,rowNum:n,titleNode:l,locationWidth:f,updateLocation:h},t)}))},n)}))}))}function Mr(e){var n=e.defaultExpand,t=e.onClick,r=e.expandIcon,i=(0,d.useState)(n),a=(0,y.Z)(i,2),o=a[0],l=a[1];return(0,m.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center"},onClick:function(){l(!o),t(o)},children:r(o)})}function Br(e){var n=e.rowKey,t=e.data,r=e.keys,i=e.render,a=e.ellipsis,o=e.prefixCls,l=e.onCell,s=void 0===l?u:l,f=e.isExpandedDom,h=e.hierarchy,p=e.indentSize,v=e.childrenColumnName,x=e.locationWidth,g=e.header,j=(0,d.useState)(!1),b=(0,y.Z)(j,2),w=b[0],C=b[1],N=(0,d.useState)(0),Z=(0,y.Z)(N,2),k=Z[0],S=Z[1],E=(0,d.useState)([]),P=(0,y.Z)(E,2),B=P[0],L=P[1];(0,d.useEffect)((function(){C(!(null==t||!t.find((function(e){return e[v]})))),S(-1===(null==r?void 0:r.findIndex((function(e){return"uiw-expanded"===e.key})))?0:1)}),[t]);var z=(0,d.useMemo)((function(){return function(e,n){var t=B.includes(e);return(0,m.jsx)(M,{type:t?"minus-square-o":"plus-square-o",style:{marginRight:10,opacity:n?1:0,marginLeft:h*p,float:"left",marginTop:3.24},onClick:function(){L(t?B.filter((function(n){return n!==e})):[].concat((0,be.Z)(B),[e]))}})}}),[B]),O=function(e){var n=0,t=g.findIndex((function(t){return n=t.findIndex((function(n){return n.key===e})),n>-1}));return""+t+n};return Array.isArray(t)&&t.length?(0,m.jsx)(d.Fragment,{children:t.map((function(t,l){var u=n?t[n]:l;return(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("tr",{children:r.map((function(e,n){var r={children:t[e.key]};if(i[e.key]){var f=i[e.key](t[e.key],e.key,t,l,n);if(d.isValidElement(f))r.children=f;else{if(f.props&&(r=(0,c.Z)({},f.props,{children:r.children}),0===f.props.rowSpan||0===f.props.colSpan))return null;f.children&&(r.children=f.children)}}var y=Array.isArray(t[v]);return n===k&&(w||h||y)&&(r.children=(0,m.jsxs)(m.Fragment,{children:[z(u,y),(0,m.jsx)("span",{style:{paddingLeft:h*p}}),r.children]})),e.fixed&&("right"===e.fixed?r.className=r.className+" "+o+"-fixed-right":r.className=r.className+" "+o+"-fixed-true"),(0,d.createElement)("td",(0,c.Z)({},r,{style:e.fixed?(0,c.Z)({},Nr(e.fixed,x,""+O(e.key||"undefined"))):{},children:(0,m.jsx)("span",{className:a&&a[e.key]?o+"-ellipsis":void 0,children:r.children}),key:n,className:o+"-tr-children-"+(e.align||"left")+" "+(e.className||"")+" "+(r.className||""),onClick:function(r){return s(t,{rowNum:l,colNum:n,keyName:e.key},r)}}))}))},u),f(t,l),B.includes(u)&&(0,m.jsx)(Br,(0,c.Z)({},e,{data:t[v],hierarchy:h+1}))]},l)}))}):null}var Lr=["prefixCls","className","columns","data","title","footer","bordered","onCell","onCellHead","empty","children","expandable","rowKey","scroll"];function zr(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-table":t,i=n.className,a=n.columns,o=void 0===a?[]:a,l=n.data,f=void 0===l?[]:l,h=n.title,p=n.footer,v=n.bordered,x=n.onCell,g=void 0===x?u:x,j=n.onCellHead,b=void 0===j?u:j,w=n.empty,C=n.expandable,N=n.rowKey,Z=n.scroll,k=(0,s.Z)(e,Lr),S=(0,d.useState)([]),E=(0,y.Z)(S,2),P=E[0],B=E[1],L=(0,d.useState)({}),z=(0,y.Z)(L,2),O=z[0],D=z[1],A=(0,d.useRef)({}),R=function e(n,t,r,i){var a=0,o=i?0:n.length-1,l=[];n.forEach((function(){var e=Math.abs(o),s=""+t+e;if(i?o+=1:o-=1,"number"===typeof n[e])return a=n[e]+a,void l.push(n[e]);if(A.current[s]&&(A.current[s][r]=a,a=A.current[s].width+a),Array.isArray(n[e].children))l.push.apply(l,(0,be.Z)(n[e].children));else if(A.current[s])l.push(A.current[s].width);else{var c=(_.find((function(t){return t.find((function(t){return t.key===n[e].key}))}))||[]).findIndex((function(t){return t.key===n[e].key}));A.current[""+s[0]+c]&&l.push(A.current[""+s[0]+c].width)}})),l.filter((function(e){return"number"!==typeof e})).length&&e(l,t+1,r,i)},T=function(){return R(o,0,"left",!0),R(o,0,"right",!1),A.current};(0,d.useEffect)((function(){var e=(null==C?void 0:C.childrenColumnName)||"children";if(C){if(C.defaultExpandAllRows)return void B(function n(t){var r=[],i=t.map((function(t,i){return Array.isArray(t[e])&&r.push.apply(r,(0,be.Z)(n(t[e]))),N?t[N]:i}));return[].concat(r,(0,be.Z)(i))}(f));if(C.defaultExpandedRowKeys)return void B(C.defaultExpandedRowKeys)}}),[]),(0,d.useEffect)((function(){C&&C.expandedRowKeys&&JSON.stringify(C.expandedRowKeys)!==JSON.stringify(P)&&B(C.expandedRowKeys)}),[null==C?void 0:C.expandedRowKeys]);var I=(0,d.useMemo)((function(){return function(e,n){if(!C)return!1;if(!C.expandedRowRender)return!1;var t=!0;return C.rowExpandable&&(t=C.rowExpandable(e)),t&&(0,m.jsx)("tr",{style:P.includes(N?e[N]:n)?{}:{display:"none"},children:(0,m.jsx)("td",{style:{paddingLeft:16},colSpan:o.length+1,children:C.expandedRowRender(e,n,!0)})})}}),[C,P]),F=(0,d.useMemo)((function(){var e=Cr(o),n=[];return null!=C&&C.expandedRowRender?(e=[{key:"uiw-expanded",align:"center"}].concat((0,be.Z)(e)),n=[{title:"",key:"uiw-expanded",width:50,align:"center",render:function(e,n,t,r){var i;return(0,m.jsx)(Mr,{defaultExpand:void 0===C.defaultExpandAllRows?!(null==(i=C.defaultExpandedRowKeys)||!i.includes(N?t[N]:r)):!!C.defaultExpandAllRows,onClick:function(e){if(null==C.onExpand||C.onExpand(e,t,r),e){var n=P.filter((function(e){return N?e!==t[N]:e!==r}));C.onExpandedRowsChange?C.onExpandedRowsChange(n):B(n)}else{var i=[].concat((0,be.Z)(P),[N?t[N]:r]);C.onExpandedRowsChange?C.onExpandedRowsChange(i):B(i)}},expandIcon:function(e){return!C.rowExpandable||null!=C.rowExpandable&&C.rowExpandable(t)?C.expandIcon?C.expandIcon(e,t,r):e?(0,m.jsx)(M,{type:"minus-square-o"}):(0,m.jsx)(M,{type:"plus-square-o"}):null}})}}].concat((0,be.Z)(o))):n=(0,be.Z)(o),{keys:e,selfColumns:n}}),[o,P]),H=(0,d.useMemo)((function(){var e={table:{},div:{}};return Z&&(void 0!==Z.x&&(e.table.minWidth="100%",e.table.width=Z.x,e.div.overflowX="auto",e.div.overflowY="hidden"),void 0!==Z.y&&(e.div.maxHeight=Z.y,e.div.overflowY="scroll")),e}),[Z]),W=[r,i,v?r+"-bordered":null].filter(Boolean).join(" ").trim(),V=wr(F.selfColumns),_=V.header,K=V.render,Y=V.ellipsis;return(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)("div",(0,c.Z)({className:W},k,{style:(0,c.Z)({},k.style,H.div),children:(0,m.jsxs)("table",{style:(0,c.Z)({tableLayout:Y?"fixed":"auto"},H.table),children:[h&&(0,m.jsx)("caption",{children:h}),o&&o.length>0&&(0,m.jsx)(Pr,{onCellHead:b,data:_,locationWidth:O,updateLocation:function(e,n,t,r){void 0===r&&(r=0),A.current=(0,c.Z)({},A.current,(0,qn.Z)({},n,(0,c.Z)({},A.current[n],e,{key:t,colSpan:r}))),n===""+(_.length-1)+(_[_.length-1].length-1)&&D(T())}}),f&&f.length>0&&(0,m.jsx)("tbody",{children:(0,m.jsx)(Br,{rowKey:N,locationWidth:O,data:f,header:_,keys:F.keys,render:K,ellipsis:Y,prefixCls:r,onCell:g,hierarchy:0,isExpandedDom:I,indentSize:"number"===typeof(null==C?void 0:C.indentSize)?null==C?void 0:C.indentSize:16,childrenColumnName:(null==C?void 0:C.childrenColumnName)||"children"})}),f&&0===f.length&&w&&(0,m.jsx)("tbody",{children:(0,m.jsx)("tr",{children:(0,m.jsx)("td",{colSpan:o.length,style:{position:"relative",left:0},children:w})})}),e.children]})})),p&&(0,m.jsx)("div",{className:r+"-footer",children:p})]})}var Or=["prefixCls","className","label"],Dr=["prefixCls","className","children","type","activeKey","onTabClick"];Rr.Pane=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-tabs-pane":t,i=n.className,a=(0,s.Z)(e,Or);return(0,m.jsx)("div",(0,c.Z)({className:[r,i].filter(Boolean).join(" ").trim()},a))};var Ar=0;function Rr(e){var n,t=e.prefixCls,r=void 0===t?"w-tabs":t,i=e.className,a=e.children,o=e.type,l=void 0===o?"default":o,u=e.onTabClick,f=(0,s.Z)(e,Dr),h=(0,d.useState)(e.activeKey),p=(0,y.Z)(h,2),v=p[0],x=p[1],g=(0,d.useState)({width:0,left:0}),j=(0,y.Z)(g,2),b=j[0],w=j[1],C=(0,d.useRef)(),N=[r,i,l?r+"-"+l:null].filter(Boolean).join(" ").trim(),Z=(0,d.useState)({content:0,nav:[],flowLeft:-1,displayStart:0,displayEnd:0}),k=(0,y.Z)(Z,2),S=k[0],E=k[1],P=(0,d.useState)([]),M=(0,y.Z)(P,2),B=M[0],L=M[1],z=(0,d.useState)(),O=(0,y.Z)(z,2),D=O[0],A=O[1],R=(0,d.useCallback)((function(e){null!==e&&(A(D),e.addEventListener("scroll",(function(e){var n=e.target,t=n.clientWidth,r=n.scrollLeft;S.displayStart=r,S.displayEnd=t+r,E((0,c.Z)({},S))})),S.displayEnd=e.getBoundingClientRect().width,E((0,c.Z)({},S)))}),[]),T=(0,d.useCallback)((function(n,t,r){null!==n&&(n.addEventListener("click",(function(e){C.current=n})),I(n.getBoundingClientRect().width,t),r===e.activeKey&&"line"===l&&0===Ar&&(C.current=n))}),[]),I=function(e,n){var t=0;S.nav.slice(0,n+1).forEach((function(e){return t+=e.width})),S.nav[n]={width:e,curWidth:Math.floor(t),index:n},E(S)};(0,d.useEffect)((function(){F()}),[S.displayEnd>(null==(n=S.nav[S.nav.length-1])?void 0:n.curWidth)]);var F=function(){var e=[];S.nav.length>0&&(S.nav.forEach((function(n){var t=n.curWidth-15;(tS.displayEnd)&&e.push(n.index)})),L(e))};function H(){C.current&&"line"===l&&(Ar=C.current.clientWidth,w({width:C.current.clientWidth,left:C.current.offsetLeft}))}return(0,d.useEffect)((function(){return x(e.activeKey)}),[e.activeKey]),(0,d.useEffect)((function(){return H()}),[v]),(0,m.jsxs)("div",(0,c.Z)({className:N},f,{children:[(0,m.jsxs)("div",{style:{display:"flex"},children:[(0,m.jsx)("div",{style:{overflow:"hidden"},children:(0,m.jsx)("div",{className:r+"-bar",ref:R,children:(0,m.jsxs)("div",{className:r+"-nav",style:{width:"max-content"},children:[W(a),(0,m.jsx)("div",{style:b,className:r+"-slide"})]})})}),B.length>0&&(0,m.jsx)(ye,{trigger:"click",placement:"bottomRight",visibleArrow:!1,content:(0,m.jsx)("div",{className:r+"-nav-hidden",children:W(B.map((function(e){return a[e]})))}),children:(0,m.jsx)("div",{onClick:F,className:r+"-flow-content",children:(0,m.jsx)("span",{children:"\u2026"})})})]}),d.Children.map(a,(function(e){return e&&v===e.key?d.cloneElement(e,Object.assign({},e.props,{})):null}))]}));function W(e){return d.Children.map(e,(function(e,n){if(!e)return null;var t={className:[r+"-item",e.key===v?"active":null,e.props.disabled?"disabled":null].filter(Boolean).join(" ").trim(),children:e.props.label};return e.props.disabled||(t.onClick=function(n){x(e.key),u&&u(e.key,e,n),H()}),(0,m.jsx)("div",(0,c.Z)({ref:function(t){return T(t,n,e.key)}},t),n)}))}}var Tr=["prefixCls","className"],Ir=d.forwardRef((function(e,n){var t=e.prefixCls,r=void 0===t?"w-textarea":t,i=e.className,a=(0,s.Z)(e,Tr);return(0,m.jsx)("textarea",(0,c.Z)({className:[r,i].filter(Boolean).join(" ").trim()},a,{ref:n,children:e.children}))})),Fr=["prefixCls","className","placement","isOpen","trigger","delay","usePortal","visibleArrow","onVisibleChange"],Hr=function(e){void 0===e&&(e={});var n=e,t=n.prefixCls,r=void 0===t?"w-tooltip":t,i=n.className,a=n.placement,o=void 0===a?"top":a,l=n.isOpen,d=void 0!==l&&l,u=n.trigger,f=n.delay,h=n.usePortal,p=void 0===h||h,v=n.visibleArrow,x=void 0===v||v,y=n.onVisibleChange,g=(0,s.Z)(e,Fr),j=[r,i,x?null:"no-arrow"].filter(Boolean).join(" ").trim();return(0,m.jsx)(ve,(0,c.Z)({usePortal:p,isOpen:d,trigger:u,delay:f,onVisibleChange:y,placement:o},g,{overlay:(0,m.jsxs)("div",{className:j,children:[x&&(0,m.jsx)("div",{className:r+"-arrow"}),(0,m.jsx)("div",{className:r+"-inner",children:e.content})]}),children:"object"===typeof e.children?e.children:(0,m.jsx)("span",{children:e.children})}))},Wr=["prefixCls","renderTitle","icon","iconAnimation","isSelected","openKeys","selectedKeys","data","level","parent","onItemClick","onItemSelected"],Vr=function(e){var n=e.label;return(0,d.useMemo)((function(){return(0,m.jsx)("span",{children:n})}),[n])};function _r(e){var n=e.prefixCls,t=e.renderTitle,r=e.icon,i=e.iconAnimation,a=e.isSelected,o=e.openKeys,l=e.selectedKeys,f=e.data,h=e.level,p=e.parent,v=e.onItemClick,x=void 0===v?u:v,y=e.onItemSelected,g=void 0===y?u:y,j=(0,s.Z)(e,Wr),b=!1;p&&(p.key||0===p.key)&&(b=!!(o&&o.indexOf(p.key)>-1));var C=(0,d.useCallback)((function(e){e.style.height=e.scrollHeight+"px"}),[]),N=(0,d.useCallback)((function(e){e.style.height="1px"}),[]),Z=(0,d.useCallback)((function(e,n){e.style.height="1px"}),[]),k=(0,d.useCallback)((function(e,n){e.style.height=e.scrollHeight+"px"}),[]),S=(0,d.useCallback)((function(e,n){e.style.height="initial"}),[]);return(0,m.jsx)(w.Z,{classNames:n,in:b,timeout:200,onExit:C,onExiting:N,onEnter:Z,onEntered:S,onEntering:k,children:(0,m.jsx)("ul",{className:[1!==h&&b?[n+"-open"]:null,1===h||b?null:[n+"-close"]].filter(Boolean).join(" ").trim(),children:f.map((function(e,s){var d;e.parent=p;var u=!!(l&&l.indexOf(e.key)>-1),f=!e.children,v=o&&o.indexOf(e.key)>-1&&!!e.children,y="function"===typeof r?r(e,{isOpen:!!v,noChild:f,openKeys:o,selectedKeys:l}):r,b=f?[]:$r(e.children),w=l?l.filter((function(e){return b.indexOf(e)>-1})):[],C=w.length>0&&b.length!==w.length;return(0,m.jsxs)("li",{style:{display:e.hideNode?"none":"block"},children:[(0,m.jsxs)("div",{className:n+"-label",children:[(0,m.jsx)("span",{style:{display:f?"none":"auto"},className:n+"-switcher",onClick:function(n){return x(e,n)},children:(0,m.jsx)(M,{type:y||"caret-right",className:["function"===typeof r?n+"-switcher-noop":null,f?"no-child":null,i?null:"no-animation",v?"open":null].filter(Boolean).join(" ").trim()})}),(0,m.jsx)("div",{onClick:function(n){return g(e,n)},className:[n+"-title",u&&a?"selected":null,e.disabled?"disabled":null].filter(Boolean).join(" ").trim(),children:t?t(e,{selected:u,noChild:f,openKeys:o,isHalfChecked:C,selectedKeys:l}):(0,m.jsx)(Vr,{label:e.label})})]}),e.children&&(0,m.jsx)(_r,(0,c.Z)({},j,(d={prefixCls:n,icon:r,iconAnimation:i,isSelected:a,openKeys:o,selectedKeys:l,onItemClick:x,onItemSelected:g,renderTitle:t},(0,qn.Z)(d,"prefixCls",n),(0,qn.Z)(d,"data",e.children),(0,qn.Z)(d,"level",h+1),(0,qn.Z)(d,"parent",e),d)))]},s)}))})})}var Kr=["prefixCls","icon","data","openKeys","selectedKeys","defaultExpandAll","showLine","iconAnimation","isSelected","checkStrictly","multiple","onExpand","onSelected","className","autoExpandParent","renderTitle","onChange","value"],Yr=function(e,n){if(!(e instanceof Array)||!(n instanceof Array))return!1;if(e.length0&&(t=t.concat(e(n.children,void 0,r?r-1:void 0)))})),t},Ur=function e(n,t){return void 0===n&&(n={}),void 0===t&&(t=[]),n.key&&t.push(n.key),n.parent&&(t=e(n.parent,t)),t},Jr=function e(n,t,r){return void 0===n&&(n={}),void 0===t&&(t=[]),void 0===r&&(r=[]),n.key&&n.children&&Yr(t,$r(n.children,void 0,1))&&(r.push(n.key),n.parent&&!n.parent.parent&&(Yr(t,$r(n.children))&&(t=t.concat(r)),Yr(t,$r(n.parent.children))&&r.push(n.parent.key))),n.parent&&(r=e(n.parent,t,r)),r};function Gr(e){var n=e.prefixCls,t=void 0===n?"w-tree":n,r=e.icon,i=void 0===r?"caret-right":r,a=e.data,o=void 0===a?[]:a,l=e.openKeys,f=void 0===l?[]:l,h=e.selectedKeys,p=void 0===h?[]:h,v=e.defaultExpandAll,x=void 0!==v&&v,g=e.showLine,j=void 0!==g&&g,b=e.iconAnimation,w=void 0===b||b,C=e.isSelected,N=void 0===C||C,Z=e.checkStrictly,k=void 0!==Z&&Z,S=e.multiple,E=void 0!==S&&S,P=e.onExpand,M=void 0===P?u:P,B=e.onSelected,L=void 0===B?u:B,z=e.className,O=e.autoExpandParent,D=void 0===O||O,A=e.renderTitle,R=e.onChange,T=e.value,I=(0,s.Z)(e,Kr),F=(0,d.useState)(f),H=(0,y.Z)(F,2),W=H[0],V=H[1],_=(0,d.useState)(T||p),K=(0,y.Z)(_,2),Y=K[0],$=K[1];(0,d.useEffect)((function(){$(e.value||e.selectedKeys||[])}),[JSON.stringify(e.selectedKeys),JSON.stringify(e.value)]),(0,d.useEffect)((function(){var e=(0,be.Z)(W);if(x)e=$r(o);else if(D){var n;(n=e).push.apply(n,(0,be.Z)($r(o||[],void 0,1)))}V(e)}),[]);var U=[z,t,j?t+"-line":null].filter(Boolean).join(" ").trim();return(0,m.jsx)("div",(0,c.Z)({className:U},I,{children:(0,m.jsx)(_r,{icon:i,iconAnimation:w,isSelected:N,openKeys:W,selectedKeys:Y,prefixCls:t,renderTitle:A,onItemClick:function(e,n){if(e.children){var t=(0,be.Z)(W),r=t.find((function(n){return n===e.key})),i=n.currentTarget.className.replace(/(\s)open/g,""),a=!1;!r&&e.key?(t.push(e.key),n.currentTarget.className=[i,"open"].filter(Boolean).join(" ").trim(),a=!0):(t=t.filter((function(n){return n!==e.key})),n.currentTarget.className=i),V(t),M&&M(e.key,a,e,n)}},onItemSelected:function(e,n){var t=(0,be.Z)(Y),r=t.find((function(n){return n===e.key})),i=!1;r||0===r?t=t.filter((function(n){return n!==e.key})):(i=!0,t.push(e.key)),k&&(r?t=(t=t.filter((function(n){return-1===$r(e.children).indexOf(n)}))).filter((function(n){return-1===Ur(e.parent).indexOf(n)})):(t=(t=t.concat($r(e.children).filter((function(e){return-1===t.indexOf(e)})))).concat(Jr(e,t)),t=Array.from(new Set(t)))),E||(t=r?[]:[e.key]),$(t),L&&L(t,e.key,i,e,n),null==R||R(e.key,t)},data:o,level:1})}))}var qr=["prefixCls"];function Xr(e){var n=e.prefixCls,t=void 0===n?"w-treechecked":n,r=(0,s.Z)(e,qr);return r.className=[t,r.className].filter(Boolean).join(" ").trim(),r.checkStrictly=!0,r.isSelected=!1,r.multiple=!0,(0,m.jsx)(Gr,(0,c.Z)({renderTitle:function(e,n){var r={};return n.isHalfChecked&&(r.indeterminate=!0),n.selected?r.checked=!0:r.checked=!1,(0,m.jsxs)(d.Fragment,{children:[(0,m.jsx)(kn,(0,c.Z)({className:t+"-checked"},r)),e.label&&(0,m.jsx)("span",{children:e.label})]})}},r))}var Qr=function(e){var n=e.prefixCls,t=void 0===n?"w-search-tree":n,r=e.size,i=void 0===r?"default":r,a=e.disabled,o=void 0!==a&&a,l=e.allowClear,s=void 0!==l&&l,u=e.loading,f=void 0!==u&&u,h=e.selectCloseDrop,p=void 0!==h&&h,v=e.className,x=e.style,g=e.placeholder,j=e.content,b=e.options,w=e.values,C=e.onChange,N=e.onSearch,Z=e.emptyOption,k=[t,v].filter(Boolean).join(" ").trim(),S=(0,d.useState)(!1),E=(0,y.Z)(S,2),P=E[0],B=E[1],L=(0,d.useState)(w),z=(0,y.Z)(L,2),O=z[0],D=z[1],A=(0,d.useRef)(),R=(0,d.useState)(""),T=(0,y.Z)(R,2),I=T[0],F=T[1];A.current=(0,d.useMemo)((function(){return O}),[O]);var H=(0,d.useState)(""),W=(0,y.Z)(H,2),V=W[0],_=W[1],K=(0,d.useRef)(null);function Y(e){var n="enter"===e&&s&&(O.length||I)?"close":"";_(n)}(0,d.useEffect)((function(){D(w)}),[JSON.stringify(w)]);var $=function(e,n,t){void 0===t&&(t=!0),D(e),G(""),null==C||C(e,n,t)},U=function(e){var n=A.current,t=n[e];n.splice(e,1),$((0,be.Z)(n),t,!1)};function J(e){B(!0),G(e),_(e?"loading":"")}var G=function(e){F(e),null==N||N(e)},q=(0,d.useMemo)((function(){if(Z)return"boolean"===typeof Z?(0,m.jsx)(nt,{style:{minWidth:200,width:null==x?void 0:x.width}}):Z;var e=(0,c.Z)({},j.props,{onSelected:function(e,n,t){void 0===t&&(t=!0),B(!p),$(e,n,t)},values:O,options:b});return d.cloneElement(j,e)}),[JSON.parse(JSON.stringify(O)),b,Z]);return(0,m.jsx)(en,{className:k,trigger:"click",onVisibleChange:function(e){B(e),e||G("")},disabled:o,isOpen:P,menu:(0,m.jsx)(Ge,{bodyStyle:!0===Z?{padding:0}:void 0,children:q}),children:(0,m.jsx)("div",{onMouseOver:function(){return Y("enter")},onMouseLeave:function(){return Y("leave")},onClick:function(){var e;return null==(e=K.current)?void 0:e.focus()},style:(0,c.Z)({minWidth:200,maxWidth:"none"},x),children:(0,m.jsxs)("div",{className:t+"-inner",children:[(0,m.jsxs)("div",{style:{display:"flex",flexFlow:"wrap",width:"100%"},children:[O.map((function(e,n){return(0,m.jsx)(lr,{style:{height:20,margin:1,display:"flex",alignItems:"center"},className:t+"-tag",closable:!0,disabled:o,color:"#393E48",onClose:function(e){e.stopPropagation(),U(n)},children:e.label},n)})),(0,m.jsx)(je,{ref:K,style:{},className:t+"-input-contents",size:i,disabled:o,onKeyDown:function(e){O.length>0&&!I&&8===e.keyCode&&U(O.length-1)},onChange:function(e){return J(e.target.value)},value:I,placeholder:O.length?"":g})]}),!o&&(0,m.jsx)("span",{style:{height:25,width:14},className:t+"-close-tag-contents",children:("close"===V||"loading"===V&&f)&&(0,m.jsx)(M,{type:V,spin:f&&"loading"===V,onClick:function(e){var n;e.stopPropagation(),null==(n=K.current)||n.focus(),J(""),B(!1),D([]),$([])}})})]})})})},ei=["onChange","onSearch","multiple","options","value","emptyOption","treeProps"];function ni(e){var n=(0,d.useState)({}),t=(0,y.Z)(n,2),r=t[0],i=t[1],a=(0,d.useState)([]),o=(0,y.Z)(a,2),l=o[0],s=o[1];(0,d.useEffect)((function(){var n,t={},r=null==(n=e.values)?void 0:n.map((function(e){return t[e.key]=e.label,e.key}));i(t),s(r||[])}),[e.values]);var u=function e(n,t,r){var i=function(e,n,r){r?t[e]=n:delete t[e]},a=function e(n){if(n.parent){var r=n.parent.children.filter((function(e){return!t[e.key]})).length;i(n.parent.key,n.parent.label,0===r),e(n.parent)}};return n.forEach((function(n){var o,l;null!=(o=n.children)&&o.length&&(t=e(n.children,t,r)),i(n.key,null==(l=n.label)?void 0:l.toString(),r),a(n)})),t};return(0,m.jsx)(Xr,(0,c.Z)({defaultExpandAll:!0},e,{data:e.options,selectedKeys:l,onSelected:function(n,t,i,a){var o=u([a],r,i),l=!1;"number"===typeof t&&(l=!0);var s=Object.entries(o).map((function(e){var n=(0,y.Z)(e,2),t=n[0],r=n[1];return{key:l?Number.parseInt(t):t,label:r}}));null==e.onSelected||e.onSelected(s,{key:a.key,label:a.label},i)}}))}function ti(e){var n=(0,d.useState)([]),t=(0,y.Z)(n,2),r=t[0],i=t[1];(0,d.useEffect)((function(){var n,t=[];null!=(n=e.values)&&n.length&&(t[0]=e.values[0].key),i(t)}),[e.values]);return(0,m.jsx)(Gr,(0,c.Z)({defaultExpandAll:!0},e,{multiple:!1,data:e.options,selectedKeys:r,onSelected:function(n,t,r,i){var a={key:i.key,label:i.label};null==e.onSelected||e.onSelected(r?[a]:[],a,r)}}))}var ri,ii=function(e){var n=e.onChange,t=(e.onSearch,e.multiple),r=void 0===t||t,i=e.options,a=void 0===i?[]:i,o=e.value,l=void 0===o?[]:o,u=e.emptyOption,f=void 0===u?!a.length:u,h=e.treeProps,p=(0,s.Z)(e,ei),v=(0,d.useState)(Array.isArray(l)?l:[l]),x=(0,y.Z)(v,2),g=x[0],j=x[1],b=(0,d.useState)(a),w=(0,y.Z)(b,2),C=w[0],N=w[1],Z=(0,d.useState)(f),k=(0,y.Z)(Z,2),S=k[0],E=k[1];return(0,d.useEffect)((function(){j(Array.isArray(l)?l:[])}),[JSON.stringify(l)]),(0,m.jsx)(Qr,(0,c.Z)({},p,{emptyOption:S,selectCloseDrop:!r,onSearch:function(e){!function n(t,r){void 0===r&&(r=!0),t.forEach((function(t){var i,a=!t.label.includes(e.trim())&&r;if(null!=(i=t.children)&&i.length){n(t.children,a);var o=t.children.find((function(e){return!e.hideNode}));t.hideNode=a&&!o}else t.hideNode=a}))}(a),N((0,be.Z)(a));var n=!0;a.forEach((function(e){return n=n&&!!e.hideNode})),E("boolean"===typeof f&&n?n:f)},onChange:function(e,t,r){j(e),null==n||n(t,e,r)},values:g,options:C,content:r?(0,m.jsx)(ni,(0,c.Z)({},h)):(0,m.jsx)(ti,(0,c.Z)({},h))}))};!function(e){e[e.UnChecked=0]="UnChecked",e[e.AllChecked=1]="AllChecked",e[e.Indeterminate=2]="Indeterminate"}(ri||(ri={}));var ai=function(e){var n=e.placeholder,t=e.options,r=e.value,i=void 0===r?[]:r,a=e.showSearch,o=void 0!==a&&a,l=e.selectedAll,s=void 0!==l&&l,u=e.bodyStyle,f=e.style,h=e.className,p=e.prefixCls,v=void 0===p?"w-transfer":p,x=[v,h].filter(Boolean).join(" ").trim(),g=(0,d.useState)(""),j=(0,y.Z)(g,2),b=j[0],w=j[1],C=(0,d.useState)(""),N=(0,y.Z)(C,2),Z=N[0],k=N[1],S=(0,d.useState)(t||[]),E=(0,y.Z)(S,2),P=E[0],B=E[1],L=(0,d.useRef)(0),z=(0,d.useState)(new Map),O=(0,y.Z)(z,2),D=O[0],A=O[1],R=(0,d.useState)(new Map),T=(0,y.Z)(R,2),I=T[0],F=T[1],H=(0,d.useState)([]),W=(0,y.Z)(H,2),V=W[0],_=W[1],K=(0,d.useState)([]),Y=(0,y.Z)(K,2),$=Y[0],U=Y[1],J=(0,d.useState)([]),G=(0,y.Z)(J,2),q=G[0],X=G[1],Q=(0,d.useState)({left:ri.UnChecked,right:ri.UnChecked}),ee=(0,y.Z)(Q,2),ne=ee[0],te=ee[1];(0,d.useEffect)((function(){i&&(X(i||[]),null==i||i.forEach((function(e){return D.set(e.key,e.label)})),re((function(e){return!(null==i||!i.find((function(n){return e.key===n.key})))})))}),[JSON.stringify(i)]);var re=function(e){L.current=0;!function n(t){t.forEach((function(t){var r,i=e(t);if(null!=(r=t.children)&&r.length){n(t.children);var a=t.children.find((function(e){return!e.hideNode}));t.hideNode=i&&!a}else t.hideNode=i;t.hideNode||L.current++}))}(P),B((0,be.Z)(P))},ie=function e(n,t,r){var i=function(e,n,r){r?t.set(e,n):t.delete(e)},a=function e(n){if(n.parent){var r=n.parent.children.filter((function(e){return!t.get(e.key)&&!e.hideNode})).length;i(n.parent.key,n.parent.label,0===r),e(n.parent)}};return n.forEach((function(n){var o,l;null!=(o=n.children)&&o.length&&(t=e(n.children,t,r)),i(n.key,null==(l=n.label)?void 0:l.toString(),r),a(n)})),t},ae=function(n){"left"===n?(I.forEach((function(e,n){D.set(n,e)})),F(new Map),_([])):($.forEach((function(e){D.delete(e)})),U([])),A(D);var t=[];D.forEach((function(e,n){return t.push({key:n,label:e})})),null==e.onChange||e.onChange(n,t)},oe=function(e){return(0,m.jsx)(M,{onClick:function(){return e.click()},type:"down-square-o",className:v+"-arrow",style:(0,c.Z)({fontSize:20,stroke:"#e9e9e9",fill:"#333"},e.style)})};return(0,m.jsxs)("div",{className:x,style:(0,c.Z)({width:400},f),children:[(0,m.jsxs)(Ge,{bodyStyle:{padding:"5px 9px"},title:(0,m.jsxs)("div",{children:[s&&(0,m.jsx)(kn,{indeterminate:V.length=L.current&&!!V.length,onChange:function(e){var n=e.target.checked;if(ne.left=n?1:0,n){var t=[];!function e(n){n.forEach((function(n){var r;null!=(r=n.children)&&r.length&&e(n.children),n.hideNode||(I.set(n.key,n.label),t.push(n.key))}))}(P),F(I),_(t)}else _([]),F(new Map);te(ne)}}),(0,m.jsxs)("label",{style:{marginLeft:3},children:[V.length,"/",L.current]})]}),className:v+"-card",children:[o&&(0,m.jsx)(je,{placeholder:n,value:b,onChange:function(n){return t=n.target.value,re((function(e){var n=!e.label.includes(t.trim());return n||(n=!!q.find((function(n){return n.key===e.key}))),n})),w(t),void(null==e.onSearch||e.onSearch("left",t));var t}}),(0,m.jsx)("div",{className:v+"-cheked-content",children:(0,m.jsx)(Xr,{defaultExpandAll:!0,placeholder:n||"\u641c\u7d22\u9009\u9879",data:P,selectedKeys:V,onSelected:function(e,n,t,r){_(e);var i=ie([r],I,t);F(i)}})})]}),(0,m.jsxs)("div",{className:v+"-arrow-content",children:[(0,m.jsx)(oe,{click:function(){return ae("left")},style:{transform:"rotate(-90deg)",background:V.length>0?"#393E48":"none"}}),(0,m.jsx)(oe,{click:function(){return ae("right")},style:{transform:"rotate(90deg)",background:$.length>0?"#393E48":"none"}})]}),(0,m.jsxs)(Ge,{bodyStyle:{padding:"5px 9px"},className:v+"-card",title:(0,m.jsxs)("div",{children:[s&&(0,m.jsx)(kn,{indeterminate:$.length=a)&&Object.keys(t.O).every((function(e){return t.O[e](r[s])}))?r.splice(s--,1):(l=!1,a0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[r,i,a]}}(),t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,{a:n}),n},t.d=function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},t.f={},t.e=function(e){return Promise.all(Object.keys(t.f).reduce((function(n,r){return t.f[r](e,n),n}),[]))},t.u=function(e){return"static/js/"+({889:"vendors-prismjs",6982:"vendors-standalone"}[e]||e)+"."+{163:"60d7dfd0",207:"891adb65",221:"e5281da2",433:"7bd8beab",486:"fc977627",643:"6180554b",694:"ee606ced",745:"3a86c62c",747:"7519f1c0",748:"1a34c974",766:"254f786a",782:"9f9f392a",875:"5e32c556",889:"b53bdc3b",922:"b1f148e3",1016:"a3866702",1059:"6491b507",1061:"343e86f3",1127:"d65f8357",1151:"3c560b1f",1169:"1ecb7cff",1317:"40ef64c0",1358:"e579baca",1584:"c79fea2e",1619:"490c4644",1756:"87f583cc",1820:"91de173a",1892:"0f341f07",1971:"d746cb8b",2078:"53137233",2156:"9e4a9aad",2190:"f6759a84",2230:"3fea0ff3",2316:"17cf440d",2367:"f02613a4",2411:"64a94b36",2448:"1d46904a",2456:"624e63f5",2582:"b4e4b02b",2595:"3918e355",2679:"0780e749",2692:"db178ecc",2737:"514088d8",2782:"e9a225b8",2795:"45c184a0",2926:"f11fdc77",3151:"59d27efa",3257:"5693b5c1",3259:"80ff41ab",3261:"d4120c57",3313:"84e7d8c8",3450:"812a2002",3518:"0932e263",3769:"535a1903",3811:"ac38cada",3812:"5a956589",3917:"b7c20507",3931:"088517c5",4010:"e810a27a",4036:"412a4652",4098:"42dfa715",4128:"57b5df0c",4188:"af2072cf",4396:"f408da76",4405:"c878210e",4503:"10002c32",4648:"020a8ba8",4663:"1e460a64",4781:"ce661c8a",4877:"ff8d6c5f",4948:"64bfa5c8",5146:"76b73d7f",5244:"6d892b74",5253:"7a8716a8",5263:"3f93670f",5308:"e7bc3bd1",5364:"b95913d0",5393:"78e10b91",5408:"245385b9",5468:"aef3688e",5595:"edf11bc3",5821:"41b747c6",5865:"e35903d3",5930:"65ea3787",5933:"5ead180b",6019:"add10037",6036:"289c2eb8",6510:"ca9a0753",6536:"e713d674",6566:"511e95c6",6659:"32d92089",6715:"6fa01148",6730:"2fd6957b",6869:"5433df9b",6878:"c6cec0d9",6982:"00edacc6",7079:"3aa94426",7087:"6b5dade8",7104:"82c7839e",7157:"3061bc55",7217:"1be488ae",7266:"bba9c51f",7313:"40ed89a6",7390:"3186cda7",7541:"c230d256",7664:"f92b74f7",7761:"0418b05d",7763:"444dce16",7834:"d0be3711",7861:"757503f5",7875:"43ceac1d",7884:"fc756073",7970:"2adbe6f1",8023:"8ac702c4",8073:"166fef3c",8312:"58a5729e",8398:"cc6aa9ea",8488:"148bfa75",8566:"99e7e5a0",8586:"9d605493",8709:"44b46cf7",8747:"04252521",8768:"5facbb82",8849:"d5dd1a61",8898:"423c19d9",8915:"82c6b45a",9057:"b21f426b",9121:"2aff309b",9137:"f4e2b7b0",9147:"d6a507a2",9188:"b7ce0cf2",9200:"0a1f7353",9253:"79f1c9ea",9260:"8b954f3a",9384:"2221f70e",9429:"3b8debbf",9503:"b6e64ac7",9636:"279db5c1",9673:"7d7c1a3a",9763:"7087765d",9776:"e2d9ef54",9777:"5ceff998",9820:"1374775d",9836:"8cd96a11",9853:"91f01ff6",9900:"2d8ffaaf",9961:"9db8f620"}[e]+".chunk.js"},t.miniCssF=function(e){return"static/css/"+e+"."+{163:"296853db",221:"296853db",433:"296853db",643:"296853db",694:"296853db",748:"296853db",875:"296853db",1059:"296853db",1061:"296853db",1169:"296853db",1317:"296853db",1584:"296853db",1619:"296853db",1820:"296853db",2156:"296853db",2190:"296853db",2230:"296853db",2316:"296853db",2367:"296853db",2411:"296853db",2582:"296853db",2595:"296853db",2737:"296853db",2782:"296853db",3313:"296853db",3518:"296853db",3812:"296853db",3917:"296853db",4010:"296853db",4098:"296853db",4128:"296853db",4188:"296853db",4396:"774af801",4405:"296853db",4503:"296853db",4648:"296853db",4877:"6e864cd4",4948:"296853db",5244:"296853db",5263:"296853db",5308:"296853db",5393:"296853db",5408:"296853db",5595:"296853db",5865:"296853db",5933:"296853db",6510:"296853db",6715:"296853db",6730:"296853db",7087:"296853db",7104:"296853db",7157:"296853db",7390:"296853db",7541:"296853db",7761:"296853db",7834:"296853db",7875:"296853db",7884:"296853db",8023:"296853db",8073:"296853db",8566:"296853db",8898:"296853db",9121:"296853db",9200:"14abaeb3",9253:"296853db",9260:"296853db",9384:"296853db",9503:"296853db",9673:"296853db",9763:"296853db",9776:"296853db",9777:"296853db",9853:"296853db"}[e]+".chunk.css"},t.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},function(){var e={},n="website:";t.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var l,s;if(void 0!==a)for(var c=document.getElementsByTagName("script"),d=0;d\n \n \n \n \n);\n\nconst dark = logo;\n\nconst light = (\n \n \n \n \n \n);\n\nexport default {\n dark,\n light,\n};\n","import { Link } from 'react-router-dom';\n\nexport default function NoMatch() {\n return (\n
\n

It looks like you're lost...

\n

\n Go to the home page\n

\n
\n );\n}\n","import { Loader, Icon } from 'uiw';\n\nexport default function De() {\n return (\n } />\n );\n}\n","// extracted by mini-css-extract-plugin\nexport default {};","import React, { useMemo } from 'react';\nimport { Select } from 'uiw';\nimport pkg from 'uiw/package.json';\nimport styles from './index.module.less';\n\ntype OptionsProps = {\n version?: string;\n};\n\nfunction Options(props = {} as OptionsProps) {\n return useMemo(() => {props.version}, [props.version]);\n}\n\nexport type VersionSelectProps = {\n data: string[];\n};\n\nconst VersionSelect = (props = {} as VersionSelectProps) => {\n function onChange(e: React.ChangeEvent) {\n const version = e.target.value;\n const isV1 = version.split('.')[0] === '1';\n if (isV1) {\n window.location.href = `https://unpkg.com/uiw@${version}/dist/index.html`;\n } else {\n window.location.href = `https://unpkg.com/@uiw/doc@${version}/web/index.html`;\n }\n }\n // @ts-ignore\n // eslint-disable-next-line no-undef\n const currentVersion = pkg.version;\n const versionList = props.data;\n const firstVersion = versionList[0];\n if (firstVersion !== currentVersion) {\n versionList.unshift(currentVersion);\n }\n return useMemo(\n () => (\n
\n \n
\n ),\n [versionList],\n );\n};\n\nexport default VersionSelect;\n","// extracted by mini-css-extract-plugin\nexport default {\"sider\":\"index_sider__vrASx\",\"menuWarpper\":\"index_menuWarpper__asOzy\",\"subMenu\":\"index_subMenu__c4Mvo\",\"layoutWrap\":\"index_layoutWrap__6CE3D\",\"layoutSider\":\"index_layoutSider__1t-SG\"};","// extracted by mini-css-extract-plugin\nexport default {\"title\":\"index_title__O5TzH\",\"menu\":\"index_menu__9HE8I\",\"divider\":\"index_divider__1cINS\"};","import React from 'react';\n\nexport default {\n home: (\n \n \n \n ),\n component: (\n \n \n \n \n ),\n github: (\n \n \n \n \n ),\n issue: (\n \n \n \n \n ),\n gitee: (\n \n \n \n ),\n plugin: (\n \n \n \n \n \n \n ),\n};\n","import { NavLink } from 'react-router-dom';\nimport { useLocation } from 'react-router-dom';\nimport styles from './index.module.less';\nimport menu from '../../menu.json';\nimport nav from '../icons/nav';\n\nexport default function SiderMenu() {\n const location = useLocation();\n const data = menu.find((item) => new RegExp(`^${item.path || ''}`).test(location.pathname));\n\n if (!data?.children) {\n return null;\n }\n return (\n
\n

\n {(nav as any)[data.icon]}\n {data.name}\n

\n
\n {data.children &&\n data.children.map((item, idx) => {\n if (item.divider) {\n return (\n
\n {item.name}\n
\n );\n }\n if (/^http(?:|s):\\/\\//.test(item.path || '')) {\n return (\n \n {item.name}\n \n \n \n \n \n );\n }\n return (\n \n {item.name}\n \n );\n })}\n
\n
\n );\n}\n","// extracted by mini-css-extract-plugin\nexport default {\"logo\":\"index_logo__kUQOi\",\"top\":\"index_top__DLxV-\",\"nav\":\"index_nav__SdXbb\",\"navTop\":\"index_navTop__08yh1\",\"btn\":\"index_btn__YYGUe\",\"btnTop\":\"index_btnTop__PlNw6\"};","import React from 'react';\n\ntype InitialState = {\n layout: 'top' | 'left' | 'mix';\n};\n\nexport const initialState: InitialState = {\n layout: 'top',\n};\n\nexport const reducer = (state: InitialState, action: InitialState) => {\n return {\n ...state,\n ...action,\n };\n};\n\nexport interface Context {\n state: InitialState;\n dispatch: React.Dispatch;\n}\n\nexport const ThemeContext = React.createContext({\n state: initialState,\n dispatch: () => null,\n});\n","import React from 'react';\n\nexport default {\n menu: (\n \n \n \n \n \n \n \n ),\n menutop: (\n \n \n \n \n \n \n \n ),\n china: (\n \n \n \n \n \n \n \n \n \n \n \n ),\n};\n","import { Fragment, useContext } from 'react';\nimport { Tooltip } from 'uiw';\nimport { NavLink, Link } from 'react-router-dom';\nimport styles from './index.module.less';\nimport data from '../../menu.json';\nimport { ThemeContext } from '../../contexts';\nimport nav from '../icons/nav';\nimport logo from '../icons/logo';\nimport menu from '../icons/menu';\nimport pkg from 'uiw/package.json';\n\nexport default function Nav() {\n const { state, dispatch } = useContext(ThemeContext);\n return (\n \n
\n \n {logo.dark}\n {state.layout === 'top' && (\n \n UIW{pkg.version}\n \n )}\n \n
\n
\n {data.map(({ path, name, icon }, idx) => {\n if (Object.keys(nav).includes(icon)) {\n icon = (nav as any)[icon];\n }\n if (/^https?:(?:\\/\\/)?/.test(path)) {\n if (state.layout === 'top') {\n return (\n \n {icon} {name}\n \n );\n }\n return (\n {name}}\n >\n \n {icon}\n \n \n );\n }\n let activeStyle: React.CSSProperties = {\n color: '#fff',\n };\n if (state.layout === 'top') {\n return (\n (isActive ? activeStyle : undefined)}\n >\n {icon} {name}\n \n );\n }\n\n return (\n {name}}\n >\n (isActive ? activeStyle : undefined)}\n >\n {icon}\n \n \n );\n })}\n
\n
\n \n \n {menu.china}\n \n \n \n
\n
\n );\n}\n","import { Fragment, useContext } from 'react';\nimport { Outlet } from 'react-router-dom';\nimport { Layout, Affix } from 'uiw';\nimport VersionSelect from '../components/VersionSelect';\nimport styles from './index.module.less';\nimport version from '../version.json';\nimport SiderMenu from '../components/SiderMenu';\nimport Nav from '../components/Nav';\nimport { ThemeContext } from '../contexts';\n\nconst { Header, Sider, Content } = Layout;\nexport interface ComponentsProps {\n siderMenu?: boolean;\n}\n\nexport default function Components(props: ComponentsProps) {\n const { siderMenu = true } = props;\n const { state } = useContext(ThemeContext);\n return (\n \n {state.layout === 'top' ? (\n \n \n
\n
\n
\n \n \n
\n \n
\n
\n \n \n \n
\n
\n ) : (\n \n \n \n \n