{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "vaadin-progress-bar.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-progress-bar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-progress-bar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`<vaadin-progress-bar>` is a Web Component for progress bars.\n\n```html\n<vaadin-progress-bar min=\"0\" max=\"1\" value=\"0.5\">\n</vaadin-progress-bar>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name  | Description\n-----------|----------------\n`bar`      | Progress-bar's background\n`value`    | Progress-bar's foreground\n\nThe following custom CSS properties are available for styling:\n\nCustom CSS property                          |\n:--------------------------------------------|\n| `--vaadin-progress-bar-animation-duration` |\n| `--vaadin-progress-bar-background`         |\n| `--vaadin-progress-bar-border-color`       |\n| `--vaadin-progress-bar-border-radius`      |\n| `--vaadin-progress-bar-border-width`       |\n| `--vaadin-progress-bar-height`             |\n| `--vaadin-progress-bar-padding`            |\n| `--vaadin-progress-bar-value-background`   |\n| `--vaadin-progress-value`                  |\n\nThe following state attributes are available for styling:\n\nAttribute       | Description\n----------------|-------------------------------------\n`indeterminate` | Set to an indeterminate progress bar\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "ProgressBar",
          "members": [
            {
              "kind": "field",
              "name": "indeterminate",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
              "attribute": "indeterminate",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "max",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Maximum bound of the progress bar.",
              "attribute": "max",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "min",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Minimum bound of the progress bar.",
              "attribute": "min",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Current progress value.",
              "attribute": "value",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            }
          ],
          "mixins": [
            {
              "name": "ProgressMixin",
              "module": "src/vaadin-progress-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-progress-bar",
          "customElement": true,
          "attributes": [
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
              "fieldName": "indeterminate",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "description": "Maximum bound of the progress bar.",
              "fieldName": "max",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "name": "min",
              "type": {
                "text": "number"
              },
              "description": "Minimum bound of the progress bar.",
              "fieldName": "min",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "description": "Current progress value.",
              "fieldName": "value",
              "inheritedFrom": {
                "name": "ProgressMixin",
                "module": "src/vaadin-progress-mixin.js"
              }
            }
          ],
          "events": []
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ProgressBar",
          "declaration": {
            "name": "ProgressBar",
            "module": "src/vaadin-progress-bar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-progress-mixin.js",
      "declarations": [
        {
          "kind": "mixin",
          "description": "",
          "name": "ProgressMixin",
          "members": [
            {
              "kind": "field",
              "name": "indeterminate",
              "privacy": "public",
              "type": {
                "text": "boolean"
              },
              "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
              "attribute": "indeterminate"
            },
            {
              "kind": "field",
              "name": "max",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Maximum bound of the progress bar.",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "min",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Minimum bound of the progress bar.",
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "value",
              "privacy": "public",
              "type": {
                "text": "number"
              },
              "description": "Current progress value.",
              "attribute": "value"
            }
          ],
          "attributes": [
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "description": "Indeterminate state of the progress bar.\nThis property takes precedence over other state properties (min, max, value).",
              "fieldName": "indeterminate"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "description": "Maximum bound of the progress bar.",
              "fieldName": "max"
            },
            {
              "name": "min",
              "type": {
                "text": "number"
              },
              "description": "Minimum bound of the progress bar.",
              "fieldName": "min"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "description": "Current progress value.",
              "fieldName": "value"
            }
          ],
          "parameters": [
            {
              "name": "superClass"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ProgressMixin",
          "declaration": {
            "name": "ProgressMixin",
            "module": "src/vaadin-progress-mixin.js"
          }
        }
      ]
    }
  ]
}
