{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-dropzone.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-dropzone",
          "declaration": {
            "name": "Dropzone",
            "module": "/src/Dropzone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Dropzone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Dropzone",
          "slots": [
            {
              "description": "The default slot on an `sp-dropzone` is a great place to place upload instructions built with an `sp-illustrated-message` or other information, possibly even built from data provided by the upload, to support users successfully interacting with the drag and drop based features of your application",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "dropEffect",
              "type": {
                "text": "'copy' | 'move' | 'link' | 'none'"
              },
              "privacy": "public",
              "description": "Controls the feedback (typically visual) the user is given during a drag and drop operation",
              "attribute": "dropEffect"
            },
            {
              "kind": "field",
              "name": "_dropEffect",
              "type": {
                "text": "DropEffects"
              },
              "privacy": "private",
              "default": "'copy'"
            },
            {
              "kind": "field",
              "name": "isDragged",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Indicates that files are currently being dragged over the dropzone.",
              "attribute": "dragged",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "isFilled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Set this property to indicate that the component is in a filled state.",
              "attribute": "filled"
            },
            {
              "kind": "field",
              "name": "debouncedDragLeave",
              "type": {
                "text": "number | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "method",
              "name": "onDragOver",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onDragLeave",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onDrop",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "DragEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clearDebouncedDragLeave",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "events": [
            {
              "name": "sp-dropzone-dragover",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Announces when files have been dragged over the UI, but not yet dropped."
            },
            {
              "name": "sp-dropzone-dragleave",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Announces when dragged files have been moved out of the UI without having been dropped."
            },
            {
              "name": "sp-dropzone-drop",
              "type": {
                "text": "CustomEvent"
              },
              "description": "Announces when dragged files have been dropped on the UI."
            },
            {
              "description": "A cancellable event that confirms whether or not a file dropped on the UI should be accepted.",
              "name": "sp-dropzone-should-accept"
            }
          ],
          "attributes": [
            {
              "name": "dropEffect",
              "type": {
                "text": "'copy' | 'move' | 'link' | 'none'"
              },
              "description": "Controls the feedback (typically visual) the user is given during a drag and drop operation",
              "fieldName": "dropEffect"
            },
            {
              "name": "dragged",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates that files are currently being dragged over the dropzone.",
              "fieldName": "isDragged"
            },
            {
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Set this property to indicate that the component is in a filled state.",
              "fieldName": "isFilled"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-dropzone",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Dropzone",
          "declaration": {
            "name": "Dropzone",
            "module": "src/Dropzone.js"
          }
        }
      ]
    }
  ]
}
