{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/ActionListElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "A list of actions.",
          "name": "M3eActionListElement",
          "cssProperties": [
            {
              "description": "Start inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-start-size",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "End inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-end-size",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Gap between list items in segmented variant.",
              "name": "--m3e-segmented-list-segment-gap",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of the segmented list container.",
              "name": "--m3e-segmented-list-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Background color of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Background color of disabled items in segmented variant.",
              "name": "--m3e-segmented-list-item-disabled-container-color",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant on hover.",
              "name": "--m3e-segmented-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant on focus.",
              "name": "--m3e-segmented-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant when selected.",
              "name": "--m3e-segmented-list-item-selected-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the items of the list.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "#keyDownHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "[selectionManager]",
              "readonly": true,
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "notifyItemsChange",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "field",
              "name": "#items",
              "privacy": "private",
              "default": "new Array<M3eListItemElement>()",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "description": "The appearance variant of the list.",
              "attribute": "variant",
              "reflects": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "items",
              "type": {
                "text": "ReadonlyArray<M3eListItemElement>"
              },
              "description": "The items of the list.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleSlotChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "attributes": [
            {
              "description": "The appearance variant of the list.",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "fieldName": "variant",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "superclass": {
            "name": "M3eListElement",
            "module": "/src/ListElement"
          },
          "tagName": "m3e-action-list",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eActionListElement",
          "declaration": {
            "name": "M3eActionListElement",
            "module": "src/ActionListElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-action-list",
          "declaration": {
            "name": "M3eActionListElement",
            "module": "src/ActionListElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ExpandableListItemElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "An item in a list that can be expanded to show more items.",
          "name": "M3eExpandableListItem",
          "cssProperties": [
            {
              "description": "Width of the toggle icon container.",
              "name": "--m3e-expandable-list-item-toggle-icon-container-width"
            },
            {
              "description": "Border radius of the toggle icon container.",
              "name": "--m3e-expandable-list-item-toggle-icon-container-shape"
            },
            {
              "description": "Size of the toggle icon.",
              "name": "--m3e-expandable-list-item-toggle-icon-size"
            },
            {
              "description": "Background color of the toggle icon container when expanded.",
              "name": "--m3e-expandable-list-item-expanded-toggle-icon-container-color"
            },
            {
              "description": "Duration of the bounce animation when expanding.",
              "name": "--m3e-expandable-list-item-bounce-duration"
            },
            {
              "description": "Multiplication factor for the bounce effect.",
              "name": "--m3e-expandable-list-item-bounce-factor"
            },
            {
              "description": "Duration of the expand/collapse animation.",
              "name": "--m3e-expandable-list-item-expand-duration"
            },
            {
              "description": "Horizontal gap between elements.",
              "name": "--m3e-list-item-between-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the list item.",
              "name": "--m3e-list-item-padding-inline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Vertical padding for the list item.",
              "name": "--m3e-list-item-padding-block",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of the list item.",
              "name": "--m3e-list-item-height"
            },
            {
              "description": "Font size for main content.",
              "name": "--m3e-list-item-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for main content.",
              "name": "--m3e-list-item-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for main content.",
              "name": "--m3e-list-item-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for main content.",
              "name": "--m3e-list-item-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for overline slot.",
              "name": "--m3e-list-item-overline-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for overline slot.",
              "name": "--m3e-list-item-overline-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for overline slot.",
              "name": "--m3e-list-item-overline-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for overline slot.",
              "name": "--m3e-list-item-overline-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Size for leading/trailing icons.",
              "name": "--m3e-list-item-icon-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the main content.",
              "name": "--m3e-list-item-label-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the overline slot.",
              "name": "--m3e-list-item-overline-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the supporting text slot.",
              "name": "--m3e-list-item-supporting-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the leading content.",
              "name": "--m3e-list-item-leading-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the trailing content.",
              "name": "--m3e-list-item-trailing-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item.",
              "name": "--m3e-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item.",
              "name": "--m3e-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on hover.",
              "name": "--m3e-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on focus.",
              "name": "--m3e-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the video slot.",
              "name": "--m3e-list-item-video-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the video slot.",
              "name": "--m3e-list-item-video-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the video slot.",
              "name": "--m3e-list-item-video-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the image slot.",
              "name": "--m3e-list-item-image-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the image slot.",
              "name": "--m3e-list-item-image-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the image slot.",
              "name": "--m3e-list-item-image-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-color"
            },
            {
              "description": "Opacity for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-opacity"
            },
            {
              "description": "Color for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-color"
            },
            {
              "description": "Opacity for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-opacity"
            },
            {
              "description": "Color for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-color"
            },
            {
              "description": "Opacity for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-opacity"
            },
            {
              "description": "Color for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-color"
            },
            {
              "description": "Opacity for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-opacity"
            },
            {
              "description": "Color for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-color"
            },
            {
              "description": "Opacity for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-opacity"
            },
            {
              "description": "Color for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-color"
            },
            {
              "description": "Opacity for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-opacity"
            },
            {
              "description": "Color for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-color"
            },
            {
              "description": "Opacity for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-opacity"
            },
            {
              "description": "Color for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-color"
            },
            {
              "description": "Opacity for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-opacity"
            },
            {
              "description": "Border radius of the segmented list container shape.",
              "name": "--m3e-segmented-list-container-shape"
            },
            {
              "description": "Gap between list item segments.",
              "name": "--m3e-segmented-list-segment-gap"
            },
            {
              "description": "Top offset for media in three line items.",
              "name": "--m3e-list-item-three-line-top-offset",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Opacity for media when disabled.",
              "name": "--m3e-list-item-disabled-media-opacity"
            },
            {
              "description": "Horizontal padding for the leading side.",
              "name": "--m3e-list-item-leading-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the trailing side.",
              "name": "--m3e-list-item-trailing-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for one-line items.",
              "name": "--m3e-list-item-one-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for one-line items.",
              "name": "--m3e-list-item-one-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for two-line items.",
              "name": "--m3e-list-item-two-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for two-line items.",
              "name": "--m3e-list-item-two-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for three-line items.",
              "name": "--m3e-list-item-three-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for three-line items.",
              "name": "--m3e-list-item-three-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a one line list item.",
              "name": "--m3e-list-item-one-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a two line list item.",
              "name": "--m3e-list-item-two-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a three line list item.",
              "name": "--m3e-list-item-three-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the content of the list item.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the leading content of the list item.",
              "name": "leading",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the overline of the list item.",
              "name": "overline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the supporting text of the list item.",
              "name": "supporting-text",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders a custom icon for the expand/collapse toggle.",
              "name": "toggle-icon"
            },
            {
              "description": "Container for child list items displayed when expanded.",
              "name": "items"
            },
            {
              "description": "This component does not expose the base trailing slot.",
              "name": "trailing",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "__nextId",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "static": true,
              "default": "0"
            },
            {
              "kind": "field",
              "name": "#id",
              "privacy": "private",
              "default": "M3eExpandableListItem.__nextId++"
            },
            {
              "kind": "field",
              "name": "#contentId",
              "privacy": "private",
              "default": "`m3e-expandable-list-item-${this.#id}-content`"
            },
            {
              "kind": "field",
              "name": "#headerId",
              "privacy": "private",
              "default": "`m3e-expandable-list-item-${this.#id}-header`"
            },
            {
              "kind": "field",
              "name": "#items",
              "privacy": "private",
              "default": "new Array<M3eListItemElement>()"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the item is expanded.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "items",
              "type": {
                "text": "ReadonlyArray<M3eListItemElement>"
              },
              "description": "The direct child items of this item.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "focus",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "blur",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "click",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "#handleHeaderClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleCollapsibleEvent",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleSlotChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "#resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, { target: null, callback: () => this.#updateMultiline() })",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#updateMultiline",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#getSlotContentType",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ListItemContentType"
                }
              },
              "parameters": [
                {
                  "name": "slot",
                  "type": {
                    "text": "HTMLSlotElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "events": [
            {
              "type": {
                "text": "Event"
              }
            },
            {
              "description": "Emitted when the item begins to open.",
              "name": "opening"
            },
            {
              "description": "Emitted when the item has opened.",
              "name": "opened"
            },
            {
              "description": "Emitted when the item begins to close.",
              "name": "closing"
            },
            {
              "description": "Emitted when the item has closed.",
              "name": "closed"
            }
          ],
          "attributes": [
            {
              "description": "Whether the element is disabled.",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "description": "Whether the item is expanded.",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "open"
            }
          ],
          "superclass": {
            "name": "M3eListItemElement",
            "module": "/src/ListItemElement"
          },
          "tagName": "m3e-expandable-list-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eExpandableListItem",
          "declaration": {
            "name": "M3eExpandableListItem",
            "module": "src/ExpandableListItemElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-expandable-list-item",
          "declaration": {
            "name": "M3eExpandableListItem",
            "module": "src/ExpandableListItemElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ActionListElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ExpandableListItemElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListActionElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListItemButtonElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListItemContentType\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListItemElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListOptionElement\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ListVariant\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./SelectionListElement\""
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListActionElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "An item in a list that performs an action.",
          "name": "M3eListActionElement",
          "cssProperties": [
            {
              "description": "Horizontal gap between elements.",
              "name": "--m3e-list-item-between-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the list item.",
              "name": "--m3e-list-item-padding-inline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Vertical padding for the list item.",
              "name": "--m3e-list-item-padding-block",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of the list item.",
              "name": "--m3e-list-item-height"
            },
            {
              "description": "Font size for main content.",
              "name": "--m3e-list-item-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for main content.",
              "name": "--m3e-list-item-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for main content.",
              "name": "--m3e-list-item-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for main content.",
              "name": "--m3e-list-item-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for overline slot.",
              "name": "--m3e-list-item-overline-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for overline slot.",
              "name": "--m3e-list-item-overline-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for overline slot.",
              "name": "--m3e-list-item-overline-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for overline slot.",
              "name": "--m3e-list-item-overline-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Size for leading/trailing icons.",
              "name": "--m3e-list-item-icon-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the main content.",
              "name": "--m3e-list-item-label-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the overline slot.",
              "name": "--m3e-list-item-overline-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the supporting text slot.",
              "name": "--m3e-list-item-supporting-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the leading content.",
              "name": "--m3e-list-item-leading-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the trailing content.",
              "name": "--m3e-list-item-trailing-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item.",
              "name": "--m3e-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item.",
              "name": "--m3e-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on hover.",
              "name": "--m3e-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on focus.",
              "name": "--m3e-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the video slot.",
              "name": "--m3e-list-item-video-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the video slot.",
              "name": "--m3e-list-item-video-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the video slot.",
              "name": "--m3e-list-item-video-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the image slot.",
              "name": "--m3e-list-item-image-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the image slot.",
              "name": "--m3e-list-item-image-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the image slot.",
              "name": "--m3e-list-item-image-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item when disabled.",
              "name": "--m3e-list-item-disabled-container-color"
            },
            {
              "description": "Color for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-color"
            },
            {
              "description": "Opacity for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-opacity"
            },
            {
              "description": "Color for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-color"
            },
            {
              "description": "Opacity for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-opacity"
            },
            {
              "description": "Color for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-color"
            },
            {
              "description": "Opacity for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-opacity"
            },
            {
              "description": "Color for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-color"
            },
            {
              "description": "Opacity for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-opacity"
            },
            {
              "description": "Color for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-color"
            },
            {
              "description": "Opacity for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-opacity"
            },
            {
              "description": "Color for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-color"
            },
            {
              "description": "Opacity for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-opacity"
            },
            {
              "description": "Color for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-color"
            },
            {
              "description": "Opacity for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-opacity"
            },
            {
              "description": "Color for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-color"
            },
            {
              "description": "Opacity for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-opacity"
            },
            {
              "description": "Top offset for media in three line items.",
              "name": "--m3e-list-item-three-line-top-offset",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Opacity for media when disabled.",
              "name": "--m3e-list-item-disabled-media-opacity"
            },
            {
              "description": "Horizontal padding for the leading side.",
              "name": "--m3e-list-item-leading-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the trailing side.",
              "name": "--m3e-list-item-trailing-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for one-line items.",
              "name": "--m3e-list-item-one-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for one-line items.",
              "name": "--m3e-list-item-one-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for two-line items.",
              "name": "--m3e-list-item-two-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for two-line items.",
              "name": "--m3e-list-item-two-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for three-line items.",
              "name": "--m3e-list-item-three-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for three-line items.",
              "name": "--m3e-list-item-three-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a one line list item.",
              "name": "--m3e-list-item-one-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a two line list item.",
              "name": "--m3e-list-item-two-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a three line list item.",
              "name": "--m3e-list-item-three-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the content of the list item.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the leading content of the list item.",
              "name": "leading",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the overline of the list item.",
              "name": "overline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the supporting text of the list item.",
              "name": "supporting-text",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the trailing content of the list item.",
              "name": "trailing",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "focus",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "blur",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "click",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "#handleClick",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "[_clickHandler]",
              "privacy": "private",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "attribute": "href",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "attribute": "target",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "attribute": "rel",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
              "default": "null",
              "attribute": "download",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkPointerDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkFocus",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkBlur",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "#resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, { target: null, callback: () => this.#updateMultiline() })",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#updateMultiline",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#getSlotContentType",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ListItemContentType"
                }
              },
              "parameters": [
                {
                  "name": "slot",
                  "type": {
                    "text": "HTMLSlotElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "events": [
            {
              "name": "click",
              "type": {
                "text": "MouseEvent"
              },
              "description": "Emitted when the element is clicked.",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            }
          ],
          "attributes": [
            {
              "description": "Whether the element is disabled.",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "disabled"
            },
            {
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded, optionally specifying the new name of the file.",
              "default": "null",
              "fieldName": "download",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "fieldName": "href",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "fieldName": "rel",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "fieldName": "target",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            }
          ],
          "mixins": [
            {
              "name": "LinkButton",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "M3eListItemElement",
            "module": "/src/ListItemElement"
          },
          "tagName": "m3e-list-action",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eListActionElement",
          "declaration": {
            "name": "M3eListActionElement",
            "module": "src/ListActionElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-list-action",
          "declaration": {
            "name": "M3eListActionElement",
            "module": "src/ListActionElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "A list of items.",
          "name": "M3eListElement",
          "cssProperties": [
            {
              "description": "Start inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-start-size"
            },
            {
              "description": "End inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-end-size"
            },
            {
              "description": "Gap between list items in segmented variant.",
              "name": "--m3e-segmented-list-segment-gap"
            },
            {
              "description": "Border radius of the segmented list container.",
              "name": "--m3e-segmented-list-container-shape"
            },
            {
              "description": "Background color of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-color"
            },
            {
              "description": "Background color of disabled items in segmented variant.",
              "name": "--m3e-segmented-list-item-disabled-container-color"
            },
            {
              "description": "Border radius of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-shape"
            },
            {
              "description": "Border radius of items in segmented variant on hover.",
              "name": "--m3e-segmented-list-item-hover-container-shape"
            },
            {
              "description": "Border radius of items in segmented variant on focus.",
              "name": "--m3e-segmented-list-item-focus-container-shape"
            },
            {
              "description": "Border radius of items in segmented variant when selected.",
              "name": "--m3e-segmented-list-item-selected-container-shape"
            }
          ],
          "slots": [
            {
              "description": "Renders the items of the list.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "#items",
              "privacy": "private",
              "default": "new Array<M3eListItemElement>()"
            },
            {
              "kind": "field",
              "name": "#leadingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }"
            },
            {
              "kind": "field",
              "name": "#trailingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "description": "The appearance variant of the list.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "items",
              "type": {
                "text": "ReadonlyArray<M3eListItemElement>"
              },
              "description": "The items of the list.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "#handleSlotChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "description": "The appearance variant of the list.",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "fieldName": "variant"
            }
          ],
          "mixins": [
            {
              "name": "Role",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "m3e-list",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eListElement",
          "declaration": {
            "name": "M3eListElement",
            "module": "src/ListElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-list",
          "declaration": {
            "name": "M3eListElement",
            "module": "src/ListElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListItemButtonElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "M3eListItemButtonElement",
          "members": [
            {
              "kind": "field",
              "name": "_focusRing",
              "type": {
                "text": "M3eFocusRingElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_stateLayer",
              "type": {
                "text": "M3eStateLayerElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_ripple",
              "type": {
                "text": "M3eRippleElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "#keyPressed",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#keyDownHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#keyUpHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#focusOutHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleKeyDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleKeyUp",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_clickHandler]",
              "privacy": "private",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "attribute": "href",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "attribute": "target",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "attribute": "rel",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
              "default": "null",
              "attribute": "download",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkPointerDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkFocus",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleLinkBlur",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_tabindex]",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0",
              "inheritedFrom": {
                "name": "Focusable",
                "module": "../core/src/shared/mixins/Focusable.ts"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            },
            {
              "kind": "field",
              "name": "formAssociated",
              "static": true,
              "readonly": true,
              "default": "formAssociated",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_internals]",
              "type": {
                "text": "ElementInternals | undefined"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "#resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, { target: null, callback: () => this.#updateMultiline() })",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#updateMultiline",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#getSlotContentType",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ListItemContentType"
                }
              },
              "parameters": [
                {
                  "name": "slot",
                  "type": {
                    "text": "HTMLSlotElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "mixins": [
            {
              "name": "KeyboardClick",
              "package": "@m3e/core"
            },
            {
              "name": "LinkButton",
              "package": "@m3e/core"
            },
            {
              "name": "Focusable",
              "package": "@m3e/core"
            },
            {
              "name": "Disabled",
              "package": "@m3e/core"
            },
            {
              "name": "AttachInternals",
              "package": "@m3e/core"
            },
            {
              "name": "Role",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "M3eListItemElement",
            "module": "/src/ListItemElement"
          },
          "tagName": "m3e-list-item-button",
          "customElement": true,
          "events": [
            {
              "name": "click",
              "type": {
                "text": "MouseEvent"
              },
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            }
          ],
          "attributes": [
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "fieldName": "href",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "fieldName": "target",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "fieldName": "rel",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
              "default": "null",
              "fieldName": "download",
              "inheritedFrom": {
                "name": "LinkButton",
                "module": "../core/src/shared/mixins/LinkButton.ts"
              }
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the content of the list item.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the leading content of the list item.",
              "name": "leading",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the overline of the list item.",
              "name": "overline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the supporting text of the list item.",
              "name": "supporting-text",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the trailing content of the list item.",
              "name": "trailing",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "cssProperties": [
            {
              "description": "Horizontal gap between elements.",
              "name": "--m3e-list-item-between-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the leading side.",
              "name": "--m3e-list-item-leading-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the trailing side.",
              "name": "--m3e-list-item-trailing-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the list item.",
              "name": "--m3e-list-item-padding-inline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Vertical padding for the list item.",
              "name": "--m3e-list-item-padding-block",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for one-line items.",
              "name": "--m3e-list-item-one-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for one-line items.",
              "name": "--m3e-list-item-one-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for two-line items.",
              "name": "--m3e-list-item-two-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for two-line items.",
              "name": "--m3e-list-item-two-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for three-line items.",
              "name": "--m3e-list-item-three-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for three-line items.",
              "name": "--m3e-list-item-three-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for main content.",
              "name": "--m3e-list-item-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for main content.",
              "name": "--m3e-list-item-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for main content.",
              "name": "--m3e-list-item-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for main content.",
              "name": "--m3e-list-item-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for overline slot.",
              "name": "--m3e-list-item-overline-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for overline slot.",
              "name": "--m3e-list-item-overline-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for overline slot.",
              "name": "--m3e-list-item-overline-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for overline slot.",
              "name": "--m3e-list-item-overline-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Size for leading/trailing icons.",
              "name": "--m3e-list-item-icon-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the main content.",
              "name": "--m3e-list-item-label-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the overline slot.",
              "name": "--m3e-list-item-overline-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the supporting text slot.",
              "name": "--m3e-list-item-supporting-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the leading content.",
              "name": "--m3e-list-item-leading-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the trailing content.",
              "name": "--m3e-list-item-trailing-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item.",
              "name": "--m3e-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item.",
              "name": "--m3e-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on hover.",
              "name": "--m3e-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on focus.",
              "name": "--m3e-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the video slot.",
              "name": "--m3e-list-item-video-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the video slot.",
              "name": "--m3e-list-item-video-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the video slot.",
              "name": "--m3e-list-item-video-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the image slot.",
              "name": "--m3e-list-item-image-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the image slot.",
              "name": "--m3e-list-item-image-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the image slot.",
              "name": "--m3e-list-item-image-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top offset for media in three line items.",
              "name": "--m3e-list-item-three-line-top-offset",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a one line list item.",
              "name": "--m3e-list-item-one-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a two line list item.",
              "name": "--m3e-list-item-two-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a three line list item.",
              "name": "--m3e-list-item-three-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "m3e-list-item-button",
          "declaration": {
            "name": "M3eListItemButtonElement",
            "module": "src/ListItemButtonElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListItemContentType.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/ListItemElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "An item in a list.",
          "name": "M3eListItemElement",
          "cssProperties": [
            {
              "description": "Horizontal gap between elements.",
              "name": "--m3e-list-item-between-space"
            },
            {
              "description": "Horizontal padding for the leading side.",
              "name": "--m3e-list-item-leading-space"
            },
            {
              "description": "Horizontal padding for the trailing side.",
              "name": "--m3e-list-item-trailing-space"
            },
            {
              "description": "Horizontal padding for the list item.",
              "name": "--m3e-list-item-padding-inline"
            },
            {
              "description": "Vertical padding for the list item.",
              "name": "--m3e-list-item-padding-block"
            },
            {
              "description": "Top padding for one-line items.",
              "name": "--m3e-list-item-one-line-top-space"
            },
            {
              "description": "Bottom padding for one-line items.",
              "name": "--m3e-list-item-one-line-bottom-space"
            },
            {
              "description": "Top padding for two-line items.",
              "name": "--m3e-list-item-two-line-top-space"
            },
            {
              "description": "Bottom padding for two-line items.",
              "name": "--m3e-list-item-two-line-bottom-space"
            },
            {
              "description": "Top padding for three-line items.",
              "name": "--m3e-list-item-three-line-top-space"
            },
            {
              "description": "Bottom padding for three-line items.",
              "name": "--m3e-list-item-three-line-bottom-space"
            },
            {
              "description": "Font size for main content.",
              "name": "--m3e-list-item-font-size"
            },
            {
              "description": "Font weight for main content.",
              "name": "--m3e-list-item-font-weight"
            },
            {
              "description": "Line height for main content.",
              "name": "--m3e-list-item-line-height"
            },
            {
              "description": "Letter spacing for main content.",
              "name": "--m3e-list-item-tracking"
            },
            {
              "description": "Font size for overline slot.",
              "name": "--m3e-list-item-overline-font-size"
            },
            {
              "description": "Font weight for overline slot.",
              "name": "--m3e-list-item-overline-font-weight"
            },
            {
              "description": "Line height for overline slot.",
              "name": "--m3e-list-item-overline-line-height"
            },
            {
              "description": "Letter spacing for overline slot.",
              "name": "--m3e-list-item-overline-tracking"
            },
            {
              "description": "Font size for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-size"
            },
            {
              "description": "Font weight for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-weight"
            },
            {
              "description": "Line height for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-line-height"
            },
            {
              "description": "Letter spacing for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-tracking"
            },
            {
              "description": "Font size for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-size"
            },
            {
              "description": "Font weight for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-weight"
            },
            {
              "description": "Line height for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-line-height"
            },
            {
              "description": "Letter spacing for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-tracking"
            },
            {
              "description": "Size for leading/trailing icons.",
              "name": "--m3e-list-item-icon-size"
            },
            {
              "description": "Color for the main content.",
              "name": "--m3e-list-item-label-text-color"
            },
            {
              "description": "Color for the overline slot.",
              "name": "--m3e-list-item-overline-color"
            },
            {
              "description": "Color for the supporting text slot.",
              "name": "--m3e-list-item-supporting-text-color"
            },
            {
              "description": "Color for the leading content.",
              "name": "--m3e-list-item-leading-color"
            },
            {
              "description": "Color for the trailing content.",
              "name": "--m3e-list-item-trailing-color"
            },
            {
              "description": "Background color of the list item.",
              "name": "--m3e-list-item-container-color"
            },
            {
              "description": "Border radius of the list item.",
              "name": "--m3e-list-item-container-shape"
            },
            {
              "description": "Border radius of the list item on hover.",
              "name": "--m3e-list-item-hover-container-shape"
            },
            {
              "description": "Border radius of the list item on focus.",
              "name": "--m3e-list-item-focus-container-shape"
            },
            {
              "description": "Width of the video slot.",
              "name": "--m3e-list-item-video-width"
            },
            {
              "description": "Height of the video slot.",
              "name": "--m3e-list-item-video-height"
            },
            {
              "description": "Border radius of the video slot.",
              "name": "--m3e-list-item-video-shape"
            },
            {
              "description": "Width of the image slot.",
              "name": "--m3e-list-item-image-width"
            },
            {
              "description": "Height of the image slot.",
              "name": "--m3e-list-item-image-height"
            },
            {
              "description": "Border radius of the image slot.",
              "name": "--m3e-list-item-image-shape"
            },
            {
              "description": "Top offset for media in three line items.",
              "name": "--m3e-list-item-three-line-top-offset"
            },
            {
              "description": "Minimum height of a one line list item.",
              "name": "--m3e-list-item-one-line-height"
            },
            {
              "description": "Minimum height of a two line list item.",
              "name": "--m3e-list-item-two-line-height"
            },
            {
              "description": "Minimum height of a three line list item.",
              "name": "--m3e-list-item-three-line-height"
            }
          ],
          "slots": [
            {
              "description": "Renders the content of the list item.",
              "name": ""
            },
            {
              "description": "Renders the leading content of the list item.",
              "name": "leading"
            },
            {
              "description": "Renders the overline of the list item.",
              "name": "overline"
            },
            {
              "description": "Renders the supporting text of the list item.",
              "name": "supporting-text"
            },
            {
              "description": "Renders the trailing content of the list item.",
              "name": "trailing"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "#resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, { target: null, callback: () => this.#updateMultiline() })"
            },
            {
              "kind": "field",
              "name": "#leadingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "#updateMultiline",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "#getSlotContentType",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ListItemContentType"
                }
              },
              "parameters": [
                {
                  "name": "slot",
                  "type": {
                    "text": "HTMLSlotElement"
                  }
                }
              ]
            }
          ],
          "mixins": [
            {
              "name": "Role",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "m3e-list-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eListItemElement",
          "declaration": {
            "name": "M3eListItemElement",
            "module": "src/ListItemElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-list-item",
          "declaration": {
            "name": "M3eListItemElement",
            "module": "src/ListItemElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListOptionElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "A selectable option in a list.",
          "name": "M3eListOptionElement",
          "cssProperties": [
            {
              "description": "Horizontal gap between elements.",
              "name": "--m3e-list-item-between-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the list item.",
              "name": "--m3e-list-item-padding-inline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Vertical padding for the list item.",
              "name": "--m3e-list-item-padding-block",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of the list item.",
              "name": "--m3e-list-item-height"
            },
            {
              "description": "Font size for main content.",
              "name": "--m3e-list-item-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for main content.",
              "name": "--m3e-list-item-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for main content.",
              "name": "--m3e-list-item-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for main content.",
              "name": "--m3e-list-item-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for overline slot.",
              "name": "--m3e-list-item-overline-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for overline slot.",
              "name": "--m3e-list-item-overline-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for overline slot.",
              "name": "--m3e-list-item-overline-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for overline slot.",
              "name": "--m3e-list-item-overline-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for supporting text slot.",
              "name": "--m3e-list-item-supporting-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font size for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Font weight for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-font-weight",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Line height for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Letter spacing for trailing supporting text slot.",
              "name": "--m3e-list-item-trailing-text-tracking",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Size for leading/trailing icons.",
              "name": "--m3e-list-item-icon-size",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the main content.",
              "name": "--m3e-list-item-label-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the overline slot.",
              "name": "--m3e-list-item-overline-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the supporting text slot.",
              "name": "--m3e-list-item-supporting-text-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the leading content.",
              "name": "--m3e-list-item-leading-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Color for the trailing content.",
              "name": "--m3e-list-item-trailing-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item.",
              "name": "--m3e-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item.",
              "name": "--m3e-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on hover.",
              "name": "--m3e-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the list item on focus.",
              "name": "--m3e-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the video slot.",
              "name": "--m3e-list-item-video-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the video slot.",
              "name": "--m3e-list-item-video-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the video slot.",
              "name": "--m3e-list-item-video-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Width of the image slot.",
              "name": "--m3e-list-item-image-width",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Height of the image slot.",
              "name": "--m3e-list-item-image-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Border radius of the image slot.",
              "name": "--m3e-list-item-image-shape",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Background color of the list item when disabled.",
              "name": "--m3e-list-item-disabled-container-color"
            },
            {
              "description": "Color for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-color"
            },
            {
              "description": "Opacity for the main content when disabled.",
              "name": "--m3e-list-item-disabled-label-text-opacity"
            },
            {
              "description": "Color for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-color"
            },
            {
              "description": "Opacity for the overline slot when disabled.",
              "name": "--m3e-list-item-disabled-overline-opacity"
            },
            {
              "description": "Color for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-color"
            },
            {
              "description": "Opacity for the supporting text slot when disabled.",
              "name": "--m3e-list-item-disabled-supporting-text-opacity"
            },
            {
              "description": "Color for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-color"
            },
            {
              "description": "Opacity for the leading icon when disabled.",
              "name": "--m3e-list-item-disabled-leading-opacity"
            },
            {
              "description": "Color for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-color"
            },
            {
              "description": "Opacity for the trailing icon when disabled.",
              "name": "--m3e-list-item-disabled-trailing-opacity"
            },
            {
              "description": "Color for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-color"
            },
            {
              "description": "Opacity for the hover state layer.",
              "name": "--m3e-list-item-hover-state-layer-opacity"
            },
            {
              "description": "Color for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-color"
            },
            {
              "description": "Opacity for the focus state layer.",
              "name": "--m3e-list-item-focus-state-layer-opacity"
            },
            {
              "description": "Color for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-color"
            },
            {
              "description": "Opacity for the pressed state layer.",
              "name": "--m3e-list-item-pressed-state-layer-opacity"
            },
            {
              "description": "Selected color for the main content.",
              "name": "--m3e-list-item-selected-label-text-color"
            },
            {
              "description": "Selected color for the overline slot.",
              "name": "--m3e-list-item-selected-overline-color"
            },
            {
              "description": "Selected color for the supporting text slot.",
              "name": "--m3e-list-item-selected-supporting-text-color"
            },
            {
              "description": "Selected color for the leading content.",
              "name": "--m3e-list-item-selected-leading-color"
            },
            {
              "description": "Selected color for the trailing content.",
              "name": "--m3e-list-item-selected-trailing-color"
            },
            {
              "description": "Selected background color of the list item.",
              "name": "--m3e-list-item-selected-container-color"
            },
            {
              "description": "Selected border radius of the list item.",
              "name": "--m3e-list-item-selected-container-shape"
            },
            {
              "description": "Selected background color when disabled.",
              "name": "--m3e-list-item-selected-disabled-container-color"
            },
            {
              "description": "Selected opacity when disabled.",
              "name": "--m3e-list-item-selected-disabled-container-opacity"
            },
            {
              "description": "Color for the hover state layer when selected.",
              "name": "--m3e-list-item-selected-hover-state-layer-color"
            },
            {
              "description": "Opacity for the hover state layer when selected.",
              "name": "--m3e-list-item-selected-hover-state-layer-opacity"
            },
            {
              "description": "Color for the focus state layer when selected.",
              "name": "--m3e-list-item-selected-focus-state-layer-color"
            },
            {
              "description": "Opacity for the focus state layer when selected.",
              "name": "--m3e-list-item-selected-focus-state-layer-opacity"
            },
            {
              "description": "Color for the pressed state layer when selected.",
              "name": "--m3e-list-item-selected-pressed-state-layer-color"
            },
            {
              "description": "Opacity for the pressed state layer when selected.",
              "name": "--m3e-list-item-selected-pressed-state-layer-opacity"
            },
            {
              "description": "Top offset for media in three line items.",
              "name": "--m3e-list-item-three-line-top-offset",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Opacity for media when disabled.",
              "name": "--m3e-list-item-disabled-media-opacity"
            },
            {
              "description": "Horizontal padding for the leading side.",
              "name": "--m3e-list-item-leading-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Horizontal padding for the trailing side.",
              "name": "--m3e-list-item-trailing-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for one-line items.",
              "name": "--m3e-list-item-one-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for one-line items.",
              "name": "--m3e-list-item-one-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for two-line items.",
              "name": "--m3e-list-item-two-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for two-line items.",
              "name": "--m3e-list-item-two-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Top padding for three-line items.",
              "name": "--m3e-list-item-three-line-top-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Bottom padding for three-line items.",
              "name": "--m3e-list-item-three-line-bottom-space",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a one line list item.",
              "name": "--m3e-list-item-one-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a two line list item.",
              "name": "--m3e-list-item-two-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Minimum height of a three line list item.",
              "name": "--m3e-list-item-three-line-height",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the content of the list item.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the leading content of the list item.",
              "name": "leading",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the overline of the list item.",
              "name": "overline",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the supporting text of the list item.",
              "name": "supporting-text",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "description": "Renders the trailing content of the list item.",
              "name": "trailing",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "#value",
              "privacy": "private",
              "type": {
                "text": "string | undefined"
              }
            },
            {
              "kind": "field",
              "name": "#textContent",
              "privacy": "private",
              "type": {
                "text": "string"
              },
              "default": "\"\""
            },
            {
              "kind": "field",
              "name": "_focusRing",
              "type": {
                "text": "M3eFocusRingElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_stateLayer",
              "type": {
                "text": "M3eStateLayerElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "_ripple",
              "type": {
                "text": "M3eRippleElement | undefined"
              },
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "#clickHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "value",
              "description": "A string representing the value of the option.",
              "attribute": "value"
            },
            {
              "kind": "method",
              "name": "#handleSlotChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleClick",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "#keyPressed",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#keyDownHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#keyUpHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "#focusOutHandler",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleKeyDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleKeyUp",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_tabindex]",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0",
              "inheritedFrom": {
                "name": "Focusable",
                "module": "../core/src/shared/mixins/Focusable.ts"
              }
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is selected.",
              "attribute": "selected",
              "reflects": true,
              "inheritedFrom": {
                "name": "Selected",
                "module": "../core/src/shared/mixins/Selected.ts"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            },
            {
              "kind": "field",
              "name": "formAssociated",
              "static": true,
              "readonly": true,
              "default": "formAssociated",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_internals]",
              "type": {
                "text": "ElementInternals | undefined"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "#resizeController",
              "privacy": "private",
              "default": "new ResizeController(this, { target: null, callback: () => this.#updateMultiline() })",
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentType",
              "privacy": "private",
              "type": {
                "text": "ListItemContentType"
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#updateMultiline",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#getSlotContentType",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "ListItemContentType"
                }
              },
              "parameters": [
                {
                  "name": "slot",
                  "type": {
                    "text": "HTMLSlotElement"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListItemElement",
                "module": "src/ListItemElement.ts"
              }
            }
          ],
          "events": [
            {
              "name": "input",
              "type": {
                "text": "Event"
              },
              "description": "Emitted when the selected state changes."
            },
            {
              "name": "change",
              "type": {
                "text": "Event"
              },
              "description": "Emitted when the selected state changes."
            },
            {
              "name": "click",
              "type": {
                "text": "MouseEvent"
              },
              "description": "Emitted when the element is clicked.",
              "inheritedFrom": {
                "name": "KeyboardClick",
                "module": "../core/src/shared/mixins/KeyboardClick.ts"
              }
            }
          ],
          "attributes": [
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is selected.",
              "fieldName": "selected",
              "inheritedFrom": {
                "name": "Selected",
                "module": "../core/src/shared/mixins/Selected.ts"
              }
            },
            {
              "name": "value",
              "description": "A string representing the value of the option.",
              "fieldName": "value"
            }
          ],
          "mixins": [
            {
              "name": "KeyboardClick",
              "package": "@m3e/core"
            },
            {
              "name": "Focusable",
              "package": "@m3e/core"
            },
            {
              "name": "Selected",
              "package": "@m3e/core"
            },
            {
              "name": "Disabled",
              "package": "@m3e/core"
            },
            {
              "name": "AttachInternals",
              "package": "@m3e/core"
            },
            {
              "name": "Role",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "M3eListItemElement",
            "module": "/src/ListItemElement"
          },
          "tagName": "m3e-list-option",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eListOptionElement",
          "declaration": {
            "name": "M3eListOptionElement",
            "module": "src/ListOptionElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-list-option",
          "declaration": {
            "name": "M3eListOptionElement",
            "module": "src/ListOptionElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/ListVariant.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/SelectionListElement.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "A list of selectable options.",
          "name": "M3eSelectionListElement",
          "cssProperties": [
            {
              "description": "Start inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-start-size",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "End inset for dividers within the list.",
              "name": "--m3e-list-divider-inset-end-size",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Gap between list items in segmented variant.",
              "name": "--m3e-segmented-list-segment-gap",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of the segmented list container.",
              "name": "--m3e-segmented-list-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Background color of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-color",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Background color of disabled items in segmented variant.",
              "name": "--m3e-segmented-list-item-disabled-container-color",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant.",
              "name": "--m3e-segmented-list-item-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant on hover.",
              "name": "--m3e-segmented-list-item-hover-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant on focus.",
              "name": "--m3e-segmented-list-item-focus-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "description": "Border radius of items in segmented variant when selected.",
              "name": "--m3e-segmented-list-item-selected-container-shape",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "slots": [
            {
              "description": "Renders the items of the list.",
              "name": "",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "#keyDownHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "#changeHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "[selectionManager]",
              "readonly": true,
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "multi",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether multiple items can be selected.",
              "attribute": "multi"
            },
            {
              "kind": "field",
              "name": "hideSelectionIndicator",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to hide the selection indicator.",
              "attribute": "hide-selection-indicator"
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "readonly M3eListOptionElement[]"
              },
              "description": "The options of the list.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "readonly M3eListOptionElement[]"
              },
              "description": "The selected option(s) of the list.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | readonly string[] | null"
              },
              "description": "The selected (enabled) value(s) of the set.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "notifyItemsChange",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "#handleChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "formAssociated",
              "static": true,
              "readonly": true,
              "default": "true",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
              "type": {
                "text": "boolean"
              },
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_eventHandler]",
              "privacy": "private",
              "readonly": true,
              "inheritedFrom": {
                "name": "Touched",
                "module": "../core/src/shared/mixins/Touched.ts"
              }
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "NodeListOf<HTMLLabelElement>"
              },
              "readonly": true,
              "description": "The label elements that the element is associated with.",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "dirty",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has modified the value of the element.",
              "readonly": true,
              "inheritedFrom": {
                "name": "Dirty",
                "module": "../core/src/shared/mixins/Dirty.ts"
              }
            },
            {
              "kind": "field",
              "name": "pristine",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has not modified the value of the element.",
              "readonly": true,
              "inheritedFrom": {
                "name": "Dirty",
                "module": "../core/src/shared/mixins/Dirty.ts"
              }
            },
            {
              "kind": "method",
              "name": "markAsPristine",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as pristine.",
              "inheritedFrom": {
                "name": "Dirty",
                "module": "../core/src/shared/mixins/Dirty.ts"
              }
            },
            {
              "kind": "method",
              "name": "markAsDirty",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as dirty.",
              "inheritedFrom": {
                "name": "Dirty",
                "module": "../core/src/shared/mixins/Dirty.ts"
              }
            },
            {
              "kind": "field",
              "name": "touched",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has interacted when the element.",
              "readonly": true,
              "inheritedFrom": {
                "name": "Touched",
                "module": "../core/src/shared/mixins/Touched.ts"
              }
            },
            {
              "kind": "field",
              "name": "untouched",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has not interacted when the element.",
              "readonly": true,
              "inheritedFrom": {
                "name": "Touched",
                "module": "../core/src/shared/mixins/Touched.ts"
              }
            },
            {
              "kind": "method",
              "name": "markAsTouched",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as touched.",
              "inheritedFrom": {
                "name": "Touched",
                "module": "../core/src/shared/mixins/Touched.ts"
              }
            },
            {
              "kind": "method",
              "name": "markAsUntouched",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as untouched.",
              "inheritedFrom": {
                "name": "Touched",
                "module": "../core/src/shared/mixins/Touched.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_defaultValue]",
              "type": {
                "text": "unknown"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_defaultIndeterminate]",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_formDisabled]",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "HTMLFormElement | null"
              },
              "description": "The `HTMLFormElement` associated with this element.",
              "readonly": true,
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "name",
              "description": "The name that identifies the element when submitting the associated form.",
              "attribute": "name",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            },
            {
              "kind": "method",
              "name": "formDisabledCallback",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "disabled",
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "description": "Called when the element is disabled or enabled via its form association.",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "method",
              "name": "formResetCallback",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Called when the associated form is reset.",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "kind": "field",
              "name": "[_internals]",
              "type": {
                "text": "ElementInternals | undefined"
              },
              "privacy": "private",
              "inheritedFrom": {
                "name": "AttachInternals",
                "module": "../core/src/shared/mixins/AttachInternals.ts"
              }
            },
            {
              "kind": "field",
              "name": "#items",
              "privacy": "private",
              "default": "new Array<M3eListItemElement>()",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#leadingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "#trailingContentTypes",
              "privacy": "private",
              "type": {
                "text": "object"
              },
              "default": "{ video: 0, image: 0, avatar: 0, icon: 0, text: 0 }",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "description": "The appearance variant of the list.",
              "attribute": "variant",
              "reflects": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "items",
              "type": {
                "text": "ReadonlyArray<M3eListItemElement>"
              },
              "description": "The items of the list.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "leadingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of leading content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "field",
              "name": "trailingContentType",
              "type": {
                "text": "ListItemContentType"
              },
              "description": "The type of trailing content.",
              "readonly": true,
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "kind": "method",
              "name": "#handleSlotChange",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            }
          ],
          "events": [
            {
              "name": "change",
              "type": {
                "text": "Event"
              },
              "description": "Emitted when the selected state of an option changes."
            },
            {
              "description": "Emitted when the selected state of an option changes.",
              "name": "input"
            }
          ],
          "attributes": [
            {
              "description": "Whether to hide the selection indicator.",
              "name": "hide-selection-indicator",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "hideSelectionIndicator"
            },
            {
              "description": "Whether multiple items can be selected.",
              "name": "multi",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "multi"
            },
            {
              "description": "The appearance variant of the list.",
              "name": "variant",
              "type": {
                "text": "ListVariant"
              },
              "default": "\"standard\"",
              "fieldName": "variant",
              "inheritedFrom": {
                "name": "M3eListElement",
                "module": "src/ListElement.ts"
              }
            },
            {
              "name": "name",
              "description": "The name that identifies the element when submitting the associated form.",
              "fieldName": "name",
              "inheritedFrom": {
                "name": "FormAssociated",
                "module": "../core/src/shared/mixins/FormAssociated.ts"
              }
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "fieldName": "disabled",
              "inheritedFrom": {
                "name": "Disabled",
                "module": "../core/src/shared/mixins/Disabled.ts"
              }
            }
          ],
          "mixins": [
            {
              "name": "Labelled",
              "package": "@m3e/core"
            },
            {
              "name": "Dirty",
              "package": "@m3e/core"
            },
            {
              "name": "Touched",
              "package": "@m3e/core"
            },
            {
              "name": "FormAssociated",
              "package": "@m3e/core"
            },
            {
              "name": "Disabled",
              "package": "@m3e/core"
            },
            {
              "name": "AttachInternals",
              "package": "@m3e/core"
            },
            {
              "name": "Role",
              "package": "@m3e/core"
            }
          ],
          "superclass": {
            "name": "M3eListElement",
            "module": "/src/ListElement"
          },
          "tagName": "m3e-selection-list",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "M3eSelectionListElement",
          "declaration": {
            "name": "M3eSelectionListElement",
            "module": "src/SelectionListElement.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "m3e-selection-list",
          "declaration": {
            "name": "M3eSelectionListElement",
            "module": "src/SelectionListElement.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/AttachInternals.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "internals",
          "description": "A symbol through which to access the `ElementInternals` attached to an element."
        },
        {
          "kind": "function",
          "name": "isAttachInternalsMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is an `AttachInternalsMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that attaches to `ElementInternals`.",
          "name": "AttachInternals",
          "members": [
            {
              "kind": "field",
              "name": "formAssociated",
              "static": true,
              "readonly": true,
              "default": "formAssociated",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
            },
            {
              "kind": "field",
              "name": "[_internals]",
              "type": {
                "text": "ElementInternals | undefined"
              },
              "privacy": "private"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            },
            {
              "name": "formAssociated",
              "optional": true,
              "type": {
                "text": "boolean | undefined"
              },
              "description": "Whether the element is \"Form Associated\"."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "internals",
          "declaration": {
            "name": "internals",
            "module": "../core/src/shared/mixins/AttachInternals.ts"
          }
        },
        {
          "kind": "js",
          "name": "isAttachInternalsMixin",
          "declaration": {
            "name": "isAttachInternalsMixin",
            "module": "../core/src/shared/mixins/AttachInternals.ts"
          }
        },
        {
          "kind": "js",
          "name": "AttachInternals",
          "declaration": {
            "name": "AttachInternals",
            "module": "../core/src/shared/mixins/AttachInternals.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Checked.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isCheckedMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `CheckedMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a checked state.",
          "name": "Checked",
          "members": [
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is checked.",
              "attribute": "checked",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is checked.",
              "fieldName": "checked"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isCheckedMixin",
          "declaration": {
            "name": "isCheckedMixin",
            "module": "../core/src/shared/mixins/Checked.ts"
          }
        },
        {
          "kind": "js",
          "name": "Checked",
          "declaration": {
            "name": "Checked",
            "module": "../core/src/shared/mixins/Checked.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/CheckedIndeterminate.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isCheckedIndeterminateMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `CheckedIndeterminateMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a mixed checked state.",
          "name": "CheckedIndeterminate",
          "members": [
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element's checked state is indeterminate.",
              "attribute": "indeterminate",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is checked.",
              "attribute": "checked",
              "reflects": true,
              "inheritedFrom": {
                "name": "Checked",
                "module": "../core/src/shared/mixins/Checked.ts"
              }
            }
          ],
          "attributes": [
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element's checked state is indeterminate.",
              "fieldName": "indeterminate"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is checked.",
              "fieldName": "checked",
              "inheritedFrom": {
                "name": "Checked",
                "module": "../core/src/shared/mixins/Checked.ts"
              }
            }
          ],
          "mixins": [
            {
              "name": "Checked",
              "module": "/core/src/shared/mixins/Checked"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isCheckedIndeterminateMixin",
          "declaration": {
            "name": "isCheckedIndeterminateMixin",
            "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
          }
        },
        {
          "kind": "js",
          "name": "CheckedIndeterminate",
          "declaration": {
            "name": "CheckedIndeterminate",
            "module": "../core/src/shared/mixins/CheckedIndeterminate.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/CheckedOrSelected.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isCheckedOrSelectedMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `CheckedOrSelectedMixin`."
        },
        {
          "kind": "function",
          "name": "isCheckedOrSelected",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "element",
              "type": {
                "text": "CheckedOrSelectedMixin"
              },
              "description": "The element to test."
            }
          ],
          "description": "Determines whether the state of an element is checked or selected."
        },
        {
          "kind": "function",
          "name": "checkOrSelect",
          "return": {
            "type": {
              "text": "void"
            }
          },
          "parameters": [
            {
              "name": "element",
              "type": {
                "text": "CheckedOrSelectedMixin"
              },
              "description": "The element for which to set the checked or selected state."
            },
            {
              "name": "checkedOrSelected",
              "type": {
                "text": "boolean"
              },
              "description": "The checked or selected state."
            }
          ],
          "description": "Sets the checked or selected state of an element."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isCheckedOrSelectedMixin",
          "declaration": {
            "name": "isCheckedOrSelectedMixin",
            "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
          }
        },
        {
          "kind": "js",
          "name": "isCheckedOrSelected",
          "declaration": {
            "name": "isCheckedOrSelected",
            "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
          }
        },
        {
          "kind": "js",
          "name": "checkOrSelect",
          "declaration": {
            "name": "checkOrSelect",
            "module": "../core/src/shared/mixins/CheckedOrSelected.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/ConstraintValidation.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "validate",
          "description": "A symbol through which a \"Form Associated\" custom element validates its current state."
        },
        {
          "kind": "function",
          "name": "isConstraintValidationMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `ConstraintValidationMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with \"Form Associated\" behavior that supports constraint validation.",
          "name": "ConstraintValidation",
          "members": [
            {
              "kind": "field",
              "name": "[_validityMessage]",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "willValidate",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the element is a submittable element that is a candidate for constraint validation.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validity",
              "type": {
                "text": "ValidityState"
              },
              "description": "The validity state of the element.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "type": {
                "text": "string"
              },
              "description": "The error message that would be displayed if the user submits the form, or an empty string if no error message.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Returns `true` if the element has no validity problems; otherwise, returns `false`, fires\r\nan invalid event, and (if the event isn't canceled) reports the problem to the user."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Returns `true` if the element has no validity problems; otherwise,\r\nreturns `false`, fires an invalid event."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "error",
                  "type": {
                    "text": "string"
                  },
                  "description": "The message to use for validity errors."
                }
              ],
              "description": "Sets a custom validity message for the element."
            },
            {
              "kind": "method",
              "name": "[_updateValidity]",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "#getNativeMessage",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "flags",
                  "type": {
                    "text": "ValidityStateFlags"
                  }
                }
              ]
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "validate",
          "declaration": {
            "name": "validate",
            "module": "../core/src/shared/mixins/ConstraintValidation.ts"
          }
        },
        {
          "kind": "js",
          "name": "isConstraintValidationMixin",
          "declaration": {
            "name": "isConstraintValidationMixin",
            "module": "../core/src/shared/mixins/ConstraintValidation.ts"
          }
        },
        {
          "kind": "js",
          "name": "ConstraintValidation",
          "declaration": {
            "name": "ConstraintValidation",
            "module": "../core/src/shared/mixins/ConstraintValidation.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Constructor.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Dirty.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isDirtyMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `DirtyMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with functionality used to mark it as dirty.",
          "name": "Dirty",
          "members": [
            {
              "kind": "field",
              "name": "[_eventHandler]",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "dirty",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has modified the value of the element.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "pristine",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has not modified the value of the element.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "markAsPristine",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as pristine."
            },
            {
              "kind": "method",
              "name": "markAsDirty",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as dirty."
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isDirtyMixin",
          "declaration": {
            "name": "isDirtyMixin",
            "module": "../core/src/shared/mixins/Dirty.ts"
          }
        },
        {
          "kind": "js",
          "name": "Dirty",
          "declaration": {
            "name": "Dirty",
            "module": "../core/src/shared/mixins/Dirty.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Disabled.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isDisabledMixin",
          "return": {
            "type": {
              "text": "value is DisabledMixin"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `DisabledMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a disabled state.",
          "name": "Disabled",
          "members": [
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "attribute": "disabled"
            }
          ],
          "attributes": [
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled.",
              "fieldName": "disabled"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            },
            {
              "name": "reflect",
              "default": "true",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the disabled property is reflected as an attribute.",
              "optional": true
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isDisabledMixin",
          "declaration": {
            "name": "isDisabledMixin",
            "module": "../core/src/shared/mixins/Disabled.ts"
          }
        },
        {
          "kind": "js",
          "name": "Disabled",
          "declaration": {
            "name": "Disabled",
            "module": "../core/src/shared/mixins/Disabled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/DisabledInteractive.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isDisabledInteractiveMixin",
          "return": {
            "type": {
              "text": "value is DisabledInteractiveMixin"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `DisabledInteractiveMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports an interactive disabled state.",
          "name": "DisabledInteractive",
          "members": [
            {
              "kind": "field",
              "name": "[_suppressedEventHandler]",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "disabledInteractive",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled and interactive.",
              "attribute": "disabled-interactive",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "disabled-interactive",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is disabled and interactive.",
              "fieldName": "disabledInteractive"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isDisabledInteractiveMixin",
          "declaration": {
            "name": "isDisabledInteractiveMixin",
            "module": "../core/src/shared/mixins/DisabledInteractive.ts"
          }
        },
        {
          "kind": "js",
          "name": "DisabledInteractive",
          "declaration": {
            "name": "DisabledInteractive",
            "module": "../core/src/shared/mixins/DisabledInteractive.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/EventAttribute.ts",
      "declarations": [
        {
          "kind": "mixin",
          "description": "Mixin that adds support for custom event attributes.",
          "name": "EventAttribute",
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class from which to inherit."
            },
            {
              "name": "types",
              "type": {
                "text": "string[]"
              },
              "description": "The types of event attributes."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "EventAttribute",
          "declaration": {
            "name": "EventAttribute",
            "module": "../core/src/shared/mixins/EventAttribute.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Focusable.ts",
      "declarations": [
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a focused state.",
          "name": "Focusable",
          "members": [
            {
              "kind": "field",
              "name": "[_tabindex]",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Focusable",
          "declaration": {
            "name": "Focusable",
            "module": "../core/src/shared/mixins/Focusable.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/FormAssociated.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "formValue",
          "description": "A symbol through which a \"Form Associated\" custom element provides a value for a form."
        },
        {
          "kind": "variable",
          "name": "defaultValue",
          "description": "A symbol through which a \"Form Associated\" custom element provides a default value for resetting a form."
        },
        {
          "kind": "function",
          "name": "isFormAssociatedMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `FormAssociatedMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with \"Form Associated\" behavior.",
          "name": "FormAssociated",
          "members": [
            {
              "kind": "field",
              "name": "formAssociated",
              "type": {
                "text": "boolean"
              },
              "static": true,
              "readonly": true,
              "default": "true",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
            },
            {
              "kind": "field",
              "name": "[_defaultValue]",
              "type": {
                "text": "unknown"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "[_defaultIndeterminate]",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "[_formDisabled]",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "HTMLFormElement | null"
              },
              "description": "The `HTMLFormElement` associated with this element.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "NodeListOf<HTMLLabelElement>"
              },
              "readonly": true
            },
            {
              "kind": "field",
              "name": "name",
              "description": "The name that identifies the element when submitting the associated form.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the element is disabled.",
              "default": "false",
              "attribute": "disabled"
            },
            {
              "kind": "method",
              "name": "formDisabledCallback",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "disabled",
                  "type": {
                    "text": "boolean"
                  }
                }
              ],
              "description": "Called when the element is disabled or enabled via its form association."
            },
            {
              "kind": "method",
              "name": "formResetCallback",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Called when the associated form is reset."
            }
          ],
          "attributes": [
            {
              "name": "name",
              "description": "The name that identifies the element when submitting the associated form.",
              "fieldName": "name"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the element is disabled.",
              "default": "false",
              "fieldName": "disabled"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "formValue",
          "declaration": {
            "name": "formValue",
            "module": "../core/src/shared/mixins/FormAssociated.ts"
          }
        },
        {
          "kind": "js",
          "name": "defaultValue",
          "declaration": {
            "name": "defaultValue",
            "module": "../core/src/shared/mixins/FormAssociated.ts"
          }
        },
        {
          "kind": "js",
          "name": "isFormAssociatedMixin",
          "declaration": {
            "name": "isFormAssociatedMixin",
            "module": "../core/src/shared/mixins/FormAssociated.ts"
          }
        },
        {
          "kind": "js",
          "name": "FormAssociated",
          "declaration": {
            "name": "FormAssociated",
            "module": "../core/src/shared/mixins/FormAssociated.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/FormSubmitter.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isFormSubmitterMixin",
          "return": {
            "type": {
              "text": "value is FormSubmitterMixin"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `FormSubmitterMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior used to submit a form.",
          "name": "FormSubmitter",
          "members": [
            {
              "kind": "field",
              "name": "formAssociated",
              "type": {
                "text": "boolean"
              },
              "static": true,
              "readonly": true,
              "default": "true",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
            },
            {
              "kind": "field",
              "name": "name",
              "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "description": "The value associated with the element's name when it's submitted with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "FormSubmitterType"
              },
              "default": "\"button\"",
              "description": "The type of the element.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "[_clickHandler]",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "description": "The name of the element, submitted as a pair with the element's `value`\r\nas part of form data, when the element is used to submit a form.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "description": "The value associated with the element's name when it's submitted with form data.",
              "fieldName": "value"
            },
            {
              "name": "type",
              "type": {
                "text": "FormSubmitterType"
              },
              "default": "\"button\"",
              "description": "The type of the element.",
              "fieldName": "type"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isFormSubmitterMixin",
          "declaration": {
            "name": "isFormSubmitterMixin",
            "module": "../core/src/shared/mixins/FormSubmitter.ts"
          }
        },
        {
          "kind": "js",
          "name": "FormSubmitter",
          "declaration": {
            "name": "FormSubmitter",
            "module": "../core/src/shared/mixins/FormSubmitter.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/hasKeys.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "hasKeys",
          "return": {
            "type": {
              "text": "boolean"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            },
            {
              "name": "keys",
              "type": {
                "text": "Array<keyof T>"
              }
            },
            {
              "description": ": Array<keyof T>} keys The keys of `T` to test.",
              "name": "",
              "type": {
                "text": "...keys"
              }
            }
          ],
          "description": "Determines whether an object has keys for a given type."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "hasKeys",
          "declaration": {
            "name": "hasKeys",
            "module": "../core/src/shared/mixins/hasKeys.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/HtmlFor.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isHtmlForMixin",
          "return": {
            "type": {
              "text": "value is HtmlForMixin"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `HtmlForMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin that creates an attached element associated with an interactive control.",
          "name": "HtmlFor",
          "members": [
            {
              "kind": "field",
              "name": "[_control]",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "[_firstUpdated]",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "htmlFor",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "description": "The identifier of the interactive control to which this element is attached.",
              "attribute": "for"
            },
            {
              "kind": "field",
              "name": "control",
              "description": "The interactive element to which this element is attached.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "attach",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "control",
                  "type": {
                    "text": "HTMLElement"
                  },
                  "description": "The element that controls the attachable element."
                }
              ],
              "description": "Attaches the element to an interactive control."
            },
            {
              "kind": "method",
              "name": "detach",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Detaches the element from its current interactive control."
            }
          ],
          "attributes": [
            {
              "name": "for",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "description": "The identifier of the interactive control to which this element is attached.",
              "fieldName": "htmlFor"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isHtmlForMixin",
          "declaration": {
            "name": "isHtmlForMixin",
            "module": "../core/src/shared/mixins/HtmlFor.ts"
          }
        },
        {
          "kind": "js",
          "name": "HtmlFor",
          "declaration": {
            "name": "HtmlFor",
            "module": "../core/src/shared/mixins/HtmlFor.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/index.ts",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./AttachInternals\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Checked\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./CheckedIndeterminate\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./CheckedOrSelected\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ConstraintValidation\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Dirty\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Disabled\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./DisabledInteractive\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./EventAttribute\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Focusable\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./FormAssociated\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./FormSubmitter\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./hasKeys\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./HtmlFor\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./KeyboardClick\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Labelled\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./LinkButton\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./ReadOnly\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Required\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./RequiredConstraintValidation\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Role\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Selected\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Touched\""
          }
        },
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "package": "\"./Vertical\""
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/KeyboardClick.ts",
      "declarations": [
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
          "name": "KeyboardClick",
          "members": [
            {
              "kind": "field",
              "name": "#keyPressed",
              "privacy": "private",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "#keyDownHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "#keyUpHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "#focusOutHandler",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "#handleKeyDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleKeyUp",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "click",
              "type": {
                "text": "MouseEvent"
              }
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            },
            {
              "name": "allowEnter",
              "default": "true",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the `ENTER` key emits a click event.",
              "optional": true
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "KeyboardClick",
          "declaration": {
            "name": "KeyboardClick",
            "module": "../core/src/shared/mixins/KeyboardClick.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Labelled.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "updateLabels",
          "description": "A symbol through which to update labels to reflect a control's current state."
        },
        {
          "kind": "function",
          "name": "isLabelledMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `LabelledMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with support for labelling.",
          "name": "Labelled",
          "members": [
            {
              "kind": "field",
              "name": "formAssociated",
              "type": {
                "text": "boolean"
              },
              "static": true,
              "readonly": true,
              "default": "true",
              "description": "Indicates that this custom element participates in form submission, validation, and form state restoration."
            },
            {
              "kind": "field",
              "name": "[_eventHandler]",
              "privacy": "private",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "labels",
              "type": {
                "text": "NodeListOf<HTMLLabelElement>"
              },
              "description": "The label elements that the element is associated with.",
              "readonly": true
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "updateLabels",
          "declaration": {
            "name": "updateLabels",
            "module": "../core/src/shared/mixins/Labelled.ts"
          }
        },
        {
          "kind": "js",
          "name": "isLabelledMixin",
          "declaration": {
            "name": "isLabelledMixin",
            "module": "../core/src/shared/mixins/Labelled.ts"
          }
        },
        {
          "kind": "js",
          "name": "Labelled",
          "declaration": {
            "name": "Labelled",
            "module": "../core/src/shared/mixins/Labelled.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/LinkButton.ts",
      "declarations": [
        {
          "kind": "variable",
          "name": "renderPseudoLink",
          "description": "A symbol through which to access a function used to render a pseudo link."
        },
        {
          "kind": "function",
          "name": "isLinkButtonMixin",
          "return": {
            "type": {
              "text": "value is LinkButtonMixin"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `LinkButtonMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports functioning as a link.",
          "name": "LinkButton",
          "members": [
            {
              "kind": "field",
              "name": "[_clickHandler]",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "attribute": "rel"
            },
            {
              "kind": "field",
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
              "default": "null",
              "attribute": "download"
            },
            {
              "kind": "method",
              "name": "#handleLinkPointerDown",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleLinkFocus",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "#handleLinkBlur",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "name": "click",
              "type": {
                "text": "MouseEvent"
              }
            }
          ],
          "attributes": [
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The URL to which the link button points.",
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "LinkTarget"
              },
              "default": "\"\"",
              "description": "The target of the link button.",
              "fieldName": "target"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "The relationship between the `target` of the link button and the document.",
              "fieldName": "rel"
            },
            {
              "name": "download",
              "type": {
                "text": "string | null"
              },
              "description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
              "default": "null",
              "fieldName": "download"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "renderPseudoLink",
          "declaration": {
            "name": "renderPseudoLink",
            "module": "../core/src/shared/mixins/LinkButton.ts"
          }
        },
        {
          "kind": "js",
          "name": "isLinkButtonMixin",
          "declaration": {
            "name": "isLinkButtonMixin",
            "module": "../core/src/shared/mixins/LinkButton.ts"
          }
        },
        {
          "kind": "js",
          "name": "LinkButton",
          "declaration": {
            "name": "LinkButton",
            "module": "../core/src/shared/mixins/LinkButton.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/ReadOnly.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isReadOnlyMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `ReadOnlyMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a read-only state.",
          "name": "ReadOnly",
          "members": [
            {
              "kind": "field",
              "name": "readOnly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "A value indicating whether the element is read-only.",
              "attribute": "readonly"
            }
          ],
          "attributes": [
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "A value indicating whether the element is read-only.",
              "fieldName": "readOnly"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            },
            {
              "name": "reflect",
              "default": "true",
              "type": {
                "text": "boolean"
              },
              "description": "A value indicating whether the read-only state is reflected as an attribute. The default value is `true`."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isReadOnlyMixin",
          "declaration": {
            "name": "isReadOnlyMixin",
            "module": "../core/src/shared/mixins/ReadOnly.ts"
          }
        },
        {
          "kind": "js",
          "name": "ReadOnly",
          "declaration": {
            "name": "ReadOnly",
            "module": "../core/src/shared/mixins/ReadOnly.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Required.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isRequiredMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `RequiredMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a required state.",
          "name": "Required",
          "members": [
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether a value is required for the element.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "optional",
              "description": "Whether a value is not required for the element.",
              "readonly": true
            }
          ],
          "attributes": [
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether a value is required for the element.",
              "fieldName": "required"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isRequiredMixin",
          "declaration": {
            "name": "isRequiredMixin",
            "module": "../core/src/shared/mixins/Required.ts"
          }
        },
        {
          "kind": "js",
          "name": "Required",
          "declaration": {
            "name": "Required",
            "module": "../core/src/shared/mixins/Required.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/RequiredConstraintValidation.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isRequiredConstraintValidationMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `RequiredConstraintValidationMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a required state.",
          "name": "RequiredConstraintValidation",
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isRequiredConstraintValidationMixin",
          "declaration": {
            "name": "isRequiredConstraintValidationMixin",
            "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
          }
        },
        {
          "kind": "js",
          "name": "RequiredConstraintValidation",
          "declaration": {
            "name": "RequiredConstraintValidation",
            "module": "../core/src/shared/mixins/RequiredConstraintValidation.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Role.ts",
      "declarations": [
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with an ARIA role.",
          "name": "Role",
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            },
            {
              "name": "role",
              "type": {
                "text": "ARIARole"
              },
              "description": "The ARIA role."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Role",
          "declaration": {
            "name": "Role",
            "module": "../core/src/shared/mixins/Role.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Selected.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isSelectedMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `SelectedMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a selected state.",
          "name": "Selected",
          "members": [
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is selected.",
              "attribute": "selected",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is selected.",
              "fieldName": "selected"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isSelectedMixin",
          "declaration": {
            "name": "isSelectedMixin",
            "module": "../core/src/shared/mixins/Selected.ts"
          }
        },
        {
          "kind": "js",
          "name": "Selected",
          "declaration": {
            "name": "Selected",
            "module": "../core/src/shared/mixins/Selected.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Touched.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isTouchedMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `TouchedMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with functionality used to mark it as touched.",
          "name": "Touched",
          "members": [
            {
              "kind": "field",
              "name": "[_eventHandler]",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "touched",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has interacted when the element.",
              "readonly": true
            },
            {
              "kind": "field",
              "name": "untouched",
              "type": {
                "text": "boolean"
              },
              "description": "Whether the user has not interacted when the element.",
              "readonly": true
            },
            {
              "kind": "method",
              "name": "markAsTouched",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as touched."
            },
            {
              "kind": "method",
              "name": "markAsUntouched",
              "return": {
                "type": {
                  "text": "void"
                }
              },
              "description": "Marks the element as untouched."
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isTouchedMixin",
          "declaration": {
            "name": "isTouchedMixin",
            "module": "../core/src/shared/mixins/Touched.ts"
          }
        },
        {
          "kind": "js",
          "name": "Touched",
          "declaration": {
            "name": "Touched",
            "module": "../core/src/shared/mixins/Touched.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "../core/src/shared/mixins/Vertical.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "isVerticalMixin",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "unknown"
              },
              "description": "The value to test."
            }
          ],
          "description": "Determines whether a value is a `VerticalMixin`."
        },
        {
          "kind": "mixin",
          "description": "Mixin to augment an element with behavior that supports a vertical orientation.",
          "name": "Vertical",
          "members": [
            {
              "kind": "field",
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is oriented vertically.",
              "attribute": "vertical",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether the element is oriented vertically.",
              "fieldName": "vertical"
            }
          ],
          "parameters": [
            {
              "name": "base",
              "type": {
                "text": "T"
              },
              "description": "The base class."
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isVerticalMixin",
          "declaration": {
            "name": "isVerticalMixin",
            "module": "../core/src/shared/mixins/Vertical.ts"
          }
        },
        {
          "kind": "js",
          "name": "Vertical",
          "declaration": {
            "name": "Vertical",
            "module": "../core/src/shared/mixins/Vertical.ts"
          }
        }
      ]
    }
  ]
}
