{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "sp-picker.js",
      "declarations": [],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "sp-picker",
          "declaration": {
            "name": "Picker",
            "module": "/src/Picker.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "sync/sp-picker.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/DesktopController.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DesktopController",
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "InteractionTypes"
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handlePointerdown",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleActivate",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "optional": true,
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "init",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "abortController",
              "type": {
                "text": "AbortController"
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "preventNextToggle",
              "type": {
                "text": "'no' | 'maybe' | 'yes'"
              },
              "privacy": "public",
              "default": "'no'",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "pointerdownState",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "enterKeydownOn",
              "type": {
                "text": "EventTarget | null"
              },
              "privacy": "public",
              "default": "null",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "activelyOpening",
              "type": {
                "text": "boolean"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "_open",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "description": "Set `open`",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "_overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "releaseDescription",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleBeforetoggle",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event & {\n            target: Overlay;\n            newState: 'open' | 'closed';\n        }"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "initOverlay",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleButtonFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "abort",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostConnected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostDisconnected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostUpdated",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "target",
              "default": "target",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "host",
              "default": "host",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            }
          ],
          "superclass": {
            "name": "InteractionController",
            "module": "/src/InteractionController.js"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DesktopController",
          "declaration": {
            "name": "DesktopController",
            "module": "src/DesktopController.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/InteractionController.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "SAFARI_FOCUS_RING_CLASS",
          "type": {
            "text": "string"
          },
          "default": "'remove-focus-ring-safari-hack'"
        },
        {
          "kind": "class",
          "description": "",
          "name": "InteractionController",
          "members": [
            {
              "kind": "field",
              "name": "abortController",
              "type": {
                "text": "AbortController"
              }
            },
            {
              "kind": "field",
              "name": "preventNextToggle",
              "type": {
                "text": "'no' | 'maybe' | 'yes'"
              },
              "privacy": "public",
              "default": "'no'"
            },
            {
              "kind": "field",
              "name": "pointerdownState",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "enterKeydownOn",
              "type": {
                "text": "EventTarget | null"
              },
              "privacy": "public",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "activelyOpening",
              "type": {
                "text": "boolean"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_open",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "description": "Set `open`"
            },
            {
              "kind": "field",
              "name": "_overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "InteractionTypes"
              }
            },
            {
              "kind": "method",
              "name": "releaseDescription",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleBeforetoggle",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event & {\n            target: Overlay;\n            newState: 'open' | 'closed';\n        }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "initOverlay",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handlePointerdown",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "_event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleButtonFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleActivate",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "_event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "init",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "abort",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "hostConnected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "hostDisconnected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "hostUpdated",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "target",
              "default": "target"
            },
            {
              "kind": "field",
              "name": "host",
              "default": "host"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SAFARI_FOCUS_RING_CLASS",
          "declaration": {
            "name": "SAFARI_FOCUS_RING_CLASS",
            "module": "src/InteractionController.js"
          }
        },
        {
          "kind": "js",
          "name": "InteractionController",
          "declaration": {
            "name": "InteractionController",
            "module": "src/InteractionController.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/MobileController.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MobileController",
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "InteractionTypes"
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleClick",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handlePointerdown",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "_event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleFocusOut",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "init",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "abortController",
              "type": {
                "text": "AbortController"
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "preventNextToggle",
              "type": {
                "text": "'no' | 'maybe' | 'yes'"
              },
              "privacy": "public",
              "default": "'no'",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "pointerdownState",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "enterKeydownOn",
              "type": {
                "text": "EventTarget | null"
              },
              "privacy": "public",
              "default": "null",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "container",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "activelyOpening",
              "type": {
                "text": "boolean"
              },
              "readonly": true,
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "_open",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "description": "Set `open`",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "_overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "AbstractOverlay"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "releaseDescription",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleBeforetoggle",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event & {\n            target: Overlay;\n            newState: 'open' | 'closed';\n        }"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "initOverlay",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleButtonFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "handleActivate",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "_event",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "abort",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostConnected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostDisconnected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "method",
              "name": "hostUpdated",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "target",
              "default": "target",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            },
            {
              "kind": "field",
              "name": "host",
              "default": "host",
              "inheritedFrom": {
                "name": "InteractionController",
                "module": "src/InteractionController.js"
              }
            }
          ],
          "superclass": {
            "name": "InteractionController",
            "module": "/src/InteractionController.js"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "MobileController",
          "declaration": {
            "name": "MobileController",
            "module": "src/MobileController.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/Picker.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "DESCRIPTION_ID",
          "type": {
            "text": "string"
          },
          "default": "'option-picker'"
        },
        {
          "kind": "class",
          "description": "",
          "name": "PickerBase",
          "slots": [
            {
              "description": "The placeholder content for the Picker",
              "name": "label"
            },
            {
              "description": "The description content for the Picker",
              "name": "description"
            },
            {
              "description": "Tooltip to to be applied to the the Picker Button",
              "name": "tooltip"
            },
            {
              "description": "menu items to be listed in the Picker",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "shadowRootOptions",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ ...SpectrumElement.shadowRootOptions, delegatesFocus: true, }"
            },
            {
              "kind": "field",
              "name": "isMobile",
              "privacy": "public",
              "default": "new MatchMediaController(this, IS_MOBILE)"
            },
            {
              "kind": "field",
              "name": "isTouchDevice",
              "privacy": "public",
              "default": "new MatchMediaController(this, IS_TOUCH_DEVICE)"
            },
            {
              "kind": "field",
              "name": "strategy",
              "type": {
                "text": "DesktopController | MobileController"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "appliedLabel",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "HTMLButtonElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "dependencyManager",
              "privacy": "public",
              "default": "new DependencyManagerController(this)"
            },
            {
              "kind": "field",
              "name": "deprecatedMenu",
              "type": {
                "text": "Menu | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "focused",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "focused",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "icons",
              "type": {
                "text": "'only' | 'none' | undefined"
              },
              "privacy": "public",
              "attribute": "icons",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "invalid",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "invalid",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "forcePopover",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Forces the Picker to render as a popover on mobile instead of a tray.",
              "attribute": "force-popover",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pending",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Whether the items are currently loading.",
              "attribute": "pending",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pendingLabel",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "'Pending'",
              "description": "Defines a string value that labels the Picker while it is in pending state.",
              "attribute": "pending-label"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "public",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "selects",
              "type": {
                "text": "undefined | 'single'"
              },
              "privacy": "public",
              "default": "'single'"
            },
            {
              "kind": "field",
              "name": "labelAlignment",
              "type": {
                "text": "'inline' | undefined"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "menuItems",
              "type": {
                "text": "MenuItem[]"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "optionsMenu",
              "type": {
                "text": "Menu"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "selfManageFocusElement",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "deprecated": "true",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "overlayElement",
              "type": {
                "text": "Overlay"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "tooltipEl",
              "type": {
                "text": "Tooltip | undefined"
              },
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
              },
              "privacy": "public",
              "default": "'bottom-start'",
              "attribute": "placement"
            },
            {
              "kind": "field",
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "quiet",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "selectedItem",
              "type": {
                "text": "MenuItem | undefined"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "_selectedItem",
              "type": {
                "text": "MenuItem | undefined"
              }
            },
            {
              "kind": "field",
              "name": "listRole",
              "type": {
                "text": "'listbox' | 'menu'"
              },
              "privacy": "protected",
              "default": "'listbox'"
            },
            {
              "kind": "field",
              "name": "itemRole",
              "type": {
                "text": "string"
              },
              "privacy": "protected",
              "default": "'option'"
            },
            {
              "kind": "field",
              "name": "focusElement",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "public",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "forceFocusVisible",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "click",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleButtonClick",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleButtonBlur",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "focus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleHelperFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "deprecated": "- Use `focus` instead."
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleButtonFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleEscape",
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "handleKeydown",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "keyboardOpen",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "method",
              "name": "setValueFromItem",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "MenuItem"
                  }
                },
                {
                  "name": "menuChangeEvent",
                  "optional": true,
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setMenuItemSelected",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "MenuItem"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toggle",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "target",
                  "optional": true,
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "close",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "containerStyles",
              "type": {
                "text": "StyleInfo"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "selectedItemContent",
              "type": {
                "text": "MenuItemChildren"
              },
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "_selectedItemContent",
              "type": {
                "text": "MenuItemChildren | undefined"
              }
            },
            {
              "kind": "method",
              "name": "handleTooltipSlotchange",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event & { target: HTMLSlotElement }"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleSlottableRequest",
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "handleBeforetoggle",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "renderLabelContent",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult | Node[]"
                }
              },
              "parameters": [
                {
                  "name": "content",
                  "type": {
                    "text": "Node[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "renderLoader",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              }
            },
            {
              "kind": "field",
              "name": "buttonContent",
              "type": {
                "text": "TemplateResult[]"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "applyFocusElementLabel"
            },
            {
              "kind": "method",
              "name": "hasAccessibleLabel",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "warnNoLabel",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "renderOverlay",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "menu",
                  "type": {
                    "text": "TemplateResult"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "renderDescriptionSlot",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "bindButtonKeydownListener",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "dismissHelper",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "renderContainer",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "menu",
                  "type": {
                    "text": "TemplateResult"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "hasRenderedOverlay",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "false"
            },
            {
              "kind": "method",
              "name": "onScroll",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "field",
              "name": "renderMenu",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "willManageSelection",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "whether a selection change is already scheduled"
            },
            {
              "kind": "method",
              "name": "shouldScheduleManageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "optional": true,
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "description": "when the value changes or the menu slot changes, manage the selection on the next frame, if not already scheduled"
            },
            {
              "kind": "method",
              "name": "shouldManageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "when an item is added or updated, manage the selection, if it's not already scheduled"
            },
            {
              "kind": "method",
              "name": "manageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "description": "updates menu selection based on value"
            },
            {
              "kind": "field",
              "name": "selectionPromise",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "selectionResolver",
              "type": {
                "text": "() => void"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getUpdateComplete",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<boolean>"
                }
              }
            },
            {
              "kind": "field",
              "name": "recentlyConnected",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "enterKeydownOn",
              "type": {
                "text": "EventTarget | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "handleEnterKeydown",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "bindEvents",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            }
          ],
          "events": [
            {
              "name": "change",
              "type": {
                "text": "Event"
              },
              "description": "Announces that the `value` of the element has changed"
            },
            {
              "name": "scroll",
              "type": {
                "text": "Event"
              }
            },
            {
              "description": "Announces that the overlay has been opened",
              "name": "sp-opened"
            }
          ],
          "attributes": [
            {
              "name": "placement",
              "type": {
                "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
              },
              "default": "'bottom-start'",
              "fieldName": "placement",
              "attribute": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "focused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "focused"
            },
            {
              "name": "icons",
              "type": {
                "text": "'only' | 'none' | undefined"
              },
              "fieldName": "icons"
            },
            {
              "name": "invalid",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "invalid"
            },
            {
              "name": "force-popover",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Forces the Picker to render as a popover on mobile instead of a tray.",
              "fieldName": "forcePopover"
            },
            {
              "name": "pending",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the items are currently loading.",
              "fieldName": "pending"
            },
            {
              "name": "pending-label",
              "type": {
                "text": "string"
              },
              "default": "'Pending'",
              "description": "Defines a string value that labels the Picker while it is in pending state.",
              "fieldName": "pendingLabel"
            },
            {
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "label"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "readonly"
            },
            {
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "quiet"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value"
            }
          ],
          "mixins": [
            {
              "name": "SizedMixin",
              "package": "@spectrum-web-components/base"
            }
          ],
          "superclass": {
            "name": "SpectrumElement",
            "package": "@spectrum-web-components/base"
          },
          "tagName": "sp-picker",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "Picker",
          "slots": [
            {
              "description": "The placeholder content for the Picker",
              "name": "label",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "description": "The description content for the Picker",
              "name": "description",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "description": "Tooltip to to be applied to the the Picker Button",
              "name": "tooltip",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "description": "menu items to be listed in the Picker",
              "name": "",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "containerStyles",
              "type": {
                "text": "StyleInfo"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "handleKeydown",
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "shadowRootOptions",
              "type": {
                "text": "object"
              },
              "static": true,
              "default": "{ ...SpectrumElement.shadowRootOptions, delegatesFocus: true, }",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "isMobile",
              "privacy": "public",
              "default": "new MatchMediaController(this, IS_MOBILE)",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "isTouchDevice",
              "privacy": "public",
              "default": "new MatchMediaController(this, IS_TOUCH_DEVICE)",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "strategy",
              "type": {
                "text": "DesktopController | MobileController"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "appliedLabel",
              "type": {
                "text": "string | undefined"
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "HTMLButtonElement"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "dependencyManager",
              "privacy": "public",
              "default": "new DependencyManagerController(this)",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "deprecatedMenu",
              "type": {
                "text": "Menu | null"
              },
              "privacy": "private",
              "default": "null",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "disabled",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "focused",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "focused",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "icons",
              "type": {
                "text": "'only' | 'none' | undefined"
              },
              "privacy": "public",
              "attribute": "icons",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "invalid",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "invalid",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "forcePopover",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Forces the Picker to render as a popover on mobile instead of a tray.",
              "attribute": "force-popover",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "pending",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "Whether the items are currently loading.",
              "attribute": "pending",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "pendingLabel",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "'Pending'",
              "description": "Defines a string value that labels the Picker while it is in pending state.",
              "attribute": "pending-label",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "public",
              "attribute": "label",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "open",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "readonly",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selects",
              "type": {
                "text": "undefined | 'single'"
              },
              "privacy": "public",
              "default": "'single'",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "labelAlignment",
              "type": {
                "text": "'inline' | undefined"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "menuItems",
              "type": {
                "text": "MenuItem[]"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "optionsMenu",
              "type": {
                "text": "Menu"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selfManageFocusElement",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "deprecated": "true",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "overlayElement",
              "type": {
                "text": "Overlay"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "tooltipEl",
              "type": {
                "text": "Tooltip | undefined"
              },
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
              },
              "privacy": "public",
              "default": "'bottom-start'",
              "attribute": "placement",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "attribute": "quiet",
              "reflects": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "default": "''",
              "attribute": "value",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selectedItem",
              "type": {
                "text": "MenuItem | undefined"
              },
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "_selectedItem",
              "type": {
                "text": "MenuItem | undefined"
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "listRole",
              "type": {
                "text": "'listbox' | 'menu'"
              },
              "privacy": "protected",
              "default": "'listbox'",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "itemRole",
              "type": {
                "text": "string"
              },
              "privacy": "protected",
              "default": "'option'",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "focusElement",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "public",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "forceFocusVisible",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "click",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleButtonClick",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleButtonBlur",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "focus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleHelperFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "deprecated": "- Use `focus` instead.",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleButtonFocus",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "handleEscape",
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "keyboardOpen",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "setValueFromItem",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "MenuItem"
                  }
                },
                {
                  "name": "menuChangeEvent",
                  "optional": true,
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "setMenuItemSelected",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "MenuItem"
                  }
                },
                {
                  "name": "value",
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "toggle",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "target",
                  "optional": true,
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "close",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selectedItemContent",
              "type": {
                "text": "MenuItemChildren"
              },
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "_selectedItemContent",
              "type": {
                "text": "MenuItemChildren | undefined"
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "handleTooltipSlotchange",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event & { target: HTMLSlotElement }"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "handleSlottableRequest",
              "privacy": "public",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "handleBeforetoggle",
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "renderLabelContent",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult | Node[]"
                }
              },
              "parameters": [
                {
                  "name": "content",
                  "type": {
                    "text": "Node[]"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "renderLoader",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "buttonContent",
              "type": {
                "text": "TemplateResult[]"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "applyFocusElementLabel",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "hasAccessibleLabel",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "warnNoLabel",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "renderOverlay",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "menu",
                  "type": {
                    "text": "TemplateResult"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "renderDescriptionSlot",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "bindButtonKeydownListener",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "dismissHelper",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "renderContainer",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "TemplateResult"
                }
              },
              "parameters": [
                {
                  "name": "menu",
                  "type": {
                    "text": "TemplateResult"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "hasRenderedOverlay",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "false",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "onScroll",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "renderMenu",
              "type": {
                "text": "TemplateResult"
              },
              "privacy": "protected",
              "readonly": true,
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "willManageSelection",
              "type": {
                "text": "boolean"
              },
              "privacy": "public",
              "default": "false",
              "description": "whether a selection change is already scheduled",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "shouldScheduleManageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "event",
                  "optional": true,
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "description": "when the value changes or the menu slot changes, manage the selection on the next frame, if not already scheduled",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "shouldManageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "when an item is added or updated, manage the selection, if it's not already scheduled",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "manageSelection",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              },
              "description": "updates menu selection based on value",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selectionPromise",
              "privacy": "private",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "selectionResolver",
              "type": {
                "text": "() => void"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "getUpdateComplete",
              "privacy": "protected",
              "return": {
                "type": {
                  "text": "Promise<boolean>"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "recentlyConnected",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "enterKeydownOn",
              "type": {
                "text": "EventTarget | null"
              },
              "privacy": "private",
              "default": "null",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "field",
              "name": "handleEnterKeydown",
              "privacy": "protected",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            },
            {
              "kind": "method",
              "name": "bindEvents",
              "privacy": "public",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.js"
              }
            }
          ],
          "events": [
            {
              "name": "change",
              "type": {
                "text": "Event"
              },
              "description": "Announces that the `value` of the element has changed",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "description": "Announces that the overlay has been opened",
              "name": "sp-opened",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "description": "Announces that the overlay has been closed",
              "name": "sp-closed"
            },
            {
              "name": "scroll",
              "type": {
                "text": "Event"
              },
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            }
          ],
          "superclass": {
            "name": "PickerBase",
            "module": "src/Picker.ts"
          },
          "tagName": "sp-picker",
          "customElement": true,
          "attributes": [
            {
              "name": "placement",
              "type": {
                "text": "\"top\" | \"top-start\" | \"top-end\" | \"right\" | \"right-start\" | \"right-end\" | \"bottom\" | \"bottom-start\" | \"bottom-end\" | \"left\" | \"left-start\" | \"left-end\""
              },
              "default": "'bottom-start'",
              "fieldName": "placement",
              "attribute": "placement",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "focused",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "focused",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "icons",
              "type": {
                "text": "'only' | 'none' | undefined"
              },
              "fieldName": "icons",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "invalid",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "invalid",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "force-popover",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Forces the Picker to render as a popover on mobile instead of a tray.",
              "fieldName": "forcePopover",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "pending",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the items are currently loading.",
              "fieldName": "pending",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "pending-label",
              "type": {
                "text": "string"
              },
              "default": "'Pending'",
              "description": "Defines a string value that labels the Picker while it is in pending state.",
              "fieldName": "pendingLabel",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "label",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "label",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "readonly",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "quiet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "quiet",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "value",
              "inheritedFrom": {
                "name": "PickerBase",
                "module": "src/Picker.ts"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DESCRIPTION_ID",
          "declaration": {
            "name": "DESCRIPTION_ID",
            "module": "src/Picker.js"
          }
        },
        {
          "kind": "js",
          "name": "PickerBase",
          "declaration": {
            "name": "PickerBase",
            "module": "src/Picker.js"
          }
        },
        {
          "kind": "js",
          "name": "Picker",
          "declaration": {
            "name": "Picker",
            "module": "src/Picker.js"
          }
        }
      ]
    }
  ]
}
