{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"element-plus","version":"2.9.1","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{"vue-components":[{"name":"el-affix","source":{"symbol":"ElAffix"},"description":"Fix the element to a specific visible area.","doc-url":"https://element-plus.org/en-US/component/affix.html#affix","props":[{"name":"offset","description":"offset distance","doc-url":"https://element-plus.org/en-US/component/affix.html#attributes","type":["number"],"default":"0"},{"name":"position","description":"position of affix","doc-url":"https://element-plus.org/en-US/component/affix.html#attributes","type":["'top' | 'bottom'"],"default":"top"},{"name":"target","description":"target container (CSS selector)","doc-url":"https://element-plus.org/en-US/component/affix.html#attributes","type":["string"]},{"name":"z-index","description":"`z-index` of affix","doc-url":"https://element-plus.org/en-US/component/affix.html#attributes","type":["number"],"default":"100"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/affix.html#slots"}],"js":{"events":[{"name":"change","description":"triggers when fixed state changed","doc-url":"https://element-plus.org/en-US/component/affix.html#events"},{"name":"scroll","description":"triggers when scrolling","doc-url":"https://element-plus.org/en-US/component/affix.html#events"}]}},{"name":"el-alert","source":{"symbol":"ElAlert"},"description":"Displays important alert messages.","doc-url":"https://element-plus.org/en-US/component/alert.html#alert","props":[{"name":"title","description":"alert title.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["string"]},{"name":"type","description":"alert type.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["'success' | 'warning' | 'info' | 'error'"],"default":"info"},{"name":"description","description":"descriptive text.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["string"]},{"name":"closable","description":"whether alert can be dismissed.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["boolean"],"default":"true"},{"name":"center","description":"whether content is placed in the center.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["boolean"],"default":"false"},{"name":"close-text","description":"customized close button text.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["string"]},{"name":"show-icon","description":"whether a type icon is displayed.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["boolean"],"default":"false"},{"name":"effect","description":"theme style.","doc-url":"https://element-plus.org/en-US/component/alert.html#attributes","type":["'light' | 'dark'"],"default":"light"}],"slots":[{"name":"default","description":"content of the alert description.","doc-url":"https://element-plus.org/en-US/component/alert.html#slots"},{"name":"title","description":"content of the alert title.","doc-url":"https://element-plus.org/en-US/component/alert.html#slots"}],"js":{"events":[{"name":"close","description":"trigger when alert is closed.","doc-url":"https://element-plus.org/en-US/component/alert.html#events"}]}},{"name":"el-anchor","source":{"symbol":"ElAnchor"},"description":"Through the anchor point, you can quickly find the position of the information content on the current page.","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchor","slots":[{"name":"default","description":"AnchorLink component list","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchor-slots"}],"js":{"events":[{"name":"change","description":"callback when the step changes","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchor-events"},{"name":"click","description":"Triggered when the user clicks on the link","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchor-events"}]}},{"name":"el-anchor-link","source":{"symbol":"ElAnchorLink"},"doc-url":"https://element-plus.org/en-US/component/anchor.html#anchorlink","slots":[{"name":"default","description":"the content of the anchor link.","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchorlink-slots"},{"name":"sub-link","description":"slots for child links.","doc-url":"https://element-plus.org/en-US/component/anchor.html#anchorlink-slots"}]},{"name":"el-autocomplete","source":{"symbol":"ElAutocomplete"},"description":"Get some recommended tips based on the current input.","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#autocomplete","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"]},{"name":"placeholder","description":"the placeholder of Autocomplete","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"]},{"name":"clearable","description":"whether to show clear button","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"disabled","description":"whether Autocomplete is disabled","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"value-key","description":"key name of the input suggestion object for display","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"],"default":"value"},{"name":"debounce","description":"debounce delay when typing, in milliseconds","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["number"],"default":"300"},{"name":"placement","description":"placement of the popup menu","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["'top' | 'top- start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"],"default":"bottom-start"},{"name":"fetch-suggestions","description":"a method to fetch input suggestions. When suggestions are ready, invoke `callback(data:[])` to return them to Autocomplete","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["Array","(queryString: string, callback: callbackfn) => void"]},{"name":"trigger-on-focus","description":"whether show suggestions when input focus","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"true"},{"name":"select-when-unmatched","description":"whether to emit a `select` event on enter when there is no autocomplete match","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"name","description":"same as `name` in native input","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"]},{"name":"aria-label","description":"native `aria-label` attribute","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"]},{"name":"hide-loading","description":"whether to hide the loading icon in remote search","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"popper-class","description":"custom class name for autocomplete's dropdown","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["string"]},{"name":"teleported","description":"whether select dropdown is teleported to the body","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"true"},{"name":"highlight-first-item","description":"whether to highlight first item in remote search suggestions by default","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"fit-input-width","description":"whether the width of the dropdown is the same as the input","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"},{"name":"popper-append-to-body","description":"whether to append the dropdown to body. If the positioning of the dropdown is wrong, you can try to set this prop to false","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#attributes","type":["boolean"],"default":"false"}],"slots":[{"name":"default","description":"custom content for input suggestions","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots","type":"{ item: Record }"},{"name":"prefix","description":"content as Input prefix","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots"},{"name":"suffix","description":"content as Input suffix","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots"},{"name":"prepend","description":"content to prepend before Input","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots"},{"name":"append","description":"content to append after Input","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots"},{"name":"loading","description":"override loading content","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#slots"}],"js":{"events":[{"name":"blur","description":"triggers when Input blurs","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"},{"name":"focus","description":"triggers when Input focuses","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"},{"name":"input","description":"triggers when the Input value change","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"},{"name":"clear","description":"triggers when the Input is cleared by clicking the clear button","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"},{"name":"select","description":"triggers when a suggestion is clicked","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"},{"name":"change","description":"triggers when the icon inside Input value change","doc-url":"https://element-plus.org/en-US/component/autocomplete.html#events"}]}},{"name":"el-avatar","source":{"symbol":"ElAvatar"},"description":"Avatars can be used to represent people or objects. It supports images, Icons, or characters.","doc-url":"https://element-plus.org/en-US/component/avatar.html#avatar","props":[{"name":"icon","description":"representation type to icon, more info on icon component.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"size","description":"avatar size.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["number","'large' | 'default' | 'small'"],"default":"default"},{"name":"shape","description":"avatar shape.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["'circle' | 'square'"],"default":"circle"},{"name":"src","description":"the source of the image for an image avatar.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["string"]},{"name":"src-set","description":"native attribute `srcset` of image avatar.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["string"]},{"name":"alt","description":"native attribute `alt` of image avatar.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["string"]},{"name":"fit","description":"set how the image fit its container for an image avatar.","doc-url":"https://element-plus.org/en-US/component/avatar.html#attributes","type":["'fill' | 'contain' | 'cover' | 'none' | 'scale-down'"],"default":"cover"}],"slots":[{"name":"default","description":"customize avatar content.","doc-url":"https://element-plus.org/en-US/component/avatar.html#slots"}],"js":{"events":[{"name":"error","description":"trigger when image load error.","doc-url":"https://element-plus.org/en-US/component/avatar.html#events"}]}},{"name":"el-backtop","source":{"symbol":"ElBacktop"},"description":"A button to back to top.","doc-url":"https://element-plus.org/en-US/component/backtop.html#backtop","props":[{"name":"target","description":"the target to trigger scroll.","doc-url":"https://element-plus.org/en-US/component/backtop.html#attributes","type":["string"]},{"name":"visibility-height","description":"the button will not show until the scroll height reaches this value.","doc-url":"https://element-plus.org/en-US/component/backtop.html#attributes","type":["number"],"default":"200"},{"name":"right","description":"right distance.","doc-url":"https://element-plus.org/en-US/component/backtop.html#attributes","type":["number"],"default":"40"},{"name":"bottom","description":"bottom distance.","doc-url":"https://element-plus.org/en-US/component/backtop.html#attributes","type":["number"],"default":"40"}],"slots":[{"name":"default","description":"customize default content.","doc-url":"https://element-plus.org/en-US/component/backtop.html#slots"}],"js":{"events":[{"name":"click","description":"triggers when click.","doc-url":"https://element-plus.org/en-US/component/backtop.html#events"}]}},{"name":"el-badge","source":{"symbol":"ElBadge"},"description":"A number or status mark on buttons and icons.","doc-url":"https://element-plus.org/en-US/component/badge.html#badge","props":[{"name":"value","description":"display value.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["string","number"],"default":"''"},{"name":"max","description":"maximum value, shows `{max}+` when exceeded. Only works if value is a number.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["number"],"default":"99"},{"name":"is-dot","description":"if a little dot is displayed.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["boolean"],"default":"false"},{"name":"hidden","description":"hidden badge.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["boolean"],"default":"false"},{"name":"type","description":"badge type.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["'primary' | 'success' | 'warning' | 'danger' | 'info'"],"default":"danger"},{"name":"show-zero","description":"Whether to show badge when value is zero.","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["boolean"],"default":"true"},{"name":"color","description":"background color of the dot","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["string"]},{"name":"offset","description":"offset of badge","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["[ `number` , `number` ]"]},{"name":"badge-style","description":"custom style of badge","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":[{"name":"CSSProperties","source":{"symbol":"CSSProperties","module":"vue"}}]},{"name":"badge-class","description":"custom class of badge","doc-url":"https://element-plus.org/en-US/component/badge.html#attributes","type":["string"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/badge.html#slots"},{"name":"content","description":"customize barge content","doc-url":"https://element-plus.org/en-US/component/badge.html#slots","type":"{ value: string }"}]},{"name":"el-breadcrumb","source":{"symbol":"ElBreadcrumb"},"description":"Displays the location of the current page, making it easier to browser back.","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb","props":[{"name":"separator","description":"separator character","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-attributes","type":["string"],"default":"/"},{"name":"separator-icon","description":"icon component of icon separator","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-slots"}]},{"name":"el-breadcrumb-item","source":{"symbol":"ElBreadcrumbItem"},"doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumbitem","props":[{"name":"to","description":"target route of the link, same as `to` of `vue-router`","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumbitem-attributes","type":["string",{"name":"RouteLocationRaw","source":{"symbol":"RouteLocationRaw"}}],"default":"''"},{"name":"replace","description":"if `true`, the navigation will not leave a history record","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumbitem-attributes","type":["boolean"],"default":"false"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/breadcrumb.html#breadcrumbitem-slots"}]},{"name":"el-button","source":{"symbol":"ElButton"},"description":"Commonly used button.","doc-url":"https://element-plus.org/en-US/component/button.html#button","props":[{"name":"size","description":"button size","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["'large' | 'default' | 'small'"]},{"name":"type","description":"button type","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text'"]},{"name":"plain","description":"determine whether it's a plain button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"text","description":"determine whether it's a text button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"bg","description":"determine whether the text button background color is always on","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"link","description":"determine whether it's a link button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"round","description":"determine whether it's a round button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"circle","description":"determine whether it's a circle button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"loading","description":"determine whether it's loading","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"loading-icon","description":"customize loading icon component","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"Loading"},{"name":"disabled","description":"disable the button","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"icon","description":"icon component","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"autofocus","description":"same as native button's `autofocus`","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"native-type","description":"same as native button's `type`","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["'button' | 'submit' | 'reset'"],"default":"button"},{"name":"auto-insert-space","description":"automatically insert a space between two chinese characters","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"]},{"name":"color","description":"custom button color, automatically calculate `hover` and `active` color","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["string"]},{"name":"dark","description":"dark mode, which automatically converts `color` to dark mode colors","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["boolean"],"default":"false"},{"name":"tag","description":"custom element tag","doc-url":"https://element-plus.org/en-US/component/button.html#button-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"button"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/button.html#button-slots"},{"name":"loading","description":"customize loading component","doc-url":"https://element-plus.org/en-US/component/button.html#button-slots"},{"name":"icon","description":"customize icon component","doc-url":"https://element-plus.org/en-US/component/button.html#button-slots"}]},{"name":"el-button-group","source":{"symbol":"ElButtonGroup"},"doc-url":"https://element-plus.org/en-US/component/button.html#buttongroup","props":[{"name":"size","description":"control the size of buttons in this button-group","doc-url":"https://element-plus.org/en-US/component/button.html#buttongroup-attributes","type":["'large' | 'default' | 'small'"]},{"name":"type","description":"control the type of buttons in this button-group","doc-url":"https://element-plus.org/en-US/component/button.html#buttongroup-attributes","type":["'primary' | 'success' | 'warning' | 'danger' | 'info'"]}],"slots":[{"name":"default","description":"customize button group content","doc-url":"https://element-plus.org/en-US/component/button.html#buttongroup-slots"}]},{"name":"el-calendar","source":{"symbol":"ElCalendar"},"description":"Display date.","doc-url":"https://element-plus.org/en-US/component/calendar.html#calendar","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/calendar.html#attributes","type":["Date"]},{"name":"range","description":"time range, including start time and end time. Start time must be start day of week, end time must be end day of week, the time span cannot exceed two months.","doc-url":"https://element-plus.org/en-US/component/calendar.html#attributes","type":["[Date, Date]"]}],"slots":[{"name":"date-cell","description":"`type` indicates which month the date belongs, optional values are prev-month, current-month, next-month; `isSelected` indicates whether the date is selected; `day` is the formatted date in the format `YYYY-MM-DD`; `date` is date the cell represents","doc-url":"https://element-plus.org/en-US/component/calendar.html#slots","type":"{ data: { type: 'prev-month' | 'current-month' | 'next-month', isSelected: boolean, day: string, date: Date } }"},{"name":"header","description":"content of the Calendar header","doc-url":"https://element-plus.org/en-US/component/calendar.html#slots","type":"{ date: string }"}]},{"name":"el-card","source":{"symbol":"ElCard"},"description":"Integrate information in a card container.","doc-url":"https://element-plus.org/en-US/component/card.html#card","props":[{"name":"header","description":"title of the card. Also accepts a DOM passed by `slot#header`","doc-url":"https://element-plus.org/en-US/component/card.html#attributes","type":["string"]},{"name":"footer","description":"footer of the card. Also accepts a DOM passed by `slot#footer`","doc-url":"https://element-plus.org/en-US/component/card.html#attributes","type":["string"]},{"name":"body-style","description":"CSS style of card body","doc-url":"https://element-plus.org/en-US/component/card.html#attributes","type":[{"name":"CSSProperties","source":{"symbol":"CSSProperties","module":"vue"}}]},{"name":"body-class","description":"custom class name of card body","doc-url":"https://element-plus.org/en-US/component/card.html#attributes","type":["string"]},{"name":"shadow","description":"when to show card shadows","doc-url":"https://element-plus.org/en-US/component/card.html#attributes","type":[{"name":"always","source":{"symbol":"always"}},{"name":"never","source":{"symbol":"never"}},{"name":"hover","source":{"symbol":"hover"}}],"default":"always"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/card.html#slots"},{"name":"header","description":"content of the Card header","doc-url":"https://element-plus.org/en-US/component/card.html#slots"},{"name":"footer","description":"content of the Card footer","doc-url":"https://element-plus.org/en-US/component/card.html#slots"}]},{"name":"el-carousel","source":{"symbol":"ElCarousel"},"description":"Loop a series of images or texts in a limited space","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel","props":[{"name":"height","description":"height of the carousel","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["string"],"default":"''"},{"name":"initial-index","description":"index of the initially active slide (starting from 0)","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["number"],"default":"0"},{"name":"trigger","description":"how indicators are triggered","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["'hover' | 'click'"],"default":"hover"},{"name":"autoplay","description":"whether automatically loop the slides","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["boolean"],"default":"true"},{"name":"interval","description":"interval of the auto loop, in milliseconds","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["number"],"default":"3000"},{"name":"indicator-position","description":"position of the indicators","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["'' | 'none' | 'outside'"],"default":"''"},{"name":"arrow","description":"when arrows are shown","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["'always' | 'hover' | 'never'"],"default":"hover"},{"name":"type","description":"type of the Carousel","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["'' | 'card'"],"default":"''"},{"name":"card-scale","description":"when type is card, scaled size of secondary cards","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["number"],"default":"0.83"},{"name":"loop","description":"display the items in loop","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["boolean"],"default":"true"},{"name":"direction","description":"display direction","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["'horizontal' | 'vertical'"],"default":"horizontal"},{"name":"pause-on-hover","description":"pause autoplay when hover","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["boolean"],"default":"true"},{"name":"motion-blur","description":"infuse dynamism and smoothness into the carousel","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-attributes","type":["boolean"],"default":"false"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-slots"}],"js":{"events":[{"name":"change","description":"triggers when the active slide switches, it has two parameters, the one is the index of the new active slide, and other is index of the old active slide","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-events"}]}},{"name":"el-carousel-item","source":{"symbol":"ElCarouselItem"},"doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-item","props":[{"name":"name","description":"name of the item, can be used in `setActiveItem`","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-item-attributes","type":["string"],"default":"''"},{"name":"label","description":"text content for the corresponding indicator","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-item-attributes","type":["string","number"],"default":"''"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/carousel.html#carousel-item-slots"}]},{"name":"el-cascader","source":{"symbol":"ElCascader"},"description":"If the options have a clear hierarchical structure, Cascader can be used to view and select them.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["string","number","string[]","number[]",{"name":"any","source":{"symbol":"any"}}]},{"name":"options","description":"data of the options, the key of `value` and `label` can be customize by `CascaderProps`.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["Record[]"]},{"name":"props","description":"configuration options, see the following `CascaderProps` table.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":[{"name":"CascaderProps","source":{"symbol":"CascaderProps"}}]},{"name":"size","description":"size of input","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["'large' | 'default' | 'small'"]},{"name":"placeholder","description":"placeholder of input","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["string"]},{"name":"disabled","description":"whether Cascader is disabled","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"]},{"name":"clearable","description":"whether selected value can be cleared","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"]},{"name":"show-all-levels","description":"whether to display all levels of the selected value in the input","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"true"},{"name":"collapse-tags","description":"whether to collapse tags in multiple selection mode","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"]},{"name":"collapse-tags-tooltip","description":"whether show all selected tags when mouse hover text of collapse-tags. To use this, `collapse-tags` must be true","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"false"},{"name":"separator","description":"option label separator","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["string"],"default":"' / '"},{"name":"filterable","description":"whether the options can be searched","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"]},{"name":"filter-method","description":"customize search logic, the first parameter is `node`, the second is `keyword`, and need return a boolean value indicating whether it hits.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["(node: CascaderNode, keyword: string) => boolean"]},{"name":"debounce","description":"debounce delay when typing filter keyword, in milliseconds","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["number"],"default":"300"},{"name":"before-filter","description":"hook function before filtering with the value to be filtered as its parameter. If `false` is returned or a `Promise` is returned and then is rejected, filtering will be aborted","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["(value: string) => boolean"]},{"name":"popper-class","description":"custom class name for Cascader's dropdown","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["string"],"default":"''"},{"name":"teleported","description":"whether cascader popup is teleported","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"true"},{"name":"tag-type","description":"tag type","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["'success' | 'info' | 'warning' | 'danger'"],"default":"info"},{"name":"tag-effect","description":"tag effect","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["'light' | 'dark' | 'plain'"],"default":"light"},{"name":"validate-event","description":"whether to trigger form validation","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"true"},{"name":"max-collapse-tags","description":"The max tags number to be shown. To use this, `collpase-tags` must be true","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["number"],"default":"1"},{"name":"empty-values","description":"empty values of component, [see config-provider](/en-US/component/config-provider#empty-values-configurations)","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["array"]},{"name":"value-on-clear","description":"clear return value, [see config-provider](/en-US/component/config-provider#empty-values-configurations)","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["string","number","boolean","Function"]},{"name":"persistent","description":"when dropdown is inactive and `persistent` is `false`, dropdown will be destroyed","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"true"},{"name":"fallback-placements","description":"list of possible positions for Tooltip [popper.js](https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements)","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":[{"name":"Placement[]","source":{"symbol":"Placement"}}]},{"name":"placement","description":"position of dropdown","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end'"],"default":"bottom-start"},{"name":"popper-append-to-body","description":"whether to append the popper menu to body. If the positioning of the popper is wrong, you can try to set this prop to false","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-attributes","type":["boolean"],"default":"true"}],"slots":[{"name":"default","description":"the custom content of cascader node, which are current Node object and node data respectively.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-slots"},{"name":"empty","description":"content when there is no matched options.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-slots"}],"js":{"events":[{"name":"change","description":"triggers when the binding value changes","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"expand-change","description":"triggers when expand option changes","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"blur","description":"triggers when Cascader blurs","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"focus","description":"triggers when Cascader focuses","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"clear","description":"triggers when the clear icon is clicked in a clearable Select","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"visible-change","description":"triggers when the dropdown appears/disappears","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"},{"name":"remove-tag","description":"triggers when remove tag in multiple selection mode","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascader-events"}]}},{"name":"el-cascader-panel","source":{"symbol":"ElCascaderPanel"},"doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes","type":["string","number","string[]","number[]",{"name":"any","source":{"symbol":"any"}}]},{"name":"options","description":"data of the options, the key of `value` and `label` can be customize by `CascaderProps`.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes","type":["Record[]"]},{"name":"props","description":"configuration options, see the following `CascaderProps` table.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes","type":[{"name":"CascaderProps","source":{"symbol":"CascaderProps"}}]}],"slots":[{"name":"default","description":"the custom content of cascader node, which are current Node object and node data respectively.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-slots"},{"name":"empty","description":"the content of the panel when there is no data.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-slots"}],"js":{"events":[{"name":"change","description":"triggers when the binding value changes","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-events"},{"name":"expand-change","description":"triggers when expand option changes","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-events"},{"name":"close","description":"close panel event, provided to Cascader to put away the panel judgment.","doc-url":"https://element-plus.org/en-US/component/cascader.html#cascaderpanel-events"}]}},{"name":"el-checkbox","source":{"symbol":"ElCheckbox"},"description":"A group of options for multiple choices.","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number","boolean"]},{"name":"value","description":"value of the Checkbox when used inside a `checkbox-group`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number","boolean","object"]},{"name":"label","description":"label of the Checkbox when used inside a `checkbox-group`. If there's no value, `label` will act as `value`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number","boolean","object"]},{"name":"true-value","description":"value of the Checkbox if it's checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number"]},{"name":"false-value","description":"value of the Checkbox if it's not checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number"]},{"name":"disabled","description":"whether the Checkbox is disabled","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["boolean"],"default":"false"},{"name":"border","description":"whether to add a border around Checkbox","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["boolean"],"default":"false"},{"name":"size","description":"size of the Checkbox","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["'large' | 'default' | 'small'"]},{"name":"name","description":"native 'name' attribute","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string"]},{"name":"checked","description":"if the Checkbox is checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["boolean"],"default":"false"},{"name":"indeterminate","description":"Set indeterminate state, only responsible for style control","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["boolean"],"default":"false"},{"name":"validate-event","description":"whether to trigger form validation","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["boolean"],"default":"true"},{"name":"tabindex","description":"input tabindex","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number"]},{"name":"id","description":"input id","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string"]},{"name":"aria-controls","description":"same as [aria-controls](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls), takes effect when `indeterminate` is `true`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string"]},{"name":"true-label","description":"value of the Checkbox if it's checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number"]},{"name":"false-label","description":"value of the Checkbox if it's not checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string","number"]},{"name":"controls","description":"same as [aria-controls](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-controls), takes effect when `indeterminate` is `true`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes","type":["string"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-slots"}],"js":{"events":[{"name":"change","description":"triggers when the binding value changes","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkbox-events"}]}},{"name":"el-checkbox-group","source":{"symbol":"ElCheckboxGroup"},"doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string[]","number[]"],"default":"[]"},{"name":"size","description":"size of checkbox","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["'large' | 'default' | 'small'"]},{"name":"disabled","description":"whether the nesting checkboxes are disabled","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["boolean"],"default":"false"},{"name":"min","description":"minimum number of checkbox checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["number"]},{"name":"max","description":"maximum number of checkbox checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["number"]},{"name":"aria-label","description":"native `aria-label` attribute","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string"]},{"name":"text-color","description":"font color when button is active","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string"],"default":"#ffffff"},{"name":"fill","description":"border and background color when button is active","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string"],"default":"#409eff"},{"name":"tag","description":"element tag of the checkbox group","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string"],"default":"div"},{"name":"validate-event","description":"whether to trigger form validation","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["boolean"],"default":"true"},{"name":"label","description":"native `aria-label` attribute","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-attributes","type":["string"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-slots"}],"js":{"events":[{"name":"change","description":"triggers when the binding value changes","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxgroup-events"}]}},{"name":"el-checkbox-button","source":{"symbol":"ElCheckboxButton"},"doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton","props":[{"name":"value","description":"value of the checkbox when used inside a `checkbox-group`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number","boolean","object"]},{"name":"label","description":"label of the checkbox when used inside a `checkbox-group`. If there's no value, `label` will act as `value`","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number","boolean","object"]},{"name":"true-value","description":"value of the checkbox if it's checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number"]},{"name":"false-value","description":"value of the checkbox if it's not checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number"]},{"name":"disabled","description":"whether the checkbox is disabled","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["boolean"],"default":"false"},{"name":"name","description":"native 'name' attribute","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string"]},{"name":"checked","description":"if the checkbox is checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["boolean"],"default":"false"},{"name":"true-label","description":"value of the checkbox if it's checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number"]},{"name":"false-label","description":"value of the checkbox if it's not checked","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-attributes","type":["string","number"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/checkbox.html#checkboxbutton-slots"}]},{"name":"el-collapse","source":{"symbol":"ElCollapse"},"description":"Use Collapse to store contents.","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse","props":[{"name":"model-value","description":"currently active panel, the type is `string` in accordion mode, otherwise it is `array`","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-attributes","type":["string","array"],"default":"[]"},{"name":"accordion","description":"whether to activate accordion mode","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-attributes","type":["boolean"],"default":"false"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-slots"}],"js":{"events":[{"name":"change","description":"triggers when active panels change, the parameter type is `string` in accordion mode, otherwise it is `array`","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-events"}]}},{"name":"el-collapse-item","source":{"symbol":"ElCollapseItem"},"doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-item","props":[{"name":"name","description":"unique identification of the panel","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes","type":["string","number"]},{"name":"title","description":"title of the panel","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes","type":["string"],"default":"''"},{"name":"icon","description":"icon of the collapse item","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"ArrowRight"},{"name":"disabled","description":"disable the collapse item","doc-url":"https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes","type":["boolean"],"default":"false"}]},{"name":"el-color-picker","source":{"symbol":"ElColorPicker"},"description":"ColorPicker is a color selector supporting multiple color formats.","doc-url":"https://element-plus.org/en-US/component/color-picker.html#colorpicker","props":[{"name":"model-value","description":"binding value","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string"]},{"name":"disabled","description":"whether to disable the ColorPicker","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["boolean"],"default":"false"},{"name":"size","description":"size of ColorPicker","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["'large' | 'default' | 'small'"]},{"name":"show-alpha","description":"whether to display the alpha slider","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["boolean"],"default":"false"},{"name":"color-format","description":"color format of v-model","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["'hsl' | 'hsv' | 'hex' | 'rgb' | 'hex' | 'rgb'"]},{"name":"popper-class","description":"custom class name for ColorPicker's dropdown","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string"]},{"name":"predefine","description":"predefined color options","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string[]"]},{"name":"validate-event","description":"whether to trigger form validation","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"tabindex","description":"ColorPicker tabindex","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string","number"],"default":"0"},{"name":"aria-label","description":"ColorPicker aria-label","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string"]},{"name":"id","description":"ColorPicker id","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string"]},{"name":"teleported","description":"whether color-picker popper is teleported to the body","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"label","description":"ColorPicker aria-label","doc-url":"https://element-plus.org/en-US/component/color-picker.html#attributes","type":["string"]}],"js":{"events":[{"name":"change","description":"triggers when input value changes","doc-url":"https://element-plus.org/en-US/component/color-picker.html#events"},{"name":"active-change","description":"triggers when the current active color changes","doc-url":"https://element-plus.org/en-US/component/color-picker.html#events"},{"name":"focus","description":"triggers when Component focuses","doc-url":"https://element-plus.org/en-US/component/color-picker.html#events"},{"name":"blur","description":"triggers when Component blurs","doc-url":"https://element-plus.org/en-US/component/color-picker.html#events"}]}},{"name":"el-config-provider","source":{"symbol":"ElConfigProvider"},"description":"Config Provider is used for providing global configurations, which enables your entire application to access these configurations everywhere.","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider","props":[{"name":"locale","description":"Locale Object","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["{name: string, el: TranslatePair}"],"default":"[en](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts)"},{"name":"size","description":"global component size","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["'large' | 'default' | 'small'"],"default":"default"},{"name":"z-index","description":"global Initial zIndex","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["number"]},{"name":"namespace","description":"global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1))","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["string"],"default":"el"},{"name":"button","description":"button related configuration, [see the following table](#button-attribute)","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["{autoInsertSpace?: boolean}"],"default":"see the following table"},{"name":"message","description":"message related configuration, [see the following table](#message-attribute)","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["{max?: number}"],"default":"see the following table"},{"name":"experimental-features","description":"features at experimental stage to be added, all features are default to be set to false","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["object"]},{"name":"empty-values","description":"global empty values of components","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["array"]},{"name":"value-on-clear","description":"global clear return value","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes","type":["string","number","boolean","Function"]}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/config-provider.html#config-provider-slots"}]},{"name":"el-container","source":{"symbol":"ElContainer"},"description":"Container components for scaffolding basic structure of the page:","doc-url":"https://element-plus.org/en-US/component/container.html#container","props":[{"name":"direction","description":"layout direction for child elements","doc-url":"https://element-plus.org/en-US/component/container.html#container-attributes","type":["'horizontal' | 'vertical'"],"default":"vertical when nested with `el-header` or `el-footer`; horizontal otherwise"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/container.html#container-slots"}]},{"name":"el-header","source":{"symbol":"ElHeader"},"doc-url":"https://element-plus.org/en-US/component/container.html#header","props":[{"name":"height","description":"height of the header","doc-url":"https://element-plus.org/en-US/component/container.html#header-attributes","type":["string"],"default":"60px"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/container.html#header-slots"}]},{"name":"el-aside","source":{"symbol":"ElAside"},"doc-url":"https://element-plus.org/en-US/component/container.html#aside","props":[{"name":"width","description":"width of the side section","doc-url":"https://element-plus.org/en-US/component/container.html#aside-attributes","type":["string"],"default":"300px"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/container.html#aside-slots"}]},{"name":"el-main","source":{"symbol":"ElMain"},"doc-url":"https://element-plus.org/en-US/component/container.html#main","slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/container.html#main-slots"}]},{"name":"el-footer","source":{"symbol":"ElFooter"},"doc-url":"https://element-plus.org/en-US/component/container.html#footer","props":[{"name":"height","description":"height of the footer","doc-url":"https://element-plus.org/en-US/component/container.html#footer-attributes","type":["string"],"default":"60px"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/container.html#footer-slots"}]},{"name":"el-date-picker","source":{"symbol":"ElDatePicker"},"description":"Use Date Picker for date input.","doc-url":"https://element-plus.org/en-US/component/date-picker.html#datepicker","props":[{"name":"model-value","description":"binding value, if it is an array, the length should be 2","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["number","string","Date","[Date, Date] | [string, string]"],"default":"''"},{"name":"readonly","description":"whether DatePicker is read only","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"false"},{"name":"disabled","description":"whether DatePicker is disabled","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"false"},{"name":"size","description":"size of Input","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["'' | 'large' | 'default' | 'small'"]},{"name":"editable","description":"whether the input is editable","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"clearable","description":"whether to show clear button","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"placeholder","description":"placeholder in non-range mode","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string"],"default":"''"},{"name":"start-placeholder","description":"placeholder for the start date in range mode","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string"]},{"name":"end-placeholder","description":"placeholder for the end date in range mode","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string"]},{"name":"type","description":"type of the picker","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["'year' | 'years' |'month' | 'months' | 'date' | 'dates' | 'datetime' | 'week' | 'datetimerange' | 'daterange' | 'monthrange' | 'yearrange'"],"default":"date"},{"name":"format","description":"format of the displayed value in the input box","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":[{"name":"string see","source":{"symbol":"string see"}}],"default":"YYYY-MM-DD"},{"name":"popper-class","description":"custom class name for DatePicker's dropdown","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string"]},{"name":"popper-options","description":"Customized popper option see more at [popper.js](https://popper.js.org/docs/v2/)","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["Partial"],"default":"{}"},{"name":"range-separator","description":"range separator","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string"],"default":"'-'"},{"name":"default-value","description":"optional, default date of the calendar","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["Date","[Date, Date]"]},{"name":"default-time","description":"optional, the time value to use when selecting date range","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["Date","[Date, Date]"]},{"name":"value-format","description":"optional, format of binding value. If not specified, the binding value will be a Date object","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":[{"name":"string see","source":{"symbol":"string see"}}]},{"name":"id","description":"same as `id` in native input","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string","[string, string]"]},{"name":"name","description":"same as `name` in native input","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string","[string, string]"],"default":"''"},{"name":"unlink-panels","description":"unlink two date-panels in range-picker","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"false"},{"name":"prefix-icon","description":"custom prefix icon component. By default, if the value of `type` is `TimeLikeType`, the value is `Clock`, else is `Calendar`","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"''"},{"name":"clear-icon","description":"custom clear icon component","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}],"default":"CircleClose"},{"name":"validate-event","description":"whether to trigger form validation","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"disabled-date","description":"a function determining if a date is disabled with that date as its parameter. Should return a Boolean","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["(data: Date) => boolean"]},{"name":"shortcuts","description":"an object array to set shortcut options","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["Array<{ text: string, value: Date | Function }>"],"default":"[]"},{"name":"cell-class-name","description":"set custom className","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["(data: Date) => string"]},{"name":"teleported","description":"whether date-picker dropdown is teleported to the body","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["boolean"],"default":"true"},{"name":"empty-values","description":"empty values of component, [see config-provider](/en-US/component/config-provider#empty-values-configurations)","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["array"]},{"name":"value-on-clear","description":"clear return value, [see config-provider](/en-US/component/config-provider#empty-values-configurations)","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":["string","number","boolean","Function"]},{"name":"fallback-placements","description":"list of possible positions for Tooltip [popper.js](https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements)","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":[{"name":"Placement[]","source":{"symbol":"Placement"}}]},{"name":"placement","description":"position of dropdown","doc-url":"https://element-plus.org/en-US/component/date-picker.html#attributes","type":[{"name":"Placement","source":{"symbol":"Placement"}}],"default":"bottom"}],"slots":[{"name":"default","description":"custom cell content","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"},{"name":"range-separator","description":"custom range separator content","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"},{"name":"prev-month","description":"prev month icon","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"},{"name":"next-month","description":"next month icon","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"},{"name":"prev-year","description":"prev year icon","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"},{"name":"next-year","description":"next year icon","doc-url":"https://element-plus.org/en-US/component/date-picker.html#slots"}],"js":{"events":[{"name":"change","description":"triggers when user confirms the value","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"blur","description":"triggers when Input blurs","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"focus","description":"triggers when Input focuses","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"clear","description":"triggers when the clear icon is clicked in a clearable DatePicker","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"calendar-change","description":"triggers when the calendar selected date is changed.","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"panel-change","description":"triggers when the navigation button click.","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"},{"name":"visible-change","description":"triggers when the DatePicker's dropdown appears/disappears","doc-url":"https://element-plus.org/en-US/component/date-picker.html#events"}]}},{"name":"el-descriptions","source":{"symbol":"ElDescriptions"},"description":"Display multiple fields in list form.","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions","props":[{"name":"border","description":"with or without border","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["boolean"],"default":"false"},{"name":"column","description":"numbers of `Descriptions Item` in one line","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["number"],"default":"3"},{"name":"direction","description":"direction of list","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["'vertical' | 'horizontal'"],"default":"horizontal"},{"name":"size","description":"size of list","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["'' | 'large' | 'default' | 'small'"]},{"name":"title","description":"title text, display on the top left","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["string"],"default":"''"},{"name":"extra","description":"extra text, display on the top right","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["string"],"default":"''"},{"name":"label-width","description":"label width of every column","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes","type":["string","number"],"default":"''"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-slots"},{"name":"title","description":"custom title, display on the top left","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-slots"},{"name":"extra","description":"custom extra area, display on the top right","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptions-slots"}]},{"name":"el-descriptions-item","source":{"symbol":"ElDescriptionsItem"},"doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem","props":[{"name":"label","description":"label text","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string"],"default":"''"},{"name":"span","description":"colspan of column","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["number"],"default":"1"},{"name":"rowspan","description":"the number of rows a cell should span","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["number"],"default":"1"},{"name":"width","description":"column width, the width of the same column in different rows is set by the max value (If no `border`, width contains label and content)","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string","number"],"default":"''"},{"name":"min-width","description":"column minimum width, columns with `width` has a fixed width, while columns with `min-width` has a width that is distributed in proportion (If no`border`, width contains label and content)","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string","number"],"default":"''"},{"name":"label-width","description":"column label width, if not set, it will be the same as the width of the column. Higher priority than the `label-width` of `Descriptions`","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string","number"],"default":"''"},{"name":"align","description":"column content alignment (If no `border`, effective for both label and content)","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["'left' | 'center' | 'right'"],"default":"left"},{"name":"label-align","description":"column label alignment, if omitted, the value of the above `align` attribute will be applied (If no `border`, please use `align` attribute)","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["'left' | 'center' | 'right'"],"default":"''"},{"name":"class-name","description":"column content custom class name","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string"],"default":"''"},{"name":"label-class-name","description":"column label custom class name","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-attributes","type":["string"],"default":"''"}],"slots":[{"name":"default","description":"customize default content","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-slots"},{"name":"label","description":"custom label","doc-url":"https://element-plus.org/en-US/component/descriptions.html#descriptionsitem-slots"}]},{"name":"el-dialog","source":{"symbol":"ElDialog"},"description":"Informs users while preserving the current page state.","doc-url":"https://element-plus.org/en-US/component/dialog.html#dialog","props":[{"name":"model-value","description":"visibility of Dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"]},{"name":"title","description":"title of Dialog. Can also be passed with a named slot (see the following table)","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string"],"default":"''"},{"name":"width","description":"width of Dialog, default is 50%","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string","number"],"default":"''"},{"name":"fullscreen","description":"whether the Dialog takes up full screen","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"top","description":"value for `margin-top` of Dialog CSS, default is 15vh","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string"],"default":"''"},{"name":"modal","description":"whether a mask is displayed","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"true"},{"name":"modal-class","description":"custom class names for mask","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string"]},{"name":"append-to-body","description":"whether to append Dialog itself to body. A nested Dialog should have this attribute set to `true`","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"append-to","description":"which element the Dialog appends to. Will override `append-to-body`","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string","HTMLElement"],"default":"body"},{"name":"lock-scroll","description":"whether scroll of body is disabled while Dialog is displayed","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"true"},{"name":"open-delay","description":"the Time(milliseconds) before open","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["number"],"default":"0"},{"name":"close-delay","description":"the Time(milliseconds) before close","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["number"],"default":"0"},{"name":"close-on-click-modal","description":"whether the Dialog can be closed by clicking the mask","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"true"},{"name":"close-on-press-escape","description":"whether the Dialog can be closed by pressing ESC","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"true"},{"name":"show-close","description":"whether to show a close button","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"true"},{"name":"before-close","description":"callback before Dialog closes, and it will prevent Dialog from closing, use done to close the dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["(done: DoneFn) => void"]},{"name":"draggable","description":"enable dragging feature for Dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"overflow","description":"draggable Dialog can overflow the viewport","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"center","description":"whether to align the header and footer in center","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"align-center","description":"whether to align the dialog both horizontally and vertically","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"destroy-on-close","description":"destroy elements in Dialog when closed","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["boolean"],"default":"false"},{"name":"close-icon","description":"custom close icon, default is Close","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string",{"name":"Component","source":{"symbol":"Component","module":"vue"}}]},{"name":"z-index","description":"same as z-index in native CSS, z-order of dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["number"]},{"name":"header-aria-level","description":"header's `aria-level` attribute","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string"],"default":"2"},{"name":"custom-class","description":"custom class names for Dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#attributes","type":["string"],"default":"''"}],"slots":[{"name":"default","description":"content of Dialog","doc-url":"https://element-plus.org/en-US/component/dialog.html#slots"},{"name":"header","description":"content of the Dialog header; Replacing this removes the title, but does not remove the close button.","doc-url":"https://element-plus.org/en-US/component/dialog.html#slots"},{"name":"footer","description":"content of the Dialog footer","doc-url":"https://element-plus.org/en-US/component/dialog.html#slots"},{"name":"title","description":"works the same as the header slot. Use that instead.","doc-url":"https://element-plus.org/en-US/component/dialog.html#slots"}],"js":{"events":[{"name":"open","description":"triggers when the Dialog opens","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"},{"name":"opened","description":"triggers when the Dialog opening animation ends","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"},{"name":"close","description":"triggers when the Dialog closes","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"},{"name":"closed","description":"triggers when the Dialog closing animation ends","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"},{"name":"open-auto-focus","description":"triggers after Dialog opens and content focused","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"},{"name":"close-auto-focus","description":"triggers after Dialog closed and content focused","doc-url":"https://element-plus.org/en-US/component/dialog.html#events"}]}},{"name":"el-divider","source":{"symbol":"ElDivider"},"description":"The dividing line that separates the content.","doc-url":"https://element-plus.org/en-US/component/divider.html#divider","props":[{"name":"direction","description":"Set divider's direction","doc-url":"https://element-plus.org/en-US/component/divider.html#attributes","type":["'horizontal' | 'vertical'"],"default":"horizontal"},{"name":"border-style","description":"Set the style of divider","doc-url":"https://element-plus.org/en-US/component/divider.html#attributes","type":["'none' | 'solid' | 'hidden' | 'dashed' | ..."],"default":"solid"},{"name":"content-position","description":"the position of the customized content on the divider line","doc-url":"https://element-plus.org/en-US/component/divider.html#attributes","type":["'left' | 'right' | 'center'"],"default":"center"}],"slots":[{"name":"default","description":"customized content on the divider line","doc-url":"https://element-plus.org/en-US/component/divider.html#slots"}]},{"name":"el-drawer","source":{"symbol":"ElDrawer"},"description":"Sometimes, `Dialog` does not always satisfy our requirements, let's say you have a massive form, or you need space to display something like `terms & conditions`, `Drawer` has almost identical API with `Dialog`, but it introduces different user experience.","doc-url":"https://element-plus.org/en-US/component/drawer.html#drawer","props":[{"name":"model-value","description":"Should Drawer be displayed","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"false"},{"name":"append-to-body","description":"Controls should Drawer be inserted to DocumentBody Element, nested Drawer must assign this param to **true**","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"false"},{"name":"append-to","description":"which element the Drawer appends to. Will override `append-to-body`","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["string"],"default":"body"},{"name":"lock-scroll","description":"whether scroll of body is disabled while Drawer is displayed","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"before-close","description":"If set, closing procedure will be halted","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["(done: (cancel?: boolean) => void) => void"]},{"name":"close-on-click-modal","description":"whether the Drawer can be closed by clicking the mask","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"close-on-press-escape","description":"Indicates whether Drawer can be closed by pressing ESC","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"open-delay","description":"Time(milliseconds) before open","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["number"],"default":"0"},{"name":"close-delay","description":"Time(milliseconds) before close","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["number"],"default":"0"},{"name":"destroy-on-close","description":"Indicates whether children should be destroyed after Drawer closed","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"false"},{"name":"modal","description":"Should show shadowing layer","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"direction","description":"Drawer's opening direction","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["'rtl' | 'ltr' | 'ttb' | 'btt'"],"default":"rtl"},{"name":"show-close","description":"Should show close button at the top right of Drawer","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"size","description":"Drawer's size, if Drawer is horizontal mode, it effects the width property, otherwise it effects the height property, when size is `number` type, it describes the size by unit of pixels; when size is `string` type, it should be used with `x%` notation, other wise it will be interpreted to pixel unit","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["number","string"],"default":"30%"},{"name":"title","description":"Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["string"]},{"name":"with-header","description":"Flag that controls the header section's existance, default to true, when withHeader set to false, both `title attribute` and `title slot` won't work","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["boolean"],"default":"true"},{"name":"modal-class","description":"Extra class names for shadowing layer","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["string"]},{"name":"z-index","description":"set z-index","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["number"]},{"name":"header-aria-level","description":"header's `aria-level` attribute","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["string"],"default":"2"},{"name":"custom-class","description":"Extra class names for Drawer","doc-url":"https://element-plus.org/en-US/component/drawer.html#attributes","type":["string"]}],"slots":[{"name":"default","description":"Drawer's Content","doc-url":"https://element-plus.org/en-US/component/drawer.html#slots"},{"name":"header","description":"Drawer header section; Replacing this removes the title, but does not remove the close button.","doc-url":"https://element-plus.org/en-US/component/drawer.html#slots"},{"name":"footer","description":"Drawer footer Section","doc-url":"https://element-plus.org/en-US/component/drawer.html#slots"},{"name":"title","description":"Works the same as the header slot. Use that instead.","doc-url":"https://element-plus.org/en-US/component/drawer.html#slots"}],"js":{"events":[{"name":"open","description":"Triggered before Drawer opening animation begins","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"},{"name":"opened","description":"Triggered after Drawer opening animation ended","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"},{"name":"close","description":"Triggered before Drawer closing animation begins","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"},{"name":"closed","description":"Triggered after Drawer closing animation ended","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"},{"name":"open-auto-focus","description":"triggers after Drawer opens and content focused","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"},{"name":"close-auto-focus","description":"triggers after Drawer closed and content focused","doc-url":"https://element-plus.org/en-US/component/drawer.html#events"}]}},{"name":"el-dropdown","source":{"symbol":"ElDropdown"},"description":"Toggleable menu for displaying lists of links and actions.","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown","props":[{"name":"type","description":"menu button type, refer to `Button` Component, only works when `split-button` is true","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["'' | 'default' | 'primary' | 'success' | 'warning' | 'info' | 'danger' | 'text'"],"default":"''"},{"name":"size","description":"menu size, also works on the split button","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["'' | 'large' | 'default' | 'small'"],"default":"''"},{"name":"max-height","description":"the max height of menu","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["string","number"],"default":"''"},{"name":"split-button","description":"whether a button group is displayed","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["boolean"],"default":"false"},{"name":"disabled","description":"whether to disable","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["boolean"],"default":"false"},{"name":"placement","description":"placement of pop menu","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end'"],"default":"bottom"},{"name":"trigger","description":"how to trigger","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["'hover' | 'click' | 'contextmenu'"],"default":"hover"},{"name":"trigger-keys","description":"specify whick keys on the keyboard can trigger when pressed","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["string[]"],"default":"['Enter', 'Space', 'ArrowDown', 'NumpadEnter']"},{"name":"hide-on-click","description":"whether to hide menu after clicking menu-item","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["boolean"],"default":"true"},{"name":"show-timeout","description":"delay time before show a dropdown (only works when trigger is `hover`)","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["number"],"default":"150"},{"name":"hide-timeout","description":"delay time before hide a dropdown (only works when trigger is `hover`)","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["number"],"default":"150"},{"name":"role","description":"the ARIA role attribute for the dropdown menu. Depending on the use case, you may want to change this to 'navigation'","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["string"],"default":"menu"},{"name":"tabindex","description":"[tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of Dropdown","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["number","string"],"default":"0"},{"name":"popper-class","description":"custom class name for Dropdown's dropdown","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["string"],"default":"''"},{"name":"popper-options","description":"[popper.js](https://popper.js.org/docs/v2/) parameters","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["object"],"default":"{modifiers: [{name: 'computeStyles',options: {gpuAcceleration: false}}]}"},{"name":"teleported","description":"whether the dropdown popup is teleported to the body","doc-url":"https://element-plus.org/en-US/component/dropdown.html#dropdown-attributes","type":["boolean"],"default":"true"}],"slots":[{"name":"default","description":"content of Dropdown. Notice: Must be a valid html dom element (ex. `,