{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-field-label.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-field-label",
          "declaration": {
            "name": "FieldLabel",
            "module": "/src/FieldLabel.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/FieldLabel.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FieldLabel",
          "slots": [
            {
              "description": "text content of the label",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "id",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "id"
            },
            {
              "kind": "field",
              "name": "for",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "for"
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "slotEl",
              "type": {
                "text": "HTMLSlotElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "sideAligned",
              "type": {
                "text": "'start' | 'end' | undefined"
              },
              "privacy": "public",
              "attribute": "side-aligned",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "Labelable | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "resolvedElement",
              "privacy": "private",
              "default": "new ElementResolutionController(this)"
            },
            {
              "kind": "method",
              "name": "applyTargetLabel",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "target",
                  "optional": true,
                  "type": {
                    "text": "Labelable"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "manageTarget",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "field",
              "name": "labelText",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "id",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "id"
            },
            {
              "name": "for",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "for"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "required"
            },
            {
              "name": "side-aligned",
              "type": {
                "text": "'start' | 'end' | undefined"
              },
              "fieldName": "sideAligned"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-field-label",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FieldLabel",
          "declaration": {
            "name": "FieldLabel",
            "module": "src/FieldLabel.js"
          }
        }
      ]
    }
  ]
}
