{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "vaadin-details.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-details.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "vaadin-details-summary.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-details-summary.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/collapsible-mixin.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "A mixin providing common functionality for making content collapsible,\nused by `<vaadin-details>` and `<vaadin-accordion-panel>` elements.",
          "name": "CollapsibleMixin",
          "members": [
            {
              "kind": "field",
              "name": "opened",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "attribute": "opened"
            }
          ],
          "attributes": [
            {
              "name": "opened",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "fieldName": "opened"
            }
          ],
          "parameters": [
            {
              "name": "superClass"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CollapsibleMixin",
          "declaration": {
            "name": "CollapsibleMixin",
            "module": "src/collapsible-mixin.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-details-base-mixin.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "",
          "name": "DetailsBaseMixin",
          "members": [
            {
              "kind": "field",
              "name": "opened",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "attribute": "opened",
              "inheritedFrom": {
                "name": "CollapsibleMixin",
                "module": "src/collapsible-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "summary",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "A text that is displayed in the summary, if no\nelement is assigned to the `summary` slot.",
              "attribute": "summary"
            }
          ],
          "attributes": [
            {
              "name": "opened",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "fieldName": "opened",
              "inheritedFrom": {
                "name": "CollapsibleMixin",
                "module": "src/collapsible-mixin.js"
              }
            },
            {
              "name": "summary",
              "type": {
                "text": "string"
              },
              "description": "A text that is displayed in the summary, if no\nelement is assigned to the `summary` slot.",
              "fieldName": "summary"
            }
          ],
          "mixins": [
            {
              "name": "CollapsibleMixin",
              "module": "src/collapsible-mixin.js"
            },
            {
              "name": "DelegateFocusMixin",
              "package": "@vaadin/a11y-base/src/delegate-focus-mixin.js"
            },
            {
              "name": "DelegateStateMixin",
              "package": "@vaadin/component-base/src/delegate-state-mixin.js"
            }
          ],
          "parameters": [
            {
              "name": "superClass"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DetailsBaseMixin",
          "declaration": {
            "name": "DetailsBaseMixin",
            "module": "src/vaadin-details-base-mixin.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-details-summary.js",
      "declarations": [
        {
          "kind": "class",
          "description": "The details summary element.\n\n### Styling\n\nThe following shadow DOM parts are exposed for styling:\n\nPart name  | Description\n-----------|-------------------\n`toggle`   | The icon element\n`content`  | The content wrapper\n\nThe following state attributes are available for styling:\n\nAttribute    | Description\n-------------| -----------\n`active`     | Set when the element is pressed down, either with mouse, touch or the keyboard.\n`opened`     | Set when the element is expanded and related collapsible content is visible.\n`disabled`   | Set when the element is disabled.\n`focus-ring` | Set when the element is focused using the keyboard.\n`focused`    | Set when the element is focused.\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property                        |\n:------------------------------------------|\n| `--vaadin-details-summary-background`    |\n| `--vaadin-details-summary-border-color`  |\n| `--vaadin-details-summary-border-radius` |\n| `--vaadin-details-summary-border-width`  |\n| `--vaadin-details-summary-font-size`     |\n| `--vaadin-details-summary-font-weight`   |\n| `--vaadin-details-summary-gap`           |\n| `--vaadin-details-summary-height`        |\n| `--vaadin-details-summary-padding`       |\n| `--vaadin-details-summary-text-color`    |\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "DetailsSummary",
          "members": [
            {
              "kind": "field",
              "name": "opened",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "When true, the element is opened.",
              "attribute": "opened"
            }
          ],
          "attributes": [
            {
              "name": "opened",
              "type": {
                "text": "boolean"
              },
              "description": "When true, the element is opened.",
              "fieldName": "opened"
            }
          ],
          "mixins": [
            {
              "name": "ButtonMixin",
              "package": "@vaadin/button/src/vaadin-button-mixin.js"
            },
            {
              "name": "DirMixin",
              "package": "@vaadin/component-base/src/dir-mixin.js"
            },
            {
              "name": "ThemableMixin",
              "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-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-details-summary",
          "customElement": true,
          "events": []
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DetailsSummary",
          "declaration": {
            "name": "DetailsSummary",
            "module": "src/vaadin-details-summary.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-details.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`<vaadin-details>` is a Web Component which the creates an\nexpandable panel similar to `<details>` HTML element.\n\n```html\n<vaadin-details>\n  <vaadin-details-summary slot=\"summary\">Expandable Details</vaadin-details-summary>\n  <div>\n    Toggle using mouse, Enter and Space keys.\n  </div>\n</vaadin-details>\n```\n\n### Styling\n\nThe following shadow DOM parts are exposed for styling:\n\nPart name        | Description\n-----------------|----------------\n`content`        | The wrapper for the collapsible details content.\n\nThe following state attributes are available for styling:\n\nAttribute      | Description\n---------------|------------\n`opened`       | Set when the collapsible content is expanded and visible\n`disabled`     | Set when the element is disabled\n`focus-ring`   | Set when the element is focused using the keyboard\n`focused`      | Set when the element is focused\n`has-tooltip`  | Set when the element has a slotted tooltip\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "Details",
          "members": [
            {
              "kind": "field",
              "name": "opened",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "attribute": "opened",
              "inheritedFrom": {
                "name": "CollapsibleMixin",
                "module": "src/collapsible-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "summary",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "A text that is displayed in the summary, if no\nelement is assigned to the `summary` slot.",
              "attribute": "summary",
              "inheritedFrom": {
                "name": "DetailsBaseMixin",
                "module": "src/vaadin-details-base-mixin.js"
              }
            }
          ],
          "events": [
            {
              "type": {
                "text": "CustomEvent"
              },
              "description": "Fired when the `opened` property changes.",
              "name": "opened-changed"
            }
          ],
          "mixins": [
            {
              "name": "DetailsBaseMixin",
              "module": "src/vaadin-details-base-mixin.js"
            },
            {
              "name": "ElementMixin",
              "package": "@vaadin/component-base/src/element-mixin.js"
            },
            {
              "name": "ThemableMixin",
              "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-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-details",
          "customElement": true,
          "attributes": [
            {
              "name": "opened",
              "type": {
                "text": "boolean"
              },
              "description": "If true, the collapsible content is visible.",
              "fieldName": "opened",
              "inheritedFrom": {
                "name": "CollapsibleMixin",
                "module": "src/collapsible-mixin.js"
              }
            },
            {
              "name": "summary",
              "type": {
                "text": "string"
              },
              "description": "A text that is displayed in the summary, if no\nelement is assigned to the `summary` slot.",
              "fieldName": "summary",
              "inheritedFrom": {
                "name": "DetailsBaseMixin",
                "module": "src/vaadin-details-base-mixin.js"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Details",
          "declaration": {
            "name": "Details",
            "module": "src/vaadin-details.js"
          }
        }
      ]
    }
  ]
}
