element-plus
Version:
A Component Library for Vue 3
1 lines • 218 kB
JSON
{"el-affix/offset":{"type":"number","description":"offset distance., default: 0.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-attributes)"},"el-affix/position":{"type":"'top' | 'bottom'","options":["top","bottom"],"description":"position of affix., default: 'top'.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-attributes)"},"el-affix/target":{"type":"string","description":"target container. (CSS selector)\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-attributes)"},"el-affix/z-index":{"type":"number","description":"`z-index` of affix, default: 100.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-attributes)"},"el-affix/change":{"type":"event","description":"triggers when fixed state changed.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-events)"},"el-affix/scroll":{"type":"event","description":"triggers when scrolling.\n\n[Docs](https://element-plus.org/en-US/component/affix.html#affix-events)"},"el-alert/title":{"type":"string","description":"alert title.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/type":{"type":"'success' | 'warning' | 'info' | 'error'","options":["success","warning","info","error"],"description":"alert type., default: 'info'.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/description":{"type":"string","description":"descriptive text.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/closable":{"type":"boolean","description":"whether closable or not., default: true.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/center":{"type":"boolean","description":"whether to center the text., default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/close-text":{"type":"string","description":"customized close button text.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/show-icon":{"type":"boolean","description":"whether a type icon is displayed., default: false.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/effect":{"type":"'light' | 'dark'","options":["light","dark"],"description":"theme style., default: 'light'.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-attributes)"},"el-alert/close":{"type":"event","description":"trigger when alert is closed.\n\n[Docs](https://element-plus.org/en-US/component/alert.html#alert-events)"},"el-autocomplete/placeholder":{"type":"string","description":"the placeholder of Autocomplete\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/clearable":{"type":"boolean","description":"whether to show clear button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/disabled":{"type":"boolean","description":"whether Autocomplete is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/value-key":{"type":"string","description":"key name of the input suggestion object for display, default: value.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/model-value":{"type":"string","description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/debounce":{"type":"number","description":"debounce delay when typing, in milliseconds, default: 300.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/placement":{"type":"string","options":["top","top-start","top-end","bottom","bottom-start","bottom-end"],"description":"placement of the popup menu, default: bottom-start.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/fetch-suggestions":{"type":"Function","description":"a method to fetch input suggestions. When suggestions are ready, invoke `callback(data:[])` to return them to Autocomplete\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/popper-class":{"type":"string","description":"custom class name for autocomplete's dropdown\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/trigger-on-focus":{"type":"boolean","description":"whether show suggestions when input focus, default: true.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/name":{"type":"string","description":"same as `name` in native input\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/select-when-unmatched":{"type":"boolean","description":"whether to emit a `select` event on enter when there is no autocomplete match, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/label":{"type":"string","description":"label text\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/hide-loading":{"type":"boolean","description":"whether to hide the loading icon in remote search, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/popper-append-to-body":{"type":"boolean","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, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/teleported":{"type":"boolean","options":["true","false"],"description":"whether select dropdown is teleported to the body, default: true.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/highlight-first-item":{"type":"boolean","description":"whether to highlight first item in remote search suggestions by default, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/fit-input-width":{"type":"boolean","description":"whether the width of the dropdown is the same as the input, default: false.\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-attributes)"},"el-autocomplete/select":{"type":"event","description":"triggers when a suggestion is clicked\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-events)"},"el-autocomplete/change":{"type":"event","description":"triggers when the icon inside Input value change\n\n[Docs](https://element-plus.org/en-US/component/autocomplete.html#autocomplete-events)"},"el-avatar/icon":{"type":"string | Component","description":"representation type to icon, more info on icon component.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/size":{"type":"number | 'large' | 'default' | 'small'","options":["large","default","small"],"description":"avatar size., default: 'default'.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/shape":{"type":"'circle' | 'square'","options":["circle","square"],"description":"avatar shape., default: 'circle'.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/src":{"type":"string","description":"the source of the image for an image avatar.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/src-set":{"type":"string","description":"native attribute `srcset` of image avatar.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/alt":{"type":"string","description":"native attribute `alt` of image avatar.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/fit":{"type":"'fill' | 'contain' | 'cover' | 'none' | 'scale-down'","options":["fill","contain","cover","none"],"description":"set how the image fit its container for an image avatar., default: 'cover'.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-attributes)"},"el-avatar/error":{"type":"event","description":"trigger when image load error.\n\n[Docs](https://element-plus.org/en-US/component/avatar.html#avatar-events)"},"el-backtop/target":{"type":"string","description":"the target to trigger scroll.\n\n[Docs](https://element-plus.org/en-US/component/backtop.html#backtop-attributes)"},"el-backtop/visibility-height":{"type":"number","description":"the button will not show until the scroll height reaches this value., default: 200.\n\n[Docs](https://element-plus.org/en-US/component/backtop.html#backtop-attributes)"},"el-backtop/right":{"type":"number","description":"right distance., default: 40.\n\n[Docs](https://element-plus.org/en-US/component/backtop.html#backtop-attributes)"},"el-backtop/bottom":{"type":"number","description":"bottom distance., default: 40.\n\n[Docs](https://element-plus.org/en-US/component/backtop.html#backtop-attributes)"},"el-backtop/click":{"type":"event","description":"triggers when click.\n\n[Docs](https://element-plus.org/en-US/component/backtop.html#backtop-events)"},"el-badge/value":{"type":"string | number","description":"display value., default: ''.\n\n[Docs](https://element-plus.org/en-US/component/badge.html#badge-attributes)"},"el-badge/max":{"type":"number","description":"maximum value, shows `{max}+` when exceeded. Only works if `value` is a number., default: 99.\n\n[Docs](https://element-plus.org/en-US/component/badge.html#badge-attributes)"},"el-badge/is-dot":{"type":"boolean","description":"if a little dot is displayed., default: false.\n\n[Docs](https://element-plus.org/en-US/component/badge.html#badge-attributes)"},"el-badge/hidden":{"type":"boolean","description":"hidden badge., default: false.\n\n[Docs](https://element-plus.org/en-US/component/badge.html#badge-attributes)"},"el-badge/type":{"type":"'primary' | 'success' | 'warning' | 'danger' | 'info'","options":["primary","success","warning","danger","info"],"description":"badge type., default: 'danger'.\n\n[Docs](https://element-plus.org/en-US/component/badge.html#badge-attributes)"},"el-breadcrumb/separator":{"type":"string","description":"separator character, default: /.\n\n[Docs](https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-attributes)"},"el-breadcrumb/separator-icon":{"type":"string | Component","description":"icon component of icon separator\n\n[Docs](https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-attributes)"},"el-breadcrumb-item/to":{"type":"string|object","description":"target route of the link, same as `to` of `vue-router`\n\n[Docs](https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-item-attributes)"},"el-breadcrumb-item/replace":{"type":"boolean","description":"if `true`, the navigation will not leave a history record, default: false.\n\n[Docs](https://element-plus.org/en-US/component/breadcrumb.html#breadcrumb-item-attributes)"},"el-button/size":{"type":"string","options":["large","default","small"],"description":"button size\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/type":{"type":"string","options":["primary","success","warning","danger","info",""],"description":"button type\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/plain":{"type":"boolean","description":"determine whether it's a plain button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/text":{"type":"boolean","description":"determine whether it's a text button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/bg":{"type":"boolean","description":"determine whether the text button background color is always on, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/link":{"type":"boolean","description":"determine whether it's a link button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/round":{"type":"boolean","description":"determine whether it's a round button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/circle":{"type":"boolean","description":"determine whether it's a circle button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/loading":{"type":"boolean","description":"determine whether it's loading, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/loading-icon":{"type":"string | Component","description":"customize loading icon component, default: Loading.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/disabled":{"type":"boolean","description":"disable the button, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/icon":{"type":"string | Component","description":"icon component\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/autofocus":{"type":"boolean","description":"same as native button's `autofocus`, default: false.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/native-type":{"type":"string","options":["button","submit","reset"],"description":"same as native button's `type`, default: button.\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button/auto-insert-space":{"type":"boolean","description":"automatically insert a space between two chinese characters\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-attributes)"},"el-button-group/size":{"type":"string","options":["large","default","small"],"description":"control the size of buttons in this button-group\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-group-attributes)"},"el-button-group/type":{"type":"string","options":["primary","success","warning","danger","info"],"description":"control the type of buttons in this button-group\n\n[Docs](https://element-plus.org/en-US/component/button.html#button-group-attributes)"},"el-calendar/model-value":{"type":"Date","description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/calendar.html#attributes)"},"el-calendar/range":{"type":"[Date, Date]","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.\n\n[Docs](https://element-plus.org/en-US/component/calendar.html#attributes)"},"el-card/header":{"type":"string","description":"title of the card. Also accepts a DOM passed by `slot#header`\n\n[Docs](https://element-plus.org/en-US/component/card.html#attributes)"},"el-card/body-style":{"type":"object","description":"CSS style of body, default: { padding: '20px' }.\n\n[Docs](https://element-plus.org/en-US/component/card.html#attributes)"},"el-card/shadow":{"type":"string","options":["always","hover","never"],"description":"when to show card shadows, default: always.\n\n[Docs](https://element-plus.org/en-US/component/card.html#attributes)"},"el-carousel/height":{"type":"string","description":"height of the carousel\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/initial-index":{"type":"number","description":"index of the initially active slide (starting from 0), default: 0.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/trigger":{"type":"string","options":["hover","click"],"description":"how indicators are triggered, default: hover.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/autoplay":{"type":"boolean","description":"whether automatically loop the slides, default: true.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/interval":{"type":"number","description":"interval of the auto loop, in milliseconds, default: 3000.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/indicator-position":{"type":"string","options":["outside","none"],"description":"position of the indicators\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/arrow":{"type":"string","options":["always","hover","never"],"description":"when arrows are shown, default: hover.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/type":{"type":"string","options":["card"],"description":"type of the Carousel\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/loop":{"type":"boolean","description":"display the items in loop, default: true.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/direction":{"type":"string","options":["horizontal","vertical"],"description":"display direction, default: horizontal.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/pause-on-hover":{"type":"boolean","description":"pause autoplay when hover, default: true.\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-attributes)"},"el-carousel/change":{"type":"event","description":"triggers when the active slide switches\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-events)"},"el-carousel-item/name":{"type":"string","description":"name of the item, can be used in `setActiveItem`\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-item-attributes)"},"el-carousel-item/label":{"type":"string","description":"text content for the corresponding indicator\n\n[Docs](https://element-plus.org/en-US/component/carousel.html#carousel-item-attributes)"},"el-cascader/model-value":{"description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/options":{"type":"array","description":"data of the options, the key of `value` and `label` can be customize by `Props`.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/props":{"type":"object","description":"configuration options, see the following table.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/size":{"type":"string","options":["large","default","small"],"description":"size of input\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/placeholder":{"type":"string","description":"placeholder of input, default: Select.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/disabled":{"type":"boolean","description":"whether Cascader is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/clearable":{"type":"boolean","description":"whether selected value can be cleared, default: false.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/show-all-levels":{"type":"boolean","description":"whether to display all levels of the selected value in the input, default: true.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/collapse-tags":{"type":"boolean","description":"whether to collapse tags in multiple selection mode, default: false.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/collapse-tags-tooltip":{"type":"boolean","description":"whether show all selected tags when mouse hover text of collapse-tags. To use this, `collapse-tags` must be true, default: false.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/separator":{"type":"string","description":"option label separator, default: ' / '.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/filterable":{"type":"boolean","description":"whether the options can be searched\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/filter-method":{"type":"Function","description":"customize search logic, the first parameter is `node`, the second is `keyword`, and need return a boolean value indicating whether it hits.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/debounce":{"type":"number","description":"debounce delay when typing filter keyword, in milliseconds, default: 300.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/before-filter":{"type":"Function","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\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/popper-class":{"type":"string","description":"custom class name for Cascader's dropdown\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/teleported":{"type":"boolean","options":["true","false"],"description":"whether cascader popup is teleported, default: true.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/popper-append-to-body":{"type":"boolean","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, default: true.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/tag-type":{"type":"string","options":["success","info","warning","danger"],"description":"tag type, default: info.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/validate-event":{"type":"boolean","description":"whether to trigger form validation, default: true.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-attributes)"},"el-cascader/change":{"type":"event","description":"triggers when the binding value changes\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader/expand-change":{"type":"event","description":"triggers when expand option changes\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader/blur":{"type":"event","description":"triggers when Cascader blurs\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader/focus":{"type":"event","description":"triggers when Cascader focuses\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader/visible-change":{"type":"event","description":"triggers when the dropdown appears/disappears\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader/remove-tag":{"type":"event","description":"triggers when remove tag in multiple selection mode\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascader-events)"},"el-cascader-panel/model-value":{"description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes)"},"el-cascader-panel/options":{"type":"array","description":"data of the options, the key of `value` and `label` can be customize by `Props`.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes)"},"el-cascader-panel/props":{"type":"object","description":"configuration options, see the following table.\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascaderpanel-attributes)"},"el-cascader-panel/change":{"type":"event","description":"triggers when the binding value changes\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascaderpanel-events)"},"el-cascader-panel/expand-change":{"type":"event","description":"triggers when expand option changes\n\n[Docs](https://element-plus.org/en-US/component/cascader.html#cascaderpanel-events)"},"el-checkbox/model-value":{"type":"string | number | boolean","description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/label":{"type":"string | number | boolean | object","description":"value of the Checkbox when used inside a `checkbox-group`\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/true-label":{"type":"string | number","description":"value of the Checkbox if it's checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/false-label":{"type":"string | number","description":"value of the Checkbox if it's not checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/disabled":{"type":"boolean","description":"whether the Checkbox is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/border":{"type":"boolean","description":"whether to add a border around Checkbox, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/size":{"type":"string","options":["large","default","small"],"description":"size of the Checkbox\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/name":{"type":"string","description":"native 'name' attribute\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/checked":{"type":"boolean","description":"if the Checkbox is checked, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/indeterminate":{"type":"boolean","description":"same as `indeterminate` in native checkbox, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/validate-event":{"type":"boolean","description":"whether to trigger form validation, default: true.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-attributes)"},"el-checkbox/change":{"type":"event","description":"triggers when the binding value changes\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-events)"},"el-checkbox-group/model-value":{"type":"array","description":"binding value, default: [].\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/size":{"type":"string","options":["large","default","small"],"description":"size of checkbox\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/disabled":{"type":"boolean","description":"whether the nesting checkboxes are disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/min":{"type":"number","description":"minimum number of checkbox checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/max":{"type":"number","description":"maximum number of checkbox checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/label":{"type":"string","description":"label for screen reader\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/text-color":{"type":"string","description":"font color when button is active, default: #ffffff.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/fill":{"type":"string","description":"border and background color when button is active, default: #409EFF.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/validate-event":{"type":"boolean","description":"whether to trigger form validation, default: true.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-attributes)"},"el-checkbox-group/change":{"type":"event","description":"triggers when the binding value changes\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-group-events)"},"el-checkbox-button/label":{"type":"string | number | boolean | object","description":"value of the checkbox when used inside a `checkbox-group`\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-checkbox-button/true-label":{"type":"string | number","description":"value of the checkbox if it's checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-checkbox-button/false-label":{"type":"string | number","description":"value of the checkbox if it's not checked\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-checkbox-button/disabled":{"type":"boolean","description":"whether the checkbox is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-checkbox-button/name":{"type":"string","description":"native 'name' attribute\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-checkbox-button/checked":{"type":"boolean","description":"if the checkbox is checked, default: false.\n\n[Docs](https://element-plus.org/en-US/component/checkbox.html#checkbox-button-attributes)"},"el-collapse/model-value":{"type":"string | array ","description":"currently active panel\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-attributes)"},"el-collapse/accordion":{"type":"boolean","description":"whether to activate accordion mode, default: false.\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-attributes)"},"el-collapse/change":{"type":"event","description":"triggers when active panels change\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-events)"},"el-collapse-item/name":{"type":"string|number","description":"unique identification of the panel\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes)"},"el-collapse-item/title":{"type":"string","description":"title of the panel\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes)"},"el-collapse-item/disabled":{"type":"boolean","description":"disable the collapse item\n\n[Docs](https://element-plus.org/en-US/component/collapse.html#collapse-item-attributes)"},"el-color-picker/model-value":{"type":"string","description":"binding value\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/disabled":{"type":"boolean","description":"whether to disable the ColorPicker, default: false.\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/size":{"type":"string","options":["large","default","small"],"description":"size of ColorPicker\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/show-alpha":{"type":"boolean","description":"whether to display the alpha slider, default: false.\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/color-format":{"type":"string","options":["hsl","hsv","hex","rgb"],"description":"color format of v-model, default: hex (when show-alpha is false)/ rgb (when show-alpha is true).\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/popper-class":{"type":"string","description":"custom class name for ColorPicker's dropdown\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/predefine":{"type":"array","description":"predefined color options\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/validate-event":{"type":"boolean","description":"whether to trigger form validation, default: true.\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#attributes)"},"el-color-picker/change":{"type":"event","description":"triggers when input value changes\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#events)"},"el-color-picker/active-change":{"type":"event","description":"triggers when the current active color changes\n\n[Docs](https://element-plus.org/en-US/component/color-picker.html#events)"},"el-config-provider/locale":{"type":"[Language]","description":"Locale Object, default: [English](https://github.com/element-plus/element-plus/blob/dev/packages/locale/lang/en.ts).\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/size":{"type":"string","options":["large","default","small"],"description":"global component size, default: default.\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/z-index":{"type":"number","description":"global Initial zIndex\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/namespace":{"type":"string","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)), default: el.\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/button":{"type":"ButtonGlobalConfig","description":"button related configuration, [see the following table](#button-attributes), default: see the following table.\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/message":{"type":"MessageGlobalConfig","description":"message related configuration, [see the following table](#message-attributes), default: see the following table.\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-config-provider/experimental-features":{"type":"Object","description":"features at experimental stage to be added, all features are default to be set to false\n\n[Docs](https://element-plus.org/en-US/component/config-provider.html#config-provider-attributes)"},"el-container/direction":{"type":"string","options":["horizontal","vertical"],"description":"layout direction for child elements, default: vertical when nested with `el-header` or `el-footer`; horizontal otherwise.\n\n[Docs](https://element-plus.org/en-US/component/container.html#container-attributes)"},"el-header/height":{"type":"string","description":"height of the header, default: 60px.\n\n[Docs](https://element-plus.org/en-US/component/container.html#header-attributes)"},"el-aside/width":{"type":"string","description":"width of the side section, default: 300px.\n\n[Docs](https://element-plus.org/en-US/component/container.html#aside-attributes)"},"el-footer/height":{"type":"string","description":"height of the footer, default: 60px.\n\n[Docs](https://element-plus.org/en-US/component/container.html#footer-attributes)"},"el-date-picker/model-value":{"type":"Date | number | string | Array","description":"binding value, if it is an array, the length should be 2\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/readonly":{"type":"boolean","description":"whether DatePicker is read only, default: false.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/disabled":{"type":"boolean","description":"whether DatePicker is disabled, default: false.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/size":{"type":"string","options":["large","default","small"],"description":"size of Input, default: default.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/editable":{"type":"boolean","description":"whether the input is editable, default: true.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/clearable":{"type":"boolean","description":"whether to show clear button, default: true.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/placeholder":{"type":"string","description":"placeholder in non-range mode\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/start-placeholder":{"type":"string","description":"placeholder for the start date in range mode\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/end-placeholder":{"type":"string","description":"placeholder for the end date in range mode\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/type":{"type":"string","options":["year","month","date","dates","datetime","week","datetimerange","daterange","monthrange"],"description":"type of the picker, default: date.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/format":{"type":"string","description":"format of the displayed value in the input box, default: YYYY-MM-DD.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/popper-class":{"type":"string","description":"custom class name for DatePicker's dropdown\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/range-separator":{"type":"string","description":"range separator, default: '-'.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/default-value":{"type":"Date | [Date, Date]","description":"optional, default date of the calendar\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/default-time":{"type":"Date | [Date, Date]","description":"optional, the time value to use when selecting date range\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/value-format":{"type":"string","description":"optional, format of binding value. If not specified, the binding value will be a Date object\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/id":{"type":"string | [string, string]","description":"same as `id` in native input\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/name":{"type":"string","description":"same as `name` in native input\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/unlink-panels":{"type":"boolean","description":"unlink two date-panels in range-picker, default: false.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/prefix-icon":{"type":"string | Component","description":"custom prefix icon component, default: Date.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/clear-icon":{"type":"string | Component","description":"custom clear icon component, default: CircleClose.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/validate-event":{"type":"boolean","description":"whether to trigger form validation, default: true.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/disabled-date":{"type":"Function","description":"a function determining if a date is disabled with that date as its parameter. Should return a Boolean\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/shortcuts":{"type":"Array<{ text: string, value: Date | Function }>","description":"an object array to set shortcut options\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/cell-class-name":{"type":"Function","description":"set custom className\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/teleported":{"type":"boolean","options":["true","false"],"description":"whether date-picker dropdown is teleported to the body, default: true.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#attributes)"},"el-date-picker/change":{"type":"event","description":"triggers when user confirms the value\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-date-picker/blur":{"type":"event","description":"triggers when Input blurs\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-date-picker/focus":{"type":"event","description":"triggers when Input focuses\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-date-picker/calendar-change":{"type":"event","description":"triggers when the calendar selected date is changed. Only for `daterange`\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-date-picker/panel-change":{"type":"event","description":"triggers when the navigation button click.\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-date-picker/visible-change":{"type":"event","description":"triggers when the DatePicker's dropdown appears/disappears\n\n[Docs](https://element-plus.org/en-US/component/date-picker.html#events)"},"el-descriptions/border":{"type":"boolean","description":"with or without border, default: false.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions/column":{"type":"number","description":"numbers of `Descriptions Item` in one line, default: 3.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions/direction":{"type":"string","options":["vertical","horizontal"],"description":"direction of list, default: horizontal.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions/size":{"type":"string","options":["large","default","small"],"description":"size of list, default: default.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions/title":{"type":"string","description":"title text, display on the top left\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions/extra":{"type":"string","description":"extra text, display on the top right\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-attributes)"},"el-descriptions-item/label":{"type":"string","description":"label text\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/span":{"type":"number","description":"colspan of column, default: 1.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/width":{"type":"string | number","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)\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/min-width":{"type":"string | number","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)\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/align":{"type":"string","options":["left","center","right"],"description":"column content alignment (If no `border`, effective for both label and content), default: left.\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/label-align":{"type":"string","options":["left","center","right"],"description":"column label alignment, if omitted, the value of the above `align` attribute will be applied (If no `border`, please use `align` attribute)\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/class-name":{"type":"string","description":"column content custom class name\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-descriptions-item/label-class-name":{"type":"string","description":"column label custom class name\n\n[Docs](https://element-plus.org/en-US/component/descriptions.html#descriptions-item-attributes)"},"el-dialog/model-value":{"type":"boolean","description":"visibility of Dialog\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/title":{"type":"string","description":"title of Dialog. Can also be passed with a named slot (see the following table)\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/width":{"type":"string | number","description":"width of Dialog, default: 50%.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/fullscreen":{"type":"boolean","description":"whether the Dialog takes up full screen, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/top":{"type":"string","description":"value for `margin-top` of Dialog CSS, default: 15vh.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/modal":{"type":"boolean","description":"whether a mask is displayed, default: true.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/append-to-body":{"type":"boolean","description":"whether to append Dialog itself to body. A nested Dialog should have this attribute set to `true`, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/lock-scroll":{"type":"boolean","description":"whether scroll of body is disabled while Dialog is displayed, default: true.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/custom-class":{"type":"string","description":"custom class names for Dialog\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/open-delay":{"type":"number","description":"Time(milliseconds) before open, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/close-delay":{"type":"number","description":"Time(milliseconds) before close, default: 0.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/close-on-click-modal":{"type":"boolean","description":"whether the Dialog can be closed by clicking the mask, default: true.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/close-on-press-escape":{"type":"boolean","description":"whether the Dialog can be closed by pressing ESC, default: true.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/show-close":{"type":"boolean","description":"whether to show a close button, default: true.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/before-close":{"type":"Function ","description":"callback before Dialog closes, and it will prevent Dialog from closing\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/draggable":{"type":"boolean","description":"enable dragging feature for Dialog, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/center":{"type":"boolean","description":"whether to align the header and footer in center, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/align-center":{"type":"boolean","description":"whether to align the dialog both horizontally and vertically, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/destroy-on-close":{"type":"boolean","description":"Destroy elements in Dialog when closed, default: false.\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#attributes)"},"el-dialog/open":{"type":"event","description":"triggers when the Dialog opens\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#events)"},"el-dialog/opened":{"type":"event","description":"triggers when the Dialog opening animation ends\n\n[Docs](https://element-plus.org/en-US/component/dialog.html#events)"},"el-dialog/close