/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@common-intellisense/antd5@0.0.3/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var e={name:"Affix",props:{":offsetBottom":{value:"",default:"-",type:"number",description:"Triggers when the specified offset is reached from the bottom of the window",description_zh:"距离窗口底部达到指定偏移量后触发"},":offsetTop":{value:"",default:"0",type:"number",description:"Triggers when the specified offset is reached from the top of the window",description_zh:"距离窗口顶部达到指定偏移量后触发"},":target":{value:"",default:"() => window",type:"() => HTMLElement",description:"Set the element for which Affix needs to listen for scrolling events, with a value of a function that returns the corresponding DOM element",description_zh:"设置 Affix 需要监听其滚动事件的元素，值为一个返回对应 DOM 元素的函数"}},methods:[],events:[{name:"onChange",description:"Fixed callback function that is triggered when the state changes",params:"(affixed?: boolean) => void",description_zh:"固定状态改变时触发的回调函数",value:""}],link:"https://ant.design/components//alert",link_zh:"https://ant.design/components//alert"},t={name:"Alert",props:{":action":{description:"Custom action item",description_zh:"自定义操作项",default:"-",value:"",type:"ReactNode",version:"4.9.0"},":afterClose":{description:"Called when close animation is finished",description_zh:"关闭动画结束后触发的回调函数",default:"-",value:"",type:"() => void"},banner:{description:"Whether to show as banner",description_zh:"是否用作顶部公告",default:"false",value:"",type:"boolean"},":closable":{description:"Whether Alert can be closed, >=5.15.0: supports aria-*",description_zh:"可关闭配置，>=5.15.0: 支持 aria-*",default:"false",value:"",type:"boolean / ({ closeIcon?: React.ReactNode } & React.AriaAttributes)"},":closeText":{description:"Close text to show",description_zh:"自定义关闭按钮",default:"-",value:"",type:"ReactNode"},":closeIcon":{description:"Custom close icon",description_zh:"自定义关闭图标",default:"<CloseOutlined />",value:"",type:"ReactNode"},":description":{description:"Additional content of Alert",description_zh:"警告提示的辅助性文字介绍",default:"-",value:"",type:"ReactNode"},":icon":{description:"Custom icon, effective when showIcon is true",description_zh:"自定义图标，showIcon 为 true 时有效",default:"-",value:"",type:"ReactNode"},":message":{description:"Content of Alert",description_zh:"警告提示内容",default:"-",value:"",type:"ReactNode",required:!0},showIcon:{description:"Whether to show icon",description_zh:"是否显示辅助图标",default:"false, in banner mode default is true",value:"",type:"boolean"},type:{description:"Type of Alert styles, options: success, info, warning, error",description_zh:"指定警告提示的样式，有四种选择 success、info、warning、error",default:"info, in banner mode default is warning",value:["success","info","warning","error"],type:"string"},rootClassName:{description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className",default:"-",value:"",type:"string"}},methods:[],events:[{name:"onClose",description:"A callback function that is triggered when closed",params:"(e: MouseEvent) => void",description_zh:"关闭时触发的回调函数",value:""}],link:"https://ant.design/components/alert",link_zh:"https://ant.design/components/alert-cn"},i={name:"Anchor",description:"显示当前页面在系统中的位置，并能快速定位。",description_zh:"显示当前页面在系统中的位置，并能快速定位。",props:{":affix":{default:"true",value:"",type:"boolean / Omit<AffixProps, 'offsetTop' | 'target' | 'children'>",description:"Fixed mode",description_zh:"固定模式",version:"object: 5.19.0"},":bounds":{default:"5",value:"",type:"number",description:"Anchor area boundary",description_zh:"锚点区域边界"},":getContainer":{default:"() => window",value:"",type:"() => HTMLElement",description:"Specifies the container to scroll",description_zh:"指定滚动的容器"},":getCurrentAnchor":{default:"-",value:"",type:"(activeLink: string) => string",description:"Customize the highlighted anchor point",description_zh:"自定义高亮的锚点"},":offsetTop":{default:"-",value:"",type:"number",description:"Triggers when the specified offset is reached from the top of the window",description_zh:"距离窗口顶部达到指定偏移量后触发"},showInkInFixed:{default:"false",value:"",type:"boolean",description:"affix={false} time whether to show small blocks",description_zh:"affix={false} 时是否显示小方块"},":targetOffset":{default:"-",value:"",type:"number",description:"The anchor scroll offset, which is the same as offsetTop by default",description_zh:"锚点滚动偏移量，默认与 offsetTop 相同"},":items":{default:"-",value:"",type:"AnchorItem[]",description:"Data-based configuration options, supported by children nesting",description_zh:"数据化配置选项内容，支持通过 children 嵌套",version:"5.1.0",required:!0},direction:{default:"vertical",value:"",type:"vertical / horizontal",description:"Set the navigation direction",description_zh:"设置导航方向",version:"5.2.0"},replace:{default:"false",value:"",type:"boolean",description:"Replace the href of an item in the browser history instead of pushing it",description_zh:"替换浏览器历史记录中项目的 href 而不是推送它",version:"5.7.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},typeDetail:{AnchorItem:[{name:"key",description:"Unique identifier",description_zh:"唯一标志",type:"string / number",default:"-"},{name:"href",description:"Anchor link",description_zh:"锚点链接",type:"string",default:"-"},{name:"target",description:"Specifies where to display the linked resource",description_zh:"该属性指定在何处显示链接的资源",type:"string",default:"-"},{name:"title",description:"Text content",description_zh:"文字内容",type:"ReactNode / (item: AnchorItem) => ReactNode",default:"-"},{name:"children",description:"Nested anchor links",description_zh:"嵌套的 Anchor Link",type:"AnchorItem[]",default:"-"}]},events:[{name:"onChange",description:"Listen for anchor link changes",description_zh:"监听锚点链接改变",params:"(currentActiveLink: string) => void"},{name:"onClick",description:"handler for the click event",description_zh:"click 事件的 handler",params:"(e: MouseEvent, link: object) => void"}],link:"https://ant.design/components/anchor",link_zh:"https://ant.design/components/anchor-cn",methods:[],suggestions:[]},Ve={name:"AnchorItem",props:{key:{value:"",default:"-",type:"string | number",description:"Unique logo",description_zh:"唯一标志"},href:{value:"",default:"-",type:"string",description:"Anchor links",description_zh:"锚点链接"},target:{value:"",default:"-",type:"string",description:"This property specifies where the linked resource is displayed",description_zh:"该属性指定在何处显示链接的资源"},":title":{value:"",default:"-",type:"ReactNode",description:"Character content",description_zh:"文字内容"},":children":{value:"",default:"-",type:"AnchorItem[]",description:"Nested Anchor Links, note: this property is not supported horizontally",description_zh:"嵌套的 Anchor Link，注意：水平方向该属性不支持"},replace:{value:"",default:"false",type:"boolean",description:"Replace the item href in the browser history instead of pushing it",description_zh:"替换浏览器历史记录中的项目 href 而不是推送它"}},typeDetail:{AnchorItem:[{name:"key",description:"唯一标志",type:"string | number"},{name:"href",description:"锚点链接",type:"string"},{name:"target",description:"该属性指定在何处显示链接的资源",type:"string"},{name:"title",description:"文字内容",type:"VueNode | (item: AnchorItem) => VueNode"},{name:"children",description:"嵌套的 Anchor Link",type:"AnchorItem[]"}]},events:[],link:"https://ant.design/components//anchor",link_zh:"https://ant.design/components//anchor",methods:[]},o={name:"App",version:"5.1.0",props:{component:{value:"",default:"div",type:"ComponentType",description:"Sets the render element to false, and no DOM node is created",description_zh:"设置渲染元素，为 false 则不创建 DOM 节点",version:"5.11.0"},":message":{value:"",default:"-",type:"MessageConfig",description:"Global configuration of in-app messages",description_zh:"App 内 Message 的全局配置",version:"5.3.0"},":notification":{value:"",default:"-",type:"NotificationConfig",description:"Global configuration of in-app Notifications",description_zh:"App 内 Notification 的全局配置",version:"5.3.0"}},methods:[],events:[],link:"https://ant.design/components/app",link_zh:"https://ant.design/components/app"},n={name:"AutoComplete",props:{":allowClear":{value:"",description:"Whether to support clear",default:"false",type:"boolean / { clearIcon?: ReactNode }",description_zh:"支持清除",version:"5.8.0: 支持对象形式"},autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},backfill:{value:"",description:"When using keyboard to navigate through options, backfill selected item to input box",default:"false",type:"boolean",description_zh:"使用键盘选择选项的时候把选中项回填到输入框中"},bordered:{value:"",description:"Whether to show border",default:"true",type:"boolean",description_zh:"是否有边框"},":children":{value:["<Input />"],description:"Custom input element | Data source for autocompletion",default:"<Input />",type:"HTMLInputElement / HTMLTextAreaElement / React.ReactElement<InputProps> / React.ReactElement<OptionProps> / Array<React.ReactElement<OptionProps>>",description_zh:"自定义输入框 | 自动完成的数据源"},defaultActiveFirstOption:{value:"",description:"Whether to highlight the first option by default",default:"true",type:"boolean",description_zh:"是否默认高亮第一个选项"},defaultOpen:{value:"",description:"Whether dropdown menu is open by default",default:"-",type:"boolean",description_zh:"是否默认展开下拉菜单"},defaultValue:{value:"",description:"Initial selected item",default:"-",type:"string",description_zh:"指定默认选中的条目"},disabled:{value:"",description:"Whether disabled",default:"false",type:"boolean",description_zh:"是否禁用"},":dropdownRender":{value:"",description:"Custom dropdown content renderer",default:"-",type:"(menus: ReactNode) => ReactNode",description_zh:"自定义下拉框内容",version:"4.24.0"},popupClassName:{value:"",description:"Classname of dropdown menu",default:"-",type:"string",description_zh:"下拉菜单的 className 属性",version:"4.23.0"},":popupMatchSelectWidth":{value:"",description:"Dropdown menu and select input same width. Default set min-width, which is ignored when value is less than select width. false will disable virtual scroll",default:"true",type:"boolean / number",description_zh:"下拉菜单和选择器同宽。默认将设置 `min-width`，当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动"},":filterOption":{value:"",description:"Filter options based on input value. When a function, receives inputValue and option as params, should return boolean value whether option matches criteria",default:"true",type:"boolean / function(inputValue, option)",description_zh:"是否根据输入项进行筛选。当其为一个函数时，会接收 `inputValue` `option` 两个参数，当 `option` 符合筛选条件时，应返回 true，反之则返回 false"},":getPopupContainer":{value:"",description:"Parent node where dropdown menu is rendered. Default is document.body. Try scrolling area if positioning issues",default:"() => document.body",type:"function(triggerNode)",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位"},":notFoundContent":{value:"",description:"Content displayed when dropdown is empty",default:"-",type:"ReactNode",description_zh:"当下拉列表为空时显示的内容"},open:{value:"",description:"Whether dropdown menu is visible",default:"-",type:"boolean",description_zh:"是否展开下拉菜单"},":options":{value:"",description:"Data-driven option content. Better performance than JSX definition",default:"-",type:"{ label, value }[]",description_zh:"数据化配置选项内容，相比 jsx 定义会获得更好的渲染性能",required:!0},placeholder:{value:"",description:"Input placeholder",default:"-",type:"string",description_zh:"输入框提示"},status:{value:["error","warning"],description:"Set validation status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},size:{value:["large","middle","small"],description:"Control size",default:"-",type:"large / middle / small",description_zh:"控件大小"},":value":{value:"",description:"Current selected item",default:"-",type:"string",description_zh:"指定当前选中的条目",required:!0},variant:{value:["outlined","borderless","filled"],description:"Form variant",default:"outlined",type:"outlined / borderless / filled",description_zh:"形态变体",version:"5.13.0"},virtual:{value:"",description:"Set false to disable virtual scrolling",default:"true",type:"boolean",description_zh:"设置 false 时关闭虚拟滚动",version:"4.1.0"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove focus",params:"()",description_zh:"移除焦点"},{name:"focus",description:"Get focus",params:"()",description_zh:"获取焦点"}],events:[{name:"onBlur",description:"Called when losing focus",params:"function()",description_zh:"失去焦点时的回调"},{name:"onChange",description:"Called when an option is selected or input value changes",params:"function(value)",description_zh:"选中 option，或 input 的 value 变化时，调用此函数"},{name:"onDropdownVisibleChange",description:"Called when dropdown visibility changes",params:"function(open)",description_zh:"展开下拉菜单的回调"},{name:"onFocus",description:"Called when gaining focus",params:"function()",description_zh:"获得焦点时的回调"},{name:"onSearch",description:"Called when searching items",params:"function(value)",description_zh:"搜索补全项的时候调用"},{name:"onSelect",description:"Called when an option is selected",params:"function(value, option)",description_zh:"被选中时调用，参数为选中项的 value 值"},{name:"onClear",description:"Called when clear button is clicked",params:"function",description_zh:"清除内容时的回调",version:"4.6.0"},{name:"onInputKeyDown",description:"Called when a key is pressed",params:"(event: KeyboardEvent) => void",description_zh:"按键按下时回调"},{name:"onPopupScroll",description:"Called when dropdown menu is scrolled",params:"(event: UIEvent) => void",description_zh:"下拉列表滚动时的回调"}],typeDetail:{OptionProps:[{name:"value",description:"Option value",description_zh:"选项值",type:"string"},{name:"disabled",description:"Whether option is disabled",description_zh:"是否禁用",type:"boolean"},{name:"className",description:"Option class name",description_zh:"选项类名",type:"string"},{name:"children",description:"Option content",description_zh:"选项内容",type:"ReactNode"}],Option:[{name:"label",description:"Option label",description_zh:"选项标签",type:"ReactNode"},{name:"value",description:"Option value",description_zh:"选项值",type:"string"},{name:"disabled",description:"Whether option is disabled",description_zh:"是否禁用",type:"boolean"},{name:"className",description:"Option class name",description_zh:"选项类名",type:"string"}]},link:"https://ant.design/components/auto-complete",link_zh:"https://ant.design/components/auto-complete-cn"},a={name:"Avatar",props:{rootClassName:{value:"",description:"Provide a custom className for displaying the image root DOM and previewing the large image root DOM",default:"-",type:"string",description_zh:"为展示图片根 DOM 和预览大图根 DOM 提供自定义 className"},alt:{value:"",default:"-",type:"string",description:"Alt text when an image can't be displayed",description_zh:"图像无法显示时的替代文本"},":gap":{value:"",default:"4",type:"number",description_zh:"字符类型距离左右两侧边界单位像素",version:"4.3.0"},":icon":{value:"",default:"-",type:"ReactNode",description:"Set a custom icon for your avatar",description_zh:"设置头像的自定义图标"},shape:{value:["circle","square"],default:"circle",type:"circle / square",description:"Specify the shape of the avatar",description_zh:"指定头像的形状"},":size":{value:"",default:"default",type:"number / large / small / default / { xs: number, sm: number, ...}",description_zh:"设置头像的大小",version:"4.7.0"},":src":{value:"",default:"-",type:"string / ReactNode",description_zh:"图片类头像的资源地址或者图片元素",version:"ReactNode: 4.8.0",description:"The address of the image avatar or the image element",required:!0},srcSet:{value:"",default:"-",type:"string",description:"Set the responsive resource address of the image avatar",description_zh:"设置图片类头像响应式资源地址"},draggable:{value:"",default:"true",type:"boolean / 'true' / 'false'",description_zh:"图片是否允许拖动"},crossOrigin:{value:"",description:"CORS property settings",default:"-",type:"'anonymous' / 'use-credentials' / ''",description_zh:"CORS 属性设置",version:"4.17.0"}},methods:[],events:[{name:"onError",description:"If the image fails to load, returning false will turn off the default fallback behavior of the component",params:"() => boolean",description_zh:"图片加载失败的事件，返回 false 会关闭组件默认的 fallback 行为",value:""}],link:"https://ant.design/components/avatar",link_zh:"https://ant.design/components/avatar-cn"},Ye={name:"Avatar.Group",description:"Used for avatar grouping display",description_zh:"用于头像分组展示",version:"4.5.0+",props:{":max":{value:"",description:"Set maximum display related configuration",default:"-",type:"{ count?: number; style?: CSSProperties; popover?: PopoverProps }",description_zh:"设置最多显示相关配置，`5.18.0` 前可使用 [参数](https://github.com/ant-design/ant-design/blob/9d134859becbdae5b9ce276f6d9af4264691d81f/components/avatar/group.tsx#L35-L38)",version:"5.18.0"},":size":{value:"",description:"Set the size of avatars",default:"default",type:"number / large / small / default / { xs: number, sm: number, ...}",description_zh:"设置头像的大小",version:"4.8.0"},shape:{value:["circle","square"],description:"Set the shape of avatars",default:"circle",type:"circle / square",description_zh:"设置头像的形状",version:"5.8.0"}},methods:[],events:[],suggestions:["Avatar"],link:"https://ant.design/components/avatar",link_zh:"https://ant.design/components/avatar-cn"},Je={name:"Badge.Ribbon",props:{color:{value:"",description:"Customize the color of the ribbon",default:"-",type:"string",description_zh:"自定义缎带的颜色"},placement:{value:["start","end"],description:"The position of the ribbon, 'start' and 'end', varies with the direction of the text (RTL or LTR).",default:"end",type:"start / end",description_zh:"缎带的位置，`start` 和 `end` 随文字方向（RTL 或 LTR）变动"},":text":{value:"",description:"What is filled in the ribbon",default:"-",type:"ReactNode",description_zh:"缎带中填入的内容"}},methods:[],events:[],link:"https://ant.design/components/badge",link_zh:"https://ant.design/components/badge-cn"},r={name:"Badge",props:{color:{value:"",default:"-",type:"string",description:"Customize the color of the dots",description_zh:"自定义小圆点的颜色"},":count":{value:"",default:"-",type:"ReactNode",description:"The displayed number is displayed as ${overflowCount}+ when it is greater than overflowCount, and is hidden when it is 0",description_zh:"展示的数字，大于 overflowCount 时显示为 ${overflowCount}+，为 0 时隐藏",required:!0},":classNames":{value:"",default:"-",type:"Record<SemanticDOM, string>",description_zh:"语义化结构 class",version:"5.7.0"},dot:{value:"",default:"false",type:"boolean",description:"No numbers are displayed, just a small red dot",description_zh:"不展示数字，只有一个小红点"},":offset":{value:"",default:"-",type:"[number, number]",description:"Sets the position offset of the status point",description_zh:"设置状态点的位置偏移"},":overflowCount":{value:"",default:"99",type:"number",description:"Displays the capped numeric value",description_zh:"展示封顶的数字值"},showZero:{value:"",default:"false",type:"boolean",description:"When the value is 0, whether to display the badge",description_zh:"当数值为 0 时，是否展示 Badge"},size:{value:["default","small"],default:"-",type:"default / small",description:"Valid under the premise that count is set, set the size of the dot",description_zh:"在设置了 count 的前提下有效，设置小圆点的大小"},status:{value:["success","processing","default","error","warning"],default:"-",type:"success | processing | default | error | warning",description:"Set Badge to the status point",description_zh:"设置 Badge 为状态点"},":styles":{value:"",default:"-",type:"Record<SemanticDOM, CSSProperties>",description_zh:"语义化结构 style",version:"5.7.0"},":text":{value:"",default:"-",type:"ReactNode",description:"Valid under the premise that status is set, set the text of the status point",description_zh:"在设置了 status 的前提下有效，设置状态点的文本"},title:{value:"",default:"-",type:"string",description:"Sets the text that appears when the mouse is placed on a status point",description_zh:"设置鼠标放在状态点上时显示的文字"},rootClassName:{default:"-",value:"",type:"string",description:"Add a className to the outermost component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],typeDetail:{SemanticDOM:"Detail about semantic DOM structure properties"},link:"https://ant.design/components/badge",link_zh:"https://ant.design/components/badge-cn"},s={name:"Breadcrumb",description:"显示当前页面在系统层级结构中的位置，并能向上返回。",description_zh:"显示当前页面在系统层级结构中的位置，并能向上返回。",props:{":itemRender":{default:"-",value:"",type:"(route, params, routes, paths) => ReactNode",description:"Custom link function, and react-router configuration to use",description_zh:"自定义链接函数，和 react-router 配置使用"},":params":{default:"-",value:"",type:"object",description:"Parameters of the route",description_zh:"路由的参数"},":items":{default:"-",value:"",type:"ItemType[]",description:"Route stack information",description_zh:"路由栈信息",version:"5.3.0",required:!0},":separator":{default:"/",value:"",type:"ReactNode",description:"Separator customization",description_zh:"分隔符自定义"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},typeDetail:{ItemType:"Omit<RouteItemType, 'title' | 'path'> / SeparatorType",RouteItemType:[{name:"className",description:"自定义类名",description_zh:"自定义类名",type:"string",default:"-"},{name:"dropdownProps",description:"弹出下拉菜单的自定义配置",description_zh:"弹出下拉菜单的自定义配置",type:"Dropdown",default:"-"},{name:"href",description:"链接的目的地，不能和 path 共用",description_zh:"链接的目的地，不能和 path 共用",type:"string",default:"-"},{name:"path",description:"拼接路径，每一层都会拼接前一个 path 信息。不能和 href 共用",description_zh:"拼接路径，每一层都会拼接前一个 path 信息。不能和 href 共用",type:"string",default:"-"},{name:"menu",description:"菜单配置项",description_zh:"菜单配置项",type:"MenuProps",default:"-",version:"4.24.0"},{name:"onClick",description:"单击事件",description_zh:"单击事件",type:"(e:MouseEvent) => void",default:"-"},{name:"title",description:"名称",description_zh:"名称",type:"ReactNode",default:"-",version:"5.3.0"}],SeparatorType:[{name:"type",description:"标记为分隔符",description_zh:"标记为分隔符",type:"separator",default:"-",version:"5.3.0"},{name:"separator",description:"要显示的分隔符",description_zh:"要显示的分隔符",type:"ReactNode",default:"/",version:"5.3.0"}]},events:[],methods:[],suggestions:[],link:"https://ant.design/components/breadcrumb",link_zh:"https://ant.design/components/breadcrumb-cn"},He={name:"Breadcrumb.Item",props:{className:{value:"",default:"-",type:"string",description:"Custom class name",description_zh:"自定义类名"},":dropdownProps":{value:"",default:"-",type:"Dropdown",description:"Pop up a drop-down menu for custom configurations",description_zh:"弹出下拉菜单的自定义配置"},href:{value:"",default:"-",type:"string",description:"The destination of the link cannot be shared with the path",description_zh:"链接的目的地，不能和 path 共用",required:!0},path:{value:"",default:"-",type:"string",description:"Splice paths, each layer will splice the previous path information. Can't share with href",description_zh:"拼接路径，每一层都会拼接前一个 path 信息。不能和 href 共用"},":menu":{value:"",default:"-",type:"MenuProps",description:"Menu configuration item",description_zh:"菜单配置项"},":title":{value:"",default:"-",type:"ReactNode",description:"name",description_zh:"名称"}},typeDetail:{},events:[],link:"https://ant.design/components//breadcrumb",link_zh:"https://ant.design/components//breadcrumb",methods:[]},d={name:"Button",description:"To trigger an operation.",description_zh:"按钮用于开始一个即时操作。",props:{autoInsertSpace:{default:"true",value:"",type:"boolean",description:"Auto insert space between two Chinese characters",description_zh:"我们默认提供两个汉字之间的空格，可以设置 autoInsertSpace 为 false 关闭",version:"5.17.0"},block:{default:"false",value:"",type:"boolean",description:"Option to fit button width to its parent width",description_zh:"将按钮宽度调整为其父宽度的选项"},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"Semantic DOM className",description_zh:"语义化结构 class",version:"5.4.0"},color:{default:"-",value:"",type:"default / primary / danger / blue / purple / cyan / green / magenta / pink / red / orange / yellow / volcano / geekblue / lime / gold",description:"Set button color",description_zh:"设置按钮的颜色",version:"default, primary 和 danger: 5.21.0, PresetColors: 5.23.0"},danger:{default:"false",value:"",type:"boolean",description:"Set the danger status of button. When color is set, this prop will be ignored",description_zh:"语法糖，设置危险按钮。当设置 color 时会以后者为准"},disabled:{default:"false",value:"",type:"boolean",description:"Disabled state of button",description_zh:"设置按钮失效状态"},ghost:{default:"false",value:"",type:"boolean",description:"Make background transparent",description_zh:"幽灵属性，使按钮背景透明"},href:{default:"-",value:"",type:"string",description:"Redirect url of link button",description_zh:"点击跳转的地址，指定此属性 button 的行为和 a 链接一致"},htmlType:{default:"button",value:"",type:"submit / reset / button",description:"Set the original html type of button",description_zh:"设置 button 原生的 type 值，可选值请参考 HTML 标准"},":icon":{default:"-",value:"",type:"ReactNode",description:"Set the icon component of button",description_zh:"设置按钮的图标组件"},iconPosition:{default:"start",value:"",type:"start / end",description:"Set the position of icon component",description_zh:"设置按钮图标组件的位置",version:"5.17.0"},":loading":{default:"false",value:"",type:"boolean / { delay: number, icon: ReactNode }",description:"Set the loading status of button",description_zh:"设置按钮载入状态",version:"icon: 5.23.0"},shape:{default:"default",value:"",type:"default / circle / round",description:"Set button shape",description_zh:"设置按钮形状"},size:{default:"middle",value:"",type:"large / middle / small",description:"Set button size",description_zh:"设置按钮大小"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"Semantic DOM style",description_zh:"语义化结构 style",version:"5.4.0"},target:{default:"-",value:"",type:"string",description:"Same as target attribute of a, works when href is specified",description_zh:"相当于 a 链接的 target 属性，href 存在时生效"},type:{default:"default",value:"",type:"primary / dashed / link / text / default",description:"Set button type. When variant and color are set, this prop will be ignored",description_zh:"语法糖，设置按钮类型。当设置 variant 与 color 时以后者为准"},variant:{default:"-",value:"",type:"outlined / dashed / solid / filled / text / link",description:"Set button variant",description_zh:"设置按钮的变体",version:"5.21.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/button-cn",link_zh:"https://ant.design/components/button-cn",events:[{name:"onClick",description:"Callback when button is clicked",description_zh:"点击按钮时的回调",params:"(event: React.MouseEvent<HTMLElement, MouseEvent>) => void"}],typeDetail:{SemanticDOM:[{name:"icon",description:"Icon component of button",description_zh:"按钮中的图标"},{name:"text",description:"Text content of button",description_zh:"按钮中的文本内容"}],PresetColors:"blue | purple | cyan | green | magenta | pink | red | orange | yellow | volcano | geekblue | lime | gold"},suggestions:[]},l={name:"Calendar",props:{":cellRender":{value:"",description:"Customize the contents of the cell",default:"-",type:"function(current: dayjs, info: { prefixCls: string, originNode: React.ReactElement, today: dayjs, range?: 'start' / 'end', type: PanelMode, locale?: Locale, subType?: 'hour' / 'minute' / 'second' / 'meridiem' }) => React.ReactNode",description_zh:"自定义单元格的内容",version:"5.4.0"},":dateCellRender":{value:"",description:"Custom render date cell, the return content will be appended to the cell, > = 5.4.0 Please use cellRender",default:"-",type:"function(date: Dayjs): ReactNode",description_zh:"自定义渲染日期单元格，返回内容会被追加到单元格，>= 5.4.0 请用 cellRender"},":dateFullCellRender":{value:"",description:"Custom render date cell, return content overwrite cell, > = 5.4.0 Please use fullCellRender",default:"-",type:"function(date: Dayjs): ReactNode",description_zh:"自定义渲染日期单元格，返回内容覆盖单元格，>= 5.4.0 请用 fullCellRender"},":fullCellRender":{value:"",description:"Customize the contents of the cell",default:"-",type:"function(current: dayjs, info: { prefixCls: string, originNode: React.ReactElement, today: dayjs, range?: 'start' / 'end', type: PanelMode, locale?: Locale, subType?: 'hour' / 'minute' / 'second' / 'meridiem' }) => React.ReactNode",description_zh:"自定义单元格的内容",version:"5.4.0"},":defaultValue":{value:"",description:"The date on which the default impression will be displayed",default:"-",type:"[dayjs]",description_zh:"默认展示的日期"},":disabledDate":{value:"",description:"An unselectable date with the current value, note [do not modify directly](https://github.com/ant-design/ant-design/issues/30987) when using",default:"-",type:"(currentDate: Dayjs) => boolean",description_zh:"不可选择的日期，参数为当前 `value`，注意使用时[不要直接修改](https://github.com/ant-design/ant-design/issues/30987)"},fullscreen:{value:"",description:"Whether it is displayed in full screen",default:"true",type:"boolean",description_zh:"是否全屏显示"},showWeek:{value:"",description:"Whether to show week number column",default:"false",type:"boolean",description_zh:"是否显示周数列",version:"5.23.0"},":headerRender":{value:"",description:"Customize the header content",default:"-",type:"function(object:{value: Dayjs, type: 'year' / 'month', onChange: f(), onTypeChange: f()})",description_zh:"自定义头部内容"},":locale":{value:["en-us","zh-cn","zh-tw"],description:"Internationalized configuration",default:"[(默认配置)](https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json)",type:"object",description_zh:"国际化配置"},mode:{value:["month","year"],description:"Initial mode",default:"month",type:"month / year",description_zh:"初始模式"},":monthCellRender":{value:"",description:"Custom render month cell, the return content will be appended to the cell, > = 5.4.0 Please use cellRender",default:"-",type:"function(date: Dayjs): ReactNode",description_zh:"自定义渲染月单元格，返回内容会被追加到单元格，>= 5.4.0 请用 cellRender"},":monthFullCellRender":{value:"",description:"Custom render month cell, return content overwrite cell, > = 5.4.0 Please use fullCellRender",default:"-",type:"function(date: Dayjs): ReactNode",description_zh:"自定义渲染月单元格，返回内容覆盖单元格，>= 5.4.0 请用 fullCellRender"},":validRange":{value:"",description:"Set the dates that can be displayed",default:"-",type:"[[dayjs], [dayjs]]",description_zh:"设置可以显示的日期"},":value":{value:"",description:"Date of display",default:"-",type:"[dayjs]",description_zh:"展示日期",required:!0}},methods:[],events:[{name:"onChange",description:"Date change callback",params:"function(date: Dayjs)",description_zh:"日期变化回调",value:""},{name:"onPanelChange",description:"Date panel change callback",params:"function(date: Dayjs, mode: string)",description_zh:"日期面板变化回调",value:""},{name:"onSelect",description:"Select a date callback that contains the source information",params:"function(date: Dayjs, info: { source: 'year' / 'month' / 'date' / 'customize' })",description_zh:"选择日期回调，包含来源信息",version:"5.6.0"}],link:"https://ant.design/components/calendar",link_zh:"https://ant.design/components/calendar-cn"},p={name:"Card",props:{":actions":{value:"",description:"The card action group, located at the bottom of the card",default:"-",type:"Array<ReactNode>",description_zh:"卡片操作组，位置在卡片底部"},activeTabKey:{value:"",description:"The key of the currently active tab",default:"-",type:"string",description_zh:"当前激活页签的 key"},":bodyStyle":{value:"",description:"Content area custom styles",default:"-",type:"CSSProperties",description_zh:"内容区域自定义样式"},bordered:{value:"",description:"Whether there is a border or not, please use `variant` instead",default:"true",type:"boolean",description_zh:"是否有边框, 请使用 `variant` 替换"},variant:{value:["outlined","borderless"],description:"Variants of card",default:"outlined",type:"outlined / borderless",description_zh:"形态变体",version:"5.24.0"},":cover":{value:"",description:"Card cover",default:"-",type:"ReactNode",description_zh:"卡片封面"},defaultActiveTabKey:{value:"",description:"Initialize the key of the selected tab, if activeTabKey is not set",default:"First tab's key",type:"string",description_zh:"初始化选中页签的 key，如果没有设置 activeTabKey"},":extra":{value:"",description:"The action area in the upper right corner of the card",default:"-",type:"ReactNode",description_zh:"卡片右上角的操作区域"},":headStyle":{value:"",description:"Customize the header area style",default:"-",type:"CSSProperties",description_zh:"自定义标题区域样式"},hoverable:{value:"",description:"The mouse floats when it is moved over",default:"false",type:"boolean",description_zh:"鼠标移过时可浮起"},loading:{value:"",description:"While the card content is still loading, you can use loading to display a placeholder",default:"false",type:"boolean",description_zh:"当卡片内容还在加载中时，可以用 loading 展示一个占位"},size:{value:["default","small"],description:"The size of the card",default:"default",type:"default / small",description_zh:"card 的尺寸"},":tabBarExtraContent":{value:"",description:"Extra elements on the tab bar",default:"-",type:"ReactNode",description_zh:"tab bar 上额外的元素"},":tabList":{value:"",description:"A list of tab titles",default:"-",type:"[TabItemType](/components/tabs#tabitemtype)[]",description_zh:"页签标题列表"},":tabProps":{value:"",description:"Props for Tabs component",default:"-",type:"Tabs",description_zh:"[Tabs](/components/tabs-cn#tabs)"},":title":{value:"",description:"The title of the card",default:"-",type:"ReactNode",description_zh:"卡片标题",required:"true"},type:{value:"",description:"The type of card, which can be set to 'inner' or not set",default:"-",type:"string",description_zh:"卡片类型，可设置为 `inner` 或 不设置"},":classNames":{value:"",description:"Configure className for card built-in modules",default:"-",type:"Record<SemanticDOM, string>",description_zh:"配置卡片内置模块的 className",version:"5.14.0"},":styles":{value:"",description:"Configure style for card built-in modules",default:"-",type:"Record<SemanticDOM, CSSProperties>",description_zh:"配置卡片内置模块的 style",version:"5.14.0"}},methods:[],events:[{name:"onTabChange",description:"The callback of the tab switch",params:"(key) => void",description_zh:"页签切换的回调",value:""}],typeDetail:{SemanticDOM:"Semantic DOM structure property details"},suggestions:["Card.Grid","Card.Meta"],link:"https://ant.design/components/card",link_zh:"https://ant.design/components/card-cn"},c={name:"Card.Grid",props:{className:{value:"",description:"Grid container class name",default:"-",type:"string",description_zh:"网格容器类名"},hoverable:{value:"",description:"The mouse floats when it is moved over",default:"true",type:"boolean",description_zh:"鼠标移过时可浮起"},":style":{value:"",description:"Defines the style of the grid container class name",default:"-",type:"CSSProperties",description_zh:"定义网格容器类名的样式"}},methods:[],events:[],link:"https://ant.design/components/card",link_zh:"https://ant.design/components/card-cn"},Ze={name:"Card.Meta",props:{":avatar":{value:"",description:"Avatar/icon",default:"-",type:"ReactNode",description_zh:"头像/图标"},className:{value:"",description:"The name of the container class",default:"-",type:"string",description_zh:"容器类名"},":description":{value:"",description:"Describe the content",default:"-",type:"ReactNode",description_zh:"描述内容"},":style":{value:"",description:"Defines the style of the container class name",default:"-",type:"CSSProperties",description_zh:"定义容器类名的样式"},":title":{value:"",description:"Title content",default:"-",type:"ReactNode",description_zh:"标题内容"}},methods:[],events:[],link:"https://ant.design/components/card",link_zh:"https://ant.design/components/card-cn"},u={name:"Carousel",props:{arrows:{value:"",description:"Whether to display arrows",default:"false",type:"boolean",description_zh:"是否显示箭头",version:"5.17.0"},":autoplay":{value:"",description:"Whether to switch automatically, if object can specify `dotDuration` to show indicator dot progress bar",default:"false",type:"boolean / { dotDuration?: boolean }",description_zh:"是否自动切换，如果为 object 可以指定 `dotDuration` 来展示指示点进度条",version:"dotDuration: 5.24.0"},":autoplaySpeed":{value:"",description:"The interval between automatic switching (milliseconds)",default:"3000",type:"number",description_zh:"自动切换的间隔（毫秒）"},adaptiveHeight:{value:"",description:"Adaptive height",default:"false",type:"boolean",description_zh:"高度自适应"},dotPosition:{value:["top","bottom","left","right"],description:"The panel indicates the position of the point, can select 'top', 'bottom', 'left', 'right'",default:"bottom",type:"string",description_zh:"面板指示点位置，可选 `top` `bottom` `left` `right`"},":dots":{value:"",description:"Whether to display the panel indicator point, if 'object' you can specify 'dotsClass'",default:"true",type:"boolean / { className?: string }",description_zh:"是否显示面板指示点，如果为 `object` 则可以指定 `dotsClass`"},draggable:{value:"",description:"Whether to enable drag switching",default:"false",type:"boolean",description_zh:"是否启用拖拽切换"},fade:{value:"",description:"Use gradient switching effect",default:"false",type:"boolean",description_zh:"使用渐变切换动效"},infinite:{value:"",description:"Whether to loop infinitely (implemented by copying two children elements, bugs may occur if child elements have side effects)",default:"true",type:"boolean",description_zh:"是否无限循环切换（实现方式是复制两份 children 元素，如果子元素有副作用则可能会引发 bug）"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"},":speed":{value:"",description:"Switching effect time (milliseconds)",default:"500",type:"number",description_zh:"切换动效的时间（毫秒）"},easing:{value:"",description:"Animation effects",default:"linear",type:"string",description_zh:"动画效果"},effect:{value:["scrollx","fade"],description:"Animation effect functions",default:"scrollx",type:"scrollx / fade",description_zh:"动画效果函数"},":afterChange":{value:"",description:"Callback after switching panels",default:"-",type:"(current: number) => void",description_zh:"切换面板的回调"},":beforeChange":{value:"",description:"Callback before switching panels",default:"-",type:"(current: number, next: number) => void",description_zh:"切换面板的回调"},waitForAnimate:{value:"",description:"Whether to wait for the animation to be switched",default:"false",type:"boolean",description_zh:"是否等待切换动画"}},methods:[{name:"goTo",description:"Switch to a specified panel, when dontAnimate = true, no animation is used",params:"goTo(slideNumber, dontAnimate)",description_zh:"切换到指定面板, dontAnimate = true 时，不使用动画"},{name:"next",description:"Switch to the next panel",params:"",description_zh:"切换到下一面板"},{name:"prev",description:"Switch to the previous panel",params:"",description_zh:"切换到上一面板"}],events:[],description:"More API can be found at: https://react-slick.neostack.com/docs/api",link:"https://ant.design/components/carousel",link_zh:"https://ant.design/components/carousel-cn"},h={name:"Cascader",props:{":allowClear":{value:"",description:"Whether the purge is supported",default:"true",type:"boolean / { clearIcon?: ReactNode }",description_zh:"是否支持清除",version:"5.8.0: 支持对象形式"},autoClearSearchValue:{value:"",description:"Whether to clear the search box after selecting items, only effective when multiple is true",default:"true",type:"boolean",description_zh:"是否在选中项后清空搜索框，只在 multiple 为 true 时有效",version:"5.9.0"},autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框"},":clearIcon":{value:"",description:"Customize the selection box to clear the icon",default:"-",type:"ReactNode",description_zh:"自定义的选择框清空图标"},changeOnSelect:{value:"",description:"When this option is true, the value of the menu option will change for each level of the click (only effective in single selection mode)",default:"false",type:"boolean",description_zh:"（单选时生效）当此项为 true 时，点选每级菜单选项值都会发生变化，具体见上面的演示"},className:{value:"",description:"Custom class name",default:"-",type:"string",description_zh:"自定义类名"},":defaultValue":{value:"",description:"The default selection",default:"[]",type:"string[] / number[]",description_zh:"默认的选中项"},disabled:{value:"",description:"Disable",default:"false",type:"boolean",description_zh:"禁用"},":displayRender":{value:["label => label.join('/')"],description:"Select the render function that is displayed",default:"label => label.join(`/`)",type:"(label, selectedOptions) => ReactNode",description_zh:"选择后展示的渲染函数",version:"multiple: 4.18.0"},":tagRender":{value:"",description:"Customize the tag content render, which only takes effect when multiple selections are made",default:"-",type:"({ label: string, onClose: function, value: string }) => ReactNode",description_zh:"自定义 tag 内容 render，仅在多选时生效"},popupClassName:{value:"",description:"Customize the name of the floating layer class",default:"-",type:"string",description_zh:"自定义浮层类名",version:"4.23.0"},":dropdownRender":{value:"",description:"Customize the drop-down box content",default:"-",type:"(menus: ReactNode) => ReactNode",description_zh:"自定义下拉框内容",version:"4.4.0"},":expandIcon":{value:"",description:"Customize the secondary menu expansion icon",default:"-",type:"ReactNode",description_zh:"自定义次级菜单展开图标",version:"4.4.0"},expandTrigger:{value:["click","hover"],description:"The submenu can be expanded with a choice of 'click' and 'hover'",default:"click",type:"string",description_zh:"次级菜单的展开方式，可选 'click' 和 'hover'"},":fieldNames":{value:"",description:"Customize the Options field for label value children",default:"{ label: 'label', value: 'value', children: 'children' }",type:"object",description_zh:"自定义 options 中 label value children 的字段"},":getPopupContainer":{value:"",description:"The menu renders the parent node. By default, it is rendered to the body",default:"() => document.body",type:"function(triggerNode)",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位"},":loadData":{value:"",description:"Used for dynamic loading option and cannot be used with 'showSearch'",default:"-",type:"(selectedOptions) => void",description_zh:"用于动态加载选项，无法与 `showSearch` 一起使用"},":maxTagCount":{value:"",description:"The maximum number of tags to display, responsive mode has a performance penalty",default:"-",type:"number / responsive",description_zh:"最多显示多少个 tag，响应式模式会对性能产生损耗",version:"4.17.0"},":maxTagPlaceholder":{value:"",description:"What is displayed when the tag is hidden",default:"-",type:"ReactNode / function(omittedValues)",description_zh:"隐藏 tag 时显示的内容",version:"4.17.0"},":maxTagTextLength":{value:"",description:"The maximum length of the tag text to display",default:"-",type:"number",description_zh:"最大显示的 tag 文本长度",version:"4.17.0"},":notFoundContent":{value:"",description:"What is displayed when the drop-down list is empty",default:"Not Found",type:"ReactNode",description_zh:"当下拉列表为空时显示的内容"},open:{value:"",description:"Control the visibility and concealment of the floating layer",default:"false",type:"boolean",description_zh:"控制浮层显隐",version:"4.17.0"},":options":{value:"",description:"Optional data sources",default:"-",type:"Option[]",description_zh:"可选项数据源"},placeholder:{value:"",description:"Input box placeholder text",default:"-",type:"string",description_zh:"输入框占位文本"},placement:{value:["bottomLeft","bottomRight","topLeft","topRight"],description:"The preset position of the floating layer",default:"bottomLeft",type:"bottomLeft / bottomRight / topLeft / topRight",description_zh:"浮层预设位置",version:"4.17.0"},":prefix":{value:"",description:"Custom prefix",default:"-",type:"ReactNode",description_zh:"自定义前缀",version:"5.22.0"},":showSearch":{value:"",description:"Displays the search box in the selection box",default:"false",type:"boolean / Object",description_zh:"在选择框中显示搜索框"},size:{value:"",description:"Input box size",default:"-",type:"large / middle / small",description_zh:"输入框大小"},status:{value:["error","warning"],description:"Set validation status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},":style":{value:"",description:"Custom styles",default:"-",type:"CSSProperties",description_zh:"自定义样式"},":suffixIcon":{value:"",description:"Custom selection box suffix icon",default:"-",type:"ReactNode",description_zh:"自定义的选择框后缀图标"},":value":{value:"",description:"Specify the selection",default:"-",type:"string[] / number[]",description_zh:"指定选中项",required:!0},multiple:{value:"",description:"Support for multiple selection nodes",default:"false",type:"boolean",description_zh:"支持多选节点",version:"4.17.0"},showCheckedStrategy:{value:"",description:"Define how the selection is backfilled. 'Cascader.SHOW_CHILD': Display only the selected child nodes. 'Cascader.SHOW_PARENT': Display only the parent node (when all child nodes under the parent node are selected).",default:"Cascader.SHOW_PARENT",type:"Cascader.SHOW_PARENT / Cascader.SHOW_CHILD",description_zh:"定义选中项回填的方式。`Cascader.SHOW_CHILD`: 只显示选中的子节点。`Cascader.SHOW_PARENT`: 只显示父节点（当父节点下所有子节点都选中时）。",version:"4.20.0"},":removeIcon":{value:"",description:"Customized multi-check box clear icon",default:"-",type:"ReactNode",description_zh:"自定义的多选框清除图标"},searchValue:{value:"",description:"Set the value of the search, it needs to be used in conjunction with 'showSearch'",default:"-",type:"string",description_zh:"设置搜索的值，需要与 `showSearch` 配合使用",version:"4.17.0"},":dropdownMenuColumnStyle":{value:"",description:"The style of the drop-down menu column",default:"-",type:"CSSProperties",description_zh:"下拉菜单列的样式"},":optionRender":{value:"",description:"Custom rendering of dropdown options",default:"-",type:"(option: Option) => React.ReactNode",description_zh:"自定义渲染下拉选项",version:"5.16.0"},variant:{value:"",description:"Form variants",default:"outlined",type:"outlined / borderless / filled / underlined",description_zh:"形态变体",version:"5.13.0 | underlined: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove focus",params:"()",description_zh:"移除焦点"},{name:"focus",description:"Get focus",params:"()",description_zh:"获取焦点"}],typeDetail:{Option:[{name:"value",description:"Option value",description_zh:"选项值",type:"string / number",required:!0},{name:"label",description:"Option label",description_zh:"选项标签",type:"React.ReactNode"},{name:"disabled",description:"Whether the option is disabled",description_zh:"是否禁用",type:"boolean"},{name:"children",description:"Child options",description_zh:"子选项",type:"Option[]"},{name:"isLeaf",description:"Mark as a leaf node, effective when loadData is set. When set to false, it will be forced to mark as a parent node, even if the current node has no children, it will still display the expand icon",description_zh:"设为 false 时会强制标记为父节点，即使当前节点没有 children，也会显示展开图标",type:"boolean"}],showSearch:[{name:"filter",description:"Receive the two parameters inputValue and path, and return true when path meets the filter conditions, and false if not",description_zh:"接收 inputValue path 两个参数，当 path 符合筛选条件时，应返回 true，反之则返回 false",type:"function(inputValue, path): boolean"},{name:"limit",description:"The number of search result impressions",description_zh:"搜索结果展示数量",type:"number / false",default:"50"},{name:"matchInputWidth",description:"Whether the search result list is the same width as the input box",description_zh:"搜索结果列表是否与输入框同宽",type:"boolean",default:"true"},{name:"render",description:"Used for rendering filter results",description_zh:"用于渲染 filter 后的选项",type:"function(inputValue, path): ReactNode"},{name:"sort",description:"Used for sorting filter results",description_zh:"用于排序 filter 后的选项",type:"function(a, b, inputValue)"}]},events:[{name:"onChange",description:"Callback when selection is completed",params:"(value, selectedOptions) => void",description_zh:"选择完成后的回调"},{name:"onDropdownVisibleChange",description:"Show/hide callbacks for floating layers",params:"(value) => void",description_zh:"显示/隐藏浮层的回调",version:"4.17.0"},{name:"onSearch",description:"Listens to search input, returns the entered value",params:"(search: string) => void",description_zh:"监听搜索，返回输入的值",version:"4.17.0"}],suggestions:[],link:"https://ant.design/components/cascader",link_zh:"https://ant.design/components/cascader-cn"},m={name:"Checkbox",props:{autoFocus:{default:"false",value:"",type:"boolean",description:"Get focus automatically",description_zh:"自动获取焦点"},":checked":{default:"false",value:"",type:"boolean",description:"Specifies whether it is currently selected",description_zh:"指定当前是否选中",required:!0},defaultChecked:{default:"false",value:"",type:"boolean",description:"Initially selected or not",description_zh:"初始是否选中"},disabled:{default:"false",value:"",type:"boolean",description:"Disabled state",description_zh:"失效状态"},indeterminate:{default:"false",value:"",type:"boolean",description:"Set indeterminate state, only responsible for style control",description_zh:"设置 indeterminate 状态，只负责样式控制"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove focus",params:"()",description_zh:"移除焦点"},{name:"focus",description:"Get focus",params:"()",description_zh:"获取焦点"},{name:"nativeElement",description:"Returns the DOM node of the Checkbox",params:"()",description_zh:"返回 Checkbox 的 DOM 节点",version:"5.17.3"}],link:"https://ant.design/components/checkbox",link_zh:"https://ant.design/components/checkbox-cn",events:[{name:"onChange",description:"Callback function when the state changes",description_zh:"变化时的回调函数",params:"(e: CheckboxChangeEvent) => void",required:!0},{name:"onBlur",description:"Callback when losing focus",description_zh:"失去焦点时的回调",params:"function()"},{name:"onFocus",description:"Callback when getting focus",description_zh:"获得焦点时的回调",params:"function()"}],typeDetail:{CheckboxChangeEvent:[{name:"target",description:"The DOM element that triggered the event",description_zh:"触发事件的 DOM 元素",type:"HTMLInputElement"},{name:"target.checked",description:"Whether the checkbox is checked",description_zh:"是否选中",type:"boolean"}]},suggestions:[]},f={name:"Checkbox.Group",props:{":defaultValue":{value:"",description:"The option is selected by default",default:"[]",type:"(string / number)[]",description_zh:"默认选中的选项"},disabled:{value:"",description:"The entire group is disabled",default:"false",type:"boolean",description_zh:"整组失效"},name:{value:"",description:"The 'name' attribute of all 'input[type=\"checkbox\"]' under CheckboxGroup",default:"-",type:"string",description_zh:'CheckboxGroup 下所有 `input[type="checkbox"]` 的 `name` 属性'},":options":{value:"",description:"Specify the available options",default:"[]",type:"string[] / number[] / Option[]",description_zh:"指定可选项",required:!0},":value":{value:"",description:"Specify the selected options",default:"[]",type:"(string / number / boolean)[]",description_zh:"指定选中的选项",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onChange",description:"The callback function when selection changes",params:"(checkedValue: T[]) => void",description_zh:"变化时的回调函数",required:!0}],typeDetail:{Option:[{name:"label",description:"Option text",description_zh:"选项文字",type:"string",required:!0},{name:"value",description:"Option value",description_zh:"选项值",type:"string",required:!0},{name:"disabled",description:"Whether the option is disabled",description_zh:"是否禁用此选项",type:"boolean",default:"false"}]},suggestions:[],link:"https://ant.design/components/checkbox",link_zh:"https://ant.design/components/checkbox-cn"},y={name:"Col",description:"栅格系统中的列。",description_zh:"栅格系统中的列。",props:{":flex":{default:"-",value:"",type:"string / number",description:"flex layout property",description_zh:"flex 布局属性"},":offset":{description:"The number of intervals on the left side of the grid, and there can be no grids in the interval",default:"0",value:"",type:"number",description_zh:"栅格左侧的间隔格数，间隔内不可以有栅格"},":order":{value:"",description:"Raster order",default:"0",type:"number",description_zh:"栅格顺序"},":pull":{value:"",description:"The grid moves the number of tiles to the left",default:"0",type:"number",description_zh:"栅格向左移动格数"},":push":{description:"The grid moves the number of tiles to the right",default:"0",value:"",type:"number",description_zh:"栅格向右移动格数"},":span":{default:"-",value:"",type:"number",description:"Number of grid spaces, equivalent to display: none when 0",description_zh:"栅格占位格数，为 0 时相当于 display: none",required:!0},":xs":{default:"-",value:"",type:"number / object",description:"Screen < 576px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 < 576px 响应式栅格，可为栅格数或一个包含其他属性的对象"},":sm":{default:"-",value:"",type:"number / object",description:"Screen ≥ 576px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 ≥ 576px 响应式栅格，可为栅格数或一个包含其他属性的对象"},":md":{default:"-",value:"",type:"number / object",description:"Screen ≥ 768px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 ≥ 768px 响应式栅格，可为栅格数或一个包含其他属性的对象"},":lg":{default:"-",value:"",type:"number / object",description:"Screen ≥ 992px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 ≥ 992px 响应式栅格，可为栅格数或一个包含其他属性的对象"},":xl":{default:"-",value:"",type:"number / object",description:"Screen ≥ 1200px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 ≥ 1200px 响应式栅格，可为栅格数或一个包含其他属性的对象"},":xxl":{default:"-",value:"",type:"number / object",description:"Screen ≥ 1600px responsive grid, can be grid number or object containing other properties",description_zh:"屏幕 ≥ 1600px 响应式栅格，可为栅格数或一个包含其他属性的对象"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/grid-cn#col",link_zh:"https://ant.design/components/grid-cn#col",events:[],typeDetail:{ResponsiveObject:[{name:"span",type:"number",description:"Number of column spaces",description_zh:"栅格占位格数"},{name:"offset",type:"number",description:"Number of spaces on the left side of the grid",description_zh:"栅格左侧的间隔格数"},{name:"order",type:"number",description:"Grid order",description_zh:"栅格顺序"},{name:"pull",type:"number",description:"Number of spaces the grid moves to the left",description_zh:"栅格向左移动格数"},{name:"push",type:"number",description:"Number of spaces the grid moves to the right",description_zh:"栅格向右移动格数"}]},suggestions:["Row"]},v={name:"Collapse",props:{accordion:{value:"",description:"Accordion mode",default:"false",type:"boolean",description_zh:"手风琴模式"},":activeKey":{value:"",description:"The key of the currently active tab panel",default:"In accordion mode, defaults to first element",type:"string[] / string / number[] / number",description_zh:"当前激活 tab 面板的 key"},bordered:{value:"",description:"Folded panel with border style",default:"true",type:"boolean",description_zh:"带边框风格的折叠面板"},collapsible:{value:["header","icon","disabled"],description:"Whether all sub-panels are collapsible or specify a collapsible trigger area",default:"-",type:"header / icon / disabled",description_zh:"所有子面板是否可折叠或指定可折叠触发区域",version:"4.9.0"},":defaultActiveKey":{value:"",description:"Initialize the key of the selection panel",default:"-",type:"string[] / string / number[] / number",description_zh:"初始化选中面板的 key"},destroyInactivePanel:{value:"",description:"Destroy the collapsed hidden panel",default:"false",type:"boolean",description_zh:"销毁折叠隐藏的面板"},":expandIcon":{value:"",description:"Customize the toggle icon",default:"-",type:"(panelProps) => ReactNode",description_zh:"自定义切换图标"},expandIconPosition:{value:["start","end"],description:"Set the icon position",default:"-",type:"start / end",description_zh:"设置图标位置",version:"4.21.0"},ghost:{value:"",description:"Make the folded panel transparent and borderless",default:"false",type:"boolean",description_zh:"使折叠面板透明且无边框",version:"4.4.0"},size:{value:["large","middle","small"],description:"Sets the collapse panel size",default:"middle",type:"large / middle / small",description_zh:"设置折叠面板大小",version:"5.2.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"},":items":{value:"",description:"Collapse the project content",default:"-",type:"[ItemType](#itemtype)",description_zh:"折叠项目内容",version:"5.6.0",required:!0}},methods:[],events:[{name:"onChange",description:"Toggle the callback of the panel",params:"function",description_zh:"切换面板的回调"}],typeDetail:{ItemType:[{name:"classNames",type:"Record<header | body, string>",description:"Semantic structure className",description_zh:"语义化结构 className",default:"-",version:"5.21.0"},{name:"collapsible",type:"header | icon | disabled",description:"Whether it can be collapsed or specify a collapsible trigger area",description_zh:"是否可折叠或指定可折叠触发区域",default:"-"},{name:"children",type:"ReactNode",description:"Body area content",description_zh:"body 区域内容",default:"-"},{name:"extra",type:"ReactNode",description:"Custom rendering of content in the upper right corner of each panel",description_zh:"自定义渲染每个面板右上角的内容",default:"-"},{name:"forceRender",type:"boolean",description:"Whether to render the body area DOM structure when hidden",description_zh:"被隐藏时是否渲染 body 区域 DOM 结构",default:"false"},{name:"key",type:"string | number",description:"Corresponding activeKey",description_zh:"对应 activeKey",default:"-"},{name:"label",type:"ReactNode",description:"Panel title",description_zh:"面板标题",default:"-"},{name:"showArrow",type:"boolean",description:"Whether to display arrows on the current panel (when false, collapsible cannot be set to icon)",description_zh:"是否展示当前面板上的箭头（为 false 时，collapsible 不能设为 icon）",default:"true"},{name:"styles",type:"Record<header | body, CSSProperties>",description:"Semantic structure style",description_zh:"语义化结构 style",default:"-",version:"5.21.0"}]},link:"https://ant.design/components/collapse",link_zh:"https://ant.design/components/collapse-cn"},g={name:"Collapse.Panel",props:{collapsible:{value:["header","icon","disabled"],description:"Whether it is collapsible or specifies a collapsible trigger area",default:"-",type:"header / icon / disabled",description_zh:"是否可折叠或指定可折叠触发区域",version:"4.9.0 (icon: 4.24.0)"},":extra":{value:"",description:"Customize the content in the upper-right corner of each panel",default:"-",type:"ReactNode",description_zh:"自定义渲染每个面板右上角的内容"},forceRender:{value:"",description:"Whether or not to render the body area DOM structure when hidden",default:"false",type:"boolean",description_zh:"被隐藏时是否渲染 body 区域 DOM 结构"},":header":{value:"",description:"Panel header contents",default:"-",type:"ReactNode",description_zh:"面板标题"},key:{value:"",description:"Corresponding to activeKey",default:"-",type:"string / number",description_zh:"对应 activeKey"},showArrow:{value:"",description:"Whether to display the arrows on the current panel (if false, collapsible cannot be set to icon)",default:"true",type:"boolean",description_zh:"是否展示当前面板上的箭头（为 false 时，collapsible 不能设为 icon）"}},methods:[],events:[],link:"https://ant.design/components/collapse",link_zh:"https://ant.design/components/collapse-cn"},b={name:"ColorPicker",version:"5.5.0",props:{allowClear:{value:"",description:"Allows you to clear the selected color",default:"false",type:"boolean",description_zh:"允许清除选择的颜色"},":arrow":{value:"",description:"Configure the arrows that pop up",default:"true",type:"boolean / { pointAtCenter: boolean }",description_zh:"配置弹出的箭头"},":children":{value:"",description:"Triggers for color pickers",default:"-",type:"React.ReactNode",description_zh:"颜色选择器的触发器"},":defaultValue":{value:"",description:"The default value for the color",default:"-",type:"string / Color",description_zh:"颜色默认的值"},defaultFormat:{value:"",description:"Default color format",default:"-",type:"rgb / hex / hsb",description_zh:"颜色格式默认的值",version:"5.9.0"},disabled:{value:"",description:"Disable the color picker",default:"false",type:"boolean",description_zh:"禁用颜色选择器"},disabledAlpha:{value:"",description:"Disable alpha",default:"false",type:"boolean",description_zh:"禁用透明度",version:"5.8.0"},disabledFormat:{value:"",description:"Disable format selection",default:"false",type:"boolean",description_zh:"禁用选择颜色格式"},destroyTooltipOnHide:{value:"",description:"Whether to destroy the pop-up window after it is closed",default:"false",type:"boolean",description_zh:"关闭后是否销毁弹窗",version:"5.7.0"},format:{value:"",description:"Color format",default:"hex",type:"rgb / hex / hsb",description_zh:"颜色格式"},":mode":{value:"",description:"Picker mode, used to configure single color and gradient",default:"single",type:"'single' / 'gradient' / ('single' / 'gradient')[]",description_zh:"选择器模式，用于配置单色与渐变",version:"5.20.0"},open:{value:"",description:"Whether or not to display a pop-up window",default:"false",type:"boolean",description_zh:"是否显示弹出窗口"},":presets":{value:"",description:"Preset colors",default:"-",type:"{ label: ReactNode, colors: Array<string / Color>, defaultOpen?: boolean, key?: React.Key }[]",description_zh:"预设的颜色",version:"defaultOpen: 5.11.0, key: 5.23.0"},placement:{value:"",description:"The location of the pop-up window",default:"bottomLeft",type:"top / topLeft / topRight / bottom / bottomLeft / bottomRight",description_zh:"弹出窗口的位置"},":panelRender":{value:"",description:"Customize the render panel",default:"-",type:"(panel: React.ReactNode, extra: { components: { Picker: FC; Presets: FC } }) => React.ReactNode",description_zh:"自定义渲染面板",version:"5.7.0"},":showText":{value:"",description:"Displays color text",default:"-",type:"boolean / (color: Color) => React.ReactNode",description_zh:"显示颜色文本",version:"5.7.0"},size:{value:["large","middle","small"],description:"Set the trigger size",default:"middle",type:"large / middle / small",description_zh:"设置触发器大小",version:"5.7.0"},trigger:{value:["hover","click"],description:"The trigger mode of the color picker",default:"click",type:"hover / click",description_zh:"颜色选择器的触发模式"},":value":{value:"",description:"The value of the color",default:"-",type:"string / Color",description_zh:"颜色的值",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[],typeDetail:{Color:[{name:"toCssString",description:"Convert to CSS supported format",description_zh:"转换成 CSS 支持的格式",type:"() => string",version:"5.20.0"},{name:"toHex",description:"Convert to hex format string, returns format like: 1677ff",description_zh:"转换成 `hex` 格式字符，返回格式如：1677ff",type:"() => string"},{name:"toHexString",description:"Convert to hex format color string, returns format like: #1677ff",description_zh:"转换成 `hex` 格式颜色字符串，返回格式如：`#1677ff`",type:"() => string"},{name:"toHsb",description:"Convert to hsb object",description_zh:"转换成 `hsb` 对象",type:"() => ({ h: number, s: number, b: number, a number })"},{name:"toHsbString",description:"Convert to hsb format color string, returns format like: hsb(215, 91%, 100%)",description_zh:"转换成 `hsb` 格式颜色字符串，返回格式如：`hsb(215, 91%, 100%)`",type:"() => string"},{name:"toRgb",description:"Convert to rgb object",description_zh:"转换成 `rgb` 对象",type:"() => ({ r: number, g: number, b: number, a number })"},{name:"toRgbString",description:"Convert to rgb format color string, returns format like: rgb(22, 119, 255)",description_zh:"转换成 `rgb` 格式颜色字符串，返回格式如：`rgb(22, 119, 255)`",type:"() => string"}]},events:[{name:"onChange",description:"Callbacks for color changes",params:"(value: Color, css: string) => void",description_zh:"颜色变化的回调"},{name:"onChangeComplete",description:"The callback for the completion of the color selection",params:"(value: Color) => void",description_zh:"颜色选择完成的回调，通过 onChangeComplete 对 value 受控时拖拽不会改变展示颜色",version:"5.7.0"},{name:"onFormatChange",description:"Callbacks for color format changes",params:"(format: 'hex' / 'rgb' / 'hsb') => void",description_zh:"颜色格式变化的回调"},{name:"onOpenChange",description:"Callback when 'open' is changed",params:"(open: boolean) => void",description_zh:"当 `open` 被改变时的回调"},{name:"onClear",description:"Clear callbacks",params:"() => void",description_zh:"清除的回调",version:"5.6.0"}],link:"https://ant.design/components/color-picker",link_zh:"https://ant.design/components/color-picker-cn"},z={name:"ConfigProvider",props:{autoInsertSpaceInButton:{value:"",default:"true",type:"boolean",description:"When set to false, remove the space between the 2 kanji in the button",description_zh:"设置为 false 时，移除按钮中 2 个汉字之间的空格"},componentDisabled:{value:"",default:"-",type:"boolean",description:"Sets the antd component disabled state",description_zh:"设置 antd 组件禁用状态",version:"4.21.0"},componentSize:{value:["small","middle","large"],default:"-",type:"small / middle / large",description:"Set the antd component size",description_zh:"设置 antd 组件大小"},":csp":{value:"",default:"-",type:"{ nonce: string }",description:"Set up the Content Security Policy configuration",description_zh:"设置 Content Security Policy 配置"},direction:{value:["ltr","rtl"],default:"ltr",type:"ltr / rtl",description:"Set the direction in which the text is displayed. example",description_zh:"设置文本展示方向。 示例"},":getPopupContainer":{value:"",default:"() => document.body",type:"function(triggerNode)",description:"Popovers (Select, Tooltip, Menu, etc.) render the parent node, which is rendered to the body by default.",description_zh:"弹出框（Select, Tooltip, Menu 等等）渲染父节点，默认渲染到 body 上。"},":getTargetContainer":{value:"",default:"() => window",type:"() => HTMLElement",description:"Configure the Affix and Anchor scrolling listening containers.",description_zh:"配置 Affix、Anchor 滚动监听容器。",version:"4.2.0"},iconPrefixCls:{value:"",default:"anticon",type:"string",description:"Set the icon uniform style prefix",description_zh:"设置图标统一样式前缀",version:"4.11.0"},":locale":{value:"",default:"-",type:"object",description:"Language pack configuration, the language pack can be found in the antd/locale directory",description_zh:"语言包配置，语言包可到 antd/locale 目录下寻找"},":popupMatchSelectWidth":{value:"",default:"-",type:"boolean / number",description:"The drop-down menu is the same width as the selector. By default, min-width is set and is ignored when the value is less than the width of the selection box. false, which turns off virtual scrolling",description_zh:"下拉菜单和选择器同宽。默认将设置 min-width，当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动",version:"5.5.0"},popupOverflow:{value:["viewport","scroll"],default:"viewport",type:"viewport / scroll",description:"The pop-up layer display logic of the Select class component is viewport scrolling by default, and can be configured to scroll area scrolling",description_zh:"Select 类组件弹层展示逻辑，默认为可视区域滚动，可配置成滚动区域滚动",version:"5.5.0"},prefixCls:{value:"",default:"ant",type:"string",description:"Set the uniform style prefix",description_zh:"设置统一样式前缀"},":renderEmpty":{value:"",default:"-",type:"function(componentName: string): ReactNode",description:"Customize the empty state of the component. Refer to Empty State",description_zh:"自定义组件空状态。参考 空状态"},":theme":{value:"",default:"-",type:"Theme",description:"To set up a theme, see Customizing Themes",description_zh:"设置主题，参考 定制主题",version:"5.0.0"},variant:{value:["outlined","filled","borderless"],default:"-",type:"outlined / filled / borderless",description:"Set the global input component shape variant",description_zh:"设置全局输入组件形态变体",version:"5.19.0"},virtual:{value:"",default:"-",type:"boolean",description:"Turn off virtual scrolling when set to false",description_zh:"设置 false 时关闭虚拟滚动",version:"4.3.0"},":warning":{value:"",default:"-",type:"{ strict: boolean }",description:"Set the warning level, and if strict is false, the discarded information will be aggregated into a single message",description_zh:"设置警告等级，strict 为 false 时会将废弃相关信息聚合为单条信息",version:"5.10.0"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],typeDetail:{Theme:[{name:"algorithm",description:"Theme algorithm",description_zh:"主题算法",type:"ThemeAlgorithm | ThemeAlgorithm[]",default:"defaultAlgorithm"},{name:"token",description:"Theme tokens",description_zh:"主题令牌",type:"object",default:"{}"},{name:"components",description:"Component tokens",description_zh:"组件令牌",type:"object",default:"{}"},{name:"inherit",description:"Inherit theme tokens from parent ConfigProvider",description_zh:"继承父级 ConfigProvider 中的主题令牌",type:"boolean",default:"true"}]},link:"https://ant.design/components/config-provider",link_zh:"https://ant.design/components/config-provider-cn"},_={name:"DatePicker",props:{allowClear:{default:"true",value:"",type:"boolean / { clearIcon?: ReactNode }",description:"Custom clear button",description_zh:"自定义清除按钮",version:"5.8.0: 支持对象类型"},autoFocus:{default:"false",value:"",type:"boolean",description:"Get focus by default",description_zh:"自动获取焦点"},className:{default:"-",value:"",type:"string",description:"The className of picker",description_zh:"选择器 className"},":dateRender":{value:"",description:"Customize the contents of the date cell, replace it with 'cellRender' from 5.4.0",default:"-",type:"function(currentDate: dayjs, today: dayjs) => React.ReactNode",description_zh:"自定义日期单元格的内容，5.4.0 起用 cellRender 代替",version:"< 5.4.0"},changeOnBlur:{default:"false",value:"",type:"boolean",description:"Trigger change when blur, e.g. datetime picker no longer require click confirm button",description_zh:"失去焦点时触发 change 事件，例如 datetime 下不再需要点击确认按钮"},":cellRender":{description:"Customize the contents of the cell",default:"-",value:"",type:"(current: dayjs, info: { originNode: React.ReactElement, today: DateType, range?: 'start' | 'end', type: PanelMode, locale?: Locale, subType?: 'hour' | 'minute' | 'second' | 'meridiem' }) => React.ReactNode",description_zh:"自定义单元格的内容",version:"5.4.0"},":components":{default:"-",value:"",type:"Record<Panel | 'input', React.ComponentType>",description:"Custom panel components",description_zh:"自定义面板",version:"5.14.0"},disabled:{default:"false",value:"",type:"boolean",description:"Determine whether the DatePicker is disabled",description_zh:"禁用"},":disabledDate":{description:"Specify the date that cannot be selected",default:"-",value:"",type:"(currentDate: dayjs, info: { from?: dayjs, type: Picker }) => boolean",description_zh:"不可选择的日期",version:"info: 5.14.0"},":format":{value:["[rc-picker]"],description:"Set the date format. When an array, all formats match and displayed using the first one",default:"[rc-picker]",type:"formatType",description_zh:"设置日期格式，为数组时支持多格式匹配，展示以第一个为准"},order:{default:"true",value:"",type:"boolean",description:"Auto order for multiple and range selection",description_zh:"多选、范围时是否自动排序",version:"5.14.0"},preserveInvalidOnBlur:{default:"false",value:"",type:"boolean",description:"Whether to keep invalid input when blur",description_zh:"失去焦点是否要清空输入框内无效内容",version:"5.14.0"},popupClassName:{default:"-",value:"",type:"string",description:"The className of the popup calendar",description_zh:"额外的弹出日历 className",version:"4.23.0"},":getPopupContainer":{description:"The container that defines the floating layer, defaults to a new div on the body",default:"-",value:"",type:"function(trigger)",description_zh:"定义浮层的容器，默认为 body 上新建 div"},inputReadOnly:{default:"false",value:"",type:"boolean",description:"Set the readonly attribute of the input tag (avoid virtual keyboard on touch devices)",description_zh:"设置输入框为只读（避免在移动设备上打开虚拟键盘）"},":locale":{value:["[默认配置]"],description:"Internationalization configuration",default:"[默认配置]",type:"object",description_zh:"国际化配置"},":minDate":{default:"-",value:"",type:"dayjs",description:"Min date, will also limit the panel switching range",description_zh:"最小日期，同样会限制面板的切换范围",version:"5.14.0"},":maxDate":{default:"-",value:"",type:"dayjs",description:"Max date, will also limit the panel switching range",description_zh:"最大日期，同样会限制面板的切换范围",version:"5.14.0"},mode:{default:"-",value:"",type:"time / date / month / year / decade",description:"The picker panel mode",description_zh:"日期面板的状态（设置后无法选择年份/月份？）"},needConfirm:{default:"-",value:"",type:"boolean",description:"Whether to show confirm button, when set to false, loses focus means confirm. Default to false when multiple is set",description_zh:"是否需要确认按钮，为 `false` 时失去焦点即代表选择。当设置 `multiple` 时默认为 `false`",version:"5.14.0"},":nextIcon":{value:"",description:"Customize the next icon",default:"-",type:"ReactNode",description_zh:"自定义下一个图标",version:"4.17.0"},open:{default:"false",value:"",type:"boolean",description:"Control whether the popup calendar is visible or not",description_zh:"控制弹层是否展开"},":panelRender":{description:"Customize the render panel",default:"-",value:"",type:"(panelNode) => ReactNode",description_zh:"自定义渲染面板",version:"4.5.0"},picker:{default:"date",value:"",type:"date / week / month / quarter / year",description:"Set picker type",description_zh:"设置选择器类型",version:"quarter: 4.1.0"},placeholder:{value:"",description:"Input box prompt text",default:"-",type:"string / [string, string]",description_zh:"输入框提示文字"},placement:{default:"bottomLeft",value:"",type:"bottomLeft / bottomRight / topLeft / topRight",description:"The position where the popup calendar will appear",description_zh:"选择框弹出的位置"},":popupStyle":{value:"",description:"Additional style for popup calendar",default:"{}",type:"CSSProperties",description_zh:"额外的弹出日历样式"},":prefix":{default:"-",value:"",type:"ReactNode",description:"Custom prefix",description_zh:"自定义前缀",version:"5.22.0"},":prevIcon":{description:"Customize the previous icon",default:"-",value:"",type:"ReactNode",description_zh:"自定义上一个图标",version:"4.17.0"},":presets":{value:"",description:"Preset time range shortcut. Value support function return from 5.8.0",default:"-",type:"{ label: React.ReactNode, value: Dayjs | (() => Dayjs) }[]",description_zh:"预设时间范围快捷选择, 自 5.8.0 起 value 支持函数返回值"},size:{default:"-",value:"",type:"large / middle / small",description:"To set the size of the input box, large 40px, middle 32px, small 24px",description_zh:"输入框大小，large 高度为 40px，small 为 24px，默认是 32px"},status:{default:"-",value:"",type:"error / warning",description:"Set validation status",description_zh:"设置校验状态",version:"4.19.0"},":style":{default:"{}",value:"",type:"CSSProperties",description:"Custom input style",description_zh:"自定义输入框样式"},":suffixIcon":{default:"-",value:"",type:"ReactNode",description:"Custom suffix icon",description_zh:"自定义的选择框后缀图标"},":superNextIcon":{default:"-",value:"",type:"ReactNode",description:"Custom >> icon",description_zh:"自定义 >> 切换图标",version:"4.17.0"},":superPrevIcon":{default:"-",value:"",type:"ReactNode",description:"Custom << icon",description_zh:"自定义 << 切换图标",version:"4.17.0"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"Variants of picker",description_zh:"形态变体",version:"5.13.0 | underlined: 5.24.0"},":defaultPickerValue":{default:"-",value:"",type:"dayjs",description:"Default panel date, which will be reset when panel open",description_zh:"默认面板日期，每次面板打开时会被重置到该日期",version:"5.14.0"},":defaultValue":{default:"-",value:"",type:"dayjs",description:"Default date, if start time or end time is null or undefined, the date range will be an open interval",description_zh:"默认日期，如果开始时间或结束时间为 null 或者 undefined，日期范围将是一个开区间"},":disabledTime":{default:"-",value:"",type:"function(date)",description:"Disable part of time selection",description_zh:"不可选择的时间"},multiple:{default:"false",value:"",type:"boolean",description:"Whether to support multiple selection, does not support showTime",description_zh:"是否为多选，不支持 showTime",version:"5.14.0"},":pickerValue":{default:"-",value:"",type:"dayjs",description:"Panel date, can be used to control panel switching date. Works with onPanelChange",description_zh:"面板日期，可以用于受控切换面板所在日期。配合 onPanelChange 使用",version:"5.14.0"},":renderExtraFooter":{default:"-",value:"",type:"(mode) => React.ReactNode",description:"Render extra footer in panel",description_zh:"在面板中添加额外的页脚"},showNow:{default:"-",value:"",type:"boolean",description:"Show quick shortcut to select current date/time",description_zh:'当设定了 showTime 的时候，面板是否显示"此刻"按钮'},":showTime":{default:"[TimePicker Options]",value:"",type:"Object / boolean",description:"Add time selection options",description_zh:"增加时间选择功能"},":showTime.defaultValue":{default:"dayjs()",value:"",type:"dayjs",description:"Set default time when user select date",description_zh:"设置用户选择日期时默认的时分秒"},showToday:{default:"true",value:"",type:"boolean",description:"Whether to show 'Today' button",description_zh:'是否展示"今天"按钮'},showWeek:{default:"false",value:"",type:"boolean",description:"Show week number in DatePicker",description_zh:"DatePicker 下展示当前周",version:"5.14.0"},":value":{default:"-",value:"",type:"dayjs",description:"Current date",description_zh:"日期",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove focus",description_zh:"移除焦点",params:"()"},{name:"focus",description:"Get focus",description_zh:"获取焦点",params:"()"}],link:"https://ant.design/components/date-picker-cn",link_zh:"https://ant.design/components/date-picker-cn",events:[{name:"onOpenChange",description:"Callback when popup open/close",description_zh:"弹出日历和关闭日历的回调",params:"function(open)"},{name:"onPanelChange",description:"Callback when panel switching",description_zh:"日历面板切换的回调",params:"function(value, mode)"},{name:"onChange",description:"Callback when date is changed",description_zh:"时间发生变化的回调",params:"function(date: dayjs, dateString: string)"},{name:"onOk",description:"Callback when click OK button",description_zh:"点击确定按钮的回调",params:"function()"}],typeDetail:{formatType:"string | (value: Dayjs) => string | string[]",PanelMode:"'time' | 'date' | 'week' | 'month' | 'quarter' | 'year' | 'decade'"},suggestions:[]},w={name:"Descriptions",props:{bordered:{value:"",description:"Whether or not to display borders",default:"false",type:"boolean",description_zh:"是否展示边框"},colon:{value:"",description:"Configure the default value for 'colon' for 'Descriptions.Item'. Indicates whether to display a colon after the label",default:"true",type:"boolean",description_zh:"配置 `Descriptions.Item` 的 `colon` 的默认值。表示是否显示 label 后面的冒号"},":column":{value:"",description:"The number of 'DescriptionItems' in a row, which can be written as pixel values or as responsive objects '{ xs: 8, sm: 16, md: 24}'",default:"3",type:"number / [Record<Breakpoint, number>]",description_zh:"一行的 `DescriptionItems` 数量，可以写成像素值或支持响应式的对象写法 `{ xs: 8, sm: 16, md: 24}`"},":contentStyle":{value:"",description:"Customize content styles, please use 'styles={{ content: {} }}' instead",default:"-",type:"CSSProperties",description_zh:"自定义内容样式，请使用 `styles={{ content: {} }}` 替换",version:"4.10.0",deprecated:!0},":extra":{value:"",description:"Describes the action area of the list, which is displayed in the upper right",default:"-",type:"ReactNode",description_zh:"描述列表的操作区域，显示在右上方",version:"4.5.0"},":items":{value:"",description:"Description list item content",default:"-",type:"DescriptionsItem[]",description_zh:"描述列表项内容",version:"5.8.0"},":labelStyle":{value:"",description:"Customize label styles, please use 'styles={{ label: {} }}' instead",default:"-",type:"CSSProperties",description_zh:"自定义标签样式，请使用 `styles={{ label: {} }}` 替换",version:"4.10.0",deprecated:!0},layout:{value:["horizontal","vertical"],description:"Describe the layout",default:"horizontal",type:"horizontal / vertical",description_zh:"描述布局"},size:{value:["default","middle","small"],description:"Set the size of the list. Can be set to 'middle', small, or left blank (only 'bordered={true}' will work)",default:"-",type:"default / middle / small",description_zh:"设置列表的大小。可以设置为 `middle` 、small, 或不填（只有设置 `bordered={true}` 生效）"},":title":{value:"",description:"A title that describes the list, appearing at the very top",default:"-",type:"ReactNode",description_zh:"描述列表的标题，显示在最顶部"},":classNames":{value:"",description:"Semantic structure class",default:"-",type:"Record<SemanticDOM, string>",description_zh:"语义化结构 class",version:"5.23.0"},":styles":{value:"",description:"Semantic structure style",default:"-",type:"Record<SemanticDOM, CSSProperties>",description_zh:"语义化结构 style",version:"5.23.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],suggestions:["Descriptions.Item"],typeDetail:{DescriptionsItem:"Description list item content",SemanticDOM:"Semantic DOM structure property details"},link:"https://ant.design/components/descriptions",link_zh:"https://ant.design/components/descriptions-cn"},C={name:"Descriptions.Item",props:{":contentStyle":{value:"",description:"Customize content styles, please use `styles={{ content: {} }}` instead",default:"-",type:"CSSProperties",description_zh:"自定义内容样式，请使用 `styles={{ content: {} }}` 替换",version:"4.9.0",deprecated:!0},":label":{value:"",description:"Description of the content",default:"-",type:"ReactNode",description_zh:"内容的描述"},":labelStyle":{value:"",description:"Customize label styles, please use `styles={{ label: {} }}` instead",default:"-",type:"CSSProperties",description_zh:"自定义标签样式，请使用 `styles={{ label: {} }}` 替换",version:"4.9.0",deprecated:!0},":span":{value:"",description:"The number of columns included ('filled' fills the remaining portion of the current row)",default:"1",type:"number / filled / [Screens](/components/grid#col)",description_zh:"包含列的数量（`filled` 铺满当前行剩余部分）",version:"screens: 5.9.0, filled: 5.22.0"}},methods:[],events:[],link:"https://ant.design/components/descriptions",link_zh:"https://ant.design/components/descriptions-cn"},k={name:"Divider",description:"区隔内容的分割线。",description_zh:"区隔内容的分割线。",props:{":children":{default:"-",value:"",type:"ReactNode",description:"Nested title",description_zh:"嵌套的标题"},className:{default:"-",value:"",type:"string",description:"Divider style class",description_zh:"分割线样式类"},dashed:{default:"false",value:"",type:"boolean",description:"Whether line is dashed",description_zh:"是否虚线"},variant:{default:"solid",value:"",type:"dashed / dotted / solid",description:"Whether the divider is a dashed, dotted or solid line",description_zh:"分割线是虚线、点线还是实线",version:"5.20.0"},orientation:{default:"center",value:"",type:"start / end / center",description:"Position of title inside divider",description_zh:"分割线标题的位置",version:"start end: 5.24.0"},":orientationMargin":{default:"-",value:"",type:"string / number",description:"The margin between title and nearest border, while the orientation must be 'start' or 'end'. If a string number without unit is passed, the unit would be 'px'",description_zh:"标题和最近 left/right 边框之间的距离，去除了分割线，同时 orientation 不能为 center。如果传入 string 类型的数字且不带单位，默认单位是 px"},plain:{default:"false",value:"",type:"boolean",description:"Whether line text is shown in plain style",description_zh:"文字是否显示为普通正文样式",version:"4.2.0"},":style":{default:"-",value:"",type:"CSSProperties",description:"Style object of divider",description_zh:"分割线样式对象"},type:{default:"horizontal",value:"",type:"horizontal / vertical",description:"Direction type of divider",description_zh:"水平还是垂直类型"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/divider-cn",link_zh:"https://ant.design/components/divider-cn",events:[],typeDetail:{}},S={name:"Drawer",props:{autoFocus:{value:"",default:"true",type:"boolean",description:"Does the drawer switch the focus to its DOM node after unfolding?",description_zh:"抽屉展开后是否将焦点切换至其 DOM 节点",version:"4.17.0"},":afterOpenChange":{value:"",default:"-",type:"function(open)",description:"The callback after the animation when switching drawers",description_zh:"切换抽屉时动画结束后的回调"},className:{value:"",default:"-",type:"string",description:"Drawer container outer className setting, if you need to set the outermost layer, please use rootClassName",description_zh:"Drawer 容器外层 className 设置，如果需要设置最外层，请使用 rootClassName"},":classNames":{value:"",default:"-",type:"Record<SemanticDOM, string>",description:"Semantic structure className",description_zh:"语义化结构 className",version:"5.10.0"},":styles":{value:"",default:"-",type:"Record<SemanticDOM, CSSProperties>",description:"Semantic structure style",description_zh:"语义化结构 style",version:"5.10.0"},":closeIcon":{value:"",default:"<CloseOutlined />",type:"boolean / ReactNode",description:"Custom close icon. 5.7.0: Hide the close button when set to null or false",description_zh:"自定义关闭图标。5.7.0：设置为 null 或 false 时隐藏关闭按钮"},":contentWrapperStyle":{value:"",default:"-",type:"CSSProperties",description:"It can be used to set the style of the content part of the Drawer package.",description_zh:"可用于设置 Drawer 包裹内容部分的样式"},destroyOnClose:{value:"",default:"false",type:"boolean",description:"Destroy the child elements in the Drawer when closing",description_zh:"关闭时销毁 Drawer 里的子元素"},":extra":{value:"",default:"-",type:"ReactNode",description:"The operation area in the upper right corner of the drawer",description_zh:"抽屉右上角的操作区域",version:"4.17.0"},":footer":{value:"",default:"-",type:"ReactNode",description:"The footer of the drawer",description_zh:"抽屉的页脚"},forceRender:{value:"",default:"false",type:"boolean",description:"Pre-rendered Drawer internal elements",description_zh:"预渲染 Drawer 内元素"},":getContainer":{value:"",default:"body",type:"HTMLElement / () => HTMLElement / Selectors / false",description:"Specify the node mounted by Drawer and display it in the container. false is mounted at the current position.",description_zh:"指定 Drawer 挂载的节点，并在容器内展现，false 为挂载在当前位置"},":height":{value:"",default:"378",type:"string / number",description:"Height, used when placement is top or bottom",description_zh:"高度，在 placement 为 top 或 bottom 时使用"},keyboard:{value:"",default:"true",type:"boolean",description:"Whether to support keyboard esc close",description_zh:"是否支持键盘 esc 关闭"},mask:{value:"",default:"true",type:"boolean",description:"Whether to display the mask",description_zh:"是否展示遮罩"},maskClosable:{value:"",default:"true",type:"boolean",description:"Click whether the mask layer is allowed to be closed",description_zh:"点击蒙层是否允许关闭"},placement:{value:["top","right","bottom","left"],default:"right",type:"top / right / bottom / left",description:"drawer direction",description_zh:"抽屉的方向"},":push":{value:"",default:"{ distance: 180 }",type:"boolean / { distance: string / number }",description:"Used to set the push behavior of multi-layer Drawer",description_zh:"用于设置多层 Drawer 的推动行为",version:"4.5.0"},":rootStyle":{value:"",default:"-",type:"CSSProperties",description:"Can be used to set the style of the outermost container of Drawer. The difference from style is that the effect node includes mask",description_zh:"可用于设置 Drawer 最外层容器的样式，和 style 的区别是作用节点包括 mask"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"},size:{value:["default","large"],default:"default",type:"default / large",description:"Default drawer width (or height), default 378px and large 736px",description_zh:"预设抽屉宽度（或高度），default 378px 和 large 736px",version:"4.17.0"},":style":{value:"",default:"-",type:"CSSProperties",description:"Design the Drawer container style. If you only need to set the content part, please use styles.body",description_zh:"设计 Drawer 容器样式，如果你只需要设置内容部分请使用 styles.body"},":title":{value:"",default:"-",type:"ReactNode",description:"title",description_zh:"标题"},loading:{value:"",default:"false",type:"boolean",description:"Show skeleton screen",description_zh:"显示骨架屏",version:"5.17.0"},open:{value:"",default:"-",type:"boolean",description:"Is Drawer visible?",description_zh:"Drawer 是否可见",required:!0},":width":{value:"",default:"378",type:"string / number",description:"width",description_zh:"宽度"},":zIndex":{value:"",default:"1000",type:"number",description:"Set Drawer's z-index",description_zh:"设置 Drawer 的 z-index"},":drawerRender":{value:"",default:"-",type:"(node: ReactNode) => ReactNode",description:"Custom drawer renderer",description_zh:"自定义渲染抽屉",version:"5.18.0"}},methods:[],events:[{name:"onClose",description:"Click the callback of the mask layer or the top left corner cross or cancel button",params:"function(e)",description_zh:"点击遮罩层或左上角叉或取消按钮的回调",value:""}],typeDetail:{SemanticDOM:[{name:"header",description:"Header section of drawer",description_zh:"抽屉头部区域",type:"CSSProperties | string"},{name:"body",description:"Body section of drawer",description_zh:"抽屉内容区域",type:"CSSProperties | string"},{name:"footer",description:"Footer section of drawer",description_zh:"抽屉底部区域",type:"CSSProperties | string"},{name:"mask",description:"Mask layer of drawer",description_zh:"抽屉遮罩层",type:"CSSProperties | string"},{name:"wrapper",description:"Wrapper of drawer content",description_zh:"抽屉内容包装器",type:"CSSProperties | string"}]},link:"https://ant.design/components/drawer",link_zh:"https://ant.design/components/drawer-cn"},N={name:"Dropdown",description:"向下弹出的列表。",description_zh:"向下弹出的列表。",props:{":arrow":{default:"false",value:"",type:"boolean / { pointAtCenter: boolean }",description:"下拉框箭头是否显示",description_zh:"下拉框箭头是否显示"},autoAdjustOverflow:{default:"true",value:"",type:"boolean",description:"下拉框被遮挡时自动调整位置",description_zh:"下拉框被遮挡时自动调整位置",version:"5.2.0"},autoFocus:{default:"false",value:"",type:"boolean",description:"打开后自动聚焦下拉框",description_zh:"打开后自动聚焦下拉框",version:"4.21.0"},disabled:{default:"false",value:"",type:"boolean",description:"菜单是否禁用",description_zh:"菜单是否禁用"},destroyPopupOnHide:{default:"false",value:"",type:"boolean",description:"关闭后是否销毁 Dropdown",description_zh:"关闭后是否销毁 Dropdown"},":dropdownRender":{default:"-",value:"",type:"(menus: ReactNode) => ReactNode",description:"自定义下拉框内容",description_zh:"自定义下拉框内容",version:"4.24.0"},":getPopupContainer":{default:"() => document.body",value:"",type:"(triggerNode: HTMLElement) => HTMLElement",description:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位。示例",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位。示例"},":menu":{default:"-",value:"",type:"MenuProps",description:"菜单配置项",description_zh:"菜单配置项",version:"4.24.0",required:!0},overlayClassName:{default:"-",value:"",type:"string",description:"下拉根元素的类名称",description_zh:"下拉根元素的类名称"},":overlayStyle":{default:"-",value:"",type:"CSSProperties",description:"下拉根元素的样式",description_zh:"下拉根元素的样式"},placement:{default:"bottomLeft",value:"",type:"string",description:"菜单弹出位置：bottom bottomLeft bottomRight top topLeft topRight",description_zh:"菜单弹出位置：bottom bottomLeft bottomRight top topLeft topRight"},":trigger":{default:"[hover]",value:"",type:"Array<click / hover / contextMenu>",description:"触发下拉的行为，移动端不支持 hover",description_zh:"触发下拉的行为，移动端不支持 hover"},open:{default:"false",value:"",type:"boolean",description:"菜单是否显示，小于 4.23.0 使用 visible（为什么?）",description_zh:"菜单是否显示，小于 4.23.0 使用 visible（为什么?）",version:"4.23.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/dropdown-cn",link_zh:"https://ant.design/components/dropdown-cn",events:[{name:"onOpenChange",description:"菜单显示状态改变时调用，点击菜单按钮导致的消失不会触发。小于 4.23.0 使用 onVisibleChange（为什么?）",description_zh:"菜单显示状态改变时调用，点击菜单按钮导致的消失不会触发。小于 4.23.0 使用 onVisibleChange（为什么?）",params:"(open: boolean, info: { source: 'trigger' / 'menu' }) => void",version:"info.source: 5.11.0"}],typeDetail:{MenuProps:"请参考 Menu 组件的 API"}},$e={name:"Dropdown.Button",description:"带下拉菜单的按钮。",description_zh:"带下拉菜单的按钮。",props:{":arrow":{default:"false",value:"",type:"boolean / { pointAtCenter: boolean }",description:"下拉框箭头是否显示",description_zh:"下拉框箭头是否显示"},autoAdjustOverflow:{default:"true",value:"",type:"boolean",description:"下拉框被遮挡时自动调整位置",description_zh:"下拉框被遮挡时自动调整位置",version:"5.2.0"},autoFocus:{default:"false",value:"",type:"boolean",description:"打开后自动聚焦下拉框",description_zh:"打开后自动聚焦下拉框",version:"4.21.0"},":buttonsRender":{default:"-",value:"",type:"(buttons: ReactNode[]) => ReactNode[]",description:"自定义左右两个按钮",description_zh:"自定义左右两个按钮"},disabled:{default:"-",value:"",type:"boolean",description:"菜单是否禁用",description_zh:"菜单是否禁用"},destroyPopupOnHide:{default:"false",value:"",type:"boolean",description:"关闭后是否销毁 Dropdown",description_zh:"关闭后是否销毁 Dropdown"},":dropdownRender":{default:"-",value:"",type:"(menus: ReactNode) => ReactNode",description:"自定义下拉框内容",description_zh:"自定义下拉框内容",version:"4.24.0"},danger:{default:"false",value:"",type:"boolean",description:"设置危险按钮",description_zh:"设置危险按钮",version:"4.23.0"},":getPopupContainer":{default:"() => document.body",value:"",type:"(triggerNode: HTMLElement) => HTMLElement",description:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位。示例",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位。示例"},":icon":{default:"-",value:"",type:"ReactNode",description:"右侧的 icon",description_zh:"右侧的 icon"},":loading":{default:"false",value:"",type:"boolean / { delay: number, icon: ReactNode }",description:"设置按钮载入状态，和 Button 一致",description_zh:"设置按钮载入状态，和 Button 一致",version:"icon: 5.23.0"},":menu":{default:"-",value:"",type:"MenuProps",description:"菜单配置项",description_zh:"菜单配置项",version:"4.24.0",required:!0},open:{default:"-",value:"",type:"boolean",description:"菜单是否显示，小于 4.23.0 使用 visible（为什么?）",description_zh:"菜单是否显示，小于 4.23.0 使用 visible（为什么?）",version:"4.23.0"},overlayClassName:{default:"-",value:"",type:"string",description:"下拉根元素的类名称",description_zh:"下拉根元素的类名称"},":overlayStyle":{default:"-",value:"",type:"CSSProperties",description:"下拉根元素的样式",description_zh:"下拉根元素的样式"},placement:{default:"bottomLeft",value:"",type:"string",description:"菜单弹出位置：bottom bottomLeft bottomRight top topLeft topRight",description_zh:"菜单弹出位置：bottom bottomLeft bottomRight top topLeft topRight"},size:{default:"middle",value:"",type:"large / middle / small",description:"按钮大小，和 Button 一致",description_zh:"按钮大小，和 Button 一致"},":trigger":{default:"[hover]",value:"",type:"Array<click / hover / contextMenu>",description:"触发下拉的行为，移动端不支持 hover",description_zh:"触发下拉的行为，移动端不支持 hover"},type:{default:"default",value:"",type:"primary / dashed / link / text / default",description:"按钮类型，和 Button 一致",description_zh:"按钮类型，和 Button 一致"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/dropdown-cn#dropdownbutton",link_zh:"https://ant.design/components/dropdown-cn#dropdownbutton",events:[{name:"onClick",description:"点击左侧按钮的回调，和 Button 一致",description_zh:"点击左侧按钮的回调，和 Button 一致",params:"(event: React.MouseEvent<HTMLElement, MouseEvent>) => void"},{name:"onOpenChange",description:"菜单显示状态改变时调用，点击菜单按钮导致的消失不会触发。小于 4.23.0 使用 onVisibleChange（为什么?）",description_zh:"菜单显示状态改变时调用，点击菜单按钮导致的消失不会触发。小于 4.23.0 使用 onVisibleChange（为什么?）",params:"(open: boolean, info: { source: 'trigger' / 'menu' }) => void",version:"info.source: 5.11.0"}],typeDetail:{MenuProps:"请参考 Menu 组件的 API"}},x={name:"Empty",props:{":description":{value:"",description:"Customize the description",default:"-",type:"ReactNode",description_zh:"自定义描述内容"},":image":{value:"",description:"Set the display image to String to indicate a custom image address.",default:"`Empty.PRESENTED_IMAGE_DEFAULT`",type:"ReactNode",description_zh:"设置显示图片，为 string 时表示自定义图片地址。"},":imageStyle":{value:"",description:"Picture style",default:"-",type:"CSSProperties",description_zh:"图片样式"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],description:"You can place elements inside Empty to render as content: `<Empty><Button>Create</Button></Empty>`",description_zh:"可以在 Empty 内部嵌套其他元素作为内容: `<Empty><Button>创建</Button></Empty>`",link:"https://ant.design/components/empty",link_zh:"https://ant.design/components/empty-cn"},R={name:"Flex",description:"Flex 布局容器，用于设置子元素的布局方式。",description_zh:"Flex 布局容器，用于设置子元素的布局方式。",version:"5.10.0",props:{vertical:{default:"false",value:"",type:"boolean",description:"Whether the flex direction is vertical, using flex-direction: column",description_zh:"flex 主轴的方向是否垂直，使用 flex-direction: column"},wrap:{default:"nowrap",value:"",type:"nowrap / wrap / wrap-reverse / boolean",description:"Set whether the element is displayed in a single line or in multiple lines",description_zh:"设置元素单行显示还是多行显示",version:"boolean: 5.17.0"},justify:{default:"normal",value:"",type:"normal / flex-start / flex-end / center / space-between / space-around / space-evenly / stretch / start / end / baseline",description:"Set the alignment of elements in the main axis direction",description_zh:"设置元素在主轴方向上的对齐方式"},align:{default:"normal",value:"",type:"normal / flex-start / flex-end / center / space-between / space-around / stretch / baseline / start / end",description:"Set the alignment of elements in the cross axis direction",description_zh:"设置元素在交叉轴方向上的对齐方式"},flex:{default:"normal",value:"",type:"string / number",description:"Flex CSS shorthand property",description_zh:"flex CSS 简写属性"},":gap":{default:"-",value:"",type:"small / middle / large / string / number",description:"Set the gap between grid items",description_zh:"设置网格之间的间隙"},":component":{default:"div",value:"",type:"React.ComponentType",description:"Custom element type",description_zh:"自定义元素类型"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/flex-cn",link_zh:"https://ant.design/components/flex-cn",events:[],typeDetail:{"flex-wrap":[{name:"nowrap",description:"All flex items will be on one line",description_zh:"所有 flex 项目都将在一行"},{name:"wrap",description:"Flex items will wrap onto multiple lines, from top to bottom",description_zh:"flex 项目将在必要时换行，从上到下"},{name:"wrap-reverse",description:"Flex items will wrap onto multiple lines from bottom to top",description_zh:"flex 项目将在必要时换行，从下到上"}],"justify-content":[{name:"normal",description:"Default value, items are packed in their default position",description_zh:"默认值，项目按默认位置排列"},{name:"flex-start",description:"Items are packed toward the start of the flex-direction",description_zh:"项目位于容器的开头"},{name:"flex-end",description:"Items are packed toward the end of the flex-direction",description_zh:"项目位于容器的结尾"},{name:"center",description:"Items are centered along the line",description_zh:"项目位于容器的中心"},{name:"space-between",description:"Items are evenly distributed; first item at the start, last item at the end",description_zh:"项目位于各行之间留有空白的容器内"},{name:"space-around",description:"Items are evenly distributed with equal space around each item",description_zh:"项目位于各行之前、之间、之后都留有空白的容器内"},{name:"space-evenly",description:"Items are distributed so that the spacing between any two items is equal",description_zh:"项目分布使任何两个项目之间的空间相等"}],"align-items":[{name:"normal",description:"Default value, items are stretched to fit the container",description_zh:"默认值，项目被拉伸以适应容器"},{name:"flex-start",description:"Items are placed at the start of the cross axis",description_zh:"项目位于容器的交叉轴开头"},{name:"flex-end",description:"Items are placed at the end of the cross axis",description_zh:"项目位于容器的交叉轴结尾"},{name:"center",description:"Items are centered along the cross axis",description_zh:"项目在交叉轴居中"},{name:"baseline",description:"Items are aligned such as their baselines align",description_zh:"项目的第一行文字的基线对齐"},{name:"stretch",description:"Items are stretched to fit the container",description_zh:"项目被拉伸以适应容器"}]}},T={name:"FloatButton",description:"FloatButton component is used to add an action button to the page.",description_zh:"悬浮按钮组件，用于为页面添加一个操作按钮。",version:"5.0.0",props:{":icon":{default:"-",value:"",type:"ReactNode",description:"Custom icon",description_zh:"自定义图标"},":description":{default:"-",value:"",type:"ReactNode",description:"Text and other content",description_zh:"文字及其它内容"},":tooltip":{default:"-",value:"",type:"ReactNode / () => ReactNode",description:"Content of tooltip",description_zh:"气泡卡片的内容"},type:{default:"default",value:"",type:"default / primary",description:"Set button type",description_zh:"设置按钮类型"},shape:{default:"circle",value:"",type:"circle / square",description:"Set button shape",description_zh:"设置按钮形状"},href:{default:"-",value:"",type:"string",description:"The target of hyperlink, same as a tag",description_zh:"点击跳转的地址，指定此属性 button 的行为和 a 链接一致"},target:{default:"-",value:"",type:"string",description:"Same as target attribute of a tag, works when href is specified",description_zh:"相当于 a 标签的 target 属性，href 存在时生效"},htmlType:{default:"button",value:"",type:"submit / reset / button",description:"Set the original html type of button, see: MDN",description_zh:"设置 button 原生的 type 值，可选值请参考 HTML 标准",version:"5.21.0"},":badge":{default:"-",value:"",type:"BadgeProps",description:"Badge configuration (does not support status and related properties)",description_zh:"带徽标数字的悬浮按钮（不支持 status 以及相关属性）",version:"5.4.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/float-button-cn",link_zh:"https://ant.design/components/float-button-cn",events:[{name:"onClick",description:"Callback when button is clicked",description_zh:"点击按钮时的回调",params:"(event) => void"}],typeDetail:{BadgeProps:"See BadgeProps API documentation at /components/badge-cn#api"},suggestions:["FloatButton.Group","FloatButton.BackTop"]},D={name:"FloatButton.BackTop",props:{":duration":{default:"450",value:"",type:"number",description:"回到顶部所需时间（ms）",description_zh:"回到顶部所需时间（ms）"},":target":{default:"() => window",value:"",type:"() => HTMLElement",description:"设置需要监听其滚动事件的元素",description_zh:"设置需要监听其滚动事件的元素"},":visibilityHeight":{default:"400",value:"",type:"number",description:"滚动高度达到此参数值才出现 BackTop",description_zh:"滚动高度达到此参数值才出现 BackTop"}},methods:[],link:"https://ant.design/components/float-button-cn#api",link_zh:"https://ant.design/components/float-button-cn#api",events:[{name:"onClick",description:"点击按钮的回调函数",description_zh:"点击按钮的回调函数",params:"() => void"}],typeDetail:{}},P={name:"FloatButton.Group",description:"FloatButton grouping container, can be used to group multiple float buttons.",description_zh:"悬浮按钮组合容器，可以用来将多个悬浮按钮组合在一起。",version:"5.0.0",props:{shape:{default:"circle",value:"",type:"circle / square",description:"Set the shape of FloatButton",description_zh:"设置包含的 FloatButton 按钮形状"},trigger:{default:"-",value:"",type:"click / hover",description:"Trigger mode (menu mode when specified)",description_zh:"触发方式（有触发方式为菜单模式）"},open:{default:"-",value:"",type:"boolean",description:"Controlled open state, need to be used with trigger",description_zh:"受控展开，需配合 trigger 一起使用"},":closeIcon":{default:"<CloseOutlined />",value:"",type:"ReactNode",description:"Custom close icon",description_zh:"自定义关闭按钮"},placement:{default:"top",value:"",type:"top / left / right / bottom",description:"Custom menu popup position",description_zh:"自定义菜单弹出位置",version:"5.21.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/float-button-cn#floatbuttongroup",link_zh:"https://ant.design/components/float-button-cn#floatbuttongroup",events:[{name:"onOpenChange",description:"Callback when open state changes, need to be used with trigger",description_zh:"展开收起时的回调，需配合 trigger 一起使用",params:"(open: boolean) => void"},{name:"onClick",description:"Callback when button is clicked (only valid in menu mode)",description_zh:"点击按钮时的回调（仅在菜单模式中有效）",params:"(event) => void",version:"5.3.0"}],typeDetail:{},suggestions:["FloatButton","FloatButton.BackTop"]},I={name:"Form",props:{colon:{value:"",description:"Configure the default value for 'colon' for Form.Item. Indicates whether to display a colon after label (only valid if the property layout is horizontal)",default:"true",type:"boolean",description_zh:"配置 Form.Item 的 `colon` 的默认值。表示是否显示 label 后面的冒号 (只有在属性 layout 为 horizontal 时有效)"},disabled:{value:"",description:"Set the form component to be disabled, only for the antd component",default:"false",type:"boolean",description_zh:"设置表单组件禁用，仅对 antd 组件有效",version:"4.21.0"},":component":{value:"",description:"Set the Form render element to 'false' to create no DOM node",default:"form",type:"ComponentType / false",description_zh:"设置 Form 渲染元素，为 `false` 则不创建 DOM 节点"},":fields":{value:"",description:"Control form fields through state management (e.g., Redux), which is not recommended if not strongly demanded",default:"-",type:"FieldData[]",description_zh:"通过状态管理（如 redux）控制表单字段，如非强需求不推荐使用"},":form":{value:"",description:"A control instance of form created by 'Form.useForm()' is automatically created when not available",default:"-",type:"FormInstance",description_zh:"经 `Form.useForm()` 创建的 form 控制实例，不提供时会自动创建"},":feedbackIcons":{value:"",description:"Custom icons when Form.Item has hasFeedback property",default:"-",type:"FeedbackIcons",description_zh:"当 `Form.Item` 有 `hasFeedback` 属性时可以自定义图标",version:"5.9.0"},":initialValues":{value:"",description:"The form default, which only takes effect when initialized and reset",default:"-",type:"object",description_zh:"表单默认值，只有初始化以及重置时生效"},labelAlign:{value:["left","right"],description:"The text alignment of the label label",default:"right",type:"left / right",description_zh:"label 标签的文本对齐方式"},labelWrap:{value:"",description:"The way the text wraps for label labels",default:"false",type:"boolean",description_zh:"label 标签的文本换行方式",version:"4.18.0"},":labelCol":{value:"",description:"label layout, with the ''' component, set the 'span' 'offset' value, such as '{span: 3, offset: 12}' <Col>or 'sm: {span: 3, offset: 12}'",default:"-",type:"object",description_zh:"label 标签布局，同 `<Col>` 组件，设置 `span` `offset` 值，如 `{span: 3, offset: 12}` 或 `sm: {span: 3, offset: 12}`"},layout:{value:"",description:"Form layout",default:"horizontal",type:"horizontal / vertical / inline",description_zh:"表单布局"},name:{value:"",description:"The form name, which is prefixed with the form field 'id'",default:"-",type:"string",description_zh:"表单名称，会作为表单字段 `id` 前缀使用"},preserve:{value:"",description:"When a field is deleted, the field value is retained",default:"true",type:"boolean",description_zh:"当字段被删除时保留字段值",version:"4.4.0"},":requiredMark":{value:"",description:"Required style, which can be switched to a required or optional display style. This is a Form configuration and cannot be configured separately for Form.Item",default:"true",type:"boolean / optional / ((label: ReactNode, info: { required: boolean }) => ReactNode)",description_zh:"必选样式，可以切换为必选或者可选展示样式。此为 Form 配置，Form.Item 无法单独配置",version:"`renderProps`: 5.9.0"},":scrollToFirstError":{value:"",description:"Submission failures automatically scroll to the first error field",default:"false",type:"boolean / Options / { focus: boolean }",description_zh:"提交失败自动滚动到第一个错误字段",version:"focus: 5.24.0"},size:{value:"",description:"Set the size of the field component (antd component only)",default:"-",type:"small / middle / large",description_zh:"设置字段组件的尺寸（仅限 antd 组件）"},":validateMessages":{value:"",description:"Validation prompt template",default:"-",type:"ValidateMessages",description_zh:"验证提示模板"},validateTrigger:{value:"",description:"Uniformly set when a field triggers validation",default:"onChange",type:"string / string[]",description_zh:"统一设置字段触发验证的时机",version:"4.3.0"},variant:{value:"",description:"Form inner control variant",default:"outlined",type:"outlined / borderless / filled / underlined",description_zh:"表单内控件变体",version:"5.13.0"},":wrapperCol":{value:"",description:"Use this property when you need to style a layout for an input control, and use it in the same way as labelCol",default:"-",type:"object",description_zh:"需要为输入控件设置布局样式时，使用该属性，用法同 labelCol"},clearOnDestroy:{value:"",description:"Clear form values when form is unmounted",default:"false",type:"boolean",description_zh:"当表单被卸载时清空表单值",version:"5.18.0"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"clearValidate",description:"Removes the validation result of the form item. Enter the name attribute or array of name of the form item to be removed, and remove the verification result of the entire form if not",params:"(nameList?: NamePath[]) => void",description_zh:"移除表单项的校验结果。传入待移除的表单项的 name 属性或者 name 组成的数组，如不传则移除整个表单的校验结果"},{name:"resetFields",description:"Reset the entire form, reset all field values to their default values, and remove the validation results",params:"(nameList?: NamePath[]) => void",description_zh:"对整个表单进行重置，将所有字段值重置为初始值并移除校验结果"},{name:"scrollToField",description:"Scroll to the corresponding field location",params:"(name: NamePath, options: ScrollOptions) => void",description_zh:"滚动到对应字段位置"},{name:"validate",description:"Triggers form validation, same as validateFields",params:"(nameList?: NamePath[]) => Promise",description_zh:"触发表单验证, 同 validateFields"},{name:"validateFields",description:"Trigger form validation",params:"(nameList?: NamePath[], config?: ValidateConfig) => Promise",description_zh:"触发表单验证"}],events:[{name:"onFieldsChange",description:"A callback event is triggered when a field is updated",params:"function(changedFields, allFields)",description_zh:"字段更新时触发回调事件"},{name:"onFinish",description:"After the form is submitted and the data is validated, the event is called",params:"function(values)",description_zh:"提交表单且数据验证成功后回调事件"},{name:"onFinishFailed",description:"Callback events are called after the form is submitted and the data validation fails",params:"function({ values, errorFields, outOfDate })",description_zh:"提交表单且数据验证失败后回调事件"},{name:"onValuesChange",description:"A callback event is triggered when a field value is updated",params:"function(changedValues, allValues)",description_zh:"字段值更新时触发回调事件"}],exposed:[{name:"getFieldError",description:"Get error messages for corresponding field name",description_zh:"获取对应字段名的错误信息",detail:"(name: NamePath) => string[]"},{name:"getFieldInstance",description:"Get the field instance",description_zh:"获取对应字段实例",detail:"(name: NamePath) => any",version:"4.4.0"},{name:"getFieldsError",description:"Get error messages for a group of field names, returned in array form",description_zh:"获取一组字段名对应的错误信息，返回为数组形式",detail:"(nameList?: NamePath[]) => FieldError[]"},{name:"getFieldsValue",description:"Get the values corresponding to a group of field names, returned according to the corresponding structure. By default, it returns existing field values. When calling getFieldsValue(true), it returns all values",description_zh:"获取一组字段名对应的值，会按照对应结构返回。默认返回现存字段值，当调用 `getFieldsValue(true)` 时返回所有值",detail:"GetFieldsValue"},{name:"getFieldValue",description:"Get the value corresponding to the field name",description_zh:"获取对应字段名的值",detail:"(name: NamePath) => any"},{name:"isFieldsTouched",description:"Check if a group of fields has been operated on by the user, when allTouched is true, check if all fields have been operated on",description_zh:"检查一组字段是否被用户操作过，`allTouched` 为 `true` 时检查是否所有字段都被操作过",detail:"(nameList?: NamePath[], allTouched?: boolean) => boolean"},{name:"isFieldTouched",description:"Check if the corresponding field has been operated on by the user",description_zh:"检查对应字段是否被用户操作过",detail:"(name: NamePath) => boolean"},{name:"isFieldValidating",description:"Check if the corresponding field is being validated",description_zh:"检查对应字段是否正在校验",detail:"(name: NamePath) => boolean"},{name:"resetFields",description:"Reset a group of fields to initialValues",description_zh:"重置一组字段到 initialValues",detail:"(fields?: NamePath[]) => void"},{name:"scrollToField",description:"Scroll to the corresponding field position",description_zh:"滚动到对应字段位置",detail:"(name: NamePath, options: ScrollOptions | { focus: boolean }) => void",version:"focus: 5.24.0"},{name:"setFields",description:"Set a group of field statuses",description_zh:"设置一组字段状态",detail:"(fields: FieldData[]) => void"},{name:"setFieldValue",description:"Set the form value (this value will be passed directly into the form store and reset error messages. If you don't want the passed object to be modified, please clone and then pass it in)",description_zh:"设置表单的值（该值将直接传入 form store 中并且**重置错误信息**。如果你不希望传入对象被修改，请克隆后传入）",detail:"(name: NamePath, value: any) => void",version:"4.22.0"},{name:"setFieldsValue",description:"Set the form value (this value will be passed directly into the form store and reset error messages. If you don't want the passed object to be modified, please clone and then pass it in). If you just want to modify a single item value in Form.List, please use setFieldValue to specify",description_zh:"设置表单的值（该值将直接传入 form store 中并且**重置错误信息**。如果你不希望传入对象被修改，请克隆后传入）。如果你只想修改 Form.List 中单项值，请通过 `setFieldValue` 进行指定",detail:"(values) => void"},{name:"submit",description:"Submit the form, same effect as clicking the submit button",description_zh:"提交表单，与点击 submit 按钮效果相同",detail:"() => void"},{name:"validateFields",description:"Trigger form validation, when recursive is set, it will recursively validate all contained paths",description_zh:"触发表单验证，设置 recursive 时会递归校验所有包含的路径",detail:"(nameList?: NamePath[], config?: ValidateConfig) => Promise"}],suggestions:["Form.Item","Form.List","Form.useForm"],link:"https://ant.design/components/form",link_zh:"https://ant.design/components/form-cn",typeDetail:{FeedbackIcons:[{name:"success",description:"Success icon",description_zh:"成功图标",type:"ReactNode",default:"-"},{name:"error",description:"Error icon",description_zh:"错误图标",type:"ReactNode",default:"-"},{name:"warning",description:"Warning icon",description_zh:"警告图标",type:"ReactNode",default:"-"},{name:"validating",description:"Validating icon",description_zh:"校验中图标",type:"ReactNode",default:"-"}],NamePath:"string | number | (string | number)[]",FieldData:[{name:"name",description:"Field name",description_zh:"字段名",type:"NamePath",default:"-"},{name:"errors",description:"Field errors",description_zh:"字段错误信息",type:"string[]",default:"-"},{name:"warnings",description:"Field warnings",description_zh:"字段警告信息",type:"string[]",default:"-"},{name:"touched",description:"Whether field has been touched",description_zh:"字段是否被用户操作过",type:"boolean",default:"-"},{name:"validating",description:"Whether field is validating",description_zh:"字段是否正在校验",type:"boolean",default:"-"},{name:"value",description:"Field value",description_zh:"字段值",type:"any",default:"-"}],ValidateConfig:[{name:"validateOnly",description:"Only validate content without displaying error messages on UI",description_zh:"仅校验内容而不会将错误信息展示到 UI 上",type:"boolean",default:"-",version:"5.5.0"},{name:"recursive",description:"Recursively validate the provided nameList and its sub-paths",description_zh:"对提供的 nameList 与其子路径进行递归校验",type:"boolean",default:"-",version:"5.9.0"},{name:"dirty",description:"Validate dirty fields (touched + validated). Using dirty can easily validate only fields that have been operated on and validated by the user",description_zh:"校验 dirty 的字段（touched + validated）。使用 dirty 可以很方便的仅校验用户操作过和被校验过的字段",type:"boolean",default:"-",version:"5.11.0"}]}},F={name:"Form.ErrorList",version:"4.7.0",props:{":errors":{default:"-",value:"",type:"ReactNode[]",description:"错误列表",description_zh:"错误列表"}},methods:[],link:"https://ant.design/components/form-cn#formerrorlist",link_zh:"https://ant.design/components/form-cn#formerrorlist",events:[],typeDetail:{}},M={name:"Form.Item",props:{colon:{value:"",description:"Used with the 'label' attribute to indicate whether a colon after 'label' is displayed",default:"true",type:"boolean",description_zh:"配合 `label` 属性使用，表示是否显示 `label` 后面的冒号"},":dependencies":{value:"",description:"Set dependency fields",default:"-",type:"NamePath[]",description_zh:"设置依赖字段"},":extra":{value:"",description:"An additional tooltip, similar to 'help', can be used when you need both an error message and a tooltip.",default:"-",type:"ReactNode",description_zh:"额外的提示信息，和 `help` 类似，当需要错误信息和提示文案同时出现时，可以使用这个。"},":getValueFromEvent":{value:"",description:"Sets how the value of the event is converted to a field value",default:"-",type:"(..args: any[]) => any",description_zh:"设置如何将 event 的值转换成字段值"},":getValueProps":{value:"",description:"Add additional attributes to child elements (not recommended to generate dynamic function prop through `getValueProps`, please pass it directly to child components)",default:"-",type:"(value: any) => Record<string, any>",description_zh:"为子元素添加额外的属性 (不建议通过 `getValueProps` 生成动态函数 prop，请直接将其传递给子组件)",version:"4.2.0"},":hasFeedback":{value:"",description:"It is recommended to use it with the 'validateStatus' property to display the verification status icon, which is recommended to be used only with the Input component. In addition, it can also get feedback icons through the Icons property.",default:"false",type:"boolean / { icons: FeedbackIcons }",description_zh:"配合 `validateStatus` 属性使用，展示校验状态图标，建议只配合 Input 组件使用 此外，它还可以通过 Icons 属性获取反馈图标。",version:"icons: 5.9.0"},help:{value:"",description:"If the prompt message is not set, it will be automatically generated based on the verification rules",default:"-",type:"ReactNode",description_zh:"提示信息，如不设置，则会根据校验规则自动生成"},hidden:{value:"",description:"Whether to hide the field (the field will still be collected and verified)",default:"false",type:"boolean",description_zh:"是否隐藏字段（依然会收集和校验字段）",version:"4.4.0"},htmlFor:{value:"",description:"Set the child element label 'htmlFor' attribute",default:"-",type:"string",description_zh:"设置子元素 label `htmlFor` 属性"},initialValue:{value:"",description:"Set the default values for child elements, if it conflicts with Form's 'initialValues', the Form will prevail",default:"-",type:"string",description_zh:"设置子元素默认值，如果与 Form 的 `initialValues` 冲突则以 Form 为准",version:"4.2.0"},":label":{value:"",description:"The text of the label label. When you don't need a label but need to align with colons, you can set it to null",default:"-",type:"ReactNode",description_zh:"`label` 标签的文本，当不需要 label 又需要与冒号对齐，可以设为 null",version:"null: 5.22.0"},labelAlign:{value:["left","right"],description:"Label text alignment",default:"right",type:"left / right",description_zh:"标签文本对齐方式"},":labelCol":{value:"",description:"label layout, with the '<Col>' component, set the 'span' 'offset' value, such as '{span: 3, offset: 12}' or 'sm: {span: 3, offset: 12}'. You can use the form's 'labelCol' to do the same thing, and it won't work on nested items. When set at the same time as Form, the Item shall prevail",default:"-",type:"object",description_zh:"label 标签布局，同 `<Col>` 组件，设置 `span` `offset` 值，如 `{span: 3, offset: 12}` 或 `sm: {span: 3, offset: 12}`。你可以通过 Form 的 `labelCol` 进行统一设置，不会作用于嵌套 Item。当和 Form 同时设置时，以 Item 为准"},":messageVariables":{value:"",description:"Information for the default validation field",default:"-",type:"Record<string, string>",description_zh:"默认验证字段的信息",version:"4.7.0"},":name":{value:"",description:"Field name, arrays are supported",default:"-",type:"NamePath",description_zh:"字段名，支持数组"},":normalize":{value:"",description:"The component takes the value, converts it, and puts it into the Form. Asynchronous is not supported",default:"-",type:"(value, prevValue, prevValues) => any",description_zh:"组件获取值后进行转换，再放入 Form 中。不支持异步"},noStyle:{value:"",description:"'true' is not styled and is used as a pure field control. When there is no 'validateStatus' itself and the parent element has a Form.Item with 'validateStatus', it will inherit the parent element's 'validateStatus'",default:"false",type:"boolean",description_zh:"为 `true` 时不带样式，作为纯字段控件使用。当自身没有 `validateStatus` 而父元素存在有 `validateStatus` 的 Form.Item 会继承父元素的 `validateStatus`"},preserve:{value:"",description:"When a field is deleted, the field value is retained",default:"true",type:"boolean",description_zh:"当字段被删除时保留字段值",version:"4.4.0"},required:{value:"",description:"Required style settings. If this parameter is not set, it is automatically generated based on the validation rules",default:"false",type:"boolean",description_zh:"必填样式设置。如不设置，则会根据校验规则自动生成"},":rules":{value:"",description:"Validation rules: Set the validation logic of the field",default:"-",type:"Rule[]",description_zh:"校验规则，设置字段的校验逻辑"},":shouldUpdate":{value:"",description:"Custom field update logic",default:"false",type:"boolean / (prevValue, curValue) => boolean",description_zh:"自定义字段更新逻辑"},":tooltip":{value:"",description:"Configure the prompt message",default:"-",type:"ReactNode / (TooltipProps & { icon: ReactNode })",description_zh:"配置提示信息",version:"4.7.0"},trigger:{value:"",description:"Set when changes to field values are collected",default:"onChange",type:"string",description_zh:"设置收集字段值变更的时机"},validateFirst:{value:"",description:"When a rule fails to be verified, whether to stop the verification of the remaining rules. When 'parallel' is set, it is checked in parallel",default:"false",type:"boolean / parallel",description_zh:"当某一规则校验不通过时，是否停止剩下的规则的校验。设置 `parallel` 时会并行校验",version:"`parallel`: 4.5.0"},":validateDebounce":{value:"",description:"Set debounce to validate after specified delay in milliseconds",default:"-",type:"number",description_zh:"设置防抖，延迟毫秒数后进行校验",version:"5.9.0"},validateStatus:{value:"",description:"If the verification status is not set, it will be automatically generated according to the verification rules, optional: 'success' 'warning' 'error' 'validating'",default:"-",type:"string",description_zh:"校验状态，如不设置，则会根据校验规则自动生成，可选：'success' 'warning' 'error' 'validating'"},validateTrigger:{value:"",description:"Set the timing of field validation",default:"onChange",type:"string / string[]",description_zh:"设置字段校验的时机"},valuePropName:{value:"",description:"The property for the value of the child node. Note that the valuePropName for Switch and Checkbox should be 'checked', otherwise you won't be able to get the values of these two components. This property is an encapsulation of 'getValueProps' and will be invalid when you customize 'getValueProps'",default:"value",type:"string",description_zh:"子节点的值的属性。注意：Switch、Checkbox 的 valuePropName 应该是 `checked`，否则无法获取这个两个组件的值。该属性为 `getValueProps` 的封装，自定义 `getValueProps` 后会失效"},":wrapperCol":{value:"",description:"This property is used when you need to style the layout for an input control, using the same usage as 'labelCol'. You can use the 'wrapperCol' of the Form to set it uniformly, and it will not be applied to nested items. When set at the same time as Form, the Item shall prevail",default:"-",type:"object",description_zh:"需要为输入控件设置布局样式时，使用该属性，用法同 `labelCol`。你可以通过 Form 的 `wrapperCol` 进行统一设置，不会作用于嵌套 Item。当和 Form 同时设置时，以 Item 为准"},layout:{value:"",description:"Form item layout",default:"-",type:"horizontal / vertical",description_zh:"表单项布局",version:"5.18.0"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/form",link_zh:"https://ant.design/components/form-cn",typeDetail:{NamePath:"string | number | (string | number)[]",Rule:[{name:"enum",description:"Validate from a list of possible values",description_zh:"是否匹配枚举中的值",type:"any[]",default:"-"},{name:"len",description:"String length / Number exact match",description_zh:"字符串长度/数值精确匹配",type:"number",default:"-"},{name:"max",description:"Max string length / Number maximum value",description_zh:"字符串最大长度/数值最大值",type:"number",default:"-"},{name:"message",description:"Error message, will work with the validateMessages from Form config",description_zh:"错误信息，与 Form 的 validateMessages 配合使用",type:"string",default:"-"},{name:"min",description:"Min string length / Number minimum value",description_zh:"字符串最小长度/数值最小值",type:"number",default:"-"},{name:"pattern",description:"Regular expression to match",description_zh:"正则表达式匹配",type:"RegExp",default:"-"},{name:"required",description:"Is required",description_zh:"是否必填",type:"boolean",default:"false"},{name:"transform",description:"Transform value before validation",description_zh:"在校验前转换字段值",type:"(value) => any",default:"-"},{name:"type",description:"Built-in validation type",description_zh:"内建校验类型",type:"string",default:"'string'"},{name:"validator",description:"Custom validator function",description_zh:"自定义校验函数",type:"(rule, value, callback) => Promise | void",default:"-"},{name:"warningOnly",description:"Only warning, not block form submit",description_zh:"仅警告，不阻塞表单提交",type:"boolean",default:"false"},{name:"whitespace",description:"Treat whitespace as an error when type is string",description_zh:"当 type 为 string 时，空格是否会被视为错误",type:"boolean",default:"false"}],FeedbackIcons:[{name:"success",description:"Success icon",description_zh:"成功图标",type:"ReactNode",default:"-"},{name:"error",description:"Error icon",description_zh:"错误图标",type:"ReactNode",default:"-"},{name:"warning",description:"Warning icon",description_zh:"警告图标",type:"ReactNode",default:"-"},{name:"validating",description:"Validating icon",description_zh:"校验中图标",type:"ReactNode",default:"-"}]}},O={name:"Form.List",props:{":children":{default:"-",value:"",type:"(fields: Field[], operation: { add, remove, move }, meta: { errors }) => React.ReactNode",description:"Render function",description_zh:"渲染函数",required:!0},":initialValue":{default:"-",value:"",type:"any[]",description:"Set default values for child elements. If it conflicts with Form's initialValues, Form takes precedence",description_zh:"设置子元素默认值，如果与 Form 的 initialValues 冲突则以 Form 为准",version:"4.9.0"},":name":{default:"-",value:"",type:"NamePath",description:"Field name, supports arrays. The List itself is also a field, so getFieldsValue() returns all values under List by default, you can change this behavior through parameters",description_zh:"字段名，支持数组。List 本身也是字段，因而 getFieldsValue() 默认会返回 List 下所有值，你可以通过参数改变这一行为",required:!0},":rules":{default:"-",value:"",type:"{ validator, message }[]",description:"Validation rules, only supports custom rules. Need to be used with ErrorList together.",description_zh:"校验规则，仅支持自定义规则。需要配合 ErrorList 一同使用。",version:"4.7.0"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/form#formlist",link_zh:"https://ant.design/components/form-cn#formlist",events:[],typeDetail:{Field:[{name:"key",description:"The unique key of the field",description_zh:"字段唯一标识",type:"number",default:"-"},{name:"name",description:"The field name (index of the array)",description_zh:"字段名称（数组索引）",type:"number",default:"-"},{name:"fieldKey",description:"The unique field key with the meta information",description_zh:"带有元信息的字段唯一标识",type:"number",default:"-"}],Operation:[{name:"add",description:"Add a field to the end of the array or at specified position",description_zh:"添加一个字段到数组末尾或指定位置",type:"(defaultValue?: any, insertIndex?: number) => void",default:"insertIndex",version:"4.6.0"},{name:"remove",description:"Remove a field at the specified index",description_zh:"删除指定索引位置的字段",type:"(index: number | number[]) => void",default:"number[]",version:"4.5.0"},{name:"move",description:"Move a field from one index to another",description_zh:"将字段从一个位置移动到另一个位置",type:"(from: number, to: number) => void",default:"-"}],Meta:[{name:"errors",description:"Error information for the current field",description_zh:"当前字段的错误信息",type:"React.ReactNode[]",default:"-"}],NamePath:"string | number | (string | number)[]"}},L={name:"Form.Provider",props:{},methods:[],link:"https://ant.design/components/form-cn#formerrorlist",link_zh:"https://ant.design/components/form-cn#formerrorlist",events:[{name:"onFormChange",description:"子表单字段更新时触发",description_zh:"子表单字段更新时触发",params:"function(formName: string, info: { changedFields, forms })"},{name:"onFormFinish",description:"子表单提交时触发",description_zh:"子表单提交时触发",params:"function(formName: string, info: { values, forms })"}],typeDetail:{}},Xe={name:"Icon",props:{className:{value:"",description:"Sets the style name of the icon",default:"—",type:"string",description_zh:"设置图标的样式名"},":rotate":{value:"",description:"Icon rotation angle (IE9 invalid)",default:"—",type:"number",description_zh:"图标旋转角度（IE9 无效）"},spin:{value:"",description:"Whether there is a rotation animation",default:"false",type:"boolean",description_zh:"是否有旋转动画"},":style":{value:"",description:"Style the icon, such as fontSize and color",default:"—",type:"CSSProperties",description_zh:"设置图标的样式，例如 fontSize 和 color"},twoToneColor:{value:"",description:"Only two-color icons apply. Sets the main color of the two-color icon",default:"—",type:"string (十六进制颜色)",description_zh:"仅适用双色图标。设置双色图标的主要颜色"},component:{value:"",description:"Controls how icons are rendered, typically a <svg> React component with a render root tag",default:"—",type:"ComponentType<CustomIconComponentProps>",description_zh:"控制如何渲染图标，通常是一个渲染根标签为 <svg> 的 React 组件"},fill:{value:"",description:"The color of the svg element fill",default:"currentColor",type:"string",description_zh:"svg 元素填充的颜色"},height:{value:"",description:"SVG element height",default:"1em",type:"string | number",description_zh:"svg 元素高度"},width:{value:"",description:"SVG element width",default:"1em",type:"string | number",description_zh:"svg 元素宽度"}},methods:[],events:[]},W={name:"Image",props:{alt:{value:"",description:"Image description",default:"-",type:"string",description_zh:"图像描述",version:"4.6.0"},fallback:{value:"",description:"Load failure tolerant address",default:"-",type:"string",description_zh:"加载失败容错地址",version:"4.6.0"},":height":{value:"",description:"Image height",default:"-",type:"string / number",description_zh:"图像高度",version:"4.6.0"},":placeholder":{value:"",description:"Load placeholder, use the default placeholder when 'true'",default:"-",type:"ReactNode",description_zh:"加载占位，为 `true` 时使用默认占位",version:"4.6.0"},":preview":{value:"",description:"Preview parameter, disabled when 'false'",default:"true",type:"boolean / [PreviewType](#previewtype)",description_zh:"预览参数，为 `false` 时禁用",version:"4.6.0 [PreviewType](#previewtype):4.7.0"},src:{value:"",description:"Picture address",default:"-",type:"string",description_zh:"图片地址",version:"4.6.0",required:!0},":width":{value:"",description:"Image width",default:"-",type:"string / number",description_zh:"图像宽度",version:"4.6.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onError",description:"Load error callback",params:"(event: Event) => void",description_zh:"加载错误回调",version:"4.12.0"}],note:"Other attributes see [<img>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Attributes)",note_zh:"其他属性见 [<img>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#Attributes)",typeDetail:{PreviewType:[{name:"visible",type:"boolean",description:"Whether to display",description_zh:"是否显示",default:"-"},{name:"src",type:"string",description:"Custom preview src",description_zh:"自定义预览 src",default:"-",version:"4.10.0"},{name:"getContainer",type:"string | HTMLElement | (() => HTMLElement) | false",description:"Specify the node for preview mounting, but still full screen display, false for mounting at the current position",description_zh:"指定预览挂载的节点，但依旧为全屏展示，false 为挂载在当前位置",default:"-",version:"4.8.0"},{name:"movable",type:"boolean",description:"Whether it can be moved",description_zh:"是否可移动",default:"true",version:"5.8.0"},{name:"mask",type:"ReactNode",description:"Thumbnail mask",description_zh:"缩略图遮罩",default:"-",version:"4.9.0"},{name:"maskClassName",type:"string",description:"Thumbnail mask class name",description_zh:"缩略图遮罩类名",default:"-",version:"4.11.0"},{name:"rootClassName",type:"string",description:"The root DOM class name of the preview image",description_zh:"预览图的根 DOM 类名",default:"-",version:"5.4.0"},{name:"scaleStep",type:"number",description:"'1 + scaleStep' is the number of steps for zooming in",description_zh:"`1 + scaleStep` 为缩放放大的每步倍数",default:"0.5"},{name:"minScale",type:"number",description:"Minimum zoom factor",description_zh:"最小缩放倍数",default:"1",version:"5.7.0"},{name:"maxScale",type:"number",description:"Maximum magnification",description_zh:"最大放大倍数",default:"50",version:"5.7.0"},{name:"closeIcon",type:"React.ReactNode",description:"Custom close icon",description_zh:"自定义关闭 Icon",default:"-",version:"5.7.0"},{name:"forceRender",type:"boolean",description:"Force rendering of preview images",description_zh:"强制渲染预览图",default:"-"},{name:"toolbarRender",type:"(originalNode: React.ReactElement, info: Omit<ToolbarRenderInfoType, 'current' | 'total'>) => React.ReactNode",description:"Custom toolbar",description_zh:"自定义工具栏",default:"-",version:"5.7.0, `info.image`: 5.18.0"},{name:"imageRender",type:"(originalNode: React.ReactElement, info: { transform: TransformType, image: ImgInfo }) => React.ReactNode",description:"Custom preview content",description_zh:"自定义预览内容",default:"-",version:"5.7.0, image: 5.18.0"},{name:"destroyOnClose",type:"boolean",description:"Destroy child elements when closing preview",description_zh:"关闭预览时销毁子元素",default:"false"},{name:"onTransform",type:"{ transform: TransformType, action: TransformAction }",description:"Callback when the preview image transform changes",description_zh:"预览图 transform 变化的回调",default:"-",version:"5.7.0"},{name:"onVisibleChange",type:"(visible: boolean, prevVisible: boolean) => void",description:"Callback when 'visible' changes",description_zh:"当 `visible` 发生改变时的回调",default:"-"}]},link:"https://ant.design/components/image",link_zh:"https://ant.design/components/image-cn"},et={name:"Image.PreviewGroup",props:{":preview":{value:"",description:"Preview parameter, disabled when 'false'",default:"true",type:"boolean / PreviewGroupType",description_zh:"预览参数，为 `false` 时禁用",version:"4.6.0 [PreviewGroupType](#previewgrouptype):4.7.0"},":items":{value:"",description:"Preview the array",default:"-",type:"string[] / { src: string, crossOrigin: string, ... }[]",description_zh:"预览数组",version:"5.7.0"},fallback:{value:"",description:"Load failure tolerant address",default:"-",type:"string",description_zh:"加载失败容错地址",version:"5.7.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},typeDetail:{PreviewGroupType:[{name:"visible",description:"Whether to display",description_zh:"是否显示",type:"boolean",default:"-"},{name:"getContainer",description:"Specify the node for preview mounting, but still full screen display, false for mounting at the current position",description_zh:"指定预览挂载的节点，但依旧为全屏展示，false 为挂载在当前位置",type:"string | HTMLElement | (() => HTMLElement) | false",default:"-",version:"4.8.0"},{name:"movable",description:"Whether it can be moved",description_zh:"是否可移动",type:"boolean",default:"true",version:"5.8.0"},{name:"current",description:"Index of current preview",description_zh:"当前预览图的 index",type:"number",default:"-",version:"4.12.0"},{name:"mask",description:"Thumbnail mask",description_zh:"缩略图遮罩",type:"ReactNode",default:"-",version:"4.9.0"},{name:"maskClassName",description:"Thumbnail mask class name",description_zh:"缩略图遮罩类名",type:"string",default:"-",version:"4.11.0"},{name:"rootClassName",description:"The root DOM class name of the preview image",description_zh:"预览图的根 DOM 类名",type:"string",default:"-",version:"5.4.0"},{name:"scaleStep",description:"'1 + scaleStep' is the number of steps for zooming in",description_zh:"`1 + scaleStep` 为缩放放大的每步倍数",type:"number",default:"0.5"},{name:"minScale",description:"Minimum zoom factor",description_zh:"最小缩放倍数",type:"number",default:"1",version:"5.7.0"},{name:"maxScale",description:"Maximum magnification",description_zh:"最大放大倍数",type:"number",default:"50",version:"5.7.0"},{name:"closeIcon",description:"Custom close icon",description_zh:"自定义关闭 Icon",type:"React.ReactNode",default:"-",version:"5.7.0"},{name:"forceRender",description:"Force rendering of preview images",description_zh:"强制渲染预览图",type:"boolean",default:"-"},{name:"countRender",description:"Custom preview count content",description_zh:"自定义预览计数内容",type:"(current: number, total: number) => React.ReactNode",default:"-",version:"4.20.0"},{name:"toolbarRender",description:"Custom toolbar",description_zh:"自定义工具栏",type:"(originalNode: React.ReactElement, info: ToolbarRenderInfoType) => React.ReactNode",default:"-",version:"5.7.0, `info.image`: 5.18.0"},{name:"imageRender",description:"Custom preview content",description_zh:"自定义预览内容",type:"(originalNode: React.ReactElement, info: { transform: TransformType, image: ImgInfo, current: number }) => React.ReactNode",default:"-",version:"5.7.0, image: 5.18.0"},{name:"onTransform",description:"Callback when the preview image transform changes",description_zh:"预览图 transform 变化的回调",type:"{ transform: TransformType, action: TransformAction }",default:"-",version:"5.7.0"},{name:"onChange",description:"Callback when switching preview images",description_zh:"切换预览图的回调",type:"(current: number, prevCurrent: number) => void",default:"-",version:"5.3.0"},{name:"onVisibleChange",description:"Callback when 'visible' changes",description_zh:"当 `visible` 发生改变时的回调",type:"(visible: boolean, prevVisible: boolean, current: number) => void",default:"-",version:"current 参数 5.3.0"}]},suggestions:["Image"],methods:[],events:[],link:"https://ant.design/components/image",link_zh:"https://ant.design/components/image-cn"},A={name:"Input",props:{":addonAfter":{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置后置标签",description_zh:"带标签的 input，设置后置标签"},placeholder:{default:"-",value:"请输入",type:"string",description:"输入框占位文本",description_zh:"输入框占位文本",required:!0},":addonBefore":{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置前置标签",description_zh:"带标签的 input，设置前置标签"},":allowClear":{default:"-",value:"",type:"boolean | { clearIcon: ReactNode }",description:"可以点击清除图标删除内容",description_zh:"可以点击清除图标删除内容"},bordered:{default:"true",value:"",type:"boolean",description:"是否有边框, 请使用 `variant` 替换",description_zh:"是否有边框, 请使用 `variant` 替换",version:"4.5.0",deprecated:!0},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"语义化结构 class",description_zh:"语义化结构 class",version:"5.4.0"},":count":{default:"-",value:"",type:"CountConfig",description:"字符计数配置",description_zh:"字符计数配置",version:"5.10.0"},defaultValue:{default:"-",value:"",type:"string",description:"输入框默认内容",description_zh:"输入框默认内容"},disabled:{default:"false",value:"",type:"boolean",description:"是否禁用状态，默认为 false",description_zh:"是否禁用状态，默认为 false"},id:{default:"-",value:"",type:"string",description:"输入框的 id",description_zh:"输入框的 id"},":maxLength":{default:"-",value:"",type:"number",description:"最大长度",description_zh:"最大长度"},":prefix":{default:"-",value:"",type:"ReactNode",description:"带有前缀图标的 input",description_zh:"带有前缀图标的 input"},":showCount":{default:"false",value:"",type:"boolean | { formatter: (info: { value: string, count: number, maxLength?: number }) => ReactNode }",description:"是否展示字数",description_zh:"是否展示字数",version:"4.18.0 info.value: 4.23.0"},status:{default:"-",value:"",type:"error | warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"语义化结构 style",description_zh:"语义化结构 style",version:"5.4.0"},size:{default:"-",value:"",type:"large | middle | small",description:"控件大小。注：标准表单内的输入框大小限制为 middle",description_zh:"控件大小。注：标准表单内的输入框大小限制为 middle"},":suffix":{default:"-",value:"",type:"ReactNode",description:"带有后缀图标的 input",description_zh:"带有后缀图标的 input"},type:{default:"text",value:"",type:"string",description:'声明 input 类型，同原生 input 标签的 type 属性，见：MDN(请直接使用 Input.TextArea 代替 type="textarea")',description_zh:'声明 input 类型，同原生 input 标签的 type 属性，见：MDN(请直接使用 Input.TextArea 代替 type="textarea")'},":value":{default:"-",value:"",type:"string",description:"输入框内容",description_zh:"输入框内容",required:!0},variant:{default:"outlined",value:"",type:"outlined | borderless | filled | underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",description_zh:"移除焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:"(option?: { preventScroll?: boolean })"}],link:"https://ant.design/components/input-cn",link_zh:"https://ant.design/components/input-cn",events:[{name:"onChange",description:"输入框内容变化时的回调",description_zh:"输入框内容变化时的回调",params:"function(e)"},{name:"onPressEnter",description:"按下回车的回调",description_zh:"按下回车的回调",params:"function(e)"},{name:"onClear",description:"按下清除按钮的回调",description_zh:"按下清除按钮的回调",params:"() => void",version:"5.20.0"}],typeDetail:{CountConfig:[{name:"max",description:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",description_zh:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",type:"number",default:"-"},{name:"strategy",description:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",description_zh:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",type:"(value: string) => number",default:"-"},{name:"show",description:"同 `showCount`",description_zh:"同 `showCount`",type:"boolean | ((args: { value: string; count: number; maxLength?: number }) => ReactNode)",default:"-"},{name:"exceedFormatter",description:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",description_zh:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",type:"(value: string, config: { max: number }) => string",default:"-"}],SemanticDOM:"Input 语义化结构，目前支持的键值如下：'input', 'suffix', 'prefix', 'wrapper', 'group'"}},E={name:"InputNumber",props:{addonAfter:{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置后置标签",description_zh:"带标签的 input，设置后置标签",version:"4.17.0"},addonBefore:{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置前置标签",description_zh:"带标签的 input，设置前置标签",version:"4.17.0"},autoFocus:{default:"false",value:"",type:"boolean",description:"自动获取焦点",description_zh:"自动获取焦点"},changeOnBlur:{default:"true",value:"",type:"boolean",description:"是否在失去焦点时，触发 onChange 事件（例如值超出范围时，重新限制回范围并触发事件）",description_zh:"是否在失去焦点时，触发 onChange 事件（例如值超出范围时，重新限制回范围并触发事件）",version:"5.11.0"},changeOnWheel:{default:"-",value:"",type:"boolean",description:"允许鼠标滚轮改变数值",description_zh:"允许鼠标滚轮改变数值",version:"5.14.0"},controls:{default:"-",value:"",type:"boolean / { upIcon?: React.ReactNode; downIcon?: React.ReactNode; }",description:"是否显示增减按钮，也可设置自定义箭头图标",description_zh:"是否显示增减按钮，也可设置自定义箭头图标",version:"4.19.0"},decimalSeparator:{default:"-",value:"",type:"string",description:"小数点",description_zh:"小数点"},placeholder:{default:"-",value:"",type:"string",description:"占位符",description_zh:"占位符"},":defaultValue":{default:"-",value:"",type:"number",description:"初始值",description_zh:"初始值"},disabled:{default:"false",value:"",type:"boolean",description:"禁用",description_zh:"禁用"},formatter:{default:"-",value:"",type:"function(value: number | string, info: { userTyping: boolean, input: string }): string",description:"指定输入框展示值的格式",description_zh:"指定输入框展示值的格式",version:"info: 4.17.0"},keyboard:{default:"true",value:"",type:"boolean",description:"是否启用键盘快捷行为",description_zh:"是否启用键盘快捷行为",version:"4.12.0"},":max":{default:"Number.MAX_SAFE_INTEGER",value:"",type:"number",description:"最大值",description_zh:"最大值"},":min":{default:"Number.MIN_SAFE_INTEGER",value:"",type:"number",description:"最小值",description_zh:"最小值"},parser:{default:"-",value:"",type:"function(string): number",description:"指定从 formatter 里转换回数字的方式，和 formatter 搭配使用",description_zh:"指定从 formatter 里转换回数字的方式，和 formatter 搭配使用"},":precision":{default:"-",value:"",type:"number",description:"数值精度，配置 formatter 时会以 formatter 为准",description_zh:"数值精度，配置 formatter 时会以 formatter 为准"},readOnly:{default:"false",value:"",type:"boolean",description:"只读",description_zh:"只读"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},prefix:{default:"-",value:"",type:"ReactNode",description:"带有前缀图标的 input",description_zh:"带有前缀图标的 input",version:"4.17.0"},suffix:{default:"-",value:"",type:"ReactNode",description:"带有后缀图标的 input",description_zh:"带有后缀图标的 input",version:"5.20.0"},size:{default:"-",value:"",type:"large / middle / small",description:"输入框大小",description_zh:"输入框大小"},step:{default:"1",value:"",type:"number / string",description:"每次改变步数，可以为小数",description_zh:"每次改变步数，可以为小数"},stringMode:{default:"false",value:"",type:"boolean",description:"字符值模式，开启后支持高精度小数。同时 onChange 将返回 string 类型",description_zh:"字符值模式，开启后支持高精度小数。同时 onChange 将返回 string 类型",version:"4.13.0"},":value":{default:"-",value:"",type:"number",description:"当前值",description_zh:"当前值",required:!0},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",params:"",description_zh:"移除焦点"},{name:"focus",description:"获取焦点",params:"(option?: { preventScroll?: boolean, cursor?: 'start' | 'end' | 'all' })",description_zh:"获取焦点",version:"cursor - 5.22.0"},{name:"nativeElement",description:"获取原生 DOM 元素",params:"",description_zh:"获取原生 DOM 元素",version:"5.17.3"}],link:"https://ant.design/components/input-number-cn",link_zh:"https://ant.design/components/input-number-cn",events:[{name:"onChange",description:"变化回调",description_zh:"变化回调",params:"function(value: number | string | null)"},{name:"onPressEnter",description:"按下回车的回调",description_zh:"按下回车的回调",params:"function(e)"},{name:"onStep",description:"点击上下箭头的回调",description_zh:"点击上下箭头的回调",params:"(value: number, info: { offset: number, type: 'up' | 'down' }) => void",version:"4.7.0"}],typeDetail:{}},j={name:"Input.OTP",props:{defaultValue:{default:"-",value:"",type:"string",description:"默认值",description_zh:"默认值"},disabled:{default:"false",value:"",type:"boolean",description:"是否禁用",description_zh:"是否禁用"},":formatter":{default:"-",value:"",type:"(value: string) => string",description:"格式化展示，留空字段会被 ` ` 填充",description_zh:"格式化展示，留空字段会被 ` ` 填充"},":separator":{default:"-",value:"",type:"ReactNode / ((i: number) => ReactNode)",description:"分隔符，在指定索引的输入框后渲染分隔符",description_zh:"分隔符，在指定索引的输入框后渲染分隔符",version:"5.24.0"},mask:{default:"false",value:"",type:"boolean / string",description:"自定义展示，和 `formatter` 的区别是不会修改原始值",description_zh:"自定义展示，和 `formatter` 的区别是不会修改原始值",version:"5.17.0"},":length":{default:"6",value:"",type:"number",description:"输入元素数量",description_zh:"输入元素数量"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态"},size:{default:"middle",value:"",type:"small / middle / large",description:"输入框大小",description_zh:"输入框大小"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"`underlined`: 5.24.0"},":value":{default:"-",value:"",type:"string",description:"输入框内容",description_zh:"输入框内容",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"取消焦点",description_zh:"取消焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:"(option?: { preventScroll?: boolean, cursor?: 'start' | 'end' | 'all' })",version:"4.10.0"}],link:"https://ant.design/components/input-cn#inputotp",link_zh:"https://ant.design/components/input-cn#inputotp",events:[{name:"onChange",description:"当输入框内容全部填充时触发回调",description_zh:"当输入框内容全部填充时触发回调",params:"(value: string) => void"},{name:"onInput",description:"输入值变化时触发的回调",description_zh:"输入值变化时触发的回调",params:"(value: string[]) => void",version:"5.22.0"}],version:"5.16.0"},tt={name:"Input.Password",props:{":iconRender":{default:"(visible) => (visible ? <EyeOutlined /> : <EyeInvisibleOutlined />)",value:"",type:"(visible) => ReactNode",description:"自定义切换按钮",description_zh:"自定义切换按钮",version:"4.3.0"},visibilityToggle:{default:"true",value:"",type:"boolean / VisibilityToggle",description:"是否显示切换按钮或者控制密码显隐",description_zh:"是否显示切换按钮或者控制密码显隐"},addonAfter:{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置后置标签",description_zh:"带标签的 input，设置后置标签"},addonBefore:{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置前置标签",description_zh:"带标签的 input，设置前置标签"},allowClear:{default:"-",value:"",type:"boolean / { clearIcon: ReactNode }",description:"可以点击清除图标删除内容",description_zh:"可以点击清除图标删除内容"},bordered:{default:"true",value:"",type:"boolean",description:"是否有边框, 请使用 `variant` 替换",description_zh:"是否有边框, 请使用 `variant` 替换",version:"4.5.0",deprecated:!0},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"语义化结构 class",description_zh:"语义化结构 class",version:"5.4.0"},":count":{default:"-",value:"",type:"CountConfig",description:"字符计数配置",description_zh:"字符计数配置",version:"5.10.0"},defaultValue:{default:"-",value:"",type:"string",description:"输入框默认内容",description_zh:"输入框默认内容"},disabled:{default:"false",value:"",type:"boolean",description:"是否禁用状态，默认为 false",description_zh:"是否禁用状态，默认为 false"},id:{default:"-",value:"",type:"string",description:"输入框的 id",description_zh:"输入框的 id"},":maxLength":{default:"-",value:"",type:"number",description:"最大长度",description_zh:"最大长度"},prefix:{default:"-",value:"",type:"ReactNode",description:"带有前缀图标的 input",description_zh:"带有前缀图标的 input"},":showCount":{default:"false",value:"",type:"boolean / { formatter: (info: { value: string, count: number, maxLength?: number }) => ReactNode }",description:"是否展示字数",description_zh:"是否展示字数",version:"4.18.0 info.value: 4.23.0"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"语义化结构 style",description_zh:"语义化结构 style",version:"5.4.0"},size:{default:"-",value:"",type:"large / middle / small",description:"控件大小。注：标准表单内的输入框大小限制为 middle",description_zh:"控件大小。注：标准表单内的输入框大小限制为 middle"},suffix:{default:"-",value:"",type:"ReactNode",description:"带有后缀图标的 input",description_zh:"带有后缀图标的 input"},value:{default:"-",value:"",type:"string",description:"输入框内容",description_zh:"输入框内容"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",description_zh:"移除焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:"(option?: { preventScroll?: boolean })"}],events:[{name:"onChange",description:"输入框内容变化时的回调",description_zh:"输入框内容变化时的回调",params:"function(e)"},{name:"onPressEnter",description:"按下回车的回调",description_zh:"按下回车的回调",params:"function(e)"},{name:"onClear",description:"按下清除按钮的回调",description_zh:"按下清除按钮的回调",params:"() => void",version:"5.20.0"}],link:"https://ant.design/components/input-cn#inputpassword",link_zh:"https://ant.design/components/input-cn#inputpassword",typeDetail:{VisibilityToggle:[{name:"visible",description:"是否显示密码",description_zh:"是否显示密码",type:"boolean",default:"-"},{name:"onVisibleChange",description:"切换密码显示隐藏的回调",description_zh:"切换密码显示隐藏的回调",type:"(visible: boolean) => void",default:"-"}],CountConfig:[{name:"max",description:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",description_zh:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",type:"number",default:"-"},{name:"strategy",description:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",description_zh:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",type:"(value: string) => number",default:"-"},{name:"show",description:"同 `showCount`",description_zh:"同 `showCount`",type:"boolean / ((args: { value: string; count: number; maxLength?: number }) => ReactNode)",default:"-"},{name:"exceedFormatter",description:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",description_zh:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",type:"(value: string, config: { max: number }) => string",default:"-"}],SemanticDOM:"Input 语义化结构，目前支持的键值如下：'input', 'suffix', 'prefix', 'wrapper', 'group'"}},B={name:"Input.Search",props:{":addonAfter":{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置后置标签",description_zh:"带标签的 input，设置后置标签"},":addonBefore":{default:"-",value:"",type:"ReactNode",description:"带标签的 input，设置前置标签",description_zh:"带标签的 input，设置前置标签"},":allowClear":{default:"-",value:"",type:"boolean / { clearIcon: ReactNode }",description:"可以点击清除图标删除内容",description_zh:"可以点击清除图标删除内容"},bordered:{default:"true",value:"",type:"boolean",description:"是否有边框, 请使用 `variant` 替换",description_zh:"是否有边框, 请使用 `variant` 替换",version:"4.5.0",deprecated:!0},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"语义化结构 class",description_zh:"语义化结构 class",version:"5.4.0"},":count":{default:"-",value:"",type:"CountConfig",description:"字符计数配置",description_zh:"字符计数配置",version:"5.10.0"},defaultValue:{default:"-",value:"",type:"string",description:"输入框默认内容",description_zh:"输入框默认内容"},disabled:{default:"false",value:"",type:"boolean",description:"是否禁用状态，默认为 false",description_zh:"是否禁用状态，默认为 false"},":enterButton":{default:"false",value:"",type:"boolean / ReactNode",description:"是否有确认按钮，可设为按钮文字。该属性会与 addonAfter 冲突。",description_zh:"是否有确认按钮，可设为按钮文字。该属性会与 addonAfter 冲突。"},id:{default:"-",value:"",type:"string",description:"输入框的 id",description_zh:"输入框的 id"},loading:{default:"false",value:"",type:"boolean",description:"搜索 loading",description_zh:"搜索 loading"},":maxLength":{default:"-",value:"",type:"number",description:"最大长度",description_zh:"最大长度"},prefix:{default:"-",value:"",type:"ReactNode",description:"带有前缀图标的 input",description_zh:"带有前缀图标的 input"},":showCount":{default:"false",value:"",type:"boolean / { formatter: (info: { value: string, count: number, maxLength?: number }) => ReactNode }",description:"是否展示字数",description_zh:"是否展示字数",version:"4.18.0 info.value: 4.23.0"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"语义化结构 style",description_zh:"语义化结构 style",version:"5.4.0"},size:{default:"-",value:"",type:"large / middle / small",description:"控件大小。注：标准表单内的输入框大小限制为 middle",description_zh:"控件大小。注：标准表单内的输入框大小限制为 middle"},":suffix":{default:"-",value:"",type:"ReactNode",description:"带有后缀图标的 input",description_zh:"带有后缀图标的 input"},type:{default:"text",value:"",type:"string",description:'声明 input 类型，同原生 input 标签的 type 属性，见：MDN(请直接使用 Input.TextArea 代替 type="textarea")',description_zh:'声明 input 类型，同原生 input 标签的 type 属性，见：MDN(请直接使用 Input.TextArea 代替 type="textarea")'},":value":{default:"-",value:"",type:"string",description:"输入框内容",description_zh:"输入框内容",required:!0},placeholder:{default:"-",value:"请输入",type:"string",description:"输入框占位文本",description_zh:"输入框占位文本",required:!0},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",description_zh:"移除焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:"(option?: { preventScroll?: boolean })"}],link:"https://ant.design/components/input-cn#inputsearch",link_zh:"https://ant.design/components/input-cn#inputsearch",events:[{name:"onChange",description:"输入框内容变化时的回调",description_zh:"输入框内容变化时的回调",params:"function(e)"},{name:"onPressEnter",description:"按下回车的回调",description_zh:"按下回车的回调",params:"function(e)"},{name:"onClear",description:"按下清除按钮的回调",description_zh:"按下清除按钮的回调",params:"() => void",version:"5.20.0"},{name:"onSearch",description:"点击搜索图标、清除图标，或按下回车键时的回调",description_zh:"点击搜索图标、清除图标，或按下回车键时的回调",params:'function(value, event, { source: "input" | "clear" })'}],typeDetail:{CountConfig:[{name:"max",description:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",description_zh:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",type:"number",default:"-"},{name:"strategy",description:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",description_zh:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",type:"(value: string) => number",default:"-"},{name:"show",description:"同 `showCount`",description_zh:"同 `showCount`",type:"boolean / ((args: { value: string; count: number; maxLength?: number }) => ReactNode)",default:"-"},{name:"exceedFormatter",description:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",description_zh:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",type:"(value: string, config: { max: number }) => string",default:"-"}],SemanticDOM:"Input 语义化结构，目前支持的键值如下：'input', 'suffix', 'prefix', 'wrapper', 'group'"}},V={name:"Input.TextArea",props:{":autoSize":{default:"false",value:"",type:"boolean / object",description:"自适应内容高度，可设置为 true | false 或对象：{ minRows: 2, maxRows: 6 }",description_zh:"自适应内容高度，可设置为 true | false 或对象：{ minRows: 2, maxRows: 6 }"},placeholder:{default:"-",value:"请输入",type:"string",description:"输入框占位文本",description_zh:"输入框占位文本",required:!0},allowClear:{default:"-",value:"",type:"boolean / { clearIcon: ReactNode }",description:"可以点击清除图标删除内容",description_zh:"可以点击清除图标删除内容"},bordered:{default:"true",value:"",type:"boolean",description:"是否有边框, 请使用 `variant` 替换",description_zh:"是否有边框, 请使用 `variant` 替换",version:"4.5.0",deprecated:!0},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"语义化结构 class",description_zh:"语义化结构 class",version:"5.4.0"},":count":{default:"-",value:"",type:"CountConfig",description:"字符计数配置",description_zh:"字符计数配置",version:"5.10.0"},defaultValue:{default:"-",value:"",type:"string",description:"输入框默认内容",description_zh:"输入框默认内容"},disabled:{default:"false",value:"",type:"boolean",description:"是否禁用状态，默认为 false",description_zh:"是否禁用状态，默认为 false"},id:{default:"-",value:"",type:"string",description:"输入框的 id",description_zh:"输入框的 id"},":maxLength":{default:"-",value:"",type:"number",description:"最大长度",description_zh:"最大长度"},":showCount":{default:"false",value:"",type:"boolean / { formatter: (info: { value: string, count: number, maxLength?: number }) => ReactNode }",description:"是否展示字数",description_zh:"是否展示字数",version:"4.18.0 info.value: 4.23.0"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"语义化结构 style",description_zh:"语义化结构 style",version:"5.4.0"},size:{default:"-",value:"",type:"large / middle / small",description:"控件大小。注：标准表单内的输入框大小限制为 middle",description_zh:"控件大小。注：标准表单内的输入框大小限制为 middle"},value:{default:"-",value:"",type:"string",description:"输入框内容",description_zh:"输入框内容"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",description_zh:"移除焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:"(option?: { preventScroll?: boolean })"}],link:"https://ant.design/components/input-cn#inputtextarea",link_zh:"https://ant.design/components/input-cn#inputtextarea",events:[{name:"onChange",description:"输入框内容变化时的回调",description_zh:"输入框内容变化时的回调",params:"function(e)"},{name:"onPressEnter",description:"按下回车的回调",description_zh:"按下回车的回调",params:"function(e)"},{name:"onClear",description:"按下清除按钮的回调",description_zh:"按下清除按钮的回调",params:"() => void",version:"5.20.0"},{name:"onResize",description:"resize 回调",description_zh:"resize 回调",params:"function({ width, height })"}],typeDetail:{SemanticDOM:"TextArea 语义化结构，目前支持的键值如下：'textarea', 'count'",CountConfig:[{name:"max",description:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",description_zh:"最大字符数，不同于原生 `maxLength`，超出后标红但不会截断",type:"number",default:"-"},{name:"strategy",description:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",description_zh:"自定义字符计数，例如标准 emoji 长度大于 1，可以自定义计数策略将其改为 1",type:"(value: string) => number",default:"-"},{name:"show",description:"同 `showCount`",description_zh:"同 `showCount`",type:"boolean | ((args: { value: string; count: number; maxLength?: number }) => ReactNode)",default:"-"},{name:"exceedFormatter",description:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",description_zh:"当字符数超出 `count.max` 时的自定义裁剪逻辑，不配置时不进行裁剪",type:"(value: string, config: { max: number }) => string",default:"-"}]}},H={name:"Layout",description:"布局容器。",description_zh:"布局容器。",props:{className:{default:"-",value:"",type:"string",description:"Container className",description_zh:"容器 className"},hasSider:{default:"-",value:"",type:"boolean",description:"Whether children contains Sider. You don't need to specify it normally. Used for server-side rendering to avoid style flashing",description_zh:"表示子元素里有 Sider，一般不用指定。可用于服务端渲染时避免样式闪动"},":style":{default:"-",value:"",type:"CSSProperties",description:"Specify style",description_zh:"指定样式"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/layout-cn",link_zh:"https://ant.design/components/layout-cn",events:[],typeDetail:{},suggestions:[]},qe={name:"Layout.Sider",description:"侧边栏。",description_zh:"侧边栏。",props:{breakpoint:{default:"-",value:"",type:"xs / sm / md / lg / xl / xxl",description:"Trigger responsive layout breakpoints",description_zh:"触发响应式布局的断点"},className:{default:"-",value:"",type:"string",description:"Container className",description_zh:"容器 className"},collapsed:{default:"-",value:"",type:"boolean",description:"Current collapsed status",description_zh:"当前收起状态"},":collapsedWidth":{default:"80",value:"",type:"number",description:"Width of the collapsed sidebar, setting to 0 will trigger a special trigger",description_zh:"收缩宽度，设置为 0 会出现特殊 trigger"},collapsible:{default:"false",value:"",type:"boolean",description:"Whether can be collapsed",description_zh:"是否可收起"},defaultCollapsed:{default:"false",value:"",type:"boolean",description:"Whether default collapsed",description_zh:"是否默认收起"},reverseArrow:{default:"false",value:"",type:"boolean",description:"Reverse direction of arrow, for a Sider that is on the right",description_zh:"翻转折叠提示箭头的方向，当 Sider 在右边时可以使用"},":style":{default:"-",value:"",type:"CSSProperties",description:"Specify style",description_zh:"指定样式"},theme:{default:"dark",value:"",type:"light / dark",description:"Theme color",description_zh:"主题颜色"},":trigger":{default:"-",value:"",type:"ReactNode",description:"Custom trigger, set to null to hide the trigger",description_zh:"自定义 trigger，设置为 null 时隐藏 trigger"},":width":{default:"200",value:"",type:"number / string",description:"Width",description_zh:"宽度"},":zeroWidthTriggerStyle":{default:"-",value:"",type:"object",description:"Specify the style of the special trigger that appears when collapsedWidth is 0",description_zh:"指定当 collapsedWidth 为 0 时出现的特殊 trigger 的样式"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/layout-cn#layoutsider",link_zh:"https://ant.design/components/layout-cn#layoutsider",events:[{name:"onBreakpoint",description:"Callback when responsive layout breakpoint is triggered",description_zh:"触发响应式布局断点时的回调",params:"(broken: boolean) => void"},{name:"onCollapse",description:"Callback when collapse is triggered, by clicking the trigger or responsive layout",description_zh:"展开-收起时的回调函数，有点击 trigger 以及响应式反馈两种方式可以触发",params:"(collapsed: boolean, type: 'clickTrigger' | 'responsive') => void"}],typeDetail:{breakpointWidth:[{name:"xs",value:"480px",description:"Extra small screen size",description_zh:"超小屏幕尺寸"},{name:"sm",value:"576px",description:"Small screen size",description_zh:"小屏幕尺寸"},{name:"md",value:"768px",description:"Medium screen size",description_zh:"中等屏幕尺寸"},{name:"lg",value:"992px",description:"Large screen size",description_zh:"大屏幕尺寸"},{name:"xl",value:"1200px",description:"Extra large screen size",description_zh:"超大屏幕尺寸"},{name:"xxl",value:"1600px",description:"Extra extra large screen size",description_zh:"超超大屏幕尺寸"}]}},q={name:"List",props:{bordered:{value:"",description:"Whether or not to display borders",default:"false",type:"boolean",description_zh:"是否展示边框"},":dataSource":{value:"",description:"List data sources",default:"-",type:"any[]",description_zh:"列表数据源",required:!0},":footer":{value:"",description:"At the bottom of the list",default:"-",type:"ReactNode",description_zh:"列表底部"},":grid":{value:"",description:"List raster configuration",default:"-",type:"object",description_zh:"列表栅格配置"},":header":{value:"",description:"The head of the list",default:"-",type:"ReactNode",description_zh:"列表头部"},itemLayout:{value:"",description:"Set the 'List.Item' layout, set to 'vertical' to display vertically, and default horizontally",default:"-",type:"string",description_zh:"设置 `List.Item` 布局, 设置成 `vertical` 则竖直样式显示, 默认横排"},loading:{value:"",description:"While the card content is still loading, you can use 'loading' to display a placeholder",default:"false",type:"boolean / object",description_zh:"当卡片内容还在加载中时，可以用 `loading` 展示一个占位"},":loadMore":{value:"",description:"Load more",default:"-",type:"ReactNode",description_zh:"加载更多"},":locale":{value:"",description:"The default copy settings, which currently include empty data copy",default:"{emptyText: `暂无数据`}",type:"object",description_zh:"默认文案设置，目前包括空数据文案"},pagination:{value:"",description:"For the corresponding 'pagination' configuration, set false to not be displayed",default:"false",type:"boolean / object",description_zh:"对应的 `pagination` 配置, 设置 false 不显示"},":renderItem":{value:"",description:"When using dataSource, you can customize the render list item with 'renderItem'",default:"-",type:"(item) => ReactNode",description_zh:"当使用 dataSource 时，可以用 `renderItem` 自定义渲染列表项",required:!0},":rowKey":{value:"",description:"When the 'renderItem' custom render list item is valid, customize how the 'key' for each row is obtained",default:"key",type:"keyof T / (item: T) => React.Key",description_zh:"当 `renderItem` 自定义渲染列表项有效时，自定义每一行的 `key` 的获取方式"},size:{value:["default","large","small"],description:"list size",default:"default",type:"default / large / small",description_zh:"list 的尺寸"},split:{value:"",description:"Whether or not to display a dividing line",default:"true",type:"boolean",description_zh:"是否展示分割线"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},typeDetail:{pagination:[{name:"position",description:"Specify the position where the pagination is displayed",description_zh:"指定分页显示的位置",type:"top | bottom | both",default:"bottom"},{name:"align",description:"Specify the alignment of pagination",description_zh:"指定分页对齐的位置",type:"start | center | end",default:"end"}],grid:[{name:"column",description:"Number of columns",description_zh:"列数",type:"number",default:"-"},{name:"gutter",description:"Grid spacing",description_zh:"栅格间隔",type:"number",default:"0"},{name:"xs",description:"Number of columns to display when <576px",description_zh:"<576px 展示的列数",type:"number",default:"-"},{name:"sm",description:"Number of columns to display when ≥576px",description_zh:"≥576px 展示的列数",type:"number",default:"-"},{name:"md",description:"Number of columns to display when ≥768px",description_zh:"≥768px 展示的列数",type:"number",default:"-"},{name:"lg",description:"Number of columns to display when ≥992px",description_zh:"≥992px 展示的列数",type:"number",default:"-"},{name:"xl",description:"Number of columns to display when ≥1200px",description_zh:"≥1200px 展示的列数",type:"number",default:"-"},{name:"xxl",description:"Number of columns to display when ≥1600px",description_zh:"≥1600px 展示的列数",type:"number",default:"-"}]},suggestions:["List.Item"],methods:[],events:[],link:"https://ant.design/components/list",link_zh:"https://ant.design/components/list"},K={name:"List.Item",props:{":actions":{value:"",description:"The list action group, depending on the 'itemLayout', is located at the bottom or far right of the card",default:"-",type:"Array<ReactNode>",description_zh:"列表操作组，根据 `itemLayout` 的不同, 位置在卡片底部或者最右侧"},":classNames":{value:"",description:"Semantic structure className",default:"-",type:"Record<actions | extra, string>",description_zh:"语义化结构 className",version:"5.18.0"},":extra":{value:"",description:"Extra content, usually used in the case of 'itemLayout' to 'vertical', to show the content on the right; 'horizontal' is displayed on the far right of the list element",default:"-",type:"ReactNode",description_zh:"额外内容, 通常用在 `itemLayout` 为 `vertical` 的情况下, 展示右侧内容; `horizontal` 展示在列表元素最右侧"},":styles":{value:"",description:"Semantic structure style",default:"-",type:"Record<actions | extra, CSSProperties>",description_zh:"语义化结构 style",version:"5.18.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},typeDetail:{"semantic-dom":[{name:"actions",description:"List operation group area",description_zh:"列表操作组区域"},{name:"extra",description:"Extra content area",description_zh:"额外内容区域"}]},methods:[],events:[],suggestions:["List.Item.Meta"],link:"https://ant.design/components/list",link_zh:"https://ant.design/components/list"},it={name:"List.Item.Meta",props:{":avatar":{value:"",description:"The icon of the list element",default:"-",type:"ReactNode",description_zh:"列表元素的图标"},":description":{value:"",description:"The description of the list element",default:"-",type:"ReactNode",description_zh:"列表元素的描述内容"},":title":{value:"",description:"The title of the list element",default:"-",type:"ReactNode",description_zh:"列表元素的标题"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],suggestions:["List.Item"],link:"https://ant.design/components/list",link_zh:"https://ant.design/components/list"},G={name:"Mentions",props:{allowClear:{default:"false",value:"",type:"boolean / { clearIcon?: ReactNode }",description:"可以点击清除图标删除内容",description_zh:"可以点击清除图标删除内容",version:"5.13.0"},autoFocus:{default:"false",value:"",type:"boolean",description:"自动获得焦点",description_zh:"自动获得焦点"},":autoSize":{default:"false",value:"",type:"boolean / object",description:"自适应内容高度，可设置为 true | false 或对象：{ minRows: 2, maxRows: 6 }",description_zh:"自适应内容高度，可设置为 true | false 或对象：{ minRows: 2, maxRows: 6 }"},defaultValue:{default:"-",value:"",type:"string",description:"默认值",description_zh:"默认值"},filterOption:{default:"-",value:"",type:"false / (input: string, option: OptionProps) => boolean",description:"自定义过滤逻辑",description_zh:"自定义过滤逻辑"},getPopupContainer:{default:"-",value:"",type:"() => HTMLElement",description:"指定建议框挂载的 HTML 节点",description_zh:"指定建议框挂载的 HTML 节点"},notFoundContent:{default:"Not Found",value:"",type:"ReactNode",description:"当下拉列表为空时显示的内容",description_zh:"当下拉列表为空时显示的内容"},placement:{default:"bottom",value:"",type:"top / bottom",description:"弹出层展示位置",description_zh:"弹出层展示位置"},prefix:{default:"@",value:"",type:"string / string[]",description:"设置触发关键字",description_zh:"设置触发关键字"},split:{default:" ",value:"",type:"string",description:"设置选中项前后分隔符",description_zh:"设置选中项前后分隔符"},status:{default:"-",value:"",type:"error / warning",description:"设置校验状态",description_zh:"设置校验状态",version:"4.19.0"},validateSearch:{default:"-",value:"",type:"(text: string, props: MentionsProps) => void",description:"自定义触发验证逻辑",description_zh:"自定义触发验证逻辑"},value:{default:"-",value:"",type:"string",description:"设置值",description_zh:"设置值"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"形态变体",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},":options":{default:"[]",value:"",type:"Options",description:"选项配置",description_zh:"选项配置",version:"5.1.0",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"移除焦点",description_zh:"移除焦点",params:""},{name:"focus",description:"获取焦点",description_zh:"获取焦点",params:""}],link:"https://ant.design/components/mentions-cn",link_zh:"https://ant.design/components/mentions-cn",events:[{name:"onBlur",description:"失去焦点时触发",description_zh:"失去焦点时触发",params:"() => void"},{name:"onChange",description:"值改变时触发",description_zh:"值改变时触发",params:"(text: string) => void"},{name:"onClear",description:"按下清除按钮的回调",description_zh:"按下清除按钮的回调",params:"() => void",version:"5.20.0"},{name:"onFocus",description:"获得焦点时触发",description_zh:"获得焦点时触发",params:"() => void"},{name:"onResize",description:"resize 回调",description_zh:"resize 回调",params:"function({ width, height })"},{name:"onSearch",description:"搜索时触发",description_zh:"搜索时触发",params:"(text: string, prefix: string) => void"},{name:"onSelect",description:"选择选项时触发",description_zh:"选择选项时触发",params:"(option: OptionProps, prefix: string) => void"},{name:"onPopupScroll",description:"滚动时触发",description_zh:"滚动时触发",params:"(event: Event) => void",version:"5.23.0"}],typeDetail:{Option:[{name:"value",description:"选择时填充的值",description_zh:"选择时填充的值",type:"string",default:"-"},{name:"label",description:"选项的标题",description_zh:"选项的标题",type:"React.ReactNode",default:"-"},{name:"key",description:"选项的 key 值",description_zh:"选项的 key 值",type:"string",default:"-"},{name:"disabled",description:"是否可选",description_zh:"是否可选",type:"boolean",default:"-"},{name:"className",description:"css 类名",description_zh:"css 类名",type:"string",default:"-"},{name:"style",description:"选项样式",description_zh:"选项样式",type:"React.CSSProperties",default:"-"}]}},U={name:"Menu",description:"为页面和功能提供导航的菜单列表。",description_zh:"为页面和功能提供导航的菜单列表。",props:{":defaultOpenKeys":{default:"-",value:"",type:"string[]",description:"初始展开的 SubMenu 菜单项 key 数组",description_zh:"初始展开的 SubMenu 菜单项 key 数组"},":defaultSelectedKeys":{default:"-",value:"",type:"string[]",description:"初始选中的菜单项 key 数组",description_zh:"初始选中的菜单项 key 数组"},":expandIcon":{default:"-",value:"",type:"ReactNode / (props: SubMenuProps & { isSubMenu: boolean }) => ReactNode",description:"自定义展开图标",description_zh:"自定义展开图标",version:"4.9.0"},forceSubMenuRender:{default:"false",value:"",type:"boolean",description:"在子菜单展示之前就渲染进 DOM",description_zh:"在子菜单展示之前就渲染进 DOM"},inlineCollapsed:{default:"false",value:"",type:"boolean",description:"inline 时菜单是否收起状态",description_zh:"inline 时菜单是否收起状态"},":inlineIndent":{default:"24",value:"",type:"number",description:"inline 模式的菜单缩进宽度",description_zh:"inline 模式的菜单缩进宽度"},":items":{default:"-",value:"",type:"ItemType[]",description:"菜单内容",description_zh:"菜单内容",version:"4.20.0",required:!0},mode:{default:"vertical",value:"",type:"vertical / horizontal / inline",description:"菜单类型，现在支持垂直、水平、和内嵌模式三种",description_zh:"菜单类型，现在支持垂直、水平、和内嵌模式三种"},multiple:{default:"false",value:"",type:"boolean",description:"是否允许多选",description_zh:"是否允许多选"},openKeys:{default:"-",value:"",type:"string[]",description:"当前展开的 SubMenu 菜单项 key 数组",description_zh:"当前展开的 SubMenu 菜单项 key 数组"},":overflowedIndicator":{default:"<EllipsisOutlined />",value:"",type:"ReactNode",description:"用于自定义 Menu 水平空间不足时的省略收缩的图标",description_zh:"用于自定义 Menu 水平空间不足时的省略收缩的图标"},selectable:{default:"true",value:"",type:"boolean",description:"是否允许选中",description_zh:"是否允许选中"},selectedKeys:{default:"-",value:"",type:"string[]",description:"当前选中的菜单项 key 数组",description_zh:"当前选中的菜单项 key 数组"},":style":{default:"-",value:"",type:"CSSProperties",description:"根节点样式",description_zh:"根节点样式"},":subMenuCloseDelay":{default:"0.1",value:"",type:"number",description:"用户鼠标离开子菜单后关闭延时，单位：秒",description_zh:"用户鼠标离开子菜单后关闭延时，单位：秒"},":subMenuOpenDelay":{default:"0",value:"",type:"number",description:"用户鼠标进入子菜单后开启延时，单位：秒",description_zh:"用户鼠标进入子菜单后开启延时，单位：秒"},theme:{default:"light",value:"",type:"light / dark",description:"主题颜色",description_zh:"主题颜色"},triggerSubMenuAction:{default:"hover",value:"",type:"hover / click",description:"SubMenu 展开/关闭的触发行为",description_zh:"SubMenu 展开/关闭的触发行为"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/menu-cn",link_zh:"https://ant.design/components/menu-cn",events:[{name:"onClick",description:"点击 MenuItem 调用此函数",description_zh:"点击 MenuItem 调用此函数",params:"function({ item, key, keyPath, domEvent })"},{name:"onDeselect",description:"取消选中时调用，仅在 multiple 生效",description_zh:"取消选中时调用，仅在 multiple 生效",params:"function({ item, key, keyPath, selectedKeys, domEvent })"},{name:"onOpenChange",description:"SubMenu 展开/关闭的回调",description_zh:"SubMenu 展开/关闭的回调",params:"function(openKeys: string[])"},{name:"onSelect",description:"被选中时调用",description_zh:"被选中时调用",params:"function({ item, key, keyPath, selectedKeys, domEvent })"}],typeDetail:{ItemType:"MenuItemType / SubMenuType / MenuItemGroupType / MenuDividerType",MenuItemType:[{name:"danger",type:"boolean",default:"false",description:"展示错误状态样式",description_zh:"展示错误状态样式"},{name:"disabled",type:"boolean",default:"false",description:"是否禁用",description_zh:"是否禁用"},{name:"extra",type:"ReactNode",default:"-",description:"额外节点",description_zh:"额外节点",version:"5.21.0"},{name:"icon",type:"ReactNode",default:"-",description:"菜单图标",description_zh:"菜单图标"},{name:"key",type:"string",default:"-",description:"item 的唯一标志",description_zh:"item 的唯一标志"},{name:"label",type:"ReactNode",default:"-",description:"菜单项标题",description_zh:"菜单项标题"},{name:"title",type:"string",default:"-",description:"设置收缩时展示的悬浮标题",description_zh:"设置收缩时展示的悬浮标题"}],SubMenuType:[{name:"children",type:"ItemType[]",default:"-",description:"子菜单的菜单项",description_zh:"子菜单的菜单项"},{name:"disabled",type:"boolean",default:"false",description:"是否禁用",description_zh:"是否禁用"},{name:"icon",type:"ReactNode",default:"-",description:"菜单图标",description_zh:"菜单图标"},{name:"key",type:"string",default:"-",description:"唯一标志",description_zh:"唯一标志"},{name:"label",type:"ReactNode",default:"-",description:"菜单项标题",description_zh:"菜单项标题"},{name:"popupClassName",type:"string",default:"-",description:'子菜单样式，mode="inline" 时无效',description_zh:'子菜单样式，mode="inline" 时无效'},{name:"popupOffset",type:"[number, number]",default:"-",description:'子菜单偏移量，mode="inline" 时无效',description_zh:'子菜单偏移量，mode="inline" 时无效'},{name:"onTitleClick",type:"function({ key, domEvent })",default:"-",description:"点击子菜单标题",description_zh:"点击子菜单标题"},{name:"theme",type:"light / dark",default:"-",description:"设置子菜单的主题，默认从 Menu 上继承",description_zh:"设置子菜单的主题，默认从 Menu 上继承"}],MenuItemGroupType:[{name:"type",type:"string",default:"group",description:"Must have",description_zh:"必须设置为 group"},{name:"children",type:"MenuItemType[]",default:"-",description:"分组的菜单项",description_zh:"分组的菜单项"},{name:"label",type:"ReactNode",default:"-",description:"分组标题",description_zh:"分组标题"}],MenuDividerType:[{name:"type",type:"string",default:"divider",description:"Must have",description_zh:"必须设置为 divider"},{name:"dashed",type:"boolean",default:"false",description:"是否虚线",description_zh:"是否虚线"}]}},Q={name:"Modal",props:{":afterClose":{default:"-",value:"",type:"function",description:"Callback after Modal is completely closed",description_zh:"Modal 完全关闭后的回调"},":afterOpenChange":{default:"-",value:"",type:"(open: boolean) => void",description:"Callback after opening and closing Modal animation ends",description_zh:"打开和关闭 Modal 时动画结束后的回调",version:"5.4.0"},autoFocusButton:{default:"ok",value:"",type:"null / ok / cancel",description:"Specify which button gets the autofocus",description_zh:"指定自动获得焦点的按钮"},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"Configure className for popup built-in modules",description_zh:"配置弹窗内置模块的 className",version:"5.10.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"Configure style for popup built-in modules",description_zh:"配置弹窗内置模块的 style",version:"5.10.0"},":cancelButtonProps":{default:"-",value:"",type:"ButtonProps",description:"Cancel button props",description_zh:"cancel 按钮 props"},":cancelText":{default:"取消",value:"",type:"ReactNode",description:"Cancel button text",description_zh:"取消按钮文字"},centered:{default:"false",value:"",type:"boolean",description:"Vertically centered display Modal",description_zh:"垂直居中展示 Modal"},className:{default:"-",value:"",type:"string",description:"Container className",description_zh:"容器类名"},":closable":{default:"true",value:"",type:"boolean / { closeIcon?: React.ReactNode; disabled?: boolean; }",description:"Whether to show the close button in the upper right corner",description_zh:"是否显示右上角的关闭按钮"},":closeIcon":{default:"<CloseOutlined />",value:"",type:"ReactNode",description:"Custom close icon. 5.7.0: Hide the close button when set to null or false",description_zh:"自定义关闭图标。5.7.0：设置为 null 或 false 时隐藏关闭按钮"},confirmLoading:{default:"false",value:"",type:"boolean",description:"OK button loading",description_zh:"确定按钮 loading"},":content":{default:"-",value:"",type:"ReactNode",description:"Content",description_zh:"内容"},destroyOnClose:{default:"false",value:"",type:"boolean",description:"Destroy child elements when closing",description_zh:"关闭时销毁 Modal 里的子元素"},focusTriggerAfterClose:{default:"true",value:"",type:"boolean",description:"Whether to focus trigger element after dialog is closed",description_zh:"对话框关闭后是否需要聚焦触发元素",version:"4.9.0"},":footer":{default:"(确定取消按钮)",value:"",type:"ReactNode / ((params: footerRenderParams) => ReactNode)",description:"Bottom content, you can set it as footer={null} when you don't need default bottom buttons",description_zh:"底部内容，当不需要默认底部按钮时，可以设为 footer={null}",version:"renderFunction: 5.9.0"},forceRender:{default:"false",value:"",type:"boolean",description:"Force render Modal",description_zh:"强制渲染 Modal"},":getContainer":{default:"document.body",value:"",type:"HTMLElement / () => HTMLElement / Selectors / false",description:"The specified node to mount the Modal, still displays in full screen mode, false to mount at the current location",description_zh:"指定 Modal 挂载的节点，但依旧为全屏展示，false 为挂载在当前位置"},":icon":{default:"<ExclamationCircleFilled />",value:"",type:"ReactNode",description:"Custom icon",description_zh:"自定义图标"},keyboard:{default:"true",value:"",type:"boolean",description:"Whether to support keyboard esc closing",description_zh:"是否支持键盘 esc 关闭"},loading:{default:"false",value:"",type:"boolean",description:"Show skeleton screen",description_zh:"显示骨架屏",version:"5.18.0"},mask:{default:"true",value:"",type:"boolean",description:"Whether to show mask",description_zh:"是否展示遮罩"},maskClosable:{default:"true",value:"",type:"boolean",description:"Whether to close when clicking on the mask",description_zh:"点击蒙层是否允许关闭"},":modalRender":{default:"-",value:"",type:"(node: ReactNode) => ReactNode",description:"Custom rendering modal dialog",description_zh:"自定义渲染对话框",version:"4.7.0"},":okButtonProps":{default:"-",value:"",type:"ButtonProps",description:"OK button props",description_zh:"ok 按钮 props"},":okText":{default:"确定",value:"",type:"ReactNode",description:"OK button text",description_zh:"确认按钮文字"},okType:{default:"primary",value:"",type:"string",description:"OK button type",description_zh:"确认按钮类型"},open:{default:"-",value:"",type:"boolean",description:"Whether the dialog is visible",description_zh:"对话框是否可见",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"},":style":{default:"-",value:"",type:"CSSProperties",description:"Can be used to set floating layer style, adjust floating layer position, etc.",description_zh:"可用于设置浮层的样式，调整浮层位置等"},":title":{default:"-",value:"",type:"ReactNode",description:"Title",description_zh:"标题"},":width":{default:"520",value:"",type:"string / number / Breakpoint",description:"Width",description_zh:"宽度",version:"Breakpoint: 5.23.0"},wrapClassName:{default:"-",value:"",type:"string",description:"The className of the outer container of the dialog",description_zh:"对话框外层容器的类名"},":zIndex":{default:"1000",value:"",type:"number",description:"Set Modal's z-index",description_zh:"设置 Modal 的 z-index"}},methods:[],events:[{name:"onCancel",description:"Click the callback of the mask layer or the top right cross or cancel button",params:"function(e)",description_zh:"点击遮罩层或右上角叉或取消按钮的回调",value:""},{name:"onOk",description:"Click OK callback",params:"function(e)",description_zh:"点击确定回调",value:""}],typeDetail:{SemanticDOM:[{name:"header",description:"Header area of modal",description_zh:"Modal 头部区域",type:"CSSProperties | string"},{name:"body",description:"Body area of modal",description_zh:"Modal 内容区域",type:"CSSProperties | string"},{name:"footer",description:"Footer area of modal",description_zh:"Modal 底部区域",type:"CSSProperties | string"},{name:"mask",description:"Modal mask layer",description_zh:"Modal 遮罩层",type:"CSSProperties | string"},{name:"wrapper",description:"Modal wrapper",description_zh:"Modal 包装器",type:"CSSProperties | string"}],footerRenderParams:[{name:"originNode",description:"The original footer DOM node",description_zh:"原始的底部 DOM 节点",type:"ReactNode"},{name:"confirmLoading",description:"Confirm button loading status",description_zh:"确认按钮加载状态",type:"boolean"}]},suggestions:[],link:"https://ant.design/components/modal",link_zh:"https://ant.design/components/modal-cn"},Y={name:"Pagination",description:"分页组件",description_zh:"分页组件",props:{align:{default:"-",value:"",type:"start / center / end",description:"Alignment of pagination",description_zh:"对齐方式",version:"5.19.0"},":current":{default:"-",value:"",type:"number",description:"Current page number",description_zh:"当前页数"},":defaultCurrent":{default:"1",value:"",type:"number",description:"Default initial page number",description_zh:"默认的当前页数"},":defaultPageSize":{default:"10",value:"",type:"number",description:"Default number of items per page",description_zh:"默认的每页条数"},disabled:{default:"-",value:"",type:"boolean",description:"Disable pagination",description_zh:"禁用分页"},hideOnSinglePage:{default:"false",value:"",type:"boolean",description:"Whether to hide pager on single page",description_zh:"只有一页时是否隐藏分页器"},":itemRender":{default:"-",value:"",type:"(page, type: 'page' / 'prev' / 'next', originalElement) => React.ReactNode",description:"To customize item's structure, can be used to optimize SEO",description_zh:"用于自定义页码的结构，可用于优化 SEO"},":pageSize":{default:"-",value:"",type:"number",description:"Number of items per page",description_zh:"每页条数"},":pageSizeOptions":{default:"[10, 20, 50, 100]",value:"",type:"number[]",description:"Specify the sizeChanger options",description_zh:"指定每页可以显示多少条"},responsive:{default:"-",value:"",type:"boolean",description:"When size is not specified, automatically adjust the size based on the screen width",description_zh:"当 size 未指定时，根据屏幕宽度自动调整尺寸"},showLessItems:{default:"false",value:"",type:"boolean",description:"Show less page items",description_zh:"是否显示较少页面内容"},":showQuickJumper":{default:"false",value:"",type:"boolean / { goButton: ReactNode }",description:"Determine whether you can jump to pages directly",description_zh:"是否可以快速跳转至某页"},":showSizeChanger":{default:"-",value:"",type:"boolean / SelectProps",description:"Whether to show pageSize select, it will be true when total > 50",description_zh:"是否展示 pageSize 切换器，当 total 大于 50 时默认为 true",version:"SelectProps: 5.21.0"},showTitle:{default:"true",value:"",type:"boolean",description:"Whether to show page number tooltip",description_zh:"是否显示原生 tooltip 页码提示"},":showTotal":{default:"-",value:"",type:"(total, range) => ReactNode",description:"Display total number and range",description_zh:"用于显示数据总量和当前数据顺序"},":simple":{default:"-",value:"",type:"boolean / { readOnly?: boolean }",description:"Whether to use simple mode",description_zh:"当添加该属性时，显示为简单分页"},size:{default:"default",value:"",type:"default / small",description:"Specify the size of Pagination",description_zh:"当为 small 时，是小尺寸分页"},":total":{default:"0",value:"",type:"number",description:"Total number of data items",description_zh:"数据总数",required:!0},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/pagination",link_zh:"https://ant.design/components/pagination-cn",events:[{name:"onChange",description:"Called when the page number or pageSize is changed",description_zh:"页码或 pageSize 改变的回调，参数是改变后的页码及每页条数",params:"(page: number, pageSize: number) => void"},{name:"onShowSizeChange",description:"Called when pageSize is changed",description_zh:"pageSize 变化的回调",params:"(current: number, size: number) => void"}],typeDetail:{SelectProps:"请参考 Select 组件的 API"}},J={name:"Popconfirm",props:{":cancelButtonProps":{default:"-",value:"",type:"ButtonProps",description:"Cancel button props",description_zh:"cancel 按钮 props"},cancelText:{default:"取消",value:"",type:"string",description:"Cancel button text",description_zh:"取消按钮文字"},disabled:{default:"false",value:"",type:"boolean",description:"Prevents Popconfirm from appearing when clicked on child elements",description_zh:"阻止点击 Popconfirm 子元素时弹出确认框"},":icon":{default:"<ExclamationCircle />",value:"",type:"ReactNode",description:"Custom Icon of confirmation box",description_zh:"自定义弹出气泡 Icon 图标"},":okButtonProps":{default:"-",value:"",type:"ButtonProps",description:"OK button props",description_zh:"ok 按钮 props"},okText:{default:"确定",value:"",type:"string",description:"OK button text",description_zh:"确认按钮文字"},okType:{default:"primary",value:"",type:"string",description:"OK button type",description_zh:"确认按钮类型"},showCancel:{default:"true",value:"",type:"boolean",description:"Whether to show the cancel button",description_zh:"是否显示取消按钮",version:"4.18.0"},":title":{default:"-",value:"",type:"ReactNode / () => ReactNode",description:"Confirmation box title",description_zh:"确认框标题",required:!0},":description":{default:"-",value:"",type:"ReactNode / () => ReactNode",description:"Detailed description of the confirmation content",description_zh:"确认内容的详细描述",version:"5.1.0"},":align":{default:"-",value:"",type:"object",description:"This value will be merged into placement's config, please refer to the settings dom-align",description_zh:"该值将合并到 placement 的配置中，设置参考 dom-align"},":arrow":{default:"true",value:"",type:"boolean / { pointAtCenter: boolean }",description:"Change arrow's visible state and whether the arrow is pointed at the center of target",description_zh:"修改箭头的显示状态以及修改箭头是否指向目标元素中心",version:"5.2.0"},autoAdjustOverflow:{default:"true",value:"",type:"boolean",description:"Whether to automatically adjust position when the bubble is obscured",description_zh:"气泡被遮挡时自动调整位置"},color:{default:"-",value:"",type:"string",description:"Background color",description_zh:"背景颜色",version:"4.3.0"},defaultOpen:{default:"false",value:"",type:"boolean",description:"Whether the floating tooltip card is visible by default",description_zh:"默认是否显隐",version:"4.23.0"},destroyTooltipOnHide:{default:"false",value:"",type:"boolean",description:"Whether to destroy tooltip when hidden",description_zh:"关闭后是否销毁 Tooltip"},fresh:{default:"false",value:"",type:"boolean",description:"By default, Tooltip caches content when closed. Setting this property will always keep it updated",description_zh:"默认情况下，Tooltip 在关闭时会缓存内容。设置该属性后会始终保持更新",version:"5.10.0"},":getPopupContainer":{default:"() => document.body",value:"",type:"(triggerNode: HTMLElement) => HTMLElement",description:"The parent node which the floating layer should be rendered to",description_zh:"浮层渲染父节点，默认渲染到 body 上"},":mouseEnterDelay":{default:"0.1",value:"",type:"number",description:"Delay in seconds before tooltip is shown on mouse enter",description_zh:"鼠标移入后延时多少才显示 Tooltip，单位：秒"},":mouseLeaveDelay":{default:"0.1",value:"",type:"number",description:"Delay in seconds before tooltip is hidden on mouse leave",description_zh:"鼠标移出后延时多少才隐藏 Tooltip，单位：秒"},overlayClassName:{default:"-",value:"",type:"string",description:"Card class name (deprecated, please use classNames={{ root: '' }} instead)",description_zh:"卡片类名, 请使用 classNames={{ root: '' }} 替换"},":overlayStyle":{default:"-",value:"",type:"React.CSSProperties",description:"Card style (deprecated, please use styles={{ root: {} }} instead)",description_zh:"卡片样式, 请使用 styles={{ root: {} }} 替换"},":overlayInnerStyle":{default:"-",value:"",type:"React.CSSProperties",description:"Card content area style (deprecated, please use styles={{ body: {} }} instead)",description_zh:"卡片内容区域的样式对象, 请使用 styles={{ body: {} }} 替换"},placement:{default:"top",value:["top","left","right","bottom","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],type:"string",description:"The position of the tooltip relative to the target",description_zh:"气泡框位置"},":trigger":{default:"hover",value:["hover","focus","click","contextMenu"],type:"string / string[]",description:"Tooltip trigger mode, options: hover/focus/click/contextMenu",description_zh:"触发行为，可选 hover / focus / click / contextMenu，可使用数组设置多个触发行为"},open:{default:"false",value:"",type:"boolean",description:"Whether the floating tooltip card is visible",description_zh:"用于手动控制浮层显隐",version:"4.23.0"},":zIndex":{default:"-",value:"",type:"number",description:"Set the z-index of popup",description_zh:"设置 Tooltip 的 z-index"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/popconfirm",link_zh:"https://ant.design/components/popconfirm-cn",events:[{name:"onCancel",description:"Callback when Cancel button is clicked",description_zh:"点击取消的回调",params:"function(e)",value:""},{name:"onConfirm",description:"Callback when OK button is clicked",description_zh:"点击确认的回调",params:"function(e)",value:""},{name:"onPopupClick",description:"The popup click event",description_zh:"弹出气泡点击事件",params:"function(e)",value:"",version:"5.5.0"},{name:"onOpenChange",description:"Callback when visibility of the tooltip card is changed",description_zh:"显示隐藏的回调",params:"(open: boolean) => void",value:"",version:"4.23.0"}],typeDetail:{ButtonProps:[{name:"disabled",description:"Disabled state of button",description_zh:"按钮失效状态",type:"boolean",default:"false"},{name:"loading",description:"Set the loading status of button",description_zh:"设置按钮载入状态",type:"boolean | { delay: number }",default:"false"},{name:"type",description:"Type of button",description_zh:"按钮类型",type:"primary | default | dashed | text | link",default:"default"},{name:"size",description:"Size of button",description_zh:"按钮大小",type:"large | middle | small",default:"middle"}]}},Z={name:"Popover",props:{":content":{value:"",description:"Card contents",default:"-",type:"ReactNode / () => ReactNode",description_zh:"卡片内容"},":title":{value:"",description:"The title of the card",default:"-",type:"ReactNode / () => ReactNode",description_zh:"卡片标题"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/popover",link_zh:"https://ant.design/components/popover"},$={name:"Progress",props:{":format":{value:"",default:"(percent) => percent + %",type:"function(percent, successPercent)",description:"Template functions for the content",description_zh:"内容的模板函数"},":percent":{value:"",default:"0",type:"number",description:"percentage",description_zh:"百分比",required:!0},showInfo:{value:"",default:"true",type:"boolean",description:"Whether to display a progress value or status icon",description_zh:"是否显示进度数值或状态图标"},status:{value:["success","exception","normal","active"],default:"-",type:"string",description:"Status, optional: success exception normal active (line only)",description_zh:"状态，可选：success exception normal active(仅限 line)"},strokeColor:{value:"",default:"-",type:"string",description:"The color of the progress bar",description_zh:"进度条的色彩"},strokeLinecap:{value:["round","butt","square"],default:"round",type:"round / butt / square",description:"The style of the progress bar",description_zh:"进度条的样式"},":success":{value:"",default:"-",type:"{ percent: number, strokeColor: string }",description:"Configure the success progress bar",description_zh:"成功进度条相关配置"},trailColor:{value:"",default:"-",type:"string",description:"The color of the unfinished segment",description_zh:"未完成的分段的颜色"},type:{value:["line","circle","dashboard"],default:"line",type:"string",description:"Type, optional: line, circle, dashboard",description_zh:"类型，可选 line circle dashboard"},":size":{value:["small","default"],default:"default",type:"number / [number / string, number] / { width: number, height: number } / small / default",description:"The size of the progress bar",description_zh:"进度条的尺寸",version:"5.3.0, Object: 5.18.0"},":steps":{value:"",default:"-",type:"number / { count: number, gap: number }",description:"The total number of steps in the progress bar",description_zh:"进度条总共步数",version:"5.16.0"},":rounding":{value:"",default:"Math.round",type:"(step: number) => number",description:"Function for rounding values",description_zh:"用于四舍五入数值的函数",version:"5.24.0"},":percentPosition":{value:"",default:'{ align: "end", type: "outer" }',type:"{ align: string; type: string }",description:"Position of percentage value, pass in object, 'align' represents horizontal position, 'type' represents whether inside or outside progress bar",description_zh:"进度数值位置，传入对象，align 表示数值的水平位置，type 表示数值在进度条内部还是外部",version:"5.18.0"},":gapDegree":{value:"",default:"75",type:"number",description:"The notch angle of the dashboard progress bar, can be 0 ~ 295",description_zh:"仪表盘进度条缺口角度，可取值 0 ~ 295"},gapPosition:{value:["top","bottom","left","right"],default:"bottom",type:"top / bottom / left / right",description:"Notch position of the dashboard progress bar",description_zh:"仪表盘进度条缺口位置"},":strokeWidth":{value:"",default:"6",type:"number",description:"The width of the progress bar line, in percentage of the width of the progress bar canvas",description_zh:"进度条线的宽度，单位是进度条画布宽度的百分比"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],typeDetail:{LineProgress:[{name:"steps",description:"The total number of steps in the progress bar",description_zh:"进度条总共步数",type:"number",default:"-"},{name:"rounding",description:"Function for rounding values",description_zh:"用于四舍五入数值的函数",type:"(step: number) => number",default:"Math.round",version:"5.24.0"},{name:"strokeColor",description:"Color of progress bar, pass in object for gradient. Supports passing in an array when steps is present.",description_zh:"进度条的色彩，传入 object 时为渐变。当有 steps 时支持传入一个数组。",type:"string | string[] | { from: string; to: string; direction: string }",default:"-",version:"4.21.0: string[]"},{name:"percentPosition",description:"Position of percentage value",description_zh:"进度数值位置",type:"{ align: string; type: string }",default:'{ align: "end", type: "outer" }',version:"5.18.0"}],CircleProgress:[{name:"steps",description:"Total number of steps in the progress bar. When passing an object, count refers to the number of steps, and gap refers to the interval size. When passing number type, gap defaults to 2.",description_zh:"进度条总共步数，传入 object 时，count 指步数，gap 指间隔大小。传 number 类型时，gap 默认为 2。",type:"number | { count: number, gap: number }",default:"-",version:"5.16.0"},{name:"strokeColor",description:"Color of circular progress bar, pass in object for gradient",description_zh:"圆形进度条线的色彩，传入 object 时为渐变",type:"string | { number%: string }",default:"-"},{name:"strokeWidth",description:"Width of circular progress bar, in percentage of canvas width",description_zh:"圆形进度条线的宽度，单位是进度条画布宽度的百分比",type:"number",default:"6"}],DashboardProgress:[{name:"steps",description:"Total number of steps in the progress bar. When passing an object, count refers to the number of steps, and gap refers to the interval size. When passing number type, gap defaults to 2.",description_zh:"进度条总共步数，传入 object 时，count 指步数，gap 指间隔大小。传 number 类型时，gap 默认为 2。",type:"number | { count: number, gap: number }",default:"-",version:"5.16.0"},{name:"gapDegree",description:"The notch angle of the dashboard progress bar, can be 0 ~ 295",description_zh:"仪表盘进度条缺口角度，可取值 0 ~ 295",type:"number",default:"75"},{name:"gapPosition",description:"Notch position of the dashboard progress bar",description_zh:"仪表盘进度条缺口位置",type:"top | bottom | left | right",default:"bottom"},{name:"strokeWidth",description:"Width of dashboard progress bar, in percentage of canvas width",description_zh:"仪表盘进度条线的宽度，单位是进度条画布宽度的百分比",type:"number",default:"6"}]},link:"https://ant.design/components/progress",link_zh:"https://ant.design/components/progress-cn"},X={name:"QRCode",version:"5.1.0",props:{value:{value:"",description:"Scanned text",default:"-",type:"string",description_zh:"扫描后的文本",required:!0,version:"5.1.0"},type:{value:["canvas","svg"],description:"Render type",default:"canvas",type:"canvas / svg",description_zh:"渲染类型",version:"5.6.0"},icon:{value:"",description:"The address of the image in the QR code (currently only the image address is supported)",default:"-",type:"string",description_zh:"二维码中图片的地址（目前只支持图片地址）",version:"5.1.0"},":size":{value:"",description:"QR code size",default:"160",type:"number",description_zh:"二维码大小",version:"5.1.0"},":iconSize":{value:"",description:"The size of the image in the QR code",default:"40",type:"number / { width: number; height: number }",description_zh:"二维码中图片的大小",version:"5.19.0"},color:{value:"",description:"QR code color",default:"#000",type:"string",description_zh:"二维码颜色",version:"5.1.0"},bgColor:{value:"",description:"QR code background color",default:"transparent",type:"string",description_zh:"二维码背景颜色",version:"5.5.0"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框",version:"5.1.0"},errorLevel:{value:["L","M","Q","H"],description:"QR code error correction level",default:"M",type:"L / M / Q / H",description_zh:"二维码纠错等级",version:"5.1.0"},status:{value:["active","expired","loading","scanned"],description:"QR code status",default:"active",type:"active / expired / loading / scanned",description_zh:"二维码状态",version:"5.1.0, scanned: 5.13.0"},":statusRender":{value:"",description:"Custom status renderer",default:"-",type:"(info: StatusRenderInfo) => React.ReactNode",description_zh:"自定义状态渲染器",version:"5.20.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onRefresh",description:'Click on the "Click to refresh" callback',params:"() => void",description_zh:'点击"点击刷新"的回调',value:"",version:"5.1.0"}],typeDetail:{StatusRenderInfo:[{name:"status",description:"QR code status",description_zh:"二维码状态",type:"QRStatus",default:"-"},{name:"locale",description:"Locale text",description_zh:"国际化文案",type:"Locale['QRCode']",default:"-"},{name:"onRefresh",description:"Refresh callback",description_zh:"刷新回调",type:"() => void",default:"-"}]},link:"https://ant.design/components/qr-code",link_zh:"https://ant.design/components/qr-code"},ee={name:"Radio",props:{autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},checked:{value:"",description:"Specifies whether it is currently selected",default:"false",type:"boolean",description_zh:"指定当前是否选中"},defaultChecked:{value:"",description:"Initially, this is selected",default:"false",type:"boolean",description_zh:"初始是否选中"},disabled:{value:"",description:"Disable Radio",default:"false",type:"boolean",description_zh:"禁用 Radio"},":value":{value:"",description:"Compare based on the value to determine whether it is selected",default:"-",type:"any",description_zh:"根据 value 进行比较，判断是否选中",required:!0}},methods:[{name:"blur",description:"Remove the focus",params:"",description_zh:"移除焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[],link:"https://ant.design/components//radio",link_zh:"https://ant.design/components//radio"},Ke={name:"Radio.Button",props:{autoFocus:{value:"",default:"false",type:"boolean",description:"Automatically get focus",description_zh:"自动获取焦点"},checked:{value:"",default:"false",type:"boolean",description:"Specifies whether it is currently selected",description_zh:"指定当前是否选中"},defaultChecked:{value:"",default:"false",type:"boolean",description:"Initially, this is selected",description_zh:"初始是否选中"},disabled:{value:"",default:"false",type:"boolean",description:"Disable Radio",description_zh:"禁用 Radio"},value:{value:"",default:"-",type:"any",description:"Compare based on the value to determine whether it is selected",description_zh:"根据 value 进行比较，判断是否选中",required:!0}},methods:[],events:[{name:"onChange",description:"The callback function when the option changes",params:"function(e:Event)",description_zh:"选项变化时的回调函数",value:""}],link:"https://ant.design/components//radio",link_zh:"https://ant.design/components//radio"},Ge={name:"Radio.Group",props:{buttonStyle:{default:"outline",value:"",type:"outline / solid",description:"RadioButton 的风格样式，目前有描边和填色两种风格",description_zh:"RadioButton 的风格样式，目前有描边和填色两种风格"},":defaultValue":{default:"-",value:"",type:"any",description:"默认选中的值",description_zh:"默认选中的值"},disabled:{default:"false",value:"",type:"boolean",description:"禁选所有子单选器",description_zh:"禁选所有子单选器"},name:{default:"-",value:"",type:"string",description:'RadioGroup 下所有 `input[type="radio"]` 的 `name` 属性。若未设置，则将回退到随机生成的名称',description_zh:'RadioGroup 下所有 `input[type="radio"]` 的 `name` 属性。若未设置，则将回退到随机生成的名称'},":options":{default:"-",value:"",type:"string[] / number[] / Array<CheckboxOptionType>",description:"以配置形式设置子元素",description_zh:"以配置形式设置子元素"},optionType:{default:"default",value:"",type:"default / button",description:"用于设置 Radio `options` 类型",description_zh:"用于设置 Radio `options` 类型",version:"4.4.0"},size:{default:"-",value:"",type:"large / middle / small",description:"大小，只对按钮样式生效",description_zh:"大小，只对按钮样式生效"},":value":{default:"-",value:"",type:"any",description:"用于设置当前选中的值",description_zh:"用于设置当前选中的值",required:!0},block:{default:"false",value:"",type:"boolean",description:"将 RadioGroup 宽度调整为其父宽度的选项",description_zh:"将 RadioGroup 宽度调整为其父宽度的选项",version:"5.21.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"}},events:[{name:"onChange",description:"选项变化时的回调函数",description_zh:"选项变化时的回调函数",params:"function(e:Event)"}],methods:[],link:"https://ant.design/components/radio-cn",link_zh:"https://ant.design/components/radio-cn",typeDetail:{CheckboxOptionType:[{name:"label",description:"用于作为 Radio 选项展示的文本",description_zh:"用于作为 Radio 选项展示的文本",type:"string",default:"-",version:"4.4.0"},{name:"value",description:"关联 Radio 选项的值",description_zh:"关联 Radio 选项的值",type:"string / number / boolean",default:"-",version:"4.4.0"},{name:"style",description:"应用到 Radio 选项的 style",description_zh:"应用到 Radio 选项的 style",type:"React.CSSProperties",default:"-",version:"4.4.0"},{name:"disabled",description:"指定 Radio 选项是否要禁用",description_zh:"指定 Radio 选项是否要禁用",type:"boolean",default:"false",version:"4.4.0"},{name:"title",description:"添加 Title 属性值",description_zh:"添加 Title 属性值",type:"string",default:"-",version:"4.4.0"},{name:"id",description:"添加 Radio Id 属性值",description_zh:"添加 Radio Id 属性值",type:"string",default:"-",version:"4.4.0"},{name:"onChange",description:"当 Radio Group 的值发送改变时触发",description_zh:"当 Radio Group 的值发送改变时触发",type:"(e: CheckboxChangeEvent) => void",default:"-",version:"4.4.0"},{name:"required",description:"指定 Radio 选项是否必填",description_zh:"指定 Radio 选项是否必填",type:"boolean",default:"false",version:"4.4.0"}]}},te={name:"RangePicker",props:{":allowEmpty":{default:"[false, false]",value:"",type:"[boolean, boolean]",description:"Allow start or end input to be empty",description_zh:"允许起始项部分为空"},allowClear:{default:"true",value:"",type:"boolean / { clearIcon?: ReactNode }",description:"Custom clear button",description_zh:"自定义清除按钮",version:"5.8.0: 支持对象类型"},autoFocus:{default:"false",value:"",type:"boolean",description:"Get focus by default",description_zh:"自动获取焦点"},className:{default:"-",value:"",type:"string",description:"The className of picker",description_zh:"选择器 className"},changeOnBlur:{default:"false",value:"",type:"boolean",description:"Trigger change when blur, e.g. datetime picker no longer require click confirm button",description_zh:"失去焦点时触发 change 事件，例如 datetime 下不再需要点击确认按钮"},":cellRender":{default:"-",value:"",type:"(current: dayjs, info: { originNode: React.ReactElement, today: DateType, range?: 'start' / 'end', type: PanelMode, locale?: Locale, subType?: 'hour' / 'minute' / 'second' / 'meridiem' }) => React.ReactNode",description:"Customize the contents of the cell",description_zh:"自定义单元格的内容。",version:"5.4.0"},":components":{default:"-",value:"",type:"Record<Panel / 'input', React.ComponentType>",description:"Custom panel components",description_zh:"自定义面板",version:"5.14.0"},":dateRender":{default:"-",value:"",type:"function(currentDate: dayjs, today: dayjs) => React.ReactNode",description:"Customize the contents of the date cell, replace it with 'cellRender' from 5.4.0",description_zh:"自定义日期单元格的内容，5.4.0 起用 cellRender 代替",version:"< 5.4.0"},":defaultPickerValue":{default:"-",value:"",type:"dayjs[]",description:"Default panel date, which will be reset when panel open",description_zh:"默认面板日期，每次面板打开时会被重置到该日期",version:"5.14.0"},":defaultValue":{default:"-",value:"",type:"dayjs[]",description:"Default date",description_zh:"默认日期"},":disabled":{default:"-",value:"",type:"[boolean, boolean]",description:"Disable start or end selection",description_zh:"禁用起始项"},":disabledDate":{default:"-",value:"",type:"(currentDate: dayjs, info: { from?: dayjs, type: Picker }) => boolean",description:"Specify the date that cannot be selected",description_zh:"不可选择的日期",version:"info: 5.14.0"},":disabledTime":{default:"-",value:"",type:"function(date: dayjs, partial: start / end, info: { from?: dayjs })",description:"Specify the time that cannot be selected",description_zh:"不可选择的时间",version:"info.from: 5.17.0"},":format":{default:"YYYY-MM-DD HH:mm:ss",value:"",type:"formatType",description:"Display format, see dayjs#format",description_zh:"展示的日期格式，配置参考 dayjs#format"},":getPopupContainer":{default:"-",value:"",type:"function(trigger)",description:"The container that defines the floating layer, defaults to a new div on the body",description_zh:"定义浮层的容器，默认为 body 上新建 div"},":id":{default:"-",value:"",type:"{ start?: string, end?: string }",description:"Set input id attribute",description_zh:"设置输入框 id 属性",version:"5.14.0"},inputReadOnly:{default:"false",value:"",type:"boolean",description:"Set the readonly attribute of the input tag (avoid virtual keyboard on touch devices)",description_zh:"设置输入框为只读（避免在移动设备上打开虚拟键盘）"},":locale":{default:"默认配置",value:"",type:"object",description:"Internationalization configuration",description_zh:"国际化配置"},":maxDate":{default:"-",value:"",type:"dayjs",description:"Max date, will also limit the panel switching range",description_zh:"最大日期，同样会限制面板的切换范围",version:"5.14.0"},":minDate":{default:"-",value:"",type:"dayjs",description:"Min date, will also limit the panel switching range",description_zh:"最小日期，同样会限制面板的切换范围",version:"5.14.0"},mode:{default:"-",value:"",type:"time / date / month / year / decade",description:"The picker panel mode",description_zh:"日期面板的状态（设置后无法选择年份/月份？）"},needConfirm:{default:"-",value:"",type:"boolean",description:"Whether to show confirm button, when set to false, loses focus means confirm",description_zh:"是否需要确认按钮，为 false 时失去焦点即代表选择",version:"5.14.0"},":nextIcon":{default:"-",value:"",type:"ReactNode",description:"Custom next icon",description_zh:"自定义下一个图标",version:"4.17.0"},open:{default:"false",value:"",type:"boolean",description:"Control whether the popup calendar is visible",description_zh:"控制弹层是否展开"},order:{default:"true",value:"",type:"boolean",description:"Auto order for multiple and range selection",description_zh:"多选、范围时是否自动排序",version:"5.14.0"},":panelRender":{default:"-",value:"",type:"(panelNode) => ReactNode",description:"Custom render panel",description_zh:"自定义渲染面板",version:"4.5.0"},picker:{default:"date",value:"",type:"date / week / month / quarter / year",description:"Set picker type",description_zh:"设置选择器类型",version:"quarter: 4.1.0"},":pickerValue":{default:"-",value:"",type:"dayjs[]",description:"Panel date, can be used to control panel switching date. Works with onPanelChange",description_zh:"面板日期，可以用于受控切换面板所在日期。配合 onPanelChange 使用",version:"5.14.0"},placeholder:{default:"-",value:"",type:"string / [string, string]",description:"Input box prompt text",description_zh:"输入框提示文字"},placement:{default:"bottomLeft",value:"",type:"bottomLeft / bottomRight / topLeft / topRight",description:"The position where the popup calendar will appear",description_zh:"选择框弹出的位置"},popupClassName:{default:"-",value:"",type:"string",description:"Additional className of popup calendar",description_zh:"额外的弹出日历 className",version:"4.23.0"},":popupStyle":{default:"{}",value:"",type:"CSSProperties",description:"Additional style for popup calendar",description_zh:"额外的弹出日历样式"},preserveInvalidOnBlur:{default:"false",value:"",type:"boolean",description:"Whether to keep invalid input when blur",description_zh:"失去焦点是否要清空输入框内无效内容",version:"5.14.0"},":prefix":{default:"-",value:"",type:"ReactNode",description:"Custom prefix",description_zh:"自定义前缀",version:"5.22.0"},":presets":{default:"-",value:"",type:"{ label: React.ReactNode, value: (Dayjs / (() => Dayjs))[] }[]",description:"Preset time range shortcut. Value support function return from 5.8.0",description_zh:"预设时间范围快捷选择，自 5.8.0 起 value 支持函数返回值"},":prevIcon":{default:"-",value:"",type:"ReactNode",description:"Custom previous icon",description_zh:"自定义上一个图标",version:"4.17.0"},":renderExtraFooter":{default:"-",value:"",type:"() => React.ReactNode",description:"Render extra footer in panel",description_zh:"在面板中添加额外的页脚"},rootClassName:{default:"-",value:"",type:"string",description:"Add className to the outermost layer of component",description_zh:"添加在组件最外层的 className"},":separator":{default:"<SwapRightOutlined />",value:"",type:"React.ReactNode",description:"Set separator",description_zh:"设置分隔符"},":showTime":{default:"TimePicker Options",value:"",type:"Object / boolean",description:"Add time selection options",description_zh:"增加时间选择功能"},":showTime.defaultValue":{default:"[dayjs(), dayjs()]",value:"",type:"dayjs[]",description:"Set default time when user select date",description_zh:"设置用户选择日期时默认的时分秒"},size:{default:"-",value:"",type:"large / middle / small",description:"Input box size, large 40px, middle 32px, small 24px",description_zh:"输入框大小，large 高度为 40px，small 为 24px，默认是 32px"},status:{default:"-",value:"",type:"error / warning",description:"Set validation status",description_zh:"设置校验状态",version:"4.19.0"},":style":{default:"{}",value:"",type:"CSSProperties",description:"Custom input style",description_zh:"自定义输入框样式"},":suffixIcon":{default:"-",value:"",type:"ReactNode",description:"Custom suffix icon",description_zh:"自定义的选择框后缀图标"},":superNextIcon":{default:"-",value:"",type:"ReactNode",description:"Custom >> icon",description_zh:"自定义 >> 切换图标",version:"4.17.0"},":superPrevIcon":{default:"-",value:"",type:"ReactNode",description:"Custom << icon",description_zh:"自定义 << 切换图标",version:"4.17.0"},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"Variants of picker",description_zh:"形态变体",version:"5.13.0 | underlined: 5.24.0"},":value":{default:"-",value:"",type:"dayjs[]",description:"Current date",description_zh:"日期"}},methods:[{name:"blur",description:"Remove focus",description_zh:"移除焦点",params:"()"},{name:"focus",description:"Get focus",description_zh:"获取焦点",params:"()"}],link:"https://ant.design/components/date-picker",link_zh:"https://ant.design/components/date-picker-cn",events:[{name:"onBlur",description:"Called when component loses focus",description_zh:"失焦时回调",params:"function(event, { range: 'start' | 'end' })",version:"range: 5.14.0"},{name:"onCalendarChange",description:"Callback when dates are selected but not confirmed. 'info' parameter added since 4.4.0",description_zh:"待选日期发生变化的回调。info 参数自 4.4.0 添加",params:"function(dates: [dayjs, dayjs], dateStrings: [string, string], info: { range: 'start'|'end' })",version:"info: 4.4.0"},{name:"onChange",description:"Callback when date range changes",description_zh:"日期范围发生变化的回调",params:"function(dates: [dayjs, dayjs], dateStrings: [string, string])"},{name:"onFocus",description:"Called when component gets focus",description_zh:"聚焦时回调",params:"function(event, { range: 'start' | 'end' })",version:"range: 5.14.0"},{name:"onOpenChange",description:"Callback when popup open/close",description_zh:"弹出日历和关闭日历的回调",params:"function(open)"},{name:"onPanelChange",description:"Callback when panel switching",description_zh:"日历面板切换的回调",params:"function(value, mode)"}],typeDetail:{formatType:"string | (value: Dayjs) => string | string[] | { format: string; type?: 'mask' }",PanelMode:"'time' | 'date' | 'week' | 'month' | 'quarter' | 'year' | 'decade'"}},ie={name:"Rate",props:{allowClear:{default:"true",value:"",type:"boolean",description:"是否允许再次点击后清除",description_zh:"是否允许再次点击后清除"},allowHalf:{default:"false",value:"",type:"boolean",description:"是否允许半选",description_zh:"是否允许半选"},autoFocus:{default:"false",value:"",type:"boolean",description:"自动获取焦点",description_zh:"自动获取焦点"},character:{default:"<StarFilled />",value:"",type:"ReactNode / (RateProps) => ReactNode",description:"自定义字符",description_zh:"自定义字符",version:"function(): 4.4.0"},className:{default:"-",value:"",type:"string",description:"自定义样式类名",description_zh:"自定义样式类名"},":count":{default:"5",value:"",type:"number",description:"star 总数",description_zh:"star 总数"},":defaultValue":{default:"0",value:"",type:"number",description:"默认值",description_zh:"默认值"},disabled:{default:"false",value:"",type:"boolean",description:"只读，无法进行交互",description_zh:"只读，无法进行交互"},keyboard:{default:"true",value:"",type:"boolean",description:"支持使用键盘操作",description_zh:"支持使用键盘操作",version:"5.18.0"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"},":style":{default:"-",value:"",type:"CSSProperties",description:"自定义样式对象",description_zh:"自定义样式对象"},tooltips:{default:"-",value:"",type:"string[]",description:"自定义每项的提示信息",description_zh:"自定义每项的提示信息"},":value":{default:"-",value:"",type:"number",description:"当前数，受控值",description_zh:"当前数，受控值",required:!0}},methods:[{name:"blur",description:"移除焦点",params:"",description_zh:"移除焦点"},{name:"focus",description:"获取焦点",params:"",description_zh:"获取焦点"}],link:"https://ant.design/components/rate-cn",link_zh:"https://ant.design/components/rate-cn",events:[{name:"onBlur",description:"失去焦点时的回调",description_zh:"失去焦点时的回调",params:"function()"},{name:"onChange",description:"选择时的回调",description_zh:"选择时的回调",params:"function(value: number)"},{name:"onFocus",description:"获取焦点时的回调",description_zh:"获取焦点时的回调",params:"function()"},{name:"onHoverChange",description:"鼠标经过时数值变化的回调",description_zh:"鼠标经过时数值变化的回调",params:"function(value: number)"},{name:"onKeyDown",description:"按键回调",description_zh:"按键回调",params:"function(event)"}],typeDetail:{}},oe={name:"Result",props:{":extra":{value:"",default:"-",type:"ReactNode",description:"Action area",description_zh:"操作区"},":icon":{value:"",default:"-",type:"ReactNode",description:"Customize the icon",description_zh:"自定义 icon"},status:{value:["success","error","info","warning","404","403","500"],default:"info",type:"success / error / info / warning / 404 / 403 / 500",description:"The status of the result, which determines the icon and color",description_zh:"结果的状态，决定图标和颜色"},":subTitle":{value:"",default:"-",type:"ReactNode",description:"subTitle text",description_zh:"subTitle 文字"},":title":{value:"",default:"-",type:"ReactNode",description:"title text",description_zh:"title 文字"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],typeDetail:{ResultStatuses:[{name:"success",description:"Show successful result status",description_zh:"展示成功状态",type:"string"},{name:"error",description:"Show error result status",description_zh:"展示错误状态",type:"string"},{name:"info",description:"Show information result status",description_zh:"展示信息状态",type:"string"},{name:"warning",description:"Show warning result status",description_zh:"展示警告状态",type:"string"},{name:"404",description:"Show 404 not found status",description_zh:"展示 404 未找到状态",type:"string"},{name:"403",description:"Show 403 forbidden status",description_zh:"展示 403 禁止访问状态",type:"string"},{name:"500",description:"Show 500 server error status",description_zh:"展示 500 服务器错误状态",type:"string"}]},events:[],link:"https://ant.design/components/result",link_zh:"https://ant.design/components/result-cn"},ne={name:"Row",description:"栅格系统中的行。",description_zh:"栅格系统中的行。",props:{align:{default:"top",value:"",type:"top / middle / bottom / stretch / {[key in 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl']: 'top' | 'middle' | 'bottom' | 'stretch'}",description:"Vertical alignment",description_zh:"垂直对齐方式",version:"object: 4.24.0"},":gutter":{default:"0",value:"",type:"number / object / array",description:"Grid spacing, can be written as a pixel value or responsive object to set horizontal spacing { xs: 8, sm: 16, md: 24}. Or use array form to set [horizontal spacing, vertical spacing]",description_zh:"栅格间隔，可以写成像素值或支持响应式的对象写法来设置水平间隔 { xs: 8, sm: 16, md: 24}。或者使用数组形式同时设置 [水平间距, 垂直间距]"},justify:{default:"start",value:"",type:"start / end / center / space-around / space-between / space-evenly / {[key in 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl']: 'start' | 'end' | 'center' | 'space-around' | 'space-between' | 'space-evenly'}",description:"Horizontal arrangement",description_zh:"水平排列方式",version:"object: 4.24.0"},wrap:{default:"true",value:"",type:"boolean",description:"Whether to automatically wrap",description_zh:"是否自动换行",version:"4.8.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/grid-cn#row",link_zh:"https://ant.design/components/grid-cn#row",events:[],typeDetail:{ResponsiveObject:[{name:"xs",type:"number",description:"< 576px screen",description_zh:"< 576px 屏幕"},{name:"sm",type:"number",description:"≥ 576px screen",description_zh:"≥ 576px 屏幕"},{name:"md",type:"number",description:"≥ 768px screen",description_zh:"≥ 768px 屏幕"},{name:"lg",type:"number",description:"≥ 992px screen",description_zh:"≥ 992px 屏幕"},{name:"xl",type:"number",description:"≥ 1200px screen",description_zh:"≥ 1200px 屏幕"},{name:"xxl",type:"number",description:"≥ 1600px screen",description_zh:"≥ 1600px 屏幕"}]},suggestions:["Col"]},ae={name:"Segmented",props:{block:{value:"",description:"Option to adjust the width to the width of the parent element",default:"false",type:"boolean",description_zh:"将宽度调整为父元素宽度的选项"},":defaultValue":{value:"",description:"The default selected value",default:"",type:"string / number",description_zh:"默认选中的值"},disabled:{value:"",description:"Whether to disable or not",default:"false",type:"boolean",description_zh:"是否禁用"},":options":{value:"",description:"Data-based configuration options",default:"[]",type:"string[] / number[] / SegmentedItemType[]",description_zh:"数据化配置选项内容"},size:{value:["large","middle","small"],description:"Widget size",default:"middle",type:"large / middle / small",description_zh:"控件尺寸"},vertical:{value:"",description:"Arrangement direction",default:"false",type:"boolean",description_zh:"排列方向",version:"5.21.0"},":value":{value:"",description:"The currently selected value",default:"",type:"string / number",description_zh:"当前选中的值"},shape:{value:["default","round"],description:"Shape",default:"default",type:"default / round",description_zh:"形状",version:"5.24.0"},name:{value:"",description:'The name attribute of all input[type="radio"] under Segmented. If not set, it will fall back to a random generated name',default:"",type:"string",description_zh:'Segmented 下所有 `input[type="radio"]` 的 `name` 属性。若未设置，则将回退到随机生成的名称',version:"5.23.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onChange",description:"The callback function when the option changes",params:"function(value: string / number)",description_zh:"选项变化时的回调函数",value:""}],typeDetail:{SegmentedItemType:[{name:"label",description:"Display text of segment item",description_zh:"分段项的显示文本",type:"ReactNode",default:"-"},{name:"value",description:"Value of segment item",description_zh:"分段项的值",type:"string / number",default:"-"},{name:"icon",description:"Display icon of segment item",description_zh:"分段项的显示图标",type:"ReactNode",default:"-"},{name:"disabled",description:"Disabled state of segment item",description_zh:"分段项的禁用状态",type:"boolean",default:"false"},{name:"className",description:"Custom class name",description_zh:"自定义类名",type:"string",default:"-"}]},version:"4.20.0",link:"https://ant.design/components/segmented",link_zh:"https://ant.design/components/segmented"},re={name:"Select",props:{":allowClear":{value:"",description:"Custom clear button",default:"false",type:"boolean / { clearIcon?: ReactNode }",description_zh:"自定义清除按钮",version:"5.8.0: 支持对象类型"},autoClearSearchValue:{value:"",description:"Whether to clear the search box after selecting an item, only valid if 'mode' is 'multiple' or 'tags'",default:"true",type:"boolean",description_zh:"是否在选中项后清空搜索框，只在 `mode` 为 `multiple` 或 `tags` 时有效"},autoFocus:{value:"",description:"Gets focus by default",default:"false",type:"boolean",description_zh:"默认获取焦点"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框"},":clearIcon":{value:"",description:"Custom clear icon",default:"-",type:"ReactNode",description_zh:"自定义的清除图标"},defaultActiveFirstOption:{value:"",description:"Whether to highlight the first option by default",default:"true",type:"boolean",description_zh:"是否默认高亮第一个选项"},defaultOpen:{value:"",description:"Whether to expand the drop-down menu by default",default:"-",type:"boolean",description_zh:"是否默认展开下拉菜单"},":defaultValue":{value:"",description:"Specifies the items that are selected by default",default:"-",type:"string / string[] / number / number[] / LabeledValue / LabeledValue[]",description_zh:"指定默认选中的条目"},disabled:{value:"",description:"Whether to disable or not",default:"false",type:"boolean",description_zh:"是否禁用"},popupClassName:{value:"",description:"The className attribute of drop-down menu",default:"-",type:"string",description_zh:"下拉菜单的 className 属性",version:"4.23.0"},":popupMatchSelectWidth":{value:"",description:"The drop-down menu is the same width as the selector. 'min-width' is set by default and is ignored when the value is less than the width of the selection box. false turns off virtual scrolling",default:"true",type:"boolean / number",description_zh:"下拉菜单和选择器同宽。默认将设置 `min-width`，当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动",version:"5.5.0"},":dropdownRender":{value:"",description:"Customize the drop-down box content",default:"-",type:"(originNode: ReactNode) => ReactNode",description_zh:"自定义下拉框内容"},":dropdownStyle":{value:"",description:"Style attribute of the drop-down menu",default:"-",type:"CSSProperties",description_zh:"下拉菜单的 style 属性"},":fieldNames":{value:"",description:"Customize node label, value, options, and groupLabel fields",default:"{ label: `label`, value: `value`, options: `options`, groupLabel: `label` }",type:"object",description_zh:"自定义节点 label、value、options、groupLabel 的字段",version:"4.17.0（`groupLabel` 在 5.6.0 新增）"},":filterOption":{value:"",description:"Whether to filter based on inputs. When it's a function, it will receive 'inputValue' and 'option' parameters, and should return true when 'option' meets filter conditions, otherwise false",default:"true",type:"boolean / function(inputValue, option)",description_zh:"是否根据输入项进行筛选。当其为一个函数时，会接收 `inputValue` `option` 两个参数，当 `option` 符合筛选条件时，应返回 true，反之则返回 false"},":filterSort":{value:"",description:"Sort function for filtering result items when searching, similar to compareFunction in Array.sort",default:"-",type:"(optionA: Option, optionB: Option, info: { searchValue: string }) => number",description_zh:"搜索时对筛选结果项的排序函数, 类似 Array.sort 里的 compareFunction",version:"`searchValue`: 5.19.0"},":getPopupContainer":{value:"",description:"Menu rendering parent node. Default renders to body. If you encounter menu scrolling positioning issues, try modifying it to a scrolling area and position relative to it",default:"() => document.body",type:"function(triggerNode)",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位"},labelInValue:{value:"",description:"Whether to wrap each option's label into value, changes Select's value type from 'string' to { value: string, label: ReactNode } format",default:"false",type:"boolean",description_zh:"是否把每个选项的 label 包装到 value 中，会把 Select 的 value 类型从 `string` 变为 { value: string, label: ReactNode } 的格式"},":listHeight":{value:"",description:"Set the scroll height of the popup window",default:"256",type:"number",description_zh:"设置弹窗滚动高度"},loading:{value:"",description:"Loading status",default:"false",type:"boolean",description_zh:"加载中状态"},":maxCount":{value:"",description:"Specify maximum number of selectable items, only effective when 'mode' is 'multiple' or 'tags'",default:"-",type:"number",description_zh:"指定可选中的最多 items 数量，仅在 `mode` 为 `multiple` 或 `tags` 时生效",version:"5.13.0"},":maxTagCount":{value:"",description:"Maximum number of tags to display, responsive mode has performance impact",default:"-",type:"number / responsive",description_zh:"最多显示多少个 tag，响应式模式会对性能产生损耗",version:"responsive: 4.10"},":maxTagPlaceholder":{value:"",description:"Content displayed when tags are hidden",default:"-",type:"ReactNode / function(omittedValues)",description_zh:"隐藏 tag 时显示的内容"},":maxTagTextLength":{value:"",description:"Maximum tag text length to display",default:"-",type:"number",description_zh:"最大显示的 tag 文本长度"},":menuItemSelectedIcon":{value:"",description:"Custom icon for currently selected item when multi-selecting",default:"-",type:"ReactNode",description_zh:"自定义多选时当前选中的条目图标"},mode:{value:["multiple","tags"],description:"Set Select's mode to multiple selection or tags",default:"-",type:"multiple / tags",description_zh:"设置 Select 的模式为多选或标签"},":notFoundContent":{value:"",description:"Content displayed when dropdown list is empty",default:"`Not Found`",type:"ReactNode",description_zh:"当下拉列表为空时显示的内容"},open:{value:"",description:"Whether to expand dropdown menu",default:"-",type:"boolean",description_zh:"是否展开下拉菜单"},optionFilterProp:{value:"",description:"Filter the corresponding 'option' property when searching. If set to 'children', it searches embedded content. If using the 'options' property to configure options, it's recommended to set optionFilterProp=\"label\" for content search",default:"`value`",type:"string",description_zh:'搜索时过滤对应的 `option` 属性，如设置为 `children` 表示对内嵌内容进行搜索。若通过 `options` 属性配置选项内容，建议设置 `optionFilterProp="label"` 来对内容进行搜索'},optionLabelProp:{value:"",description:"Property value of Option to fill back to selection box, default is Option's children. For example, when child elements need highlighting, this value can be set to 'value'",default:"`children`",type:"string",description_zh:"回填到选择框的 Option 的属性值，默认是 Option 的子元素。比如在子元素需要高亮效果时，此值可以设为 `value`"},":options":{value:"",description:"Data-configured option content, provides better rendering performance than JSX definition",default:"-",type:"{ label, value }[]",description_zh:"数据化配置选项内容，相比 jsx 定义会获得更好的渲染性能"},":optionRender":{value:"",description:"Custom render dropdown options",default:"-",type:"(option: FlattenOptionData<BaseOptionType>, info: { index: number }) => React.ReactNode",description_zh:"自定义渲染下拉选项",version:"5.11.0"},placeholder:{value:"",description:"Selection box default text",default:"-",type:"string",description_zh:"选择框默认文本"},placement:{value:["bottomLeft","bottomRight","topLeft","topRight"],description:"Selection box popup position",default:"bottomLeft",type:"bottomLeft / bottomRight / topLeft / topRight",description_zh:"选择框弹出的位置"},":prefix":{value:"",description:"Custom prefix",default:"-",type:"ReactNode",description_zh:"自定义前缀",version:"5.22.0"},":removeIcon":{value:"",description:"Custom multi-checkbox clear icon",default:"-",type:"ReactNode",description_zh:"自定义的多选框清除图标"},searchValue:{value:"",description:"Control search text",default:"-",type:"string",description_zh:"控制搜索文本"},showArrow:{value:"",description:"Whether to display the dropdown arrow",default:"true",type:"boolean",description_zh:"是否显示下拉小箭头"},showSearch:{value:"",description:"Configure whether searchable",default:"Single select: false, Multiple select: true",type:"boolean",description_zh:"配置是否可搜索"},size:{value:["large","middle","small"],description:"Selection box size",default:"middle",type:"large / middle / small",description_zh:"选择框大小"},status:{value:["error","warning"],description:"Set validation status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},":suffixIcon":{value:"",description:"Custom selection box suffix icon. To prevent icon from being used for other interactions, replaced icons by default won't respond to expand/collapse events; can pass through by adding 'pointer-events: none' style",default:"`<DownOutlined />`",type:"ReactNode",description_zh:"自定义的选择框后缀图标。以防止图标被用于其他交互，替换的图标默认不会响应展开、收缩事件，可以通过添加 `pointer-events: none` 样式透传"},":tagRender":{value:"",description:"Custom tag content render, only effective when 'mode' is 'multiple' or 'tags'",default:"-",type:"(props) => ReactNode",description_zh:"自定义 tag 内容 render，仅在 `mode` 为 `multiple` 或 `tags` 时生效"},":labelRender":{value:"",description:"Custom render for currently selected label content (see LabelInValueType definition in documentation)",default:"-",type:"(props: LabelInValueType) => ReactNode",description_zh:"自定义当前选中的 label 内容 render",version:"5.15.0"},":tokenSeparators":{value:"",description:"Separators for automatic tokenization, only effective when 'mode=\"tags\"'",default:"-",type:"string[]",description_zh:'自动分词的分隔符，仅在 `mode="tags"` 时生效'},":value":{value:"",description:"Specifies currently selected items, array for multiple selection (Select won't update when value array reference is unchanged)",default:"-",type:"string / string[] / number / number[] / LabeledValue / LabeledValue[]",description_zh:"指定当前选中的条目，多选时为一个数组。（value 数组引用未变化时，Select 不会更新）",required:!0},variant:{value:["outlined","borderless","filled","underlined"],description:"Shape variant",default:"`outlined`",type:"outlined / borderless / filled / underlined",description_zh:"形态变体",version:"5.13.0 / `underlined`: 5.24.0"},virtual:{value:"",description:"Set false to disable virtual scrolling",default:"true",type:"boolean",description_zh:"设置 false 时关闭虚拟滚动",version:"4.1.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove focus",params:"",description_zh:"取消焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[{name:"onBlur",description:"Callback when focus is lost",params:"function",description_zh:"失去焦点时回调",value:""},{name:"onChange",description:"Called when option is selected or input value changes",params:"function(value, option:Option | Array<Option>)",description_zh:"选中 option，或 input 的 value 变化时，调用此函数",value:""},{name:"onClear",description:"Callback when content is cleared",params:"function",description_zh:"清除内容时回调",value:"",version:"4.6.0"},{name:"onDeselect",description:"Called when unselected, parameter is the value (or key) of selected item, only effective in 'multiple' or 'tags' mode",params:"function(value: string | number | LabeledValue)",description_zh:"取消选中时调用，参数为选中项的 value (或 key) 值，仅在 `multiple` 或 `tags` 模式下生效",value:""},{name:"onDropdownVisibleChange",description:"Callback when dropdown menu expands",params:"(open: boolean) => void",description_zh:"展开下拉菜单的回调",value:""},{name:"onFocus",description:"Callback when focus is gained",params:"(event: FocusEvent) => void",description_zh:"获得焦点时回调",value:""},{name:"onInputKeyDown",description:"Callback when key is pressed down",params:"(event: KeyboardEvent) => void",description_zh:"按键按下时回调",value:""},{name:"onPopupScroll",description:"Callback when dropdown list scrolls",params:"(event: UIEvent) => void",description_zh:"下拉列表滚动时的回调",value:""},{name:"onSearch",description:"Callback when text box value changes",params:"function(value: string)",description_zh:"文本框值变化时回调",value:""},{name:"onSelect",description:"Called when selected, parameter is the value (or key) of selected item",params:"function(value: string | number | LabeledValue, option: Option)",description_zh:"被选中时调用，参数为选中项的 value (或 key) 值",value:""}],typeDetail:{Option:[{name:"className",description:"Option class name",description_zh:"Option 器类名",type:"string",default:"-"},{name:"disabled",description:"Whether disabled",description_zh:"是否禁用",type:"boolean",default:"false"},{name:"title",description:"Native title tooltip on option",description_zh:"选项上的原生 title 提示",type:"string",default:"-"},{name:"value",description:"Default filtered by this property value",description_zh:"默认根据此属性值进行筛选",type:"string | number",default:"-"}],OptGroup:[{name:"key",description:"Key",description_zh:"Key",type:"string",default:"-"},{name:"label",description:"Group name",description_zh:"组名",type:"React.ReactNode",default:"-"},{name:"className",description:"Option class name",description_zh:"Option 器类名",type:"string",default:"-"},{name:"title",description:"Native title tooltip on option",description_zh:"选项上的原生 title 提示",type:"string",default:"-"}]},link:"https://ant.design/components/select",link_zh:"https://ant.design/components/select-cn"},se={name:"Skeleton",props:{active:{value:"",default:"false",type:"boolean",description:"Whether or not to show an animated effect",description_zh:"是否展示动画效果"},":avatar":{value:"",default:"false",type:"boolean / SkeletonAvatarProps",description:"Whether to display a placeholder for your avatar",description_zh:"是否显示头像占位图"},loading:{value:"",default:"-",type:"boolean",description:"When true, a placeholder map is displayed. Otherwise, the sub-components are displayed directly",description_zh:"为 true 时，显示占位图。反之则直接展示子组件"},":paragraph":{value:"",default:"true",type:"boolean / SkeletonParagraphProps",description:"Whether to display paragraph placeholders",description_zh:"是否显示段落占位图"},round:{value:"",default:"false",type:"boolean",description:"When true, paragraphs and headings appear with rounded corners",description_zh:"为 true 时，段落和标题显示圆角"},":title":{value:"",default:"true",type:"boolean / SkeletonTitleProps",description:"Whether to display the title placeholder",description_zh:"是否显示标题占位图"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},typeDetail:{SkeletonAvatarProps:[{name:"active",description:"Whether to show animation effect, only works when used separately with avatar skeleton",description_zh:"是否展示动画效果，仅在单独使用头像骨架时生效",type:"boolean",default:"false"},{name:"shape",description:"Specify the shape of the avatar",description_zh:"指定头像的形状",type:"circle | square",default:"-"},{name:"size",description:"Set the size of the avatar placeholder",description_zh:"设置头像占位图的大小",type:"number | large | small | default",default:"-"}],SkeletonTitleProps:[{name:"width",description:"Set the width of the title placeholder",description_zh:"设置标题占位图的宽度",type:"number | string",default:"-"}],SkeletonParagraphProps:[{name:"rows",description:"Set the row count of the paragraph placeholder",description_zh:"设置段落占位图的行数",type:"number",default:"-"},{name:"width",description:"Set the width of the paragraph placeholder. If it's an array, it's the width of each line; otherwise, it's the width of the last line",description_zh:"设置段落占位图的宽度，若为数组时则为对应的每行宽度，反之则是最后一行的宽度",type:"number | string | Array<number | string>",default:"-"}],SkeletonButtonProps:[{name:"active",description:"Whether to show animation effect",description_zh:"是否展示动画效果",type:"boolean",default:"false"},{name:"block",description:"Option to adjust the button width to its parent width",description_zh:"将按钮宽度调整为其父宽度的选项",type:"boolean",default:"false",version:"4.17.0"},{name:"shape",description:"Specify the shape of the button",description_zh:"指定按钮的形状",type:"circle | round | square | default",default:"-"},{name:"size",description:"Set the size of the button",description_zh:"设置按钮的大小",type:"large | small | default",default:"-"}],SkeletonInputProps:[{name:"active",description:"Whether to show animation effect",description_zh:"是否展示动画效果",type:"boolean",default:"false"},{name:"size",description:"Set the size of the input",description_zh:"设置输入框的大小",type:"large | small | default",default:"-"}]},methods:[],events:[],suggestions:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},de={name:"Skeleton.Avatar",props:{active:{value:"",default:"false",type:"boolean",description:"Whether to show animation effect, only works when used separately with avatar skeleton",description_zh:"是否展示动画效果，仅在单独使用头像骨架时生效"},shape:{value:["circle","square"],default:"-",type:"circle / square",description:"Specify the shape of the avatar",description_zh:"指定头像的形状"},":size":{value:["large","small","default"],default:"-",type:"number / large / small / default",description:"Set the size of the avatar placeholder",description_zh:"设置头像占位图的大小"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},le={name:"Skeleton.Button",props:{active:{value:"",default:"false",type:"boolean",description:"Whether to show animation effect",description_zh:"是否展示动画效果"},block:{value:"",default:"false",type:"boolean",description:"Option to adjust the button width to its parent width",description_zh:"将按钮宽度调整为其父宽度的选项",version:"4.17.0"},shape:{value:["circle","round","square","default"],default:"-",type:"circle / round / square / default",description:"Specify the shape of the button",description_zh:"指定按钮的形状"},size:{value:["large","small","default"],default:"-",type:"large / small / default",description:"Set the size of the button",description_zh:"设置按钮的大小"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},pe={name:"Skeleton.Input",props:{active:{value:"",default:"false",type:"boolean",description:"Whether to show animation effect",description_zh:"是否展示动画效果"},size:{value:["large","small","default"],default:"-",type:"large / small / default",description:"Set the size of the input",description_zh:"设置输入框的大小"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},ce={name:"Skeleton.Paragraph",props:{":rows":{value:"",default:"-",type:"number",description:"Set the row count of the paragraph placeholder",description_zh:"设置段落占位图的行数"},":width":{value:"",default:"-",type:"number / string / Array<number / string>",description:"Set the width of the paragraph placeholder. If it's an array, it's the width of each line; otherwise, it's the width of the last line",description_zh:"设置段落占位图的宽度，若为数组时则为对应的每行宽度，反之则是最后一行的宽度"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},ue={name:"Skeleton.Title",props:{":width":{value:"",default:"-",type:"number / string",description:"Set the width of the title placeholder",description_zh:"设置标题占位图的宽度"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],link:"https://ant.design/components/skeleton",link_zh:"https://ant.design/components/skeleton-cn"},he={name:"Slider",props:{autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},":classNames":{value:"",description:"Semantic structure className",default:"-",type:"Record<SemanticDOM, string>",description_zh:"语义化结构 className",version:"5.10.0"},":defaultValue":{value:"",description:"Set the initial value. When 'range' is false, use number, otherwise use [number, number]",default:"0 / [0, 0]",type:"number / [number, number]",description_zh:"设置初始取值。当 `range` 为 false 时，使用 number，否则用[number, number]"},disabled:{value:"",description:"When the value is true, the slider is disabled",default:"false",type:"boolean",description_zh:"值为 true 时，滑块为禁用状态"},keyboard:{value:"",description:"The handler can be operated using the keyboard",default:"true",type:"boolean",description_zh:"支持使用键盘操作 handler",version:"5.2.0+"},dots:{value:"",description:"Whether you can only drag and drop onto the scale",default:"false",type:"boolean",description_zh:"是否只能拖拽到刻度上"},included:{value:"",description:"marks is valid when the object is not empty, true indicates that the value is contained, and false indicates a tie",default:"true",type:"boolean",description_zh:"marks 不为空对象时有效，值为 true 时表示值为包含关系，false 表示并列"},":marks":{value:"",description:"For tick markers, the type of key must be 'number' and the value must be in the closed interval [min, max], and each label can be styled separately",default:"{ number: ReactNode } or { number: { style: CSSProperties, label: ReactNode } }",type:"object",description_zh:"刻度标记，key 的类型必须为 `number` 且取值在闭区间 [min, max] 内，每个标签可以单独设置样式"},":max":{value:"",description:"maximum",default:"100",type:"number",description_zh:"最大值"},":min":{value:"",description:"minimum",default:"0",type:"number",description_zh:"最小值"},":range":{value:"",description:"Dual slider mode",default:"false",type:"boolean / range",description_zh:"双滑块模式"},reverse:{value:"",description:"Reverse axes",default:"false",type:"boolean",description_zh:"反向坐标轴"},":step":{value:"",description:"Step size, which must be greater than 0 and divisible by (max - min). When 'marks' is not an empty object, you can set 'step' to null, and the only optional values in the slider are marks, min and max",default:"1",type:"number / null",description_zh:"步长，取值必须大于 0，并且可被 (max - min) 整除。当 `marks` 不为空对象时，可以设置 `step` 为 null，此时 Slider 的可选值仅有 `marks`、`min` 和 `max`"},":styles":{value:"",description:"Semantic structure styles",default:"-",type:"Record<SemanticDOM, React.CSSProperties>",description_zh:"语义化结构 styles",version:"5.10.0"},":tooltip":{value:"",description:"Set Tooltip-related properties",default:"-",type:"tooltip",description_zh:"设置 Tooltip 相关属性",version:"4.23.0"},":value":{value:"",description:"Set the current value. When 'range' is false, use number, otherwise use [number, number]",default:"-",type:"number / [number, number]",description_zh:"设置当前取值。当 `range` 为 false 时，使用 number，否则用[number, number]",required:!0},vertical:{value:"",description:"When the value is true, the Slider is vertical",default:"false",type:"boolean",description_zh:"值为 true 时，Slider 为垂直方向"},":trackStyle":{value:"",description:"Slider Slider Track Style (Selected)",default:"-",type:"CSSProperties",description_zh:"Slider 滑动条轨道样式 (选中范围内)"},":railStyle":{value:"",description:"Slider Slider Track Style (Background)",default:"-",type:"CSSProperties",description_zh:"Slider 滑动条轨道样式 (背景)"},":handleStyle":{value:"",description:"Slider slider style",default:"-",type:"CSSProperties",description_zh:"Slider 滑动滑块样式"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove the focus",params:"",description_zh:"移除焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[{name:"onChangeComplete",description:"Consistent with the mouseup and keyup trigger timing, passing the current value as a parameter",params:"(value) => void",description_zh:"与 mouseup 和 keyup 触发时机一致，把当前值作为参数传入",value:""},{name:"onChange",description:"When the value of the slider changes, the onChange event is triggered, and the changed value is passed as a parameter",params:"(value) => void",description_zh:"当 Slider 的值发生改变时，会触发 onChange 事件，并把改变后的值作为参数传入",value:""}],typeDetail:{range:[{name:"draggableTrack",description:"Whether range scale can be dragged",description_zh:"范围刻度是否可被拖拽",type:"boolean",default:"false"},{name:"editable",description:"Enable dynamic add/remove nodes, can't be used with draggableTrack",description_zh:"启动动态增减节点，不能和 draggableTrack 一同使用",type:"boolean",default:"false",version:"5.20.0"},{name:"minCount",description:"Minimum number of nodes when editable is configured",description_zh:"配置 editable 时，最小节点数量",type:"number",default:"0",version:"5.20.0"},{name:"maxCount",description:"Maximum number of nodes when editable is configured",description_zh:"配置 editable 时，最大节点数量",type:"number",default:"-",version:"5.20.0"}],tooltip:[{name:"autoAdjustOverflow",description:"Whether to automatically adjust popup position",description_zh:"是否自动调整弹出位置",type:"boolean",default:"true",version:"5.8.0"},{name:"open",description:"When true, Tooltip will always be displayed; otherwise never displayed, even when dragging and hovering",description_zh:"值为 true 时，Tooltip 将会始终显示；否则始终不显示，哪怕在拖拽及移入时",type:"boolean",default:"-",version:"4.23.0"},{name:"placement",description:"Set Tooltip display position. See Tooltip component",description_zh:"设置 Tooltip 展示位置。参考 Tooltip",type:"string",default:"-",version:"4.23.0"},{name:"getPopupContainer",description:"Tooltip rendering parent node, default renders to body",description_zh:"Tooltip 渲染父节点，默认渲染到 body 上",type:"(triggerNode) => HTMLElement",default:"() => document.body",version:"4.23.0"},{name:"formatter",description:"Slider passes current value to formatter and displays formatter's return value in Tooltip. If null, hides Tooltip",description_zh:"Slider 会把当前值传给 formatter，并在 Tooltip 中显示 formatter 的返回值，若为 null，则隐藏 Tooltip",type:"value => ReactNode / null",default:"IDENTITY",version:"4.23.0"}],SemanticDOM:[{name:"rail",description:"Rail DOM",description_zh:"轨道 DOM",type:"string"},{name:"track",description:"Track DOM",description_zh:"已选择的轨道 DOM",type:"string"},{name:"handle",description:"Handle DOM",description_zh:"滑块 DOM",type:"string"}]},link:"https://ant.design/components/slider",link_zh:"https://ant.design/components/slider-cn"},me={name:"Space",description:"设置组件之间的间距。",description_zh:"设置组件之间的间距。",props:{align:{default:"-",value:"",type:"start / end / center / baseline",description:"Alignment of items",description_zh:"对齐方式",version:"4.2.0"},":classNames":{default:"-",value:"",type:"Record<SemanticDOM, string>",description:"Semantic class names",description_zh:"语义化 className"},direction:{default:"horizontal",value:"",type:"vertical / horizontal",description:"The space direction",description_zh:"间距方向",version:"4.1.0"},":size":{default:"small",value:"",type:"Size / Size[]",description:"The space size",description_zh:"间距大小",version:"4.1.0 / Array: 4.9.0"},":split":{default:"-",value:"",type:"ReactNode",description:"Set separator",description_zh:"设置分隔符",version:"4.7.0"},":styles":{default:"-",value:"",type:"Record<SemanticDOM, CSSProperties>",description:"Semantic styles",description_zh:"语义化 style"},wrap:{default:"false",value:"",type:"boolean",description:"Auto wrap line, only effective in horizontal",description_zh:"是否自动换行，仅在 horizontal 时有效",version:"4.9.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/space-cn",link_zh:"https://ant.design/components/space-cn",events:[],typeDetail:{Size:"'small' / 'middle' / 'large' / number",SemanticDOM:[{name:"item",type:"string",description:"Space item wrapper element",description_zh:"Space 项的包装元素"}]}},fe={name:"Space.Compact",description:"需要表单组件之间紧凑连接且合并边框时，使用 Space.Compact。",description_zh:"需要表单组件之间紧凑连接且合并边框时，使用 Space.Compact。",version:"4.24.0",props:{block:{default:"false",value:"",type:"boolean",description:"Option to fit width to its parent's width",description_zh:"将宽度调整为父元素宽度的选项",version:"4.24.0"},direction:{default:"horizontal",value:"",type:"vertical / horizontal",description:"Set direction of layout",description_zh:"指定排列方向",version:"4.24.0"},size:{default:"middle",value:"",type:"large / middle / small",description:"Size of child component",description_zh:"子组件大小",version:"4.24.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/space-cn#spacecompact",link_zh:"https://ant.design/components/space-cn#spacecompact",events:[],typeDetail:{Size:"'small' / 'middle' / 'large'"},suggestions:["Button","AutoComplete","Cascader","DatePicker","Input","Input.Search","InputNumber","Select","TimePicker","TreeSelect"]},ye={name:"Spin",props:{":delay":{value:"",description:"Delay the time it takes to display the loading effect (to prevent flickering)",default:"-",type:"number (milliseconds)",description_zh:"延迟显示加载效果的时间（防止闪烁）"},fullscreen:{value:"",description:"Display background with Spin component",default:"false",type:"boolean",description_zh:"显示带有 Spin 组件的背景",version:"5.11.0"},":indicator":{value:"",description:"Load indicator",default:"-",type:"ReactNode",description_zh:"加载指示符"},":percent":{value:"",description:"Display progress, when setting percent='auto', it will estimate a progress that never stops",default:"-",type:"number / auto",description_zh:'展示进度，当设置 percent="auto" 时会预估一个永远不会停止的进度',version:"5.18.0"},size:{value:["small","default","large"],description:"Component size, options: small, default, large",default:"default",type:"string",description_zh:"组件大小，可选值为 small default large"},spinning:{value:"",description:"Whether it is in the Loading state",default:"true",type:"boolean",description_zh:"是否为加载中状态"},":tip":{value:"",description:"When used as a wrapper element, the description copy can be customized",default:"-",type:"ReactNode",description_zh:"当作为包裹元素时，可以自定义描述文案"},wrapperClassName:{value:"",description:"The class attribute of the wrapper",default:"-",type:"string",description_zh:"包装器的类属性"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],typeDetail:{SpinSize:[{name:"small",description:"Small size spinner",description_zh:"小号加载图标",type:"string"},{name:"default",description:"Default size spinner",description_zh:"默认大小加载图标",type:"string"},{name:"large",description:"Large size spinner",description_zh:"大号加载图标",type:"string"}],SpinPercent:[{name:"auto",description:"Automatically estimate progress that never stops",description_zh:"自动预估永远不会停止的进度",type:"string"},{name:"number",description:"Specific percentage number (0-100)",description_zh:"具体的百分比数值 (0-100)",type:"number"}]},events:[],link:"https://ant.design/components/spin",link_zh:"https://ant.design/components/spin-cn"},ve={name:"Splitter",version:"5.21.0",description:"可拖拽调整面板大小的分割块。",description_zh:"可拖拽调整面板大小的分割块。",props:{layout:{default:"horizontal",value:"",type:"horizontal / vertical",description:"Layout direction",description_zh:"布局方向"},lazy:{default:"false",value:"",type:"boolean",description:"Lazy rendering mode",description_zh:"延迟渲染模式",version:"5.23.0"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/splitter-cn",link_zh:"https://ant.design/components/splitter-cn",events:[{name:"onResizeStart",description:"Callback before starting to drag",description_zh:"开始拖拽之前回调",params:"(sizes: number[]) => void"},{name:"onResize",description:"Callback when panel size changes",description_zh:"面板大小变化回调",params:"(sizes: number[]) => void"},{name:"onResizeEnd",description:"Callback when drag ends",description_zh:"拖拽结束回调",params:"(sizes: number[]) => void"}],typeDetail:{},suggestions:["Splitter.Panel"]},ge={name:"Splitter.Panel",version:"5.21.0",description:"Splitter 面板组件",description_zh:"Splitter 面板组件",props:{":defaultSize":{default:"-",value:"",type:"number / string",description:"Initial panel size, supports number px or text 'percentage%' type",description_zh:"初始面板大小，支持数字 px 或者文字 '百分比%' 类型"},":min":{default:"-",value:"",type:"number / string",description:"Minimum threshold, supports number px or text 'percentage%' type",description_zh:"最小阈值，支持数字 px 或者文字 '百分比%' 类型"},":max":{default:"-",value:"",type:"number / string",description:"Maximum threshold, supports number px or text 'percentage%' type",description_zh:"最大阈值，支持数字 px 或者文字 '百分比%' 类型"},":size":{default:"-",value:"",type:"number / string",description:"Controlled panel size, supports number px or text 'percentage%' type",description_zh:"受控面板大小，支持数字 px 或者文字 '百分比%' 类型"},":collapsible":{default:"false",value:"",type:"boolean / { start?: boolean; end?: boolean }",description:"Quick collapse",description_zh:"快速折叠"},resizable:{default:"true",value:"",type:"boolean",description:"Whether to enable drag and resize",description_zh:"是否开启拖拽伸缩"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/splitter-cn#panel",link_zh:"https://ant.design/components/splitter-cn#panel",events:[],typeDetail:{},suggestions:[]},be={name:"Statistic",props:{decimalSeparator:{value:"",description:"Set the decimal point",default:".",type:"string",description_zh:"设置小数点"},":formatter":{value:"",description:"Custom numerical display",default:"-",type:"(value) => ReactNode",description_zh:"自定义数值展示"},groupSeparator:{value:"",description:"Set the thousandth identifier",default:",",type:"string",description_zh:"设置千分位标识符"},loading:{value:"",description:"Whether the value is loading",default:"false",type:"boolean",description_zh:"数值是否加载中",version:"4.8.0"},":precision":{value:"",description:"Numerical precision",default:"-",type:"number",description_zh:"数值精度"},":prefix":{value:"",description:"Set the prefix of the numeric value",default:"-",type:"ReactNode",description_zh:"设置数值的前缀"},":suffix":{value:"",description:"Set the suffix of the numeric value",default:"-",type:"ReactNode",description_zh:"设置数值的后缀"},":title":{value:"",description:"The title of the numeric value",default:"-",type:"ReactNode",description_zh:"数值的标题"},":value":{value:"",description:"Numerical content",default:"-",type:"string / number",description_zh:"数值内容"},":valueStyle":{value:"",description:"Sets the style of the numeric range",default:"-",type:"CSSProperties",description_zh:"设置数值区域的样式"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],suggestions:["Statistic.Countdown"],link:"https://ant.design/components/statistic",link_zh:"https://ant.design/components/statistic"},ze={name:"Statistic.Countdown",props:{format:{value:"",description:"Format the countdown display, refer to [dayjs](https://day.js.org/)",default:"HH:mm:ss",type:"string",description_zh:"格式化倒计时展示，参考 [dayjs](https://day.js.org/)"},":prefix":{value:"",description:"Set the prefix of the numeric value",default:"-",type:"ReactNode",description_zh:"设置数值的前缀"},":suffix":{value:"",description:"Set the suffix of the numeric value",default:"-",type:"ReactNode",description_zh:"设置数值的后缀"},":title":{value:"",description:"The title of the numeric value",default:"-",type:"ReactNode",description_zh:"数值的标题"},":value":{value:"",description:"Numerical content",default:"-",type:"number / dayjs",description_zh:"数值内容",required:!0},":valueStyle":{value:"",description:"Sets the style of the numeric range",default:"-",type:"CSSProperties",description_zh:"设置数值区域的样式"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onFinish",description:"Triggers when the countdown is complete",params:"() => void",description_zh:"倒计时完成时触发",value:""},{name:"onChange",description:"Triggered when the countdown time changes",params:"(value: number) => void",description_zh:"倒计时时间变化时触发",value:"",version:"4.16.0"}],suggestions:["Statistic"],link:"https://ant.design/components/statistic",link_zh:"https://ant.design/components/statistic"},_e={name:"Steps",description:"整体步骤条。",description_zh:"整体步骤条。",props:{className:{default:"-",value:"",type:"string",description:"步骤条类名",description_zh:"步骤条类名"},rootClassName:{default:"-",value:"",type:"string",description:"添加在组件最外层的 className",description_zh:"添加在组件最外层的 className"},":current":{default:"0",value:"",type:"number",description:"指定当前步骤，从 0 开始记数。在子 Step 元素中，可以通过 status 属性覆盖状态",description_zh:"指定当前步骤，从 0 开始记数。在子 Step 元素中，可以通过 status 属性覆盖状态",required:!0},direction:{default:"horizontal",value:"",type:"string",description:"指定步骤条方向。目前支持水平（horizontal）和竖直（vertical）两种方向",description_zh:"指定步骤条方向。目前支持水平（horizontal）和竖直（vertical）两种方向"},":initial":{default:"0",value:"",type:"number",description:"起始序号，从 0 开始记数",description_zh:"起始序号，从 0 开始记数"},labelPlacement:{default:"horizontal",value:"",type:"string",description:"指定标签放置位置，默认水平放图标右侧，可选 vertical 放图标下方",description_zh:"指定标签放置位置，默认水平放图标右侧，可选 vertical 放图标下方"},":percent":{default:"-",value:"",type:"number",description:"当前 process 步骤显示的进度条进度（只对基本类型的 Steps 生效）",description_zh:"当前 process 步骤显示的进度条进度（只对基本类型的 Steps 生效）",version:"4.5.0"},":progressDot":{default:"false",value:"",type:"boolean / (iconDot, {index, status, title, description}) => ReactNode",description:"点状步骤条，可以设置为一个 function，labelPlacement 将强制为 vertical",description_zh:"点状步骤条，可以设置为一个 function，labelPlacement 将强制为 vertical"},responsive:{default:"true",value:"",type:"boolean",description:"当屏幕宽度小于 532px 时自动变为垂直模式",description_zh:"当屏幕宽度小于 532px 时自动变为垂直模式"},size:{default:"default",value:"",type:"string",description:"指定大小，目前支持普通（default）和迷你（small）",description_zh:"指定大小，目前支持普通（default）和迷你（small）"},status:{default:"process",value:"",type:"string",description:"指定当前步骤的状态，可选 wait process finish error",description_zh:"指定当前步骤的状态，可选 wait process finish error"},type:{default:"default",value:"",type:"string",description:"步骤条类型，可选 default navigation inline",description_zh:"步骤条类型，可选 default navigation inline",version:"inline: 5.0"},":items":{default:"[]",value:"",type:"StepItem[]",description:"配置选项卡内容",description_zh:"配置选项卡内容",required:!0,version:"4.24.0"}},methods:[],link:"https://ant.design/components/steps-cn",link_zh:"https://ant.design/components/steps-cn",events:[{name:"onChange",description:"点击切换步骤时触发",description_zh:"点击切换步骤时触发",params:"(current) => void"}],typeDetail:{StepItem:[{name:"description",type:"ReactNode",default:"-",description:"步骤的详情描述，可选",description_zh:"步骤的详情描述，可选"},{name:"disabled",type:"boolean",default:"false",description:"禁用点击",description_zh:"禁用点击"},{name:"icon",type:"ReactNode",default:"-",description:"步骤图标的类型，可选",description_zh:"步骤图标的类型，可选"},{name:"status",type:"string",default:"wait",description:"指定状态。当不配置该属性时，会使用 Steps 的 current 来自动指定状态。可选：wait process finish error",description_zh:"指定状态。当不配置该属性时，会使用 Steps 的 current 来自动指定状态。可选：wait process finish error"},{name:"subTitle",type:"ReactNode",default:"-",description:"子标题",description_zh:"子标题"},{name:"title",type:"ReactNode",default:"-",description:"标题",description_zh:"标题"}]}},we={name:"Switch",props:{autoFocus:{value:"",description:"The component automatically gets focus",default:"false",type:"boolean",description_zh:"组件自动获取焦点"},checked:{value:"",description:"Specifies whether it is currently selected",default:"false",type:"boolean",description_zh:"指定当前是否选中"},":checkedChildren":{value:"",description:"What is when selected",default:"-",type:"ReactNode",description_zh:"选中时的内容"},className:{value:"",description:"Switch class name",default:"-",type:"string",description_zh:"Switch 器类名"},defaultChecked:{value:"",description:"Initially, this is selected",default:"false",type:"boolean",description_zh:"初始是否选中"},defaultValue:{value:"",description:"Alias for defaultChecked",default:"-",type:"boolean",description_zh:"defaultChecked 的别名",version:"5.12.0"},disabled:{value:"",description:"Whether to disable or not",default:"false",type:"boolean",description_zh:"是否禁用"},loading:{value:"",description:"Switches in loading",default:"false",type:"boolean",description_zh:"加载中的开关"},size:{value:["default","small"],description:"Switch size, optionally: 'default' small",default:"default",type:"string",description_zh:"开关大小，可选值：`default` `small`"},":unCheckedChildren":{value:"",description:"Content when not selected",default:"-",type:"ReactNode",description_zh:"非选中时的内容"},value:{value:"",description:"Alias for checked",default:"-",type:"boolean",description_zh:"checked 的别名",version:"5.12.0",required:!0},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove the focus",params:"",description_zh:"移除焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[{name:"onChange",description:"The callback function when it changes",params:"function(checked: boolean, event: Event)",description_zh:"变化时的回调函数",value:""},{name:"onClick",description:"Callback function when clicked",params:"function(checked: boolean, event: Event)",description_zh:"点击时的回调函数",value:""}],link:"https://ant.design/components/switch",link_zh:"https://ant.design/components/switch-cn"},Ce={name:"Table",props:{bordered:{value:"",description:"Whether to display outer borders and column borders",default:"false",type:"boolean",description_zh:"是否展示外边框和列边框"},":columns":{value:"",description:"The following table describes the configuration of the table columns",default:"-",type:"ColumnsType[]",description_zh:"表格列的配置描述，具体项见下表",required:!0},":components":{value:"",description:"Override the default table element",default:"-",type:"TableComponents",description_zh:"覆盖默认的 table 元素"},":dataSource":{value:"",description:"Array of data",default:"-",type:"object[]",description_zh:"数据数组",required:!0},":expandable":{value:"",description:"Configure the expansion properties",default:"-",type:"expandable",description_zh:"配置展开属性"},":footer":{value:"",description:"Tail of table",default:"-",type:"function(currentPageData)",description_zh:"表格尾部"},":getPopupContainer":{value:"",description:"Set the rendering nodes for various types of floating layers in the table, such as the filter menu",default:"() => TableHtmlElement",type:"(triggerNode) => HTMLElement",description_zh:"设置表格内各类浮层的渲染节点，如筛选菜单"},":loading":{value:"",description:"Whether the page is loading",default:"false",type:"boolean / Spin Props",description_zh:"页面是否加载中"},":locale":{value:["zh-cn","zh-tw","en-us"],description:"The default copywriting settings currently include sorting, filtering, and empty data copy",default:"[默认值]",type:"object",description_zh:"默认文案设置，目前包括排序、过滤、空数据文案"},":pagination":{value:"",description:"Paginer, which is set to false does not show and pagination",default:"-",type:"object / false",description_zh:"分页器，设为 false 时不展示和进行分页"},":rowClassName":{value:"",description:"The class name of the table row",default:"-",type:"function(record, index): string",description_zh:"表格行的类名"},":rowKey":{value:"",description:"The value of the table row key can be a string or a function",default:"key",type:"string / function(record): string",description_zh:"表格行 key 的取值，可以是字符串或一个函数"},":rowSelection":{value:"",description:"Whether table rows can be selected, [Config]",default:"-",type:"object",description_zh:"表格行是否可选择，[配置项]"},rowHoverable:{value:"",description:"Whether to enable hover interaction for table rows",default:"true",type:"boolean",description_zh:"表格行是否开启 hover 交互",version:"5.16.0"},":scroll":{value:"",description:"Whether the table is scrollable or not, you can also specify the width and height of the scrolling area",default:"-",type:"object",description_zh:"表格是否可滚动，也可以指定滚动区域的宽、高"},showHeader:{value:"",description:"Whether to display the header",default:"true",type:"boolean",description_zh:"是否显示表头"},":showSorterTooltip":{value:"",description:"Whether the header displays a tooltip hint for the next sort. When the parameter type is Object, it will be set as a property of the Tooltip",default:"{ target: 'full-header' }",type:"boolean / Tooltip props & {target?: 'full-header' / 'sorter-icon' }",description_zh:"表头是否显示下一次排序的 tooltip 提示。当参数类型为对象时，将被设置为 Tooltip 的属性",version:"5.16.0"},size:{value:["large","middle","small"],description:"Table size",default:"large",type:"large / middle / small",description_zh:"表格大小"},":sortDirections":{value:"",description:"The supported sorting method can be 'ascend' descend",default:"[ascend, descend]",type:"Array",description_zh:"支持的排序方式，取值为 `ascend` descend"},":sticky":{value:"",description:"Set the sticky head and scrollbar",default:"-",type:"boolean / {offsetHeader?: number, offsetScroll?: number, getContainer?: () => HTMLElement}",description_zh:"设置粘性头部和滚动条",version:"4.6.0 (getContainer: 4.7.0)"},":summary":{value:"",description:"Summary bar",default:"-",type:"(currentData) => ReactNode",description_zh:"总结栏"},tableLayout:{value:["auto","fixed"],description:"The [table-layout](https://developer.mozilla.org/zh-CN/docs/Web/CSS/table-layout) property of the table element, set to 'fixed' means that the content does not affect the layout of the column",default:"无<br />固定表头/列或使用了 `column.ellipsis` 时，默认值为 `fixed`",type:"- / auto / fixed",description_zh:"表格元素的 [table-layout](https://developer.mozilla.org/zh-CN/docs/Web/CSS/table-layout) 属性，设为 `fixed` 表示内容不会影响列的布局"},":title":{value:"",description:"Table title",default:"-",type:"function(currentPageData)",description_zh:"表格标题"},virtual:{value:"",description:"Support virtual list",default:"-",type:"boolean",description_zh:"支持虚拟列表",version:"5.9.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[{name:"nativeElement",description:"Outermost div element",params:"HTMLDivElement",description_zh:"最外层 div 元素",version:"5.11.0"},{name:"scrollTo",description:"Scroll to the target location (rowKey for Record when the key is set)",params:"(config: { index?: number, key?: React.Key, top?: number }) => void",description_zh:"滚动到目标位置（设置 key 时为 Record 对应的 rowKey）",version:"5.11.0"}],events:[{name:"onChange",description:"Triggered when there are changes in pagination, sorting, and filtering",params:"function(pagination, filters, sorter, extra: { currentDataSource: [], action: paginate / sort / filter })",description_zh:"分页、排序、筛选变化时触发",value:""},{name:"onHeaderRow",description:"Set the header row properties",params:"function(columns, index)",description_zh:"设置头部行属性",value:""},{name:"onRow",description:"Set the row properties",params:"function(record, index)",description_zh:"设置行属性",value:""},{name:"onScroll",description:"Triggered when the form content scrolls (only vertical scrolling triggers the event under virtual scrolling)",params:"function(event)",description_zh:"表单内容滚动时触发（虚拟滚动下只有垂直滚动会触发事件）",value:"",version:"5.16.0"}],typeDetail:{pagination:[{name:"position",description:"Specify the position where the pagination is displayed",description_zh:"指定分页显示的位置",type:"topLeft | topCenter | topRight | bottomLeft | bottomCenter | bottomRight[]",default:"[bottomRight]"}],expandable:[{name:"childrenColumnName",description:"Specify the column name of the tree structure",description_zh:"指定树形结构的列名",type:"string",default:"children"},{name:"columnTitle",description:"Custom expanded column header",description_zh:"自定义展开列表头",type:"ReactNode",default:"-",version:"4.23.0"},{name:"columnWidth",description:"Custom expanded column width",description_zh:"自定义展开列宽度",type:"string | number",default:"-"},{name:"defaultExpandAllRows",description:"Initially, whether to expand all rows",description_zh:"初始时，是否展开所有行",type:"boolean",default:"false"},{name:"defaultExpandedRowKeys",description:"Default expanded rows",description_zh:"默认展开的行",type:"string[]",default:"-"},{name:"expandedRowClassName",description:"Expanded row's className",description_zh:"展开行的 className",type:"string | (record, index, indent) => string",default:"-",version:"string: 5.22.0"},{name:"expandedRowKeys",description:"Current expanded rows",description_zh:"展开的行，控制属性",type:"string[]",default:"-"},{name:"expandedRowRender",description:"Expanded content renderer",description_zh:"额外的展开行",type:"function(record, index, indent, expanded): ReactNode",default:"-"},{name:"expandIcon",description:"Custom expand icon",description_zh:"自定义展开图标",type:"function(props): ReactNode",default:"-"},{name:"expandRowByClick",description:"Expand child row by clicking on the row",description_zh:"通过点击行来展开子行",type:"boolean",default:"false"},{name:"fixed",description:"Control whether the expand icon is fixed",description_zh:"控制展开图标是否固定",type:"boolean | string",default:"false",version:"4.16.0"},{name:"indentSize",description:"Indent size in pixels of tree data",description_zh:"展示树形数据时，每层缩进的宽度，以 px 为单位",type:"number",default:"15"},{name:"rowExpandable",description:"Set whether row can be expandable",description_zh:"设置是否允许行展开",type:"(record) => boolean",default:"-"},{name:"showExpandColumn",description:"Show expand icon column",description_zh:"是否显示展开图标列",type:"boolean",default:"true",version:"4.18.0"},{name:"onExpand",description:"Callback when click expand icon",description_zh:"点击展开图标时触发",type:"function(expanded, record)",default:"-"},{name:"onExpandedRowsChange",description:"Callback when expanded rows change",description_zh:"展开的行变化时触发",type:"function(expandedRows)",default:"-"}],rowSelection:[{name:"selectedRowKeys",description:"Controlled selected row",description_zh:"指定选中项的 key 数组",type:"string[] | number[]",default:"[]"},{name:"columnWidth",description:"Set the width of the selection column",description_zh:"自定义列表选择框宽度",type:"string | number",default:"32px"},{name:"selections",description:"Custom selection configuration, only displays default selections when set to true",description_zh:"自定义选择配置项，设为 true 时显示默认选择项",type:"boolean | Selection[]",default:"-"},{name:"checkStrictly",description:"Checkable state is completely controlled in checkable state",description_zh:"checkable 状态下节点选择完全受控",type:"boolean",default:"true",version:"4.4.0"},{name:"columnTitle",description:"Custom column selection box title",description_zh:"自定义列表选择框标题",type:"ReactNode | (originalNode: ReactNode) => ReactNode",default:"-"},{name:"columnWidth",description:"Set the width of the selection column",description_zh:"自定义列表选择框宽度",type:"string | number",default:"32px"},{name:"fixed",description:"Fixed selection column on the left",description_zh:"把选择框列固定在左边",type:"boolean",default:"-"},{name:"getCheckboxProps",description:"Default attribute configuration of checkbox",description_zh:"选择框的默认属性配置",type:"function(record)",default:"-"},{name:"hideSelectAll",description:"Hide the select-all checkbox and custom selection",description_zh:"隐藏全选勾选框与自定义选择项",type:"boolean",default:"false",version:"4.3.0"},{name:"preserveSelectedRowKeys",description:"Keep selection keys even when data is deleted",description_zh:"当数据被删除时仍然保留选项的 key",type:"boolean",default:"-",version:"4.4.0"},{name:"renderCell",description:"Render checkbox cell, same usage as Column render",description_zh:"渲染勾选框，用法与 Column 的 render 相同",type:"function(checked, record, index, originNode) {}",default:"-",version:"4.1.0"},{name:"selectedRowKeys",description:"Specify selected row keys array",description_zh:"指定选中项的 key 数组，需要和 onChange 进行配合",type:"string[] | number[]",default:"[]"},{name:"defaultSelectedRowKeys",description:"Default selected row keys",description_zh:"默认选中项的 key 数组",type:"string[] | number[]",default:"[]"},{name:"selections",description:"Custom selection configurations",description_zh:"自定义选择项，设为 true 时使用默认选择项",type:"boolean | Selection[]",default:"true"},{name:"type",description:"Selection type",description_zh:"多选/单选",type:"checkbox | radio",default:"checkbox"},{name:"onCell",description:"Set cell properties",description_zh:"设置单元格属性，用法与 Column 的 onCell 相同",type:"function(record, rowIndex)",default:"-",version:"5.5.0"},{name:"onChange",description:"Callback when selected rows change",description_zh:"选中项发生变化时的回调",type:"function(selectedRowKeys, selectedRows, info: { type })",default:"-",version:"info.type: 4.21.0"},{name:"onSelect",description:"Callback when user manually | a row",description_zh:"用户手动选择/取消选择某行的回调",type:"function(record, selected, selectedRows, nativeEvent)",default:"-"},{name:"onSelectAll",description:"Callback when user selects/deselects all rows",description_zh:"用户手动选择/取消选择所有行的回调",type:"function(selected, selectedRows, changeRows)",default:"-"},{name:"onSelectInvert",description:"Callback when user inverts selection",description_zh:"用户手动选择反选的回调",type:"function(selectedRowKeys)",default:"-"},{name:"onSelectNone",description:"Callback when user clears all selections",description_zh:"用户清空选择的回调",type:"function()",default:"-"},{name:"onSelectMultiple",description:"Callback when user uses keyboard shift for multiple selection",description_zh:"用户使用键盘 shift 选择多行的回调",type:"function(selected, selectedRows, changeRows)",default:"-"}],scroll:[{name:"x",description:"Set horizontal scrolling, can also be used to specify the width of the scroll area",description_zh:"设置横向滚动，也可用于指定滚动区域的宽",type:"string | number",default:"-"},{name:"y",description:"Set vertical scrolling, can also be used to specify the height of the scroll area",description_zh:"设置纵向滚动，也可用于指定滚动区域的高",type:"string | number",default:"-"},{name:"scrollToFirstRowOnChange",description:"Whether to scroll to the top of the table when paging, sorting, filtering changes",description_zh:"是否在分页、排序、筛选变化后滚动到表格顶部",type:"boolean",default:"true"},{name:"x",description:"Set horizontal scrolling, can also specify width of scroll area as pixels, percentage, true or 'max-content'",description_zh:"设置横向滚动，也可用于指定滚动区域的宽，可以设置为像素值，百分比，true 和 'max-content'",type:"string | number | true",default:"-"},{name:"y",description:"Set vertical scrolling, can also specify height of scroll area",description_zh:"设置纵向滚动，也可用于指定滚动区域的高，可以设置为像素值",type:"string | number",default:"-"}],selection:[{name:"key",description:"Unique key required by React",description_zh:"React 需要的 key，建议设置",type:"string",default:"-"},{name:"text",description:"Selection item display text",description_zh:"选择项显示的文字",type:"ReactNode",default:"-"},{name:"onSelect",description:"Selection item click callback",description_zh:"选择项点击回调",type:"function(changeableRowKeys)",default:"-"}]},link:"https://ant.design/components/table",link_zh:"https://ant.design/components/table"},Ue={name:"Table.Column",props:{align:{value:["left","right","center"],default:"left",type:"left / right / center",description:"Set the alignment of the columns",description_zh:"设置列的对齐方式"},className:{value:"",default:"-",type:"string",description:"Column style class name",description_zh:"列样式类名"},":colSpan":{value:"",default:"-",type:"number",description:"Header column merging, when set to 0, is not rendered",description_zh:"表头列合并，设置为 0 时，不渲染"},":dataIndex":{value:"",default:"-",type:"string / string[]",description:"The path of column data in a data item can be queried through arrays",description_zh:"列数据在数据项中对应的路径，支持通过数组查询嵌套路径"},":defaultFilteredValue":{value:"",default:"-",type:"string[]",description:"Default filter value",description_zh:"默认筛选值"},filterResetToDefaultFilteredValue:{value:"",default:"false",type:"boolean",description:"When you click the Reset button, whether to restore the default filter value",description_zh:"点击重置按钮的时候，是否恢复默认筛选值"},defaultSortOrder:{value:["ascend","descend"],default:"-",type:"ascend / descend",description:"Default sort order",description_zh:"默认排序顺序"},":ellipsis":{value:"",default:"false",type:"boolean / { showTitle?: boolean }",description:'Exceeding the width will be automatically omitted and cannot be used with sort filtering. When set to true or { showTitle?: boolean }, the table layout becomes tableLayout="fixed".',description_zh:'超过宽度将自动省略，暂不支持和排序筛选一起使用。设置为 `true` 或 `{ showTitle?: boolean }` 时，表格布局将变成 `tableLayout="fixed"`。',version:"showTitle: 4.3.0"},":filterDropdown":{value:"",default:"-",type:"ReactNode / (props: FilterDropdownProps) => ReactNode",description:"You can customize the filter menu, this function is only responsible for rendering the layer, and you need to write your own interactions",description_zh:"可以自定义筛选菜单，此函数只负责渲染图层，需要自行编写各种交互"},filtered:{value:"",default:"false",type:"boolean",description:"Identifies whether the data is filtered or not, and the filter icon is highlighted",description_zh:"标识数据是否经过过滤，筛选图标会高亮"},":filteredValue":{value:"",default:"-",type:"string[]",description:"A filtered controlled property that can be used externally to control the filtering status of a column, with a value of the filtered value array",description_zh:"筛选的受控属性，外界可用此控制列的筛选状态，值为已筛选的 value 数组"},":filterIcon":{value:"",default:"false",type:"ReactNode / (filtered: boolean) => ReactNode",description:"Customize the filter icon.",description_zh:"自定义 filter 图标。"},filterOnClose:{value:"",default:"true",type:"boolean",description:"Whether to trigger filtering when the filter menu is closed",description_zh:"是否在筛选菜单关闭时触发筛选",version:"5.15.0"},filterMultiple:{value:"",default:"true",type:"boolean",description:"Whether to select more than one",description_zh:"是否多选"},filterMode:{value:["menu","tree"],default:"menu",type:"menu / tree",description:"Specifies the user interface for the filter menu",description_zh:"指定筛选菜单的用户界面",version:"4.17.0"},":filterSearch":{value:"",default:"false",type:"boolean / function(input, record):boolean",description:"Filter whether a menu item is searchable",description_zh:"筛选菜单项是否可搜索",version:"boolean:4.17.0 function:4.19.0"},":filters":{value:"",default:"-",type:"object[]",description:"Filter menu item for the header",description_zh:"表头的筛选菜单项"},":filterDropdownProps":{value:"",default:"-",type:"DropdownProps",description:"Custom dropdown properties (use filterDropdownOpen and onFilterDropdownOpenChange before <5.22.0)",description_zh:"自定义下拉属性，在 `<5.22.0` 之前可用 `filterDropdownOpen` 和 `onFilterDropdownOpenChange`",version:"5.22.0"},fixed:{value:"",default:"false",type:"boolean / string",description:"(Invalid under IE) column is fixed, you can select true (equivalent to left) left right",description_zh:"（IE 下无效）列是否固定，可选 `true` (等效于 `left`) `left` `right`"},key:{value:"",default:"-",type:"string",description:"React needs a key, and if you have set a unique dataIndex, you can ignore this property",description_zh:"React 需要的 key，如果已经设置了唯一的 `dataIndex`，可以忽略这个属性"},":render":{value:"",default:"-",type:"function(value, record, index) {}",description:"A rendering function that generates complex data, with parameters such as the value of the current cell, the data of the current row, and the index of the row",description_zh:"生成复杂数据的渲染函数，参数分别为当前单元格的值，当前行数据，行索引"},":responsive":{value:"",default:"-",type:"Breakpoint[]",description:"A list of responsive breakpoint configurations. Always visible if not set.",description_zh:"响应式 breakpoint 配置列表。未设置则始终可见。",version:"4.2.0"},rowScope:{value:["row","rowgroup"],default:"-",type:"row / rowgroup",description:"Set the column range",description_zh:"设置列范围",version:"5.1.0"},":shouldCellUpdate":{value:"",default:"-",type:"(record, prevRecord) => boolean",description:"Customize the timing of cell rendering",description_zh:"自定义单元格渲染时机",version:"4.3.0"},":showSorterTooltip":{value:"",default:"{ target: 'full-header' }",type:"boolean / Tooltip props & {target?: 'full-header' / 'sorter-icon' }",description:"The header shows a tooltip hint for the next sort, overriding the showSorterTooltip in the table",description_zh:"表头显示下一次排序的 tooltip 提示, 覆盖 table 中 `showSorterTooltip`",version:"5.16.0"},":sortDirections":{value:"",default:"[ascend, descend]",type:"Array",description:"The supported sorting method overrides sortDirections in the Table, and the value can be ascend descend",description_zh:"支持的排序方式，覆盖 `Table` 中 `sortDirections`， 取值为 `ascend` `descend`"},":sorter":{value:"",default:"-",type:"function / boolean / { compare: function, multiple: number }",description:"Sort function, which uses a function for local sorting (see compareFunction of Array.sort). Requires server-side sorting to be set to true (single-column sorting) or { multiple: number } (multi-column sorting)",description_zh:"排序函数，本地排序使用一个函数(参考 [Array.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort) 的 compareFunction)。需要服务端排序可设为 `true`（单列排序） 或 `{ multiple: number }`（多列排序）"},sortOrder:{value:["ascend","descend","null"],default:"-",type:"ascend / descend / null",description:"A controlled property of sorting, which can be used externally to control the sorting of columns, which can be set to ascend descend null",description_zh:"排序的受控属性，外界可用此控制列的排序，可设置为 `ascend` `descend` `null`"},":sortIcon":{value:"",default:"-",type:"(props: { sortOrder }) => ReactNode",description:"Customize the sort icon",description_zh:"自定义 sort 图标",version:"5.6.0"},":title":{value:"",default:"-",type:"ReactNode / ({ sortOrder, sortColumn, filters }) => ReactNode",description:"Column header display text (supported after function usage 3.10.0)",description_zh:"列头显示文字（函数用法 `3.10.0` 后支持）"},":width":{value:"",default:"-",type:"string / number",description:"Column width (does it not take effect even if it is specified?)",description_zh:"列宽度（[指定了也不生效？](https://github.com/ant-design/ant-design/issues/13825#issuecomment-449889241)）"},":minWidth":{value:"",default:"-",type:"number",description:'Minimum column width, only effective when tableLayout="auto"',description_zh:'最小列宽度，只在 `tableLayout="auto"` 时有效',version:"5.21.0"},hidden:{value:"",default:"false",type:"boolean",description:"Hide column",description_zh:"隐藏列",version:"5.13.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},events:[{name:"onCell",description:"Set cell properties",params:"function(record, rowIndex)",description_zh:"设置单元格属性",value:""},{name:"onFilter",description:"In local mode, determine the function to run for filtering",params:"function",description_zh:"本地模式下，确定筛选的运行函数",value:""},{name:"onFilterDropdownOpenChange",description:"The custom filter menu is invoked when visible changes",params:"function(visible) {}",description_zh:"自定义筛选菜单可见变化时调用",value:""},{name:"onHeaderCell",description:"Set the header cell properties",params:"function(column)",description_zh:"设置头部单元格属性",value:""}],suggestions:["Table"],link:"https://ant.design/components/table",link_zh:"https://ant.design/components/table"},Qe={name:"Table.ColumnGroup",props:{":title":{value:"",default:"-",type:"ReactNode | ({ sortOrder, sortColumn, filters }) => ReactNode",description:"The column header displays text",description_zh:"列头显示文字"}},methods:[],events:[],suggestions:["Table.Column"],link:"https://ant.design/components//table",link_zh:"https://ant.design/components//table"},ke={name:"Tabs",props:{activeKey:{value:"",description:"The key of the currently active tab panel",default:"-",type:"string",description_zh:"当前激活 tab 面板的 key"},":addIcon":{value:"",description:'Customize the Add button, valid when type="editable-card"',default:"<PlusOutlined />",type:"ReactNode",description_zh:'自定义添加按钮，设置 `type="editable-card"` 时有效',version:"4.4.0"},":animated":{value:"",description:"Whether or not to use animation to switch tabs, only for 'tabPosition=\"top\"'",default:"{ inkBar: true, tabPane: false }",type:"boolean / { inkBar: boolean, tabPane: boolean }",description_zh:'是否使用动画切换 Tabs, 仅生效于 `tabPosition="top"`'},centered:{value:"",description:"Tags are displayed in the center",default:"false",type:"boolean",description_zh:"标签居中展示",version:"4.4.0"},defaultActiveKey:{value:"",description:"Initialize the key of the selected panel, if you do not set the activeKey",default:"第一个面板的 key",type:"string",description_zh:"初始化选中面板的 key，如果没有设置 activeKey"},hideAdd:{value:"",description:"Whether to hide the plus icon, which is valid when 'type=\"editable-card\"'",default:"false",type:"boolean",description_zh:'是否隐藏加号图标，在 `type="editable-card"` 时有效'},":indicator":{value:"",description:"Customize the length and alignment of the indicator",default:"-",type:"{ size?: number / (origin: number) => number; align: start / center / end; }",description_zh:"自定义指示条的长度和对齐方式",version:"5.13.0"},":items":{value:"",description:"Configure the tab contents",default:"[]",type:"TabItemType[]",description_zh:"配置选项卡内容",required:!0,version:"4.23.0"},":more":{value:"",description:"Customize the collapse menu properties",default:"{ icon: <EllipsisOutlined />, trigger: 'hover' }",type:"MoreProps",description_zh:"自定义折叠菜单属性"},":removeIcon":{value:"",description:'Custom delete button, valid when type="editable-card"',default:"<CloseOutlined />",type:"ReactNode",description_zh:'自定义删除按钮，设置 `type="editable-card"` 时有效',version:"5.15.0"},popupClassName:{value:"",description:"className for the More menu",default:"-",type:"string",description_zh:"更多菜单的 className",version:"4.21.0"},":renderTabBar":{value:"",description:"Replaces the TabBar for the secondary encapsulation of the label header",default:"-",type:"(props: DefaultTabBarProps, DefaultTabBar: React.ComponentClass) => React.ReactElement",description_zh:"替换 TabBar，用于二次封装标签头"},size:{value:["large","middle","small"],description:"Size, available in 'large', 'middle' and 'small' sizes",default:"middle",type:"string",description_zh:"大小，提供 `large` `middle` 和 `small` 三种大小"},":tabBarExtraContent":{value:"",description:"Extra elements on tab bar",default:"-",type:"ReactNode / {left?: ReactNode, right?: ReactNode}",description_zh:"tab bar 上额外的元素",version:"object: 4.6.0"},":tabBarGutter":{value:"",description:"Gap between tabs",default:"-",type:"number",description_zh:"tabs 之间的间隙"},":tabBarStyle":{value:"",description:"Tab bar style object",default:"-",type:"CSSProperties",description_zh:"tab bar 的样式对象"},tabPosition:{value:["top","right","bottom","left"],description:"The tabbed position can be 'top', 'right', 'bottom', 'left'",default:"top",type:"string",description_zh:"页签位置，可选值有 `top` `right` `bottom` `left`"},destroyInactiveTabPane:{value:"",description:"Whether or not to destroy the DOM structure when hidden",default:"false",type:"boolean",description_zh:"被隐藏时是否销毁 DOM 结构"},type:{value:["line","card","editable-card"],description:"The basic style of the tab, you can choose 'line', 'card', 'editable-card' type",default:"line",type:"string",description_zh:"页签的基本样式，可选 `line`、`card` `editable-card` 类型"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onChange",description:"Callback when switching panels",params:"(activeKey: string) => void",description_zh:"切换面板的回调",value:""},{name:"onEdit",description:"Callbacks for adding and removing tabs are valid when 'type=\"editable-card\"'",params:"(action === 'add' ? event : targetKey, action) => void",description_zh:'新增和删除页签的回调，在 `type="editable-card"` 时有效',value:""},{name:"onTabClick",description:"Callback when tab is clicked",params:"(key: string, event: MouseEvent) => void",description_zh:"tab 被点击的回调",value:""},{name:"onTabScroll",description:"Triggered when the tab scrolls",params:"({ direction: left / right / top / bottom }) => void",description_zh:"tab 滚动时触发",value:"",version:"4.3.0"}],typeDetail:{TabItemType:[{name:"closeIcon",description:'Custom close icon, valid when type="editable-card". 5.7.0: Hide close button when set to null or false',description_zh:'自定义关闭图标，在 `type="editable-card"` 时有效。5.7.0：设置为 `null` 或 `false` 时隐藏关闭按钮',type:"ReactNode",default:"-"},{name:"destroyInactiveTabPane",description:"Whether to destroy DOM structure when hidden",description_zh:"被隐藏时是否销毁 DOM 结构",type:"boolean",default:"false",version:"5.11.0"},{name:"disabled",description:"Disable an item",description_zh:"禁用某一项",type:"boolean",default:"false"},{name:"forceRender",description:"Whether to render DOM structure when hidden",description_zh:"被隐藏时是否渲染 DOM 结构",type:"boolean",default:"false"},{name:"key",description:"Corresponding to activeKey",description_zh:"对应 activeKey",type:"string",default:"-"},{name:"label",description:"Tab header display text",description_zh:"选项卡头显示文字",type:"ReactNode",default:"-"},{name:"icon",description:"Tab header display icon",description_zh:"选项卡头显示图标",type:"ReactNode",default:"-",version:"5.12.0"},{name:"children",description:"Tab header display content",description_zh:"选项卡头显示内容",type:"ReactNode",default:"-"},{name:"closable",description:'Whether to show the close button for the tab, valid when type="editable-card"',description_zh:'是否显示选项卡的关闭按钮，在 `type="editable-card"` 时有效',type:"boolean",default:"true"}],MoreProps:[{name:"icon",description:"Custom collapse icon",description_zh:"自定义折叠图标",type:"ReactNode",default:"-"},{name:"trigger",description:"Trigger mode for dropdown",description_zh:"下拉菜单触发方式",type:"hover / click",default:"hover"},{name:"dropdownProps",description:"Properties passed to Dropdown component",description_zh:"传递给 Dropdown 组件的属性",type:"DropdownProps",default:"-"}]},suggestions:["Tabs.TabPane"],link:"https://ant.design/components/tabs",link_zh:"https://ant.design/components/tabs"},Se={name:"Tag",props:{":closeIcon":{value:"",description:"Customize the close button. 5.7.0: Hide the close button when set to 'null' or 'false'",default:"false",type:"boolean / ReactNode",description_zh:"自定义关闭按钮。5.7.0：设置为 `null` 或 `false` 时隐藏关闭按钮",version:"4.4.0"},color:{value:"",description:"Label color",default:"-",type:"string",description_zh:"标签色"},":icon":{value:"",description:"Settings icon",default:"-",type:"ReactNode",description_zh:"设置图标"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框",version:"5.4.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onClose",description:"Callback on closure (default behavior can be blocked by 'e.preventDefault()')",params:"(e: React.MouseEvent<HTMLElement, MouseEvent>) => void",description_zh:"关闭时的回调（可通过 `e.preventDefault()` 来阻止默认行为）",value:""}],suggestions:["Tag.CheckableTag"],link:"https://ant.design/components/tag",link_zh:"https://ant.design/components/tag"},ot={name:"Tag.CheckableTag",props:{checked:{value:"",description:"Sets the selected status of the tag",default:"false",type:"boolean",description_zh:"设置标签的选中状态"}},methods:[],events:[{name:"onChange",description:"A callback that is triggered when a tab is clicked",params:"(checked) => void",description_zh:"点击标签时触发的回调",value:""}],link:"https://ant.design/components//tag",link_zh:"https://ant.design/components//tag"},Ne={name:"Timeline",props:{mode:{value:["left","alternate","right"],description:"By setting 'mode', you can change the relative position of the timeline and the content",default:"-",type:"left / alternate / right",description_zh:"通过设置 `mode` 可以改变时间轴和内容的相对位置"},":pending":{value:"",description:"Specifies whether the last ghost node exists or what it contains",default:"false",type:"boolean / ReactNode",description_zh:"指定最后一个幽灵节点是否存在或内容"},":pendingDot":{value:"",description:"When the last ghost node exists, specify its time graph point",default:"<LoadingOutlined />",type:"ReactNode",description_zh:"当最后一个幽灵节点存在時，指定其时间图点"},reverse:{value:"",description:"Node ordering",default:"false",type:"boolean",description_zh:"节点排序"},":items":{value:"",description:"Option configuration",default:"-",type:"Items[]",description_zh:"选项配置",version:"5.2.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},typeDetail:{Items:[{name:"color",description:"Specifies circle color 'blue', 'red', 'green', 'gray', or custom color values",description_zh:"指定圆圈颜色 `blue`、`red`、`green`、`gray`，或自定义的色值",type:"string",default:"blue"},{name:"dot",description:"Custom timeline point",description_zh:"自定义时间轴点",type:"ReactNode",default:"-"},{name:"label",description:"Set label",description_zh:"设置标签",type:"ReactNode",default:"-"},{name:"children",description:"Set content",description_zh:"设置内容",type:"ReactNode",default:"-"},{name:"position",description:"Custom node position",description_zh:"自定义节点位置",type:"left | right",default:"-"}]},methods:[],events:[],link:"https://ant.design/components/timeline",link_zh:"https://ant.design/components/timeline"},xe={name:"TimePicker",props:{":allowClear":{value:"",description:"Whether or not to display a clear button",default:"true",type:"boolean / { clearIcon?: ReactNode }",description_zh:"是否展示清除按钮",version:"5.8.0: 支持对象类型"},autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框"},":cellRender":{value:"",description:"Customize the contents of the cell",default:"-",type:"(current: number, info: { originNode: React.ReactNode, today: dayjs, range?: 'start' / 'end', subType: 'hour' / 'minute' / 'second' / 'meridiem' }) => React.ReactNode",description_zh:"自定义单元格的内容",version:"5.4.0"},changeOnBlur:{value:"",description:"Trigger a 'change' event when you lose focus, e.g. no longer need to click the confirm button at datetime",default:"false",type:"boolean",description_zh:"失去焦点时触发 `change` 事件，例如 datetime 下不再需要点击确认按钮"},changeOnScroll:{value:"",description:"Change the selected value when scrolling",default:"false",type:"boolean",description_zh:"在滚动时改变选择值",version:"5.14.0"},className:{value:"",description:"The name of the selector class",default:"-",type:"string",description_zh:"选择器类名"},":clearIcon":{value:"",description:"Customized clear icon",default:"-",type:"ReactNode",description_zh:"自定义的清除图标"},clearText:{value:"",description:"Clear the tooltip copy for the button",default:"clear",type:"string",description_zh:"清除按钮的提示文案"},":defaultValue":{value:"",description:"Default time",default:"-",type:"dayjs",description_zh:"默认时间"},disabled:{value:"",description:"Disable all operations",default:"false",type:"boolean",description_zh:"禁用全部操作"},":disabledTime":{value:"",description:"Unselectable time",default:"-",type:"DisabledTime",description_zh:"不可选择的时间",version:"4.19.0"},format:{value:"",description:"The time format of the presentation",default:"`HH:mm:ss`",type:"string",description_zh:"展示的时间格式"},":getPopupContainer":{value:"",description:"The container that defines the floating layer, defaults to a new div on the body",default:"-",type:"function(trigger)",description_zh:"定义浮层的容器，默认为 body 上新建 div"},hideDisabledOptions:{value:"",description:"Hide the option to prohibit selection",default:"false",type:"boolean",description_zh:"隐藏禁止选择的选项"},":hourStep":{value:"",description:"Hour option interval",default:"1",type:"number",description_zh:"小时选项间隔"},inputReadOnly:{value:"",description:"Make input boxes read-only (avoid opening the virtual keyboard on mobile devices)",default:"false",type:"boolean",description_zh:"设置输入框为只读（避免在移动设备上打开虚拟键盘）"},":minuteStep":{value:"",description:"Minute option interval",default:"1",type:"number",description_zh:"分钟选项间隔"},needConfirm:{value:"",description:"Whether a confirmation button is required, when false, losing focus means selection",default:"-",type:"boolean",description_zh:"是否需要确认按钮，为 false 时失去焦点即代表选择",version:"5.14.0"},open:{value:"",description:"Whether the panel is open",default:"false",type:"boolean",description_zh:"面板是否打开"},":placeholder":{value:"",description:"What is displayed when there is no value",default:"请选择时间",type:"string / [string, string]",description_zh:"没有值的时候显示的内容"},placement:{value:["bottomLeft","bottomRight","topLeft","topRight"],description:"Select where the box pops up",default:"bottomLeft",type:"bottomLeft / bottomRight / topLeft / topRight",description_zh:"选择框弹出的位置"},popupClassName:{value:"",description:"The layer class name pops up",default:"-",type:"string",description_zh:"弹出层类名"},":popupStyle":{value:"",description:"Pop up a layer style object",default:"-",type:"object",description_zh:"弹出层样式对象"},":prefix":{value:"",description:"Custom prefix",default:"-",type:"ReactNode",description_zh:"自定义前缀",version:"5.22.0"},":renderExtraFooter":{value:"",description:"The bottom of the selection box displays the customized content",default:"-",type:"() => ReactNode",description_zh:"选择框底部显示自定义的内容"},":secondStep":{value:"",description:"Seconds option interval",default:"1",type:"number",description_zh:"秒选项间隔"},showNow:{value:"",description:'Whether the panel displays the "Now" button',default:"-",type:"boolean",description_zh:'面板是否显示"此刻"按钮',version:"4.4.0"},size:{value:["large","middle","small"],description:"The size of the input box, 'large' is 40px in height and 'small' is 24px, default is 32px",default:"-",type:"large / middle / small",description_zh:"输入框大小，`large` 高度为 40px，`small` 为 24px，默认是 32px"},status:{value:["error","warning"],description:"Set the verification status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},":suffixIcon":{value:"",description:"Custom selection box suffix icon",default:"-",type:"ReactNode",description_zh:"自定义的选择框后缀图标"},use12Hours:{value:"",description:"Using the 12-hour format, 'format' defaults to 'h:mm:ss a' when true",default:"false",type:"boolean",description_zh:"使用 12 小时制，为 true 时 `format` 默认为 `h:mm:ss a`"},":value":{value:"",description:"The current time",default:"-",type:"dayjs",description_zh:"当前时间",required:!0},variant:{value:["outlined","borderless","filled","underlined"],description:"Shape variant",default:"outlined",type:"outlined / borderless / filled / underlined",description_zh:"形态变体",version:"5.13.0 / underlined: 5.24.0"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove the focus",params:"",description_zh:"移除焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[{name:"onCalendarChange",description:"Callback when the date to be selected changes. The 'info' parameter was added in 4.4.0",params:"function(dates: [dayjs, dayjs], dateStrings: [string, string], info: { range: 'start' / 'end' })",description_zh:"待选日期发生变化的回调。info 参数自 4.4.0 添加",value:"",version:"4.4.0"},{name:"onChange",description:"Callbacks where time changes",params:"function(time: dayjs, timeString: string): void",description_zh:"时间发生变化的回调",value:""},{name:"onOpenChange",description:"Callback when the panel is opened/closed",params:"(open: boolean) => void",description_zh:"面板打开/关闭时的回调",value:""}],typeDetail:{DisabledTime:[{name:"",description:"Function to disable specific time options",description_zh:"用于禁用特定时间选项的函数",type:"(now: Dayjs) => { disabledHours?: () => number[]; disabledMinutes?: (selectedHour: number) => number[]; disabledSeconds?: (selectedHour: number, selectedMinute: number) => number[]; disabledMilliseconds?: (selectedHour: number, selectedMinute: number, selectedSecond: number) => number[]; }",default:"-",version:"disabledMilliseconds: 5.14.0"}]},link:"https://ant.design/components/time-picker",link_zh:"https://ant.design/components/time-picker-cn"},Re={name:"TimePicker.RangePicker",props:{":allowClear":{value:"",description:"Whether or not to display a clear button",default:"true",type:"boolean / { clearIcon?: ReactNode }",description_zh:"是否展示清除按钮",version:"5.8.0: 支持对象类型"},autoFocus:{value:"",description:"Automatically get focus",default:"false",type:"boolean",description_zh:"自动获取焦点"},bordered:{value:"",description:"Whether there is a border or not",default:"true",type:"boolean",description_zh:"是否有边框"},":cellRender":{value:"",description:"Customize the contents of the cell",default:"-",type:"(current: number, info: { originNode: React.ReactNode, today: dayjs, range?: 'start' / 'end', subType: 'hour' / 'minute' / 'second' / 'meridiem' }) => React.ReactNode",description_zh:"自定义单元格的内容",version:"5.4.0"},changeOnBlur:{value:"",description:"Trigger a 'change' event when you lose focus, e.g. no longer need to click the confirm button at datetime",default:"false",type:"boolean",description_zh:"失去焦点时触发 `change` 事件，例如 datetime 下不再需要点击确认按钮"},changeOnScroll:{value:"",description:"Change the selected value when scrolling",default:"false",type:"boolean",description_zh:"在滚动时改变选择值",version:"5.14.0"},className:{value:"",description:"The name of the selector class",default:"-",type:"string",description_zh:"选择器类名"},":clearIcon":{value:"",description:"Customized clear icon",default:"-",type:"ReactNode",description_zh:"自定义的清除图标"},clearText:{value:"",description:"Clear the tooltip copy for the button",default:"clear",type:"string",description_zh:"清除按钮的提示文案"},":defaultValue":{value:"",description:"Default time range",default:"-",type:"[dayjs, dayjs]",description_zh:"默认时间范围"},disabled:{value:"",description:"Disable all operations",default:"false",type:"boolean",description_zh:"禁用全部操作"},":disabledTime":{value:"",description:"Unselectable time",default:"-",type:"RangeDisabledTime",description_zh:"不可选择的时间",version:"4.19.0"},format:{value:"",description:"The time format of the presentation",default:"`HH:mm:ss`",type:"string",description_zh:"展示的时间格式"},":getPopupContainer":{value:"",description:"The container that defines the floating layer, defaults to a new div on the body",default:"-",type:"function(trigger)",description_zh:"定义浮层的容器，默认为 body 上新建 div"},hideDisabledOptions:{value:"",description:"Hide the option to prohibit selection",default:"false",type:"boolean",description_zh:"隐藏禁止选择的选项"},":hourStep":{value:"",description:"Hour option interval",default:"1",type:"number",description_zh:"小时选项间隔"},inputReadOnly:{value:"",description:"Make input boxes read-only (avoid opening the virtual keyboard on mobile devices)",default:"false",type:"boolean",description_zh:"设置输入框为只读（避免在移动设备上打开虚拟键盘）"},":minuteStep":{value:"",description:"Minute option interval",default:"1",type:"number",description_zh:"分钟选项间隔"},needConfirm:{value:"",description:"Whether a confirmation button is required, when false, losing focus means selection",default:"-",type:"boolean",description_zh:"是否需要确认按钮，为 false 时失去焦点即代表选择",version:"5.14.0"},order:{value:"",description:"Whether the start and end time are automatically sorted",default:"true",type:"boolean",description_zh:"始末时间是否自动排序",version:"4.1.0"},open:{value:"",description:"Whether the panel is open",default:"false",type:"boolean",description_zh:"面板是否打开"},":placeholder":{value:"",description:"What is displayed when there is no value",default:"['开始时间', '结束时间']",type:"[string, string]",description_zh:"没有值的时候显示的内容"},placement:{value:["bottomLeft","bottomRight","topLeft","topRight"],description:"Select where the box pops up",default:"bottomLeft",type:"bottomLeft / bottomRight / topLeft / topRight",description_zh:"选择框弹出的位置"},popupClassName:{value:"",description:"The layer class name pops up",default:"-",type:"string",description_zh:"弹出层类名"},":popupStyle":{value:"",description:"Pop up a layer style object",default:"-",type:"object",description_zh:"弹出层样式对象"},":prefix":{value:"",description:"Custom prefix",default:"-",type:"ReactNode",description_zh:"自定义前缀",version:"5.22.0"},":renderExtraFooter":{value:"",description:"The bottom of the selection box displays the customized content",default:"-",type:"() => ReactNode",description_zh:"选择框底部显示自定义的内容"},":secondStep":{value:"",description:"Seconds option interval",default:"1",type:"number",description_zh:"秒选项间隔"},showNow:{value:"",description:'Whether the panel displays the "Now" button',default:"-",type:"boolean",description_zh:'面板是否显示"此刻"按钮',version:"4.4.0"},size:{value:["large","middle","small"],description:"The size of the input box, 'large' is 40px in height and 'small' is 24px, default is 32px",default:"-",type:"large / middle / small",description_zh:"输入框大小，`large` 高度为 40px，`small` 为 24px，默认是 32px"},status:{value:["error","warning"],description:"Set the verification status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},":suffixIcon":{value:"",description:"Custom selection box suffix icon",default:"-",type:"ReactNode",description_zh:"自定义的选择框后缀图标"},use12Hours:{value:"",description:"Using the 12-hour format, 'format' defaults to 'h:mm:ss a' when true",default:"false",type:"boolean",description_zh:"使用 12 小时制，为 true 时 `format` 默认为 `h:mm:ss a`"},":value":{value:"",description:"Current time range",default:"-",type:"[dayjs, dayjs]",description_zh:"当前时间范围"},variant:{value:["outlined","borderless","filled","underlined"],description:"Shape variant",default:"outlined",type:"outlined / borderless / filled / underlined",description_zh:"形态变体",version:"5.13.0 / underlined: 5.24.0"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[{name:"blur",description:"Remove the focus",params:"",description_zh:"移除焦点",value:""},{name:"focus",description:"Get focus",params:"",description_zh:"获取焦点",value:""}],events:[{name:"onCalendarChange",description:"Callback when the date to be selected changes. The 'info' parameter was added in 4.4.0",params:"function(dates: [dayjs, dayjs], dateStrings: [string, string], info: { range: 'start' / 'end' })",description_zh:"待选日期发生变化的回调。info 参数自 4.4.0 添加",value:"",version:"info: 4.4.0"},{name:"onChange",description:"Callbacks where time range changes",params:"function(times: [dayjs, dayjs], timeStrings: [string, string]): void",description_zh:"时间范围发生变化的回调",value:""},{name:"onOpenChange",description:"Callback when the panel is opened/closed",params:"(open: boolean) => void",description_zh:"面板打开/关闭时的回调",value:""}],typeDetail:{RangeDisabledTime:[{name:"",description:"Function to disable specific time options for range",description_zh:"用于禁用特定时间范围选项的函数",type:"(now: Dayjs, type = 'start' | 'end') => { disabledHours?: () => number[]; disabledMinutes?: (selectedHour: number) => number[]; disabledSeconds?: (selectedHour: number, selectedMinute: number) => number[]; }",default:"-",version:"4.19.0"}],DisabledTime:[{name:"",description:"Function to disable specific time options",description_zh:"用于禁用特定时间选项的函数",type:"(now: Dayjs) => { disabledHours?: () => number[]; disabledMinutes?: (selectedHour: number) => number[]; disabledSeconds?: (selectedHour: number, selectedMinute: number) => number[]; disabledMilliseconds?: (selectedHour: number, selectedMinute: number, selectedSecond: number) => number[]; }",default:"-",version:"disabledMilliseconds: 5.14.0"}]},link:"https://ant.design/components/time-picker",link_zh:"https://ant.design/components/time-picker-cn"},Te={name:"Tooltip",props:{":title":{value:"",default:"-",type:"ReactNode / () => ReactNode",description:"Tooltip text",description_zh:"提示文字",required:!0},":align":{value:"",default:"-",type:"object",description:"This value will be incorporated into the configuration of the placement, with reference to dom-align",description_zh:"该值将合并到 placement 的配置中，设置参考 dom-align"},":arrow":{value:"",default:"true",type:"boolean / { pointAtCenter: boolean }",description:"Modify the display state of the arrows and whether the arrows point to the center of the target element",description_zh:"修改箭头的显示状态以及修改箭头是否指向目标元素中心",version:"5.2.0"},autoAdjustOverflow:{value:"",default:"true",type:"boolean",description:"Automatically adjusts the position of bubbles when they are occluded",description_zh:"气泡被遮挡时自动调整位置"},color:{value:"",default:"-",type:"string",description:"Background color",description_zh:"背景颜色",version:"4.3.0"},defaultOpen:{value:"",default:"false",type:"boolean",description:"Whether it is visible or hidden by default",description_zh:"默认是否显隐",version:"4.23.0"},destroyTooltipOnHide:{value:"",default:"false",type:"boolean",description:"Whether to destroy the Tooltip after closing",description_zh:"关闭后是否销毁 Tooltip"},fresh:{value:"",default:"false",type:"boolean",description:"By default, Tooltip caches content when it is closed. Once this property is set, it is always updated",description_zh:"默认情况下，Tooltip 在关闭时会缓存内容。设置该属性后会始终保持更新",version:"5.10.0"},":getPopupContainer":{value:"",default:"() => document.body",type:"(triggerNode: HTMLElement) => HTMLElement",description:"The overlay renders the parent node, which is rendered to the body by default",description_zh:"浮层渲染父节点，默认渲染到 body 上"},":mouseEnterDelay":{value:"",default:"0.1",type:"number",description:"How much delay does it take for the mouse to be moved in before the Tooltip is displayed, in seconds",description_zh:"鼠标移入后延时多少才显示 Tooltip，单位：秒"},":mouseLeaveDelay":{value:"",default:"0.1",type:"number",description:"How much delay does it take to hide the tooltip after the mouse is removed, in seconds",description_zh:"鼠标移出后延时多少才隐藏 Tooltip，单位：秒"},overlayClassName:{value:"",default:"-",type:"string",description:"Card class name (deprecated, please use classNames={{ root: '' }} instead)",description_zh:"卡片类名, 请使用 `classNames={{ root: '' }}` 替换"},":overlayStyle":{value:"",default:"-",type:"React.CSSProperties",description:"Card style (deprecated, please use styles={{ root: {} }} instead)",description_zh:"卡片样式, 请使用 `styles={{ root: {} }}` 替换"},":overlayInnerStyle":{value:"",default:"-",type:"React.CSSProperties",description:"A style object in the content area of the card (deprecated, please use styles={{ body: {} }} instead)",description_zh:"卡片内容区域的样式对象, 请使用 `styles={{ body: {} }}` 替换"},placement:{value:["top","left","right","bottom","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"],default:"top",type:"string",description:"Bubble box position",description_zh:"气泡框位置"},":trigger":{value:["hover","focus","click","contextMenu"],default:"hover",type:"string / string[]",description:"Trigger behavior, optionally hover / focus / click / contextMenu, which can be used to set multiple trigger behaviors using arrays",description_zh:"触发行为，可选 hover / focus / click / contextMenu，可使用数组设置多个触发行为"},open:{value:"",default:"false",type:"boolean",description:"Used to manually control the visibility and concealment of the overlay, less than 4.23.0 using visible",description_zh:"用于手动控制浮层显隐，小于 4.23.0 使用 visible",version:"4.23.0"},":zIndex":{value:"",default:"-",type:"number",description:"Set the z-index of the Tooltip",description_zh:"设置 Tooltip 的 z-index"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onOpenChange",description:"Show hidden callbacks",params:"(open: boolean) => void",description_zh:"显示隐藏的回调",value:"",version:"4.23.0"}],link:"https://ant.design/components/tooltip",link_zh:"https://ant.design/components/tooltip"},De={name:"Tour",props:{":arrow":{value:"",description:"Whether or not to display an arrow, including the configuration that points to the center of the element",default:"true",type:"boolean / { pointAtCenter: boolean }",description_zh:"是否显示箭头，包含是否指向元素中心的配置"},":closeIcon":{value:"",description:"Customize the close button",default:"true",type:"ReactNode",description_zh:"自定义关闭按钮",version:"5.9.0"},disabledInteraction:{value:"",description:"Disable highlight area interaction",default:"false",type:"boolean",description_zh:"禁用高亮区域交互",version:"5.13.0"},":gap":{value:"",description:"Control the rounded borders and display spacing of highlighted areas",default:"{ offset?: 6 ; radius?: 2 }",type:"{ offset?: number / [number, number]; radius?: number }",description_zh:"控制高亮区域的圆角边框和显示间距",version:"5.0.0 (数组类型的 offset: 5.9.0 )"},placement:{value:["center","left","leftTop","leftBottom","right","rightTop","rightBottom","top","topLeft","topRight","bottom","bottomLeft","bottomRight"],description:"The position of the bootstrap card relative to the target element",default:"bottom",type:"center / left / leftTop / leftBottom / right / rightTop / rightBottom / top / topLeft / topRight / bottom / bottomLeft / bottomRight",description_zh:"引导卡片相对于目标元素的位置"},":mask":{value:"",description:"Whether or not to enable the mask, you can also pass in the configuration to change the mask style and fill color",default:"true",type:"boolean / { style?: React.CSSProperties; color?: string; }",description_zh:"是否启用蒙层，也可传入配置改变蒙层样式和填充色"},type:{value:["default","primary"],description:"Type, which affects the base color and text color",default:"default",type:"default / primary",description_zh:"类型，影响底色与文字颜色"},open:{value:"",description:"Turn on the tour",default:"-",type:"boolean",description_zh:"打开引导"},":current":{value:"",description:"What step is it currently at",default:"-",type:"number",description_zh:"当前处于哪一步"},":scrollIntoViewOptions":{value:"",description:"Whether to support the current element to scroll into the window, you can also specify the relevant parameters of the scrolling window",default:"true",type:"boolean / ScrollIntoViewOptions",description_zh:"是否支持当前元素滚动到视窗内，也可传入配置指定滚动视窗的相关参数",version:"5.2.0"},":indicatorsRender":{value:"",description:"Custom indicators",default:"-",type:"(current: number, total: number) => ReactNode",description_zh:"自定义指示器",version:"5.2.0"},":zIndex":{value:"",description:"Tour layer level",default:"1001",type:"number",description_zh:"Tour 的层级",version:"5.3.0"},":getPopupContainer":{value:"",description:"Set the rendering node of the Tour floating layer, the default is body",default:"body",type:"(node: HTMLElement) => HTMLElement",description_zh:"设置 Tour 浮层的渲染节点，默认是 body",version:"5.12.0"},rootClassName:{value:"",description:"className added to the outermost layer of the component",default:"-",type:"string",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onClose",description:"The callback function when tour is turned off",params:"Function",description_zh:"关闭引导时的回调函数",value:""},{name:"onFinish",description:"A callback when the tour is complete",params:"Function",description_zh:"引导完成时的回调",value:""},{name:"onChange",description:"The callback when the step is changed, current is the current step",params:"(current: number) => void",description_zh:"步骤改变时的回调，current 为当前的步骤",value:""}],typeDetail:{TourStep:[{name:"target",description:"Get the element that the guide card points to, center on the screen when empty",description_zh:"获取引导卡片指向的元素，为空时居中于屏幕",type:"() => HTMLElement / HTMLElement",default:"-"},{name:"arrow",description:"Whether or not to display an arrow, including the configuration that points to the center of the element",description_zh:"是否显示箭头，包含是否指向元素中心的配置",type:"boolean | { pointAtCenter: boolean }",default:"true"},{name:"closeIcon",description:"Customize the close button",description_zh:"自定义关闭按钮",type:"ReactNode",default:"true",version:"5.9.0"},{name:"cover",description:"Display pictures or videos",description_zh:"展示的图片或者视频",type:"ReactNode",default:"-"},{name:"title",description:"Title",description_zh:"标题",type:"ReactNode",default:"-"},{name:"description",description:"Main description section",description_zh:"主要描述部分",type:"ReactNode",default:"-"},{name:"placement",description:"The position of the guide card relative to the target element",description_zh:"引导卡片相对于目标元素的位置",type:"center | left | leftTop | leftBottom | right | rightTop | rightBottom | top | topLeft | topRight | bottom | bottomLeft | bottomRight",default:"bottom"},{name:"onClose",description:"The callback function when tour is turned off",description_zh:"关闭引导时的回调函数",type:"Function",default:"-"},{name:"mask",description:"Whether or not to enable the mask, you can also pass in the configuration to change the mask style and fill color, by default follows the Tour's mask property",description_zh:"是否启用蒙层，也可传入配置改变蒙层样式和填充色，默认跟随 Tour 的 mask 属性",type:"boolean | { style?: React.CSSProperties; color?: string; }",default:"true"},{name:"type",description:"Type, which affects the base color and text color",description_zh:"类型，影响底色与文字颜色",type:"default | primary",default:"default"},{name:"nextButtonProps",description:"Next button properties",description_zh:"下一步按钮的属性",type:"{ children: ReactNode; onClick: Function }",default:"-"},{name:"prevButtonProps",description:"Previous button properties",description_zh:"上一步按钮的属性",type:"{ children: ReactNode; onClick: Function }",default:"-"},{name:"scrollIntoViewOptions",description:"Whether to support the current element to scroll into the window, you can also specify the relevant parameters of the scrolling window, by default follows the Tour's scrollIntoViewOptions property",description_zh:"是否支持当前元素滚动到视窗内，也可传入配置指定滚动视窗的相关参数，默认跟随 Tour 的 scrollIntoViewOptions 属性",type:"boolean | ScrollIntoViewOptions",default:"true",version:"5.2.0"}]},version:"5.0.0",link:"https://ant.design/components/tour",link_zh:"https://ant.design/components/tour"},Pe={name:"Transfer",props:{":dataSource":{value:"",description:"Data source, where the data will be rendered to the left column, except as specified in 'targetKeys'",default:"[]",type:"RecordType extends TransferItem[]",description_zh:"数据源，其中的数据将会被渲染到左边一栏中，targetKeys 中指定的除外",required:!0},disabled:{value:"",description:"Whether to disable or not",default:"false",type:"boolean",description_zh:"是否禁用"},":selectionsIcon":{value:"",description:"Customize the drop-down menu icon",default:"-",type:"React.ReactNode",description_zh:"自定义下拉菜单图标",version:"5.8.0"},":filterOption":{value:"",description:"Filter according to the search content, receive inputValue, option and direction parameters (direction supported since 5.9.0+), when option meets filter conditions, should return true, otherwise false",default:"-",type:"(inputValue, option, direction: left / right): boolean",description_zh:"根据搜索内容进行筛选，接收 inputValue option direction 三个参数，(direction 自5.9.0+支持)，当 option 符合筛选条件时，应返回 true，反之则返回 false"},":footer":{value:"",description:"Bottom render function",default:"-",type:"(props, { direction }) => ReactNode",description_zh:"底部渲染函数",version:"direction: 4.17.0"},":listStyle":{value:"",description:"Custom styles for two shuttle boxes",default:"-",type:"object / ({direction: left / right}) => object",description_zh:"两个穿梭框的自定义样式"},":locale":{value:"",description:"Various languages",default:"{ itemUnit: 项, itemsUnit: 项, searchPlaceholder: 请输入搜索内容 }",type:"{ itemUnit: string; itemsUnit: string; searchPlaceholder: string; notFoundContent: ReactNode / ReactNode[]; }",description_zh:"各种语言"},oneWay:{value:"",description:"The presentation is in a one-way style",default:"false",type:"boolean",description_zh:"展示为单向样式",version:"4.3.0"},":operations":{value:"",description:"Manipulate collections of copy, in order from top to bottom",default:"[>, <]",type:"string[]",description_zh:"操作文案集合，顺序从上至下"},":operationStyle":{value:"",description:"Custom style for the action bar",default:"-",type:"CSSProperties",description_zh:"操作栏的自定义样式"},":pagination":{value:"",description:"Using the pagination style, the custom render list is invalid",default:"false",type:"boolean / { pageSize: number, simple: boolean, showSizeChanger?: boolean, showLessItems?: boolean }",description_zh:"使用分页样式，自定义渲染列表下无效",version:"4.3.0"},":render":{value:"",description:"Each row of data renders a function with an input parameter of 'dataSource' and a return value of ReactElement. Or return a normal object where the 'label' field is ReactElement and the 'value' field is title",default:"-",type:"(record) => ReactNode",description_zh:"每行数据渲染函数，该函数的入参为 dataSource 中的项，返回值为 ReactElement。或者返回一个普通对象，其中 label 字段为 ReactElement，value 字段为 title"},":selectAllLabels":{value:"",description:"Customize the collection of top checkbox titles",default:"-",type:"(ReactNode / (info: { selectedCount: number, totalCount: number }) => ReactNode)[]",description_zh:"自定义顶部多选框标题的集合"},":selectedKeys":{value:"",description:"Sets which items should be selected",default:"[]",type:"string[] / number[]",description_zh:"设置哪些项应该被选中"},":showSearch":{value:"",description:"Whether to show search box, or configure search boxes on both sides",default:"false",type:"boolean / { placeholder: string, defaultValue: string }",description_zh:"是否显示搜索框，或可对两侧搜索框进行配置"},showSelectAll:{value:"",description:"Whether to display the All check box",default:"true",type:"boolean",description_zh:"是否展示全选勾选框"},status:{value:["error","warning"],description:"Set the verification status",default:"-",type:"error / warning",description_zh:"设置校验状态",version:"4.19.0"},":targetKeys":{value:"",description:"A collection of keys that are displayed in the right-hand box for the data",default:"[]",type:"string[] / number[]",description_zh:"显示在右侧框数据的 key 集合",required:!0},":titles":{value:"",description:"A collection of titles, in order from left to right",default:"-",type:"ReactNode[]",description_zh:"标题集合，顺序从左至右"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[{name:"onChange",description:"Option to transfer the callback function when moving between the two columns",params:"(targetKeys, direction, moveKeys): void",description_zh:"选项在两栏之间转移时的回调函数",value:""},{name:"onScroll",description:"Callback function when the picklist scrolls",params:"(direction, event): void",description_zh:"选项列表滚动时的回调函数",value:""},{name:"onSearch",description:"A callback function when the contents of the search box are changed",params:"(direction: left | right, value: string): void",description_zh:"搜索框内容时改变时的回调函数",value:""},{name:"onSelectChange",description:"The callback function when the selected item changes",params:"(sourceSelectedKeys, targetSelectedKeys): void",description_zh:"选中项发生改变时的回调函数",value:""}],typeDetail:{TransferItem:[{name:"key",description:"Unique identifier",description_zh:"唯一标识符",type:"string",required:!0},{name:"title",description:"Display title",description_zh:"显示标题",type:"string"},{name:"description",description:"Description of the item",description_zh:"描述信息",type:"string"},{name:"disabled",description:"Whether the item is disabled",description_zh:"是否禁用此项",type:"boolean"}],RenderProps:[{name:"direction",description:"Direction of rendering list",description_zh:"渲染列表的方向",type:"left / right"},{name:"disabled",description:"Whether the list is disabled",description_zh:"是否禁用列表",type:"boolean"},{name:"filteredItems",description:"Filtered data",description_zh:"过滤后的数据",type:"RecordType[]"},{name:"selectedKeys",description:"Selected items",description_zh:"选中的条目",type:"string[] | number[]"},{name:"onItemSelect",description:"Check an item",description_zh:"勾选条目",type:"(key: string | number, selected: boolean)"},{name:"onItemSelectAll",description:"Check a group of items",description_zh:"勾选一组条目",type:"(keys: string[] | number[], selected: boolean)"}]},link:"https://ant.design/components/transfer",link_zh:"https://ant.design/components/transfer-cn"},Ie={name:"Tree",props:{":allowDrop":{value:"",description:"Whether to allow dragging and dropping on the node",default:"-",type:"({ dropNode, dropPosition }) => boolean",description_zh:"是否允许拖拽时放置在该节点"},autoExpandParent:{value:"",description:"Whether to automatically expand the parent node",default:"false",type:"boolean",description_zh:"是否自动展开父节点"},blockNode:{value:"",description:"Whether the node occupies a row",default:"false",type:"boolean",description_zh:"是否节点占据一行"},checkable:{value:"",description:"Add checkbox before the node",default:"false",type:"boolean",description_zh:"节点前添加 Checkbox 复选框"},":checkedKeys":{value:"",description:"(controlled) the tree node with the checkbox selected (Note: the parent node is associated, if the parent node key is passed, the child node is automatically selected; The key of the corresponding child node is passed in, and the parent node is automatically selected. When 'checkable' and 'checkStrictly' are set, it is an object with 'checked' and 'halfChecked' attributes, and the selection or absence of the parent node is no longer associated",default:"[]",type:"string[] / {checked: string[], halfChecked: string[]}",description_zh:"（受控）选中复选框的树节点（注意：父子节点有关联，如果传入父节点 key，则子节点自动选中；相应当子节点 key 都传入，父节点也自动选中。当设置 `checkable` 和 `checkStrictly`，它是一个有`checked`和`halfChecked`属性的对象，并且父子节点的选中与否不再关联"},checkStrictly:{value:"",description:"Node selection is fully controlled in the checkable state (the selected state of the parent and child nodes is no longer associated)",default:"false",type:"boolean",description_zh:"checkable 状态下节点选择完全受控（父子节点选中状态不再关联）"},":defaultCheckedKeys":{value:"",description:"By default, a tree node with the checkbox selected",default:"[]",type:"string[]",description_zh:"默认选中复选框的树节点"},defaultExpandAll:{value:"",description:"By default, all tree nodes are expanded",default:"false",type:"boolean",description_zh:"默认展开所有树节点"},":defaultExpandedKeys":{value:"",description:"By default, the specified tree node is expanded",default:"[]",type:"string[]",description_zh:"默认展开指定的树节点"},defaultExpandParent:{value:"",description:"By default, the parent node is expanded",default:"true",type:"boolean",description_zh:"默认展开父节点"},":defaultSelectedKeys":{value:"",description:"The tree node is selected by default",default:"[]",type:"string[]",description_zh:"默认选中的树节点"},disabled:{value:"",description:"Disable the tree",default:"false",type:"boolean",description_zh:"将树禁用"},":draggable":{value:"",description:"The setting node can be dragged and the drag-and-drop tooltip icon can be turned off by 'icon: false'",default:"false",type:"boolean / ((node: DataNode) => boolean) / { icon?: React.ReactNode / false, nodeDraggable?: (node: DataNode) => boolean }",description_zh:"设置节点可拖拽，可以通过 `icon: false` 关闭拖拽提示图标",version:"config: 4.17.0"},":expandedKeys":{value:"",description:"(Controlled) expands the specified tree node",default:"[]",type:"string[]",description_zh:"（受控）展开指定的树节点"},":fieldNames":{value:"",description:"Customize the fields of title, key, and children of the node",default:"{ title: title, key: key, children: children }",type:"object",description_zh:"自定义节点 title、key、children 的字段",version:"4.17.0"},":filterTreeNode":{value:"",description:"Filter tree nodes (highlighted) as needed and return true",default:"-",type:"function(node)",description_zh:"按需筛选树节点（高亮），返回 true"},":height":{value:"",description:"Set the height of the virtual scrolling container, after which the internal nodes no longer support horizontal scrolling",default:"-",type:"number",description_zh:"设置虚拟滚动容器高度，设置后内部节点不再支持横向滚动"},":icon":{value:"",description:"Insert a custom icon before the title. Need to set 'showIcon' to true",default:"-",type:"ReactNode / (props) => ReactNode",description_zh:"在标题之前插入自定义图标。需要设置 `showIcon` 为 true"},":loadData":{value:"",description:"Load data asynchronously",default:"-",type:"function(node)",description_zh:"异步加载数据"},":loadedKeys":{value:"",description:"(controlled) nodes that have already been loaded, and need to be used with 'loadData'",default:"[]",type:"string[]",description_zh:"（受控）已经加载的节点，需要配合 `loadData` 使用"},multiple:{value:"",description:"Support for clicking on multiple nodes (node itself)",default:"false",type:"boolean",description_zh:"支持点选多个节点（节点本身）"},rootClassName:{value:"",description:"Add the className to the outermost layer of the tree",default:"-",type:"string",description_zh:"添加在 Tree 最外层的 className"},":rootStyle":{value:"",description:"Add a style to the outermost layer of the tree",default:"-",type:"CSSProperties",description_zh:"添加在 Tree 最外层的 style",version:"4.20.0"},selectable:{value:"",description:"Whether it can be selected",default:"true",type:"boolean",description_zh:"是否可选中"},":selectedKeys":{value:"",description:"(Controlled) sets the selected tree nodes, and for multiple selections, set 'multiple' to true",default:"-",type:"string[]",description_zh:"（受控）设置选中的树节点，多选需设置 `multiple` 为 true"},showIcon:{value:"",description:"Control whether to display the 'icon' node, no default style",default:"false",type:"boolean",description_zh:"控制是否展示 `icon` 节点，没有默认样式"},":showLine":{value:"",description:"Whether or not to display the connection line",default:"false",type:"boolean / { showLeafIcon: ReactNode / ((props: AntTreeNodeProps) => ReactNode) }",description_zh:"是否展示连接线"},":switcherIcon":{value:"",description:"Custom expand/collapse icon for the tree node (with default rotate angle style)",default:"-",type:"ReactNode / ((props: AntTreeNodeProps) => ReactNode)",description_zh:"自定义树节点的展开/折叠图标（带有默认 rotate 角度样式）",version:"renderProps: 4.20.0"},":switcherLoadingIcon":{value:"",description:"Custom loading icon for tree node",default:"-",type:"ReactNode",description_zh:"自定义树节点的加载图标",version:"5.20.0"},":titleRender":{value:"",description:"Custom render nodes",default:"-",type:"(nodeData) => ReactNode",description_zh:"自定义渲染节点",version:"4.5.0"},":treeData":{value:"",description:"treeNodes data, if set then you don't need to manually construct a TreeNode node (the key is unique across the tree)",default:"-",type:"array<{key, title, children, [disabled, selectable]}>",description_zh:"treeNodes 数据，如果设置则不需要手动构造 TreeNode 节点（key 在整个树范围内唯一）",required:!0},virtual:{value:"",description:"Turn off virtual scrolling when set to false",default:"true",type:"boolean",description_zh:"设置 false 时关闭虚拟滚动",version:"4.1.0"}},methods:[],events:[{name:"onCheck",description:"Click the checkbox to trigger",params:"function(checkedKeys, e:{checked: boolean, checkedNodes, node, event, halfCheckedKeys})",description_zh:"点击复选框触发",value:""},{name:"onDragEnd",description:"DragEnd is called when triggered",params:"function({event, node})",description_zh:"dragend 触发时调用",value:""},{name:"onDragEnter",description:"DragEnter is called when triggered",params:"function({event, node, expandedKeys})",description_zh:"dragenter 触发时调用",value:""},{name:"onDragLeave",description:"DragLeave is called when triggered",params:"function({event, node})",description_zh:"dragleave 触发时调用",value:""},{name:"onDragOver",description:"Dragover is invoked when triggered",params:"function({event, node})",description_zh:"dragover 触发时调用",value:""},{name:"onDragStart",description:"Called when you start dragging",params:"function({event, node})",description_zh:"开始拖拽时调用",value:""},{name:"onDrop",description:"drop is called when triggered",params:"function({event, node, dragNode, dragNodesKeys})",description_zh:"drop 触发时调用",value:""},{name:"onExpand",description:"Triggered when a node is expanded/collapsed",params:"function(expandedKeys, {expanded: boolean, node})",description_zh:"展开/收起节点时触发",value:""},{name:"onLoad",description:"Triggered when the node is loaded",params:"function(loadedKeys, {event, node})",description_zh:"节点加载完毕时触发",value:""},{name:"onRightClick",description:"Respond to right-clicks",params:"function({event, node})",description_zh:"响应右键点击",value:""},{name:"onSelect",description:"Click on the tree node to trigger",params:"function(selectedKeys, e:{selected: boolean, selectedNodes, node, event})",description_zh:"点击树节点触发",value:""}],typeDetail:{TreeNode:[{name:"checkable",description:"When the tree is checkable, set whether the independent node displays a Checkbox",description_zh:"当树为 checkable 时，设置独立节点是否展示 Checkbox",type:"boolean",default:"-"},{name:"disableCheckbox",description:"Disable the checkbox",description_zh:"禁掉 checkbox",type:"boolean",default:"false"},{name:"disabled",description:"Disable the response",description_zh:"禁掉响应",type:"boolean",default:"false"},{name:"icon",description:"Custom icon. Can receive components, props for the current node props",description_zh:"自定义图标。可接收组件，props 为当前节点 props",type:"ReactNode | (props) => ReactNode",default:"-"},{name:"isLeaf",description:"Set as a leaf node (valid when loadData is set). When it is false, it will be forced as a parent node",description_zh:"设置为叶子节点 (设置了 loadData 时有效)。为 false 时会强制将其作为父节点",type:"boolean",default:"-"},{name:"key",description:"Used by the tree's (default)ExpandedKeys | (default)CheckedKeys | (default)SelectedKeys property. Note: the key values of all nodes throughout the tree cannot be repeated!",description_zh:"被树的 (default)ExpandedKeys | (default)CheckedKeys | (default)SelectedKeys 属性所用。注意：整个树范围内的所有节点的 key 值不能重复！",type:"string",default:"(内部计算出的节点位置)"},{name:"selectable",description:"Set whether the node can be selected",description_zh:"设置节点是否可被选中",type:"boolean",default:"true"},{name:"title",description:"Title",description_zh:"标题",type:"ReactNode",default:"---"}],DirectoryTree:[{name:"expandAction",description:"Directory expansion logic, options: false | click | doubleClick",description_zh:"目录展开逻辑，可选：false | click | doubleClick",type:"string | boolean",default:"click"}]},suggestions:["Tree.DirectoryTree","Tree.TreeNode"],link:"https://ant.design/components/tree",link_zh:"https://ant.design/components/tree"},Fe={name:"TreeSelect",props:{rootClassName:{default:"-",value:"",type:"string",description:"Add a className to the outermost component",description_zh:"添加在组件最外层的 className"},":allowClear":{default:!1,value:"",type:"boolean / { clearIcon?: ReactNode }",description:"Custom clear button (5.8.0: support object)",description_zh:"自定义清除按钮（5.8.0: 支持对象形式）"},autoClearSearchValue:{default:!0,value:"",type:"boolean",description:"If auto clear search input value when multiple select is selected/deselected",description_zh:"当多选模式下值被选择，自动清空搜索框"},":defaultValue":{default:"-",value:"",type:"string / string[]",description:"To set the initial selected item",description_zh:"指定默认选中的条目"},disabled:{default:!1,value:"",type:"boolean",description:"Whether disabled select",description_zh:"是否禁用"},popupClassName:{default:"-",value:"",type:"string",description:"The className of dropdown menu",description_zh:"下拉菜单的 className 属性",version:"4.23.0"},":popupMatchSelectWidth":{default:!0,value:"",type:"boolean / number",description:"Determine whether the dropdown menu and the select input are the same width. Default set `min-width` same as input. Will ignore when value less than select width. `false` will disable virtual scroll",description_zh:"下拉菜单和选择器同宽。默认将设置 `min-width`，当值小于选择框宽度时会被忽略。false 时会关闭虚拟滚动",version:"5.5.0"},":dropdownRender":{default:"-",value:"",type:"(originNode: ReactNode, props) => ReactNode",description:"Customize dropdown content",description_zh:"自定义下拉框内容"},":dropdownStyle":{default:"-",value:"",type:"object",description:"To set the style of the dropdown menu",description_zh:"下拉菜单的样式"},":fieldNames":{default:"{ label: `label`, value: `value`, children: `children` }",value:"",type:"object",description:"Customize node label, value, children field name",description_zh:"自定义节点 label、value、children 的字段",version:"4.17.0"},":filterTreeNode":{default:"function",value:"",type:"boolean / function(inputValue: string, treeNode: TreeNode) (函数需要返回 bool 值)",description:"Whether to filter treeNodes by input value. The value of treeNodeFilterProp is used for filtering by default",description_zh:"是否根据输入项进行筛选，默认用 treeNodeFilterProp 的值作为要筛选的 TreeNode 的属性值"},":getPopupContainer":{default:"() => document.body",value:"",type:"function(triggerNode)",description:"To set the container of the dropdown menu. The default is to create a div element in body, you can reset it to the scrolling area and make a relative position",description_zh:"菜单渲染父节点。默认渲染到 body 上，如果你遇到菜单滚动定位问题，试试修改为滚动的区域，并相对其定位。"},labelInValue:{default:!1,value:"",type:"boolean",description:"Whether to embed label in value, turn the format of value from `string` to {value: string, label: ReactNode, halfChecked(treeCheckStrictly only): string[]}",description_zh:"是否把每个选项的 label 包装到 value 中，会把 value 类型从 `string` 变为 {value: string, label: ReactNode, halfChecked(treeCheckStrictly 时有效): string[] } 的格式"},":listHeight":{default:256,value:"",type:"number",description:"Config popup height",description_zh:"设置弹窗滚动高度"},":loadData":{default:"-",value:"",type:"function(node)",description:"Load data asynchronously. Won't be called when filtering to avoid network request",description_zh:"异步加载数据。在过滤时不会调用以防止网络堵塞，可参考 FAQ 获得更多内容"},":maxCount":{default:"-",value:"",type:"number",description:"Specifies the maximum number of items that can be selected, only works when `multiple=true`. If this is applied, (`showCheckedStrategy = 'SHOW_ALL'` and no `treeCheckStrictly` is active), or when using `showCheckedStrategy = 'SHOW_PARENT'`, maxCount will be invalid",description_zh:"指定可选中的最多 items 数量，仅在 `multiple=true` 时生效。如果此时 (`showCheckedStrategy = 'SHOW_ALL'` 且未开启 `treeCheckStrictly`)，或使用 `showCheckedStrategy = 'SHOW_PARENT'`，则maxCount无效。",version:"5.23.0"},":maxTagCount":{default:"-",value:"",type:"number / responsive",description:"Max tag count to show. responsive will cost render performance",description_zh:"最多显示多少个 tag，响应式模式会对性能产生损耗",version:"responsive: 4.10"},":maxTagPlaceholder":{default:"-",value:"",type:"ReactNode / function(omittedValues)",description:"Placeholder for hidden tags",description_zh:"隐藏 tag 时显示的内容"},":maxTagTextLength":{default:"-",value:"",type:"number",description:"Max text length to show",description_zh:"最大显示的 tag 文本长度"},multiple:{default:!1,value:"",type:"boolean",description:"Support multiple selection (value would be an array, set treeCheckable to true automatically)",description_zh:"支持多选（当设置 treeCheckable 时自动变为 true）"},":notFoundContent":{default:"`Not Found`",value:"",type:"ReactNode",description:"Specify content to show when no result matches",description_zh:"当下拉列表为空时显示的内容"},placeholder:{default:"请选择",value:"",type:"string",description:"Placeholder of the select input",description_zh:"选择框默认文字",$label:"请选择$label",related:["el-form-item.label"]},placement:{default:"bottomLeft",value:"",type:"bottomLeft / bottomRight / topLeft / topRight",description:"The position where the selection box pops up",description_zh:"选择框弹出的位置"},":prefix":{default:"-",value:"",type:"ReactNode",description:"Custom prefix",description_zh:"自定义前缀",version:"5.22.0"},searchValue:{default:"-",value:"",type:"string",description:"The value of search input, controlled mode",description_zh:"搜索框的值，可以通过 `onSearch` 获取用户输入"},showCheckedStrategy:{default:"`TreeSelect.SHOW_CHILD`",value:"",type:"TreeSelect.SHOW_ALL / TreeSelect.SHOW_PARENT / TreeSelect.SHOW_CHILD",description:"The way show selected item in box when `treeCheckable` is true. `TreeSelect.SHOW_ALL`: show all checked treeNodes (include parent treeNode). `TreeSelect.SHOW_PARENT`: show checked treeNodes (just show parent treeNode). Default just show child",description_zh:"配置 `treeCheckable` 时，定义选中项回填的方式。`TreeSelect.SHOW_ALL`: 显示所有选中节点(包括父节点)。`TreeSelect.SHOW_PARENT`: 只显示父节点(当父节点下所有子节点都选中时)。 默认只显示子节点"},showSearch:{default:"单选：false | 多选：true",value:"",type:"boolean",description:"Whether to display a search input in the dropdown menu",description_zh:"是否支持搜索框"},size:{default:"-",value:"",type:"large / middle / small",description:"To set the size of the select input",description_zh:"选择框大小"},status:{default:"-",value:"",type:"error / warning",description:"Set validation status",description_zh:"设置校验状态",version:"4.19.0"},":suffixIcon":{default:"`<DownOutlined />`",value:"",type:"ReactNode",description:"The custom suffix icon",description_zh:"自定义的选择框后缀图标"},":switcherIcon":{default:"-",value:"",type:"ReactNode / ((props: AntTreeNodeProps) => ReactNode)",description:"Custom switcher icon",description_zh:"自定义树节点的展开/折叠图标",version:"renderProps: 4.20.0"},":tagRender":{default:"-",value:"",type:"(props) => ReactNode",description:"Customize tag render when `multiple` is true",description_zh:"自定义 tag 内容，多选时生效"},treeCheckable:{default:!1,value:"",type:"boolean",description:"Whether to show checkbox on the treeNodes",description_zh:"显示 Checkbox"},treeCheckStrictly:{default:!1,value:"",type:"boolean",description:"Whether to check nodes precisely (in the `checkable` mode), means parent and child nodes are not associated, and it will make `labelInValue` be true",description_zh:"`checkable` 状态下节点选择完全受控（父子节点选中状态不再关联），会使得 `labelInValue` 强制为 true"},":treeData":{default:"[]",value:"",type:"array<{value, title, children, [disabled, disableCheckbox, selectable, checkable]}>",description:"Data of the treeNodes, manual construction work is no longer needed if setting this property",description_zh:"treeNodes 数据，如果设置则不需要手动构造 TreeNode 节点（value 在整个树范围内唯一）",required:!0},":treeDataSimpleMode":{default:!1,value:"",type:"boolean / object<{ id: string, pId: string, rootPId: string }>",description:"Enable simple mode of treeData. Changes the treeData schema to: [{id:1, pId:0, value:'1', title:\"test1\",...},...] where pId is parent node's id",description_zh:"使用简单格式的 treeData，具体设置参考可设置的类型 (此时 treeData 应变为这样的数据结构: [{id:1, pId:0, value:'1', title:\"test1\"},...], `pId` 是父节点的 id)"},":treeTitleRender":{default:"-",value:"",type:"(nodeData) => ReactNode",description:"Customize node rendering",description_zh:"自定义渲染节点",version:"5.12.0"},treeDefaultExpandAll:{default:!1,value:"",type:"boolean",description:"Whether to expand all treeNodes by default",description_zh:"默认展开所有树节点"},":treeDefaultExpandedKeys":{default:"-",value:"",type:"string[]",description:"Default expanded treeNodes",description_zh:"默认展开的树节点"},":treeExpandAction":{default:!1,value:"",type:"string / boolean",description:"Tree title open logic when click, optional: false / `click` / `doubleClick`",description_zh:"点击节点 title 时的展开逻辑，可选：false / `click` / `doubleClick`",version:"4.21.0"},":treeExpandedKeys":{default:"-",value:"",type:"string[]",description:"Set expanded keys",description_zh:"设置展开的树节点"},treeIcon:{default:!1,value:"",type:"boolean",description:"Shows the icon before a TreeNode's title. There is no default style; you must set a custom style for it if set to true",description_zh:"是否展示 TreeNode title 前的图标，没有默认样式，如设置为 true，需要自行定义图标相关样式"},":treeLine":{default:!1,value:"",type:"boolean / object",description:"Shows a connecting line",description_zh:"是否展示线条样式，请参考 Tree - showLine",version:"4.17.0"},":treeLoadedKeys":{default:"[]",value:"",type:"string[]",description:"(Controlled) Set loaded tree nodes, need to work with `loadData`",description_zh:"（受控）已经加载的节点，需要配合 `loadData` 使用"},treeNodeFilterProp:{default:"`value`",value:"",type:"string",description:"Will be used for filtering if `filterTreeNode` returns true",description_zh:"输入项过滤对应的 treeNode 属性"},treeNodeLabelProp:{default:"`title`",value:"",type:"string",description:"Set label prop of treeNode",description_zh:"作为显示的 prop 设置"},":value":{default:"-",value:"",type:"string / string[]",description:"To set the current selected item",description_zh:"指定当前选中的条目",required:!0},variant:{default:"outlined",value:"",type:"outlined / borderless / filled / underlined",description:"Variants of selector",description_zh:"形态变体",version:"5.13.0 | `underlined`: 5.24.0"},virtual:{default:!0,value:"",type:"boolean",description:"Disable virtual scroll when set to false",description_zh:"设置 false 时关闭虚拟滚动",version:"4.1.0"}},events:[{name:"onChange",description:"Called when select a treeNode or input value change",description_zh:"选中树节点时调用此函数",params:"function(value, label, extra)"},{name:"onDropdownVisibleChange",description:"Called when dropdown open | close",description_zh:"展开下拉菜单的回调",params:"function(open)"},{name:"onSearch",description:"Called when input changed",description_zh:"文本框值变化时的回调",params:"function(value: string)"},{name:"onSelect",description:"Called when a treeNode is selected",description_zh:"被选中时调用",params:"function(value, node, extra)"},{name:"onTreeExpand",description:"Called when treeNode expanded",description_zh:"展示节点时调用",params:"function(expandedKeys)"},{name:"onPopupScroll",description:"Called when dropdown scrolls",description_zh:"下拉列表滚动时的回调",params:"(event: UIEvent) => void",version:"5.17.0"}],methods:[{name:"blur",description:"Remove focus",description_zh:"移除焦点"},{name:"focus",description:"Get focus",description_zh:"获取焦点"}],link:"https://ant.design/components/tree-select",link_zh:"https://ant.design/components/tree-select-cn"},Me={name:"Typography",props:{},typeDetail:{},events:[{name:"onClick",description:"Callback when you click Text",params:"(event) => void",description_zh:"点击 Text 时的回调",value:""}],suggestions:["Typography.Title","Typography.Paragraph","Typography.Text","Typography.Link"],link:"https://ant.design/components//typography",link_zh:"https://ant.design/components//typography",methods:[]},Oe={name:"Typography.Link",props:{code:{value:"",description:"Add code styles",default:"false",type:"boolean",description_zh:"添加代码样式"},copyable:{value:"",description:"Whether it can be copied or not, and various customizations can be made when it is an object",default:"false",type:"boolean | copyable",description_zh:"是否可拷贝，为对象时可进行各种自定义"},delete:{value:"",description:"Add a strikethrough style",default:"false",type:"boolean",description_zh:"添加删除线样式"},href:{value:"",description:"External link jump system",default:"",type:"string",description_zh:"外链跳转体制",required:!0},target:{value:["_self","_blank","_parent","_top"],description:'_self: The current page loads. (Default) _blank: Usually opens in a new tab, but users can choose to open in a new window through configuration. _parent: The parent browsing context of the current browsing environment. If there is no parent framework, the behavior is the same as _self. _top: The top-level browsing context (the most "high" ancestor in the current browsing context). If there is no ancestor, the behavior is the same as _self.',default:"_self",type:"string",description_zh:"_self：当前页面加载。（默认）_blank：通常在新标签页打开，但用户可以通过配置选择在新窗口打开。_parent：当前浏览环境的父级浏览上下文。如果没有父级框架，行为与 _self 相同。_top：最顶级的浏览上下文（当前浏览上下文中最“高”的祖先）。如果没有祖先，行为与 _self 相同。"},disabled:{value:"",description:"Disable text",default:"false",type:"boolean",description_zh:"禁用文本"},editable:{value:"",description:"Whether it is editable or not, and you can control the editing when it is an object",default:"false",type:"boolean | editable",description_zh:"是否可编辑，为对象时可对编辑进行控制"},ellipsis:{value:"",description:"Automatic overflow omitted, the number of omitted rows, whether it can be expanded, and onExpand expansion events cannot be set when it is an object. Unlike Typography.Paragraph, the Text component itself does not have a 100% width style, so by default the width does not change after the initial abbreviation. If you need adaptive width, configure the width style manually",default:"false",type:"boolean | Omit<ellipsis, 'expandable' | 'rows' | 'onExpand'>",description_zh:"自动溢出省略，为对象时不能设置省略行数、是否可展开、onExpand 展开事件。不同于 Typography.Paragraph，Text 组件自身不带 100% 宽度样式，因而默认情况下初次缩略后宽度便不再变化。如果需要自适应宽度，请手工配置宽度样式"},keyboard:{value:"",description:"Add a keyboard style",default:"false",type:"boolean",description_zh:"添加键盘样式"},mark:{value:"",description:"Add a marker style",default:"false",type:"boolean",description_zh:"添加标记样式"},strong:{value:"",description:"Whether to bold or not",default:"false",type:"boolean",description_zh:"是否加粗"},italic:{value:"",description:"Italics or not",default:"false",type:"boolean",description_zh:"是否斜体"},type:{value:["secondary","success","warning","danger"],description:"The type of text",default:"—",type:"secondary / success / warning / danger",description_zh:"文本类型"},underline:{value:"",description:"Add an underline style",default:"false",type:"boolean",description_zh:"添加下划线样式"}},typeDetail:{editableItem:[{name:"autoSize",description:"自动 resize 文本域",type:"boolean | { minRows: number, maxRows: number }"},{name:"editing",description:"控制是否是编辑中状态",type:"boolean"},{name:"icon",description:"自定义编辑图标",type:"ReactNode"},{name:"maxLength",description:"编辑中文本域最大长度",type:"number"},{name:"tooltip",description:"自定义提示文本，为 false 时关闭",type:"boolean | ReactNode"},{name:"text",description:"显式地指定编辑文案，为空时将隐式地使用 children",type:"string"},{name:"triggerType",description:"编辑模式触发器类型，图标、文本或者两者都设置（不设置图标作为触发器时它会隐藏）",type:"['icon' | 'text']"},{name:"enterIcon",description:"在编辑段中自定义“enter”图标（传递“null”将删除图标）",type:"ReactNode"},{name:"onChange",description:"文本域编辑时触发",callback:"function(value: string)"},{name:"onCancel",description:"按 ESC 退出编辑状态时触发",callback:"function"},{name:"onStart",description:"进入编辑中状态时触发",callback:"function"},{name:"onEnd",description:"按 ENTER 结束编辑状态时触发",callback:"function"}],copyableItem:[{name:"format",description:"剪切板数据的 Mime Type",type:"'text | plain' | 'text | html'"},{name:"icon",description:"自定义拷贝图标：[默认图标, 拷贝后的图标]",type:"[ReactNode, ReactNode]"},{name:"text",description:"拷贝到剪切板里的文本",type:"string"},{name:"tooltips",description:"自定义提示文案，为 false 时隐藏文案",type:"[ReactNode, ReactNode]"},{name:"onCopy",description:"拷贝成功的回调函数",callback:"function"}]},events:[{name:"onClick",description:"Callback when you click Text",params:"(event) => void",description_zh:"点击 Text 时的回调",value:""}],link:"https://ant.design/components//typography",link_zh:"https://ant.design/components//typography",methods:[]},Le={name:"Typography.Paragraph",description:"段落组件，展示不同样式的文本内容。",description_zh:"段落组件，展示不同样式的文本内容。",props:{code:{default:"false",value:"",type:"boolean",description:"Add code style",description_zh:"添加代码样式"},":copyable":{default:"false",value:"",type:"boolean / copyable",description:"Whether to be copyable, customize it via object",description_zh:"是否可拷贝，为对象时可进行各种自定义"},delete:{default:"false",value:"",type:"boolean",description:"Add delete line style",description_zh:"添加删除线样式"},disabled:{default:"false",value:"",type:"boolean",description:"Disabled content",description_zh:"禁用文本"},":editable":{default:"false",value:"",type:"boolean / editable",description:"If editable, can control editing state when is object",description_zh:"是否可编辑，为对象时可对编辑进行控制"},":ellipsis":{default:"false",value:"",type:"boolean / ellipsis",description:"Auto overflow omit, can configure expandable, rows, suffix when is object",description_zh:"自动溢出省略，为对象时可设置省略行数、是否可展开、添加后缀等"},mark:{default:"false",value:"",type:"boolean",description:"Add mark style",description_zh:"添加标记样式"},strong:{default:"false",value:"",type:"boolean",description:"Bold style",description_zh:"是否加粗"},italic:{default:"false",value:"",type:"boolean",description:"Italic style",description_zh:"是否斜体",version:"4.16.0"},type:{default:"-",value:"",type:"secondary / success / warning / danger",description:"Text type",description_zh:"文本类型",version:"success: 4.6.0"},underline:{default:"false",value:"",type:"boolean",description:"Add underline style",description_zh:"添加下划线样式"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/typography-cn#typographyparagraph",link_zh:"https://ant.design/components/typography-cn#typographyparagraph",events:[{name:"onClick",description:"Callback when paragraph is clicked",description_zh:"点击 Paragraph 时的回调",params:"(event) => void"}],typeDetail:{copyable:[{name:"text",type:"string | (() => string | Promise<string>)",description:"Custom copy text",description_zh:"自定义复制的文本"},{name:"onCopy",type:"function(event)",description:"Called when copied text",description_zh:"复制成功的回调函数"},{name:"icon",type:"ReactNode",description:"Custom copy icon",description_zh:"自定义拷贝图标"},{name:"tooltips",type:"false | [ReactNode, ReactNode]",description:"Custom tooltip text, ['copy', 'copied']",description_zh:"自定义提示文案，[未复制时, 复制成功时]"},{name:"format",type:"'text/plain' | 'text/html'",description:"Format of copied text",description_zh:"复制的文本格式"},{name:"tabIndex",type:"number",description:"Tab index of copy button",description_zh:"复制按钮的 tab index"}],editable:[{name:"icon",type:"ReactNode",description:"Custom edit icon",description_zh:"自定义编辑图标"},{name:"tooltip",type:"ReactNode",description:"Custom tooltip text",description_zh:"自定义提示文本"},{name:"editing",type:"boolean",description:"Current editing state",description_zh:"当前是否是编辑状态"},{name:"maxLength",type:"number",description:"Maximum characters allowed",description_zh:"最大字符数"},{name:"autoSize",type:"boolean | { minRows: number, maxRows: number }",description:"Auto size of textarea",description_zh:"自适应文本框大小"},{name:"text",type:"string",description:"Edit text",description_zh:"编辑文本"},{name:"onChange",type:"function(string)",description:"Called when editing finished",description_zh:"文本域编辑时触发"},{name:"onCancel",type:"function",description:"Called when edit canceled",description_zh:"按 ESC 退出编辑状态时触发"},{name:"onStart",type:"function",description:"Called when enter editing state",description_zh:"进入编辑中状态时触发"},{name:"onEnd",type:"function",description:"Called when edit end",description_zh:"按 ENTER 结束编辑状态时触发"},{name:"triggerType",type:"('icon' | 'text')[]",description:"Trigger type for edit mode",description_zh:"触发编辑的方式"},{name:"enterIcon",type:"ReactNode",description:"Custom enter icon",description_zh:"自定义 enter 图标"},{name:"tabIndex",type:"number",description:"Tab index of edit button",description_zh:"编辑按钮的 tab index"}],ellipsis:[{name:"rows",type:"number",description:"Max rows of content",description_zh:"最多显示的行数"},{name:"expandable",type:"boolean",description:"Whether support expand",description_zh:"是否可展开"},{name:"suffix",type:"string",description:"Suffix of ellipsis content",description_zh:"自定义省略内容后缀"},{name:"symbol",type:"ReactNode",description:"Custom expand symbol",description_zh:"自定义展开符号"},{name:"tooltip",type:"boolean | ReactNode",description:"Show tooltip when ellipsis",description_zh:"省略时显示的提示"},{name:"onExpand",type:"function(event)",description:"Called when expand",description_zh:"点击展开时的回调"},{name:"onEllipsis",type:"function(ellipsis)",description:"Called when ellipsis state changed",description_zh:"省略时的回调"}]},suggestions:["Typography.Title","Typography.Text"]},We={name:"Typography.Text",description:"文本组件，展示不同样式的文本内容。",description_zh:"文本组件，展示不同样式的文本内容。",props:{code:{default:"false",value:"",type:"boolean",description:"Add code style",description_zh:"添加代码样式"},":copyable":{default:"false",value:"",type:"boolean / copyable",description:"Whether to be copyable, customize it via object",description_zh:"是否可拷贝，为对象时可进行各种自定义"},delete:{default:"false",value:"",type:"boolean",description:"Add delete line style",description_zh:"添加删除线样式"},disabled:{default:"false",value:"",type:"boolean",description:"Disabled content",description_zh:"禁用文本"},":editable":{default:"false",value:"",type:"boolean / editable",description:"If editable, can control editing state when is object",description_zh:"是否可编辑，为对象时可对编辑进行控制"},":ellipsis":{default:"false",value:"",type:"boolean / Omit<ellipsis, 'expandable' | 'rows' | 'onExpand'>",description:"Auto overflow omit, cannot set expandable, rows and onExpand when is object. Different with Typography.Paragraph, Text do not have 100% width style, so the width will not change when ellipsis is true. You need to manually set width style",description_zh:"自动溢出省略，为对象时不能设置省略行数、是否可展开、onExpand 展开事件。不同于 Typography.Paragraph，Text 组件自身不带 100% 宽度样式，因而默认情况下初次缩略后宽度便不再变化。如果需要自适应宽度，请手工配置宽度样式"},keyboard:{default:"false",value:"",type:"boolean",description:"Add keyboard style",description_zh:"添加键盘样式",version:"4.3.0"},mark:{default:"false",value:"",type:"boolean",description:"Add mark style",description_zh:"添加标记样式"},strong:{default:"false",value:"",type:"boolean",description:"Bold style",description_zh:"是否加粗"},italic:{default:"false",value:"",type:"boolean",description:"Italic style",description_zh:"是否斜体",version:"4.16.0"},type:{default:"-",value:"",type:"secondary / success / warning / danger",description:"Text type",description_zh:"文本类型",version:"success: 4.6.0"},underline:{default:"false",value:"",type:"boolean",description:"Add underline style",description_zh:"添加下划线样式"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/typography-cn#typographytext",link_zh:"https://ant.design/components/typography-cn#typographytext",events:[{name:"onClick",description:"Callback when text is clicked",description_zh:"点击 Text 时的回调",params:"(event) => void"}],typeDetail:{copyable:[{name:"text",type:"string",description:"Custom copy text",description_zh:"自定义复制的文本"},{name:"onCopy",type:"function",description:"Called when copied text",description_zh:"复制成功的回调函数"},{name:"icon",type:"ReactNode",description:"Custom copy icon",description_zh:"自定义拷贝图标"},{name:"tooltips",type:"[ReactNode, ReactNode]",description:"Custom tooltip text, ['copy', 'copied']",description_zh:"自定义提示文案，[未复制时, 复制成功时]"}],editable:[{name:"editing",type:"boolean",description:"Current editing state",description_zh:"当前是否是编辑状态"},{name:"icon",type:"ReactNode",description:"Custom edit icon",description_zh:"自定义编辑图标"},{name:"tooltip",type:"boolean | ReactNode",description:"Custom tooltip text",description_zh:"自定义提示文本"},{name:"onStart",type:"function",description:"Called when enter editing state",description_zh:"进入编辑中状态时触发"},{name:"onChange",type:"function(string)",description:"Called when editing finished",description_zh:"文本域编辑时触发"},{name:"onEnd",type:"function",description:"Called when edit end",description_zh:"按 ENTER 结束编辑状态时触发"},{name:"onCancel",type:"function",description:"Called when edit canceled",description_zh:"按 ESC 退出编辑状态时触发"}],ellipsis:[{name:"tooltip",type:"boolean | ReactNode",description:"Show tooltip when ellipsis",description_zh:"省略时显示的提示"},{name:"symbol",type:"ReactNode",description:"Custom symbol for ellipsis",description_zh:"自定义省略符号"},{name:"onEllipsis",type:"function(ellipsis)",description:"Called when ellipsis state changed",description_zh:"省略时的回调"}]},suggestions:["Typography.Title","Typography.Paragraph"]},Ae={name:"Typography.Title",description:"标题组件，展示不同级别的标题。",description_zh:"标题组件，展示不同级别的标题。",props:{code:{default:"false",value:"",type:"boolean",description:"Add code style",description_zh:"添加代码样式"},":copyable":{default:"false",value:"",type:"boolean / copyable",description:"Whether to be copyable, customize it via object",description_zh:"是否可拷贝，为对象时可进行各种自定义"},delete:{default:"false",value:"",type:"boolean",description:"Add delete line style",description_zh:"添加删除线样式"},disabled:{default:"false",value:"",type:"boolean",description:"Disabled content",description_zh:"禁用文本"},":editable":{default:"false",value:"",type:"boolean / editable",description:"If editable, can control editing state when is object",description_zh:"是否可编辑，为对象时可对编辑进行控制"},":ellipsis":{default:"false",value:"",type:"boolean / ellipsis",description:"Auto overflow omit, can configure expandable, rows, suffix when is object",description_zh:"自动溢出省略，为对象时可设置省略行数、是否可展开、添加后缀等"},":level":{default:"1",value:"",type:"number: 1, 2, 3, 4, 5",description:"Importance level, equivalent to h1, h2, h3, h4, h5",description_zh:"重要程度，相当于 h1、h2、h3、h4、h5",version:"5: 4.6.0"},mark:{default:"false",value:"",type:"boolean",description:"Add mark style",description_zh:"添加标记样式"},italic:{default:"false",value:"",type:"boolean",description:"Italic style",description_zh:"是否斜体",version:"4.16.0"},type:{default:"-",value:"",type:"secondary / success / warning / danger",description:"Text type",description_zh:"文本类型",version:"success: 4.6.0"},underline:{default:"false",value:"",type:"boolean",description:"Add underline style",description_zh:"添加下划线样式"},rootClassName:{default:"-",value:"",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],link:"https://ant.design/components/typography-cn#typographytitle",link_zh:"https://ant.design/components/typography-cn#typographytitle",events:[{name:"onClick",description:"Callback when title is clicked",description_zh:"点击 Title 时的回调",params:"(event) => void"}],typeDetail:{copyable:[{name:"text",type:"string",description:"Custom copy text",description_zh:"自定义复制的文本"},{name:"onCopy",type:"function",description:"Called when copied text",description_zh:"复制成功的回调函数"},{name:"icon",type:"ReactNode",description:"Custom copy icon",description_zh:"自定义拷贝图标"},{name:"tooltips",type:"[ReactNode, ReactNode]",description:"Custom tooltip text, ['copy', 'copied']",description_zh:"自定义提示文案，[未复制时, 复制成功时]"}],editable:[{name:"editing",type:"boolean",description:"Current editing state",description_zh:"当前是否是编辑状态"},{name:"icon",type:"ReactNode",description:"Custom edit icon",description_zh:"自定义编辑图标"},{name:"tooltip",type:"boolean | ReactNode",description:"Custom tooltip text",description_zh:"自定义提示文本"},{name:"onStart",type:"function",description:"Called when enter editing state",description_zh:"进入编辑中状态时触发"},{name:"onChange",type:"function(string)",description:"Called when editing finished",description_zh:"文本域编辑时触发"},{name:"onEnd",type:"function",description:"Called when edit end",description_zh:"按 ENTER 结束编辑状态时触发"},{name:"onCancel",type:"function",description:"Called when edit canceled",description_zh:"按 ESC 退出编辑状态时触发"}],ellipsis:[{name:"rows",type:"number",description:"Max rows of content",description_zh:"最多显示的行数"},{name:"expandable",type:"boolean",description:"Whether support expand",description_zh:"是否可展开"},{name:"suffix",type:"string",description:"Suffix of ellipsis content",description_zh:"自定义省略内容后缀"},{name:"symbol",type:"ReactNode",description:"Custom expand symbol",description_zh:"自定义展开符号"},{name:"tooltip",type:"boolean | ReactNode",description:"Show tooltip when ellipsis",description_zh:"省略时显示的提示"},{name:"onExpand",type:"function(event)",description:"Called when expand",description_zh:"点击展开时的回调"},{name:"onEllipsis",type:"function(ellipsis)",description:"Called when ellipsis state changed",description_zh:"省略时的回调"}]},suggestions:["Typography.Text","Typography.Paragraph"]},Ee={name:"Upload",props:{accept:{default:"-",value:"",type:"string",description:"Accept the file type to be uploaded, see input accept Attribute",description_zh:"接受上传的文件类型，详见 input accept Attribute"},":action":{default:"-",value:"",type:"string / (file) => Promise<string>",description:"The address of the upload",description_zh:"上传的地址",required:!0},":beforeUpload":{default:"-",value:"",type:"(file, fileList) => boolean / Promise<File> / `Upload.LIST_IGNORE`",description:"The hook before uploading the file, the parameter is the uploaded file, if it returns 'false', the upload will be stopped. Support to return a Promise object, stop uploading when the Promise object rejects, and start uploading when resolve (resolve passes in 'File' or 'Blob' objects, upload resolve incoming objects); You can also return 'Upload.LIST_IGNORE', in which case the file will not appear in the list. **Note: IE9 does not support this method**",description_zh:"上传文件之前的钩子，参数为上传的文件，若返回 `false` 则停止上传。支持返回一个 Promise 对象，Promise 对象 reject 时则停止上传，resolve 时开始上传（ resolve 传入 `File` 或 `Blob` 对象则上传 resolve 传入对象）；也可以返回 `Upload.LIST_IGNORE`，此时列表中将不展示此文件。 **注意：IE9 不支持该方法**"},":customRequest":{default:"-",value:"",type:"function",description:"By overriding the default upload behavior, you can customize your own upload implementation",description_zh:"通过覆盖默认的上传行为，可以自定义自己的上传实现"},":data":{default:"-",value:"",type:"object / (file) => object / Promise<object>",description:"Upload the required additional parameters or return to the method of uploading additional parameters",description_zh:"上传所需额外参数或返回上传额外参数的方法"},":defaultFileList":{default:"-",value:"",type:"object[]",description:"The default list of files that have been uploaded",description_zh:"默认已经上传的文件列表"},directory:{default:"false",value:"",type:"boolean",description:"Folder uploads are supported (caniuse)",description_zh:"支持上传文件夹（caniuse）"},disabled:{default:"false",value:"",type:"boolean",description:"Whether to disable or not",description_zh:"是否禁用"},":fileList":{default:"-",value:"",type:"UploadFile[]",description:"A list of files that have been uploaded (controlled), if you encounter an issue where 'onChange' is only called once when you use this parameter, please refer to #2423",description_zh:"已经上传的文件列表（受控），使用此参数时，如果遇到 `onChange` 只调用一次的问题，请参考 #2423",required:!0},":headers":{default:"-",value:"",type:"object",description:"Set the upload request header, which is valid for IE10 or later",description_zh:"设置上传的请求头部，IE10 以上有效"},":iconRender":{default:"-",value:"",type:"(file: UploadFile, listType?: UploadListType) => ReactNode",description:"Customize the display icon",description_zh:"自定义显示 icon"},":isImageUrl":{default:"[(内部实现)]",value:"",type:"(file: UploadFile) => boolean",description:"Customize whether thumbnails are displayed using <img/> tags",description_zh:"自定义缩略图是否使用 <img /> 标签进行显示"},":itemRender":{default:"-",value:"",type:"(originNode: ReactElement, file: UploadFile, fileList: object[], actions: { download: function, preview: function, remove: function }) => React.ReactNode",description:"Customize upload list items",description_zh:"自定义上传列表项",version:"4.16.0"},listType:{default:"text",value:"",type:"text / picture / picture-card / picture-circle",description:"Built-in styles for upload lists, supporting four basic styles",description_zh:"上传列表的内建样式，支持四种基本样式",version:"picture-circle(5.2.0+)"},":maxCount":{default:"-",value:"",type:"number",description:"Limit the number of uploads. When it is 1, always replace the current file with the most recently uploaded file",description_zh:"限制上传数量。当为 1 时，始终用最新上传的文件代替当前文件",version:"4.10.0"},method:{default:"post",value:"",type:"string",description:"The HTTP method of the upload request",description_zh:"上传请求的 http method"},multiple:{default:"false",value:"",type:"boolean",description:"Whether it supports multi-select files, 'IE10+' is supported. When turned on, press and hold Ctrl to select multiple files",description_zh:"是否支持多选文件，`ie10+` 支持。开启后按住 ctrl 可选择多个文件"},name:{default:"file",value:"",type:"string",description:"The name of the file parameter sent to the backend",description_zh:"发到后台的文件参数名"},openFileDialogOnClick:{default:"true",value:"",type:"boolean",description:"Click the Open File dialog box",description_zh:"点击打开文件对话框"},":previewFile":{default:"-",value:"",type:"(file: File / Blob) => Promise<dataURL: string>",description:"Customize the file preview logic",description_zh:"自定义文件预览逻辑"},":progress":{default:"{ strokeWidth: 2, showInfo: false }",value:"",type:'ProgressProps（仅支持 `type="line"`）',description:"Customize the progress bar style",description_zh:"自定义进度条样式",version:"4.3.0"},":showUploadList":{default:"true",value:"",type:"boolean / { extra?: ReactNode / (file: UploadFile) => ReactNode, showPreviewIcon?: boolean / (file: UploadFile) => boolean, showDownloadIcon?: boolean / (file: UploadFile) => boolean, showRemoveIcon?: boolean / (file: UploadFile) => boolean, previewIcon?: ReactNode / (file: UploadFile) => ReactNode, removeIcon?: ReactNode / (file: UploadFile) => ReactNode, downloadIcon?: ReactNode / (file: UploadFile) => ReactNode }",description:"Whether or not to display a list of files can be set as an object for setting extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, 'removeIcon' and downloadIcon separately",description_zh:"是否展示文件列表, 可设为一个对象，用于单独设定 `extra`, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon 和 downloadIcon",version:"5.20.0"},withCredentials:{default:"false",value:"",type:"boolean",description:"Whether or not the upload request carries a cookie",description_zh:"上传请求时是否携带 cookie"}},events:[{name:"onChange",description:"Callback when the uploaded file changes, triggered at each stage of upload. See onChange for details.",description_zh:"上传文件改变时的回调，上传每个阶段都会触发该事件。详见 onChange",params:"function",required:!0},{name:"onDrop",description:"A callback function that is executed when a file is dragged into the upload area",description_zh:"当文件被拖入上传区域时执行的回调功能",params:"(event: React.DragEvent) => void",version:"4.16.0"},{name:"onDownload",description:"Click the callback when downloading the file, if not specified, you will be redirected to the tab corresponding to the file URL by default",description_zh:"点击下载文件时的回调，如果没有指定，则默认跳转到文件 url 对应的标签页",params:"function(file): void",default:"(跳转新标签页)"},{name:"onPreview",description:"Callback when clicking on the file link or preview icon",description_zh:"点击文件链接或预览图标时的回调",params:"function(file)"},{name:"onRemove",description:"Click the callback when removing a file, and do not remove it when the return value is false. A Promise object can be returned, and the Promise object will not be removed when resolve(false) or reject",description_zh:"点击移除文件时的回调，返回值为 false 时不移除。支持返回一个 Promise 对象，Promise 对象 resolve(false) 或 reject 时不移除",params:"function(file): boolean / Promise"}],methods:[],typeDetail:{UploadFile:[{name:"crossOrigin",type:"'anonymous' | 'use-credentials' | ''",description:"CORS attribute setting",description_zh:"CORS 属性设置",default:"-",version:"4.20.0"},{name:"name",type:"string",description:"File name",description_zh:"文件名",default:"-"},{name:"percent",type:"number",description:"Upload progress",description_zh:"上传进度",default:"-"},{name:"status",type:"error | done | uploading | removed",description:"Upload status, different status colors will also be different",description_zh:"上传状态，不同状态展示颜色也会有所不同",default:"-"},{name:"thumbUrl",type:"string",description:"Thumbnail address",description_zh:"缩略图地址",default:"-"},{name:"uid",type:"string",description:"Unique identifier, automatically generated if not set",description_zh:"唯一标识符，不设置时会自动生成",default:"-"},{name:"url",type:"string",description:"Download address",description_zh:"下载地址",default:"-"}]},link:"https://ant.design/components/upload",link_zh:"https://ant.design/components/upload-cn"},je={name:"Watermark",props:{":width":{value:"",default:"120",type:"number",description:"The width of the watermark, the default value of content is its own width",description_zh:"水印的宽度，content 的默认值为自身的宽度"},":height":{value:"",default:"64",type:"number",description:"The height of the watermark, the default value of content is its own height",description_zh:"水印的高度，content 的默认值为自身的高度"},inherit:{value:"",default:"true",type:"boolean",description:"Whether to transmit the watermark to pop-up components such as Modal and Drawer",description_zh:"是否将水印传导给弹出组件如 Modal、Drawer",version:"5.11.0"},":rotate":{value:"",default:"-22",type:"number",description:"When the watermark is drawn, the angle of rotation in °",description_zh:"水印绘制时，旋转的角度，单位 °"},":zIndex":{value:"",default:"9",type:"number",description:"The z-index of the appended watermark element",description_zh:"追加的水印元素的 z-index"},image:{value:"",default:"-",type:"string",description:"Image source, it is recommended to export 2x or 3x images, high priority (base64 format supported)",description_zh:"图片源，建议导出 2 倍或 3 倍图，优先级高 (支持 base64 格式)"},":content":{value:"",default:"-",type:"string / string[]",description:"Watermark text content",description_zh:"水印文字内容"},":font":{value:"",default:"Font",type:"Font",description:"Text style",description_zh:"文字样式"},":gap":{value:"",default:"[100, 100]",type:"[number, number]",description:"The spacing between watermarks",description_zh:"水印之间的间距"},":offset":{value:"",default:"[gap[0]/2, gap[1]/2]",type:"[number, number]",description:"The offset of the watermark from the top left corner of the container, which defaults to gap/2",description_zh:"水印距离容器左上角的偏移量，默认为 gap/2"},rootClassName:{value:"",default:"-",type:"string",description:"className added to the outermost layer of the component",description_zh:"添加在组件最外层的 className"}},methods:[],events:[],typeDetail:{Font:[{name:"color",description:"Font color",description_zh:"字体颜色",type:"CanvasFillStrokeStyles.fillStyle",default:"rgba(0,0,0,.15)"},{name:"fontSize",description:"Font size",description_zh:"字体大小",type:"number",default:"16"},{name:"fontWeight",description:"Font weight",description_zh:"字体粗细",type:"normal | light | weight | number",default:"normal"},{name:"fontFamily",description:"Font family",description_zh:"字体类型",type:"string",default:"sans-serif"},{name:"fontStyle",description:"Font style",description_zh:"字体样式",type:"none | normal | italic | oblique",default:"normal"},{name:"textAlign",description:"Specify text alignment direction",description_zh:"指定文本对齐方向",type:"CanvasTextAlign",default:"center",version:"5.10.0"}]},link:"https://ant.design/components/watermark",link_zh:"https://ant.design/components/watermark-cn",version:"5.1.0"};function nt(){return[F,O,L,e,t,i,Ve,n,a,Ye,Je,r,s,He,d,l,p,c,Ze,u,h,m,f,y,v,g,b,_,C,w,k,S,N,$e,x,I,M,Xe,W,et,A,j,E,tt,B,V,H,qe,q,K,it,G,U,Q,Y,J,Z,$,X,ee,Ke,Ge,te,ie,oe,ne,ae,re,he,me,fe,ve,ge,ye,be,ze,_e,we,Ce,Ue,Qe,ke,Se,ot,Ne,xe,Re,Te,De,Pe,Ie,Fe,Le,Me,We,Ae,Ee,T,D,P,je,o,z,se,de,le,pe,ce,ue,Oe,R]}function at(Be){return Be?[[R,"弹性布局"],[d,"按钮",'<Button type="primary">Primary Button</Button>'],[Me,"排版","<Typography></Typography>"],[Le,"段落","<TypographyParagraph></TypographyParagraph>"],[Oe,"链接","<TypographyLink></TypographyLink>"],[We,"文本","<TypographyText></TypographyText>"],[Ae,"标题","<TypographyTitle></TypographyTitle>"],[k,"分割线","<Divider />"],[ne,"栅格","<Row></Row>"],[y,"栅格","<Col></Col>"],[H,"布局容器，其下可嵌套 Header Sider Content Footer 或 Layout 本身，可以放在任何父容器中。"],["Content","内容部分，自带默认样式，其下可嵌套任何元素，只能放在 Layout 中"],["Header","顶部布局，自带默认样式，其下可嵌套任何元素，只能放在 Layout 中。"],["Footer","底部布局，自带默认样式，其下可嵌套任何元素，只能放在 Layout 中。"],[me,"间距"],[fe,"间距"],[ve,"分割器"],[ge,"分割器面板"],[i,"锚点"],[s,"面包屑"],[N,"下拉菜单"],[U,"导航菜单"],[Y,"分页","<Pagination defaultCurrent={1} total={50} />"],[_e,"步骤条","<Steps\n  current={1}\n  items={[\n    {\n      title: Finished,\n      description,\n    },\n    {\n      title: 'In Progress',\n      description,\n      subTitle: 'Left 00:00:08',\n    },\n    {\n      title: Waiting,\n      description,\n    },\n  ]}\n/>"],[n,"自动完成",'<AutoComplete\n  options={options}\n  style={{ width: 200 }}\n  onSelect={onSelect}\n  onSearch={(text) => setOptions(getPanelValue(text))}\n  placeholder="input here"\n/>'],[h,"级联选择",'<Cascader options={options} onChange={onChange} placeholder="Please select" />'],[m,"多选框","<Checkbox onChange={onChange}>Checkbox</Checkbox>"],[f,"多选框组","<Checkbox.Group style={{ width: '100%' }} onChange={onChange}></Checkbox.Group>"],[b,"颜色选择器","<ColorPicker />"],[_,"日期选择框","<DatePicker onChange={onChange} />"],[te,"日期选择框"],[I,"表单",'<Form\n  name="basic"\n  labelCol={{ span: 8 }}\n  wrapperCol={{ span: 16 }}\n  style={{ maxWidth: 600 }}\n  initialValues={{ remember: true }}\n  onFinish={onFinish}\n  onFinishFailed={onFinishFailed}\n  autoComplete="off"\n></Form>'],[O,"为字段提供数组化管理","<Form.List></Form.List>"],[F,"4.7.0 新增。错误展示组件，仅限配合 Form.List 的 rules 一同使用","<Form.ErrorList></Form.ErrorList>"],[L,"提供表单间联动功能","<Form.Provider></Form.Provider>"],[M,"表单项",'<Form.Item\n  label="Username"\n  name="username"\n  rules={[{ required: true, message: \'Please input your username!\' }]}\n>\n  <Input />\n</Form.Item>'],[A,"输入框",'<Input placeholder="Basic usage" />'],[j,"输入框","<Input.OTP />"],[B,"输入框",'<Input.Search placeholder="input search text" onSearch={onSearch} enterButton />'],[V,"输入框","<Input.TextArea />"],[E,"数字输入框","<InputNumber min={1} max={10} defaultValue={3} onChange={onChange} />"],[G,"提及","<Mentions options={options} />"],[ee,"单选框","<Radio>Radio</Radio>"],["Radio.Button","单选框按钮","<Radio.Button>Radio</Radio.Button>"],["Radio.Group","单选框组",'<Radio.Group name="radiogroup" defaultValue={1}>\n  <Radio value={1}>A</Radio>\n  <Radio value={2}>B</Radio>\n  <Radio value={3}>C</Radio>\n  <Radio value={4}>D</Radio>\n</Radio.Group>'],[ie,"评分","<Rate />"],[re,"选择器","<Select\n  defaultValue=\"lucy\"\n  style={{ width: 120 }}\n  onChange={handleChange}\n  options={[\n    { value: 'jack', label: Jack },\n    { value: 'lucy', label: Lucy },\n    { value: Yiminghe, label: 'yiminghe' },\n    { value: 'disabled', label: Disabled, disabled: true },\n  ]}\n/>"],[he,"滑动输入条","<Slider defaultValue={30} disabled={disabled} />"],[we,"开关","<Switch defaultChecked onChange={onChange} />"],[xe,"时间选择框","<TimePicker onChange={onChange} defaultOpenValue={dayjs('00:00:00', 'HH:mm:ss')} />"],[Re,"时间选择框","<TimePicker.RangePicker onChange={onChange} />"],[Pe,"穿梭框","<Transfer\n  dataSource={mockData}\n  titles={[Source, Target]}\n  targetKeys={targetKeys}\n  selectedKeys={selectedKeys}\n  onChange={onChange}\n  onSelectChange={onSelectChange}\n  onScroll={onScroll}\n  render={(item) => item.title}\n/>"],[Fe,"树选择","<TreeSelect\n  showSearch\n  style={{ width: '100%' }}\n  value={value}\n  dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}\n  placeholder=\"Please select\"\n  allowClear\n  treeDefaultExpandAll\n  onChange={onChange}\n  treeData={treeData}\n/>"],[Ee,"上传","<Upload {...props}>\n  <Button icon={<UploadOutlined />}>Click to Upload</Button>\n</Upload>"],[a,"头像","<Avatar size={64} icon={<UserOutlined />} />"],[r,"徽标数",'<Badge count={5}>\n  <Avatar shape="square" size="large" />\n</Badge>'],[l,"日历","<Calendar onPanelChange={onPanelChange} />"],[p,"卡片",'<Card title="Default size card" extra={<a href="#">More</a>} style={{ width: 300 }}>\n  <p>Card content</p>\n  <p>Card content</p>\n  <p>Card content</p>\n</Card>'],[c,"网格型内嵌卡片","Card.Grid style={gridStyle}>Content</Card.Grid>"],[u,"走马灯","<Carousel afterChange={onChange}>\n  <div>\n    <h3 style={contentStyle}>1</h3>\n  </div>\n  <div>\n    <h3 style={contentStyle}>2</h3>\n  </div>\n  <div>\n    <h3 style={contentStyle}>3</h3>\n  </div>\n  <div>\n    <h3 style={contentStyle}>4</h3>\n  </div>\n</Carousel>"],[v,"折叠面板","<Collapse items={items} defaultActiveKey={['1']} />"],[g,"折叠面板项",'<Panel header="This is panel header 1" key="1">\n  <p>{text}</p>\n</Panel>'],[w,"描述列表"],[C,"描述列表"],[x,"空状态","<Empty />"],[W,"图片",'<Image\n  width={200}\n  src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"\n/>'],[q,"列表","<List\n  header={<div>Header</div>}\n  footer={<div>Footer</div>}\n  bordered\n  dataSource={data}\n  renderItem={(item) => (\n    <List.Item>\n      <Typography.Text mark>[ITEM]</Typography.Text> {item}\n    </List.Item>\n  )}\n/>"],[K,"列表项","<List.Item>\n<Typography.Text mark>[ITEM]</Typography.Text> {item}\n</List.Item>"],[Z,"气泡卡片",'<Popover content={content} title="Title">\n  <Button type="primary">Hover me</Button>\n</Popover>'],[X,"二维码","<QRCode value={text || '-'} />"],[ae,"分段控制器","<Segmented options={['Daily', 'Weekly', 'Monthly', 'Quarterly', 'Yearly']} />"],[be,"统计数值"],[ze,"统计数值"],[Ce,"表格"],[ke,"标签页",'<Tabs defaultActiveKey="1" items={items} onChange={onChange} />'],[Se,"标签","<Tag>Tag 1</Tag>"],[Ne,"时间轴","<Timeline onChange={onChange}>\n  <Timeline.Item>Sample</Timeline.Item>\n</Timeline>"],[Te,"文字提示",'<Tooltip title="prompt text">\n  <span>Tooltip will show on mouse enter.</span>\n</Tooltip>'],[De,"漫游式引导","<Tour open={open} onClose={() => setOpen(false)} steps={steps} />"],[Ie,"树形控件","<Tree\n  checkable\n  defaultExpandedKeys={['0-0-0', '0-0-1']}\n  defaultSelectedKeys={['0-0-0', '0-0-1']}\n  defaultCheckedKeys={['0-0-0', '0-0-1']}\n  onSelect={onSelect}\n  onCheck={onCheck}\n  treeData={treeData}\n/>"],[t,"警告提示",'<Alert message="Success Text" type="success" />'],[S,"抽屉",'<Drawer title="Basic Drawer" placement="right" onClose={onClose} open={open}>\n  <p>Some contents...</p>\n  <p>Some contents...</p>\n  <p>Some contents...</p>\n</Drawer>'],[Q,"对话框",'<Modal title="Basic Modal" open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>\n  <p>Some contents...</p>\n  <p>Some contents...</p>\n  <p>Some contents...</p>\n</Modal>'],[J,"气泡确认框",'<Popconfirm\n  title="Delete the task"\n  description="Are you sure to delete this task?"\n  onConfirm={confirm}\n  onCancel={cancel}\n  okText="Yes"\n  cancelText="No"\n  >\n  <Button danger>Delete</Button>\n</Popconfirm>'],[$,"进度条","<Progress percent={30} />"],[oe,"结果",'<Result\n  status="success"\n  title="Successfully Purchased Cloud Server ECS!"\n  subTitle="Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait."\n  extra={[\n    <Button type="primary" key="console">\n      Go Console\n    </Button>,\n    <Button key="buy">Buy Again</Button>,\n  ]}\n/>'],[se,"骨架屏","<Skeleton />"],[de,"骨架屏","<Skeleton.Avatar />"],[le,"骨架屏","<Skeleton.Button />"],[pe,"骨架屏","<Skeleton.Input />"],[ce,"骨架屏","<Skeleton.Paragraph />"],[ue,"骨架屏","<Skeleton.Title />"],[ye,"加载中","<Spin />"],[e,"固钉",'<Affix offsetTop={top}>\n  <Button type="primary" onClick={() => setTop(top + 10)}>\n    Affix top\n  </Button>\n</Affix>'],[o,"包裹组件"],[z,"全局化配置"],[T,"悬浮按钮","<FloatButton onClick={() => console.log('click')} />"],[D,"悬浮按钮","<FloatButton.BackTop onClick={() => console.log('click')} />"],[P,"悬浮按钮","<FloatButton.Group onClick={() => console.log('click')} />"],[je,"水印",'<Watermark content="Ant Design">\n  <div style={{ height: 500 }} />\n</Watermark>']]:[[R,"Flex box"],[d,"Button",'<Button type="primary">Primary Button</Button>'],[Me,"Typography","<Typography></Typography>"],[Le,"TypographyParagraph","<TypographyParagraph></TypographyParagraph>"],[Oe,"TypographyLink","<TypographyLink></TypographyLink>"],[We,"TypographyText","<TypographyText></TypographyText>"],[Ae,"TypographyTitle","<TypographyTitle></TypographyTitle>"],["Link","Text and hyperlink components",'<Link href="https://ant.design" target="_blank">\n   Ant Design (Link)\n</Link>'],[k,"divider","<Divider />"],[ne,"Grid","<Row></Row>"],[y,"Grid","<Col></Col>"],[H,"Layout container, under which Header Sider Content Footer or Layout itself can be nested, which can be placed in any parent container. "],["Content","The content part has its own default style. Any element can be nested under it and can only be placed in Layout"],["Header","Top layout, with its own default style, any element can be nested under it, and can only be placed in Layout. "],[qe,"The sidebar has its own default style and basic functions. Any element can be nested under it and can only be placed in Layout. "],["Footer","Bottom layout, with its own default style, any element can be nested under it, and can only be placed in Layout. "],[me,"spacing"],[fe,"spacing"],[ve,"Splitter"],[ge,"SplitterPanel"],[i,"anchor"],[Ve,"anchor item"],[s,"breadcrumb"],[He,"BreadcrumbItem"],[N,"Dropdown menu"],[U,"Navigation menu"],[Y,"Pagination","<Pagination defaultCurrent={1} total={50} />"],[_e,"step bar","<Steps\n   current={1}\n   items={[\n     {\n       title: Finished,\n       description,\n     },\n     {\n       title: 'In Progress',\n       description,\n       subTitle: 'Left 00:00:08',\n     },\n     {\n       title: Waiting,\n       description,\n     },\n   ]}\n/>"],[n,"AutoComplete",'<AutoComplete\n   options={options}\n   style={{ width: 200 }}\n   onSelect={onSelect}\n   onSearch={(text) => setOptions(getPanelValue(text))}\n   placeholder="input here"\n/>'],[h,"Cascade selection",'<Cascader options={options} onChange={onChange} placeholder="Please select" />'],[m,"Multiple checkbox","<Checkbox onChange={onChange}>Checkbox</Checkbox>"],[f,"Multiple checkbox group","<Checkbox.Group style={{ width: '100%' }} onChange={onChange}></Checkbox.Group>"],[b,"Color Picker","<ColorPicker />"],[_,"Date selection box","<DatePicker onChange={onChange} />"],[te,"Date selection box"],[I,"form",'<Form\n   name="basic"\n   labelCol={{ span: 8 }}\n   wrapperCol={{ span: 16 }}\n   style={{ maxWidth: 600 }}\n   initialValues={{ remember: true }}\n   onFinish={onFinish}\n   onFinishFailed={onFinishFailed}\n   autoComplete="off"\n></Form>'],[O,"FormList","<Form.List></Form.List>"],[F,"FormErrorList","<Form.ErrorList></Form.ErrorList>"],[L,"FormProvider","<Form.Provider></Form.Provider>"],[M,"Form item",'<Form.Item\n   label="Username"\n   name="username"\n   rules={[{ required: true, message: \'Please input your username!\' }]}\n>\n   <Input />\n</Form.Item>'],[A,"input box",'<Input placeholder="Basic usage" />'],[j,"input box","<Input.OTP />"],[B,"input box",'<Input.Search placeholder="input search text" onSearch={onSearch} enterButton />'],[V,"input box","<Input.TextArea />"],[E,"Number input box","<InputNumber min={1} max={10} defaultValue={3} onChange={onChange} />"],[G,"mentions","<Mentions options={options} />"],[ee,"Radio button","<Radio>Radio</Radio>"],[Ke,"Radio button button","<Radio.Button>Radio</Radio.Button>"],[Ge,"Radio group",'<Radio.Group name="radiogroup" defaultValue={1}>\n   <Radio value={1}>A</Radio>\n   <Radio value={2}>B</Radio>\n   <Radio value={3}>C</Radio>\n   <Radio value={4}>D</Radio>\n</Radio.Group>'],[ie,"Rating","<Rate />"],[re,"selector","<Select\n   defaultValue=\"lucy\"\n   style={{ width: 120 }}\n   onChange={handleChange}\n   options={[\n     { value: 'jack', label: Jack },\n     { value: 'lucy', label: Lucy },\n     { value: Yiminghe, label: 'yiminghe' },\n     { value: 'disabled', label: Disabled, disabled: true },\n   ]}\n/>"],[he,"Sliding input bar","<Slider defaultValue={30} disabled={disabled} />"],[we,"switch","<Switch defaultChecked onChange={onChange} />"],[xe,"Time selection box","<TimePicker onChange={onChange} defaultOpenValue={dayjs('00:00:00', 'HH:mm:ss')} />"],[Re,"Time selection box","<TimePicker.RangePicker onChange={onChange} />"],[Pe,"shuttle box","<Transfer\n   dataSource={mockData}\n   titles={[Source, Target]}\n   targetKeys={targetKeys}\n   selectedKeys={selectedKeys}\n   onChange={onChange}\n   onSelectChange={onSelectChange}\n   onScroll={onScroll}\n   render={(item) => item.title}\n/>"],[Fe,"TreeSelect","<TreeSelect\n   showSearch\n   style={{ width: '100%' }}\n   value={value}\n   dropdownStyle={{ maxHeight: 400, overflow: 'auto' }}\n   placeholder=\"Please select\"\n   allowClear\n   treeDefaultExpandAll\n   onChange={onChange}\n   treeData={treeData}\n/>"],[Ee,"upload","<Upload {...props}>\n   <Button icon={<UploadOutlined />}>Click to Upload</Button>\n</Upload>"],[a,"avatar","<Avatar size={64} icon={<UserOutlined />} />"],[r,"Badge count",'<Badge count={5}>\n   <Avatar shape="square" size="large" />\n</Badge>'],[l,"Calendar","<Calendar onPanelChange={onPanelChange} />"],[p,"Card",'<Card title="Default size card" extra={<a href="#">More</a>} style={{ width: 300 }}>\n   <p>Card content</p>\n   <p>Card content</p>\n   <p>Card content</p>\n</Card>'],[c,"Grid style embedded card","Card.Grid style={gridStyle}>Content</Card.Grid>"],[u,"Carousel","<Carousel afterChange={onChange}>\n   <div>\n     <h3 style={contentStyle}>1</h3>\n   </div>\n   <div>\n     <h3 style={contentStyle}>2</h3>\n   </div>\n   <div>\n     <h3 style={contentStyle}>3</h3>\n   </div>\n   <div>\n     <h3 style={contentStyle}>4</h3>\n   </div>\n</Carousel>"],[v,"collapse panel","<Collapse items={items} defaultActiveKey={['1']} />"],[g,"Collapse panel item",'<Panel header="This is panel header 1" key="1">\n   <p>{text}</p>\n</Panel>'],[w,"Description list"],[C,"Description list"],[x,"Empty state","<Empty />"],[W,"picture",'<Image\n   width={200}\n   src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"\n/>'],[q,"List","<List\n   header={<div>Header</div>}\n   footer={<div>Footer</div>}\n   bordered\n   dataSource={data}\n   renderItem={(item) => (\n     <List.Item>\n       <Typography.Text mark>[ITEM]</Typography.Text> {item}\n     </List.Item>\n   )}\n/>"],[K,"List item","<List.Item>\n   <Typography.Text mark>[ITEM]</Typography.Text> {item}\n</List.Item>"],[Z,"Bubble Card",'<Popover content={content} title="Title">\n   <Button type="primary">Hover me</Button>\n</Popover>'],[X,"QR code","<QRCode value={text || '-'} />"],[ae,"Segmented Controller","<Segmented options={['Daily', 'Weekly', 'Monthly', 'Quarterly', 'Yearly']} /> "],[be,"statistical value"],[ze,"statistical value"],[Ce,"table"],[Ue,"TableColumn"],[Qe,"TableColumnGroup"],[ke,"Tabs",'<Tabs defaultActiveKey="1" items={items} onChange={onChange} />'],[Se,"tag","<Tag>Tag 1</Tag>"],[Ne,"Timeline","<Timeline onChange={onChange}>\n   <Timeline.Item>Sample</Timeline.Item>\n</Timeline>"],[Te,"Text prompt",'<Tooltip title="prompt text">\n   <span>Tooltip will show on mouse enter.</span>\n</Tooltip>'],[De,"Roaming guide","<Tour open={open} onClose={() => setOpen(false)} steps={steps} />"],[Ie,"Tree control","<Tree\n   checkable\n   defaultExpandedKeys={['0-0-0', '0-0-1']}\n   defaultSelectedKeys={['0-0-0', '0-0-1']}\n   defaultCheckedKeys={['0-0-0', '0-0-1']}\n   onSelect={onSelect}\n   onCheck={onCheck}\n   treeData={treeData}\n/>"],[t,"Warning prompt",'<Alert message="Success Text" type="success" />'],[S,"Drawer",'<Drawer title="Basic Drawer" placement="right" onClose={onClose} open={open}>\n   <p>Some contents...</p>\n   <p>Some contents...</p>\n   <p>Some contents...</p>\n</Drawer>'],[Q,"Dialog",'<Modal title="Basic Modal" open={isModalOpen} onOk={handleOk} onCancel={handleCancel}>\n   <p>Some contents...</p>\n   <p>Some contents...</p>\n   <p>Some contents...</p>\n</Modal>'],[J,"Bubble confirmation box",'<Popconfirm\n   title="Delete the task"\n   description="Are you sure to delete this task?"\n   onConfirm={confirm}\n   onCancel={cancel}\n   okText="Yes"\n   cancelText="No"\n   >\n   <Button danger>Delete</Button>\n</Popconfirm>'],[$,"Progress bar","<Progress percent={30} />"],[oe,"result",'<Result\n   status="success"\n   title="Successfully Purchased Cloud Server ECS!"\n   subTitle="Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait."\n   extra={[\n     <Button type="primary" key="console">\n       Go Console\n     </Button>,\n     <Button key="buy">Buy Again</Button>,\n   ]}\n/>'],[se,"Skeleton Screen","<Skeleton />"],[de,"Skeleton Screen","<Skeleton.Avatar />"],[le,"Skeleton Screen","<Skeleton.Button />"],[pe,"Skeleton Screen","<Skeleton.Input />"],[ce,"Skeleton Screen","<Skeleton.Paragraph />"],[ue,"Skeleton Screen","<Skeleton.Title />"],[ye,"Loading","<Spin />"],[e,"fix",'<Affix offsetTop={top}>\n   <Button type="primary" onClick={() => setTop(top + 10)}>\n     Affix top\n   </Button>\n</Affix>'],[o,"Wrapped component"],[z,"Global configuration"],[T,"Floating Button","<FloatButton onClick={() => console.log('click')} />"],[D,"Floating Button","<FloatButton.BackTop onClick={() => console.log('click')} />"],[P,"Floating Button","<FloatButton.Group onClick={() => console.log('click')} />"],[je,"Watermark",'<Watermark content="Ant Design">\n   <div style={{ height: 500 }} />\n</Watermark>']]}function bs(){return{uiName:"antd5",map:nt(),lib:"antd"}}function zs(e){return{map:at(e),isSeperatorByHyphen:!1,prefix:"",lib:"antd",isReact:!0}}export{bs as antd5,zs as antd5Components};
//# sourceMappingURL=/sm/81f6f98808bd7c440e116b04e4c94cb9be039b071ad4bd3fc84619cbc51e8a50.map