{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "vaadin-item.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "vaadin-item-mixin.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-item-mixin.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-item-mixin.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "A mixin providing `focused`, `focus-ring`, `active`, `disabled` and `selected`.\n\n`focused`, `active` and `focus-ring` are set as only as attributes.",
          "name": "ItemMixin",
          "members": [
            {
              "kind": "field",
              "name": "selected",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the item is in selected state.",
              "attribute": "selected"
            },
            {
              "kind": "field",
              "name": "value",
              "description": "Submittable string value. The default value is the trimmed text content of the element.",
              "type": {
                "text": "string"
              }
            }
          ],
          "attributes": [
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the item is in selected state.",
              "fieldName": "selected"
            }
          ],
          "mixins": [
            {
              "name": "ActiveMixin",
              "package": "@vaadin/a11y-base/src/active-mixin.js"
            },
            {
              "name": "FocusMixin",
              "package": "@vaadin/a11y-base/src/focus-mixin.js"
            }
          ],
          "parameters": [
            {
              "name": "superClass"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ItemMixin",
          "declaration": {
            "name": "ItemMixin",
            "module": "src/vaadin-item-mixin.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`<vaadin-item>` is a Web Component providing layout for items in tabs and menus.\n\n```html\n<vaadin-item>Item content</vaadin-item>\n```\n\n### Selectable\n\n`<vaadin-item>` has the `selected` property and the corresponding state attribute.\nCurrently, the component sets the `selected` to false, when `disabled` property is set to true.\nBut other than that, the `<vaadin-item>` does not switch selection by itself.\nIn general, it is the wrapper component, like `<vaadin-list-box>`, which should update\nthe `selected` property on the items, e. g. on mousedown or when Enter / Spacebar is pressed.\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name    | Description\n-------------|----------------\n`checkmark`  | The graphical checkmark shown for a selected item\n`content`    | The element that wraps the slot\n\nThe following state attributes are available for styling:\n\nAttribute    | Description\n-------------|-------------\n`active`     | Set when the item is pressed down, either with mouse, touch or the keyboard.\n`disabled`   | Set when the item is disabled.\n`focus-ring` | Set when the item is focused using the keyboard.\n`focused`    | Set when the item is focused.\n`selected`   | Set when the item is selected\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property                  |\n:------------------------------------|\n| `--vaadin-item-border-radius`      |\n| `--vaadin-item-checkmark-color`    |\n| `--vaadin-item-checkmark-display`  |\n| `--vaadin-item-gap`                |\n| `--vaadin-item-height`             |\n| `--vaadin-item-padding`            |\n| `--vaadin-item-text-align`         |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "Item",
          "members": [
            {
              "type": {
                "text": "string"
              },
              "description": "String that can be set to visually represent the selected item in `vaadin-select`.",
              "name": "label",
              "kind": "field"
            },
            {
              "kind": "field",
              "name": "selected",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the item is in selected state.",
              "attribute": "selected",
              "inheritedFrom": {
                "name": "ItemMixin",
                "module": "src/vaadin-item-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "description": "Submittable string value. The default value is the trimmed text content of the element.",
              "type": {
                "text": "string"
              },
              "inheritedFrom": {
                "name": "ItemMixin",
                "module": "src/vaadin-item-mixin.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "ItemMixin",
              "module": "src/vaadin-item-mixin.js"
            },
            {
              "name": "ThemableMixin",
              "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
            },
            {
              "name": "DirMixin",
              "package": "@vaadin/component-base/src/dir-mixin.js"
            },
            {
              "name": "PolylitMixin",
              "package": "@vaadin/component-base/src/polylit-mixin.js"
            },
            {
              "name": "LumoInjectionMixin",
              "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "vaadin-item",
          "customElement": true,
          "attributes": [
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the item is in selected state.",
              "fieldName": "selected",
              "inheritedFrom": {
                "name": "ItemMixin",
                "module": "src/vaadin-item-mixin.js"
              }
            }
          ],
          "events": []
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Item",
          "declaration": {
            "name": "Item",
            "module": "src/vaadin-item.js"
          }
        }
      ]
    }
  ]
}
