{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "textArea.component.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/text-area/textArea.component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "TextAreaComponent",
          "members": [
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaId",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "textAreaId",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "textAreaName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaRows",
              "type": {
                "text": "number | undefined"
              },
              "default": "2",
              "attribute": "textAreaRows",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaCols",
              "type": {
                "text": "number | undefined"
              },
              "default": "20",
              "attribute": "textAreaCols",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaAutoComplete",
              "type": {
                "text": "AutoComplete | undefined"
              },
              "attribute": "textAreaAutoComplete",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isAutoFocus",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "isAutoFocus",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isDisabled",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "isDisabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "labelPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea-label'",
              "attribute": "labelPartAttribute",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "containerPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea-container'",
              "attribute": "containerPartAttribute",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea'",
              "attribute": "textAreaPartAttribute",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "formId",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "formId",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaMaxLength",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "textAreaMaxLength",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaMinLength",
              "type": {
                "text": "number | undefined"
              },
              "attribute": "textAreaMinLength",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "textAreaPlaceHolder",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "textAreaPlaceHolder",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isReadOnly",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "isReadOnly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isRequired",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "attribute": "isRequired",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "changeHandlerName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "changeHandlerName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "canResize",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "true",
              "attribute": "canResize",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "getTextAreaClassList",
              "privacy": "protected"
            }
          ],
          "events": [
            {
              "type": {
                "text": "CustomEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "label"
            },
            {
              "name": "textAreaId",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "textAreaId"
            },
            {
              "name": "textAreaName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "textAreaName"
            },
            {
              "name": "textAreaRows",
              "type": {
                "text": "number | undefined"
              },
              "default": "2",
              "fieldName": "textAreaRows"
            },
            {
              "name": "textAreaCols",
              "type": {
                "text": "number | undefined"
              },
              "default": "20",
              "fieldName": "textAreaCols"
            },
            {
              "name": "textAreaAutoComplete",
              "type": {
                "text": "AutoComplete | undefined"
              },
              "fieldName": "textAreaAutoComplete"
            },
            {
              "name": "isAutoFocus",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "isAutoFocus"
            },
            {
              "name": "isDisabled",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "isDisabled"
            },
            {
              "name": "labelPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea-label'",
              "fieldName": "labelPartAttribute"
            },
            {
              "name": "containerPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea-container'",
              "fieldName": "containerPartAttribute"
            },
            {
              "name": "textAreaPartAttribute",
              "type": {
                "text": "string | undefined"
              },
              "default": "'webcl-textarea'",
              "fieldName": "textAreaPartAttribute"
            },
            {
              "name": "formId",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "formId"
            },
            {
              "name": "textAreaMaxLength",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "textAreaMaxLength"
            },
            {
              "name": "textAreaMinLength",
              "type": {
                "text": "number | undefined"
              },
              "fieldName": "textAreaMinLength"
            },
            {
              "name": "textAreaPlaceHolder",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "textAreaPlaceHolder"
            },
            {
              "name": "isReadOnly",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "isReadOnly"
            },
            {
              "name": "isRequired",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "false",
              "fieldName": "isRequired"
            },
            {
              "name": "changeHandlerName",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "changeHandlerName"
            },
            {
              "name": "canResize",
              "type": {
                "text": "boolean | undefined"
              },
              "default": "true",
              "fieldName": "canResize"
            }
          ],
          "mixins": [
            {
              "name": "TailwindElement",
              "module": "/src/shared/tailwind.element"
            }
          ],
          "superclass": {
            "module": "src/text-area/textArea.component.ts"
          },
          "tagName": "ymlwebcl-textarea",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "TextAreaComponent",
          "declaration": {
            "name": "TextAreaComponent",
            "module": "src/text-area/textArea.component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "ymlwebcl-textarea",
          "declaration": {
            "name": "TextAreaComponent",
            "module": "src/text-area/textArea.component.ts"
          }
        }
      ]
    }
  ]
}
