{
  "var-action-sheet": {
    "attributes": [
      "show.sync",
      "actions",
      "title",
      "overlay",
      "overlay-class",
      "overlay-style",
      "lock-scroll",
      "close-on-click-action",
      "close-on-click-overlay",
      "teleport"
    ]
  },
  "var-app-bar": {
    "attributes": [
      "color",
      "text-color",
      "title",
      "title-position",
      "elevation"
    ]
  },
  "var-back-top": {
    "attributes": [
      "target",
      "visibility-height",
      "bottom",
      "right",
      "duration"
    ]
  },
  "var-badge": {
    "attributes": [
      "type",
      "dot",
      "value",
      "max-value",
      "position",
      "color",
      "icon"
    ]
  },
  "var-bottom-navigation": {
    "attributes": [
      "active.sync",
      "fixed",
      "border",
      "z-index",
      "active-color",
      "inactive-color",
      "fab-props"
    ]
  },
  "var-bottom-navigation-item": {
    "attributes": [
      "name",
      "icon",
      "label",
      "namespace",
      "badge"
    ]
  },
  "var-button": {
    "attributes": [
      "type",
      "size",
      "loading",
      "loading-radius",
      "loading-type",
      "loading-size",
      "auto-loading",
      "round",
      "block",
      "text",
      "outline",
      "disabled",
      "ripple",
      "text-color",
      "color"
    ]
  },
  "var-card": {
    "attributes": [
      "title",
      "subtitle",
      "description",
      "elevation",
      "src",
      "fit",
      "alt",
      "height",
      "ripple"
    ]
  },
  "var-cell": {
    "attributes": [
      "title",
      "icon",
      "desc",
      "border",
      "icon-class",
      "title-class",
      "desc-class",
      "extra-class"
    ]
  },
  "var-checkbox": {
    "attributes": [
      "v-model",
      "checked-value",
      "unchecked-value",
      "checked-color",
      "unchecked-color",
      "icon-size",
      "disabled",
      "readonly",
      "ripple",
      "rules"
    ]
  },
  "var-checkbox-group": {
    "attributes": [
      "v-model",
      "max",
      "direction",
      "rules"
    ]
  },
  "var-chip": {
    "attributes": [
      "type",
      "size",
      "plain",
      "round",
      "block",
      "closeable",
      "close-name",
      "color",
      "text-color"
    ]
  },
  "var-col": {
    "attributes": [
      "span",
      "offset",
      "xs",
      "sm",
      "md",
      "lg",
      "xl"
    ]
  },
  "var-collapse": {
    "attributes": [
      "v-model",
      "accordion",
      "offset"
    ]
  },
  "var-collapse-item": {
    "attributes": [
      "name",
      "title",
      "icon",
      "disabled"
    ]
  },
  "var-countdown": {
    "attributes": [
      "time",
      "format",
      "auto-start"
    ]
  },
  "var-counter": {
    "attributes": [
      "v-model",
      "min",
      "max",
      "step",
      "decimal-length",
      "color",
      "input-width",
      "input-text-size",
      "button-size",
      "readonly",
      "disabled",
      "disable-increment",
      "disable-decrement",
      "disable-input",
      "increment-button",
      "decrement-button",
      "press",
      "ripple",
      "validate-trigger",
      "rules"
    ]
  },
  "var-date-picker": {
    "attributes": [
      "v-model",
      "type",
      "allowed-dates",
      "color",
      "header-color",
      "shadow",
      "first-day-of-week",
      "min",
      "max",
      "show-current",
      "readonly",
      "multiple",
      "range",
      "touchable"
    ]
  },
  "var-dialog": {
    "attributes": [
      "show.sync",
      "title",
      "message",
      "message-align",
      "confirm-button",
      "cancel-button",
      "confirm-button-text",
      "cancel-button-text",
      "confirm-button-text-color",
      "cancel-button-text-color",
      "confirm-button-color",
      "cancel-button-color",
      "dialog-class",
      "dialog-style",
      "overlay",
      "overlay-class",
      "overlay-style",
      "lock-scroll",
      "close-on-click-overlay",
      "teleport"
    ]
  },
  "var-divider": {
    "attributes": [
      "inset",
      "vertical",
      "dashed",
      "description",
      "margin"
    ]
  },
  "var-form": {
    "attributes": [
      "readonly",
      "disabled"
    ]
  },
  "var-icon": {
    "attributes": [
      "name",
      "size",
      "color",
      "namespace",
      "transition"
    ]
  },
  "var-image": {
    "attributes": [
      "src",
      "fit",
      "alt",
      "width",
      "height",
      "radius",
      "lazy",
      "loading",
      "error",
      "ripple",
      "block"
    ]
  },
  "var-image-preview": {
    "attributes": [
      "show",
      "images",
      "current",
      "zoom",
      "closeable",
      "loop",
      "indicator",
      "lock-scroll",
      "teleport"
    ]
  },
  "var-index-anchor": {
    "attributes": [
      "index"
    ]
  },
  "var-index-bar": {
    "attributes": [
      "sticky",
      "sticky-offset-top",
      "hide-list",
      "css-mode",
      "z-index",
      "highlight-color",
      "duration"
    ]
  },
  "var-input": {
    "attributes": [
      "v-model",
      "placeholder",
      "type",
      "maxlength",
      "textarea",
      "rows",
      "line",
      "hint",
      "text-color",
      "focus-color",
      "blur-color",
      "readonly",
      "disabled",
      "clearable",
      "resize",
      "validate-trigger",
      "rules"
    ]
  },
  "var-lazy": {
    "attributes": []
  },
  "var-list": {
    "attributes": [
      "loading.sync",
      "error.sync",
      "immediate-check",
      "finished",
      "offset",
      "loading-text",
      "finished-text",
      "error-text"
    ]
  },
  "var-loading": {
    "attributes": [
      "color",
      "type",
      "size",
      "description",
      "loading",
      "radius"
    ]
  },
  "var-locale": {
    "attributes": []
  },
  "var-menu": {
    "attributes": [
      "show.sync",
      "alignment",
      "offset-x",
      "offset-y",
      "teleport"
    ]
  },
  "var-option": {
    "attributes": [
      "label",
      "value"
    ]
  },
  "var-pagination": {
    "attributes": [
      "current.sync",
      "size.sync",
      "total",
      "simple",
      "disabled",
      "show-size-changer",
      "show-quick-jumper",
      "max-pager-count",
      "size-option",
      "show-total"
    ]
  },
  "var-picker": {
    "attributes": [
      "columns",
      "title",
      "text-key",
      "toolbar",
      "cascade",
      "text-formatter",
      "option-height",
      "option-count",
      "confirm-button-text",
      "cancel-button-text",
      "confirm-button-text-color",
      "cancel-button-text-color"
    ]
  },
  "var-popup": {
    "attributes": [
      "show.sync",
      "position",
      "overlay",
      "overlay-class",
      "overlay-style",
      "transition",
      "lock-scroll",
      "close-on-click-overlay",
      "teleport"
    ]
  },
  "var-progress": {
    "attributes": [
      "mode",
      "value",
      "line-width",
      "color",
      "track-color",
      "label",
      "track",
      "ripple",
      "size",
      "rotate"
    ]
  },
  "var-pull-refresh": {
    "attributes": [
      "v-model",
      "disabled",
      "animation-duration",
      "success-duration",
      "bg-color",
      "color",
      "success-bg-color",
      "success-color"
    ]
  },
  "var-radio": {
    "attributes": [
      "v-model",
      "checked-value",
      "unchecked-value",
      "checked-color",
      "unchecked-color",
      "icon-size",
      "disabled",
      "readonly",
      "ripple",
      "rules"
    ]
  },
  "var-radio-group": {
    "attributes": [
      "v-model",
      "direction",
      "rules"
    ]
  },
  "var-rate": {
    "attributes": [
      "v-model",
      "count",
      "color",
      "icon",
      "empty-color",
      "empty-icon",
      "size",
      "gap",
      "half",
      "half-icon",
      "disabled",
      "disabled-color",
      "readonly",
      "ripple",
      "rules"
    ]
  },
  "var-ripple": {
    "attributes": []
  },
  "var-row": {
    "attributes": [
      "gutter",
      "justify",
      "align"
    ]
  },
  "var-select": {
    "attributes": [
      "v-model",
      "placeholder",
      "multiple",
      "offset-y",
      "chip",
      "line",
      "hint",
      "text-color",
      "focus-color",
      "blur-color",
      "readonly",
      "disabled",
      "clearable",
      "validate-trigger",
      "rules"
    ]
  },
  "var-skeleton": {
    "attributes": [
      "loading",
      "title",
      "card",
      "avatar",
      "fullscreen",
      "fullscreen-z-index",
      "title-width",
      "card-height",
      "avatar-size",
      "rows",
      "rows-width"
    ]
  },
  "var-slider": {
    "attributes": [
      "v-model",
      "step",
      "range",
      "label-visible",
      "label-text-color",
      "track-height",
      "thumb-size",
      "disabled",
      "readonly",
      "rules"
    ]
  },
  "var-snackbar": {
    "attributes": [
      "show.sync",
      "type",
      "position",
      "duration",
      "content",
      "content-class",
      "vertical",
      "loading-type",
      "loading-size",
      "lock-scroll",
      "forbid-click",
      "teleport"
    ]
  },
  "var-space": {
    "attributes": [
      "align",
      "justify",
      "size",
      "wrap",
      "direction",
      "inline"
    ]
  },
  "var-step": {
    "attributes": [
      "active-icon",
      "current-icon",
      "inactive-icon"
    ]
  },
  "var-steps": {
    "attributes": [
      "active",
      "direction",
      "active-color",
      "inactive-color"
    ]
  },
  "var-sticky": {
    "attributes": [
      "offset-top",
      "z-index",
      "css-mode",
      "disabled"
    ]
  },
  "var-style-provider": {
    "attributes": [
      "style-vars"
    ]
  },
  "var-styles": {
    "attributes": []
  },
  "var-swipe": {
    "attributes": [
      "loop",
      "autoplay",
      "duration",
      "initial-index",
      "indicator",
      "indicator-color",
      "vertical",
      "touchable"
    ]
  },
  "var-swipe-item": {
    "attributes": []
  },
  "var-switch": {
    "attributes": [
      "v-model",
      "active-value",
      "inactive-value",
      "disabled",
      "readonly",
      "loading",
      "ripple",
      "color",
      "loading-color",
      "close-color",
      "size",
      "rules"
    ]
  },
  "var-tab": {
    "attributes": [
      "name",
      "disabled"
    ]
  },
  "var-tab-item": {
    "attributes": [
      "name"
    ]
  },
  "var-table": {
    "attributes": []
  },
  "var-tabs": {
    "attributes": [
      "active.sync",
      "layout-direction",
      "item-direction",
      "fixed-bottom",
      "color",
      "active-color",
      "inactive-color",
      "disabled-color",
      "indicator-color",
      "indicator-size",
      "elevation",
      "sticky",
      "offset-top"
    ]
  },
  "var-tabs-items": {
    "attributes": [
      "active.sync",
      "can-swipe",
      "loop"
    ]
  },
  "var-themes": {
    "attributes": []
  },
  "var-time-picker": {
    "attributes": [
      "v-model",
      "format",
      "color",
      "header-color",
      "shadow",
      "min",
      "max",
      "allowed-time",
      "readonly",
      "use-seconds"
    ]
  },
  "var-uploader": {
    "attributes": [
      "v-model",
      "accept",
      "capture",
      "multiple",
      "readonly",
      "disabled",
      "removable",
      "maxlength",
      "maxsize",
      "previewed",
      "ripple",
      "validate-trigger",
      "rules"
    ]
  }
}