{
"a-affix/offsetBottom": {
"type": "number",
"description": "Offset from the bottom of the viewport (in pixels), Default: -"
},
"a-affix/offsetTop": {
"type": "number",
"description": "Offset from the top of the viewport (in pixels), Default: 0"
},
"a-affix/target": {
"type": "() => HTMLElement",
"description": "Specifies the scrollable area DOM node, Default: () => window"
},
"a-alert/action": {
"type": "slot",
"description": "The action of Alert, Default: -"
},
"a-alert/afterClose": {
"type": "() => void",
"description": "Called when close animation is finished, Default: -"
},
"a-alert/banner": {
"type": "boolean",
"description": "Whether to show as banner, Default: false"
},
"a-alert/closable": {
"type": "boolean",
"description": "Whether Alert can be closed, Default: "
},
"a-alert/closeIcon": {
"type": "slot",
"description": "Custom close icon, Default: `
number[] | number",
"description": "Key of the active panel, Default: No default value. In `accordion` mode, it's the key of the first panel."
},
"a-collapse/bordered": {
"type": "boolean",
"description": "Toggles rendering of the border around the collapse block, Default: `true`"
},
"a-collapse/collapsible": {
"type": "`header` | `icon` | `disabled`",
"description": "Specify whether the panels of children be collapsible or the trigger area of collapsible, Default: -"
},
"a-collapse/destroyInactivePanel": {
"type": "boolean",
"description": "Destroy Inactive Panel, Default: `false`"
},
"a-collapse/expandIcon": {
"type": "Function(props):VNode | v-slot:expandIcon=\"props\"",
"description": "allow to customize collapse icon, Default: "
},
"a-collapse/expandIconPosition": {
"type": "`start` | `end`",
"description": "Set expand icon position, Default: -"
},
"a-collapse/ghost": {
"type": "boolean",
"description": "Make the collapse borderless and its background transparent, Default: false"
},
"a-collapse-panel/collapsible": {
"type": "`header` | `disabled`",
"description": "Specify whether the panel be collapsible or the trigger area of collapsible, Default: -"
},
"a-collapse-panel/disabled": {
"type": "boolean",
"description": "If `true`, panel cannot be opened or closed, Default: `false`"
},
"a-collapse-panel/extra": {
"type": "VNode | slot",
"description": "extra element in the corner, Default: -"
},
"a-collapse-panel/forceRender": {
"type": "boolean",
"description": "Forced render of content on panel, instead of lazy rending after clicking on header, Default: `false`"
},
"a-collapse-panel/header": {
"type": "string | slot",
"description": "Title of the panel, Default: -"
},
"a-collapse-panel/key": {
"type": "string | number",
"description": "Unique key identifying the panel from among its siblings, Default: -"
},
"a-collapse-panel/showArrow": {
"type": "boolean",
"description": "If `false`, panel will not show arrow icon, Default: `true`"
},
"a-comment/actions": {
"type": "Array | slot",
"description": "List of action items rendered below the comment content, Default: -"
},
"a-comment/author": {
"type": "string|slot",
"description": "The element to display as the comment author, Default: -"
},
"a-comment/avatar": {
"type": "string|slot",
"description": "The element to display as the comment avatar - generally an antd `Avatar` or src, Default: -"
},
"a-comment/content": {
"type": "string|slot",
"description": "The main content of the comment, Default: -"
},
"a-comment/datetime": {
"type": "string|slot",
"description": "A datetime element containing the time to be displayed, Default: -"
},
"a-config-provider/autoInsertSpaceInButton": {
"type": "boolean",
"description": "Set `false` to remove space between 2 chinese characters on Button, Default: true"
},
"a-config-provider/componentSize": {
"type": "`small` | `middle` | `large`",
"description": "Config antd component size, Default: -"
},
"a-config-provider/csp": {
"type": "{ nonce: string }",
"description": "Set [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) config, Default: -"
},
"a-config-provider/direction": {
"type": "`ltr` | `rtl`",
"description": "Set direction of layout. See [demo](#components-config-provider-demo-direction), Default: `ltr`"
},
"a-config-provider/dropdownMatchSelectWidth": {
"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, Default: -"
},
"a-config-provider/form": {
"type": "{ validateMessages?: [ValidateMessages](/components/form/#validatemessages), requiredMark?: boolean | `optional` }",
"description": "Set Form common props, Default: -"
},
"a-config-provider/getPopupContainer": {
"type": "Function(triggerNode, dialogContext)",
"description": "to set the container of the popup element. The default is to create a `div` element in `body`., Default: `() => document.body`"
},
"a-config-provider/getTargetContainer": {
"type": "() => HTMLElement",
"description": "Config Affix, Anchor scroll target container, Default: () => window"
},
"a-config-provider/input": {
"type": "{ autocomplete?: string }",
"description": "Set Input common props, Default: -"
},
"a-config-provider/locale": {
"type": "object",
"description": "language package setting, you can find the packages in [ant-design-vue/es/locale](http://unpkg.com/ant-design-vue/es/locale/), Default: -"
},
"a-config-provider/pageHeader": {
"type": "{ ghost:boolean }",
"description": "Unify the ghost of pageHeader ,Ref [pageHeader]\\(<(/components/page-header)>, Default: 'true'"
},
"a-config-provider/prefixCls": {
"type": "string",
"description": "set prefix class, Default: ant"
},
"a-config-provider/renderEmpty": {
"type": "slot-scope | Function(componentName: string): VNode",
"description": "set empty content of components. Ref [Empty](/components/empty/), Default: -"
},
"a-config-provider/space": {
"type": "{ size: `small` | `middle` | `large` | `number` }",
"description": "Set Space `size`, ref [Space](/components/space), Default: -"
},
"a-config-provider/transformCellText": {
"type": "Function({ text, column, record, index }) => any",
"description": "Table data can be changed again before rendering. The default configuration of general user empty data., Default: -"
},
"a-config-provider/virtual": {
"type": "boolean",
"description": "Disable virtual scroll when set to false, Default: true"
},
"a-config-provider/wave": {
"type": "{ disabled?: boolean }",
"description": "Config wave effect, Default: -"
},
"a-date-picker/allowClear": {
"type": "boolean",
"description": "Whether to show clear button, Default: true"
},
"a-date-picker/autofocus": {
"type": "boolean",
"description": "If get focus when component mounted, Default: false"
},
"a-date-picker/bordered": {
"type": "boolean",
"description": "Whether has border style, Default: true"
},
"a-date-picker/dateRender": {
"type": "v-slot:dateRender=\"{current, today}\"",
"description": "Custom rendering function for date cells, Default: -"
},
"a-date-picker/disabled": {
"type": "boolean",
"description": "Determine whether the DatePicker is disabled, Default: false"
},
"a-date-picker/disabledDate": {
"type": "(currentDate: dayjs) => boolean",
"description": "Specify the date that cannot be selected, Default: -"
},
"a-date-picker/format": {
"type": "[formatType](#formattype)",
"description": "To set the date format, refer to [dayjs](https://day.js.org/). When an array is provided, all values are used for parsing and first value is used for formatting, support [Custom Format](#components-date-picker-demo-format), Default: `YYYY-MM-DD`"
},
"a-date-picker/dropdownClassName": {
"type": "string",
"description": "To customize the className of the popup calendar, Default: -"
},
"a-date-picker/getPopupContainer": {
"type": "function(trigger)",
"description": "To set the container of the floating layer, while the default is to create a `div` element in `body`, Default: -"
},
"a-date-picker/inputReadOnly": {
"type": "boolean",
"description": "Set the `readonly` attribute of the input tag (avoids virtual keyboard on touch devices), Default: false"
},
"a-date-picker/locale": {
"type": "object",
"description": "Localization configuration, Default: [default](https://github.com/vueComponent/ant-design-vue/blob/main/components/date-picker/locale/example.json)"
},
"a-date-picker/mode": {
"type": "`time` | `date` | `month` | `year` | `decade`",
"description": "The picker panel mode, Default: -"
},
"a-date-picker/nextIcon": {
"type": "slot",
"description": "The custom next icon, Default: -"
},
"a-date-picker/open": {
"type": "boolean",
"description": "The open state of picker, Default: -"
},
"a-date-picker/picker": {
"type": "`date` | `week` | `month` | `quarter` | `year`",
"description": "Set picker type, Default: `date`"
},
"a-date-picker/placeholder": {
"type": "string | [string,string]",
"description": "The placeholder of date input, Default: -"
},
"a-date-picker/placement": {
"type": "`bottomLeft` `bottomRight` `topLeft` `topRight`",
"description": "The position where the selection box pops up, Default: bottomLeft"
},
"a-date-picker/popupStyle": {
"type": "CSSProperties",
"description": "To customize the style of the popup calendar, Default: {}"
},
"a-date-picker/presets": {
"type": "{ label: slot, value: [dayjs](https://day.js.org/) }[]",
"description": "The preset ranges for quick selection, Default: -"
},
"a-date-picker/prevIcon": {
"type": "slot",
"description": "The custom prev icon, Default: -"
},
"a-date-picker/size": {
"type": "`large` | `middle` | `small`",
"description": "To determine the size of the input box, the height of `large` and `small`, are 40px and 24px respectively, while default size is 32px, Default: -"
},
"a-date-picker/status": {
"type": "'error' | 'warning'",
"description": "Set validation status, Default: -"
},
"a-date-picker/suffixIcon": {
"type": "v-slot:suffixIcon",
"description": "The custom suffix icon, Default: -"
},
"a-date-picker/superNextIcon": {
"type": "slot",
"description": "The custom super next icon, Default: -"
},
"a-date-picker/superPrevIcon": {
"type": "slot",
"description": "The custom super prev icon, Default: -"
},
"a-date-picker/valueFormat": {
"type": "string, [date formats](https://day.js.org/docs/en/display/format)",
"description": "optional, format of binding value. If not specified, the binding value will be a Date object, Default: -"
},
"a-descriptions/bordered": {
"type": "boolean",
"description": "whether to display the border, Default: false"
},
"a-descriptions/colon": {
"type": "boolean",
"description": "change default props `colon` value of `Descriptions.Item`, Default: true"
},
"a-descriptions/column": {
"type": "number",
"description": "the number of `DescriptionItems` in a row,could be a number or a object like `{ xs: 8, sm: 16, md: 24}`,(Only set `bordered={true}` to take effect), Default: 3"
},
"a-descriptions/contentStyle": {
"type": "CSSProperties",
"description": "Customize content style, Default: -"
},
"a-descriptions/extra": {
"type": "string | VNode | slot",
"description": "The action area of the description list, placed at the top-right, Default: -"
},
"a-descriptions/labelStyle": {
"type": "CSSProperties",
"description": "Customize label style, Default: -"
},
"a-descriptions/layout": {
"type": "`horizontal` | `vertical`",
"description": "Define description layout, Default: `horizontal`"
},
"a-descriptions/size": {
"type": "`default` | `middle` | `small`",
"description": "set the size of the list. Can be set to `middle`,`small`, or not filled, Default: `default`"
},
"a-descriptions/title": {
"type": "string | VNode | slot",
"description": "The title of the description list, placed at the top, Default: -"
},
"a-divider/dashed": {
"type": "boolean",
"description": "whether line is dashed, Default: false"
},
"a-divider/orientation": {
"type": "`left` | `right` | `center`",
"description": "position of title inside divider, Default: `center`"
},
"a-divider/orientationMargin": {
"type": "string | number",
"description": "The margin-left/right between the title and its closest border, while the `orientation` must be `left` or `right`, Default: -"
},
"a-divider/plain": {
"type": "boolean",
"description": "Divider text show as plain style, Default: true"
},
"a-divider/type": {
"type": "`horizontal` | `vertical`",
"description": "direction type of divider, Default: `horizontal`"
},
"a-drawer/autofocus": {
"type": "boolean",
"description": "Whether Drawer should get focused after open, Default: true"
},
"a-drawer/bodyStyle": {
"type": "CSSProperties",
"description": "Style of the drawer content part, Default: -"
},
"a-drawer/class": {
"type": "string",
"description": "Config Drawer Panel className. Use `rootClassName` if want to config top dom style, Default: -"
},
"a-drawer/closable": {
"type": "boolean",
"description": "Whether a close (x) button is visible on top left of the Drawer dialog or not, Default: true"
},
"a-drawer/closeIcon": {
"type": "VNode | slot",
"description": "Custom close icon, Default: `